diff --git a/lib/mbta_v3_api/stop.ex b/lib/mbta_v3_api/stop.ex index f99c69fb..dfb87e3c 100644 --- a/lib/mbta_v3_api/stop.ex +++ b/lib/mbta_v3_api/stop.ex @@ -12,6 +12,7 @@ defmodule MBTAV3API.Stop do vehicle_type: MBTAV3API.Route.type() | nil, description: String.t() | nil, platform_name: String.t() | nil, + wheelchair_boarding: wheelchair_boarding() | nil, child_stop_ids: [String.t()] | nil, connecting_stop_ids: [String.t()] | nil, parent_station_id: String.t() | nil @@ -22,6 +23,11 @@ defmodule MBTAV3API.Stop do Util.enum_values(:index, [:stop, :station, :entrance_exit, :generic_node, :boarding_area]) ) + Util.declare_enum( + :wheelchair_boarding, + Util.enum_values(:index, [nil, :accessible, :inaccessible]) + ) + defstruct [ :id, :latitude, @@ -31,6 +37,7 @@ defmodule MBTAV3API.Stop do :vehicle_type, :description, :platform_name, + :wheelchair_boarding, :child_stop_ids, :connecting_stop_ids, :parent_station_id @@ -45,7 +52,8 @@ defmodule MBTAV3API.Stop do :location_type, :vehicle_type, :description, - :platform_name + :platform_name, + :wheelchair_boarding ] end @@ -141,7 +149,11 @@ defmodule MBTAV3API.Stop do platform_name: item.attributes["platform_name"], child_stop_ids: JsonApi.Object.get_many_ids(item.relationships["child_stops"]), connecting_stop_ids: JsonApi.Object.get_many_ids(item.relationships["connecting_stops"]), - parent_station_id: JsonApi.Object.get_one_id(item.relationships["parent_station"]) + parent_station_id: JsonApi.Object.get_one_id(item.relationships["parent_station"]), + wheelchair_boarding: + if wheelchair_boarding = item.attributes["wheelchair_boarding"] do + parse_wheelchair_boarding(wheelchair_boarding) + end } end diff --git a/priv/test_data/018e7b10-f51d-7624-9087-83b27d9d70f4.json b/priv/test_data/018e7b10-f51d-7624-9087-83b27d9d70f4.json index 544ba938..3bb53628 100644 --- a/priv/test_data/018e7b10-f51d-7624-9087-83b27d9d70f4.json +++ b/priv/test_data/018e7b10-f51d-7624-9087-83b27d9d70f4.json @@ -56,62 +56,6 @@ }, "type": "route_pattern" }, - { - "attributes": { - "canonical": false, - "direction_id": 0, - "name": "Harvard - Braintree", - "sort_order": 100100080, - "typicality": 3 - }, - "id": "Red-C-0", - "links": { - "self": "/route_patterns/Red-C-0" - }, - "relationships": { - "representative_trip": { - "data": { - "id": "63496570", - "type": "trip" - } - }, - "route": { - "data": { - "id": "Red", - "type": "route" - } - } - }, - "type": "route_pattern" - }, - { - "attributes": { - "canonical": false, - "direction_id": 0, - "name": "JFK/UMass - Ashmont", - "sort_order": 100100090, - "typicality": 3 - }, - "id": "Red-A-0", - "links": { - "self": "/route_patterns/Red-A-0" - }, - "relationships": { - "representative_trip": { - "data": { - "id": "62921086", - "type": "trip" - } - }, - "route": { - "data": { - "id": "Red", - "type": "route" - } - } - }, - "type": "route_pattern" - }, { "attributes": { "canonical": true, @@ -168,90 +112,6 @@ }, "type": "route_pattern" }, - { - "attributes": { - "canonical": false, - "direction_id": 1, - "name": "Braintree - Harvard", - "sort_order": 100101080, - "typicality": 3 - }, - "id": "Red-C-1", - "links": { - "self": "/route_patterns/Red-C-1" - }, - "relationships": { - "representative_trip": { - "data": { - "id": "63496513", - "type": "trip" - } - }, - "route": { - "data": { - "id": "Red", - "type": "route" - } - } - }, - "type": "route_pattern" - }, - { - "attributes": { - "canonical": false, - "direction_id": 1, - "name": "Broadway - Alewife", - "sort_order": 100101090, - "typicality": 3 - }, - "id": "Red-R-1", - "links": { - "self": "/route_patterns/Red-R-1" - }, - "relationships": { - "representative_trip": { - "data": { - "id": "62920879", - "type": "trip" - } - }, - "route": { - "data": { - "id": "Red", - "type": "route" - } - } - }, - "type": "route_pattern" - }, - { - "attributes": { - "canonical": false, - "direction_id": 1, - "name": "Ashmont - JFK/UMass", - "sort_order": 100101100, - "typicality": 3 - }, - "id": "Red-A-1", - "links": { - "self": "/route_patterns/Red-A-1" - }, - "relationships": { - "representative_trip": { - "data": { - "id": "62921084", - "type": "trip" - } - }, - "route": { - "data": { - "id": "Red", - "type": "route" - } - } - }, - "type": "route_pattern" - }, { "attributes": { "canonical": true, @@ -341,7 +201,7 @@ "canonical": false, "direction_id": 0, "name": "North Station - Forest Hills", - "sort_order": 100200070, + "sort_order": 100200040, "typicality": 3 }, "id": "Orange-6-0", @@ -351,7 +211,7 @@ "relationships": { "representative_trip": { "data": { - "id": "63032860", + "id": "67425277", "type": "trip" } }, @@ -397,17 +257,17 @@ "canonical": false, "direction_id": 1, "name": "Forest Hills - North Station", - "sort_order": 100201070, + "sort_order": 100201040, "typicality": 3 }, - "id": "Orange-6-1", + "id": "Orange-7-1", "links": { - "self": "/route_patterns/Orange-6-1" + "self": "/route_patterns/Orange-7-1" }, "relationships": { "representative_trip": { "data": { - "id": "63032864", + "id": "67425259", "type": "trip" } }, @@ -463,7 +323,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61805333", + "id": "66817528", "type": "trip" } }, @@ -519,7 +379,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61805334", + "id": "66817389", "type": "trip" } }, @@ -575,7 +435,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61804424", + "id": "66817527", "type": "trip" } }, @@ -631,7 +491,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61804480", + "id": "66816969", "type": "trip" } }, @@ -672,40 +532,12 @@ }, "type": "route_pattern" }, - { - "attributes": { - "canonical": false, - "direction_id": 0, - "name": "Medford/Tufts - Riverside", - "sort_order": 100340040, - "typicality": 3 - }, - "id": "Green-D-856-0", - "links": { - "self": "/route_patterns/Green-D-856-0" - }, - "relationships": { - "representative_trip": { - "data": { - "id": "61804913", - "type": "trip" - } - }, - "route": { - "data": { - "id": "Green-D", - "type": "route" - } - } - }, - "type": "route_pattern" - }, { "attributes": { "canonical": false, "direction_id": 0, "name": "Union Square - Reservoir", - "sort_order": 100340050, + "sort_order": 100340040, "typicality": 3 }, "id": "Green-D-845-0", @@ -715,7 +547,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61805109", + "id": "66817798", "type": "trip" } }, @@ -771,35 +603,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61804876", - "type": "trip" - } - }, - "route": { - "data": { - "id": "Green-D", - "type": "route" - } - } - }, - "type": "route_pattern" - }, - { - "attributes": { - "canonical": false, - "direction_id": 1, - "name": "Riverside - Medford/Tufts", - "sort_order": 100341050, - "typicality": 3 - }, - "id": "Green-D-856-1", - "links": { - "self": "/route_patterns/Green-D-856-1" - }, - "relationships": { - "representative_trip": { - "data": { - "id": "61804912", + "id": "66817529", "type": "trip" } }, @@ -855,7 +659,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61804761", + "id": "66818125", "type": "trip" } }, @@ -911,7 +715,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61804513", + "id": "66818063", "type": "trip" } }, @@ -967,7 +771,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62248642", + "id": "67271115", "type": "trip" } }, @@ -1008,6 +812,34 @@ }, "type": "route_pattern" }, + { + "attributes": { + "canonical": false, + "direction_id": 1, + "name": "Bowdoin - Orient Heights", + "sort_order": 100401040, + "typicality": 3 + }, + "id": "Blue-8-1", + "links": { + "self": "/route_patterns/Blue-8-1" + }, + "relationships": { + "representative_trip": { + "data": { + "id": "67270930", + "type": "trip" + } + }, + "route": { + "data": { + "id": "Blue", + "type": "route" + } + } + }, + "type": "route_pattern" + }, { "attributes": { "canonical": false, @@ -1023,7 +855,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61946388", + "id": "66859317", "type": "trip" } }, @@ -1051,7 +883,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61946389", + "id": "66859315", "type": "trip" } }, @@ -1079,7 +911,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61946441", + "id": "66859316", "type": "trip" } }, @@ -1096,7 +928,7 @@ "attributes": { "canonical": false, "direction_id": 0, - "name": "South Station - Drydock Ave (PM Route)", + "name": "South Station - Design Center (PM Route)", "sort_order": 100520000, "typicality": 1 }, @@ -1107,7 +939,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61945772", + "id": "66858977", "type": "trip" } }, @@ -1124,7 +956,7 @@ "attributes": { "canonical": false, "direction_id": 1, - "name": "Drydock Ave - South Station (PM - Omits 88 Black Falcon Ave)", + "name": "Design Center - South Station (PM - Omits 88 Black Falcon Ave)", "sort_order": 100521000, "typicality": 1 }, @@ -1135,7 +967,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61945771", + "id": "66858980", "type": "trip" } }, @@ -1163,7 +995,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61946625", + "id": "66858534", "type": "trip" } }, @@ -1191,7 +1023,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61946629", + "id": "66858747", "type": "trip" } }, @@ -1219,7 +1051,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61946623", + "id": "66858744", "type": "trip" } }, @@ -1247,7 +1079,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61945431", + "id": "66859164", "type": "trip" } }, @@ -1275,7 +1107,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61945429", + "id": "66859163", "type": "trip" } }, @@ -1303,7 +1135,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61912018", + "id": "66858486", "type": "trip" } }, @@ -1331,7 +1163,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61912017", + "id": "66858487", "type": "trip" } }, @@ -1359,7 +1191,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61946007", + "id": "66858485", "type": "trip" } }, @@ -1387,7 +1219,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61945527", + "id": "66858494", "type": "trip" } }, @@ -1433,7 +1265,7 @@ "canonical": false, "direction_id": 0, "name": "South Station - Fairmount", - "sort_order": 200010010, + "sort_order": 200010030, "typicality": 2 }, "id": "CR-Fairmount-3914aae7-0", @@ -1443,7 +1275,7 @@ "relationships": { "representative_trip": { "data": { - "id": "CR-670349-921", + "id": "SouthWKDYF24-697890-921", "type": "trip" } }, @@ -1489,7 +1321,7 @@ "canonical": false, "direction_id": 1, "name": "Fairmount - South Station", - "sort_order": 200011010, + "sort_order": 200011030, "typicality": 2 }, "id": "CR-Fairmount-6ae938c4-1", @@ -1499,7 +1331,7 @@ "relationships": { "representative_trip": { "data": { - "id": "CR-670350-922", + "id": "SouthWKDYF24-697891-922", "type": "trip" } }, @@ -1514,7 +1346,7 @@ }, { "attributes": { - "canonical": true, + "canonical": false, "direction_id": 0, "name": "North Station - Wachusett", "sort_order": 200020000, @@ -1527,7 +1359,7 @@ "relationships": { "representative_trip": { "data": { - "id": "canonical-CR-Fitchburg-C1-0", + "id": "NorthWKDYF24-706174-419", "type": "trip" } }, @@ -1544,18 +1376,46 @@ "attributes": { "canonical": false, "direction_id": 0, - "name": "North Station - Wachusett", + "name": "North Station - Littleton/Route 495", "sort_order": 200020030, "typicality": 2 }, - "id": "CR-Fitchburg-8294748d-0", + "id": "CR-Fitchburg-acb28c6e-0", "links": { - "self": "/route_patterns/CR-Fitchburg-8294748d-0" + "self": "/route_patterns/CR-Fitchburg-acb28c6e-0" + }, + "relationships": { + "representative_trip": { + "data": { + "id": "NorthWKDYF24-706206-485", + "type": "trip" + } + }, + "route": { + "data": { + "id": "CR-Fitchburg", + "type": "route" + } + } + }, + "type": "route_pattern" + }, + { + "attributes": { + "canonical": true, + "direction_id": 0, + "name": "North Station - Wachusett", + "sort_order": 200020080, + "typicality": 3 + }, + "id": "CR-Fitchburg-13aa81f2-0", + "links": { + "self": "/route_patterns/CR-Fitchburg-13aa81f2-0" }, "relationships": { "representative_trip": { "data": { - "id": "CR-660362-423", + "id": "canonical-CR-Fitchburg-C1-0", "type": "trip" } }, @@ -1572,18 +1432,18 @@ "attributes": { "canonical": false, "direction_id": 0, - "name": "North Station - Littleton/Route 495", - "sort_order": 200020040, - "typicality": 2 + "name": "North Station - Wachusett", + "sort_order": 200020100, + "typicality": 3 }, - "id": "CR-Fitchburg-acb28c6e-0", + "id": "CR-Fitchburg-8294748d-0", "links": { - "self": "/route_patterns/CR-Fitchburg-acb28c6e-0" + "self": "/route_patterns/CR-Fitchburg-8294748d-0" }, "relationships": { "representative_trip": { "data": { - "id": "CR-660374-481", + "id": "NorthWKDYF24-706229-423", "type": "trip" } }, @@ -1598,7 +1458,7 @@ }, { "attributes": { - "canonical": true, + "canonical": false, "direction_id": 1, "name": "Wachusett - North Station", "sort_order": 200021000, @@ -1611,7 +1471,7 @@ "relationships": { "representative_trip": { "data": { - "id": "canonical-CR-Fitchburg-C1-1", + "id": "NorthWKDYF24-696293-400", "type": "trip" } }, @@ -1628,18 +1488,46 @@ "attributes": { "canonical": false, "direction_id": 1, - "name": "Wachusett - North Station", + "name": "Littleton/Route 495 - North Station", "sort_order": 200021030, "typicality": 2 }, - "id": "CR-Fitchburg-94972bc9-1", + "id": "CR-Fitchburg-6528076d-1", "links": { - "self": "/route_patterns/CR-Fitchburg-94972bc9-1" + "self": "/route_patterns/CR-Fitchburg-6528076d-1" + }, + "relationships": { + "representative_trip": { + "data": { + "id": "NorthWKDYF24-696322-482", + "type": "trip" + } + }, + "route": { + "data": { + "id": "CR-Fitchburg", + "type": "route" + } + } + }, + "type": "route_pattern" + }, + { + "attributes": { + "canonical": true, + "direction_id": 1, + "name": "Wachusett - North Station", + "sort_order": 200021070, + "typicality": 3 + }, + "id": "CR-Fitchburg-745cb51d-1", + "links": { + "self": "/route_patterns/CR-Fitchburg-745cb51d-1" }, "relationships": { "representative_trip": { "data": { - "id": "CR-660349-404", + "id": "canonical-CR-Fitchburg-C1-1", "type": "trip" } }, @@ -1656,18 +1544,18 @@ "attributes": { "canonical": false, "direction_id": 1, - "name": "Littleton/Route 495 - North Station", - "sort_order": 200021040, - "typicality": 2 + "name": "Wachusett - North Station", + "sort_order": 200021080, + "typicality": 3 }, - "id": "CR-Fitchburg-6528076d-1", + "id": "CR-Fitchburg-94972bc9-1", "links": { - "self": "/route_patterns/CR-Fitchburg-6528076d-1" + "self": "/route_patterns/CR-Fitchburg-94972bc9-1" }, "relationships": { "representative_trip": { "data": { - "id": "CR-660375-482", + "id": "NorthWKDYF24-696296-404", "type": "trip" } }, @@ -1685,8 +1573,8 @@ "canonical": true, "direction_id": 0, "name": "South Station - Worcester", - "sort_order": 200030020, - "typicality": 2 + "sort_order": 200030000, + "typicality": 1 }, "id": "CR-Worcester-b5dda27b-0", "links": { @@ -1712,18 +1600,18 @@ "attributes": { "canonical": false, "direction_id": 0, - "name": "South Station - Framingham", - "sort_order": 200030110, + "name": "South Station - Worcester", + "sort_order": 200030030, "typicality": 2 }, - "id": "CR-Worcester-b65b9e75-0", + "id": "CR-Worcester-6436caf7-0", "links": { - "self": "/route_patterns/CR-Worcester-b65b9e75-0" + "self": "/route_patterns/CR-Worcester-6436caf7-0" }, "relationships": { "representative_trip": { "data": { - "id": "CR-670167-583", + "id": "BaseWML-701931-503", "type": "trip" } }, @@ -1741,17 +1629,17 @@ "canonical": false, "direction_id": 0, "name": "South Station - Framingham", - "sort_order": 200030120, + "sort_order": 200030050, "typicality": 2 }, - "id": "CR-Worcester-bbf42cea-0", + "id": "CR-Worcester-b7d67732-0", "links": { - "self": "/route_patterns/CR-Worcester-bbf42cea-0" + "self": "/route_patterns/CR-Worcester-b7d67732-0" }, "relationships": { "representative_trip": { "data": { - "id": "CR-670169-585", + "id": "BaseWML-701943-597", "type": "trip" } }, @@ -1769,17 +1657,17 @@ "canonical": false, "direction_id": 0, "name": "South Station - Worcester", - "sort_order": 200030160, - "typicality": 2 + "sort_order": 200030060, + "typicality": 3 }, - "id": "CR-Worcester-02498220-0", + "id": "CR-Worcester-5d1e1c51-0", "links": { - "self": "/route_patterns/CR-Worcester-02498220-0" + "self": "/route_patterns/CR-Worcester-5d1e1c51-0" }, "relationships": { "representative_trip": { "data": { - "id": "CR-670151-525", + "id": "BaseWML-701936-525", "type": "trip" } }, @@ -1797,17 +1685,17 @@ "canonical": false, "direction_id": 0, "name": "South Station - Worcester", - "sort_order": 200030170, - "typicality": 2 + "sort_order": 200030070, + "typicality": 3 }, - "id": "CR-Worcester-6436caf7-0", + "id": "CR-Worcester-15b1f0b8-0", "links": { - "self": "/route_patterns/CR-Worcester-6436caf7-0" + "self": "/route_patterns/CR-Worcester-15b1f0b8-0" }, "relationships": { "representative_trip": { "data": { - "id": "CR-670131-501", + "id": "BaseWML-701935-523", "type": "trip" } }, @@ -1825,17 +1713,17 @@ "canonical": false, "direction_id": 0, "name": "South Station - Worcester", - "sort_order": 200030180, - "typicality": 2 + "sort_order": 200030090, + "typicality": 3 }, - "id": "CR-Worcester-6fbe3217-0", + "id": "CR-Worcester-02498220-0", "links": { - "self": "/route_patterns/CR-Worcester-6fbe3217-0" + "self": "/route_patterns/CR-Worcester-02498220-0" }, "relationships": { "representative_trip": { "data": { - "id": "CR-670134-507", + "id": "BaseWML-701938-529", "type": "trip" } }, @@ -1852,18 +1740,18 @@ "attributes": { "canonical": false, "direction_id": 0, - "name": "South Station - Worcester", - "sort_order": 200030210, - "typicality": 2 + "name": "South Station - Framingham", + "sort_order": 200030100, + "typicality": 3 }, - "id": "CR-Worcester-a512d591-0", + "id": "CR-Worcester-bbf42cea-0", "links": { - "self": "/route_patterns/CR-Worcester-a512d591-0" + "self": "/route_patterns/CR-Worcester-bbf42cea-0" }, "relationships": { "representative_trip": { "data": { - "id": "CR-670549-505", + "id": "BaseWML-701944-585", "type": "trip" } }, @@ -1880,18 +1768,18 @@ "attributes": { "canonical": false, "direction_id": 0, - "name": "South Station - Worcester", - "sort_order": 200030220, - "typicality": 2 + "name": "South Station - Framingham", + "sort_order": 200030110, + "typicality": 3 }, - "id": "CR-Worcester-2fe54abd-0", + "id": "CR-Worcester-d18892dd-0", "links": { - "self": "/route_patterns/CR-Worcester-2fe54abd-0" + "self": "/route_patterns/CR-Worcester-d18892dd-0" }, "relationships": { "representative_trip": { "data": { - "id": "CR-670553-549", + "id": "BaseWML-701947-595", "type": "trip" } }, @@ -1907,19 +1795,19 @@ { "attributes": { "canonical": false, - "direction_id": 1, - "name": "Worcester - South Station", - "sort_order": 200031020, - "typicality": 2 + "direction_id": 0, + "name": "South Station - Framingham", + "sort_order": 200030120, + "typicality": 3 }, - "id": "CR-Worcester-647db84d-1", + "id": "CR-Worcester-b65b9e75-0", "links": { - "self": "/route_patterns/CR-Worcester-647db84d-1" + "self": "/route_patterns/CR-Worcester-b65b9e75-0" }, "relationships": { "representative_trip": { "data": { - "id": "CR-670130-500", + "id": "BaseWML-701958-583", "type": "trip" } }, @@ -1935,19 +1823,19 @@ { "attributes": { "canonical": false, - "direction_id": 1, - "name": "Framingham - South Station", - "sort_order": 200031050, - "typicality": 2 + "direction_id": 0, + "name": "South Station - Worcester", + "sort_order": 200030130, + "typicality": 3 }, - "id": "CR-Worcester-cb9d6625-1", + "id": "CR-Worcester-b7d1e6e8-0", "links": { - "self": "/route_patterns/CR-Worcester-cb9d6625-1" + "self": "/route_patterns/CR-Worcester-b7d1e6e8-0" }, "relationships": { "representative_trip": { "data": { - "id": "CR-670174-594", + "id": "BaseWML-701963-531", "type": "trip" } }, @@ -1963,19 +1851,19 @@ { "attributes": { "canonical": false, - "direction_id": 1, - "name": "Framingham - South Station", - "sort_order": 200031140, - "typicality": 2 + "direction_id": 0, + "name": "South Station - Worcester", + "sort_order": 200030140, + "typicality": 3 }, - "id": "CR-Worcester-6874ed14-1", + "id": "CR-Worcester-a512d591-0", "links": { - "self": "/route_patterns/CR-Worcester-6874ed14-1" + "self": "/route_patterns/CR-Worcester-a512d591-0" }, "relationships": { "representative_trip": { "data": { - "id": "CR-670168-584", + "id": "BaseWML-701965-505", "type": "trip" } }, @@ -1991,19 +1879,19 @@ { "attributes": { "canonical": false, - "direction_id": 1, - "name": "Worcester - South Station", - "sort_order": 200031180, - "typicality": 2 + "direction_id": 0, + "name": "South Station - Worcester", + "sort_order": 200030150, + "typicality": 3 }, - "id": "CR-Worcester-16491f70-1", + "id": "CR-Worcester-0da1a3de-0", "links": { - "self": "/route_patterns/CR-Worcester-16491f70-1" + "self": "/route_patterns/CR-Worcester-0da1a3de-0" }, "relationships": { "representative_trip": { "data": { - "id": "CR-670152-526", + "id": "BaseWML-701945-549", "type": "trip" } }, @@ -2019,19 +1907,47 @@ { "attributes": { "canonical": false, - "direction_id": 1, - "name": "Worcester - South Station", - "sort_order": 200031200, - "typicality": 2 + "direction_id": 0, + "name": "South Station - Worcester", + "sort_order": 200030160, + "typicality": 3 }, - "id": "CR-Worcester-a814f00c-1", + "id": "CR-Worcester-3c40051f-0", "links": { - "self": "/route_patterns/CR-Worcester-a814f00c-1" + "self": "/route_patterns/CR-Worcester-3c40051f-0" }, "relationships": { "representative_trip": { "data": { - "id": "CR-670142-516", + "id": "BaseWML-701941-537", + "type": "trip" + } + }, + "route": { + "data": { + "id": "CR-Worcester", + "type": "route" + } + } + }, + "type": "route_pattern" + }, + { + "attributes": { + "canonical": false, + "direction_id": 0, + "name": "South Station - Worcester", + "sort_order": 200030170, + "typicality": 3 + }, + "id": "CR-Worcester-6fbe3217-0", + "links": { + "self": "/route_patterns/CR-Worcester-6fbe3217-0" + }, + "relationships": { + "representative_trip": { + "data": { + "id": "BaseWML-718628-507", "type": "trip" } }, @@ -2049,17 +1965,17 @@ "canonical": false, "direction_id": 1, "name": "Worcester - South Station", - "sort_order": 200031210, - "typicality": 2 + "sort_order": 200031000, + "typicality": 1 }, - "id": "CR-Worcester-72c8dfb6-1", + "id": "CR-Worcester-647db84d-1", "links": { - "self": "/route_patterns/CR-Worcester-72c8dfb6-1" + "self": "/route_patterns/CR-Worcester-647db84d-1" }, "relationships": { "representative_trip": { "data": { - "id": "CR-670132-504", + "id": "BaseWML-697671-500", "type": "trip" } }, @@ -2076,18 +1992,18 @@ "attributes": { "canonical": false, "direction_id": 1, - "name": "Framingham - South Station", - "sort_order": 200031220, + "name": "Worcester - South Station", + "sort_order": 200031030, "typicality": 2 }, - "id": "CR-Worcester-fd58e354-1", + "id": "CR-Worcester-72c8dfb6-1", "links": { - "self": "/route_patterns/CR-Worcester-fd58e354-1" + "self": "/route_patterns/CR-Worcester-72c8dfb6-1" }, "relationships": { "representative_trip": { "data": { - "id": "CR-670172-592", + "id": "BaseWML-697675-504", "type": "trip" } }, @@ -2104,18 +2020,18 @@ "attributes": { "canonical": false, "direction_id": 1, - "name": "Worcester - South Station", - "sort_order": 200031250, + "name": "Framingham - South Station", + "sort_order": 200031040, "typicality": 2 }, - "id": "CR-Worcester-16e1833f-1", + "id": "CR-Worcester-6874ed14-1", "links": { - "self": "/route_patterns/CR-Worcester-16e1833f-1" + "self": "/route_patterns/CR-Worcester-6874ed14-1" }, "relationships": { "representative_trip": { "data": { - "id": "CR-670551-552", + "id": "BaseWML-697706-582", "type": "trip" } }, @@ -2130,20 +2046,20 @@ }, { "attributes": { - "canonical": true, + "canonical": false, "direction_id": 1, "name": "Worcester - South Station", - "sort_order": 200031991, - "typicality": 5 + "sort_order": 200031050, + "typicality": 3 }, - "id": "CR-Worcester-C1-1", + "id": "CR-Worcester-a814f00c-1", "links": { - "self": "/route_patterns/CR-Worcester-C1-1" + "self": "/route_patterns/CR-Worcester-a814f00c-1" }, "relationships": { "representative_trip": { "data": { - "id": "canonical-CR-Worcester-C1-1", + "id": "BaseWML-697686-522", "type": "trip" } }, @@ -2159,25 +2075,25 @@ { "attributes": { "canonical": false, - "direction_id": 0, - "name": "South Station - Forge Park/495 via Back Bay", - "sort_order": 200040000, - "typicality": 1 + "direction_id": 1, + "name": "Worcester - South Station", + "sort_order": 200031070, + "typicality": 3 }, - "id": "CR-Franklin-3badde55-0", + "id": "CR-Worcester-16491f70-1", "links": { - "self": "/route_patterns/CR-Franklin-3badde55-0" + "self": "/route_patterns/CR-Worcester-16491f70-1" }, "relationships": { "representative_trip": { "data": { - "id": "CR-670214-705", + "id": "BaseWML-697689-526", "type": "trip" } }, "route": { "data": { - "id": "CR-Franklin", + "id": "CR-Worcester", "type": "route" } } @@ -2187,25 +2103,25 @@ { "attributes": { "canonical": false, - "direction_id": 0, - "name": "South Station - Foxboro via Fairmount", - "sort_order": 200040010, - "typicality": 1 + "direction_id": 1, + "name": "Worcester - South Station", + "sort_order": 200031080, + "typicality": 3 }, - "id": "CR-Franklin-35c1126a-0", + "id": "CR-Worcester-257727ec-1", "links": { - "self": "/route_patterns/CR-Franklin-35c1126a-0" + "self": "/route_patterns/CR-Worcester-257727ec-1" }, "relationships": { "representative_trip": { "data": { - "id": "CR-670238-741", + "id": "BaseWML-697693-530", "type": "trip" } }, "route": { "data": { - "id": "CR-Franklin", + "id": "CR-Worcester", "type": "route" } } @@ -2215,25 +2131,25 @@ { "attributes": { "canonical": false, - "direction_id": 0, - "name": "South Station - Foxboro via Back Bay", - "sort_order": 200040020, - "typicality": 2 + "direction_id": 1, + "name": "Framingham - South Station", + "sort_order": 200031100, + "typicality": 3 }, - "id": "CR-Franklin-1af2beab-0", + "id": "CR-Worcester-8171c73d-1", "links": { - "self": "/route_patterns/CR-Franklin-1af2beab-0" + "self": "/route_patterns/CR-Worcester-8171c73d-1" }, "relationships": { "representative_trip": { "data": { - "id": "CR-670248-751", + "id": "BaseWML-697714-594", "type": "trip" } }, "route": { "data": { - "id": "CR-Franklin", + "id": "CR-Worcester", "type": "route" } } @@ -2243,25 +2159,25 @@ { "attributes": { "canonical": false, - "direction_id": 0, - "name": "South Station - Foxboro via Back Bay", - "sort_order": 200040030, - "typicality": 2 + "direction_id": 1, + "name": "Worcester - South Station", + "sort_order": 200031120, + "typicality": 3 }, - "id": "CR-Franklin-8076e72e-0", + "id": "CR-Worcester-16e1833f-1", "links": { - "self": "/route_patterns/CR-Franklin-8076e72e-0" + "self": "/route_patterns/CR-Worcester-16e1833f-1" }, "relationships": { "representative_trip": { "data": { - "id": "CR-670244-747", + "id": "BaseWML-697705-552", "type": "trip" } }, "route": { "data": { - "id": "CR-Franklin", + "id": "CR-Worcester", "type": "route" } } @@ -2271,25 +2187,25 @@ { "attributes": { "canonical": false, - "direction_id": 0, - "name": "South Station - Foxboro via Back Bay", - "sort_order": 200040040, - "typicality": 2 + "direction_id": 1, + "name": "Framingham - South Station", + "sort_order": 200031130, + "typicality": 3 }, - "id": "CR-Franklin-512734e4-0", + "id": "CR-Worcester-8e925022-1", "links": { - "self": "/route_patterns/CR-Franklin-512734e4-0" + "self": "/route_patterns/CR-Worcester-8e925022-1" }, "relationships": { "representative_trip": { "data": { - "id": "CR-670240-743", + "id": "BaseWML-697712-592", "type": "trip" } }, "route": { "data": { - "id": "CR-Franklin", + "id": "CR-Worcester", "type": "route" } } @@ -2298,26 +2214,26 @@ }, { "attributes": { - "canonical": false, - "direction_id": 0, - "name": "South Station - Forge Park/495 via Fairmount", - "sort_order": 200040050, - "typicality": 2 + "canonical": true, + "direction_id": 1, + "name": "Worcester - South Station", + "sort_order": 200031991, + "typicality": 5 }, - "id": "CR-Franklin-807421e2-0", + "id": "CR-Worcester-C1-1", "links": { - "self": "/route_patterns/CR-Franklin-807421e2-0" + "self": "/route_patterns/CR-Worcester-C1-1" }, "relationships": { "representative_trip": { "data": { - "id": "CR-670236-735", + "id": "canonical-CR-Worcester-C1-1", "type": "trip" } }, "route": { "data": { - "id": "CR-Franklin", + "id": "CR-Worcester", "type": "route" } } @@ -2329,17 +2245,17 @@ "canonical": false, "direction_id": 0, "name": "South Station - Forge Park/495 via Back Bay", - "sort_order": 200040060, - "typicality": 2 + "sort_order": 200040000, + "typicality": 1 }, - "id": "CR-Franklin-78461397-0", + "id": "CR-Franklin-3badde55-0", "links": { - "self": "/route_patterns/CR-Franklin-78461397-0" + "self": "/route_patterns/CR-Franklin-3badde55-0" }, "relationships": { "representative_trip": { "data": { - "id": "CR-670225-723", + "id": "SouthWKDYF24-697755-705", "type": "trip" } }, @@ -2356,18 +2272,18 @@ "attributes": { "canonical": false, "direction_id": 0, - "name": "South Station - Forge Park/495 via Back Bay", - "sort_order": 200040070, - "typicality": 2 + "name": "South Station - Foxboro via Fairmount", + "sort_order": 200040010, + "typicality": 1 }, - "id": "CR-Franklin-b8c4a7ca-0", + "id": "CR-Franklin-35c1126a-0", "links": { - "self": "/route_patterns/CR-Franklin-b8c4a7ca-0" + "self": "/route_patterns/CR-Franklin-35c1126a-0" }, "relationships": { "representative_trip": { "data": { - "id": "CR-670219-713", + "id": "SouthWKDYF24-697779-741", "type": "trip" } }, @@ -2385,17 +2301,17 @@ "canonical": false, "direction_id": 0, "name": "South Station - Foxboro via Back Bay", - "sort_order": 200040080, + "sort_order": 200040030, "typicality": 2 }, - "id": "CR-Franklin-2757d279-0", + "id": "CR-Franklin-512734e4-0", "links": { - "self": "/route_patterns/CR-Franklin-2757d279-0" + "self": "/route_patterns/CR-Franklin-512734e4-0" }, "relationships": { "representative_trip": { "data": { - "id": "CR-670252-755", + "id": "SouthWKDYF24-697781-743", "type": "trip" } }, @@ -2412,18 +2328,18 @@ "attributes": { "canonical": false, "direction_id": 0, - "name": "South Station - Foxboro via Back Bay", - "sort_order": 200040090, - "typicality": 2 + "name": "South Station - Forge Park/495 via Fairmount", + "sort_order": 200040040, + "typicality": 3 }, - "id": "CR-Franklin-f3922b8c-0", + "id": "CR-Franklin-807421e2-0", "links": { - "self": "/route_patterns/CR-Franklin-f3922b8c-0" + "self": "/route_patterns/CR-Franklin-807421e2-0" }, "relationships": { "representative_trip": { "data": { - "id": "CR-670250-753", + "id": "SouthWKDYF24-697777-735", "type": "trip" } }, @@ -2441,17 +2357,17 @@ "canonical": false, "direction_id": 0, "name": "South Station - Forge Park/495 via Back Bay", - "sort_order": 200040100, - "typicality": 2 + "sort_order": 200040060, + "typicality": 3 }, - "id": "CR-Franklin-dabfeb0c-0", + "id": "CR-Franklin-78461397-0", "links": { - "self": "/route_patterns/CR-Franklin-dabfeb0c-0" + "self": "/route_patterns/CR-Franklin-78461397-0" }, "relationships": { "representative_trip": { "data": { - "id": "CR-670232-731", + "id": "SouthWKDYF24-697766-723", "type": "trip" } }, @@ -2469,8 +2385,8 @@ "canonical": false, "direction_id": 0, "name": "South Station - Forge Park/495 via Back Bay", - "sort_order": 200040120, - "typicality": 2 + "sort_order": 200040080, + "typicality": 3 }, "id": "CR-Franklin-36a30c21-0", "links": { @@ -2479,7 +2395,7 @@ "relationships": { "representative_trip": { "data": { - "id": "CR-670226-725", + "id": "SouthWKDYF24-697767-725", "type": "trip" } }, @@ -2497,8 +2413,92 @@ "canonical": false, "direction_id": 0, "name": "South Station - Forge Park/495 via Back Bay", - "sort_order": 200040130, - "typicality": 2 + "sort_order": 200040090, + "typicality": 3 + }, + "id": "CR-Franklin-b8c4a7ca-0", + "links": { + "self": "/route_patterns/CR-Franklin-b8c4a7ca-0" + }, + "relationships": { + "representative_trip": { + "data": { + "id": "SouthWKDYF24-697760-713", + "type": "trip" + } + }, + "route": { + "data": { + "id": "CR-Franklin", + "type": "route" + } + } + }, + "type": "route_pattern" + }, + { + "attributes": { + "canonical": false, + "direction_id": 0, + "name": "South Station - Foxboro via Back Bay", + "sort_order": 200040100, + "typicality": 3 + }, + "id": "CR-Franklin-8076e72e-0", + "links": { + "self": "/route_patterns/CR-Franklin-8076e72e-0" + }, + "relationships": { + "representative_trip": { + "data": { + "id": "SouthWKDYF24-697785-747", + "type": "trip" + } + }, + "route": { + "data": { + "id": "CR-Franklin", + "type": "route" + } + } + }, + "type": "route_pattern" + }, + { + "attributes": { + "canonical": false, + "direction_id": 0, + "name": "South Station - Foxboro via Back Bay", + "sort_order": 200040110, + "typicality": 3 + }, + "id": "CR-Franklin-1af2beab-0", + "links": { + "self": "/route_patterns/CR-Franklin-1af2beab-0" + }, + "relationships": { + "representative_trip": { + "data": { + "id": "SouthWKDYF24-697789-751", + "type": "trip" + } + }, + "route": { + "data": { + "id": "CR-Franklin", + "type": "route" + } + } + }, + "type": "route_pattern" + }, + { + "attributes": { + "canonical": false, + "direction_id": 0, + "name": "South Station - Forge Park/495 via Back Bay", + "sort_order": 200040120, + "typicality": 3 }, "id": "CR-Franklin-dc09eba3-0", "links": { @@ -2507,7 +2507,91 @@ "relationships": { "representative_trip": { "data": { - "id": "CR-670223-721", + "id": "SouthWKDYF24-697764-721", + "type": "trip" + } + }, + "route": { + "data": { + "id": "CR-Franklin", + "type": "route" + } + } + }, + "type": "route_pattern" + }, + { + "attributes": { + "canonical": false, + "direction_id": 0, + "name": "South Station - Foxboro via Back Bay", + "sort_order": 200040130, + "typicality": 3 + }, + "id": "CR-Franklin-2757d279-0", + "links": { + "self": "/route_patterns/CR-Franklin-2757d279-0" + }, + "relationships": { + "representative_trip": { + "data": { + "id": "SouthWKDYF24-697793-755", + "type": "trip" + } + }, + "route": { + "data": { + "id": "CR-Franklin", + "type": "route" + } + } + }, + "type": "route_pattern" + }, + { + "attributes": { + "canonical": false, + "direction_id": 0, + "name": "South Station - Foxboro via Back Bay", + "sort_order": 200040140, + "typicality": 3 + }, + "id": "CR-Franklin-f3922b8c-0", + "links": { + "self": "/route_patterns/CR-Franklin-f3922b8c-0" + }, + "relationships": { + "representative_trip": { + "data": { + "id": "SouthWKDYF24-697791-753", + "type": "trip" + } + }, + "route": { + "data": { + "id": "CR-Franklin", + "type": "route" + } + } + }, + "type": "route_pattern" + }, + { + "attributes": { + "canonical": false, + "direction_id": 0, + "name": "South Station - Forge Park/495 via Back Bay", + "sort_order": 200040160, + "typicality": 3 + }, + "id": "CR-Franklin-dabfeb0c-0", + "links": { + "self": "/route_patterns/CR-Franklin-dabfeb0c-0" + }, + "relationships": { + "representative_trip": { + "data": { + "id": "SouthWKDYF24-697773-731", "type": "trip" } }, @@ -2584,14 +2668,14 @@ "sort_order": 200041000, "typicality": 1 }, - "id": "CR-Franklin-02118599-1", + "id": "CR-Franklin-efd9798e-1", "links": { - "self": "/route_patterns/CR-Franklin-02118599-1" + "self": "/route_patterns/CR-Franklin-efd9798e-1" }, "relationships": { "representative_trip": { "data": { - "id": "CR-670213-704", + "id": "SouthWKDYF24-697752-700", "type": "trip" } }, @@ -2619,7 +2703,7 @@ "relationships": { "representative_trip": { "data": { - "id": "CR-670237-740", + "id": "SouthWKDYF24-697778-740", "type": "trip" } }, @@ -2636,18 +2720,18 @@ "attributes": { "canonical": false, "direction_id": 1, - "name": "Foxboro - South Station via Back Bay", + "name": "Forge Park/495 - South Station via Back Bay", "sort_order": 200041030, "typicality": 2 }, - "id": "CR-Franklin-47d24b90-1", + "id": "CR-Franklin-02118599-1", "links": { - "self": "/route_patterns/CR-Franklin-47d24b90-1" + "self": "/route_patterns/CR-Franklin-02118599-1" }, "relationships": { "representative_trip": { "data": { - "id": "CR-670241-744", + "id": "SouthWKDYF24-697754-704", "type": "trip" } }, @@ -2664,18 +2748,18 @@ "attributes": { "canonical": false, "direction_id": 1, - "name": "Foxboro - South Station via Back Bay", - "sort_order": 200041040, + "name": "Forge Park/495 - South Station via Back Bay", + "sort_order": 200041050, "typicality": 2 }, - "id": "CR-Franklin-be153239-1", + "id": "CR-Franklin-7c3247fa-1", "links": { - "self": "/route_patterns/CR-Franklin-be153239-1" + "self": "/route_patterns/CR-Franklin-7c3247fa-1" }, "relationships": { "representative_trip": { "data": { - "id": "CR-670251-754", + "id": "SouthWKDYF24-697763-718", "type": "trip" } }, @@ -2693,17 +2777,17 @@ "canonical": false, "direction_id": 1, "name": "Foxboro - South Station via Back Bay", - "sort_order": 200041050, + "sort_order": 200041060, "typicality": 2 }, - "id": "CR-Franklin-d7300846-1", + "id": "CR-Franklin-4ee256a8-1", "links": { - "self": "/route_patterns/CR-Franklin-d7300846-1" + "self": "/route_patterns/CR-Franklin-4ee256a8-1" }, "relationships": { "representative_trip": { "data": { - "id": "CR-670239-742", + "id": "SouthWKDYF24-697786-748", "type": "trip" } }, @@ -2720,18 +2804,18 @@ "attributes": { "canonical": false, "direction_id": 1, - "name": "Forge Park/495 - South Station via Fairmount", - "sort_order": 200041060, - "typicality": 2 + "name": "Foxboro - South Station via Back Bay", + "sort_order": 200041070, + "typicality": 3 }, - "id": "CR-Franklin-901f1692-1", + "id": "CR-Franklin-47d24b90-1", "links": { - "self": "/route_patterns/CR-Franklin-901f1692-1" + "self": "/route_patterns/CR-Franklin-47d24b90-1" }, "relationships": { "representative_trip": { "data": { - "id": "CR-670233-732", + "id": "SouthWKDYF24-697782-744", "type": "trip" } }, @@ -2748,18 +2832,18 @@ "attributes": { "canonical": false, "direction_id": 1, - "name": "Franklin - South Station via Fairmount", - "sort_order": 200041070, - "typicality": 2 + "name": "Forge Park/495 - South Station via Fairmount", + "sort_order": 200041090, + "typicality": 3 }, - "id": "CR-Franklin-541f8dad-1", + "id": "CR-Franklin-901f1692-1", "links": { - "self": "/route_patterns/CR-Franklin-541f8dad-1" + "self": "/route_patterns/CR-Franklin-901f1692-1" }, "relationships": { "representative_trip": { "data": { - "id": "CR-670229-728", + "id": "SouthWKDYF24-697774-732", "type": "trip" } }, @@ -2776,18 +2860,18 @@ "attributes": { "canonical": false, "direction_id": 1, - "name": "Forge Park/495 - South Station via Back Bay", - "sort_order": 200041080, - "typicality": 2 + "name": "Foxboro - South Station via Back Bay", + "sort_order": 200041120, + "typicality": 3 }, - "id": "CR-Franklin-efd9798e-1", + "id": "CR-Franklin-d7300846-1", "links": { - "self": "/route_patterns/CR-Franklin-efd9798e-1" + "self": "/route_patterns/CR-Franklin-d7300846-1" }, "relationships": { "representative_trip": { "data": { - "id": "CR-670212-700", + "id": "SouthWKDYF24-697780-742", "type": "trip" } }, @@ -2805,17 +2889,17 @@ "canonical": false, "direction_id": 1, "name": "Foxboro - South Station via Back Bay", - "sort_order": 200041090, - "typicality": 2 + "sort_order": 200041130, + "typicality": 3 }, - "id": "CR-Franklin-4ee256a8-1", + "id": "CR-Franklin-be153239-1", "links": { - "self": "/route_patterns/CR-Franklin-4ee256a8-1" + "self": "/route_patterns/CR-Franklin-be153239-1" }, "relationships": { "representative_trip": { "data": { - "id": "CR-670245-748", + "id": "SouthWKDYF24-697792-754", "type": "trip" } }, @@ -2832,18 +2916,18 @@ "attributes": { "canonical": false, "direction_id": 1, - "name": "Forge Park/495 - South Station via Back Bay", - "sort_order": 200041110, - "typicality": 2 + "name": "Foxboro - South Station", + "sort_order": 200041140, + "typicality": 3 }, - "id": "CR-Franklin-7c3247fa-1", + "id": "CR-Franklin-6a65c6cc-1", "links": { - "self": "/route_patterns/CR-Franklin-7c3247fa-1" + "self": "/route_patterns/CR-Franklin-6a65c6cc-1" }, "relationships": { "representative_trip": { "data": { - "id": "CR-670222-718", + "id": "SouthWKDYF24-697790-752", "type": "trip" } }, @@ -2861,8 +2945,8 @@ "canonical": false, "direction_id": 1, "name": "Forge Park/495 - Readville", - "sort_order": 200041120, - "typicality": 2 + "sort_order": 200041160, + "typicality": 3 }, "id": "CR-Franklin-46a8d1ee-1", "links": { @@ -2871,7 +2955,7 @@ "relationships": { "representative_trip": { "data": { - "id": "CR-670235-734", + "id": "SouthWKDYF24-710142-734", "type": "trip" } }, @@ -2888,18 +2972,18 @@ "attributes": { "canonical": false, "direction_id": 1, - "name": "Foxboro - South Station", - "sort_order": 200041130, - "typicality": 2 + "name": "Franklin - South Station via Fairmount", + "sort_order": 200041180, + "typicality": 3 }, - "id": "CR-Franklin-6a65c6cc-1", + "id": "CR-Franklin-541f8dad-1", "links": { - "self": "/route_patterns/CR-Franklin-6a65c6cc-1" + "self": "/route_patterns/CR-Franklin-541f8dad-1" }, "relationships": { "representative_trip": { "data": { - "id": "CR-670249-752", + "id": "SouthWKDYF24-697770-728", "type": "trip" } }, @@ -2996,34 +3080,6 @@ }, "type": "route_pattern" }, - { - "attributes": { - "canonical": false, - "direction_id": 0, - "name": "Braintree - Greenbush", - "sort_order": 200050990, - "typicality": 4 - }, - "id": "CR-Greenbush-BraintreeGreenbush-0", - "links": { - "self": "/route_patterns/CR-Greenbush-BraintreeGreenbush-0" - }, - "relationships": { - "representative_trip": { - "data": { - "id": "NeedhamOrmsDotAve675651-1081-GRBBrainSouthDynamic-12", - "type": "trip" - } - }, - "route": { - "data": { - "id": "CR-Greenbush", - "type": "route" - } - } - }, - "type": "route_pattern" - }, { "attributes": { "canonical": true, @@ -3055,25 +3111,25 @@ { "attributes": { "canonical": false, - "direction_id": 1, - "name": "Greenbush - Braintree", - "sort_order": 200051990, - "typicality": 4 + "direction_id": 0, + "name": "North Station - Bradford via Reading", + "sort_order": 200060000, + "typicality": 2 }, - "id": "CR-Greenbush-BraintreeGreenbush-1", + "id": "CR-Haverhill-56199cd1-0", "links": { - "self": "/route_patterns/CR-Greenbush-BraintreeGreenbush-1" + "self": "/route_patterns/CR-Haverhill-56199cd1-0" }, "relationships": { "representative_trip": { "data": { - "id": "NeedhamOrmsDotAve675660-1076-GRBBrainSouthDynamic-10", + "id": "NorthWKDYF24-696214-201-HaverhillBradfordVan", "type": "trip" } }, "route": { "data": { - "id": "CR-Greenbush", + "id": "CR-Haverhill", "type": "route" } } @@ -3084,18 +3140,18 @@ "attributes": { "canonical": false, "direction_id": 0, - "name": "North Station - Haverhill", - "sort_order": 200060040, + "name": "North Station - Reading", + "sort_order": 200060030, "typicality": 2 }, - "id": "CR-Haverhill-5b586e27-0", + "id": "CR-Haverhill-0afec960-0", "links": { - "self": "/route_patterns/CR-Haverhill-5b586e27-0" + "self": "/route_patterns/CR-Haverhill-0afec960-0" }, "relationships": { "representative_trip": { "data": { - "id": "CR-676462-217", + "id": "NorthWKDYF24-696239-281-HaverhillBradfordVan", "type": "trip" } }, @@ -3112,18 +3168,18 @@ "attributes": { "canonical": false, "direction_id": 0, - "name": "North Station - Haverhill via Reading", - "sort_order": 200060070, - "typicality": 2 + "name": "North Station - Bradford", + "sort_order": 200060040, + "typicality": 3 }, - "id": "CR-Haverhill-0d9f7334-0", + "id": "CR-Haverhill-8d9ad8d2-0", "links": { - "self": "/route_patterns/CR-Haverhill-0d9f7334-0" + "self": "/route_patterns/CR-Haverhill-8d9ad8d2-0" }, "relationships": { "representative_trip": { "data": { - "id": "CR-676451-201", + "id": "NorthWKDYF24-696230-217-HaverhillBradfordVan", "type": "trip" } }, @@ -3140,18 +3196,18 @@ "attributes": { "canonical": false, "direction_id": 0, - "name": "North Station - Reading", - "sort_order": 200060080, - "typicality": 2 + "name": "North Station - Bradford via Anderson/Woburn", + "sort_order": 200060050, + "typicality": 3 }, - "id": "CR-Haverhill-5e000b78-0", + "id": "CR-Haverhill-f28c48e8-0", "links": { - "self": "/route_patterns/CR-Haverhill-5e000b78-0" + "self": "/route_patterns/CR-Haverhill-f28c48e8-0" }, "relationships": { "representative_trip": { "data": { - "id": "CR-676471-281", + "id": "MysticMaffa-720958-1209-HaverhillBradfordVan", "type": "trip" } }, @@ -3194,20 +3250,20 @@ }, { "attributes": { - "canonical": true, + "canonical": false, "direction_id": 1, - "name": "Haverhill - North Station via Reading", + "name": "Bradford - North Station via Reading", "sort_order": 200061000, - "typicality": 1 + "typicality": 2 }, - "id": "CR-Haverhill-ebc58735-1", + "id": "CR-Haverhill-9794afd5-1", "links": { - "self": "/route_patterns/CR-Haverhill-ebc58735-1" + "self": "/route_patterns/CR-Haverhill-9794afd5-1" }, "relationships": { "representative_trip": { "data": { - "id": "canonical-CR-Haverhill-C1-1", + "id": "NorthWKDYF24-696213-200-HaverhillBradfordVan", "type": "trip" } }, @@ -3224,18 +3280,18 @@ "attributes": { "canonical": false, "direction_id": 1, - "name": "Haverhill - North Station via Anderson/Woburn", + "name": "Reading - North Station", "sort_order": 200061030, "typicality": 2 }, - "id": "CR-Haverhill-9a2b8f60-1", + "id": "CR-Haverhill-0629a9bc-1", "links": { - "self": "/route_patterns/CR-Haverhill-9a2b8f60-1" + "self": "/route_patterns/CR-Haverhill-0629a9bc-1" }, "relationships": { "representative_trip": { "data": { - "id": "CR-676453-204", + "id": "NorthWKDYF24-696240-282-HaverhillBradfordVan", "type": "trip" } }, @@ -3252,18 +3308,18 @@ "attributes": { "canonical": false, "direction_id": 1, - "name": "Lawrence - North Station via Reading", + "name": "Bradford - North Station", "sort_order": 200061050, - "typicality": 2 + "typicality": 3 }, - "id": "CR-Haverhill-dcfde8e9-1", + "id": "CR-Haverhill-2c4068b1-1", "links": { - "self": "/route_patterns/CR-Haverhill-dcfde8e9-1" + "self": "/route_patterns/CR-Haverhill-2c4068b1-1" }, "relationships": { "representative_trip": { "data": { - "id": "CR-676470-280", + "id": "NorthWKDYF24-696217-204-HaverhillBradfordVan", "type": "trip" } }, @@ -3280,18 +3336,18 @@ "attributes": { "canonical": false, "direction_id": 1, - "name": "Reading - North Station", + "name": "Bradford - North Station via Anderson/Woburn", "sort_order": 200061060, - "typicality": 2 + "typicality": 3 }, - "id": "CR-Haverhill-0629a9bc-1", + "id": "CR-Haverhill-94afbb5a-1", "links": { - "self": "/route_patterns/CR-Haverhill-0629a9bc-1" + "self": "/route_patterns/CR-Haverhill-94afbb5a-1" }, "relationships": { "representative_trip": { "data": { - "id": "CR-676472-282", + "id": "MysticMaffa-720957-1208-HaverhillBradfordVan", "type": "trip" } }, @@ -3306,26 +3362,26 @@ }, { "attributes": { - "canonical": true, - "direction_id": 0, - "name": "South Station - Kingston", - "sort_order": 200070000, - "typicality": 1 + "canonical": false, + "direction_id": 1, + "name": "Lawrence - North Station via Reading", + "sort_order": 200061070, + "typicality": 3 }, - "id": "CR-Kingston-5caee635-0", + "id": "CR-Haverhill-dcfde8e9-1", "links": { - "self": "/route_patterns/CR-Kingston-5caee635-0" + "self": "/route_patterns/CR-Haverhill-dcfde8e9-1" }, "relationships": { "representative_trip": { "data": { - "id": "canonical-CR-Kingston-C1-0", + "id": "NorthWKDYF24-696238-280-HaverhillBradfordVan", "type": "trip" } }, "route": { "data": { - "id": "CR-Kingston", + "id": "CR-Haverhill", "type": "route" } } @@ -3334,26 +3390,26 @@ }, { "attributes": { - "canonical": false, - "direction_id": 0, - "name": "Braintree - Kingston", - "sort_order": 200070010, - "typicality": 2 + "canonical": true, + "direction_id": 1, + "name": "Haverhill - North Station", + "sort_order": 200061991, + "typicality": 5 }, - "id": "CR-Kingston-7014db43-0", + "id": "CR-Haverhill-C1-1", "links": { - "self": "/route_patterns/CR-Kingston-7014db43-0" + "self": "/route_patterns/CR-Haverhill-C1-1" }, "relationships": { "representative_trip": { "data": { - "id": "CR-670103-067", + "id": "canonical-CR-Haverhill-C1-1", "type": "trip" } }, "route": { "data": { - "id": "CR-Kingston", + "id": "CR-Haverhill", "type": "route" } } @@ -3363,19 +3419,19 @@ { "attributes": { "canonical": true, - "direction_id": 1, - "name": "Kingston - South Station", - "sort_order": 200071000, + "direction_id": 0, + "name": "South Station - Kingston", + "sort_order": 200070000, "typicality": 1 }, - "id": "CR-Kingston-6cec404d-1", + "id": "CR-Kingston-5caee635-0", "links": { - "self": "/route_patterns/CR-Kingston-6cec404d-1" + "self": "/route_patterns/CR-Kingston-5caee635-0" }, "relationships": { "representative_trip": { "data": { - "id": "canonical-CR-Kingston-C1-1", + "id": "canonical-CR-Kingston-C1-0", "type": "trip" } }, @@ -3391,19 +3447,19 @@ { "attributes": { "canonical": false, - "direction_id": 1, - "name": "Kingston - Braintree", - "sort_order": 200071010, - "typicality": 2 + "direction_id": 0, + "name": "Braintree - Kingston", + "sort_order": 200070030, + "typicality": 3 }, - "id": "CR-Kingston-35bb26b3-1", + "id": "CR-Kingston-7014db43-0", "links": { - "self": "/route_patterns/CR-Kingston-35bb26b3-1" + "self": "/route_patterns/CR-Kingston-7014db43-0" }, "relationships": { "representative_trip": { "data": { - "id": "CR-670102-066", + "id": "SouthWKDYF24-704936-067", "type": "trip" } }, @@ -3418,26 +3474,26 @@ }, { "attributes": { - "canonical": false, - "direction_id": 0, - "name": "North Station - Lowell", - "sort_order": 200080000, + "canonical": true, + "direction_id": 1, + "name": "Kingston - South Station", + "sort_order": 200071000, "typicality": 1 }, - "id": "CR-Lowell-90161884-0", + "id": "CR-Kingston-6cec404d-1", "links": { - "self": "/route_patterns/CR-Lowell-90161884-0" + "self": "/route_patterns/CR-Kingston-6cec404d-1" }, "relationships": { "representative_trip": { "data": { - "id": "CR-660302-301", + "id": "canonical-CR-Kingston-C1-1", "type": "trip" } }, "route": { "data": { - "id": "CR-Lowell", + "id": "CR-Kingston", "type": "route" } } @@ -3446,26 +3502,26 @@ }, { "attributes": { - "canonical": true, - "direction_id": 0, - "name": "North Station - Lowell", - "sort_order": 200080991, - "typicality": 5 + "canonical": false, + "direction_id": 1, + "name": "Kingston - Braintree", + "sort_order": 200071030, + "typicality": 3 }, - "id": "CR-Lowell-C1-0", + "id": "CR-Kingston-35bb26b3-1", "links": { - "self": "/route_patterns/CR-Lowell-C1-0" + "self": "/route_patterns/CR-Kingston-35bb26b3-1" }, "relationships": { "representative_trip": { "data": { - "id": "canonical-CR-Lowell-C1-0", + "id": "SouthWKDYF24-704935-066", "type": "trip" } }, "route": { "data": { - "id": "CR-Lowell", + "id": "CR-Kingston", "type": "route" } } @@ -3474,20 +3530,20 @@ }, { "attributes": { - "canonical": false, - "direction_id": 1, - "name": "Lowell - North Station", - "sort_order": 200081000, + "canonical": true, + "direction_id": 0, + "name": "North Station - Lowell", + "sort_order": 200080000, "typicality": 1 }, - "id": "CR-Lowell-5cb1ce1b-1", + "id": "CR-Lowell-edb39c7b-0", "links": { - "self": "/route_patterns/CR-Lowell-5cb1ce1b-1" + "self": "/route_patterns/CR-Lowell-edb39c7b-0" }, "relationships": { "representative_trip": { "data": { - "id": "CR-660301-300", + "id": "canonical-CR-Lowell-C1-0", "type": "trip" } }, @@ -3505,12 +3561,12 @@ "canonical": true, "direction_id": 1, "name": "Lowell - North Station", - "sort_order": 200081991, - "typicality": 5 + "sort_order": 200081000, + "typicality": 1 }, - "id": "CR-Lowell-C1-1", + "id": "CR-Lowell-305fef81-1", "links": { - "self": "/route_patterns/CR-Lowell-C1-1" + "self": "/route_patterns/CR-Lowell-305fef81-1" }, "relationships": { "representative_trip": { @@ -3556,34 +3612,6 @@ }, "type": "route_pattern" }, - { - "attributes": { - "canonical": false, - "direction_id": 0, - "name": "Braintree - Middleborough/Lakeville", - "sort_order": 200090010, - "typicality": 2 - }, - "id": "CR-Middleborough-92c25d3b-0", - "links": { - "self": "/route_patterns/CR-Middleborough-92c25d3b-0" - }, - "relationships": { - "representative_trip": { - "data": { - "id": "NeedhamOrmsDotAve675656-1017-MDLBrainSouthDynamic2", - "type": "trip" - } - }, - "route": { - "data": { - "id": "CR-Middleborough", - "type": "route" - } - } - }, - "type": "route_pattern" - }, { "attributes": { "canonical": true, @@ -3612,34 +3640,6 @@ }, "type": "route_pattern" }, - { - "attributes": { - "canonical": false, - "direction_id": 1, - "name": "Middleborough/Lakeville - Braintree", - "sort_order": 200091010, - "typicality": 2 - }, - "id": "CR-Middleborough-bb403e6b-1", - "links": { - "self": "/route_patterns/CR-Middleborough-bb403e6b-1" - }, - "relationships": { - "representative_trip": { - "data": { - "id": "NeedhamOrmsDotAve675652-1014-MDLBrainSouthDynamic0", - "type": "trip" - } - }, - "route": { - "data": { - "id": "CR-Middleborough", - "type": "route" - } - } - }, - "type": "route_pattern" - }, { "attributes": { "canonical": false, @@ -3655,7 +3655,7 @@ "relationships": { "representative_trip": { "data": { - "id": "CR-670180-603", + "id": "SouthWKDYF24-697720-603", "type": "trip" } }, @@ -3673,8 +3673,8 @@ "canonical": false, "direction_id": 0, "name": "Forest Hills - Needham Heights", - "sort_order": 200100010, - "typicality": 2 + "sort_order": 200100030, + "typicality": 3 }, "id": "CR-Needham-7f6dbefb-0", "links": { @@ -3683,35 +3683,7 @@ "relationships": { "representative_trip": { "data": { - "id": "CR-670210-633", - "type": "trip" - } - }, - "route": { - "data": { - "id": "CR-Needham", - "type": "route" - } - } - }, - "type": "route_pattern" - }, - { - "attributes": { - "canonical": false, - "direction_id": 0, - "name": "South Station - Needham Heights", - "sort_order": 200100020, - "typicality": 2 - }, - "id": "CR-Needham-69669b59-0", - "links": { - "self": "/route_patterns/CR-Needham-69669b59-0" - }, - "relationships": { - "representative_trip": { - "data": { - "id": "CR-670186-609", + "id": "SouthWKDYF24-697750-633", "type": "trip" } }, @@ -3767,7 +3739,7 @@ "relationships": { "representative_trip": { "data": { - "id": "CR-670178-600", + "id": "SouthWKDYF24-697718-600", "type": "trip" } }, @@ -3785,8 +3757,8 @@ "canonical": false, "direction_id": 1, "name": "Needham Heights - Forest Hills", - "sort_order": 200101010, - "typicality": 2 + "sort_order": 200101030, + "typicality": 3 }, "id": "CR-Needham-68a3e69b-1", "links": { @@ -3795,7 +3767,7 @@ "relationships": { "representative_trip": { "data": { - "id": "CR-670209-632", + "id": "SouthWKDYF24-697749-632", "type": "trip" } }, @@ -3810,20 +3782,20 @@ }, { "attributes": { - "canonical": false, + "canonical": true, "direction_id": 1, "name": "Needham Heights - South Station", - "sort_order": 200101020, - "typicality": 2 + "sort_order": 200101991, + "typicality": 5 }, - "id": "CR-Needham-a01e12e1-1", + "id": "CR-Needham-C1-1", "links": { - "self": "/route_patterns/CR-Needham-a01e12e1-1" + "self": "/route_patterns/CR-Needham-C1-1" }, "relationships": { "representative_trip": { "data": { - "id": "CR-670201-624", + "id": "canonical-CR-Needham-C1-1", "type": "trip" } }, @@ -3838,26 +3810,26 @@ }, { "attributes": { - "canonical": true, - "direction_id": 1, - "name": "Needham Heights - South Station", - "sort_order": 200101991, - "typicality": 5 + "canonical": false, + "direction_id": 0, + "name": "North Station - Newburyport", + "sort_order": 200110000, + "typicality": 1 }, - "id": "CR-Needham-C1-1", + "id": "CR-Newburyport-79533330-0", "links": { - "self": "/route_patterns/CR-Needham-C1-1" + "self": "/route_patterns/CR-Newburyport-79533330-0" }, "relationships": { "representative_trip": { "data": { - "id": "canonical-CR-Needham-C1-1", + "id": "NorthWKDYF24-706161-165", "type": "trip" } }, "route": { "data": { - "id": "CR-Needham", + "id": "CR-Newburyport", "type": "route" } } @@ -3866,20 +3838,20 @@ }, { "attributes": { - "canonical": false, + "canonical": true, "direction_id": 0, - "name": "North Station - Newburyport", - "sort_order": 200110040, - "typicality": 2 + "name": "North Station - Rockport", + "sort_order": 200110010, + "typicality": 1 }, - "id": "CR-Newburyport-79533330-0", + "id": "CR-Newburyport-5967b204-0", "links": { - "self": "/route_patterns/CR-Newburyport-79533330-0" + "self": "/route_patterns/CR-Newburyport-5967b204-0" }, "relationships": { "representative_trip": { "data": { - "id": "CR-660244-145", + "id": "canonical-CR-Newburyport-C2-0", "type": "trip" } }, @@ -3907,7 +3879,7 @@ "relationships": { "representative_trip": { "data": { - "id": "CR-660216-105", + "id": "NorthWKDYF24-706158-123", "type": "trip" } }, @@ -3922,20 +3894,20 @@ }, { "attributes": { - "canonical": false, + "canonical": true, "direction_id": 0, - "name": "Salem - Newburyport", - "sort_order": 200110110, + "name": "North Station - Newburyport", + "sort_order": 200110080, "typicality": 2 }, - "id": "CR-Newburyport-8ac7b3db-0", + "id": "CR-Newburyport-8a970322-0", "links": { - "self": "/route_patterns/CR-Newburyport-8ac7b3db-0" + "self": "/route_patterns/CR-Newburyport-8a970322-0" }, "relationships": { "representative_trip": { "data": { - "id": "CR-660265-167", + "id": "canonical-CR-Newburyport-C1-0", "type": "trip" } }, @@ -3950,20 +3922,20 @@ }, { "attributes": { - "canonical": true, + "canonical": false, "direction_id": 0, - "name": "North Station - Newburyport", - "sort_order": 200110160, - "typicality": 1 + "name": "North Station - Beverly", + "sort_order": 200110100, + "typicality": 3 }, - "id": "CR-Newburyport-8a970322-0", + "id": "CR-Newburyport-9b0217f4-0", "links": { - "self": "/route_patterns/CR-Newburyport-8a970322-0" + "self": "/route_patterns/CR-Newburyport-9b0217f4-0" }, "relationships": { "representative_trip": { "data": { - "id": "canonical-CR-Newburyport-C1-0", + "id": "NorthWKDYF24-706236-197", "type": "trip" } }, @@ -3980,18 +3952,18 @@ "attributes": { "canonical": false, "direction_id": 0, - "name": "North Station - Beverly", - "sort_order": 200110170, - "typicality": 2 + "name": "Swampscott - Rockport", + "sort_order": 200110110, + "typicality": 3 }, - "id": "CR-Newburyport-9b0217f4-0", + "id": "CR-Newburyport-3ed1999d-0", "links": { - "self": "/route_patterns/CR-Newburyport-9b0217f4-0" + "self": "/route_patterns/CR-Newburyport-3ed1999d-0" }, "relationships": { "representative_trip": { "data": { - "id": "CR-660266-191", + "id": "MysticMaffa-717702-1115", "type": "trip" } }, @@ -4006,20 +3978,20 @@ }, { "attributes": { - "canonical": true, + "canonical": false, "direction_id": 0, - "name": "North Station - Rockport", - "sort_order": 200110180, - "typicality": 1 + "name": "Swampscott - Newburyport", + "sort_order": 200110120, + "typicality": 3 }, - "id": "CR-Newburyport-5967b204-0", + "id": "CR-Newburyport-1cfeaa22-0", "links": { - "self": "/route_patterns/CR-Newburyport-5967b204-0" + "self": "/route_patterns/CR-Newburyport-1cfeaa22-0" }, "relationships": { "representative_trip": { "data": { - "id": "canonical-CR-Newburyport-C2-0", + "id": "MysticMaffa-717703-1155", "type": "trip" } }, @@ -4035,19 +4007,19 @@ { "attributes": { "canonical": false, - "direction_id": 1, - "name": "Rockport - North Station", - "sort_order": 200111040, - "typicality": 2 + "direction_id": 0, + "name": "Salem - Rockport", + "sort_order": 200110130, + "typicality": 3 }, - "id": "CR-Newburyport-d47c5647-1", + "id": "CR-Newburyport-bb90d0b1-0", "links": { - "self": "/route_patterns/CR-Newburyport-d47c5647-1" + "self": "/route_patterns/CR-Newburyport-bb90d0b1-0" }, "relationships": { "representative_trip": { "data": { - "id": "CR-660217-106", + "id": "NorthWKDYF24-706178-127", "type": "trip" } }, @@ -4065,8 +4037,8 @@ "canonical": false, "direction_id": 1, "name": "Newburyport - North Station", - "sort_order": 200111050, - "typicality": 2 + "sort_order": 200111000, + "typicality": 1 }, "id": "CR-Newburyport-7e4857df-1", "links": { @@ -4075,7 +4047,35 @@ "relationships": { "representative_trip": { "data": { - "id": "CR-660243-144", + "id": "NorthWKDYF24-706189-150", + "type": "trip" + } + }, + "route": { + "data": { + "id": "CR-Newburyport", + "type": "route" + } + } + }, + "type": "route_pattern" + }, + { + "attributes": { + "canonical": true, + "direction_id": 1, + "name": "Rockport - North Station", + "sort_order": 200111010, + "typicality": 1 + }, + "id": "CR-Newburyport-05eb9eab-1", + "links": { + "self": "/route_patterns/CR-Newburyport-05eb9eab-1" + }, + "relationships": { + "representative_trip": { + "data": { + "id": "canonical-CR-Newburyport-C2-1", "type": "trip" } }, @@ -4092,18 +4092,18 @@ "attributes": { "canonical": false, "direction_id": 1, - "name": "Beverly - North Station", - "sort_order": 200111140, + "name": "Rockport - North Station", + "sort_order": 200111040, "typicality": 2 }, - "id": "CR-Newburyport-f5cebd1b-1", + "id": "CR-Newburyport-d47c5647-1", "links": { - "self": "/route_patterns/CR-Newburyport-f5cebd1b-1" + "self": "/route_patterns/CR-Newburyport-d47c5647-1" }, "relationships": { "representative_trip": { "data": { - "id": "CR-660269-198", + "id": "NorthWKDYF24-706160-112", "type": "trip" } }, @@ -4121,8 +4121,8 @@ "canonical": true, "direction_id": 1, "name": "Newburyport - North Station", - "sort_order": 200111150, - "typicality": 1 + "sort_order": 200111070, + "typicality": 2 }, "id": "CR-Newburyport-e6060026-1", "links": { @@ -4146,20 +4146,20 @@ }, { "attributes": { - "canonical": true, + "canonical": false, "direction_id": 1, - "name": "Rockport - North Station", - "sort_order": 200111160, - "typicality": 1 + "name": "Beverly - North Station", + "sort_order": 200111090, + "typicality": 3 }, - "id": "CR-Newburyport-05eb9eab-1", + "id": "CR-Newburyport-7bd69ec3-1", "links": { - "self": "/route_patterns/CR-Newburyport-05eb9eab-1" + "self": "/route_patterns/CR-Newburyport-7bd69ec3-1" }, "relationships": { "representative_trip": { "data": { - "id": "canonical-CR-Newburyport-C2-1", + "id": "NorthWKDYF24-706251-192", "type": "trip" } }, @@ -4177,17 +4177,17 @@ "canonical": false, "direction_id": 1, "name": "Beverly - North Station", - "sort_order": 200111170, - "typicality": 2 + "sort_order": 200111100, + "typicality": 3 }, - "id": "CR-Newburyport-7bd69ec3-1", + "id": "CR-Newburyport-f5cebd1b-1", "links": { - "self": "/route_patterns/CR-Newburyport-7bd69ec3-1" + "self": "/route_patterns/CR-Newburyport-f5cebd1b-1" }, "relationships": { "representative_trip": { "data": { - "id": "CR-660267-192", + "id": "NorthWKDYF24-706283-198", "type": "trip" } }, @@ -4203,25 +4203,25 @@ { "attributes": { "canonical": false, - "direction_id": 0, - "name": "South Station - Wickford Junction via Back Bay", - "sort_order": 200120000, - "typicality": 1 + "direction_id": 1, + "name": "Rockport - Swampscott", + "sort_order": 200111110, + "typicality": 3 }, - "id": "CR-Providence-9cf54fb3-0", + "id": "CR-Newburyport-97351c1a-1", "links": { - "self": "/route_patterns/CR-Providence-9cf54fb3-0" + "self": "/route_patterns/CR-Newburyport-97351c1a-1" }, "relationships": { "representative_trip": { "data": { - "id": "CR-670259-801", + "id": "MysticMaffa-717704-1114", "type": "trip" } }, "route": { "data": { - "id": "CR-Providence", + "id": "CR-Newburyport", "type": "route" } } @@ -4231,25 +4231,25 @@ { "attributes": { "canonical": false, - "direction_id": 0, - "name": "South Station - Stoughton via Back Bay", - "sort_order": 200120010, - "typicality": 1 + "direction_id": 1, + "name": "Newburyport - Swampscott", + "sort_order": 200111120, + "typicality": 3 }, - "id": "CR-Providence-d36ab58d-0", + "id": "CR-Newburyport-a9239670-1", "links": { - "self": "/route_patterns/CR-Providence-d36ab58d-0" + "self": "/route_patterns/CR-Newburyport-a9239670-1" }, "relationships": { "representative_trip": { "data": { - "id": "CR-670328-889", + "id": "MysticMaffa-717707-1158", "type": "trip" } }, "route": { "data": { - "id": "CR-Providence", + "id": "CR-Newburyport", "type": "route" } } @@ -4260,18 +4260,18 @@ "attributes": { "canonical": false, "direction_id": 0, - "name": "South Station - Stoughton via Fairmount", - "sort_order": 200120030, - "typicality": 2 + "name": "South Station - Wickford Junction via Back Bay", + "sort_order": 200120000, + "typicality": 1 }, - "id": "CR-Providence-8344b9b3-0", + "id": "CR-Providence-9cf54fb3-0", "links": { - "self": "/route_patterns/CR-Providence-8344b9b3-0" + "self": "/route_patterns/CR-Providence-9cf54fb3-0" }, "relationships": { "representative_trip": { "data": { - "id": "CR-670331-893", + "id": "SouthWKDYF24-697800-801", "type": "trip" } }, @@ -4289,8 +4289,8 @@ "canonical": false, "direction_id": 0, "name": "South Station - Stoughton via Back Bay", - "sort_order": 200120040, - "typicality": 2 + "sort_order": 200120010, + "typicality": 1 }, "id": "CR-Providence-9515a09b-0", "links": { @@ -4299,7 +4299,7 @@ "relationships": { "representative_trip": { "data": { - "id": "CR-670301-861", + "id": "SouthWKDYF24-697842-861", "type": "trip" } }, @@ -4317,7 +4317,7 @@ "canonical": false, "direction_id": 0, "name": "South Station - Providence via Back Bay", - "sort_order": 200120070, + "sort_order": 200120030, "typicality": 2 }, "id": "CR-Providence-743ff41d-0", @@ -4327,7 +4327,7 @@ "relationships": { "representative_trip": { "data": { - "id": "CR-670263-805", + "id": "SouthWKDYF24-697804-805", "type": "trip" } }, @@ -4344,18 +4344,18 @@ "attributes": { "canonical": false, "direction_id": 0, - "name": "South Station - Wickford Junction via Back Bay", - "sort_order": 200120080, - "typicality": 2 + "name": "South Station - Providence via Back Bay", + "sort_order": 200120050, + "typicality": 3 }, - "id": "CR-Providence-a9a49f44-0", + "id": "CR-Providence-744cd707-0", "links": { - "self": "/route_patterns/CR-Providence-a9a49f44-0" + "self": "/route_patterns/CR-Providence-744cd707-0" }, "relationships": { "representative_trip": { "data": { - "id": "CR-670285-827", + "id": "SouthWKNDF24-698062-1801", "type": "trip" } }, @@ -4372,18 +4372,18 @@ "attributes": { "canonical": false, "direction_id": 0, - "name": "South Station - Wickford Junction via Back Bay", - "sort_order": 200120090, - "typicality": 2 + "name": "South Station - Stoughton via Back Bay", + "sort_order": 200120070, + "typicality": 3 }, - "id": "CR-Providence-cea1b73d-0", + "id": "CR-Providence-cf299c9f-0", "links": { - "self": "/route_patterns/CR-Providence-cea1b73d-0" + "self": "/route_patterns/CR-Providence-cf299c9f-0" }, "relationships": { "representative_trip": { "data": { - "id": "CR-670267-809", + "id": "SouthWKDYF24-697855-875", "type": "trip" } }, @@ -4400,18 +4400,18 @@ "attributes": { "canonical": false, "direction_id": 0, - "name": "South Station - Stoughton via Back Bay", - "sort_order": 200120100, - "typicality": 2 + "name": "South Station - Wickford Junction via Back Bay", + "sort_order": 200120090, + "typicality": 3 }, - "id": "CR-Providence-cf299c9f-0", + "id": "CR-Providence-e7e93ca2-0", "links": { - "self": "/route_patterns/CR-Providence-cf299c9f-0" + "self": "/route_patterns/CR-Providence-e7e93ca2-0" }, "relationships": { "representative_trip": { "data": { - "id": "CR-670314-875", + "id": "SouthWKDYF24-697818-819", "type": "trip" } }, @@ -4428,18 +4428,18 @@ "attributes": { "canonical": false, "direction_id": 0, - "name": "South Station - Providence via Back Bay", - "sort_order": 200120110, - "typicality": 2 + "name": "South Station - Wickford Junction via Back Bay", + "sort_order": 200120100, + "typicality": 3 }, - "id": "CR-Providence-43081d8a-0", + "id": "CR-Providence-a9a49f44-0", "links": { - "self": "/route_patterns/CR-Providence-43081d8a-0" + "self": "/route_patterns/CR-Providence-a9a49f44-0" }, "relationships": { "representative_trip": { "data": { - "id": "CR-670297-839", + "id": "SouthWKDYF24-710167-827", "type": "trip" } }, @@ -4456,18 +4456,18 @@ "attributes": { "canonical": false, "direction_id": 0, - "name": "South Station - Providence via Back Bay", - "sort_order": 200120130, - "typicality": 2 + "name": "South Station - Stoughton via Back Bay", + "sort_order": 200120110, + "typicality": 3 }, - "id": "CR-Providence-744cd707-0", + "id": "CR-Providence-1f955147-0", "links": { - "self": "/route_patterns/CR-Providence-744cd707-0" + "self": "/route_patterns/CR-Providence-1f955147-0" }, "relationships": { "representative_trip": { "data": { - "id": "CR-677157-1817", + "id": "SouthWKDYF24-697853-873", "type": "trip" } }, @@ -4485,17 +4485,17 @@ "canonical": false, "direction_id": 0, "name": "South Station - Wickford Junction via Back Bay", - "sort_order": 200120150, - "typicality": 2 + "sort_order": 200120130, + "typicality": 3 }, - "id": "CR-Providence-1c0cbb39-0", + "id": "CR-Providence-cea1b73d-0", "links": { - "self": "/route_patterns/CR-Providence-1c0cbb39-0" + "self": "/route_patterns/CR-Providence-cea1b73d-0" }, "relationships": { "representative_trip": { "data": { - "id": "CR-670261-803", + "id": "SouthWKDYF24-697808-809", "type": "trip" } }, @@ -4513,8 +4513,8 @@ "canonical": false, "direction_id": 0, "name": "South Station - Providence via Back Bay", - "sort_order": 200120160, - "typicality": 2 + "sort_order": 200120140, + "typicality": 3 }, "id": "CR-Providence-02353231-0", "links": { @@ -4523,7 +4523,7 @@ "relationships": { "representative_trip": { "data": { - "id": "CR-670271-813", + "id": "SouthWKDYF24-697812-813", "type": "trip" } }, @@ -4541,17 +4541,45 @@ "canonical": false, "direction_id": 0, "name": "South Station - Wickford Junction via Back Bay", + "sort_order": 200120150, + "typicality": 3 + }, + "id": "CR-Providence-49a464e3-0", + "links": { + "self": "/route_patterns/CR-Providence-49a464e3-0" + }, + "relationships": { + "representative_trip": { + "data": { + "id": "SouthWKDYF24-697822-823", + "type": "trip" + } + }, + "route": { + "data": { + "id": "CR-Providence", + "type": "route" + } + } + }, + "type": "route_pattern" + }, + { + "attributes": { + "canonical": false, + "direction_id": 0, + "name": "South Station - Providence via Back Bay", "sort_order": 200120170, - "typicality": 2 + "typicality": 3 }, - "id": "CR-Providence-e7e93ca2-0", + "id": "CR-Providence-5ec86501-0", "links": { - "self": "/route_patterns/CR-Providence-e7e93ca2-0" + "self": "/route_patterns/CR-Providence-5ec86501-0" }, "relationships": { "representative_trip": { "data": { - "id": "CR-670277-819", + "id": "SouthWKDYF24-697836-837", "type": "trip" } }, @@ -4568,18 +4596,18 @@ "attributes": { "canonical": false, "direction_id": 0, - "name": "South Station - Wickford Junction via Back Bay", + "name": "South Station - Providence via Back Bay", "sort_order": 200120180, - "typicality": 2 + "typicality": 3 }, - "id": "CR-Providence-49a464e3-0", + "id": "CR-Providence-43081d8a-0", "links": { - "self": "/route_patterns/CR-Providence-49a464e3-0" + "self": "/route_patterns/CR-Providence-43081d8a-0" }, "relationships": { "representative_trip": { "data": { - "id": "CR-670281-823", + "id": "SouthWKDYF24-697838-839", "type": "trip" } }, @@ -4598,16 +4626,16 @@ "direction_id": 0, "name": "South Station - Providence via Back Bay", "sort_order": 200120190, - "typicality": 2 + "typicality": 3 }, - "id": "CR-Providence-c7d78e5d-0", + "id": "CR-Providence-a72810c2-0", "links": { - "self": "/route_patterns/CR-Providence-c7d78e5d-0" + "self": "/route_patterns/CR-Providence-a72810c2-0" }, "relationships": { "representative_trip": { "data": { - "id": "CR-670291-833", + "id": "SouthWKDYF24-697840-841", "type": "trip" } }, @@ -4624,18 +4652,18 @@ "attributes": { "canonical": false, "direction_id": 0, - "name": "South Station - Providence via Back Bay", + "name": "South Station - Stoughton via Fairmount", "sort_order": 200120200, - "typicality": 2 + "typicality": 3 }, - "id": "CR-Providence-5ec86501-0", + "id": "CR-Providence-8344b9b3-0", "links": { - "self": "/route_patterns/CR-Providence-5ec86501-0" + "self": "/route_patterns/CR-Providence-8344b9b3-0" }, "relationships": { "representative_trip": { "data": { - "id": "CR-670295-837", + "id": "SouthWKDYF24-697872-893", "type": "trip" } }, @@ -4652,18 +4680,18 @@ "attributes": { "canonical": false, "direction_id": 0, - "name": "South Station - Providence via Back Bay", + "name": "South Station - Stoughton via Back Bay", "sort_order": 200120210, - "typicality": 2 + "typicality": 3 }, - "id": "CR-Providence-a72810c2-0", + "id": "CR-Providence-d36ab58d-0", "links": { - "self": "/route_patterns/CR-Providence-a72810c2-0" + "self": "/route_patterns/CR-Providence-d36ab58d-0" }, "relationships": { "representative_trip": { "data": { - "id": "CR-670299-841", + "id": "SouthWKDYF24-700748-889", "type": "trip" } }, @@ -4680,18 +4708,18 @@ "attributes": { "canonical": false, "direction_id": 0, - "name": "South Station - Stoughton via Back Bay", + "name": "South Station - Providence via Back Bay", "sort_order": 200120220, - "typicality": 2 + "typicality": 3 }, - "id": "CR-Providence-1f955147-0", + "id": "CR-Providence-c7d78e5d-0", "links": { - "self": "/route_patterns/CR-Providence-1f955147-0" + "self": "/route_patterns/CR-Providence-c7d78e5d-0" }, "relationships": { "representative_trip": { "data": { - "id": "CR-670312-873", + "id": "SouthWKDYF24-706284-833", "type": "trip" } }, @@ -4775,7 +4803,7 @@ "relationships": { "representative_trip": { "data": { - "id": "CR-670278-820", + "id": "SouthWKDYF24-697825-826", "type": "trip" } }, @@ -4803,7 +4831,7 @@ "relationships": { "representative_trip": { "data": { - "id": "CR-670300-860", + "id": "SouthWKDYF24-697841-860", "type": "trip" } }, @@ -4821,35 +4849,7 @@ "canonical": false, "direction_id": 1, "name": "Providence - South Station via Back Bay", - "sort_order": 200121020, - "typicality": 2 - }, - "id": "CR-Providence-0465673f-1", - "links": { - "self": "/route_patterns/CR-Providence-0465673f-1" - }, - "relationships": { - "representative_trip": { - "data": { - "id": "CR-670260-802", - "type": "trip" - } - }, - "route": { - "data": { - "id": "CR-Providence", - "type": "route" - } - } - }, - "type": "route_pattern" - }, - { - "attributes": { - "canonical": false, - "direction_id": 1, - "name": "Providence - South Station via Back Bay", - "sort_order": 200121050, + "sort_order": 200121030, "typicality": 2 }, "id": "CR-Providence-c2a7e4dc-1", @@ -4859,7 +4859,7 @@ "relationships": { "representative_trip": { "data": { - "id": "CR-670270-812", + "id": "SouthWKDYF24-697815-816", "type": "trip" } }, @@ -4877,17 +4877,17 @@ "canonical": false, "direction_id": 1, "name": "Providence - South Station via Back Bay", - "sort_order": 200121060, - "typicality": 2 + "sort_order": 200121050, + "typicality": 3 }, - "id": "CR-Providence-30afc537-1", + "id": "CR-Providence-b26ac00b-1", "links": { - "self": "/route_patterns/CR-Providence-30afc537-1" + "self": "/route_patterns/CR-Providence-b26ac00b-1" }, "relationships": { "representative_trip": { "data": { - "id": "CR-670282-824", + "id": "SouthWKDYF24-697839-840", "type": "trip" } }, @@ -4904,18 +4904,18 @@ "attributes": { "canonical": false, "direction_id": 1, - "name": "Stoughton - South Station via Back Bay", - "sort_order": 200121080, - "typicality": 2 + "name": "Wickford Junction - South Station via Back Bay", + "sort_order": 200121070, + "typicality": 3 }, - "id": "CR-Providence-403369a9-1", + "id": "CR-Providence-1b128040-1", "links": { - "self": "/route_patterns/CR-Providence-403369a9-1" + "self": "/route_patterns/CR-Providence-1b128040-1" }, "relationships": { "representative_trip": { "data": { - "id": "CR-670327-888", + "id": "SouthWKDYF24-697805-806", "type": "trip" } }, @@ -4933,17 +4933,17 @@ "canonical": false, "direction_id": 1, "name": "Providence - South Station via Back Bay", - "sort_order": 200121090, - "typicality": 2 + "sort_order": 200121080, + "typicality": 3 }, - "id": "CR-Providence-b26ac00b-1", + "id": "CR-Providence-e6702e01-1", "links": { - "self": "/route_patterns/CR-Providence-b26ac00b-1" + "self": "/route_patterns/CR-Providence-e6702e01-1" }, "relationships": { "representative_trip": { "data": { - "id": "CR-670298-840", + "id": "SouthWKDYF24-697799-800", "type": "trip" } }, @@ -4961,17 +4961,45 @@ "canonical": false, "direction_id": 1, "name": "Providence - South Station via Back Bay", + "sort_order": 200121100, + "typicality": 3 + }, + "id": "CR-Providence-e903b16a-1", + "links": { + "self": "/route_patterns/CR-Providence-e903b16a-1" + }, + "relationships": { + "representative_trip": { + "data": { + "id": "SouthWKDYF24-697827-828", + "type": "trip" + } + }, + "route": { + "data": { + "id": "CR-Providence", + "type": "route" + } + } + }, + "type": "route_pattern" + }, + { + "attributes": { + "canonical": false, + "direction_id": 1, + "name": "Stoughton - South Station via Back Bay", "sort_order": 200121110, - "typicality": 2 + "typicality": 3 }, - "id": "CR-Providence-e6702e01-1", + "id": "CR-Providence-dc0794ca-1", "links": { - "self": "/route_patterns/CR-Providence-e6702e01-1" + "self": "/route_patterns/CR-Providence-dc0794ca-1" }, "relationships": { "representative_trip": { "data": { - "id": "CR-670258-800", + "id": "SouthWKDYF24-697843-862", "type": "trip" } }, @@ -4988,18 +5016,18 @@ "attributes": { "canonical": false, "direction_id": 1, - "name": "Wickford Junction - South Station via Back Bay", - "sort_order": 200121120, - "typicality": 2 + "name": "Providence - South Station via Back Bay", + "sort_order": 200121130, + "typicality": 3 }, - "id": "CR-Providence-1b128040-1", + "id": "CR-Providence-0465673f-1", "links": { - "self": "/route_patterns/CR-Providence-1b128040-1" + "self": "/route_patterns/CR-Providence-0465673f-1" }, "relationships": { "representative_trip": { "data": { - "id": "CR-670264-806", + "id": "SouthWKDYF24-697801-802", "type": "trip" } }, @@ -5017,8 +5045,8 @@ "canonical": false, "direction_id": 1, "name": "Wickford Junction - South Station via Back Bay", - "sort_order": 200121130, - "typicality": 2 + "sort_order": 200121150, + "typicality": 3 }, "id": "CR-Providence-143c8a71-1", "links": { @@ -5027,7 +5055,7 @@ "relationships": { "representative_trip": { "data": { - "id": "CR-670272-814", + "id": "SouthWKDYF24-697813-814", "type": "trip" } }, @@ -5045,17 +5073,17 @@ "canonical": false, "direction_id": 1, "name": "Providence - South Station via Back Bay", - "sort_order": 200121140, - "typicality": 2 + "sort_order": 200121160, + "typicality": 3 }, - "id": "CR-Providence-e903b16a-1", + "id": "CR-Providence-30afc537-1", "links": { - "self": "/route_patterns/CR-Providence-e903b16a-1" + "self": "/route_patterns/CR-Providence-30afc537-1" }, "relationships": { "representative_trip": { "data": { - "id": "CR-670286-828", + "id": "SouthWKDYF24-697823-824", "type": "trip" } }, @@ -5073,8 +5101,8 @@ "canonical": false, "direction_id": 1, "name": "Wickford Junction - South Station via Back Bay", - "sort_order": 200121150, - "typicality": 2 + "sort_order": 200121170, + "typicality": 3 }, "id": "CR-Providence-8136f884-1", "links": { @@ -5083,7 +5111,7 @@ "relationships": { "representative_trip": { "data": { - "id": "CR-670292-834", + "id": "SouthWKDYF24-697833-834", "type": "trip" } }, @@ -5101,17 +5129,17 @@ "canonical": false, "direction_id": 1, "name": "Stoughton - South Station via Back Bay", - "sort_order": 200121160, - "typicality": 2 + "sort_order": 200121180, + "typicality": 3 }, - "id": "CR-Providence-dc0794ca-1", + "id": "CR-Providence-403369a9-1", "links": { - "self": "/route_patterns/CR-Providence-dc0794ca-1" + "self": "/route_patterns/CR-Providence-403369a9-1" }, "relationships": { "representative_trip": { "data": { - "id": "CR-670302-862", + "id": "SouthWKDYF24-697868-888", "type": "trip" } }, @@ -5180,34 +5208,6 @@ }, "type": "route_pattern" }, - { - "attributes": { - "canonical": false, - "direction_id": 0, - "name": "South Station - Foxboro", - "sort_order": 200130000, - "typicality": 1 - }, - "id": "CR-Foxboro-71c5586e-0", - "links": { - "self": "/route_patterns/CR-Foxboro-71c5586e-0" - }, - "relationships": { - "representative_trip": { - "data": { - "id": "ZachBryan676675-9765", - "type": "trip" - } - }, - "route": { - "data": { - "id": "CR-Foxboro", - "type": "route" - } - } - }, - "type": "route_pattern" - }, { "attributes": { "canonical": true, @@ -5325,12 +5325,12 @@ "canonical": true, "direction_id": 0, "name": "South Station - Hyannis", - "sort_order": 210000000, - "typicality": 1 + "sort_order": 210000991, + "typicality": 5 }, - "id": "CapeFlyer-c6405ea1-0", + "id": "CapeFlyer-C1-0", "links": { - "self": "/route_patterns/CapeFlyer-c6405ea1-0" + "self": "/route_patterns/CapeFlyer-C1-0" }, "relationships": { "representative_trip": { @@ -5353,12 +5353,12 @@ "canonical": true, "direction_id": 1, "name": "Hyannis - South Station", - "sort_order": 210001000, - "typicality": 1 + "sort_order": 210001991, + "typicality": 5 }, - "id": "CapeFlyer-323a1583-1", + "id": "CapeFlyer-C1-1", "links": { - "self": "/route_patterns/CapeFlyer-323a1583-1" + "self": "/route_patterns/CapeFlyer-C1-1" }, "relationships": { "representative_trip": { @@ -5391,7 +5391,7 @@ "relationships": { "representative_trip": { "data": { - "id": "Boat-F4-0630-Long-B-01-Weekday-Summer-24", + "id": "Boat-F4-0630-Long-B-01-Weekday-Fall-24", "type": "trip" } }, @@ -5419,7 +5419,7 @@ "relationships": { "representative_trip": { "data": { - "id": "Boat-F4-0645-Charlestown-B-01-Weekday-Summer-24", + "id": "Boat-F4-0645-Charlestown-B-01-Weekday-Fall-24", "type": "trip" } }, @@ -5447,7 +5447,7 @@ "relationships": { "representative_trip": { "data": { - "id": "Boat-F1-1100-Long-BF2H-01-Weekday-Summer-24", + "id": "Boat-F1-1100-Long-BF2H-01-Weekday-Fall-24", "type": "trip" } }, @@ -5475,7 +5475,7 @@ "relationships": { "representative_trip": { "data": { - "id": "Boat-F1-1540-Long-BF2H-04-Weekday-Summer-24", + "id": "Boat-F1-1300-Long-BF2H-01-Weekday-Fall-24", "type": "trip" } }, @@ -5503,7 +5503,7 @@ "relationships": { "representative_trip": { "data": { - "id": "Boat-F1-0650-Rowes-BF1-01-Weekday-Summer-24", + "id": "Boat-F1-0650-Rowes-BF1-01-Weekday-Fall-24", "type": "trip" } }, @@ -5531,7 +5531,7 @@ "relationships": { "representative_trip": { "data": { - "id": "Boat-F1-0800-Long-BF2H-01-Weekday-Summer-24", + "id": "Boat-F1-0800-Long-BF2H-01-Weekday-Fall-24", "type": "trip" } }, @@ -5559,35 +5559,7 @@ "relationships": { "representative_trip": { "data": { - "id": "Boat-F1-0910-Long-BF2H-01-Weekday-Summer-24", - "type": "trip" - } - }, - "route": { - "data": { - "id": "Boat-F1", - "type": "route" - } - } - }, - "type": "route_pattern" - }, - { - "attributes": { - "canonical": false, - "direction_id": 0, - "name": "Long Wharf - Hingham via Georges Island & Hull", - "sort_order": 300020050, - "typicality": 1 - }, - "id": "Boat-F1-5-0", - "links": { - "self": "/route_patterns/Boat-F1-5-0" - }, - "relationships": { - "representative_trip": { - "data": { - "id": "Boat-F1-1300-Long-BF2H-01-Weekday-Summer-24", + "id": "Boat-F1-0910-Long-BF2H-01-Weekday-Fall-24", "type": "trip" } }, @@ -5615,35 +5587,7 @@ "relationships": { "representative_trip": { "data": { - "id": "Boat-F1-1215-Long-BF2H-03-Weekday-Summer-24", - "type": "trip" - } - }, - "route": { - "data": { - "id": "Boat-F1", - "type": "route" - } - } - }, - "type": "route_pattern" - }, - { - "attributes": { - "canonical": false, - "direction_id": 0, - "name": "Long Wharf - Hingham via Georges Island", - "sort_order": 300020070, - "typicality": 2 - }, - "id": "Boat-F1-7-0", - "links": { - "self": "/route_patterns/Boat-F1-7-0" - }, - "relationships": { - "representative_trip": { - "data": { - "id": "Boat-F1-1200-Long-BF2H-02-Saturday-Summer-24", + "id": "Boat-F1-1215-Long-BF2H-03-Weekday-Fall-24", "type": "trip" } }, @@ -5671,7 +5615,7 @@ "relationships": { "representative_trip": { "data": { - "id": "Boat-F1-0625-Long-BF2H-01-Weekday-Summer-24", + "id": "Boat-F1-0625-Long-BF2H-01-Weekday-Fall-24", "type": "trip" } }, @@ -5699,7 +5643,7 @@ "relationships": { "representative_trip": { "data": { - "id": "Boat-F1-1300-Hingham-BF2H-03-Weekday-Summer-24", + "id": "Boat-F1-1300-Hingham-BF2H-03-Weekday-Fall-24", "type": "trip" } }, @@ -5727,7 +5671,7 @@ "relationships": { "representative_trip": { "data": { - "id": "Boat-F1-0540-Hingham-BF2H-01-Weekday-Summer-24", + "id": "Boat-F1-0540-Hingham-BF2H-01-Weekday-Fall-24", "type": "trip" } }, @@ -5755,7 +5699,7 @@ "relationships": { "representative_trip": { "data": { - "id": "Boat-F1-0600-Hingham-BF1-01-Weekday-Summer-24", + "id": "Boat-F1-0600-Hingham-BF1-01-Weekday-Fall-24", "type": "trip" } }, @@ -5783,7 +5727,7 @@ "relationships": { "representative_trip": { "data": { - "id": "Boat-F1-0730-Hull-BF2H-01-Weekday-Summer-24", + "id": "Boat-F1-0730-Hull-BF2H-01-Weekday-Fall-24", "type": "trip" } }, @@ -5811,7 +5755,7 @@ "relationships": { "representative_trip": { "data": { - "id": "Boat-F1-1545-Hingham-BF2H-05-Weekday-Summer-24", + "id": "Boat-F1-1000-Hingham-BF2H-01-Weekday-Fall-24", "type": "trip" } }, @@ -5839,63 +5783,7 @@ "relationships": { "representative_trip": { "data": { - "id": "Boat-F1-1400-Hingham-BF2H-01-Weekday-Summer-24", - "type": "trip" - } - }, - "route": { - "data": { - "id": "Boat-F1", - "type": "route" - } - } - }, - "type": "route_pattern" - }, - { - "attributes": { - "canonical": false, - "direction_id": 1, - "name": "Hingham - Long Wharf via Georges Island", - "sort_order": 300021070, - "typicality": 2 - }, - "id": "Boat-F1-7-1", - "links": { - "self": "/route_patterns/Boat-F1-7-1" - }, - "relationships": { - "representative_trip": { - "data": { - "id": "Boat-F1-0900-Hingham-BF2H-02-Saturday-Summer-24", - "type": "trip" - } - }, - "route": { - "data": { - "id": "Boat-F1", - "type": "route" - } - } - }, - "type": "route_pattern" - }, - { - "attributes": { - "canonical": false, - "direction_id": 1, - "name": "Hingham - Long Wharf via Georges Island & Logan Airport", - "sort_order": 300021080, - "typicality": 2 - }, - "id": "Boat-F1-8-1", - "links": { - "self": "/route_patterns/Boat-F1-8-1" - }, - "relationships": { - "representative_trip": { - "data": { - "id": "Boat-F1-1000-Hingham-BF2H-01-Weekday-Summer-24", + "id": "Boat-F1-1400-Hingham-BF2H-01-Weekday-Fall-24", "type": "trip" } }, @@ -5923,7 +5811,7 @@ "relationships": { "representative_trip": { "data": { - "id": "Boat-EastBoston-0715-Long-BEB-01-Weekday-Summer-24", + "id": "Boat-EastBoston-0715-Long-BEB-01-Weekday-Summer-25", "type": "trip" } }, @@ -5951,7 +5839,7 @@ "relationships": { "representative_trip": { "data": { - "id": "Boat-EastBoston-0700-Lewis-BEB-01-Weekday-Summer-24", + "id": "Boat-EastBoston-0700-Lewis-BEB-01-Weekday-Summer-25", "type": "trip" } }, @@ -5979,7 +5867,7 @@ "relationships": { "representative_trip": { "data": { - "id": "Boat-Lynn-0645-Long-BLY-01-Weekday-Summer-24", + "id": "Boat-Lynn-0645-Long-BLY-01-Weekday-Summer-25", "type": "trip" } }, @@ -6007,7 +5895,7 @@ "relationships": { "representative_trip": { "data": { - "id": "Boat-Lynn-0600-Blossom-BLY-01-Weekday-Summer-24", + "id": "Boat-Lynn-0600-Blossom-BLY-01-Weekday-Summer-25", "type": "trip" } }, @@ -6035,7 +5923,7 @@ "relationships": { "representative_trip": { "data": { - "id": "Boat-F6-1630-Aquarium-BWN-01-Weekday-Summer-24", + "id": "Boat-F6-1630-Aquarium-BWN-01-Weekday-Summer-25", "type": "trip" } }, @@ -6063,7 +5951,7 @@ "relationships": { "representative_trip": { "data": { - "id": "Boat-F6-0730-Aquarium-BWN-01-Weekday-Summer-24", + "id": "Boat-F6-0730-Aquarium-BWN-01-Weekday-Summer-25", "type": "trip" } }, @@ -6091,7 +5979,7 @@ "relationships": { "representative_trip": { "data": { - "id": "Boat-F6-0850-Aquarium-BWN-01-Weekday-Summer-24", + "id": "Boat-F6-0850-Aquarium-BWN-01-Weekday-Summer-25", "type": "trip" } }, @@ -6119,7 +6007,7 @@ "relationships": { "representative_trip": { "data": { - "id": "Boat-F6-1745-Aquarium-BWN-01-Weekday-Summer-24", + "id": "Boat-F6-1745-Aquarium-BWN-01-Weekday-Summer-25", "type": "trip" } }, @@ -6147,7 +6035,7 @@ "relationships": { "representative_trip": { "data": { - "id": "Boat-F6-0630-Winthrop-BWN-01-Weekday-Summer-24", + "id": "Boat-F6-0630-Winthrop-BWN-01-Weekday-Summer-25", "type": "trip" } }, @@ -6175,7 +6063,7 @@ "relationships": { "representative_trip": { "data": { - "id": "Boat-F6-1530-Winthrop-BWN-01-Weekday-Summer-24", + "id": "Boat-F6-1530-Winthrop-BWN-01-Weekday-Summer-25", "type": "trip" } }, @@ -6203,7 +6091,7 @@ "relationships": { "representative_trip": { "data": { - "id": "Boat-F6-1720-Winthrop-BWN-01-Weekday-Summer-24", + "id": "Boat-F6-1720-Winthrop-BWN-01-Weekday-Summer-25", "type": "trip" } }, @@ -6231,7 +6119,7 @@ "relationships": { "representative_trip": { "data": { - "id": "Boat-F6-1840-Winthrop-BWN-01-Weekday-Summer-24", + "id": "Boat-F6-1840-Winthrop-BWN-01-Weekday-Summer-25", "type": "trip" } }, @@ -6259,7 +6147,7 @@ "relationships": { "representative_trip": { "data": { - "id": "Boat-F6-0800-Winthrop-BWN-01-Weekday-Summer-24", + "id": "Boat-F6-0800-Winthrop-BWN-01-Weekday-Summer-25", "type": "trip" } }, @@ -6287,7 +6175,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61393865", + "id": "66645472", "type": "trip" } }, @@ -6315,7 +6203,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61393866", + "id": "66645771", "type": "trip" } }, @@ -6343,7 +6231,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61390943", + "id": "66650819", "type": "trip" } }, @@ -6371,7 +6259,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61390912", + "id": "66650788", "type": "trip" } }, @@ -6399,7 +6287,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61391217", + "id": "66651063", "type": "trip" } }, @@ -6427,7 +6315,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61392317", + "id": "66652055", "type": "trip" } }, @@ -6455,7 +6343,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61391634", + "id": "66644621", "type": "trip" } }, @@ -6483,7 +6371,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61392103", + "id": "66645078", "type": "trip" } }, @@ -6500,7 +6388,7 @@ "attributes": { "canonical": false, "direction_id": 0, - "name": "Marine Park - North Station (Detour)", + "name": "Design Center - North Station (Detour)", "sort_order": 500400000, "typicality": 1 }, @@ -6511,7 +6399,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61394045", + "id": "66645997", "type": "trip" } }, @@ -6528,7 +6416,7 @@ "attributes": { "canonical": false, "direction_id": 0, - "name": "Marine Park - North Station via South Station (Detour)", + "name": "Design Center - North Station via South Station (Detour)", "sort_order": 500400020, "typicality": 1 }, @@ -6539,7 +6427,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61393881", + "id": "66645816", "type": "trip" } }, @@ -6556,7 +6444,7 @@ "attributes": { "canonical": false, "direction_id": 1, - "name": "North Station - Marine Park (Detour)", + "name": "North Station - Design Center (Detour)", "sort_order": 500401000, "typicality": 1 }, @@ -6567,7 +6455,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61393883", + "id": "66645811", "type": "trip" } }, @@ -6584,7 +6472,7 @@ "attributes": { "canonical": false, "direction_id": 1, - "name": "North Station - Marine Park via South Station (Detour)", + "name": "North Station - Design Center via South Station (Detour)", "sort_order": 500401020, "typicality": 1 }, @@ -6595,7 +6483,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61394046", + "id": "66646001", "type": "trip" } }, @@ -6623,7 +6511,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61393848", + "id": "66652096", "type": "trip" } }, @@ -6651,7 +6539,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61392356", + "id": "66652094", "type": "trip" } }, @@ -6679,7 +6567,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61393826", + "id": "66651187", "type": "trip" } }, @@ -6707,7 +6595,35 @@ "relationships": { "representative_trip": { "data": { - "id": "61393827", + "id": "66651304", + "type": "trip" + } + }, + "route": { + "data": { + "id": "7", + "type": "route" + } + } + }, + "type": "route_pattern" + }, + { + "attributes": { + "canonical": false, + "direction_id": 1, + "name": "City Point - South Station", + "sort_order": 500701070, + "typicality": 2 + }, + "id": "7-5-1", + "links": { + "self": "/route_patterns/7-5-1" + }, + "relationships": { + "representative_trip": { + "data": { + "id": "66653645", "type": "trip" } }, @@ -6735,7 +6651,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61393141", + "id": "66653098", "type": "trip" } }, @@ -6763,7 +6679,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61394402", + "id": "66646585", "type": "trip" } }, @@ -6791,7 +6707,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61393905_2", + "id": "66645839_2", "type": "trip" } }, @@ -6819,7 +6735,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61393131", + "id": "66653089", "type": "trip" } }, @@ -6847,7 +6763,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61394379", + "id": "66646466", "type": "trip" } }, @@ -6875,7 +6791,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61391015_2", + "id": "66644125_2", "type": "trip" } }, @@ -6903,7 +6819,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61394350", + "id": "66644400", "type": "trip" } }, @@ -6931,7 +6847,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61391370", + "id": "66651114", "type": "trip" } }, @@ -6959,7 +6875,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61392879", + "id": "66652788", "type": "trip" } }, @@ -6987,7 +6903,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61393824", + "id": "66644556", "type": "trip" } }, @@ -7015,7 +6931,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61393822", + "id": "66651204", "type": "trip" } }, @@ -7043,7 +6959,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61393863", + "id": "66645758", "type": "trip" } }, @@ -7071,7 +6987,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61394065", + "id": "66646021", "type": "trip" } }, @@ -7089,7 +7005,7 @@ "canonical": false, "direction_id": 0, "name": "Andrew Station - City Point", - "sort_order": 501000060, + "sort_order": 501000050, "typicality": 3 }, "id": "10-E-0", @@ -7099,7 +7015,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61391971_2", + "id": "66644949_2", "type": "trip" } }, @@ -7117,7 +7033,7 @@ "canonical": false, "direction_id": 0, "name": "Copley Station - City Point", - "sort_order": 501000080, + "sort_order": 501000060, "typicality": 3 }, "id": "10-5-0", @@ -7127,7 +7043,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61393135", + "id": "66653090", "type": "trip" } }, @@ -7155,7 +7071,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61393820", + "id": "66644554", "type": "trip" } }, @@ -7183,7 +7099,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61391459", + "id": "66651199", "type": "trip" } }, @@ -7211,7 +7127,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61391173", + "id": "66651021", "type": "trip" } }, @@ -7239,7 +7155,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61391444", + "id": "66651185", "type": "trip" } }, @@ -7267,7 +7183,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62145765", + "id": "67251434", "type": "trip" } }, @@ -7295,7 +7211,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62145764", + "id": "67251433", "type": "trip" } }, @@ -7312,38 +7228,10 @@ "attributes": { "canonical": false, "direction_id": 0, - "name": "Ruggles Station - Kane Square", + "name": "Ruggles Station - St Peter's Square", "sort_order": 501500000, "typicality": 1 }, - "id": "15-_-0", - "links": { - "self": "/route_patterns/15-_-0" - }, - "relationships": { - "representative_trip": { - "data": { - "id": "61393929", - "type": "trip" - } - }, - "route": { - "data": { - "id": "15", - "type": "route" - } - } - }, - "type": "route_pattern" - }, - { - "attributes": { - "canonical": false, - "direction_id": 0, - "name": "Ruggles Station - St Peter's Square", - "sort_order": 501500030, - "typicality": 2 - }, "id": "15-2-0", "links": { "self": "/route_patterns/15-2-0" @@ -7351,7 +7239,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61392513", + "id": "66645465", "type": "trip" } }, @@ -7369,7 +7257,7 @@ "canonical": false, "direction_id": 0, "name": "Ruggles Station - Fields Corner Station", - "sort_order": 501500050, + "sort_order": 501500030, "typicality": 2 }, "id": "15-1-0", @@ -7379,7 +7267,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61394119", + "id": "66652428", "type": "trip" } }, @@ -7397,7 +7285,7 @@ "canonical": false, "direction_id": 0, "name": "Nubian Station - Kane Square", - "sort_order": 501500080, + "sort_order": 501500060, "typicality": 3 }, "id": "15-3-0", @@ -7407,7 +7295,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61393179", + "id": "66653145", "type": "trip" } }, @@ -7425,7 +7313,7 @@ "canonical": false, "direction_id": 0, "name": "Malcolm X Blvd - Fields Corner Station", - "sort_order": 501500100, + "sort_order": 501500070, "typicality": 3 }, "id": "15-6-0", @@ -7435,7 +7323,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61392329", + "id": "66652065", "type": "trip" } }, @@ -7452,18 +7340,18 @@ "attributes": { "canonical": false, "direction_id": 0, - "name": "Haymarket - Mattapan via Nubian & Fields Corner (Merrimac Detour)", - "sort_order": 501500120, + "name": "Haymarket Station - Mattapan Station", + "sort_order": 501500080, "typicality": 3 }, - "id": "15-G-0", + "id": "15-H-0", "links": { - "self": "/route_patterns/15-G-0" + "self": "/route_patterns/15-H-0" }, "relationships": { "representative_trip": { "data": { - "id": "61392099", + "id": "66651840", "type": "trip" } }, @@ -7479,19 +7367,19 @@ { "attributes": { "canonical": false, - "direction_id": 1, - "name": "Kane Square - Ruggles Station", - "sort_order": 501501000, - "typicality": 1 + "direction_id": 0, + "name": "Haymarket - Mattapan via Nubian & Fields Corner (Merrimac Detour)", + "sort_order": 501500110, + "typicality": 3 }, - "id": "15-_-1", + "id": "15-G-0", "links": { - "self": "/route_patterns/15-_-1" + "self": "/route_patterns/15-G-0" }, "relationships": { "representative_trip": { "data": { - "id": "61393928", + "id": "66886681", "type": "trip" } }, @@ -7509,8 +7397,8 @@ "canonical": false, "direction_id": 1, "name": "St Peter's Square - Ruggles Station", - "sort_order": 501501030, - "typicality": 2 + "sort_order": 501501000, + "typicality": 1 }, "id": "15-2-1", "links": { @@ -7519,7 +7407,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61392392", + "id": "66645223", "type": "trip" } }, @@ -7537,7 +7425,7 @@ "canonical": false, "direction_id": 1, "name": "Fields Corner Station - Ruggles Station", - "sort_order": 501501050, + "sort_order": 501501030, "typicality": 2 }, "id": "15-1-1", @@ -7547,7 +7435,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61394163", + "id": "66651687", "type": "trip" } }, @@ -7564,18 +7452,18 @@ "attributes": { "canonical": false, "direction_id": 1, - "name": "Kane Square - Nubian Station", - "sort_order": 501501090, + "name": "Ashmont Station - Nubian Station", + "sort_order": 501501070, "typicality": 3 }, - "id": "15-3-1", + "id": "15-4-1", "links": { - "self": "/route_patterns/15-3-1" + "self": "/route_patterns/15-4-1" }, "relationships": { "representative_trip": { "data": { - "id": "61393189", + "id": "66650859", "type": "trip" } }, @@ -7592,18 +7480,18 @@ "attributes": { "canonical": false, "direction_id": 1, - "name": "Ashmont Station - Nubian Station", - "sort_order": 501501110, + "name": "Kane Square - Nubian Station", + "sort_order": 501501100, "typicality": 3 }, - "id": "15-4-1", + "id": "15-3-1", "links": { - "self": "/route_patterns/15-4-1" + "self": "/route_patterns/15-3-1" }, "relationships": { "representative_trip": { "data": { - "id": "61390985", + "id": "66653158", "type": "trip" } }, @@ -7621,7 +7509,7 @@ "canonical": false, "direction_id": 1, "name": "Mattapan - Haymarket via Fields Corner & Nubian (Merrimac Detour)", - "sort_order": 501501140, + "sort_order": 501501110, "typicality": 3 }, "id": "15-G-1", @@ -7631,7 +7519,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61392334", + "id": "66652075", "type": "trip" } }, @@ -7650,7 +7538,7 @@ "direction_id": 0, "name": "Andrew Station - Forest Hills Station via South Bay Center", "sort_order": 501600000, - "typicality": 1 + "typicality": 2 }, "id": "16-9-0", "links": { @@ -7659,7 +7547,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61390908", + "id": "66650784", "type": "trip" } }, @@ -7687,7 +7575,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61392815", + "id": "66650792", "type": "trip" } }, @@ -7715,7 +7603,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61392342", + "id": "66652076", "type": "trip" } }, @@ -7734,7 +7622,7 @@ "direction_id": 0, "name": "Andrew Station - Forest Hills Station", "sort_order": 501600090, - "typicality": 3 + "typicality": 2 }, "id": "16-3-0", "links": { @@ -7743,7 +7631,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61390984", + "id": "66650858", "type": "trip" } }, @@ -7762,7 +7650,7 @@ "direction_id": 1, "name": "Forest Hills Station - Andrew Station via South Bay Center", "sort_order": 501601000, - "typicality": 2 + "typicality": 1 }, "id": "16-9-1", "links": { @@ -7771,7 +7659,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61391876", + "id": "66651618", "type": "trip" } }, @@ -7799,7 +7687,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61391882", + "id": "66651621", "type": "trip" } }, @@ -7816,18 +7704,18 @@ "attributes": { "canonical": false, "direction_id": 1, - "name": "Forest Hills Station - Andrew Station", + "name": "Forest Hills - McCormack Housing via South Bay Center", "sort_order": 501601060, "typicality": 2 }, - "id": "16-3-1", + "id": "16-5-1", "links": { - "self": "/route_patterns/16-3-1" + "self": "/route_patterns/16-5-1" }, "relationships": { "representative_trip": { "data": { - "id": "61391927", + "id": "66651629", "type": "trip" } }, @@ -7844,18 +7732,18 @@ "attributes": { "canonical": false, "direction_id": 1, - "name": "Forest Hills - McCormack Housing via South Bay Center", - "sort_order": 501601100, + "name": "Forest Hills Station - Andrew Station", + "sort_order": 501601090, "typicality": 2 }, - "id": "16-5-1", + "id": "16-3-1", "links": { - "self": "/route_patterns/16-5-1" + "self": "/route_patterns/16-3-1" }, "relationships": { "representative_trip": { "data": { - "id": "61391886", + "id": "66651666", "type": "trip" } }, @@ -7883,7 +7771,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61391971_1", + "id": "66644949_1", "type": "trip" } }, @@ -7911,7 +7799,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61394043", + "id": "66645999", "type": "trip" } }, @@ -7939,7 +7827,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61394040", + "id": "66645989", "type": "trip" } }, @@ -7967,7 +7855,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61393409", + "id": "66653435", "type": "trip" } }, @@ -7995,7 +7883,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61393407", + "id": "66653433", "type": "trip" } }, @@ -8023,7 +7911,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61394378", + "id": "66646538", "type": "trip" } }, @@ -8051,7 +7939,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61394394", + "id": "66646569", "type": "trip" } }, @@ -8079,7 +7967,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61394429", + "id": "66645287", "type": "trip" } }, @@ -8097,7 +7985,7 @@ "canonical": false, "direction_id": 0, "name": "Malcolm X Blvd - Fields Corner Station", - "sort_order": 501900080, + "sort_order": 501900070, "typicality": 3 }, "id": "19-1-0", @@ -8107,7 +7995,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61393234", + "id": "66653212", "type": "trip" } }, @@ -8125,7 +8013,7 @@ "canonical": false, "direction_id": 0, "name": "Ave Louis Pasteur - Gallivan Blvd", - "sort_order": 501900100, + "sort_order": 501900080, "typicality": 3 }, "id": "19-4-0", @@ -8135,7 +8023,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61392316", + "id": "66652056", "type": "trip" } }, @@ -8163,7 +8051,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61394380", + "id": "66646568", "type": "trip" } }, @@ -8191,7 +8079,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61394381", + "id": "66646567", "type": "trip" } }, @@ -8219,7 +8107,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61390904_2", + "id": "66650781_2", "type": "trip" } }, @@ -8247,7 +8135,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62145219", + "id": "67251007", "type": "trip" } }, @@ -8275,7 +8163,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62145207", + "id": "67250905", "type": "trip" } }, @@ -8303,7 +8191,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62145369_1", + "id": "67251043_1", "type": "trip" } }, @@ -8331,7 +8219,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61393906", + "id": "66652181", "type": "trip" } }, @@ -8348,18 +8236,18 @@ "attributes": { "canonical": false, "direction_id": 0, - "name": "Warren St & Townsend St - Ashmont Station", + "name": "Ave Louis Pasteur - Ashmont Station", "sort_order": 502200040, "typicality": 3 }, - "id": "22-3-0", + "id": "22-2-0", "links": { - "self": "/route_patterns/22-3-0" + "self": "/route_patterns/22-2-0" }, "relationships": { "representative_trip": { "data": { - "id": "61392311", + "id": "66652052", "type": "trip" } }, @@ -8376,18 +8264,18 @@ "attributes": { "canonical": false, "direction_id": 0, - "name": "Ave Louis Pasteur - Ashmont Station", - "sort_order": 502200060, + "name": "Warren St & Townsend St - Ashmont Station", + "sort_order": 502200050, "typicality": 3 }, - "id": "22-2-0", + "id": "22-3-0", "links": { - "self": "/route_patterns/22-2-0" + "self": "/route_patterns/22-3-0" }, "relationships": { "representative_trip": { "data": { - "id": "61392315", + "id": "66652041", "type": "trip" } }, @@ -8415,7 +8303,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61393907", + "id": "66644125_1", "type": "trip" } }, @@ -8443,7 +8331,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61392435", + "id": "66645446", "type": "trip" } }, @@ -8460,18 +8348,18 @@ "attributes": { "canonical": false, "direction_id": 0, - "name": "Townsend St & Warren St - Ashmont Station", + "name": "Nubian Station - Franklin Park", "sort_order": 502300040, "typicality": 3 }, - "id": "23-1-0", + "id": "23-E-0", "links": { - "self": "/route_patterns/23-1-0" + "self": "/route_patterns/23-E-0" }, "relationships": { "representative_trip": { "data": { - "id": "61392313", + "id": "66645323_3", "type": "trip" } }, @@ -8488,18 +8376,18 @@ "attributes": { "canonical": false, "direction_id": 0, - "name": "Malcolm X Blvd - Ashmont Station", - "sort_order": 502300060, + "name": "Townsend St & Warren St - Ashmont Station", + "sort_order": 502300050, "typicality": 3 }, - "id": "23-3-0", + "id": "23-1-0", "links": { - "self": "/route_patterns/23-3-0" + "self": "/route_patterns/23-1-0" }, "relationships": { "representative_trip": { "data": { - "id": "61392330", + "id": "66652053", "type": "trip" } }, @@ -8516,18 +8404,18 @@ "attributes": { "canonical": false, "direction_id": 0, - "name": "Nubian Station - Franklin Park", - "sort_order": 502300080, + "name": "Malcolm X Blvd - Ashmont Station", + "sort_order": 502300060, "typicality": 3 }, - "id": "23-E-0", + "id": "23-3-0", "links": { - "self": "/route_patterns/23-E-0" + "self": "/route_patterns/23-3-0" }, "relationships": { "representative_trip": { "data": { - "id": "61392352_3", + "id": "66652071", "type": "trip" } }, @@ -8555,7 +8443,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61390987", + "id": "66644181", "type": "trip" } }, @@ -8583,7 +8471,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61392310_1", + "id": "66645286_1", "type": "trip" } }, @@ -8601,7 +8489,7 @@ "canonical": false, "direction_id": 1, "name": "Ashmont Station - Nubian Station", - "sort_order": 502301060, + "sort_order": 502301050, "typicality": 3 }, "id": "23-2-1", @@ -8611,7 +8499,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61391013", + "id": "66650888", "type": "trip" } }, @@ -8639,7 +8527,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62144618", + "id": "67250324", "type": "trip" } }, @@ -8667,7 +8555,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62144619", + "id": "67250316", "type": "trip" } }, @@ -8695,7 +8583,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62144760", + "id": "67250459", "type": "trip" } }, @@ -8723,7 +8611,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62144761", + "id": "67250461", "type": "trip" } }, @@ -8751,7 +8639,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61945476", + "id": "66859731", "type": "trip" } }, @@ -8779,7 +8667,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62145513", + "id": "67251188", "type": "trip" } }, @@ -8807,7 +8695,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61945475", + "id": "66859729", "type": "trip" } }, @@ -8835,7 +8723,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61392331", + "id": "66652069", "type": "trip" } }, @@ -8863,7 +8751,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61392314", + "id": "66652054", "type": "trip" } }, @@ -8881,7 +8769,7 @@ "canonical": false, "direction_id": 1, "name": "Mattapan Station - Avenue Louis Pasteur via Ruggles", - "sort_order": 502801090, + "sort_order": 502801080, "typicality": 3 }, "id": "28-9-1", @@ -8891,7 +8779,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61946384", + "id": "66859732", "type": "trip" } }, @@ -8919,7 +8807,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62144599", + "id": "67251752", "type": "trip" } }, @@ -8947,7 +8835,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62144614", + "id": "67251748", "type": "trip" } }, @@ -8975,7 +8863,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62144591", + "id": "67251753", "type": "trip" } }, @@ -9003,7 +8891,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62144605", + "id": "67251747", "type": "trip" } }, @@ -9031,7 +8919,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62145222", + "id": "67250920", "type": "trip" } }, @@ -9059,7 +8947,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62145254", + "id": "67250944", "type": "trip" } }, @@ -9087,7 +8975,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62145533", + "id": "67251206", "type": "trip" } }, @@ -9115,7 +9003,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62145626", + "id": "67251299", "type": "trip" } }, @@ -9143,7 +9031,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62145887", + "id": "67251800", "type": "trip" } }, @@ -9171,7 +9059,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62145917", + "id": "67251802", "type": "trip" } }, @@ -9199,7 +9087,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62146036", + "id": "67252070", "type": "trip" } }, @@ -9217,7 +9105,7 @@ "canonical": false, "direction_id": 0, "name": "Wolcott Square - Townsend St & Humboldt Ave", - "sort_order": 503200090, + "sort_order": 503200080, "typicality": 3 }, "id": "32-9-0", @@ -9227,7 +9115,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62146071", + "id": "67251903", "type": "trip" } }, @@ -9255,7 +9143,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62145886", + "id": "67251799", "type": "trip" } }, @@ -9283,7 +9171,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62145918", + "id": "67251801", "type": "trip" } }, @@ -9311,7 +9199,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62146073", + "id": "67251839", "type": "trip" } }, @@ -9329,7 +9217,7 @@ "canonical": false, "direction_id": 1, "name": "Townsend St & Humboldt Ave - Wolcott Square", - "sort_order": 503201090, + "sort_order": 503201080, "typicality": 3 }, "id": "32-9-1", @@ -9339,7 +9227,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62146037", + "id": "67252072", "type": "trip" } }, @@ -9357,7 +9245,7 @@ "canonical": false, "direction_id": 1, "name": "Wolcott Square - Forest Hills Station", - "sort_order": 503201110, + "sort_order": 503201090, "typicality": 3 }, "id": "32-C-1", @@ -9367,7 +9255,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62146046_1", + "id": "67252079_1", "type": "trip" } }, @@ -9395,7 +9283,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62145431", + "id": "67251099", "type": "trip" } }, @@ -9423,7 +9311,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62145386", + "id": "67251104", "type": "trip" } }, @@ -9451,7 +9339,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62145385", + "id": "67251063", "type": "trip" } }, @@ -9479,7 +9367,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62145413", + "id": "67251086", "type": "trip" } }, @@ -9507,7 +9395,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62145411", + "id": "67251103", "type": "trip" } }, @@ -9535,7 +9423,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62145383", + "id": "67251056", "type": "trip" } }, @@ -9563,7 +9451,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62145476", + "id": "67251226", "type": "trip" } }, @@ -9591,7 +9479,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62145407", + "id": "67251081", "type": "trip" } }, @@ -9619,7 +9507,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62045330", + "id": "67163726", "type": "trip" } }, @@ -9647,7 +9535,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62146188", + "id": "67251557", "type": "trip" } }, @@ -9675,7 +9563,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62146208", + "id": "67251569_2", "type": "trip" } }, @@ -9703,7 +9591,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62146308", + "id": "67251612", "type": "trip" } }, @@ -9731,7 +9619,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62146191", + "id": "67251559", "type": "trip" } }, @@ -9759,7 +9647,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62146207", + "id": "67251595", "type": "trip" } }, @@ -9787,7 +9675,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62146306", + "id": "67251614", "type": "trip" } }, @@ -9815,7 +9703,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62146200", + "id": "67251646", "type": "trip" } }, @@ -9843,7 +9731,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62146232", + "id": "67251642", "type": "trip" } }, @@ -9871,7 +9759,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62146199", + "id": "67251640", "type": "trip" } }, @@ -9890,7 +9778,7 @@ "direction_id": 1, "name": "East Walpole - Forest Hills Station", "sort_order": 503411040, - "typicality": 3 + "typicality": 2 }, "id": "34E-6-1", "links": { @@ -9899,7 +9787,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62146234", + "id": "67251641", "type": "trip" } }, @@ -9927,7 +9815,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62144832", + "id": "67250533", "type": "trip" } }, @@ -9955,7 +9843,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62144857", + "id": "67250555", "type": "trip" } }, @@ -9983,7 +9871,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62145515", + "id": "67251228", "type": "trip" } }, @@ -10011,7 +9899,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62144845", + "id": "67250542", "type": "trip" } }, @@ -10039,7 +9927,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62144849", + "id": "67250554", "type": "trip" } }, @@ -10067,7 +9955,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62145524", + "id": "67251197", "type": "trip" } }, @@ -10095,7 +9983,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62144854", + "id": "67250548", "type": "trip" } }, @@ -10123,7 +10011,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62144919", + "id": "67250611", "type": "trip" } }, @@ -10140,7 +10028,7 @@ "attributes": { "canonical": false, "direction_id": 0, - "name": "Forest Hills Station - Millennium Park", + "name": "Forest Hills Station - Rivermoor Industrial Park", "sort_order": 503600070, "typicality": 3 }, @@ -10151,7 +10039,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62144812", + "id": "67250511", "type": "trip" } }, @@ -10179,7 +10067,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62145525", + "id": "67251199", "type": "trip" } }, @@ -10197,7 +10085,7 @@ "canonical": false, "direction_id": 0, "name": "Forest Hills Station - Charles River Loop", - "sort_order": 503600120, + "sort_order": 503600110, "typicality": 3 }, "id": "36-A-0", @@ -10207,7 +10095,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62145517_2", + "id": "67251190_2", "type": "trip" } }, @@ -10235,7 +10123,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62144848", + "id": "67250557", "type": "trip" } }, @@ -10263,7 +10151,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62144846", + "id": "67250547", "type": "trip" } }, @@ -10280,18 +10168,18 @@ "attributes": { "canonical": false, "direction_id": 1, - "name": "Charles River Loop - Forest Hills Station", + "name": "Rivermoor Industrial Park - Forest Hills Station", "sort_order": 503601070, "typicality": 3 }, - "id": "36-_-1", + "id": "36-5-1", "links": { - "self": "/route_patterns/36-_-1" + "self": "/route_patterns/36-5-1" }, "relationships": { "representative_trip": { "data": { - "id": "62145518", + "id": "67250579", "type": "trip" } }, @@ -10308,18 +10196,18 @@ "attributes": { "canonical": false, "direction_id": 1, - "name": "Charles River Loop - Townsend & Humboldt via Forest Hills", - "sort_order": 503601100, + "name": "Charles River Loop - Forest Hills Station", + "sort_order": 503601090, "typicality": 3 }, - "id": "36-9-1", + "id": "36-_-1", "links": { - "self": "/route_patterns/36-9-1" + "self": "/route_patterns/36-_-1" }, "relationships": { "representative_trip": { "data": { - "id": "62145519", + "id": "67251191", "type": "trip" } }, @@ -10336,18 +10224,18 @@ "attributes": { "canonical": false, "direction_id": 1, - "name": "Millennium Park - Forest Hills Station", - "sort_order": 503601120, + "name": "Charles River Loop - Townsend & Humboldt via Forest Hills", + "sort_order": 503601110, "typicality": 3 }, - "id": "36-5-1", + "id": "36-9-1", "links": { - "self": "/route_patterns/36-5-1" + "self": "/route_patterns/36-9-1" }, "relationships": { "representative_trip": { "data": { - "id": "62144883", + "id": "67252071", "type": "trip" } }, @@ -10375,7 +10263,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62145044", + "id": "67250735", "type": "trip" } }, @@ -10403,7 +10291,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62145526_2", + "id": "67251200_2", "type": "trip" } }, @@ -10431,7 +10319,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62144808", + "id": "67250508", "type": "trip" } }, @@ -10452,14 +10340,14 @@ "sort_order": 503701040, "typicality": 3 }, - "id": "37-3-1", + "id": "37-B-1", "links": { - "self": "/route_patterns/37-3-1" + "self": "/route_patterns/37-B-1" }, "relationships": { "representative_trip": { "data": { - "id": "62145522_1", + "id": "67251195_1", "type": "trip" } }, @@ -10487,7 +10375,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62145152", + "id": "67250841", "type": "trip" } }, @@ -10515,7 +10403,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62145527", + "id": "67251202", "type": "trip" } }, @@ -10543,7 +10431,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62145181", + "id": "67250879", "type": "trip" } }, @@ -10571,7 +10459,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62145523_1", + "id": "67251196_1", "type": "trip" } }, @@ -10589,7 +10477,7 @@ "canonical": false, "direction_id": 1, "name": "Wren St - Forest Hills Station", - "sort_order": 503801060, + "sort_order": 503801050, "typicality": 3 }, "id": "38-D-1", @@ -10599,7 +10487,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62145521_1", + "id": "67251194_1", "type": "trip" } }, @@ -10627,7 +10515,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61945832", + "id": "66859549", "type": "trip" } }, @@ -10655,7 +10543,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62145517_1", + "id": "67251190_1", "type": "trip" } }, @@ -10673,7 +10561,7 @@ "canonical": false, "direction_id": 0, "name": "Ave Louis Pasteur - Forest Hills Station via Brigham Cir", - "sort_order": 503900060, + "sort_order": 503900050, "typicality": 3 }, "id": "39-Y-0", @@ -10683,7 +10571,35 @@ "relationships": { "representative_trip": { "data": { - "id": "62145395_1", + "id": "67251070_1", + "type": "trip" + } + }, + "route": { + "data": { + "id": "39", + "type": "route" + } + } + }, + "type": "route_pattern" + }, + { + "attributes": { + "canonical": false, + "direction_id": 0, + "name": "Haymarket Station - Cleary Square", + "sort_order": 503900060, + "typicality": 3 + }, + "id": "39-_-0", + "links": { + "self": "/route_patterns/39-_-0" + }, + "relationships": { + "representative_trip": { + "data": { + "id": "67250315", "type": "trip" } }, @@ -10701,7 +10617,7 @@ "canonical": false, "direction_id": 0, "name": "Haymarket Station - Cleary Square (Detour)", - "sort_order": 503900080, + "sort_order": 503900090, "typicality": 3 }, "id": "39-M-0", @@ -10711,7 +10627,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62144590", + "id": "67163971", "type": "trip" } }, @@ -10739,7 +10655,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61945834", + "id": "66859548", "type": "trip" } }, @@ -10767,7 +10683,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62145369_2", + "id": "67251043_2", "type": "trip" } }, @@ -10785,7 +10701,7 @@ "canonical": false, "direction_id": 1, "name": "Forest Hills Station - Ave Louis Pasteur", - "sort_order": 503901060, + "sort_order": 503901050, "typicality": 3 }, "id": "39-I-1", @@ -10795,7 +10711,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62145521_2", + "id": "67251194_2", "type": "trip" } }, @@ -10812,18 +10728,18 @@ "attributes": { "canonical": false, "direction_id": 1, - "name": "Cleary Square - Haymarket Station (Detour)", - "sort_order": 503901080, + "name": "Cleary Square - Haymarket Station", + "sort_order": 503901060, "typicality": 3 }, - "id": "39-M-1", + "id": "39-_-1", "links": { - "self": "/route_patterns/39-M-1" + "self": "/route_patterns/39-_-1" }, "relationships": { "representative_trip": { "data": { - "id": "62144589", + "id": "67250314", "type": "trip" } }, @@ -10851,7 +10767,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62144951", + "id": "67250649", "type": "trip" } }, @@ -10879,7 +10795,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62144952", + "id": "67250651", "type": "trip" } }, @@ -10907,7 +10823,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62144953", + "id": "67250653", "type": "trip" } }, @@ -10935,7 +10851,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62144969", + "id": "67250665", "type": "trip" } }, @@ -10963,7 +10879,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62144992", + "id": "67250769", "type": "trip" } }, @@ -10991,7 +10907,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62144971", + "id": "67250675", "type": "trip" } }, @@ -11019,7 +10935,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62145798", + "id": "67251466", "type": "trip" } }, @@ -11047,7 +10963,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62145817", + "id": "67251485", "type": "trip" } }, @@ -11075,7 +10991,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62144654", + "id": "67250355", "type": "trip" } }, @@ -11103,7 +11019,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62144650", + "id": "67250348", "type": "trip" } }, @@ -11131,7 +11047,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61393946", + "id": "66652165", "type": "trip" } }, @@ -11159,7 +11075,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61393947", + "id": "66652410", "type": "trip" } }, @@ -11187,7 +11103,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61392440", + "id": "66645432", "type": "trip" } }, @@ -11215,7 +11131,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61392889", + "id": "66646053", "type": "trip" } }, @@ -11243,7 +11159,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61392198", + "id": "66645171", "type": "trip" } }, @@ -11271,7 +11187,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61392442", + "id": "66645580", "type": "trip" } }, @@ -11299,7 +11215,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61392716", + "id": "66652444", "type": "trip" } }, @@ -11327,7 +11243,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61392788", + "id": "66652506", "type": "trip" } }, @@ -11355,7 +11271,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61391962", + "id": "66644959", "type": "trip" } }, @@ -11383,7 +11299,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61391972", + "id": "66651717", "type": "trip" } }, @@ -11411,7 +11327,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61391245", + "id": "66646731", "type": "trip" } }, @@ -11439,7 +11355,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61391316", + "id": "66646722", "type": "trip" } }, @@ -11467,7 +11383,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62144815", + "id": "67250516", "type": "trip" } }, @@ -11495,7 +11411,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62144818", + "id": "67250520", "type": "trip" } }, @@ -11523,7 +11439,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62145010", + "id": "67250701", "type": "trip" } }, @@ -11551,7 +11467,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62145011", + "id": "67250702", "type": "trip" } }, @@ -11579,7 +11495,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62145857", + "id": "67251524", "type": "trip" } }, @@ -11607,7 +11523,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62145869", + "id": "67251544", "type": "trip" } }, @@ -11635,7 +11551,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62145858", + "id": "67251525", "type": "trip" } }, @@ -11663,7 +11579,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62145868", + "id": "67251541", "type": "trip" } }, @@ -11691,7 +11607,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61394347", + "id": "66653107", "type": "trip" } }, @@ -11719,7 +11635,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61394358", + "id": "66653152", "type": "trip" } }, @@ -11747,7 +11663,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61394256", + "id": "66647108", "type": "trip" } }, @@ -11764,18 +11680,18 @@ "attributes": { "canonical": false, "direction_id": 0, - "name": "Ave Louis Pasteur - Watertown Yard", + "name": "Kenmore Station - Oak Square", "sort_order": 505700040, - "typicality": 3 + "typicality": 2 }, - "id": "57-8-0", + "id": "57-A-0", "links": { - "self": "/route_patterns/57-8-0" + "self": "/route_patterns/57-A-0" }, "relationships": { "representative_trip": { "data": { - "id": "61392867", + "id": "66647017", "type": "trip" } }, @@ -11792,18 +11708,18 @@ "attributes": { "canonical": false, "direction_id": 0, - "name": "Kenmore Station - Oak Square", - "sort_order": 505700060, + "name": "Ave Louis Pasteur - Watertown Yard", + "sort_order": 505700070, "typicality": 3 }, - "id": "57-A-0", + "id": "57-8-0", "links": { - "self": "/route_patterns/57-A-0" + "self": "/route_patterns/57-8-0" }, "relationships": { "representative_trip": { "data": { - "id": "61392287", + "id": "66645980", "type": "trip" } }, @@ -11831,7 +11747,35 @@ "relationships": { "representative_trip": { "data": { - "id": "61392310_3", + "id": "66645286_3", + "type": "trip" + } + }, + "route": { + "data": { + "id": "57", + "type": "route" + } + } + }, + "type": "route_pattern" + }, + { + "attributes": { + "canonical": false, + "direction_id": 0, + "name": "Haymarket Station - Watertown Yard", + "sort_order": 505700090, + "typicality": 3 + }, + "id": "57-H-0", + "links": { + "self": "/route_patterns/57-H-0" + }, + "relationships": { + "representative_trip": { + "data": { + "id": "66645945", "type": "trip" } }, @@ -11849,7 +11793,7 @@ "canonical": false, "direction_id": 0, "name": "Haymarket Station - Watertown Yard (Detour)", - "sort_order": 505700100, + "sort_order": 505700120, "typicality": 3 }, "id": "57-M-0", @@ -11859,7 +11803,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61394001", + "id": "66885871", "type": "trip" } }, @@ -11887,7 +11831,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61394173", + "id": "66647018", "type": "trip" } }, @@ -11906,7 +11850,7 @@ "direction_id": 1, "name": "Oak Square - Kenmore Station", "sort_order": 505701040, - "typicality": 3 + "typicality": 2 }, "id": "57-A-1", "links": { @@ -11915,7 +11859,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61393905_1", + "id": "66645839_1", "type": "trip" } }, @@ -11933,7 +11877,7 @@ "canonical": false, "direction_id": 1, "name": "Cambridge St & Warren St - Kenmore Station", - "sort_order": 505701060, + "sort_order": 505701070, "typicality": 3 }, "id": "57-4-1", @@ -11943,7 +11887,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61394382", + "id": "66646483", "type": "trip" } }, @@ -11971,7 +11915,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61394000", + "id": "66645949", "type": "trip" } }, @@ -11999,7 +11943,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61392352_1", + "id": "66645323_1", "type": "trip" } }, @@ -12027,7 +11971,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61393918", + "id": "66645852", "type": "trip" } }, @@ -12055,7 +11999,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61394025", + "id": "66645971", "type": "trip" } }, @@ -12083,7 +12027,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61393921", + "id": "66645855", "type": "trip" } }, @@ -12111,7 +12055,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61393917", + "id": "66645856", "type": "trip" } }, @@ -12139,7 +12083,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61394008", + "id": "66652033", "type": "trip" } }, @@ -12167,7 +12111,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61393840", + "id": "66645255", "type": "trip" } }, @@ -12195,7 +12139,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61394418", + "id": "66653392", "type": "trip" } }, @@ -12223,7 +12167,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61347860", + "id": "66885674", "type": "trip" } }, @@ -12251,7 +12195,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61394032", + "id": "66651101", "type": "trip" } }, @@ -12279,7 +12223,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61393812", + "id": "66644310", "type": "trip" } }, @@ -12307,7 +12251,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61391315", + "id": "66651113", "type": "trip" } }, @@ -12335,7 +12279,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61849662", + "id": "67008619", "type": "trip" } }, @@ -12363,7 +12307,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61849655", + "id": "67008616", "type": "trip" } }, @@ -12391,7 +12335,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61848677", + "id": "67009339", "type": "trip" } }, @@ -12419,7 +12363,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61848674", + "id": "67009337", "type": "trip" } }, @@ -12447,7 +12391,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61848695", + "id": "67009357", "type": "trip" } }, @@ -12475,7 +12419,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61848720", + "id": "67009371", "type": "trip" } }, @@ -12503,7 +12447,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61848706", + "id": "67009374", "type": "trip" } }, @@ -12531,7 +12475,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61848693", + "id": "67009356", "type": "trip" } }, @@ -12559,7 +12503,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61849561", + "id": "67008205", "type": "trip" } }, @@ -12587,7 +12531,7 @@ "relationships": { "representative_trip": { "data": { - "id": "63165262", + "id": "67146902", "type": "trip" } }, @@ -12615,7 +12559,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61845592", + "id": "67146913", "type": "trip" } }, @@ -12643,7 +12587,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61849562", + "id": "67008206", "type": "trip" } }, @@ -12671,7 +12615,7 @@ "relationships": { "representative_trip": { "data": { - "id": "63165261", + "id": "67146901", "type": "trip" } }, @@ -12699,7 +12643,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61393845", + "id": "66645261", "type": "trip" } }, @@ -12727,7 +12671,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61393817", + "id": "66644319", "type": "trip" } }, @@ -12744,18 +12688,18 @@ "attributes": { "canonical": false, "direction_id": 0, - "name": "Nubian Station - Harvard Square", + "name": "Nubian Station - Harvard Station via Allston", "sort_order": 506600000, "typicality": 1 }, - "id": "66-6-0", + "id": "66-9-0", "links": { - "self": "/route_patterns/66-6-0" + "self": "/route_patterns/66-9-0" }, "relationships": { "representative_trip": { "data": { - "id": "61391638", + "id": "66644620", "type": "trip" } }, @@ -12783,7 +12727,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61391657", + "id": "66644637", "type": "trip" } }, @@ -12801,7 +12745,7 @@ "canonical": false, "direction_id": 0, "name": "Nubian Station - Union Square, Boston", - "sort_order": 506600070, + "sort_order": 506600060, "typicality": 3 }, "id": "66-B-0", @@ -12811,7 +12755,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61392310_2", + "id": "66645286_2", "type": "trip" } }, @@ -12839,7 +12783,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61392004", + "id": "66644981", "type": "trip" } }, @@ -12867,7 +12811,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61391303", + "id": "66644335", "type": "trip" } }, @@ -12885,7 +12829,7 @@ "canonical": false, "direction_id": 1, "name": "Union Square, Boston - Nubian Station", - "sort_order": 506601060, + "sort_order": 506601050, "typicality": 3 }, "id": "66-B-1", @@ -12895,7 +12839,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61392352_2", + "id": "66645323_2", "type": "trip" } }, @@ -12923,7 +12867,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61846289", + "id": "67009425", "type": "trip" } }, @@ -12951,7 +12895,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61846291", + "id": "67009422", "type": "trip" } }, @@ -12979,7 +12923,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61848179", + "id": "67007696", "type": "trip" } }, @@ -13007,7 +12951,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61848185", + "id": "67007699", "type": "trip" } }, @@ -13035,7 +12979,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61849238", + "id": "67009006", "type": "trip" } }, @@ -13063,7 +13007,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61849233", + "id": "67009002", "type": "trip" } }, @@ -13091,7 +13035,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61849584", + "id": "67008228", "type": "trip" } }, @@ -13119,7 +13063,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61849640", + "id": "67008596", "type": "trip" } }, @@ -13147,7 +13091,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61849641", + "id": "67008604", "type": "trip" } }, @@ -13175,7 +13119,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61849650", + "id": "67008636", "type": "trip" } }, @@ -13203,7 +13147,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61849644", + "id": "67008775", "type": "trip" } }, @@ -13231,7 +13175,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61849642", + "id": "67008597", "type": "trip" } }, @@ -13259,7 +13203,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61849660", + "id": "67008605", "type": "trip" } }, @@ -13278,7 +13222,7 @@ "direction_id": 1, "name": "Cedarwood - University Park", "sort_order": 507001080, - "typicality": 3 + "typicality": 2 }, "id": "70-5-1", "links": { @@ -13287,7 +13231,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61849649", + "id": "67008637", "type": "trip" } }, @@ -13315,7 +13259,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61849645", + "id": "67008778", "type": "trip" } }, @@ -13343,7 +13287,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61848336", + "id": "67007738", "type": "trip" } }, @@ -13371,7 +13315,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61849983", + "id": "67008411", "type": "trip" } }, @@ -13399,7 +13343,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61848339", + "id": "67007739", "type": "trip" } }, @@ -13427,7 +13371,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61848341", + "id": "67007745", "type": "trip" } }, @@ -13455,7 +13399,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61849930", + "id": "67008357", "type": "trip" } }, @@ -13483,7 +13427,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61848334", + "id": "67007735", "type": "trip" } }, @@ -13511,7 +13455,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61848332", + "id": "67007733", "type": "trip" } }, @@ -13539,7 +13483,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61848385", + "id": "67007785", "type": "trip" } }, @@ -13567,7 +13511,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61849879", + "id": "67008307", "type": "trip" } }, @@ -13595,7 +13539,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61849868", + "id": "67008298", "type": "trip" } }, @@ -13623,7 +13567,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61849867", + "id": "67008305", "type": "trip" } }, @@ -13651,7 +13595,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61849923", + "id": "67008350", "type": "trip" } }, @@ -13679,7 +13623,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61849881", + "id": "67008304", "type": "trip" } }, @@ -13707,7 +13651,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61849986", + "id": "67008414", "type": "trip" } }, @@ -13735,7 +13679,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61848675", + "id": "67009348", "type": "trip" } }, @@ -13754,7 +13698,7 @@ "direction_id": 0, "name": "Alewife Station - Lincoln Lab", "sort_order": 507600030, - "typicality": 2 + "typicality": 1 }, "id": "76-3-0", "links": { @@ -13763,7 +13707,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61848704", + "id": "67009343", "type": "trip" } }, @@ -13791,7 +13735,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61848703", + "id": "67009341", "type": "trip" } }, @@ -13819,7 +13763,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61848676", + "id": "67009347", "type": "trip" } }, @@ -13847,7 +13791,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61849339", + "id": "67009553", "type": "trip" } }, @@ -13875,7 +13819,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61849344", + "id": "67009551", "type": "trip" } }, @@ -13903,7 +13847,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61849468", + "id": "67009588", "type": "trip" } }, @@ -13931,7 +13875,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61849847", + "id": "67008278", "type": "trip" } }, @@ -13959,7 +13903,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61849849", + "id": "67008275", "type": "trip" } }, @@ -13987,7 +13931,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61848956", + "id": "67008055", "type": "trip" } }, @@ -14015,7 +13959,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61848958", + "id": "67008057", "type": "trip" } }, @@ -14043,7 +13987,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61849012", + "id": "67009478", "type": "trip" } }, @@ -14071,7 +14015,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61848678", + "id": "67008203", "type": "trip" } }, @@ -14099,7 +14043,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61849018", + "id": "67009477", "type": "trip" } }, @@ -14127,7 +14071,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61849179", + "id": "67008174", "type": "trip" } }, @@ -14155,7 +14099,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61849181", + "id": "67008177", "type": "trip" } }, @@ -14172,7 +14116,7 @@ "attributes": { "canonical": false, "direction_id": 0, - "name": "Reservoir Station - Sullivan Square Station", + "name": "Reservoir Station - Harvard Station", "sort_order": 508600000, "typicality": 1 }, @@ -14183,7 +14127,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61848218", + "id": "67015231", "type": "trip" } }, @@ -14200,7 +14144,7 @@ "attributes": { "canonical": false, "direction_id": 1, - "name": "Sullivan Square Station - Reservoir Station", + "name": "Harvard Station - Reservoir Station", "sort_order": 508601000, "typicality": 1 }, @@ -14211,7 +14155,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61848214", + "id": "67015229", "type": "trip" } }, @@ -14239,7 +14183,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61848751", + "id": "67008808", "type": "trip" } }, @@ -14267,7 +14211,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61848753", + "id": "67008802", "type": "trip" } }, @@ -14295,7 +14239,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61848752", + "id": "67008814", "type": "trip" } }, @@ -14323,7 +14267,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61848844", + "id": "67008801", "type": "trip" } }, @@ -14351,7 +14295,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61848755", + "id": "67008805", "type": "trip" } }, @@ -14379,7 +14323,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61848331", + "id": "67007732", "type": "trip" } }, @@ -14407,7 +14351,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61848754", + "id": "67008804", "type": "trip" } }, @@ -14435,7 +14379,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61869269", + "id": "66959791", "type": "trip" } }, @@ -14463,7 +14407,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61868995", + "id": "66957158", "type": "trip" } }, @@ -14491,7 +14435,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61869296", + "id": "66959793", "type": "trip" } }, @@ -14519,7 +14463,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61868984", + "id": "66957154", "type": "trip" } }, @@ -14532,34 +14476,6 @@ }, "type": "route_pattern" }, - { - "attributes": { - "canonical": false, - "direction_id": 0, - "name": "Haymarket Station - Clarendon Hill", - "sort_order": 508910000, - "typicality": 1 - }, - "id": "8993-_-0", - "links": { - "self": "/route_patterns/8993-_-0" - }, - "relationships": { - "representative_trip": { - "data": { - "id": "63145859", - "type": "trip" - } - }, - "route": { - "data": { - "id": "8993", - "type": "route" - } - } - }, - "type": "route_pattern" - }, { "attributes": { "canonical": false, @@ -14575,7 +14491,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61870430", + "id": "66957420", "type": "trip" } }, @@ -14603,7 +14519,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61870259", + "id": "66957081", "type": "trip" } }, @@ -14631,7 +14547,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61870337", + "id": "66960051", "type": "trip" } }, @@ -14659,7 +14575,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61868934", + "id": "66959772", "type": "trip" } }, @@ -14687,7 +14603,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61868933", + "id": "66959771", "type": "trip" } }, @@ -14715,7 +14631,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61869418", + "id": "66959899", "type": "trip" } }, @@ -14743,7 +14659,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61870540", + "id": "66957457", "type": "trip" } }, @@ -14771,7 +14687,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61869472", + "id": "66959898", "type": "trip" } }, @@ -14799,7 +14715,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61871120", + "id": "66957456", "type": "trip" } }, @@ -14827,7 +14743,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61870834", + "id": "66957060", "type": "trip" } }, @@ -14855,7 +14771,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61869413", + "id": "66958079", "type": "trip" } }, @@ -14883,7 +14799,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61870494", + "id": "66957710", "type": "trip" } }, @@ -14911,7 +14827,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61870931", + "id": "66957062", "type": "trip" } }, @@ -14939,7 +14855,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61869458", + "id": "66958078", "type": "trip" } }, @@ -14967,7 +14883,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61871125", + "id": "66957709", "type": "trip" } }, @@ -14995,7 +14911,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61870302", + "id": "66957620", "type": "trip" } }, @@ -15023,7 +14939,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61868977", + "id": "66959788", "type": "trip" } }, @@ -15051,7 +14967,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61869199", + "id": "66959971", "type": "trip" } }, @@ -15079,7 +14995,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61869191", + "id": "66959798", "type": "trip" } }, @@ -15107,7 +15023,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61868955", + "id": "66960023", "type": "trip" } }, @@ -15135,7 +15051,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61868962", + "id": "66960016", "type": "trip" } }, @@ -15163,7 +15079,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61869314", + "id": "66959865", "type": "trip" } }, @@ -15181,7 +15097,7 @@ "canonical": false, "direction_id": 0, "name": "Fellsway Garage - West Medford", - "sort_order": 509500100, + "sort_order": 509500090, "typicality": 3 }, "id": "95-2-0", @@ -15191,7 +15107,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61869313", + "id": "66960107", "type": "trip" } }, @@ -15219,7 +15135,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61868956", + "id": "66960014", "type": "trip" } }, @@ -15247,7 +15163,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61868960", + "id": "66960022", "type": "trip" } }, @@ -15275,7 +15191,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61869208", + "id": "66960106", "type": "trip" } }, @@ -15303,7 +15219,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61869482", + "id": "66959852", "type": "trip" } }, @@ -15331,7 +15247,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61869265", + "id": "66960085", "type": "trip" } }, @@ -15359,7 +15275,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61868938", + "id": "66961924", "type": "trip" } }, @@ -15387,7 +15303,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61868937", + "id": "66961925", "type": "trip" } }, @@ -15415,7 +15331,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61868941", + "id": "66959826", "type": "trip" } }, @@ -15443,7 +15359,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61873556", + "id": "67134849", "type": "trip" } }, @@ -15471,7 +15387,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61868946", + "id": "66959827", "type": "trip" } }, @@ -15499,7 +15415,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61873557", + "id": "67134850", "type": "trip" } }, @@ -15527,35 +15443,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61868972", - "type": "trip" - } - }, - "route": { - "data": { - "id": "100", - "type": "route" - } - } - }, - "type": "route_pattern" - }, - { - "attributes": { - "canonical": false, - "direction_id": 0, - "name": "Wellington Station - Roosevelt Circle", - "sort_order": 510000040, - "typicality": 3 - }, - "id": "100-1-0", - "links": { - "self": "/route_patterns/100-1-0" - }, - "relationships": { - "representative_trip": { - "data": { - "id": "63145879", + "id": "66959845", "type": "trip" } }, @@ -15583,35 +15471,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61868973", - "type": "trip" - } - }, - "route": { - "data": { - "id": "100", - "type": "route" - } - } - }, - "type": "route_pattern" - }, - { - "attributes": { - "canonical": false, - "direction_id": 1, - "name": "Roosevelt Circle - Wellington Station", - "sort_order": 510001040, - "typicality": 3 - }, - "id": "100-1-1", - "links": { - "self": "/route_patterns/100-1-1" - }, - "relationships": { - "representative_trip": { - "data": { - "id": "63145877", + "id": "66959913", "type": "trip" } }, @@ -15639,7 +15499,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61868953", + "id": "66961956", "type": "trip" } }, @@ -15667,7 +15527,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61869190", + "id": "66962031", "type": "trip" } }, @@ -15695,7 +15555,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61868971", + "id": "66961958", "type": "trip" } }, @@ -15723,7 +15583,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61869209", + "id": "66961972", "type": "trip" } }, @@ -15740,7 +15600,7 @@ "attributes": { "canonical": false, "direction_id": 0, - "name": "Sullivan Square Station - Malden Center Station via Ferry", + "name": "Airport Station - Malden Center Station", "sort_order": 510400000, "typicality": 1 }, @@ -15751,7 +15611,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61870914", + "id": "67058780", "type": "trip" } }, @@ -15768,7 +15628,7 @@ "attributes": { "canonical": false, "direction_id": 1, - "name": "Malden Center Station - Sullivan Square Station via Ferry", + "name": "Malden Center Station - Airport Station", "sort_order": 510401000, "typicality": 1 }, @@ -15779,7 +15639,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61870694", + "id": "67058786", "type": "trip" } }, @@ -15807,7 +15667,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61868979", + "id": "66959787", "type": "trip" } }, @@ -15835,7 +15695,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61868954", + "id": "66959778", "type": "trip" } }, @@ -15863,7 +15723,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61869066", + "id": "66959835", "type": "trip" } }, @@ -15891,7 +15751,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61870795", + "id": "66957810", "type": "trip" } }, @@ -15919,7 +15779,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61869068", + "id": "66959817", "type": "trip" } }, @@ -15947,7 +15807,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61870611", + "id": "66957801", "type": "trip" } }, @@ -15975,7 +15835,7 @@ "relationships": { "representative_trip": { "data": { - "id": "63145874", + "id": "67136000", "type": "trip" } }, @@ -16003,7 +15863,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61869065", + "id": "66959833", "type": "trip" } }, @@ -16031,7 +15891,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61869095", + "id": "66960009", "type": "trip" } }, @@ -16049,7 +15909,7 @@ "canonical": false, "direction_id": 0, "name": "Salem St & Sprague St - Linden Square", - "sort_order": 510800060, + "sort_order": 510800050, "typicality": 3 }, "id": "108-2-0", @@ -16059,7 +15919,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61869167", + "id": "66960305", "type": "trip" } }, @@ -16087,7 +15947,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61869082", + "id": "66959828", "type": "trip" } }, @@ -16115,7 +15975,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61869073", + "id": "66960256", "type": "trip" } }, @@ -16132,7 +15992,7 @@ "attributes": { "canonical": false, "direction_id": 0, - "name": "Sullivan Square Station - Linden Square", + "name": "Harvard Station - Linden Square via Sullivan Square", "sort_order": 510900000, "typicality": 1 }, @@ -16143,7 +16003,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61870918", + "id": "67058946", "type": "trip" } }, @@ -16160,7 +16020,7 @@ "attributes": { "canonical": false, "direction_id": 1, - "name": "Linden Square - Sullivan Square Station", + "name": "Linden Square - Harvard Station via Sullivan Square", "sort_order": 510901000, "typicality": 1 }, @@ -16171,7 +16031,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61870617", + "id": "67059004", "type": "trip" } }, @@ -16188,7 +16048,7 @@ "attributes": { "canonical": false, "direction_id": 0, - "name": "Wellington Station - Wonderland Station via Woodlawn", + "name": "Wellington Station - Wonderland Station", "sort_order": 511000000, "typicality": 1 }, @@ -16199,63 +16059,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61869188", - "type": "trip" - } - }, - "route": { - "data": { - "id": "110", - "type": "route" - } - } - }, - "type": "route_pattern" - }, - { - "attributes": { - "canonical": false, - "direction_id": 0, - "name": "Wellington Station - Broadway & Park Ave via Woodlawn", - "sort_order": 511000040, - "typicality": 2 - }, - "id": "110-4-0", - "links": { - "self": "/route_patterns/110-4-0" - }, - "relationships": { - "representative_trip": { - "data": { - "id": "61869198", - "type": "trip" - } - }, - "route": { - "data": { - "id": "110", - "type": "route" - } - } - }, - "type": "route_pattern" - }, - { - "attributes": { - "canonical": false, - "direction_id": 0, - "name": "Wellington Station - Woodlawn via Broadway", - "sort_order": 511000080, - "typicality": 3 - }, - "id": "110-2-0", - "links": { - "self": "/route_patterns/110-2-0" - }, - "relationships": { - "representative_trip": { - "data": { - "id": "61871264", + "id": "66958787", "type": "trip" } }, @@ -16272,7 +16076,7 @@ "attributes": { "canonical": false, "direction_id": 1, - "name": "Wonderland Station - Wellington Station via Woodlawn", + "name": "Wonderland Station - Wellington Station", "sort_order": 511001000, "typicality": 1 }, @@ -16283,63 +16087,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61869195", - "type": "trip" - } - }, - "route": { - "data": { - "id": "110", - "type": "route" - } - } - }, - "type": "route_pattern" - }, - { - "attributes": { - "canonical": false, - "direction_id": 1, - "name": "Broadway & Park Ave - Wellington Station via Woodlawn", - "sort_order": 511001040, - "typicality": 2 - }, - "id": "110-4-1", - "links": { - "self": "/route_patterns/110-4-1" - }, - "relationships": { - "representative_trip": { - "data": { - "id": "61869187", - "type": "trip" - } - }, - "route": { - "data": { - "id": "110", - "type": "route" - } - } - }, - "type": "route_pattern" - }, - { - "attributes": { - "canonical": false, - "direction_id": 1, - "name": "Elm St opp Haskell Ave - Wellington Station Busway", - "sort_order": 511001080, - "typicality": 3 - }, - "id": "110-2-1", - "links": { - "self": "/route_patterns/110-2-1" - }, - "relationships": { - "representative_trip": { - "data": { - "id": "61870075", + "id": "66958786", "type": "trip" } }, @@ -16367,7 +16115,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61870064", + "id": "66957467", "type": "trip" } }, @@ -16395,7 +16143,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61870056", + "id": "66957418", "type": "trip" } }, @@ -16423,7 +16171,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61869575", + "id": "66960039", "type": "trip" } }, @@ -16451,7 +16199,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61869576", + "id": "66960038", "type": "trip" } }, @@ -16479,7 +16227,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62215989", + "id": "67202470", "type": "trip" } }, @@ -16507,7 +16255,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62215998", + "id": "67202487", "type": "trip" } }, @@ -16528,14 +16276,14 @@ "sort_order": 511600000, "typicality": 1 }, - "id": "116-4-0", + "id": "116-_-0", "links": { - "self": "/route_patterns/116-4-0" + "self": "/route_patterns/116-_-0" }, "relationships": { "representative_trip": { "data": { - "id": "62216007", + "id": "67203743", "type": "trip" } }, @@ -16548,84 +16296,28 @@ }, "type": "route_pattern" }, - { - "attributes": { - "canonical": false, - "direction_id": 1, - "name": "Wonderland Station - Maverick Station", - "sort_order": 511601000, - "typicality": 1 - }, - "id": "116-4-1", - "links": { - "self": "/route_patterns/116-4-1" - }, - "relationships": { - "representative_trip": { - "data": { - "id": "62216061", - "type": "trip" - } - }, - "route": { - "data": { - "id": "116", - "type": "route" - } - } - }, - "type": "route_pattern" - }, - { - "attributes": { - "canonical": false, - "direction_id": 0, - "name": "Maverick Station - Wonderland Station", - "sort_order": 511700000, - "typicality": 1 - }, - "id": "117-5-0", - "links": { - "self": "/route_patterns/117-5-0" - }, - "relationships": { - "representative_trip": { - "data": { - "id": "62216127", - "type": "trip" - } - }, - "route": { - "data": { - "id": "117", - "type": "route" - } - } - }, - "type": "route_pattern" - }, { "attributes": { "canonical": false, "direction_id": 0, - "name": "Haymarket Station - Logan Airport, Terminal C", - "sort_order": 511700040, + "name": "Haymarket Station - Logan Airport Terminal C", + "sort_order": 511600040, "typicality": 3 }, - "id": "117-1-0", + "id": "116-1-0", "links": { - "self": "/route_patterns/117-1-0" + "self": "/route_patterns/116-1-0" }, "relationships": { "representative_trip": { "data": { - "id": "62216254", + "id": "67203741", "type": "trip" } }, "route": { "data": { - "id": "117", + "id": "116", "type": "route" } } @@ -16636,24 +16328,24 @@ "attributes": { "canonical": false, "direction_id": 0, - "name": "Wonderland via Maverick", - "sort_order": 511700070, + "name": "State Street Station - Wonderland Station via Maverick", + "sort_order": 511600070, "typicality": 3 }, - "id": "117-4-0", + "id": "116-4-0", "links": { - "self": "/route_patterns/117-4-0" + "self": "/route_patterns/116-4-0" }, "relationships": { "representative_trip": { "data": { - "id": "62216180", + "id": "67203835", "type": "trip" } }, "route": { "data": { - "id": "117", + "id": "116", "type": "route" } } @@ -16665,23 +16357,23 @@ "canonical": false, "direction_id": 1, "name": "Wonderland Station - Maverick Station", - "sort_order": 511701000, + "sort_order": 511601000, "typicality": 1 }, - "id": "117-5-1", + "id": "116-_-1", "links": { - "self": "/route_patterns/117-5-1" + "self": "/route_patterns/116-_-1" }, "relationships": { "representative_trip": { "data": { - "id": "62216187", + "id": "67203685", "type": "trip" } }, "route": { "data": { - "id": "117", + "id": "116", "type": "route" } } @@ -16692,24 +16384,24 @@ "attributes": { "canonical": false, "direction_id": 1, - "name": "Lynn Bus Garage - Haymarket Station via Maverick Station", - "sort_order": 511701040, + "name": "Lynn Bus Garage - Haymarket via Maverick", + "sort_order": 511601040, "typicality": 3 }, - "id": "117-3-1", + "id": "116-3-1", "links": { - "self": "/route_patterns/117-3-1" + "self": "/route_patterns/116-3-1" }, "relationships": { "representative_trip": { "data": { - "id": "62216185", + "id": "67203836", "type": "trip" } }, "route": { "data": { - "id": "117", + "id": "116", "type": "route" } } @@ -16720,24 +16412,24 @@ "attributes": { "canonical": false, "direction_id": 1, - "name": "Broadway & Central Ave - Haymarket Station", - "sort_order": 511701070, + "name": "Broadway & Central Ave - Haymarket Station via Maverick", + "sort_order": 511601070, "typicality": 3 }, - "id": "117-8-1", + "id": "116-8-1", "links": { - "self": "/route_patterns/117-8-1" + "self": "/route_patterns/116-8-1" }, "relationships": { "representative_trip": { "data": { - "id": "62216251", + "id": "67203740", "type": "trip" } }, "route": { "data": { - "id": "117", + "id": "116", "type": "route" } } @@ -16759,7 +16451,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62216246", + "id": "67202249", "type": "trip" } }, @@ -16778,7 +16470,7 @@ "direction_id": 0, "name": "Beachmont Station - Northgate Shopping Ctr via Tomasello Way", "sort_order": 511900030, - "typicality": 2 + "typicality": 1 }, "id": "119-3-0", "links": { @@ -16787,7 +16479,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62216249", + "id": "67202255", "type": "trip" } }, @@ -16815,7 +16507,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62216272", + "id": "67202521", "type": "trip" } }, @@ -16843,7 +16535,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62216278", + "id": "67202533", "type": "trip" } }, @@ -16871,7 +16563,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62216759", + "id": "67203014", "type": "trip" } }, @@ -16899,7 +16591,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62216820", + "id": "67203080", "type": "trip" } }, @@ -16927,7 +16619,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62216760", + "id": "67203013", "type": "trip" } }, @@ -16955,35 +16647,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62216819", - "type": "trip" - } - }, - "route": { - "data": { - "id": "120", - "type": "route" - } - } - }, - "type": "route_pattern" - }, - { - "attributes": { - "canonical": false, - "direction_id": 1, - "name": "Orient Heights Station - Maverick Station", - "sort_order": 512001070, - "typicality": 3 - }, - "id": "120-1-1", - "links": { - "self": "/route_patterns/120-1-1" - }, - "relationships": { - "representative_trip": { - "data": { - "id": "62216831", + "id": "67203034", "type": "trip" } }, @@ -17011,7 +16675,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62216304", + "id": "67202477", "type": "trip" } }, @@ -17039,7 +16703,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62216297", + "id": "67202465", "type": "trip" } }, @@ -17067,7 +16731,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62216293", + "id": "67202352", "type": "trip" } }, @@ -17095,7 +16759,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62216311", + "id": "67202351", "type": "trip" } }, @@ -17123,7 +16787,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61869013", + "id": "66960201", "type": "trip" } }, @@ -17151,7 +16815,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61869015", + "id": "66960206", "type": "trip" } }, @@ -17179,7 +16843,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61868968", + "id": "66960127", "type": "trip" } }, @@ -17207,7 +16871,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61868982", + "id": "66960128", "type": "trip" } }, @@ -17235,7 +16899,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61869546", + "id": "66959821", "type": "trip" } }, @@ -17263,7 +16927,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61869544", + "id": "66960247", "type": "trip" } }, @@ -17291,7 +16955,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61871394", + "id": "66960219", "type": "trip" } }, @@ -17319,7 +16983,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61869556", + "id": "66960251", "type": "trip" } }, @@ -17347,7 +17011,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61869219", + "id": "66959934", "type": "trip" } }, @@ -17365,7 +17029,7 @@ "canonical": false, "direction_id": 0, "name": "Wellington Station - Woburn Square", - "sort_order": 513400130, + "sort_order": 513400120, "typicality": 3 }, "id": "134-9-0", @@ -17375,7 +17039,7 @@ "relationships": { "representative_trip": { "data": { - "id": "63146591", + "id": "67016139", "type": "trip" } }, @@ -17403,7 +17067,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61869550", + "id": "66959822", "type": "trip" } }, @@ -17431,7 +17095,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61869545", + "id": "66960248", "type": "trip" } }, @@ -17448,18 +17112,18 @@ "attributes": { "canonical": false, "direction_id": 1, - "name": "Winthrop St & Brooks St - Middlesex Ave", + "name": "Winthrop St & Playstead Rd - Wellington Station", "sort_order": 513401060, "typicality": 2 }, - "id": "134-4-1", + "id": "134-6-1", "links": { - "self": "/route_patterns/134-4-1" + "self": "/route_patterns/134-6-1" }, "relationships": { "representative_trip": { "data": { - "id": "61869347", + "id": "66960246", "type": "trip" } }, @@ -17476,18 +17140,18 @@ "attributes": { "canonical": false, "direction_id": 1, - "name": "Winthrop St & Playstead Rd - Wellington Station", - "sort_order": 513401080, + "name": "Winthrop St & Brooks St - Middlesex Ave", + "sort_order": 513401090, "typicality": 3 }, - "id": "134-6-1", + "id": "134-4-1", "links": { - "self": "/route_patterns/134-6-1" + "self": "/route_patterns/134-4-1" }, "relationships": { "representative_trip": { "data": { - "id": "61869548", + "id": "66960200", "type": "trip" } }, @@ -17505,7 +17169,7 @@ "canonical": false, "direction_id": 1, "name": "North Woburn - Wellington via Trade Ctr & Veterans Ctr", - "sort_order": 513401110, + "sort_order": 513401100, "typicality": 3 }, "id": "134-2-1", @@ -17515,7 +17179,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61869554", + "id": "66959926", "type": "trip" } }, @@ -17533,7 +17197,7 @@ "canonical": false, "direction_id": 1, "name": "Woburn Square - Wellington Station", - "sort_order": 513401130, + "sort_order": 513401120, "typicality": 3 }, "id": "134-9-1", @@ -17543,7 +17207,7 @@ "relationships": { "representative_trip": { "data": { - "id": "63146583", + "id": "67016131", "type": "trip" } }, @@ -17571,7 +17235,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61869019", + "id": "66959810", "type": "trip" } }, @@ -17599,7 +17263,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61869020", + "id": "66959779", "type": "trip" } }, @@ -17627,7 +17291,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61869023", + "id": "66959785", "type": "trip" } }, @@ -17655,7 +17319,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61869012", + "id": "66959782", "type": "trip" } }, @@ -17683,7 +17347,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61869055", + "id": "66960339", "type": "trip" } }, @@ -17711,7 +17375,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61391635", + "id": "66651376", "type": "trip" } }, @@ -17739,7 +17403,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61928595", + "id": "67290324", "type": "trip" } }, @@ -17767,7 +17431,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61928586", + "id": "67290303", "type": "trip" } }, @@ -17795,7 +17459,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61928594", + "id": "67290321", "type": "trip" } }, @@ -17823,7 +17487,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61928623", + "id": "67290519", "type": "trip" } }, @@ -17851,7 +17515,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61928565", + "id": "67290066", "type": "trip" } }, @@ -17879,7 +17543,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61390904_1", + "id": "66650781_1", "type": "trip" } }, @@ -17907,7 +17571,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61928638", + "id": "67290308", "type": "trip" } }, @@ -17935,7 +17599,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61928650", + "id": "67290514", "type": "trip" } }, @@ -17963,7 +17627,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61928661", + "id": "67290302", "type": "trip" } }, @@ -17991,7 +17655,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61930001", + "id": "67263593", "type": "trip" } }, @@ -18009,7 +17673,7 @@ "canonical": false, "direction_id": 0, "name": "Fields Corner Station - Braintree Station", - "sort_order": 521000050, + "sort_order": 521000040, "typicality": 3 }, "id": "210-1-0", @@ -18019,7 +17683,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61928679", + "id": "67290369", "type": "trip" } }, @@ -18047,7 +17711,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61928680", + "id": "67290596", "type": "trip" } }, @@ -18066,7 +17730,7 @@ "direction_id": 1, "name": "Quincy Center Station - North Quincy Station", "sort_order": 521001030, - "typicality": 3 + "typicality": 2 }, "id": "210-_-1", "links": { @@ -18075,7 +17739,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61928704", + "id": "67290854", "type": "trip" } }, @@ -18103,7 +17767,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61928728", + "id": "67291012", "type": "trip" } }, @@ -18131,7 +17795,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61928706", + "id": "67290611", "type": "trip" } }, @@ -18159,7 +17823,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61928705", + "id": "67290577", "type": "trip" } }, @@ -18187,7 +17851,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61928752", + "id": "67290090", "type": "trip" } }, @@ -18215,7 +17879,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61928751", + "id": "67290088", "type": "trip" } }, @@ -18232,18 +17896,18 @@ "attributes": { "canonical": false, "direction_id": 0, - "name": "North Quincy Station - Quincy Center Station", - "sort_order": 521500060, + "name": "Fields Corner Station - Quincy Center Station", + "sort_order": 521500050, "typicality": 3 }, - "id": "215-_-0", + "id": "215-3-0", "links": { - "self": "/route_patterns/215-_-0" + "self": "/route_patterns/215-3-0" }, "relationships": { "representative_trip": { "data": { - "id": "61928784", + "id": "67238483", "type": "trip" } }, @@ -18260,18 +17924,18 @@ "attributes": { "canonical": false, "direction_id": 0, - "name": "Fields Corner Station - Quincy Center Station", - "sort_order": 521500090, + "name": "North Quincy Station - Quincy Center Station", + "sort_order": 521500070, "typicality": 3 }, - "id": "215-3-0", + "id": "215-_-0", "links": { - "self": "/route_patterns/215-3-0" + "self": "/route_patterns/215-_-0" }, "relationships": { "representative_trip": { "data": { - "id": "63278510", + "id": "67290574", "type": "trip" } }, @@ -18299,7 +17963,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61928786", + "id": "67290607", "type": "trip" } }, @@ -18327,7 +17991,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61928802", + "id": "67290785", "type": "trip" } }, @@ -18345,7 +18009,7 @@ "canonical": false, "direction_id": 1, "name": "Quincy Center Station - North Quincy Station", - "sort_order": 521501060, + "sort_order": 521501050, "typicality": 3 }, "id": "215-_-1", @@ -18355,7 +18019,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61928785", + "id": "67290597", "type": "trip" } }, @@ -18373,7 +18037,7 @@ "canonical": false, "direction_id": 1, "name": "Quincy Center Station - Fields Corner Station", - "sort_order": 521501090, + "sort_order": 521501080, "typicality": 3 }, "id": "215-3-1", @@ -18383,7 +18047,7 @@ "relationships": { "representative_trip": { "data": { - "id": "63278517", + "id": "67238489", "type": "trip" } }, @@ -18411,7 +18075,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61928882", + "id": "67290593", "type": "trip" } }, @@ -18439,7 +18103,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61928902", + "id": "67290705", "type": "trip" } }, @@ -18467,7 +18131,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61928822", + "id": "67290256", "type": "trip" } }, @@ -18485,7 +18149,7 @@ "canonical": false, "direction_id": 0, "name": "Calvin Rd & Moffat Rd - Houghs Neck", - "sort_order": 521600090, + "sort_order": 521600080, "typicality": 3 }, "id": "216-1-0", @@ -18495,7 +18159,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61928821", + "id": "67290254", "type": "trip" } }, @@ -18513,7 +18177,7 @@ "canonical": false, "direction_id": 0, "name": "Calvin Rd & Moffat Rd - Germantown", - "sort_order": 521600110, + "sort_order": 521600090, "typicality": 3 }, "id": "216-6-0", @@ -18523,7 +18187,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61928820", + "id": "67290255", "type": "trip" } }, @@ -18551,7 +18215,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61928819", + "id": "67290442", "type": "trip" } }, @@ -18579,7 +18243,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61928839", + "id": "67290459", "type": "trip" } }, @@ -18607,7 +18271,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61928943", + "id": "67290095", "type": "trip" } }, @@ -18635,7 +18299,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61928944", + "id": "67290097", "type": "trip" } }, @@ -18663,7 +18327,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61928948", + "id": "67290612", "type": "trip" } }, @@ -18691,7 +18355,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61928947", + "id": "67290576", "type": "trip" } }, @@ -18719,7 +18383,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61928987", + "id": "67290601", "type": "trip" } }, @@ -18738,7 +18402,7 @@ "direction_id": 0, "name": "Quincy Center Station - Hingham Depot via Hingham Center", "sort_order": 522000040, - "typicality": 2 + "typicality": 3 }, "id": "220-4-0", "links": { @@ -18747,7 +18411,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61928992", + "id": "67290679", "type": "trip" } }, @@ -18775,7 +18439,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61928952", + "id": "67290372", "type": "trip" } }, @@ -18792,18 +18456,18 @@ "attributes": { "canonical": false, "direction_id": 0, - "name": "Quincy Center Station - Pleasant St & Washington St", + "name": "Quincy Center Station - East Weymouth", "sort_order": 522200000, "typicality": 1 }, - "id": "222-9-0", + "id": "222-_-0", "links": { - "self": "/route_patterns/222-9-0" + "self": "/route_patterns/222-_-0" }, "relationships": { "representative_trip": { "data": { - "id": "61929054", + "id": "67290606", "type": "trip" } }, @@ -18820,18 +18484,18 @@ "attributes": { "canonical": false, "direction_id": 0, - "name": "Quincy Center Station - East Weymouth", + "name": "Quincy Center Station - Pleasant St & Washington St", "sort_order": 522200040, "typicality": 1 }, - "id": "222-_-0", + "id": "222-9-0", "links": { - "self": "/route_patterns/222-_-0" + "self": "/route_patterns/222-9-0" }, "relationships": { "representative_trip": { "data": { - "id": "61929055", + "id": "67290595", "type": "trip" } }, @@ -18859,7 +18523,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61929020", + "id": "67290287", "type": "trip" } }, @@ -18887,7 +18551,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61929039", + "id": "67290578", "type": "trip" } }, @@ -18915,7 +18579,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61929090", + "id": "67290599", "type": "trip" } }, @@ -18943,7 +18607,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61929091", + "id": "67290608", "type": "trip" } }, @@ -18971,7 +18635,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61929136", + "id": "67291050", "type": "trip" } }, @@ -18999,7 +18663,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61929134", + "id": "67291049", "type": "trip" } }, @@ -19027,7 +18691,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61929177", + "id": "67290224", "type": "trip" } }, @@ -19055,7 +18719,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61929203", + "id": "67290258", "type": "trip" } }, @@ -19083,7 +18747,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61929255", + "id": "67290594", "type": "trip" } }, @@ -19111,7 +18775,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61929270", + "id": "67290772", "type": "trip" } }, @@ -19139,7 +18803,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61929226", + "id": "67290545", "type": "trip" } }, @@ -19167,7 +18831,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61929238", + "id": "67290558", "type": "trip" } }, @@ -19195,7 +18859,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61929286", + "id": "67290671", "type": "trip" } }, @@ -19214,7 +18878,7 @@ "direction_id": 0, "name": "Quincy Center Station - Braintree Station", "sort_order": 523600040, - "typicality": 3 + "typicality": 2 }, "id": "236-3-0", "links": { @@ -19223,7 +18887,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61929284", + "id": "67290631", "type": "trip" } }, @@ -19251,7 +18915,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61929299", + "id": "67291036", "type": "trip" } }, @@ -19279,7 +18943,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61929282", + "id": "67290227", "type": "trip" } }, @@ -19307,7 +18971,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61929339", + "id": "67290605", "type": "trip" } }, @@ -19335,7 +18999,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61929357", + "id": "67290864", "type": "trip" } }, @@ -19363,7 +19027,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61929338", + "id": "67290602", "type": "trip" } }, @@ -19391,7 +19055,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61929316", + "id": "67290402", "type": "trip" } }, @@ -19419,7 +19083,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61929312", + "id": "67290282", "type": "trip" } }, @@ -19447,7 +19111,7 @@ "relationships": { "representative_trip": { "data": { - "id": "63278729", + "id": "67239200", "type": "trip" } }, @@ -19475,7 +19139,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61929363", + "id": "67290092", "type": "trip" } }, @@ -19494,7 +19158,7 @@ "direction_id": 0, "name": "Ashmont Station - Holbrook/Randolph Station", "sort_order": 524000040, - "typicality": 2 + "typicality": 1 }, "id": "240-9-0", "links": { @@ -19503,7 +19167,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61929362", + "id": "67290089", "type": "trip" } }, @@ -19522,7 +19186,7 @@ "direction_id": 0, "name": "Ashmont Station - Crawford Square", "sort_order": 524000070, - "typicality": 2 + "typicality": 3 }, "id": "240-_-0", "links": { @@ -19531,7 +19195,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61929372", + "id": "67264075", "type": "trip" } }, @@ -19559,7 +19223,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61929401", + "id": "67290174", "type": "trip" } }, @@ -19578,7 +19242,7 @@ "direction_id": 1, "name": "Holbrook/Randolph Station - Ashmont Station", "sort_order": 524001040, - "typicality": 2 + "typicality": 1 }, "id": "240-9-1", "links": { @@ -19587,7 +19251,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61929432", + "id": "67290405", "type": "trip" } }, @@ -19605,8 +19269,8 @@ "canonical": false, "direction_id": 1, "name": "Memorial Pkwy - Ashmont Station", - "sort_order": 524001060, - "typicality": 2 + "sort_order": 524001070, + "typicality": 3 }, "id": "240-_-1", "links": { @@ -19615,63 +19279,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61929423", - "type": "trip" - } - }, - "route": { - "data": { - "id": "240", - "type": "route" - } - } - }, - "type": "route_pattern" - }, - { - "attributes": { - "canonical": false, - "direction_id": 1, - "name": "Holbrook/Randolph Station - North Randolph", - "sort_order": 524001100, - "typicality": 3 - }, - "id": "240-3-1", - "links": { - "self": "/route_patterns/240-3-1" - }, - "relationships": { - "representative_trip": { - "data": { - "id": "61929441", - "type": "trip" - } - }, - "route": { - "data": { - "id": "240", - "type": "route" - } - } - }, - "type": "route_pattern" - }, - { - "attributes": { - "canonical": false, - "direction_id": 1, - "name": "Crawford Square - North Randolph", - "sort_order": 524001130, - "typicality": 3 - }, - "id": "240-2-1", - "links": { - "self": "/route_patterns/240-2-1" - }, - "relationships": { - "representative_trip": { - "data": { - "id": "61929431", + "id": "67290281", "type": "trip" } }, @@ -19699,7 +19307,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61929445", + "id": "67290541", "type": "trip" } }, @@ -19727,7 +19335,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61929444", + "id": "67290540", "type": "trip" } }, @@ -19755,7 +19363,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61929449", + "id": "67290635", "type": "trip" } }, @@ -19774,7 +19382,7 @@ "direction_id": 1, "name": "Hancock St & St Anns Rd - Newport Ave & Beale St", "sort_order": 524501020, - "typicality": 2 + "typicality": 3 }, "id": "245-5-1", "links": { @@ -19783,7 +19391,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61929443", + "id": "67290371", "type": "trip" } }, @@ -19811,7 +19419,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61849104", + "id": "67008113", "type": "trip" } }, @@ -19839,7 +19447,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61849115", + "id": "67008126", "type": "trip" } }, @@ -19867,7 +19475,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61849129", + "id": "67008564", "type": "trip" } }, @@ -19895,7 +19503,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61849102", + "id": "67008114", "type": "trip" } }, @@ -19923,7 +19531,7 @@ "relationships": { "representative_trip": { "data": { - "id": "63165285", + "id": "67146155", "type": "trip" } }, @@ -19951,7 +19559,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61849086", + "id": "67008551", "type": "trip" } }, @@ -19979,7 +19587,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61849103", + "id": "67008560", "type": "trip" } }, @@ -20007,7 +19615,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61849092", + "id": "67008550", "type": "trip" } }, @@ -20035,7 +19643,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61849101", + "id": "67008561", "type": "trip" } }, @@ -20063,7 +19671,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61869220", + "id": "66959853", "type": "trip" } }, @@ -20081,8 +19689,8 @@ "canonical": false, "direction_id": 0, "name": "State St, Boston - North Burlington via Medford Sq, West Cummings Park & Woburn", - "sort_order": 535400030, - "typicality": 2 + "sort_order": 535400040, + "typicality": 1 }, "id": "354-6-0", "links": { @@ -20091,7 +19699,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61869221", + "id": "66959919", "type": "trip" } }, @@ -20119,7 +19727,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61869281", + "id": "66959846", "type": "trip" } }, @@ -20137,8 +19745,8 @@ "canonical": false, "direction_id": 1, "name": "North Burlington - State St, Boston via Woburn, West Cummings Park & Medford Sq", - "sort_order": 535401030, - "typicality": 1 + "sort_order": 535401040, + "typicality": 2 }, "id": "354-6-1", "links": { @@ -20147,7 +19755,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61869290", + "id": "66959854", "type": "trip" } }, @@ -20175,7 +19783,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61869107", + "id": "66960357", "type": "trip" } }, @@ -20203,7 +19811,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61869077", + "id": "66959831", "type": "trip" } }, @@ -20231,7 +19839,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61869072", + "id": "66959832", "type": "trip" } }, @@ -20259,7 +19867,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61869104", + "id": "66960358", "type": "trip" } }, @@ -20287,7 +19895,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62216372", + "id": "67202731", "type": "trip" } }, @@ -20315,7 +19923,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62216374", + "id": "67202358", "type": "trip" } }, @@ -20343,7 +19951,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62216344", + "id": "67202364", "type": "trip" } }, @@ -20371,7 +19979,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62216370", + "id": "67202689", "type": "trip" } }, @@ -20399,7 +20007,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62216363", + "id": "67202414", "type": "trip" } }, @@ -20417,7 +20025,7 @@ "canonical": false, "direction_id": 0, "name": "O'Callaghan Way & Fecteau Way - Central Square, Lynn", - "sort_order": 542600080, + "sort_order": 542600070, "typicality": 3 }, "id": "426-3-0", @@ -20427,7 +20035,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62216368", + "id": "67202575", "type": "trip" } }, @@ -20455,7 +20063,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62216319", + "id": "67202272", "type": "trip" } }, @@ -20483,7 +20091,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62216330", + "id": "67202284", "type": "trip" } }, @@ -20511,7 +20119,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62216385", + "id": "67202392", "type": "trip" } }, @@ -20539,7 +20147,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62216384", + "id": "67202572", "type": "trip" } }, @@ -20567,7 +20175,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62216396", + "id": "67202291", "type": "trip" } }, @@ -20595,7 +20203,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62216392", + "id": "67202282", "type": "trip" } }, @@ -20613,7 +20221,7 @@ "canonical": false, "direction_id": 0, "name": "Central Sq, Lynn - Northgate Shopping Ctr via Garfield Ave", - "sort_order": 542900060, + "sort_order": 542900050, "typicality": 3 }, "id": "429-1-0", @@ -20623,7 +20231,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62216388", + "id": "67202279", "type": "trip" } }, @@ -20641,7 +20249,7 @@ "canonical": false, "direction_id": 0, "name": "Central Sq, Lynn - Northgate Shopping Ctr via Square One", - "sort_order": 542900090, + "sort_order": 542900080, "typicality": 3 }, "id": "429-2-0", @@ -20651,7 +20259,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62216407", + "id": "67202341", "type": "trip" } }, @@ -20669,7 +20277,7 @@ "canonical": false, "direction_id": 0, "name": "Neptune Towers - O'Callaghan Way & Osborne St", - "sort_order": 542900120, + "sort_order": 542900110, "typicality": 3 }, "id": "429-5-0", @@ -20679,7 +20287,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62216414", + "id": "67202504", "type": "trip" } }, @@ -20707,7 +20315,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62216416", + "id": "67202530", "type": "trip" } }, @@ -20735,7 +20343,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62216410", + "id": "67202524", "type": "trip" } }, @@ -20763,7 +20371,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62216432", + "id": "67202576", "type": "trip" } }, @@ -20781,7 +20389,7 @@ "canonical": false, "direction_id": 1, "name": "Northgate Shopping Ctr - Central Sq, Lynn via Square One", - "sort_order": 542901090, + "sort_order": 542901080, "typicality": 3 }, "id": "429-2-1", @@ -20791,7 +20399,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62216428", + "id": "67202555", "type": "trip" } }, @@ -20809,7 +20417,7 @@ "canonical": false, "direction_id": 1, "name": "O'Callaghan Way & Holyoke St - Central Square, Lynn", - "sort_order": 542901120, + "sort_order": 542901110, "typicality": 3 }, "id": "429-4-1", @@ -20819,7 +20427,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62216411", + "id": "67202416", "type": "trip" } }, @@ -20847,7 +20455,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61869064", + "id": "66959808", "type": "trip" } }, @@ -20875,7 +20483,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61869076", + "id": "66959804", "type": "trip" } }, @@ -20903,7 +20511,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61869081", + "id": "66957315", "type": "trip" } }, @@ -20931,7 +20539,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61870771", + "id": "66957783", "type": "trip" } }, @@ -20959,7 +20567,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61869084", + "id": "66959809", "type": "trip" } }, @@ -20987,7 +20595,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61869080", + "id": "66959805", "type": "trip" } }, @@ -21015,7 +20623,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61870908", + "id": "66957784", "type": "trip" } }, @@ -21043,7 +20651,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62216436", + "id": "67202495", "type": "trip" } }, @@ -21071,7 +20679,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62216433", + "id": "67202332", "type": "trip" } }, @@ -21099,7 +20707,7 @@ "relationships": { "representative_trip": { "data": { - "id": "63325187", + "id": "67223371", "type": "trip" } }, @@ -21127,7 +20735,7 @@ "relationships": { "representative_trip": { "data": { - "id": "63325178", + "id": "67223288", "type": "trip" } }, @@ -21155,7 +20763,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62216446", + "id": "67202587", "type": "trip" } }, @@ -21183,7 +20791,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62216462", + "id": "67202634", "type": "trip" } }, @@ -21211,7 +20819,7 @@ "relationships": { "representative_trip": { "data": { - "id": "63325177", + "id": "67223316", "type": "trip" } }, @@ -21239,7 +20847,7 @@ "relationships": { "representative_trip": { "data": { - "id": "63325184", + "id": "67223319", "type": "trip" } }, @@ -21267,7 +20875,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62216475", + "id": "67202294", "type": "trip" } }, @@ -21295,7 +20903,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62216468", + "id": "67202278", "type": "trip" } }, @@ -21323,7 +20931,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62216485", + "id": "67202335", "type": "trip" } }, @@ -21351,7 +20959,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62216489", + "id": "67202418", "type": "trip" } }, @@ -21379,7 +20987,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62216499", + "id": "67202568", "type": "trip" } }, @@ -21407,35 +21015,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62216488", - "type": "trip" - } - }, - "route": { - "data": { - "id": "436", - "type": "route" - } - } - }, - "type": "route_pattern" - }, - { - "attributes": { - "canonical": false, - "direction_id": 1, - "name": "Broadway & Conomo Ave - Lynn Bus Garage", - "sort_order": 543601080, - "typicality": 3 - }, - "id": "436-8-1", - "links": { - "self": "/route_patterns/436-8-1" - }, - "relationships": { - "representative_trip": { - "data": { - "id": "62216471", + "id": "67202367", "type": "trip" } }, @@ -21453,7 +21033,7 @@ "canonical": false, "direction_id": 1, "name": "Goodridge St & Memorial Park Ave - Lynn Bus Garage", - "sort_order": 543601100, + "sort_order": 543601080, "typicality": 3 }, "id": "436-9-1", @@ -21463,7 +21043,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62216487", + "id": "67202366", "type": "trip" } }, @@ -21481,7 +21061,7 @@ "canonical": false, "direction_id": 1, "name": "Goodwins Circle - Central Square, Lynn", - "sort_order": 543601120, + "sort_order": 543601090, "typicality": 3 }, "id": "436-2-1", @@ -21491,7 +21071,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62204164", + "id": "67227746", "type": "trip" } }, @@ -21519,7 +21099,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62216508", + "id": "67202277", "type": "trip" } }, @@ -21547,7 +21127,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62216511", + "id": "67202742", "type": "trip" } }, @@ -21575,7 +21155,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62216504", + "id": "67202245", "type": "trip" } }, @@ -21603,7 +21183,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62216503", + "id": "67202244", "type": "trip" } }, @@ -21631,7 +21211,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62216528", + "id": "67202679", "type": "trip" } }, @@ -21659,7 +21239,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62216538", + "id": "67202730", "type": "trip" } }, @@ -21687,7 +21267,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62216527", + "id": "67202672", "type": "trip" } }, @@ -21715,7 +21295,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62216517", + "id": "67202434", "type": "trip" } }, @@ -21743,7 +21323,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62216513", + "id": "67202429", "type": "trip" } }, @@ -21771,7 +21351,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62216583", + "id": "67202480", "type": "trip" } }, @@ -21799,7 +21379,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62216566", + "id": "67202508", "type": "trip" } }, @@ -21827,7 +21407,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62216578", + "id": "67202677", "type": "trip" } }, @@ -21855,7 +21435,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62216603", + "id": "67202734", "type": "trip" } }, @@ -21883,7 +21463,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62216581", + "id": "67202670", "type": "trip" } }, @@ -21911,7 +21491,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62216547", + "id": "67202437", "type": "trip" } }, @@ -21939,7 +21519,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62216543", + "id": "67202428", "type": "trip" } }, @@ -21967,7 +21547,7 @@ "relationships": { "representative_trip": { "data": { - "id": "63325228", + "id": "67223347", "type": "trip" } }, @@ -21995,7 +21575,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62216617", + "id": "67202369", "type": "trip" } }, @@ -22012,18 +21592,18 @@ "attributes": { "canonical": false, "direction_id": 0, - "name": "Wood Island Station - Salem Depot", + "name": "Wonderland Station - Salem Depot", "sort_order": 545000030, "typicality": 2 }, - "id": "450-6-0", + "id": "450-7-0", "links": { - "self": "/route_patterns/450-6-0" + "self": "/route_patterns/450-7-0" }, "relationships": { "representative_trip": { "data": { - "id": "63475687", + "id": "67227970", "type": "trip" } }, @@ -22051,35 +21631,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62216667", - "type": "trip" - } - }, - "route": { - "data": { - "id": "450", - "type": "route" - } - } - }, - "type": "route_pattern" - }, - { - "attributes": { - "canonical": false, - "direction_id": 0, - "name": "Wonderland Station - Salem Depot", - "sort_order": 545000090, - "typicality": 3 - }, - "id": "450-7-0", - "links": { - "self": "/route_patterns/450-7-0" - }, - "relationships": { - "representative_trip": { - "data": { - "id": "63325268", + "id": "67202669", "type": "trip" } }, @@ -22107,7 +21659,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62216641", + "id": "67202581", "type": "trip" } }, @@ -22124,38 +21676,10 @@ "attributes": { "canonical": false, "direction_id": 1, - "name": "Salem Depot - Wood Island Station", + "name": "Salem Depot - Wonderland Station", "sort_order": 545001030, "typicality": 2 }, - "id": "450-6-1", - "links": { - "self": "/route_patterns/450-6-1" - }, - "relationships": { - "representative_trip": { - "data": { - "id": "63475711", - "type": "trip" - } - }, - "route": { - "data": { - "id": "450", - "type": "route" - } - } - }, - "type": "route_pattern" - }, - { - "attributes": { - "canonical": false, - "direction_id": 1, - "name": "Salem Depot - Wonderland Station", - "sort_order": 545001050, - "typicality": 3 - }, "id": "450-7-1", "links": { "self": "/route_patterns/450-7-1" @@ -22163,7 +21687,7 @@ "relationships": { "representative_trip": { "data": { - "id": "63325251", + "id": "67227898", "type": "trip" } }, @@ -22181,7 +21705,7 @@ "canonical": false, "direction_id": 1, "name": "Salem Depot - Lynn Bus Garage", - "sort_order": 545001070, + "sort_order": 545001050, "typicality": 3 }, "id": "450-9-1", @@ -22191,7 +21715,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62216665", + "id": "67202666", "type": "trip" } }, @@ -22219,7 +21743,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62216678", + "id": "67202583", "type": "trip" } }, @@ -22247,7 +21771,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62216681", + "id": "67202633", "type": "trip" } }, @@ -22275,7 +21799,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62216672", + "id": "67202560", "type": "trip" } }, @@ -22303,7 +21827,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62216675", + "id": "67202565", "type": "trip" } }, @@ -22331,7 +21855,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62216720", + "id": "67202668", "type": "trip" } }, @@ -22359,7 +21883,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62216722", + "id": "67202671", "type": "trip" } }, @@ -22387,7 +21911,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62216685", + "id": "67202580", "type": "trip" } }, @@ -22415,7 +21939,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62216684", + "id": "67202270", "type": "trip" } }, @@ -22443,7 +21967,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62216721", + "id": "67202665", "type": "trip" } }, @@ -22461,7 +21985,7 @@ "canonical": false, "direction_id": 1, "name": "Salem Depot - Lynn Bus Garage (Omits Shetland Park)", - "sort_order": 545501090, + "sort_order": 545501080, "typicality": 3 }, "id": "455-8-1", @@ -22471,7 +21995,7 @@ "relationships": { "representative_trip": { "data": { - "id": "63325301", + "id": "67227946", "type": "trip" } }, @@ -22499,7 +22023,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62216754", + "id": "67202302", "type": "trip" } }, @@ -22527,7 +22051,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62216313", + "id": "67202604", "type": "trip" } }, @@ -22555,7 +22079,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61394425", + "id": "66646137", "type": "trip" } }, @@ -22573,7 +22097,7 @@ "canonical": false, "direction_id": 0, "name": "Federal St & Franklin St - Brighton Center via Copley Sq & Cambridge St", - "sort_order": 550100030, + "sort_order": 550100040, "typicality": 2 }, "id": "501-4-0", @@ -22583,7 +22107,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61393868", + "id": "66644829", "type": "trip" } }, @@ -22611,7 +22135,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61393867", + "id": "66645780", "type": "trip" } }, @@ -22629,7 +22153,7 @@ "canonical": false, "direction_id": 1, "name": "Brighton Center - Federal St & Franklin St via Cambridge St & Copley Sq", - "sort_order": 550101030, + "sort_order": 550101040, "typicality": 1 }, "id": "501-5-1", @@ -22639,7 +22163,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61394424", + "id": "66646310", "type": "trip" } }, @@ -22667,7 +22191,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61393019", + "id": "66653018", "type": "trip" } }, @@ -22695,7 +22219,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61392988", + "id": "66652991", "type": "trip" } }, @@ -22723,7 +22247,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61393839", + "id": "66644838", "type": "trip" } }, @@ -22751,7 +22275,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61393925", + "id": "66651589", "type": "trip" } }, @@ -22779,7 +22303,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61393887", + "id": "66646308", "type": "trip" } }, @@ -22798,7 +22322,7 @@ "direction_id": 1, "name": "Waltham Center - Federal St & Franklin St", "sort_order": 550501030, - "typicality": 2 + "typicality": 1 }, "id": "505-6-1", "links": { @@ -22807,7 +22331,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61393847", + "id": "66645315", "type": "trip" } }, @@ -22835,7 +22359,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61393879", + "id": "66645814", "type": "trip" } }, @@ -22863,7 +22387,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61393875", + "id": "66645803", "type": "trip" } }, @@ -22891,7 +22415,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61393981", + "id": "66645928", "type": "trip" } }, @@ -22919,7 +22443,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61393980", + "id": "66645927", "type": "trip" } }, @@ -22947,7 +22471,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61393994", + "id": "66645939", "type": "trip" } }, @@ -22975,7 +22499,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61393992", + "id": "66645938", "type": "trip" } }, @@ -23003,7 +22527,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61392349", + "id": "66645325", "type": "trip" } }, @@ -23031,7 +22555,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61392431", + "id": "66645411", "type": "trip" } }, @@ -23059,7 +22583,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61940880", + "id": "67316463", "type": "trip" } }, @@ -23087,7 +22611,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61940829", + "id": "67316411", "type": "trip" } }, @@ -23115,7 +22639,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61940830", + "id": "67316412", "type": "trip" } }, @@ -23134,7 +22658,7 @@ "direction_id": 1, "name": "Point Shirley - Orient Heights Station, South Busway", "sort_order": 571201040, - "typicality": 3 + "typicality": 2 }, "id": "712-_-1", "links": { @@ -23143,7 +22667,7 @@ "relationships": { "representative_trip": { "data": { - "id": "63213122", + "id": "67317091", "type": "trip" } }, @@ -23171,7 +22695,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61940879", + "id": "67316462", "type": "trip" } }, @@ -23190,7 +22714,7 @@ "direction_id": 0, "name": "Orient Heights Station - Point Shirley (South Busway)", "sort_order": 571300040, - "typicality": 3 + "typicality": 2 }, "id": "713-_-0", "links": { @@ -23199,7 +22723,7 @@ "relationships": { "representative_trip": { "data": { - "id": "63213148", + "id": "67317085", "type": "trip" } }, @@ -23227,7 +22751,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61940835", + "id": "67316417", "type": "trip" } }, @@ -23255,7 +22779,7 @@ "relationships": { "representative_trip": { "data": { - "id": "61940804", + "id": "67316386", "type": "trip" } }, @@ -23283,7 +22807,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62422548", + "id": "67331892", "type": "trip" } }, @@ -23311,7 +22835,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62422552", + "id": "67331891", "type": "trip" } }, @@ -23339,7 +22863,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62422536", + "id": "67331855", "type": "trip" } }, @@ -23367,7 +22891,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62422513", + "id": "67331870", "type": "trip" } }, @@ -23395,7 +22919,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62422531", + "id": "67331850", "type": "trip" } }, @@ -23423,7 +22947,7 @@ "relationships": { "representative_trip": { "data": { - "id": "62422518", + "id": "67331875", "type": "trip" } }, @@ -23675,7 +23199,7 @@ "relationships": { "representative_trip": { "data": { - "id": "AirportWonderland-Weekday-1d548-0-00:00:00", + "id": "AirportWonderland-Weekday-9e586-0-00:00:00", "type": "trip" } }, @@ -23703,7 +23227,7 @@ "relationships": { "representative_trip": { "data": { - "id": "AirportWonderland-Weekday-1d548-1-00:00:00", + "id": "AirportWonderland-Weekday-9e586-1-00:00:00", "type": "trip" } }, @@ -23777,23 +23301,23 @@ "canonical": true, "direction_id": 0, "name": "Alewife - Harvard", - "sort_order": 602170990, + "sort_order": 602180990, "typicality": 5 }, - "id": "Shuttle-AlewifeHarvard-0-0", + "id": "Shuttle-AlewifeHarvardViaBrattle-0-0", "links": { - "self": "/route_patterns/Shuttle-AlewifeHarvard-0-0" + "self": "/route_patterns/Shuttle-AlewifeHarvardViaBrattle-0-0" }, "relationships": { "representative_trip": { "data": { - "id": "AlewifeHarvard-0-sample", + "id": "AlewifeHarvardViaBrattle-0-sample", "type": "trip" } }, "route": { "data": { - "id": "Shuttle-AlewifeHarvard", + "id": "Shuttle-AlewifeHarvardViaBrattle", "type": "route" } } @@ -23805,23 +23329,23 @@ "canonical": true, "direction_id": 1, "name": "Harvard - Alewife", - "sort_order": 602171990, + "sort_order": 602181990, "typicality": 5 }, - "id": "Shuttle-AlewifeHarvard-0-1", + "id": "Shuttle-AlewifeHarvardViaBrattle-0-1", "links": { - "self": "/route_patterns/Shuttle-AlewifeHarvard-0-1" + "self": "/route_patterns/Shuttle-AlewifeHarvardViaBrattle-0-1" }, "relationships": { "representative_trip": { "data": { - "id": "AlewifeHarvard-1-sample", + "id": "AlewifeHarvardViaBrattle-1-sample", "type": "trip" } }, "route": { "data": { - "id": "Shuttle-AlewifeHarvard", + "id": "Shuttle-AlewifeHarvardViaBrattle", "type": "route" } } @@ -23832,24 +23356,24 @@ "attributes": { "canonical": true, "direction_id": 0, - "name": "Alewife - Harvard", - "sort_order": 602180990, + "name": "Harvard - Alewife", + "sort_order": 602190990, "typicality": 5 }, - "id": "Shuttle-AlewifeHarvardViaBrattle-0-0", + "id": "Shuttle-AlewifeHarvardViaHolyoke-0-0", "links": { - "self": "/route_patterns/Shuttle-AlewifeHarvardViaBrattle-0-0" + "self": "/route_patterns/Shuttle-AlewifeHarvardViaHolyoke-0-0" }, "relationships": { "representative_trip": { "data": { - "id": "AlewifeHarvardViaBrattle-0-sample", + "id": "AlewifeHarvardViaHolyoke-Weekday-9e586-0-00:00:00", "type": "trip" } }, "route": { "data": { - "id": "Shuttle-AlewifeHarvardViaBrattle", + "id": "Shuttle-AlewifeHarvardViaHolyoke", "type": "route" } } @@ -23860,24 +23384,24 @@ "attributes": { "canonical": true, "direction_id": 1, - "name": "Harvard - Alewife", - "sort_order": 602181990, + "name": "Alewife - Harvard", + "sort_order": 602191990, "typicality": 5 }, - "id": "Shuttle-AlewifeHarvardViaBrattle-0-1", + "id": "Shuttle-AlewifeHarvardViaHolyoke-0-1", "links": { - "self": "/route_patterns/Shuttle-AlewifeHarvardViaBrattle-0-1" + "self": "/route_patterns/Shuttle-AlewifeHarvardViaHolyoke-0-1" }, "relationships": { "representative_trip": { "data": { - "id": "AlewifeHarvardViaBrattle-1-sample", + "id": "AlewifeHarvardViaHolyoke-Weekday-9e586-1-00:00:00", "type": "trip" } }, "route": { "data": { - "id": "Shuttle-AlewifeHarvardViaBrattle", + "id": "Shuttle-AlewifeHarvardViaHolyoke", "type": "route" } } @@ -23886,26 +23410,26 @@ }, { "attributes": { - "canonical": false, + "canonical": true, "direction_id": 0, - "name": "Harvard - Alewife", - "sort_order": 602190990, - "typicality": 4 + "name": "Alewife - Kendall/MIT", + "sort_order": 602200990, + "typicality": 5 }, - "id": "Shuttle-AlewifeHarvardViaHolyoke-0-0", + "id": "Shuttle-AlewifeKendall-0-0", "links": { - "self": "/route_patterns/Shuttle-AlewifeHarvardViaHolyoke-0-0" + "self": "/route_patterns/Shuttle-AlewifeKendall-0-0" }, "relationships": { "representative_trip": { "data": { - "id": "Red-AlewifeHarvardViaHolyoke-Saturday-64b95-0-05:15:00", + "id": "AlewifeKendall-Weekday-9e586-0-00:00:00", "type": "trip" } }, "route": { "data": { - "id": "Shuttle-AlewifeHarvardViaHolyoke", + "id": "Shuttle-AlewifeKendall", "type": "route" } } @@ -23914,26 +23438,26 @@ }, { "attributes": { - "canonical": false, + "canonical": true, "direction_id": 1, - "name": "Alewife - Harvard", - "sort_order": 602191990, - "typicality": 4 + "name": "Kendall/MIT - Alewife", + "sort_order": 602201990, + "typicality": 5 }, - "id": "Shuttle-AlewifeHarvardViaHolyoke-0-1", + "id": "Shuttle-AlewifeKendall-0-1", "links": { - "self": "/route_patterns/Shuttle-AlewifeHarvardViaHolyoke-0-1" + "self": "/route_patterns/Shuttle-AlewifeKendall-0-1" }, "relationships": { "representative_trip": { "data": { - "id": "Red-AlewifeHarvardViaHolyoke-Saturday-64b95-1-05:54:00", + "id": "AlewifeKendall-Weekday-9e586-1-00:00:00", "type": "trip" } }, "route": { "data": { - "id": "Shuttle-AlewifeHarvardViaHolyoke", + "id": "Shuttle-AlewifeKendall", "type": "route" } } @@ -23945,23 +23469,23 @@ "canonical": true, "direction_id": 0, "name": "Alewife - Kendall/MIT", - "sort_order": 602200990, + "sort_order": 602210990, "typicality": 5 }, - "id": "Shuttle-AlewifeKendall-0-0", + "id": "Shuttle-AlewifeKendallExpress-0-0", "links": { - "self": "/route_patterns/Shuttle-AlewifeKendall-0-0" + "self": "/route_patterns/Shuttle-AlewifeKendallExpress-0-0" }, "relationships": { "representative_trip": { "data": { - "id": "AlewifeKendall-0-sample", + "id": "AlewifeKendallExpress-Weekday-9e586-0-00:00:00", "type": "trip" } }, "route": { "data": { - "id": "Shuttle-AlewifeKendall", + "id": "Shuttle-AlewifeKendallExpress", "type": "route" } } @@ -23973,23 +23497,23 @@ "canonical": true, "direction_id": 1, "name": "Kendall/MIT - Alewife", - "sort_order": 602201990, + "sort_order": 602211990, "typicality": 5 }, - "id": "Shuttle-AlewifeKendall-0-1", + "id": "Shuttle-AlewifeKendallExpress-0-1", "links": { - "self": "/route_patterns/Shuttle-AlewifeKendall-0-1" + "self": "/route_patterns/Shuttle-AlewifeKendallExpress-0-1" }, "relationships": { "representative_trip": { "data": { - "id": "AlewifeKendall-1-sample", + "id": "AlewifeKendallExpress-Weekday-9e586-1-00:00:00", "type": "trip" } }, "route": { "data": { - "id": "Shuttle-AlewifeKendall", + "id": "Shuttle-AlewifeKendallExpress", "type": "route" } } @@ -24001,7 +23525,7 @@ "canonical": true, "direction_id": 0, "name": "Alewife - Littleton/Route 495 (Express)", - "sort_order": 602210990, + "sort_order": 602220990, "typicality": 5 }, "id": "Shuttle-AlewifeLittletonExpress-0-0", @@ -24029,7 +23553,7 @@ "canonical": true, "direction_id": 1, "name": "Littleton/Route 495 - Alewife (Express)", - "sort_order": 602211990, + "sort_order": 602221990, "typicality": 5 }, "id": "Shuttle-AlewifeLittletonExpress-0-1", @@ -24057,7 +23581,7 @@ "canonical": true, "direction_id": 0, "name": "Alewife - Littleton/Route 495 (Local)", - "sort_order": 602220990, + "sort_order": 602230990, "typicality": 5 }, "id": "Shuttle-AlewifeLittletonLocal-0-0", @@ -24085,7 +23609,7 @@ "canonical": true, "direction_id": 1, "name": "Littleton/Route 495 - Alewife (Local)", - "sort_order": 602221990, + "sort_order": 602231990, "typicality": 5 }, "id": "Shuttle-AlewifeLittletonLocal-0-1", @@ -24113,7 +23637,7 @@ "canonical": true, "direction_id": 0, "name": "Alewife - Park Street", - "sort_order": 602230990, + "sort_order": 602240990, "typicality": 5 }, "id": "Shuttle-AlewifeParkSt-0-0", @@ -24123,7 +23647,7 @@ "relationships": { "representative_trip": { "data": { - "id": "AlewifeParkSt-0-sample", + "id": "AlewifeParkSt-Weekday-9e586-0-00:00:00", "type": "trip" } }, @@ -24141,7 +23665,7 @@ "canonical": true, "direction_id": 1, "name": "Park Street - Alewife", - "sort_order": 602231990, + "sort_order": 602241990, "typicality": 5 }, "id": "Shuttle-AlewifeParkSt-0-1", @@ -24151,7 +23675,7 @@ "relationships": { "representative_trip": { "data": { - "id": "AlewifeParkSt-1-sample", + "id": "AlewifeParkSt-Weekday-9e586-1-00:00:00", "type": "trip" } }, @@ -24169,7 +23693,7 @@ "canonical": true, "direction_id": 0, "name": "Anderson/Woburn - Lowell", - "sort_order": 602240990, + "sort_order": 602250990, "typicality": 5 }, "id": "Shuttle-AndersonWoburnLowell-0-0", @@ -24197,7 +23721,7 @@ "canonical": true, "direction_id": 1, "name": "Lowell - Anderson/Woburn", - "sort_order": 602241990, + "sort_order": 602251990, "typicality": 5 }, "id": "Shuttle-AndersonWoburnLowell-0-1", @@ -24225,7 +23749,7 @@ "canonical": true, "direction_id": 0, "name": "North Station - Anderson/Woburn (Express)", - "sort_order": 602250990, + "sort_order": 602270990, "typicality": 5 }, "id": "Shuttle-AndersonWoburnNorthStationExpress-0-0", @@ -24253,7 +23777,7 @@ "canonical": true, "direction_id": 1, "name": "Anderson/Woburn - North Station (Express)", - "sort_order": 602251990, + "sort_order": 602271990, "typicality": 5 }, "id": "Shuttle-AndersonWoburnNorthStationExpress-0-1", @@ -24291,7 +23815,7 @@ "relationships": { "representative_trip": { "data": { - "id": "HaverhillAndersonWoburnReading-0-sample", + "id": "CR-ReadingAndersonWoburn-Saturday-0-06:12:00", "type": "trip" } }, @@ -24319,7 +23843,7 @@ "relationships": { "representative_trip": { "data": { - "id": "HaverhillAndersonWoburnReading-1-sample", + "id": "CR-ReadingAndersonWoburn-Saturday-1-05:47:00", "type": "trip" } }, @@ -24515,7 +24039,7 @@ "relationships": { "representative_trip": { "data": { - "id": "AshmontBroadwayAshmontBranch-0-sample", + "id": "AshmontBroadway-Weekday-9e586-0-00:00:00", "type": "trip" } }, @@ -24543,7 +24067,7 @@ "relationships": { "representative_trip": { "data": { - "id": "AshmontBroadwayAshmontBranch-1-sample", + "id": "AshmontBroadway-Weekday-9e586-1-00:00:00", "type": "trip" } }, @@ -24560,7 +24084,63 @@ "attributes": { "canonical": true, "direction_id": 0, - "name": "Mattapan - Ashmont", + "name": "Ashmont - Braintree", + "sort_order": 602700990, + "typicality": 5 + }, + "id": "Shuttle-AshmontBraintree-0-0", + "links": { + "self": "/route_patterns/Shuttle-AshmontBraintree-0-0" + }, + "relationships": { + "representative_trip": { + "data": { + "id": "AshmontBraintree-Weekday-9e586-0-00:00:00", + "type": "trip" + } + }, + "route": { + "data": { + "id": "Shuttle-AshmontBraintree", + "type": "route" + } + } + }, + "type": "route_pattern" + }, + { + "attributes": { + "canonical": true, + "direction_id": 1, + "name": "Braintree - Ashmont", + "sort_order": 602701990, + "typicality": 5 + }, + "id": "Shuttle-AshmontBraintree-0-1", + "links": { + "self": "/route_patterns/Shuttle-AshmontBraintree-0-1" + }, + "relationships": { + "representative_trip": { + "data": { + "id": "AshmontBraintree-Weekday-9e586-1-00:00:00", + "type": "trip" + } + }, + "route": { + "data": { + "id": "Shuttle-AshmontBraintree", + "type": "route" + } + } + }, + "type": "route_pattern" + }, + { + "attributes": { + "canonical": true, + "direction_id": 0, + "name": "Ashmont - Mattapan", "sort_order": 603500990, "typicality": 5 }, @@ -24571,7 +24151,7 @@ "relationships": { "representative_trip": { "data": { - "id": "Mattapan-AshmontMattapan-Weekday-77fdb-0-20:30:00", + "id": "AshmontMattapan-Weekday-9e586-0-00:00:00", "type": "trip" } }, @@ -24588,7 +24168,7 @@ "attributes": { "canonical": true, "direction_id": 1, - "name": "Ashmont - Mattapan", + "name": "Mattapan - Ashmont", "sort_order": 603501990, "typicality": 5 }, @@ -24599,7 +24179,7 @@ "relationships": { "representative_trip": { "data": { - "id": "Mattapan-AshmontMattapan-Weekday-77fdb-1-20:30:00", + "id": "AshmontMattapan-Weekday-9e586-1-00:00:00", "type": "trip" } }, @@ -24627,7 +24207,7 @@ "relationships": { "representative_trip": { "data": { - "id": "AshmontParkStreetViaPostOffice-Weekday-1d548-0-00:00:00", + "id": "AshmontParkStreetViaPostOffice-Weekday-9e586-0-00:00:00", "type": "trip" } }, @@ -24655,7 +24235,7 @@ "relationships": { "representative_trip": { "data": { - "id": "AshmontParkStreetViaPostOffice-Weekday-1d548-1-00:00:00", + "id": "AshmontParkStreetViaPostOffice-Weekday-9e586-1-00:00:00", "type": "trip" } }, @@ -24907,7 +24487,7 @@ "relationships": { "representative_trip": { "data": { - "id": "BabcockBostonCollege-0-sample", + "id": "BabcockBostonCollege-Weekday-9e586-0-00:00:00", "type": "trip" } }, @@ -24935,7 +24515,7 @@ "relationships": { "representative_trip": { "data": { - "id": "BabcockBostonCollege-1-sample", + "id": "BabcockBostonCollege-Weekday-9e586-1-00:00:00", "type": "trip" } }, @@ -25172,6 +24752,62 @@ }, "type": "route_pattern" }, + { + "attributes": { + "canonical": true, + "direction_id": 0, + "name": "Back Bay - Forest Hills", + "sort_order": 604910990, + "typicality": 5 + }, + "id": "Shuttle-BackBayForestHills-0-0", + "links": { + "self": "/route_patterns/Shuttle-BackBayForestHills-0-0" + }, + "relationships": { + "representative_trip": { + "data": { + "id": "BackBayForestHills-Weekday-9e586-0-00:00:00", + "type": "trip" + } + }, + "route": { + "data": { + "id": "Shuttle-BackBayForestHills", + "type": "route" + } + } + }, + "type": "route_pattern" + }, + { + "attributes": { + "canonical": true, + "direction_id": 1, + "name": "Forest Hills - Back Bay", + "sort_order": 604911990, + "typicality": 5 + }, + "id": "Shuttle-BackBayForestHills-0-1", + "links": { + "self": "/route_patterns/Shuttle-BackBayForestHills-0-1" + }, + "relationships": { + "representative_trip": { + "data": { + "id": "BackBayForestHills-Weekday-9e586-1-00:00:00", + "type": "trip" + } + }, + "route": { + "data": { + "id": "Shuttle-BackBayForestHills", + "type": "route" + } + } + }, + "type": "route_pattern" + }, { "attributes": { "canonical": true, @@ -25243,7 +24879,7 @@ "relationships": { "representative_trip": { "data": { - "id": "CopleyJackson-Weekday-1d548-0-00:00:00", + "id": "CopleyJackson-Weekday-9e586-0-00:00:00", "type": "trip" } }, @@ -25271,7 +24907,7 @@ "relationships": { "representative_trip": { "data": { - "id": "CopleyJackson-Weekday-1d548-1-00:00:00", + "id": "CopleyJackson-Weekday-9e586-1-00:00:00", "type": "trip" } }, @@ -25648,6 +25284,34 @@ }, "type": "route_pattern" }, + { + "attributes": { + "canonical": false, + "direction_id": 0, + "name": "Beverly - North Station", + "sort_order": 606940990, + "typicality": 4 + }, + "id": "Shuttle-BeverlyNorthStationLocal-0-0", + "links": { + "self": "/route_patterns/Shuttle-BeverlyNorthStationLocal-0-0" + }, + "relationships": { + "representative_trip": { + "data": { + "id": "CR-NewburyportBeverlyShuttle-Shuttle-BeverlyNorthStationLocalSaturday-Bv-0-24:00:00", + "type": "trip" + } + }, + "route": { + "data": { + "id": "Shuttle-BeverlyNorthStationLocal", + "type": "route" + } + } + }, + "type": "route_pattern" + }, { "attributes": { "canonical": true, @@ -26152,6 +25816,62 @@ }, "type": "route_pattern" }, + { + "attributes": { + "canonical": true, + "direction_id": 0, + "name": "Bradford - Haverhill", + "sort_order": 609300990, + "typicality": 5 + }, + "id": "Shuttle-BradfordHaverhill-0-0", + "links": { + "self": "/route_patterns/Shuttle-BradfordHaverhill-0-0" + }, + "relationships": { + "representative_trip": { + "data": { + "id": "NorthWKDYF24-696214-201-HaverhillBradfordVanV1", + "type": "trip" + } + }, + "route": { + "data": { + "id": "Shuttle-BradfordHaverhill", + "type": "route" + } + } + }, + "type": "route_pattern" + }, + { + "attributes": { + "canonical": true, + "direction_id": 1, + "name": "Haverhill - Bradford", + "sort_order": 609301990, + "typicality": 5 + }, + "id": "Shuttle-BradfordHaverhill-0-1", + "links": { + "self": "/route_patterns/Shuttle-BradfordHaverhill-0-1" + }, + "relationships": { + "representative_trip": { + "data": { + "id": "NorthWKDYF24-696213-200-HaverhillBradfordVanV1", + "type": "trip" + } + }, + "route": { + "data": { + "id": "Shuttle-BradfordHaverhill", + "type": "route" + } + } + }, + "type": "route_pattern" + }, { "attributes": { "canonical": true, @@ -26335,7 +26055,7 @@ "relationships": { "representative_trip": { "data": { - "id": "NeedhamOrmsDotAve675656-1017-MDLBrainSouthDynamicB1", + "id": "GreenbushBraintreeSouthStationExtended-0-sample", "type": "trip" } }, @@ -26363,7 +26083,7 @@ "relationships": { "representative_trip": { "data": { - "id": "NeedhamOrmsDotAve675652-1014-MDLBrainSouthDynamicB1", + "id": "GreenbushBraintreeSouthStationExtended-1-sample", "type": "trip" } }, @@ -26503,7 +26223,7 @@ "relationships": { "representative_trip": { "data": { - "id": "BroadwayHarvard-0-sample", + "id": "BroadwayHarvard-Weekday-9e586-0-00:00:00", "type": "trip" } }, @@ -26531,7 +26251,7 @@ "relationships": { "representative_trip": { "data": { - "id": "BroadwayHarvard-1-sample", + "id": "BroadwayHarvard-Weekday-9e586-1-00:00:00", "type": "trip" } }, @@ -26559,7 +26279,7 @@ "relationships": { "representative_trip": { "data": { - "id": "Red-BraintreeBroadway-Saturday-1f455-0-05:51:00", + "id": "BraintreeBroadway-Weekday-9e586-0-00:00:00", "type": "trip" } }, @@ -26587,7 +26307,7 @@ "relationships": { "representative_trip": { "data": { - "id": "Red-BraintreeBroadway-Saturday-1f455-1-05:06:00", + "id": "BraintreeBroadway-Weekday-9e586-1-00:00:00", "type": "trip" } }, @@ -26783,7 +26503,7 @@ "relationships": { "representative_trip": { "data": { - "id": "BroadwayNorthQuincy-Weekday-1d548-0-00:00:00", + "id": "BroadwayNorthQuincy-Weekday-9e586-0-00:00:00", "type": "trip" } }, @@ -26811,7 +26531,7 @@ "relationships": { "representative_trip": { "data": { - "id": "BroadwayNorthQuincy-Weekday-1d548-1-00:00:00", + "id": "BroadwayNorthQuincy-Weekday-9e586-1-00:00:00", "type": "trip" } }, @@ -27063,7 +26783,7 @@ "relationships": { "representative_trip": { "data": { - "id": "BrooklineHillsRiverside-0-sample", + "id": "BrooklineHillsRiverside-Weekday-9e586-0-00:00:00", "type": "trip" } }, @@ -27091,7 +26811,7 @@ "relationships": { "representative_trip": { "data": { - "id": "BrooklineHillsRiverside-1-sample", + "id": "BrooklineHillsRiverside-Weekday-9e586-1-00:00:00", "type": "trip" } }, @@ -27384,6 +27104,62 @@ }, "type": "route_pattern" }, + { + "attributes": { + "canonical": true, + "direction_id": 0, + "name": "Copley - ForestHills", + "sort_order": 614200990, + "typicality": 5 + }, + "id": "Shuttle-CopleyForestHills-0-0", + "links": { + "self": "/route_patterns/Shuttle-CopleyForestHills-0-0" + }, + "relationships": { + "representative_trip": { + "data": { + "id": "CopleyForestHills-Weekday-9e586-0-00:00:00", + "type": "trip" + } + }, + "route": { + "data": { + "id": "Shuttle-CopleyForestHills", + "type": "route" + } + } + }, + "type": "route_pattern" + }, + { + "attributes": { + "canonical": true, + "direction_id": 1, + "name": "ForestHills - Copley", + "sort_order": 614201990, + "typicality": 5 + }, + "id": "Shuttle-CopleyForestHills-0-1", + "links": { + "self": "/route_patterns/Shuttle-CopleyForestHills-0-1" + }, + "relationships": { + "representative_trip": { + "data": { + "id": "CopleyForestHills-Weekday-9e586-1-00:00:00", + "type": "trip" + } + }, + "route": { + "data": { + "id": "Shuttle-CopleyForestHills", + "type": "route" + } + } + }, + "type": "route_pattern" + }, { "attributes": { "canonical": true, @@ -27567,7 +27343,7 @@ "relationships": { "representative_trip": { "data": { - "id": "CopleyNorthStationRuggles-0-sample", + "id": "CopleyRuggles-Weekday-9e586-0-00:00:00", "type": "trip" } }, @@ -27595,7 +27371,7 @@ "relationships": { "representative_trip": { "data": { - "id": "CopleyNorthStationRuggles-1-sample", + "id": "CopleyRuggles-Weekday-9e586-1-00:00:00", "type": "trip" } }, @@ -28058,11 +27834,11 @@ }, { "attributes": { - "canonical": false, + "canonical": true, "direction_id": 0, - "name": "Newton Highlands - Forest Hills", + "name": "Forest Hills - Newton Highlands", "sort_order": 616750990, - "typicality": 4 + "typicality": 5 }, "id": "Shuttle-ForestHillsNewtonHighlands-0-0", "links": { @@ -28071,7 +27847,7 @@ "relationships": { "representative_trip": { "data": { - "id": "CR-FHNwtnHghldsShuttle-SummerWeekday-0-05:00:00", + "id": "ForestHillsNewtonHighlands-Weekday-9e586-0-00:00:00", "type": "trip" } }, @@ -28086,11 +27862,11 @@ }, { "attributes": { - "canonical": false, + "canonical": true, "direction_id": 1, - "name": "Forest Hills - Newton Highlands", + "name": "Newton Highlands - Forest Hills", "sort_order": 616751990, - "typicality": 4 + "typicality": 5 }, "id": "Shuttle-ForestHillsNewtonHighlands-0-1", "links": { @@ -28099,7 +27875,7 @@ "relationships": { "representative_trip": { "data": { - "id": "CR-FHNwtnHghldsShuttle-SummerWeekday-1-05:00:00", + "id": "ForestHillsNewtonHighlands-Weekday-9e586-1-00:00:00", "type": "trip" } }, @@ -28844,10 +28620,66 @@ "attributes": { "canonical": true, "direction_id": 0, - "name": "Harvard - JFK/UMass", + "name": "Halifax - Kingston", "sort_order": 619590990, "typicality": 5 }, + "id": "Shuttle-HalifaxKingston-0-0", + "links": { + "self": "/route_patterns/Shuttle-HalifaxKingston-0-0" + }, + "relationships": { + "representative_trip": { + "data": { + "id": "HalifaxKingston-0-sample", + "type": "trip" + } + }, + "route": { + "data": { + "id": "Shuttle-HalifaxKingston", + "type": "route" + } + } + }, + "type": "route_pattern" + }, + { + "attributes": { + "canonical": true, + "direction_id": 1, + "name": "Kingston - Halifax", + "sort_order": 619591990, + "typicality": 5 + }, + "id": "Shuttle-HalifaxKingston-0-1", + "links": { + "self": "/route_patterns/Shuttle-HalifaxKingston-0-1" + }, + "relationships": { + "representative_trip": { + "data": { + "id": "HalifaxKingston-1-sample", + "type": "trip" + } + }, + "route": { + "data": { + "id": "Shuttle-HalifaxKingston", + "type": "route" + } + } + }, + "type": "route_pattern" + }, + { + "attributes": { + "canonical": true, + "direction_id": 0, + "name": "Harvard - JFK/UMass", + "sort_order": 619600990, + "typicality": 5 + }, "id": "Shuttle-HarvardJFK-0-0", "links": { "self": "/route_patterns/Shuttle-HarvardJFK-0-0" @@ -28855,7 +28687,7 @@ "relationships": { "representative_trip": { "data": { - "id": "HarvardJFKAshmontPlatform-0-sample", + "id": "HarvardJFK-Weekday-9e586-0-00:00:00", "type": "trip" } }, @@ -28873,7 +28705,7 @@ "canonical": true, "direction_id": 1, "name": "JFK/UMass - Harvard", - "sort_order": 619591990, + "sort_order": 619601990, "typicality": 5 }, "id": "Shuttle-HarvardJFK-0-1", @@ -28883,7 +28715,7 @@ "relationships": { "representative_trip": { "data": { - "id": "HarvardJFKAshmontPlatform-1-sample", + "id": "HarvardJFK-Weekday-9e586-1-00:00:00", "type": "trip" } }, @@ -28901,7 +28733,7 @@ "canonical": true, "direction_id": 0, "name": "Harvard - JFK/UMass", - "sort_order": 619600990, + "sort_order": 619610990, "typicality": 5 }, "id": "Shuttle-HarvardJFKOmitCongress-0-0", @@ -28929,7 +28761,7 @@ "canonical": true, "direction_id": 1, "name": "JFK/UMass - Harvard", - "sort_order": 619601990, + "sort_order": 619611990, "typicality": 5 }, "id": "Shuttle-HarvardJFKOmitCongress-0-1", @@ -28952,12 +28784,68 @@ }, "type": "route_pattern" }, + { + "attributes": { + "canonical": true, + "direction_id": 0, + "name": "Harvard - Kendall/MIT (Loop shuttle)", + "sort_order": 619620990, + "typicality": 5 + }, + "id": "Shuttle-HarvardKendall-0-0", + "links": { + "self": "/route_patterns/Shuttle-HarvardKendall-0-0" + }, + "relationships": { + "representative_trip": { + "data": { + "id": "HarvardKendall-0-sample", + "type": "trip" + } + }, + "route": { + "data": { + "id": "Shuttle-HarvardKendall", + "type": "route" + } + } + }, + "type": "route_pattern" + }, + { + "attributes": { + "canonical": true, + "direction_id": 1, + "name": "Kendall/MIT - Harvard (Loop shuttle)", + "sort_order": 619621990, + "typicality": 5 + }, + "id": "Shuttle-HarvardKendall-0-1", + "links": { + "self": "/route_patterns/Shuttle-HarvardKendall-0-1" + }, + "relationships": { + "representative_trip": { + "data": { + "id": "HarvardKendall-1-sample", + "type": "trip" + } + }, + "route": { + "data": { + "id": "Shuttle-HarvardKendall", + "type": "route" + } + } + }, + "type": "route_pattern" + }, { "attributes": { "canonical": true, "direction_id": 0, "name": "Harvard - Park Street", - "sort_order": 619610990, + "sort_order": 619630990, "typicality": 5 }, "id": "Shuttle-HarvardPark-0-0", @@ -28985,7 +28873,7 @@ "canonical": true, "direction_id": 1, "name": "Park Street - Harvard", - "sort_order": 619611990, + "sort_order": 619631990, "typicality": 5 }, "id": "Shuttle-HarvardPark-0-1", @@ -29013,7 +28901,7 @@ "canonical": true, "direction_id": 0, "name": "Harvard - South Station", - "sort_order": 619620990, + "sort_order": 619640990, "typicality": 5 }, "id": "Shuttle-HarvardSouthStation-0-0", @@ -29041,7 +28929,7 @@ "canonical": true, "direction_id": 1, "name": "South Station - Harvard", - "sort_order": 619621990, + "sort_order": 619641990, "typicality": 5 }, "id": "Shuttle-HarvardSouthStation-0-1", @@ -29415,7 +29303,7 @@ "relationships": { "representative_trip": { "data": { - "id": "JFKKendallAshmontPlatforms-0-sample", + "id": "JFKKendall-Weekday-9e586-0-00:00:00", "type": "trip" } }, @@ -29443,7 +29331,7 @@ "relationships": { "representative_trip": { "data": { - "id": "JFKKendallAshmontPlatforms-1-sample", + "id": "JFKKendall-Weekday-9e586-1-00:00:00", "type": "trip" } }, @@ -29527,7 +29415,7 @@ "relationships": { "representative_trip": { "data": { - "id": "JFKPark-Weekday-1d548-0-00:00:00", + "id": "JFKPark-Weekday-9e586-0-00:00:00", "type": "trip" } }, @@ -29555,7 +29443,7 @@ "relationships": { "representative_trip": { "data": { - "id": "JFKPark-Weekday-1d548-1-00:00:00", + "id": "JFKPark-Weekday-9e586-1-00:00:00", "type": "trip" } }, @@ -29583,7 +29471,7 @@ "relationships": { "representative_trip": { "data": { - "id": "JFKParkStreetViaPostOffice-Weekday-1d548-0-00:00:00", + "id": "JFKParkStreetViaPostOffice-Weekday-9e586-0-00:00:00", "type": "trip" } }, @@ -29611,7 +29499,7 @@ "relationships": { "representative_trip": { "data": { - "id": "JFKParkStreetViaPostOffice-Weekday-1d548-1-00:00:00", + "id": "JFKParkStreetViaPostOffice-Weekday-9e586-1-00:00:00", "type": "trip" } }, @@ -29751,7 +29639,7 @@ "relationships": { "representative_trip": { "data": { - "id": "KenmoreRiverside-0-sample", + "id": "KenmoreRiverside-Weekday-9e586-0-00:00:00", "type": "trip" } }, @@ -29779,7 +29667,7 @@ "relationships": { "representative_trip": { "data": { - "id": "KenmoreRiverside-1-sample", + "id": "KenmoreRiverside-Weekday-9e586-1-00:00:00", "type": "trip" } }, @@ -30311,7 +30199,7 @@ "relationships": { "representative_trip": { "data": { - "id": "MaverickWonderland-Weekday-1d548-0-00:00:00", + "id": "MaverickWonderland-Weekday-9e586-0-00:00:00", "type": "trip" } }, @@ -30339,7 +30227,7 @@ "relationships": { "representative_trip": { "data": { - "id": "MaverickWonderland-Weekday-1d548-1-00:00:00", + "id": "MaverickWonderland-Weekday-9e586-1-00:00:00", "type": "trip" } }, @@ -30367,7 +30255,7 @@ "relationships": { "representative_trip": { "data": { - "id": "GreenENorthStationMedford-0-sample", + "id": "MedfordNorthStation-Weekday-9e586-0-00:00:00", "type": "trip" } }, @@ -30395,7 +30283,7 @@ "relationships": { "representative_trip": { "data": { - "id": "GreenENorthStationMedford-1-sample", + "id": "MedfordNorthStation-Weekday-9e586-1-00:00:00", "type": "trip" } }, @@ -30647,7 +30535,7 @@ "relationships": { "representative_trip": { "data": { - "id": "NewtonHighlandsKenmoreExtended-0-sample", + "id": "NewtonHighlandsKenmore-Weekday-9e586-0-00:00:00", "type": "trip" } }, @@ -30675,7 +30563,7 @@ "relationships": { "representative_trip": { "data": { - "id": "NewtonHighlandsKenmoreExtended-1-sample", + "id": "NewtonHighlandsKenmore-Weekday-9e586-1-00:00:00", "type": "trip" } }, @@ -30970,26 +30858,26 @@ }, { "attributes": { - "canonical": true, + "canonical": false, "direction_id": 0, - "name": "North Station - Swampscott", - "sort_order": 621280990, - "typicality": 5 + "name": "North Station - Reading", + "sort_order": 621270990, + "typicality": 4 }, - "id": "Shuttle-NorthStationSwampscottLimited-0-0", + "id": "Shuttle-NorthStationReading-0-0", "links": { - "self": "/route_patterns/Shuttle-NorthStationSwampscottLimited-0-0" + "self": "/route_patterns/Shuttle-NorthStationReading-0-0" }, "relationships": { "representative_trip": { "data": { - "id": "NorthStationSwampscott-0-sample", + "id": "CR-NorthStationReading-Saturday-0-07:00:00", "type": "trip" } }, "route": { "data": { - "id": "Shuttle-NorthStationSwampscottLimited", + "id": "Shuttle-NorthStationReading", "type": "route" } } @@ -30998,26 +30886,26 @@ }, { "attributes": { - "canonical": true, + "canonical": false, "direction_id": 1, - "name": "Swampscott - North Station", - "sort_order": 621281990, - "typicality": 5 + "name": "Reading - North Station", + "sort_order": 621271990, + "typicality": 4 }, - "id": "Shuttle-NorthStationSwampscottLimited-0-1", + "id": "Shuttle-NorthStationReading-0-1", "links": { - "self": "/route_patterns/Shuttle-NorthStationSwampscottLimited-0-1" + "self": "/route_patterns/Shuttle-NorthStationReading-0-1" }, "relationships": { "representative_trip": { "data": { - "id": "NorthStationSwampscott-1-sample", + "id": "CR-NorthStationReading-Saturday-1-06:00:00", "type": "trip" } }, "route": { "data": { - "id": "Shuttle-NorthStationSwampscottLimited", + "id": "Shuttle-NorthStationReading", "type": "route" } } @@ -31028,24 +30916,24 @@ "attributes": { "canonical": true, "direction_id": 0, - "name": "Union Square - North Station", - "sort_order": 621350990, + "name": "North Station - Swampscott", + "sort_order": 621280990, "typicality": 5 }, - "id": "Shuttle-NorthStationUnionSquare-0-0", + "id": "Shuttle-NorthStationSwampscottLimited-0-0", "links": { - "self": "/route_patterns/Shuttle-NorthStationUnionSquare-0-0" + "self": "/route_patterns/Shuttle-NorthStationSwampscottLimited-0-0" }, "relationships": { "representative_trip": { "data": { - "id": "GreenDUnionSquareNorthStation-0-sample", + "id": "NorthStationSwampscott-0-sample", "type": "trip" } }, "route": { "data": { - "id": "Shuttle-NorthStationUnionSquare", + "id": "Shuttle-NorthStationSwampscottLimited", "type": "route" } } @@ -31056,24 +30944,24 @@ "attributes": { "canonical": true, "direction_id": 1, - "name": "North Station - Union Square", - "sort_order": 621351990, + "name": "Swampscott - North Station", + "sort_order": 621281990, "typicality": 5 }, - "id": "Shuttle-NorthStationUnionSquare-0-1", + "id": "Shuttle-NorthStationSwampscottLimited-0-1", "links": { - "self": "/route_patterns/Shuttle-NorthStationUnionSquare-0-1" + "self": "/route_patterns/Shuttle-NorthStationSwampscottLimited-0-1" }, "relationships": { "representative_trip": { "data": { - "id": "GreenDUnionSquareNorthStation-1-sample", + "id": "NorthStationSwampscott-1-sample", "type": "trip" } }, "route": { "data": { - "id": "Shuttle-NorthStationUnionSquare", + "id": "Shuttle-NorthStationSwampscottLimited", "type": "route" } } @@ -31082,26 +30970,26 @@ }, { "attributes": { - "canonical": true, + "canonical": false, "direction_id": 0, - "name": "Wellington - North Station", - "sort_order": 621400990, - "typicality": 5 + "name": "North Station - Swampscott", + "sort_order": 621290990, + "typicality": 4 }, - "id": "Shuttle-NorthStationWellington-0-0", + "id": "Shuttle-NorthStationSwampscottLocal-0-0", "links": { - "self": "/route_patterns/Shuttle-NorthStationWellington-0-0" + "self": "/route_patterns/Shuttle-NorthStationSwampscottLocal-0-0" }, "relationships": { "representative_trip": { "data": { - "id": "NorthStationWellington-Weekday-1d548-0-00:00:00", + "id": "CR-NorthStationSwampscottLocal-Saturday-0-05:55:00", "type": "trip" } }, "route": { "data": { - "id": "Shuttle-NorthStationWellington", + "id": "Shuttle-NorthStationSwampscottLocal", "type": "route" } } @@ -31110,26 +30998,26 @@ }, { "attributes": { - "canonical": true, + "canonical": false, "direction_id": 1, - "name": "North Station - Wellington", - "sort_order": 621401990, - "typicality": 5 + "name": "Swampscott - North Station", + "sort_order": 621291990, + "typicality": 4 }, - "id": "Shuttle-NorthStationWellington-0-1", + "id": "Shuttle-NorthStationSwampscottLocal-0-1", "links": { - "self": "/route_patterns/Shuttle-NorthStationWellington-0-1" + "self": "/route_patterns/Shuttle-NorthStationSwampscottLocal-0-1" }, "relationships": { "representative_trip": { "data": { - "id": "NorthStationWellington-Weekday-1d548-1-00:00:00", + "id": "CR-NorthStationSwampscottLocal-Saturday-1-05:42:00", "type": "trip" } }, "route": { "data": { - "id": "Shuttle-NorthStationWellington", + "id": "Shuttle-NorthStationSwampscottLocal", "type": "route" } } @@ -31138,26 +31026,26 @@ }, { "attributes": { - "canonical": true, + "canonical": false, "direction_id": 0, - "name": "Oak Grove - North Station", - "sort_order": 621500990, - "typicality": 5 + "name": "North Station - Swampscott", + "sort_order": 621300990, + "typicality": 4 }, - "id": "Shuttle-NorthStationOakGrove-0-0", + "id": "Shuttle-NorthStationSwampscottExpress-0-0", "links": { - "self": "/route_patterns/Shuttle-NorthStationOakGrove-0-0" + "self": "/route_patterns/Shuttle-NorthStationSwampscottExpress-0-0" }, "relationships": { "representative_trip": { "data": { - "id": "Orange-NorthStationOakGrove-Weekday-be3f4-0-20:30:00", + "id": "CR-NorthStationSwampscottExpress-Saturday-0-06:05:00", "type": "trip" } }, "route": { "data": { - "id": "Shuttle-NorthStationOakGrove", + "id": "Shuttle-NorthStationSwampscottExpress", "type": "route" } } @@ -31166,26 +31054,26 @@ }, { "attributes": { - "canonical": true, + "canonical": false, "direction_id": 1, - "name": "North Station - Oak Grove", - "sort_order": 621501990, - "typicality": 5 + "name": "Swampscott - North Station", + "sort_order": 621301990, + "typicality": 4 }, - "id": "Shuttle-NorthStationOakGrove-0-1", + "id": "Shuttle-NorthStationSwampscottExpress-0-1", "links": { - "self": "/route_patterns/Shuttle-NorthStationOakGrove-0-1" + "self": "/route_patterns/Shuttle-NorthStationSwampscottExpress-0-1" }, "relationships": { "representative_trip": { "data": { - "id": "Orange-NorthStationOakGrove-Weekday-be3f4-1-20:30:00", + "id": "CR-NorthStationSwampscottExpress-Saturday-1-05:42:00", "type": "trip" } }, "route": { "data": { - "id": "Shuttle-NorthStationOakGrove", + "id": "Shuttle-NorthStationSwampscottExpress", "type": "route" } } @@ -31196,24 +31084,24 @@ "attributes": { "canonical": true, "direction_id": 0, - "name": "Oak Grove - Reading", - "sort_order": 621700990, + "name": "Sullivan Square - North Station", + "sort_order": 621310990, "typicality": 5 }, - "id": "Shuttle-OakGroveReading-0-0", + "id": "Shuttle-NorthStationSullivanSquare-0-0", "links": { - "self": "/route_patterns/Shuttle-OakGroveReading-0-0" + "self": "/route_patterns/Shuttle-NorthStationSullivanSquare-0-0" }, "relationships": { "representative_trip": { "data": { - "id": "OakGroveReading-0-sample", + "id": "NorthStationSullivanSquare-Weekday-9e586-0-00:00:00", "type": "trip" } }, "route": { "data": { - "id": "Shuttle-OakGroveReading", + "id": "Shuttle-NorthStationSullivanSquare", "type": "route" } } @@ -31224,24 +31112,24 @@ "attributes": { "canonical": true, "direction_id": 1, - "name": "Reading - Oak Grove", - "sort_order": 621701990, + "name": "North Station - Sullivan Square", + "sort_order": 621311990, "typicality": 5 }, - "id": "Shuttle-OakGroveReading-0-1", + "id": "Shuttle-NorthStationSullivanSquare-0-1", "links": { - "self": "/route_patterns/Shuttle-OakGroveReading-0-1" + "self": "/route_patterns/Shuttle-NorthStationSullivanSquare-0-1" }, "relationships": { "representative_trip": { "data": { - "id": "OakGroveReading-1-sample", + "id": "NorthStationSullivanSquare-Weekday-9e586-1-00:00:00", "type": "trip" } }, "route": { "data": { - "id": "Shuttle-OakGroveReading", + "id": "Shuttle-NorthStationSullivanSquare", "type": "route" } } @@ -31252,24 +31140,24 @@ "attributes": { "canonical": true, "direction_id": 0, - "name": "Oak Grove - Rockport (Express)", - "sort_order": 621850990, + "name": "Union Square - North Station", + "sort_order": 621350990, "typicality": 5 }, - "id": "Shuttle-OakGroveRockportExpress-0-0", + "id": "Shuttle-NorthStationUnionSquare-0-0", "links": { - "self": "/route_patterns/Shuttle-OakGroveRockportExpress-0-0" + "self": "/route_patterns/Shuttle-NorthStationUnionSquare-0-0" }, "relationships": { "representative_trip": { "data": { - "id": "OakGroveRockportExpress-0-sample", + "id": "GreenDUnionSquareNorthStation-0-sample", "type": "trip" } }, "route": { "data": { - "id": "Shuttle-OakGroveRockportExpress", + "id": "Shuttle-NorthStationUnionSquare", "type": "route" } } @@ -31280,24 +31168,24 @@ "attributes": { "canonical": true, "direction_id": 1, - "name": "Rockport - Oak Grove (Express)", - "sort_order": 621851990, + "name": "North Station - Union Square", + "sort_order": 621351990, "typicality": 5 }, - "id": "Shuttle-OakGroveRockportExpress-0-1", + "id": "Shuttle-NorthStationUnionSquare-0-1", "links": { - "self": "/route_patterns/Shuttle-OakGroveRockportExpress-0-1" + "self": "/route_patterns/Shuttle-NorthStationUnionSquare-0-1" }, "relationships": { "representative_trip": { "data": { - "id": "OakGroveRockportExpress-1-sample", + "id": "GreenDUnionSquareNorthStation-1-sample", "type": "trip" } }, "route": { "data": { - "id": "Shuttle-OakGroveRockportExpress", + "id": "Shuttle-NorthStationUnionSquare", "type": "route" } } @@ -31306,26 +31194,26 @@ }, { "attributes": { - "canonical": true, + "canonical": false, "direction_id": 0, - "name": "Oak Grove - Rockport (Limited)", - "sort_order": 621860990, - "typicality": 5 + "name": "Oak Grove - North Station", + "sort_order": 621610990, + "typicality": 4 }, - "id": "Shuttle-OakGroveRockportLimited-0-0", + "id": "Shuttle-NStaOakGroveExpress-0-0", "links": { - "self": "/route_patterns/Shuttle-OakGroveRockportLimited-0-0" + "self": "/route_patterns/Shuttle-NStaOakGroveExpress-0-0" }, "relationships": { "representative_trip": { "data": { - "id": "OakGroveRockportLimited-0-sample", + "id": "Orange-NSta-OakGrv-Express-Weekday-0-20:30:00", "type": "trip" } }, "route": { "data": { - "id": "Shuttle-OakGroveRockportLimited", + "id": "Shuttle-NStaOakGroveExpress", "type": "route" } } @@ -31334,26 +31222,82 @@ }, { "attributes": { - "canonical": true, + "canonical": false, "direction_id": 1, - "name": "Rockport - Oak Grove (Limited)", - "sort_order": 621861990, - "typicality": 5 + "name": "North Station - Oak Grove", + "sort_order": 621611990, + "typicality": 4 }, - "id": "Shuttle-OakGroveRockportLimited-0-1", + "id": "Shuttle-NStaOakGroveExpress-0-1", "links": { - "self": "/route_patterns/Shuttle-OakGroveRockportLimited-0-1" + "self": "/route_patterns/Shuttle-NStaOakGroveExpress-0-1" }, "relationships": { "representative_trip": { "data": { - "id": "OakGroveRockportLimited-1-sample", + "id": "Orange-NSta-OakGrv-Express-Weekday-1-20:45:00", "type": "trip" } }, "route": { "data": { - "id": "Shuttle-OakGroveRockportLimited", + "id": "Shuttle-NStaOakGroveExpress", + "type": "route" + } + } + }, + "type": "route_pattern" + }, + { + "attributes": { + "canonical": false, + "direction_id": 0, + "name": "Oak Grove - North Station", + "sort_order": 621620990, + "typicality": 4 + }, + "id": "Shuttle-NStaOakGroveLocal-0-0", + "links": { + "self": "/route_patterns/Shuttle-NStaOakGroveLocal-0-0" + }, + "relationships": { + "representative_trip": { + "data": { + "id": "Orange-NSta-OakGrv-Local-Weekday-0-20:30:00", + "type": "trip" + } + }, + "route": { + "data": { + "id": "Shuttle-NStaOakGroveLocal", + "type": "route" + } + } + }, + "type": "route_pattern" + }, + { + "attributes": { + "canonical": false, + "direction_id": 1, + "name": "North Station - Oak Grove", + "sort_order": 621621990, + "typicality": 4 + }, + "id": "Shuttle-NStaOakGroveLocal-0-1", + "links": { + "self": "/route_patterns/Shuttle-NStaOakGroveLocal-0-1" + }, + "relationships": { + "representative_trip": { + "data": { + "id": "Orange-NSta-OakGrv-Local-Weekday-1-20:45:00", + "type": "trip" + } + }, + "route": { + "data": { + "id": "Shuttle-NStaOakGroveLocal", "type": "route" } } @@ -31364,24 +31308,24 @@ "attributes": { "canonical": true, "direction_id": 0, - "name": "Oak Grove - Salem (Local)", - "sort_order": 621900990, + "name": "Oak Grove - Reading", + "sort_order": 621700990, "typicality": 5 }, - "id": "Shuttle-OakGroveSalemLocal-0-0", + "id": "Shuttle-OakGroveReading-0-0", "links": { - "self": "/route_patterns/Shuttle-OakGroveSalemLocal-0-0" + "self": "/route_patterns/Shuttle-OakGroveReading-0-0" }, "relationships": { "representative_trip": { "data": { - "id": "OakGroveSalemLocalNewburyport-0-sample", + "id": "OakGroveReading-0-sample", "type": "trip" } }, "route": { "data": { - "id": "Shuttle-OakGroveSalemLocal", + "id": "Shuttle-OakGroveReading", "type": "route" } } @@ -31392,24 +31336,24 @@ "attributes": { "canonical": true, "direction_id": 1, - "name": "Salem - Oak Grove (Local)", - "sort_order": 621901990, + "name": "Reading - Oak Grove", + "sort_order": 621701990, "typicality": 5 }, - "id": "Shuttle-OakGroveSalemLocal-0-1", + "id": "Shuttle-OakGroveReading-0-1", "links": { - "self": "/route_patterns/Shuttle-OakGroveSalemLocal-0-1" + "self": "/route_patterns/Shuttle-OakGroveReading-0-1" }, "relationships": { "representative_trip": { "data": { - "id": "OakGroveSalemLocalNewburyport-1-sample", + "id": "OakGroveReading-1-sample", "type": "trip" } }, "route": { "data": { - "id": "Shuttle-OakGroveSalemLocal", + "id": "Shuttle-OakGroveReading", "type": "route" } } @@ -31420,24 +31364,24 @@ "attributes": { "canonical": true, "direction_id": 0, - "name": "Oak Grove - Sullivan", - "sort_order": 622000990, + "name": "Oak Grove - Rockport (Express)", + "sort_order": 621850990, "typicality": 5 }, - "id": "Shuttle-OakGroveSullivan-0-0", + "id": "Shuttle-OakGroveRockportExpress-0-0", "links": { - "self": "/route_patterns/Shuttle-OakGroveSullivan-0-0" + "self": "/route_patterns/Shuttle-OakGroveRockportExpress-0-0" }, "relationships": { "representative_trip": { "data": { - "id": "OakGroveSullivan-0-sample", + "id": "OakGroveRockportExpress-0-sample", "type": "trip" } }, "route": { "data": { - "id": "Shuttle-OakGroveSullivan", + "id": "Shuttle-OakGroveRockportExpress", "type": "route" } } @@ -31448,24 +31392,24 @@ "attributes": { "canonical": true, "direction_id": 1, - "name": "Sullivan - Oak Grove", - "sort_order": 622001990, + "name": "Rockport - Oak Grove (Express)", + "sort_order": 621851990, "typicality": 5 }, - "id": "Shuttle-OakGroveSullivan-0-1", + "id": "Shuttle-OakGroveRockportExpress-0-1", "links": { - "self": "/route_patterns/Shuttle-OakGroveSullivan-0-1" + "self": "/route_patterns/Shuttle-OakGroveRockportExpress-0-1" }, "relationships": { "representative_trip": { "data": { - "id": "OakGroveSullivan-1-sample", + "id": "OakGroveRockportExpress-1-sample", "type": "trip" } }, "route": { "data": { - "id": "Shuttle-OakGroveSullivan", + "id": "Shuttle-OakGroveRockportExpress", "type": "route" } } @@ -31476,24 +31420,24 @@ "attributes": { "canonical": true, "direction_id": 0, - "name": "North Station - Anderson/Woburn (Local)", - "sort_order": 622300990, + "name": "Oak Grove - Rockport (Limited)", + "sort_order": 621860990, "typicality": 5 }, - "id": "Shuttle-AndersonWoburnNorthStationLocal-0-0", + "id": "Shuttle-OakGroveRockportLimited-0-0", "links": { - "self": "/route_patterns/Shuttle-AndersonWoburnNorthStationLocal-0-0" + "self": "/route_patterns/Shuttle-OakGroveRockportLimited-0-0" }, "relationships": { "representative_trip": { "data": { - "id": "AndersonWoburnNorthStationLocal-0-sample", + "id": "OakGroveRockportLimited-0-sample", "type": "trip" } }, "route": { "data": { - "id": "Shuttle-AndersonWoburnNorthStationLocal", + "id": "Shuttle-OakGroveRockportLimited", "type": "route" } } @@ -31504,24 +31448,24 @@ "attributes": { "canonical": true, "direction_id": 1, - "name": "Anderson/Woburn - North Station (Local)", - "sort_order": 622301990, + "name": "Rockport - Oak Grove (Limited)", + "sort_order": 621861990, "typicality": 5 }, - "id": "Shuttle-AndersonWoburnNorthStationLocal-0-1", + "id": "Shuttle-OakGroveRockportLimited-0-1", "links": { - "self": "/route_patterns/Shuttle-AndersonWoburnNorthStationLocal-0-1" + "self": "/route_patterns/Shuttle-OakGroveRockportLimited-0-1" }, "relationships": { "representative_trip": { "data": { - "id": "AndersonWoburnNorthStationLocal-1-sample", + "id": "OakGroveRockportLimited-1-sample", "type": "trip" } }, "route": { "data": { - "id": "Shuttle-AndersonWoburnNorthStationLocal", + "id": "Shuttle-OakGroveRockportLimited", "type": "route" } } @@ -31532,24 +31476,24 @@ "attributes": { "canonical": true, "direction_id": 0, - "name": "Oak Grove - Wellington", - "sort_order": 623000990, + "name": "Oak Grove - Salem (Local)", + "sort_order": 621900990, "typicality": 5 }, - "id": "Shuttle-OakGroveWellington-0-0", + "id": "Shuttle-OakGroveSalemLocal-0-0", "links": { - "self": "/route_patterns/Shuttle-OakGroveWellington-0-0" + "self": "/route_patterns/Shuttle-OakGroveSalemLocal-0-0" }, "relationships": { "representative_trip": { "data": { - "id": "OakGroveWellington-0-sample", + "id": "OakGroveSalemLocalNewburyport-0-sample", "type": "trip" } }, "route": { "data": { - "id": "Shuttle-OakGroveWellington", + "id": "Shuttle-OakGroveSalemLocal", "type": "route" } } @@ -31560,24 +31504,24 @@ "attributes": { "canonical": true, "direction_id": 1, - "name": "Wellington - Oak Grove", - "sort_order": 623001990, + "name": "Salem - Oak Grove (Local)", + "sort_order": 621901990, "typicality": 5 }, - "id": "Shuttle-OakGroveWellington-0-1", + "id": "Shuttle-OakGroveSalemLocal-0-1", "links": { - "self": "/route_patterns/Shuttle-OakGroveWellington-0-1" + "self": "/route_patterns/Shuttle-OakGroveSalemLocal-0-1" }, "relationships": { "representative_trip": { "data": { - "id": "OakGroveWellington-1-sample", + "id": "OakGroveSalemLocalNewburyport-1-sample", "type": "trip" } }, "route": { "data": { - "id": "Shuttle-OakGroveWellington", + "id": "Shuttle-OakGroveSalemLocal", "type": "route" } } @@ -31588,24 +31532,24 @@ "attributes": { "canonical": true, "direction_id": 0, - "name": "Oak Grove - Wellington", - "sort_order": 623050990, + "name": "North Station - Anderson/Woburn (Local)", + "sort_order": 622300990, "typicality": 5 }, - "id": "Shuttle-OakGroveWellingtonViaMaldenEast-0-0", + "id": "Shuttle-AndersonWoburnNorthStationLocal-0-0", "links": { - "self": "/route_patterns/Shuttle-OakGroveWellingtonViaMaldenEast-0-0" + "self": "/route_patterns/Shuttle-AndersonWoburnNorthStationLocal-0-0" }, "relationships": { "representative_trip": { "data": { - "id": "OakGroveWellingtonViaMaldenEastExtended-0-sample", + "id": "AndersonWoburnNorthStationLocal-0-sample", "type": "trip" } }, "route": { "data": { - "id": "Shuttle-OakGroveWellingtonViaMaldenEast", + "id": "Shuttle-AndersonWoburnNorthStationLocal", "type": "route" } } @@ -31616,24 +31560,24 @@ "attributes": { "canonical": true, "direction_id": 1, - "name": "Wellington - Oak Grove", - "sort_order": 623051990, + "name": "Anderson/Woburn - North Station (Local)", + "sort_order": 622301990, "typicality": 5 }, - "id": "Shuttle-OakGroveWellingtonViaMaldenEast-0-1", + "id": "Shuttle-AndersonWoburnNorthStationLocal-0-1", "links": { - "self": "/route_patterns/Shuttle-OakGroveWellingtonViaMaldenEast-0-1" + "self": "/route_patterns/Shuttle-AndersonWoburnNorthStationLocal-0-1" }, "relationships": { "representative_trip": { "data": { - "id": "OakGroveWellingtonViaMaldenEastExtended-1-sample", + "id": "AndersonWoburnNorthStationLocal-1-sample", "type": "trip" } }, "route": { "data": { - "id": "Shuttle-OakGroveWellingtonViaMaldenEast", + "id": "Shuttle-AndersonWoburnNorthStationLocal", "type": "route" } } @@ -32371,46 +32315,39 @@ ], "included": [ { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Malden Center Station", - "Sullivan Square Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Malden Center Station - Sullivan Square Station via Winter Hill", - "short_name": "101", - "sort_order": 51010, - "text_color": "000000", - "type": 3 - }, - "id": "101", + "attributes": {}, + "id": "4207", "links": { - "self": "/routes/101" + "self": "/stops/4207" }, "relationships": { - "line": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=4207" + } + }, + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "line-101", - "type": "line" + "id": "LocalBus", + "type": "zone" } } }, - "type": "route" + "type": "stop" }, { "attributes": {}, - "id": "2071", + "id": "69", "links": { - "self": "/stops/2071" + "self": "/stops/69" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2071" + "related": "/facilities/?filter[stop]=69" } }, "parent_station": { @@ -32427,14 +32364,14 @@ }, { "attributes": {}, - "id": "34879", + "id": "5532", "links": { - "self": "/stops/34879" + "self": "/stops/5532" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=34879" + "related": "/facilities/?filter[stop]=5532" } }, "parent_station": { @@ -32451,14 +32388,14 @@ }, { "attributes": {}, - "id": "4080", + "id": "401", "links": { - "self": "/stops/4080" + "self": "/stops/401" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4080" + "related": "/facilities/?filter[stop]=401" } }, "parent_station": { @@ -32475,14 +32412,14 @@ }, { "attributes": {}, - "id": "45", + "id": "346", "links": { - "self": "/stops/45" + "self": "/stops/346" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=45" + "related": "/facilities/?filter[stop]=346" } }, "parent_station": { @@ -32499,14 +32436,14 @@ }, { "attributes": {}, - "id": "16881", + "id": "4606", "links": { - "self": "/stops/16881" + "self": "/stops/4606" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=16881" + "related": "/facilities/?filter[stop]=4606" } }, "parent_station": { @@ -32523,14 +32460,14 @@ }, { "attributes": {}, - "id": "8308", + "id": "3883", "links": { - "self": "/stops/8308" + "self": "/stops/3883" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8308" + "related": "/facilities/?filter[stop]=3883" } }, "parent_station": { @@ -32547,14 +32484,14 @@ }, { "attributes": {}, - "id": "5499", + "id": "1929", "links": { - "self": "/stops/5499" + "self": "/stops/1929" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5499" + "related": "/facilities/?filter[stop]=1929" } }, "parent_station": { @@ -32571,14 +32508,14 @@ }, { "attributes": {}, - "id": "49157", + "id": "2524", "links": { - "self": "/stops/49157" + "self": "/stops/2524" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=49157" + "related": "/facilities/?filter[stop]=2524" } }, "parent_station": { @@ -32595,14 +32532,14 @@ }, { "attributes": {}, - "id": "3943", + "id": "4718", "links": { - "self": "/stops/3943" + "self": "/stops/4718" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3943" + "related": "/facilities/?filter[stop]=4718" } }, "parent_station": { @@ -32618,84 +32555,66 @@ "type": "stop" }, { - "attributes": { - "direction_id": 0, - "headsign": "Government Center (Local shuttle)" - }, - "id": "GovernmentCenterOrientHeightsLocal-0-sample", + "attributes": {}, + "id": "4811", "links": { - "self": "/trips/GovernmentCenterOrientHeightsLocal-0-sample" + "self": "/stops/4811" }, "relationships": { - "route": { - "data": { - "id": "Shuttle-GovernmentCenterOrientHeightsLocal", - "type": "route" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=4811" } }, - "route_pattern": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "Shuttle-GovernmentCenterOrientHeightsLocal-0-0", - "type": "route_pattern" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "BNT-0000", + "links": { + "self": "/stops/BNT-0000" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=BNT-0000" } }, - "service": { + "parent_station": { "data": { - "id": "canonical", - "type": "service" + "id": "place-north", + "type": "stop" } }, - "shape": { + "zone": { "data": { - "id": "OrientHeightsToGovernmentCenterLocal-S", - "type": "shape" + "id": "CR-zone-1A", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "5879", - "type": "stop" - }, - { - "id": "5666", - "type": "stop" - }, - { - "id": "7096", - "type": "stop" - }, - { - "id": "57400", - "type": "stop" - }, - { - "id": "9170043", - "type": "stop" - }, - { - "id": "65", - "type": "stop" - }, - { - "id": "9070039", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "3151", + "id": "8485", "links": { - "self": "/stops/3151" + "self": "/stops/8485" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3151" + "related": "/facilities/?filter[stop]=8485" } }, "parent_station": { @@ -32712,14 +32631,14 @@ }, { "attributes": {}, - "id": "82140", + "id": "7738", "links": { - "self": "/stops/82140" + "self": "/stops/7738" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=82140" + "related": "/facilities/?filter[stop]=7738" } }, "parent_station": { @@ -32736,14 +32655,14 @@ }, { "attributes": {}, - "id": "4751", + "id": "4249", "links": { - "self": "/stops/4751" + "self": "/stops/4249" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4751" + "related": "/facilities/?filter[stop]=4249" } }, "parent_station": { @@ -32760,14 +32679,14 @@ }, { "attributes": {}, - "id": "3884", + "id": "1721", "links": { - "self": "/stops/3884" + "self": "/stops/1721" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3884" + "related": "/facilities/?filter[stop]=1721" } }, "parent_station": { @@ -32784,14 +32703,14 @@ }, { "attributes": {}, - "id": "84791", + "id": "3135", "links": { - "self": "/stops/84791" + "self": "/stops/3135" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=84791" + "related": "/facilities/?filter[stop]=3135" } }, "parent_station": { @@ -32808,14 +32727,14 @@ }, { "attributes": {}, - "id": "81683", + "id": "1196", "links": { - "self": "/stops/81683" + "self": "/stops/1196" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=81683" + "related": "/facilities/?filter[stop]=1196" } }, "parent_station": { @@ -32831,29 +32750,39 @@ "type": "stop" }, { - "attributes": { - "color": "80276C", - "long_name": "Franklin/Foxboro Line", - "short_name": "", - "sort_order": 20004, - "text_color": "FFFFFF" - }, - "id": "line-Franklin", + "attributes": {}, + "id": "16364", "links": { - "self": "/lines/line-Franklin" + "self": "/stops/16364" }, - "type": "line" + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=16364" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" }, { "attributes": {}, - "id": "81562", + "id": "4728", "links": { - "self": "/stops/81562" + "self": "/stops/4728" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=81562" + "related": "/facilities/?filter[stop]=4728" } }, "parent_station": { @@ -32870,14 +32799,14 @@ }, { "attributes": {}, - "id": "9157", + "id": "6735", "links": { - "self": "/stops/9157" + "self": "/stops/6735" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9157" + "related": "/facilities/?filter[stop]=6735" } }, "parent_station": { @@ -32894,25 +32823,22 @@ }, { "attributes": {}, - "id": "NHRML-0073-01", + "id": "4785", "links": { - "self": "/stops/NHRML-0073-01" + "self": "/stops/4785" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=NHRML-0073-01" + "related": "/facilities/?filter[stop]=4785" } }, "parent_station": { - "data": { - "id": "place-NHRML-0073", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "CR-zone-1", + "id": "LocalBus", "type": "zone" } } @@ -32921,14 +32847,14 @@ }, { "attributes": {}, - "id": "8522", + "id": "6742", "links": { - "self": "/stops/8522" + "self": "/stops/6742" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8522" + "related": "/facilities/?filter[stop]=6742" } }, "parent_station": { @@ -32945,14 +32871,14 @@ }, { "attributes": {}, - "id": "3385", + "id": "7522", "links": { - "self": "/stops/3385" + "self": "/stops/7522" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3385" + "related": "/facilities/?filter[stop]=7522" } }, "parent_station": { @@ -32969,14 +32895,14 @@ }, { "attributes": {}, - "id": "2892", + "id": "19073", "links": { - "self": "/stops/2892" + "self": "/stops/19073" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2892" + "related": "/facilities/?filter[stop]=19073" } }, "parent_station": { @@ -32993,14 +32919,14 @@ }, { "attributes": {}, - "id": "5757", + "id": "7775", "links": { - "self": "/stops/5757" + "self": "/stops/7775" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5757" + "related": "/facilities/?filter[stop]=7775" } }, "parent_station": { @@ -33017,14 +32943,14 @@ }, { "attributes": {}, - "id": "4051", + "id": "1029", "links": { - "self": "/stops/4051" + "self": "/stops/1029" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4051" + "related": "/facilities/?filter[stop]=1029" } }, "parent_station": { @@ -33040,197 +32966,63 @@ "type": "stop" }, { - "attributes": { - "direction_id": 1, - "headsign": "South Station" - }, - "id": "canonical-CR-Fairmount-C1-1", + "attributes": {}, + "id": "3168", "links": { - "self": "/trips/canonical-CR-Fairmount-C1-1" + "self": "/stops/3168" }, "relationships": { - "route": { - "data": { - "id": "CR-Fairmount", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "CR-Fairmount-ff9cd1ee-1", - "type": "route_pattern" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=3168" } }, - "service": { - "data": { - "id": "canonical", - "type": "service" - } + "parent_station": { + "data": null }, - "shape": { + "zone": { "data": { - "id": "canonical-9870001", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "FB-0095-04", - "type": "stop" - }, - { - "id": "DB-2205-02", - "type": "stop" - }, - { - "id": "DB-2222-02", - "type": "stop" - }, - { - "id": "DB-2230-02", - "type": "stop" - }, - { - "id": "DB-2240-02", - "type": "stop" - }, - { - "id": "DB-2249-02", - "type": "stop" - }, - { - "id": "DB-2258-02", - "type": "stop" - }, - { - "id": "DB-2265-02", - "type": "stop" - }, - { - "id": "NEC-2287", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { - "attributes": { - "direction_id": 0, - "headsign": "Heath Street (Shuttle)" - }, - "id": "HeathStreetParkStreet-0-sample", + "attributes": {}, + "id": "4298", "links": { - "self": "/trips/HeathStreetParkStreet-0-sample" + "self": "/stops/4298" }, "relationships": { - "route": { - "data": { - "id": "Shuttle-HeathPark", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Shuttle-HeathPark-0-0", - "type": "route_pattern" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=4298" } }, - "service": { - "data": { - "id": "canonical", - "type": "service" - } + "parent_station": { + "data": null }, - "shape": { + "zone": { "data": { - "id": "ParkStreetToHeathStreet-S", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "10000", - "type": "stop" - }, - { - "id": "8279", - "type": "stop" - }, - { - "id": "177", - "type": "stop" - }, - { - "id": "178", - "type": "stop" - }, - { - "id": "11388", - "type": "stop" - }, - { - "id": "31391", - "type": "stop" - }, - { - "id": "41391", - "type": "stop" - }, - { - "id": "61391", - "type": "stop" - }, - { - "id": "71391", - "type": "stop" - }, - { - "id": "91391", - "type": "stop" - }, - { - "id": "92391", - "type": "stop" - }, - { - "id": "1363", - "type": "stop" - }, - { - "id": "1365", - "type": "stop" - }, - { - "id": "21365", - "type": "stop" - }, - { - "id": "22365", - "type": "stop" - }, - { - "id": "1761", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "29052", + "id": "7858", "links": { - "self": "/stops/29052" + "self": "/stops/7858" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=29052" + "related": "/facilities/?filter[stop]=7858" } }, "parent_station": { @@ -33247,14 +33039,14 @@ }, { "attributes": {}, - "id": "1067", + "id": "2260", "links": { - "self": "/stops/1067" + "self": "/stops/2260" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1067" + "related": "/facilities/?filter[stop]=2260" } }, "parent_station": { @@ -33271,14 +33063,14 @@ }, { "attributes": {}, - "id": "1384", + "id": "2688", "links": { - "self": "/stops/1384" + "self": "/stops/2688" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1384" + "related": "/facilities/?filter[stop]=2688" } }, "parent_station": { @@ -33295,14 +33087,14 @@ }, { "attributes": {}, - "id": "78981", + "id": "85284", "links": { - "self": "/stops/78981" + "self": "/stops/85284" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=78981" + "related": "/facilities/?filter[stop]=85284" } }, "parent_station": { @@ -33319,14 +33111,14 @@ }, { "attributes": {}, - "id": "952", + "id": "5496", "links": { - "self": "/stops/952" + "self": "/stops/5496" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=952" + "related": "/facilities/?filter[stop]=5496" } }, "parent_station": { @@ -33341,16 +33133,53 @@ }, "type": "stop" }, + { + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Fields Corner Station", + "Kenmore or Ruggles Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Fields Corner Station - Kenmore or Ruggles Station", + "short_name": "19", + "sort_order": 50190, + "text_color": "000000", + "type": 3 + }, + "id": "19", + "links": { + "self": "/routes/19" + }, + "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, + "line": { + "data": { + "id": "line-1719", + "type": "line" + } + } + }, + "type": "route" + }, { "attributes": {}, - "id": "49904", + "id": "1479", "links": { - "self": "/stops/49904" + "self": "/stops/1479" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=49904" + "related": "/facilities/?filter[stop]=1479" } }, "parent_station": { @@ -33367,14 +33196,14 @@ }, { "attributes": {}, - "id": "2711", + "id": "73618", "links": { - "self": "/stops/2711" + "self": "/stops/73618" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2711" + "related": "/facilities/?filter[stop]=73618" } }, "parent_station": { @@ -33391,14 +33220,14 @@ }, { "attributes": {}, - "id": "6213", + "id": "482", "links": { - "self": "/stops/6213" + "self": "/stops/482" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6213" + "related": "/facilities/?filter[stop]=482" } }, "parent_station": { @@ -33414,99 +33243,71 @@ "type": "stop" }, { - "attributes": { - "direction_id": 1, - "headsign": "South Station" - }, - "id": "CR-670327-888", + "attributes": {}, + "id": "5625", "links": { - "self": "/trips/CR-670327-888" + "self": "/stops/5625" }, "relationships": { - "route": { - "data": { - "id": "CR-Providence", - "type": "route" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=5625" } }, - "route_pattern": { - "data": { - "id": "CR-Providence-403369a9-1", - "type": "route_pattern" - } + "parent_station": { + "data": null }, - "service": { + "zone": { "data": { - "id": "SPRING2024-SOUTHWKD-Weekday-1-Scbbf1ea5", - "type": "service" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "FR-0167-B", + "links": { + "self": "/stops/FR-0167-B" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=FR-0167-B" } }, - "shape": { + "parent_station": { "data": { - "id": "9890003", - "type": "shape" + "id": "place-FR-0167", + "type": "stop" } }, - "stops": { - "data": [ - { - "id": "SB-0189-S", - "type": "stop" - }, - { - "id": "SB-0156-S", - "type": "stop" - }, - { - "id": "SB-0150-06", - "type": "stop" - }, - { - "id": "NEC-2173-02", - "type": "stop" - }, - { - "id": "NEC-2203-02", - "type": "stop" - }, - { - "id": "NEC-2265-03", - "type": "stop" - }, - { - "id": "NEC-2276-03", - "type": "stop" - }, - { - "id": "NEC-2287", - "type": "stop" - } - ] + "zone": { + "data": null } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "70112", + "id": "16466", "links": { - "self": "/stops/70112" + "self": "/stops/16466" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70112" + "related": "/facilities/?filter[stop]=16466" } }, "parent_station": { - "data": { - "id": "place-chill", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } @@ -33515,14 +33316,14 @@ }, { "attributes": {}, - "id": "1587", + "id": "3873", "links": { - "self": "/stops/1587" + "self": "/stops/3873" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1587" + "related": "/facilities/?filter[stop]=3873" } }, "parent_station": { @@ -33539,14 +33340,14 @@ }, { "attributes": {}, - "id": "86459", + "id": "34579", "links": { - "self": "/stops/86459" + "self": "/stops/34579" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=86459" + "related": "/facilities/?filter[stop]=34579" } }, "parent_station": { @@ -33563,25 +33364,22 @@ }, { "attributes": {}, - "id": "70241", + "id": "9026", "links": { - "self": "/stops/70241" + "self": "/stops/9026" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70241" + "related": "/facilities/?filter[stop]=9026" } }, "parent_station": { - "data": { - "id": "place-symcl", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } @@ -33590,14 +33388,14 @@ }, { "attributes": {}, - "id": "8541", + "id": "5469", "links": { - "self": "/stops/8541" + "self": "/stops/5469" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8541" + "related": "/facilities/?filter[stop]=5469" } }, "parent_station": { @@ -33612,232 +33410,244 @@ }, "type": "stop" }, + { + "attributes": {}, + "id": "WML-0177-B1", + "links": { + "self": "/stops/WML-0177-B1" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=WML-0177-B1" + } + }, + "parent_station": { + "data": { + "id": "place-WML-0177", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, { "attributes": { - "direction_id": 1, - "headsign": "Malden" + "direction_id": 0, + "headsign": "Reading Depot" }, - "id": "61869080", + "id": "66959779", "links": { - "self": "/trips/61869080" + "self": "/trips/66959779" }, "relationships": { "route": { "data": { - "id": "430", + "id": "137", "type": "route" } }, "route_pattern": { "data": { - "id": "430-6-1", + "id": "137-6-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "4300162", + "id": "1370158", "type": "shape" } }, "stops": { "data": [ { - "id": "7474", - "type": "stop" - }, - { - "id": "7573", - "type": "stop" - }, - { - "id": "75731", - "type": "stop" - }, - { - "id": "7575", + "id": "9328", "type": "stop" }, { - "id": "7576", + "id": "9222", "type": "stop" }, { - "id": "7502", + "id": "9223", "type": "stop" }, { - "id": "7503", + "id": "9224", "type": "stop" }, { - "id": "7504", + "id": "9225", "type": "stop" }, { - "id": "7505", + "id": "9226", "type": "stop" }, { - "id": "6212", + "id": "9227", "type": "stop" }, { - "id": "6213", + "id": "9228", "type": "stop" }, { - "id": "7507", + "id": "9229", "type": "stop" }, { - "id": "7508", + "id": "9230", "type": "stop" }, { - "id": "7510", + "id": "9231", "type": "stop" }, { - "id": "7511", + "id": "9232", "type": "stop" }, { - "id": "7513", + "id": "9233", "type": "stop" }, { - "id": "7515", + "id": "9235", "type": "stop" }, { - "id": "7400", + "id": "9236", "type": "stop" }, { - "id": "7401", + "id": "9237", "type": "stop" }, { - "id": "7516", + "id": "9238", "type": "stop" }, { - "id": "7517", + "id": "9239", "type": "stop" }, { - "id": "7518", + "id": "9240", "type": "stop" }, { - "id": "7520", + "id": "9241", "type": "stop" }, { - "id": "7521", + "id": "9242", "type": "stop" }, { - "id": "7522", + "id": "9243", "type": "stop" }, { - "id": "7523", + "id": "9245", "type": "stop" }, { - "id": "7525", + "id": "9246", "type": "stop" }, { - "id": "47526", + "id": "9247", "type": "stop" }, { - "id": "47527", + "id": "9249", "type": "stop" }, { - "id": "7532", + "id": "9250", "type": "stop" }, { - "id": "7534", + "id": "9251", "type": "stop" }, { - "id": "7536", + "id": "9276", "type": "stop" }, { - "id": "7537", + "id": "9277", "type": "stop" }, { - "id": "7539", + "id": "9279", "type": "stop" }, { - "id": "7540", + "id": "9281", "type": "stop" }, { - "id": "9021", + "id": "9283", "type": "stop" }, { - "id": "9023", + "id": "9284", "type": "stop" }, { - "id": "9024", + "id": "9285", "type": "stop" }, { - "id": "9025", + "id": "9287", "type": "stop" }, { - "id": "9026", + "id": "9289", "type": "stop" }, { - "id": "5440", + "id": "9292", "type": "stop" }, { - "id": "5441", + "id": "9293", "type": "stop" }, { - "id": "5442", + "id": "9294", "type": "stop" }, { - "id": "5443", + "id": "9295", "type": "stop" }, { - "id": "5444", + "id": "9296", "type": "stop" }, { - "id": "5445", + "id": "9327", "type": "stop" }, { - "id": "15431", + "id": "9297", "type": "stop" }, { - "id": "53270", + "id": "29253", "type": "stop" } ] @@ -33845,311 +33655,282 @@ }, "type": "trip" }, - { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Swampscott", - "Lynn" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Lynn - Swampscott", - "short_name": "Newburyport/Rockport Line Shuttle", - "sort_order": 62053, - "text_color": "000000", - "type": 3 - }, - "id": "Shuttle-LynnSwampscott", - "links": { - "self": "/routes/Shuttle-LynnSwampscott" - }, - "relationships": { - "line": { - "data": { - "id": "line-Newburyport", - "type": "line" - } - } - }, - "type": "route" - }, - { - "attributes": {}, - "id": "70014", - "links": { - "self": "/stops/70014" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=70014" - } - }, - "parent_station": { - "data": { - "id": "place-bbsta", - "type": "stop" - } - }, - "zone": { - "data": { - "id": "RapidTransit", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "70232", - "links": { - "self": "/stops/70232" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=70232" - } - }, - "parent_station": { - "data": { - "id": "place-tapst", - "type": "stop" - } - }, - "zone": { - "data": { - "id": "RapidTransit", - "type": "zone" - } - } - }, - "type": "stop" - }, { "attributes": {}, - "id": "7810", + "id": "71271", "links": { - "self": "/stops/7810" + "self": "/stops/71271" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7810" + "related": "/facilities/?filter[stop]=71271" } }, "parent_station": { "data": null }, "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } + "data": null } }, "type": "stop" }, { - "attributes": {}, - "id": "NEC-1919-01", + "attributes": { + "direction_id": 0, + "headsign": "Keystone Apts via Adams St" + }, + "id": "67290308", "links": { - "self": "/stops/NEC-1919-01" + "self": "/trips/67290308" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=NEC-1919-01" - } - }, - "parent_station": { + "route": { "data": { - "id": "place-NEC-1919", - "type": "stop" + "id": "202", + "type": "route" } }, - "zone": { + "route_pattern": { "data": { - "id": "CR-zone-7", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "70197", - "links": { - "self": "/stops/70197" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=70197" + "id": "202-5-0", + "type": "route_pattern" } }, - "parent_station": { + "service": { "data": { - "id": "place-pktrm", - "type": "stop" + "id": "WinterWeekday", + "type": "service" } }, - "zone": { + "shape": { "data": { - "id": "RapidTransit", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "2439", - "links": { - "self": "/stops/2439" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=2439" + "id": "2020073", + "type": "shape" } }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } + "stops": { + "data": [ + { + "id": "323", + "type": "stop" + }, + { + "id": "55600", + "type": "stop" + }, + { + "id": "325", + "type": "stop" + }, + { + "id": "3065", + "type": "stop" + }, + { + "id": "3066", + "type": "stop" + }, + { + "id": "8326", + "type": "stop" + }, + { + "id": "8680", + "type": "stop" + }, + { + "id": "8681", + "type": "stop" + }, + { + "id": "8682", + "type": "stop" + }, + { + "id": "8683", + "type": "stop" + }, + { + "id": "8684", + "type": "stop" + }, + { + "id": "8685", + "type": "stop" + }, + { + "id": "8686", + "type": "stop" + }, + { + "id": "8687", + "type": "stop" + }, + { + "id": "3378", + "type": "stop" + }, + { + "id": "3379", + "type": "stop" + }, + { + "id": "3380", + "type": "stop" + }, + { + "id": "8811", + "type": "stop" + }, + { + "id": "8812", + "type": "stop" + }, + { + "id": "8813", + "type": "stop" + }, + { + "id": "8814", + "type": "stop" + }, + { + "id": "38813", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": { - "direction_id": 0, - "headsign": "Belmont Center" + "direction_id": 1, + "headsign": "Haymarket" }, - "id": "61849867", + "id": "66957418", "links": { - "self": "/trips/61849867" + "self": "/trips/66957418" }, "relationships": { "route": { "data": { - "id": "75", + "id": "111", "type": "route" } }, "route_pattern": { "data": { - "id": "75-1-0", + "id": "111-5-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "750097", + "id": "1110263", "type": "shape" } }, "stops": { "data": [ { - "id": "20761", + "id": "5547", "type": "stop" }, { - "id": "2170", + "id": "5587", "type": "stop" }, { - "id": "2172", + "id": "5588", "type": "stop" }, { - "id": "2173", + "id": "5589", "type": "stop" }, { - "id": "2174", + "id": "5590", "type": "stop" }, { - "id": "2175", + "id": "5591", "type": "stop" }, { - "id": "2176", + "id": "5592", "type": "stop" }, { - "id": "2090", + "id": "5593", "type": "stop" }, { - "id": "2092", + "id": "5594", "type": "stop" }, { - "id": "2093", + "id": "5595", "type": "stop" }, { - "id": "2095", + "id": "5596", "type": "stop" }, { - "id": "12144", + "id": "5597", "type": "stop" }, { - "id": "12145", + "id": "5598", "type": "stop" }, { - "id": "2189", + "id": "5599", "type": "stop" }, { - "id": "2190", + "id": "5600", "type": "stop" }, { - "id": "2191", + "id": "5602", "type": "stop" }, { - "id": "2192", + "id": "5603", "type": "stop" }, { - "id": "2194", + "id": "5609", "type": "stop" }, { - "id": "2196", + "id": "5605", "type": "stop" }, { - "id": "2197", + "id": "5606", "type": "stop" }, { - "id": "2137", + "id": "5607", + "type": "stop" + }, + { + "id": "2829", + "type": "stop" + }, + { + "id": "8309", "type": "stop" } ] @@ -34159,25 +33940,22 @@ }, { "attributes": {}, - "id": "70066", + "id": "5388", "links": { - "self": "/stops/70066" + "self": "/stops/5388" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70066" + "related": "/facilities/?filter[stop]=5388" } }, "parent_station": { - "data": { - "id": "place-portr", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } @@ -34185,39 +33963,76 @@ "type": "stop" }, { - "attributes": {}, - "id": "4710", + "attributes": { + "direction_id": 0, + "headsign": "JFK/UMass (Shuttle)" + }, + "id": "JFKPark-Weekday-9e586-0-00:00:00", "links": { - "self": "/stops/4710" + "self": "/trips/JFKPark-Weekday-9e586-0-00%3A00%3A00" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=4710" + "route": { + "data": { + "id": "Shuttle-JFKPark", + "type": "route" } }, - "parent_station": { - "data": null + "route_pattern": { + "data": { + "id": "Shuttle-JFKPark-0-0", + "type": "route_pattern" + } }, - "zone": { + "service": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "canonical", + "type": "service" + } + }, + "shape": { + "data": { + "id": "ParkStreetToJFK-S", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "9170076", + "type": "stop" + }, + { + "id": "6564", + "type": "stop" + }, + { + "id": "151", + "type": "stop" + }, + { + "id": "9070083", + "type": "stop" + }, + { + "id": "121", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "3934", + "id": "5770", "links": { - "self": "/stops/3934" + "self": "/stops/5770" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3934" + "related": "/facilities/?filter[stop]=5770" } }, "parent_station": { @@ -34234,14 +34049,14 @@ }, { "attributes": {}, - "id": "2118", + "id": "36479", "links": { - "self": "/stops/2118" + "self": "/stops/36479" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2118" + "related": "/facilities/?filter[stop]=36479" } }, "parent_station": { @@ -34258,14 +34073,14 @@ }, { "attributes": {}, - "id": "4404", + "id": "111747", "links": { - "self": "/stops/4404" + "self": "/stops/111747" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4404" + "related": "/facilities/?filter[stop]=111747" } }, "parent_station": { @@ -34281,64 +34096,39 @@ "type": "stop" }, { - "attributes": { - "direction_id": 0, - "headsign": "Fenway (Shuttle)" - }, - "id": "FenwayKenmore-0-sample", + "attributes": {}, + "id": "7859", "links": { - "self": "/trips/FenwayKenmore-0-sample" + "self": "/stops/7859" }, "relationships": { - "route": { - "data": { - "id": "Shuttle-FenwayKenmore", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Shuttle-FenwayKenmore-0-0", - "type": "route_pattern" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=7859" } }, - "service": { - "data": { - "id": "canonical", - "type": "service" - } + "parent_station": { + "data": null }, - "shape": { + "zone": { "data": { - "id": "KenmoreToFenway-S", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "9070150", - "type": "stop" - }, - { - "id": "1807", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "4214", + "id": "536", "links": { - "self": "/stops/4214" + "self": "/stops/536" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4214" + "related": "/facilities/?filter[stop]=536" } }, "parent_station": { @@ -34355,14 +34145,14 @@ }, { "attributes": {}, - "id": "5786", + "id": "9052", "links": { - "self": "/stops/5786" + "self": "/stops/9052" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5786" + "related": "/facilities/?filter[stop]=9052" } }, "parent_station": { @@ -34378,64 +34168,39 @@ "type": "stop" }, { - "attributes": { - "direction_id": 0, - "headsign": "Newburyport (Express shuttle)" - }, - "id": "NewburyportOakGroveExpress-0-sample", + "attributes": {}, + "id": "49926", "links": { - "self": "/trips/NewburyportOakGroveExpress-0-sample" + "self": "/stops/49926" }, "relationships": { - "route": { - "data": { - "id": "Shuttle-NewburyportOakGroveExpress", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Shuttle-NewburyportOakGroveExpress-0-0", - "type": "route_pattern" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=49926" } }, - "service": { - "data": { - "id": "canonical", - "type": "service" - } + "parent_station": { + "data": null }, - "shape": { + "zone": { "data": { - "id": "OakGroveToNewburyportExpress-S", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "9328", - "type": "stop" - }, - { - "id": "ER-0362-B", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "49927", + "id": "309", "links": { - "self": "/stops/49927" + "self": "/stops/309" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=49927" + "related": "/facilities/?filter[stop]=309" } }, "parent_station": { @@ -34452,14 +34217,14 @@ }, { "attributes": {}, - "id": "5874", + "id": "8267", "links": { - "self": "/stops/5874" + "self": "/stops/8267" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5874" + "related": "/facilities/?filter[stop]=8267" } }, "parent_station": { @@ -34476,22 +34241,25 @@ }, { "attributes": {}, - "id": "6498", + "id": "70208", "links": { - "self": "/stops/6498" + "self": "/stops/70208" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6498" + "related": "/facilities/?filter[stop]=70208" } }, "parent_station": { - "data": null + "data": { + "id": "place-spmnl", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -34500,14 +34268,14 @@ }, { "attributes": {}, - "id": "7336", + "id": "1875", "links": { - "self": "/stops/7336" + "self": "/stops/1875" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7336" + "related": "/facilities/?filter[stop]=1875" } }, "parent_station": { @@ -34524,14 +34292,14 @@ }, { "attributes": {}, - "id": "3247", + "id": "6144", "links": { - "self": "/stops/3247" + "self": "/stops/6144" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3247" + "related": "/facilities/?filter[stop]=6144" } }, "parent_station": { @@ -34549,282 +34317,432 @@ { "attributes": { "color": "FFC72C", - "direction_destinations": [ - "East Weymouth", - "Quincy Center Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "East Weymouth - Quincy Center Station", - "short_name": "222", - "sort_order": 52220, - "text_color": "000000", - "type": 3 - }, - "id": "222", - "links": { - "self": "/routes/222" - }, - "relationships": { - "line": { - "data": { - "id": "line-220221222", - "type": "line" - } - } - }, - "type": "route" - }, - { - "attributes": { - "color": "FFC72C", - "long_name": "Clarendon Hill or Davis - Sullivan", - "short_name": "89", - "sort_order": 50890, + "long_name": "Mattapan - Ruggles", + "short_name": "28", + "sort_order": 50280, "text_color": "000000" }, - "id": "line-89", + "id": "line-28", "links": { - "self": "/lines/line-89" + "self": "/lines/line-28" }, "type": "line" }, { "attributes": { "direction_id": 0, - "headsign": "Woburn Square" + "headsign": "Quincy Center" }, - "id": "63146591", + "id": "67290088", "links": { - "self": "/trips/63146591" + "self": "/trips/67290088" }, "relationships": { "route": { "data": { - "id": "134", + "id": "215", "type": "route" } }, "route_pattern": { "data": { - "id": "134-9-0", + "id": "215-2-0", "type": "route_pattern" } }, "service": { "data": { - "id": "BUS32024-hbg34j47-Sunday-02", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "1340382", + "id": "2150196", "type": "shape" } }, "stops": { "data": [ { - "id": "5271", + "id": "3395", "type": "stop" }, { - "id": "9318", + "id": "3396", "type": "stop" }, { - "id": "9319", + "id": "3397", "type": "stop" }, { - "id": "9045", + "id": "3398", "type": "stop" }, { - "id": "9162", + "id": "3399", "type": "stop" }, { - "id": "9163", + "id": "3400", "type": "stop" }, { - "id": "9164", + "id": "3401", "type": "stop" }, { - "id": "49164", + "id": "3402", "type": "stop" }, { - "id": "49157", + "id": "34021", "type": "stop" }, { - "id": "49158", + "id": "3403", "type": "stop" }, { - "id": "9165", + "id": "3404", "type": "stop" }, { - "id": "9167", + "id": "3405", "type": "stop" }, { - "id": "9168", + "id": "3406", "type": "stop" }, { - "id": "9169", + "id": "3407", "type": "stop" }, { - "id": "9170", + "id": "3408", "type": "stop" }, { - "id": "9172", + "id": "3410", "type": "stop" }, { - "id": "5002", + "id": "3411", "type": "stop" }, { - "id": "15002", + "id": "3412", "type": "stop" }, { - "id": "5003", + "id": "3413", "type": "stop" }, { - "id": "5004", + "id": "3415", "type": "stop" }, { - "id": "5005", + "id": "3416", "type": "stop" }, { - "id": "5006", + "id": "3417", "type": "stop" }, { - "id": "9174", + "id": "3418", "type": "stop" }, { - "id": "9175", + "id": "3420", "type": "stop" }, { - "id": "9176", + "id": "3422", "type": "stop" }, { - "id": "9177", + "id": "3423", "type": "stop" }, { - "id": "9178", + "id": "33241", "type": "stop" }, { - "id": "8692", + "id": "32000", "type": "stop" }, { - "id": "9101", + "id": "32003", + "type": "stop" + } + ] + } + }, + "type": "trip" + }, + { + "attributes": {}, + "id": "23826", + "links": { + "self": "/stops/23826" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=23826" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "49803", + "links": { + "self": "/stops/49803" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=49803" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": { + "direction_id": 0, + "headsign": "Salem Depot" + }, + "id": "67202669", + "links": { + "self": "/trips/67202669" + }, + "relationships": { + "route": { + "data": { + "id": "450", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "450-9-0", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "WinterWeekday", + "type": "service" + } + }, + "shape": { + "data": { + "id": "4500219", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "4520", "type": "stop" }, { - "id": "9103", + "id": "45211", "type": "stop" }, { - "id": "9104", + "id": "4521", "type": "stop" }, { - "id": "9105", + "id": "4522", "type": "stop" }, { - "id": "9106", + "id": "4523", "type": "stop" }, { - "id": "9107", + "id": "4524", "type": "stop" }, { - "id": "9108", + "id": "4527", "type": "stop" }, { - "id": "9109", + "id": "4528", "type": "stop" }, { - "id": "9111", + "id": "4529", "type": "stop" }, { - "id": "9113", + "id": "4530", "type": "stop" }, { - "id": "9114", + "id": "4531", "type": "stop" }, { - "id": "9115", + "id": "4532", "type": "stop" }, { - "id": "9116", + "id": "7246", "type": "stop" }, { - "id": "9117", + "id": "7247", "type": "stop" }, { - "id": "9118", + "id": "7248", "type": "stop" }, { - "id": "9119", + "id": "7249", "type": "stop" }, { - "id": "9120", + "id": "7250", "type": "stop" }, { - "id": "9121", + "id": "7251", "type": "stop" }, { - "id": "9122", + "id": "7252", "type": "stop" }, { - "id": "9123", + "id": "4533", "type": "stop" }, { - "id": "9124", + "id": "4534", "type": "stop" }, { - "id": "9125", + "id": "4535", + "type": "stop" + }, + { + "id": "4537", + "type": "stop" + }, + { + "id": "4538", + "type": "stop" + }, + { + "id": "4539", + "type": "stop" + }, + { + "id": "4540", + "type": "stop" + }, + { + "id": "4541", + "type": "stop" + }, + { + "id": "4544", + "type": "stop" + }, + { + "id": "14544", + "type": "stop" + }, + { + "id": "4546", + "type": "stop" + }, + { + "id": "4547", + "type": "stop" + }, + { + "id": "14548", + "type": "stop" + }, + { + "id": "14551", + "type": "stop" + }, + { + "id": "4553", + "type": "stop" + }, + { + "id": "14553", + "type": "stop" + }, + { + "id": "4554", + "type": "stop" + }, + { + "id": "4555", + "type": "stop" + }, + { + "id": "4557", + "type": "stop" + }, + { + "id": "4558", + "type": "stop" + }, + { + "id": "4559", + "type": "stop" + }, + { + "id": "4560", + "type": "stop" + }, + { + "id": "4562", + "type": "stop" + }, + { + "id": "4563", + "type": "stop" + }, + { + "id": "37150", "type": "stop" } ] @@ -34834,14 +34752,14 @@ }, { "attributes": {}, - "id": "7849", + "id": "4306", "links": { - "self": "/stops/7849" + "self": "/stops/4306" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7849" + "related": "/facilities/?filter[stop]=4306" } }, "parent_station": { @@ -34858,14 +34776,14 @@ }, { "attributes": {}, - "id": "8550", + "id": "7127", "links": { - "self": "/stops/8550" + "self": "/stops/7127" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8550" + "related": "/facilities/?filter[stop]=7127" } }, "parent_station": { @@ -34882,14 +34800,14 @@ }, { "attributes": {}, - "id": "576", + "id": "3563", "links": { - "self": "/stops/576" + "self": "/stops/3563" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=576" + "related": "/facilities/?filter[stop]=3563" } }, "parent_station": { @@ -34906,14 +34824,14 @@ }, { "attributes": {}, - "id": "49946", + "id": "5886", "links": { - "self": "/stops/49946" + "self": "/stops/5886" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=49946" + "related": "/facilities/?filter[stop]=5886" } }, "parent_station": { @@ -34930,38 +34848,104 @@ }, { "attributes": {}, - "id": "3662", + "id": "9170152", "links": { - "self": "/stops/3662" + "self": "/stops/9170152" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3662" + "related": "/facilities/?filter[stop]=9170152" } }, "parent_station": { "data": null }, "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "direction_id": 0, + "headsign": "Wellesley Hills (Shuttle)" + }, + "id": "SouthStationWellesleyHills-0-sample", + "links": { + "self": "/trips/SouthStationWellesleyHills-0-sample" + }, + "relationships": { + "route": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "Shuttle-SouthStationWellesleyHillsLocal", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "Shuttle-SouthStationWellesleyHillsLocal-0-0", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "canonical", + "type": "service" + } + }, + "shape": { + "data": { + "id": "SouthStationToWellesleyHills-S", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "NEC-2287-B", + "type": "stop" + }, + { + "id": "WML-0035-B0", + "type": "stop" + }, + { + "id": "WML-0081-B2", + "type": "stop" + }, + { + "id": "WML-0091-B0", + "type": "stop" + }, + { + "id": "WML-0102-B0", + "type": "stop" + }, + { + "id": "38155", + "type": "stop" + }, + { + "id": "WML-0135-B0", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "7298", + "id": "81437", "links": { - "self": "/stops/7298" + "self": "/stops/81437" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7298" + "related": "/facilities/?filter[stop]=81437" } }, "parent_station": { @@ -34978,14 +34962,14 @@ }, { "attributes": {}, - "id": "9284", + "id": "639", "links": { - "self": "/stops/9284" + "self": "/stops/639" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9284" + "related": "/facilities/?filter[stop]=639" } }, "parent_station": { @@ -35002,14 +34986,14 @@ }, { "attributes": {}, - "id": "6513", + "id": "9157", "links": { - "self": "/stops/6513" + "self": "/stops/9157" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6513" + "related": "/facilities/?filter[stop]=9157" } }, "parent_station": { @@ -35026,14 +35010,14 @@ }, { "attributes": {}, - "id": "2186", + "id": "5483", "links": { - "self": "/stops/2186" + "self": "/stops/5483" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2186" + "related": "/facilities/?filter[stop]=5483" } }, "parent_station": { @@ -35049,187 +35033,15 @@ "type": "stop" }, { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Riverside", - "Union Square" - ], - "direction_names": [ - "West", - "East" - ], - "long_name": "Newton Highlands - Brookline Hills", - "short_name": "Green Line D Shuttle", - "sort_order": 61150, - "text_color": "000000", - "type": 3 - }, - "id": "Shuttle-BrooklineHillsNewtonHighlands", + "attributes": {}, + "id": "5911", "links": { - "self": "/routes/Shuttle-BrooklineHillsNewtonHighlands" - }, - "relationships": { - "line": { - "data": { - "id": "line-Green", - "type": "line" - } - } - }, - "type": "route" - }, - { - "attributes": {}, - "id": "1302", - "links": { - "self": "/stops/1302" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=1302" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "45079", - "links": { - "self": "/stops/45079" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=45079" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "5005", - "links": { - "self": "/stops/5005" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=5005" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "3626", - "links": { - "self": "/stops/3626" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=3626" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "13821", - "links": { - "self": "/stops/13821" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=13821" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "9070110", - "links": { - "self": "/stops/9070110" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=9070110" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": null - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "5557", - "links": { - "self": "/stops/5557" + "self": "/stops/5911" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5557" + "related": "/facilities/?filter[stop]=5911" } }, "parent_station": { @@ -35246,41 +35058,14 @@ }, { "attributes": {}, - "id": "WML-0091-02", - "links": { - "self": "/stops/WML-0091-02" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=WML-0091-02" - } - }, - "parent_station": { - "data": { - "id": "place-WML-0091", - "type": "stop" - } - }, - "zone": { - "data": { - "id": "CR-zone-2", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "12653", + "id": "71916", "links": { - "self": "/stops/12653" + "self": "/stops/71916" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=12653" + "related": "/facilities/?filter[stop]=71916" } }, "parent_station": { @@ -35297,14 +35082,14 @@ }, { "attributes": {}, - "id": "4309", + "id": "2365", "links": { - "self": "/stops/4309" + "self": "/stops/2365" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4309" + "related": "/facilities/?filter[stop]=2365" } }, "parent_station": { @@ -35321,278 +35106,290 @@ }, { "attributes": { - "direction_id": 0, - "headsign": "Crawford Square" + "direction_id": 1, + "headsign": "Neptune Towers" }, - "id": "61929372", + "id": "67202587", "links": { - "self": "/trips/61929372" + "self": "/trips/67202587" }, "relationships": { "route": { "data": { - "id": "240", + "id": "435", "type": "route" } }, "route_pattern": { "data": { - "id": "240-_-0", + "id": "435-8-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "2400261", + "id": "4350226", "type": "shape" } }, "stops": { "data": [ { - "id": "334", + "id": "37150", "type": "stop" }, { - "id": "536", + "id": "4601", "type": "stop" }, { - "id": "537", + "id": "4602", "type": "stop" }, { - "id": "569", + "id": "4603", "type": "stop" }, { - "id": "10569", + "id": "4604", "type": "stop" }, { - "id": "570", + "id": "4605", "type": "stop" }, { - "id": "883", + "id": "4606", "type": "stop" }, { - "id": "571", + "id": "4607", "type": "stop" }, { - "id": "572", + "id": "4608", "type": "stop" }, { - "id": "4134", + "id": "4951", "type": "stop" }, { - "id": "4136", + "id": "4952", "type": "stop" }, { - "id": "4137", + "id": "4609", "type": "stop" }, { - "id": "4138", + "id": "14609", "type": "stop" }, { - "id": "4139", + "id": "4610", "type": "stop" }, { - "id": "4140", + "id": "4611", "type": "stop" }, { - "id": "4141", + "id": "14612", "type": "stop" }, { - "id": "4142", + "id": "14615", "type": "stop" }, { - "id": "4143", + "id": "4614", "type": "stop" }, { - "id": "4144", + "id": "7270", "type": "stop" }, { - "id": "4145", + "id": "4597", "type": "stop" }, { - "id": "4146", + "id": "4561", "type": "stop" }, { - "id": "4147", + "id": "4581", "type": "stop" }, { - "id": "4149", + "id": "4582", "type": "stop" }, { - "id": "4152", + "id": "7269", "type": "stop" }, { - "id": "4153", + "id": "4933", "type": "stop" }, { - "id": "4154", + "id": "4934", "type": "stop" }, { - "id": "4155", + "id": "4935", "type": "stop" }, { - "id": "4156", + "id": "4936", "type": "stop" }, { - "id": "4157", + "id": "14936", "type": "stop" }, { - "id": "4158", + "id": "4937", "type": "stop" }, { - "id": "4159", + "id": "14937", "type": "stop" }, { - "id": "4160", + "id": "4938", "type": "stop" }, { - "id": "4161", + "id": "4939", "type": "stop" }, { - "id": "4162", + "id": "4940", "type": "stop" }, { - "id": "4163", + "id": "4941", "type": "stop" }, { - "id": "4164", + "id": "4942", "type": "stop" }, { - "id": "4165", + "id": "4943", "type": "stop" }, { - "id": "4166", + "id": "4945", "type": "stop" }, { - "id": "4167", + "id": "7199", "type": "stop" }, { - "id": "4168", + "id": "7200", "type": "stop" }, { - "id": "4169", + "id": "7201", "type": "stop" }, { - "id": "4171", + "id": "7202", "type": "stop" }, { - "id": "4172", + "id": "7263", "type": "stop" }, { - "id": "4173", + "id": "7205", "type": "stop" }, { - "id": "4174", + "id": "7206", "type": "stop" }, { - "id": "4175", + "id": "7208", "type": "stop" }, { - "id": "4177", + "id": "7210", "type": "stop" }, { - "id": "4179", + "id": "7211", "type": "stop" }, { - "id": "4180", + "id": "7212", "type": "stop" }, { - "id": "4181", + "id": "7213", "type": "stop" }, { - "id": "4182", + "id": "7253", "type": "stop" }, { - "id": "4183", + "id": "7254", "type": "stop" }, { - "id": "4184", + "id": "7255", "type": "stop" }, { - "id": "4185", + "id": "17255", "type": "stop" }, { - "id": "4186", + "id": "7289", "type": "stop" }, { - "id": "4187", + "id": "6767", "type": "stop" }, { - "id": "4188", + "id": "6769", "type": "stop" }, { - "id": "4189", + "id": "6771", "type": "stop" }, { - "id": "4190", + "id": "6772", "type": "stop" }, { - "id": "4191", + "id": "16653", + "type": "stop" + }, + { + "id": "94321", + "type": "stop" + }, + { + "id": "94325", + "type": "stop" + }, + { + "id": "94320", "type": "stop" } ] @@ -35602,38 +35399,14 @@ }, { "attributes": {}, - "id": "2940", - "links": { - "self": "/stops/2940" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=2940" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "8549", + "id": "45327", "links": { - "self": "/stops/8549" + "self": "/stops/45327" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8549" + "related": "/facilities/?filter[stop]=45327" } }, "parent_station": { @@ -35648,69 +35421,16 @@ }, "type": "stop" }, - { - "attributes": { - "direction_id": 0, - "headsign": "Wellington (Shuttle)" - }, - "id": "OakGroveWellingtonViaMaldenEastExtended-0-sample", - "links": { - "self": "/trips/OakGroveWellingtonViaMaldenEastExtended-0-sample" - }, - "relationships": { - "route": { - "data": { - "id": "Shuttle-OakGroveWellingtonViaMaldenEast", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Shuttle-OakGroveWellingtonViaMaldenEast-0-0", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "canonical", - "type": "service" - } - }, - "shape": { - "data": { - "id": "OakGroveToWellington-S", - "type": "shape" - } - }, - "stops": { - "data": [ - { - "id": "9328", - "type": "stop" - }, - { - "id": "53270", - "type": "stop" - }, - { - "id": "5271", - "type": "stop" - } - ] - } - }, - "type": "trip" - }, { "attributes": {}, - "id": "3685", + "id": "3312", "links": { - "self": "/stops/3685" + "self": "/stops/3312" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3685" + "related": "/facilities/?filter[stop]=3312" } }, "parent_station": { @@ -35727,14 +35447,14 @@ }, { "attributes": {}, - "id": "78600", + "id": "12862", "links": { - "self": "/stops/78600" + "self": "/stops/12862" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=78600" + "related": "/facilities/?filter[stop]=12862" } }, "parent_station": { @@ -35751,23 +35471,23 @@ }, { "attributes": { - "direction_id": 1, - "headsign": "Sullivan (Shuttle)" + "direction_id": 0, + "headsign": "Newton Highlands (Shuttle)" }, - "id": "StateSullivan-1-sample", + "id": "FenwayNewtonHighlands-0-sample", "links": { - "self": "/trips/StateSullivan-1-sample" + "self": "/trips/FenwayNewtonHighlands-0-sample" }, "relationships": { "route": { "data": { - "id": "Shuttle-StateSullivan", + "id": "Shuttle-FenwayNewtonHighlands", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-StateSullivan-0-1", + "id": "Shuttle-FenwayNewtonHighlands-0-0", "type": "route_pattern" } }, @@ -35779,30 +35499,42 @@ }, "shape": { "data": { - "id": "StateToSullivan-S", + "id": "FenwayToNewtonHighlands-S", "type": "shape" } }, "stops": { "data": [ { - "id": "9070022", + "id": "9434", "type": "stop" }, { - "id": "117", + "id": "1521", "type": "stop" }, { - "id": "9070027", + "id": "1525", "type": "stop" }, { - "id": "9070029", + "id": "9070178", "type": "stop" }, { - "id": "29001", + "id": "21917", + "type": "stop" + }, + { + "id": "1540", + "type": "stop" + }, + { + "id": "9070171", + "type": "stop" + }, + { + "id": "9070168", "type": "stop" } ] @@ -35812,14 +35544,14 @@ }, { "attributes": {}, - "id": "6324", + "id": "3473", "links": { - "self": "/stops/6324" + "self": "/stops/3473" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6324" + "related": "/facilities/?filter[stop]=3473" } }, "parent_station": { @@ -35836,14 +35568,14 @@ }, { "attributes": {}, - "id": "134", + "id": "7315", "links": { - "self": "/stops/134" + "self": "/stops/7315" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=134" + "related": "/facilities/?filter[stop]=7315" } }, "parent_station": { @@ -35860,14 +35592,14 @@ }, { "attributes": {}, - "id": "91618", + "id": "5907", "links": { - "self": "/stops/91618" + "self": "/stops/5907" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=91618" + "related": "/facilities/?filter[stop]=5907" } }, "parent_station": { @@ -35883,164 +35615,39 @@ "type": "stop" }, { - "attributes": { - "direction_id": 0, - "headsign": "Kings Lynn" - }, - "id": "62216392", + "attributes": {}, + "id": "8858", "links": { - "self": "/trips/62216392" + "self": "/stops/8858" }, "relationships": { - "route": { - "data": { - "id": "429", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "429-3-0", - "type": "route_pattern" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=8858" } }, - "service": { - "data": { - "id": "SpringWeekday", - "type": "service" - } + "parent_station": { + "data": null }, - "shape": { + "zone": { "data": { - "id": "4290278", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "14748", - "type": "stop" - }, - { - "id": "6600", - "type": "stop" - }, - { - "id": "66721", - "type": "stop" - }, - { - "id": "66731", - "type": "stop" - }, - { - "id": "6674", - "type": "stop" - }, - { - "id": "66761", - "type": "stop" - }, - { - "id": "6676", - "type": "stop" - }, - { - "id": "6677", - "type": "stop" - }, - { - "id": "6678", - "type": "stop" - }, - { - "id": "6679", - "type": "stop" - }, - { - "id": "6681", - "type": "stop" - }, - { - "id": "6683", - "type": "stop" - }, - { - "id": "6684", - "type": "stop" - }, - { - "id": "6685", - "type": "stop" - }, - { - "id": "6686", - "type": "stop" - }, - { - "id": "6688", - "type": "stop" - }, - { - "id": "6689", - "type": "stop" - }, - { - "id": "6690", - "type": "stop" - }, - { - "id": "6691", - "type": "stop" - }, - { - "id": "6692", - "type": "stop" - }, - { - "id": "6694", - "type": "stop" - }, - { - "id": "6695", - "type": "stop" - }, - { - "id": "6697", - "type": "stop" - }, - { - "id": "6698", - "type": "stop" - }, - { - "id": "6699", - "type": "stop" - }, - { - "id": "6700", - "type": "stop" - }, - { - "id": "56734", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "4092", + "id": "9129", "links": { - "self": "/stops/4092" + "self": "/stops/9129" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4092" + "related": "/facilities/?filter[stop]=9129" } }, "parent_station": { @@ -36057,14 +35664,14 @@ }, { "attributes": {}, - "id": "1211", + "id": "4937", "links": { - "self": "/stops/1211" + "self": "/stops/4937" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1211" + "related": "/facilities/?filter[stop]=4937" } }, "parent_station": { @@ -36081,211 +35688,52 @@ }, { "attributes": {}, - "id": "ER-0128-B1", + "id": "8163", "links": { - "self": "/stops/ER-0128-B1" + "self": "/stops/8163" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=ER-0128-B1" + "related": "/facilities/?filter[stop]=8163" } }, "parent_station": { - "data": { - "id": "place-ER-0128", - "type": "stop" - } + "data": null }, "zone": { - "data": null + "data": { + "id": "LocalBus", + "type": "zone" + } } }, "type": "stop" }, { "attributes": { - "direction_id": 0, - "headsign": "West Medford" + "color": "FFC72C", + "long_name": "Baker Street & Vermont Street - Forest Hills", + "short_name": "37", + "sort_order": 50370, + "text_color": "000000" }, - "id": "61868962", + "id": "line-37", "links": { - "self": "/trips/61868962" - }, - "relationships": { - "route": { - "data": { - "id": "95", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "95-_-0", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "SpringWeekday", - "type": "service" - } - }, - "shape": { - "data": { - "id": "950254", - "type": "shape" - } - }, - "stops": { - "data": [ - { - "id": "29003", - "type": "stop" - }, - { - "id": "2875", - "type": "stop" - }, - { - "id": "42876", - "type": "stop" - }, - { - "id": "2936", - "type": "stop" - }, - { - "id": "2879", - "type": "stop" - }, - { - "id": "2880", - "type": "stop" - }, - { - "id": "2883", - "type": "stop" - }, - { - "id": "41883", - "type": "stop" - }, - { - "id": "42883", - "type": "stop" - }, - { - "id": "2884", - "type": "stop" - }, - { - "id": "2885", - "type": "stop" - }, - { - "id": "42885", - "type": "stop" - }, - { - "id": "2886", - "type": "stop" - }, - { - "id": "2887", - "type": "stop" - }, - { - "id": "5319", - "type": "stop" - }, - { - "id": "63241", - "type": "stop" - }, - { - "id": "50021", - "type": "stop" - }, - { - "id": "5002", - "type": "stop" - }, - { - "id": "15002", - "type": "stop" - }, - { - "id": "5003", - "type": "stop" - }, - { - "id": "5004", - "type": "stop" - }, - { - "id": "5005", - "type": "stop" - }, - { - "id": "6298", - "type": "stop" - }, - { - "id": "6299", - "type": "stop" - }, - { - "id": "6301", - "type": "stop" - }, - { - "id": "6302", - "type": "stop" - }, - { - "id": "6303", - "type": "stop" - }, - { - "id": "6304", - "type": "stop" - }, - { - "id": "6305", - "type": "stop" - }, - { - "id": "6307", - "type": "stop" - }, - { - "id": "6308", - "type": "stop" - }, - { - "id": "6309", - "type": "stop" - }, - { - "id": "6310", - "type": "stop" - } - ] - } + "self": "/lines/line-37" }, - "type": "trip" + "type": "line" }, { "attributes": {}, - "id": "1680", + "id": "371", "links": { - "self": "/stops/1680" + "self": "/stops/371" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1680" + "related": "/facilities/?filter[stop]=371" } }, "parent_station": { @@ -36302,14 +35750,14 @@ }, { "attributes": {}, - "id": "8499", + "id": "7969", "links": { - "self": "/stops/8499" + "self": "/stops/7969" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8499" + "related": "/facilities/?filter[stop]=7969" } }, "parent_station": { @@ -36326,14 +35774,14 @@ }, { "attributes": {}, - "id": "15977", + "id": "1128", "links": { - "self": "/stops/15977" + "self": "/stops/1128" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=15977" + "related": "/facilities/?filter[stop]=1128" } }, "parent_station": { @@ -36350,14 +35798,14 @@ }, { "attributes": {}, - "id": "11187", + "id": "2577", "links": { - "self": "/stops/11187" + "self": "/stops/2577" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=11187" + "related": "/facilities/?filter[stop]=2577" } }, "parent_station": { @@ -36374,14 +35822,14 @@ }, { "attributes": {}, - "id": "9202", + "id": "494", "links": { - "self": "/stops/9202" + "self": "/stops/494" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9202" + "related": "/facilities/?filter[stop]=494" } }, "parent_station": { @@ -36398,14 +35846,14 @@ }, { "attributes": {}, - "id": "78213", + "id": "86937", "links": { - "self": "/stops/78213" + "self": "/stops/86937" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=78213" + "related": "/facilities/?filter[stop]=86937" } }, "parent_station": { @@ -36422,22 +35870,25 @@ }, { "attributes": {}, - "id": "4706", + "id": "70117", "links": { - "self": "/stops/4706" + "self": "/stops/70117" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4706" + "related": "/facilities/?filter[stop]=70117" } }, "parent_station": { - "data": null + "data": { + "id": "place-sthld", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -36446,14 +35897,14 @@ }, { "attributes": {}, - "id": "21248", + "id": "1341", "links": { - "self": "/stops/21248" + "self": "/stops/1341" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=21248" + "related": "/facilities/?filter[stop]=1341" } }, "parent_station": { @@ -36470,22 +35921,25 @@ }, { "attributes": {}, - "id": "835", + "id": "70006", "links": { - "self": "/stops/835" + "self": "/stops/70006" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=835" + "related": "/facilities/?filter[stop]=70006" } }, "parent_station": { - "data": null + "data": { + "id": "place-jaksn", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -36494,22 +35948,25 @@ }, { "attributes": {}, - "id": "7630", + "id": "ER-0128-01", "links": { - "self": "/stops/7630" + "self": "/stops/ER-0128-01" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7630" + "related": "/facilities/?filter[stop]=ER-0128-01" } }, "parent_station": { - "data": null + "data": { + "id": "place-ER-0128", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "CR-zone-3", "type": "zone" } } @@ -36518,14 +35975,14 @@ }, { "attributes": {}, - "id": "5219", + "id": "7778", "links": { - "self": "/stops/5219" + "self": "/stops/7778" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5219" + "related": "/facilities/?filter[stop]=7778" } }, "parent_station": { @@ -36542,14 +35999,14 @@ }, { "attributes": {}, - "id": "15999", + "id": "66854", "links": { - "self": "/stops/15999" + "self": "/stops/66854" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=15999" + "related": "/facilities/?filter[stop]=66854" } }, "parent_station": { @@ -36566,14 +36023,14 @@ }, { "attributes": {}, - "id": "5723", + "id": "2154", "links": { - "self": "/stops/5723" + "self": "/stops/2154" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5723" + "related": "/facilities/?filter[stop]=2154" } }, "parent_station": { @@ -36590,14 +36047,14 @@ }, { "attributes": {}, - "id": "15038", + "id": "5380", "links": { - "self": "/stops/15038" + "self": "/stops/5380" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=15038" + "related": "/facilities/?filter[stop]=5380" } }, "parent_station": { @@ -36612,69 +36069,16 @@ }, "type": "stop" }, - { - "attributes": { - "direction_id": 1, - "headsign": "Oak Grove (Express shuttle)" - }, - "id": "OakGroveRockportExpress-1-sample", - "links": { - "self": "/trips/OakGroveRockportExpress-1-sample" - }, - "relationships": { - "route": { - "data": { - "id": "Shuttle-OakGroveRockportExpress", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Shuttle-OakGroveRockportExpress-0-1", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "canonical", - "type": "service" - } - }, - "shape": { - "data": { - "id": "RockportToOakGroveExpress-S", - "type": "shape" - } - }, - "stops": { - "data": [ - { - "id": "GB-0353-B", - "type": "stop" - }, - { - "id": "GB-0316-B1", - "type": "stop" - }, - { - "id": "9328", - "type": "stop" - } - ] - } - }, - "type": "trip" - }, { "attributes": {}, - "id": "48619", + "id": "8162", "links": { - "self": "/stops/48619" + "self": "/stops/8162" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=48619" + "related": "/facilities/?filter[stop]=8162" } }, "parent_station": { @@ -36691,14 +36095,14 @@ }, { "attributes": {}, - "id": "5905", + "id": "49948", "links": { - "self": "/stops/5905" + "self": "/stops/49948" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5905" + "related": "/facilities/?filter[stop]=49948" } }, "parent_station": { @@ -36715,14 +36119,14 @@ }, { "attributes": {}, - "id": "78531", + "id": "4086", "links": { - "self": "/stops/78531" + "self": "/stops/4086" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=78531" + "related": "/facilities/?filter[stop]=4086" } }, "parent_station": { @@ -36739,14 +36143,14 @@ }, { "attributes": {}, - "id": "7214", + "id": "9130", "links": { - "self": "/stops/7214" + "self": "/stops/9130" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7214" + "related": "/facilities/?filter[stop]=9130" } }, "parent_station": { @@ -36763,14 +36167,14 @@ }, { "attributes": {}, - "id": "7294", + "id": "12653", "links": { - "self": "/stops/7294" + "self": "/stops/12653" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7294" + "related": "/facilities/?filter[stop]=12653" } }, "parent_station": { @@ -36786,21 +36190,190 @@ "type": "stop" }, { - "attributes": {}, - "id": "3949", + "attributes": { + "direction_id": 1, + "headsign": "Forest Hills" + }, + "id": "67250665", "links": { - "self": "/stops/3949" + "self": "/trips/67250665" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=3949" + "route": { + "data": { + "id": "40", + "type": "route" } }, - "parent_station": { - "data": null - }, - "zone": { + "route_pattern": { + "data": { + "id": "40-2-1", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "WinterWeekday", + "type": "service" + } + }, + "shape": { + "data": { + "id": "400111", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "1618", + "type": "stop" + }, + { + "id": "11618", + "type": "stop" + }, + { + "id": "6523", + "type": "stop" + }, + { + "id": "6524", + "type": "stop" + }, + { + "id": "6526", + "type": "stop" + }, + { + "id": "6522", + "type": "stop" + }, + { + "id": "1616", + "type": "stop" + }, + { + "id": "1617", + "type": "stop" + }, + { + "id": "1620", + "type": "stop" + }, + { + "id": "1621", + "type": "stop" + }, + { + "id": "1623", + "type": "stop" + }, + { + "id": "625", + "type": "stop" + }, + { + "id": "10625", + "type": "stop" + }, + { + "id": "626", + "type": "stop" + }, + { + "id": "627", + "type": "stop" + }, + { + "id": "628", + "type": "stop" + }, + { + "id": "629", + "type": "stop" + }, + { + "id": "630", + "type": "stop" + }, + { + "id": "631", + "type": "stop" + }, + { + "id": "632", + "type": "stop" + }, + { + "id": "633", + "type": "stop" + }, + { + "id": "10633", + "type": "stop" + }, + { + "id": "634", + "type": "stop" + }, + { + "id": "635", + "type": "stop" + }, + { + "id": "636", + "type": "stop" + }, + { + "id": "637", + "type": "stop" + }, + { + "id": "638", + "type": "stop" + }, + { + "id": "639", + "type": "stop" + }, + { + "id": "640", + "type": "stop" + }, + { + "id": "641", + "type": "stop" + }, + { + "id": "642", + "type": "stop" + }, + { + "id": "10642", + "type": "stop" + } + ] + } + }, + "type": "trip" + }, + { + "attributes": {}, + "id": "1043", + "links": { + "self": "/stops/1043" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=1043" + } + }, + "parent_station": { + "data": null + }, + "zone": { "data": { "id": "LocalBus", "type": "zone" @@ -36811,14 +36384,14 @@ }, { "attributes": {}, - "id": "7478", + "id": "2369", "links": { - "self": "/stops/7478" + "self": "/stops/2369" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7478" + "related": "/facilities/?filter[stop]=2369" } }, "parent_station": { @@ -36833,16 +36406,30 @@ }, "type": "stop" }, + { + "attributes": { + "color": "FFC72C", + "long_name": "City Point - Copley via Broadway Station", + "short_name": "9", + "sort_order": 50090, + "text_color": "000000" + }, + "id": "line-9", + "links": { + "self": "/lines/line-9" + }, + "type": "line" + }, { "attributes": {}, - "id": "5530", + "id": "5359", "links": { - "self": "/stops/5530" + "self": "/stops/5359" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5530" + "related": "/facilities/?filter[stop]=5359" } }, "parent_station": { @@ -36859,14 +36446,14 @@ }, { "attributes": {}, - "id": "6615", + "id": "4100", "links": { - "self": "/stops/6615" + "self": "/stops/4100" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6615" + "related": "/facilities/?filter[stop]=4100" } }, "parent_station": { @@ -36882,594 +36469,387 @@ "type": "stop" }, { - "attributes": { - "direction_id": 0, - "headsign": "Babcock Street (Shuttle)" - }, - "id": "BabcockGovernmentCenter-0-sample", + "attributes": {}, + "id": "13830", "links": { - "self": "/trips/BabcockGovernmentCenter-0-sample" + "self": "/stops/13830" }, "relationships": { - "route": { - "data": { - "id": "Shuttle-BabcockCopley", - "type": "route" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=13830" } }, - "route_pattern": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "Shuttle-BabcockCopley-0-0", - "type": "route_pattern" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "7309", + "links": { + "self": "/stops/7309" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=7309" } }, - "service": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "canonical", - "type": "service" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "39696", + "links": { + "self": "/stops/39696" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=39696" } }, - "shape": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "CopleyToBabcock-S", - "type": "shape" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "250", + "links": { + "self": "/stops/250" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=250" } }, - "stops": { - "data": [ - { - "id": "178", - "type": "stop" - }, - { - "id": "9070184", - "type": "stop" - }, - { - "id": "9070185", - "type": "stop" - }, - { - "id": "952", - "type": "stop" - }, - { - "id": "953", - "type": "stop" - }, - { - "id": "956", - "type": "stop" - }, - { - "id": "958", - "type": "stop" - } - ] + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } } }, - "type": "trip" + "type": "stop" }, { "attributes": { "direction_id": 0, - "headsign": "Woodlawn" + "headsign": "Salem Depot" }, - "id": "61870064", + "id": "67202332", "links": { - "self": "/trips/61870064" + "self": "/trips/67202332" }, "relationships": { "route": { "data": { - "id": "111", + "id": "435", "type": "route" } }, "route_pattern": { "data": { - "id": "111-5-0", + "id": "435-7-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "1110256", + "id": "4350250", "type": "shape" } }, "stops": { "data": [ { - "id": "8309", - "type": "stop" - }, - { - "id": "2832", - "type": "stop" - }, - { - "id": "5611", - "type": "stop" - }, - { - "id": "5612", - "type": "stop" - }, - { - "id": "5613", - "type": "stop" - }, - { - "id": "5614", - "type": "stop" - }, - { - "id": "5615", - "type": "stop" - }, - { - "id": "56170", - "type": "stop" - }, - { - "id": "5618", - "type": "stop" - }, - { - "id": "5619", - "type": "stop" - }, - { - "id": "5620", - "type": "stop" - }, - { - "id": "5621", + "id": "14748", "type": "stop" }, { - "id": "5623", + "id": "7240", "type": "stop" }, { - "id": "5624", + "id": "7242", "type": "stop" }, { - "id": "5625", + "id": "7245", "type": "stop" }, { - "id": "5626", + "id": "7288", "type": "stop" }, { - "id": "5627", + "id": "17288", "type": "stop" }, { - "id": "5628", + "id": "7296", "type": "stop" }, { - "id": "5629", + "id": "7297", "type": "stop" }, { - "id": "5630", + "id": "7298", "type": "stop" }, { - "id": "5631", + "id": "7299", "type": "stop" }, { - "id": "5632", + "id": "6854", "type": "stop" }, { - "id": "5633", + "id": "66854", "type": "stop" }, { - "id": "5636", + "id": "6855", "type": "stop" }, { - "id": "5547", - "type": "stop" - } - ] - } - }, - "type": "trip" - }, - { - "attributes": { - "direction_id": 0, - "headsign": "Rockport (Limited shuttle)" - }, - "id": "OakGroveRockportLimited-0-sample", - "links": { - "self": "/trips/OakGroveRockportLimited-0-sample" - }, - "relationships": { - "route": { - "data": { - "id": "Shuttle-OakGroveRockportLimited", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Shuttle-OakGroveRockportLimited-0-0", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "canonical", - "type": "service" - } - }, - "shape": { - "data": { - "id": "OakGroveToRockportLimited-S", - "type": "shape" - } - }, - "stops": { - "data": [ - { - "id": "9328", + "id": "6857", "type": "stop" }, { - "id": "ER-0168-B", + "id": "6859", "type": "stop" }, { - "id": "ER-0183-B", + "id": "6860", "type": "stop" }, { - "id": "GB-0198-B2", + "id": "6861", "type": "stop" }, { - "id": "GB-0229-B0", + "id": "6862", "type": "stop" }, { - "id": "GB-0254-B2", + "id": "6863", "type": "stop" }, { - "id": "GB-0296-B2", + "id": "16683", "type": "stop" }, { - "id": "GB-0316-B0", + "id": "7265", "type": "stop" }, { - "id": "GB-0353-B", - "type": "stop" - } - ] - } - }, - "type": "trip" - }, - { - "attributes": { - "direction_id": 1, - "headsign": "Wonderland" - }, - "id": "canonical-Blue-C1-1", - "links": { - "self": "/trips/canonical-Blue-C1-1" - }, - "relationships": { - "route": { - "data": { - "id": "Blue", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Blue-6-1", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "canonical", - "type": "service" - } - }, - "shape": { - "data": { - "id": "canonical-946_0014", - "type": "shape" - } - }, - "stops": { - "data": [ - { - "id": "70038", + "id": "7266", "type": "stop" }, { - "id": "70040", + "id": "7267", "type": "stop" }, { - "id": "70042", + "id": "7268", "type": "stop" }, { - "id": "70044", + "id": "4919", "type": "stop" }, { - "id": "70046", + "id": "4920", "type": "stop" }, { - "id": "70048", + "id": "4921", "type": "stop" }, { - "id": "70050", + "id": "4922", "type": "stop" }, { - "id": "70052", + "id": "4923", "type": "stop" }, { - "id": "70054", + "id": "4924", "type": "stop" }, { - "id": "70056", + "id": "4925", "type": "stop" }, { - "id": "70058", + "id": "14925", "type": "stop" }, { - "id": "70060", - "type": "stop" - } - ] - } - }, - "type": "trip" - }, - { - "attributes": { - "color": "7C878E", - "direction_destinations": [ - "Nubian Station", - "South Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Nubian Station - South Station", - "short_name": "SL4", - "sort_order": 10055, - "text_color": "FFFFFF", - "type": 3 - }, - "id": "751", - "links": { - "self": "/routes/751" - }, - "relationships": { - "line": { - "data": { - "id": "line-SLWashington", - "type": "line" - } - } - }, - "type": "route" - }, - { - "attributes": {}, - "id": "2738", - "links": { - "self": "/stops/2738" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=2738" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": { - "direction_id": 0, - "headsign": "Chestnut Hill Mall" - }, - "id": "61393840", - "links": { - "self": "/trips/61393840" - }, - "relationships": { - "route": { - "data": { - "id": "60", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "60-2-0", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "SpringWeekday", - "type": "service" - } - }, - "shape": { - "data": { - "id": "600197", - "type": "shape" - } - }, - "stops": { - "data": [ - { - "id": "899", + "id": "4926", "type": "stop" }, { - "id": "8993", + "id": "4927", "type": "stop" }, { - "id": "1518", + "id": "4928", "type": "stop" }, { - "id": "1519", + "id": "4929", "type": "stop" }, { - "id": "1520", + "id": "4930", "type": "stop" }, { - "id": "1777", + "id": "4931", "type": "stop" }, { - "id": "1778", + "id": "4932", "type": "stop" }, { - "id": "1521", + "id": "7269", "type": "stop" }, { - "id": "1523", + "id": "45821", "type": "stop" }, { - "id": "1524", + "id": "4583", "type": "stop" }, { - "id": "1525", + "id": "4596", "type": "stop" }, { - "id": "11366", + "id": "4615", "type": "stop" }, { - "id": "1527", + "id": "7270", "type": "stop" }, { - "id": "1528", + "id": "14613", "type": "stop" }, { - "id": "1529", + "id": "14616", "type": "stop" }, { - "id": "15291", + "id": "4662", "type": "stop" }, { - "id": "1530", + "id": "4664", "type": "stop" }, { - "id": "1531", + "id": "4665", "type": "stop" }, { - "id": "1532", + "id": "4948", "type": "stop" }, { - "id": "1533", + "id": "4666", "type": "stop" }, { - "id": "1534", + "id": "4949", "type": "stop" }, { - "id": "1535", + "id": "4950", "type": "stop" }, { - "id": "15351", + "id": "4667", "type": "stop" }, { - "id": "1536", + "id": "4668", "type": "stop" }, { - "id": "1539", + "id": "4669", "type": "stop" }, { - "id": "1540", + "id": "4670", "type": "stop" }, { - "id": "1965", + "id": "4671", "type": "stop" }, { - "id": "19661", + "id": "4672", "type": "stop" }, { - "id": "17000", + "id": "4673", "type": "stop" }, { - "id": "17001", + "id": "4674", "type": "stop" }, { - "id": "19821", + "id": "37150", "type": "stop" } ] @@ -37479,22 +36859,25 @@ }, { "attributes": {}, - "id": "88339", + "id": "WML-0364-02", "links": { - "self": "/stops/88339" + "self": "/stops/WML-0364-02" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=88339" + "related": "/facilities/?filter[stop]=WML-0364-02" } }, "parent_station": { - "data": null + "data": { + "id": "place-WML-0364", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "CR-zone-8", "type": "zone" } } @@ -37503,14 +36886,14 @@ }, { "attributes": {}, - "id": "8546", + "id": "1272", "links": { - "self": "/stops/8546" + "self": "/stops/1272" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8546" + "related": "/facilities/?filter[stop]=1272" } }, "parent_station": { @@ -37527,14 +36910,14 @@ }, { "attributes": {}, - "id": "10612", + "id": "2414", "links": { - "self": "/stops/10612" + "self": "/stops/2414" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=10612" + "related": "/facilities/?filter[stop]=2414" } }, "parent_station": { @@ -37551,14 +36934,14 @@ }, { "attributes": {}, - "id": "2430", + "id": "88171", "links": { - "self": "/stops/2430" + "self": "/stops/88171" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2430" + "related": "/facilities/?filter[stop]=88171" } }, "parent_station": { @@ -37575,14 +36958,14 @@ }, { "attributes": {}, - "id": "3082", + "id": "7818", "links": { - "self": "/stops/3082" + "self": "/stops/7818" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3082" + "related": "/facilities/?filter[stop]=7818" } }, "parent_station": { @@ -37599,14 +36982,14 @@ }, { "attributes": {}, - "id": "905", + "id": "480", "links": { - "self": "/stops/905" + "self": "/stops/480" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=905" + "related": "/facilities/?filter[stop]=480" } }, "parent_station": { @@ -37623,14 +37006,14 @@ }, { "attributes": {}, - "id": "791", + "id": "5753", "links": { - "self": "/stops/791" + "self": "/stops/5753" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=791" + "related": "/facilities/?filter[stop]=5753" } }, "parent_station": { @@ -37647,14 +37030,14 @@ }, { "attributes": {}, - "id": "1417", + "id": "39401", "links": { - "self": "/stops/1417" + "self": "/stops/39401" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1417" + "related": "/facilities/?filter[stop]=39401" } }, "parent_station": { @@ -37670,63 +37053,180 @@ "type": "stop" }, { - "attributes": {}, - "id": "94320", + "attributes": { + "direction_id": 1, + "headsign": "Quincy Center" + }, + "id": "67291050", "links": { - "self": "/stops/94320" + "self": "/trips/67291050" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=94320" + "route": { + "data": { + "id": "225", + "type": "route" } }, - "parent_station": { - "data": null - }, - "zone": { + "route_pattern": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "624", - "links": { - "self": "/stops/624" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=624" + "id": "225-1-1", + "type": "route_pattern" } }, - "parent_station": { - "data": null + "service": { + "data": { + "id": "WinterWeekday", + "type": "service" + } }, - "zone": { + "shape": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "2250180", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "3824", + "type": "stop" + }, + { + "id": "3709", + "type": "stop" + }, + { + "id": "3710", + "type": "stop" + }, + { + "id": "3711", + "type": "stop" + }, + { + "id": "3713", + "type": "stop" + }, + { + "id": "3714", + "type": "stop" + }, + { + "id": "3715", + "type": "stop" + }, + { + "id": "3716", + "type": "stop" + }, + { + "id": "3717", + "type": "stop" + }, + { + "id": "3718", + "type": "stop" + }, + { + "id": "3719", + "type": "stop" + }, + { + "id": "3720", + "type": "stop" + }, + { + "id": "3722", + "type": "stop" + }, + { + "id": "3724", + "type": "stop" + }, + { + "id": "3726", + "type": "stop" + }, + { + "id": "38391", + "type": "stop" + }, + { + "id": "39401", + "type": "stop" + }, + { + "id": "3841", + "type": "stop" + }, + { + "id": "38411", + "type": "stop" + }, + { + "id": "3842", + "type": "stop" + }, + { + "id": "3843", + "type": "stop" + }, + { + "id": "3844", + "type": "stop" + }, + { + "id": "3845", + "type": "stop" + }, + { + "id": "3732", + "type": "stop" + }, + { + "id": "3733", + "type": "stop" + }, + { + "id": "3421", + "type": "stop" + }, + { + "id": "3422", + "type": "stop" + }, + { + "id": "3423", + "type": "stop" + }, + { + "id": "33241", + "type": "stop" + }, + { + "id": "32000", + "type": "stop" + }, + { + "id": "32001", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "1035", + "id": "2812", "links": { - "self": "/stops/1035" + "self": "/stops/2812" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1035" + "related": "/facilities/?filter[stop]=2812" } }, "parent_station": { @@ -37743,14 +37243,14 @@ }, { "attributes": {}, - "id": "2137", + "id": "4308", "links": { - "self": "/stops/2137" + "self": "/stops/4308" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2137" + "related": "/facilities/?filter[stop]=4308" } }, "parent_station": { @@ -37767,14 +37267,14 @@ }, { "attributes": {}, - "id": "48618", + "id": "7441", "links": { - "self": "/stops/48618" + "self": "/stops/7441" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=48618" + "related": "/facilities/?filter[stop]=7441" } }, "parent_station": { @@ -37791,14 +37291,14 @@ }, { "attributes": {}, - "id": "4704", + "id": "11164", "links": { - "self": "/stops/4704" + "self": "/stops/11164" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4704" + "related": "/facilities/?filter[stop]=11164" } }, "parent_station": { @@ -37815,35 +37315,14 @@ }, { "attributes": {}, - "id": "9070129", - "links": { - "self": "/stops/9070129" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=9070129" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": null - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "5678", + "id": "5269", "links": { - "self": "/stops/5678" + "self": "/stops/5269" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5678" + "related": "/facilities/?filter[stop]=5269" } }, "parent_station": { @@ -37860,14 +37339,14 @@ }, { "attributes": {}, - "id": "9085", + "id": "7442", "links": { - "self": "/stops/9085" + "self": "/stops/7442" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9085" + "related": "/facilities/?filter[stop]=7442" } }, "parent_station": { @@ -37884,615 +37363,318 @@ }, { "attributes": {}, - "id": "70003", + "id": "NB-0072-B0", "links": { - "self": "/stops/70003" + "self": "/stops/NB-0072-B0" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70003" + "related": "/facilities/?filter[stop]=NB-0072-B0" } }, "parent_station": { "data": { - "id": "place-grnst", + "id": "place-NB-0072", "type": "stop" } }, "zone": { - "data": { - "id": "RapidTransit", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "113", - "links": { - "self": "/stops/113" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=113" - } - }, - "parent_station": { "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } } }, "type": "stop" }, { "attributes": { - "direction_id": 1, - "headsign": "Downtown via Copley (Express)" + "direction_id": 0, + "headsign": "Bedford VA" }, - "id": "61392988", + "id": "67009339", "links": { - "self": "/trips/61392988" + "self": "/trips/67009339" }, "relationships": { "route": { "data": { - "id": "504", + "id": "62", "type": "route" } }, "route_pattern": { "data": { - "id": "504-2-1", + "id": "62-3-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "5040119", + "id": "620200", "type": "shape" } }, "stops": { "data": [ { - "id": "900", + "id": "141", "type": "stop" }, { - "id": "902", + "id": "2482", "type": "stop" }, { - "id": "1900", + "id": "2353", "type": "stop" }, { - "id": "903", + "id": "2354", "type": "stop" }, { - "id": "9031", + "id": "2355", "type": "stop" }, { - "id": "71855", + "id": "2356", "type": "stop" }, { - "id": "6542", + "id": "2357", "type": "stop" }, { - "id": "6550", + "id": "2358", "type": "stop" }, { - "id": "6551", + "id": "2359", "type": "stop" - } - ] - } - }, - "type": "trip" - }, - { - "attributes": {}, - "id": "12323", - "links": { - "self": "/stops/12323" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=12323" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": { - "direction_id": 0, - "headsign": "Swampscott (Shuttle)" - }, - "id": "LynnSwampscott-0-sample", - "links": { - "self": "/trips/LynnSwampscott-0-sample" - }, - "relationships": { - "route": { - "data": { - "id": "Shuttle-LynnSwampscott", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Shuttle-LynnSwampscott-0-0", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "canonical", - "type": "service" - } - }, - "shape": { - "data": { - "id": "LynnToSwampscott-S", - "type": "shape" - } - }, - "stops": { - "data": [ + }, { - "id": "ER-0128-B1", + "id": "2360", "type": "stop" - } - ] - } - }, - "type": "trip" - }, - { - "attributes": {}, - "id": "7359", - "links": { - "self": "/stops/7359" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=7359" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "70509", - "links": { - "self": "/stops/70509" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=70509" - } - }, - "parent_station": { - "data": { - "id": "place-balsq", - "type": "stop" - } - }, - "zone": { - "data": { - "id": "RapidTransit", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "7191", - "links": { - "self": "/stops/7191" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=7191" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "38499", - "links": { - "self": "/stops/38499" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=38499" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "2345", - "links": { - "self": "/stops/2345" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=2345" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": { - "direction_id": 0, - "headsign": "Belmont Center" - }, - "id": "61849879", - "links": { - "self": "/trips/61849879" - }, - "relationships": { - "route": { - "data": { - "id": "74", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "74-1-0", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "SpringWeekday", - "type": "service" - } - }, - "shape": { - "data": { - "id": "740079", - "type": "shape" - } - }, - "stops": { - "data": [ + }, { - "id": "20761", + "id": "12360", "type": "stop" }, { - "id": "2170", + "id": "12323", "type": "stop" }, { - "id": "2172", + "id": "32358", "type": "stop" }, { - "id": "2173", + "id": "22358", "type": "stop" }, { - "id": "2174", + "id": "7922", "type": "stop" }, { - "id": "2175", + "id": "8428", "type": "stop" }, { - "id": "2176", + "id": "8429", "type": "stop" }, { - "id": "2177", + "id": "8430", "type": "stop" }, { - "id": "2179", + "id": "8431", "type": "stop" }, { - "id": "2180", + "id": "8432", "type": "stop" }, { - "id": "2181", + "id": "8433", "type": "stop" }, { - "id": "2182", + "id": "8434", "type": "stop" }, { - "id": "2184", + "id": "8435", "type": "stop" }, { - "id": "2185", + "id": "8436", "type": "stop" }, { - "id": "2186", + "id": "8591", "type": "stop" }, { - "id": "2187", + "id": "8593", "type": "stop" }, { - "id": "2191", + "id": "8595", "type": "stop" }, { - "id": "2192", + "id": "8596", "type": "stop" }, { - "id": "2194", + "id": "8597", "type": "stop" }, { - "id": "2196", + "id": "8598", "type": "stop" }, { - "id": "2197", + "id": "8599", "type": "stop" }, { - "id": "2137", + "id": "8600", "type": "stop" - } - ] - } - }, - "type": "trip" - }, - { - "attributes": {}, - "id": "86114", - "links": { - "self": "/stops/86114" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=86114" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": { - "direction_id": 1, - "headsign": "Back Bay" - }, - "id": "61945834", - "links": { - "self": "/trips/61945834" - }, - "relationships": { - "route": { - "data": { - "id": "39", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "39-3-1", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "SpringWeekday", - "type": "service" - } - }, - "shape": { - "data": { - "id": "390145", - "type": "shape" - } - }, - "stops": { - "data": [ + }, { - "id": "10642", + "id": "8601", "type": "stop" }, { - "id": "1936", + "id": "7878", "type": "stop" }, { - "id": "1937", + "id": "8437", "type": "stop" }, { - "id": "1128", + "id": "8438", "type": "stop" }, { - "id": "1129", + "id": "8439", "type": "stop" }, { - "id": "1130", + "id": "8440", "type": "stop" }, { - "id": "1132", + "id": "8441", "type": "stop" }, { - "id": "11131", + "id": "8442", "type": "stop" }, { - "id": "6570", + "id": "8443", "type": "stop" }, { - "id": "6571", + "id": "8444", "type": "stop" }, { - "id": "6573", + "id": "8445", "type": "stop" }, { - "id": "65741", + "id": "8446", "type": "stop" }, { - "id": "6575", + "id": "8447", "type": "stop" }, { - "id": "1315", + "id": "8448", "type": "stop" }, { - "id": "1317", + "id": "8449", "type": "stop" }, { - "id": "21317", + "id": "8450", "type": "stop" }, { - "id": "31317", + "id": "8451", "type": "stop" }, { - "id": "51317", + "id": "8453", "type": "stop" }, { - "id": "71317", + "id": "8455", "type": "stop" }, { - "id": "81317", + "id": "8457", "type": "stop" }, { - "id": "91317", + "id": "8458", "type": "stop" }, { - "id": "11389", + "id": "8459", "type": "stop" }, { - "id": "174", + "id": "8460", "type": "stop" }, { - "id": "175", + "id": "8462", "type": "stop" }, { - "id": "143", + "id": "8464", "type": "stop" }, { - "id": "23391", + "id": "8465", + "type": "stop" + }, + { + "id": "8466", + "type": "stop" + }, + { + "id": "8467", + "type": "stop" + }, + { + "id": "8468", + "type": "stop" + }, + { + "id": "34879", + "type": "stop" + }, + { + "id": "17879", + "type": "stop" + }, + { + "id": "8471", "type": "stop" } ] @@ -38502,106 +37684,86 @@ }, { "attributes": { - "direction_id": 1, - "headsign": "Alewife" + "direction_id": 0, + "headsign": "Needham Heights" }, - "id": "canonical-Red-C2-1", + "id": "SouthWKDYF24-697720-603", "links": { - "self": "/trips/canonical-Red-C2-1" + "self": "/trips/SouthWKDYF24-697720-603" }, "relationships": { "route": { "data": { - "id": "Red", + "id": "CR-Needham", "type": "route" } }, "route_pattern": { "data": { - "id": "Red-1-1", + "id": "CR-Needham-a6552e0a-0", "type": "route_pattern" } }, "service": { "data": { - "id": "canonical", + "id": "FALL 2024-SOUTHWKD-Weekday-1-Scbbf1ea5", "type": "service" } }, "shape": { "data": { - "id": "canonical-931_0010", + "id": "9860002", "type": "shape" } }, "stops": { "data": [ { - "id": "70094", - "type": "stop" - }, - { - "id": "70092", - "type": "stop" - }, - { - "id": "70090", - "type": "stop" - }, - { - "id": "70088", - "type": "stop" - }, - { - "id": "70086", - "type": "stop" - }, - { - "id": "70084", + "id": "NEC-2287", "type": "stop" }, { - "id": "70082", + "id": "NEC-2276-01", "type": "stop" }, { - "id": "70080", + "id": "NEC-2265-01", "type": "stop" }, { - "id": "70078", + "id": "NEC-2237-03", "type": "stop" }, { - "id": "70076", + "id": "NB-0064-S", "type": "stop" }, { - "id": "70074", + "id": "NB-0072-S", "type": "stop" }, { - "id": "70072", + "id": "NB-0076-S", "type": "stop" }, { - "id": "70070", + "id": "NB-0080-S", "type": "stop" }, { - "id": "70068", + "id": "NB-0109-S", "type": "stop" }, { - "id": "70066", + "id": "NB-0120-S", "type": "stop" }, { - "id": "70064", + "id": "NB-0127-S", "type": "stop" }, { - "id": "70061", + "id": "NB-0137-S", "type": "stop" } ] @@ -38611,86 +37773,14 @@ }, { "attributes": {}, - "id": "3256", - "links": { - "self": "/stops/3256" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=3256" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "8317", - "links": { - "self": "/stops/8317" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=8317" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "5585", - "links": { - "self": "/stops/5585" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=5585" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "5638", + "id": "3640", "links": { - "self": "/stops/5638" + "self": "/stops/3640" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5638" + "related": "/facilities/?filter[stop]=3640" } }, "parent_station": { @@ -38707,14 +37797,14 @@ }, { "attributes": {}, - "id": "3250", + "id": "29618", "links": { - "self": "/stops/3250" + "self": "/stops/29618" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3250" + "related": "/facilities/?filter[stop]=29618" } }, "parent_station": { @@ -38731,14 +37821,14 @@ }, { "attributes": {}, - "id": "8342", + "id": "5215", "links": { - "self": "/stops/8342" + "self": "/stops/5215" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8342" + "related": "/facilities/?filter[stop]=5215" } }, "parent_station": { @@ -38755,14 +37845,14 @@ }, { "attributes": {}, - "id": "5246", + "id": "23618", "links": { - "self": "/stops/5246" + "self": "/stops/23618" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5246" + "related": "/facilities/?filter[stop]=23618" } }, "parent_station": { @@ -38779,41 +37869,14 @@ }, { "attributes": {}, - "id": "70156", - "links": { - "self": "/stops/70156" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=70156" - } - }, - "parent_station": { - "data": { - "id": "place-armnl", - "type": "stop" - } - }, - "zone": { - "data": { - "id": "RapidTransit", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "284", + "id": "2448", "links": { - "self": "/stops/284" + "self": "/stops/2448" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=284" + "related": "/facilities/?filter[stop]=2448" } }, "parent_station": { @@ -38830,14 +37893,14 @@ }, { "attributes": {}, - "id": "18595", + "id": "5423", "links": { - "self": "/stops/18595" + "self": "/stops/5423" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=18595" + "related": "/facilities/?filter[stop]=5423" } }, "parent_station": { @@ -38854,14 +37917,14 @@ }, { "attributes": {}, - "id": "4236", + "id": "4801", "links": { - "self": "/stops/4236" + "self": "/stops/4801" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4236" + "related": "/facilities/?filter[stop]=4801" } }, "parent_station": { @@ -38878,14 +37941,14 @@ }, { "attributes": {}, - "id": "621", + "id": "88344", "links": { - "self": "/stops/621" + "self": "/stops/88344" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=621" + "related": "/facilities/?filter[stop]=88344" } }, "parent_station": { @@ -38902,14 +37965,14 @@ }, { "attributes": {}, - "id": "1286", + "id": "1268", "links": { - "self": "/stops/1286" + "self": "/stops/1268" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1286" + "related": "/facilities/?filter[stop]=1268" } }, "parent_station": { @@ -38926,14 +37989,14 @@ }, { "attributes": {}, - "id": "35830", + "id": "9241", "links": { - "self": "/stops/35830" + "self": "/stops/9241" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=35830" + "related": "/facilities/?filter[stop]=9241" } }, "parent_station": { @@ -38950,298 +38013,218 @@ }, { "attributes": { - "direction_id": 0, - "headsign": "Bedford VA" + "direction_id": 1, + "headsign": "Neptune Towers via Central Square" }, - "id": "61848677", + "id": "67223316", "links": { - "self": "/trips/61848677" + "self": "/trips/67223316" }, "relationships": { "route": { "data": { - "id": "62", + "id": "435", "type": "route" } }, "route_pattern": { "data": { - "id": "62-3-0", + "id": "435-6-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterSunday", "type": "service" } }, "shape": { "data": { - "id": "620190", + "id": "4350229", "type": "shape" } }, "stops": { "data": [ { - "id": "141", - "type": "stop" - }, - { - "id": "2482", - "type": "stop" - }, - { - "id": "2353", - "type": "stop" - }, - { - "id": "2354", - "type": "stop" - }, - { - "id": "2355", - "type": "stop" - }, - { - "id": "2356", - "type": "stop" - }, - { - "id": "2357", - "type": "stop" - }, - { - "id": "2358", - "type": "stop" - }, - { - "id": "2359", - "type": "stop" - }, - { - "id": "2360", - "type": "stop" - }, - { - "id": "12360", - "type": "stop" - }, - { - "id": "12323", - "type": "stop" - }, - { - "id": "32358", - "type": "stop" - }, - { - "id": "22358", - "type": "stop" - }, - { - "id": "7922", - "type": "stop" - }, - { - "id": "8428", - "type": "stop" - }, - { - "id": "8429", - "type": "stop" - }, - { - "id": "8430", - "type": "stop" - }, - { - "id": "8431", - "type": "stop" - }, - { - "id": "8432", - "type": "stop" - }, - { - "id": "8433", + "id": "7270", "type": "stop" }, { - "id": "8434", + "id": "4597", "type": "stop" }, { - "id": "8435", + "id": "4561", "type": "stop" }, { - "id": "8436", + "id": "4581", "type": "stop" }, { - "id": "8591", + "id": "4582", "type": "stop" }, { - "id": "8593", + "id": "7269", "type": "stop" }, { - "id": "8595", + "id": "4933", "type": "stop" }, { - "id": "8596", + "id": "4934", "type": "stop" }, { - "id": "8597", + "id": "4935", "type": "stop" }, { - "id": "8598", + "id": "4936", "type": "stop" }, { - "id": "8599", + "id": "14936", "type": "stop" }, { - "id": "8600", + "id": "4937", "type": "stop" }, { - "id": "8601", + "id": "14937", "type": "stop" }, { - "id": "7878", + "id": "4938", "type": "stop" }, { - "id": "8437", + "id": "4939", "type": "stop" }, { - "id": "8438", + "id": "4940", "type": "stop" }, { - "id": "8439", + "id": "4941", "type": "stop" }, { - "id": "8440", + "id": "4942", "type": "stop" }, { - "id": "8441", + "id": "4943", "type": "stop" }, { - "id": "8442", + "id": "4945", "type": "stop" }, { - "id": "8443", + "id": "7199", "type": "stop" }, { - "id": "8444", + "id": "7200", "type": "stop" }, { - "id": "8445", + "id": "7201", "type": "stop" }, { - "id": "8446", + "id": "7202", "type": "stop" }, { - "id": "8447", + "id": "7263", "type": "stop" }, { - "id": "8448", + "id": "7205", "type": "stop" }, { - "id": "8449", + "id": "7206", "type": "stop" }, { - "id": "8450", + "id": "7208", "type": "stop" }, { - "id": "8451", + "id": "7210", "type": "stop" }, { - "id": "8453", + "id": "7211", "type": "stop" }, { - "id": "8455", + "id": "7212", "type": "stop" }, { - "id": "8457", + "id": "7213", "type": "stop" }, { - "id": "8458", + "id": "7253", "type": "stop" }, { - "id": "8459", + "id": "7254", "type": "stop" }, { - "id": "8460", + "id": "7255", "type": "stop" }, { - "id": "8461", + "id": "17255", "type": "stop" }, { - "id": "8462", + "id": "7289", "type": "stop" }, { - "id": "8464", + "id": "6767", "type": "stop" }, { - "id": "8465", + "id": "6769", "type": "stop" }, { - "id": "8466", + "id": "6771", "type": "stop" }, { - "id": "8467", + "id": "6772", "type": "stop" }, { - "id": "8468", + "id": "16653", "type": "stop" }, { - "id": "34879", + "id": "94321", "type": "stop" }, { - "id": "17879", + "id": "94325", "type": "stop" }, { - "id": "8471", + "id": "94320", "type": "stop" } ] @@ -39251,14 +38234,14 @@ }, { "attributes": {}, - "id": "3020", + "id": "5638", "links": { - "self": "/stops/3020" + "self": "/stops/5638" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3020" + "related": "/facilities/?filter[stop]=5638" } }, "parent_station": { @@ -39275,41 +38258,14 @@ }, { "attributes": {}, - "id": "70088", - "links": { - "self": "/stops/70088" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=70088" - } - }, - "parent_station": { - "data": { - "id": "place-shmnl", - "type": "stop" - } - }, - "zone": { - "data": { - "id": "RapidTransit", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "9241", + "id": "411", "links": { - "self": "/stops/9241" + "self": "/stops/411" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9241" + "related": "/facilities/?filter[stop]=411" } }, "parent_station": { @@ -39326,14 +38282,14 @@ }, { "attributes": {}, - "id": "4168", + "id": "7359", "links": { - "self": "/stops/4168" + "self": "/stops/7359" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4168" + "related": "/facilities/?filter[stop]=7359" } }, "parent_station": { @@ -39350,14 +38306,14 @@ }, { "attributes": {}, - "id": "81447", + "id": "7884", "links": { - "self": "/stops/81447" + "self": "/stops/7884" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=81447" + "related": "/facilities/?filter[stop]=7884" } }, "parent_station": { @@ -39374,14 +38330,14 @@ }, { "attributes": {}, - "id": "288", + "id": "1708", "links": { - "self": "/stops/288" + "self": "/stops/1708" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=288" + "related": "/facilities/?filter[stop]=1708" } }, "parent_station": { @@ -39398,46 +38354,25 @@ }, { "attributes": {}, - "id": "6627", + "id": "71150", "links": { - "self": "/stops/6627" + "self": "/stops/71150" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6627" + "related": "/facilities/?filter[stop]=71150" } }, "parent_station": { - "data": null - }, - "zone": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "4742", - "links": { - "self": "/stops/4742" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=4742" + "id": "place-kencl", + "type": "stop" } }, - "parent_station": { - "data": null - }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -39446,62 +38381,38 @@ }, { "attributes": {}, - "id": "2671", + "id": "WR-0205-B1", "links": { - "self": "/stops/2671" + "self": "/stops/WR-0205-B1" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2671" + "related": "/facilities/?filter[stop]=WR-0205-B1" } }, "parent_station": { - "data": null - }, - "zone": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "2385", - "links": { - "self": "/stops/2385" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=2385" + "id": "place-WR-0205", + "type": "stop" } }, - "parent_station": { - "data": null - }, "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } + "data": null } }, "type": "stop" }, { "attributes": {}, - "id": "99", + "id": "3051", "links": { - "self": "/stops/99" + "self": "/stops/3051" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=99" + "related": "/facilities/?filter[stop]=3051" } }, "parent_station": { @@ -39518,14 +38429,14 @@ }, { "attributes": {}, - "id": "12829", + "id": "111", "links": { - "self": "/stops/12829" + "self": "/stops/111" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=12829" + "related": "/facilities/?filter[stop]=111" } }, "parent_station": { @@ -39541,544 +38452,239 @@ "type": "stop" }, { - "attributes": {}, - "id": "7376", + "attributes": { + "direction_id": 0, + "headsign": "Wakefield Ave" + }, + "id": "67250324", "links": { - "self": "/stops/7376" + "self": "/trips/67250324" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=7376" + "route": { + "data": { + "id": "24", + "type": "route" } }, - "parent_station": { - "data": null - }, - "zone": { + "route_pattern": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "70055", - "links": { - "self": "/stops/70055" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=70055" + "id": "24-2-0", + "type": "route_pattern" } }, - "parent_station": { + "service": { "data": { - "id": "place-bmmnl", - "type": "stop" + "id": "WinterWeekday", + "type": "service" } }, - "zone": { + "shape": { "data": { - "id": "RapidTransit", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "7409", - "links": { - "self": "/stops/7409" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=7409" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "9070079", - "links": { - "self": "/stops/9070079" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=9070079" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": null - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "10006", - "links": { - "self": "/stops/10006" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=10006" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": { - "direction_id": 0, - "headsign": "Newton Highlands (Shuttle)" - }, - "id": "CR-FHNwtnHghldsShuttle-SummerWeekday-0-05:00:00", - "links": { - "self": "/trips/CR-FHNwtnHghldsShuttle-SummerWeekday-0-05%3A00%3A00" - }, - "relationships": { - "route": { - "data": { - "id": "Shuttle-ForestHillsNewtonHighlands", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Shuttle-ForestHillsNewtonHighlands-0-0", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "CR-FHNwtnHghldsShuttle-SummerWeekday", - "type": "service" - } - }, - "shape": { - "data": { - "id": "ForestHillsToNewtonHighlands-S", - "type": "shape" + "id": "240168", + "type": "shape" } }, "stops": { "data": [ { - "id": "10642", + "id": "334", "type": "stop" }, { - "id": "NB-0064-B0", + "id": "536", "type": "stop" }, { - "id": "NB-0072-B0", + "id": "537", "type": "stop" }, { - "id": "NB-0076-B0", + "id": "569", "type": "stop" }, { - "id": "NB-0080-B2", + "id": "10569", "type": "stop" }, { - "id": "NB-0109-B0", + "id": "570", "type": "stop" }, { - "id": "91852", + "id": "883", "type": "stop" }, { - "id": "NB-0127-B0", + "id": "571", "type": "stop" }, { - "id": "NB-0137-B0", + "id": "572", "type": "stop" }, { - "id": "9070168", + "id": "574", "type": "stop" - } - ] - } - }, - "type": "trip" - }, - { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Bowdoin", - "Wonderland" - ], - "direction_names": [ - "West", - "East" - ], - "long_name": "Airport - Government Center via Maverick", - "short_name": "Blue Line Shuttle", - "sort_order": 60209, - "text_color": "000000", - "type": 3 - }, - "id": "Shuttle-AirportGovernmentCenterLocalViaGate", - "links": { - "self": "/routes/Shuttle-AirportGovernmentCenterLocalViaGate" - }, - "relationships": { - "line": { - "data": { - "id": "line-Blue", - "type": "line" - } - } - }, - "type": "route" - }, - { - "attributes": {}, - "id": "8459", - "links": { - "self": "/stops/8459" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=8459" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "9070185", - "links": { - "self": "/stops/9070185" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=9070185" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": null - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "17", - "links": { - "self": "/stops/17" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=17" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "5379", - "links": { - "self": "/stops/5379" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=5379" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "5473", - "links": { - "self": "/stops/5473" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=5473" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "23823", - "links": { - "self": "/stops/23823" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=23823" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": { - "direction_id": 1, - "headsign": "Maverick" - }, - "id": "62216187", - "links": { - "self": "/trips/62216187" - }, - "relationships": { - "route": { - "data": { - "id": "117", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "117-5-1", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "SpringWeekday", - "type": "service" - } - }, - "shape": { - "data": { - "id": "1170167", - "type": "shape" - } - }, - "stops": { - "data": [ + }, + { + "id": "575", + "type": "stop" + }, { - "id": "15795", + "id": "576", "type": "stop" }, { - "id": "15782", + "id": "577", "type": "stop" }, { - "id": "5783", + "id": "578", "type": "stop" }, { - "id": "5784", + "id": "579", "type": "stop" }, { - "id": "4733", + "id": "580", "type": "stop" }, { - "id": "5786", + "id": "185", "type": "stop" }, { - "id": "15787", + "id": "6368", "type": "stop" }, { - "id": "5788", + "id": "16369", "type": "stop" }, { - "id": "5714", + "id": "6369", "type": "stop" }, { - "id": "5715", + "id": "6371", "type": "stop" }, { - "id": "5718", + "id": "6372", "type": "stop" }, { - "id": "5719", + "id": "6373", "type": "stop" }, { - "id": "5720", + "id": "6374", "type": "stop" }, { - "id": "5721", + "id": "6375", "type": "stop" }, { - "id": "5722", + "id": "6376", "type": "stop" }, { - "id": "5723", + "id": "6377", "type": "stop" }, { - "id": "5724", + "id": "76378", "type": "stop" }, { - "id": "5725", + "id": "6390", "type": "stop" }, { - "id": "5726", + "id": "16391", "type": "stop" }, { - "id": "46170", + "id": "6392", "type": "stop" }, { - "id": "5605", + "id": "6393", "type": "stop" }, { - "id": "5606", + "id": "6394", "type": "stop" }, { - "id": "5653", + "id": "6396", "type": "stop" }, { - "id": "5728", + "id": "6397", "type": "stop" }, { - "id": "5729", + "id": "6398", "type": "stop" }, { - "id": "5730", + "id": "6399", "type": "stop" }, { - "id": "5731", + "id": "6400", "type": "stop" }, { - "id": "5732", + "id": "64001", "type": "stop" }, { - "id": "5733", + "id": "6401", "type": "stop" }, { - "id": "5734", + "id": "6402", "type": "stop" }, { - "id": "5736", + "id": "6403", "type": "stop" }, { - "id": "5737", + "id": "16403", "type": "stop" }, { - "id": "5740", + "id": "6405", + "type": "stop" + }, + { + "id": "6406", + "type": "stop" + }, + { + "id": "6407", + "type": "stop" + }, + { + "id": "6408", + "type": "stop" + }, + { + "id": "6409", + "type": "stop" + }, + { + "id": "6410", + "type": "stop" + }, + { + "id": "6411", "type": "stop" } ] @@ -40086,269 +38692,30 @@ }, "type": "trip" }, - { - "attributes": {}, - "id": "7782", - "links": { - "self": "/stops/7782" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=7782" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "75791", - "links": { - "self": "/stops/75791" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=75791" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "61857", - "links": { - "self": "/stops/61857" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=61857" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "70033", - "links": { - "self": "/stops/70033" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=70033" - } - }, - "parent_station": { - "data": { - "id": "place-welln", - "type": "stop" - } - }, - "zone": { - "data": { - "id": "RapidTransit", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "1105", - "links": { - "self": "/stops/1105" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=1105" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "9070047", - "links": { - "self": "/stops/9070047" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=9070047" - } - }, - "parent_station": { - "data": { - "id": "place-aport", - "type": "stop" - } - }, - "zone": { - "data": null - } - }, - "type": "stop" - }, { "attributes": { "color": "FFC72C", - "direction_destinations": [ - "Ashmont/Braintree", - "Alewife" - ], - "direction_names": [ - "South", - "North" - ], - "long_name": "Alewife - Park Street", - "short_name": "Red Line Shuttle", - "sort_order": 60223, - "text_color": "000000", - "type": 3 - }, - "id": "Shuttle-AlewifeParkSt", - "links": { - "self": "/routes/Shuttle-AlewifeParkSt" - }, - "relationships": { - "line": { - "data": { - "id": "line-Red", - "type": "line" - } - } - }, - "type": "route" - }, - { - "attributes": {}, - "id": "1812", - "links": { - "self": "/stops/1812" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=1812" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "70264", - "links": { - "self": "/stops/70264" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=70264" - } - }, - "parent_station": { - "data": { - "id": "place-cedgr", - "type": "stop" - } - }, - "zone": { - "data": { - "id": "RapidTransit", - "type": "zone" - } - } + "long_name": "Harbor Point/UMass - Kenmore", + "short_name": "8", + "sort_order": 50080, + "text_color": "000000" }, - "type": "stop" - }, - { - "attributes": {}, - "id": "1242", + "id": "line-8", "links": { - "self": "/stops/1242" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=1242" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } + "self": "/lines/line-8" }, - "type": "stop" + "type": "line" }, { "attributes": {}, - "id": "114878", + "id": "1166", "links": { - "self": "/stops/114878" + "self": "/stops/1166" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=114878" + "related": "/facilities/?filter[stop]=1166" } }, "parent_station": { @@ -40365,286 +38732,266 @@ }, { "attributes": { - "direction_id": 0, - "headsign": "Marblehead via Central Square & Paradise Rd (omits Point of Pines)" + "direction_id": 1, + "headsign": "Malden via Square One Mall & Kennedy Dr" }, - "id": "62216538", + "id": "66957784", "links": { - "self": "/trips/62216538" + "self": "/trips/66957784" }, "relationships": { "route": { "data": { - "id": "441", + "id": "430", "type": "route" } }, "route_pattern": { "data": { - "id": "441-5-0", + "id": "430-2-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "4410206", + "id": "4300191", "type": "shape" } }, "stops": { "data": [ { - "id": "15795", - "type": "stop" - }, - { - "id": "4736", - "type": "stop" - }, - { - "id": "48541", - "type": "stop" - }, - { - "id": "4855", - "type": "stop" - }, - { - "id": "4856", - "type": "stop" - }, - { - "id": "4738", + "id": "7474", "type": "stop" }, { - "id": "4739", + "id": "7573", "type": "stop" }, { - "id": "4741", + "id": "75731", "type": "stop" }, { - "id": "4742", + "id": "7575", "type": "stop" }, { - "id": "4743", + "id": "7576", "type": "stop" }, { - "id": "4744", + "id": "7502", "type": "stop" }, { - "id": "4745", + "id": "7503", "type": "stop" }, { - "id": "4746", + "id": "7504", "type": "stop" }, { - "id": "4747", + "id": "7505", "type": "stop" }, { - "id": "14748", + "id": "6212", "type": "stop" }, { - "id": "6600", + "id": "6213", "type": "stop" }, { - "id": "4749", + "id": "7507", "type": "stop" }, { - "id": "4751", + "id": "7508", "type": "stop" }, { - "id": "4752", + "id": "7510", "type": "stop" }, { - "id": "14753", + "id": "7511", "type": "stop" }, { - "id": "4755", + "id": "7513", "type": "stop" }, { - "id": "4757", + "id": "7515", "type": "stop" }, { - "id": "4758", + "id": "7400", "type": "stop" }, { - "id": "4759", + "id": "7401", "type": "stop" }, { - "id": "4760", + "id": "7516", "type": "stop" }, { - "id": "4762", + "id": "7517", "type": "stop" }, { - "id": "4763", + "id": "7518", "type": "stop" }, { - "id": "4764", + "id": "7520", "type": "stop" }, { - "id": "4765", + "id": "7521", "type": "stop" }, { - "id": "4766", + "id": "7522", "type": "stop" }, { - "id": "4768", + "id": "7523", "type": "stop" }, { - "id": "4769", + "id": "7525", "type": "stop" }, { - "id": "4770", + "id": "47526", "type": "stop" }, { - "id": "4771", + "id": "47527", "type": "stop" }, { - "id": "4772", + "id": "7529", "type": "stop" }, { - "id": "4777", + "id": "7532", "type": "stop" }, { - "id": "4779", + "id": "7534", "type": "stop" }, { - "id": "4781", + "id": "48575", "type": "stop" }, { - "id": "4782", + "id": "17456", "type": "stop" }, { - "id": "4784", + "id": "8336", "type": "stop" }, { - "id": "4785", + "id": "8338", "type": "stop" }, { - "id": "4786", + "id": "18338", "type": "stop" }, { - "id": "4787", + "id": "17463", "type": "stop" }, { - "id": "4788", + "id": "8576", "type": "stop" }, { - "id": "4789", + "id": "8577", "type": "stop" }, { - "id": "4790", + "id": "7536", "type": "stop" }, { - "id": "4791", + "id": "7537", "type": "stop" }, { - "id": "4792", + "id": "7539", "type": "stop" }, { - "id": "4793", + "id": "7540", "type": "stop" }, { - "id": "4794", + "id": "9021", "type": "stop" }, { - "id": "4795", + "id": "9023", "type": "stop" }, { - "id": "4796", + "id": "9024", "type": "stop" }, { - "id": "4797", + "id": "9025", "type": "stop" }, { - "id": "4799", + "id": "9026", "type": "stop" }, { - "id": "4800", + "id": "5440", "type": "stop" }, { - "id": "4801", + "id": "5441", "type": "stop" }, { - "id": "4802", + "id": "5442", "type": "stop" }, { - "id": "4803", + "id": "5443", "type": "stop" }, { - "id": "4804", + "id": "5444", "type": "stop" }, { - "id": "4805", + "id": "5445", "type": "stop" }, { - "id": "4806", + "id": "15431", "type": "stop" }, { - "id": "4807", + "id": "53270", "type": "stop" } ] @@ -40654,158 +39001,14 @@ }, { "attributes": {}, - "id": "9116", - "links": { - "self": "/stops/9116" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=9116" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "2924", - "links": { - "self": "/stops/2924" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=2924" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "146", - "links": { - "self": "/stops/146" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=146" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "5287", - "links": { - "self": "/stops/5287" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=5287" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "WML-0081-B3", - "links": { - "self": "/stops/WML-0081-B3" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=WML-0081-B3" - } - }, - "parent_station": { - "data": { - "id": "place-WML-0081", - "type": "stop" - } - }, - "zone": { - "data": null - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "2254", - "links": { - "self": "/stops/2254" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=2254" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "392", + "id": "1756", "links": { - "self": "/stops/392" + "self": "/stops/1756" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=392" + "related": "/facilities/?filter[stop]=1756" } }, "parent_station": { @@ -40823,161 +39026,257 @@ { "attributes": { "direction_id": 1, - "headsign": "Avenue Louis Pasteur" + "headsign": "Quincy Center" }, - "id": "61390904_2", + "id": "67290578", "links": { - "self": "/trips/61390904_2" + "self": "/trips/67290578" }, "relationships": { "route": { "data": { - "id": "19", + "id": "222", "type": "route" } }, "route_pattern": { "data": { - "id": "19-E-1", + "id": "222-9-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "190311-2", + "id": "2220112", "type": "shape" } }, "stops": { "data": [ { - "id": "322", + "id": "13844", "type": "stop" }, { - "id": "557", + "id": "13845", "type": "stop" }, { - "id": "558", + "id": "13846", "type": "stop" }, { - "id": "559", + "id": "13848", "type": "stop" }, { - "id": "560", + "id": "13849", "type": "stop" }, { - "id": "561", + "id": "13850", "type": "stop" }, { - "id": "562", + "id": "13685", "type": "stop" }, { - "id": "563", + "id": "3685", "type": "stop" }, { - "id": "564", + "id": "3686", "type": "stop" }, { - "id": "565", + "id": "3687", "type": "stop" }, { - "id": "566", + "id": "3688", "type": "stop" }, { - "id": "567", + "id": "3689", "type": "stop" }, { - "id": "568", + "id": "3690", "type": "stop" }, { - "id": "386", + "id": "3691", "type": "stop" }, { - "id": "387", + "id": "3692", "type": "stop" }, { - "id": "388", + "id": "3693", "type": "stop" }, { - "id": "390", + "id": "3694", "type": "stop" }, { - "id": "392", + "id": "3695", "type": "stop" }, { - "id": "393", + "id": "3696", "type": "stop" }, { - "id": "394", + "id": "36961", "type": "stop" }, { - "id": "395", + "id": "3697", "type": "stop" }, { - "id": "396", + "id": "3698", "type": "stop" }, { - "id": "21151", + "id": "3699", "type": "stop" }, { - "id": "64002", + "id": "3700", "type": "stop" }, { - "id": "1148", + "id": "3701", "type": "stop" }, { - "id": "11149", + "id": "3702", "type": "stop" }, { - "id": "11148", + "id": "3703", "type": "stop" }, { - "id": "21148", + "id": "3705", "type": "stop" }, { - "id": "1357", + "id": "3706", "type": "stop" }, { - "id": "13590", + "id": "3707", "type": "stop" }, { - "id": "11780", + "id": "3708", + "type": "stop" + }, + { + "id": "3616", + "type": "stop" + }, + { + "id": "3617", + "type": "stop" + }, + { + "id": "3618", + "type": "stop" + }, + { + "id": "3619", + "type": "stop" + }, + { + "id": "3620", + "type": "stop" + }, + { + "id": "3621", + "type": "stop" + }, + { + "id": "3622", + "type": "stop" + }, + { + "id": "3623", + "type": "stop" + }, + { + "id": "3624", + "type": "stop" + }, + { + "id": "3626", + "type": "stop" + }, + { + "id": "3627", + "type": "stop" + }, + { + "id": "3629", + "type": "stop" + }, + { + "id": "3630", + "type": "stop" + }, + { + "id": "3631", + "type": "stop" + }, + { + "id": "3632", + "type": "stop" + }, + { + "id": "3633", + "type": "stop" + }, + { + "id": "3634", + "type": "stop" + }, + { + "id": "3635", + "type": "stop" + }, + { + "id": "3636", + "type": "stop" + }, + { + "id": "3638", + "type": "stop" + }, + { + "id": "3639", + "type": "stop" + }, + { + "id": "3640", + "type": "stop" + }, + { + "id": "3038", + "type": "stop" + }, + { + "id": "32004", "type": "stop" } ] @@ -40987,14 +39286,14 @@ }, { "attributes": {}, - "id": "2798", + "id": "3790", "links": { - "self": "/stops/2798" + "self": "/stops/3790" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2798" + "related": "/facilities/?filter[stop]=3790" } }, "parent_station": { @@ -41009,30 +39308,16 @@ }, "type": "stop" }, - { - "attributes": { - "color": "80276C", - "long_name": "Lowell Line", - "short_name": "", - "sort_order": 20008, - "text_color": "FFFFFF" - }, - "id": "line-Lowell", - "links": { - "self": "/lines/line-Lowell" - }, - "type": "line" - }, { "attributes": {}, - "id": "1658", + "id": "4145", "links": { - "self": "/stops/1658" + "self": "/stops/4145" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1658" + "related": "/facilities/?filter[stop]=4145" } }, "parent_station": { @@ -41047,16 +39332,109 @@ }, "type": "stop" }, + { + "attributes": { + "direction_id": 0, + "headsign": "Kane Square" + }, + "id": "66653145", + "links": { + "self": "/trips/66653145" + }, + "relationships": { + "route": { + "data": { + "id": "15", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "15-3-0", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "WinterWeekday", + "type": "service" + } + }, + "shape": { + "data": { + "id": "150290", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "64000", + "type": "stop" + }, + { + "id": "1493", + "type": "stop" + }, + { + "id": "1495", + "type": "stop" + }, + { + "id": "1496", + "type": "stop" + }, + { + "id": "1497", + "type": "stop" + }, + { + "id": "1498", + "type": "stop" + }, + { + "id": "1499", + "type": "stop" + }, + { + "id": "1500", + "type": "stop" + }, + { + "id": "1501", + "type": "stop" + }, + { + "id": "11501", + "type": "stop" + }, + { + "id": "1504", + "type": "stop" + }, + { + "id": "1506", + "type": "stop" + }, + { + "id": "1508", + "type": "stop" + } + ] + } + }, + "type": "trip" + }, { "attributes": {}, - "id": "3631", + "id": "10830", "links": { - "self": "/stops/3631" + "self": "/stops/10830" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3631" + "related": "/facilities/?filter[stop]=10830" } }, "parent_station": { @@ -41073,14 +39451,14 @@ }, { "attributes": {}, - "id": "111907", + "id": "607", "links": { - "self": "/stops/111907" + "self": "/stops/607" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=111907" + "related": "/facilities/?filter[stop]=607" } }, "parent_station": { @@ -41095,16 +39473,165 @@ }, "type": "stop" }, + { + "attributes": { + "direction_id": 0, + "headsign": "Braintree" + }, + "id": "67290631", + "links": { + "self": "/trips/67290631" + }, + "relationships": { + "route": { + "data": { + "id": "236", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "236-3-0", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "WinterWeekday", + "type": "service" + } + }, + "shape": { + "data": { + "id": "2360083", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "32001", + "type": "stop" + }, + { + "id": "3326", + "type": "stop" + }, + { + "id": "3327", + "type": "stop" + }, + { + "id": "3328", + "type": "stop" + }, + { + "id": "3330", + "type": "stop" + }, + { + "id": "3846", + "type": "stop" + }, + { + "id": "38481", + "type": "stop" + }, + { + "id": "38482", + "type": "stop" + }, + { + "id": "38483", + "type": "stop" + }, + { + "id": "38484", + "type": "stop" + }, + { + "id": "38485", + "type": "stop" + }, + { + "id": "38486", + "type": "stop" + }, + { + "id": "38487", + "type": "stop" + }, + { + "id": "38488", + "type": "stop" + }, + { + "id": "38489", + "type": "stop" + }, + { + "id": "38490", + "type": "stop" + }, + { + "id": "38492", + "type": "stop" + }, + { + "id": "38493", + "type": "stop" + }, + { + "id": "38494", + "type": "stop" + }, + { + "id": "38495", + "type": "stop" + }, + { + "id": "38496", + "type": "stop" + }, + { + "id": "38497", + "type": "stop" + }, + { + "id": "38498", + "type": "stop" + }, + { + "id": "38499", + "type": "stop" + }, + { + "id": "38501", + "type": "stop" + }, + { + "id": "38502", + "type": "stop" + }, + { + "id": "38671", + "type": "stop" + } + ] + } + }, + "type": "trip" + }, { "attributes": {}, - "id": "38495", + "id": "1718", "links": { - "self": "/stops/38495" + "self": "/stops/1718" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=38495" + "related": "/facilities/?filter[stop]=1718" } }, "parent_station": { @@ -41121,35 +39648,38 @@ }, { "attributes": {}, - "id": "9170178", + "id": "32840", "links": { - "self": "/stops/9170178" + "self": "/stops/32840" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9170178" + "related": "/facilities/?filter[stop]=32840" } }, "parent_station": { "data": null }, "zone": { - "data": null + "data": { + "id": "LocalBus", + "type": "zone" + } } }, "type": "stop" }, { "attributes": {}, - "id": "2593", + "id": "3796", "links": { - "self": "/stops/2593" + "self": "/stops/3796" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2593" + "related": "/facilities/?filter[stop]=3796" } }, "parent_station": { @@ -41166,110 +39696,98 @@ }, { "attributes": { - "direction_id": 0, - "headsign": "Reservoir" + "direction_id": 1, + "headsign": "Harvard" }, - "id": "61805109", + "id": "67008414", "links": { - "self": "/trips/61805109" + "self": "/trips/67008414" }, "relationships": { "route": { "data": { - "id": "Green-D", + "id": "75", "type": "route" } }, "route_pattern": { "data": { - "id": "Green-D-845-0", + "id": "75-2-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "8000048", + "id": "750103", "type": "shape" } }, "stops": { "data": [ { - "id": "70504", - "type": "stop" - }, - { - "id": "70502", - "type": "stop" - }, - { - "id": "70208", - "type": "stop" - }, - { - "id": "70206", + "id": "2077", "type": "stop" }, { - "id": "70204", + "id": "2078", "type": "stop" }, { - "id": "70202", + "id": "12080", "type": "stop" }, { - "id": "70198", + "id": "2080", "type": "stop" }, { - "id": "70159", + "id": "2082", "type": "stop" }, { - "id": "70157", + "id": "2083", "type": "stop" }, { - "id": "70155", + "id": "2085", "type": "stop" }, { - "id": "70153", + "id": "2159", "type": "stop" }, { - "id": "70151", + "id": "2160", "type": "stop" }, { - "id": "70187", + "id": "2161", "type": "stop" }, { - "id": "70183", + "id": "2162", "type": "stop" }, { - "id": "70181", + "id": "2163", "type": "stop" }, { - "id": "70179", + "id": "12614", "type": "stop" }, { - "id": "70177", + "id": "76127", "type": "stop" }, { - "id": "70175", + "id": "32549", "type": "stop" } ] @@ -41279,35 +39797,38 @@ }, { "attributes": {}, - "id": "9070155", + "id": "2412", "links": { - "self": "/stops/9070155" + "self": "/stops/2412" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9070155" + "related": "/facilities/?filter[stop]=2412" } }, "parent_station": { "data": null }, "zone": { - "data": null + "data": { + "id": "LocalBus", + "type": "zone" + } } }, "type": "stop" }, { "attributes": {}, - "id": "7511", + "id": "3026", "links": { - "self": "/stops/7511" + "self": "/stops/3026" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7511" + "related": "/facilities/?filter[stop]=3026" } }, "parent_station": { @@ -41324,25 +39845,22 @@ }, { "attributes": {}, - "id": "GRB-0276-S", + "id": "6629", "links": { - "self": "/stops/GRB-0276-S" + "self": "/stops/6629" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=GRB-0276-S" + "related": "/facilities/?filter[stop]=6629" } }, "parent_station": { - "data": { - "id": "place-GRB-0276", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "CR-zone-6", + "id": "LocalBus", "type": "zone" } } @@ -41351,14 +39869,14 @@ }, { "attributes": {}, - "id": "1847", + "id": "559", "links": { - "self": "/stops/1847" + "self": "/stops/559" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1847" + "related": "/facilities/?filter[stop]=559" } }, "parent_station": { @@ -41373,47 +39891,16 @@ }, "type": "stop" }, - { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Boston College", - "Government Center" - ], - "direction_names": [ - "West", - "East" - ], - "long_name": "Boston College - Babcock Street", - "short_name": "Green Line B Shuttle", - "sort_order": 60450, - "text_color": "000000", - "type": 3 - }, - "id": "Shuttle-BabcockBostonCollege", - "links": { - "self": "/routes/Shuttle-BabcockBostonCollege" - }, - "relationships": { - "line": { - "data": { - "id": "line-Green", - "type": "line" - } - } - }, - "type": "route" - }, { "attributes": {}, - "id": "6256", + "id": "12465", "links": { - "self": "/stops/6256" + "self": "/stops/12465" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6256" + "related": "/facilities/?filter[stop]=12465" } }, "parent_station": { @@ -41428,207 +39915,157 @@ }, "type": "stop" }, - { - "attributes": { - "color": "008EAA", - "direction_destinations": [ - "Winthrop", - "Central Wharf" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Winthrop/Quincy Ferry", - "short_name": "", - "sort_order": 30009, - "text_color": "FFFFFF", - "type": 4 - }, - "id": "Boat-F6", - "links": { - "self": "/routes/Boat-F6" - }, - "relationships": { - "line": { - "data": { - "id": "line-Boat-F6", - "type": "line" - } - } - }, - "type": "route" - }, { "attributes": { "direction_id": 1, - "headsign": "Kenmore" + "headsign": "Union Square (Shuttle)" }, - "id": "61394173", + "id": "GreenDGovernmentCenterUnionSquare-1-sample", "links": { - "self": "/trips/61394173" + "self": "/trips/GreenDGovernmentCenterUnionSquare-1-sample" }, "relationships": { "route": { "data": { - "id": "57", + "id": "Shuttle-GovernmentCenterUnionSquare", "type": "route" } }, "route_pattern": { "data": { - "id": "57-_-1", + "id": "Shuttle-GovernmentCenterUnionSquare-0-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "canonical", "type": "service" } }, "shape": { "data": { - "id": "570252", + "id": "GovernmentCenterToUnionSquare-S", "type": "shape" } }, "stops": { "data": [ { - "id": "900", - "type": "stop" - }, - { - "id": "902", - "type": "stop" - }, - { - "id": "1900", - "type": "stop" - }, - { - "id": "903", - "type": "stop" - }, - { - "id": "9031", - "type": "stop" - }, - { - "id": "904", - "type": "stop" - }, - { - "id": "905", - "type": "stop" - }, - { - "id": "906", - "type": "stop" - }, - { - "id": "907", - "type": "stop" - }, - { - "id": "909", - "type": "stop" - }, - { - "id": "910", - "type": "stop" - }, - { - "id": "912", - "type": "stop" - }, - { - "id": "913", - "type": "stop" - }, - { - "id": "915", - "type": "stop" - }, - { - "id": "916", - "type": "stop" - }, - { - "id": "917", - "type": "stop" - }, - { - "id": "918", - "type": "stop" - }, - { - "id": "919", - "type": "stop" - }, - { - "id": "920", - "type": "stop" - }, - { - "id": "19201", - "type": "stop" - }, - { - "id": "922", - "type": "stop" - }, - { - "id": "924", + "id": "4510", "type": "stop" }, { - "id": "925", + "id": "9070090", "type": "stop" }, { - "id": "926", + "id": "9070091", "type": "stop" }, { - "id": "927", + "id": "9070501", "type": "stop" }, { - "id": "928", + "id": "9070503", "type": "stop" - }, + } + ] + } + }, + "type": "trip" + }, + { + "attributes": {}, + "id": "4938", + "links": { + "self": "/stops/4938" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=4938" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": { + "direction_id": 0, + "headsign": "Forge Park/495 (Shuttle)" + }, + "id": "ForgeParkReadville-0-sample", + "links": { + "self": "/trips/ForgeParkReadville-0-sample" + }, + "relationships": { + "route": { + "data": { + "id": "Shuttle-ForgeParkReadville", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "Shuttle-ForgeParkReadville-0-0", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "canonical", + "type": "service" + } + }, + "shape": { + "data": { + "id": "ReadvilleForgePark-S", + "type": "shape" + } + }, + "stops": { + "data": [ { - "id": "931", + "id": "DB-0095-B0", "type": "stop" }, { - "id": "933", + "id": "Dedham Corp Center-S", "type": "stop" }, { - "id": "934", + "id": "Norwood Central-S", "type": "stop" }, { - "id": "937", + "id": "Windsor Gardens-S", "type": "stop" }, { - "id": "938", + "id": "FB-0191-B", "type": "stop" }, { - "id": "939", + "id": "FB-0230-B", "type": "stop" }, { - "id": "941", + "id": "FB-0275-B0", "type": "stop" }, { - "id": "899", + "id": "FB-0303-B", "type": "stop" } ] @@ -41638,14 +40075,14 @@ }, { "attributes": {}, - "id": "435", + "id": "3046", "links": { - "self": "/stops/435" + "self": "/stops/3046" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=435" + "related": "/facilities/?filter[stop]=3046" } }, "parent_station": { @@ -41662,162 +40099,162 @@ }, { "attributes": { - "direction_id": 1, - "headsign": "Harvard" + "direction_id": 0, + "headsign": "City Point" }, - "id": "61849468", + "id": "66652788", "links": { - "self": "/trips/61849468" + "self": "/trips/66652788" }, "relationships": { "route": { "data": { - "id": "77", + "id": "9", "type": "route" } }, "route_pattern": { "data": { - "id": "77-1-1", + "id": "9-5-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "770117", + "id": "090265", "type": "shape" } }, "stops": { "data": [ { - "id": "2251", + "id": "11780", "type": "stop" }, { - "id": "2252", + "id": "11781", "type": "stop" }, { - "id": "2254", + "id": "1784", "type": "stop" }, { - "id": "2255", + "id": "1785", "type": "stop" }, { - "id": "2256", + "id": "17861", "type": "stop" }, { - "id": "2257", + "id": "77777", "type": "stop" }, { - "id": "2258", + "id": "6", "type": "stop" }, { - "id": "2259", + "id": "8", "type": "stop" }, { - "id": "2260", + "id": "10", "type": "stop" }, { - "id": "2261", + "id": "10010", "type": "stop" }, { - "id": "2262", + "id": "13", "type": "stop" }, { - "id": "2263", + "id": "30294", "type": "stop" }, { - "id": "2264", + "id": "150", "type": "stop" }, { - "id": "2265", + "id": "153", "type": "stop" }, { - "id": "2266", + "id": "154", "type": "stop" }, { - "id": "22661", + "id": "155", "type": "stop" }, { - "id": "22671", + "id": "156", "type": "stop" }, { - "id": "2268", + "id": "157", "type": "stop" }, { - "id": "2269", + "id": "21", "type": "stop" }, { - "id": "2270", + "id": "22", "type": "stop" }, { - "id": "2296", + "id": "23", "type": "stop" }, { - "id": "2297", + "id": "24", "type": "stop" }, { - "id": "2298", + "id": "25", "type": "stop" }, { - "id": "2299", + "id": "27", "type": "stop" }, { - "id": "2300", + "id": "28", "type": "stop" }, { - "id": "12301", + "id": "29", "type": "stop" }, { - "id": "2304", + "id": "30", "type": "stop" }, { - "id": "2305", + "id": "32", "type": "stop" }, { - "id": "2307", + "id": "10031", "type": "stop" }, { - "id": "2076", + "id": "10032", "type": "stop" }, { - "id": "32549", + "id": "33", "type": "stop" } ] @@ -41827,14 +40264,14 @@ }, { "attributes": {}, - "id": "5060", + "id": "3077", "links": { - "self": "/stops/5060" + "self": "/stops/3077" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5060" + "related": "/facilities/?filter[stop]=3077" } }, "parent_station": { @@ -41851,14 +40288,14 @@ }, { "attributes": {}, - "id": "7603", + "id": "5441", "links": { - "self": "/stops/7603" + "self": "/stops/5441" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7603" + "related": "/facilities/?filter[stop]=5441" } }, "parent_station": { @@ -41875,82 +40312,134 @@ }, { "attributes": { - "direction_id": 1, - "headsign": "South Station" + "direction_id": 0, + "headsign": "Brighton via Copley (Express)" }, - "id": "CR-670258-800", + "id": "66646137", "links": { - "self": "/trips/CR-670258-800" + "self": "/trips/66646137" }, "relationships": { "route": { "data": { - "id": "CR-Providence", + "id": "501", "type": "route" } }, "route_pattern": { "data": { - "id": "CR-Providence-e6702e01-1", + "id": "501-5-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SPRING2024-SOUTHWKD-Weekday-1-Scbbf1ea5", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "9890008", + "id": "5010144", "type": "shape" } }, "stops": { "data": [ { - "id": "NEC-1851-03", + "id": "6551", "type": "stop" }, { - "id": "NEC-1891-01", + "id": "16535", "type": "stop" }, { - "id": "NEC-1919-01", + "id": "6555", "type": "stop" }, { - "id": "NEC-1969-04", + "id": "9983", "type": "stop" }, { - "id": "NEC-2040-02", + "id": "177", "type": "stop" }, { - "id": "NEC-2108-02", + "id": "173", "type": "stop" }, { - "id": "NEC-2139-02", + "id": "178", "type": "stop" }, { - "id": "NEC-2173-02", + "id": "903", "type": "stop" }, { - "id": "NEC-2265-02", + "id": "9031", "type": "stop" }, { - "id": "NEC-2276-02", + "id": "904", "type": "stop" }, { - "id": "NEC-2287", + "id": "905", + "type": "stop" + }, + { + "id": "906", + "type": "stop" + }, + { + "id": "907", + "type": "stop" + }, + { + "id": "909", + "type": "stop" + }, + { + "id": "910", + "type": "stop" + }, + { + "id": "912", + "type": "stop" + }, + { + "id": "913", + "type": "stop" + }, + { + "id": "915", + "type": "stop" + }, + { + "id": "916", + "type": "stop" + }, + { + "id": "917", + "type": "stop" + }, + { + "id": "918", + "type": "stop" + }, + { + "id": "919", + "type": "stop" + }, + { + "id": "1301", + "type": "stop" + }, + { + "id": "1994", "type": "stop" } ] @@ -41960,14 +40449,14 @@ }, { "attributes": {}, - "id": "3895", + "id": "1040", "links": { - "self": "/stops/3895" + "self": "/stops/1040" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3895" + "related": "/facilities/?filter[stop]=1040" } }, "parent_station": { @@ -41984,14 +40473,35 @@ }, { "attributes": {}, - "id": "8161", + "id": "9070155", "links": { - "self": "/stops/8161" + "self": "/stops/9070155" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8161" + "related": "/facilities/?filter[stop]=9070155" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "801", + "links": { + "self": "/stops/801" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=801" } }, "parent_station": { @@ -42007,223 +40517,524 @@ "type": "stop" }, { - "attributes": { - "direction_id": 1, - "headsign": "Townsend & Humboldt" - }, - "id": "62146306", + "attributes": {}, + "id": "8457", "links": { - "self": "/trips/62146306" + "self": "/stops/8457" }, "relationships": { - "route": { - "data": { - "id": "34", - "type": "route" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=8457" } }, - "route_pattern": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "34-K-1", - "type": "route_pattern" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "9176", + "links": { + "self": "/stops/9176" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=9176" } }, - "service": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "SpringWeekday", - "type": "service" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "12648", + "links": { + "self": "/stops/12648" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=12648" } }, - "shape": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "340273", - "type": "shape" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "39672", + "links": { + "self": "/stops/39672" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=39672" } }, - "stops": { - "data": [ - { - "id": "70618", - "type": "stop" - }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "7322", + "links": { + "self": "/stops/7322" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=7322" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "4950", + "links": { + "self": "/stops/4950" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=4950" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": { + "direction_id": 1, + "headsign": "Copley (Express shuttle)" + }, + "id": "CopleyRiversideViaWoodlandExpress-1-sample", + "links": { + "self": "/trips/CopleyRiversideViaWoodlandExpress-1-sample" + }, + "relationships": { + "route": { + "data": { + "id": "Shuttle-CopleyRiversideLimited", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "Shuttle-CopleyRiversideLimited-0-1", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "canonical", + "type": "service" + } + }, + "shape": { + "data": { + "id": "RiversideToCopleyViaWoodlandLimited-S", + "type": "shape" + } + }, + "stops": { + "data": [ { - "id": "74618", + "id": "38155", "type": "stop" }, { - "id": "71618", + "id": "9070162", "type": "stop" }, { - "id": "61872", + "id": "178", "type": "stop" - }, + } + ] + } + }, + "type": "trip" + }, + { + "attributes": {}, + "id": "4670", + "links": { + "self": "/stops/4670" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=4670" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "9319", + "links": { + "self": "/stops/9319" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=9319" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "7659", + "links": { + "self": "/stops/7659" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=7659" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "4338", + "links": { + "self": "/stops/4338" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=4338" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "2515", + "links": { + "self": "/stops/2515" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=2515" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": { + "direction_id": 1, + "headsign": "Boston (Express) via Woburn" + }, + "id": "66959846", + "links": { + "self": "/trips/66959846" + }, + "relationships": { + "route": { + "data": { + "id": "354", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "354-4-1", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "WinterWeekday", + "type": "service" + } + }, + "shape": { + "data": { + "id": "3540147", + "type": "shape" + } + }, + "stops": { + "data": [ { - "id": "619", + "id": "6902", "type": "stop" }, { - "id": "620", + "id": "8229", "type": "stop" }, { - "id": "621", + "id": "8230", "type": "stop" }, { - "id": "622", + "id": "8231", "type": "stop" }, { - "id": "623", + "id": "8232", "type": "stop" }, { - "id": "624", + "id": "8233", "type": "stop" }, { - "id": "625", + "id": "8234", "type": "stop" }, { - "id": "10625", + "id": "8235", "type": "stop" }, { - "id": "626", + "id": "8236", "type": "stop" }, { - "id": "627", + "id": "8237", "type": "stop" }, { - "id": "628", + "id": "8239", "type": "stop" }, { - "id": "629", + "id": "18239", "type": "stop" }, { - "id": "630", + "id": "8240", "type": "stop" }, { - "id": "631", + "id": "8241", "type": "stop" }, { - "id": "632", + "id": "8242", "type": "stop" }, { - "id": "633", + "id": "8243", "type": "stop" }, { - "id": "10633", + "id": "8244", "type": "stop" }, { - "id": "634", + "id": "18244", "type": "stop" }, { - "id": "635", + "id": "8245", "type": "stop" }, { - "id": "636", + "id": "8247", "type": "stop" }, { - "id": "637", + "id": "82471", "type": "stop" }, { - "id": "638", + "id": "49816", "type": "stop" }, { - "id": "639", + "id": "49817", "type": "stop" }, { - "id": "640", + "id": "49823", "type": "stop" }, { - "id": "641", + "id": "49824", "type": "stop" }, { - "id": "642", + "id": "9125", "type": "stop" }, { - "id": "875", + "id": "49826", "type": "stop" }, { - "id": "520", + "id": "49827", "type": "stop" }, { - "id": "522", + "id": "49828", "type": "stop" }, { - "id": "10522", + "id": "4982", "type": "stop" }, { - "id": "2922", + "id": "49829", "type": "stop" }, { - "id": "383", + "id": "49831", "type": "stop" }, { - "id": "9448", + "id": "49832", "type": "stop" }, { - "id": "1739", + "id": "49834", "type": "stop" }, { - "id": "1740", + "id": "49836", "type": "stop" }, { - "id": "1325", + "id": "49837", "type": "stop" }, { - "id": "1326", + "id": "49838", "type": "stop" }, { - "id": "1327", + "id": "49839", "type": "stop" }, { - "id": "1328", + "id": "49841", "type": "stop" }, { - "id": "1330", + "id": "49842", "type": "stop" }, { - "id": "1331", + "id": "45003", "type": "stop" }, { - "id": "1332", + "id": "65", "type": "stop" } ] @@ -42233,14 +41044,14 @@ }, { "attributes": {}, - "id": "3714", + "id": "78471", "links": { - "self": "/stops/3714" + "self": "/stops/78471" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3714" + "related": "/facilities/?filter[stop]=78471" } }, "parent_station": { @@ -42257,14 +41068,14 @@ }, { "attributes": {}, - "id": "49913", + "id": "542", "links": { - "self": "/stops/49913" + "self": "/stops/542" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=49913" + "related": "/facilities/?filter[stop]=542" } }, "parent_station": { @@ -42281,35 +41092,91 @@ }, { "attributes": {}, - "id": "9070228", + "id": "2413", "links": { - "self": "/stops/9070228" + "self": "/stops/2413" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9070228" + "related": "/facilities/?filter[stop]=2413" } }, "parent_station": { "data": null }, "zone": { - "data": null + "data": { + "id": "LocalBus", + "type": "zone" + } } }, "type": "stop" }, + { + "attributes": { + "direction_id": 0, + "headsign": "Kendall/MIT (Express Shuttle)" + }, + "id": "AlewifeKendallExpress-Weekday-9e586-0-00:00:00", + "links": { + "self": "/trips/AlewifeKendallExpress-Weekday-9e586-0-00%3A00%3A00" + }, + "relationships": { + "route": { + "data": { + "id": "Shuttle-AlewifeKendallExpress", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "Shuttle-AlewifeKendallExpress-0-0", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "canonical", + "type": "service" + } + }, + "shape": { + "data": { + "id": "AlewifeToKendallExpress-S", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "141", + "type": "stop" + }, + { + "id": "2430", + "type": "stop" + }, + { + "id": "9070071", + "type": "stop" + } + ] + } + }, + "type": "trip" + }, { "attributes": {}, - "id": "2163", + "id": "3373", "links": { - "self": "/stops/2163" + "self": "/stops/3373" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2163" + "related": "/facilities/?filter[stop]=3373" } }, "parent_station": { @@ -42326,14 +41193,14 @@ }, { "attributes": {}, - "id": "4362", + "id": "6900", "links": { - "self": "/stops/4362" + "self": "/stops/6900" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4362" + "related": "/facilities/?filter[stop]=6900" } }, "parent_station": { @@ -42350,25 +41217,46 @@ }, { "attributes": {}, - "id": "70276", + "id": "15095", "links": { - "self": "/stops/70276" + "self": "/stops/15095" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70276" + "related": "/facilities/?filter[stop]=15095" } }, "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "place-matt", - "type": "stop" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "3630", + "links": { + "self": "/stops/3630" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=3630" } }, + "parent_station": { + "data": null + }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } @@ -42377,143 +41265,274 @@ }, { "attributes": { - "direction_id": 1, - "headsign": "South Station" + "direction_id": 0, + "headsign": "Marblehead via Central Square & Paradise Rd" }, - "id": "CR-670152-526", + "id": "67202672", "links": { - "self": "/trips/CR-670152-526" + "self": "/trips/67202672" }, "relationships": { "route": { "data": { - "id": "CR-Worcester", + "id": "441", "type": "route" } }, "route_pattern": { "data": { - "id": "CR-Worcester-16491f70-1", + "id": "441-9-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SPRING2024-SOUTHWKD-Weekday-1-Sb0e4ed14", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "9850001", + "id": "4410219", "type": "shape" } }, "stops": { "data": [ { - "id": "WML-0442-CS", + "id": "4520", "type": "stop" }, { - "id": "WML-0364-02", + "id": "45211", "type": "stop" }, { - "id": "WML-0340-02", + "id": "4521", "type": "stop" }, { - "id": "WML-0274-02", + "id": "4522", "type": "stop" }, { - "id": "WML-0252-02", + "id": "4523", "type": "stop" }, { - "id": "WML-0214-02", + "id": "4524", "type": "stop" }, { - "id": "WML-0035-02", + "id": "4525", "type": "stop" }, { - "id": "WML-0025-05", + "id": "6822", "type": "stop" }, { - "id": "WML-0012-05", + "id": "6824", "type": "stop" }, { - "id": "NEC-2287", + "id": "6827", "type": "stop" - } - ] - } - }, - "type": "trip" - }, - { - "attributes": { - "direction_id": 1, - "headsign": "Alewife (Shuttle)" - }, - "id": "AlewifeKendall-1-sample", - "links": { - "self": "/trips/AlewifeKendall-1-sample" - }, - "relationships": { - "route": { - "data": { - "id": "Shuttle-AlewifeKendall", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Shuttle-AlewifeKendall-0-1", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "canonical", - "type": "service" - } - }, - "shape": { - "data": { - "id": "KendallToAlewife-S", - "type": "shape" - } - }, - "stops": { - "data": [ + }, { - "id": "2231", + "id": "6773", "type": "stop" }, { - "id": "102", + "id": "14748", "type": "stop" }, { - "id": "110", + "id": "6600", "type": "stop" }, { - "id": "23151", + "id": "4749", "type": "stop" }, { - "id": "5104", + "id": "4751", "type": "stop" }, { - "id": "141", + "id": "4752", + "type": "stop" + }, + { + "id": "14753", + "type": "stop" + }, + { + "id": "4755", + "type": "stop" + }, + { + "id": "4757", + "type": "stop" + }, + { + "id": "4758", + "type": "stop" + }, + { + "id": "4759", + "type": "stop" + }, + { + "id": "4760", + "type": "stop" + }, + { + "id": "4762", + "type": "stop" + }, + { + "id": "4763", + "type": "stop" + }, + { + "id": "4764", + "type": "stop" + }, + { + "id": "4765", + "type": "stop" + }, + { + "id": "4766", + "type": "stop" + }, + { + "id": "4768", + "type": "stop" + }, + { + "id": "4769", + "type": "stop" + }, + { + "id": "4770", + "type": "stop" + }, + { + "id": "4771", + "type": "stop" + }, + { + "id": "4772", + "type": "stop" + }, + { + "id": "4777", + "type": "stop" + }, + { + "id": "4779", + "type": "stop" + }, + { + "id": "4781", + "type": "stop" + }, + { + "id": "4782", + "type": "stop" + }, + { + "id": "4784", + "type": "stop" + }, + { + "id": "4785", + "type": "stop" + }, + { + "id": "4786", + "type": "stop" + }, + { + "id": "4787", + "type": "stop" + }, + { + "id": "4788", + "type": "stop" + }, + { + "id": "4789", + "type": "stop" + }, + { + "id": "4790", + "type": "stop" + }, + { + "id": "4791", + "type": "stop" + }, + { + "id": "4792", + "type": "stop" + }, + { + "id": "4793", + "type": "stop" + }, + { + "id": "4794", + "type": "stop" + }, + { + "id": "4795", + "type": "stop" + }, + { + "id": "4796", + "type": "stop" + }, + { + "id": "4797", + "type": "stop" + }, + { + "id": "4799", + "type": "stop" + }, + { + "id": "4800", + "type": "stop" + }, + { + "id": "4801", + "type": "stop" + }, + { + "id": "4802", + "type": "stop" + }, + { + "id": "4803", + "type": "stop" + }, + { + "id": "4804", + "type": "stop" + }, + { + "id": "4805", + "type": "stop" + }, + { + "id": "4806", + "type": "stop" + }, + { + "id": "4807", "type": "stop" } ] @@ -42523,14 +41542,14 @@ }, { "attributes": {}, - "id": "14612", + "id": "10777", "links": { - "self": "/stops/14612" + "self": "/stops/10777" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=14612" + "related": "/facilities/?filter[stop]=10777" } }, "parent_station": { @@ -42545,16 +41564,53 @@ }, "type": "stop" }, + { + "attributes": { + "color": "008EAA", + "direction_destinations": [ + "Charlestown", + "Long Wharf" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Charlestown Ferry", + "short_name": "", + "sort_order": 30001, + "text_color": "FFFFFF", + "type": 4 + }, + "id": "Boat-F4", + "links": { + "self": "/routes/Boat-F4" + }, + "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, + "line": { + "data": { + "id": "line-Boat-F4", + "type": "line" + } + } + }, + "type": "route" + }, { "attributes": {}, - "id": "4346", + "id": "833", "links": { - "self": "/stops/4346" + "self": "/stops/833" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4346" + "related": "/facilities/?filter[stop]=833" } }, "parent_station": { @@ -42571,14 +41627,14 @@ }, { "attributes": {}, - "id": "38482", + "id": "2340", "links": { - "self": "/stops/38482" + "self": "/stops/2340" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=38482" + "related": "/facilities/?filter[stop]=2340" } }, "parent_station": { @@ -42595,14 +41651,14 @@ }, { "attributes": {}, - "id": "85565", + "id": "5212", "links": { - "self": "/stops/85565" + "self": "/stops/5212" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=85565" + "related": "/facilities/?filter[stop]=5212" } }, "parent_station": { @@ -42618,46 +41674,39 @@ "type": "stop" }, { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Government Center", - "Orient Heights" - ], - "direction_names": [ - "West", - "East" - ], - "long_name": "Orient Heights - Government Center (Local)", - "short_name": "Blue Line Shuttle", - "sort_order": 61948, - "text_color": "000000", - "type": 3 - }, - "id": "Shuttle-GovernmentCenterOrientHeightsLocal", + "attributes": {}, + "id": "6764", "links": { - "self": "/routes/Shuttle-GovernmentCenterOrientHeightsLocal" + "self": "/stops/6764" }, "relationships": { - "line": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=6764" + } + }, + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "line-Blue", - "type": "line" + "id": "LocalBus", + "type": "zone" } } }, - "type": "route" + "type": "stop" }, { "attributes": {}, - "id": "3630", + "id": "4916", "links": { - "self": "/stops/3630" + "self": "/stops/4916" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3630" + "related": "/facilities/?filter[stop]=4916" } }, "parent_station": { @@ -42674,18 +41723,21 @@ }, { "attributes": {}, - "id": "1444", + "id": "32001", "links": { - "self": "/stops/1444" + "self": "/stops/32001" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1444" + "related": "/facilities/?filter[stop]=32001" } }, "parent_station": { - "data": null + "data": { + "id": "place-qnctr", + "type": "stop" + } }, "zone": { "data": { @@ -42698,46 +41750,190 @@ }, { "attributes": { - "direction_id": 0, - "headsign": "Boston Landing (Express shuttle)" + "direction_id": 1, + "headsign": "Oak Grove" }, - "id": "BostonLandingSouthStationExpress-0-sample", + "id": "66959782", "links": { - "self": "/trips/BostonLandingSouthStationExpress-0-sample" + "self": "/trips/66959782" }, "relationships": { "route": { "data": { - "id": "Shuttle-BostonLandingSouthStationExpress", + "id": "137", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-BostonLandingSouthStationExpress-0-0", + "id": "137-6-1", "type": "route_pattern" } }, "service": { "data": { - "id": "canonical", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "SouthStationToBostonLandingExpress-S", + "id": "1370162", "type": "shape" } }, "stops": { "data": [ { - "id": "NEC-2287-B", + "id": "29253", "type": "stop" }, { - "id": "WML-0035-B", + "id": "19253", + "type": "stop" + }, + { + "id": "9300", + "type": "stop" + }, + { + "id": "9301", + "type": "stop" + }, + { + "id": "9304", + "type": "stop" + }, + { + "id": "9305", + "type": "stop" + }, + { + "id": "49305", + "type": "stop" + }, + { + "id": "9306", + "type": "stop" + }, + { + "id": "9307", + "type": "stop" + }, + { + "id": "9179", + "type": "stop" + }, + { + "id": "9181", + "type": "stop" + }, + { + "id": "19182", + "type": "stop" + }, + { + "id": "9183", + "type": "stop" + }, + { + "id": "9184", + "type": "stop" + }, + { + "id": "9185", + "type": "stop" + }, + { + "id": "9187", + "type": "stop" + }, + { + "id": "9188", + "type": "stop" + }, + { + "id": "9189", + "type": "stop" + }, + { + "id": "9190", + "type": "stop" + }, + { + "id": "9191", + "type": "stop" + }, + { + "id": "9192", + "type": "stop" + }, + { + "id": "9193", + "type": "stop" + }, + { + "id": "9194", + "type": "stop" + }, + { + "id": "9195", + "type": "stop" + }, + { + "id": "9196", + "type": "stop" + }, + { + "id": "9197", + "type": "stop" + }, + { + "id": "9198", + "type": "stop" + }, + { + "id": "9199", + "type": "stop" + }, + { + "id": "9200", + "type": "stop" + }, + { + "id": "9201", + "type": "stop" + }, + { + "id": "9202", + "type": "stop" + }, + { + "id": "9203", + "type": "stop" + }, + { + "id": "9204", + "type": "stop" + }, + { + "id": "9205", + "type": "stop" + }, + { + "id": "9206", + "type": "stop" + }, + { + "id": "9207", + "type": "stop" + }, + { + "id": "49221", + "type": "stop" + }, + { + "id": "9328", "type": "stop" } ] @@ -42747,14 +41943,14 @@ }, { "attributes": {}, - "id": "552", + "id": "2660", "links": { - "self": "/stops/552" + "self": "/stops/2660" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=552" + "related": "/facilities/?filter[stop]=2660" } }, "parent_station": { @@ -42769,30 +41965,16 @@ }, "type": "stop" }, - { - "attributes": { - "color": "FFC72C", - "long_name": "Waverley Square - Harvard", - "short_name": "73", - "sort_order": 50730, - "text_color": "000000" - }, - "id": "line-73", - "links": { - "self": "/lines/line-73" - }, - "type": "line" - }, { "attributes": {}, - "id": "60618", + "id": "1339", "links": { - "self": "/stops/60618" + "self": "/stops/1339" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=60618" + "related": "/facilities/?filter[stop]=1339" } }, "parent_station": { @@ -42808,87 +41990,296 @@ "type": "stop" }, { - "attributes": {}, - "id": "3241", + "attributes": { + "direction_id": 0, + "headsign": "Jack Satter House" + }, + "id": "66959831", "links": { - "self": "/stops/3241" + "self": "/trips/66959831" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=3241" + "route": { + "data": { + "id": "411", + "type": "route" } }, - "parent_station": { - "data": null - }, - "zone": { + "route_pattern": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "11694", - "links": { - "self": "/stops/11694" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=11694" + "id": "411-9-0", + "type": "route_pattern" } }, - "parent_station": { - "data": null - }, - "zone": { + "service": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "FB-0230-B", - "links": { - "self": "/stops/FB-0230-B" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=FB-0230-B" + "id": "WinterWeekday", + "type": "service" } }, - "parent_station": { + "shape": { "data": { - "id": "place-FB-0230", - "type": "stop" + "id": "4110167", + "type": "shape" } }, - "zone": { - "data": null + "stops": { + "data": [ + { + "id": "53270", + "type": "stop" + }, + { + "id": "5289", + "type": "stop" + }, + { + "id": "5342", + "type": "stop" + }, + { + "id": "5457", + "type": "stop" + }, + { + "id": "5459", + "type": "stop" + }, + { + "id": "5460", + "type": "stop" + }, + { + "id": "5461", + "type": "stop" + }, + { + "id": "5462", + "type": "stop" + }, + { + "id": "5463", + "type": "stop" + }, + { + "id": "5464", + "type": "stop" + }, + { + "id": "54651", + "type": "stop" + }, + { + "id": "9060", + "type": "stop" + }, + { + "id": "9061", + "type": "stop" + }, + { + "id": "49061", + "type": "stop" + }, + { + "id": "9063", + "type": "stop" + }, + { + "id": "7541", + "type": "stop" + }, + { + "id": "7542", + "type": "stop" + }, + { + "id": "7543", + "type": "stop" + }, + { + "id": "7545", + "type": "stop" + }, + { + "id": "8575", + "type": "stop" + }, + { + "id": "48575", + "type": "stop" + }, + { + "id": "17456", + "type": "stop" + }, + { + "id": "8336", + "type": "stop" + }, + { + "id": "8338", + "type": "stop" + }, + { + "id": "18338", + "type": "stop" + }, + { + "id": "48336", + "type": "stop" + }, + { + "id": "48337", + "type": "stop" + }, + { + "id": "9070", + "type": "stop" + }, + { + "id": "7410", + "type": "stop" + }, + { + "id": "7411", + "type": "stop" + }, + { + "id": "74120", + "type": "stop" + }, + { + "id": "7413", + "type": "stop" + }, + { + "id": "7414", + "type": "stop" + }, + { + "id": "45534", + "type": "stop" + }, + { + "id": "6267", + "type": "stop" + }, + { + "id": "7415", + "type": "stop" + }, + { + "id": "6269", + "type": "stop" + }, + { + "id": "6271", + "type": "stop" + }, + { + "id": "6272", + "type": "stop" + }, + { + "id": "6274", + "type": "stop" + }, + { + "id": "6275", + "type": "stop" + }, + { + "id": "6277", + "type": "stop" + }, + { + "id": "6278", + "type": "stop" + }, + { + "id": "6280", + "type": "stop" + }, + { + "id": "6281", + "type": "stop" + }, + { + "id": "5562", + "type": "stop" + }, + { + "id": "5711", + "type": "stop" + }, + { + "id": "57121", + "type": "stop" + }, + { + "id": "5790", + "type": "stop" + }, + { + "id": "5792", + "type": "stop" + }, + { + "id": "5794", + "type": "stop" + }, + { + "id": "4717", + "type": "stop" + }, + { + "id": "5797", + "type": "stop" + }, + { + "id": "5798", + "type": "stop" + }, + { + "id": "15799", + "type": "stop" + }, + { + "id": "4736", + "type": "stop" + }, + { + "id": "48541", + "type": "stop" + }, + { + "id": "4855", + "type": "stop" + }, + { + "id": "4856", + "type": "stop" + }, + { + "id": "4761", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "31257", + "id": "1606", "links": { - "self": "/stops/31257" + "self": "/stops/1606" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=31257" + "related": "/facilities/?filter[stop]=1606" } }, "parent_station": { @@ -42905,46 +42296,25 @@ }, { "attributes": {}, - "id": "36495", + "id": "70096", "links": { - "self": "/stops/36495" + "self": "/stops/70096" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=36495" + "related": "/facilities/?filter[stop]=70096" } }, "parent_station": { - "data": null - }, - "zone": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "6377", - "links": { - "self": "/stops/6377" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=6377" + "id": "place-jfk", + "type": "stop" } }, - "parent_station": { - "data": null - }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -42953,38 +42323,38 @@ }, { "attributes": {}, - "id": "12530", + "id": "NB-0137-B", "links": { - "self": "/stops/12530" + "self": "/stops/NB-0137-B" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=12530" + "related": "/facilities/?filter[stop]=NB-0137-B" } }, "parent_station": { - "data": null - }, - "zone": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "place-NB-0137", + "type": "stop" } + }, + "zone": { + "data": null } }, "type": "stop" }, { "attributes": {}, - "id": "4538", + "id": "64001", "links": { - "self": "/stops/4538" + "self": "/stops/64001" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4538" + "related": "/facilities/?filter[stop]=64001" } }, "parent_station": { @@ -43001,14 +42371,14 @@ }, { "attributes": {}, - "id": "5230", + "id": "1709", "links": { - "self": "/stops/5230" + "self": "/stops/1709" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5230" + "related": "/facilities/?filter[stop]=1709" } }, "parent_station": { @@ -43025,14 +42395,14 @@ }, { "attributes": {}, - "id": "7700", + "id": "4320", "links": { - "self": "/stops/7700" + "self": "/stops/4320" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7700" + "related": "/facilities/?filter[stop]=4320" } }, "parent_station": { @@ -43048,63 +42418,92 @@ "type": "stop" }, { - "attributes": {}, - "id": "31836", + "attributes": { + "direction_id": 0, + "headsign": "Avenue Louis Pasteur (Limited Stops)" + }, + "id": "66650819", "links": { - "self": "/stops/31836" + "self": "/trips/66650819" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=31836" + "route": { + "data": { + "id": "708", + "type": "route" } }, - "parent_station": { - "data": null - }, - "zone": { + "route_pattern": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "81451", - "links": { - "self": "/stops/81451" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=81451" + "id": "708-1-0", + "type": "route_pattern" } }, - "parent_station": { - "data": null + "service": { + "data": { + "id": "WinterWeekday", + "type": "service" + } }, - "zone": { + "shape": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "7080088", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "13", + "type": "stop" + }, + { + "id": "128", + "type": "stop" + }, + { + "id": "10014", + "type": "stop" + }, + { + "id": "10015", + "type": "stop" + }, + { + "id": "1790", + "type": "stop" + }, + { + "id": "7", + "type": "stop" + }, + { + "id": "17863", + "type": "stop" + }, + { + "id": "1799", + "type": "stop" + }, + { + "id": "11802", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "3831", + "id": "780", "links": { - "self": "/stops/3831" + "self": "/stops/780" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3831" + "related": "/facilities/?filter[stop]=780" } }, "parent_station": { @@ -43121,58 +42520,74 @@ }, { "attributes": { - "direction_id": 0, - "headsign": "State (Shuttle)" + "direction_id": 1, + "headsign": "Maverick" }, - "id": "StateSullivan-0-sample", + "id": "67202352", "links": { - "self": "/trips/StateSullivan-0-sample" + "self": "/trips/67202352" }, "relationships": { "route": { "data": { - "id": "Shuttle-StateSullivan", + "id": "121", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-StateSullivan-0-0", + "id": "121-2-1", "type": "route_pattern" } }, "service": { "data": { - "id": "canonical", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "SullivanToState-S", + "id": "1210042", "type": "shape" } }, "stops": { "data": [ { - "id": "29001", + "id": "5450", "type": "stop" }, { - "id": "9070028", + "id": "5898", "type": "stop" }, { - "id": "2829", + "id": "5899", "type": "stop" }, { - "id": "8309", + "id": "5900", "type": "stop" }, { - "id": "9070022", + "id": "5901", + "type": "stop" + }, + { + "id": "5902", + "type": "stop" + }, + { + "id": "5736", + "type": "stop" + }, + { + "id": "5737", + "type": "stop" + }, + { + "id": "5740", "type": "stop" } ] @@ -43182,14 +42597,14 @@ }, { "attributes": {}, - "id": "9143", + "id": "7177", "links": { - "self": "/stops/9143" + "self": "/stops/7177" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9143" + "related": "/facilities/?filter[stop]=7177" } }, "parent_station": { @@ -43206,38 +42621,38 @@ }, { "attributes": {}, - "id": "6773", + "id": "NB-0127-B1", "links": { - "self": "/stops/6773" + "self": "/stops/NB-0127-B1" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6773" + "related": "/facilities/?filter[stop]=NB-0127-B1" } }, "parent_station": { - "data": null - }, - "zone": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "place-NB-0127", + "type": "stop" } + }, + "zone": { + "data": null } }, "type": "stop" }, { "attributes": {}, - "id": "8547", + "id": "49846", "links": { - "self": "/stops/8547" + "self": "/stops/49846" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8547" + "related": "/facilities/?filter[stop]=49846" } }, "parent_station": { @@ -43254,18 +42669,21 @@ }, { "attributes": {}, - "id": "78512", + "id": "185", "links": { - "self": "/stops/78512" + "self": "/stops/185" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=78512" + "related": "/facilities/?filter[stop]=185" } }, "parent_station": { - "data": null + "data": { + "id": "place-matt", + "type": "stop" + } }, "zone": { "data": { @@ -43278,14 +42696,14 @@ }, { "attributes": {}, - "id": "85562", + "id": "330", "links": { - "self": "/stops/85562" + "self": "/stops/330" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=85562" + "related": "/facilities/?filter[stop]=330" } }, "parent_station": { @@ -43302,14 +42720,14 @@ }, { "attributes": {}, - "id": "2583", + "id": "7355", "links": { - "self": "/stops/2583" + "self": "/stops/7355" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2583" + "related": "/facilities/?filter[stop]=7355" } }, "parent_station": { @@ -43326,14 +42744,14 @@ }, { "attributes": {}, - "id": "1204", + "id": "9106", "links": { - "self": "/stops/1204" + "self": "/stops/9106" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1204" + "related": "/facilities/?filter[stop]=9106" } }, "parent_station": { @@ -43348,30 +42766,16 @@ }, "type": "stop" }, - { - "attributes": { - "color": "003DA5", - "long_name": "Blue Line", - "short_name": "", - "sort_order": 10040, - "text_color": "FFFFFF" - }, - "id": "line-Blue", - "links": { - "self": "/lines/line-Blue" - }, - "type": "line" - }, { "attributes": {}, - "id": "2911", + "id": "3820", "links": { - "self": "/stops/2911" + "self": "/stops/3820" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2911" + "related": "/facilities/?filter[stop]=3820" } }, "parent_station": { @@ -43388,14 +42792,14 @@ }, { "attributes": {}, - "id": "5384", + "id": "82471", "links": { - "self": "/stops/5384" + "self": "/stops/82471" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5384" + "related": "/facilities/?filter[stop]=82471" } }, "parent_station": { @@ -43411,63 +42815,120 @@ "type": "stop" }, { - "attributes": {}, - "id": "23538", + "attributes": { + "direction_id": 0, + "headsign": "Germantown" + }, + "id": "67290255", "links": { - "self": "/stops/23538" + "self": "/trips/67290255" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=23538" + "route": { + "data": { + "id": "216", + "type": "route" } }, - "parent_station": { - "data": null - }, - "zone": { + "route_pattern": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "2823", - "links": { - "self": "/stops/2823" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=2823" + "id": "216-6-0", + "type": "route_pattern" } }, - "parent_station": { - "data": null + "service": { + "data": { + "id": "WinterWeekday", + "type": "service" + } }, - "zone": { + "shape": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "2160157", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "13245", + "type": "stop" + }, + { + "id": "3245", + "type": "stop" + }, + { + "id": "3246", + "type": "stop" + }, + { + "id": "3247", + "type": "stop" + }, + { + "id": "3292", + "type": "stop" + }, + { + "id": "3295", + "type": "stop" + }, + { + "id": "3298", + "type": "stop" + }, + { + "id": "3299", + "type": "stop" + }, + { + "id": "3300", + "type": "stop" + }, + { + "id": "3301", + "type": "stop" + }, + { + "id": "3303", + "type": "stop" + }, + { + "id": "3304", + "type": "stop" + }, + { + "id": "3305", + "type": "stop" + }, + { + "id": "3306", + "type": "stop" + }, + { + "id": "3307", + "type": "stop" + }, + { + "id": "3308", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "8528", + "id": "2696", "links": { - "self": "/stops/8528" + "self": "/stops/2696" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8528" + "related": "/facilities/?filter[stop]=2696" } }, "parent_station": { @@ -43483,51 +42944,61 @@ "type": "stop" }, { - "attributes": {}, - "id": "70212", + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Braintree", + "Alewife" + ], + "direction_names": [ + "South", + "North" + ], + "long_name": "North Quincy - Broadway", + "short_name": "Red Line Shuttle", + "sort_order": 61080, + "text_color": "000000", + "type": 3 + }, + "id": "Shuttle-BroadwayNorthQuincy", "links": { - "self": "/stops/70212" + "self": "/routes/Shuttle-BroadwayNorthQuincy" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=70212" - } - }, - "parent_station": { + "agency": { "data": { - "id": "place-smary", - "type": "stop" + "id": "1", + "type": "agency" } }, - "zone": { + "line": { "data": { - "id": "RapidTransit", - "type": "zone" + "id": "line-Red", + "type": "line" } } }, - "type": "stop" + "type": "route" }, { "attributes": { - "direction_id": 0, - "headsign": "Newburyport (Local shuttle)" + "direction_id": 1, + "headsign": "Kenmore via Saint Mary's Street (Shuttle)" }, - "id": "NewburyportBeverlyLocalExtended-0-sample", + "id": "NewtonHighlandsStMarysKenmoreC-1-sample", "links": { - "self": "/trips/NewburyportBeverlyLocalExtended-0-sample" + "self": "/trips/NewtonHighlandsStMarysKenmoreC-1-sample" }, "relationships": { "route": { "data": { - "id": "Shuttle-BeverlyNewburyportLocal", + "id": "Shuttle-NewtonHighlandsStMarysKenmore", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-BeverlyNewburyportLocal-0-0", + "id": "Shuttle-NewtonHighlandsStMarysKenmore-0-1", "type": "route_pattern" } }, @@ -43539,34 +43010,50 @@ }, "shape": { "data": { - "id": "BeverlyToNewburyportLocal-S", + "id": "NewtonHighlandsToKenmoreViaStMarys-S", "type": "shape" } }, "stops": { "data": [ { - "id": "ER-0183-B", + "id": "9070168", "type": "stop" }, { - "id": "ER-0208-B", + "id": "9070170", "type": "stop" }, { - "id": "ER-0227-B0", + "id": "1984", "type": "stop" }, { - "id": "ER-0276-B", + "id": "21917", "type": "stop" }, { - "id": "ER-0312-B", + "id": "9070179", "type": "stop" }, { - "id": "ER-0362-B", + "id": "1556", + "type": "stop" + }, + { + "id": "1804", + "type": "stop" + }, + { + "id": "1807", + "type": "stop" + }, + { + "id": "9070212", + "type": "stop" + }, + { + "id": "9070150", "type": "stop" } ] @@ -43576,14 +43063,14 @@ }, { "attributes": {}, - "id": "111787", + "id": "12610", "links": { - "self": "/stops/111787" + "self": "/stops/12610" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=111787" + "related": "/facilities/?filter[stop]=12610" } }, "parent_station": { @@ -43600,14 +43087,14 @@ }, { "attributes": {}, - "id": "4100", + "id": "7605", "links": { - "self": "/stops/4100" + "self": "/stops/7605" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4100" + "related": "/facilities/?filter[stop]=7605" } }, "parent_station": { @@ -43624,14 +43111,14 @@ }, { "attributes": {}, - "id": "109880", + "id": "4", "links": { - "self": "/stops/109880" + "self": "/stops/4" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=109880" + "related": "/facilities/?filter[stop]=4" } }, "parent_station": { @@ -43639,7 +43126,7 @@ }, "zone": { "data": { - "id": "LocalBus", + "id": "ExpressBus-Downtown", "type": "zone" } } @@ -43647,46 +43134,39 @@ "type": "stop" }, { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Point Shirley", - "Orient Heights Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Point Shirley - Orient Heights Station via Winthrop Center", - "short_name": "713", - "sort_order": 57130, - "text_color": "000000", - "type": 3 - }, - "id": "713", + "attributes": {}, + "id": "1883", "links": { - "self": "/routes/713" + "self": "/stops/1883" }, "relationships": { - "line": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=1883" + } + }, + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "line-712713", - "type": "line" + "id": "LocalBus", + "type": "zone" } } }, - "type": "route" + "type": "stop" }, { "attributes": {}, - "id": "6132", + "id": "3844", "links": { - "self": "/stops/6132" + "self": "/stops/3844" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6132" + "related": "/facilities/?filter[stop]=3844" } }, "parent_station": { @@ -43703,14 +43183,14 @@ }, { "attributes": {}, - "id": "7447", + "id": "2271", "links": { - "self": "/stops/7447" + "self": "/stops/2271" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7447" + "related": "/facilities/?filter[stop]=2271" } }, "parent_station": { @@ -43727,14 +43207,14 @@ }, { "attributes": {}, - "id": "2297", + "id": "3115", "links": { - "self": "/stops/2297" + "self": "/stops/3115" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2297" + "related": "/facilities/?filter[stop]=3115" } }, "parent_station": { @@ -43753,27 +43233,33 @@ "attributes": { "color": "FFC72C", "direction_destinations": [ - "Newburyport or Rockport", - "North Station" + "Braintree", + "Alewife" ], "direction_names": [ - "Outbound", - "Inbound" + "South", + "North" ], - "long_name": "Lynn - North Station (Express)", - "short_name": "Newburyport/Rockport Line Shuttle", - "sort_order": 62052, + "long_name": "Braintree - JFK/UMass", + "short_name": "Red Line Shuttle", + "sort_order": 60940, "text_color": "000000", "type": 3 }, - "id": "Shuttle-LynnNorthStationExpress", + "id": "Shuttle-BraintreeJFK", "links": { - "self": "/routes/Shuttle-LynnNorthStationExpress" + "self": "/routes/Shuttle-BraintreeJFK" }, "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, "line": { "data": { - "id": "line-Newburyport", + "id": "line-Red", "type": "line" } } @@ -43782,25 +43268,22 @@ }, { "attributes": {}, - "id": "70226", + "id": "4081", "links": { - "self": "/stops/70226" + "self": "/stops/4081" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70226" + "related": "/facilities/?filter[stop]=4081" } }, "parent_station": { - "data": { - "id": "place-bndhl", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } @@ -43809,38 +43292,35 @@ }, { "attributes": {}, - "id": "614", + "id": "9070090", "links": { - "self": "/stops/614" + "self": "/stops/9070090" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=614" + "related": "/facilities/?filter[stop]=9070090" } }, "parent_station": { "data": null }, "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } + "data": null } }, "type": "stop" }, { "attributes": {}, - "id": "3550", + "id": "12644", "links": { - "self": "/stops/3550" + "self": "/stops/12644" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3550" + "related": "/facilities/?filter[stop]=12644" } }, "parent_station": { @@ -43856,76 +43336,39 @@ "type": "stop" }, { - "attributes": { - "direction_id": 0, - "headsign": "Reservoir (Shuttle)" - }, - "id": "FenwayReservoir-0-sample", + "attributes": {}, + "id": "7101", "links": { - "self": "/trips/FenwayReservoir-0-sample" + "self": "/stops/7101" }, "relationships": { - "route": { - "data": { - "id": "Shuttle-FenwayReservoir", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Shuttle-FenwayReservoir-0-0", - "type": "route_pattern" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=7101" } }, - "service": { - "data": { - "id": "canonical", - "type": "service" - } + "parent_station": { + "data": null }, - "shape": { + "zone": { "data": { - "id": "FenwayToReservoir-S", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "9434", - "type": "stop" - }, - { - "id": "1521", - "type": "stop" - }, - { - "id": "1525", - "type": "stop" - }, - { - "id": "9070179", - "type": "stop" - }, - { - "id": "21917", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "13618", + "id": "6611", "links": { - "self": "/stops/13618" + "self": "/stops/6611" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=13618" + "related": "/facilities/?filter[stop]=6611" } }, "parent_station": { @@ -43942,14 +43385,14 @@ }, { "attributes": {}, - "id": "3705", + "id": "7136", "links": { - "self": "/stops/3705" + "self": "/stops/7136" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3705" + "related": "/facilities/?filter[stop]=7136" } }, "parent_station": { @@ -43966,14 +43409,14 @@ }, { "attributes": {}, - "id": "5574", + "id": "13685", "links": { - "self": "/stops/5574" + "self": "/stops/13685" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5574" + "related": "/facilities/?filter[stop]=13685" } }, "parent_station": { @@ -43989,270 +43432,342 @@ "type": "stop" }, { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Malden Center Station", - "Sullivan Square Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Malden Center Station - Sullivan Square Station via Newland Street Housing", - "short_name": "105", - "sort_order": 51050, - "text_color": "000000", - "type": 3 - }, - "id": "105", - "links": { - "self": "/routes/105" + "attributes": {}, + "id": "ER-0168-S", + "links": { + "self": "/stops/ER-0168-S" }, "relationships": { - "line": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=ER-0168-S" + } + }, + "parent_station": { "data": { - "id": "line-105", - "type": "line" + "id": "place-ER-0168", + "type": "stop" + } + }, + "zone": { + "data": { + "id": "CR-zone-3", + "type": "zone" } } }, - "type": "route" + "type": "stop" + }, + { + "attributes": {}, + "id": "26734", + "links": { + "self": "/stops/26734" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=26734" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "2048", + "links": { + "self": "/stops/2048" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=2048" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "5823", + "links": { + "self": "/stops/5823" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=5823" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "6685", + "links": { + "self": "/stops/6685" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=6685" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" }, { "attributes": { "direction_id": 0, - "headsign": "Quincy Center" + "headsign": "Liberty Tree Mall via North Shore Mall" }, - "id": "61928752", + "id": "67223288", "links": { - "self": "/trips/61928752" + "self": "/trips/67223288" }, "relationships": { "route": { "data": { - "id": "215", + "id": "435", "type": "route" } }, "route_pattern": { "data": { - "id": "215-1-0", + "id": "435-_-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterSunday", "type": "service" } }, "shape": { "data": { - "id": "2150190", + "id": "4350251", "type": "shape" } }, "stops": { "data": [ { - "id": "334", - "type": "stop" - }, - { - "id": "536", - "type": "stop" - }, - { - "id": "537", - "type": "stop" - }, - { - "id": "3375", - "type": "stop" - }, - { - "id": "3376", - "type": "stop" - }, - { - "id": "33761", + "id": "14748", "type": "stop" }, { - "id": "3377", + "id": "7240", "type": "stop" }, { - "id": "3378", + "id": "7242", "type": "stop" }, { - "id": "3379", + "id": "7245", "type": "stop" }, { - "id": "3380", + "id": "7288", "type": "stop" }, { - "id": "3382", + "id": "17288", "type": "stop" }, { - "id": "3384", + "id": "7296", "type": "stop" }, { - "id": "3385", + "id": "7297", "type": "stop" }, { - "id": "3386", + "id": "7298", "type": "stop" }, { - "id": "3387", + "id": "7299", "type": "stop" }, { - "id": "3388", + "id": "6854", "type": "stop" }, { - "id": "3389", + "id": "66854", "type": "stop" }, { - "id": "3391", + "id": "6855", "type": "stop" }, { - "id": "3392", + "id": "6857", "type": "stop" }, { - "id": "3393", + "id": "6859", "type": "stop" }, { - "id": "3394", + "id": "6860", "type": "stop" }, { - "id": "3395", + "id": "6861", "type": "stop" }, { - "id": "3396", + "id": "6862", "type": "stop" }, { - "id": "3397", + "id": "6863", "type": "stop" }, { - "id": "3398", + "id": "16683", "type": "stop" }, { - "id": "3399", + "id": "7265", "type": "stop" }, { - "id": "3400", + "id": "7266", "type": "stop" }, { - "id": "3401", + "id": "7267", "type": "stop" }, { - "id": "3402", + "id": "7268", "type": "stop" }, { - "id": "34021", + "id": "4919", "type": "stop" }, { - "id": "3403", + "id": "4920", "type": "stop" }, { - "id": "3404", + "id": "4921", "type": "stop" }, { - "id": "3405", + "id": "4922", "type": "stop" }, { - "id": "3406", + "id": "4923", "type": "stop" }, { - "id": "3407", + "id": "4924", "type": "stop" }, { - "id": "3408", + "id": "4925", "type": "stop" }, { - "id": "3410", + "id": "14925", "type": "stop" }, { - "id": "3411", + "id": "4926", "type": "stop" }, { - "id": "3412", + "id": "4927", "type": "stop" }, { - "id": "3413", + "id": "4928", "type": "stop" }, { - "id": "3415", + "id": "4929", "type": "stop" }, { - "id": "3416", + "id": "4930", "type": "stop" }, { - "id": "3417", + "id": "4931", "type": "stop" }, { - "id": "3418", + "id": "4932", "type": "stop" }, { - "id": "3420", + "id": "7269", "type": "stop" }, { - "id": "3422", + "id": "45821", "type": "stop" }, { - "id": "3423", + "id": "4583", "type": "stop" }, { - "id": "33241", + "id": "4596", "type": "stop" }, { - "id": "32000", + "id": "4615", "type": "stop" }, { - "id": "32003", + "id": "7270", "type": "stop" } ] @@ -44262,38 +43777,14 @@ }, { "attributes": {}, - "id": "DB-2205-B1", - "links": { - "self": "/stops/DB-2205-B1" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=DB-2205-B1" - } - }, - "parent_station": { - "data": { - "id": "place-DB-2205", - "type": "stop" - } - }, - "zone": { - "data": null - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "3368", + "id": "8521", "links": { - "self": "/stops/3368" + "self": "/stops/8521" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3368" + "related": "/facilities/?filter[stop]=8521" } }, "parent_station": { @@ -44310,14 +43801,14 @@ }, { "attributes": {}, - "id": "9039", + "id": "12826", "links": { - "self": "/stops/9039" + "self": "/stops/12826" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9039" + "related": "/facilities/?filter[stop]=12826" } }, "parent_station": { @@ -44334,14 +43825,14 @@ }, { "attributes": {}, - "id": "9283", + "id": "8210", "links": { - "self": "/stops/9283" + "self": "/stops/8210" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9283" + "related": "/facilities/?filter[stop]=8210" } }, "parent_station": { @@ -44358,19 +43849,19 @@ }, { "attributes": {}, - "id": "ER-0208-B0", + "id": "GB-0254-B2", "links": { - "self": "/stops/ER-0208-B0" + "self": "/stops/GB-0254-B2" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=ER-0208-B0" + "related": "/facilities/?filter[stop]=GB-0254-B2" } }, "parent_station": { "data": { - "id": "place-ER-0208", + "id": "place-GB-0254", "type": "stop" } }, @@ -44382,100 +43873,63 @@ }, { "attributes": { - "color": "FFC72C", - "long_name": "North Woburn - Wellington", - "short_name": "134", - "sort_order": 51340, - "text_color": "000000" - }, - "id": "line-134", - "links": { - "self": "/lines/line-134" + "direction_id": 1, + "headsign": "North Scituate (Shuttle)" }, - "type": "line" - }, - { - "attributes": {}, - "id": "1780", + "id": "GreenbushNorthScituate-1-sample", "links": { - "self": "/stops/1780" + "self": "/trips/GreenbushNorthScituate-1-sample" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=1780" + "route": { + "data": { + "id": "Shuttle-GreenbushNorthScituate", + "type": "route" } }, - "parent_station": { - "data": null - }, - "zone": { + "route_pattern": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "3197", - "links": { - "self": "/stops/3197" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=3197" + "id": "Shuttle-GreenbushNorthScituate-0-1", + "type": "route_pattern" } }, - "parent_station": { - "data": null - }, - "zone": { + "service": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "1486", - "links": { - "self": "/stops/1486" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=1486" + "id": "canonical", + "type": "service" } }, - "parent_station": { - "data": null - }, - "zone": { + "shape": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "GreenbushToNorthScituate-S", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "GRB-0276-B", + "type": "stop" + }, + { + "id": "GRB-0233-B", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "2791", + "id": "31391", "links": { - "self": "/stops/2791" + "self": "/stops/31391" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2791" + "related": "/facilities/?filter[stop]=31391" } }, "parent_station": { @@ -44492,14 +43946,14 @@ }, { "attributes": {}, - "id": "1900", + "id": "49067", "links": { - "self": "/stops/1900" + "self": "/stops/49067" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1900" + "related": "/facilities/?filter[stop]=49067" } }, "parent_station": { @@ -44517,147 +43971,421 @@ { "attributes": { "color": "FFC72C", - "long_name": "Montello Commuter Rail Station - Quincy Center", - "short_name": "230", - "sort_order": 52300, + "long_name": "Orient Heights or Wood Island - Maverick", + "short_name": "120/121", + "sort_order": 51200, "text_color": "000000" }, - "id": "line-230", + "id": "line-120121", "links": { - "self": "/lines/line-230" + "self": "/lines/line-120121" }, "type": "line" }, { - "attributes": {}, - "id": "17429", + "attributes": { + "direction_id": 0, + "headsign": "Franklin Park" + }, + "id": "66652444", "links": { - "self": "/stops/17429" + "self": "/trips/66652444" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=17429" + "route": { + "data": { + "id": "45", + "type": "route" } }, - "parent_station": { - "data": null - }, - "zone": { + "route_pattern": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "3534", - "links": { - "self": "/stops/3534" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=3534" + "id": "45-3-0", + "type": "route_pattern" } }, - "parent_station": { - "data": null + "service": { + "data": { + "id": "WinterWeekday", + "type": "service" + } }, - "zone": { + "shape": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "450164", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "17863", + "type": "stop" + }, + { + "id": "11257", + "type": "stop" + }, + { + "id": "1259", + "type": "stop" + }, + { + "id": "11323", + "type": "stop" + }, + { + "id": "1149", + "type": "stop" + }, + { + "id": "1145", + "type": "stop" + }, + { + "id": "1147", + "type": "stop" + }, + { + "id": "64000", + "type": "stop" + }, + { + "id": "1493", + "type": "stop" + }, + { + "id": "1495", + "type": "stop" + }, + { + "id": "1496", + "type": "stop" + }, + { + "id": "1577", + "type": "stop" + }, + { + "id": "1578", + "type": "stop" + }, + { + "id": "1579", + "type": "stop" + }, + { + "id": "1580", + "type": "stop" + }, + { + "id": "1581", + "type": "stop" + }, + { + "id": "1582", + "type": "stop" + }, + { + "id": "15820", + "type": "stop" + }, + { + "id": "1583", + "type": "stop" + }, + { + "id": "1584", + "type": "stop" + }, + { + "id": "1585", + "type": "stop" + }, + { + "id": "1586", + "type": "stop" + }, + { + "id": "413", + "type": "stop" + }, + { + "id": "414", + "type": "stop" + }, + { + "id": "1587", + "type": "stop" + }, + { + "id": "1565", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { - "attributes": {}, - "id": "471", + "attributes": { + "direction_id": 0, + "headsign": "Government Center (Express shuttle)" + }, + "id": "GovernmentCenterOrientHeightsExpress-0-sample", "links": { - "self": "/stops/471" + "self": "/trips/GovernmentCenterOrientHeightsExpress-0-sample" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=471" + "route": { + "data": { + "id": "Shuttle-GovernmentCenterOrientHeightsExpress", + "type": "route" } }, - "parent_station": { - "data": null + "route_pattern": { + "data": { + "id": "Shuttle-GovernmentCenterOrientHeightsExpress-0-0", + "type": "route_pattern" + } }, - "zone": { + "service": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "canonical", + "type": "service" + } + }, + "shape": { + "data": { + "id": "OrientHeightsToGovernmentCenterExpress-S", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "5879", + "type": "stop" + }, + { + "id": "9170043", + "type": "stop" + }, + { + "id": "65", + "type": "stop" + }, + { + "id": "4510", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": { "direction_id": 1, - "headsign": "JFK/UMass (Shuttle)" + "headsign": "Central Square via Malls" }, - "id": "BraintreeJFK-1-sample", + "id": "67223319", "links": { - "self": "/trips/BraintreeJFK-1-sample" + "self": "/trips/67223319" }, "relationships": { "route": { "data": { - "id": "Shuttle-BraintreeJFK", + "id": "435", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-BraintreeJFK-0-1", + "id": "435-_-1", "type": "route_pattern" } }, "service": { "data": { - "id": "canonical", + "id": "WinterSunday", "type": "service" } }, "shape": { "data": { - "id": "BraintreeToJFK-S", + "id": "4350230", "type": "shape" } }, "stops": { "data": [ { - "id": "38671", + "id": "7270", "type": "stop" }, { - "id": "41031", + "id": "4597", "type": "stop" }, { - "id": "32000", + "id": "4561", "type": "stop" }, { - "id": "9170100", + "id": "4581", "type": "stop" }, { - "id": "3125", + "id": "4582", "type": "stop" }, { - "id": "121", + "id": "7269", + "type": "stop" + }, + { + "id": "4933", + "type": "stop" + }, + { + "id": "4934", + "type": "stop" + }, + { + "id": "4935", + "type": "stop" + }, + { + "id": "4936", + "type": "stop" + }, + { + "id": "14936", + "type": "stop" + }, + { + "id": "4937", + "type": "stop" + }, + { + "id": "14937", + "type": "stop" + }, + { + "id": "4938", + "type": "stop" + }, + { + "id": "4939", + "type": "stop" + }, + { + "id": "4940", + "type": "stop" + }, + { + "id": "4941", + "type": "stop" + }, + { + "id": "4942", + "type": "stop" + }, + { + "id": "4943", + "type": "stop" + }, + { + "id": "4945", + "type": "stop" + }, + { + "id": "7199", + "type": "stop" + }, + { + "id": "7200", + "type": "stop" + }, + { + "id": "7201", + "type": "stop" + }, + { + "id": "7202", + "type": "stop" + }, + { + "id": "7263", + "type": "stop" + }, + { + "id": "7205", + "type": "stop" + }, + { + "id": "7206", + "type": "stop" + }, + { + "id": "7208", + "type": "stop" + }, + { + "id": "7210", + "type": "stop" + }, + { + "id": "7211", + "type": "stop" + }, + { + "id": "7212", + "type": "stop" + }, + { + "id": "7213", + "type": "stop" + }, + { + "id": "7253", + "type": "stop" + }, + { + "id": "7254", + "type": "stop" + }, + { + "id": "7255", + "type": "stop" + }, + { + "id": "17255", + "type": "stop" + }, + { + "id": "7289", + "type": "stop" + }, + { + "id": "6767", + "type": "stop" + }, + { + "id": "6769", + "type": "stop" + }, + { + "id": "6771", + "type": "stop" + }, + { + "id": "6772", + "type": "stop" + }, + { + "id": "14748", "type": "stop" } ] @@ -44667,14 +44395,14 @@ }, { "attributes": {}, - "id": "4794", + "id": "1442", "links": { - "self": "/stops/4794" + "self": "/stops/1442" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4794" + "related": "/facilities/?filter[stop]=1442" } }, "parent_station": { @@ -44691,14 +44419,14 @@ }, { "attributes": {}, - "id": "5507", + "id": "1234", "links": { - "self": "/stops/5507" + "self": "/stops/1234" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5507" + "related": "/facilities/?filter[stop]=1234" } }, "parent_station": { @@ -44715,14 +44443,14 @@ }, { "attributes": {}, - "id": "782", + "id": "5397", "links": { - "self": "/stops/782" + "self": "/stops/5397" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=782" + "related": "/facilities/?filter[stop]=5397" } }, "parent_station": { @@ -44739,14 +44467,14 @@ }, { "attributes": {}, - "id": "4744", + "id": "4394", "links": { - "self": "/stops/4744" + "self": "/stops/4394" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4744" + "related": "/facilities/?filter[stop]=4394" } }, "parent_station": { @@ -44763,41 +44491,75 @@ }, { "attributes": {}, - "id": "141", + "id": "5012", "links": { - "self": "/stops/141" + "self": "/stops/5012" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=141" + "related": "/facilities/?filter[stop]=5012" } }, "parent_station": { - "data": { - "id": "place-alfcl", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "ExpressBus-Downtown", + "id": "LocalBus", "type": "zone" } } }, "type": "stop" }, + { + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Swampscott", + "Lynn" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Lynn - Swampscott", + "short_name": "Newburyport/Rockport Line Shuttle", + "sort_order": 62053, + "text_color": "000000", + "type": 3 + }, + "id": "Shuttle-LynnSwampscott", + "links": { + "self": "/routes/Shuttle-LynnSwampscott" + }, + "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, + "line": { + "data": { + "id": "line-Newburyport", + "type": "line" + } + } + }, + "type": "route" + }, { "attributes": {}, - "id": "9339", + "id": "28742", "links": { - "self": "/stops/9339" + "self": "/stops/28742" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9339" + "related": "/facilities/?filter[stop]=28742" } }, "parent_station": { @@ -44814,14 +44576,14 @@ }, { "attributes": {}, - "id": "38331", + "id": "12642", "links": { - "self": "/stops/38331" + "self": "/stops/12642" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=38331" + "related": "/facilities/?filter[stop]=12642" } }, "parent_station": { @@ -44838,38 +44600,102 @@ }, { "attributes": {}, - "id": "Boat-Logan", + "id": "29005", "links": { - "self": "/stops/Boat-Logan" + "self": "/stops/29005" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=Boat-Logan" + "related": "/facilities/?filter[stop]=29005" } }, "parent_station": { - "data": null + "data": { + "id": "place-sull", + "type": "stop" + } }, "zone": { "data": { - "id": "Boat-Logan", + "id": "LocalBus", "type": "zone" } } }, "type": "stop" }, + { + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Salem Depot", + "Wonderland or Haymarket Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Salem Depot - Wonderland or Haymarket Station", + "short_name": "450", + "sort_order": 54500, + "text_color": "000000", + "type": 3 + }, + "id": "450", + "links": { + "self": "/routes/450" + }, + "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, + "line": { + "data": { + "id": "line-424450456", + "type": "line" + } + } + }, + "type": "route" + }, + { + "attributes": {}, + "id": "GB-0296-B1", + "links": { + "self": "/stops/GB-0296-B1" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=GB-0296-B1" + } + }, + "parent_station": { + "data": { + "id": "place-GB-0296", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, { "attributes": {}, - "id": "15989", + "id": "2680", "links": { - "self": "/stops/15989" + "self": "/stops/2680" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=15989" + "related": "/facilities/?filter[stop]=2680" } }, "parent_station": { @@ -44886,25 +44712,25 @@ }, { "attributes": {}, - "id": "NEC-2237-05", + "id": "GRB-0118-S", "links": { - "self": "/stops/NEC-2237-05" + "self": "/stops/GRB-0118-S" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=NEC-2237-05" + "related": "/facilities/?filter[stop]=GRB-0118-S" } }, "parent_station": { "data": { - "id": "place-forhl", + "id": "place-GRB-0118", "type": "stop" } }, "zone": { "data": { - "id": "CR-zone-1A", + "id": "CR-zone-2", "type": "zone" } } @@ -44913,14 +44739,14 @@ }, { "attributes": {}, - "id": "7497", + "id": "1678", "links": { - "self": "/stops/7497" + "self": "/stops/1678" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7497" + "related": "/facilities/?filter[stop]=1678" } }, "parent_station": { @@ -44937,278 +44763,106 @@ }, { "attributes": { - "direction_id": 0, - "headsign": "Jack Satter House" + "direction_id": 1, + "headsign": "Alewife" }, - "id": "61869077", + "id": "canonical-Red-C2-1", "links": { - "self": "/trips/61869077" + "self": "/trips/canonical-Red-C2-1" }, "relationships": { "route": { "data": { - "id": "411", + "id": "Red", "type": "route" } }, "route_pattern": { "data": { - "id": "411-9-0", + "id": "Red-1-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "canonical", "type": "service" } }, "shape": { "data": { - "id": "4110153", + "id": "canonical-931_0010", "type": "shape" } }, "stops": { "data": [ { - "id": "53270", - "type": "stop" - }, - { - "id": "5289", - "type": "stop" - }, - { - "id": "5342", - "type": "stop" - }, - { - "id": "5457", + "id": "70094", "type": "stop" }, { - "id": "5459", + "id": "70092", "type": "stop" }, { - "id": "5460", + "id": "70090", "type": "stop" }, { - "id": "5461", + "id": "70088", "type": "stop" }, { - "id": "5462", + "id": "70086", "type": "stop" }, { - "id": "5463", + "id": "70084", "type": "stop" }, { - "id": "5464", + "id": "70082", "type": "stop" }, { - "id": "54651", + "id": "70080", "type": "stop" }, { - "id": "9060", + "id": "70078", "type": "stop" }, { - "id": "9061", + "id": "70076", "type": "stop" }, { - "id": "49061", + "id": "70074", "type": "stop" }, { - "id": "9063", + "id": "70072", "type": "stop" }, { - "id": "7541", + "id": "70070", "type": "stop" }, { - "id": "7542", + "id": "70068", "type": "stop" }, { - "id": "7543", + "id": "70066", "type": "stop" }, { - "id": "7545", + "id": "70064", "type": "stop" }, { - "id": "8575", - "type": "stop" - }, - { - "id": "48575", - "type": "stop" - }, - { - "id": "17456", - "type": "stop" - }, - { - "id": "8336", - "type": "stop" - }, - { - "id": "8338", - "type": "stop" - }, - { - "id": "18338", - "type": "stop" - }, - { - "id": "48336", - "type": "stop" - }, - { - "id": "48337", - "type": "stop" - }, - { - "id": "9070", - "type": "stop" - }, - { - "id": "7410", - "type": "stop" - }, - { - "id": "7411", - "type": "stop" - }, - { - "id": "7412", - "type": "stop" - }, - { - "id": "7413", - "type": "stop" - }, - { - "id": "7414", - "type": "stop" - }, - { - "id": "45534", - "type": "stop" - }, - { - "id": "6267", - "type": "stop" - }, - { - "id": "7415", - "type": "stop" - }, - { - "id": "6269", - "type": "stop" - }, - { - "id": "6271", - "type": "stop" - }, - { - "id": "6272", - "type": "stop" - }, - { - "id": "6274", - "type": "stop" - }, - { - "id": "6275", - "type": "stop" - }, - { - "id": "6277", - "type": "stop" - }, - { - "id": "6278", - "type": "stop" - }, - { - "id": "6280", - "type": "stop" - }, - { - "id": "6281", - "type": "stop" - }, - { - "id": "5562", - "type": "stop" - }, - { - "id": "5711", - "type": "stop" - }, - { - "id": "5713", - "type": "stop" - }, - { - "id": "5790", - "type": "stop" - }, - { - "id": "5792", - "type": "stop" - }, - { - "id": "5794", - "type": "stop" - }, - { - "id": "4717", - "type": "stop" - }, - { - "id": "5797", - "type": "stop" - }, - { - "id": "5798", - "type": "stop" - }, - { - "id": "15795", - "type": "stop" - }, - { - "id": "4736", - "type": "stop" - }, - { - "id": "48541", - "type": "stop" - }, - { - "id": "4855", - "type": "stop" - }, - { - "id": "4856", - "type": "stop" - }, - { - "id": "4761", + "id": "70061", "type": "stop" } ] @@ -45218,41 +44872,14 @@ }, { "attributes": {}, - "id": "GRB-0162-S", - "links": { - "self": "/stops/GRB-0162-S" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=GRB-0162-S" - } - }, - "parent_station": { - "data": { - "id": "place-GRB-0162", - "type": "stop" - } - }, - "zone": { - "data": { - "id": "CR-zone-3", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "2680", + "id": "6509", "links": { - "self": "/stops/2680" + "self": "/stops/6509" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2680" + "related": "/facilities/?filter[stop]=6509" } }, "parent_station": { @@ -45268,315 +44895,192 @@ "type": "stop" }, { - "attributes": {}, - "id": "7186", + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Mattapan Station", + "Ruggles Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Mattapan Station - Ruggles Station", + "short_name": "28", + "sort_order": 50280, + "text_color": "000000", + "type": 3 + }, + "id": "28", "links": { - "self": "/stops/7186" + "self": "/routes/28" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=7186" + "agency": { + "data": { + "id": "1", + "type": "agency" } }, - "parent_station": { - "data": null - }, - "zone": { + "line": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "line-28", + "type": "line" } } }, - "type": "stop" + "type": "route" }, { "attributes": { - "direction_id": 1, - "headsign": "Neptune Towers" + "direction_id": 0, + "headsign": "Brighton Center" }, - "id": "62216446", + "id": "66645261", "links": { - "self": "/trips/62216446" + "self": "/trips/66645261" }, "relationships": { "route": { "data": { - "id": "435", + "id": "65", "type": "route" } }, "route_pattern": { "data": { - "id": "435-8-1", + "id": "65-_-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "4350226", + "id": "650133", "type": "shape" } }, "stops": { "data": [ { - "id": "37150", - "type": "stop" - }, - { - "id": "4601", - "type": "stop" - }, - { - "id": "4602", - "type": "stop" - }, - { - "id": "4603", - "type": "stop" - }, - { - "id": "4604", - "type": "stop" - }, - { - "id": "4605", - "type": "stop" - }, - { - "id": "4606", - "type": "stop" - }, - { - "id": "4607", - "type": "stop" - }, - { - "id": "4608", - "type": "stop" - }, - { - "id": "4951", - "type": "stop" - }, - { - "id": "4952", - "type": "stop" - }, - { - "id": "4609", - "type": "stop" - }, - { - "id": "14609", - "type": "stop" - }, - { - "id": "4610", - "type": "stop" - }, - { - "id": "4611", - "type": "stop" - }, - { - "id": "14612", - "type": "stop" - }, - { - "id": "14615", - "type": "stop" - }, - { - "id": "4614", - "type": "stop" - }, - { - "id": "7270", - "type": "stop" - }, - { - "id": "4597", - "type": "stop" - }, - { - "id": "4561", - "type": "stop" - }, - { - "id": "4581", - "type": "stop" - }, - { - "id": "4582", - "type": "stop" - }, - { - "id": "7269", - "type": "stop" - }, - { - "id": "4933", - "type": "stop" - }, - { - "id": "4934", - "type": "stop" - }, - { - "id": "4935", - "type": "stop" - }, - { - "id": "4936", - "type": "stop" - }, - { - "id": "14936", - "type": "stop" - }, - { - "id": "4937", - "type": "stop" - }, - { - "id": "14937", - "type": "stop" - }, - { - "id": "4938", - "type": "stop" - }, - { - "id": "4939", - "type": "stop" - }, - { - "id": "4940", - "type": "stop" - }, - { - "id": "4941", + "id": "899", "type": "stop" }, { - "id": "4942", + "id": "8993", "type": "stop" }, { - "id": "4943", + "id": "1518", "type": "stop" }, { - "id": "4945", + "id": "1519", "type": "stop" }, { - "id": "7199", + "id": "1520", "type": "stop" }, { - "id": "7200", + "id": "1777", "type": "stop" }, { - "id": "7201", + "id": "1778", "type": "stop" }, { - "id": "7202", + "id": "1521", "type": "stop" }, { - "id": "7263", + "id": "1523", "type": "stop" }, { - "id": "7205", + "id": "1524", "type": "stop" }, { - "id": "7206", + "id": "1525", "type": "stop" }, { - "id": "7208", + "id": "1526", "type": "stop" }, { - "id": "7210", + "id": "1286", "type": "stop" }, { - "id": "7211", + "id": "1287", "type": "stop" }, { - "id": "7212", + "id": "1288", "type": "stop" }, { - "id": "7213", + "id": "1289", "type": "stop" }, { - "id": "7253", + "id": "1290", "type": "stop" }, { - "id": "7254", + "id": "1291", "type": "stop" }, { - "id": "7255", + "id": "1292", "type": "stop" }, { - "id": "17255", + "id": "1293", "type": "stop" }, { - "id": "7289", + "id": "1294", "type": "stop" }, { - "id": "6767", + "id": "1295", "type": "stop" }, { - "id": "6769", + "id": "1296", "type": "stop" }, { - "id": "6771", + "id": "1298", "type": "stop" }, { - "id": "6772", + "id": "1299", "type": "stop" }, { - "id": "16653", + "id": "1300", "type": "stop" }, { - "id": "94321", + "id": "1301", "type": "stop" }, { - "id": "94325", + "id": "1994", "type": "stop" }, { - "id": "94320", + "id": "1026", "type": "stop" } ] @@ -45586,70 +45090,42 @@ }, { "attributes": { - "direction_id": 1, - "headsign": "Mattapan (Shuttle)" + "direction_id": 0, + "headsign": "Boston Landing (Shuttle)" }, - "id": "Mattapan-AshmontMattapan-Weekday-77fdb-1-20:30:00", + "id": "BackBayBostonLandingOmitSouthStation-0-sample", "links": { - "self": "/trips/Mattapan-AshmontMattapan-Weekday-77fdb-1-20%3A30%3A00" + "self": "/trips/BackBayBostonLandingOmitSouthStation-0-sample" }, "relationships": { "route": { "data": { - "id": "Shuttle-AshmontMattapan", + "id": "Shuttle-BackBayBostonLanding", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-AshmontMattapan-0-1", + "id": "Shuttle-BackBayBostonLanding-0-0", "type": "route_pattern" } }, "service": { "data": { - "id": "Mattapan-AshmontMattapan-Weekday-77fdb", + "id": "canonical", "type": "service" } }, "shape": { "data": { - "id": "AshmontToMattapan-S", + "id": "BackBayToBostonLanding-S", "type": "shape" } }, "stops": { "data": [ { - "id": "334", - "type": "stop" - }, - { - "id": "71263", - "type": "stop" - }, - { - "id": "71265", - "type": "stop" - }, - { - "id": "3477", - "type": "stop" - }, - { - "id": "71270", - "type": "stop" - }, - { - "id": "71271", - "type": "stop" - }, - { - "id": "71274", - "type": "stop" - }, - { - "id": "185", + "id": "WML-0035-B", "type": "stop" } ] @@ -45659,231 +45135,62 @@ }, { "attributes": {}, - "id": "6711", + "id": "WR-0264-B2", "links": { - "self": "/stops/6711" + "self": "/stops/WR-0264-B2" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6711" + "related": "/facilities/?filter[stop]=WR-0264-B2" } }, "parent_station": { - "data": null - }, - "zone": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "place-WR-0264", + "type": "stop" } + }, + "zone": { + "data": null } }, "type": "stop" }, { - "attributes": { - "direction_id": 0, - "headsign": "City Point via South Bay Center" - }, - "id": "61393863", + "attributes": {}, + "id": "6512", "links": { - "self": "/trips/61393863" + "self": "/stops/6512" }, "relationships": { - "route": { - "data": { - "id": "10", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "10-9-0", - "type": "route_pattern" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=6512" } }, - "service": { - "data": { - "id": "SpringWeekday", - "type": "service" - } + "parent_station": { + "data": null }, - "shape": { + "zone": { "data": { - "id": "10-A-0", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "178", - "type": "stop" - }, - { - "id": "176", - "type": "stop" - }, - { - "id": "1395", - "type": "stop" - }, - { - "id": "1396", - "type": "stop" - }, - { - "id": "1397", - "type": "stop" - }, - { - "id": "1398", - "type": "stop" - }, - { - "id": "21158", - "type": "stop" - }, - { - "id": "11158", - "type": "stop" - }, - { - "id": "10015", - "type": "stop" - }, - { - "id": "5089", - "type": "stop" - }, - { - "id": "855", - "type": "stop" - }, - { - "id": "8", - "type": "stop" - }, - { - "id": "30009", - "type": "stop" - }, - { - "id": "131", - "type": "stop" - }, - { - "id": "29049", - "type": "stop" - }, - { - "id": "29051", - "type": "stop" - }, - { - "id": "29052", - "type": "stop" - }, - { - "id": "13", - "type": "stop" - }, - { - "id": "14", - "type": "stop" - }, - { - "id": "15", - "type": "stop" - }, - { - "id": "16", - "type": "stop" - }, - { - "id": "17", - "type": "stop" - }, - { - "id": "18", - "type": "stop" - }, - { - "id": "19", - "type": "stop" - }, - { - "id": "20", - "type": "stop" - }, - { - "id": "21", - "type": "stop" - }, - { - "id": "22", - "type": "stop" - }, - { - "id": "23", - "type": "stop" - }, - { - "id": "24", - "type": "stop" - }, - { - "id": "25", - "type": "stop" - }, - { - "id": "27", - "type": "stop" - }, - { - "id": "28", - "type": "stop" - }, - { - "id": "29", - "type": "stop" - }, - { - "id": "30", - "type": "stop" - }, - { - "id": "32", - "type": "stop" - }, - { - "id": "10031", - "type": "stop" - }, - { - "id": "10032", - "type": "stop" - }, - { - "id": "33", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "9029", + "id": "6708", "links": { - "self": "/stops/9029" + "self": "/stops/6708" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9029" + "related": "/facilities/?filter[stop]=6708" } }, "parent_station": { @@ -45900,14 +45207,14 @@ }, { "attributes": {}, - "id": "2078", + "id": "3228", "links": { - "self": "/stops/2078" + "self": "/stops/3228" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2078" + "related": "/facilities/?filter[stop]=3228" } }, "parent_station": { @@ -45924,25 +45231,22 @@ }, { "attributes": {}, - "id": "FB-0095-04", + "id": "3202", "links": { - "self": "/stops/FB-0095-04" + "self": "/stops/3202" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=FB-0095-04" + "related": "/facilities/?filter[stop]=3202" } }, "parent_station": { - "data": { - "id": "place-DB-0095", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "CR-zone-2", + "id": "LocalBus", "type": "zone" } } @@ -45951,14 +45255,14 @@ }, { "attributes": {}, - "id": "2691", + "id": "2472", "links": { - "self": "/stops/2691" + "self": "/stops/2472" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2691" + "related": "/facilities/?filter[stop]=2472" } }, "parent_station": { @@ -45975,14 +45279,14 @@ }, { "attributes": {}, - "id": "78571", + "id": "2679", "links": { - "self": "/stops/78571" + "self": "/stops/2679" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=78571" + "related": "/facilities/?filter[stop]=2679" } }, "parent_station": { @@ -45998,248 +45302,39 @@ "type": "stop" }, { - "attributes": { - "direction_id": 1, - "headsign": "Heath St" - }, - "id": "62145764", + "attributes": {}, + "id": "9133", "links": { - "self": "/trips/62145764" + "self": "/stops/9133" }, "relationships": { - "route": { - "data": { - "id": "14", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "14-_-1", - "type": "route_pattern" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=9133" } }, - "service": { - "data": { - "id": "SpringWeekday", - "type": "service" - } + "parent_station": { + "data": null }, - "shape": { + "zone": { "data": { - "id": "140137", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "797", - "type": "stop" - }, - { - "id": "795", - "type": "stop" - }, - { - "id": "6428", - "type": "stop" - }, - { - "id": "6430", - "type": "stop" - }, - { - "id": "6431", - "type": "stop" - }, - { - "id": "6432", - "type": "stop" - }, - { - "id": "6433", - "type": "stop" - }, - { - "id": "6496", - "type": "stop" - }, - { - "id": "6498", - "type": "stop" - }, - { - "id": "6500", - "type": "stop" - }, - { - "id": "16500", - "type": "stop" - }, - { - "id": "26500", - "type": "stop" - }, - { - "id": "36500", - "type": "stop" - }, - { - "id": "56500", - "type": "stop" - }, - { - "id": "96500", - "type": "stop" - }, - { - "id": "66500", - "type": "stop" - }, - { - "id": "76500", - "type": "stop" - }, - { - "id": "86500", - "type": "stop" - }, - { - "id": "381", - "type": "stop" - }, - { - "id": "382", - "type": "stop" - }, - { - "id": "383", - "type": "stop" - }, - { - "id": "384", - "type": "stop" - }, - { - "id": "385", - "type": "stop" - }, - { - "id": "386", - "type": "stop" - }, - { - "id": "387", - "type": "stop" - }, - { - "id": "388", - "type": "stop" - }, - { - "id": "390", - "type": "stop" - }, - { - "id": "392", - "type": "stop" - }, - { - "id": "393", - "type": "stop" - }, - { - "id": "394", - "type": "stop" - }, - { - "id": "395", - "type": "stop" - }, - { - "id": "396", - "type": "stop" - }, - { - "id": "21151", - "type": "stop" - }, - { - "id": "64000", - "type": "stop" - }, - { - "id": "1148", - "type": "stop" - }, - { - "id": "1149", - "type": "stop" - }, - { - "id": "1150", - "type": "stop" - }, - { - "id": "1151", - "type": "stop" - }, - { - "id": "1152", - "type": "stop" - }, - { - "id": "1153", - "type": "stop" - }, - { - "id": "11531", - "type": "stop" - }, - { - "id": "1154", - "type": "stop" - }, - { - "id": "1755", - "type": "stop" - }, - { - "id": "1756", - "type": "stop" - }, - { - "id": "1757", - "type": "stop" - }, - { - "id": "1758", - "type": "stop" - }, - { - "id": "1760", - "type": "stop" - }, - { - "id": "1761", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "86121", + "id": "5893", "links": { - "self": "/stops/86121" + "self": "/stops/5893" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=86121" + "related": "/facilities/?filter[stop]=5893" } }, "parent_station": { @@ -46256,14 +45351,14 @@ }, { "attributes": {}, - "id": "44413", + "id": "18144", "links": { - "self": "/stops/44413" + "self": "/stops/18144" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=44413" + "related": "/facilities/?filter[stop]=18144" } }, "parent_station": { @@ -46280,14 +45375,14 @@ }, { "attributes": {}, - "id": "3026", + "id": "1278", "links": { - "self": "/stops/3026" + "self": "/stops/1278" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3026" + "related": "/facilities/?filter[stop]=1278" } }, "parent_station": { @@ -46302,58 +45397,24 @@ }, "type": "stop" }, - { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Riverside Station", - "Newton Corner" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Riverside Station - Newton Corner", - "short_name": "558", - "sort_order": 55580, - "text_color": "000000", - "type": 3 - }, - "id": "558", - "links": { - "self": "/routes/558" - }, - "relationships": { - "line": { - "data": { - "id": "line-556558", - "type": "line" - } - } - }, - "type": "route" - }, { "attributes": {}, - "id": "70125", + "id": "8202", "links": { - "self": "/stops/70125" + "self": "/stops/8202" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70125" + "related": "/facilities/?filter[stop]=8202" } }, "parent_station": { - "data": { - "id": "place-wrnst", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } @@ -46362,14 +45423,14 @@ }, { "attributes": {}, - "id": "5389", + "id": "5975", "links": { - "self": "/stops/5389" + "self": "/stops/5975" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5389" + "related": "/facilities/?filter[stop]=5975" } }, "parent_station": { @@ -46386,14 +45447,14 @@ }, { "attributes": {}, - "id": "12650", + "id": "7785", "links": { - "self": "/stops/12650" + "self": "/stops/7785" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=12650" + "related": "/facilities/?filter[stop]=7785" } }, "parent_station": { @@ -46410,14 +45471,14 @@ }, { "attributes": {}, - "id": "109831", + "id": "56479", "links": { - "self": "/stops/109831" + "self": "/stops/56479" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=109831" + "related": "/facilities/?filter[stop]=56479" } }, "parent_station": { @@ -46434,14 +45495,14 @@ }, { "attributes": {}, - "id": "7818", + "id": "3541", "links": { - "self": "/stops/7818" + "self": "/stops/3541" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7818" + "related": "/facilities/?filter[stop]=3541" } }, "parent_station": { @@ -46457,50 +45518,167 @@ "type": "stop" }, { - "attributes": {}, - "id": "9122", + "attributes": { + "direction_id": 0, + "headsign": "Linden Square" + }, + "id": "66960009", "links": { - "self": "/stops/9122" + "self": "/trips/66960009" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=9122" + "route": { + "data": { + "id": "108", + "type": "route" } }, - "parent_station": { - "data": null + "route_pattern": { + "data": { + "id": "108-7-0", + "type": "route_pattern" + } }, - "zone": { + "service": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "WinterWeekday", + "type": "service" + } + }, + "shape": { + "data": { + "id": "1080228", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "53270", + "type": "stop" + }, + { + "id": "5289", + "type": "stop" + }, + { + "id": "5342", + "type": "stop" + }, + { + "id": "5457", + "type": "stop" + }, + { + "id": "5459", + "type": "stop" + }, + { + "id": "5460", + "type": "stop" + }, + { + "id": "5461", + "type": "stop" + }, + { + "id": "5462", + "type": "stop" + }, + { + "id": "5463", + "type": "stop" + }, + { + "id": "5464", + "type": "stop" + }, + { + "id": "54651", + "type": "stop" + }, + { + "id": "9060", + "type": "stop" + }, + { + "id": "9061", + "type": "stop" + }, + { + "id": "49061", + "type": "stop" + }, + { + "id": "9063", + "type": "stop" + }, + { + "id": "9339", + "type": "stop" + }, + { + "id": "9340", + "type": "stop" + }, + { + "id": "9067", + "type": "stop" + }, + { + "id": "49067", + "type": "stop" + }, + { + "id": "9068", + "type": "stop" + }, + { + "id": "9069", + "type": "stop" + }, + { + "id": "9070", + "type": "stop" + }, + { + "id": "7410", + "type": "stop" + }, + { + "id": "7411", + "type": "stop" + }, + { + "id": "74120", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "NEC-2203-02", + "id": "52710", "links": { - "self": "/stops/NEC-2203-02" + "self": "/stops/52710" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=NEC-2203-02" + "related": "/facilities/?filter[stop]=52710" } }, "parent_station": { "data": { - "id": "place-NEC-2203", + "id": "place-welln", "type": "stop" } }, "zone": { "data": { - "id": "CR-zone-1", + "id": "LocalBus", "type": "zone" } } @@ -46509,14 +45687,14 @@ }, { "attributes": {}, - "id": "63618", + "id": "7", "links": { - "self": "/stops/63618" + "self": "/stops/7" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=63618" + "related": "/facilities/?filter[stop]=7" } }, "parent_station": { @@ -46532,39 +45710,29 @@ "type": "stop" }, { - "attributes": {}, - "id": "6613", - "links": { - "self": "/stops/6613" + "attributes": { + "color": "FFC72C", + "long_name": "Lebanon Street, Malden - Wellington", + "short_name": "106", + "sort_order": 51060, + "text_color": "000000" }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=6613" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } + "id": "line-106", + "links": { + "self": "/lines/line-106" }, - "type": "stop" + "type": "line" }, { "attributes": {}, - "id": "17142", + "id": "88345", "links": { - "self": "/stops/17142" + "self": "/stops/88345" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=17142" + "related": "/facilities/?filter[stop]=88345" } }, "parent_station": { @@ -46582,49 +45750,57 @@ { "attributes": { "direction_id": 1, - "headsign": "Quincy Center (Shuttle)" + "headsign": "North Station" }, - "id": "BraintreeQuincyCenter-1-sample", + "id": "NorthWKDYF24-696217-204-HaverhillBradfordVan", "links": { - "self": "/trips/BraintreeQuincyCenter-1-sample" + "self": "/trips/NorthWKDYF24-696217-204-HaverhillBradfordVan" }, "relationships": { "route": { "data": { - "id": "Shuttle-BraintreeQuincyCenter", + "id": "CR-Haverhill", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-BraintreeQuincyCenter-0-1", + "id": "CR-Haverhill-2c4068b1-1", "type": "route_pattern" } }, "service": { "data": { - "id": "canonical", + "id": "FALL 2024-N-Wdy-1-S6561ad1d-HvlBrdVn", "type": "service" } }, "shape": { "data": { - "id": "BraintreeToQuincyCenter-S", + "id": "9820003", "type": "shape" } }, "stops": { "data": [ { - "id": "38671", + "id": "WR-0325-01", "type": "stop" }, { - "id": "41031", + "id": "WR-0264-02", "type": "stop" }, { - "id": "32000", + "id": "WR-0228-02", + "type": "stop" + }, + { + "id": "WR-0205-02", + "type": "stop" + }, + { + "id": "BNT-0000", "type": "stop" } ] @@ -46635,22 +45811,22 @@ { "attributes": { "direction_id": 0, - "headsign": "JFK/UMass (Shuttle)" + "headsign": "Riverside (Express shuttle)" }, - "id": "BroadwayJFKAshmontPlatform-0-sample", + "id": "CopleyRiversideExpress-0-sample", "links": { - "self": "/trips/BroadwayJFKAshmontPlatform-0-sample" + "self": "/trips/CopleyRiversideExpress-0-sample" }, "relationships": { "route": { "data": { - "id": "Shuttle-BroadwayJFK", + "id": "Shuttle-CopleyRiversideExpress", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-BroadwayJFK-0-0", + "id": "Shuttle-CopleyRiversideExpress-0-0", "type": "route_pattern" } }, @@ -46662,22 +45838,18 @@ }, "shape": { "data": { - "id": "BroadwayToJFK-S", + "id": "CopleyToRiversideExpress-S", "type": "shape" } }, "stops": { "data": [ { - "id": "151", - "type": "stop" - }, - { - "id": "9070083", + "id": "178", "type": "stop" }, { - "id": "121", + "id": "38155", "type": "stop" } ] @@ -46687,14 +45859,14 @@ }, { "attributes": {}, - "id": "1480", + "id": "2625", "links": { - "self": "/stops/1480" + "self": "/stops/2625" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1480" + "related": "/facilities/?filter[stop]=2625" } }, "parent_station": { @@ -46709,47 +45881,16 @@ }, "type": "stop" }, - { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Brighton Center", - "Kenmore Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Brighton Center - Kenmore Station", - "short_name": "65", - "sort_order": 50650, - "text_color": "000000", - "type": 3 - }, - "id": "65", - "links": { - "self": "/routes/65" - }, - "relationships": { - "line": { - "data": { - "id": "line-6065", - "type": "line" - } - } - }, - "type": "route" - }, { "attributes": {}, - "id": "9043", + "id": "45079", "links": { - "self": "/stops/9043" + "self": "/stops/45079" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9043" + "related": "/facilities/?filter[stop]=45079" } }, "parent_station": { @@ -46766,14 +45907,14 @@ }, { "attributes": {}, - "id": "1722", + "id": "13404", "links": { - "self": "/stops/1722" + "self": "/stops/13404" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1722" + "related": "/facilities/?filter[stop]=13404" } }, "parent_station": { @@ -46790,14 +45931,14 @@ }, { "attributes": {}, - "id": "6859", + "id": "616", "links": { - "self": "/stops/6859" + "self": "/stops/616" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6859" + "related": "/facilities/?filter[stop]=616" } }, "parent_station": { @@ -46813,87 +45954,68 @@ "type": "stop" }, { - "attributes": {}, - "id": "3093", + "attributes": { + "direction_id": 1, + "headsign": "Copley (Express shuttle)" + }, + "id": "CopleyWoodlandViaRiversideExpressCR-1-sample", "links": { - "self": "/stops/3093" + "self": "/trips/CopleyWoodlandViaRiversideExpressCR-1-sample" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=3093" + "route": { + "data": { + "id": "Shuttle-CopleyWoodlandLimited", + "type": "route" } }, - "parent_station": { - "data": null - }, - "zone": { + "route_pattern": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "18245", - "links": { - "self": "/stops/18245" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=18245" + "id": "Shuttle-CopleyWoodlandLimited-0-1", + "type": "route_pattern" } }, - "parent_station": { - "data": null - }, - "zone": { + "service": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "2736", - "links": { - "self": "/stops/2736" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=2736" + "id": "canonical", + "type": "service" } }, - "parent_station": { - "data": null - }, - "zone": { + "shape": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "WoodlandToCopleyViaRiversideLimited-S", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "9070162", + "type": "stop" + }, + { + "id": "38155", + "type": "stop" + }, + { + "id": "178", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "5420", + "id": "15977", "links": { - "self": "/stops/5420" + "self": "/stops/15977" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5420" + "related": "/facilities/?filter[stop]=15977" } }, "parent_station": { @@ -46909,65 +46031,69 @@ "type": "stop" }, { - "attributes": {}, - "id": "45838", + "attributes": { + "direction_id": 1, + "headsign": "TF Green Airport (Shuttle)" + }, + "id": "TFGreenWickfordJunction-1-sample", "links": { - "self": "/stops/45838" + "self": "/trips/TFGreenWickfordJunction-1-sample" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=45838" + "route": { + "data": { + "id": "Shuttle-TFGreenWickfordJunction", + "type": "route" } }, - "parent_station": { - "data": null - }, - "zone": { + "route_pattern": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "Shuttle-TFGreenWickfordJunction-0-1", + "type": "route_pattern" } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "9070505", - "links": { - "self": "/stops/9070505" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=9070505" + }, + "service": { + "data": { + "id": "canonical", + "type": "service" } }, - "parent_station": { - "data": null + "shape": { + "data": { + "id": "WickfordJunctionToTFGreen-S", + "type": "shape" + } }, - "zone": { - "data": null + "stops": { + "data": [ + { + "id": "NEC-1659-B", + "type": "stop" + }, + { + "id": "NEC-1768-B", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "70244", + "id": "70241", "links": { - "self": "/stops/70244" + "self": "/stops/70241" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70244" + "related": "/facilities/?filter[stop]=70241" } }, "parent_station": { "data": { - "id": "place-nuniv", + "id": "place-symcl", "type": "stop" } }, @@ -46982,147 +46108,188 @@ }, { "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "North Waltham", - "Waltham Center" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "North Waltham - Waltham Center", - "short_name": "61", - "sort_order": 50610, - "text_color": "000000", - "type": 3 + "direction_id": 1, + "headsign": "Nubian" }, - "id": "61", + "id": "66653158", "links": { - "self": "/routes/61" + "self": "/trips/66653158" }, "relationships": { - "line": { + "route": { "data": { - "id": "line-6170170", - "type": "line" - } - } - }, - "type": "route" - }, - { - "attributes": {}, - "id": "5703", - "links": { - "self": "/stops/5703" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=5703" + "id": "15", + "type": "route" } }, - "parent_station": { - "data": null - }, - "zone": { + "route_pattern": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "70256", - "links": { - "self": "/stops/70256" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=70256" + "id": "15-3-1", + "type": "route_pattern" } }, - "parent_station": { + "service": { "data": { - "id": "place-rvrwy", - "type": "stop" + "id": "WinterWeekday", + "type": "service" } }, - "zone": { + "shape": { "data": { - "id": "RapidTransit", - "type": "zone" + "id": "150278", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "1475", + "type": "stop" + }, + { + "id": "1478", + "type": "stop" + }, + { + "id": "1479", + "type": "stop" + }, + { + "id": "1480", + "type": "stop" + }, + { + "id": "1481", + "type": "stop" + }, + { + "id": "11482", + "type": "stop" + }, + { + "id": "14831", + "type": "stop" + }, + { + "id": "1484", + "type": "stop" + }, + { + "id": "1485", + "type": "stop" + }, + { + "id": "1486", + "type": "stop" + }, + { + "id": "1487", + "type": "stop" + }, + { + "id": "1488", + "type": "stop" + }, + { + "id": "1489", + "type": "stop" + }, + { + "id": "1491", + "type": "stop" + }, + { + "id": "64000", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { - "attributes": {}, - "id": "57400", + "attributes": { + "direction_id": 1, + "headsign": "South Station" + }, + "id": "66858744", "links": { - "self": "/stops/57400" + "self": "/trips/66858744" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=57400" + "route": { + "data": { + "id": "743", + "type": "route" } }, - "parent_station": { + "route_pattern": { "data": { - "id": "place-mvbcl", - "type": "stop" + "id": "743-1-1", + "type": "route_pattern" } }, - "zone": { + "service": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "2554", - "links": { - "self": "/stops/2554" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=2554" + "id": "WinterWeekday", + "type": "service" } }, - "parent_station": { - "data": null - }, - "zone": { + "shape": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "7430036", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "74630", + "type": "stop" + }, + { + "id": "74632", + "type": "stop" + }, + { + "id": "74634", + "type": "stop" + }, + { + "id": "74636", + "type": "stop" + }, + { + "id": "7097", + "type": "stop" + }, + { + "id": "17096", + "type": "stop" + }, + { + "id": "74614", + "type": "stop" + }, + { + "id": "892", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "5561", + "id": "65543", "links": { - "self": "/stops/5561" + "self": "/stops/65543" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5561" + "related": "/facilities/?filter[stop]=65543" } }, "parent_station": { @@ -47139,14 +46306,14 @@ }, { "attributes": {}, - "id": "2487", + "id": "889", "links": { - "self": "/stops/2487" + "self": "/stops/889" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2487" + "related": "/facilities/?filter[stop]=889" } }, "parent_station": { @@ -47163,14 +46330,14 @@ }, { "attributes": {}, - "id": "3029", + "id": "4241", "links": { - "self": "/stops/3029" + "self": "/stops/4241" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3029" + "related": "/facilities/?filter[stop]=4241" } }, "parent_station": { @@ -47187,14 +46354,14 @@ }, { "attributes": {}, - "id": "9136", + "id": "85618", "links": { - "self": "/stops/9136" + "self": "/stops/85618" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9136" + "related": "/facilities/?filter[stop]=85618" } }, "parent_station": { @@ -47211,14 +46378,14 @@ }, { "attributes": {}, - "id": "8313", + "id": "3532", "links": { - "self": "/stops/8313" + "self": "/stops/3532" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8313" + "related": "/facilities/?filter[stop]=3532" } }, "parent_station": { @@ -47233,47 +46400,16 @@ }, "type": "stop" }, - { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Middleborough/Lakeville", - "South Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Middleborough/Lakeville - Bridgewater", - "short_name": "Middleborough/Lakeville Line Shuttle", - "sort_order": 61030, - "text_color": "000000", - "type": 3 - }, - "id": "Shuttle-BridgewaterMiddleboroughLakeville", - "links": { - "self": "/routes/Shuttle-BridgewaterMiddleboroughLakeville" - }, - "relationships": { - "line": { - "data": { - "id": "line-Middleborough", - "type": "line" - } - } - }, - "type": "route" - }, { "attributes": {}, - "id": "5640", + "id": "4246", "links": { - "self": "/stops/5640" + "self": "/stops/4246" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5640" + "related": "/facilities/?filter[stop]=4246" } }, "parent_station": { @@ -47290,38 +46426,38 @@ }, { "attributes": {}, - "id": "6674", + "id": "ER-0312-B", "links": { - "self": "/stops/6674" + "self": "/stops/ER-0312-B" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6674" + "related": "/facilities/?filter[stop]=ER-0312-B" } }, "parent_station": { - "data": null - }, - "zone": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "place-ER-0312", + "type": "stop" } + }, + "zone": { + "data": null } }, "type": "stop" }, { "attributes": {}, - "id": "556", + "id": "471", "links": { - "self": "/stops/556" + "self": "/stops/471" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=556" + "related": "/facilities/?filter[stop]=471" } }, "parent_station": { @@ -47336,30 +46472,16 @@ }, "type": "stop" }, - { - "attributes": { - "color": "FFC72C", - "long_name": "Mattapan - Jackson Square", - "short_name": "29", - "sort_order": 50290, - "text_color": "000000" - }, - "id": "line-29", - "links": { - "self": "/lines/line-29" - }, - "type": "line" - }, { "attributes": {}, - "id": "5328", + "id": "3572", "links": { - "self": "/stops/5328" + "self": "/stops/3572" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5328" + "related": "/facilities/?filter[stop]=3572" } }, "parent_station": { @@ -47376,14 +46498,14 @@ }, { "attributes": {}, - "id": "1182", + "id": "5415", "links": { - "self": "/stops/1182" + "self": "/stops/5415" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1182" + "related": "/facilities/?filter[stop]=5415" } }, "parent_station": { @@ -47400,166 +46522,150 @@ }, { "attributes": { - "direction_id": 0, - "headsign": "Lebanon Loop" + "direction_id": 1, + "headsign": "Harvard" }, - "id": "61869066", + "id": "66960085", "links": { - "self": "/trips/61869066" + "self": "/trips/66960085" }, "relationships": { "route": { "data": { - "id": "106", + "id": "96", "type": "route" } }, "route_pattern": { "data": { - "id": "106-_-0", + "id": "96-_-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "1060255", + "id": "960152", "type": "shape" } }, "stops": { "data": [ { - "id": "5271", - "type": "stop" - }, - { - "id": "5563", - "type": "stop" - }, - { - "id": "5405", - "type": "stop" - }, - { - "id": "5406", - "type": "stop" - }, - { - "id": "45406", + "id": "45002", "type": "stop" }, { - "id": "5408", + "id": "5002", "type": "stop" }, { - "id": "5409", + "id": "5031", "type": "stop" }, { - "id": "5410", + "id": "5032", "type": "stop" }, { - "id": "5411", + "id": "5290", "type": "stop" }, { - "id": "5412", + "id": "5034", "type": "stop" }, { - "id": "5413", + "id": "5035", "type": "stop" }, { - "id": "5451", + "id": "5036", "type": "stop" }, { - "id": "5452", + "id": "5037", "type": "stop" }, { - "id": "5453", + "id": "12376", "type": "stop" }, { - "id": "5454", + "id": "2376", "type": "stop" }, { - "id": "15431", + "id": "2378", "type": "stop" }, { - "id": "53270", + "id": "2379", "type": "stop" }, { - "id": "5289", + "id": "2380", "type": "stop" }, { - "id": "5342", + "id": "2381", "type": "stop" }, { - "id": "5457", + "id": "5012", "type": "stop" }, { - "id": "5459", + "id": "5014", "type": "stop" }, { - "id": "5460", + "id": "5015", "type": "stop" }, { - "id": "5461", + "id": "2582", "type": "stop" }, { - "id": "5462", + "id": "2583", "type": "stop" }, { - "id": "5463", + "id": "2584", "type": "stop" }, { - "id": "5464", + "id": "2300", "type": "stop" }, { - "id": "54651", + "id": "12301", "type": "stop" }, { - "id": "5466", + "id": "2304", "type": "stop" }, { - "id": "5467", + "id": "2305", "type": "stop" }, { - "id": "5468", + "id": "2307", "type": "stop" }, { - "id": "5469", + "id": "76127", "type": "stop" }, { - "id": "5472", + "id": "32549", "type": "stop" } ] @@ -47569,14 +46675,14 @@ }, { "attributes": {}, - "id": "8535", + "id": "916", "links": { - "self": "/stops/8535" + "self": "/stops/916" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8535" + "related": "/facilities/?filter[stop]=916" } }, "parent_station": { @@ -47592,66 +46698,84 @@ "type": "stop" }, { - "attributes": {}, - "id": "5481", + "attributes": { + "direction_id": 0, + "headsign": "Beverly (Local shuttle)" + }, + "id": "CR-NewburyportBeverlyShuttle-Shuttle-BeverlyNorthStationLocalSaturday-Bv-0-24:00:00", "links": { - "self": "/stops/5481" + "self": "/trips/CR-NewburyportBeverlyShuttle-Shuttle-BeverlyNorthStationLocalSaturday-Bv-0-24%3A00%3A00" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=5481" + "route": { + "data": { + "id": "Shuttle-BeverlyNorthStationLocal", + "type": "route" } }, - "parent_station": { - "data": null - }, - "zone": { + "route_pattern": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "FR-0394-01", - "links": { - "self": "/stops/FR-0394-01" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=FR-0394-01" + "id": "Shuttle-BeverlyNorthStationLocal-0-0", + "type": "route_pattern" } }, - "parent_station": { + "service": { "data": { - "id": "place-FR-0394", - "type": "stop" + "id": "CR-NewburyportBeverlyShuttle-Saturday", + "type": "service" } }, - "zone": { + "shape": { "data": { - "id": "CR-zone-8", - "type": "zone" + "id": "NorthStationToBeverlyLocal-S", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "BNT-0000-B2", + "type": "stop" + }, + { + "id": "ER-0042-B0", + "type": "stop" + }, + { + "id": "15797", + "type": "stop" + }, + { + "id": "14748", + "type": "stop" + }, + { + "id": "ER-0128-B0", + "type": "stop" + }, + { + "id": "ER-0168-B", + "type": "stop" + }, + { + "id": "ER-0183-B", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "4525", + "id": "2687", "links": { - "self": "/stops/4525" + "self": "/stops/2687" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4525" + "related": "/facilities/?filter[stop]=2687" } }, "parent_station": { @@ -47668,14 +46792,14 @@ }, { "attributes": {}, - "id": "56732", + "id": "7320", "links": { - "self": "/stops/56732" + "self": "/stops/7320" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=56732" + "related": "/facilities/?filter[stop]=7320" } }, "parent_station": { @@ -47693,269 +46817,57 @@ { "attributes": { "direction_id": 0, - "headsign": "Hingham Depot via Center" + "headsign": "Orient Heights (Shuttle)" }, - "id": "61928992", + "id": "OrientHeightsWonderland-0-sample", "links": { - "self": "/trips/61928992" + "self": "/trips/OrientHeightsWonderland-0-sample" }, "relationships": { "route": { "data": { - "id": "220", + "id": "Shuttle-OrientHeightsWonderland", "type": "route" } }, "route_pattern": { "data": { - "id": "220-4-0", + "id": "Shuttle-OrientHeightsWonderland-0-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "canonical", "type": "service" } }, "shape": { "data": { - "id": "2200122", + "id": "WonderlandToOrientHeights-S", "type": "shape" } }, "stops": { "data": [ { - "id": "32004", - "type": "stop" - }, - { - "id": "3515", - "type": "stop" - }, - { - "id": "3516", - "type": "stop" - }, - { - "id": "3518", - "type": "stop" - }, - { - "id": "3520", - "type": "stop" - }, - { - "id": "3521", - "type": "stop" - }, - { - "id": "3522", + "id": "15797", "type": "stop" }, { - "id": "3523", + "id": "9070057", "type": "stop" }, { - "id": "3524", + "id": "9070055", "type": "stop" }, { - "id": "3525", + "id": "9070053", "type": "stop" }, { - "id": "3526", - "type": "stop" - }, - { - "id": "3527", - "type": "stop" - }, - { - "id": "3528", - "type": "stop" - }, - { - "id": "3529", - "type": "stop" - }, - { - "id": "3530", - "type": "stop" - }, - { - "id": "3531", - "type": "stop" - }, - { - "id": "3532", - "type": "stop" - }, - { - "id": "3533", - "type": "stop" - }, - { - "id": "3534", - "type": "stop" - }, - { - "id": "3535", - "type": "stop" - }, - { - "id": "3536", - "type": "stop" - }, - { - "id": "3537", - "type": "stop" - }, - { - "id": "3538", - "type": "stop" - }, - { - "id": "3539", - "type": "stop" - }, - { - "id": "3541", - "type": "stop" - }, - { - "id": "3542", - "type": "stop" - }, - { - "id": "3543", - "type": "stop" - }, - { - "id": "3544", - "type": "stop" - }, - { - "id": "3545", - "type": "stop" - }, - { - "id": "3547", - "type": "stop" - }, - { - "id": "3548", - "type": "stop" - }, - { - "id": "3549", - "type": "stop" - }, - { - "id": "3550", - "type": "stop" - }, - { - "id": "3551", - "type": "stop" - }, - { - "id": "3553", - "type": "stop" - }, - { - "id": "3555", - "type": "stop" - }, - { - "id": "3556", - "type": "stop" - }, - { - "id": "35571", - "type": "stop" - }, - { - "id": "3558", - "type": "stop" - }, - { - "id": "3560", - "type": "stop" - }, - { - "id": "3561", - "type": "stop" - }, - { - "id": "3563", - "type": "stop" - }, - { - "id": "3565", - "type": "stop" - }, - { - "id": "3566", - "type": "stop" - }, - { - "id": "3567", - "type": "stop" - }, - { - "id": "3569", - "type": "stop" - }, - { - "id": "3571", - "type": "stop" - }, - { - "id": "35711", - "type": "stop" - }, - { - "id": "3572", - "type": "stop" - }, - { - "id": "3573", - "type": "stop" - }, - { - "id": "3574", - "type": "stop" - }, - { - "id": "3575", - "type": "stop" - }, - { - "id": "3576", - "type": "stop" - }, - { - "id": "3577", - "type": "stop" - }, - { - "id": "3578", - "type": "stop" - }, - { - "id": "3579", - "type": "stop" - }, - { - "id": "3580", - "type": "stop" - }, - { - "id": "3582", + "id": "5879", "type": "stop" } ] @@ -47965,14 +46877,14 @@ }, { "attributes": {}, - "id": "49920", + "id": "7881", "links": { - "self": "/stops/49920" + "self": "/stops/7881" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=49920" + "related": "/facilities/?filter[stop]=7881" } }, "parent_station": { @@ -47989,14 +46901,14 @@ }, { "attributes": {}, - "id": "631", + "id": "15660", "links": { - "self": "/stops/631" + "self": "/stops/15660" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=631" + "related": "/facilities/?filter[stop]=15660" } }, "parent_station": { @@ -48013,14 +46925,14 @@ }, { "attributes": {}, - "id": "5896", + "id": "233", "links": { - "self": "/stops/5896" + "self": "/stops/233" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5896" + "related": "/facilities/?filter[stop]=233" } }, "parent_station": { @@ -48037,14 +46949,38 @@ }, { "attributes": {}, - "id": "3616", + "id": "3320", "links": { - "self": "/stops/3616" + "self": "/stops/3320" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3616" + "related": "/facilities/?filter[stop]=3320" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "1497", + "links": { + "self": "/stops/1497" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=1497" } }, "parent_station": { @@ -48061,187 +46997,166 @@ }, { "attributes": { - "direction_id": 0, - "headsign": "Worcester" + "direction_id": 1, + "headsign": "Forest Hills" }, - "id": "CR-670549-505", + "id": "67251081", "links": { - "self": "/trips/CR-670549-505" + "self": "/trips/67251081" }, "relationships": { "route": { "data": { - "id": "CR-Worcester", + "id": "33", "type": "route" } }, "route_pattern": { "data": { - "id": "CR-Worcester-a512d591-0", + "id": "33-7-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SPRING2024-SOUTHWKD-Weekday-1-Sb0e4ed14", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "9850002", + "id": "330178", "type": "shape" } }, "stops": { "data": [ { - "id": "NEC-2287", + "id": "18975", "type": "stop" }, { - "id": "WML-0012-07", + "id": "8328", "type": "stop" }, { - "id": "WML-0025-07", + "id": "8329", "type": "stop" }, { - "id": "WML-0035-01", + "id": "8330", "type": "stop" }, { - "id": "WML-0147-01", + "id": "8331", "type": "stop" }, { - "id": "WML-0214-01", + "id": "8332", "type": "stop" }, { - "id": "WML-0252-01", + "id": "8333", "type": "stop" }, { - "id": "WML-0274-01", + "id": "8335", "type": "stop" }, { - "id": "WML-0340-01", + "id": "8337", "type": "stop" }, { - "id": "WML-0364-01", + "id": "8343", "type": "stop" }, { - "id": "WML-0442-CS", + "id": "8344", "type": "stop" - } - ] - } - }, - "type": "trip" - }, - { - "attributes": {}, - "id": "1580", - "links": { - "self": "/stops/1580" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=1580" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": { - "direction_id": 1, - "headsign": "Park Street (Shuttle)" - }, - "id": "AshmontParkStreetViaPostOffice-Weekday-1d548-1-00:00:00", - "links": { - "self": "/trips/AshmontParkStreetViaPostOffice-Weekday-1d548-1-00%3A00%3A00" - }, - "relationships": { - "route": { - "data": { - "id": "Shuttle-AshmontParkStreetViaPostOffice", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Shuttle-AshmontParkStreetViaPostOffice-0-1", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "canonical", - "type": "service" - } - }, - "shape": { - "data": { - "id": "AshmontToParkStreetViaPostOffice-S", - "type": "shape" - } - }, - "stops": { - "data": [ + }, { - "id": "334", + "id": "56567", "type": "stop" }, { - "id": "340", + "id": "75467", "type": "stop" }, { - "id": "34500", + "id": "26466", "type": "stop" }, { - "id": "30088", + "id": "36466", "type": "stop" }, { - "id": "121", + "id": "6466", "type": "stop" }, { - "id": "13", + "id": "6467", "type": "stop" }, { - "id": "150", + "id": "6468", "type": "stop" }, { - "id": "892", + "id": "6470", "type": "stop" }, { - "id": "9070080", + "id": "6471", "type": "stop" }, { - "id": "10000", + "id": "6472", + "type": "stop" + }, + { + "id": "6473", + "type": "stop" + }, + { + "id": "6474", + "type": "stop" + }, + { + "id": "6476", + "type": "stop" + }, + { + "id": "6478", + "type": "stop" + }, + { + "id": "6479", + "type": "stop" + }, + { + "id": "6480", + "type": "stop" + }, + { + "id": "16479", + "type": "stop" + }, + { + "id": "36479", + "type": "stop" + }, + { + "id": "56479", + "type": "stop" + }, + { + "id": "76479", + "type": "stop" + }, + { + "id": "875", "type": "stop" } ] @@ -48249,319 +47164,241 @@ }, "type": "trip" }, - { - "attributes": {}, - "id": "2112", - "links": { - "self": "/stops/2112" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=2112" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "2790", - "links": { - "self": "/stops/2790" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=2790" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "32002", - "links": { - "self": "/stops/32002" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=32002" - } - }, - "parent_station": { - "data": { - "id": "place-qnctr", - "type": "stop" - } - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "70618", - "links": { - "self": "/stops/70618" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=70618" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, { "attributes": { - "direction_id": 0, - "headsign": "Harbor Point via South Bay Center" + "direction_id": 1, + "headsign": "Copley via South Bay Center" }, - "id": "61393141", + "id": "66644554", "links": { - "self": "/trips/61393141" + "self": "/trips/66644554" }, "relationships": { "route": { "data": { - "id": "8", + "id": "10", "type": "route" } }, "route_pattern": { "data": { - "id": "8-9-0", + "id": "10-9-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "8-9-0", + "id": "100246", "type": "shape" } }, "stops": { "data": [ { - "id": "899", - "type": "stop" - }, - { - "id": "8993", - "type": "stop" - }, - { - "id": "1518", - "type": "stop" - }, - { - "id": "1519", - "type": "stop" - }, - { - "id": "1520", - "type": "stop" - }, - { - "id": "1777", + "id": "33", "type": "stop" }, { - "id": "1778", + "id": "10033", "type": "stop" }, { - "id": "1779", + "id": "34", "type": "stop" }, { - "id": "1780", + "id": "35", "type": "stop" }, { - "id": "11780", + "id": "895", "type": "stop" }, { - "id": "11781", + "id": "41", "type": "stop" }, { - "id": "1784", + "id": "42", "type": "stop" }, { - "id": "1785", + "id": "43", "type": "stop" }, { - "id": "17861", + "id": "44", "type": "stop" }, { - "id": "17862", + "id": "45", "type": "stop" }, { - "id": "11592", + "id": "46", "type": "stop" }, { - "id": "11593", + "id": "47", "type": "stop" }, { - "id": "1593", + "id": "48", "type": "stop" }, { - "id": "64", + "id": "49", "type": "stop" }, { - "id": "1", + "id": "50", "type": "stop" }, { - "id": "2", + "id": "51", "type": "stop" }, { - "id": "4", + "id": "52", "type": "stop" }, { - "id": "5", + "id": "13", "type": "stop" }, { - "id": "1787", + "id": "11241", "type": "stop" }, { - "id": "1788", + "id": "11242", "type": "stop" }, { - "id": "1789", + "id": "11244", "type": "stop" }, { - "id": "21158", + "id": "127", "type": "stop" }, { - "id": "11158", + "id": "128", "type": "stop" }, { - "id": "5089", + "id": "9960", "type": "stop" }, { - "id": "855", + "id": "10", "type": "stop" }, { - "id": "8", + "id": "10014", "type": "stop" }, { - "id": "30009", + "id": "10005", "type": "stop" }, { - "id": "10010", + "id": "5091", "type": "stop" }, { - "id": "11241", + "id": "9421", "type": "stop" }, { - "id": "11242", + "id": "1381", "type": "stop" }, { - "id": "11244", + "id": "1382", "type": "stop" }, { - "id": "133", + "id": "1383", "type": "stop" }, { - "id": "134", + "id": "1384", "type": "stop" }, { - "id": "135", + "id": "11384", "type": "stop" }, { - "id": "136", + "id": "178", "type": "stop" - }, + } + ] + } + }, + "type": "trip" + }, + { + "attributes": { + "direction_id": 1, + "headsign": "North Station (Shuttle)" + }, + "id": "BeverlyNorthStationLocalExtended-1-sample", + "links": { + "self": "/trips/BeverlyNorthStationLocalExtended-1-sample" + }, + "relationships": { + "route": { + "data": { + "id": "Shuttle-BeverlyNorthStationLimited", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "Shuttle-BeverlyNorthStationLimited-0-1", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "canonical", + "type": "service" + } + }, + "shape": { + "data": { + "id": "BeverlyToNorthStationLimited-S", + "type": "shape" + } + }, + "stops": { + "data": [ { - "id": "121", + "id": "ER-0183-B", "type": "stop" }, { - "id": "138", + "id": "ER-0168-B", "type": "stop" }, { - "id": "139", + "id": "ER-0128-B1", "type": "stop" }, { - "id": "140", + "id": "14748", "type": "stop" }, { - "id": "142", + "id": "BNT-0000-B2", "type": "stop" } ] @@ -48571,14 +47408,14 @@ }, { "attributes": {}, - "id": "13850", + "id": "7842", "links": { - "self": "/stops/13850" + "self": "/stops/7842" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=13850" + "related": "/facilities/?filter[stop]=7842" } }, "parent_station": { @@ -48593,163 +47430,180 @@ }, "type": "stop" }, - { - "attributes": {}, - "id": "NB-0080-S", - "links": { - "self": "/stops/NB-0080-S" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=NB-0080-S" - } - }, - "parent_station": { - "data": { - "id": "place-NB-0080", - "type": "stop" - } - }, - "zone": { - "data": { - "id": "CR-zone-1", - "type": "zone" - } - } - }, - "type": "stop" - }, { "attributes": { "direction_id": 0, - "headsign": "Harvard" + "headsign": "Orient Heights via Wood Island" }, - "id": "61391634", + "id": "67203014", "links": { - "self": "/trips/61391634" + "self": "/trips/67203014" }, "relationships": { "route": { "data": { - "id": "1", + "id": "120", "type": "route" } }, "route_pattern": { "data": { - "id": "1-_-0", + "id": "120-2-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "010128", + "id": "1200166", "type": "shape" } }, "stops": { "data": [ { - "id": "64", + "id": "5740", "type": "stop" }, { - "id": "1", + "id": "5742", "type": "stop" }, { - "id": "2", + "id": "5867", "type": "stop" }, { - "id": "6", + "id": "5868", "type": "stop" }, { - "id": "10003", + "id": "5869", "type": "stop" }, { - "id": "57", + "id": "5870", "type": "stop" }, { - "id": "58", + "id": "5871", "type": "stop" }, { - "id": "10590", + "id": "5664", "type": "stop" }, { - "id": "87", + "id": "5665", "type": "stop" }, { - "id": "188", + "id": "5666", "type": "stop" }, { - "id": "89", + "id": "5872", "type": "stop" }, { - "id": "91", + "id": "5873", "type": "stop" }, { - "id": "93", + "id": "5874", "type": "stop" }, { - "id": "95", + "id": "5875", "type": "stop" }, { - "id": "97", + "id": "5877", "type": "stop" }, { - "id": "99", + "id": "5878", "type": "stop" }, { - "id": "101", + "id": "5879", "type": "stop" }, { - "id": "102", + "id": "5881", "type": "stop" }, { - "id": "104", + "id": "5882", "type": "stop" }, { - "id": "106", + "id": "5883", "type": "stop" }, { - "id": "107", + "id": "5884", "type": "stop" }, { - "id": "108", + "id": "4728", "type": "stop" }, { - "id": "109", + "id": "5886", "type": "stop" }, { - "id": "110", + "id": "5887", + "type": "stop" + }, + { + "id": "5888", + "type": "stop" + }, + { + "id": "5889", + "type": "stop" + }, + { + "id": "5890", + "type": "stop" + }, + { + "id": "5891", + "type": "stop" + }, + { + "id": "5892", + "type": "stop" + }, + { + "id": "5893", + "type": "stop" + }, + { + "id": "6292", + "type": "stop" + }, + { + "id": "5894", + "type": "stop" + }, + { + "id": "5895", + "type": "stop" + }, + { + "id": "5896", + "type": "stop" + }, + { + "id": "5880", "type": "stop" } ] @@ -48757,55 +47611,37 @@ }, "type": "trip" }, - { - "attributes": {}, - "id": "6312", - "links": { - "self": "/stops/6312" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=6312" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, { "attributes": { "color": "FFC72C", "direction_destinations": [ - "Lowell", - "North Station" + "Cleveland Circle", + "Government Center" ], "direction_names": [ - "Outbound", - "Inbound" + "West", + "East" ], - "long_name": "Anderson/Woburn - North Station (Express)", - "short_name": "Lowell Line Shuttle", - "sort_order": 60225, + "long_name": "Cleveland Circle - Coolidge Corner", + "short_name": "Green Line C Shuttle", + "sort_order": 61300, "text_color": "000000", "type": 3 }, - "id": "Shuttle-AndersonWoburnNorthStationExpress", + "id": "Shuttle-ClevelandCircleCoolidgeCorner", "links": { - "self": "/routes/Shuttle-AndersonWoburnNorthStationExpress" + "self": "/routes/Shuttle-ClevelandCircleCoolidgeCorner" }, "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, "line": { "data": { - "id": "line-Lowell", + "id": "line-Green", "type": "line" } } @@ -48814,14 +47650,14 @@ }, { "attributes": {}, - "id": "3713", + "id": "2865", "links": { - "self": "/stops/3713" + "self": "/stops/2865" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3713" + "related": "/facilities/?filter[stop]=2865" } }, "parent_station": { @@ -48838,14 +47674,14 @@ }, { "attributes": {}, - "id": "5811", + "id": "5583", "links": { - "self": "/stops/5811" + "self": "/stops/5583" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5811" + "related": "/facilities/?filter[stop]=5583" } }, "parent_station": { @@ -48862,14 +47698,14 @@ }, { "attributes": {}, - "id": "46495", + "id": "7545", "links": { - "self": "/stops/46495" + "self": "/stops/7545" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=46495" + "related": "/facilities/?filter[stop]=7545" } }, "parent_station": { @@ -48886,14 +47722,14 @@ }, { "attributes": {}, - "id": "39081", + "id": "2036", "links": { - "self": "/stops/39081" + "self": "/stops/2036" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=39081" + "related": "/facilities/?filter[stop]=2036" } }, "parent_station": { @@ -48910,14 +47746,14 @@ }, { "attributes": {}, - "id": "4", + "id": "243", "links": { - "self": "/stops/4" + "self": "/stops/243" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4" + "related": "/facilities/?filter[stop]=243" } }, "parent_station": { @@ -48925,7 +47761,7 @@ }, "zone": { "data": { - "id": "ExpressBus-Downtown", + "id": "LocalBus", "type": "zone" } } @@ -48934,14 +47770,14 @@ }, { "attributes": {}, - "id": "3033", + "id": "7121", "links": { - "self": "/stops/3033" + "self": "/stops/7121" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3033" + "related": "/facilities/?filter[stop]=7121" } }, "parent_station": { @@ -48958,14 +47794,14 @@ }, { "attributes": {}, - "id": "5241", + "id": "3359", "links": { - "self": "/stops/5241" + "self": "/stops/3359" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5241" + "related": "/facilities/?filter[stop]=3359" } }, "parent_station": { @@ -48982,14 +47818,14 @@ }, { "attributes": {}, - "id": "1103", + "id": "5037", "links": { - "self": "/stops/1103" + "self": "/stops/5037" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1103" + "related": "/facilities/?filter[stop]=5037" } }, "parent_station": { @@ -49006,14 +47842,14 @@ }, { "attributes": {}, - "id": "2375", + "id": "2599", "links": { - "self": "/stops/2375" + "self": "/stops/2599" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2375" + "related": "/facilities/?filter[stop]=2599" } }, "parent_station": { @@ -49030,14 +47866,14 @@ }, { "attributes": {}, - "id": "5398", + "id": "13851", "links": { - "self": "/stops/5398" + "self": "/stops/13851" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5398" + "related": "/facilities/?filter[stop]=13851" } }, "parent_station": { @@ -49054,14 +47890,14 @@ }, { "attributes": {}, - "id": "3077", + "id": "999", "links": { - "self": "/stops/3077" + "self": "/stops/999" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3077" + "related": "/facilities/?filter[stop]=999" } }, "parent_station": { @@ -49076,16 +47912,53 @@ }, "type": "stop" }, + { + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Forest Hills Station", + "Nubian Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Forest Hills Station - Nubian Station", + "short_name": "42", + "sort_order": 50420, + "text_color": "000000", + "type": 3 + }, + "id": "42", + "links": { + "self": "/routes/42" + }, + "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, + "line": { + "data": { + "id": "line-42", + "type": "line" + } + } + }, + "type": "route" + }, { "attributes": {}, - "id": "38501", + "id": "1100", "links": { - "self": "/stops/38501" + "self": "/stops/1100" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=38501" + "related": "/facilities/?filter[stop]=1100" } }, "parent_station": { @@ -49102,14 +47975,14 @@ }, { "attributes": {}, - "id": "22628", + "id": "631", "links": { - "self": "/stops/22628" + "self": "/stops/631" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=22628" + "related": "/facilities/?filter[stop]=631" } }, "parent_station": { @@ -49126,14 +47999,14 @@ }, { "attributes": {}, - "id": "5431", + "id": "5059", "links": { - "self": "/stops/5431" + "self": "/stops/5059" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5431" + "related": "/facilities/?filter[stop]=5059" } }, "parent_station": { @@ -49150,14 +48023,14 @@ }, { "attributes": {}, - "id": "9249", + "id": "3184", "links": { - "self": "/stops/9249" + "self": "/stops/3184" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9249" + "related": "/facilities/?filter[stop]=3184" } }, "parent_station": { @@ -49174,14 +48047,14 @@ }, { "attributes": {}, - "id": "919", + "id": "9300", "links": { - "self": "/stops/919" + "self": "/stops/9300" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=919" + "related": "/facilities/?filter[stop]=9300" } }, "parent_station": { @@ -49198,731 +48071,412 @@ }, { "attributes": { - "direction_id": 0, - "headsign": "Needham Heights (Shuttle)" + "direction_id": 1, + "headsign": "Newton Corner" }, - "id": "ForestHillsNeedhamHeights-0-sample", + "id": "66645411", "links": { - "self": "/trips/ForestHillsNeedhamHeights-0-sample" + "self": "/trips/66645411" }, "relationships": { "route": { "data": { - "id": "Shuttle-ForestHillsNeedhamHeights", + "id": "558", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-ForestHillsNeedhamHeights-0-0", + "id": "558-7-1", "type": "route_pattern" } }, "service": { "data": { - "id": "canonical", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "ForestHillsToNeedhamHeights-S", + "id": "5580091", "type": "shape" } }, "stops": { "data": [ { - "id": "10642", + "id": "38155", "type": "stop" }, { - "id": "NB-0064-B0", + "id": "7829", "type": "stop" }, { - "id": "NB-0072-B", + "id": "7830", "type": "stop" }, { - "id": "NB-0076-B", + "id": "7831", "type": "stop" }, { - "id": "NB-0080-B0", + "id": "7832", "type": "stop" }, { - "id": "NB-0109-B0", + "id": "7834", "type": "stop" }, { - "id": "NB-0120-B0", + "id": "7835", "type": "stop" }, { - "id": "NB-0127-B", + "id": "7836", "type": "stop" }, { - "id": "NB-0137-B", - "type": "stop" - } - ] - } - }, - "type": "trip" - }, - { - "attributes": {}, - "id": "6", - "links": { - "self": "/stops/6" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=6" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "8520", - "links": { - "self": "/stops/8520" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=8520" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "NB-0072-S", - "links": { - "self": "/stops/NB-0072-S" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=NB-0072-S" - } - }, - "parent_station": { - "data": { - "id": "place-NB-0072", - "type": "stop" - } - }, - "zone": { - "data": { - "id": "CR-zone-1", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "5926", - "links": { - "self": "/stops/5926" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=5926" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "4781", - "links": { - "self": "/stops/4781" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=4781" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": { - "direction_id": 1, - "headsign": "Squantum" - }, - "id": "61928705", - "links": { - "self": "/trips/61928705" - }, - "relationships": { - "route": { - "data": { - "id": "211", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "211-1-1", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "SpringWeekday", - "type": "service" - } - }, - "shape": { - "data": { - "id": "2110151", - "type": "shape" - } - }, - "stops": { - "data": [ - { - "id": "93129", - "type": "stop" - }, - { - "id": "93130", - "type": "stop" - }, - { - "id": "3131", - "type": "stop" - }, - { - "id": "3133", - "type": "stop" - }, - { - "id": "3134", - "type": "stop" - }, - { - "id": "3135", - "type": "stop" - }, - { - "id": "3136", - "type": "stop" - }, - { - "id": "3140", - "type": "stop" - }, - { - "id": "3141", - "type": "stop" - }, - { - "id": "3143", - "type": "stop" - }, - { - "id": "3144", - "type": "stop" - }, - { - "id": "3145", - "type": "stop" - }, - { - "id": "3147", - "type": "stop" - }, - { - "id": "3148", - "type": "stop" - }, - { - "id": "3149", - "type": "stop" - }, - { - "id": "3150", - "type": "stop" - }, - { - "id": "3151", - "type": "stop" - } - ] - } - }, - "type": "trip" - }, - { - "attributes": {}, - "id": "839", - "links": { - "self": "/stops/839" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=839" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "23832", - "links": { - "self": "/stops/23832" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=23832" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "1291", - "links": { - "self": "/stops/1291" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=1291" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": { - "direction_id": 1, - "headsign": "Ashmont" - }, - "id": "61929401", - "links": { - "self": "/trips/61929401" - }, - "relationships": { - "route": { - "data": { - "id": "240", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "240-1-1", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "SpringWeekday", - "type": "service" - } - }, - "shape": { - "data": { - "id": "2400262", - "type": "shape" - } - }, - "stops": { - "data": [ - { - "id": "4233", - "type": "stop" - }, - { - "id": "14233", - "type": "stop" - }, - { - "id": "4234", - "type": "stop" - }, - { - "id": "4235", - "type": "stop" - }, - { - "id": "4236", - "type": "stop" - }, - { - "id": "4237", - "type": "stop" - }, - { - "id": "4238", - "type": "stop" - }, - { - "id": "4239", - "type": "stop" - }, - { - "id": "4240", - "type": "stop" - }, - { - "id": "4241", - "type": "stop" - }, - { - "id": "4242", - "type": "stop" - }, - { - "id": "4243", - "type": "stop" - }, - { - "id": "42430", - "type": "stop" - }, - { - "id": "4244", - "type": "stop" - }, - { - "id": "4245", - "type": "stop" - }, - { - "id": "4246", - "type": "stop" - }, - { - "id": "4247", - "type": "stop" - }, - { - "id": "4248", - "type": "stop" - }, - { - "id": "4249", - "type": "stop" - }, - { - "id": "4250", + "id": "7837", "type": "stop" }, { - "id": "4277", + "id": "7838", "type": "stop" }, { - "id": "4278", + "id": "17839", "type": "stop" }, { - "id": "4279", + "id": "7839", "type": "stop" }, { - "id": "4280", + "id": "7841", "type": "stop" }, { - "id": "4281", + "id": "7842", "type": "stop" }, { - "id": "4282", + "id": "7843", "type": "stop" }, { - "id": "4283", + "id": "7844", "type": "stop" }, { - "id": "4284", + "id": "7845", "type": "stop" }, { - "id": "4285", + "id": "7846", "type": "stop" }, { - "id": "4286", + "id": "17846", "type": "stop" }, { - "id": "4288", + "id": "76597", "type": "stop" }, { - "id": "4289", + "id": "86971", "type": "stop" }, { - "id": "4290", + "id": "86944", "type": "stop" }, { - "id": "4291", + "id": "78471", "type": "stop" }, { - "id": "4292", + "id": "7848", "type": "stop" }, { - "id": "4293", + "id": "7849", "type": "stop" }, { - "id": "4294", + "id": "7850", "type": "stop" }, { - "id": "42951", + "id": "7851", "type": "stop" }, { - "id": "4297", + "id": "78511", "type": "stop" }, { - "id": "4298", + "id": "7852", "type": "stop" }, { - "id": "4299", + "id": "78512", "type": "stop" }, { - "id": "4300", + "id": "7580", "type": "stop" }, { - "id": "4301", + "id": "78513", "type": "stop" }, { - "id": "43011", + "id": "78531", "type": "stop" }, { - "id": "4303", + "id": "7854", "type": "stop" }, { - "id": "4304", + "id": "7855", "type": "stop" }, { - "id": "4305", + "id": "7856", "type": "stop" }, { - "id": "4306", + "id": "8187", "type": "stop" }, { - "id": "4307", + "id": "78571", "type": "stop" }, { - "id": "4308", + "id": "7858", "type": "stop" }, { - "id": "4309", + "id": "78573", "type": "stop" }, { - "id": "4310", + "id": "7634", "type": "stop" }, { - "id": "4311", + "id": "7635", "type": "stop" }, { - "id": "4312", + "id": "19031", "type": "stop" }, { - "id": "4193", + "id": "903", "type": "stop" - }, + } + ] + } + }, + "type": "trip" + }, + { + "attributes": { + "direction_id": 0, + "headsign": "Reservoir" + }, + "id": "66817798", + "links": { + "self": "/trips/66817798" + }, + "relationships": { + "route": { + "data": { + "id": "Green-D", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "Green-D-845-0", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "LRV12025-hlb15011-Weekday-01", + "type": "service" + } + }, + "shape": { + "data": { + "id": "8000048", + "type": "shape" + } + }, + "stops": { + "data": [ { - "id": "4194", + "id": "70504", "type": "stop" }, { - "id": "4195", + "id": "70502", "type": "stop" }, { - "id": "4198", + "id": "70208", "type": "stop" }, { - "id": "4200", + "id": "70206", "type": "stop" }, { - "id": "4201", + "id": "70204", "type": "stop" }, { - "id": "4202", + "id": "70202", "type": "stop" }, { - "id": "4203", + "id": "70198", "type": "stop" }, { - "id": "4204", + "id": "70159", "type": "stop" }, { - "id": "4205", + "id": "70157", "type": "stop" }, { - "id": "4206", + "id": "70155", "type": "stop" }, { - "id": "4207", + "id": "70153", "type": "stop" }, { - "id": "4208", + "id": "70151", "type": "stop" }, { - "id": "4209", + "id": "70187", "type": "stop" }, { - "id": "14211", + "id": "70183", "type": "stop" }, { - "id": "590", + "id": "70181", "type": "stop" }, { - "id": "591", + "id": "70179", "type": "stop" }, { - "id": "882", + "id": "70177", "type": "stop" }, { - "id": "593", + "id": "70175", "type": "stop" - }, + } + ] + } + }, + "type": "trip" + }, + { + "attributes": {}, + "id": "5916", + "links": { + "self": "/stops/5916" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=5916" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": { + "direction_id": 1, + "headsign": "Harvard (Shuttle)" + }, + "id": "HarvardParkStreet-1-sample", + "links": { + "self": "/trips/HarvardParkStreet-1-sample" + }, + "relationships": { + "route": { + "data": { + "id": "Shuttle-HarvardPark", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "Shuttle-HarvardPark-0-1", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "canonical", + "type": "service" + } + }, + "shape": { + "data": { + "id": "ParkStreetToHarvard-S", + "type": "shape" + } + }, + "stops": { + "data": [ { - "id": "594", + "id": "9170076", "type": "stop" }, { - "id": "595", + "id": "9070074", "type": "stop" }, { - "id": "533", + "id": "2231", "type": "stop" }, { - "id": "534", + "id": "102", "type": "stop" }, { - "id": "334", + "id": "110", "type": "stop" } ] @@ -49932,14 +48486,14 @@ }, { "attributes": {}, - "id": "3518", + "id": "14889", "links": { - "self": "/stops/3518" + "self": "/stops/14889" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3518" + "related": "/facilities/?filter[stop]=14889" } }, "parent_station": { @@ -49956,45 +48510,51 @@ }, { "attributes": {}, - "id": "9070236", + "id": "7548", "links": { - "self": "/stops/9070236" + "self": "/stops/7548" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9070236" + "related": "/facilities/?filter[stop]=7548" } }, "parent_station": { "data": null }, "zone": { - "data": null + "data": { + "id": "LocalBus", + "type": "zone" + } } }, "type": "stop" }, { "attributes": {}, - "id": "WML-0035-B", + "id": "ER-0208-02", "links": { - "self": "/stops/WML-0035-B" + "self": "/stops/ER-0208-02" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=WML-0035-B" + "related": "/facilities/?filter[stop]=ER-0208-02" } }, "parent_station": { "data": { - "id": "place-WML-0035", + "id": "place-ER-0208", "type": "stop" } }, "zone": { - "data": null + "data": { + "id": "CR-zone-5", + "type": "zone" + } } }, "type": "stop" @@ -50002,27 +48562,50 @@ { "attributes": { "color": "FFC72C", - "long_name": "Ashmont - Ruggles via Jackson Square", - "short_name": "22", - "sort_order": 50220, - "text_color": "000000" + "direction_destinations": [ + "Malden Center Station", + "Airport Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Malden Center Station - Airport Station", + "short_name": "104", + "sort_order": 51040, + "text_color": "000000", + "type": 3 }, - "id": "line-22", + "id": "104", "links": { - "self": "/lines/line-22" + "self": "/routes/104" }, - "type": "line" + "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, + "line": { + "data": { + "id": "line-104", + "type": "line" + } + } + }, + "type": "route" }, { "attributes": {}, - "id": "13404", + "id": "3460", "links": { - "self": "/stops/13404" + "self": "/stops/3460" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=13404" + "related": "/facilities/?filter[stop]=3460" } }, "parent_station": { @@ -50039,14 +48622,14 @@ }, { "attributes": {}, - "id": "66854", + "id": "2553", "links": { - "self": "/stops/66854" + "self": "/stops/2553" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=66854" + "related": "/facilities/?filter[stop]=2553" } }, "parent_station": { @@ -50064,22 +48647,22 @@ { "attributes": { "direction_id": 0, - "headsign": "Boston College (Shuttle)" + "headsign": "Hyannis" }, - "id": "BostonCollegeWashingtonStreet-0-sample", + "id": "canonical-CapeFlyer-C1-0", "links": { - "self": "/trips/BostonCollegeWashingtonStreet-0-sample" + "self": "/trips/canonical-CapeFlyer-C1-0" }, "relationships": { "route": { "data": { - "id": "Shuttle-BostonCollegeWashington", + "id": "CapeFlyer", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-BostonCollegeWashington-0-0", + "id": "CapeFlyer-C1-0", "type": "route_pattern" } }, @@ -50091,34 +48674,42 @@ }, "shape": { "data": { - "id": "WashingtonToBostonCollege-S", + "id": "canonical-cf00002", "type": "shape" } }, "stops": { "data": [ { - "id": "9070121", + "id": "NEC-2287", "type": "stop" }, { - "id": "9070117", + "id": "MM-0109-S", "type": "stop" }, { - "id": "9070115", + "id": "MM-0200-S", "type": "stop" }, { - "id": "9070113", + "id": "MM-0356-S", "type": "stop" }, { - "id": "9070111", + "id": "CM-0493-S", "type": "stop" }, { - "id": "9070107", + "id": "CM-0547-S", + "type": "stop" + }, + { + "id": "CM-0564-S", + "type": "stop" + }, + { + "id": "CM-0790-S", "type": "stop" } ] @@ -50128,14 +48719,14 @@ }, { "attributes": {}, - "id": "1160", + "id": "4540", "links": { - "self": "/stops/1160" + "self": "/stops/4540" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1160" + "related": "/facilities/?filter[stop]=4540" } }, "parent_station": { @@ -50151,29 +48742,36 @@ "type": "stop" }, { - "attributes": { - "color": "FFC72C", - "long_name": "Sullivan - Downtown Boston", - "short_name": "93", - "sort_order": 50930, - "text_color": "000000" - }, - "id": "line-93", + "attributes": {}, + "id": "9070227", "links": { - "self": "/lines/line-93" + "self": "/stops/9070227" }, - "type": "line" + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=9070227" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": null + } + }, + "type": "stop" }, { "attributes": {}, - "id": "31187", + "id": "2077", "links": { - "self": "/stops/31187" + "self": "/stops/2077" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=31187" + "related": "/facilities/?filter[stop]=2077" } }, "parent_station": { @@ -50190,14 +48788,14 @@ }, { "attributes": {}, - "id": "7393", + "id": "6207", "links": { - "self": "/stops/7393" + "self": "/stops/6207" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7393" + "related": "/facilities/?filter[stop]=6207" } }, "parent_station": { @@ -50214,14 +48812,14 @@ }, { "attributes": {}, - "id": "7257", + "id": "7331", "links": { - "self": "/stops/7257" + "self": "/stops/7331" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7257" + "related": "/facilities/?filter[stop]=7331" } }, "parent_station": { @@ -50239,44 +48837,27 @@ { "attributes": { "color": "FFC72C", - "direction_destinations": [ - "Wakefield Avenue & Truman Parkway", - "Ashmont Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Wakefield Avenue & Truman Parkway - Ashmont Station", - "short_name": "24", - "sort_order": 50240, - "text_color": "000000", - "type": 3 + "long_name": "Germantown or Houghs Neck - Quincy Center", + "short_name": "214/216", + "sort_order": 52140, + "text_color": "000000" }, - "id": "24", + "id": "line-214216", "links": { - "self": "/routes/24" - }, - "relationships": { - "line": { - "data": { - "id": "line-242733", - "type": "line" - } - } + "self": "/lines/line-214216" }, - "type": "route" + "type": "line" }, { "attributes": {}, - "id": "2453", + "id": "5914", "links": { - "self": "/stops/2453" + "self": "/stops/5914" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2453" + "related": "/facilities/?filter[stop]=5914" } }, "parent_station": { @@ -50293,21 +48874,18 @@ }, { "attributes": {}, - "id": "15795", + "id": "3685", "links": { - "self": "/stops/15795" + "self": "/stops/3685" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=15795" + "related": "/facilities/?filter[stop]=3685" } }, "parent_station": { - "data": { - "id": "place-wondl", - "type": "stop" - } + "data": null }, "zone": { "data": { @@ -50320,14 +48898,14 @@ }, { "attributes": {}, - "id": "4608", + "id": "9081", "links": { - "self": "/stops/4608" + "self": "/stops/9081" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4608" + "related": "/facilities/?filter[stop]=9081" } }, "parent_station": { @@ -50344,14 +48922,14 @@ }, { "attributes": {}, - "id": "18924", + "id": "7452", "links": { - "self": "/stops/18924" + "self": "/stops/7452" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=18924" + "related": "/facilities/?filter[stop]=7452" } }, "parent_station": { @@ -50368,22 +48946,25 @@ }, { "attributes": {}, - "id": "2795", + "id": "DB-2205-02", "links": { - "self": "/stops/2795" + "self": "/stops/DB-2205-02" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2795" + "related": "/facilities/?filter[stop]=DB-2205-02" } }, "parent_station": { - "data": null + "data": { + "id": "place-DB-2205", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "CR-zone-1A", "type": "zone" } } @@ -50392,14 +48973,14 @@ }, { "attributes": {}, - "id": "783", + "id": "4003", "links": { - "self": "/stops/783" + "self": "/stops/4003" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=783" + "related": "/facilities/?filter[stop]=4003" } }, "parent_station": { @@ -50415,39 +48996,72 @@ "type": "stop" }, { - "attributes": {}, - "id": "7102", + "attributes": { + "direction_id": 0, + "headsign": "Alewife (Shuttle)" + }, + "id": "AlewifeHarvardViaHolyoke-Weekday-9e586-0-00:00:00", "links": { - "self": "/stops/7102" + "self": "/trips/AlewifeHarvardViaHolyoke-Weekday-9e586-0-00%3A00%3A00" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=7102" + "route": { + "data": { + "id": "Shuttle-AlewifeHarvardViaHolyoke", + "type": "route" } }, - "parent_station": { - "data": null + "route_pattern": { + "data": { + "id": "Shuttle-AlewifeHarvardViaHolyoke-0-0", + "type": "route_pattern" + } }, - "zone": { + "service": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "canonical", + "type": "service" + } + }, + "shape": { + "data": { + "id": "HarvardToAlewifeViaHolyoke-S", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "110", + "type": "stop" + }, + { + "id": "23151", + "type": "stop" + }, + { + "id": "5104", + "type": "stop" + }, + { + "id": "141", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "3515", + "id": "136", "links": { - "self": "/stops/3515" + "self": "/stops/136" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3515" + "related": "/facilities/?filter[stop]=136" } }, "parent_station": { @@ -50463,50 +49077,60 @@ "type": "stop" }, { - "attributes": {}, - "id": "7377", + "attributes": { + "color": "80276C", + "direction_destinations": [ + "Greenbush", + "South Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Greenbush Line", + "short_name": "", + "sort_order": 20005, + "text_color": "FFFFFF", + "type": 2 + }, + "id": "CR-Greenbush", "links": { - "self": "/stops/7377" + "self": "/routes/CR-Greenbush" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=7377" + "agency": { + "data": { + "id": "1", + "type": "agency" } }, - "parent_station": { - "data": null - }, - "zone": { + "line": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "line-Greenbush", + "type": "line" } } }, - "type": "stop" + "type": "route" }, { "attributes": {}, - "id": "NHRML-0152-02", + "id": "8970", "links": { - "self": "/stops/NHRML-0152-02" + "self": "/stops/8970" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=NHRML-0152-02" + "related": "/facilities/?filter[stop]=8970" } }, "parent_station": { - "data": { - "id": "place-NHRML-0152", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "CR-zone-3", + "id": "LocalBus", "type": "zone" } } @@ -50515,14 +49139,14 @@ }, { "attributes": {}, - "id": "642", + "id": "3526", "links": { - "self": "/stops/642" + "self": "/stops/3526" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=642" + "related": "/facilities/?filter[stop]=3526" } }, "parent_station": { @@ -50539,14 +49163,14 @@ }, { "attributes": {}, - "id": "8153", + "id": "99832", "links": { - "self": "/stops/8153" + "self": "/stops/99832" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8153" + "related": "/facilities/?filter[stop]=99832" } }, "parent_station": { @@ -50563,66 +49187,70 @@ }, { "attributes": { - "direction_id": 1, - "headsign": "North Station" + "direction_id": 0, + "headsign": "Rockport" }, - "id": "CR-676453-204", + "id": "NorthWKDYF24-706178-127", "links": { - "self": "/trips/CR-676453-204" + "self": "/trips/NorthWKDYF24-706178-127" }, "relationships": { "route": { "data": { - "id": "CR-Haverhill", + "id": "CR-Newburyport", "type": "route" } }, "route_pattern": { "data": { - "id": "CR-Haverhill-9a2b8f60-1", + "id": "CR-Newburyport-bb90d0b1-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SPRING2024-NORTHWKD-Weekday-9-S6561ad1d", + "id": "FALL 2024-NORTHWKD-Weekday-1-S9d378dcf", "type": "service" } }, "shape": { "data": { - "id": "9820003", + "id": "9810007", "type": "shape" } }, "stops": { "data": [ { - "id": "WR-0329-02", + "id": "ER-0168-S", "type": "stop" }, { - "id": "WR-0325-02", + "id": "ER-0183-01", "type": "stop" }, { - "id": "WR-0264-02", + "id": "GB-0198-01", "type": "stop" }, { - "id": "WR-0228-02", + "id": "GB-0229-01", "type": "stop" }, { - "id": "WR-0205-02", + "id": "GB-0254-01", "type": "stop" }, { - "id": "NHRML-0127-02", + "id": "GB-0296-01", "type": "stop" }, { - "id": "BNT-0000", + "id": "GB-0316-S", + "type": "stop" + }, + { + "id": "GB-0353-S", "type": "stop" } ] @@ -50631,63 +49259,148 @@ "type": "trip" }, { - "attributes": {}, - "id": "1614", + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Boston College", + "Government Center" + ], + "direction_names": [ + "West", + "East" + ], + "long_name": "Washington Street - Blandford Street", + "short_name": "Green Line B Shuttle", + "sort_order": 60775, + "text_color": "000000", + "type": 3 + }, + "id": "Shuttle-BlandfordWashington", "links": { - "self": "/stops/1614" + "self": "/routes/Shuttle-BlandfordWashington" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=1614" + "agency": { + "data": { + "id": "1", + "type": "agency" } }, - "parent_station": { - "data": null - }, - "zone": { + "line": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "line-Green", + "type": "line" } } }, - "type": "stop" + "type": "route" }, { "attributes": {}, - "id": "13713", + "id": "FR-0494-CS", "links": { - "self": "/stops/13713" + "self": "/stops/FR-0494-CS" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=13713" + "related": "/facilities/?filter[stop]=FR-0494-CS" } }, "parent_station": { - "data": null + "data": { + "id": "place-FR-0494", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "CR-zone-8", "type": "zone" } } }, "type": "stop" }, + { + "attributes": { + "direction_id": 1, + "headsign": "North Station" + }, + "id": "NorthWKDYF24-706283-198", + "links": { + "self": "/trips/NorthWKDYF24-706283-198" + }, + "relationships": { + "route": { + "data": { + "id": "CR-Newburyport", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "CR-Newburyport-f5cebd1b-1", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "FALL 2024-NORTHWKD-Weekday-1-S9d378dcf", + "type": "service" + } + }, + "shape": { + "data": { + "id": "9810001", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "ER-0183-02", + "type": "stop" + }, + { + "id": "ER-0168-S", + "type": "stop" + }, + { + "id": "ER-0128-02", + "type": "stop" + }, + { + "id": "ER-0117-02", + "type": "stop" + }, + { + "id": "ER-0099-02", + "type": "stop" + }, + { + "id": "ER-0042-02", + "type": "stop" + }, + { + "id": "BNT-0000", + "type": "stop" + } + ] + } + }, + "type": "trip" + }, { "attributes": {}, - "id": "3299", + "id": "7851", "links": { - "self": "/stops/3299" + "self": "/stops/7851" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3299" + "related": "/facilities/?filter[stop]=7851" } }, "parent_station": { @@ -50702,16 +49415,65 @@ }, "type": "stop" }, + { + "attributes": { + "direction_id": 0, + "headsign": "Fenway (Shuttle)" + }, + "id": "FenwayKenmore-0-sample", + "links": { + "self": "/trips/FenwayKenmore-0-sample" + }, + "relationships": { + "route": { + "data": { + "id": "Shuttle-FenwayKenmore", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "Shuttle-FenwayKenmore-0-0", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "canonical", + "type": "service" + } + }, + "shape": { + "data": { + "id": "KenmoreToFenway-S", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "9070150", + "type": "stop" + }, + { + "id": "1807", + "type": "stop" + } + ] + } + }, + "type": "trip" + }, { "attributes": {}, - "id": "6625", + "id": "18351", "links": { - "self": "/stops/6625" + "self": "/stops/18351" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6625" + "related": "/facilities/?filter[stop]=18351" } }, "parent_station": { @@ -50728,14 +49490,14 @@ }, { "attributes": {}, - "id": "1332", + "id": "7784", "links": { - "self": "/stops/1332" + "self": "/stops/7784" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1332" + "related": "/facilities/?filter[stop]=7784" } }, "parent_station": { @@ -50752,14 +49514,14 @@ }, { "attributes": {}, - "id": "1432", + "id": "8172", "links": { - "self": "/stops/1432" + "self": "/stops/8172" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1432" + "related": "/facilities/?filter[stop]=8172" } }, "parent_station": { @@ -50776,14 +49538,14 @@ }, { "attributes": {}, - "id": "49906", + "id": "4707", "links": { - "self": "/stops/49906" + "self": "/stops/4707" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=49906" + "related": "/facilities/?filter[stop]=4707" } }, "parent_station": { @@ -50800,14 +49562,14 @@ }, { "attributes": {}, - "id": "9492", + "id": "8498", "links": { - "self": "/stops/9492" + "self": "/stops/8498" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9492" + "related": "/facilities/?filter[stop]=8498" } }, "parent_station": { @@ -50824,14 +49586,14 @@ }, { "attributes": {}, - "id": "7405", + "id": "3822", "links": { - "self": "/stops/7405" + "self": "/stops/3822" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7405" + "related": "/facilities/?filter[stop]=3822" } }, "parent_station": { @@ -50847,77 +49609,60 @@ "type": "stop" }, { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Riverside", - "Union Square" - ], - "direction_names": [ - "West", - "East" - ], - "long_name": "Newton Highlands - Kenmore", - "short_name": "Green Line D Shuttle", - "sort_order": 62090, - "text_color": "000000", - "type": 3 - }, - "id": "Shuttle-NewtonHighlandsKenmore", + "attributes": {}, + "id": "9070231", "links": { - "self": "/routes/Shuttle-NewtonHighlandsKenmore" + "self": "/stops/9070231" }, "relationships": { - "line": { - "data": { - "id": "line-Green", - "type": "line" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=9070231" } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": null } }, - "type": "route" + "type": "stop" }, { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Waverley Square", - "Harvard Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Waverley Square - Harvard Station", - "short_name": "73", - "sort_order": 50730, - "text_color": "000000", - "type": 3 - }, - "id": "73", + "attributes": {}, + "id": "10413", "links": { - "self": "/routes/73" + "self": "/stops/10413" }, "relationships": { - "line": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=10413" + } + }, + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "line-73", - "type": "line" + "id": "LocalBus", + "type": "zone" } } }, - "type": "route" + "type": "stop" }, { "attributes": {}, - "id": "4257", + "id": "2936", "links": { - "self": "/stops/4257" + "self": "/stops/2936" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4257" + "related": "/facilities/?filter[stop]=2936" } }, "parent_station": { @@ -50934,14 +49679,14 @@ }, { "attributes": {}, - "id": "4072", + "id": "111711", "links": { - "self": "/stops/4072" + "self": "/stops/111711" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4072" + "related": "/facilities/?filter[stop]=111711" } }, "parent_station": { @@ -50958,14 +49703,14 @@ }, { "attributes": {}, - "id": "262", + "id": "6947", "links": { - "self": "/stops/262" + "self": "/stops/6947" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=262" + "related": "/facilities/?filter[stop]=6947" } }, "parent_station": { @@ -50981,153 +49726,87 @@ "type": "stop" }, { - "attributes": { - "direction_id": 0, - "headsign": "Broadway (Shuttle)" - }, - "id": "BroadwayKendallOmitDTX-0-sample", + "attributes": {}, + "id": "Boat-Long", "links": { - "self": "/trips/BroadwayKendallOmitDTX-0-sample" + "self": "/stops/Boat-Long" }, "relationships": { - "route": { - "data": { - "id": "Shuttle-BroadwayKendallOmitDTX", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Shuttle-BroadwayKendallOmitDTX-0-0", - "type": "route_pattern" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=Boat-Long" } }, - "service": { - "data": { - "id": "canonical", - "type": "service" - } + "parent_station": { + "data": null }, - "shape": { + "zone": { "data": { - "id": "KendallToBroadway-S", - "type": "shape" + "id": "Boat-Long", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "9070071", - "type": "stop" - }, - { - "id": "9070073", - "type": "stop" - }, - { - "id": "9070076", - "type": "stop" - }, - { - "id": "6564", - "type": "stop" - }, - { - "id": "150", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { - "attributes": { - "direction_id": 1, - "headsign": "Brookline Hills (Shuttle)" - }, - "id": "BrooklineHillsRiverside-1-sample", + "attributes": {}, + "id": "5987", "links": { - "self": "/trips/BrooklineHillsRiverside-1-sample" + "self": "/stops/5987" }, "relationships": { - "route": { - "data": { - "id": "Shuttle-BrooklineHillsRiverside", - "type": "route" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=5987" } }, - "route_pattern": { - "data": { - "id": "Shuttle-BrooklineHillsRiverside-0-1", - "type": "route_pattern" - } + "parent_station": { + "data": null }, - "service": { + "zone": { "data": { - "id": "canonical", - "type": "service" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "81447", + "links": { + "self": "/stops/81447" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=81447" } }, - "shape": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "RiversideToBrooklineHills-S", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "38155", - "type": "stop" - }, - { - "id": "9070162", - "type": "stop" - }, - { - "id": "9070164", - "type": "stop" - }, - { - "id": "8153", - "type": "stop" - }, - { - "id": "9170168", - "type": "stop" - }, - { - "id": "9070170", - "type": "stop" - }, - { - "id": "1984", - "type": "stop" - }, - { - "id": "21917", - "type": "stop" - }, - { - "id": "9170178", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "4859", + "id": "6941", "links": { - "self": "/stops/4859" + "self": "/stops/6941" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4859" + "related": "/facilities/?filter[stop]=6941" } }, "parent_station": { @@ -51143,112 +49822,63 @@ "type": "stop" }, { - "attributes": { - "direction_id": 0, - "headsign": "Keystone Apts via Neponset Ave" - }, - "id": "61928594", + "attributes": {}, + "id": "8993", "links": { - "self": "/trips/61928594" + "self": "/stops/8993" }, "relationships": { - "route": { - "data": { - "id": "201", - "type": "route" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=8993" } }, - "route_pattern": { - "data": { - "id": "201-8-0", - "type": "route_pattern" - } + "parent_station": { + "data": null }, - "service": { + "zone": { "data": { - "id": "SpringWeekday", - "type": "service" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "1363", + "links": { + "self": "/stops/1363" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=1363" } }, - "shape": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "2010089", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "323", - "type": "stop" - }, - { - "id": "55600", - "type": "stop" - }, - { - "id": "325", - "type": "stop" - }, - { - "id": "3065", - "type": "stop" - }, - { - "id": "3066", - "type": "stop" - }, - { - "id": "3067", - "type": "stop" - }, - { - "id": "3068", - "type": "stop" - }, - { - "id": "3069", - "type": "stop" - }, - { - "id": "3070", - "type": "stop" - }, - { - "id": "3071", - "type": "stop" - }, - { - "id": "3073", - "type": "stop" - }, - { - "id": "3075", - "type": "stop" - }, - { - "id": "38812", - "type": "stop" - }, - { - "id": "38813", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "9294", + "id": "7850", "links": { - "self": "/stops/9294" + "self": "/stops/7850" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9294" + "related": "/facilities/?filter[stop]=7850" } }, "parent_station": { @@ -51266,173 +49896,193 @@ { "attributes": { "direction_id": 1, - "headsign": "Harvard" + "headsign": "Haymarket via Sullivan" }, - "id": "61849344", + "id": "66957420", "links": { - "self": "/trips/61849344" + "self": "/trips/66957420" }, "relationships": { "route": { "data": { - "id": "77", + "id": "8993", "type": "route" } }, "route_pattern": { "data": { - "id": "77-_-1", + "id": "8993-_-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "770115", + "id": "1940089", "type": "shape" } }, "stops": { "data": [ { - "id": "7922", + "id": "2637", "type": "stop" }, { - "id": "17922", + "id": "2575", "type": "stop" }, { - "id": "2250", + "id": "2576", "type": "stop" }, { - "id": "2251", + "id": "2691", "type": "stop" }, { - "id": "2252", + "id": "2692", "type": "stop" }, { - "id": "2254", + "id": "2693", "type": "stop" }, { - "id": "2255", + "id": "2695", "type": "stop" }, { - "id": "2256", + "id": "2696", "type": "stop" }, { - "id": "2257", + "id": "2697", "type": "stop" }, { - "id": "2258", + "id": "2698", "type": "stop" }, { - "id": "2259", + "id": "2699", "type": "stop" }, { - "id": "2260", + "id": "2700", "type": "stop" }, { - "id": "2261", + "id": "2702", "type": "stop" }, { - "id": "2262", + "id": "2703", "type": "stop" }, { - "id": "2263", + "id": "2704", "type": "stop" }, { - "id": "2264", + "id": "2706", "type": "stop" }, { - "id": "2265", + "id": "2707", "type": "stop" }, { - "id": "2266", + "id": "2710", "type": "stop" }, { - "id": "22661", + "id": "2711", "type": "stop" }, { - "id": "22671", + "id": "2713", "type": "stop" }, { - "id": "2268", + "id": "2714", "type": "stop" }, { - "id": "2269", + "id": "29001", "type": "stop" }, { - "id": "2270", + "id": "29010", "type": "stop" }, { - "id": "2296", + "id": "12821", "type": "stop" }, { - "id": "2297", + "id": "2844", "type": "stop" }, { - "id": "2298", + "id": "2845", "type": "stop" }, { - "id": "2299", + "id": "2846", "type": "stop" }, { - "id": "2300", + "id": "2847", "type": "stop" }, { - "id": "12301", + "id": "2848", "type": "stop" }, { - "id": "2304", + "id": "2849", "type": "stop" }, { - "id": "2305", + "id": "2850", "type": "stop" }, { - "id": "2307", + "id": "2851", + "type": "stop" + }, + { + "id": "2852", "type": "stop" }, { - "id": "2076", + "id": "2853", "type": "stop" }, { - "id": "32549", + "id": "2854", + "type": "stop" + }, + { + "id": "2855", + "type": "stop" + }, + { + "id": "28281", + "type": "stop" + }, + { + "id": "2829", + "type": "stop" + }, + { + "id": "8309", "type": "stop" } ] @@ -51440,47 +50090,97 @@ }, "type": "trip" }, + { + "attributes": {}, + "id": "2390", + "links": { + "self": "/stops/2390" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=2390" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, { "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Bowdoin", - "Wonderland" - ], - "direction_names": [ - "West", - "East" - ], - "long_name": "Airport - Government Center (Local)", - "short_name": "Blue Line Shuttle", - "sort_order": 60208, - "text_color": "000000", - "type": 3 + "direction_id": 1, + "headsign": "Central Wharf via Quincy & Logan Airport" }, - "id": "Shuttle-AirportGovernmentCenterLocal", + "id": "Boat-F6-1530-Winthrop-BWN-01-Weekday-Summer-25", "links": { - "self": "/routes/Shuttle-AirportGovernmentCenterLocal" + "self": "/trips/Boat-F6-1530-Winthrop-BWN-01-Weekday-Summer-25" }, "relationships": { - "line": { + "route": { "data": { - "id": "line-Blue", - "type": "line" + "id": "Boat-F6", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "Boat-F6-1-1", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "Boat-F6-Weekday-Summer-25", + "type": "service" + } + }, + "shape": { + "data": { + "id": "WinthropToQuincyToLoganToCentralWharf-F", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "Boat-Winthrop", + "type": "stop" + }, + { + "id": "Boat-Quincy", + "type": "stop" + }, + { + "id": "Boat-Logan", + "type": "stop" + }, + { + "id": "Boat-Aquarium", + "type": "stop" + } + ] } }, - "type": "route" + "type": "trip" }, { "attributes": {}, - "id": "9119", + "id": "3679", "links": { - "self": "/stops/9119" + "self": "/stops/3679" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9119" + "related": "/facilities/?filter[stop]=3679" } }, "parent_station": { @@ -51497,14 +50197,14 @@ }, { "attributes": {}, - "id": "3865", + "id": "1778", "links": { - "self": "/stops/3865" + "self": "/stops/1778" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3865" + "related": "/facilities/?filter[stop]=1778" } }, "parent_station": { @@ -51521,14 +50221,14 @@ }, { "attributes": {}, - "id": "49911", + "id": "619", "links": { - "self": "/stops/49911" + "self": "/stops/619" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=49911" + "related": "/facilities/?filter[stop]=619" } }, "parent_station": { @@ -51545,14 +50245,14 @@ }, { "attributes": {}, - "id": "78202", + "id": "9169", "links": { - "self": "/stops/78202" + "self": "/stops/9169" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=78202" + "related": "/facilities/?filter[stop]=9169" } }, "parent_station": { @@ -51567,30 +50267,16 @@ }, "type": "stop" }, - { - "attributes": { - "color": "FFC72C", - "long_name": "Rindge Avenue - Central Square, Cambridge", - "short_name": "83", - "sort_order": 50830, - "text_color": "000000" - }, - "id": "line-83", - "links": { - "self": "/lines/line-83" - }, - "type": "line" - }, { "attributes": {}, - "id": "2512", + "id": "3474", "links": { - "self": "/stops/2512" + "self": "/stops/3474" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2512" + "related": "/facilities/?filter[stop]=3474" } }, "parent_station": { @@ -51607,14 +50293,14 @@ }, { "attributes": {}, - "id": "3548", + "id": "1840", "links": { - "self": "/stops/3548" + "self": "/stops/1840" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3548" + "related": "/facilities/?filter[stop]=1840" } }, "parent_station": { @@ -51631,14 +50317,14 @@ }, { "attributes": {}, - "id": "26500", + "id": "2328", "links": { - "self": "/stops/26500" + "self": "/stops/2328" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=26500" + "related": "/facilities/?filter[stop]=2328" } }, "parent_station": { @@ -51654,188 +50340,67 @@ "type": "stop" }, { - "attributes": { - "direction_id": 0, - "headsign": "Sullivan" - }, - "id": "61870540", + "attributes": {}, + "id": "96734", "links": { - "self": "/trips/61870540" + "self": "/stops/96734" }, "relationships": { - "route": { - "data": { - "id": "92", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "92-_-0", - "type": "route_pattern" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=96734" } }, - "service": { - "data": { - "id": "SpringWeekday", - "type": "service" - } + "parent_station": { + "data": null }, - "shape": { + "zone": { "data": { - "id": "920137", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "117", - "type": "stop" - }, - { - "id": "2832", - "type": "stop" - }, - { - "id": "2835", - "type": "stop" - }, - { - "id": "2836", - "type": "stop" - }, - { - "id": "2837", - "type": "stop" - }, - { - "id": "2838", - "type": "stop" - }, - { - "id": "2839", - "type": "stop" - }, - { - "id": "2840", - "type": "stop" - }, - { - "id": "32840", - "type": "stop" - }, - { - "id": "2841", - "type": "stop" - }, - { - "id": "29001", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { - "attributes": { - "direction_id": 1, - "headsign": "Medford/Tufts via Union Square (Shuttle)" - }, - "id": "GreenEGovernmentCenterMedfordViaUnionSq-1-sample", + "attributes": {}, + "id": "4037", "links": { - "self": "/trips/GreenEGovernmentCenterMedfordViaUnionSq-1-sample" + "self": "/stops/4037" }, "relationships": { - "route": { - "data": { - "id": "Shuttle-GovernmentCenterMedfordViaUnionSq", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Shuttle-GovernmentCenterMedfordViaUnionSq-0-1", - "type": "route_pattern" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=4037" } }, - "service": { - "data": { - "id": "canonical", - "type": "service" - } + "parent_station": { + "data": null }, - "shape": { + "zone": { "data": { - "id": "GovernmentCenterToMedfordTufts-S", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "4510", - "type": "stop" - }, - { - "id": "9070090", - "type": "stop" - }, - { - "id": "9070091", - "type": "stop" - }, - { - "id": "70500", - "type": "stop" - }, - { - "id": "9170503", - "type": "stop" - }, - { - "id": "2659", - "type": "stop" - }, - { - "id": "2398", - "type": "stop" - }, - { - "id": "2404", - "type": "stop" - }, - { - "id": "9070509", - "type": "stop" - }, - { - "id": "2379", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "29014", + "id": "38813", "links": { - "self": "/stops/29014" + "self": "/stops/38813" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=29014" + "related": "/facilities/?filter[stop]=38813" } }, "parent_station": { - "data": { - "id": "place-sull", - "type": "stop" - } + "data": null }, "zone": { "data": { @@ -51848,14 +50413,14 @@ }, { "attributes": {}, - "id": "922", + "id": "81681", "links": { - "self": "/stops/922" + "self": "/stops/81681" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=922" + "related": "/facilities/?filter[stop]=81681" } }, "parent_station": { @@ -51872,14 +50437,14 @@ }, { "attributes": {}, - "id": "1197", + "id": "2173", "links": { - "self": "/stops/1197" + "self": "/stops/2173" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1197" + "related": "/facilities/?filter[stop]=2173" } }, "parent_station": { @@ -51896,14 +50461,14 @@ }, { "attributes": {}, - "id": "2457", + "id": "8608", "links": { - "self": "/stops/2457" + "self": "/stops/8608" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2457" + "related": "/facilities/?filter[stop]=8608" } }, "parent_station": { @@ -51920,14 +50485,14 @@ }, { "attributes": {}, - "id": "8188", + "id": "5267", "links": { - "self": "/stops/8188" + "self": "/stops/5267" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8188" + "related": "/facilities/?filter[stop]=5267" } }, "parent_station": { @@ -51944,14 +50509,14 @@ }, { "attributes": {}, - "id": "3036", + "id": "4096", "links": { - "self": "/stops/3036" + "self": "/stops/4096" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3036" + "related": "/facilities/?filter[stop]=4096" } }, "parent_station": { @@ -51968,14 +50533,14 @@ }, { "attributes": {}, - "id": "19661", + "id": "8269", "links": { - "self": "/stops/19661" + "self": "/stops/8269" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=19661" + "related": "/facilities/?filter[stop]=8269" } }, "parent_station": { @@ -51992,35 +50557,38 @@ }, { "attributes": {}, - "id": "9070054", + "id": "6397", "links": { - "self": "/stops/9070054" + "self": "/stops/6397" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9070054" + "related": "/facilities/?filter[stop]=6397" } }, "parent_station": { "data": null }, "zone": { - "data": null + "data": { + "id": "LocalBus", + "type": "zone" + } } }, "type": "stop" }, { "attributes": {}, - "id": "8857", + "id": "2336", "links": { - "self": "/stops/8857" + "self": "/stops/2336" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8857" + "related": "/facilities/?filter[stop]=2336" } }, "parent_station": { @@ -52037,14 +50605,14 @@ }, { "attributes": {}, - "id": "789", + "id": "7336", "links": { - "self": "/stops/789" + "self": "/stops/7336" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=789" + "related": "/facilities/?filter[stop]=7336" } }, "parent_station": { @@ -52060,123 +50628,76 @@ "type": "stop" }, { - "attributes": { - "direction_id": 1, - "headsign": "Kenmore via Saint Mary's Street (Shuttle)" - }, - "id": "NewtonHighlandsStMarysKenmoreC-1-sample", + "attributes": {}, + "id": "6527", "links": { - "self": "/trips/NewtonHighlandsStMarysKenmoreC-1-sample" + "self": "/stops/6527" }, "relationships": { - "route": { - "data": { - "id": "Shuttle-NewtonHighlandsStMarysKenmore", - "type": "route" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=6527" } }, - "route_pattern": { - "data": { - "id": "Shuttle-NewtonHighlandsStMarysKenmore-0-1", - "type": "route_pattern" - } + "parent_station": { + "data": null }, - "service": { + "zone": { "data": { - "id": "canonical", - "type": "service" - } - }, - "shape": { - "data": { - "id": "NewtonHighlandsToKenmoreViaStMarys-S", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "9070168", - "type": "stop" - }, - { - "id": "9070170", - "type": "stop" - }, - { - "id": "1984", - "type": "stop" - }, - { - "id": "21917", - "type": "stop" - }, - { - "id": "9070179", - "type": "stop" - }, - { - "id": "1556", - "type": "stop" - }, - { - "id": "1804", - "type": "stop" - }, - { - "id": "1807", - "type": "stop" - }, - { - "id": "9070212", - "type": "stop" - }, - { - "id": "9070150", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { - "attributes": {}, - "id": "NEC-2040-01", + "attributes": { + "color": "80276C", + "direction_destinations": [ + "Kingston", + "South Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Kingston Line", + "short_name": "", + "sort_order": 20007, + "text_color": "FFFFFF", + "type": 2 + }, + "id": "CR-Kingston", "links": { - "self": "/stops/NEC-2040-01" + "self": "/routes/CR-Kingston" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=NEC-2040-01" - } - }, - "parent_station": { + "agency": { "data": { - "id": "place-NEC-2040", - "type": "stop" + "id": "1", + "type": "agency" } }, - "zone": { + "line": { "data": { - "id": "CR-zone-6", - "type": "zone" + "id": "line-Kingston", + "type": "line" } } }, - "type": "stop" + "type": "route" }, { "attributes": {}, - "id": "26434", + "id": "14753", "links": { - "self": "/stops/26434" + "self": "/stops/14753" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=26434" + "related": "/facilities/?filter[stop]=14753" } }, "parent_station": { @@ -52193,14 +50714,14 @@ }, { "attributes": {}, - "id": "5752", + "id": "3689", "links": { - "self": "/stops/5752" + "self": "/stops/3689" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5752" + "related": "/facilities/?filter[stop]=3689" } }, "parent_station": { @@ -52217,14 +50738,14 @@ }, { "attributes": {}, - "id": "826", + "id": "5310", "links": { - "self": "/stops/826" + "self": "/stops/5310" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=826" + "related": "/facilities/?filter[stop]=5310" } }, "parent_station": { @@ -52241,83 +50762,22 @@ }, { "attributes": {}, - "id": "NHRML-0218-02", - "links": { - "self": "/stops/NHRML-0218-02" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=NHRML-0218-02" - } - }, - "parent_station": { - "data": { - "id": "place-NHRML-0218", - "type": "stop" - } - }, - "zone": { - "data": { - "id": "CR-zone-5", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Oak Square", - "University Park or Kendall/MIT Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Oak Square - University Park or Kendall/MIT Station", - "short_name": "64", - "sort_order": 50640, - "text_color": "000000", - "type": 3 - }, - "id": "64", - "links": { - "self": "/routes/64" - }, - "relationships": { - "line": { - "data": { - "id": "line-6468", - "type": "line" - } - } - }, - "type": "route" - }, - { - "attributes": {}, - "id": "70113", + "id": "4064", "links": { - "self": "/stops/70113" + "self": "/stops/4064" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70113" + "related": "/facilities/?filter[stop]=4064" } }, "parent_station": { - "data": { - "id": "place-chill", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } @@ -52327,245 +50787,45 @@ { "attributes": { "direction_id": 1, - "headsign": "Central Square via Malls & Lynnfield St" + "headsign": "Brookline Hills (Shuttle)" }, - "id": "62216489", + "id": "BrooklineHillsReservoir-1-sample", "links": { - "self": "/trips/62216489" + "self": "/trips/BrooklineHillsReservoir-1-sample" }, "relationships": { "route": { "data": { - "id": "436", + "id": "Shuttle-BrooklineHillsReservoir", "type": "route" } }, "route_pattern": { "data": { - "id": "436-_-1", + "id": "Shuttle-BrooklineHillsReservoir-0-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "canonical", "type": "service" } }, "shape": { "data": { - "id": "4360237", + "id": "ReservoirToBrooklineHills-S", "type": "shape" } }, "stops": { "data": [ { - "id": "7270", - "type": "stop" - }, - { - "id": "4597", - "type": "stop" - }, - { - "id": "4561", - "type": "stop" - }, - { - "id": "7269", - "type": "stop" - }, - { - "id": "45821", - "type": "stop" - }, - { - "id": "4583", - "type": "stop" - }, - { - "id": "14586", - "type": "stop" - }, - { - "id": "24586", - "type": "stop" - }, - { - "id": "4587", - "type": "stop" - }, - { - "id": "4588", - "type": "stop" - }, - { - "id": "4590", - "type": "stop" - }, - { - "id": "4591", - "type": "stop" - }, - { - "id": "4592", - "type": "stop" - }, - { - "id": "4594", - "type": "stop" - }, - { - "id": "7341", - "type": "stop" - }, - { - "id": "7342", - "type": "stop" - }, - { - "id": "7343", - "type": "stop" - }, - { - "id": "7344", - "type": "stop" - }, - { - "id": "7345", - "type": "stop" - }, - { - "id": "7346", - "type": "stop" - }, - { - "id": "17347", - "type": "stop" - }, - { - "id": "7348", - "type": "stop" - }, - { - "id": "7349", - "type": "stop" - }, - { - "id": "7350", - "type": "stop" - }, - { - "id": "7352", - "type": "stop" - }, - { - "id": "7353", - "type": "stop" - }, - { - "id": "17354", - "type": "stop" - }, - { - "id": "7355", - "type": "stop" - }, - { - "id": "7356", - "type": "stop" - }, - { - "id": "7357", - "type": "stop" - }, - { - "id": "7359", - "type": "stop" - }, - { - "id": "7292", - "type": "stop" - }, - { - "id": "7293", - "type": "stop" - }, - { - "id": "7294", - "type": "stop" - }, - { - "id": "7295", - "type": "stop" - }, - { - "id": "7296", - "type": "stop" - }, - { - "id": "7297", - "type": "stop" - }, - { - "id": "7298", - "type": "stop" - }, - { - "id": "7299", - "type": "stop" - }, - { - "id": "7300", - "type": "stop" - }, - { - "id": "7369", - "type": "stop" - }, - { - "id": "7370", - "type": "stop" - }, - { - "id": "7371", - "type": "stop" - }, - { - "id": "7372", - "type": "stop" - }, - { - "id": "7373", - "type": "stop" - }, - { - "id": "7374", - "type": "stop" - }, - { - "id": "17231", - "type": "stop" - }, - { - "id": "7233", - "type": "stop" - }, - { - "id": "7234", - "type": "stop" - }, - { - "id": "7237", - "type": "stop" - }, - { - "id": "6772", + "id": "21917", "type": "stop" }, { - "id": "14748", + "id": "9170178", "type": "stop" } ] @@ -52575,14 +50835,14 @@ }, { "attributes": {}, - "id": "933", + "id": "34618", "links": { - "self": "/stops/933" + "self": "/stops/34618" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=933" + "related": "/facilities/?filter[stop]=34618" } }, "parent_station": { @@ -52599,14 +50859,14 @@ }, { "attributes": {}, - "id": "13841", + "id": "15236", "links": { - "self": "/stops/13841" + "self": "/stops/15236" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=13841" + "related": "/facilities/?filter[stop]=15236" } }, "parent_station": { @@ -52621,16 +50881,30 @@ }, "type": "stop" }, + { + "attributes": { + "color": "FFC72C", + "long_name": "Salem Depot or Eastern Avenue & Essex Street - Haymarket or Wonderland", + "short_name": "424/450/456", + "sort_order": 54240, + "text_color": "000000" + }, + "id": "line-424450456", + "links": { + "self": "/lines/line-424450456" + }, + "type": "line" + }, { "attributes": {}, - "id": "1621", + "id": "17370", "links": { - "self": "/stops/1621" + "self": "/stops/17370" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1621" + "related": "/facilities/?filter[stop]=17370" } }, "parent_station": { @@ -52647,14 +50921,14 @@ }, { "attributes": {}, - "id": "5348", + "id": "5014", "links": { - "self": "/stops/5348" + "self": "/stops/5014" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5348" + "related": "/facilities/?filter[stop]=5014" } }, "parent_station": { @@ -52671,14 +50945,14 @@ }, { "attributes": {}, - "id": "977", + "id": "1633", "links": { - "self": "/stops/977" + "self": "/stops/1633" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=977" + "related": "/facilities/?filter[stop]=1633" } }, "parent_station": { @@ -52695,22 +50969,25 @@ }, { "attributes": {}, - "id": "3308", + "id": "NEC-2192-03", "links": { - "self": "/stops/3308" + "self": "/stops/NEC-2192-03" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3308" + "related": "/facilities/?filter[stop]=NEC-2192-03" } }, "parent_station": { - "data": null + "data": { + "id": "place-DB-0095", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "CR-zone-2", "type": "zone" } } @@ -52719,18 +50996,21 @@ }, { "attributes": {}, - "id": "4609", + "id": "21917", "links": { - "self": "/stops/4609" + "self": "/stops/21917" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4609" + "related": "/facilities/?filter[stop]=21917" } }, "parent_station": { - "data": null + "data": { + "id": "place-rsmnl", + "type": "stop" + } }, "zone": { "data": { @@ -52743,22 +51023,25 @@ }, { "attributes": {}, - "id": "14937", + "id": "70272", "links": { - "self": "/stops/14937" + "self": "/stops/70272" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=14937" + "related": "/facilities/?filter[stop]=70272" } }, "parent_station": { - "data": null + "data": { + "id": "place-valrd", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -52767,14 +51050,14 @@ }, { "attributes": {}, - "id": "4299", + "id": "2892", "links": { - "self": "/stops/4299" + "self": "/stops/2892" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4299" + "related": "/facilities/?filter[stop]=2892" } }, "parent_station": { @@ -52791,14 +51074,14 @@ }, { "attributes": {}, - "id": "6142", + "id": "3089", "links": { - "self": "/stops/6142" + "self": "/stops/3089" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6142" + "related": "/facilities/?filter[stop]=3089" } }, "parent_station": { @@ -52815,49 +51098,138 @@ }, { "attributes": { - "color": "7C878E", - "direction_destinations": [ - "Nubian Station", - "Temple Place" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Nubian Station - Temple Place", - "short_name": "SL5", - "sort_order": 10056, - "text_color": "FFFFFF", - "type": 3 + "direction_id": 1, + "headsign": "Wonderland" }, - "id": "749", + "id": "67202508", "links": { - "self": "/routes/749" + "self": "/trips/67202508" }, "relationships": { - "line": { + "route": { "data": { - "id": "line-SLWashington", - "type": "line" + "id": "441442", + "type": "route" } + }, + "route_pattern": { + "data": { + "id": "441442-1-1", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "WinterWeekday", + "type": "service" + } + }, + "shape": { + "data": { + "id": "4420274", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "4886", + "type": "stop" + }, + { + "id": "14889", + "type": "stop" + }, + { + "id": "4891", + "type": "stop" + }, + { + "id": "4892", + "type": "stop" + }, + { + "id": "4895", + "type": "stop" + }, + { + "id": "14748", + "type": "stop" + }, + { + "id": "4701", + "type": "stop" + }, + { + "id": "4702", + "type": "stop" + }, + { + "id": "4703", + "type": "stop" + }, + { + "id": "4704", + "type": "stop" + }, + { + "id": "4705", + "type": "stop" + }, + { + "id": "4706", + "type": "stop" + }, + { + "id": "4707", + "type": "stop" + }, + { + "id": "4708", + "type": "stop" + }, + { + "id": "4709", + "type": "stop" + }, + { + "id": "4710", + "type": "stop" + }, + { + "id": "4712", + "type": "stop" + }, + { + "id": "4714", + "type": "stop" + }, + { + "id": "15798", + "type": "stop" + } + ] } }, - "type": "route" + "type": "trip" }, { "attributes": {}, - "id": "11809", + "id": "ER-0042-B0", "links": { - "self": "/stops/11809" + "self": "/stops/ER-0042-B0" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=11809" + "related": "/facilities/?filter[stop]=ER-0042-B0" } }, "parent_station": { - "data": null + "data": { + "id": "place-chels", + "type": "stop" + } }, "zone": { "data": { @@ -52870,14 +51242,14 @@ }, { "attributes": {}, - "id": "5036", + "id": "7248", "links": { - "self": "/stops/5036" + "self": "/stops/7248" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5036" + "related": "/facilities/?filter[stop]=7248" } }, "parent_station": { @@ -52893,43 +51265,151 @@ "type": "stop" }, { - "attributes": {}, - "id": "3972", + "attributes": { + "direction_id": 1, + "headsign": "Harvard" + }, + "id": "67007739", "links": { - "self": "/stops/3972" + "self": "/trips/67007739" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=3972" + "route": { + "data": { + "id": "71", + "type": "route" } }, - "parent_station": { - "data": null + "route_pattern": { + "data": { + "id": "71-5-1", + "type": "route_pattern" + } }, - "zone": { + "service": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "WinterWeekday", + "type": "service" + } + }, + "shape": { + "data": { + "id": "710138", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "8178", + "type": "stop" + }, + { + "id": "2048", + "type": "stop" + }, + { + "id": "2049", + "type": "stop" + }, + { + "id": "2050", + "type": "stop" + }, + { + "id": "2051", + "type": "stop" + }, + { + "id": "2052", + "type": "stop" + }, + { + "id": "2054", + "type": "stop" + }, + { + "id": "2056", + "type": "stop" + }, + { + "id": "2057", + "type": "stop" + }, + { + "id": "2058", + "type": "stop" + }, + { + "id": "2060", + "type": "stop" + }, + { + "id": "2061", + "type": "stop" + }, + { + "id": "2062", + "type": "stop" + }, + { + "id": "2064", + "type": "stop" + }, + { + "id": "2066", + "type": "stop" + }, + { + "id": "2067", + "type": "stop" + }, + { + "id": "2068", + "type": "stop" + }, + { + "id": "2070", + "type": "stop" + }, + { + "id": "2071", + "type": "stop" + }, + { + "id": "2073", + "type": "stop" + }, + { + "id": "2074", + "type": "stop" + }, + { + "id": "76124", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "2160", + "id": "38155", "links": { - "self": "/stops/2160" + "self": "/stops/38155" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2160" + "related": "/facilities/?filter[stop]=38155" } }, "parent_station": { - "data": null + "data": { + "id": "place-river", + "type": "stop" + } }, "zone": { "data": { @@ -52942,94 +51422,94 @@ }, { "attributes": { - "direction_id": 1, - "headsign": "Avenue Louis Pasteur via Fields Corner" + "direction_id": 0, + "headsign": "Ruggles" }, - "id": "61390904_1", + "id": "66645839_2", "links": { - "self": "/trips/61390904_1" + "self": "/trips/66645839_2" }, "relationships": { "route": { "data": { - "id": "201", + "id": "8", "type": "route" } }, "route_pattern": { "data": { - "id": "201-1-1", + "id": "8-D-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "190311-1", + "id": "570269-2", "type": "shape" } }, "stops": { "data": [ { - "id": "3078", + "id": "899", "type": "stop" }, { - "id": "3079", + "id": "8993", "type": "stop" }, { - "id": "3080", + "id": "1518", "type": "stop" }, { - "id": "3081", + "id": "1519", "type": "stop" }, { - "id": "3082", + "id": "1520", "type": "stop" }, { - "id": "3083", + "id": "1777", "type": "stop" }, { - "id": "3084", + "id": "1778", "type": "stop" }, { - "id": "3085", + "id": "1779", "type": "stop" }, { - "id": "3086", + "id": "1780", "type": "stop" }, { - "id": "8809", + "id": "11780", "type": "stop" }, { - "id": "3088", + "id": "11781", "type": "stop" }, { - "id": "3089", + "id": "1784", "type": "stop" }, { - "id": "32501", + "id": "1785", "type": "stop" }, { - "id": "322", + "id": "17861", "type": "stop" } ] @@ -53038,39 +51518,128 @@ "type": "trip" }, { - "attributes": {}, - "id": "5424", + "attributes": { + "direction_id": 0, + "headsign": "Ashmont via Forest Hills" + }, + "id": "67251070_1", "links": { - "self": "/stops/5424" + "self": "/trips/67251070_1" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=5424" + "route": { + "data": { + "id": "39", + "type": "route" } }, - "parent_station": { - "data": null + "route_pattern": { + "data": { + "id": "39-Y-0", + "type": "route_pattern" + } }, - "zone": { + "service": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "WinterWeekday", + "type": "service" + } + }, + "shape": { + "data": { + "id": "210145-1", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "11780", + "type": "stop" + }, + { + "id": "91391", + "type": "stop" + }, + { + "id": "92391", + "type": "stop" + }, + { + "id": "1363", + "type": "stop" + }, + { + "id": "1365", + "type": "stop" + }, + { + "id": "21365", + "type": "stop" + }, + { + "id": "22365", + "type": "stop" + }, + { + "id": "31365", + "type": "stop" + }, + { + "id": "51365", + "type": "stop" + }, + { + "id": "61365", + "type": "stop" + }, + { + "id": "1160", + "type": "stop" + }, + { + "id": "1161", + "type": "stop" + }, + { + "id": "1164", + "type": "stop" + }, + { + "id": "11164", + "type": "stop" + }, + { + "id": "1939", + "type": "stop" + }, + { + "id": "2006", + "type": "stop" + }, + { + "id": "2007", + "type": "stop" + }, + { + "id": "875", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "8147", + "id": "1230", "links": { - "self": "/stops/8147" + "self": "/stops/1230" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8147" + "related": "/facilities/?filter[stop]=1230" } }, "parent_station": { @@ -53087,14 +51656,14 @@ }, { "attributes": {}, - "id": "9045", + "id": "4031", "links": { - "self": "/stops/9045" + "self": "/stops/4031" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9045" + "related": "/facilities/?filter[stop]=4031" } }, "parent_station": { @@ -53111,14 +51680,14 @@ }, { "attributes": {}, - "id": "3524", + "id": "2627", "links": { - "self": "/stops/3524" + "self": "/stops/2627" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3524" + "related": "/facilities/?filter[stop]=2627" } }, "parent_station": { @@ -53135,14 +51704,14 @@ }, { "attributes": {}, - "id": "4011", + "id": "3284", "links": { - "self": "/stops/4011" + "self": "/stops/3284" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4011" + "related": "/facilities/?filter[stop]=3284" } }, "parent_station": { @@ -53159,14 +51728,14 @@ }, { "attributes": {}, - "id": "5332", + "id": "9054", "links": { - "self": "/stops/5332" + "self": "/stops/9054" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5332" + "related": "/facilities/?filter[stop]=9054" } }, "parent_station": { @@ -53183,14 +51752,14 @@ }, { "attributes": {}, - "id": "4497", + "id": "6674", "links": { - "self": "/stops/4497" + "self": "/stops/6674" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4497" + "related": "/facilities/?filter[stop]=6674" } }, "parent_station": { @@ -53206,42 +51775,80 @@ "type": "stop" }, { - "attributes": {}, - "id": "NEC-2265-03", + "attributes": { + "direction_id": 1, + "headsign": "JFK/UMass (Shuttle)" + }, + "id": "AshmontJFK-1-sample", "links": { - "self": "/stops/NEC-2265-03" + "self": "/trips/AshmontJFK-1-sample" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=NEC-2265-03" + "route": { + "data": { + "id": "Shuttle-AshmontJFK", + "type": "route" } }, - "parent_station": { + "route_pattern": { "data": { - "id": "place-rugg", - "type": "stop" + "id": "Shuttle-AshmontJFK-0-1", + "type": "route_pattern" } }, - "zone": { + "service": { "data": { - "id": "CR-zone-1A", - "type": "zone" + "id": "canonical", + "type": "service" + } + }, + "shape": { + "data": { + "id": "AshmontToJFK-S", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "334", + "type": "stop" + }, + { + "id": "340", + "type": "stop" + }, + { + "id": "34500", + "type": "stop" + }, + { + "id": "30088", + "type": "stop" + }, + { + "id": "354", + "type": "stop" + }, + { + "id": "121", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "8605", + "id": "7150", "links": { - "self": "/stops/8605" + "self": "/stops/7150" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8605" + "related": "/facilities/?filter[stop]=7150" } }, "parent_station": { @@ -53258,14 +51865,14 @@ }, { "attributes": {}, - "id": "39678", + "id": "3348", "links": { - "self": "/stops/39678" + "self": "/stops/3348" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=39678" + "related": "/facilities/?filter[stop]=3348" } }, "parent_station": { @@ -53281,114 +51888,92 @@ "type": "stop" }, { - "attributes": {}, - "id": "2693", + "attributes": { + "direction_id": 1, + "headsign": "North Station (Shuttle)" + }, + "id": "CR-NorthStationReading-Saturday-1-06:00:00", "links": { - "self": "/stops/2693" + "self": "/trips/CR-NorthStationReading-Saturday-1-06%3A00%3A00" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=2693" - } - }, - "parent_station": { - "data": null - }, - "zone": { + "route": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "NEC-2237-03", - "links": { - "self": "/stops/NEC-2237-03" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=NEC-2237-03" + "id": "Shuttle-NorthStationReading", + "type": "route" } }, - "parent_station": { + "route_pattern": { "data": { - "id": "place-forhl", - "type": "stop" + "id": "Shuttle-NorthStationReading-0-1", + "type": "route_pattern" } }, - "zone": { + "service": { "data": { - "id": "CR-zone-1A", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "2203", - "links": { - "self": "/stops/2203" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=2203" + "id": "CR-NorthStationReading-Saturday", + "type": "service" } }, - "parent_station": { - "data": null - }, - "zone": { + "shape": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "54651", - "links": { - "self": "/stops/54651" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=54651" + "id": "ReadingToNorthStation-S", + "type": "shape" } }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } + "stops": { + "data": [ + { + "id": "WR-0120-B", + "type": "stop" + }, + { + "id": "WR-0099-B1", + "type": "stop" + }, + { + "id": "WR-0085-B1", + "type": "stop" + }, + { + "id": "WR-0075-B1", + "type": "stop" + }, + { + "id": "WR-0067-B1", + "type": "stop" + }, + { + "id": "WR-0062-B3", + "type": "stop" + }, + { + "id": "9328", + "type": "stop" + }, + { + "id": "5327", + "type": "stop" + }, + { + "id": "BNT-0000-B2", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "65541", + "id": "6565", "links": { - "self": "/stops/65541" + "self": "/stops/6565" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=65541" + "related": "/facilities/?filter[stop]=6565" } }, "parent_station": { @@ -53405,14 +51990,14 @@ }, { "attributes": {}, - "id": "5676", + "id": "5298", "links": { - "self": "/stops/5676" + "self": "/stops/5298" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5676" + "related": "/facilities/?filter[stop]=5298" } }, "parent_station": { @@ -53429,14 +52014,14 @@ }, { "attributes": {}, - "id": "4591", + "id": "89612", "links": { - "self": "/stops/4591" + "self": "/stops/89612" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4591" + "related": "/facilities/?filter[stop]=89612" } }, "parent_station": { @@ -53453,41 +52038,14 @@ }, { "attributes": {}, - "id": "70165", - "links": { - "self": "/stops/70165" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=70165" - } - }, - "parent_station": { - "data": { - "id": "place-waban", - "type": "stop" - } - }, - "zone": { - "data": { - "id": "RapidTransit", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "6631", + "id": "8528", "links": { - "self": "/stops/6631" + "self": "/stops/8528" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6631" + "related": "/facilities/?filter[stop]=8528" } }, "parent_station": { @@ -53504,14 +52062,14 @@ }, { "attributes": {}, - "id": "596", + "id": "3619", "links": { - "self": "/stops/596" + "self": "/stops/3619" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=596" + "related": "/facilities/?filter[stop]=3619" } }, "parent_station": { @@ -53528,14 +52086,14 @@ }, { "attributes": {}, - "id": "5983", + "id": "49837", "links": { - "self": "/stops/5983" + "self": "/stops/49837" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5983" + "related": "/facilities/?filter[stop]=49837" } }, "parent_station": { @@ -53552,14 +52110,14 @@ }, { "attributes": {}, - "id": "18618", + "id": "2464", "links": { - "self": "/stops/18618" + "self": "/stops/2464" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=18618" + "related": "/facilities/?filter[stop]=2464" } }, "parent_station": { @@ -53576,14 +52134,14 @@ }, { "attributes": {}, - "id": "82030", + "id": "6177", "links": { - "self": "/stops/82030" + "self": "/stops/6177" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=82030" + "related": "/facilities/?filter[stop]=6177" } }, "parent_station": { @@ -53600,186 +52158,302 @@ }, { "attributes": { - "direction_id": 1, - "headsign": "Central Square" + "direction_id": 0, + "headsign": "North Woburn" }, - "id": "62216313", + "id": "66959821", "links": { - "self": "/trips/62216313" + "self": "/trips/66959821" }, "relationships": { "route": { "data": { - "id": "456", + "id": "134", "type": "route" } }, "route_pattern": { "data": { - "id": "456-_-1", + "id": "134-3-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "4560080", + "id": "1340401", "type": "shape" } }, "stops": { "data": [ { - "id": "37150", + "id": "52714", "type": "stop" }, { - "id": "4453", + "id": "9318", "type": "stop" }, { - "id": "4455", + "id": "9319", "type": "stop" }, { - "id": "4456", + "id": "9045", "type": "stop" }, { - "id": "4457", + "id": "9162", "type": "stop" }, { - "id": "4458", + "id": "9163", "type": "stop" }, { - "id": "4459", + "id": "9164", "type": "stop" }, { - "id": "14460", + "id": "49164", "type": "stop" }, { - "id": "4462", + "id": "49157", "type": "stop" }, { - "id": "4463", + "id": "49158", "type": "stop" }, { - "id": "14465", + "id": "9165", "type": "stop" }, { - "id": "4465", + "id": "9167", "type": "stop" }, { - "id": "4467", + "id": "9168", "type": "stop" }, { - "id": "4470", + "id": "9169", "type": "stop" }, { - "id": "14470", + "id": "9170", "type": "stop" }, { - "id": "4472", + "id": "9172", "type": "stop" }, { - "id": "4473", + "id": "5002", "type": "stop" }, { - "id": "4474", + "id": "15002", "type": "stop" }, { - "id": "4475", + "id": "5003", "type": "stop" }, { - "id": "7217", + "id": "5004", "type": "stop" }, { - "id": "7218", + "id": "5005", "type": "stop" }, { - "id": "7219", + "id": "5006", "type": "stop" }, { - "id": "7220", + "id": "9174", "type": "stop" }, { - "id": "7222", + "id": "9175", "type": "stop" }, { - "id": "7223", + "id": "9176", "type": "stop" }, { - "id": "7225", + "id": "9177", "type": "stop" }, { - "id": "7226", + "id": "9178", "type": "stop" }, { - "id": "7227", + "id": "8692", "type": "stop" }, { - "id": "7228", + "id": "9101", "type": "stop" }, { - "id": "7229", + "id": "9103", "type": "stop" }, { - "id": "7230", + "id": "9104", "type": "stop" }, { - "id": "17231", + "id": "9105", "type": "stop" }, { - "id": "7233", + "id": "9106", "type": "stop" }, { - "id": "7234", + "id": "9107", "type": "stop" }, { - "id": "7237", + "id": "9108", "type": "stop" }, { - "id": "6772", + "id": "9109", "type": "stop" }, { - "id": "14748", + "id": "9111", + "type": "stop" + }, + { + "id": "9113", + "type": "stop" + }, + { + "id": "9114", + "type": "stop" + }, + { + "id": "9115", + "type": "stop" + }, + { + "id": "9116", + "type": "stop" + }, + { + "id": "9117", + "type": "stop" + }, + { + "id": "9118", + "type": "stop" + }, + { + "id": "9119", + "type": "stop" + }, + { + "id": "9120", + "type": "stop" + }, + { + "id": "9121", + "type": "stop" + }, + { + "id": "9122", + "type": "stop" + }, + { + "id": "9123", + "type": "stop" + }, + { + "id": "9124", + "type": "stop" + }, + { + "id": "9127", + "type": "stop" + }, + { + "id": "9128", + "type": "stop" + }, + { + "id": "9129", + "type": "stop" + }, + { + "id": "9130", + "type": "stop" + }, + { + "id": "9131", + "type": "stop" + }, + { + "id": "9133", + "type": "stop" + }, + { + "id": "10016", + "type": "stop" + }, + { + "id": "9134", + "type": "stop" + }, + { + "id": "9135", + "type": "stop" + }, + { + "id": "9136", + "type": "stop" + }, + { + "id": "9137", + "type": "stop" + }, + { + "id": "9139", + "type": "stop" + }, + { + "id": "9140", + "type": "stop" + }, + { + "id": "9142", + "type": "stop" + }, + { + "id": "9143", + "type": "stop" + }, + { + "id": "9144", + "type": "stop" + }, + { + "id": "8852", "type": "stop" } ] @@ -53789,38 +52463,14 @@ }, { "attributes": {}, - "id": "ER-0128-B0", - "links": { - "self": "/stops/ER-0128-B0" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=ER-0128-B0" - } - }, - "parent_station": { - "data": { - "id": "place-ER-0128", - "type": "stop" - } - }, - "zone": { - "data": null - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "7265", + "id": "5077", "links": { - "self": "/stops/7265" + "self": "/stops/5077" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7265" + "related": "/facilities/?filter[stop]=5077" } }, "parent_station": { @@ -53836,39 +52486,116 @@ "type": "stop" }, { - "attributes": {}, - "id": "10009", + "attributes": { + "direction_id": 1, + "headsign": "South Station" + }, + "id": "canonical-CR-Providence-C1-1", "links": { - "self": "/stops/10009" + "self": "/trips/canonical-CR-Providence-C1-1" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=10009" + "route": { + "data": { + "id": "CR-Providence", + "type": "route" } }, - "parent_station": { - "data": null + "route_pattern": { + "data": { + "id": "CR-Providence-C1-1", + "type": "route_pattern" + } }, - "zone": { + "service": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "canonical", + "type": "service" + } + }, + "shape": { + "data": { + "id": "canonical-9890008", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "NEC-1659-03", + "type": "stop" + }, + { + "id": "NEC-1768-03", + "type": "stop" + }, + { + "id": "NEC-1851-03", + "type": "stop" + }, + { + "id": "NEC-1891-02", + "type": "stop" + }, + { + "id": "NEC-1919-02", + "type": "stop" + }, + { + "id": "NEC-1969-04", + "type": "stop" + }, + { + "id": "NEC-2040-02", + "type": "stop" + }, + { + "id": "NEC-2108-02", + "type": "stop" + }, + { + "id": "NEC-2139", + "type": "stop" + }, + { + "id": "NEC-2173-02", + "type": "stop" + }, + { + "id": "NEC-2203-02", + "type": "stop" + }, + { + "id": "NEC-2237-03", + "type": "stop" + }, + { + "id": "NEC-2265", + "type": "stop" + }, + { + "id": "NEC-2276", + "type": "stop" + }, + { + "id": "NEC-2287", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "90311", + "id": "81685", "links": { - "self": "/stops/90311" + "self": "/stops/81685" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=90311" + "related": "/facilities/?filter[stop]=81685" } }, "parent_station": { @@ -53885,14 +52612,14 @@ }, { "attributes": {}, - "id": "77551", + "id": "101", "links": { - "self": "/stops/77551" + "self": "/stops/101" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=77551" + "related": "/facilities/?filter[stop]=101" } }, "parent_station": { @@ -53909,14 +52636,14 @@ }, { "attributes": {}, - "id": "9211", + "id": "78073", "links": { - "self": "/stops/9211" + "self": "/stops/78073" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9211" + "related": "/facilities/?filter[stop]=78073" } }, "parent_station": { @@ -53933,14 +52660,14 @@ }, { "attributes": {}, - "id": "38487", + "id": "3289", "links": { - "self": "/stops/38487" + "self": "/stops/3289" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=38487" + "related": "/facilities/?filter[stop]=3289" } }, "parent_station": { @@ -53955,16 +52682,30 @@ }, "type": "stop" }, + { + "attributes": { + "color": "FFC72C", + "long_name": "Weymouth Landing or Columbian Square - Quincy Center or Braintree", + "short_name": "225/226", + "sort_order": 52250, + "text_color": "000000" + }, + "id": "line-225226", + "links": { + "self": "/lines/line-225226" + }, + "type": "line" + }, { "attributes": {}, - "id": "5263", + "id": "5590", "links": { - "self": "/stops/5263" + "self": "/stops/5590" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5263" + "related": "/facilities/?filter[stop]=5590" } }, "parent_station": { @@ -53981,14 +52722,14 @@ }, { "attributes": {}, - "id": "71835", + "id": "1300", "links": { - "self": "/stops/71835" + "self": "/stops/1300" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=71835" + "related": "/facilities/?filter[stop]=1300" } }, "parent_station": { @@ -54005,14 +52746,14 @@ }, { "attributes": {}, - "id": "4813", + "id": "9276", "links": { - "self": "/stops/4813" + "self": "/stops/9276" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4813" + "related": "/facilities/?filter[stop]=9276" } }, "parent_station": { @@ -54029,14 +52770,14 @@ }, { "attributes": {}, - "id": "27618", + "id": "2137", "links": { - "self": "/stops/27618" + "self": "/stops/2137" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=27618" + "related": "/facilities/?filter[stop]=2137" } }, "parent_station": { @@ -54053,14 +52794,14 @@ }, { "attributes": {}, - "id": "4817", + "id": "771", "links": { - "self": "/stops/4817" + "self": "/stops/771" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4817" + "related": "/facilities/?filter[stop]=771" } }, "parent_station": { @@ -54077,14 +52818,14 @@ }, { "attributes": {}, - "id": "17463", + "id": "44618", "links": { - "self": "/stops/17463" + "self": "/stops/44618" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=17463" + "related": "/facilities/?filter[stop]=44618" } }, "parent_station": { @@ -54099,285 +52840,16 @@ }, "type": "stop" }, - { - "attributes": { - "direction_id": 0, - "headsign": "Salem Depot" - }, - "id": "62216617", - "links": { - "self": "/trips/62216617" - }, - "relationships": { - "route": { - "data": { - "id": "450", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "450-8-0", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "SpringWeekday", - "type": "service" - } - }, - "shape": { - "data": { - "id": "4500197", - "type": "shape" - } - }, - "stops": { - "data": [ - { - "id": "117", - "type": "stop" - }, - { - "id": "4727", - "type": "stop" - }, - { - "id": "4728", - "type": "stop" - }, - { - "id": "4730", - "type": "stop" - }, - { - "id": "4731", - "type": "stop" - }, - { - "id": "4732", - "type": "stop" - }, - { - "id": "4526", - "type": "stop" - }, - { - "id": "45261", - "type": "stop" - }, - { - "id": "4512", - "type": "stop" - }, - { - "id": "4513", - "type": "stop" - }, - { - "id": "4515", - "type": "stop" - }, - { - "id": "4516", - "type": "stop" - }, - { - "id": "4518", - "type": "stop" - }, - { - "id": "4520", - "type": "stop" - }, - { - "id": "45211", - "type": "stop" - }, - { - "id": "4521", - "type": "stop" - }, - { - "id": "4522", - "type": "stop" - }, - { - "id": "4523", - "type": "stop" - }, - { - "id": "4524", - "type": "stop" - }, - { - "id": "4527", - "type": "stop" - }, - { - "id": "4528", - "type": "stop" - }, - { - "id": "4529", - "type": "stop" - }, - { - "id": "4530", - "type": "stop" - }, - { - "id": "4531", - "type": "stop" - }, - { - "id": "4532", - "type": "stop" - }, - { - "id": "7246", - "type": "stop" - }, - { - "id": "7247", - "type": "stop" - }, - { - "id": "7248", - "type": "stop" - }, - { - "id": "7249", - "type": "stop" - }, - { - "id": "7250", - "type": "stop" - }, - { - "id": "7251", - "type": "stop" - }, - { - "id": "7252", - "type": "stop" - }, - { - "id": "4533", - "type": "stop" - }, - { - "id": "4534", - "type": "stop" - }, - { - "id": "4535", - "type": "stop" - }, - { - "id": "4537", - "type": "stop" - }, - { - "id": "4538", - "type": "stop" - }, - { - "id": "4539", - "type": "stop" - }, - { - "id": "4540", - "type": "stop" - }, - { - "id": "4541", - "type": "stop" - }, - { - "id": "4544", - "type": "stop" - }, - { - "id": "14544", - "type": "stop" - }, - { - "id": "4546", - "type": "stop" - }, - { - "id": "4547", - "type": "stop" - }, - { - "id": "14548", - "type": "stop" - }, - { - "id": "14551", - "type": "stop" - }, - { - "id": "4553", - "type": "stop" - }, - { - "id": "14553", - "type": "stop" - }, - { - "id": "4554", - "type": "stop" - }, - { - "id": "4555", - "type": "stop" - }, - { - "id": "4557", - "type": "stop" - }, - { - "id": "4558", - "type": "stop" - }, - { - "id": "4559", - "type": "stop" - }, - { - "id": "4560", - "type": "stop" - }, - { - "id": "4562", - "type": "stop" - }, - { - "id": "4563", - "type": "stop" - }, - { - "id": "37150", - "type": "stop" - } - ] - } - }, - "type": "trip" - }, { "attributes": {}, - "id": "2328", + "id": "Boat-Hingham", "links": { - "self": "/stops/2328" + "self": "/stops/Boat-Hingham" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2328" + "related": "/facilities/?filter[stop]=Boat-Hingham" } }, "parent_station": { @@ -54385,7 +52857,7 @@ }, "zone": { "data": { - "id": "LocalBus", + "id": "Boat-Hingham", "type": "zone" } } @@ -54394,14 +52866,14 @@ }, { "attributes": {}, - "id": "292", + "id": "109884", "links": { - "self": "/stops/292" + "self": "/stops/109884" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=292" + "related": "/facilities/?filter[stop]=109884" } }, "parent_station": { @@ -54418,14 +52890,14 @@ }, { "attributes": {}, - "id": "520", + "id": "4772", "links": { - "self": "/stops/520" + "self": "/stops/4772" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=520" + "related": "/facilities/?filter[stop]=4772" } }, "parent_station": { @@ -54442,14 +52914,14 @@ }, { "attributes": {}, - "id": "6522", + "id": "1216", "links": { - "self": "/stops/6522" + "self": "/stops/1216" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6522" + "related": "/facilities/?filter[stop]=1216" } }, "parent_station": { @@ -54464,52 +52936,21 @@ }, "type": "stop" }, - { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Ashmont Station", - "Andrew Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Ashmont Station - Andrew Station", - "short_name": "18", - "sort_order": 50180, - "text_color": "000000", - "type": 3 - }, - "id": "18", - "links": { - "self": "/routes/18" - }, - "relationships": { - "line": { - "data": { - "id": "line-18", - "type": "line" - } - } - }, - "type": "route" - }, { "attributes": {}, - "id": "71150", + "id": "70252", "links": { - "self": "/stops/71150" + "self": "/stops/70252" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=71150" + "related": "/facilities/?filter[stop]=70252" } }, "parent_station": { "data": { - "id": "place-kencl", + "id": "place-fenwd", "type": "stop" } }, @@ -54523,39 +52964,64 @@ "type": "stop" }, { - "attributes": {}, - "id": "NHRML-0127-B", + "attributes": { + "direction_id": 1, + "headsign": "Orient Heights (Express shuttle)" + }, + "id": "GovernmentCenterOrientHeightsExpress-1-sample", "links": { - "self": "/stops/NHRML-0127-B" + "self": "/trips/GovernmentCenterOrientHeightsExpress-1-sample" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=NHRML-0127-B" + "route": { + "data": { + "id": "Shuttle-GovernmentCenterOrientHeightsExpress", + "type": "route" } }, - "parent_station": { + "route_pattern": { "data": { - "id": "place-NHRML-0127", - "type": "stop" + "id": "Shuttle-GovernmentCenterOrientHeightsExpress-0-1", + "type": "route_pattern" } }, - "zone": { - "data": null + "service": { + "data": { + "id": "canonical", + "type": "service" + } + }, + "shape": { + "data": { + "id": "GovernmentCenterToOrientHeightsExpress-S", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "4510", + "type": "stop" + }, + { + "id": "5879", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "3792", + "id": "6361", "links": { - "self": "/stops/3792" + "self": "/stops/6361" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3792" + "related": "/facilities/?filter[stop]=6361" } }, "parent_station": { @@ -54572,14 +53038,14 @@ }, { "attributes": {}, - "id": "4785", + "id": "2270", "links": { - "self": "/stops/4785" + "self": "/stops/2270" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4785" + "related": "/facilities/?filter[stop]=2270" } }, "parent_station": { @@ -54596,14 +53062,14 @@ }, { "attributes": {}, - "id": "12145", + "id": "7976", "links": { - "self": "/stops/12145" + "self": "/stops/7976" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=12145" + "related": "/facilities/?filter[stop]=7976" } }, "parent_station": { @@ -54620,14 +53086,14 @@ }, { "attributes": {}, - "id": "2793", + "id": "2516", "links": { - "self": "/stops/2793" + "self": "/stops/2516" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2793" + "related": "/facilities/?filter[stop]=2516" } }, "parent_station": { @@ -54644,14 +53110,14 @@ }, { "attributes": {}, - "id": "4141", + "id": "10820", "links": { - "self": "/stops/4141" + "self": "/stops/10820" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4141" + "related": "/facilities/?filter[stop]=10820" } }, "parent_station": { @@ -54668,14 +53134,14 @@ }, { "attributes": {}, - "id": "1153", + "id": "606", "links": { - "self": "/stops/1153" + "self": "/stops/606" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1153" + "related": "/facilities/?filter[stop]=606" } }, "parent_station": { @@ -54692,14 +53158,14 @@ }, { "attributes": {}, - "id": "9155", + "id": "3211", "links": { - "self": "/stops/9155" + "self": "/stops/3211" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9155" + "related": "/facilities/?filter[stop]=3211" } }, "parent_station": { @@ -54715,15 +53181,52 @@ "type": "stop" }, { - "attributes": {}, - "id": "2025", - "links": { - "self": "/stops/2025" + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Newburyport", + "North Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Newburyport - Oak Grove (Limited)", + "short_name": "Newburyport Line Shuttle", + "sort_order": 62071, + "text_color": "000000", + "type": 3 + }, + "id": "Shuttle-NewburyportOakGroveLimited", + "links": { + "self": "/routes/Shuttle-NewburyportOakGroveLimited" + }, + "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, + "line": { + "data": { + "id": "line-Newburyport", + "type": "line" + } + } + }, + "type": "route" + }, + { + "attributes": {}, + "id": "4758", + "links": { + "self": "/stops/4758" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2025" + "related": "/facilities/?filter[stop]=4758" } }, "parent_station": { @@ -54738,30 +53241,16 @@ }, "type": "stop" }, - { - "attributes": { - "color": "FFC72C", - "long_name": "Central Square, Cambridge - Broadway Station", - "short_name": "47", - "sort_order": 50470, - "text_color": "000000" - }, - "id": "line-47", - "links": { - "self": "/lines/line-47" - }, - "type": "line" - }, { "attributes": {}, - "id": "2623", + "id": "1659", "links": { - "self": "/stops/2623" + "self": "/stops/1659" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2623" + "related": "/facilities/?filter[stop]=1659" } }, "parent_station": { @@ -54776,16 +53265,226 @@ }, "type": "stop" }, + { + "attributes": { + "color": "80276C", + "direction_destinations": [ + "Needham Heights", + "South Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Needham Line", + "short_name": "", + "sort_order": 20010, + "text_color": "FFFFFF", + "type": 2 + }, + "id": "CR-Needham", + "links": { + "self": "/routes/CR-Needham" + }, + "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, + "line": { + "data": { + "id": "line-Needham", + "type": "line" + } + } + }, + "type": "route" + }, + { + "attributes": { + "direction_id": 1, + "headsign": "JFK/UMass" + }, + "id": "67251485", + "links": { + "self": "/trips/67251485" + }, + "relationships": { + "route": { + "data": { + "id": "41", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "41-_-1", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "WinterWeekday", + "type": "service" + } + }, + "shape": { + "data": { + "id": "410108", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "11939", + "type": "stop" + }, + { + "id": "1129", + "type": "stop" + }, + { + "id": "1130", + "type": "stop" + }, + { + "id": "1132", + "type": "stop" + }, + { + "id": "11131", + "type": "stop" + }, + { + "id": "1134", + "type": "stop" + }, + { + "id": "1135", + "type": "stop" + }, + { + "id": "1136", + "type": "stop" + }, + { + "id": "1137", + "type": "stop" + }, + { + "id": "1138", + "type": "stop" + }, + { + "id": "11531", + "type": "stop" + }, + { + "id": "1140", + "type": "stop" + }, + { + "id": "1141", + "type": "stop" + }, + { + "id": "1142", + "type": "stop" + }, + { + "id": "1144", + "type": "stop" + }, + { + "id": "1145", + "type": "stop" + }, + { + "id": "1147", + "type": "stop" + }, + { + "id": "64000", + "type": "stop" + }, + { + "id": "1493", + "type": "stop" + }, + { + "id": "1495", + "type": "stop" + }, + { + "id": "1496", + "type": "stop" + }, + { + "id": "1497", + "type": "stop" + }, + { + "id": "1498", + "type": "stop" + }, + { + "id": "1499", + "type": "stop" + }, + { + "id": "1500", + "type": "stop" + }, + { + "id": "1501", + "type": "stop" + }, + { + "id": "11501", + "type": "stop" + }, + { + "id": "2933", + "type": "stop" + }, + { + "id": "2934", + "type": "stop" + }, + { + "id": "2935", + "type": "stop" + }, + { + "id": "135", + "type": "stop" + }, + { + "id": "136", + "type": "stop" + }, + { + "id": "121", + "type": "stop" + } + ] + } + }, + "type": "trip" + }, { "attributes": {}, - "id": "3619", + "id": "8512", "links": { - "self": "/stops/3619" + "self": "/stops/8512" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3619" + "related": "/facilities/?filter[stop]=8512" } }, "parent_station": { @@ -54802,14 +53501,14 @@ }, { "attributes": {}, - "id": "4308", + "id": "4561", "links": { - "self": "/stops/4308" + "self": "/stops/4561" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4308" + "related": "/facilities/?filter[stop]=4561" } }, "parent_station": { @@ -54826,14 +53525,14 @@ }, { "attributes": {}, - "id": "4334", + "id": "3859", "links": { - "self": "/stops/4334" + "self": "/stops/3859" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4334" + "related": "/facilities/?filter[stop]=3859" } }, "parent_station": { @@ -54850,14 +53549,14 @@ }, { "attributes": {}, - "id": "2489", + "id": "6760", "links": { - "self": "/stops/2489" + "self": "/stops/6760" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2489" + "related": "/facilities/?filter[stop]=6760" } }, "parent_station": { @@ -54874,14 +53573,14 @@ }, { "attributes": {}, - "id": "10423", + "id": "49817", "links": { - "self": "/stops/10423" + "self": "/stops/49817" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=10423" + "related": "/facilities/?filter[stop]=49817" } }, "parent_station": { @@ -54897,68 +53596,39 @@ "type": "stop" }, { - "attributes": { - "direction_id": 0, - "headsign": "Hingham via Georges Island" - }, - "id": "Boat-F1-1200-Long-BF2H-02-Saturday-Summer-24", + "attributes": {}, + "id": "13837", "links": { - "self": "/trips/Boat-F1-1200-Long-BF2H-02-Saturday-Summer-24" + "self": "/stops/13837" }, "relationships": { - "route": { - "data": { - "id": "Boat-F1", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Boat-F1-7-0", - "type": "route_pattern" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=13837" } }, - "service": { - "data": { - "id": "Boat-F1-Saturday-Summer-24", - "type": "service" - } + "parent_station": { + "data": null }, - "shape": { + "zone": { "data": { - "id": "b0004", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "Boat-Long", - "type": "stop" - }, - { - "id": "Boat-George", - "type": "stop" - }, - { - "id": "Boat-Hingham", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "3404", + "id": "7519", "links": { - "self": "/stops/3404" + "self": "/stops/7519" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3404" + "related": "/facilities/?filter[stop]=7519" } }, "parent_station": { @@ -54975,14 +53645,14 @@ }, { "attributes": {}, - "id": "77242", + "id": "2548", "links": { - "self": "/stops/77242" + "self": "/stops/2548" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=77242" + "related": "/facilities/?filter[stop]=2548" } }, "parent_station": { @@ -55022,370 +53692,215 @@ "type": "stop" }, { - "attributes": { - "direction_id": 1, - "headsign": "Kenmore (Shuttle)" - }, - "id": "BabcockStreetKenmore-1-sample", + "attributes": {}, + "id": "89618", "links": { - "self": "/trips/BabcockStreetKenmore-1-sample" + "self": "/stops/89618" }, "relationships": { - "route": { - "data": { - "id": "Shuttle-BabcockKenmore", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Shuttle-BabcockKenmore-0-1", - "type": "route_pattern" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=89618" } }, - "service": { - "data": { - "id": "canonical", - "type": "service" - } + "parent_station": { + "data": null }, - "shape": { + "zone": { "data": { - "id": "BabcockStreetToKenmore-S", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "933", - "type": "stop" - }, - { - "id": "934", - "type": "stop" - }, - { - "id": "938", - "type": "stop" - }, - { - "id": "939", - "type": "stop" - }, - { - "id": "941", - "type": "stop" - }, - { - "id": "9070150", - "type": "stop" - } - ] } }, - "type": "trip" - }, - { - "attributes": { - "color": "FFC72C", - "long_name": "Dedham Mall - Forest Hills", - "short_name": "35", - "sort_order": 50350, - "text_color": "000000" - }, - "id": "line-35", - "links": { - "self": "/lines/line-35" - }, - "type": "line" + "type": "stop" }, { "attributes": { - "direction_id": 0, - "headsign": "Marblehead via Central Square & Humphrey St (omits Point of Pines)" + "direction_id": 1, + "headsign": "Townsend & Humboldt" }, - "id": "62216603", + "id": "67252072", "links": { - "self": "/trips/62216603" + "self": "/trips/67252072" }, "relationships": { "route": { "data": { - "id": "442", + "id": "32", "type": "route" } }, "route_pattern": { "data": { - "id": "442-5-0", + "id": "32-9-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "4420238", + "id": "320306", "type": "shape" } }, "stops": { "data": [ { - "id": "15795", - "type": "stop" - }, - { - "id": "4736", - "type": "stop" - }, - { - "id": "48541", - "type": "stop" - }, - { - "id": "4855", - "type": "stop" - }, - { - "id": "4856", - "type": "stop" - }, - { - "id": "4738", - "type": "stop" - }, - { - "id": "4739", - "type": "stop" - }, - { - "id": "4741", - "type": "stop" - }, - { - "id": "4742", - "type": "stop" - }, - { - "id": "4743", - "type": "stop" - }, - { - "id": "4744", - "type": "stop" - }, - { - "id": "4745", - "type": "stop" - }, - { - "id": "4746", - "type": "stop" - }, - { - "id": "4747", - "type": "stop" - }, - { - "id": "14748", - "type": "stop" - }, - { - "id": "6600", - "type": "stop" - }, - { - "id": "4749", - "type": "stop" - }, - { - "id": "4751", - "type": "stop" - }, - { - "id": "4752", - "type": "stop" - }, - { - "id": "14753", - "type": "stop" - }, - { - "id": "4755", - "type": "stop" - }, - { - "id": "4811", - "type": "stop" - }, - { - "id": "4813", - "type": "stop" - }, - { - "id": "4814", - "type": "stop" - }, - { - "id": "4815", - "type": "stop" - }, - { - "id": "4816", + "id": "42819", "type": "stop" }, { - "id": "4817", + "id": "16466", "type": "stop" }, { - "id": "4818", + "id": "26467", "type": "stop" }, { - "id": "4819", + "id": "46467", "type": "stop" }, { - "id": "4820", + "id": "56567", "type": "stop" }, { - "id": "4821", + "id": "75467", "type": "stop" }, { - "id": "14822", + "id": "26466", "type": "stop" }, { - "id": "4822", + "id": "36466", "type": "stop" }, { - "id": "4823", + "id": "6466", "type": "stop" }, { - "id": "4824", + "id": "6467", "type": "stop" }, { - "id": "4825", + "id": "6468", "type": "stop" }, { - "id": "4826", + "id": "6470", "type": "stop" }, { - "id": "4779", + "id": "6471", "type": "stop" }, { - "id": "4781", + "id": "6472", "type": "stop" }, { - "id": "4782", + "id": "6473", "type": "stop" }, { - "id": "4784", + "id": "6474", "type": "stop" }, { - "id": "4785", + "id": "6476", "type": "stop" }, { - "id": "4786", + "id": "6478", "type": "stop" }, { - "id": "4787", + "id": "6479", "type": "stop" }, { - "id": "4788", + "id": "6480", "type": "stop" }, { - "id": "4789", + "id": "16479", "type": "stop" }, { - "id": "4790", + "id": "36479", "type": "stop" }, { - "id": "4791", + "id": "56479", "type": "stop" }, { - "id": "4792", + "id": "76479", "type": "stop" }, { - "id": "4793", + "id": "875", "type": "stop" }, { - "id": "4794", + "id": "520", "type": "stop" }, { - "id": "4795", + "id": "522", "type": "stop" }, { - "id": "4796", + "id": "10522", "type": "stop" }, { - "id": "4797", + "id": "2922", "type": "stop" }, { - "id": "4799", + "id": "383", "type": "stop" }, { - "id": "4800", + "id": "9448", "type": "stop" }, { - "id": "4801", + "id": "1739", "type": "stop" }, { - "id": "4802", + "id": "1740", "type": "stop" }, { - "id": "4803", + "id": "1325", "type": "stop" }, { - "id": "4804", + "id": "1327", "type": "stop" }, { - "id": "4805", + "id": "1328", "type": "stop" }, { - "id": "4806", + "id": "1331", "type": "stop" }, { - "id": "4807", + "id": "1332", "type": "stop" } ] @@ -55395,14 +53910,62 @@ }, { "attributes": {}, - "id": "494", + "id": "8547", "links": { - "self": "/stops/494" + "self": "/stops/8547" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=494" + "related": "/facilities/?filter[stop]=8547" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "954", + "links": { + "self": "/stops/954" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=954" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "8339", + "links": { + "self": "/stops/8339" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=8339" } }, "parent_station": { @@ -55419,154 +53982,218 @@ }, { "attributes": { - "direction_id": 1, - "headsign": "Medford/Tufts" + "direction_id": 0, + "headsign": "Orient Heights via Jeffries Point" }, - "id": "61804480", + "id": "67203080", "links": { - "self": "/trips/61804480" + "self": "/trips/67203080" }, "relationships": { "route": { "data": { - "id": "Green-C", + "id": "120", "type": "route" } }, "route_pattern": { "data": { - "id": "Green-C-836-1", + "id": "120-3-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "8000016", + "id": "1200167", "type": "shape" } }, "stops": { "data": [ { - "id": "70238", + "id": "57400", "type": "stop" }, { - "id": "70236", + "id": "15857", "type": "stop" }, { - "id": "70234", + "id": "5857", "type": "stop" }, { - "id": "70232", + "id": "5858", "type": "stop" }, { - "id": "70230", + "id": "5859", "type": "stop" }, { - "id": "70228", + "id": "5861", "type": "stop" }, { - "id": "70226", + "id": "5862", "type": "stop" }, { - "id": "70224", + "id": "5863", "type": "stop" }, { - "id": "70220", + "id": "5864", "type": "stop" }, { - "id": "70218", + "id": "5865", "type": "stop" }, { - "id": "70216", + "id": "5740", "type": "stop" }, { - "id": "70214", + "id": "5742", "type": "stop" }, { - "id": "70212", + "id": "5867", "type": "stop" }, { - "id": "70150", + "id": "5868", "type": "stop" }, { - "id": "70152", + "id": "5869", "type": "stop" }, { - "id": "70154", + "id": "5870", "type": "stop" }, { - "id": "70156", + "id": "5871", "type": "stop" }, { - "id": "70158", + "id": "5664", "type": "stop" }, { - "id": "70200", + "id": "5665", "type": "stop" }, { - "id": "70201", + "id": "5666", "type": "stop" }, { - "id": "70203", + "id": "5872", "type": "stop" }, { - "id": "70205", + "id": "5873", "type": "stop" }, { - "id": "70207", + "id": "5874", "type": "stop" }, { - "id": "70501", + "id": "5875", "type": "stop" }, { - "id": "70513", + "id": "5877", "type": "stop" }, { - "id": "70505", + "id": "5878", "type": "stop" }, { - "id": "70507", + "id": "5879", "type": "stop" }, { - "id": "70509", + "id": "5881", "type": "stop" }, { - "id": "70511", + "id": "5882", + "type": "stop" + }, + { + "id": "5883", + "type": "stop" + }, + { + "id": "5884", + "type": "stop" + }, + { + "id": "4728", + "type": "stop" + }, + { + "id": "5886", + "type": "stop" + }, + { + "id": "5887", + "type": "stop" + }, + { + "id": "5888", + "type": "stop" + }, + { + "id": "5889", + "type": "stop" + }, + { + "id": "5890", + "type": "stop" + }, + { + "id": "5891", + "type": "stop" + }, + { + "id": "5892", + "type": "stop" + }, + { + "id": "5893", + "type": "stop" + }, + { + "id": "6292", + "type": "stop" + }, + { + "id": "5894", + "type": "stop" + }, + { + "id": "5895", + "type": "stop" + }, + { + "id": "5896", + "type": "stop" + }, + { + "id": "5880", "type": "stop" } ] @@ -55576,38 +54203,38 @@ }, { "attributes": {}, - "id": "DB-2230-B0", + "id": "57", "links": { - "self": "/stops/DB-2230-B0" + "self": "/stops/57" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=DB-2230-B0" + "related": "/facilities/?filter[stop]=57" } }, "parent_station": { - "data": { - "id": "place-DB-2230", - "type": "stop" - } + "data": null }, "zone": { - "data": null + "data": { + "id": "LocalBus", + "type": "zone" + } } }, "type": "stop" }, { "attributes": {}, - "id": "56567", + "id": "4310", "links": { - "self": "/stops/56567" + "self": "/stops/4310" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=56567" + "related": "/facilities/?filter[stop]=4310" } }, "parent_station": { @@ -55624,14 +54251,14 @@ }, { "attributes": {}, - "id": "55600", + "id": "5784", "links": { - "self": "/stops/55600" + "self": "/stops/5784" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=55600" + "related": "/facilities/?filter[stop]=5784" } }, "parent_station": { @@ -55648,25 +54275,22 @@ }, { "attributes": {}, - "id": "70054", + "id": "2166", "links": { - "self": "/stops/70054" + "self": "/stops/2166" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70054" + "related": "/facilities/?filter[stop]=2166" } }, "parent_station": { - "data": { - "id": "place-sdmnl", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } @@ -55675,14 +54299,14 @@ }, { "attributes": {}, - "id": "9128", + "id": "3990", "links": { - "self": "/stops/9128" + "self": "/stops/3990" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9128" + "related": "/facilities/?filter[stop]=3990" } }, "parent_station": { @@ -55699,14 +54323,14 @@ }, { "attributes": {}, - "id": "4765", + "id": "2665", "links": { - "self": "/stops/4765" + "self": "/stops/2665" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4765" + "related": "/facilities/?filter[stop]=2665" } }, "parent_station": { @@ -55723,22 +54347,25 @@ }, { "attributes": {}, - "id": "2824", + "id": "70024", "links": { - "self": "/stops/2824" + "self": "/stops/70024" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2824" + "related": "/facilities/?filter[stop]=70024" } }, "parent_station": { - "data": null + "data": { + "id": "place-haecl", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -55747,14 +54374,14 @@ }, { "attributes": {}, - "id": "8449", + "id": "1322", "links": { - "self": "/stops/8449" + "self": "/stops/1322" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8449" + "related": "/facilities/?filter[stop]=1322" } }, "parent_station": { @@ -55771,14 +54398,14 @@ }, { "attributes": {}, - "id": "7337", + "id": "793", "links": { - "self": "/stops/7337" + "self": "/stops/793" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7337" + "related": "/facilities/?filter[stop]=793" } }, "parent_station": { @@ -55795,14 +54422,14 @@ }, { "attributes": {}, - "id": "3055", + "id": "904", "links": { - "self": "/stops/3055" + "self": "/stops/904" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3055" + "related": "/facilities/?filter[stop]=904" } }, "parent_station": { @@ -55819,14 +54446,14 @@ }, { "attributes": {}, - "id": "19182", + "id": "3316", "links": { - "self": "/stops/19182" + "self": "/stops/3316" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=19182" + "related": "/facilities/?filter[stop]=3316" } }, "parent_station": { @@ -55842,42 +54469,116 @@ "type": "stop" }, { - "attributes": {}, - "id": "70063", + "attributes": { + "direction_id": 1, + "headsign": "North Station" + }, + "id": "canonical-CR-Haverhill-C1-1", "links": { - "self": "/stops/70063" + "self": "/trips/canonical-CR-Haverhill-C1-1" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=70063" + "route": { + "data": { + "id": "CR-Haverhill", + "type": "route" } }, - "parent_station": { + "route_pattern": { "data": { - "id": "place-davis", - "type": "stop" + "id": "CR-Haverhill-C1-1", + "type": "route_pattern" } }, - "zone": { + "service": { "data": { - "id": "RapidTransit", - "type": "zone" + "id": "canonical", + "type": "service" + } + }, + "shape": { + "data": { + "id": "canonical-9820001", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "WR-0329-02", + "type": "stop" + }, + { + "id": "WR-0325-02", + "type": "stop" + }, + { + "id": "WR-0264-02", + "type": "stop" + }, + { + "id": "WR-0228-02", + "type": "stop" + }, + { + "id": "WR-0205-02", + "type": "stop" + }, + { + "id": "WR-0163-S", + "type": "stop" + }, + { + "id": "WR-0120-S", + "type": "stop" + }, + { + "id": "WR-0099-02", + "type": "stop" + }, + { + "id": "WR-0085-02", + "type": "stop" + }, + { + "id": "WR-0075-02", + "type": "stop" + }, + { + "id": "WR-0067-02", + "type": "stop" + }, + { + "id": "WR-0062-02", + "type": "stop" + }, + { + "id": "WR-0053-S", + "type": "stop" + }, + { + "id": "WR-0045-S", + "type": "stop" + }, + { + "id": "BNT-0000", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "1323", + "id": "1710", "links": { - "self": "/stops/1323" + "self": "/stops/1710" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1323" + "related": "/facilities/?filter[stop]=1710" } }, "parent_station": { @@ -55894,14 +54595,14 @@ }, { "attributes": {}, - "id": "111775", + "id": "5541", "links": { - "self": "/stops/111775" + "self": "/stops/5541" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=111775" + "related": "/facilities/?filter[stop]=5541" } }, "parent_station": { @@ -55918,14 +54619,14 @@ }, { "attributes": {}, - "id": "5967", + "id": "3531", "links": { - "self": "/stops/5967" + "self": "/stops/3531" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5967" + "related": "/facilities/?filter[stop]=3531" } }, "parent_station": { @@ -55942,14 +54643,14 @@ }, { "attributes": {}, - "id": "3571", + "id": "2462", "links": { - "self": "/stops/3571" + "self": "/stops/2462" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3571" + "related": "/facilities/?filter[stop]=2462" } }, "parent_station": { @@ -55965,67 +54666,63 @@ "type": "stop" }, { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Wolcott or Cleary Square", - "Forest Hills Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Wolcott or Cleary Square - Forest Hills Station", - "short_name": "32", - "sort_order": 50320, - "text_color": "000000", - "type": 3 - }, - "id": "32", + "attributes": {}, + "id": "4303", "links": { - "self": "/routes/32" + "self": "/stops/4303" }, "relationships": { - "line": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=4303" + } + }, + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "line-32", - "type": "line" + "id": "LocalBus", + "type": "zone" } } }, - "type": "route" + "type": "stop" }, { "attributes": {}, - "id": "9070005", + "id": "4825", "links": { - "self": "/stops/9070005" + "self": "/stops/4825" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9070005" + "related": "/facilities/?filter[stop]=4825" } }, "parent_station": { "data": null }, "zone": { - "data": null + "data": { + "id": "LocalBus", + "type": "zone" + } } }, "type": "stop" }, { "attributes": {}, - "id": "421", + "id": "81852", "links": { - "self": "/stops/421" + "self": "/stops/81852" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=421" + "related": "/facilities/?filter[stop]=81852" } }, "parent_station": { @@ -56042,14 +54739,14 @@ }, { "attributes": {}, - "id": "7293", + "id": "8144", "links": { - "self": "/stops/7293" + "self": "/stops/8144" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7293" + "related": "/facilities/?filter[stop]=8144" } }, "parent_station": { @@ -56066,14 +54763,95 @@ }, { "attributes": {}, - "id": "46", + "id": "70013", "links": { - "self": "/stops/46" + "self": "/stops/70013" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=46" + "related": "/facilities/?filter[stop]=70013" + } + }, + "parent_station": { + "data": { + "id": "place-masta", + "type": "stop" + } + }, + "zone": { + "data": { + "id": "RapidTransit", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "70160", + "links": { + "self": "/stops/70160" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=70160" + } + }, + "parent_station": { + "data": { + "id": "place-river", + "type": "stop" + } + }, + "zone": { + "data": { + "id": "RapidTransit", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "WML-0199-02", + "links": { + "self": "/stops/WML-0199-02" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=WML-0199-02" + } + }, + "parent_station": { + "data": { + "id": "place-WML-0199", + "type": "stop" + } + }, + "zone": { + "data": { + "id": "CR-zone-4", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "262", + "links": { + "self": "/stops/262" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=262" } }, "parent_station": { @@ -56090,14 +54868,14 @@ }, { "attributes": {}, - "id": "590", + "id": "4982", "links": { - "self": "/stops/590" + "self": "/stops/4982" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=590" + "related": "/facilities/?filter[stop]=4982" } }, "parent_station": { @@ -56114,14 +54892,14 @@ }, { "attributes": {}, - "id": "259", + "id": "8846", "links": { - "self": "/stops/259" + "self": "/stops/8846" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=259" + "related": "/facilities/?filter[stop]=8846" } }, "parent_station": { @@ -56138,14 +54916,14 @@ }, { "attributes": {}, - "id": "5497", + "id": "410", "links": { - "self": "/stops/5497" + "self": "/stops/410" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5497" + "related": "/facilities/?filter[stop]=410" } }, "parent_station": { @@ -56162,14 +54940,14 @@ }, { "attributes": {}, - "id": "3992", + "id": "6706", "links": { - "self": "/stops/3992" + "self": "/stops/6706" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3992" + "related": "/facilities/?filter[stop]=6706" } }, "parent_station": { @@ -56184,16 +54962,86 @@ }, "type": "stop" }, + { + "attributes": { + "direction_id": 1, + "headsign": "Central Wharf" + }, + "id": "Boat-F6-1720-Winthrop-BWN-01-Weekday-Summer-25", + "links": { + "self": "/trips/Boat-F6-1720-Winthrop-BWN-01-Weekday-Summer-25" + }, + "relationships": { + "route": { + "data": { + "id": "Boat-F6", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "Boat-F6-6-1", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "Boat-F6-Weekday-Summer-25", + "type": "service" + } + }, + "shape": { + "data": { + "id": "WinthropToCentralWharf-F", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "Boat-Winthrop", + "type": "stop" + }, + { + "id": "Boat-Aquarium", + "type": "stop" + } + ] + } + }, + "type": "trip" + }, + { + "attributes": {}, + "id": "9170153", + "links": { + "self": "/stops/9170153" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=9170153" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, { "attributes": {}, - "id": "1928", + "id": "5900", "links": { - "self": "/stops/1928" + "self": "/stops/5900" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1928" + "related": "/facilities/?filter[stop]=5900" } }, "parent_station": { @@ -56210,14 +55058,14 @@ }, { "attributes": {}, - "id": "8498", + "id": "6528", "links": { - "self": "/stops/8498" + "self": "/stops/6528" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8498" + "related": "/facilities/?filter[stop]=6528" } }, "parent_station": { @@ -56234,18 +55082,21 @@ }, { "attributes": {}, - "id": "91916", + "id": "38671", "links": { - "self": "/stops/91916" + "self": "/stops/38671" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=91916" + "related": "/facilities/?filter[stop]=38671" } }, "parent_station": { - "data": null + "data": { + "id": "place-brntn", + "type": "stop" + } }, "zone": { "data": { @@ -56258,14 +55109,14 @@ }, { "attributes": {}, - "id": "22671", + "id": "31916", "links": { - "self": "/stops/22671" + "self": "/stops/31916" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=22671" + "related": "/facilities/?filter[stop]=31916" } }, "parent_station": { @@ -56282,14 +55133,14 @@ }, { "attributes": {}, - "id": "3050", + "id": "2224", "links": { - "self": "/stops/3050" + "self": "/stops/2224" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3050" + "related": "/facilities/?filter[stop]=2224" } }, "parent_station": { @@ -56306,14 +55157,14 @@ }, { "attributes": {}, - "id": "11592", + "id": "1276", "links": { - "self": "/stops/11592" + "self": "/stops/1276" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=11592" + "related": "/facilities/?filter[stop]=1276" } }, "parent_station": { @@ -56328,40 +55179,101 @@ }, "type": "stop" }, + { + "attributes": { + "color": "7C878E", + "direction_destinations": [ + "Design Center", + "South Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Design Center - South Station", + "short_name": "SL2", + "sort_order": 10052, + "text_color": "FFFFFF", + "type": 3 + }, + "id": "742", + "links": { + "self": "/routes/742" + }, + "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, + "line": { + "data": { + "id": "line-SLWaterfront", + "type": "line" + } + } + }, + "type": "route" + }, { "attributes": {}, - "id": "ER-0168-B", + "id": "49999", "links": { - "self": "/stops/ER-0168-B" + "self": "/stops/49999" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=ER-0168-B" + "related": "/facilities/?filter[stop]=49999" } }, "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "place-ER-0168", - "type": "stop" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "11712", + "links": { + "self": "/stops/11712" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=11712" } }, - "zone": { + "parent_station": { "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } } }, "type": "stop" }, { "attributes": {}, - "id": "2394", + "id": "28746", "links": { - "self": "/stops/2394" + "self": "/stops/28746" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2394" + "related": "/facilities/?filter[stop]=28746" } }, "parent_station": { @@ -56378,14 +55290,14 @@ }, { "attributes": {}, - "id": "8867", + "id": "320", "links": { - "self": "/stops/8867" + "self": "/stops/320" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8867" + "related": "/facilities/?filter[stop]=320" } }, "parent_station": { @@ -56402,18 +55314,21 @@ }, { "attributes": {}, - "id": "1330", + "id": "29003", "links": { - "self": "/stops/1330" + "self": "/stops/29003" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1330" + "related": "/facilities/?filter[stop]=29003" } }, "parent_station": { - "data": null + "data": { + "id": "place-sull", + "type": "stop" + } }, "zone": { "data": { @@ -56426,14 +55341,14 @@ }, { "attributes": {}, - "id": "1891", + "id": "46268", "links": { - "self": "/stops/1891" + "self": "/stops/46268" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1891" + "related": "/facilities/?filter[stop]=46268" } }, "parent_station": { @@ -56449,180 +55364,66 @@ "type": "stop" }, { - "attributes": { - "direction_id": 0, - "headsign": "Northgate via Tomasello Way" - }, - "id": "62216249", + "attributes": {}, + "id": "70235", "links": { - "self": "/trips/62216249" + "self": "/stops/70235" }, "relationships": { - "route": { - "data": { - "id": "119", - "type": "route" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=70235" } }, - "route_pattern": { + "parent_station": { "data": { - "id": "119-3-0", - "type": "route_pattern" + "id": "place-engav", + "type": "stop" } }, - "service": { + "zone": { "data": { - "id": "SpringWeekday", - "type": "service" + "id": "RapidTransit", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "127", + "links": { + "self": "/stops/127" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=127" } }, - "shape": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "1190077", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "5819", - "type": "stop" - }, - { - "id": "15808", - "type": "stop" - }, - { - "id": "5821", - "type": "stop" - }, - { - "id": "5822", - "type": "stop" - }, - { - "id": "5823", - "type": "stop" - }, - { - "id": "5824", - "type": "stop" - }, - { - "id": "5825", - "type": "stop" - }, - { - "id": "5826", - "type": "stop" - }, - { - "id": "5827", - "type": "stop" - }, - { - "id": "5763", - "type": "stop" - }, - { - "id": "5837", - "type": "stop" - }, - { - "id": "5828", - "type": "stop" - }, - { - "id": "5829", - "type": "stop" - }, - { - "id": "5830", - "type": "stop" - }, - { - "id": "35830", - "type": "stop" - }, - { - "id": "45830", - "type": "stop" - }, - { - "id": "5831", - "type": "stop" - }, - { - "id": "45833", - "type": "stop" - }, - { - "id": "45834", - "type": "stop" - }, - { - "id": "6256", - "type": "stop" - }, - { - "id": "6257", - "type": "stop" - }, - { - "id": "6258", - "type": "stop" - }, - { - "id": "6259", - "type": "stop" - }, - { - "id": "6260", - "type": "stop" - }, - { - "id": "6262", - "type": "stop" - }, - { - "id": "7417", - "type": "stop" - }, - { - "id": "7412", - "type": "stop" - }, - { - "id": "7413", - "type": "stop" - }, - { - "id": "7414", - "type": "stop" - }, - { - "id": "45534", - "type": "stop" - }, - { - "id": "6267", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "423", + "id": "8242", "links": { - "self": "/stops/423" + "self": "/stops/8242" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=423" + "related": "/facilities/?filter[stop]=8242" } }, "parent_station": { @@ -56639,14 +55440,41 @@ }, { "attributes": {}, - "id": "5315", + "id": "17863", "links": { - "self": "/stops/5315" + "self": "/stops/17863" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5315" + "related": "/facilities/?filter[stop]=17863" + } + }, + "parent_station": { + "data": { + "id": "place-rugg", + "type": "stop" + } + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "3934", + "links": { + "self": "/stops/3934" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=3934" } }, "parent_station": { @@ -56663,186 +55491,46 @@ }, { "attributes": { - "direction_id": 0, - "headsign": "LaGrange & Corey" + "direction_id": 1, + "headsign": "Bridgewater (Shuttle)" }, - "id": "62145526_2", + "id": "BridgewaterMiddleboroughLakeville-1-sample", "links": { - "self": "/trips/62145526_2" + "self": "/trips/BridgewaterMiddleboroughLakeville-1-sample" }, "relationships": { "route": { "data": { - "id": "37", + "id": "Shuttle-BridgewaterMiddleboroughLakeville", "type": "route" } }, "route_pattern": { "data": { - "id": "37-D-0", + "id": "Shuttle-BridgewaterMiddleboroughLakeville-0-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "canonical", "type": "service" } }, "shape": { "data": { - "id": "370137-2", + "id": "MiddleboroughLakevilleToBridgewater-S", "type": "shape" } }, "stops": { "data": [ { - "id": "10642", - "type": "stop" - }, - { - "id": "596", - "type": "stop" - }, - { - "id": "597", - "type": "stop" - }, - { - "id": "598", - "type": "stop" - }, - { - "id": "599", - "type": "stop" - }, - { - "id": "600", - "type": "stop" - }, - { - "id": "601", - "type": "stop" - }, - { - "id": "602", - "type": "stop" - }, - { - "id": "797", - "type": "stop" - }, - { - "id": "798", - "type": "stop" - }, - { - "id": "799", - "type": "stop" - }, - { - "id": "800", - "type": "stop" - }, - { - "id": "801", - "type": "stop" - }, - { - "id": "802", - "type": "stop" - }, - { - "id": "803", - "type": "stop" - }, - { - "id": "804", - "type": "stop" - }, - { - "id": "805", - "type": "stop" - }, - { - "id": "806", - "type": "stop" - }, - { - "id": "807", - "type": "stop" - }, - { - "id": "808", - "type": "stop" - }, - { - "id": "845", - "type": "stop" - }, - { - "id": "846", - "type": "stop" - }, - { - "id": "847", - "type": "stop" - }, - { - "id": "848", - "type": "stop" - }, - { - "id": "849", - "type": "stop" - }, - { - "id": "850", - "type": "stop" - }, - { - "id": "851", - "type": "stop" - }, - { - "id": "852", - "type": "stop" - }, - { - "id": "853", - "type": "stop" - }, - { - "id": "833", - "type": "stop" - }, - { - "id": "834", - "type": "stop" - }, - { - "id": "835", - "type": "stop" - }, - { - "id": "836", - "type": "stop" - }, - { - "id": "837", - "type": "stop" - }, - { - "id": "41839", - "type": "stop" - }, - { - "id": "51839", + "id": "MM-0356-B0", "type": "stop" }, { - "id": "11839", + "id": "MM-0277-B0", "type": "stop" } ] @@ -56852,14 +55540,14 @@ }, { "attributes": {}, - "id": "4053", + "id": "5750", "links": { - "self": "/stops/4053" + "self": "/stops/5750" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4053" + "related": "/facilities/?filter[stop]=5750" } }, "parent_station": { @@ -56876,14 +55564,14 @@ }, { "attributes": {}, - "id": "4037", + "id": "7107", "links": { - "self": "/stops/4037" + "self": "/stops/7107" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4037" + "related": "/facilities/?filter[stop]=7107" } }, "parent_station": { @@ -56900,49 +55588,59 @@ }, { "attributes": {}, - "id": "9070152", + "id": "2293", "links": { - "self": "/stops/9070152" + "self": "/stops/2293" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9070152" + "related": "/facilities/?filter[stop]=2293" } }, "parent_station": { "data": null }, "zone": { - "data": null + "data": { + "id": "LocalBus", + "type": "zone" + } } }, "type": "stop" }, { - "attributes": { - "color": "FFC72C", - "long_name": "Malden Center - Sullivan via Winter Hill", - "short_name": "101", - "sort_order": 51010, - "text_color": "000000" - }, - "id": "line-101", + "attributes": {}, + "id": "9070076", "links": { - "self": "/lines/line-101" + "self": "/stops/9070076" }, - "type": "line" + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=9070076" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": null + } + }, + "type": "stop" }, { "attributes": {}, - "id": "15985", + "id": "14925", "links": { - "self": "/stops/15985" + "self": "/stops/14925" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=15985" + "related": "/facilities/?filter[stop]=14925" } }, "parent_station": { @@ -56959,14 +55657,14 @@ }, { "attributes": {}, - "id": "16316", + "id": "5786", "links": { - "self": "/stops/16316" + "self": "/stops/5786" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=16316" + "related": "/facilities/?filter[stop]=5786" } }, "parent_station": { @@ -56983,14 +55681,14 @@ }, { "attributes": {}, - "id": "3521", + "id": "2821", "links": { - "self": "/stops/3521" + "self": "/stops/2821" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3521" + "related": "/facilities/?filter[stop]=2821" } }, "parent_station": { @@ -57007,14 +55705,14 @@ }, { "attributes": {}, - "id": "6690", + "id": "3674", "links": { - "self": "/stops/6690" + "self": "/stops/3674" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6690" + "related": "/facilities/?filter[stop]=3674" } }, "parent_station": { @@ -57031,38 +55729,38 @@ }, { "attributes": {}, - "id": "121010", + "id": "Dedham Corp Center-S", "links": { - "self": "/stops/121010" + "self": "/stops/Dedham%20Corp%20Center-S" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=121010" + "related": "/facilities/?filter[stop]=Dedham%20Corp%20Center-S" } }, "parent_station": { - "data": null - }, - "zone": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "place-FB-0118", + "type": "stop" } + }, + "zone": { + "data": null } }, "type": "stop" }, { "attributes": {}, - "id": "1049", + "id": "8532", "links": { - "self": "/stops/1049" + "self": "/stops/8532" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1049" + "related": "/facilities/?filter[stop]=8532" } }, "parent_station": { @@ -57079,14 +55777,14 @@ }, { "attributes": {}, - "id": "3495", + "id": "2493", "links": { - "self": "/stops/3495" + "self": "/stops/2493" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3495" + "related": "/facilities/?filter[stop]=2493" } }, "parent_station": { @@ -57104,22 +55802,22 @@ { "attributes": { "direction_id": 1, - "headsign": "Medford/Tufts" + "headsign": "Brookline Hills (Shuttle)" }, - "id": "canonical-Green-E-C1-1", + "id": "BrooklineHillsRiverside-Weekday-9e586-1-00:00:00", "links": { - "self": "/trips/canonical-Green-E-C1-1" + "self": "/trips/BrooklineHillsRiverside-Weekday-9e586-1-00%3A00%3A00" }, "relationships": { "route": { "data": { - "id": "Green-E", + "id": "Shuttle-BrooklineHillsRiverside", "type": "route" } }, "route_pattern": { "data": { - "id": "Green-E-886-1", + "id": "Shuttle-BrooklineHillsRiverside-0-1", "type": "route_pattern" } }, @@ -57131,110 +55829,46 @@ }, "shape": { "data": { - "id": "canonical-8000015", + "id": "RiversideToBrooklineHills-S", "type": "shape" } }, "stops": { "data": [ { - "id": "70260", - "type": "stop" - }, - { - "id": "70258", - "type": "stop" - }, - { - "id": "70256", - "type": "stop" - }, - { - "id": "70254", - "type": "stop" - }, - { - "id": "70252", - "type": "stop" - }, - { - "id": "70250", - "type": "stop" - }, - { - "id": "70248", - "type": "stop" - }, - { - "id": "70246", - "type": "stop" - }, - { - "id": "70244", - "type": "stop" - }, - { - "id": "70242", - "type": "stop" - }, - { - "id": "70240", - "type": "stop" - }, - { - "id": "70154", - "type": "stop" - }, - { - "id": "70156", - "type": "stop" - }, - { - "id": "70158", - "type": "stop" - }, - { - "id": "70200", - "type": "stop" - }, - { - "id": "70201", - "type": "stop" - }, - { - "id": "70203", + "id": "9070160", "type": "stop" }, { - "id": "70205", + "id": "9070162", "type": "stop" }, { - "id": "70207", + "id": "9070164", "type": "stop" }, { - "id": "70501", + "id": "8153", "type": "stop" }, { - "id": "70513", + "id": "9070168", "type": "stop" }, { - "id": "70505", + "id": "9070170", "type": "stop" }, { - "id": "70507", + "id": "1984", "type": "stop" }, { - "id": "70509", + "id": "21917", "type": "stop" }, { - "id": "70511", + "id": "9170178", "type": "stop" } ] @@ -57242,16 +55876,30 @@ }, "type": "trip" }, + { + "attributes": { + "color": "FFC72C", + "long_name": "Rindge Avenue - Central Square, Cambridge", + "short_name": "83", + "sort_order": 50830, + "text_color": "000000" + }, + "id": "line-83", + "links": { + "self": "/lines/line-83" + }, + "type": "line" + }, { "attributes": {}, - "id": "2699", + "id": "7313", "links": { - "self": "/stops/2699" + "self": "/stops/7313" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2699" + "related": "/facilities/?filter[stop]=7313" } }, "parent_station": { @@ -57268,14 +55916,14 @@ }, { "attributes": {}, - "id": "9287", + "id": "2675", "links": { - "self": "/stops/9287" + "self": "/stops/2675" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9287" + "related": "/facilities/?filter[stop]=2675" } }, "parent_station": { @@ -57292,14 +55940,14 @@ }, { "attributes": {}, - "id": "7187", + "id": "4245", "links": { - "self": "/stops/7187" + "self": "/stops/4245" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7187" + "related": "/facilities/?filter[stop]=4245" } }, "parent_station": { @@ -57315,201 +55963,48 @@ "type": "stop" }, { - "attributes": { - "direction_id": 1, - "headsign": "Mattapan" - }, - "id": "62145411", + "attributes": {}, + "id": "6495", "links": { - "self": "/trips/62145411" + "self": "/stops/6495" }, "relationships": { - "route": { - "data": { - "id": "33", - "type": "route" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=6495" } }, - "route_pattern": { - "data": { - "id": "33-5-1", - "type": "route_pattern" - } + "parent_station": { + "data": null }, - "service": { + "zone": { "data": { - "id": "SpringWeekday", - "type": "service" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "109875", + "links": { + "self": "/stops/109875" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=109875" } }, - "shape": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "330159", - "type": "shape" - } - }, - "stops": { - "data": [ - { - "id": "18974", - "type": "stop" - }, - { - "id": "6512", - "type": "stop" - }, - { - "id": "6513", - "type": "stop" - }, - { - "id": "6514", - "type": "stop" - }, - { - "id": "6515", - "type": "stop" - }, - { - "id": "6516", - "type": "stop" - }, - { - "id": "6517", - "type": "stop" - }, - { - "id": "6519", - "type": "stop" - }, - { - "id": "6522", - "type": "stop" - }, - { - "id": "6523", - "type": "stop" - }, - { - "id": "6524", - "type": "stop" - }, - { - "id": "6526", - "type": "stop" - }, - { - "id": "6527", - "type": "stop" - }, - { - "id": "6528", - "type": "stop" - }, - { - "id": "6529", - "type": "stop" - }, - { - "id": "56567", - "type": "stop" - }, - { - "id": "75467", - "type": "stop" - }, - { - "id": "26466", - "type": "stop" - }, - { - "id": "36466", - "type": "stop" - }, - { - "id": "6357", - "type": "stop" - }, - { - "id": "16358", - "type": "stop" - }, - { - "id": "6359", - "type": "stop" - }, - { - "id": "6360", - "type": "stop" - }, - { - "id": "16360", - "type": "stop" - }, - { - "id": "6361", - "type": "stop" - }, - { - "id": "6362", - "type": "stop" - }, - { - "id": "63621", - "type": "stop" - }, - { - "id": "6364", - "type": "stop" - }, - { - "id": "16364", - "type": "stop" - }, - { - "id": "6365", - "type": "stop" - }, - { - "id": "16365", - "type": "stop" - }, - { - "id": "6366", - "type": "stop" - }, - { - "id": "1721", - "type": "stop" - }, - { - "id": "185", - "type": "stop" - } - ] - } - }, - "type": "trip" - }, - { - "attributes": {}, - "id": "13852", - "links": { - "self": "/stops/13852" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=13852" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" + "id": "LocalBus", + "type": "zone" } } }, @@ -57517,14 +56012,14 @@ }, { "attributes": {}, - "id": "6735", + "id": "8692", "links": { - "self": "/stops/6735" + "self": "/stops/8692" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6735" + "related": "/facilities/?filter[stop]=8692" } }, "parent_station": { @@ -57542,22 +56037,22 @@ { "attributes": { "direction_id": 1, - "headsign": "Harvard (Shuttle)" + "headsign": "Back Bay (Shuttle)" }, - "id": "HarvardSouthStation-1-sample", + "id": "GreenCGovernmentCenterKenmore-1-sample", "links": { - "self": "/trips/HarvardSouthStation-1-sample" + "self": "/trips/GreenCGovernmentCenterKenmore-1-sample" }, "relationships": { "route": { "data": { - "id": "Shuttle-HarvardSouthStation", + "id": "Shuttle-CopleyKenmore", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-HarvardSouthStation-0-1", + "id": "Shuttle-CopleyKenmore-0-1", "type": "route_pattern" } }, @@ -57569,34 +56064,18 @@ }, "shape": { "data": { - "id": "SouthStationToHarvard-S", + "id": "KenmoreToCopley-S", "type": "shape" } }, "stops": { "data": [ { - "id": "892", - "type": "stop" - }, - { - "id": "4510", - "type": "stop" - }, - { - "id": "9070074", - "type": "stop" - }, - { - "id": "9070071", - "type": "stop" - }, - { - "id": "102", + "id": "9070150", "type": "stop" }, { - "id": "110", + "id": "71855", "type": "stop" } ] @@ -57605,185 +56084,66 @@ "type": "trip" }, { - "attributes": { - "direction_id": 0, - "headsign": "Saint Mary's Street (Shuttle)" - }, - "id": "GovernmentCenterSaintMarysStreetBackBay-0-sample", + "attributes": {}, + "id": "NEC-2237-03", "links": { - "self": "/trips/GovernmentCenterSaintMarysStreetBackBay-0-sample" + "self": "/stops/NEC-2237-03" }, "relationships": { - "route": { - "data": { - "id": "Shuttle-BackBayStMarys", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Shuttle-BackBayStMarys-0-0", - "type": "route_pattern" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=NEC-2237-03" } }, - "service": { + "parent_station": { "data": { - "id": "canonical", - "type": "service" + "id": "place-forhl", + "type": "stop" } }, - "shape": { + "zone": { "data": { - "id": "BackBayToSaintMary-S", - "type": "shape" + "id": "CR-zone-1A", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "178", - "type": "stop" - }, - { - "id": "93", - "type": "stop" - }, - { - "id": "9070151", - "type": "stop" - }, - { - "id": "9170211", - "type": "stop" - }, - { - "id": "9070212", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { - "attributes": { - "direction_id": 0, - "headsign": "Ashmont" - }, - "id": "canonical-Red-C2-0", + "attributes": {}, + "id": "3957", "links": { - "self": "/trips/canonical-Red-C2-0" + "self": "/stops/3957" }, "relationships": { - "route": { - "data": { - "id": "Red", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Red-1-0", - "type": "route_pattern" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=3957" } }, - "service": { - "data": { - "id": "canonical", - "type": "service" - } + "parent_station": { + "data": null }, - "shape": { + "zone": { "data": { - "id": "canonical-931_0009", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "70061", - "type": "stop" - }, - { - "id": "70063", - "type": "stop" - }, - { - "id": "70065", - "type": "stop" - }, - { - "id": "70067", - "type": "stop" - }, - { - "id": "70069", - "type": "stop" - }, - { - "id": "70071", - "type": "stop" - }, - { - "id": "70073", - "type": "stop" - }, - { - "id": "70075", - "type": "stop" - }, - { - "id": "70077", - "type": "stop" - }, - { - "id": "70079", - "type": "stop" - }, - { - "id": "70081", - "type": "stop" - }, - { - "id": "70083", - "type": "stop" - }, - { - "id": "70085", - "type": "stop" - }, - { - "id": "70087", - "type": "stop" - }, - { - "id": "70089", - "type": "stop" - }, - { - "id": "70091", - "type": "stop" - }, - { - "id": "70093", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "1317", + "id": "561", "links": { - "self": "/stops/1317" + "self": "/stops/561" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1317" + "related": "/facilities/?filter[stop]=561" } }, "parent_station": { @@ -57800,22 +56160,25 @@ }, { "attributes": {}, - "id": "3216", + "id": "70213", "links": { - "self": "/stops/3216" + "self": "/stops/70213" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3216" + "related": "/facilities/?filter[stop]=70213" } }, "parent_station": { - "data": null + "data": { + "id": "place-hwsst", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -57825,164 +56188,77 @@ { "attributes": { "direction_id": 0, - "headsign": "Jackson Square" + "headsign": "Wickford Junction" }, - "id": "61392889", + "id": "SouthWKDYF24-710167-827", "links": { - "self": "/trips/61392889" + "self": "/trips/SouthWKDYF24-710167-827" }, "relationships": { "route": { "data": { - "id": "44", + "id": "CR-Providence", "type": "route" } }, "route_pattern": { "data": { - "id": "44-2-0", + "id": "CR-Providence-a9a49f44-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "FALL 2024-SOUTHWKD-Weekday-1-Scbbf1ea5", "type": "service" } }, "shape": { "data": { - "id": "440148", + "id": "9890009", "type": "shape" } }, "stops": { "data": [ { - "id": "1346", - "type": "stop" - }, - { - "id": "1350", - "type": "stop" - }, - { - "id": "1351", - "type": "stop" - }, - { - "id": "1352", - "type": "stop" - }, - { - "id": "1353", - "type": "stop" - }, - { - "id": "1354", - "type": "stop" - }, - { - "id": "1742", - "type": "stop" - }, - { - "id": "1743", + "id": "NEC-2287", "type": "stop" }, { - "id": "1188", + "id": "NEC-2276-01", "type": "stop" }, { - "id": "1215", + "id": "NEC-2265-01", "type": "stop" }, { - "id": "1216", + "id": "NEC-2108-01", "type": "stop" }, { - "id": "11531", - "type": "stop" - } - ] - } - }, - "type": "trip" - }, - { - "attributes": { - "color": "FFC72C", - "long_name": "Liberty Tree Mall or Peabody - Central Square, Lynn or Neptune Towers", - "short_name": "434/435/436", - "sort_order": 54340, - "text_color": "000000" - }, - "id": "line-434435436", - "links": { - "self": "/lines/line-434435436" - }, - "type": "line" - }, - { - "attributes": { - "direction_id": 1, - "headsign": "South Station (Shuttle)" - }, - "id": "FraminghamSouthStationExpressShuttle-1-sample", - "links": { - "self": "/trips/FraminghamSouthStationExpressShuttle-1-sample" - }, - "relationships": { - "route": { - "data": { - "id": "Shuttle-FraminghamSouthStationExpress", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Shuttle-FraminghamSouthStationExpress-0-1", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "canonical", - "type": "service" - } - }, - "shape": { - "data": { - "id": "FraminghamToSouthStation-S", - "type": "shape" - } - }, - "stops": { - "data": [ - { - "id": "WML-0214-B", + "id": "NEC-2040-01", "type": "stop" }, { - "id": "WML-0199-B1", + "id": "NEC-1969-03", "type": "stop" }, { - "id": "WML-0177-B1", + "id": "NEC-1891-01", "type": "stop" }, { - "id": "WML-0147-B1", + "id": "NEC-1851-03", "type": "stop" }, { - "id": "WML-0135-B1", + "id": "NEC-1768-03", "type": "stop" }, { - "id": "NEC-2287-B", + "id": "NEC-1659-03", "type": "stop" } ] @@ -57992,14 +56268,14 @@ }, { "attributes": {}, - "id": "8526", + "id": "31918", "links": { - "self": "/stops/8526" + "self": "/stops/31918" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8526" + "related": "/facilities/?filter[stop]=31918" } }, "parent_station": { @@ -58016,14 +56292,14 @@ }, { "attributes": {}, - "id": "7576", + "id": "21248", "links": { - "self": "/stops/7576" + "self": "/stops/21248" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7576" + "related": "/facilities/?filter[stop]=21248" } }, "parent_station": { @@ -58038,55 +56314,27 @@ }, "type": "stop" }, - { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "City Point", - "Copley Square" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "City Point - Copley Square", - "short_name": "10", - "sort_order": 50100, - "text_color": "000000", - "type": 3 - }, - "id": "10", - "links": { - "self": "/routes/10" - }, - "relationships": { - "line": { - "data": { - "id": "line-10", - "type": "line" - } - } - }, - "type": "route" - }, { "attributes": {}, - "id": "5388", + "id": "70017", "links": { - "self": "/stops/5388" + "self": "/stops/70017" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5388" + "related": "/facilities/?filter[stop]=70017" } }, "parent_station": { - "data": null + "data": { + "id": "place-tumnl", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -58095,14 +56343,14 @@ }, { "attributes": {}, - "id": "3114", + "id": "8176", "links": { - "self": "/stops/3114" + "self": "/stops/8176" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3114" + "related": "/facilities/?filter[stop]=8176" } }, "parent_station": { @@ -58119,14 +56367,14 @@ }, { "attributes": {}, - "id": "3866", + "id": "2418", "links": { - "self": "/stops/3866" + "self": "/stops/2418" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3866" + "related": "/facilities/?filter[stop]=2418" } }, "parent_station": { @@ -58142,377 +56390,39 @@ "type": "stop" }, { - "attributes": { - "direction_id": 0, - "headsign": "Ashmont (Shuttle)" - }, - "id": "AshmontParkStreetViaPostOffice-Weekday-1d548-0-00:00:00", - "links": { - "self": "/trips/AshmontParkStreetViaPostOffice-Weekday-1d548-0-00%3A00%3A00" - }, - "relationships": { - "route": { - "data": { - "id": "Shuttle-AshmontParkStreetViaPostOffice", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Shuttle-AshmontParkStreetViaPostOffice-0-0", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "canonical", - "type": "service" - } - }, - "shape": { - "data": { - "id": "ParkStreetToAshmontViaPostOffice-S", - "type": "shape" - } - }, - "stops": { - "data": [ - { - "id": "10000", - "type": "stop" - }, - { - "id": "6564", - "type": "stop" - }, - { - "id": "151", - "type": "stop" - }, - { - "id": "9070083", - "type": "stop" - }, - { - "id": "121", - "type": "stop" - }, - { - "id": "90311", - "type": "stop" - }, - { - "id": "34503", - "type": "stop" - }, - { - "id": "329", - "type": "stop" - }, - { - "id": "334", - "type": "stop" - } - ] - } - }, - "type": "trip" - }, - { - "attributes": { - "direction_id": 1, - "headsign": "Central Square via Square One Mall" - }, - "id": "62216428", + "attributes": {}, + "id": "6624", "links": { - "self": "/trips/62216428" + "self": "/stops/6624" }, "relationships": { - "route": { - "data": { - "id": "429", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "429-2-1", - "type": "route_pattern" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=6624" } }, - "service": { - "data": { - "id": "SpringWeekday", - "type": "service" - } + "parent_station": { + "data": null }, - "shape": { + "zone": { "data": { - "id": "4290262", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "6267", - "type": "stop" - }, - { - "id": "7415", - "type": "stop" - }, - { - "id": "7417", - "type": "stop" - }, - { - "id": "7418", - "type": "stop" - }, - { - "id": "7419", - "type": "stop" - }, - { - "id": "17419", - "type": "stop" - }, - { - "id": "7420", - "type": "stop" - }, - { - "id": "7422", - "type": "stop" - }, - { - "id": "17422", - "type": "stop" - }, - { - "id": "7423", - "type": "stop" - }, - { - "id": "7424", - "type": "stop" - }, - { - "id": "7426", - "type": "stop" - }, - { - "id": "7427", - "type": "stop" - }, - { - "id": "7428", - "type": "stop" - }, - { - "id": "7516", - "type": "stop" - }, - { - "id": "7517", - "type": "stop" - }, - { - "id": "7518", - "type": "stop" - }, - { - "id": "7519", - "type": "stop" - }, - { - "id": "7520", - "type": "stop" - }, - { - "id": "7521", - "type": "stop" - }, - { - "id": "7522", - "type": "stop" - }, - { - "id": "7523", - "type": "stop" - }, - { - "id": "7525", - "type": "stop" - }, - { - "id": "47526", - "type": "stop" - }, - { - "id": "47527", - "type": "stop" - }, - { - "id": "7529", - "type": "stop" - }, - { - "id": "67202", - "type": "stop" - }, - { - "id": "6727", - "type": "stop" - }, - { - "id": "6729", - "type": "stop" - }, - { - "id": "16730", - "type": "stop" - }, - { - "id": "6733", - "type": "stop" - }, - { - "id": "6734", - "type": "stop" - }, - { - "id": "16734", - "type": "stop" - }, - { - "id": "26734", - "type": "stop" - }, - { - "id": "46734", - "type": "stop" - }, - { - "id": "6701", - "type": "stop" - }, - { - "id": "6702", - "type": "stop" - }, - { - "id": "6704", - "type": "stop" - }, - { - "id": "6742", - "type": "stop" - }, - { - "id": "6744", - "type": "stop" - }, - { - "id": "6746", - "type": "stop" - }, - { - "id": "6747", - "type": "stop" - }, - { - "id": "6749", - "type": "stop" - }, - { - "id": "6751", - "type": "stop" - }, - { - "id": "6752", - "type": "stop" - }, - { - "id": "6754", - "type": "stop" - }, - { - "id": "6755", - "type": "stop" - }, - { - "id": "6756", - "type": "stop" - }, - { - "id": "6757", - "type": "stop" - }, - { - "id": "6758", - "type": "stop" - }, - { - "id": "6760", - "type": "stop" - }, - { - "id": "6761", - "type": "stop" - }, - { - "id": "6762", - "type": "stop" - }, - { - "id": "6764", - "type": "stop" - }, - { - "id": "7309", - "type": "stop" - }, - { - "id": "7310", - "type": "stop" - }, - { - "id": "7311", - "type": "stop" - }, - { - "id": "7312", - "type": "stop" - }, - { - "id": "6827", - "type": "stop" - }, - { - "id": "6773", - "type": "stop" - }, - { - "id": "14748", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "924", + "id": "5417", "links": { - "self": "/stops/924" + "self": "/stops/5417" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=924" + "related": "/facilities/?filter[stop]=5417" } }, "parent_station": { @@ -58529,46 +56439,46 @@ }, { "attributes": {}, - "id": "5099", + "id": "9070004", "links": { - "self": "/stops/5099" + "self": "/stops/9070004" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5099" + "related": "/facilities/?filter[stop]=9070004" } }, "parent_station": { "data": null }, "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } + "data": null } }, "type": "stop" }, { "attributes": {}, - "id": "89613", + "id": "FB-0109-01", "links": { - "self": "/stops/89613" + "self": "/stops/FB-0109-01" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=89613" + "related": "/facilities/?filter[stop]=FB-0109-01" } }, "parent_station": { - "data": null + "data": { + "id": "place-FB-0109", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "CR-zone-2", "type": "zone" } } @@ -58577,14 +56487,14 @@ }, { "attributes": {}, - "id": "1657", + "id": "236", "links": { - "self": "/stops/1657" + "self": "/stops/236" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1657" + "related": "/facilities/?filter[stop]=236" } }, "parent_station": { @@ -58601,14 +56511,14 @@ }, { "attributes": {}, - "id": "3851", + "id": "2305", "links": { - "self": "/stops/3851" + "self": "/stops/2305" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3851" + "related": "/facilities/?filter[stop]=2305" } }, "parent_station": { @@ -58625,25 +56535,22 @@ }, { "attributes": {}, - "id": "FR-0451-02", + "id": "1508", "links": { - "self": "/stops/FR-0451-02" + "self": "/stops/1508" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=FR-0451-02" + "related": "/facilities/?filter[stop]=1508" } }, "parent_station": { - "data": { - "id": "place-FR-0451", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "CR-zone-8", + "id": "LocalBus", "type": "zone" } } @@ -58652,14 +56559,14 @@ }, { "attributes": {}, - "id": "57", + "id": "556", "links": { - "self": "/stops/57" + "self": "/stops/556" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=57" + "related": "/facilities/?filter[stop]=556" } }, "parent_station": { @@ -58676,22 +56583,25 @@ }, { "attributes": {}, - "id": "24619", + "id": "70269", "links": { - "self": "/stops/24619" + "self": "/stops/70269" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=24619" + "related": "/facilities/?filter[stop]=70269" } }, "parent_station": { - "data": null + "data": { + "id": "place-cenav", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -58700,14 +56610,14 @@ }, { "attributes": {}, - "id": "7170", + "id": "951", "links": { - "self": "/stops/7170" + "self": "/stops/951" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7170" + "related": "/facilities/?filter[stop]=951" } }, "parent_station": { @@ -58724,14 +56634,14 @@ }, { "attributes": {}, - "id": "3687", + "id": "4849", "links": { - "self": "/stops/3687" + "self": "/stops/4849" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3687" + "related": "/facilities/?filter[stop]=4849" } }, "parent_station": { @@ -58748,25 +56658,22 @@ }, { "attributes": {}, - "id": "FR-0034-01", + "id": "2419", "links": { - "self": "/stops/FR-0034-01" + "self": "/stops/2419" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=FR-0034-01" + "related": "/facilities/?filter[stop]=2419" } }, "parent_station": { - "data": { - "id": "place-portr", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "CR-zone-1A", + "id": "LocalBus", "type": "zone" } } @@ -58775,14 +56682,14 @@ }, { "attributes": {}, - "id": "83091", + "id": "8849", "links": { - "self": "/stops/83091" + "self": "/stops/8849" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=83091" + "related": "/facilities/?filter[stop]=8849" } }, "parent_station": { @@ -58799,14 +56706,14 @@ }, { "attributes": {}, - "id": "7192", + "id": "10625", "links": { - "self": "/stops/7192" + "self": "/stops/10625" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7192" + "related": "/facilities/?filter[stop]=10625" } }, "parent_station": { @@ -58822,63 +56729,68 @@ "type": "stop" }, { - "attributes": {}, - "id": "8307", + "attributes": { + "direction_id": 0, + "headsign": "Government Center (Shuttle)" + }, + "id": "GreenDGovernmentCenterNorthStationViaGLShuttles-0-sample", "links": { - "self": "/stops/8307" + "self": "/trips/GreenDGovernmentCenterNorthStationViaGLShuttles-0-sample" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=8307" + "route": { + "data": { + "id": "Shuttle-GovernmentCenterNorthStation", + "type": "route" } }, - "parent_station": { - "data": null - }, - "zone": { + "route_pattern": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "9117", - "links": { - "self": "/stops/9117" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=9117" + "id": "Shuttle-GovernmentCenterNorthStation-0-0", + "type": "route_pattern" } }, - "parent_station": { - "data": null + "service": { + "data": { + "id": "canonical", + "type": "service" + } }, - "zone": { + "shape": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "NorthStationToGovernmentCenter-S", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "9070026", + "type": "stop" + }, + { + "id": "9070024", + "type": "stop" + }, + { + "id": "4510", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "1421", + "id": "569", "links": { - "self": "/stops/1421" + "self": "/stops/569" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1421" + "related": "/facilities/?filter[stop]=569" } }, "parent_station": { @@ -58895,69 +56807,41 @@ }, { "attributes": {}, - "id": "30294", + "id": "WML-0364-01", "links": { - "self": "/stops/30294" + "self": "/stops/WML-0364-01" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=30294" + "related": "/facilities/?filter[stop]=WML-0364-01" } }, "parent_station": { - "data": null + "data": { + "id": "place-WML-0364", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "CR-zone-8", "type": "zone" } } }, "type": "stop" }, - { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Saugus Center", - "Malden Center Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Saugus Center - Malden Center Station", - "short_name": "430", - "sort_order": 54300, - "text_color": "000000", - "type": 3 - }, - "id": "430", - "links": { - "self": "/routes/430" - }, - "relationships": { - "line": { - "data": { - "id": "line-411430", - "type": "line" - } - } - }, - "type": "route" - }, { "attributes": {}, - "id": "30620", + "id": "3594", "links": { - "self": "/stops/30620" + "self": "/stops/3594" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=30620" + "related": "/facilities/?filter[stop]=3594" } }, "parent_station": { @@ -58974,38 +56858,41 @@ }, { "attributes": {}, - "id": "FR-0167-B", + "id": "70051", "links": { - "self": "/stops/FR-0167-B" + "self": "/stops/70051" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=FR-0167-B" + "related": "/facilities/?filter[stop]=70051" } }, "parent_station": { "data": { - "id": "place-FR-0167", + "id": "place-orhte", "type": "stop" } }, "zone": { - "data": null + "data": { + "id": "RapidTransit", + "type": "zone" + } } }, "type": "stop" }, { "attributes": {}, - "id": "2158", + "id": "16358", "links": { - "self": "/stops/2158" + "self": "/stops/16358" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2158" + "related": "/facilities/?filter[stop]=16358" } }, "parent_station": { @@ -59022,14 +56909,14 @@ }, { "attributes": {}, - "id": "2283", + "id": "6835", "links": { - "self": "/stops/2283" + "self": "/stops/6835" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2283" + "related": "/facilities/?filter[stop]=6835" } }, "parent_station": { @@ -59047,205 +56934,181 @@ { "attributes": { "direction_id": 1, - "headsign": "Boston (Express) via Woburn" + "headsign": "Newton Corner" }, - "id": "61869281", + "id": "66645938", "links": { - "self": "/trips/61869281" + "self": "/trips/66645938" }, "relationships": { "route": { "data": { - "id": "354", + "id": "556", "type": "route" } }, "route_pattern": { "data": { - "id": "354-4-1", + "id": "556-6-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "3540147", + "id": "5560067", "type": "shape" } }, "stops": { "data": [ { - "id": "6902", - "type": "stop" - }, - { - "id": "8229", - "type": "stop" - }, - { - "id": "8230", - "type": "stop" - }, - { - "id": "8231", - "type": "stop" - }, - { - "id": "8232", - "type": "stop" - }, - { - "id": "8233", - "type": "stop" - }, - { - "id": "8234", + "id": "7724", "type": "stop" }, { - "id": "8235", + "id": "77241", "type": "stop" }, { - "id": "8236", + "id": "77242", "type": "stop" }, { - "id": "8237", + "id": "77243", "type": "stop" }, { - "id": "8239", + "id": "77244", "type": "stop" }, { - "id": "18239", + "id": "77245", "type": "stop" }, { - "id": "8240", + "id": "86940", "type": "stop" }, { - "id": "8241", + "id": "869411", "type": "stop" }, { - "id": "8242", + "id": "883321", "type": "stop" }, { - "id": "8243", + "id": "88333", "type": "stop" }, { - "id": "8244", + "id": "17813", "type": "stop" }, { - "id": "18244", + "id": "7813", "type": "stop" }, { - "id": "8245", + "id": "7814", "type": "stop" }, { - "id": "8247", + "id": "78451", "type": "stop" }, { - "id": "82471", + "id": "78452", "type": "stop" }, { - "id": "49816", + "id": "77375", "type": "stop" }, { - "id": "49817", + "id": "77376", "type": "stop" }, { - "id": "49823", + "id": "77377", "type": "stop" }, { - "id": "49824", + "id": "77378", "type": "stop" }, { - "id": "9125", + "id": "77379", "type": "stop" }, { - "id": "49826", + "id": "7738", "type": "stop" }, { - "id": "49827", + "id": "7739", "type": "stop" }, { - "id": "49828", + "id": "7740", "type": "stop" }, { - "id": "4982", + "id": "7741", "type": "stop" }, { - "id": "49829", + "id": "7743", "type": "stop" }, { - "id": "49831", + "id": "7744", "type": "stop" }, { - "id": "49832", + "id": "8189", "type": "stop" }, { - "id": "49834", + "id": "82851", "type": "stop" }, { - "id": "49836", + "id": "7631", "type": "stop" }, { - "id": "49837", + "id": "7632", "type": "stop" }, { - "id": "49838", + "id": "76431", "type": "stop" }, { - "id": "49839", + "id": "7633", "type": "stop" }, { - "id": "49841", + "id": "7634", "type": "stop" }, { - "id": "49842", + "id": "7635", "type": "stop" }, { - "id": "45003", + "id": "19031", "type": "stop" }, { - "id": "65", + "id": "903", "type": "stop" } ] @@ -59255,14 +57118,14 @@ }, { "attributes": {}, - "id": "7178", + "id": "71", "links": { - "self": "/stops/7178" + "self": "/stops/71" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7178" + "related": "/facilities/?filter[stop]=71" } }, "parent_station": { @@ -59279,25 +57142,22 @@ }, { "attributes": {}, - "id": "FR-0034-02", + "id": "78218", "links": { - "self": "/stops/FR-0034-02" + "self": "/stops/78218" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=FR-0034-02" + "related": "/facilities/?filter[stop]=78218" } }, "parent_station": { - "data": { - "id": "place-portr", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "CR-zone-1A", + "id": "LocalBus", "type": "zone" } } @@ -59305,63 +57165,245 @@ "type": "stop" }, { - "attributes": {}, - "id": "161", + "attributes": { + "direction_id": 1, + "headsign": "Wellington via Gateway Center" + }, + "id": "67134850", "links": { - "self": "/stops/161" + "self": "/trips/67134850" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=161" + "route": { + "data": { + "id": "99", + "type": "route" } }, - "parent_station": { - "data": null + "route_pattern": { + "data": { + "id": "99-8-1", + "type": "route_pattern" + } }, - "zone": { + "service": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "BUS12025-hbg15tp6-Saturday-02", + "type": "service" + } + }, + "shape": { + "data": { + "id": "990173", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "15058", + "type": "stop" + }, + { + "id": "15060", + "type": "stop" + }, + { + "id": "15061", + "type": "stop" + }, + { + "id": "5059", + "type": "stop" + }, + { + "id": "45059", + "type": "stop" + }, + { + "id": "5060", + "type": "stop" + }, + { + "id": "5061", + "type": "stop" + }, + { + "id": "5062", + "type": "stop" + }, + { + "id": "5079", + "type": "stop" + }, + { + "id": "45079", + "type": "stop" + }, + { + "id": "5080", + "type": "stop" + }, + { + "id": "45080", + "type": "stop" + }, + { + "id": "5081", + "type": "stop" + }, + { + "id": "5066", + "type": "stop" + }, + { + "id": "5067", + "type": "stop" + }, + { + "id": "5068", + "type": "stop" + }, + { + "id": "5069", + "type": "stop" + }, + { + "id": "5070", + "type": "stop" + }, + { + "id": "5327", + "type": "stop" + }, + { + "id": "5289", + "type": "stop" + }, + { + "id": "5373", + "type": "stop" + }, + { + "id": "5374", + "type": "stop" + }, + { + "id": "5447", + "type": "stop" + }, + { + "id": "5449", + "type": "stop" + }, + { + "id": "5395", + "type": "stop" + }, + { + "id": "5396", + "type": "stop" + }, + { + "id": "5397", + "type": "stop" + }, + { + "id": "5398", + "type": "stop" + }, + { + "id": "5399", + "type": "stop" + }, + { + "id": "5400", + "type": "stop" + }, + { + "id": "5401", + "type": "stop" + }, + { + "id": "5403", + "type": "stop" + }, + { + "id": "5404", + "type": "stop" + }, + { + "id": "5561", + "type": "stop" + }, + { + "id": "55631", + "type": "stop" + }, + { + "id": "55632", + "type": "stop" + }, + { + "id": "6569", + "type": "stop" + }, + { + "id": "52720", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { - "attributes": {}, - "id": "5351", + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Wolcott or Cleary Square", + "Forest Hills Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Wolcott or Cleary Square - Forest Hills Station", + "short_name": "32", + "sort_order": 50320, + "text_color": "000000", + "type": 3 + }, + "id": "32", "links": { - "self": "/stops/5351" + "self": "/routes/32" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=5351" + "agency": { + "data": { + "id": "1", + "type": "agency" } }, - "parent_station": { - "data": null - }, - "zone": { + "line": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "line-32", + "type": "line" } } }, - "type": "stop" + "type": "route" }, { "attributes": {}, - "id": "45378", + "id": "9023", "links": { - "self": "/stops/45378" + "self": "/stops/9023" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=45378" + "related": "/facilities/?filter[stop]=9023" } }, "parent_station": { @@ -59378,14 +57420,14 @@ }, { "attributes": {}, - "id": "4916", + "id": "8805", "links": { - "self": "/stops/4916" + "self": "/stops/8805" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4916" + "related": "/facilities/?filter[stop]=8805" } }, "parent_station": { @@ -59402,14 +57444,14 @@ }, { "attributes": {}, - "id": "76479", + "id": "12614", "links": { - "self": "/stops/76479" + "self": "/stops/12614" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=76479" + "related": "/facilities/?filter[stop]=12614" } }, "parent_station": { @@ -59424,123 +57466,40 @@ }, "type": "stop" }, - { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Malden Center Station", - "Sullivan Square Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Malden Center Station - Sullivan Square Station via Ferry Street", - "short_name": "104", - "sort_order": 51040, - "text_color": "000000", - "type": 3 - }, - "id": "104", - "links": { - "self": "/routes/104" - }, - "relationships": { - "line": { - "data": { - "id": "line-104109", - "type": "line" - } - } - }, - "type": "route" - }, - { - "attributes": { - "color": "80276C", - "direction_destinations": [ - "Wachusett", - "North Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Fitchburg Line", - "short_name": "", - "sort_order": 20002, - "text_color": "FFFFFF", - "type": 2 - }, - "id": "CR-Fitchburg", - "links": { - "self": "/routes/CR-Fitchburg" - }, - "relationships": { - "line": { - "data": { - "id": "line-Fitchburg", - "type": "line" - } - } - }, - "type": "route" - }, { "attributes": {}, - "id": "9070076", + "id": "NB-0080-B2", "links": { - "self": "/stops/9070076" + "self": "/stops/NB-0080-B2" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9070076" + "related": "/facilities/?filter[stop]=NB-0080-B2" } }, "parent_station": { - "data": null - }, - "zone": { - "data": null - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "2408", - "links": { - "self": "/stops/2408" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=2408" + "data": { + "id": "place-NB-0080", + "type": "stop" } }, - "parent_station": { - "data": null - }, "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } + "data": null } }, "type": "stop" }, { "attributes": {}, - "id": "5286", + "id": "5084", "links": { - "self": "/stops/5286" + "self": "/stops/5084" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5286" + "related": "/facilities/?filter[stop]=5084" } }, "parent_station": { @@ -59558,349 +57517,253 @@ { "attributes": { "direction_id": 0, - "headsign": "Avon Square" + "headsign": "Charles River Loop" }, - "id": "61929338", + "id": "67251544", "links": { - "self": "/trips/61929338" + "self": "/trips/67251544" }, "relationships": { "route": { "data": { - "id": "238", + "id": "52", "type": "route" } }, "route_pattern": { "data": { - "id": "238-3-0", + "id": "52-4-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "2380242", + "id": "520218", "type": "shape" } }, "stops": { "data": [ { - "id": "32003", - "type": "stop" - }, - { - "id": "3326", - "type": "stop" - }, - { - "id": "3327", - "type": "stop" - }, - { - "id": "3328", - "type": "stop" - }, - { - "id": "3330", - "type": "stop" - }, - { - "id": "3846", - "type": "stop" - }, - { - "id": "3848", - "type": "stop" - }, - { - "id": "3849", - "type": "stop" - }, - { - "id": "3850", - "type": "stop" - }, - { - "id": "3851", - "type": "stop" - }, - { - "id": "3852", - "type": "stop" - }, - { - "id": "3853", - "type": "stop" - }, - { - "id": "3854", - "type": "stop" - }, - { - "id": "3855", - "type": "stop" - }, - { - "id": "41031", - "type": "stop" - }, - { - "id": "41035", - "type": "stop" - }, - { - "id": "1633", - "type": "stop" - }, - { - "id": "1634", - "type": "stop" - }, - { - "id": "1635", - "type": "stop" - }, - { - "id": "1636", - "type": "stop" - }, - { - "id": "1637", - "type": "stop" - }, - { - "id": "1638", - "type": "stop" - }, - { - "id": "1639", - "type": "stop" - }, - { - "id": "1640", - "type": "stop" - }, - { - "id": "1641", + "id": "900", "type": "stop" }, { - "id": "1642", + "id": "902", "type": "stop" }, { - "id": "1643", + "id": "1900", "type": "stop" }, { - "id": "1644", + "id": "903", "type": "stop" }, { - "id": "1647", + "id": "8517", "type": "stop" }, { - "id": "1648", + "id": "8518", "type": "stop" }, { - "id": "1649", + "id": "8519", "type": "stop" }, { - "id": "1650", + "id": "8520", "type": "stop" }, { - "id": "4023", + "id": "8521", "type": "stop" }, { - "id": "4020", + "id": "8522", "type": "stop" }, { - "id": "4019", + "id": "8523", "type": "stop" }, { - "id": "4023", + "id": "8524", "type": "stop" }, { - "id": "4024", + "id": "8525", "type": "stop" }, { - "id": "4032", + "id": "8526", "type": "stop" }, { - "id": "4034", + "id": "8527", "type": "stop" }, { - "id": "4035", + "id": "8528", "type": "stop" }, { - "id": "4036", + "id": "8529", "type": "stop" }, { - "id": "4037", + "id": "8530", "type": "stop" }, { - "id": "4038", + "id": "8531", "type": "stop" }, { - "id": "4039", + "id": "8532", "type": "stop" }, { - "id": "4040", + "id": "8533", "type": "stop" }, { - "id": "4042", + "id": "8534", "type": "stop" }, { - "id": "4043", + "id": "8535", "type": "stop" }, { - "id": "4044", + "id": "8536", "type": "stop" }, { - "id": "4046", + "id": "8537", "type": "stop" }, { - "id": "4047", + "id": "85371", "type": "stop" }, { - "id": "4049", + "id": "8540", "type": "stop" }, { - "id": "4050", + "id": "8541", "type": "stop" }, { - "id": "4051", + "id": "8542", "type": "stop" }, { - "id": "4053", + "id": "18542", "type": "stop" }, { - "id": "4054", + "id": "8544", "type": "stop" }, { - "id": "4055", + "id": "8545", "type": "stop" }, { - "id": "4056", + "id": "8546", "type": "stop" }, { - "id": "14056", + "id": "8547", "type": "stop" }, { - "id": "4057", + "id": "8548", "type": "stop" }, { - "id": "4058", + "id": "8549", "type": "stop" }, { - "id": "4214", + "id": "8550", "type": "stop" }, { - "id": "4215", + "id": "8552", "type": "stop" }, { - "id": "4216", + "id": "85511", "type": "stop" }, { - "id": "4217", + "id": "8553", "type": "stop" }, { - "id": "4218", + "id": "8554", "type": "stop" }, { - "id": "4219", + "id": "85551", "type": "stop" }, { - "id": "4220", + "id": "8556", "type": "stop" }, { - "id": "4221", + "id": "85562", "type": "stop" }, { - "id": "4222", + "id": "85563", "type": "stop" }, { - "id": "4223", + "id": "85564", "type": "stop" }, { - "id": "4224", + "id": "85565", "type": "stop" }, { - "id": "4225", + "id": "85566", "type": "stop" }, { - "id": "14225", + "id": "85567", "type": "stop" }, { - "id": "4227", + "id": "85568", "type": "stop" }, { - "id": "4228", + "id": "85569", "type": "stop" }, { - "id": "4229", + "id": "816", "type": "stop" }, { - "id": "4230", + "id": "817", "type": "stop" }, { - "id": "4232", + "id": "820", "type": "stop" } ] @@ -59910,14 +57773,14 @@ }, { "attributes": {}, - "id": "8338", + "id": "5917", "links": { - "self": "/stops/8338" + "self": "/stops/5917" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8338" + "related": "/facilities/?filter[stop]=5917" } }, "parent_station": { @@ -59934,14 +57797,14 @@ }, { "attributes": {}, - "id": "4328", + "id": "8455", "links": { - "self": "/stops/4328" + "self": "/stops/8455" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4328" + "related": "/facilities/?filter[stop]=8455" } }, "parent_station": { @@ -59958,14 +57821,14 @@ }, { "attributes": {}, - "id": "9070101", + "id": "792", "links": { - "self": "/stops/9070101" + "self": "/stops/792" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9070101" + "related": "/facilities/?filter[stop]=792" } }, "parent_station": { @@ -59982,14 +57845,14 @@ }, { "attributes": {}, - "id": "3708", + "id": "5691", "links": { - "self": "/stops/3708" + "self": "/stops/5691" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3708" + "related": "/facilities/?filter[stop]=5691" } }, "parent_station": { @@ -60006,14 +57869,14 @@ }, { "attributes": {}, - "id": "3113", + "id": "161", "links": { - "self": "/stops/3113" + "self": "/stops/161" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3113" + "related": "/facilities/?filter[stop]=161" } }, "parent_station": { @@ -60029,84 +57892,90 @@ "type": "stop" }, { - "attributes": { - "direction_id": 1, - "headsign": "Salem (Shuttle)" - }, - "id": "NewburyportSalem-1-sample", + "attributes": {}, + "id": "1761", "links": { - "self": "/trips/NewburyportSalem-1-sample" + "self": "/stops/1761" }, "relationships": { - "route": { - "data": { - "id": "Shuttle-NewburyportSalemLocal", - "type": "route" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=1761" } }, - "route_pattern": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "Shuttle-NewburyportSalemLocal-0-1", - "type": "route_pattern" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "13852", + "links": { + "self": "/stops/13852" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=13852" } }, - "service": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "canonical", - "type": "service" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "NEC-2040-02", + "links": { + "self": "/stops/NEC-2040-02" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=NEC-2040-02" } }, - "shape": { + "parent_station": { "data": { - "id": "NewburyportToSalemLocal-S", - "type": "shape" + "id": "place-NEC-2040", + "type": "stop" } }, - "stops": { - "data": [ - { - "id": "ER-0362-B", - "type": "stop" - }, - { - "id": "ER-0312-B", - "type": "stop" - }, - { - "id": "ER-0276-B", - "type": "stop" - }, - { - "id": "ER-0227-B1", - "type": "stop" - }, - { - "id": "ER-0208-B1", - "type": "stop" - }, - { - "id": "ER-0183-B", - "type": "stop" - }, - { - "id": "ER-0168-B", - "type": "stop" - } - ] + "zone": { + "data": { + "id": "CR-zone-6", + "type": "zone" + } } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "902", + "id": "9111", "links": { - "self": "/stops/902" + "self": "/stops/9111" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=902" + "related": "/facilities/?filter[stop]=9111" } }, "parent_station": { @@ -60123,14 +57992,14 @@ }, { "attributes": {}, - "id": "49618", + "id": "4453", "links": { - "self": "/stops/49618" + "self": "/stops/4453" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=49618" + "related": "/facilities/?filter[stop]=4453" } }, "parent_station": { @@ -60147,14 +58016,14 @@ }, { "attributes": {}, - "id": "8536", + "id": "14609", "links": { - "self": "/stops/8536" + "self": "/stops/14609" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8536" + "related": "/facilities/?filter[stop]=14609" } }, "parent_station": { @@ -60170,161 +58039,24 @@ "type": "stop" }, { - "attributes": { - "direction_id": 1, - "headsign": "Alewife" - }, - "id": "canonical-Red-C1-1", + "attributes": {}, + "id": "1039", "links": { - "self": "/trips/canonical-Red-C1-1" + "self": "/stops/1039" }, "relationships": { - "route": { - "data": { - "id": "Red", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Red-3-1", - "type": "route_pattern" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=1039" } }, - "service": { - "data": { - "id": "canonical", - "type": "service" - } + "parent_station": { + "data": null }, - "shape": { + "zone": { "data": { - "id": "canonical-933_0010", - "type": "shape" - } - }, - "stops": { - "data": [ - { - "id": "70105", - "type": "stop" - }, - { - "id": "70104", - "type": "stop" - }, - { - "id": "70102", - "type": "stop" - }, - { - "id": "70100", - "type": "stop" - }, - { - "id": "70098", - "type": "stop" - }, - { - "id": "70096", - "type": "stop" - }, - { - "id": "70084", - "type": "stop" - }, - { - "id": "70082", - "type": "stop" - }, - { - "id": "70080", - "type": "stop" - }, - { - "id": "70078", - "type": "stop" - }, - { - "id": "70076", - "type": "stop" - }, - { - "id": "70074", - "type": "stop" - }, - { - "id": "70072", - "type": "stop" - }, - { - "id": "70070", - "type": "stop" - }, - { - "id": "70068", - "type": "stop" - }, - { - "id": "70066", - "type": "stop" - }, - { - "id": "70064", - "type": "stop" - }, - { - "id": "70061", - "type": "stop" - } - ] - } - }, - "type": "trip" - }, - { - "attributes": {}, - "id": "4186", - "links": { - "self": "/stops/4186" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=4186" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "1734", - "links": { - "self": "/stops/1734" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=1734" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" + "id": "LocalBus", + "type": "zone" } } }, @@ -60332,46 +58064,25 @@ }, { "attributes": {}, - "id": "5415", + "id": "DB-2230-01", "links": { - "self": "/stops/5415" + "self": "/stops/DB-2230-01" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5415" + "related": "/facilities/?filter[stop]=DB-2230-01" } }, "parent_station": { - "data": null - }, - "zone": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "6504", - "links": { - "self": "/stops/6504" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=6504" + "id": "place-DB-2230", + "type": "stop" } }, - "parent_station": { - "data": null - }, "zone": { "data": { - "id": "LocalBus", + "id": "CR-zone-1A", "type": "zone" } } @@ -60380,14 +58091,14 @@ }, { "attributes": {}, - "id": "4081", + "id": "2900", "links": { - "self": "/stops/4081" + "self": "/stops/2900" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4081" + "related": "/facilities/?filter[stop]=2900" } }, "parent_station": { @@ -60404,14 +58115,14 @@ }, { "attributes": {}, - "id": "960", + "id": "10009", "links": { - "self": "/stops/960" + "self": "/stops/10009" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=960" + "related": "/facilities/?filter[stop]=10009" } }, "parent_station": { @@ -60428,50 +58139,122 @@ }, { "attributes": { - "direction_id": 1, - "headsign": "Long Wharf via Georges Island" + "direction_id": 0, + "headsign": "Heath Street" }, - "id": "Boat-F1-0900-Hingham-BF2H-02-Saturday-Summer-24", + "id": "66818125", "links": { - "self": "/trips/Boat-F1-0900-Hingham-BF2H-02-Saturday-Summer-24" + "self": "/trips/66818125" }, "relationships": { "route": { "data": { - "id": "Boat-F1", + "id": "Green-E", "type": "route" } }, "route_pattern": { "data": { - "id": "Boat-F1-7-1", + "id": "Green-E-885-0", "type": "route_pattern" } }, "service": { "data": { - "id": "Boat-F1-Saturday-Summer-24", + "id": "LRV12025-hlb15011-Weekday-01", "type": "service" } }, "shape": { "data": { - "id": "b0005", + "id": "8000043", "type": "shape" } }, "stops": { "data": [ { - "id": "Boat-Hingham", + "id": "70504", "type": "stop" }, { - "id": "Boat-George", + "id": "70502", "type": "stop" }, { - "id": "Boat-Long", + "id": "70208", + "type": "stop" + }, + { + "id": "70206", + "type": "stop" + }, + { + "id": "70204", + "type": "stop" + }, + { + "id": "70202", + "type": "stop" + }, + { + "id": "70199", + "type": "stop" + }, + { + "id": "70159", + "type": "stop" + }, + { + "id": "70157", + "type": "stop" + }, + { + "id": "70155", + "type": "stop" + }, + { + "id": "70239", + "type": "stop" + }, + { + "id": "70241", + "type": "stop" + }, + { + "id": "70243", + "type": "stop" + }, + { + "id": "70245", + "type": "stop" + }, + { + "id": "70247", + "type": "stop" + }, + { + "id": "70249", + "type": "stop" + }, + { + "id": "70251", + "type": "stop" + }, + { + "id": "70253", + "type": "stop" + }, + { + "id": "70255", + "type": "stop" + }, + { + "id": "70257", + "type": "stop" + }, + { + "id": "70260", "type": "stop" } ] @@ -60481,14 +58264,14 @@ }, { "attributes": {}, - "id": "5751", + "id": "65", "links": { - "self": "/stops/5751" + "self": "/stops/65" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5751" + "related": "/facilities/?filter[stop]=65" } }, "parent_station": { @@ -60496,100 +58279,107 @@ }, "zone": { "data": { - "id": "LocalBus", + "id": "ExpressBus-Downtown", "type": "zone" } } }, "type": "stop" }, - { - "attributes": {}, - "id": "30088", - "links": { - "self": "/stops/30088" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=30088" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": null - } - }, - "type": "stop" - }, { "attributes": { "direction_id": 0, - "headsign": "Park Street (Shuttle)" + "headsign": "Forge Park/495" }, - "id": "AlewifeParkSt-0-sample", + "id": "SouthWKDYF24-697767-725", "links": { - "self": "/trips/AlewifeParkSt-0-sample" + "self": "/trips/SouthWKDYF24-697767-725" }, "relationships": { "route": { "data": { - "id": "Shuttle-AlewifeParkSt", + "id": "CR-Franklin", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-AlewifeParkSt-0-0", + "id": "CR-Franklin-36a30c21-0", "type": "route_pattern" } }, "service": { "data": { - "id": "canonical", + "id": "FALL 2024-SOUTHWKD-Weekday-1-S85407dc6", "type": "service" } }, "shape": { "data": { - "id": "AlewifeToParkSt-S", + "id": "9880006", "type": "shape" } }, "stops": { "data": [ { - "id": "141", + "id": "NEC-2287", "type": "stop" }, { - "id": "2581", + "id": "NEC-2276-03", "type": "stop" }, { - "id": "9070065", + "id": "NEC-2265-03", "type": "stop" }, { - "id": "9070072", + "id": "NEC-2203-03", "type": "stop" }, { - "id": "72", + "id": "FB-0095-05", "type": "stop" }, { - "id": "9070071", + "id": "FB-0109-01", "type": "stop" }, { - "id": "9070073", + "id": "FB-0118-01", "type": "stop" }, { - "id": "9170076", + "id": "FB-0125-01", + "type": "stop" + }, + { + "id": "FB-0143-01", + "type": "stop" + }, + { + "id": "FB-0148-01", + "type": "stop" + }, + { + "id": "FB-0166-S", + "type": "stop" + }, + { + "id": "FB-0191-S", + "type": "stop" + }, + { + "id": "FB-0230-S", + "type": "stop" + }, + { + "id": "FB-0275-S", + "type": "stop" + }, + { + "id": "FB-0303-S", "type": "stop" } ] @@ -60599,14 +58389,41 @@ }, { "attributes": {}, - "id": "895", + "id": "70004", "links": { - "self": "/stops/895" + "self": "/stops/70004" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=895" + "related": "/facilities/?filter[stop]=70004" + } + }, + "parent_station": { + "data": { + "id": "place-sbmnl", + "type": "stop" + } + }, + "zone": { + "data": { + "id": "RapidTransit", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "552", + "links": { + "self": "/stops/552" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=552" } }, "parent_station": { @@ -60623,14 +58440,14 @@ }, { "attributes": {}, - "id": "8170", + "id": "3530", "links": { - "self": "/stops/8170" + "self": "/stops/3530" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8170" + "related": "/facilities/?filter[stop]=3530" } }, "parent_station": { @@ -60646,57 +58463,71 @@ "type": "stop" }, { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Bowdoin", - "Wonderland" - ], - "direction_names": [ - "West", - "East" - ], - "long_name": "Wonderland - Orient Heights", - "short_name": "Blue Line Shuttle", - "sort_order": 62350, - "text_color": "000000", - "type": 3 - }, - "id": "Shuttle-OrientHeightsWonderland", + "attributes": {}, + "id": "515", "links": { - "self": "/routes/Shuttle-OrientHeightsWonderland" + "self": "/stops/515" }, "relationships": { - "line": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=515" + } + }, + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "line-Blue", - "type": "line" + "id": "LocalBus", + "type": "zone" } } }, - "type": "route" + "type": "stop" }, { "attributes": {}, - "id": "NHRML-0078-01", + "id": "49158", "links": { - "self": "/stops/NHRML-0078-01" + "self": "/stops/49158" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=NHRML-0078-01" + "related": "/facilities/?filter[stop]=49158" } }, "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "place-NHRML-0078", - "type": "stop" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "3380", + "links": { + "self": "/stops/3380" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=3380" } }, + "parent_station": { + "data": null + }, "zone": { "data": { - "id": "CR-zone-1", + "id": "LocalBus", "type": "zone" } } @@ -60705,14 +58536,14 @@ }, { "attributes": {}, - "id": "8315", + "id": "1335", "links": { - "self": "/stops/8315" + "self": "/stops/1335" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8315" + "related": "/facilities/?filter[stop]=1335" } }, "parent_station": { @@ -60729,49 +58560,62 @@ }, { "attributes": {}, - "id": "9070218", + "id": "2628", "links": { - "self": "/stops/9070218" + "self": "/stops/2628" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9070218" + "related": "/facilities/?filter[stop]=2628" } }, "parent_station": { "data": null }, "zone": { - "data": null + "data": { + "id": "LocalBus", + "type": "zone" + } } }, "type": "stop" }, { - "attributes": { - "color": "FFC72C", - "long_name": "Winthrop - Orient Heights", - "short_name": "712/713", - "sort_order": 57120, - "text_color": "000000" - }, - "id": "line-712713", + "attributes": {}, + "id": "7843", "links": { - "self": "/lines/line-712713" + "self": "/stops/7843" }, - "type": "line" + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=7843" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" }, { "attributes": {}, - "id": "1525", + "id": "9285", "links": { - "self": "/stops/1525" + "self": "/stops/9285" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1525" + "related": "/facilities/?filter[stop]=9285" } }, "parent_station": { @@ -60788,166 +58632,74 @@ }, { "attributes": { - "direction_id": 0, - "headsign": "Wonderland via Woodlawn" + "direction_id": 1, + "headsign": "South Station" }, - "id": "61869188", + "id": "canonical-CR-Fairmount-C1-1", "links": { - "self": "/trips/61869188" + "self": "/trips/canonical-CR-Fairmount-C1-1" }, "relationships": { "route": { "data": { - "id": "110", + "id": "CR-Fairmount", "type": "route" } }, "route_pattern": { "data": { - "id": "110-_-0", + "id": "CR-Fairmount-ff9cd1ee-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "canonical", "type": "service" } }, "shape": { "data": { - "id": "1100188", + "id": "canonical-9870001", "type": "shape" } }, "stops": { "data": [ { - "id": "5271", - "type": "stop" - }, - { - "id": "5563", - "type": "stop" - }, - { - "id": "5565", - "type": "stop" - }, - { - "id": "5695", - "type": "stop" - }, - { - "id": "5637", - "type": "stop" - }, - { - "id": "5638", - "type": "stop" - }, - { - "id": "5640", - "type": "stop" - }, - { - "id": "5566", - "type": "stop" - }, - { - "id": "5567", - "type": "stop" - }, - { - "id": "5568", - "type": "stop" - }, - { - "id": "5569", - "type": "stop" - }, - { - "id": "5571", - "type": "stop" - }, - { - "id": "5572", - "type": "stop" - }, - { - "id": "5574", - "type": "stop" - }, - { - "id": "5576", - "type": "stop" - }, - { - "id": "5577", - "type": "stop" - }, - { - "id": "5578", - "type": "stop" - }, - { - "id": "5579", - "type": "stop" - }, - { - "id": "5580", - "type": "stop" - }, - { - "id": "5581", - "type": "stop" - }, - { - "id": "45581", - "type": "stop" - }, - { - "id": "5582", - "type": "stop" - }, - { - "id": "5583", - "type": "stop" - }, - { - "id": "5585", + "id": "FB-0095-04", "type": "stop" }, { - "id": "5586", + "id": "DB-2205-02", "type": "stop" }, { - "id": "5790", + "id": "DB-2222-02", "type": "stop" }, { - "id": "5792", + "id": "DB-2230-02", "type": "stop" }, { - "id": "5794", + "id": "DB-2240-02", "type": "stop" }, { - "id": "4717", + "id": "DB-2249-02", "type": "stop" }, { - "id": "5797", + "id": "DB-2258-02", "type": "stop" }, { - "id": "5798", + "id": "DB-2265-02", "type": "stop" }, { - "id": "15795", + "id": "NEC-2287", "type": "stop" } ] @@ -60957,49 +58709,46 @@ }, { "attributes": {}, - "id": "WML-0199-B0", + "id": "109805", "links": { - "self": "/stops/WML-0199-B0" + "self": "/stops/109805" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=WML-0199-B0" + "related": "/facilities/?filter[stop]=109805" } }, "parent_station": { - "data": { - "id": "place-WML-0199", - "type": "stop" - } + "data": null }, "zone": { - "data": null + "data": { + "id": "LocalBus", + "type": "zone" + } } }, "type": "stop" }, { "attributes": {}, - "id": "70074", + "id": "1741", "links": { - "self": "/stops/70074" + "self": "/stops/1741" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70074" + "related": "/facilities/?filter[stop]=1741" } }, "parent_station": { - "data": { - "id": "place-chmnl", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } @@ -61008,38 +58757,35 @@ }, { "attributes": {}, - "id": "5746", + "id": "71266", "links": { - "self": "/stops/5746" + "self": "/stops/71266" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5746" + "related": "/facilities/?filter[stop]=71266" } }, "parent_station": { "data": null }, "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } + "data": null } }, "type": "stop" }, { "attributes": {}, - "id": "6675", + "id": "381", "links": { - "self": "/stops/6675" + "self": "/stops/381" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6675" + "related": "/facilities/?filter[stop]=381" } }, "parent_station": { @@ -61055,46 +58801,39 @@ "type": "stop" }, { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Newburyport or Rockport", - "North Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Salem - Oak Grove (Local)", - "short_name": "Newburyport Line Shuttle", - "sort_order": 62190, - "text_color": "000000", - "type": 3 - }, - "id": "Shuttle-OakGroveSalemLocal", + "attributes": {}, + "id": "1521", "links": { - "self": "/routes/Shuttle-OakGroveSalemLocal" + "self": "/stops/1521" }, "relationships": { - "line": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=1521" + } + }, + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "line-Newburyport", - "type": "line" + "id": "LocalBus", + "type": "zone" } } }, - "type": "route" + "type": "stop" }, { "attributes": {}, - "id": "2260", + "id": "2430", "links": { - "self": "/stops/2260" + "self": "/stops/2430" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2260" + "related": "/facilities/?filter[stop]=2430" } }, "parent_station": { @@ -61111,22 +58850,25 @@ }, { "attributes": {}, - "id": "71274", + "id": "70055", "links": { - "self": "/stops/71274" + "self": "/stops/70055" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=71274" + "related": "/facilities/?filter[stop]=70055" } }, "parent_station": { - "data": null + "data": { + "id": "place-bmmnl", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -61135,14 +58877,14 @@ }, { "attributes": {}, - "id": "3211", + "id": "109844", "links": { - "self": "/stops/3211" + "self": "/stops/109844" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3211" + "related": "/facilities/?filter[stop]=109844" } }, "parent_station": { @@ -61159,14 +58901,14 @@ }, { "attributes": {}, - "id": "2553", + "id": "3144", "links": { - "self": "/stops/2553" + "self": "/stops/3144" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2553" + "related": "/facilities/?filter[stop]=3144" } }, "parent_station": { @@ -61183,38 +58925,38 @@ }, { "attributes": {}, - "id": "46435", + "id": "FB-0191-B", "links": { - "self": "/stops/46435" + "self": "/stops/FB-0191-B" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=46435" + "related": "/facilities/?filter[stop]=FB-0191-B" } }, "parent_station": { - "data": null - }, - "zone": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "place-FB-0191", + "type": "stop" } + }, + "zone": { + "data": null } }, "type": "stop" }, { "attributes": {}, - "id": "612", + "id": "3845", "links": { - "self": "/stops/612" + "self": "/stops/3845" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=612" + "related": "/facilities/?filter[stop]=3845" } }, "parent_station": { @@ -61229,16 +58971,138 @@ }, "type": "stop" }, + { + "attributes": { + "direction_id": 0, + "headsign": "Ashland (Shuttle)" + }, + "id": "AshlandClosedFraminghamShuttle-0-sample", + "links": { + "self": "/trips/AshlandClosedFraminghamShuttle-0-sample" + }, + "relationships": { + "route": { + "data": { + "id": "Shuttle-AshlandFramingham", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "Shuttle-AshlandFramingham-0-0", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "canonical", + "type": "service" + } + }, + "shape": { + "data": { + "id": "FraminghamToAshland-S", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "WML-0214-B", + "type": "stop" + }, + { + "id": "WML-0252-B", + "type": "stop" + } + ] + } + }, + "type": "trip" + }, + { + "attributes": { + "direction_id": 0, + "headsign": "Eagle Square" + }, + "id": "67202477", + "links": { + "self": "/trips/67202477" + }, + "relationships": { + "route": { + "data": { + "id": "121", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "121-2-0", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "WinterWeekday", + "type": "service" + } + }, + "shape": { + "data": { + "id": "1210050", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "5740", + "type": "stop" + }, + { + "id": "5742", + "type": "stop" + }, + { + "id": "5743", + "type": "stop" + }, + { + "id": "5903", + "type": "stop" + }, + { + "id": "5904", + "type": "stop" + }, + { + "id": "5905", + "type": "stop" + }, + { + "id": "5906", + "type": "stop" + }, + { + "id": "5907", + "type": "stop" + } + ] + } + }, + "type": "trip" + }, { "attributes": {}, - "id": "7567", + "id": "1687", "links": { - "self": "/stops/7567" + "self": "/stops/1687" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7567" + "related": "/facilities/?filter[stop]=1687" } }, "parent_station": { @@ -61255,14 +59119,14 @@ }, { "attributes": {}, - "id": "954", + "id": "13850", "links": { - "self": "/stops/954" + "self": "/stops/13850" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=954" + "related": "/facilities/?filter[stop]=13850" } }, "parent_station": { @@ -61279,14 +59143,14 @@ }, { "attributes": {}, - "id": "7348", + "id": "5443", "links": { - "self": "/stops/7348" + "self": "/stops/5443" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7348" + "related": "/facilities/?filter[stop]=5443" } }, "parent_station": { @@ -61303,14 +59167,14 @@ }, { "attributes": {}, - "id": "5527", + "id": "575", "links": { - "self": "/stops/5527" + "self": "/stops/575" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5527" + "related": "/facilities/?filter[stop]=575" } }, "parent_station": { @@ -61327,25 +59191,22 @@ }, { "attributes": {}, - "id": "70214", + "id": "5513", "links": { - "self": "/stops/70214" + "self": "/stops/5513" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70214" + "related": "/facilities/?filter[stop]=5513" } }, "parent_station": { - "data": { - "id": "place-hwsst", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } @@ -61354,14 +59215,14 @@ }, { "attributes": {}, - "id": "3786", + "id": "51111", "links": { - "self": "/stops/3786" + "self": "/stops/51111" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3786" + "related": "/facilities/?filter[stop]=51111" } }, "parent_station": { @@ -61378,23 +59239,23 @@ }, { "attributes": { - "direction_id": 1, - "headsign": "Oak Grove (Shuttle)" + "direction_id": 0, + "headsign": "Middleborough/Lakeville (Shuttle)" }, - "id": "OakGroveSullivan-1-sample", + "id": "BridgewaterMiddleboroughLakeville-0-sample", "links": { - "self": "/trips/OakGroveSullivan-1-sample" + "self": "/trips/BridgewaterMiddleboroughLakeville-0-sample" }, "relationships": { "route": { "data": { - "id": "Shuttle-OakGroveSullivan", + "id": "Shuttle-BridgewaterMiddleboroughLakeville", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-OakGroveSullivan-0-1", + "id": "Shuttle-BridgewaterMiddleboroughLakeville-0-0", "type": "route_pattern" } }, @@ -61406,30 +59267,18 @@ }, "shape": { "data": { - "id": "SullivanToOakGrove-S", + "id": "BridgewaterToMiddleboroughLakeville-S", "type": "shape" } }, "stops": { "data": [ { - "id": "29001", - "type": "stop" - }, - { - "id": "28742", - "type": "stop" - }, - { - "id": "5271", - "type": "stop" - }, - { - "id": "5072", + "id": "MM-0277-B0", "type": "stop" }, { - "id": "9328", + "id": "MM-0356-B0", "type": "stop" } ] @@ -61439,14 +59288,14 @@ }, { "attributes": {}, - "id": "1154", + "id": "4056", "links": { - "self": "/stops/1154" + "self": "/stops/4056" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1154" + "related": "/facilities/?filter[stop]=4056" } }, "parent_station": { @@ -61463,14 +59312,14 @@ }, { "attributes": {}, - "id": "3677", + "id": "7815", "links": { - "self": "/stops/3677" + "self": "/stops/7815" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3677" + "related": "/facilities/?filter[stop]=7815" } }, "parent_station": { @@ -61487,14 +59336,14 @@ }, { "attributes": {}, - "id": "3852", + "id": "5290", "links": { - "self": "/stops/3852" + "self": "/stops/5290" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3852" + "related": "/facilities/?filter[stop]=5290" } }, "parent_station": { @@ -61511,14 +59360,14 @@ }, { "attributes": {}, - "id": "2444", + "id": "3881", "links": { - "self": "/stops/2444" + "self": "/stops/3881" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2444" + "related": "/facilities/?filter[stop]=3881" } }, "parent_station": { @@ -61535,14 +59384,14 @@ }, { "attributes": {}, - "id": "3227", + "id": "11410", "links": { - "self": "/stops/3227" + "self": "/stops/11410" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3227" + "related": "/facilities/?filter[stop]=11410" } }, "parent_station": { @@ -61559,14 +59408,38 @@ }, { "attributes": {}, - "id": "3624", + "id": "WML-0035-B1", "links": { - "self": "/stops/3624" + "self": "/stops/WML-0035-B1" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3624" + "related": "/facilities/?filter[stop]=WML-0035-B1" + } + }, + "parent_station": { + "data": { + "id": "place-WML-0035", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "17429", + "links": { + "self": "/stops/17429" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=17429" } }, "parent_station": { @@ -61583,14 +59456,14 @@ }, { "attributes": {}, - "id": "2139", + "id": "109829", "links": { - "self": "/stops/2139" + "self": "/stops/109829" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2139" + "related": "/facilities/?filter[stop]=109829" } }, "parent_station": { @@ -61606,208 +59479,39 @@ "type": "stop" }, { - "attributes": { - "direction_id": 1, - "headsign": "Oak Grove" - }, - "id": "61869012", + "attributes": {}, + "id": "278", "links": { - "self": "/trips/61869012" + "self": "/stops/278" }, "relationships": { - "route": { - "data": { - "id": "137", - "type": "route" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=278" } }, - "route_pattern": { - "data": { - "id": "137-6-1", - "type": "route_pattern" - } + "parent_station": { + "data": null }, - "service": { + "zone": { "data": { - "id": "SpringWeekday", - "type": "service" + "id": "LocalBus", + "type": "zone" } - }, - "shape": { - "data": { - "id": "1370144", - "type": "shape" - } - }, - "stops": { - "data": [ - { - "id": "29253", - "type": "stop" - }, - { - "id": "19253", - "type": "stop" - }, - { - "id": "9300", - "type": "stop" - }, - { - "id": "9301", - "type": "stop" - }, - { - "id": "9304", - "type": "stop" - }, - { - "id": "9305", - "type": "stop" - }, - { - "id": "49305", - "type": "stop" - }, - { - "id": "9306", - "type": "stop" - }, - { - "id": "9307", - "type": "stop" - }, - { - "id": "9179", - "type": "stop" - }, - { - "id": "9181", - "type": "stop" - }, - { - "id": "19182", - "type": "stop" - }, - { - "id": "9183", - "type": "stop" - }, - { - "id": "9184", - "type": "stop" - }, - { - "id": "9185", - "type": "stop" - }, - { - "id": "9187", - "type": "stop" - }, - { - "id": "9188", - "type": "stop" - }, - { - "id": "9189", - "type": "stop" - }, - { - "id": "9190", - "type": "stop" - }, - { - "id": "9191", - "type": "stop" - }, - { - "id": "9192", - "type": "stop" - }, - { - "id": "9193", - "type": "stop" - }, - { - "id": "9194", - "type": "stop" - }, - { - "id": "9195", - "type": "stop" - }, - { - "id": "9196", - "type": "stop" - }, - { - "id": "9197", - "type": "stop" - }, - { - "id": "9198", - "type": "stop" - }, - { - "id": "9199", - "type": "stop" - }, - { - "id": "9200", - "type": "stop" - }, - { - "id": "9201", - "type": "stop" - }, - { - "id": "9202", - "type": "stop" - }, - { - "id": "9203", - "type": "stop" - }, - { - "id": "9204", - "type": "stop" - }, - { - "id": "9205", - "type": "stop" - }, - { - "id": "9206", - "type": "stop" - }, - { - "id": "9207", - "type": "stop" - }, - { - "id": "49221", - "type": "stop" - }, - { - "id": "9328", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "1404", + "id": "7523", "links": { - "self": "/stops/1404" + "self": "/stops/7523" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1404" + "related": "/facilities/?filter[stop]=7523" } }, "parent_station": { @@ -61824,14 +59528,14 @@ }, { "attributes": {}, - "id": "4822", + "id": "5611", "links": { - "self": "/stops/4822" + "self": "/stops/5611" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4822" + "related": "/facilities/?filter[stop]=5611" } }, "parent_station": { @@ -61848,14 +59552,14 @@ }, { "attributes": {}, - "id": "5673", + "id": "2254", "links": { - "self": "/stops/5673" + "self": "/stops/2254" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5673" + "related": "/facilities/?filter[stop]=2254" } }, "parent_station": { @@ -61872,14 +59576,14 @@ }, { "attributes": {}, - "id": "3870", + "id": "8433", "links": { - "self": "/stops/3870" + "self": "/stops/8433" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3870" + "related": "/facilities/?filter[stop]=8433" } }, "parent_station": { @@ -61896,14 +59600,14 @@ }, { "attributes": {}, - "id": "2413", + "id": "533", "links": { - "self": "/stops/2413" + "self": "/stops/533" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2413" + "related": "/facilities/?filter[stop]=533" } }, "parent_station": { @@ -61919,39 +59623,104 @@ "type": "stop" }, { - "attributes": {}, - "id": "2753", + "attributes": { + "direction_id": 0, + "headsign": "Foxboro" + }, + "id": "SouthWKDYF24-697791-753", "links": { - "self": "/stops/2753" + "self": "/trips/SouthWKDYF24-697791-753" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=2753" + "route": { + "data": { + "id": "CR-Franklin", + "type": "route" } }, - "parent_station": { - "data": null + "route_pattern": { + "data": { + "id": "CR-Franklin-f3922b8c-0", + "type": "route_pattern" + } }, - "zone": { + "service": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "FALL 2024-SOUTHWKD-Weekday-1-S85407dc6", + "type": "service" + } + }, + "shape": { + "data": { + "id": "SouthStationToFoxboroViaBackBay", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "NEC-2287", + "type": "stop" + }, + { + "id": "NEC-2276-03", + "type": "stop" + }, + { + "id": "NEC-2265-03", + "type": "stop" + }, + { + "id": "NEC-2203-03", + "type": "stop" + }, + { + "id": "FB-0095-05", + "type": "stop" + }, + { + "id": "FB-0109-01", + "type": "stop" + }, + { + "id": "FB-0118-01", + "type": "stop" + }, + { + "id": "FB-0125-01", + "type": "stop" + }, + { + "id": "FB-0143-01", + "type": "stop" + }, + { + "id": "FB-0148-01", + "type": "stop" + }, + { + "id": "FB-0166-S", + "type": "stop" + }, + { + "id": "FS-0049-S", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "8430", + "id": "12828", "links": { - "self": "/stops/8430" + "self": "/stops/12828" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8430" + "related": "/facilities/?filter[stop]=12828" } }, "parent_station": { @@ -61968,14 +59737,14 @@ }, { "attributes": {}, - "id": "4184", + "id": "7882", "links": { - "self": "/stops/4184" + "self": "/stops/7882" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4184" + "related": "/facilities/?filter[stop]=7882" } }, "parent_station": { @@ -61992,14 +59761,14 @@ }, { "attributes": {}, - "id": "41", + "id": "6134", "links": { - "self": "/stops/41" + "self": "/stops/6134" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=41" + "related": "/facilities/?filter[stop]=6134" } }, "parent_station": { @@ -62015,100 +59784,50 @@ "type": "stop" }, { - "attributes": { - "direction_id": 1, - "headsign": "South Station" - }, - "id": "CR-670249-752", + "attributes": {}, + "id": "86242", "links": { - "self": "/trips/CR-670249-752" + "self": "/stops/86242" }, "relationships": { - "route": { - "data": { - "id": "CR-Franklin", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "CR-Franklin-6a65c6cc-1", - "type": "route_pattern" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=86242" } }, - "service": { - "data": { - "id": "SPRING2024-SOUTHWKD-Weekday-1-S85407dc6", - "type": "service" - } + "parent_station": { + "data": null }, - "shape": { + "zone": { "data": { - "id": "FoxboroToSouthStationViaFairmount", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "FS-0049-S", - "type": "stop" - }, - { - "id": "FB-0166-S", - "type": "stop" - }, - { - "id": "FB-0148-02", - "type": "stop" - }, - { - "id": "FB-0143-02", - "type": "stop" - }, - { - "id": "FB-0125-02", - "type": "stop" - }, - { - "id": "FB-0118-02", - "type": "stop" - }, - { - "id": "FB-0109-02", - "type": "stop" - }, - { - "id": "FB-0095-04", - "type": "stop" - }, - { - "id": "NEC-2287", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "5568", + "id": "CM-0790-S", "links": { - "self": "/stops/5568" + "self": "/stops/CM-0790-S" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5568" + "related": "/facilities/?filter[stop]=CM-0790-S" } }, "parent_station": { - "data": null + "data": { + "id": "place-CM-0790", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "CF-zone-hyannis", "type": "zone" } } @@ -62116,372 +59835,90 @@ "type": "stop" }, { - "attributes": { - "direction_id": 1, - "headsign": "Central Square via Square One Mall" - }, - "id": "62216416", + "attributes": {}, + "id": "KB-0351-S", "links": { - "self": "/trips/62216416" + "self": "/stops/KB-0351-S" }, "relationships": { - "route": { - "data": { - "id": "429", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "429-_-1", - "type": "route_pattern" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=KB-0351-S" } }, - "service": { + "parent_station": { "data": { - "id": "SpringWeekday", - "type": "service" + "id": "place-KB-0351", + "type": "stop" } }, - "shape": { + "zone": { "data": { - "id": "4290261", - "type": "shape" + "id": "CR-zone-8", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "6267", - "type": "stop" - }, - { - "id": "7415", - "type": "stop" - }, - { - "id": "7417", - "type": "stop" - }, - { - "id": "7418", - "type": "stop" - }, - { - "id": "7419", - "type": "stop" - }, - { - "id": "17419", - "type": "stop" - }, - { - "id": "7420", - "type": "stop" - }, - { - "id": "7422", - "type": "stop" - }, - { - "id": "17422", - "type": "stop" - }, - { - "id": "7423", - "type": "stop" - }, - { - "id": "7424", - "type": "stop" - }, - { - "id": "7426", - "type": "stop" - }, - { - "id": "7427", - "type": "stop" - }, - { - "id": "7428", - "type": "stop" - }, - { - "id": "7516", - "type": "stop" - }, - { - "id": "7517", - "type": "stop" - }, - { - "id": "7518", - "type": "stop" - }, - { - "id": "7519", - "type": "stop" - }, - { - "id": "7520", - "type": "stop" - }, - { - "id": "7521", - "type": "stop" - }, - { - "id": "7522", - "type": "stop" - }, - { - "id": "7523", - "type": "stop" - }, - { - "id": "7525", - "type": "stop" - }, - { - "id": "47526", - "type": "stop" - }, - { - "id": "47527", - "type": "stop" - }, - { - "id": "7529", - "type": "stop" - }, - { - "id": "67202", - "type": "stop" - }, - { - "id": "6727", - "type": "stop" - }, - { - "id": "6729", - "type": "stop" - }, - { - "id": "16730", - "type": "stop" - }, - { - "id": "6733", - "type": "stop" - }, - { - "id": "6734", - "type": "stop" - }, - { - "id": "6735", - "type": "stop" - }, - { - "id": "6736", - "type": "stop" - }, - { - "id": "6737", - "type": "stop" - }, - { - "id": "6738", - "type": "stop" - }, - { - "id": "6739", - "type": "stop" - }, - { - "id": "16739", - "type": "stop" - }, - { - "id": "6741", - "type": "stop" - }, - { - "id": "6742", - "type": "stop" - }, - { - "id": "6744", - "type": "stop" - }, - { - "id": "6746", - "type": "stop" - }, - { - "id": "6747", - "type": "stop" - }, - { - "id": "6749", - "type": "stop" - }, - { - "id": "6751", - "type": "stop" - }, - { - "id": "6752", - "type": "stop" - }, - { - "id": "6754", - "type": "stop" - }, - { - "id": "6755", - "type": "stop" - }, - { - "id": "6756", - "type": "stop" - }, - { - "id": "6757", - "type": "stop" - }, - { - "id": "6758", - "type": "stop" - }, - { - "id": "6760", - "type": "stop" - }, - { - "id": "6761", - "type": "stop" - }, - { - "id": "6762", - "type": "stop" - }, - { - "id": "6764", - "type": "stop" - }, - { - "id": "7309", - "type": "stop" - }, - { - "id": "7310", - "type": "stop" - }, - { - "id": "7311", - "type": "stop" - }, - { - "id": "7312", - "type": "stop" - }, - { - "id": "6827", - "type": "stop" - }, - { - "id": "6773", - "type": "stop" - }, - { - "id": "14748", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": { - "direction_id": 1, - "headsign": "Haymarket" + "direction_id": 0, + "headsign": "Bradford" }, - "id": "61870302", + "id": "MysticMaffa-720958-1209-HaverhillBradfordVan", "links": { - "self": "/trips/61870302" + "self": "/trips/MysticMaffa-720958-1209-HaverhillBradfordVan" }, "relationships": { "route": { "data": { - "id": "93", + "id": "CR-Haverhill", "type": "route" } }, "route_pattern": { "data": { - "id": "93-4-1", + "id": "CR-Haverhill-f28c48e8-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "Fall/WinterSaturday", "type": "service" } }, "shape": { "data": { - "id": "930168", + "id": "9820004", "type": "shape" } }, "stops": { "data": [ { - "id": "2850", - "type": "stop" - }, - { - "id": "2851", - "type": "stop" - }, - { - "id": "2852", - "type": "stop" - }, - { - "id": "2853", - "type": "stop" - }, - { - "id": "2854", - "type": "stop" - }, - { - "id": "2855", + "id": "BNT-0000", "type": "stop" }, { - "id": "12829", + "id": "NHRML-0127-01", "type": "stop" }, { - "id": "2829", + "id": "WR-0205-02", "type": "stop" }, { - "id": "8309", + "id": "WR-0228-02", "type": "stop" }, { - "id": "191", + "id": "WR-0264-02", "type": "stop" }, { - "id": "117", + "id": "WR-0325-01", "type": "stop" } ] @@ -62491,14 +59928,14 @@ }, { "attributes": {}, - "id": "30272", + "id": "3671", "links": { - "self": "/stops/30272" + "self": "/stops/3671" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=30272" + "related": "/facilities/?filter[stop]=3671" } }, "parent_station": { @@ -62515,14 +59952,14 @@ }, { "attributes": {}, - "id": "8172", + "id": "2440", "links": { - "self": "/stops/8172" + "self": "/stops/2440" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8172" + "related": "/facilities/?filter[stop]=2440" } }, "parent_station": { @@ -62539,14 +59976,14 @@ }, { "attributes": {}, - "id": "3553", + "id": "16730", "links": { - "self": "/stops/3553" + "self": "/stops/16730" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3553" + "related": "/facilities/?filter[stop]=16730" } }, "parent_station": { @@ -62563,35 +60000,14 @@ }, { "attributes": {}, - "id": "9070003", - "links": { - "self": "/stops/9070003" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=9070003" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": null - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "12654", + "id": "71852", "links": { - "self": "/stops/12654" + "self": "/stops/71852" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=12654" + "related": "/facilities/?filter[stop]=71852" } }, "parent_station": { @@ -62608,14 +60024,14 @@ }, { "attributes": {}, - "id": "7833", + "id": "4821", "links": { - "self": "/stops/7833" + "self": "/stops/4821" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7833" + "related": "/facilities/?filter[stop]=4821" } }, "parent_station": { @@ -62631,39 +60047,84 @@ "type": "stop" }, { - "attributes": {}, - "id": "2448", + "attributes": { + "direction_id": 1, + "headsign": "Back Bay (Shuttle)" + }, + "id": "BabcockBackBayGovernmentCenter-1-sample", "links": { - "self": "/stops/2448" + "self": "/trips/BabcockBackBayGovernmentCenter-1-sample" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=2448" + "route": { + "data": { + "id": "Shuttle-BabcockBackBay", + "type": "route" } }, - "parent_station": { - "data": null + "route_pattern": { + "data": { + "id": "Shuttle-BabcockBackBay-0-1", + "type": "route_pattern" + } }, - "zone": { + "service": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "canonical", + "type": "service" } + }, + "shape": { + "data": { + "id": "BabcockToBackBay-S", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "933", + "type": "stop" + }, + { + "id": "934", + "type": "stop" + }, + { + "id": "938", + "type": "stop" + }, + { + "id": "9070186", + "type": "stop" + }, + { + "id": "9070150", + "type": "stop" + }, + { + "id": "9170152", + "type": "stop" + }, + { + "id": "71855", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "9162", + "id": "15046", "links": { - "self": "/stops/9162" + "self": "/stops/15046" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9162" + "related": "/facilities/?filter[stop]=15046" } }, "parent_station": { @@ -62680,14 +60141,14 @@ }, { "attributes": {}, - "id": "11302", + "id": "8477", "links": { - "self": "/stops/11302" + "self": "/stops/8477" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=11302" + "related": "/facilities/?filter[stop]=8477" } }, "parent_station": { @@ -62704,14 +60165,14 @@ }, { "attributes": {}, - "id": "4458", + "id": "5305", "links": { - "self": "/stops/4458" + "self": "/stops/5305" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4458" + "related": "/facilities/?filter[stop]=5305" } }, "parent_station": { @@ -62727,71 +60188,113 @@ "type": "stop" }, { - "attributes": {}, - "id": "3289", - "links": { - "self": "/stops/3289" + "attributes": { + "color": "FFC72C", + "long_name": "Everett, Revere, or Chelsea - Haymarket", + "short_name": "111", + "sort_order": 51110, + "text_color": "000000" }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=3289" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } + "id": "line-111", + "links": { + "self": "/lines/line-111" }, - "type": "stop" + "type": "line" }, { - "attributes": {}, - "id": "99832", + "attributes": { + "direction_id": 1, + "headsign": "Broadway (Shuttle)" + }, + "id": "BraintreeBroadway-Weekday-9e586-1-00:00:00", "links": { - "self": "/stops/99832" + "self": "/trips/BraintreeBroadway-Weekday-9e586-1-00%3A00%3A00" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=99832" + "route": { + "data": { + "id": "Shuttle-BraintreeBroadway", + "type": "route" } }, - "parent_station": { - "data": null + "route_pattern": { + "data": { + "id": "Shuttle-BraintreeBroadway-0-1", + "type": "route_pattern" + } }, - "zone": { + "service": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "canonical", + "type": "service" + } + }, + "shape": { + "data": { + "id": "BraintreeToBroadway-S", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "38671", + "type": "stop" + }, + { + "id": "41031", + "type": "stop" + }, + { + "id": "32000", + "type": "stop" + }, + { + "id": "9170100", + "type": "stop" + }, + { + "id": "3125", + "type": "stop" + }, + { + "id": "121", + "type": "stop" + }, + { + "id": "13", + "type": "stop" + }, + { + "id": "150", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "6739", + "id": "MM-0109-S", "links": { - "self": "/stops/6739" + "self": "/stops/MM-0109-S" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6739" + "related": "/facilities/?filter[stop]=MM-0109-S" } }, "parent_station": { - "data": null + "data": { + "id": "place-brntn", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "CR-zone-2", "type": "zone" } } @@ -62800,14 +60303,14 @@ }, { "attributes": {}, - "id": "76251", + "id": "2046", "links": { - "self": "/stops/76251" + "self": "/stops/2046" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=76251" + "related": "/facilities/?filter[stop]=2046" } }, "parent_station": { @@ -62824,14 +60327,14 @@ }, { "attributes": {}, - "id": "13814", + "id": "15045", "links": { - "self": "/stops/13814" + "self": "/stops/15045" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=13814" + "related": "/facilities/?filter[stop]=15045" } }, "parent_station": { @@ -62848,14 +60351,14 @@ }, { "attributes": {}, - "id": "2275", + "id": "25992", "links": { - "self": "/stops/2275" + "self": "/stops/25992" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2275" + "related": "/facilities/?filter[stop]=25992" } }, "parent_station": { @@ -62871,90 +60374,205 @@ "type": "stop" }, { - "attributes": {}, - "id": "FB-0303-S", + "attributes": { + "direction_id": 0, + "headsign": "Riverside (Shuttle)" + }, + "id": "BrooklineHillsRiverside-Weekday-9e586-0-00:00:00", "links": { - "self": "/stops/FB-0303-S" + "self": "/trips/BrooklineHillsRiverside-Weekday-9e586-0-00%3A00%3A00" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=FB-0303-S" + "route": { + "data": { + "id": "Shuttle-BrooklineHillsRiverside", + "type": "route" } }, - "parent_station": { + "route_pattern": { "data": { - "id": "place-FB-0303", - "type": "stop" + "id": "Shuttle-BrooklineHillsRiverside-0-0", + "type": "route_pattern" } }, - "zone": { + "service": { "data": { - "id": "CR-zone-6", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "2761", - "links": { - "self": "/stops/2761" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=2761" + "id": "canonical", + "type": "service" } }, - "parent_station": { - "data": null - }, - "zone": { + "shape": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "BrooklineHillsToRiverside-S", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "9170178", + "type": "stop" + }, + { + "id": "21917", + "type": "stop" + }, + { + "id": "1540", + "type": "stop" + }, + { + "id": "9070171", + "type": "stop" + }, + { + "id": "9070168", + "type": "stop" + }, + { + "id": "8206", + "type": "stop" + }, + { + "id": "9070165", + "type": "stop" + }, + { + "id": "9070162", + "type": "stop" + }, + { + "id": "9070160", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { - "attributes": {}, - "id": "49831", + "attributes": { + "direction_id": 0, + "headsign": "Worcester" + }, + "id": "BaseWML-701941-537", "links": { - "self": "/stops/49831" + "self": "/trips/BaseWML-701941-537" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=49831" + "route": { + "data": { + "id": "CR-Worcester", + "type": "route" } }, - "parent_station": { - "data": null + "route_pattern": { + "data": { + "id": "CR-Worcester-3c40051f-0", + "type": "route_pattern" + } }, - "zone": { + "service": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "FALL 2024-SOUTHWKD-Weekday-42-Sb0e4ed14", + "type": "service" + } + }, + "shape": { + "data": { + "id": "9850002", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "NEC-2287", + "type": "stop" + }, + { + "id": "WML-0012-07", + "type": "stop" + }, + { + "id": "WML-0025-07", + "type": "stop" + }, + { + "id": "WML-0035-02", + "type": "stop" + }, + { + "id": "WML-0081-02", + "type": "stop" + }, + { + "id": "WML-0091-02", + "type": "stop" + }, + { + "id": "WML-0102-02", + "type": "stop" + }, + { + "id": "WML-0125-01", + "type": "stop" + }, + { + "id": "WML-0135-01", + "type": "stop" + }, + { + "id": "WML-0147-01", + "type": "stop" + }, + { + "id": "WML-0177-01", + "type": "stop" + }, + { + "id": "WML-0199-01", + "type": "stop" + }, + { + "id": "WML-0214-01", + "type": "stop" + }, + { + "id": "WML-0252-01", + "type": "stop" + }, + { + "id": "WML-0274-01", + "type": "stop" + }, + { + "id": "WML-0340-01", + "type": "stop" + }, + { + "id": "WML-0364-01", + "type": "stop" + }, + { + "id": "WML-0442-CS", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "3321", + "id": "394", "links": { - "self": "/stops/3321" + "self": "/stops/394" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3321" + "related": "/facilities/?filter[stop]=394" } }, "parent_station": { @@ -62971,14 +60589,14 @@ }, { "attributes": {}, - "id": "8250", + "id": "13856", "links": { - "self": "/stops/8250" + "self": "/stops/13856" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8250" + "related": "/facilities/?filter[stop]=13856" } }, "parent_station": { @@ -62995,14 +60613,14 @@ }, { "attributes": {}, - "id": "6369", + "id": "3855", "links": { - "self": "/stops/6369" + "self": "/stops/3855" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6369" + "related": "/facilities/?filter[stop]=3855" } }, "parent_station": { @@ -63018,42 +60636,144 @@ "type": "stop" }, { - "attributes": {}, - "id": "74634", + "attributes": { + "direction_id": 1, + "headsign": "Harvard" + }, + "id": "67007745", "links": { - "self": "/stops/74634" + "self": "/trips/67007745" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=74634" + "route": { + "data": { + "id": "71", + "type": "route" } }, - "parent_station": { + "route_pattern": { "data": { - "id": "place-boxdt", - "type": "stop" + "id": "71-1-1", + "type": "route_pattern" } }, - "zone": { + "service": { "data": { - "id": "SLWaterfrontNonLogan", - "type": "zone" + "id": "WinterWeekday", + "type": "service" + } + }, + "shape": { + "data": { + "id": "710140", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "8178", + "type": "stop" + }, + { + "id": "2048", + "type": "stop" + }, + { + "id": "2049", + "type": "stop" + }, + { + "id": "2050", + "type": "stop" + }, + { + "id": "2051", + "type": "stop" + }, + { + "id": "2052", + "type": "stop" + }, + { + "id": "2054", + "type": "stop" + }, + { + "id": "2056", + "type": "stop" + }, + { + "id": "2057", + "type": "stop" + }, + { + "id": "2058", + "type": "stop" + }, + { + "id": "2060", + "type": "stop" + }, + { + "id": "2061", + "type": "stop" + }, + { + "id": "2062", + "type": "stop" + }, + { + "id": "2064", + "type": "stop" + }, + { + "id": "2066", + "type": "stop" + }, + { + "id": "2067", + "type": "stop" + }, + { + "id": "2068", + "type": "stop" + }, + { + "id": "2070", + "type": "stop" + }, + { + "id": "2071", + "type": "stop" + }, + { + "id": "2073", + "type": "stop" + }, + { + "id": "2074", + "type": "stop" + }, + { + "id": "76124", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "114882", + "id": "76734", "links": { - "self": "/stops/114882" + "self": "/stops/76734" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=114882" + "related": "/facilities/?filter[stop]=76734" } }, "parent_station": { @@ -63069,46 +60789,39 @@ "type": "stop" }, { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Belmont Center", - "Harvard" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Belmont Center - Harvard via Huron Avenue", - "short_name": "75", - "sort_order": 50750, - "text_color": "000000", - "type": 3 - }, - "id": "75", + "attributes": {}, + "id": "2734", "links": { - "self": "/routes/75" + "self": "/stops/2734" }, "relationships": { - "line": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=2734" + } + }, + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "line-727475", - "type": "line" + "id": "LocalBus", + "type": "zone" } } }, - "type": "route" + "type": "stop" }, { "attributes": {}, - "id": "77", + "id": "8577", "links": { - "self": "/stops/77" + "self": "/stops/8577" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=77" + "related": "/facilities/?filter[stop]=8577" } }, "parent_station": { @@ -63125,14 +60838,14 @@ }, { "attributes": {}, - "id": "6476", + "id": "6201", "links": { - "self": "/stops/6476" + "self": "/stops/6201" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6476" + "related": "/facilities/?filter[stop]=6201" } }, "parent_station": { @@ -63149,14 +60862,14 @@ }, { "attributes": {}, - "id": "221", + "id": "392", "links": { - "self": "/stops/221" + "self": "/stops/392" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=221" + "related": "/facilities/?filter[stop]=392" } }, "parent_station": { @@ -63173,14 +60886,14 @@ }, { "attributes": {}, - "id": "6780", + "id": "7542", "links": { - "self": "/stops/6780" + "self": "/stops/7542" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6780" + "related": "/facilities/?filter[stop]=7542" } }, "parent_station": { @@ -63197,105 +60910,88 @@ }, { "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Liberty Tree Mall", - "Central Square, Lynn" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Liberty Tree Mall - Central Square, Lynn via Goodwin Circle", - "short_name": "436", - "sort_order": 54360, - "text_color": "000000", - "type": 3 + "color": "00843D", + "long_name": "Green Line", + "short_name": "", + "sort_order": 10032, + "text_color": "FFFFFF" }, - "id": "436", + "id": "line-Green", "links": { - "self": "/routes/436" - }, - "relationships": { - "line": { - "data": { - "id": "line-434435436", - "type": "line" - } - } + "self": "/lines/line-Green" }, - "type": "route" + "type": "line" }, { "attributes": { - "direction_id": 1, - "headsign": "Packard's Corner (Shuttle)" + "direction_id": 0, + "headsign": "Rockport" }, - "id": "BostonCollegePackardsCorner-1-sample", + "id": "MysticMaffa-717702-1115", "links": { - "self": "/trips/BostonCollegePackardsCorner-1-sample" + "self": "/trips/MysticMaffa-717702-1115" }, "relationships": { "route": { "data": { - "id": "Shuttle-BostonCollegePackardsCorner", + "id": "CR-Newburyport", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-BostonCollegePackardsCorner-0-1", + "id": "CR-Newburyport-3ed1999d-0", "type": "route_pattern" } }, "service": { "data": { - "id": "canonical", + "id": "Fall/WinterSaturday", "type": "service" } }, "shape": { "data": { - "id": "BostonCollegeToPackardsCorner-S", + "id": "9810007", "type": "shape" } }, "stops": { "data": [ { - "id": "9070107", + "id": "ER-0128-02", "type": "stop" }, { - "id": "9070110", + "id": "ER-0168-S", "type": "stop" }, { - "id": "9070112", + "id": "ER-0183-01", "type": "stop" }, { - "id": "9070114", + "id": "GB-0198-01", "type": "stop" }, { - "id": "9070116", + "id": "GB-0229-01", "type": "stop" }, { - "id": "9070120", + "id": "GB-0254-01", "type": "stop" }, { - "id": "9070128", + "id": "GB-0296-01", "type": "stop" }, { - "id": "9070130", + "id": "GB-0316-S", "type": "stop" }, { - "id": "9070134", + "id": "GB-0353-S", "type": "stop" } ] @@ -63305,14 +61001,14 @@ }, { "attributes": {}, - "id": "4174", + "id": "1486", "links": { - "self": "/stops/4174" + "self": "/stops/1486" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4174" + "related": "/facilities/?filter[stop]=1486" } }, "parent_station": { @@ -63329,14 +61025,14 @@ }, { "attributes": {}, - "id": "3941", + "id": "3326", "links": { - "self": "/stops/3941" + "self": "/stops/3326" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3941" + "related": "/facilities/?filter[stop]=3326" } }, "parent_station": { @@ -63353,14 +61049,41 @@ }, { "attributes": {}, - "id": "2082", + "id": "70170", "links": { - "self": "/stops/2082" + "self": "/stops/70170" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2082" + "related": "/facilities/?filter[stop]=70170" + } + }, + "parent_station": { + "data": { + "id": "place-newto", + "type": "stop" + } + }, + "zone": { + "data": { + "id": "RapidTransit", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "1056", + "links": { + "self": "/stops/1056" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=1056" } }, "parent_station": { @@ -63375,16 +61098,161 @@ }, "type": "stop" }, + { + "attributes": { + "direction_id": 0, + "headsign": "Forest Hills" + }, + "id": "66859549", + "links": { + "self": "/trips/66859549" + }, + "relationships": { + "route": { + "data": { + "id": "39", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "39-3-0", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "WinterWeekday", + "type": "service" + } + }, + "shape": { + "data": { + "id": "390163", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "23391", + "type": "stop" + }, + { + "id": "173", + "type": "stop" + }, + { + "id": "178", + "type": "stop" + }, + { + "id": "11388", + "type": "stop" + }, + { + "id": "31391", + "type": "stop" + }, + { + "id": "41391", + "type": "stop" + }, + { + "id": "61391", + "type": "stop" + }, + { + "id": "71391", + "type": "stop" + }, + { + "id": "91391", + "type": "stop" + }, + { + "id": "92391", + "type": "stop" + }, + { + "id": "1363", + "type": "stop" + }, + { + "id": "1365", + "type": "stop" + }, + { + "id": "21365", + "type": "stop" + }, + { + "id": "22365", + "type": "stop" + }, + { + "id": "31365", + "type": "stop" + }, + { + "id": "51365", + "type": "stop" + }, + { + "id": "61365", + "type": "stop" + }, + { + "id": "1160", + "type": "stop" + }, + { + "id": "1161", + "type": "stop" + }, + { + "id": "1164", + "type": "stop" + }, + { + "id": "11164", + "type": "stop" + }, + { + "id": "1939", + "type": "stop" + }, + { + "id": "99991", + "type": "stop" + }, + { + "id": "2006", + "type": "stop" + }, + { + "id": "2007", + "type": "stop" + }, + { + "id": "10642", + "type": "stop" + } + ] + } + }, + "type": "trip" + }, { "attributes": {}, - "id": "7331", + "id": "2731", "links": { - "self": "/stops/7331" + "self": "/stops/2731" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7331" + "related": "/facilities/?filter[stop]=2731" } }, "parent_station": { @@ -63401,14 +61269,14 @@ }, { "attributes": {}, - "id": "17813", + "id": "9100", "links": { - "self": "/stops/17813" + "self": "/stops/9100" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=17813" + "related": "/facilities/?filter[stop]=9100" } }, "parent_station": { @@ -63423,16 +61291,102 @@ }, "type": "stop" }, + { + "attributes": { + "direction_id": 1, + "headsign": "Salem (Express shuttle)" + }, + "id": "NewburyportSalemExpressBeverly-1-sample", + "links": { + "self": "/trips/NewburyportSalemExpressBeverly-1-sample" + }, + "relationships": { + "route": { + "data": { + "id": "Shuttle-NewburyportSalemExpress", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "Shuttle-NewburyportSalemExpress-0-1", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "canonical", + "type": "service" + } + }, + "shape": { + "data": { + "id": "NewburyportToSalemExpress-S", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "ER-0362-B", + "type": "stop" + }, + { + "id": "ER-0168-B", + "type": "stop" + } + ] + } + }, + "type": "trip" + }, + { + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Boston College", + "Government Center" + ], + "direction_names": [ + "West", + "East" + ], + "long_name": "Washington Street - Kenmore", + "short_name": "Green Line B Shuttle", + "sort_order": 62018, + "text_color": "000000", + "type": 3 + }, + "id": "Shuttle-KenmoreWashington", + "links": { + "self": "/routes/Shuttle-KenmoreWashington" + }, + "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, + "line": { + "data": { + "id": "line-Green", + "type": "line" + } + } + }, + "type": "route" + }, { "attributes": {}, - "id": "2551", + "id": "1558", "links": { - "self": "/stops/2551" + "self": "/stops/1558" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2551" + "related": "/facilities/?filter[stop]=1558" } }, "parent_station": { @@ -63449,14 +61403,14 @@ }, { "attributes": {}, - "id": "1437", + "id": "7251", "links": { - "self": "/stops/1437" + "self": "/stops/7251" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1437" + "related": "/facilities/?filter[stop]=7251" } }, "parent_station": { @@ -63473,14 +61427,14 @@ }, { "attributes": {}, - "id": "413", + "id": "638", "links": { - "self": "/stops/413" + "self": "/stops/638" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=413" + "related": "/facilities/?filter[stop]=638" } }, "parent_station": { @@ -63497,155 +61451,118 @@ }, { "attributes": { - "direction_id": 1, - "headsign": "Forest Hills" + "direction_id": 0, + "headsign": "Clarendon Hill" }, - "id": "62145626", + "id": "67007732", "links": { - "self": "/trips/62145626" + "self": "/trips/67007732" }, "relationships": { "route": { "data": { - "id": "31", + "id": "88", "type": "route" } }, "route_pattern": { "data": { - "id": "31-_-1", + "id": "88-1-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "310117", + "id": "880151", "type": "shape" } }, "stops": { "data": [ { - "id": "18511", + "id": "2662", "type": "stop" }, { - "id": "1722", + "id": "2664", "type": "stop" }, { - "id": "1723", + "id": "2665", "type": "stop" }, { - "id": "1724", + "id": "2666", "type": "stop" }, { - "id": "1725", + "id": "2667", "type": "stop" }, { - "id": "1726", + "id": "2668", "type": "stop" }, { - "id": "1728", + "id": "2669", "type": "stop" }, { - "id": "1730", + "id": "2670", "type": "stop" }, { - "id": "543", + "id": "2671", "type": "stop" }, { - "id": "544", + "id": "2672", "type": "stop" }, { - "id": "9406", + "id": "2673", "type": "stop" }, { - "id": "545", + "id": "2628", "type": "stop" }, { - "id": "546", + "id": "5104", "type": "stop" }, { - "id": "11522", + "id": "2631", "type": "stop" }, { - "id": "547", + "id": "2632", "type": "stop" }, { - "id": "875", + "id": "2634", "type": "stop" - } - ] - } - }, - "type": "trip" - }, - { - "attributes": { - "direction_id": 1, - "headsign": "Oak Grove (Shuttle)" - }, - "id": "OakGroveWellingtonViaMaldenEastExtended-1-sample", - "links": { - "self": "/trips/OakGroveWellingtonViaMaldenEastExtended-1-sample" - }, - "relationships": { - "route": { - "data": { - "id": "Shuttle-OakGroveWellingtonViaMaldenEast", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Shuttle-OakGroveWellingtonViaMaldenEast-0-1", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "canonical", - "type": "service" - } - }, - "shape": { - "data": { - "id": "WellingtonToOakGroveViaMaldenEast-S", - "type": "shape" - } - }, - "stops": { - "data": [ + }, { - "id": "5271", + "id": "2635", "type": "stop" }, { - "id": "53270", + "id": "2715", "type": "stop" }, { - "id": "9328", + "id": "2636", + "type": "stop" + }, + { + "id": "2637", "type": "stop" } ] @@ -63655,38 +61572,38 @@ }, { "attributes": {}, - "id": "36466", + "id": "GB-0296-B2", "links": { - "self": "/stops/36466" + "self": "/stops/GB-0296-B2" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=36466" + "related": "/facilities/?filter[stop]=GB-0296-B2" } }, "parent_station": { - "data": null - }, - "zone": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "place-GB-0296", + "type": "stop" } + }, + "zone": { + "data": null } }, "type": "stop" }, { "attributes": {}, - "id": "9139", + "id": "917", "links": { - "self": "/stops/9139" + "self": "/stops/917" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9139" + "related": "/facilities/?filter[stop]=917" } }, "parent_station": { @@ -63703,14 +61620,14 @@ }, { "attributes": {}, - "id": "6254", + "id": "9087", "links": { - "self": "/stops/6254" + "self": "/stops/9087" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6254" + "related": "/facilities/?filter[stop]=9087" } }, "parent_station": { @@ -63727,38 +61644,38 @@ }, { "attributes": {}, - "id": "WR-0075-B2", + "id": "45821", "links": { - "self": "/stops/WR-0075-B2" + "self": "/stops/45821" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=WR-0075-B2" + "related": "/facilities/?filter[stop]=45821" } }, "parent_station": { - "data": { - "id": "place-WR-0075", - "type": "stop" - } + "data": null }, "zone": { - "data": null + "data": { + "id": "LocalBus", + "type": "zone" + } } }, "type": "stop" }, { "attributes": {}, - "id": "8603", + "id": "900", "links": { - "self": "/stops/8603" + "self": "/stops/900" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8603" + "related": "/facilities/?filter[stop]=900" } }, "parent_station": { @@ -63773,89 +61690,16 @@ }, "type": "stop" }, - { - "attributes": { - "direction_id": 0, - "headsign": "Readville (Shuttle)" - }, - "id": "ReadvilleSouthStationFMT-0-sample", - "links": { - "self": "/trips/ReadvilleSouthStationFMT-0-sample" - }, - "relationships": { - "route": { - "data": { - "id": "Shuttle-ReadvilleSouthStation", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Shuttle-ReadvilleSouthStation-0-0", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "canonical", - "type": "service" - } - }, - "shape": { - "data": { - "id": "SouthStationToReadvilleViaFairmount-S", - "type": "shape" - } - }, - "stops": { - "data": [ - { - "id": "NEC-2287-B", - "type": "stop" - }, - { - "id": "DB-2265-B1", - "type": "stop" - }, - { - "id": "DB-2258-B0", - "type": "stop" - }, - { - "id": "DB-2249-B2", - "type": "stop" - }, - { - "id": "DB-2240-B0", - "type": "stop" - }, - { - "id": "DB-2230-B0", - "type": "stop" - }, - { - "id": "DB-2222-B0", - "type": "stop" - }, - { - "id": "DB-2205-B0", - "type": "stop" - } - ] - } - }, - "type": "trip" - }, { "attributes": {}, - "id": "88171", + "id": "38411", "links": { - "self": "/stops/88171" + "self": "/stops/38411" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=88171" + "related": "/facilities/?filter[stop]=38411" } }, "parent_station": { @@ -63872,22 +61716,25 @@ }, { "attributes": {}, - "id": "283", + "id": "74630", "links": { - "self": "/stops/283" + "self": "/stops/74630" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=283" + "related": "/facilities/?filter[stop]=74630" } }, "parent_station": { - "data": null + "data": { + "id": "place-chels", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "SLWaterfrontNonLogan", "type": "zone" } } @@ -63896,25 +61743,22 @@ }, { "attributes": {}, - "id": "ER-0183-01", + "id": "4066", "links": { - "self": "/stops/ER-0183-01" + "self": "/stops/4066" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=ER-0183-01" + "related": "/facilities/?filter[stop]=4066" } }, "parent_station": { - "data": { - "id": "place-ER-0183", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "CR-zone-4", + "id": "LocalBus", "type": "zone" } } @@ -63923,14 +61767,14 @@ }, { "attributes": {}, - "id": "593", + "id": "3527", "links": { - "self": "/stops/593" + "self": "/stops/3527" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=593" + "related": "/facilities/?filter[stop]=3527" } }, "parent_station": { @@ -63947,14 +61791,14 @@ }, { "attributes": {}, - "id": "5714", + "id": "3094", "links": { - "self": "/stops/5714" + "self": "/stops/3094" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5714" + "related": "/facilities/?filter[stop]=3094" } }, "parent_station": { @@ -63971,14 +61815,14 @@ }, { "attributes": {}, - "id": "1058", + "id": "3901", "links": { - "self": "/stops/1058" + "self": "/stops/3901" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1058" + "related": "/facilities/?filter[stop]=3901" } }, "parent_station": { @@ -63995,14 +61839,14 @@ }, { "attributes": {}, - "id": "2811", + "id": "5754", "links": { - "self": "/stops/2811" + "self": "/stops/5754" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2811" + "related": "/facilities/?filter[stop]=5754" } }, "parent_station": { @@ -64019,14 +61863,14 @@ }, { "attributes": {}, - "id": "3864", + "id": "11259", "links": { - "self": "/stops/3864" + "self": "/stops/11259" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3864" + "related": "/facilities/?filter[stop]=11259" } }, "parent_station": { @@ -64045,27 +61889,33 @@ "attributes": { "color": "FFC72C", "direction_destinations": [ - "Braintree", - "Alewife" + "Newburyport", + "North Station" ], "direction_names": [ - "South", - "North" + "Outbound", + "Inbound" ], - "long_name": "North Quincy - JFK/UMass", - "short_name": "Red Line Shuttle", - "sort_order": 61995, + "long_name": "Newburyport - Salem (Express)", + "short_name": "Newburyport Line Shuttle", + "sort_order": 62075, "text_color": "000000", "type": 3 }, - "id": "Shuttle-JFKNorthQuincy", + "id": "Shuttle-NewburyportSalemExpress", "links": { - "self": "/routes/Shuttle-JFKNorthQuincy" + "self": "/routes/Shuttle-NewburyportSalemExpress" }, "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, "line": { "data": { - "id": "line-Red", + "id": "line-Newburyport", "type": "line" } } @@ -64073,129 +61923,39 @@ "type": "route" }, { - "attributes": { - "direction_id": 0, - "headsign": "Foxboro" - }, - "id": "CR-670248-751", + "attributes": {}, + "id": "3612", "links": { - "self": "/trips/CR-670248-751" - }, - "relationships": { - "route": { - "data": { - "id": "CR-Franklin", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "CR-Franklin-1af2beab-0", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "SPRING2024-SOUTHWKD-Weekday-1-S85407dc6", - "type": "service" - } - }, - "shape": { - "data": { - "id": "SouthStationToFoxboroViaBackBay", - "type": "shape" - } - }, - "stops": { - "data": [ - { - "id": "NEC-2287", - "type": "stop" - }, - { - "id": "NEC-2276-01", - "type": "stop" - }, - { - "id": "NEC-2265-01", - "type": "stop" - }, - { - "id": "NEC-2237-03", - "type": "stop" - }, - { - "id": "NEC-2203-03", - "type": "stop" - }, - { - "id": "FB-0095-05", - "type": "stop" - }, - { - "id": "FB-0109-01", - "type": "stop" - }, - { - "id": "FB-0118-01", - "type": "stop" - }, - { - "id": "FB-0125-01", - "type": "stop" - }, - { - "id": "FB-0143-01", - "type": "stop" - }, - { - "id": "FB-0148-01", - "type": "stop" - }, - { - "id": "FB-0166-S", - "type": "stop" - }, - { - "id": "FS-0049-S", - "type": "stop" - } - ] - } - }, - "type": "trip" - }, - { - "attributes": {}, - "id": "9070073", - "links": { - "self": "/stops/9070073" + "self": "/stops/3612" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9070073" + "related": "/facilities/?filter[stop]=3612" } }, "parent_station": { "data": null }, "zone": { - "data": null + "data": { + "id": "LocalBus", + "type": "zone" + } } }, "type": "stop" }, { "attributes": {}, - "id": "67618", + "id": "5233", "links": { - "self": "/stops/67618" + "self": "/stops/5233" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=67618" + "related": "/facilities/?filter[stop]=5233" } }, "parent_station": { @@ -64210,30 +61970,16 @@ }, "type": "stop" }, - { - "attributes": { - "color": "FFC72C", - "long_name": "Beth Israel Deaconess, Boston Medical Center, or Nubian - Andrew or Logan Airport", - "short_name": "CT3/171", - "sort_order": 40030, - "text_color": "000000" - }, - "id": "line-171708", - "links": { - "self": "/lines/line-171708" - }, - "type": "line" - }, { "attributes": {}, - "id": "1142", + "id": "1089", "links": { - "self": "/stops/1142" + "self": "/stops/1089" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1142" + "related": "/facilities/?filter[stop]=1089" } }, "parent_station": { @@ -64248,189 +61994,23 @@ }, "type": "stop" }, - { - "attributes": { - "direction_id": 1, - "headsign": "Forest Hills" - }, - "id": "62144846", - "links": { - "self": "/trips/62144846" - }, - "relationships": { - "route": { - "data": { - "id": "36", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "36-1-1", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "SpringWeekday", - "type": "service" - } - }, - "shape": { - "data": { - "id": "360368", - "type": "shape" - } - }, - "stops": { - "data": [ - { - "id": "67120", - "type": "stop" - }, - { - "id": "10821", - "type": "stop" - }, - { - "id": "774", - "type": "stop" - }, - { - "id": "775", - "type": "stop" - }, - { - "id": "776", - "type": "stop" - }, - { - "id": "777", - "type": "stop" - }, - { - "id": "10777", - "type": "stop" - }, - { - "id": "778", - "type": "stop" - }, - { - "id": "779", - "type": "stop" - }, - { - "id": "780", - "type": "stop" - }, - { - "id": "781", - "type": "stop" - }, - { - "id": "782", - "type": "stop" - }, - { - "id": "783", - "type": "stop" - }, - { - "id": "784", - "type": "stop" - }, - { - "id": "785", - "type": "stop" - }, - { - "id": "786", - "type": "stop" - }, - { - "id": "787", - "type": "stop" - }, - { - "id": "788", - "type": "stop" - }, - { - "id": "789", - "type": "stop" - }, - { - "id": "790", - "type": "stop" - }, - { - "id": "791", - "type": "stop" - }, - { - "id": "792", - "type": "stop" - }, - { - "id": "793", - "type": "stop" - }, - { - "id": "795", - "type": "stop" - }, - { - "id": "636", - "type": "stop" - }, - { - "id": "637", - "type": "stop" - }, - { - "id": "638", - "type": "stop" - }, - { - "id": "639", - "type": "stop" - }, - { - "id": "640", - "type": "stop" - }, - { - "id": "641", - "type": "stop" - }, - { - "id": "642", - "type": "stop" - }, - { - "id": "10642", - "type": "stop" - } - ] - } - }, - "type": "trip" - }, { "attributes": {}, - "id": "2896", + "id": "5104", "links": { - "self": "/stops/2896" + "self": "/stops/5104" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2896" + "related": "/facilities/?filter[stop]=5104" } }, "parent_station": { - "data": null + "data": { + "id": "place-davis", + "type": "stop" + } }, "zone": { "data": { @@ -64443,14 +62023,14 @@ }, { "attributes": {}, - "id": "8236", + "id": "3133", "links": { - "self": "/stops/8236" + "self": "/stops/3133" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8236" + "related": "/facilities/?filter[stop]=3133" } }, "parent_station": { @@ -64467,14 +62047,14 @@ }, { "attributes": {}, - "id": "1927", + "id": "47620", "links": { - "self": "/stops/1927" + "self": "/stops/47620" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1927" + "related": "/facilities/?filter[stop]=47620" } }, "parent_station": { @@ -64490,39 +62070,80 @@ "type": "stop" }, { - "attributes": {}, - "id": "83111", + "attributes": { + "direction_id": 0, + "headsign": "Forge Park/495 (Shuttle)" + }, + "id": "ForgeParkNorwoodCentral-0-sample", "links": { - "self": "/stops/83111" + "self": "/trips/ForgeParkNorwoodCentral-0-sample" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=83111" + "route": { + "data": { + "id": "Shuttle-ForgeParkNorwoodCentral", + "type": "route" } }, - "parent_station": { - "data": null + "route_pattern": { + "data": { + "id": "Shuttle-ForgeParkNorwoodCentral-0-0", + "type": "route_pattern" + } }, - "zone": { + "service": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "canonical", + "type": "service" + } + }, + "shape": { + "data": { + "id": "NorwoodCentralToForgePark-S", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "Norwood Central-S", + "type": "stop" + }, + { + "id": "Windsor Gardens-S", + "type": "stop" + }, + { + "id": "FB-0191-B", + "type": "stop" + }, + { + "id": "FB-0230-B", + "type": "stop" + }, + { + "id": "FB-0275-B0", + "type": "stop" + }, + { + "id": "FB-0303-B", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "2741", + "id": "17354", "links": { - "self": "/stops/2741" + "self": "/stops/17354" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2741" + "related": "/facilities/?filter[stop]=17354" } }, "parent_station": { @@ -64539,14 +62160,14 @@ }, { "attributes": {}, - "id": "3252", + "id": "3627", "links": { - "self": "/stops/3252" + "self": "/stops/3627" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3252" + "related": "/facilities/?filter[stop]=3627" } }, "parent_station": { @@ -64563,14 +62184,14 @@ }, { "attributes": {}, - "id": "5084", + "id": "13854", "links": { - "self": "/stops/5084" + "self": "/stops/13854" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5084" + "related": "/facilities/?filter[stop]=13854" } }, "parent_station": { @@ -64587,14 +62208,14 @@ }, { "attributes": {}, - "id": "4155", + "id": "608", "links": { - "self": "/stops/4155" + "self": "/stops/608" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4155" + "related": "/facilities/?filter[stop]=608" } }, "parent_station": { @@ -64610,42 +62231,52 @@ "type": "stop" }, { - "attributes": {}, - "id": "NEC-2265-01", + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Ashmont Station", + "Norfolk Street Loop" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Ashmont Station - Norfolk Street Loop", + "short_name": "26", + "sort_order": 50260, + "text_color": "000000", + "type": 3 + }, + "id": "26", "links": { - "self": "/stops/NEC-2265-01" + "self": "/routes/26" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=NEC-2265-01" - } - }, - "parent_station": { + "agency": { "data": { - "id": "place-rugg", - "type": "stop" + "id": "1", + "type": "agency" } }, - "zone": { + "line": { "data": { - "id": "CR-zone-1A", - "type": "zone" + "id": "line-26", + "type": "line" } } }, - "type": "stop" + "type": "route" }, { "attributes": {}, - "id": "111179", + "id": "5225", "links": { - "self": "/stops/111179" + "self": "/stops/5225" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=111179" + "related": "/facilities/?filter[stop]=5225" } }, "parent_station": { @@ -64661,39 +62292,52 @@ "type": "stop" }, { - "attributes": {}, - "id": "7448", + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "City Point", + "Copley Square" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "City Point - Copley Square", + "short_name": "10", + "sort_order": 50100, + "text_color": "000000", + "type": 3 + }, + "id": "10", "links": { - "self": "/stops/7448" + "self": "/routes/10" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=7448" + "agency": { + "data": { + "id": "1", + "type": "agency" } }, - "parent_station": { - "data": null - }, - "zone": { + "line": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "line-10", + "type": "line" } } }, - "type": "stop" + "type": "route" }, { "attributes": {}, - "id": "1237", + "id": "7921", "links": { - "self": "/stops/1237" + "self": "/stops/7921" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1237" + "related": "/facilities/?filter[stop]=7921" } }, "parent_station": { @@ -64711,305 +62355,173 @@ { "attributes": { "direction_id": 0, - "headsign": "Forge Park/495 (Shuttle)" + "headsign": "City Point" }, - "id": "ForgeParkReadville-0-sample", + "id": "66651021", "links": { - "self": "/trips/ForgeParkReadville-0-sample" + "self": "/trips/66651021" }, "relationships": { "route": { "data": { - "id": "Shuttle-ForgeParkReadville", + "id": "11", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-ForgeParkReadville-0-0", + "id": "11-3-0", "type": "route_pattern" } }, "service": { "data": { - "id": "canonical", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "ReadvilleForgePark-S", + "id": "110133", "type": "shape" } }, "stops": { "data": [ { - "id": "DB-0095-B0", + "id": "16538", "type": "stop" }, { - "id": "Dedham Corp Center-S", + "id": "6564", "type": "stop" }, { - "id": "Norwood Central-S", + "id": "11219", "type": "stop" }, { - "id": "Windsor Gardens-S", + "id": "11419", "type": "stop" }, { - "id": "FB-0191-B", + "id": "11319", "type": "stop" }, { - "id": "FB-0230-B", + "id": "151", "type": "stop" }, { - "id": "FB-0275-B0", + "id": "249", "type": "stop" }, { - "id": "FB-0303-B", + "id": "250", "type": "stop" - } - ] - } - }, - "type": "trip" - }, - { - "attributes": {}, - "id": "848", - "links": { - "self": "/stops/848" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=848" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "6689", - "links": { - "self": "/stops/6689" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=6689" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "70229", - "links": { - "self": "/stops/70229" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=70229" - } - }, - "parent_station": { - "data": { - "id": "place-bcnwa", - "type": "stop" - } - }, - "zone": { - "data": { - "id": "RapidTransit", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "4862", - "links": { - "self": "/stops/4862" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=4862" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "49828", - "links": { - "self": "/stops/49828" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=49828" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": { - "direction_id": 0, - "headsign": "Winthrop Beach" - }, - "id": "61940879", - "links": { - "self": "/trips/61940879" - }, - "relationships": { - "route": { - "data": { - "id": "713", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "713-1-0", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "SpringWeekday", - "type": "service" - } - }, - "shape": { - "data": { - "id": "7130068", - "type": "shape" - } - }, - "stops": { - "data": [ + }, { - "id": "15880", + "id": "251", "type": "stop" }, { - "id": "109802", + "id": "269", "type": "stop" }, { - "id": "109804", + "id": "252", "type": "stop" }, { - "id": "109805", + "id": "253", "type": "stop" }, { - "id": "109806", + "id": "254", "type": "stop" }, { - "id": "109808", + "id": "255", "type": "stop" }, { - "id": "109809", + "id": "256", "type": "stop" }, { - "id": "109810", + "id": "258", "type": "stop" }, { - "id": "109811", + "id": "25800", "type": "stop" }, { - "id": "109812", + "id": "259", "type": "stop" }, { - "id": "109814", + "id": "260", "type": "stop" }, { - "id": "109815", + "id": "261", "type": "stop" }, { - "id": "109816", + "id": "262", "type": "stop" }, { - "id": "109817", + "id": "263", "type": "stop" }, { - "id": "109818", + "id": "264", "type": "stop" }, { - "id": "109819", + "id": "265", "type": "stop" }, { - "id": "109820", + "id": "266", "type": "stop" }, { - "id": "109821", + "id": "267", + "type": "stop" + }, + { + "id": "268", + "type": "stop" + }, + { + "id": "270", + "type": "stop" + }, + { + "id": "30270", + "type": "stop" + }, + { + "id": "30272", + "type": "stop" + }, + { + "id": "32", + "type": "stop" + }, + { + "id": "10031", + "type": "stop" + }, + { + "id": "10032", + "type": "stop" + }, + { + "id": "33", "type": "stop" } ] @@ -65018,46 +62530,39 @@ "type": "trip" }, { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Kennedy Drive or Jack Satter House", - "Malden Center Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Kennedy Drive or Jack Satter House - Malden Center Station", - "short_name": "411", - "sort_order": 54110, - "text_color": "000000", - "type": 3 - }, - "id": "411", + "attributes": {}, + "id": "2226", "links": { - "self": "/routes/411" + "self": "/stops/2226" }, "relationships": { - "line": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=2226" + } + }, + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "line-411430", - "type": "line" + "id": "LocalBus", + "type": "zone" } } }, - "type": "route" + "type": "stop" }, { "attributes": {}, - "id": "5429", + "id": "6749", "links": { - "self": "/stops/5429" + "self": "/stops/6749" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5429" + "related": "/facilities/?filter[stop]=6749" } }, "parent_station": { @@ -65074,14 +62579,14 @@ }, { "attributes": {}, - "id": "2618", + "id": "3945", "links": { - "self": "/stops/2618" + "self": "/stops/3945" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2618" + "related": "/facilities/?filter[stop]=3945" } }, "parent_station": { @@ -65098,78 +62603,90 @@ }, { "attributes": { - "direction_id": 0, - "headsign": "Riverside (Shuttle)" + "direction_id": 1, + "headsign": "North Station" }, - "id": "BrooklineVillageRiversidePartial-0-sample", + "id": "NorthWKDYF24-696238-280-HaverhillBradfordVan", "links": { - "self": "/trips/BrooklineVillageRiversidePartial-0-sample" + "self": "/trips/NorthWKDYF24-696238-280-HaverhillBradfordVan" }, "relationships": { "route": { "data": { - "id": "Shuttle-BrooklineVillageRiverside", + "id": "CR-Haverhill", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-BrooklineVillageRiverside-0-0", + "id": "CR-Haverhill-dcfde8e9-1", "type": "route_pattern" } }, "service": { "data": { - "id": "canonical", + "id": "FALL 2024-N-Wdy-1-S6561ad1d-HvlBrdVn", "type": "service" } }, "shape": { "data": { - "id": "BrooklineVillageToRiverside-S", + "id": "9820001", "type": "shape" } }, "stops": { "data": [ { - "id": "11366", + "id": "WR-0264-02", "type": "stop" }, { - "id": "9070178", + "id": "WR-0228-02", "type": "stop" }, { - "id": "21917", + "id": "WR-0205-02", "type": "stop" }, { - "id": "1540", + "id": "WR-0163-S", "type": "stop" }, { - "id": "9070171", + "id": "WR-0120-S", "type": "stop" }, { - "id": "9170169", + "id": "WR-0099-02", "type": "stop" }, { - "id": "8206", + "id": "WR-0085-02", "type": "stop" }, { - "id": "9070165", + "id": "WR-0075-02", "type": "stop" }, { - "id": "9070162", + "id": "WR-0067-02", "type": "stop" }, { - "id": "38155", + "id": "WR-0062-02", + "type": "stop" + }, + { + "id": "WR-0053-S", + "type": "stop" + }, + { + "id": "WR-0045-S", + "type": "stop" + }, + { + "id": "BNT-0000", "type": "stop" } ] @@ -65179,38 +62696,14 @@ }, { "attributes": {}, - "id": "1064", - "links": { - "self": "/stops/1064" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=1064" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "4789", + "id": "111196", "links": { - "self": "/stops/4789" + "self": "/stops/111196" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4789" + "related": "/facilities/?filter[stop]=111196" } }, "parent_station": { @@ -65227,45 +62720,45 @@ }, { "attributes": {}, - "id": "GRB-0118-S", + "id": "FR-0115-B0", "links": { - "self": "/stops/GRB-0118-S" + "self": "/stops/FR-0115-B0" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=GRB-0118-S" + "related": "/facilities/?filter[stop]=FR-0115-B0" } }, "parent_station": { "data": { - "id": "place-GRB-0118", + "id": "place-FR-0115", "type": "stop" } }, "zone": { - "data": { - "id": "CR-zone-2", - "type": "zone" - } + "data": null } }, "type": "stop" }, { "attributes": {}, - "id": "44618", + "id": "64000", "links": { - "self": "/stops/44618" + "self": "/stops/64000" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=44618" + "related": "/facilities/?filter[stop]=64000" } }, "parent_station": { - "data": null + "data": { + "id": "place-nubn", + "type": "stop" + } }, "zone": { "data": { @@ -65278,14 +62771,14 @@ }, { "attributes": {}, - "id": "9035", + "id": "9229", "links": { - "self": "/stops/9035" + "self": "/stops/9229" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9035" + "related": "/facilities/?filter[stop]=9229" } }, "parent_station": { @@ -65302,41 +62795,38 @@ }, { "attributes": {}, - "id": "NB-0137-B1", + "id": "WML-0035-B0", "links": { - "self": "/stops/NB-0137-B1" + "self": "/stops/WML-0035-B0" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=NB-0137-B1" + "related": "/facilities/?filter[stop]=WML-0035-B0" } }, "parent_station": { "data": { - "id": "place-NB-0137", + "id": "place-WML-0035", "type": "stop" } }, "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } + "data": null } }, "type": "stop" }, { "attributes": {}, - "id": "438", + "id": "2319", "links": { - "self": "/stops/438" + "self": "/stops/2319" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=438" + "related": "/facilities/?filter[stop]=2319" } }, "parent_station": { @@ -65353,227 +62843,283 @@ }, { "attributes": { - "direction_id": 0, - "headsign": "Waltham Highlands" + "direction_id": 1, + "headsign": "Fields Corner" }, - "id": "61393994", + "id": "67238489", "links": { - "self": "/trips/61393994" + "self": "/trips/67238489" }, "relationships": { "route": { "data": { - "id": "556", + "id": "215", "type": "route" } }, "route_pattern": { "data": { - "id": "556-6-0", + "id": "215-3-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterSunday", "type": "service" } }, "shape": { "data": { - "id": "5560068", + "id": "2150203", "type": "shape" } }, "stops": { "data": [ { - "id": "903", + "id": "32003", "type": "stop" }, { - "id": "7640", + "id": "3326", "type": "stop" }, { - "id": "7641", + "id": "3327", "type": "stop" }, { - "id": "7642", + "id": "3328", "type": "stop" }, { - "id": "7643", + "id": "3330", "type": "stop" }, { - "id": "7644", + "id": "3331", "type": "stop" }, { - "id": "8167", + "id": "3333", "type": "stop" }, { - "id": "8168", + "id": "3332", "type": "stop" }, { - "id": "81681", + "id": "3335", "type": "stop" }, { - "id": "81682", + "id": "3336", "type": "stop" }, { - "id": "81683", + "id": "3337", "type": "stop" }, { - "id": "81685", + "id": "3338", "type": "stop" }, { - "id": "81686", + "id": "3339", "type": "stop" }, { - "id": "81687", + "id": "3341", "type": "stop" }, { - "id": "81688", + "id": "3342", "type": "stop" }, { - "id": "7752", + "id": "3343", "type": "stop" }, { - "id": "77521", + "id": "3344", "type": "stop" }, { - "id": "7753", + "id": "3345", "type": "stop" }, { - "id": "7754", + "id": "3347", "type": "stop" }, { - "id": "77541", + "id": "3348", "type": "stop" }, { - "id": "7755", + "id": "3349", "type": "stop" }, { - "id": "77551", + "id": "3350", "type": "stop" }, { - "id": "7845", + "id": "3351", "type": "stop" }, { - "id": "7846", + "id": "3352", "type": "stop" }, { - "id": "17846", + "id": "3353", "type": "stop" }, { - "id": "76597", + "id": "3354", "type": "stop" }, { - "id": "86971", + "id": "3356", "type": "stop" }, { - "id": "86944", + "id": "3358", "type": "stop" }, { - "id": "869451", + "id": "3359", "type": "stop" }, { - "id": "7859", + "id": "3360", "type": "stop" }, { - "id": "7861", + "id": "3361", "type": "stop" }, { - "id": "7862", + "id": "3362", "type": "stop" }, { - "id": "7864", + "id": "3363", "type": "stop" }, { - "id": "7721", + "id": "3364", "type": "stop" }, { - "id": "7722", + "id": "3365", "type": "stop" }, { - "id": "7723", + "id": "3366", "type": "stop" }, { - "id": "7724", + "id": "3368", "type": "stop" - } - ] - } - }, - "type": "trip" - }, - { - "attributes": {}, - "id": "109809", - "links": { - "self": "/stops/109809" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=109809" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } + }, + { + "id": "3369", + "type": "stop" + }, + { + "id": "33691", + "type": "stop" + }, + { + "id": "3370", + "type": "stop" + }, + { + "id": "3371", + "type": "stop" + }, + { + "id": "3372", + "type": "stop" + }, + { + "id": "3373", + "type": "stop" + }, + { + "id": "533", + "type": "stop" + }, + { + "id": "534", + "type": "stop" + }, + { + "id": "334", + "type": "stop" + }, + { + "id": "30336", + "type": "stop" + }, + { + "id": "337", + "type": "stop" + }, + { + "id": "338", + "type": "stop" + }, + { + "id": "339", + "type": "stop" + }, + { + "id": "340", + "type": "stop" + }, + { + "id": "341", + "type": "stop" + }, + { + "id": "342", + "type": "stop" + }, + { + "id": "343", + "type": "stop" + }, + { + "id": "32501", + "type": "stop" + }, + { + "id": "322", + "type": "stop" + }, + { + "id": "323", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "20", + "id": "4717", "links": { - "self": "/stops/20" + "self": "/stops/4717" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=20" + "related": "/facilities/?filter[stop]=4717" } }, "parent_station": { @@ -65590,14 +63136,14 @@ }, { "attributes": {}, - "id": "4931", + "id": "6275", "links": { - "self": "/stops/4931" + "self": "/stops/6275" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4931" + "related": "/facilities/?filter[stop]=6275" } }, "parent_station": { @@ -65614,14 +63160,14 @@ }, { "attributes": {}, - "id": "15054", + "id": "7405", "links": { - "self": "/stops/15054" + "self": "/stops/7405" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=15054" + "related": "/facilities/?filter[stop]=7405" } }, "parent_station": { @@ -65638,41 +63184,14 @@ }, { "attributes": {}, - "id": "FR-0115-02", - "links": { - "self": "/stops/FR-0115-02" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=FR-0115-02" - } - }, - "parent_station": { - "data": { - "id": "place-FR-0115", - "type": "stop" - } - }, - "zone": { - "data": { - "id": "CR-zone-2", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "111864", + "id": "8344", "links": { - "self": "/stops/111864" + "self": "/stops/8344" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=111864" + "related": "/facilities/?filter[stop]=8344" } }, "parent_station": { @@ -65689,22 +63208,25 @@ }, { "attributes": {}, - "id": "390", + "id": "70150", "links": { - "self": "/stops/390" + "self": "/stops/70150" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=390" + "related": "/facilities/?filter[stop]=70150" } }, "parent_station": { - "data": null + "data": { + "id": "place-kencl", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -65713,42 +63235,42 @@ }, { "attributes": {}, - "id": "6394", + "id": "9070005", "links": { - "self": "/stops/6394" + "self": "/stops/9070005" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6394" + "related": "/facilities/?filter[stop]=9070005" } }, "parent_station": { "data": null }, "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } + "data": null } }, "type": "stop" }, { "attributes": {}, - "id": "3988", + "id": "29007", "links": { - "self": "/stops/3988" + "self": "/stops/29007" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3988" + "related": "/facilities/?filter[stop]=29007" } }, "parent_station": { - "data": null + "data": { + "id": "place-sull", + "type": "stop" + } }, "zone": { "data": { @@ -65761,14 +63283,14 @@ }, { "attributes": {}, - "id": "13832", + "id": "7864", "links": { - "self": "/stops/13832" + "self": "/stops/7864" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=13832" + "related": "/facilities/?filter[stop]=7864" } }, "parent_station": { @@ -65784,267 +63306,228 @@ "type": "stop" }, { - "attributes": {}, - "id": "33076", + "attributes": { + "direction_id": 1, + "headsign": "Oak Grove (Local shuttle)" + }, + "id": "OakGroveSalemLocalNewburyport-1-sample", "links": { - "self": "/stops/33076" + "self": "/trips/OakGroveSalemLocalNewburyport-1-sample" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=33076" + "route": { + "data": { + "id": "Shuttle-OakGroveSalemLocal", + "type": "route" } }, - "parent_station": { - "data": null - }, - "zone": { + "route_pattern": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "4787", - "links": { - "self": "/stops/4787" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=4787" + "id": "Shuttle-OakGroveSalemLocal-0-1", + "type": "route_pattern" } }, - "parent_station": { - "data": null + "service": { + "data": { + "id": "canonical", + "type": "service" + } }, - "zone": { + "shape": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "SalemToOakGroveLocal-S", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "ER-0168-B", + "type": "stop" + }, + { + "id": "ER-0128-B1", + "type": "stop" + }, + { + "id": "14748", + "type": "stop" + }, + { + "id": "9328", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": { "direction_id": 0, - "headsign": "Cedarwood" + "headsign": "Roberts" }, - "id": "61849650", + "id": "66645814", "links": { - "self": "/trips/61849650" + "self": "/trips/66645814" }, "relationships": { "route": { "data": { - "id": "70", + "id": "553", "type": "route" } }, "route_pattern": { "data": { - "id": "70-5-0", + "id": "553-6-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "700262", + "id": "5530149", "type": "shape" } }, "stops": { "data": [ { - "id": "730", - "type": "stop" - }, - { - "id": "2755", - "type": "stop" - }, - { - "id": "1123", - "type": "stop" - }, - { - "id": "2444", - "type": "stop" - }, - { - "id": "1061", - "type": "stop" - }, - { - "id": "1062", - "type": "stop" - }, - { - "id": "1064", - "type": "stop" - }, - { - "id": "1067", - "type": "stop" - }, - { - "id": "1068", - "type": "stop" - }, - { - "id": "1070", - "type": "stop" - }, - { - "id": "1071", - "type": "stop" - }, - { - "id": "1072", - "type": "stop" - }, - { - "id": "1074", + "id": "903", "type": "stop" }, { - "id": "1075", + "id": "7640", "type": "stop" }, { - "id": "1076", + "id": "7641", "type": "stop" }, { - "id": "1077", + "id": "7642", "type": "stop" }, { - "id": "1443", + "id": "7643", "type": "stop" }, { - "id": "1444", + "id": "7644", "type": "stop" }, { - "id": "1445", + "id": "7645", "type": "stop" }, { - "id": "1447", + "id": "17645", "type": "stop" }, { - "id": "1448", + "id": "7646", "type": "stop" }, { - "id": "1449", + "id": "7647", "type": "stop" }, { - "id": "1450", + "id": "7648", "type": "stop" }, { - "id": "1451", + "id": "7649", "type": "stop" }, { - "id": "1452", + "id": "7650", "type": "stop" }, { - "id": "8815", + "id": "7651", "type": "stop" }, { - "id": "8816", + "id": "7653", "type": "stop" }, { - "id": "88171", + "id": "7654", "type": "stop" }, { - "id": "8818", + "id": "7655", "type": "stop" }, { - "id": "8819", + "id": "7656", "type": "stop" }, { - "id": "8820", + "id": "76561", "type": "stop" }, { - "id": "8339", + "id": "7657", "type": "stop" }, { - "id": "8821", + "id": "7658", "type": "stop" }, { - "id": "8822", + "id": "7659", "type": "stop" }, { - "id": "8823", + "id": "76592", "type": "stop" }, { - "id": "8824", + "id": "76593", "type": "stop" }, { - "id": "8825", + "id": "7660", "type": "stop" }, { - "id": "8826", + "id": "76594", "type": "stop" }, { - "id": "8828", + "id": "7845", "type": "stop" }, { - "id": "8830", + "id": "7846", "type": "stop" }, { - "id": "8831", + "id": "17846", "type": "stop" }, { - "id": "8832", + "id": "76597", "type": "stop" }, { - "id": "88332", + "id": "86971", "type": "stop" }, { - "id": "883321", + "id": "86944", "type": "stop" }, { - "id": "88333", + "id": "869451", "type": "stop" }, { @@ -66064,39 +63547,39 @@ "type": "stop" }, { - "id": "8841", + "id": "88339", "type": "stop" }, { - "id": "8842", + "id": "89339", "type": "stop" }, { - "id": "8843", + "id": "88340", "type": "stop" }, { - "id": "8845", + "id": "88341", "type": "stop" }, { - "id": "8846", + "id": "88342", "type": "stop" }, { - "id": "8848", + "id": "88344", "type": "stop" }, { - "id": "8849", + "id": "88345", "type": "stop" }, { - "id": "8850", + "id": "88346", "type": "stop" }, { - "id": "9522", + "id": "7600", "type": "stop" } ] @@ -66106,14 +63589,14 @@ }, { "attributes": {}, - "id": "16365", + "id": "9165", "links": { - "self": "/stops/16365" + "self": "/stops/9165" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=16365" + "related": "/facilities/?filter[stop]=9165" } }, "parent_station": { @@ -66130,22 +63613,25 @@ }, { "attributes": {}, - "id": "6634", + "id": "74617", "links": { - "self": "/stops/6634" + "self": "/stops/74617" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6634" + "related": "/facilities/?filter[stop]=74617" } }, "parent_station": { - "data": null + "data": { + "id": "place-sstat", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "SLWaterfrontNonLogan", "type": "zone" } } @@ -66153,96 +63639,39 @@ "type": "stop" }, { - "attributes": { - "direction_id": 1, - "headsign": "Brookline Village (Shuttle)" - }, - "id": "BrooklineVillageRiversidePartial-1-sample", + "attributes": {}, + "id": "1570", "links": { - "self": "/trips/BrooklineVillageRiversidePartial-1-sample" + "self": "/stops/1570" }, "relationships": { - "route": { - "data": { - "id": "Shuttle-BrooklineVillageRiverside", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Shuttle-BrooklineVillageRiverside-0-1", - "type": "route_pattern" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=1570" } }, - "service": { - "data": { - "id": "canonical", - "type": "service" - } + "parent_station": { + "data": null }, - "shape": { + "zone": { "data": { - "id": "RiversideToBrooklineVillage-S", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "38155", - "type": "stop" - }, - { - "id": "9070162", - "type": "stop" - }, - { - "id": "9070164", - "type": "stop" - }, - { - "id": "8153", - "type": "stop" - }, - { - "id": "9170168", - "type": "stop" - }, - { - "id": "9070170", - "type": "stop" - }, - { - "id": "1984", - "type": "stop" - }, - { - "id": "21917", - "type": "stop" - }, - { - "id": "9070179", - "type": "stop" - }, - { - "id": "9070180", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "33761", + "id": "8535", "links": { - "self": "/stops/33761" + "self": "/stops/8535" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=33761" + "related": "/facilities/?filter[stop]=8535" } }, "parent_station": { @@ -66259,22 +63688,46 @@ }, { "attributes": {}, - "id": "7641", + "id": "9070113", "links": { - "self": "/stops/7641" + "self": "/stops/9070113" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7641" + "related": "/facilities/?filter[stop]=9070113" } }, "parent_station": { "data": null }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "74624", + "links": { + "self": "/stops/74624" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=74624" + } + }, + "parent_station": { + "data": { + "id": "place-conrd", + "type": "stop" + } + }, "zone": { "data": { - "id": "LocalBus", + "id": "SLWaterfrontNonLogan", "type": "zone" } } @@ -66283,14 +63736,14 @@ }, { "attributes": {}, - "id": "4370", + "id": "2893", "links": { - "self": "/stops/4370" + "self": "/stops/2893" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4370" + "related": "/facilities/?filter[stop]=2893" } }, "parent_station": { @@ -66307,14 +63760,14 @@ }, { "attributes": {}, - "id": "1491", + "id": "94321", "links": { - "self": "/stops/1491" + "self": "/stops/94321" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1491" + "related": "/facilities/?filter[stop]=94321" } }, "parent_station": { @@ -66331,14 +63784,14 @@ }, { "attributes": {}, - "id": "2462", + "id": "4784", "links": { - "self": "/stops/2462" + "self": "/stops/4784" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2462" + "related": "/facilities/?filter[stop]=4784" } }, "parent_station": { @@ -66355,78 +63808,82 @@ }, { "attributes": { - "direction_id": 1, - "headsign": "Harvard (Shuttle)" + "direction_id": 0, + "headsign": "West Fenway" }, - "id": "HarvardJFKOmitCongressAshmontPlatform-1-sample", + "id": "66653107", "links": { - "self": "/trips/HarvardJFKOmitCongressAshmontPlatform-1-sample" + "self": "/trips/66653107" }, "relationships": { "route": { "data": { - "id": "Shuttle-HarvardJFKOmitCongress", + "id": "55", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-HarvardJFKOmitCongress-0-1", + "id": "55-_-0", "type": "route_pattern" } }, "service": { "data": { - "id": "canonical", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "JFKToHarvardOmitCongress-S", + "id": "550097", "type": "shape" } }, "stops": { "data": [ { - "id": "121", + "id": "178", "type": "stop" }, { - "id": "13", + "id": "1399", "type": "stop" }, { - "id": "150", + "id": "11390", "type": "stop" }, { - "id": "892", + "id": "11391", "type": "stop" }, { - "id": "65", + "id": "31918", "type": "stop" }, { - "id": "4510", + "id": "1921", "type": "stop" }, { - "id": "9070074", + "id": "1922", "type": "stop" }, { - "id": "2231", + "id": "1923", "type": "stop" }, { - "id": "102", + "id": "1924", "type": "stop" }, { - "id": "110", + "id": "1925", + "type": "stop" + }, + { + "id": "1926", "type": "stop" } ] @@ -66434,27 +63891,85 @@ }, "type": "trip" }, + { + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Boston College", + "Government Center" + ], + "direction_names": [ + "West", + "East" + ], + "long_name": "Boston College - Washington Street", + "short_name": "Green Line B Shuttle", + "sort_order": 60900, + "text_color": "000000", + "type": 3 + }, + "id": "Shuttle-BostonCollegeWashington", + "links": { + "self": "/routes/Shuttle-BostonCollegeWashington" + }, + "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, + "line": { + "data": { + "id": "line-Green", + "type": "line" + } + } + }, + "type": "route" + }, { "attributes": {}, - "id": "70041", + "id": "86943", "links": { - "self": "/stops/70041" + "self": "/stops/86943" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70041" + "related": "/facilities/?filter[stop]=86943" } }, "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "place-state", - "type": "stop" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "15987", + "links": { + "self": "/stops/15987" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=15987" } }, + "parent_station": { + "data": null + }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } @@ -66463,25 +63978,46 @@ }, { "attributes": {}, - "id": "FR-0301-01", + "id": "13832", "links": { - "self": "/stops/FR-0301-01" + "self": "/stops/13832" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=FR-0301-01" + "related": "/facilities/?filter[stop]=13832" } }, "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "place-FR-0301", - "type": "stop" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "926", + "links": { + "self": "/stops/926" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=926" } }, + "parent_station": { + "data": null + }, "zone": { "data": { - "id": "CR-zone-7", + "id": "LocalBus", "type": "zone" } } @@ -66490,14 +64026,14 @@ }, { "attributes": {}, - "id": "6318", + "id": "9201", "links": { - "self": "/stops/6318" + "self": "/stops/9201" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6318" + "related": "/facilities/?filter[stop]=9201" } }, "parent_station": { @@ -66514,14 +64050,14 @@ }, { "attributes": {}, - "id": "5592", + "id": "8315", "links": { - "self": "/stops/5592" + "self": "/stops/8315" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5592" + "related": "/facilities/?filter[stop]=8315" } }, "parent_station": { @@ -66538,14 +64074,14 @@ }, { "attributes": {}, - "id": "7388", + "id": "111881", "links": { - "self": "/stops/7388" + "self": "/stops/111881" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7388" + "related": "/facilities/?filter[stop]=111881" } }, "parent_station": { @@ -66562,223 +64098,75 @@ }, { "attributes": { - "direction_id": 1, - "headsign": "University Park" + "color": "FFC72C", + "direction_destinations": [ + "Ashmont/Braintree", + "Alewife" + ], + "direction_names": [ + "South", + "North" + ], + "long_name": "Kendall/MIT - JFK/UMass", + "short_name": "Red Line Shuttle", + "sort_order": 61987, + "text_color": "000000", + "type": 3 }, - "id": "61849660", + "id": "Shuttle-JFKKendall", "links": { - "self": "/trips/61849660" + "self": "/routes/Shuttle-JFKKendall" }, "relationships": { - "route": { + "agency": { "data": { - "id": "70", - "type": "route" + "id": "1", + "type": "agency" } }, - "route_pattern": { + "line": { "data": { - "id": "70-8-1", - "type": "route_pattern" + "id": "line-Red", + "type": "line" } - }, - "service": { - "data": { - "id": "SpringWeekday", - "type": "service" + } + }, + "type": "route" + }, + { + "attributes": {}, + "id": "838", + "links": { + "self": "/stops/838" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=838" } }, - "shape": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "700259", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "86944", - "type": "stop" - }, - { - "id": "869451", - "type": "stop" - }, - { - "id": "86945", - "type": "stop" - }, - { - "id": "8670", - "type": "stop" - }, - { - "id": "8671", - "type": "stop" - }, - { - "id": "8672", - "type": "stop" - }, - { - "id": "8674", - "type": "stop" - }, - { - "id": "8676", - "type": "stop" - }, - { - "id": "8678", - "type": "stop" - }, - { - "id": "8679", - "type": "stop" - }, - { - "id": "8291", - "type": "stop" - }, - { - "id": "8292", - "type": "stop" - }, - { - "id": "8293", - "type": "stop" - }, - { - "id": "8294", - "type": "stop" - }, - { - "id": "8298", - "type": "stop" - }, - { - "id": "8295", - "type": "stop" - }, - { - "id": "8296", - "type": "stop" - }, - { - "id": "8297", - "type": "stop" - }, - { - "id": "1432", - "type": "stop" - }, - { - "id": "1433", - "type": "stop" - }, - { - "id": "1434", - "type": "stop" - }, - { - "id": "1435", - "type": "stop" - }, - { - "id": "1436", - "type": "stop" - }, - { - "id": "1437", - "type": "stop" - }, - { - "id": "1438", - "type": "stop" - }, - { - "id": "1442", - "type": "stop" - }, - { - "id": "1043", - "type": "stop" - }, - { - "id": "1045", - "type": "stop" - }, - { - "id": "1046", - "type": "stop" - }, - { - "id": "1049", - "type": "stop" - }, - { - "id": "1589", - "type": "stop" - }, - { - "id": "1051", - "type": "stop" - }, - { - "id": "1052", - "type": "stop" - }, - { - "id": "1053", - "type": "stop" - }, - { - "id": "1055", - "type": "stop" - }, - { - "id": "1056", - "type": "stop" - }, - { - "id": "1057", - "type": "stop" - }, - { - "id": "1058", - "type": "stop" - }, - { - "id": "1059", - "type": "stop" - }, - { - "id": "72", - "type": "stop" - }, - { - "id": "73", - "type": "stop" - }, - { - "id": "730", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "5048", + "id": "6747", "links": { - "self": "/stops/5048" + "self": "/stops/6747" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5048" + "related": "/facilities/?filter[stop]=6747" } }, "parent_station": { @@ -66795,25 +64183,22 @@ }, { "attributes": {}, - "id": "70168", + "id": "1860", "links": { - "self": "/stops/70168" + "self": "/stops/1860" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70168" + "related": "/facilities/?filter[stop]=1860" } }, "parent_station": { - "data": { - "id": "place-newtn", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } @@ -66822,14 +64207,14 @@ }, { "attributes": {}, - "id": "49948", + "id": "30620", "links": { - "self": "/stops/49948" + "self": "/stops/30620" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=49948" + "related": "/facilities/?filter[stop]=30620" } }, "parent_station": { @@ -66846,14 +64231,14 @@ }, { "attributes": {}, - "id": "4837", + "id": "8161", "links": { - "self": "/stops/4837" + "self": "/stops/8161" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4837" + "related": "/facilities/?filter[stop]=8161" } }, "parent_station": { @@ -66869,116 +64254,77 @@ "type": "stop" }, { - "attributes": { - "direction_id": 0, - "headsign": "Wickford Junction" - }, - "id": "canonical-CR-Providence-C1-0", + "attributes": {}, + "id": "4760", "links": { - "self": "/trips/canonical-CR-Providence-C1-0" + "self": "/stops/4760" }, "relationships": { - "route": { - "data": { - "id": "CR-Providence", - "type": "route" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=4760" } }, - "route_pattern": { - "data": { - "id": "CR-Providence-C1-0", - "type": "route_pattern" - } + "parent_station": { + "data": null }, - "service": { + "zone": { "data": { - "id": "canonical", - "type": "service" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "2860", + "links": { + "self": "/stops/2860" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=2860" } }, - "shape": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "canonical-9890009", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "NEC-2287", - "type": "stop" - }, - { - "id": "NEC-2276", - "type": "stop" - }, - { - "id": "NEC-2265", - "type": "stop" - }, - { - "id": "NEC-2237-03", - "type": "stop" - }, - { - "id": "NEC-2203-03", - "type": "stop" - }, - { - "id": "NEC-2173-01", - "type": "stop" - }, - { - "id": "NEC-2139-01", - "type": "stop" - }, - { - "id": "NEC-2108-01", - "type": "stop" - }, - { - "id": "NEC-2040-01", - "type": "stop" - }, - { - "id": "NEC-1969-03", - "type": "stop" - }, - { - "id": "NEC-1919-01", - "type": "stop" - }, - { - "id": "NEC-1891-01", - "type": "stop" - }, - { - "id": "NEC-1851-03", - "type": "stop" - }, - { - "id": "NEC-1768-03", - "type": "stop" - }, - { - "id": "NEC-1659-03", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" + }, + { + "attributes": { + "color": "FFC72C", + "long_name": "Woodland Road, Stoneham - Wellington", + "short_name": "99", + "sort_order": 50990, + "text_color": "000000" + }, + "id": "line-99", + "links": { + "self": "/lines/line-99" + }, + "type": "line" }, { "attributes": {}, - "id": "9129", + "id": "61835", "links": { - "self": "/stops/9129" + "self": "/stops/61835" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9129" + "related": "/facilities/?filter[stop]=61835" } }, "parent_station": { @@ -66995,14 +64341,14 @@ }, { "attributes": {}, - "id": "2884", + "id": "8542", "links": { - "self": "/stops/2884" + "self": "/stops/8542" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2884" + "related": "/facilities/?filter[stop]=8542" } }, "parent_station": { @@ -67017,108 +64363,24 @@ }, "type": "stop" }, - { - "attributes": { - "direction_id": 1, - "headsign": "South Station" - }, - "id": "61946389", - "links": { - "self": "/trips/61946389" - }, - "relationships": { - "route": { - "data": { - "id": "741", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "741-_-1", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "SpringWeekday", - "type": "service" - } - }, - "shape": { - "data": { - "id": "7410045", - "type": "shape" - } - }, - "stops": { - "data": [ - { - "id": "17091", - "type": "stop" - }, - { - "id": "27092", - "type": "stop" - }, - { - "id": "17093", - "type": "stop" - }, - { - "id": "17094", - "type": "stop" - }, - { - "id": "17095", - "type": "stop" - }, - { - "id": "17096", - "type": "stop" - }, - { - "id": "74614", - "type": "stop" - }, - { - "id": "74615", - "type": "stop" - }, - { - "id": "74616", - "type": "stop" - }, - { - "id": "74617", - "type": "stop" - } - ] - } - }, - "type": "trip" - }, { "attributes": {}, - "id": "70269", + "id": "49831", "links": { - "self": "/stops/70269" + "self": "/stops/49831" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70269" + "related": "/facilities/?filter[stop]=49831" } }, "parent_station": { - "data": { - "id": "place-cenav", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } @@ -67127,14 +64389,14 @@ }, { "attributes": {}, - "id": "2181", + "id": "4535", "links": { - "self": "/stops/2181" + "self": "/stops/4535" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2181" + "related": "/facilities/?filter[stop]=4535" } }, "parent_station": { @@ -67151,14 +64413,14 @@ }, { "attributes": {}, - "id": "8230", + "id": "8823", "links": { - "self": "/stops/8230" + "self": "/stops/8823" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8230" + "related": "/facilities/?filter[stop]=8823" } }, "parent_station": { @@ -67173,47 +64435,16 @@ }, "type": "stop" }, - { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Rockport", - "North Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Beverly - Rockport (Express)", - "short_name": "Rockport Line Shuttle", - "sort_order": 60700, - "text_color": "000000", - "type": 3 - }, - "id": "Shuttle-BeverlyRockportExpress", - "links": { - "self": "/routes/Shuttle-BeverlyRockportExpress" - }, - "relationships": { - "line": { - "data": { - "id": "line-Newburyport", - "type": "line" - } - } - }, - "type": "route" - }, { "attributes": {}, - "id": "6606", + "id": "5673", "links": { - "self": "/stops/6606" + "self": "/stops/5673" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6606" + "related": "/facilities/?filter[stop]=5673" } }, "parent_station": { @@ -67230,14 +64461,14 @@ }, { "attributes": {}, - "id": "3110", + "id": "39676", "links": { - "self": "/stops/3110" + "self": "/stops/39676" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3110" + "related": "/facilities/?filter[stop]=39676" } }, "parent_station": { @@ -67254,14 +64485,14 @@ }, { "attributes": {}, - "id": "1720", + "id": "1402", "links": { - "self": "/stops/1720" + "self": "/stops/1402" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1720" + "related": "/facilities/?filter[stop]=1402" } }, "parent_station": { @@ -67278,79 +64509,59 @@ }, { "attributes": {}, - "id": "70211", + "id": "NB-0064-B1", "links": { - "self": "/stops/70211" + "self": "/stops/NB-0064-B1" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70211" + "related": "/facilities/?filter[stop]=NB-0064-B1" } }, "parent_station": { "data": { - "id": "place-smary", + "id": "place-NB-0064", "type": "stop" } }, "zone": { - "data": { - "id": "RapidTransit", - "type": "zone" - } + "data": null } }, "type": "stop" }, { "attributes": {}, - "id": "340", + "id": "9070228", "links": { - "self": "/stops/340" + "self": "/stops/9070228" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=340" + "related": "/facilities/?filter[stop]=9070228" } }, "parent_station": { "data": null }, "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } + "data": null } }, "type": "stop" }, - { - "attributes": { - "color": "FFC72C", - "long_name": "Ruggles - Downtown Boston", - "short_name": "43", - "sort_order": 50430, - "text_color": "000000" - }, - "id": "line-43", - "links": { - "self": "/lines/line-43" - }, - "type": "line" - }, { "attributes": {}, - "id": "15047", + "id": "3667", "links": { - "self": "/stops/15047" + "self": "/stops/3667" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=15047" + "related": "/facilities/?filter[stop]=3667" } }, "parent_station": { @@ -67367,14 +64578,14 @@ }, { "attributes": {}, - "id": "13828", + "id": "4874", "links": { - "self": "/stops/13828" + "self": "/stops/4874" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=13828" + "related": "/facilities/?filter[stop]=4874" } }, "parent_station": { @@ -67391,38 +64602,38 @@ }, { "attributes": {}, - "id": "6137", + "id": "NB-0072-B", "links": { - "self": "/stops/6137" + "self": "/stops/NB-0072-B" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6137" + "related": "/facilities/?filter[stop]=NB-0072-B" } }, "parent_station": { - "data": null - }, - "zone": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "place-NB-0072", + "type": "stop" } + }, + "zone": { + "data": null } }, "type": "stop" }, { "attributes": {}, - "id": "9214", + "id": "77244", "links": { - "self": "/stops/9214" + "self": "/stops/77244" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9214" + "related": "/facilities/?filter[stop]=77244" } }, "parent_station": { @@ -67439,14 +64650,14 @@ }, { "attributes": {}, - "id": "3633", + "id": "2714", "links": { - "self": "/stops/3633" + "self": "/stops/2714" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3633" + "related": "/facilities/?filter[stop]=2714" } }, "parent_station": { @@ -67463,14 +64674,14 @@ }, { "attributes": {}, - "id": "2706", + "id": "6396", "links": { - "self": "/stops/2706" + "self": "/stops/6396" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2706" + "related": "/facilities/?filter[stop]=6396" } }, "parent_station": { @@ -67487,62 +64698,157 @@ }, { "attributes": {}, - "id": "7955", + "id": "DB-2249-02", "links": { - "self": "/stops/7955" + "self": "/stops/DB-2249-02" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7955" + "related": "/facilities/?filter[stop]=DB-2249-02" } }, "parent_station": { - "data": null + "data": { + "id": "place-DB-2249", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "CR-zone-1A", "type": "zone" } } }, "type": "stop" }, + { + "attributes": { + "direction_id": 1, + "headsign": "South Station" + }, + "id": "SouthWKDYF24-697825-826", + "links": { + "self": "/trips/SouthWKDYF24-697825-826" + }, + "relationships": { + "route": { + "data": { + "id": "CR-Providence", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "CR-Providence-e9395acc-1", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "FALL 2024-SOUTHWKD-Weekday-1-Scbbf1ea5", + "type": "service" + } + }, + "shape": { + "data": { + "id": "9890008", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "NEC-1659-03", + "type": "stop" + }, + { + "id": "NEC-1768-03", + "type": "stop" + }, + { + "id": "NEC-1851-03", + "type": "stop" + }, + { + "id": "NEC-1891-02", + "type": "stop" + }, + { + "id": "NEC-1969-04", + "type": "stop" + }, + { + "id": "NEC-2040-02", + "type": "stop" + }, + { + "id": "NEC-2108-02", + "type": "stop" + }, + { + "id": "NEC-2139-02", + "type": "stop" + }, + { + "id": "NEC-2173-02", + "type": "stop" + }, + { + "id": "NEC-2265-02", + "type": "stop" + }, + { + "id": "NEC-2276-02", + "type": "stop" + }, + { + "id": "NEC-2287", + "type": "stop" + } + ] + } + }, + "type": "trip" + }, { "attributes": {}, - "id": "Manchester-S", + "id": "WR-0325-01", "links": { - "self": "/stops/Manchester-S" + "self": "/stops/WR-0325-01" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=Manchester-S" + "related": "/facilities/?filter[stop]=WR-0325-01" } }, "parent_station": { "data": { - "id": "place-GB-0254", + "id": "place-WR-0325", "type": "stop" } }, "zone": { - "data": null + "data": { + "id": "CR-zone-7", + "type": "zone" + } } }, "type": "stop" }, { "attributes": {}, - "id": "31317", + "id": "6959", "links": { - "self": "/stops/31317" + "self": "/stops/6959" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=31317" + "related": "/facilities/?filter[stop]=6959" } }, "parent_station": { @@ -67559,14 +64865,14 @@ }, { "attributes": {}, - "id": "7482", + "id": "4216", "links": { - "self": "/stops/7482" + "self": "/stops/4216" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7482" + "related": "/facilities/?filter[stop]=4216" } }, "parent_station": { @@ -67583,74 +64889,131 @@ }, { "attributes": { - "direction_id": 0, - "headsign": "Forge Park/495 (Shuttle)" + "direction_id": 1, + "headsign": "Kendall/MIT" }, - "id": "ForgeParkSouthStation-0-sample", + "id": "67008177", "links": { - "self": "/trips/ForgeParkSouthStation-0-sample" + "self": "/trips/67008177" }, "relationships": { "route": { "data": { - "id": "Shuttle-ForgeParkSouthStation", + "id": "85", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-ForgeParkSouthStation-0-0", + "id": "85-1-1", "type": "route_pattern" } }, "service": { "data": { - "id": "canonical", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "SouthStationForgePark-S", + "id": "850084", "type": "shape" } }, "stops": { "data": [ { - "id": "NEC-2287-B", + "id": "2574", "type": "stop" }, { - "id": "DB-0095-B0", + "id": "2510", "type": "stop" }, { - "id": "Dedham Corp Center-S", + "id": "2512", "type": "stop" }, { - "id": "Norwood Central-S", + "id": "2513", "type": "stop" }, { - "id": "Windsor Gardens-S", + "id": "11408", "type": "stop" }, { - "id": "FB-0191-B", + "id": "2515", "type": "stop" }, { - "id": "FB-0230-B", + "id": "2516", "type": "stop" }, { - "id": "FB-0275-B0", + "id": "2518", "type": "stop" }, { - "id": "FB-0303-B", + "id": "2231", + "type": "stop" + } + ] + } + }, + "type": "trip" + }, + { + "attributes": { + "direction_id": 0, + "headsign": "Suffolk Downs (Shuttle)" + }, + "id": "SuffolkDownsWonderland-0-sample", + "links": { + "self": "/trips/SuffolkDownsWonderland-0-sample" + }, + "relationships": { + "route": { + "data": { + "id": "Shuttle-SuffolkDownsWonderland", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "Shuttle-SuffolkDownsWonderland-0-0", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "canonical", + "type": "service" + } + }, + "shape": { + "data": { + "id": "WonderlandToSuffolkDowns-S", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "15797", + "type": "stop" + }, + { + "id": "9070057", + "type": "stop" + }, + { + "id": "9070055", + "type": "stop" + }, + { + "id": "9070053", "type": "stop" } ] @@ -67660,14 +65023,14 @@ }, { "attributes": {}, - "id": "319", + "id": "326", "links": { - "self": "/stops/319" + "self": "/stops/326" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=319" + "related": "/facilities/?filter[stop]=326" } }, "parent_station": { @@ -67684,14 +65047,14 @@ }, { "attributes": {}, - "id": "4063", + "id": "906", "links": { - "self": "/stops/4063" + "self": "/stops/906" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4063" + "related": "/facilities/?filter[stop]=906" } }, "parent_station": { @@ -67708,14 +65071,14 @@ }, { "attributes": {}, - "id": "21", + "id": "17000", "links": { - "self": "/stops/21" + "self": "/stops/17000" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=21" + "related": "/facilities/?filter[stop]=17000" } }, "parent_station": { @@ -67731,162 +65094,215 @@ "type": "stop" }, { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Quincy Center Station", - "Fields Corner Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Quincy Center Station - Fields Corner Station", - "short_name": "210", - "sort_order": 52100, - "text_color": "000000", - "type": 3 - }, - "id": "210", + "attributes": {}, + "id": "8503", "links": { - "self": "/routes/210" + "self": "/stops/8503" }, "relationships": { - "line": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=8503" + } + }, + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "line-210211212", - "type": "line" + "id": "LocalBus", + "type": "zone" } } }, - "type": "route" + "type": "stop" }, { "attributes": { - "direction_id": 1, - "headsign": "City Point via Andrew" + "direction_id": 0, + "headsign": "Dedham Mall" }, - "id": "61391971_1", + "id": "67250533", "links": { - "self": "/trips/61391971_1" + "self": "/trips/67250533" }, "relationships": { "route": { "data": { - "id": "16", + "id": "35", "type": "route" } }, "route_pattern": { "data": { - "id": "16-E-1", + "id": "35-1-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "160331-1", + "id": "350181", "type": "shape" } }, "stops": { "data": [ { - "id": "1565", + "id": "10642", "type": "stop" }, { - "id": "2922", + "id": "596", "type": "stop" }, { - "id": "2923", + "id": "597", "type": "stop" }, { - "id": "2904", + "id": "598", "type": "stop" }, { - "id": "2924", + "id": "599", "type": "stop" }, { - "id": "2925", + "id": "600", "type": "stop" }, { - "id": "2926", + "id": "601", "type": "stop" }, { - "id": "2928", + "id": "602", "type": "stop" }, { - "id": "2929", + "id": "797", "type": "stop" }, { - "id": "2930", + "id": "798", "type": "stop" }, { - "id": "2931", + "id": "799", "type": "stop" }, { - "id": "2932", + "id": "800", "type": "stop" }, { - "id": "12932", + "id": "801", "type": "stop" }, { - "id": "1480", + "id": "802", "type": "stop" }, { - "id": "2933", + "id": "803", "type": "stop" }, { - "id": "2934", + "id": "804", "type": "stop" }, { - "id": "2935", + "id": "805", "type": "stop" }, { - "id": "2937", + "id": "806", "type": "stop" }, { - "id": "2938", + "id": "807", "type": "stop" }, { - "id": "2939", + "id": "808", "type": "stop" }, { - "id": "2940", + "id": "810", "type": "stop" }, { - "id": "12940", + "id": "821", "type": "stop" }, { - "id": "13", + "id": "822", + "type": "stop" + }, + { + "id": "823", + "type": "stop" + }, + { + "id": "824", + "type": "stop" + }, + { + "id": "825", + "type": "stop" + }, + { + "id": "826", + "type": "stop" + }, + { + "id": "10768", + "type": "stop" + }, + { + "id": "827", + "type": "stop" + }, + { + "id": "828", + "type": "stop" + }, + { + "id": "829", + "type": "stop" + }, + { + "id": "830", + "type": "stop" + }, + { + "id": "831", + "type": "stop" + }, + { + "id": "832", + "type": "stop" + }, + { + "id": "618", + "type": "stop" + }, + { + "id": "10618", + "type": "stop" + }, + { + "id": "10835", + "type": "stop" + }, + { + "id": "10833", "type": "stop" } ] @@ -67896,25 +65312,46 @@ }, { "attributes": {}, - "id": "74614", + "id": "5976", "links": { - "self": "/stops/74614" + "self": "/stops/5976" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=74614" + "related": "/facilities/?filter[stop]=5976" } }, "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "place-conrd", - "type": "stop" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "6737", + "links": { + "self": "/stops/6737" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=6737" } }, + "parent_station": { + "data": null + }, "zone": { "data": { - "id": "SLWaterfrontNonLogan", + "id": "LocalBus", "type": "zone" } } @@ -67923,14 +65360,14 @@ }, { "attributes": {}, - "id": "3906", + "id": "16177", "links": { - "self": "/stops/3906" + "self": "/stops/16177" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3906" + "related": "/facilities/?filter[stop]=16177" } }, "parent_station": { @@ -67946,332 +65383,279 @@ "type": "stop" }, { - "attributes": { - "direction_id": 0, - "headsign": "Rockport (Local shuttle)" - }, - "id": "BeverlyRockport-0-sample", + "attributes": {}, + "id": "6153", "links": { - "self": "/trips/BeverlyRockport-0-sample" + "self": "/stops/6153" }, "relationships": { - "route": { - "data": { - "id": "Shuttle-BeverlyRockportLocal", - "type": "route" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=6153" } }, - "route_pattern": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "Shuttle-BeverlyRockportLocal-0-0", - "type": "route_pattern" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "17325", + "links": { + "self": "/stops/17325" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=17325" } }, - "service": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "canonical", - "type": "service" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "4520", + "links": { + "self": "/stops/4520" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=4520" } }, - "shape": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "BeverlyToRockportLocal-S", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "ER-0183-B", - "type": "stop" - }, - { - "id": "GB-0198-B2", - "type": "stop" - }, - { - "id": "GB-0229-B0", - "type": "stop" - }, - { - "id": "GB-0254-B2", - "type": "stop" - }, - { - "id": "GB-0296-B0", - "type": "stop" - }, - { - "id": "GB-0316-B1", - "type": "stop" - }, - { - "id": "GB-0353-B", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": { - "direction_id": 0, - "headsign": "Washington St & Pleasant St Weymouth" + "direction_id": 1, + "headsign": "North Quincy" }, - "id": "61929054", + "id": "67290597", "links": { - "self": "/trips/61929054" + "self": "/trips/67290597" }, "relationships": { "route": { "data": { - "id": "222", + "id": "215", "type": "route" } }, "route_pattern": { "data": { - "id": "222-9-0", + "id": "215-_-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "2220109", + "id": "2150205", "type": "shape" } }, "stops": { "data": [ { - "id": "32004", - "type": "stop" - }, - { - "id": "3515", - "type": "stop" - }, - { - "id": "3516", - "type": "stop" - }, - { - "id": "3518", - "type": "stop" - }, - { - "id": "3520", - "type": "stop" - }, - { - "id": "3521", - "type": "stop" - }, - { - "id": "3522", - "type": "stop" - }, - { - "id": "3523", - "type": "stop" - }, - { - "id": "3524", - "type": "stop" - }, - { - "id": "3525", - "type": "stop" - }, - { - "id": "3526", - "type": "stop" - }, - { - "id": "3527", - "type": "stop" - }, - { - "id": "3528", - "type": "stop" - }, - { - "id": "3529", - "type": "stop" - }, - { - "id": "3530", + "id": "32003", "type": "stop" }, { - "id": "3531", + "id": "3326", "type": "stop" }, { - "id": "3532", + "id": "3327", "type": "stop" }, { - "id": "3533", + "id": "3328", "type": "stop" }, { - "id": "3534", + "id": "3330", "type": "stop" }, { - "id": "3535", + "id": "3331", "type": "stop" }, { - "id": "3536", + "id": "3333", "type": "stop" }, { - "id": "3538", + "id": "3332", "type": "stop" }, { - "id": "3539", + "id": "3335", "type": "stop" }, { - "id": "3660", + "id": "3336", "type": "stop" }, { - "id": "3661", + "id": "3337", "type": "stop" }, { - "id": "3662", + "id": "3338", "type": "stop" }, { - "id": "3664", + "id": "3339", "type": "stop" }, { - "id": "3665", + "id": "3341", "type": "stop" }, { - "id": "3666", + "id": "3342", "type": "stop" }, { - "id": "3667", + "id": "3343", "type": "stop" }, { - "id": "3668", + "id": "3344", "type": "stop" }, { - "id": "3669", + "id": "3345", "type": "stop" }, { - "id": "3670", + "id": "3347", "type": "stop" }, { - "id": "36701", + "id": "3348", "type": "stop" }, { - "id": "3671", + "id": "3349", "type": "stop" }, { - "id": "3672", + "id": "3350", "type": "stop" }, { - "id": "3673", + "id": "3351", "type": "stop" }, { - "id": "3674", + "id": "3352", "type": "stop" }, { - "id": "3675", + "id": "3353", "type": "stop" }, { - "id": "3676", + "id": "3354", "type": "stop" }, { - "id": "3677", + "id": "3356", "type": "stop" }, { - "id": "3678", + "id": "3358", "type": "stop" }, { - "id": "3679", + "id": "3359", "type": "stop" }, { - "id": "3682", + "id": "3360", "type": "stop" }, { - "id": "36821", + "id": "3361", "type": "stop" }, { - "id": "3683", + "id": "3362", "type": "stop" }, { - "id": "13851", + "id": "33632", "type": "stop" }, { - "id": "13852", + "id": "33634", "type": "stop" }, { - "id": "13853", + "id": "33635", "type": "stop" }, { - "id": "13854", + "id": "3118", "type": "stop" }, { - "id": "13855", + "id": "3119", "type": "stop" }, { - "id": "13856", + "id": "3121", "type": "stop" }, { - "id": "13857", + "id": "3122", "type": "stop" }, { - "id": "13858", + "id": "3123", "type": "stop" }, { - "id": "13859", + "id": "3124", "type": "stop" }, { - "id": "13844", + "id": "3125", "type": "stop" } ] @@ -68281,14 +65665,14 @@ }, { "attributes": {}, - "id": "21158", + "id": "86936", "links": { - "self": "/stops/21158" + "self": "/stops/86936" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=21158" + "related": "/facilities/?filter[stop]=86936" } }, "parent_station": { @@ -68305,118 +65689,130 @@ }, { "attributes": {}, - "id": "9070039", + "id": "5254", "links": { - "self": "/stops/9070039" + "self": "/stops/5254" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9070039" + "related": "/facilities/?filter[stop]=5254" } }, "parent_station": { "data": null }, "zone": { - "data": null + "data": { + "id": "LocalBus", + "type": "zone" + } } }, "type": "stop" }, { - "attributes": {}, - "id": "1281", + "attributes": { + "direction_id": 0, + "headsign": "Harvard" + }, + "id": "67009006", "links": { - "self": "/stops/1281" + "self": "/trips/67009006" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=1281" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "NB-0080-B2", - "links": { - "self": "/stops/NB-0080-B2" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=NB-0080-B2" - } - }, - "parent_station": { - "data": { - "id": "place-NB-0080", - "type": "stop" - } - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": { - "direction_id": 1, - "headsign": "North Station (Express shuttle)" - }, - "id": "AndersonWoburnNorthStationExpress-1-sample", - "links": { - "self": "/trips/AndersonWoburnNorthStationExpress-1-sample" - }, - "relationships": { - "route": { - "data": { - "id": "Shuttle-AndersonWoburnNorthStationExpress", - "type": "route" + "route": { + "data": { + "id": "69", + "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-AndersonWoburnNorthStationExpress-0-1", + "id": "69-_-0", "type": "route_pattern" } }, "service": { "data": { - "id": "canonical", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "AndersonWoburnToNorthStationExpress-S", + "id": "690135", "type": "shape" } }, "stops": { "data": [ { - "id": "NHRML-0127-B", + "id": "70500", "type": "stop" }, { - "id": "BNT-0000-B2", + "id": "1416", + "type": "stop" + }, + { + "id": "1417", + "type": "stop" + }, + { + "id": "1419", + "type": "stop" + }, + { + "id": "1420", + "type": "stop" + }, + { + "id": "1421", + "type": "stop" + }, + { + "id": "1422", + "type": "stop" + }, + { + "id": "1423", + "type": "stop" + }, + { + "id": "1424", + "type": "stop" + }, + { + "id": "1425", + "type": "stop" + }, + { + "id": "1427", + "type": "stop" + }, + { + "id": "1428", + "type": "stop" + }, + { + "id": "1429", + "type": "stop" + }, + { + "id": "1430", + "type": "stop" + }, + { + "id": "2166", + "type": "stop" + }, + { + "id": "2167", + "type": "stop" + }, + { + "id": "110", "type": "stop" } ] @@ -68426,14 +65822,14 @@ }, { "attributes": {}, - "id": "10007", + "id": "1052", "links": { - "self": "/stops/10007" + "self": "/stops/1052" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=10007" + "related": "/facilities/?filter[stop]=1052" } }, "parent_station": { @@ -68450,14 +65846,14 @@ }, { "attributes": {}, - "id": "5294", + "id": "8275", "links": { - "self": "/stops/5294" + "self": "/stops/8275" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5294" + "related": "/facilities/?filter[stop]=8275" } }, "parent_station": { @@ -68474,14 +65870,14 @@ }, { "attributes": {}, - "id": "88332", + "id": "4055", "links": { - "self": "/stops/88332" + "self": "/stops/4055" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=88332" + "related": "/facilities/?filter[stop]=4055" } }, "parent_station": { @@ -68498,14 +65894,14 @@ }, { "attributes": {}, - "id": "3186", + "id": "280", "links": { - "self": "/stops/3186" + "self": "/stops/280" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3186" + "related": "/facilities/?filter[stop]=280" } }, "parent_station": { @@ -68522,14 +65918,14 @@ }, { "attributes": {}, - "id": "6642", + "id": "4662", "links": { - "self": "/stops/6642" + "self": "/stops/4662" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6642" + "related": "/facilities/?filter[stop]=4662" } }, "parent_station": { @@ -68545,39 +65941,29 @@ "type": "stop" }, { - "attributes": {}, - "id": "3788", - "links": { - "self": "/stops/3788" + "attributes": { + "color": "FFC72C", + "long_name": "Roberts, Waltham Center, or Waverley - Newton Corner", + "short_name": "505/553/554", + "sort_order": 55050, + "text_color": "000000" }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=3788" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } + "id": "line-505553554", + "links": { + "self": "/lines/line-505553554" }, - "type": "stop" + "type": "line" }, { "attributes": {}, - "id": "71265", + "id": "7894", "links": { - "self": "/stops/71265" + "self": "/stops/7894" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=71265" + "related": "/facilities/?filter[stop]=7894" } }, "parent_station": { @@ -68594,22 +65980,25 @@ }, { "attributes": {}, - "id": "9169", + "id": "70245", "links": { - "self": "/stops/9169" + "self": "/stops/70245" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9169" + "related": "/facilities/?filter[stop]=70245" } }, "parent_station": { - "data": null + "data": { + "id": "place-mfa", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -68618,14 +66007,14 @@ }, { "attributes": {}, - "id": "6115", + "id": "3828", "links": { - "self": "/stops/6115" + "self": "/stops/3828" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6115" + "related": "/facilities/?filter[stop]=3828" } }, "parent_station": { @@ -68642,14 +66031,14 @@ }, { "attributes": {}, - "id": "7547", + "id": "39685", "links": { - "self": "/stops/7547" + "self": "/stops/39685" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7547" + "related": "/facilities/?filter[stop]=39685" } }, "parent_station": { @@ -68666,14 +66055,14 @@ }, { "attributes": {}, - "id": "8691", + "id": "6523", "links": { - "self": "/stops/8691" + "self": "/stops/6523" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8691" + "related": "/facilities/?filter[stop]=6523" } }, "parent_station": { @@ -68690,14 +66079,14 @@ }, { "attributes": {}, - "id": "82437", + "id": "8651", "links": { - "self": "/stops/82437" + "self": "/stops/8651" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=82437" + "related": "/facilities/?filter[stop]=8651" } }, "parent_station": { @@ -68714,25 +66103,22 @@ }, { "attributes": {}, - "id": "MM-0109-S", + "id": "2736", "links": { - "self": "/stops/MM-0109-S" + "self": "/stops/2736" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=MM-0109-S" + "related": "/facilities/?filter[stop]=2736" } }, "parent_station": { - "data": { - "id": "place-brntn", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "CR-zone-2", + "id": "LocalBus", "type": "zone" } } @@ -68741,14 +66127,14 @@ }, { "attributes": {}, - "id": "3031", + "id": "7259", "links": { - "self": "/stops/3031" + "self": "/stops/7259" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3031" + "related": "/facilities/?filter[stop]=7259" } }, "parent_station": { @@ -68764,39 +66150,52 @@ "type": "stop" }, { - "attributes": {}, - "id": "4149", + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "North Station", + "Oak Grove" + ], + "direction_names": [ + "South", + "North" + ], + "long_name": "Oak Grove - North Station (Express)", + "short_name": "Orange Line Shuttle", + "sort_order": 62161, + "text_color": "000000", + "type": 3 + }, + "id": "Shuttle-NStaOakGroveExpress", "links": { - "self": "/stops/4149" + "self": "/routes/Shuttle-NStaOakGroveExpress" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=4149" + "agency": { + "data": { + "id": "1", + "type": "agency" } }, - "parent_station": { - "data": null - }, - "zone": { + "line": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "line-Orange", + "type": "line" } } }, - "type": "stop" + "type": "route" }, { "attributes": {}, - "id": "16170", + "id": "6292", "links": { - "self": "/stops/16170" + "self": "/stops/6292" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=16170" + "related": "/facilities/?filter[stop]=6292" } }, "parent_station": { @@ -68813,29 +66212,35 @@ }, { "attributes": { - "color": "FFC72C", + "color": "80276C", "direction_destinations": [ - "Ashmont/Braintree", - "Alewife" + "Foxboro or Providence", + "South Station or Foxboro" ], "direction_names": [ - "South", - "North" + "Outbound", + "Inbound" ], - "long_name": "Kendall/MIT - JFK/UMass", - "short_name": "Red Line Shuttle", - "sort_order": 61987, - "text_color": "000000", - "type": 3 + "long_name": "Foxboro Event Service", + "short_name": "", + "sort_order": 20013, + "text_color": "FFFFFF", + "type": 2 }, - "id": "Shuttle-JFKKendall", + "id": "CR-Foxboro", "links": { - "self": "/routes/Shuttle-JFKKendall" + "self": "/routes/CR-Foxboro" }, "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, "line": { "data": { - "id": "line-Red", + "id": "line-Foxboro", "type": "line" } } @@ -68844,14 +66249,14 @@ }, { "attributes": {}, - "id": "7519", + "id": "31111", "links": { - "self": "/stops/7519" + "self": "/stops/31111" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7519" + "related": "/facilities/?filter[stop]=31111" } }, "parent_station": { @@ -68868,22 +66273,25 @@ }, { "attributes": {}, - "id": "8480", + "id": "NHRML-0055-02", "links": { - "self": "/stops/8480" + "self": "/stops/NHRML-0055-02" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8480" + "related": "/facilities/?filter[stop]=NHRML-0055-02" } }, "parent_station": { - "data": null + "data": { + "id": "place-NHRML-0055", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "CR-zone-1A", "type": "zone" } } @@ -68892,38 +66300,38 @@ }, { "attributes": {}, - "id": "FR-0115-B0", + "id": "10417", "links": { - "self": "/stops/FR-0115-B0" + "self": "/stops/10417" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=FR-0115-B0" + "related": "/facilities/?filter[stop]=10417" } }, "parent_station": { - "data": { - "id": "place-FR-0115", - "type": "stop" - } + "data": null }, "zone": { - "data": null + "data": { + "id": "LocalBus", + "type": "zone" + } } }, "type": "stop" }, { "attributes": {}, - "id": "16458", + "id": "5040", "links": { - "self": "/stops/16458" + "self": "/stops/5040" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=16458" + "related": "/facilities/?filter[stop]=5040" } }, "parent_station": { @@ -68938,47 +66346,16 @@ }, "type": "stop" }, - { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Forest Hills Station", - "Andrew Station or Harbor Point" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Forest Hills Station - Andrew Station or Harbor Point", - "short_name": "16", - "sort_order": 50160, - "text_color": "000000", - "type": 3 - }, - "id": "16", - "links": { - "self": "/routes/16" - }, - "relationships": { - "line": { - "data": { - "id": "line-16", - "type": "line" - } - } - }, - "type": "route" - }, { "attributes": {}, - "id": "121012", + "id": "7670", "links": { - "self": "/stops/121012" + "self": "/stops/7670" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=121012" + "related": "/facilities/?filter[stop]=7670" } }, "parent_station": { @@ -68995,25 +66372,22 @@ }, { "attributes": {}, - "id": "70043", + "id": "2460", "links": { - "self": "/stops/70043" + "self": "/stops/2460" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70043" + "related": "/facilities/?filter[stop]=2460" } }, "parent_station": { - "data": { - "id": "place-aqucl", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } @@ -69022,174 +66396,106 @@ }, { "attributes": { - "direction_id": 0, - "headsign": "Braintree" + "direction_id": 1, + "headsign": "Station St Hingham" }, - "id": "61928679", + "id": "67331891", "links": { - "self": "/trips/61928679" + "self": "/trips/67331891" }, "relationships": { "route": { "data": { - "id": "210", + "id": "714", "type": "route" } }, "route_pattern": { "data": { - "id": "210-1-0", + "id": "714-_-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "PRIV12025-hpj44011-Weekday-01", "type": "service" } }, "shape": { "data": { - "id": "2100111", + "id": "7140010", "type": "shape" } }, "stops": { "data": [ { - "id": "323", - "type": "stop" - }, - { - "id": "55600", - "type": "stop" - }, - { - "id": "325", - "type": "stop" - }, - { - "id": "3065", - "type": "stop" - }, - { - "id": "3066", - "type": "stop" - }, - { - "id": "3067", - "type": "stop" - }, - { - "id": "3068", - "type": "stop" - }, - { - "id": "3069", - "type": "stop" - }, - { - "id": "3070", - "type": "stop" - }, - { - "id": "3071", - "type": "stop" - }, - { - "id": "3073", - "type": "stop" - }, - { - "id": "3075", - "type": "stop" - }, - { - "id": "30751", - "type": "stop" - }, - { - "id": "30752", - "type": "stop" - }, - { - "id": "3125", - "type": "stop" - }, - { - "id": "3019", - "type": "stop" - }, - { - "id": "3020", - "type": "stop" - }, - { - "id": "3022", + "id": "111146", "type": "stop" }, { - "id": "3023", + "id": "111152", "type": "stop" }, { - "id": "3024", + "id": "111159", "type": "stop" }, { - "id": "3025", + "id": "111179", "type": "stop" }, { - "id": "3026", + "id": "111196", "type": "stop" }, { - "id": "3027", + "id": "111206", "type": "stop" }, { - "id": "3028", + "id": "111214", "type": "stop" }, { - "id": "3029", + "id": "111217", "type": "stop" }, { - "id": "3031", + "id": "114882", "type": "stop" }, { - "id": "3032", + "id": "111232", "type": "stop" }, { - "id": "3033", + "id": "111234", "type": "stop" }, { - "id": "3034", + "id": "111236", "type": "stop" }, { - "id": "3035", + "id": "111248", "type": "stop" }, { - "id": "3036", + "id": "111251", "type": "stop" }, { - "id": "32005", + "id": "3566", "type": "stop" }, { - "id": "41031", + "id": "3567", "type": "stop" }, { - "id": "38671", + "id": "3582", "type": "stop" } ] @@ -69197,160 +66503,204 @@ }, "type": "trip" }, + { + "attributes": {}, + "id": "3108", + "links": { + "self": "/stops/3108" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=3108" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "7234", + "links": { + "self": "/stops/7234" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=7234" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, { "attributes": { - "direction_id": 1, - "headsign": "Forest Hills" + "direction_id": 0, + "headsign": "Forest Hills via South Bay Center" }, - "id": "62144848", + "id": "66652076", "links": { - "self": "/trips/62144848" + "self": "/trips/66652076" }, "relationships": { "route": { "data": { - "id": "36", + "id": "16", "type": "route" } }, "route_pattern": { "data": { - "id": "36-8-1", + "id": "16-5-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "360362", + "id": "160362", "type": "shape" } }, "stops": { "data": [ { - "id": "10820", - "type": "stop" - }, - { - "id": "775", + "id": "35201", "type": "stop" }, { - "id": "776", + "id": "5202", "type": "stop" }, { - "id": "777", + "id": "5203", "type": "stop" }, { - "id": "10777", + "id": "121", "type": "stop" }, { - "id": "778", + "id": "25203", "type": "stop" }, { - "id": "779", + "id": "25202", "type": "stop" }, { - "id": "780", + "id": "35202", "type": "stop" }, { - "id": "781", + "id": "13", "type": "stop" }, { - "id": "782", + "id": "11241", "type": "stop" }, { - "id": "783", + "id": "11242", "type": "stop" }, { - "id": "784", + "id": "11244", "type": "stop" }, { - "id": "785", + "id": "133", "type": "stop" }, { - "id": "786", + "id": "134", "type": "stop" }, { - "id": "787", + "id": "362", "type": "stop" }, { - "id": "788", + "id": "2910", "type": "stop" }, { - "id": "789", + "id": "2911", "type": "stop" }, { - "id": "790", + "id": "2912", "type": "stop" }, { - "id": "791", + "id": "2913", "type": "stop" }, { - "id": "792", + "id": "2914", "type": "stop" }, { - "id": "793", + "id": "2915", "type": "stop" }, { - "id": "795", + "id": "2916", "type": "stop" }, { - "id": "636", + "id": "2918", "type": "stop" }, { - "id": "637", + "id": "2919", "type": "stop" }, { - "id": "638", + "id": "2920", "type": "stop" }, { - "id": "639", + "id": "1587", "type": "stop" }, { - "id": "640", + "id": "11587", "type": "stop" }, { - "id": "641", + "id": "21587", "type": "stop" }, { - "id": "642", + "id": "547", "type": "stop" }, { - "id": "10642", + "id": "875", "type": "stop" } ] @@ -69360,14 +66710,14 @@ }, { "attributes": {}, - "id": "5012", + "id": "11482", "links": { - "self": "/stops/5012" + "self": "/stops/11482" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5012" + "related": "/facilities/?filter[stop]=11482" } }, "parent_station": { @@ -69383,63 +66733,88 @@ "type": "stop" }, { - "attributes": {}, - "id": "1857", + "attributes": { + "direction_id": 1, + "headsign": "Salem (Local shuttle)" + }, + "id": "RockportSalemForBeverly-1-sample", "links": { - "self": "/stops/1857" + "self": "/trips/RockportSalemForBeverly-1-sample" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=1857" + "route": { + "data": { + "id": "Shuttle-RockportSalemLocal", + "type": "route" } }, - "parent_station": { - "data": null - }, - "zone": { + "route_pattern": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "2146", - "links": { - "self": "/stops/2146" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=2146" + "id": "Shuttle-RockportSalemLocal-0-1", + "type": "route_pattern" } }, - "parent_station": { - "data": null + "service": { + "data": { + "id": "canonical", + "type": "service" + } }, - "zone": { + "shape": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "RockportToSalemLocal-S", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "GB-0353-B", + "type": "stop" + }, + { + "id": "GB-0316-B1", + "type": "stop" + }, + { + "id": "GB-0296-B1", + "type": "stop" + }, + { + "id": "GB-0254-B2", + "type": "stop" + }, + { + "id": "GB-0229-B1", + "type": "stop" + }, + { + "id": "GB-0198-B3", + "type": "stop" + }, + { + "id": "ER-0183-B", + "type": "stop" + }, + { + "id": "ER-0168-B", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "10011", + "id": "9227", "links": { - "self": "/stops/10011" + "self": "/stops/9227" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=10011" + "related": "/facilities/?filter[stop]=9227" } }, "parent_station": { @@ -69456,14 +66831,14 @@ }, { "attributes": {}, - "id": "12301", + "id": "111787", "links": { - "self": "/stops/12301" + "self": "/stops/111787" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=12301" + "related": "/facilities/?filter[stop]=111787" } }, "parent_station": { @@ -69478,111 +66853,60 @@ }, "type": "stop" }, - { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Newburyport", - "North Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Newburyport - Oak Grove (Limited)", - "short_name": "Newburyport Line Shuttle", - "sort_order": 62071, - "text_color": "000000", - "type": 3 - }, - "id": "Shuttle-NewburyportOakGroveLimited", - "links": { - "self": "/routes/Shuttle-NewburyportOakGroveLimited" - }, - "relationships": { - "line": { - "data": { - "id": "line-Newburyport", - "type": "line" - } - } - }, - "type": "route" - }, { "attributes": { "direction_id": 1, - "headsign": "Kendall/MIT" + "headsign": "Medford/Tufts (Shuttle)" }, - "id": "61849181", + "id": "GreenEEastSomervilleMedford-1-sample", "links": { - "self": "/trips/61849181" + "self": "/trips/GreenEEastSomervilleMedford-1-sample" }, "relationships": { "route": { "data": { - "id": "85", + "id": "Shuttle-EastSomervilleMedford", "type": "route" } }, "route_pattern": { "data": { - "id": "85-1-1", + "id": "Shuttle-EastSomervilleMedford-0-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "canonical", "type": "service" } }, "shape": { "data": { - "id": "850078", + "id": "EastSomervilleToMedford-S", "type": "shape" } }, "stops": { "data": [ { - "id": "2574", - "type": "stop" - }, - { - "id": "2510", - "type": "stop" - }, - { - "id": "2512", - "type": "stop" - }, - { - "id": "2513", - "type": "stop" - }, - { - "id": "11408", - "type": "stop" - }, - { - "id": "2515", + "id": "9070513", "type": "stop" }, { - "id": "2516", + "id": "9070505", "type": "stop" }, { - "id": "2518", + "id": "2404", "type": "stop" }, { - "id": "2228", + "id": "9070509", "type": "stop" }, { - "id": "2231", + "id": "2379", "type": "stop" } ] @@ -69592,14 +66916,14 @@ }, { "attributes": {}, - "id": "13834", + "id": "7250", "links": { - "self": "/stops/13834" + "self": "/stops/7250" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=13834" + "related": "/facilities/?filter[stop]=7250" } }, "parent_station": { @@ -69616,14 +66940,14 @@ }, { "attributes": {}, - "id": "852", + "id": "38487", "links": { - "self": "/stops/852" + "self": "/stops/38487" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=852" + "related": "/facilities/?filter[stop]=38487" } }, "parent_station": { @@ -69640,14 +66964,14 @@ }, { "attributes": {}, - "id": "64618", + "id": "7797", "links": { - "self": "/stops/64618" + "self": "/stops/7797" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=64618" + "related": "/facilities/?filter[stop]=7797" } }, "parent_station": { @@ -69664,14 +66988,14 @@ }, { "attributes": {}, - "id": "82047", + "id": "51836", "links": { - "self": "/stops/82047" + "self": "/stops/51836" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=82047" + "related": "/facilities/?filter[stop]=51836" } }, "parent_station": { @@ -69688,14 +67012,14 @@ }, { "attributes": {}, - "id": "5221", + "id": "383", "links": { - "self": "/stops/5221" + "self": "/stops/383" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5221" + "related": "/facilities/?filter[stop]=383" } }, "parent_station": { @@ -69712,14 +67036,14 @@ }, { "attributes": {}, - "id": "3560", + "id": "2078", "links": { - "self": "/stops/3560" + "self": "/stops/2078" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3560" + "related": "/facilities/?filter[stop]=2078" } }, "parent_station": { @@ -69735,153 +67059,63 @@ "type": "stop" }, { - "attributes": { - "direction_id": 0, - "headsign": "Government Center (Shuttle)" - }, - "id": "GreenDGovernmentCenterNorthStationViaGLShuttles-0-sample", + "attributes": {}, + "id": "2582", "links": { - "self": "/trips/GreenDGovernmentCenterNorthStationViaGLShuttles-0-sample" + "self": "/stops/2582" }, "relationships": { - "route": { - "data": { - "id": "Shuttle-GovernmentCenterNorthStation", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Shuttle-GovernmentCenterNorthStation-0-0", - "type": "route_pattern" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=2582" } }, - "service": { - "data": { - "id": "canonical", - "type": "service" - } + "parent_station": { + "data": null }, - "shape": { + "zone": { "data": { - "id": "NorthStationToGovernmentCenter-S", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "9070026", - "type": "stop" - }, - { - "id": "9070024", - "type": "stop" - }, - { - "id": "4510", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { - "attributes": { - "direction_id": 0, - "headsign": "Nahant" - }, - "id": "62216508", + "attributes": {}, + "id": "41686", "links": { - "self": "/trips/62216508" + "self": "/stops/41686" }, "relationships": { - "route": { - "data": { - "id": "439", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "439-_-0", - "type": "route_pattern" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=41686" } }, - "service": { - "data": { - "id": "SpringWeekday", - "type": "service" - } + "parent_station": { + "data": null }, - "shape": { + "zone": { "data": { - "id": "4390094", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "14748", - "type": "stop" - }, - { - "id": "6600", - "type": "stop" - }, - { - "id": "6603", - "type": "stop" - }, - { - "id": "6605", - "type": "stop" - }, - { - "id": "6606", - "type": "stop" - }, - { - "id": "16606", - "type": "stop" - }, - { - "id": "6607", - "type": "stop" - }, - { - "id": "6610", - "type": "stop" - }, - { - "id": "6611", - "type": "stop" - }, - { - "id": "6612", - "type": "stop" - }, - { - "id": "6613", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "4379", + "id": "74120", "links": { - "self": "/stops/4379" + "self": "/stops/74120" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4379" + "related": "/facilities/?filter[stop]=74120" } }, "parent_station": { @@ -69898,14 +67132,14 @@ }, { "attributes": {}, - "id": "39684", + "id": "9318", "links": { - "self": "/stops/39684" + "self": "/stops/9318" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=39684" + "related": "/facilities/?filter[stop]=9318" } }, "parent_station": { @@ -69922,14 +67156,14 @@ }, { "attributes": {}, - "id": "1159", + "id": "7434", "links": { - "self": "/stops/1159" + "self": "/stops/7434" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1159" + "related": "/facilities/?filter[stop]=7434" } }, "parent_station": { @@ -69946,25 +67180,22 @@ }, { "attributes": {}, - "id": "WML-0125-01", + "id": "3251", "links": { - "self": "/stops/WML-0125-01" + "self": "/stops/3251" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=WML-0125-01" + "related": "/facilities/?filter[stop]=3251" } }, "parent_station": { - "data": { - "id": "place-WML-0125", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "CR-zone-3", + "id": "LocalBus", "type": "zone" } } @@ -69973,14 +67204,14 @@ }, { "attributes": {}, - "id": "24790", + "id": "5384", "links": { - "self": "/stops/24790" + "self": "/stops/5384" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=24790" + "related": "/facilities/?filter[stop]=5384" } }, "parent_station": { @@ -69996,151 +67227,371 @@ "type": "stop" }, { - "attributes": { - "direction_id": 1, - "headsign": "Andrew" - }, - "id": "61394040", + "attributes": {}, + "id": "2819", "links": { - "self": "/trips/61394040" + "self": "/stops/2819" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=2819" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "770", + "links": { + "self": "/stops/770" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=770" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "21772", + "links": { + "self": "/stops/21772" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=21772" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "30235", + "links": { + "self": "/stops/30235" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=30235" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "94325", + "links": { + "self": "/stops/94325" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=94325" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": { + "direction_id": 1, + "headsign": "Haymarket via Forest Hills" + }, + "id": "67250314", + "links": { + "self": "/trips/67250314" }, "relationships": { "route": { "data": { - "id": "17", + "id": "39", "type": "route" } }, "route_pattern": { "data": { - "id": "17-_-1", + "id": "39-_-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "170111", + "id": "1920058", "type": "shape" } }, "stops": { "data": [ { - "id": "323", + "id": "36466", "type": "stop" }, { - "id": "55600", + "id": "6466", "type": "stop" }, { - "id": "557", + "id": "6467", "type": "stop" }, { - "id": "558", + "id": "6468", "type": "stop" }, { - "id": "559", + "id": "6470", "type": "stop" }, { - "id": "560", + "id": "6471", "type": "stop" }, { - "id": "561", + "id": "6472", "type": "stop" }, { - "id": "1468", + "id": "6473", "type": "stop" }, { - "id": "1469", + "id": "6474", "type": "stop" }, { - "id": "1470", + "id": "6476", "type": "stop" }, { - "id": "1471", + "id": "6460", "type": "stop" }, { - "id": "1472", + "id": "6461", "type": "stop" }, { - "id": "1473", + "id": "6462", "type": "stop" }, { - "id": "14731", + "id": "6463", "type": "stop" }, { - "id": "1474", + "id": "6464", "type": "stop" }, { - "id": "1475", + "id": "636", "type": "stop" }, { - "id": "1478", + "id": "637", "type": "stop" }, { - "id": "1479", + "id": "638", "type": "stop" }, { - "id": "1480", + "id": "639", "type": "stop" }, { - "id": "2933", + "id": "640", "type": "stop" }, { - "id": "2934", + "id": "641", "type": "stop" }, { - "id": "2935", + "id": "642", "type": "stop" }, { - "id": "2937", + "id": "10642", "type": "stop" }, { - "id": "2938", + "id": "1936", "type": "stop" }, { - "id": "2939", + "id": "1937", "type": "stop" }, { - "id": "2940", + "id": "1128", "type": "stop" }, { - "id": "12940", + "id": "1129", "type": "stop" }, { - "id": "13", + "id": "1130", + "type": "stop" + }, + { + "id": "1132", + "type": "stop" + }, + { + "id": "11131", + "type": "stop" + }, + { + "id": "6570", + "type": "stop" + }, + { + "id": "6571", + "type": "stop" + }, + { + "id": "6573", + "type": "stop" + }, + { + "id": "65741", + "type": "stop" + }, + { + "id": "6575", + "type": "stop" + }, + { + "id": "1315", + "type": "stop" + }, + { + "id": "1317", + "type": "stop" + }, + { + "id": "21317", + "type": "stop" + }, + { + "id": "31317", + "type": "stop" + }, + { + "id": "51317", + "type": "stop" + }, + { + "id": "71317", + "type": "stop" + }, + { + "id": "81317", + "type": "stop" + }, + { + "id": "91317", + "type": "stop" + }, + { + "id": "11389", + "type": "stop" + }, + { + "id": "174", + "type": "stop" + }, + { + "id": "143", + "type": "stop" + }, + { + "id": "144", + "type": "stop" + }, + { + "id": "16538", + "type": "stop" + }, + { + "id": "16539", + "type": "stop" + }, + { + "id": "11891", + "type": "stop" + }, + { + "id": "190", + "type": "stop" + }, + { + "id": "191", + "type": "stop" + }, + { + "id": "117", "type": "stop" } ] @@ -70150,14 +67601,14 @@ }, { "attributes": {}, - "id": "2661", + "id": "109819", "links": { - "self": "/stops/2661" + "self": "/stops/109819" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2661" + "related": "/facilities/?filter[stop]=109819" } }, "parent_station": { @@ -70174,14 +67625,14 @@ }, { "attributes": {}, - "id": "2546", + "id": "4229", "links": { - "self": "/stops/2546" + "self": "/stops/4229" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2546" + "related": "/facilities/?filter[stop]=4229" } }, "parent_station": { @@ -70198,77 +67649,25 @@ }, { "attributes": {}, - "id": "7297", + "id": "NB-0072-S", "links": { - "self": "/stops/7297" + "self": "/stops/NB-0072-S" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7297" + "related": "/facilities/?filter[stop]=NB-0072-S" } }, "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": { - "color": "00843D", - "direction_destinations": [ - "Riverside", - "Union Square" - ], - "direction_names": [ - "West", - "East" - ], - "long_name": "Green Line D", - "short_name": "D", - "sort_order": 10034, - "text_color": "FFFFFF", - "type": 0 - }, - "id": "Green-D", - "links": { - "self": "/routes/Green-D" - }, - "relationships": { - "line": { "data": { - "id": "line-Green", - "type": "line" - } - } - }, - "type": "route" - }, - { - "attributes": {}, - "id": "5650", - "links": { - "self": "/stops/5650" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=5650" + "id": "place-NB-0072", + "type": "stop" } }, - "parent_station": { - "data": null - }, "zone": { "data": { - "id": "LocalBus", + "id": "CR-zone-1", "type": "zone" } } @@ -70277,14 +67676,14 @@ }, { "attributes": {}, - "id": "2096", + "id": "1298", "links": { - "self": "/stops/2096" + "self": "/stops/1298" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2096" + "related": "/facilities/?filter[stop]=1298" } }, "parent_station": { @@ -70301,14 +67700,14 @@ }, { "attributes": {}, - "id": "5917", + "id": "953", "links": { - "self": "/stops/5917" + "self": "/stops/953" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5917" + "related": "/facilities/?filter[stop]=953" } }, "parent_station": { @@ -70325,14 +67724,14 @@ }, { "attributes": {}, - "id": "2268", + "id": "5093", "links": { - "self": "/stops/2268" + "self": "/stops/5093" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2268" + "related": "/facilities/?filter[stop]=5093" } }, "parent_station": { @@ -70349,38 +67748,14 @@ }, { "attributes": {}, - "id": "WML-0102-B", - "links": { - "self": "/stops/WML-0102-B" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=WML-0102-B" - } - }, - "parent_station": { - "data": { - "id": "place-WML-0102", - "type": "stop" - } - }, - "zone": { - "data": null - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "15986", + "id": "4291", "links": { - "self": "/stops/15986" + "self": "/stops/4291" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=15986" + "related": "/facilities/?filter[stop]=4291" } }, "parent_station": { @@ -70397,14 +67772,14 @@ }, { "attributes": {}, - "id": "888", + "id": "3033", "links": { - "self": "/stops/888" + "self": "/stops/3033" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=888" + "related": "/facilities/?filter[stop]=3033" } }, "parent_station": { @@ -70421,14 +67796,14 @@ }, { "attributes": {}, - "id": "3203", + "id": "8813", "links": { - "self": "/stops/3203" + "self": "/stops/8813" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3203" + "related": "/facilities/?filter[stop]=8813" } }, "parent_station": { @@ -70445,14 +67820,14 @@ }, { "attributes": {}, - "id": "7827", + "id": "8230", "links": { - "self": "/stops/7827" + "self": "/stops/8230" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7827" + "related": "/facilities/?filter[stop]=8230" } }, "parent_station": { @@ -70469,14 +67844,14 @@ }, { "attributes": {}, - "id": "3273", + "id": "11131", "links": { - "self": "/stops/3273" + "self": "/stops/11131" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3273" + "related": "/facilities/?filter[stop]=11131" } }, "parent_station": { @@ -70491,117 +67866,16 @@ }, "type": "stop" }, - { - "attributes": { - "direction_id": 0, - "headsign": "Sullivan" - }, - "id": "61869418", - "links": { - "self": "/trips/61869418" - }, - "relationships": { - "route": { - "data": { - "id": "92", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "92-3-0", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "SpringWeekday", - "type": "service" - } - }, - "shape": { - "data": { - "id": "920135", - "type": "shape" - } - }, - "stops": { - "data": [ - { - "id": "6548", - "type": "stop" - }, - { - "id": "11891", - "type": "stop" - }, - { - "id": "190", - "type": "stop" - }, - { - "id": "191", - "type": "stop" - }, - { - "id": "117", - "type": "stop" - }, - { - "id": "2832", - "type": "stop" - }, - { - "id": "2835", - "type": "stop" - }, - { - "id": "2836", - "type": "stop" - }, - { - "id": "2837", - "type": "stop" - }, - { - "id": "2838", - "type": "stop" - }, - { - "id": "2839", - "type": "stop" - }, - { - "id": "2840", - "type": "stop" - }, - { - "id": "32840", - "type": "stop" - }, - { - "id": "2841", - "type": "stop" - }, - { - "id": "29001", - "type": "stop" - } - ] - } - }, - "type": "trip" - }, { "attributes": {}, - "id": "23402", + "id": "45417", "links": { - "self": "/stops/23402" + "self": "/stops/45417" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=23402" + "related": "/facilities/?filter[stop]=45417" } }, "parent_station": { @@ -70618,14 +67892,14 @@ }, { "attributes": {}, - "id": "1856", + "id": "941", "links": { - "self": "/stops/1856" + "self": "/stops/941" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1856" + "related": "/facilities/?filter[stop]=941" } }, "parent_station": { @@ -70642,14 +67916,14 @@ }, { "attributes": {}, - "id": "9195", + "id": "18636", "links": { - "self": "/stops/9195" + "self": "/stops/18636" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9195" + "related": "/facilities/?filter[stop]=18636" } }, "parent_station": { @@ -70664,89 +67938,16 @@ }, "type": "stop" }, - { - "attributes": { - "direction_id": 1, - "headsign": "South Station" - }, - "id": "CR-670350-922", - "links": { - "self": "/trips/CR-670350-922" - }, - "relationships": { - "route": { - "data": { - "id": "CR-Fairmount", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "CR-Fairmount-6ae938c4-1", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "SPRING2024-SOUTHWKD-Weekday-1", - "type": "service" - } - }, - "shape": { - "data": { - "id": "9870001", - "type": "shape" - } - }, - "stops": { - "data": [ - { - "id": "DB-2205-02", - "type": "stop" - }, - { - "id": "DB-2222-02", - "type": "stop" - }, - { - "id": "DB-2230-02", - "type": "stop" - }, - { - "id": "DB-2240-02", - "type": "stop" - }, - { - "id": "DB-2249-02", - "type": "stop" - }, - { - "id": "DB-2258-02", - "type": "stop" - }, - { - "id": "DB-2265-02", - "type": "stop" - }, - { - "id": "NEC-2287", - "type": "stop" - } - ] - } - }, - "type": "trip" - }, { "attributes": {}, - "id": "94325", + "id": "3149", "links": { - "self": "/stops/94325" + "self": "/stops/3149" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=94325" + "related": "/facilities/?filter[stop]=3149" } }, "parent_station": { @@ -70763,14 +67964,14 @@ }, { "attributes": {}, - "id": "9217", + "id": "7202", "links": { - "self": "/stops/9217" + "self": "/stops/7202" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9217" + "related": "/facilities/?filter[stop]=7202" } }, "parent_station": { @@ -70787,41 +67988,14 @@ }, { "attributes": {}, - "id": "NEC-1969-04", - "links": { - "self": "/stops/NEC-1969-04" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=NEC-1969-04" - } - }, - "parent_station": { - "data": { - "id": "place-NEC-1969", - "type": "stop" - } - }, - "zone": { - "data": { - "id": "CR-zone-7", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "7643", + "id": "36541", "links": { - "self": "/stops/7643" + "self": "/stops/36541" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7643" + "related": "/facilities/?filter[stop]=36541" } }, "parent_station": { @@ -70836,92 +68010,16 @@ }, "type": "stop" }, - { - "attributes": { - "direction_id": 0, - "headsign": "South Weymouth (Shuttle)" - }, - "id": "BraintreeSouthWeymouth-0-sample", - "links": { - "self": "/trips/BraintreeSouthWeymouth-0-sample" - }, - "relationships": { - "route": { - "data": { - "id": "Shuttle-BraintreeSouthWeymouth", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Shuttle-BraintreeSouthWeymouth-0-0", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "canonical", - "type": "service" - } - }, - "shape": { - "data": { - "id": "BraintreeToSouthWeymouth-S", - "type": "shape" - } - }, - "stops": { - "data": [ - { - "id": "38671", - "type": "stop" - }, - { - "id": "South Weymouth-S", - "type": "stop" - } - ] - } - }, - "type": "trip" - }, - { - "attributes": {}, - "id": "MM-0079-S", - "links": { - "self": "/stops/MM-0079-S" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=MM-0079-S" - } - }, - "parent_station": { - "data": { - "id": "place-qnctr", - "type": "stop" - } - }, - "zone": { - "data": { - "id": "CR-zone-1", - "type": "zone" - } - } - }, - "type": "stop" - }, { "attributes": {}, - "id": "6430", + "id": "3129", "links": { - "self": "/stops/6430" + "self": "/stops/3129" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6430" + "related": "/facilities/?filter[stop]=3129" } }, "parent_station": { @@ -70938,14 +68036,14 @@ }, { "attributes": {}, - "id": "8271", + "id": "12376", "links": { - "self": "/stops/8271" + "self": "/stops/12376" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8271" + "related": "/facilities/?filter[stop]=12376" } }, "parent_station": { @@ -70962,14 +68060,14 @@ }, { "attributes": {}, - "id": "1072", + "id": "3811", "links": { - "self": "/stops/1072" + "self": "/stops/3811" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1072" + "related": "/facilities/?filter[stop]=3811" } }, "parent_station": { @@ -70986,38 +68084,38 @@ }, { "attributes": {}, - "id": "2841", + "id": "MM-0356-B0", "links": { - "self": "/stops/2841" + "self": "/stops/MM-0356-B0" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2841" + "related": "/facilities/?filter[stop]=MM-0356-B0" } }, "parent_station": { - "data": null - }, - "zone": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "place-MM-0356", + "type": "stop" } + }, + "zone": { + "data": null } }, "type": "stop" }, { "attributes": {}, - "id": "7741", + "id": "6418", "links": { - "self": "/stops/7741" + "self": "/stops/6418" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7741" + "related": "/facilities/?filter[stop]=6418" } }, "parent_station": { @@ -71034,14 +68132,14 @@ }, { "attributes": {}, - "id": "1643", + "id": "9156", "links": { - "self": "/stops/1643" + "self": "/stops/9156" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1643" + "related": "/facilities/?filter[stop]=9156" } }, "parent_station": { @@ -71058,14 +68156,14 @@ }, { "attributes": {}, - "id": "5440", + "id": "3849", "links": { - "self": "/stops/5440" + "self": "/stops/3849" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5440" + "related": "/facilities/?filter[stop]=3849" } }, "parent_station": { @@ -71082,14 +68180,14 @@ }, { "attributes": {}, - "id": "258", + "id": "1116", "links": { - "self": "/stops/258" + "self": "/stops/1116" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=258" + "related": "/facilities/?filter[stop]=1116" } }, "parent_station": { @@ -71106,349 +68204,275 @@ }, { "attributes": { - "direction_id": 1, - "headsign": "North Station" + "direction_id": 0, + "headsign": "Central Square via Cliftondale" }, - "id": "CR-660267-192", + "id": "67202689", "links": { - "self": "/trips/CR-660267-192" + "self": "/trips/67202689" }, "relationships": { "route": { "data": { - "id": "CR-Newburyport", + "id": "426", "type": "route" } }, "route_pattern": { "data": { - "id": "CR-Newburyport-7bd69ec3-1", + "id": "426-7-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SPRING2024-NORTHWKD-Weekday-5-S9d378dcf", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "9810001", + "id": "4260279", "type": "shape" } }, "stops": { "data": [ { - "id": "ER-0183-02", + "id": "15799", "type": "stop" }, { - "id": "ER-0168-S", + "id": "24716", "type": "stop" }, { - "id": "ER-0128-02", + "id": "4733", "type": "stop" }, { - "id": "ER-0117-02", + "id": "4526", "type": "stop" }, { - "id": "ER-0042-02", + "id": "45261", "type": "stop" }, { - "id": "BNT-0000", + "id": "4512", "type": "stop" - } - ] - } - }, - "type": "trip" - }, - { - "attributes": { - "direction_id": 1, - "headsign": "Back Bay (Shuttle)" - }, - "id": "BackBayBostonLandingOmitSouthStation-1-sample", - "links": { - "self": "/trips/BackBayBostonLandingOmitSouthStation-1-sample" - }, - "relationships": { - "route": { - "data": { - "id": "Shuttle-BackBayBostonLanding", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Shuttle-BackBayBostonLanding-0-1", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "canonical", - "type": "service" - } - }, - "shape": { - "data": { - "id": "BostonLandingToBackBay-S", - "type": "shape" - } - }, - "stops": { - "data": [ + }, { - "id": "WML-0035-B", + "id": "4513", "type": "stop" }, { - "id": "NEC-2276-B", + "id": "4515", "type": "stop" - } - ] - } - }, - "type": "trip" - }, - { - "attributes": {}, - "id": "18925", - "links": { - "self": "/stops/18925" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=18925" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": { - "direction_id": 0, - "headsign": "Mattapan" - }, - "id": "62144614", - "links": { - "self": "/trips/62144614" - }, - "relationships": { - "route": { - "data": { - "id": "29", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "29-5-0", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "SpringWeekday", - "type": "service" - } - }, - "shape": { - "data": { - "id": "290147", - "type": "shape" - } - }, - "stops": { - "data": [ + }, { - "id": "11531", + "id": "7415", "type": "stop" }, { - "id": "1265", + "id": "7417", "type": "stop" }, { - "id": "1266", + "id": "7418", "type": "stop" }, { - "id": "10413", + "id": "7419", "type": "stop" }, { - "id": "11413", + "id": "17419", "type": "stop" }, { - "id": "17421", + "id": "7420", "type": "stop" }, { - "id": "17411", + "id": "7422", "type": "stop" }, { - "id": "17401", + "id": "17422", "type": "stop" }, { - "id": "17391", + "id": "7423", "type": "stop" }, { - "id": "415", + "id": "7424", "type": "stop" }, { - "id": "416", + "id": "7426", "type": "stop" }, { - "id": "417", + "id": "7427", "type": "stop" }, { - "id": "419", + "id": "7429", "type": "stop" }, { - "id": "1706", + "id": "17429", "type": "stop" }, { - "id": "1708", + "id": "7430", "type": "stop" }, { - "id": "1709", + "id": "7431", "type": "stop" }, { - "id": "1710", + "id": "7432", "type": "stop" }, { - "id": "11712", + "id": "7433", "type": "stop" }, { - "id": "1713", + "id": "7434", "type": "stop" }, { - "id": "1714", + "id": "7435", "type": "stop" }, { - "id": "1716", + "id": "7436", "type": "stop" }, { - "id": "1717", + "id": "7437", "type": "stop" }, { - "id": "1718", + "id": "7438", "type": "stop" }, { - "id": "11719", + "id": "7439", "type": "stop" }, { - "id": "1720", + "id": "7440", "type": "stop" }, { - "id": "1721", + "id": "7441", "type": "stop" }, { - "id": "18511", + "id": "7442", "type": "stop" - } - ] - } - }, - "type": "trip" - }, - { - "attributes": {}, - "id": "1524", - "links": { - "self": "/stops/1524" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=1524" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "ER-0312-B", - "links": { - "self": "/stops/ER-0312-B" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=ER-0312-B" - } - }, - "parent_station": { - "data": { - "id": "place-ER-0312", - "type": "stop" - } - }, - "zone": { - "data": null + }, + { + "id": "7443", + "type": "stop" + }, + { + "id": "7445", + "type": "stop" + }, + { + "id": "7446", + "type": "stop" + }, + { + "id": "7447", + "type": "stop" + }, + { + "id": "7448", + "type": "stop" + }, + { + "id": "7449", + "type": "stop" + }, + { + "id": "17449", + "type": "stop" + }, + { + "id": "7450", + "type": "stop" + }, + { + "id": "7451", + "type": "stop" + }, + { + "id": "7452", + "type": "stop" + }, + { + "id": "4521", + "type": "stop" + }, + { + "id": "4522", + "type": "stop" + }, + { + "id": "4523", + "type": "stop" + }, + { + "id": "4524", + "type": "stop" + }, + { + "id": "4525", + "type": "stop" + }, + { + "id": "6822", + "type": "stop" + }, + { + "id": "6824", + "type": "stop" + }, + { + "id": "6827", + "type": "stop" + }, + { + "id": "6773", + "type": "stop" + }, + { + "id": "14748", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "7202", + "id": "1617", "links": { - "self": "/stops/7202" + "self": "/stops/1617" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7202" + "related": "/facilities/?filter[stop]=1617" } }, "parent_station": { @@ -71465,14 +68489,14 @@ }, { "attributes": {}, - "id": "2455", + "id": "611", "links": { - "self": "/stops/2455" + "self": "/stops/611" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2455" + "related": "/facilities/?filter[stop]=611" } }, "parent_station": { @@ -71487,16 +68511,77 @@ }, "type": "stop" }, + { + "attributes": { + "direction_id": 1, + "headsign": "South Station" + }, + "id": "BaseWML-697705-552", + "links": { + "self": "/trips/BaseWML-697705-552" + }, + "relationships": { + "route": { + "data": { + "id": "CR-Worcester", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "CR-Worcester-16e1833f-1", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "FALL 2024-SOUTHWKD-Weekday-42-Sb0e4ed14", + "type": "service" + } + }, + "shape": { + "data": { + "id": "9850001", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "WML-0442-CS", + "type": "stop" + }, + { + "id": "WML-0214-02", + "type": "stop" + }, + { + "id": "WML-0025-05", + "type": "stop" + }, + { + "id": "WML-0012-05", + "type": "stop" + }, + { + "id": "NEC-2287", + "type": "stop" + } + ] + } + }, + "type": "trip" + }, { "attributes": {}, - "id": "350", + "id": "114", "links": { - "self": "/stops/350" + "self": "/stops/114" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=350" + "related": "/facilities/?filter[stop]=114" } }, "parent_station": { @@ -71513,14 +68598,14 @@ }, { "attributes": {}, - "id": "3354", + "id": "840", "links": { - "self": "/stops/3354" + "self": "/stops/840" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3354" + "related": "/facilities/?filter[stop]=840" } }, "parent_station": { @@ -71535,98 +68620,68 @@ }, "type": "stop" }, - { - "attributes": { - "color": "FFC72C", - "long_name": "Wakefield Avenue or Dedham - Mattapan - Ashmont", - "short_name": "24/27/33", - "sort_order": 50240, - "text_color": "000000" - }, - "id": "line-242733", - "links": { - "self": "/lines/line-242733" - }, - "type": "line" - }, { "attributes": { "direction_id": 1, - "headsign": "South Station" + "headsign": "Broadway (Shuttle)" }, - "id": "CR-670245-748", + "id": "AshmontBroadway-Weekday-9e586-1-00:00:00", "links": { - "self": "/trips/CR-670245-748" + "self": "/trips/AshmontBroadway-Weekday-9e586-1-00%3A00%3A00" }, "relationships": { "route": { "data": { - "id": "CR-Franklin", + "id": "Shuttle-AshmontBroadway", "type": "route" } }, "route_pattern": { "data": { - "id": "CR-Franklin-4ee256a8-1", + "id": "Shuttle-AshmontBroadway-0-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SPRING2024-SOUTHWKD-Weekday-1-S85407dc6", + "id": "canonical", "type": "service" } }, "shape": { "data": { - "id": "FoxboroToSouthStationViaBackBay", + "id": "AshmontToBroadway-S", "type": "shape" } }, "stops": { "data": [ { - "id": "FS-0049-S", - "type": "stop" - }, - { - "id": "FB-0166-S", - "type": "stop" - }, - { - "id": "FB-0148-02", - "type": "stop" - }, - { - "id": "FB-0143-02", - "type": "stop" - }, - { - "id": "FB-0125-02", + "id": "334", "type": "stop" }, { - "id": "FB-0118-02", + "id": "340", "type": "stop" }, { - "id": "FB-0109-02", + "id": "34500", "type": "stop" }, { - "id": "FB-0095-05", + "id": "30088", "type": "stop" }, { - "id": "NEC-2265-02", + "id": "121", "type": "stop" }, { - "id": "NEC-2276-02", + "id": "13", "type": "stop" }, { - "id": "NEC-2287", + "id": "150", "type": "stop" } ] @@ -71635,46 +68690,63 @@ "type": "trip" }, { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Wellington Station", - "Wood Island Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Wellington Station - Wood Island Station", - "short_name": "112", - "sort_order": 51120, - "text_color": "000000", - "type": 3 + "attributes": {}, + "id": "457", + "links": { + "self": "/stops/457" }, - "id": "112", + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=457" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "4237", "links": { - "self": "/routes/112" + "self": "/stops/4237" }, "relationships": { - "line": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=4237" + } + }, + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "line-112", - "type": "line" + "id": "LocalBus", + "type": "zone" } } }, - "type": "route" + "type": "stop" }, { "attributes": {}, - "id": "9038", + "id": "3263", "links": { - "self": "/stops/9038" + "self": "/stops/3263" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9038" + "related": "/facilities/?filter[stop]=3263" } }, "parent_station": { @@ -71691,14 +68763,14 @@ }, { "attributes": {}, - "id": "3086", + "id": "4030", "links": { - "self": "/stops/3086" + "self": "/stops/4030" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3086" + "related": "/facilities/?filter[stop]=4030" } }, "parent_station": { @@ -71715,14 +68787,14 @@ }, { "attributes": {}, - "id": "8823", + "id": "2362", "links": { - "self": "/stops/8823" + "self": "/stops/2362" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8823" + "related": "/facilities/?filter[stop]=2362" } }, "parent_station": { @@ -71739,14 +68811,41 @@ }, { "attributes": {}, - "id": "3841", + "id": "70078", "links": { - "self": "/stops/3841" + "self": "/stops/70078" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3841" + "related": "/facilities/?filter[stop]=70078" + } + }, + "parent_station": { + "data": { + "id": "place-dwnxg", + "type": "stop" + } + }, + "zone": { + "data": { + "id": "RapidTransit", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "5746", + "links": { + "self": "/stops/5746" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=5746" } }, "parent_station": { @@ -71763,14 +68862,14 @@ }, { "attributes": {}, - "id": "332", + "id": "12641", "links": { - "self": "/stops/332" + "self": "/stops/12641" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=332" + "related": "/facilities/?filter[stop]=12641" } }, "parent_station": { @@ -71789,27 +68888,33 @@ "attributes": { "color": "FFC72C", "direction_destinations": [ - "Maverick", - "Wonderland" + "Newburyport or Rockport", + "North Station" ], "direction_names": [ - "West", - "East" + "Outbound", + "Inbound" ], - "long_name": "Maverick - Wonderland", - "short_name": "Blue Line Shuttle", - "sort_order": 62062, + "long_name": "Swampscott - North Station (Local)", + "short_name": "Newburyport/Rockport Line Shuttle", + "sort_order": 62129, "text_color": "000000", "type": 3 }, - "id": "Shuttle-MaverickWonderland", + "id": "Shuttle-NorthStationSwampscottLocal", "links": { - "self": "/routes/Shuttle-MaverickWonderland" + "self": "/routes/Shuttle-NorthStationSwampscottLocal" }, "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, "line": { "data": { - "id": "line-Blue", + "id": "line-Newburyport", "type": "line" } } @@ -71818,14 +68923,14 @@ }, { "attributes": {}, - "id": "15984", + "id": "81448", "links": { - "self": "/stops/15984" + "self": "/stops/81448" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=15984" + "related": "/facilities/?filter[stop]=81448" } }, "parent_station": { @@ -71842,14 +68947,14 @@ }, { "attributes": {}, - "id": "7311", + "id": "5251", "links": { - "self": "/stops/7311" + "self": "/stops/5251" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7311" + "related": "/facilities/?filter[stop]=5251" } }, "parent_station": { @@ -71866,14 +68971,14 @@ }, { "attributes": {}, - "id": "11767", + "id": "25990", "links": { - "self": "/stops/11767" + "self": "/stops/25990" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=11767" + "related": "/facilities/?filter[stop]=25990" } }, "parent_station": { @@ -71890,14 +68995,14 @@ }, { "attributes": {}, - "id": "4892", + "id": "16653", "links": { - "self": "/stops/4892" + "self": "/stops/16653" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4892" + "related": "/facilities/?filter[stop]=16653" } }, "parent_station": { @@ -71914,14 +69019,41 @@ }, { "attributes": {}, - "id": "5423", + "id": "70014", "links": { - "self": "/stops/5423" + "self": "/stops/70014" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5423" + "related": "/facilities/?filter[stop]=70014" + } + }, + "parent_station": { + "data": { + "id": "place-bbsta", + "type": "stop" + } + }, + "zone": { + "data": { + "id": "RapidTransit", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "6171", + "links": { + "self": "/stops/6171" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=6171" } }, "parent_station": { @@ -71938,14 +69070,14 @@ }, { "attributes": {}, - "id": "5975", + "id": "6751", "links": { - "self": "/stops/5975" + "self": "/stops/6751" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5975" + "related": "/facilities/?filter[stop]=6751" } }, "parent_station": { @@ -71962,25 +69094,193 @@ }, { "attributes": {}, - "id": "70028", + "id": "2192", "links": { - "self": "/stops/70028" + "self": "/stops/2192" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70028" + "related": "/facilities/?filter[stop]=2192" } }, "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "place-ccmnl", - "type": "stop" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Cleveland Circle", + "Government Center" + ], + "direction_names": [ + "West", + "East" + ], + "long_name": "Cleveland Circle - Saint Mary's Street", + "short_name": "Green Line C Shuttle", + "sort_order": 61410, + "text_color": "000000", + "type": 3 + }, + "id": "Shuttle-ClevelandCircleStMarys", + "links": { + "self": "/routes/Shuttle-ClevelandCircleStMarys" + }, + "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, + "line": { + "data": { + "id": "line-Green", + "type": "line" + } + } + }, + "type": "route" + }, + { + "attributes": {}, + "id": "4289", + "links": { + "self": "/stops/4289" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=4289" } }, + "parent_station": { + "data": null + }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": { + "color": "FFC72C", + "long_name": "Malden Center - Airport", + "short_name": "104", + "sort_order": 51040, + "text_color": "000000" + }, + "id": "line-104", + "links": { + "self": "/lines/line-104" + }, + "type": "line" + }, + { + "attributes": {}, + "id": "270", + "links": { + "self": "/stops/270" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=270" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "58618", + "links": { + "self": "/stops/58618" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=58618" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "1186", + "links": { + "self": "/stops/1186" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=1186" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "3158", + "links": { + "self": "/stops/3158" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=3158" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", "type": "zone" } } @@ -71990,233 +69290,415 @@ { "attributes": { "direction_id": 1, - "headsign": "Malden via Square One Mall" + "headsign": "North Station" }, - "id": "61869084", + "id": "NorthWKDYF24-706160-112", "links": { - "self": "/trips/61869084" + "self": "/trips/NorthWKDYF24-706160-112" }, "relationships": { "route": { "data": { - "id": "430", + "id": "CR-Newburyport", "type": "route" } }, "route_pattern": { "data": { - "id": "430-1-1", + "id": "CR-Newburyport-d47c5647-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "FALL 2024-NORTHWKD-Weekday-1-S9d378dcf", "type": "service" } }, "shape": { "data": { - "id": "4300160", + "id": "9810006", "type": "shape" } }, "stops": { "data": [ { - "id": "7474", + "id": "GB-0353-S", "type": "stop" }, { - "id": "7573", + "id": "GB-0316-S", "type": "stop" }, { - "id": "75731", + "id": "GB-0296-02", "type": "stop" }, { - "id": "7575", + "id": "GB-0254-02", "type": "stop" }, { - "id": "7576", + "id": "GB-0229-02", "type": "stop" }, { - "id": "7502", + "id": "GB-0198-02", "type": "stop" }, { - "id": "7503", + "id": "ER-0183-02", "type": "stop" }, { - "id": "7504", + "id": "ER-0168-S", "type": "stop" }, { - "id": "7505", + "id": "ER-0128-02", "type": "stop" }, { - "id": "6212", + "id": "ER-0117-02", "type": "stop" }, { - "id": "6213", + "id": "ER-0042-02", "type": "stop" }, { - "id": "7507", + "id": "BNT-0000", "type": "stop" - }, + } + ] + } + }, + "type": "trip" + }, + { + "attributes": {}, + "id": "1573", + "links": { + "self": "/stops/1573" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=1573" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "2073", + "links": { + "self": "/stops/2073" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=2073" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": { + "direction_id": 1, + "headsign": "Harvard" + }, + "id": "67009588", + "links": { + "self": "/trips/67009588" + }, + "relationships": { + "route": { + "data": { + "id": "77", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "77-1-1", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "WinterWeekday", + "type": "service" + } + }, + "shape": { + "data": { + "id": "770140", + "type": "shape" + } + }, + "stops": { + "data": [ { - "id": "7508", + "id": "2251", "type": "stop" }, { - "id": "7510", + "id": "2252", "type": "stop" }, { - "id": "7511", + "id": "2254", "type": "stop" }, { - "id": "7513", + "id": "2255", "type": "stop" }, { - "id": "7515", + "id": "2256", "type": "stop" }, { - "id": "7400", + "id": "2257", "type": "stop" }, { - "id": "7401", + "id": "2258", "type": "stop" }, { - "id": "7516", + "id": "2259", "type": "stop" }, { - "id": "7517", + "id": "2260", "type": "stop" }, { - "id": "7518", + "id": "2261", "type": "stop" }, { - "id": "7520", + "id": "2262", "type": "stop" }, { - "id": "7521", + "id": "2263", "type": "stop" }, { - "id": "7522", + "id": "2264", "type": "stop" }, { - "id": "7523", + "id": "2265", "type": "stop" }, { - "id": "7525", + "id": "2266", "type": "stop" }, { - "id": "47526", + "id": "22661", "type": "stop" }, { - "id": "47527", + "id": "22671", "type": "stop" }, { - "id": "7529", + "id": "2268", "type": "stop" }, { - "id": "7532", + "id": "2269", "type": "stop" }, { - "id": "7534", + "id": "2270", "type": "stop" }, { - "id": "7536", + "id": "2296", "type": "stop" }, { - "id": "7537", + "id": "2297", "type": "stop" }, { - "id": "7539", + "id": "2298", "type": "stop" }, { - "id": "7540", + "id": "2299", "type": "stop" }, { - "id": "9021", + "id": "2300", "type": "stop" }, { - "id": "9023", + "id": "12301", "type": "stop" }, { - "id": "9024", + "id": "2304", "type": "stop" }, { - "id": "9025", + "id": "2305", "type": "stop" }, { - "id": "9026", + "id": "2307", "type": "stop" }, { - "id": "5440", + "id": "76127", "type": "stop" }, { - "id": "5441", + "id": "32549", + "type": "stop" + } + ] + } + }, + "type": "trip" + }, + { + "attributes": {}, + "id": "574", + "links": { + "self": "/stops/574" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=574" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "3398", + "links": { + "self": "/stops/3398" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=3398" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": { + "direction_id": 0, + "headsign": "Haverhill (Local shuttle)" + }, + "id": "HaverhillReadingLocalExtended-0-sample", + "links": { + "self": "/trips/HaverhillReadingLocalExtended-0-sample" + }, + "relationships": { + "route": { + "data": { + "id": "Shuttle-HaverhillReadingLocal", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "Shuttle-HaverhillReadingLocal-0-0", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "canonical", + "type": "service" + } + }, + "shape": { + "data": { + "id": "ReadingToHaverhillLocal-S", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "WR-0120-B", "type": "stop" }, { - "id": "5442", + "id": "WR-0163-B0", "type": "stop" }, { - "id": "5443", + "id": "WR-0205-B0", "type": "stop" }, { - "id": "5444", + "id": "WR-0228-B0", "type": "stop" }, { - "id": "5445", + "id": "WR-0264-B2", "type": "stop" }, { - "id": "15431", + "id": "WR-0325-B", "type": "stop" }, { - "id": "53270", + "id": "WR-0329-B", "type": "stop" } ] @@ -72226,150 +69708,158 @@ }, { "attributes": { - "direction_id": 1, - "headsign": "Maverick via Jeffries Point" + "direction_id": 0, + "headsign": "VA Hospital" }, - "id": "62216819", + "id": "67250548", "links": { - "self": "/trips/62216819" + "self": "/trips/67250548" }, "relationships": { "route": { "data": { - "id": "120", + "id": "36", "type": "route" } }, "route_pattern": { "data": { - "id": "120-3-1", + "id": "36-8-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "1200152", + "id": "360376", "type": "shape" } }, "stops": { "data": [ { - "id": "5880", + "id": "10642", "type": "stop" }, { - "id": "5881", + "id": "596", "type": "stop" }, { - "id": "5839", + "id": "597", "type": "stop" }, { - "id": "5841", + "id": "598", "type": "stop" }, { - "id": "5842", + "id": "599", "type": "stop" }, { - "id": "5843", + "id": "600", "type": "stop" }, { - "id": "5844", + "id": "601", "type": "stop" }, { - "id": "5666", + "id": "602", "type": "stop" }, { - "id": "5848", + "id": "797", "type": "stop" }, { - "id": "5849", + "id": "798", "type": "stop" }, { - "id": "5850", + "id": "799", "type": "stop" }, { - "id": "5851", + "id": "800", "type": "stop" }, { - "id": "5852", + "id": "801", "type": "stop" }, { - "id": "5853", + "id": "802", "type": "stop" }, { - "id": "5854", + "id": "803", "type": "stop" }, { - "id": "5736", + "id": "804", "type": "stop" }, { - "id": "5737", + "id": "805", "type": "stop" }, { - "id": "57400", + "id": "806", "type": "stop" }, { - "id": "15857", + "id": "807", "type": "stop" }, { - "id": "5857", + "id": "808", "type": "stop" }, { - "id": "5858", + "id": "810", "type": "stop" }, { - "id": "5859", + "id": "821", "type": "stop" }, { - "id": "5861", + "id": "812", "type": "stop" }, { - "id": "5862", + "id": "11812", "type": "stop" }, { - "id": "5863", + "id": "813", "type": "stop" }, { - "id": "5864", + "id": "814", "type": "stop" }, { - "id": "5865", + "id": "815", "type": "stop" }, { - "id": "57400", + "id": "816", + "type": "stop" + }, + { + "id": "817", + "type": "stop" + }, + { + "id": "10820", "type": "stop" } ] @@ -72379,14 +69869,14 @@ }, { "attributes": {}, - "id": "6262", + "id": "5385", "links": { - "self": "/stops/6262" + "self": "/stops/5385" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6262" + "related": "/facilities/?filter[stop]=5385" } }, "parent_station": { @@ -72403,14 +69893,14 @@ }, { "attributes": {}, - "id": "9079", + "id": "6157", "links": { - "self": "/stops/9079" + "self": "/stops/6157" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9079" + "related": "/facilities/?filter[stop]=6157" } }, "parent_station": { @@ -72427,14 +69917,14 @@ }, { "attributes": {}, - "id": "587", + "id": "9090", "links": { - "self": "/stops/587" + "self": "/stops/9090" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=587" + "related": "/facilities/?filter[stop]=9090" } }, "parent_station": { @@ -72449,38 +69939,27 @@ }, "type": "stop" }, - { - "attributes": { - "color": "FFC72C", - "long_name": "Ashmont - Forest Hills", - "short_name": "21", - "sort_order": 50210, - "text_color": "000000" - }, - "id": "line-21", - "links": { - "self": "/lines/line-21" - }, - "type": "line" - }, { "attributes": {}, - "id": "5826", + "id": "70063", "links": { - "self": "/stops/5826" + "self": "/stops/70063" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5826" + "related": "/facilities/?filter[stop]=70063" } }, "parent_station": { - "data": null + "data": { + "id": "place-davis", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -72489,14 +69968,14 @@ }, { "attributes": {}, - "id": "7399", + "id": "3027", "links": { - "self": "/stops/7399" + "self": "/stops/3027" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7399" + "related": "/facilities/?filter[stop]=3027" } }, "parent_station": { @@ -72513,14 +69992,14 @@ }, { "attributes": {}, - "id": "7247", + "id": "5221", "links": { - "self": "/stops/7247" + "self": "/stops/5221" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7247" + "related": "/facilities/?filter[stop]=5221" } }, "parent_station": { @@ -72536,287 +70015,59 @@ "type": "stop" }, { - "attributes": {}, - "id": "1088", + "attributes": { + "direction_id": 1, + "headsign": "Orient Heights (Local shuttle)" + }, + "id": "GovernmentCenterOrientHeightsLocal-1-sample", "links": { - "self": "/stops/1088" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=1088" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "66460", - "links": { - "self": "/stops/66460" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=66460" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": { - "direction_id": 0, - "headsign": "Quincy Center" - }, - "id": "61929445", - "links": { - "self": "/trips/61929445" + "self": "/trips/GovernmentCenterOrientHeightsLocal-1-sample" }, "relationships": { "route": { "data": { - "id": "245", + "id": "Shuttle-GovernmentCenterOrientHeightsLocal", "type": "route" } }, "route_pattern": { "data": { - "id": "245-_-0", + "id": "Shuttle-GovernmentCenterOrientHeightsLocal-0-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "canonical", "type": "service" } }, "shape": { "data": { - "id": "2450103", + "id": "GovernmentCenterToOrientHeightsLocal-S", "type": "shape" } }, "stops": { "data": [ { - "id": "185", - "type": "stop" - }, - { - "id": "4355", - "type": "stop" - }, - { - "id": "43551", - "type": "stop" - }, - { - "id": "4358", - "type": "stop" - }, - { - "id": "4359", - "type": "stop" - }, - { - "id": "4360", - "type": "stop" - }, - { - "id": "4362", - "type": "stop" - }, - { - "id": "4144", - "type": "stop" - }, - { - "id": "4145", - "type": "stop" - }, - { - "id": "4146", - "type": "stop" - }, - { - "id": "4147", - "type": "stop" - }, - { - "id": "4149", - "type": "stop" - }, - { - "id": "4152", - "type": "stop" - }, - { - "id": "4364", - "type": "stop" - }, - { - "id": "4365", - "type": "stop" - }, - { - "id": "4366", - "type": "stop" - }, - { - "id": "4367", - "type": "stop" - }, - { - "id": "4368", - "type": "stop" - }, - { - "id": "4370", - "type": "stop" - }, - { - "id": "4371", - "type": "stop" - }, - { - "id": "4372", - "type": "stop" - }, - { - "id": "4373", - "type": "stop" - }, - { - "id": "4375", - "type": "stop" - }, - { - "id": "4376", - "type": "stop" - }, - { - "id": "4378", - "type": "stop" - }, - { - "id": "3391", - "type": "stop" - }, - { - "id": "3392", - "type": "stop" - }, - { - "id": "3393", - "type": "stop" - }, - { - "id": "3394", - "type": "stop" - }, - { - "id": "4379", - "type": "stop" - }, - { - "id": "4380", - "type": "stop" - }, - { - "id": "4381", - "type": "stop" - }, - { - "id": "4382", - "type": "stop" - }, - { - "id": "4383", - "type": "stop" - }, - { - "id": "14383", - "type": "stop" - }, - { - "id": "23402", - "type": "stop" - }, - { - "id": "23403", - "type": "stop" - }, - { - "id": "23404", - "type": "stop" - }, - { - "id": "23406", - "type": "stop" - }, - { - "id": "23407", - "type": "stop" - }, - { - "id": "4314", - "type": "stop" - }, - { - "id": "4315", - "type": "stop" - }, - { - "id": "4316", - "type": "stop" - }, - { - "id": "4317", - "type": "stop" - }, - { - "id": "4318", - "type": "stop" - }, - { - "id": "4319", + "id": "9070039", "type": "stop" }, { - "id": "4320", + "id": "57400", "type": "stop" }, { - "id": "14320", + "id": "7096", "type": "stop" }, { - "id": "3199", + "id": "5666", "type": "stop" }, { - "id": "32001", + "id": "5879", "type": "stop" } ] @@ -72826,14 +70077,14 @@ }, { "attributes": {}, - "id": "12828", + "id": "Boat-Quincy", "links": { - "self": "/stops/12828" + "self": "/stops/Boat-Quincy" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=12828" + "related": "/facilities/?filter[stop]=Boat-Quincy" } }, "parent_station": { @@ -72841,7 +70092,7 @@ }, "zone": { "data": { - "id": "LocalBus", + "id": "Boat-zone-1A", "type": "zone" } } @@ -72849,64 +70100,39 @@ "type": "stop" }, { - "attributes": { - "direction_id": 0, - "headsign": "Reservoir (Shuttle)" - }, - "id": "BrooklineHillsReservoir-0-sample", + "attributes": {}, + "id": "49164", "links": { - "self": "/trips/BrooklineHillsReservoir-0-sample" + "self": "/stops/49164" }, "relationships": { - "route": { - "data": { - "id": "Shuttle-BrooklineHillsReservoir", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Shuttle-BrooklineHillsReservoir-0-0", - "type": "route_pattern" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=49164" } }, - "service": { - "data": { - "id": "canonical", - "type": "service" - } + "parent_station": { + "data": null }, - "shape": { + "zone": { "data": { - "id": "BrooklineHillsToReservoir-S", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "9170178", - "type": "stop" - }, - { - "id": "21917", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "9070124", + "id": "9070093", "links": { - "self": "/stops/9070124" + "self": "/stops/9070093" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9070124" + "related": "/facilities/?filter[stop]=9070093" } }, "parent_station": { @@ -72920,14 +70146,14 @@ }, { "attributes": {}, - "id": "8464", + "id": "2187", "links": { - "self": "/stops/8464" + "self": "/stops/2187" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8464" + "related": "/facilities/?filter[stop]=2187" } }, "parent_station": { @@ -72944,14 +70170,14 @@ }, { "attributes": {}, - "id": "8254", + "id": "6415", "links": { - "self": "/stops/8254" + "self": "/stops/6415" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8254" + "related": "/facilities/?filter[stop]=6415" } }, "parent_station": { @@ -72967,54 +70193,68 @@ "type": "stop" }, { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Haverhill", - "North Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Ballardvale - Malden Center", - "short_name": "Haverhill Line Shuttle", - "sort_order": 60650, - "text_color": "000000", - "type": 3 - }, - "id": "Shuttle-BallardvaleMaldenCenter", + "attributes": {}, + "id": "111642", "links": { - "self": "/routes/Shuttle-BallardvaleMaldenCenter" + "self": "/stops/111642" }, "relationships": { - "line": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=111642" + } + }, + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "line-Haverhill", - "type": "line" + "id": "LocalBus", + "type": "zone" } } }, - "type": "route" + "type": "stop" }, { "attributes": {}, - "id": "32003", + "id": "DB-2230-B0", "links": { - "self": "/stops/32003" + "self": "/stops/DB-2230-B0" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=32003" + "related": "/facilities/?filter[stop]=DB-2230-B0" } }, "parent_station": { "data": { - "id": "place-qnctr", + "id": "place-DB-2230", "type": "stop" } }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "2125", + "links": { + "self": "/stops/2125" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=2125" + } + }, + "parent_station": { + "data": null + }, "zone": { "data": { "id": "LocalBus", @@ -73026,14 +70266,14 @@ }, { "attributes": {}, - "id": "5734", + "id": "4483", "links": { - "self": "/stops/5734" + "self": "/stops/4483" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5734" + "related": "/facilities/?filter[stop]=4483" } }, "parent_station": { @@ -73050,14 +70290,14 @@ }, { "attributes": {}, - "id": "4164", + "id": "45428", "links": { - "self": "/stops/4164" + "self": "/stops/45428" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4164" + "related": "/facilities/?filter[stop]=45428" } }, "parent_station": { @@ -73074,14 +70314,14 @@ }, { "attributes": {}, - "id": "2023", + "id": "4538", "links": { - "self": "/stops/2023" + "self": "/stops/4538" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2023" + "related": "/facilities/?filter[stop]=4538" } }, "parent_station": { @@ -73098,38 +70338,163 @@ }, { "attributes": {}, - "id": "WML-0199-B1", + "id": "6160", "links": { - "self": "/stops/WML-0199-B1" + "self": "/stops/6160" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=WML-0199-B1" + "related": "/facilities/?filter[stop]=6160" } }, "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "place-WML-0199", - "type": "stop" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": { + "direction_id": 0, + "headsign": "Rockport (Express shuttle)" + }, + "id": "RockportSalemExpressExtended-0-sample", + "links": { + "self": "/trips/RockportSalemExpressExtended-0-sample" + }, + "relationships": { + "route": { + "data": { + "id": "Shuttle-RockportSalemExpress", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "Shuttle-RockportSalemExpress-0-0", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "canonical", + "type": "service" + } + }, + "shape": { + "data": { + "id": "SalemToRockportExpress-S", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "ER-0168-B", + "type": "stop" + }, + { + "id": "GB-0316-B0", + "type": "stop" + }, + { + "id": "GB-0353-B", + "type": "stop" + } + ] + } + }, + "type": "trip" + }, + { + "attributes": {}, + "id": "82032", + "links": { + "self": "/stops/82032" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=82032" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "2327", + "links": { + "self": "/stops/2327" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=2327" } }, + "parent_station": { + "data": null + }, "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "1135", + "links": { + "self": "/stops/1135" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=1135" + } + }, + "parent_station": { "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } } }, "type": "stop" }, { "attributes": {}, - "id": "8178", + "id": "49823", "links": { - "self": "/stops/8178" + "self": "/stops/49823" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8178" + "related": "/facilities/?filter[stop]=49823" } }, "parent_station": { @@ -73146,14 +70511,14 @@ }, { "attributes": {}, - "id": "4203", + "id": "49850", "links": { - "self": "/stops/4203" + "self": "/stops/49850" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4203" + "related": "/facilities/?filter[stop]=49850" } }, "parent_station": { @@ -73171,165 +70536,230 @@ { "attributes": { "direction_id": 0, - "headsign": "Georgetowne" + "headsign": "Foxboro" }, - "id": "62144951", + "id": "SouthWKDYF24-697781-743", "links": { - "self": "/trips/62144951" + "self": "/trips/SouthWKDYF24-697781-743" }, "relationships": { "route": { "data": { - "id": "40", + "id": "CR-Franklin", "type": "route" } }, "route_pattern": { "data": { - "id": "40-_-0", + "id": "CR-Franklin-512734e4-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "FALL 2024-SOUTHWKD-Weekday-1-S85407dc6", "type": "service" } }, "shape": { "data": { - "id": "400100", + "id": "SouthStationToFoxboroViaBackBay", "type": "shape" } }, "stops": { "data": [ { - "id": "10642", + "id": "NEC-2287", "type": "stop" }, { - "id": "596", + "id": "NEC-2276-01", "type": "stop" }, { - "id": "597", + "id": "NEC-2265-01", "type": "stop" }, { - "id": "598", + "id": "FB-0095-05", "type": "stop" }, { - "id": "599", + "id": "FB-0109-01", "type": "stop" }, { - "id": "600", + "id": "FB-0118-01", "type": "stop" }, { - "id": "601", + "id": "FB-0125-01", "type": "stop" }, { - "id": "6022", + "id": "FB-0143-01", "type": "stop" }, { - "id": "603", + "id": "FB-0148-01", "type": "stop" }, { - "id": "10603", + "id": "FB-0166-S", "type": "stop" }, { - "id": "604", + "id": "FS-0049-S", "type": "stop" - }, + } + ] + } + }, + "type": "trip" + }, + { + "attributes": {}, + "id": "45002", + "links": { + "self": "/stops/45002" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=45002" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": { + "direction_id": 0, + "headsign": "Watertown Yard" + }, + "id": "66645286_3", + "links": { + "self": "/trips/66645286_3" + }, + "relationships": { + "route": { + "data": { + "id": "57", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "57-C-0", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "WinterWeekday", + "type": "service" + } + }, + "shape": { + "data": { + "id": "660300-3", + "type": "shape" + } + }, + "stops": { + "data": [ { - "id": "605", + "id": "966", "type": "stop" }, { - "id": "606", + "id": "967", "type": "stop" }, { - "id": "607", + "id": "969", "type": "stop" }, { - "id": "608", + "id": "970", "type": "stop" }, { - "id": "609", + "id": "971", "type": "stop" }, { - "id": "610", + "id": "972", "type": "stop" }, { - "id": "611", + "id": "973", "type": "stop" }, { - "id": "612", + "id": "974", "type": "stop" }, { - "id": "11613", + "id": "975", "type": "stop" }, { - "id": "1612", + "id": "977", "type": "stop" }, { - "id": "1613", + "id": "9780", "type": "stop" }, { - "id": "1614", + "id": "979", "type": "stop" }, { - "id": "1615", + "id": "981", "type": "stop" }, { - "id": "1616", + "id": "982", "type": "stop" }, { - "id": "1617", + "id": "983", "type": "stop" }, { - "id": "11618", + "id": "985", "type": "stop" }, { - "id": "6523", + "id": "986", "type": "stop" }, { - "id": "6524", + "id": "987", "type": "stop" }, { - "id": "6526", + "id": "988", "type": "stop" }, { - "id": "6522", + "id": "989", "type": "stop" }, { - "id": "1618", + "id": "900", "type": "stop" } ] @@ -73337,16 +70767,53 @@ }, "type": "trip" }, + { + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Reservoir Station", + "Forest Hills Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Reservoir Station - Forest Hills Station", + "short_name": "51", + "sort_order": 50510, + "text_color": "000000", + "type": 3 + }, + "id": "51", + "links": { + "self": "/routes/51" + }, + "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, + "line": { + "data": { + "id": "line-51", + "type": "line" + } + } + }, + "type": "route" + }, { "attributes": {}, - "id": "7754", + "id": "85565", "links": { - "self": "/stops/7754" + "self": "/stops/85565" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7754" + "related": "/facilities/?filter[stop]=85565" } }, "parent_station": { @@ -73363,14 +70830,14 @@ }, { "attributes": {}, - "id": "4244", + "id": "817", "links": { - "self": "/stops/4244" + "self": "/stops/817" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4244" + "related": "/facilities/?filter[stop]=817" } }, "parent_station": { @@ -73386,39 +70853,148 @@ "type": "stop" }, { - "attributes": {}, - "id": "15625", + "attributes": { + "direction_id": 0, + "headsign": "Fields Corner" + }, + "id": "66653212", "links": { - "self": "/stops/15625" + "self": "/trips/66653212" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=15625" + "route": { + "data": { + "id": "19", + "type": "route" } }, - "parent_station": { - "data": null + "route_pattern": { + "data": { + "id": "19-1-0", + "type": "route_pattern" + } }, - "zone": { + "service": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "WinterWeekday", + "type": "service" + } + }, + "shape": { + "data": { + "id": "190321", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "11323", + "type": "stop" + }, + { + "id": "11259", + "type": "stop" + }, + { + "id": "64000", + "type": "stop" + }, + { + "id": "40001", + "type": "stop" + }, + { + "id": "401", + "type": "stop" + }, + { + "id": "404", + "type": "stop" + }, + { + "id": "405", + "type": "stop" + }, + { + "id": "406", + "type": "stop" + }, + { + "id": "407", + "type": "stop" + }, + { + "id": "410", + "type": "stop" + }, + { + "id": "411", + "type": "stop" + }, + { + "id": "412", + "type": "stop" + }, + { + "id": "471", + "type": "stop" + }, + { + "id": "472", + "type": "stop" + }, + { + "id": "468", + "type": "stop" + }, + { + "id": "550", + "type": "stop" + }, + { + "id": "551", + "type": "stop" + }, + { + "id": "552", + "type": "stop" + }, + { + "id": "553", + "type": "stop" + }, + { + "id": "554", + "type": "stop" + }, + { + "id": "555", + "type": "stop" + }, + { + "id": "556", + "type": "stop" + }, + { + "id": "323", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "6125", + "id": "39692", "links": { - "self": "/stops/6125" + "self": "/stops/39692" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6125" + "related": "/facilities/?filter[stop]=39692" } }, "parent_station": { @@ -73435,14 +71011,14 @@ }, { "attributes": {}, - "id": "5882", + "id": "6230", "links": { - "self": "/stops/5882" + "self": "/stops/6230" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5882" + "related": "/facilities/?filter[stop]=6230" } }, "parent_station": { @@ -73459,38 +71035,35 @@ }, { "attributes": {}, - "id": "3418", + "id": "9070237", "links": { - "self": "/stops/3418" + "self": "/stops/9070237" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3418" + "related": "/facilities/?filter[stop]=9070237" } }, "parent_station": { "data": null }, "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } + "data": null } }, "type": "stop" }, { "attributes": {}, - "id": "3922", + "id": "3241", "links": { - "self": "/stops/3922" + "self": "/stops/3241" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3922" + "related": "/facilities/?filter[stop]=3241" } }, "parent_station": { @@ -73507,28 +71080,87 @@ }, { "attributes": { - "color": "80276C", - "long_name": "Framingham/Worcester Line", - "short_name": "", - "sort_order": 20003, - "text_color": "FFFFFF" + "direction_id": 0, + "headsign": "Fairmount" }, - "id": "line-Worcester", + "id": "SouthWKDYF24-697890-921", "links": { - "self": "/lines/line-Worcester" + "self": "/trips/SouthWKDYF24-697890-921" }, - "type": "line" + "relationships": { + "route": { + "data": { + "id": "CR-Fairmount", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "CR-Fairmount-3914aae7-0", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "FALL 2024-SOUTHWKD-Weekday-1", + "type": "service" + } + }, + "shape": { + "data": { + "id": "9870002", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "NEC-2287", + "type": "stop" + }, + { + "id": "DB-2265-01", + "type": "stop" + }, + { + "id": "DB-2258-01", + "type": "stop" + }, + { + "id": "DB-2249-01", + "type": "stop" + }, + { + "id": "DB-2240-01", + "type": "stop" + }, + { + "id": "DB-2230-01", + "type": "stop" + }, + { + "id": "DB-2222-01", + "type": "stop" + }, + { + "id": "DB-2205-01", + "type": "stop" + } + ] + } + }, + "type": "trip" }, { "attributes": {}, - "id": "40618", + "id": "7534", "links": { - "self": "/stops/40618" + "self": "/stops/7534" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=40618" + "related": "/facilities/?filter[stop]=7534" } }, "parent_station": { @@ -73544,39 +71176,64 @@ "type": "stop" }, { - "attributes": {}, - "id": "2265", + "attributes": { + "direction_id": 1, + "headsign": "Long Wharf" + }, + "id": "Boat-F1-0730-Hull-BF2H-01-Weekday-Fall-24", "links": { - "self": "/stops/2265" + "self": "/trips/Boat-F1-0730-Hull-BF2H-01-Weekday-Fall-24" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=2265" + "route": { + "data": { + "id": "Boat-F1", + "type": "route" } }, - "parent_station": { - "data": null + "route_pattern": { + "data": { + "id": "Boat-F1-3-1", + "type": "route_pattern" + } }, - "zone": { + "service": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "Boat-F1-Weekday-Fall-24", + "type": "service" } + }, + "shape": { + "data": { + "id": "b0003", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "Boat-Hull", + "type": "stop" + }, + { + "id": "Boat-Long", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "49836", + "id": "922", "links": { - "self": "/stops/49836" + "self": "/stops/922" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=49836" + "related": "/facilities/?filter[stop]=922" } }, "parent_station": { @@ -73592,262 +71249,257 @@ "type": "stop" }, { - "attributes": {}, - "id": "2631", + "attributes": { + "direction_id": 0, + "headsign": "Brighton Center via Brookline" + }, + "id": "66644637", "links": { - "self": "/stops/2631" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=2631" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Braintree", - "South Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Braintree - South Station (Express)", - "short_name": "Commuter Rail Shuttle", - "sort_order": 61010, - "text_color": "000000", - "type": 3 - }, - "id": "Shuttle-BraintreeSouthStationExpress", - "links": { - "self": "/routes/Shuttle-BraintreeSouthStationExpress" + "self": "/trips/66644637" }, "relationships": { - "line": { + "route": { "data": { - "id": "line-Middleborough", - "type": "line" - } - } - }, - "type": "route" - }, - { - "attributes": {}, - "id": "277", - "links": { - "self": "/stops/277" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=277" + "id": "66", + "type": "route" } }, - "parent_station": { - "data": null - }, - "zone": { + "route_pattern": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "3265", - "links": { - "self": "/stops/3265" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=3265" + "id": "66-5-0", + "type": "route_pattern" } }, - "parent_station": { - "data": null - }, - "zone": { + "service": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "4303", - "links": { - "self": "/stops/4303" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=4303" + "id": "WinterWeekday", + "type": "service" } }, - "parent_station": { - "data": null - }, - "zone": { + "shape": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "4932", - "links": { - "self": "/stops/4932" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=4932" + "id": "660299", + "type": "shape" } }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } + "stops": { + "data": [ + { + "id": "64000", + "type": "stop" + }, + { + "id": "1148", + "type": "stop" + }, + { + "id": "11149", + "type": "stop" + }, + { + "id": "11148", + "type": "stop" + }, + { + "id": "21148", + "type": "stop" + }, + { + "id": "1357", + "type": "stop" + }, + { + "id": "13590", + "type": "stop" + }, + { + "id": "1360", + "type": "stop" + }, + { + "id": "1362", + "type": "stop" + }, + { + "id": "1363", + "type": "stop" + }, + { + "id": "1365", + "type": "stop" + }, + { + "id": "1366", + "type": "stop" + }, + { + "id": "1526", + "type": "stop" + }, + { + "id": "1367", + "type": "stop" + }, + { + "id": "1369", + "type": "stop" + }, + { + "id": "1371", + "type": "stop" + }, + { + "id": "1372", + "type": "stop" + }, + { + "id": "1373", + "type": "stop" + }, + { + "id": "1375", + "type": "stop" + }, + { + "id": "1376", + "type": "stop" + }, + { + "id": "1378", + "type": "stop" + }, + { + "id": "1379", + "type": "stop" + }, + { + "id": "964", + "type": "stop" + }, + { + "id": "966", + "type": "stop" + }, + { + "id": "967", + "type": "stop" + }, + { + "id": "969", + "type": "stop" + }, + { + "id": "970", + "type": "stop" + }, + { + "id": "971", + "type": "stop" + }, + { + "id": "1301", + "type": "stop" + }, + { + "id": "1994", + "type": "stop" + }, + { + "id": "994", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { - "attributes": {}, - "id": "8245", - "links": { - "self": "/stops/8245" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=8245" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } + "attributes": { + "direction_id": 1, + "headsign": "Harvard Square" }, - "type": "stop" - }, - { - "attributes": {}, - "id": "4279", + "id": "67008357", "links": { - "self": "/stops/4279" + "self": "/trips/67008357" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=4279" + "route": { + "data": { + "id": "71", + "type": "route" } }, - "parent_station": { - "data": null - }, - "zone": { + "route_pattern": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "1402", - "links": { - "self": "/stops/1402" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=1402" + "id": "71-3-1", + "type": "route_pattern" } }, - "parent_station": { - "data": null - }, - "zone": { + "service": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "2360", - "links": { - "self": "/stops/2360" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=2360" + "id": "WinterWeekday", + "type": "service" } }, - "parent_station": { - "data": null - }, - "zone": { + "shape": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "710127", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "2098", + "type": "stop" + }, + { + "id": "2066", + "type": "stop" + }, + { + "id": "2067", + "type": "stop" + }, + { + "id": "2068", + "type": "stop" + }, + { + "id": "2070", + "type": "stop" + }, + { + "id": "2071", + "type": "stop" + }, + { + "id": "2073", + "type": "stop" + }, + { + "id": "2074", + "type": "stop" + }, + { + "id": "32549", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "7188", + "id": "5449", "links": { - "self": "/stops/7188" + "self": "/stops/5449" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7188" + "related": "/facilities/?filter[stop]=5449" } }, "parent_station": { @@ -73864,74 +71516,46 @@ }, { "attributes": { - "direction_id": 0, - "headsign": "City Point via East First St" + "direction_id": 1, + "headsign": "Airport (Shuttle)" }, - "id": "61392356", + "id": "AirportMaverick-1-sample", "links": { - "self": "/trips/61392356" + "self": "/trips/AirportMaverick-1-sample" }, "relationships": { "route": { "data": { - "id": "7", + "id": "Shuttle-AirportMaverick", "type": "route" } }, "route_pattern": { "data": { - "id": "7-2-0", + "id": "Shuttle-AirportMaverick-0-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "canonical", "type": "service" } }, "shape": { "data": { - "id": "070148", + "id": "MaverickToAirport-S", "type": "shape" } }, "stops": { "data": [ { - "id": "16535", - "type": "stop" - }, - { - "id": "6564", - "type": "stop" - }, - { - "id": "888", - "type": "stop" - }, - { - "id": "889", - "type": "stop" - }, - { - "id": "244", - "type": "stop" - }, - { - "id": "246", - "type": "stop" - }, - { - "id": "208", - "type": "stop" - }, - { - "id": "885", + "id": "5740", "type": "stop" }, { - "id": "33", + "id": "7096", "type": "stop" } ] @@ -73941,14 +71565,14 @@ }, { "attributes": {}, - "id": "13245", + "id": "2791", "links": { - "self": "/stops/13245" + "self": "/stops/2791" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=13245" + "related": "/facilities/?filter[stop]=2791" } }, "parent_station": { @@ -73964,243 +71588,192 @@ "type": "stop" }, { - "attributes": {}, - "id": "8865", + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Wachusett", + "North Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Littleton/Route 495 - Alewife (Local)", + "short_name": "Fitchburg Line Shuttle", + "sort_order": 60223, + "text_color": "000000", + "type": 3 + }, + "id": "Shuttle-AlewifeLittletonLocal", "links": { - "self": "/stops/8865" + "self": "/routes/Shuttle-AlewifeLittletonLocal" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=8865" + "agency": { + "data": { + "id": "1", + "type": "agency" } }, - "parent_station": { - "data": null - }, - "zone": { + "line": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "line-Fitchburg", + "type": "line" } } }, - "type": "stop" + "type": "route" }, { "attributes": { "direction_id": 0, - "headsign": "Watertown via Kenmore" + "headsign": "Mattapan via Franklin Field" }, - "id": "61394001", + "id": "67251752", "links": { - "self": "/trips/61394001" + "self": "/trips/67251752" }, "relationships": { "route": { "data": { - "id": "57", + "id": "29", "type": "route" } }, "route_pattern": { "data": { - "id": "57-M-0", + "id": "29-1-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "1930071", + "id": "290145", "type": "shape" } }, "stops": { "data": [ { - "id": "117", - "type": "stop" - }, - { - "id": "65", - "type": "stop" - }, - { - "id": "49704", - "type": "stop" - }, - { - "id": "10000", - "type": "stop" - }, - { - "id": "8279", - "type": "stop" - }, - { - "id": "9983", - "type": "stop" - }, - { - "id": "177", - "type": "stop" - }, - { - "id": "173", - "type": "stop" - }, - { - "id": "178", - "type": "stop" - }, - { - "id": "1399", - "type": "stop" - }, - { - "id": "11390", - "type": "stop" - }, - { - "id": "11391", - "type": "stop" - }, - { - "id": "93", - "type": "stop" - }, - { - "id": "34509", - "type": "stop" - }, - { - "id": "951", - "type": "stop" - }, - { - "id": "952", - "type": "stop" - }, - { - "id": "953", + "id": "11531", "type": "stop" }, { - "id": "954", + "id": "1265", "type": "stop" }, { - "id": "956", + "id": "1266", "type": "stop" }, { - "id": "958", + "id": "10413", "type": "stop" }, { - "id": "959", + "id": "11413", "type": "stop" }, { - "id": "960", + "id": "17421", "type": "stop" }, { - "id": "962", + "id": "17411", "type": "stop" }, { - "id": "964", + "id": "17401", "type": "stop" }, { - "id": "966", + "id": "17391", "type": "stop" }, { - "id": "967", + "id": "415", "type": "stop" }, { - "id": "969", + "id": "416", "type": "stop" }, { - "id": "970", + "id": "417", "type": "stop" }, { - "id": "971", + "id": "419", "type": "stop" }, { - "id": "972", + "id": "1706", "type": "stop" }, { - "id": "973", + "id": "1708", "type": "stop" }, { - "id": "974", + "id": "11735", "type": "stop" }, { - "id": "975", + "id": "11736", "type": "stop" }, { - "id": "977", + "id": "1709", "type": "stop" }, { - "id": "9780", + "id": "1710", "type": "stop" }, { - "id": "979", + "id": "11712", "type": "stop" }, { - "id": "981", + "id": "1713", "type": "stop" }, { - "id": "982", + "id": "1714", "type": "stop" }, { - "id": "983", + "id": "1716", "type": "stop" }, { - "id": "985", + "id": "1717", "type": "stop" }, { - "id": "986", + "id": "1718", "type": "stop" }, { - "id": "987", + "id": "11719", "type": "stop" }, { - "id": "988", + "id": "1720", "type": "stop" }, { - "id": "989", + "id": "1721", "type": "stop" }, { - "id": "999", + "id": "18511", "type": "stop" } ] @@ -74210,38 +71783,14 @@ }, { "attributes": {}, - "id": "8249", - "links": { - "self": "/stops/8249" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=8249" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "1811", + "id": "41693", "links": { - "self": "/stops/1811" + "self": "/stops/41693" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1811" + "related": "/facilities/?filter[stop]=41693" } }, "parent_station": { @@ -74258,14 +71807,14 @@ }, { "attributes": {}, - "id": "5884", + "id": "7889", "links": { - "self": "/stops/5884" + "self": "/stops/7889" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5884" + "related": "/facilities/?filter[stop]=7889" } }, "parent_station": { @@ -74283,97 +71832,89 @@ { "attributes": { "direction_id": 0, - "headsign": "Worcester" + "headsign": "Haverhill (Shuttle)" }, - "id": "CR-670131-501", + "id": "HaverhillBallardvaleMaldenCenter-0-sample", "links": { - "self": "/trips/CR-670131-501" + "self": "/trips/HaverhillBallardvaleMaldenCenter-0-sample" }, "relationships": { "route": { "data": { - "id": "CR-Worcester", + "id": "Shuttle-HaverhillMaldenCenter", "type": "route" } }, "route_pattern": { "data": { - "id": "CR-Worcester-6436caf7-0", + "id": "Shuttle-HaverhillMaldenCenter-0-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SPRING2024-SOUTHWKD-Weekday-1-Sb0e4ed14", + "id": "canonical", "type": "service" } }, "shape": { "data": { - "id": "9850002", + "id": "MaldenCenterToHaverhill-S", "type": "shape" } }, "stops": { "data": [ { - "id": "NEC-2287", - "type": "stop" - }, - { - "id": "WML-0012-07", - "type": "stop" - }, - { - "id": "WML-0025-07", + "id": "5072", "type": "stop" }, { - "id": "WML-0035-01", + "id": "WR-0062-B0", "type": "stop" }, { - "id": "WML-0125-01", + "id": "WR-0067-B0", "type": "stop" }, { - "id": "WML-0135-01", + "id": "WR-0075-B2", "type": "stop" }, { - "id": "WML-0147-01", + "id": "WR-0085-B0", "type": "stop" }, { - "id": "WML-0177-01", + "id": "WR-0099-B0", "type": "stop" }, { - "id": "WML-0199-01", + "id": "WR-0120-B", "type": "stop" }, { - "id": "WML-0214-01", + "id": "WR-0163-B0", "type": "stop" }, { - "id": "WML-0252-01", + "id": "WR-0205-B2", "type": "stop" }, { - "id": "WML-0274-01", + "id": "WR-0228-B0", "type": "stop" }, { - "id": "WML-0340-01", + "id": "WR-0264-B2", "type": "stop" }, { - "id": "WML-0364-01", + "id": "WR-0325-B", "type": "stop" }, { - "id": "WML-0442-CS", + "id": "WR-0329-B", "type": "stop" } ] @@ -74382,128 +71923,63 @@ "type": "trip" }, { - "attributes": { - "direction_id": 0, - "headsign": "Charles River Loop via Forest Hills" - }, - "id": "62145517_1", + "attributes": {}, + "id": "121010", "links": { - "self": "/trips/62145517_1" + "self": "/stops/121010" }, "relationships": { - "route": { - "data": { - "id": "39", - "type": "route" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=121010" } }, - "route_pattern": { - "data": { - "id": "39-7-0", - "type": "route_pattern" - } + "parent_station": { + "data": null }, - "service": { + "zone": { "data": { - "id": "SpringWeekday", - "type": "service" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "1259", + "links": { + "self": "/stops/1259" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=1259" } }, - "shape": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "360367-1", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "11780", - "type": "stop" - }, - { - "id": "91391", - "type": "stop" - }, - { - "id": "92391", - "type": "stop" - }, - { - "id": "1363", - "type": "stop" - }, - { - "id": "1365", - "type": "stop" - }, - { - "id": "21365", - "type": "stop" - }, - { - "id": "22365", - "type": "stop" - }, - { - "id": "31365", - "type": "stop" - }, - { - "id": "51365", - "type": "stop" - }, - { - "id": "61365", - "type": "stop" - }, - { - "id": "1160", - "type": "stop" - }, - { - "id": "1161", - "type": "stop" - }, - { - "id": "1164", - "type": "stop" - }, - { - "id": "11164", - "type": "stop" - }, - { - "id": "1939", - "type": "stop" - }, - { - "id": "2006", - "type": "stop" - }, - { - "id": "2007", - "type": "stop" - }, - { - "id": "10642", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "10821", + "id": "82138", "links": { - "self": "/stops/10821" + "self": "/stops/82138" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=10821" + "related": "/facilities/?filter[stop]=82138" } }, "parent_station": { @@ -74520,14 +71996,14 @@ }, { "attributes": {}, - "id": "35202", + "id": "1500", "links": { - "self": "/stops/35202" + "self": "/stops/1500" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=35202" + "related": "/facilities/?filter[stop]=1500" } }, "parent_station": { @@ -74544,14 +72020,14 @@ }, { "attributes": {}, - "id": "144", + "id": "624", "links": { - "self": "/stops/144" + "self": "/stops/624" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=144" + "related": "/facilities/?filter[stop]=624" } }, "parent_station": { @@ -74568,14 +72044,38 @@ }, { "attributes": {}, - "id": "6311", + "id": "NB-0137-B1", "links": { - "self": "/stops/6311" + "self": "/stops/NB-0137-B1" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6311" + "related": "/facilities/?filter[stop]=NB-0137-B1" + } + }, + "parent_station": { + "data": { + "id": "place-NB-0137", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "508", + "links": { + "self": "/stops/508" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=508" } }, "parent_station": { @@ -74592,14 +72092,14 @@ }, { "attributes": {}, - "id": "9242", + "id": "109838", "links": { - "self": "/stops/9242" + "self": "/stops/109838" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9242" + "related": "/facilities/?filter[stop]=109838" } }, "parent_station": { @@ -74615,46 +72115,39 @@ "type": "stop" }, { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Braintree", - "Alewife" - ], - "direction_names": [ - "South", - "North" - ], - "long_name": "North Quincy - Broadway", - "short_name": "Red Line Shuttle", - "sort_order": 61080, - "text_color": "000000", - "type": 3 - }, - "id": "Shuttle-BroadwayNorthQuincy", + "attributes": {}, + "id": "9089", "links": { - "self": "/routes/Shuttle-BroadwayNorthQuincy" + "self": "/stops/9089" }, "relationships": { - "line": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=9089" + } + }, + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "line-Red", - "type": "line" + "id": "LocalBus", + "type": "zone" } } }, - "type": "route" + "type": "stop" }, { "attributes": {}, - "id": "11593", + "id": "972", "links": { - "self": "/stops/11593" + "self": "/stops/972" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=11593" + "related": "/facilities/?filter[stop]=972" } }, "parent_station": { @@ -74671,234 +72164,98 @@ }, { "attributes": { - "direction_id": 0, - "headsign": "Liberty Tree Mall via North Shore Mall" + "direction_id": 1, + "headsign": "Fields Corner via Adams St" }, - "id": "63325187", + "id": "67290066", "links": { - "self": "/trips/63325187" + "self": "/trips/67290066" }, "relationships": { "route": { "data": { - "id": "435", + "id": "201", "type": "route" } }, "route_pattern": { "data": { - "id": "435-6-0", + "id": "201-_-1", "type": "route_pattern" } }, "service": { "data": { - "id": "BUS32024-hbl34j47-Sunday-02", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "4350246", + "id": "2010082", "type": "shape" } }, "stops": { "data": [ { - "id": "94320", - "type": "stop" - }, - { - "id": "94323", - "type": "stop" - }, - { - "id": "6773", - "type": "stop" - }, - { - "id": "14748", - "type": "stop" - }, - { - "id": "6600", - "type": "stop" - }, - { - "id": "7240", - "type": "stop" - }, - { - "id": "7242", - "type": "stop" - }, - { - "id": "7245", - "type": "stop" - }, - { - "id": "7288", - "type": "stop" - }, - { - "id": "17288", - "type": "stop" - }, - { - "id": "7296", - "type": "stop" - }, - { - "id": "7297", - "type": "stop" - }, - { - "id": "7298", - "type": "stop" - }, - { - "id": "7299", - "type": "stop" - }, - { - "id": "6854", + "id": "3078", "type": "stop" }, { - "id": "66854", + "id": "3079", "type": "stop" }, { - "id": "6855", + "id": "3080", "type": "stop" }, { - "id": "6857", + "id": "3081", "type": "stop" }, { - "id": "6859", + "id": "3082", "type": "stop" }, { - "id": "6860", + "id": "3083", "type": "stop" }, { - "id": "6861", + "id": "3084", "type": "stop" }, { - "id": "6862", + "id": "3085", "type": "stop" }, { - "id": "6863", + "id": "3086", "type": "stop" }, { - "id": "16683", + "id": "8809", "type": "stop" }, { - "id": "7265", + "id": "3088", "type": "stop" }, { - "id": "7266", + "id": "3089", "type": "stop" }, { - "id": "7267", + "id": "32501", "type": "stop" }, { - "id": "7268", + "id": "322", "type": "stop" }, { - "id": "4919", - "type": "stop" - }, - { - "id": "4920", - "type": "stop" - }, - { - "id": "4921", - "type": "stop" - }, - { - "id": "4922", - "type": "stop" - }, - { - "id": "4923", - "type": "stop" - }, - { - "id": "4924", - "type": "stop" - }, - { - "id": "4925", - "type": "stop" - }, - { - "id": "14925", - "type": "stop" - }, - { - "id": "4926", - "type": "stop" - }, - { - "id": "4927", - "type": "stop" - }, - { - "id": "4928", - "type": "stop" - }, - { - "id": "4929", - "type": "stop" - }, - { - "id": "4930", - "type": "stop" - }, - { - "id": "4931", - "type": "stop" - }, - { - "id": "4932", - "type": "stop" - }, - { - "id": "7269", - "type": "stop" - }, - { - "id": "45821", - "type": "stop" - }, - { - "id": "4583", - "type": "stop" - }, - { - "id": "4596", - "type": "stop" - }, - { - "id": "4615", - "type": "stop" - }, - { - "id": "7270", + "id": "323", "type": "stop" } ] @@ -74906,16 +72263,30 @@ }, "type": "trip" }, + { + "attributes": { + "color": "FFC72C", + "long_name": "Arlington Heights - Harvard", + "short_name": "77", + "sort_order": 50770, + "text_color": "000000" + }, + "id": "line-77", + "links": { + "self": "/lines/line-77" + }, + "type": "line" + }, { "attributes": {}, - "id": "10", + "id": "4768", "links": { - "self": "/stops/10" + "self": "/stops/4768" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=10" + "related": "/facilities/?filter[stop]=4768" } }, "parent_station": { @@ -74931,66 +72302,68 @@ "type": "stop" }, { - "attributes": {}, - "id": "70082", + "attributes": { + "direction_id": 1, + "headsign": "Salem (Express shuttle)" + }, + "id": "RockportSalemExpressExtended-1-sample", "links": { - "self": "/stops/70082" + "self": "/trips/RockportSalemExpressExtended-1-sample" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=70082" + "route": { + "data": { + "id": "Shuttle-RockportSalemExpress", + "type": "route" } }, - "parent_station": { + "route_pattern": { "data": { - "id": "place-brdwy", - "type": "stop" + "id": "Shuttle-RockportSalemExpress-0-1", + "type": "route_pattern" } }, - "zone": { + "service": { "data": { - "id": "RapidTransit", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "4491", - "links": { - "self": "/stops/4491" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=4491" + "id": "canonical", + "type": "service" } }, - "parent_station": { - "data": null - }, - "zone": { + "shape": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "RockportToSalemExpress-S", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "GB-0353-B", + "type": "stop" + }, + { + "id": "GB-0316-B1", + "type": "stop" + }, + { + "id": "ER-0168-B", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "351", + "id": "8609", "links": { - "self": "/stops/351" + "self": "/stops/8609" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=351" + "related": "/facilities/?filter[stop]=8609" } }, "parent_station": { @@ -75006,63 +72379,124 @@ "type": "stop" }, { - "attributes": {}, - "id": "5892", + "attributes": { + "direction_id": 0, + "headsign": "Cobbs Corner Canton" + }, + "id": "67331870", "links": { - "self": "/stops/5892" + "self": "/trips/67331870" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=5892" + "route": { + "data": { + "id": "716", + "type": "route" } }, - "parent_station": { - "data": null - }, - "zone": { + "route_pattern": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "2620", - "links": { - "self": "/stops/2620" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=2620" + "id": "716-1-0", + "type": "route_pattern" } }, - "parent_station": { - "data": null + "service": { + "data": { + "id": "PRIV12025-hpa44016-Saturday-01", + "type": "service" + } }, - "zone": { + "shape": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "7160025", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "185", + "type": "stop" + }, + { + "id": "111738", + "type": "stop" + }, + { + "id": "111747", + "type": "stop" + }, + { + "id": "111762", + "type": "stop" + }, + { + "id": "121008", + "type": "stop" + }, + { + "id": "121009", + "type": "stop" + }, + { + "id": "121010", + "type": "stop" + }, + { + "id": "111775", + "type": "stop" + }, + { + "id": "111787", + "type": "stop" + }, + { + "id": "111791", + "type": "stop" + }, + { + "id": "111796", + "type": "stop" + }, + { + "id": "111801", + "type": "stop" + }, + { + "id": "111803", + "type": "stop" + }, + { + "id": "111806", + "type": "stop" + }, + { + "id": "111810", + "type": "stop" + }, + { + "id": "111815", + "type": "stop" + }, + { + "id": "111640", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "2835", + "id": "4140", "links": { - "self": "/stops/2835" + "self": "/stops/4140" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2835" + "related": "/facilities/?filter[stop]=4140" } }, "parent_station": { @@ -75079,14 +72513,14 @@ }, { "attributes": {}, - "id": "5962", + "id": "5004", "links": { - "self": "/stops/5962" + "self": "/stops/5004" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5962" + "related": "/facilities/?filter[stop]=5004" } }, "parent_station": { @@ -75103,14 +72537,14 @@ }, { "attributes": {}, - "id": "3179", + "id": "76431", "links": { - "self": "/stops/3179" + "self": "/stops/76431" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3179" + "related": "/facilities/?filter[stop]=76431" } }, "parent_station": { @@ -75127,14 +72561,14 @@ }, { "attributes": {}, - "id": "13093", + "id": "8279", "links": { - "self": "/stops/13093" + "self": "/stops/8279" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=13093" + "related": "/facilities/?filter[stop]=8279" } }, "parent_station": { @@ -75151,14 +72585,14 @@ }, { "attributes": {}, - "id": "9101", + "id": "23407", "links": { - "self": "/stops/9101" + "self": "/stops/23407" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9101" + "related": "/facilities/?filter[stop]=23407" } }, "parent_station": { @@ -75174,184 +72608,305 @@ "type": "stop" }, { - "attributes": {}, - "id": "889", + "attributes": { + "direction_id": 0, + "headsign": "Heath Street (Shuttle)" + }, + "id": "HeathStreetParkStreet-0-sample", "links": { - "self": "/stops/889" + "self": "/trips/HeathStreetParkStreet-0-sample" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=889" + "route": { + "data": { + "id": "Shuttle-HeathPark", + "type": "route" } }, - "parent_station": { - "data": null - }, - "zone": { + "route_pattern": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "81686", - "links": { - "self": "/stops/81686" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=81686" + "id": "Shuttle-HeathPark-0-0", + "type": "route_pattern" } }, - "parent_station": { - "data": null + "service": { + "data": { + "id": "canonical", + "type": "service" + } }, - "zone": { + "shape": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "ParkStreetToHeathStreet-S", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "10000", + "type": "stop" + }, + { + "id": "8279", + "type": "stop" + }, + { + "id": "177", + "type": "stop" + }, + { + "id": "178", + "type": "stop" + }, + { + "id": "11388", + "type": "stop" + }, + { + "id": "31391", + "type": "stop" + }, + { + "id": "41391", + "type": "stop" + }, + { + "id": "61391", + "type": "stop" + }, + { + "id": "71391", + "type": "stop" + }, + { + "id": "91391", + "type": "stop" + }, + { + "id": "92391", + "type": "stop" + }, + { + "id": "1363", + "type": "stop" + }, + { + "id": "1365", + "type": "stop" + }, + { + "id": "21365", + "type": "stop" + }, + { + "id": "22365", + "type": "stop" + }, + { + "id": "1761", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { - "attributes": {}, - "id": "17456", + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Forest Hills", + "Oak Grove" + ], + "direction_names": [ + "South", + "North" + ], + "long_name": "Sullivan Square - State", + "short_name": "Orange Line Shuttle", + "sort_order": 62485, + "text_color": "000000", + "type": 3 + }, + "id": "Shuttle-StateSullivan", "links": { - "self": "/stops/17456" + "self": "/routes/Shuttle-StateSullivan" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=17456" + "agency": { + "data": { + "id": "1", + "type": "agency" } }, - "parent_station": { - "data": null - }, - "zone": { + "line": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "line-Orange", + "type": "line" } } }, - "type": "stop" + "type": "route" }, { "attributes": {}, - "id": "323", + "id": "GB-0229-B1", "links": { - "self": "/stops/323" + "self": "/stops/GB-0229-B1" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=323" + "related": "/facilities/?filter[stop]=GB-0229-B1" } }, "parent_station": { "data": { - "id": "place-fldcr", + "id": "place-GB-0229", "type": "stop" } }, "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } + "data": null } }, "type": "stop" }, { - "attributes": {}, - "id": "7343", + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Forge Park/495", + "South Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Forge Park/495 - Readville", + "short_name": "Franklin Line Shuttle", + "sort_order": 61750, + "text_color": "000000", + "type": 3 + }, + "id": "Shuttle-ForgeParkReadville", "links": { - "self": "/stops/7343" + "self": "/routes/Shuttle-ForgeParkReadville" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=7343" + "agency": { + "data": { + "id": "1", + "type": "agency" } }, - "parent_station": { - "data": null - }, - "zone": { + "line": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "line-Franklin", + "type": "line" } } }, - "type": "stop" + "type": "route" }, { - "attributes": {}, - "id": "10005", + "attributes": { + "direction_id": 0, + "headsign": "Nubian" + }, + "id": "66858486", "links": { - "self": "/stops/10005" + "self": "/trips/66858486" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=10005" + "route": { + "data": { + "id": "749", + "type": "route" } }, - "parent_station": { - "data": null - }, - "zone": { + "route_pattern": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "1123", - "links": { - "self": "/stops/1123" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=1123" + "id": "749-_-0", + "type": "route_pattern" } }, - "parent_station": { - "data": null + "service": { + "data": { + "id": "WinterWeekday", + "type": "service" + } }, - "zone": { + "shape": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "7490037", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "49001", + "type": "stop" + }, + { + "id": "8279", + "type": "stop" + }, + { + "id": "49002", + "type": "stop" + }, + { + "id": "49003", + "type": "stop" + }, + { + "id": "5098", + "type": "stop" + }, + { + "id": "5100", + "type": "stop" + }, + { + "id": "19402", + "type": "stop" + }, + { + "id": "15176", + "type": "stop" + }, + { + "id": "55", + "type": "stop" + }, + { + "id": "60", + "type": "stop" + }, + { + "id": "61", + "type": "stop" + }, + { + "id": "64", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": { "direction_id": 0, - "headsign": "Kane Square" + "headsign": "St Peter's Square" }, - "id": "61393179", + "id": "66645465", "links": { - "self": "/trips/61393179" + "self": "/trips/66645465" }, "relationships": { "route": { @@ -75362,24 +72917,44 @@ }, "route_pattern": { "data": { - "id": "15-3-0", + "id": "15-2-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "150252", + "id": "150285", "type": "shape" } }, "stops": { "data": [ + { + "id": "17863", + "type": "stop" + }, + { + "id": "11257", + "type": "stop" + }, + { + "id": "1259", + "type": "stop" + }, + { + "id": "11323", + "type": "stop" + }, + { + "id": "11259", + "type": "stop" + }, { "id": "64000", "type": "stop" @@ -75392,6 +72967,10 @@ "id": "1495", "type": "stop" }, + { + "id": "1496", + "type": "stop" + }, { "id": "1497", "type": "stop" @@ -75427,6 +73006,22 @@ { "id": "1508", "type": "stop" + }, + { + "id": "1509", + "type": "stop" + }, + { + "id": "1510", + "type": "stop" + }, + { + "id": "1511", + "type": "stop" + }, + { + "id": "15100", + "type": "stop" } ] } @@ -75435,134 +73030,14 @@ }, { "attributes": {}, - "id": "7911", - "links": { - "self": "/stops/7911" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=7911" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "6573", - "links": { - "self": "/stops/6573" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=6573" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "70006", - "links": { - "self": "/stops/70006" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=70006" - } - }, - "parent_station": { - "data": { - "id": "place-jaksn", - "type": "stop" - } - }, - "zone": { - "data": { - "id": "RapidTransit", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Watertown Yard", - "Kenmore Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Watertown Yard - Kenmore Station", - "short_name": "57", - "sort_order": 50570, - "text_color": "000000", - "type": 3 - }, - "id": "57", - "links": { - "self": "/routes/57" - }, - "relationships": { - "line": { - "data": { - "id": "line-5757A", - "type": "line" - } - } - }, - "type": "route" - }, - { - "attributes": { - "color": "FFC72C", - "long_name": "Ashmont - Gallivan Boulevard", - "short_name": "26", - "sort_order": 50260, - "text_color": "000000" - }, - "id": "line-26", - "links": { - "self": "/lines/line-26" - }, - "type": "line" - }, - { - "attributes": {}, - "id": "5927", + "id": "4277", "links": { - "self": "/stops/5927" + "self": "/stops/4277" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5927" + "related": "/facilities/?filter[stop]=4277" } }, "parent_station": { @@ -75579,218 +73054,303 @@ }, { "attributes": { - "direction_id": 0, - "headsign": "Waltham Center" + "direction_id": 1, + "headsign": "Malden" }, - "id": "61849641", + "id": "66960128", "links": { - "self": "/trips/61849641" + "self": "/trips/66960128" }, "relationships": { "route": { "data": { - "id": "70", + "id": "132", "type": "route" } }, "route_pattern": { "data": { - "id": "70-8-0", + "id": "132-_-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "700261", + "id": "1320100", "type": "shape" } }, "stops": { "data": [ { - "id": "730", + "id": "25989", "type": "stop" }, { - "id": "2755", + "id": "15990", "type": "stop" }, { - "id": "1123", + "id": "25990", "type": "stop" }, { - "id": "2444", + "id": "25991", "type": "stop" }, { - "id": "1061", + "id": "15992", "type": "stop" }, { - "id": "1062", + "id": "25992", "type": "stop" }, { - "id": "1064", + "id": "15994", "type": "stop" }, { - "id": "1067", + "id": "15995", "type": "stop" }, { - "id": "1068", + "id": "25996", "type": "stop" }, { - "id": "1070", + "id": "25997", "type": "stop" }, { - "id": "1071", + "id": "15999", "type": "stop" }, { - "id": "1072", + "id": "16000", "type": "stop" }, { - "id": "1074", + "id": "16001", "type": "stop" }, { - "id": "1075", + "id": "5975", "type": "stop" }, { - "id": "1076", + "id": "5976", "type": "stop" }, { - "id": "1077", + "id": "5978", "type": "stop" }, { - "id": "1443", + "id": "5980", "type": "stop" }, { - "id": "1444", + "id": "5982", "type": "stop" }, { - "id": "1445", + "id": "5983", "type": "stop" }, { - "id": "1447", + "id": "5985", "type": "stop" }, { - "id": "1448", + "id": "5986", "type": "stop" }, { - "id": "1449", + "id": "5987", "type": "stop" }, { - "id": "1450", + "id": "5988", "type": "stop" }, { - "id": "1451", + "id": "5990", "type": "stop" }, { - "id": "1452", + "id": "5991", "type": "stop" }, { - "id": "8815", + "id": "5992", "type": "stop" }, { - "id": "8816", + "id": "5993", "type": "stop" }, { - "id": "88171", + "id": "8691", "type": "stop" }, { - "id": "8818", + "id": "5068", "type": "stop" }, { - "id": "8819", + "id": "5069", "type": "stop" }, { - "id": "8820", + "id": "5070", "type": "stop" }, { - "id": "8339", + "id": "5072", + "type": "stop" + } + ] + } + }, + "type": "trip" + }, + { + "attributes": { + "direction_id": 0, + "headsign": "Franklin Park" + }, + "id": "66645580", + "links": { + "self": "/trips/66645580" + }, + "relationships": { + "route": { + "data": { + "id": "45", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "45-_-0", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "WinterWeekday", + "type": "service" + } + }, + "shape": { + "data": { + "id": "450166", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "17863", "type": "stop" }, { - "id": "8821", + "id": "11257", "type": "stop" }, { - "id": "8822", + "id": "1259", "type": "stop" }, { - "id": "8823", + "id": "11323", "type": "stop" }, { - "id": "8824", + "id": "11259", "type": "stop" }, { - "id": "8825", + "id": "64000", "type": "stop" }, { - "id": "8826", + "id": "1493", "type": "stop" }, { - "id": "8828", + "id": "1495", "type": "stop" }, { - "id": "8830", + "id": "1496", "type": "stop" }, { - "id": "8831", + "id": "1577", "type": "stop" }, { - "id": "8832", + "id": "1578", "type": "stop" }, { - "id": "88332", + "id": "1579", "type": "stop" }, { - "id": "86943", + "id": "1580", "type": "stop" }, { - "id": "86944", + "id": "1581", + "type": "stop" + }, + { + "id": "1582", + "type": "stop" + }, + { + "id": "15820", + "type": "stop" + }, + { + "id": "1583", + "type": "stop" + }, + { + "id": "1584", + "type": "stop" + }, + { + "id": "1585", + "type": "stop" + }, + { + "id": "1586", + "type": "stop" + }, + { + "id": "413", + "type": "stop" + }, + { + "id": "414", + "type": "stop" + }, + { + "id": "1587", + "type": "stop" + }, + { + "id": "1565", "type": "stop" } ] @@ -75800,14 +73360,14 @@ }, { "attributes": {}, - "id": "5290", + "id": "13836", "links": { - "self": "/stops/5290" + "self": "/stops/13836" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5290" + "related": "/facilities/?filter[stop]=13836" } }, "parent_station": { @@ -75824,14 +73384,14 @@ }, { "attributes": {}, - "id": "24481", + "id": "3803", "links": { - "self": "/stops/24481" + "self": "/stops/3803" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=24481" + "related": "/facilities/?filter[stop]=3803" } }, "parent_station": { @@ -75847,449 +73407,87 @@ "type": "stop" }, { - "attributes": {}, - "id": "4163", + "attributes": { + "direction_id": 1, + "headsign": "Kendall/MIT" + }, + "id": "67007699", "links": { - "self": "/stops/4163" + "self": "/trips/67007699" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=4163" + "route": { + "data": { + "id": "68", + "type": "route" } }, - "parent_station": { - "data": null - }, - "zone": { + "route_pattern": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "3799", - "links": { - "self": "/stops/3799" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=3799" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "5314", - "links": { - "self": "/stops/5314" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=5314" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "45327", - "links": { - "self": "/stops/45327" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=45327" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "109841", - "links": { - "self": "/stops/109841" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=109841" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "4194", - "links": { - "self": "/stops/4194" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=4194" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": { - "direction_id": 1, - "headsign": "Downtown" - }, - "id": "61912017", - "links": { - "self": "/trips/61912017" - }, - "relationships": { - "route": { - "data": { - "id": "749", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "749-_-1", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "SpringWeekday", - "type": "service" - } - }, - "shape": { - "data": { - "id": "7490036", - "type": "shape" - } - }, - "stops": { - "data": [ - { - "id": "64", - "type": "stop" - }, - { - "id": "3", - "type": "stop" - }, - { - "id": "4", - "type": "stop" - }, - { - "id": "5", - "type": "stop" - }, - { - "id": "1787", - "type": "stop" - }, - { - "id": "1788", - "type": "stop" - }, - { - "id": "5093", - "type": "stop" - }, - { - "id": "5095", - "type": "stop" - }, - { - "id": "15095", - "type": "stop" - }, - { - "id": "6565", - "type": "stop" - }, - { - "id": "6567", - "type": "stop" - }, - { - "id": "49001", - "type": "stop" - } - ] - } - }, - "type": "trip" - }, - { - "attributes": { - "direction_id": 1, - "headsign": "Reservoir (Shuttle)" - }, - "id": "NewtonHighlandsReservoir-1-sample", - "links": { - "self": "/trips/NewtonHighlandsReservoir-1-sample" - }, - "relationships": { - "route": { - "data": { - "id": "Shuttle-NewtonHighlandsReservoir", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Shuttle-NewtonHighlandsReservoir-0-1", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "canonical", - "type": "service" - } - }, - "shape": { - "data": { - "id": "NewtonHighlandsToReservoir-S", - "type": "shape" - } - }, - "stops": { - "data": [ - { - "id": "9170169", - "type": "stop" - }, - { - "id": "9070170", - "type": "stop" - }, - { - "id": "1984", - "type": "stop" - }, - { - "id": "21917", - "type": "stop" - } - ] - } - }, - "type": "trip" - }, - { - "attributes": { - "direction_id": 1, - "headsign": "Quincy Center" - }, - "id": "61929136", - "links": { - "self": "/trips/61929136" - }, - "relationships": { - "route": { - "data": { - "id": "225", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "225-1-1", - "type": "route_pattern" + "id": "68-_-1", + "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "2250174", + "id": "680054", "type": "shape" } }, "stops": { "data": [ { - "id": "3824", - "type": "stop" - }, - { - "id": "3709", - "type": "stop" - }, - { - "id": "3710", - "type": "stop" - }, - { - "id": "3711", - "type": "stop" - }, - { - "id": "3713", - "type": "stop" - }, - { - "id": "3714", - "type": "stop" - }, - { - "id": "3715", - "type": "stop" - }, - { - "id": "3716", - "type": "stop" - }, - { - "id": "3717", - "type": "stop" - }, - { - "id": "3718", - "type": "stop" - }, - { - "id": "3719", - "type": "stop" - }, - { - "id": "3720", - "type": "stop" - }, - { - "id": "3722", - "type": "stop" - }, - { - "id": "3724", - "type": "stop" - }, - { - "id": "3726", - "type": "stop" - }, - { - "id": "38391", - "type": "stop" - }, - { - "id": "39401", - "type": "stop" - }, - { - "id": "3841", - "type": "stop" - }, - { - "id": "38411", + "id": "110", "type": "stop" }, { - "id": "3842", + "id": "2168", "type": "stop" }, { - "id": "3843", + "id": "2217", "type": "stop" }, { - "id": "3844", + "id": "2218", "type": "stop" }, { - "id": "3845", + "id": "2220", "type": "stop" }, { - "id": "3732", + "id": "2221", "type": "stop" }, { - "id": "3733", + "id": "2222", "type": "stop" }, { - "id": "3422", + "id": "24481", "type": "stop" }, { - "id": "3423", + "id": "24483", "type": "stop" }, { - "id": "33241", + "id": "24484", "type": "stop" }, { - "id": "32000", + "id": "24485", "type": "stop" }, { - "id": "32001", + "id": "2231", "type": "stop" } ] @@ -76299,86 +73497,14 @@ }, { "attributes": {}, - "id": "11257", - "links": { - "self": "/stops/11257" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=11257" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "39679", - "links": { - "self": "/stops/39679" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=39679" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "4055", - "links": { - "self": "/stops/4055" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=4055" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "25989", + "id": "6392", "links": { - "self": "/stops/25989" + "self": "/stops/6392" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=25989" + "related": "/facilities/?filter[stop]=6392" } }, "parent_station": { @@ -76395,146 +73521,118 @@ }, { "attributes": { - "direction_id": 0, - "headsign": "Adams & Gallivan via Fields Corner" + "direction_id": 1, + "headsign": "Downtown" }, - "id": "61394429", + "id": "66958078", "links": { - "self": "/trips/61394429" + "self": "/trips/66958078" }, "relationships": { "route": { "data": { - "id": "19", + "id": "93", "type": "route" } }, "route_pattern": { "data": { - "id": "19-5-0", + "id": "93-5-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "190288", + "id": "930215", "type": "shape" } }, "stops": { "data": [ { - "id": "407", - "type": "stop" - }, - { - "id": "410", - "type": "stop" - }, - { - "id": "411", - "type": "stop" - }, - { - "id": "412", - "type": "stop" - }, - { - "id": "471", - "type": "stop" - }, - { - "id": "472", - "type": "stop" - }, - { - "id": "468", - "type": "stop" - }, - { - "id": "550", + "id": "29010", "type": "stop" }, { - "id": "551", + "id": "12821", "type": "stop" }, { - "id": "552", + "id": "2844", "type": "stop" }, { - "id": "553", + "id": "2845", "type": "stop" }, { - "id": "554", + "id": "2846", "type": "stop" }, { - "id": "555", + "id": "2847", "type": "stop" }, { - "id": "556", + "id": "2848", "type": "stop" }, { - "id": "323", + "id": "2849", "type": "stop" }, { - "id": "325", + "id": "2850", "type": "stop" }, { - "id": "3065", + "id": "2851", "type": "stop" }, { - "id": "3066", + "id": "2852", "type": "stop" }, { - "id": "8326", + "id": "2853", "type": "stop" }, { - "id": "8680", + "id": "2854", "type": "stop" }, { - "id": "8681", + "id": "2855", "type": "stop" }, { - "id": "8682", + "id": "12829", "type": "stop" }, { - "id": "8683", + "id": "2829", "type": "stop" }, { - "id": "8684", + "id": "8309", "type": "stop" }, { - "id": "8685", + "id": "204", "type": "stop" }, { - "id": "8686", + "id": "65471", "type": "stop" }, { - "id": "8687", + "id": "6548", "type": "stop" } ] @@ -76544,25 +73642,22 @@ }, { "attributes": {}, - "id": "70146", + "id": "8639", "links": { - "self": "/stops/70146" + "self": "/stops/8639" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70146" + "related": "/facilities/?filter[stop]=8639" } }, "parent_station": { - "data": { - "id": "place-buest", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } @@ -76571,19 +73666,19 @@ }, { "attributes": {}, - "id": "70105", + "id": "70091", "links": { - "self": "/stops/70105" + "self": "/stops/70091" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70105" + "related": "/facilities/?filter[stop]=70091" } }, "parent_station": { "data": { - "id": "place-brntn", + "id": "place-smmnl", "type": "stop" } }, @@ -76598,35 +73693,41 @@ }, { "attributes": {}, - "id": "9070012", + "id": "FR-0253-01", "links": { - "self": "/stops/9070012" + "self": "/stops/FR-0253-01" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9070012" + "related": "/facilities/?filter[stop]=FR-0253-01" } }, "parent_station": { - "data": null + "data": { + "id": "place-FR-0253", + "type": "stop" + } }, "zone": { - "data": null + "data": { + "id": "CR-zone-6", + "type": "zone" + } } }, "type": "stop" }, { "attributes": {}, - "id": "7127", + "id": "9197", "links": { - "self": "/stops/7127" + "self": "/stops/9197" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7127" + "related": "/facilities/?filter[stop]=9197" } }, "parent_station": { @@ -76643,25 +73744,22 @@ }, { "attributes": {}, - "id": "70173", + "id": "962", "links": { - "self": "/stops/70173" + "self": "/stops/962" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70173" + "related": "/facilities/?filter[stop]=962" } }, "parent_station": { - "data": { - "id": "place-chhil", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } @@ -76670,14 +73768,14 @@ }, { "attributes": {}, - "id": "8513", + "id": "9070026", "links": { - "self": "/stops/8513" + "self": "/stops/9070026" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8513" + "related": "/facilities/?filter[stop]=9070026" } }, "parent_station": { @@ -76694,14 +73792,14 @@ }, { "attributes": {}, - "id": "7246", + "id": "1428", "links": { - "self": "/stops/7246" + "self": "/stops/1428" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7246" + "related": "/facilities/?filter[stop]=1428" } }, "parent_station": { @@ -76718,14 +73816,14 @@ }, { "attributes": {}, - "id": "4839", + "id": "285", "links": { - "self": "/stops/4839" + "self": "/stops/285" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4839" + "related": "/facilities/?filter[stop]=285" } }, "parent_station": { @@ -76742,14 +73840,14 @@ }, { "attributes": {}, - "id": "7536", + "id": "2203", "links": { - "self": "/stops/7536" + "self": "/stops/2203" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7536" + "related": "/facilities/?filter[stop]=2203" } }, "parent_station": { @@ -76765,39 +73863,52 @@ "type": "stop" }, { - "attributes": {}, - "id": "2033", + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Riverside", + "Union Square" + ], + "direction_names": [ + "West", + "East" + ], + "long_name": "Riverside - Reservoir", + "short_name": "Green Line D Shuttle", + "sort_order": 62400, + "text_color": "000000", + "type": 3 + }, + "id": "Shuttle-ReservoirRiverside", "links": { - "self": "/stops/2033" + "self": "/routes/Shuttle-ReservoirRiverside" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=2033" + "agency": { + "data": { + "id": "1", + "type": "agency" } }, - "parent_station": { - "data": null - }, - "zone": { + "line": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "line-Green", + "type": "line" } } }, - "type": "stop" + "type": "route" }, { "attributes": {}, - "id": "417", + "id": "2443", "links": { - "self": "/stops/417" + "self": "/stops/2443" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=417" + "related": "/facilities/?filter[stop]=2443" } }, "parent_station": { @@ -76814,14 +73925,14 @@ }, { "attributes": {}, - "id": "7575", + "id": "1499", "links": { - "self": "/stops/7575" + "self": "/stops/1499" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7575" + "related": "/facilities/?filter[stop]=1499" } }, "parent_station": { @@ -76837,39 +73948,52 @@ "type": "stop" }, { - "attributes": {}, - "id": "5936", + "attributes": { + "color": "003DA5", + "direction_destinations": [ + "Bowdoin", + "Wonderland" + ], + "direction_names": [ + "West", + "East" + ], + "long_name": "Blue Line", + "short_name": "", + "sort_order": 10040, + "text_color": "FFFFFF", + "type": 1 + }, + "id": "Blue", "links": { - "self": "/stops/5936" + "self": "/routes/Blue" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=5936" + "agency": { + "data": { + "id": "1", + "type": "agency" } }, - "parent_station": { - "data": null - }, - "zone": { + "line": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "line-Blue", + "type": "line" } } }, - "type": "stop" + "type": "route" }, { "attributes": {}, - "id": "2266", + "id": "9160", "links": { - "self": "/stops/2266" + "self": "/stops/9160" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2266" + "related": "/facilities/?filter[stop]=9160" } }, "parent_station": { @@ -76886,14 +74010,14 @@ }, { "attributes": {}, - "id": "4020", + "id": "23823", "links": { - "self": "/stops/4020" + "self": "/stops/23823" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4020" + "related": "/facilities/?filter[stop]=23823" } }, "parent_station": { @@ -76910,25 +74034,22 @@ }, { "attributes": {}, - "id": "MM-0150-S", + "id": "2342", "links": { - "self": "/stops/MM-0150-S" + "self": "/stops/2342" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=MM-0150-S" + "related": "/facilities/?filter[stop]=2342" } }, "parent_station": { - "data": { - "id": "place-MM-0150", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "CR-zone-3", + "id": "LocalBus", "type": "zone" } } @@ -76937,46 +74058,70 @@ }, { "attributes": { - "direction_id": 1, - "headsign": "Rowes Wharf" + "direction_id": 0, + "headsign": "Spring Hill" }, - "id": "Boat-F1-0600-Hingham-BF1-01-Weekday-Summer-24", + "id": "67008174", "links": { - "self": "/trips/Boat-F1-0600-Hingham-BF1-01-Weekday-Summer-24" + "self": "/trips/67008174" }, "relationships": { "route": { "data": { - "id": "Boat-F1", + "id": "85", "type": "route" } }, "route_pattern": { "data": { - "id": "Boat-F1-2-1", + "id": "85-1-0", "type": "route_pattern" } }, "service": { "data": { - "id": "Boat-F1-Weekday-Summer-24", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "b0015", + "id": "850083", "type": "shape" } }, "stops": { "data": [ { - "id": "Boat-Hingham", + "id": "2231", "type": "stop" }, { - "id": "Boat-Rowes", + "id": "12232", + "type": "stop" + }, + { + "id": "2521", + "type": "stop" + }, + { + "id": "2524", + "type": "stop" + }, + { + "id": "2525", + "type": "stop" + }, + { + "id": "2528", + "type": "stop" + }, + { + "id": "26131", + "type": "stop" + }, + { + "id": "2574", "type": "stop" } ] @@ -76986,38 +74131,14 @@ }, { "attributes": {}, - "id": "7532", - "links": { - "self": "/stops/7532" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=7532" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "9200", + "id": "1485", "links": { - "self": "/stops/9200" + "self": "/stops/1485" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9200" + "related": "/facilities/?filter[stop]=1485" } }, "parent_station": { @@ -77034,14 +74155,14 @@ }, { "attributes": {}, - "id": "4841", + "id": "577", "links": { - "self": "/stops/4841" + "self": "/stops/577" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4841" + "related": "/facilities/?filter[stop]=577" } }, "parent_station": { @@ -77058,150 +74179,170 @@ }, { "attributes": { - "direction_id": 1, - "headsign": "McCormack via South Bay Center" + "direction_id": 0, + "headsign": "Millennium Park" }, - "id": "61391886", + "id": "67250611", "links": { - "self": "/trips/61391886" + "self": "/trips/67250611" }, "relationships": { "route": { "data": { - "id": "16", + "id": "36", "type": "route" } }, "route_pattern": { "data": { - "id": "16-5-1", + "id": "36-1-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "160333", + "id": "360378", "type": "shape" } }, "stops": { "data": [ { - "id": "875", + "id": "10642", "type": "stop" }, { - "id": "520", + "id": "596", "type": "stop" }, { - "id": "522", + "id": "597", "type": "stop" }, { - "id": "10522", + "id": "598", "type": "stop" }, { - "id": "2922", + "id": "599", "type": "stop" }, { - "id": "2923", + "id": "600", "type": "stop" }, { - "id": "2904", + "id": "601", "type": "stop" }, { - "id": "2924", + "id": "602", "type": "stop" }, { - "id": "2925", + "id": "797", "type": "stop" }, { - "id": "2926", + "id": "798", "type": "stop" }, { - "id": "2928", + "id": "799", "type": "stop" }, { - "id": "2929", + "id": "800", "type": "stop" }, { - "id": "2930", + "id": "801", "type": "stop" }, { - "id": "2931", + "id": "802", "type": "stop" }, { - "id": "2932", + "id": "803", "type": "stop" }, { - "id": "12932", + "id": "804", "type": "stop" }, { - "id": "1480", + "id": "805", "type": "stop" }, { - "id": "2933", + "id": "806", "type": "stop" }, { - "id": "2934", + "id": "807", "type": "stop" }, { - "id": "124", + "id": "808", "type": "stop" }, { - "id": "125", + "id": "810", "type": "stop" }, { - "id": "29049", + "id": "821", "type": "stop" }, { - "id": "29051", + "id": "812", "type": "stop" }, { - "id": "29052", + "id": "11812", "type": "stop" }, { - "id": "13", + "id": "813", "type": "stop" }, { - "id": "15201", + "id": "814", "type": "stop" }, { - "id": "5201", + "id": "815", "type": "stop" }, { - "id": "35201", + "id": "816", + "type": "stop" + }, + { + "id": "817", + "type": "stop" + }, + { + "id": "10820", + "type": "stop" + }, + { + "id": "10830", + "type": "stop" + }, + { + "id": "137", + "type": "stop" + }, + { + "id": "67120", "type": "stop" } ] @@ -77211,14 +74352,14 @@ }, { "attributes": {}, - "id": "1648", + "id": "7413", "links": { - "self": "/stops/1648" + "self": "/stops/7413" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1648" + "related": "/facilities/?filter[stop]=7413" } }, "parent_station": { @@ -77235,14 +74376,14 @@ }, { "attributes": {}, - "id": "5968", + "id": "9118", "links": { - "self": "/stops/5968" + "self": "/stops/9118" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5968" + "related": "/facilities/?filter[stop]=9118" } }, "parent_station": { @@ -77259,14 +74400,14 @@ }, { "attributes": {}, - "id": "6717", + "id": "423", "links": { - "self": "/stops/6717" + "self": "/stops/423" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6717" + "related": "/facilities/?filter[stop]=423" } }, "parent_station": { @@ -77283,14 +74424,14 @@ }, { "attributes": {}, - "id": "8336", + "id": "3948", "links": { - "self": "/stops/8336" + "self": "/stops/3948" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8336" + "related": "/facilities/?filter[stop]=3948" } }, "parent_station": { @@ -77307,14 +74448,14 @@ }, { "attributes": {}, - "id": "61365", + "id": "8866", "links": { - "self": "/stops/61365" + "self": "/stops/8866" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=61365" + "related": "/facilities/?filter[stop]=8866" } }, "parent_station": { @@ -77331,14 +74472,86 @@ }, { "attributes": {}, - "id": "5258", + "id": "3306", "links": { - "self": "/stops/5258" + "self": "/stops/3306" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5258" + "related": "/facilities/?filter[stop]=3306" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "3931", + "links": { + "self": "/stops/3931" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=3931" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "2043", + "links": { + "self": "/stops/2043" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=2043" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "1480", + "links": { + "self": "/stops/1480" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=1480" } }, "parent_station": { @@ -77355,162 +74568,74 @@ }, { "attributes": { - "direction_id": 0, - "headsign": "City Point" + "direction_id": 1, + "headsign": "North Station" }, - "id": "61392879", + "id": "NorthWKDYF24-696240-282-HaverhillBradfordVan", "links": { - "self": "/trips/61392879" + "self": "/trips/NorthWKDYF24-696240-282-HaverhillBradfordVan" }, "relationships": { "route": { "data": { - "id": "9", + "id": "CR-Haverhill", "type": "route" } }, "route_pattern": { "data": { - "id": "9-5-0", + "id": "CR-Haverhill-0629a9bc-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "FALL 2024-N-Wdy-1-S6561ad1d-HvlBrdVn", "type": "service" } }, "shape": { "data": { - "id": "090247", + "id": "9820001", "type": "shape" } }, "stops": { "data": [ { - "id": "11780", - "type": "stop" - }, - { - "id": "11781", + "id": "WR-0120-S", "type": "stop" }, { - "id": "1784", + "id": "WR-0099-02", "type": "stop" }, { - "id": "1785", + "id": "WR-0085-02", "type": "stop" }, { - "id": "17861", + "id": "WR-0075-02", "type": "stop" }, { - "id": "77777", + "id": "WR-0067-02", "type": "stop" }, { - "id": "6", + "id": "WR-0062-02", "type": "stop" }, { - "id": "8", + "id": "WR-0053-S", "type": "stop" }, { - "id": "10", + "id": "WR-0045-S", "type": "stop" }, { - "id": "10010", - "type": "stop" - }, - { - "id": "13", - "type": "stop" - }, - { - "id": "30294", - "type": "stop" - }, - { - "id": "150", - "type": "stop" - }, - { - "id": "153", - "type": "stop" - }, - { - "id": "154", - "type": "stop" - }, - { - "id": "155", - "type": "stop" - }, - { - "id": "156", - "type": "stop" - }, - { - "id": "157", - "type": "stop" - }, - { - "id": "21", - "type": "stop" - }, - { - "id": "22", - "type": "stop" - }, - { - "id": "23", - "type": "stop" - }, - { - "id": "24", - "type": "stop" - }, - { - "id": "25", - "type": "stop" - }, - { - "id": "27", - "type": "stop" - }, - { - "id": "28", - "type": "stop" - }, - { - "id": "29", - "type": "stop" - }, - { - "id": "30", - "type": "stop" - }, - { - "id": "32", - "type": "stop" - }, - { - "id": "10031", - "type": "stop" - }, - { - "id": "10032", - "type": "stop" - }, - { - "id": "33", + "id": "BNT-0000", "type": "stop" } ] @@ -77520,62 +74645,14 @@ }, { "attributes": {}, - "id": "8335", - "links": { - "self": "/stops/8335" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=8335" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "7848", - "links": { - "self": "/stops/7848" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=7848" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "109805", + "id": "39682", "links": { - "self": "/stops/109805" + "self": "/stops/39682" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=109805" + "related": "/facilities/?filter[stop]=39682" } }, "parent_station": { @@ -77592,14 +74669,14 @@ }, { "attributes": {}, - "id": "527", + "id": "477", "links": { - "self": "/stops/527" + "self": "/stops/477" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=527" + "related": "/facilities/?filter[stop]=477" } }, "parent_station": { @@ -77617,51 +74694,50 @@ { "attributes": { "color": "FFC72C", - "long_name": "Watertown Yard - Downtown Boston via Copley", - "short_name": "502/504", - "sort_order": 55020, - "text_color": "000000" - }, - "id": "line-502504", - "links": { - "self": "/lines/line-502504" + "direction_destinations": [ + "Linden Square", + "Wellington Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Linden Square - Wellington Station", + "short_name": "108", + "sort_order": 51080, + "text_color": "000000", + "type": 3 }, - "type": "line" - }, - { - "attributes": {}, - "id": "7477", + "id": "108", "links": { - "self": "/stops/7477" + "self": "/routes/108" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=7477" + "agency": { + "data": { + "id": "1", + "type": "agency" } }, - "parent_station": { - "data": null - }, - "zone": { + "line": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "line-108", + "type": "line" } } }, - "type": "stop" + "type": "route" }, { "attributes": {}, - "id": "7516", + "id": "2093", "links": { - "self": "/stops/7516" + "self": "/stops/2093" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7516" + "related": "/facilities/?filter[stop]=2093" } }, "parent_station": { @@ -77678,14 +74754,14 @@ }, { "attributes": {}, - "id": "4147", + "id": "1931", "links": { - "self": "/stops/4147" + "self": "/stops/1931" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4147" + "related": "/facilities/?filter[stop]=1931" } }, "parent_station": { @@ -77702,14 +74778,14 @@ }, { "attributes": {}, - "id": "636", + "id": "1755", "links": { - "self": "/stops/636" + "self": "/stops/1755" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=636" + "related": "/facilities/?filter[stop]=1755" } }, "parent_station": { @@ -77726,14 +74802,14 @@ }, { "attributes": {}, - "id": "7829", + "id": "4539", "links": { - "self": "/stops/7829" + "self": "/stops/4539" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7829" + "related": "/facilities/?filter[stop]=4539" } }, "parent_station": { @@ -77750,14 +74826,14 @@ }, { "attributes": {}, - "id": "5863", + "id": "6460", "links": { - "self": "/stops/5863" + "self": "/stops/6460" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5863" + "related": "/facilities/?filter[stop]=6460" } }, "parent_station": { @@ -77774,14 +74850,14 @@ }, { "attributes": {}, - "id": "4391", + "id": "78512", "links": { - "self": "/stops/4391" + "self": "/stops/78512" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4391" + "related": "/facilities/?filter[stop]=78512" } }, "parent_station": { @@ -77799,205 +74875,161 @@ { "attributes": { "direction_id": 0, - "headsign": "Salem Depot" + "headsign": "Chestnut Hill Mall" }, - "id": "62216754", + "id": "66645255", "links": { - "self": "/trips/62216754" + "self": "/trips/66645255" }, "relationships": { "route": { "data": { - "id": "456", + "id": "60", "type": "route" } }, "route_pattern": { "data": { - "id": "456-_-0", + "id": "60-2-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "4560079", + "id": "600230", "type": "shape" } }, "stops": { "data": [ { - "id": "14748", - "type": "stop" - }, - { - "id": "6600", - "type": "stop" - }, - { - "id": "6830", - "type": "stop" - }, - { - "id": "6831", - "type": "stop" - }, - { - "id": "6833", - "type": "stop" - }, - { - "id": "6834", - "type": "stop" - }, - { - "id": "6835", - "type": "stop" - }, - { - "id": "6836", - "type": "stop" - }, - { - "id": "6837", - "type": "stop" - }, - { - "id": "6838", - "type": "stop" - }, - { - "id": "6839", - "type": "stop" - }, - { - "id": "6840", + "id": "899", "type": "stop" }, { - "id": "6841", + "id": "8993", "type": "stop" }, { - "id": "6842", + "id": "1518", "type": "stop" }, { - "id": "6843", + "id": "1519", "type": "stop" }, { - "id": "6844", + "id": "1520", "type": "stop" }, { - "id": "6845", + "id": "1777", "type": "stop" }, { - "id": "6846", + "id": "1778", "type": "stop" }, { - "id": "6847", + "id": "1521", "type": "stop" }, { - "id": "6848", + "id": "1523", "type": "stop" }, { - "id": "6849", + "id": "1524", "type": "stop" }, { - "id": "4538", + "id": "1525", "type": "stop" }, { - "id": "4539", + "id": "11366", "type": "stop" }, { - "id": "4540", + "id": "1527", "type": "stop" }, { - "id": "4541", + "id": "1528", "type": "stop" }, { - "id": "4544", + "id": "1529", "type": "stop" }, { - "id": "14544", + "id": "15291", "type": "stop" }, { - "id": "4546", + "id": "1530", "type": "stop" }, { - "id": "4547", + "id": "1531", "type": "stop" }, { - "id": "14548", + "id": "1532", "type": "stop" }, { - "id": "14551", + "id": "1533", "type": "stop" }, { - "id": "4553", + "id": "1534", "type": "stop" }, { - "id": "14553", + "id": "1535", "type": "stop" }, { - "id": "4554", + "id": "15351", "type": "stop" }, { - "id": "4555", + "id": "1536", "type": "stop" }, { - "id": "4557", + "id": "1539", "type": "stop" }, { - "id": "4558", + "id": "1540", "type": "stop" }, { - "id": "4559", + "id": "1965", "type": "stop" }, { - "id": "4560", + "id": "19661", "type": "stop" }, { - "id": "4562", + "id": "17000", "type": "stop" }, { - "id": "4563", + "id": "17001", "type": "stop" }, { - "id": "37150", + "id": "19821", "type": "stop" } ] @@ -78005,212 +75037,96 @@ }, "type": "trip" }, - { - "attributes": {}, - "id": "1743", - "links": { - "self": "/stops/1743" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=1743" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "2806", - "links": { - "self": "/stops/2806" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=2806" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "46267", - "links": { - "self": "/stops/46267" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=46267" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, { "attributes": { - "direction_id": 0, - "headsign": "Broadway & Park via Woodlawn" + "direction_id": 1, + "headsign": "Ruggles" }, - "id": "61869198", + "id": "66652054", "links": { - "self": "/trips/61869198" + "self": "/trips/66652054" }, "relationships": { "route": { "data": { - "id": "110", + "id": "28", "type": "route" } }, "route_pattern": { "data": { - "id": "110-4-0", + "id": "28-5-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "1100189", + "id": "280192", "type": "shape" } }, "stops": { "data": [ { - "id": "5271", - "type": "stop" - }, - { - "id": "5563", - "type": "stop" - }, - { - "id": "5565", - "type": "stop" - }, - { - "id": "5695", - "type": "stop" - }, - { - "id": "5637", - "type": "stop" - }, - { - "id": "5638", - "type": "stop" - }, - { - "id": "5640", - "type": "stop" - }, - { - "id": "5566", - "type": "stop" - }, - { - "id": "5567", - "type": "stop" - }, - { - "id": "5568", - "type": "stop" - }, - { - "id": "5569", - "type": "stop" - }, - { - "id": "5571", + "id": "390", "type": "stop" }, { - "id": "5572", + "id": "392", "type": "stop" }, { - "id": "5574", + "id": "393", "type": "stop" }, { - "id": "5576", + "id": "394", "type": "stop" }, { - "id": "5577", + "id": "395", "type": "stop" }, { - "id": "5578", + "id": "396", "type": "stop" }, { - "id": "5579", + "id": "21151", "type": "stop" }, { - "id": "5580", + "id": "64000", "type": "stop" }, { - "id": "5581", + "id": "1148", "type": "stop" }, { - "id": "45581", + "id": "11149", "type": "stop" }, { - "id": "5582", + "id": "11148", "type": "stop" }, { - "id": "5583", + "id": "21148", "type": "stop" }, { - "id": "5585", + "id": "1224", "type": "stop" }, { - "id": "5586", + "id": "17861", "type": "stop" } ] @@ -78220,14 +75136,14 @@ }, { "attributes": {}, - "id": "575", + "id": "1367", "links": { - "self": "/stops/575" + "self": "/stops/1367" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=575" + "related": "/facilities/?filter[stop]=1367" } }, "parent_station": { @@ -78244,14 +75160,14 @@ }, { "attributes": {}, - "id": "2550", + "id": "6374", "links": { - "self": "/stops/2550" + "self": "/stops/6374" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2550" + "related": "/facilities/?filter[stop]=6374" } }, "parent_station": { @@ -78268,14 +75184,14 @@ }, { "attributes": {}, - "id": "1191", + "id": "10031", "links": { - "self": "/stops/1191" + "self": "/stops/10031" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1191" + "related": "/facilities/?filter[stop]=10031" } }, "parent_station": { @@ -78292,14 +75208,14 @@ }, { "attributes": {}, - "id": "111206", + "id": "3045", "links": { - "self": "/stops/111206" + "self": "/stops/3045" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=111206" + "related": "/facilities/?filter[stop]=3045" } }, "parent_station": { @@ -78316,14 +75232,14 @@ }, { "attributes": {}, - "id": "1500", + "id": "1258", "links": { - "self": "/stops/1500" + "self": "/stops/1258" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1500" + "related": "/facilities/?filter[stop]=1258" } }, "parent_station": { @@ -78338,16 +75254,53 @@ }, "type": "stop" }, + { + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "North Waltham", + "Waltham Center" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "North Waltham - Waltham Center", + "short_name": "61", + "sort_order": 50610, + "text_color": "000000", + "type": 3 + }, + "id": "61", + "links": { + "self": "/routes/61" + }, + "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, + "line": { + "data": { + "id": "line-6170170", + "type": "line" + } + } + }, + "type": "route" + }, { "attributes": {}, - "id": "5432", + "id": "3172", "links": { - "self": "/stops/5432" + "self": "/stops/3172" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5432" + "related": "/facilities/?filter[stop]=3172" } }, "parent_station": { @@ -78363,39 +75316,108 @@ "type": "stop" }, { - "attributes": {}, - "id": "3790", + "attributes": { + "direction_id": 0, + "headsign": "Framingham" + }, + "id": "BaseWML-701943-597", "links": { - "self": "/stops/3790" + "self": "/trips/BaseWML-701943-597" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=3790" + "route": { + "data": { + "id": "CR-Worcester", + "type": "route" } }, - "parent_station": { - "data": null + "route_pattern": { + "data": { + "id": "CR-Worcester-b7d67732-0", + "type": "route_pattern" + } }, - "zone": { + "service": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "FALL 2024-SOUTHWKD-Weekday-42-Sb0e4ed14", + "type": "service" + } + }, + "shape": { + "data": { + "id": "9850002", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "NEC-2287", + "type": "stop" + }, + { + "id": "WML-0012-07", + "type": "stop" + }, + { + "id": "WML-0025-07", + "type": "stop" + }, + { + "id": "WML-0035-01", + "type": "stop" + }, + { + "id": "WML-0081-02", + "type": "stop" + }, + { + "id": "WML-0091-02", + "type": "stop" + }, + { + "id": "WML-0102-02", + "type": "stop" + }, + { + "id": "WML-0125-02", + "type": "stop" + }, + { + "id": "WML-0135-02", + "type": "stop" + }, + { + "id": "WML-0147-02", + "type": "stop" + }, + { + "id": "WML-0177-02", + "type": "stop" + }, + { + "id": "WML-0199-02", + "type": "stop" + }, + { + "id": "WML-0214-01", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "49806", + "id": "2763", "links": { - "self": "/stops/49806" + "self": "/stops/2763" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=49806" + "related": "/facilities/?filter[stop]=2763" } }, "parent_station": { @@ -78412,14 +75434,14 @@ }, { "attributes": {}, - "id": "49796", + "id": "3827", "links": { - "self": "/stops/49796" + "self": "/stops/3827" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=49796" + "related": "/facilities/?filter[stop]=3827" } }, "parent_station": { @@ -78436,18 +75458,21 @@ }, { "attributes": {}, - "id": "526", + "id": "5327", "links": { - "self": "/stops/526" + "self": "/stops/5327" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=526" + "related": "/facilities/?filter[stop]=5327" } }, "parent_station": { - "data": null + "data": { + "id": "place-mlmnl", + "type": "stop" + } }, "zone": { "data": { @@ -78460,14 +75485,14 @@ }, { "attributes": {}, - "id": "77244", + "id": "2127", "links": { - "self": "/stops/77244" + "self": "/stops/2127" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=77244" + "related": "/facilities/?filter[stop]=2127" } }, "parent_station": { @@ -78484,14 +75509,14 @@ }, { "attributes": {}, - "id": "4746", + "id": "5798", "links": { - "self": "/stops/4746" + "self": "/stops/5798" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4746" + "related": "/facilities/?filter[stop]=5798" } }, "parent_station": { @@ -78507,39 +75532,80 @@ "type": "stop" }, { - "attributes": {}, - "id": "7109", + "attributes": { + "direction_id": 1, + "headsign": "Kenmore (Shuttle)" + }, + "id": "KenmoreReservoir-1-sample", "links": { - "self": "/stops/7109" + "self": "/trips/KenmoreReservoir-1-sample" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=7109" + "route": { + "data": { + "id": "Shuttle-KenmoreReservoir", + "type": "route" } }, - "parent_station": { - "data": null + "route_pattern": { + "data": { + "id": "Shuttle-KenmoreReservoir-0-1", + "type": "route_pattern" + } }, - "zone": { + "service": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "canonical", + "type": "service" + } + }, + "shape": { + "data": { + "id": "ReservoirToKenmore-S", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "21917", + "type": "stop" + }, + { + "id": "9070179", + "type": "stop" + }, + { + "id": "1556", + "type": "stop" + }, + { + "id": "1804", + "type": "stop" + }, + { + "id": "1807", + "type": "stop" + }, + { + "id": "9070150", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "3573", + "id": "4032", "links": { - "self": "/stops/3573" + "self": "/stops/4032" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3573" + "related": "/facilities/?filter[stop]=4032" } }, "parent_station": { @@ -78556,14 +75622,14 @@ }, { "attributes": {}, - "id": "9091", + "id": "19253", "links": { - "self": "/stops/9091" + "self": "/stops/19253" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9091" + "related": "/facilities/?filter[stop]=19253" } }, "parent_station": { @@ -78581,169 +75647,85 @@ { "attributes": { "direction_id": 0, - "headsign": "Millennium Park" + "headsign": "Heath Street (Shuttle)" }, - "id": "62144812", + "id": "HeathStreetPrudential-0-sample", "links": { - "self": "/trips/62144812" + "self": "/trips/HeathStreetPrudential-0-sample" }, "relationships": { "route": { "data": { - "id": "36", + "id": "Shuttle-HeathPrudential", "type": "route" } }, "route_pattern": { "data": { - "id": "36-5-0", + "id": "Shuttle-HeathPrudential-0-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "canonical", "type": "service" } }, "shape": { "data": { - "id": "360371", + "id": "PrudentialToHeathStreet-S", "type": "shape" } }, "stops": { "data": [ { - "id": "10642", - "type": "stop" - }, - { - "id": "596", - "type": "stop" - }, - { - "id": "597", - "type": "stop" - }, - { - "id": "598", - "type": "stop" - }, - { - "id": "599", - "type": "stop" - }, - { - "id": "600", - "type": "stop" - }, - { - "id": "601", - "type": "stop" - }, - { - "id": "602", - "type": "stop" - }, - { - "id": "797", - "type": "stop" - }, - { - "id": "798", - "type": "stop" - }, - { - "id": "799", - "type": "stop" - }, - { - "id": "800", - "type": "stop" - }, - { - "id": "801", - "type": "stop" - }, - { - "id": "802", - "type": "stop" - }, - { - "id": "803", - "type": "stop" - }, - { - "id": "804", - "type": "stop" - }, - { - "id": "805", - "type": "stop" - }, - { - "id": "806", - "type": "stop" - }, - { - "id": "807", - "type": "stop" - }, - { - "id": "808", - "type": "stop" - }, - { - "id": "810", - "type": "stop" - }, - { - "id": "821", + "id": "11388", "type": "stop" }, { - "id": "812", + "id": "31391", "type": "stop" }, { - "id": "11812", + "id": "41391", "type": "stop" }, { - "id": "813", + "id": "61391", "type": "stop" }, { - "id": "814", + "id": "71391", "type": "stop" }, { - "id": "815", + "id": "91391", "type": "stop" }, { - "id": "816", + "id": "92391", "type": "stop" }, { - "id": "817", + "id": "1363", "type": "stop" }, { - "id": "10820", + "id": "1365", "type": "stop" }, { - "id": "10830", + "id": "21365", "type": "stop" }, { - "id": "137", + "id": "22365", "type": "stop" }, { - "id": "120", + "id": "1761", "type": "stop" } ] @@ -78751,88 +75733,128 @@ }, "type": "trip" }, + { + "attributes": {}, + "id": "5556", + "links": { + "self": "/stops/5556" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=5556" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "4062", + "links": { + "self": "/stops/4062" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=4062" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, { "attributes": { - "direction_id": 0, - "headsign": "Providence" + "direction_id": 1, + "headsign": "South Station" }, - "id": "CR-677157-1817", + "id": "66859315", "links": { - "self": "/trips/CR-677157-1817" + "self": "/trips/66859315" }, "relationships": { "route": { "data": { - "id": "CR-Providence", + "id": "741", "type": "route" } }, "route_pattern": { "data": { - "id": "CR-Providence-744cd707-0", + "id": "741-_-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SPRING2024-SOUTHSAT-Saturday-1-Sc5", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "9890009", + "id": "7410049", "type": "shape" } }, "stops": { "data": [ { - "id": "NEC-2287", - "type": "stop" - }, - { - "id": "NEC-2276-01", - "type": "stop" - }, - { - "id": "NEC-2265-01", + "id": "17091", "type": "stop" }, { - "id": "NEC-2203-03", + "id": "27092", "type": "stop" }, { - "id": "NEC-2192-03", + "id": "17093", "type": "stop" }, { - "id": "NEC-2173-01", + "id": "17094", "type": "stop" }, { - "id": "NEC-2139-01", + "id": "17095", "type": "stop" }, { - "id": "NEC-2108-01", + "id": "17096", "type": "stop" }, { - "id": "NEC-2040-01", + "id": "74614", "type": "stop" }, { - "id": "NEC-1969-03", + "id": "74615", "type": "stop" }, { - "id": "NEC-1891-01", + "id": "74616", "type": "stop" }, { - "id": "NEC-1851-03", + "id": "74617", "type": "stop" } ] @@ -78842,14 +75864,14 @@ }, { "attributes": {}, - "id": "5232", + "id": "918", "links": { - "self": "/stops/5232" + "self": "/stops/918" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5232" + "related": "/facilities/?filter[stop]=918" } }, "parent_station": { @@ -78866,14 +75888,14 @@ }, { "attributes": {}, - "id": "5657", + "id": "8434", "links": { - "self": "/stops/5657" + "self": "/stops/8434" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5657" + "related": "/facilities/?filter[stop]=8434" } }, "parent_station": { @@ -78890,25 +75912,25 @@ }, { "attributes": {}, - "id": "70258", + "id": "NHRML-0218-02", "links": { - "self": "/stops/70258" + "self": "/stops/NHRML-0218-02" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70258" + "related": "/facilities/?filter[stop]=NHRML-0218-02" } }, "parent_station": { "data": { - "id": "place-bckhl", + "id": "place-NHRML-0218", "type": "stop" } }, "zone": { "data": { - "id": "RapidTransit", + "id": "CR-zone-5", "type": "zone" } } @@ -78916,159 +75938,136 @@ "type": "stop" }, { - "attributes": {}, - "id": "3191", + "attributes": { + "direction_id": 1, + "headsign": "Oak Grove" + }, + "id": "canonical-Orange-C1-1", "links": { - "self": "/stops/3191" + "self": "/trips/canonical-Orange-C1-1" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=3191" + "route": { + "data": { + "id": "Orange", + "type": "route" } }, - "parent_station": { - "data": null - }, - "zone": { + "route_pattern": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "3199", - "links": { - "self": "/stops/3199" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=3199" + "id": "Orange-3-1", + "type": "route_pattern" } }, - "parent_station": { - "data": null - }, - "zone": { + "service": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "4923", - "links": { - "self": "/stops/4923" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=4923" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "41111", - "links": { - "self": "/stops/41111" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=41111" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "39688", - "links": { - "self": "/stops/39688" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=39688" + "id": "canonical", + "type": "service" } }, - "parent_station": { - "data": null - }, - "zone": { + "shape": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "2861", - "links": { - "self": "/stops/2861" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=2861" + "id": "canonical-903_0017", + "type": "shape" } }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } + "stops": { + "data": [ + { + "id": "70001", + "type": "stop" + }, + { + "id": "70003", + "type": "stop" + }, + { + "id": "70005", + "type": "stop" + }, + { + "id": "70007", + "type": "stop" + }, + { + "id": "70009", + "type": "stop" + }, + { + "id": "70011", + "type": "stop" + }, + { + "id": "70013", + "type": "stop" + }, + { + "id": "70015", + "type": "stop" + }, + { + "id": "70017", + "type": "stop" + }, + { + "id": "70019", + "type": "stop" + }, + { + "id": "70021", + "type": "stop" + }, + { + "id": "70023", + "type": "stop" + }, + { + "id": "70025", + "type": "stop" + }, + { + "id": "70027", + "type": "stop" + }, + { + "id": "70029", + "type": "stop" + }, + { + "id": "70031", + "type": "stop" + }, + { + "id": "70279", + "type": "stop" + }, + { + "id": "70033", + "type": "stop" + }, + { + "id": "70035", + "type": "stop" + }, + { + "id": "70036", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "7882", + "id": "319", "links": { - "self": "/stops/7882" + "self": "/stops/319" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7882" + "related": "/facilities/?filter[stop]=319" } }, "parent_station": { @@ -79085,14 +76084,14 @@ }, { "attributes": {}, - "id": "6109", + "id": "7476", "links": { - "self": "/stops/6109" + "self": "/stops/7476" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6109" + "related": "/facilities/?filter[stop]=7476" } }, "parent_station": { @@ -79109,14 +76108,14 @@ }, { "attributes": {}, - "id": "5369", + "id": "634", "links": { - "self": "/stops/5369" + "self": "/stops/634" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5369" + "related": "/facilities/?filter[stop]=634" } }, "parent_station": { @@ -79132,190 +76131,128 @@ "type": "stop" }, { - "attributes": {}, - "id": "6178", - "links": { - "self": "/stops/6178" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=6178" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } + "attributes": { + "direction_id": 0, + "headsign": "Cleary Square" }, - "type": "stop" - }, - { - "attributes": {}, - "id": "510", + "id": "67251802", "links": { - "self": "/stops/510" + "self": "/trips/67251802" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=510" - } - }, - "parent_station": { - "data": null - }, - "zone": { + "route": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "9206", - "links": { - "self": "/stops/9206" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=9206" + "id": "32", + "type": "route" } }, - "parent_station": { - "data": null - }, - "zone": { + "route_pattern": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "6470", - "links": { - "self": "/stops/6470" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=6470" + "id": "32-_-0", + "type": "route_pattern" } }, - "parent_station": { - "data": null - }, - "zone": { + "service": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "5558", - "links": { - "self": "/stops/5558" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=5558" + "id": "WinterWeekday", + "type": "service" } }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Clarendon Hill", - "Lechmere Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Clarendon Hill - Lechmere Station", - "short_name": "88", - "sort_order": 50880, - "text_color": "000000", - "type": 3 - }, - "id": "88", - "links": { - "self": "/routes/88" - }, - "relationships": { - "line": { + "shape": { "data": { - "id": "line-88", - "type": "line" - } - } - }, - "type": "route" - }, - { - "attributes": {}, - "id": "1649", - "links": { - "self": "/stops/1649" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=1649" + "id": "320235", + "type": "shape" } }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } + "stops": { + "data": [ + { + "id": "875", + "type": "stop" + }, + { + "id": "6495", + "type": "stop" + }, + { + "id": "26495", + "type": "stop" + }, + { + "id": "36495", + "type": "stop" + }, + { + "id": "46495", + "type": "stop" + }, + { + "id": "56495", + "type": "stop" + }, + { + "id": "76495", + "type": "stop" + }, + { + "id": "6496", + "type": "stop" + }, + { + "id": "6498", + "type": "stop" + }, + { + "id": "6500", + "type": "stop" + }, + { + "id": "16498", + "type": "stop" + }, + { + "id": "6502", + "type": "stop" + }, + { + "id": "6504", + "type": "stop" + }, + { + "id": "6505", + "type": "stop" + }, + { + "id": "6507", + "type": "stop" + }, + { + "id": "6508", + "type": "stop" + }, + { + "id": "6509", + "type": "stop" + }, + { + "id": "2819", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "77243", + "id": "9295", "links": { - "self": "/stops/77243" + "self": "/stops/9295" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=77243" + "related": "/facilities/?filter[stop]=9295" } }, "parent_station": { @@ -79332,46 +76269,166 @@ }, { "attributes": { - "direction_id": 0, - "headsign": "Hingham" + "direction_id": 1, + "headsign": "Forest Hills" }, - "id": "Boat-F1-1215-Long-BF2H-03-Weekday-Summer-24", + "id": "67250547", "links": { - "self": "/trips/Boat-F1-1215-Long-BF2H-03-Weekday-Summer-24" + "self": "/trips/67250547" }, "relationships": { "route": { "data": { - "id": "Boat-F1", + "id": "36", "type": "route" } }, "route_pattern": { "data": { - "id": "Boat-F1-6-0", + "id": "36-1-1", "type": "route_pattern" } }, "service": { "data": { - "id": "Boat-F1-Weekday-Summer-24", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "b0012", + "id": "360368", "type": "shape" } }, "stops": { "data": [ { - "id": "Boat-Long", + "id": "67120", "type": "stop" }, { - "id": "Boat-Hingham", + "id": "10821", + "type": "stop" + }, + { + "id": "774", + "type": "stop" + }, + { + "id": "775", + "type": "stop" + }, + { + "id": "776", + "type": "stop" + }, + { + "id": "777", + "type": "stop" + }, + { + "id": "10777", + "type": "stop" + }, + { + "id": "778", + "type": "stop" + }, + { + "id": "779", + "type": "stop" + }, + { + "id": "780", + "type": "stop" + }, + { + "id": "781", + "type": "stop" + }, + { + "id": "782", + "type": "stop" + }, + { + "id": "783", + "type": "stop" + }, + { + "id": "784", + "type": "stop" + }, + { + "id": "785", + "type": "stop" + }, + { + "id": "786", + "type": "stop" + }, + { + "id": "787", + "type": "stop" + }, + { + "id": "788", + "type": "stop" + }, + { + "id": "789", + "type": "stop" + }, + { + "id": "790", + "type": "stop" + }, + { + "id": "791", + "type": "stop" + }, + { + "id": "792", + "type": "stop" + }, + { + "id": "793", + "type": "stop" + }, + { + "id": "795", + "type": "stop" + }, + { + "id": "636", + "type": "stop" + }, + { + "id": "637", + "type": "stop" + }, + { + "id": "638", + "type": "stop" + }, + { + "id": "639", + "type": "stop" + }, + { + "id": "640", + "type": "stop" + }, + { + "id": "641", + "type": "stop" + }, + { + "id": "642", + "type": "stop" + }, + { + "id": "10642", "type": "stop" } ] @@ -79381,25 +76438,22 @@ }, { "attributes": {}, - "id": "FR-0361-01", + "id": "2795", "links": { - "self": "/stops/FR-0361-01" + "self": "/stops/2795" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=FR-0361-01" + "related": "/facilities/?filter[stop]=2795" } }, "parent_station": { - "data": { - "id": "place-FR-0361", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "CR-zone-8", + "id": "LocalBus", "type": "zone" } } @@ -79408,14 +76462,14 @@ }, { "attributes": {}, - "id": "17419", + "id": "2931", "links": { - "self": "/stops/17419" + "self": "/stops/2931" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=17419" + "related": "/facilities/?filter[stop]=2931" } }, "parent_station": { @@ -79432,14 +76486,14 @@ }, { "attributes": {}, - "id": "5472", + "id": "6155", "links": { - "self": "/stops/5472" + "self": "/stops/6155" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5472" + "related": "/facilities/?filter[stop]=6155" } }, "parent_station": { @@ -79456,14 +76510,14 @@ }, { "attributes": {}, - "id": "5377", + "id": "16170", "links": { - "self": "/stops/5377" + "self": "/stops/16170" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5377" + "related": "/facilities/?filter[stop]=16170" } }, "parent_station": { @@ -79480,14 +76534,14 @@ }, { "attributes": {}, - "id": "4759", + "id": "1053", "links": { - "self": "/stops/4759" + "self": "/stops/1053" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4759" + "related": "/facilities/?filter[stop]=1053" } }, "parent_station": { @@ -79504,35 +76558,38 @@ }, { "attributes": {}, - "id": "9170212", + "id": "26466", "links": { - "self": "/stops/9170212" + "self": "/stops/26466" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9170212" + "related": "/facilities/?filter[stop]=26466" } }, "parent_station": { "data": null }, "zone": { - "data": null + "data": { + "id": "LocalBus", + "type": "zone" + } } }, "type": "stop" }, { "attributes": {}, - "id": "30336", + "id": "86122", "links": { - "self": "/stops/30336" + "self": "/stops/86122" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=30336" + "related": "/facilities/?filter[stop]=86122" } }, "parent_station": { @@ -79549,14 +76606,14 @@ }, { "attributes": {}, - "id": "4523", + "id": "5213", "links": { - "self": "/stops/4523" + "self": "/stops/5213" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4523" + "related": "/facilities/?filter[stop]=5213" } }, "parent_station": { @@ -79571,47 +76628,16 @@ }, "type": "stop" }, - { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Malden Center Station", - "Wellington Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Malden Center Station - Wellington Station", - "short_name": "97", - "sort_order": 50970, - "text_color": "000000", - "type": 3 - }, - "id": "97", - "links": { - "self": "/routes/97" - }, - "relationships": { - "line": { - "data": { - "id": "line-97", - "type": "line" - } - } - }, - "type": "route" - }, { "attributes": {}, - "id": "7960", + "id": "56170", "links": { - "self": "/stops/7960" + "self": "/stops/56170" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7960" + "related": "/facilities/?filter[stop]=56170" } }, "parent_station": { @@ -79628,27 +76654,24 @@ }, { "attributes": {}, - "id": "KB-0351-S", + "id": "WML-0177-B0", "links": { - "self": "/stops/KB-0351-S" + "self": "/stops/WML-0177-B0" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=KB-0351-S" + "related": "/facilities/?filter[stop]=WML-0177-B0" } }, "parent_station": { "data": { - "id": "place-KB-0351", + "id": "place-WML-0177", "type": "stop" } }, "zone": { - "data": { - "id": "CR-zone-8", - "type": "zone" - } + "data": null } }, "type": "stop" @@ -79656,410 +76679,233 @@ { "attributes": { "direction_id": 1, - "headsign": "South Station" - }, - "id": "canonical-CR-Franklin-C2-1", - "links": { - "self": "/trips/canonical-CR-Franklin-C2-1" - }, - "relationships": { - "route": { - "data": { - "id": "CR-Franklin", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "CR-Franklin-C2-1", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "canonical", - "type": "service" - } - }, - "shape": { - "data": { - "id": "canonical-FoxboroToSouthStationViaBackBay", - "type": "shape" - } - }, - "stops": { - "data": [ - { - "id": "FS-0049-S", - "type": "stop" - }, - { - "id": "FB-0166-S", - "type": "stop" - }, - { - "id": "FB-0148-02", - "type": "stop" - }, - { - "id": "FB-0143-02", - "type": "stop" - }, - { - "id": "FB-0125-02", - "type": "stop" - }, - { - "id": "FB-0118-02", - "type": "stop" - }, - { - "id": "FB-0109-02", - "type": "stop" - }, - { - "id": "NEC-2192-02", - "type": "stop" - }, - { - "id": "NEC-2203-02", - "type": "stop" - }, - { - "id": "NEC-2237-03", - "type": "stop" - }, - { - "id": "NEC-2265", - "type": "stop" - }, - { - "id": "NEC-2276", - "type": "stop" - }, - { - "id": "NEC-2287", - "type": "stop" - } - ] - } - }, - "type": "trip" - }, - { - "attributes": { - "direction_id": 0, - "headsign": "Bedford VA" + "headsign": "Central Square via Lynnfield St" }, - "id": "61848695", + "id": "67202568", "links": { - "self": "/trips/61848695" + "self": "/trips/67202568" }, "relationships": { "route": { "data": { - "id": "627", + "id": "436", "type": "route" } }, "route_pattern": { "data": { - "id": "627-6-0", + "id": "436-1-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "620191", + "id": "4360239", "type": "shape" } }, "stops": { "data": [ { - "id": "141", - "type": "stop" - }, - { - "id": "2482", - "type": "stop" - }, - { - "id": "2353", - "type": "stop" - }, - { - "id": "2354", - "type": "stop" - }, - { - "id": "2355", - "type": "stop" - }, - { - "id": "2356", - "type": "stop" - }, - { - "id": "2357", - "type": "stop" - }, - { - "id": "2358", - "type": "stop" - }, - { - "id": "2359", - "type": "stop" - }, - { - "id": "2360", - "type": "stop" - }, - { - "id": "12360", - "type": "stop" - }, - { - "id": "12323", - "type": "stop" - }, - { - "id": "32358", - "type": "stop" - }, - { - "id": "22358", - "type": "stop" - }, - { - "id": "7922", - "type": "stop" - }, - { - "id": "8428", - "type": "stop" - }, - { - "id": "8429", - "type": "stop" - }, - { - "id": "8430", - "type": "stop" - }, - { - "id": "8431", - "type": "stop" - }, - { - "id": "8432", - "type": "stop" - }, - { - "id": "8433", - "type": "stop" - }, - { - "id": "8434", + "id": "7269", "type": "stop" }, { - "id": "8435", + "id": "45821", "type": "stop" }, { - "id": "8436", + "id": "4583", "type": "stop" }, { - "id": "8591", + "id": "14586", "type": "stop" }, { - "id": "8593", + "id": "24586", "type": "stop" }, { - "id": "8595", + "id": "4587", "type": "stop" }, { - "id": "8596", + "id": "4588", "type": "stop" }, { - "id": "8597", + "id": "4590", "type": "stop" }, { - "id": "8598", + "id": "4591", "type": "stop" }, { - "id": "8599", + "id": "4592", "type": "stop" }, { - "id": "8600", + "id": "4594", "type": "stop" }, { - "id": "8601", + "id": "7341", "type": "stop" }, { - "id": "7878", + "id": "7342", "type": "stop" }, { - "id": "8437", + "id": "7343", "type": "stop" }, { - "id": "8438", + "id": "7344", "type": "stop" }, { - "id": "7762", + "id": "7345", "type": "stop" }, { - "id": "7763", + "id": "7346", "type": "stop" }, { - "id": "8602", + "id": "17347", "type": "stop" }, { - "id": "8603", + "id": "7348", "type": "stop" }, { - "id": "8604", + "id": "7349", "type": "stop" }, { - "id": "8605", + "id": "7350", "type": "stop" }, { - "id": "8606", + "id": "7352", "type": "stop" }, { - "id": "8607", + "id": "7353", "type": "stop" }, { - "id": "8608", + "id": "17354", "type": "stop" }, { - "id": "8609", + "id": "7355", "type": "stop" }, { - "id": "8610", + "id": "7356", "type": "stop" }, { - "id": "8611", + "id": "7357", "type": "stop" }, { - "id": "86114", + "id": "7359", "type": "stop" }, { - "id": "8612", + "id": "7292", "type": "stop" }, { - "id": "86121", + "id": "7293", "type": "stop" }, { - "id": "86122", + "id": "7294", "type": "stop" }, { - "id": "78987", + "id": "7295", "type": "stop" }, { - "id": "78988", + "id": "7296", "type": "stop" }, { - "id": "8453", + "id": "7297", "type": "stop" }, { - "id": "8455", + "id": "7298", "type": "stop" }, { - "id": "8457", + "id": "7299", "type": "stop" }, { - "id": "8458", + "id": "7300", "type": "stop" }, { - "id": "8459", + "id": "7369", "type": "stop" }, { - "id": "8460", + "id": "7370", "type": "stop" }, { - "id": "8461", + "id": "7371", "type": "stop" }, { - "id": "8462", + "id": "7372", "type": "stop" }, { - "id": "8464", + "id": "7373", "type": "stop" }, { - "id": "8465", + "id": "7374", "type": "stop" }, { - "id": "8466", + "id": "17231", "type": "stop" }, { - "id": "8467", + "id": "7233", "type": "stop" }, { - "id": "8468", + "id": "7234", "type": "stop" }, { - "id": "34879", + "id": "7237", "type": "stop" }, { - "id": "17879", + "id": "6772", "type": "stop" }, { - "id": "8471", + "id": "14748", "type": "stop" } ] @@ -80069,14 +76915,14 @@ }, { "attributes": {}, - "id": "3336", + "id": "94320", "links": { - "self": "/stops/3336" + "self": "/stops/94320" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3336" + "related": "/facilities/?filter[stop]=94320" } }, "parent_station": { @@ -80093,25 +76939,22 @@ }, { "attributes": {}, - "id": "70238", + "id": "259", "links": { - "self": "/stops/70238" + "self": "/stops/259" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70238" + "related": "/facilities/?filter[stop]=259" } }, "parent_station": { - "data": { - "id": "place-clmnl", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } @@ -80120,14 +76963,14 @@ }, { "attributes": {}, - "id": "2704", + "id": "62", "links": { - "self": "/stops/2704" + "self": "/stops/62" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2704" + "related": "/facilities/?filter[stop]=62" } }, "parent_station": { @@ -80135,7 +76978,7 @@ }, "zone": { "data": { - "id": "LocalBus", + "id": "ExpressBus-Downtown", "type": "zone" } } @@ -80144,38 +76987,35 @@ }, { "attributes": {}, - "id": "9224", + "id": "9170043", "links": { - "self": "/stops/9224" + "self": "/stops/9170043" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9224" + "related": "/facilities/?filter[stop]=9170043" } }, "parent_station": { "data": null }, "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } + "data": null } }, "type": "stop" }, { "attributes": {}, - "id": "177", + "id": "4848", "links": { - "self": "/stops/177" + "self": "/stops/4848" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=177" + "related": "/facilities/?filter[stop]=4848" } }, "parent_station": { @@ -80183,7 +77023,7 @@ }, "zone": { "data": { - "id": "ExpressBus-Downtown", + "id": "LocalBus", "type": "zone" } } @@ -80191,502 +77031,192 @@ "type": "stop" }, { - "attributes": {}, - "id": "3415", - "links": { - "self": "/stops/3415" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=3415" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "1213", - "links": { - "self": "/stops/1213" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=1213" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Bowdoin", + "Wonderland" + ], + "direction_names": [ + "West", + "East" + ], + "long_name": "Airport - Government Center (Express)", + "short_name": "Blue Line Shuttle", + "sort_order": 60205, + "text_color": "000000", + "type": 3 }, - "type": "stop" - }, - { - "attributes": {}, - "id": "2674", + "id": "Shuttle-AirportGovernmentCenterExpress", "links": { - "self": "/stops/2674" + "self": "/routes/Shuttle-AirportGovernmentCenterExpress" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=2674" - } - }, - "parent_station": { - "data": null - }, - "zone": { + "agency": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "3516", - "links": { - "self": "/stops/3516" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=3516" + "id": "1", + "type": "agency" } }, - "parent_station": { - "data": null - }, - "zone": { + "line": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "line-Blue", + "type": "line" } } }, - "type": "stop" + "type": "route" }, { "attributes": { - "direction_id": 0, - "headsign": "Beverly" + "direction_id": 1, + "headsign": "Kenmore" }, - "id": "CR-660266-191", + "id": "66644319", "links": { - "self": "/trips/CR-660266-191" + "self": "/trips/66644319" }, "relationships": { "route": { "data": { - "id": "CR-Newburyport", + "id": "65", "type": "route" } }, "route_pattern": { "data": { - "id": "CR-Newburyport-9b0217f4-0", + "id": "65-_-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SPRING2024-NORTHWKD-Weekday-5-S9d378dcf", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "9810002", + "id": "650134", "type": "shape" } }, "stops": { "data": [ { - "id": "BNT-0000", + "id": "1026", "type": "stop" }, { - "id": "ER-0042-01", + "id": "919", "type": "stop" }, { - "id": "ER-0117-01", + "id": "1268", "type": "stop" }, { - "id": "ER-0128-01", + "id": "1269", "type": "stop" }, { - "id": "ER-0168-S", + "id": "1270", "type": "stop" }, { - "id": "ER-0183-02", - "type": "stop" - } - ] - } - }, - "type": "trip" - }, - { - "attributes": {}, - "id": "7834", - "links": { - "self": "/stops/7834" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=7834" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "4741", - "links": { - "self": "/stops/4741" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=4741" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "9070113", - "links": { - "self": "/stops/9070113" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=9070113" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": null - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "3376", - "links": { - "self": "/stops/3376" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=3376" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": { - "direction_id": 1, - "headsign": "South Station" - }, - "id": "CR-670286-828", - "links": { - "self": "/trips/CR-670286-828" - }, - "relationships": { - "route": { - "data": { - "id": "CR-Providence", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "CR-Providence-e903b16a-1", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "SPRING2024-SOUTHWKD-Weekday-1-Scbbf1ea5", - "type": "service" - } - }, - "shape": { - "data": { - "id": "9890008", - "type": "shape" - } - }, - "stops": { - "data": [ - { - "id": "NEC-1851-03", + "id": "1272", "type": "stop" }, { - "id": "NEC-1891-02", + "id": "1273", "type": "stop" }, { - "id": "NEC-1969-04", + "id": "1274", "type": "stop" }, { - "id": "NEC-2040-02", + "id": "1275", "type": "stop" }, { - "id": "NEC-2108-02", + "id": "1276", "type": "stop" }, { - "id": "NEC-2139-02", + "id": "1277", "type": "stop" }, { - "id": "NEC-2173-02", + "id": "1278", "type": "stop" }, { - "id": "NEC-2192-02", + "id": "1279", "type": "stop" }, { - "id": "NEC-2265-02", + "id": "1280", "type": "stop" }, { - "id": "NEC-2276-02", + "id": "1281", "type": "stop" }, { - "id": "NEC-2287", + "id": "1282", "type": "stop" - } - ] - } - }, - "type": "trip" - }, - { - "attributes": {}, - "id": "45330", - "links": { - "self": "/stops/45330" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=45330" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "6176", - "links": { - "self": "/stops/6176" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=6176" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "847", - "links": { - "self": "/stops/847" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=847" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": { - "direction_id": 1, - "headsign": "Kenmore" - }, - "id": "61394382", - "links": { - "self": "/trips/61394382" - }, - "relationships": { - "route": { - "data": { - "id": "57", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "57-4-1", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "SpringWeekday", - "type": "service" - } - }, - "shape": { - "data": { - "id": "570222", - "type": "shape" - } - }, - "stops": { - "data": [ + }, { - "id": "922", + "id": "1283", "type": "stop" }, { - "id": "924", + "id": "1555", "type": "stop" }, { - "id": "925", + "id": "1556", "type": "stop" }, { - "id": "926", + "id": "1557", "type": "stop" }, { - "id": "927", + "id": "1558", "type": "stop" }, { - "id": "928", + "id": "1559", "type": "stop" }, { - "id": "931", + "id": "1804", "type": "stop" }, { - "id": "933", + "id": "1805", "type": "stop" }, { - "id": "934", + "id": "1806", "type": "stop" }, { - "id": "937", + "id": "9441", "type": "stop" }, { - "id": "938", + "id": "1562", "type": "stop" }, { - "id": "939", + "id": "1563", "type": "stop" }, { - "id": "941", + "id": "1564", "type": "stop" }, { @@ -80698,201 +77228,53 @@ }, "type": "trip" }, - { - "attributes": {}, - "id": "70010", - "links": { - "self": "/stops/70010" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=70010" - } - }, - "parent_station": { - "data": { - "id": "place-rugg", - "type": "stop" - } - }, - "zone": { - "data": { - "id": "RapidTransit", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "8517", - "links": { - "self": "/stops/8517" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=8517" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "8809", - "links": { - "self": "/stops/8809" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=8809" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "586", - "links": { - "self": "/stops/586" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=586" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, { "attributes": { - "color": "008EAA", - "long_name": "Winthrop Ferry", - "short_name": "", - "sort_order": 30009, - "text_color": "FFFFFF" - }, - "id": "line-Boat-F6", - "links": { - "self": "/lines/line-Boat-F6" - }, - "type": "line" - }, - { - "attributes": {}, - "id": "412", - "links": { - "self": "/stops/412" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=412" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } + "color": "FFC72C", + "direction_destinations": [ + "Baker Street & Vermont Street", + "Forest Hills Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Baker Street & Vermont Street - Forest Hills Station", + "short_name": "37", + "sort_order": 50370, + "text_color": "000000", + "type": 3 }, - "type": "stop" - }, - { - "attributes": {}, - "id": "109884", + "id": "37", "links": { - "self": "/stops/109884" + "self": "/routes/37" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=109884" - } - }, - "parent_station": { - "data": null - }, - "zone": { + "agency": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "7194", - "links": { - "self": "/stops/7194" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=7194" + "id": "1", + "type": "agency" } }, - "parent_station": { - "data": null - }, - "zone": { + "line": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "line-37", + "type": "line" } } }, - "type": "stop" + "type": "route" }, { "attributes": {}, - "id": "1519", + "id": "3785", "links": { - "self": "/stops/1519" + "self": "/stops/3785" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1519" + "related": "/facilities/?filter[stop]=3785" } }, "parent_station": { @@ -80909,14 +77291,14 @@ }, { "attributes": {}, - "id": "785", + "id": "18595", "links": { - "self": "/stops/785" + "self": "/stops/18595" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=785" + "related": "/facilities/?filter[stop]=18595" } }, "parent_station": { @@ -80933,14 +77315,14 @@ }, { "attributes": {}, - "id": "81561", + "id": "6771", "links": { - "self": "/stops/81561" + "self": "/stops/6771" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=81561" + "related": "/facilities/?filter[stop]=6771" } }, "parent_station": { @@ -80957,14 +77339,14 @@ }, { "attributes": {}, - "id": "14731", + "id": "1530", "links": { - "self": "/stops/14731" + "self": "/stops/1530" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=14731" + "related": "/facilities/?filter[stop]=1530" } }, "parent_station": { @@ -80982,221 +77364,297 @@ { "attributes": { "direction_id": 0, - "headsign": "Wellington via Admiral's Hill & Market Basket" + "headsign": "North Woburn" }, - "id": "61869575", + "id": "66960247", "links": { - "self": "/trips/61869575" + "self": "/trips/66960247" }, "relationships": { "route": { "data": { - "id": "112", + "id": "134", "type": "route" } }, "route_pattern": { "data": { - "id": "112-_-0", + "id": "134-5-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "1120178", + "id": "1340406", "type": "shape" } }, "stops": { "data": [ { - "id": "5666", + "id": "52714", "type": "stop" }, { - "id": "5848", + "id": "9318", "type": "stop" }, { - "id": "5849", + "id": "9319", "type": "stop" }, { - "id": "5846", + "id": "9045", "type": "stop" }, { - "id": "5897", + "id": "9162", "type": "stop" }, { - "id": "5673", + "id": "9163", "type": "stop" }, { - "id": "5675", + "id": "9164", "type": "stop" }, { - "id": "5676", + "id": "49164", "type": "stop" }, { - "id": "5678", + "id": "49157", "type": "stop" }, { - "id": "5615", + "id": "49158", "type": "stop" }, { - "id": "56170", + "id": "9165", "type": "stop" }, { - "id": "5605", + "id": "9167", "type": "stop" }, { - "id": "5606", + "id": "9168", "type": "stop" }, { - "id": "5607", + "id": "9169", "type": "stop" }, { - "id": "5682", + "id": "9170", "type": "stop" }, { - "id": "5648", + "id": "9172", "type": "stop" }, { - "id": "15045", + "id": "5002", "type": "stop" }, { - "id": "15046", + "id": "15002", "type": "stop" }, { - "id": "15047", + "id": "5003", "type": "stop" }, { - "id": "15048", + "id": "5004", "type": "stop" }, { - "id": "15049", + "id": "5005", "type": "stop" }, { - "id": "15050", + "id": "5006", "type": "stop" }, { - "id": "25051", + "id": "9174", "type": "stop" }, { - "id": "15052", + "id": "9175", "type": "stop" }, { - "id": "15053", + "id": "9176", "type": "stop" }, { - "id": "5045", + "id": "9177", "type": "stop" }, { - "id": "5684", + "id": "9178", "type": "stop" }, { - "id": "5685", + "id": "8692", "type": "stop" }, { - "id": "5597", + "id": "9101", "type": "stop" }, { - "id": "15649", + "id": "9103", "type": "stop" }, { - "id": "15650", + "id": "9104", "type": "stop" }, { - "id": "15651", + "id": "9105", "type": "stop" }, { - "id": "5625", + "id": "9106", "type": "stop" }, { - "id": "15625", + "id": "9107", "type": "stop" }, { - "id": "5687", + "id": "9108", "type": "stop" }, { - "id": "5688", + "id": "9109", "type": "stop" }, { - "id": "5689", + "id": "9111", "type": "stop" }, { - "id": "5691", + "id": "9113", "type": "stop" }, { - "id": "5692", + "id": "9114", "type": "stop" }, { - "id": "5693", + "id": "9115", "type": "stop" }, { - "id": "5496", + "id": "9116", "type": "stop" }, { - "id": "5559", + "id": "9117", "type": "stop" }, { - "id": "5560", + "id": "9118", "type": "stop" }, { - "id": "5561", + "id": "9119", "type": "stop" }, { - "id": "6569", + "id": "9120", + "type": "stop" + }, + { + "id": "9121", + "type": "stop" + }, + { + "id": "9122", + "type": "stop" + }, + { + "id": "9123", + "type": "stop" + }, + { + "id": "9124", + "type": "stop" + }, + { + "id": "9127", + "type": "stop" + }, + { + "id": "9128", + "type": "stop" + }, + { + "id": "9129", + "type": "stop" + }, + { + "id": "9130", + "type": "stop" + }, + { + "id": "9131", + "type": "stop" + }, + { + "id": "9133", "type": "stop" }, { - "id": "5271", + "id": "9134", + "type": "stop" + }, + { + "id": "9135", + "type": "stop" + }, + { + "id": "9136", + "type": "stop" + }, + { + "id": "9137", + "type": "stop" + }, + { + "id": "9139", + "type": "stop" + }, + { + "id": "9140", + "type": "stop" + }, + { + "id": "9142", + "type": "stop" + }, + { + "id": "9143", + "type": "stop" + }, + { + "id": "9144", + "type": "stop" + }, + { + "id": "8852", "type": "stop" } ] @@ -81204,31 +77662,61 @@ }, "type": "trip" }, + { + "attributes": {}, + "id": "6216", + "links": { + "self": "/stops/6216" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=6216" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, { "attributes": { "color": "FFC72C", "direction_destinations": [ - "Forest Hills", - "Oak Grove" + "Harbor Point", + "Kenmore Station" ], "direction_names": [ - "South", - "North" + "Outbound", + "Inbound" ], - "long_name": "Jackson Square - Back Bay", - "short_name": "Orange Line Shuttle", - "sort_order": 60500, + "long_name": "Harbor Point - Kenmore Station", + "short_name": "8", + "sort_order": 50080, "text_color": "000000", "type": 3 }, - "id": "Shuttle-BackBayJackson", + "id": "8", "links": { - "self": "/routes/Shuttle-BackBayJackson" + "self": "/routes/8" }, "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, "line": { "data": { - "id": "line-Orange", + "id": "line-8", "type": "line" } } @@ -81237,14 +77725,14 @@ }, { "attributes": {}, - "id": "42820", + "id": "1519", "links": { - "self": "/stops/42820" + "self": "/stops/1519" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=42820" + "related": "/facilities/?filter[stop]=1519" } }, "parent_station": { @@ -81261,14 +77749,14 @@ }, { "attributes": {}, - "id": "18247", + "id": "8515", "links": { - "self": "/stops/18247" + "self": "/stops/8515" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=18247" + "related": "/facilities/?filter[stop]=8515" } }, "parent_station": { @@ -81285,14 +77773,14 @@ }, { "attributes": {}, - "id": "2172", + "id": "4039", "links": { - "self": "/stops/2172" + "self": "/stops/4039" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2172" + "related": "/facilities/?filter[stop]=4039" } }, "parent_station": { @@ -81309,14 +77797,14 @@ }, { "attributes": {}, - "id": "8500", + "id": "49919", "links": { - "self": "/stops/8500" + "self": "/stops/49919" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8500" + "related": "/facilities/?filter[stop]=49919" } }, "parent_station": { @@ -81332,108 +77820,42 @@ "type": "stop" }, { - "attributes": { - "direction_id": 1, - "headsign": "Lechmere" - }, - "id": "61849584", + "attributes": {}, + "id": "WR-0329-02", "links": { - "self": "/trips/61849584" + "self": "/stops/WR-0329-02" }, "relationships": { - "route": { - "data": { - "id": "69", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "69-1-1", - "type": "route_pattern" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=WR-0329-02" } }, - "service": { + "parent_station": { "data": { - "id": "SpringWeekday", - "type": "service" + "id": "place-WR-0329", + "type": "stop" } }, - "shape": { + "zone": { "data": { - "id": "690128", - "type": "shape" + "id": "CR-zone-7", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "1401", - "type": "stop" - }, - { - "id": "1402", - "type": "stop" - }, - { - "id": "1403", - "type": "stop" - }, - { - "id": "14031", - "type": "stop" - }, - { - "id": "1404", - "type": "stop" - }, - { - "id": "1405", - "type": "stop" - }, - { - "id": "1406", - "type": "stop" - }, - { - "id": "11408", - "type": "stop" - }, - { - "id": "1409", - "type": "stop" - }, - { - "id": "11410", - "type": "stop" - }, - { - "id": "1411", - "type": "stop" - }, - { - "id": "1413", - "type": "stop" - }, - { - "id": "70500", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "5842", + "id": "48336", "links": { - "self": "/stops/5842" + "self": "/stops/48336" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5842" + "related": "/facilities/?filter[stop]=48336" } }, "parent_station": { @@ -81450,14 +77872,14 @@ }, { "attributes": {}, - "id": "82011", + "id": "8249", "links": { - "self": "/stops/82011" + "self": "/stops/8249" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=82011" + "related": "/facilities/?filter[stop]=8249" } }, "parent_station": { @@ -81474,14 +77896,14 @@ }, { "attributes": {}, - "id": "7132", + "id": "295", "links": { - "self": "/stops/7132" + "self": "/stops/295" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7132" + "related": "/facilities/?filter[stop]=295" } }, "parent_station": { @@ -81498,14 +77920,14 @@ }, { "attributes": {}, - "id": "2864", + "id": "153", "links": { - "self": "/stops/2864" + "self": "/stops/153" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2864" + "related": "/facilities/?filter[stop]=153" } }, "parent_station": { @@ -81522,14 +77944,14 @@ }, { "attributes": {}, - "id": "2278", + "id": "298", "links": { - "self": "/stops/2278" + "self": "/stops/298" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2278" + "related": "/facilities/?filter[stop]=298" } }, "parent_station": { @@ -81546,14 +77968,14 @@ }, { "attributes": {}, - "id": "39689", + "id": "5525", "links": { - "self": "/stops/39689" + "self": "/stops/5525" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=39689" + "related": "/facilities/?filter[stop]=5525" } }, "parent_station": { @@ -81569,128 +77991,111 @@ "type": "stop" }, { - "attributes": { - "direction_id": 1, - "headsign": "Sullivan" - }, - "id": "61869296", + "attributes": {}, + "id": "7654", "links": { - "self": "/trips/61869296" + "self": "/stops/7654" }, "relationships": { - "route": { - "data": { - "id": "89", - "type": "route" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=7654" } }, - "route_pattern": { - "data": { - "id": "89-2-1", - "type": "route_pattern" - } + "parent_station": { + "data": null }, - "service": { + "zone": { "data": { - "id": "SpringWeekday", - "type": "service" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "1250", + "links": { + "self": "/stops/1250" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=1250" } }, - "shape": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "890189", - "type": "shape" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "13821", + "links": { + "self": "/stops/13821" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=13821" } }, - "stops": { - "data": [ - { - "id": "5104", - "type": "stop" - }, - { - "id": "5019", - "type": "stop" - }, - { - "id": "2695", - "type": "stop" - }, - { - "id": "2696", - "type": "stop" - }, - { - "id": "2697", - "type": "stop" - }, - { - "id": "2698", - "type": "stop" - }, - { - "id": "2699", - "type": "stop" - }, - { - "id": "2700", - "type": "stop" - }, - { - "id": "2702", - "type": "stop" - }, - { - "id": "2703", - "type": "stop" - }, - { - "id": "2704", - "type": "stop" - }, - { - "id": "2706", - "type": "stop" - }, - { - "id": "2707", - "type": "stop" - }, - { - "id": "2710", - "type": "stop" - }, - { - "id": "2711", - "type": "stop" - }, - { - "id": "2713", - "type": "stop" - }, - { - "id": "2714", - "type": "stop" - }, - { - "id": "29001", - "type": "stop" - } - ] + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "4392", + "id": "9215", "links": { - "self": "/stops/4392" + "self": "/stops/9215" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4392" + "related": "/facilities/?filter[stop]=9215" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "2121", + "links": { + "self": "/stops/2121" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=2121" } }, "parent_station": { @@ -81709,24 +78114,30 @@ "attributes": { "color": "FFC72C", "direction_destinations": [ - "Braintree", + "Ashmont/Braintree", "Alewife" ], "direction_names": [ "South", "North" ], - "long_name": "Braintree - Broadway", + "long_name": "Harvard - JFK/UMass via State Street", "short_name": "Red Line Shuttle", - "sort_order": 61035, + "sort_order": 61961, "text_color": "000000", "type": 3 }, - "id": "Shuttle-BraintreeBroadway", + "id": "Shuttle-HarvardJFKOmitCongress", "links": { - "self": "/routes/Shuttle-BraintreeBroadway" + "self": "/routes/Shuttle-HarvardJFKOmitCongress" }, "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, "line": { "data": { "id": "line-Red", @@ -81738,14 +78149,14 @@ }, { "attributes": {}, - "id": "509", + "id": "45378", "links": { - "self": "/stops/509" + "self": "/stops/45378" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=509" + "related": "/facilities/?filter[stop]=45378" } }, "parent_station": { @@ -81761,216 +78172,39 @@ "type": "stop" }, { - "attributes": { - "direction_id": 1, - "headsign": "Townsend & Humboldt" - }, - "id": "62146037", + "attributes": {}, + "id": "8520", "links": { - "self": "/trips/62146037" + "self": "/stops/8520" }, "relationships": { - "route": { - "data": { - "id": "32", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "32-9-1", - "type": "route_pattern" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=8520" } }, - "service": { - "data": { - "id": "SpringWeekday", - "type": "service" - } + "parent_station": { + "data": null }, - "shape": { + "zone": { "data": { - "id": "320290", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "42819", - "type": "stop" - }, - { - "id": "16466", - "type": "stop" - }, - { - "id": "26467", - "type": "stop" - }, - { - "id": "46467", - "type": "stop" - }, - { - "id": "56567", - "type": "stop" - }, - { - "id": "75467", - "type": "stop" - }, - { - "id": "26466", - "type": "stop" - }, - { - "id": "36466", - "type": "stop" - }, - { - "id": "6466", - "type": "stop" - }, - { - "id": "6467", - "type": "stop" - }, - { - "id": "6468", - "type": "stop" - }, - { - "id": "6470", - "type": "stop" - }, - { - "id": "6471", - "type": "stop" - }, - { - "id": "6472", - "type": "stop" - }, - { - "id": "6473", - "type": "stop" - }, - { - "id": "6474", - "type": "stop" - }, - { - "id": "6476", - "type": "stop" - }, - { - "id": "6478", - "type": "stop" - }, - { - "id": "6479", - "type": "stop" - }, - { - "id": "6480", - "type": "stop" - }, - { - "id": "16479", - "type": "stop" - }, - { - "id": "36479", - "type": "stop" - }, - { - "id": "56479", - "type": "stop" - }, - { - "id": "76479", - "type": "stop" - }, - { - "id": "875", - "type": "stop" - }, - { - "id": "520", - "type": "stop" - }, - { - "id": "522", - "type": "stop" - }, - { - "id": "10522", - "type": "stop" - }, - { - "id": "2922", - "type": "stop" - }, - { - "id": "383", - "type": "stop" - }, - { - "id": "9448", - "type": "stop" - }, - { - "id": "1739", - "type": "stop" - }, - { - "id": "1740", - "type": "stop" - }, - { - "id": "1325", - "type": "stop" - }, - { - "id": "1326", - "type": "stop" - }, - { - "id": "1327", - "type": "stop" - }, - { - "id": "1328", - "type": "stop" - }, - { - "id": "1330", - "type": "stop" - }, - { - "id": "1331", - "type": "stop" - }, - { - "id": "1332", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "4315", + "id": "5581", "links": { - "self": "/stops/4315" + "self": "/stops/5581" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4315" + "related": "/facilities/?filter[stop]=5581" } }, "parent_station": { @@ -81987,14 +78221,14 @@ }, { "attributes": {}, - "id": "4832", + "id": "425", "links": { - "self": "/stops/4832" + "self": "/stops/425" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4832" + "related": "/facilities/?filter[stop]=425" } }, "parent_station": { @@ -82010,46 +78244,39 @@ "type": "stop" }, { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Mattapan", - "Ashmont" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Mattapan - Ashmont", - "short_name": "Mattapan Line Shuttle", - "sort_order": 60350, - "text_color": "000000", - "type": 3 - }, - "id": "Shuttle-AshmontMattapan", + "attributes": {}, + "id": "3068", "links": { - "self": "/routes/Shuttle-AshmontMattapan" + "self": "/stops/3068" }, "relationships": { - "line": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=3068" + } + }, + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "line-Mattapan", - "type": "line" + "id": "LocalBus", + "type": "zone" } } }, - "type": "route" + "type": "stop" }, { "attributes": {}, - "id": "2478", + "id": "473", "links": { - "self": "/stops/2478" + "self": "/stops/473" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2478" + "related": "/facilities/?filter[stop]=473" } }, "parent_station": { @@ -82067,53 +78294,81 @@ { "attributes": { "direction_id": 0, - "headsign": "Winthrop Landing via Seaport/Fan Pier & Quincy" + "headsign": "Wickford Junction" }, - "id": "Boat-F6-1630-Aquarium-BWN-01-Weekday-Summer-24", + "id": "SouthWKDYF24-697822-823", "links": { - "self": "/trips/Boat-F6-1630-Aquarium-BWN-01-Weekday-Summer-24" + "self": "/trips/SouthWKDYF24-697822-823" }, "relationships": { "route": { "data": { - "id": "Boat-F6", + "id": "CR-Providence", "type": "route" } }, "route_pattern": { "data": { - "id": "Boat-F6-2-0", + "id": "CR-Providence-49a464e3-0", "type": "route_pattern" } }, "service": { "data": { - "id": "Boat-F6-Weekday-Summer-24", + "id": "FALL 2024-SOUTHWKD-Weekday-1-Scbbf1ea5", "type": "service" } }, "shape": { "data": { - "id": "CentralWharfToFanPierToQuincyToWinthrop-F", + "id": "9890009", "type": "shape" } }, "stops": { "data": [ { - "id": "Boat-Aquarium", + "id": "NEC-2287", "type": "stop" }, { - "id": "Boat-Fan", + "id": "NEC-2276-01", "type": "stop" }, { - "id": "Boat-Quincy", + "id": "NEC-2265-01", "type": "stop" }, { - "id": "Boat-Winthrop", + "id": "NEC-2108-01", + "type": "stop" + }, + { + "id": "NEC-2040-01", + "type": "stop" + }, + { + "id": "NEC-1969-03", + "type": "stop" + }, + { + "id": "NEC-1919-01", + "type": "stop" + }, + { + "id": "NEC-1891-01", + "type": "stop" + }, + { + "id": "NEC-1851-03", + "type": "stop" + }, + { + "id": "NEC-1768-03", + "type": "stop" + }, + { + "id": "NEC-1659-03", "type": "stop" } ] @@ -82123,14 +78378,14 @@ }, { "attributes": {}, - "id": "424", + "id": "7560", "links": { - "self": "/stops/424" + "self": "/stops/7560" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=424" + "related": "/facilities/?filter[stop]=7560" } }, "parent_station": { @@ -82147,14 +78402,14 @@ }, { "attributes": {}, - "id": "3997", + "id": "1732", "links": { - "self": "/stops/3997" + "self": "/stops/1732" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3997" + "related": "/facilities/?filter[stop]=1732" } }, "parent_station": { @@ -82170,39 +78425,52 @@ "type": "stop" }, { - "attributes": {}, - "id": "2373", + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Reading Depot", + "Malden Center Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Reading Depot - Malden Center Station", + "short_name": "137", + "sort_order": 51370, + "text_color": "000000", + "type": 3 + }, + "id": "137", "links": { - "self": "/stops/2373" + "self": "/routes/137" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=2373" + "agency": { + "data": { + "id": "1", + "type": "agency" } }, - "parent_station": { - "data": null - }, - "zone": { + "line": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "line-136137", + "type": "line" } } }, - "type": "stop" + "type": "route" }, { "attributes": {}, - "id": "5366", + "id": "49828", "links": { - "self": "/stops/5366" + "self": "/stops/49828" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5366" + "related": "/facilities/?filter[stop]=49828" } }, "parent_station": { @@ -82219,14 +78487,14 @@ }, { "attributes": {}, - "id": "9118", + "id": "8514", "links": { - "self": "/stops/9118" + "self": "/stops/8514" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9118" + "related": "/facilities/?filter[stop]=8514" } }, "parent_station": { @@ -82243,14 +78511,14 @@ }, { "attributes": {}, - "id": "2846", + "id": "7266", "links": { - "self": "/stops/2846" + "self": "/stops/7266" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2846" + "related": "/facilities/?filter[stop]=7266" } }, "parent_station": { @@ -82267,25 +78535,22 @@ }, { "attributes": {}, - "id": "70231", + "id": "1445", "links": { - "self": "/stops/70231" + "self": "/stops/1445" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70231" + "related": "/facilities/?filter[stop]=1445" } }, "parent_station": { - "data": { - "id": "place-tapst", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } @@ -82294,14 +78559,14 @@ }, { "attributes": {}, - "id": "5715", + "id": "61866", "links": { - "self": "/stops/5715" + "self": "/stops/61866" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5715" + "related": "/facilities/?filter[stop]=61866" } }, "parent_station": { @@ -82318,14 +78583,14 @@ }, { "attributes": {}, - "id": "3523", + "id": "21", "links": { - "self": "/stops/3523" + "self": "/stops/21" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3523" + "related": "/facilities/?filter[stop]=21" } }, "parent_station": { @@ -82342,14 +78607,14 @@ }, { "attributes": {}, - "id": "7446", + "id": "2677", "links": { - "self": "/stops/7446" + "self": "/stops/2677" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7446" + "related": "/facilities/?filter[stop]=2677" } }, "parent_station": { @@ -82366,14 +78631,14 @@ }, { "attributes": {}, - "id": "3394", + "id": "5015", "links": { - "self": "/stops/3394" + "self": "/stops/5015" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3394" + "related": "/facilities/?filter[stop]=5015" } }, "parent_station": { @@ -82390,35 +78655,14 @@ }, { "attributes": {}, - "id": "9070071", - "links": { - "self": "/stops/9070071" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=9070071" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": null - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "5075", + "id": "470", "links": { - "self": "/stops/5075" + "self": "/stops/470" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5075" + "related": "/facilities/?filter[stop]=470" } }, "parent_station": { @@ -82435,14 +78679,14 @@ }, { "attributes": {}, - "id": "77376", + "id": "5475", "links": { - "self": "/stops/77376" + "self": "/stops/5475" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=77376" + "related": "/facilities/?filter[stop]=5475" } }, "parent_station": { @@ -82459,14 +78703,14 @@ }, { "attributes": {}, - "id": "832", + "id": "387", "links": { - "self": "/stops/832" + "self": "/stops/387" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=832" + "related": "/facilities/?filter[stop]=387" } }, "parent_station": { @@ -82484,69 +78728,133 @@ { "attributes": { "direction_id": 1, - "headsign": "Medford/Tufts (Shuttle)" + "headsign": "Nubian" }, - "id": "GreenENorthStationMedford-1-sample", + "id": "66645078", "links": { - "self": "/trips/GreenENorthStationMedford-1-sample" + "self": "/trips/66645078" }, "relationships": { "route": { "data": { - "id": "Shuttle-MedfordNorthStation", + "id": "1", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-MedfordNorthStation-0-1", + "id": "1-_-1", "type": "route_pattern" } }, "service": { "data": { - "id": "canonical", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "NorthStationToMedford-S", + "id": "010140", "type": "shape" } }, "stops": { "data": [ { - "id": "9070090", + "id": "110", "type": "stop" }, { - "id": "9070091", + "id": "66", "type": "stop" }, { - "id": "70500", + "id": "67", "type": "stop" }, { - "id": "2659", + "id": "68", "type": "stop" }, { - "id": "2398", + "id": "69", "type": "stop" }, { - "id": "2404", + "id": "71", "type": "stop" }, { - "id": "9070509", + "id": "72", "type": "stop" }, { - "id": "2379", + "id": "73", + "type": "stop" + }, + { + "id": "74", + "type": "stop" + }, + { + "id": "75", + "type": "stop" + }, + { + "id": "77", + "type": "stop" + }, + { + "id": "79", + "type": "stop" + }, + { + "id": "80", + "type": "stop" + }, + { + "id": "82", + "type": "stop" + }, + { + "id": "187", + "type": "stop" + }, + { + "id": "84", + "type": "stop" + }, + { + "id": "59", + "type": "stop" + }, + { + "id": "854", + "type": "stop" + }, + { + "id": "856", + "type": "stop" + }, + { + "id": "10100", + "type": "stop" + }, + { + "id": "10101", + "type": "stop" + }, + { + "id": "62", + "type": "stop" + }, + { + "id": "63", + "type": "stop" + }, + { + "id": "64", "type": "stop" } ] @@ -82556,14 +78864,14 @@ }, { "attributes": {}, - "id": "5461", + "id": "3515", "links": { - "self": "/stops/5461" + "self": "/stops/3515" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5461" + "related": "/facilities/?filter[stop]=3515" } }, "parent_station": { @@ -82579,39 +78887,88 @@ "type": "stop" }, { - "attributes": {}, - "id": "66500", + "attributes": { + "direction_id": 1, + "headsign": "Swampscott" + }, + "id": "MysticMaffa-717707-1158", "links": { - "self": "/stops/66500" + "self": "/trips/MysticMaffa-717707-1158" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=66500" + "route": { + "data": { + "id": "CR-Newburyport", + "type": "route" } }, - "parent_station": { - "data": null + "route_pattern": { + "data": { + "id": "CR-Newburyport-a9239670-1", + "type": "route_pattern" + } }, - "zone": { + "service": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "Fall/WinterSaturday", + "type": "service" + } + }, + "shape": { + "data": { + "id": "9810001", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "ER-0362-01", + "type": "stop" + }, + { + "id": "ER-0312-S", + "type": "stop" + }, + { + "id": "ER-0276-S", + "type": "stop" + }, + { + "id": "ER-0227-S", + "type": "stop" + }, + { + "id": "ER-0208-02", + "type": "stop" + }, + { + "id": "ER-0183-02", + "type": "stop" + }, + { + "id": "ER-0168-S", + "type": "stop" + }, + { + "id": "ER-0128-02", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "28743", + "id": "7634", "links": { - "self": "/stops/28743" + "self": "/stops/7634" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=28743" + "related": "/facilities/?filter[stop]=7634" } }, "parent_station": { @@ -82628,14 +78985,14 @@ }, { "attributes": {}, - "id": "1816", + "id": "8317", "links": { - "self": "/stops/1816" + "self": "/stops/8317" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1816" + "related": "/facilities/?filter[stop]=8317" } }, "parent_station": { @@ -82652,14 +79009,14 @@ }, { "attributes": {}, - "id": "121008", + "id": "2108", "links": { - "self": "/stops/121008" + "self": "/stops/2108" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=121008" + "related": "/facilities/?filter[stop]=2108" } }, "parent_station": { @@ -82674,16 +79031,53 @@ }, "type": "stop" }, + { + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Wachusett", + "Shirley" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Wachusett - Shirley", + "short_name": "Fitchburg Line Shuttle", + "sort_order": 62460, + "text_color": "000000", + "type": 3 + }, + "id": "Shuttle-ShirleyWachusett", + "links": { + "self": "/routes/Shuttle-ShirleyWachusett" + }, + "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, + "line": { + "data": { + "id": "line-Fitchburg", + "type": "line" + } + } + }, + "type": "route" + }, { "attributes": {}, - "id": "51317", + "id": "4578", "links": { - "self": "/stops/51317" + "self": "/stops/4578" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=51317" + "related": "/facilities/?filter[stop]=4578" } }, "parent_station": { @@ -82700,14 +79094,14 @@ }, { "attributes": {}, - "id": "6251", + "id": "4155", "links": { - "self": "/stops/6251" + "self": "/stops/4155" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6251" + "related": "/facilities/?filter[stop]=4155" } }, "parent_station": { @@ -82724,14 +79118,14 @@ }, { "attributes": {}, - "id": "3032", + "id": "856", "links": { - "self": "/stops/3032" + "self": "/stops/856" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3032" + "related": "/facilities/?filter[stop]=856" } }, "parent_station": { @@ -82746,16 +79140,30 @@ }, "type": "stop" }, + { + "attributes": { + "color": "FFC72C", + "long_name": "Oak Square or Harvard - University Park or Kendall/MIT", + "short_name": "64/68", + "sort_order": 50640, + "text_color": "000000" + }, + "id": "line-6468", + "links": { + "self": "/lines/line-6468" + }, + "type": "line" + }, { "attributes": {}, - "id": "50021", + "id": "8208", "links": { - "self": "/stops/50021" + "self": "/stops/8208" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=50021" + "related": "/facilities/?filter[stop]=8208" } }, "parent_station": { @@ -82772,14 +79180,14 @@ }, { "attributes": {}, - "id": "1750", + "id": "9185", "links": { - "self": "/stops/1750" + "self": "/stops/9185" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1750" + "related": "/facilities/?filter[stop]=9185" } }, "parent_station": { @@ -82796,14 +79204,14 @@ }, { "attributes": {}, - "id": "2849", + "id": "61872", "links": { - "self": "/stops/2849" + "self": "/stops/61872" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2849" + "related": "/facilities/?filter[stop]=61872" } }, "parent_station": { @@ -82820,14 +79228,14 @@ }, { "attributes": {}, - "id": "563", + "id": "11792", "links": { - "self": "/stops/563" + "self": "/stops/11792" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=563" + "related": "/facilities/?filter[stop]=11792" } }, "parent_station": { @@ -82844,123 +79252,51 @@ }, { "attributes": { - "direction_id": 0, - "headsign": "Wachusett" + "color": "FFC72C", + "direction_destinations": [ + "Boston College", + "Government Center" + ], + "direction_names": [ + "West", + "East" + ], + "long_name": "Boston College - Babcock Street", + "short_name": "Green Line B Shuttle", + "sort_order": 60450, + "text_color": "000000", + "type": 3 }, - "id": "canonical-CR-Fitchburg-C1-0", + "id": "Shuttle-BabcockBostonCollege", "links": { - "self": "/trips/canonical-CR-Fitchburg-C1-0" + "self": "/routes/Shuttle-BabcockBostonCollege" }, "relationships": { - "route": { - "data": { - "id": "CR-Fitchburg", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "CR-Fitchburg-2a5f6366-0", - "type": "route_pattern" - } - }, - "service": { + "agency": { "data": { - "id": "canonical", - "type": "service" + "id": "1", + "type": "agency" } }, - "shape": { + "line": { "data": { - "id": "canonical-9840004", - "type": "shape" + "id": "line-Green", + "type": "line" } - }, - "stops": { - "data": [ - { - "id": "BNT-0000", - "type": "stop" - }, - { - "id": "FR-0034-01", - "type": "stop" - }, - { - "id": "FR-0064-01", - "type": "stop" - }, - { - "id": "FR-0074-01", - "type": "stop" - }, - { - "id": "FR-0098-01", - "type": "stop" - }, - { - "id": "FR-0115-01", - "type": "stop" - }, - { - "id": "FR-0132-01", - "type": "stop" - }, - { - "id": "FR-0167-01", - "type": "stop" - }, - { - "id": "FR-0201-01", - "type": "stop" - }, - { - "id": "FR-0219-01", - "type": "stop" - }, - { - "id": "FR-0253-01", - "type": "stop" - }, - { - "id": "FR-0301-01", - "type": "stop" - }, - { - "id": "FR-0361-01", - "type": "stop" - }, - { - "id": "FR-0394-01", - "type": "stop" - }, - { - "id": "FR-0451-01", - "type": "stop" - }, - { - "id": "FR-0494-CS", - "type": "stop" - }, - { - "id": "FR-3338-CS", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "route" }, { "attributes": {}, - "id": "457", + "id": "3372", "links": { - "self": "/stops/457" + "self": "/stops/3372" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=457" + "related": "/facilities/?filter[stop]=3372" } }, "parent_station": { @@ -82977,22 +79313,25 @@ }, { "attributes": {}, - "id": "3121", + "id": "70011", "links": { - "self": "/stops/3121" + "self": "/stops/70011" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3121" + "related": "/facilities/?filter[stop]=70011" } }, "parent_station": { - "data": null + "data": { + "id": "place-rugg", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -83001,14 +79340,14 @@ }, { "attributes": {}, - "id": "1398", + "id": "7913", "links": { - "self": "/stops/1398" + "self": "/stops/7913" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1398" + "related": "/facilities/?filter[stop]=7913" } }, "parent_station": { @@ -83016,7 +79355,7 @@ }, "zone": { "data": { - "id": "ExpressBus-Downtown", + "id": "LocalBus", "type": "zone" } } @@ -83025,25 +79364,22 @@ }, { "attributes": {}, - "id": "70061", + "id": "6181", "links": { - "self": "/stops/70061" + "self": "/stops/6181" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70061" + "related": "/facilities/?filter[stop]=6181" } }, "parent_station": { - "data": { - "id": "place-alfcl", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } @@ -83052,14 +79388,14 @@ }, { "attributes": {}, - "id": "111258", + "id": "5389", "links": { - "self": "/stops/111258" + "self": "/stops/5389" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=111258" + "related": "/facilities/?filter[stop]=5389" } }, "parent_station": { @@ -83076,14 +79412,14 @@ }, { "attributes": {}, - "id": "6709", + "id": "4465", "links": { - "self": "/stops/6709" + "self": "/stops/4465" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6709" + "related": "/facilities/?filter[stop]=4465" } }, "parent_station": { @@ -83100,14 +79436,14 @@ }, { "attributes": {}, - "id": "5605", + "id": "2733", "links": { - "self": "/stops/5605" + "self": "/stops/2733" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5605" + "related": "/facilities/?filter[stop]=2733" } }, "parent_station": { @@ -83124,14 +79460,14 @@ }, { "attributes": {}, - "id": "8599", + "id": "4087", "links": { - "self": "/stops/8599" + "self": "/stops/4087" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8599" + "related": "/facilities/?filter[stop]=4087" } }, "parent_station": { @@ -83148,14 +79484,38 @@ }, { "attributes": {}, - "id": "9061", + "id": "FR-0494-B", "links": { - "self": "/stops/9061" + "self": "/stops/FR-0494-B" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9061" + "related": "/facilities/?filter[stop]=FR-0494-B" + } + }, + "parent_station": { + "data": { + "id": "place-FR-0494", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "24484", + "links": { + "self": "/stops/24484" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=24484" } }, "parent_station": { @@ -83170,16 +79530,129 @@ }, "type": "stop" }, + { + "attributes": { + "direction_id": 0, + "headsign": "Braintree" + }, + "id": "canonical-Red-C1-0", + "links": { + "self": "/trips/canonical-Red-C1-0" + }, + "relationships": { + "route": { + "data": { + "id": "Red", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "Red-3-0", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "canonical", + "type": "service" + } + }, + "shape": { + "data": { + "id": "canonical-933_0009", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "70061", + "type": "stop" + }, + { + "id": "70063", + "type": "stop" + }, + { + "id": "70065", + "type": "stop" + }, + { + "id": "70067", + "type": "stop" + }, + { + "id": "70069", + "type": "stop" + }, + { + "id": "70071", + "type": "stop" + }, + { + "id": "70073", + "type": "stop" + }, + { + "id": "70075", + "type": "stop" + }, + { + "id": "70077", + "type": "stop" + }, + { + "id": "70079", + "type": "stop" + }, + { + "id": "70081", + "type": "stop" + }, + { + "id": "70083", + "type": "stop" + }, + { + "id": "70095", + "type": "stop" + }, + { + "id": "70097", + "type": "stop" + }, + { + "id": "70099", + "type": "stop" + }, + { + "id": "70101", + "type": "stop" + }, + { + "id": "70103", + "type": "stop" + }, + { + "id": "70105", + "type": "stop" + } + ] + } + }, + "type": "trip" + }, { "attributes": {}, - "id": "7309", + "id": "7699", "links": { - "self": "/stops/7309" + "self": "/stops/7699" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7309" + "related": "/facilities/?filter[stop]=7699" } }, "parent_station": { @@ -83196,14 +79669,14 @@ }, { "attributes": {}, - "id": "44762", + "id": "12860", "links": { - "self": "/stops/44762" + "self": "/stops/12860" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=44762" + "related": "/facilities/?filter[stop]=12860" } }, "parent_station": { @@ -83220,14 +79693,14 @@ }, { "attributes": {}, - "id": "14331", + "id": "5364", "links": { - "self": "/stops/14331" + "self": "/stops/5364" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=14331" + "related": "/facilities/?filter[stop]=5364" } }, "parent_station": { @@ -83244,14 +79717,14 @@ }, { "attributes": {}, - "id": "5919", + "id": "2161", "links": { - "self": "/stops/5919" + "self": "/stops/2161" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5919" + "related": "/facilities/?filter[stop]=2161" } }, "parent_station": { @@ -83266,16 +79739,114 @@ }, "type": "stop" }, + { + "attributes": { + "direction_id": 1, + "headsign": "Back Bay (Shuttle)" + }, + "id": "BostonUniversityEastGovernmentCenterBackBay-1-sample", + "links": { + "self": "/trips/BostonUniversityEastGovernmentCenterBackBay-1-sample" + }, + "relationships": { + "route": { + "data": { + "id": "Shuttle-BackBayBostonUniversityEast", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "Shuttle-BackBayBostonUniversityEast-0-1", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "canonical", + "type": "service" + } + }, + "shape": { + "data": { + "id": "BostonUniversityEastToBackBay-S", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "939", + "type": "stop" + }, + { + "id": "941", + "type": "stop" + }, + { + "id": "9070150", + "type": "stop" + }, + { + "id": "9070152", + "type": "stop" + }, + { + "id": "175", + "type": "stop" + } + ] + } + }, + "type": "trip" + }, + { + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Kingston", + "South Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Kingston - Halifax", + "short_name": "Kingston Line Shuttle", + "sort_order": 61959, + "text_color": "000000", + "type": 3 + }, + "id": "Shuttle-HalifaxKingston", + "links": { + "self": "/routes/Shuttle-HalifaxKingston" + }, + "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, + "line": { + "data": { + "id": "line-Kingston", + "type": "line" + } + } + }, + "type": "route" + }, { "attributes": {}, - "id": "291", + "id": "4456", "links": { - "self": "/stops/291" + "self": "/stops/4456" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=291" + "related": "/facilities/?filter[stop]=4456" } }, "parent_station": { @@ -83292,14 +79863,14 @@ }, { "attributes": {}, - "id": "4951", + "id": "86459", "links": { - "self": "/stops/4951" + "self": "/stops/86459" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4951" + "related": "/facilities/?filter[stop]=86459" } }, "parent_station": { @@ -83316,14 +79887,14 @@ }, { "attributes": {}, - "id": "3830", + "id": "2681", "links": { - "self": "/stops/3830" + "self": "/stops/2681" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3830" + "related": "/facilities/?filter[stop]=2681" } }, "parent_station": { @@ -83340,14 +79911,14 @@ }, { "attributes": {}, - "id": "7134", + "id": "56500", "links": { - "self": "/stops/7134" + "self": "/stops/56500" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7134" + "related": "/facilities/?filter[stop]=56500" } }, "parent_station": { @@ -83364,25 +79935,22 @@ }, { "attributes": {}, - "id": "70090", + "id": "15351", "links": { - "self": "/stops/70090" + "self": "/stops/15351" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70090" + "related": "/facilities/?filter[stop]=15351" } }, "parent_station": { - "data": { - "id": "place-fldcr", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } @@ -83391,14 +79959,14 @@ }, { "attributes": {}, - "id": "1681", + "id": "9200", "links": { - "self": "/stops/1681" + "self": "/stops/9200" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1681" + "related": "/facilities/?filter[stop]=9200" } }, "parent_station": { @@ -83415,14 +79983,14 @@ }, { "attributes": {}, - "id": "111815", + "id": "3393", "links": { - "self": "/stops/111815" + "self": "/stops/3393" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=111815" + "related": "/facilities/?filter[stop]=3393" } }, "parent_station": { @@ -83439,14 +80007,14 @@ }, { "attributes": {}, - "id": "1555", + "id": "133", "links": { - "self": "/stops/1555" + "self": "/stops/133" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1555" + "related": "/facilities/?filter[stop]=133" } }, "parent_station": { @@ -83461,16 +80029,30 @@ }, "type": "stop" }, + { + "attributes": { + "color": "FFC72C", + "long_name": "Malden Center - Wellington", + "short_name": "97", + "sort_order": 50970, + "text_color": "000000" + }, + "id": "line-97", + "links": { + "self": "/lines/line-97" + }, + "type": "line" + }, { "attributes": {}, - "id": "7140", + "id": "18581", "links": { - "self": "/stops/7140" + "self": "/stops/18581" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7140" + "related": "/facilities/?filter[stop]=18581" } }, "parent_station": { @@ -83487,14 +80069,14 @@ }, { "attributes": {}, - "id": "34619", + "id": "2743", "links": { - "self": "/stops/34619" + "self": "/stops/2743" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=34619" + "related": "/facilities/?filter[stop]=2743" } }, "parent_station": { @@ -83511,14 +80093,14 @@ }, { "attributes": {}, - "id": "4928", + "id": "8501", "links": { - "self": "/stops/4928" + "self": "/stops/8501" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4928" + "related": "/facilities/?filter[stop]=8501" } }, "parent_station": { @@ -83533,30 +80115,16 @@ }, "type": "stop" }, - { - "attributes": { - "color": "FFC72C", - "long_name": "North Burlington - Alewife", - "short_name": "350/351", - "sort_order": 53500, - "text_color": "000000" - }, - "id": "line-350351", - "links": { - "self": "/lines/line-350351" - }, - "type": "line" - }, { "attributes": {}, - "id": "12231", + "id": "9122", "links": { - "self": "/stops/12231" + "self": "/stops/9122" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=12231" + "related": "/facilities/?filter[stop]=9122" } }, "parent_station": { @@ -83573,252 +80141,306 @@ }, { "attributes": {}, - "id": "9070151", + "id": "2475", "links": { - "self": "/stops/9070151" + "self": "/stops/2475" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9070151" + "related": "/facilities/?filter[stop]=2475" } }, "parent_station": { "data": null }, "zone": { - "data": null + "data": { + "id": "LocalBus", + "type": "zone" + } } }, "type": "stop" }, { "attributes": { - "direction_id": 0, - "headsign": "Woodland via Riverside (Express shuttle)" + "direction_id": 1, + "headsign": "Central Square via Square One Mall" }, - "id": "CopleyWoodlandViaRiversideExpressCR-0-sample", + "id": "67202555", "links": { - "self": "/trips/CopleyWoodlandViaRiversideExpressCR-0-sample" + "self": "/trips/67202555" }, "relationships": { "route": { "data": { - "id": "Shuttle-CopleyWoodlandLimited", + "id": "429", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-CopleyWoodlandLimited-0-0", + "id": "429-2-1", "type": "route_pattern" } }, "service": { "data": { - "id": "canonical", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "CopleyToWoodlandViaRiversideLimited-S", + "id": "4290262", "type": "shape" } }, "stops": { "data": [ { - "id": "178", + "id": "6267", "type": "stop" }, { - "id": "38155", + "id": "7415", "type": "stop" }, { - "id": "9070162", + "id": "7417", "type": "stop" - } - ] - } - }, - "type": "trip" - }, - { - "attributes": { - "direction_id": 0, - "headsign": "Mattapan" - }, - "id": "61945476", - "links": { - "self": "/trips/61945476" - }, - "relationships": { - "route": { - "data": { - "id": "28", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "28-_-0", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "SpringWeekday", - "type": "service" - } - }, - "shape": { - "data": { - "id": "280180", - "type": "shape" - } - }, - "stops": { - "data": [ + }, { - "id": "17862", + "id": "7418", "type": "stop" }, { - "id": "11257", + "id": "7419", "type": "stop" }, { - "id": "1259", + "id": "17419", "type": "stop" }, { - "id": "11323", + "id": "7420", "type": "stop" }, { - "id": "11259", + "id": "7422", "type": "stop" }, { - "id": "64000", + "id": "17422", "type": "stop" }, { - "id": "40001", + "id": "7423", "type": "stop" }, { - "id": "401", + "id": "7424", "type": "stop" }, { - "id": "404", + "id": "7426", "type": "stop" }, { - "id": "405", + "id": "7427", "type": "stop" }, { - "id": "406", + "id": "7428", "type": "stop" }, { - "id": "407", + "id": "7516", "type": "stop" }, { - "id": "410", + "id": "7517", "type": "stop" }, { - "id": "411", + "id": "7518", "type": "stop" }, { - "id": "412", + "id": "7519", "type": "stop" }, { - "id": "413", + "id": "7520", "type": "stop" }, { - "id": "414", + "id": "7521", "type": "stop" }, { - "id": "415", + "id": "7522", "type": "stop" }, { - "id": "416", + "id": "7523", "type": "stop" }, { - "id": "417", + "id": "7525", "type": "stop" }, { - "id": "419", + "id": "47526", "type": "stop" }, { - "id": "1706", + "id": "47527", "type": "stop" }, { - "id": "1708", + "id": "7529", "type": "stop" }, { - "id": "1709", + "id": "67202", "type": "stop" }, { - "id": "1710", + "id": "6727", "type": "stop" }, { - "id": "11712", + "id": "6729", "type": "stop" }, { - "id": "1713", + "id": "16730", "type": "stop" }, { - "id": "1714", + "id": "6733", "type": "stop" }, { - "id": "1716", + "id": "6734", "type": "stop" }, { - "id": "1717", + "id": "16734", "type": "stop" }, { - "id": "1718", + "id": "26734", "type": "stop" }, { - "id": "11719", + "id": "46734", "type": "stop" }, { - "id": "1720", + "id": "6701", "type": "stop" }, { - "id": "1721", + "id": "6702", "type": "stop" }, { - "id": "18511", + "id": "6704", + "type": "stop" + }, + { + "id": "6742", + "type": "stop" + }, + { + "id": "6744", + "type": "stop" + }, + { + "id": "6746", + "type": "stop" + }, + { + "id": "6747", + "type": "stop" + }, + { + "id": "6749", + "type": "stop" + }, + { + "id": "6751", + "type": "stop" + }, + { + "id": "6752", + "type": "stop" + }, + { + "id": "6754", + "type": "stop" + }, + { + "id": "6755", + "type": "stop" + }, + { + "id": "6756", + "type": "stop" + }, + { + "id": "6757", + "type": "stop" + }, + { + "id": "6758", + "type": "stop" + }, + { + "id": "6760", + "type": "stop" + }, + { + "id": "6761", + "type": "stop" + }, + { + "id": "6762", + "type": "stop" + }, + { + "id": "6764", + "type": "stop" + }, + { + "id": "7309", + "type": "stop" + }, + { + "id": "7310", + "type": "stop" + }, + { + "id": "7311", + "type": "stop" + }, + { + "id": "7312", + "type": "stop" + }, + { + "id": "6827", + "type": "stop" + }, + { + "id": "6773", + "type": "stop" + }, + { + "id": "14748", "type": "stop" } ] @@ -83828,14 +80450,14 @@ }, { "attributes": {}, - "id": "3408", + "id": "8285", "links": { - "self": "/stops/3408" + "self": "/stops/8285" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3408" + "related": "/facilities/?filter[stop]=8285" } }, "parent_station": { @@ -83852,14 +80474,14 @@ }, { "attributes": {}, - "id": "3798", + "id": "7849", "links": { - "self": "/stops/3798" + "self": "/stops/7849" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3798" + "related": "/facilities/?filter[stop]=7849" } }, "parent_station": { @@ -83876,14 +80498,14 @@ }, { "attributes": {}, - "id": "30233", + "id": "6259", "links": { - "self": "/stops/30233" + "self": "/stops/6259" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=30233" + "related": "/facilities/?filter[stop]=6259" } }, "parent_station": { @@ -83900,35 +80522,14 @@ }, { "attributes": {}, - "id": "9070216", - "links": { - "self": "/stops/9070216" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=9070216" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": null - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "2488", + "id": "8824", "links": { - "self": "/stops/2488" + "self": "/stops/8824" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2488" + "related": "/facilities/?filter[stop]=8824" } }, "parent_station": { @@ -83945,14 +80546,14 @@ }, { "attributes": {}, - "id": "4938", + "id": "5923", "links": { - "self": "/stops/4938" + "self": "/stops/5923" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4938" + "related": "/facilities/?filter[stop]=5923" } }, "parent_station": { @@ -83968,39 +80569,52 @@ "type": "stop" }, { - "attributes": {}, - "id": "3544", + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Worcester", + "South Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Ashland - Framingham", + "short_name": "Worcester Line Shuttle", + "sort_order": 60238, + "text_color": "000000", + "type": 3 + }, + "id": "Shuttle-AshlandFramingham", "links": { - "self": "/stops/3544" + "self": "/routes/Shuttle-AshlandFramingham" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=3544" + "agency": { + "data": { + "id": "1", + "type": "agency" } }, - "parent_station": { - "data": null - }, - "zone": { + "line": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "line-Worcester", + "type": "line" } } }, - "type": "stop" + "type": "route" }, { "attributes": {}, - "id": "7442", + "id": "7339", "links": { - "self": "/stops/7442" + "self": "/stops/7339" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7442" + "related": "/facilities/?filter[stop]=7339" } }, "parent_station": { @@ -84017,14 +80631,14 @@ }, { "attributes": {}, - "id": "9222", + "id": "4351", "links": { - "self": "/stops/9222" + "self": "/stops/4351" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9222" + "related": "/facilities/?filter[stop]=4351" } }, "parent_station": { @@ -84040,87 +80654,192 @@ "type": "stop" }, { - "attributes": {}, - "id": "77377", + "attributes": { + "direction_id": 1, + "headsign": "Forest Hills" + }, + "id": "67250508", "links": { - "self": "/stops/77377" + "self": "/trips/67250508" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=77377" + "route": { + "data": { + "id": "37", + "type": "route" } }, - "parent_station": { - "data": null - }, - "zone": { + "route_pattern": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "3295", - "links": { - "self": "/stops/3295" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=3295" + "id": "37-_-1", + "type": "route_pattern" } }, - "parent_station": { - "data": null - }, - "zone": { + "service": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "22661", - "links": { - "self": "/stops/22661" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=22661" + "id": "WinterWeekday", + "type": "service" } }, - "parent_station": { - "data": null - }, - "zone": { + "shape": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "370130", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "853", + "type": "stop" + }, + { + "id": "833", + "type": "stop" + }, + { + "id": "834", + "type": "stop" + }, + { + "id": "835", + "type": "stop" + }, + { + "id": "836", + "type": "stop" + }, + { + "id": "837", + "type": "stop" + }, + { + "id": "838", + "type": "stop" + }, + { + "id": "839", + "type": "stop" + }, + { + "id": "840", + "type": "stop" + }, + { + "id": "841", + "type": "stop" + }, + { + "id": "842", + "type": "stop" + }, + { + "id": "843", + "type": "stop" + }, + { + "id": "781", + "type": "stop" + }, + { + "id": "782", + "type": "stop" + }, + { + "id": "783", + "type": "stop" + }, + { + "id": "784", + "type": "stop" + }, + { + "id": "785", + "type": "stop" + }, + { + "id": "786", + "type": "stop" + }, + { + "id": "787", + "type": "stop" + }, + { + "id": "788", + "type": "stop" + }, + { + "id": "789", + "type": "stop" + }, + { + "id": "790", + "type": "stop" + }, + { + "id": "791", + "type": "stop" + }, + { + "id": "792", + "type": "stop" + }, + { + "id": "793", + "type": "stop" + }, + { + "id": "795", + "type": "stop" + }, + { + "id": "636", + "type": "stop" + }, + { + "id": "637", + "type": "stop" + }, + { + "id": "638", + "type": "stop" + }, + { + "id": "639", + "type": "stop" + }, + { + "id": "640", + "type": "stop" + }, + { + "id": "641", + "type": "stop" + }, + { + "id": "642", + "type": "stop" + }, + { + "id": "10642", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "2733", + "id": "3534", "links": { - "self": "/stops/2733" + "self": "/stops/3534" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2733" + "related": "/facilities/?filter[stop]=3534" } }, "parent_station": { @@ -84135,110 +80854,375 @@ }, "type": "stop" }, - { - "attributes": {}, - "id": "70035", - "links": { - "self": "/stops/70035" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=70035" - } - }, - "parent_station": { - "data": { - "id": "place-mlmnl", - "type": "stop" - } - }, - "zone": { - "data": { - "id": "RapidTransit", - "type": "zone" - } - } - }, - "type": "stop" - }, { "attributes": { "direction_id": 1, - "headsign": "Newton Highlands (Shuttle)" + "headsign": "Alewife via Hanscom Airport" }, - "id": "NewtonHighlandsRiverside-1-sample", + "id": "67009374", "links": { - "self": "/trips/NewtonHighlandsRiverside-1-sample" + "self": "/trips/67009374" }, "relationships": { "route": { "data": { - "id": "Shuttle-NewtonHighlandsRiverside", + "id": "627", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-NewtonHighlandsRiverside-0-1", + "id": "627-7-1", "type": "route_pattern" } }, "service": { "data": { - "id": "canonical", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "RiversideToNewtonHighlands-S", + "id": "620203", "type": "shape" } }, "stops": { "data": [ { - "id": "38155", + "id": "8471", "type": "stop" }, { - "id": "9070162", + "id": "47879", "type": "stop" }, { - "id": "9070164", + "id": "7881", "type": "stop" }, { - "id": "8153", + "id": "7882", "type": "stop" }, { - "id": "9170168", + "id": "7883", "type": "stop" - } - ] - } - }, - "type": "trip" - }, - { - "attributes": {}, - "id": "3027", - "links": { - "self": "/stops/3027" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=3027" - } - }, - "parent_station": { - "data": null - }, - "zone": { + }, + { + "id": "7884", + "type": "stop" + }, + { + "id": "7885", + "type": "stop" + }, + { + "id": "7886", + "type": "stop" + }, + { + "id": "7887", + "type": "stop" + }, + { + "id": "7888", + "type": "stop" + }, + { + "id": "7889", + "type": "stop" + }, + { + "id": "7890", + "type": "stop" + }, + { + "id": "7891", + "type": "stop" + }, + { + "id": "7892", + "type": "stop" + }, + { + "id": "7894", + "type": "stop" + }, + { + "id": "7896", + "type": "stop" + }, + { + "id": "78981", + "type": "stop" + }, + { + "id": "78982", + "type": "stop" + }, + { + "id": "8623", + "type": "stop" + }, + { + "id": "86232", + "type": "stop" + }, + { + "id": "8624", + "type": "stop" + }, + { + "id": "86242", + "type": "stop" + }, + { + "id": "86178", + "type": "stop" + }, + { + "id": "86179", + "type": "stop" + }, + { + "id": "86180", + "type": "stop" + }, + { + "id": "86261", + "type": "stop" + }, + { + "id": "8627", + "type": "stop" + }, + { + "id": "8628", + "type": "stop" + }, + { + "id": "8629", + "type": "stop" + }, + { + "id": "8630", + "type": "stop" + }, + { + "id": "8631", + "type": "stop" + }, + { + "id": "8632", + "type": "stop" + }, + { + "id": "8633", + "type": "stop" + }, + { + "id": "8634", + "type": "stop" + }, + { + "id": "8635", + "type": "stop" + }, + { + "id": "7874", + "type": "stop" + }, + { + "id": "78741", + "type": "stop" + }, + { + "id": "7911", + "type": "stop" + }, + { + "id": "7912", + "type": "stop" + }, + { + "id": "8636", + "type": "stop" + }, + { + "id": "18636", + "type": "stop" + }, + { + "id": "8637", + "type": "stop" + }, + { + "id": "8638", + "type": "stop" + }, + { + "id": "8639", + "type": "stop" + }, + { + "id": "8640", + "type": "stop" + }, + { + "id": "8641", + "type": "stop" + }, + { + "id": "18595", + "type": "stop" + }, + { + "id": "8643", + "type": "stop" + }, + { + "id": "8645", + "type": "stop" + }, + { + "id": "8647", + "type": "stop" + }, + { + "id": "7913", + "type": "stop" + }, + { + "id": "7914", + "type": "stop" + }, + { + "id": "7915", + "type": "stop" + }, + { + "id": "7916", + "type": "stop" + }, + { + "id": "7917", + "type": "stop" + }, + { + "id": "7918", + "type": "stop" + }, + { + "id": "7919", + "type": "stop" + }, + { + "id": "7921", + "type": "stop" + }, + { + "id": "7922", + "type": "stop" + }, + { + "id": "17922", + "type": "stop" + }, + { + "id": "6201", + "type": "stop" + }, + { + "id": "6202", + "type": "stop" + }, + { + "id": "6203", + "type": "stop" + }, + { + "id": "6204", + "type": "stop" + }, + { + "id": "6216", + "type": "stop" + }, + { + "id": "2324", + "type": "stop" + }, + { + "id": "6218", + "type": "stop" + }, + { + "id": "2326", + "type": "stop" + }, + { + "id": "2327", + "type": "stop" + }, + { + "id": "2328", + "type": "stop" + }, + { + "id": "2329", + "type": "stop" + }, + { + "id": "2331", + "type": "stop" + }, + { + "id": "2475", + "type": "stop" + }, + { + "id": "2477", + "type": "stop" + }, + { + "id": "2478", + "type": "stop" + }, + { + "id": "24790", + "type": "stop" + }, + { + "id": "24791", + "type": "stop" + }, + { + "id": "141", + "type": "stop" + } + ] + } + }, + "type": "trip" + }, + { + "attributes": {}, + "id": "1567", + "links": { + "self": "/stops/1567" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=1567" + } + }, + "parent_station": { + "data": null + }, + "zone": { "data": { "id": "LocalBus", "type": "zone" @@ -84249,14 +81233,14 @@ }, { "attributes": {}, - "id": "10010", + "id": "9124", "links": { - "self": "/stops/10010" + "self": "/stops/9124" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=10010" + "related": "/facilities/?filter[stop]=9124" } }, "parent_station": { @@ -84273,14 +81257,14 @@ }, { "attributes": {}, - "id": "8197", + "id": "6605", "links": { - "self": "/stops/8197" + "self": "/stops/6605" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8197" + "related": "/facilities/?filter[stop]=6605" } }, "parent_station": { @@ -84297,14 +81281,14 @@ }, { "attributes": {}, - "id": "3820", + "id": "9982", "links": { - "self": "/stops/3820" + "self": "/stops/9982" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3820" + "related": "/facilities/?filter[stop]=9982" } }, "parent_station": { @@ -84320,84 +81304,183 @@ "type": "stop" }, { - "attributes": { - "direction_id": 1, - "headsign": "Back Bay (Shuttle)" + "attributes": {}, + "id": "123", + "links": { + "self": "/stops/123" }, - "id": "BabcockBackBayGovernmentCenter-1-sample", + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=123" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "1362", "links": { - "self": "/trips/BabcockBackBayGovernmentCenter-1-sample" + "self": "/stops/1362" }, "relationships": { - "route": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=1362" + } + }, + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "Shuttle-BabcockBackBay", - "type": "route" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "3148", + "links": { + "self": "/stops/3148" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=3148" } }, - "route_pattern": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "Shuttle-BabcockBackBay-0-1", - "type": "route_pattern" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "6362", + "links": { + "self": "/stops/6362" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=6362" } }, - "service": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "canonical", - "type": "service" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "4257", + "links": { + "self": "/stops/4257" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=4257" } }, - "shape": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "BabcockToBackBay-S", - "type": "shape" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "1237", + "links": { + "self": "/stops/1237" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=1237" } }, - "stops": { - "data": [ - { - "id": "933", - "type": "stop" - }, - { - "id": "934", - "type": "stop" - }, - { - "id": "938", - "type": "stop" - }, - { - "id": "9070186", - "type": "stop" - }, - { - "id": "9070150", - "type": "stop" - }, - { - "id": "9170152", - "type": "stop" - }, - { - "id": "71855", - "type": "stop" - } - ] + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "8863", + "id": "4563", "links": { - "self": "/stops/8863" + "self": "/stops/4563" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8863" + "related": "/facilities/?filter[stop]=4563" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "3923", + "links": { + "self": "/stops/3923" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=3923" } }, "parent_station": { @@ -84414,146 +81497,130 @@ }, { "attributes": { - "direction_id": 0, - "headsign": "Fields Corner" + "direction_id": 1, + "headsign": "Harvard" }, - "id": "61392329", + "id": "67007785", "links": { - "self": "/trips/61392329" + "self": "/trips/67007785" }, "relationships": { "route": { "data": { - "id": "15", + "id": "73", "type": "route" } }, "route_pattern": { "data": { - "id": "15-6-0", + "id": "73-1-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "150263", + "id": "730172", "type": "shape" } }, "stops": { "data": [ { - "id": "1259", - "type": "stop" - }, - { - "id": "11323", - "type": "stop" - }, - { - "id": "11259", - "type": "stop" - }, - { - "id": "64000", - "type": "stop" - }, - { - "id": "1493", + "id": "2134", "type": "stop" }, { - "id": "1495", + "id": "2099", "type": "stop" }, { - "id": "1497", + "id": "2101", "type": "stop" }, { - "id": "1498", + "id": "2102", "type": "stop" }, { - "id": "1499", + "id": "2103", "type": "stop" }, { - "id": "1500", + "id": "2104", "type": "stop" }, { - "id": "1501", + "id": "2106", "type": "stop" }, { - "id": "11501", + "id": "2107", "type": "stop" }, { - "id": "1504", + "id": "2108", "type": "stop" }, { - "id": "1506", + "id": "2110", "type": "stop" }, { - "id": "1508", + "id": "2112", "type": "stop" }, { - "id": "1509", + "id": "2113", "type": "stop" }, { - "id": "1510", + "id": "2115", "type": "stop" }, { - "id": "1511", + "id": "2117", "type": "stop" }, { - "id": "11512", + "id": "2064", "type": "stop" }, { - "id": "1512", + "id": "2066", "type": "stop" }, { - "id": "1514", + "id": "2067", "type": "stop" }, { - "id": "1515", + "id": "2068", "type": "stop" }, { - "id": "553", + "id": "2070", "type": "stop" }, { - "id": "554", + "id": "2071", "type": "stop" }, { - "id": "555", + "id": "2073", "type": "stop" }, { - "id": "556", + "id": "2074", "type": "stop" }, { - "id": "323", + "id": "76124", "type": "stop" } ] @@ -84563,14 +81630,14 @@ }, { "attributes": {}, - "id": "2273", + "id": "7210", "links": { - "self": "/stops/2273" + "self": "/stops/7210" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2273" + "related": "/facilities/?filter[stop]=7210" } }, "parent_station": { @@ -84586,76 +81653,39 @@ "type": "stop" }, { - "attributes": { - "direction_id": 0, - "headsign": "Broadway (Shuttle)" - }, - "id": "BroadwayKendall-0-sample", + "attributes": {}, + "id": "839", "links": { - "self": "/trips/BroadwayKendall-0-sample" + "self": "/stops/839" }, "relationships": { - "route": { - "data": { - "id": "Shuttle-BroadwayKendall", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Shuttle-BroadwayKendall-0-0", - "type": "route_pattern" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=839" } }, - "service": { - "data": { - "id": "canonical", - "type": "service" - } + "parent_station": { + "data": null }, - "shape": { + "zone": { "data": { - "id": "KendallToBroadway-S", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "9070071", - "type": "stop" - }, - { - "id": "9070073", - "type": "stop" - }, - { - "id": "9070076", - "type": "stop" - }, - { - "id": "6564", - "type": "stop" - }, - { - "id": "150", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "7353", + "id": "1663", "links": { - "self": "/stops/7353" + "self": "/stops/1663" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7353" + "related": "/facilities/?filter[stop]=1663" } }, "parent_station": { @@ -84672,14 +81702,14 @@ }, { "attributes": {}, - "id": "341", + "id": "7912", "links": { - "self": "/stops/341" + "self": "/stops/7912" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=341" + "related": "/facilities/?filter[stop]=7912" } }, "parent_station": { @@ -84696,14 +81726,14 @@ }, { "attributes": {}, - "id": "2003", + "id": "4208", "links": { - "self": "/stops/2003" + "self": "/stops/4208" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2003" + "related": "/facilities/?filter[stop]=4208" } }, "parent_station": { @@ -84720,14 +81750,14 @@ }, { "attributes": {}, - "id": "9279", + "id": "524", "links": { - "self": "/stops/9279" + "self": "/stops/524" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9279" + "related": "/facilities/?filter[stop]=524" } }, "parent_station": { @@ -84744,14 +81774,14 @@ }, { "attributes": {}, - "id": "5210", + "id": "2726", "links": { - "self": "/stops/5210" + "self": "/stops/2726" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5210" + "related": "/facilities/?filter[stop]=2726" } }, "parent_station": { @@ -84768,14 +81798,14 @@ }, { "attributes": {}, - "id": "8674", + "id": "5333", "links": { - "self": "/stops/8674" + "self": "/stops/5333" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8674" + "related": "/facilities/?filter[stop]=5333" } }, "parent_station": { @@ -84792,22 +81822,25 @@ }, { "attributes": {}, - "id": "3184", + "id": "70050", "links": { - "self": "/stops/3184" + "self": "/stops/70050" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3184" + "related": "/facilities/?filter[stop]=70050" } }, "parent_station": { - "data": null + "data": { + "id": "place-wimnl", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -84816,14 +81849,14 @@ }, { "attributes": {}, - "id": "8305", + "id": "2471", "links": { - "self": "/stops/8305" + "self": "/stops/2471" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8305" + "related": "/facilities/?filter[stop]=2471" } }, "parent_station": { @@ -84840,14 +81873,35 @@ }, { "attributes": {}, - "id": "Boat-Hingham", + "id": "9070224", "links": { - "self": "/stops/Boat-Hingham" + "self": "/stops/9070224" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=Boat-Hingham" + "related": "/facilities/?filter[stop]=9070224" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "8869", + "links": { + "self": "/stops/8869" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=8869" } }, "parent_station": { @@ -84855,7 +81909,7 @@ }, "zone": { "data": { - "id": "Boat-Hingham", + "id": "LocalBus", "type": "zone" } } @@ -84864,45 +81918,71 @@ }, { "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Cleveland Circle", - "Government Center" - ], - "direction_names": [ - "West", - "East" - ], - "long_name": "Saint Mary's Street - Kenmore", - "short_name": "Green Line C Shuttle", - "sort_order": 62017, - "text_color": "000000", - "type": 3 + "direction_id": 1, + "headsign": "Blandford Street (Shuttle)" }, - "id": "Shuttle-KenmoreStMarysNotFenway", + "id": "BabcockStreetBlandfordStreet-1-sample", "links": { - "self": "/routes/Shuttle-KenmoreStMarysNotFenway" + "self": "/trips/BabcockStreetBlandfordStreet-1-sample" }, "relationships": { - "line": { + "route": { "data": { - "id": "line-Green", - "type": "line" + "id": "Shuttle-BabcockBlandford", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "Shuttle-BabcockBlandford-0-1", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "canonical", + "type": "service" + } + }, + "shape": { + "data": { + "id": "BabcockStreetToBlandfordStreet-S", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "933", + "type": "stop" + }, + { + "id": "934", + "type": "stop" + }, + { + "id": "939", + "type": "stop" + }, + { + "id": "941", + "type": "stop" + } + ] } }, - "type": "route" + "type": "trip" }, { "attributes": {}, - "id": "8814", + "id": "1075", "links": { - "self": "/stops/8814" + "self": "/stops/1075" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8814" + "related": "/facilities/?filter[stop]=1075" } }, "parent_station": { @@ -84919,14 +81999,14 @@ }, { "attributes": {}, - "id": "2126", + "id": "2632", "links": { - "self": "/stops/2126" + "self": "/stops/2632" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2126" + "related": "/facilities/?filter[stop]=2632" } }, "parent_station": { @@ -84943,14 +82023,14 @@ }, { "attributes": {}, - "id": "5426", + "id": "1716", "links": { - "self": "/stops/5426" + "self": "/stops/1716" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5426" + "related": "/facilities/?filter[stop]=1716" } }, "parent_station": { @@ -84967,14 +82047,14 @@ }, { "attributes": {}, - "id": "8451", + "id": "369", "links": { - "self": "/stops/8451" + "self": "/stops/369" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8451" + "related": "/facilities/?filter[stop]=369" } }, "parent_station": { @@ -84991,14 +82071,14 @@ }, { "attributes": {}, - "id": "280", + "id": "4610", "links": { - "self": "/stops/280" + "self": "/stops/4610" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=280" + "related": "/facilities/?filter[stop]=4610" } }, "parent_station": { @@ -85015,14 +82095,14 @@ }, { "attributes": {}, - "id": "9185", + "id": "10005", "links": { - "self": "/stops/9185" + "self": "/stops/10005" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9185" + "related": "/facilities/?filter[stop]=10005" } }, "parent_station": { @@ -85039,14 +82119,14 @@ }, { "attributes": {}, - "id": "188", + "id": "2684", "links": { - "self": "/stops/188" + "self": "/stops/2684" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=188" + "related": "/facilities/?filter[stop]=2684" } }, "parent_station": { @@ -85054,7 +82134,7 @@ }, "zone": { "data": { - "id": "ExpressBus-Downtown", + "id": "LocalBus", "type": "zone" } } @@ -85063,14 +82143,14 @@ }, { "attributes": {}, - "id": "12644", + "id": "1724", "links": { - "self": "/stops/12644" + "self": "/stops/1724" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=12644" + "related": "/facilities/?filter[stop]=1724" } }, "parent_station": { @@ -85087,14 +82167,14 @@ }, { "attributes": {}, - "id": "2290", + "id": "8906", "links": { - "self": "/stops/2290" + "self": "/stops/8906" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2290" + "related": "/facilities/?filter[stop]=8906" } }, "parent_station": { @@ -85111,14 +82191,38 @@ }, { "attributes": {}, - "id": "8604", + "id": "77242", "links": { - "self": "/stops/8604" + "self": "/stops/77242" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8604" + "related": "/facilities/?filter[stop]=77242" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "38499", + "links": { + "self": "/stops/38499" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=38499" } }, "parent_station": { @@ -85133,248 +82237,331 @@ }, "type": "stop" }, + { + "attributes": {}, + "id": "9070083", + "links": { + "self": "/stops/9070083" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=9070083" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "color": "FFC72C", + "long_name": "North Woburn - Wellington", + "short_name": "134", + "sort_order": 51340, + "text_color": "000000" + }, + "id": "line-134", + "links": { + "self": "/lines/line-134" + }, + "type": "line" + }, { "attributes": { "direction_id": 0, - "headsign": "Quincy Center via Brook Rd & Alleyne St" + "headsign": "Marblehead via Central Square & Humphrey St" }, - "id": "61929444", + "id": "67202677", "links": { - "self": "/trips/61929444" + "self": "/trips/67202677" }, "relationships": { "route": { "data": { - "id": "245", + "id": "442", "type": "route" } }, "route_pattern": { "data": { - "id": "245-8-0", + "id": "442-7-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "2450102", + "id": "4420267", "type": "shape" } }, "stops": { "data": [ { - "id": "185", + "id": "15798", "type": "stop" }, { - "id": "4355", + "id": "4736", "type": "stop" }, { - "id": "43551", + "id": "48541", "type": "stop" }, { - "id": "4358", + "id": "4855", "type": "stop" }, { - "id": "4359", + "id": "4856", "type": "stop" }, { - "id": "4360", + "id": "4738", "type": "stop" }, { - "id": "4362", + "id": "4739", "type": "stop" }, { - "id": "4144", + "id": "4709", "type": "stop" }, { - "id": "4145", + "id": "4741", "type": "stop" }, { - "id": "4146", + "id": "4742", "type": "stop" }, { - "id": "4147", + "id": "4743", "type": "stop" }, { - "id": "4149", + "id": "4744", "type": "stop" }, { - "id": "4152", + "id": "4745", "type": "stop" }, { - "id": "4364", + "id": "4746", "type": "stop" }, { - "id": "4365", + "id": "4747", "type": "stop" }, { - "id": "4366", + "id": "14748", "type": "stop" }, { - "id": "4367", + "id": "6600", "type": "stop" }, { - "id": "4368", + "id": "4749", "type": "stop" }, { - "id": "4370", + "id": "4751", "type": "stop" }, { - "id": "4371", + "id": "4752", "type": "stop" }, { - "id": "4372", + "id": "14753", "type": "stop" }, { - "id": "4373", + "id": "4755", "type": "stop" }, { - "id": "4375", + "id": "4811", "type": "stop" }, { - "id": "4376", + "id": "4813", "type": "stop" }, { - "id": "4378", + "id": "4814", "type": "stop" }, { - "id": "3391", + "id": "4815", "type": "stop" }, { - "id": "3392", + "id": "4816", "type": "stop" }, { - "id": "3393", + "id": "4817", "type": "stop" }, { - "id": "3394", + "id": "4818", "type": "stop" }, { - "id": "4379", + "id": "4819", "type": "stop" }, { - "id": "4380", + "id": "4820", "type": "stop" }, { - "id": "4381", + "id": "4821", "type": "stop" }, { - "id": "4382", + "id": "14822", "type": "stop" }, { - "id": "4383", + "id": "4822", "type": "stop" }, { - "id": "14383", + "id": "4823", "type": "stop" }, { - "id": "23402", + "id": "4824", "type": "stop" }, { - "id": "23403", + "id": "4825", "type": "stop" }, { - "id": "23404", + "id": "4826", "type": "stop" }, { - "id": "23406", + "id": "4779", "type": "stop" }, { - "id": "23407", + "id": "4781", "type": "stop" }, { - "id": "4314", + "id": "4782", "type": "stop" }, { - "id": "4315", + "id": "4784", "type": "stop" }, { - "id": "4316", + "id": "4785", "type": "stop" }, { - "id": "4317", + "id": "4786", "type": "stop" }, { - "id": "4318", + "id": "4787", "type": "stop" }, { - "id": "4319", + "id": "4788", "type": "stop" }, { - "id": "4320", + "id": "4789", "type": "stop" }, { - "id": "14320", + "id": "4790", "type": "stop" }, { - "id": "3199", + "id": "4791", "type": "stop" }, { - "id": "3035", + "id": "4792", "type": "stop" }, { - "id": "3036", + "id": "4793", "type": "stop" }, { - "id": "32001", + "id": "4794", + "type": "stop" + }, + { + "id": "4795", + "type": "stop" + }, + { + "id": "4796", + "type": "stop" + }, + { + "id": "4797", + "type": "stop" + }, + { + "id": "4799", + "type": "stop" + }, + { + "id": "4800", + "type": "stop" + }, + { + "id": "4801", + "type": "stop" + }, + { + "id": "4802", + "type": "stop" + }, + { + "id": "4803", + "type": "stop" + }, + { + "id": "4804", + "type": "stop" + }, + { + "id": "4805", + "type": "stop" + }, + { + "id": "4806", + "type": "stop" + }, + { + "id": "4807", "type": "stop" } ] @@ -85384,14 +82571,14 @@ }, { "attributes": {}, - "id": "5227", + "id": "3622", "links": { - "self": "/stops/5227" + "self": "/stops/3622" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5227" + "related": "/facilities/?filter[stop]=3622" } }, "parent_station": { @@ -85408,35 +82595,14 @@ }, { "attributes": {}, - "id": "9070224", - "links": { - "self": "/stops/9070224" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=9070224" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": null - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "82134", + "id": "15970", "links": { - "self": "/stops/82134" + "self": "/stops/15970" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=82134" + "related": "/facilities/?filter[stop]=15970" } }, "parent_station": { @@ -85453,14 +82619,14 @@ }, { "attributes": {}, - "id": "4535", + "id": "4755", "links": { - "self": "/stops/4535" + "self": "/stops/4755" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4535" + "related": "/facilities/?filter[stop]=4755" } }, "parent_station": { @@ -85477,14 +82643,14 @@ }, { "attributes": {}, - "id": "580", + "id": "1876", "links": { - "self": "/stops/580" + "self": "/stops/1876" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=580" + "related": "/facilities/?filter[stop]=1876" } }, "parent_station": { @@ -85501,14 +82667,14 @@ }, { "attributes": {}, - "id": "2046", + "id": "7825", "links": { - "self": "/stops/2046" + "self": "/stops/7825" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2046" + "related": "/facilities/?filter[stop]=7825" } }, "parent_station": { @@ -85524,87 +82690,120 @@ "type": "stop" }, { - "attributes": {}, - "id": "8826", + "attributes": { + "direction_id": 0, + "headsign": "Forge Park/495" + }, + "id": "SouthWKDYF24-697766-723", "links": { - "self": "/stops/8826" + "self": "/trips/SouthWKDYF24-697766-723" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=8826" + "route": { + "data": { + "id": "CR-Franklin", + "type": "route" } }, - "parent_station": { - "data": null - }, - "zone": { + "route_pattern": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "8832", - "links": { - "self": "/stops/8832" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=8832" + "id": "CR-Franklin-78461397-0", + "type": "route_pattern" } }, - "parent_station": { - "data": null - }, - "zone": { + "service": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "4224", - "links": { - "self": "/stops/4224" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=4224" + "id": "FALL 2024-SOUTHWKD-Weekday-1-S85407dc6", + "type": "service" } }, - "parent_station": { - "data": null - }, - "zone": { + "shape": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "9880006", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "NEC-2287", + "type": "stop" + }, + { + "id": "NEC-2276-01", + "type": "stop" + }, + { + "id": "NEC-2265-01", + "type": "stop" + }, + { + "id": "NEC-2237-03", + "type": "stop" + }, + { + "id": "NEC-2203-03", + "type": "stop" + }, + { + "id": "FB-0095-05", + "type": "stop" + }, + { + "id": "FB-0109-01", + "type": "stop" + }, + { + "id": "FB-0118-01", + "type": "stop" + }, + { + "id": "FB-0125-01", + "type": "stop" + }, + { + "id": "FB-0143-01", + "type": "stop" + }, + { + "id": "FB-0148-01", + "type": "stop" + }, + { + "id": "FB-0166-S", + "type": "stop" + }, + { + "id": "FB-0191-S", + "type": "stop" + }, + { + "id": "FB-0230-S", + "type": "stop" + }, + { + "id": "FB-0275-S", + "type": "stop" + }, + { + "id": "FB-0303-S", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "5343", + "id": "5848", "links": { - "self": "/stops/5343" + "self": "/stops/5848" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5343" + "related": "/facilities/?filter[stop]=5848" } }, "parent_station": { @@ -85621,14 +82820,14 @@ }, { "attributes": {}, - "id": "30249", + "id": "47170", "links": { - "self": "/stops/30249" + "self": "/stops/47170" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=30249" + "related": "/facilities/?filter[stop]=47170" } }, "parent_station": { @@ -85646,114 +82845,117 @@ { "attributes": { "direction_id": 0, - "headsign": "Ruggles (Shuttle)" + "headsign": "Malden" }, - "id": "CopleyNorthStationRuggles-0-sample", + "id": "66961924", "links": { - "self": "/trips/CopleyNorthStationRuggles-0-sample" + "self": "/trips/66961924" }, "relationships": { "route": { "data": { - "id": "Shuttle-CopleyRuggles", + "id": "97", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-CopleyRuggles-0-0", + "id": "97-5-0", "type": "route_pattern" } }, "service": { "data": { - "id": "canonical", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "CopleyToRuggles-S", + "id": "970095", "type": "shape" } }, "stops": { "data": [ { - "id": "9070154", + "id": "52710", "type": "stop" }, { - "id": "9170014", + "id": "55631", "type": "stop" }, { - "id": "9170012", + "id": "55632", "type": "stop" }, { - "id": "17861", + "id": "5563", "type": "stop" - } - ] - } - }, - "type": "trip" - }, - { - "attributes": { - "direction_id": 1, - "headsign": "Harvard (Shuttle)" - }, - "id": "HarvardParkStreet-1-sample", - "links": { - "self": "/trips/HarvardParkStreet-1-sample" - }, - "relationships": { - "route": { - "data": { - "id": "Shuttle-HarvardPark", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Shuttle-HarvardPark-0-1", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "canonical", - "type": "service" - } - }, - "shape": { - "data": { - "id": "ParkStreetToHarvard-S", - "type": "shape" - } - }, - "stops": { - "data": [ + }, { - "id": "9170076", + "id": "5565", "type": "stop" }, { - "id": "9070074", + "id": "5695", "type": "stop" }, { - "id": "2231", + "id": "5510", "type": "stop" }, { - "id": "102", + "id": "5513", "type": "stop" }, { - "id": "110", + "id": "5054", + "type": "stop" + }, + { + "id": "5055", + "type": "stop" + }, + { + "id": "5056", + "type": "stop" + }, + { + "id": "5057", + "type": "stop" + }, + { + "id": "5058", + "type": "stop" + }, + { + "id": "5413", + "type": "stop" + }, + { + "id": "45413", + "type": "stop" + }, + { + "id": "44413", + "type": "stop" + }, + { + "id": "45414", + "type": "stop" + }, + { + "id": "45416", + "type": "stop" + }, + { + "id": "45417", + "type": "stop" + }, + { + "id": "5327", "type": "stop" } ] @@ -85763,25 +82965,22 @@ }, { "attributes": {}, - "id": "70247", + "id": "208", "links": { - "self": "/stops/70247" + "self": "/stops/208" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70247" + "related": "/facilities/?filter[stop]=208" } }, "parent_station": { - "data": { - "id": "place-lngmd", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } @@ -85790,14 +82989,35 @@ }, { "attributes": {}, - "id": "111159", + "id": "9070152", "links": { - "self": "/stops/111159" + "self": "/stops/9070152" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=111159" + "related": "/facilities/?filter[stop]=9070152" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "46", + "links": { + "self": "/stops/46" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=46" } }, "parent_station": { @@ -85814,46 +83034,58 @@ }, { "attributes": { - "direction_id": 1, - "headsign": "Long Wharf" + "direction_id": 0, + "headsign": "Government Center via Maverick (Shuttle)" }, - "id": "Boat-EastBoston-0700-Lewis-BEB-01-Weekday-Summer-24", + "id": "AirportBowdoinLocal-0-sample", "links": { - "self": "/trips/Boat-EastBoston-0700-Lewis-BEB-01-Weekday-Summer-24" + "self": "/trips/AirportBowdoinLocal-0-sample" }, "relationships": { "route": { "data": { - "id": "Boat-EastBoston", + "id": "Shuttle-AirportGovernmentCenterLocal", "type": "route" } }, "route_pattern": { "data": { - "id": "Boat-EastBoston-0-1", + "id": "Shuttle-AirportGovernmentCenterLocal-0-0", "type": "route_pattern" } }, "service": { "data": { - "id": "Boat-EastBoston-Weekday-Summer-24", + "id": "canonical", "type": "service" } }, "shape": { "data": { - "id": "LewisWharfToLongWharf-F", + "id": "AirportToGovernmentCenterLocal-S", "type": "shape" } }, "stops": { "data": [ { - "id": "Boat-Lewis", + "id": "9070047", "type": "stop" }, { - "id": "Boat-Long", + "id": "9070045", + "type": "stop" + }, + { + "id": "9170043", + "type": "stop" + }, + { + "id": "65", + "type": "stop" + }, + { + "id": "9070039", "type": "stop" } ] @@ -85863,14 +83095,14 @@ }, { "attributes": {}, - "id": "1881", + "id": "590", "links": { - "self": "/stops/1881" + "self": "/stops/590" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1881" + "related": "/facilities/?filter[stop]=590" } }, "parent_station": { @@ -85885,74 +83117,16 @@ }, "type": "stop" }, - { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Boston College", - "Government Center" - ], - "direction_names": [ - "West", - "East" - ], - "long_name": "Babcock Street - Back Bay", - "short_name": "Green Line B Shuttle", - "sort_order": 60390, - "text_color": "000000", - "type": 3 - }, - "id": "Shuttle-BabcockBackBay", - "links": { - "self": "/routes/Shuttle-BabcockBackBay" - }, - "relationships": { - "line": { - "data": { - "id": "line-Green", - "type": "line" - } - } - }, - "type": "route" - }, - { - "attributes": {}, - "id": "CM-0493-S", - "links": { - "self": "/stops/CM-0493-S" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=CM-0493-S" - } - }, - "parent_station": { - "data": { - "id": "place-CM-0493", - "type": "stop" - } - }, - "zone": { - "data": { - "id": "CF-zone-buzzards", - "type": "zone" - } - } - }, - "type": "stop" - }, { "attributes": {}, - "id": "59901", + "id": "1689", "links": { - "self": "/stops/59901" + "self": "/stops/1689" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=59901" + "related": "/facilities/?filter[stop]=1689" } }, "parent_station": { @@ -85969,62 +83143,35 @@ }, { "attributes": {}, - "id": "4311", + "id": "71263", "links": { - "self": "/stops/4311" + "self": "/stops/71263" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4311" + "related": "/facilities/?filter[stop]=71263" } }, "parent_station": { "data": null }, "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "1556", - "links": { - "self": "/stops/1556" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=1556" - } - }, - "parent_station": { "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } } }, "type": "stop" }, { "attributes": {}, - "id": "9135", + "id": "4336", "links": { - "self": "/stops/9135" + "self": "/stops/4336" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9135" + "related": "/facilities/?filter[stop]=4336" } }, "parent_station": { @@ -86042,342 +83189,241 @@ { "attributes": { "direction_id": 1, - "headsign": "South Station" + "headsign": "Mattapan" }, - "id": "CR-670292-834", + "id": "67290635", "links": { - "self": "/trips/CR-670292-834" + "self": "/trips/67290635" }, "relationships": { "route": { "data": { - "id": "CR-Providence", + "id": "245", "type": "route" } }, "route_pattern": { "data": { - "id": "CR-Providence-8136f884-1", + "id": "245-_-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SPRING2024-SOUTHWKD-Weekday-1-Scbbf1ea5", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "9890008", + "id": "2450105", "type": "shape" } }, "stops": { "data": [ { - "id": "NEC-1659-03", - "type": "stop" - }, - { - "id": "NEC-1768-03", - "type": "stop" - }, - { - "id": "NEC-1851-03", - "type": "stop" - }, - { - "id": "NEC-1891-02", - "type": "stop" - }, - { - "id": "NEC-1969-04", - "type": "stop" - }, - { - "id": "NEC-2040-02", - "type": "stop" - }, - { - "id": "NEC-2108-02", - "type": "stop" - }, - { - "id": "NEC-2173-02", - "type": "stop" - }, - { - "id": "NEC-2192-02", + "id": "32001", "type": "stop" }, { - "id": "NEC-2265-02", + "id": "3093", "type": "stop" }, { - "id": "NEC-2276-02", + "id": "13093", "type": "stop" }, { - "id": "NEC-2287", - "type": "stop" - } - ] - } - }, - "type": "trip" - }, - { - "attributes": {}, - "id": "3928", - "links": { - "self": "/stops/3928" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=3928" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": { - "direction_id": 1, - "headsign": "Newton Corner" - }, - "id": "61393980", - "links": { - "self": "/trips/61393980" - }, - "relationships": { - "route": { - "data": { - "id": "554", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "554-6-1", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "SpringWeekday", - "type": "service" - } - }, - "shape": { - "data": { - "id": "5540098", - "type": "shape" - } - }, - "stops": { - "data": [ - { - "id": "2099", + "id": "4390", "type": "stop" }, { - "id": "7709", + "id": "4391", "type": "stop" }, { - "id": "7710", + "id": "4392", "type": "stop" }, { - "id": "7711", + "id": "4393", "type": "stop" }, { - "id": "77110", + "id": "4394", "type": "stop" }, { - "id": "7713", + "id": "4395", "type": "stop" }, { - "id": "7696", + "id": "4396", "type": "stop" }, { - "id": "78600", + "id": "13407", "type": "stop" }, { - "id": "7697", + "id": "13406", "type": "stop" }, { - "id": "9518", + "id": "13404", "type": "stop" }, { - "id": "7699", + "id": "13403", "type": "stop" }, { - "id": "7698", + "id": "13402", "type": "stop" }, { - "id": "7700", + "id": "4326", "type": "stop" }, { - "id": "7795", + "id": "4327", "type": "stop" }, { - "id": "7797", + "id": "4328", "type": "stop" }, { - "id": "883321", + "id": "4329", "type": "stop" }, { - "id": "88333", + "id": "3356", "type": "stop" }, { - "id": "17813", + "id": "3358", "type": "stop" }, { - "id": "7813", + "id": "3359", "type": "stop" }, { - "id": "7814", + "id": "3360", "type": "stop" }, { - "id": "78451", + "id": "3389", "type": "stop" }, { - "id": "78452", + "id": "4331", "type": "stop" }, { - "id": "86964", + "id": "14331", "type": "stop" }, { - "id": "86965", + "id": "4332", "type": "stop" }, { - "id": "86967", + "id": "4333", "type": "stop" }, { - "id": "86968", + "id": "4334", "type": "stop" }, { - "id": "7617", + "id": "4336", "type": "stop" }, { - "id": "76171", + "id": "4337", "type": "stop" }, { - "id": "7618", + "id": "4338", "type": "stop" }, { - "id": "7619", + "id": "4340", "type": "stop" }, { - "id": "7620", + "id": "4341", "type": "stop" }, { - "id": "7621", + "id": "4342", "type": "stop" }, { - "id": "7622", + "id": "4343", "type": "stop" }, { - "id": "7623", + "id": "4344", "type": "stop" }, { - "id": "7625", + "id": "4195", "type": "stop" }, { - "id": "76251", + "id": "4198", "type": "stop" }, { - "id": "7626", + "id": "4200", "type": "stop" }, { - "id": "7627", + "id": "4201", "type": "stop" }, { - "id": "7629", + "id": "4202", "type": "stop" }, { - "id": "7630", + "id": "4203", "type": "stop" }, { - "id": "7631", + "id": "4404", "type": "stop" }, { - "id": "7632", + "id": "4346", "type": "stop" }, { - "id": "76431", + "id": "4347", "type": "stop" }, { - "id": "7633", + "id": "4348", "type": "stop" }, { - "id": "7634", + "id": "4349", "type": "stop" }, { - "id": "7635", + "id": "4350", "type": "stop" }, { - "id": "19031", + "id": "4351", "type": "stop" }, { - "id": "903", + "id": "185", "type": "stop" } ] @@ -86387,14 +83433,14 @@ }, { "attributes": {}, - "id": "994", + "id": "1215", "links": { - "self": "/stops/994" + "self": "/stops/1215" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=994" + "related": "/facilities/?filter[stop]=1215" } }, "parent_station": { @@ -86410,124 +83456,135 @@ "type": "stop" }, { - "attributes": { - "direction_id": 1, - "headsign": "Back Bay (Shuttle)" - }, - "id": "GreenCGovernmentCenterKenmore-1-sample", + "attributes": {}, + "id": "5309", "links": { - "self": "/trips/GreenCGovernmentCenterKenmore-1-sample" + "self": "/stops/5309" }, "relationships": { - "route": { - "data": { - "id": "Shuttle-CopleyKenmore", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Shuttle-CopleyKenmore-0-1", - "type": "route_pattern" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=5309" } }, - "service": { - "data": { - "id": "canonical", - "type": "service" - } + "parent_station": { + "data": null }, - "shape": { + "zone": { "data": { - "id": "KenmoreToCopley-S", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "9070150", - "type": "stop" - }, - { - "id": "71855", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": { - "direction_id": 0, - "headsign": "Washington Street (Shuttle)" + "direction_id": 1, + "headsign": "Avenue Louis Pasteur via JP Center" }, - "id": "KenmoreWashingtonStreet-0-sample", + "id": "67251196_1", "links": { - "self": "/trips/KenmoreWashingtonStreet-0-sample" + "self": "/trips/67251196_1" }, "relationships": { "route": { "data": { - "id": "Shuttle-KenmoreWashington", + "id": "38", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-KenmoreWashington-0-0", + "id": "38-C-1", "type": "route_pattern" } }, "service": { "data": { - "id": "canonical", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "KenmoreToWashingtonStreet-S", + "id": "380172-1", "type": "shape" } }, "stops": { "data": [ { - "id": "9070150", + "id": "15216", "type": "stop" }, { - "id": "951", + "id": "5217", "type": "stop" }, { - "id": "952", + "id": "5218", "type": "stop" }, { - "id": "953", + "id": "5219", "type": "stop" }, { - "id": "956", + "id": "5220", "type": "stop" }, { - "id": "958", + "id": "5221", "type": "stop" }, { - "id": "9070131", + "id": "5222", "type": "stop" }, { - "id": "9070129", + "id": "5223", "type": "stop" }, { - "id": "9070121", + "id": "5224", + "type": "stop" + }, + { + "id": "5225", + "type": "stop" + }, + { + "id": "5226", + "type": "stop" + }, + { + "id": "5227", + "type": "stop" + }, + { + "id": "5228", + "type": "stop" + }, + { + "id": "5229", + "type": "stop" + }, + { + "id": "5230", + "type": "stop" + }, + { + "id": "5231", + "type": "stop" + }, + { + "id": "2002", + "type": "stop" + }, + { + "id": "2003", "type": "stop" } ] @@ -86537,14 +83594,14 @@ }, { "attributes": {}, - "id": "111653", + "id": "3387", "links": { - "self": "/stops/111653" + "self": "/stops/3387" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=111653" + "related": "/facilities/?filter[stop]=3387" } }, "parent_station": { @@ -86561,14 +83618,14 @@ }, { "attributes": {}, - "id": "2331", + "id": "7439", "links": { - "self": "/stops/2331" + "self": "/stops/7439" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2331" + "related": "/facilities/?filter[stop]=7439" } }, "parent_station": { @@ -86585,14 +83642,14 @@ }, { "attributes": {}, - "id": "5675", + "id": "2113", "links": { - "self": "/stops/5675" + "self": "/stops/2113" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5675" + "related": "/facilities/?filter[stop]=2113" } }, "parent_station": { @@ -86609,25 +83666,25 @@ }, { "attributes": {}, - "id": "70257", + "id": "CM-0493-S", "links": { - "self": "/stops/70257" + "self": "/stops/CM-0493-S" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70257" + "related": "/facilities/?filter[stop]=CM-0493-S" } }, "parent_station": { "data": { - "id": "place-bckhl", + "id": "place-CM-0493", "type": "stop" } }, "zone": { "data": { - "id": "RapidTransit", + "id": "CF-zone-buzzards", "type": "zone" } } @@ -86636,35 +83693,38 @@ }, { "attributes": {}, - "id": "9070226", + "id": "5378", "links": { - "self": "/stops/9070226" + "self": "/stops/5378" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9070226" + "related": "/facilities/?filter[stop]=5378" } }, "parent_station": { "data": null }, "zone": { - "data": null + "data": { + "id": "LocalBus", + "type": "zone" + } } }, "type": "stop" }, { "attributes": {}, - "id": "285", + "id": "45326", "links": { - "self": "/stops/285" + "self": "/stops/45326" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=285" + "related": "/facilities/?filter[stop]=45326" } }, "parent_station": { @@ -86681,14 +83741,14 @@ }, { "attributes": {}, - "id": "3225", + "id": "5844", "links": { - "self": "/stops/3225" + "self": "/stops/5844" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3225" + "related": "/facilities/?filter[stop]=5844" } }, "parent_station": { @@ -86705,72 +83765,38 @@ }, { "attributes": {}, - "id": "GB-0229-02", + "id": "7182", "links": { - "self": "/stops/GB-0229-02" + "self": "/stops/7182" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=GB-0229-02" + "related": "/facilities/?filter[stop]=7182" } }, "parent_station": { - "data": { - "id": "place-GB-0229", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "CR-zone-5", + "id": "LocalBus", "type": "zone" } } }, "type": "stop" }, - { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Ashmont/Braintree", - "Alewife" - ], - "direction_names": [ - "South", - "North" - ], - "long_name": "Harvard - JFK/UMass via State Street", - "short_name": "Red Line Shuttle", - "sort_order": 61960, - "text_color": "000000", - "type": 3 - }, - "id": "Shuttle-HarvardJFKOmitCongress", - "links": { - "self": "/routes/Shuttle-HarvardJFKOmitCongress" - }, - "relationships": { - "line": { - "data": { - "id": "line-Red", - "type": "line" - } - } - }, - "type": "route" - }, { "attributes": {}, - "id": "1452", + "id": "5245", "links": { - "self": "/stops/1452" + "self": "/stops/5245" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1452" + "related": "/facilities/?filter[stop]=5245" } }, "parent_station": { @@ -86787,14 +83813,14 @@ }, { "attributes": {}, - "id": "16001", + "id": "1350", "links": { - "self": "/stops/16001" + "self": "/stops/1350" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=16001" + "related": "/facilities/?filter[stop]=1350" } }, "parent_station": { @@ -86811,14 +83837,14 @@ }, { "attributes": {}, - "id": "7107", + "id": "557", "links": { - "self": "/stops/7107" + "self": "/stops/557" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7107" + "related": "/facilities/?filter[stop]=557" } }, "parent_station": { @@ -86835,14 +83861,14 @@ }, { "attributes": {}, - "id": "3147", + "id": "4072", "links": { - "self": "/stops/3147" + "self": "/stops/4072" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3147" + "related": "/facilities/?filter[stop]=4072" } }, "parent_station": { @@ -86859,14 +83885,14 @@ }, { "attributes": {}, - "id": "24483", + "id": "3853", "links": { - "self": "/stops/24483" + "self": "/stops/3853" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=24483" + "related": "/facilities/?filter[stop]=3853" } }, "parent_station": { @@ -86883,14 +83909,14 @@ }, { "attributes": {}, - "id": "4318", + "id": "9079", "links": { - "self": "/stops/4318" + "self": "/stops/9079" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4318" + "related": "/facilities/?filter[stop]=9079" } }, "parent_station": { @@ -86907,23 +83933,23 @@ }, { "attributes": { - "direction_id": 0, - "headsign": "Haverhill (Express shuttle)" + "direction_id": 1, + "headsign": "Blandford Street (Shuttle)" }, - "id": "HaverhillReadingExpressExtended-0-sample", + "id": "BlandfordStreetBostonCollege-1-sample", "links": { - "self": "/trips/HaverhillReadingExpressExtended-0-sample" + "self": "/trips/BlandfordStreetBostonCollege-1-sample" }, "relationships": { "route": { "data": { - "id": "Shuttle-HaverhillReadingExpress", + "id": "Shuttle-BlandfordBostonCollege", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-HaverhillReadingExpress-0-0", + "id": "Shuttle-BlandfordBostonCollege-0-1", "type": "route_pattern" } }, @@ -86935,22 +83961,62 @@ }, "shape": { "data": { - "id": "ReadingToHaverhillExpress-S", + "id": "BostonCollegeToBlandfordStreet-S", "type": "shape" } }, "stops": { "data": [ { - "id": "WR-0120-B", + "id": "9070107", "type": "stop" }, { - "id": "WR-0264-B2", + "id": "9070110", "type": "stop" }, { - "id": "WR-0329-B", + "id": "9070112", + "type": "stop" + }, + { + "id": "9070114", + "type": "stop" + }, + { + "id": "9070116", + "type": "stop" + }, + { + "id": "9070120", + "type": "stop" + }, + { + "id": "9070124", + "type": "stop" + }, + { + "id": "9070130", + "type": "stop" + }, + { + "id": "933", + "type": "stop" + }, + { + "id": "934", + "type": "stop" + }, + { + "id": "938", + "type": "stop" + }, + { + "id": "939", + "type": "stop" + }, + { + "id": "941", "type": "stop" } ] @@ -86960,19 +84026,67 @@ }, { "attributes": {}, - "id": "WR-0062-B1", + "id": "5523", "links": { - "self": "/stops/WR-0062-B1" + "self": "/stops/5523" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=WR-0062-B1" + "related": "/facilities/?filter[stop]=5523" } }, "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "place-WR-0062", + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "983", + "links": { + "self": "/stops/983" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=983" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "FR-0394-B1", + "links": { + "self": "/stops/FR-0394-B1" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=FR-0394-B1" + } + }, + "parent_station": { + "data": { + "id": "place-FR-0394", "type": "stop" } }, @@ -86984,14 +84098,41 @@ }, { "attributes": {}, - "id": "394", + "id": "74611", "links": { - "self": "/stops/394" + "self": "/stops/74611" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=394" + "related": "/facilities/?filter[stop]=74611" + } + }, + "parent_station": { + "data": { + "id": "place-sstat", + "type": "stop" + } + }, + "zone": { + "data": { + "id": "SLWaterfrontNonLogan", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "765", + "links": { + "self": "/stops/765" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=765" } }, "parent_station": { @@ -87007,46 +84148,261 @@ "type": "stop" }, { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Bedford VA Hospital", - "Alewife Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Bedford VA Hospital - Alewife Station via Hanscom Airport", - "short_name": "62/76", - "sort_order": 50621, - "text_color": "000000", - "type": 3 + "attributes": {}, + "id": "71317", + "links": { + "self": "/stops/71317" }, - "id": "627", + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=71317" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "1409", "links": { - "self": "/routes/627" + "self": "/stops/1409" }, "relationships": { - "line": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=1409" + } + }, + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "line-6276", - "type": "line" + "id": "LocalBus", + "type": "zone" } } }, - "type": "route" + "type": "stop" }, { "attributes": {}, - "id": "2340", + "id": "DB-2258-02", "links": { - "self": "/stops/2340" + "self": "/stops/DB-2258-02" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2340" + "related": "/facilities/?filter[stop]=DB-2258-02" + } + }, + "parent_station": { + "data": { + "id": "place-DB-2258", + "type": "stop" + } + }, + "zone": { + "data": { + "id": "CR-zone-1A", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "76123", + "links": { + "self": "/stops/76123" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=76123" + } + }, + "parent_station": { + "data": { + "id": "place-harsq", + "type": "stop" + } + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "7508", + "links": { + "self": "/stops/7508" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=7508" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "35618", + "links": { + "self": "/stops/35618" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=35618" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "60618", + "links": { + "self": "/stops/60618" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=60618" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "5506", + "links": { + "self": "/stops/5506" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=5506" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "3783", + "links": { + "self": "/stops/3783" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=3783" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "23835", + "links": { + "self": "/stops/23835" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=23835" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "13828", + "links": { + "self": "/stops/13828" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=13828" } }, "parent_station": { @@ -87064,209 +84420,221 @@ { "attributes": { "direction_id": 0, - "headsign": "Wren St" + "headsign": "Lincoln Lab" }, - "id": "62145527", + "id": "67009343", "links": { - "self": "/trips/62145527" + "self": "/trips/67009343" }, "relationships": { "route": { "data": { - "id": "38", + "id": "76", "type": "route" } }, "route_pattern": { "data": { - "id": "38-1-0", + "id": "76-3-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "380176", + "id": "760152", "type": "shape" } }, "stops": { "data": [ { - "id": "1346", + "id": "141", "type": "stop" }, { - "id": "1350", + "id": "2482", "type": "stop" }, { - "id": "1351", + "id": "2353", "type": "stop" }, { - "id": "1352", + "id": "2354", "type": "stop" }, { - "id": "1353", + "id": "2355", "type": "stop" }, { - "id": "1354", + "id": "2356", "type": "stop" }, { - "id": "17411", + "id": "2357", "type": "stop" }, { - "id": "17401", + "id": "2358", "type": "stop" }, { - "id": "17391", + "id": "2201", "type": "stop" }, { - "id": "1587", + "id": "2203", "type": "stop" }, { - "id": "11587", + "id": "2464", "type": "stop" }, { - "id": "21587", + "id": "2465", "type": "stop" }, { - "id": "547", + "id": "12465", "type": "stop" }, { - "id": "10642", + "id": "2493", "type": "stop" }, { - "id": "1936", + "id": "2941", "type": "stop" }, { - "id": "1937", + "id": "2943", "type": "stop" }, { - "id": "1128", + "id": "2944", "type": "stop" }, { - "id": "11939", + "id": "8436", "type": "stop" }, { - "id": "1940", + "id": "8591", "type": "stop" }, { - "id": "1941", + "id": "8593", "type": "stop" }, { - "id": "5241", + "id": "8595", "type": "stop" }, { - "id": "15241", + "id": "8596", "type": "stop" }, { - "id": "5243", + "id": "8597", "type": "stop" }, { - "id": "5244", + "id": "8598", "type": "stop" }, { - "id": "5245", + "id": "8599", "type": "stop" }, { - "id": "5246", + "id": "8600", "type": "stop" }, { - "id": "5247", + "id": "8601", "type": "stop" }, { - "id": "5248", + "id": "7878", "type": "stop" }, { - "id": "5249", + "id": "7761", "type": "stop" }, { - "id": "5250", + "id": "7762", "type": "stop" }, { - "id": "5251", + "id": "7763", "type": "stop" }, { - "id": "5252", + "id": "8602", "type": "stop" }, { - "id": "5253", + "id": "8603", "type": "stop" }, { - "id": "5254", + "id": "8604", "type": "stop" }, { - "id": "5255", + "id": "8605", "type": "stop" }, { - "id": "5256", + "id": "8606", "type": "stop" }, { - "id": "5257", + "id": "8607", "type": "stop" }, { - "id": "5258", + "id": "8608", "type": "stop" }, { - "id": "5259", + "id": "8609", "type": "stop" }, { - "id": "5260", + "id": "8610", "type": "stop" }, { - "id": "5261", + "id": "8611", "type": "stop" }, { - "id": "5262", + "id": "86114", "type": "stop" }, { - "id": "5263", + "id": "8612", + "type": "stop" + }, + { + "id": "86121", + "type": "stop" + }, + { + "id": "86122", + "type": "stop" + }, + { + "id": "85231", "type": "stop" } ] @@ -87276,142 +84644,162 @@ }, { "attributes": { - "direction_id": 0, - "headsign": "Clarendon Hill" + "direction_id": 1, + "headsign": "Townsend & Humboldt" }, - "id": "61848755", + "id": "66651199", "links": { - "self": "/trips/61848755" + "self": "/trips/66651199" }, "relationships": { "route": { "data": { - "id": "88", + "id": "10", "type": "route" } }, "route_pattern": { "data": { - "id": "88-_-0", + "id": "10-2-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "880160", + "id": "100251", "type": "shape" } }, "stops": { "data": [ { - "id": "70500", + "id": "33", "type": "stop" }, { - "id": "2605", + "id": "10033", "type": "stop" }, { - "id": "2607", + "id": "34", "type": "stop" }, { - "id": "2659", + "id": "35", "type": "stop" }, { - "id": "2660", + "id": "895", "type": "stop" }, { - "id": "2661", + "id": "41", "type": "stop" }, { - "id": "2662", + "id": "42", "type": "stop" }, { - "id": "2664", + "id": "43", "type": "stop" }, { - "id": "2665", + "id": "44", "type": "stop" }, { - "id": "2666", + "id": "45", "type": "stop" }, { - "id": "2667", + "id": "46", "type": "stop" }, { - "id": "2668", + "id": "47", "type": "stop" }, { - "id": "2669", + "id": "48", "type": "stop" }, { - "id": "2670", + "id": "49", "type": "stop" }, { - "id": "2671", + "id": "50", "type": "stop" }, { - "id": "2672", + "id": "51", "type": "stop" }, { - "id": "2673", + "id": "52", "type": "stop" }, { - "id": "2628", + "id": "13", "type": "stop" }, { - "id": "5104", + "id": "9955", "type": "stop" }, { - "id": "2631", + "id": "40001", "type": "stop" }, { - "id": "2632", + "id": "401", "type": "stop" }, { - "id": "2634", + "id": "404", "type": "stop" }, { - "id": "2635", + "id": "405", "type": "stop" }, { - "id": "2715", + "id": "406", "type": "stop" }, { - "id": "2636", + "id": "407", "type": "stop" }, { - "id": "2637", + "id": "410", + "type": "stop" + }, + { + "id": "411", + "type": "stop" + }, + { + "id": "412", + "type": "stop" + }, + { + "id": "413", + "type": "stop" + }, + { + "id": "414", + "type": "stop" + }, + { + "id": "1565", "type": "stop" } ] @@ -87419,16 +84807,53 @@ }, "type": "trip" }, + { + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Braintree", + "Alewife" + ], + "direction_names": [ + "South", + "North" + ], + "long_name": "Braintree - Broadway", + "short_name": "Red Line Shuttle", + "sort_order": 61035, + "text_color": "000000", + "type": 3 + }, + "id": "Shuttle-BraintreeBroadway", + "links": { + "self": "/routes/Shuttle-BraintreeBroadway" + }, + "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, + "line": { + "data": { + "id": "line-Red", + "type": "line" + } + } + }, + "type": "route" + }, { "attributes": {}, - "id": "5839", + "id": "6162", "links": { - "self": "/stops/5839" + "self": "/stops/6162" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5839" + "related": "/facilities/?filter[stop]=6162" } }, "parent_station": { @@ -87445,14 +84870,14 @@ }, { "attributes": {}, - "id": "1931", + "id": "9163", "links": { - "self": "/stops/1931" + "self": "/stops/9163" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1931" + "related": "/facilities/?filter[stop]=9163" } }, "parent_station": { @@ -87469,14 +84894,14 @@ }, { "attributes": {}, - "id": "8645", + "id": "2875", "links": { - "self": "/stops/8645" + "self": "/stops/2875" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8645" + "related": "/facilities/?filter[stop]=2875" } }, "parent_station": { @@ -87493,22 +84918,25 @@ }, { "attributes": {}, - "id": "7217", + "id": "NEC-2173-02", "links": { - "self": "/stops/7217" + "self": "/stops/NEC-2173-02" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7217" + "related": "/facilities/?filter[stop]=NEC-2173-02" } }, "parent_station": { - "data": null + "data": { + "id": "place-NEC-2173", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "CR-zone-2", "type": "zone" } } @@ -87517,14 +84945,14 @@ }, { "attributes": {}, - "id": "4919", + "id": "3634", "links": { - "self": "/stops/4919" + "self": "/stops/3634" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4919" + "related": "/facilities/?filter[stop]=3634" } }, "parent_station": { @@ -87541,14 +84969,14 @@ }, { "attributes": {}, - "id": "49910", + "id": "2588", "links": { - "self": "/stops/49910" + "self": "/stops/2588" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=49910" + "related": "/facilities/?filter[stop]=2588" } }, "parent_station": { @@ -87565,14 +84993,14 @@ }, { "attributes": {}, - "id": "77245", + "id": "6569", "links": { - "self": "/stops/77245" + "self": "/stops/6569" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=77245" + "related": "/facilities/?filter[stop]=6569" } }, "parent_station": { @@ -87589,19 +85017,19 @@ }, { "attributes": {}, - "id": "70148", + "id": "70084", "links": { - "self": "/stops/70148" + "self": "/stops/70084" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70148" + "related": "/facilities/?filter[stop]=70084" } }, "parent_station": { "data": { - "id": "place-bland", + "id": "place-andrw", "type": "stop" } }, @@ -87614,27 +85042,97 @@ }, "type": "stop" }, + { + "attributes": { + "direction_id": 1, + "headsign": "Copley (Express shuttle)" + }, + "id": "CopleyRiversideExpress-1-sample", + "links": { + "self": "/trips/CopleyRiversideExpress-1-sample" + }, + "relationships": { + "route": { + "data": { + "id": "Shuttle-CopleyRiversideExpress", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "Shuttle-CopleyRiversideExpress-0-1", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "canonical", + "type": "service" + } + }, + "shape": { + "data": { + "id": "RiversideToCopleyExpress-S", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "38155", + "type": "stop" + }, + { + "id": "178", + "type": "stop" + } + ] + } + }, + "type": "trip" + }, { "attributes": {}, - "id": "NEC-2108-01", + "id": "4236", "links": { - "self": "/stops/NEC-2108-01" + "self": "/stops/4236" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=NEC-2108-01" + "related": "/facilities/?filter[stop]=4236" } }, "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "place-NEC-2108", - "type": "stop" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "8500", + "links": { + "self": "/stops/8500" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=8500" } }, + "parent_station": { + "data": null + }, "zone": { "data": { - "id": "CR-zone-4", + "id": "LocalBus", "type": "zone" } } @@ -87643,14 +85141,14 @@ }, { "attributes": {}, - "id": "5572", + "id": "10618", "links": { - "self": "/stops/5572" + "self": "/stops/10618" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5572" + "related": "/facilities/?filter[stop]=10618" } }, "parent_station": { @@ -87667,14 +85165,14 @@ }, { "attributes": {}, - "id": "22549", + "id": "9214", "links": { - "self": "/stops/22549" + "self": "/stops/9214" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=22549" + "related": "/facilities/?filter[stop]=9214" } }, "parent_station": { @@ -87691,14 +85189,14 @@ }, { "attributes": {}, - "id": "6307", + "id": "5759", "links": { - "self": "/stops/6307" + "self": "/stops/5759" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6307" + "related": "/facilities/?filter[stop]=5759" } }, "parent_station": { @@ -87715,14 +85213,14 @@ }, { "attributes": {}, - "id": "4849", + "id": "6707", "links": { - "self": "/stops/4849" + "self": "/stops/6707" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4849" + "related": "/facilities/?filter[stop]=6707" } }, "parent_station": { @@ -87739,14 +85237,14 @@ }, { "attributes": {}, - "id": "5091", + "id": "6479", "links": { - "self": "/stops/5091" + "self": "/stops/6479" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5091" + "related": "/facilities/?filter[stop]=6479" } }, "parent_station": { @@ -87763,14 +85261,14 @@ }, { "attributes": {}, - "id": "6432", + "id": "5234", "links": { - "self": "/stops/6432" + "self": "/stops/5234" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6432" + "related": "/facilities/?filter[stop]=5234" } }, "parent_station": { @@ -87785,16 +85283,30 @@ }, "type": "stop" }, + { + "attributes": { + "color": "FFC72C", + "long_name": "Waltham - Central Square, Cambridge", + "short_name": "61/70/170", + "sort_order": 50610, + "text_color": "000000" + }, + "id": "line-6170170", + "links": { + "self": "/lines/line-6170170" + }, + "type": "line" + }, { "attributes": {}, - "id": "3689", + "id": "12147", "links": { - "self": "/stops/3689" + "self": "/stops/12147" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3689" + "related": "/facilities/?filter[stop]=12147" } }, "parent_station": { @@ -87811,14 +85323,14 @@ }, { "attributes": {}, - "id": "1196", + "id": "7180", "links": { - "self": "/stops/1196" + "self": "/stops/7180" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1196" + "related": "/facilities/?filter[stop]=7180" } }, "parent_station": { @@ -87834,46 +85346,39 @@ "type": "stop" }, { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Riverside", - "Union Square" - ], - "direction_names": [ - "West", - "East" - ], - "long_name": "Fenway - Kenmore", - "short_name": "Green Line D Shuttle", - "sort_order": 61475, - "text_color": "000000", - "type": 3 - }, - "id": "Shuttle-FenwayKenmore", + "attributes": {}, + "id": "86968", "links": { - "self": "/routes/Shuttle-FenwayKenmore" + "self": "/stops/86968" }, "relationships": { - "line": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=86968" + } + }, + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "line-Green", - "type": "line" + "id": "LocalBus", + "type": "zone" } } }, - "type": "route" + "type": "stop" }, { "attributes": {}, - "id": "7138", + "id": "4230", "links": { - "self": "/stops/7138" + "self": "/stops/4230" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7138" + "related": "/facilities/?filter[stop]=4230" } }, "parent_station": { @@ -87890,146 +85395,74 @@ }, { "attributes": { - "direction_id": 1, - "headsign": "Waltham Center" + "direction_id": 0, + "headsign": "Wachusett" }, - "id": "61849655", + "id": "NorthWKDYF24-706229-423", "links": { - "self": "/trips/61849655" + "self": "/trips/NorthWKDYF24-706229-423" }, "relationships": { "route": { "data": { - "id": "61", + "id": "CR-Fitchburg", "type": "route" } }, "route_pattern": { "data": { - "id": "61-_-1", + "id": "CR-Fitchburg-8294748d-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "FALL 2024-NORTHWKD-Weekday-1", "type": "service" } }, "shape": { "data": { - "id": "610031", + "id": "9840004", "type": "shape" } }, "stops": { "data": [ { - "id": "7784", - "type": "stop" - }, - { - "id": "7785", - "type": "stop" - }, - { - "id": "7787", - "type": "stop" - }, - { - "id": "7789", - "type": "stop" - }, - { - "id": "7790", - "type": "stop" - }, - { - "id": "7791", - "type": "stop" - }, - { - "id": "7792", - "type": "stop" - }, - { - "id": "7774", - "type": "stop" - }, - { - "id": "86915", - "type": "stop" - }, - { - "id": "17774", - "type": "stop" - }, - { - "id": "7775", - "type": "stop" - }, - { - "id": "7776", - "type": "stop" - }, - { - "id": "7778", - "type": "stop" - }, - { - "id": "7779", - "type": "stop" - }, - { - "id": "7780", - "type": "stop" - }, - { - "id": "18924", - "type": "stop" - }, - { - "id": "18925", - "type": "stop" - }, - { - "id": "18928", - "type": "stop" - }, - { - "id": "18931", + "id": "BNT-0000", "type": "stop" }, { - "id": "1606", + "id": "FR-0034-01", "type": "stop" }, { - "id": "1607", + "id": "FR-0253-01", "type": "stop" }, { - "id": "1608", + "id": "FR-0301-01", "type": "stop" }, { - "id": "1609", + "id": "FR-0361-01", "type": "stop" }, { - "id": "1610", + "id": "FR-0394-01", "type": "stop" }, { - "id": "869411", + "id": "FR-0451-01", "type": "stop" }, { - "id": "86943", + "id": "FR-0494-CS", "type": "stop" }, { - "id": "86944", + "id": "FR-3338-CS", "type": "stop" } ] @@ -88039,14 +85472,14 @@ }, { "attributes": {}, - "id": "3317", + "id": "67618", "links": { - "self": "/stops/3317" + "self": "/stops/67618" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3317" + "related": "/facilities/?filter[stop]=67618" } }, "parent_station": { @@ -88063,14 +85496,14 @@ }, { "attributes": {}, - "id": "15982", + "id": "3186", "links": { - "self": "/stops/15982" + "self": "/stops/3186" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=15982" + "related": "/facilities/?filter[stop]=3186" } }, "parent_station": { @@ -88087,14 +85520,14 @@ }, { "attributes": {}, - "id": "8159", + "id": "2880", "links": { - "self": "/stops/8159" + "self": "/stops/2880" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8159" + "related": "/facilities/?filter[stop]=2880" } }, "parent_station": { @@ -88111,14 +85544,14 @@ }, { "attributes": {}, - "id": "25974", + "id": "8271", "links": { - "self": "/stops/25974" + "self": "/stops/8271" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=25974" + "related": "/facilities/?filter[stop]=8271" } }, "parent_station": { @@ -88135,14 +85568,14 @@ }, { "attributes": {}, - "id": "6571", + "id": "12654", "links": { - "self": "/stops/6571" + "self": "/stops/12654" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6571" + "related": "/facilities/?filter[stop]=12654" } }, "parent_station": { @@ -88159,14 +85592,14 @@ }, { "attributes": {}, - "id": "4221", + "id": "7753", "links": { - "self": "/stops/4221" + "self": "/stops/7753" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4221" + "related": "/facilities/?filter[stop]=7753" } }, "parent_station": { @@ -88183,14 +85616,14 @@ }, { "attributes": {}, - "id": "1372", + "id": "3085", "links": { - "self": "/stops/1372" + "self": "/stops/3085" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1372" + "related": "/facilities/?filter[stop]=3085" } }, "parent_station": { @@ -88206,17 +85639,282 @@ "type": "stop" }, { - "attributes": {}, - "id": "18974", + "attributes": { + "direction_id": 1, + "headsign": "Quincy Center" + }, + "id": "67290287", "links": { - "self": "/stops/18974" + "self": "/trips/67290287" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=18974" - } - }, + "route": { + "data": { + "id": "222", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "222-_-1", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "WinterWeekday", + "type": "service" + } + }, + "shape": { + "data": { + "id": "2220113", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "3684", + "type": "stop" + }, + { + "id": "36841", + "type": "stop" + }, + { + "id": "36842", + "type": "stop" + }, + { + "id": "36843", + "type": "stop" + }, + { + "id": "10009", + "type": "stop" + }, + { + "id": "36844", + "type": "stop" + }, + { + "id": "36845", + "type": "stop" + }, + { + "id": "13685", + "type": "stop" + }, + { + "id": "3685", + "type": "stop" + }, + { + "id": "3686", + "type": "stop" + }, + { + "id": "3687", + "type": "stop" + }, + { + "id": "3688", + "type": "stop" + }, + { + "id": "3689", + "type": "stop" + }, + { + "id": "3690", + "type": "stop" + }, + { + "id": "3691", + "type": "stop" + }, + { + "id": "3692", + "type": "stop" + }, + { + "id": "3693", + "type": "stop" + }, + { + "id": "3694", + "type": "stop" + }, + { + "id": "3695", + "type": "stop" + }, + { + "id": "3696", + "type": "stop" + }, + { + "id": "36961", + "type": "stop" + }, + { + "id": "3697", + "type": "stop" + }, + { + "id": "3698", + "type": "stop" + }, + { + "id": "3699", + "type": "stop" + }, + { + "id": "3700", + "type": "stop" + }, + { + "id": "3701", + "type": "stop" + }, + { + "id": "3702", + "type": "stop" + }, + { + "id": "3703", + "type": "stop" + }, + { + "id": "3705", + "type": "stop" + }, + { + "id": "3706", + "type": "stop" + }, + { + "id": "3707", + "type": "stop" + }, + { + "id": "3708", + "type": "stop" + }, + { + "id": "3616", + "type": "stop" + }, + { + "id": "3617", + "type": "stop" + }, + { + "id": "3618", + "type": "stop" + }, + { + "id": "3619", + "type": "stop" + }, + { + "id": "3620", + "type": "stop" + }, + { + "id": "3621", + "type": "stop" + }, + { + "id": "3622", + "type": "stop" + }, + { + "id": "3623", + "type": "stop" + }, + { + "id": "3624", + "type": "stop" + }, + { + "id": "3626", + "type": "stop" + }, + { + "id": "3627", + "type": "stop" + }, + { + "id": "3629", + "type": "stop" + }, + { + "id": "3630", + "type": "stop" + }, + { + "id": "3631", + "type": "stop" + }, + { + "id": "3632", + "type": "stop" + }, + { + "id": "3633", + "type": "stop" + }, + { + "id": "3634", + "type": "stop" + }, + { + "id": "3635", + "type": "stop" + }, + { + "id": "3636", + "type": "stop" + }, + { + "id": "3638", + "type": "stop" + }, + { + "id": "3639", + "type": "stop" + }, + { + "id": "3640", + "type": "stop" + }, + { + "id": "3038", + "type": "stop" + }, + { + "id": "32004", + "type": "stop" + } + ] + } + }, + "type": "trip" + }, + { + "attributes": {}, + "id": "3890", + "links": { + "self": "/stops/3890" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=3890" + } + }, "parent_station": { "data": null }, @@ -88231,14 +85929,14 @@ }, { "attributes": {}, - "id": "610", + "id": "5810", "links": { - "self": "/stops/610" + "self": "/stops/5810" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=610" + "related": "/facilities/?filter[stop]=5810" } }, "parent_station": { @@ -88255,14 +85953,14 @@ }, { "attributes": {}, - "id": "561", + "id": "2290", "links": { - "self": "/stops/561" + "self": "/stops/2290" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=561" + "related": "/facilities/?filter[stop]=2290" } }, "parent_station": { @@ -88279,14 +85977,14 @@ }, { "attributes": {}, - "id": "2548", + "id": "9233", "links": { - "self": "/stops/2548" + "self": "/stops/9233" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2548" + "related": "/facilities/?filter[stop]=9233" } }, "parent_station": { @@ -88303,14 +86001,14 @@ }, { "attributes": {}, - "id": "1684", + "id": "59901", "links": { - "self": "/stops/1684" + "self": "/stops/59901" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1684" + "related": "/facilities/?filter[stop]=59901" } }, "parent_station": { @@ -88325,40 +86023,57 @@ }, "type": "stop" }, + { + "attributes": { + "color": "FFC72C", + "long_name": "Chestnut Hill or Brighton - Kenmore", + "short_name": "60/65", + "sort_order": 50600, + "text_color": "000000" + }, + "id": "line-6065", + "links": { + "self": "/lines/line-6065" + }, + "type": "line" + }, { "attributes": {}, - "id": "DB-2205-B0", + "id": "WML-0025-05", "links": { - "self": "/stops/DB-2205-B0" + "self": "/stops/WML-0025-05" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=DB-2205-B0" + "related": "/facilities/?filter[stop]=WML-0025-05" } }, "parent_station": { "data": { - "id": "place-DB-2205", + "id": "place-WML-0025", "type": "stop" } }, "zone": { - "data": null + "data": { + "id": "CR-zone-1A", + "type": "zone" + } } }, "type": "stop" }, { "attributes": {}, - "id": "7634", + "id": "8192", "links": { - "self": "/stops/7634" + "self": "/stops/8192" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7634" + "related": "/facilities/?filter[stop]=8192" } }, "parent_station": { @@ -88374,104 +86089,63 @@ "type": "stop" }, { - "attributes": { - "direction_id": 1, - "headsign": "South Station" - }, - "id": "CR-670201-624", + "attributes": {}, + "id": "1636", "links": { - "self": "/trips/CR-670201-624" + "self": "/stops/1636" }, "relationships": { - "route": { - "data": { - "id": "CR-Needham", - "type": "route" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=1636" } }, - "route_pattern": { - "data": { - "id": "CR-Needham-a01e12e1-1", - "type": "route_pattern" - } + "parent_station": { + "data": null }, - "service": { + "zone": { "data": { - "id": "SPRING2024-SOUTHWKD-Weekday-1-Scbbf1ea5", - "type": "service" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "3096", + "links": { + "self": "/stops/3096" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=3096" } }, - "shape": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "9860001", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "NB-0137-S", - "type": "stop" - }, - { - "id": "NB-0127-S", - "type": "stop" - }, - { - "id": "NB-0120-S", - "type": "stop" - }, - { - "id": "NB-0109-S", - "type": "stop" - }, - { - "id": "NB-0080-S", - "type": "stop" - }, - { - "id": "NB-0076-S", - "type": "stop" - }, - { - "id": "NB-0072-S", - "type": "stop" - }, - { - "id": "NB-0064-S", - "type": "stop" - }, - { - "id": "NEC-2237-05", - "type": "stop" - }, - { - "id": "NEC-2265-02", - "type": "stop" - }, - { - "id": "NEC-2276-02", - "type": "stop" - }, - { - "id": "NEC-2287", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "4462", + "id": "8235", "links": { - "self": "/stops/4462" + "self": "/stops/8235" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4462" + "related": "/facilities/?filter[stop]=8235" } }, "parent_station": { @@ -88488,14 +86162,14 @@ }, { "attributes": {}, - "id": "36618", + "id": "61842", "links": { - "self": "/stops/36618" + "self": "/stops/61842" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=36618" + "related": "/facilities/?filter[stop]=61842" } }, "parent_station": { @@ -88512,14 +86186,14 @@ }, { "attributes": {}, - "id": "49738", + "id": "3375", "links": { - "self": "/stops/49738" + "self": "/stops/3375" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=49738" + "related": "/facilities/?filter[stop]=3375" } }, "parent_station": { @@ -88536,35 +86210,38 @@ }, { "attributes": {}, - "id": "9070074", + "id": "39693", "links": { - "self": "/stops/9070074" + "self": "/stops/39693" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9070074" + "related": "/facilities/?filter[stop]=39693" } }, "parent_station": { "data": null }, "zone": { - "data": null + "data": { + "id": "LocalBus", + "type": "zone" + } } }, "type": "stop" }, { "attributes": {}, - "id": "6649", + "id": "11803", "links": { - "self": "/stops/6649" + "self": "/stops/11803" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6649" + "related": "/facilities/?filter[stop]=11803" } }, "parent_station": { @@ -88581,14 +86258,14 @@ }, { "attributes": {}, - "id": "3698", + "id": "6218", "links": { - "self": "/stops/3698" + "self": "/stops/6218" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3698" + "related": "/facilities/?filter[stop]=6218" } }, "parent_station": { @@ -88605,14 +86282,14 @@ }, { "attributes": {}, - "id": "7561", + "id": "3054", "links": { - "self": "/stops/7561" + "self": "/stops/3054" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7561" + "related": "/facilities/?filter[stop]=3054" } }, "parent_station": { @@ -88629,14 +86306,14 @@ }, { "attributes": {}, - "id": "3913", + "id": "35830", "links": { - "self": "/stops/3913" + "self": "/stops/35830" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3913" + "related": "/facilities/?filter[stop]=35830" } }, "parent_station": { @@ -88653,14 +86330,14 @@ }, { "attributes": {}, - "id": "7804", + "id": "3626", "links": { - "self": "/stops/7804" + "self": "/stops/3626" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7804" + "related": "/facilities/?filter[stop]=3626" } }, "parent_station": { @@ -88677,14 +86354,14 @@ }, { "attributes": {}, - "id": "3292", + "id": "5363", "links": { - "self": "/stops/3292" + "self": "/stops/5363" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3292" + "related": "/facilities/?filter[stop]=5363" } }, "parent_station": { @@ -88699,16 +86376,129 @@ }, "type": "stop" }, + { + "attributes": { + "direction_id": 0, + "headsign": "Quincy Center" + }, + "id": "67263593", + "links": { + "self": "/trips/67263593" + }, + "relationships": { + "route": { + "data": { + "id": "210", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "210-_-0", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "BUS12025-hbq15hl6-Saturday-02", + "type": "service" + } + }, + "shape": { + "data": { + "id": "2100077", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "3125", + "type": "stop" + }, + { + "id": "3019", + "type": "stop" + }, + { + "id": "3020", + "type": "stop" + }, + { + "id": "3022", + "type": "stop" + }, + { + "id": "3023", + "type": "stop" + }, + { + "id": "3024", + "type": "stop" + }, + { + "id": "3025", + "type": "stop" + }, + { + "id": "3026", + "type": "stop" + }, + { + "id": "3027", + "type": "stop" + }, + { + "id": "3028", + "type": "stop" + }, + { + "id": "3029", + "type": "stop" + }, + { + "id": "3031", + "type": "stop" + }, + { + "id": "3032", + "type": "stop" + }, + { + "id": "3033", + "type": "stop" + }, + { + "id": "3034", + "type": "stop" + }, + { + "id": "3035", + "type": "stop" + }, + { + "id": "3036", + "type": "stop" + }, + { + "id": "32005", + "type": "stop" + } + ] + } + }, + "type": "trip" + }, { "attributes": {}, - "id": "5451", + "id": "39683", "links": { - "self": "/stops/5451" + "self": "/stops/39683" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5451" + "related": "/facilities/?filter[stop]=39683" } }, "parent_station": { @@ -88725,14 +86515,14 @@ }, { "attributes": {}, - "id": "36841", + "id": "25", "links": { - "self": "/stops/36841" + "self": "/stops/25" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=36841" + "related": "/facilities/?filter[stop]=25" } }, "parent_station": { @@ -88749,14 +86539,14 @@ }, { "attributes": {}, - "id": "82471", + "id": "1450", "links": { - "self": "/stops/82471" + "self": "/stops/1450" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=82471" + "related": "/facilities/?filter[stop]=1450" } }, "parent_station": { @@ -88773,14 +86563,14 @@ }, { "attributes": {}, - "id": "5658", + "id": "5474", "links": { - "self": "/stops/5658" + "self": "/stops/5474" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5658" + "related": "/facilities/?filter[stop]=5474" } }, "parent_station": { @@ -88797,14 +86587,14 @@ }, { "attributes": {}, - "id": "5567", + "id": "981", "links": { - "self": "/stops/5567" + "self": "/stops/981" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5567" + "related": "/facilities/?filter[stop]=981" } }, "parent_station": { @@ -88821,14 +86611,35 @@ }, { "attributes": {}, - "id": "3822", + "id": "9070054", "links": { - "self": "/stops/3822" + "self": "/stops/9070054" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3822" + "related": "/facilities/?filter[stop]=9070054" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "17846", + "links": { + "self": "/stops/17846" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=17846" } }, "parent_station": { @@ -88846,73 +86657,113 @@ { "attributes": { "direction_id": 0, - "headsign": "Avenue Louis Pasteur (Limited Stops)" + "headsign": "Forge Park/495" }, - "id": "61390943", + "id": "SouthWKDYF24-697777-735", "links": { - "self": "/trips/61390943" + "self": "/trips/SouthWKDYF24-697777-735" }, "relationships": { "route": { "data": { - "id": "708", + "id": "CR-Franklin", "type": "route" } }, "route_pattern": { "data": { - "id": "708-1-0", + "id": "CR-Franklin-807421e2-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "FALL 2024-SOUTHWKD-Weekday-1-S85407dc6", "type": "service" } }, "shape": { "data": { - "id": "7080080", + "id": "9880003", "type": "shape" } }, "stops": { "data": [ { - "id": "13", + "id": "NEC-2287", "type": "stop" }, { - "id": "128", + "id": "DB-2265-01", "type": "stop" }, { - "id": "10014", + "id": "DB-2258-01", "type": "stop" }, { - "id": "10015", + "id": "DB-2249-01", "type": "stop" }, { - "id": "1790", + "id": "DB-2240-01", "type": "stop" }, { - "id": "7", + "id": "DB-2230-01", "type": "stop" }, { - "id": "17863", + "id": "DB-2222-01", "type": "stop" }, { - "id": "1799", + "id": "DB-2205-01", "type": "stop" }, { - "id": "11802", + "id": "FB-0095-04", + "type": "stop" + }, + { + "id": "FB-0109-01", + "type": "stop" + }, + { + "id": "FB-0118-01", + "type": "stop" + }, + { + "id": "FB-0125-01", + "type": "stop" + }, + { + "id": "FB-0143-01", + "type": "stop" + }, + { + "id": "FB-0148-01", + "type": "stop" + }, + { + "id": "FB-0166-S", + "type": "stop" + }, + { + "id": "FB-0191-S", + "type": "stop" + }, + { + "id": "FB-0230-S", + "type": "stop" + }, + { + "id": "FB-0275-S", + "type": "stop" + }, + { + "id": "FB-0303-S", "type": "stop" } ] @@ -88922,46 +86773,49 @@ }, { "attributes": {}, - "id": "WR-0067-B1", + "id": "13713", "links": { - "self": "/stops/WR-0067-B1" + "self": "/stops/13713" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=WR-0067-B1" + "related": "/facilities/?filter[stop]=13713" } }, "parent_station": { - "data": { - "id": "place-WR-0067", - "type": "stop" - } + "data": null }, "zone": { - "data": null + "data": { + "id": "LocalBus", + "type": "zone" + } } }, "type": "stop" }, { "attributes": {}, - "id": "3976", + "id": "WML-0177-02", "links": { - "self": "/stops/3976" + "self": "/stops/WML-0177-02" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3976" + "related": "/facilities/?filter[stop]=WML-0177-02" } }, "parent_station": { - "data": null + "data": { + "id": "place-WML-0177", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "CR-zone-4", "type": "zone" } } @@ -88970,158 +86824,234 @@ }, { "attributes": { - "direction_id": 1, - "headsign": "Kenmore" + "direction_id": 0, + "headsign": "Lincoln Lab via Hanscom Airport" }, - "id": "61393817", + "id": "67009348", "links": { - "self": "/trips/61393817" + "self": "/trips/67009348" }, "relationships": { "route": { "data": { - "id": "65", + "id": "76", "type": "route" } }, "route_pattern": { "data": { - "id": "65-_-1", + "id": "76-_-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "65-_-1", + "id": "760153", "type": "shape" } }, "stops": { "data": [ { - "id": "1026", + "id": "141", "type": "stop" }, { - "id": "919", + "id": "2482", "type": "stop" }, { - "id": "1268", + "id": "2353", "type": "stop" }, { - "id": "1269", + "id": "2354", "type": "stop" }, { - "id": "1270", + "id": "2355", "type": "stop" }, { - "id": "1272", + "id": "2356", "type": "stop" }, { - "id": "1273", + "id": "2357", "type": "stop" }, { - "id": "1274", + "id": "2358", "type": "stop" }, { - "id": "1275", + "id": "2201", "type": "stop" }, { - "id": "1276", + "id": "2203", "type": "stop" }, { - "id": "1277", + "id": "2464", "type": "stop" }, { - "id": "1278", + "id": "2465", "type": "stop" }, { - "id": "1279", + "id": "12465", "type": "stop" }, { - "id": "1280", + "id": "2493", "type": "stop" }, { - "id": "1281", + "id": "2941", "type": "stop" }, { - "id": "1282", + "id": "2943", "type": "stop" }, { - "id": "1283", + "id": "2944", "type": "stop" }, { - "id": "1555", + "id": "8436", "type": "stop" }, { - "id": "1556", + "id": "8591", "type": "stop" }, { - "id": "1557", + "id": "8593", "type": "stop" }, { - "id": "1558", + "id": "8595", "type": "stop" }, { - "id": "1559", + "id": "8596", "type": "stop" }, { - "id": "1804", + "id": "8597", "type": "stop" }, { - "id": "1805", + "id": "8598", "type": "stop" }, { - "id": "1806", + "id": "8599", "type": "stop" }, { - "id": "9441", + "id": "8600", "type": "stop" }, { - "id": "1562", + "id": "8601", "type": "stop" }, { - "id": "1563", + "id": "7878", "type": "stop" }, { - "id": "1564", + "id": "7761", "type": "stop" }, { - "id": "899", + "id": "7762", + "type": "stop" + }, + { + "id": "7763", + "type": "stop" + }, + { + "id": "8602", + "type": "stop" + }, + { + "id": "8603", + "type": "stop" + }, + { + "id": "8604", + "type": "stop" + }, + { + "id": "8605", + "type": "stop" + }, + { + "id": "8606", + "type": "stop" + }, + { + "id": "8607", + "type": "stop" + }, + { + "id": "8608", + "type": "stop" + }, + { + "id": "8609", + "type": "stop" + }, + { + "id": "8610", + "type": "stop" + }, + { + "id": "8611", + "type": "stop" + }, + { + "id": "86178", + "type": "stop" + }, + { + "id": "86179", + "type": "stop" + }, + { + "id": "86180", + "type": "stop" + }, + { + "id": "86114", + "type": "stop" + }, + { + "id": "8612", + "type": "stop" + }, + { + "id": "86121", + "type": "stop" + }, + { + "id": "86122", + "type": "stop" + }, + { + "id": "85231", "type": "stop" } ] @@ -89131,14 +87061,14 @@ }, { "attributes": {}, - "id": "6415", + "id": "61", "links": { - "self": "/stops/6415" + "self": "/stops/61" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6415" + "related": "/facilities/?filter[stop]=61" } }, "parent_station": { @@ -89155,14 +87085,14 @@ }, { "attributes": {}, - "id": "6614", + "id": "1030", "links": { - "self": "/stops/6614" + "self": "/stops/1030" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6614" + "related": "/facilities/?filter[stop]=1030" } }, "parent_station": { @@ -89179,14 +87109,14 @@ }, { "attributes": {}, - "id": "5243", + "id": "7587", "links": { - "self": "/stops/5243" + "self": "/stops/7587" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5243" + "related": "/facilities/?filter[stop]=7587" } }, "parent_station": { @@ -89202,60 +87132,104 @@ "type": "stop" }, { - "attributes": {}, - "id": "76052", + "attributes": { + "direction_id": 0, + "headsign": "Jackson Square (Shuttle)" + }, + "id": "CopleyJackson-Weekday-9e586-0-00:00:00", "links": { - "self": "/stops/76052" + "self": "/trips/CopleyJackson-Weekday-9e586-0-00%3A00%3A00" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=76052" + "route": { + "data": { + "id": "Shuttle-CopleyJackson", + "type": "route" } }, - "parent_station": { - "data": null + "route_pattern": { + "data": { + "id": "Shuttle-CopleyJackson-0-0", + "type": "route_pattern" + } }, - "zone": { + "service": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "canonical", + "type": "service" + } + }, + "shape": { + "data": { + "id": "CopleyToJackson-S", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "9170154", + "type": "stop" + }, + { + "id": "9170014", + "type": "stop" + }, + { + "id": "9170012", + "type": "stop" + }, + { + "id": "9070010", + "type": "stop" + }, + { + "id": "1258", + "type": "stop" + }, + { + "id": "11531", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "9070171", + "id": "5299", "links": { - "self": "/stops/9070171" + "self": "/stops/5299" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9070171" + "related": "/facilities/?filter[stop]=5299" } }, "parent_station": { "data": null }, "zone": { - "data": null + "data": { + "id": "LocalBus", + "type": "zone" + } } }, "type": "stop" }, { "attributes": {}, - "id": "81688", + "id": "9205", "links": { - "self": "/stops/81688" + "self": "/stops/9205" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=81688" + "related": "/facilities/?filter[stop]=9205" } }, "parent_station": { @@ -89272,14 +87246,14 @@ }, { "attributes": {}, - "id": "76594", + "id": "9069", "links": { - "self": "/stops/76594" + "self": "/stops/9069" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=76594" + "related": "/facilities/?filter[stop]=9069" } }, "parent_station": { @@ -89296,14 +87270,14 @@ }, { "attributes": {}, - "id": "45534", + "id": "36701", "links": { - "self": "/stops/45534" + "self": "/stops/36701" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=45534" + "related": "/facilities/?filter[stop]=36701" } }, "parent_station": { @@ -89320,14 +87294,14 @@ }, { "attributes": {}, - "id": "11241", + "id": "4515", "links": { - "self": "/stops/11241" + "self": "/stops/4515" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=11241" + "related": "/facilities/?filter[stop]=4515" } }, "parent_station": { @@ -89344,14 +87318,14 @@ }, { "attributes": {}, - "id": "5409", + "id": "9036", "links": { - "self": "/stops/5409" + "self": "/stops/9036" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5409" + "related": "/facilities/?filter[stop]=9036" } }, "parent_station": { @@ -89368,38 +87342,123 @@ }, { "attributes": {}, - "id": "GB-0254-B2", + "id": "59618", "links": { - "self": "/stops/GB-0254-B2" + "self": "/stops/59618" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=GB-0254-B2" + "related": "/facilities/?filter[stop]=59618" } }, "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "place-GB-0254", - "type": "stop" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "2793", + "links": { + "self": "/stops/2793" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=2793" } }, + "parent_station": { + "data": null + }, "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "1939", + "links": { + "self": "/stops/1939" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=1939" + } + }, + "parent_station": { "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } } }, "type": "stop" }, + { + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Elm Street", + "Wellington Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Elm Street - Wellington Station", + "short_name": "100", + "sort_order": 51000, + "text_color": "000000", + "type": 3 + }, + "id": "100", + "links": { + "self": "/routes/100" + }, + "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, + "line": { + "data": { + "id": "line-100", + "type": "line" + } + } + }, + "type": "route" + }, { "attributes": {}, - "id": "5222", + "id": "17347", "links": { - "self": "/stops/5222" + "self": "/stops/17347" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5222" + "related": "/facilities/?filter[stop]=17347" } }, "parent_station": { @@ -89416,14 +87475,14 @@ }, { "attributes": {}, - "id": "7268", + "id": "17001", "links": { - "self": "/stops/7268" + "self": "/stops/17001" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7268" + "related": "/facilities/?filter[stop]=17001" } }, "parent_station": { @@ -89440,14 +87499,14 @@ }, { "attributes": {}, - "id": "3577", + "id": "6691", "links": { - "self": "/stops/3577" + "self": "/stops/6691" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3577" + "related": "/facilities/?filter[stop]=6691" } }, "parent_station": { @@ -89464,14 +87523,14 @@ }, { "attributes": {}, - "id": "8864", + "id": "3084", "links": { - "self": "/stops/8864" + "self": "/stops/3084" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8864" + "related": "/facilities/?filter[stop]=3084" } }, "parent_station": { @@ -89488,14 +87547,14 @@ }, { "attributes": {}, - "id": "2252", + "id": "5619", "links": { - "self": "/stops/2252" + "self": "/stops/5619" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2252" + "related": "/facilities/?filter[stop]=5619" } }, "parent_station": { @@ -89515,9 +87574,9 @@ "direction_id": 1, "headsign": "Avenue Louis Pasteur via Forest Hills" }, - "id": "62146046_1", + "id": "67252079_1", "links": { - "self": "/trips/62146046_1" + "self": "/trips/67252079_1" }, "relationships": { "route": { @@ -89534,13 +87593,13 @@ }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "320276-1", + "id": "320302-1", "type": "shape" } }, @@ -89652,293 +87711,39 @@ "type": "trip" }, { - "attributes": { - "direction_id": 1, - "headsign": "Wellington via Woodlawn" - }, - "id": "61869195", - "links": { - "self": "/trips/61869195" - }, - "relationships": { - "route": { - "data": { - "id": "110", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "110-_-1", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "SpringWeekday", - "type": "service" - } - }, - "shape": { - "data": { - "id": "1100187", - "type": "shape" - } - }, - "stops": { - "data": [ - { - "id": "15795", - "type": "stop" - }, - { - "id": "15782", - "type": "stop" - }, - { - "id": "5783", - "type": "stop" - }, - { - "id": "5784", - "type": "stop" - }, - { - "id": "4733", - "type": "stop" - }, - { - "id": "5786", - "type": "stop" - }, - { - "id": "15787", - "type": "stop" - }, - { - "id": "5788", - "type": "stop" - }, - { - "id": "5537", - "type": "stop" - }, - { - "id": "5538", - "type": "stop" - }, - { - "id": "5539", - "type": "stop" - }, - { - "id": "5540", - "type": "stop" - }, - { - "id": "5541", - "type": "stop" - }, - { - "id": "5542", - "type": "stop" - }, - { - "id": "5543", - "type": "stop" - }, - { - "id": "5544", - "type": "stop" - }, - { - "id": "5546", - "type": "stop" - }, - { - "id": "5547", - "type": "stop" - }, - { - "id": "5549", - "type": "stop" - }, - { - "id": "5550", - "type": "stop" - }, - { - "id": "5553", - "type": "stop" - }, - { - "id": "5555", - "type": "stop" - }, - { - "id": "5556", - "type": "stop" - }, - { - "id": "5557", - "type": "stop" - }, - { - "id": "5558", - "type": "stop" - }, - { - "id": "5691", - "type": "stop" - }, - { - "id": "5692", - "type": "stop" - }, - { - "id": "5693", - "type": "stop" - }, - { - "id": "5496", - "type": "stop" - }, - { - "id": "5559", - "type": "stop" - }, - { - "id": "5560", - "type": "stop" - }, - { - "id": "5561", - "type": "stop" - }, - { - "id": "6569", - "type": "stop" - }, - { - "id": "5271", - "type": "stop" - } - ] - } - }, - "type": "trip" - }, - { - "attributes": { - "direction_id": 1, - "headsign": "Harvard" - }, - "id": "63496513", + "attributes": {}, + "id": "2789", "links": { - "self": "/trips/63496513" + "self": "/stops/2789" }, "relationships": { - "route": { - "data": { - "id": "Red", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Red-C-1", - "type": "route_pattern" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=2789" } }, - "service": { - "data": { - "id": "RTL22024-hms24ah6-Saturday-01", - "type": "service" - } + "parent_station": { + "data": null }, - "shape": { + "zone": { "data": { - "id": "13270001", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "70105", - "type": "stop" - }, - { - "id": "70104", - "type": "stop" - }, - { - "id": "70102", - "type": "stop" - }, - { - "id": "70100", - "type": "stop" - }, - { - "id": "70098", - "type": "stop" - }, - { - "id": "70096", - "type": "stop" - }, - { - "id": "70084", - "type": "stop" - }, - { - "id": "70082", - "type": "stop" - }, - { - "id": "70080", - "type": "stop" - }, - { - "id": "70078", - "type": "stop" - }, - { - "id": "70076", - "type": "stop" - }, - { - "id": "70074", - "type": "stop" - }, - { - "id": "70072", - "type": "stop" - }, - { - "id": "70070", - "type": "stop" - }, - { - "id": "70068", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "4498", + "id": "4602", "links": { - "self": "/stops/4498" + "self": "/stops/4602" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4498" + "related": "/facilities/?filter[stop]=4602" } }, "parent_station": { @@ -89955,25 +87760,22 @@ }, { "attributes": {}, - "id": "70155", + "id": "73619", "links": { - "self": "/stops/70155" + "self": "/stops/73619" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70155" + "related": "/facilities/?filter[stop]=73619" } }, "parent_station": { - "data": { - "id": "place-coecl", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } @@ -89982,14 +87784,14 @@ }, { "attributes": {}, - "id": "5077", + "id": "17094", "links": { - "self": "/stops/5077" + "self": "/stops/17094" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5077" + "related": "/facilities/?filter[stop]=17094" } }, "parent_station": { @@ -89997,7 +87799,7 @@ }, "zone": { "data": { - "id": "LocalBus", + "id": "SL1-Logan", "type": "zone" } } @@ -90006,14 +87808,14 @@ }, { "attributes": {}, - "id": "3144", + "id": "4844", "links": { - "self": "/stops/3144" + "self": "/stops/4844" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3144" + "related": "/facilities/?filter[stop]=4844" } }, "parent_station": { @@ -90030,111 +87832,38 @@ }, { "attributes": {}, - "id": "WR-0085-B0", + "id": "35201", "links": { - "self": "/stops/WR-0085-B0" + "self": "/stops/35201" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=WR-0085-B0" + "related": "/facilities/?filter[stop]=35201" } }, "parent_station": { - "data": { - "id": "place-WR-0085", - "type": "stop" - } - }, - "zone": { "data": null - } - }, - "type": "stop" - }, - { - "attributes": { - "direction_id": 0, - "headsign": "Maverick (Shuttle)" - }, - "id": "MaverickWonderland-Weekday-1d548-0-00:00:00", - "links": { - "self": "/trips/MaverickWonderland-Weekday-1d548-0-00%3A00%3A00" - }, - "relationships": { - "route": { - "data": { - "id": "Shuttle-MaverickWonderland", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Shuttle-MaverickWonderland-0-0", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "canonical", - "type": "service" - } }, - "shape": { + "zone": { "data": { - "id": "WonderlandToMaverick-S", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "15795", - "type": "stop" - }, - { - "id": "9070057", - "type": "stop" - }, - { - "id": "9070055", - "type": "stop" - }, - { - "id": "9070053", - "type": "stop" - }, - { - "id": "5879", - "type": "stop" - }, - { - "id": "5666", - "type": "stop" - }, - { - "id": "7096", - "type": "stop" - }, - { - "id": "57400", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "15782", + "id": "3710", "links": { - "self": "/stops/15782" + "self": "/stops/3710" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=15782" + "related": "/facilities/?filter[stop]=3710" } }, "parent_station": { @@ -90151,14 +87880,14 @@ }, { "attributes": {}, - "id": "24485", + "id": "3195", "links": { - "self": "/stops/24485" + "self": "/stops/3195" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=24485" + "related": "/facilities/?filter[stop]=3195" } }, "parent_station": { @@ -90175,35 +87904,38 @@ }, { "attributes": {}, - "id": "9170043", + "id": "1299", "links": { - "self": "/stops/9170043" + "self": "/stops/1299" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9170043" + "related": "/facilities/?filter[stop]=1299" } }, "parent_station": { "data": null }, "zone": { - "data": null + "data": { + "id": "LocalBus", + "type": "zone" + } } }, "type": "stop" }, { "attributes": {}, - "id": "5483", + "id": "2579", "links": { - "self": "/stops/5483" + "self": "/stops/2579" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5483" + "related": "/facilities/?filter[stop]=2579" } }, "parent_station": { @@ -90220,14 +87952,14 @@ }, { "attributes": {}, - "id": "6605", + "id": "31839", "links": { - "self": "/stops/6605" + "self": "/stops/31839" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6605" + "related": "/facilities/?filter[stop]=31839" } }, "parent_station": { @@ -90244,14 +87976,14 @@ }, { "attributes": {}, - "id": "1546", + "id": "7511", "links": { - "self": "/stops/1546" + "self": "/stops/7511" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1546" + "related": "/facilities/?filter[stop]=7511" } }, "parent_station": { @@ -90268,14 +88000,14 @@ }, { "attributes": {}, - "id": "251", + "id": "2887", "links": { - "self": "/stops/251" + "self": "/stops/2887" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=251" + "related": "/facilities/?filter[stop]=2887" } }, "parent_station": { @@ -90292,843 +88024,612 @@ }, { "attributes": { - "direction_id": 1, - "headsign": "Blandford Street (Shuttle)" + "direction_id": 0, + "headsign": "Avon Square" }, - "id": "BlandfordStreetBostonCollege-1-sample", + "id": "67290092", "links": { - "self": "/trips/BlandfordStreetBostonCollege-1-sample" + "self": "/trips/67290092" }, "relationships": { "route": { "data": { - "id": "Shuttle-BlandfordBostonCollege", + "id": "240", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-BlandfordBostonCollege-0-1", + "id": "240-1-0", "type": "route_pattern" } }, "service": { "data": { - "id": "canonical", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "BostonCollegeToBlandfordStreet-S", + "id": "2400260", "type": "shape" } }, "stops": { "data": [ { - "id": "9070107", + "id": "334", "type": "stop" }, { - "id": "9070110", + "id": "536", "type": "stop" }, { - "id": "9070112", + "id": "537", "type": "stop" }, { - "id": "9070114", + "id": "569", "type": "stop" }, { - "id": "9070116", + "id": "10569", "type": "stop" }, { - "id": "9070120", + "id": "570", "type": "stop" }, { - "id": "9070124", + "id": "883", "type": "stop" }, { - "id": "9070130", + "id": "571", "type": "stop" }, { - "id": "933", + "id": "572", "type": "stop" }, { - "id": "934", + "id": "4134", "type": "stop" }, { - "id": "938", + "id": "4136", "type": "stop" }, { - "id": "939", + "id": "4137", "type": "stop" }, { - "id": "941", + "id": "4138", "type": "stop" - } - ] - } - }, - "type": "trip" - }, - { - "attributes": { - "color": "80276C", - "direction_destinations": [ - "Haverhill", - "North Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Haverhill Line", - "short_name": "", - "sort_order": 20006, - "text_color": "FFFFFF", - "type": 2 - }, - "id": "CR-Haverhill", - "links": { - "self": "/routes/CR-Haverhill" - }, - "relationships": { - "line": { - "data": { - "id": "line-Haverhill", - "type": "line" - } - } - }, - "type": "route" - }, - { - "attributes": {}, - "id": "WML-0442-CS", - "links": { - "self": "/stops/WML-0442-CS" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=WML-0442-CS" - } - }, - "parent_station": { - "data": { - "id": "place-WML-0442", - "type": "stop" - } - }, - "zone": { - "data": { - "id": "CR-zone-8", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "96459", - "links": { - "self": "/stops/96459" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=96459" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": { - "direction_id": 0, - "headsign": "Providence" - }, - "id": "CR-670291-833", - "links": { - "self": "/trips/CR-670291-833" - }, - "relationships": { - "route": { - "data": { - "id": "CR-Providence", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "CR-Providence-c7d78e5d-0", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "SPRING2024-SOUTHWKD-Weekday-1-Scbbf1ea5", - "type": "service" - } - }, - "shape": { - "data": { - "id": "9890009", - "type": "shape" - } - }, - "stops": { - "data": [ + }, { - "id": "NEC-2287", + "id": "4139", "type": "stop" }, { - "id": "NEC-2276-01", + "id": "4140", "type": "stop" }, { - "id": "NEC-2265-01", + "id": "4141", "type": "stop" }, { - "id": "NEC-2192-03", + "id": "4142", "type": "stop" }, { - "id": "NEC-2173-01", + "id": "4143", "type": "stop" }, { - "id": "NEC-2139-01", + "id": "4144", "type": "stop" }, { - "id": "NEC-2108-01", + "id": "4145", "type": "stop" }, { - "id": "NEC-2040-01", + "id": "4146", "type": "stop" }, { - "id": "NEC-1969-03", + "id": "4147", "type": "stop" }, { - "id": "NEC-1891-01", + "id": "4149", "type": "stop" }, { - "id": "NEC-1851-03", + "id": "4152", "type": "stop" - } - ] - } - }, - "type": "trip" - }, - { - "attributes": {}, - "id": "3688", - "links": { - "self": "/stops/3688" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=3688" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "9158", - "links": { - "self": "/stops/9158" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=9158" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": { - "direction_id": 0, - "headsign": "Middleborough/Lakeville (Shuttle)" - }, - "id": "BridgewaterMiddleboroughLakeville-0-sample", - "links": { - "self": "/trips/BridgewaterMiddleboroughLakeville-0-sample" - }, - "relationships": { - "route": { - "data": { - "id": "Shuttle-BridgewaterMiddleboroughLakeville", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Shuttle-BridgewaterMiddleboroughLakeville-0-0", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "canonical", - "type": "service" - } - }, - "shape": { - "data": { - "id": "BridgewaterToMiddleboroughLakeville-S", - "type": "shape" - } - }, - "stops": { - "data": [ + }, { - "id": "MM-0277-B0", + "id": "4153", "type": "stop" }, { - "id": "MM-0356-B0", + "id": "4154", "type": "stop" - } - ] - } - }, - "type": "trip" - }, - { - "attributes": {}, - "id": "4193", - "links": { - "self": "/stops/4193" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=4193" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "2425", - "links": { - "self": "/stops/2425" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=2425" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "348", - "links": { - "self": "/stops/348" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=348" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "3310", - "links": { - "self": "/stops/3310" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=3310" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "5611", - "links": { - "self": "/stops/5611" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=5611" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": { - "direction_id": 0, - "headsign": "Walpole Center via Washington St" - }, - "id": "62146200", - "links": { - "self": "/trips/62146200" - }, - "relationships": { - "route": { - "data": { - "id": "34E", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "34E-4-0", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "SpringWeekday", - "type": "service" - } - }, - "shape": { - "data": { - "id": "34E0254", - "type": "shape" - } - }, - "stops": { - "data": [ + }, { - "id": "10642", + "id": "4155", "type": "stop" }, { - "id": "596", + "id": "4156", "type": "stop" }, { - "id": "597", + "id": "4157", "type": "stop" }, { - "id": "598", + "id": "4158", "type": "stop" }, { - "id": "599", + "id": "4159", "type": "stop" }, { - "id": "600", + "id": "4160", "type": "stop" }, { - "id": "601", + "id": "4161", "type": "stop" }, { - "id": "6022", + "id": "4162", "type": "stop" }, { - "id": "603", + "id": "4163", "type": "stop" }, { - "id": "10603", + "id": "4164", "type": "stop" }, { - "id": "604", + "id": "4165", "type": "stop" }, { - "id": "605", + "id": "4166", "type": "stop" }, { - "id": "606", + "id": "4167", "type": "stop" }, { - "id": "607", + "id": "4168", "type": "stop" }, { - "id": "608", + "id": "4169", "type": "stop" }, { - "id": "609", + "id": "4171", "type": "stop" }, { - "id": "610", + "id": "4172", "type": "stop" }, { - "id": "611", + "id": "4173", "type": "stop" }, { - "id": "612", + "id": "4174", "type": "stop" }, { - "id": "10612", + "id": "4175", "type": "stop" }, { - "id": "613", + "id": "4177", "type": "stop" }, { - "id": "614", + "id": "4179", "type": "stop" }, { - "id": "615", + "id": "4180", "type": "stop" }, { - "id": "616", + "id": "4181", "type": "stop" }, { - "id": "618", + "id": "4182", "type": "stop" }, { - "id": "10618", + "id": "4183", "type": "stop" }, { - "id": "24619", + "id": "4184", "type": "stop" }, { - "id": "99832", + "id": "4185", "type": "stop" }, { - "id": "12618", + "id": "4186", "type": "stop" }, { - "id": "13618", + "id": "4187", "type": "stop" }, { - "id": "14618", + "id": "4188", "type": "stop" }, { - "id": "15618", + "id": "4189", "type": "stop" }, { - "id": "16618", + "id": "4190", "type": "stop" }, { - "id": "22628", + "id": "4191", "type": "stop" }, { - "id": "18618", + "id": "4214", "type": "stop" }, { - "id": "19618", + "id": "4215", "type": "stop" }, { - "id": "20618", + "id": "4216", "type": "stop" }, { - "id": "21618", + "id": "4217", "type": "stop" }, { - "id": "20619", + "id": "4218", "type": "stop" }, { - "id": "30619", + "id": "4219", "type": "stop" }, { - "id": "40619", + "id": "4220", "type": "stop" }, { - "id": "20620", + "id": "4221", "type": "stop" }, { - "id": "30620", + "id": "4222", "type": "stop" }, { - "id": "90620", + "id": "4223", "type": "stop" }, { - "id": "90621", + "id": "4224", "type": "stop" }, { - "id": "31619", + "id": "4225", "type": "stop" }, { - "id": "32619", + "id": "14225", "type": "stop" }, { - "id": "33619", + "id": "4227", "type": "stop" }, { - "id": "34619", + "id": "4228", "type": "stop" }, { - "id": "22618", + "id": "4229", "type": "stop" }, { - "id": "23618", + "id": "4230", "type": "stop" }, { - "id": "24628", + "id": "4232", + "type": "stop" + } + ] + } + }, + "type": "trip" + }, + { + "attributes": { + "direction_id": 0, + "headsign": "Forest Hills" + }, + "id": "67250355", + "links": { + "self": "/trips/67250355" + }, + "relationships": { + "route": { + "data": { + "id": "42", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "42-1-0", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "WinterWeekday", + "type": "service" + } + }, + "shape": { + "data": { + "id": "420096", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "64000", "type": "stop" }, { - "id": "25618", + "id": "1178", "type": "stop" }, { - "id": "26618", + "id": "1179", "type": "stop" }, { - "id": "27618", + "id": "1180", "type": "stop" }, { - "id": "28618", + "id": "1181", "type": "stop" }, { - "id": "29618", + "id": "1182", "type": "stop" }, { - "id": "30618", + "id": "1183", "type": "stop" }, { - "id": "31618", + "id": "1184", "type": "stop" }, { - "id": "31628", + "id": "1185", "type": "stop" }, { - "id": "32628", + "id": "1186", "type": "stop" }, { - "id": "32638", + "id": "1187", "type": "stop" }, { - "id": "33618", + "id": "11187", "type": "stop" }, { - "id": "34618", + "id": "21187", "type": "stop" }, { - "id": "35618", + "id": "31187", "type": "stop" }, { - "id": "36618", + "id": "41187", "type": "stop" }, { - "id": "37618", + "id": "51187", "type": "stop" }, { - "id": "40618", + "id": "61187", "type": "stop" }, { - "id": "41618", + "id": "71187", "type": "stop" }, { - "id": "61842", + "id": "875", + "type": "stop" + } + ] + } + }, + "type": "trip" + }, + { + "attributes": { + "direction_id": 0, + "headsign": "Clarendon Hill" + }, + "id": "67008805", + "links": { + "self": "/trips/67008805" + }, + "relationships": { + "route": { + "data": { + "id": "88", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "88-_-0", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "WinterWeekday", + "type": "service" + } + }, + "shape": { + "data": { + "id": "880168", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "70500", "type": "stop" }, { - "id": "73618", + "id": "2605", "type": "stop" }, { - "id": "73619", + "id": "2607", "type": "stop" }, { - "id": "75618", + "id": "2659", "type": "stop" }, { - "id": "76618", + "id": "2660", "type": "stop" }, { - "id": "77618", + "id": "2661", "type": "stop" }, { - "id": "79618", + "id": "2662", "type": "stop" }, { - "id": "81618", + "id": "2664", "type": "stop" }, { - "id": "82618", + "id": "2665", "type": "stop" }, { - "id": "83618", + "id": "2666", "type": "stop" }, { - "id": "84618", + "id": "2667", "type": "stop" }, { - "id": "85618", + "id": "2668", "type": "stop" }, { - "id": "86618", + "id": "2669", + "type": "stop" + }, + { + "id": "2670", + "type": "stop" + }, + { + "id": "2671", + "type": "stop" + }, + { + "id": "2672", + "type": "stop" + }, + { + "id": "2673", + "type": "stop" + }, + { + "id": "2628", + "type": "stop" + }, + { + "id": "5104", + "type": "stop" + }, + { + "id": "2631", + "type": "stop" + }, + { + "id": "2632", + "type": "stop" + }, + { + "id": "2634", + "type": "stop" + }, + { + "id": "2635", + "type": "stop" + }, + { + "id": "2715", + "type": "stop" + }, + { + "id": "2636", + "type": "stop" + }, + { + "id": "2637", "type": "stop" } ] @@ -91138,14 +88639,14 @@ }, { "attributes": {}, - "id": "4099", + "id": "3982", "links": { - "self": "/stops/4099" + "self": "/stops/3982" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4099" + "related": "/facilities/?filter[stop]=3982" } }, "parent_station": { @@ -91162,14 +88663,14 @@ }, { "attributes": {}, - "id": "154", + "id": "8391", "links": { - "self": "/stops/154" + "self": "/stops/8391" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=154" + "related": "/facilities/?filter[stop]=8391" } }, "parent_station": { @@ -91186,14 +88687,14 @@ }, { "attributes": {}, - "id": "6431", + "id": "48304", "links": { - "self": "/stops/6431" + "self": "/stops/48304" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6431" + "related": "/facilities/?filter[stop]=48304" } }, "parent_station": { @@ -91208,52 +88709,186 @@ }, "type": "stop" }, + { + "attributes": { + "color": "80276C", + "long_name": "Middleborough/Lakeville Line", + "short_name": "", + "sort_order": 20009, + "text_color": "FFFFFF" + }, + "id": "line-Middleborough", + "links": { + "self": "/lines/line-Middleborough" + }, + "type": "line" + }, { "attributes": { "direction_id": 0, - "headsign": "Wachusett (Shuttle)" + "headsign": "West Medford" }, - "id": "NorthLeominsterWachusett-0-sample", + "id": "66960016", "links": { - "self": "/trips/NorthLeominsterWachusett-0-sample" + "self": "/trips/66960016" }, "relationships": { "route": { "data": { - "id": "Shuttle-NorthLeominsterWachusett", + "id": "95", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-NorthLeominsterWachusett-0-0", + "id": "95-_-0", "type": "route_pattern" } }, "service": { "data": { - "id": "canonical", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "NorthLeominsterToWachusett-S", + "id": "950292", "type": "shape" } }, "stops": { "data": [ { - "id": "FR-0451-B", + "id": "29008", "type": "stop" }, { - "id": "FR-0494-B", + "id": "2875", "type": "stop" }, { - "id": "FR-3338-B", + "id": "42876", + "type": "stop" + }, + { + "id": "2936", + "type": "stop" + }, + { + "id": "2879", + "type": "stop" + }, + { + "id": "2880", + "type": "stop" + }, + { + "id": "2883", + "type": "stop" + }, + { + "id": "41883", + "type": "stop" + }, + { + "id": "42883", + "type": "stop" + }, + { + "id": "2884", + "type": "stop" + }, + { + "id": "2885", + "type": "stop" + }, + { + "id": "42885", + "type": "stop" + }, + { + "id": "2886", + "type": "stop" + }, + { + "id": "2887", + "type": "stop" + }, + { + "id": "5319", + "type": "stop" + }, + { + "id": "63241", + "type": "stop" + }, + { + "id": "50021", + "type": "stop" + }, + { + "id": "5002", + "type": "stop" + }, + { + "id": "15002", + "type": "stop" + }, + { + "id": "5003", + "type": "stop" + }, + { + "id": "5004", + "type": "stop" + }, + { + "id": "5005", + "type": "stop" + }, + { + "id": "6298", + "type": "stop" + }, + { + "id": "6299", + "type": "stop" + }, + { + "id": "6301", + "type": "stop" + }, + { + "id": "6302", + "type": "stop" + }, + { + "id": "6303", + "type": "stop" + }, + { + "id": "6304", + "type": "stop" + }, + { + "id": "6305", + "type": "stop" + }, + { + "id": "6307", + "type": "stop" + }, + { + "id": "6308", + "type": "stop" + }, + { + "id": "6309", + "type": "stop" + }, + { + "id": "6310", "type": "stop" } ] @@ -91263,384 +88898,14 @@ }, { "attributes": {}, - "id": "4156", - "links": { - "self": "/stops/4156" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=4156" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "8819", - "links": { - "self": "/stops/8819" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=8819" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "4026", - "links": { - "self": "/stops/4026" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=4026" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "1351", - "links": { - "self": "/stops/1351" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=1351" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "70200", - "links": { - "self": "/stops/70200" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=70200" - } - }, - "parent_station": { - "data": { - "id": "place-pktrm", - "type": "stop" - } - }, - "zone": { - "data": { - "id": "RapidTransit", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "2433", - "links": { - "self": "/stops/2433" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=2433" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "591", - "links": { - "self": "/stops/591" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=591" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "25997", - "links": { - "self": "/stops/25997" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=25997" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "109802", - "links": { - "self": "/stops/109802" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=109802" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Fields Corner Station", - "Kenmore or Ruggles Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Fields Corner Station - Kenmore or Ruggles Station", - "short_name": "19", - "sort_order": 50190, - "text_color": "000000", - "type": 3 - }, - "id": "19", - "links": { - "self": "/routes/19" - }, - "relationships": { - "line": { - "data": { - "id": "line-1719", - "type": "line" - } - } - }, - "type": "route" - }, - { - "attributes": {}, - "id": "3862", - "links": { - "self": "/stops/3862" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=3862" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "74618", - "links": { - "self": "/stops/74618" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=74618" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "6366", - "links": { - "self": "/stops/6366" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=6366" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "3195", - "links": { - "self": "/stops/3195" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=3195" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "FR-0451-B", - "links": { - "self": "/stops/FR-0451-B" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=FR-0451-B" - } - }, - "parent_station": { - "data": { - "id": "place-FR-0451", - "type": "stop" - } - }, - "zone": { - "data": null - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "3134", + "id": "2020", "links": { - "self": "/stops/3134" + "self": "/stops/2020" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3134" + "related": "/facilities/?filter[stop]=2020" } }, "parent_station": { @@ -91657,14 +88922,14 @@ }, { "attributes": {}, - "id": "81681", + "id": "6607", "links": { - "self": "/stops/81681" + "self": "/stops/6607" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=81681" + "related": "/facilities/?filter[stop]=6607" } }, "parent_station": { @@ -91681,14 +88946,14 @@ }, { "attributes": {}, - "id": "1053", + "id": "36459", "links": { - "self": "/stops/1053" + "self": "/stops/36459" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1053" + "related": "/facilities/?filter[stop]=36459" } }, "parent_station": { @@ -91705,14 +88970,14 @@ }, { "attributes": {}, - "id": "65546", + "id": "5726", "links": { - "self": "/stops/65546" + "self": "/stops/5726" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=65546" + "related": "/facilities/?filter[stop]=5726" } }, "parent_station": { @@ -91729,14 +88994,14 @@ }, { "attributes": {}, - "id": "11131", + "id": "7837", "links": { - "self": "/stops/11131" + "self": "/stops/7837" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=11131" + "related": "/facilities/?filter[stop]=7837" } }, "parent_station": { @@ -91753,35 +89018,14 @@ }, { "attributes": {}, - "id": "9070135", - "links": { - "self": "/stops/9070135" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=9070135" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": null - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "958", + "id": "11187", "links": { - "self": "/stops/958" + "self": "/stops/11187" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=958" + "related": "/facilities/?filter[stop]=11187" } }, "parent_station": { @@ -91799,245 +89043,209 @@ { "attributes": { "direction_id": 1, - "headsign": "Haymarket via Cliftondale (Express)" + "headsign": "Townsend & Humboldt" }, - "id": "62216384", + "id": "67252071", "links": { - "self": "/trips/62216384" + "self": "/trips/67252071" }, "relationships": { "route": { "data": { - "id": "428", + "id": "36", "type": "route" } }, "route_pattern": { "data": { - "id": "428-_-1", + "id": "36-9-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "4280047", + "id": "360384", "type": "shape" } }, "stops": { "data": [ { - "id": "7582", - "type": "stop" - }, - { - "id": "7583", - "type": "stop" - }, - { - "id": "7585", - "type": "stop" - }, - { - "id": "7587", - "type": "stop" - }, - { - "id": "6206", - "type": "stop" - }, - { - "id": "6207", - "type": "stop" - }, - { - "id": "6208", - "type": "stop" - }, - { - "id": "7591", - "type": "stop" - }, - { - "id": "17591", - "type": "stop" - }, - { - "id": "7506", + "id": "774", "type": "stop" }, { - "id": "6212", + "id": "775", "type": "stop" }, { - "id": "6213", + "id": "776", "type": "stop" }, { - "id": "7595", + "id": "777", "type": "stop" }, { - "id": "7596", + "id": "10777", "type": "stop" }, { - "id": "7598", + "id": "778", "type": "stop" }, { - "id": "7606", + "id": "779", "type": "stop" }, { - "id": "7608", + "id": "780", "type": "stop" }, { - "id": "7609", + "id": "781", "type": "stop" }, { - "id": "7390", + "id": "782", "type": "stop" }, { - "id": "7391", + "id": "783", "type": "stop" }, { - "id": "7392", + "id": "784", "type": "stop" }, { - "id": "7393", + "id": "785", "type": "stop" }, { - "id": "7394", + "id": "786", "type": "stop" }, { - "id": "7395", + "id": "787", "type": "stop" }, { - "id": "7396", + "id": "788", "type": "stop" }, { - "id": "7397", + "id": "789", "type": "stop" }, { - "id": "7398", + "id": "790", "type": "stop" }, { - "id": "7399", + "id": "791", "type": "stop" }, { - "id": "7400", + "id": "792", "type": "stop" }, { - "id": "7401", + "id": "793", "type": "stop" }, { - "id": "7403", + "id": "795", "type": "stop" }, { - "id": "7404", + "id": "636", "type": "stop" }, { - "id": "7405", + "id": "637", "type": "stop" }, { - "id": "7407", + "id": "638", "type": "stop" }, { - "id": "7408", + "id": "639", "type": "stop" }, { - "id": "7409", + "id": "640", "type": "stop" }, { - "id": "46267", + "id": "641", "type": "stop" }, { - "id": "46268", + "id": "642", "type": "stop" }, { - "id": "8336", + "id": "875", "type": "stop" }, { - "id": "8338", + "id": "520", "type": "stop" }, { - "id": "18338", + "id": "522", "type": "stop" }, { - "id": "48336", + "id": "10522", "type": "stop" }, { - "id": "48337", + "id": "2922", "type": "stop" }, { - "id": "9070", + "id": "383", "type": "stop" }, { - "id": "7410", + "id": "9448", "type": "stop" }, { - "id": "7411", + "id": "1739", "type": "stop" }, { - "id": "7412", + "id": "1740", "type": "stop" }, { - "id": "7413", + "id": "1325", "type": "stop" }, { - "id": "7414", + "id": "1327", "type": "stop" }, { - "id": "2829", + "id": "1328", "type": "stop" }, { - "id": "8309", + "id": "1331", "type": "stop" }, { - "id": "117", + "id": "1332", "type": "stop" } ] @@ -92045,108 +89253,116 @@ }, "type": "trip" }, - { - "attributes": {}, - "id": "5362", - "links": { - "self": "/stops/5362" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=5362" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, { "attributes": { "direction_id": 1, - "headsign": "South Station" + "headsign": "Haymarket" }, - "id": "CR-670260-802", + "id": "66957709", "links": { - "self": "/trips/CR-670260-802" + "self": "/trips/66957709" }, "relationships": { "route": { "data": { - "id": "CR-Providence", + "id": "93", "type": "route" } }, "route_pattern": { "data": { - "id": "CR-Providence-0465673f-1", + "id": "93-_-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SPRING2024-SOUTHWKD-Weekday-1-Scbbf1ea5", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "9890008", + "id": "930216", "type": "shape" } }, "stops": { "data": [ { - "id": "NEC-1851-03", + "id": "29010", "type": "stop" }, { - "id": "NEC-1891-02", + "id": "12821", "type": "stop" }, { - "id": "NEC-1969-04", + "id": "2844", "type": "stop" }, { - "id": "NEC-2040-02", + "id": "2845", "type": "stop" }, { - "id": "NEC-2108-02", + "id": "2846", "type": "stop" }, { - "id": "NEC-2139-02", + "id": "2847", "type": "stop" }, { - "id": "NEC-2173-02", + "id": "2848", "type": "stop" }, { - "id": "NEC-2203-02", + "id": "2849", "type": "stop" }, { - "id": "NEC-2265-02", + "id": "2850", "type": "stop" }, { - "id": "NEC-2276-02", + "id": "2851", "type": "stop" }, { - "id": "NEC-2287", + "id": "2852", + "type": "stop" + }, + { + "id": "2853", + "type": "stop" + }, + { + "id": "2854", + "type": "stop" + }, + { + "id": "2855", + "type": "stop" + }, + { + "id": "12829", + "type": "stop" + }, + { + "id": "2829", + "type": "stop" + }, + { + "id": "8309", + "type": "stop" + }, + { + "id": "191", + "type": "stop" + }, + { + "id": "117", "type": "stop" } ] @@ -92156,65 +89372,14 @@ }, { "attributes": {}, - "id": "DB-2258-02", - "links": { - "self": "/stops/DB-2258-02" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=DB-2258-02" - } - }, - "parent_station": { - "data": { - "id": "place-DB-2258", - "type": "stop" - } - }, - "zone": { - "data": { - "id": "CR-zone-1A", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "35618", - "links": { - "self": "/stops/35618" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=35618" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "7962", + "id": "2298", "links": { - "self": "/stops/7962" + "self": "/stops/2298" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7962" + "related": "/facilities/?filter[stop]=2298" } }, "parent_station": { @@ -92231,14 +89396,14 @@ }, { "attributes": {}, - "id": "1474", + "id": "45830", "links": { - "self": "/stops/1474" + "self": "/stops/45830" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1474" + "related": "/facilities/?filter[stop]=45830" } }, "parent_station": { @@ -92255,14 +89420,14 @@ }, { "attributes": {}, - "id": "1278", + "id": "4470", "links": { - "self": "/stops/1278" + "self": "/stops/4470" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1278" + "related": "/facilities/?filter[stop]=4470" } }, "parent_station": { @@ -92278,66 +89443,52 @@ "type": "stop" }, { - "attributes": {}, - "id": "7100", - "links": { - "self": "/stops/7100" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=7100" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Ashmont/Braintree", + "Alewife" + ], + "direction_names": [ + "South", + "North" + ], + "long_name": "JFK/UMass - Park Street", + "short_name": "Red Line Shuttle", + "sort_order": 61997, + "text_color": "000000", + "type": 3 }, - "type": "stop" - }, - { - "attributes": {}, - "id": "MM-0277-S", + "id": "Shuttle-JFKPark", "links": { - "self": "/stops/MM-0277-S" + "self": "/routes/Shuttle-JFKPark" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=MM-0277-S" - } - }, - "parent_station": { + "agency": { "data": { - "id": "place-MM-0277", - "type": "stop" + "id": "1", + "type": "agency" } }, - "zone": { + "line": { "data": { - "id": "CR-zone-6", - "type": "zone" + "id": "line-Red", + "type": "line" } } }, - "type": "stop" + "type": "route" }, { "attributes": {}, - "id": "5406", + "id": "1132", "links": { - "self": "/stops/5406" + "self": "/stops/1132" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5406" + "related": "/facilities/?filter[stop]=1132" } }, "parent_station": { @@ -92354,41 +89505,14 @@ }, { "attributes": {}, - "id": "70166", - "links": { - "self": "/stops/70166" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=70166" - } - }, - "parent_station": { - "data": { - "id": "place-eliot", - "type": "stop" - } - }, - "zone": { - "data": { - "id": "RapidTransit", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "1784", + "id": "3979", "links": { - "self": "/stops/1784" + "self": "/stops/3979" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1784" + "related": "/facilities/?filter[stop]=3979" } }, "parent_station": { @@ -92405,14 +89529,14 @@ }, { "attributes": {}, - "id": "9134", + "id": "13618", "links": { - "self": "/stops/9134" + "self": "/stops/13618" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9134" + "related": "/facilities/?filter[stop]=13618" } }, "parent_station": { @@ -92428,139 +89552,292 @@ "type": "stop" }, { - "attributes": {}, - "id": "6833", + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "North Woburn", + "Wellington Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "North Woburn - Wellington Station", + "short_name": "134", + "sort_order": 51340, + "text_color": "000000", + "type": 3 + }, + "id": "134", "links": { - "self": "/stops/6833" + "self": "/routes/134" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=6833" + "agency": { + "data": { + "id": "1", + "type": "agency" } }, - "parent_station": { - "data": null - }, - "zone": { + "line": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "line-134", + "type": "line" } } }, - "type": "stop" + "type": "route" }, { "attributes": { - "direction_id": 1, - "headsign": "South Station" + "direction_id": 0, + "headsign": "Needham Junction" }, - "id": "CR-670233-732", + "id": "66645971", "links": { - "self": "/trips/CR-670233-732" + "self": "/trips/66645971" }, "relationships": { "route": { "data": { - "id": "CR-Franklin", + "id": "59", "type": "route" } }, "route_pattern": { "data": { - "id": "CR-Franklin-901f1692-1", + "id": "59-_-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SPRING2024-SOUTHWKD-Weekday-1-S85407dc6", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "9880002", + "id": "590094", "type": "shape" } }, "stops": { "data": [ { - "id": "FB-0303-S", + "id": "8178", "type": "stop" }, { - "id": "FB-0275-S", + "id": "8180", "type": "stop" }, { - "id": "FB-0230-S", + "id": "8181", "type": "stop" }, { - "id": "FB-0191-S", + "id": "8182", "type": "stop" }, { - "id": "FB-0166-S", + "id": "8183", "type": "stop" }, { - "id": "FB-0148-02", + "id": "8185", "type": "stop" }, { - "id": "FB-0143-02", + "id": "8186", "type": "stop" }, { - "id": "FB-0125-02", + "id": "8187", "type": "stop" }, { - "id": "FB-0118-02", + "id": "8188", "type": "stop" }, { - "id": "FB-0109-02", + "id": "8285", "type": "stop" }, { - "id": "FB-0095-04", + "id": "8189", "type": "stop" }, { - "id": "DB-2205-02", + "id": "82851", "type": "stop" }, { - "id": "DB-2222-02", + "id": "82853", "type": "stop" }, { - "id": "DB-2230-02", + "id": "8192", "type": "stop" }, { - "id": "DB-2240-02", + "id": "8193", "type": "stop" }, { - "id": "DB-2249-02", + "id": "8194", "type": "stop" }, { - "id": "DB-2258-02", + "id": "8195", "type": "stop" }, { - "id": "DB-2265-02", + "id": "8196", "type": "stop" }, { - "id": "NEC-2287", + "id": "8197", + "type": "stop" + }, + { + "id": "8198", + "type": "stop" + }, + { + "id": "8199", + "type": "stop" + }, + { + "id": "8200", + "type": "stop" + }, + { + "id": "82011", + "type": "stop" + }, + { + "id": "8202", + "type": "stop" + }, + { + "id": "8203", + "type": "stop" + }, + { + "id": "8204", + "type": "stop" + }, + { + "id": "8205", + "type": "stop" + }, + { + "id": "8206", + "type": "stop" + }, + { + "id": "8207", + "type": "stop" + }, + { + "id": "8208", + "type": "stop" + }, + { + "id": "8209", + "type": "stop" + }, + { + "id": "8210", + "type": "stop" + }, + { + "id": "8211", + "type": "stop" + }, + { + "id": "8212", + "type": "stop" + }, + { + "id": "8213", + "type": "stop" + }, + { + "id": "82131", + "type": "stop" + }, + { + "id": "82132", + "type": "stop" + }, + { + "id": "82133", + "type": "stop" + }, + { + "id": "82134", + "type": "stop" + }, + { + "id": "82135", + "type": "stop" + }, + { + "id": "82130", + "type": "stop" + }, + { + "id": "82136", + "type": "stop" + }, + { + "id": "18144", + "type": "stop" + }, + { + "id": "82137", + "type": "stop" + }, + { + "id": "82138", + "type": "stop" + }, + { + "id": "82139", + "type": "stop" + }, + { + "id": "82140", + "type": "stop" + }, + { + "id": "31852", + "type": "stop" + }, + { + "id": "41852", + "type": "stop" + }, + { + "id": "51852", + "type": "stop" + }, + { + "id": "61852", + "type": "stop" + }, + { + "id": "71852", + "type": "stop" + }, + { + "id": "81852", + "type": "stop" + }, + { + "id": "91852", "type": "stop" } ] @@ -92570,14 +89847,14 @@ }, { "attributes": {}, - "id": "4157", + "id": "7723", "links": { - "self": "/stops/4157" + "self": "/stops/7723" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4157" + "related": "/facilities/?filter[stop]=7723" } }, "parent_station": { @@ -92594,14 +89871,14 @@ }, { "attributes": {}, - "id": "7555", + "id": "5263", "links": { - "self": "/stops/7555" + "self": "/stops/5263" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7555" + "related": "/facilities/?filter[stop]=5263" } }, "parent_station": { @@ -92617,92 +89894,39 @@ "type": "stop" }, { - "attributes": { - "direction_id": 1, - "headsign": "Oak Grove (Limited shuttle)" - }, - "id": "OakGroveRockportLimited-1-sample", + "attributes": {}, + "id": "9070047", "links": { - "self": "/trips/OakGroveRockportLimited-1-sample" + "self": "/stops/9070047" }, "relationships": { - "route": { - "data": { - "id": "Shuttle-OakGroveRockportLimited", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Shuttle-OakGroveRockportLimited-0-1", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "canonical", - "type": "service" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=9070047" } }, - "shape": { + "parent_station": { "data": { - "id": "RockportToOakGroveLimited-S", - "type": "shape" + "id": "place-aport", + "type": "stop" } }, - "stops": { - "data": [ - { - "id": "GB-0353-B", - "type": "stop" - }, - { - "id": "GB-0316-B1", - "type": "stop" - }, - { - "id": "GB-0296-B2", - "type": "stop" - }, - { - "id": "GB-0254-B2", - "type": "stop" - }, - { - "id": "GB-0229-B1", - "type": "stop" - }, - { - "id": "GB-0198-B3", - "type": "stop" - }, - { - "id": "ER-0183-B", - "type": "stop" - }, - { - "id": "ER-0168-B", - "type": "stop" - }, - { - "id": "9328", - "type": "stop" - } - ] + "zone": { + "data": null } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "3115", + "id": "7417", "links": { - "self": "/stops/3115" + "self": "/stops/7417" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3115" + "related": "/facilities/?filter[stop]=7417" } }, "parent_station": { @@ -92719,14 +89943,14 @@ }, { "attributes": {}, - "id": "5597", + "id": "7812", "links": { - "self": "/stops/5597" + "self": "/stops/7812" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5597" + "related": "/facilities/?filter[stop]=7812" } }, "parent_station": { @@ -92741,38 +89965,27 @@ }, "type": "stop" }, - { - "attributes": { - "color": "FFC72C", - "long_name": "City Point - Copley", - "short_name": "10", - "sort_order": 50050, - "text_color": "000000" - }, - "id": "line-10", - "links": { - "self": "/lines/line-10" - }, - "type": "line" - }, { "attributes": {}, - "id": "15045", + "id": "70502", "links": { - "self": "/stops/15045" + "self": "/stops/70502" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=15045" + "related": "/facilities/?filter[stop]=70502" } }, "parent_station": { - "data": null + "data": { + "id": "place-lech", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -92781,14 +89994,14 @@ }, { "attributes": {}, - "id": "2472", + "id": "2424", "links": { - "self": "/stops/2472" + "self": "/stops/2424" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2472" + "related": "/facilities/?filter[stop]=2424" } }, "parent_station": { @@ -92804,60 +90017,42 @@ "type": "stop" }, { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Needham Heights", - "South Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Needham Heights - Forest Hills", - "short_name": "Needham Line Shuttle", - "sort_order": 61650, - "text_color": "000000", - "type": 3 - }, - "id": "Shuttle-ForestHillsNeedhamHeights", + "attributes": {}, + "id": "WR-0062-01", "links": { - "self": "/routes/Shuttle-ForestHillsNeedhamHeights" + "self": "/stops/WR-0062-01" }, "relationships": { - "line": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=WR-0062-01" + } + }, + "parent_station": { "data": { - "id": "line-Needham", - "type": "line" + "id": "place-WR-0062", + "type": "stop" + } + }, + "zone": { + "data": { + "id": "CR-zone-1", + "type": "zone" } } }, - "type": "route" - }, - { - "attributes": { - "color": "80276C", - "long_name": "Newburyport/Rockport Line", - "short_name": "", - "sort_order": 20011, - "text_color": "FFFFFF" - }, - "id": "line-Newburyport", - "links": { - "self": "/lines/line-Newburyport" - }, - "type": "line" + "type": "stop" }, { "attributes": {}, - "id": "5877", + "id": "4007", "links": { - "self": "/stops/5877" + "self": "/stops/4007" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5877" + "related": "/facilities/?filter[stop]=4007" } }, "parent_station": { @@ -92874,22 +90069,25 @@ }, { "attributes": {}, - "id": "174", + "id": "70253", "links": { - "self": "/stops/174" + "self": "/stops/70253" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=174" + "related": "/facilities/?filter[stop]=70253" } }, "parent_station": { - "data": null + "data": { + "id": "place-mispk", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -92898,14 +90096,14 @@ }, { "attributes": {}, - "id": "5488", + "id": "7393", "links": { - "self": "/stops/5488" + "self": "/stops/7393" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5488" + "related": "/facilities/?filter[stop]=7393" } }, "parent_station": { @@ -92922,14 +90120,14 @@ }, { "attributes": {}, - "id": "2564", + "id": "4709", "links": { - "self": "/stops/2564" + "self": "/stops/4709" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2564" + "related": "/facilities/?filter[stop]=4709" } }, "parent_station": { @@ -92946,25 +90144,22 @@ }, { "attributes": {}, - "id": "FR-0219-02", + "id": "9135", "links": { - "self": "/stops/FR-0219-02" + "self": "/stops/9135" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=FR-0219-02" + "related": "/facilities/?filter[stop]=9135" } }, "parent_station": { - "data": { - "id": "place-FR-0219", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "CR-zone-5", + "id": "LocalBus", "type": "zone" } } @@ -92973,55 +90168,38 @@ }, { "attributes": {}, - "id": "70263", + "id": "7344", "links": { - "self": "/stops/70263" + "self": "/stops/7344" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70263" + "related": "/facilities/?filter[stop]=7344" } }, "parent_station": { - "data": { - "id": "place-cedgr", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } }, "type": "stop" }, - { - "attributes": { - "color": "FFC72C", - "long_name": "Woodland Road, Stoneham - Wellington", - "short_name": "99", - "sort_order": 50990, - "text_color": "000000" - }, - "id": "line-99", - "links": { - "self": "/lines/line-99" - }, - "type": "line" - }, { "attributes": {}, - "id": "9233", + "id": "4360", "links": { - "self": "/stops/9233" + "self": "/stops/4360" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9233" + "related": "/facilities/?filter[stop]=4360" } }, "parent_station": { @@ -93038,14 +90216,14 @@ }, { "attributes": {}, - "id": "7809", + "id": "3022", "links": { - "self": "/stops/7809" + "self": "/stops/3022" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7809" + "related": "/facilities/?filter[stop]=3022" } }, "parent_station": { @@ -93060,47 +90238,16 @@ }, "type": "stop" }, - { - "attributes": { - "color": "80276C", - "direction_destinations": [ - "Greenbush", - "South Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Greenbush Line", - "short_name": "", - "sort_order": 20005, - "text_color": "FFFFFF", - "type": 2 - }, - "id": "CR-Greenbush", - "links": { - "self": "/routes/CR-Greenbush" - }, - "relationships": { - "line": { - "data": { - "id": "line-Greenbush", - "type": "line" - } - } - }, - "type": "route" - }, { "attributes": {}, - "id": "1052", + "id": "3153", "links": { - "self": "/stops/1052" + "self": "/stops/3153" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1052" + "related": "/facilities/?filter[stop]=3153" } }, "parent_station": { @@ -93117,14 +90264,14 @@ }, { "attributes": {}, - "id": "6148", + "id": "9070", "links": { - "self": "/stops/6148" + "self": "/stops/9070" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6148" + "related": "/facilities/?filter[stop]=9070" } }, "parent_station": { @@ -93141,14 +90288,14 @@ }, { "attributes": {}, - "id": "4667", + "id": "2621", "links": { - "self": "/stops/4667" + "self": "/stops/2621" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4667" + "related": "/facilities/?filter[stop]=2621" } }, "parent_station": { @@ -93165,18 +90312,21 @@ }, { "attributes": {}, - "id": "14320", + "id": "15880", "links": { - "self": "/stops/14320" + "self": "/stops/15880" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=14320" + "related": "/facilities/?filter[stop]=15880" } }, "parent_station": { - "data": null + "data": { + "id": "place-orhte", + "type": "stop" + } }, "zone": { "data": { @@ -93187,16 +90337,53 @@ }, "type": "stop" }, + { + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Ashmont/Braintree", + "Alewife" + ], + "direction_names": [ + "South", + "North" + ], + "long_name": "Harvard - Broadway", + "short_name": "Red Line Shuttle", + "sort_order": 61031, + "text_color": "000000", + "type": 3 + }, + "id": "Shuttle-BroadwayHarvard", + "links": { + "self": "/routes/Shuttle-BroadwayHarvard" + }, + "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, + "line": { + "data": { + "id": "line-Red", + "type": "line" + } + } + }, + "type": "route" + }, { "attributes": {}, - "id": "7865", + "id": "7298", "links": { - "self": "/stops/7865" + "self": "/stops/7298" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7865" + "related": "/facilities/?filter[stop]=7298" } }, "parent_station": { @@ -93213,41 +90400,38 @@ }, { "attributes": {}, - "id": "70036", + "id": "NB-0080-B3", "links": { - "self": "/stops/70036" + "self": "/stops/NB-0080-B3" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70036" + "related": "/facilities/?filter[stop]=NB-0080-B3" } }, "parent_station": { "data": { - "id": "place-ogmnl", + "id": "place-NB-0080", "type": "stop" } }, "zone": { - "data": { - "id": "RapidTransit", - "type": "zone" - } + "data": null } }, "type": "stop" }, { "attributes": {}, - "id": "49001", + "id": "45618", "links": { - "self": "/stops/49001" + "self": "/stops/45618" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=49001" + "related": "/facilities/?filter[stop]=45618" } }, "parent_station": { @@ -93264,14 +90448,14 @@ }, { "attributes": {}, - "id": "6638", + "id": "3337", "links": { - "self": "/stops/6638" + "self": "/stops/3337" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6638" + "related": "/facilities/?filter[stop]=3337" } }, "parent_station": { @@ -93289,129 +90473,85 @@ { "attributes": { "direction_id": 1, - "headsign": "Middlesex Ave & Second St" + "headsign": "South Station" }, - "id": "61869347", + "id": "66859163", "links": { - "self": "/trips/61869347" + "self": "/trips/66859163" }, "relationships": { "route": { "data": { - "id": "134", + "id": "751", "type": "route" } }, "route_pattern": { "data": { - "id": "134-4-1", + "id": "751-_-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "1340351", + "id": "7510040", "type": "shape" } }, "stops": { "data": [ { - "id": "9147", - "type": "stop" - }, - { - "id": "9149", - "type": "stop" - }, - { - "id": "9150", - "type": "stop" - }, - { - "id": "5008", - "type": "stop" - }, - { - "id": "6322", - "type": "stop" - }, - { - "id": "6323", - "type": "stop" - }, - { - "id": "6324", - "type": "stop" - }, - { - "id": "63241", - "type": "stop" - }, - { - "id": "9151", - "type": "stop" - }, - { - "id": "9152", - "type": "stop" - }, - { - "id": "9153", - "type": "stop" - }, - { - "id": "9154", + "id": "64", "type": "stop" }, { - "id": "9155", + "id": "3", "type": "stop" }, { - "id": "9156", + "id": "4", "type": "stop" }, { - "id": "9157", + "id": "5", "type": "stop" }, { - "id": "9158", + "id": "1787", "type": "stop" }, { - "id": "9159", + "id": "1788", "type": "stop" }, { - "id": "9160", + "id": "5093", "type": "stop" }, { - "id": "9161", + "id": "5095", "type": "stop" }, { - "id": "49096", + "id": "15095", "type": "stop" }, { - "id": "9047", + "id": "6565", "type": "stop" }, { - "id": "9048", + "id": "6537", "type": "stop" }, { - "id": "9049", + "id": "6538", "type": "stop" } ] @@ -93419,16 +90559,53 @@ }, "type": "trip" }, + { + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "North Burlington", + "State Street, Boston" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "North Burlington - State Street, Boston", + "short_name": "354", + "sort_order": 53540, + "text_color": "000000", + "type": 3 + }, + "id": "354", + "links": { + "self": "/routes/354" + }, + "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, + "line": { + "data": { + "id": "line-354", + "type": "line" + } + } + }, + "type": "route" + }, { "attributes": {}, - "id": "1851", + "id": "2753", "links": { - "self": "/stops/1851" + "self": "/stops/2753" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1851" + "related": "/facilities/?filter[stop]=2753" } }, "parent_station": { @@ -93446,125 +90623,392 @@ { "attributes": { "direction_id": 0, - "headsign": "Keystone Apts via Adams St" + "headsign": "North Station" }, - "id": "61928638", + "id": "66645997", "links": { - "self": "/trips/61928638" + "self": "/trips/66645997" }, "relationships": { "route": { "data": { - "id": "202", + "id": "4", "type": "route" } }, "route_pattern": { "data": { - "id": "202-5-0", + "id": "4-4-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "2020073", + "id": "040088", "type": "shape" } }, "stops": { "data": [ { - "id": "323", - "type": "stop" - }, - { - "id": "55600", - "type": "stop" - }, - { - "id": "325", - "type": "stop" - }, - { - "id": "3065", - "type": "stop" - }, - { - "id": "3066", - "type": "stop" - }, - { - "id": "8326", - "type": "stop" - }, - { - "id": "8680", - "type": "stop" - }, - { - "id": "8681", - "type": "stop" - }, - { - "id": "8682", - "type": "stop" - }, - { - "id": "8683", + "id": "31255", "type": "stop" }, { - "id": "8684", + "id": "31257", "type": "stop" }, { - "id": "8685", + "id": "31256", "type": "stop" }, { - "id": "8686", + "id": "214", "type": "stop" }, { - "id": "8687", + "id": "11599", "type": "stop" }, { - "id": "3378", + "id": "2116", "type": "stop" }, { - "id": "3379", + "id": "12891", "type": "stop" }, { - "id": "3380", + "id": "11891", "type": "stop" }, { - "id": "8811", + "id": "190", "type": "stop" }, { - "id": "8812", + "id": "191", "type": "stop" }, { - "id": "8813", + "id": "117", "type": "stop" }, { - "id": "8814", + "id": "113", "type": "stop" - }, - { - "id": "38813", + } + ] + } + }, + "type": "trip" + }, + { + "attributes": {}, + "id": "2057", + "links": { + "self": "/stops/2057" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=2057" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "3516", + "links": { + "self": "/stops/3516" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=3516" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Lowell", + "North Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Lowell - North Billerica", + "short_name": "Lowell Line Shuttle", + "sort_order": 62121, + "text_color": "000000", + "type": 3 + }, + "id": "Shuttle-NorthBillericaLowell", + "links": { + "self": "/routes/Shuttle-NorthBillericaLowell" + }, + "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, + "line": { + "data": { + "id": "line-Lowell", + "type": "line" + } + } + }, + "type": "route" + }, + { + "attributes": {}, + "id": "9070071", + "links": { + "self": "/stops/9070071" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=9070071" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "1241", + "links": { + "self": "/stops/1241" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=1241" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "5068", + "links": { + "self": "/stops/5068" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=5068" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "9232", + "links": { + "self": "/stops/9232" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=9232" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "523", + "links": { + "self": "/stops/523" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=523" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "6642", + "links": { + "self": "/stops/6642" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=6642" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "81444", + "links": { + "self": "/stops/81444" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=81444" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": { + "direction_id": 1, + "headsign": "Harvard (Shuttle)" + }, + "id": "AlewifeHarvardViaHolyoke-Weekday-9e586-1-00:00:00", + "links": { + "self": "/trips/AlewifeHarvardViaHolyoke-Weekday-9e586-1-00%3A00%3A00" + }, + "relationships": { + "route": { + "data": { + "id": "Shuttle-AlewifeHarvardViaHolyoke", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "Shuttle-AlewifeHarvardViaHolyoke-0-1", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "canonical", + "type": "service" + } + }, + "shape": { + "data": { + "id": "AlewifeToHarvardViaHolyoke-S", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "141", + "type": "stop" + }, + { + "id": "2581", + "type": "stop" + }, + { + "id": "12301", + "type": "stop" + }, + { + "id": "110", "type": "stop" } ] @@ -93574,14 +91018,14 @@ }, { "attributes": {}, - "id": "86965", + "id": "5968", "links": { - "self": "/stops/86965" + "self": "/stops/5968" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=86965" + "related": "/facilities/?filter[stop]=5968" } }, "parent_station": { @@ -93598,14 +91042,14 @@ }, { "attributes": {}, - "id": "8816", + "id": "572", "links": { - "self": "/stops/8816" + "self": "/stops/572" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8816" + "related": "/facilities/?filter[stop]=572" } }, "parent_station": { @@ -93622,14 +91066,14 @@ }, { "attributes": {}, - "id": "29", + "id": "7199", "links": { - "self": "/stops/29" + "self": "/stops/7199" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=29" + "related": "/facilities/?filter[stop]=7199" } }, "parent_station": { @@ -93646,14 +91090,14 @@ }, { "attributes": {}, - "id": "5850", + "id": "12360", "links": { - "self": "/stops/5850" + "self": "/stops/12360" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5850" + "related": "/facilities/?filter[stop]=12360" } }, "parent_station": { @@ -93670,14 +91114,14 @@ }, { "attributes": {}, - "id": "1175", + "id": "2837", "links": { - "self": "/stops/1175" + "self": "/stops/2837" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1175" + "related": "/facilities/?filter[stop]=2837" } }, "parent_station": { @@ -93695,141 +91139,161 @@ { "attributes": { "direction_id": 1, - "headsign": "Andrew" + "headsign": "Davis" }, - "id": "61391927", + "id": "66959798", "links": { - "self": "/trips/61391927" + "self": "/trips/66959798" }, "relationships": { "route": { "data": { - "id": "16", + "id": "94", "type": "route" } }, "route_pattern": { "data": { - "id": "16-3-1", + "id": "94-1-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "160328", + "id": "940138", "type": "shape" } }, "stops": { "data": [ { - "id": "875", + "id": "45002", "type": "stop" }, { - "id": "520", + "id": "5002", "type": "stop" }, { - "id": "522", + "id": "15002", "type": "stop" }, { - "id": "10522", + "id": "5003", "type": "stop" }, { - "id": "2922", + "id": "5004", "type": "stop" }, { - "id": "2923", + "id": "5005", "type": "stop" }, { - "id": "2904", + "id": "6298", "type": "stop" }, { - "id": "2924", + "id": "6299", "type": "stop" }, { - "id": "2925", + "id": "6301", "type": "stop" }, { - "id": "2926", + "id": "6302", "type": "stop" }, { - "id": "2928", + "id": "6303", "type": "stop" }, { - "id": "2929", + "id": "16305", "type": "stop" }, { - "id": "2930", + "id": "3513", "type": "stop" }, { - "id": "2931", + "id": "2369", "type": "stop" }, { - "id": "2932", + "id": "2370", "type": "stop" }, { - "id": "12932", + "id": "2371", "type": "stop" }, { - "id": "1480", + "id": "2372", "type": "stop" }, { - "id": "2933", + "id": "2373", "type": "stop" }, { - "id": "2934", + "id": "2374", "type": "stop" }, { - "id": "2935", + "id": "2375", "type": "stop" }, { - "id": "2937", + "id": "2376", "type": "stop" }, { - "id": "2938", + "id": "2378", "type": "stop" }, { - "id": "2939", + "id": "2379", "type": "stop" }, { - "id": "2940", + "id": "2380", "type": "stop" }, { - "id": "12940", + "id": "2381", "type": "stop" }, { - "id": "13", + "id": "5012", + "type": "stop" + }, + { + "id": "5014", + "type": "stop" + }, + { + "id": "5015", + "type": "stop" + }, + { + "id": "2582", + "type": "stop" + }, + { + "id": "2628", + "type": "stop" + }, + { + "id": "5104", "type": "stop" } ] @@ -93839,14 +91303,62 @@ }, { "attributes": {}, - "id": "1292", + "id": "4153", "links": { - "self": "/stops/1292" + "self": "/stops/4153" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1292" + "related": "/facilities/?filter[stop]=4153" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "6251", + "links": { + "self": "/stops/6251" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=6251" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "5432", + "links": { + "self": "/stops/5432" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=5432" } }, "parent_station": { @@ -93864,225 +91376,237 @@ { "attributes": { "direction_id": 1, - "headsign": "Malden via Oak Grove" + "headsign": "Wonderland" }, - "id": "61869015", + "id": "67227898", "links": { - "self": "/trips/61869015" + "self": "/trips/67227898" }, "relationships": { "route": { "data": { - "id": "131", + "id": "450", "type": "route" } }, "route_pattern": { "data": { - "id": "131-1-1", + "id": "450-7-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "BUS12025-hbl15hl6-Saturday-02", "type": "service" } }, "shape": { "data": { - "id": "1310082", + "id": "4500224", "type": "shape" } }, "stops": { "data": [ { - "id": "9071", + "id": "37150", "type": "stop" }, { - "id": "9073", + "id": "4453", "type": "stop" }, { - "id": "19073", + "id": "4455", "type": "stop" }, { - "id": "9074", + "id": "4456", "type": "stop" }, { - "id": "9075", + "id": "4457", "type": "stop" }, { - "id": "9076", + "id": "4458", "type": "stop" }, { - "id": "9196", + "id": "4459", "type": "stop" }, { - "id": "9197", + "id": "14460", "type": "stop" }, { - "id": "9198", + "id": "4462", "type": "stop" }, { - "id": "9077", + "id": "4463", "type": "stop" }, { - "id": "9078", + "id": "14465", "type": "stop" }, { - "id": "9079", + "id": "4465", "type": "stop" }, { - "id": "9080", + "id": "4467", "type": "stop" }, { - "id": "9081", + "id": "4470", "type": "stop" }, { - "id": "9082", + "id": "14470", "type": "stop" }, { - "id": "9083", + "id": "4472", "type": "stop" }, { - "id": "9084", + "id": "4473", "type": "stop" }, { - "id": "9085", + "id": "4474", "type": "stop" }, { - "id": "9086", + "id": "4475", "type": "stop" }, { - "id": "9087", + "id": "4477", "type": "stop" }, { - "id": "9088", + "id": "4479", "type": "stop" }, { - "id": "9089", + "id": "4480", "type": "stop" }, { - "id": "9090", + "id": "4481", "type": "stop" }, { - "id": "9091", + "id": "4482", "type": "stop" }, { - "id": "9092", + "id": "7302", "type": "stop" }, { - "id": "9093", + "id": "7303", "type": "stop" }, { - "id": "9095", + "id": "7304", "type": "stop" }, { - "id": "9096", + "id": "7305", "type": "stop" }, { - "id": "9097", + "id": "7306", "type": "stop" }, { - "id": "9098", + "id": "7307", "type": "stop" }, { - "id": "9099", + "id": "7308", "type": "stop" }, { - "id": "9100", + "id": "4483", "type": "stop" }, { - "id": "9204", + "id": "4484", "type": "stop" }, { - "id": "9205", + "id": "4485", "type": "stop" }, { - "id": "9206", + "id": "4486", "type": "stop" }, { - "id": "9207", + "id": "4487", "type": "stop" }, { - "id": "49221", + "id": "4488", "type": "stop" }, { - "id": "9328", + "id": "4489", "type": "stop" }, { - "id": "19208", + "id": "4490", "type": "stop" }, { - "id": "9209", + "id": "4491", "type": "stop" }, { - "id": "9210", + "id": "4492", "type": "stop" }, { - "id": "9211", + "id": "4494", "type": "stop" }, { - "id": "9212", + "id": "4495", "type": "stop" }, { - "id": "9213", + "id": "4497", "type": "stop" }, { - "id": "9214", + "id": "4498", "type": "stop" }, { - "id": "15431", + "id": "4500", "type": "stop" }, { - "id": "5327", + "id": "14717", + "type": "stop" + }, + { + "id": "4717", + "type": "stop" + }, + { + "id": "24717", + "type": "stop" + }, + { + "id": "15799", "type": "stop" } ] @@ -94092,14 +91616,107 @@ }, { "attributes": {}, - "id": "8262", + "id": "9070110", "links": { - "self": "/stops/8262" + "self": "/stops/9070110" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8262" + "related": "/facilities/?filter[stop]=9070110" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "15061", + "links": { + "self": "/stops/15061" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=15061" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "4327", + "links": { + "self": "/stops/4327" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=4327" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "5560", + "links": { + "self": "/stops/5560" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=5560" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "45416", + "links": { + "self": "/stops/45416" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=45416" } }, "parent_station": { @@ -94116,122 +91733,191 @@ }, { "attributes": { - "direction_id": 1, - "headsign": "Central Square" + "color": "FFC72C", + "direction_destinations": [ + "Rockport", + null + ], + "direction_names": [ + "Outbound", + null + ], + "long_name": "Manchester - Rockport", + "short_name": "Rockport Line Shuttle", + "sort_order": 62060, + "text_color": "000000", + "type": 3 + }, + "id": "Shuttle-ManchesterRockport", + "links": { + "self": "/routes/Shuttle-ManchesterRockport" + }, + "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, + "line": { + "data": { + "id": "line-Newburyport", + "type": "line" + } + } + }, + "type": "route" + }, + { + "attributes": {}, + "id": "6712", + "links": { + "self": "/stops/6712" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=6712" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "15989", + "links": { + "self": "/stops/15989" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=15989" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "7353", + "links": { + "self": "/stops/7353" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=7353" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": { + "direction_id": 0, + "headsign": "Cleveland Circle (Shuttle)" }, - "id": "62216411", + "id": "ClevelandCircleKenmore-0-sample", "links": { - "self": "/trips/62216411" + "self": "/trips/ClevelandCircleKenmore-0-sample" }, "relationships": { "route": { "data": { - "id": "429", + "id": "Shuttle-ClevelandCircleKenmore", "type": "route" } }, "route_pattern": { "data": { - "id": "429-4-1", + "id": "Shuttle-ClevelandCircleKenmore-0-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "canonical", "type": "service" } }, "shape": { "data": { - "id": "4290279", + "id": "KenmoreToClevelandCircle-S", "type": "shape" } }, "stops": { "data": [ { - "id": "56732", - "type": "stop" - }, - { - "id": "6747", - "type": "stop" - }, - { - "id": "6749", - "type": "stop" - }, - { - "id": "6751", - "type": "stop" - }, - { - "id": "6752", - "type": "stop" - }, - { - "id": "6754", - "type": "stop" - }, - { - "id": "6755", - "type": "stop" - }, - { - "id": "6756", - "type": "stop" - }, - { - "id": "6757", - "type": "stop" - }, - { - "id": "6758", - "type": "stop" - }, - { - "id": "6760", + "id": "9070150", "type": "stop" }, { - "id": "6761", + "id": "9070213", "type": "stop" }, { - "id": "6762", + "id": "9070217", "type": "stop" }, { - "id": "6764", + "id": "9070219", "type": "stop" }, { - "id": "7309", + "id": "9070223", "type": "stop" }, { - "id": "7310", + "id": "9070227", "type": "stop" }, { - "id": "7311", + "id": "9070229", "type": "stop" }, { - "id": "7312", + "id": "9070231", "type": "stop" }, { - "id": "6827", + "id": "9070233", "type": "stop" }, { - "id": "6773", + "id": "9070235", "type": "stop" }, { - "id": "14748", + "id": "9070238", "type": "stop" } ] @@ -94241,14 +91927,14 @@ }, { "attributes": {}, - "id": "2187", + "id": "8680", "links": { - "self": "/stops/2187" + "self": "/stops/8680" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2187" + "related": "/facilities/?filter[stop]=8680" } }, "parent_station": { @@ -94265,14 +91951,14 @@ }, { "attributes": {}, - "id": "109819", + "id": "44413", "links": { - "self": "/stops/109819" + "self": "/stops/44413" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=109819" + "related": "/facilities/?filter[stop]=44413" } }, "parent_station": { @@ -94289,14 +91975,14 @@ }, { "attributes": {}, - "id": "3846", + "id": "5504", "links": { - "self": "/stops/3846" + "self": "/stops/5504" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3846" + "related": "/facilities/?filter[stop]=5504" } }, "parent_station": { @@ -94313,14 +91999,14 @@ }, { "attributes": {}, - "id": "4877", + "id": "1038", "links": { - "self": "/stops/4877" + "self": "/stops/1038" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4877" + "related": "/facilities/?filter[stop]=1038" } }, "parent_station": { @@ -94336,42 +92022,52 @@ "type": "stop" }, { - "attributes": {}, - "id": "NB-0072-B0", + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Needham Heights", + "South Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Needham Heights - Forest Hills", + "short_name": "Needham Line Shuttle", + "sort_order": 61650, + "text_color": "000000", + "type": 3 + }, + "id": "Shuttle-ForestHillsNeedhamHeights", "links": { - "self": "/stops/NB-0072-B0" + "self": "/routes/Shuttle-ForestHillsNeedhamHeights" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=NB-0072-B0" - } - }, - "parent_station": { + "agency": { "data": { - "id": "place-NB-0072", - "type": "stop" + "id": "1", + "type": "agency" } }, - "zone": { + "line": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "line-Needham", + "type": "line" } } }, - "type": "stop" + "type": "route" }, { "attributes": {}, - "id": "11835", + "id": "1160", "links": { - "self": "/stops/11835" + "self": "/stops/1160" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=11835" + "related": "/facilities/?filter[stop]=1160" } }, "parent_station": { @@ -94386,16 +92082,53 @@ }, "type": "stop" }, + { + "attributes": { + "color": "00843D", + "direction_destinations": [ + "Cleveland Circle", + "Government Center" + ], + "direction_names": [ + "West", + "East" + ], + "long_name": "Green Line C", + "short_name": "C", + "sort_order": 10033, + "text_color": "FFFFFF", + "type": 0 + }, + "id": "Green-C", + "links": { + "self": "/routes/Green-C" + }, + "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, + "line": { + "data": { + "id": "line-Green", + "type": "line" + } + } + }, + "type": "route" + }, { "attributes": {}, - "id": "2361", + "id": "2521", "links": { - "self": "/stops/2361" + "self": "/stops/2521" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2361" + "related": "/facilities/?filter[stop]=2521" } }, "parent_station": { @@ -94412,14 +92145,14 @@ }, { "attributes": {}, - "id": "13859", + "id": "47", "links": { - "self": "/stops/13859" + "self": "/stops/47" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=13859" + "related": "/facilities/?filter[stop]=47" } }, "parent_station": { @@ -94436,14 +92169,14 @@ }, { "attributes": {}, - "id": "1668", + "id": "8825", "links": { - "self": "/stops/1668" + "self": "/stops/8825" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1668" + "related": "/facilities/?filter[stop]=8825" } }, "parent_station": { @@ -94460,14 +92193,14 @@ }, { "attributes": {}, - "id": "2280", + "id": "57003", "links": { - "self": "/stops/2280" + "self": "/stops/57003" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2280" + "related": "/facilities/?filter[stop]=57003" } }, "parent_station": { @@ -94485,57 +92218,81 @@ { "attributes": { "direction_id": 0, - "headsign": "Ashmont" + "headsign": "JFK/UMass (Shuttle)" }, - "id": "62921086", + "id": "HarvardJFK-Weekday-9e586-0-00:00:00", "links": { - "self": "/trips/62921086" + "self": "/trips/HarvardJFK-Weekday-9e586-0-00%3A00%3A00" }, "relationships": { "route": { "data": { - "id": "Red", + "id": "Shuttle-HarvardJFK", "type": "route" } }, "route_pattern": { "data": { - "id": "Red-A-0", + "id": "Shuttle-HarvardJFK-0-0", "type": "route_pattern" } }, "service": { "data": { - "id": "RTL22024-hms24bb6-Saturday-01", + "id": "canonical", "type": "service" } }, "shape": { "data": { - "id": "28320002", + "id": "HarvardToJFK-S", "type": "shape" } }, "stops": { "data": [ { - "id": "70085", + "id": "9070072", "type": "stop" }, { - "id": "70087", + "id": "72", "type": "stop" }, { - "id": "70089", + "id": "9170071", "type": "stop" }, { - "id": "70091", + "id": "9070073", "type": "stop" }, { - "id": "70093", + "id": "9170024", + "type": "stop" + }, + { + "id": "9270022", + "type": "stop" + }, + { + "id": "16535", + "type": "stop" + }, + { + "id": "6564", + "type": "stop" + }, + { + "id": "151", + "type": "stop" + }, + { + "id": "9070083", + "type": "stop" + }, + { + "id": "121", "type": "stop" } ] @@ -94544,46 +92301,84 @@ "type": "trip" }, { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Rockport", - "North Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Rockport - Salem (Local)", - "short_name": "Rockport Line Shuttle", - "sort_order": 62406, - "text_color": "000000", - "type": 3 + "attributes": {}, + "id": "6142", + "links": { + "self": "/stops/6142" }, - "id": "Shuttle-RockportSalemLocal", + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=6142" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "2406", "links": { - "self": "/routes/Shuttle-RockportSalemLocal" + "self": "/stops/2406" }, "relationships": { - "line": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=2406" + } + }, + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "line-Newburyport", - "type": "line" + "id": "LocalBus", + "type": "zone" } } }, - "type": "route" + "type": "stop" }, { "attributes": {}, - "id": "8593", + "id": "9170071", "links": { - "self": "/stops/8593" + "self": "/stops/9170071" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8593" + "related": "/facilities/?filter[stop]=9170071" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "1609", + "links": { + "self": "/stops/1609" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=1609" } }, "parent_station": { @@ -94600,14 +92395,14 @@ }, { "attributes": {}, - "id": "1528", + "id": "6403", "links": { - "self": "/stops/1528" + "self": "/stops/6403" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1528" + "related": "/facilities/?filter[stop]=6403" } }, "parent_station": { @@ -94622,148 +92417,211 @@ }, "type": "stop" }, + { + "attributes": {}, + "id": "899", + "links": { + "self": "/stops/899" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=899" + } + }, + "parent_station": { + "data": { + "id": "place-kencl", + "type": "stop" + } + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, { "attributes": { - "direction_id": 0, - "headsign": "City Point" + "direction_id": 1, + "headsign": "Wellington" }, - "id": "61394350", + "id": "66959817", "links": { - "self": "/trips/61394350" + "self": "/trips/66959817" }, "relationships": { "route": { "data": { - "id": "9", + "id": "106", "type": "route" } }, "route_pattern": { "data": { - "id": "9-_-0", + "id": "106-3-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "090245", + "id": "1060290", "type": "shape" } }, "stops": { "data": [ { - "id": "175", + "id": "5472", "type": "stop" }, { - "id": "143", + "id": "9006", "type": "stop" }, { - "id": "144", + "id": "9008", "type": "stop" }, { - "id": "145", + "id": "9000", "type": "stop" }, { - "id": "146", + "id": "9001", "type": "stop" }, { - "id": "147", + "id": "9002", "type": "stop" }, { - "id": "148", + "id": "9003", "type": "stop" }, { - "id": "11481", + "id": "5434", "type": "stop" }, { - "id": "151", + "id": "5435", "type": "stop" }, { - "id": "153", + "id": "5436", "type": "stop" }, { - "id": "154", + "id": "9026", "type": "stop" }, { - "id": "155", + "id": "5440", "type": "stop" }, { - "id": "156", + "id": "5441", "type": "stop" }, { - "id": "157", + "id": "5442", "type": "stop" }, { - "id": "21", + "id": "5443", "type": "stop" }, { - "id": "22", + "id": "5444", "type": "stop" }, { - "id": "23", + "id": "5445", "type": "stop" }, { - "id": "24", + "id": "15431", "type": "stop" }, { - "id": "25", + "id": "53270", "type": "stop" }, { - "id": "27", + "id": "5289", "type": "stop" }, { - "id": "28", + "id": "5373", "type": "stop" }, { - "id": "29", + "id": "5374", "type": "stop" }, { - "id": "30", + "id": "5447", "type": "stop" }, { - "id": "32", + "id": "5449", "type": "stop" }, { - "id": "10031", + "id": "5395", "type": "stop" }, { - "id": "10032", + "id": "5396", "type": "stop" }, { - "id": "33", + "id": "5397", + "type": "stop" + }, + { + "id": "5398", + "type": "stop" + }, + { + "id": "5399", + "type": "stop" + }, + { + "id": "5400", + "type": "stop" + }, + { + "id": "5401", + "type": "stop" + }, + { + "id": "5403", + "type": "stop" + }, + { + "id": "5404", + "type": "stop" + }, + { + "id": "5561", + "type": "stop" + }, + { + "id": "6569", + "type": "stop" + }, + { + "id": "52720", "type": "stop" } ] @@ -94773,38 +92631,14 @@ }, { "attributes": {}, - "id": "615", - "links": { - "self": "/stops/615" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=615" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "4044", + "id": "4167", "links": { - "self": "/stops/4044" + "self": "/stops/4167" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4044" + "related": "/facilities/?filter[stop]=4167" } }, "parent_station": { @@ -94821,14 +92655,14 @@ }, { "attributes": {}, - "id": "4160", + "id": "2485", "links": { - "self": "/stops/4160" + "self": "/stops/2485" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4160" + "related": "/facilities/?filter[stop]=2485" } }, "parent_station": { @@ -94843,78 +92677,16 @@ }, "type": "stop" }, - { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Braintree", - "Alewife" - ], - "direction_names": [ - "South", - "North" - ], - "long_name": "Braintree - North Quincy", - "short_name": "Red Line Shuttle", - "sort_order": 60950, - "text_color": "000000", - "type": 3 - }, - "id": "Shuttle-BraintreeNorthQuincy", - "links": { - "self": "/routes/Shuttle-BraintreeNorthQuincy" - }, - "relationships": { - "line": { - "data": { - "id": "line-Red", - "type": "line" - } - } - }, - "type": "route" - }, - { - "attributes": { - "color": "008EAA", - "direction_destinations": [ - "Hingham or Hull", - "Long Wharf or Rowes Wharf" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Hingham/Hull Ferry", - "short_name": "", - "sort_order": 30002, - "text_color": "FFFFFF", - "type": 4 - }, - "id": "Boat-F1", - "links": { - "self": "/routes/Boat-F1" - }, - "relationships": { - "line": { - "data": { - "id": "line-Boat-F1", - "type": "line" - } - } - }, - "type": "route" - }, { "attributes": {}, - "id": "2574", + "id": "9120", "links": { - "self": "/stops/2574" + "self": "/stops/9120" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2574" + "related": "/facilities/?filter[stop]=9120" } }, "parent_station": { @@ -94931,14 +92703,14 @@ }, { "attributes": {}, - "id": "4712", + "id": "6311", "links": { - "self": "/stops/4712" + "self": "/stops/6311" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4712" + "related": "/facilities/?filter[stop]=6311" } }, "parent_station": { @@ -94955,14 +92727,14 @@ }, { "attributes": {}, - "id": "3664", + "id": "1279", "links": { - "self": "/stops/3664" + "self": "/stops/1279" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3664" + "related": "/facilities/?filter[stop]=1279" } }, "parent_station": { @@ -94979,14 +92751,14 @@ }, { "attributes": {}, - "id": "1185", + "id": "357", "links": { - "self": "/stops/1185" + "self": "/stops/357" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1185" + "related": "/facilities/?filter[stop]=357" } }, "parent_station": { @@ -95003,46 +92775,25 @@ }, { "attributes": {}, - "id": "5374", + "id": "NEC-2276", "links": { - "self": "/stops/5374" + "self": "/stops/NEC-2276" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5374" + "related": "/facilities/?filter[stop]=NEC-2276" } }, "parent_station": { - "data": null - }, - "zone": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "1512", - "links": { - "self": "/stops/1512" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=1512" + "id": "place-bbsta", + "type": "stop" } }, - "parent_station": { - "data": null - }, "zone": { "data": { - "id": "LocalBus", + "id": "CR-zone-1A", "type": "zone" } } @@ -95051,335 +92802,218 @@ }, { "attributes": { - "direction_id": 0, - "headsign": "Cleveland Circle (Shuttle)" + "direction_id": 1, + "headsign": "Haymarket via Cliftondale" }, - "id": "ClevelandCircleKenmore-0-sample", + "id": "67202272", "links": { - "self": "/trips/ClevelandCircleKenmore-0-sample" + "self": "/trips/67202272" }, "relationships": { "route": { "data": { - "id": "Shuttle-ClevelandCircleKenmore", + "id": "426", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-ClevelandCircleKenmore-0-0", + "id": "426-_-1", "type": "route_pattern" } }, "service": { "data": { - "id": "canonical", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "KenmoreToClevelandCircle-S", + "id": "4260284", "type": "shape" } }, "stops": { "data": [ { - "id": "9070150", + "id": "16653", "type": "stop" }, { - "id": "9070213", + "id": "6674", "type": "stop" }, { - "id": "9070217", + "id": "6675", "type": "stop" }, { - "id": "9070219", + "id": "6780", "type": "stop" }, { - "id": "9070223", + "id": "6783", "type": "stop" }, { - "id": "9070227", + "id": "4451", "type": "stop" }, { - "id": "9070229", + "id": "4487", "type": "stop" }, { - "id": "9070231", + "id": "4488", "type": "stop" }, { - "id": "9070233", + "id": "7376", "type": "stop" }, { - "id": "9070235", + "id": "7377", "type": "stop" }, { - "id": "9070238", + "id": "7378", "type": "stop" - } - ] - } - }, - "type": "trip" - }, - { - "attributes": {}, - "id": "9070091", - "links": { - "self": "/stops/9070091" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=9070091" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": null - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "15995", - "links": { - "self": "/stops/15995" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=15995" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "7430", - "links": { - "self": "/stops/7430" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=7430" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "70270", - "links": { - "self": "/stops/70270" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=70270" - } - }, - "parent_station": { - "data": { - "id": "place-cenav", - "type": "stop" - } - }, - "zone": { - "data": { - "id": "RapidTransit", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "2321", - "links": { - "self": "/stops/2321" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=2321" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": { - "direction_id": 0, - "headsign": "Fields Corner" - }, - "id": "61393234", - "links": { - "self": "/trips/61393234" - }, - "relationships": { - "route": { - "data": { - "id": "19", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "19-1-0", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "SpringWeekday", - "type": "service" - } - }, - "shape": { - "data": { - "id": "190312", - "type": "shape" - } - }, - "stops": { - "data": [ + }, { - "id": "11323", + "id": "7379", "type": "stop" }, { - "id": "11259", + "id": "7380", "type": "stop" }, { - "id": "64000", + "id": "7381", "type": "stop" }, { - "id": "40001", + "id": "7382", "type": "stop" }, { - "id": "401", + "id": "7383", "type": "stop" }, { - "id": "404", + "id": "7384", "type": "stop" }, { - "id": "405", + "id": "7386", "type": "stop" }, { - "id": "406", + "id": "7388", "type": "stop" }, { - "id": "407", + "id": "7390", "type": "stop" }, { - "id": "410", + "id": "7391", "type": "stop" }, { - "id": "411", + "id": "7392", "type": "stop" }, { - "id": "412", + "id": "7393", "type": "stop" }, { - "id": "471", + "id": "7394", "type": "stop" }, { - "id": "472", + "id": "7395", "type": "stop" }, { - "id": "468", + "id": "7396", "type": "stop" }, { - "id": "550", + "id": "7397", "type": "stop" }, { - "id": "551", + "id": "7398", "type": "stop" }, { - "id": "552", + "id": "7399", "type": "stop" }, { - "id": "553", + "id": "7400", "type": "stop" }, { - "id": "554", + "id": "7401", "type": "stop" }, { - "id": "555", + "id": "7403", "type": "stop" }, { - "id": "556", + "id": "7404", "type": "stop" }, { - "id": "323", + "id": "7405", + "type": "stop" + }, + { + "id": "7407", + "type": "stop" + }, + { + "id": "7408", + "type": "stop" + }, + { + "id": "7409", + "type": "stop" + }, + { + "id": "7410", + "type": "stop" + }, + { + "id": "7411", + "type": "stop" + }, + { + "id": "74121", + "type": "stop" + }, + { + "id": "7413", + "type": "stop" + }, + { + "id": "7414", + "type": "stop" + }, + { + "id": "2829", + "type": "stop" + }, + { + "id": "8309", + "type": "stop" + }, + { + "id": "117", "type": "stop" } ] @@ -95387,107 +93021,100 @@ }, "type": "trip" }, - { - "attributes": {}, - "id": "2867", - "links": { - "self": "/stops/2867" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=2867" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Dedham Mall or Stimson Street", - "Forest Hills Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Dedham Mall or Stimson Street - Forest Hills Station", - "short_name": "35", - "sort_order": 50350, - "text_color": "000000", - "type": 3 - }, - "id": "35", - "links": { - "self": "/routes/35" - }, - "relationships": { - "line": { - "data": { - "id": "line-35", - "type": "line" - } - } - }, - "type": "route" - }, { "attributes": { "direction_id": 1, - "headsign": "Wilmington (Shuttle)" + "headsign": "Park St & Tremont St" }, - "id": "LowellWilmingtonExtended-1-sample", + "id": "66652410", "links": { - "self": "/trips/LowellWilmingtonExtended-1-sample" + "self": "/trips/66652410" }, "relationships": { "route": { "data": { - "id": "Shuttle-LowellWilmington", + "id": "43", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-LowellWilmington-0-1", + "id": "43-_-1", "type": "route_pattern" } }, "service": { "data": { - "id": "canonical", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "LowellToWilmington-S", + "id": "430058", "type": "shape" } }, "stops": { "data": [ { - "id": "NHRML-0254-B", + "id": "17863", "type": "stop" }, { - "id": "NHRML-0218-B2", + "id": "1227", "type": "stop" }, { - "id": "NHRML-0152-B", + "id": "1228", + "type": "stop" + }, + { + "id": "11228", + "type": "stop" + }, + { + "id": "1230", + "type": "stop" + }, + { + "id": "1232", + "type": "stop" + }, + { + "id": "1234", + "type": "stop" + }, + { + "id": "1235", + "type": "stop" + }, + { + "id": "1237", + "type": "stop" + }, + { + "id": "1239", + "type": "stop" + }, + { + "id": "1241", + "type": "stop" + }, + { + "id": "9980", + "type": "stop" + }, + { + "id": "9981", + "type": "stop" + }, + { + "id": "9982", + "type": "stop" + }, + { + "id": "10000", "type": "stop" } ] @@ -95495,156 +93122,160 @@ }, "type": "trip" }, + { + "attributes": {}, + "id": "6645", + "links": { + "self": "/stops/6645" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=6645" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, { "attributes": { "direction_id": 0, - "headsign": "Forest Hills via South Bay Center" + "headsign": "Watertown Yard via Union Square Allston" }, - "id": "61392342", + "id": "66645286_2", "links": { - "self": "/trips/61392342" + "self": "/trips/66645286_2" }, "relationships": { "route": { "data": { - "id": "16", + "id": "66", "type": "route" } }, "route_pattern": { "data": { - "id": "16-5-0", + "id": "66-B-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "160335", + "id": "660300-2", "type": "shape" } }, "stops": { "data": [ { - "id": "35201", - "type": "stop" - }, - { - "id": "5202", - "type": "stop" - }, - { - "id": "5203", - "type": "stop" - }, - { - "id": "121", - "type": "stop" - }, - { - "id": "25203", - "type": "stop" - }, - { - "id": "25202", + "id": "64000", "type": "stop" }, { - "id": "35202", + "id": "1148", "type": "stop" }, { - "id": "13", + "id": "11149", "type": "stop" }, { - "id": "11241", + "id": "11148", "type": "stop" }, { - "id": "11242", + "id": "21148", "type": "stop" }, { - "id": "11244", + "id": "1357", "type": "stop" }, { - "id": "133", + "id": "13590", "type": "stop" }, { - "id": "134", + "id": "1360", "type": "stop" }, { - "id": "362", + "id": "1362", "type": "stop" }, { - "id": "2910", + "id": "1363", "type": "stop" }, { - "id": "2911", + "id": "1365", "type": "stop" }, { - "id": "2912", + "id": "1366", "type": "stop" }, { - "id": "2913", + "id": "1526", "type": "stop" }, { - "id": "2914", + "id": "1367", "type": "stop" }, { - "id": "2915", + "id": "1369", "type": "stop" }, { - "id": "2916", + "id": "1371", "type": "stop" }, { - "id": "2918", + "id": "1372", "type": "stop" }, { - "id": "2919", + "id": "1373", "type": "stop" }, { - "id": "2920", + "id": "1375", "type": "stop" }, { - "id": "1587", + "id": "1376", "type": "stop" }, { - "id": "11587", + "id": "1378", "type": "stop" }, { - "id": "21587", + "id": "1379", "type": "stop" }, { - "id": "547", + "id": "964", "type": "stop" }, { - "id": "875", + "id": "966", "type": "stop" } ] @@ -95654,14 +93285,14 @@ }, { "attributes": {}, - "id": "5342", + "id": "86929", "links": { - "self": "/stops/5342" + "self": "/stops/86929" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5342" + "related": "/facilities/?filter[stop]=86929" } }, "parent_station": { @@ -95678,14 +93309,14 @@ }, { "attributes": {}, - "id": "2908", + "id": "5852", "links": { - "self": "/stops/2908" + "self": "/stops/5852" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2908" + "related": "/facilities/?filter[stop]=5852" } }, "parent_station": { @@ -95702,14 +93333,14 @@ }, { "attributes": {}, - "id": "Boat-Aquarium", + "id": "1470", "links": { - "self": "/stops/Boat-Aquarium" + "self": "/stops/1470" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=Boat-Aquarium" + "related": "/facilities/?filter[stop]=1470" } }, "parent_station": { @@ -95717,7 +93348,7 @@ }, "zone": { "data": { - "id": "Boat-Aquarium", + "id": "LocalBus", "type": "zone" } } @@ -95726,14 +93357,14 @@ }, { "attributes": {}, - "id": "3122", + "id": "1168", "links": { - "self": "/stops/3122" + "self": "/stops/1168" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3122" + "related": "/facilities/?filter[stop]=1168" } }, "parent_station": { @@ -95748,16 +93379,97 @@ }, "type": "stop" }, + { + "attributes": { + "direction_id": 0, + "headsign": "Greenbush" + }, + "id": "canonical-CR-Greenbush-C1-0", + "links": { + "self": "/trips/canonical-CR-Greenbush-C1-0" + }, + "relationships": { + "route": { + "data": { + "id": "CR-Greenbush", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "CR-Greenbush-6d652c57-0", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "canonical", + "type": "service" + } + }, + "shape": { + "data": { + "id": "canonical-9900002", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "NEC-2287", + "type": "stop" + }, + { + "id": "MM-0023-S", + "type": "stop" + }, + { + "id": "MM-0079-S", + "type": "stop" + }, + { + "id": "GRB-0118-S", + "type": "stop" + }, + { + "id": "GRB-0146-S", + "type": "stop" + }, + { + "id": "GRB-0162-S", + "type": "stop" + }, + { + "id": "GRB-0183-S", + "type": "stop" + }, + { + "id": "GRB-0199-S", + "type": "stop" + }, + { + "id": "GRB-0233-S", + "type": "stop" + }, + { + "id": "GRB-0276-S", + "type": "stop" + } + ] + } + }, + "type": "trip" + }, { "attributes": {}, - "id": "33618", + "id": "8428", "links": { - "self": "/stops/33618" + "self": "/stops/8428" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=33618" + "related": "/facilities/?filter[stop]=8428" } }, "parent_station": { @@ -95774,14 +93486,14 @@ }, { "attributes": {}, - "id": "371", + "id": "49002", "links": { - "self": "/stops/371" + "self": "/stops/49002" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=371" + "related": "/facilities/?filter[stop]=49002" } }, "parent_station": { @@ -95798,14 +93510,14 @@ }, { "attributes": {}, - "id": "8391", + "id": "5521", "links": { - "self": "/stops/8391" + "self": "/stops/5521" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8391" + "related": "/facilities/?filter[stop]=5521" } }, "parent_station": { @@ -95822,22 +93534,25 @@ }, { "attributes": {}, - "id": "6419", + "id": "70260", "links": { - "self": "/stops/6419" + "self": "/stops/70260" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6419" + "related": "/facilities/?filter[stop]=70260" } }, "parent_station": { - "data": null + "data": { + "id": "place-hsmnl", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -95845,124 +93560,39 @@ "type": "stop" }, { - "attributes": { - "direction_id": 1, - "headsign": "Maverick" - }, - "id": "62215998", + "attributes": {}, + "id": "10033", "links": { - "self": "/trips/62215998" + "self": "/stops/10033" }, "relationships": { - "route": { - "data": { - "id": "114", - "type": "route" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=10033" } }, - "route_pattern": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "114-1-1", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "SpringWeekday", - "type": "service" - } - }, - "shape": { - "data": { - "id": "1140039", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "5045", - "type": "stop" - }, - { - "id": "15054", - "type": "stop" - }, - { - "id": "5650", - "type": "stop" - }, - { - "id": "5651", - "type": "stop" - }, - { - "id": "5605", - "type": "stop" - }, - { - "id": "5606", - "type": "stop" - }, - { - "id": "5653", - "type": "stop" - }, - { - "id": "5728", - "type": "stop" - }, - { - "id": "5729", - "type": "stop" - }, - { - "id": "5730", - "type": "stop" - }, - { - "id": "5731", - "type": "stop" - }, - { - "id": "5732", - "type": "stop" - }, - { - "id": "5733", - "type": "stop" - }, - { - "id": "5734", - "type": "stop" - }, - { - "id": "5736", - "type": "stop" - }, - { - "id": "5737", - "type": "stop" - }, - { - "id": "5740", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "56641", + "id": "4206", "links": { - "self": "/stops/56641" + "self": "/stops/4206" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=56641" + "related": "/facilities/?filter[stop]=4206" } }, "parent_station": { @@ -95978,152 +93608,74 @@ "type": "stop" }, { - "attributes": { - "direction_id": 1, - "headsign": "Maverick" - }, - "id": "62216831", + "attributes": {}, + "id": "6407", "links": { - "self": "/trips/62216831" + "self": "/stops/6407" }, "relationships": { - "route": { - "data": { - "id": "120", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "120-1-1", - "type": "route_pattern" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=6407" } }, - "service": { - "data": { - "id": "SpringWeekday", - "type": "service" - } + "parent_station": { + "data": null }, - "shape": { + "zone": { "data": { - "id": "1200144", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "5880", - "type": "stop" - }, - { - "id": "5881", - "type": "stop" - }, - { - "id": "5839", - "type": "stop" - }, - { - "id": "5841", - "type": "stop" - }, - { - "id": "5842", - "type": "stop" - }, - { - "id": "5843", - "type": "stop" - }, - { - "id": "5844", - "type": "stop" - }, - { - "id": "5666", - "type": "stop" - }, - { - "id": "5848", - "type": "stop" - }, - { - "id": "5849", - "type": "stop" - }, - { - "id": "5850", - "type": "stop" - }, - { - "id": "5851", - "type": "stop" - }, - { - "id": "5852", - "type": "stop" - }, - { - "id": "5853", - "type": "stop" - }, - { - "id": "5854", - "type": "stop" - }, - { - "id": "5736", - "type": "stop" - }, - { - "id": "5737", - "type": "stop" - }, - { - "id": "5740", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" + }, + { + "attributes": { + "color": "FFC72C", + "long_name": "Holbrook/Randolph Commuter Rail Station - Quincy Center", + "short_name": "238", + "sort_order": 52380, + "text_color": "000000" + }, + "id": "line-238", + "links": { + "self": "/lines/line-238" + }, + "type": "line" }, { "attributes": {}, - "id": "1814", + "id": "30088", "links": { - "self": "/stops/1814" + "self": "/stops/30088" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1814" + "related": "/facilities/?filter[stop]=30088" } }, "parent_station": { "data": null }, "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } + "data": null } }, "type": "stop" }, { "attributes": {}, - "id": "41693", + "id": "54618", "links": { - "self": "/stops/41693" + "self": "/stops/54618" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=41693" + "related": "/facilities/?filter[stop]=54618" } }, "parent_station": { @@ -96140,14 +93692,14 @@ }, { "attributes": {}, - "id": "42951", + "id": "1726", "links": { - "self": "/stops/42951" + "self": "/stops/1726" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=42951" + "related": "/facilities/?filter[stop]=1726" } }, "parent_station": { @@ -96164,14 +93716,14 @@ }, { "attributes": {}, - "id": "2584", + "id": "13716", "links": { - "self": "/stops/2584" + "self": "/stops/13716" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2584" + "related": "/facilities/?filter[stop]=13716" } }, "parent_station": { @@ -96188,14 +93740,14 @@ }, { "attributes": {}, - "id": "7956", + "id": "869411", "links": { - "self": "/stops/7956" + "self": "/stops/869411" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7956" + "related": "/facilities/?filter[stop]=869411" } }, "parent_station": { @@ -96212,14 +93764,14 @@ }, { "attributes": {}, - "id": "4792", + "id": "4162", "links": { - "self": "/stops/4792" + "self": "/stops/4162" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4792" + "related": "/facilities/?filter[stop]=4162" } }, "parent_station": { @@ -96236,41 +93788,52 @@ }, { "attributes": {}, - "id": "SB-0150-04", + "id": "11512", "links": { - "self": "/stops/SB-0150-04" + "self": "/stops/11512" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=SB-0150-04" + "related": "/facilities/?filter[stop]=11512" } }, "parent_station": { - "data": { - "id": "place-NEC-2139", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "CR-zone-3", + "id": "LocalBus", "type": "zone" } } }, "type": "stop" }, + { + "attributes": { + "color": "FFC72C", + "long_name": "Mattapan - Jackson Square", + "short_name": "29", + "sort_order": 50290, + "text_color": "000000" + }, + "id": "line-29", + "links": { + "self": "/lines/line-29" + }, + "type": "line" + }, { "attributes": {}, - "id": "78451", + "id": "38492", "links": { - "self": "/stops/78451" + "self": "/stops/38492" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=78451" + "related": "/facilities/?filter[stop]=38492" } }, "parent_station": { @@ -96287,14 +93850,14 @@ }, { "attributes": {}, - "id": "3679", + "id": "76592", "links": { - "self": "/stops/3679" + "self": "/stops/76592" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3679" + "related": "/facilities/?filter[stop]=76592" } }, "parent_station": { @@ -96310,176 +93873,36 @@ "type": "stop" }, { - "attributes": { - "direction_id": 1, - "headsign": "Sullivan" - }, - "id": "61870617", + "attributes": {}, + "id": "9070039", "links": { - "self": "/trips/61870617" + "self": "/stops/9070039" }, "relationships": { - "route": { - "data": { - "id": "109", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "109-_-1", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "SpringWeekday", - "type": "service" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=9070039" } }, - "shape": { - "data": { - "id": "1090201", - "type": "shape" - } + "parent_station": { + "data": null }, - "stops": { - "data": [ - { - "id": "7412", - "type": "stop" - }, - { - "id": "5473", - "type": "stop" - }, - { - "id": "5474", - "type": "stop" - }, - { - "id": "5475", - "type": "stop" - }, - { - "id": "5476", - "type": "stop" - }, - { - "id": "5478", - "type": "stop" - }, - { - "id": "5480", - "type": "stop" - }, - { - "id": "5481", - "type": "stop" - }, - { - "id": "5482", - "type": "stop" - }, - { - "id": "5483", - "type": "stop" - }, - { - "id": "5484", - "type": "stop" - }, - { - "id": "5485", - "type": "stop" - }, - { - "id": "5486", - "type": "stop" - }, - { - "id": "5487", - "type": "stop" - }, - { - "id": "5488", - "type": "stop" - }, - { - "id": "5490", - "type": "stop" - }, - { - "id": "15492", - "type": "stop" - }, - { - "id": "5495", - "type": "stop" - }, - { - "id": "5496", - "type": "stop" - }, - { - "id": "5559", - "type": "stop" - }, - { - "id": "5560", - "type": "stop" - }, - { - "id": "5497", - "type": "stop" - }, - { - "id": "5498", - "type": "stop" - }, - { - "id": "5499", - "type": "stop" - }, - { - "id": "5500", - "type": "stop" - }, - { - "id": "5501", - "type": "stop" - }, - { - "id": "55011", - "type": "stop" - }, - { - "id": "55012", - "type": "stop" - }, - { - "id": "5502", - "type": "stop" - }, - { - "id": "29001", - "type": "stop" - } - ] + "zone": { + "data": null } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "13853", + "id": "3403", "links": { - "self": "/stops/13853" + "self": "/stops/3403" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=13853" + "related": "/facilities/?filter[stop]=3403" } }, "parent_station": { @@ -96496,14 +93919,14 @@ }, { "attributes": {}, - "id": "Boat-Long-South", + "id": "8814", "links": { - "self": "/stops/Boat-Long-South" + "self": "/stops/8814" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=Boat-Long-South" + "related": "/facilities/?filter[stop]=8814" } }, "parent_station": { @@ -96511,7 +93934,7 @@ }, "zone": { "data": { - "id": "Boat-Long", + "id": "LocalBus", "type": "zone" } } @@ -96521,81 +93944,69 @@ { "attributes": { "direction_id": 1, - "headsign": "Alewife" + "headsign": "Ashmont (Shuttle)" }, - "id": "62920879", + "id": "AshmontMattapan-Weekday-9e586-1-00:00:00", "links": { - "self": "/trips/62920879" + "self": "/trips/AshmontMattapan-Weekday-9e586-1-00%3A00%3A00" }, "relationships": { "route": { "data": { - "id": "Red", + "id": "Shuttle-AshmontMattapan", "type": "route" } }, "route_pattern": { "data": { - "id": "Red-R-1", + "id": "Shuttle-AshmontMattapan-0-1", "type": "route_pattern" } }, "service": { "data": { - "id": "RTL22024-hms24bb6-Saturday-01", + "id": "canonical", "type": "service" } }, "shape": { "data": { - "id": "10200002", + "id": "MattapanToAshmont-S", "type": "shape" } }, "stops": { "data": [ { - "id": "70082", - "type": "stop" - }, - { - "id": "70080", - "type": "stop" - }, - { - "id": "70078", - "type": "stop" - }, - { - "id": "70076", + "id": "185", "type": "stop" }, { - "id": "70074", + "id": "71273", "type": "stop" }, { - "id": "70072", + "id": "71272", "type": "stop" }, { - "id": "70070", + "id": "71269", "type": "stop" }, { - "id": "70068", + "id": "3474", "type": "stop" }, { - "id": "70066", + "id": "71266", "type": "stop" }, { - "id": "70064", + "id": "71264", "type": "stop" }, { - "id": "70061", + "id": "334", "type": "stop" } ] @@ -96605,86 +94016,14 @@ }, { "attributes": {}, - "id": "7260", - "links": { - "self": "/stops/7260" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=7260" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "3341", - "links": { - "self": "/stops/3341" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=3341" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "620", - "links": { - "self": "/stops/620" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=620" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "1353", + "id": "3261", "links": { - "self": "/stops/1353" + "self": "/stops/3261" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1353" + "related": "/facilities/?filter[stop]=3261" } }, "parent_station": { @@ -96701,14 +94040,14 @@ }, { "attributes": {}, - "id": "2613", + "id": "1852", "links": { - "self": "/stops/2613" + "self": "/stops/1852" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2613" + "related": "/facilities/?filter[stop]=1852" } }, "parent_station": { @@ -96726,321 +94065,334 @@ { "attributes": { "direction_id": 0, - "headsign": "Montello via Holbrook Court" + "headsign": "Newburyport (Shuttle)" }, - "id": "61929270", + "id": "NewburyportSalem-0-sample", "links": { - "self": "/trips/61929270" + "self": "/trips/NewburyportSalem-0-sample" }, "relationships": { "route": { "data": { - "id": "230", + "id": "Shuttle-NewburyportSalemLocal", "type": "route" } }, "route_pattern": { "data": { - "id": "230-5-0", + "id": "Shuttle-NewburyportSalemLocal-0-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "canonical", "type": "service" } }, "shape": { "data": { - "id": "2300156", + "id": "SalemToNewburyportLocal-S", "type": "shape" } }, "stops": { "data": [ { - "id": "32003", - "type": "stop" - }, - { - "id": "3326", - "type": "stop" - }, - { - "id": "3327", - "type": "stop" - }, - { - "id": "3328", - "type": "stop" - }, - { - "id": "3330", - "type": "stop" - }, - { - "id": "3846", - "type": "stop" - }, - { - "id": "3848", - "type": "stop" - }, - { - "id": "3849", + "id": "ER-0168-B", "type": "stop" }, { - "id": "3850", + "id": "ER-0183-B", "type": "stop" }, { - "id": "3851", + "id": "ER-0208-B0", "type": "stop" }, { - "id": "3852", + "id": "ER-0227-B0", "type": "stop" }, { - "id": "3853", + "id": "ER-0276-B", "type": "stop" }, { - "id": "3854", + "id": "ER-0312-B", "type": "stop" }, { - "id": "3855", + "id": "ER-0362-B", "type": "stop" - }, + } + ] + } + }, + "type": "trip" + }, + { + "attributes": { + "direction_id": 0, + "headsign": "Salem Depot" + }, + "id": "67202369", + "links": { + "self": "/trips/67202369" + }, + "relationships": { + "route": { + "data": { + "id": "450", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "450-8-0", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "WinterWeekday", + "type": "service" + } + }, + "shape": { + "data": { + "id": "4500221", + "type": "shape" + } + }, + "stops": { + "data": [ { - "id": "3857", + "id": "117", "type": "stop" }, { - "id": "3858", + "id": "4727", "type": "stop" }, { - "id": "3859", + "id": "4728", "type": "stop" }, { - "id": "3860", + "id": "4730", "type": "stop" }, { - "id": "3861", + "id": "4731", "type": "stop" }, { - "id": "3862", + "id": "4732", "type": "stop" }, { - "id": "3863", + "id": "4526", "type": "stop" }, { - "id": "3864", + "id": "45261", "type": "stop" }, { - "id": "3865", + "id": "4512", "type": "stop" }, { - "id": "3866", + "id": "4513", "type": "stop" }, { - "id": "3867", + "id": "4515", "type": "stop" }, { - "id": "38671", + "id": "4516", "type": "stop" }, { - "id": "3868", + "id": "4518", "type": "stop" }, { - "id": "3870", + "id": "4520", "type": "stop" }, { - "id": "3872", + "id": "45211", "type": "stop" }, { - "id": "3873", + "id": "4521", "type": "stop" }, { - "id": "3874", + "id": "4522", "type": "stop" }, { - "id": "3876", + "id": "4523", "type": "stop" }, { - "id": "3877", + "id": "4524", "type": "stop" }, { - "id": "38771", + "id": "4527", "type": "stop" }, { - "id": "3879", + "id": "4528", "type": "stop" }, { - "id": "3881", + "id": "4529", "type": "stop" }, { - "id": "3882", + "id": "4530", "type": "stop" }, { - "id": "3883", + "id": "4531", "type": "stop" }, { - "id": "3884", + "id": "4532", "type": "stop" }, { - "id": "3885", + "id": "7246", "type": "stop" }, { - "id": "3887", + "id": "7247", "type": "stop" }, { - "id": "3888", + "id": "7248", "type": "stop" }, { - "id": "3890", + "id": "7249", "type": "stop" }, { - "id": "3891", + "id": "7250", "type": "stop" }, { - "id": "3892", + "id": "7251", "type": "stop" }, { - "id": "3893", + "id": "7252", "type": "stop" }, { - "id": "3894", + "id": "4533", "type": "stop" }, { - "id": "3895", + "id": "4534", "type": "stop" }, { - "id": "3896", + "id": "4535", "type": "stop" }, { - "id": "3897", + "id": "4537", "type": "stop" }, { - "id": "3966", + "id": "4538", "type": "stop" }, { - "id": "3967", + "id": "4539", "type": "stop" }, { - "id": "3968", + "id": "4540", "type": "stop" }, { - "id": "3969", + "id": "4541", "type": "stop" }, { - "id": "3970", + "id": "4544", "type": "stop" }, { - "id": "3971", + "id": "14544", "type": "stop" }, { - "id": "3972", + "id": "4546", "type": "stop" }, { - "id": "3973", + "id": "4547", "type": "stop" }, { - "id": "3975", + "id": "14548", "type": "stop" }, { - "id": "3976", + "id": "14551", "type": "stop" }, { - "id": "3977", + "id": "4553", "type": "stop" }, { - "id": "3978", + "id": "14553", "type": "stop" }, { - "id": "3979", + "id": "4554", "type": "stop" }, { - "id": "3980", + "id": "4555", "type": "stop" }, { - "id": "3981", + "id": "4557", "type": "stop" }, { - "id": "3982", + "id": "4558", "type": "stop" }, { - "id": "39941", + "id": "4559", "type": "stop" }, { - "id": "3984", + "id": "4560", "type": "stop" }, { - "id": "3985", + "id": "4562", "type": "stop" }, { - "id": "3986", + "id": "4563", "type": "stop" }, { - "id": "39870", + "id": "37150", "type": "stop" } ] @@ -97050,14 +94402,14 @@ }, { "attributes": {}, - "id": "7314", + "id": "8329", "links": { - "self": "/stops/7314" + "self": "/stops/8329" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7314" + "related": "/facilities/?filter[stop]=8329" } }, "parent_station": { @@ -97073,90 +94425,128 @@ "type": "stop" }, { - "attributes": {}, - "id": "3582", - "links": { - "self": "/stops/3582" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=3582" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } + "attributes": { + "direction_id": 1, + "headsign": "Alewife" }, - "type": "stop" - }, - { - "attributes": {}, - "id": "NEC-1969-03", + "id": "canonical-Red-C1-1", "links": { - "self": "/stops/NEC-1969-03" + "self": "/trips/canonical-Red-C1-1" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=NEC-1969-03" + "route": { + "data": { + "id": "Red", + "type": "route" } }, - "parent_station": { + "route_pattern": { "data": { - "id": "place-NEC-1969", - "type": "stop" + "id": "Red-3-1", + "type": "route_pattern" } }, - "zone": { + "service": { "data": { - "id": "CR-zone-7", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "1800", - "links": { - "self": "/stops/1800" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=1800" + "id": "canonical", + "type": "service" } }, - "parent_station": { - "data": null - }, - "zone": { + "shape": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "canonical-933_0010", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "70105", + "type": "stop" + }, + { + "id": "70104", + "type": "stop" + }, + { + "id": "70102", + "type": "stop" + }, + { + "id": "70100", + "type": "stop" + }, + { + "id": "70098", + "type": "stop" + }, + { + "id": "70096", + "type": "stop" + }, + { + "id": "70084", + "type": "stop" + }, + { + "id": "70082", + "type": "stop" + }, + { + "id": "70080", + "type": "stop" + }, + { + "id": "70078", + "type": "stop" + }, + { + "id": "70076", + "type": "stop" + }, + { + "id": "70074", + "type": "stop" + }, + { + "id": "70072", + "type": "stop" + }, + { + "id": "70070", + "type": "stop" + }, + { + "id": "70068", + "type": "stop" + }, + { + "id": "70066", + "type": "stop" + }, + { + "id": "70064", + "type": "stop" + }, + { + "id": "70061", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "2021", + "id": "6119", "links": { - "self": "/stops/2021" + "self": "/stops/6119" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2021" + "related": "/facilities/?filter[stop]=6119" } }, "parent_station": { @@ -97173,14 +94563,14 @@ }, { "attributes": {}, - "id": "86968", + "id": "8857", "links": { - "self": "/stops/86968" + "self": "/stops/8857" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=86968" + "related": "/facilities/?filter[stop]=8857" } }, "parent_station": { @@ -97197,218 +94587,174 @@ }, { "attributes": { - "direction_id": 0, - "headsign": "Saugus Center" + "direction_id": 1, + "headsign": "Harvard" }, - "id": "61869076", + "id": "67009551", "links": { - "self": "/trips/61869076" + "self": "/trips/67009551" }, "relationships": { "route": { "data": { - "id": "430", + "id": "77", "type": "route" } }, "route_pattern": { "data": { - "id": "430-6-0", + "id": "77-_-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "4300180", + "id": "770139", "type": "shape" } }, "stops": { "data": [ { - "id": "53270", + "id": "7922", "type": "stop" }, { - "id": "5289", + "id": "17922", "type": "stop" }, { - "id": "5342", + "id": "2250", "type": "stop" }, { - "id": "5457", + "id": "2251", "type": "stop" }, { - "id": "5459", + "id": "2252", "type": "stop" }, { - "id": "5460", + "id": "2254", "type": "stop" }, { - "id": "5461", + "id": "2255", "type": "stop" }, { - "id": "5462", + "id": "2256", "type": "stop" }, { - "id": "5463", + "id": "2257", "type": "stop" }, { - "id": "5464", + "id": "2258", "type": "stop" }, { - "id": "54651", + "id": "2259", "type": "stop" }, { - "id": "9060", + "id": "2260", "type": "stop" }, { - "id": "9061", + "id": "2261", "type": "stop" }, { - "id": "49061", + "id": "2262", "type": "stop" }, { - "id": "9063", + "id": "2263", "type": "stop" }, { - "id": "7541", + "id": "2264", "type": "stop" }, { - "id": "7542", + "id": "2265", "type": "stop" }, { - "id": "7543", + "id": "2266", "type": "stop" }, { - "id": "7545", + "id": "22661", "type": "stop" }, { - "id": "8575", + "id": "22671", "type": "stop" }, { - "id": "7547", + "id": "2268", "type": "stop" }, { - "id": "7548", + "id": "2269", "type": "stop" }, { - "id": "7550", + "id": "2270", "type": "stop" }, { - "id": "6206", + "id": "2296", "type": "stop" }, { - "id": "6207", + "id": "2297", "type": "stop" }, { - "id": "6208", + "id": "2298", "type": "stop" }, { - "id": "7555", + "id": "2299", "type": "stop" }, { - "id": "7557", - "type": "stop" - }, - { - "id": "7558", - "type": "stop" - }, - { - "id": "7559", - "type": "stop" - }, - { - "id": "7560", - "type": "stop" - }, - { - "id": "7561", - "type": "stop" - }, - { - "id": "7562", - "type": "stop" - }, - { - "id": "17562", - "type": "stop" - }, - { - "id": "7564", - "type": "stop" - }, - { - "id": "7566", - "type": "stop" - }, - { - "id": "7429", - "type": "stop" - }, - { - "id": "17429", - "type": "stop" - }, - { - "id": "7430", + "id": "2300", "type": "stop" }, { - "id": "7567", + "id": "12301", "type": "stop" }, { - "id": "7569", + "id": "2304", "type": "stop" }, { - "id": "7570", + "id": "2305", "type": "stop" }, { - "id": "7572", + "id": "2307", "type": "stop" }, { - "id": "6230", + "id": "76127", "type": "stop" }, { - "id": "7474", + "id": "32549", "type": "stop" } ] @@ -97416,16 +94762,53 @@ }, "type": "trip" }, + { + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Malden Center Station", + "Sullivan Square Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Malden Center Station - Sullivan Square Station via Winter Hill", + "short_name": "101", + "sort_order": 51010, + "text_color": "000000", + "type": 3 + }, + "id": "101", + "links": { + "self": "/routes/101" + }, + "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, + "line": { + "data": { + "id": "line-101", + "type": "line" + } + } + }, + "type": "route" + }, { "attributes": {}, - "id": "1841", + "id": "11917", "links": { - "self": "/stops/1841" + "self": "/stops/11917" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1841" + "related": "/facilities/?filter[stop]=11917" } }, "parent_station": { @@ -97442,38 +94825,38 @@ }, { "attributes": {}, - "id": "2092", + "id": "9070168", "links": { - "self": "/stops/2092" + "self": "/stops/9070168" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2092" + "related": "/facilities/?filter[stop]=9070168" } }, "parent_station": { - "data": null - }, - "zone": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "place-newtn", + "type": "stop" } + }, + "zone": { + "data": null } }, "type": "stop" }, { "attributes": {}, - "id": "8842", + "id": "26459", "links": { - "self": "/stops/8842" + "self": "/stops/26459" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8842" + "related": "/facilities/?filter[stop]=26459" } }, "parent_station": { @@ -97490,14 +94873,14 @@ }, { "attributes": {}, - "id": "1334", + "id": "6255", "links": { - "self": "/stops/1334" + "self": "/stops/6255" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1334" + "related": "/facilities/?filter[stop]=6255" } }, "parent_station": { @@ -97514,38 +94897,38 @@ }, { "attributes": {}, - "id": "2179", + "id": "NB-0120-B0", "links": { - "self": "/stops/2179" + "self": "/stops/NB-0120-B0" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2179" + "related": "/facilities/?filter[stop]=NB-0120-B0" } }, "parent_station": { - "data": null - }, - "zone": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "place-NB-0120", + "type": "stop" } + }, + "zone": { + "data": null } }, "type": "stop" }, { "attributes": {}, - "id": "4371", + "id": "1857", "links": { - "self": "/stops/4371" + "self": "/stops/1857" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4371" + "related": "/facilities/?filter[stop]=1857" } }, "parent_station": { @@ -97562,25 +94945,22 @@ }, { "attributes": {}, - "id": "70018", + "id": "440", "links": { - "self": "/stops/70018" + "self": "/stops/440" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70018" + "related": "/facilities/?filter[stop]=440" } }, "parent_station": { - "data": { - "id": "place-chncl", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } @@ -97589,14 +94969,14 @@ }, { "attributes": {}, - "id": "48575", + "id": "3134", "links": { - "self": "/stops/48575" + "self": "/stops/3134" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=48575" + "related": "/facilities/?filter[stop]=3134" } }, "parent_station": { @@ -97613,14 +94993,14 @@ }, { "attributes": {}, - "id": "10777", + "id": "7631", "links": { - "self": "/stops/10777" + "self": "/stops/7631" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=10777" + "related": "/facilities/?filter[stop]=7631" } }, "parent_station": { @@ -97637,22 +95017,25 @@ }, { "attributes": {}, - "id": "2034", + "id": "WR-0085-02", "links": { - "self": "/stops/2034" + "self": "/stops/WR-0085-02" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2034" + "related": "/facilities/?filter[stop]=WR-0085-02" } }, "parent_station": { - "data": null + "data": { + "id": "place-WR-0085", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "CR-zone-2", "type": "zone" } } @@ -97661,14 +95044,14 @@ }, { "attributes": {}, - "id": "9522", + "id": "33632", "links": { - "self": "/stops/9522" + "self": "/stops/33632" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9522" + "related": "/facilities/?filter[stop]=33632" } }, "parent_station": { @@ -97685,14 +95068,14 @@ }, { "attributes": {}, - "id": "6202", + "id": "9021", "links": { - "self": "/stops/6202" + "self": "/stops/9021" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6202" + "related": "/facilities/?filter[stop]=9021" } }, "parent_station": { @@ -97709,18 +95092,21 @@ }, { "attributes": {}, - "id": "6635", + "id": "ER-0168-B", "links": { - "self": "/stops/6635" + "self": "/stops/ER-0168-B" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6635" + "related": "/facilities/?filter[stop]=ER-0168-B" } }, "parent_station": { - "data": null + "data": { + "id": "place-ER-0168", + "type": "stop" + } }, "zone": { "data": { @@ -97732,98 +95118,279 @@ "type": "stop" }, { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Boston College/Cleveland Circle/Riverside", - "Park Street & North" - ], - "direction_names": [ - "West", - "East" - ], - "long_name": "Boston University East - Park Street", - "short_name": "Green Line Shuttle", - "sort_order": 60925, - "text_color": "000000", - "type": 3 - }, - "id": "Shuttle-BostonUniversityEastPark", + "attributes": {}, + "id": "478", "links": { - "self": "/routes/Shuttle-BostonUniversityEastPark" + "self": "/stops/478" }, "relationships": { - "line": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=478" + } + }, + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "line-Green", - "type": "line" + "id": "LocalBus", + "type": "zone" } } }, - "type": "route" + "type": "stop" }, { "attributes": { - "direction_id": 1, - "headsign": "Braintree" + "direction_id": 0, + "headsign": "Salem Depot" }, - "id": "NeedhamOrmsDotAve675652-1014-MDLBrainSouthDynamic0", + "id": "67227970", "links": { - "self": "/trips/NeedhamOrmsDotAve675652-1014-MDLBrainSouthDynamic0" + "self": "/trips/67227970" }, "relationships": { "route": { "data": { - "id": "CR-Middleborough", + "id": "450", "type": "route" } }, "route_pattern": { "data": { - "id": "CR-Middleborough-bb403e6b-1", + "id": "450-7-0", "type": "route_pattern" } }, "service": { "data": { - "id": "Spring/SummerSaturday", + "id": "BUS12025-hbl15hl6-Saturday-02", "type": "service" } }, "shape": { "data": { - "id": "9800001", + "id": "4500223", "type": "shape" } }, "stops": { "data": [ { - "id": "MM-0356-S", + "id": "15799", "type": "stop" }, { - "id": "MM-0277-S", + "id": "24716", "type": "stop" }, { - "id": "MM-0219-S", + "id": "4733", "type": "stop" }, { - "id": "MM-0200-CS", + "id": "4526", "type": "stop" }, { - "id": "MM-0186-CS", + "id": "45261", "type": "stop" }, { - "id": "MM-0150-S", + "id": "4512", "type": "stop" }, { - "id": "MM-0109-S", + "id": "4513", + "type": "stop" + }, + { + "id": "4515", + "type": "stop" + }, + { + "id": "4516", + "type": "stop" + }, + { + "id": "4518", + "type": "stop" + }, + { + "id": "4520", + "type": "stop" + }, + { + "id": "45211", + "type": "stop" + }, + { + "id": "4521", + "type": "stop" + }, + { + "id": "4522", + "type": "stop" + }, + { + "id": "4523", + "type": "stop" + }, + { + "id": "4524", + "type": "stop" + }, + { + "id": "4527", + "type": "stop" + }, + { + "id": "4528", + "type": "stop" + }, + { + "id": "4529", + "type": "stop" + }, + { + "id": "4530", + "type": "stop" + }, + { + "id": "4531", + "type": "stop" + }, + { + "id": "4532", + "type": "stop" + }, + { + "id": "7246", + "type": "stop" + }, + { + "id": "7247", + "type": "stop" + }, + { + "id": "7248", + "type": "stop" + }, + { + "id": "7249", + "type": "stop" + }, + { + "id": "7250", + "type": "stop" + }, + { + "id": "7251", + "type": "stop" + }, + { + "id": "7252", + "type": "stop" + }, + { + "id": "4533", + "type": "stop" + }, + { + "id": "4534", + "type": "stop" + }, + { + "id": "4535", + "type": "stop" + }, + { + "id": "4537", + "type": "stop" + }, + { + "id": "4538", + "type": "stop" + }, + { + "id": "4539", + "type": "stop" + }, + { + "id": "4540", + "type": "stop" + }, + { + "id": "4541", + "type": "stop" + }, + { + "id": "4544", + "type": "stop" + }, + { + "id": "14544", + "type": "stop" + }, + { + "id": "4546", + "type": "stop" + }, + { + "id": "4547", + "type": "stop" + }, + { + "id": "14548", + "type": "stop" + }, + { + "id": "14551", + "type": "stop" + }, + { + "id": "4553", + "type": "stop" + }, + { + "id": "14553", + "type": "stop" + }, + { + "id": "4554", + "type": "stop" + }, + { + "id": "4555", + "type": "stop" + }, + { + "id": "4557", + "type": "stop" + }, + { + "id": "4558", + "type": "stop" + }, + { + "id": "4559", + "type": "stop" + }, + { + "id": "4560", + "type": "stop" + }, + { + "id": "4562", + "type": "stop" + }, + { + "id": "4563", + "type": "stop" + }, + { + "id": "37150", "type": "stop" } ] @@ -97833,14 +95400,14 @@ }, { "attributes": {}, - "id": "2925", + "id": "4736", "links": { - "self": "/stops/2925" + "self": "/stops/4736" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2925" + "related": "/facilities/?filter[stop]=4736" } }, "parent_station": { @@ -97857,38 +95424,35 @@ }, { "attributes": {}, - "id": "89618", + "id": "71273", "links": { - "self": "/stops/89618" + "self": "/stops/71273" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=89618" + "related": "/facilities/?filter[stop]=71273" } }, "parent_station": { "data": null }, "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } + "data": null } }, "type": "stop" }, { "attributes": {}, - "id": "853", + "id": "5391", "links": { - "self": "/stops/853" + "self": "/stops/5391" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=853" + "related": "/facilities/?filter[stop]=5391" } }, "parent_station": { @@ -97905,14 +95469,14 @@ }, { "attributes": {}, - "id": "7339", + "id": "9000", "links": { - "self": "/stops/7339" + "self": "/stops/9000" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7339" + "related": "/facilities/?filter[stop]=9000" } }, "parent_station": { @@ -97928,50 +95492,312 @@ "type": "stop" }, { - "attributes": {}, - "id": "611", + "attributes": { + "direction_id": 1, + "headsign": "West Lynn Garage via Central Square & Humphrey St" + }, + "id": "67223347", "links": { - "self": "/stops/611" + "self": "/trips/67223347" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=611" + "route": { + "data": { + "id": "442", + "type": "route" } }, - "parent_station": { - "data": null + "route_pattern": { + "data": { + "id": "442-9-1", + "type": "route_pattern" + } }, - "zone": { + "service": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "WinterSunday", + "type": "service" + } + }, + "shape": { + "data": { + "id": "4420248", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "4807", + "type": "stop" + }, + { + "id": "4832", + "type": "stop" + }, + { + "id": "4834", + "type": "stop" + }, + { + "id": "4835", + "type": "stop" + }, + { + "id": "4836", + "type": "stop" + }, + { + "id": "14836", + "type": "stop" + }, + { + "id": "4837", + "type": "stop" + }, + { + "id": "4838", + "type": "stop" + }, + { + "id": "4839", + "type": "stop" + }, + { + "id": "4840", + "type": "stop" + }, + { + "id": "4841", + "type": "stop" + }, + { + "id": "4843", + "type": "stop" + }, + { + "id": "4844", + "type": "stop" + }, + { + "id": "4845", + "type": "stop" + }, + { + "id": "4846", + "type": "stop" + }, + { + "id": "4847", + "type": "stop" + }, + { + "id": "4848", + "type": "stop" + }, + { + "id": "4849", + "type": "stop" + }, + { + "id": "4850", + "type": "stop" + }, + { + "id": "4851", + "type": "stop" + }, + { + "id": "4852", + "type": "stop" + }, + { + "id": "4853", + "type": "stop" + }, + { + "id": "4857", + "type": "stop" + }, + { + "id": "4858", + "type": "stop" + }, + { + "id": "4859", + "type": "stop" + }, + { + "id": "4860", + "type": "stop" + }, + { + "id": "14860", + "type": "stop" + }, + { + "id": "4861", + "type": "stop" + }, + { + "id": "4862", + "type": "stop" + }, + { + "id": "4864", + "type": "stop" + }, + { + "id": "4901", + "type": "stop" + }, + { + "id": "4902", + "type": "stop" + }, + { + "id": "4903", + "type": "stop" + }, + { + "id": "4904", + "type": "stop" + }, + { + "id": "4905", + "type": "stop" + }, + { + "id": "4906", + "type": "stop" + }, + { + "id": "4907", + "type": "stop" + }, + { + "id": "4908", + "type": "stop" + }, + { + "id": "4909", + "type": "stop" + }, + { + "id": "4911", + "type": "stop" + }, + { + "id": "4912", + "type": "stop" + }, + { + "id": "4913", + "type": "stop" + }, + { + "id": "4914", + "type": "stop" + }, + { + "id": "4915", + "type": "stop" + }, + { + "id": "4916", + "type": "stop" + }, + { + "id": "4886", + "type": "stop" + }, + { + "id": "14889", + "type": "stop" + }, + { + "id": "4891", + "type": "stop" + }, + { + "id": "4892", + "type": "stop" + }, + { + "id": "4895", + "type": "stop" + }, + { + "id": "16653", + "type": "stop" + }, + { + "id": "6674", + "type": "stop" + }, + { + "id": "6675", + "type": "stop" + }, + { + "id": "6780", + "type": "stop" + }, + { + "id": "6783", + "type": "stop" + }, + { + "id": "4451", + "type": "stop" + }, + { + "id": "4487", + "type": "stop" + }, + { + "id": "4488", + "type": "stop" + }, + { + "id": "4489", + "type": "stop" + }, + { + "id": "4490", + "type": "stop" + }, + { + "id": "4491", + "type": "stop" + }, + { + "id": "4492", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "70225", + "id": "1172", "links": { - "self": "/stops/70225" + "self": "/stops/1172" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70225" + "related": "/facilities/?filter[stop]=1172" } }, "parent_station": { - "data": { - "id": "place-bndhl", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } @@ -97980,22 +95806,25 @@ }, { "attributes": {}, - "id": "9250", + "id": "70125", "links": { - "self": "/stops/9250" + "self": "/stops/70125" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9250" + "related": "/facilities/?filter[stop]=70125" } }, "parent_station": { - "data": null + "data": { + "id": "place-wrnst", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -98003,39 +95832,52 @@ "type": "stop" }, { - "attributes": {}, - "id": "9297", + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Haverhill", + "North Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Haverhill - Andover", + "short_name": "Haverhill Line Shuttle", + "sort_order": 60232, + "text_color": "000000", + "type": 3 + }, + "id": "Shuttle-AndoverHaverhill", "links": { - "self": "/stops/9297" + "self": "/routes/Shuttle-AndoverHaverhill" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=9297" + "agency": { + "data": { + "id": "1", + "type": "agency" } }, - "parent_station": { - "data": null - }, - "zone": { + "line": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "line-Haverhill", + "type": "line" } } }, - "type": "stop" + "type": "route" }, { "attributes": {}, - "id": "799", + "id": "6695", "links": { - "self": "/stops/799" + "self": "/stops/6695" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=799" + "related": "/facilities/?filter[stop]=6695" } }, "parent_station": { @@ -98051,42 +95893,168 @@ "type": "stop" }, { - "attributes": {}, - "id": "170137", + "attributes": { + "direction_id": 0, + "headsign": "Fields Corner" + }, + "id": "66652065", "links": { - "self": "/stops/170137" + "self": "/trips/66652065" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=170137" + "route": { + "data": { + "id": "15", + "type": "route" } }, - "parent_station": { + "route_pattern": { "data": { - "id": "place-babck", - "type": "stop" + "id": "15-6-0", + "type": "route_pattern" } }, - "zone": { + "service": { "data": { - "id": "RapidTransit", - "type": "zone" + "id": "WinterWeekday", + "type": "service" + } + }, + "shape": { + "data": { + "id": "150288", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "1259", + "type": "stop" + }, + { + "id": "11323", + "type": "stop" + }, + { + "id": "11259", + "type": "stop" + }, + { + "id": "64000", + "type": "stop" + }, + { + "id": "1493", + "type": "stop" + }, + { + "id": "1495", + "type": "stop" + }, + { + "id": "1496", + "type": "stop" + }, + { + "id": "1497", + "type": "stop" + }, + { + "id": "1498", + "type": "stop" + }, + { + "id": "1499", + "type": "stop" + }, + { + "id": "1500", + "type": "stop" + }, + { + "id": "1501", + "type": "stop" + }, + { + "id": "11501", + "type": "stop" + }, + { + "id": "1504", + "type": "stop" + }, + { + "id": "1506", + "type": "stop" + }, + { + "id": "1508", + "type": "stop" + }, + { + "id": "1509", + "type": "stop" + }, + { + "id": "1510", + "type": "stop" + }, + { + "id": "1511", + "type": "stop" + }, + { + "id": "11512", + "type": "stop" + }, + { + "id": "1512", + "type": "stop" + }, + { + "id": "1514", + "type": "stop" + }, + { + "id": "1515", + "type": "stop" + }, + { + "id": "553", + "type": "stop" + }, + { + "id": "554", + "type": "stop" + }, + { + "id": "555", + "type": "stop" + }, + { + "id": "556", + "type": "stop" + }, + { + "id": "323", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "7433", + "id": "4477", "links": { - "self": "/stops/7433" + "self": "/stops/4477" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7433" + "related": "/facilities/?filter[stop]=4477" } }, "parent_station": { @@ -98103,14 +96071,14 @@ }, { "attributes": {}, - "id": "7627", + "id": "4472", "links": { - "self": "/stops/7627" + "self": "/stops/4472" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7627" + "related": "/facilities/?filter[stop]=4472" } }, "parent_station": { @@ -98127,14 +96095,14 @@ }, { "attributes": {}, - "id": "830", + "id": "7392", "links": { - "self": "/stops/830" + "self": "/stops/7392" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=830" + "related": "/facilities/?filter[stop]=7392" } }, "parent_station": { @@ -98151,14 +96119,14 @@ }, { "attributes": {}, - "id": "4883", + "id": "8313", "links": { - "self": "/stops/4883" + "self": "/stops/8313" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4883" + "related": "/facilities/?filter[stop]=8313" } }, "parent_station": { @@ -98175,14 +96143,14 @@ }, { "attributes": {}, - "id": "12618", + "id": "61916", "links": { - "self": "/stops/12618" + "self": "/stops/61916" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=12618" + "related": "/facilities/?filter[stop]=61916" } }, "parent_station": { @@ -98199,193 +96167,25 @@ }, { "attributes": {}, - "id": "81835", + "id": "70162", "links": { - "self": "/stops/81835" + "self": "/stops/70162" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=81835" + "related": "/facilities/?filter[stop]=70162" } }, "parent_station": { - "data": null - }, - "zone": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "3845", - "links": { - "self": "/stops/3845" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=3845" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "6712", - "links": { - "self": "/stops/6712" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=6712" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "74617", - "links": { - "self": "/stops/74617" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=74617" - } - }, - "parent_station": { - "data": { - "id": "place-sstat", + "id": "place-woodl", "type": "stop" } }, "zone": { "data": { - "id": "SLWaterfrontNonLogan", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "Boat-Hull", - "links": { - "self": "/stops/Boat-Hull" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=Boat-Hull" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "Boat-Hull", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "19402", - "links": { - "self": "/stops/19402" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=19402" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "ExpressBus-Downtown", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "3380", - "links": { - "self": "/stops/3380" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=3380" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "5004", - "links": { - "self": "/stops/5004" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=5004" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -98394,364 +96194,198 @@ }, { "attributes": { - "direction_id": 1, - "headsign": "Nubian" - }, - "id": "61393189", - "links": { - "self": "/trips/61393189" - }, - "relationships": { - "route": { - "data": { - "id": "15", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "15-3-1", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "SpringWeekday", - "type": "service" - } - }, - "shape": { - "data": { - "id": "150218", - "type": "shape" - } - }, - "stops": { - "data": [ - { - "id": "1475", - "type": "stop" - }, - { - "id": "1478", - "type": "stop" - }, - { - "id": "1479", - "type": "stop" - }, - { - "id": "1480", - "type": "stop" - }, - { - "id": "1481", - "type": "stop" - }, - { - "id": "11482", - "type": "stop" - }, - { - "id": "14831", - "type": "stop" - }, - { - "id": "1484", - "type": "stop" - }, - { - "id": "1485", - "type": "stop" - }, - { - "id": "1486", - "type": "stop" - }, - { - "id": "1487", - "type": "stop" - }, - { - "id": "1488", - "type": "stop" - }, - { - "id": "1489", - "type": "stop" - }, - { - "id": "1491", - "type": "stop" - }, - { - "id": "64000", - "type": "stop" - } - ] - } - }, - "type": "trip" - }, - { - "attributes": { - "direction_id": 1, - "headsign": "Ruggles" + "direction_id": 0, + "headsign": "Arlington Center" }, - "id": "61394163", + "id": "67008055", "links": { - "self": "/trips/61394163" + "self": "/trips/67008055" }, "relationships": { "route": { "data": { - "id": "15", + "id": "80", "type": "route" } }, "route_pattern": { "data": { - "id": "15-1-1", + "id": "80-_-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "150249", + "id": "800119", "type": "shape" } }, "stops": { "data": [ { - "id": "323", - "type": "stop" - }, - { - "id": "55600", - "type": "stop" - }, - { - "id": "557", - "type": "stop" - }, - { - "id": "558", - "type": "stop" - }, - { - "id": "559", - "type": "stop" - }, - { - "id": "560", + "id": "70500", "type": "stop" }, { - "id": "561", + "id": "2605", "type": "stop" }, { - "id": "1468", + "id": "2607", "type": "stop" }, { - "id": "1469", + "id": "2659", "type": "stop" }, { - "id": "1470", + "id": "2392", "type": "stop" }, { - "id": "1471", + "id": "23921", "type": "stop" }, { - "id": "1472", + "id": "2394", "type": "stop" }, { - "id": "1473", + "id": "2395", "type": "stop" }, { - "id": "14731", + "id": "23951", "type": "stop" }, { - "id": "1474", + "id": "2396", "type": "stop" }, { - "id": "1475", + "id": "2397", "type": "stop" }, { - "id": "1478", + "id": "2398", "type": "stop" }, { - "id": "1479", + "id": "2400", "type": "stop" }, { - "id": "1480", + "id": "2401", "type": "stop" }, { - "id": "1481", + "id": "2402", "type": "stop" }, { - "id": "11482", + "id": "2404", "type": "stop" }, { - "id": "14831", + "id": "2734", "type": "stop" }, { - "id": "1484", + "id": "2735", "type": "stop" }, { - "id": "1485", + "id": "2736", "type": "stop" }, { - "id": "1486", + "id": "2737", "type": "stop" }, { - "id": "1487", + "id": "2738", "type": "stop" }, { - "id": "1488", + "id": "2405", "type": "stop" }, { - "id": "1489", + "id": "2406", "type": "stop" }, { - "id": "1491", + "id": "2407", "type": "stop" }, { - "id": "64000", + "id": "2408", "type": "stop" }, { - "id": "1148", + "id": "2410", "type": "stop" }, { - "id": "11149", + "id": "2411", "type": "stop" }, { - "id": "11148", + "id": "2412", "type": "stop" }, { - "id": "21148", + "id": "2413", "type": "stop" }, { - "id": "1224", + "id": "2414", "type": "stop" }, { - "id": "17861", - "type": "stop" - } - ] - } - }, - "type": "trip" - }, - { - "attributes": { - "direction_id": 0, - "headsign": "Wickford Junction" - }, - "id": "CR-670285-827", - "links": { - "self": "/trips/CR-670285-827" - }, - "relationships": { - "route": { - "data": { - "id": "CR-Providence", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "CR-Providence-a9a49f44-0", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "SPRING2024-SOUTHWKD-Weekday-1-Scbbf1ea5", - "type": "service" - } - }, - "shape": { - "data": { - "id": "9890009", - "type": "shape" - } - }, - "stops": { - "data": [ - { - "id": "NEC-2287", + "id": "2415", "type": "stop" }, { - "id": "NEC-2276-01", + "id": "2416", "type": "stop" }, { - "id": "NEC-2265-01", + "id": "2417", "type": "stop" }, { - "id": "NEC-2108-01", + "id": "2418", "type": "stop" }, { - "id": "NEC-2040-01", + "id": "2419", "type": "stop" }, { - "id": "NEC-1969-03", + "id": "2420", "type": "stop" }, { - "id": "NEC-1891-01", + "id": "2421", "type": "stop" }, { - "id": "NEC-1851-03", + "id": "2422", "type": "stop" }, { - "id": "NEC-1768-03", + "id": "2424", "type": "stop" }, { - "id": "NEC-1659-03", + "id": "2362", "type": "stop" } ] @@ -98761,14 +96395,14 @@ }, { "attributes": {}, - "id": "9006", + "id": "4242", "links": { - "self": "/stops/9006" + "self": "/stops/4242" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9006" + "related": "/facilities/?filter[stop]=4242" } }, "parent_station": { @@ -98784,71 +96418,77 @@ "type": "stop" }, { - "attributes": {}, - "id": "1034", + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Riverside", + "Union Square" + ], + "direction_names": [ + "West", + "East" + ], + "long_name": "Reservoir - Fenway", + "short_name": "Green Line D Shuttle", + "sort_order": 61500, + "text_color": "000000", + "type": 3 + }, + "id": "Shuttle-FenwayReservoir", "links": { - "self": "/stops/1034" + "self": "/routes/Shuttle-FenwayReservoir" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=1034" + "agency": { + "data": { + "id": "1", + "type": "agency" } }, - "parent_station": { - "data": null - }, - "zone": { + "line": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "line-Green", + "type": "line" } } }, - "type": "stop" + "type": "route" }, { - "attributes": {}, - "id": "8855", - "links": { - "self": "/stops/8855" + "attributes": { + "color": "FFC72C", + "long_name": "Northgate Shopping Center - Beachmont", + "short_name": "119", + "sort_order": 51190, + "text_color": "000000" }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=8855" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } + "id": "line-119", + "links": { + "self": "/lines/line-119" }, - "type": "stop" + "type": "line" }, { "attributes": {}, - "id": "7330", + "id": "FB-0118-01", "links": { - "self": "/stops/7330" + "self": "/stops/FB-0118-01" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7330" + "related": "/facilities/?filter[stop]=FB-0118-01" } }, "parent_station": { - "data": null + "data": { + "id": "place-FB-0118", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "CR-zone-2", "type": "zone" } } @@ -98857,14 +96497,14 @@ }, { "attributes": {}, - "id": "1877", + "id": "18931", "links": { - "self": "/stops/1877" + "self": "/stops/18931" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1877" + "related": "/facilities/?filter[stop]=18931" } }, "parent_station": { @@ -98879,112 +96519,24 @@ }, "type": "stop" }, - { - "attributes": { - "direction_id": 0, - "headsign": "Keystone Apts via Neponset Ave & Puritan Mall" - }, - "id": "61928595", - "links": { - "self": "/trips/61928595" - }, - "relationships": { - "route": { - "data": { - "id": "201", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "201-9-0", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "SpringWeekday", - "type": "service" - } - }, - "shape": { - "data": { - "id": "2010088", - "type": "shape" - } - }, - "stops": { - "data": [ - { - "id": "323", - "type": "stop" - }, - { - "id": "3065", - "type": "stop" - }, - { - "id": "3066", - "type": "stop" - }, - { - "id": "3067", - "type": "stop" - }, - { - "id": "8340", - "type": "stop" - }, - { - "id": "8341", - "type": "stop" - }, - { - "id": "8342", - "type": "stop" - }, - { - "id": "3073", - "type": "stop" - }, - { - "id": "3075", - "type": "stop" - }, - { - "id": "38812", - "type": "stop" - }, - { - "id": "38813", - "type": "stop" - } - ] - } - }, - "type": "trip" - }, { "attributes": {}, - "id": "70265", + "id": "1922", "links": { - "self": "/stops/70265" + "self": "/stops/1922" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70265" + "related": "/facilities/?filter[stop]=1922" } }, "parent_station": { - "data": { - "id": "place-butlr", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } @@ -98993,14 +96545,14 @@ }, { "attributes": {}, - "id": "14925", + "id": "1784", "links": { - "self": "/stops/14925" + "self": "/stops/1784" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=14925" + "related": "/facilities/?filter[stop]=1784" } }, "parent_station": { @@ -99017,14 +96569,14 @@ }, { "attributes": {}, - "id": "3257", + "id": "8684", "links": { - "self": "/stops/3257" + "self": "/stops/8684" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3257" + "related": "/facilities/?filter[stop]=8684" } }, "parent_station": { @@ -99041,14 +96593,14 @@ }, { "attributes": {}, - "id": "31835", + "id": "6323", "links": { - "self": "/stops/31835" + "self": "/stops/6323" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=31835" + "related": "/facilities/?filter[stop]=6323" } }, "parent_station": { @@ -99065,14 +96617,14 @@ }, { "attributes": {}, - "id": "8204", + "id": "1877", "links": { - "self": "/stops/8204" + "self": "/stops/1877" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8204" + "related": "/facilities/?filter[stop]=1877" } }, "parent_station": { @@ -99089,14 +96641,14 @@ }, { "attributes": {}, - "id": "540", + "id": "851", "links": { - "self": "/stops/540" + "self": "/stops/851" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=540" + "related": "/facilities/?filter[stop]=851" } }, "parent_station": { @@ -99113,14 +96665,14 @@ }, { "attributes": {}, - "id": "14868", + "id": "1384", "links": { - "self": "/stops/14868" + "self": "/stops/1384" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=14868" + "related": "/facilities/?filter[stop]=1384" } }, "parent_station": { @@ -99137,14 +96689,14 @@ }, { "attributes": {}, - "id": "21587", + "id": "16365", "links": { - "self": "/stops/21587" + "self": "/stops/16365" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=21587" + "related": "/facilities/?filter[stop]=16365" } }, "parent_station": { @@ -99161,38 +96713,38 @@ }, { "attributes": {}, - "id": "4159", + "id": "WR-0163-B0", "links": { - "self": "/stops/4159" + "self": "/stops/WR-0163-B0" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4159" + "related": "/facilities/?filter[stop]=WR-0163-B0" } }, "parent_station": { - "data": null - }, - "zone": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "place-WR-0163", + "type": "stop" } + }, + "zone": { + "data": null } }, "type": "stop" }, { "attributes": {}, - "id": "765", + "id": "5550", "links": { - "self": "/stops/765" + "self": "/stops/5550" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=765" + "related": "/facilities/?filter[stop]=5550" } }, "parent_station": { @@ -99209,94 +96761,45 @@ }, { "attributes": {}, - "id": "9168", + "id": "FR-0219-01", "links": { - "self": "/stops/9168" + "self": "/stops/FR-0219-01" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9168" + "related": "/facilities/?filter[stop]=FR-0219-01" } }, "parent_station": { - "data": null + "data": { + "id": "place-FR-0219", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "CR-zone-5", "type": "zone" } } }, "type": "stop" }, - { - "attributes": { - "direction_id": 1, - "headsign": "Attleboro (Express shuttle)" - }, - "id": "AttleboroProvidenceExpress-1-sample", - "links": { - "self": "/trips/AttleboroProvidenceExpress-1-sample" - }, - "relationships": { - "route": { - "data": { - "id": "Shuttle-AttleboroProvidenceExpress", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Shuttle-AttleboroProvidenceExpress-0-1", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "canonical", - "type": "service" - } - }, - "shape": { - "data": { - "id": "ProvidenceToAttleboroExpress-S", - "type": "shape" - } - }, - "stops": { - "data": [ - { - "id": "NEC-1851-B0", - "type": "stop" - }, - { - "id": "NEC-1969-B", - "type": "stop" - } - ] - } - }, - "type": "trip" - }, { "attributes": {}, - "id": "5072", + "id": "1808", "links": { - "self": "/stops/5072" + "self": "/stops/1808" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5072" + "related": "/facilities/?filter[stop]=1808" } }, "parent_station": { - "data": { - "id": "place-mlmnl", - "type": "stop" - } + "data": null }, "zone": { "data": { @@ -99309,22 +96812,25 @@ }, { "attributes": {}, - "id": "7103", + "id": "70064", "links": { - "self": "/stops/7103" + "self": "/stops/70064" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7103" + "related": "/facilities/?filter[stop]=70064" } }, "parent_station": { - "data": null + "data": { + "id": "place-davis", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -99333,14 +96839,14 @@ }, { "attributes": {}, - "id": "882", + "id": "16739", "links": { - "self": "/stops/882" + "self": "/stops/16739" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=882" + "related": "/facilities/?filter[stop]=16739" } }, "parent_station": { @@ -99357,14 +96863,14 @@ }, { "attributes": {}, - "id": "5392", + "id": "1332", "links": { - "self": "/stops/5392" + "self": "/stops/1332" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5392" + "related": "/facilities/?filter[stop]=1332" } }, "parent_station": { @@ -99381,14 +96887,14 @@ }, { "attributes": {}, - "id": "12641", + "id": "3057", "links": { - "self": "/stops/12641" + "self": "/stops/3057" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=12641" + "related": "/facilities/?filter[stop]=3057" } }, "parent_station": { @@ -99405,14 +96911,14 @@ }, { "attributes": {}, - "id": "8577", + "id": "82140", "links": { - "self": "/stops/8577" + "self": "/stops/82140" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8577" + "related": "/facilities/?filter[stop]=82140" } }, "parent_station": { @@ -99427,30 +96933,16 @@ }, "type": "stop" }, - { - "attributes": { - "color": "FFC72C", - "long_name": "Watertown Square - Harvard", - "short_name": "71", - "sort_order": 50710, - "text_color": "000000" - }, - "id": "line-71", - "links": { - "self": "/lines/line-71" - }, - "type": "line" - }, { "attributes": {}, - "id": "3620", + "id": "5076", "links": { - "self": "/stops/3620" + "self": "/stops/5076" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3620" + "related": "/facilities/?filter[stop]=5076" } }, "parent_station": { @@ -99467,70 +96959,50 @@ }, { "attributes": { - "direction_id": 1, - "headsign": "Broadway (Shuttle)" + "direction_id": 0, + "headsign": "Wachusett (Shuttle)" }, - "id": "Red-BraintreeBroadway-Saturday-1f455-1-05:06:00", + "id": "NorthLeominsterWachusett-0-sample", "links": { - "self": "/trips/Red-BraintreeBroadway-Saturday-1f455-1-05%3A06%3A00" + "self": "/trips/NorthLeominsterWachusett-0-sample" }, "relationships": { "route": { "data": { - "id": "Shuttle-BraintreeBroadway", + "id": "Shuttle-NorthLeominsterWachusett", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-BraintreeBroadway-0-1", + "id": "Shuttle-NorthLeominsterWachusett-0-0", "type": "route_pattern" } }, "service": { "data": { - "id": "Red-BraintreeBroadway-Saturday-1f455", + "id": "canonical", "type": "service" } }, "shape": { "data": { - "id": "BraintreeToBroadway-S", + "id": "NorthLeominsterToWachusett-S", "type": "shape" } }, "stops": { "data": [ { - "id": "38671", - "type": "stop" - }, - { - "id": "41031", - "type": "stop" - }, - { - "id": "32000", - "type": "stop" - }, - { - "id": "9170100", - "type": "stop" - }, - { - "id": "3125", - "type": "stop" - }, - { - "id": "121", + "id": "FR-0451-B", "type": "stop" }, { - "id": "13", + "id": "FR-0494-B", "type": "stop" }, { - "id": "150", + "id": "FR-3338-B", "type": "stop" } ] @@ -99540,14 +97012,14 @@ }, { "attributes": {}, - "id": "3392", + "id": "5719", "links": { - "self": "/stops/3392" + "self": "/stops/5719" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3392" + "related": "/facilities/?filter[stop]=5719" } }, "parent_station": { @@ -99564,14 +97036,14 @@ }, { "attributes": {}, - "id": "5376", + "id": "6371", "links": { - "self": "/stops/5376" + "self": "/stops/6371" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5376" + "related": "/facilities/?filter[stop]=6371" } }, "parent_station": { @@ -99588,41 +97060,14 @@ }, { "attributes": {}, - "id": "70117", - "links": { - "self": "/stops/70117" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=70117" - } - }, - "parent_station": { - "data": { - "id": "place-sthld", - "type": "stop" - } - }, - "zone": { - "data": { - "id": "RapidTransit", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "443", + "id": "6526", "links": { - "self": "/stops/443" + "self": "/stops/6526" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=443" + "related": "/facilities/?filter[stop]=6526" } }, "parent_station": { @@ -99639,14 +97084,14 @@ }, { "attributes": {}, - "id": "2580", + "id": "6375", "links": { - "self": "/stops/2580" + "self": "/stops/6375" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2580" + "related": "/facilities/?filter[stop]=6375" } }, "parent_station": { @@ -99663,14 +97108,14 @@ }, { "attributes": {}, - "id": "3178", + "id": "111685", "links": { - "self": "/stops/3178" + "self": "/stops/111685" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3178" + "related": "/facilities/?filter[stop]=111685" } }, "parent_station": { @@ -99687,14 +97132,14 @@ }, { "attributes": {}, - "id": "7431", + "id": "384", "links": { - "self": "/stops/7431" + "self": "/stops/384" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7431" + "related": "/facilities/?filter[stop]=384" } }, "parent_station": { @@ -99711,14 +97156,14 @@ }, { "attributes": {}, - "id": "9285", + "id": "1286", "links": { - "self": "/stops/9285" + "self": "/stops/1286" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9285" + "related": "/facilities/?filter[stop]=1286" } }, "parent_station": { @@ -99735,43 +97180,22 @@ }, { "attributes": {}, - "id": "2057", + "id": "WR-0075-B0", "links": { - "self": "/stops/2057" + "self": "/stops/WR-0075-B0" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2057" + "related": "/facilities/?filter[stop]=WR-0075-B0" } }, "parent_station": { - "data": null - }, - "zone": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "2335", - "links": { - "self": "/stops/2335" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=2335" + "id": "place-WR-0075", + "type": "stop" } }, - "parent_station": { - "data": null - }, "zone": { "data": { "id": "LocalBus", @@ -99782,111 +97206,216 @@ "type": "stop" }, { - "attributes": {}, - "id": "36961", + "attributes": { + "direction_id": 1, + "headsign": "Beachmont" + }, + "id": "67202521", "links": { - "self": "/stops/36961" + "self": "/trips/67202521" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=36961" + "route": { + "data": { + "id": "119", + "type": "route" } }, - "parent_station": { - "data": null - }, - "zone": { + "route_pattern": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "2588", - "links": { - "self": "/stops/2588" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=2588" + "id": "119-1-1", + "type": "route_pattern" } }, - "parent_station": { - "data": null - }, - "zone": { + "service": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "7436", - "links": { - "self": "/stops/7436" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=7436" + "id": "WinterWeekday", + "type": "service" } }, - "parent_station": { - "data": null - }, - "zone": { + "shape": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "4223", - "links": { - "self": "/stops/4223" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=4223" + "id": "1190086", + "type": "shape" } }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } + "stops": { + "data": [ + { + "id": "6267", + "type": "stop" + }, + { + "id": "7415", + "type": "stop" + }, + { + "id": "74120", + "type": "stop" + }, + { + "id": "7413", + "type": "stop" + }, + { + "id": "6269", + "type": "stop" + }, + { + "id": "6271", + "type": "stop" + }, + { + "id": "6272", + "type": "stop" + }, + { + "id": "6274", + "type": "stop" + }, + { + "id": "6275", + "type": "stop" + }, + { + "id": "46275", + "type": "stop" + }, + { + "id": "46276", + "type": "stop" + }, + { + "id": "5832", + "type": "stop" + }, + { + "id": "15832", + "type": "stop" + }, + { + "id": "5833", + "type": "stop" + }, + { + "id": "5835", + "type": "stop" + }, + { + "id": "35830", + "type": "stop" + }, + { + "id": "45838", + "type": "stop" + }, + { + "id": "5711", + "type": "stop" + }, + { + "id": "57121", + "type": "stop" + }, + { + "id": "5713", + "type": "stop" + }, + { + "id": "5714", + "type": "stop" + }, + { + "id": "5801", + "type": "stop" + }, + { + "id": "5803", + "type": "stop" + }, + { + "id": "5804", + "type": "stop" + }, + { + "id": "5805", + "type": "stop" + }, + { + "id": "5806", + "type": "stop" + }, + { + "id": "5807", + "type": "stop" + }, + { + "id": "5809", + "type": "stop" + }, + { + "id": "5810", + "type": "stop" + }, + { + "id": "5811", + "type": "stop" + }, + { + "id": "45811", + "type": "stop" + }, + { + "id": "5812", + "type": "stop" + }, + { + "id": "5813", + "type": "stop" + }, + { + "id": "5814", + "type": "stop" + }, + { + "id": "5815", + "type": "stop" + }, + { + "id": "5816", + "type": "stop" + }, + { + "id": "45816", + "type": "stop" + }, + { + "id": "5817", + "type": "stop" + }, + { + "id": "5818", + "type": "stop" + }, + { + "id": "5819", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "6428", + "id": "89619", "links": { - "self": "/stops/6428" + "self": "/stops/89619" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6428" + "related": "/facilities/?filter[stop]=89619" } }, "parent_station": { @@ -99901,16 +97430,237 @@ }, "type": "stop" }, + { + "attributes": { + "direction_id": 0, + "headsign": "Saugus Center via Square One Mall" + }, + "id": "66959808", + "links": { + "self": "/trips/66959808" + }, + "relationships": { + "route": { + "data": { + "id": "430", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "430-1-0", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "WinterWeekday", + "type": "service" + } + }, + "shape": { + "data": { + "id": "4300189", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "53270", + "type": "stop" + }, + { + "id": "5289", + "type": "stop" + }, + { + "id": "5342", + "type": "stop" + }, + { + "id": "5457", + "type": "stop" + }, + { + "id": "5459", + "type": "stop" + }, + { + "id": "5460", + "type": "stop" + }, + { + "id": "5461", + "type": "stop" + }, + { + "id": "5462", + "type": "stop" + }, + { + "id": "5463", + "type": "stop" + }, + { + "id": "5464", + "type": "stop" + }, + { + "id": "54651", + "type": "stop" + }, + { + "id": "9060", + "type": "stop" + }, + { + "id": "9061", + "type": "stop" + }, + { + "id": "49061", + "type": "stop" + }, + { + "id": "9063", + "type": "stop" + }, + { + "id": "7541", + "type": "stop" + }, + { + "id": "7542", + "type": "stop" + }, + { + "id": "7543", + "type": "stop" + }, + { + "id": "7545", + "type": "stop" + }, + { + "id": "8575", + "type": "stop" + }, + { + "id": "7547", + "type": "stop" + }, + { + "id": "7548", + "type": "stop" + }, + { + "id": "7550", + "type": "stop" + }, + { + "id": "7529", + "type": "stop" + }, + { + "id": "6206", + "type": "stop" + }, + { + "id": "6207", + "type": "stop" + }, + { + "id": "6208", + "type": "stop" + }, + { + "id": "7555", + "type": "stop" + }, + { + "id": "7557", + "type": "stop" + }, + { + "id": "7559", + "type": "stop" + }, + { + "id": "7560", + "type": "stop" + }, + { + "id": "7561", + "type": "stop" + }, + { + "id": "7562", + "type": "stop" + }, + { + "id": "17562", + "type": "stop" + }, + { + "id": "7564", + "type": "stop" + }, + { + "id": "7566", + "type": "stop" + }, + { + "id": "7429", + "type": "stop" + }, + { + "id": "17429", + "type": "stop" + }, + { + "id": "7430", + "type": "stop" + }, + { + "id": "7567", + "type": "stop" + }, + { + "id": "7569", + "type": "stop" + }, + { + "id": "7570", + "type": "stop" + }, + { + "id": "7572", + "type": "stop" + }, + { + "id": "6230", + "type": "stop" + }, + { + "id": "7474", + "type": "stop" + } + ] + } + }, + "type": "trip" + }, { "attributes": {}, - "id": "9448", + "id": "2379", "links": { - "self": "/stops/9448" + "self": "/stops/2379" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9448" + "related": "/facilities/?filter[stop]=2379" } }, "parent_station": { @@ -99927,41 +97677,115 @@ }, { "attributes": {}, - "id": "FR-0074-01", + "id": "4141", "links": { - "self": "/stops/FR-0074-01" + "self": "/stops/4141" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=FR-0074-01" + "related": "/facilities/?filter[stop]=4141" } }, "parent_station": { - "data": { - "id": "place-FR-0074", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "CR-zone-1", + "id": "LocalBus", "type": "zone" } } }, "type": "stop" }, + { + "attributes": { + "direction_id": 0, + "headsign": "Needham Heights (Shuttle)" + }, + "id": "ForestHillsNeedhamHeights-0-sample", + "links": { + "self": "/trips/ForestHillsNeedhamHeights-0-sample" + }, + "relationships": { + "route": { + "data": { + "id": "Shuttle-ForestHillsNeedhamHeights", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "Shuttle-ForestHillsNeedhamHeights-0-0", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "canonical", + "type": "service" + } + }, + "shape": { + "data": { + "id": "ForestHillsToNeedhamHeights-S", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "10642", + "type": "stop" + }, + { + "id": "NB-0064-B0", + "type": "stop" + }, + { + "id": "NB-0072-B", + "type": "stop" + }, + { + "id": "NB-0076-B", + "type": "stop" + }, + { + "id": "NB-0080-B0", + "type": "stop" + }, + { + "id": "NB-0109-B0", + "type": "stop" + }, + { + "id": "NB-0120-B0", + "type": "stop" + }, + { + "id": "NB-0127-B", + "type": "stop" + }, + { + "id": "NB-0137-B", + "type": "stop" + } + ] + } + }, + "type": "trip" + }, { "attributes": {}, - "id": "109818", + "id": "3365", "links": { - "self": "/stops/109818" + "self": "/stops/3365" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=109818" + "related": "/facilities/?filter[stop]=3365" } }, "parent_station": { @@ -99978,14 +97802,14 @@ }, { "attributes": {}, - "id": "8253", + "id": "2366", "links": { - "self": "/stops/8253" + "self": "/stops/2366" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8253" + "related": "/facilities/?filter[stop]=2366" } }, "parent_station": { @@ -100002,14 +97826,14 @@ }, { "attributes": {}, - "id": "1887", + "id": "6309", "links": { - "self": "/stops/1887" + "self": "/stops/6309" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1887" + "related": "/facilities/?filter[stop]=6309" } }, "parent_station": { @@ -100025,44 +97849,60 @@ "type": "stop" }, { - "attributes": { - "color": "FFC72C", - "long_name": "Walpole or Dedham Square - Forest Hills", - "short_name": "34/34E", - "sort_order": 50340, - "text_color": "000000" - }, - "id": "line-3434E", + "attributes": {}, + "id": "4142", "links": { - "self": "/lines/line-3434E" + "self": "/stops/4142" }, - "type": "line" + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=4142" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" }, { "attributes": { "color": "FFC72C", "direction_destinations": [ - "Montello Station", - "Quincy Center Station" + "Riverside", + "Union Square" ], "direction_names": [ - "Outbound", - "Inbound" + "West", + "East" ], - "long_name": "Montello Station - Quincy Center Station", - "short_name": "230", - "sort_order": 52300, + "long_name": "Riverside - Kenmore", + "short_name": "Green Line D Shuttle", + "sort_order": 62012, "text_color": "000000", "type": 3 }, - "id": "230", + "id": "Shuttle-KenmoreRiverside", "links": { - "self": "/routes/230" + "self": "/routes/Shuttle-KenmoreRiverside" }, "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, "line": { "data": { - "id": "line-230", + "id": "line-Green", "type": "line" } } @@ -100071,14 +97911,14 @@ }, { "attributes": {}, - "id": "7621", + "id": "4722", "links": { - "self": "/stops/7621" + "self": "/stops/4722" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7621" + "related": "/facilities/?filter[stop]=4722" } }, "parent_station": { @@ -100095,14 +97935,14 @@ }, { "attributes": {}, - "id": "5386", + "id": "11868", "links": { - "self": "/stops/5386" + "self": "/stops/11868" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5386" + "related": "/facilities/?filter[stop]=11868" } }, "parent_station": { @@ -100119,14 +97959,14 @@ }, { "attributes": {}, - "id": "109806", + "id": "24485", "links": { - "self": "/stops/109806" + "self": "/stops/24485" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=109806" + "related": "/facilities/?filter[stop]=24485" } }, "parent_station": { @@ -100143,14 +97983,38 @@ }, { "attributes": {}, - "id": "4181", + "id": "7623", "links": { - "self": "/stops/4181" + "self": "/stops/7623" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4181" + "related": "/facilities/?filter[stop]=7623" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "3703", + "links": { + "self": "/stops/3703" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=3703" } }, "parent_station": { @@ -100167,50 +98031,98 @@ }, { "attributes": { - "direction_id": 1, - "headsign": "Beverly (Express shuttle)" + "direction_id": 0, + "headsign": "Harvard" }, - "id": "BeverlyRockportExpress-1-sample", + "id": "67007696", "links": { - "self": "/trips/BeverlyRockportExpress-1-sample" + "self": "/trips/67007696" }, "relationships": { "route": { "data": { - "id": "Shuttle-BeverlyRockportExpress", + "id": "68", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-BeverlyRockportExpress-0-1", + "id": "68-_-0", "type": "route_pattern" } }, "service": { "data": { - "id": "canonical", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "RockportToBeverlyExpress-S", + "id": "680053", "type": "shape" } }, "stops": { "data": [ { - "id": "GB-0353-B", + "id": "2231", "type": "stop" }, { - "id": "GB-0316-B1", + "id": "12232", "type": "stop" }, { - "id": "ER-0183-B", + "id": "24486", + "type": "stop" + }, + { + "id": "24487", + "type": "stop" + }, + { + "id": "24488", + "type": "stop" + }, + { + "id": "24489", + "type": "stop" + }, + { + "id": "24490", + "type": "stop" + }, + { + "id": "2223", + "type": "stop" + }, + { + "id": "2224", + "type": "stop" + }, + { + "id": "2225", + "type": "stop" + }, + { + "id": "2226", + "type": "stop" + }, + { + "id": "1431", + "type": "stop" + }, + { + "id": "2166", + "type": "stop" + }, + { + "id": "2167", + "type": "stop" + }, + { + "id": "110", "type": "stop" } ] @@ -100220,38 +98132,14 @@ }, { "attributes": {}, - "id": "4730", - "links": { - "self": "/stops/4730" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=4730" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "2397", + "id": "42819", "links": { - "self": "/stops/2397" + "self": "/stops/42819" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2397" + "related": "/facilities/?filter[stop]=42819" } }, "parent_station": { @@ -100268,14 +98156,14 @@ }, { "attributes": {}, - "id": "9123", + "id": "5797", "links": { - "self": "/stops/9123" + "self": "/stops/5797" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9123" + "related": "/facilities/?filter[stop]=5797" } }, "parent_station": { @@ -100292,14 +98180,14 @@ }, { "attributes": {}, - "id": "4252", + "id": "11771", "links": { - "self": "/stops/4252" + "self": "/stops/11771" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4252" + "related": "/facilities/?filter[stop]=11771" } }, "parent_station": { @@ -100317,45 +98205,277 @@ { "attributes": { "direction_id": 0, - "headsign": "Quincy Center (Express shuttle)" + "headsign": "Marblehead via Central Square & Humphrey St" }, - "id": "BroadwayQuincyCenterExpressExtended-0-sample", + "id": "67202670", "links": { - "self": "/trips/BroadwayQuincyCenterExpressExtended-0-sample" + "self": "/trips/67202670" }, "relationships": { "route": { "data": { - "id": "Shuttle-BroadwayQuincyCenterExpress", + "id": "442", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-BroadwayQuincyCenterExpress-0-0", + "id": "442-9-0", "type": "route_pattern" } }, "service": { "data": { - "id": "canonical", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "BroadwayToQuincyCenterExpress-S", + "id": "4420262", "type": "shape" } }, "stops": { "data": [ { - "id": "151", + "id": "4520", "type": "stop" }, { - "id": "9070101", + "id": "45211", + "type": "stop" + }, + { + "id": "4521", + "type": "stop" + }, + { + "id": "4522", + "type": "stop" + }, + { + "id": "4523", + "type": "stop" + }, + { + "id": "4524", + "type": "stop" + }, + { + "id": "4525", + "type": "stop" + }, + { + "id": "6822", + "type": "stop" + }, + { + "id": "6824", + "type": "stop" + }, + { + "id": "6827", + "type": "stop" + }, + { + "id": "6773", + "type": "stop" + }, + { + "id": "14748", + "type": "stop" + }, + { + "id": "6600", + "type": "stop" + }, + { + "id": "4749", + "type": "stop" + }, + { + "id": "4751", + "type": "stop" + }, + { + "id": "4752", + "type": "stop" + }, + { + "id": "14753", + "type": "stop" + }, + { + "id": "4755", + "type": "stop" + }, + { + "id": "4811", + "type": "stop" + }, + { + "id": "4813", + "type": "stop" + }, + { + "id": "4814", + "type": "stop" + }, + { + "id": "4815", + "type": "stop" + }, + { + "id": "4816", + "type": "stop" + }, + { + "id": "4817", + "type": "stop" + }, + { + "id": "4818", + "type": "stop" + }, + { + "id": "4819", + "type": "stop" + }, + { + "id": "4820", + "type": "stop" + }, + { + "id": "4821", + "type": "stop" + }, + { + "id": "14822", + "type": "stop" + }, + { + "id": "4822", + "type": "stop" + }, + { + "id": "4823", + "type": "stop" + }, + { + "id": "4824", + "type": "stop" + }, + { + "id": "4825", + "type": "stop" + }, + { + "id": "4826", + "type": "stop" + }, + { + "id": "4779", + "type": "stop" + }, + { + "id": "4781", + "type": "stop" + }, + { + "id": "4782", + "type": "stop" + }, + { + "id": "4784", + "type": "stop" + }, + { + "id": "4785", + "type": "stop" + }, + { + "id": "4786", + "type": "stop" + }, + { + "id": "4787", + "type": "stop" + }, + { + "id": "4788", + "type": "stop" + }, + { + "id": "4789", + "type": "stop" + }, + { + "id": "4790", + "type": "stop" + }, + { + "id": "4791", + "type": "stop" + }, + { + "id": "4792", + "type": "stop" + }, + { + "id": "4793", + "type": "stop" + }, + { + "id": "4794", + "type": "stop" + }, + { + "id": "4795", + "type": "stop" + }, + { + "id": "4796", + "type": "stop" + }, + { + "id": "4797", + "type": "stop" + }, + { + "id": "4799", + "type": "stop" + }, + { + "id": "4800", + "type": "stop" + }, + { + "id": "4801", + "type": "stop" + }, + { + "id": "4802", + "type": "stop" + }, + { + "id": "4803", + "type": "stop" + }, + { + "id": "4804", + "type": "stop" + }, + { + "id": "4805", + "type": "stop" + }, + { + "id": "4806", + "type": "stop" + }, + { + "id": "4807", "type": "stop" } ] @@ -100365,22 +98485,25 @@ }, { "attributes": {}, - "id": "36541", + "id": "FB-0109-02", "links": { - "self": "/stops/36541" + "self": "/stops/FB-0109-02" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=36541" + "related": "/facilities/?filter[stop]=FB-0109-02" } }, "parent_station": { - "data": null + "data": { + "id": "place-FB-0109", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "CR-zone-2", "type": "zone" } } @@ -100390,27 +98513,27 @@ { "attributes": { "color": "FFC72C", - "long_name": "South Shore Plaza - Quincy Center", - "short_name": "236", - "sort_order": 52360, + "long_name": "Needham Junction or Dedham Mall - Watertown", + "short_name": "52/59", + "sort_order": 50520, "text_color": "000000" }, - "id": "line-236", + "id": "line-5259", "links": { - "self": "/lines/line-236" + "self": "/lines/line-5259" }, "type": "line" }, { "attributes": {}, - "id": "65471", + "id": "25991", "links": { - "self": "/stops/65471" + "self": "/stops/25991" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=65471" + "related": "/facilities/?filter[stop]=25991" } }, "parent_station": { @@ -100427,14 +98550,14 @@ }, { "attributes": {}, - "id": "109873", + "id": "1760", "links": { - "self": "/stops/109873" + "self": "/stops/1760" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=109873" + "related": "/facilities/?filter[stop]=1760" } }, "parent_station": { @@ -100451,35 +98574,38 @@ }, { "attributes": {}, - "id": "9070211", + "id": "21365", "links": { - "self": "/stops/9070211" + "self": "/stops/21365" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9070211" + "related": "/facilities/?filter[stop]=21365" } }, "parent_station": { "data": null }, "zone": { - "data": null + "data": { + "id": "LocalBus", + "type": "zone" + } } }, "type": "stop" }, { "attributes": {}, - "id": "326", + "id": "7426", "links": { - "self": "/stops/326" + "self": "/stops/7426" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=326" + "related": "/facilities/?filter[stop]=7426" } }, "parent_station": { @@ -100496,14 +98622,14 @@ }, { "attributes": {}, - "id": "3405", + "id": "7318", "links": { - "self": "/stops/3405" + "self": "/stops/7318" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3405" + "related": "/facilities/?filter[stop]=7318" } }, "parent_station": { @@ -100520,19 +98646,46 @@ }, { "attributes": {}, - "id": "38391", + "id": "WR-0099-01", "links": { - "self": "/stops/38391" + "self": "/stops/WR-0099-01" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=38391" + "related": "/facilities/?filter[stop]=WR-0099-01" } }, "parent_station": { - "data": null - }, + "data": { + "id": "place-WR-0099", + "type": "stop" + } + }, + "zone": { + "data": { + "id": "CR-zone-2", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "1693", + "links": { + "self": "/stops/1693" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=1693" + } + }, + "parent_station": { + "data": null + }, "zone": { "data": { "id": "LocalBus", @@ -100544,14 +98697,14 @@ }, { "attributes": {}, - "id": "81439", + "id": "6173", "links": { - "self": "/stops/81439" + "self": "/stops/6173" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=81439" + "related": "/facilities/?filter[stop]=6173" } }, "parent_station": { @@ -100568,170 +98721,296 @@ }, { "attributes": { - "direction_id": 1, - "headsign": "Central Square" + "color": "FFC72C", + "direction_destinations": [ + "Eastern Avenue & Essex Street", + "Wonderland Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Eastern Avenue & Essex Street - Wonderland Station", + "short_name": "424", + "sort_order": 54240, + "text_color": "000000", + "type": 3 + }, + "id": "424", + "links": { + "self": "/routes/424" + }, + "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, + "line": { + "data": { + "id": "line-424450456", + "type": "line" + } + } + }, + "type": "route" + }, + { + "attributes": {}, + "id": "820", + "links": { + "self": "/stops/820" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=820" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "1536", + "links": { + "self": "/stops/1536" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=1536" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "45811", + "links": { + "self": "/stops/45811" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=45811" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "1777", + "links": { + "self": "/stops/1777" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=1777" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": { + "direction_id": 0, + "headsign": "Gloucester (Shuttle)" }, - "id": "62216503", + "id": "ManchesterGloucester-0-sample", "links": { - "self": "/trips/62216503" + "self": "/trips/ManchesterGloucester-0-sample" }, "relationships": { "route": { "data": { - "id": "439", + "id": "Shuttle-ManchesterGloucester", "type": "route" } }, "route_pattern": { "data": { - "id": "439-_-1", + "id": "Shuttle-ManchesterGloucester-0-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "canonical", "type": "service" } }, "shape": { "data": { - "id": "4390093", + "id": "ManchesterToGloucester-S", "type": "shape" } }, "stops": { "data": [ { - "id": "6613", - "type": "stop" - }, - { - "id": "6614", - "type": "stop" - }, - { - "id": "6615", - "type": "stop" - }, - { - "id": "6616", - "type": "stop" - }, - { - "id": "16616", - "type": "stop" - }, - { - "id": "6623", - "type": "stop" - }, - { - "id": "6624", - "type": "stop" - }, - { - "id": "6625", - "type": "stop" - }, - { - "id": "6626", - "type": "stop" - }, - { - "id": "6627", - "type": "stop" - }, - { - "id": "6628", - "type": "stop" - }, - { - "id": "6629", - "type": "stop" - }, - { - "id": "6631", - "type": "stop" - }, - { - "id": "6632", - "type": "stop" - }, - { - "id": "6633", - "type": "stop" - }, - { - "id": "6634", - "type": "stop" - }, - { - "id": "6635", - "type": "stop" - }, - { - "id": "6636", - "type": "stop" - }, - { - "id": "6637", + "id": "Manchester-S", "type": "stop" }, { - "id": "6638", + "id": "GB-0296-B2", "type": "stop" }, { - "id": "6639", + "id": "GB-0316-B1", "type": "stop" - }, + } + ] + } + }, + "type": "trip" + }, + { + "attributes": {}, + "id": "3684", + "links": { + "self": "/stops/3684" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=3684" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": { + "direction_id": 1, + "headsign": "North Station" + }, + "id": "canonical-CR-Newburyport-C1-1", + "links": { + "self": "/trips/canonical-CR-Newburyport-C1-1" + }, + "relationships": { + "route": { + "data": { + "id": "CR-Newburyport", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "CR-Newburyport-e6060026-1", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "canonical", + "type": "service" + } + }, + "shape": { + "data": { + "id": "canonical-9810001", + "type": "shape" + } + }, + "stops": { + "data": [ { - "id": "6640", + "id": "ER-0362-01", "type": "stop" }, { - "id": "6641", + "id": "ER-0312-S", "type": "stop" }, { - "id": "6642", + "id": "ER-0276-S", "type": "stop" }, { - "id": "16642", + "id": "ER-0227-S", "type": "stop" }, { - "id": "6643", + "id": "ER-0208-02", "type": "stop" }, { - "id": "6644", + "id": "ER-0183-02", "type": "stop" }, { - "id": "6645", + "id": "ER-0168-S", "type": "stop" }, { - "id": "6646", + "id": "ER-0128-02", "type": "stop" }, { - "id": "6647", + "id": "ER-0117-02", "type": "stop" }, { - "id": "6649", + "id": "ER-0099-02", "type": "stop" }, { - "id": "6650", + "id": "ER-0042-02", "type": "stop" }, { - "id": "14748", + "id": "BNT-0000", "type": "stop" } ] @@ -100740,39 +99019,52 @@ "type": "trip" }, { - "attributes": {}, - "id": "86943", + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Newburyport", + "North Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Newburyport - Salem (Local)", + "short_name": "Newburyport Line Shuttle", + "sort_order": 62076, + "text_color": "000000", + "type": 3 + }, + "id": "Shuttle-NewburyportSalemLocal", "links": { - "self": "/stops/86943" + "self": "/routes/Shuttle-NewburyportSalemLocal" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=86943" + "agency": { + "data": { + "id": "1", + "type": "agency" } }, - "parent_station": { - "data": null - }, - "zone": { + "line": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "line-Newburyport", + "type": "line" } } }, - "type": "stop" + "type": "route" }, { "attributes": {}, - "id": "5852", + "id": "11694", "links": { - "self": "/stops/5852" + "self": "/stops/11694" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5852" + "related": "/facilities/?filter[stop]=11694" } }, "parent_station": { @@ -100787,16 +99079,53 @@ }, "type": "stop" }, + { + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Forest Hills", + "Oak Grove" + ], + "direction_names": [ + "South", + "North" + ], + "long_name": "Ruggles - Copley", + "short_name": "Orange Line Shuttle", + "sort_order": 61455, + "text_color": "000000", + "type": 3 + }, + "id": "Shuttle-CopleyRuggles", + "links": { + "self": "/routes/Shuttle-CopleyRuggles" + }, + "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, + "line": { + "data": { + "id": "line-Orange", + "type": "line" + } + } + }, + "type": "route" + }, { "attributes": {}, - "id": "4763", + "id": "1161", "links": { - "self": "/stops/4763" + "self": "/stops/1161" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4763" + "related": "/facilities/?filter[stop]=1161" } }, "parent_station": { @@ -100813,14 +99142,14 @@ }, { "attributes": {}, - "id": "3268", + "id": "1137", "links": { - "self": "/stops/3268" + "self": "/stops/1137" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3268" + "related": "/facilities/?filter[stop]=1137" } }, "parent_station": { @@ -100837,14 +99166,14 @@ }, { "attributes": {}, - "id": "7327", + "id": "1076", "links": { - "self": "/stops/7327" + "self": "/stops/1076" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7327" + "related": "/facilities/?filter[stop]=1076" } }, "parent_station": { @@ -100861,14 +99190,14 @@ }, { "attributes": {}, - "id": "17091", + "id": "4372", "links": { - "self": "/stops/17091" + "self": "/stops/4372" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=17091" + "related": "/facilities/?filter[stop]=4372" } }, "parent_station": { @@ -100876,7 +99205,7 @@ }, "zone": { "data": { - "id": "SL1-Logan", + "id": "LocalBus", "type": "zone" } } @@ -100885,210 +99214,154 @@ }, { "attributes": { - "direction_id": 0, - "headsign": "Gallivan Blvd" + "direction_id": 1, + "headsign": "East Milton" }, - "id": "61392316", + "id": "67290785", "links": { - "self": "/trips/61392316" + "self": "/trips/67290785" }, "relationships": { "route": { "data": { - "id": "19", + "id": "215", "type": "route" } }, "route_pattern": { "data": { - "id": "19-4-0", + "id": "215-7-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "190300", + "id": "2150206", "type": "shape" } }, "stops": { "data": [ { - "id": "11780", - "type": "stop" - }, - { - "id": "11781", - "type": "stop" - }, - { - "id": "1784", - "type": "stop" - }, - { - "id": "1785", - "type": "stop" - }, - { - "id": "17861", - "type": "stop" - }, - { - "id": "17862", - "type": "stop" - }, - { - "id": "11257", - "type": "stop" - }, - { - "id": "1259", - "type": "stop" - }, - { - "id": "11323", - "type": "stop" - }, - { - "id": "11259", - "type": "stop" - }, - { - "id": "64000", - "type": "stop" - }, - { - "id": "40001", - "type": "stop" - }, - { - "id": "401", - "type": "stop" - }, - { - "id": "404", - "type": "stop" - }, - { - "id": "405", + "id": "32003", "type": "stop" }, { - "id": "406", + "id": "3326", "type": "stop" }, { - "id": "407", + "id": "3327", "type": "stop" }, { - "id": "410", + "id": "3328", "type": "stop" }, { - "id": "411", + "id": "3330", "type": "stop" }, { - "id": "412", + "id": "3331", "type": "stop" }, { - "id": "471", + "id": "3333", "type": "stop" }, { - "id": "472", + "id": "3332", "type": "stop" }, { - "id": "468", + "id": "3335", "type": "stop" }, { - "id": "550", + "id": "3336", "type": "stop" }, { - "id": "551", + "id": "3337", "type": "stop" }, { - "id": "552", + "id": "3338", "type": "stop" }, { - "id": "553", + "id": "3339", "type": "stop" }, { - "id": "554", + "id": "3341", "type": "stop" }, { - "id": "555", + "id": "3342", "type": "stop" }, { - "id": "556", + "id": "3343", "type": "stop" }, { - "id": "323", + "id": "3344", "type": "stop" }, { - "id": "325", + "id": "3345", "type": "stop" }, { - "id": "3065", + "id": "3347", "type": "stop" }, { - "id": "3066", + "id": "3348", "type": "stop" }, { - "id": "8326", + "id": "3349", "type": "stop" }, { - "id": "8680", + "id": "3350", "type": "stop" }, { - "id": "8681", + "id": "3351", "type": "stop" }, { - "id": "8682", + "id": "3352", "type": "stop" }, { - "id": "8683", + "id": "3353", "type": "stop" }, { - "id": "8684", + "id": "3354", "type": "stop" }, { - "id": "8685", + "id": "3356", "type": "stop" }, { - "id": "8686", + "id": "3358", "type": "stop" }, { - "id": "8687", + "id": "3359", "type": "stop" } ] @@ -101097,444 +99370,308 @@ "type": "trip" }, { - "attributes": { - "direction_id": 0, - "headsign": "Wolcott Square" - }, - "id": "62146071", + "attributes": {}, + "id": "3700", "links": { - "self": "/trips/62146071" + "self": "/stops/3700" }, "relationships": { - "route": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=3700" + } + }, + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "32", - "type": "route" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "3829", + "links": { + "self": "/stops/3829" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=3829" } }, - "route_pattern": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "32-9-0", - "type": "route_pattern" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "2175", + "links": { + "self": "/stops/2175" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=2175" } }, - "service": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "SpringWeekday", - "type": "service" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "9070027", + "links": { + "self": "/stops/9070027" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=9070027" } }, - "shape": { + "parent_station": { + "data": null + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "5983", + "links": { + "self": "/stops/5983" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=5983" + } + }, + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "320289", - "type": "shape" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "869451", + "links": { + "self": "/stops/869451" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=869451" } }, - "stops": { - "data": [ - { - "id": "1346", - "type": "stop" - }, - { - "id": "1350", - "type": "stop" - }, - { - "id": "1351", - "type": "stop" - }, - { - "id": "1352", - "type": "stop" - }, - { - "id": "1353", - "type": "stop" - }, - { - "id": "1354", - "type": "stop" - }, - { - "id": "17411", - "type": "stop" - }, - { - "id": "17401", - "type": "stop" - }, - { - "id": "17391", - "type": "stop" - }, - { - "id": "1587", - "type": "stop" - }, - { - "id": "11587", - "type": "stop" - }, - { - "id": "21587", - "type": "stop" - }, - { - "id": "547", - "type": "stop" - }, - { - "id": "875", - "type": "stop" - }, - { - "id": "6495", - "type": "stop" - }, - { - "id": "26495", - "type": "stop" - }, - { - "id": "36495", - "type": "stop" - }, - { - "id": "46495", - "type": "stop" - }, - { - "id": "56495", - "type": "stop" - }, - { - "id": "76495", - "type": "stop" - }, - { - "id": "6496", - "type": "stop" - }, - { - "id": "6498", - "type": "stop" - }, - { - "id": "6500", - "type": "stop" - }, - { - "id": "16498", - "type": "stop" - }, - { - "id": "6502", - "type": "stop" - }, - { - "id": "6504", - "type": "stop" - }, - { - "id": "6505", - "type": "stop" - }, - { - "id": "6507", - "type": "stop" - }, - { - "id": "6508", - "type": "stop" - }, - { - "id": "6509", - "type": "stop" - }, - { - "id": "2819", - "type": "stop" - }, - { - "id": "2818", - "type": "stop" - }, - { - "id": "22819", - "type": "stop" - }, - { - "id": "22818", - "type": "stop" - }, - { - "id": "22821", - "type": "stop" - }, - { - "id": "32818", - "type": "stop" - }, - { - "id": "42818", - "type": "stop" - }, - { - "id": "42819", - "type": "stop" - } - ] + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } } }, - "type": "trip" + "type": "stop" }, { "attributes": { "direction_id": 0, - "headsign": "Houghs Neck via Germantown" + "headsign": "Quincy Center" }, - "id": "61928882", + "id": "67290302", "links": { - "self": "/trips/61928882" + "self": "/trips/67290302" }, "relationships": { "route": { "data": { - "id": "216", + "id": "210", "type": "route" } }, "route_pattern": { "data": { - "id": "216-2-0", + "id": "210-3-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "2160138", + "id": "2100103", "type": "shape" } }, "stops": { "data": [ { - "id": "32002", - "type": "stop" - }, - { - "id": "3237", - "type": "stop" - }, - { - "id": "3239", - "type": "stop" - }, - { - "id": "3425", - "type": "stop" - }, - { - "id": "3240", - "type": "stop" - }, - { - "id": "3241", - "type": "stop" - }, - { - "id": "3242", - "type": "stop" - }, - { - "id": "3243", - "type": "stop" - }, - { - "id": "3244", - "type": "stop" - }, - { - "id": "13245", - "type": "stop" - }, - { - "id": "3245", - "type": "stop" - }, - { - "id": "3246", - "type": "stop" - }, - { - "id": "3247", - "type": "stop" - }, - { - "id": "3292", - "type": "stop" - }, - { - "id": "3295", - "type": "stop" - }, - { - "id": "3298", - "type": "stop" - }, - { - "id": "3299", - "type": "stop" - }, - { - "id": "3300", - "type": "stop" - }, - { - "id": "3301", - "type": "stop" - }, - { - "id": "3303", - "type": "stop" - }, - { - "id": "3304", - "type": "stop" - }, - { - "id": "3305", + "id": "323", "type": "stop" }, { - "id": "3306", + "id": "55600", "type": "stop" }, { - "id": "3307", + "id": "325", "type": "stop" }, { - "id": "3308", + "id": "3065", "type": "stop" }, { - "id": "3309", + "id": "3066", "type": "stop" }, { - "id": "3310", + "id": "3067", "type": "stop" }, { - "id": "3311", + "id": "3068", "type": "stop" }, { - "id": "3312", + "id": "3069", "type": "stop" }, { - "id": "3314", + "id": "3070", "type": "stop" }, { - "id": "3315", + "id": "3071", "type": "stop" }, { - "id": "3316", + "id": "3073", "type": "stop" }, { - "id": "3317", + "id": "3075", "type": "stop" }, { - "id": "3320", + "id": "30751", "type": "stop" }, { - "id": "3321", + "id": "30752", "type": "stop" }, { - "id": "3322", + "id": "3125", "type": "stop" }, { - "id": "3323", + "id": "3019", "type": "stop" }, { - "id": "3249", + "id": "3020", "type": "stop" }, { - "id": "3250", + "id": "3022", "type": "stop" }, { - "id": "3251", + "id": "3023", "type": "stop" }, { - "id": "3252", + "id": "3024", "type": "stop" }, { - "id": "3253", + "id": "3025", "type": "stop" }, { - "id": "3254", + "id": "3026", "type": "stop" }, { - "id": "3255", + "id": "3027", "type": "stop" }, { - "id": "3256", + "id": "3028", "type": "stop" }, { - "id": "3257", + "id": "3029", "type": "stop" }, { - "id": "3258", + "id": "3031", "type": "stop" }, { - "id": "3259", + "id": "3032", "type": "stop" }, { - "id": "3260", + "id": "3033", "type": "stop" }, { - "id": "3261", + "id": "3034", "type": "stop" }, { - "id": "3262", + "id": "3035", "type": "stop" }, { - "id": "3263", + "id": "3036", "type": "stop" }, { - "id": "3265", + "id": "32005", "type": "stop" } ] @@ -101544,38 +99681,55 @@ }, { "attributes": {}, - "id": "3185", + "id": "WR-0163-S", "links": { - "self": "/stops/3185" + "self": "/stops/WR-0163-S" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3185" + "related": "/facilities/?filter[stop]=WR-0163-S" } }, "parent_station": { - "data": null + "data": { + "id": "place-WR-0163", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "CR-zone-3", "type": "zone" } } }, "type": "stop" }, + { + "attributes": { + "color": "FFC72C", + "long_name": "Danvers Square - Salem Depot", + "short_name": "451/465", + "sort_order": 54510, + "text_color": "000000" + }, + "id": "line-451465", + "links": { + "self": "/lines/line-451465" + }, + "type": "line" + }, { "attributes": {}, - "id": "4934", + "id": "5405", "links": { - "self": "/stops/4934" + "self": "/stops/5405" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4934" + "related": "/facilities/?filter[stop]=5405" } }, "parent_station": { @@ -101591,46 +99745,39 @@ "type": "stop" }, { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Riverside", - "Union Square" - ], - "direction_names": [ - "West", - "East" - ], - "long_name": "Reservoir - Brookline Hills", - "short_name": "Green Line D Shuttle", - "sort_order": 61200, - "text_color": "000000", - "type": 3 - }, - "id": "Shuttle-BrooklineHillsReservoir", + "attributes": {}, + "id": "4154", "links": { - "self": "/routes/Shuttle-BrooklineHillsReservoir" + "self": "/stops/4154" }, "relationships": { - "line": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=4154" + } + }, + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "line-Green", - "type": "line" + "id": "LocalBus", + "type": "zone" } } }, - "type": "route" + "type": "stop" }, { "attributes": {}, - "id": "24717", + "id": "9091", "links": { - "self": "/stops/24717" + "self": "/stops/9091" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=24717" + "related": "/facilities/?filter[stop]=9091" } }, "parent_station": { @@ -101647,14 +99794,14 @@ }, { "attributes": {}, - "id": "5254", + "id": "8146", "links": { - "self": "/stops/5254" + "self": "/stops/8146" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5254" + "related": "/facilities/?filter[stop]=8146" } }, "parent_station": { @@ -101671,56 +99818,62 @@ }, { "attributes": {}, - "id": "9070503", + "id": "2715", "links": { - "self": "/stops/9070503" + "self": "/stops/2715" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9070503" + "related": "/facilities/?filter[stop]=2715" } }, "parent_station": { "data": null }, "zone": { - "data": null + "data": { + "id": "LocalBus", + "type": "zone" + } } }, "type": "stop" }, { "attributes": {}, - "id": "9170076", + "id": "2107", "links": { - "self": "/stops/9170076" + "self": "/stops/2107" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9170076" + "related": "/facilities/?filter[stop]=2107" } }, "parent_station": { "data": null }, "zone": { - "data": null + "data": { + "id": "LocalBus", + "type": "zone" + } } }, "type": "stop" }, { "attributes": {}, - "id": "23407", + "id": "3933", "links": { - "self": "/stops/23407" + "self": "/stops/3933" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=23407" + "related": "/facilities/?filter[stop]=3933" } }, "parent_station": { @@ -101737,14 +99890,14 @@ }, { "attributes": {}, - "id": "5517", + "id": "1618", "links": { - "self": "/stops/5517" + "self": "/stops/1618" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5517" + "related": "/facilities/?filter[stop]=1618" } }, "parent_station": { @@ -101761,14 +99914,14 @@ }, { "attributes": {}, - "id": "8807", + "id": "36842", "links": { - "self": "/stops/8807" + "self": "/stops/36842" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8807" + "related": "/facilities/?filter[stop]=36842" } }, "parent_station": { @@ -101785,14 +99938,14 @@ }, { "attributes": {}, - "id": "3936", + "id": "10427", "links": { - "self": "/stops/3936" + "self": "/stops/10427" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3936" + "related": "/facilities/?filter[stop]=10427" } }, "parent_station": { @@ -101809,14 +99962,14 @@ }, { "attributes": {}, - "id": "1872", + "id": "2262", "links": { - "self": "/stops/1872" + "self": "/stops/2262" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1872" + "related": "/facilities/?filter[stop]=2262" } }, "parent_station": { @@ -101833,14 +99986,14 @@ }, { "attributes": {}, - "id": "7475", + "id": "114882", "links": { - "self": "/stops/7475" + "self": "/stops/114882" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7475" + "related": "/facilities/?filter[stop]=114882" } }, "parent_station": { @@ -101857,14 +100010,14 @@ }, { "attributes": {}, - "id": "3816", + "id": "3595", "links": { - "self": "/stops/3816" + "self": "/stops/3595" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3816" + "related": "/facilities/?filter[stop]=3595" } }, "parent_station": { @@ -101881,14 +100034,14 @@ }, { "attributes": {}, - "id": "915", + "id": "4905", "links": { - "self": "/stops/915" + "self": "/stops/4905" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=915" + "related": "/facilities/?filter[stop]=4905" } }, "parent_station": { @@ -101905,14 +100058,14 @@ }, { "attributes": {}, - "id": "13402", + "id": "7569", "links": { - "self": "/stops/13402" + "self": "/stops/7569" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=13402" + "related": "/facilities/?filter[stop]=7569" } }, "parent_station": { @@ -101929,14 +100082,35 @@ }, { "attributes": {}, - "id": "4752", + "id": "9070164", "links": { - "self": "/stops/4752" + "self": "/stops/9070164" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4752" + "related": "/facilities/?filter[stop]=9070164" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "5993", + "links": { + "self": "/stops/5993" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=5993" } }, "parent_station": { @@ -101954,353 +100128,73 @@ { "attributes": { "direction_id": 1, - "headsign": "Ashmont via North Quincy" + "headsign": "South Station" }, - "id": "61928948", + "id": "SouthWKDYF24-697790-752", "links": { - "self": "/trips/61928948" + "self": "/trips/SouthWKDYF24-697790-752" }, "relationships": { "route": { "data": { - "id": "217", + "id": "CR-Franklin", "type": "route" } }, "route_pattern": { "data": { - "id": "217-8-1", + "id": "CR-Franklin-6a65c6cc-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "FALL 2024-SOUTHWKD-Weekday-1-S85407dc6", "type": "service" } }, "shape": { "data": { - "id": "2170124", + "id": "FoxboroToSouthStationViaFairmount", "type": "shape" } }, "stops": { "data": [ { - "id": "32005", - "type": "stop" - }, - { - "id": "3041", - "type": "stop" - }, - { - "id": "3042", - "type": "stop" - }, - { - "id": "3043", - "type": "stop" - }, - { - "id": "3045", - "type": "stop" - }, - { - "id": "3046", - "type": "stop" - }, - { - "id": "3047", - "type": "stop" - }, - { - "id": "3048", - "type": "stop" - }, - { - "id": "3049", - "type": "stop" - }, - { - "id": "3201", - "type": "stop" - }, - { - "id": "3202", - "type": "stop" - }, - { - "id": "3203", - "type": "stop" - }, - { - "id": "3204", - "type": "stop" - }, - { - "id": "3205", - "type": "stop" - }, - { - "id": "3206", - "type": "stop" - }, - { - "id": "3207", - "type": "stop" - }, - { - "id": "3208", - "type": "stop" - }, - { - "id": "3209", - "type": "stop" - }, - { - "id": "3210", - "type": "stop" - }, - { - "id": "3211", - "type": "stop" - }, - { - "id": "3212", - "type": "stop" - }, - { - "id": "3213", - "type": "stop" - }, - { - "id": "3214", - "type": "stop" - }, - { - "id": "3215", - "type": "stop" - }, - { - "id": "3216", - "type": "stop" - }, - { - "id": "3057", - "type": "stop" - }, - { - "id": "3058", - "type": "stop" - }, - { - "id": "3125", - "type": "stop" - }, - { - "id": "3168", - "type": "stop" - }, - { - "id": "3170", - "type": "stop" - }, - { - "id": "3172", - "type": "stop" - }, - { - "id": "3174", - "type": "stop" - }, - { - "id": "3175", - "type": "stop" - }, - { - "id": "3177", - "type": "stop" - }, - { - "id": "3178", - "type": "stop" - }, - { - "id": "3179", - "type": "stop" - }, - { - "id": "3181", - "type": "stop" - }, - { - "id": "3182", - "type": "stop" - }, - { - "id": "3184", - "type": "stop" - }, - { - "id": "3185", - "type": "stop" - }, - { - "id": "3186", - "type": "stop" - }, - { - "id": "3090", - "type": "stop" - }, - { - "id": "31861", - "type": "stop" - }, - { - "id": "3460", - "type": "stop" - }, - { - "id": "3461", - "type": "stop" - }, - { - "id": "3462", - "type": "stop" - }, - { - "id": "3395", - "type": "stop" - }, - { - "id": "3396", - "type": "stop" - }, - { - "id": "3397", - "type": "stop" - }, - { - "id": "3398", - "type": "stop" - }, - { - "id": "3399", - "type": "stop" - }, - { - "id": "13400", - "type": "stop" - }, - { - "id": "3350", - "type": "stop" - }, - { - "id": "3351", - "type": "stop" - }, - { - "id": "3352", - "type": "stop" - }, - { - "id": "3353", - "type": "stop" - }, - { - "id": "3354", - "type": "stop" - }, - { - "id": "3355", - "type": "stop" - }, - { - "id": "3356", - "type": "stop" - }, - { - "id": "3358", - "type": "stop" - }, - { - "id": "3359", - "type": "stop" - }, - { - "id": "3360", - "type": "stop" - }, - { - "id": "3463", - "type": "stop" - }, - { - "id": "3464", - "type": "stop" - }, - { - "id": "3465", - "type": "stop" - }, - { - "id": "3466", - "type": "stop" - }, - { - "id": "3468", - "type": "stop" - }, - { - "id": "3471", - "type": "stop" - }, - { - "id": "3472", - "type": "stop" - }, - { - "id": "3473", - "type": "stop" - }, - { - "id": "3474", + "id": "FS-0049-S", "type": "stop" }, { - "id": "591", + "id": "FB-0166-S", "type": "stop" }, { - "id": "882", + "id": "FB-0148-02", "type": "stop" }, { - "id": "593", + "id": "FB-0143-02", "type": "stop" }, { - "id": "594", + "id": "FB-0125-02", "type": "stop" }, { - "id": "595", + "id": "FB-0118-02", "type": "stop" }, { - "id": "533", + "id": "FB-0109-02", "type": "stop" }, { - "id": "534", + "id": "FB-0095-04", "type": "stop" }, { - "id": "334", + "id": "NEC-2287", "type": "stop" } ] @@ -102310,14 +100204,14 @@ }, { "attributes": {}, - "id": "8293", + "id": "6833", "links": { - "self": "/stops/8293" + "self": "/stops/6833" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8293" + "related": "/facilities/?filter[stop]=6833" } }, "parent_station": { @@ -102334,38 +100228,38 @@ }, { "attributes": {}, - "id": "FR-0394-B0", + "id": "4462", "links": { - "self": "/stops/FR-0394-B0" + "self": "/stops/4462" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=FR-0394-B0" + "related": "/facilities/?filter[stop]=4462" } }, "parent_station": { - "data": { - "id": "place-FR-0394", - "type": "stop" - } + "data": null }, "zone": { - "data": null + "data": { + "id": "LocalBus", + "type": "zone" + } } }, "type": "stop" }, { "attributes": {}, - "id": "1411", + "id": "4528", "links": { - "self": "/stops/1411" + "self": "/stops/4528" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1411" + "related": "/facilities/?filter[stop]=4528" } }, "parent_station": { @@ -102381,29 +100275,39 @@ "type": "stop" }, { - "attributes": { - "color": "FFC72C", - "long_name": "Forest Hills - Back Bay Station", - "short_name": "39", - "sort_order": 50390, - "text_color": "000000" - }, - "id": "line-39", + "attributes": {}, + "id": "2759", "links": { - "self": "/lines/line-39" + "self": "/stops/2759" }, - "type": "line" + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=2759" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" }, { "attributes": {}, - "id": "2482", + "id": "86965", "links": { - "self": "/stops/2482" + "self": "/stops/86965" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2482" + "related": "/facilities/?filter[stop]=86965" } }, "parent_station": { @@ -102420,14 +100324,14 @@ }, { "attributes": {}, - "id": "4850", + "id": "7102", "links": { - "self": "/stops/4850" + "self": "/stops/7102" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4850" + "related": "/facilities/?filter[stop]=7102" } }, "parent_station": { @@ -102444,38 +100348,38 @@ }, { "attributes": {}, - "id": "GB-0296-B1", + "id": "4554", "links": { - "self": "/stops/GB-0296-B1" + "self": "/stops/4554" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=GB-0296-B1" + "related": "/facilities/?filter[stop]=4554" } }, "parent_station": { - "data": { - "id": "place-GB-0296", - "type": "stop" - } + "data": null }, "zone": { - "data": null + "data": { + "id": "LocalBus", + "type": "zone" + } } }, "type": "stop" }, { "attributes": {}, - "id": "5844", + "id": "3897", "links": { - "self": "/stops/5844" + "self": "/stops/3897" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5844" + "related": "/facilities/?filter[stop]=3897" } }, "parent_station": { @@ -102492,14 +100396,14 @@ }, { "attributes": {}, - "id": "5814", + "id": "2776", "links": { - "self": "/stops/5814" + "self": "/stops/2776" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5814" + "related": "/facilities/?filter[stop]=2776" } }, "parent_station": { @@ -102516,14 +100420,14 @@ }, { "attributes": {}, - "id": "2749", + "id": "15176", "links": { - "self": "/stops/2749" + "self": "/stops/15176" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2749" + "related": "/facilities/?filter[stop]=15176" } }, "parent_station": { @@ -102531,7 +100435,7 @@ }, "zone": { "data": { - "id": "LocalBus", + "id": "ExpressBus-Downtown", "type": "zone" } } @@ -102540,14 +100444,14 @@ }, { "attributes": {}, - "id": "9107", + "id": "1353", "links": { - "self": "/stops/9107" + "self": "/stops/1353" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9107" + "related": "/facilities/?filter[stop]=1353" } }, "parent_station": { @@ -102564,14 +100468,14 @@ }, { "attributes": {}, - "id": "6274", + "id": "9167", "links": { - "self": "/stops/6274" + "self": "/stops/9167" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6274" + "related": "/facilities/?filter[stop]=9167" } }, "parent_station": { @@ -102588,54 +100492,58 @@ }, { "attributes": { - "direction_id": 0, - "headsign": "Silver Line Way" + "direction_id": 1, + "headsign": "Kenmore (Shuttle)" }, - "id": "61946007", + "id": "BrooklineHillsKenmore-1-sample", "links": { - "self": "/trips/61946007" + "self": "/trips/BrooklineHillsKenmore-1-sample" }, "relationships": { "route": { "data": { - "id": "746", + "id": "Shuttle-BrooklineHillsKenmore", "type": "route" } }, "route_pattern": { "data": { - "id": "746-_-0", + "id": "Shuttle-BrooklineHillsKenmore-0-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "canonical", "type": "service" } }, "shape": { "data": { - "id": "7460025", + "id": "BrooklineHillsToKenmore-S", "type": "shape" } }, "stops": { "data": [ { - "id": "74611", + "id": "9170178", "type": "stop" }, { - "id": "74612", + "id": "1556", "type": "stop" }, { - "id": "74613", + "id": "1804", "type": "stop" }, { - "id": "74614", + "id": "1807", + "type": "stop" + }, + { + "id": "9070150", "type": "stop" } ] @@ -102644,292 +100552,230 @@ "type": "trip" }, { - "attributes": { - "direction_id": 1, - "headsign": "Bryant Ave & Upton St" + "attributes": {}, + "id": "WR-0075-B2", + "links": { + "self": "/stops/WR-0075-B2" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=WR-0075-B2" + } + }, + "parent_station": { + "data": { + "id": "place-WR-0075", + "type": "stop" + } + }, + "zone": { + "data": null + } }, - "id": "61928947", + "type": "stop" + }, + { + "attributes": {}, + "id": "3413", "links": { - "self": "/trips/61928947" + "self": "/stops/3413" }, "relationships": { - "route": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=3413" + } + }, + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "217", - "type": "route" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "70022", + "links": { + "self": "/stops/70022" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=70022" } }, - "route_pattern": { + "parent_station": { "data": { - "id": "217-2-1", - "type": "route_pattern" + "id": "place-state", + "type": "stop" } }, - "service": { + "zone": { "data": { - "id": "SpringWeekday", - "type": "service" + "id": "RapidTransit", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "3035", + "links": { + "self": "/stops/3035" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=3035" } }, - "shape": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "2170120", - "type": "shape" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "89001", + "links": { + "self": "/stops/89001" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=89001" } }, - "stops": { - "data": [ - { - "id": "93129", - "type": "stop" - }, - { - "id": "93130", - "type": "stop" - }, - { - "id": "3125", - "type": "stop" - }, - { - "id": "3168", - "type": "stop" - }, - { - "id": "3170", - "type": "stop" - }, - { - "id": "3172", - "type": "stop" - }, - { - "id": "3174", - "type": "stop" - }, - { - "id": "3175", - "type": "stop" - }, - { - "id": "3177", - "type": "stop" - }, - { - "id": "3178", - "type": "stop" - }, - { - "id": "3179", - "type": "stop" - }, - { - "id": "3181", - "type": "stop" - }, - { - "id": "3182", - "type": "stop" - }, - { - "id": "3184", - "type": "stop" - }, - { - "id": "3185", - "type": "stop" - }, - { - "id": "3186", - "type": "stop" - }, - { - "id": "3090", - "type": "stop" - }, - { - "id": "31861", - "type": "stop" - }, - { - "id": "3460", - "type": "stop" - }, - { - "id": "3461", - "type": "stop" - }, - { - "id": "3462", - "type": "stop" - }, - { - "id": "3395", - "type": "stop" - }, - { - "id": "3396", - "type": "stop" - }, - { - "id": "3397", - "type": "stop" - }, - { - "id": "3398", - "type": "stop" - }, - { - "id": "3399", - "type": "stop" - }, - { - "id": "13400", - "type": "stop" - } - ] + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } } }, - "type": "trip" + "type": "stop" }, { "attributes": { - "direction_id": 0, - "headsign": "River St & Milton St" + "direction_id": 1, + "headsign": "Central Square" }, - "id": "62145385", + "id": "66959771", "links": { - "self": "/trips/62145385" + "self": "/trips/66959771" }, "relationships": { "route": { "data": { - "id": "33", + "id": "91", "type": "route" } }, "route_pattern": { "data": { - "id": "33-6-0", + "id": "91-_-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "330173", + "id": "910134", "type": "shape" } }, "stops": { "data": [ { - "id": "185", - "type": "stop" - }, - { - "id": "6368", - "type": "stop" - }, - { - "id": "16369", - "type": "stop" - }, - { - "id": "6369", - "type": "stop" - }, - { - "id": "6371", - "type": "stop" - }, - { - "id": "6372", - "type": "stop" - }, - { - "id": "6373", - "type": "stop" - }, - { - "id": "6374", - "type": "stop" - }, - { - "id": "6375", - "type": "stop" - }, - { - "id": "6376", + "id": "29006", "type": "stop" }, { - "id": "6377", + "id": "2757", "type": "stop" }, { - "id": "76378", + "id": "2759", "type": "stop" }, { - "id": "6390", + "id": "12759", "type": "stop" }, { - "id": "2819", + "id": "2761", "type": "stop" }, { - "id": "2818", + "id": "2762", "type": "stop" }, { - "id": "22819", + "id": "2763", "type": "stop" }, { - "id": "22818", + "id": "2610", "type": "stop" }, { - "id": "22821", + "id": "2612", "type": "stop" }, { - "id": "32818", + "id": "2512", "type": "stop" }, { - "id": "42818", + "id": "12512", "type": "stop" }, { - "id": "8335", + "id": "12439", "type": "stop" }, { - "id": "8970", + "id": "2440", "type": "stop" }, { - "id": "8971", + "id": "2441", "type": "stop" }, { - "id": "8973", + "id": "2442", "type": "stop" }, { - "id": "8975", + "id": "2443", "type": "stop" }, { - "id": "18975", + "id": "2444", "type": "stop" } ] @@ -102939,62 +100785,14 @@ }, { "attributes": {}, - "id": "25990", - "links": { - "self": "/stops/25990" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=25990" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "93129", - "links": { - "self": "/stops/93129" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=93129" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "4009", + "id": "8495", "links": { - "self": "/stops/4009" + "self": "/stops/8495" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4009" + "related": "/facilities/?filter[stop]=8495" } }, "parent_station": { @@ -103011,14 +100809,14 @@ }, { "attributes": {}, - "id": "7913", + "id": "2052", "links": { - "self": "/stops/7913" + "self": "/stops/2052" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7913" + "related": "/facilities/?filter[stop]=2052" } }, "parent_station": { @@ -103035,14 +100833,14 @@ }, { "attributes": {}, - "id": "2224", + "id": "4221", "links": { - "self": "/stops/2224" + "self": "/stops/4221" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2224" + "related": "/facilities/?filter[stop]=4221" } }, "parent_station": { @@ -103059,14 +100857,14 @@ }, { "attributes": {}, - "id": "8242", + "id": "4458", "links": { - "self": "/stops/8242" + "self": "/stops/4458" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8242" + "related": "/facilities/?filter[stop]=4458" } }, "parent_station": { @@ -103083,14 +100881,14 @@ }, { "attributes": {}, - "id": "109830", + "id": "7977", "links": { - "self": "/stops/109830" + "self": "/stops/7977" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=109830" + "related": "/facilities/?filter[stop]=7977" } }, "parent_station": { @@ -103108,238 +100906,53 @@ { "attributes": { "direction_id": 1, - "headsign": "Mattapan" + "headsign": "Wonderland (Shuttle)" }, - "id": "62145476", + "id": "SuffolkDownsWonderland-1-sample", "links": { - "self": "/trips/62145476" + "self": "/trips/SuffolkDownsWonderland-1-sample" }, "relationships": { "route": { "data": { - "id": "33", + "id": "Shuttle-SuffolkDownsWonderland", "type": "route" } }, "route_pattern": { "data": { - "id": "33-1-1", + "id": "Shuttle-SuffolkDownsWonderland-0-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "canonical", "type": "service" } }, "shape": { "data": { - "id": "330161", + "id": "SuffolkDownsToWonderland-S", "type": "shape" } }, "stops": { "data": [ { - "id": "18975", + "id": "9070054", "type": "stop" }, { - "id": "8328", + "id": "9070056", "type": "stop" }, { - "id": "8329", + "id": "9070058", "type": "stop" }, { - "id": "8330", - "type": "stop" - }, - { - "id": "8331", - "type": "stop" - }, - { - "id": "8332", - "type": "stop" - }, - { - "id": "8333", - "type": "stop" - }, - { - "id": "42820", - "type": "stop" - }, - { - "id": "8335", - "type": "stop" - }, - { - "id": "6516", - "type": "stop" - }, - { - "id": "6517", - "type": "stop" - }, - { - "id": "6519", - "type": "stop" - }, - { - "id": "6522", - "type": "stop" - }, - { - "id": "6523", - "type": "stop" - }, - { - "id": "6524", - "type": "stop" - }, - { - "id": "6526", - "type": "stop" - }, - { - "id": "6527", - "type": "stop" - }, - { - "id": "6528", - "type": "stop" - }, - { - "id": "6529", - "type": "stop" - }, - { - "id": "56567", - "type": "stop" - }, - { - "id": "75467", - "type": "stop" - }, - { - "id": "26466", - "type": "stop" - }, - { - "id": "36466", - "type": "stop" - }, - { - "id": "6357", - "type": "stop" - }, - { - "id": "16358", - "type": "stop" - }, - { - "id": "6359", - "type": "stop" - }, - { - "id": "6360", - "type": "stop" - }, - { - "id": "16360", - "type": "stop" - }, - { - "id": "6361", - "type": "stop" - }, - { - "id": "6362", - "type": "stop" - }, - { - "id": "63621", - "type": "stop" - }, - { - "id": "6364", - "type": "stop" - }, - { - "id": "16364", - "type": "stop" - }, - { - "id": "6365", - "type": "stop" - }, - { - "id": "16365", - "type": "stop" - }, - { - "id": "6366", - "type": "stop" - }, - { - "id": "1721", - "type": "stop" - }, - { - "id": "185", - "type": "stop" - } - ] - } - }, - "type": "trip" - }, - { - "attributes": { - "direction_id": 1, - "headsign": "Airport (Express shuttle)" - }, - "id": "AirportBowdoinExpress-1-sample", - "links": { - "self": "/trips/AirportBowdoinExpress-1-sample" - }, - "relationships": { - "route": { - "data": { - "id": "Shuttle-AirportGovernmentCenterExpress", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Shuttle-AirportGovernmentCenterExpress-0-1", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "canonical", - "type": "service" - } - }, - "shape": { - "data": { - "id": "GovernmentCenterToAirportExpress-S", - "type": "shape" - } - }, - "stops": { - "data": [ - { - "id": "4510", - "type": "stop" - }, - { - "id": "9170047", + "id": "15797", "type": "stop" } ] @@ -103349,55 +100962,38 @@ }, { "attributes": {}, - "id": "74635", + "id": "4187", "links": { - "self": "/stops/74635" + "self": "/stops/4187" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=74635" + "related": "/facilities/?filter[stop]=4187" } }, "parent_station": { - "data": { - "id": "place-boxdt", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "SLWaterfrontNonLogan", + "id": "LocalBus", "type": "zone" } } }, "type": "stop" }, - { - "attributes": { - "color": "FFC72C", - "long_name": "Saugus Center or Jack Satter House, Revere - Malden Center", - "short_name": "411/430", - "sort_order": 54110, - "text_color": "000000" - }, - "id": "line-411430", - "links": { - "self": "/lines/line-411430" - }, - "type": "line" - }, { "attributes": {}, - "id": "8156", + "id": "2889", "links": { - "self": "/stops/8156" + "self": "/stops/2889" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8156" + "related": "/facilities/?filter[stop]=2889" } }, "parent_station": { @@ -103414,22 +101010,25 @@ }, { "attributes": {}, - "id": "109857", + "id": "70030", "links": { - "self": "/stops/109857" + "self": "/stops/70030" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=109857" + "related": "/facilities/?filter[stop]=70030" } }, "parent_station": { - "data": null + "data": { + "id": "place-sull", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -103438,14 +101037,14 @@ }, { "attributes": {}, - "id": "5822", + "id": "5418", "links": { - "self": "/stops/5822" + "self": "/stops/5418" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5822" + "related": "/facilities/?filter[stop]=5418" } }, "parent_station": { @@ -103461,88 +101060,39 @@ "type": "stop" }, { - "attributes": { - "direction_id": 0, - "headsign": "Blandford Street (Shuttle)" - }, - "id": "GreenBBostonUniversityEastParkStreet-0-sample", + "attributes": {}, + "id": "8207", "links": { - "self": "/trips/GreenBBostonUniversityEastParkStreet-0-sample" + "self": "/stops/8207" }, "relationships": { - "route": { - "data": { - "id": "Shuttle-BostonUniversityEastPark", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Shuttle-BostonUniversityEastPark-0-0", - "type": "route_pattern" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=8207" } }, - "service": { - "data": { - "id": "canonical", - "type": "service" - } + "parent_station": { + "data": null }, - "shape": { + "zone": { "data": { - "id": "ParkStreetToBostonUniversityEast-S", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "10000", - "type": "stop" - }, - { - "id": "8279", - "type": "stop" - }, - { - "id": "177", - "type": "stop" - }, - { - "id": "178", - "type": "stop" - }, - { - "id": "93", - "type": "stop" - }, - { - "id": "9070151", - "type": "stop" - }, - { - "id": "951", - "type": "stop" - }, - { - "id": "952", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "50940", + "id": "2788", "links": { - "self": "/stops/50940" + "self": "/stops/2788" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=50940" + "related": "/facilities/?filter[stop]=2788" } }, "parent_station": { @@ -103559,14 +101109,14 @@ }, { "attributes": {}, - "id": "8490", + "id": "21158", "links": { - "self": "/stops/8490" + "self": "/stops/21158" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8490" + "related": "/facilities/?filter[stop]=21158" } }, "parent_station": { @@ -103583,21 +101133,18 @@ }, { "attributes": {}, - "id": "17861", + "id": "9095", "links": { - "self": "/stops/17861" + "self": "/stops/9095" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=17861" + "related": "/facilities/?filter[stop]=9095" } }, "parent_station": { - "data": { - "id": "place-rugg", - "type": "stop" - } + "data": null }, "zone": { "data": { @@ -103610,14 +101157,14 @@ }, { "attributes": {}, - "id": "43", + "id": "1798", "links": { - "self": "/stops/43" + "self": "/stops/1798" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=43" + "related": "/facilities/?filter[stop]=1798" } }, "parent_station": { @@ -103632,16 +101179,30 @@ }, "type": "stop" }, + { + "attributes": { + "color": "FFC72C", + "long_name": "Avon Square - Ashmont", + "short_name": "240", + "sort_order": 52400, + "text_color": "000000" + }, + "id": "line-240", + "links": { + "self": "/lines/line-240" + }, + "type": "line" + }, { "attributes": {}, - "id": "4239", + "id": "15291", "links": { - "self": "/stops/4239" + "self": "/stops/15291" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4239" + "related": "/facilities/?filter[stop]=15291" } }, "parent_station": { @@ -103658,134 +101219,163 @@ }, { "attributes": { - "direction_id": 0, - "headsign": "Jackson Square" + "direction_id": 1, + "headsign": "Franklin Park via Union Square Allston" }, - "id": "61392440", + "id": "66645323_1", "links": { - "self": "/trips/61392440" + "self": "/trips/66645323_1" }, "relationships": { "route": { "data": { - "id": "44", + "id": "57", "type": "route" } }, "route_pattern": { "data": { - "id": "44-1-0", + "id": "57-E-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "440149", + "id": "660283-1", "type": "shape" } }, "stops": { "data": [ { - "id": "17863", - "type": "stop" - }, - { - "id": "11257", - "type": "stop" - }, - { - "id": "1259", - "type": "stop" - }, - { - "id": "11323", + "id": "912", "type": "stop" }, { - "id": "11259", + "id": "913", "type": "stop" }, { - "id": "64000", + "id": "915", "type": "stop" }, { - "id": "40001", + "id": "916", "type": "stop" }, { - "id": "1340", + "id": "917", "type": "stop" }, { - "id": "1341", + "id": "918", "type": "stop" }, { - "id": "1342", + "id": "919", "type": "stop" }, { - "id": "1344", + "id": "920", "type": "stop" }, { - "id": "1345", + "id": "19201", "type": "stop" }, { - "id": "1346", + "id": "922", "type": "stop" }, { - "id": "1350", + "id": "924", "type": "stop" }, { - "id": "1351", + "id": "925", "type": "stop" - }, + } + ] + } + }, + "type": "trip" + }, + { + "attributes": { + "direction_id": 0, + "headsign": "Needham Heights" + }, + "id": "SouthWKDYF24-697750-633", + "links": { + "self": "/trips/SouthWKDYF24-697750-633" + }, + "relationships": { + "route": { + "data": { + "id": "CR-Needham", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "CR-Needham-7f6dbefb-0", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "FALL 2024-SOUTHWKD-Weekday-1-Scbbf1ea5", + "type": "service" + } + }, + "shape": { + "data": { + "id": "9860002", + "type": "shape" + } + }, + "stops": { + "data": [ { - "id": "1352", + "id": "NEC-2237-05", "type": "stop" }, { - "id": "1353", + "id": "NB-0064-S", "type": "stop" }, { - "id": "1354", + "id": "NB-0072-S", "type": "stop" }, { - "id": "1742", + "id": "NB-0076-S", "type": "stop" }, { - "id": "1743", + "id": "NB-0080-S", "type": "stop" }, { - "id": "1188", + "id": "NB-0109-S", "type": "stop" }, { - "id": "1215", + "id": "NB-0120-S", "type": "stop" }, { - "id": "1216", + "id": "NB-0127-S", "type": "stop" }, { - "id": "11531", + "id": "NB-0137-S", "type": "stop" } ] @@ -103795,25 +101385,49 @@ }, { "attributes": {}, - "id": "74615", + "id": "6945", "links": { - "self": "/stops/74615" + "self": "/stops/6945" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=74615" + "related": "/facilities/?filter[stop]=6945" } }, "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "place-wtcst", + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "SB-0189-S", + "links": { + "self": "/stops/SB-0189-S" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=SB-0189-S" + } + }, + "parent_station": { + "data": { + "id": "place-SB-0189", "type": "stop" } }, "zone": { "data": { - "id": "SLWaterfrontNonLogan", + "id": "CR-zone-4", "type": "zone" } } @@ -103822,14 +101436,14 @@ }, { "attributes": {}, - "id": "13856", + "id": "49842", "links": { - "self": "/stops/13856" + "self": "/stops/49842" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=13856" + "related": "/facilities/?filter[stop]=49842" } }, "parent_station": { @@ -103846,14 +101460,14 @@ }, { "attributes": {}, - "id": "4076", + "id": "111248", "links": { - "self": "/stops/4076" + "self": "/stops/111248" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4076" + "related": "/facilities/?filter[stop]=111248" } }, "parent_station": { @@ -103870,14 +101484,41 @@ }, { "attributes": {}, - "id": "6565", + "id": "15799", "links": { - "self": "/stops/6565" + "self": "/stops/15799" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6565" + "related": "/facilities/?filter[stop]=15799" + } + }, + "parent_station": { + "data": { + "id": "place-wondl", + "type": "stop" + } + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "626", + "links": { + "self": "/stops/626" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=626" } }, "parent_station": { @@ -103895,281 +101536,430 @@ { "attributes": { "direction_id": 1, - "headsign": "Central Square" + "headsign": "Maverick" }, - "id": "62216410", + "id": "67202487", "links": { - "self": "/trips/62216410" + "self": "/trips/67202487" }, "relationships": { "route": { "data": { - "id": "429", + "id": "114", "type": "route" } }, "route_pattern": { "data": { - "id": "429-1-1", + "id": "114-1-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "4290263", + "id": "1140048", "type": "shape" } }, "stops": { "data": [ { - "id": "6267", - "type": "stop" - }, - { - "id": "7415", - "type": "stop" - }, - { - "id": "7417", + "id": "5045", "type": "stop" }, { - "id": "7418", + "id": "15054", "type": "stop" }, { - "id": "7419", + "id": "5650", "type": "stop" }, { - "id": "17419", + "id": "5651", "type": "stop" }, { - "id": "7420", + "id": "5605", "type": "stop" }, { - "id": "7422", + "id": "5606", "type": "stop" }, { - "id": "17422", + "id": "5653", "type": "stop" }, { - "id": "7423", + "id": "5728", "type": "stop" }, { - "id": "7424", + "id": "5729", "type": "stop" }, { - "id": "7426", + "id": "5730", "type": "stop" }, { - "id": "7427", + "id": "5731", "type": "stop" }, { - "id": "7428", + "id": "5732", "type": "stop" }, { - "id": "7516", + "id": "5733", "type": "stop" }, { - "id": "7517", + "id": "5734", "type": "stop" }, { - "id": "7518", + "id": "5736", "type": "stop" }, { - "id": "7519", + "id": "5737", "type": "stop" }, { - "id": "7520", + "id": "5740", "type": "stop" - }, + } + ] + } + }, + "type": "trip" + }, + { + "attributes": {}, + "id": "5514", + "links": { + "self": "/stops/5514" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=5514" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "WML-0125-02", + "links": { + "self": "/stops/WML-0125-02" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=WML-0125-02" + } + }, + "parent_station": { + "data": { + "id": "place-WML-0125", + "type": "stop" + } + }, + "zone": { + "data": { + "id": "CR-zone-3", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "8524", + "links": { + "self": "/stops/8524" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=8524" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": { + "direction_id": 1, + "headsign": "Forest Hills (Shuttle)" + }, + "id": "ForestHillsNeedhamHeights-1-sample", + "links": { + "self": "/trips/ForestHillsNeedhamHeights-1-sample" + }, + "relationships": { + "route": { + "data": { + "id": "Shuttle-ForestHillsNeedhamHeights", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "Shuttle-ForestHillsNeedhamHeights-0-1", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "canonical", + "type": "service" + } + }, + "shape": { + "data": { + "id": "NeedhamHeightsToForestHills-S", + "type": "shape" + } + }, + "stops": { + "data": [ { - "id": "7521", + "id": "NB-0137-B", "type": "stop" }, { - "id": "7522", + "id": "NB-0127-B", "type": "stop" }, { - "id": "7523", + "id": "NB-0120-B1", "type": "stop" }, { - "id": "7525", + "id": "NB-0109-B1", "type": "stop" }, { - "id": "47526", + "id": "NB-0080-B1", "type": "stop" }, { - "id": "47527", + "id": "NB-0076-B", "type": "stop" }, { - "id": "67202", + "id": "NB-0072-B", "type": "stop" }, { - "id": "6727", + "id": "NB-0064-B1", "type": "stop" }, { - "id": "6729", + "id": "10642", "type": "stop" - }, + } + ] + } + }, + "type": "trip" + }, + { + "attributes": { + "direction_id": 0, + "headsign": "Rivermoor Industrial Park" + }, + "id": "67250511", + "links": { + "self": "/trips/67250511" + }, + "relationships": { + "route": { + "data": { + "id": "36", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "36-5-0", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "WinterWeekday", + "type": "service" + } + }, + "shape": { + "data": { + "id": "360377", + "type": "shape" + } + }, + "stops": { + "data": [ { - "id": "16730", + "id": "10642", "type": "stop" }, { - "id": "6733", + "id": "596", "type": "stop" }, { - "id": "6734", + "id": "597", "type": "stop" }, { - "id": "6735", + "id": "598", "type": "stop" }, { - "id": "6736", + "id": "599", "type": "stop" }, { - "id": "6737", + "id": "600", "type": "stop" }, { - "id": "6738", + "id": "601", "type": "stop" }, { - "id": "6739", + "id": "602", "type": "stop" }, { - "id": "16739", + "id": "797", "type": "stop" }, { - "id": "6741", + "id": "798", "type": "stop" }, { - "id": "6742", + "id": "799", "type": "stop" }, { - "id": "6744", + "id": "800", "type": "stop" }, { - "id": "6746", + "id": "801", "type": "stop" }, { - "id": "6747", + "id": "802", "type": "stop" }, { - "id": "6749", + "id": "803", "type": "stop" }, { - "id": "6751", + "id": "804", "type": "stop" }, { - "id": "6752", + "id": "805", "type": "stop" }, { - "id": "6754", + "id": "806", "type": "stop" }, { - "id": "6755", + "id": "807", "type": "stop" }, { - "id": "6756", + "id": "808", "type": "stop" }, { - "id": "6757", + "id": "810", "type": "stop" }, { - "id": "6758", + "id": "821", "type": "stop" }, { - "id": "6760", + "id": "812", "type": "stop" }, { - "id": "6761", + "id": "11812", "type": "stop" }, { - "id": "6762", + "id": "813", "type": "stop" }, { - "id": "6764", + "id": "814", "type": "stop" }, { - "id": "7309", + "id": "815", "type": "stop" }, { - "id": "7310", + "id": "816", "type": "stop" }, { - "id": "7311", + "id": "817", "type": "stop" }, { - "id": "7312", + "id": "10820", "type": "stop" }, { - "id": "6827", + "id": "10830", "type": "stop" }, { - "id": "6773", + "id": "137", "type": "stop" }, { - "id": "14748", + "id": "120", "type": "stop" } ] @@ -104179,14 +101969,14 @@ }, { "attributes": {}, - "id": "18581", + "id": "1395", "links": { - "self": "/stops/18581" + "self": "/stops/1395" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=18581" + "related": "/facilities/?filter[stop]=1395" } }, "parent_station": { @@ -104194,7 +101984,7 @@ }, "zone": { "data": { - "id": "LocalBus", + "id": "ExpressBus-Downtown", "type": "zone" } } @@ -104203,14 +101993,14 @@ }, { "attributes": {}, - "id": "1214", + "id": "6641", "links": { - "self": "/stops/1214" + "self": "/stops/6641" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1214" + "related": "/facilities/?filter[stop]=6641" } }, "parent_station": { @@ -104225,16 +102015,77 @@ }, "type": "stop" }, + { + "attributes": { + "direction_id": 0, + "headsign": "State (Shuttle)" + }, + "id": "StateSullivan-0-sample", + "links": { + "self": "/trips/StateSullivan-0-sample" + }, + "relationships": { + "route": { + "data": { + "id": "Shuttle-StateSullivan", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "Shuttle-StateSullivan-0-0", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "canonical", + "type": "service" + } + }, + "shape": { + "data": { + "id": "SullivanToState-S", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "29001", + "type": "stop" + }, + { + "id": "9070028", + "type": "stop" + }, + { + "id": "2829", + "type": "stop" + }, + { + "id": "8309", + "type": "stop" + }, + { + "id": "9070022", + "type": "stop" + } + ] + } + }, + "type": "trip" + }, { "attributes": {}, - "id": "9289", + "id": "4250", "links": { - "self": "/stops/9289" + "self": "/stops/4250" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9289" + "related": "/facilities/?filter[stop]=4250" } }, "parent_station": { @@ -104251,14 +102102,14 @@ }, { "attributes": {}, - "id": "2915", + "id": "8328", "links": { - "self": "/stops/2915" + "self": "/stops/8328" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2915" + "related": "/facilities/?filter[stop]=8328" } }, "parent_station": { @@ -104275,14 +102126,14 @@ }, { "attributes": {}, - "id": "2587", + "id": "7525", "links": { - "self": "/stops/2587" + "self": "/stops/7525" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2587" + "related": "/facilities/?filter[stop]=7525" } }, "parent_station": { @@ -104299,38 +102150,35 @@ }, { "attributes": {}, - "id": "39691", + "id": "9070235", "links": { - "self": "/stops/39691" + "self": "/stops/9070235" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=39691" + "related": "/facilities/?filter[stop]=9070235" } }, "parent_station": { "data": null }, "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } + "data": null } }, "type": "stop" }, { "attributes": {}, - "id": "8623", + "id": "2441", "links": { - "self": "/stops/8623" + "self": "/stops/2441" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8623" + "related": "/facilities/?filter[stop]=2441" } }, "parent_station": { @@ -104347,14 +102195,14 @@ }, { "attributes": {}, - "id": "35201", + "id": "4500", "links": { - "self": "/stops/35201" + "self": "/stops/4500" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=35201" + "related": "/facilities/?filter[stop]=4500" } }, "parent_station": { @@ -104371,14 +102219,14 @@ }, { "attributes": {}, - "id": "4843", + "id": "7200", "links": { - "self": "/stops/4843" + "self": "/stops/7200" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4843" + "related": "/facilities/?filter[stop]=7200" } }, "parent_station": { @@ -104394,57 +102242,47 @@ "type": "stop" }, { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Fields Corner Loop", - "Fields Corner Loop" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Fields Corner Loop via Adams Street", - "short_name": "202", - "sort_order": 52020, - "text_color": "000000", - "type": 3 - }, - "id": "202", + "attributes": {}, + "id": "7575", "links": { - "self": "/routes/202" + "self": "/stops/7575" }, "relationships": { - "line": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=7575" + } + }, + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "line-201202", - "type": "line" + "id": "LocalBus", + "type": "zone" } } }, - "type": "route" + "type": "stop" }, { "attributes": {}, - "id": "FB-0143-02", + "id": "5274", "links": { - "self": "/stops/FB-0143-02" + "self": "/stops/5274" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=FB-0143-02" + "related": "/facilities/?filter[stop]=5274" } }, "parent_station": { - "data": { - "id": "place-FB-0143", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "CR-zone-3", + "id": "LocalBus", "type": "zone" } } @@ -104453,14 +102291,14 @@ }, { "attributes": {}, - "id": "47170", + "id": "9294", "links": { - "self": "/stops/47170" + "self": "/stops/9294" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=47170" + "related": "/facilities/?filter[stop]=9294" } }, "parent_station": { @@ -104477,14 +102315,14 @@ }, { "attributes": {}, - "id": "84885", + "id": "7128", "links": { - "self": "/stops/84885" + "self": "/stops/7128" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=84885" + "related": "/facilities/?filter[stop]=7128" } }, "parent_station": { @@ -104501,22 +102339,100 @@ }, { "attributes": {}, - "id": "10835", + "id": "FR-0074-01", "links": { - "self": "/stops/10835" + "self": "/stops/FR-0074-01" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=10835" + "related": "/facilities/?filter[stop]=FR-0074-01" } }, "parent_station": { - "data": null + "data": { + "id": "place-FR-0074", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "CR-zone-1", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "70112", + "links": { + "self": "/stops/70112" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=70112" + } + }, + "parent_station": { + "data": { + "id": "place-chill", + "type": "stop" + } + }, + "zone": { + "data": { + "id": "RapidTransit", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "7917", + "links": { + "self": "/stops/7917" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=7917" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "9041", + "links": { + "self": "/stops/9041" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=9041" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", "type": "zone" } } @@ -104525,126 +102441,166 @@ }, { "attributes": { - "direction_id": 1, - "headsign": "Sullivan" + "direction_id": 0, + "headsign": "Lebanon Loop" }, - "id": "61868984", + "id": "66959835", "links": { - "self": "/trips/61868984" + "self": "/trips/66959835" }, "relationships": { "route": { "data": { - "id": "89", + "id": "106", "type": "route" } }, "route_pattern": { "data": { - "id": "89-_-1", + "id": "106-_-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "890192", + "id": "1060289", "type": "shape" } }, "stops": { "data": [ { - "id": "2637", + "id": "52712", "type": "stop" }, { - "id": "2575", + "id": "5563", "type": "stop" }, { - "id": "2576", + "id": "5405", "type": "stop" }, { - "id": "2691", + "id": "5406", "type": "stop" }, { - "id": "2692", + "id": "45406", "type": "stop" }, { - "id": "2693", + "id": "5408", "type": "stop" }, { - "id": "2695", + "id": "5409", "type": "stop" }, { - "id": "2696", + "id": "5410", "type": "stop" }, { - "id": "2697", + "id": "5411", "type": "stop" }, { - "id": "2698", + "id": "5412", "type": "stop" }, { - "id": "2699", + "id": "5413", "type": "stop" }, { - "id": "2700", + "id": "5451", "type": "stop" }, { - "id": "2702", + "id": "5452", "type": "stop" }, { - "id": "2703", + "id": "5453", "type": "stop" }, { - "id": "2704", + "id": "5454", "type": "stop" }, { - "id": "2706", + "id": "15431", "type": "stop" }, { - "id": "2707", + "id": "53270", "type": "stop" }, { - "id": "2710", + "id": "5289", "type": "stop" }, { - "id": "2711", + "id": "5342", "type": "stop" }, { - "id": "2713", + "id": "5457", "type": "stop" }, { - "id": "2714", + "id": "5459", "type": "stop" }, { - "id": "29001", + "id": "5460", + "type": "stop" + }, + { + "id": "5461", + "type": "stop" + }, + { + "id": "5462", + "type": "stop" + }, + { + "id": "5463", + "type": "stop" + }, + { + "id": "5464", + "type": "stop" + }, + { + "id": "54651", + "type": "stop" + }, + { + "id": "5466", + "type": "stop" + }, + { + "id": "5467", + "type": "stop" + }, + { + "id": "5468", + "type": "stop" + }, + { + "id": "5469", + "type": "stop" + }, + { + "id": "5472", "type": "stop" } ] @@ -104652,16 +102608,53 @@ }, "type": "trip" }, + { + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Readville", + "South Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Readville - South Station", + "short_name": "Fairmount Line Shuttle", + "sort_order": 62375, + "text_color": "000000", + "type": 3 + }, + "id": "Shuttle-ReadvilleSouthStation", + "links": { + "self": "/routes/Shuttle-ReadvilleSouthStation" + }, + "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, + "line": { + "data": { + "id": "line-Fairmount", + "type": "line" + } + } + }, + "type": "route" + }, { "attributes": {}, - "id": "3478", + "id": "3981", "links": { - "self": "/stops/3478" + "self": "/stops/3981" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3478" + "related": "/facilities/?filter[stop]=3981" } }, "parent_station": { @@ -104678,14 +102671,14 @@ }, { "attributes": {}, - "id": "78218", + "id": "8149", "links": { - "self": "/stops/78218" + "self": "/stops/8149" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=78218" + "related": "/facilities/?filter[stop]=8149" } }, "parent_station": { @@ -104702,14 +102695,14 @@ }, { "attributes": {}, - "id": "5835", + "id": "6635", "links": { - "self": "/stops/5835" + "self": "/stops/6635" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5835" + "related": "/facilities/?filter[stop]=6635" } }, "parent_station": { @@ -104726,14 +102719,14 @@ }, { "attributes": {}, - "id": "15046", + "id": "18352", "links": { - "self": "/stops/15046" + "self": "/stops/18352" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=15046" + "related": "/facilities/?filter[stop]=18352" } }, "parent_station": { @@ -104750,14 +102743,14 @@ }, { "attributes": {}, - "id": "7826", + "id": "3879", "links": { - "self": "/stops/7826" + "self": "/stops/3879" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7826" + "related": "/facilities/?filter[stop]=3879" } }, "parent_station": { @@ -104774,14 +102767,35 @@ }, { "attributes": {}, - "id": "2002", + "id": "9070111", "links": { - "self": "/stops/2002" + "self": "/stops/9070111" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2002" + "related": "/facilities/?filter[stop]=9070111" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "3426", + "links": { + "self": "/stops/3426" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=3426" } }, "parent_station": { @@ -104798,14 +102812,14 @@ }, { "attributes": {}, - "id": "6771", + "id": "1722", "links": { - "self": "/stops/6771" + "self": "/stops/1722" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6771" + "related": "/facilities/?filter[stop]=1722" } }, "parent_station": { @@ -104822,14 +102836,14 @@ }, { "attributes": {}, - "id": "4799", + "id": "2368", "links": { - "self": "/stops/4799" + "self": "/stops/2368" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4799" + "related": "/facilities/?filter[stop]=2368" } }, "parent_station": { @@ -104846,14 +102860,14 @@ }, { "attributes": {}, - "id": "43618", + "id": "10012", "links": { - "self": "/stops/43618" + "self": "/stops/10012" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=43618" + "related": "/facilities/?filter[stop]=10012" } }, "parent_station": { @@ -104870,14 +102884,14 @@ }, { "attributes": {}, - "id": "5213", + "id": "111159", "links": { - "self": "/stops/5213" + "self": "/stops/111159" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5213" + "related": "/facilities/?filter[stop]=111159" } }, "parent_station": { @@ -104894,14 +102908,14 @@ }, { "attributes": {}, - "id": "109", + "id": "432", "links": { - "self": "/stops/109" + "self": "/stops/432" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=109" + "related": "/facilities/?filter[stop]=432" } }, "parent_station": { @@ -104918,14 +102932,14 @@ }, { "attributes": {}, - "id": "2518", + "id": "8544", "links": { - "self": "/stops/2518" + "self": "/stops/8544" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2518" + "related": "/facilities/?filter[stop]=8544" } }, "parent_station": { @@ -104942,14 +102956,14 @@ }, { "attributes": {}, - "id": "109845", + "id": "76495", "links": { - "self": "/stops/109845" + "self": "/stops/76495" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=109845" + "related": "/facilities/?filter[stop]=76495" } }, "parent_station": { @@ -104964,16 +102978,153 @@ }, "type": "stop" }, + { + "attributes": { + "direction_id": 1, + "headsign": "Ruggles" + }, + "id": "66645223", + "links": { + "self": "/trips/66645223" + }, + "relationships": { + "route": { + "data": { + "id": "15", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "15-2-1", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "WinterWeekday", + "type": "service" + } + }, + "shape": { + "data": { + "id": "150275", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "15100", + "type": "stop" + }, + { + "id": "14731", + "type": "stop" + }, + { + "id": "1474", + "type": "stop" + }, + { + "id": "1475", + "type": "stop" + }, + { + "id": "1478", + "type": "stop" + }, + { + "id": "1479", + "type": "stop" + }, + { + "id": "1480", + "type": "stop" + }, + { + "id": "1481", + "type": "stop" + }, + { + "id": "11482", + "type": "stop" + }, + { + "id": "14831", + "type": "stop" + }, + { + "id": "1484", + "type": "stop" + }, + { + "id": "1485", + "type": "stop" + }, + { + "id": "1486", + "type": "stop" + }, + { + "id": "1487", + "type": "stop" + }, + { + "id": "1488", + "type": "stop" + }, + { + "id": "1489", + "type": "stop" + }, + { + "id": "1491", + "type": "stop" + }, + { + "id": "64000", + "type": "stop" + }, + { + "id": "1148", + "type": "stop" + }, + { + "id": "11149", + "type": "stop" + }, + { + "id": "11148", + "type": "stop" + }, + { + "id": "21148", + "type": "stop" + }, + { + "id": "1224", + "type": "stop" + }, + { + "id": "17861", + "type": "stop" + } + ] + } + }, + "type": "trip" + }, { "attributes": {}, - "id": "5595", + "id": "5387", "links": { - "self": "/stops/5595" + "self": "/stops/5387" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5595" + "related": "/facilities/?filter[stop]=5387" } }, "parent_station": { @@ -104990,14 +103141,14 @@ }, { "attributes": {}, - "id": "3263", + "id": "7411", "links": { - "self": "/stops/3263" + "self": "/stops/7411" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3263" + "related": "/facilities/?filter[stop]=7411" } }, "parent_station": { @@ -105014,25 +103165,22 @@ }, { "attributes": {}, - "id": "70127", + "id": "9035", "links": { - "self": "/stops/70127" + "self": "/stops/9035" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70127" + "related": "/facilities/?filter[stop]=9035" } }, "parent_station": { - "data": { - "id": "place-alsgr", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } @@ -105041,14 +103189,14 @@ }, { "attributes": {}, - "id": "109842", + "id": "6133", "links": { - "self": "/stops/109842" + "self": "/stops/6133" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=109842" + "related": "/facilities/?filter[stop]=6133" } }, "parent_station": { @@ -105063,16 +103211,53 @@ }, "type": "stop" }, + { + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Houghs Neck", + "Quincy Center Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Houghs Neck - Quincy Center Station via Germantown", + "short_name": "216", + "sort_order": 52160, + "text_color": "000000", + "type": 3 + }, + "id": "216", + "links": { + "self": "/routes/216" + }, + "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, + "line": { + "data": { + "id": "line-214216", + "type": "line" + } + } + }, + "type": "route" + }, { "attributes": {}, - "id": "3278", + "id": "8540", "links": { - "self": "/stops/3278" + "self": "/stops/8540" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3278" + "related": "/facilities/?filter[stop]=8540" } }, "parent_station": { @@ -105089,14 +103274,14 @@ }, { "attributes": {}, - "id": "1216", + "id": "111729", "links": { - "self": "/stops/1216" + "self": "/stops/111729" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1216" + "related": "/facilities/?filter[stop]=111729" } }, "parent_station": { @@ -105113,14 +103298,14 @@ }, { "attributes": {}, - "id": "28742", + "id": "3479", "links": { - "self": "/stops/28742" + "self": "/stops/3479" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=28742" + "related": "/facilities/?filter[stop]=3479" } }, "parent_station": { @@ -105135,16 +103320,69 @@ }, "type": "stop" }, + { + "attributes": { + "direction_id": 1, + "headsign": "Lechmere (Shuttle)" + }, + "id": "GreenBLechmereNorthStation-1-sample", + "links": { + "self": "/trips/GreenBLechmereNorthStation-1-sample" + }, + "relationships": { + "route": { + "data": { + "id": "Shuttle-LechmereNorthStation", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "Shuttle-LechmereNorthStation-0-1", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "canonical", + "type": "service" + } + }, + "shape": { + "data": { + "id": "NorthStationToLechmere-S", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "9070090", + "type": "stop" + }, + { + "id": "9070091", + "type": "stop" + }, + { + "id": "70500", + "type": "stop" + } + ] + } + }, + "type": "trip" + }, { "attributes": {}, - "id": "92391", + "id": "5201", "links": { - "self": "/stops/92391" + "self": "/stops/5201" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=92391" + "related": "/facilities/?filter[stop]=5201" } }, "parent_station": { @@ -105161,14 +103399,14 @@ }, { "attributes": {}, - "id": "41035", + "id": "1576", "links": { - "self": "/stops/41035" + "self": "/stops/1576" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=41035" + "related": "/facilities/?filter[stop]=1576" } }, "parent_station": { @@ -105185,41 +103423,75 @@ }, { "attributes": {}, - "id": "WML-0147-02", + "id": "1262", "links": { - "self": "/stops/WML-0147-02" + "self": "/stops/1262" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=WML-0147-02" + "related": "/facilities/?filter[stop]=1262" } }, "parent_station": { - "data": { - "id": "place-WML-0147", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "CR-zone-3", + "id": "LocalBus", "type": "zone" } } }, "type": "stop" }, + { + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Forge Park/495", + "South Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Forge Park/495 - Walpole", + "short_name": "Franklin Line Shuttle", + "sort_order": 61770, + "text_color": "000000", + "type": 3 + }, + "id": "Shuttle-ForgeParkWalpole", + "links": { + "self": "/routes/Shuttle-ForgeParkWalpole" + }, + "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, + "line": { + "data": { + "id": "line-Franklin", + "type": "line" + } + } + }, + "type": "route" + }, { "attributes": {}, - "id": "8831", + "id": "829", "links": { - "self": "/stops/8831" + "self": "/stops/829" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8831" + "related": "/facilities/?filter[stop]=829" } }, "parent_station": { @@ -105236,14 +103508,14 @@ }, { "attributes": {}, - "id": "9142", + "id": "8462", "links": { - "self": "/stops/9142" + "self": "/stops/8462" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9142" + "related": "/facilities/?filter[stop]=8462" } }, "parent_station": { @@ -105260,14 +103532,38 @@ }, { "attributes": {}, - "id": "4145", + "id": "WR-0163-B1", "links": { - "self": "/stops/4145" + "self": "/stops/WR-0163-B1" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4145" + "related": "/facilities/?filter[stop]=WR-0163-B1" + } + }, + "parent_station": { + "data": { + "id": "place-WR-0163", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "7125", + "links": { + "self": "/stops/7125" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=7125" } }, "parent_station": { @@ -105284,14 +103580,14 @@ }, { "attributes": {}, - "id": "7445", + "id": "11302", "links": { - "self": "/stops/7445" + "self": "/stops/11302" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7445" + "related": "/facilities/?filter[stop]=11302" } }, "parent_station": { @@ -105308,14 +103604,14 @@ }, { "attributes": {}, - "id": "3129", + "id": "78203", "links": { - "self": "/stops/3129" + "self": "/stops/78203" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3129" + "related": "/facilities/?filter[stop]=78203" } }, "parent_station": { @@ -105332,14 +103628,14 @@ }, { "attributes": {}, - "id": "51836", + "id": "4560", "links": { - "self": "/stops/51836" + "self": "/stops/4560" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=51836" + "related": "/facilities/?filter[stop]=4560" } }, "parent_station": { @@ -105356,14 +103652,14 @@ }, { "attributes": {}, - "id": "7976", + "id": "1090", "links": { - "self": "/stops/7976" + "self": "/stops/1090" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7976" + "related": "/facilities/?filter[stop]=1090" } }, "parent_station": { @@ -105380,14 +103676,14 @@ }, { "attributes": {}, - "id": "4490", + "id": "5913", "links": { - "self": "/stops/4490" + "self": "/stops/5913" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4490" + "related": "/facilities/?filter[stop]=5913" } }, "parent_station": { @@ -105404,25 +103700,22 @@ }, { "attributes": {}, - "id": "70116", + "id": "55618", "links": { - "self": "/stops/70116" + "self": "/stops/55618" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70116" + "related": "/facilities/?filter[stop]=55618" } }, "parent_station": { - "data": { - "id": "place-sthld", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } @@ -105432,22 +103725,22 @@ { "attributes": { "direction_id": 1, - "headsign": "JFK/UMass (Shuttle)" + "headsign": "Back Bay (Shuttle)" }, - "id": "AshmontJFK-1-sample", + "id": "BackBayForestHills-Weekday-9e586-1-00:00:00", "links": { - "self": "/trips/AshmontJFK-1-sample" + "self": "/trips/BackBayForestHills-Weekday-9e586-1-00%3A00%3A00" }, "relationships": { "route": { "data": { - "id": "Shuttle-AshmontJFK", + "id": "Shuttle-BackBayForestHills", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-AshmontJFK-0-1", + "id": "Shuttle-BackBayForestHills-0-1", "type": "route_pattern" } }, @@ -105459,34 +103752,42 @@ }, "shape": { "data": { - "id": "AshmontToJFK-S", + "id": "ForestHillsToBackBay-S", "type": "shape" } }, "stops": { "data": [ { - "id": "334", + "id": "875", "type": "stop" }, { - "id": "340", + "id": "9070003", "type": "stop" }, { - "id": "34500", + "id": "9070005", "type": "stop" }, { - "id": "30088", + "id": "9070007", "type": "stop" }, { - "id": "354", + "id": "1222", "type": "stop" }, { - "id": "121", + "id": "17861", + "type": "stop" + }, + { + "id": "9070013", + "type": "stop" + }, + { + "id": "11384", "type": "stop" } ] @@ -105496,14 +103797,14 @@ }, { "attributes": {}, - "id": "1875", + "id": "1342", "links": { - "self": "/stops/1875" + "self": "/stops/1342" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1875" + "related": "/facilities/?filter[stop]=1342" } }, "parent_station": { @@ -105518,16 +103819,53 @@ }, "type": "stop" }, + { + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Forge Park/495", + "South Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Forge Park/495 - Norwood Central", + "short_name": "Franklin Line Shuttle", + "sort_order": 61740, + "text_color": "000000", + "type": 3 + }, + "id": "Shuttle-ForgeParkNorwoodCentral", + "links": { + "self": "/routes/Shuttle-ForgeParkNorwoodCentral" + }, + "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, + "line": { + "data": { + "id": "line-Franklin", + "type": "line" + } + } + }, + "type": "route" + }, { "attributes": {}, - "id": "65543", + "id": "4588", "links": { - "self": "/stops/65543" + "self": "/stops/4588" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=65543" + "related": "/facilities/?filter[stop]=4588" } }, "parent_station": { @@ -105544,14 +103882,14 @@ }, { "attributes": {}, - "id": "81651", + "id": "15052", "links": { - "self": "/stops/81651" + "self": "/stops/15052" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=81651" + "related": "/facilities/?filter[stop]=15052" } }, "parent_station": { @@ -105568,14 +103906,14 @@ }, { "attributes": {}, - "id": "1647", + "id": "5467", "links": { - "self": "/stops/1647" + "self": "/stops/5467" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1647" + "related": "/facilities/?filter[stop]=5467" } }, "parent_station": { @@ -105592,18 +103930,21 @@ }, { "attributes": {}, - "id": "78215", + "id": "52711", "links": { - "self": "/stops/78215" + "self": "/stops/52711" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=78215" + "related": "/facilities/?filter[stop]=52711" } }, "parent_station": { - "data": null + "data": { + "id": "place-welln", + "type": "stop" + } }, "zone": { "data": { @@ -105616,14 +103957,14 @@ }, { "attributes": {}, - "id": "7424", + "id": "70620", "links": { - "self": "/stops/7424" + "self": "/stops/70620" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7424" + "related": "/facilities/?filter[stop]=70620" } }, "parent_station": { @@ -105639,136 +103980,63 @@ "type": "stop" }, { - "attributes": { - "direction_id": 0, - "headsign": "Cleveland Circle" - }, - "id": "canonical-Green-C-C1-0", + "attributes": {}, + "id": "2360", "links": { - "self": "/trips/canonical-Green-C-C1-0" + "self": "/stops/2360" }, "relationships": { - "route": { - "data": { - "id": "Green-C", - "type": "route" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=2360" } }, - "route_pattern": { - "data": { - "id": "Green-C-832-0", - "type": "route_pattern" - } + "parent_station": { + "data": null }, - "service": { + "zone": { "data": { - "id": "canonical", - "type": "service" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "2943", + "links": { + "self": "/stops/2943" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=2943" } }, - "shape": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "canonical-8000006", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "70202", - "type": "stop" - }, - { - "id": "70197", - "type": "stop" - }, - { - "id": "70159", - "type": "stop" - }, - { - "id": "70157", - "type": "stop" - }, - { - "id": "70155", - "type": "stop" - }, - { - "id": "70153", - "type": "stop" - }, - { - "id": "70151", - "type": "stop" - }, - { - "id": "70211", - "type": "stop" - }, - { - "id": "70213", - "type": "stop" - }, - { - "id": "70215", - "type": "stop" - }, - { - "id": "70217", - "type": "stop" - }, - { - "id": "70219", - "type": "stop" - }, - { - "id": "70223", - "type": "stop" - }, - { - "id": "70225", - "type": "stop" - }, - { - "id": "70227", - "type": "stop" - }, - { - "id": "70229", - "type": "stop" - }, - { - "id": "70231", - "type": "stop" - }, - { - "id": "70233", - "type": "stop" - }, - { - "id": "70235", - "type": "stop" - }, - { - "id": "70237", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "5990", + "id": "2275", "links": { - "self": "/stops/5990" + "self": "/stops/2275" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5990" + "related": "/facilities/?filter[stop]=2275" } }, "parent_station": { @@ -105786,109 +104054,69 @@ { "attributes": { "direction_id": 0, - "headsign": "Cleary Square" + "headsign": "Stoughton" }, - "id": "62145917", + "id": "SouthWKDYF24-700748-889", "links": { - "self": "/trips/62145917" + "self": "/trips/SouthWKDYF24-700748-889" }, "relationships": { "route": { "data": { - "id": "32", + "id": "CR-Providence", "type": "route" } }, "route_pattern": { "data": { - "id": "32-_-0", + "id": "CR-Providence-d36ab58d-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "FALL 2024-SOUTHWKD-Weekday-1-Scbbf1ea5", "type": "service" } }, "shape": { "data": { - "id": "320235", + "id": "9890004", "type": "shape" } }, "stops": { "data": [ { - "id": "875", - "type": "stop" - }, - { - "id": "6495", - "type": "stop" - }, - { - "id": "26495", - "type": "stop" - }, - { - "id": "36495", - "type": "stop" - }, - { - "id": "46495", - "type": "stop" - }, - { - "id": "56495", - "type": "stop" - }, - { - "id": "76495", - "type": "stop" - }, - { - "id": "6496", - "type": "stop" - }, - { - "id": "6498", - "type": "stop" - }, - { - "id": "6500", - "type": "stop" - }, - { - "id": "16498", + "id": "NEC-2287", "type": "stop" }, { - "id": "6502", + "id": "NEC-2276-01", "type": "stop" }, { - "id": "6504", + "id": "NEC-2265-01", "type": "stop" }, { - "id": "6505", + "id": "NEC-2203-03", "type": "stop" }, { - "id": "6507", + "id": "NEC-2173-01", "type": "stop" }, { - "id": "6508", + "id": "SB-0150-04", "type": "stop" }, { - "id": "6509", + "id": "SB-0156-S", "type": "stop" }, { - "id": "2819", + "id": "SB-0189-S", "type": "stop" } ] @@ -105898,14 +104126,14 @@ }, { "attributes": {}, - "id": "5888", + "id": "5227", "links": { - "self": "/stops/5888" + "self": "/stops/5227" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5888" + "related": "/facilities/?filter[stop]=5227" } }, "parent_station": { @@ -105922,14 +104150,14 @@ }, { "attributes": {}, - "id": "49846", + "id": "4204", "links": { - "self": "/stops/49846" + "self": "/stops/4204" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=49846" + "related": "/facilities/?filter[stop]=4204" } }, "parent_station": { @@ -105946,163 +104174,136 @@ }, { "attributes": { - "direction_id": 1, - "headsign": "Copley" + "color": "FFC72C", + "direction_destinations": [ + "Cobbs Corner", + "Mattapan Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Cobbs Corner - Mattapan Station", + "short_name": "716", + "sort_order": 57160, + "text_color": "000000", + "type": 3 }, - "id": "61393824", + "id": "716", "links": { - "self": "/trips/61393824" + "self": "/routes/716" }, "relationships": { - "route": { + "agency": { "data": { - "id": "9", - "type": "route" + "id": "1", + "type": "agency" } }, - "route_pattern": { + "line": { "data": { - "id": "9-_-1", - "type": "route_pattern" + "id": "line-716", + "type": "line" + } + } + }, + "type": "route" + }, + { + "attributes": {}, + "id": "9187", + "links": { + "self": "/stops/9187" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=9187" } }, - "service": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "SpringWeekday", - "type": "service" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Medford Square", + "Davis Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Medford Square - Davis Station", + "short_name": "94", + "sort_order": 50940, + "text_color": "000000", + "type": 3 + }, + "id": "94", + "links": { + "self": "/routes/94" + }, + "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" } }, - "shape": { + "line": { "data": { - "id": "090252", - "type": "shape" + "id": "line-94", + "type": "line" + } + } + }, + "type": "route" + }, + { + "attributes": {}, + "id": "13849", + "links": { + "self": "/stops/13849" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=13849" } }, - "stops": { - "data": [ - { - "id": "33", - "type": "stop" - }, - { - "id": "10033", - "type": "stop" - }, - { - "id": "34", - "type": "stop" - }, - { - "id": "35", - "type": "stop" - }, - { - "id": "895", - "type": "stop" - }, - { - "id": "41", - "type": "stop" - }, - { - "id": "42", - "type": "stop" - }, - { - "id": "43", - "type": "stop" - }, - { - "id": "44", - "type": "stop" - }, - { - "id": "45", - "type": "stop" - }, - { - "id": "158", - "type": "stop" - }, - { - "id": "159", - "type": "stop" - }, - { - "id": "160", - "type": "stop" - }, - { - "id": "161", - "type": "stop" - }, - { - "id": "162", - "type": "stop" - }, - { - "id": "163", - "type": "stop" - }, - { - "id": "150", - "type": "stop" - }, - { - "id": "36538", - "type": "stop" - }, - { - "id": "36541", - "type": "stop" - }, - { - "id": "36539", - "type": "stop" - }, - { - "id": "36540", - "type": "stop" - }, - { - "id": "171", - "type": "stop" - }, - { - "id": "173", - "type": "stop" - }, - { - "id": "178", - "type": "stop" - }, - { - "id": "179", - "type": "stop" - }, - { - "id": "174", - "type": "stop" - }, - { - "id": "175", - "type": "stop" - } - ] + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "8597", + "id": "7370", "links": { - "self": "/stops/8597" + "self": "/stops/7370" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8597" + "related": "/facilities/?filter[stop]=7370" } }, "parent_station": { @@ -106119,14 +104320,14 @@ }, { "attributes": {}, - "id": "6151", + "id": "3265", "links": { - "self": "/stops/6151" + "self": "/stops/3265" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6151" + "related": "/facilities/?filter[stop]=3265" } }, "parent_station": { @@ -106143,25 +104344,25 @@ }, { "attributes": {}, - "id": "70076", + "id": "MM-0186-S", "links": { - "self": "/stops/70076" + "self": "/stops/MM-0186-S" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70076" + "related": "/facilities/?filter[stop]=MM-0186-S" } }, "parent_station": { "data": { - "id": "place-pktrm", + "id": "place-MM-0186", "type": "stop" } }, "zone": { "data": { - "id": "RapidTransit", + "id": "CR-zone-4", "type": "zone" } } @@ -106170,14 +104371,14 @@ }, { "attributes": {}, - "id": "2277", + "id": "8260", "links": { - "self": "/stops/2277" + "self": "/stops/8260" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2277" + "related": "/facilities/?filter[stop]=8260" } }, "parent_station": { @@ -106194,22 +104395,25 @@ }, { "attributes": {}, - "id": "33", + "id": "GB-0229-01", "links": { - "self": "/stops/33" + "self": "/stops/GB-0229-01" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=33" + "related": "/facilities/?filter[stop]=GB-0229-01" } }, "parent_station": { - "data": null + "data": { + "id": "place-GB-0229", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "CR-zone-5", "type": "zone" } } @@ -106218,14 +104422,14 @@ }, { "attributes": {}, - "id": "6636", + "id": "4864", "links": { - "self": "/stops/6636" + "self": "/stops/4864" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6636" + "related": "/facilities/?filter[stop]=4864" } }, "parent_station": { @@ -106242,87 +104446,123 @@ }, { "attributes": { - "direction_id": 1, - "headsign": "South Station" + "color": "FFC72C", + "direction_destinations": [ + "Riverside", + "Union Square" + ], + "direction_names": [ + "West", + "East" + ], + "long_name": "Newton Highlands - Reservoir", + "short_name": "Green Line D Shuttle", + "sort_order": 62095, + "text_color": "000000", + "type": 3 }, - "id": "61946623", + "id": "Shuttle-NewtonHighlandsReservoir", "links": { - "self": "/trips/61946623" + "self": "/routes/Shuttle-NewtonHighlandsReservoir" }, "relationships": { - "route": { + "agency": { "data": { - "id": "743", - "type": "route" + "id": "1", + "type": "agency" } }, - "route_pattern": { + "line": { "data": { - "id": "743-1-1", - "type": "route_pattern" + "id": "line-Green", + "type": "line" + } + } + }, + "type": "route" + }, + { + "attributes": {}, + "id": "7566", + "links": { + "self": "/stops/7566" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=7566" } }, - "service": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "SpringWeekday", - "type": "service" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "1381", + "links": { + "self": "/stops/1381" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=1381" } }, - "shape": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "7430031", - "type": "shape" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "2778", + "links": { + "self": "/stops/2778" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=2778" } }, - "stops": { - "data": [ - { - "id": "74630", - "type": "stop" - }, - { - "id": "74632", - "type": "stop" - }, - { - "id": "74634", - "type": "stop" - }, - { - "id": "74636", - "type": "stop" - }, - { - "id": "7097", - "type": "stop" - }, - { - "id": "17096", - "type": "stop" - }, - { - "id": "74614", - "type": "stop" - }, - { - "id": "892", - "type": "stop" - } - ] + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "4578", + "id": "3603", "links": { - "self": "/stops/4578" + "self": "/stops/3603" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4578" + "related": "/facilities/?filter[stop]=3603" } }, "parent_station": { @@ -106339,14 +104579,86 @@ }, { "attributes": {}, - "id": "5265", + "id": "20618", "links": { - "self": "/stops/5265" + "self": "/stops/20618" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5265" + "related": "/facilities/?filter[stop]=20618" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "6505", + "links": { + "self": "/stops/6505" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=6505" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "5306", + "links": { + "self": "/stops/5306" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=5306" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "5883", + "links": { + "self": "/stops/5883" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=5883" } }, "parent_station": { @@ -106364,181 +104676,190 @@ { "attributes": { "direction_id": 1, - "headsign": "Newton Corner" + "headsign": "Squantum" }, - "id": "61393992", + "id": "67290577", "links": { - "self": "/trips/61393992" + "self": "/trips/67290577" }, "relationships": { "route": { "data": { - "id": "556", + "id": "211", "type": "route" } }, "route_pattern": { "data": { - "id": "556-6-1", + "id": "211-1-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "5560067", + "id": "2110151", "type": "shape" } }, "stops": { "data": [ { - "id": "7724", - "type": "stop" - }, - { - "id": "77241", - "type": "stop" - }, - { - "id": "77242", - "type": "stop" - }, - { - "id": "77243", - "type": "stop" - }, - { - "id": "77244", - "type": "stop" - }, - { - "id": "77245", - "type": "stop" - }, - { - "id": "86940", - "type": "stop" - }, - { - "id": "869411", - "type": "stop" - }, - { - "id": "883321", - "type": "stop" - }, - { - "id": "88333", - "type": "stop" - }, - { - "id": "17813", - "type": "stop" - }, - { - "id": "7813", - "type": "stop" - }, - { - "id": "7814", - "type": "stop" - }, - { - "id": "78451", - "type": "stop" - }, - { - "id": "78452", + "id": "93129", "type": "stop" }, { - "id": "77375", + "id": "93130", "type": "stop" }, { - "id": "77376", + "id": "3131", "type": "stop" }, { - "id": "77377", + "id": "3133", "type": "stop" }, { - "id": "77378", + "id": "3134", "type": "stop" }, { - "id": "77379", + "id": "3135", "type": "stop" }, { - "id": "7738", + "id": "3136", "type": "stop" }, { - "id": "7739", + "id": "3140", "type": "stop" }, { - "id": "7740", + "id": "3141", "type": "stop" }, { - "id": "7741", + "id": "3143", "type": "stop" }, { - "id": "7743", + "id": "3144", "type": "stop" }, { - "id": "7744", + "id": "3145", "type": "stop" }, { - "id": "8189", + "id": "3147", "type": "stop" }, { - "id": "82851", + "id": "3148", "type": "stop" }, { - "id": "7631", + "id": "3149", "type": "stop" }, { - "id": "7632", + "id": "3150", "type": "stop" }, { - "id": "76431", + "id": "3151", "type": "stop" - }, + } + ] + } + }, + "type": "trip" + }, + { + "attributes": {}, + "id": "3277", + "links": { + "self": "/stops/3277" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=3277" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": { + "direction_id": 0, + "headsign": "Providence" + }, + "id": "canonical-CR-Foxboro-C2-0", + "links": { + "self": "/trips/canonical-CR-Foxboro-C2-0" + }, + "relationships": { + "route": { + "data": { + "id": "CR-Foxboro", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "CR-Foxboro-C2-0", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "canonical", + "type": "service" + } + }, + "shape": { + "data": { + "id": "canonical-SouFoxProv", + "type": "shape" + } + }, + "stops": { + "data": [ { - "id": "7633", + "id": "FS-0049-S", "type": "stop" }, { - "id": "7634", + "id": "NEC-2040-01", "type": "stop" }, { - "id": "7635", + "id": "NEC-1969-03", "type": "stop" }, { - "id": "19031", + "id": "NEC-1891-01", "type": "stop" }, { - "id": "903", + "id": "NEC-1851-03", "type": "stop" } ] @@ -106548,14 +104869,14 @@ }, { "attributes": {}, - "id": "1310", + "id": "2466", "links": { - "self": "/stops/1310" + "self": "/stops/2466" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1310" + "related": "/facilities/?filter[stop]=2466" } }, "parent_station": { @@ -106572,14 +104893,14 @@ }, { "attributes": {}, - "id": "6681", + "id": "6258", "links": { - "self": "/stops/6681" + "self": "/stops/6258" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6681" + "related": "/facilities/?filter[stop]=6258" } }, "parent_station": { @@ -106596,14 +104917,14 @@ }, { "attributes": {}, - "id": "8473", + "id": "5301", "links": { - "self": "/stops/8473" + "self": "/stops/5301" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8473" + "related": "/facilities/?filter[stop]=5301" } }, "parent_station": { @@ -106620,14 +104941,14 @@ }, { "attributes": {}, - "id": "4701", + "id": "764", "links": { - "self": "/stops/4701" + "self": "/stops/764" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4701" + "related": "/facilities/?filter[stop]=764" } }, "parent_station": { @@ -106644,14 +104965,14 @@ }, { "attributes": {}, - "id": "6313", + "id": "1757", "links": { - "self": "/stops/6313" + "self": "/stops/1757" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6313" + "related": "/facilities/?filter[stop]=1757" } }, "parent_station": { @@ -106668,14 +104989,14 @@ }, { "attributes": {}, - "id": "15978", + "id": "10590", "links": { - "self": "/stops/15978" + "self": "/stops/10590" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=15978" + "related": "/facilities/?filter[stop]=10590" } }, "parent_station": { @@ -106692,14 +105013,14 @@ }, { "attributes": {}, - "id": "86971", + "id": "5902", "links": { - "self": "/stops/86971" + "self": "/stops/5902" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=86971" + "related": "/facilities/?filter[stop]=5902" } }, "parent_station": { @@ -106716,25 +105037,46 @@ }, { "attributes": {}, - "id": "WML-0102-02", + "id": "2071", "links": { - "self": "/stops/WML-0102-02" + "self": "/stops/2071" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=WML-0102-02" + "related": "/facilities/?filter[stop]=2071" } }, "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "place-WML-0102", - "type": "stop" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "1475", + "links": { + "self": "/stops/1475" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=1475" } }, + "parent_station": { + "data": null + }, "zone": { "data": { - "id": "CR-zone-2", + "id": "LocalBus", "type": "zone" } } @@ -106743,14 +105085,14 @@ }, { "attributes": {}, - "id": "7543", + "id": "11071", "links": { - "self": "/stops/7543" + "self": "/stops/11071" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7543" + "related": "/facilities/?filter[stop]=11071" } }, "parent_station": { @@ -106767,45 +105109,119 @@ }, { "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Rockport", - "North Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Rockport - Oak Grove (Express)", - "short_name": "Newburyport Line Shuttle", - "sort_order": 62185, - "text_color": "000000", - "type": 3 + "direction_id": 1, + "headsign": "Forest Hills" }, - "id": "Shuttle-OakGroveRockportExpress", + "id": "67251299", "links": { - "self": "/routes/Shuttle-OakGroveRockportExpress" + "self": "/trips/67251299" }, "relationships": { - "line": { + "route": { "data": { - "id": "line-Newburyport", - "type": "line" + "id": "31", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "31-_-1", + "type": "route_pattern" } + }, + "service": { + "data": { + "id": "WinterWeekday", + "type": "service" + } + }, + "shape": { + "data": { + "id": "310118", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "18511", + "type": "stop" + }, + { + "id": "1722", + "type": "stop" + }, + { + "id": "1723", + "type": "stop" + }, + { + "id": "1724", + "type": "stop" + }, + { + "id": "1725", + "type": "stop" + }, + { + "id": "1726", + "type": "stop" + }, + { + "id": "1728", + "type": "stop" + }, + { + "id": "1730", + "type": "stop" + }, + { + "id": "543", + "type": "stop" + }, + { + "id": "544", + "type": "stop" + }, + { + "id": "9406", + "type": "stop" + }, + { + "id": "545", + "type": "stop" + }, + { + "id": "546", + "type": "stop" + }, + { + "id": "11522", + "type": "stop" + }, + { + "id": "547", + "type": "stop" + }, + { + "id": "875", + "type": "stop" + } + ] } }, - "type": "route" + "type": "trip" }, { "attributes": {}, - "id": "11613", + "id": "8537", "links": { - "self": "/stops/11613" + "self": "/stops/8537" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=11613" + "related": "/facilities/?filter[stop]=8537" } }, "parent_station": { @@ -106822,14 +105238,14 @@ }, { "attributes": {}, - "id": "5300", + "id": "625", "links": { - "self": "/stops/5300" + "self": "/stops/625" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5300" + "related": "/facilities/?filter[stop]=625" } }, "parent_station": { @@ -106846,14 +105262,14 @@ }, { "attributes": {}, - "id": "5726", + "id": "6513", "links": { - "self": "/stops/5726" + "self": "/stops/6513" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5726" + "related": "/facilities/?filter[stop]=6513" } }, "parent_station": { @@ -106870,14 +105286,14 @@ }, { "attributes": {}, - "id": "3602", + "id": "4952", "links": { - "self": "/stops/3602" + "self": "/stops/4952" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3602" + "related": "/facilities/?filter[stop]=4952" } }, "parent_station": { @@ -106894,14 +105310,14 @@ }, { "attributes": {}, - "id": "5665", + "id": "7214", "links": { - "self": "/stops/5665" + "self": "/stops/7214" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5665" + "related": "/facilities/?filter[stop]=7214" } }, "parent_station": { @@ -106918,25 +105334,46 @@ }, { "attributes": {}, - "id": "WML-0125-02", + "id": "6203", "links": { - "self": "/stops/WML-0125-02" + "self": "/stops/6203" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=WML-0125-02" + "related": "/facilities/?filter[stop]=6203" } }, "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "place-WML-0125", - "type": "stop" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "1501", + "links": { + "self": "/stops/1501" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=1501" } }, + "parent_station": { + "data": null + }, "zone": { "data": { - "id": "CR-zone-3", + "id": "LocalBus", "type": "zone" } } @@ -106945,14 +105382,14 @@ }, { "attributes": {}, - "id": "1046", + "id": "9983", "links": { - "self": "/stops/1046" + "self": "/stops/9983" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1046" + "related": "/facilities/?filter[stop]=9983" } }, "parent_station": { @@ -106960,7 +105397,7 @@ }, "zone": { "data": { - "id": "LocalBus", + "id": "ExpressBus-Downtown", "type": "zone" } } @@ -106969,14 +105406,14 @@ }, { "attributes": {}, - "id": "8436", + "id": "3894", "links": { - "self": "/stops/8436" + "self": "/stops/3894" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8436" + "related": "/facilities/?filter[stop]=3894" } }, "parent_station": { @@ -106993,126 +105430,146 @@ }, { "attributes": { - "direction_id": 1, - "headsign": "Harvard" + "direction_id": 0, + "headsign": "Charlestown Navy Yard" }, - "id": "61848339", + "id": "Boat-F4-0630-Long-B-01-Weekday-Fall-24", "links": { - "self": "/trips/61848339" + "self": "/trips/Boat-F4-0630-Long-B-01-Weekday-Fall-24" }, "relationships": { "route": { "data": { - "id": "71", + "id": "Boat-F4", "type": "route" } }, "route_pattern": { "data": { - "id": "71-5-1", + "id": "Boat-F4-0-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "Boat-F4-Weekday-Fall-24", "type": "service" } }, "shape": { "data": { - "id": "710108", + "id": "b0017", "type": "shape" } }, "stops": { "data": [ { - "id": "8178", - "type": "stop" - }, - { - "id": "2048", - "type": "stop" - }, - { - "id": "2049", - "type": "stop" - }, - { - "id": "2050", - "type": "stop" - }, - { - "id": "2051", - "type": "stop" - }, - { - "id": "2052", - "type": "stop" - }, - { - "id": "2054", - "type": "stop" - }, - { - "id": "2056", - "type": "stop" - }, - { - "id": "2057", - "type": "stop" - }, - { - "id": "2058", - "type": "stop" - }, - { - "id": "2060", - "type": "stop" - }, - { - "id": "2061", - "type": "stop" - }, - { - "id": "2062", - "type": "stop" - }, - { - "id": "2064", - "type": "stop" - }, - { - "id": "2066", - "type": "stop" - }, - { - "id": "2067", - "type": "stop" - }, - { - "id": "2068", - "type": "stop" - }, - { - "id": "2070", + "id": "Boat-Long-South", "type": "stop" }, { - "id": "2071", + "id": "Boat-Charlestown", "type": "stop" - }, - { - "id": "2073", - "type": "stop" - }, + } + ] + } + }, + "type": "trip" + }, + { + "attributes": {}, + "id": "DB-2258-01", + "links": { + "self": "/stops/DB-2258-01" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=DB-2258-01" + } + }, + "parent_station": { + "data": { + "id": "place-DB-2258", + "type": "stop" + } + }, + "zone": { + "data": { + "id": "CR-zone-1A", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "9082", + "links": { + "self": "/stops/9082" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=9082" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": { + "direction_id": 0, + "headsign": "Quincy Center (Express shuttle)" + }, + "id": "BroadwayQuincyCenterExpressExtended-0-sample", + "links": { + "self": "/trips/BroadwayQuincyCenterExpressExtended-0-sample" + }, + "relationships": { + "route": { + "data": { + "id": "Shuttle-BroadwayQuincyCenterExpress", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "Shuttle-BroadwayQuincyCenterExpress-0-0", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "canonical", + "type": "service" + } + }, + "shape": { + "data": { + "id": "BroadwayToQuincyCenterExpress-S", + "type": "shape" + } + }, + "stops": { + "data": [ { - "id": "2074", + "id": "151", "type": "stop" }, { - "id": "20761", + "id": "9070101", "type": "stop" } ] @@ -107121,46 +105578,234 @@ "type": "trip" }, { - "attributes": { - "color": "80276C", - "direction_destinations": [ - "Worcester", - "South Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Framingham/Worcester Line", - "short_name": "", - "sort_order": 20003, - "text_color": "FFFFFF", - "type": 2 + "attributes": {}, + "id": "NEC-2203-02", + "links": { + "self": "/stops/NEC-2203-02" }, - "id": "CR-Worcester", + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=NEC-2203-02" + } + }, + "parent_station": { + "data": { + "id": "place-NEC-2203", + "type": "stop" + } + }, + "zone": { + "data": { + "id": "CR-zone-1", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "49798", "links": { - "self": "/routes/CR-Worcester" + "self": "/stops/49798" }, "relationships": { - "line": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=49798" + } + }, + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "line-Worcester", - "type": "line" + "id": "LocalBus", + "type": "zone" } } }, - "type": "route" + "type": "stop" }, { "attributes": {}, - "id": "2692", + "id": "FR-0361-B1", "links": { - "self": "/stops/2692" + "self": "/stops/FR-0361-B1" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2692" + "related": "/facilities/?filter[stop]=FR-0361-B1" + } + }, + "parent_station": { + "data": { + "id": "place-FR-0361", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "6847", + "links": { + "self": "/stops/6847" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=6847" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "9434", + "links": { + "self": "/stops/9434" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=9434" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "4885", + "links": { + "self": "/stops/4885" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=4885" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "8330", + "links": { + "self": "/stops/8330" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=8330" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "4804", + "links": { + "self": "/stops/4804" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=4804" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "8606", + "links": { + "self": "/stops/8606" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=8606" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "7642", + "links": { + "self": "/stops/7642" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=7642" } }, "parent_station": { @@ -107178,297 +105823,109 @@ { "attributes": { "direction_id": 0, - "headsign": "North Woburn" + "headsign": "Mattapan" }, - "id": "61869544", + "id": "67251206", "links": { - "self": "/trips/61869544" + "self": "/trips/67251206" }, "relationships": { "route": { "data": { - "id": "134", + "id": "31", "type": "route" } }, "route_pattern": { "data": { - "id": "134-5-0", + "id": "31-_-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "1340375", + "id": "310119", "type": "shape" } }, "stops": { "data": [ { - "id": "5271", - "type": "stop" - }, - { - "id": "9318", - "type": "stop" - }, - { - "id": "9319", - "type": "stop" - }, - { - "id": "9045", - "type": "stop" - }, - { - "id": "9162", - "type": "stop" - }, - { - "id": "9163", - "type": "stop" - }, - { - "id": "9164", - "type": "stop" - }, - { - "id": "49164", - "type": "stop" - }, - { - "id": "49157", - "type": "stop" - }, - { - "id": "49158", - "type": "stop" - }, - { - "id": "9165", - "type": "stop" - }, - { - "id": "9167", - "type": "stop" - }, - { - "id": "9168", - "type": "stop" - }, - { - "id": "9169", - "type": "stop" - }, - { - "id": "9170", - "type": "stop" - }, - { - "id": "9172", - "type": "stop" - }, - { - "id": "5002", - "type": "stop" - }, - { - "id": "15002", - "type": "stop" - }, - { - "id": "5003", - "type": "stop" - }, - { - "id": "5004", - "type": "stop" - }, - { - "id": "5005", - "type": "stop" - }, - { - "id": "5006", - "type": "stop" - }, - { - "id": "9174", - "type": "stop" - }, - { - "id": "9175", - "type": "stop" - }, - { - "id": "9176", - "type": "stop" - }, - { - "id": "9177", - "type": "stop" - }, - { - "id": "9178", - "type": "stop" - }, - { - "id": "8692", - "type": "stop" - }, - { - "id": "9101", - "type": "stop" - }, - { - "id": "9103", - "type": "stop" - }, - { - "id": "9104", - "type": "stop" - }, - { - "id": "9105", - "type": "stop" - }, - { - "id": "9106", - "type": "stop" - }, - { - "id": "9107", - "type": "stop" - }, - { - "id": "9108", - "type": "stop" - }, - { - "id": "9109", - "type": "stop" - }, - { - "id": "9111", - "type": "stop" - }, - { - "id": "9113", - "type": "stop" - }, - { - "id": "9114", - "type": "stop" - }, - { - "id": "9115", - "type": "stop" - }, - { - "id": "9116", - "type": "stop" - }, - { - "id": "9117", - "type": "stop" - }, - { - "id": "9118", - "type": "stop" - }, - { - "id": "9119", - "type": "stop" - }, - { - "id": "9120", - "type": "stop" - }, - { - "id": "9121", - "type": "stop" - }, - { - "id": "9122", - "type": "stop" - }, - { - "id": "9123", + "id": "875", "type": "stop" }, { - "id": "9124", + "id": "520", "type": "stop" }, { - "id": "9127", + "id": "11521", "type": "stop" }, { - "id": "9128", + "id": "5232", "type": "stop" }, { - "id": "9129", + "id": "523", "type": "stop" }, { - "id": "9130", + "id": "524", "type": "stop" }, { - "id": "9131", + "id": "5240", "type": "stop" }, { - "id": "9133", + "id": "525", "type": "stop" }, { - "id": "9134", + "id": "11712", "type": "stop" }, { - "id": "9135", + "id": "1713", "type": "stop" }, { - "id": "9136", + "id": "1714", "type": "stop" }, { - "id": "9137", + "id": "1716", "type": "stop" }, { - "id": "9139", + "id": "1717", "type": "stop" }, { - "id": "9140", + "id": "1718", "type": "stop" }, { - "id": "9142", + "id": "11719", "type": "stop" }, { - "id": "9143", + "id": "1720", "type": "stop" }, { - "id": "9144", + "id": "1721", "type": "stop" }, { - "id": "8852", + "id": "18511", "type": "stop" } ] @@ -107478,14 +105935,62 @@ }, { "attributes": {}, - "id": "4920", + "id": "3029", "links": { - "self": "/stops/4920" + "self": "/stops/3029" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4920" + "related": "/facilities/?filter[stop]=3029" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "8623", + "links": { + "self": "/stops/8623" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=8623" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "1144", + "links": { + "self": "/stops/1144" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=1144" } }, "parent_station": { @@ -107502,142 +106007,158 @@ }, { "attributes": { - "direction_id": 0, - "headsign": "Mattapan" + "direction_id": 1, + "headsign": "Forest Hills" }, - "id": "62145222", + "id": "67250879", "links": { - "self": "/trips/62145222" + "self": "/trips/67250879" }, "relationships": { "route": { "data": { - "id": "30", + "id": "38", "type": "route" } }, "route_pattern": { "data": { - "id": "30-2-0", + "id": "38-_-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "300066", + "id": "380186", "type": "shape" } }, "stops": { "data": [ { - "id": "10642", + "id": "5263", "type": "stop" }, { - "id": "596", + "id": "5210", "type": "stop" }, { - "id": "597", + "id": "5211", "type": "stop" }, { - "id": "598", + "id": "5212", "type": "stop" }, { - "id": "599", + "id": "5213", "type": "stop" }, { - "id": "600", + "id": "5214", "type": "stop" }, { - "id": "601", + "id": "804", "type": "stop" }, { - "id": "6022", + "id": "805", "type": "stop" }, { - "id": "6428", + "id": "15216", "type": "stop" }, { - "id": "6430", + "id": "5217", "type": "stop" }, { - "id": "6431", + "id": "5218", "type": "stop" }, { - "id": "6432", + "id": "5219", "type": "stop" }, { - "id": "6433", + "id": "5220", "type": "stop" }, { - "id": "16434", + "id": "5221", "type": "stop" }, { - "id": "26434", + "id": "5222", "type": "stop" }, { - "id": "36434", + "id": "5223", "type": "stop" }, { - "id": "10923", + "id": "5224", "type": "stop" }, { - "id": "46434", + "id": "5225", "type": "stop" }, { - "id": "46435", + "id": "5226", "type": "stop" }, { - "id": "56434", + "id": "5227", "type": "stop" }, { - "id": "66434", + "id": "5228", "type": "stop" }, { - "id": "76434", + "id": "5229", "type": "stop" }, { - "id": "86434", + "id": "5230", "type": "stop" }, { - "id": "96434", + "id": "5231", "type": "stop" }, { - "id": "1721", + "id": "2002", "type": "stop" }, { - "id": "185", + "id": "2003", + "type": "stop" + }, + { + "id": "99991", + "type": "stop" + }, + { + "id": "2006", + "type": "stop" + }, + { + "id": "2007", + "type": "stop" + }, + { + "id": "10642", "type": "stop" } ] @@ -107647,14 +106168,14 @@ }, { "attributes": {}, - "id": "3580", + "id": "6783", "links": { - "self": "/stops/3580" + "self": "/stops/6783" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3580" + "related": "/facilities/?filter[stop]=6783" } }, "parent_station": { @@ -107671,46 +106192,25 @@ }, { "attributes": {}, - "id": "9121", + "id": "70239", "links": { - "self": "/stops/9121" + "self": "/stops/70239" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9121" + "related": "/facilities/?filter[stop]=70239" } }, "parent_station": { - "data": null - }, - "zone": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "1608", - "links": { - "self": "/stops/1608" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=1608" + "id": "place-prmnl", + "type": "stop" } }, - "parent_station": { - "data": null - }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -107719,14 +106219,14 @@ }, { "attributes": {}, - "id": "4249", + "id": "4235", "links": { - "self": "/stops/4249" + "self": "/stops/4235" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4249" + "related": "/facilities/?filter[stop]=4235" } }, "parent_station": { @@ -107746,71 +106246,47 @@ "direction_id": 1, "headsign": "South Station" }, - "id": "CR-670172-592", + "id": "canonical-CR-Foxboro-C1-1", "links": { - "self": "/trips/CR-670172-592" + "self": "/trips/canonical-CR-Foxboro-C1-1" }, "relationships": { "route": { "data": { - "id": "CR-Worcester", + "id": "CR-Foxboro", "type": "route" } }, "route_pattern": { "data": { - "id": "CR-Worcester-fd58e354-1", + "id": "CR-Foxboro-C1-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SPRING2024-SOUTHWKD-Weekday-1-Sb0e4ed14", + "id": "canonical", "type": "service" } }, "shape": { "data": { - "id": "9850001", + "id": "canonical-FoxboroToSouthStationViaBackBay", "type": "shape" } }, "stops": { "data": [ { - "id": "WML-0214-01", - "type": "stop" - }, - { - "id": "WML-0199-02", - "type": "stop" - }, - { - "id": "WML-0177-02", - "type": "stop" - }, - { - "id": "WML-0147-02", - "type": "stop" - }, - { - "id": "WML-0135-02", - "type": "stop" - }, - { - "id": "WML-0125-02", - "type": "stop" - }, - { - "id": "WML-0035-02", + "id": "FS-0049-S", "type": "stop" }, { - "id": "WML-0025-05", + "id": "FB-0118-02", "type": "stop" }, { - "id": "WML-0012-05", + "id": "NEC-2276", "type": "stop" }, { @@ -107824,14 +106300,14 @@ }, { "attributes": {}, - "id": "1659", + "id": "9024", "links": { - "self": "/stops/1659" + "self": "/stops/9024" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1659" + "related": "/facilities/?filter[stop]=9024" } }, "parent_station": { @@ -107848,14 +106324,14 @@ }, { "attributes": {}, - "id": "11868", + "id": "7956", "links": { - "self": "/stops/11868" + "self": "/stops/7956" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=11868" + "related": "/facilities/?filter[stop]=7956" } }, "parent_station": { @@ -107872,246 +106348,290 @@ }, { "attributes": { - "direction_id": 0, - "headsign": "Houghs Neck via McGrath & Germantown" + "direction_id": 1, + "headsign": "Wonderland via Central Square & Humphrey St" }, - "id": "61928902", + "id": "67202428", "links": { - "self": "/trips/61928902" + "self": "/trips/67202428" }, "relationships": { "route": { "data": { - "id": "216", + "id": "442", "type": "route" } }, "route_pattern": { "data": { - "id": "216-4-0", + "id": "442-5-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "2160140", + "id": "4420273", "type": "shape" } }, "stops": { "data": [ { - "id": "32002", + "id": "4807", "type": "stop" }, { - "id": "3515", + "id": "4832", "type": "stop" }, { - "id": "3426", + "id": "4834", "type": "stop" }, { - "id": "3240", + "id": "4835", "type": "stop" }, { - "id": "3241", + "id": "4836", "type": "stop" }, { - "id": "3242", + "id": "14836", "type": "stop" }, { - "id": "3243", + "id": "4837", "type": "stop" }, { - "id": "3244", + "id": "4838", "type": "stop" }, { - "id": "13245", + "id": "4839", "type": "stop" }, { - "id": "3245", + "id": "4840", "type": "stop" }, { - "id": "3246", + "id": "4841", "type": "stop" }, { - "id": "3247", + "id": "4843", "type": "stop" }, { - "id": "3292", + "id": "4844", "type": "stop" }, { - "id": "3295", + "id": "4845", "type": "stop" }, { - "id": "3298", + "id": "4846", "type": "stop" }, { - "id": "3299", + "id": "4847", "type": "stop" }, { - "id": "3300", + "id": "4848", "type": "stop" }, { - "id": "3301", + "id": "4849", "type": "stop" }, { - "id": "3303", + "id": "4850", "type": "stop" }, { - "id": "3304", + "id": "4851", "type": "stop" }, { - "id": "3305", + "id": "4852", "type": "stop" }, { - "id": "3306", + "id": "4853", "type": "stop" }, { - "id": "3307", + "id": "4857", "type": "stop" }, { - "id": "3308", + "id": "4858", "type": "stop" }, { - "id": "3309", + "id": "4859", "type": "stop" }, { - "id": "3310", + "id": "4860", "type": "stop" }, { - "id": "3311", + "id": "14860", "type": "stop" }, { - "id": "3312", + "id": "4861", "type": "stop" }, { - "id": "3314", + "id": "4862", "type": "stop" }, { - "id": "3315", + "id": "4864", "type": "stop" }, { - "id": "3316", + "id": "4901", "type": "stop" }, { - "id": "3317", + "id": "4902", "type": "stop" }, { - "id": "3320", + "id": "4903", "type": "stop" }, { - "id": "3321", + "id": "4904", "type": "stop" }, { - "id": "3322", + "id": "4905", "type": "stop" }, { - "id": "3323", + "id": "4906", "type": "stop" }, { - "id": "3249", + "id": "4907", "type": "stop" }, { - "id": "3250", + "id": "4908", "type": "stop" }, { - "id": "3251", + "id": "4909", "type": "stop" }, { - "id": "3252", + "id": "4911", "type": "stop" }, { - "id": "3253", + "id": "4912", "type": "stop" }, { - "id": "3254", + "id": "4913", "type": "stop" }, { - "id": "3255", + "id": "4914", "type": "stop" }, { - "id": "3256", + "id": "4915", "type": "stop" }, { - "id": "3257", + "id": "4916", "type": "stop" }, { - "id": "3258", + "id": "4886", "type": "stop" }, { - "id": "3259", + "id": "14889", "type": "stop" }, { - "id": "3260", + "id": "4891", "type": "stop" }, { - "id": "3261", + "id": "4892", "type": "stop" }, { - "id": "3262", + "id": "4895", "type": "stop" }, { - "id": "3263", + "id": "14748", "type": "stop" }, { - "id": "3265", + "id": "4701", + "type": "stop" + }, + { + "id": "4702", + "type": "stop" + }, + { + "id": "4703", + "type": "stop" + }, + { + "id": "4704", + "type": "stop" + }, + { + "id": "4705", + "type": "stop" + }, + { + "id": "4706", + "type": "stop" + }, + { + "id": "4707", + "type": "stop" + }, + { + "id": "4708", + "type": "stop" + }, + { + "id": "4710", + "type": "stop" + }, + { + "id": "4712", + "type": "stop" + }, + { + "id": "4714", + "type": "stop" + }, + { + "id": "15798", "type": "stop" } ] @@ -108121,14 +106641,14 @@ }, { "attributes": {}, - "id": "8962", + "id": "111653", "links": { - "self": "/stops/8962" + "self": "/stops/111653" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8962" + "related": "/facilities/?filter[stop]=111653" } }, "parent_station": { @@ -108145,35 +106665,38 @@ }, { "attributes": {}, - "id": "9070053", + "id": "6772", "links": { - "self": "/stops/9070053" + "self": "/stops/6772" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9070053" + "related": "/facilities/?filter[stop]=6772" } }, "parent_station": { "data": null }, "zone": { - "data": null + "data": { + "id": "LocalBus", + "type": "zone" + } } }, "type": "stop" }, { "attributes": {}, - "id": "2612", + "id": "1481", "links": { - "self": "/stops/2612" + "self": "/stops/1481" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2612" + "related": "/facilities/?filter[stop]=1481" } }, "parent_station": { @@ -108190,14 +106713,14 @@ }, { "attributes": {}, - "id": "41692", + "id": "3145", "links": { - "self": "/stops/41692" + "self": "/stops/3145" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=41692" + "related": "/facilities/?filter[stop]=3145" } }, "parent_station": { @@ -108214,14 +106737,14 @@ }, { "attributes": {}, - "id": "1043", + "id": "18246", "links": { - "self": "/stops/1043" + "self": "/stops/18246" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1043" + "related": "/facilities/?filter[stop]=18246" } }, "parent_station": { @@ -108238,18 +106761,21 @@ }, { "attributes": {}, - "id": "278", + "id": "57400", "links": { - "self": "/stops/278" + "self": "/stops/57400" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=278" + "related": "/facilities/?filter[stop]=57400" } }, "parent_station": { - "data": null + "data": { + "id": "place-mvbcl", + "type": "stop" + } }, "zone": { "data": { @@ -108262,14 +106788,14 @@ }, { "attributes": {}, - "id": "3384", + "id": "23841", "links": { - "self": "/stops/3384" + "self": "/stops/23841" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3384" + "related": "/facilities/?filter[stop]=23841" } }, "parent_station": { @@ -108286,14 +106812,14 @@ }, { "attributes": {}, - "id": "1921", + "id": "49001", "links": { - "self": "/stops/1921" + "self": "/stops/49001" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1921" + "related": "/facilities/?filter[stop]=49001" } }, "parent_station": { @@ -108310,14 +106836,14 @@ }, { "attributes": {}, - "id": "25713", + "id": "86967", "links": { - "self": "/stops/25713" + "self": "/stops/86967" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=25713" + "related": "/facilities/?filter[stop]=86967" } }, "parent_station": { @@ -108334,14 +106860,14 @@ }, { "attributes": {}, - "id": "71916", + "id": "4015", "links": { - "self": "/stops/71916" + "self": "/stops/4015" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=71916" + "related": "/facilities/?filter[stop]=4015" } }, "parent_station": { @@ -108357,39 +106883,184 @@ "type": "stop" }, { - "attributes": {}, - "id": "1637", + "attributes": { + "direction_id": 0, + "headsign": "Centre St & Eliot St" + }, + "id": "67251466", "links": { - "self": "/stops/1637" + "self": "/trips/67251466" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=1637" + "route": { + "data": { + "id": "41", + "type": "route" } }, - "parent_station": { - "data": null + "route_pattern": { + "data": { + "id": "41-_-0", + "type": "route_pattern" + } }, - "zone": { + "service": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "WinterWeekday", + "type": "service" } + }, + "shape": { + "data": { + "id": "410107", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "121", + "type": "stop" + }, + { + "id": "122", + "type": "stop" + }, + { + "id": "123", + "type": "stop" + }, + { + "id": "362", + "type": "stop" + }, + { + "id": "2910", + "type": "stop" + }, + { + "id": "1481", + "type": "stop" + }, + { + "id": "11482", + "type": "stop" + }, + { + "id": "14831", + "type": "stop" + }, + { + "id": "1484", + "type": "stop" + }, + { + "id": "1485", + "type": "stop" + }, + { + "id": "1486", + "type": "stop" + }, + { + "id": "1487", + "type": "stop" + }, + { + "id": "1488", + "type": "stop" + }, + { + "id": "1489", + "type": "stop" + }, + { + "id": "1491", + "type": "stop" + }, + { + "id": "64000", + "type": "stop" + }, + { + "id": "1148", + "type": "stop" + }, + { + "id": "1149", + "type": "stop" + }, + { + "id": "1150", + "type": "stop" + }, + { + "id": "1151", + "type": "stop" + }, + { + "id": "1152", + "type": "stop" + }, + { + "id": "1153", + "type": "stop" + }, + { + "id": "11531", + "type": "stop" + }, + { + "id": "1155", + "type": "stop" + }, + { + "id": "1156", + "type": "stop" + }, + { + "id": "1158", + "type": "stop" + }, + { + "id": "1159", + "type": "stop" + }, + { + "id": "1160", + "type": "stop" + }, + { + "id": "1161", + "type": "stop" + }, + { + "id": "1164", + "type": "stop" + }, + { + "id": "11164", + "type": "stop" + }, + { + "id": "1939", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "5085", + "id": "5008", "links": { - "self": "/stops/5085" + "self": "/stops/5008" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5085" + "related": "/facilities/?filter[stop]=5008" } }, "parent_station": { @@ -108406,14 +107077,14 @@ }, { "attributes": {}, - "id": "73", + "id": "7918", "links": { - "self": "/stops/73" + "self": "/stops/7918" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=73" + "related": "/facilities/?filter[stop]=7918" } }, "parent_station": { @@ -108429,39 +107100,168 @@ "type": "stop" }, { - "attributes": {}, - "id": "2262", + "attributes": { + "direction_id": 0, + "headsign": "Dedham Line" + }, + "id": "67251569_2", "links": { - "self": "/stops/2262" + "self": "/trips/67251569_2" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=2262" + "route": { + "data": { + "id": "34", + "type": "route" } }, - "parent_station": { - "data": null + "route_pattern": { + "data": { + "id": "34-_-0", + "type": "route_pattern" + } }, - "zone": { + "service": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "WinterWeekday", + "type": "service" + } + }, + "shape": { + "data": { + "id": "340284-2", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "10642", + "type": "stop" + }, + { + "id": "596", + "type": "stop" + }, + { + "id": "597", + "type": "stop" + }, + { + "id": "598", + "type": "stop" + }, + { + "id": "599", + "type": "stop" + }, + { + "id": "600", + "type": "stop" + }, + { + "id": "601", + "type": "stop" + }, + { + "id": "6022", + "type": "stop" + }, + { + "id": "603", + "type": "stop" + }, + { + "id": "10603", + "type": "stop" + }, + { + "id": "604", + "type": "stop" + }, + { + "id": "605", + "type": "stop" + }, + { + "id": "606", + "type": "stop" + }, + { + "id": "607", + "type": "stop" + }, + { + "id": "608", + "type": "stop" + }, + { + "id": "609", + "type": "stop" + }, + { + "id": "610", + "type": "stop" + }, + { + "id": "611", + "type": "stop" + }, + { + "id": "612", + "type": "stop" + }, + { + "id": "10612", + "type": "stop" + }, + { + "id": "613", + "type": "stop" + }, + { + "id": "614", + "type": "stop" + }, + { + "id": "615", + "type": "stop" + }, + { + "id": "616", + "type": "stop" + }, + { + "id": "618", + "type": "stop" + }, + { + "id": "10618", + "type": "stop" + }, + { + "id": "24619", + "type": "stop" + }, + { + "id": "99832", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "9318", + "id": "7862", "links": { - "self": "/stops/9318" + "self": "/stops/7862" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9318" + "related": "/facilities/?filter[stop]=7862" } }, "parent_station": { @@ -108476,47 +107276,16 @@ }, "type": "stop" }, - { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Boston College", - "Government Center" - ], - "direction_names": [ - "West", - "East" - ], - "long_name": "Babcock Street - Kenmore", - "short_name": "Green Line B Shuttle", - "sort_order": 60460, - "text_color": "000000", - "type": 3 - }, - "id": "Shuttle-BabcockKenmore", - "links": { - "self": "/routes/Shuttle-BabcockKenmore" - }, - "relationships": { - "line": { - "data": { - "id": "line-Green", - "type": "line" - } - } - }, - "type": "route" - }, { "attributes": {}, - "id": "347", + "id": "4851", "links": { - "self": "/stops/347" + "self": "/stops/4851" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=347" + "related": "/facilities/?filter[stop]=4851" } }, "parent_station": { @@ -108533,25 +107302,22 @@ }, { "attributes": {}, - "id": "70071", + "id": "12858", "links": { - "self": "/stops/70071" + "self": "/stops/12858" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70071" + "related": "/facilities/?filter[stop]=12858" } }, "parent_station": { - "data": { - "id": "place-knncl", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } @@ -108560,14 +107326,14 @@ }, { "attributes": {}, - "id": "8273", + "id": "837", "links": { - "self": "/stops/8273" + "self": "/stops/837" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8273" + "related": "/facilities/?filter[stop]=837" } }, "parent_station": { @@ -108584,14 +107350,14 @@ }, { "attributes": {}, - "id": "3123", + "id": "5047", "links": { - "self": "/stops/3123" + "self": "/stops/5047" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3123" + "related": "/facilities/?filter[stop]=5047" } }, "parent_station": { @@ -108608,14 +107374,14 @@ }, { "attributes": {}, - "id": "111251", + "id": "1254", "links": { - "self": "/stops/111251" + "self": "/stops/1254" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=111251" + "related": "/facilities/?filter[stop]=1254" } }, "parent_station": { @@ -108632,25 +107398,22 @@ }, { "attributes": {}, - "id": "74613", + "id": "253", "links": { - "self": "/stops/74613" + "self": "/stops/253" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=74613" + "related": "/facilities/?filter[stop]=253" } }, "parent_station": { - "data": { - "id": "place-wtcst", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "SLWaterfrontNonLogan", + "id": "LocalBus", "type": "zone" } } @@ -108659,99 +107422,52 @@ }, { "attributes": { - "direction_id": 1, - "headsign": "Harvard (Shuttle)" + "color": "FFC72C", + "long_name": "Winthrop - Orient Heights", + "short_name": "712/713", + "sort_order": 57120, + "text_color": "000000" + }, + "id": "line-712713", + "links": { + "self": "/lines/line-712713" }, - "id": "HarvardJFKAshmontPlatform-1-sample", + "type": "line" + }, + { + "attributes": {}, + "id": "2268", "links": { - "self": "/trips/HarvardJFKAshmontPlatform-1-sample" + "self": "/stops/2268" }, "relationships": { - "route": { - "data": { - "id": "Shuttle-HarvardJFK", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Shuttle-HarvardJFK-0-1", - "type": "route_pattern" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=2268" } }, - "service": { - "data": { - "id": "canonical", - "type": "service" - } + "parent_station": { + "data": null }, - "shape": { + "zone": { "data": { - "id": "JFKToHarvard-S", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "121", - "type": "stop" - }, - { - "id": "13", - "type": "stop" - }, - { - "id": "150", - "type": "stop" - }, - { - "id": "892", - "type": "stop" - }, - { - "id": "6551", - "type": "stop" - }, - { - "id": "190", - "type": "stop" - }, - { - "id": "9070025", - "type": "stop" - }, - { - "id": "9070074", - "type": "stop" - }, - { - "id": "2231", - "type": "stop" - }, - { - "id": "102", - "type": "stop" - }, - { - "id": "110", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "9327", + "id": "3259", "links": { - "self": "/stops/9327" + "self": "/stops/3259" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9327" + "related": "/facilities/?filter[stop]=3259" } }, "parent_station": { @@ -108768,14 +107484,14 @@ }, { "attributes": {}, - "id": "5049", + "id": "6322", "links": { - "self": "/stops/5049" + "self": "/stops/6322" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5049" + "related": "/facilities/?filter[stop]=6322" } }, "parent_station": { @@ -108792,25 +107508,25 @@ }, { "attributes": {}, - "id": "NB-0137-B0", + "id": "70243", "links": { - "self": "/stops/NB-0137-B0" + "self": "/stops/70243" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=NB-0137-B0" + "related": "/facilities/?filter[stop]=70243" } }, "parent_station": { "data": { - "id": "place-NB-0137", + "id": "place-nuniv", "type": "stop" } }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -108819,14 +107535,14 @@ }, { "attributes": {}, - "id": "6406", + "id": "8828", "links": { - "self": "/stops/6406" + "self": "/stops/8828" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6406" + "related": "/facilities/?filter[stop]=8828" } }, "parent_station": { @@ -108843,14 +107559,14 @@ }, { "attributes": {}, - "id": "4071", + "id": "17153", "links": { - "self": "/stops/4071" + "self": "/stops/17153" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4071" + "related": "/facilities/?filter[stop]=17153" } }, "parent_station": { @@ -108867,14 +107583,14 @@ }, { "attributes": {}, - "id": "2355", + "id": "7978", "links": { - "self": "/stops/2355" + "self": "/stops/7978" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2355" + "related": "/facilities/?filter[stop]=7978" } }, "parent_station": { @@ -108891,14 +107607,35 @@ }, { "attributes": {}, - "id": "5508", + "id": "9070114", "links": { - "self": "/stops/5508" + "self": "/stops/9070114" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5508" + "related": "/facilities/?filter[stop]=9070114" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "9492", + "links": { + "self": "/stops/9492" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=9492" } }, "parent_station": { @@ -108915,22 +107652,25 @@ }, { "attributes": {}, - "id": "8527", + "id": "70015", "links": { - "self": "/stops/8527" + "self": "/stops/70015" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8527" + "related": "/facilities/?filter[stop]=70015" } }, "parent_station": { - "data": null + "data": { + "id": "place-bbsta", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -108939,22 +107679,25 @@ }, { "attributes": {}, - "id": "5350", + "id": "70029", "links": { - "self": "/stops/5350" + "self": "/stops/70029" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5350" + "related": "/facilities/?filter[stop]=70029" } }, "parent_station": { - "data": null + "data": { + "id": "place-ccmnl", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -108963,14 +107706,14 @@ }, { "attributes": {}, - "id": "6302", + "id": "7710", "links": { - "self": "/stops/6302" + "self": "/stops/7710" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6302" + "related": "/facilities/?filter[stop]=7710" } }, "parent_station": { @@ -108987,23 +107730,23 @@ }, { "attributes": { - "direction_id": 1, - "headsign": "Blandford Street (Shuttle)" + "direction_id": 0, + "headsign": "Davis (Shuttle)" }, - "id": "BlandfordStreetWashingtonStreet-1-sample", + "id": "AlewifeDavis-0-sample", "links": { - "self": "/trips/BlandfordStreetWashingtonStreet-1-sample" + "self": "/trips/AlewifeDavis-0-sample" }, "relationships": { "route": { "data": { - "id": "Shuttle-BlandfordWashington", + "id": "Shuttle-AlewifeDavis", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-BlandfordWashington-0-1", + "id": "Shuttle-AlewifeDavis-0-0", "type": "route_pattern" } }, @@ -109015,42 +107758,18 @@ }, "shape": { "data": { - "id": "WashingtonStreetToBlandfordStreet-S", + "id": "AlewifeToDavis-S", "type": "shape" } }, "stops": { "data": [ { - "id": "9070121", - "type": "stop" - }, - { - "id": "9070128", - "type": "stop" - }, - { - "id": "9070130", - "type": "stop" - }, - { - "id": "933", - "type": "stop" - }, - { - "id": "934", - "type": "stop" - }, - { - "id": "938", - "type": "stop" - }, - { - "id": "939", + "id": "141", "type": "stop" }, { - "id": "941", + "id": "2581", "type": "stop" } ] @@ -109060,14 +107779,14 @@ }, { "attributes": {}, - "id": "111729", + "id": "5577", "links": { - "self": "/stops/111729" + "self": "/stops/5577" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=111729" + "related": "/facilities/?filter[stop]=5577" } }, "parent_station": { @@ -109083,171 +107802,66 @@ "type": "stop" }, { - "attributes": { - "direction_id": 0, - "headsign": "St Peter's Square" - }, - "id": "61392513", + "attributes": {}, + "id": "GRB-0276-S", "links": { - "self": "/trips/61392513" + "self": "/stops/GRB-0276-S" }, "relationships": { - "route": { - "data": { - "id": "15", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "15-2-0", - "type": "route_pattern" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=GRB-0276-S" } }, - "service": { + "parent_station": { "data": { - "id": "SpringWeekday", - "type": "service" + "id": "place-GRB-0276", + "type": "stop" } }, - "shape": { + "zone": { "data": { - "id": "150251", - "type": "shape" + "id": "CR-zone-6", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "17863", - "type": "stop" - }, - { - "id": "11257", - "type": "stop" - }, - { - "id": "1259", - "type": "stop" - }, - { - "id": "11323", - "type": "stop" - }, - { - "id": "11259", - "type": "stop" - }, - { - "id": "64000", - "type": "stop" - }, - { - "id": "1493", - "type": "stop" - }, - { - "id": "1495", - "type": "stop" - }, - { - "id": "1497", - "type": "stop" - }, - { - "id": "1498", - "type": "stop" - }, - { - "id": "1499", - "type": "stop" - }, - { - "id": "1500", - "type": "stop" - }, - { - "id": "1501", - "type": "stop" - }, - { - "id": "11501", - "type": "stop" - }, - { - "id": "1504", - "type": "stop" - }, - { - "id": "1506", - "type": "stop" - }, - { - "id": "1508", - "type": "stop" - }, - { - "id": "1509", - "type": "stop" - }, - { - "id": "1510", - "type": "stop" - }, - { - "id": "1511", - "type": "stop" - }, - { - "id": "15100", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Ruggles Station", - "Park Street Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Ruggles Station - Park Street Station", - "short_name": "43", - "sort_order": 50430, - "text_color": "000000", - "type": 3 - }, - "id": "43", + "attributes": {}, + "id": "9246", "links": { - "self": "/routes/43" + "self": "/stops/9246" }, "relationships": { - "line": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=9246" + } + }, + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "line-43", - "type": "line" + "id": "LocalBus", + "type": "zone" } } }, - "type": "route" + "type": "stop" }, { "attributes": {}, - "id": "6857", + "id": "9030", "links": { - "self": "/stops/6857" + "self": "/stops/9030" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6857" + "related": "/facilities/?filter[stop]=9030" } }, "parent_station": { @@ -109264,22 +107878,25 @@ }, { "attributes": {}, - "id": "2698", + "id": "64", "links": { - "self": "/stops/2698" + "self": "/stops/64" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2698" + "related": "/facilities/?filter[stop]=64" } }, "parent_station": { - "data": null + "data": { + "id": "place-nubn", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "ExpressBus-Downtown", "type": "zone" } } @@ -109288,25 +107905,22 @@ }, { "attributes": {}, - "id": "MM-0200-CS", + "id": "8248", "links": { - "self": "/stops/MM-0200-CS" + "self": "/stops/8248" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=MM-0200-CS" + "related": "/facilities/?filter[stop]=8248" } }, "parent_station": { - "data": { - "id": "place-MM-0200", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "CR-zone-4", + "id": "LocalBus", "type": "zone" } } @@ -109316,571 +107930,571 @@ { "attributes": { "color": "FFC72C", - "long_name": "Roslindale Square - Heath Street", - "short_name": "14", - "sort_order": 50140, - "text_color": "000000" + "direction_destinations": [ + "Cleveland Circle", + "Government Center" + ], + "direction_names": [ + "West", + "East" + ], + "long_name": "Saint Mary's Street - Back Bay", + "short_name": "Green Line C Shuttle", + "sort_order": 60620, + "text_color": "000000", + "type": 3 }, - "id": "line-14", + "id": "Shuttle-BackBayStMarys", "links": { - "self": "/lines/line-14" + "self": "/routes/Shuttle-BackBayStMarys" }, - "type": "line" + "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, + "line": { + "data": { + "id": "line-Green", + "type": "line" + } + } + }, + "type": "route" + }, + { + "attributes": {}, + "id": "7622", + "links": { + "self": "/stops/7622" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=7622" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "5408", + "links": { + "self": "/stops/5408" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=5408" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" }, { "attributes": { - "direction_id": 0, - "headsign": "Houghs Neck via Germantown" + "direction_id": 1, + "headsign": "University Park" }, - "id": "61928822", + "id": "67008637", "links": { - "self": "/trips/61928822" + "self": "/trips/67008637" }, "relationships": { "route": { "data": { - "id": "216", + "id": "70", "type": "route" } }, "route_pattern": { "data": { - "id": "216-5-0", + "id": "70-5-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "2160139", + "id": "700274", "type": "shape" } }, "stops": { "data": [ { - "id": "3239", + "id": "9522", "type": "stop" }, { - "id": "3425", + "id": "86929", "type": "stop" }, { - "id": "3240", + "id": "86930", "type": "stop" }, { - "id": "3241", + "id": "86932", "type": "stop" }, { - "id": "3242", + "id": "86933", "type": "stop" }, { - "id": "3243", + "id": "86935", "type": "stop" }, { - "id": "3244", + "id": "86936", "type": "stop" }, { - "id": "13245", + "id": "86937", "type": "stop" }, { - "id": "3245", + "id": "86939", "type": "stop" }, { - "id": "3246", + "id": "86940", "type": "stop" }, { - "id": "3247", + "id": "869411", "type": "stop" }, { - "id": "3292", + "id": "86943", "type": "stop" }, { - "id": "3295", + "id": "86944", "type": "stop" }, { - "id": "3298", + "id": "869451", "type": "stop" }, { - "id": "3299", + "id": "86945", "type": "stop" }, { - "id": "3300", + "id": "8670", "type": "stop" }, { - "id": "3301", + "id": "8671", "type": "stop" }, { - "id": "3303", + "id": "8672", "type": "stop" }, { - "id": "3304", + "id": "8674", "type": "stop" }, { - "id": "3305", + "id": "8676", "type": "stop" }, { - "id": "3306", + "id": "8678", "type": "stop" }, { - "id": "3307", + "id": "8679", "type": "stop" }, { - "id": "3308", + "id": "8291", "type": "stop" }, { - "id": "3309", + "id": "8292", "type": "stop" }, { - "id": "3310", + "id": "8293", "type": "stop" }, { - "id": "3311", + "id": "8294", "type": "stop" }, { - "id": "3312", + "id": "8298", "type": "stop" }, { - "id": "3314", + "id": "8295", "type": "stop" }, { - "id": "3315", + "id": "8296", "type": "stop" }, { - "id": "3316", + "id": "8297", "type": "stop" }, { - "id": "3317", + "id": "1432", "type": "stop" }, { - "id": "3320", + "id": "1433", "type": "stop" }, { - "id": "3321", + "id": "1434", "type": "stop" }, { - "id": "3322", + "id": "1435", "type": "stop" }, { - "id": "3323", + "id": "1436", "type": "stop" }, { - "id": "3249", + "id": "1437", "type": "stop" }, { - "id": "3250", + "id": "1438", "type": "stop" }, { - "id": "3251", + "id": "1442", "type": "stop" }, { - "id": "3252", + "id": "1043", "type": "stop" }, { - "id": "3253", + "id": "1045", "type": "stop" }, { - "id": "3254", + "id": "1046", "type": "stop" }, { - "id": "3255", + "id": "1049", "type": "stop" }, { - "id": "3256", + "id": "1589", "type": "stop" }, { - "id": "3257", + "id": "1051", "type": "stop" }, { - "id": "3258", + "id": "1052", "type": "stop" }, { - "id": "3259", + "id": "1053", "type": "stop" }, { - "id": "3260", + "id": "1055", "type": "stop" }, { - "id": "3261", + "id": "1056", "type": "stop" }, { - "id": "3262", + "id": "1057", "type": "stop" }, { - "id": "3263", + "id": "1058", "type": "stop" }, { - "id": "3265", + "id": "1059", "type": "stop" - } - ] - } - }, - "type": "trip" - }, - { - "attributes": {}, - "id": "9281", - "links": { - "self": "/stops/9281" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=9281" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "11531", - "links": { - "self": "/stops/11531" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=11531" - } - }, - "parent_station": { - "data": { - "id": "place-jaksn", - "type": "stop" - } - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } + }, + { + "id": "72", + "type": "stop" + }, + { + "id": "73", + "type": "stop" + }, + { + "id": "730", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": { - "direction_id": 0, - "headsign": "Reading Depot" + "direction_id": 1, + "headsign": "Wonderland via Cliftondale" }, - "id": "61869019", + "id": "67202284", "links": { - "self": "/trips/61869019" + "self": "/trips/67202284" }, "relationships": { "route": { "data": { - "id": "137", + "id": "426", "type": "route" } }, "route_pattern": { "data": { - "id": "137-7-0", + "id": "426-7-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "1370141", + "id": "4260285", "type": "shape" } }, "stops": { "data": [ { - "id": "5327", - "type": "stop" - }, - { - "id": "5289", - "type": "stop" - }, - { - "id": "5342", - "type": "stop" - }, - { - "id": "9215", - "type": "stop" - }, - { - "id": "9216", - "type": "stop" - }, - { - "id": "9217", - "type": "stop" - }, - { - "id": "9218", - "type": "stop" - }, - { - "id": "9219", - "type": "stop" - }, - { - "id": "9220", + "id": "16653", "type": "stop" }, { - "id": "49220", + "id": "6674", "type": "stop" }, { - "id": "9221", + "id": "6675", "type": "stop" }, { - "id": "9328", + "id": "6780", "type": "stop" }, { - "id": "9222", + "id": "6783", "type": "stop" }, { - "id": "9223", + "id": "4451", "type": "stop" }, { - "id": "9224", + "id": "4487", "type": "stop" }, { - "id": "9225", + "id": "4488", "type": "stop" }, { - "id": "9226", + "id": "7376", "type": "stop" }, { - "id": "9227", + "id": "7377", "type": "stop" }, { - "id": "9228", + "id": "7378", "type": "stop" }, { - "id": "9229", + "id": "7379", "type": "stop" }, { - "id": "9230", + "id": "7380", "type": "stop" }, { - "id": "9231", + "id": "7381", "type": "stop" }, { - "id": "9232", + "id": "7382", "type": "stop" }, { - "id": "9233", + "id": "7383", "type": "stop" }, { - "id": "9235", + "id": "7384", "type": "stop" }, { - "id": "9236", + "id": "7386", "type": "stop" }, { - "id": "9237", + "id": "7388", "type": "stop" }, { - "id": "9238", + "id": "7390", "type": "stop" }, { - "id": "9239", + "id": "7391", "type": "stop" }, { - "id": "9240", + "id": "7392", "type": "stop" }, { - "id": "9241", + "id": "7393", "type": "stop" }, { - "id": "9242", + "id": "7394", "type": "stop" }, { - "id": "9243", + "id": "7395", "type": "stop" }, { - "id": "9245", + "id": "7396", "type": "stop" }, { - "id": "9246", + "id": "7397", "type": "stop" }, { - "id": "9247", + "id": "7398", "type": "stop" }, { - "id": "9249", + "id": "7399", "type": "stop" }, { - "id": "9250", + "id": "7400", "type": "stop" }, { - "id": "9251", + "id": "7401", "type": "stop" }, { - "id": "9276", + "id": "7403", "type": "stop" }, { - "id": "9277", + "id": "7404", "type": "stop" }, { - "id": "9279", + "id": "7405", "type": "stop" }, { - "id": "9281", + "id": "7407", "type": "stop" }, { - "id": "9283", + "id": "7408", "type": "stop" }, { - "id": "9284", + "id": "7409", "type": "stop" }, { - "id": "9285", + "id": "7410", "type": "stop" }, { - "id": "9287", + "id": "7411", "type": "stop" }, { - "id": "9289", + "id": "74121", "type": "stop" }, { - "id": "9292", + "id": "7413", "type": "stop" }, { - "id": "9293", + "id": "7414", "type": "stop" }, { - "id": "9294", + "id": "4498", "type": "stop" }, { - "id": "9295", + "id": "4500", "type": "stop" }, { - "id": "9296", + "id": "14717", "type": "stop" }, { - "id": "9327", + "id": "4717", "type": "stop" }, { - "id": "9297", + "id": "24717", "type": "stop" }, { - "id": "29253", + "id": "15799", "type": "stop" } ] @@ -109890,22 +108504,25 @@ }, { "attributes": {}, - "id": "2894", + "id": "70279", "links": { - "self": "/stops/2894" + "self": "/stops/70279" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2894" + "related": "/facilities/?filter[stop]=70279" } }, "parent_station": { - "data": null + "data": { + "id": "place-astao", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -109914,14 +108531,14 @@ }, { "attributes": {}, - "id": "4945", + "id": "5578", "links": { - "self": "/stops/4945" + "self": "/stops/5578" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4945" + "related": "/facilities/?filter[stop]=5578" } }, "parent_station": { @@ -109937,63 +108554,112 @@ "type": "stop" }, { - "attributes": {}, - "id": "NEC-1851-B0", + "attributes": { + "direction_id": 0, + "headsign": "Forest Hills" + }, + "id": "67425277", "links": { - "self": "/stops/NEC-1851-B0" + "self": "/trips/67425277" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=NEC-1851-B0" + "route": { + "data": { + "id": "Orange", + "type": "route" } }, - "parent_station": { + "route_pattern": { "data": { - "id": "place-NEC-1851", - "type": "stop" + "id": "Orange-6-0", + "type": "route_pattern" } }, - "zone": { - "data": null - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "8852", - "links": { - "self": "/stops/8852" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=8852" + "service": { + "data": { + "id": "RTL12025-hmo15on1-Weekday-01", + "type": "service" } }, - "parent_station": { - "data": null - }, - "zone": { + "shape": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "46590001", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "70026", + "type": "stop" + }, + { + "id": "70024", + "type": "stop" + }, + { + "id": "70022", + "type": "stop" + }, + { + "id": "70020", + "type": "stop" + }, + { + "id": "70018", + "type": "stop" + }, + { + "id": "70016", + "type": "stop" + }, + { + "id": "70014", + "type": "stop" + }, + { + "id": "70012", + "type": "stop" + }, + { + "id": "70010", + "type": "stop" + }, + { + "id": "70008", + "type": "stop" + }, + { + "id": "70006", + "type": "stop" + }, + { + "id": "70004", + "type": "stop" + }, + { + "id": "70002", + "type": "stop" + }, + { + "id": "70001", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "3981", + "id": "3639", "links": { - "self": "/stops/3981" + "self": "/stops/3639" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3981" + "related": "/facilities/?filter[stop]=3639" } }, "parent_station": { @@ -110009,39 +108675,80 @@ "type": "stop" }, { - "attributes": {}, - "id": "5537", + "attributes": { + "direction_id": 0, + "headsign": "Reservoir (Shuttle)" + }, + "id": "KenmoreReservoir-0-sample", "links": { - "self": "/stops/5537" + "self": "/trips/KenmoreReservoir-0-sample" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=5537" + "route": { + "data": { + "id": "Shuttle-KenmoreReservoir", + "type": "route" } }, - "parent_station": { - "data": null + "route_pattern": { + "data": { + "id": "Shuttle-KenmoreReservoir-0-0", + "type": "route_pattern" + } }, - "zone": { + "service": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "canonical", + "type": "service" } + }, + "shape": { + "data": { + "id": "KenmoreToReservoir-S", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "9070150", + "type": "stop" + }, + { + "id": "9434", + "type": "stop" + }, + { + "id": "1521", + "type": "stop" + }, + { + "id": "1525", + "type": "stop" + }, + { + "id": "9070178", + "type": "stop" + }, + { + "id": "21917", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "2821", + "id": "10582", "links": { - "self": "/stops/2821" + "self": "/stops/10582" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2821" + "related": "/facilities/?filter[stop]=10582" } }, "parent_station": { @@ -110058,14 +108765,14 @@ }, { "attributes": {}, - "id": "6177", + "id": "2116", "links": { - "self": "/stops/6177" + "self": "/stops/2116" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6177" + "related": "/facilities/?filter[stop]=2116" } }, "parent_station": { @@ -110082,14 +108789,14 @@ }, { "attributes": {}, - "id": "5410", + "id": "24586", "links": { - "self": "/stops/5410" + "self": "/stops/24586" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5410" + "related": "/facilities/?filter[stop]=24586" } }, "parent_station": { @@ -110104,136 +108811,172 @@ }, "type": "stop" }, - { - "attributes": {}, - "id": "WR-0067-B0", - "links": { - "self": "/stops/WR-0067-B0" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=WR-0067-B0" - } - }, - "parent_station": { - "data": { - "id": "place-WR-0067", - "type": "stop" - } - }, - "zone": { - "data": null - } - }, - "type": "stop" - }, { "attributes": { "direction_id": 0, - "headsign": "Quincy Center" + "headsign": "Harvard via Allston" }, - "id": "61930001", + "id": "66644620", "links": { - "self": "/trips/61930001" + "self": "/trips/66644620" }, "relationships": { "route": { "data": { - "id": "210", + "id": "66", "type": "route" } }, "route_pattern": { "data": { - "id": "210-_-0", + "id": "66-9-0", "type": "route_pattern" } }, "service": { "data": { - "id": "BUS22024-hbq24016-Saturday-02", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "2100077", + "id": "660297", "type": "shape" } }, "stops": { "data": [ { - "id": "3125", + "id": "64000", "type": "stop" }, { - "id": "3019", + "id": "1148", "type": "stop" }, { - "id": "3020", + "id": "11149", "type": "stop" }, { - "id": "3022", + "id": "11148", "type": "stop" }, { - "id": "3023", + "id": "21148", "type": "stop" }, { - "id": "3024", + "id": "1357", "type": "stop" }, { - "id": "3025", + "id": "13590", "type": "stop" }, { - "id": "3026", + "id": "1360", "type": "stop" }, { - "id": "3027", + "id": "1362", "type": "stop" }, { - "id": "3028", + "id": "1363", "type": "stop" }, { - "id": "3029", + "id": "1365", "type": "stop" }, { - "id": "3031", + "id": "1366", "type": "stop" }, { - "id": "3032", + "id": "1526", "type": "stop" }, { - "id": "3033", + "id": "1367", "type": "stop" }, { - "id": "3034", + "id": "1369", "type": "stop" }, { - "id": "3035", + "id": "1371", "type": "stop" }, { - "id": "3036", + "id": "1372", "type": "stop" }, { - "id": "32005", + "id": "1373", + "type": "stop" + }, + { + "id": "1375", + "type": "stop" + }, + { + "id": "1376", + "type": "stop" + }, + { + "id": "1378", + "type": "stop" + }, + { + "id": "1379", + "type": "stop" + }, + { + "id": "964", + "type": "stop" + }, + { + "id": "1111", + "type": "stop" + }, + { + "id": "1112", + "type": "stop" + }, + { + "id": "2558", + "type": "stop" + }, + { + "id": "2559", + "type": "stop" + }, + { + "id": "2560", + "type": "stop" + }, + { + "id": "2561", + "type": "stop" + }, + { + "id": "2564", + "type": "stop" + }, + { + "id": "2565", + "type": "stop" + }, + { + "id": "2074", + "type": "stop" + }, + { + "id": "76123", "type": "stop" } ] @@ -110243,14 +108986,14 @@ }, { "attributes": {}, - "id": "7548", + "id": "1425", "links": { - "self": "/stops/7548" + "self": "/stops/1425" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7548" + "related": "/facilities/?filter[stop]=1425" } }, "parent_station": { @@ -110267,14 +109010,14 @@ }, { "attributes": {}, - "id": "3304", + "id": "148", "links": { - "self": "/stops/3304" + "self": "/stops/148" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3304" + "related": "/facilities/?filter[stop]=148" } }, "parent_station": { @@ -110291,14 +109034,14 @@ }, { "attributes": {}, - "id": "3403", + "id": "9213", "links": { - "self": "/stops/3403" + "self": "/stops/9213" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3403" + "related": "/facilities/?filter[stop]=9213" } }, "parent_station": { @@ -110314,80 +109057,63 @@ "type": "stop" }, { - "attributes": { - "direction_id": 0, - "headsign": "Forge Park/495 (Shuttle)" - }, - "id": "ForgeParkNorwoodCentral-0-sample", + "attributes": {}, + "id": "2674", "links": { - "self": "/trips/ForgeParkNorwoodCentral-0-sample" + "self": "/stops/2674" }, "relationships": { - "route": { - "data": { - "id": "Shuttle-ForgeParkNorwoodCentral", - "type": "route" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=2674" } }, - "route_pattern": { - "data": { - "id": "Shuttle-ForgeParkNorwoodCentral-0-0", - "type": "route_pattern" - } + "parent_station": { + "data": null }, - "service": { + "zone": { "data": { - "id": "canonical", - "type": "service" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "5863", + "links": { + "self": "/stops/5863" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=5863" } }, - "shape": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "NorwoodCentralToForgePark-S", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "Norwood Central-S", - "type": "stop" - }, - { - "id": "Windsor Gardens-S", - "type": "stop" - }, - { - "id": "FB-0191-B", - "type": "stop" - }, - { - "id": "FB-0230-B", - "type": "stop" - }, - { - "id": "FB-0275-B0", - "type": "stop" - }, - { - "id": "FB-0303-B", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "168", + "id": "4846", "links": { - "self": "/stops/168" + "self": "/stops/4846" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=168" + "related": "/facilities/?filter[stop]=4846" } }, "parent_station": { @@ -110404,14 +109130,14 @@ }, { "attributes": {}, - "id": "82133", + "id": "3086", "links": { - "self": "/stops/82133" + "self": "/stops/3086" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=82133" + "related": "/facilities/?filter[stop]=3086" } }, "parent_station": { @@ -110428,14 +109154,14 @@ }, { "attributes": {}, - "id": "2594", + "id": "8510", "links": { - "self": "/stops/2594" + "self": "/stops/8510" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2594" + "related": "/facilities/?filter[stop]=8510" } }, "parent_station": { @@ -110452,14 +109178,14 @@ }, { "attributes": {}, - "id": "4500", + "id": "5873", "links": { - "self": "/stops/4500" + "self": "/stops/5873" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4500" + "related": "/facilities/?filter[stop]=5873" } }, "parent_station": { @@ -110475,153 +109201,296 @@ "type": "stop" }, { - "attributes": { - "color": "FFC72C", - "long_name": "Pemberton Point, Hull - Hingham", - "short_name": "714", - "sort_order": 57140, - "text_color": "000000" - }, - "id": "line-714", + "attributes": {}, + "id": "2490", "links": { - "self": "/lines/line-714" + "self": "/stops/2490" }, - "type": "line" + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=2490" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" }, { "attributes": { - "direction_id": 0, - "headsign": "Georgetowne" + "direction_id": 1, + "headsign": "Kenmore (Shuttle)" }, - "id": "62144952", + "id": "FenwayKenmore-1-sample", "links": { - "self": "/trips/62144952" + "self": "/trips/FenwayKenmore-1-sample" }, "relationships": { "route": { "data": { - "id": "40", + "id": "Shuttle-FenwayKenmore", "type": "route" } }, "route_pattern": { "data": { - "id": "40-2-0", + "id": "Shuttle-FenwayKenmore-0-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "canonical", "type": "service" } }, "shape": { "data": { - "id": "400102", + "id": "FenwayToKenmore-S", "type": "shape" } }, "stops": { "data": [ { - "id": "10642", - "type": "stop" - }, - { - "id": "596", + "id": "1807", "type": "stop" }, { - "id": "597", + "id": "9070150", "type": "stop" - }, + } + ] + } + }, + "type": "trip" + }, + { + "attributes": { + "direction_id": 1, + "headsign": "Malden Center (Shuttle)" + }, + "id": "BallardvaleMaldenCenter-1-sample", + "links": { + "self": "/trips/BallardvaleMaldenCenter-1-sample" + }, + "relationships": { + "route": { + "data": { + "id": "Shuttle-BallardvaleMaldenCenter", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "Shuttle-BallardvaleMaldenCenter-0-1", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "canonical", + "type": "service" + } + }, + "shape": { + "data": { + "id": "BallardvaleToMaldenCenter-S", + "type": "shape" + } + }, + "stops": { + "data": [ { - "id": "598", + "id": "WR-0205-B2", "type": "stop" }, { - "id": "599", + "id": "WR-0163-B1", "type": "stop" }, { - "id": "600", + "id": "WR-0120-B", "type": "stop" }, { - "id": "601", + "id": "WR-0099-B1", "type": "stop" }, { - "id": "6022", + "id": "WR-0085-B1", "type": "stop" }, { - "id": "603", + "id": "WR-0075-B2", "type": "stop" }, { - "id": "10603", + "id": "WR-0067-B1", "type": "stop" }, { - "id": "604", + "id": "WR-0062-B1", "type": "stop" }, { - "id": "605", + "id": "5072", "type": "stop" - }, + } + ] + } + }, + "type": "trip" + }, + { + "attributes": { + "direction_id": 0, + "headsign": "Lowell (Shuttle)" + }, + "id": "AndersonWoburnLowell-0-sample", + "links": { + "self": "/trips/AndersonWoburnLowell-0-sample" + }, + "relationships": { + "route": { + "data": { + "id": "Shuttle-AndersonWoburnLowell", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "Shuttle-AndersonWoburnLowell-0-0", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "canonical", + "type": "service" + } + }, + "shape": { + "data": { + "id": "AndersonToLowell-S", + "type": "shape" + } + }, + "stops": { + "data": [ { - "id": "606", + "id": "NHRML-0127-B", "type": "stop" }, { - "id": "607", + "id": "NHRML-0152-B", "type": "stop" }, { - "id": "608", + "id": "NHRML-0218-B0", "type": "stop" }, { - "id": "609", + "id": "NHRML-0254-B", "type": "stop" - }, + } + ] + } + }, + "type": "trip" + }, + { + "attributes": { + "color": "FFC72C", + "long_name": "Sullivan - Downtown Boston", + "short_name": "93", + "sort_order": 50930, + "text_color": "000000" + }, + "id": "line-93", + "links": { + "self": "/lines/line-93" + }, + "type": "line" + }, + { + "attributes": { + "direction_id": 0, + "headsign": "Washington Street (Shuttle)" + }, + "id": "KenmoreWashingtonStreet-0-sample", + "links": { + "self": "/trips/KenmoreWashingtonStreet-0-sample" + }, + "relationships": { + "route": { + "data": { + "id": "Shuttle-KenmoreWashington", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "Shuttle-KenmoreWashington-0-0", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "canonical", + "type": "service" + } + }, + "shape": { + "data": { + "id": "KenmoreToWashingtonStreet-S", + "type": "shape" + } + }, + "stops": { + "data": [ { - "id": "610", + "id": "9070150", "type": "stop" }, { - "id": "611", + "id": "951", "type": "stop" }, { - "id": "612", + "id": "952", "type": "stop" }, { - "id": "11613", + "id": "953", "type": "stop" }, { - "id": "1612", + "id": "956", "type": "stop" }, { - "id": "1613", + "id": "958", "type": "stop" }, { - "id": "1614", + "id": "9070131", "type": "stop" }, { - "id": "1615", + "id": "9070129", "type": "stop" }, { - "id": "1618", + "id": "9070121", "type": "stop" } ] @@ -110631,14 +109500,14 @@ }, { "attributes": {}, - "id": "5468", + "id": "8145", "links": { - "self": "/stops/5468" + "self": "/stops/8145" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5468" + "related": "/facilities/?filter[stop]=8145" } }, "parent_station": { @@ -110655,14 +109524,14 @@ }, { "attributes": {}, - "id": "3224", + "id": "5858", "links": { - "self": "/stops/3224" + "self": "/stops/5858" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3224" + "related": "/facilities/?filter[stop]=5858" } }, "parent_station": { @@ -110679,14 +109548,14 @@ }, { "attributes": {}, - "id": "1366", + "id": "2668", "links": { - "self": "/stops/1366" + "self": "/stops/2668" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1366" + "related": "/facilities/?filter[stop]=2668" } }, "parent_station": { @@ -110703,14 +109572,14 @@ }, { "attributes": {}, - "id": "1469", + "id": "3418", "links": { - "self": "/stops/1469" + "self": "/stops/3418" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1469" + "related": "/facilities/?filter[stop]=3418" } }, "parent_station": { @@ -110725,378 +109594,323 @@ }, "type": "stop" }, + { + "attributes": {}, + "id": "NEC-2173-01", + "links": { + "self": "/stops/NEC-2173-01" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=NEC-2173-01" + } + }, + "parent_station": { + "data": { + "id": "place-NEC-2173", + "type": "stop" + } + }, + "zone": { + "data": { + "id": "CR-zone-2", + "type": "zone" + } + } + }, + "type": "stop" + }, { "attributes": { - "direction_id": 1, - "headsign": "Fenway (Shuttle)" + "direction_id": 0, + "headsign": "Mattapan via Nubian & Fields Corner" }, - "id": "FenwayNewtonHighlands-1-sample", + "id": "66886681", "links": { - "self": "/trips/FenwayNewtonHighlands-1-sample" + "self": "/trips/66886681" }, "relationships": { "route": { "data": { - "id": "Shuttle-FenwayNewtonHighlands", + "id": "15", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-FenwayNewtonHighlands-0-1", + "id": "15-G-0", "type": "route_pattern" } }, "service": { "data": { - "id": "canonical", + "id": "BUS12025-hbc15tp6-Saturday-02", "type": "service" } }, "shape": { "data": { - "id": "NewtonHighlandsToFenway-S", + "id": "1910090", "type": "shape" } }, "stops": { "data": [ { - "id": "9070168", + "id": "117", "type": "stop" }, { - "id": "9070170", + "id": "65", "type": "stop" }, { - "id": "1984", + "id": "49704", "type": "stop" }, { - "id": "21917", + "id": "10000", "type": "stop" }, { - "id": "9070179", + "id": "8279", "type": "stop" }, { - "id": "1556", + "id": "49002", "type": "stop" }, { - "id": "1804", + "id": "49003", "type": "stop" }, { - "id": "1807", + "id": "5098", "type": "stop" - } - ] - } - }, - "type": "trip" - }, - { - "attributes": {}, - "id": "3399", - "links": { - "self": "/stops/3399" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=3399" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "13815", - "links": { - "self": "/stops/13815" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=13815" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "3967", - "links": { - "self": "/stops/3967" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=3967" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": { - "direction_id": 0, - "headsign": "Cleary Square" - }, - "id": "62144992", - "links": { - "self": "/trips/62144992" - }, - "relationships": { - "route": { - "data": { - "id": "4050", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "4050-5-0", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "SpringWeekday", - "type": "service" - } - }, - "shape": { - "data": { - "id": "400107", - "type": "shape" - } - }, - "stops": { - "data": [ + }, { - "id": "10642", + "id": "5100", "type": "stop" }, { - "id": "596", + "id": "19402", "type": "stop" }, { - "id": "597", + "id": "15176", "type": "stop" }, { - "id": "598", + "id": "55", "type": "stop" }, { - "id": "599", + "id": "60", "type": "stop" }, { - "id": "600", + "id": "62", "type": "stop" }, { - "id": "601", + "id": "63", "type": "stop" }, { - "id": "6022", + "id": "64000", "type": "stop" }, { - "id": "603", + "id": "1493", "type": "stop" }, { - "id": "10603", + "id": "1495", "type": "stop" }, { - "id": "604", + "id": "1496", "type": "stop" }, { - "id": "605", + "id": "1497", "type": "stop" }, { - "id": "606", + "id": "1498", "type": "stop" }, { - "id": "607", + "id": "1499", "type": "stop" }, { - "id": "608", + "id": "1500", "type": "stop" }, { - "id": "609", + "id": "1501", "type": "stop" }, { - "id": "610", + "id": "11501", "type": "stop" }, { - "id": "611", + "id": "1504", "type": "stop" }, { - "id": "612", + "id": "1506", "type": "stop" }, { - "id": "11613", + "id": "1508", "type": "stop" }, { - "id": "1612", + "id": "1509", "type": "stop" }, { - "id": "1613", + "id": "1510", "type": "stop" }, { - "id": "1614", + "id": "1511", "type": "stop" }, { - "id": "11618", + "id": "11512", "type": "stop" }, { - "id": "6523", + "id": "1512", "type": "stop" }, { - "id": "6524", + "id": "1514", "type": "stop" }, { - "id": "6526", + "id": "1515", "type": "stop" }, { - "id": "6527", + "id": "553", "type": "stop" }, { - "id": "6528", + "id": "554", "type": "stop" }, { - "id": "6529", + "id": "555", "type": "stop" }, { - "id": "56567", + "id": "556", "type": "stop" }, { - "id": "75467", + "id": "325", "type": "stop" }, { - "id": "26466", + "id": "326", "type": "stop" }, { - "id": "36466", + "id": "327", "type": "stop" - } - ] - } - }, - "type": "trip" - }, - { - "attributes": { - "direction_id": 0, - "headsign": "Salem (Local shuttle)" - }, - "id": "OakGroveSalemLocalNewburyport-0-sample", - "links": { - "self": "/trips/OakGroveSalemLocalNewburyport-0-sample" - }, - "relationships": { - "route": { - "data": { - "id": "Shuttle-OakGroveSalemLocal", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Shuttle-OakGroveSalemLocal-0-0", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "canonical", - "type": "service" - } - }, - "shape": { - "data": { - "id": "OakGroveToSalemLocal-S", - "type": "shape" - } - }, - "stops": { - "data": [ + }, { - "id": "9328", + "id": "328", "type": "stop" }, { - "id": "14748", + "id": "329", "type": "stop" }, { - "id": "ER-0128-B0", + "id": "330", "type": "stop" }, { - "id": "ER-0168-B", + "id": "331", + "type": "stop" + }, + { + "id": "332", + "type": "stop" + }, + { + "id": "8717", + "type": "stop" + }, + { + "id": "536", + "type": "stop" + }, + { + "id": "537", + "type": "stop" + }, + { + "id": "569", + "type": "stop" + }, + { + "id": "10569", + "type": "stop" + }, + { + "id": "570", + "type": "stop" + }, + { + "id": "883", + "type": "stop" + }, + { + "id": "571", + "type": "stop" + }, + { + "id": "572", + "type": "stop" + }, + { + "id": "574", + "type": "stop" + }, + { + "id": "575", + "type": "stop" + }, + { + "id": "576", + "type": "stop" + }, + { + "id": "577", + "type": "stop" + }, + { + "id": "578", + "type": "stop" + }, + { + "id": "579", + "type": "stop" + }, + { + "id": "580", + "type": "stop" + }, + { + "id": "185", "type": "stop" } ] @@ -111106,38 +109920,14 @@ }, { "attributes": {}, - "id": "NB-0137-B", - "links": { - "self": "/stops/NB-0137-B" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=NB-0137-B" - } - }, - "parent_station": { - "data": { - "id": "place-NB-0137", - "type": "stop" - } - }, - "zone": { - "data": null - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "6212", + "id": "5036", "links": { - "self": "/stops/6212" + "self": "/stops/5036" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6212" + "related": "/facilities/?filter[stop]=5036" } }, "parent_station": { @@ -111154,14 +109944,14 @@ }, { "attributes": {}, - "id": "3939", + "id": "4319", "links": { - "self": "/stops/3939" + "self": "/stops/4319" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3939" + "related": "/facilities/?filter[stop]=4319" } }, "parent_station": { @@ -111178,38 +109968,14 @@ }, { "attributes": {}, - "id": "GB-0296-B0", - "links": { - "self": "/stops/GB-0296-B0" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=GB-0296-B0" - } - }, - "parent_station": { - "data": { - "id": "place-GB-0296", - "type": "stop" - } - }, - "zone": { - "data": null - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "7141", + "id": "2220", "links": { - "self": "/stops/7141" + "self": "/stops/2220" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7141" + "related": "/facilities/?filter[stop]=2220" } }, "parent_station": { @@ -111226,14 +109992,14 @@ }, { "attributes": {}, - "id": "3235", + "id": "22173", "links": { - "self": "/stops/3235" + "self": "/stops/22173" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3235" + "related": "/facilities/?filter[stop]=22173" } }, "parent_station": { @@ -111250,14 +110016,14 @@ }, { "attributes": {}, - "id": "386", + "id": "11812", "links": { - "self": "/stops/386" + "self": "/stops/11812" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=386" + "related": "/facilities/?filter[stop]=11812" } }, "parent_station": { @@ -111274,14 +110040,14 @@ }, { "attributes": {}, - "id": "1721", + "id": "12640", "links": { - "self": "/stops/1721" + "self": "/stops/12640" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1721" + "related": "/facilities/?filter[stop]=12640" } }, "parent_station": { @@ -111297,63 +110063,76 @@ "type": "stop" }, { - "attributes": {}, - "id": "855", + "attributes": { + "direction_id": 1, + "headsign": "Sullivan (Shuttle)" + }, + "id": "StateSullivan-1-sample", "links": { - "self": "/stops/855" + "self": "/trips/StateSullivan-1-sample" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=855" + "route": { + "data": { + "id": "Shuttle-StateSullivan", + "type": "route" } }, - "parent_station": { - "data": null - }, - "zone": { + "route_pattern": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "4720", - "links": { - "self": "/stops/4720" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=4720" + "id": "Shuttle-StateSullivan-0-1", + "type": "route_pattern" } }, - "parent_station": { - "data": null + "service": { + "data": { + "id": "canonical", + "type": "service" + } }, - "zone": { + "shape": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "StateToSullivan-S", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "9070022", + "type": "stop" + }, + { + "id": "117", + "type": "stop" + }, + { + "id": "9070027", + "type": "stop" + }, + { + "id": "9070029", + "type": "stop" + }, + { + "id": "29001", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "49002", + "id": "6112", "links": { - "self": "/stops/49002" + "self": "/stops/6112" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=49002" + "related": "/facilities/?filter[stop]=6112" } }, "parent_station": { @@ -111370,14 +110149,14 @@ }, { "attributes": {}, - "id": "8233", + "id": "2560", "links": { - "self": "/stops/8233" + "self": "/stops/2560" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8233" + "related": "/facilities/?filter[stop]=2560" } }, "parent_station": { @@ -111393,63 +110172,76 @@ "type": "stop" }, { - "attributes": {}, - "id": "5797", + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Ashmont/Braintree", + "Alewife" + ], + "direction_names": [ + "South", + "North" + ], + "long_name": "JFK/UMass - Broadway", + "short_name": "Red Line Shuttle", + "sort_order": 61040, + "text_color": "000000", + "type": 3 + }, + "id": "Shuttle-BroadwayJFK", "links": { - "self": "/stops/5797" + "self": "/routes/Shuttle-BroadwayJFK" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=5797" + "agency": { + "data": { + "id": "1", + "type": "agency" } }, - "parent_station": { - "data": null - }, - "zone": { + "line": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "line-Red", + "type": "line" } } }, - "type": "stop" + "type": "route" }, { "attributes": {}, - "id": "5900", + "id": "WML-0081-B2", "links": { - "self": "/stops/5900" + "self": "/stops/WML-0081-B2" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5900" + "related": "/facilities/?filter[stop]=WML-0081-B2" } }, "parent_station": { - "data": null - }, - "zone": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "place-WML-0081", + "type": "stop" } + }, + "zone": { + "data": null } }, "type": "stop" }, { "attributes": {}, - "id": "6691", + "id": "93130", "links": { - "self": "/stops/6691" + "self": "/stops/93130" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6691" + "related": "/facilities/?filter[stop]=93130" } }, "parent_station": { @@ -111464,30 +110256,16 @@ }, "type": "stop" }, - { - "attributes": { - "color": "FFC72C", - "long_name": "North Station - Tide Street", - "short_name": "4", - "sort_order": 50040, - "text_color": "000000" - }, - "id": "line-4", - "links": { - "self": "/lines/line-4" - }, - "type": "line" - }, { "attributes": {}, - "id": "3269", + "id": "1221", "links": { - "self": "/stops/3269" + "self": "/stops/1221" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3269" + "related": "/facilities/?filter[stop]=1221" } }, "parent_station": { @@ -111504,14 +110282,14 @@ }, { "attributes": {}, - "id": "4942", + "id": "2925", "links": { - "self": "/stops/4942" + "self": "/stops/2925" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4942" + "related": "/facilities/?filter[stop]=2925" } }, "parent_station": { @@ -111528,14 +110306,14 @@ }, { "attributes": {}, - "id": "77375", + "id": "2470", "links": { - "self": "/stops/77375" + "self": "/stops/2470" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=77375" + "related": "/facilities/?filter[stop]=2470" } }, "parent_station": { @@ -111552,22 +110330,25 @@ }, { "attributes": {}, - "id": "7825", + "id": "WR-0062-02", "links": { - "self": "/stops/7825" + "self": "/stops/WR-0062-02" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7825" + "related": "/facilities/?filter[stop]=WR-0062-02" } }, "parent_station": { - "data": null + "data": { + "id": "place-WR-0062", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "CR-zone-1", "type": "zone" } } @@ -111575,63 +110356,104 @@ "type": "stop" }, { - "attributes": {}, - "id": "25", + "attributes": { + "direction_id": 0, + "headsign": "Stoughton" + }, + "id": "SouthWKDYF24-697872-893", "links": { - "self": "/stops/25" + "self": "/trips/SouthWKDYF24-697872-893" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=25" + "route": { + "data": { + "id": "CR-Providence", + "type": "route" } }, - "parent_station": { - "data": null - }, - "zone": { + "route_pattern": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "5045", - "links": { - "self": "/stops/5045" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=5045" + "id": "CR-Providence-8344b9b3-0", + "type": "route_pattern" } }, - "parent_station": { - "data": null + "service": { + "data": { + "id": "FALL 2024-SOUTHWKD-Weekday-1-Scbbf1ea5", + "type": "service" + } }, - "zone": { + "shape": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "SouthStationToStoughtonViaFairmount", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "NEC-2287", + "type": "stop" + }, + { + "id": "DB-2265-01", + "type": "stop" + }, + { + "id": "DB-2258-01", + "type": "stop" + }, + { + "id": "DB-2249-01", + "type": "stop" + }, + { + "id": "DB-2240-01", + "type": "stop" + }, + { + "id": "DB-2230-01", + "type": "stop" + }, + { + "id": "DB-2222-01", + "type": "stop" + }, + { + "id": "DB-2205-01", + "type": "stop" + }, + { + "id": "NEC-2173-01", + "type": "stop" + }, + { + "id": "SB-0150-04", + "type": "stop" + }, + { + "id": "SB-0156-S", + "type": "stop" + }, + { + "id": "SB-0189-S", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "89612", + "id": "5317", "links": { - "self": "/stops/89612" + "self": "/stops/5317" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=89612" + "related": "/facilities/?filter[stop]=5317" } }, "parent_station": { @@ -111647,42 +110469,168 @@ "type": "stop" }, { - "attributes": {}, - "id": "WR-0329-01", + "attributes": { + "direction_id": 0, + "headsign": "Davis" + }, + "id": "66957081", "links": { - "self": "/stops/WR-0329-01" + "self": "/trips/66957081" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=WR-0329-01" + "route": { + "data": { + "id": "90", + "type": "route" } }, - "parent_station": { + "route_pattern": { "data": { - "id": "place-WR-0329", - "type": "stop" + "id": "90-_-0", + "type": "route_pattern" } }, - "zone": { + "service": { "data": { - "id": "CR-zone-7", - "type": "zone" + "id": "WinterWeekday", + "type": "service" } + }, + "shape": { + "data": { + "id": "900116", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "28746", + "type": "stop" + }, + { + "id": "28743", + "type": "stop" + }, + { + "id": "2714", + "type": "stop" + }, + { + "id": "29001", + "type": "stop" + }, + { + "id": "29014", + "type": "stop" + }, + { + "id": "2718", + "type": "stop" + }, + { + "id": "2719", + "type": "stop" + }, + { + "id": "2748", + "type": "stop" + }, + { + "id": "2749", + "type": "stop" + }, + { + "id": "2750", + "type": "stop" + }, + { + "id": "2752", + "type": "stop" + }, + { + "id": "2753", + "type": "stop" + }, + { + "id": "2659", + "type": "stop" + }, + { + "id": "2660", + "type": "stop" + }, + { + "id": "2661", + "type": "stop" + }, + { + "id": "2662", + "type": "stop" + }, + { + "id": "2664", + "type": "stop" + }, + { + "id": "2665", + "type": "stop" + }, + { + "id": "2666", + "type": "stop" + }, + { + "id": "2667", + "type": "stop" + }, + { + "id": "2668", + "type": "stop" + }, + { + "id": "2669", + "type": "stop" + }, + { + "id": "2670", + "type": "stop" + }, + { + "id": "2671", + "type": "stop" + }, + { + "id": "2672", + "type": "stop" + }, + { + "id": "2673", + "type": "stop" + }, + { + "id": "2628", + "type": "stop" + }, + { + "id": "5104", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "9230", + "id": "8848", "links": { - "self": "/stops/9230" + "self": "/stops/8848" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9230" + "related": "/facilities/?filter[stop]=8848" } }, "parent_station": { @@ -111699,14 +110647,14 @@ }, { "attributes": {}, - "id": "8502", + "id": "5891", "links": { - "self": "/stops/8502" + "self": "/stops/5891" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8502" + "related": "/facilities/?filter[stop]=5891" } }, "parent_station": { @@ -111723,14 +110671,14 @@ }, { "attributes": {}, - "id": "55631", + "id": "763", "links": { - "self": "/stops/55631" + "self": "/stops/763" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=55631" + "related": "/facilities/?filter[stop]=763" } }, "parent_station": { @@ -111747,14 +110695,14 @@ }, { "attributes": {}, - "id": "7697", + "id": "7292", "links": { - "self": "/stops/7697" + "self": "/stops/7292" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7697" + "related": "/facilities/?filter[stop]=7292" } }, "parent_station": { @@ -111771,14 +110719,14 @@ }, { "attributes": {}, - "id": "7900", + "id": "15053", "links": { - "self": "/stops/7900" + "self": "/stops/15053" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7900" + "related": "/facilities/?filter[stop]=15053" } }, "parent_station": { @@ -111795,25 +110743,22 @@ }, { "attributes": {}, - "id": "70128", + "id": "5962", "links": { - "self": "/stops/70128" + "self": "/stops/5962" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70128" + "related": "/facilities/?filter[stop]=5962" } }, "parent_station": { - "data": { - "id": "place-grigg", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } @@ -111822,21 +110767,18 @@ }, { "attributes": {}, - "id": "5740", + "id": "5321", "links": { - "self": "/stops/5740" + "self": "/stops/5321" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5740" + "related": "/facilities/?filter[stop]=5321" } }, "parent_station": { - "data": { - "id": "place-mvbcl", - "type": "stop" - } + "data": null }, "zone": { "data": { @@ -111848,66 +110790,68 @@ "type": "stop" }, { - "attributes": {}, - "id": "WML-0025-07", + "attributes": { + "direction_id": 0, + "headsign": "Haverhill (Express shuttle)" + }, + "id": "HaverhillReadingExpressExtended-0-sample", "links": { - "self": "/stops/WML-0025-07" + "self": "/trips/HaverhillReadingExpressExtended-0-sample" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=WML-0025-07" + "route": { + "data": { + "id": "Shuttle-HaverhillReadingExpress", + "type": "route" } }, - "parent_station": { + "route_pattern": { "data": { - "id": "place-WML-0025", - "type": "stop" + "id": "Shuttle-HaverhillReadingExpress-0-0", + "type": "route_pattern" } }, - "zone": { + "service": { "data": { - "id": "CR-zone-1A", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "4872", - "links": { - "self": "/stops/4872" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=4872" + "id": "canonical", + "type": "service" } }, - "parent_station": { - "data": null - }, - "zone": { + "shape": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "ReadingToHaverhillExpress-S", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "WR-0120-B", + "type": "stop" + }, + { + "id": "WR-0264-B2", + "type": "stop" + }, + { + "id": "WR-0329-B", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "11971", + "id": "2899", "links": { - "self": "/stops/11971" + "self": "/stops/2899" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=11971" + "related": "/facilities/?filter[stop]=2899" } }, "parent_station": { @@ -111924,14 +110868,14 @@ }, { "attributes": {}, - "id": "2901", + "id": "4248", "links": { - "self": "/stops/2901" + "self": "/stops/4248" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2901" + "related": "/facilities/?filter[stop]=4248" } }, "parent_station": { @@ -111948,14 +110892,14 @@ }, { "attributes": {}, - "id": "3985", + "id": "2809", "links": { - "self": "/stops/3985" + "self": "/stops/2809" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3985" + "related": "/facilities/?filter[stop]=2809" } }, "parent_station": { @@ -111972,127 +110916,175 @@ }, { "attributes": { - "color": "FFC72C", - "long_name": "Sullivan - Central Square, Cambridge", - "short_name": "91", - "sort_order": 50910, - "text_color": "000000" - }, - "id": "line-91", - "links": { - "self": "/lines/line-91" + "direction_id": 0, + "headsign": "Charles River Loop" }, - "type": "line" - }, - { - "attributes": {}, - "id": "8680", + "id": "67251190_2", "links": { - "self": "/stops/8680" + "self": "/trips/67251190_2" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=8680" - } - }, - "parent_station": { - "data": null - }, - "zone": { + "route": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "70099", - "links": { - "self": "/stops/70099" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=70099" + "id": "36", + "type": "route" } }, - "parent_station": { + "route_pattern": { "data": { - "id": "place-wlsta", - "type": "stop" + "id": "36-A-0", + "type": "route_pattern" } }, - "zone": { + "service": { "data": { - "id": "RapidTransit", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "10422", - "links": { - "self": "/stops/10422" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=10422" + "id": "WinterWeekday", + "type": "service" } }, - "parent_station": { - "data": null - }, - "zone": { + "shape": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "9144", - "links": { - "self": "/stops/9144" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=9144" + "id": "360382-2", + "type": "shape" } }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } + "stops": { + "data": [ + { + "id": "10642", + "type": "stop" + }, + { + "id": "596", + "type": "stop" + }, + { + "id": "597", + "type": "stop" + }, + { + "id": "598", + "type": "stop" + }, + { + "id": "599", + "type": "stop" + }, + { + "id": "600", + "type": "stop" + }, + { + "id": "601", + "type": "stop" + }, + { + "id": "602", + "type": "stop" + }, + { + "id": "797", + "type": "stop" + }, + { + "id": "798", + "type": "stop" + }, + { + "id": "799", + "type": "stop" + }, + { + "id": "800", + "type": "stop" + }, + { + "id": "801", + "type": "stop" + }, + { + "id": "802", + "type": "stop" + }, + { + "id": "803", + "type": "stop" + }, + { + "id": "804", + "type": "stop" + }, + { + "id": "805", + "type": "stop" + }, + { + "id": "806", + "type": "stop" + }, + { + "id": "807", + "type": "stop" + }, + { + "id": "808", + "type": "stop" + }, + { + "id": "810", + "type": "stop" + }, + { + "id": "821", + "type": "stop" + }, + { + "id": "812", + "type": "stop" + }, + { + "id": "11812", + "type": "stop" + }, + { + "id": "813", + "type": "stop" + }, + { + "id": "814", + "type": "stop" + }, + { + "id": "815", + "type": "stop" + }, + { + "id": "816", + "type": "stop" + }, + { + "id": "817", + "type": "stop" + }, + { + "id": "820", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "3472", + "id": "1773", "links": { - "self": "/stops/3472" + "self": "/stops/1773" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3472" + "related": "/facilities/?filter[stop]=1773" } }, "parent_station": { @@ -112109,41 +111101,14 @@ }, { "attributes": {}, - "id": "70115", - "links": { - "self": "/stops/70115" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=70115" - } - }, - "parent_station": { - "data": { - "id": "place-chswk", - "type": "stop" - } - }, - "zone": { - "data": { - "id": "RapidTransit", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "77378", + "id": "7603", "links": { - "self": "/stops/77378" + "self": "/stops/7603" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=77378" + "related": "/facilities/?filter[stop]=7603" } }, "parent_station": { @@ -112159,114 +111124,128 @@ "type": "stop" }, { - "attributes": {}, - "id": "1425", - "links": { - "self": "/stops/1425" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=1425" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } + "attributes": { + "direction_id": 0, + "headsign": "Worcester" }, - "type": "stop" - }, - { - "attributes": {}, - "id": "425", + "id": "BaseWML-701935-523", "links": { - "self": "/stops/425" + "self": "/trips/BaseWML-701935-523" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=425" - } - }, - "parent_station": { - "data": null - }, - "zone": { + "route": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "DB-2249-02", - "links": { - "self": "/stops/DB-2249-02" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=DB-2249-02" + "id": "CR-Worcester", + "type": "route" } }, - "parent_station": { + "route_pattern": { "data": { - "id": "place-DB-2249", - "type": "stop" + "id": "CR-Worcester-15b1f0b8-0", + "type": "route_pattern" } }, - "zone": { + "service": { "data": { - "id": "CR-zone-1A", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "5095", - "links": { - "self": "/stops/5095" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=5095" + "id": "FALL 2024-SOUTHWKD-Weekday-42-Sb0e4ed14", + "type": "service" } }, - "parent_station": { - "data": null - }, - "zone": { + "shape": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "9850002", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "NEC-2287", + "type": "stop" + }, + { + "id": "WML-0012-07", + "type": "stop" + }, + { + "id": "WML-0025-07", + "type": "stop" + }, + { + "id": "WML-0035-01", + "type": "stop" + }, + { + "id": "WML-0081-02", + "type": "stop" + }, + { + "id": "WML-0091-02", + "type": "stop" + }, + { + "id": "WML-0102-02", + "type": "stop" + }, + { + "id": "WML-0125-02", + "type": "stop" + }, + { + "id": "WML-0135-02", + "type": "stop" + }, + { + "id": "WML-0147-02", + "type": "stop" + }, + { + "id": "WML-0177-02", + "type": "stop" + }, + { + "id": "WML-0199-02", + "type": "stop" + }, + { + "id": "WML-0214-02", + "type": "stop" + }, + { + "id": "WML-0252-01", + "type": "stop" + }, + { + "id": "WML-0274-01", + "type": "stop" + }, + { + "id": "WML-0340-01", + "type": "stop" + }, + { + "id": "WML-0364-01", + "type": "stop" + }, + { + "id": "WML-0442-CS", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "5695", + "id": "8198", "links": { - "self": "/stops/5695" + "self": "/stops/8198" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5695" + "related": "/facilities/?filter[stop]=8198" } }, "parent_station": { @@ -112283,14 +111262,14 @@ }, { "attributes": {}, - "id": "2380", + "id": "5019", "links": { - "self": "/stops/2380" + "self": "/stops/5019" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2380" + "related": "/facilities/?filter[stop]=5019" } }, "parent_station": { @@ -112307,14 +111286,14 @@ }, { "attributes": {}, - "id": "4857", + "id": "57641", "links": { - "self": "/stops/4857" + "self": "/stops/57641" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4857" + "related": "/facilities/?filter[stop]=57641" } }, "parent_station": { @@ -112331,14 +111310,14 @@ }, { "attributes": {}, - "id": "4477", + "id": "13843", "links": { - "self": "/stops/4477" + "self": "/stops/13843" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4477" + "related": "/facilities/?filter[stop]=13843" } }, "parent_station": { @@ -112355,14 +111334,14 @@ }, { "attributes": {}, - "id": "1544", + "id": "14836", "links": { - "self": "/stops/1544" + "self": "/stops/14836" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1544" + "related": "/facilities/?filter[stop]=14836" } }, "parent_station": { @@ -112379,14 +111358,14 @@ }, { "attributes": {}, - "id": "6169", + "id": "2374", "links": { - "self": "/stops/6169" + "self": "/stops/2374" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6169" + "related": "/facilities/?filter[stop]=2374" } }, "parent_station": { @@ -112403,14 +111382,14 @@ }, { "attributes": {}, - "id": "23535", + "id": "39678", "links": { - "self": "/stops/23535" + "self": "/stops/39678" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=23535" + "related": "/facilities/?filter[stop]=39678" } }, "parent_station": { @@ -112427,14 +111406,14 @@ }, { "attributes": {}, - "id": "15650", + "id": "88335", "links": { - "self": "/stops/15650" + "self": "/stops/88335" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=15650" + "related": "/facilities/?filter[stop]=88335" } }, "parent_station": { @@ -112450,39 +111429,52 @@ "type": "stop" }, { - "attributes": {}, - "id": "38498", + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Haverhill", + "North Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Reading - North Station", + "short_name": "Haverhill Line Shuttle", + "sort_order": 62127, + "text_color": "000000", + "type": 3 + }, + "id": "Shuttle-NorthStationReading", "links": { - "self": "/stops/38498" + "self": "/routes/Shuttle-NorthStationReading" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=38498" + "agency": { + "data": { + "id": "1", + "type": "agency" } }, - "parent_station": { - "data": null - }, - "zone": { + "line": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "line-Haverhill", + "type": "line" } } }, - "type": "stop" + "type": "route" }, { "attributes": {}, - "id": "4797", + "id": "4529", "links": { - "self": "/stops/4797" + "self": "/stops/4529" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4797" + "related": "/facilities/?filter[stop]=4529" } }, "parent_station": { @@ -112499,14 +111491,14 @@ }, { "attributes": {}, - "id": "1224", + "id": "81618", "links": { - "self": "/stops/1224" + "self": "/stops/81618" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1224" + "related": "/facilities/?filter[stop]=81618" } }, "parent_station": { @@ -112523,215 +111515,218 @@ }, { "attributes": { - "direction_id": 0, - "headsign": "Government Center (Express shuttle)" + "direction_id": 1, + "headsign": "Quincy Center" }, - "id": "GovernmentCenterOrientHeightsExpress-0-sample", + "id": "67290372", "links": { - "self": "/trips/GovernmentCenterOrientHeightsExpress-0-sample" + "self": "/trips/67290372" }, "relationships": { "route": { "data": { - "id": "Shuttle-GovernmentCenterOrientHeightsExpress", + "id": "220", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-GovernmentCenterOrientHeightsExpress-0-0", + "id": "220-3-1", "type": "route_pattern" } }, "service": { "data": { - "id": "canonical", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "OrientHeightsToGovernmentCenterExpress-S", + "id": "2200125", "type": "shape" } }, "stops": { "data": [ { - "id": "5879", + "id": "3582", "type": "stop" }, { - "id": "9170043", + "id": "3589", "type": "stop" }, { - "id": "65", + "id": "3590", "type": "stop" }, { - "id": "4510", + "id": "3592", "type": "stop" - } - ] - } - }, - "type": "trip" - }, - { - "attributes": { - "direction_id": 1, - "headsign": "Fields Corner" - }, - "id": "61928680", - "links": { - "self": "/trips/61928680" - }, - "relationships": { - "route": { - "data": { - "id": "210", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "210-3-1", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "SpringWeekday", - "type": "service" - } - }, - "shape": { - "data": { - "id": "2100100", - "type": "shape" - } - }, - "stops": { - "data": [ + }, { - "id": "32005", + "id": "3594", "type": "stop" }, { - "id": "3041", + "id": "3595", "type": "stop" }, { - "id": "3042", + "id": "3597", "type": "stop" }, { - "id": "3043", + "id": "3598", "type": "stop" }, { - "id": "3045", + "id": "3599", "type": "stop" }, { - "id": "3046", + "id": "3600", "type": "stop" }, { - "id": "3047", + "id": "3602", "type": "stop" }, { - "id": "3048", + "id": "3604", "type": "stop" }, { - "id": "3049", + "id": "3605", "type": "stop" }, { - "id": "3050", + "id": "3603", "type": "stop" }, { - "id": "3051", + "id": "3607", "type": "stop" }, { - "id": "3052", + "id": "3608", "type": "stop" }, { - "id": "3054", + "id": "3610", "type": "stop" }, { - "id": "3055", + "id": "3611", "type": "stop" }, { - "id": "3057", + "id": "3612", "type": "stop" }, { - "id": "3058", + "id": "3613", "type": "stop" }, { - "id": "3125", + "id": "3614", "type": "stop" }, { - "id": "30631", + "id": "3616", "type": "stop" }, { - "id": "8803", + "id": "3617", "type": "stop" }, { - "id": "8805", + "id": "3618", "type": "stop" }, { - "id": "8806", + "id": "3619", "type": "stop" }, { - "id": "8807", + "id": "3620", "type": "stop" }, { - "id": "8808", + "id": "3621", "type": "stop" }, { - "id": "8327", + "id": "3622", "type": "stop" }, { - "id": "3087", + "id": "3623", "type": "stop" }, { - "id": "3088", + "id": "3624", "type": "stop" }, { - "id": "3089", + "id": "3626", "type": "stop" }, { - "id": "32501", + "id": "3627", "type": "stop" }, { - "id": "322", + "id": "3629", "type": "stop" }, { - "id": "323", + "id": "3630", + "type": "stop" + }, + { + "id": "3631", + "type": "stop" + }, + { + "id": "3632", + "type": "stop" + }, + { + "id": "3633", + "type": "stop" + }, + { + "id": "3634", + "type": "stop" + }, + { + "id": "3635", + "type": "stop" + }, + { + "id": "3636", + "type": "stop" + }, + { + "id": "3638", + "type": "stop" + }, + { + "id": "3639", + "type": "stop" + }, + { + "id": "3640", + "type": "stop" + }, + { + "id": "3038", + "type": "stop" + }, + { + "id": "32004", "type": "stop" } ] @@ -112741,14 +111736,14 @@ }, { "attributes": {}, - "id": "3729", + "id": "13714", "links": { - "self": "/stops/3729" + "self": "/stops/13714" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3729" + "related": "/facilities/?filter[stop]=13714" } }, "parent_station": { @@ -112766,237 +111761,129 @@ { "attributes": { "direction_id": 1, - "headsign": "Wonderland" + "headsign": "City Point via Andrew" }, - "id": "63325251", + "id": "66644949_1", "links": { - "self": "/trips/63325251" + "self": "/trips/66644949_1" }, "relationships": { "route": { "data": { - "id": "450", + "id": "16", "type": "route" } }, "route_pattern": { "data": { - "id": "450-7-1", + "id": "16-E-1", "type": "route_pattern" } }, "service": { "data": { - "id": "BUS32024-hbl34j47-Sunday-02", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "4500203", + "id": "160359-1", "type": "shape" } }, "stops": { "data": [ { - "id": "37150", - "type": "stop" - }, - { - "id": "4453", - "type": "stop" - }, - { - "id": "4455", - "type": "stop" - }, - { - "id": "4456", - "type": "stop" - }, - { - "id": "4457", - "type": "stop" - }, - { - "id": "4458", - "type": "stop" - }, - { - "id": "4459", - "type": "stop" - }, - { - "id": "14460", - "type": "stop" - }, - { - "id": "4462", - "type": "stop" - }, - { - "id": "4463", - "type": "stop" - }, - { - "id": "14465", - "type": "stop" - }, - { - "id": "4465", - "type": "stop" - }, - { - "id": "4467", - "type": "stop" - }, - { - "id": "4470", - "type": "stop" - }, - { - "id": "14470", - "type": "stop" - }, - { - "id": "4472", - "type": "stop" - }, - { - "id": "4473", - "type": "stop" - }, - { - "id": "4474", - "type": "stop" - }, - { - "id": "4475", - "type": "stop" - }, - { - "id": "4477", - "type": "stop" - }, - { - "id": "4479", - "type": "stop" - }, - { - "id": "4480", - "type": "stop" - }, - { - "id": "4481", - "type": "stop" - }, - { - "id": "4482", - "type": "stop" - }, - { - "id": "7302", - "type": "stop" - }, - { - "id": "7303", - "type": "stop" - }, - { - "id": "7304", - "type": "stop" - }, - { - "id": "7305", + "id": "1565", "type": "stop" }, { - "id": "7306", + "id": "2922", "type": "stop" }, { - "id": "7307", + "id": "2923", "type": "stop" }, { - "id": "7308", + "id": "2904", "type": "stop" }, { - "id": "4483", + "id": "2924", "type": "stop" }, { - "id": "4484", + "id": "2925", "type": "stop" }, { - "id": "4485", + "id": "2926", "type": "stop" }, { - "id": "4486", + "id": "2928", "type": "stop" }, { - "id": "4487", + "id": "2929", "type": "stop" }, { - "id": "4488", + "id": "2930", "type": "stop" }, { - "id": "4489", + "id": "2931", "type": "stop" }, { - "id": "4490", + "id": "2932", "type": "stop" }, { - "id": "4491", + "id": "12932", "type": "stop" }, { - "id": "4492", + "id": "1480", "type": "stop" }, { - "id": "4494", + "id": "2933", "type": "stop" }, { - "id": "4495", + "id": "2934", "type": "stop" }, { - "id": "4497", + "id": "2935", "type": "stop" }, { - "id": "4498", + "id": "2937", "type": "stop" }, { - "id": "4500", + "id": "2938", "type": "stop" }, { - "id": "14717", + "id": "2939", "type": "stop" }, { - "id": "4717", + "id": "2940", "type": "stop" }, { - "id": "24717", + "id": "12940", "type": "stop" }, { - "id": "15795", + "id": "13", "type": "stop" } ] @@ -113006,14 +111893,14 @@ }, { "attributes": {}, - "id": "4238", + "id": "283", "links": { - "self": "/stops/4238" + "self": "/stops/283" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4238" + "related": "/facilities/?filter[stop]=283" } }, "parent_station": { @@ -113028,24 +111915,41 @@ }, "type": "stop" }, + { + "attributes": { + "color": "FFC72C", + "long_name": "West Medford - Sullivan via Mystic Avenue", + "short_name": "95", + "sort_order": 50950, + "text_color": "000000" + }, + "id": "line-95", + "links": { + "self": "/lines/line-95" + }, + "type": "line" + }, { "attributes": {}, - "id": "5824", + "id": "ER-0099-01", "links": { - "self": "/stops/5824" + "self": "/stops/ER-0099-01" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5824" + "related": "/facilities/?filter[stop]=ER-0099-01" } }, "parent_station": { - "data": null + "data": { + "id": "place-ER-0099", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "CR-zone-2", "type": "zone" } } @@ -113054,14 +111958,14 @@ }, { "attributes": {}, - "id": "5679", + "id": "845", "links": { - "self": "/stops/5679" + "self": "/stops/845" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5679" + "related": "/facilities/?filter[stop]=845" } }, "parent_station": { @@ -113078,114 +111982,252 @@ }, { "attributes": { - "direction_id": 0, - "headsign": "Forest Hills" + "direction_id": 1, + "headsign": "North Station" }, - "id": "62144654", + "id": "NorthWKDYF24-706189-150", "links": { - "self": "/trips/62144654" + "self": "/trips/NorthWKDYF24-706189-150" }, "relationships": { "route": { "data": { - "id": "42", + "id": "CR-Newburyport", "type": "route" } }, "route_pattern": { "data": { - "id": "42-1-0", + "id": "CR-Newburyport-7e4857df-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "FALL 2024-NORTHWKD-Weekday-1-S9d378dcf", "type": "service" } }, "shape": { "data": { - "id": "420095", + "id": "9810001", "type": "shape" } }, "stops": { "data": [ { - "id": "64000", + "id": "ER-0362-01", "type": "stop" }, { - "id": "1178", + "id": "ER-0312-S", "type": "stop" }, { - "id": "1179", + "id": "ER-0276-S", "type": "stop" }, { - "id": "1180", + "id": "ER-0227-S", "type": "stop" }, { - "id": "1181", + "id": "ER-0208-02", "type": "stop" }, { - "id": "1182", + "id": "ER-0183-02", "type": "stop" }, { - "id": "1183", + "id": "ER-0168-S", "type": "stop" }, { - "id": "1184", + "id": "ER-0128-02", "type": "stop" }, { - "id": "1185", + "id": "ER-0117-02", "type": "stop" }, { - "id": "1186", + "id": "ER-0042-02", "type": "stop" }, { - "id": "1187", + "id": "BNT-0000", + "type": "stop" + } + ] + } + }, + "type": "trip" + }, + { + "attributes": { + "color": "7C878E", + "direction_destinations": [ + "Logan Airport Terminals", + "South Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Logan Airport Terminals - South Station", + "short_name": "SL1", + "sort_order": 10051, + "text_color": "FFFFFF", + "type": 3 + }, + "id": "741", + "links": { + "self": "/routes/741" + }, + "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, + "line": { + "data": { + "id": "line-SLWaterfront", + "type": "line" + } + } + }, + "type": "route" + }, + { + "attributes": {}, + "id": "2885", + "links": { + "self": "/stops/2885" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=2885" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "5345", + "links": { + "self": "/stops/5345" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=5345" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": { + "direction_id": 1, + "headsign": "Readville" + }, + "id": "SouthWKDYF24-710142-734", + "links": { + "self": "/trips/SouthWKDYF24-710142-734" + }, + "relationships": { + "route": { + "data": { + "id": "CR-Franklin", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "CR-Franklin-46a8d1ee-1", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "FALL 2024-SOUTHWKD-Weekday-1-S85407dc6", + "type": "service" + } + }, + "shape": { + "data": { + "id": "9880002", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "FB-0303-S", "type": "stop" }, { - "id": "11187", + "id": "FB-0275-S", "type": "stop" }, { - "id": "21187", + "id": "FB-0230-S", "type": "stop" }, { - "id": "31187", + "id": "FB-0191-S", "type": "stop" }, { - "id": "41187", + "id": "FB-0166-S", "type": "stop" }, { - "id": "51187", + "id": "FB-0148-02", "type": "stop" }, { - "id": "61187", + "id": "FB-0143-02", "type": "stop" }, { - "id": "71187", + "id": "FB-0125-02", "type": "stop" }, { - "id": "875", + "id": "FB-0118-02", + "type": "stop" + }, + { + "id": "FB-0109-02", + "type": "stop" + }, + { + "id": "FB-0095-04", "type": "stop" } ] @@ -113195,38 +112237,35 @@ }, { "attributes": {}, - "id": "4494", + "id": "9170154", "links": { - "self": "/stops/4494" + "self": "/stops/9170154" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4494" + "related": "/facilities/?filter[stop]=9170154" } }, "parent_station": { "data": null }, "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } + "data": null } }, "type": "stop" }, { "attributes": {}, - "id": "5631", + "id": "1535", "links": { - "self": "/stops/5631" + "self": "/stops/1535" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5631" + "related": "/facilities/?filter[stop]=1535" } }, "parent_station": { @@ -113243,14 +112282,14 @@ }, { "attributes": {}, - "id": "382", + "id": "139", "links": { - "self": "/stops/382" + "self": "/stops/139" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=382" + "related": "/facilities/?filter[stop]=139" } }, "parent_station": { @@ -113267,14 +112306,14 @@ }, { "attributes": {}, - "id": "7919", + "id": "5270", "links": { - "self": "/stops/7919" + "self": "/stops/5270" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7919" + "related": "/facilities/?filter[stop]=5270" } }, "parent_station": { @@ -113291,14 +112330,14 @@ }, { "attributes": {}, - "id": "43011", + "id": "3607", "links": { - "self": "/stops/43011" + "self": "/stops/3607" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=43011" + "related": "/facilities/?filter[stop]=3607" } }, "parent_station": { @@ -113315,189 +112354,14 @@ }, { "attributes": {}, - "id": "4605", - "links": { - "self": "/stops/4605" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=4605" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "7644", - "links": { - "self": "/stops/7644" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=7644" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Spring Hill", - "Kendall/MIT Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Spring Hill - Kendall/MIT Station", - "short_name": "85", - "sort_order": 50850, - "text_color": "000000", - "type": 3 - }, - "id": "85", - "links": { - "self": "/routes/85" - }, - "relationships": { - "line": { - "data": { - "id": "line-85", - "type": "line" - } - } - }, - "type": "route" - }, - { - "attributes": {}, - "id": "9071", - "links": { - "self": "/stops/9071" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=9071" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "WML-0091-B1", - "links": { - "self": "/stops/WML-0091-B1" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=WML-0091-B1" - } - }, - "parent_station": { - "data": { - "id": "place-WML-0091", - "type": "stop" - } - }, - "zone": { - "data": null - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "5522", - "links": { - "self": "/stops/5522" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=5522" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "3315", - "links": { - "self": "/stops/3315" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=3315" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "16606", + "id": "2117", "links": { - "self": "/stops/16606" + "self": "/stops/2117" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=16606" + "related": "/facilities/?filter[stop]=2117" } }, "parent_station": { @@ -113514,14 +112378,14 @@ }, { "attributes": {}, - "id": "41033", + "id": "4912", "links": { - "self": "/stops/41033" + "self": "/stops/4912" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=41033" + "related": "/facilities/?filter[stop]=4912" } }, "parent_station": { @@ -113536,109 +112400,172 @@ }, "type": "stop" }, - { - "attributes": {}, - "id": "9170503", - "links": { - "self": "/stops/9170503" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=9170503" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": null - } - }, - "type": "stop" - }, { "attributes": { - "direction_id": 0, - "headsign": "Wickford Junction" + "direction_id": 1, + "headsign": "Chauncy & Summer" }, - "id": "CR-670259-801", + "id": "66651185", "links": { - "self": "/trips/CR-670259-801" + "self": "/trips/66651185" }, "relationships": { "route": { "data": { - "id": "CR-Providence", + "id": "11", "type": "route" } }, "route_pattern": { "data": { - "id": "CR-Providence-9cf54fb3-0", + "id": "11-3-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SPRING2024-SOUTHWKD-Weekday-1-Scbbf1ea5", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "9890009", + "id": "110136", "type": "shape" } }, "stops": { "data": [ { - "id": "NEC-2287", + "id": "33", "type": "stop" }, { - "id": "NEC-2276-01", + "id": "10033", "type": "stop" }, { - "id": "NEC-2265-01", + "id": "34", "type": "stop" }, { - "id": "NEC-2173-01", + "id": "35", "type": "stop" }, { - "id": "NEC-2139-01", + "id": "295", "type": "stop" }, { - "id": "NEC-2108-01", + "id": "296", "type": "stop" }, { - "id": "NEC-2040-01", + "id": "275", "type": "stop" }, { - "id": "NEC-1969-03", + "id": "277", "type": "stop" }, { - "id": "NEC-1891-01", + "id": "278", "type": "stop" }, { - "id": "NEC-1851-03", + "id": "279", "type": "stop" }, { - "id": "NEC-1768-03", + "id": "280", "type": "stop" }, { - "id": "NEC-1659-03", + "id": "281", + "type": "stop" + }, + { + "id": "282", + "type": "stop" + }, + { + "id": "283", + "type": "stop" + }, + { + "id": "284", + "type": "stop" + }, + { + "id": "285", + "type": "stop" + }, + { + "id": "286", + "type": "stop" + }, + { + "id": "18", + "type": "stop" + }, + { + "id": "30287", + "type": "stop" + }, + { + "id": "288", + "type": "stop" + }, + { + "id": "289", + "type": "stop" + }, + { + "id": "290", + "type": "stop" + }, + { + "id": "291", + "type": "stop" + }, + { + "id": "292", + "type": "stop" + }, + { + "id": "293", + "type": "stop" + }, + { + "id": "30294", + "type": "stop" + }, + { + "id": "150", + "type": "stop" + }, + { + "id": "36538", + "type": "stop" + }, + { + "id": "36541", + "type": "stop" + }, + { + "id": "15095", + "type": "stop" + }, + { + "id": "6565", + "type": "stop" + }, + { + "id": "6537", + "type": "stop" + }, + { + "id": "16538", "type": "stop" } ] @@ -113648,14 +112575,14 @@ }, { "attributes": {}, - "id": "51917", + "id": "12530", "links": { - "self": "/stops/51917" + "self": "/stops/12530" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=51917" + "related": "/facilities/?filter[stop]=12530" } }, "parent_station": { @@ -113672,14 +112599,14 @@ }, { "attributes": {}, - "id": "8482", + "id": "6147", "links": { - "self": "/stops/8482" + "self": "/stops/6147" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8482" + "related": "/facilities/?filter[stop]=6147" } }, "parent_station": { @@ -113696,14 +112623,14 @@ }, { "attributes": {}, - "id": "4232", + "id": "1805", "links": { - "self": "/stops/4232" + "self": "/stops/1805" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4232" + "related": "/facilities/?filter[stop]=1805" } }, "parent_station": { @@ -113720,14 +112647,14 @@ }, { "attributes": {}, - "id": "25800", + "id": "46459", "links": { - "self": "/stops/25800" + "self": "/stops/46459" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=25800" + "related": "/facilities/?filter[stop]=46459" } }, "parent_station": { @@ -113744,14 +112671,14 @@ }, { "attributes": {}, - "id": "81685", + "id": "7433", "links": { - "self": "/stops/81685" + "self": "/stops/7433" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=81685" + "related": "/facilities/?filter[stop]=7433" } }, "parent_station": { @@ -113768,408 +112695,136 @@ }, { "attributes": { - "direction_id": 1, - "headsign": "University Park" + "color": "FFC72C", + "direction_destinations": [ + "Linden Square", + "Harvard Square" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Linden Square - Harvard Square via Sullivan", + "short_name": "109", + "sort_order": 51090, + "text_color": "000000", + "type": 3 }, - "id": "61849642", + "id": "109", "links": { - "self": "/trips/61849642" + "self": "/routes/109" }, "relationships": { - "route": { + "agency": { "data": { - "id": "70", - "type": "route" + "id": "1", + "type": "agency" } }, - "route_pattern": { + "line": { "data": { - "id": "70-6-1", - "type": "route_pattern" + "id": "line-109", + "type": "line" } - }, - "service": { - "data": { - "id": "SpringWeekday", - "type": "service" + } + }, + "type": "route" + }, + { + "attributes": {}, + "id": "2920", + "links": { + "self": "/stops/2920" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=2920" } }, - "shape": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "700260", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "9526", - "type": "stop" - }, - { - "id": "86932", - "type": "stop" - }, - { - "id": "86933", - "type": "stop" - }, - { - "id": "86935", - "type": "stop" - }, - { - "id": "86936", - "type": "stop" - }, - { - "id": "86937", - "type": "stop" - }, - { - "id": "86939", - "type": "stop" - }, - { - "id": "86940", - "type": "stop" - }, - { - "id": "869411", - "type": "stop" - }, - { - "id": "86943", - "type": "stop" - }, - { - "id": "86944", - "type": "stop" - }, - { - "id": "869451", - "type": "stop" - }, - { - "id": "86945", - "type": "stop" - }, - { - "id": "8670", - "type": "stop" - }, - { - "id": "8671", - "type": "stop" - }, - { - "id": "8672", - "type": "stop" - }, - { - "id": "8674", - "type": "stop" - }, - { - "id": "8676", - "type": "stop" - }, - { - "id": "8678", - "type": "stop" - }, - { - "id": "8679", - "type": "stop" - }, - { - "id": "8291", - "type": "stop" - }, - { - "id": "8292", - "type": "stop" - }, - { - "id": "8293", - "type": "stop" - }, - { - "id": "8294", - "type": "stop" - }, - { - "id": "8298", - "type": "stop" - }, - { - "id": "8295", - "type": "stop" - }, - { - "id": "8296", - "type": "stop" - }, - { - "id": "8297", - "type": "stop" - }, - { - "id": "1432", - "type": "stop" - }, - { - "id": "1433", - "type": "stop" - }, - { - "id": "1434", - "type": "stop" - }, - { - "id": "1435", - "type": "stop" - }, - { - "id": "1436", - "type": "stop" - }, - { - "id": "1437", - "type": "stop" - }, - { - "id": "1438", - "type": "stop" - }, - { - "id": "1442", - "type": "stop" - }, - { - "id": "1043", - "type": "stop" - }, - { - "id": "1045", - "type": "stop" - }, - { - "id": "1046", - "type": "stop" - }, - { - "id": "1049", - "type": "stop" - }, - { - "id": "1589", - "type": "stop" - }, - { - "id": "1051", - "type": "stop" - }, - { - "id": "1052", - "type": "stop" - }, - { - "id": "1053", - "type": "stop" - }, - { - "id": "1055", - "type": "stop" - }, - { - "id": "1056", - "type": "stop" - }, - { - "id": "1057", - "type": "stop" - }, - { - "id": "1058", - "type": "stop" - }, - { - "id": "1059", - "type": "stop" - }, - { - "id": "72", - "type": "stop" - }, - { - "id": "73", - "type": "stop" - }, - { - "id": "730", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": { - "direction_id": 1, - "headsign": "Downtown" + "color": "FFC72C", + "direction_destinations": [ + "Wonderland Station", + "Maverick Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Wonderland Station - Maverick Station", + "short_name": "116", + "sort_order": 51160, + "text_color": "000000", + "type": 3 }, - "id": "61869458", + "id": "116", "links": { - "self": "/trips/61869458" + "self": "/routes/116" }, "relationships": { - "route": { - "data": { - "id": "93", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "93-5-1", - "type": "route_pattern" - } - }, - "service": { + "agency": { "data": { - "id": "SpringWeekday", - "type": "service" + "id": "1", + "type": "agency" } }, - "shape": { + "line": { "data": { - "id": "930180", - "type": "shape" + "id": "line-114116117", + "type": "line" } - }, - "stops": { - "data": [ - { - "id": "29010", - "type": "stop" - }, - { - "id": "12821", - "type": "stop" - }, - { - "id": "2844", - "type": "stop" - }, - { - "id": "2845", - "type": "stop" - }, - { - "id": "2846", - "type": "stop" - }, - { - "id": "2847", - "type": "stop" - }, - { - "id": "2848", - "type": "stop" - }, - { - "id": "2849", - "type": "stop" - }, - { - "id": "2850", - "type": "stop" - }, - { - "id": "2851", - "type": "stop" - }, - { - "id": "2852", - "type": "stop" - }, - { - "id": "2853", - "type": "stop" - }, - { - "id": "2854", - "type": "stop" - }, - { - "id": "2855", - "type": "stop" - }, - { - "id": "12829", - "type": "stop" - }, - { - "id": "2829", - "type": "stop" - }, - { - "id": "83091", - "type": "stop" - }, - { - "id": "204", - "type": "stop" - }, - { - "id": "65471", - "type": "stop" - }, - { - "id": "6548", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "route" }, { "attributes": {}, - "id": "5524", + "id": "ER-0042-B", "links": { - "self": "/stops/5524" + "self": "/stops/ER-0042-B" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5524" + "related": "/facilities/?filter[stop]=ER-0042-B" } }, "parent_station": { - "data": null - }, - "zone": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "place-belsq", + "type": "stop" } + }, + "zone": { + "data": null } }, "type": "stop" }, { "attributes": {}, - "id": "96434", + "id": "2853", "links": { - "self": "/stops/96434" + "self": "/stops/2853" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=96434" + "related": "/facilities/?filter[stop]=2853" } }, "parent_station": { @@ -114186,14 +112841,14 @@ }, { "attributes": {}, - "id": "109875", + "id": "2761", "links": { - "self": "/stops/109875" + "self": "/stops/2761" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=109875" + "related": "/facilities/?filter[stop]=2761" } }, "parent_station": { @@ -114210,14 +112865,14 @@ }, { "attributes": {}, - "id": "3700", + "id": "3944", "links": { - "self": "/stops/3700" + "self": "/stops/3944" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3700" + "related": "/facilities/?filter[stop]=3944" } }, "parent_station": { @@ -114234,14 +112889,14 @@ }, { "attributes": {}, - "id": "1472", + "id": "5562", "links": { - "self": "/stops/1472" + "self": "/stops/5562" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1472" + "related": "/facilities/?filter[stop]=5562" } }, "parent_station": { @@ -114258,25 +112913,22 @@ }, { "attributes": {}, - "id": "70279", + "id": "9222", "links": { - "self": "/stops/70279" + "self": "/stops/9222" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70279" + "related": "/facilities/?filter[stop]=9222" } }, "parent_station": { - "data": { - "id": "place-astao", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } @@ -114285,14 +112937,14 @@ }, { "attributes": {}, - "id": "5687", + "id": "9251", "links": { - "self": "/stops/5687" + "self": "/stops/9251" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5687" + "related": "/facilities/?filter[stop]=9251" } }, "parent_station": { @@ -114309,14 +112961,14 @@ }, { "attributes": {}, - "id": "7896", + "id": "1411", "links": { - "self": "/stops/7896" + "self": "/stops/1411" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7896" + "related": "/facilities/?filter[stop]=1411" } }, "parent_station": { @@ -114332,39 +112984,52 @@ "type": "stop" }, { - "attributes": {}, - "id": "1504", + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Weymouth Landing", + "Quincy Center Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Weymouth Landing - Quincy Center Station", + "short_name": "225", + "sort_order": 52250, + "text_color": "000000", + "type": 3 + }, + "id": "225", "links": { - "self": "/stops/1504" + "self": "/routes/225" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=1504" + "agency": { + "data": { + "id": "1", + "type": "agency" } }, - "parent_station": { - "data": null - }, - "zone": { + "line": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "line-225226", + "type": "line" } } }, - "type": "stop" + "type": "route" }, { "attributes": {}, - "id": "10417", + "id": "5821", "links": { - "self": "/stops/10417" + "self": "/stops/5821" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=10417" + "related": "/facilities/?filter[stop]=5821" } }, "parent_station": { @@ -114381,14 +113046,14 @@ }, { "attributes": {}, - "id": "7789", + "id": "82033", "links": { - "self": "/stops/7789" + "self": "/stops/82033" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7789" + "related": "/facilities/?filter[stop]=82033" } }, "parent_station": { @@ -114405,22 +113070,25 @@ }, { "attributes": {}, - "id": "3461", + "id": "70116", "links": { - "self": "/stops/3461" + "self": "/stops/70116" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3461" + "related": "/facilities/?filter[stop]=70116" } }, "parent_station": { - "data": null + "data": { + "id": "place-sthld", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -114429,14 +113097,14 @@ }, { "attributes": {}, - "id": "7711", + "id": "1314", "links": { - "self": "/stops/7711" + "self": "/stops/1314" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7711" + "related": "/facilities/?filter[stop]=1314" } }, "parent_station": { @@ -114453,14 +113121,14 @@ }, { "attributes": {}, - "id": "91317", + "id": "76479", "links": { - "self": "/stops/91317" + "self": "/stops/76479" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=91317" + "related": "/facilities/?filter[stop]=76479" } }, "parent_station": { @@ -114477,22 +113145,25 @@ }, { "attributes": {}, - "id": "6480", + "id": "170136", "links": { - "self": "/stops/6480" + "self": "/stops/170136" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6480" + "related": "/facilities/?filter[stop]=170136" } }, "parent_station": { - "data": null + "data": { + "id": "place-babck", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -114501,14 +113172,14 @@ }, { "attributes": {}, - "id": "856", + "id": "78219", "links": { - "self": "/stops/856" + "self": "/stops/78219" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=856" + "related": "/facilities/?filter[stop]=78219" } }, "parent_station": { @@ -114525,14 +113196,14 @@ }, { "attributes": {}, - "id": "3731", + "id": "8325", "links": { - "self": "/stops/3731" + "self": "/stops/8325" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3731" + "related": "/facilities/?filter[stop]=8325" } }, "parent_station": { @@ -114549,106 +113220,166 @@ }, { "attributes": { - "direction_id": 1, - "headsign": "Wellington" + "direction_id": 0, + "headsign": "Georgetowne" }, - "id": "61868973", + "id": "67250649", "links": { - "self": "/trips/61868973" + "self": "/trips/67250649" }, "relationships": { "route": { "data": { - "id": "100", + "id": "40", "type": "route" } }, "route_pattern": { "data": { - "id": "100-3-1", + "id": "40-_-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "1000032", + "id": "400100", "type": "shape" } }, "stops": { "data": [ { - "id": "8302", + "id": "10642", "type": "stop" }, { - "id": "8303", + "id": "596", "type": "stop" }, { - "id": "8304", + "id": "597", "type": "stop" }, { - "id": "48304", + "id": "598", "type": "stop" }, { - "id": "8305", + "id": "599", "type": "stop" }, { - "id": "8306", + "id": "600", "type": "stop" }, { - "id": "8307", + "id": "601", "type": "stop" }, { - "id": "5264", + "id": "6022", "type": "stop" }, { - "id": "5265", + "id": "603", "type": "stop" }, { - "id": "5266", + "id": "10603", "type": "stop" }, { - "id": "5268", + "id": "604", "type": "stop" }, { - "id": "5267", + "id": "605", "type": "stop" }, { - "id": "5269", + "id": "606", "type": "stop" }, { - "id": "5270", + "id": "607", "type": "stop" }, { - "id": "9042", + "id": "608", "type": "stop" }, { - "id": "9043", + "id": "609", + "type": "stop" + }, + { + "id": "610", + "type": "stop" + }, + { + "id": "611", + "type": "stop" + }, + { + "id": "612", + "type": "stop" + }, + { + "id": "11613", + "type": "stop" + }, + { + "id": "1612", + "type": "stop" + }, + { + "id": "1613", + "type": "stop" + }, + { + "id": "1614", + "type": "stop" + }, + { + "id": "1615", + "type": "stop" + }, + { + "id": "1616", + "type": "stop" + }, + { + "id": "1617", + "type": "stop" + }, + { + "id": "11618", + "type": "stop" + }, + { + "id": "6523", + "type": "stop" + }, + { + "id": "6524", + "type": "stop" + }, + { + "id": "6526", + "type": "stop" + }, + { + "id": "6522", "type": "stop" }, { - "id": "5271", + "id": "1618", "type": "stop" } ] @@ -114658,25 +113389,22 @@ }, { "attributes": {}, - "id": "GB-0229-01", + "id": "14868", "links": { - "self": "/stops/GB-0229-01" + "self": "/stops/14868" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=GB-0229-01" + "related": "/facilities/?filter[stop]=14868" } }, "parent_station": { - "data": { - "id": "place-GB-0229", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "CR-zone-5", + "id": "LocalBus", "type": "zone" } } @@ -114685,18 +113413,21 @@ }, { "attributes": {}, - "id": "26131", + "id": "21918", "links": { - "self": "/stops/26131" + "self": "/stops/21918" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=26131" + "related": "/facilities/?filter[stop]=21918" } }, "parent_station": { - "data": null + "data": { + "id": "place-rsmnl", + "type": "stop" + } }, "zone": { "data": { @@ -114709,14 +113440,14 @@ }, { "attributes": {}, - "id": "8177", + "id": "5091", "links": { - "self": "/stops/8177" + "self": "/stops/5091" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8177" + "related": "/facilities/?filter[stop]=5091" } }, "parent_station": { @@ -114733,14 +113464,14 @@ }, { "attributes": {}, - "id": "4078", + "id": "5051", "links": { - "self": "/stops/4078" + "self": "/stops/5051" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4078" + "related": "/facilities/?filter[stop]=5051" } }, "parent_station": { @@ -114756,39 +113487,52 @@ "type": "stop" }, { - "attributes": {}, - "id": "12465", + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Greenbush", + "South Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Greenbush - North Scituate", + "short_name": "Greenbush Line Shuttle", + "sort_order": 61957, + "text_color": "000000", + "type": 3 + }, + "id": "Shuttle-GreenbushNorthScituate", "links": { - "self": "/stops/12465" + "self": "/routes/Shuttle-GreenbushNorthScituate" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=12465" + "agency": { + "data": { + "id": "1", + "type": "agency" } }, - "parent_station": { - "data": null - }, - "zone": { + "line": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "line-Greenbush", + "type": "line" } } }, - "type": "stop" + "type": "route" }, { "attributes": {}, - "id": "109870", + "id": "9441", "links": { - "self": "/stops/109870" + "self": "/stops/9441" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=109870" + "related": "/facilities/?filter[stop]=9441" } }, "parent_station": { @@ -114806,22 +113550,22 @@ { "attributes": { "direction_id": 0, - "headsign": "Forest Hills" + "headsign": "Blandford Street (Shuttle)" }, - "id": "canonical-Orange-C1-0", + "id": "GreenBBostonUniversityEastParkStreet-0-sample", "links": { - "self": "/trips/canonical-Orange-C1-0" + "self": "/trips/GreenBBostonUniversityEastParkStreet-0-sample" }, "relationships": { "route": { "data": { - "id": "Orange", + "id": "Shuttle-BostonUniversityEastPark", "type": "route" } }, "route_pattern": { "data": { - "id": "Orange-3-0", + "id": "Shuttle-BostonUniversityEastPark-0-0", "type": "route_pattern" } }, @@ -114833,90 +113577,42 @@ }, "shape": { "data": { - "id": "canonical-903_0018", + "id": "ParkStreetToBostonUniversityEast-S", "type": "shape" } }, "stops": { "data": [ { - "id": "70036", - "type": "stop" - }, - { - "id": "70034", - "type": "stop" - }, - { - "id": "70032", - "type": "stop" - }, - { - "id": "70278", - "type": "stop" - }, - { - "id": "70030", - "type": "stop" - }, - { - "id": "70028", - "type": "stop" - }, - { - "id": "70026", - "type": "stop" - }, - { - "id": "70024", - "type": "stop" - }, - { - "id": "70022", - "type": "stop" - }, - { - "id": "70020", - "type": "stop" - }, - { - "id": "70018", - "type": "stop" - }, - { - "id": "70016", - "type": "stop" - }, - { - "id": "70014", + "id": "10000", "type": "stop" }, { - "id": "70012", + "id": "8279", "type": "stop" }, { - "id": "70010", + "id": "177", "type": "stop" }, { - "id": "70008", + "id": "178", "type": "stop" }, { - "id": "70006", + "id": "93", "type": "stop" }, { - "id": "70004", + "id": "9070151", "type": "stop" }, { - "id": "70002", + "id": "951", "type": "stop" }, { - "id": "70001", + "id": "952", "type": "stop" } ] @@ -114926,14 +113622,14 @@ }, { "attributes": {}, - "id": "18352", + "id": "86944", "links": { - "self": "/stops/18352" + "self": "/stops/86944" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=18352" + "related": "/facilities/?filter[stop]=86944" } }, "parent_station": { @@ -114950,25 +113646,22 @@ }, { "attributes": {}, - "id": "70013", + "id": "11390", "links": { - "self": "/stops/70013" + "self": "/stops/11390" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70013" + "related": "/facilities/?filter[stop]=11390" } }, "parent_station": { - "data": { - "id": "place-masta", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } @@ -114977,14 +113670,14 @@ }, { "attributes": {}, - "id": "3410", + "id": "8672", "links": { - "self": "/stops/3410" + "self": "/stops/8672" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3410" + "related": "/facilities/?filter[stop]=8672" } }, "parent_station": { @@ -115001,14 +113694,14 @@ }, { "attributes": {}, - "id": "13400", + "id": "4703", "links": { - "self": "/stops/13400" + "self": "/stops/4703" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=13400" + "related": "/facilities/?filter[stop]=4703" } }, "parent_station": { @@ -115025,14 +113718,14 @@ }, { "attributes": {}, - "id": "1132", + "id": "17879", "links": { - "self": "/stops/1132" + "self": "/stops/17879" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1132" + "related": "/facilities/?filter[stop]=17879" } }, "parent_station": { @@ -115049,38 +113742,35 @@ }, { "attributes": {}, - "id": "111711", + "id": "9070186", "links": { - "self": "/stops/111711" + "self": "/stops/9070186" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=111711" + "related": "/facilities/?filter[stop]=9070186" } }, "parent_station": { "data": null }, "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } + "data": null } }, "type": "stop" }, { "attributes": {}, - "id": "1165", + "id": "4050", "links": { - "self": "/stops/1165" + "self": "/stops/4050" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1165" + "related": "/facilities/?filter[stop]=4050" } }, "parent_station": { @@ -115097,25 +113787,22 @@ }, { "attributes": {}, - "id": "70042", + "id": "5083", "links": { - "self": "/stops/70042" + "self": "/stops/5083" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70042" + "related": "/facilities/?filter[stop]=5083" } }, "parent_station": { - "data": { - "id": "place-state", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } @@ -115124,14 +113811,14 @@ }, { "attributes": {}, - "id": "7164", + "id": "7381", "links": { - "self": "/stops/7164" + "self": "/stops/7381" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7164" + "related": "/facilities/?filter[stop]=7381" } }, "parent_station": { @@ -115147,39 +113834,52 @@ "type": "stop" }, { - "attributes": {}, - "id": "6761", + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Ashmont Station", + "Andrew Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Ashmont Station - Andrew Station", + "short_name": "18", + "sort_order": 50180, + "text_color": "000000", + "type": 3 + }, + "id": "18", "links": { - "self": "/stops/6761" + "self": "/routes/18" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=6761" + "agency": { + "data": { + "id": "1", + "type": "agency" } }, - "parent_station": { - "data": null - }, - "zone": { + "line": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "line-18", + "type": "line" } } }, - "type": "stop" + "type": "route" }, { "attributes": {}, - "id": "7373", + "id": "4166", "links": { - "self": "/stops/7373" + "self": "/stops/4166" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7373" + "related": "/facilities/?filter[stop]=4166" } }, "parent_station": { @@ -115196,14 +113896,14 @@ }, { "attributes": {}, - "id": "5460", + "id": "5549", "links": { - "self": "/stops/5460" + "self": "/stops/5549" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5460" + "related": "/facilities/?filter[stop]=5549" } }, "parent_station": { @@ -115218,174 +113918,16 @@ }, "type": "stop" }, - { - "attributes": { - "direction_id": 0, - "headsign": "Foxboro" - }, - "id": "CR-670244-747", - "links": { - "self": "/trips/CR-670244-747" - }, - "relationships": { - "route": { - "data": { - "id": "CR-Franklin", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "CR-Franklin-8076e72e-0", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "SPRING2024-SOUTHWKD-Weekday-1-S85407dc6", - "type": "service" - } - }, - "shape": { - "data": { - "id": "SouthStationToFoxboroViaBackBay", - "type": "shape" - } - }, - "stops": { - "data": [ - { - "id": "NEC-2287", - "type": "stop" - }, - { - "id": "NEC-2276-01", - "type": "stop" - }, - { - "id": "NEC-2265-01", - "type": "stop" - }, - { - "id": "NEC-2203-03", - "type": "stop" - }, - { - "id": "FB-0095-05", - "type": "stop" - }, - { - "id": "FB-0109-01", - "type": "stop" - }, - { - "id": "FB-0118-01", - "type": "stop" - }, - { - "id": "FB-0125-01", - "type": "stop" - }, - { - "id": "FB-0143-01", - "type": "stop" - }, - { - "id": "FB-0148-01", - "type": "stop" - }, - { - "id": "FB-0166-S", - "type": "stop" - }, - { - "id": "FS-0049-S", - "type": "stop" - } - ] - } - }, - "type": "trip" - }, - { - "attributes": { - "direction_id": 0, - "headsign": "Lowell" - }, - "id": "CR-660302-301", - "links": { - "self": "/trips/CR-660302-301" - }, - "relationships": { - "route": { - "data": { - "id": "CR-Lowell", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "CR-Lowell-90161884-0", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "SPRING2024-NORTHWKD-Weekday-5-S7d8482ee", - "type": "service" - } - }, - "shape": { - "data": { - "id": "9830006", - "type": "shape" - } - }, - "stops": { - "data": [ - { - "id": "BNT-0000", - "type": "stop" - }, - { - "id": "NHRML-0055-01", - "type": "stop" - }, - { - "id": "NHRML-0073-01", - "type": "stop" - }, - { - "id": "NHRML-0127-01", - "type": "stop" - }, - { - "id": "NHRML-0152-01", - "type": "stop" - }, - { - "id": "NHRML-0218-01", - "type": "stop" - }, - { - "id": "NHRML-0254-04", - "type": "stop" - } - ] - } - }, - "type": "trip" - }, { "attributes": {}, - "id": "4326", + "id": "3784", "links": { - "self": "/stops/4326" + "self": "/stops/3784" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4326" + "related": "/facilities/?filter[stop]=3784" } }, "parent_station": { @@ -115402,14 +113944,14 @@ }, { "attributes": {}, - "id": "1761", + "id": "2725", "links": { - "self": "/stops/1761" + "self": "/stops/2725" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1761" + "related": "/facilities/?filter[stop]=2725" } }, "parent_station": { @@ -115426,14 +113968,14 @@ }, { "attributes": {}, - "id": "31852", + "id": "3042", "links": { - "self": "/stops/31852" + "self": "/stops/3042" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=31852" + "related": "/facilities/?filter[stop]=3042" } }, "parent_station": { @@ -115450,25 +113992,22 @@ }, { "attributes": {}, - "id": "70023", + "id": "24716", "links": { - "self": "/stops/70023" + "self": "/stops/24716" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70023" + "related": "/facilities/?filter[stop]=24716" } }, "parent_station": { - "data": { - "id": "place-state", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } @@ -115477,14 +114016,14 @@ }, { "attributes": {}, - "id": "4814", + "id": "3724", "links": { - "self": "/stops/4814" + "self": "/stops/3724" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4814" + "related": "/facilities/?filter[stop]=3724" } }, "parent_station": { @@ -115500,63 +114039,289 @@ "type": "stop" }, { - "attributes": {}, - "id": "9053", + "attributes": { + "direction_id": 1, + "headsign": "Oak Grove (Express shuttle)" + }, + "id": "Orange-NSta-OakGrv-Express-Weekday-1-20:45:00", "links": { - "self": "/stops/9053" + "self": "/trips/Orange-NSta-OakGrv-Express-Weekday-1-20%3A45%3A00" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=9053" + "route": { + "data": { + "id": "Shuttle-NStaOakGroveExpress", + "type": "route" } }, - "parent_station": { - "data": null + "route_pattern": { + "data": { + "id": "Shuttle-NStaOakGroveExpress-0-1", + "type": "route_pattern" + } }, - "zone": { + "service": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "Orange-NSta-OakGrv-Express-Weekday", + "type": "service" + } + }, + "shape": { + "data": { + "id": "NStationHaverhillStToOakGroveExpress-S", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "9070026", + "type": "stop" + }, + { + "id": "5072", + "type": "stop" + }, + { + "id": "9328", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { - "attributes": {}, - "id": "1616", + "attributes": { + "direction_id": 1, + "headsign": "Alewife" + }, + "id": "67009347", "links": { - "self": "/stops/1616" + "self": "/trips/67009347" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=1616" + "route": { + "data": { + "id": "76", + "type": "route" } }, - "parent_station": { - "data": null + "route_pattern": { + "data": { + "id": "76-_-1", + "type": "route_pattern" + } }, - "zone": { + "service": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "WinterWeekday", + "type": "service" + } + }, + "shape": { + "data": { + "id": "760150", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "85231", + "type": "stop" + }, + { + "id": "8623", + "type": "stop" + }, + { + "id": "86232", + "type": "stop" + }, + { + "id": "8624", + "type": "stop" + }, + { + "id": "86242", + "type": "stop" + }, + { + "id": "86261", + "type": "stop" + }, + { + "id": "8627", + "type": "stop" + }, + { + "id": "8628", + "type": "stop" + }, + { + "id": "8629", + "type": "stop" + }, + { + "id": "8630", + "type": "stop" + }, + { + "id": "8631", + "type": "stop" + }, + { + "id": "8632", + "type": "stop" + }, + { + "id": "8633", + "type": "stop" + }, + { + "id": "8634", + "type": "stop" + }, + { + "id": "8635", + "type": "stop" + }, + { + "id": "7874", + "type": "stop" + }, + { + "id": "78741", + "type": "stop" + }, + { + "id": "78742", + "type": "stop" + }, + { + "id": "8636", + "type": "stop" + }, + { + "id": "18636", + "type": "stop" + }, + { + "id": "8637", + "type": "stop" + }, + { + "id": "8638", + "type": "stop" + }, + { + "id": "8639", + "type": "stop" + }, + { + "id": "8640", + "type": "stop" + }, + { + "id": "8641", + "type": "stop" + }, + { + "id": "18595", + "type": "stop" + }, + { + "id": "8643", + "type": "stop" + }, + { + "id": "8645", + "type": "stop" + }, + { + "id": "8647", + "type": "stop" + }, + { + "id": "8648", + "type": "stop" + }, + { + "id": "8649", + "type": "stop" + }, + { + "id": "8651", + "type": "stop" + }, + { + "id": "2494", + "type": "stop" + }, + { + "id": "2495", + "type": "stop" + }, + { + "id": "2326", + "type": "stop" + }, + { + "id": "2327", + "type": "stop" + }, + { + "id": "2328", + "type": "stop" + }, + { + "id": "2329", + "type": "stop" + }, + { + "id": "2331", + "type": "stop" + }, + { + "id": "2475", + "type": "stop" + }, + { + "id": "2477", + "type": "stop" + }, + { + "id": "2478", + "type": "stop" + }, + { + "id": "24790", + "type": "stop" + }, + { + "id": "24791", + "type": "stop" + }, + { + "id": "141", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "4079", + "id": "5888", "links": { - "self": "/stops/4079" + "self": "/stops/5888" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4079" + "related": "/facilities/?filter[stop]=5888" } }, "parent_station": { @@ -115573,14 +114338,14 @@ }, { "attributes": {}, - "id": "3850", + "id": "6902", "links": { - "self": "/stops/3850" + "self": "/stops/6902" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3850" + "related": "/facilities/?filter[stop]=6902" } }, "parent_station": { @@ -115597,22 +114362,25 @@ }, { "attributes": {}, - "id": "8229", + "id": "70167", "links": { - "self": "/stops/8229" + "self": "/stops/70167" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8229" + "related": "/facilities/?filter[stop]=70167" } }, "parent_station": { - "data": null + "data": { + "id": "place-eliot", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -115621,25 +114389,22 @@ }, { "attributes": {}, - "id": "WML-0025-05", + "id": "5988", "links": { - "self": "/stops/WML-0025-05" + "self": "/stops/5988" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=WML-0025-05" + "related": "/facilities/?filter[stop]=5988" } }, "parent_station": { - "data": { - "id": "place-WML-0025", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "CR-zone-1A", + "id": "LocalBus", "type": "zone" } } @@ -115648,14 +114413,14 @@ }, { "attributes": {}, - "id": "270", + "id": "49946", "links": { - "self": "/stops/270" + "self": "/stops/49946" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=270" + "related": "/facilities/?filter[stop]=49946" } }, "parent_station": { @@ -115672,194 +114437,290 @@ }, { "attributes": { - "direction_id": 1, - "headsign": "Haymarket via Sullivan" + "direction_id": 0, + "headsign": "Mattapan via Nubian & Fields Corner" }, - "id": "61870430", + "id": "66651840", "links": { - "self": "/trips/61870430" + "self": "/trips/66651840" }, "relationships": { "route": { "data": { - "id": "8993", + "id": "15", "type": "route" } }, "route_pattern": { "data": { - "id": "8993-_-1", + "id": "15-H-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "1940081", + "id": "1910088", "type": "shape" } }, "stops": { "data": [ { - "id": "2637", + "id": "117", "type": "stop" }, { - "id": "2575", + "id": "49704", "type": "stop" }, { - "id": "2576", + "id": "10000", "type": "stop" }, { - "id": "2691", + "id": "8279", "type": "stop" }, { - "id": "2692", + "id": "49002", "type": "stop" }, { - "id": "2693", + "id": "49003", "type": "stop" }, { - "id": "2695", + "id": "5098", "type": "stop" }, { - "id": "2696", + "id": "5100", "type": "stop" }, { - "id": "2697", + "id": "19402", "type": "stop" }, { - "id": "2698", + "id": "15176", "type": "stop" }, { - "id": "2699", + "id": "55", "type": "stop" }, { - "id": "2700", + "id": "60", "type": "stop" }, { - "id": "2702", + "id": "62", "type": "stop" }, { - "id": "2703", + "id": "63", "type": "stop" }, { - "id": "2704", + "id": "64000", "type": "stop" }, { - "id": "2706", + "id": "1493", "type": "stop" }, { - "id": "2707", + "id": "1495", "type": "stop" }, { - "id": "2710", + "id": "1496", "type": "stop" }, { - "id": "2711", + "id": "1497", "type": "stop" }, { - "id": "2713", + "id": "1498", "type": "stop" }, { - "id": "2714", + "id": "1499", "type": "stop" }, { - "id": "29001", + "id": "1500", "type": "stop" }, { - "id": "29010", + "id": "1501", "type": "stop" }, { - "id": "12821", + "id": "11501", "type": "stop" }, { - "id": "2844", + "id": "1504", "type": "stop" }, { - "id": "2845", + "id": "1506", "type": "stop" }, { - "id": "2846", + "id": "1508", "type": "stop" }, { - "id": "2847", + "id": "1509", "type": "stop" }, { - "id": "2848", + "id": "1510", "type": "stop" }, { - "id": "2849", + "id": "1511", "type": "stop" }, { - "id": "2850", + "id": "11512", "type": "stop" }, { - "id": "2851", + "id": "1512", "type": "stop" }, { - "id": "2852", + "id": "1514", "type": "stop" }, { - "id": "2853", + "id": "1515", "type": "stop" }, { - "id": "2854", + "id": "553", "type": "stop" }, { - "id": "2855", + "id": "554", "type": "stop" }, { - "id": "28281", + "id": "555", "type": "stop" }, { - "id": "2829", + "id": "556", "type": "stop" }, { - "id": "8309", + "id": "325", + "type": "stop" + }, + { + "id": "326", + "type": "stop" + }, + { + "id": "327", + "type": "stop" + }, + { + "id": "328", + "type": "stop" + }, + { + "id": "329", + "type": "stop" + }, + { + "id": "330", + "type": "stop" + }, + { + "id": "331", + "type": "stop" + }, + { + "id": "332", + "type": "stop" + }, + { + "id": "8717", + "type": "stop" + }, + { + "id": "536", + "type": "stop" + }, + { + "id": "537", + "type": "stop" + }, + { + "id": "569", + "type": "stop" + }, + { + "id": "10569", + "type": "stop" + }, + { + "id": "570", + "type": "stop" + }, + { + "id": "883", + "type": "stop" + }, + { + "id": "571", + "type": "stop" + }, + { + "id": "572", + "type": "stop" + }, + { + "id": "574", + "type": "stop" + }, + { + "id": "575", + "type": "stop" + }, + { + "id": "576", + "type": "stop" + }, + { + "id": "577", + "type": "stop" + }, + { + "id": "578", + "type": "stop" + }, + { + "id": "579", + "type": "stop" + }, + { + "id": "580", + "type": "stop" + }, + { + "id": "185", "type": "stop" } ] @@ -115868,54 +114729,50 @@ "type": "trip" }, { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Boston College", - "Government Center" - ], - "direction_names": [ - "West", - "East" - ], - "long_name": "Boston University East - Back Bay", - "short_name": "Green Line B Shuttle", - "sort_order": 60490, - "text_color": "000000", - "type": 3 - }, - "id": "Shuttle-BackBayBostonUniversityEast", + "attributes": {}, + "id": "9051", "links": { - "self": "/routes/Shuttle-BackBayBostonUniversityEast" + "self": "/stops/9051" }, "relationships": { - "line": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=9051" + } + }, + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "line-Green", - "type": "line" + "id": "LocalBus", + "type": "zone" } } }, - "type": "route" + "type": "stop" }, { "attributes": {}, - "id": "3566", + "id": "WML-0081-02", "links": { - "self": "/stops/3566" + "self": "/stops/WML-0081-02" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3566" + "related": "/facilities/?filter[stop]=WML-0081-02" } }, "parent_station": { - "data": null + "data": { + "id": "place-WML-0081", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "CR-zone-1", "type": "zone" } } @@ -115924,14 +114781,14 @@ }, { "attributes": {}, - "id": "3970", + "id": "1539", "links": { - "self": "/stops/3970" + "self": "/stops/1539" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3970" + "related": "/facilities/?filter[stop]=1539" } }, "parent_station": { @@ -115948,14 +114805,14 @@ }, { "attributes": {}, - "id": "9067", + "id": "4396", "links": { - "self": "/stops/9067" + "self": "/stops/4396" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9067" + "related": "/facilities/?filter[stop]=4396" } }, "parent_station": { @@ -115972,38 +114829,35 @@ }, { "attributes": {}, - "id": "11587", + "id": "9070179", "links": { - "self": "/stops/11587" + "self": "/stops/9070179" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=11587" + "related": "/facilities/?filter[stop]=9070179" } }, "parent_station": { "data": null }, "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } + "data": null } }, "type": "stop" }, { "attributes": {}, - "id": "51618", + "id": "7608", "links": { - "self": "/stops/51618" + "self": "/stops/7608" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=51618" + "related": "/facilities/?filter[stop]=7608" } }, "parent_station": { @@ -116020,14 +114874,14 @@ }, { "attributes": {}, - "id": "1798", + "id": "17401", "links": { - "self": "/stops/1798" + "self": "/stops/17401" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1798" + "related": "/facilities/?filter[stop]=17401" } }, "parent_station": { @@ -116044,107 +114898,14 @@ }, { "attributes": {}, - "id": "3279", + "id": "8593", "links": { - "self": "/stops/3279" + "self": "/stops/8593" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3279" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Elm Street", - "Wellington Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Elm Street - Wellington Station", - "short_name": "100", - "sort_order": 51000, - "text_color": "000000", - "type": 3 - }, - "id": "100", - "links": { - "self": "/routes/100" - }, - "relationships": { - "line": { - "data": { - "id": "line-100", - "type": "line" - } - } - }, - "type": "route" - }, - { - "attributes": { - "color": "FFC72C", - "long_name": "Wolcott Square - Forest Hills", - "short_name": "32", - "sort_order": 50320, - "text_color": "000000" - }, - "id": "line-32", - "links": { - "self": "/lines/line-32" - }, - "type": "line" - }, - { - "attributes": {}, - "id": "38494", - "links": { - "self": "/stops/38494" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=38494" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "3801", - "links": { - "self": "/stops/3801" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=3801" + "related": "/facilities/?filter[stop]=8593" } }, "parent_station": { @@ -116161,14 +114922,14 @@ }, { "attributes": {}, - "id": "2637", + "id": "848", "links": { - "self": "/stops/2637" + "self": "/stops/848" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2637" + "related": "/facilities/?filter[stop]=848" } }, "parent_station": { @@ -116185,14 +114946,14 @@ }, { "attributes": {}, - "id": "2920", + "id": "4933", "links": { - "self": "/stops/2920" + "self": "/stops/4933" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2920" + "related": "/facilities/?filter[stop]=4933" } }, "parent_station": { @@ -116209,86 +114970,38 @@ }, { "attributes": {}, - "id": "5547", + "id": "NB-0127-B", "links": { - "self": "/stops/5547" + "self": "/stops/NB-0127-B" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5547" + "related": "/facilities/?filter[stop]=NB-0127-B" } }, "parent_station": { - "data": null - }, - "zone": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "109883", - "links": { - "self": "/stops/109883" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=109883" + "id": "place-NB-0127", + "type": "stop" } }, - "parent_station": { - "data": null - }, "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "3576", - "links": { - "self": "/stops/3576" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=3576" - } - }, - "parent_station": { "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } } }, "type": "stop" }, { "attributes": {}, - "id": "15994", + "id": "3804", "links": { - "self": "/stops/15994" + "self": "/stops/3804" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=15994" + "related": "/facilities/?filter[stop]=3804" } }, "parent_station": { @@ -116303,63 +115016,110 @@ }, "type": "stop" }, - { - "attributes": {}, - "id": "9070007", - "links": { - "self": "/stops/9070007" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=9070007" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": null - } - }, - "type": "stop" - }, { "attributes": { "direction_id": 1, - "headsign": "Watertown Yard via Nubian" + "headsign": "Kenmore" }, - "id": "61392310_1", + "id": "66646568", "links": { - "self": "/trips/61392310_1" + "self": "/trips/66646568" }, "relationships": { "route": { "data": { - "id": "23", + "id": "19", "type": "route" } }, "route_pattern": { "data": { - "id": "23-G-1", + "id": "19-3-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "660267-1", + "id": "190330", "type": "shape" } }, "stops": { "data": [ + { + "id": "323", + "type": "stop" + }, + { + "id": "55600", + "type": "stop" + }, + { + "id": "557", + "type": "stop" + }, + { + "id": "558", + "type": "stop" + }, + { + "id": "559", + "type": "stop" + }, + { + "id": "560", + "type": "stop" + }, + { + "id": "561", + "type": "stop" + }, + { + "id": "562", + "type": "stop" + }, + { + "id": "563", + "type": "stop" + }, + { + "id": "564", + "type": "stop" + }, + { + "id": "565", + "type": "stop" + }, + { + "id": "566", + "type": "stop" + }, + { + "id": "567", + "type": "stop" + }, + { + "id": "568", + "type": "stop" + }, + { + "id": "386", + "type": "stop" + }, + { + "id": "387", + "type": "stop" + }, + { + "id": "388", + "type": "stop" + }, { "id": "390", "type": "stop" @@ -116389,7 +115149,79 @@ "type": "stop" }, { - "id": "64000", + "id": "64", + "type": "stop" + }, + { + "id": "1", + "type": "stop" + }, + { + "id": "7", + "type": "stop" + }, + { + "id": "11", + "type": "stop" + }, + { + "id": "17862", + "type": "stop" + }, + { + "id": "1798", + "type": "stop" + }, + { + "id": "1799", + "type": "stop" + }, + { + "id": "1800", + "type": "stop" + }, + { + "id": "11799", + "type": "stop" + }, + { + "id": "11802", + "type": "stop" + }, + { + "id": "11803", + "type": "stop" + }, + { + "id": "1804", + "type": "stop" + }, + { + "id": "1805", + "type": "stop" + }, + { + "id": "1806", + "type": "stop" + }, + { + "id": "9441", + "type": "stop" + }, + { + "id": "1562", + "type": "stop" + }, + { + "id": "1563", + "type": "stop" + }, + { + "id": "1564", + "type": "stop" + }, + { + "id": "899", "type": "stop" } ] @@ -116399,86 +115231,14 @@ }, { "attributes": {}, - "id": "49800", - "links": { - "self": "/stops/49800" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=49800" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "49824", - "links": { - "self": "/stops/49824" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=49824" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "2424", - "links": { - "self": "/stops/2424" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=2424" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "8205", + "id": "63241", "links": { - "self": "/stops/8205" + "self": "/stops/63241" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8205" + "related": "/facilities/?filter[stop]=63241" } }, "parent_station": { @@ -116495,14 +115255,14 @@ }, { "attributes": {}, - "id": "3921", + "id": "2916", "links": { - "self": "/stops/3921" + "self": "/stops/2916" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3921" + "related": "/facilities/?filter[stop]=2916" } }, "parent_station": { @@ -116519,14 +115279,14 @@ }, { "attributes": {}, - "id": "7811", + "id": "35", "links": { - "self": "/stops/7811" + "self": "/stops/35" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7811" + "related": "/facilities/?filter[stop]=35" } }, "parent_station": { @@ -116543,14 +115303,14 @@ }, { "attributes": {}, - "id": "2405", + "id": "33634", "links": { - "self": "/stops/2405" + "self": "/stops/33634" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2405" + "related": "/facilities/?filter[stop]=33634" } }, "parent_station": { @@ -116567,14 +115327,14 @@ }, { "attributes": {}, - "id": "5606", + "id": "25988", "links": { - "self": "/stops/5606" + "self": "/stops/25988" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5606" + "related": "/facilities/?filter[stop]=25988" } }, "parent_station": { @@ -116589,204 +115349,152 @@ }, "type": "stop" }, - { - "attributes": {}, - "id": "175", - "links": { - "self": "/stops/175" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=175" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "ExpressBus-Downtown", - "type": "zone" - } - } - }, - "type": "stop" - }, { "attributes": { "direction_id": 1, - "headsign": "Copley via South Bay Center" + "headsign": "Andrew" }, - "id": "61393820", + "id": "66645989", "links": { - "self": "/trips/61393820" + "self": "/trips/66645989" }, "relationships": { "route": { "data": { - "id": "10", + "id": "17", "type": "route" } }, "route_pattern": { "data": { - "id": "10-9-1", + "id": "17-_-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "100232", + "id": "170111", "type": "shape" } }, "stops": { "data": [ { - "id": "33", - "type": "stop" - }, - { - "id": "10033", - "type": "stop" - }, - { - "id": "34", - "type": "stop" - }, - { - "id": "35", - "type": "stop" - }, - { - "id": "895", - "type": "stop" - }, - { - "id": "41", - "type": "stop" - }, - { - "id": "42", - "type": "stop" - }, - { - "id": "43", + "id": "323", "type": "stop" }, { - "id": "44", + "id": "55600", "type": "stop" }, { - "id": "45", + "id": "557", "type": "stop" }, { - "id": "46", + "id": "558", "type": "stop" }, { - "id": "47", + "id": "559", "type": "stop" }, { - "id": "48", + "id": "560", "type": "stop" }, { - "id": "49", + "id": "561", "type": "stop" }, { - "id": "50", + "id": "1468", "type": "stop" }, { - "id": "51", + "id": "1469", "type": "stop" }, { - "id": "52", + "id": "1470", "type": "stop" }, { - "id": "13", + "id": "1471", "type": "stop" }, { - "id": "11241", + "id": "1472", "type": "stop" }, { - "id": "11242", + "id": "1473", "type": "stop" }, { - "id": "11244", + "id": "14731", "type": "stop" }, { - "id": "127", + "id": "1474", "type": "stop" }, { - "id": "128", + "id": "1475", "type": "stop" }, { - "id": "9960", + "id": "1478", "type": "stop" }, { - "id": "10", + "id": "1479", "type": "stop" }, { - "id": "10014", + "id": "1480", "type": "stop" }, { - "id": "10005", + "id": "2933", "type": "stop" }, { - "id": "5091", + "id": "2934", "type": "stop" }, { - "id": "9421", + "id": "2935", "type": "stop" }, { - "id": "1381", + "id": "2937", "type": "stop" }, { - "id": "1382", + "id": "2938", "type": "stop" }, { - "id": "1383", + "id": "2939", "type": "stop" }, { - "id": "1384", + "id": "2940", "type": "stop" }, { - "id": "11384", + "id": "12940", "type": "stop" }, { - "id": "178", + "id": "13", "type": "stop" } ] @@ -116796,14 +115504,14 @@ }, { "attributes": {}, - "id": "5980", + "id": "3070", "links": { - "self": "/stops/5980" + "self": "/stops/3070" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5980" + "related": "/facilities/?filter[stop]=3070" } }, "parent_station": { @@ -116820,14 +115528,14 @@ }, { "attributes": {}, - "id": "8553", + "id": "7206", "links": { - "self": "/stops/8553" + "self": "/stops/7206" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8553" + "related": "/facilities/?filter[stop]=7206" } }, "parent_station": { @@ -116844,14 +115552,14 @@ }, { "attributes": {}, - "id": "111146", + "id": "80620", "links": { - "self": "/stops/111146" + "self": "/stops/80620" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=111146" + "related": "/facilities/?filter[stop]=80620" } }, "parent_station": { @@ -116868,14 +115576,14 @@ }, { "attributes": {}, - "id": "53618", + "id": "2463", "links": { - "self": "/stops/53618" + "self": "/stops/2463" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=53618" + "related": "/facilities/?filter[stop]=2463" } }, "parent_station": { @@ -116892,14 +115600,14 @@ }, { "attributes": {}, - "id": "3054", + "id": "2465", "links": { - "self": "/stops/3054" + "self": "/stops/2465" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3054" + "related": "/facilities/?filter[stop]=2465" } }, "parent_station": { @@ -116916,14 +115624,14 @@ }, { "attributes": {}, - "id": "76597", + "id": "3339", "links": { - "self": "/stops/76597" + "self": "/stops/3339" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=76597" + "related": "/facilities/?filter[stop]=3339" } }, "parent_station": { @@ -116940,14 +115648,14 @@ }, { "attributes": {}, - "id": "1184", + "id": "4491", "links": { - "self": "/stops/1184" + "self": "/stops/4491" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1184" + "related": "/facilities/?filter[stop]=4491" } }, "parent_station": { @@ -116964,46 +115672,25 @@ }, { "attributes": {}, - "id": "6269", + "id": "GB-0353-S", "links": { - "self": "/stops/6269" + "self": "/stops/GB-0353-S" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6269" + "related": "/facilities/?filter[stop]=GB-0353-S" } }, "parent_station": { - "data": null - }, - "zone": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "2341", - "links": { - "self": "/stops/2341" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=2341" + "id": "place-GB-0353", + "type": "stop" } }, - "parent_station": { - "data": null - }, "zone": { "data": { - "id": "LocalBus", + "id": "CR-zone-8", "type": "zone" } } @@ -117012,14 +115699,14 @@ }, { "attributes": {}, - "id": "4367", + "id": "6600", "links": { - "self": "/stops/4367" + "self": "/stops/6600" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4367" + "related": "/facilities/?filter[stop]=6600" } }, "parent_station": { @@ -117036,14 +115723,14 @@ }, { "attributes": {}, - "id": "1674", + "id": "2704", "links": { - "self": "/stops/1674" + "self": "/stops/2704" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1674" + "related": "/facilities/?filter[stop]=2704" } }, "parent_station": { @@ -117060,14 +115747,14 @@ }, { "attributes": {}, - "id": "2220", + "id": "6704", "links": { - "self": "/stops/2220" + "self": "/stops/6704" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2220" + "related": "/facilities/?filter[stop]=6704" } }, "parent_station": { @@ -117083,70 +115770,132 @@ "type": "stop" }, { - "attributes": {}, - "id": "47620", + "attributes": { + "direction_id": 1, + "headsign": "Brookline Village" + }, + "id": "66651113", "links": { - "self": "/stops/47620" + "self": "/trips/66651113" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=47620" + "route": { + "data": { + "id": "60", + "type": "route" } }, - "parent_station": { - "data": null + "route_pattern": { + "data": { + "id": "60-3-1", + "type": "route_pattern" + } }, - "zone": { + "service": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "WinterWeekday", + "type": "service" } - } - }, - "type": "stop" - }, - { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Forge Park/495", - "South Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Forge Park/495 - Walpole", - "short_name": "Franklin Line Shuttle", - "sort_order": 61770, - "text_color": "000000", - "type": 3 - }, - "id": "Shuttle-ForgeParkWalpole", - "links": { - "self": "/routes/Shuttle-ForgeParkWalpole" - }, - "relationships": { - "line": { + }, + "shape": { "data": { - "id": "line-Franklin", - "type": "line" + "id": "600226", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "19661", + "type": "stop" + }, + { + "id": "17000", + "type": "stop" + }, + { + "id": "17001", + "type": "stop" + }, + { + "id": "19821", + "type": "stop" + }, + { + "id": "1984", + "type": "stop" + }, + { + "id": "1541", + "type": "stop" + }, + { + "id": "1543", + "type": "stop" + }, + { + "id": "1544", + "type": "stop" + }, + { + "id": "1545", + "type": "stop" + }, + { + "id": "1546", + "type": "stop" + }, + { + "id": "1547", + "type": "stop" + }, + { + "id": "1548", + "type": "stop" + }, + { + "id": "1549", + "type": "stop" + }, + { + "id": "1550", + "type": "stop" + }, + { + "id": "1551", + "type": "stop" + }, + { + "id": "1552", + "type": "stop" + }, + { + "id": "1553", + "type": "stop" + }, + { + "id": "1554", + "type": "stop" + }, + { + "id": "1555", + "type": "stop" + } + ] } }, - "type": "route" + "type": "trip" }, { "attributes": {}, - "id": "7909", + "id": "11780", "links": { - "self": "/stops/7909" + "self": "/stops/11780" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7909" + "related": "/facilities/?filter[stop]=11780" } }, "parent_station": { @@ -117163,49 +115912,25 @@ }, { "attributes": {}, - "id": "NEC-2192-02", + "id": "70237", "links": { - "self": "/stops/NEC-2192-02" + "self": "/stops/70237" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=NEC-2192-02" + "related": "/facilities/?filter[stop]=70237" } }, "parent_station": { "data": { - "id": "place-DB-0095", + "id": "place-clmnl", "type": "stop" } }, "zone": { "data": { - "id": "CR-zone-2", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "109808", - "links": { - "self": "/stops/109808" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=109808" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -117214,76 +115939,63 @@ }, { "attributes": { - "color": "DA291C", - "long_name": "Red Line", - "short_name": "", - "sort_order": 10010, - "text_color": "FFFFFF" - }, - "id": "line-Red", - "links": { - "self": "/lines/line-Red" + "direction_id": 1, + "headsign": "Kenmore (Shuttle)" }, - "type": "line" - }, - { - "attributes": {}, - "id": "South Weymouth-S", + "id": "KenmoreStMarysNotFenway-1-sample", "links": { - "self": "/stops/South%20Weymouth-S" + "self": "/trips/KenmoreStMarysNotFenway-1-sample" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=South%20Weymouth-S" + "route": { + "data": { + "id": "Shuttle-KenmoreStMarysNotFenway", + "type": "route" } }, - "parent_station": { + "route_pattern": { "data": { - "id": "place-PB-0158", - "type": "stop" + "id": "Shuttle-KenmoreStMarysNotFenway-0-1", + "type": "route_pattern" } }, - "zone": { - "data": null - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "5664", - "links": { - "self": "/stops/5664" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=5664" + "service": { + "data": { + "id": "canonical", + "type": "service" } }, - "parent_station": { - "data": null - }, - "zone": { + "shape": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "SaintMaryToKenmore-S", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "9070212", + "type": "stop" + }, + { + "id": "9070150", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "7304", + "id": "1610", "links": { - "self": "/stops/7304" + "self": "/stops/1610" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7304" + "related": "/facilities/?filter[stop]=1610" } }, "parent_station": { @@ -117301,85 +116013,77 @@ { "attributes": { "direction_id": 1, - "headsign": "South Station" + "headsign": "Brookline Village (Shuttle)" }, - "id": "CR-670278-820", + "id": "BrooklineVillageRiversidePartial-1-sample", "links": { - "self": "/trips/CR-670278-820" + "self": "/trips/BrooklineVillageRiversidePartial-1-sample" }, "relationships": { "route": { "data": { - "id": "CR-Providence", + "id": "Shuttle-BrooklineVillageRiverside", "type": "route" } }, "route_pattern": { "data": { - "id": "CR-Providence-e9395acc-1", + "id": "Shuttle-BrooklineVillageRiverside-0-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SPRING2024-SOUTHWKD-Weekday-1-Scbbf1ea5", + "id": "canonical", "type": "service" } }, "shape": { "data": { - "id": "9890008", + "id": "RiversideToBrooklineVillage-S", "type": "shape" } }, "stops": { "data": [ { - "id": "NEC-1659-03", - "type": "stop" - }, - { - "id": "NEC-1768-03", - "type": "stop" - }, - { - "id": "NEC-1851-03", + "id": "38155", "type": "stop" }, { - "id": "NEC-1891-02", + "id": "9070162", "type": "stop" }, { - "id": "NEC-1969-04", + "id": "9070164", "type": "stop" }, { - "id": "NEC-2040-02", + "id": "8153", "type": "stop" }, { - "id": "NEC-2108-02", + "id": "9170168", "type": "stop" }, { - "id": "NEC-2139-02", + "id": "9070170", "type": "stop" }, { - "id": "NEC-2173-02", + "id": "1984", "type": "stop" }, { - "id": "NEC-2265-02", + "id": "21917", "type": "stop" }, { - "id": "NEC-2276-02", + "id": "9070179", "type": "stop" }, { - "id": "NEC-2287", + "id": "9070180", "type": "stop" } ] @@ -117389,14 +116093,14 @@ }, { "attributes": {}, - "id": "1270", + "id": "5424", "links": { - "self": "/stops/1270" + "self": "/stops/5424" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1270" + "related": "/facilities/?filter[stop]=5424" } }, "parent_station": { @@ -117413,38 +116117,38 @@ }, { "attributes": {}, - "id": "FR-0098-B1", + "id": "7356", "links": { - "self": "/stops/FR-0098-B1" + "self": "/stops/7356" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=FR-0098-B1" + "related": "/facilities/?filter[stop]=7356" } }, "parent_station": { - "data": { - "id": "place-FR-0098", - "type": "stop" - } + "data": null }, "zone": { - "data": null + "data": { + "id": "LocalBus", + "type": "zone" + } } }, "type": "stop" }, { "attributes": {}, - "id": "5032", + "id": "36434", "links": { - "self": "/stops/5032" + "self": "/stops/36434" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5032" + "related": "/facilities/?filter[stop]=36434" } }, "parent_station": { @@ -117459,109 +116163,40 @@ }, "type": "stop" }, - { - "attributes": { - "color": "DA291C", - "long_name": "Mattapan Trolley", - "short_name": "", - "sort_order": 10011, - "text_color": "FFFFFF" - }, - "id": "line-Mattapan", - "links": { - "self": "/lines/line-Mattapan" - }, - "type": "line" - }, { "attributes": {}, - "id": "WR-0075-B1", + "id": "4455", "links": { - "self": "/stops/WR-0075-B1" + "self": "/stops/4455" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=WR-0075-B1" + "related": "/facilities/?filter[stop]=4455" } }, "parent_station": { - "data": { - "id": "place-WR-0075", - "type": "stop" - } + "data": null }, "zone": { - "data": null + "data": { + "id": "LocalBus", + "type": "zone" + } } }, "type": "stop" }, { "attributes": {}, - "id": "14233", + "id": "49305", "links": { - "self": "/stops/14233" + "self": "/stops/49305" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=14233" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Arlmont Village", - "Harvard Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Arlmont Village - Harvard Station", - "short_name": "78", - "sort_order": 50780, - "text_color": "000000", - "type": 3 - }, - "id": "78", - "links": { - "self": "/routes/78" - }, - "relationships": { - "line": { - "data": { - "id": "line-7884", - "type": "line" - } - } - }, - "type": "route" - }, - { - "attributes": {}, - "id": "3632", - "links": { - "self": "/stops/3632" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=3632" + "related": "/facilities/?filter[stop]=49305" } }, "parent_station": { @@ -117578,14 +116213,14 @@ }, { "attributes": {}, - "id": "5932", + "id": "3408", "links": { - "self": "/stops/5932" + "self": "/stops/3408" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5932" + "related": "/facilities/?filter[stop]=3408" } }, "parent_station": { @@ -117600,47 +116235,16 @@ }, "type": "stop" }, - { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Riverside", - "Union Square" - ], - "direction_names": [ - "West", - "East" - ], - "long_name": "Riverside - Kenmore", - "short_name": "Green Line D Shuttle", - "sort_order": 62012, - "text_color": "000000", - "type": 3 - }, - "id": "Shuttle-KenmoreRiverside", - "links": { - "self": "/routes/Shuttle-KenmoreRiverside" - }, - "relationships": { - "line": { - "data": { - "id": "line-Green", - "type": "line" - } - } - }, - "type": "route" - }, { "attributes": {}, - "id": "21187", + "id": "109896", "links": { - "self": "/stops/21187" + "self": "/stops/109896" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=21187" + "related": "/facilities/?filter[stop]=109896" } }, "parent_station": { @@ -117655,170 +116259,176 @@ }, "type": "stop" }, - { - "attributes": { - "color": "FFC72C", - "long_name": "Riverside or Waltham Highlands - Newton Corner", - "short_name": "556/558", - "sort_order": 55560, - "text_color": "000000" - }, - "id": "line-556558", - "links": { - "self": "/lines/line-556558" - }, - "type": "line" - }, { "attributes": { "direction_id": 0, - "headsign": "Fields Corner" + "headsign": "Braintree" }, - "id": "61394119", + "id": "67290369", "links": { - "self": "/trips/61394119" + "self": "/trips/67290369" }, "relationships": { "route": { "data": { - "id": "15", + "id": "210", "type": "route" } }, "route_pattern": { "data": { - "id": "15-1-0", + "id": "210-1-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "150262", + "id": "2100111", "type": "shape" } }, "stops": { "data": [ { - "id": "17863", + "id": "323", "type": "stop" }, { - "id": "11257", + "id": "55600", "type": "stop" }, { - "id": "1259", + "id": "325", "type": "stop" }, { - "id": "11323", + "id": "3065", "type": "stop" }, { - "id": "11259", + "id": "3066", "type": "stop" }, { - "id": "64000", + "id": "3067", "type": "stop" }, { - "id": "1493", + "id": "3068", "type": "stop" }, { - "id": "1495", + "id": "3069", "type": "stop" }, { - "id": "1497", + "id": "3070", "type": "stop" }, { - "id": "1498", + "id": "3071", "type": "stop" }, { - "id": "1499", + "id": "3073", "type": "stop" }, { - "id": "1500", + "id": "3075", "type": "stop" }, { - "id": "1501", + "id": "30751", "type": "stop" }, { - "id": "11501", + "id": "30752", "type": "stop" }, { - "id": "1504", + "id": "3125", "type": "stop" }, { - "id": "1506", + "id": "3019", "type": "stop" }, { - "id": "1508", + "id": "3020", "type": "stop" }, { - "id": "1509", + "id": "3022", "type": "stop" }, { - "id": "1510", + "id": "3023", "type": "stop" }, { - "id": "1511", + "id": "3024", "type": "stop" }, { - "id": "11512", + "id": "3025", "type": "stop" }, { - "id": "1512", + "id": "3026", "type": "stop" }, { - "id": "1514", + "id": "3027", "type": "stop" }, { - "id": "1515", + "id": "3028", "type": "stop" }, { - "id": "553", + "id": "3029", "type": "stop" }, { - "id": "554", + "id": "3031", "type": "stop" }, { - "id": "555", + "id": "3032", "type": "stop" }, { - "id": "556", + "id": "3033", "type": "stop" }, { - "id": "323", + "id": "3034", + "type": "stop" + }, + { + "id": "3035", + "type": "stop" + }, + { + "id": "3036", + "type": "stop" + }, + { + "id": "32005", + "type": "stop" + }, + { + "id": "41031", + "type": "stop" + }, + { + "id": "38671", "type": "stop" } ] @@ -117826,146 +116436,30 @@ }, "type": "trip" }, - { - "attributes": {}, - "id": "16369", - "links": { - "self": "/stops/16369" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=16369" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "ER-0276-S", - "links": { - "self": "/stops/ER-0276-S" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=ER-0276-S" - } - }, - "parent_station": { - "data": { - "id": "place-ER-0276", - "type": "stop" - } - }, - "zone": { - "data": { - "id": "CR-zone-6", - "type": "zone" - } - } - }, - "type": "stop" - }, { "attributes": { "color": "80276C", - "direction_destinations": [ - "Kingston", - "South Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], "long_name": "Kingston Line", "short_name": "", "sort_order": 20007, - "text_color": "FFFFFF", - "type": 2 - }, - "id": "CR-Kingston", - "links": { - "self": "/routes/CR-Kingston" - }, - "relationships": { - "line": { - "data": { - "id": "line-Kingston", - "type": "line" - } - } - }, - "type": "route" - }, - { - "attributes": {}, - "id": "15988", - "links": { - "self": "/stops/15988" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=15988" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } + "text_color": "FFFFFF" }, - "type": "stop" - }, - { - "attributes": {}, - "id": "22358", + "id": "line-Kingston", "links": { - "self": "/stops/22358" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=22358" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } + "self": "/lines/line-Kingston" }, - "type": "stop" + "type": "line" }, { "attributes": {}, - "id": "6757", + "id": "9247", "links": { - "self": "/stops/6757" + "self": "/stops/9247" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6757" + "related": "/facilities/?filter[stop]=9247" } }, "parent_station": { @@ -117982,14 +116476,14 @@ }, { "attributes": {}, - "id": "13406", + "id": "2404", "links": { - "self": "/stops/13406" + "self": "/stops/2404" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=13406" + "related": "/facilities/?filter[stop]=2404" } }, "parent_station": { @@ -118006,14 +116500,14 @@ }, { "attributes": {}, - "id": "3089", + "id": "111775", "links": { - "self": "/stops/3089" + "self": "/stops/111775" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3089" + "related": "/facilities/?filter[stop]=111775" } }, "parent_station": { @@ -118031,22 +116525,22 @@ { "attributes": { "direction_id": 1, - "headsign": "Oak Grove (Limited shuttle)" + "headsign": "Broadway (Express shuttle)" }, - "id": "NewburyportOakGroveLimited-1-sample", + "id": "BroadwayQuincyCenterExpressExtended-1-sample", "links": { - "self": "/trips/NewburyportOakGroveLimited-1-sample" + "self": "/trips/BroadwayQuincyCenterExpressExtended-1-sample" }, "relationships": { "route": { "data": { - "id": "Shuttle-NewburyportOakGroveLimited", + "id": "Shuttle-BroadwayQuincyCenterExpress", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-NewburyportOakGroveLimited-0-1", + "id": "Shuttle-BroadwayQuincyCenterExpress-0-1", "type": "route_pattern" } }, @@ -118058,42 +116552,18 @@ }, "shape": { "data": { - "id": "NewburyportToOakGroveLimited-S", + "id": "QuincyCenterToBroadwayExpress-S", "type": "shape" } }, "stops": { "data": [ { - "id": "ER-0362-B", - "type": "stop" - }, - { - "id": "ER-0312-B", - "type": "stop" - }, - { - "id": "ER-0276-B", - "type": "stop" - }, - { - "id": "ER-0227-B1", - "type": "stop" - }, - { - "id": "ER-0208-B", - "type": "stop" - }, - { - "id": "ER-0183-B", - "type": "stop" - }, - { - "id": "ER-0168-B", + "id": "32000", "type": "stop" }, { - "id": "9328", + "id": "150", "type": "stop" } ] @@ -118101,127 +116571,212 @@ }, "type": "trip" }, - { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Pemberton Point, Hull", - "Station Street, Hingham" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Pemberton Point, Hull - Station Street, Hingham", - "short_name": "714", - "sort_order": 57140, - "text_color": "000000", - "type": 3 - }, - "id": "714", - "links": { - "self": "/routes/714" - }, - "relationships": { - "line": { - "data": { - "id": "line-714", - "type": "line" - } - } - }, - "type": "route" - }, - { - "attributes": {}, - "id": "9152", - "links": { - "self": "/stops/9152" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=9152" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, { "attributes": { "direction_id": 0, - "headsign": "Aberdeen Ave via Mt Auburn St" + "headsign": "North Beverly via Cabot St" }, - "id": "61849983", + "id": "67202633", "links": { - "self": "/trips/61849983" + "self": "/trips/67202633" }, "relationships": { "route": { "data": { - "id": "71", + "id": "451", "type": "route" } }, "route_pattern": { "data": { - "id": "71-3-0", + "id": "451-_-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "710122", + "id": "4510068", "type": "shape" } }, "stops": { "data": [ { - "id": "2020", + "id": "37150", "type": "stop" }, { - "id": "2021", + "id": "4453", "type": "stop" }, { - "id": "2023", + "id": "6103", "type": "stop" }, { - "id": "2025", + "id": "17153", "type": "stop" }, { - "id": "2026", + "id": "17154", "type": "stop" }, { - "id": "2027", + "id": "17156", "type": "stop" }, { - "id": "2028", + "id": "7162", "type": "stop" }, { - "id": "2077", + "id": "7163", + "type": "stop" + }, + { + "id": "7164", + "type": "stop" + }, + { + "id": "17166", + "type": "stop" + }, + { + "id": "7168", + "type": "stop" + }, + { + "id": "7169", + "type": "stop" + }, + { + "id": "7170", + "type": "stop" + }, + { + "id": "17170", + "type": "stop" + }, + { + "id": "7172", + "type": "stop" + }, + { + "id": "7173", + "type": "stop" + }, + { + "id": "47170", + "type": "stop" + }, + { + "id": "7126", + "type": "stop" + }, + { + "id": "7127", + "type": "stop" + }, + { + "id": "7174", + "type": "stop" + }, + { + "id": "7175", + "type": "stop" + }, + { + "id": "7176", + "type": "stop" + }, + { + "id": "7177", + "type": "stop" + }, + { + "id": "7178", + "type": "stop" + }, + { + "id": "7180", + "type": "stop" + }, + { + "id": "7181", + "type": "stop" + }, + { + "id": "7182", + "type": "stop" + }, + { + "id": "7183", + "type": "stop" + }, + { + "id": "7184", + "type": "stop" + }, + { + "id": "7185", + "type": "stop" + }, + { + "id": "7186", + "type": "stop" + }, + { + "id": "7187", + "type": "stop" + }, + { + "id": "7188", + "type": "stop" + }, + { + "id": "7189", + "type": "stop" + }, + { + "id": "7190", + "type": "stop" + }, + { + "id": "7191", + "type": "stop" + }, + { + "id": "7192", + "type": "stop" + }, + { + "id": "7193", + "type": "stop" + }, + { + "id": "7194", + "type": "stop" + }, + { + "id": "17100", + "type": "stop" + }, + { + "id": "17101", + "type": "stop" + }, + { + "id": "7101", + "type": "stop" + }, + { + "id": "17102", "type": "stop" } ] @@ -118231,46 +116786,25 @@ }, { "attributes": {}, - "id": "2589", + "id": "70072", "links": { - "self": "/stops/2589" + "self": "/stops/70072" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2589" + "related": "/facilities/?filter[stop]=70072" } }, "parent_station": { - "data": null - }, - "zone": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "81682", - "links": { - "self": "/stops/81682" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=81682" + "id": "place-knncl", + "type": "stop" } }, - "parent_station": { - "data": null - }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -118279,46 +116813,25 @@ }, { "attributes": {}, - "id": "3242", + "id": "70079", "links": { - "self": "/stops/3242" + "self": "/stops/70079" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3242" + "related": "/facilities/?filter[stop]=70079" } }, "parent_station": { - "data": null - }, - "zone": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "6752", - "links": { - "self": "/stops/6752" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=6752" + "id": "place-sstat", + "type": "stop" } }, - "parent_station": { - "data": null - }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -118327,7 +116840,7 @@ }, { "attributes": { - "color": "DA291C", + "color": "FFC72C", "direction_destinations": [ "Ashmont/Braintree", "Alewife" @@ -118336,17 +116849,23 @@ "South", "North" ], - "long_name": "Red Line", - "short_name": "", - "sort_order": 10010, - "text_color": "FFFFFF", - "type": 1 + "long_name": "Alewife - Harvard via Brattle Street", + "short_name": "Red Line Shuttle", + "sort_order": 60218, + "text_color": "000000", + "type": 3 }, - "id": "Red", + "id": "Shuttle-AlewifeHarvardViaBrattle", "links": { - "self": "/routes/Red" + "self": "/routes/Shuttle-AlewifeHarvardViaBrattle" }, "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, "line": { "data": { "id": "line-Red", @@ -118356,156 +116875,164 @@ }, "type": "route" }, - { - "attributes": {}, - "id": "5502", - "links": { - "self": "/stops/5502" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=5502" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "5761", - "links": { - "self": "/stops/5761" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=5761" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, { "attributes": { "direction_id": 0, - "headsign": "Winthrop Beach" + "headsign": "Redstone" }, - "id": "61940880", + "id": "66960127", "links": { - "self": "/trips/61940880" + "self": "/trips/66960127" }, "relationships": { "route": { "data": { - "id": "712", + "id": "132", "type": "route" } }, "route_pattern": { "data": { - "id": "712-1-0", + "id": "132-_-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "7120094", + "id": "1320101", "type": "shape" } }, "stops": { "data": [ { - "id": "15880", + "id": "5072", "type": "stop" }, { - "id": "109802", + "id": "5074", "type": "stop" }, { - "id": "109804", + "id": "5075", "type": "stop" }, { - "id": "109805", + "id": "5962", "type": "stop" }, { - "id": "109870", + "id": "5963", "type": "stop" }, { - "id": "109871", + "id": "9326", "type": "stop" }, { - "id": "109872", + "id": "5967", "type": "stop" }, { - "id": "109900", + "id": "5968", "type": "stop" }, { - "id": "109873", + "id": "15969", "type": "stop" }, { - "id": "109874", + "id": "25969", "type": "stop" }, { - "id": "109875", + "id": "15970", "type": "stop" }, { - "id": "109901", + "id": "15971", "type": "stop" }, { - "id": "109877", + "id": "19573", "type": "stop" }, { - "id": "109878", + "id": "15974", "type": "stop" }, { - "id": "109879", + "id": "25974", "type": "stop" }, { - "id": "109880", + "id": "15975", "type": "stop" }, { - "id": "109898", + "id": "15976", + "type": "stop" + }, + { + "id": "15977", + "type": "stop" + }, + { + "id": "15978", + "type": "stop" + }, + { + "id": "15979", + "type": "stop" + }, + { + "id": "25982", + "type": "stop" + }, + { + "id": "15982", + "type": "stop" + }, + { + "id": "15983", + "type": "stop" + }, + { + "id": "15984", + "type": "stop" + }, + { + "id": "15985", + "type": "stop" + }, + { + "id": "15986", + "type": "stop" + }, + { + "id": "25986", + "type": "stop" + }, + { + "id": "15987", + "type": "stop" + }, + { + "id": "15988", + "type": "stop" + }, + { + "id": "25988", + "type": "stop" + }, + { + "id": "15989", "type": "stop" } ] @@ -118515,38 +117042,14 @@ }, { "attributes": {}, - "id": "4161", - "links": { - "self": "/stops/4161" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=4161" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "8632", + "id": "7247", "links": { - "self": "/stops/8632" + "self": "/stops/7247" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8632" + "related": "/facilities/?filter[stop]=7247" } }, "parent_station": { @@ -118563,14 +117066,14 @@ }, { "attributes": {}, - "id": "3045", + "id": "5257", "links": { - "self": "/stops/3045" + "self": "/stops/5257" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3045" + "related": "/facilities/?filter[stop]=5257" } }, "parent_station": { @@ -118587,14 +117090,14 @@ }, { "attributes": {}, - "id": "5881", + "id": "9525", "links": { - "self": "/stops/5881" + "self": "/stops/9525" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5881" + "related": "/facilities/?filter[stop]=9525" } }, "parent_station": { @@ -118611,14 +117114,14 @@ }, { "attributes": {}, - "id": "4856", + "id": "4350", "links": { - "self": "/stops/4856" + "self": "/stops/4350" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4856" + "related": "/facilities/?filter[stop]=4350" } }, "parent_station": { @@ -118635,60 +117138,25 @@ }, { "attributes": {}, - "id": "7357", + "id": "NEC-2265-02", "links": { - "self": "/stops/7357" + "self": "/stops/NEC-2265-02" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7357" + "related": "/facilities/?filter[stop]=NEC-2265-02" } }, "parent_station": { - "data": null - }, - "zone": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": { - "color": "FFC72C", - "long_name": "Assembly - Downtown Boston", - "short_name": "92", - "sort_order": 50920, - "text_color": "000000" - }, - "id": "line-92", - "links": { - "self": "/lines/line-92" - }, - "type": "line" - }, - { - "attributes": {}, - "id": "5598", - "links": { - "self": "/stops/5598" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=5598" + "id": "place-rugg", + "type": "stop" } }, - "parent_station": { - "data": null - }, "zone": { "data": { - "id": "LocalBus", + "id": "CR-zone-1A", "type": "zone" } } @@ -118698,97 +117166,109 @@ { "attributes": { "direction_id": 1, - "headsign": "Mattapan" + "headsign": "Ruggles (Limited Stops)" }, - "id": "62422518", + "id": "66645771", "links": { - "self": "/trips/62422518" + "self": "/trips/66645771" }, "relationships": { "route": { "data": { - "id": "716", + "id": "747", "type": "route" } }, "route_pattern": { "data": { - "id": "716-1-1", + "id": "747-_-1", "type": "route_pattern" } }, "service": { "data": { - "id": "PRIV22024-hpa24016-Saturday-01", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "7160026", + "id": "7470078", "type": "shape" } }, "stops": { "data": [ { - "id": "111640", + "id": "29005", "type": "stop" }, { - "id": "111642", + "id": "12759", "type": "stop" }, { - "id": "111648", + "id": "2761", "type": "stop" }, { - "id": "111653", + "id": "2612", "type": "stop" }, { - "id": "111656", + "id": "11408", "type": "stop" }, { - "id": "111660", + "id": "2518", "type": "stop" }, { - "id": "111672", + "id": "34579", "type": "stop" }, { - "id": "111685", + "id": "11771", "type": "stop" }, { - "id": "121017", + "id": "11772", "type": "stop" }, { - "id": "121019", + "id": "22173", "type": "stop" }, { - "id": "111711", + "id": "1773", "type": "stop" }, { - "id": "111720", + "id": "1775", "type": "stop" }, { - "id": "111729", + "id": "9434", "type": "stop" }, { - "id": "1721", + "id": "1778", "type": "stop" }, { - "id": "185", + "id": "1780", + "type": "stop" + }, + { + "id": "31317", + "type": "stop" + }, + { + "id": "1784", + "type": "stop" + }, + { + "id": "17861", "type": "stop" } ] @@ -118799,190 +117279,149 @@ { "attributes": { "direction_id": 0, - "headsign": "Ruggles" + "headsign": "Winthrop St" }, - "id": "61393946", + "id": "66960219", "links": { - "self": "/trips/61393946" + "self": "/trips/66960219" }, "relationships": { "route": { "data": { - "id": "43", + "id": "134", "type": "route" } }, "route_pattern": { "data": { - "id": "43-_-0", + "id": "134-6-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "430050", + "id": "1340404", "type": "shape" } }, "stops": { "data": [ { - "id": "10000", + "id": "52714", "type": "stop" }, { - "id": "8279", + "id": "9318", "type": "stop" }, { - "id": "8281", + "id": "9319", "type": "stop" }, { - "id": "1242", + "id": "9045", "type": "stop" }, { - "id": "168", + "id": "9162", "type": "stop" }, { - "id": "1246", + "id": "9163", "type": "stop" }, { - "id": "1248", + "id": "9164", "type": "stop" }, { - "id": "1250", + "id": "49164", "type": "stop" }, { - "id": "1252", + "id": "49157", "type": "stop" }, { - "id": "1253", + "id": "49158", "type": "stop" }, { - "id": "1254", + "id": "9165", "type": "stop" }, { - "id": "1255", + "id": "9167", "type": "stop" }, { - "id": "17863", + "id": "9168", "type": "stop" - } - ] - } - }, - "type": "trip" - }, - { - "attributes": {}, - "id": "5307", - "links": { - "self": "/stops/5307" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=5307" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": { - "direction_id": 0, - "headsign": "Stoughton" - }, - "id": "canonical-CR-Providence-C2-0", - "links": { - "self": "/trips/canonical-CR-Providence-C2-0" - }, - "relationships": { - "route": { - "data": { - "id": "CR-Providence", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "CR-Providence-C2-0", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "canonical", - "type": "service" - } - }, - "shape": { - "data": { - "id": "canonical-9890004", - "type": "shape" - } - }, - "stops": { - "data": [ + }, { - "id": "NEC-2287", + "id": "9169", "type": "stop" }, { - "id": "NEC-2276", + "id": "9170", "type": "stop" }, { - "id": "NEC-2265", + "id": "9172", "type": "stop" }, { - "id": "NEC-2237-03", + "id": "5002", "type": "stop" }, { - "id": "NEC-2203-03", + "id": "15002", "type": "stop" }, { - "id": "NEC-2173-01", + "id": "5003", "type": "stop" }, { - "id": "SB-0150-04", + "id": "5004", "type": "stop" }, { - "id": "SB-0156-S", + "id": "5005", "type": "stop" }, { - "id": "SB-0189-S", + "id": "5006", + "type": "stop" + }, + { + "id": "9174", + "type": "stop" + }, + { + "id": "9175", + "type": "stop" + }, + { + "id": "9176", + "type": "stop" + }, + { + "id": "9177", + "type": "stop" + }, + { + "id": "9178", + "type": "stop" + }, + { + "id": "8692", "type": "stop" } ] @@ -118992,62 +117431,14 @@ }, { "attributes": {}, - "id": "6309", - "links": { - "self": "/stops/6309" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=6309" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "2202", - "links": { - "self": "/stops/2202" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=2202" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "109891", + "id": "7205", "links": { - "self": "/stops/109891" + "self": "/stops/7205" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=109891" + "related": "/facilities/?filter[stop]=7205" } }, "parent_station": { @@ -119064,199 +117455,174 @@ }, { "attributes": { - "direction_id": 0, - "headsign": "Point Shirley" + "direction_id": 1, + "headsign": "Kenmore" }, - "id": "61940829", + "id": "66647018", "links": { - "self": "/trips/61940829" + "self": "/trips/66647018" }, "relationships": { "route": { "data": { - "id": "712", + "id": "57", "type": "route" } }, "route_pattern": { "data": { - "id": "712-_-0", + "id": "57-_-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "7120093", + "id": "570276", "type": "shape" } }, "stops": { "data": [ { - "id": "15880", + "id": "900", "type": "stop" }, { - "id": "109802", + "id": "902", "type": "stop" }, { - "id": "109804", + "id": "1900", "type": "stop" }, { - "id": "109805", + "id": "903", "type": "stop" }, { - "id": "109870", + "id": "9031", "type": "stop" }, { - "id": "109871", + "id": "904", "type": "stop" }, { - "id": "109872", + "id": "905", "type": "stop" }, { - "id": "109900", + "id": "906", "type": "stop" }, { - "id": "109873", + "id": "907", "type": "stop" }, { - "id": "109874", + "id": "909", "type": "stop" }, { - "id": "109875", + "id": "910", "type": "stop" }, { - "id": "109901", + "id": "912", "type": "stop" }, { - "id": "109877", + "id": "913", "type": "stop" }, { - "id": "109878", + "id": "915", "type": "stop" }, { - "id": "109879", + "id": "916", "type": "stop" }, { - "id": "109880", + "id": "917", "type": "stop" }, { - "id": "109898", + "id": "918", "type": "stop" }, { - "id": "109841", + "id": "919", "type": "stop" }, { - "id": "109842", + "id": "920", "type": "stop" }, { - "id": "109844", + "id": "19201", "type": "stop" }, { - "id": "109845", + "id": "922", "type": "stop" }, { - "id": "109846", + "id": "924", "type": "stop" }, { - "id": "109848", + "id": "925", "type": "stop" }, { - "id": "109849", + "id": "926", "type": "stop" }, { - "id": "109853", + "id": "927", "type": "stop" - } - ] - } - }, - "type": "trip" - }, - { - "attributes": { - "direction_id": 1, - "headsign": "Wonderland (Shuttle)" - }, - "id": "OrientHeightsWonderland-1-sample", - "links": { - "self": "/trips/OrientHeightsWonderland-1-sample" - }, - "relationships": { - "route": { - "data": { - "id": "Shuttle-OrientHeightsWonderland", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Shuttle-OrientHeightsWonderland-0-1", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "canonical", - "type": "service" - } - }, - "shape": { - "data": { - "id": "OrientHeightsToWonderland-S", - "type": "shape" - } - }, - "stops": { - "data": [ + }, { - "id": "5879", + "id": "928", "type": "stop" }, { - "id": "9070054", + "id": "931", "type": "stop" }, { - "id": "9070056", + "id": "933", "type": "stop" }, { - "id": "9070058", + "id": "934", + "type": "stop" + }, + { + "id": "937", + "type": "stop" + }, + { + "id": "938", + "type": "stop" + }, + { + "id": "939", + "type": "stop" + }, + { + "id": "941", "type": "stop" }, { - "id": "15795", + "id": "899", "type": "stop" } ] @@ -119266,14 +117632,14 @@ }, { "attributes": {}, - "id": "20618", + "id": "5920", "links": { - "self": "/stops/20618" + "self": "/stops/5920" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=20618" + "related": "/facilities/?filter[stop]=5920" } }, "parent_station": { @@ -119290,14 +117656,14 @@ }, { "attributes": {}, - "id": "2494", + "id": "5626", "links": { - "self": "/stops/2494" + "self": "/stops/5626" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2494" + "related": "/facilities/?filter[stop]=5626" } }, "parent_station": { @@ -119313,72 +117679,39 @@ "type": "stop" }, { - "attributes": { - "direction_id": 0, - "headsign": "Anderson/Woburn (Local shuttle)" - }, - "id": "AndersonWoburnNorthStationLocal-0-sample", + "attributes": {}, + "id": "109811", "links": { - "self": "/trips/AndersonWoburnNorthStationLocal-0-sample" + "self": "/stops/109811" }, "relationships": { - "route": { - "data": { - "id": "Shuttle-AndersonWoburnNorthStationLocal", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Shuttle-AndersonWoburnNorthStationLocal-0-0", - "type": "route_pattern" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=109811" } }, - "service": { - "data": { - "id": "canonical", - "type": "service" - } + "parent_station": { + "data": null }, - "shape": { + "zone": { "data": { - "id": "NorthStationToAndersonWoburnLocal-S", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "BNT-0000-B2", - "type": "stop" - }, - { - "id": "NHRML-0055-B0", - "type": "stop" - }, - { - "id": "NHRML-0073-B", - "type": "stop" - }, - { - "id": "NHRML-0127-B", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "8344", + "id": "23402", "links": { - "self": "/stops/8344" + "self": "/stops/23402" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8344" + "related": "/facilities/?filter[stop]=23402" } }, "parent_station": { @@ -119395,14 +117728,14 @@ }, { "attributes": {}, - "id": "616", + "id": "16479", "links": { - "self": "/stops/616" + "self": "/stops/16479" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=616" + "related": "/facilities/?filter[stop]=16479" } }, "parent_station": { @@ -119419,175 +117752,114 @@ }, { "attributes": { - "direction_id": 0, - "headsign": "Charles River Loop" + "color": "FFC72C", + "long_name": "Quincy Center - Fields Corner, Squantum, or North Quincy", + "short_name": "210/211/212", + "sort_order": 52100, + "text_color": "000000" + }, + "id": "line-210211212", + "links": { + "self": "/lines/line-210211212" }, - "id": "62145517_2", + "type": "line" + }, + { + "attributes": {}, + "id": "22671", "links": { - "self": "/trips/62145517_2" + "self": "/stops/22671" }, "relationships": { - "route": { - "data": { - "id": "36", - "type": "route" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=22671" } }, - "route_pattern": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "36-A-0", - "type": "route_pattern" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "8178", + "links": { + "self": "/stops/8178" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=8178" } }, - "service": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "SpringWeekday", - "type": "service" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": { + "color": "FFC72C", + "long_name": "Wakefield Avenue or Dedham - Mattapan - Ashmont", + "short_name": "24/27/33", + "sort_order": 50240, + "text_color": "000000" + }, + "id": "line-242733", + "links": { + "self": "/lines/line-242733" + }, + "type": "line" + }, + { + "attributes": {}, + "id": "81439", + "links": { + "self": "/stops/81439" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=81439" } }, - "shape": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "360367-2", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "10642", - "type": "stop" - }, - { - "id": "596", - "type": "stop" - }, - { - "id": "597", - "type": "stop" - }, - { - "id": "598", - "type": "stop" - }, - { - "id": "599", - "type": "stop" - }, - { - "id": "600", - "type": "stop" - }, - { - "id": "601", - "type": "stop" - }, - { - "id": "602", - "type": "stop" - }, - { - "id": "797", - "type": "stop" - }, - { - "id": "798", - "type": "stop" - }, - { - "id": "799", - "type": "stop" - }, - { - "id": "800", - "type": "stop" - }, - { - "id": "801", - "type": "stop" - }, - { - "id": "802", - "type": "stop" - }, - { - "id": "803", - "type": "stop" - }, - { - "id": "804", - "type": "stop" - }, - { - "id": "805", - "type": "stop" - }, - { - "id": "806", - "type": "stop" - }, - { - "id": "807", - "type": "stop" - }, - { - "id": "808", - "type": "stop" - }, - { - "id": "810", - "type": "stop" - }, - { - "id": "821", - "type": "stop" - }, - { - "id": "812", - "type": "stop" - }, - { - "id": "11812", - "type": "stop" - }, - { - "id": "813", - "type": "stop" - }, - { - "id": "814", - "type": "stop" - }, - { - "id": "815", - "type": "stop" - }, - { - "id": "816", - "type": "stop" - }, - { - "id": "817", - "type": "stop" - }, - { - "id": "820", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "795", + "id": "1319", "links": { - "self": "/stops/795" + "self": "/stops/1319" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=795" + "related": "/facilities/?filter[stop]=1319" } }, "parent_station": { @@ -119604,18 +117876,21 @@ }, { "attributes": {}, - "id": "36843", + "id": "32004", "links": { - "self": "/stops/36843" + "self": "/stops/32004" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=36843" + "related": "/facilities/?filter[stop]=32004" } }, "parent_station": { - "data": null + "data": { + "id": "place-qnctr", + "type": "stop" + } }, "zone": { "data": { @@ -119628,14 +117903,14 @@ }, { "attributes": {}, - "id": "3468", + "id": "3364", "links": { - "self": "/stops/3468" + "self": "/stops/3364" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3468" + "related": "/facilities/?filter[stop]=3364" } }, "parent_station": { @@ -119652,14 +117927,14 @@ }, { "attributes": {}, - "id": "1428", + "id": "7223", "links": { - "self": "/stops/1428" + "self": "/stops/7223" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1428" + "related": "/facilities/?filter[stop]=7223" } }, "parent_station": { @@ -119676,14 +117951,14 @@ }, { "attributes": {}, - "id": "76459", + "id": "6854", "links": { - "self": "/stops/76459" + "self": "/stops/6854" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=76459" + "related": "/facilities/?filter[stop]=6854" } }, "parent_station": { @@ -119700,14 +117975,14 @@ }, { "attributes": {}, - "id": "4905", + "id": "38391", "links": { - "self": "/stops/4905" + "self": "/stops/38391" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4905" + "related": "/facilities/?filter[stop]=38391" } }, "parent_station": { @@ -119724,98 +117999,90 @@ }, { "attributes": { - "direction_id": 0, - "headsign": "Forge Park/495" + "direction_id": 1, + "headsign": "South Station" }, - "id": "CR-670226-725", + "id": "BaseWML-697714-594", "links": { - "self": "/trips/CR-670226-725" + "self": "/trips/BaseWML-697714-594" }, "relationships": { "route": { "data": { - "id": "CR-Franklin", + "id": "CR-Worcester", "type": "route" } }, "route_pattern": { "data": { - "id": "CR-Franklin-36a30c21-0", + "id": "CR-Worcester-8171c73d-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SPRING2024-SOUTHWKD-Weekday-1-S85407dc6", + "id": "FALL 2024-SOUTHWKD-Weekday-42-Sb0e4ed14", "type": "service" } }, "shape": { "data": { - "id": "9880006", + "id": "9850001", "type": "shape" } }, "stops": { "data": [ { - "id": "NEC-2287", - "type": "stop" - }, - { - "id": "NEC-2276-03", - "type": "stop" - }, - { - "id": "NEC-2265-03", + "id": "WML-0214-01", "type": "stop" }, { - "id": "NEC-2203-03", + "id": "WML-0199-01", "type": "stop" }, { - "id": "FB-0095-05", + "id": "WML-0177-01", "type": "stop" }, { - "id": "FB-0109-01", + "id": "WML-0147-01", "type": "stop" }, { - "id": "FB-0118-01", + "id": "WML-0135-01", "type": "stop" }, { - "id": "FB-0125-01", + "id": "WML-0125-01", "type": "stop" }, { - "id": "FB-0143-01", + "id": "WML-0102-02", "type": "stop" }, { - "id": "FB-0148-01", + "id": "WML-0091-02", "type": "stop" }, { - "id": "FB-0166-S", + "id": "WML-0081-02", "type": "stop" }, { - "id": "FB-0191-S", + "id": "WML-0035-02", "type": "stop" }, { - "id": "FB-0230-S", + "id": "WML-0025-05", "type": "stop" }, { - "id": "FB-0275-S", + "id": "WML-0012-05", "type": "stop" }, { - "id": "FB-0303-S", + "id": "NEC-2287", "type": "stop" } ] @@ -119825,14 +118092,14 @@ }, { "attributes": {}, - "id": "4769", + "id": "82030", "links": { - "self": "/stops/4769" + "self": "/stops/82030" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4769" + "related": "/facilities/?filter[stop]=82030" } }, "parent_station": { @@ -119849,38 +118116,14 @@ }, { "attributes": {}, - "id": "GB-0198-B3", - "links": { - "self": "/stops/GB-0198-B3" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=GB-0198-B3" - } - }, - "parent_station": { - "data": { - "id": "place-GB-0198", - "type": "stop" - } - }, - "zone": { - "data": null - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "5403", + "id": "71618", "links": { - "self": "/stops/5403" + "self": "/stops/71618" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5403" + "related": "/facilities/?filter[stop]=71618" } }, "parent_station": { @@ -119897,14 +118140,14 @@ }, { "attributes": {}, - "id": "2159", + "id": "7255", "links": { - "self": "/stops/2159" + "self": "/stops/7255" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2159" + "related": "/facilities/?filter[stop]=7255" } }, "parent_station": { @@ -119921,14 +118164,14 @@ }, { "attributes": {}, - "id": "71852", + "id": "1330", "links": { - "self": "/stops/71852" + "self": "/stops/1330" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=71852" + "related": "/facilities/?filter[stop]=1330" } }, "parent_station": { @@ -119945,14 +118188,14 @@ }, { "attributes": {}, - "id": "6741", + "id": "2370", "links": { - "self": "/stops/6741" + "self": "/stops/2370" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6741" + "related": "/facilities/?filter[stop]=2370" } }, "parent_station": { @@ -119969,14 +118212,14 @@ }, { "attributes": {}, - "id": "127", + "id": "3561", "links": { - "self": "/stops/127" + "self": "/stops/3561" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=127" + "related": "/facilities/?filter[stop]=3561" } }, "parent_station": { @@ -119991,65 +118234,16 @@ }, "type": "stop" }, - { - "attributes": { - "direction_id": 1, - "headsign": "Long Wharf" - }, - "id": "Boat-F1-0730-Hull-BF2H-01-Weekday-Summer-24", - "links": { - "self": "/trips/Boat-F1-0730-Hull-BF2H-01-Weekday-Summer-24" - }, - "relationships": { - "route": { - "data": { - "id": "Boat-F1", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Boat-F1-3-1", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "Boat-F1-Weekday-Summer-24", - "type": "service" - } - }, - "shape": { - "data": { - "id": "b0003", - "type": "shape" - } - }, - "stops": { - "data": [ - { - "id": "Boat-Hull", - "type": "stop" - }, - { - "id": "Boat-Long", - "type": "stop" - } - ] - } - }, - "type": "trip" - }, { "attributes": {}, - "id": "9235", + "id": "4673", "links": { - "self": "/stops/9235" + "self": "/stops/4673" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9235" + "related": "/facilities/?filter[stop]=4673" } }, "parent_station": { @@ -120066,14 +118260,14 @@ }, { "attributes": {}, - "id": "6948", + "id": "9301", "links": { - "self": "/stops/6948" + "self": "/stops/9301" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6948" + "related": "/facilities/?filter[stop]=9301" } }, "parent_station": { @@ -120090,14 +118284,14 @@ }, { "attributes": {}, - "id": "9130", + "id": "6537", "links": { - "self": "/stops/9130" + "self": "/stops/6537" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9130" + "related": "/facilities/?filter[stop]=6537" } }, "parent_station": { @@ -120114,14 +118308,14 @@ }, { "attributes": {}, - "id": "21835", + "id": "4329", "links": { - "self": "/stops/21835" + "self": "/stops/4329" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=21835" + "related": "/facilities/?filter[stop]=4329" } }, "parent_station": { @@ -120139,117 +118333,205 @@ { "attributes": { "direction_id": 1, - "headsign": "Government Center" + "headsign": "University Park" }, - "id": "canonical-Green-C-C1-1", + "id": "67008605", "links": { - "self": "/trips/canonical-Green-C-C1-1" + "self": "/trips/67008605" }, "relationships": { "route": { "data": { - "id": "Green-C", + "id": "70", "type": "route" } }, "route_pattern": { "data": { - "id": "Green-C-832-1", + "id": "70-8-1", "type": "route_pattern" } }, "service": { "data": { - "id": "canonical", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "canonical-8000005", + "id": "700272", "type": "shape" } }, "stops": { "data": [ { - "id": "70238", + "id": "86944", "type": "stop" }, { - "id": "70236", + "id": "869451", "type": "stop" }, { - "id": "70234", + "id": "86945", "type": "stop" }, { - "id": "70232", + "id": "8670", "type": "stop" }, { - "id": "70230", + "id": "8671", "type": "stop" }, { - "id": "70228", + "id": "8672", "type": "stop" }, { - "id": "70226", + "id": "8674", "type": "stop" }, { - "id": "70224", + "id": "8676", "type": "stop" }, { - "id": "70220", + "id": "8678", "type": "stop" }, { - "id": "70218", + "id": "8679", "type": "stop" }, { - "id": "70216", + "id": "8291", "type": "stop" }, { - "id": "70214", + "id": "8292", "type": "stop" }, { - "id": "70212", + "id": "8293", "type": "stop" }, { - "id": "70150", + "id": "8294", "type": "stop" }, { - "id": "70152", + "id": "8298", "type": "stop" }, { - "id": "70154", + "id": "8295", "type": "stop" }, { - "id": "70156", + "id": "8296", "type": "stop" }, { - "id": "70158", + "id": "8297", "type": "stop" }, { - "id": "70200", + "id": "1432", "type": "stop" }, { - "id": "70201", + "id": "1433", + "type": "stop" + }, + { + "id": "1434", + "type": "stop" + }, + { + "id": "1435", + "type": "stop" + }, + { + "id": "1436", + "type": "stop" + }, + { + "id": "1437", + "type": "stop" + }, + { + "id": "1438", + "type": "stop" + }, + { + "id": "1442", + "type": "stop" + }, + { + "id": "1043", + "type": "stop" + }, + { + "id": "1045", + "type": "stop" + }, + { + "id": "1046", + "type": "stop" + }, + { + "id": "1049", + "type": "stop" + }, + { + "id": "1589", + "type": "stop" + }, + { + "id": "1051", + "type": "stop" + }, + { + "id": "1052", + "type": "stop" + }, + { + "id": "1053", + "type": "stop" + }, + { + "id": "1055", + "type": "stop" + }, + { + "id": "1056", + "type": "stop" + }, + { + "id": "1057", + "type": "stop" + }, + { + "id": "1058", + "type": "stop" + }, + { + "id": "1059", + "type": "stop" + }, + { + "id": "72", + "type": "stop" + }, + { + "id": "73", + "type": "stop" + }, + { + "id": "730", "type": "stop" } ] @@ -120259,14 +118541,14 @@ }, { "attributes": {}, - "id": "5312", + "id": "2385", "links": { - "self": "/stops/5312" + "self": "/stops/2385" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5312" + "related": "/facilities/?filter[stop]=2385" } }, "parent_station": { @@ -120283,14 +118565,14 @@ }, { "attributes": {}, - "id": "9076", + "id": "6956", "links": { - "self": "/stops/9076" + "self": "/stops/6956" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9076" + "related": "/facilities/?filter[stop]=6956" } }, "parent_station": { @@ -120307,14 +118589,14 @@ }, { "attributes": {}, - "id": "8627", + "id": "3272", "links": { - "self": "/stops/8627" + "self": "/stops/3272" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8627" + "related": "/facilities/?filter[stop]=3272" } }, "parent_station": { @@ -120330,139 +118612,458 @@ "type": "stop" }, { - "attributes": {}, - "id": "120", - "links": { - "self": "/stops/120" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=120" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } + "attributes": { + "direction_id": 1, + "headsign": "Ruggles" }, - "type": "stop" - }, - { - "attributes": {}, - "id": "9176", + "id": "66644181", "links": { - "self": "/stops/9176" + "self": "/trips/66644181" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=9176" + "route": { + "data": { + "id": "23", + "type": "route" } }, - "parent_station": { - "data": null - }, - "zone": { + "route_pattern": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "4039", - "links": { - "self": "/stops/4039" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=4039" + "id": "23-_-1", + "type": "route_pattern" } }, - "parent_station": { - "data": null - }, - "zone": { + "service": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "76378", - "links": { - "self": "/stops/76378" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=76378" + "id": "WinterWeekday", + "type": "service" } }, - "parent_station": { - "data": null - }, - "zone": { + "shape": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "230213", + "type": "shape" } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "2151", - "links": { - "self": "/stops/2151" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=2151" + }, + "stops": { + "data": [ + { + "id": "334", + "type": "stop" + }, + { + "id": "367", + "type": "stop" + }, + { + "id": "369", + "type": "stop" + }, + { + "id": "371", + "type": "stop" + }, + { + "id": "457", + "type": "stop" + }, + { + "id": "458", + "type": "stop" + }, + { + "id": "460", + "type": "stop" + }, + { + "id": "461", + "type": "stop" + }, + { + "id": "463", + "type": "stop" + }, + { + "id": "465", + "type": "stop" + }, + { + "id": "467", + "type": "stop" + }, + { + "id": "473", + "type": "stop" + }, + { + "id": "469", + "type": "stop" + }, + { + "id": "470", + "type": "stop" + }, + { + "id": "386", + "type": "stop" + }, + { + "id": "387", + "type": "stop" + }, + { + "id": "388", + "type": "stop" + }, + { + "id": "390", + "type": "stop" + }, + { + "id": "392", + "type": "stop" + }, + { + "id": "393", + "type": "stop" + }, + { + "id": "394", + "type": "stop" + }, + { + "id": "395", + "type": "stop" + }, + { + "id": "396", + "type": "stop" + }, + { + "id": "21151", + "type": "stop" + }, + { + "id": "64000", + "type": "stop" + }, + { + "id": "1148", + "type": "stop" + }, + { + "id": "11149", + "type": "stop" + }, + { + "id": "11148", + "type": "stop" + }, + { + "id": "21148", + "type": "stop" + }, + { + "id": "1224", + "type": "stop" + }, + { + "id": "17861", + "type": "stop" + } + ] + } + }, + "type": "trip" + }, + { + "attributes": { + "direction_id": 1, + "headsign": "Downtown via Cambridge St and Copley (Express)" + }, + "id": "66646310", + "links": { + "self": "/trips/66646310" + }, + "relationships": { + "route": { + "data": { + "id": "501", + "type": "route" } }, - "parent_station": { - "data": null + "route_pattern": { + "data": { + "id": "501-5-1", + "type": "route_pattern" + } }, - "zone": { + "service": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "WinterWeekday", + "type": "service" + } + }, + "shape": { + "data": { + "id": "5010152", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "994", + "type": "stop" + }, + { + "id": "920", + "type": "stop" + }, + { + "id": "19201", + "type": "stop" + }, + { + "id": "922", + "type": "stop" + }, + { + "id": "924", + "type": "stop" + }, + { + "id": "925", + "type": "stop" + }, + { + "id": "1111", + "type": "stop" + }, + { + "id": "1112", + "type": "stop" + }, + { + "id": "1114", + "type": "stop" + }, + { + "id": "71855", + "type": "stop" + }, + { + "id": "6542", + "type": "stop" + }, + { + "id": "6550", + "type": "stop" + }, + { + "id": "6551", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" + }, + { + "attributes": { + "direction_id": 1, + "headsign": "Fenway (Shuttle)" + }, + "id": "FenwayRiversidePartial-1-sample", + "links": { + "self": "/trips/FenwayRiversidePartial-1-sample" + }, + "relationships": { + "route": { + "data": { + "id": "Shuttle-FenwayRiverside", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "Shuttle-FenwayRiverside-0-1", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "canonical", + "type": "service" + } + }, + "shape": { + "data": { + "id": "RiversideToFenway-S", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "38155", + "type": "stop" + }, + { + "id": "9070162", + "type": "stop" + }, + { + "id": "9070164", + "type": "stop" + }, + { + "id": "8153", + "type": "stop" + }, + { + "id": "9170168", + "type": "stop" + }, + { + "id": "9070170", + "type": "stop" + }, + { + "id": "1984", + "type": "stop" + }, + { + "id": "21917", + "type": "stop" + }, + { + "id": "9070179", + "type": "stop" + }, + { + "id": "1556", + "type": "stop" + }, + { + "id": "1804", + "type": "stop" + }, + { + "id": "1807", + "type": "stop" + } + ] + } + }, + "type": "trip" + }, + { + "attributes": { + "direction_id": 1, + "headsign": "Wonderland" + }, + "id": "canonical-Blue-C1-1", + "links": { + "self": "/trips/canonical-Blue-C1-1" + }, + "relationships": { + "route": { + "data": { + "id": "Blue", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "Blue-6-1", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "canonical", + "type": "service" + } + }, + "shape": { + "data": { + "id": "canonical-946_0014", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "70038", + "type": "stop" + }, + { + "id": "70040", + "type": "stop" + }, + { + "id": "70042", + "type": "stop" + }, + { + "id": "70044", + "type": "stop" + }, + { + "id": "70046", + "type": "stop" + }, + { + "id": "70048", + "type": "stop" + }, + { + "id": "70050", + "type": "stop" + }, + { + "id": "70052", + "type": "stop" + }, + { + "id": "70054", + "type": "stop" + }, + { + "id": "70056", + "type": "stop" + }, + { + "id": "70058", + "type": "stop" + }, + { + "id": "70060", + "type": "stop" + } + ] + } + }, + "type": "trip" }, { "attributes": {}, - "id": "3485", + "id": "8203", "links": { - "self": "/stops/3485" + "self": "/stops/8203" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3485" + "related": "/facilities/?filter[stop]=8203" } }, "parent_station": { - "data": null + "data": { + "id": "place-newtn", + "type": "stop" + } }, "zone": { "data": { @@ -120475,14 +119076,14 @@ }, { "attributes": {}, - "id": "109893", + "id": "1487", "links": { - "self": "/stops/109893" + "self": "/stops/1487" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=109893" + "related": "/facilities/?filter[stop]=1487" } }, "parent_station": { @@ -120497,16 +119098,159 @@ }, "type": "stop" }, + { + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Ashmont/Braintree", + "Alewife" + ], + "direction_names": [ + "South", + "North" + ], + "long_name": "JFK/UMass - Park Street via Post Office", + "short_name": "Red Line Shuttle", + "sort_order": 61998, + "text_color": "000000", + "type": 3 + }, + "id": "Shuttle-JFKParkStreetViaPostOffice", + "links": { + "self": "/routes/Shuttle-JFKParkStreetViaPostOffice" + }, + "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, + "line": { + "data": { + "id": "line-Red", + "type": "line" + } + } + }, + "type": "route" + }, + { + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Reading", + "North Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Reading - Anderson/Woburn", + "short_name": "Haverhill Line Shuttle", + "sort_order": 60231, + "text_color": "000000", + "type": 3 + }, + "id": "Shuttle-AndersonWoburnReading", + "links": { + "self": "/routes/Shuttle-AndersonWoburnReading" + }, + "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, + "line": { + "data": { + "id": "line-Haverhill", + "type": "line" + } + } + }, + "type": "route" + }, + { + "attributes": { + "direction_id": 0, + "headsign": "Reading (Shuttle)" + }, + "id": "OakGroveReading-0-sample", + "links": { + "self": "/trips/OakGroveReading-0-sample" + }, + "relationships": { + "route": { + "data": { + "id": "Shuttle-OakGroveReading", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "Shuttle-OakGroveReading-0-0", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "canonical", + "type": "service" + } + }, + "shape": { + "data": { + "id": "OakGroveToReading-S", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "9328", + "type": "stop" + }, + { + "id": "WR-0062-B2", + "type": "stop" + }, + { + "id": "WR-0067-B0", + "type": "stop" + }, + { + "id": "WR-0075-B0", + "type": "stop" + }, + { + "id": "WR-0085-B0", + "type": "stop" + }, + { + "id": "WR-0099-B0", + "type": "stop" + }, + { + "id": "WR-0120-B", + "type": "stop" + } + ] + } + }, + "type": "trip" + }, { "attributes": {}, - "id": "7696", + "id": "49927", "links": { - "self": "/stops/7696" + "self": "/stops/49927" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7696" + "related": "/facilities/?filter[stop]=49927" } }, "parent_station": { @@ -120521,20 +119265,97 @@ }, "type": "stop" }, + { + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Pemberton Point, Hull", + "Station Street, Hingham" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Pemberton Point, Hull - Station Street, Hingham", + "short_name": "714", + "sort_order": 57140, + "text_color": "000000", + "type": 3 + }, + "id": "714", + "links": { + "self": "/routes/714" + }, + "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, + "line": { + "data": { + "id": "line-714", + "type": "line" + } + } + }, + "type": "route" + }, + { + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Mattapan Station", + "Jackson Square Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Mattapan Station - Jackson Square Station", + "short_name": "29", + "sort_order": 50290, + "text_color": "000000", + "type": 3 + }, + "id": "29", + "links": { + "self": "/routes/29" + }, + "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, + "line": { + "data": { + "id": "line-29", + "type": "line" + } + } + }, + "type": "route" + }, { "attributes": {}, - "id": "4845", + "id": "15800", "links": { - "self": "/stops/4845" + "self": "/stops/15800" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4845" + "related": "/facilities/?filter[stop]=15800" } }, "parent_station": { - "data": null + "data": { + "id": "place-wondl", + "type": "stop" + } }, "zone": { "data": { @@ -120547,14 +119368,14 @@ }, { "attributes": {}, - "id": "39685", + "id": "8240", "links": { - "self": "/stops/39685" + "self": "/stops/8240" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=39685" + "related": "/facilities/?filter[stop]=8240" } }, "parent_station": { @@ -120571,230 +119392,230 @@ }, { "attributes": { - "direction_id": 0, - "headsign": "Arlmont Village" + "direction_id": 1, + "headsign": "Alewife via Hanscom Airport" }, - "id": "61849847", + "id": "67009341", "links": { - "self": "/trips/61849847" + "self": "/trips/67009341" }, "relationships": { "route": { "data": { - "id": "78", + "id": "76", "type": "route" } }, "route_pattern": { "data": { - "id": "78-1-0", + "id": "76-3-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "780136", + "id": "760151", "type": "shape" } }, "stops": { "data": [ { - "id": "20761", + "id": "85231", "type": "stop" }, { - "id": "2170", + "id": "8623", "type": "stop" }, { - "id": "2172", + "id": "86232", "type": "stop" }, { - "id": "2173", + "id": "8624", "type": "stop" }, { - "id": "2174", + "id": "86242", "type": "stop" }, { - "id": "2175", + "id": "86178", "type": "stop" }, { - "id": "2176", + "id": "86179", "type": "stop" }, { - "id": "2177", + "id": "86180", "type": "stop" }, { - "id": "2179", + "id": "86261", "type": "stop" }, { - "id": "2180", + "id": "8627", "type": "stop" }, { - "id": "2181", + "id": "8628", "type": "stop" }, { - "id": "2182", + "id": "8629", "type": "stop" }, { - "id": "2184", + "id": "8630", "type": "stop" }, { - "id": "2185", + "id": "8631", "type": "stop" }, { - "id": "2186", + "id": "8632", "type": "stop" }, { - "id": "2187", + "id": "8633", "type": "stop" }, { - "id": "2341", + "id": "8634", "type": "stop" }, { - "id": "2342", + "id": "8635", "type": "stop" }, { - "id": "2343", + "id": "7874", "type": "stop" }, { - "id": "2345", + "id": "78741", "type": "stop" }, { - "id": "2346", + "id": "78742", "type": "stop" }, { - "id": "2347", + "id": "8636", "type": "stop" }, { - "id": "2349", + "id": "18636", "type": "stop" }, { - "id": "12352", + "id": "8637", "type": "stop" }, { - "id": "2353", + "id": "8638", "type": "stop" }, { - "id": "2354", + "id": "8639", "type": "stop" }, { - "id": "2355", + "id": "8640", "type": "stop" }, { - "id": "2356", + "id": "8641", "type": "stop" }, { - "id": "2357", + "id": "18595", "type": "stop" }, { - "id": "2358", + "id": "8643", "type": "stop" }, { - "id": "2359", + "id": "8645", "type": "stop" }, { - "id": "2360", + "id": "8647", "type": "stop" }, { - "id": "2361", + "id": "8648", "type": "stop" }, { - "id": "2323", + "id": "8649", "type": "stop" }, { - "id": "2483", + "id": "8651", "type": "stop" }, { - "id": "2484", + "id": "2494", "type": "stop" }, { - "id": "2485", + "id": "2495", "type": "stop" }, { - "id": "2486", + "id": "2326", "type": "stop" }, { - "id": "2487", + "id": "2327", "type": "stop" }, { - "id": "2488", + "id": "2328", "type": "stop" }, { - "id": "2489", + "id": "2329", "type": "stop" }, { - "id": "2490", + "id": "2331", "type": "stop" }, { - "id": "2491", + "id": "2475", "type": "stop" }, { - "id": "12465", + "id": "2477", "type": "stop" }, { - "id": "2493", + "id": "2478", "type": "stop" }, { - "id": "2494", + "id": "24790", "type": "stop" }, { - "id": "2495", + "id": "24791", "type": "stop" }, { - "id": "2464", + "id": "141", "type": "stop" } ] @@ -120804,22 +119625,25 @@ }, { "attributes": {}, - "id": "8537", + "id": "NB-0076-S", "links": { - "self": "/stops/8537" + "self": "/stops/NB-0076-S" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8537" + "related": "/facilities/?filter[stop]=NB-0076-S" } }, "parent_station": { - "data": null + "data": { + "id": "place-NB-0076", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "CR-zone-1", "type": "zone" } } @@ -120828,14 +119652,14 @@ }, { "attributes": {}, - "id": "75467", + "id": "4084", "links": { - "self": "/stops/75467" + "self": "/stops/4084" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=75467" + "related": "/facilities/?filter[stop]=4084" } }, "parent_station": { @@ -120852,14 +119676,14 @@ }, { "attributes": {}, - "id": "45821", + "id": "8473", "links": { - "self": "/stops/45821" + "self": "/stops/8473" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=45821" + "related": "/facilities/?filter[stop]=8473" } }, "parent_station": { @@ -120876,21 +119700,18 @@ }, { "attributes": {}, - "id": "5327", + "id": "5425", "links": { - "self": "/stops/5327" + "self": "/stops/5425" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5327" + "related": "/facilities/?filter[stop]=5425" } }, "parent_station": { - "data": { - "id": "place-mlmnl", - "type": "stop" - } + "data": null }, "zone": { "data": { @@ -120903,14 +119724,14 @@ }, { "attributes": {}, - "id": "5923", + "id": "45838", "links": { - "self": "/stops/5923" + "self": "/stops/45838" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5923" + "related": "/facilities/?filter[stop]=45838" } }, "parent_station": { @@ -120927,38 +119748,38 @@ }, { "attributes": {}, - "id": "7256", + "id": "DB-2258-B0", "links": { - "self": "/stops/7256" + "self": "/stops/DB-2258-B0" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7256" + "related": "/facilities/?filter[stop]=DB-2258-B0" } }, "parent_station": { - "data": null - }, - "zone": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "place-DB-2258", + "type": "stop" } + }, + "zone": { + "data": null } }, "type": "stop" }, { "attributes": {}, - "id": "956", + "id": "225", "links": { - "self": "/stops/956" + "self": "/stops/225" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=956" + "related": "/facilities/?filter[stop]=225" } }, "parent_station": { @@ -120975,14 +119796,14 @@ }, { "attributes": {}, - "id": "6686", + "id": "1283", "links": { - "self": "/stops/6686" + "self": "/stops/1283" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6686" + "related": "/facilities/?filter[stop]=1283" } }, "parent_station": { @@ -120999,14 +119820,14 @@ }, { "attributes": {}, - "id": "634", + "id": "43", "links": { - "self": "/stops/634" + "self": "/stops/43" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=634" + "related": "/facilities/?filter[stop]=43" } }, "parent_station": { @@ -121023,14 +119844,14 @@ }, { "attributes": {}, - "id": "39941", + "id": "111806", "links": { - "self": "/stops/39941" + "self": "/stops/111806" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=39941" + "related": "/facilities/?filter[stop]=111806" } }, "parent_station": { @@ -121047,82 +119868,186 @@ }, { "attributes": { - "direction_id": 0, - "headsign": "Queensberry St" + "direction_id": 1, + "headsign": "Lechmere" }, - "id": "61394347", + "id": "67008057", "links": { - "self": "/trips/61394347" + "self": "/trips/67008057" }, "relationships": { "route": { "data": { - "id": "55", + "id": "80", "type": "route" } }, "route_pattern": { "data": { - "id": "55-_-0", + "id": "80-_-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "550095", + "id": "800118", "type": "shape" } }, "stops": { "data": [ { - "id": "178", + "id": "2362", "type": "stop" }, { - "id": "1399", + "id": "2363", "type": "stop" }, { - "id": "11390", + "id": "2365", "type": "stop" }, { - "id": "11391", + "id": "2366", "type": "stop" }, { - "id": "31918", + "id": "2367", "type": "stop" }, { - "id": "1921", + "id": "2368", "type": "stop" }, { - "id": "1922", + "id": "3513", "type": "stop" }, { - "id": "1923", + "id": "2369", "type": "stop" }, { - "id": "1924", + "id": "2370", "type": "stop" }, { - "id": "1925", + "id": "2371", "type": "stop" }, { - "id": "1926", + "id": "2372", + "type": "stop" + }, + { + "id": "2373", + "type": "stop" + }, + { + "id": "2374", + "type": "stop" + }, + { + "id": "2375", + "type": "stop" + }, + { + "id": "2376", + "type": "stop" + }, + { + "id": "2378", + "type": "stop" + }, + { + "id": "2379", + "type": "stop" + }, + { + "id": "2380", + "type": "stop" + }, + { + "id": "2381", + "type": "stop" + }, + { + "id": "2695", + "type": "stop" + }, + { + "id": "2696", + "type": "stop" + }, + { + "id": "2697", + "type": "stop" + }, + { + "id": "2698", + "type": "stop" + }, + { + "id": "2699", + "type": "stop" + }, + { + "id": "12699", + "type": "stop" + }, + { + "id": "23841", + "type": "stop" + }, + { + "id": "2385", + "type": "stop" + }, + { + "id": "2386", + "type": "stop" + }, + { + "id": "2388", + "type": "stop" + }, + { + "id": "2389", + "type": "stop" + }, + { + "id": "2390", + "type": "stop" + }, + { + "id": "2391", + "type": "stop" + }, + { + "id": "2689", + "type": "stop" + }, + { + "id": "2690", + "type": "stop" + }, + { + "id": "2600", + "type": "stop" + }, + { + "id": "2601", + "type": "stop" + }, + { + "id": "70500", "type": "stop" } ] @@ -121132,14 +120057,14 @@ }, { "attributes": {}, - "id": "7255", + "id": "121014", "links": { - "self": "/stops/7255" + "self": "/stops/121014" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7255" + "related": "/facilities/?filter[stop]=121014" } }, "parent_station": { @@ -121156,14 +120081,14 @@ }, { "attributes": {}, - "id": "5441", + "id": "5566", "links": { - "self": "/stops/5441" + "self": "/stops/5566" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5441" + "related": "/facilities/?filter[stop]=5566" } }, "parent_station": { @@ -121180,62 +120105,65 @@ }, { "attributes": {}, - "id": "9170047", + "id": "FR-0115-01", "links": { - "self": "/stops/9170047" + "self": "/stops/FR-0115-01" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9170047" + "related": "/facilities/?filter[stop]=FR-0115-01" } }, "parent_station": { "data": { - "id": "place-aport", + "id": "place-FR-0115", "type": "stop" } }, "zone": { - "data": null + "data": { + "id": "CR-zone-2", + "type": "zone" + } } }, "type": "stop" }, { "attributes": {}, - "id": "5250", + "id": "GRB-0233-B", "links": { - "self": "/stops/5250" + "self": "/stops/GRB-0233-B" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5250" + "related": "/facilities/?filter[stop]=GRB-0233-B" } }, "parent_station": { - "data": null - }, - "zone": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "place-GRB-0233", + "type": "stop" } + }, + "zone": { + "data": null } }, "type": "stop" }, { "attributes": {}, - "id": "2426", + "id": "15049", "links": { - "self": "/stops/2426" + "self": "/stops/15049" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2426" + "related": "/facilities/?filter[stop]=15049" } }, "parent_station": { @@ -121252,14 +120180,14 @@ }, { "attributes": {}, - "id": "4179", + "id": "32911", "links": { - "self": "/stops/4179" + "self": "/stops/32911" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4179" + "related": "/facilities/?filter[stop]=32911" } }, "parent_station": { @@ -121275,111 +120203,52 @@ "type": "stop" }, { - "attributes": {}, - "id": "1760", - "links": { - "self": "/stops/1760" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=1760" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "78982", - "links": { - "self": "/stops/78982" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=78982" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Lebanon Loop", + "Wellington Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Lebanon Loop - Wellington Station", + "short_name": "106", + "sort_order": 51060, + "text_color": "000000", + "type": 3 }, - "type": "stop" - }, - { - "attributes": {}, - "id": "WR-0163-B0", + "id": "106", "links": { - "self": "/stops/WR-0163-B0" + "self": "/routes/106" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=WR-0163-B0" - } - }, - "parent_station": { + "agency": { "data": { - "id": "place-WR-0163", - "type": "stop" - } - }, - "zone": { - "data": null - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "4032", - "links": { - "self": "/stops/4032" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=4032" + "id": "1", + "type": "agency" } }, - "parent_station": { - "data": null - }, - "zone": { + "line": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "line-106", + "type": "line" } } }, - "type": "stop" + "type": "route" }, { "attributes": {}, - "id": "8955", + "id": "7506", "links": { - "self": "/stops/8955" + "self": "/stops/7506" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8955" + "related": "/facilities/?filter[stop]=7506" } }, "parent_station": { @@ -121394,143 +120263,80 @@ }, "type": "stop" }, - { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Wonderland Station", - "Maverick Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Wonderland Station - Maverick Station via Beach Street", - "short_name": "117", - "sort_order": 51170, - "text_color": "000000", - "type": 3 - }, - "id": "117", - "links": { - "self": "/routes/117" - }, - "relationships": { - "line": { - "data": { - "id": "line-114116117", - "type": "line" - } - } - }, - "type": "route" - }, { "attributes": { "direction_id": 1, - "headsign": "Downtown via Copley (Express)" + "headsign": "South Station" }, - "id": "61393867", + "id": "canonical-CR-Kingston-C1-1", "links": { - "self": "/trips/61393867" + "self": "/trips/canonical-CR-Kingston-C1-1" }, "relationships": { "route": { "data": { - "id": "501", + "id": "CR-Kingston", "type": "route" } }, "route_pattern": { "data": { - "id": "501-4-1", + "id": "CR-Kingston-6cec404d-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "canonical", "type": "service" } }, "shape": { "data": { - "id": "501-4-1", + "id": "canonical-9790001", "type": "shape" } }, "stops": { "data": [ { - "id": "994", - "type": "stop" - }, - { - "id": "972", - "type": "stop" - }, - { - "id": "973", - "type": "stop" - }, - { - "id": "974", - "type": "stop" - }, - { - "id": "975", - "type": "stop" - }, - { - "id": "977", - "type": "stop" - }, - { - "id": "9780", - "type": "stop" - }, - { - "id": "979", - "type": "stop" - }, - { - "id": "981", + "id": "KB-0351-S", "type": "stop" }, { - "id": "982", + "id": "PB-0281-S", "type": "stop" }, { - "id": "983", + "id": "PB-0245-S", "type": "stop" }, { - "id": "985", + "id": "PB-0212-S", "type": "stop" }, { - "id": "986", + "id": "PB-0194-S", "type": "stop" }, { - "id": "987", + "id": "PB-0158-S", "type": "stop" }, { - "id": "71855", + "id": "MM-0109-S", "type": "stop" }, { - "id": "6542", + "id": "MM-0079-S", "type": "stop" }, { - "id": "6550", + "id": "MM-0023-S", "type": "stop" }, { - "id": "6551", + "id": "NEC-2287", "type": "stop" } ] @@ -121539,46 +120345,36 @@ "type": "trip" }, { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Georgetowne", - "Forest Hills Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Georgetowne - Forest Hills Station", - "short_name": "40/50", - "sort_order": 50401, - "text_color": "000000", - "type": 3 - }, - "id": "4050", + "attributes": {}, + "id": "9070218", "links": { - "self": "/routes/4050" + "self": "/stops/9070218" }, "relationships": { - "line": { - "data": { - "id": "line-4050", - "type": "line" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=9070218" } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": null } }, - "type": "route" + "type": "stop" }, { "attributes": {}, - "id": "1221", + "id": "5031", "links": { - "self": "/stops/1221" + "self": "/stops/5031" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1221" + "related": "/facilities/?filter[stop]=5031" } }, "parent_station": { @@ -121594,96 +120390,101 @@ "type": "stop" }, { - "attributes": { - "direction_id": 0, - "headsign": "Framingham" - }, - "id": "CR-670169-585", + "attributes": {}, + "id": "NEC-2287-B", "links": { - "self": "/trips/CR-670169-585" + "self": "/stops/NEC-2287-B" }, "relationships": { - "route": { - "data": { - "id": "CR-Worcester", - "type": "route" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=NEC-2287-B" } }, - "route_pattern": { + "parent_station": { "data": { - "id": "CR-Worcester-bbf42cea-0", - "type": "route_pattern" + "id": "place-sstat", + "type": "stop" } }, - "service": { - "data": { - "id": "SPRING2024-SOUTHWKD-Weekday-1-Sb0e4ed14", - "type": "service" + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "7233", + "links": { + "self": "/stops/7233" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=7233" } }, - "shape": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "9850002", - "type": "shape" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "252", + "links": { + "self": "/stops/252" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=252" } }, - "stops": { - "data": [ - { - "id": "NEC-2287", - "type": "stop" - }, - { - "id": "WML-0012-07", - "type": "stop" - }, - { - "id": "WML-0025-07", - "type": "stop" - }, - { - "id": "WML-0035-01", - "type": "stop" - }, - { - "id": "WML-0125-01", - "type": "stop" - }, - { - "id": "WML-0135-01", - "type": "stop" - }, - { - "id": "WML-0147-01", - "type": "stop" - }, - { - "id": "WML-0177-01", - "type": "stop" - }, - { - "id": "WML-0199-01", - "type": "stop" - }, - { - "id": "WML-0214-01", - "type": "stop" - } - ] + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } } }, - "type": "trip" + "type": "stop" + }, + { + "attributes": { + "color": "FFC72C", + "long_name": "Jackson Square - Ruggles", + "short_name": "44", + "sort_order": 50440, + "text_color": "000000" + }, + "id": "line-44", + "links": { + "self": "/lines/line-44" + }, + "type": "line" }, { "attributes": {}, - "id": "49917", + "id": "1175", "links": { - "self": "/stops/49917" + "self": "/stops/1175" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=49917" + "related": "/facilities/?filter[stop]=1175" } }, "parent_station": { @@ -121700,14 +120501,14 @@ }, { "attributes": {}, - "id": "3111", + "id": "7175", "links": { - "self": "/stops/3111" + "self": "/stops/7175" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3111" + "related": "/facilities/?filter[stop]=7175" } }, "parent_station": { @@ -121724,14 +120525,14 @@ }, { "attributes": {}, - "id": "15236", + "id": "3266", "links": { - "self": "/stops/15236" + "self": "/stops/3266" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=15236" + "related": "/facilities/?filter[stop]=3266" } }, "parent_station": { @@ -121748,14 +120549,14 @@ }, { "attributes": {}, - "id": "4029", + "id": "7808", "links": { - "self": "/stops/4029" + "self": "/stops/7808" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4029" + "related": "/facilities/?filter[stop]=7808" } }, "parent_station": { @@ -121771,154 +120572,138 @@ "type": "stop" }, { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Ashmont/Braintree", - "Alewife" - ], - "direction_names": [ - "South", - "North" - ], - "long_name": "Kendall/MIT - Park Street", - "short_name": "Red Line Shuttle", - "sort_order": 62000, - "text_color": "000000", - "type": 3 + "attributes": {}, + "id": "23391", + "links": { + "self": "/stops/23391" }, - "id": "Shuttle-KendallPark", + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=23391" + } + }, + "parent_station": { + "data": { + "id": "place-bbsta", + "type": "stop" + } + }, + "zone": { + "data": { + "id": "ExpressBus-Downtown", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "78204", "links": { - "self": "/routes/Shuttle-KendallPark" + "self": "/stops/78204" }, "relationships": { - "line": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=78204" + } + }, + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "line-Red", - "type": "line" + "id": "LocalBus", + "type": "zone" } } }, - "type": "route" + "type": "stop" }, { "attributes": { - "direction_id": 0, - "headsign": "Cobbs Corner Canton" + "direction_id": 1, + "headsign": "South Station" }, - "id": "62422536", + "id": "SouthWKDYF24-697718-600", "links": { - "self": "/trips/62422536" + "self": "/trips/SouthWKDYF24-697718-600" }, "relationships": { "route": { "data": { - "id": "716", + "id": "CR-Needham", "type": "route" } }, "route_pattern": { "data": { - "id": "716-_-0", + "id": "CR-Needham-d774fb34-1", "type": "route_pattern" } }, "service": { "data": { - "id": "PRIV22024-hpa24011-Weekday-01", + "id": "FALL 2024-SOUTHWKD-Weekday-1-Scbbf1ea5", "type": "service" } }, "shape": { "data": { - "id": "7160024", + "id": "9860001", "type": "shape" } }, "stops": { "data": [ { - "id": "185", - "type": "stop" - }, - { - "id": "111738", - "type": "stop" - }, - { - "id": "111747", - "type": "stop" - }, - { - "id": "111762", - "type": "stop" - }, - { - "id": "121008", - "type": "stop" - }, - { - "id": "121009", - "type": "stop" - }, - { - "id": "121010", - "type": "stop" - }, - { - "id": "121011", - "type": "stop" - }, - { - "id": "121012", - "type": "stop" - }, - { - "id": "121013", + "id": "NB-0137-S", "type": "stop" }, { - "id": "121014", + "id": "NB-0127-S", "type": "stop" }, { - "id": "111775", + "id": "NB-0120-S", "type": "stop" }, { - "id": "111787", + "id": "NB-0109-S", "type": "stop" }, { - "id": "111791", + "id": "NB-0080-S", "type": "stop" }, { - "id": "111796", + "id": "NB-0076-S", "type": "stop" }, { - "id": "111801", + "id": "NB-0072-S", "type": "stop" }, { - "id": "111803", + "id": "NB-0064-S", "type": "stop" }, { - "id": "111806", + "id": "NEC-2237-05", "type": "stop" }, { - "id": "111810", + "id": "NEC-2265-03", "type": "stop" }, { - "id": "111815", + "id": "NEC-2276-03", "type": "stop" }, { - "id": "111640", + "id": "NEC-2287", "type": "stop" } ] @@ -121928,14 +120713,14 @@ }, { "attributes": {}, - "id": "49827", + "id": "9076", "links": { - "self": "/stops/49827" + "self": "/stops/9076" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=49827" + "related": "/facilities/?filter[stop]=9076" } }, "parent_station": { @@ -121952,14 +120737,14 @@ }, { "attributes": {}, - "id": "1110", + "id": "39679", "links": { - "self": "/stops/1110" + "self": "/stops/39679" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1110" + "related": "/facilities/?filter[stop]=39679" } }, "parent_station": { @@ -121976,14 +120761,14 @@ }, { "attributes": {}, - "id": "5229", + "id": "15625", "links": { - "self": "/stops/5229" + "self": "/stops/15625" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5229" + "related": "/facilities/?filter[stop]=15625" } }, "parent_station": { @@ -122000,14 +120785,14 @@ }, { "attributes": {}, - "id": "9105", + "id": "4036", "links": { - "self": "/stops/9105" + "self": "/stops/4036" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9105" + "related": "/facilities/?filter[stop]=4036" } }, "parent_station": { @@ -122024,14 +120809,14 @@ }, { "attributes": {}, - "id": "7150", + "id": "9073", "links": { - "self": "/stops/7150" + "self": "/stops/9073" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7150" + "related": "/facilities/?filter[stop]=9073" } }, "parent_station": { @@ -122048,14 +120833,14 @@ }, { "attributes": {}, - "id": "834", + "id": "939", "links": { - "self": "/stops/834" + "self": "/stops/939" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=834" + "related": "/facilities/?filter[stop]=939" } }, "parent_station": { @@ -122072,14 +120857,38 @@ }, { "attributes": {}, - "id": "308", + "id": "FR-0219-B", "links": { - "self": "/stops/308" + "self": "/stops/FR-0219-B" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=308" + "related": "/facilities/?filter[stop]=FR-0219-B" + } + }, + "parent_station": { + "data": { + "id": "place-FR-0219", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "4856", + "links": { + "self": "/stops/4856" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=4856" } }, "parent_station": { @@ -122097,205 +120906,89 @@ { "attributes": { "direction_id": 1, - "headsign": "Central Square via Malls" + "headsign": "South Station" }, - "id": "63325184", + "id": "canonical-CR-Franklin-C2-1", "links": { - "self": "/trips/63325184" + "self": "/trips/canonical-CR-Franklin-C2-1" }, "relationships": { "route": { "data": { - "id": "435", + "id": "CR-Franklin", "type": "route" } }, "route_pattern": { "data": { - "id": "435-_-1", + "id": "CR-Franklin-C2-1", "type": "route_pattern" } }, "service": { "data": { - "id": "BUS32024-hbl34j47-Sunday-02", + "id": "canonical", "type": "service" } }, "shape": { "data": { - "id": "4350230", + "id": "canonical-FoxboroToSouthStationViaBackBay", "type": "shape" } }, "stops": { "data": [ { - "id": "7270", - "type": "stop" - }, - { - "id": "4597", - "type": "stop" - }, - { - "id": "4561", - "type": "stop" - }, - { - "id": "4581", - "type": "stop" - }, - { - "id": "4582", - "type": "stop" - }, - { - "id": "7269", - "type": "stop" - }, - { - "id": "4933", - "type": "stop" - }, - { - "id": "4934", - "type": "stop" - }, - { - "id": "4935", - "type": "stop" - }, - { - "id": "4936", - "type": "stop" - }, - { - "id": "14936", - "type": "stop" - }, - { - "id": "4937", - "type": "stop" - }, - { - "id": "14937", - "type": "stop" - }, - { - "id": "4938", - "type": "stop" - }, - { - "id": "4939", - "type": "stop" - }, - { - "id": "4940", - "type": "stop" - }, - { - "id": "4941", - "type": "stop" - }, - { - "id": "4942", - "type": "stop" - }, - { - "id": "4943", - "type": "stop" - }, - { - "id": "4945", - "type": "stop" - }, - { - "id": "7199", - "type": "stop" - }, - { - "id": "7200", - "type": "stop" - }, - { - "id": "7201", - "type": "stop" - }, - { - "id": "7202", - "type": "stop" - }, - { - "id": "7263", - "type": "stop" - }, - { - "id": "7205", - "type": "stop" - }, - { - "id": "7206", - "type": "stop" - }, - { - "id": "7208", - "type": "stop" - }, - { - "id": "7210", - "type": "stop" - }, - { - "id": "7211", + "id": "FS-0049-S", "type": "stop" }, { - "id": "7212", + "id": "FB-0166-S", "type": "stop" }, { - "id": "7213", + "id": "FB-0148-02", "type": "stop" }, { - "id": "7253", + "id": "FB-0143-02", "type": "stop" }, { - "id": "7254", + "id": "FB-0125-02", "type": "stop" }, { - "id": "7255", + "id": "FB-0118-02", "type": "stop" }, { - "id": "17255", + "id": "FB-0109-02", "type": "stop" }, { - "id": "7289", + "id": "NEC-2192-02", "type": "stop" }, { - "id": "6767", + "id": "NEC-2203-02", "type": "stop" }, { - "id": "6769", + "id": "NEC-2237-03", "type": "stop" }, { - "id": "6771", + "id": "NEC-2265", "type": "stop" }, { - "id": "6772", + "id": "NEC-2276", "type": "stop" }, { - "id": "14748", + "id": "NEC-2287", "type": "stop" } ] @@ -122305,14 +120998,14 @@ }, { "attributes": {}, - "id": "38484", + "id": "2623", "links": { - "self": "/stops/38484" + "self": "/stops/2623" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=38484" + "related": "/facilities/?filter[stop]=2623" } }, "parent_station": { @@ -122329,41 +121022,35 @@ }, { "attributes": {}, - "id": "70021", + "id": "9070229", "links": { - "self": "/stops/70021" + "self": "/stops/9070229" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70021" + "related": "/facilities/?filter[stop]=9070229" } }, "parent_station": { - "data": { - "id": "place-dwnxg", - "type": "stop" - } + "data": null }, "zone": { - "data": { - "id": "RapidTransit", - "type": "zone" - } + "data": null } }, "type": "stop" }, { "attributes": {}, - "id": "7237", + "id": "5447", "links": { - "self": "/stops/7237" + "self": "/stops/5447" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7237" + "related": "/facilities/?filter[stop]=5447" } }, "parent_station": { @@ -122378,30 +121065,16 @@ }, "type": "stop" }, - { - "attributes": { - "color": "FFC72C", - "long_name": "Linden Square - Wellington", - "short_name": "108", - "sort_order": 51080, - "text_color": "000000" - }, - "id": "line-108", - "links": { - "self": "/lines/line-108" - }, - "type": "line" - }, { "attributes": {}, - "id": "4222", + "id": "30270", "links": { - "self": "/stops/4222" + "self": "/stops/30270" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4222" + "related": "/facilities/?filter[stop]=30270" } }, "parent_station": { @@ -122418,14 +121091,14 @@ }, { "attributes": {}, - "id": "22818", + "id": "19402", "links": { - "self": "/stops/22818" + "self": "/stops/19402" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=22818" + "related": "/facilities/?filter[stop]=19402" } }, "parent_station": { @@ -122433,37 +121106,23 @@ }, "zone": { "data": { - "id": "LocalBus", + "id": "ExpressBus-Downtown", "type": "zone" } } }, "type": "stop" }, - { - "attributes": { - "color": "FFC72C", - "long_name": "City Point - Downtown Boston", - "short_name": "11", - "sort_order": 50110, - "text_color": "000000" - }, - "id": "line-11", - "links": { - "self": "/lines/line-11" - }, - "type": "line" - }, { "attributes": {}, - "id": "7505", + "id": "7245", "links": { - "self": "/stops/7505" + "self": "/stops/7245" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7505" + "related": "/facilities/?filter[stop]=7245" } }, "parent_station": { @@ -122480,14 +121139,14 @@ }, { "attributes": {}, - "id": "6760", + "id": "3706", "links": { - "self": "/stops/6760" + "self": "/stops/3706" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6760" + "related": "/facilities/?filter[stop]=3706" } }, "parent_station": { @@ -122504,14 +121163,14 @@ }, { "attributes": {}, - "id": "7400", + "id": "5508", "links": { - "self": "/stops/7400" + "self": "/stops/5508" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7400" + "related": "/facilities/?filter[stop]=5508" } }, "parent_station": { @@ -122528,14 +121187,14 @@ }, { "attributes": {}, - "id": "10540", + "id": "5685", "links": { - "self": "/stops/10540" + "self": "/stops/5685" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=10540" + "related": "/facilities/?filter[stop]=5685" } }, "parent_station": { @@ -122552,14 +121211,14 @@ }, { "attributes": {}, - "id": "812", + "id": "1270", "links": { - "self": "/stops/812" + "self": "/stops/1270" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=812" + "related": "/facilities/?filter[stop]=1270" } }, "parent_station": { @@ -122576,22 +121235,25 @@ }, { "attributes": {}, - "id": "21618", + "id": "70018", "links": { - "self": "/stops/21618" + "self": "/stops/70018" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=21618" + "related": "/facilities/?filter[stop]=70018" } }, "parent_station": { - "data": null + "data": { + "id": "place-chncl", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -122599,63 +121261,120 @@ "type": "stop" }, { - "attributes": {}, - "id": "71264", + "attributes": { + "direction_id": 1, + "headsign": "South Station" + }, + "id": "SouthWKDYF24-697792-754", "links": { - "self": "/stops/71264" + "self": "/trips/SouthWKDYF24-697792-754" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=71264" + "route": { + "data": { + "id": "CR-Franklin", + "type": "route" } }, - "parent_station": { - "data": null + "route_pattern": { + "data": { + "id": "CR-Franklin-be153239-1", + "type": "route_pattern" + } }, - "zone": { + "service": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "FALL 2024-SOUTHWKD-Weekday-1-S85407dc6", + "type": "service" + } + }, + "shape": { + "data": { + "id": "FoxboroToSouthStationViaBackBay", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "FS-0049-S", + "type": "stop" + }, + { + "id": "FB-0148-02", + "type": "stop" + }, + { + "id": "FB-0143-02", + "type": "stop" + }, + { + "id": "FB-0125-02", + "type": "stop" + }, + { + "id": "FB-0118-02", + "type": "stop" + }, + { + "id": "FB-0109-02", + "type": "stop" + }, + { + "id": "FB-0095-05", + "type": "stop" + }, + { + "id": "NEC-2265-03", + "type": "stop" + }, + { + "id": "NEC-2276-03", + "type": "stop" + }, + { + "id": "NEC-2287", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "8327", + "id": "9170047", "links": { - "self": "/stops/8327" + "self": "/stops/9170047" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8327" + "related": "/facilities/?filter[stop]=9170047" } }, "parent_station": { - "data": null - }, - "zone": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "place-aport", + "type": "stop" } + }, + "zone": { + "data": null } }, "type": "stop" }, { "attributes": {}, - "id": "7787", + "id": "6840", "links": { - "self": "/stops/7787" + "self": "/stops/6840" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7787" + "related": "/facilities/?filter[stop]=6840" } }, "parent_station": { @@ -122672,14 +121391,14 @@ }, { "attributes": {}, - "id": "777", + "id": "49738", "links": { - "self": "/stops/777" + "self": "/stops/49738" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=777" + "related": "/facilities/?filter[stop]=49738" } }, "parent_station": { @@ -122696,14 +121415,14 @@ }, { "attributes": {}, - "id": "11413", + "id": "1661", "links": { - "self": "/stops/11413" + "self": "/stops/1661" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=11413" + "related": "/facilities/?filter[stop]=1661" } }, "parent_station": { @@ -122720,14 +121439,14 @@ }, { "attributes": {}, - "id": "93130", + "id": "78742", "links": { - "self": "/stops/93130" + "self": "/stops/78742" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=93130" + "related": "/facilities/?filter[stop]=78742" } }, "parent_station": { @@ -122743,63 +121462,66 @@ "type": "stop" }, { - "attributes": {}, - "id": "7123", + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Mattapan Station", + "Forest Hills Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Mattapan Station - Forest Hills Station via Morton Street", + "short_name": "31", + "sort_order": 50310, + "text_color": "000000", + "type": 3 + }, + "id": "31", "links": { - "self": "/stops/7123" + "self": "/routes/31" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=7123" + "agency": { + "data": { + "id": "1", + "type": "agency" } }, - "parent_station": { - "data": null - }, - "zone": { + "line": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "line-31", + "type": "line" } } }, - "type": "stop" + "type": "route" }, { - "attributes": {}, - "id": "15216", + "attributes": { + "color": "80276C", + "long_name": "Framingham/Worcester Line", + "short_name": "", + "sort_order": 20003, + "text_color": "FFFFFF" + }, + "id": "line-Worcester", "links": { - "self": "/stops/15216" + "self": "/lines/line-Worcester" }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=15216" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" + "type": "line" }, { "attributes": {}, - "id": "4707", + "id": "2231", "links": { - "self": "/stops/4707" + "self": "/stops/2231" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4707" + "related": "/facilities/?filter[stop]=2231" } }, "parent_station": { @@ -122816,14 +121538,14 @@ }, { "attributes": {}, - "id": "124", + "id": "9225", "links": { - "self": "/stops/124" + "self": "/stops/9225" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=124" + "related": "/facilities/?filter[stop]=9225" } }, "parent_station": { @@ -122840,14 +121562,14 @@ }, { "attributes": {}, - "id": "6147", + "id": "49619", "links": { - "self": "/stops/6147" + "self": "/stops/49619" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6147" + "related": "/facilities/?filter[stop]=49619" } }, "parent_station": { @@ -122864,14 +121586,14 @@ }, { "attributes": {}, - "id": "410", + "id": "8483", "links": { - "self": "/stops/410" + "self": "/stops/8483" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=410" + "related": "/facilities/?filter[stop]=8483" } }, "parent_station": { @@ -122887,98 +121609,224 @@ "type": "stop" }, { - "attributes": {}, - "id": "8948", + "attributes": { + "direction_id": 1, + "headsign": "Wonderland" + }, + "id": "67202358", "links": { - "self": "/stops/8948" + "self": "/trips/67202358" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=8948" + "route": { + "data": { + "id": "424", + "type": "route" } }, - "parent_station": { - "data": null - }, - "zone": { + "route_pattern": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "109890", - "links": { - "self": "/stops/109890" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=109890" + "id": "424-6-1", + "type": "route_pattern" } }, - "parent_station": { - "data": null - }, - "zone": { + "service": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "838", - "links": { - "self": "/stops/838" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=838" + "id": "WinterWeekday", + "type": "service" } }, - "parent_station": { - "data": null - }, - "zone": { + "shape": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "4240087", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "6842", + "type": "stop" + }, + { + "id": "6843", + "type": "stop" + }, + { + "id": "6844", + "type": "stop" + }, + { + "id": "6845", + "type": "stop" + }, + { + "id": "6846", + "type": "stop" + }, + { + "id": "6847", + "type": "stop" + }, + { + "id": "6848", + "type": "stop" + }, + { + "id": "6849", + "type": "stop" + }, + { + "id": "4477", + "type": "stop" + }, + { + "id": "4479", + "type": "stop" + }, + { + "id": "4480", + "type": "stop" + }, + { + "id": "4481", + "type": "stop" + }, + { + "id": "4482", + "type": "stop" + }, + { + "id": "7302", + "type": "stop" + }, + { + "id": "7303", + "type": "stop" + }, + { + "id": "7304", + "type": "stop" + }, + { + "id": "7305", + "type": "stop" + }, + { + "id": "7306", + "type": "stop" + }, + { + "id": "7307", + "type": "stop" + }, + { + "id": "7308", + "type": "stop" + }, + { + "id": "4483", + "type": "stop" + }, + { + "id": "4484", + "type": "stop" + }, + { + "id": "4485", + "type": "stop" + }, + { + "id": "4486", + "type": "stop" + }, + { + "id": "4487", + "type": "stop" + }, + { + "id": "4488", + "type": "stop" + }, + { + "id": "4489", + "type": "stop" + }, + { + "id": "4490", + "type": "stop" + }, + { + "id": "4491", + "type": "stop" + }, + { + "id": "4492", + "type": "stop" + }, + { + "id": "4494", + "type": "stop" + }, + { + "id": "4495", + "type": "stop" + }, + { + "id": "4497", + "type": "stop" + }, + { + "id": "4498", + "type": "stop" + }, + { + "id": "5770", + "type": "stop" + }, + { + "id": "5771", + "type": "stop" + }, + { + "id": "35772", + "type": "stop" + }, + { + "id": "35773", + "type": "stop" + }, + { + "id": "5774", + "type": "stop" + }, + { + "id": "15799", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "DB-2249-01", + "id": "4562", "links": { - "self": "/stops/DB-2249-01" + "self": "/stops/4562" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=DB-2249-01" + "related": "/facilities/?filter[stop]=4562" } }, "parent_station": { - "data": { - "id": "place-DB-2249", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "CR-zone-1A", + "id": "LocalBus", "type": "zone" } } @@ -122988,73 +121836,81 @@ { "attributes": { "direction_id": 0, - "headsign": "Broadway (Shuttle)" + "headsign": "Providence" }, - "id": "BroadwayHarvard-0-sample", + "id": "SouthWKDYF24-706284-833", "links": { - "self": "/trips/BroadwayHarvard-0-sample" + "self": "/trips/SouthWKDYF24-706284-833" }, "relationships": { "route": { "data": { - "id": "Shuttle-BroadwayHarvard", + "id": "CR-Providence", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-BroadwayHarvard-0-0", + "id": "CR-Providence-c7d78e5d-0", "type": "route_pattern" } }, "service": { "data": { - "id": "canonical", + "id": "FALL 2024-SOUTHWKD-Weekday-1-Scbbf1ea5", "type": "service" } }, "shape": { "data": { - "id": "HarvardToBroadway-S", + "id": "9890009", "type": "shape" } }, "stops": { "data": [ { - "id": "110", + "id": "NEC-2287", "type": "stop" }, { - "id": "72", + "id": "NEC-2276-01", "type": "stop" }, { - "id": "9170071", + "id": "NEC-2265-01", "type": "stop" }, { - "id": "9070073", + "id": "NEC-2192-03", "type": "stop" }, { - "id": "9170024", + "id": "NEC-2173-01", "type": "stop" }, { - "id": "204", + "id": "NEC-2139-01", "type": "stop" }, { - "id": "16535", + "id": "NEC-2108-01", "type": "stop" }, { - "id": "9070079", + "id": "NEC-2040-01", "type": "stop" }, { - "id": "151", + "id": "NEC-1969-03", + "type": "stop" + }, + { + "id": "NEC-1891-01", + "type": "stop" + }, + { + "id": "NEC-1851-03", "type": "stop" } ] @@ -123062,103 +121918,37 @@ }, "type": "trip" }, - { - "attributes": {}, - "id": "6170", - "links": { - "self": "/stops/6170" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=6170" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "3707", - "links": { - "self": "/stops/3707" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=3707" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "3824", - "links": { - "self": "/stops/3824" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=3824" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, { "attributes": { "color": "FFC72C", "direction_destinations": [ - "Haverhill", - "North Station" + "Millennium Park or VA Hospital", + "Forest Hills Station" ], "direction_names": [ "Outbound", "Inbound" ], - "long_name": "Haverhill - Andover", - "short_name": "Haverhill Line Shuttle", - "sort_order": 60232, + "long_name": "Millennium Park or VA Hospital - Forest Hills Station", + "short_name": "36", + "sort_order": 50360, "text_color": "000000", "type": 3 }, - "id": "Shuttle-AndoverHaverhill", + "id": "36", "links": { - "self": "/routes/Shuttle-AndoverHaverhill" + "self": "/routes/36" }, "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, "line": { "data": { - "id": "line-Haverhill", + "id": "line-36", "type": "line" } } @@ -123166,90 +121956,232 @@ "type": "route" }, { - "attributes": {}, - "id": "21917", + "attributes": { + "direction_id": 1, + "headsign": "Townsend & Humboldt" + }, + "id": "67251614", "links": { - "self": "/stops/21917" + "self": "/trips/67251614" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=21917" - } - }, - "parent_station": { + "route": { "data": { - "id": "place-rsmnl", - "type": "stop" + "id": "34", + "type": "route" } }, - "zone": { + "route_pattern": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "109887", - "links": { - "self": "/stops/109887" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=109887" + "id": "34-K-1", + "type": "route_pattern" } }, - "parent_station": { - "data": null - }, - "zone": { + "service": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "5812", - "links": { - "self": "/stops/5812" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=5812" + "id": "WinterWeekday", + "type": "service" } }, - "parent_station": { - "data": null - }, - "zone": { + "shape": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "340283", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "70618", + "type": "stop" + }, + { + "id": "74618", + "type": "stop" + }, + { + "id": "71618", + "type": "stop" + }, + { + "id": "61872", + "type": "stop" + }, + { + "id": "619", + "type": "stop" + }, + { + "id": "620", + "type": "stop" + }, + { + "id": "621", + "type": "stop" + }, + { + "id": "622", + "type": "stop" + }, + { + "id": "623", + "type": "stop" + }, + { + "id": "624", + "type": "stop" + }, + { + "id": "625", + "type": "stop" + }, + { + "id": "10625", + "type": "stop" + }, + { + "id": "626", + "type": "stop" + }, + { + "id": "627", + "type": "stop" + }, + { + "id": "628", + "type": "stop" + }, + { + "id": "629", + "type": "stop" + }, + { + "id": "630", + "type": "stop" + }, + { + "id": "631", + "type": "stop" + }, + { + "id": "632", + "type": "stop" + }, + { + "id": "633", + "type": "stop" + }, + { + "id": "10633", + "type": "stop" + }, + { + "id": "634", + "type": "stop" + }, + { + "id": "635", + "type": "stop" + }, + { + "id": "636", + "type": "stop" + }, + { + "id": "637", + "type": "stop" + }, + { + "id": "638", + "type": "stop" + }, + { + "id": "639", + "type": "stop" + }, + { + "id": "640", + "type": "stop" + }, + { + "id": "641", + "type": "stop" + }, + { + "id": "642", + "type": "stop" + }, + { + "id": "875", + "type": "stop" + }, + { + "id": "520", + "type": "stop" + }, + { + "id": "522", + "type": "stop" + }, + { + "id": "10522", + "type": "stop" + }, + { + "id": "2922", + "type": "stop" + }, + { + "id": "383", + "type": "stop" + }, + { + "id": "9448", + "type": "stop" + }, + { + "id": "1739", + "type": "stop" + }, + { + "id": "1740", + "type": "stop" + }, + { + "id": "1325", + "type": "stop" + }, + { + "id": "1327", + "type": "stop" + }, + { + "id": "1328", + "type": "stop" + }, + { + "id": "1331", + "type": "stop" + }, + { + "id": "1332", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "764", + "id": "2050", "links": { - "self": "/stops/764" + "self": "/stops/2050" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=764" + "related": "/facilities/?filter[stop]=2050" } }, "parent_station": { @@ -123266,38 +122198,14 @@ }, { "attributes": {}, - "id": "ER-0208-B1", - "links": { - "self": "/stops/ER-0208-B1" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=ER-0208-B1" - } - }, - "parent_station": { - "data": { - "id": "place-ER-0208", - "type": "stop" - } - }, - "zone": { - "data": null - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "12888", + "id": "1787", "links": { - "self": "/stops/12888" + "self": "/stops/1787" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=12888" + "related": "/facilities/?filter[stop]=1787" } }, "parent_station": { @@ -123314,14 +122222,14 @@ }, { "attributes": {}, - "id": "49808", + "id": "3781", "links": { - "self": "/stops/49808" + "self": "/stops/3781" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=49808" + "related": "/facilities/?filter[stop]=3781" } }, "parent_station": { @@ -123338,14 +122246,14 @@ }, { "attributes": {}, - "id": "4479", + "id": "3733", "links": { - "self": "/stops/4479" + "self": "/stops/3733" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4479" + "related": "/facilities/?filter[stop]=3733" } }, "parent_station": { @@ -123361,99 +122269,88 @@ "type": "stop" }, { - "attributes": {}, - "id": "23", + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Quincy Center Station", + "Fields Corner Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Quincy Center Station - Fields Corner Station", + "short_name": "210", + "sort_order": 52100, + "text_color": "000000", + "type": 3 + }, + "id": "210", "links": { - "self": "/stops/23" + "self": "/routes/210" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=23" + "agency": { + "data": { + "id": "1", + "type": "agency" } }, - "parent_station": { - "data": null - }, - "zone": { + "line": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "line-210211212", + "type": "line" } } }, - "type": "stop" + "type": "route" }, { "attributes": { "direction_id": 1, - "headsign": "South Station (Shuttle)" + "headsign": "Third Ave via EMD Serono" }, - "id": "ForgeParkSouthStation-1-sample", + "id": "67008561", "links": { - "self": "/trips/ForgeParkSouthStation-1-sample" + "self": "/trips/67008561" }, "relationships": { "route": { "data": { - "id": "Shuttle-ForgeParkSouthStation", + "id": "351", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-ForgeParkSouthStation-0-1", + "id": "351-_-1", "type": "route_pattern" } }, "service": { "data": { - "id": "canonical", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "ForgeParkSouthStation-S", + "id": "3510111", "type": "shape" } }, "stops": { "data": [ { - "id": "FB-0303-B", - "type": "stop" - }, - { - "id": "FB-0275-B0", - "type": "stop" - }, - { - "id": "FB-0230-B", - "type": "stop" - }, - { - "id": "FB-0191-B", - "type": "stop" - }, - { - "id": "Windsor Gardens-S", - "type": "stop" - }, - { - "id": "Norwood Central-S", - "type": "stop" - }, - { - "id": "Dedham Corp Center-S", + "id": "49795", "type": "stop" }, { - "id": "DB-0095-B0", + "id": "49950", "type": "stop" }, { - "id": "NEC-2287-B", + "id": "49805", "type": "stop" } ] @@ -123463,14 +122360,14 @@ }, { "attributes": {}, - "id": "3260", + "id": "6942", "links": { - "self": "/stops/3260" + "self": "/stops/6942" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3260" + "related": "/facilities/?filter[stop]=6942" } }, "parent_station": { @@ -123487,14 +122384,14 @@ }, { "attributes": {}, - "id": "1378", + "id": "5393", "links": { - "self": "/stops/1378" + "self": "/stops/5393" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1378" + "related": "/facilities/?filter[stop]=5393" } }, "parent_station": { @@ -123509,113 +122406,16 @@ }, "type": "stop" }, - { - "attributes": { - "direction_id": 0, - "headsign": "Boston College (Shuttle)" - }, - "id": "BostonCollegeKenmore-0-sample", - "links": { - "self": "/trips/BostonCollegeKenmore-0-sample" - }, - "relationships": { - "route": { - "data": { - "id": "Shuttle-BostonCollegeKenmore", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Shuttle-BostonCollegeKenmore-0-0", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "canonical", - "type": "service" - } - }, - "shape": { - "data": { - "id": "KenmoreToBostonCollege-S", - "type": "shape" - } - }, - "stops": { - "data": [ - { - "id": "9070150", - "type": "stop" - }, - { - "id": "951", - "type": "stop" - }, - { - "id": "952", - "type": "stop" - }, - { - "id": "953", - "type": "stop" - }, - { - "id": "956", - "type": "stop" - }, - { - "id": "958", - "type": "stop" - }, - { - "id": "9070131", - "type": "stop" - }, - { - "id": "9070129", - "type": "stop" - }, - { - "id": "9070121", - "type": "stop" - }, - { - "id": "9070117", - "type": "stop" - }, - { - "id": "9070115", - "type": "stop" - }, - { - "id": "9070113", - "type": "stop" - }, - { - "id": "9070111", - "type": "stop" - }, - { - "id": "9070107", - "type": "stop" - } - ] - } - }, - "type": "trip" - }, { "attributes": {}, - "id": "41187", + "id": "11587", "links": { - "self": "/stops/41187" + "self": "/stops/11587" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=41187" + "related": "/facilities/?filter[stop]=11587" } }, "parent_station": { @@ -123632,14 +122432,14 @@ }, { "attributes": {}, - "id": "4911", + "id": "109888", "links": { - "self": "/stops/4911" + "self": "/stops/109888" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4911" + "related": "/facilities/?filter[stop]=109888" } }, "parent_station": { @@ -123656,14 +122456,14 @@ }, { "attributes": {}, - "id": "111642", + "id": "25051", "links": { - "self": "/stops/111642" + "self": "/stops/25051" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=111642" + "related": "/facilities/?filter[stop]=25051" } }, "parent_station": { @@ -123680,14 +122480,14 @@ }, { "attributes": {}, - "id": "39321", + "id": "847", "links": { - "self": "/stops/39321" + "self": "/stops/847" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=39321" + "related": "/facilities/?filter[stop]=847" } }, "parent_station": { @@ -123704,14 +122504,14 @@ }, { "attributes": {}, - "id": "2250", + "id": "5056", "links": { - "self": "/stops/2250" + "self": "/stops/5056" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2250" + "related": "/facilities/?filter[stop]=5056" } }, "parent_station": { @@ -123728,14 +122528,14 @@ }, { "attributes": {}, - "id": "4800", + "id": "9249", "links": { - "self": "/stops/4800" + "self": "/stops/9249" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4800" + "related": "/facilities/?filter[stop]=9249" } }, "parent_station": { @@ -123752,14 +122552,14 @@ }, { "attributes": {}, - "id": "2255", + "id": "902", "links": { - "self": "/stops/2255" + "self": "/stops/902" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2255" + "related": "/facilities/?filter[stop]=902" } }, "parent_station": { @@ -123776,35 +122576,14 @@ }, { "attributes": {}, - "id": "9070502", - "links": { - "self": "/stops/9070502" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=9070502" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": null - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "8194", + "id": "18338", "links": { - "self": "/stops/8194" + "self": "/stops/18338" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8194" + "related": "/facilities/?filter[stop]=18338" } }, "parent_station": { @@ -123821,14 +122600,14 @@ }, { "attributes": {}, - "id": "5414", + "id": "6127", "links": { - "self": "/stops/5414" + "self": "/stops/6127" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5414" + "related": "/facilities/?filter[stop]=6127" } }, "parent_station": { @@ -123845,22 +122624,25 @@ }, { "attributes": {}, - "id": "28745", + "id": "70171", "links": { - "self": "/stops/28745" + "self": "/stops/70171" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=28745" + "related": "/facilities/?filter[stop]=70171" } }, "parent_station": { - "data": null + "data": { + "id": "place-newto", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -123869,14 +122651,14 @@ }, { "attributes": {}, - "id": "5929", + "id": "5859", "links": { - "self": "/stops/5929" + "self": "/stops/5859" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5929" + "related": "/facilities/?filter[stop]=5859" } }, "parent_station": { @@ -123893,14 +122675,14 @@ }, { "attributes": {}, - "id": "15002", + "id": "8148", "links": { - "self": "/stops/15002" + "self": "/stops/8148" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=15002" + "related": "/facilities/?filter[stop]=8148" } }, "parent_station": { @@ -123917,14 +122699,14 @@ }, { "attributes": {}, - "id": "23618", + "id": "3891", "links": { - "self": "/stops/23618" + "self": "/stops/3891" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=23618" + "related": "/facilities/?filter[stop]=3891" } }, "parent_station": { @@ -123940,291 +122722,327 @@ "type": "stop" }, { - "attributes": {}, - "id": "4057", + "attributes": { + "direction_id": 0, + "headsign": "East Walpole" + }, + "id": "67251642", "links": { - "self": "/stops/4057" + "self": "/trips/67251642" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=4057" + "route": { + "data": { + "id": "34E", + "type": "route" } }, - "parent_station": { - "data": null - }, - "zone": { + "route_pattern": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": { - "direction_id": 1, - "headsign": "Lynn (Shuttle)" - }, - "id": "LynnSwampscott-1-sample", - "links": { - "self": "/trips/LynnSwampscott-1-sample" - }, - "relationships": { - "route": { - "data": { - "id": "Shuttle-LynnSwampscott", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Shuttle-LynnSwampscott-0-1", + "id": "34E-6-0", "type": "route_pattern" } }, "service": { "data": { - "id": "canonical", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "SwampscottToLynn-S", + "id": "34E0247", "type": "shape" } }, "stops": { "data": [ { - "id": "ER-0128-B1", + "id": "10642", "type": "stop" - } - ] - } - }, - "type": "trip" - }, - { - "attributes": {}, - "id": "70260", - "links": { - "self": "/stops/70260" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=70260" - } - }, - "parent_station": { - "data": { - "id": "place-hsmnl", - "type": "stop" - } - }, - "zone": { - "data": { - "id": "RapidTransit", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "7800", - "links": { - "self": "/stops/7800" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=7800" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "827", - "links": { - "self": "/stops/827" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=827" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": { - "direction_id": 0, - "headsign": "River St & Milton St" - }, - "id": "62145386", - "links": { - "self": "/trips/62145386" - }, - "relationships": { - "route": { - "data": { - "id": "33", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "33-5-0", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "SpringWeekday", - "type": "service" - } - }, - "shape": { - "data": { - "id": "330176", - "type": "shape" - } - }, - "stops": { - "data": [ + }, { - "id": "185", + "id": "596", "type": "stop" }, { - "id": "6368", + "id": "597", "type": "stop" }, { - "id": "16369", + "id": "598", "type": "stop" }, { - "id": "6369", + "id": "599", "type": "stop" }, { - "id": "6371", + "id": "600", "type": "stop" }, { - "id": "6372", + "id": "601", "type": "stop" }, { - "id": "6373", + "id": "6022", "type": "stop" }, { - "id": "6374", + "id": "603", "type": "stop" }, { - "id": "6375", + "id": "10603", "type": "stop" }, { - "id": "6376", + "id": "604", "type": "stop" }, { - "id": "6377", + "id": "605", "type": "stop" }, { - "id": "76378", + "id": "606", "type": "stop" }, { - "id": "6390", + "id": "607", "type": "stop" }, { - "id": "2819", + "id": "608", "type": "stop" }, { - "id": "2818", + "id": "609", "type": "stop" }, { - "id": "22819", + "id": "610", "type": "stop" }, { - "id": "22818", + "id": "611", "type": "stop" }, { - "id": "22821", + "id": "612", "type": "stop" }, { - "id": "32818", + "id": "10612", "type": "stop" }, { - "id": "42818", + "id": "613", "type": "stop" }, { - "id": "8959", + "id": "614", "type": "stop" }, { - "id": "8960", + "id": "615", "type": "stop" }, { - "id": "8961", + "id": "616", "type": "stop" }, { - "id": "8962", + "id": "618", "type": "stop" }, { - "id": "8963", + "id": "10618", "type": "stop" }, { - "id": "8964", + "id": "24619", "type": "stop" }, { - "id": "18974", + "id": "99832", + "type": "stop" + }, + { + "id": "12618", + "type": "stop" + }, + { + "id": "13618", + "type": "stop" + }, + { + "id": "14618", + "type": "stop" + }, + { + "id": "15618", + "type": "stop" + }, + { + "id": "16618", + "type": "stop" + }, + { + "id": "22628", + "type": "stop" + }, + { + "id": "18618", + "type": "stop" + }, + { + "id": "19618", + "type": "stop" + }, + { + "id": "20618", + "type": "stop" + }, + { + "id": "21618", + "type": "stop" + }, + { + "id": "20619", + "type": "stop" + }, + { + "id": "30619", + "type": "stop" + }, + { + "id": "40619", + "type": "stop" + }, + { + "id": "20620", + "type": "stop" + }, + { + "id": "30620", + "type": "stop" + }, + { + "id": "90620", + "type": "stop" + }, + { + "id": "90621", + "type": "stop" + }, + { + "id": "31619", + "type": "stop" + }, + { + "id": "32619", + "type": "stop" + }, + { + "id": "33619", + "type": "stop" + }, + { + "id": "34619", + "type": "stop" + }, + { + "id": "22618", + "type": "stop" + }, + { + "id": "23618", + "type": "stop" + }, + { + "id": "24628", + "type": "stop" + }, + { + "id": "25618", + "type": "stop" + }, + { + "id": "26618", + "type": "stop" + }, + { + "id": "27618", + "type": "stop" + }, + { + "id": "28618", + "type": "stop" + }, + { + "id": "29618", + "type": "stop" + }, + { + "id": "30618", + "type": "stop" + }, + { + "id": "31618", + "type": "stop" + }, + { + "id": "31628", + "type": "stop" + }, + { + "id": "32628", + "type": "stop" + }, + { + "id": "32638", + "type": "stop" + }, + { + "id": "33618", + "type": "stop" + }, + { + "id": "34618", + "type": "stop" + }, + { + "id": "35618", + "type": "stop" + }, + { + "id": "36618", + "type": "stop" + }, + { + "id": "37618", + "type": "stop" + }, + { + "id": "40618", + "type": "stop" + }, + { + "id": "41618", + "type": "stop" + }, + { + "id": "61842", + "type": "stop" + }, + { + "id": "73618", + "type": "stop" + }, + { + "id": "73619", "type": "stop" } ] @@ -124234,43 +123052,22 @@ }, { "attributes": {}, - "id": "4084", + "id": "141", "links": { - "self": "/stops/4084" + "self": "/stops/141" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4084" + "related": "/facilities/?filter[stop]=141" } }, "parent_station": { - "data": null - }, - "zone": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "2819", - "links": { - "self": "/stops/2819" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=2819" + "id": "place-alfcl", + "type": "stop" } }, - "parent_station": { - "data": null - }, "zone": { "data": { "id": "LocalBus", @@ -124282,14 +123079,14 @@ }, { "attributes": {}, - "id": "13685", + "id": "11835", "links": { - "self": "/stops/13685" + "self": "/stops/11835" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=13685" + "related": "/facilities/?filter[stop]=11835" } }, "parent_station": { @@ -124306,14 +123103,14 @@ }, { "attributes": {}, - "id": "2279", + "id": "568", "links": { - "self": "/stops/2279" + "self": "/stops/568" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2279" + "related": "/facilities/?filter[stop]=568" } }, "parent_station": { @@ -124332,27 +123129,33 @@ "attributes": { "color": "FFC72C", "direction_destinations": [ - "Market Place Drive or Waltham Center", - "University Park" + "Rockport", + "North Station" ], "direction_names": [ "Outbound", "Inbound" ], - "long_name": "Market Place Drive or Waltham Center - University Park", - "short_name": "70", - "sort_order": 50700, + "long_name": "Rockport - West Gloucester", + "short_name": "Rockport Line Shuttle", + "sort_order": 62410, "text_color": "000000", "type": 3 }, - "id": "70", + "id": "Shuttle-RockportWestGloucester", "links": { - "self": "/routes/70" + "self": "/routes/Shuttle-RockportWestGloucester" }, "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, "line": { "data": { - "id": "line-6170170", + "id": "line-Newburyport", "type": "line" } } @@ -124361,38 +123164,38 @@ }, { "attributes": {}, - "id": "11521", + "id": "FR-0201-B1", "links": { - "self": "/stops/11521" + "self": "/stops/FR-0201-B1" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=11521" + "related": "/facilities/?filter[stop]=FR-0201-B1" } }, "parent_station": { - "data": null - }, - "zone": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "place-FR-0201", + "type": "stop" } + }, + "zone": { + "data": null } }, "type": "stop" }, { "attributes": {}, - "id": "8598", + "id": "3682", "links": { - "self": "/stops/8598" + "self": "/stops/3682" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8598" + "related": "/facilities/?filter[stop]=3682" } }, "parent_station": { @@ -124409,14 +123212,14 @@ }, { "attributes": {}, - "id": "5992", + "id": "6413", "links": { - "self": "/stops/5992" + "self": "/stops/6413" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5992" + "related": "/facilities/?filter[stop]=6413" } }, "parent_station": { @@ -124433,14 +123236,14 @@ }, { "attributes": {}, - "id": "18338", + "id": "1204", "links": { - "self": "/stops/18338" + "self": "/stops/1204" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=18338" + "related": "/facilities/?filter[stop]=1204" } }, "parent_station": { @@ -124457,14 +123260,14 @@ }, { "attributes": {}, - "id": "7341", + "id": "4935", "links": { - "self": "/stops/7341" + "self": "/stops/4935" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7341" + "related": "/facilities/?filter[stop]=4935" } }, "parent_station": { @@ -124481,14 +123284,14 @@ }, { "attributes": {}, - "id": "8811", + "id": "299", "links": { - "self": "/stops/8811" + "self": "/stops/299" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8811" + "related": "/facilities/?filter[stop]=299" } }, "parent_station": { @@ -124505,14 +123308,14 @@ }, { "attributes": {}, - "id": "2379", + "id": "65544", "links": { - "self": "/stops/2379" + "self": "/stops/65544" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2379" + "related": "/facilities/?filter[stop]=65544" } }, "parent_station": { @@ -124529,14 +123332,14 @@ }, { "attributes": {}, - "id": "9026", + "id": "78741", "links": { - "self": "/stops/9026" + "self": "/stops/78741" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9026" + "related": "/facilities/?filter[stop]=78741" } }, "parent_station": { @@ -124553,14 +123356,14 @@ }, { "attributes": {}, - "id": "49067", + "id": "12145", "links": { - "self": "/stops/49067" + "self": "/stops/12145" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=49067" + "related": "/facilities/?filter[stop]=12145" } }, "parent_station": { @@ -124577,14 +123380,14 @@ }, { "attributes": {}, - "id": "12638", + "id": "49834", "links": { - "self": "/stops/12638" + "self": "/stops/49834" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=12638" + "related": "/facilities/?filter[stop]=49834" } }, "parent_station": { @@ -124601,23 +123404,60 @@ }, { "attributes": { - "direction_id": 1, - "headsign": "North Station" + "color": "FFC72C", + "direction_destinations": [ + "Arlmont Village", + "Harvard Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Arlmont Village - Harvard Station", + "short_name": "78", + "sort_order": 50780, + "text_color": "000000", + "type": 3 }, - "id": "canonical-CR-Lowell-C1-1", + "id": "78", "links": { - "self": "/trips/canonical-CR-Lowell-C1-1" + "self": "/routes/78" + }, + "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, + "line": { + "data": { + "id": "line-7884", + "type": "line" + } + } + }, + "type": "route" + }, + { + "attributes": { + "direction_id": 0, + "headsign": "Airport (Shuttle)" + }, + "id": "AirportWonderland-Weekday-9e586-0-00:00:00", + "links": { + "self": "/trips/AirportWonderland-Weekday-9e586-0-00%3A00%3A00" }, "relationships": { "route": { "data": { - "id": "CR-Lowell", + "id": "Shuttle-AirportWonderland", "type": "route" } }, "route_pattern": { "data": { - "id": "CR-Lowell-C1-1", + "id": "Shuttle-AirportWonderland-0-0", "type": "route_pattern" } }, @@ -124629,42 +123469,38 @@ }, "shape": { "data": { - "id": "canonical-9830005", + "id": "WonderlandToAirport-S", "type": "shape" } }, "stops": { "data": [ { - "id": "NHRML-0254-04", - "type": "stop" - }, - { - "id": "NHRML-0218-02", + "id": "15797", "type": "stop" }, { - "id": "NHRML-0152-02", + "id": "9070057", "type": "stop" }, { - "id": "NHRML-0127-02", + "id": "9070055", "type": "stop" }, { - "id": "NHRML-0078-02", + "id": "9070053", "type": "stop" }, { - "id": "NHRML-0073-02", + "id": "5879", "type": "stop" }, { - "id": "NHRML-0055-02", + "id": "5666", "type": "stop" }, { - "id": "BNT-0000", + "id": "7096", "type": "stop" } ] @@ -124674,14 +123510,14 @@ }, { "attributes": {}, - "id": "17449", + "id": "4860", "links": { - "self": "/stops/17449" + "self": "/stops/4860" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=17449" + "related": "/facilities/?filter[stop]=4860" } }, "parent_station": { @@ -124698,102 +123534,122 @@ }, { "attributes": { - "direction_id": 1, - "headsign": "South Station" + "direction_id": 0, + "headsign": "Central Square" }, - "id": "canonical-CR-Franklin-C1-1", + "id": "67202575", "links": { - "self": "/trips/canonical-CR-Franklin-C1-1" + "self": "/trips/67202575" }, "relationships": { "route": { "data": { - "id": "CR-Franklin", + "id": "426", "type": "route" } }, "route_pattern": { "data": { - "id": "CR-Franklin-C1-1", + "id": "426-3-0", "type": "route_pattern" } }, "service": { "data": { - "id": "canonical", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "canonical-9880005", + "id": "4260270", "type": "shape" } }, "stops": { "data": [ { - "id": "FB-0303-S", + "id": "56733", "type": "stop" }, { - "id": "FB-0275-S", + "id": "6746", "type": "stop" }, { - "id": "FB-0230-S", + "id": "6747", "type": "stop" }, { - "id": "FB-0191-S", + "id": "7446", "type": "stop" }, { - "id": "FB-0166-S", + "id": "7447", "type": "stop" }, { - "id": "FB-0148-02", + "id": "7448", "type": "stop" }, { - "id": "FB-0143-02", + "id": "7449", "type": "stop" }, { - "id": "FB-0125-02", + "id": "17449", "type": "stop" }, { - "id": "FB-0118-02", + "id": "7450", "type": "stop" }, { - "id": "FB-0109-02", + "id": "7451", "type": "stop" }, { - "id": "FB-0095-05", + "id": "7452", "type": "stop" }, { - "id": "NEC-2203-02", + "id": "4521", "type": "stop" }, { - "id": "NEC-2237-03", + "id": "4522", "type": "stop" }, { - "id": "NEC-2265", + "id": "4523", "type": "stop" }, { - "id": "NEC-2276", + "id": "4524", "type": "stop" }, { - "id": "NEC-2287", + "id": "4525", + "type": "stop" + }, + { + "id": "6822", + "type": "stop" + }, + { + "id": "6824", + "type": "stop" + }, + { + "id": "6827", + "type": "stop" + }, + { + "id": "6773", + "type": "stop" + }, + { + "id": "14748", "type": "stop" } ] @@ -124801,108 +123657,352 @@ }, "type": "trip" }, - { - "attributes": {}, - "id": "3613", - "links": { - "self": "/stops/3613" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=3613" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, { "attributes": { - "direction_id": 1, - "headsign": "Marine Park via South Station" + "direction_id": 0, + "headsign": "Avon Square" }, - "id": "61394046", + "id": "67290602", "links": { - "self": "/trips/61394046" + "self": "/trips/67290602" }, "relationships": { "route": { "data": { - "id": "4", + "id": "238", "type": "route" } }, "route_pattern": { "data": { - "id": "4-4-1", + "id": "238-3-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "040072", + "id": "2380242", "type": "shape" } }, "stops": { "data": [ { - "id": "113", + "id": "32003", "type": "stop" }, { - "id": "118", + "id": "3326", "type": "stop" }, { - "id": "233", + "id": "3327", "type": "stop" }, { - "id": "234", + "id": "3328", "type": "stop" }, { - "id": "30235", + "id": "3330", "type": "stop" }, { - "id": "236", + "id": "3846", "type": "stop" }, { - "id": "2116", + "id": "3848", "type": "stop" }, { - "id": "6564", + "id": "3849", "type": "stop" }, { - "id": "888", + "id": "3850", "type": "stop" }, { - "id": "889", + "id": "3851", "type": "stop" }, { - "id": "31255", + "id": "3852", + "type": "stop" + }, + { + "id": "3853", + "type": "stop" + }, + { + "id": "3854", + "type": "stop" + }, + { + "id": "3855", + "type": "stop" + }, + { + "id": "41031", + "type": "stop" + }, + { + "id": "41035", + "type": "stop" + }, + { + "id": "1633", + "type": "stop" + }, + { + "id": "1634", + "type": "stop" + }, + { + "id": "1635", + "type": "stop" + }, + { + "id": "1636", + "type": "stop" + }, + { + "id": "1637", + "type": "stop" + }, + { + "id": "1638", + "type": "stop" + }, + { + "id": "1639", + "type": "stop" + }, + { + "id": "1640", + "type": "stop" + }, + { + "id": "1641", + "type": "stop" + }, + { + "id": "1642", + "type": "stop" + }, + { + "id": "1643", + "type": "stop" + }, + { + "id": "1644", + "type": "stop" + }, + { + "id": "1647", + "type": "stop" + }, + { + "id": "1648", + "type": "stop" + }, + { + "id": "1649", + "type": "stop" + }, + { + "id": "1650", + "type": "stop" + }, + { + "id": "4023", + "type": "stop" + }, + { + "id": "4020", + "type": "stop" + }, + { + "id": "4019", + "type": "stop" + }, + { + "id": "4023", + "type": "stop" + }, + { + "id": "4024", + "type": "stop" + }, + { + "id": "4032", + "type": "stop" + }, + { + "id": "4034", + "type": "stop" + }, + { + "id": "4035", + "type": "stop" + }, + { + "id": "4036", + "type": "stop" + }, + { + "id": "4037", + "type": "stop" + }, + { + "id": "4038", + "type": "stop" + }, + { + "id": "4039", + "type": "stop" + }, + { + "id": "4040", + "type": "stop" + }, + { + "id": "4042", + "type": "stop" + }, + { + "id": "4043", + "type": "stop" + }, + { + "id": "4044", + "type": "stop" + }, + { + "id": "4046", + "type": "stop" + }, + { + "id": "4047", + "type": "stop" + }, + { + "id": "4049", + "type": "stop" + }, + { + "id": "4050", + "type": "stop" + }, + { + "id": "4051", + "type": "stop" + }, + { + "id": "4053", + "type": "stop" + }, + { + "id": "4054", + "type": "stop" + }, + { + "id": "4055", + "type": "stop" + }, + { + "id": "4056", + "type": "stop" + }, + { + "id": "14056", + "type": "stop" + }, + { + "id": "4057", + "type": "stop" + }, + { + "id": "4058", + "type": "stop" + }, + { + "id": "4214", + "type": "stop" + }, + { + "id": "4215", + "type": "stop" + }, + { + "id": "4216", + "type": "stop" + }, + { + "id": "4217", + "type": "stop" + }, + { + "id": "4218", + "type": "stop" + }, + { + "id": "4219", + "type": "stop" + }, + { + "id": "4220", + "type": "stop" + }, + { + "id": "4221", + "type": "stop" + }, + { + "id": "4222", + "type": "stop" + }, + { + "id": "4223", + "type": "stop" + }, + { + "id": "4224", + "type": "stop" + }, + { + "id": "4225", + "type": "stop" + }, + { + "id": "14225", + "type": "stop" + }, + { + "id": "4227", + "type": "stop" + }, + { + "id": "4228", + "type": "stop" + }, + { + "id": "4229", + "type": "stop" + }, + { + "id": "4230", + "type": "stop" + }, + { + "id": "4232", "type": "stop" } ] @@ -124912,14 +124012,14 @@ }, { "attributes": {}, - "id": "2166", + "id": "10013", "links": { - "self": "/stops/2166" + "self": "/stops/10013" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2166" + "related": "/facilities/?filter[stop]=10013" } }, "parent_station": { @@ -124936,66 +124036,38 @@ }, { "attributes": {}, - "id": "9070219", + "id": "76251", "links": { - "self": "/stops/9070219" + "self": "/stops/76251" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9070219" + "related": "/facilities/?filter[stop]=76251" } }, "parent_station": { "data": null }, "zone": { - "data": null - } - }, - "type": "stop" - }, - { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Riverside", - "Union Square" - ], - "direction_names": [ - "West", - "East" - ], - "long_name": "Union Square - North Station", - "short_name": "Green Line Shuttle", - "sort_order": 62135, - "text_color": "000000", - "type": 3 - }, - "id": "Shuttle-NorthStationUnionSquare", - "links": { - "self": "/routes/Shuttle-NorthStationUnionSquare" - }, - "relationships": { - "line": { "data": { - "id": "line-Green", - "type": "line" + "id": "LocalBus", + "type": "zone" } } }, - "type": "route" + "type": "stop" }, { "attributes": {}, - "id": "16177", + "id": "77241", "links": { - "self": "/stops/16177" + "self": "/stops/77241" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=16177" + "related": "/facilities/?filter[stop]=77241" } }, "parent_station": { @@ -125012,38 +124084,14 @@ }, { "attributes": {}, - "id": "4851", + "id": "9019", "links": { - "self": "/stops/4851" + "self": "/stops/9019" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4851" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "2743", - "links": { - "self": "/stops/2743" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=2743" + "related": "/facilities/?filter[stop]=9019" } }, "parent_station": { @@ -125061,57 +124109,201 @@ { "attributes": { "direction_id": 1, - "headsign": "Back Bay (Shuttle)" + "headsign": "Neptune Towers via Central Square" }, - "id": "BackBayJacksonSquare-1-sample", + "id": "67202367", "links": { - "self": "/trips/BackBayJacksonSquare-1-sample" + "self": "/trips/67202367" }, "relationships": { "route": { "data": { - "id": "Shuttle-BackBayJackson", + "id": "436", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-BackBayJackson-0-1", + "id": "436-3-1", "type": "route_pattern" } }, "service": { "data": { - "id": "canonical", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "JacksonSquareToBackBay-S", + "id": "4360261", "type": "shape" } }, "stops": { "data": [ { - "id": "11531", + "id": "7341", "type": "stop" }, { - "id": "1222", + "id": "7342", "type": "stop" }, { - "id": "17861", + "id": "7343", "type": "stop" }, { - "id": "9070013", + "id": "7344", "type": "stop" }, { - "id": "11384", + "id": "7345", + "type": "stop" + }, + { + "id": "7346", + "type": "stop" + }, + { + "id": "17347", + "type": "stop" + }, + { + "id": "7348", + "type": "stop" + }, + { + "id": "7349", + "type": "stop" + }, + { + "id": "7350", + "type": "stop" + }, + { + "id": "7352", + "type": "stop" + }, + { + "id": "7353", + "type": "stop" + }, + { + "id": "17354", + "type": "stop" + }, + { + "id": "7355", + "type": "stop" + }, + { + "id": "7356", + "type": "stop" + }, + { + "id": "7357", + "type": "stop" + }, + { + "id": "7359", + "type": "stop" + }, + { + "id": "7292", + "type": "stop" + }, + { + "id": "7293", + "type": "stop" + }, + { + "id": "7294", + "type": "stop" + }, + { + "id": "7295", + "type": "stop" + }, + { + "id": "7296", + "type": "stop" + }, + { + "id": "7297", + "type": "stop" + }, + { + "id": "7298", + "type": "stop" + }, + { + "id": "7299", + "type": "stop" + }, + { + "id": "7300", + "type": "stop" + }, + { + "id": "7369", + "type": "stop" + }, + { + "id": "7370", + "type": "stop" + }, + { + "id": "7371", + "type": "stop" + }, + { + "id": "7372", + "type": "stop" + }, + { + "id": "7373", + "type": "stop" + }, + { + "id": "7374", + "type": "stop" + }, + { + "id": "17231", + "type": "stop" + }, + { + "id": "7233", + "type": "stop" + }, + { + "id": "7234", + "type": "stop" + }, + { + "id": "7237", + "type": "stop" + }, + { + "id": "66721", + "type": "stop" + }, + { + "id": "66731", + "type": "stop" + }, + { + "id": "94321", + "type": "stop" + }, + { + "id": "94325", + "type": "stop" + }, + { + "id": "94320", "type": "stop" } ] @@ -125119,160 +124311,120 @@ }, "type": "trip" }, - { - "attributes": {}, - "id": "111685", - "links": { - "self": "/stops/111685" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=111685" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "1644", - "links": { - "self": "/stops/1644" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=1644" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, { "attributes": { "direction_id": 0, - "headsign": "City Point" + "headsign": "Central Square" }, - "id": "61393848", + "id": "67202414", "links": { - "self": "/trips/61393848" + "self": "/trips/67202414" }, "relationships": { "route": { "data": { - "id": "7", + "id": "426", "type": "route" } }, "route_pattern": { "data": { - "id": "7-1-0", + "id": "426-2-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "070161", + "id": "4260272", "type": "shape" } }, "stops": { "data": [ { - "id": "16535", + "id": "56732", "type": "stop" }, { - "id": "6564", + "id": "6747", "type": "stop" }, { - "id": "888", + "id": "7446", "type": "stop" }, { - "id": "889", + "id": "7447", "type": "stop" }, { - "id": "244", + "id": "7448", "type": "stop" }, { - "id": "246", + "id": "7449", "type": "stop" }, { - "id": "208", + "id": "17449", "type": "stop" }, { - "id": "885", + "id": "7450", "type": "stop" }, { - "id": "880", + "id": "7451", "type": "stop" }, { - "id": "879", + "id": "7452", "type": "stop" }, { - "id": "27", + "id": "4521", "type": "stop" }, { - "id": "28", + "id": "4522", "type": "stop" }, { - "id": "29", + "id": "4523", "type": "stop" }, { - "id": "30", + "id": "4524", "type": "stop" }, { - "id": "32", + "id": "4525", "type": "stop" }, { - "id": "10031", + "id": "6822", "type": "stop" }, { - "id": "10032", + "id": "6824", "type": "stop" }, { - "id": "333", + "id": "6827", + "type": "stop" + }, + { + "id": "6773", + "type": "stop" + }, + { + "id": "14748", "type": "stop" } ] @@ -125282,14 +124434,14 @@ }, { "attributes": {}, - "id": "7583", + "id": "2924", "links": { - "self": "/stops/7583" + "self": "/stops/2924" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7583" + "related": "/facilities/?filter[stop]=2924" } }, "parent_station": { @@ -125306,41 +124458,14 @@ }, { "attributes": {}, - "id": "70083", - "links": { - "self": "/stops/70083" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=70083" - } - }, - "parent_station": { - "data": { - "id": "place-andrw", - "type": "stop" - } - }, - "zone": { - "data": { - "id": "RapidTransit", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "10014", + "id": "4921", "links": { - "self": "/stops/10014" + "self": "/stops/4921" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=10014" + "related": "/facilities/?filter[stop]=4921" } }, "parent_station": { @@ -125357,14 +124482,14 @@ }, { "attributes": {}, - "id": "6280", + "id": "1041", "links": { - "self": "/stops/6280" + "self": "/stops/1041" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6280" + "related": "/facilities/?filter[stop]=1041" } }, "parent_station": { @@ -125381,254 +124506,251 @@ }, { "attributes": { - "direction_id": 0, - "headsign": "Saugus Center via Kennedy Dr & Square One Mall" + "direction_id": 1, + "headsign": "Nubian" }, - "id": "61870771", + "id": "66650888", "links": { - "self": "/trips/61870771" + "self": "/trips/66650888" }, "relationships": { "route": { "data": { - "id": "430", + "id": "23", "type": "route" } }, "route_pattern": { "data": { - "id": "430-2-0", + "id": "23-2-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "4300177", + "id": "230217", "type": "shape" } }, "stops": { "data": [ { - "id": "53270", - "type": "stop" - }, - { - "id": "5289", - "type": "stop" - }, - { - "id": "5342", - "type": "stop" - }, - { - "id": "5457", - "type": "stop" - }, - { - "id": "5459", - "type": "stop" - }, - { - "id": "5460", - "type": "stop" - }, - { - "id": "5461", - "type": "stop" - }, - { - "id": "5462", - "type": "stop" - }, - { - "id": "5463", - "type": "stop" - }, - { - "id": "5464", - "type": "stop" - }, - { - "id": "54651", - "type": "stop" - }, - { - "id": "9060", - "type": "stop" - }, - { - "id": "9061", - "type": "stop" - }, - { - "id": "49061", - "type": "stop" - }, - { - "id": "9063", - "type": "stop" - }, - { - "id": "7541", - "type": "stop" - }, - { - "id": "7542", - "type": "stop" - }, - { - "id": "7543", + "id": "334", "type": "stop" }, { - "id": "7545", + "id": "367", "type": "stop" }, { - "id": "8575", + "id": "369", "type": "stop" }, { - "id": "48575", + "id": "371", "type": "stop" }, { - "id": "17456", + "id": "457", "type": "stop" }, { - "id": "8336", + "id": "458", "type": "stop" }, { - "id": "8338", + "id": "460", "type": "stop" }, { - "id": "18338", + "id": "461", "type": "stop" }, { - "id": "17463", + "id": "463", "type": "stop" }, { - "id": "8576", + "id": "465", "type": "stop" }, { - "id": "8577", + "id": "467", "type": "stop" }, { - "id": "7547", + "id": "473", "type": "stop" }, { - "id": "7548", + "id": "469", "type": "stop" }, { - "id": "7550", + "id": "470", "type": "stop" }, { - "id": "7529", + "id": "386", "type": "stop" }, { - "id": "6206", + "id": "387", "type": "stop" }, { - "id": "6207", + "id": "388", "type": "stop" }, { - "id": "6208", + "id": "390", "type": "stop" }, { - "id": "7555", + "id": "392", "type": "stop" }, { - "id": "7557", + "id": "393", "type": "stop" }, { - "id": "7558", + "id": "394", "type": "stop" }, { - "id": "7559", + "id": "395", "type": "stop" }, { - "id": "7560", + "id": "396", "type": "stop" }, { - "id": "7561", + "id": "21151", "type": "stop" }, { - "id": "7562", + "id": "64000", "type": "stop" - }, + } + ] + } + }, + "type": "trip" + }, + { + "attributes": {}, + "id": "1882", + "links": { + "self": "/stops/1882" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=1882" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": { + "direction_id": 0, + "headsign": "Littleton/Route 495" + }, + "id": "NorthWKDYF24-706206-485", + "links": { + "self": "/trips/NorthWKDYF24-706206-485" + }, + "relationships": { + "route": { + "data": { + "id": "CR-Fitchburg", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "CR-Fitchburg-acb28c6e-0", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "FALL 2024-NORTHWKD-Weekday-1", + "type": "service" + } + }, + "shape": { + "data": { + "id": "9840004", + "type": "shape" + } + }, + "stops": { + "data": [ { - "id": "17562", + "id": "BNT-0000", "type": "stop" }, { - "id": "7564", + "id": "FR-0034-01", "type": "stop" }, { - "id": "7566", + "id": "FR-0064-01", "type": "stop" }, { - "id": "7429", + "id": "FR-0074-01", "type": "stop" }, { - "id": "17429", + "id": "FR-0098-01", "type": "stop" }, { - "id": "7430", + "id": "FR-0115-01", "type": "stop" }, { - "id": "7567", + "id": "FR-0132-01", "type": "stop" }, { - "id": "7569", + "id": "FR-0167-01", "type": "stop" }, { - "id": "7570", + "id": "FR-0201-01", "type": "stop" }, { - "id": "7572", + "id": "FR-0219-01", "type": "stop" }, { - "id": "6230", + "id": "FR-0253-01", "type": "stop" }, { - "id": "7474", + "id": "FR-0301-02", "type": "stop" } ] @@ -125638,14 +124760,14 @@ }, { "attributes": {}, - "id": "5393", + "id": "2703", "links": { - "self": "/stops/5393" + "self": "/stops/2703" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5393" + "related": "/facilities/?filter[stop]=2703" } }, "parent_station": { @@ -125662,14 +124784,14 @@ }, { "attributes": {}, - "id": "49907", + "id": "6698", "links": { - "self": "/stops/49907" + "self": "/stops/6698" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=49907" + "related": "/facilities/?filter[stop]=6698" } }, "parent_station": { @@ -125686,14 +124808,14 @@ }, { "attributes": {}, - "id": "5226", + "id": "11618", "links": { - "self": "/stops/5226" + "self": "/stops/11618" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5226" + "related": "/facilities/?filter[stop]=11618" } }, "parent_station": { @@ -125710,14 +124832,14 @@ }, { "attributes": {}, - "id": "6323", + "id": "1114", "links": { - "self": "/stops/6323" + "self": "/stops/1114" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6323" + "related": "/facilities/?filter[stop]=1114" } }, "parent_station": { @@ -125733,104 +124855,87 @@ "type": "stop" }, { - "attributes": { - "direction_id": 1, - "headsign": "South Station" - }, - "id": "CR-670239-742", + "attributes": {}, + "id": "5357", "links": { - "self": "/trips/CR-670239-742" + "self": "/stops/5357" }, "relationships": { - "route": { - "data": { - "id": "CR-Franklin", - "type": "route" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=5357" } }, - "route_pattern": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "CR-Franklin-d7300846-1", - "type": "route_pattern" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "4845", + "links": { + "self": "/stops/4845" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=4845" } }, - "service": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "SPRING2024-SOUTHWKD-Weekday-1-S85407dc6", - "type": "service" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "1650", + "links": { + "self": "/stops/1650" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=1650" } }, - "shape": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "FoxboroToSouthStationViaBackBay", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "FS-0049-S", - "type": "stop" - }, - { - "id": "FB-0166-S", - "type": "stop" - }, - { - "id": "FB-0148-02", - "type": "stop" - }, - { - "id": "FB-0143-02", - "type": "stop" - }, - { - "id": "FB-0125-02", - "type": "stop" - }, - { - "id": "FB-0118-02", - "type": "stop" - }, - { - "id": "FB-0109-02", - "type": "stop" - }, - { - "id": "FB-0095-05", - "type": "stop" - }, - { - "id": "NEC-2237-03", - "type": "stop" - }, - { - "id": "NEC-2265-03", - "type": "stop" - }, - { - "id": "NEC-2276-03", - "type": "stop" - }, - { - "id": "NEC-2287", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "3817", + "id": "2345", "links": { - "self": "/stops/3817" + "self": "/stops/2345" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3817" + "related": "/facilities/?filter[stop]=2345" } }, "parent_station": { @@ -125847,14 +124952,14 @@ }, { "attributes": {}, - "id": "633", + "id": "3301", "links": { - "self": "/stops/633" + "self": "/stops/3301" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=633" + "related": "/facilities/?filter[stop]=3301" } }, "parent_station": { @@ -125871,14 +124976,14 @@ }, { "attributes": {}, - "id": "7471", + "id": "2583", "links": { - "self": "/stops/7471" + "self": "/stops/2583" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7471" + "related": "/facilities/?filter[stop]=2583" } }, "parent_station": { @@ -125895,14 +125000,14 @@ }, { "attributes": {}, - "id": "2796", + "id": "3236", "links": { - "self": "/stops/2796" + "self": "/stops/3236" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2796" + "related": "/facilities/?filter[stop]=3236" } }, "parent_station": { @@ -125919,14 +125024,14 @@ }, { "attributes": {}, - "id": "79", + "id": "3489", "links": { - "self": "/stops/79" + "self": "/stops/3489" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=79" + "related": "/facilities/?filter[stop]=3489" } }, "parent_station": { @@ -125943,14 +125048,14 @@ }, { "attributes": {}, - "id": "49918", + "id": "987", "links": { - "self": "/stops/49918" + "self": "/stops/987" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=49918" + "related": "/facilities/?filter[stop]=987" } }, "parent_station": { @@ -125966,319 +125071,262 @@ "type": "stop" }, { - "attributes": { - "direction_id": 1, - "headsign": "Forest Hills" - }, - "id": "62145918", + "attributes": {}, + "id": "68", "links": { - "self": "/trips/62145918" + "self": "/stops/68" }, "relationships": { - "route": { - "data": { - "id": "32", - "type": "route" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=68" } }, - "route_pattern": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "32-_-1", - "type": "route_pattern" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "70182", + "links": { + "self": "/stops/70182" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=70182" } }, - "service": { + "parent_station": { "data": { - "id": "SpringWeekday", - "type": "service" + "id": "place-longw", + "type": "stop" } }, - "shape": { + "zone": { "data": { - "id": "320221", - "type": "shape" + "id": "RapidTransit", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "36466", - "type": "stop" - }, - { - "id": "6466", - "type": "stop" - }, - { - "id": "6467", - "type": "stop" - }, - { - "id": "6468", - "type": "stop" - }, - { - "id": "6470", - "type": "stop" - }, - { - "id": "6471", - "type": "stop" - }, - { - "id": "6472", - "type": "stop" - }, - { - "id": "6473", - "type": "stop" - }, - { - "id": "6474", - "type": "stop" - }, - { - "id": "6476", - "type": "stop" - }, - { - "id": "6478", - "type": "stop" - }, - { - "id": "6479", - "type": "stop" - }, - { - "id": "6480", - "type": "stop" - }, - { - "id": "16479", - "type": "stop" - }, - { - "id": "36479", - "type": "stop" - }, - { - "id": "56479", - "type": "stop" - }, - { - "id": "76479", - "type": "stop" - }, - { - "id": "875", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Newburyport or Rockport", - "North Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Lynn - Chelsea", - "short_name": "Newburyport/Rockport Line Shuttle", - "sort_order": 61290, - "text_color": "000000", - "type": 3 + "attributes": {}, + "id": "1853", + "links": { + "self": "/stops/1853" }, - "id": "Shuttle-ChelseaLynn", + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=1853" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "4089", "links": { - "self": "/routes/Shuttle-ChelseaLynn" + "self": "/stops/4089" }, "relationships": { - "line": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=4089" + } + }, + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "line-Newburyport", - "type": "line" + "id": "LocalBus", + "type": "zone" } } }, - "type": "route" + "type": "stop" }, { "attributes": { - "direction_id": 0, - "headsign": "Arlington Center" + "direction_id": 1, + "headsign": "Sullivan" }, - "id": "61848751", + "id": "66960022", "links": { - "self": "/trips/61848751" + "self": "/trips/66960022" }, "relationships": { "route": { "data": { - "id": "87", + "id": "95", "type": "route" } }, "route_pattern": { "data": { - "id": "87-2-0", + "id": "95-_-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "870194", + "id": "950290", "type": "shape" } }, "stops": { "data": [ { - "id": "70500", - "type": "stop" - }, - { - "id": "2605", - "type": "stop" - }, - { - "id": "2607", - "type": "stop" - }, - { - "id": "12610", + "id": "6310", "type": "stop" }, { - "id": "2612", + "id": "6311", "type": "stop" }, { - "id": "26131", + "id": "6312", "type": "stop" }, { - "id": "12615", + "id": "6313", "type": "stop" }, { - "id": "12616", + "id": "6315", "type": "stop" }, { - "id": "2617", + "id": "6316", "type": "stop" }, { - "id": "2618", + "id": "6317", "type": "stop" }, { - "id": "2620", + "id": "6318", "type": "stop" }, { - "id": "2621", + "id": "6320", "type": "stop" }, { - "id": "2622", + "id": "6321", "type": "stop" }, { - "id": "2623", + "id": "6322", "type": "stop" }, { - "id": "2625", + "id": "6323", "type": "stop" }, { - "id": "2626", + "id": "6324", "type": "stop" }, { - "id": "2627", + "id": "5031", "type": "stop" }, { - "id": "2628", + "id": "12888", "type": "stop" }, { - "id": "5104", + "id": "2889", "type": "stop" }, { - "id": "2631", + "id": "2890", "type": "stop" }, { - "id": "2632", + "id": "2891", "type": "stop" }, { - "id": "2634", + "id": "2892", "type": "stop" }, { - "id": "2635", + "id": "2893", "type": "stop" }, { - "id": "2715", + "id": "2894", "type": "stop" }, { - "id": "2636", + "id": "2895", "type": "stop" }, { - "id": "12636", + "id": "2896", "type": "stop" }, { - "id": "12637", + "id": "2897", "type": "stop" }, { - "id": "12638", + "id": "2898", "type": "stop" }, { - "id": "12639", + "id": "2899", "type": "stop" }, { - "id": "12640", + "id": "2900", "type": "stop" }, { - "id": "12641", + "id": "2901", "type": "stop" }, { - "id": "12642", + "id": "2902", "type": "stop" }, { - "id": "12643", + "id": "2714", "type": "stop" }, { - "id": "12644", + "id": "29001", "type": "stop" } ] @@ -126288,102 +125336,24 @@ }, { "attributes": {}, - "id": "70068", + "id": "FR-3338-B", "links": { - "self": "/stops/70068" + "self": "/stops/FR-3338-B" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70068" + "related": "/facilities/?filter[stop]=FR-3338-B" } }, "parent_station": { "data": { - "id": "place-harsq", + "id": "place-FR-3338", "type": "stop" } }, "zone": { - "data": { - "id": "RapidTransit", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "3490", - "links": { - "self": "/stops/3490" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=3490" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "70001", - "links": { - "self": "/stops/70001" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=70001" - } - }, - "parent_station": { - "data": { - "id": "place-forhl", - "type": "stop" - } - }, - "zone": { - "data": { - "id": "RapidTransit", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "33241", - "links": { - "self": "/stops/33241" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=33241" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } + "data": null } }, "type": "stop" @@ -126392,118 +125362,49 @@ "attributes": { "color": "FFC72C", "direction_destinations": [ - "Newburyport", + "Wachusett", "North Station" ], "direction_names": [ "Outbound", "Inbound" ], - "long_name": "Newburyport - Beverly (Local)", - "short_name": "Newburyport Line Shuttle", - "sort_order": 60691, + "long_name": "Wachusett - North Leominster", + "short_name": "Fitchburg Line Shuttle", + "sort_order": 62122, "text_color": "000000", "type": 3 }, - "id": "Shuttle-BeverlyNewburyportLocal", - "links": { - "self": "/routes/Shuttle-BeverlyNewburyportLocal" - }, - "relationships": { - "line": { - "data": { - "id": "line-Newburyport", - "type": "line" - } - } - }, - "type": "route" - }, - { - "attributes": {}, - "id": "2605", - "links": { - "self": "/stops/2605" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=2605" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "70175", + "id": "Shuttle-NorthLeominsterWachusett", "links": { - "self": "/stops/70175" + "self": "/routes/Shuttle-NorthLeominsterWachusett" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=70175" - } - }, - "parent_station": { - "data": { - "id": "place-rsmnl", - "type": "stop" - } - }, - "zone": { + "agency": { "data": { - "id": "RapidTransit", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "2323", - "links": { - "self": "/stops/2323" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=2323" + "id": "1", + "type": "agency" } }, - "parent_station": { - "data": null - }, - "zone": { + "line": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "line-Fitchburg", + "type": "line" } } }, - "type": "stop" + "type": "route" }, { "attributes": {}, - "id": "6398", + "id": "5365", "links": { - "self": "/stops/6398" + "self": "/stops/5365" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6398" + "related": "/facilities/?filter[stop]=5365" } }, "parent_station": { @@ -126520,14 +125421,14 @@ }, { "attributes": {}, - "id": "82130", + "id": "45534", "links": { - "self": "/stops/82130" + "self": "/stops/45534" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=82130" + "related": "/facilities/?filter[stop]=45534" } }, "parent_station": { @@ -126545,121 +125446,45 @@ { "attributes": { "direction_id": 1, - "headsign": "Ruggles" + "headsign": "South Station (Express shuttle)" }, - "id": "61393928", + "id": "GreenbushBraintreeSouthStationExtended-1-sample", "links": { - "self": "/trips/61393928" + "self": "/trips/GreenbushBraintreeSouthStationExtended-1-sample" }, "relationships": { "route": { "data": { - "id": "15", + "id": "Shuttle-BraintreeSouthStationExpress", "type": "route" } }, "route_pattern": { "data": { - "id": "15-_-1", + "id": "Shuttle-BraintreeSouthStationExpress-0-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "canonical", "type": "service" } }, "shape": { "data": { - "id": "150216", + "id": "BraintreeToSouthStationExpress-S", "type": "shape" } }, "stops": { "data": [ { - "id": "1475", - "type": "stop" - }, - { - "id": "1478", - "type": "stop" - }, - { - "id": "1479", - "type": "stop" - }, - { - "id": "1480", - "type": "stop" - }, - { - "id": "1481", - "type": "stop" - }, - { - "id": "11482", - "type": "stop" - }, - { - "id": "14831", - "type": "stop" - }, - { - "id": "1484", - "type": "stop" - }, - { - "id": "1485", - "type": "stop" - }, - { - "id": "1486", - "type": "stop" - }, - { - "id": "1487", - "type": "stop" - }, - { - "id": "1488", - "type": "stop" - }, - { - "id": "1489", - "type": "stop" - }, - { - "id": "1491", - "type": "stop" - }, - { - "id": "64000", - "type": "stop" - }, - { - "id": "1148", - "type": "stop" - }, - { - "id": "11149", - "type": "stop" - }, - { - "id": "11148", - "type": "stop" - }, - { - "id": "21148", - "type": "stop" - }, - { - "id": "1224", + "id": "38671", "type": "stop" }, { - "id": "17861", + "id": "NEC-2287-B", "type": "stop" } ] @@ -126669,38 +125494,14 @@ }, { "attributes": {}, - "id": "7310", - "links": { - "self": "/stops/7310" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=7310" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "1562", + "id": "5935", "links": { - "self": "/stops/1562" + "self": "/stops/5935" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1562" + "related": "/facilities/?filter[stop]=5935" } }, "parent_station": { @@ -126718,65 +125519,54 @@ { "attributes": { "color": "FFC72C", - "direction_destinations": [ - "North Station", - "Oak Grove" - ], - "direction_names": [ - "South", - "North" - ], - "long_name": "Oak Grove - North Station", - "short_name": "Orange Line Shuttle", - "sort_order": 62150, - "text_color": "000000", - "type": 3 + "long_name": "Belmont Center or Huron Avenue - Harvard", + "short_name": "72/74/75", + "sort_order": 50720, + "text_color": "000000" }, - "id": "Shuttle-NorthStationOakGrove", + "id": "line-727475", "links": { - "self": "/routes/Shuttle-NorthStationOakGrove" - }, - "relationships": { - "line": { - "data": { - "id": "line-Orange", - "type": "line" - } - } + "self": "/lines/line-727475" }, - "type": "route" + "type": "line" }, { "attributes": {}, - "id": "9070232", + "id": "74636", "links": { - "self": "/stops/9070232" + "self": "/stops/74636" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9070232" + "related": "/facilities/?filter[stop]=74636" } }, "parent_station": { - "data": null + "data": { + "id": "place-estav", + "type": "stop" + } }, "zone": { - "data": null + "data": { + "id": "SLWaterfrontNonLogan", + "type": "zone" + } } }, "type": "stop" }, { "attributes": {}, - "id": "9093", + "id": "109901", "links": { - "self": "/stops/9093" + "self": "/stops/109901" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9093" + "related": "/facilities/?filter[stop]=109901" } }, "parent_station": { @@ -126793,14 +125583,14 @@ }, { "attributes": {}, - "id": "24487", + "id": "7656", "links": { - "self": "/stops/24487" + "self": "/stops/7656" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=24487" + "related": "/facilities/?filter[stop]=7656" } }, "parent_station": { @@ -126817,38 +125607,35 @@ }, { "attributes": {}, - "id": "6537", + "id": "9170503", "links": { - "self": "/stops/6537" + "self": "/stops/9170503" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6537" + "related": "/facilities/?filter[stop]=9170503" } }, "parent_station": { "data": null }, "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } + "data": null } }, "type": "stop" }, { "attributes": {}, - "id": "7139", + "id": "9221", "links": { - "self": "/stops/7139" + "self": "/stops/9221" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7139" + "related": "/facilities/?filter[stop]=9221" } }, "parent_station": { @@ -126865,14 +125652,14 @@ }, { "attributes": {}, - "id": "13716", + "id": "4220", "links": { - "self": "/stops/13716" + "self": "/stops/4220" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=13716" + "related": "/facilities/?filter[stop]=4220" } }, "parent_station": { @@ -126889,14 +125676,14 @@ }, { "attributes": {}, - "id": "4008", + "id": "8333", "links": { - "self": "/stops/4008" + "self": "/stops/8333" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4008" + "related": "/facilities/?filter[stop]=8333" } }, "parent_station": { @@ -126911,88 +125698,37 @@ }, "type": "stop" }, - { - "attributes": { - "color": "FFC72C", - "long_name": "Cobbs Corner - Mattapan", - "short_name": "716", - "sort_order": 57160, - "text_color": "000000" - }, - "id": "line-716", - "links": { - "self": "/lines/line-716" - }, - "type": "line" - }, { "attributes": {}, - "id": "70203", + "id": "71274", "links": { - "self": "/stops/70203" + "self": "/stops/71274" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70203" + "related": "/facilities/?filter[stop]=71274" } }, "parent_station": { - "data": { - "id": "place-haecl", - "type": "stop" - } + "data": null }, "zone": { - "data": { - "id": "RapidTransit", - "type": "zone" - } + "data": null } }, "type": "stop" }, - { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "River Street & Milton Street", - "Mattapan Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "River Street & Milton Street - Mattapan Station", - "short_name": "33", - "sort_order": 50330, - "text_color": "000000", - "type": 3 - }, - "id": "33", - "links": { - "self": "/routes/33" - }, - "relationships": { - "line": { - "data": { - "id": "line-242733", - "type": "line" - } - } - }, - "type": "route" - }, { "attributes": {}, - "id": "3084", + "id": "26434", "links": { - "self": "/stops/3084" + "self": "/stops/26434" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3084" + "related": "/facilities/?filter[stop]=26434" } }, "parent_station": { @@ -127009,14 +125745,14 @@ }, { "attributes": {}, - "id": "4709", + "id": "49061", "links": { - "self": "/stops/4709" + "self": "/stops/49061" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4709" + "related": "/facilities/?filter[stop]=49061" } }, "parent_station": { @@ -127033,14 +125769,14 @@ }, { "attributes": {}, - "id": "13121", + "id": "5431", "links": { - "self": "/stops/13121" + "self": "/stops/5431" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=13121" + "related": "/facilities/?filter[stop]=5431" } }, "parent_station": { @@ -127057,117 +125793,92 @@ }, { "attributes": {}, - "id": "249", + "id": "9170076", "links": { - "self": "/stops/249" + "self": "/stops/9170076" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=249" + "related": "/facilities/?filter[stop]=9170076" } }, "parent_station": { "data": null }, "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } + "data": null } }, "type": "stop" }, { "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Kenmore & West", - "Park Street & North" - ], - "direction_names": [ - "West", - "East" - ], - "long_name": "Kenmore - Copley", - "short_name": "Green Line Shuttle", - "sort_order": 61425, - "text_color": "000000", - "type": 3 + "direction_id": 1, + "headsign": "Central Wharf via Quincy & Seaport/Fan Pier" }, - "id": "Shuttle-CopleyKenmore", + "id": "Boat-F6-0800-Winthrop-BWN-01-Weekday-Summer-25", "links": { - "self": "/routes/Shuttle-CopleyKenmore" + "self": "/trips/Boat-F6-0800-Winthrop-BWN-01-Weekday-Summer-25" }, "relationships": { - "line": { + "route": { "data": { - "id": "line-Green", - "type": "line" - } - } - }, - "type": "route" - }, - { - "attributes": {}, - "id": "7963", - "links": { - "self": "/stops/7963" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=7963" + "id": "Boat-F6", + "type": "route" } }, - "parent_station": { - "data": null - }, - "zone": { + "route_pattern": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "411", - "links": { - "self": "/stops/411" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=411" + "id": "Boat-F6-8-1", + "type": "route_pattern" } }, - "parent_station": { - "data": null + "service": { + "data": { + "id": "Boat-F6-Weekday-Summer-25", + "type": "service" + } }, - "zone": { + "shape": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "WinthropToQuincyToFanPierToCentralWharf-F", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "Boat-Winthrop", + "type": "stop" + }, + { + "id": "Boat-Quincy", + "type": "stop" + }, + { + "id": "Boat-Fan", + "type": "stop" + }, + { + "id": "Boat-Aquarium", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "61187", + "id": "4234", "links": { - "self": "/stops/61187" + "self": "/stops/4234" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=61187" + "related": "/facilities/?filter[stop]=4234" } }, "parent_station": { @@ -127184,14 +125895,14 @@ }, { "attributes": {}, - "id": "9050", + "id": "2587", "links": { - "self": "/stops/9050" + "self": "/stops/2587" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9050" + "related": "/facilities/?filter[stop]=2587" } }, "parent_station": { @@ -127207,39 +125918,29 @@ "type": "stop" }, { - "attributes": {}, - "id": "8610", - "links": { - "self": "/stops/8610" + "attributes": { + "color": "FFC72C", + "long_name": "Mattapan - Forest Hills via Morton Street", + "short_name": "31", + "sort_order": 50310, + "text_color": "000000" }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=8610" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } + "id": "line-31", + "links": { + "self": "/lines/line-31" }, - "type": "stop" + "type": "line" }, { "attributes": {}, - "id": "2459", + "id": "1071", "links": { - "self": "/stops/2459" + "self": "/stops/1071" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2459" + "related": "/facilities/?filter[stop]=1071" } }, "parent_station": { @@ -127256,138 +125957,150 @@ }, { "attributes": { - "direction_id": 0, - "headsign": "Franklin Park" + "direction_id": 1, + "headsign": "Forest Hills" }, - "id": "61392716", + "id": "67250675", "links": { - "self": "/trips/61392716" + "self": "/trips/67250675" }, "relationships": { "route": { "data": { - "id": "45", + "id": "4050", "type": "route" } }, "route_pattern": { "data": { - "id": "45-3-0", + "id": "4050-5-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "450139", + "id": "400113", "type": "shape" } }, "stops": { "data": [ { - "id": "17863", + "id": "36466", "type": "stop" }, { - "id": "11257", + "id": "6466", "type": "stop" }, { - "id": "1259", + "id": "6467", "type": "stop" }, { - "id": "11323", + "id": "2787", "type": "stop" }, { - "id": "1149", + "id": "2788", "type": "stop" }, { - "id": "1145", + "id": "12789", "type": "stop" }, { - "id": "1147", + "id": "2789", "type": "stop" }, { - "id": "64000", + "id": "2790", "type": "stop" }, { - "id": "1493", + "id": "2791", "type": "stop" }, { - "id": "1495", + "id": "2792", "type": "stop" }, { - "id": "1577", + "id": "2793", "type": "stop" }, { - "id": "1578", + "id": "2794", "type": "stop" }, { - "id": "1579", + "id": "2795", "type": "stop" }, { - "id": "1580", + "id": "2796", "type": "stop" }, { - "id": "1581", + "id": "2797", "type": "stop" }, { - "id": "1582", + "id": "2798", "type": "stop" }, { - "id": "15820", + "id": "2800", "type": "stop" }, { - "id": "1583", + "id": "10633", "type": "stop" }, { - "id": "1584", + "id": "634", "type": "stop" }, { - "id": "1585", + "id": "635", "type": "stop" }, { - "id": "1586", + "id": "636", "type": "stop" }, { - "id": "413", + "id": "637", "type": "stop" }, { - "id": "414", + "id": "638", "type": "stop" }, { - "id": "1587", + "id": "639", "type": "stop" }, { - "id": "1565", + "id": "640", + "type": "stop" + }, + { + "id": "641", + "type": "stop" + }, + { + "id": "642", + "type": "stop" + }, + { + "id": "10642", "type": "stop" } ] @@ -127397,14 +126110,14 @@ }, { "attributes": {}, - "id": "10419", + "id": "11599", "links": { - "self": "/stops/10419" + "self": "/stops/11599" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=10419" + "related": "/facilities/?filter[stop]=11599" } }, "parent_station": { @@ -127421,25 +126134,22 @@ }, { "attributes": {}, - "id": "70181", + "id": "14302", "links": { - "self": "/stops/70181" + "self": "/stops/14302" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70181" + "related": "/facilities/?filter[stop]=14302" } }, "parent_station": { - "data": { - "id": "place-bvmnl", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } @@ -127448,14 +126158,14 @@ }, { "attributes": {}, - "id": "9183", + "id": "8964", "links": { - "self": "/stops/9183" + "self": "/stops/8964" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9183" + "related": "/facilities/?filter[stop]=8964" } }, "parent_station": { @@ -127471,63 +126181,161 @@ "type": "stop" }, { - "attributes": {}, - "id": "WML-0147-B1", + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Ashmont/Braintree", + "Alewife" + ], + "direction_names": [ + "South", + "North" + ], + "long_name": "Alewife - Kendall/MIT", + "short_name": "Red Line Shuttle", + "sort_order": 60220, + "text_color": "000000", + "type": 3 + }, + "id": "Shuttle-AlewifeKendall", "links": { - "self": "/stops/WML-0147-B1" + "self": "/routes/Shuttle-AlewifeKendall" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=WML-0147-B1" + "agency": { + "data": { + "id": "1", + "type": "agency" } }, - "parent_station": { + "line": { "data": { - "id": "place-WML-0147", - "type": "stop" + "id": "line-Red", + "type": "line" } - }, - "zone": { - "data": null } }, - "type": "stop" + "type": "route" }, { - "attributes": {}, - "id": "6495", + "attributes": { + "direction_id": 1, + "headsign": "Orient Heights" + }, + "id": "67316417", "links": { - "self": "/stops/6495" + "self": "/trips/67316417" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=6495" + "route": { + "data": { + "id": "713", + "type": "route" } }, - "parent_station": { - "data": null + "route_pattern": { + "data": { + "id": "713-1-1", + "type": "route_pattern" + } }, - "zone": { + "service": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "WinterWeekday", + "type": "service" + } + }, + "shape": { + "data": { + "id": "7130069", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "109898", + "type": "stop" + }, + { + "id": "109883", + "type": "stop" + }, + { + "id": "109884", + "type": "stop" + }, + { + "id": "109885", + "type": "stop" + }, + { + "id": "109886", + "type": "stop" + }, + { + "id": "109887", + "type": "stop" + }, + { + "id": "109888", + "type": "stop" + }, + { + "id": "109890", + "type": "stop" + }, + { + "id": "109891", + "type": "stop" + }, + { + "id": "109892", + "type": "stop" + }, + { + "id": "109893", + "type": "stop" + }, + { + "id": "109894", + "type": "stop" + }, + { + "id": "109896", + "type": "stop" + }, + { + "id": "109835", + "type": "stop" + }, + { + "id": "109836", + "type": "stop" + }, + { + "id": "109838", + "type": "stop" + }, + { + "id": "15880", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "6550", + "id": "7226", "links": { - "self": "/stops/6550" + "self": "/stops/7226" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6550" + "related": "/facilities/?filter[stop]=7226" } }, "parent_station": { @@ -127535,7 +126343,7 @@ }, "zone": { "data": { - "id": "ExpressBus-Downtown", + "id": "LocalBus", "type": "zone" } } @@ -127544,14 +126352,14 @@ }, { "attributes": {}, - "id": "4914", + "id": "3345", "links": { - "self": "/stops/4914" + "self": "/stops/3345" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4914" + "related": "/facilities/?filter[stop]=3345" } }, "parent_station": { @@ -127566,16 +126374,53 @@ }, "type": "stop" }, + { + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Northgate Shopping Center", + "Beachmont Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Northgate Shopping Center - Beachmont Station", + "short_name": "119", + "sort_order": 51190, + "text_color": "000000", + "type": 3 + }, + "id": "119", + "links": { + "self": "/routes/119" + }, + "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, + "line": { + "data": { + "id": "line-119", + "type": "line" + } + } + }, + "type": "route" + }, { "attributes": {}, - "id": "3668", + "id": "8674", "links": { - "self": "/stops/3668" + "self": "/stops/8674" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3668" + "related": "/facilities/?filter[stop]=8674" } }, "parent_station": { @@ -127592,14 +126437,14 @@ }, { "attributes": {}, - "id": "2346", + "id": "13817", "links": { - "self": "/stops/2346" + "self": "/stops/13817" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2346" + "related": "/facilities/?filter[stop]=13817" } }, "parent_station": { @@ -127616,14 +126461,14 @@ }, { "attributes": {}, - "id": "5066", + "id": "1224", "links": { - "self": "/stops/5066" + "self": "/stops/1224" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5066" + "related": "/facilities/?filter[stop]=1224" } }, "parent_station": { @@ -127640,14 +126485,14 @@ }, { "attributes": {}, - "id": "23406", + "id": "8254", "links": { - "self": "/stops/23406" + "self": "/stops/8254" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=23406" + "related": "/facilities/?filter[stop]=8254" } }, "parent_station": { @@ -127664,14 +126509,14 @@ }, { "attributes": {}, - "id": "7299", + "id": "21839", "links": { - "self": "/stops/7299" + "self": "/stops/21839" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7299" + "related": "/facilities/?filter[stop]=21839" } }, "parent_station": { @@ -127688,14 +126533,14 @@ }, { "attributes": {}, - "id": "3284", + "id": "6165", "links": { - "self": "/stops/3284" + "self": "/stops/6165" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3284" + "related": "/facilities/?filter[stop]=6165" } }, "parent_station": { @@ -127712,46 +126557,46 @@ }, { "attributes": {}, - "id": "3343", + "id": "9070072", "links": { - "self": "/stops/3343" + "self": "/stops/9070072" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3343" + "related": "/facilities/?filter[stop]=9070072" } }, "parent_station": { "data": null }, "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } + "data": null } }, "type": "stop" }, { "attributes": {}, - "id": "461", + "id": "70066", "links": { - "self": "/stops/461" + "self": "/stops/70066" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=461" + "related": "/facilities/?filter[stop]=70066" } }, "parent_station": { - "data": null + "data": { + "id": "place-portr", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -127760,14 +126605,14 @@ }, { "attributes": {}, - "id": "1766", + "id": "Boat-Aquarium", "links": { - "self": "/stops/1766" + "self": "/stops/Boat-Aquarium" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1766" + "related": "/facilities/?filter[stop]=Boat-Aquarium" } }, "parent_station": { @@ -127775,7 +126620,7 @@ }, "zone": { "data": { - "id": "LocalBus", + "id": "Boat-Aquarium", "type": "zone" } } @@ -127784,14 +126629,14 @@ }, { "attributes": {}, - "id": "4727", + "id": "2276", "links": { - "self": "/stops/4727" + "self": "/stops/2276" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4727" + "related": "/facilities/?filter[stop]=2276" } }, "parent_station": { @@ -127808,14 +126653,14 @@ }, { "attributes": {}, - "id": "3395", + "id": "1582", "links": { - "self": "/stops/3395" + "self": "/stops/1582" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3395" + "related": "/facilities/?filter[stop]=1582" } }, "parent_station": { @@ -127832,25 +126677,22 @@ }, { "attributes": {}, - "id": "70114", + "id": "78632", "links": { - "self": "/stops/70114" + "self": "/stops/78632" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70114" + "related": "/facilities/?filter[stop]=78632" } }, "parent_station": { - "data": { - "id": "place-chswk", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } @@ -127859,14 +126701,14 @@ }, { "attributes": {}, - "id": "2299", + "id": "2672", "links": { - "self": "/stops/2299" + "self": "/stops/2672" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2299" + "related": "/facilities/?filter[stop]=2672" } }, "parent_station": { @@ -127883,14 +126725,14 @@ }, { "attributes": {}, - "id": "8174", + "id": "1515", "links": { - "self": "/stops/8174" + "self": "/stops/1515" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8174" + "related": "/facilities/?filter[stop]=1515" } }, "parent_station": { @@ -127907,14 +126749,14 @@ }, { "attributes": {}, - "id": "1080", + "id": "3230", "links": { - "self": "/stops/1080" + "self": "/stops/3230" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1080" + "related": "/facilities/?filter[stop]=3230" } }, "parent_station": { @@ -127931,25 +126773,25 @@ }, { "attributes": {}, - "id": "SB-0150-06", + "id": "7097", "links": { - "self": "/stops/SB-0150-06" + "self": "/stops/7097" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=SB-0150-06" + "related": "/facilities/?filter[stop]=7097" } }, "parent_station": { "data": { - "id": "place-NEC-2139", + "id": "place-aport", "type": "stop" } }, "zone": { "data": { - "id": "CR-zone-3", + "id": "SLWaterfrontNonLogan", "type": "zone" } } @@ -127957,68 +126799,39 @@ "type": "stop" }, { - "attributes": { - "direction_id": 0, - "headsign": "Rockport (Express shuttle)" - }, - "id": "OakGroveRockportExpress-0-sample", + "attributes": {}, + "id": "NB-0076-B0", "links": { - "self": "/trips/OakGroveRockportExpress-0-sample" + "self": "/stops/NB-0076-B0" }, "relationships": { - "route": { - "data": { - "id": "Shuttle-OakGroveRockportExpress", - "type": "route" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=NB-0076-B0" } }, - "route_pattern": { + "parent_station": { "data": { - "id": "Shuttle-OakGroveRockportExpress-0-0", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "canonical", - "type": "service" - } - }, - "shape": { - "data": { - "id": "OakGroveToRockportExpress-S", - "type": "shape" + "id": "place-NB-0076", + "type": "stop" } }, - "stops": { - "data": [ - { - "id": "9328", - "type": "stop" - }, - { - "id": "GB-0316-B0", - "type": "stop" - }, - { - "id": "GB-0353-B", - "type": "stop" - } - ] + "zone": { + "data": null } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "39672", + "id": "2935", "links": { - "self": "/stops/39672" + "self": "/stops/2935" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=39672" + "related": "/facilities/?filter[stop]=2935" } }, "parent_station": { @@ -128036,57 +126849,93 @@ { "attributes": { "direction_id": 1, - "headsign": "North Station (Shuttle)" + "headsign": "North Station" }, - "id": "BeverlyNorthStationLocalExtended-1-sample", + "id": "67425259", "links": { - "self": "/trips/BeverlyNorthStationLocalExtended-1-sample" + "self": "/trips/67425259" }, "relationships": { "route": { "data": { - "id": "Shuttle-BeverlyNorthStationLimited", + "id": "Orange", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-BeverlyNorthStationLimited-0-1", + "id": "Orange-7-1", "type": "route_pattern" } }, "service": { "data": { - "id": "canonical", + "id": "RTL12025-hmo15on1-Weekday-01", "type": "service" } }, "shape": { "data": { - "id": "BeverlyToNorthStationLimited-S", + "id": "46590003", "type": "shape" } }, "stops": { "data": [ { - "id": "ER-0183-B", + "id": "70001", "type": "stop" }, { - "id": "ER-0168-B", + "id": "70003", "type": "stop" }, { - "id": "ER-0128-B1", + "id": "70005", "type": "stop" }, { - "id": "14748", + "id": "70007", "type": "stop" }, { - "id": "BNT-0000-B2", + "id": "70009", + "type": "stop" + }, + { + "id": "70011", + "type": "stop" + }, + { + "id": "70013", + "type": "stop" + }, + { + "id": "70015", + "type": "stop" + }, + { + "id": "70017", + "type": "stop" + }, + { + "id": "70019", + "type": "stop" + }, + { + "id": "70021", + "type": "stop" + }, + { + "id": "70023", + "type": "stop" + }, + { + "id": "70025", + "type": "stop" + }, + { + "id": "70027", "type": "stop" } ] @@ -128095,46 +126944,90 @@ "type": "trip" }, { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Chestnut Hill", - "Kenmore Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Chestnut Hill - Kenmore Station", - "short_name": "60", - "sort_order": 50600, - "text_color": "000000", - "type": 3 + "attributes": {}, + "id": "3482", + "links": { + "self": "/stops/3482" }, - "id": "60", + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=3482" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "5553", "links": { - "self": "/routes/60" + "self": "/stops/5553" }, "relationships": { - "line": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=5553" + } + }, + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "line-6065", - "type": "line" + "id": "LocalBus", + "type": "zone" } } }, - "type": "route" + "type": "stop" }, { "attributes": {}, - "id": "781", + "id": "70110", "links": { - "self": "/stops/781" + "self": "/stops/70110" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=781" + "related": "/facilities/?filter[stop]=70110" + } + }, + "parent_station": { + "data": { + "id": "place-sougr", + "type": "stop" + } + }, + "zone": { + "data": { + "id": "RapidTransit", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "4243", + "links": { + "self": "/stops/4243" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=4243" } }, "parent_station": { @@ -128151,198 +127044,331 @@ }, { "attributes": { - "direction_id": 1, - "headsign": "Avenue Louis Pasteur via Forest Hills" + "direction_id": 0, + "headsign": "Newburyport" }, - "id": "62145522_1", + "id": "MysticMaffa-717703-1155", "links": { - "self": "/trips/62145522_1" + "self": "/trips/MysticMaffa-717703-1155" }, "relationships": { "route": { "data": { - "id": "37", + "id": "CR-Newburyport", "type": "route" } }, "route_pattern": { "data": { - "id": "37-3-1", + "id": "CR-Newburyport-1cfeaa22-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "Fall/WinterSaturday", "type": "service" } }, "shape": { "data": { - "id": "370138-1", + "id": "9810002", "type": "shape" } }, "stops": { "data": [ { - "id": "11839", + "id": "ER-0128-02", "type": "stop" }, { - "id": "31839", + "id": "ER-0168-S", "type": "stop" }, { - "id": "21839", + "id": "ER-0183-01", "type": "stop" }, { - "id": "838", + "id": "ER-0208-01", "type": "stop" }, { - "id": "851", + "id": "ER-0227-S", "type": "stop" }, { - "id": "852", + "id": "ER-0276-S", "type": "stop" }, { - "id": "853", + "id": "ER-0312-S", "type": "stop" }, { - "id": "833", + "id": "ER-0362-01", + "type": "stop" + } + ] + } + }, + "type": "trip" + }, + { + "attributes": { + "direction_id": 0, + "headsign": "Dedham Mall" + }, + "id": "67251524", + "links": { + "self": "/trips/67251524" + }, + "relationships": { + "route": { + "data": { + "id": "52", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "52-5-0", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "WinterWeekday", + "type": "service" + } + }, + "shape": { + "data": { + "id": "520219", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "900", "type": "stop" }, { - "id": "834", + "id": "902", "type": "stop" }, { - "id": "835", + "id": "1900", "type": "stop" }, { - "id": "836", + "id": "903", "type": "stop" }, { - "id": "837", + "id": "8517", "type": "stop" }, { - "id": "838", + "id": "8518", "type": "stop" }, { - "id": "839", + "id": "8519", "type": "stop" }, { - "id": "840", + "id": "8520", "type": "stop" }, { - "id": "841", + "id": "8521", "type": "stop" }, { - "id": "842", + "id": "8522", "type": "stop" }, { - "id": "843", + "id": "8523", "type": "stop" }, { - "id": "781", + "id": "8524", "type": "stop" }, { - "id": "782", + "id": "8525", "type": "stop" }, { - "id": "783", + "id": "8526", "type": "stop" }, { - "id": "784", + "id": "8527", "type": "stop" }, { - "id": "785", + "id": "8528", "type": "stop" }, { - "id": "786", + "id": "8529", "type": "stop" }, { - "id": "787", + "id": "8530", "type": "stop" }, { - "id": "788", + "id": "8531", "type": "stop" }, { - "id": "789", + "id": "8532", "type": "stop" }, { - "id": "790", + "id": "8533", "type": "stop" }, { - "id": "791", + "id": "8534", "type": "stop" }, { - "id": "792", + "id": "8535", "type": "stop" }, { - "id": "793", + "id": "8536", "type": "stop" }, { - "id": "795", + "id": "8537", "type": "stop" }, { - "id": "636", + "id": "85371", "type": "stop" }, { - "id": "637", + "id": "8540", "type": "stop" }, { - "id": "638", + "id": "8541", "type": "stop" }, { - "id": "639", + "id": "8542", "type": "stop" }, { - "id": "640", + "id": "18542", "type": "stop" }, { - "id": "641", + "id": "8544", "type": "stop" }, { - "id": "642", + "id": "8545", "type": "stop" }, { - "id": "10642", + "id": "8546", + "type": "stop" + }, + { + "id": "8547", + "type": "stop" + }, + { + "id": "8548", + "type": "stop" + }, + { + "id": "8549", + "type": "stop" + }, + { + "id": "8550", + "type": "stop" + }, + { + "id": "8552", + "type": "stop" + }, + { + "id": "85511", + "type": "stop" + }, + { + "id": "8553", + "type": "stop" + }, + { + "id": "8554", + "type": "stop" + }, + { + "id": "85551", + "type": "stop" + }, + { + "id": "8556", + "type": "stop" + }, + { + "id": "85562", + "type": "stop" + }, + { + "id": "85563", + "type": "stop" + }, + { + "id": "85564", + "type": "stop" + }, + { + "id": "85565", + "type": "stop" + }, + { + "id": "85566", + "type": "stop" + }, + { + "id": "85567", + "type": "stop" + }, + { + "id": "85568", + "type": "stop" + }, + { + "id": "85569", + "type": "stop" + }, + { + "id": "816", + "type": "stop" + }, + { + "id": "817", + "type": "stop" + }, + { + "id": "10835", + "type": "stop" + }, + { + "id": "10833", "type": "stop" } ] @@ -128352,14 +127378,14 @@ }, { "attributes": {}, - "id": "5889", + "id": "2525", "links": { - "self": "/stops/5889" + "self": "/stops/2525" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5889" + "related": "/facilities/?filter[stop]=2525" } }, "parent_station": { @@ -128376,14 +127402,14 @@ }, { "attributes": {}, - "id": "36844", + "id": "1742", "links": { - "self": "/stops/36844" + "self": "/stops/1742" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=36844" + "related": "/facilities/?filter[stop]=1742" } }, "parent_station": { @@ -128400,14 +127426,14 @@ }, { "attributes": {}, - "id": "22", + "id": "4309", "links": { - "self": "/stops/22" + "self": "/stops/4309" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=22" + "related": "/facilities/?filter[stop]=4309" } }, "parent_station": { @@ -128424,14 +127450,14 @@ }, { "attributes": {}, - "id": "1717", + "id": "7293", "links": { - "self": "/stops/1717" + "self": "/stops/7293" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1717" + "related": "/facilities/?filter[stop]=7293" } }, "parent_station": { @@ -128448,14 +127474,14 @@ }, { "attributes": {}, - "id": "499", + "id": "77379", "links": { - "self": "/stops/499" + "self": "/stops/77379" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=499" + "related": "/facilities/?filter[stop]=77379" } }, "parent_station": { @@ -128472,14 +127498,14 @@ }, { "attributes": {}, - "id": "8181", + "id": "4791", "links": { - "self": "/stops/8181" + "self": "/stops/4791" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8181" + "related": "/facilities/?filter[stop]=4791" } }, "parent_station": { @@ -128496,22 +127522,25 @@ }, { "attributes": {}, - "id": "4457", + "id": "DB-2265-02", "links": { - "self": "/stops/4457" + "self": "/stops/DB-2265-02" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4457" + "related": "/facilities/?filter[stop]=DB-2265-02" } }, "parent_station": { - "data": null + "data": { + "id": "place-DB-2265", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "CR-zone-1A", "type": "zone" } } @@ -128520,14 +127549,14 @@ }, { "attributes": {}, - "id": "6218", + "id": "5460", "links": { - "self": "/stops/6218" + "self": "/stops/5460" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6218" + "related": "/facilities/?filter[stop]=5460" } }, "parent_station": { @@ -128544,14 +127573,14 @@ }, { "attributes": {}, - "id": "3153", + "id": "5287", "links": { - "self": "/stops/3153" + "self": "/stops/5287" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3153" + "related": "/facilities/?filter[stop]=5287" } }, "parent_station": { @@ -128568,25 +127597,22 @@ }, { "attributes": {}, - "id": "70513", + "id": "31259", "links": { - "self": "/stops/70513" + "self": "/stops/31259" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70513" + "related": "/facilities/?filter[stop]=31259" } }, "parent_station": { - "data": { - "id": "place-esomr", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } @@ -128594,173 +127620,63 @@ "type": "stop" }, { - "attributes": { - "direction_id": 1, - "headsign": "Fellsway Garage via Winthrop St" - }, - "id": "61869208", + "attributes": {}, + "id": "9289", "links": { - "self": "/trips/61869208" + "self": "/stops/9289" }, "relationships": { - "route": { - "data": { - "id": "95", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "95-5-1", - "type": "route_pattern" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=9289" } }, - "service": { - "data": { - "id": "SpringWeekday", - "type": "service" - } + "parent_station": { + "data": null }, - "shape": { + "zone": { "data": { - "id": "950248", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "9147", - "type": "stop" - }, - { - "id": "9149", - "type": "stop" - }, - { - "id": "9150", - "type": "stop" - }, - { - "id": "5008", - "type": "stop" - }, - { - "id": "6322", - "type": "stop" - }, - { - "id": "6323", - "type": "stop" - }, - { - "id": "6324", - "type": "stop" - }, - { - "id": "63241", - "type": "stop" - }, - { - "id": "50021", - "type": "stop" - }, - { - "id": "45003", - "type": "stop" - }, - { - "id": "5321", - "type": "stop" - }, - { - "id": "5322", - "type": "stop" - }, - { - "id": "5323", - "type": "stop" - }, - { - "id": "5324", - "type": "stop" - }, - { - "id": "5325", - "type": "stop" - }, - { - "id": "5333", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { - "attributes": { - "direction_id": 0, - "headsign": "Riverside via Woodland (Express shuttle)" - }, - "id": "CopleyRiversideViaWoodlandExpress-0-sample", + "attributes": {}, + "id": "6132", "links": { - "self": "/trips/CopleyRiversideViaWoodlandExpress-0-sample" + "self": "/stops/6132" }, "relationships": { - "route": { - "data": { - "id": "Shuttle-CopleyRiversideLimited", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Shuttle-CopleyRiversideLimited-0-0", - "type": "route_pattern" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=6132" } }, - "service": { - "data": { - "id": "canonical", - "type": "service" - } + "parent_station": { + "data": null }, - "shape": { + "zone": { "data": { - "id": "CopleyToRiversideViaWoodlandLimited-S", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "178", - "type": "stop" - }, - { - "id": "9070162", - "type": "stop" - }, - { - "id": "38155", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "3342", + "id": "2070", "links": { - "self": "/stops/3342" + "self": "/stops/2070" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3342" + "related": "/facilities/?filter[stop]=2070" } }, "parent_station": { @@ -128777,14 +127693,14 @@ }, { "attributes": {}, - "id": "42819", + "id": "886", "links": { - "self": "/stops/42819" + "self": "/stops/886" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=42819" + "related": "/facilities/?filter[stop]=886" } }, "parent_station": { @@ -128801,22 +127717,25 @@ }, { "attributes": {}, - "id": "84", + "id": "NEC-1768-03", "links": { - "self": "/stops/84" + "self": "/stops/NEC-1768-03" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=84" + "related": "/facilities/?filter[stop]=NEC-1768-03" } }, "parent_station": { - "data": null + "data": { + "id": "place-NEC-1768", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "CR-zone-9", "type": "zone" } } @@ -128825,22 +127744,25 @@ }, { "attributes": {}, - "id": "5614", + "id": "70146", "links": { - "self": "/stops/5614" + "self": "/stops/70146" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5614" + "related": "/facilities/?filter[stop]=70146" } }, "parent_station": { - "data": null + "data": { + "id": "place-buest", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -128849,14 +127771,14 @@ }, { "attributes": {}, - "id": "88337", + "id": "67120", "links": { - "self": "/stops/88337" + "self": "/stops/67120" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=88337" + "related": "/facilities/?filter[stop]=67120" } }, "parent_station": { @@ -128873,14 +127795,14 @@ }, { "attributes": {}, - "id": "6303", + "id": "5704", "links": { - "self": "/stops/6303" + "self": "/stops/5704" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6303" + "related": "/facilities/?filter[stop]=5704" } }, "parent_station": { @@ -128897,14 +127819,14 @@ }, { "attributes": {}, - "id": "5282", + "id": "89", "links": { - "self": "/stops/5282" + "self": "/stops/89" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5282" + "related": "/facilities/?filter[stop]=89" } }, "parent_station": { @@ -128912,7 +127834,7 @@ }, "zone": { "data": { - "id": "LocalBus", + "id": "ExpressBus-Downtown", "type": "zone" } } @@ -128920,36 +127842,84 @@ "type": "stop" }, { - "attributes": {}, - "id": "9070237", + "attributes": { + "direction_id": 1, + "headsign": "Wonderland (Shuttle)" + }, + "id": "AirportWonderland-Weekday-9e586-1-00:00:00", "links": { - "self": "/stops/9070237" + "self": "/trips/AirportWonderland-Weekday-9e586-1-00%3A00%3A00" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=9070237" + "route": { + "data": { + "id": "Shuttle-AirportWonderland", + "type": "route" } }, - "parent_station": { - "data": null + "route_pattern": { + "data": { + "id": "Shuttle-AirportWonderland-0-1", + "type": "route_pattern" + } }, - "zone": { - "data": null + "service": { + "data": { + "id": "canonical", + "type": "service" + } + }, + "shape": { + "data": { + "id": "AirportToWonderland-S", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "7096", + "type": "stop" + }, + { + "id": "5666", + "type": "stop" + }, + { + "id": "5879", + "type": "stop" + }, + { + "id": "9070054", + "type": "stop" + }, + { + "id": "9070056", + "type": "stop" + }, + { + "id": "9070058", + "type": "stop" + }, + { + "id": "15797", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "7185", + "id": "86121", "links": { - "self": "/stops/7185" + "self": "/stops/86121" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7185" + "related": "/facilities/?filter[stop]=86121" } }, "parent_station": { @@ -128966,14 +127936,14 @@ }, { "attributes": {}, - "id": "5417", + "id": "111801", "links": { - "self": "/stops/5417" + "self": "/stops/111801" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5417" + "related": "/facilities/?filter[stop]=111801" } }, "parent_station": { @@ -128990,14 +127960,14 @@ }, { "attributes": {}, - "id": "5514", + "id": "49914", "links": { - "self": "/stops/5514" + "self": "/stops/49914" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5514" + "related": "/facilities/?filter[stop]=49914" } }, "parent_station": { @@ -129014,38 +127984,35 @@ }, { "attributes": {}, - "id": "3873", + "id": "9070091", "links": { - "self": "/stops/3873" + "self": "/stops/9070091" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3873" + "related": "/facilities/?filter[stop]=9070091" } }, "parent_station": { "data": null }, "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } + "data": null } }, "type": "stop" }, { "attributes": {}, - "id": "3364", + "id": "8302", "links": { - "self": "/stops/3364" + "self": "/stops/8302" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3364" + "related": "/facilities/?filter[stop]=8302" } }, "parent_station": { @@ -129061,39 +128028,52 @@ "type": "stop" }, { - "attributes": {}, - "id": "2885", + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Rindge Avenue", + "Central Square, Cambridge" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Rindge Avenue - Central Square, Cambridge", + "short_name": "83", + "sort_order": 50830, + "text_color": "000000", + "type": 3 + }, + "id": "83", "links": { - "self": "/stops/2885" + "self": "/routes/83" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=2885" + "agency": { + "data": { + "id": "1", + "type": "agency" } }, - "parent_station": { - "data": null - }, - "zone": { + "line": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "line-83", + "type": "line" } } }, - "type": "stop" + "type": "route" }, { "attributes": {}, - "id": "4206", + "id": "3720", "links": { - "self": "/stops/4206" + "self": "/stops/3720" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4206" + "related": "/facilities/?filter[stop]=3720" } }, "parent_station": { @@ -129108,16 +128088,30 @@ }, "type": "stop" }, + { + "attributes": { + "color": "FFC72C", + "long_name": "Melrose Highlands or Redstone - Oak Grove or Malden Center", + "short_name": "131/132", + "sort_order": 51310, + "text_color": "000000" + }, + "id": "line-131132", + "links": { + "self": "/lines/line-131132" + }, + "type": "line" + }, { "attributes": {}, - "id": "6167", + "id": "7481", "links": { - "self": "/stops/6167" + "self": "/stops/7481" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6167" + "related": "/facilities/?filter[stop]=7481" } }, "parent_station": { @@ -129134,90 +128128,118 @@ }, { "attributes": { - "direction_id": 1, - "headsign": "South Station" + "direction_id": 0, + "headsign": "Ashmont" }, - "id": "CR-670174-594", + "id": "66652041", "links": { - "self": "/trips/CR-670174-594" + "self": "/trips/66652041" }, "relationships": { "route": { "data": { - "id": "CR-Worcester", + "id": "22", "type": "route" } }, "route_pattern": { "data": { - "id": "CR-Worcester-cb9d6625-1", + "id": "22-3-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SPRING2024-SOUTHWKD-Weekday-1-Sb0e4ed14", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "9850001", + "id": "220252", "type": "shape" } }, "stops": { "data": [ { - "id": "WML-0214-01", + "id": "407", "type": "stop" }, { - "id": "WML-0199-02", + "id": "410", "type": "stop" }, { - "id": "WML-0177-02", + "id": "411", "type": "stop" }, { - "id": "WML-0147-02", + "id": "412", "type": "stop" }, { - "id": "WML-0135-02", + "id": "413", "type": "stop" }, { - "id": "WML-0125-02", + "id": "414", "type": "stop" }, { - "id": "WML-0102-02", + "id": "415", "type": "stop" }, { - "id": "WML-0091-02", + "id": "416", "type": "stop" }, { - "id": "WML-0081-02", + "id": "417", "type": "stop" }, { - "id": "WML-0035-02", + "id": "419", "type": "stop" }, { - "id": "WML-0025-05", + "id": "420", "type": "stop" }, { - "id": "WML-0012-05", + "id": "421", "type": "stop" }, { - "id": "NEC-2287", + "id": "422", + "type": "stop" + }, + { + "id": "423", + "type": "stop" + }, + { + "id": "424", + "type": "stop" + }, + { + "id": "425", + "type": "stop" + }, + { + "id": "426", + "type": "stop" + }, + { + "id": "428", + "type": "stop" + }, + { + "id": "430", + "type": "stop" + }, + { + "id": "334", "type": "stop" } ] @@ -129227,14 +128249,14 @@ }, { "attributes": {}, - "id": "1447", + "id": "5600", "links": { - "self": "/stops/1447" + "self": "/stops/5600" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1447" + "related": "/facilities/?filter[stop]=5600" } }, "parent_station": { @@ -129251,14 +128273,14 @@ }, { "attributes": {}, - "id": "4943", + "id": "111907", "links": { - "self": "/stops/4943" + "self": "/stops/111907" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4943" + "related": "/facilities/?filter[stop]=111907" } }, "parent_station": { @@ -129275,14 +128297,14 @@ }, { "attributes": {}, - "id": "2804", + "id": "7641", "links": { - "self": "/stops/2804" + "self": "/stops/7641" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2804" + "related": "/facilities/?filter[stop]=7641" } }, "parent_station": { @@ -129299,14 +128321,14 @@ }, { "attributes": {}, - "id": "5264", + "id": "783", "links": { - "self": "/stops/5264" + "self": "/stops/783" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5264" + "related": "/facilities/?filter[stop]=783" } }, "parent_station": { @@ -129323,14 +128345,14 @@ }, { "attributes": {}, - "id": "5569", + "id": "8301", "links": { - "self": "/stops/5569" + "self": "/stops/8301" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5569" + "related": "/facilities/?filter[stop]=8301" } }, "parent_station": { @@ -129347,14 +128369,14 @@ }, { "attributes": {}, - "id": "6207", + "id": "111844", "links": { - "self": "/stops/6207" + "self": "/stops/111844" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6207" + "related": "/facilities/?filter[stop]=111844" } }, "parent_station": { @@ -129371,14 +128393,14 @@ }, { "attributes": {}, - "id": "7162", + "id": "2686", "links": { - "self": "/stops/7162" + "self": "/stops/2686" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7162" + "related": "/facilities/?filter[stop]=2686" } }, "parent_station": { @@ -129395,14 +128417,14 @@ }, { "attributes": {}, - "id": "39683", + "id": "2056", "links": { - "self": "/stops/39683" + "self": "/stops/2056" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=39683" + "related": "/facilities/?filter[stop]=2056" } }, "parent_station": { @@ -129419,46 +128441,25 @@ }, { "attributes": {}, - "id": "109812", + "id": "70234", "links": { - "self": "/stops/109812" + "self": "/stops/70234" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=109812" + "related": "/facilities/?filter[stop]=70234" } }, "parent_station": { - "data": null - }, - "zone": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "2131", - "links": { - "self": "/stops/2131" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=2131" + "id": "place-denrd", + "type": "stop" } }, - "parent_station": { - "data": null - }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -129467,14 +128468,14 @@ }, { "attributes": {}, - "id": "4738", + "id": "13142", "links": { - "self": "/stops/4738" + "self": "/stops/13142" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4738" + "related": "/facilities/?filter[stop]=13142" } }, "parent_station": { @@ -129490,23 +128491,134 @@ "type": "stop" }, { - "attributes": {}, - "id": "5271", + "attributes": { + "direction_id": 1, + "headsign": "Alewife (Shuttle)" + }, + "id": "AlewifeHarvardViaBrattle-1-sample", "links": { - "self": "/stops/5271" + "self": "/trips/AlewifeHarvardViaBrattle-1-sample" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=5271" + "route": { + "data": { + "id": "Shuttle-AlewifeHarvardViaBrattle", + "type": "route" } }, - "parent_station": { + "route_pattern": { "data": { - "id": "place-welln", - "type": "stop" + "id": "Shuttle-AlewifeHarvardViaBrattle-0-1", + "type": "route_pattern" } }, + "service": { + "data": { + "id": "canonical", + "type": "service" + } + }, + "shape": { + "data": { + "id": "AlewifeToHarvardViaBrattle-Alewife-S", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "110", + "type": "stop" + }, + { + "id": "23151", + "type": "stop" + }, + { + "id": "5104", + "type": "stop" + }, + { + "id": "141", + "type": "stop" + } + ] + } + }, + "type": "trip" + }, + { + "attributes": { + "direction_id": 1, + "headsign": "South Station" + }, + "id": "66858494", + "links": { + "self": "/trips/66858494" + }, + "relationships": { + "route": { + "data": { + "id": "746", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "746-_-1", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "WinterWeekday", + "type": "service" + } + }, + "shape": { + "data": { + "id": "7460027", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "74614", + "type": "stop" + }, + { + "id": "74615", + "type": "stop" + }, + { + "id": "74616", + "type": "stop" + }, + { + "id": "74617", + "type": "stop" + } + ] + } + }, + "type": "trip" + }, + { + "attributes": {}, + "id": "8245", + "links": { + "self": "/stops/8245" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=8245" + } + }, + "parent_station": { + "data": null + }, "zone": { "data": { "id": "LocalBus", @@ -129518,25 +128630,22 @@ }, { "attributes": {}, - "id": "WR-0075-01", + "id": "2729", "links": { - "self": "/stops/WR-0075-01" + "self": "/stops/2729" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=WR-0075-01" + "related": "/facilities/?filter[stop]=2729" } }, "parent_station": { - "data": { - "id": "place-WR-0075", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "CR-zone-1", + "id": "LocalBus", "type": "zone" } } @@ -129545,14 +128654,14 @@ }, { "attributes": {}, - "id": "1736", + "id": "8513", "links": { - "self": "/stops/1736" + "self": "/stops/8513" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1736" + "related": "/facilities/?filter[stop]=8513" } }, "parent_station": { @@ -129569,14 +128678,14 @@ }, { "attributes": {}, - "id": "3423", + "id": "6462", "links": { - "self": "/stops/3423" + "self": "/stops/6462" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3423" + "related": "/facilities/?filter[stop]=6462" } }, "parent_station": { @@ -129593,38 +128702,38 @@ }, { "attributes": {}, - "id": "WML-0214-B", + "id": "49040", "links": { - "self": "/stops/WML-0214-B" + "self": "/stops/49040" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=WML-0214-B" + "related": "/facilities/?filter[stop]=49040" } }, "parent_station": { - "data": { - "id": "place-WML-0214", - "type": "stop" - } + "data": null }, "zone": { - "data": null + "data": { + "id": "LocalBus", + "type": "zone" + } } }, "type": "stop" }, { "attributes": {}, - "id": "6632", + "id": "8320", "links": { - "self": "/stops/6632" + "self": "/stops/8320" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6632" + "related": "/facilities/?filter[stop]=8320" } }, "parent_station": { @@ -129641,38 +128750,38 @@ }, { "attributes": {}, - "id": "FR-0253-B", + "id": "50939", "links": { - "self": "/stops/FR-0253-B" + "self": "/stops/50939" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=FR-0253-B" + "related": "/facilities/?filter[stop]=50939" } }, "parent_station": { - "data": { - "id": "place-FR-0253", - "type": "stop" - } + "data": null }, "zone": { - "data": null + "data": { + "id": "LocalBus", + "type": "zone" + } } }, "type": "stop" }, { "attributes": {}, - "id": "9069", + "id": "277", "links": { - "self": "/stops/9069" + "self": "/stops/277" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9069" + "related": "/facilities/?filter[stop]=277" } }, "parent_station": { @@ -129689,14 +128798,14 @@ }, { "attributes": {}, - "id": "289", + "id": "6961", "links": { - "self": "/stops/289" + "self": "/stops/6961" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=289" + "related": "/facilities/?filter[stop]=6961" } }, "parent_station": { @@ -129712,60 +128821,66 @@ "type": "stop" }, { - "attributes": { - "direction_id": 0, - "headsign": "Boston Landing (Shuttle)" - }, - "id": "BackBayBostonLandingOmitSouthStation-0-sample", + "attributes": {}, + "id": "11228", "links": { - "self": "/trips/BackBayBostonLandingOmitSouthStation-0-sample" + "self": "/stops/11228" }, "relationships": { - "route": { - "data": { - "id": "Shuttle-BackBayBostonLanding", - "type": "route" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=11228" } }, - "route_pattern": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "Shuttle-BackBayBostonLanding-0-0", - "type": "route_pattern" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "70065", + "links": { + "self": "/stops/70065" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=70065" } }, - "service": { + "parent_station": { "data": { - "id": "canonical", - "type": "service" + "id": "place-portr", + "type": "stop" } }, - "shape": { + "zone": { "data": { - "id": "BackBayToBostonLanding-S", - "type": "shape" + "id": "RapidTransit", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "WML-0035-B", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "3526", + "id": "50902", "links": { - "self": "/stops/3526" + "self": "/stops/50902" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3526" + "related": "/facilities/?filter[stop]=50902" } }, "parent_station": { @@ -129782,14 +128897,14 @@ }, { "attributes": {}, - "id": "8466", + "id": "7529", "links": { - "self": "/stops/8466" + "self": "/stops/7529" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8466" + "related": "/facilities/?filter[stop]=7529" } }, "parent_station": { @@ -129806,14 +128921,14 @@ }, { "attributes": {}, - "id": "2912", + "id": "11481", "links": { - "self": "/stops/2912" + "self": "/stops/11481" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2912" + "related": "/facilities/?filter[stop]=11481" } }, "parent_station": { @@ -129829,144 +128944,39 @@ "type": "stop" }, { - "attributes": { - "direction_id": 0, - "headsign": "Forest Hills via South Bay Center" - }, - "id": "61390908", + "attributes": {}, + "id": "925", "links": { - "self": "/trips/61390908" + "self": "/stops/925" }, "relationships": { - "route": { - "data": { - "id": "16", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "16-9-0", - "type": "route_pattern" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=925" } }, - "service": { - "data": { - "id": "SpringWeekday", - "type": "service" - } + "parent_station": { + "data": null }, - "shape": { + "zone": { "data": { - "id": "160329", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "13", - "type": "stop" - }, - { - "id": "11241", - "type": "stop" - }, - { - "id": "11242", - "type": "stop" - }, - { - "id": "11244", - "type": "stop" - }, - { - "id": "133", - "type": "stop" - }, - { - "id": "134", - "type": "stop" - }, - { - "id": "362", - "type": "stop" - }, - { - "id": "2910", - "type": "stop" - }, - { - "id": "2911", - "type": "stop" - }, - { - "id": "2912", - "type": "stop" - }, - { - "id": "2913", - "type": "stop" - }, - { - "id": "2914", - "type": "stop" - }, - { - "id": "2915", - "type": "stop" - }, - { - "id": "2916", - "type": "stop" - }, - { - "id": "2918", - "type": "stop" - }, - { - "id": "2919", - "type": "stop" - }, - { - "id": "2920", - "type": "stop" - }, - { - "id": "1587", - "type": "stop" - }, - { - "id": "11587", - "type": "stop" - }, - { - "id": "21587", - "type": "stop" - }, - { - "id": "547", - "type": "stop" - }, - { - "id": "875", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "4036", + "id": "7126", "links": { - "self": "/stops/4036" + "self": "/stops/7126" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4036" + "related": "/facilities/?filter[stop]=7126" } }, "parent_station": { @@ -129982,92 +128992,39 @@ "type": "stop" }, { - "attributes": { - "direction_id": 0, - "headsign": "Reading" - }, - "id": "CR-676471-281", + "attributes": {}, + "id": "2839", "links": { - "self": "/trips/CR-676471-281" + "self": "/stops/2839" }, "relationships": { - "route": { - "data": { - "id": "CR-Haverhill", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "CR-Haverhill-5e000b78-0", - "type": "route_pattern" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=2839" } }, - "service": { - "data": { - "id": "SPRING2024-NORTHWKD-Weekday-9-S6561ad1d", - "type": "service" - } + "parent_station": { + "data": null }, - "shape": { + "zone": { "data": { - "id": "9820002", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "BNT-0000", - "type": "stop" - }, - { - "id": "WR-0045-S", - "type": "stop" - }, - { - "id": "WR-0053-S", - "type": "stop" - }, - { - "id": "WR-0062-01", - "type": "stop" - }, - { - "id": "WR-0067-01", - "type": "stop" - }, - { - "id": "WR-0075-01", - "type": "stop" - }, - { - "id": "WR-0085-02", - "type": "stop" - }, - { - "id": "WR-0099-02", - "type": "stop" - }, - { - "id": "WR-0120-S", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "14465", + "id": "111810", "links": { - "self": "/stops/14465" + "self": "/stops/111810" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=14465" + "related": "/facilities/?filter[stop]=111810" } }, "parent_station": { @@ -130084,22 +129041,25 @@ }, { "attributes": {}, - "id": "2852", + "id": "WML-0125-01", "links": { - "self": "/stops/2852" + "self": "/stops/WML-0125-01" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2852" + "related": "/facilities/?filter[stop]=WML-0125-01" } }, "parent_station": { - "data": null + "data": { + "id": "place-WML-0125", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "CR-zone-3", "type": "zone" } } @@ -130108,14 +129068,14 @@ }, { "attributes": {}, - "id": "4298", + "id": "78451", "links": { - "self": "/stops/4298" + "self": "/stops/78451" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4298" + "related": "/facilities/?filter[stop]=78451" } }, "parent_station": { @@ -130132,25 +129092,22 @@ }, { "attributes": {}, - "id": "70223", + "id": "5805", "links": { - "self": "/stops/70223" + "self": "/stops/5805" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70223" + "related": "/facilities/?filter[stop]=5805" } }, "parent_station": { - "data": { - "id": "place-sumav", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } @@ -130159,14 +129116,14 @@ }, { "attributes": {}, - "id": "8154", + "id": "8645", "links": { - "self": "/stops/8154" + "self": "/stops/8645" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8154" + "related": "/facilities/?filter[stop]=8645" } }, "parent_station": { @@ -130183,18 +129140,21 @@ }, { "attributes": {}, - "id": "4094", + "id": "76124", "links": { - "self": "/stops/4094" + "self": "/stops/76124" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4094" + "related": "/facilities/?filter[stop]=76124" } }, "parent_station": { - "data": null + "data": { + "id": "place-harsq", + "type": "stop" + } }, "zone": { "data": { @@ -130207,234 +129167,146 @@ }, { "attributes": { - "direction_id": 0, - "headsign": "Waverley" + "direction_id": 1, + "headsign": "Copley" }, - "id": "61393981", + "id": "66644556", "links": { - "self": "/trips/61393981" + "self": "/trips/66644556" }, "relationships": { "route": { "data": { - "id": "554", + "id": "9", "type": "route" } }, "route_pattern": { "data": { - "id": "554-6-0", + "id": "9-_-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "5540094", + "id": "090263", "type": "shape" } }, "stops": { "data": [ { - "id": "903", - "type": "stop" - }, - { - "id": "7640", - "type": "stop" - }, - { - "id": "7641", - "type": "stop" - }, - { - "id": "7642", - "type": "stop" - }, - { - "id": "7643", - "type": "stop" - }, - { - "id": "7644", - "type": "stop" - }, - { - "id": "7645", - "type": "stop" - }, - { - "id": "17645", - "type": "stop" - }, - { - "id": "7646", - "type": "stop" - }, - { - "id": "7647", - "type": "stop" - }, - { - "id": "7648", - "type": "stop" - }, - { - "id": "7649", - "type": "stop" - }, - { - "id": "7650", - "type": "stop" - }, - { - "id": "7651", - "type": "stop" - }, - { - "id": "7653", - "type": "stop" - }, - { - "id": "7654", - "type": "stop" - }, - { - "id": "7655", - "type": "stop" - }, - { - "id": "7656", - "type": "stop" - }, - { - "id": "76561", - "type": "stop" - }, - { - "id": "7657", - "type": "stop" - }, - { - "id": "7658", - "type": "stop" - }, - { - "id": "7659", - "type": "stop" - }, - { - "id": "76592", + "id": "33", "type": "stop" }, { - "id": "76593", + "id": "10033", "type": "stop" }, { - "id": "7660", + "id": "34", "type": "stop" }, { - "id": "76594", + "id": "35", "type": "stop" }, { - "id": "7845", + "id": "895", "type": "stop" }, { - "id": "7846", + "id": "41", "type": "stop" }, { - "id": "17846", + "id": "42", "type": "stop" }, { - "id": "76597", + "id": "43", "type": "stop" }, { - "id": "86971", + "id": "44", "type": "stop" }, { - "id": "86944", + "id": "45", "type": "stop" }, { - "id": "869451", + "id": "158", "type": "stop" }, { - "id": "7859", + "id": "159", "type": "stop" }, { - "id": "7861", + "id": "160", "type": "stop" }, { - "id": "7865", + "id": "161", "type": "stop" }, { - "id": "7497", + "id": "162", "type": "stop" }, { - "id": "7498", + "id": "163", "type": "stop" }, { - "id": "74981", + "id": "150", "type": "stop" }, { - "id": "7578", + "id": "36538", "type": "stop" }, { - "id": "78632", + "id": "36541", "type": "stop" }, { - "id": "7579", + "id": "36539", "type": "stop" }, { - "id": "75791", + "id": "36540", "type": "stop" }, { - "id": "7705", + "id": "171", "type": "stop" }, { - "id": "77051", + "id": "173", "type": "stop" }, { - "id": "17711", + "id": "178", "type": "stop" }, { - "id": "77152", + "id": "179", "type": "stop" }, { - "id": "77053", + "id": "174", "type": "stop" }, { - "id": "2099", + "id": "175", "type": "stop" } ] @@ -130444,14 +129316,14 @@ }, { "attributes": {}, - "id": "2636", + "id": "9002", "links": { - "self": "/stops/2636" + "self": "/stops/9002" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2636" + "related": "/facilities/?filter[stop]=9002" } }, "parent_station": { @@ -130468,14 +129340,14 @@ }, { "attributes": {}, - "id": "6292", + "id": "146", "links": { - "self": "/stops/6292" + "self": "/stops/146" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6292" + "related": "/facilities/?filter[stop]=146" } }, "parent_station": { @@ -130492,14 +129364,14 @@ }, { "attributes": {}, - "id": "4166", + "id": "8307", "links": { - "self": "/stops/4166" + "self": "/stops/8307" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4166" + "related": "/facilities/?filter[stop]=8307" } }, "parent_station": { @@ -130516,35 +129388,38 @@ }, { "attributes": {}, - "id": "9070004", + "id": "5265", "links": { - "self": "/stops/9070004" + "self": "/stops/5265" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9070004" + "related": "/facilities/?filter[stop]=5265" } }, "parent_station": { "data": null }, "zone": { - "data": null + "data": { + "id": "LocalBus", + "type": "zone" + } } }, "type": "stop" }, { "attributes": {}, - "id": "2392", + "id": "9202", "links": { - "self": "/stops/2392" + "self": "/stops/9202" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2392" + "related": "/facilities/?filter[stop]=9202" } }, "parent_station": { @@ -130561,14 +129436,14 @@ }, { "attributes": {}, - "id": "405", + "id": "49003", "links": { - "self": "/stops/405" + "self": "/stops/49003" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=405" + "related": "/facilities/?filter[stop]=49003" } }, "parent_station": { @@ -130585,14 +129460,14 @@ }, { "attributes": {}, - "id": "4167", + "id": "25203", "links": { - "self": "/stops/4167" + "self": "/stops/25203" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4167" + "related": "/facilities/?filter[stop]=25203" } }, "parent_station": { @@ -130609,14 +129484,14 @@ }, { "attributes": {}, - "id": "7356", + "id": "86458", "links": { - "self": "/stops/7356" + "self": "/stops/86458" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7356" + "related": "/facilities/?filter[stop]=86458" } }, "parent_station": { @@ -130633,14 +129508,14 @@ }, { "attributes": {}, - "id": "9032", + "id": "7312", "links": { - "self": "/stops/9032" + "self": "/stops/7312" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9032" + "related": "/facilities/?filter[stop]=7312" } }, "parent_station": { @@ -130657,14 +129532,14 @@ }, { "attributes": {}, - "id": "3328", + "id": "15975", "links": { - "self": "/stops/3328" + "self": "/stops/15975" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3328" + "related": "/facilities/?filter[stop]=15975" } }, "parent_station": { @@ -130681,14 +129556,14 @@ }, { "attributes": {}, - "id": "4540", + "id": "3662", "links": { - "self": "/stops/4540" + "self": "/stops/3662" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4540" + "related": "/facilities/?filter[stop]=3662" } }, "parent_station": { @@ -130705,14 +129580,14 @@ }, { "attributes": {}, - "id": "8824", + "id": "3666", "links": { - "self": "/stops/8824" + "self": "/stops/3666" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8824" + "related": "/facilities/?filter[stop]=3666" } }, "parent_station": { @@ -130728,68 +129603,39 @@ "type": "stop" }, { - "attributes": { - "direction_id": 0, - "headsign": "Gloucester (Shuttle)" - }, - "id": "ManchesterGloucester-0-sample", + "attributes": {}, + "id": "8949", "links": { - "self": "/trips/ManchesterGloucester-0-sample" + "self": "/stops/8949" }, "relationships": { - "route": { - "data": { - "id": "Shuttle-ManchesterGloucester", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Shuttle-ManchesterGloucester-0-0", - "type": "route_pattern" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=8949" } }, - "service": { - "data": { - "id": "canonical", - "type": "service" - } + "parent_station": { + "data": null }, - "shape": { + "zone": { "data": { - "id": "ManchesterToGloucester-S", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "Manchester-S", - "type": "stop" - }, - { - "id": "GB-0296-B2", - "type": "stop" - }, - { - "id": "GB-0316-B1", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "9246", + "id": "39689", "links": { - "self": "/stops/9246" + "self": "/stops/39689" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9246" + "related": "/facilities/?filter[stop]=39689" } }, "parent_station": { @@ -130805,168 +129651,39 @@ "type": "stop" }, { - "attributes": { - "direction_id": 1, - "headsign": "Quincy Center" - }, - "id": "61928819", + "attributes": {}, + "id": "7377", "links": { - "self": "/trips/61928819" + "self": "/stops/7377" }, "relationships": { - "route": { - "data": { - "id": "216", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "216-_-1", - "type": "route_pattern" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=7377" } }, - "service": { - "data": { - "id": "SpringWeekday", - "type": "service" - } + "parent_station": { + "data": null }, - "shape": { + "zone": { "data": { - "id": "2160144", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "3265", - "type": "stop" - }, - { - "id": "3266", - "type": "stop" - }, - { - "id": "3267", - "type": "stop" - }, - { - "id": "3268", - "type": "stop" - }, - { - "id": "32681", - "type": "stop" - }, - { - "id": "3269", - "type": "stop" - }, - { - "id": "3270", - "type": "stop" - }, - { - "id": "3271", - "type": "stop" - }, - { - "id": "3272", - "type": "stop" - }, - { - "id": "3273", - "type": "stop" - }, - { - "id": "3274", - "type": "stop" - }, - { - "id": "3276", - "type": "stop" - }, - { - "id": "32760", - "type": "stop" - }, - { - "id": "3277", - "type": "stop" - }, - { - "id": "3278", - "type": "stop" - }, - { - "id": "3279", - "type": "stop" - }, - { - "id": "3280", - "type": "stop" - }, - { - "id": "3281", - "type": "stop" - }, - { - "id": "3283", - "type": "stop" - }, - { - "id": "32831", - "type": "stop" - }, - { - "id": "3284", - "type": "stop" - }, - { - "id": "3286", - "type": "stop" - }, - { - "id": "3287", - "type": "stop" - }, - { - "id": "3288", - "type": "stop" - }, - { - "id": "3289", - "type": "stop" - }, - { - "id": "3290", - "type": "stop" - }, - { - "id": "3038", - "type": "stop" - }, - { - "id": "32002", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "8440", + "id": "1698", "links": { - "self": "/stops/8440" + "self": "/stops/1698" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8440" + "related": "/facilities/?filter[stop]=1698" } }, "parent_station": { @@ -130983,14 +129700,14 @@ }, { "attributes": {}, - "id": "8167", + "id": "2695", "links": { - "self": "/stops/8167" + "self": "/stops/2695" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8167" + "related": "/facilities/?filter[stop]=2695" } }, "parent_station": { @@ -131007,14 +129724,14 @@ }, { "attributes": {}, - "id": "15", + "id": "1389", "links": { - "self": "/stops/15" + "self": "/stops/1389" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=15" + "related": "/facilities/?filter[stop]=1389" } }, "parent_station": { @@ -131022,7 +129739,7 @@ }, "zone": { "data": { - "id": "LocalBus", + "id": "ExpressBus-Downtown", "type": "zone" } } @@ -131031,14 +129748,14 @@ }, { "attributes": {}, - "id": "8825", + "id": "1399", "links": { - "self": "/stops/8825" + "self": "/stops/1399" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8825" + "related": "/facilities/?filter[stop]=1399" } }, "parent_station": { @@ -131053,16 +129770,53 @@ }, "type": "stop" }, + { + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Dedham Square", + "Forest Hills Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Dedham Square - Forest Hills Station", + "short_name": "34", + "sort_order": 50340, + "text_color": "000000", + "type": 3 + }, + "id": "34", + "links": { + "self": "/routes/34" + }, + "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, + "line": { + "data": { + "id": "line-3434E", + "type": "line" + } + } + }, + "type": "route" + }, { "attributes": {}, - "id": "401", + "id": "7962", "links": { - "self": "/stops/401" + "self": "/stops/7962" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=401" + "related": "/facilities/?filter[stop]=7962" } }, "parent_station": { @@ -131078,263 +129832,15 @@ "type": "stop" }, { - "attributes": { - "direction_id": 0, - "headsign": "Winthrop Landing" - }, - "id": "Boat-F6-0730-Aquarium-BWN-01-Weekday-Summer-24", + "attributes": {}, + "id": "109822", "links": { - "self": "/trips/Boat-F6-0730-Aquarium-BWN-01-Weekday-Summer-24" - }, - "relationships": { - "route": { - "data": { - "id": "Boat-F6", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Boat-F6-6-0", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "Boat-F6-Weekday-Summer-24", - "type": "service" - } - }, - "shape": { - "data": { - "id": "CentralWharfToWinthrop-F", - "type": "shape" - } - }, - "stops": { - "data": [ - { - "id": "Boat-Aquarium", - "type": "stop" - }, - { - "id": "Boat-Winthrop", - "type": "stop" - } - ] - } - }, - "type": "trip" - }, - { - "attributes": {}, - "id": "70172", - "links": { - "self": "/stops/70172" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=70172" - } - }, - "parent_station": { - "data": { - "id": "place-chhil", - "type": "stop" - } - }, - "zone": { - "data": { - "id": "RapidTransit", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "82137", - "links": { - "self": "/stops/82137" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=82137" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Heath Street", - "Medford/Tufts" - ], - "direction_names": [ - "West", - "East" - ], - "long_name": "Heath Street - Park Street", - "short_name": "Green Line E Shuttle", - "sort_order": 61980, - "text_color": "000000", - "type": 3 - }, - "id": "Shuttle-HeathPark", - "links": { - "self": "/routes/Shuttle-HeathPark" - }, - "relationships": { - "line": { - "data": { - "id": "line-Green", - "type": "line" - } - } - }, - "type": "route" - }, - { - "attributes": { - "direction_id": 1, - "headsign": "Mattapan" - }, - "id": "62422531", - "links": { - "self": "/trips/62422531" - }, - "relationships": { - "route": { - "data": { - "id": "716", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "716-_-1", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "PRIV22024-hpa24011-Weekday-01", - "type": "service" - } - }, - "shape": { - "data": { - "id": "7160023", - "type": "shape" - } - }, - "stops": { - "data": [ - { - "id": "111640", - "type": "stop" - }, - { - "id": "111642", - "type": "stop" - }, - { - "id": "111648", - "type": "stop" - }, - { - "id": "111653", - "type": "stop" - }, - { - "id": "111656", - "type": "stop" - }, - { - "id": "111660", - "type": "stop" - }, - { - "id": "111672", - "type": "stop" - }, - { - "id": "111685", - "type": "stop" - }, - { - "id": "121011", - "type": "stop" - }, - { - "id": "121012", - "type": "stop" - }, - { - "id": "121013", - "type": "stop" - }, - { - "id": "121014", - "type": "stop" - }, - { - "id": "121017", - "type": "stop" - }, - { - "id": "121019", - "type": "stop" - }, - { - "id": "111711", - "type": "stop" - }, - { - "id": "111720", - "type": "stop" - }, - { - "id": "111729", - "type": "stop" - }, - { - "id": "1721", - "type": "stop" - }, - { - "id": "185", - "type": "stop" - } - ] - } - }, - "type": "trip" - }, - { - "attributes": {}, - "id": "5484", - "links": { - "self": "/stops/5484" + "self": "/stops/109822" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5484" + "related": "/facilities/?filter[stop]=109822" } }, "parent_station": { @@ -131351,14 +129857,14 @@ }, { "attributes": {}, - "id": "6368", + "id": "4763", "links": { - "self": "/stops/6368" + "self": "/stops/4763" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6368" + "related": "/facilities/?filter[stop]=4763" } }, "parent_station": { @@ -131373,79 +129879,27 @@ }, "type": "stop" }, - { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Rockport", - "North Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Rockport - Salem (Express)", - "short_name": "Rockport Line Shuttle", - "sort_order": 62405, - "text_color": "000000", - "type": 3 - }, - "id": "Shuttle-RockportSalemExpress", - "links": { - "self": "/routes/Shuttle-RockportSalemExpress" - }, - "relationships": { - "line": { - "data": { - "id": "line-Newburyport", - "type": "line" - } - } - }, - "type": "route" - }, { "attributes": {}, - "id": "5586", + "id": "74635", "links": { - "self": "/stops/5586" + "self": "/stops/74635" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5586" + "related": "/facilities/?filter[stop]=74635" } }, "parent_station": { - "data": null - }, - "zone": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "1422", - "links": { - "self": "/stops/1422" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=1422" + "id": "place-boxdt", + "type": "stop" } }, - "parent_station": { - "data": null - }, "zone": { "data": { - "id": "LocalBus", + "id": "SLWaterfrontNonLogan", "type": "zone" } } @@ -131454,14 +129908,14 @@ }, { "attributes": {}, - "id": "7269", + "id": "9127", "links": { - "self": "/stops/7269" + "self": "/stops/9127" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7269" + "related": "/facilities/?filter[stop]=9127" } }, "parent_station": { @@ -131476,47 +129930,16 @@ }, "type": "stop" }, - { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Melrose Highlands", - "Malden Center Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Melrose Highlands - Malden Center Station", - "short_name": "131", - "sort_order": 51310, - "text_color": "000000", - "type": 3 - }, - "id": "131", - "links": { - "self": "/routes/131" - }, - "relationships": { - "line": { - "data": { - "id": "line-131132", - "type": "line" - } - } - }, - "type": "route" - }, { "attributes": {}, - "id": "3638", + "id": "2568", "links": { - "self": "/stops/3638" + "self": "/stops/2568" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3638" + "related": "/facilities/?filter[stop]=2568" } }, "parent_station": { @@ -131533,270 +129956,246 @@ }, { "attributes": { - "direction_id": 1, - "headsign": "Fields Corner" + "direction_id": 0, + "headsign": "Needham Junction via Needham St" }, - "id": "63278517", + "id": "66645852", "links": { - "self": "/trips/63278517" + "self": "/trips/66645852" }, "relationships": { "route": { "data": { - "id": "215", + "id": "59", "type": "route" } }, "route_pattern": { "data": { - "id": "215-3-1", + "id": "59-2-0", "type": "route_pattern" } }, "service": { "data": { - "id": "BUS32024-hbq34j47-Sunday-02", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "2150202", + "id": "590092", "type": "shape" } }, "stops": { "data": [ { - "id": "32003", - "type": "stop" - }, - { - "id": "3326", - "type": "stop" - }, - { - "id": "3327", - "type": "stop" - }, - { - "id": "3328", - "type": "stop" - }, - { - "id": "3330", - "type": "stop" - }, - { - "id": "3331", - "type": "stop" - }, - { - "id": "3333", + "id": "8178", "type": "stop" }, { - "id": "3332", + "id": "8180", "type": "stop" }, { - "id": "3335", + "id": "8181", "type": "stop" }, { - "id": "3336", + "id": "8182", "type": "stop" }, { - "id": "3337", + "id": "8183", "type": "stop" }, { - "id": "3338", + "id": "8185", "type": "stop" }, { - "id": "3339", + "id": "8186", "type": "stop" }, { - "id": "3341", + "id": "8187", "type": "stop" }, { - "id": "3342", + "id": "8188", "type": "stop" }, { - "id": "3343", + "id": "8285", "type": "stop" }, { - "id": "3344", + "id": "8189", "type": "stop" }, { - "id": "3345", + "id": "82851", "type": "stop" }, { - "id": "3347", + "id": "82853", "type": "stop" }, { - "id": "3348", + "id": "8192", "type": "stop" }, { - "id": "3349", + "id": "8193", "type": "stop" }, { - "id": "3350", + "id": "8194", "type": "stop" }, { - "id": "3351", + "id": "8195", "type": "stop" }, { - "id": "3352", + "id": "8196", "type": "stop" }, { - "id": "3353", + "id": "8197", "type": "stop" }, { - "id": "3354", + "id": "8198", "type": "stop" }, { - "id": "3355", + "id": "8199", "type": "stop" }, { - "id": "3356", + "id": "8200", "type": "stop" }, { - "id": "3358", + "id": "82011", "type": "stop" }, { - "id": "3359", + "id": "8202", "type": "stop" }, { - "id": "3360", + "id": "8203", "type": "stop" }, { - "id": "3361", + "id": "85284", "type": "stop" }, { - "id": "3362", + "id": "82030", "type": "stop" }, { - "id": "3363", + "id": "82039", "type": "stop" }, { - "id": "3364", + "id": "82031", "type": "stop" }, { - "id": "3365", + "id": "82032", "type": "stop" }, { - "id": "3366", + "id": "83032", "type": "stop" }, { - "id": "3368", + "id": "82033", "type": "stop" }, { - "id": "3369", + "id": "82034", "type": "stop" }, { - "id": "33691", + "id": "82131", "type": "stop" }, { - "id": "3370", + "id": "82132", "type": "stop" }, { - "id": "3371", + "id": "82133", "type": "stop" }, { - "id": "3372", + "id": "82134", "type": "stop" }, { - "id": "3373", + "id": "82135", "type": "stop" }, { - "id": "533", + "id": "82130", "type": "stop" }, { - "id": "534", + "id": "82136", "type": "stop" }, { - "id": "334", + "id": "18144", "type": "stop" }, { - "id": "30336", + "id": "82137", "type": "stop" }, { - "id": "337", + "id": "82138", "type": "stop" }, { - "id": "338", + "id": "82139", "type": "stop" }, { - "id": "339", + "id": "82140", "type": "stop" }, { - "id": "340", + "id": "31852", "type": "stop" }, { - "id": "341", + "id": "41852", "type": "stop" }, { - "id": "342", + "id": "51852", "type": "stop" }, { - "id": "343", + "id": "61852", "type": "stop" }, { - "id": "32501", + "id": "71852", "type": "stop" }, { - "id": "322", + "id": "81852", "type": "stop" }, { - "id": "323", + "id": "91852", "type": "stop" } ] @@ -131806,14 +130205,14 @@ }, { "attributes": {}, - "id": "2293", + "id": "15047", "links": { - "self": "/stops/2293" + "self": "/stops/15047" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2293" + "related": "/facilities/?filter[stop]=15047" } }, "parent_station": { @@ -131830,14 +130229,41 @@ }, { "attributes": {}, - "id": "3266", + "id": "WML-0274-01", "links": { - "self": "/stops/3266" + "self": "/stops/WML-0274-01" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3266" + "related": "/facilities/?filter[stop]=WML-0274-01" + } + }, + "parent_station": { + "data": { + "id": "place-WML-0274", + "type": "stop" + } + }, + "zone": { + "data": { + "id": "CR-zone-6", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "15986", + "links": { + "self": "/stops/15986" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=15986" } }, "parent_station": { @@ -131854,14 +130280,14 @@ }, { "attributes": {}, - "id": "6181", + "id": "2787", "links": { - "self": "/stops/6181" + "self": "/stops/2787" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6181" + "related": "/facilities/?filter[stop]=2787" } }, "parent_station": { @@ -131878,14 +130304,14 @@ }, { "attributes": {}, - "id": "2922", + "id": "9192", "links": { - "self": "/stops/2922" + "self": "/stops/9192" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2922" + "related": "/facilities/?filter[stop]=9192" } }, "parent_station": { @@ -131902,14 +130328,14 @@ }, { "attributes": {}, - "id": "49849", + "id": "1213", "links": { - "self": "/stops/49849" + "self": "/stops/1213" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=49849" + "related": "/facilities/?filter[stop]=1213" } }, "parent_station": { @@ -131926,14 +130352,41 @@ }, { "attributes": {}, - "id": "15787", + "id": "70088", "links": { - "self": "/stops/15787" + "self": "/stops/70088" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=15787" + "related": "/facilities/?filter[stop]=70088" + } + }, + "parent_station": { + "data": { + "id": "place-shmnl", + "type": "stop" + } + }, + "zone": { + "data": { + "id": "RapidTransit", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "5774", + "links": { + "self": "/stops/5774" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=5774" } }, "parent_station": { @@ -131950,14 +130403,38 @@ }, { "attributes": {}, - "id": "7705", + "id": "4765", "links": { - "self": "/stops/7705" + "self": "/stops/4765" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7705" + "related": "/facilities/?filter[stop]=4765" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "22618", + "links": { + "self": "/stops/22618" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=22618" } }, "parent_station": { @@ -131972,104 +130449,97 @@ }, "type": "stop" }, + { + "attributes": { + "color": "7C878E", + "direction_destinations": [ + "Nubian Station", + "South Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Nubian Station - South Station", + "short_name": "SL4", + "sort_order": 10055, + "text_color": "FFFFFF", + "type": 3 + }, + "id": "751", + "links": { + "self": "/routes/751" + }, + "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, + "line": { + "data": { + "id": "line-SLWashington", + "type": "line" + } + } + }, + "type": "route" + }, { "attributes": { "direction_id": 0, - "headsign": "Rindge Ave" + "headsign": "Reservoir (Shuttle)" }, - "id": "61848678", + "id": "FenwayReservoir-0-sample", "links": { - "self": "/trips/61848678" + "self": "/trips/FenwayReservoir-0-sample" }, "relationships": { "route": { "data": { - "id": "83", + "id": "Shuttle-FenwayReservoir", "type": "route" } }, "route_pattern": { "data": { - "id": "83-2-0", + "id": "Shuttle-FenwayReservoir-0-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "canonical", "type": "service" } }, "shape": { "data": { - "id": "830124", + "id": "FenwayToReservoir-S", "type": "shape" } }, "stops": { "data": [ { - "id": "2224", - "type": "stop" - }, - { - "id": "2225", - "type": "stop" - }, - { - "id": "2226", - "type": "stop" - }, - { - "id": "1431", - "type": "stop" - }, - { - "id": "2310", - "type": "stop" - }, - { - "id": "2312", - "type": "stop" - }, - { - "id": "2314", - "type": "stop" - }, - { - "id": "23151", - "type": "stop" - }, - { - "id": "2316", - "type": "stop" - }, - { - "id": "2318", - "type": "stop" - }, - { - "id": "2461", - "type": "stop" - }, - { - "id": "24610", + "id": "9434", "type": "stop" }, { - "id": "2462", + "id": "1521", "type": "stop" }, { - "id": "24621", + "id": "1525", "type": "stop" }, { - "id": "2463", + "id": "9070179", "type": "stop" }, { - "id": "2425", + "id": "21917", "type": "stop" } ] @@ -132079,14 +130549,14 @@ }, { "attributes": {}, - "id": "16971", + "id": "2698", "links": { - "self": "/stops/16971" + "self": "/stops/2698" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=16971" + "related": "/facilities/?filter[stop]=2698" } }, "parent_station": { @@ -132103,14 +130573,201 @@ }, { "attributes": {}, - "id": "16459", + "id": "1345", "links": { - "self": "/stops/16459" + "self": "/stops/1345" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=16459" + "related": "/facilities/?filter[stop]=1345" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Orient Heights Station", + "Jeffries Point" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Orient Heights Station - Jeffries Point", + "short_name": "120", + "sort_order": 51200, + "text_color": "000000", + "type": 3 + }, + "id": "120", + "links": { + "self": "/routes/120" + }, + "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, + "line": { + "data": { + "id": "line-120121", + "type": "line" + } + } + }, + "type": "route" + }, + { + "attributes": {}, + "id": "36844", + "links": { + "self": "/stops/36844" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=36844" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "2083", + "links": { + "self": "/stops/2083" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=2083" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "52715", + "links": { + "self": "/stops/52715" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=52715" + } + }, + "parent_station": { + "data": { + "id": "place-welln", + "type": "stop" + } + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "71151", + "links": { + "self": "/stops/71151" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=71151" + } + }, + "parent_station": { + "data": { + "id": "place-kencl", + "type": "stop" + } + }, + "zone": { + "data": { + "id": "RapidTransit", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "7888", + "links": { + "self": "/stops/7888" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=7888" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "7752", + "links": { + "self": "/stops/7752" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=7752" } }, "parent_station": { @@ -132128,560 +130785,321 @@ { "attributes": { "direction_id": 1, - "headsign": "Wood Island" + "headsign": "Haymarket via Fields Corner & Nubian" }, - "id": "63475711", + "id": "66652075", "links": { - "self": "/trips/63475711" + "self": "/trips/66652075" }, "relationships": { "route": { "data": { - "id": "450", + "id": "15", "type": "route" } }, "route_pattern": { "data": { - "id": "450-6-1", + "id": "15-G-1", "type": "route_pattern" } }, "service": { "data": { - "id": "BUS32024-hbl343l1-Weekday-02", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "4500205", + "id": "1910089", "type": "shape" } }, "stops": { "data": [ { - "id": "37150", + "id": "185", "type": "stop" }, { - "id": "4453", + "id": "10582", "type": "stop" }, { - "id": "4455", + "id": "583", "type": "stop" }, { - "id": "4456", + "id": "584", "type": "stop" }, { - "id": "4457", + "id": "585", "type": "stop" }, { - "id": "4458", + "id": "586", "type": "stop" }, { - "id": "4459", + "id": "587", "type": "stop" }, { - "id": "14460", + "id": "588", "type": "stop" }, { - "id": "4462", + "id": "590", "type": "stop" }, { - "id": "4463", + "id": "591", "type": "stop" }, { - "id": "14465", + "id": "882", "type": "stop" }, { - "id": "4465", + "id": "593", "type": "stop" }, { - "id": "4467", + "id": "594", "type": "stop" }, { - "id": "4470", + "id": "595", "type": "stop" }, { - "id": "14470", + "id": "533", "type": "stop" }, { - "id": "4472", + "id": "534", "type": "stop" }, { - "id": "4473", + "id": "334", "type": "stop" }, { - "id": "4474", + "id": "30336", "type": "stop" }, { - "id": "4475", + "id": "337", "type": "stop" }, { - "id": "4477", + "id": "338", "type": "stop" }, { - "id": "4479", + "id": "339", "type": "stop" }, { - "id": "4480", + "id": "340", "type": "stop" }, { - "id": "4481", + "id": "341", "type": "stop" }, { - "id": "4482", + "id": "342", "type": "stop" }, { - "id": "7302", + "id": "343", "type": "stop" }, { - "id": "7303", + "id": "32501", "type": "stop" }, { - "id": "7304", + "id": "322", "type": "stop" }, { - "id": "7305", + "id": "557", "type": "stop" }, { - "id": "7306", + "id": "558", "type": "stop" }, { - "id": "7307", + "id": "559", "type": "stop" }, { - "id": "7308", + "id": "560", "type": "stop" }, { - "id": "4483", + "id": "561", "type": "stop" }, { - "id": "4484", + "id": "1468", "type": "stop" }, { - "id": "4485", + "id": "1469", "type": "stop" }, { - "id": "4486", + "id": "1470", "type": "stop" }, { - "id": "4487", + "id": "1471", "type": "stop" }, { - "id": "4488", + "id": "1472", "type": "stop" }, { - "id": "4489", + "id": "1473", "type": "stop" }, { - "id": "4490", + "id": "1474", "type": "stop" }, { - "id": "4491", + "id": "1475", "type": "stop" }, { - "id": "4492", + "id": "1478", "type": "stop" }, { - "id": "4494", + "id": "1479", "type": "stop" }, { - "id": "4495", + "id": "1480", "type": "stop" }, { - "id": "4497", + "id": "1481", "type": "stop" }, { - "id": "4498", + "id": "11482", "type": "stop" }, { - "id": "4500", + "id": "14831", "type": "stop" }, { - "id": "14717", + "id": "1484", "type": "stop" }, { - "id": "4718", + "id": "1485", "type": "stop" }, { - "id": "4720", + "id": "1486", "type": "stop" }, { - "id": "4721", + "id": "1487", "type": "stop" }, { - "id": "4722", + "id": "1488", "type": "stop" }, { - "id": "5666", + "id": "1489", "type": "stop" - } - ] - } - }, - "type": "trip" - }, - { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Forest Hills", - "Oak Grove" - ], - "direction_names": [ - "South", - "North" - ], - "long_name": "Oak Grove - Sullivan Square", - "short_name": "Orange Line Shuttle", - "sort_order": 62200, - "text_color": "000000", - "type": 3 - }, - "id": "Shuttle-OakGroveSullivan", - "links": { - "self": "/routes/Shuttle-OakGroveSullivan" - }, - "relationships": { - "line": { - "data": { - "id": "line-Orange", - "type": "line" - } - } - }, - "type": "route" - }, - { - "attributes": {}, - "id": "9114", - "links": { - "self": "/stops/9114" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=9114" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "1788", - "links": { - "self": "/stops/1788" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=1788" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "DB-2249-B3", - "links": { - "self": "/stops/DB-2249-B3" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=DB-2249-B3" - } - }, - "parent_station": { - "data": { - "id": "place-DB-2249", - "type": "stop" - } - }, - "zone": { - "data": null - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "13827", - "links": { - "self": "/stops/13827" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=13827" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "1373", - "links": { - "self": "/stops/1373" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=1373" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Ashmont/Braintree", - "Alewife" - ], - "direction_names": [ - "South", - "North" - ], - "long_name": "Alewife - Kendall/MIT", - "short_name": "Red Line Shuttle", - "sort_order": 60220, - "text_color": "000000", - "type": 3 - }, - "id": "Shuttle-AlewifeKendall", - "links": { - "self": "/routes/Shuttle-AlewifeKendall" - }, - "relationships": { - "line": { - "data": { - "id": "line-Red", - "type": "line" - } - } - }, - "type": "route" - }, - { - "attributes": {}, - "id": "4355", - "links": { - "self": "/stops/4355" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=4355" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "2556", - "links": { - "self": "/stops/2556" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=2556" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": { - "direction_id": 1, - "headsign": "Readville" - }, - "id": "CR-670235-734", - "links": { - "self": "/trips/CR-670235-734" - }, - "relationships": { - "route": { - "data": { - "id": "CR-Franklin", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "CR-Franklin-46a8d1ee-1", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "SPRING2024-SOUTHWKD-Weekday-1-S85407dc6", - "type": "service" - } - }, - "shape": { - "data": { - "id": "9880002", - "type": "shape" - } - }, - "stops": { - "data": [ + }, { - "id": "FB-0303-S", + "id": "1491", "type": "stop" }, { - "id": "FB-0275-S", + "id": "64000", "type": "stop" }, { - "id": "FB-0230-S", + "id": "1", "type": "stop" }, { - "id": "FB-0191-S", + "id": "2", "type": "stop" }, { - "id": "FB-0166-S", + "id": "4", "type": "stop" }, { - "id": "FB-0148-02", + "id": "5", "type": "stop" }, { - "id": "FB-0143-02", + "id": "1787", "type": "stop" }, { - "id": "FB-0125-02", + "id": "1788", "type": "stop" }, { - "id": "FB-0118-02", + "id": "5093", "type": "stop" }, { - "id": "FB-0109-02", + "id": "5095", "type": "stop" }, { - "id": "FB-0095-04", + "id": "15095", + "type": "stop" + }, + { + "id": "6565", + "type": "stop" + }, + { + "id": "6537", + "type": "stop" + }, + { + "id": "16538", + "type": "stop" + }, + { + "id": "16539", + "type": "stop" + }, + { + "id": "11891", + "type": "stop" + }, + { + "id": "190", + "type": "stop" + }, + { + "id": "191", + "type": "stop" + }, + { + "id": "117", "type": "stop" } ] @@ -132691,14 +131109,14 @@ }, { "attributes": {}, - "id": "3131", + "id": "6516", "links": { - "self": "/stops/3131" + "self": "/stops/6516" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3131" + "related": "/facilities/?filter[stop]=6516" } }, "parent_station": { @@ -132715,14 +131133,14 @@ }, { "attributes": {}, - "id": "5056", + "id": "6610", "links": { - "self": "/stops/5056" + "self": "/stops/6610" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5056" + "related": "/facilities/?filter[stop]=6610" } }, "parent_station": { @@ -132739,14 +131157,14 @@ }, { "attributes": {}, - "id": "3522", + "id": "17095", "links": { - "self": "/stops/3522" + "self": "/stops/17095" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3522" + "related": "/facilities/?filter[stop]=17095" } }, "parent_station": { @@ -132754,7 +131172,7 @@ }, "zone": { "data": { - "id": "LocalBus", + "id": "SL1-Logan", "type": "zone" } } @@ -132763,14 +131181,14 @@ }, { "attributes": {}, - "id": "6408", + "id": "15857", "links": { - "self": "/stops/6408" + "self": "/stops/15857" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6408" + "related": "/facilities/?filter[stop]=15857" } }, "parent_station": { @@ -132787,14 +131205,14 @@ }, { "attributes": {}, - "id": "1215", + "id": "511", "links": { - "self": "/stops/1215" + "self": "/stops/511" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1215" + "related": "/facilities/?filter[stop]=511" } }, "parent_station": { @@ -132811,18 +131229,21 @@ }, { "attributes": {}, - "id": "5014", + "id": "WR-0120-B", "links": { - "self": "/stops/5014" + "self": "/stops/WR-0120-B" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5014" + "related": "/facilities/?filter[stop]=WR-0120-B" } }, "parent_station": { - "data": null + "data": { + "id": "place-WR-0120", + "type": "stop" + } }, "zone": { "data": { @@ -132835,14 +131256,14 @@ }, { "attributes": {}, - "id": "4347", + "id": "3986", "links": { - "self": "/stops/4347" + "self": "/stops/3986" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4347" + "related": "/facilities/?filter[stop]=3986" } }, "parent_station": { @@ -132859,14 +131280,14 @@ }, { "attributes": {}, - "id": "869411", + "id": "6114", "links": { - "self": "/stops/869411" + "self": "/stops/6114" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=869411" + "related": "/facilities/?filter[stop]=6114" } }, "parent_station": { @@ -132883,14 +131304,14 @@ }, { "attributes": {}, - "id": "6119", + "id": "56734", "links": { - "self": "/stops/6119" + "self": "/stops/56734" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6119" + "related": "/facilities/?filter[stop]=56734" } }, "parent_station": { @@ -132907,14 +131328,14 @@ }, { "attributes": {}, - "id": "3078", + "id": "8682", "links": { - "self": "/stops/3078" + "self": "/stops/8682" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3078" + "related": "/facilities/?filter[stop]=8682" } }, "parent_station": { @@ -132931,14 +131352,14 @@ }, { "attributes": {}, - "id": "10012", + "id": "8640", "links": { - "self": "/stops/10012" + "self": "/stops/8640" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=10012" + "related": "/facilities/?filter[stop]=8640" } }, "parent_station": { @@ -132956,217 +131377,53 @@ { "attributes": { "direction_id": 1, - "headsign": "Harvard" + "headsign": "Andover (Shuttle)" }, - "id": "61849849", + "id": "AndoverHaverhill-1-sample", "links": { - "self": "/trips/61849849" + "self": "/trips/AndoverHaverhill-1-sample" }, "relationships": { "route": { "data": { - "id": "78", + "id": "Shuttle-AndoverHaverhill", "type": "route" } }, "route_pattern": { "data": { - "id": "78-1-1", + "id": "Shuttle-AndoverHaverhill-0-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "canonical", "type": "service" } }, "shape": { "data": { - "id": "780137", + "id": "HaverhillToAndover-S", "type": "shape" } }, "stops": { "data": [ { - "id": "2464", - "type": "stop" - }, - { - "id": "2465", - "type": "stop" - }, - { - "id": "2466", - "type": "stop" - }, - { - "id": "2467", - "type": "stop" - }, - { - "id": "2468", - "type": "stop" - }, - { - "id": "12468", - "type": "stop" - }, - { - "id": "2469", - "type": "stop" - }, - { - "id": "2470", - "type": "stop" - }, - { - "id": "2471", - "type": "stop" - }, - { - "id": "2472", - "type": "stop" - }, - { - "id": "2473", - "type": "stop" - }, - { - "id": "2361", - "type": "stop" - }, - { - "id": "2323", - "type": "stop" - }, - { - "id": "2324", - "type": "stop" - }, - { - "id": "6218", - "type": "stop" - }, - { - "id": "2326", - "type": "stop" - }, - { - "id": "2327", - "type": "stop" - }, - { - "id": "2328", - "type": "stop" - }, - { - "id": "2329", - "type": "stop" - }, - { - "id": "2331", - "type": "stop" - }, - { - "id": "2332", - "type": "stop" - }, - { - "id": "2334", - "type": "stop" - }, - { - "id": "2335", - "type": "stop" - }, - { - "id": "2336", - "type": "stop" - }, - { - "id": "2338", - "type": "stop" - }, - { - "id": "2339", - "type": "stop" - }, - { - "id": "2340", - "type": "stop" - }, - { - "id": "2148", - "type": "stop" - }, - { - "id": "2149", - "type": "stop" - }, - { - "id": "2150", - "type": "stop" - }, - { - "id": "2151", - "type": "stop" - }, - { - "id": "2152", - "type": "stop" - }, - { - "id": "2153", - "type": "stop" - }, - { - "id": "2154", - "type": "stop" - }, - { - "id": "2155", - "type": "stop" - }, - { - "id": "2156", - "type": "stop" - }, - { - "id": "2158", - "type": "stop" - }, - { - "id": "2159", - "type": "stop" - }, - { - "id": "2160", - "type": "stop" - }, - { - "id": "2161", - "type": "stop" - }, - { - "id": "2162", - "type": "stop" - }, - { - "id": "2163", + "id": "WR-0329-B", "type": "stop" }, { - "id": "12614", + "id": "WR-0325-B", "type": "stop" }, { - "id": "2076", + "id": "WR-0264-B2", "type": "stop" }, { - "id": "32549", + "id": "WR-0228-B0", "type": "stop" } ] @@ -133176,14 +131433,14 @@ }, { "attributes": {}, - "id": "6747", + "id": "8239", "links": { - "self": "/stops/6747" + "self": "/stops/8239" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6747" + "related": "/facilities/?filter[stop]=8239" } }, "parent_station": { @@ -133198,47 +131455,16 @@ }, "type": "stop" }, - { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Rockport", - "North Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Rockport - Oak Grove (Limited)", - "short_name": "Newburyport Line Shuttle", - "sort_order": 62186, - "text_color": "000000", - "type": 3 - }, - "id": "Shuttle-OakGroveRockportLimited", - "links": { - "self": "/routes/Shuttle-OakGroveRockportLimited" - }, - "relationships": { - "line": { - "data": { - "id": "line-Newburyport", - "type": "line" - } - } - }, - "type": "route" - }, { "attributes": {}, - "id": "109898", + "id": "7142", "links": { - "self": "/stops/109898" + "self": "/stops/7142" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=109898" + "related": "/facilities/?filter[stop]=7142" } }, "parent_station": { @@ -133255,14 +131481,14 @@ }, { "attributes": {}, - "id": "4142", + "id": "885", "links": { - "self": "/stops/4142" + "self": "/stops/885" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4142" + "related": "/facilities/?filter[stop]=885" } }, "parent_station": { @@ -133279,14 +131505,14 @@ }, { "attributes": {}, - "id": "15808", + "id": "4532", "links": { - "self": "/stops/15808" + "self": "/stops/4532" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=15808" + "related": "/facilities/?filter[stop]=4532" } }, "parent_station": { @@ -133303,142 +131529,90 @@ }, { "attributes": { - "direction_id": 1, - "headsign": "Franklin Park via Nubian" + "direction_id": 0, + "headsign": "Wickford Junction" }, - "id": "61392352_2", + "id": "SouthWKDYF24-697808-809", "links": { - "self": "/trips/61392352_2" + "self": "/trips/SouthWKDYF24-697808-809" }, "relationships": { "route": { "data": { - "id": "66", + "id": "CR-Providence", "type": "route" } }, "route_pattern": { "data": { - "id": "66-B-1", + "id": "CR-Providence-cea1b73d-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "FALL 2024-SOUTHWKD-Weekday-1-Scbbf1ea5", "type": "service" } }, "shape": { "data": { - "id": "660270-2", + "id": "9890009", "type": "shape" } }, "stops": { "data": [ { - "id": "925", - "type": "stop" - }, - { - "id": "926", - "type": "stop" - }, - { - "id": "927", - "type": "stop" - }, - { - "id": "10928", - "type": "stop" - }, - { - "id": "1302", - "type": "stop" - }, - { - "id": "11302", - "type": "stop" - }, - { - "id": "1304", - "type": "stop" - }, - { - "id": "1306", - "type": "stop" - }, - { - "id": "1308", - "type": "stop" - }, - { - "id": "1309", - "type": "stop" - }, - { - "id": "1310", - "type": "stop" - }, - { - "id": "1311", - "type": "stop" - }, - { - "id": "1313", - "type": "stop" - }, - { - "id": "1555", + "id": "NEC-2287", "type": "stop" }, { - "id": "1314", + "id": "NEC-2276-01", "type": "stop" }, { - "id": "1315", + "id": "NEC-2265-01", "type": "stop" }, { - "id": "1317", + "id": "NEC-2203-03", "type": "stop" }, { - "id": "1319", + "id": "NEC-2173-01", "type": "stop" }, { - "id": "1320", + "id": "NEC-2139-01", "type": "stop" }, { - "id": "1322", + "id": "NEC-2108-01", "type": "stop" }, { - "id": "1323", + "id": "NEC-2040-01", "type": "stop" }, { - "id": "11257", + "id": "NEC-1969-03", "type": "stop" }, { - "id": "1259", + "id": "NEC-1891-01", "type": "stop" }, { - "id": "11323", + "id": "NEC-1851-03", "type": "stop" }, { - "id": "11259", + "id": "NEC-1768-03", "type": "stop" }, { - "id": "64000", + "id": "NEC-1659-03", "type": "stop" } ] @@ -133448,14 +131622,14 @@ }, { "attributes": {}, - "id": "4013", + "id": "7789", "links": { - "self": "/stops/4013" + "self": "/stops/7789" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4013" + "related": "/facilities/?filter[stop]=7789" } }, "parent_station": { @@ -133470,173 +131644,16 @@ }, "type": "stop" }, - { - "attributes": { - "direction_id": 1, - "headsign": "Quincy Center via North Randolph" - }, - "id": "61929441", - "links": { - "self": "/trips/61929441" - }, - "relationships": { - "route": { - "data": { - "id": "240", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "240-3-1", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "SpringWeekday", - "type": "service" - } - }, - "shape": { - "data": { - "id": "2400222", - "type": "shape" - } - }, - "stops": { - "data": [ - { - "id": "4255", - "type": "stop" - }, - { - "id": "4256", - "type": "stop" - }, - { - "id": "4257", - "type": "stop" - }, - { - "id": "4258", - "type": "stop" - }, - { - "id": "4277", - "type": "stop" - }, - { - "id": "4278", - "type": "stop" - }, - { - "id": "4279", - "type": "stop" - }, - { - "id": "4280", - "type": "stop" - }, - { - "id": "4281", - "type": "stop" - }, - { - "id": "4282", - "type": "stop" - }, - { - "id": "4283", - "type": "stop" - }, - { - "id": "4284", - "type": "stop" - }, - { - "id": "4285", - "type": "stop" - }, - { - "id": "4286", - "type": "stop" - }, - { - "id": "4288", - "type": "stop" - }, - { - "id": "4289", - "type": "stop" - }, - { - "id": "4290", - "type": "stop" - }, - { - "id": "4291", - "type": "stop" - }, - { - "id": "4292", - "type": "stop" - }, - { - "id": "4293", - "type": "stop" - }, - { - "id": "4294", - "type": "stop" - }, - { - "id": "42951", - "type": "stop" - }, - { - "id": "4297", - "type": "stop" - }, - { - "id": "4298", - "type": "stop" - }, - { - "id": "4299", - "type": "stop" - }, - { - "id": "4300", - "type": "stop" - }, - { - "id": "4301", - "type": "stop" - }, - { - "id": "43011", - "type": "stop" - }, - { - "id": "32000", - "type": "stop" - } - ] - } - }, - "type": "trip" - }, { "attributes": {}, - "id": "1549", + "id": "2172", "links": { - "self": "/stops/1549" + "self": "/stops/2172" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1549" + "related": "/facilities/?filter[stop]=2172" } }, "parent_station": { @@ -133653,38 +131670,35 @@ }, { "attributes": {}, - "id": "23151", + "id": "9070178", "links": { - "self": "/stops/23151" + "self": "/stops/9070178" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=23151" + "related": "/facilities/?filter[stop]=9070178" } }, "parent_station": { "data": null }, "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } + "data": null } }, "type": "stop" }, { "attributes": {}, - "id": "4770", + "id": "3788", "links": { - "self": "/stops/4770" + "self": "/stops/3788" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4770" + "related": "/facilities/?filter[stop]=3788" } }, "parent_station": { @@ -133702,45 +131716,85 @@ { "attributes": { "direction_id": 1, - "headsign": "Beverly (Express shuttle)" + "headsign": "Downtown" }, - "id": "NewburyportBeverlyExpressExtended-1-sample", + "id": "66858487", "links": { - "self": "/trips/NewburyportBeverlyExpressExtended-1-sample" + "self": "/trips/66858487" }, "relationships": { "route": { "data": { - "id": "Shuttle-BeverlyNewburyportExpress", + "id": "749", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-BeverlyNewburyportExpress-0-1", + "id": "749-_-1", "type": "route_pattern" } }, "service": { "data": { - "id": "canonical", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "NewburyportToBeverlyExpress-S", + "id": "7490038", "type": "shape" } }, "stops": { "data": [ { - "id": "ER-0362-B", + "id": "64", "type": "stop" }, { - "id": "ER-0183-B", + "id": "3", + "type": "stop" + }, + { + "id": "4", + "type": "stop" + }, + { + "id": "5", + "type": "stop" + }, + { + "id": "1787", + "type": "stop" + }, + { + "id": "1788", + "type": "stop" + }, + { + "id": "5093", + "type": "stop" + }, + { + "id": "5095", + "type": "stop" + }, + { + "id": "15095", + "type": "stop" + }, + { + "id": "6565", + "type": "stop" + }, + { + "id": "6567", + "type": "stop" + }, + { + "id": "49001", "type": "stop" } ] @@ -133750,38 +131804,38 @@ }, { "attributes": {}, - "id": "10031", + "id": "NB-0072-B1", "links": { - "self": "/stops/10031" + "self": "/stops/NB-0072-B1" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=10031" + "related": "/facilities/?filter[stop]=NB-0072-B1" } }, "parent_station": { - "data": null - }, - "zone": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "place-NB-0072", + "type": "stop" } + }, + "zone": { + "data": null } }, "type": "stop" }, { "attributes": {}, - "id": "5080", + "id": "6845", "links": { - "self": "/stops/5080" + "self": "/stops/6845" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5080" + "related": "/facilities/?filter[stop]=6845" } }, "parent_station": { @@ -133798,14 +131852,14 @@ }, { "attributes": {}, - "id": "78742", + "id": "7391", "links": { - "self": "/stops/78742" + "self": "/stops/7391" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=78742" + "related": "/facilities/?filter[stop]=7391" } }, "parent_station": { @@ -133822,14 +131876,14 @@ }, { "attributes": {}, - "id": "110", + "id": "412", "links": { - "self": "/stops/110" + "self": "/stops/412" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=110" + "related": "/facilities/?filter[stop]=412" } }, "parent_station": { @@ -133846,14 +131900,14 @@ }, { "attributes": {}, - "id": "3046", + "id": "5884", "links": { - "self": "/stops/3046" + "self": "/stops/5884" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3046" + "related": "/facilities/?filter[stop]=5884" } }, "parent_station": { @@ -133870,14 +131924,14 @@ }, { "attributes": {}, - "id": "7434", + "id": "4861", "links": { - "self": "/stops/7434" + "self": "/stops/4861" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7434" + "related": "/facilities/?filter[stop]=4861" } }, "parent_station": { @@ -133894,14 +131948,14 @@ }, { "attributes": {}, - "id": "430", + "id": "260", "links": { - "self": "/stops/430" + "self": "/stops/260" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=430" + "related": "/facilities/?filter[stop]=260" } }, "parent_station": { @@ -133918,14 +131972,14 @@ }, { "attributes": {}, - "id": "4394", + "id": "1620", "links": { - "self": "/stops/4394" + "self": "/stops/1620" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4394" + "related": "/facilities/?filter[stop]=1620" } }, "parent_station": { @@ -133942,22 +131996,25 @@ }, { "attributes": {}, - "id": "4027", + "id": "70135", "links": { - "self": "/stops/4027" + "self": "/stops/70135" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4027" + "related": "/facilities/?filter[stop]=70135" } }, "parent_station": { - "data": null + "data": { + "id": "place-brico", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -133966,14 +132023,14 @@ }, { "attributes": {}, - "id": "5223", + "id": "2891", "links": { - "self": "/stops/5223" + "self": "/stops/2891" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5223" + "related": "/facilities/?filter[stop]=2891" } }, "parent_station": { @@ -133989,74 +132046,100 @@ "type": "stop" }, { - "attributes": {}, - "id": "70150", - "links": { - "self": "/stops/70150" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=70150" - } - }, - "parent_station": { + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Ashmont/Braintree", + "Alewife" + ], + "direction_names": [ + "South", + "North" + ], + "long_name": "Alewife - Park Street", + "short_name": "Red Line Shuttle", + "sort_order": 60224, + "text_color": "000000", + "type": 3 + }, + "id": "Shuttle-AlewifeParkSt", + "links": { + "self": "/routes/Shuttle-AlewifeParkSt" + }, + "relationships": { + "agency": { "data": { - "id": "place-kencl", - "type": "stop" + "id": "1", + "type": "agency" } }, - "zone": { + "line": { "data": { - "id": "RapidTransit", - "type": "zone" + "id": "line-Red", + "type": "line" } } }, - "type": "stop" + "type": "route" }, { - "attributes": {}, - "id": "16131", + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Wickford Junction", + "South Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Providence - Pawtucket/Central Falls", + "short_name": "Providence Line Shuttle", + "sort_order": 62360, + "text_color": "000000", + "type": 3 + }, + "id": "Shuttle-PawtucketProvidence", "links": { - "self": "/stops/16131" + "self": "/routes/Shuttle-PawtucketProvidence" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=16131" + "agency": { + "data": { + "id": "1", + "type": "agency" } }, - "parent_station": { - "data": null - }, - "zone": { + "line": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "line-Providence", + "type": "line" } } }, - "type": "stop" + "type": "route" }, { "attributes": {}, - "id": "6845", + "id": "70231", "links": { - "self": "/stops/6845" + "self": "/stops/70231" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6845" + "related": "/facilities/?filter[stop]=70231" } }, "parent_station": { - "data": null + "data": { + "id": "place-tapst", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -134065,14 +132148,14 @@ }, { "attributes": {}, - "id": "5543", + "id": "6514", "links": { - "self": "/stops/5543" + "self": "/stops/6514" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5543" + "related": "/facilities/?filter[stop]=6514" } }, "parent_station": { @@ -134089,14 +132172,14 @@ }, { "attributes": {}, - "id": "2659", + "id": "4312", "links": { - "self": "/stops/2659" + "self": "/stops/4312" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2659" + "related": "/facilities/?filter[stop]=4312" } }, "parent_station": { @@ -134111,221 +132194,16 @@ }, "type": "stop" }, - { - "attributes": { - "direction_id": 1, - "headsign": "Central Square" - }, - "id": "61849645", - "links": { - "self": "/trips/61849645" - }, - "relationships": { - "route": { - "data": { - "id": "70", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "70-3-1", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "SpringWeekday", - "type": "service" - } - }, - "shape": { - "data": { - "id": "700265", - "type": "shape" - } - }, - "stops": { - "data": [ - { - "id": "86944", - "type": "stop" - }, - { - "id": "869451", - "type": "stop" - }, - { - "id": "86945", - "type": "stop" - }, - { - "id": "8670", - "type": "stop" - }, - { - "id": "8671", - "type": "stop" - }, - { - "id": "8672", - "type": "stop" - }, - { - "id": "8674", - "type": "stop" - }, - { - "id": "8676", - "type": "stop" - }, - { - "id": "8678", - "type": "stop" - }, - { - "id": "8679", - "type": "stop" - }, - { - "id": "8291", - "type": "stop" - }, - { - "id": "8292", - "type": "stop" - }, - { - "id": "8293", - "type": "stop" - }, - { - "id": "8294", - "type": "stop" - }, - { - "id": "8298", - "type": "stop" - }, - { - "id": "8295", - "type": "stop" - }, - { - "id": "8296", - "type": "stop" - }, - { - "id": "8297", - "type": "stop" - }, - { - "id": "1432", - "type": "stop" - }, - { - "id": "1433", - "type": "stop" - }, - { - "id": "1434", - "type": "stop" - }, - { - "id": "1435", - "type": "stop" - }, - { - "id": "1436", - "type": "stop" - }, - { - "id": "1437", - "type": "stop" - }, - { - "id": "1438", - "type": "stop" - }, - { - "id": "1442", - "type": "stop" - }, - { - "id": "1043", - "type": "stop" - }, - { - "id": "1045", - "type": "stop" - }, - { - "id": "1046", - "type": "stop" - }, - { - "id": "1049", - "type": "stop" - }, - { - "id": "1589", - "type": "stop" - }, - { - "id": "1051", - "type": "stop" - }, - { - "id": "1052", - "type": "stop" - }, - { - "id": "1053", - "type": "stop" - }, - { - "id": "1055", - "type": "stop" - }, - { - "id": "1056", - "type": "stop" - }, - { - "id": "1057", - "type": "stop" - }, - { - "id": "1058", - "type": "stop" - }, - { - "id": "1059", - "type": "stop" - }, - { - "id": "72", - "type": "stop" - }, - { - "id": "1123", - "type": "stop" - } - ] - } - }, - "type": "trip" - }, { "attributes": {}, - "id": "6692", + "id": "3300", "links": { - "self": "/stops/6692" + "self": "/stops/3300" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6692" + "related": "/facilities/?filter[stop]=3300" } }, "parent_station": { @@ -134342,14 +132220,14 @@ }, { "attributes": {}, - "id": "11391", + "id": "10569", "links": { - "self": "/stops/11391" + "self": "/stops/10569" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=11391" + "related": "/facilities/?filter[stop]=10569" } }, "parent_station": { @@ -134364,30 +132242,16 @@ }, "type": "stop" }, - { - "attributes": { - "color": "FFC72C", - "long_name": "Davis - Wellington", - "short_name": "90", - "sort_order": 50900, - "text_color": "000000" - }, - "id": "line-90", - "links": { - "self": "/lines/line-90" - }, - "type": "line" - }, { "attributes": {}, - "id": "1656", + "id": "3377", "links": { - "self": "/stops/1656" + "self": "/stops/3377" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1656" + "related": "/facilities/?filter[stop]=3377" } }, "parent_station": { @@ -134404,14 +132268,14 @@ }, { "attributes": {}, - "id": "5862", + "id": "7811", "links": { - "self": "/stops/5862" + "self": "/stops/7811" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5862" + "related": "/facilities/?filter[stop]=7811" } }, "parent_station": { @@ -134428,14 +132292,14 @@ }, { "attributes": {}, - "id": "13854", + "id": "111214", "links": { - "self": "/stops/13854" + "self": "/stops/111214" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=13854" + "related": "/facilities/?filter[stop]=111214" } }, "parent_station": { @@ -134452,38 +132316,38 @@ }, { "attributes": {}, - "id": "22146", + "id": "Windsor Gardens-S", "links": { - "self": "/stops/22146" + "self": "/stops/Windsor%20Gardens-S" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=22146" + "related": "/facilities/?filter[stop]=Windsor%20Gardens-S" } }, "parent_station": { - "data": null - }, - "zone": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "place-FB-0166", + "type": "stop" } + }, + "zone": { + "data": null } }, "type": "stop" }, { "attributes": {}, - "id": "4758", + "id": "1529", "links": { - "self": "/stops/4758" + "self": "/stops/1529" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4758" + "related": "/facilities/?filter[stop]=1529" } }, "parent_station": { @@ -134500,14 +132364,14 @@ }, { "attributes": {}, - "id": "2934", + "id": "81438", "links": { - "self": "/stops/2934" + "self": "/stops/81438" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2934" + "related": "/facilities/?filter[stop]=81438" } }, "parent_station": { @@ -134524,14 +132388,14 @@ }, { "attributes": {}, - "id": "2851", + "id": "1061", "links": { - "self": "/stops/2851" + "self": "/stops/1061" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2851" + "related": "/facilities/?filter[stop]=1061" } }, "parent_station": { @@ -134548,14 +132412,14 @@ }, { "attributes": {}, - "id": "1074", + "id": "1790", "links": { - "self": "/stops/1074" + "self": "/stops/1790" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1074" + "related": "/facilities/?filter[stop]=1790" } }, "parent_station": { @@ -134572,14 +132436,14 @@ }, { "attributes": {}, - "id": "45080", + "id": "2150", "links": { - "self": "/stops/45080" + "self": "/stops/2150" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=45080" + "related": "/facilities/?filter[stop]=2150" } }, "parent_station": { @@ -134596,14 +132460,14 @@ }, { "attributes": {}, - "id": "8393", + "id": "4919", "links": { - "self": "/stops/8393" + "self": "/stops/4919" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8393" + "related": "/facilities/?filter[stop]=4919" } }, "parent_station": { @@ -134620,14 +132484,14 @@ }, { "attributes": {}, - "id": "1144", + "id": "9220", "links": { - "self": "/stops/1144" + "self": "/stops/9220" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1144" + "related": "/facilities/?filter[stop]=9220" } }, "parent_station": { @@ -134644,14 +132508,14 @@ }, { "attributes": {}, - "id": "9983", + "id": "5602", "links": { - "self": "/stops/9983" + "self": "/stops/5602" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9983" + "related": "/facilities/?filter[stop]=5602" } }, "parent_station": { @@ -134659,7 +132523,7 @@ }, "zone": { "data": { - "id": "ExpressBus-Downtown", + "id": "LocalBus", "type": "zone" } } @@ -134668,14 +132532,14 @@ }, { "attributes": {}, - "id": "247", + "id": "2558", "links": { - "self": "/stops/247" + "self": "/stops/2558" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=247" + "related": "/facilities/?filter[stop]=2558" } }, "parent_station": { @@ -134692,25 +132556,22 @@ }, { "attributes": {}, - "id": "70077", + "id": "1228", "links": { - "self": "/stops/70077" + "self": "/stops/1228" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70077" + "related": "/facilities/?filter[stop]=1228" } }, "parent_station": { - "data": { - "id": "place-dwnxg", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } @@ -134718,39 +132579,88 @@ "type": "stop" }, { - "attributes": {}, - "id": "9082", + "attributes": { + "direction_id": 0, + "headsign": "Maverick (Shuttle)" + }, + "id": "MaverickWonderland-Weekday-9e586-0-00:00:00", "links": { - "self": "/stops/9082" + "self": "/trips/MaverickWonderland-Weekday-9e586-0-00%3A00%3A00" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=9082" + "route": { + "data": { + "id": "Shuttle-MaverickWonderland", + "type": "route" } }, - "parent_station": { - "data": null + "route_pattern": { + "data": { + "id": "Shuttle-MaverickWonderland-0-0", + "type": "route_pattern" + } }, - "zone": { + "service": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "canonical", + "type": "service" + } + }, + "shape": { + "data": { + "id": "WonderlandToMaverick-S", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "15797", + "type": "stop" + }, + { + "id": "9070057", + "type": "stop" + }, + { + "id": "9070055", + "type": "stop" + }, + { + "id": "9070053", + "type": "stop" + }, + { + "id": "5879", + "type": "stop" + }, + { + "id": "5666", + "type": "stop" + }, + { + "id": "7096", + "type": "stop" + }, + { + "id": "57400", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "7249", + "id": "5219", "links": { - "self": "/stops/7249" + "self": "/stops/5219" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7249" + "related": "/facilities/?filter[stop]=5219" } }, "parent_station": { @@ -134767,46 +132677,25 @@ }, { "attributes": {}, - "id": "WR-0329-B", + "id": "FR-0361-01", "links": { - "self": "/stops/WR-0329-B" + "self": "/stops/FR-0361-01" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=WR-0329-B" + "related": "/facilities/?filter[stop]=FR-0361-01" } }, "parent_station": { "data": { - "id": "place-WR-0329", + "id": "place-FR-0361", "type": "stop" } }, - "zone": { - "data": null - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "4459", - "links": { - "self": "/stops/4459" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=4459" - } - }, - "parent_station": { - "data": null - }, "zone": { "data": { - "id": "LocalBus", + "id": "CR-zone-8", "type": "zone" } } @@ -134816,181 +132705,153 @@ { "attributes": { "direction_id": 1, - "headsign": "Wellington" + "headsign": "Kenmore via Ruggles" }, - "id": "61869068", + "id": "66644125_1", "links": { - "self": "/trips/61869068" + "self": "/trips/66644125_1" }, "relationships": { "route": { "data": { - "id": "106", + "id": "22", "type": "route" } }, "route_pattern": { "data": { - "id": "106-3-1", + "id": "22-_-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "1060251", + "id": "220248-1", "type": "shape" } }, "stops": { "data": [ { - "id": "5472", - "type": "stop" - }, - { - "id": "9006", - "type": "stop" - }, - { - "id": "9008", - "type": "stop" - }, - { - "id": "9000", - "type": "stop" - }, - { - "id": "9001", - "type": "stop" - }, - { - "id": "9002", - "type": "stop" - }, - { - "id": "9003", - "type": "stop" - }, - { - "id": "5434", + "id": "334", "type": "stop" }, { - "id": "5435", + "id": "367", "type": "stop" }, { - "id": "5436", + "id": "369", "type": "stop" }, { - "id": "9026", + "id": "371", "type": "stop" }, { - "id": "5440", + "id": "372", "type": "stop" }, { - "id": "5441", + "id": "373", "type": "stop" }, { - "id": "5442", + "id": "374", "type": "stop" }, { - "id": "5443", + "id": "375", "type": "stop" }, { - "id": "5444", + "id": "376", "type": "stop" }, { - "id": "5445", + "id": "378", "type": "stop" }, { - "id": "15431", + "id": "1737", "type": "stop" }, { - "id": "53270", + "id": "381", "type": "stop" }, { - "id": "5289", + "id": "382", "type": "stop" }, { - "id": "5373", + "id": "383", "type": "stop" }, { - "id": "5374", + "id": "9448", "type": "stop" }, { - "id": "5447", + "id": "1739", "type": "stop" }, { - "id": "5449", + "id": "1740", "type": "stop" }, { - "id": "5395", + "id": "1741", "type": "stop" }, { - "id": "5396", + "id": "1742", "type": "stop" }, { - "id": "5397", + "id": "1743", "type": "stop" }, { - "id": "5398", + "id": "1188", "type": "stop" }, { - "id": "5399", + "id": "1215", "type": "stop" }, { - "id": "5400", + "id": "1216", "type": "stop" }, { - "id": "5401", + "id": "11531", "type": "stop" }, { - "id": "5403", + "id": "1219", "type": "stop" }, { - "id": "5404", + "id": "1221", "type": "stop" }, { - "id": "5561", + "id": "1222", "type": "stop" }, { - "id": "6569", + "id": "1224", "type": "stop" }, { - "id": "5271", + "id": "17861", "type": "stop" } ] @@ -135000,22 +132861,166 @@ }, { "attributes": {}, - "id": "NEC-2287-B", + "id": "2867", "links": { - "self": "/stops/NEC-2287-B" + "self": "/stops/2867" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=NEC-2287-B" + "related": "/facilities/?filter[stop]=2867" } }, "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "place-sstat", + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "3547", + "links": { + "self": "/stops/3547" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=3547" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "1046", + "links": { + "self": "/stops/1046" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=1046" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "7502", + "links": { + "self": "/stops/7502" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=7502" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "11891", + "links": { + "self": "/stops/11891" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=11891" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "70019", + "links": { + "self": "/stops/70019" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=70019" + } + }, + "parent_station": { + "data": { + "id": "place-chncl", "type": "stop" } }, + "zone": { + "data": { + "id": "RapidTransit", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "8476", + "links": { + "self": "/stops/8476" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=8476" + } + }, + "parent_station": { + "data": null + }, "zone": { "data": { "id": "LocalBus", @@ -135028,221 +133033,125 @@ { "attributes": { "direction_id": 1, - "headsign": "Ashmont" + "headsign": "Wonderland" }, - "id": "61928786", + "id": "67202270", "links": { - "self": "/trips/61928786" + "self": "/trips/67202270" }, "relationships": { "route": { "data": { - "id": "215", + "id": "455", "type": "route" } }, "route_pattern": { "data": { - "id": "215-1-1", + "id": "455-5-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "2150191", + "id": "4550303", "type": "shape" } }, "stops": { "data": [ { - "id": "32003", - "type": "stop" - }, - { - "id": "3326", - "type": "stop" - }, - { - "id": "3327", - "type": "stop" - }, - { - "id": "3328", - "type": "stop" - }, - { - "id": "3330", - "type": "stop" - }, - { - "id": "3331", - "type": "stop" - }, - { - "id": "3333", - "type": "stop" - }, - { - "id": "3332", - "type": "stop" - }, - { - "id": "3335", - "type": "stop" - }, - { - "id": "3336", - "type": "stop" - }, - { - "id": "3337", - "type": "stop" - }, - { - "id": "3338", - "type": "stop" - }, - { - "id": "3339", - "type": "stop" - }, - { - "id": "3341", - "type": "stop" - }, - { - "id": "3343", - "type": "stop" - }, - { - "id": "3344", - "type": "stop" - }, - { - "id": "3345", - "type": "stop" - }, - { - "id": "3347", - "type": "stop" - }, - { - "id": "3348", - "type": "stop" - }, - { - "id": "3349", - "type": "stop" - }, - { - "id": "3350", - "type": "stop" - }, - { - "id": "3351", - "type": "stop" - }, - { - "id": "3352", - "type": "stop" - }, - { - "id": "3353", - "type": "stop" - }, - { - "id": "3354", + "id": "14748", "type": "stop" }, { - "id": "3355", + "id": "16653", "type": "stop" }, { - "id": "3356", + "id": "6674", "type": "stop" }, { - "id": "3358", + "id": "6780", "type": "stop" }, { - "id": "3359", + "id": "6783", "type": "stop" }, { - "id": "3360", + "id": "4451", "type": "stop" }, { - "id": "3361", + "id": "4487", "type": "stop" }, { - "id": "3362", + "id": "4488", "type": "stop" }, { - "id": "3363", + "id": "4489", "type": "stop" }, { - "id": "3364", + "id": "4490", "type": "stop" }, { - "id": "3365", + "id": "4491", "type": "stop" }, { - "id": "3366", + "id": "4492", "type": "stop" }, { - "id": "3368", + "id": "4494", "type": "stop" }, { - "id": "3369", + "id": "4495", "type": "stop" }, { - "id": "33691", + "id": "4497", "type": "stop" }, { - "id": "3370", + "id": "4498", "type": "stop" }, { - "id": "3371", + "id": "5770", "type": "stop" }, { - "id": "3372", + "id": "5771", "type": "stop" }, { - "id": "3373", + "id": "35772", "type": "stop" }, { - "id": "533", + "id": "35773", "type": "stop" }, { - "id": "534", + "id": "5774", "type": "stop" }, { - "id": "334", + "id": "15799", "type": "stop" } ] @@ -135252,338 +133161,55 @@ }, { "attributes": { - "direction_id": 1, - "headsign": "North Station" + "color": "FFC72C", + "direction_destinations": [ + "Quincy Center Station", + "Mattapan Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Quincy Center Station - Mattapan Station", + "short_name": "245", + "sort_order": 52450, + "text_color": "000000", + "type": 3 }, - "id": "CR-660349-404", + "id": "245", "links": { - "self": "/trips/CR-660349-404" + "self": "/routes/245" }, "relationships": { - "route": { - "data": { - "id": "CR-Fitchburg", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "CR-Fitchburg-94972bc9-1", - "type": "route_pattern" - } - }, - "service": { + "agency": { "data": { - "id": "SPRING2024-NORTHWKD-Weekday-5", - "type": "service" + "id": "1", + "type": "agency" } }, - "shape": { + "line": { "data": { - "id": "9840003", - "type": "shape" + "id": "line-217245", + "type": "line" } - }, - "stops": { - "data": [ - { - "id": "FR-3338-CS", - "type": "stop" - }, - { - "id": "FR-0494-CS", - "type": "stop" - }, - { - "id": "FR-0451-02", - "type": "stop" - }, - { - "id": "FR-0394-02", - "type": "stop" - }, - { - "id": "FR-0361-02", - "type": "stop" - }, - { - "id": "FR-0301-02", - "type": "stop" - }, - { - "id": "FR-0253-02", - "type": "stop" - }, - { - "id": "FR-0034-02", - "type": "stop" - }, - { - "id": "BNT-0000", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "route" }, { - "attributes": { - "direction_id": 0, - "headsign": "Lincoln Lab" - }, - "id": "61848704", + "attributes": {}, + "id": "13406", "links": { - "self": "/trips/61848704" + "self": "/stops/13406" }, "relationships": { - "route": { - "data": { - "id": "76", - "type": "route" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=13406" } }, - "route_pattern": { - "data": { - "id": "76-3-0", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "SpringWeekday", - "type": "service" - } - }, - "shape": { - "data": { - "id": "760137", - "type": "shape" - } - }, - "stops": { - "data": [ - { - "id": "141", - "type": "stop" - }, - { - "id": "2482", - "type": "stop" - }, - { - "id": "2353", - "type": "stop" - }, - { - "id": "2354", - "type": "stop" - }, - { - "id": "2355", - "type": "stop" - }, - { - "id": "2356", - "type": "stop" - }, - { - "id": "2357", - "type": "stop" - }, - { - "id": "2358", - "type": "stop" - }, - { - "id": "2201", - "type": "stop" - }, - { - "id": "2202", - "type": "stop" - }, - { - "id": "2203", - "type": "stop" - }, - { - "id": "2464", - "type": "stop" - }, - { - "id": "2465", - "type": "stop" - }, - { - "id": "12465", - "type": "stop" - }, - { - "id": "2493", - "type": "stop" - }, - { - "id": "2941", - "type": "stop" - }, - { - "id": "2943", - "type": "stop" - }, - { - "id": "2944", - "type": "stop" - }, - { - "id": "8436", - "type": "stop" - }, - { - "id": "8591", - "type": "stop" - }, - { - "id": "8593", - "type": "stop" - }, - { - "id": "8595", - "type": "stop" - }, - { - "id": "8596", - "type": "stop" - }, - { - "id": "8597", - "type": "stop" - }, - { - "id": "8598", - "type": "stop" - }, - { - "id": "8599", - "type": "stop" - }, - { - "id": "8600", - "type": "stop" - }, - { - "id": "8601", - "type": "stop" - }, - { - "id": "7878", - "type": "stop" - }, - { - "id": "7761", - "type": "stop" - }, - { - "id": "7762", - "type": "stop" - }, - { - "id": "7763", - "type": "stop" - }, - { - "id": "8602", - "type": "stop" - }, - { - "id": "8603", - "type": "stop" - }, - { - "id": "8604", - "type": "stop" - }, - { - "id": "8605", - "type": "stop" - }, - { - "id": "8606", - "type": "stop" - }, - { - "id": "8607", - "type": "stop" - }, - { - "id": "8608", - "type": "stop" - }, - { - "id": "8609", - "type": "stop" - }, - { - "id": "8610", - "type": "stop" - }, - { - "id": "8611", - "type": "stop" - }, - { - "id": "86114", - "type": "stop" - }, - { - "id": "8612", - "type": "stop" - }, - { - "id": "86121", - "type": "stop" - }, - { - "id": "86122", - "type": "stop" - }, - { - "id": "85231", - "type": "stop" - } - ] - } - }, - "type": "trip" - }, - { - "attributes": { - "color": "80276C", - "long_name": "Fairmount Line", - "short_name": "", - "sort_order": 20001, - "text_color": "FFFFFF" - }, - "id": "line-Fairmount", - "links": { - "self": "/lines/line-Fairmount" - }, - "type": "line" - }, - { - "attributes": {}, - "id": "77541", - "links": { - "self": "/stops/77541" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=77541" - } - }, - "parent_station": { - "data": null + "parent_station": { + "data": null }, "zone": { "data": { @@ -135595,36 +133221,52 @@ "type": "stop" }, { - "attributes": {}, - "id": "9070154", + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Saugus Center", + "Malden Center Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Saugus Center - Malden Center Station", + "short_name": "430", + "sort_order": 54300, + "text_color": "000000", + "type": 3 + }, + "id": "430", "links": { - "self": "/stops/9070154" + "self": "/routes/430" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=9070154" + "agency": { + "data": { + "id": "1", + "type": "agency" } }, - "parent_station": { - "data": null - }, - "zone": { - "data": null + "line": { + "data": { + "id": "line-411430", + "type": "line" + } } }, - "type": "stop" + "type": "route" }, { "attributes": {}, - "id": "8302", + "id": "22818", "links": { - "self": "/stops/8302" + "self": "/stops/22818" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8302" + "related": "/facilities/?filter[stop]=22818" } }, "parent_station": { @@ -135639,47 +133281,16 @@ }, "type": "stop" }, - { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Harbor Point", - "Kenmore Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Harbor Point - Kenmore Station", - "short_name": "8", - "sort_order": 50080, - "text_color": "000000", - "type": 3 - }, - "id": "8", - "links": { - "self": "/routes/8" - }, - "relationships": { - "line": { - "data": { - "id": "line-8", - "type": "line" - } - } - }, - "type": "route" - }, { "attributes": {}, - "id": "2936", + "id": "15984", "links": { - "self": "/stops/2936" + "self": "/stops/15984" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2936" + "related": "/facilities/?filter[stop]=15984" } }, "parent_station": { @@ -135696,14 +133307,14 @@ }, { "attributes": {}, - "id": "6610", + "id": "1222", "links": { - "self": "/stops/6610" + "self": "/stops/1222" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6610" + "related": "/facilities/?filter[stop]=1222" } }, "parent_station": { @@ -135720,14 +133331,14 @@ }, { "attributes": {}, - "id": "222", + "id": "28745", "links": { - "self": "/stops/222" + "self": "/stops/28745" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=222" + "related": "/facilities/?filter[stop]=28745" } }, "parent_station": { @@ -135744,18 +133355,21 @@ }, { "attributes": {}, - "id": "1304", + "id": "52720", "links": { - "self": "/stops/1304" + "self": "/stops/52720" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1304" + "related": "/facilities/?filter[stop]=52720" } }, "parent_station": { - "data": null + "data": { + "id": "place-welln", + "type": "stop" + } }, "zone": { "data": { @@ -135768,14 +133382,14 @@ }, { "attributes": {}, - "id": "2855", + "id": "3079", "links": { - "self": "/stops/2855" + "self": "/stops/3079" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2855" + "related": "/facilities/?filter[stop]=3079" } }, "parent_station": { @@ -135792,14 +133406,14 @@ }, { "attributes": {}, - "id": "19215", + "id": "1553", "links": { - "self": "/stops/19215" + "self": "/stops/1553" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=19215" + "related": "/facilities/?filter[stop]=1553" } }, "parent_station": { @@ -135816,14 +133430,14 @@ }, { "attributes": {}, - "id": "4314", + "id": "9071", "links": { - "self": "/stops/4314" + "self": "/stops/9071" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4314" + "related": "/facilities/?filter[stop]=9071" } }, "parent_station": { @@ -135840,82 +133454,62 @@ }, { "attributes": { - "direction_id": 1, - "headsign": "North Station" + "direction_id": 0, + "headsign": "Framingham (Shuttle)" }, - "id": "CR-660243-144", + "id": "FraminghamSouthStationExpressShuttle-0-sample", "links": { - "self": "/trips/CR-660243-144" + "self": "/trips/FraminghamSouthStationExpressShuttle-0-sample" }, "relationships": { "route": { "data": { - "id": "CR-Newburyport", + "id": "Shuttle-FraminghamSouthStationExpress", "type": "route" } }, "route_pattern": { "data": { - "id": "CR-Newburyport-7e4857df-1", + "id": "Shuttle-FraminghamSouthStationExpress-0-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SPRING2024-NORTHWKD-Weekday-5-S9d378dcf", + "id": "canonical", "type": "service" } }, "shape": { "data": { - "id": "9810001", + "id": "SouthStationToFramingham-S", "type": "shape" } }, "stops": { "data": [ { - "id": "ER-0362-01", - "type": "stop" - }, - { - "id": "ER-0312-S", - "type": "stop" - }, - { - "id": "ER-0276-S", - "type": "stop" - }, - { - "id": "ER-0227-S", - "type": "stop" - }, - { - "id": "ER-0208-02", - "type": "stop" - }, - { - "id": "ER-0183-02", + "id": "NEC-2287-B", "type": "stop" }, { - "id": "ER-0168-S", + "id": "WML-0135-B0", "type": "stop" }, { - "id": "ER-0128-02", + "id": "WML-0147-B0", "type": "stop" }, { - "id": "ER-0117-02", + "id": "WML-0177-B0", "type": "stop" }, { - "id": "ER-0042-02", + "id": "WML-0199-B0", "type": "stop" }, { - "id": "BNT-0000", + "id": "WML-0214-B", "type": "stop" } ] @@ -135925,14 +133519,14 @@ }, { "attributes": {}, - "id": "926", + "id": "8820", "links": { - "self": "/stops/926" + "self": "/stops/8820" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=926" + "related": "/facilities/?filter[stop]=8820" } }, "parent_station": { @@ -135949,14 +133543,14 @@ }, { "attributes": {}, - "id": "8325", + "id": "3708", "links": { - "self": "/stops/8325" + "self": "/stops/3708" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8325" + "related": "/facilities/?filter[stop]=3708" } }, "parent_station": { @@ -135972,64 +133566,97 @@ "type": "stop" }, { - "attributes": { - "direction_id": 1, - "headsign": "JFK/UMass (Shuttle)" - }, - "id": "JFKNorthQuincy-1-sample", + "attributes": {}, + "id": "33619", "links": { - "self": "/trips/JFKNorthQuincy-1-sample" + "self": "/stops/33619" }, "relationships": { - "route": { - "data": { - "id": "Shuttle-JFKNorthQuincy", - "type": "route" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=33619" } }, - "route_pattern": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "Shuttle-JFKNorthQuincy-0-1", - "type": "route_pattern" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "9070129", + "links": { + "self": "/stops/9070129" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=9070129" } }, - "service": { + "parent_station": { + "data": null + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Newburyport or Rockport", + "North Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Beverly - North Station (Limited)", + "short_name": "Newburyport/Rockport Line Shuttle", + "sort_order": 60693, + "text_color": "000000", + "type": 3 + }, + "id": "Shuttle-BeverlyNorthStationLimited", + "links": { + "self": "/routes/Shuttle-BeverlyNorthStationLimited" + }, + "relationships": { + "agency": { "data": { - "id": "canonical", - "type": "service" + "id": "1", + "type": "agency" } }, - "shape": { + "line": { "data": { - "id": "NorthQuincyToJFK-S", - "type": "shape" + "id": "line-Newburyport", + "type": "line" } - }, - "stops": { - "data": [ - { - "id": "3125", - "type": "stop" - }, - { - "id": "121", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "route" }, { "attributes": {}, - "id": "8180", + "id": "42885", "links": { - "self": "/stops/8180" + "self": "/stops/42885" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8180" + "related": "/facilities/?filter[stop]=42885" } }, "parent_station": { @@ -136047,48 +133674,74 @@ { "attributes": { "color": "FFC72C", - "long_name": "Jackson Square - Ruggles", - "short_name": "44", - "sort_order": 50440, - "text_color": "000000" + "direction_destinations": [ + "Haverhill", + "North Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Haverhill - Reading (Express)", + "short_name": "Haverhill Line Shuttle", + "sort_order": 61973, + "text_color": "000000", + "type": 3 }, - "id": "line-44", + "id": "Shuttle-HaverhillReadingExpress", "links": { - "self": "/lines/line-44" + "self": "/routes/Shuttle-HaverhillReadingExpress" }, - "type": "line" + "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, + "line": { + "data": { + "id": "line-Haverhill", + "type": "line" + } + } + }, + "type": "route" }, { "attributes": {}, - "id": "9070231", + "id": "71391", "links": { - "self": "/stops/9070231" + "self": "/stops/71391" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9070231" + "related": "/facilities/?filter[stop]=71391" } }, "parent_station": { "data": null }, "zone": { - "data": null + "data": { + "id": "LocalBus", + "type": "zone" + } } }, "type": "stop" }, { "attributes": {}, - "id": "4289", + "id": "7834", "links": { - "self": "/stops/4289" + "self": "/stops/7834" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4289" + "related": "/facilities/?filter[stop]=7834" } }, "parent_station": { @@ -136106,189 +133759,230 @@ { "attributes": { "direction_id": 1, - "headsign": "Wellington via Gateway Center" + "headsign": "Park Street (Shuttle)" }, - "id": "61873557", + "id": "JFKPark-Weekday-9e586-1-00:00:00", "links": { - "self": "/trips/61873557" + "self": "/trips/JFKPark-Weekday-9e586-1-00%3A00%3A00" }, "relationships": { "route": { "data": { - "id": "99", + "id": "Shuttle-JFKPark", "type": "route" } }, "route_pattern": { "data": { - "id": "99-8-1", + "id": "Shuttle-JFKPark-0-1", "type": "route_pattern" } }, "service": { "data": { - "id": "BUS22024-hbg24016-Saturday-02", + "id": "canonical", "type": "service" } }, "shape": { "data": { - "id": "990148", + "id": "JFKToParkStreetViaFranklin-S", "type": "shape" } }, "stops": { "data": [ { - "id": "15058", + "id": "121", "type": "stop" }, { - "id": "15060", + "id": "13", "type": "stop" }, { - "id": "15061", + "id": "150", "type": "stop" }, { - "id": "5059", + "id": "892", "type": "stop" }, { - "id": "45059", + "id": "9070080", "type": "stop" }, { - "id": "5060", + "id": "9170076", "type": "stop" - }, + } + ] + } + }, + "type": "trip" + }, + { + "attributes": { + "direction_id": 1, + "headsign": "Medford/Tufts" + }, + "id": "66817389", + "links": { + "self": "/trips/66817389" + }, + "relationships": { + "route": { + "data": { + "id": "Green-B", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "Green-B-816-1", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "LRV12025-hlb15011-Weekday-01", + "type": "service" + } + }, + "shape": { + "data": { + "id": "8000014", + "type": "shape" + } + }, + "stops": { + "data": [ { - "id": "5061", + "id": "70106", "type": "stop" }, { - "id": "5062", + "id": "70110", "type": "stop" }, { - "id": "5079", + "id": "70112", "type": "stop" }, { - "id": "45079", + "id": "70114", "type": "stop" }, { - "id": "5080", + "id": "70116", "type": "stop" }, { - "id": "45080", + "id": "70120", "type": "stop" }, { - "id": "5081", + "id": "70124", "type": "stop" }, { - "id": "5066", + "id": "70126", "type": "stop" }, { - "id": "5067", + "id": "70128", "type": "stop" }, { - "id": "5068", + "id": "70130", "type": "stop" }, { - "id": "5069", + "id": "70134", "type": "stop" }, { - "id": "5070", + "id": "170136", "type": "stop" }, { - "id": "5327", + "id": "170140", "type": "stop" }, { - "id": "5289", + "id": "70144", "type": "stop" }, { - "id": "5373", + "id": "70146", "type": "stop" }, { - "id": "5374", + "id": "70148", "type": "stop" }, { - "id": "5447", + "id": "71150", "type": "stop" }, { - "id": "5449", + "id": "70152", "type": "stop" }, { - "id": "5395", + "id": "70154", "type": "stop" }, { - "id": "5396", + "id": "70156", "type": "stop" }, { - "id": "5397", + "id": "70158", "type": "stop" }, { - "id": "5398", + "id": "70200", "type": "stop" }, { - "id": "5399", + "id": "70201", "type": "stop" }, { - "id": "5400", + "id": "70203", "type": "stop" }, { - "id": "5401", + "id": "70205", "type": "stop" }, { - "id": "5403", + "id": "70207", "type": "stop" }, { - "id": "5404", + "id": "70501", "type": "stop" }, { - "id": "5561", + "id": "70513", "type": "stop" }, { - "id": "55631", + "id": "70505", "type": "stop" }, { - "id": "55632", + "id": "70507", "type": "stop" }, { - "id": "6569", + "id": "70509", "type": "stop" }, { - "id": "5271", + "id": "70511", "type": "stop" } ] @@ -136298,89 +133992,14 @@ }, { "attributes": {}, - "id": "3660", - "links": { - "self": "/stops/3660" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=3660" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "7790", - "links": { - "self": "/stops/7790" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=7790" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "FR-0361-02", - "links": { - "self": "/stops/FR-0361-02" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=FR-0361-02" - } - }, - "parent_station": { - "data": { - "id": "place-FR-0361", - "type": "stop" - } - }, - "zone": { - "data": { - "id": "CR-zone-8", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "2595", + "id": "49939", "links": { - "self": "/stops/2595" + "self": "/stops/49939" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2595" + "related": "/facilities/?filter[stop]=49939" } }, "parent_station": { @@ -136397,14 +134016,14 @@ }, { "attributes": {}, - "id": "49924", + "id": "1785", "links": { - "self": "/stops/49924" + "self": "/stops/1785" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=49924" + "related": "/facilities/?filter[stop]=1785" } }, "parent_station": { @@ -136421,14 +134040,14 @@ }, { "attributes": {}, - "id": "5745", + "id": "49805", "links": { - "self": "/stops/5745" + "self": "/stops/49805" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5745" + "related": "/facilities/?filter[stop]=49805" } }, "parent_station": { @@ -136445,41 +134064,14 @@ }, { "attributes": {}, - "id": "NHRML-0127-01", - "links": { - "self": "/stops/NHRML-0127-01" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=NHRML-0127-01" - } - }, - "parent_station": { - "data": { - "id": "place-NHRML-0127", - "type": "stop" - } - }, - "zone": { - "data": { - "id": "CR-zone-2", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "6512", + "id": "1735", "links": { - "self": "/stops/6512" + "self": "/stops/1735" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6512" + "related": "/facilities/?filter[stop]=1735" } }, "parent_station": { @@ -136496,122 +134088,206 @@ }, { "attributes": { - "direction_id": 1, - "headsign": "Malcolm X Blvd" + "direction_id": 0, + "headsign": "Wren St" }, - "id": "61391972", + "id": "67251202", "links": { - "self": "/trips/61391972" + "self": "/trips/67251202" }, "relationships": { "route": { "data": { - "id": "45", + "id": "38", "type": "route" } }, "route_pattern": { "data": { - "id": "45-2-1", + "id": "38-1-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "450144", + "id": "380185", "type": "shape" } }, "stops": { "data": [ { - "id": "1565", + "id": "1346", "type": "stop" }, { - "id": "383", + "id": "1350", "type": "stop" }, { - "id": "384", + "id": "1351", "type": "stop" }, { - "id": "385", + "id": "1352", "type": "stop" }, { - "id": "1566", + "id": "1354", "type": "stop" }, { - "id": "15660", + "id": "17411", "type": "stop" }, { - "id": "1567", + "id": "17401", "type": "stop" }, { - "id": "15661", + "id": "17391", "type": "stop" }, { - "id": "1569", + "id": "1587", "type": "stop" }, { - "id": "1570", + "id": "11587", "type": "stop" }, { - "id": "1571", + "id": "21587", "type": "stop" }, { - "id": "1572", + "id": "547", "type": "stop" }, { - "id": "1573", + "id": "10642", "type": "stop" }, { - "id": "1574", + "id": "1936", "type": "stop" }, { - "id": "1575", + "id": "1937", "type": "stop" }, { - "id": "1576", + "id": "1128", "type": "stop" }, { - "id": "1487", + "id": "11939", "type": "stop" }, { - "id": "1488", + "id": "1940", "type": "stop" }, { - "id": "1489", + "id": "1941", "type": "stop" }, { - "id": "1491", + "id": "5241", "type": "stop" }, { - "id": "64000", + "id": "15241", + "type": "stop" + }, + { + "id": "5243", + "type": "stop" + }, + { + "id": "5244", + "type": "stop" + }, + { + "id": "5245", + "type": "stop" + }, + { + "id": "5246", + "type": "stop" + }, + { + "id": "5247", + "type": "stop" + }, + { + "id": "5248", + "type": "stop" + }, + { + "id": "5249", + "type": "stop" + }, + { + "id": "5250", + "type": "stop" + }, + { + "id": "5251", + "type": "stop" + }, + { + "id": "5252", + "type": "stop" + }, + { + "id": "5253", + "type": "stop" + }, + { + "id": "5254", + "type": "stop" + }, + { + "id": "5255", + "type": "stop" + }, + { + "id": "5256", + "type": "stop" + }, + { + "id": "5257", + "type": "stop" + }, + { + "id": "5258", + "type": "stop" + }, + { + "id": "5259", + "type": "stop" + }, + { + "id": "5260", + "type": "stop" + }, + { + "id": "5261", + "type": "stop" + }, + { + "id": "5262", + "type": "stop" + }, + { + "id": "5263", "type": "stop" } ] @@ -136621,14 +134297,14 @@ }, { "attributes": {}, - "id": "1718", + "id": "5061", "links": { - "self": "/stops/1718" + "self": "/stops/5061" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1718" + "related": "/facilities/?filter[stop]=5061" } }, "parent_station": { @@ -136644,94 +134320,100 @@ "type": "stop" }, { - "attributes": {}, - "id": "2809", + "attributes": { + "direction_id": 1, + "headsign": "Andrew (Limited Stops)" + }, + "id": "66652055", "links": { - "self": "/stops/2809" + "self": "/trips/66652055" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=2809" + "route": { + "data": { + "id": "708", + "type": "route" } }, - "parent_station": { - "data": null - }, - "zone": { + "route_pattern": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "34579", - "links": { - "self": "/stops/34579" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=34579" + "id": "708-1-1", + "type": "route_pattern" } }, - "parent_station": { - "data": null + "service": { + "data": { + "id": "WinterWeekday", + "type": "service" + } }, - "zone": { + "shape": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Newburyport or Rockport", - "North Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Beverly - North Station (Limited)", - "short_name": "Newburyport/Rockport Line Shuttle", - "sort_order": 60693, - "text_color": "000000", - "type": 3 - }, - "id": "Shuttle-BeverlyNorthStationLimited", - "links": { - "self": "/routes/Shuttle-BeverlyNorthStationLimited" - }, - "relationships": { - "line": { - "data": { - "id": "line-Newburyport", - "type": "line" + "id": "7080089", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "11802", + "type": "stop" + }, + { + "id": "11803", + "type": "stop" + }, + { + "id": "1805", + "type": "stop" + }, + { + "id": "1784", + "type": "stop" + }, + { + "id": "17861", + "type": "stop" + }, + { + "id": "17862", + "type": "stop" + }, + { + "id": "77777", + "type": "stop" + }, + { + "id": "15088", + "type": "stop" + }, + { + "id": "5089", + "type": "stop" + }, + { + "id": "855", + "type": "stop" + }, + { + "id": "13", + "type": "stop" + } + ] } }, - "type": "route" + "type": "trip" }, { "attributes": {}, - "id": "1354", + "id": "3882", "links": { - "self": "/stops/1354" + "self": "/stops/3882" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1354" + "related": "/facilities/?filter[stop]=3882" } }, "parent_station": { @@ -136748,14 +134430,14 @@ }, { "attributes": {}, - "id": "7245", + "id": "2143", "links": { - "self": "/stops/7245" + "self": "/stops/2143" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7245" + "related": "/facilities/?filter[stop]=2143" } }, "parent_station": { @@ -136772,14 +134454,14 @@ }, { "attributes": {}, - "id": "7635", + "id": "1152", "links": { - "self": "/stops/7635" + "self": "/stops/1152" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7635" + "related": "/facilities/?filter[stop]=1152" } }, "parent_station": { @@ -136796,14 +134478,14 @@ }, { "attributes": {}, - "id": "13825", + "id": "1201", "links": { - "self": "/stops/13825" + "self": "/stops/1201" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=13825" + "related": "/facilities/?filter[stop]=1201" } }, "parent_station": { @@ -136820,14 +134502,14 @@ }, { "attributes": {}, - "id": "69618", + "id": "12812", "links": { - "self": "/stops/69618" + "self": "/stops/12812" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=69618" + "related": "/facilities/?filter[stop]=12812" } }, "parent_station": { @@ -136844,14 +134526,14 @@ }, { "attributes": {}, - "id": "1530", + "id": "879", "links": { - "self": "/stops/1530" + "self": "/stops/879" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1530" + "related": "/facilities/?filter[stop]=879" } }, "parent_station": { @@ -136868,25 +134550,22 @@ }, { "attributes": {}, - "id": "70235", + "id": "3461", "links": { - "self": "/stops/70235" + "self": "/stops/3461" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70235" + "related": "/facilities/?filter[stop]=3461" } }, "parent_station": { - "data": { - "id": "place-engav", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } @@ -136895,14 +134574,14 @@ }, { "attributes": {}, - "id": "1420", + "id": "1473", "links": { - "self": "/stops/1420" + "self": "/stops/1473" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1420" + "related": "/facilities/?filter[stop]=1473" } }, "parent_station": { @@ -136918,63 +134597,156 @@ "type": "stop" }, { - "attributes": {}, - "id": "15832", + "attributes": { + "direction_id": 0, + "headsign": "Georgetowne" + }, + "id": "67250651", "links": { - "self": "/stops/15832" + "self": "/trips/67250651" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=15832" + "route": { + "data": { + "id": "40", + "type": "route" } }, - "parent_station": { - "data": null - }, - "zone": { + "route_pattern": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "30251", - "links": { - "self": "/stops/30251" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=30251" + "id": "40-2-0", + "type": "route_pattern" } }, - "parent_station": { - "data": null + "service": { + "data": { + "id": "WinterWeekday", + "type": "service" + } }, - "zone": { + "shape": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "400102", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "10642", + "type": "stop" + }, + { + "id": "596", + "type": "stop" + }, + { + "id": "597", + "type": "stop" + }, + { + "id": "598", + "type": "stop" + }, + { + "id": "599", + "type": "stop" + }, + { + "id": "600", + "type": "stop" + }, + { + "id": "601", + "type": "stop" + }, + { + "id": "6022", + "type": "stop" + }, + { + "id": "603", + "type": "stop" + }, + { + "id": "10603", + "type": "stop" + }, + { + "id": "604", + "type": "stop" + }, + { + "id": "605", + "type": "stop" + }, + { + "id": "606", + "type": "stop" + }, + { + "id": "607", + "type": "stop" + }, + { + "id": "608", + "type": "stop" + }, + { + "id": "609", + "type": "stop" + }, + { + "id": "610", + "type": "stop" + }, + { + "id": "611", + "type": "stop" + }, + { + "id": "612", + "type": "stop" + }, + { + "id": "11613", + "type": "stop" + }, + { + "id": "1612", + "type": "stop" + }, + { + "id": "1613", + "type": "stop" + }, + { + "id": "1614", + "type": "stop" + }, + { + "id": "1615", + "type": "stop" + }, + { + "id": "1618", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "9238", + "id": "12651", "links": { - "self": "/stops/9238" + "self": "/stops/12651" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9238" + "related": "/facilities/?filter[stop]=12651" } }, "parent_station": { @@ -136991,14 +134763,14 @@ }, { "attributes": {}, - "id": "32638", + "id": "910", "links": { - "self": "/stops/32638" + "self": "/stops/910" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=32638" + "related": "/facilities/?filter[stop]=910" } }, "parent_station": { @@ -137015,14 +134787,14 @@ }, { "attributes": {}, - "id": "5444", + "id": "76500", "links": { - "self": "/stops/5444" + "self": "/stops/76500" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5444" + "related": "/facilities/?filter[stop]=76500" } }, "parent_station": { @@ -137038,63 +134810,248 @@ "type": "stop" }, { - "attributes": {}, - "id": "11771", + "attributes": { + "direction_id": 0, + "headsign": "Salem Depot" + }, + "id": "67202302", "links": { - "self": "/stops/11771" + "self": "/trips/67202302" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=11771" + "route": { + "data": { + "id": "456", + "type": "route" } }, - "parent_station": { - "data": null + "route_pattern": { + "data": { + "id": "456-_-0", + "type": "route_pattern" + } }, - "zone": { + "service": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "WinterWeekday", + "type": "service" + } + }, + "shape": { + "data": { + "id": "4560088", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "14748", + "type": "stop" + }, + { + "id": "6600", + "type": "stop" + }, + { + "id": "6830", + "type": "stop" + }, + { + "id": "6831", + "type": "stop" + }, + { + "id": "6833", + "type": "stop" + }, + { + "id": "6834", + "type": "stop" + }, + { + "id": "6835", + "type": "stop" + }, + { + "id": "6836", + "type": "stop" + }, + { + "id": "6837", + "type": "stop" + }, + { + "id": "6838", + "type": "stop" + }, + { + "id": "6839", + "type": "stop" + }, + { + "id": "6840", + "type": "stop" + }, + { + "id": "6841", + "type": "stop" + }, + { + "id": "6842", + "type": "stop" + }, + { + "id": "6843", + "type": "stop" + }, + { + "id": "6844", + "type": "stop" + }, + { + "id": "6845", + "type": "stop" + }, + { + "id": "6846", + "type": "stop" + }, + { + "id": "6847", + "type": "stop" + }, + { + "id": "6848", + "type": "stop" + }, + { + "id": "6849", + "type": "stop" + }, + { + "id": "4538", + "type": "stop" + }, + { + "id": "4539", + "type": "stop" + }, + { + "id": "4540", + "type": "stop" + }, + { + "id": "4541", + "type": "stop" + }, + { + "id": "4544", + "type": "stop" + }, + { + "id": "14544", + "type": "stop" + }, + { + "id": "4546", + "type": "stop" + }, + { + "id": "4547", + "type": "stop" + }, + { + "id": "14548", + "type": "stop" + }, + { + "id": "14551", + "type": "stop" + }, + { + "id": "4553", + "type": "stop" + }, + { + "id": "14553", + "type": "stop" + }, + { + "id": "4554", + "type": "stop" + }, + { + "id": "4555", + "type": "stop" + }, + { + "id": "4557", + "type": "stop" + }, + { + "id": "4558", + "type": "stop" + }, + { + "id": "4559", + "type": "stop" + }, + { + "id": "4560", + "type": "stop" + }, + { + "id": "4562", + "type": "stop" + }, + { + "id": "4563", + "type": "stop" + }, + { + "id": "37150", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "1036", + "id": "MM-0277-B0", "links": { - "self": "/stops/1036" + "self": "/stops/MM-0277-B0" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1036" + "related": "/facilities/?filter[stop]=MM-0277-B0" } }, "parent_station": { - "data": null - }, - "zone": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "place-MM-0277", + "type": "stop" } + }, + "zone": { + "data": null } }, "type": "stop" }, { "attributes": {}, - "id": "551", + "id": "2944", "links": { - "self": "/stops/551" + "self": "/stops/2944" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=551" + "related": "/facilities/?filter[stop]=2944" } }, "parent_station": { @@ -137111,14 +135068,14 @@ }, { "attributes": {}, - "id": "8635", + "id": "3151", "links": { - "self": "/stops/8635" + "self": "/stops/3151" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8635" + "related": "/facilities/?filter[stop]=3151" } }, "parent_station": { @@ -137135,14 +135092,14 @@ }, { "attributes": {}, - "id": "7874", + "id": "4256", "links": { - "self": "/stops/7874" + "self": "/stops/4256" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7874" + "related": "/facilities/?filter[stop]=4256" } }, "parent_station": { @@ -137160,22 +135117,22 @@ { "attributes": { "direction_id": 1, - "headsign": "North Quincy (Shuttle)" + "headsign": "North Station" }, - "id": "BraintreeNorthQuincy-1-sample", + "id": "canonical-CR-Newburyport-C2-1", "links": { - "self": "/trips/BraintreeNorthQuincy-1-sample" + "self": "/trips/canonical-CR-Newburyport-C2-1" }, "relationships": { "route": { "data": { - "id": "Shuttle-BraintreeNorthQuincy", + "id": "CR-Newburyport", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-BraintreeNorthQuincy-0-1", + "id": "CR-Newburyport-05eb9eab-1", "type": "route_pattern" } }, @@ -137187,30 +135144,62 @@ }, "shape": { "data": { - "id": "BraintreeToNorthQuincy-S", + "id": "canonical-9810006", "type": "shape" } }, "stops": { "data": [ { - "id": "38671", + "id": "GB-0353-S", "type": "stop" }, { - "id": "41031", + "id": "GB-0316-S", "type": "stop" }, { - "id": "32000", + "id": "GB-0296-02", "type": "stop" }, { - "id": "9170100", + "id": "GB-0254-02", "type": "stop" }, { - "id": "3125", + "id": "GB-0229-02", + "type": "stop" + }, + { + "id": "GB-0198-02", + "type": "stop" + }, + { + "id": "ER-0183-02", + "type": "stop" + }, + { + "id": "ER-0168-S", + "type": "stop" + }, + { + "id": "ER-0128-02", + "type": "stop" + }, + { + "id": "ER-0117-02", + "type": "stop" + }, + { + "id": "ER-0099-02", + "type": "stop" + }, + { + "id": "ER-0042-02", + "type": "stop" + }, + { + "id": "BNT-0000", "type": "stop" } ] @@ -137220,14 +135209,14 @@ }, { "attributes": {}, - "id": "1695", + "id": "5653", "links": { - "self": "/stops/1695" + "self": "/stops/5653" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1695" + "related": "/facilities/?filter[stop]=5653" } }, "parent_station": { @@ -137244,14 +135233,14 @@ }, { "attributes": {}, - "id": "4865", + "id": "3212", "links": { - "self": "/stops/4865" + "self": "/stops/3212" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4865" + "related": "/facilities/?filter[stop]=3212" } }, "parent_station": { @@ -137268,14 +135257,14 @@ }, { "attributes": {}, - "id": "7761", + "id": "3727", "links": { - "self": "/stops/7761" + "self": "/stops/3727" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7761" + "related": "/facilities/?filter[stop]=3727" } }, "parent_station": { @@ -137292,14 +135281,14 @@ }, { "attributes": {}, - "id": "562", + "id": "431", "links": { - "self": "/stops/562" + "self": "/stops/431" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=562" + "related": "/facilities/?filter[stop]=431" } }, "parent_station": { @@ -137316,14 +135305,14 @@ }, { "attributes": {}, - "id": "7739", + "id": "38771", "links": { - "self": "/stops/7739" + "self": "/stops/38771" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7739" + "related": "/facilities/?filter[stop]=38771" } }, "parent_station": { @@ -137338,47 +135327,16 @@ }, "type": "stop" }, - { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Ashmont/Braintree", - "Alewife" - ], - "direction_names": [ - "South", - "North" - ], - "long_name": "Alewife - Harvard via Holyoke Street", - "short_name": "Red Line Shuttle", - "sort_order": 60219, - "text_color": "000000", - "type": 3 - }, - "id": "Shuttle-AlewifeHarvardViaHolyoke", - "links": { - "self": "/routes/Shuttle-AlewifeHarvardViaHolyoke" - }, - "relationships": { - "line": { - "data": { - "id": "line-Red", - "type": "line" - } - } - }, - "type": "route" - }, { "attributes": {}, - "id": "5985", + "id": "8273", "links": { - "self": "/stops/5985" + "self": "/stops/8273" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5985" + "related": "/facilities/?filter[stop]=8273" } }, "parent_station": { @@ -137395,14 +135353,14 @@ }, { "attributes": {}, - "id": "7136", + "id": "6303", "links": { - "self": "/stops/7136" + "self": "/stops/6303" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7136" + "related": "/facilities/?filter[stop]=6303" } }, "parent_station": { @@ -137419,14 +135377,14 @@ }, { "attributes": {}, - "id": "9018", + "id": "46267", "links": { - "self": "/stops/9018" + "self": "/stops/46267" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9018" + "related": "/facilities/?filter[stop]=46267" } }, "parent_station": { @@ -137443,18 +135401,21 @@ }, { "attributes": {}, - "id": "49305", + "id": "13", "links": { - "self": "/stops/49305" + "self": "/stops/13" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=49305" + "related": "/facilities/?filter[stop]=13" } }, "parent_station": { - "data": null + "data": { + "id": "place-andrw", + "type": "stop" + } }, "zone": { "data": { @@ -137466,39 +135427,144 @@ "type": "stop" }, { - "attributes": {}, - "id": "12852", + "attributes": { + "direction_id": 0, + "headsign": "Linden Square" + }, + "id": "66960305", "links": { - "self": "/stops/12852" + "self": "/trips/66960305" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=12852" + "route": { + "data": { + "id": "108", + "type": "route" } }, - "parent_station": { - "data": null + "route_pattern": { + "data": { + "id": "108-2-0", + "type": "route_pattern" + } }, - "zone": { + "service": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "WinterWeekday", + "type": "service" + } + }, + "shape": { + "data": { + "id": "1080227", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "5457", + "type": "stop" + }, + { + "id": "5459", + "type": "stop" + }, + { + "id": "5460", + "type": "stop" + }, + { + "id": "5461", + "type": "stop" + }, + { + "id": "5462", + "type": "stop" + }, + { + "id": "5463", + "type": "stop" + }, + { + "id": "5464", + "type": "stop" + }, + { + "id": "54651", + "type": "stop" + }, + { + "id": "9060", + "type": "stop" + }, + { + "id": "9061", + "type": "stop" + }, + { + "id": "49061", + "type": "stop" + }, + { + "id": "9063", + "type": "stop" + }, + { + "id": "9339", + "type": "stop" + }, + { + "id": "9340", + "type": "stop" + }, + { + "id": "9067", + "type": "stop" + }, + { + "id": "49067", + "type": "stop" + }, + { + "id": "9068", + "type": "stop" + }, + { + "id": "9069", + "type": "stop" + }, + { + "id": "9070", + "type": "stop" + }, + { + "id": "7410", + "type": "stop" + }, + { + "id": "7411", + "type": "stop" + }, + { + "id": "74120", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "3025", + "id": "24490", "links": { - "self": "/stops/3025" + "self": "/stops/24490" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3025" + "related": "/facilities/?filter[stop]=24490" } }, "parent_station": { @@ -137515,46 +135581,89 @@ }, { "attributes": {}, - "id": "4004", + "id": "70036", "links": { - "self": "/stops/4004" + "self": "/stops/70036" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4004" + "related": "/facilities/?filter[stop]=70036" } }, "parent_station": { - "data": null + "data": { + "id": "place-ogmnl", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } }, "type": "stop" }, + { + "attributes": { + "color": "DA291C", + "direction_destinations": [ + "Mattapan", + "Ashmont" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Mattapan Trolley", + "short_name": "", + "sort_order": 10011, + "text_color": "FFFFFF", + "type": 0 + }, + "id": "Mattapan", + "links": { + "self": "/routes/Mattapan" + }, + "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, + "line": { + "data": { + "id": "line-Mattapan", + "type": "line" + } + } + }, + "type": "route" + }, { "attributes": {}, - "id": "6305", + "id": "FB-0125-02", "links": { - "self": "/stops/6305" + "self": "/stops/FB-0125-02" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6305" + "related": "/facilities/?filter[stop]=FB-0125-02" } }, "parent_station": { - "data": null + "data": { + "id": "place-FB-0125", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "CR-zone-3", "type": "zone" } } @@ -137563,206 +135672,186 @@ }, { "attributes": { - "direction_id": 1, - "headsign": "Kenmore" + "direction_id": 0, + "headsign": "Medford Square" }, - "id": "61394380", + "id": "66959971", "links": { - "self": "/trips/61394380" + "self": "/trips/66959971" }, "relationships": { "route": { "data": { - "id": "19", + "id": "94", "type": "route" } }, "route_pattern": { "data": { - "id": "19-3-1", + "id": "94-2-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "190308", + "id": "940164", "type": "shape" } }, "stops": { "data": [ { - "id": "323", - "type": "stop" - }, - { - "id": "55600", - "type": "stop" - }, - { - "id": "557", - "type": "stop" - }, - { - "id": "558", - "type": "stop" - }, - { - "id": "559", - "type": "stop" - }, - { - "id": "560", + "id": "5104", "type": "stop" }, { - "id": "561", + "id": "5019", "type": "stop" }, { - "id": "562", + "id": "5021", "type": "stop" }, { - "id": "563", + "id": "2405", "type": "stop" }, { - "id": "564", + "id": "2406", "type": "stop" }, { - "id": "565", + "id": "2407", "type": "stop" }, { - "id": "566", + "id": "2408", "type": "stop" }, { - "id": "567", + "id": "2410", "type": "stop" }, { - "id": "568", + "id": "2411", "type": "stop" }, { - "id": "386", + "id": "2412", "type": "stop" }, { - "id": "387", + "id": "2413", "type": "stop" }, { - "id": "388", + "id": "2414", "type": "stop" }, { - "id": "390", + "id": "2415", "type": "stop" }, { - "id": "392", + "id": "2416", "type": "stop" }, { - "id": "393", + "id": "2417", "type": "stop" }, { - "id": "394", + "id": "2418", "type": "stop" }, { - "id": "395", + "id": "16316", "type": "stop" }, { - "id": "396", + "id": "6316", "type": "stop" }, { - "id": "21151", + "id": "6317", "type": "stop" }, { - "id": "64", + "id": "6318", "type": "stop" }, { - "id": "1", + "id": "6320", "type": "stop" }, { - "id": "7", + "id": "6321", "type": "stop" }, { - "id": "11", + "id": "5006", "type": "stop" }, { - "id": "17862", + "id": "9174", "type": "stop" }, { - "id": "1798", + "id": "9175", "type": "stop" }, { - "id": "1799", + "id": "9176", "type": "stop" }, { - "id": "1800", + "id": "9177", "type": "stop" }, { - "id": "11802", + "id": "9147", "type": "stop" }, { - "id": "11803", + "id": "9149", "type": "stop" }, { - "id": "1804", + "id": "9150", "type": "stop" }, { - "id": "1805", + "id": "5008", "type": "stop" }, { - "id": "1806", + "id": "6322", "type": "stop" }, { - "id": "9441", + "id": "6323", "type": "stop" }, { - "id": "1562", + "id": "6324", "type": "stop" }, { - "id": "1563", + "id": "63241", "type": "stop" }, { - "id": "1564", + "id": "50021", "type": "stop" }, { - "id": "899", + "id": "45002", "type": "stop" } ] @@ -137772,14 +135861,14 @@ }, { "attributes": {}, - "id": "1222", + "id": "3538", "links": { - "self": "/stops/1222" + "self": "/stops/3538" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1222" + "related": "/facilities/?filter[stop]=3538" } }, "parent_station": { @@ -137795,252 +135884,622 @@ "type": "stop" }, { - "attributes": { - "direction_id": 1, - "headsign": "Long Wharf via Hull" - }, - "id": "Boat-F1-0540-Hingham-BF2H-01-Weekday-Summer-24", + "attributes": {}, + "id": "413", "links": { - "self": "/trips/Boat-F1-0540-Hingham-BF2H-01-Weekday-Summer-24" + "self": "/stops/413" }, "relationships": { - "route": { - "data": { - "id": "Boat-F1", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Boat-F1-1-1", - "type": "route_pattern" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=413" } }, - "service": { - "data": { - "id": "Boat-F1-Weekday-Summer-24", - "type": "service" - } + "parent_station": { + "data": null }, - "shape": { + "zone": { "data": { - "id": "b0016", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "Boat-Hingham", - "type": "stop" - }, - { - "id": "Boat-Hull", - "type": "stop" - }, - { - "id": "Boat-Long", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { - "attributes": { - "direction_id": 0, - "headsign": "South Shore Plaza" - }, - "id": "61929286", + "attributes": {}, + "id": "3573", "links": { - "self": "/trips/61929286" + "self": "/stops/3573" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=3573" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "5687", + "links": { + "self": "/stops/5687" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=5687" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "888", + "links": { + "self": "/stops/888" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=888" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "109860", + "links": { + "self": "/stops/109860" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=109860" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "9136", + "links": { + "self": "/stops/9136" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=9136" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "4061", + "links": { + "self": "/stops/4061" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=4061" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "2851", + "links": { + "self": "/stops/2851" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=2851" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "8327", + "links": { + "self": "/stops/8327" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=8327" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "3535", + "links": { + "self": "/stops/3535" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=3535" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "2428", + "links": { + "self": "/stops/2428" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=2428" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "WML-0214-01", + "links": { + "self": "/stops/WML-0214-01" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=WML-0214-01" + } + }, + "parent_station": { + "data": { + "id": "place-WML-0214", + "type": "stop" + } + }, + "zone": { + "data": { + "id": "CR-zone-5", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "6103", + "links": { + "self": "/stops/6103" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=6103" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "3384", + "links": { + "self": "/stops/3384" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=3384" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "9029", + "links": { + "self": "/stops/9029" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=9029" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "3852", + "links": { + "self": "/stops/3852" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=3852" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "1149", + "links": { + "self": "/stops/1149" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=1149" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "8170", + "links": { + "self": "/stops/8170" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=8170" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "6406", + "links": { + "self": "/stops/6406" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=6406" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": { + "direction_id": 1, + "headsign": "Avenue Louis Pasteur" + }, + "id": "66650781_2", + "links": { + "self": "/trips/66650781_2" }, "relationships": { "route": { "data": { - "id": "236", + "id": "19", "type": "route" } }, "route_pattern": { "data": { - "id": "236-2-0", + "id": "19-E-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "2360071", + "id": "190320-2", "type": "shape" } }, "stops": { "data": [ { - "id": "32001", - "type": "stop" - }, - { - "id": "3326", - "type": "stop" - }, - { - "id": "3327", - "type": "stop" - }, - { - "id": "3328", - "type": "stop" - }, - { - "id": "3330", - "type": "stop" - }, - { - "id": "3846", - "type": "stop" - }, - { - "id": "38481", - "type": "stop" - }, - { - "id": "38482", - "type": "stop" - }, - { - "id": "38483", - "type": "stop" - }, - { - "id": "38484", + "id": "322", "type": "stop" }, { - "id": "38485", + "id": "557", "type": "stop" }, { - "id": "38486", + "id": "558", "type": "stop" }, { - "id": "38487", + "id": "559", "type": "stop" }, { - "id": "38488", + "id": "560", "type": "stop" }, { - "id": "38489", + "id": "561", "type": "stop" }, { - "id": "38490", + "id": "562", "type": "stop" }, { - "id": "38492", + "id": "563", "type": "stop" }, { - "id": "38493", + "id": "564", "type": "stop" }, { - "id": "38494", + "id": "565", "type": "stop" }, { - "id": "38495", + "id": "566", "type": "stop" }, { - "id": "38496", + "id": "567", "type": "stop" }, { - "id": "38497", + "id": "568", "type": "stop" }, { - "id": "38498", + "id": "386", "type": "stop" }, { - "id": "38499", + "id": "387", "type": "stop" }, { - "id": "38501", + "id": "388", "type": "stop" }, { - "id": "38502", + "id": "390", "type": "stop" }, { - "id": "38671", + "id": "392", "type": "stop" }, { - "id": "3780", + "id": "393", "type": "stop" }, { - "id": "3781", + "id": "394", "type": "stop" }, { - "id": "3782", + "id": "395", "type": "stop" }, { - "id": "3783", + "id": "396", "type": "stop" }, { - "id": "4011", + "id": "21151", "type": "stop" }, { - "id": "4012", + "id": "64002", "type": "stop" }, { - "id": "4013", + "id": "1148", "type": "stop" }, { - "id": "4014", + "id": "11149", "type": "stop" }, { - "id": "4015", + "id": "11148", "type": "stop" }, { - "id": "4016", + "id": "21148", "type": "stop" }, { - "id": "4017", + "id": "1357", "type": "stop" }, { - "id": "4020", + "id": "13590", "type": "stop" }, { - "id": "4019", + "id": "11780", "type": "stop" } ] @@ -138050,19 +136509,43 @@ }, { "attributes": {}, - "id": "70207", + "id": "3455", "links": { - "self": "/stops/70207" + "self": "/stops/3455" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70207" + "related": "/facilities/?filter[stop]=3455" } }, "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "place-spmnl", + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "70103", + "links": { + "self": "/stops/70103" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=70103" + } + }, + "parent_station": { + "data": { + "id": "place-qamnl", "type": "stop" } }, @@ -138075,252 +136558,466 @@ }, "type": "stop" }, + { + "attributes": {}, + "id": "36495", + "links": { + "self": "/stops/36495" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=36495" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, { "attributes": { - "direction_id": 1, - "headsign": "Haymarket via Forest Hills" + "color": "FFC72C", + "direction_destinations": [ + "Worcester", + "South Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Framingham - South Station (Express)", + "short_name": "Worcester Line Shuttle", + "sort_order": 61810, + "text_color": "000000", + "type": 3 + }, + "id": "Shuttle-FraminghamSouthStationExpress", + "links": { + "self": "/routes/Shuttle-FraminghamSouthStationExpress" + }, + "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, + "line": { + "data": { + "id": "line-Worcester", + "type": "line" + } + } + }, + "type": "route" + }, + { + "attributes": {}, + "id": "2683", + "links": { + "self": "/stops/2683" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=2683" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "86734", + "links": { + "self": "/stops/86734" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=86734" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "15002", + "links": { + "self": "/stops/15002" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=15002" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "73", + "links": { + "self": "/stops/73" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=73" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "6137", + "links": { + "self": "/stops/6137" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=6137" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "5296", + "links": { + "self": "/stops/5296" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=5296" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "159", + "links": { + "self": "/stops/159" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=159" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": { + "direction_id": 0, + "headsign": "Chelsea" }, - "id": "62144589", + "id": "66858534", "links": { - "self": "/trips/62144589" + "self": "/trips/66858534" }, "relationships": { "route": { "data": { - "id": "39", + "id": "743", "type": "route" } }, "route_pattern": { "data": { - "id": "39-M-1", + "id": "743-_-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "1920054", + "id": "7430041", "type": "shape" } }, "stops": { "data": [ { - "id": "36466", - "type": "stop" - }, - { - "id": "6466", - "type": "stop" - }, - { - "id": "6467", - "type": "stop" - }, - { - "id": "6468", - "type": "stop" - }, - { - "id": "6470", - "type": "stop" - }, - { - "id": "6471", - "type": "stop" - }, - { - "id": "6472", - "type": "stop" - }, - { - "id": "6473", - "type": "stop" - }, - { - "id": "6474", - "type": "stop" - }, - { - "id": "6476", - "type": "stop" - }, - { - "id": "6460", - "type": "stop" - }, - { - "id": "6461", - "type": "stop" - }, - { - "id": "6462", - "type": "stop" - }, - { - "id": "6463", - "type": "stop" - }, - { - "id": "6464", + "id": "74611", "type": "stop" }, { - "id": "636", + "id": "74612", "type": "stop" }, { - "id": "637", + "id": "74613", "type": "stop" }, { - "id": "638", + "id": "74624", "type": "stop" }, { - "id": "639", + "id": "7096", "type": "stop" }, { - "id": "640", + "id": "74637", "type": "stop" }, { - "id": "641", + "id": "74635", "type": "stop" }, { - "id": "642", + "id": "74633", "type": "stop" }, { - "id": "10642", + "id": "74631", "type": "stop" - }, + } + ] + } + }, + "type": "trip" + }, + { + "attributes": { + "direction_id": 1, + "headsign": "Quincy Center via McGrath" + }, + "id": "67290459", + "links": { + "self": "/trips/67290459" + }, + "relationships": { + "route": { + "data": { + "id": "216", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "216-4-1", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "WinterWeekday", + "type": "service" + } + }, + "shape": { + "data": { + "id": "2160153", + "type": "shape" + } + }, + "stops": { + "data": [ { - "id": "1936", + "id": "3265", "type": "stop" }, { - "id": "1937", + "id": "3266", "type": "stop" }, { - "id": "1128", + "id": "3267", "type": "stop" }, { - "id": "1129", + "id": "3268", "type": "stop" }, { - "id": "1130", + "id": "32681", "type": "stop" }, { - "id": "1132", + "id": "3269", "type": "stop" }, { - "id": "11131", + "id": "3270", "type": "stop" }, { - "id": "6570", + "id": "3271", "type": "stop" }, { - "id": "6571", + "id": "3272", "type": "stop" }, { - "id": "6573", + "id": "3273", "type": "stop" }, { - "id": "65741", + "id": "3274", "type": "stop" }, { - "id": "6575", + "id": "3276", "type": "stop" }, { - "id": "1315", + "id": "32760", "type": "stop" }, { - "id": "1317", + "id": "3277", "type": "stop" }, { - "id": "21317", + "id": "3278", "type": "stop" }, { - "id": "31317", + "id": "3279", "type": "stop" }, { - "id": "51317", + "id": "3280", "type": "stop" }, { - "id": "71317", + "id": "3281", "type": "stop" }, { - "id": "81317", + "id": "3283", "type": "stop" }, { - "id": "91317", + "id": "32831", "type": "stop" }, { - "id": "11389", + "id": "3284", "type": "stop" }, { - "id": "174", + "id": "3286", "type": "stop" }, { - "id": "143", + "id": "3287", "type": "stop" }, { - "id": "144", + "id": "3288", "type": "stop" }, { - "id": "16538", + "id": "32910", "type": "stop" }, { - "id": "16539", + "id": "32911", "type": "stop" }, { - "id": "11891", + "id": "32912", "type": "stop" }, { - "id": "190", + "id": "3640", "type": "stop" }, { - "id": "191", + "id": "3038", "type": "stop" }, { - "id": "117", + "id": "32002", "type": "stop" } ] @@ -138330,22 +137027,25 @@ }, { "attributes": {}, - "id": "2080", + "id": "70242", "links": { - "self": "/stops/2080" + "self": "/stops/70242" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2080" + "related": "/facilities/?filter[stop]=70242" } }, "parent_station": { - "data": null + "data": { + "id": "place-symcl", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -138354,14 +137054,14 @@ }, { "attributes": {}, - "id": "6163", + "id": "82851", "links": { - "self": "/stops/6163" + "self": "/stops/82851" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6163" + "related": "/facilities/?filter[stop]=82851" } }, "parent_station": { @@ -138379,22 +137079,22 @@ { "attributes": { "direction_id": 1, - "headsign": "Airport (Shuttle)" + "headsign": "Saint Mary's Street (Shuttle)" }, - "id": "AirportMaverick-1-sample", + "id": "ClevelandCircleSaintMarys-1-sample", "links": { - "self": "/trips/AirportMaverick-1-sample" + "self": "/trips/ClevelandCircleSaintMarys-1-sample" }, "relationships": { "route": { "data": { - "id": "Shuttle-AirportMaverick", + "id": "Shuttle-ClevelandCircleStMarys", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-AirportMaverick-0-1", + "id": "Shuttle-ClevelandCircleStMarys-0-1", "type": "route_pattern" } }, @@ -138406,122 +137106,62 @@ }, "shape": { "data": { - "id": "MaverickToAirport-S", + "id": "ClevelandCircleToSaintMary-S", "type": "shape" } }, "stops": { "data": [ { - "id": "5740", + "id": "9070238", "type": "stop" }, { - "id": "7096", + "id": "9070236", "type": "stop" - } - ] - } - }, - "type": "trip" - }, - { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Waltham Center", - "Federal Street & Franklin Street" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Waltham Center - Federal Street & Franklin Street", - "short_name": "505", - "sort_order": 55050, - "text_color": "000000", - "type": 3 - }, - "id": "505", - "links": { - "self": "/routes/505" - }, - "relationships": { - "line": { - "data": { - "id": "line-505553554", - "type": "line" - } - } - }, - "type": "route" - }, - { - "attributes": { - "direction_id": 0, - "headsign": "Hyannis" - }, - "id": "canonical-CapeFlyer-C1-0", - "links": { - "self": "/trips/canonical-CapeFlyer-C1-0" - }, - "relationships": { - "route": { - "data": { - "id": "CapeFlyer", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "CapeFlyer-c6405ea1-0", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "canonical", - "type": "service" - } - }, - "shape": { - "data": { - "id": "canonical-cf00002", - "type": "shape" - } - }, - "stops": { - "data": [ + }, { - "id": "NEC-2287", + "id": "9070234", "type": "stop" }, { - "id": "MM-0109-S", + "id": "9070232", "type": "stop" }, { - "id": "MM-0200-S", + "id": "9070230", "type": "stop" }, { - "id": "MM-0356-S", + "id": "9070228", "type": "stop" }, { - "id": "CM-0493-S", + "id": "9070226", "type": "stop" }, { - "id": "CM-0547-S", + "id": "9070224", "type": "stop" }, { - "id": "CM-0564-S", + "id": "9070220", "type": "stop" }, { - "id": "CM-0790-S", + "id": "9070218", + "type": "stop" + }, + { + "id": "9070216", + "type": "stop" + }, + { + "id": "9070214", + "type": "stop" + }, + { + "id": "9070212", "type": "stop" } ] @@ -138529,240 +137169,224 @@ }, "type": "trip" }, - { - "attributes": {}, - "id": "7625", - "links": { - "self": "/stops/7625" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=7625" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, { "attributes": { - "direction_id": 1, - "headsign": "Haymarket via Kenmore" + "direction_id": 0, + "headsign": "Hingham Depot" }, - "id": "61394000", + "id": "67290601", "links": { - "self": "/trips/61394000" + "self": "/trips/67290601" }, "relationships": { "route": { "data": { - "id": "57", + "id": "220", "type": "route" } }, "route_pattern": { "data": { - "id": "57-M-1", + "id": "220-3-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "1930070", + "id": "2200121", "type": "shape" } }, "stops": { "data": [ { - "id": "900", + "id": "32004", "type": "stop" }, { - "id": "902", + "id": "3515", "type": "stop" }, { - "id": "1900", + "id": "3516", "type": "stop" }, { - "id": "903", + "id": "3518", "type": "stop" }, { - "id": "9031", + "id": "3520", "type": "stop" }, { - "id": "904", + "id": "3521", "type": "stop" }, { - "id": "905", + "id": "3522", "type": "stop" }, { - "id": "906", + "id": "3523", "type": "stop" }, { - "id": "907", + "id": "3524", "type": "stop" }, { - "id": "909", + "id": "3525", "type": "stop" }, { - "id": "910", + "id": "3526", "type": "stop" }, { - "id": "912", + "id": "3527", "type": "stop" }, { - "id": "913", + "id": "3528", "type": "stop" }, { - "id": "915", + "id": "3529", "type": "stop" }, { - "id": "916", + "id": "3530", "type": "stop" }, { - "id": "917", + "id": "3531", "type": "stop" }, { - "id": "918", + "id": "3532", "type": "stop" }, { - "id": "919", + "id": "3533", "type": "stop" }, { - "id": "920", + "id": "3534", "type": "stop" }, { - "id": "19201", + "id": "3535", "type": "stop" }, { - "id": "922", + "id": "3536", "type": "stop" }, { - "id": "924", + "id": "3537", "type": "stop" }, { - "id": "925", + "id": "3538", "type": "stop" }, { - "id": "926", + "id": "3539", "type": "stop" }, { - "id": "927", + "id": "3541", "type": "stop" }, { - "id": "928", + "id": "3542", "type": "stop" }, { - "id": "931", + "id": "3543", "type": "stop" }, { - "id": "933", + "id": "3544", "type": "stop" }, { - "id": "934", + "id": "3545", "type": "stop" }, { - "id": "937", + "id": "3547", "type": "stop" }, { - "id": "938", + "id": "3548", "type": "stop" }, { - "id": "939", + "id": "3549", "type": "stop" }, { - "id": "941", + "id": "3550", "type": "stop" }, { - "id": "34510", + "id": "3551", "type": "stop" }, { - "id": "1389", + "id": "3553", "type": "stop" }, { - "id": "175", + "id": "3555", "type": "stop" }, { - "id": "143", + "id": "3556", "type": "stop" }, { - "id": "144", + "id": "35571", "type": "stop" }, { - "id": "16538", + "id": "3558", "type": "stop" }, { - "id": "16539", + "id": "3560", "type": "stop" }, { - "id": "11891", + "id": "3561", "type": "stop" }, { - "id": "190", + "id": "3563", "type": "stop" }, { - "id": "191", + "id": "3565", "type": "stop" }, { - "id": "117", + "id": "3566", + "type": "stop" + }, + { + "id": "3567", + "type": "stop" + }, + { + "id": "3582", "type": "stop" } ] @@ -138772,25 +137396,22 @@ }, { "attributes": {}, - "id": "70271", + "id": "5297", "links": { - "self": "/stops/70271" + "self": "/stops/5297" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70271" + "related": "/facilities/?filter[stop]=5297" } }, "parent_station": { - "data": { - "id": "place-valrd", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } @@ -138799,14 +137420,14 @@ }, { "attributes": {}, - "id": "1484", + "id": "5967", "links": { - "self": "/stops/1484" + "self": "/stops/5967" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1484" + "related": "/facilities/?filter[stop]=5967" } }, "parent_station": { @@ -138823,14 +137444,14 @@ }, { "attributes": {}, - "id": "36842", + "id": "7497", "links": { - "self": "/stops/36842" + "self": "/stops/7497" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=36842" + "related": "/facilities/?filter[stop]=7497" } }, "parent_station": { @@ -138847,82 +137468,158 @@ }, { "attributes": { - "direction_id": 0, - "headsign": "Newburyport" + "direction_id": 1, + "headsign": "Fields Corner" }, - "id": "CR-660244-145", + "id": "67290596", "links": { - "self": "/trips/CR-660244-145" + "self": "/trips/67290596" }, "relationships": { "route": { "data": { - "id": "CR-Newburyport", + "id": "210", "type": "route" } }, "route_pattern": { "data": { - "id": "CR-Newburyport-79533330-0", + "id": "210-3-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SPRING2024-NORTHWKD-Weekday-5-S9d378dcf", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "9810002", + "id": "2100100", "type": "shape" } }, "stops": { "data": [ { - "id": "BNT-0000", + "id": "32005", "type": "stop" }, { - "id": "ER-0042-01", + "id": "3041", "type": "stop" }, { - "id": "ER-0117-01", + "id": "3042", "type": "stop" }, { - "id": "ER-0128-01", + "id": "3043", "type": "stop" }, { - "id": "ER-0168-S", + "id": "3045", "type": "stop" }, { - "id": "ER-0183-01", + "id": "3046", "type": "stop" }, { - "id": "ER-0208-01", + "id": "3047", "type": "stop" }, { - "id": "ER-0227-S", + "id": "3048", "type": "stop" }, { - "id": "ER-0276-S", + "id": "3049", "type": "stop" }, { - "id": "ER-0312-S", + "id": "3050", "type": "stop" }, { - "id": "ER-0362-01", + "id": "3051", + "type": "stop" + }, + { + "id": "3052", + "type": "stop" + }, + { + "id": "3054", + "type": "stop" + }, + { + "id": "3055", + "type": "stop" + }, + { + "id": "3057", + "type": "stop" + }, + { + "id": "3058", + "type": "stop" + }, + { + "id": "3125", + "type": "stop" + }, + { + "id": "30631", + "type": "stop" + }, + { + "id": "8803", + "type": "stop" + }, + { + "id": "8805", + "type": "stop" + }, + { + "id": "8806", + "type": "stop" + }, + { + "id": "8807", + "type": "stop" + }, + { + "id": "8808", + "type": "stop" + }, + { + "id": "8327", + "type": "stop" + }, + { + "id": "3087", + "type": "stop" + }, + { + "id": "3088", + "type": "stop" + }, + { + "id": "3089", + "type": "stop" + }, + { + "id": "32501", + "type": "stop" + }, + { + "id": "322", + "type": "stop" + }, + { + "id": "323", "type": "stop" } ] @@ -138932,14 +137629,41 @@ }, { "attributes": {}, - "id": "45261", + "id": "74633", "links": { - "self": "/stops/45261" + "self": "/stops/74633" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=45261" + "related": "/facilities/?filter[stop]=74633" + } + }, + "parent_station": { + "data": { + "id": "place-belsq", + "type": "stop" + } + }, + "zone": { + "data": { + "id": "SLWaterfrontNonLogan", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "8843", + "links": { + "self": "/stops/8843" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=8843" } }, "parent_station": { @@ -138955,72 +137679,66 @@ "type": "stop" }, { - "attributes": { - "direction_id": 0, - "headsign": "Foxboro" - }, - "id": "ZachBryan676675-9765", + "attributes": {}, + "id": "5413", "links": { - "self": "/trips/ZachBryan676675-9765" + "self": "/stops/5413" }, "relationships": { - "route": { - "data": { - "id": "CR-Foxboro", - "type": "route" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=5413" } }, - "route_pattern": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "CR-Foxboro-71c5586e-0", - "type": "route_pattern" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "70511", + "links": { + "self": "/stops/70511" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=70511" } }, - "service": { + "parent_station": { "data": { - "id": "SPRING2024-SOUTHWKD-Weekday-62ZachBryan", - "type": "service" + "id": "place-mdftf", + "type": "stop" } }, - "shape": { + "zone": { "data": { - "id": "SouthStationToFoxboroViaBackBay", - "type": "shape" + "id": "RapidTransit", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "NEC-2287", - "type": "stop" - }, - { - "id": "NEC-2276-01", - "type": "stop" - }, - { - "id": "FB-0118-01", - "type": "stop" - }, - { - "id": "FS-0049-S", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "2683", + "id": "30249", "links": { - "self": "/stops/2683" + "self": "/stops/30249" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2683" + "related": "/facilities/?filter[stop]=30249" } }, "parent_station": { @@ -139036,296 +137754,66 @@ "type": "stop" }, { - "attributes": { - "direction_id": 1, - "headsign": "Central Square" - }, - "id": "62216462", + "attributes": {}, + "id": "24581", "links": { - "self": "/trips/62216462" + "self": "/stops/24581" }, "relationships": { - "route": { - "data": { - "id": "435", - "type": "route" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=24581" } }, - "route_pattern": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "435-7-1", - "type": "route_pattern" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "WML-0025-07", + "links": { + "self": "/stops/WML-0025-07" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=WML-0025-07" } }, - "service": { + "parent_station": { "data": { - "id": "SpringWeekday", - "type": "service" + "id": "place-WML-0025", + "type": "stop" } }, - "shape": { + "zone": { "data": { - "id": "4350224", - "type": "shape" + "id": "CR-zone-1A", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "37150", - "type": "stop" - }, - { - "id": "4601", - "type": "stop" - }, - { - "id": "4602", - "type": "stop" - }, - { - "id": "4603", - "type": "stop" - }, - { - "id": "4604", - "type": "stop" - }, - { - "id": "4605", - "type": "stop" - }, - { - "id": "4606", - "type": "stop" - }, - { - "id": "4607", - "type": "stop" - }, - { - "id": "4608", - "type": "stop" - }, - { - "id": "4951", - "type": "stop" - }, - { - "id": "4952", - "type": "stop" - }, - { - "id": "4609", - "type": "stop" - }, - { - "id": "14609", - "type": "stop" - }, - { - "id": "4610", - "type": "stop" - }, - { - "id": "4611", - "type": "stop" - }, - { - "id": "14612", - "type": "stop" - }, - { - "id": "14615", - "type": "stop" - }, - { - "id": "4614", - "type": "stop" - }, - { - "id": "7270", - "type": "stop" - }, - { - "id": "4597", - "type": "stop" - }, - { - "id": "4561", - "type": "stop" - }, - { - "id": "4581", - "type": "stop" - }, - { - "id": "4582", - "type": "stop" - }, - { - "id": "7269", - "type": "stop" - }, - { - "id": "4933", - "type": "stop" - }, - { - "id": "4934", - "type": "stop" - }, - { - "id": "4935", - "type": "stop" - }, - { - "id": "4936", - "type": "stop" - }, - { - "id": "14936", - "type": "stop" - }, - { - "id": "4937", - "type": "stop" - }, - { - "id": "14937", - "type": "stop" - }, - { - "id": "4938", - "type": "stop" - }, - { - "id": "4939", - "type": "stop" - }, - { - "id": "4940", - "type": "stop" - }, - { - "id": "4941", - "type": "stop" - }, - { - "id": "4942", - "type": "stop" - }, - { - "id": "4943", - "type": "stop" - }, - { - "id": "4945", - "type": "stop" - }, - { - "id": "7199", - "type": "stop" - }, - { - "id": "7200", - "type": "stop" - }, - { - "id": "7201", - "type": "stop" - }, - { - "id": "7202", - "type": "stop" - }, - { - "id": "7263", - "type": "stop" - }, - { - "id": "7205", - "type": "stop" - }, - { - "id": "7206", - "type": "stop" - }, - { - "id": "7208", - "type": "stop" - }, - { - "id": "7210", - "type": "stop" - }, - { - "id": "7211", - "type": "stop" - }, - { - "id": "7212", - "type": "stop" - }, - { - "id": "7213", - "type": "stop" - }, - { - "id": "7253", - "type": "stop" - }, - { - "id": "7254", - "type": "stop" - }, - { - "id": "7255", - "type": "stop" - }, - { - "id": "17255", - "type": "stop" - }, - { - "id": "7289", - "type": "stop" - }, - { - "id": "6767", - "type": "stop" - }, - { - "id": "6769", - "type": "stop" - }, - { - "id": "6771", - "type": "stop" - }, - { - "id": "6772", - "type": "stop" - }, - { - "id": "14748", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "65542", + "id": "4185", "links": { - "self": "/stops/65542" + "self": "/stops/4185" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=65542" + "related": "/facilities/?filter[stop]=4185" } }, "parent_station": { @@ -139342,14 +137830,14 @@ }, { "attributes": {}, - "id": "8629", + "id": "1138", "links": { - "self": "/stops/8629" + "self": "/stops/1138" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8629" + "related": "/facilities/?filter[stop]=1138" } }, "parent_station": { @@ -139366,14 +137854,14 @@ }, { "attributes": {}, - "id": "6623", + "id": "2737", "links": { - "self": "/stops/6623" + "self": "/stops/2737" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6623" + "related": "/facilities/?filter[stop]=2737" } }, "parent_station": { @@ -139389,104 +137877,114 @@ "type": "stop" }, { - "attributes": { - "direction_id": 1, - "headsign": "Fenway (Shuttle)" - }, - "id": "FenwayRiversidePartial-1-sample", + "attributes": {}, + "id": "GRB-0162-S", "links": { - "self": "/trips/FenwayRiversidePartial-1-sample" + "self": "/stops/GRB-0162-S" }, "relationships": { - "route": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=GRB-0162-S" + } + }, + "parent_station": { "data": { - "id": "Shuttle-FenwayRiverside", - "type": "route" + "id": "place-GRB-0162", + "type": "stop" } }, - "route_pattern": { + "zone": { "data": { - "id": "Shuttle-FenwayRiverside-0-1", - "type": "route_pattern" + "id": "CR-zone-3", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "24486", + "links": { + "self": "/stops/24486" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=24486" } }, - "service": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "canonical", - "type": "service" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "49808", + "links": { + "self": "/stops/49808" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=49808" } }, - "shape": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "RiversideToFenway-S", - "type": "shape" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "6715", + "links": { + "self": "/stops/6715" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=6715" } }, - "stops": { - "data": [ - { - "id": "38155", - "type": "stop" - }, - { - "id": "9070162", - "type": "stop" - }, - { - "id": "9070164", - "type": "stop" - }, - { - "id": "8153", - "type": "stop" - }, - { - "id": "9170168", - "type": "stop" - }, - { - "id": "9070170", - "type": "stop" - }, - { - "id": "1984", - "type": "stop" - }, - { - "id": "21917", - "type": "stop" - }, - { - "id": "9070179", - "type": "stop" - }, - { - "id": "1556", - "type": "stop" - }, - { - "id": "1804", - "type": "stop" - }, - { - "id": "1807", - "type": "stop" - } - ] + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "1077", + "id": "3069", "links": { - "self": "/stops/1077" + "self": "/stops/3069" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1077" + "related": "/facilities/?filter[stop]=3069" } }, "parent_station": { @@ -139503,14 +138001,14 @@ }, { "attributes": {}, - "id": "1056", + "id": "9980", "links": { - "self": "/stops/1056" + "self": "/stops/9980" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1056" + "related": "/facilities/?filter[stop]=9980" } }, "parent_station": { @@ -139527,14 +138025,14 @@ }, { "attributes": {}, - "id": "9034", + "id": "7655", "links": { - "self": "/stops/9034" + "self": "/stops/7655" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9034" + "related": "/facilities/?filter[stop]=7655" } }, "parent_station": { @@ -139551,14 +138049,14 @@ }, { "attributes": {}, - "id": "61835", + "id": "919", "links": { - "self": "/stops/61835" + "self": "/stops/919" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=61835" + "related": "/facilities/?filter[stop]=919" } }, "parent_station": { @@ -139575,14 +138073,38 @@ }, { "attributes": {}, - "id": "9197", + "id": "FR-0064-B1", "links": { - "self": "/stops/9197" + "self": "/stops/FR-0064-B1" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9197" + "related": "/facilities/?filter[stop]=FR-0064-B1" + } + }, + "parent_station": { + "data": { + "id": "place-FR-0064", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "4074", + "links": { + "self": "/stops/4074" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=4074" } }, "parent_station": { @@ -139599,254 +138121,527 @@ }, { "attributes": { - "direction_id": 0, - "headsign": "Charles River Loop" + "direction_id": 1, + "headsign": "South Station (Shuttle)" }, - "id": "62145869", + "id": "SouthStationSouthWeymouth-1-sample", "links": { - "self": "/trips/62145869" + "self": "/trips/SouthStationSouthWeymouth-1-sample" }, "relationships": { "route": { "data": { - "id": "52", + "id": "Shuttle-SouthStationSouthWeymouth", "type": "route" } }, "route_pattern": { "data": { - "id": "52-4-0", + "id": "Shuttle-SouthStationSouthWeymouth-0-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "canonical", "type": "service" } }, "shape": { "data": { - "id": "520218", + "id": "SouthWeymouthToSouthStation-S", "type": "shape" } }, "stops": { "data": [ { - "id": "900", - "type": "stop" - }, - { - "id": "902", - "type": "stop" - }, - { - "id": "1900", - "type": "stop" - }, - { - "id": "903", - "type": "stop" - }, - { - "id": "8517", - "type": "stop" - }, - { - "id": "8518", - "type": "stop" - }, - { - "id": "8519", + "id": "South Weymouth-S", "type": "stop" }, { - "id": "8520", + "id": "38671", "type": "stop" }, { - "id": "8521", + "id": "NEC-2287-B", "type": "stop" - }, - { - "id": "8522", + } + ] + } + }, + "type": "trip" + }, + { + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Worcester", + "South Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Boston Landing - South Station (Express)", + "short_name": "Worcester Line Shuttle", + "sort_order": 60910, + "text_color": "000000", + "type": 3 + }, + "id": "Shuttle-BostonLandingSouthStationExpress", + "links": { + "self": "/routes/Shuttle-BostonLandingSouthStationExpress" + }, + "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, + "line": { + "data": { + "id": "line-Worcester", + "type": "line" + } + } + }, + "type": "route" + }, + { + "attributes": {}, + "id": "5831", + "links": { + "self": "/stops/5831" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=5831" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "8213", + "links": { + "self": "/stops/8213" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=8213" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Waverley Square", + "Harvard Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Waverley Square - Harvard Station", + "short_name": "73", + "sort_order": 50730, + "text_color": "000000", + "type": 3 + }, + "id": "73", + "links": { + "self": "/routes/73" + }, + "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, + "line": { + "data": { + "id": "line-73", + "type": "line" + } + } + }, + "type": "route" + }, + { + "attributes": {}, + "id": "5811", + "links": { + "self": "/stops/5811" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=5811" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": { + "direction_id": 0, + "headsign": "Kings Lynn" + }, + "id": "67202282", + "links": { + "self": "/trips/67202282" + }, + "relationships": { + "route": { + "data": { + "id": "429", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "429-3-0", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "WinterWeekday", + "type": "service" + } + }, + "shape": { + "data": { + "id": "4290293", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "14748", "type": "stop" }, { - "id": "8523", + "id": "66721", "type": "stop" }, { - "id": "8524", + "id": "66731", "type": "stop" }, { - "id": "8525", + "id": "6674", "type": "stop" }, { - "id": "8526", + "id": "66761", "type": "stop" }, { - "id": "8527", + "id": "6676", "type": "stop" }, { - "id": "8528", + "id": "6677", "type": "stop" }, { - "id": "8529", + "id": "6678", "type": "stop" }, { - "id": "8530", + "id": "6679", "type": "stop" }, { - "id": "8531", + "id": "6681", "type": "stop" }, { - "id": "8532", + "id": "6683", "type": "stop" }, { - "id": "8533", + "id": "6684", "type": "stop" }, { - "id": "8534", + "id": "6685", "type": "stop" }, { - "id": "8535", + "id": "6686", "type": "stop" }, { - "id": "8536", + "id": "6688", "type": "stop" }, { - "id": "8537", + "id": "6689", "type": "stop" }, { - "id": "85371", + "id": "6690", "type": "stop" }, { - "id": "8540", + "id": "6691", "type": "stop" }, { - "id": "8541", + "id": "6692", "type": "stop" }, { - "id": "8542", + "id": "6694", "type": "stop" }, { - "id": "18542", + "id": "6695", "type": "stop" }, { - "id": "8544", + "id": "6697", "type": "stop" }, { - "id": "8545", + "id": "6698", "type": "stop" }, { - "id": "8546", + "id": "6699", "type": "stop" }, { - "id": "8547", + "id": "6700", "type": "stop" }, { - "id": "8548", + "id": "56734", + "type": "stop" + } + ] + } + }, + "type": "trip" + }, + { + "attributes": {}, + "id": "6752", + "links": { + "self": "/stops/6752" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=6752" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Middleborough/Lakeville", + "South Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Middleborough/Lakeville - Bridgewater", + "short_name": "Middleborough/Lakeville Line Shuttle", + "sort_order": 61030, + "text_color": "000000", + "type": 3 + }, + "id": "Shuttle-BridgewaterMiddleboroughLakeville", + "links": { + "self": "/routes/Shuttle-BridgewaterMiddleboroughLakeville" + }, + "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, + "line": { + "data": { + "id": "line-Middleborough", + "type": "line" + } + } + }, + "type": "route" + }, + { + "attributes": { + "direction_id": 0, + "headsign": "Belmont Center" + }, + "id": "67008305", + "links": { + "self": "/trips/67008305" + }, + "relationships": { + "route": { + "data": { + "id": "75", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "75-1-0", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "WinterWeekday", + "type": "service" + } + }, + "shape": { + "data": { + "id": "750106", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "76126", "type": "stop" }, { - "id": "8549", + "id": "2170", "type": "stop" }, { - "id": "8550", + "id": "2172", "type": "stop" }, { - "id": "8552", + "id": "2173", "type": "stop" }, { - "id": "85511", + "id": "2174", "type": "stop" }, { - "id": "8553", + "id": "2175", "type": "stop" }, { - "id": "8554", + "id": "2176", "type": "stop" }, { - "id": "85551", + "id": "2090", "type": "stop" }, { - "id": "8556", + "id": "2092", "type": "stop" }, { - "id": "85562", + "id": "2093", "type": "stop" }, { - "id": "85563", + "id": "2095", "type": "stop" }, { - "id": "85564", + "id": "12144", "type": "stop" }, { - "id": "85565", + "id": "12145", "type": "stop" }, { - "id": "85566", + "id": "2189", "type": "stop" }, { - "id": "85567", + "id": "2190", "type": "stop" }, { - "id": "85568", + "id": "2191", "type": "stop" }, { - "id": "85569", + "id": "2192", "type": "stop" }, { - "id": "816", + "id": "2194", "type": "stop" }, { - "id": "817", + "id": "2196", "type": "stop" }, { - "id": "820", + "id": "2197", + "type": "stop" + }, + { + "id": "2137", "type": "stop" } ] @@ -139856,14 +138651,14 @@ }, { "attributes": {}, - "id": "49950", + "id": "8262", "links": { - "self": "/stops/49950" + "self": "/stops/8262" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=49950" + "related": "/facilities/?filter[stop]=8262" } }, "parent_station": { @@ -139880,22 +138675,25 @@ }, { "attributes": {}, - "id": "10424", + "id": "70080", "links": { - "self": "/stops/10424" + "self": "/stops/70080" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=10424" + "related": "/facilities/?filter[stop]=70080" } }, "parent_station": { - "data": null + "data": { + "id": "place-sstat", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -139903,88 +138701,39 @@ "type": "stop" }, { - "attributes": { - "direction_id": 0, - "headsign": "Eagle Square" - }, - "id": "62216304", + "attributes": {}, + "id": "2097", "links": { - "self": "/trips/62216304" + "self": "/stops/2097" }, "relationships": { - "route": { - "data": { - "id": "121", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "121-2-0", - "type": "route_pattern" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=2097" } }, - "service": { - "data": { - "id": "SpringWeekday", - "type": "service" - } + "parent_station": { + "data": null }, - "shape": { + "zone": { "data": { - "id": "1210050", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "5740", - "type": "stop" - }, - { - "id": "5742", - "type": "stop" - }, - { - "id": "5743", - "type": "stop" - }, - { - "id": "5903", - "type": "stop" - }, - { - "id": "5904", - "type": "stop" - }, - { - "id": "5905", - "type": "stop" - }, - { - "id": "5906", - "type": "stop" - }, - { - "id": "5907", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "5783", + "id": "86964", "links": { - "self": "/stops/5783" + "self": "/stops/86964" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5783" + "related": "/facilities/?filter[stop]=86964" } }, "parent_station": { @@ -140001,18 +138750,21 @@ }, { "attributes": {}, - "id": "3982", + "id": "29014", "links": { - "self": "/stops/3982" + "self": "/stops/29014" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3982" + "related": "/facilities/?filter[stop]=29014" } }, "parent_station": { - "data": null + "data": { + "id": "place-sull", + "type": "stop" + } }, "zone": { "data": { @@ -140024,72 +138776,39 @@ "type": "stop" }, { - "attributes": { - "direction_id": 0, - "headsign": "North Station (Shuttle)" - }, - "id": "GreenDUnionSquareNorthStation-0-sample", + "attributes": {}, + "id": "5991", "links": { - "self": "/trips/GreenDUnionSquareNorthStation-0-sample" + "self": "/stops/5991" }, "relationships": { - "route": { - "data": { - "id": "Shuttle-NorthStationUnionSquare", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Shuttle-NorthStationUnionSquare-0-0", - "type": "route_pattern" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=5991" } }, - "service": { - "data": { - "id": "canonical", - "type": "service" - } + "parent_station": { + "data": null }, - "shape": { + "zone": { "data": { - "id": "UnionSquareToNorthStation-S", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "9070503", - "type": "stop" - }, - { - "id": "9070501", - "type": "stop" - }, - { - "id": "9070093", - "type": "stop" - }, - { - "id": "9070090", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "7220", + "id": "3602", "links": { - "self": "/stops/7220" + "self": "/stops/3602" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7220" + "related": "/facilities/?filter[stop]=3602" } }, "parent_station": { @@ -140107,285 +138826,61 @@ { "attributes": { "direction_id": 0, - "headsign": "Northgate Shopping Center via Square One Mall" + "headsign": "Forest Hills (Shuttle)" }, - "id": "62216396", + "id": "ForestHillsRuggles-0-sample", "links": { - "self": "/trips/62216396" + "self": "/trips/ForestHillsRuggles-0-sample" }, "relationships": { "route": { "data": { - "id": "429", + "id": "Shuttle-ForestHillsRuggles", "type": "route" } }, "route_pattern": { "data": { - "id": "429-_-0", + "id": "Shuttle-ForestHillsRuggles-0-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "canonical", "type": "service" } }, "shape": { "data": { - "id": "4290275", + "id": "RugglesToForestHills-S", "type": "shape" } }, "stops": { "data": [ { - "id": "14748", - "type": "stop" - }, - { - "id": "6600", - "type": "stop" - }, - { - "id": "66721", - "type": "stop" - }, - { - "id": "66731", - "type": "stop" - }, - { - "id": "6674", - "type": "stop" - }, - { - "id": "66761", - "type": "stop" - }, - { - "id": "6676", - "type": "stop" - }, - { - "id": "6677", - "type": "stop" - }, - { - "id": "6678", - "type": "stop" - }, - { - "id": "6679", - "type": "stop" - }, - { - "id": "6681", - "type": "stop" - }, - { - "id": "6683", - "type": "stop" - }, - { - "id": "6684", - "type": "stop" - }, - { - "id": "6685", - "type": "stop" - }, - { - "id": "6686", - "type": "stop" - }, - { - "id": "6688", - "type": "stop" - }, - { - "id": "6689", - "type": "stop" - }, - { - "id": "6690", - "type": "stop" - }, - { - "id": "6691", - "type": "stop" - }, - { - "id": "6692", - "type": "stop" - }, - { - "id": "6694", - "type": "stop" - }, - { - "id": "6695", - "type": "stop" - }, - { - "id": "6697", - "type": "stop" - }, - { - "id": "6698", - "type": "stop" - }, - { - "id": "6699", - "type": "stop" - }, - { - "id": "6700", - "type": "stop" - }, - { - "id": "6701", - "type": "stop" - }, - { - "id": "6702", - "type": "stop" - }, - { - "id": "6704", - "type": "stop" - }, - { - "id": "6706", - "type": "stop" - }, - { - "id": "6707", - "type": "stop" - }, - { - "id": "6708", - "type": "stop" - }, - { - "id": "6709", - "type": "stop" - }, - { - "id": "6710", - "type": "stop" - }, - { - "id": "6711", - "type": "stop" - }, - { - "id": "6712", - "type": "stop" - }, - { - "id": "6715", - "type": "stop" - }, - { - "id": "6717", - "type": "stop" - }, - { - "id": "6719", - "type": "stop" - }, - { - "id": "67202", - "type": "stop" - }, - { - "id": "7529", - "type": "stop" - }, - { - "id": "7559", - "type": "stop" - }, - { - "id": "7560", - "type": "stop" - }, - { - "id": "7561", - "type": "stop" - }, - { - "id": "7562", - "type": "stop" - }, - { - "id": "17562", - "type": "stop" - }, - { - "id": "7564", - "type": "stop" - }, - { - "id": "7565", - "type": "stop" - }, - { - "id": "7566", - "type": "stop" - }, - { - "id": "7403", - "type": "stop" - }, - { - "id": "7404", - "type": "stop" - }, - { - "id": "7405", - "type": "stop" - }, - { - "id": "7407", - "type": "stop" - }, - { - "id": "7408", - "type": "stop" - }, - { - "id": "7409", - "type": "stop" - }, - { - "id": "7410", - "type": "stop" - }, - { - "id": "7411", + "id": "17861", "type": "stop" }, { - "id": "7412", + "id": "1258", "type": "stop" }, { - "id": "7413", + "id": "11531", "type": "stop" }, { - "id": "7414", + "id": "9070004", "type": "stop" }, { - "id": "45534", + "id": "9070002", "type": "stop" }, { - "id": "6267", + "id": "875", "type": "stop" } ] @@ -140395,22 +138890,25 @@ }, { "attributes": {}, - "id": "86232", + "id": "MM-0200-CS", "links": { - "self": "/stops/86232" + "self": "/stops/MM-0200-CS" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=86232" + "related": "/facilities/?filter[stop]=MM-0200-CS" } }, "parent_station": { - "data": null + "data": { + "id": "place-MM-0200", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "CR-zone-4", "type": "zone" } } @@ -140419,14 +138917,14 @@ }, { "attributes": {}, - "id": "109853", + "id": "7646", "links": { - "self": "/stops/109853" + "self": "/stops/7646" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=109853" + "related": "/facilities/?filter[stop]=7646" } }, "parent_station": { @@ -140443,14 +138941,14 @@ }, { "attributes": {}, - "id": "2470", + "id": "109824", "links": { - "self": "/stops/2470" + "self": "/stops/109824" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2470" + "related": "/facilities/?filter[stop]=109824" } }, "parent_station": { @@ -140467,14 +138965,14 @@ }, { "attributes": {}, - "id": "39671", + "id": "6679", "links": { - "self": "/stops/39671" + "self": "/stops/6679" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=39671" + "related": "/facilities/?filter[stop]=6679" } }, "parent_station": { @@ -140491,14 +138989,14 @@ }, { "attributes": {}, - "id": "3697", + "id": "3360", "links": { - "self": "/stops/3697" + "self": "/stops/3360" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3697" + "related": "/facilities/?filter[stop]=3360" } }, "parent_station": { @@ -140515,14 +139013,14 @@ }, { "attributes": {}, - "id": "419", + "id": "5246", "links": { - "self": "/stops/419" + "self": "/stops/5246" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=419" + "related": "/facilities/?filter[stop]=5246" } }, "parent_station": { @@ -140539,14 +139037,14 @@ }, { "attributes": {}, - "id": "4873", + "id": "25713", "links": { - "self": "/stops/4873" + "self": "/stops/25713" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4873" + "related": "/facilities/?filter[stop]=25713" } }, "parent_station": { @@ -140563,14 +139061,14 @@ }, { "attributes": {}, - "id": "8545", + "id": "61618", "links": { - "self": "/stops/8545" + "self": "/stops/61618" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8545" + "related": "/facilities/?filter[stop]=61618" } }, "parent_station": { @@ -140587,14 +139085,14 @@ }, { "attributes": {}, - "id": "2893", + "id": "7106", "links": { - "self": "/stops/2893" + "self": "/stops/7106" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2893" + "related": "/facilities/?filter[stop]=7106" } }, "parent_station": { @@ -140611,14 +139109,14 @@ }, { "attributes": {}, - "id": "86936", + "id": "469", "links": { - "self": "/stops/86936" + "self": "/stops/469" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=86936" + "related": "/facilities/?filter[stop]=469" } }, "parent_station": { @@ -140635,14 +139133,14 @@ }, { "attributes": {}, - "id": "814", + "id": "2049", "links": { - "self": "/stops/814" + "self": "/stops/2049" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=814" + "related": "/facilities/?filter[stop]=2049" } }, "parent_station": { @@ -140658,111 +139156,43 @@ "type": "stop" }, { - "attributes": { - "direction_id": 0, - "headsign": "Needham Heights" - }, - "id": "CR-670180-603", + "attributes": {}, + "id": "9195", "links": { - "self": "/trips/CR-670180-603" + "self": "/stops/9195" }, "relationships": { - "route": { - "data": { - "id": "CR-Needham", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "CR-Needham-a6552e0a-0", - "type": "route_pattern" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=9195" } }, - "service": { - "data": { - "id": "SPRING2024-SOUTHWKD-Weekday-1-Scbbf1ea5", - "type": "service" - } + "parent_station": { + "data": null }, - "shape": { + "zone": { "data": { - "id": "9860002", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "NEC-2287", - "type": "stop" - }, - { - "id": "NEC-2276-01", - "type": "stop" - }, - { - "id": "NEC-2265-01", - "type": "stop" - }, - { - "id": "NEC-2237-03", - "type": "stop" - }, - { - "id": "NB-0064-S", - "type": "stop" - }, - { - "id": "NB-0072-S", - "type": "stop" - }, - { - "id": "NB-0076-S", - "type": "stop" - }, - { - "id": "NB-0080-S", - "type": "stop" - }, - { - "id": "NB-0109-S", - "type": "stop" - }, - { - "id": "NB-0120-S", - "type": "stop" - }, - { - "id": "NB-0127-S", - "type": "stop" - }, - { - "id": "NB-0137-S", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "FR-0494-B", + "id": "9070058", "links": { - "self": "/stops/FR-0494-B" + "self": "/stops/9070058" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=FR-0494-B" + "related": "/facilities/?filter[stop]=9070058" } }, "parent_station": { - "data": { - "id": "place-FR-0494", - "type": "stop" - } + "data": null }, "zone": { "data": null @@ -140772,14 +139202,14 @@ }, { "attributes": {}, - "id": "9036", + "id": "7172", "links": { - "self": "/stops/9036" + "self": "/stops/7172" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9036" + "related": "/facilities/?filter[stop]=7172" } }, "parent_station": { @@ -140796,22 +139226,25 @@ }, { "attributes": {}, - "id": "3608", + "id": "70012", "links": { - "self": "/stops/3608" + "self": "/stops/70012" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3608" + "related": "/facilities/?filter[stop]=70012" } }, "parent_station": { - "data": null + "data": { + "id": "place-masta", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -140819,195 +139252,544 @@ "type": "stop" }, { - "attributes": { - "direction_id": 0, - "headsign": "River St & Milton St" - }, - "id": "62145413", + "attributes": {}, + "id": "FR-0451-01", "links": { - "self": "/trips/62145413" + "self": "/stops/FR-0451-01" }, "relationships": { - "route": { - "data": { - "id": "33", - "type": "route" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=FR-0451-01" } }, - "route_pattern": { + "parent_station": { "data": { - "id": "33-1-0", - "type": "route_pattern" + "id": "place-FR-0451", + "type": "stop" } }, - "service": { + "zone": { "data": { - "id": "SpringWeekday", - "type": "service" + "id": "CR-zone-8", + "type": "zone" } - }, - "shape": { - "data": { - "id": "330174", - "type": "shape" + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "9055", + "links": { + "self": "/stops/9055" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=9055" } }, - "stops": { - "data": [ - { - "id": "185", + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "50619", + "links": { + "self": "/stops/50619" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=50619" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "3122", + "links": { + "self": "/stops/3122" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=3122" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "138", + "links": { + "self": "/stops/138" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=138" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": { + "direction_id": 0, + "headsign": "Haverhill (Shuttle)" + }, + "id": "NorthWKDYF24-696214-201-HaverhillBradfordVanV1", + "links": { + "self": "/trips/NorthWKDYF24-696214-201-HaverhillBradfordVanV1" + }, + "relationships": { + "route": { + "data": { + "id": "Shuttle-BradfordHaverhill", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "Shuttle-BradfordHaverhill-0-0", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "FALL 2024-N-Wdy-1-S6561ad1d-HvlBrdVn", + "type": "service" + } + }, + "shape": { + "data": { + "id": "BradfordToHaverhill-S", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "WR-0325-B", "type": "stop" }, { - "id": "6368", + "id": "WR-0329-B", + "type": "stop" + } + ] + } + }, + "type": "trip" + }, + { + "attributes": {}, + "id": "6762", + "links": { + "self": "/stops/6762" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=6762" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": { + "direction_id": 0, + "headsign": "Providence" + }, + "id": "SouthWKDYF24-697840-841", + "links": { + "self": "/trips/SouthWKDYF24-697840-841" + }, + "relationships": { + "route": { + "data": { + "id": "CR-Providence", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "CR-Providence-a72810c2-0", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "FALL 2024-SOUTHWKD-Weekday-1-Scbbf1ea5", + "type": "service" + } + }, + "shape": { + "data": { + "id": "9890009", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "NEC-2287", "type": "stop" }, { - "id": "16369", + "id": "NEC-2276-03", "type": "stop" }, { - "id": "6369", + "id": "NEC-2265-03", "type": "stop" }, { - "id": "6371", + "id": "NEC-2237-03", "type": "stop" }, { - "id": "6372", + "id": "NEC-2203-03", "type": "stop" }, { - "id": "6373", + "id": "NEC-2192-03", "type": "stop" }, { - "id": "6374", + "id": "NEC-2173-01", "type": "stop" }, { - "id": "6375", + "id": "NEC-2139-01", "type": "stop" }, { - "id": "6376", + "id": "NEC-2108-01", "type": "stop" }, { - "id": "6377", + "id": "NEC-2040-01", "type": "stop" }, { - "id": "76378", + "id": "NEC-1969-03", "type": "stop" }, { - "id": "6390", + "id": "NEC-1891-01", "type": "stop" }, { - "id": "2819", + "id": "NEC-1851-03", + "type": "stop" + } + ] + } + }, + "type": "trip" + }, + { + "attributes": {}, + "id": "5404", + "links": { + "self": "/stops/5404" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=5404" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "4608", + "links": { + "self": "/stops/4608" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=4608" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": { + "direction_id": 1, + "headsign": "Forest Hills" + }, + "id": "67250542", + "links": { + "self": "/trips/67250542" + }, + "relationships": { + "route": { + "data": { + "id": "35", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "35-1-1", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "WinterWeekday", + "type": "service" + } + }, + "shape": { + "data": { + "id": "350187", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "10833", "type": "stop" }, { - "id": "2818", + "id": "10835", "type": "stop" }, { - "id": "22819", + "id": "74618", "type": "stop" }, { - "id": "22818", + "id": "71618", "type": "stop" }, { - "id": "22821", + "id": "61872", "type": "stop" }, { - "id": "32818", + "id": "619", "type": "stop" }, { - "id": "42818", + "id": "620", "type": "stop" }, { - "id": "8335", + "id": "763", "type": "stop" }, { - "id": "6516", + "id": "764", "type": "stop" }, { - "id": "6517", + "id": "765", "type": "stop" }, { - "id": "8946", + "id": "766", "type": "stop" }, { - "id": "8947", + "id": "767", "type": "stop" }, { - "id": "8948", + "id": "768", "type": "stop" }, { - "id": "8949", + "id": "10769", "type": "stop" }, { - "id": "8952", + "id": "769", "type": "stop" }, { - "id": "8954", + "id": "770", "type": "stop" }, { - "id": "8955", + "id": "771", "type": "stop" }, { - "id": "89413", + "id": "772", "type": "stop" }, { - "id": "42820", + "id": "773", "type": "stop" }, { - "id": "8959", + "id": "780", "type": "stop" }, { - "id": "8960", + "id": "781", "type": "stop" }, { - "id": "8961", + "id": "782", "type": "stop" }, { - "id": "8962", + "id": "783", "type": "stop" }, { - "id": "8963", + "id": "784", "type": "stop" }, { - "id": "8964", + "id": "785", "type": "stop" }, { - "id": "18974", + "id": "786", + "type": "stop" + }, + { + "id": "787", + "type": "stop" + }, + { + "id": "788", + "type": "stop" + }, + { + "id": "789", + "type": "stop" + }, + { + "id": "790", + "type": "stop" + }, + { + "id": "791", + "type": "stop" + }, + { + "id": "792", + "type": "stop" + }, + { + "id": "793", + "type": "stop" + }, + { + "id": "795", + "type": "stop" + }, + { + "id": "636", + "type": "stop" + }, + { + "id": "637", + "type": "stop" + }, + { + "id": "638", + "type": "stop" + }, + { + "id": "639", + "type": "stop" + }, + { + "id": "640", + "type": "stop" + }, + { + "id": "641", + "type": "stop" + }, + { + "id": "642", + "type": "stop" + }, + { + "id": "10642", "type": "stop" } ] @@ -141016,39 +139798,52 @@ "type": "trip" }, { - "attributes": {}, - "id": "841", + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Liberty Tree Mall", + "Central Square, Lynn" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Liberty Tree Mall - Central Square, Lynn via Peabody Square", + "short_name": "435", + "sort_order": 54350, + "text_color": "000000", + "type": 3 + }, + "id": "435", "links": { - "self": "/stops/841" + "self": "/routes/435" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=841" + "agency": { + "data": { + "id": "1", + "type": "agency" } }, - "parent_station": { - "data": null - }, - "zone": { + "line": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "line-434435436", + "type": "line" } } }, - "type": "stop" + "type": "route" }, { "attributes": {}, - "id": "4360", + "id": "42820", "links": { - "self": "/stops/4360" + "self": "/stops/42820" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4360" + "related": "/facilities/?filter[stop]=42820" } }, "parent_station": { @@ -141063,30 +139858,16 @@ }, "type": "stop" }, - { - "attributes": { - "color": "FFC72C", - "long_name": "Arlmont Village - Harvard", - "short_name": "78/84", - "sort_order": 50780, - "text_color": "000000" - }, - "id": "line-7884", - "links": { - "self": "/lines/line-7884" - }, - "type": "line" - }, { "attributes": {}, - "id": "3925", + "id": "31835", "links": { - "self": "/stops/3925" + "self": "/stops/31835" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3925" + "related": "/facilities/?filter[stop]=31835" } }, "parent_station": { @@ -141103,35 +139884,38 @@ }, { "attributes": {}, - "id": "9070111", + "id": "4079", "links": { - "self": "/stops/9070111" + "self": "/stops/4079" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9070111" + "related": "/facilities/?filter[stop]=4079" } }, "parent_station": { "data": null }, "zone": { - "data": null + "data": { + "id": "LocalBus", + "type": "zone" + } } }, "type": "stop" }, { "attributes": {}, - "id": "6677", + "id": "3281", "links": { - "self": "/stops/6677" + "self": "/stops/3281" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6677" + "related": "/facilities/?filter[stop]=3281" } }, "parent_station": { @@ -141148,14 +139932,14 @@ }, { "attributes": {}, - "id": "6736", + "id": "4366", "links": { - "self": "/stops/6736" + "self": "/stops/4366" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6736" + "related": "/facilities/?filter[stop]=4366" } }, "parent_station": { @@ -141171,39 +139955,116 @@ "type": "stop" }, { - "attributes": {}, - "id": "2006", + "attributes": { + "direction_id": 1, + "headsign": "South Station" + }, + "id": "BaseWML-697686-522", "links": { - "self": "/stops/2006" + "self": "/trips/BaseWML-697686-522" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=2006" + "route": { + "data": { + "id": "CR-Worcester", + "type": "route" } }, - "parent_station": { - "data": null + "route_pattern": { + "data": { + "id": "CR-Worcester-a814f00c-1", + "type": "route_pattern" + } }, - "zone": { + "service": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "FALL 2024-SOUTHWKD-Weekday-42-Sb0e4ed14", + "type": "service" + } + }, + "shape": { + "data": { + "id": "9850001", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "WML-0442-CS", + "type": "stop" + }, + { + "id": "WML-0364-02", + "type": "stop" + }, + { + "id": "WML-0340-02", + "type": "stop" + }, + { + "id": "WML-0274-02", + "type": "stop" + }, + { + "id": "WML-0252-02", + "type": "stop" + }, + { + "id": "WML-0214-02", + "type": "stop" + }, + { + "id": "WML-0199-02", + "type": "stop" + }, + { + "id": "WML-0177-02", + "type": "stop" + }, + { + "id": "WML-0147-02", + "type": "stop" + }, + { + "id": "WML-0135-02", + "type": "stop" + }, + { + "id": "WML-0125-02", + "type": "stop" + }, + { + "id": "WML-0035-02", + "type": "stop" + }, + { + "id": "WML-0025-05", + "type": "stop" + }, + { + "id": "WML-0012-05", + "type": "stop" + }, + { + "id": "NEC-2287", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "5019", + "id": "7816", "links": { - "self": "/stops/5019" + "self": "/stops/7816" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5019" + "related": "/facilities/?filter[stop]=7816" } }, "parent_station": { @@ -141220,14 +140081,14 @@ }, { "attributes": {}, - "id": "5576", + "id": "49849", "links": { - "self": "/stops/5576" + "self": "/stops/49849" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5576" + "related": "/facilities/?filter[stop]=49849" } }, "parent_station": { @@ -141244,14 +140105,14 @@ }, { "attributes": {}, - "id": "1689", + "id": "2747", "links": { - "self": "/stops/1689" + "self": "/stops/2747" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1689" + "related": "/facilities/?filter[stop]=2747" } }, "parent_station": { @@ -141268,14 +140129,14 @@ }, { "attributes": {}, - "id": "1405", + "id": "16881", "links": { - "self": "/stops/1405" + "self": "/stops/16881" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1405" + "related": "/facilities/?filter[stop]=16881" } }, "parent_station": { @@ -141292,14 +140153,14 @@ }, { "attributes": {}, - "id": "3466", + "id": "2580", "links": { - "self": "/stops/3466" + "self": "/stops/2580" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3466" + "related": "/facilities/?filter[stop]=2580" } }, "parent_station": { @@ -141316,14 +140177,14 @@ }, { "attributes": {}, - "id": "8343", + "id": "3019", "links": { - "self": "/stops/8343" + "self": "/stops/3019" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8343" + "related": "/facilities/?filter[stop]=3019" } }, "parent_station": { @@ -141340,14 +140201,14 @@ }, { "attributes": {}, - "id": "5211", + "id": "4189", "links": { - "self": "/stops/5211" + "self": "/stops/4189" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5211" + "related": "/facilities/?filter[stop]=4189" } }, "parent_station": { @@ -141363,39 +140224,52 @@ "type": "stop" }, { - "attributes": {}, - "id": "7449", + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Newburyport", + "North Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Newburyport - Oak Grove (Express)", + "short_name": "Newburyport Line Shuttle", + "sort_order": 62070, + "text_color": "000000", + "type": 3 + }, + "id": "Shuttle-NewburyportOakGroveExpress", "links": { - "self": "/stops/7449" + "self": "/routes/Shuttle-NewburyportOakGroveExpress" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=7449" + "agency": { + "data": { + "id": "1", + "type": "agency" } }, - "parent_station": { - "data": null - }, - "zone": { + "line": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "line-Newburyport", + "type": "line" } } }, - "type": "stop" + "type": "route" }, { "attributes": {}, - "id": "3567", + "id": "1423", "links": { - "self": "/stops/3567" + "self": "/stops/1423" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3567" + "related": "/facilities/?filter[stop]=1423" } }, "parent_station": { @@ -141412,38 +140286,38 @@ }, { "attributes": {}, - "id": "81442", + "id": "WR-0205-B0", "links": { - "self": "/stops/81442" + "self": "/stops/WR-0205-B0" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=81442" + "related": "/facilities/?filter[stop]=WR-0205-B0" } }, "parent_station": { - "data": null - }, - "zone": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "place-WR-0205", + "type": "stop" } + }, + "zone": { + "data": null } }, "type": "stop" }, { "attributes": {}, - "id": "4847", + "id": "6631", "links": { - "self": "/stops/4847" + "self": "/stops/6631" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4847" + "related": "/facilities/?filter[stop]=6631" } }, "parent_station": { @@ -141460,22 +140334,25 @@ }, { "attributes": {}, - "id": "5594", + "id": "FB-0148-01", "links": { - "self": "/stops/5594" + "self": "/stops/FB-0148-01" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5594" + "related": "/facilities/?filter[stop]=FB-0148-01" } }, "parent_station": { - "data": null + "data": { + "id": "place-FB-0148", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "CR-zone-3", "type": "zone" } } @@ -141484,14 +140361,14 @@ }, { "attributes": {}, - "id": "4031", + "id": "375", "links": { - "self": "/stops/4031" + "self": "/stops/375" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4031" + "related": "/facilities/?filter[stop]=375" } }, "parent_station": { @@ -141508,14 +140385,14 @@ }, { "attributes": {}, - "id": "8465", + "id": "8181", "links": { - "self": "/stops/8465" + "self": "/stops/8181" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8465" + "related": "/facilities/?filter[stop]=8181" } }, "parent_station": { @@ -141532,14 +140409,14 @@ }, { "attributes": {}, - "id": "5805", + "id": "35571", "links": { - "self": "/stops/5805" + "self": "/stops/35571" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5805" + "related": "/facilities/?filter[stop]=35571" } }, "parent_station": { @@ -141555,156 +140432,39 @@ "type": "stop" }, { - "attributes": { - "direction_id": 0, - "headsign": "Beverly (Shuttle)" - }, - "id": "BeverlyNorthStationLocalExtended-0-sample", - "links": { - "self": "/trips/BeverlyNorthStationLocalExtended-0-sample" - }, - "relationships": { - "route": { - "data": { - "id": "Shuttle-BeverlyNorthStationLimited", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Shuttle-BeverlyNorthStationLimited-0-0", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "canonical", - "type": "service" - } - }, - "shape": { - "data": { - "id": "NorthStationToBeverlyLimited-S", - "type": "shape" - } - }, - "stops": { - "data": [ - { - "id": "BNT-0000-B2", - "type": "stop" - }, - { - "id": "14748", - "type": "stop" - }, - { - "id": "ER-0128-B0", - "type": "stop" - }, - { - "id": "ER-0168-B", - "type": "stop" - }, - { - "id": "ER-0183-B", - "type": "stop" - } - ] - } - }, - "type": "trip" - }, - { - "attributes": { - "direction_id": 0, - "headsign": "Anderson/Woburn (Express shuttle)" - }, - "id": "AndersonWoburnNorthStationExpress-0-sample", + "attributes": {}, + "id": "12618", "links": { - "self": "/trips/AndersonWoburnNorthStationExpress-0-sample" + "self": "/stops/12618" }, "relationships": { - "route": { - "data": { - "id": "Shuttle-AndersonWoburnNorthStationExpress", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Shuttle-AndersonWoburnNorthStationExpress-0-0", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "canonical", - "type": "service" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=12618" } }, - "shape": { - "data": { - "id": "NorthStationToAndersonWoburnExpress-S", - "type": "shape" - } + "parent_station": { + "data": null }, - "stops": { - "data": [ - { - "id": "BNT-0000-B2", - "type": "stop" - }, - { - "id": "NHRML-0127-B", - "type": "stop" - } - ] - } - }, - "type": "trip" - }, - { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Mattapan Station", - "Ruggles Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Mattapan Station - Ruggles Station", - "short_name": "28", - "sort_order": 50280, - "text_color": "000000", - "type": 3 - }, - "id": "28", - "links": { - "self": "/routes/28" - }, - "relationships": { - "line": { + "zone": { "data": { - "id": "line-28", - "type": "line" + "id": "LocalBus", + "type": "zone" } } }, - "type": "route" + "type": "stop" }, { "attributes": {}, - "id": "1699", + "id": "26495", "links": { - "self": "/stops/1699" + "self": "/stops/26495" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1699" + "related": "/facilities/?filter[stop]=26495" } }, "parent_station": { @@ -141721,14 +140481,14 @@ }, { "attributes": {}, - "id": "2225", + "id": "3947", "links": { - "self": "/stops/2225" + "self": "/stops/3947" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2225" + "related": "/facilities/?filter[stop]=3947" } }, "parent_station": { @@ -141745,22 +140505,25 @@ }, { "attributes": {}, - "id": "5008", + "id": "70273", "links": { - "self": "/stops/5008" + "self": "/stops/70273" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5008" + "related": "/facilities/?filter[stop]=70273" } }, "parent_station": { - "data": null + "data": { + "id": "place-capst", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -141769,14 +140532,14 @@ }, { "attributes": {}, - "id": "7908", + "id": "7378", "links": { - "self": "/stops/7908" + "self": "/stops/7378" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7908" + "related": "/facilities/?filter[stop]=7378" } }, "parent_station": { @@ -141793,14 +140556,14 @@ }, { "attributes": {}, - "id": "5902", + "id": "3696", "links": { - "self": "/stops/5902" + "self": "/stops/3696" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5902" + "related": "/facilities/?filter[stop]=3696" } }, "parent_station": { @@ -141817,239 +140580,158 @@ }, { "attributes": { - "direction_id": 0, - "headsign": "JFK/UMass (Shuttle)" + "direction_id": 1, + "headsign": "Assembly" }, - "id": "JFKPark-Weekday-1d548-0-00:00:00", + "id": "66960051", "links": { - "self": "/trips/JFKPark-Weekday-1d548-0-00%3A00%3A00" + "self": "/trips/66960051" }, "relationships": { "route": { "data": { - "id": "Shuttle-JFKPark", + "id": "90", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-JFKPark-0-0", + "id": "90-_-1", "type": "route_pattern" } }, "service": { "data": { - "id": "canonical", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "ParkStreetToJFK-S", + "id": "900117", "type": "shape" } }, "stops": { "data": [ { - "id": "9170076", + "id": "5104", "type": "stop" }, { - "id": "6564", + "id": "2582", "type": "stop" }, { - "id": "151", + "id": "2674", "type": "stop" }, { - "id": "9070083", + "id": "2675", "type": "stop" }, { - "id": "121", - "type": "stop" - } - ] - } - }, - "type": "trip" - }, - { - "attributes": { - "direction_id": 0, - "headsign": "Central Square" - }, - "id": "61391245", - "links": { - "self": "/trips/61391245" - }, - "relationships": { - "route": { - "data": { - "id": "47", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "47-8-0", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "SpringWeekday", - "type": "service" - } - }, - "shape": { - "data": { - "id": "470184", - "type": "shape" - } - }, - "stops": { - "data": [ - { - "id": "150", + "id": "2676", "type": "stop" }, { - "id": "10011", + "id": "2677", "type": "stop" }, { - "id": "10012", + "id": "2678", "type": "stop" }, { - "id": "10013", + "id": "2679", "type": "stop" }, { - "id": "10015", + "id": "2680", "type": "stop" }, { - "id": "1790", + "id": "2681", "type": "stop" }, { - "id": "1791", + "id": "2682", "type": "stop" }, { - "id": "11792", + "id": "2683", "type": "stop" }, { - "id": "62", + "id": "2684", "type": "stop" }, { - "id": "63", + "id": "2686", "type": "stop" }, { - "id": "64", + "id": "2687", "type": "stop" }, { - "id": "1", + "id": "2688", "type": "stop" }, { - "id": "2", + "id": "2689", "type": "stop" }, { - "id": "7", + "id": "2659", "type": "stop" }, { - "id": "11", + "id": "2392", "type": "stop" }, { - "id": "17863", + "id": "23921", "type": "stop" }, { - "id": "1798", + "id": "2745", "type": "stop" }, { - "id": "1799", + "id": "2746", "type": "stop" }, { - "id": "11799", + "id": "2747", "type": "stop" }, { - "id": "11802", + "id": "2711", "type": "stop" }, { - "id": "11803", + "id": "2713", "type": "stop" }, { - "id": "1804", + "id": "2714", "type": "stop" }, { - "id": "1805", + "id": "29001", "type": "stop" }, { - "id": "1806", + "id": "29013", "type": "stop" }, { - "id": "1807", + "id": "28742", "type": "stop" }, { - "id": "1808", - "type": "stop" - }, - { - "id": "11809", - "type": "stop" - }, - { - "id": "1810", - "type": "stop" - }, - { - "id": "1811", - "type": "stop" - }, - { - "id": "1812", - "type": "stop" - }, - { - "id": "1813", - "type": "stop" - }, - { - "id": "1814", - "type": "stop" - }, - { - "id": "1816", - "type": "stop" - }, - { - "id": "2755", - "type": "stop" - }, - { - "id": "1123", + "id": "28745", "type": "stop" } ] @@ -142059,14 +140741,62 @@ }, { "attributes": {}, - "id": "2735", + "id": "113", "links": { - "self": "/stops/2735" + "self": "/stops/113" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2735" + "related": "/facilities/?filter[stop]=113" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "4076", + "links": { + "self": "/stops/4076" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=4076" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "2707", + "links": { + "self": "/stops/2707" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=2707" } }, "parent_station": { @@ -142084,145 +140814,125 @@ { "attributes": { "direction_id": 0, - "headsign": "Medford Square" + "headsign": "Oak Square" }, - "id": "61869482", + "id": "66647017", "links": { - "self": "/trips/61869482" + "self": "/trips/66647017" }, "relationships": { "route": { "data": { - "id": "96", + "id": "57", "type": "route" } }, "route_pattern": { "data": { - "id": "96-_-0", + "id": "57-A-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "960118", + "id": "570293", "type": "shape" } }, "stops": { "data": [ { - "id": "20761", - "type": "stop" - }, - { - "id": "2310", - "type": "stop" - }, - { - "id": "2312", - "type": "stop" - }, - { - "id": "2314", - "type": "stop" - }, - { - "id": "23151", - "type": "stop" - }, - { - "id": "2316", + "id": "899", "type": "stop" }, { - "id": "2626", + "id": "951", "type": "stop" }, { - "id": "2627", + "id": "952", "type": "stop" }, { - "id": "2628", + "id": "953", "type": "stop" }, { - "id": "5104", + "id": "954", "type": "stop" }, { - "id": "5019", + "id": "956", "type": "stop" }, { - "id": "5021", + "id": "958", "type": "stop" }, { - "id": "2405", + "id": "959", "type": "stop" }, { - "id": "2406", + "id": "960", "type": "stop" }, { - "id": "2407", + "id": "962", "type": "stop" }, { - "id": "2408", + "id": "964", "type": "stop" }, { - "id": "2410", + "id": "966", "type": "stop" }, { - "id": "21411", + "id": "967", "type": "stop" }, { - "id": "5038", + "id": "969", "type": "stop" }, { - "id": "15038", + "id": "970", "type": "stop" }, { - "id": "5039", + "id": "971", "type": "stop" }, { - "id": "5040", + "id": "972", "type": "stop" }, { - "id": "5317", + "id": "973", "type": "stop" }, { - "id": "5319", + "id": "974", "type": "stop" }, { - "id": "63241", + "id": "975", "type": "stop" }, { - "id": "50021", + "id": "977", "type": "stop" }, { - "id": "45002", + "id": "9780", "type": "stop" } ] @@ -142232,14 +140942,14 @@ }, { "attributes": {}, - "id": "7117", + "id": "496", "links": { - "self": "/stops/7117" + "self": "/stops/496" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7117" + "related": "/facilities/?filter[stop]=496" } }, "parent_station": { @@ -142254,16 +140964,30 @@ }, "type": "stop" }, + { + "attributes": { + "color": "FFC72C", + "long_name": "Malden Center - Sullivan via Winter Hill", + "short_name": "101", + "sort_order": 51010, + "text_color": "000000" + }, + "id": "line-101", + "links": { + "self": "/lines/line-101" + }, + "type": "line" + }, { "attributes": {}, - "id": "6410", + "id": "7814", "links": { - "self": "/stops/6410" + "self": "/stops/7814" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6410" + "related": "/facilities/?filter[stop]=7814" } }, "parent_station": { @@ -142280,14 +141004,14 @@ }, { "attributes": {}, - "id": "6524", + "id": "7630", "links": { - "self": "/stops/6524" + "self": "/stops/7630" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6524" + "related": "/facilities/?filter[stop]=7630" } }, "parent_station": { @@ -142304,14 +141028,14 @@ }, { "attributes": {}, - "id": "1279", + "id": "8443", "links": { - "self": "/stops/1279" + "self": "/stops/8443" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1279" + "related": "/facilities/?filter[stop]=8443" } }, "parent_station": { @@ -142328,14 +141052,65 @@ }, { "attributes": {}, - "id": "3019", + "id": "1153", "links": { - "self": "/stops/3019" + "self": "/stops/1153" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3019" + "related": "/facilities/?filter[stop]=1153" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "70183", + "links": { + "self": "/stops/70183" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=70183" + } + }, + "parent_station": { + "data": { + "id": "place-longw", + "type": "stop" + } + }, + "zone": { + "data": { + "id": "RapidTransit", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "2721", + "links": { + "self": "/stops/2721" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=2721" } }, "parent_station": { @@ -142353,73 +141128,161 @@ { "attributes": { "direction_id": 0, - "headsign": "JFK/UMass (Shuttle)" + "headsign": "Northgate via Tomasello Way" }, - "id": "JFKKendallAshmontPlatforms-0-sample", + "id": "67202255", "links": { - "self": "/trips/JFKKendallAshmontPlatforms-0-sample" + "self": "/trips/67202255" }, "relationships": { "route": { "data": { - "id": "Shuttle-JFKKendall", + "id": "119", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-JFKKendall-0-0", + "id": "119-3-0", "type": "route_pattern" } }, "service": { "data": { - "id": "canonical", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "KendallToJFK-S", + "id": "1190089", "type": "shape" } }, "stops": { "data": [ { - "id": "2231", + "id": "5819", "type": "stop" }, { - "id": "9070073", + "id": "15808", "type": "stop" }, { - "id": "9170024", + "id": "5821", "type": "stop" }, { - "id": "9370022", + "id": "5822", "type": "stop" }, { - "id": "16535", + "id": "5823", "type": "stop" }, { - "id": "9070079", + "id": "5824", "type": "stop" }, { - "id": "151", + "id": "5825", "type": "stop" }, { - "id": "9070083", + "id": "5826", "type": "stop" }, { - "id": "121", + "id": "5827", + "type": "stop" + }, + { + "id": "5763", + "type": "stop" + }, + { + "id": "57641", + "type": "stop" + }, + { + "id": "5837", + "type": "stop" + }, + { + "id": "5828", + "type": "stop" + }, + { + "id": "5829", + "type": "stop" + }, + { + "id": "5830", + "type": "stop" + }, + { + "id": "35830", + "type": "stop" + }, + { + "id": "45830", + "type": "stop" + }, + { + "id": "5831", + "type": "stop" + }, + { + "id": "45833", + "type": "stop" + }, + { + "id": "45834", + "type": "stop" + }, + { + "id": "6256", + "type": "stop" + }, + { + "id": "6257", + "type": "stop" + }, + { + "id": "6258", + "type": "stop" + }, + { + "id": "6259", + "type": "stop" + }, + { + "id": "6260", + "type": "stop" + }, + { + "id": "6262", + "type": "stop" + }, + { + "id": "74120", + "type": "stop" + }, + { + "id": "7413", + "type": "stop" + }, + { + "id": "7414", + "type": "stop" + }, + { + "id": "45534", + "type": "stop" + }, + { + "id": "6267", "type": "stop" } ] @@ -142429,14 +141292,14 @@ }, { "attributes": {}, - "id": "7795", + "id": "4741", "links": { - "self": "/stops/7795" + "self": "/stops/4741" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7795" + "related": "/facilities/?filter[stop]=4741" } }, "parent_station": { @@ -142453,14 +141316,14 @@ }, { "attributes": {}, - "id": "8337", + "id": "1183", "links": { - "self": "/stops/8337" + "self": "/stops/1183" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8337" + "related": "/facilities/?filter[stop]=1183" } }, "parent_station": { @@ -142477,14 +141340,172 @@ }, { "attributes": {}, - "id": "7426", + "id": "3613", "links": { - "self": "/stops/7426" + "self": "/stops/3613" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7426" + "related": "/facilities/?filter[stop]=3613" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "8467", + "links": { + "self": "/stops/8467" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=8467" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": { + "color": "FFC72C", + "long_name": "Forest Hills - Andrew or UMass", + "short_name": "16", + "sort_order": 50160, + "text_color": "000000" + }, + "id": "line-16", + "links": { + "self": "/lines/line-16" + }, + "type": "line" + }, + { + "attributes": {}, + "id": "40618", + "links": { + "self": "/stops/40618" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=40618" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "8257", + "links": { + "self": "/stops/8257" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=8257" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "9184", + "links": { + "self": "/stops/9184" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=9184" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "13831", + "links": { + "self": "/stops/13831" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=13831" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "3071", + "links": { + "self": "/stops/3071" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=3071" } }, "parent_station": { @@ -142502,197 +141523,105 @@ { "attributes": { "direction_id": 0, - "headsign": "Eastern & Essex via Western Ave" + "headsign": "Ashmont" }, - "id": "62216372", + "id": "canonical-Red-C2-0", "links": { - "self": "/trips/62216372" + "self": "/trips/canonical-Red-C2-0" }, "relationships": { "route": { "data": { - "id": "424", + "id": "Red", "type": "route" } }, "route_pattern": { "data": { - "id": "424-6-0", + "id": "Red-1-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "canonical", "type": "service" } }, "shape": { "data": { - "id": "4240080", + "id": "canonical-931_0009", "type": "shape" } }, "stops": { "data": [ { - "id": "15795", - "type": "stop" - }, - { - "id": "5700", - "type": "stop" - }, - { - "id": "5701", - "type": "stop" - }, - { - "id": "5703", - "type": "stop" - }, - { - "id": "5704", - "type": "stop" - }, - { - "id": "35704", - "type": "stop" - }, - { - "id": "4512", - "type": "stop" - }, - { - "id": "4513", - "type": "stop" - }, - { - "id": "4515", - "type": "stop" - }, - { - "id": "4516", - "type": "stop" - }, - { - "id": "4518", - "type": "stop" - }, - { - "id": "4520", - "type": "stop" - }, - { - "id": "45211", - "type": "stop" - }, - { - "id": "4521", - "type": "stop" - }, - { - "id": "4522", - "type": "stop" - }, - { - "id": "4523", - "type": "stop" - }, - { - "id": "4524", - "type": "stop" - }, - { - "id": "4527", - "type": "stop" - }, - { - "id": "4528", - "type": "stop" - }, - { - "id": "4529", - "type": "stop" - }, - { - "id": "4530", - "type": "stop" - }, - { - "id": "4531", - "type": "stop" - }, - { - "id": "4532", - "type": "stop" - }, - { - "id": "7246", + "id": "70061", "type": "stop" }, { - "id": "7247", + "id": "70063", "type": "stop" }, { - "id": "7248", + "id": "70065", "type": "stop" }, { - "id": "7249", + "id": "70067", "type": "stop" }, { - "id": "7250", + "id": "70069", "type": "stop" }, { - "id": "7251", + "id": "70071", "type": "stop" }, { - "id": "7252", + "id": "70073", "type": "stop" }, { - "id": "4533", + "id": "70075", "type": "stop" }, { - "id": "4534", + "id": "70077", "type": "stop" }, { - "id": "4535", + "id": "70079", "type": "stop" }, { - "id": "7214", + "id": "70081", "type": "stop" }, { - "id": "7217", + "id": "70083", "type": "stop" }, { - "id": "7218", + "id": "70085", "type": "stop" }, { - "id": "7219", + "id": "70087", "type": "stop" }, { - "id": "7220", + "id": "70089", "type": "stop" }, { - "id": "7222", + "id": "70091", "type": "stop" }, { - "id": "7223", + "id": "70093", "type": "stop" } ] @@ -142702,14 +141631,113 @@ }, { "attributes": {}, - "id": "4376", + "id": "2913", "links": { - "self": "/stops/4376" + "self": "/stops/2913" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4376" + "related": "/facilities/?filter[stop]=2913" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "70095", + "links": { + "self": "/stops/70095" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=70095" + } + }, + "parent_station": { + "data": { + "id": "place-jfk", + "type": "stop" + } + }, + "zone": { + "data": { + "id": "RapidTransit", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "4800", + "links": { + "self": "/stops/4800" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=4800" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "8486", + "links": { + "self": "/stops/8486" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=8486" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "602", + "links": { + "self": "/stops/602" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=602" } }, "parent_station": { @@ -142727,22 +141755,22 @@ { "attributes": { "direction_id": 0, - "headsign": "Providence (Shuttle)" + "headsign": "Readville (Shuttle)" }, - "id": "PawtucketProvidence-0-sample", + "id": "ReadvilleSouthStationFMT-0-sample", "links": { - "self": "/trips/PawtucketProvidence-0-sample" + "self": "/trips/ReadvilleSouthStationFMT-0-sample" }, "relationships": { "route": { "data": { - "id": "Shuttle-PawtucketProvidence", + "id": "Shuttle-ReadvilleSouthStation", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-PawtucketProvidence-0-0", + "id": "Shuttle-ReadvilleSouthStation-0-0", "type": "route_pattern" } }, @@ -142754,18 +141782,42 @@ }, "shape": { "data": { - "id": "PawtucketCentralFallsToProvidence-S", + "id": "SouthStationToReadvilleViaFairmount-S", "type": "shape" } }, "stops": { "data": [ { - "id": "NEC-1891-B", + "id": "NEC-2287-B", "type": "stop" }, { - "id": "NEC-1851-B2", + "id": "DB-2265-B1", + "type": "stop" + }, + { + "id": "DB-2258-B0", + "type": "stop" + }, + { + "id": "DB-2249-B2", + "type": "stop" + }, + { + "id": "DB-2240-B0", + "type": "stop" + }, + { + "id": "DB-2230-B0", + "type": "stop" + }, + { + "id": "DB-2222-B0", + "type": "stop" + }, + { + "id": "DB-2205-B0", "type": "stop" } ] @@ -142775,14 +141827,14 @@ }, { "attributes": {}, - "id": "4350", + "id": "3670", "links": { - "self": "/stops/4350" + "self": "/stops/3670" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4350" + "related": "/facilities/?filter[stop]=3670" } }, "parent_station": { @@ -142799,14 +141851,14 @@ }, { "attributes": {}, - "id": "45833", + "id": "40619", "links": { - "self": "/stops/45833" + "self": "/stops/40619" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=45833" + "related": "/facilities/?filter[stop]=40619" } }, "parent_station": { @@ -142823,14 +141875,14 @@ }, { "attributes": {}, - "id": "5086", + "id": "7643", "links": { - "self": "/stops/5086" + "self": "/stops/7643" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5086" + "related": "/facilities/?filter[stop]=7643" } }, "parent_station": { @@ -142847,14 +141899,14 @@ }, { "attributes": {}, - "id": "9073", + "id": "6202", "links": { - "self": "/stops/9073" + "self": "/stops/6202" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9073" + "related": "/facilities/?filter[stop]=6202" } }, "parent_station": { @@ -142871,14 +141923,14 @@ }, { "attributes": {}, - "id": "11917", + "id": "111864", "links": { - "self": "/stops/11917" + "self": "/stops/111864" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=11917" + "related": "/facilities/?filter[stop]=111864" } }, "parent_station": { @@ -142895,14 +141947,14 @@ }, { "attributes": {}, - "id": "111", + "id": "8231", "links": { - "self": "/stops/111" + "self": "/stops/8231" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=111" + "related": "/facilities/?filter[stop]=8231" } }, "parent_station": { @@ -142919,14 +141971,14 @@ }, { "attributes": {}, - "id": "2102", + "id": "7213", "links": { - "self": "/stops/2102" + "self": "/stops/7213" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2102" + "related": "/facilities/?filter[stop]=7213" } }, "parent_station": { @@ -142945,27 +141997,33 @@ "attributes": { "color": "FFC72C", "direction_destinations": [ - "Reading", - "North Station" + "Quincy Center Station", + "Ashmont Station" ], "direction_names": [ "Outbound", "Inbound" ], - "long_name": "Reading - Anderson/Woburn", - "short_name": "Haverhill Line Shuttle", - "sort_order": 60231, + "long_name": "Quincy Center Station - Ashmont Station via West Quincy", + "short_name": "215", + "sort_order": 52150, "text_color": "000000", "type": 3 }, - "id": "Shuttle-AndersonWoburnReading", + "id": "215", "links": { - "self": "/routes/Shuttle-AndersonWoburnReading" + "self": "/routes/215" }, "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, "line": { "data": { - "id": "line-Haverhill", + "id": "line-215", "type": "line" } } @@ -142974,14 +142032,14 @@ }, { "attributes": {}, - "id": "7835", + "id": "3913", "links": { - "self": "/stops/7835" + "self": "/stops/3913" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7835" + "related": "/facilities/?filter[stop]=3913" } }, "parent_station": { @@ -142998,14 +142056,14 @@ }, { "attributes": {}, - "id": "7130", + "id": "3288", "links": { - "self": "/stops/7130" + "self": "/stops/3288" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7130" + "related": "/facilities/?filter[stop]=3288" } }, "parent_station": { @@ -143020,47 +142078,16 @@ }, "type": "stop" }, - { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Harvard Square", - "Kendall/MIT Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Harvard Square - Kendall/MIT Station", - "short_name": "68", - "sort_order": 50680, - "text_color": "000000", - "type": 3 - }, - "id": "68", - "links": { - "self": "/routes/68" - }, - "relationships": { - "line": { - "data": { - "id": "line-6468", - "type": "line" - } - } - }, - "type": "route" - }, { "attributes": {}, - "id": "4594", + "id": "1583", "links": { - "self": "/stops/4594" + "self": "/stops/1583" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4594" + "related": "/facilities/?filter[stop]=1583" } }, "parent_station": { @@ -143077,14 +142104,14 @@ }, { "attributes": {}, - "id": "1540", + "id": "12852", "links": { - "self": "/stops/1540" + "self": "/stops/12852" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1540" + "related": "/facilities/?filter[stop]=12852" } }, "parent_station": { @@ -143101,14 +142128,14 @@ }, { "attributes": {}, - "id": "32619", + "id": "3780", "links": { - "self": "/stops/32619" + "self": "/stops/3780" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=32619" + "related": "/facilities/?filter[stop]=3780" } }, "parent_station": { @@ -143125,14 +142152,14 @@ }, { "attributes": {}, - "id": "2336", + "id": "6649", "links": { - "self": "/stops/2336" + "self": "/stops/6649" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2336" + "related": "/facilities/?filter[stop]=6649" } }, "parent_station": { @@ -143149,14 +142176,14 @@ }, { "attributes": {}, - "id": "11860", + "id": "5490", "links": { - "self": "/stops/11860" + "self": "/stops/5490" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=11860" + "related": "/facilities/?filter[stop]=5490" } }, "parent_station": { @@ -143173,14 +142200,14 @@ }, { "attributes": {}, - "id": "16551", + "id": "15940", "links": { - "self": "/stops/16551" + "self": "/stops/15940" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=16551" + "related": "/facilities/?filter[stop]=15940" } }, "parent_station": { @@ -143197,14 +142224,14 @@ }, { "attributes": {}, - "id": "5283", + "id": "109853", "links": { - "self": "/stops/5283" + "self": "/stops/109853" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5283" + "related": "/facilities/?filter[stop]=109853" } }, "parent_station": { @@ -143222,455 +142249,141 @@ { "attributes": { "direction_id": 1, - "headsign": "Malden" + "headsign": "Forest Hills" }, - "id": "61869104", + "id": "67251839", "links": { - "self": "/trips/61869104" + "self": "/trips/67251839" }, "relationships": { "route": { "data": { - "id": "411", + "id": "32", "type": "route" } }, "route_pattern": { "data": { - "id": "411-1-1", + "id": "32-3-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "4110141", + "id": "320298", "type": "shape" } }, "stops": { "data": [ { - "id": "8336", + "id": "42819", "type": "stop" }, { - "id": "8338", + "id": "42820", "type": "stop" }, { - "id": "18338", + "id": "16466", "type": "stop" }, { - "id": "17463", + "id": "26467", "type": "stop" }, { - "id": "8576", + "id": "46467", "type": "stop" }, { - "id": "8577", + "id": "56567", "type": "stop" }, { - "id": "7536", + "id": "75467", "type": "stop" }, { - "id": "7537", + "id": "26466", "type": "stop" }, { - "id": "7539", + "id": "36466", "type": "stop" }, { - "id": "7540", + "id": "6466", "type": "stop" }, { - "id": "9021", + "id": "6467", "type": "stop" }, { - "id": "9023", + "id": "6468", "type": "stop" }, { - "id": "9024", + "id": "6470", "type": "stop" }, { - "id": "9025", + "id": "6471", "type": "stop" }, { - "id": "9026", + "id": "6472", "type": "stop" }, { - "id": "5440", + "id": "6473", "type": "stop" }, { - "id": "5441", + "id": "6474", "type": "stop" }, { - "id": "5442", + "id": "6476", "type": "stop" }, { - "id": "5443", + "id": "6478", "type": "stop" }, { - "id": "5444", + "id": "6479", "type": "stop" }, { - "id": "5445", + "id": "6480", "type": "stop" }, { - "id": "15431", + "id": "16479", "type": "stop" }, { - "id": "53270", - "type": "stop" - } - ] - } - }, - "type": "trip" - }, - { - "attributes": {}, - "id": "13844", - "links": { - "self": "/stops/13844" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=13844" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "2168", - "links": { - "self": "/stops/2168" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=2168" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "4234", - "links": { - "self": "/stops/4234" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=4234" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "3175", - "links": { - "self": "/stops/3175" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=3175" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "823", - "links": { - "self": "/stops/823" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=823" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "52", - "links": { - "self": "/stops/52" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=52" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": { - "direction_id": 1, - "headsign": "Copley" - }, - "id": "61394358", - "links": { - "self": "/trips/61394358" - }, - "relationships": { - "route": { - "data": { - "id": "55", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "55-_-1", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "SpringWeekday", - "type": "service" - } - }, - "shape": { - "data": { - "id": "550092", - "type": "shape" - } - }, - "stops": { - "data": [ - { - "id": "1926", - "type": "stop" - }, - { - "id": "1927", - "type": "stop" - }, - { - "id": "1928", - "type": "stop" - }, - { - "id": "1929", - "type": "stop" - }, - { - "id": "1931", - "type": "stop" - }, - { - "id": "1932", - "type": "stop" - }, - { - "id": "1389", - "type": "stop" - }, - { - "id": "175", - "type": "stop" - }, - { - "id": "143", - "type": "stop" - }, - { - "id": "178", - "type": "stop" - } - ] - } - }, - "type": "trip" - }, - { - "attributes": { - "direction_id": 1, - "headsign": "South Station" - }, - "id": "canonical-CR-Providence-C1-1", - "links": { - "self": "/trips/canonical-CR-Providence-C1-1" - }, - "relationships": { - "route": { - "data": { - "id": "CR-Providence", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "CR-Providence-C1-1", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "canonical", - "type": "service" - } - }, - "shape": { - "data": { - "id": "canonical-9890008", - "type": "shape" - } - }, - "stops": { - "data": [ - { - "id": "NEC-1659-03", - "type": "stop" - }, - { - "id": "NEC-1768-03", - "type": "stop" - }, - { - "id": "NEC-1851-03", - "type": "stop" - }, - { - "id": "NEC-1891-02", - "type": "stop" - }, - { - "id": "NEC-1919-02", - "type": "stop" - }, - { - "id": "NEC-1969-04", - "type": "stop" - }, - { - "id": "NEC-2040-02", - "type": "stop" - }, - { - "id": "NEC-2108-02", - "type": "stop" - }, - { - "id": "NEC-2139", - "type": "stop" - }, - { - "id": "NEC-2173-02", - "type": "stop" - }, - { - "id": "NEC-2203-02", - "type": "stop" - }, - { - "id": "NEC-2237-03", + "id": "36479", "type": "stop" }, { - "id": "NEC-2265", + "id": "56479", "type": "stop" }, { - "id": "NEC-2276", + "id": "76479", "type": "stop" }, { - "id": "NEC-2287", + "id": "875", "type": "stop" } ] @@ -143680,14 +142393,14 @@ }, { "attributes": {}, - "id": "5559", + "id": "9125", "links": { - "self": "/stops/5559" + "self": "/stops/9125" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5559" + "related": "/facilities/?filter[stop]=9125" } }, "parent_station": { @@ -143704,14 +142417,14 @@ }, { "attributes": {}, - "id": "5330", + "id": "6834", "links": { - "self": "/stops/5330" + "self": "/stops/6834" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5330" + "related": "/facilities/?filter[stop]=6834" } }, "parent_station": { @@ -143728,14 +142441,14 @@ }, { "attributes": {}, - "id": "8946", + "id": "5476", "links": { - "self": "/stops/8946" + "self": "/stops/5476" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8946" + "related": "/facilities/?filter[stop]=5476" } }, "parent_station": { @@ -143752,14 +142465,14 @@ }, { "attributes": {}, - "id": "2814", + "id": "7482", "links": { - "self": "/stops/2814" + "self": "/stops/7482" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2814" + "related": "/facilities/?filter[stop]=7482" } }, "parent_station": { @@ -143776,14 +142489,14 @@ }, { "attributes": {}, - "id": "2810", + "id": "18", "links": { - "self": "/stops/2810" + "self": "/stops/18" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2810" + "related": "/facilities/?filter[stop]=18" } }, "parent_station": { @@ -143800,14 +142513,14 @@ }, { "attributes": {}, - "id": "63", + "id": "56495", "links": { - "self": "/stops/63" + "self": "/stops/56495" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=63" + "related": "/facilities/?filter[stop]=56495" } }, "parent_station": { @@ -143815,7 +142528,7 @@ }, "zone": { "data": { - "id": "ExpressBus-Downtown", + "id": "LocalBus", "type": "zone" } } @@ -143824,22 +142537,25 @@ }, { "attributes": {}, - "id": "7608", + "id": "FS-0049-S", "links": { - "self": "/stops/7608" + "self": "/stops/FS-0049-S" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7608" + "related": "/facilities/?filter[stop]=FS-0049-S" } }, "parent_station": { - "data": null + "data": { + "id": "place-FS-0049", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "CR-zone-4", "type": "zone" } } @@ -143848,14 +142564,14 @@ }, { "attributes": {}, - "id": "7401", + "id": "4576", "links": { - "self": "/stops/7401" + "self": "/stops/4576" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7401" + "related": "/facilities/?filter[stop]=4576" } }, "parent_station": { @@ -143872,14 +142588,14 @@ }, { "attributes": {}, - "id": "6103", + "id": "5931", "links": { - "self": "/stops/6103" + "self": "/stops/5931" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6103" + "related": "/facilities/?filter[stop]=5931" } }, "parent_station": { @@ -143896,35 +142612,38 @@ }, { "attributes": {}, - "id": "9070178", + "id": "46467", "links": { - "self": "/stops/9070178" + "self": "/stops/46467" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9070178" + "related": "/facilities/?filter[stop]=46467" } }, "parent_station": { "data": null }, "zone": { - "data": null + "data": { + "id": "LocalBus", + "type": "zone" + } } }, "type": "stop" }, { "attributes": {}, - "id": "14831", + "id": "7263", "links": { - "self": "/stops/14831" + "self": "/stops/7263" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=14831" + "related": "/facilities/?filter[stop]=7263" } }, "parent_station": { @@ -143941,96 +142660,119 @@ }, { "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Ashmont/Braintree", - "Alewife" - ], - "direction_names": [ - "South", - "North" - ], - "long_name": "Harvard - JFK/UMass via Congress Street", - "short_name": "Red Line Shuttle", - "sort_order": 61959, - "text_color": "000000", - "type": 3 + "direction_id": 1, + "headsign": "Gallivan Blvd via Norfolk St" }, - "id": "Shuttle-HarvardJFK", + "id": "67250461", "links": { - "self": "/routes/Shuttle-HarvardJFK" + "self": "/trips/67250461" }, "relationships": { - "line": { + "route": { "data": { - "id": "line-Red", - "type": "line" - } - } - }, - "type": "route" - }, - { - "attributes": {}, - "id": "3397", - "links": { - "self": "/stops/3397" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=3397" + "id": "26", + "type": "route" } }, - "parent_station": { - "data": null - }, - "zone": { + "route_pattern": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "ER-0227-S", - "links": { - "self": "/stops/ER-0227-S" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=ER-0227-S" + "id": "26-1-1", + "type": "route_pattern" } }, - "parent_station": { + "service": { "data": { - "id": "place-ER-0227", - "type": "stop" + "id": "WinterWeekday", + "type": "service" } }, - "zone": { + "shape": { "data": { - "id": "CR-zone-5", - "type": "zone" + "id": "260064", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "334", + "type": "stop" + }, + { + "id": "367", + "type": "stop" + }, + { + "id": "369", + "type": "stop" + }, + { + "id": "371", + "type": "stop" + }, + { + "id": "431", + "type": "stop" + }, + { + "id": "432", + "type": "stop" + }, + { + "id": "435", + "type": "stop" + }, + { + "id": "436", + "type": "stop" + }, + { + "id": "438", + "type": "stop" + }, + { + "id": "439", + "type": "stop" + }, + { + "id": "440", + "type": "stop" + }, + { + "id": "441", + "type": "stop" + }, + { + "id": "443", + "type": "stop" + }, + { + "id": "529", + "type": "stop" + }, + { + "id": "530", + "type": "stop" + }, + { + "id": "507", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "3201", + "id": "4751", "links": { - "self": "/stops/3201" + "self": "/stops/4751" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3201" + "related": "/facilities/?filter[stop]=4751" } }, "parent_station": { @@ -144047,14 +142789,14 @@ }, { "attributes": {}, - "id": "8683", + "id": "3857", "links": { - "self": "/stops/8683" + "self": "/stops/3857" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8683" + "related": "/facilities/?filter[stop]=3857" } }, "parent_station": { @@ -144071,14 +142813,14 @@ }, { "attributes": {}, - "id": "7184", + "id": "8960", "links": { - "self": "/stops/7184" + "self": "/stops/8960" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7184" + "related": "/facilities/?filter[stop]=8960" } }, "parent_station": { @@ -144093,24 +142835,41 @@ }, "type": "stop" }, + { + "attributes": { + "color": "FFC72C", + "long_name": "Saugus Center or Jack Satter House, Revere - Malden Center", + "short_name": "411/430", + "sort_order": 54110, + "text_color": "000000" + }, + "id": "line-411430", + "links": { + "self": "/lines/line-411430" + }, + "type": "line" + }, { "attributes": {}, - "id": "2634", + "id": "WR-0067-01", "links": { - "self": "/stops/2634" + "self": "/stops/WR-0067-01" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2634" + "related": "/facilities/?filter[stop]=WR-0067-01" } }, "parent_station": { - "data": null + "data": { + "id": "place-WR-0067", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "CR-zone-1", "type": "zone" } } @@ -144119,14 +142878,14 @@ }, { "attributes": {}, - "id": "567", + "id": "6678", "links": { - "self": "/stops/567" + "self": "/stops/6678" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=567" + "related": "/facilities/?filter[stop]=6678" } }, "parent_station": { @@ -144143,14 +142902,14 @@ }, { "attributes": {}, - "id": "157", + "id": "2510", "links": { - "self": "/stops/157" + "self": "/stops/2510" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=157" + "related": "/facilities/?filter[stop]=2510" } }, "parent_station": { @@ -144168,447 +142927,289 @@ { "attributes": { "direction_id": 1, - "headsign": "North Station" + "headsign": "Alewife via Mall Rd" }, - "id": "canonical-CR-Haverhill-C1-1", + "id": "67008114", "links": { - "self": "/trips/canonical-CR-Haverhill-C1-1" + "self": "/trips/67008114" }, "relationships": { "route": { "data": { - "id": "CR-Haverhill", + "id": "350", "type": "route" } }, "route_pattern": { "data": { - "id": "CR-Haverhill-ebc58735-1", + "id": "350-5-1", "type": "route_pattern" } }, "service": { "data": { - "id": "canonical", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "canonical-9820001", + "id": "3500226", "type": "shape" } }, "stops": { "data": [ { - "id": "WR-0329-02", + "id": "6902", "type": "stop" }, { - "id": "WR-0325-02", + "id": "8229", "type": "stop" }, { - "id": "WR-0264-02", + "id": "8230", "type": "stop" }, { - "id": "WR-0228-02", + "id": "8231", "type": "stop" }, { - "id": "WR-0205-02", + "id": "8232", "type": "stop" }, { - "id": "WR-0163-S", + "id": "8233", "type": "stop" }, { - "id": "WR-0120-S", + "id": "8234", "type": "stop" }, { - "id": "WR-0099-02", + "id": "8235", "type": "stop" }, { - "id": "WR-0085-02", + "id": "8236", "type": "stop" }, { - "id": "WR-0075-02", + "id": "8237", "type": "stop" }, { - "id": "WR-0067-02", + "id": "8239", "type": "stop" }, { - "id": "WR-0062-02", + "id": "18239", "type": "stop" }, { - "id": "WR-0053-S", + "id": "8240", "type": "stop" }, { - "id": "WR-0045-S", + "id": "50940", "type": "stop" }, { - "id": "BNT-0000", - "type": "stop" - } - ] - } - }, - "type": "trip" - }, - { - "attributes": {}, - "id": "2660", - "links": { - "self": "/stops/2660" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=2660" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": { - "direction_id": 1, - "headsign": "South Station" - }, - "id": "canonical-CR-Kingston-C1-1", - "links": { - "self": "/trips/canonical-CR-Kingston-C1-1" - }, - "relationships": { - "route": { - "data": { - "id": "CR-Kingston", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "CR-Kingston-6cec404d-1", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "canonical", - "type": "service" - } - }, - "shape": { - "data": { - "id": "canonical-9790001", - "type": "shape" - } - }, - "stops": { - "data": [ - { - "id": "KB-0351-S", + "id": "49807", "type": "stop" }, { - "id": "PB-0281-S", + "id": "49848", "type": "stop" }, { - "id": "PB-0245-S", + "id": "49849", "type": "stop" }, { - "id": "PB-0212-S", + "id": "49850", "type": "stop" }, { - "id": "PB-0194-S", + "id": "49808", "type": "stop" }, { - "id": "PB-0158-S", + "id": "18245", "type": "stop" }, { - "id": "MM-0109-S", + "id": "18246", "type": "stop" }, { - "id": "MM-0079-S", + "id": "18247", "type": "stop" }, { - "id": "MM-0023-S", + "id": "18251", "type": "stop" }, { - "id": "NEC-2287", + "id": "11694", "type": "stop" - } - ] - } - }, - "type": "trip" - }, - { - "attributes": {}, - "id": "1059", - "links": { - "self": "/stops/1059" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=1059" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "3536", - "links": { - "self": "/stops/3536" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=3536" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": { - "direction_id": 1, - "headsign": "Boston via Woburn, West Cummings & Medford Square (Express)" - }, - "id": "61869290", - "links": { - "self": "/trips/61869290" - }, - "relationships": { - "route": { - "data": { - "id": "354", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "354-6-1", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "SpringWeekday", - "type": "service" - } - }, - "shape": { - "data": { - "id": "3540148", - "type": "shape" - } - }, - "stops": { - "data": [ + }, { - "id": "6902", + "id": "8241", "type": "stop" }, { - "id": "8229", + "id": "8242", "type": "stop" }, { - "id": "8230", + "id": "8243", "type": "stop" }, { - "id": "8231", + "id": "8244", "type": "stop" }, { - "id": "8232", + "id": "18244", "type": "stop" }, { - "id": "8233", + "id": "8245", "type": "stop" }, { - "id": "8234", + "id": "8247", "type": "stop" }, { - "id": "8235", + "id": "8248", "type": "stop" }, { - "id": "8236", + "id": "8249", "type": "stop" }, { - "id": "8237", + "id": "8250", "type": "stop" }, { - "id": "8239", + "id": "8251", "type": "stop" }, { - "id": "18239", + "id": "8252", "type": "stop" }, { - "id": "8240", + "id": "8253", "type": "stop" }, { - "id": "8241", + "id": "8254", "type": "stop" }, { - "id": "8242", + "id": "8257", "type": "stop" }, { - "id": "8243", + "id": "8259", "type": "stop" }, { - "id": "8244", + "id": "8260", "type": "stop" }, { - "id": "18244", + "id": "8261", "type": "stop" }, { - "id": "8245", + "id": "8262", "type": "stop" }, { - "id": "8247", + "id": "8264", "type": "stop" }, { - "id": "82471", + "id": "8267", "type": "stop" }, { - "id": "49816", + "id": "8269", "type": "stop" }, { - "id": "49817", + "id": "8270", "type": "stop" }, { - "id": "49823", + "id": "8271", "type": "stop" }, { - "id": "49824", + "id": "8272", "type": "stop" }, { - "id": "9125", + "id": "18272", "type": "stop" }, { - "id": "49826", + "id": "8273", "type": "stop" }, { - "id": "49827", + "id": "8274", "type": "stop" }, { - "id": "49828", + "id": "8275", "type": "stop" }, { - "id": "4982", + "id": "2260", "type": "stop" }, { - "id": "49829", + "id": "2261", "type": "stop" }, { - "id": "49831", + "id": "2262", "type": "stop" }, { - "id": "49832", + "id": "2263", "type": "stop" }, { - "id": "49999", + "id": "2264", "type": "stop" }, { - "id": "49825", + "id": "2265", "type": "stop" }, { - "id": "49841", + "id": "2266", "type": "stop" }, { - "id": "49842", + "id": "22661", "type": "stop" }, { - "id": "45003", + "id": "22671", "type": "stop" }, { - "id": "65", + "id": "141", "type": "stop" } ] @@ -144618,14 +143219,14 @@ }, { "attributes": {}, - "id": "4089", + "id": "3181", "links": { - "self": "/stops/4089" + "self": "/stops/3181" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4089" + "related": "/facilities/?filter[stop]=3181" } }, "parent_station": { @@ -144642,14 +143243,14 @@ }, { "attributes": {}, - "id": "6407", + "id": "3611", "links": { - "self": "/stops/6407" + "self": "/stops/3611" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6407" + "related": "/facilities/?filter[stop]=3611" } }, "parent_station": { @@ -144666,14 +143267,14 @@ }, { "attributes": {}, - "id": "22618", + "id": "7625", "links": { - "self": "/stops/22618" + "self": "/stops/7625" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=22618" + "related": "/facilities/?filter[stop]=7625" } }, "parent_station": { @@ -144690,14 +143291,14 @@ }, { "attributes": {}, - "id": "4285", + "id": "22", "links": { - "self": "/stops/4285" + "self": "/stops/22" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4285" + "related": "/facilities/?filter[stop]=22" } }, "parent_station": { @@ -144714,14 +143315,14 @@ }, { "attributes": {}, - "id": "1301", + "id": "4672", "links": { - "self": "/stops/1301" + "self": "/stops/4672" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1301" + "related": "/facilities/?filter[stop]=4672" } }, "parent_station": { @@ -144738,21 +143339,18 @@ }, { "attributes": {}, - "id": "91852", + "id": "99991", "links": { - "self": "/stops/91852" + "self": "/stops/99991" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=91852" + "related": "/facilities/?filter[stop]=99991" } }, "parent_station": { - "data": { - "id": "place-NB-0120", - "type": "stop" - } + "data": null }, "zone": { "data": { @@ -144765,14 +143363,14 @@ }, { "attributes": {}, - "id": "2285", + "id": "3792", "links": { - "self": "/stops/2285" + "self": "/stops/3792" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2285" + "related": "/facilities/?filter[stop]=3792" } }, "parent_station": { @@ -144787,81 +143385,16 @@ }, "type": "stop" }, - { - "attributes": { - "direction_id": 1, - "headsign": "Kenmore (Shuttle)" - }, - "id": "KenmoreReservoir-1-sample", - "links": { - "self": "/trips/KenmoreReservoir-1-sample" - }, - "relationships": { - "route": { - "data": { - "id": "Shuttle-KenmoreReservoir", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Shuttle-KenmoreReservoir-0-1", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "canonical", - "type": "service" - } - }, - "shape": { - "data": { - "id": "ReservoirToKenmore-S", - "type": "shape" - } - }, - "stops": { - "data": [ - { - "id": "21917", - "type": "stop" - }, - { - "id": "9070179", - "type": "stop" - }, - { - "id": "1556", - "type": "stop" - }, - { - "id": "1804", - "type": "stop" - }, - { - "id": "1807", - "type": "stop" - }, - { - "id": "9070150", - "type": "stop" - } - ] - } - }, - "type": "trip" - }, { "attributes": {}, - "id": "8970", + "id": "109836", "links": { - "self": "/stops/8970" + "self": "/stops/109836" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8970" + "related": "/facilities/?filter[stop]=109836" } }, "parent_station": { @@ -144878,25 +143411,22 @@ }, { "attributes": {}, - "id": "GB-0254-02", + "id": "7269", "links": { - "self": "/stops/GB-0254-02" + "self": "/stops/7269" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=GB-0254-02" + "related": "/facilities/?filter[stop]=7269" } }, "parent_station": { - "data": { - "id": "place-GB-0254", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "CR-zone-6", + "id": "LocalBus", "type": "zone" } } @@ -144905,14 +143435,14 @@ }, { "attributes": {}, - "id": "6827", + "id": "70618", "links": { - "self": "/stops/6827" + "self": "/stops/70618" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6827" + "related": "/facilities/?filter[stop]=70618" } }, "parent_station": { @@ -144928,26 +143458,61 @@ "type": "stop" }, { - "attributes": {}, - "id": "70064", - "links": { - "self": "/stops/70064" + "attributes": { + "color": "FFC72C", + "long_name": "North Station - Design Center", + "short_name": "4", + "sort_order": 50040, + "text_color": "000000" + }, + "id": "line-4", + "links": { + "self": "/lines/line-4" + }, + "type": "line" + }, + { + "attributes": {}, + "id": "109842", + "links": { + "self": "/stops/109842" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70064" + "related": "/facilities/?filter[stop]=109842" } }, "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "place-davis", - "type": "stop" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "17421", + "links": { + "self": "/stops/17421" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=17421" } }, + "parent_station": { + "data": null + }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } @@ -144956,14 +143521,38 @@ }, { "attributes": {}, - "id": "4242", + "id": "1694", "links": { - "self": "/stops/4242" + "self": "/stops/1694" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4242" + "related": "/facilities/?filter[stop]=1694" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "4144", + "links": { + "self": "/stops/4144" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=4144" } }, "parent_station": { @@ -144978,212 +143567,173 @@ }, "type": "stop" }, + { + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Clarendon Hill", + "Lechmere Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Clarendon Hill - Lechmere Station", + "short_name": "88", + "sort_order": 50880, + "text_color": "000000", + "type": 3 + }, + "id": "88", + "links": { + "self": "/routes/88" + }, + "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, + "line": { + "data": { + "id": "line-88", + "type": "line" + } + } + }, + "type": "route" + }, { "attributes": { "direction_id": 0, - "headsign": "Charles River Loop" + "headsign": "Clarendon Hill" }, - "id": "62145525", + "id": "66957158", "links": { - "self": "/trips/62145525" + "self": "/trips/66957158" }, "relationships": { "route": { "data": { - "id": "36", + "id": "89", "type": "route" } }, "route_pattern": { "data": { - "id": "36-9-0", + "id": "89-_-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "360363", + "id": "890206", "type": "shape" } }, "stops": { "data": [ { - "id": "1346", - "type": "stop" - }, - { - "id": "1350", - "type": "stop" - }, - { - "id": "1351", - "type": "stop" - }, - { - "id": "1352", - "type": "stop" - }, - { - "id": "1353", - "type": "stop" - }, - { - "id": "1354", - "type": "stop" - }, - { - "id": "17411", - "type": "stop" - }, - { - "id": "17401", - "type": "stop" - }, - { - "id": "17391", - "type": "stop" - }, - { - "id": "1587", - "type": "stop" - }, - { - "id": "11587", - "type": "stop" - }, - { - "id": "21587", - "type": "stop" - }, - { - "id": "547", - "type": "stop" - }, - { - "id": "10642", - "type": "stop" - }, - { - "id": "596", - "type": "stop" - }, - { - "id": "597", - "type": "stop" - }, - { - "id": "598", - "type": "stop" - }, - { - "id": "599", - "type": "stop" - }, - { - "id": "600", - "type": "stop" - }, - { - "id": "601", + "id": "29011", "type": "stop" }, { - "id": "602", + "id": "2718", "type": "stop" }, { - "id": "797", + "id": "2719", "type": "stop" }, { - "id": "798", + "id": "2721", "type": "stop" }, { - "id": "799", + "id": "2723", "type": "stop" }, { - "id": "800", + "id": "2725", "type": "stop" }, { - "id": "801", + "id": "2726", "type": "stop" }, { - "id": "802", + "id": "2729", "type": "stop" }, { - "id": "803", + "id": "2731", "type": "stop" }, { - "id": "804", + "id": "2733", "type": "stop" }, { - "id": "805", + "id": "2734", "type": "stop" }, { - "id": "806", + "id": "2735", "type": "stop" }, { - "id": "807", + "id": "2736", "type": "stop" }, { - "id": "808", + "id": "2737", "type": "stop" }, { - "id": "810", + "id": "2738", "type": "stop" }, { - "id": "821", + "id": "2740", "type": "stop" }, { - "id": "812", + "id": "2741", "type": "stop" }, { - "id": "11812", + "id": "2742", "type": "stop" }, { - "id": "813", + "id": "2743", "type": "stop" }, { - "id": "814", + "id": "2634", "type": "stop" }, { - "id": "815", + "id": "2635", "type": "stop" }, { - "id": "816", + "id": "2715", "type": "stop" }, { - "id": "817", + "id": "2636", "type": "stop" }, { - "id": "820", + "id": "2637", "type": "stop" } ] @@ -145192,112 +143742,39 @@ "type": "trip" }, { - "attributes": { - "direction_id": 0, - "headsign": "Pemberton Point Hull" - }, - "id": "62422548", + "attributes": {}, + "id": "3407", "links": { - "self": "/trips/62422548" + "self": "/stops/3407" }, "relationships": { - "route": { - "data": { - "id": "714", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "714-_-0", - "type": "route_pattern" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=3407" } }, - "service": { - "data": { - "id": "PRIV22024-hpj24011-Weekday-01", - "type": "service" - } + "parent_station": { + "data": null }, - "shape": { + "zone": { "data": { - "id": "7140012", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "3582", - "type": "stop" - }, - { - "id": "111258", - "type": "stop" - }, - { - "id": "111823", - "type": "stop" - }, - { - "id": "111828", - "type": "stop" - }, - { - "id": "111830", - "type": "stop" - }, - { - "id": "114878", - "type": "stop" - }, - { - "id": "111844", - "type": "stop" - }, - { - "id": "111848", - "type": "stop" - }, - { - "id": "111855", - "type": "stop" - }, - { - "id": "111864", - "type": "stop" - }, - { - "id": "111881", - "type": "stop" - }, - { - "id": "111895", - "type": "stop" - }, - { - "id": "111907", - "type": "stop" - }, - { - "id": "111146", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "41391", + "id": "5210", "links": { - "self": "/stops/41391" + "self": "/stops/5210" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=41391" + "related": "/facilities/?filter[stop]=5210" } }, "parent_station": { @@ -145314,14 +143791,14 @@ }, { "attributes": {}, - "id": "296", + "id": "4177", "links": { - "self": "/stops/296" + "self": "/stops/4177" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=296" + "related": "/facilities/?filter[stop]=4177" } }, "parent_station": { @@ -145337,112 +143814,42 @@ "type": "stop" }, { - "attributes": { - "direction_id": 0, - "headsign": "Forge Park/495" - }, - "id": "CR-670232-731", + "attributes": {}, + "id": "70201", "links": { - "self": "/trips/CR-670232-731" + "self": "/stops/70201" }, "relationships": { - "route": { - "data": { - "id": "CR-Franklin", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "CR-Franklin-dabfeb0c-0", - "type": "route_pattern" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=70201" } }, - "service": { + "parent_station": { "data": { - "id": "SPRING2024-SOUTHWKD-Weekday-1-S85407dc6", - "type": "service" + "id": "place-gover", + "type": "stop" } }, - "shape": { + "zone": { "data": { - "id": "9880006", - "type": "shape" + "id": "RapidTransit", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "NEC-2287", - "type": "stop" - }, - { - "id": "NEC-2276-03", - "type": "stop" - }, - { - "id": "NEC-2265-03", - "type": "stop" - }, - { - "id": "FB-0095-05", - "type": "stop" - }, - { - "id": "FB-0109-01", - "type": "stop" - }, - { - "id": "FB-0118-01", - "type": "stop" - }, - { - "id": "FB-0125-01", - "type": "stop" - }, - { - "id": "FB-0143-01", - "type": "stop" - }, - { - "id": "FB-0148-01", - "type": "stop" - }, - { - "id": "FB-0166-S", - "type": "stop" - }, - { - "id": "FB-0191-S", - "type": "stop" - }, - { - "id": "FB-0230-S", - "type": "stop" - }, - { - "id": "FB-0275-S", - "type": "stop" - }, - { - "id": "FB-0303-S", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "4757", + "id": "2375", "links": { - "self": "/stops/4757" + "self": "/stops/2375" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4757" + "related": "/facilities/?filter[stop]=2375" } }, "parent_station": { @@ -145459,14 +143866,14 @@ }, { "attributes": {}, - "id": "30009", + "id": "35751", "links": { - "self": "/stops/30009" + "self": "/stops/35751" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=30009" + "related": "/facilities/?filter[stop]=35751" } }, "parent_station": { @@ -145483,22 +143890,25 @@ }, { "attributes": {}, - "id": "3276", + "id": "70250", "links": { - "self": "/stops/3276" + "self": "/stops/70250" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3276" + "related": "/facilities/?filter[stop]=70250" } }, "parent_station": { - "data": null + "data": { + "id": "place-brmnl", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -145507,14 +143917,14 @@ }, { "attributes": {}, - "id": "8251", + "id": "2565", "links": { - "self": "/stops/8251" + "self": "/stops/2565" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8251" + "related": "/facilities/?filter[stop]=2565" } }, "parent_station": { @@ -145531,14 +143941,14 @@ }, { "attributes": {}, - "id": "7763", + "id": "2449", "links": { - "self": "/stops/7763" + "self": "/stops/2449" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7763" + "related": "/facilities/?filter[stop]=2449" } }, "parent_station": { @@ -145555,14 +143965,14 @@ }, { "attributes": {}, - "id": "8295", + "id": "7341", "links": { - "self": "/stops/8295" + "self": "/stops/7341" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8295" + "related": "/facilities/?filter[stop]=7341" } }, "parent_station": { @@ -145579,14 +143989,14 @@ }, { "attributes": {}, - "id": "250", + "id": "2381", "links": { - "self": "/stops/250" + "self": "/stops/2381" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=250" + "related": "/facilities/?filter[stop]=2381" } }, "parent_station": { @@ -145603,14 +144013,14 @@ }, { "attributes": {}, - "id": "8906", + "id": "42618", "links": { - "self": "/stops/8906" + "self": "/stops/42618" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8906" + "related": "/facilities/?filter[stop]=42618" } }, "parent_station": { @@ -145627,14 +144037,14 @@ }, { "attributes": {}, - "id": "6863", + "id": "3356", "links": { - "self": "/stops/6863" + "self": "/stops/3356" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6863" + "related": "/facilities/?filter[stop]=3356" } }, "parent_station": { @@ -145651,21 +144061,18 @@ }, { "attributes": {}, - "id": "29001", + "id": "4304", "links": { - "self": "/stops/29001" + "self": "/stops/4304" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=29001" + "related": "/facilities/?filter[stop]=4304" } }, "parent_station": { - "data": { - "id": "place-sull", - "type": "stop" - } + "data": null }, "zone": { "data": { @@ -145678,14 +144085,14 @@ }, { "attributes": {}, - "id": "2116", + "id": "7474", "links": { - "self": "/stops/2116" + "self": "/stops/7474" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2116" + "related": "/facilities/?filter[stop]=7474" } }, "parent_station": { @@ -145702,22 +144109,46 @@ }, { "attributes": {}, - "id": "24628", + "id": "9270014", "links": { - "self": "/stops/24628" + "self": "/stops/9270014" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=24628" + "related": "/facilities/?filter[stop]=9270014" } }, "parent_station": { "data": null }, "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "NHRML-0073-02", + "links": { + "self": "/stops/NHRML-0073-02" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=NHRML-0073-02" + } + }, + "parent_station": { "data": { - "id": "LocalBus", + "id": "place-NHRML-0073", + "type": "stop" + } + }, + "zone": { + "data": { + "id": "CR-zone-1", "type": "zone" } } @@ -145726,14 +144157,14 @@ }, { "attributes": {}, - "id": "4570", + "id": "1749", "links": { - "self": "/stops/4570" + "self": "/stops/1749" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4570" + "related": "/facilities/?filter[stop]=1749" } }, "parent_station": { @@ -145750,14 +144181,14 @@ }, { "attributes": {}, - "id": "8554", + "id": "9297", "links": { - "self": "/stops/8554" + "self": "/stops/9297" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8554" + "related": "/facilities/?filter[stop]=9297" } }, "parent_station": { @@ -145774,14 +144205,14 @@ }, { "attributes": {}, - "id": "8294", + "id": "784", "links": { - "self": "/stops/8294" + "self": "/stops/784" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8294" + "related": "/facilities/?filter[stop]=784" } }, "parent_station": { @@ -145796,16 +144227,53 @@ }, "type": "stop" }, + { + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Haverhill", + "North Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Haverhill - Lawrence", + "short_name": "Haverhill Line Shuttle", + "sort_order": 61965, + "text_color": "000000", + "type": 3 + }, + "id": "Shuttle-HaverhillLawrence", + "links": { + "self": "/routes/Shuttle-HaverhillLawrence" + }, + "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, + "line": { + "data": { + "id": "line-Haverhill", + "type": "line" + } + } + }, + "type": "route" + }, { "attributes": {}, - "id": "3910", + "id": "2356", "links": { - "self": "/stops/3910" + "self": "/stops/2356" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3910" + "related": "/facilities/?filter[stop]=2356" } }, "parent_station": { @@ -145822,22 +144290,25 @@ }, { "attributes": {}, - "id": "1532", + "id": "74612", "links": { - "self": "/stops/1532" + "self": "/stops/74612" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1532" + "related": "/facilities/?filter[stop]=74612" } }, "parent_station": { - "data": null + "data": { + "id": "place-crtst", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "SLWaterfrontNonLogan", "type": "zone" } } @@ -145847,145 +144318,105 @@ { "attributes": { "direction_id": 1, - "headsign": "Wellington via Woodlawn" + "headsign": "Wellington" }, - "id": "61869187", + "id": "66959913", "links": { - "self": "/trips/61869187" + "self": "/trips/66959913" }, "relationships": { "route": { "data": { - "id": "110", + "id": "100", "type": "route" } }, "route_pattern": { "data": { - "id": "110-4-1", + "id": "100-3-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "1100190", + "id": "1000169", "type": "shape" } }, "stops": { "data": [ { - "id": "5586", - "type": "stop" - }, - { - "id": "5537", - "type": "stop" - }, - { - "id": "5538", - "type": "stop" - }, - { - "id": "5539", - "type": "stop" - }, - { - "id": "5540", - "type": "stop" - }, - { - "id": "5541", - "type": "stop" - }, - { - "id": "5542", - "type": "stop" - }, - { - "id": "5543", - "type": "stop" - }, - { - "id": "5544", - "type": "stop" - }, - { - "id": "5546", - "type": "stop" - }, - { - "id": "5547", + "id": "8302", "type": "stop" }, { - "id": "5549", + "id": "8303", "type": "stop" }, { - "id": "5550", + "id": "8304", "type": "stop" }, { - "id": "5553", + "id": "48304", "type": "stop" }, { - "id": "5555", + "id": "8305", "type": "stop" }, { - "id": "5556", + "id": "8306", "type": "stop" }, { - "id": "5557", + "id": "8307", "type": "stop" }, { - "id": "5558", + "id": "5264", "type": "stop" }, { - "id": "5691", + "id": "5265", "type": "stop" }, { - "id": "5692", + "id": "5266", "type": "stop" }, { - "id": "5693", + "id": "5268", "type": "stop" }, { - "id": "5496", + "id": "5267", "type": "stop" }, { - "id": "5559", + "id": "5269", "type": "stop" }, { - "id": "5560", + "id": "5270", "type": "stop" }, { - "id": "5561", + "id": "9042", "type": "stop" }, { - "id": "6569", + "id": "9043", "type": "stop" }, { - "id": "5271", + "id": "52720", "type": "stop" } ] @@ -145995,14 +144426,14 @@ }, { "attributes": {}, - "id": "5583", + "id": "2676", "links": { - "self": "/stops/5583" + "self": "/stops/2676" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5583" + "related": "/facilities/?filter[stop]=2676" } }, "parent_station": { @@ -146019,25 +144450,22 @@ }, { "attributes": {}, - "id": "WR-0099-02", + "id": "5637", "links": { - "self": "/stops/WR-0099-02" + "self": "/stops/5637" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=WR-0099-02" + "related": "/facilities/?filter[stop]=5637" } }, "parent_station": { - "data": { - "id": "place-WR-0099", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "CR-zone-2", + "id": "LocalBus", "type": "zone" } } @@ -146046,14 +144474,14 @@ }, { "attributes": {}, - "id": "11228", + "id": "1260", "links": { - "self": "/stops/11228" + "self": "/stops/1260" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=11228" + "related": "/facilities/?filter[stop]=1260" } }, "parent_station": { @@ -146070,14 +144498,14 @@ }, { "attributes": {}, - "id": "1737", + "id": "769", "links": { - "self": "/stops/1737" + "self": "/stops/769" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1737" + "related": "/facilities/?filter[stop]=769" } }, "parent_station": { @@ -146092,54 +144520,20 @@ }, "type": "stop" }, - { - "attributes": { - "color": "00843D", - "direction_destinations": [ - "Boston College", - "Government Center" - ], - "direction_names": [ - "West", - "East" - ], - "long_name": "Green Line B", - "short_name": "B", - "sort_order": 10032, - "text_color": "FFFFFF", - "type": 0 - }, - "id": "Green-B", - "links": { - "self": "/routes/Green-B" - }, - "relationships": { - "line": { - "data": { - "id": "line-Green", - "type": "line" - } - } - }, - "type": "route" - }, { "attributes": {}, - "id": "15880", + "id": "2661", "links": { - "self": "/stops/15880" + "self": "/stops/2661" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=15880" + "related": "/facilities/?filter[stop]=2661" } }, "parent_station": { - "data": { - "id": "place-orhte", - "type": "stop" - } + "data": null }, "zone": { "data": { @@ -146152,21 +144546,18 @@ }, { "attributes": {}, - "id": "32004", + "id": "2389", "links": { - "self": "/stops/32004" + "self": "/stops/2389" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=32004" + "related": "/facilities/?filter[stop]=2389" } }, "parent_station": { - "data": { - "id": "place-qnctr", - "type": "stop" - } + "data": null }, "zone": { "data": { @@ -146179,14 +144570,14 @@ }, { "attributes": {}, - "id": "2575", + "id": "4362", "links": { - "self": "/stops/2575" + "self": "/stops/4362" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2575" + "related": "/facilities/?filter[stop]=4362" } }, "parent_station": { @@ -146202,39 +144593,248 @@ "type": "stop" }, { - "attributes": {}, - "id": "1650", + "attributes": { + "direction_id": 1, + "headsign": "Malden" + }, + "id": "66959805", "links": { - "self": "/stops/1650" + "self": "/trips/66959805" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=1650" + "route": { + "data": { + "id": "430", + "type": "route" } }, - "parent_station": { - "data": null + "route_pattern": { + "data": { + "id": "430-6-1", + "type": "route_pattern" + } }, - "zone": { + "service": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "WinterWeekday", + "type": "service" + } + }, + "shape": { + "data": { + "id": "4300193", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "7474", + "type": "stop" + }, + { + "id": "7573", + "type": "stop" + }, + { + "id": "75731", + "type": "stop" + }, + { + "id": "7575", + "type": "stop" + }, + { + "id": "7576", + "type": "stop" + }, + { + "id": "7502", + "type": "stop" + }, + { + "id": "7503", + "type": "stop" + }, + { + "id": "7504", + "type": "stop" + }, + { + "id": "7505", + "type": "stop" + }, + { + "id": "6212", + "type": "stop" + }, + { + "id": "6213", + "type": "stop" + }, + { + "id": "7507", + "type": "stop" + }, + { + "id": "7508", + "type": "stop" + }, + { + "id": "7510", + "type": "stop" + }, + { + "id": "7511", + "type": "stop" + }, + { + "id": "7513", + "type": "stop" + }, + { + "id": "7515", + "type": "stop" + }, + { + "id": "7400", + "type": "stop" + }, + { + "id": "7401", + "type": "stop" + }, + { + "id": "7516", + "type": "stop" + }, + { + "id": "7517", + "type": "stop" + }, + { + "id": "7518", + "type": "stop" + }, + { + "id": "7520", + "type": "stop" + }, + { + "id": "7521", + "type": "stop" + }, + { + "id": "7522", + "type": "stop" + }, + { + "id": "7523", + "type": "stop" + }, + { + "id": "7525", + "type": "stop" + }, + { + "id": "47526", + "type": "stop" + }, + { + "id": "47527", + "type": "stop" + }, + { + "id": "7532", + "type": "stop" + }, + { + "id": "7534", + "type": "stop" + }, + { + "id": "7536", + "type": "stop" + }, + { + "id": "7537", + "type": "stop" + }, + { + "id": "7539", + "type": "stop" + }, + { + "id": "7540", + "type": "stop" + }, + { + "id": "9021", + "type": "stop" + }, + { + "id": "9023", + "type": "stop" + }, + { + "id": "9024", + "type": "stop" + }, + { + "id": "9025", + "type": "stop" + }, + { + "id": "9026", + "type": "stop" + }, + { + "id": "5440", + "type": "stop" + }, + { + "id": "5441", + "type": "stop" + }, + { + "id": "5442", + "type": "stop" + }, + { + "id": "5443", + "type": "stop" + }, + { + "id": "5444", + "type": "stop" + }, + { + "id": "5445", + "type": "stop" + }, + { + "id": "15431", + "type": "stop" + }, + { + "id": "53270", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "1937", + "id": "4019", "links": { - "self": "/stops/1937" + "self": "/stops/4019" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1937" + "related": "/facilities/?filter[stop]=4019" } }, "parent_station": { @@ -146249,47 +144849,16 @@ }, "type": "stop" }, - { - "attributes": { - "color": "80276C", - "direction_destinations": [ - "Lowell", - "North Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Lowell Line", - "short_name": "", - "sort_order": 20008, - "text_color": "FFFFFF", - "type": 2 - }, - "id": "CR-Lowell", - "links": { - "self": "/routes/CR-Lowell" - }, - "relationships": { - "line": { - "data": { - "id": "line-Lowell", - "type": "line" - } - } - }, - "type": "route" - }, { "attributes": {}, - "id": "3868", + "id": "6310", "links": { - "self": "/stops/3868" + "self": "/stops/6310" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3868" + "related": "/facilities/?filter[stop]=6310" } }, "parent_station": { @@ -146306,14 +144875,14 @@ }, { "attributes": {}, - "id": "4006", + "id": "1512", "links": { - "self": "/stops/4006" + "self": "/stops/1512" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4006" + "related": "/facilities/?filter[stop]=1512" } }, "parent_station": { @@ -146330,14 +144899,14 @@ }, { "attributes": {}, - "id": "47619", + "id": "7874", "links": { - "self": "/stops/47619" + "self": "/stops/7874" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=47619" + "related": "/facilities/?filter[stop]=7874" } }, "parent_station": { @@ -146354,14 +144923,14 @@ }, { "attributes": {}, - "id": "30618", + "id": "4355", "links": { - "self": "/stops/30618" + "self": "/stops/4355" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=30618" + "related": "/facilities/?filter[stop]=4355" } }, "parent_station": { @@ -146378,14 +144947,14 @@ }, { "attributes": {}, - "id": "555", + "id": "404", "links": { - "self": "/stops/555" + "self": "/stops/404" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=555" + "related": "/facilities/?filter[stop]=404" } }, "parent_station": { @@ -146402,14 +144971,14 @@ }, { "attributes": {}, - "id": "3288", + "id": "16535", "links": { - "self": "/stops/3288" + "self": "/stops/16535" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3288" + "related": "/facilities/?filter[stop]=16535" } }, "parent_station": { @@ -146417,7 +144986,7 @@ }, "zone": { "data": { - "id": "LocalBus", + "id": "ExpressBus-Downtown", "type": "zone" } } @@ -146426,25 +144995,22 @@ }, { "attributes": {}, - "id": "70255", + "id": "8905", "links": { - "self": "/stops/70255" + "self": "/stops/8905" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70255" + "related": "/facilities/?filter[stop]=8905" } }, "parent_station": { - "data": { - "id": "place-rvrwy", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } @@ -146453,56 +145019,38 @@ }, { "attributes": {}, - "id": "9070213", + "id": "6360", "links": { - "self": "/stops/9070213" + "self": "/stops/6360" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9070213" + "related": "/facilities/?filter[stop]=6360" } }, "parent_station": { "data": null }, "zone": { - "data": null - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "9070501", - "links": { - "self": "/stops/9070501" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=9070501" + "data": { + "id": "LocalBus", + "type": "zone" } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": null } }, "type": "stop" }, { "attributes": {}, - "id": "6405", + "id": "3972", "links": { - "self": "/stops/6405" + "self": "/stops/3972" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6405" + "related": "/facilities/?filter[stop]=3972" } }, "parent_station": { @@ -146519,14 +145067,14 @@ }, { "attributes": {}, - "id": "109824", + "id": "82048", "links": { - "self": "/stops/109824" + "self": "/stops/82048" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=109824" + "related": "/facilities/?filter[stop]=82048" } }, "parent_station": { @@ -146543,25 +145091,22 @@ }, { "attributes": {}, - "id": "70065", + "id": "111179", "links": { - "self": "/stops/70065" + "self": "/stops/111179" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70065" + "related": "/facilities/?filter[stop]=111179" } }, "parent_station": { - "data": { - "id": "place-portr", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } @@ -146571,213 +145116,372 @@ { "attributes": { "direction_id": 1, - "headsign": "Newton Corner" + "headsign": "Malden" }, - "id": "61392431", + "id": "66960256", "links": { - "self": "/trips/61392431" + "self": "/trips/66960256" }, "relationships": { "route": { "data": { - "id": "558", + "id": "108", "type": "route" } }, "route_pattern": { "data": { - "id": "558-7-1", + "id": "108-7-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "5580091", + "id": "1080226", "type": "shape" } }, "stops": { "data": [ { - "id": "38155", + "id": "74120", "type": "stop" }, { - "id": "7829", + "id": "6283", "type": "stop" }, { - "id": "7830", + "id": "6284", "type": "stop" }, { - "id": "7831", + "id": "6285", "type": "stop" }, { - "id": "7832", + "id": "9018", "type": "stop" }, { - "id": "7834", + "id": "9019", "type": "stop" }, { - "id": "7835", + "id": "9020", "type": "stop" }, { - "id": "7836", + "id": "9021", "type": "stop" }, { - "id": "7837", + "id": "9023", "type": "stop" }, { - "id": "7838", + "id": "9024", "type": "stop" }, { - "id": "17839", + "id": "9025", "type": "stop" }, { - "id": "7839", + "id": "9026", "type": "stop" }, { - "id": "7841", + "id": "5440", "type": "stop" }, { - "id": "7842", + "id": "5441", "type": "stop" }, { - "id": "7843", + "id": "5442", "type": "stop" }, { - "id": "7844", + "id": "5443", "type": "stop" }, { - "id": "7845", + "id": "5444", "type": "stop" }, { - "id": "7846", + "id": "5445", "type": "stop" }, { - "id": "17846", + "id": "15431", "type": "stop" }, { - "id": "76597", + "id": "5072", + "type": "stop" + } + ] + } + }, + "type": "trip" + }, + { + "attributes": {}, + "id": "77245", + "links": { + "self": "/stops/77245" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=77245" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "1807", + "links": { + "self": "/stops/1807" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=1807" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": { + "color": "80276C", + "long_name": "Providence/Stoughton Line", + "short_name": "", + "sort_order": 20012, + "text_color": "FFFFFF" + }, + "id": "line-Providence", + "links": { + "self": "/lines/line-Providence" + }, + "type": "line" + }, + { + "attributes": {}, + "id": "49918", + "links": { + "self": "/stops/49918" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=49918" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": { + "direction_id": 0, + "headsign": "Boston College" + }, + "id": "66817528", + "links": { + "self": "/trips/66817528" + }, + "relationships": { + "route": { + "data": { + "id": "Green-B", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "Green-B-816-0", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "LRV12025-hlb15011-Weekday-01", + "type": "service" + } + }, + "shape": { + "data": { + "id": "8000019", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "70512", "type": "stop" }, { - "id": "86971", + "id": "70510", "type": "stop" }, { - "id": "86944", + "id": "70508", "type": "stop" }, { - "id": "78471", + "id": "70506", "type": "stop" }, { - "id": "7848", + "id": "70514", "type": "stop" }, { - "id": "7849", + "id": "70502", "type": "stop" }, { - "id": "7850", + "id": "70208", "type": "stop" }, { - "id": "7851", + "id": "70206", "type": "stop" }, { - "id": "78511", + "id": "70204", "type": "stop" }, { - "id": "7852", + "id": "70202", "type": "stop" }, { - "id": "78512", + "id": "70196", "type": "stop" }, { - "id": "7580", + "id": "70159", "type": "stop" }, { - "id": "78513", + "id": "70157", "type": "stop" }, { - "id": "78531", + "id": "70155", "type": "stop" }, { - "id": "7854", + "id": "70153", "type": "stop" }, { - "id": "7855", + "id": "71151", "type": "stop" }, { - "id": "7856", + "id": "70149", "type": "stop" }, { - "id": "8187", + "id": "70147", "type": "stop" }, { - "id": "78571", + "id": "70145", "type": "stop" }, { - "id": "7858", + "id": "170141", "type": "stop" }, { - "id": "78573", + "id": "170137", "type": "stop" }, { - "id": "7634", + "id": "70135", "type": "stop" }, { - "id": "7635", + "id": "70131", "type": "stop" }, { - "id": "19031", + "id": "70129", "type": "stop" }, { - "id": "903", + "id": "70127", + "type": "stop" + }, + { + "id": "70125", + "type": "stop" + }, + { + "id": "70121", + "type": "stop" + }, + { + "id": "70117", + "type": "stop" + }, + { + "id": "70115", + "type": "stop" + }, + { + "id": "70113", + "type": "stop" + }, + { + "id": "70111", + "type": "stop" + }, + { + "id": "70107", "type": "stop" } ] @@ -146787,18 +145491,21 @@ }, { "attributes": {}, - "id": "9070045", + "id": "WML-0102-B", "links": { - "self": "/stops/9070045" + "self": "/stops/WML-0102-B" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9070045" + "related": "/facilities/?filter[stop]=WML-0102-B" } }, "parent_station": { - "data": null + "data": { + "id": "place-WML-0102", + "type": "stop" + } }, "zone": { "data": null @@ -146808,14 +145515,14 @@ }, { "attributes": {}, - "id": "24488", + "id": "109890", "links": { - "self": "/stops/24488" + "self": "/stops/109890" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=24488" + "related": "/facilities/?filter[stop]=109890" } }, "parent_station": { @@ -146832,14 +145539,14 @@ }, { "attributes": {}, - "id": "5485", + "id": "3270", "links": { - "self": "/stops/5485" + "self": "/stops/3270" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5485" + "related": "/facilities/?filter[stop]=3270" } }, "parent_station": { @@ -146856,14 +145563,14 @@ }, { "attributes": {}, - "id": "1346", + "id": "5505", "links": { - "self": "/stops/1346" + "self": "/stops/5505" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1346" + "related": "/facilities/?filter[stop]=5505" } }, "parent_station": { @@ -146880,14 +145587,14 @@ }, { "attributes": {}, - "id": "934", + "id": "3543", "links": { - "self": "/stops/934" + "self": "/stops/3543" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=934" + "related": "/facilities/?filter[stop]=3543" } }, "parent_station": { @@ -146904,18 +145611,21 @@ }, { "attributes": {}, - "id": "5754", + "id": "52716", "links": { - "self": "/stops/5754" + "self": "/stops/52716" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5754" + "related": "/facilities/?filter[stop]=52716" } }, "parent_station": { - "data": null + "data": { + "id": "place-welln", + "type": "stop" + } }, "zone": { "data": { @@ -146927,39 +145637,236 @@ "type": "stop" }, { - "attributes": {}, - "id": "8207", + "attributes": { + "direction_id": 0, + "headsign": "Reservoir" + }, + "id": "67250701", "links": { - "self": "/stops/8207" + "self": "/trips/67250701" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=8207" + "route": { + "data": { + "id": "51", + "type": "route" } }, - "parent_station": { - "data": null + "route_pattern": { + "data": { + "id": "51-_-0", + "type": "route_pattern" + } }, - "zone": { + "service": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "WinterWeekday", + "type": "service" + } + }, + "shape": { + "data": { + "id": "510156", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "10642", + "type": "stop" + }, + { + "id": "596", + "type": "stop" + }, + { + "id": "597", + "type": "stop" + }, + { + "id": "598", + "type": "stop" + }, + { + "id": "599", + "type": "stop" + }, + { + "id": "600", + "type": "stop" + }, + { + "id": "601", + "type": "stop" + }, + { + "id": "602", + "type": "stop" + }, + { + "id": "797", + "type": "stop" + }, + { + "id": "11868", + "type": "stop" + }, + { + "id": "18691", + "type": "stop" + }, + { + "id": "1871", + "type": "stop" + }, + { + "id": "1872", + "type": "stop" + }, + { + "id": "1875", + "type": "stop" + }, + { + "id": "1876", + "type": "stop" + }, + { + "id": "1877", + "type": "stop" + }, + { + "id": "1878", + "type": "stop" + }, + { + "id": "1879", + "type": "stop" + }, + { + "id": "1880", + "type": "stop" + }, + { + "id": "1881", + "type": "stop" + }, + { + "id": "1882", + "type": "stop" + }, + { + "id": "1883", + "type": "stop" + }, + { + "id": "1884", + "type": "stop" + }, + { + "id": "1885", + "type": "stop" + }, + { + "id": "1886", + "type": "stop" + }, + { + "id": "1887", + "type": "stop" + }, + { + "id": "1888", + "type": "stop" + }, + { + "id": "1890", + "type": "stop" + }, + { + "id": "1891", + "type": "stop" + }, + { + "id": "1892", + "type": "stop" + }, + { + "id": "1893", + "type": "stop" + }, + { + "id": "1895", + "type": "stop" + }, + { + "id": "21916", + "type": "stop" + }, + { + "id": "31916", + "type": "stop" + }, + { + "id": "41916", + "type": "stop" + }, + { + "id": "51917", + "type": "stop" + }, + { + "id": "51918", + "type": "stop" + }, + { + "id": "61916", + "type": "stop" + }, + { + "id": "71916", + "type": "stop" + }, + { + "id": "71917", + "type": "stop" + }, + { + "id": "81916", + "type": "stop" + }, + { + "id": "81917", + "type": "stop" + }, + { + "id": "91916", + "type": "stop" + }, + { + "id": "11917", + "type": "stop" + }, + { + "id": "21918", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "1045", + "id": "244", "links": { - "self": "/stops/1045" + "self": "/stops/244" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1045" + "related": "/facilities/?filter[stop]=244" } }, "parent_station": { @@ -146976,38 +145883,38 @@ }, { "attributes": {}, - "id": "88334", + "id": "DB-2265-B1", "links": { - "self": "/stops/88334" + "self": "/stops/DB-2265-B1" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=88334" + "related": "/facilities/?filter[stop]=DB-2265-B1" } }, "parent_station": { - "data": null - }, - "zone": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "place-DB-2265", + "type": "stop" } + }, + "zone": { + "data": null } }, "type": "stop" }, { "attributes": {}, - "id": "498", + "id": "4523", "links": { - "self": "/stops/498" + "self": "/stops/4523" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=498" + "related": "/facilities/?filter[stop]=4523" } }, "parent_station": { @@ -147024,22 +145931,25 @@ }, { "attributes": {}, - "id": "6390", + "id": "70236", "links": { - "self": "/stops/6390" + "self": "/stops/70236" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6390" + "related": "/facilities/?filter[stop]=70236" } }, "parent_station": { - "data": null + "data": { + "id": "place-engav", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -147047,72 +145957,39 @@ "type": "stop" }, { - "attributes": { - "direction_id": 1, - "headsign": "Central Wharf via Quincy & Logan Airport" - }, - "id": "Boat-F6-1530-Winthrop-BWN-01-Weekday-Summer-24", + "attributes": {}, + "id": "96618", "links": { - "self": "/trips/Boat-F6-1530-Winthrop-BWN-01-Weekday-Summer-24" + "self": "/stops/96618" }, "relationships": { - "route": { - "data": { - "id": "Boat-F6", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Boat-F6-1-1", - "type": "route_pattern" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=96618" } }, - "service": { - "data": { - "id": "Boat-F6-Weekday-Summer-24", - "type": "service" - } + "parent_station": { + "data": null }, - "shape": { + "zone": { "data": { - "id": "WinthropToQuincyToLoganToCentralWharf-F", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "Boat-Winthrop", - "type": "stop" - }, - { - "id": "Boat-Quincy", - "type": "stop" - }, - { - "id": "Boat-Logan", - "type": "stop" - }, - { - "id": "Boat-Aquarium", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "2133", + "id": "9307", "links": { - "self": "/stops/2133" + "self": "/stops/9307" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2133" + "related": "/facilities/?filter[stop]=9307" } }, "parent_station": { @@ -147129,46 +146006,146 @@ }, { "attributes": { - "direction_id": 1, - "headsign": "North Station (Shuttle)" + "direction_id": 0, + "headsign": "Waltham (Express)" }, - "id": "GreenDGovernmentCenterNorthStationViaGLShuttles-1-sample", + "id": "66651589", "links": { - "self": "/trips/GreenDGovernmentCenterNorthStationViaGLShuttles-1-sample" + "self": "/trips/66651589" }, "relationships": { "route": { "data": { - "id": "Shuttle-GovernmentCenterNorthStation", + "id": "505", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-GovernmentCenterNorthStation-0-1", + "id": "505-5-0", "type": "route_pattern" } }, "service": { "data": { - "id": "canonical", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "GovernmentCenterToNorthStation-S", + "id": "5050096", "type": "shape" } }, "stops": { "data": [ { - "id": "4510", + "id": "6551", "type": "stop" }, { - "id": "9070026", + "id": "16535", + "type": "stop" + }, + { + "id": "6555", + "type": "stop" + }, + { + "id": "65541", + "type": "stop" + }, + { + "id": "65542", + "type": "stop" + }, + { + "id": "65543", + "type": "stop" + }, + { + "id": "65544", + "type": "stop" + }, + { + "id": "65546", + "type": "stop" + }, + { + "id": "7833", + "type": "stop" + }, + { + "id": "65547", + "type": "stop" + }, + { + "id": "7834", + "type": "stop" + }, + { + "id": "7835", + "type": "stop" + }, + { + "id": "7836", + "type": "stop" + }, + { + "id": "7837", + "type": "stop" + }, + { + "id": "7838", + "type": "stop" + }, + { + "id": "7659", + "type": "stop" + }, + { + "id": "76592", + "type": "stop" + }, + { + "id": "76593", + "type": "stop" + }, + { + "id": "7660", + "type": "stop" + }, + { + "id": "76594", + "type": "stop" + }, + { + "id": "7845", + "type": "stop" + }, + { + "id": "7846", + "type": "stop" + }, + { + "id": "17846", + "type": "stop" + }, + { + "id": "76597", + "type": "stop" + }, + { + "id": "86971", + "type": "stop" + }, + { + "id": "883321", + "type": "stop" + }, + { + "id": "88333", "type": "stop" } ] @@ -147178,14 +146155,14 @@ }, { "attributes": {}, - "id": "1693", + "id": "8241", "links": { - "self": "/stops/1693" + "self": "/stops/8241" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1693" + "related": "/facilities/?filter[stop]=8241" } }, "parent_station": { @@ -147201,39 +146178,29 @@ "type": "stop" }, { - "attributes": {}, - "id": "5872", - "links": { - "self": "/stops/5872" + "attributes": { + "color": "7C878E", + "long_name": "Silver Line SL1/SL2/SL3", + "short_name": "", + "sort_order": 10051, + "text_color": "FFFFFF" }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=5872" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } + "id": "line-SLWaterfront", + "links": { + "self": "/lines/line-SLWaterfront" }, - "type": "stop" + "type": "line" }, { "attributes": {}, - "id": "3412", + "id": "8177", "links": { - "self": "/stops/3412" + "self": "/stops/8177" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3412" + "related": "/facilities/?filter[stop]=8177" } }, "parent_station": { @@ -147250,14 +146217,14 @@ }, { "attributes": {}, - "id": "5700", + "id": "50881", "links": { - "self": "/stops/5700" + "self": "/stops/50881" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5700" + "related": "/facilities/?filter[stop]=50881" } }, "parent_station": { @@ -147273,114 +146240,413 @@ "type": "stop" }, { - "attributes": {}, - "id": "WR-0120-B", + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Haverhill", + "North Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Ballardvale - Malden Center", + "short_name": "Haverhill Line Shuttle", + "sort_order": 60650, + "text_color": "000000", + "type": 3 + }, + "id": "Shuttle-BallardvaleMaldenCenter", "links": { - "self": "/stops/WR-0120-B" + "self": "/routes/Shuttle-BallardvaleMaldenCenter" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=WR-0120-B" + "agency": { + "data": { + "id": "1", + "type": "agency" } }, - "parent_station": { + "line": { "data": { - "id": "place-WR-0120", - "type": "stop" + "id": "line-Haverhill", + "type": "line" } - }, - "zone": { - "data": null } }, - "type": "stop" + "type": "route" }, { - "attributes": {}, - "id": "WML-0214-01", + "attributes": { + "direction_id": 0, + "headsign": "Quincy Center via North Quincy" + }, + "id": "67290097", "links": { - "self": "/stops/WML-0214-01" + "self": "/trips/67290097" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=WML-0214-01" - } - }, - "parent_station": { + "route": { "data": { - "id": "place-WML-0214", - "type": "stop" + "id": "217", + "type": "route" } }, - "zone": { + "route_pattern": { "data": { - "id": "CR-zone-5", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "1188", - "links": { - "self": "/stops/1188" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=1188" + "id": "217-1-0", + "type": "route_pattern" } }, - "parent_station": { - "data": null - }, - "zone": { + "service": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "5870", - "links": { - "self": "/stops/5870" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=5870" + "id": "WinterWeekday", + "type": "service" } }, - "parent_station": { - "data": null - }, - "zone": { + "shape": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "2170130", + "type": "shape" } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "2789", + }, + "stops": { + "data": [ + { + "id": "334", + "type": "stop" + }, + { + "id": "536", + "type": "stop" + }, + { + "id": "537", + "type": "stop" + }, + { + "id": "569", + "type": "stop" + }, + { + "id": "10569", + "type": "stop" + }, + { + "id": "570", + "type": "stop" + }, + { + "id": "883", + "type": "stop" + }, + { + "id": "571", + "type": "stop" + }, + { + "id": "3477", + "type": "stop" + }, + { + "id": "3478", + "type": "stop" + }, + { + "id": "3479", + "type": "stop" + }, + { + "id": "3480", + "type": "stop" + }, + { + "id": "3482", + "type": "stop" + }, + { + "id": "3483", + "type": "stop" + }, + { + "id": "3485", + "type": "stop" + }, + { + "id": "3486", + "type": "stop" + }, + { + "id": "3487", + "type": "stop" + }, + { + "id": "3488", + "type": "stop" + }, + { + "id": "3389", + "type": "stop" + }, + { + "id": "13400", + "type": "stop" + }, + { + "id": "3350", + "type": "stop" + }, + { + "id": "3351", + "type": "stop" + }, + { + "id": "3352", + "type": "stop" + }, + { + "id": "3353", + "type": "stop" + }, + { + "id": "3354", + "type": "stop" + }, + { + "id": "3489", + "type": "stop" + }, + { + "id": "3490", + "type": "stop" + }, + { + "id": "3491", + "type": "stop" + }, + { + "id": "3493", + "type": "stop" + }, + { + "id": "3106", + "type": "stop" + }, + { + "id": "3107", + "type": "stop" + }, + { + "id": "3108", + "type": "stop" + }, + { + "id": "3109", + "type": "stop" + }, + { + "id": "3110", + "type": "stop" + }, + { + "id": "3111", + "type": "stop" + }, + { + "id": "3113", + "type": "stop" + }, + { + "id": "3114", + "type": "stop" + }, + { + "id": "3115", + "type": "stop" + }, + { + "id": "3116", + "type": "stop" + }, + { + "id": "3117", + "type": "stop" + }, + { + "id": "3118", + "type": "stop" + }, + { + "id": "3119", + "type": "stop" + }, + { + "id": "3121", + "type": "stop" + }, + { + "id": "3122", + "type": "stop" + }, + { + "id": "3123", + "type": "stop" + }, + { + "id": "3124", + "type": "stop" + }, + { + "id": "3125", + "type": "stop" + }, + { + "id": "3126", + "type": "stop" + }, + { + "id": "3128", + "type": "stop" + }, + { + "id": "3129", + "type": "stop" + }, + { + "id": "93129", + "type": "stop" + }, + { + "id": "93130", + "type": "stop" + }, + { + "id": "3125", + "type": "stop" + }, + { + "id": "3218", + "type": "stop" + }, + { + "id": "3219", + "type": "stop" + }, + { + "id": "3221", + "type": "stop" + }, + { + "id": "3222", + "type": "stop" + }, + { + "id": "3223", + "type": "stop" + }, + { + "id": "3224", + "type": "stop" + }, + { + "id": "3225", + "type": "stop" + }, + { + "id": "3226", + "type": "stop" + }, + { + "id": "3227", + "type": "stop" + }, + { + "id": "3228", + "type": "stop" + }, + { + "id": "3229", + "type": "stop" + }, + { + "id": "3230", + "type": "stop" + }, + { + "id": "3231", + "type": "stop" + }, + { + "id": "3232", + "type": "stop" + }, + { + "id": "3234", + "type": "stop" + }, + { + "id": "3235", + "type": "stop" + }, + { + "id": "3236", + "type": "stop" + }, + { + "id": "3027", + "type": "stop" + }, + { + "id": "3028", + "type": "stop" + }, + { + "id": "3029", + "type": "stop" + }, + { + "id": "3031", + "type": "stop" + }, + { + "id": "3032", + "type": "stop" + }, + { + "id": "3033", + "type": "stop" + }, + { + "id": "3034", + "type": "stop" + }, + { + "id": "3035", + "type": "stop" + }, + { + "id": "3036", + "type": "stop" + }, + { + "id": "32001", + "type": "stop" + } + ] + } + }, + "type": "trip" + }, + { + "attributes": {}, + "id": "6711", "links": { - "self": "/stops/2789" + "self": "/stops/6711" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2789" + "related": "/facilities/?filter[stop]=6711" } }, "parent_station": { @@ -147397,14 +146663,14 @@ }, { "attributes": {}, - "id": "8291", + "id": "2444", "links": { - "self": "/stops/8291" + "self": "/stops/2444" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8291" + "related": "/facilities/?filter[stop]=2444" } }, "parent_station": { @@ -147421,14 +146687,14 @@ }, { "attributes": {}, - "id": "514", + "id": "6862", "links": { - "self": "/stops/514" + "self": "/stops/6862" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=514" + "related": "/facilities/?filter[stop]=6862" } }, "parent_station": { @@ -147445,14 +146711,14 @@ }, { "attributes": {}, - "id": "8200", + "id": "802", "links": { - "self": "/stops/8200" + "self": "/stops/802" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8200" + "related": "/facilities/?filter[stop]=802" } }, "parent_station": { @@ -147469,14 +146735,14 @@ }, { "attributes": {}, - "id": "279", + "id": "8852", "links": { - "self": "/stops/279" + "self": "/stops/8852" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=279" + "related": "/facilities/?filter[stop]=8852" } }, "parent_station": { @@ -147493,14 +146759,14 @@ }, { "attributes": {}, - "id": "5319", + "id": "4904", "links": { - "self": "/stops/5319" + "self": "/stops/4904" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5319" + "related": "/facilities/?filter[stop]=4904" } }, "parent_station": { @@ -147517,14 +146783,14 @@ }, { "attributes": {}, - "id": "3684", + "id": "7744", "links": { - "self": "/stops/3684" + "self": "/stops/7744" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3684" + "related": "/facilities/?filter[stop]=7744" } }, "parent_station": { @@ -147540,128 +146806,231 @@ "type": "stop" }, { - "attributes": { - "direction_id": 0, - "headsign": "Worcester" + "attributes": {}, + "id": "35772", + "links": { + "self": "/stops/35772" }, - "id": "canonical-CR-Worcester-C1-0", + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=35772" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "7237", "links": { - "self": "/trips/canonical-CR-Worcester-C1-0" + "self": "/stops/7237" }, "relationships": { - "route": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=7237" + } + }, + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "CR-Worcester", - "type": "route" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "6143", + "links": { + "self": "/stops/6143" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=6143" } }, - "route_pattern": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "CR-Worcester-b5dda27b-0", - "type": "route_pattern" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "3226", + "links": { + "self": "/stops/3226" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=3226" } }, - "service": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "canonical", - "type": "service" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "9070130", + "links": { + "self": "/stops/9070130" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=9070130" } }, - "shape": { + "parent_station": { + "data": null + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "7418", + "links": { + "self": "/stops/7418" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=7418" + } + }, + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "canonical-9850002", - "type": "shape" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "2484", + "links": { + "self": "/stops/2484" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=2484" } }, - "stops": { - "data": [ - { - "id": "NEC-2287", - "type": "stop" - }, - { - "id": "WML-0012-07", - "type": "stop" - }, - { - "id": "WML-0025-07", - "type": "stop" - }, - { - "id": "WML-0035-01", - "type": "stop" - }, - { - "id": "WML-0081-02", - "type": "stop" - }, - { - "id": "WML-0091-02", - "type": "stop" - }, - { - "id": "WML-0102-02", - "type": "stop" - }, - { - "id": "WML-0125-01", - "type": "stop" - }, - { - "id": "WML-0135-01", - "type": "stop" - }, - { - "id": "WML-0147-01", - "type": "stop" - }, - { - "id": "WML-0177-01", - "type": "stop" - }, - { - "id": "WML-0199-01", - "type": "stop" - }, - { - "id": "WML-0214-01", - "type": "stop" - }, - { - "id": "WML-0252-01", - "type": "stop" - }, - { - "id": "WML-0274-01", - "type": "stop" - }, - { - "id": "WML-0340-01", - "type": "stop" - }, - { - "id": "WML-0364-01", - "type": "stop" - }, - { - "id": "WML-0442-CS", - "type": "stop" - } - ] + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "5333", + "id": "70093", "links": { - "self": "/stops/5333" + "self": "/stops/70093" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5333" + "related": "/facilities/?filter[stop]=70093" + } + }, + "parent_station": { + "data": { + "id": "place-asmnl", + "type": "stop" + } + }, + "zone": { + "data": { + "id": "RapidTransit", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "2836", + "links": { + "self": "/stops/2836" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=2836" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "29049", + "links": { + "self": "/stops/29049" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=29049" } }, "parent_station": { @@ -147678,102 +147047,46 @@ }, { "attributes": { - "direction_id": 0, - "headsign": "Logan Airport via Andrew" + "direction_id": 1, + "headsign": "North Billerica (Shuttle)" }, - "id": "61391635", + "id": "NorthBillericaLowell-1-sample", "links": { - "self": "/trips/61391635" + "self": "/trips/NorthBillericaLowell-1-sample" }, "relationships": { "route": { "data": { - "id": "171", + "id": "Shuttle-NorthBillericaLowell", "type": "route" } }, "route_pattern": { "data": { - "id": "171-_-0", + "id": "Shuttle-NorthBillericaLowell-0-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "canonical", "type": "service" } }, "shape": { "data": { - "id": "1710024", + "id": "LowellToNorthBillerica-S", "type": "shape" } }, "stops": { "data": [ { - "id": "64", - "type": "stop" - }, - { - "id": "1", - "type": "stop" - }, - { - "id": "2", - "type": "stop" - }, - { - "id": "6", - "type": "stop" - }, - { - "id": "5089", - "type": "stop" - }, - { - "id": "855", - "type": "stop" - }, - { - "id": "8", - "type": "stop" - }, - { - "id": "10", - "type": "stop" - }, - { - "id": "10010", - "type": "stop" - }, - { - "id": "13", - "type": "stop" - }, - { - "id": "17091", - "type": "stop" - }, - { - "id": "27092", - "type": "stop" - }, - { - "id": "17093", - "type": "stop" - }, - { - "id": "17094", - "type": "stop" - }, - { - "id": "17095", + "id": "NHRML-0254-B", "type": "stop" }, { - "id": "7096", + "id": "NHRML-0218-B1", "type": "stop" } ] @@ -147783,14 +147096,14 @@ }, { "attributes": {}, - "id": "4216", + "id": "93129", "links": { - "self": "/stops/4216" + "self": "/stops/93129" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4216" + "related": "/facilities/?filter[stop]=93129" } }, "parent_station": { @@ -147807,14 +147120,14 @@ }, { "attributes": {}, - "id": "35773", + "id": "5936", "links": { - "self": "/stops/35773" + "self": "/stops/5936" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=35773" + "related": "/facilities/?filter[stop]=5936" } }, "parent_station": { @@ -147831,22 +147144,25 @@ }, { "attributes": {}, - "id": "8822", + "id": "70041", "links": { - "self": "/stops/8822" + "self": "/stops/70041" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8822" + "related": "/facilities/?filter[stop]=70041" } }, "parent_station": { - "data": null + "data": { + "id": "place-state", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -147855,14 +147171,14 @@ }, { "attributes": {}, - "id": "214", + "id": "23537", "links": { - "self": "/stops/214" + "self": "/stops/23537" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=214" + "related": "/facilities/?filter[stop]=23537" } }, "parent_station": { @@ -147878,29 +147194,39 @@ "type": "stop" }, { - "attributes": { - "color": "FFC72C", - "long_name": "Clarendon Hill or Arlington Center - Lechmere via Somerville Avenue", - "short_name": "87", - "sort_order": 50870, - "text_color": "000000" - }, - "id": "line-87", + "attributes": {}, + "id": "6473", "links": { - "self": "/lines/line-87" + "self": "/stops/6473" }, - "type": "line" + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=6473" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" }, { "attributes": {}, - "id": "3254", + "id": "600", "links": { - "self": "/stops/3254" + "self": "/stops/600" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3254" + "related": "/facilities/?filter[stop]=600" } }, "parent_station": { @@ -147917,14 +147243,14 @@ }, { "attributes": {}, - "id": "3396", + "id": "42818", "links": { - "self": "/stops/3396" + "self": "/stops/42818" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3396" + "related": "/facilities/?filter[stop]=42818" } }, "parent_station": { @@ -147941,14 +147267,14 @@ }, { "attributes": {}, - "id": "4717", + "id": "7562", "links": { - "self": "/stops/4717" + "self": "/stops/7562" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4717" + "related": "/facilities/?filter[stop]=7562" } }, "parent_station": { @@ -147964,82 +147290,111 @@ "type": "stop" }, { - "attributes": { - "direction_id": 1, - "headsign": "West Gloucester (Shuttle)" - }, - "id": "RockportWestGloucester-1-sample", + "attributes": {}, + "id": "11148", "links": { - "self": "/trips/RockportWestGloucester-1-sample" + "self": "/stops/11148" }, "relationships": { - "route": { - "data": { - "id": "Shuttle-RockportWestGloucester", - "type": "route" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=11148" } }, - "route_pattern": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "Shuttle-RockportWestGloucester-0-1", - "type": "route_pattern" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "38497", + "links": { + "self": "/stops/38497" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=38497" } }, - "service": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "canonical", - "type": "service" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "2605", + "links": { + "self": "/stops/2605" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=2605" } }, - "shape": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "RockportToWestGloucester-S", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "GB-0353-B", - "type": "stop" - }, - { - "id": "GB-0316-B1", - "type": "stop" - }, - { - "id": "GB-0296-B2", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { - "attributes": { - "color": "FFC72C", - "long_name": "Wren Street - Forest Hills", - "short_name": "38", - "sort_order": 50371, - "text_color": "000000" - }, - "id": "line-38", + "attributes": {}, + "id": "1398", "links": { - "self": "/lines/line-38" + "self": "/stops/1398" }, - "type": "line" + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=1398" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "ExpressBus-Downtown", + "type": "zone" + } + } + }, + "type": "stop" }, { "attributes": {}, - "id": "77053", + "id": "10000", "links": { - "self": "/stops/77053" + "self": "/stops/10000" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=77053" + "related": "/facilities/?filter[stop]=10000" } }, "parent_station": { @@ -148056,14 +147411,14 @@ }, { "attributes": {}, - "id": "1994", + "id": "50620", "links": { - "self": "/stops/1994" + "self": "/stops/50620" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1994" + "related": "/facilities/?filter[stop]=50620" } }, "parent_station": { @@ -148078,152 +147433,186 @@ }, "type": "stop" }, + { + "attributes": {}, + "id": "9070007", + "links": { + "self": "/stops/9070007" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=9070007" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, { "attributes": { - "direction_id": 1, - "headsign": "Harvard" + "direction_id": 0, + "headsign": "North Station (Shuttle)" }, - "id": "61869265", + "id": "GreenBLechmereNorthStation-0-sample", "links": { - "self": "/trips/61869265" + "self": "/trips/GreenBLechmereNorthStation-0-sample" }, "relationships": { "route": { "data": { - "id": "96", + "id": "Shuttle-LechmereNorthStation", "type": "route" } }, "route_pattern": { "data": { - "id": "96-_-1", + "id": "Shuttle-LechmereNorthStation-0-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "canonical", "type": "service" } }, "shape": { "data": { - "id": "960124", + "id": "LechmereToNorthStation-S", "type": "shape" } }, "stops": { "data": [ { - "id": "45002", - "type": "stop" - }, - { - "id": "5002", - "type": "stop" - }, - { - "id": "5031", - "type": "stop" - }, - { - "id": "5032", - "type": "stop" - }, - { - "id": "5290", - "type": "stop" - }, - { - "id": "5034", - "type": "stop" - }, - { - "id": "5035", - "type": "stop" - }, - { - "id": "5036", - "type": "stop" - }, - { - "id": "5037", + "id": "70500", "type": "stop" }, { - "id": "12376", + "id": "9070093", "type": "stop" }, { - "id": "2376", + "id": "9070090", "type": "stop" - }, - { - "id": "2378", - "type": "stop" - }, - { - "id": "2379", - "type": "stop" - }, - { - "id": "2380", - "type": "stop" - }, - { - "id": "2381", - "type": "stop" - }, - { - "id": "5012", - "type": "stop" - }, - { - "id": "5014", - "type": "stop" - }, - { - "id": "5015", - "type": "stop" - }, - { - "id": "2582", - "type": "stop" - }, - { - "id": "2583", - "type": "stop" - }, - { - "id": "2584", - "type": "stop" - }, - { - "id": "2300", - "type": "stop" - }, + } + ] + } + }, + "type": "trip" + }, + { + "attributes": {}, + "id": "5220", + "links": { + "self": "/stops/5220" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=5220" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "789", + "links": { + "self": "/stops/789" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=789" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": { + "direction_id": 1, + "headsign": "Alewife (Local shuttle)" + }, + "id": "AlewifeKendall-Weekday-9e586-1-00:00:00", + "links": { + "self": "/trips/AlewifeKendall-Weekday-9e586-1-00%3A00%3A00" + }, + "relationships": { + "route": { + "data": { + "id": "Shuttle-AlewifeKendall", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "Shuttle-AlewifeKendall-0-1", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "canonical", + "type": "service" + } + }, + "shape": { + "data": { + "id": "KendallToAlewife-S", + "type": "shape" + } + }, + "stops": { + "data": [ { - "id": "12301", + "id": "9070071", "type": "stop" }, { - "id": "2304", + "id": "9070070", "type": "stop" }, { - "id": "2305", + "id": "9070068", "type": "stop" }, { - "id": "2307", + "id": "23151", "type": "stop" }, { - "id": "2076", + "id": "5104", "type": "stop" }, { - "id": "32549", + "id": "141", "type": "stop" } ] @@ -148233,14 +147622,14 @@ }, { "attributes": {}, - "id": "16498", + "id": "2282", "links": { - "self": "/stops/16498" + "self": "/stops/2282" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=16498" + "related": "/facilities/?filter[stop]=2282" } }, "parent_station": { @@ -148257,194 +147646,210 @@ }, { "attributes": { - "direction_id": 1, - "headsign": "Wellington" + "direction_id": 0, + "headsign": "Gallivan Blvd" }, - "id": "61869082", + "id": "66652056", "links": { - "self": "/trips/61869082" + "self": "/trips/66652056" }, "relationships": { "route": { "data": { - "id": "108", + "id": "19", "type": "route" } }, "route_pattern": { "data": { - "id": "108-6-1", + "id": "19-4-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "1080211", + "id": "190323", "type": "shape" } }, "stops": { "data": [ { - "id": "7412", + "id": "11780", "type": "stop" }, { - "id": "6283", + "id": "11781", "type": "stop" }, { - "id": "6284", + "id": "1784", "type": "stop" }, { - "id": "6285", + "id": "1785", "type": "stop" }, { - "id": "9018", + "id": "17861", "type": "stop" }, { - "id": "9019", + "id": "17862", "type": "stop" }, { - "id": "9020", + "id": "11257", "type": "stop" }, { - "id": "9021", + "id": "1259", "type": "stop" }, { - "id": "9023", + "id": "11323", "type": "stop" }, { - "id": "9024", + "id": "11259", "type": "stop" }, { - "id": "9025", + "id": "64000", "type": "stop" }, { - "id": "9026", + "id": "40001", "type": "stop" }, { - "id": "5440", + "id": "401", "type": "stop" }, { - "id": "5441", + "id": "404", "type": "stop" }, { - "id": "5442", + "id": "405", "type": "stop" }, { - "id": "5443", + "id": "406", "type": "stop" }, { - "id": "5444", + "id": "407", "type": "stop" }, { - "id": "5445", + "id": "410", "type": "stop" }, { - "id": "15431", + "id": "411", "type": "stop" }, { - "id": "5072", + "id": "412", "type": "stop" }, { - "id": "5328", + "id": "471", "type": "stop" }, { - "id": "9028", + "id": "472", "type": "stop" }, { - "id": "9029", + "id": "468", "type": "stop" }, { - "id": "9030", + "id": "550", "type": "stop" }, { - "id": "90310", + "id": "551", "type": "stop" }, { - "id": "9032", + "id": "552", "type": "stop" }, { - "id": "9033", + "id": "553", "type": "stop" }, { - "id": "9034", + "id": "554", "type": "stop" }, { - "id": "9035", + "id": "555", "type": "stop" }, { - "id": "9036", + "id": "556", "type": "stop" }, { - "id": "9037", + "id": "323", "type": "stop" }, { - "id": "9038", + "id": "325", "type": "stop" }, { - "id": "9039", + "id": "3065", "type": "stop" }, { - "id": "9040", + "id": "3066", "type": "stop" }, { - "id": "49040", + "id": "8326", "type": "stop" }, { - "id": "9041", + "id": "8680", "type": "stop" }, { - "id": "9042", + "id": "8681", "type": "stop" }, { - "id": "9043", + "id": "8682", + "type": "stop" + }, + { + "id": "8683", + "type": "stop" + }, + { + "id": "8684", + "type": "stop" + }, + { + "id": "8685", + "type": "stop" + }, + { + "id": "8686", "type": "stop" }, { - "id": "5271", + "id": "8687", "type": "stop" } ] @@ -148454,14 +147859,14 @@ }, { "attributes": {}, - "id": "3701", + "id": "9235", "links": { - "self": "/stops/3701" + "self": "/stops/9235" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3701" + "related": "/facilities/?filter[stop]=9235" } }, "parent_station": { @@ -148478,14 +147883,14 @@ }, { "attributes": {}, - "id": "5383", + "id": "30752", "links": { - "self": "/stops/5383" + "self": "/stops/30752" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5383" + "related": "/facilities/?filter[stop]=30752" } }, "parent_station": { @@ -148501,64 +147906,87 @@ "type": "stop" }, { - "attributes": { - "direction_id": 1, - "headsign": "Long Wharf" - }, - "id": "Boat-Lynn-0600-Blossom-BLY-01-Weekday-Summer-24", + "attributes": {}, + "id": "337", "links": { - "self": "/trips/Boat-Lynn-0600-Blossom-BLY-01-Weekday-Summer-24" + "self": "/stops/337" }, "relationships": { - "route": { - "data": { - "id": "Boat-Lynn", - "type": "route" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=337" } }, - "route_pattern": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "Boat-Lynn-1-1", - "type": "route_pattern" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "5627", + "links": { + "self": "/stops/5627" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=5627" } }, - "service": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "Boat-Lynn-Weekday-Summer-24", - "type": "service" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "14460", + "links": { + "self": "/stops/14460" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=14460" } }, - "shape": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "LynnToLongWharfNorth-F", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "Boat-Blossom", - "type": "stop" - }, - { - "id": "Boat-Long", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "3370", + "id": "81688", "links": { - "self": "/stops/3370" + "self": "/stops/81688" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3370" + "related": "/facilities/?filter[stop]=81688" } }, "parent_station": { @@ -148575,14 +148003,14 @@ }, { "attributes": {}, - "id": "6134", + "id": "8536", "links": { - "self": "/stops/6134" + "self": "/stops/8536" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6134" + "related": "/facilities/?filter[stop]=8536" } }, "parent_station": { @@ -148601,27 +148029,33 @@ "attributes": { "color": "FFC72C", "direction_destinations": [ - "Clarendon Hill or Arlington Center", - "Lechmere Station" + "Marblehead", + "Wonderland Station" ], "direction_names": [ "Outbound", "Inbound" ], - "long_name": "Clarendon Hill or Arlington Center - Lechmere Station", - "short_name": "87", - "sort_order": 50870, + "long_name": "Marblehead - Wonderland Station via Paradise Road", + "short_name": "441", + "sort_order": 54410, "text_color": "000000", "type": 3 }, - "id": "87", + "id": "441", "links": { - "self": "/routes/87" + "self": "/routes/441" }, "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, "line": { "data": { - "id": "line-87", + "id": "line-439441442", "type": "line" } } @@ -148630,14 +148064,14 @@ }, { "attributes": {}, - "id": "9307", + "id": "8816", "links": { - "self": "/stops/9307" + "self": "/stops/8816" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9307" + "related": "/facilities/?filter[stop]=8816" } }, "parent_station": { @@ -148654,24 +148088,24 @@ }, { "attributes": {}, - "id": "WML-0252-B", + "id": "9245", "links": { - "self": "/stops/WML-0252-B" + "self": "/stops/9245" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=WML-0252-B" + "related": "/facilities/?filter[stop]=9245" } }, "parent_station": { - "data": { - "id": "place-WML-0252", - "type": "stop" - } + "data": null }, "zone": { - "data": null + "data": { + "id": "LocalBus", + "type": "zone" + } } }, "type": "stop" @@ -148679,45 +148113,85 @@ { "attributes": { "direction_id": 1, - "headsign": "North Scituate (Shuttle)" + "headsign": "South Station" }, - "id": "GreenbushNorthScituate-1-sample", + "id": "SouthWKDYF24-697780-742", "links": { - "self": "/trips/GreenbushNorthScituate-1-sample" + "self": "/trips/SouthWKDYF24-697780-742" }, "relationships": { "route": { "data": { - "id": "Shuttle-GreenbushNorthScituate", + "id": "CR-Franklin", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-GreenbushNorthScituate-0-1", + "id": "CR-Franklin-d7300846-1", "type": "route_pattern" } }, "service": { "data": { - "id": "canonical", + "id": "FALL 2024-SOUTHWKD-Weekday-1-S85407dc6", "type": "service" } }, "shape": { "data": { - "id": "GreenbushToNorthScituate-S", + "id": "FoxboroToSouthStationViaBackBay", "type": "shape" } }, "stops": { "data": [ { - "id": "GRB-0276-B", + "id": "FS-0049-S", "type": "stop" }, { - "id": "GRB-0233-B", + "id": "FB-0166-S", + "type": "stop" + }, + { + "id": "FB-0148-02", + "type": "stop" + }, + { + "id": "FB-0143-02", + "type": "stop" + }, + { + "id": "FB-0125-02", + "type": "stop" + }, + { + "id": "FB-0118-02", + "type": "stop" + }, + { + "id": "FB-0109-02", + "type": "stop" + }, + { + "id": "FB-0095-05", + "type": "stop" + }, + { + "id": "NEC-2237-03", + "type": "stop" + }, + { + "id": "NEC-2265-03", + "type": "stop" + }, + { + "id": "NEC-2276-03", + "type": "stop" + }, + { + "id": "NEC-2287", "type": "stop" } ] @@ -148725,16 +148199,53 @@ }, "type": "trip" }, + { + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Logan Airport Terminals", + "Nubian Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Logan Airport Terminals - Nubian Station", + "short_name": "171", + "sort_order": 51710, + "text_color": "000000", + "type": 3 + }, + "id": "171", + "links": { + "self": "/routes/171" + }, + "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, + "line": { + "data": { + "id": "line-171708", + "type": "line" + } + } + }, + "type": "route" + }, { "attributes": {}, - "id": "50902", + "id": "7955", "links": { - "self": "/stops/50902" + "self": "/stops/7955" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=50902" + "related": "/facilities/?filter[stop]=7955" } }, "parent_station": { @@ -148750,106 +148261,135 @@ "type": "stop" }, { - "attributes": { - "direction_id": 1, - "headsign": "Kenmore (Shuttle)" - }, - "id": "NewtonHighlandsKenmoreExtended-1-sample", + "attributes": {}, + "id": "25712", "links": { - "self": "/trips/NewtonHighlandsKenmoreExtended-1-sample" + "self": "/stops/25712" }, "relationships": { - "route": { - "data": { - "id": "Shuttle-NewtonHighlandsKenmore", - "type": "route" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=25712" } }, - "route_pattern": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "Shuttle-NewtonHighlandsKenmore-0-1", - "type": "route_pattern" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "2106", + "links": { + "self": "/stops/2106" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=2106" } }, - "service": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "canonical", - "type": "service" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "33635", + "links": { + "self": "/stops/33635" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=33635" } }, - "shape": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "NewtonHighlandsToKenmore-S", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "9070168", - "type": "stop" - }, - { - "id": "9070170", - "type": "stop" - }, - { - "id": "1984", - "type": "stop" - }, - { - "id": "21917", - "type": "stop" - }, - { - "id": "9070179", - "type": "stop" - }, - { - "id": "1556", - "type": "stop" - }, - { - "id": "1804", - "type": "stop" - }, - { - "id": "1807", - "type": "stop" - }, - { - "id": "9070150", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { - "attributes": { - "color": "FFC72C", - "long_name": "Harvard - Lechmere", - "short_name": "69", - "sort_order": 50690, - "text_color": "000000" + "attributes": {}, + "id": "8545", + "links": { + "self": "/stops/8545" }, - "id": "line-69", + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=8545" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "36466", "links": { - "self": "/lines/line-69" + "self": "/stops/36466" }, - "type": "line" + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=36466" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" }, { "attributes": {}, - "id": "5359", + "id": "1739", "links": { - "self": "/stops/5359" + "self": "/stops/1739" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5359" + "related": "/facilities/?filter[stop]=1739" } }, "parent_station": { @@ -148866,14 +148406,14 @@ }, { "attributes": {}, - "id": "3177", + "id": "2431", "links": { - "self": "/stops/3177" + "self": "/stops/2431" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3177" + "related": "/facilities/?filter[stop]=2431" } }, "parent_station": { @@ -148890,14 +148430,14 @@ }, { "attributes": {}, - "id": "12855", + "id": "4095", "links": { - "self": "/stops/12855" + "self": "/stops/4095" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=12855" + "related": "/facilities/?filter[stop]=4095" } }, "parent_station": { @@ -148914,14 +148454,14 @@ }, { "attributes": {}, - "id": "6958", + "id": "7254", "links": { - "self": "/stops/6958" + "self": "/stops/7254" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6958" + "related": "/facilities/?filter[stop]=7254" } }, "parent_station": { @@ -148938,14 +148478,14 @@ }, { "attributes": {}, - "id": "327", + "id": "3376", "links": { - "self": "/stops/327" + "self": "/stops/3376" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=327" + "related": "/facilities/?filter[stop]=3376" } }, "parent_station": { @@ -148962,38 +148502,86 @@ }, { "attributes": {}, - "id": "WR-0099-B0", + "id": "4331", "links": { - "self": "/stops/WR-0099-B0" + "self": "/stops/4331" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=WR-0099-B0" + "related": "/facilities/?filter[stop]=4331" } }, "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "place-WR-0099", - "type": "stop" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "5062", + "links": { + "self": "/stops/5062" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=5062" } }, + "parent_station": { + "data": null + }, "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "15235", + "links": { + "self": "/stops/15235" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=15235" + } + }, + "parent_station": { "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } } }, "type": "stop" }, { "attributes": {}, - "id": "4874", + "id": "3885", "links": { - "self": "/stops/4874" + "self": "/stops/3885" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4874" + "related": "/facilities/?filter[stop]=3885" } }, "parent_station": { @@ -149010,146 +148598,130 @@ }, { "attributes": { - "direction_id": 1, - "headsign": "Ruggles" + "direction_id": 0, + "headsign": "Fields Corner" }, - "id": "61391962", + "id": "66645999", "links": { - "self": "/trips/61391962" + "self": "/trips/66645999" }, "relationships": { "route": { "data": { - "id": "45", + "id": "17", "type": "route" } }, "route_pattern": { "data": { - "id": "45-_-1", + "id": "17-_-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "450136", + "id": "170116", "type": "shape" } }, "stops": { "data": [ { - "id": "1565", - "type": "stop" - }, - { - "id": "383", - "type": "stop" - }, - { - "id": "384", - "type": "stop" - }, - { - "id": "385", - "type": "stop" - }, - { - "id": "1566", + "id": "13", "type": "stop" }, { - "id": "15660", + "id": "2905", "type": "stop" }, { - "id": "1567", + "id": "2906", "type": "stop" }, { - "id": "15661", + "id": "2907", "type": "stop" }, { - "id": "1569", + "id": "2908", "type": "stop" }, { - "id": "1570", + "id": "2909", "type": "stop" }, { - "id": "1571", + "id": "362", "type": "stop" }, { - "id": "1572", + "id": "2910", "type": "stop" }, { - "id": "1573", + "id": "1504", "type": "stop" }, { - "id": "1574", + "id": "1506", "type": "stop" }, { - "id": "1575", + "id": "1508", "type": "stop" }, { - "id": "1576", + "id": "1509", "type": "stop" }, { - "id": "1487", + "id": "1510", "type": "stop" }, { - "id": "1488", + "id": "1511", "type": "stop" }, { - "id": "1489", + "id": "11512", "type": "stop" }, { - "id": "1491", + "id": "1512", "type": "stop" }, { - "id": "64000", + "id": "1514", "type": "stop" }, { - "id": "1148", + "id": "1515", "type": "stop" }, { - "id": "11149", + "id": "553", "type": "stop" }, { - "id": "11148", + "id": "554", "type": "stop" }, { - "id": "21148", + "id": "555", "type": "stop" }, { - "id": "1224", + "id": "556", "type": "stop" }, { - "id": "17861", + "id": "323", "type": "stop" } ] @@ -149159,14 +148731,14 @@ }, { "attributes": {}, - "id": "71270", + "id": "6123", "links": { - "self": "/stops/71270" + "self": "/stops/6123" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=71270" + "related": "/facilities/?filter[stop]=6123" } }, "parent_station": { @@ -149183,25 +148755,46 @@ }, { "attributes": {}, - "id": "WML-0035-01", + "id": "586", "links": { - "self": "/stops/WML-0035-01" + "self": "/stops/586" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=WML-0035-01" + "related": "/facilities/?filter[stop]=586" } }, "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "place-WML-0035", - "type": "stop" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "4099", + "links": { + "self": "/stops/4099" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=4099" } }, + "parent_station": { + "data": null + }, "zone": { "data": { - "id": "CR-zone-1A", + "id": "LocalBus", "type": "zone" } } @@ -149210,14 +148803,14 @@ }, { "attributes": {}, - "id": "2797", + "id": "7602", "links": { - "self": "/stops/2797" + "self": "/stops/7602" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2797" + "related": "/facilities/?filter[stop]=7602" } }, "parent_station": { @@ -149234,14 +148827,14 @@ }, { "attributes": {}, - "id": "607", + "id": "4258", "links": { - "self": "/stops/607" + "self": "/stops/4258" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=607" + "related": "/facilities/?filter[stop]=4258" } }, "parent_station": { @@ -149258,14 +148851,14 @@ }, { "attributes": {}, - "id": "16403", + "id": "7504", "links": { - "self": "/stops/16403" + "self": "/stops/7504" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=16403" + "related": "/facilities/?filter[stop]=7504" } }, "parent_station": { @@ -149282,54 +148875,102 @@ }, { "attributes": { - "direction_id": 1, - "headsign": "Union Square (Shuttle)" + "direction_id": 0, + "headsign": "Winthrop St & Brooks St via Medford Square" }, - "id": "GreenDUnionSquareNorthStation-1-sample", + "id": "66959865", "links": { - "self": "/trips/GreenDUnionSquareNorthStation-1-sample" + "self": "/trips/66959865" }, "relationships": { "route": { "data": { - "id": "Shuttle-NorthStationUnionSquare", + "id": "95", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-NorthStationUnionSquare-0-1", + "id": "95-5-0", "type": "route_pattern" } }, "service": { "data": { - "id": "canonical", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "NorthStationToUnionSquare-S", + "id": "950231", "type": "shape" } }, "stops": { "data": [ { - "id": "9070090", + "id": "5333", "type": "stop" }, { - "id": "9070091", + "id": "5282", "type": "stop" }, { - "id": "9070502", + "id": "5283", "type": "stop" }, { - "id": "9070503", + "id": "5284", + "type": "stop" + }, + { + "id": "5285", + "type": "stop" + }, + { + "id": "5286", + "type": "stop" + }, + { + "id": "5287", + "type": "stop" + }, + { + "id": "5002", + "type": "stop" + }, + { + "id": "15002", + "type": "stop" + }, + { + "id": "5003", + "type": "stop" + }, + { + "id": "5004", + "type": "stop" + }, + { + "id": "5005", + "type": "stop" + }, + { + "id": "5006", + "type": "stop" + }, + { + "id": "9174", + "type": "stop" + }, + { + "id": "9175", + "type": "stop" + }, + { + "id": "9176", "type": "stop" } ] @@ -149339,14 +148980,14 @@ }, { "attributes": {}, - "id": "5600", + "id": "7516", "links": { - "self": "/stops/5600" + "self": "/stops/7516" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5600" + "related": "/facilities/?filter[stop]=7516" } }, "parent_station": { @@ -149363,14 +149004,14 @@ }, { "attributes": {}, - "id": "1406", + "id": "8165", "links": { - "self": "/stops/1406" + "self": "/stops/8165" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1406" + "related": "/facilities/?filter[stop]=8165" } }, "parent_station": { @@ -149387,25 +149028,22 @@ }, { "attributes": {}, - "id": "70237", + "id": "8504", "links": { - "self": "/stops/70237" + "self": "/stops/8504" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70237" + "related": "/facilities/?filter[stop]=8504" } }, "parent_station": { - "data": { - "id": "place-clmnl", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } @@ -149414,38 +149052,35 @@ }, { "attributes": {}, - "id": "5540", + "id": "9070055", "links": { - "self": "/stops/5540" + "self": "/stops/9070055" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5540" + "related": "/facilities/?filter[stop]=9070055" } }, "parent_station": { "data": null }, "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } + "data": null } }, "type": "stop" }, { "attributes": {}, - "id": "1442", + "id": "3808", "links": { - "self": "/stops/1442" + "self": "/stops/3808" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1442" + "related": "/facilities/?filter[stop]=3808" } }, "parent_station": { @@ -149462,22 +149097,25 @@ }, { "attributes": {}, - "id": "7182", + "id": "70275", "links": { - "self": "/stops/7182" + "self": "/stops/70275" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7182" + "related": "/facilities/?filter[stop]=70275" } }, "parent_station": { - "data": null + "data": { + "id": "place-matt", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -149486,14 +149124,14 @@ }, { "attributes": {}, - "id": "4749", + "id": "2467", "links": { - "self": "/stops/4749" + "self": "/stops/2467" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4749" + "related": "/facilities/?filter[stop]=2467" } }, "parent_station": { @@ -149510,18 +149148,21 @@ }, { "attributes": {}, - "id": "2714", + "id": "8155", "links": { - "self": "/stops/2714" + "self": "/stops/8155" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2714" + "related": "/facilities/?filter[stop]=8155" } }, "parent_station": { - "data": null + "data": { + "id": "place-newtn", + "type": "stop" + } }, "zone": { "data": { @@ -149532,219 +149173,37 @@ }, "type": "stop" }, - { - "attributes": {}, - "id": "8438", - "links": { - "self": "/stops/8438" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=8438" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "FR-0253-02", - "links": { - "self": "/stops/FR-0253-02" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=FR-0253-02" - } - }, - "parent_station": { - "data": { - "id": "place-FR-0253", - "type": "stop" - } - }, - "zone": { - "data": { - "id": "CR-zone-6", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "5087", - "links": { - "self": "/stops/5087" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=5087" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": { - "direction_id": 1, - "headsign": "South Station" - }, - "id": "CR-670229-728", - "links": { - "self": "/trips/CR-670229-728" - }, - "relationships": { - "route": { - "data": { - "id": "CR-Franklin", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "CR-Franklin-541f8dad-1", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "SPRING2024-SOUTHWKD-Weekday-1-S85407dc6", - "type": "service" - } - }, - "shape": { - "data": { - "id": "9880002", - "type": "shape" - } - }, - "stops": { - "data": [ - { - "id": "FB-0275-S", - "type": "stop" - }, - { - "id": "FB-0230-S", - "type": "stop" - }, - { - "id": "FB-0191-S", - "type": "stop" - }, - { - "id": "FB-0166-S", - "type": "stop" - }, - { - "id": "FB-0148-02", - "type": "stop" - }, - { - "id": "FB-0143-02", - "type": "stop" - }, - { - "id": "FB-0125-02", - "type": "stop" - }, - { - "id": "FB-0118-02", - "type": "stop" - }, - { - "id": "FB-0109-02", - "type": "stop" - }, - { - "id": "FB-0095-04", - "type": "stop" - }, - { - "id": "DB-2205-02", - "type": "stop" - }, - { - "id": "DB-2222-02", - "type": "stop" - }, - { - "id": "DB-2230-02", - "type": "stop" - }, - { - "id": "DB-2240-02", - "type": "stop" - }, - { - "id": "DB-2249-02", - "type": "stop" - }, - { - "id": "DB-2258-02", - "type": "stop" - }, - { - "id": "DB-2265-02", - "type": "stop" - }, - { - "id": "NEC-2287", - "type": "stop" - } - ] - } - }, - "type": "trip" - }, { "attributes": { "color": "FFC72C", "direction_destinations": [ - "Lowell", - "North Station" + "Riverside", + "Union Square" ], "direction_names": [ - "Outbound", - "Inbound" + "West", + "East" ], - "long_name": "Lowell - Anderson/Woburn", - "short_name": "Lowell Line Shuttle", - "sort_order": 60224, + "long_name": "Newton Highlands - Brookline Hills", + "short_name": "Green Line D Shuttle", + "sort_order": 61150, "text_color": "000000", "type": 3 }, - "id": "Shuttle-AndersonWoburnLowell", + "id": "Shuttle-BrooklineHillsNewtonHighlands", "links": { - "self": "/routes/Shuttle-AndersonWoburnLowell" + "self": "/routes/Shuttle-BrooklineHillsNewtonHighlands" }, "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, "line": { "data": { - "id": "line-Lowell", + "id": "line-Green", "type": "line" } } @@ -149753,25 +149212,22 @@ }, { "attributes": {}, - "id": "70111", + "id": "1571", "links": { - "self": "/stops/70111" + "self": "/stops/1571" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70111" + "related": "/facilities/?filter[stop]=1571" } }, "parent_station": { - "data": { - "id": "place-sougr", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } @@ -149780,14 +149236,14 @@ }, { "attributes": {}, - "id": "3998", + "id": "5078", "links": { - "self": "/stops/3998" + "self": "/stops/5078" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3998" + "related": "/facilities/?filter[stop]=5078" } }, "parent_station": { @@ -149804,14 +149260,14 @@ }, { "attributes": {}, - "id": "1487", + "id": "4666", "links": { - "self": "/stops/1487" + "self": "/stops/4666" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1487" + "related": "/facilities/?filter[stop]=4666" } }, "parent_station": { @@ -149826,138 +149282,16 @@ }, "type": "stop" }, - { - "attributes": { - "direction_id": 1, - "headsign": "Kendall/MIT (Shuttle)" - }, - "id": "KendallParkStreet-1-sample", - "links": { - "self": "/trips/KendallParkStreet-1-sample" - }, - "relationships": { - "route": { - "data": { - "id": "Shuttle-KendallPark", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Shuttle-KendallPark-0-1", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "canonical", - "type": "service" - } - }, - "shape": { - "data": { - "id": "ParkToKendall-S", - "type": "shape" - } - }, - "stops": { - "data": [ - { - "id": "9070076", - "type": "stop" - }, - { - "id": "9070074", - "type": "stop" - }, - { - "id": "9070071", - "type": "stop" - } - ] - } - }, - "type": "trip" - }, - { - "attributes": { - "direction_id": 1, - "headsign": "North Station" - }, - "id": "CR-660301-300", - "links": { - "self": "/trips/CR-660301-300" - }, - "relationships": { - "route": { - "data": { - "id": "CR-Lowell", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "CR-Lowell-5cb1ce1b-1", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "SPRING2024-NORTHWKD-Weekday-5-S7d8482ee", - "type": "service" - } - }, - "shape": { - "data": { - "id": "9830005", - "type": "shape" - } - }, - "stops": { - "data": [ - { - "id": "NHRML-0254-04", - "type": "stop" - }, - { - "id": "NHRML-0218-02", - "type": "stop" - }, - { - "id": "NHRML-0152-02", - "type": "stop" - }, - { - "id": "NHRML-0127-02", - "type": "stop" - }, - { - "id": "NHRML-0073-02", - "type": "stop" - }, - { - "id": "NHRML-0055-02", - "type": "stop" - }, - { - "id": "BNT-0000", - "type": "stop" - } - ] - } - }, - "type": "trip" - }, { "attributes": {}, - "id": "5015", + "id": "2598", "links": { - "self": "/stops/5015" + "self": "/stops/2598" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5015" + "related": "/facilities/?filter[stop]=2598" } }, "parent_station": { @@ -149974,14 +149308,14 @@ }, { "attributes": {}, - "id": "2668", + "id": "778", "links": { - "self": "/stops/2668" + "self": "/stops/778" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2668" + "related": "/facilities/?filter[stop]=778" } }, "parent_station": { @@ -149998,14 +149332,14 @@ }, { "attributes": {}, - "id": "8285", + "id": "5540", "links": { - "self": "/stops/8285" + "self": "/stops/5540" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8285" + "related": "/facilities/?filter[stop]=5540" } }, "parent_station": { @@ -150022,14 +149356,14 @@ }, { "attributes": {}, - "id": "8505", + "id": "2615", "links": { - "self": "/stops/8505" + "self": "/stops/2615" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8505" + "related": "/facilities/?filter[stop]=2615" } }, "parent_station": { @@ -150046,22 +149380,25 @@ }, { "attributes": {}, - "id": "4886", + "id": "NEC-1659-03", "links": { - "self": "/stops/4886" + "self": "/stops/NEC-1659-03" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4886" + "related": "/facilities/?filter[stop]=NEC-1659-03" } }, "parent_station": { - "data": null + "data": { + "id": "place-NEC-1659", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "CR-zone-10", "type": "zone" } } @@ -150070,14 +149407,14 @@ }, { "attributes": {}, - "id": "6308", + "id": "1940", "links": { - "self": "/stops/6308" + "self": "/stops/1940" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6308" + "related": "/facilities/?filter[stop]=1940" } }, "parent_station": { @@ -150094,70 +149431,162 @@ }, { "attributes": { - "direction_id": 1, - "headsign": "South Station (Shuttle)" + "direction_id": 0, + "headsign": "Forest Hills" }, - "id": "ReadvilleSouthStationFMT-1-sample", + "id": "67250315", "links": { - "self": "/trips/ReadvilleSouthStationFMT-1-sample" + "self": "/trips/67250315" }, "relationships": { "route": { "data": { - "id": "Shuttle-ReadvilleSouthStation", + "id": "39", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-ReadvilleSouthStation-0-1", + "id": "39-_-0", "type": "route_pattern" } }, "service": { "data": { - "id": "canonical", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "ReadvilleToSouthStationViaFairmount-S", + "id": "1920059", "type": "shape" } }, "stops": { "data": [ { - "id": "DB-2205-B1", + "id": "117", "type": "stop" }, { - "id": "DB-2222-B1", + "id": "49704", "type": "stop" }, { - "id": "DB-2230-B1", + "id": "10000", "type": "stop" }, { - "id": "DB-2240-B1", + "id": "8279", "type": "stop" }, { - "id": "DB-2249-B3", + "id": "9983", "type": "stop" }, { - "id": "DB-2258-B1", + "id": "177", "type": "stop" }, { - "id": "DB-2265-B1", + "id": "173", "type": "stop" }, { - "id": "NEC-2287-B", + "id": "178", + "type": "stop" + }, + { + "id": "11388", + "type": "stop" + }, + { + "id": "31391", + "type": "stop" + }, + { + "id": "41391", + "type": "stop" + }, + { + "id": "61391", + "type": "stop" + }, + { + "id": "71391", + "type": "stop" + }, + { + "id": "91391", + "type": "stop" + }, + { + "id": "92391", + "type": "stop" + }, + { + "id": "1363", + "type": "stop" + }, + { + "id": "1365", + "type": "stop" + }, + { + "id": "21365", + "type": "stop" + }, + { + "id": "22365", + "type": "stop" + }, + { + "id": "31365", + "type": "stop" + }, + { + "id": "51365", + "type": "stop" + }, + { + "id": "61365", + "type": "stop" + }, + { + "id": "1160", + "type": "stop" + }, + { + "id": "1161", + "type": "stop" + }, + { + "id": "1164", + "type": "stop" + }, + { + "id": "11164", + "type": "stop" + }, + { + "id": "1939", + "type": "stop" + }, + { + "id": "99991", + "type": "stop" + }, + { + "id": "2006", + "type": "stop" + }, + { + "id": "2007", + "type": "stop" + }, + { + "id": "10642", "type": "stop" } ] @@ -150167,14 +149596,14 @@ }, { "attributes": {}, - "id": "820", + "id": "808", "links": { - "self": "/stops/820" + "self": "/stops/808" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=820" + "related": "/facilities/?filter[stop]=808" } }, "parent_station": { @@ -150190,90 +149619,148 @@ "type": "stop" }, { - "attributes": {}, - "id": "2061", - "links": { - "self": "/stops/2061" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=2061" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } + "attributes": { + "direction_id": 1, + "headsign": "Downtown (Express)" }, - "type": "stop" - }, - { - "attributes": {}, - "id": "70094", + "id": "66645315", "links": { - "self": "/stops/70094" + "self": "/trips/66645315" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=70094" + "route": { + "data": { + "id": "505", + "type": "route" } }, - "parent_station": { + "route_pattern": { "data": { - "id": "place-asmnl", - "type": "stop" + "id": "505-6-1", + "type": "route_pattern" } }, - "zone": { + "service": { "data": { - "id": "RapidTransit", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "82136", - "links": { - "self": "/stops/82136" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=82136" + "id": "WinterWeekday", + "type": "service" } }, - "parent_station": { - "data": null - }, - "zone": { + "shape": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "5050105", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "88333", + "type": "stop" + }, + { + "id": "17813", + "type": "stop" + }, + { + "id": "7813", + "type": "stop" + }, + { + "id": "7814", + "type": "stop" + }, + { + "id": "78451", + "type": "stop" + }, + { + "id": "78452", + "type": "stop" + }, + { + "id": "86964", + "type": "stop" + }, + { + "id": "86965", + "type": "stop" + }, + { + "id": "86967", + "type": "stop" + }, + { + "id": "86968", + "type": "stop" + }, + { + "id": "78201", + "type": "stop" + }, + { + "id": "78203", + "type": "stop" + }, + { + "id": "78204", + "type": "stop" + }, + { + "id": "78205", + "type": "stop" + }, + { + "id": "78211", + "type": "stop" + }, + { + "id": "78212", + "type": "stop" + }, + { + "id": "78213", + "type": "stop" + }, + { + "id": "78215", + "type": "stop" + }, + { + "id": "78216", + "type": "stop" + }, + { + "id": "78218", + "type": "stop" + }, + { + "id": "78219", + "type": "stop" + }, + { + "id": "6550", + "type": "stop" + }, + { + "id": "6551", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "290", + "id": "7428", "links": { - "self": "/stops/290" + "self": "/stops/7428" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=290" + "related": "/facilities/?filter[stop]=7428" } }, "parent_station": { @@ -150291,52 +149778,38 @@ { "attributes": { "color": "FFC72C", - "direction_destinations": [ - "Linden Square", - "Wellington Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Linden Square - Wellington Station", - "short_name": "108", - "sort_order": 51080, - "text_color": "000000", - "type": 3 + "long_name": "Wren Street - Forest Hills", + "short_name": "38", + "sort_order": 50371, + "text_color": "000000" }, - "id": "108", + "id": "line-38", "links": { - "self": "/routes/108" - }, - "relationships": { - "line": { - "data": { - "id": "line-108", - "type": "line" - } - } + "self": "/lines/line-38" }, - "type": "route" + "type": "line" }, { "attributes": {}, - "id": "5897", + "id": "70176", "links": { - "self": "/stops/5897" + "self": "/stops/70176" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5897" + "related": "/facilities/?filter[stop]=70176" } }, "parent_station": { - "data": null + "data": { + "id": "place-bcnfd", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -150346,213 +149819,181 @@ { "attributes": { "direction_id": 1, - "headsign": "Sullivan" + "headsign": "Forest Hills" }, - "id": "61869209", + "id": "67250554", "links": { - "self": "/trips/61869209" + "self": "/trips/67250554" }, "relationships": { "route": { "data": { - "id": "101", + "id": "35", "type": "route" } }, "route_pattern": { "data": { - "id": "101-8-1", + "id": "35-_-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "1010292", + "id": "350186", "type": "shape" } }, "stops": { "data": [ { - "id": "9147", - "type": "stop" - }, - { - "id": "9149", - "type": "stop" - }, - { - "id": "9150", - "type": "stop" - }, - { - "id": "5008", - "type": "stop" - }, - { - "id": "6298", - "type": "stop" - }, - { - "id": "6299", - "type": "stop" - }, - { - "id": "6301", - "type": "stop" - }, - { - "id": "6302", - "type": "stop" - }, - { - "id": "6303", + "id": "616", "type": "stop" }, { - "id": "16305", + "id": "763", "type": "stop" }, { - "id": "3513", + "id": "764", "type": "stop" }, { - "id": "2369", + "id": "765", "type": "stop" }, { - "id": "2370", + "id": "766", "type": "stop" }, { - "id": "2371", + "id": "767", "type": "stop" }, { - "id": "2372", + "id": "768", "type": "stop" }, { - "id": "2373", + "id": "10769", "type": "stop" }, { - "id": "2374", + "id": "769", "type": "stop" }, { - "id": "2375", + "id": "770", "type": "stop" }, { - "id": "21411", + "id": "771", "type": "stop" }, { - "id": "5038", + "id": "772", "type": "stop" }, { - "id": "15038", + "id": "773", "type": "stop" }, { - "id": "5039", + "id": "780", "type": "stop" }, { - "id": "5040", + "id": "781", "type": "stop" }, { - "id": "5291", + "id": "782", "type": "stop" }, { - "id": "5292", + "id": "783", "type": "stop" }, { - "id": "5293", + "id": "784", "type": "stop" }, { - "id": "5294", + "id": "785", "type": "stop" }, { - "id": "5295", + "id": "786", "type": "stop" }, { - "id": "5296", + "id": "787", "type": "stop" }, { - "id": "5297", + "id": "788", "type": "stop" }, { - "id": "5298", + "id": "789", "type": "stop" }, { - "id": "5299", + "id": "790", "type": "stop" }, { - "id": "5300", + "id": "791", "type": "stop" }, { - "id": "5301", + "id": "792", "type": "stop" }, { - "id": "5302", + "id": "793", "type": "stop" }, { - "id": "5303", + "id": "795", "type": "stop" }, { - "id": "2704", + "id": "636", "type": "stop" }, { - "id": "2706", + "id": "637", "type": "stop" }, { - "id": "2707", + "id": "638", "type": "stop" }, { - "id": "2710", + "id": "639", "type": "stop" }, { - "id": "2711", + "id": "640", "type": "stop" }, { - "id": "2713", + "id": "641", "type": "stop" }, { - "id": "2714", + "id": "642", "type": "stop" }, { - "id": "29001", + "id": "10642", "type": "stop" } ] @@ -150562,14 +150003,14 @@ }, { "attributes": {}, - "id": "328", + "id": "26137", "links": { - "self": "/stops/328" + "self": "/stops/26137" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=328" + "related": "/facilities/?filter[stop]=26137" } }, "parent_station": { @@ -150585,39 +150026,140 @@ "type": "stop" }, { - "attributes": {}, - "id": "5399", + "attributes": { + "direction_id": 0, + "headsign": "Ashmont" + }, + "id": "67251007", "links": { - "self": "/stops/5399" + "self": "/trips/67251007" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=5399" + "route": { + "data": { + "id": "21", + "type": "route" } }, - "parent_station": { - "data": null + "route_pattern": { + "data": { + "id": "21-_-0", + "type": "route_pattern" + } }, - "zone": { + "service": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "WinterWeekday", + "type": "service" + } + }, + "shape": { + "data": { + "id": "210138", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "875", + "type": "stop" + }, + { + "id": "520", + "type": "stop" + }, + { + "id": "11521", + "type": "stop" + }, + { + "id": "5232", + "type": "stop" + }, + { + "id": "523", + "type": "stop" + }, + { + "id": "524", + "type": "stop" + }, + { + "id": "5240", + "type": "stop" + }, + { + "id": "525", + "type": "stop" + }, + { + "id": "526", + "type": "stop" + }, + { + "id": "527", + "type": "stop" + }, + { + "id": "528", + "type": "stop" + }, + { + "id": "529", + "type": "stop" + }, + { + "id": "530", + "type": "stop" + }, + { + "id": "507", + "type": "stop" + }, + { + "id": "508", + "type": "stop" + }, + { + "id": "509", + "type": "stop" + }, + { + "id": "510", + "type": "stop" + }, + { + "id": "532", + "type": "stop" + }, + { + "id": "533", + "type": "stop" + }, + { + "id": "534", + "type": "stop" + }, + { + "id": "334", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "5453", + "id": "43551", "links": { - "self": "/stops/5453" + "self": "/stops/43551" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5453" + "related": "/facilities/?filter[stop]=43551" } }, "parent_station": { @@ -150634,14 +150176,14 @@ }, { "attributes": {}, - "id": "5895", + "id": "518", "links": { - "self": "/stops/5895" + "self": "/stops/518" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5895" + "related": "/facilities/?filter[stop]=518" } }, "parent_station": { @@ -150658,58 +150200,46 @@ }, { "attributes": { - "direction_id": 1, - "headsign": "JFK/UMass" + "direction_id": 0, + "headsign": "Kingston (Shuttle)" }, - "id": "62921084", + "id": "HalifaxKingston-0-sample", "links": { - "self": "/trips/62921084" + "self": "/trips/HalifaxKingston-0-sample" }, "relationships": { "route": { "data": { - "id": "Red", + "id": "Shuttle-HalifaxKingston", "type": "route" } }, "route_pattern": { "data": { - "id": "Red-A-1", + "id": "Shuttle-HalifaxKingston-0-0", "type": "route_pattern" } }, "service": { "data": { - "id": "RTL22024-hms24bb6-Saturday-01", + "id": "canonical", "type": "service" } }, "shape": { "data": { - "id": "28320001", + "id": "HalifaxToKingston-S", "type": "shape" } }, "stops": { "data": [ { - "id": "70094", - "type": "stop" - }, - { - "id": "70092", - "type": "stop" - }, - { - "id": "70090", - "type": "stop" - }, - { - "id": "70088", + "id": "PB-0281-B0", "type": "stop" }, { - "id": "70086", + "id": "KB-0351-B1", "type": "stop" } ] @@ -150718,46 +150248,15 @@ "type": "trip" }, { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Sullivan Square Station", - "Central Square, Cambridge" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Sullivan Square Station - Central Square, Cambridge", - "short_name": "91", - "sort_order": 50910, - "text_color": "000000", - "type": 3 - }, - "id": "91", + "attributes": {}, + "id": "82047", "links": { - "self": "/routes/91" - }, - "relationships": { - "line": { - "data": { - "id": "line-91", - "type": "line" - } - } - }, - "type": "route" - }, - { - "attributes": {}, - "id": "1617", - "links": { - "self": "/stops/1617" + "self": "/stops/82047" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1617" + "related": "/facilities/?filter[stop]=82047" } }, "parent_station": { @@ -150774,14 +150273,14 @@ }, { "attributes": {}, - "id": "7560", + "id": "7110", "links": { - "self": "/stops/7560" + "self": "/stops/7110" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7560" + "related": "/facilities/?filter[stop]=7110" } }, "parent_station": { @@ -150798,14 +150297,14 @@ }, { "attributes": {}, - "id": "2918", + "id": "5485", "links": { - "self": "/stops/2918" + "self": "/stops/5485" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2918" + "related": "/facilities/?filter[stop]=5485" } }, "parent_station": { @@ -150822,14 +150321,14 @@ }, { "attributes": {}, - "id": "10569", + "id": "1357", "links": { - "self": "/stops/10569" + "self": "/stops/1357" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=10569" + "related": "/facilities/?filter[stop]=1357" } }, "parent_station": { @@ -150846,14 +150345,14 @@ }, { "attributes": {}, - "id": "528", + "id": "3279", "links": { - "self": "/stops/528" + "self": "/stops/3279" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=528" + "related": "/facilities/?filter[stop]=3279" } }, "parent_station": { @@ -150870,14 +150369,14 @@ }, { "attributes": {}, - "id": "7779", + "id": "1788", "links": { - "self": "/stops/7779" + "self": "/stops/1788" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7779" + "related": "/facilities/?filter[stop]=1788" } }, "parent_station": { @@ -150894,14 +150393,14 @@ }, { "attributes": {}, - "id": "10618", + "id": "32549", "links": { - "self": "/stops/10618" + "self": "/stops/32549" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=10618" + "related": "/facilities/?filter[stop]=32549" } }, "parent_station": { @@ -150917,111 +150416,120 @@ "type": "stop" }, { - "attributes": {}, - "id": "4860", - "links": { - "self": "/stops/4860" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=4860" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } + "attributes": { + "direction_id": 0, + "headsign": "Lebanon Loop" }, - "type": "stop" - }, - { - "attributes": {}, - "id": "7484", + "id": "66957810", "links": { - "self": "/stops/7484" + "self": "/trips/66957810" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=7484" + "route": { + "data": { + "id": "106", + "type": "route" } }, - "parent_station": { - "data": null - }, - "zone": { + "route_pattern": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "2763", - "links": { - "self": "/stops/2763" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=2763" + "id": "106-4-0", + "type": "route_pattern" } }, - "parent_station": { - "data": null - }, - "zone": { + "service": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "3226", - "links": { - "self": "/stops/3226" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=3226" + "id": "WinterWeekday", + "type": "service" } }, - "parent_station": { - "data": null - }, - "zone": { + "shape": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "1060269", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "53270", + "type": "stop" + }, + { + "id": "5289", + "type": "stop" + }, + { + "id": "5342", + "type": "stop" + }, + { + "id": "5457", + "type": "stop" + }, + { + "id": "5459", + "type": "stop" + }, + { + "id": "5460", + "type": "stop" + }, + { + "id": "5461", + "type": "stop" + }, + { + "id": "5462", + "type": "stop" + }, + { + "id": "5463", + "type": "stop" + }, + { + "id": "5464", + "type": "stop" + }, + { + "id": "54651", + "type": "stop" + }, + { + "id": "5466", + "type": "stop" + }, + { + "id": "5467", + "type": "stop" + }, + { + "id": "5468", + "type": "stop" + }, + { + "id": "5469", + "type": "stop" + }, + { + "id": "5472", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "8164", + "id": "3349", "links": { - "self": "/stops/8164" + "self": "/stops/3349" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8164" + "related": "/facilities/?filter[stop]=3349" } }, "parent_station": { @@ -151038,14 +150546,14 @@ }, { "attributes": {}, - "id": "12376", + "id": "33618", "links": { - "self": "/stops/12376" + "self": "/stops/33618" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=12376" + "related": "/facilities/?filter[stop]=33618" } }, "parent_station": { @@ -151062,14 +150570,14 @@ }, { "attributes": {}, - "id": "6837", + "id": "8803", "links": { - "self": "/stops/6837" + "self": "/stops/8803" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6837" + "related": "/facilities/?filter[stop]=8803" } }, "parent_station": { @@ -151088,43 +150596,63 @@ "attributes": { "color": "FFC72C", "direction_destinations": [ - "Central Square, Lynn", - "Haymarket or Wonderland Station" + "Medford Square", + "Harvard Station" ], "direction_names": [ "Outbound", "Inbound" ], - "long_name": "Central Square, Lynn - Haymarket or Wonderland Station", - "short_name": "426", - "sort_order": 54260, + "long_name": "Medford Square - Harvard Station", + "short_name": "96", + "sort_order": 50960, "text_color": "000000", "type": 3 }, - "id": "426", + "id": "96", "links": { - "self": "/routes/426" + "self": "/routes/96" }, "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, "line": { "data": { - "id": "line-426428", + "id": "line-96", "type": "line" } } }, "type": "route" }, + { + "attributes": { + "color": "FFC72C", + "long_name": "Ruggles - Downtown Boston", + "short_name": "43", + "sort_order": 50430, + "text_color": "000000" + }, + "id": "line-43", + "links": { + "self": "/lines/line-43" + }, + "type": "line" + }, { "attributes": {}, - "id": "3162", + "id": "13859", "links": { - "self": "/stops/3162" + "self": "/stops/13859" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3162" + "related": "/facilities/?filter[stop]=13859" } }, "parent_station": { @@ -151141,14 +150669,14 @@ }, { "attributes": {}, - "id": "45830", + "id": "2064", "links": { - "self": "/stops/45830" + "self": "/stops/2064" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=45830" + "related": "/facilities/?filter[stop]=2064" } }, "parent_station": { @@ -151165,14 +150693,14 @@ }, { "attributes": {}, - "id": "4143", + "id": "2371", "links": { - "self": "/stops/4143" + "self": "/stops/2371" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4143" + "related": "/facilities/?filter[stop]=2371" } }, "parent_station": { @@ -151188,39 +150716,368 @@ "type": "stop" }, { - "attributes": {}, - "id": "31619", + "attributes": { + "direction_id": 1, + "headsign": "Ashmont" + }, + "id": "67290174", "links": { - "self": "/stops/31619" + "self": "/trips/67290174" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=31619" + "route": { + "data": { + "id": "240", + "type": "route" } }, - "parent_station": { - "data": null + "route_pattern": { + "data": { + "id": "240-1-1", + "type": "route_pattern" + } }, - "zone": { + "service": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "WinterWeekday", + "type": "service" + } + }, + "shape": { + "data": { + "id": "2400264", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "4233", + "type": "stop" + }, + { + "id": "14233", + "type": "stop" + }, + { + "id": "4234", + "type": "stop" + }, + { + "id": "4235", + "type": "stop" + }, + { + "id": "4236", + "type": "stop" + }, + { + "id": "4237", + "type": "stop" + }, + { + "id": "4238", + "type": "stop" + }, + { + "id": "4239", + "type": "stop" + }, + { + "id": "4240", + "type": "stop" + }, + { + "id": "4241", + "type": "stop" + }, + { + "id": "4242", + "type": "stop" + }, + { + "id": "4243", + "type": "stop" + }, + { + "id": "42430", + "type": "stop" + }, + { + "id": "4244", + "type": "stop" + }, + { + "id": "4245", + "type": "stop" + }, + { + "id": "4246", + "type": "stop" + }, + { + "id": "4247", + "type": "stop" + }, + { + "id": "4248", + "type": "stop" + }, + { + "id": "4249", + "type": "stop" + }, + { + "id": "4250", + "type": "stop" + }, + { + "id": "4277", + "type": "stop" + }, + { + "id": "4278", + "type": "stop" + }, + { + "id": "4279", + "type": "stop" + }, + { + "id": "4280", + "type": "stop" + }, + { + "id": "4281", + "type": "stop" + }, + { + "id": "4282", + "type": "stop" + }, + { + "id": "4283", + "type": "stop" + }, + { + "id": "4284", + "type": "stop" + }, + { + "id": "4285", + "type": "stop" + }, + { + "id": "4286", + "type": "stop" + }, + { + "id": "4288", + "type": "stop" + }, + { + "id": "4289", + "type": "stop" + }, + { + "id": "4290", + "type": "stop" + }, + { + "id": "4291", + "type": "stop" + }, + { + "id": "4292", + "type": "stop" + }, + { + "id": "4293", + "type": "stop" + }, + { + "id": "4294", + "type": "stop" + }, + { + "id": "42951", + "type": "stop" + }, + { + "id": "4297", + "type": "stop" + }, + { + "id": "4298", + "type": "stop" + }, + { + "id": "4299", + "type": "stop" + }, + { + "id": "4300", + "type": "stop" + }, + { + "id": "4301", + "type": "stop" + }, + { + "id": "43011", + "type": "stop" + }, + { + "id": "4303", + "type": "stop" + }, + { + "id": "4304", + "type": "stop" + }, + { + "id": "4305", + "type": "stop" + }, + { + "id": "4306", + "type": "stop" + }, + { + "id": "4307", + "type": "stop" + }, + { + "id": "4308", + "type": "stop" + }, + { + "id": "4309", + "type": "stop" + }, + { + "id": "4310", + "type": "stop" + }, + { + "id": "4311", + "type": "stop" + }, + { + "id": "4312", + "type": "stop" + }, + { + "id": "4193", + "type": "stop" + }, + { + "id": "4194", + "type": "stop" + }, + { + "id": "4195", + "type": "stop" + }, + { + "id": "4198", + "type": "stop" + }, + { + "id": "4200", + "type": "stop" + }, + { + "id": "4201", + "type": "stop" + }, + { + "id": "4202", + "type": "stop" + }, + { + "id": "4203", + "type": "stop" + }, + { + "id": "4204", + "type": "stop" + }, + { + "id": "4205", + "type": "stop" + }, + { + "id": "4206", + "type": "stop" + }, + { + "id": "4207", + "type": "stop" + }, + { + "id": "4208", + "type": "stop" + }, + { + "id": "4209", + "type": "stop" + }, + { + "id": "14211", + "type": "stop" + }, + { + "id": "590", + "type": "stop" + }, + { + "id": "591", + "type": "stop" + }, + { + "id": "882", + "type": "stop" + }, + { + "id": "593", + "type": "stop" + }, + { + "id": "594", + "type": "stop" + }, + { + "id": "595", + "type": "stop" + }, + { + "id": "533", + "type": "stop" + }, + { + "id": "534", + "type": "stop" + }, + { + "id": "334", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "2007", + "id": "4219", "links": { - "self": "/stops/2007" + "self": "/stops/4219" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2007" + "related": "/facilities/?filter[stop]=4219" } }, "parent_station": { @@ -151237,14 +151094,14 @@ }, { "attributes": {}, - "id": "3240", + "id": "4875", "links": { - "self": "/stops/3240" + "self": "/stops/4875" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3240" + "related": "/facilities/?filter[stop]=4875" } }, "parent_station": { @@ -151261,14 +151118,14 @@ }, { "attributes": {}, - "id": "12643", + "id": "49807", "links": { - "self": "/stops/12643" + "self": "/stops/49807" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=12643" + "related": "/facilities/?filter[stop]=49807" } }, "parent_station": { @@ -151285,14 +151142,14 @@ }, { "attributes": {}, - "id": "13846", + "id": "6419", "links": { - "self": "/stops/13846" + "self": "/stops/6419" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=13846" + "related": "/facilities/?filter[stop]=6419" } }, "parent_station": { @@ -151309,14 +151166,14 @@ }, { "attributes": {}, - "id": "3947", + "id": "4299", "links": { - "self": "/stops/3947" + "self": "/stops/4299" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3947" + "related": "/facilities/?filter[stop]=4299" } }, "parent_station": { @@ -151333,14 +151190,14 @@ }, { "attributes": {}, - "id": "32549", + "id": "7828", "links": { - "self": "/stops/32549" + "self": "/stops/7828" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=32549" + "related": "/facilities/?filter[stop]=7828" } }, "parent_station": { @@ -151357,14 +151214,14 @@ }, { "attributes": {}, - "id": "32818", + "id": "5559", "links": { - "self": "/stops/32818" + "self": "/stops/5559" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=32818" + "related": "/facilities/?filter[stop]=5559" } }, "parent_station": { @@ -151380,42 +151237,76 @@ "type": "stop" }, { - "attributes": {}, - "id": "WML-0135-01", + "attributes": { + "direction_id": 1, + "headsign": "Newton Highlands (Shuttle)" + }, + "id": "NewtonHighlandsRiverside-1-sample", "links": { - "self": "/stops/WML-0135-01" + "self": "/trips/NewtonHighlandsRiverside-1-sample" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=WML-0135-01" + "route": { + "data": { + "id": "Shuttle-NewtonHighlandsRiverside", + "type": "route" } }, - "parent_station": { + "route_pattern": { "data": { - "id": "place-WML-0135", - "type": "stop" + "id": "Shuttle-NewtonHighlandsRiverside-0-1", + "type": "route_pattern" } }, - "zone": { + "service": { "data": { - "id": "CR-zone-3", - "type": "zone" + "id": "canonical", + "type": "service" + } + }, + "shape": { + "data": { + "id": "RiversideToNewtonHighlands-S", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "38155", + "type": "stop" + }, + { + "id": "9070162", + "type": "stop" + }, + { + "id": "9070164", + "type": "stop" + }, + { + "id": "8153", + "type": "stop" + }, + { + "id": "9170168", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "5521", + "id": "3692", "links": { - "self": "/stops/5521" + "self": "/stops/3692" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5521" + "related": "/facilities/?filter[stop]=3692" } }, "parent_station": { @@ -151431,72 +151322,186 @@ "type": "stop" }, { - "attributes": {}, - "id": "7450", + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Ashmont/Braintree", + "Alewife" + ], + "direction_names": [ + "South", + "North" + ], + "long_name": "Alewife - Davis", + "short_name": "Red Line Shuttle", + "sort_order": 60216, + "text_color": "000000", + "type": 3 + }, + "id": "Shuttle-AlewifeDavis", "links": { - "self": "/stops/7450" + "self": "/routes/Shuttle-AlewifeDavis" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=7450" + "agency": { + "data": { + "id": "1", + "type": "agency" } }, - "parent_station": { - "data": null - }, - "zone": { + "line": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "line-Red", + "type": "line" } } }, - "type": "stop" + "type": "route" }, { - "attributes": {}, - "id": "2418", + "attributes": { + "direction_id": 1, + "headsign": "Downtown via Navy Yard" + }, + "id": "66957062", "links": { - "self": "/stops/2418" + "self": "/trips/66957062" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=2418" + "route": { + "data": { + "id": "93", + "type": "route" } }, - "parent_station": { - "data": null + "route_pattern": { + "data": { + "id": "93-6-1", + "type": "route_pattern" + } }, - "zone": { + "service": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "WinterWeekday", + "type": "service" + } + }, + "shape": { + "data": { + "id": "930211", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "29010", + "type": "stop" + }, + { + "id": "12821", + "type": "stop" + }, + { + "id": "2844", + "type": "stop" + }, + { + "id": "2845", + "type": "stop" + }, + { + "id": "2846", + "type": "stop" + }, + { + "id": "2847", + "type": "stop" + }, + { + "id": "2848", + "type": "stop" + }, + { + "id": "2849", + "type": "stop" + }, + { + "id": "2850", + "type": "stop" + }, + { + "id": "2851", + "type": "stop" + }, + { + "id": "12852", + "type": "stop" + }, + { + "id": "12853", + "type": "stop" + }, + { + "id": "12855", + "type": "stop" + }, + { + "id": "12856", + "type": "stop" + }, + { + "id": "12828", + "type": "stop" + }, + { + "id": "12829", + "type": "stop" + }, + { + "id": "2829", + "type": "stop" + }, + { + "id": "8309", + "type": "stop" + }, + { + "id": "204", + "type": "stop" + }, + { + "id": "65471", + "type": "stop" + }, + { + "id": "6548", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": { "direction_id": 1, - "headsign": "Oak Grove (Shuttle)" + "headsign": "Kenmore (Shuttle)" }, - "id": "OakGroveReading-1-sample", + "id": "BabcockStreetKenmore-1-sample", "links": { - "self": "/trips/OakGroveReading-1-sample" + "self": "/trips/BabcockStreetKenmore-1-sample" }, "relationships": { "route": { "data": { - "id": "Shuttle-OakGroveReading", + "id": "Shuttle-BabcockKenmore", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-OakGroveReading-0-1", + "id": "Shuttle-BabcockKenmore-0-1", "type": "route_pattern" } }, @@ -151508,38 +151513,34 @@ }, "shape": { "data": { - "id": "ReadingToOakGrove-S", + "id": "BabcockStreetToKenmore-S", "type": "shape" } }, "stops": { "data": [ { - "id": "WR-0120-B", - "type": "stop" - }, - { - "id": "WR-0099-B1", + "id": "933", "type": "stop" }, { - "id": "WR-0085-B1", + "id": "934", "type": "stop" }, { - "id": "WR-0075-B1", + "id": "938", "type": "stop" }, { - "id": "WR-0067-B1", + "id": "939", "type": "stop" }, { - "id": "WR-0062-B3", + "id": "941", "type": "stop" }, { - "id": "9328", + "id": "9070150", "type": "stop" } ] @@ -151549,14 +151550,14 @@ }, { "attributes": {}, - "id": "3682", + "id": "5414", "links": { - "self": "/stops/3682" + "self": "/stops/5414" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3682" + "related": "/facilities/?filter[stop]=5414" } }, "parent_station": { @@ -151573,14 +151574,14 @@ }, { "attributes": {}, - "id": "3979", + "id": "11837", "links": { - "self": "/stops/3979" + "self": "/stops/11837" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3979" + "related": "/facilities/?filter[stop]=11837" } }, "parent_station": { @@ -151595,60 +151596,91 @@ }, "type": "stop" }, + { + "attributes": {}, + "id": "GRB-0183-S", + "links": { + "self": "/stops/GRB-0183-S" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=GRB-0183-S" + } + }, + "parent_station": { + "data": { + "id": "place-GRB-0183", + "type": "stop" + } + }, + "zone": { + "data": { + "id": "CR-zone-4", + "type": "zone" + } + } + }, + "type": "stop" + }, { "attributes": { - "direction_id": 0, - "headsign": "Worcester" + "direction_id": 1, + "headsign": "Beverly (Local shuttle)" }, - "id": "CR-670553-549", + "id": "NewburyportBeverlyLocalExtended-1-sample", "links": { - "self": "/trips/CR-670553-549" + "self": "/trips/NewburyportBeverlyLocalExtended-1-sample" }, "relationships": { "route": { "data": { - "id": "CR-Worcester", + "id": "Shuttle-BeverlyNewburyportLocal", "type": "route" } }, "route_pattern": { "data": { - "id": "CR-Worcester-2fe54abd-0", + "id": "Shuttle-BeverlyNewburyportLocal-0-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SPRING2024-SOUTHWKD-Weekday-1-Sb0e4ed14", + "id": "canonical", "type": "service" } }, "shape": { "data": { - "id": "9850002", + "id": "NewburyportToBeverlyLocal-S", "type": "shape" } }, "stops": { "data": [ { - "id": "NEC-2287", + "id": "ER-0362-B", "type": "stop" }, { - "id": "WML-0012-07", + "id": "ER-0312-B", "type": "stop" }, { - "id": "WML-0025-07", + "id": "ER-0276-B", "type": "stop" }, { - "id": "WML-0214-01", + "id": "ER-0227-B1", "type": "stop" }, { - "id": "WML-0442-CS", + "id": "ER-0208-B", + "type": "stop" + }, + { + "id": "ER-0183-B", "type": "stop" } ] @@ -151658,14 +151690,14 @@ }, { "attributes": {}, - "id": "7978", + "id": "2261", "links": { - "self": "/stops/7978" + "self": "/stops/2261" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7978" + "related": "/facilities/?filter[stop]=2261" } }, "parent_station": { @@ -151682,25 +151714,22 @@ }, { "attributes": {}, - "id": "70196", + "id": "7953", "links": { - "self": "/stops/70196" + "self": "/stops/7953" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70196" + "related": "/facilities/?filter[stop]=7953" } }, "parent_station": { - "data": { - "id": "place-pktrm", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } @@ -151709,14 +151738,14 @@ }, { "attributes": {}, - "id": "3373", + "id": "5642", "links": { - "self": "/stops/3373" + "self": "/stops/5642" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3373" + "related": "/facilities/?filter[stop]=5642" } }, "parent_station": { @@ -151733,14 +151762,14 @@ }, { "attributes": {}, - "id": "1606", + "id": "1403", "links": { - "self": "/stops/1606" + "self": "/stops/1403" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1606" + "related": "/facilities/?filter[stop]=1403" } }, "parent_station": { @@ -151757,14 +151786,14 @@ }, { "attributes": {}, - "id": "42818", + "id": "4284", "links": { - "self": "/stops/42818" + "self": "/stops/4284" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=42818" + "related": "/facilities/?filter[stop]=4284" } }, "parent_station": { @@ -151781,14 +151810,14 @@ }, { "attributes": {}, - "id": "9207", + "id": "4559", "links": { - "self": "/stops/9207" + "self": "/stops/4559" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9207" + "related": "/facilities/?filter[stop]=4559" } }, "parent_station": { @@ -151803,118 +151832,40 @@ }, "type": "stop" }, - { - "attributes": { - "direction_id": 0, - "headsign": "Kingston" - }, - "id": "canonical-CR-Kingston-C1-0", - "links": { - "self": "/trips/canonical-CR-Kingston-C1-0" - }, - "relationships": { - "route": { - "data": { - "id": "CR-Kingston", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "CR-Kingston-5caee635-0", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "canonical", - "type": "service" - } - }, - "shape": { - "data": { - "id": "canonical-9790002", - "type": "shape" - } - }, - "stops": { - "data": [ - { - "id": "NEC-2287", - "type": "stop" - }, - { - "id": "MM-0023-S", - "type": "stop" - }, - { - "id": "MM-0079-S", - "type": "stop" - }, - { - "id": "MM-0109-S", - "type": "stop" - }, - { - "id": "PB-0158-S", - "type": "stop" - }, - { - "id": "PB-0194-S", - "type": "stop" - }, - { - "id": "PB-0212-S", - "type": "stop" - }, - { - "id": "PB-0245-S", - "type": "stop" - }, - { - "id": "PB-0281-S", - "type": "stop" - }, - { - "id": "KB-0351-S", - "type": "stop" - } - ] - } - }, - "type": "trip" - }, { "attributes": {}, - "id": "9170024", + "id": "8502", "links": { - "self": "/stops/9170024" + "self": "/stops/8502" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9170024" + "related": "/facilities/?filter[stop]=8502" } }, "parent_station": { "data": null }, "zone": { - "data": null + "data": { + "id": "LocalBus", + "type": "zone" + } } }, "type": "stop" }, { "attributes": {}, - "id": "5637", + "id": "2177", "links": { - "self": "/stops/5637" + "self": "/stops/2177" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5637" + "related": "/facilities/?filter[stop]=2177" } }, "parent_station": { @@ -151931,14 +151882,14 @@ }, { "attributes": {}, - "id": "22751", + "id": "3938", "links": { - "self": "/stops/22751" + "self": "/stops/3938" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=22751" + "related": "/facilities/?filter[stop]=3938" } }, "parent_station": { @@ -151955,38 +151906,38 @@ }, { "attributes": {}, - "id": "890", + "id": "WML-0091-B1", "links": { - "self": "/stops/890" + "self": "/stops/WML-0091-B1" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=890" + "related": "/facilities/?filter[stop]=WML-0091-B1" } }, "parent_station": { - "data": null - }, - "zone": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "place-WML-0091", + "type": "stop" } + }, + "zone": { + "data": null } }, "type": "stop" }, { "attributes": {}, - "id": "4364", + "id": "3353", "links": { - "self": "/stops/4364" + "self": "/stops/3353" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4364" + "related": "/facilities/?filter[stop]=3353" } }, "parent_station": { @@ -152003,14 +151954,14 @@ }, { "attributes": {}, - "id": "81438", + "id": "3080", "links": { - "self": "/stops/81438" + "self": "/stops/3080" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=81438" + "related": "/facilities/?filter[stop]=3080" } }, "parent_station": { @@ -152027,14 +151978,14 @@ }, { "attributes": {}, - "id": "44330", + "id": "2405", "links": { - "self": "/stops/44330" + "self": "/stops/2405" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=44330" + "related": "/facilities/?filter[stop]=2405" } }, "parent_station": { @@ -152051,14 +152002,14 @@ }, { "attributes": {}, - "id": "6122", + "id": "8961", "links": { - "self": "/stops/6122" + "self": "/stops/8961" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6122" + "related": "/facilities/?filter[stop]=8961" } }, "parent_station": { @@ -152077,27 +152028,33 @@ "attributes": { "color": "FFC72C", "direction_destinations": [ - "North Beverly Station", - "Salem Depot" + "Ruggles Station", + "Park Street Station" ], "direction_names": [ "Outbound", "Inbound" ], - "long_name": "North Beverly Station - Salem Depot", - "short_name": "451", - "sort_order": 54510, + "long_name": "Ruggles Station - Park Street Station", + "short_name": "43", + "sort_order": 50430, "text_color": "000000", "type": 3 }, - "id": "451", + "id": "43", "links": { - "self": "/routes/451" + "self": "/routes/43" }, "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, "line": { "data": { - "id": "line-451465", + "id": "line-43", "type": "line" } } @@ -152106,14 +152063,14 @@ }, { "attributes": {}, - "id": "8428", + "id": "4002", "links": { - "self": "/stops/8428" + "self": "/stops/4002" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8428" + "related": "/facilities/?filter[stop]=4002" } }, "parent_station": { @@ -152130,38 +152087,14 @@ }, { "attributes": {}, - "id": "DB-2222-B0", - "links": { - "self": "/stops/DB-2222-B0" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=DB-2222-B0" - } - }, - "parent_station": { - "data": { - "id": "place-DB-2222", - "type": "stop" - } - }, - "zone": { - "data": null - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "49915", + "id": "14860", "links": { - "self": "/stops/49915" + "self": "/stops/14860" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=49915" + "related": "/facilities/?filter[stop]=14860" } }, "parent_station": { @@ -152178,14 +152111,14 @@ }, { "attributes": {}, - "id": "3675", + "id": "212", "links": { - "self": "/stops/3675" + "self": "/stops/212" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3675" + "related": "/facilities/?filter[stop]=212" } }, "parent_station": { @@ -152202,14 +152135,14 @@ }, { "attributes": {}, - "id": "96618", + "id": "7388", "links": { - "self": "/stops/96618" + "self": "/stops/7388" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=96618" + "related": "/facilities/?filter[stop]=7388" } }, "parent_station": { @@ -152226,14 +152159,14 @@ }, { "attributes": {}, - "id": "2586", + "id": "2131", "links": { - "self": "/stops/2586" + "self": "/stops/2131" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2586" + "related": "/facilities/?filter[stop]=2131" } }, "parent_station": { @@ -152249,114 +152182,68 @@ "type": "stop" }, { - "attributes": {}, - "id": "WR-0329-02", + "attributes": { + "direction_id": 0, + "headsign": "Ruggles (Shuttle)" + }, + "id": "BackBayRuggles-0-sample", "links": { - "self": "/stops/WR-0329-02" + "self": "/trips/BackBayRuggles-0-sample" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=WR-0329-02" - } - }, - "parent_station": { + "route": { "data": { - "id": "place-WR-0329", - "type": "stop" + "id": "Shuttle-BackBayRuggles", + "type": "route" } }, - "zone": { + "route_pattern": { "data": { - "id": "CR-zone-7", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "13839", - "links": { - "self": "/stops/13839" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=13839" + "id": "Shuttle-BackBayRuggles-0-0", + "type": "route_pattern" } }, - "parent_station": { - "data": null - }, - "zone": { + "service": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "4541", - "links": { - "self": "/stops/4541" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=4541" + "id": "canonical", + "type": "service" } }, - "parent_station": { - "data": null - }, - "zone": { + "shape": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "3828", - "links": { - "self": "/stops/3828" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=3828" + "id": "BackBayToRuggles-S", + "type": "shape" } }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } + "stops": { + "data": [ + { + "id": "11384", + "type": "stop" + }, + { + "id": "9070012", + "type": "stop" + }, + { + "id": "17861", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "9115", + "id": "8492", "links": { - "self": "/stops/9115" + "self": "/stops/8492" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9115" + "related": "/facilities/?filter[stop]=8492" } }, "parent_station": { @@ -152373,118 +152260,70 @@ }, { "attributes": { - "direction_id": 0, - "headsign": "City Point" + "direction_id": 1, + "headsign": "South Station" }, - "id": "61391370", + "id": "66859316", "links": { - "self": "/trips/61391370" + "self": "/trips/66859316" }, "relationships": { "route": { "data": { - "id": "9", + "id": "741", "type": "route" } }, "route_pattern": { "data": { - "id": "9-1-0", + "id": "741-2-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "090244", + "id": "7410044", "type": "shape" } }, "stops": { "data": [ { - "id": "175", - "type": "stop" - }, - { - "id": "143", - "type": "stop" - }, - { - "id": "144", - "type": "stop" - }, - { - "id": "145", - "type": "stop" - }, - { - "id": "146", - "type": "stop" - }, - { - "id": "147", - "type": "stop" - }, - { - "id": "148", - "type": "stop" - }, - { - "id": "11481", - "type": "stop" - }, - { - "id": "151", - "type": "stop" - }, - { - "id": "153", - "type": "stop" - }, - { - "id": "154", - "type": "stop" - }, - { - "id": "155", - "type": "stop" - }, - { - "id": "156", + "id": "17091", "type": "stop" }, { - "id": "157", + "id": "27092", "type": "stop" }, { - "id": "21", + "id": "17093", "type": "stop" }, { - "id": "22", + "id": "17094", "type": "stop" }, { - "id": "23", + "id": "17095", "type": "stop" }, { - "id": "24", + "id": "17096", "type": "stop" }, { - "id": "886", + "id": "74614", "type": "stop" }, { - "id": "33", + "id": "892", "type": "stop" } ] @@ -152494,22 +152333,25 @@ }, { "attributes": {}, - "id": "7841", + "id": "70199", "links": { - "self": "/stops/7841" + "self": "/stops/70199" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7841" + "related": "/facilities/?filter[stop]=70199" } }, "parent_station": { - "data": null + "data": { + "id": "place-pktrm", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -152518,14 +152360,14 @@ }, { "attributes": {}, - "id": "2590", + "id": "3930", "links": { - "self": "/stops/2590" + "self": "/stops/3930" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2590" + "related": "/facilities/?filter[stop]=3930" } }, "parent_station": { @@ -152542,14 +152384,14 @@ }, { "attributes": {}, - "id": "8151", + "id": "1154", "links": { - "self": "/stops/8151" + "self": "/stops/1154" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8151" + "related": "/facilities/?filter[stop]=1154" } }, "parent_station": { @@ -152566,25 +152408,22 @@ }, { "attributes": {}, - "id": "ER-0042-01", + "id": "1881", "links": { - "self": "/stops/ER-0042-01" + "self": "/stops/1881" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=ER-0042-01" + "related": "/facilities/?filter[stop]=1881" } }, "parent_station": { - "data": { - "id": "place-chels", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "CR-zone-1A", + "id": "LocalBus", "type": "zone" } } @@ -152593,14 +152432,14 @@ }, { "attributes": {}, - "id": "16653", + "id": "41916", "links": { - "self": "/stops/16653" + "self": "/stops/41916" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=16653" + "related": "/facilities/?filter[stop]=41916" } }, "parent_station": { @@ -152617,14 +152456,14 @@ }, { "attributes": {}, - "id": "20620", + "id": "5386", "links": { - "self": "/stops/20620" + "self": "/stops/5386" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=20620" + "related": "/facilities/?filter[stop]=5386" } }, "parent_station": { @@ -152641,14 +152480,14 @@ }, { "attributes": {}, - "id": "4336", + "id": "49810", "links": { - "self": "/stops/4336" + "self": "/stops/49810" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4336" + "related": "/facilities/?filter[stop]=49810" } }, "parent_station": { @@ -152665,14 +152504,14 @@ }, { "attributes": {}, - "id": "255", + "id": "3529", "links": { - "self": "/stops/255" + "self": "/stops/3529" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=255" + "related": "/facilities/?filter[stop]=3529" } }, "parent_station": { @@ -152687,16 +152526,53 @@ }, "type": "stop" }, + { + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Ashmont Station", + "Forest Hills Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Ashmont Station - Forest Hills Station", + "short_name": "21", + "sort_order": 50210, + "text_color": "000000", + "type": 3 + }, + "id": "21", + "links": { + "self": "/routes/21" + }, + "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, + "line": { + "data": { + "id": "line-21", + "type": "line" + } + } + }, + "type": "route" + }, { "attributes": {}, - "id": "5088", + "id": "9219", "links": { - "self": "/stops/5088" + "self": "/stops/9219" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5088" + "related": "/facilities/?filter[stop]=9219" } }, "parent_station": { @@ -152713,14 +152589,14 @@ }, { "attributes": {}, - "id": "5422", + "id": "6508", "links": { - "self": "/stops/5422" + "self": "/stops/6508" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5422" + "related": "/facilities/?filter[stop]=6508" } }, "parent_station": { @@ -152735,16 +152611,53 @@ }, "type": "stop" }, + { + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Wickford Junction", + "South Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Wickford Junction - TF Green Airport", + "short_name": "Providence Line Shuttle", + "sort_order": 62550, + "text_color": "000000", + "type": 3 + }, + "id": "Shuttle-TFGreenWickfordJunction", + "links": { + "self": "/routes/Shuttle-TFGreenWickfordJunction" + }, + "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, + "line": { + "data": { + "id": "line-Providence", + "type": "line" + } + } + }, + "type": "route" + }, { "attributes": {}, - "id": "9109", + "id": "1354", "links": { - "self": "/stops/9109" + "self": "/stops/1354" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9109" + "related": "/facilities/?filter[stop]=1354" } }, "parent_station": { @@ -152761,24 +152674,48 @@ }, { "attributes": {}, - "id": "WR-0205-B1", + "id": "9238", "links": { - "self": "/stops/WR-0205-B1" + "self": "/stops/9238" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=WR-0205-B1" + "related": "/facilities/?filter[stop]=9238" } }, "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "place-WR-0205", - "type": "stop" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "5839", + "links": { + "self": "/stops/5839" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=5839" } }, - "zone": { + "parent_station": { "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } } }, "type": "stop" @@ -152786,118 +152723,125 @@ { "attributes": { "direction_id": 0, - "headsign": "Bedford Woods Dr via EMD Serono" + "headsign": "Forest Hills" }, - "id": "61849086", + "id": "66650858", "links": { - "self": "/trips/61849086" + "self": "/trips/66650858" }, "relationships": { "route": { "data": { - "id": "351", + "id": "16", "type": "route" } }, "route_pattern": { "data": { - "id": "351-_-0", + "id": "16-3-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "3510110", + "id": "160348", "type": "shape" } }, "stops": { "data": [ { - "id": "49805", + "id": "13", "type": "stop" }, { - "id": "49943", + "id": "2905", "type": "stop" }, { - "id": "50944", + "id": "2906", "type": "stop" }, { - "id": "49950", + "id": "2907", "type": "stop" }, { - "id": "49795", + "id": "2908", "type": "stop" - } - ] - } - }, - "type": "trip" - }, - { - "attributes": { - "direction_id": 0, - "headsign": "North Station (Shuttle)" - }, - "id": "NorthStationWellington-Weekday-1d548-0-00:00:00", - "links": { - "self": "/trips/NorthStationWellington-Weekday-1d548-0-00%3A00%3A00" - }, - "relationships": { - "route": { - "data": { - "id": "Shuttle-NorthStationWellington", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Shuttle-NorthStationWellington-0-0", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "canonical", - "type": "service" - } - }, - "shape": { - "data": { - "id": "WellingtonToNorthStationViaNWashingtonSt-S", - "type": "shape" - } - }, - "stops": { - "data": [ + }, { - "id": "5271", + "id": "2909", "type": "stop" }, { - "id": "28743", + "id": "362", "type": "stop" }, { - "id": "29001", + "id": "2910", "type": "stop" }, { - "id": "9070028", + "id": "2911", "type": "stop" }, { - "id": "9070026", + "id": "2912", + "type": "stop" + }, + { + "id": "2913", + "type": "stop" + }, + { + "id": "2914", + "type": "stop" + }, + { + "id": "2915", + "type": "stop" + }, + { + "id": "2916", + "type": "stop" + }, + { + "id": "2918", + "type": "stop" + }, + { + "id": "2919", + "type": "stop" + }, + { + "id": "2920", + "type": "stop" + }, + { + "id": "1587", + "type": "stop" + }, + { + "id": "11587", + "type": "stop" + }, + { + "id": "21587", + "type": "stop" + }, + { + "id": "547", + "type": "stop" + }, + { + "id": "875", "type": "stop" } ] @@ -152906,68 +152850,63 @@ "type": "trip" }, { - "attributes": { - "direction_id": 0, - "headsign": "Littleton/Route 495 (Express shuttle)" - }, - "id": "AlewifeLittletonExpress-0-sample", + "attributes": {}, + "id": "2182", "links": { - "self": "/trips/AlewifeLittletonExpress-0-sample" + "self": "/stops/2182" }, "relationships": { - "route": { - "data": { - "id": "Shuttle-AlewifeLittletonExpress", - "type": "route" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=2182" } }, - "route_pattern": { - "data": { - "id": "Shuttle-AlewifeLittletonExpress-0-0", - "type": "route_pattern" - } + "parent_station": { + "data": null }, - "service": { + "zone": { "data": { - "id": "canonical", - "type": "service" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "4179", + "links": { + "self": "/stops/4179" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=4179" } }, - "shape": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "AlewifeToLittletonExpress-S", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "9070061", - "type": "stop" - }, - { - "id": "FR-0253-B", - "type": "stop" - }, - { - "id": "FR-0301-B", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "267", + "id": "3385", "links": { - "self": "/stops/267" + "self": "/stops/3385" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=267" + "related": "/facilities/?filter[stop]=3385" } }, "parent_station": { @@ -152984,14 +152923,14 @@ }, { "attributes": {}, - "id": "6528", + "id": "6213", "links": { - "self": "/stops/6528" + "self": "/stops/6213" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6528" + "related": "/facilities/?filter[stop]=6213" } }, "parent_station": { @@ -153008,22 +152947,25 @@ }, { "attributes": {}, - "id": "162", + "id": "70505", "links": { - "self": "/stops/162" + "self": "/stops/70505" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=162" + "related": "/facilities/?filter[stop]=70505" } }, "parent_station": { - "data": null + "data": { + "id": "place-gilmn", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -153032,14 +152974,14 @@ }, { "attributes": {}, - "id": "533", + "id": "109864", "links": { - "self": "/stops/533" + "self": "/stops/109864" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=533" + "related": "/facilities/?filter[stop]=109864" } }, "parent_station": { @@ -153056,14 +152998,14 @@ }, { "attributes": {}, - "id": "1259", + "id": "1311", "links": { - "self": "/stops/1259" + "self": "/stops/1311" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1259" + "related": "/facilities/?filter[stop]=1311" } }, "parent_station": { @@ -153080,14 +153022,14 @@ }, { "attributes": {}, - "id": "3719", + "id": "111672", "links": { - "self": "/stops/3719" + "self": "/stops/111672" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3719" + "related": "/facilities/?filter[stop]=111672" } }, "parent_station": { @@ -153104,14 +153046,14 @@ }, { "attributes": {}, - "id": "12789", + "id": "5070", "links": { - "self": "/stops/12789" + "self": "/stops/5070" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=12789" + "related": "/facilities/?filter[stop]=5070" } }, "parent_station": { @@ -153128,25 +153070,22 @@ }, { "attributes": {}, - "id": "70162", + "id": "621", "links": { - "self": "/stops/70162" + "self": "/stops/621" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70162" + "related": "/facilities/?filter[stop]=621" } }, "parent_station": { - "data": { - "id": "place-woodl", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } @@ -153155,14 +153094,14 @@ }, { "attributes": {}, - "id": "432", + "id": "6260", "links": { - "self": "/stops/432" + "self": "/stops/6260" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=432" + "related": "/facilities/?filter[stop]=6260" } }, "parent_station": { @@ -153180,121 +153119,299 @@ { "attributes": { "direction_id": 1, - "headsign": "Avenue Louis Pasteur via Forest Hills" + "headsign": "North Station" }, - "id": "62145369_1", + "id": "NorthWKDYF24-706251-192", "links": { - "self": "/trips/62145369_1" + "self": "/trips/NorthWKDYF24-706251-192" }, "relationships": { "route": { "data": { - "id": "21", + "id": "CR-Newburyport", "type": "route" } }, "route_pattern": { "data": { - "id": "21-B-1", + "id": "CR-Newburyport-7bd69ec3-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "FALL 2024-NORTHWKD-Weekday-1-S9d378dcf", "type": "service" } }, "shape": { "data": { - "id": "210135-1", + "id": "9810001", "type": "shape" } }, "stops": { "data": [ { - "id": "334", + "id": "ER-0183-02", "type": "stop" }, { - "id": "536", + "id": "ER-0168-S", "type": "stop" }, { - "id": "537", + "id": "ER-0128-02", "type": "stop" }, { - "id": "496", + "id": "ER-0117-02", "type": "stop" }, { - "id": "494", + "id": "ER-0042-02", "type": "stop" }, { - "id": "501", + "id": "BNT-0000", "type": "stop" - }, + } + ] + } + }, + "type": "trip" + }, + { + "attributes": {}, + "id": "5462", + "links": { + "self": "/stops/5462" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=5462" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Jackson Square Station", + "Ruggles Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Jackson Square Station - Ruggles Station", + "short_name": "44", + "sort_order": 50440, + "text_color": "000000", + "type": 3 + }, + "id": "44", + "links": { + "self": "/routes/44" + }, + "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, + "line": { + "data": { + "id": "line-44", + "type": "line" + } + } + }, + "type": "route" + }, + { + "attributes": {}, + "id": "7660", + "links": { + "self": "/stops/7660" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=7660" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": { + "direction_id": 0, + "headsign": "Chestnut Hill Mall" + }, + "id": "66652033", + "links": { + "self": "/trips/66652033" + }, + "relationships": { + "route": { + "data": { + "id": "60", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "60-_-0", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "WinterWeekday", + "type": "service" + } + }, + "shape": { + "data": { + "id": "600227", + "type": "shape" + } + }, + "stops": { + "data": [ { - "id": "497", + "id": "899", "type": "stop" }, { - "id": "498", + "id": "8993", "type": "stop" }, { - "id": "499", + "id": "1518", "type": "stop" }, { - "id": "540", + "id": "1519", "type": "stop" }, { - "id": "10540", + "id": "1520", "type": "stop" }, { - "id": "541", + "id": "1777", "type": "stop" }, { - "id": "542", + "id": "1778", "type": "stop" }, { - "id": "543", + "id": "1521", "type": "stop" }, { - "id": "544", + "id": "1523", "type": "stop" }, { - "id": "9406", + "id": "1524", "type": "stop" }, { - "id": "545", + "id": "1525", "type": "stop" }, { - "id": "546", + "id": "11366", "type": "stop" }, { - "id": "11522", + "id": "1527", "type": "stop" }, { - "id": "547", + "id": "1528", "type": "stop" }, { - "id": "10642", + "id": "1529", + "type": "stop" + }, + { + "id": "15291", + "type": "stop" + }, + { + "id": "1530", + "type": "stop" + }, + { + "id": "1531", + "type": "stop" + }, + { + "id": "1532", + "type": "stop" + }, + { + "id": "1533", + "type": "stop" + }, + { + "id": "1534", + "type": "stop" + }, + { + "id": "1535", + "type": "stop" + }, + { + "id": "15351", + "type": "stop" + }, + { + "id": "1536", + "type": "stop" + }, + { + "id": "1539", + "type": "stop" + }, + { + "id": "1540", + "type": "stop" + }, + { + "id": "1965", + "type": "stop" + }, + { + "id": "19661", "type": "stop" } ] @@ -153305,281 +153422,439 @@ { "attributes": { "direction_id": 0, - "headsign": "Quincy Center" + "headsign": "Wickford Junction" }, - "id": "63278510", + "id": "SouthWKDYF24-697818-819", "links": { - "self": "/trips/63278510" + "self": "/trips/SouthWKDYF24-697818-819" }, "relationships": { "route": { "data": { - "id": "215", + "id": "CR-Providence", "type": "route" } }, "route_pattern": { "data": { - "id": "215-3-0", + "id": "CR-Providence-e7e93ca2-0", "type": "route_pattern" } }, "service": { "data": { - "id": "BUS32024-hbq34j47-Sunday-02", + "id": "FALL 2024-SOUTHWKD-Weekday-1-Scbbf1ea5", "type": "service" } }, "shape": { "data": { - "id": "2150200", + "id": "9890009", "type": "shape" } }, "stops": { "data": [ { - "id": "323", + "id": "NEC-2287", "type": "stop" }, { - "id": "55600", + "id": "NEC-2276-01", "type": "stop" }, { - "id": "325", + "id": "NEC-2265-01", "type": "stop" }, { - "id": "326", + "id": "NEC-2173-01", "type": "stop" }, { - "id": "327", + "id": "NEC-2139-01", "type": "stop" }, { - "id": "328", + "id": "NEC-2108-01", "type": "stop" }, { - "id": "329", + "id": "NEC-2040-01", "type": "stop" }, { - "id": "330", + "id": "NEC-1969-03", "type": "stop" }, { - "id": "331", + "id": "NEC-1919-01", "type": "stop" }, { - "id": "332", + "id": "NEC-1891-01", "type": "stop" }, { - "id": "8717", + "id": "NEC-1851-03", "type": "stop" }, { - "id": "334", + "id": "NEC-1768-03", "type": "stop" }, { - "id": "536", + "id": "NEC-1659-03", + "type": "stop" + } + ] + } + }, + "type": "trip" + }, + { + "attributes": { + "direction_id": 0, + "headsign": "Oak Square" + }, + "id": "67008205", + "links": { + "self": "/trips/67008205" + }, + "relationships": { + "route": { + "data": { + "id": "64", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "64-6-0", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "WinterWeekday", + "type": "service" + } + }, + "shape": { + "data": { + "id": "640188", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "2231", "type": "stop" }, { - "id": "537", + "id": "12232", "type": "stop" }, { - "id": "3375", + "id": "24486", "type": "stop" }, { - "id": "3376", + "id": "24487", "type": "stop" }, { - "id": "33761", + "id": "24488", "type": "stop" }, { - "id": "3377", + "id": "24489", "type": "stop" }, { - "id": "3378", + "id": "2442", "type": "stop" }, { - "id": "3379", + "id": "2443", "type": "stop" }, { - "id": "3380", + "id": "2444", "type": "stop" }, { - "id": "3382", + "id": "1061", "type": "stop" }, { - "id": "3384", + "id": "1062", "type": "stop" }, { - "id": "3385", + "id": "1064", "type": "stop" }, { - "id": "3386", + "id": "1189", "type": "stop" }, { - "id": "3387", + "id": "1190", "type": "stop" }, { - "id": "3388", + "id": "1191", "type": "stop" }, { - "id": "3389", + "id": "1193", "type": "stop" }, { - "id": "3391", + "id": "1195", "type": "stop" }, { - "id": "3392", + "id": "1196", "type": "stop" }, { - "id": "3393", + "id": "11971", "type": "stop" }, { - "id": "3394", + "id": "11972", "type": "stop" }, { - "id": "3395", + "id": "1079", "type": "stop" }, { - "id": "3396", + "id": "1201", "type": "stop" }, { - "id": "3397", + "id": "1202", "type": "stop" }, { - "id": "3398", + "id": "1203", "type": "stop" }, { - "id": "3399", + "id": "1204", "type": "stop" }, { - "id": "3400", + "id": "1206", "type": "stop" }, { - "id": "3401", + "id": "1211", "type": "stop" }, { - "id": "3402", + "id": "1213", "type": "stop" }, { - "id": "34021", + "id": "1214", + "type": "stop" + } + ] + } + }, + "type": "trip" + }, + { + "attributes": {}, + "id": "5915", + "links": { + "self": "/stops/5915" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=5915" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "17156", + "links": { + "self": "/stops/17156" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=17156" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": { + "direction_id": 1, + "headsign": "Downtown (Express)" + }, + "id": "66646308", + "links": { + "self": "/trips/66646308" + }, + "relationships": { + "route": { + "data": { + "id": "505", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "505-5-1", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "WinterWeekday", + "type": "service" + } + }, + "shape": { + "data": { + "id": "5050106", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "88333", "type": "stop" }, { - "id": "3403", + "id": "6598", "type": "stop" }, { - "id": "3404", + "id": "7797", "type": "stop" }, { - "id": "3405", + "id": "86943", "type": "stop" }, { - "id": "3406", + "id": "17813", "type": "stop" }, { - "id": "3407", + "id": "7813", "type": "stop" }, { - "id": "3408", + "id": "7814", "type": "stop" }, { - "id": "3410", + "id": "78451", "type": "stop" }, { - "id": "3411", + "id": "78452", "type": "stop" }, { - "id": "3412", + "id": "86964", "type": "stop" }, { - "id": "3413", + "id": "86965", "type": "stop" }, { - "id": "3415", + "id": "86967", "type": "stop" }, { - "id": "3416", + "id": "86968", "type": "stop" }, { - "id": "3417", + "id": "78201", "type": "stop" }, { - "id": "3418", + "id": "78203", "type": "stop" }, { - "id": "3420", + "id": "78204", "type": "stop" }, { - "id": "3422", + "id": "78205", "type": "stop" }, { - "id": "3423", + "id": "78211", "type": "stop" }, { - "id": "33241", + "id": "78212", "type": "stop" }, { - "id": "32000", + "id": "78213", "type": "stop" }, { - "id": "32003", + "id": "78215", + "type": "stop" + }, + { + "id": "78216", + "type": "stop" + }, + { + "id": "78218", + "type": "stop" + }, + { + "id": "78219", + "type": "stop" + }, + { + "id": "6550", + "type": "stop" + }, + { + "id": "6551", "type": "stop" } ] @@ -153589,62 +153864,14 @@ }, { "attributes": {}, - "id": "2363", - "links": { - "self": "/stops/2363" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=2363" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "3535", - "links": { - "self": "/stops/3535" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=3535" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "986", + "id": "109849", "links": { - "self": "/stops/986" + "self": "/stops/109849" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=986" + "related": "/facilities/?filter[stop]=109849" } }, "parent_station": { @@ -153662,97 +153889,61 @@ { "attributes": { "direction_id": 1, - "headsign": "Fields Corner via Adams St" + "headsign": "South Station (Shuttle)" }, - "id": "61928565", + "id": "FraminghamSouthStationExpressShuttle-1-sample", "links": { - "self": "/trips/61928565" + "self": "/trips/FraminghamSouthStationExpressShuttle-1-sample" }, "relationships": { "route": { "data": { - "id": "201", + "id": "Shuttle-FraminghamSouthStationExpress", "type": "route" } }, "route_pattern": { "data": { - "id": "201-_-1", + "id": "Shuttle-FraminghamSouthStationExpress-0-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "canonical", "type": "service" } }, "shape": { "data": { - "id": "2010082", + "id": "FraminghamToSouthStation-S", "type": "shape" } }, "stops": { "data": [ { - "id": "3078", - "type": "stop" - }, - { - "id": "3079", - "type": "stop" - }, - { - "id": "3080", - "type": "stop" - }, - { - "id": "3081", - "type": "stop" - }, - { - "id": "3082", - "type": "stop" - }, - { - "id": "3083", - "type": "stop" - }, - { - "id": "3084", - "type": "stop" - }, - { - "id": "3085", - "type": "stop" - }, - { - "id": "3086", - "type": "stop" - }, - { - "id": "8809", + "id": "WML-0214-B", "type": "stop" }, { - "id": "3088", + "id": "WML-0199-B1", "type": "stop" }, { - "id": "3089", + "id": "WML-0177-B1", "type": "stop" }, { - "id": "32501", + "id": "WML-0147-B1", "type": "stop" }, { - "id": "322", + "id": "WML-0135-B1", "type": "stop" }, { - "id": "323", + "id": "NEC-2287-B", "type": "stop" } ] @@ -153761,57 +153952,47 @@ "type": "trip" }, { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Forest Hills", - "Oak Grove" - ], - "direction_names": [ - "South", - "North" - ], - "long_name": "Ruggles - Back Bay", - "short_name": "Orange Line Shuttle", - "sort_order": 60600, - "text_color": "000000", - "type": 3 - }, - "id": "Shuttle-BackBayRuggles", + "attributes": {}, + "id": "6463", "links": { - "self": "/routes/Shuttle-BackBayRuggles" + "self": "/stops/6463" }, "relationships": { - "line": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=6463" + } + }, + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "line-Orange", - "type": "line" + "id": "LocalBus", + "type": "zone" } } }, - "type": "route" + "type": "stop" }, { "attributes": {}, - "id": "70278", + "id": "3234", "links": { - "self": "/stops/70278" + "self": "/stops/3234" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70278" + "related": "/facilities/?filter[stop]=3234" } }, "parent_station": { - "data": { - "id": "place-astao", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } @@ -153820,14 +154001,14 @@ }, { "attributes": {}, - "id": "2750", + "id": "6736", "links": { - "self": "/stops/2750" + "self": "/stops/6736" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2750" + "related": "/facilities/?filter[stop]=6736" } }, "parent_station": { @@ -153844,14 +154025,14 @@ }, { "attributes": {}, - "id": "766", + "id": "2038", "links": { - "self": "/stops/766" + "self": "/stops/2038" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=766" + "related": "/facilities/?filter[stop]=2038" } }, "parent_station": { @@ -153868,14 +154049,14 @@ }, { "attributes": {}, - "id": "7190", + "id": "3867", "links": { - "self": "/stops/7190" + "self": "/stops/3867" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7190" + "related": "/facilities/?filter[stop]=3867" } }, "parent_station": { @@ -153892,14 +154073,14 @@ }, { "attributes": {}, - "id": "4066", + "id": "3210", "links": { - "self": "/stops/4066" + "self": "/stops/3210" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4066" + "related": "/facilities/?filter[stop]=3210" } }, "parent_station": { @@ -153916,14 +154097,14 @@ }, { "attributes": {}, - "id": "8329", + "id": "2528", "links": { - "self": "/stops/8329" + "self": "/stops/2528" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8329" + "related": "/facilities/?filter[stop]=2528" } }, "parent_station": { @@ -153939,96 +154120,74 @@ "type": "stop" }, { - "attributes": { - "direction_id": 1, - "headsign": "Reservoir (Shuttle)" - }, - "id": "ReservoirRiverside-1-sample", + "attributes": {}, + "id": "4025", "links": { - "self": "/trips/ReservoirRiverside-1-sample" + "self": "/stops/4025" }, "relationships": { - "route": { - "data": { - "id": "Shuttle-ReservoirRiverside", - "type": "route" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=4025" } }, - "route_pattern": { - "data": { - "id": "Shuttle-ReservoirRiverside-0-1", - "type": "route_pattern" - } + "parent_station": { + "data": null }, - "service": { + "zone": { "data": { - "id": "canonical", - "type": "service" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "13815", + "links": { + "self": "/stops/13815" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=13815" } }, - "shape": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "RiversideToReservoir-S", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "38155", - "type": "stop" - }, - { - "id": "9070162", - "type": "stop" - }, - { - "id": "9070164", - "type": "stop" - }, - { - "id": "8153", - "type": "stop" - }, - { - "id": "9170168", - "type": "stop" - }, - { - "id": "9070170", - "type": "stop" - }, - { - "id": "1984", - "type": "stop" - }, - { - "id": "21917", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "1753", + "id": "70217", "links": { - "self": "/stops/1753" + "self": "/stops/70217" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1753" + "related": "/facilities/?filter[stop]=70217" } }, "parent_station": { - "data": null + "data": { + "id": "place-stpul", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -154037,14 +154196,14 @@ }, { "attributes": {}, - "id": "7780", + "id": "9060", "links": { - "self": "/stops/7780" + "self": "/stops/9060" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7780" + "related": "/facilities/?filter[stop]=9060" } }, "parent_station": { @@ -154061,14 +154220,14 @@ }, { "attributes": {}, - "id": "6836", + "id": "8204", "links": { - "self": "/stops/6836" + "self": "/stops/8204" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6836" + "related": "/facilities/?filter[stop]=8204" } }, "parent_station": { @@ -154085,14 +154244,14 @@ }, { "attributes": {}, - "id": "1319", + "id": "1779", "links": { - "self": "/stops/1319" + "self": "/stops/1779" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1319" + "related": "/facilities/?filter[stop]=1779" } }, "parent_station": { @@ -154109,14 +154268,14 @@ }, { "attributes": {}, - "id": "1706", + "id": "14717", "links": { - "self": "/stops/1706" + "self": "/stops/14717" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1706" + "related": "/facilities/?filter[stop]=14717" } }, "parent_station": { @@ -154133,158 +154292,102 @@ }, { "attributes": { - "direction_id": 0, - "headsign": "Malden via Ferry" + "direction_id": 1, + "headsign": "Lechmere" }, - "id": "61870914", + "id": "67009002", "links": { - "self": "/trips/61870914" + "self": "/trips/67009002" }, "relationships": { "route": { "data": { - "id": "104", + "id": "69", "type": "route" } }, "route_pattern": { "data": { - "id": "104-_-0", + "id": "69-_-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "1040129", + "id": "690134", "type": "shape" } }, "stops": { "data": [ { - "id": "29007", - "type": "stop" - }, - { - "id": "5504", - "type": "stop" - }, - { - "id": "5505", - "type": "stop" - }, - { - "id": "5506", - "type": "stop" - }, - { - "id": "5507", - "type": "stop" - }, - { - "id": "5508", - "type": "stop" - }, - { - "id": "5509", - "type": "stop" - }, - { - "id": "5565", - "type": "stop" - }, - { - "id": "5695", - "type": "stop" - }, - { - "id": "5510", - "type": "stop" - }, - { - "id": "5513", - "type": "stop" - }, - { - "id": "5514", - "type": "stop" - }, - { - "id": "53541", - "type": "stop" - }, - { - "id": "5355", - "type": "stop" - }, - { - "id": "5356", + "id": "110", "type": "stop" }, { - "id": "5357", + "id": "2168", "type": "stop" }, { - "id": "5358", + "id": "1400", "type": "stop" }, { - "id": "5359", + "id": "1401", "type": "stop" }, { - "id": "5360", + "id": "1402", "type": "stop" }, { - "id": "5361", + "id": "1403", "type": "stop" }, { - "id": "5362", + "id": "14031", "type": "stop" }, { - "id": "5363", + "id": "1404", "type": "stop" }, { - "id": "5364", + "id": "1405", "type": "stop" }, { - "id": "5365", + "id": "1406", "type": "stop" }, { - "id": "5366", + "id": "11408", "type": "stop" }, { - "id": "5342", + "id": "1409", "type": "stop" }, { - "id": "9215", + "id": "11410", "type": "stop" }, { - "id": "19215", + "id": "1411", "type": "stop" }, { - "id": "5369", + "id": "1413", "type": "stop" }, { - "id": "53270", + "id": "70500", "type": "stop" } ] @@ -154294,21 +154397,18 @@ }, { "attributes": {}, - "id": "899", + "id": "18244", "links": { - "self": "/stops/899" + "self": "/stops/18244" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=899" + "related": "/facilities/?filter[stop]=18244" } }, "parent_station": { - "data": { - "id": "place-kencl", - "type": "stop" - } + "data": null }, "zone": { "data": { @@ -154321,14 +154421,14 @@ }, { "attributes": {}, - "id": "18272", + "id": "1545", "links": { - "self": "/stops/18272" + "self": "/stops/1545" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=18272" + "related": "/facilities/?filter[stop]=1545" } }, "parent_station": { @@ -154344,87 +154444,64 @@ "type": "stop" }, { - "attributes": {}, - "id": "4280", + "attributes": { + "direction_id": 0, + "headsign": "Providence (Express shuttle)" + }, + "id": "AttleboroProvidenceExpress-0-sample", "links": { - "self": "/stops/4280" + "self": "/trips/AttleboroProvidenceExpress-0-sample" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=4280" + "route": { + "data": { + "id": "Shuttle-AttleboroProvidenceExpress", + "type": "route" } }, - "parent_station": { - "data": null - }, - "zone": { + "route_pattern": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "7267", - "links": { - "self": "/stops/7267" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=7267" + "id": "Shuttle-AttleboroProvidenceExpress-0-0", + "type": "route_pattern" } }, - "parent_station": { - "data": null - }, - "zone": { + "service": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "3359", - "links": { - "self": "/stops/3359" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=3359" + "id": "canonical", + "type": "service" } }, - "parent_station": { - "data": null - }, - "zone": { + "shape": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "AttleboroToProvidenceExpress-S", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "NEC-1969-B", + "type": "stop" + }, + { + "id": "NEC-1851-B0", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "6180", + "id": "2482", "links": { - "self": "/stops/6180" + "self": "/stops/2482" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6180" + "related": "/facilities/?filter[stop]=2482" } }, "parent_station": { @@ -154441,14 +154518,14 @@ }, { "attributes": {}, - "id": "1808", + "id": "5792", "links": { - "self": "/stops/1808" + "self": "/stops/5792" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1808" + "related": "/facilities/?filter[stop]=5792" } }, "parent_station": { @@ -154465,23 +154542,23 @@ }, { "attributes": { - "direction_id": 1, - "headsign": "Copley (Express shuttle)" + "direction_id": 0, + "headsign": "Kendall/MIT (Loop shuttle)" }, - "id": "CopleyWoodlandViaRiversideExpressCR-1-sample", + "id": "HarvardKendall-0-sample", "links": { - "self": "/trips/CopleyWoodlandViaRiversideExpressCR-1-sample" + "self": "/trips/HarvardKendall-0-sample" }, "relationships": { "route": { "data": { - "id": "Shuttle-CopleyWoodlandLimited", + "id": "Shuttle-HarvardKendall", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-CopleyWoodlandLimited-0-1", + "id": "Shuttle-HarvardKendall-0-0", "type": "route_pattern" } }, @@ -154493,22 +154570,22 @@ }, "shape": { "data": { - "id": "WoodlandToCopleyViaRiversideLimited-S", + "id": "HarvardToKendall-S", "type": "shape" } }, "stops": { "data": [ { - "id": "9070162", + "id": "110", "type": "stop" }, { - "id": "38155", + "id": "72", "type": "stop" }, { - "id": "178", + "id": "9170071", "type": "stop" } ] @@ -154518,14 +154595,14 @@ }, { "attributes": {}, - "id": "4838", + "id": "6175", "links": { - "self": "/stops/4838" + "self": "/stops/6175" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4838" + "related": "/facilities/?filter[stop]=6175" } }, "parent_station": { @@ -154541,247 +154618,284 @@ "type": "stop" }, { - "attributes": {}, - "id": "353", - "links": { - "self": "/stops/353" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=353" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Roslindale Square", + "Heath Street" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Roslindale Square - Heath Street", + "short_name": "14", + "sort_order": 50140, + "text_color": "000000", + "type": 3 }, - "type": "stop" - }, - { - "attributes": {}, - "id": "38502", + "id": "14", "links": { - "self": "/stops/38502" + "self": "/routes/14" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=38502" + "agency": { + "data": { + "id": "1", + "type": "agency" } }, - "parent_station": { - "data": null - }, - "zone": { + "line": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "line-14", + "type": "line" } } }, - "type": "stop" + "type": "route" }, { "attributes": { - "direction_id": 0, - "headsign": "Arlington Center" + "direction_id": 1, + "headsign": "Haymarket via Cliftondale (Express)" }, - "id": "61848956", + "id": "67202572", "links": { - "self": "/trips/61848956" + "self": "/trips/67202572" }, "relationships": { "route": { "data": { - "id": "80", + "id": "428", "type": "route" } }, "route_pattern": { "data": { - "id": "80-_-0", + "id": "428-_-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "800114", + "id": "4280054", "type": "shape" } }, "stops": { "data": [ { - "id": "70500", + "id": "7582", "type": "stop" }, { - "id": "2605", + "id": "7583", "type": "stop" }, { - "id": "2607", + "id": "7585", "type": "stop" }, { - "id": "2659", + "id": "7587", "type": "stop" }, { - "id": "2392", + "id": "6206", "type": "stop" }, { - "id": "23921", + "id": "6207", "type": "stop" }, { - "id": "2394", + "id": "6208", "type": "stop" }, { - "id": "2395", + "id": "7591", "type": "stop" }, { - "id": "23951", + "id": "17591", "type": "stop" }, { - "id": "2396", + "id": "7506", "type": "stop" }, { - "id": "2397", + "id": "6212", "type": "stop" }, { - "id": "2398", + "id": "6213", "type": "stop" }, { - "id": "2400", + "id": "7595", "type": "stop" }, { - "id": "2401", + "id": "7596", "type": "stop" }, { - "id": "2402", + "id": "7598", "type": "stop" }, { - "id": "2404", + "id": "7606", "type": "stop" }, { - "id": "2734", + "id": "7608", "type": "stop" }, { - "id": "2735", + "id": "7609", "type": "stop" }, { - "id": "2736", + "id": "7390", "type": "stop" }, { - "id": "2737", + "id": "7391", "type": "stop" }, { - "id": "2738", + "id": "7392", "type": "stop" }, { - "id": "2405", + "id": "7393", "type": "stop" }, { - "id": "2406", + "id": "7394", "type": "stop" }, { - "id": "2407", + "id": "7395", "type": "stop" }, { - "id": "2408", + "id": "7396", "type": "stop" }, { - "id": "2410", + "id": "7397", "type": "stop" }, { - "id": "2411", + "id": "7398", "type": "stop" }, { - "id": "2412", + "id": "7399", "type": "stop" }, { - "id": "2413", + "id": "7400", "type": "stop" }, { - "id": "2414", + "id": "7401", "type": "stop" }, { - "id": "2415", + "id": "7403", "type": "stop" }, { - "id": "2416", + "id": "7404", "type": "stop" }, { - "id": "2417", + "id": "7405", "type": "stop" }, { - "id": "2418", + "id": "7407", "type": "stop" }, { - "id": "2419", + "id": "7408", "type": "stop" }, { - "id": "2420", + "id": "7409", "type": "stop" }, { - "id": "2421", + "id": "46267", "type": "stop" }, { - "id": "2422", + "id": "46268", "type": "stop" }, { - "id": "2424", + "id": "8336", "type": "stop" }, { - "id": "2362", + "id": "8338", + "type": "stop" + }, + { + "id": "18338", + "type": "stop" + }, + { + "id": "48336", + "type": "stop" + }, + { + "id": "48337", + "type": "stop" + }, + { + "id": "9070", + "type": "stop" + }, + { + "id": "7410", + "type": "stop" + }, + { + "id": "7411", + "type": "stop" + }, + { + "id": "74121", + "type": "stop" + }, + { + "id": "7413", + "type": "stop" + }, + { + "id": "7414", + "type": "stop" + }, + { + "id": "2829", + "type": "stop" + }, + { + "id": "8309", + "type": "stop" + }, + { + "id": "117", "type": "stop" } ] @@ -154791,146 +154905,179 @@ }, { "attributes": { - "direction_id": 0, - "headsign": "Braintree" + "direction_id": 1, + "headsign": "South Station" }, - "id": "61929284", + "id": "canonical-CR-Worcester-C1-1", "links": { - "self": "/trips/61929284" + "self": "/trips/canonical-CR-Worcester-C1-1" }, "relationships": { "route": { "data": { - "id": "236", + "id": "CR-Worcester", "type": "route" } }, "route_pattern": { "data": { - "id": "236-3-0", + "id": "CR-Worcester-C1-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "canonical", "type": "service" } }, "shape": { "data": { - "id": "2360073", + "id": "canonical-9850001", "type": "shape" } }, "stops": { "data": [ { - "id": "32001", - "type": "stop" - }, - { - "id": "3326", - "type": "stop" - }, - { - "id": "3327", + "id": "WML-0442-CS", "type": "stop" }, { - "id": "3328", + "id": "WML-0364-02", "type": "stop" }, { - "id": "3330", + "id": "WML-0340-02", "type": "stop" }, { - "id": "3846", + "id": "WML-0274-02", "type": "stop" }, { - "id": "38481", + "id": "WML-0252-02", "type": "stop" }, { - "id": "38482", + "id": "WML-0214-02", "type": "stop" }, { - "id": "38483", + "id": "WML-0199-02", "type": "stop" }, { - "id": "38484", + "id": "WML-0177-02", "type": "stop" }, { - "id": "38485", + "id": "WML-0147-02", "type": "stop" }, { - "id": "38486", + "id": "WML-0135-02", "type": "stop" }, { - "id": "38487", + "id": "WML-0125-02", "type": "stop" }, { - "id": "38488", + "id": "WML-0102-02", "type": "stop" }, { - "id": "38489", + "id": "WML-0091-02", "type": "stop" }, { - "id": "38490", + "id": "WML-0081-02", "type": "stop" }, { - "id": "38492", + "id": "WML-0035-02", "type": "stop" }, { - "id": "38493", + "id": "WML-0025-05", "type": "stop" }, { - "id": "38494", + "id": "NEC-2276", "type": "stop" }, { - "id": "38495", + "id": "NEC-2287", "type": "stop" - }, + } + ] + } + }, + "type": "trip" + }, + { + "attributes": { + "direction_id": 1, + "headsign": "Copley (Shuttle)" + }, + "id": "BabcockGovernmentCenter-1-sample", + "links": { + "self": "/trips/BabcockGovernmentCenter-1-sample" + }, + "relationships": { + "route": { + "data": { + "id": "Shuttle-BabcockCopley", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "Shuttle-BabcockCopley-0-1", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "canonical", + "type": "service" + } + }, + "shape": { + "data": { + "id": "BabcockToCopley-S", + "type": "shape" + } + }, + "stops": { + "data": [ { - "id": "38496", + "id": "933", "type": "stop" }, { - "id": "38497", + "id": "934", "type": "stop" }, { - "id": "38498", + "id": "938", "type": "stop" }, { - "id": "38499", + "id": "9070186", "type": "stop" }, { - "id": "38501", + "id": "9070150", "type": "stop" }, { - "id": "38502", + "id": "9170152", "type": "stop" }, { - "id": "38671", + "id": "9070155", "type": "stop" } ] @@ -154940,14 +155087,14 @@ }, { "attributes": {}, - "id": "7623", + "id": "5308", "links": { - "self": "/stops/7623" + "self": "/stops/5308" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7623" + "related": "/facilities/?filter[stop]=5308" } }, "parent_station": { @@ -154964,14 +155111,14 @@ }, { "attributes": {}, - "id": "9170100", + "id": "3693", "links": { - "self": "/stops/9170100" + "self": "/stops/3693" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9170100" + "related": "/facilities/?filter[stop]=3693" } }, "parent_station": { @@ -154988,14 +155135,14 @@ }, { "attributes": {}, - "id": "3710", + "id": "2801", "links": { - "self": "/stops/3710" + "self": "/stops/2801" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3710" + "related": "/facilities/?filter[stop]=2801" } }, "parent_station": { @@ -155012,14 +155159,14 @@ }, { "attributes": {}, - "id": "4225", + "id": "1032", "links": { - "self": "/stops/4225" + "self": "/stops/1032" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4225" + "related": "/facilities/?filter[stop]=1032" } }, "parent_station": { @@ -155036,14 +155183,14 @@ }, { "attributes": {}, - "id": "2050", + "id": "2168", "links": { - "self": "/stops/2050" + "self": "/stops/2168" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2050" + "related": "/facilities/?filter[stop]=2168" } }, "parent_station": { @@ -155060,38 +155207,38 @@ }, { "attributes": {}, - "id": "GRB-0233-B", + "id": "4710", "links": { - "self": "/stops/GRB-0233-B" + "self": "/stops/4710" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=GRB-0233-B" + "related": "/facilities/?filter[stop]=4710" } }, "parent_station": { - "data": { - "id": "place-GRB-0233", - "type": "stop" - } + "data": null }, "zone": { - "data": null + "data": { + "id": "LocalBus", + "type": "zone" + } } }, "type": "stop" }, { "attributes": {}, - "id": "6737", + "id": "8298", "links": { - "self": "/stops/6737" + "self": "/stops/8298" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6737" + "related": "/facilities/?filter[stop]=8298" } }, "parent_station": { @@ -155108,14 +155255,14 @@ }, { "attributes": {}, - "id": "109894", + "id": "8305", "links": { - "self": "/stops/109894" + "self": "/stops/8305" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=109894" + "related": "/facilities/?filter[stop]=8305" } }, "parent_station": { @@ -155130,16 +155277,30 @@ }, "type": "stop" }, + { + "attributes": { + "color": "DA291C", + "long_name": "Mattapan Trolley", + "short_name": "", + "sort_order": 10011, + "text_color": "FFFFFF" + }, + "id": "line-Mattapan", + "links": { + "self": "/lines/line-Mattapan" + }, + "type": "line" + }, { "attributes": {}, - "id": "1311", + "id": "38490", "links": { - "self": "/stops/1311" + "self": "/stops/38490" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1311" + "related": "/facilities/?filter[stop]=38490" } }, "parent_station": { @@ -155154,136 +155315,24 @@ }, "type": "stop" }, - { - "attributes": { - "direction_id": 0, - "headsign": "Elm St" - }, - "id": "61868972", - "links": { - "self": "/trips/61868972" - }, - "relationships": { - "route": { - "data": { - "id": "100", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "100-3-0", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "SpringWeekday", - "type": "service" - } - }, - "shape": { - "data": { - "id": "1000157", - "type": "shape" - } - }, - "stops": { - "data": [ - { - "id": "5271", - "type": "stop" - }, - { - "id": "9318", - "type": "stop" - }, - { - "id": "9319", - "type": "stop" - }, - { - "id": "9045", - "type": "stop" - }, - { - "id": "5215", - "type": "stop" - }, - { - "id": "5274", - "type": "stop" - }, - { - "id": "5275", - "type": "stop" - }, - { - "id": "5276", - "type": "stop" - }, - { - "id": "5277", - "type": "stop" - }, - { - "id": "5279", - "type": "stop" - }, - { - "id": "8311", - "type": "stop" - }, - { - "id": "83111", - "type": "stop" - }, - { - "id": "8313", - "type": "stop" - }, - { - "id": "8314", - "type": "stop" - }, - { - "id": "8315", - "type": "stop" - }, - { - "id": "8317", - "type": "stop" - }, - { - "id": "8301", - "type": "stop" - } - ] - } - }, - "type": "trip" - }, { "attributes": {}, - "id": "74636", + "id": "86971", "links": { - "self": "/stops/74636" + "self": "/stops/86971" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=74636" + "related": "/facilities/?filter[stop]=86971" } }, "parent_station": { - "data": { - "id": "place-estav", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "SLWaterfrontNonLogan", + "id": "LocalBus", "type": "zone" } } @@ -155293,141 +155342,137 @@ { "attributes": { "direction_id": 1, - "headsign": "Downtown (Express)" + "headsign": "Andrew via South Bay Center" }, - "id": "61393887", + "id": "66651618", "links": { - "self": "/trips/61393887" + "self": "/trips/66651618" }, "relationships": { "route": { "data": { - "id": "505", + "id": "16", "type": "route" } }, "route_pattern": { "data": { - "id": "505-5-1", + "id": "16-9-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "5050095", + "id": "160345", "type": "shape" } }, "stops": { "data": [ { - "id": "88333", - "type": "stop" - }, - { - "id": "6598", + "id": "875", "type": "stop" }, { - "id": "7797", + "id": "520", "type": "stop" }, { - "id": "86943", + "id": "522", "type": "stop" }, { - "id": "17813", + "id": "10522", "type": "stop" }, { - "id": "7813", + "id": "2922", "type": "stop" }, { - "id": "7814", + "id": "2923", "type": "stop" }, { - "id": "78451", + "id": "2904", "type": "stop" }, { - "id": "78452", + "id": "2924", "type": "stop" }, { - "id": "86964", + "id": "2925", "type": "stop" }, { - "id": "86965", + "id": "2926", "type": "stop" }, { - "id": "86967", + "id": "2928", "type": "stop" }, { - "id": "86968", + "id": "2929", "type": "stop" }, { - "id": "78201", + "id": "2930", "type": "stop" }, { - "id": "78203", + "id": "2931", "type": "stop" }, { - "id": "78204", + "id": "2932", "type": "stop" }, { - "id": "78205", + "id": "12932", "type": "stop" }, { - "id": "78211", + "id": "1480", "type": "stop" }, { - "id": "78212", + "id": "2933", "type": "stop" }, { - "id": "78213", + "id": "2934", "type": "stop" }, { - "id": "78215", + "id": "124", "type": "stop" }, { - "id": "78216", + "id": "125", "type": "stop" }, { - "id": "78218", + "id": "29049", "type": "stop" }, { - "id": "78219", + "id": "29051", "type": "stop" }, { - "id": "6550", + "id": "29052", "type": "stop" }, { - "id": "6551", + "id": "13", "type": "stop" } ] @@ -155436,252 +155481,63 @@ "type": "trip" }, { - "attributes": { - "direction_id": 1, - "headsign": "Central Square via Lynnfield St" - }, - "id": "62216499", + "attributes": {}, + "id": "6855", "links": { - "self": "/trips/62216499" + "self": "/stops/6855" }, "relationships": { - "route": { - "data": { - "id": "436", - "type": "route" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=6855" } }, - "route_pattern": { - "data": { - "id": "436-1-1", - "type": "route_pattern" - } + "parent_station": { + "data": null }, - "service": { + "zone": { "data": { - "id": "SpringWeekday", - "type": "service" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "3921", + "links": { + "self": "/stops/3921" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=3921" } }, - "shape": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "4360239", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "7269", - "type": "stop" - }, - { - "id": "45821", - "type": "stop" - }, - { - "id": "4583", - "type": "stop" - }, - { - "id": "14586", - "type": "stop" - }, - { - "id": "24586", - "type": "stop" - }, - { - "id": "4587", - "type": "stop" - }, - { - "id": "4588", - "type": "stop" - }, - { - "id": "4590", - "type": "stop" - }, - { - "id": "4591", - "type": "stop" - }, - { - "id": "4592", - "type": "stop" - }, - { - "id": "4594", - "type": "stop" - }, - { - "id": "7341", - "type": "stop" - }, - { - "id": "7342", - "type": "stop" - }, - { - "id": "7343", - "type": "stop" - }, - { - "id": "7344", - "type": "stop" - }, - { - "id": "7345", - "type": "stop" - }, - { - "id": "7346", - "type": "stop" - }, - { - "id": "17347", - "type": "stop" - }, - { - "id": "7348", - "type": "stop" - }, - { - "id": "7349", - "type": "stop" - }, - { - "id": "7350", - "type": "stop" - }, - { - "id": "7352", - "type": "stop" - }, - { - "id": "7353", - "type": "stop" - }, - { - "id": "17354", - "type": "stop" - }, - { - "id": "7355", - "type": "stop" - }, - { - "id": "7356", - "type": "stop" - }, - { - "id": "7357", - "type": "stop" - }, - { - "id": "7359", - "type": "stop" - }, - { - "id": "7292", - "type": "stop" - }, - { - "id": "7293", - "type": "stop" - }, - { - "id": "7294", - "type": "stop" - }, - { - "id": "7295", - "type": "stop" - }, - { - "id": "7296", - "type": "stop" - }, - { - "id": "7297", - "type": "stop" - }, - { - "id": "7298", - "type": "stop" - }, - { - "id": "7299", - "type": "stop" - }, - { - "id": "7300", - "type": "stop" - }, - { - "id": "7369", - "type": "stop" - }, - { - "id": "7370", - "type": "stop" - }, - { - "id": "7371", - "type": "stop" - }, - { - "id": "7372", - "type": "stop" - }, - { - "id": "7373", - "type": "stop" - }, - { - "id": "7374", - "type": "stop" - }, - { - "id": "17231", - "type": "stop" - }, - { - "id": "7233", - "type": "stop" - }, - { - "id": "7234", - "type": "stop" - }, - { - "id": "7237", - "type": "stop" - }, - { - "id": "6772", - "type": "stop" - }, - { - "id": "14748", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "109912", + "id": "7178", "links": { - "self": "/stops/109912" + "self": "/stops/7178" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=109912" + "related": "/facilities/?filter[stop]=7178" } }, "parent_station": { @@ -155697,108 +155553,63 @@ "type": "stop" }, { - "attributes": { - "direction_id": 0, - "headsign": "Wickford Junction" - }, - "id": "CR-670267-809", + "attributes": {}, + "id": "5436", "links": { - "self": "/trips/CR-670267-809" + "self": "/stops/5436" }, "relationships": { - "route": { - "data": { - "id": "CR-Providence", - "type": "route" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=5436" } }, - "route_pattern": { - "data": { - "id": "CR-Providence-cea1b73d-0", - "type": "route_pattern" - } + "parent_station": { + "data": null }, - "service": { + "zone": { "data": { - "id": "SPRING2024-SOUTHWKD-Weekday-1-Scbbf1ea5", - "type": "service" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "2901", + "links": { + "self": "/stops/2901" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=2901" } }, - "shape": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "9890009", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "NEC-2287", - "type": "stop" - }, - { - "id": "NEC-2276-01", - "type": "stop" - }, - { - "id": "NEC-2265-01", - "type": "stop" - }, - { - "id": "NEC-2203-03", - "type": "stop" - }, - { - "id": "NEC-2173-01", - "type": "stop" - }, - { - "id": "NEC-2139-01", - "type": "stop" - }, - { - "id": "NEC-2108-01", - "type": "stop" - }, - { - "id": "NEC-2040-01", - "type": "stop" - }, - { - "id": "NEC-1969-03", - "type": "stop" - }, - { - "id": "NEC-1891-01", - "type": "stop" - }, - { - "id": "NEC-1851-03", - "type": "stop" - }, - { - "id": "NEC-1768-03", - "type": "stop" - }, - { - "id": "NEC-1659-03", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "111796", + "id": "18974", "links": { - "self": "/stops/111796" + "self": "/stops/18974" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=111796" + "related": "/facilities/?filter[stop]=18974" } }, "parent_station": { @@ -155814,72 +155625,87 @@ "type": "stop" }, { - "attributes": { - "direction_id": 0, - "headsign": "Forge Park/495 (Shuttle)" - }, - "id": "ForgeParkWalpole-0-sample", + "attributes": {}, + "id": "7408", "links": { - "self": "/trips/ForgeParkWalpole-0-sample" + "self": "/stops/7408" }, "relationships": { - "route": { - "data": { - "id": "Shuttle-ForgeParkWalpole", - "type": "route" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=7408" } }, - "route_pattern": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "Shuttle-ForgeParkWalpole-0-0", - "type": "route_pattern" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "339", + "links": { + "self": "/stops/339" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=339" } }, - "service": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "canonical", - "type": "service" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "1323", + "links": { + "self": "/stops/1323" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=1323" } }, - "shape": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "WalpoleToForgePark-S", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "FB-0191-B", - "type": "stop" - }, - { - "id": "FB-0230-B", - "type": "stop" - }, - { - "id": "FB-0275-B1", - "type": "stop" - }, - { - "id": "FB-0303-B", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "51187", + "id": "8212", "links": { - "self": "/stops/51187" + "self": "/stops/8212" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=51187" + "related": "/facilities/?filter[stop]=8212" } }, "parent_station": { @@ -155896,14 +155722,14 @@ }, { "attributes": {}, - "id": "1409", + "id": "12891", "links": { - "self": "/stops/1409" + "self": "/stops/12891" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1409" + "related": "/facilities/?filter[stop]=12891" } }, "parent_station": { @@ -155920,166 +155746,102 @@ }, { "attributes": { - "direction_id": 1, - "headsign": "Forest Hills" + "direction_id": 0, + "headsign": "Adams & Gallivan via Neponset Ave" }, - "id": "62146191", + "id": "67290303", "links": { - "self": "/trips/62146191" + "self": "/trips/67290303" }, "relationships": { "route": { "data": { - "id": "34", + "id": "201", "type": "route" } }, "route_pattern": { "data": { - "id": "34-3-1", + "id": "201-_-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "340255", + "id": "2010087", "type": "shape" } }, "stops": { "data": [ { - "id": "10833", - "type": "stop" - }, - { - "id": "10835", - "type": "stop" - }, - { - "id": "74618", - "type": "stop" - }, - { - "id": "71618", - "type": "stop" - }, - { - "id": "61872", - "type": "stop" - }, - { - "id": "619", - "type": "stop" - }, - { - "id": "620", - "type": "stop" - }, - { - "id": "621", - "type": "stop" - }, - { - "id": "622", - "type": "stop" - }, - { - "id": "623", - "type": "stop" - }, - { - "id": "624", - "type": "stop" - }, - { - "id": "625", - "type": "stop" - }, - { - "id": "10625", - "type": "stop" - }, - { - "id": "626", - "type": "stop" - }, - { - "id": "627", - "type": "stop" - }, - { - "id": "628", - "type": "stop" - }, - { - "id": "629", + "id": "323", "type": "stop" }, { - "id": "630", + "id": "55600", "type": "stop" }, { - "id": "631", + "id": "325", "type": "stop" }, { - "id": "632", + "id": "3065", "type": "stop" }, { - "id": "633", + "id": "3066", "type": "stop" }, { - "id": "10633", + "id": "3067", "type": "stop" }, { - "id": "634", + "id": "3068", "type": "stop" }, { - "id": "635", + "id": "3069", "type": "stop" }, { - "id": "636", + "id": "3070", "type": "stop" }, { - "id": "637", + "id": "3071", "type": "stop" }, { - "id": "638", + "id": "3073", "type": "stop" }, { - "id": "639", + "id": "3075", "type": "stop" }, { - "id": "640", + "id": "33076", "type": "stop" }, { - "id": "641", + "id": "3077", "type": "stop" }, { - "id": "642", + "id": "33077", "type": "stop" }, { - "id": "10642", + "id": "3078", "type": "stop" } ] @@ -156089,14 +155851,14 @@ }, { "attributes": {}, - "id": "7814", + "id": "6212", "links": { - "self": "/stops/7814" + "self": "/stops/6212" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7814" + "related": "/facilities/?filter[stop]=6212" } }, "parent_station": { @@ -156113,14 +155875,14 @@ }, { "attributes": {}, - "id": "5475", + "id": "1550", "links": { - "self": "/stops/5475" + "self": "/stops/1550" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5475" + "related": "/facilities/?filter[stop]=1550" } }, "parent_station": { @@ -156136,128 +155898,76 @@ "type": "stop" }, { - "attributes": { - "direction_id": 1, - "headsign": "South Station" - }, - "id": "CR-670178-600", + "attributes": {}, + "id": "5747", "links": { - "self": "/trips/CR-670178-600" + "self": "/stops/5747" }, "relationships": { - "route": { - "data": { - "id": "CR-Needham", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "CR-Needham-d774fb34-1", - "type": "route_pattern" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=5747" } }, - "service": { - "data": { - "id": "SPRING2024-SOUTHWKD-Weekday-1-Scbbf1ea5", - "type": "service" - } + "parent_station": { + "data": null }, - "shape": { + "zone": { "data": { - "id": "9860001", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "NB-0137-S", - "type": "stop" - }, - { - "id": "NB-0127-S", - "type": "stop" - }, - { - "id": "NB-0120-S", - "type": "stop" - }, - { - "id": "NB-0109-S", - "type": "stop" - }, - { - "id": "NB-0080-S", - "type": "stop" - }, - { - "id": "NB-0076-S", - "type": "stop" - }, - { - "id": "NB-0072-S", - "type": "stop" - }, - { - "id": "NB-0064-S", - "type": "stop" - }, - { - "id": "NEC-2237-05", - "type": "stop" - }, - { - "id": "NEC-2265-03", - "type": "stop" - }, - { - "id": "NEC-2276-03", - "type": "stop" - }, - { - "id": "NEC-2287", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { - "attributes": {}, - "id": "24621", + "attributes": { + "color": "80276C", + "direction_destinations": [ + "Newburyport or Rockport", + "North Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Newburyport/Rockport Line", + "short_name": "", + "sort_order": 20011, + "text_color": "FFFFFF", + "type": 2 + }, + "id": "CR-Newburyport", "links": { - "self": "/stops/24621" + "self": "/routes/CR-Newburyport" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=24621" + "agency": { + "data": { + "id": "1", + "type": "agency" } }, - "parent_station": { - "data": null - }, - "zone": { + "line": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "line-Newburyport", + "type": "line" } } }, - "type": "stop" + "type": "route" }, { "attributes": {}, - "id": "12352", + "id": "108", "links": { - "self": "/stops/12352" + "self": "/stops/108" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=12352" + "related": "/facilities/?filter[stop]=108" } }, "parent_station": { @@ -156274,14 +155984,14 @@ }, { "attributes": {}, - "id": "49999", + "id": "3310", "links": { - "self": "/stops/49999" + "self": "/stops/3310" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=49999" + "related": "/facilities/?filter[stop]=3310" } }, "parent_station": { @@ -156298,107 +156008,28 @@ }, { "attributes": { - "direction_id": 0, - "headsign": "Cleveland Circle (Shuttle)" + "color": "80276C", + "long_name": "Franklin/Foxboro Line", + "short_name": "", + "sort_order": 20004, + "text_color": "FFFFFF" }, - "id": "ClevelandCircleSaintMarys-0-sample", + "id": "line-Franklin", "links": { - "self": "/trips/ClevelandCircleSaintMarys-0-sample" - }, - "relationships": { - "route": { - "data": { - "id": "Shuttle-ClevelandCircleStMarys", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Shuttle-ClevelandCircleStMarys-0-0", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "canonical", - "type": "service" - } - }, - "shape": { - "data": { - "id": "SaintMaryToClevelandCircle-S", - "type": "shape" - } - }, - "stops": { - "data": [ - { - "id": "9070211", - "type": "stop" - }, - { - "id": "9070213", - "type": "stop" - }, - { - "id": "9070215", - "type": "stop" - }, - { - "id": "9070217", - "type": "stop" - }, - { - "id": "9070219", - "type": "stop" - }, - { - "id": "9070223", - "type": "stop" - }, - { - "id": "9070225", - "type": "stop" - }, - { - "id": "9070227", - "type": "stop" - }, - { - "id": "9070229", - "type": "stop" - }, - { - "id": "9070231", - "type": "stop" - }, - { - "id": "9070233", - "type": "stop" - }, - { - "id": "9070235", - "type": "stop" - }, - { - "id": "9070237", - "type": "stop" - } - ] - } + "self": "/lines/line-Franklin" }, - "type": "trip" + "type": "line" }, { "attributes": {}, - "id": "8237", + "id": "81686", "links": { - "self": "/stops/8237" + "self": "/stops/81686" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8237" + "related": "/facilities/?filter[stop]=81686" } }, "parent_station": { @@ -156415,14 +156046,14 @@ }, { "attributes": {}, - "id": "6144", + "id": "6410", "links": { - "self": "/stops/6144" + "self": "/stops/6410" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6144" + "related": "/facilities/?filter[stop]=6410" } }, "parent_station": { @@ -156439,14 +156070,14 @@ }, { "attributes": {}, - "id": "5404", + "id": "5300", "links": { - "self": "/stops/5404" + "self": "/stops/5300" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5404" + "related": "/facilities/?filter[stop]=5300" } }, "parent_station": { @@ -156463,14 +156094,14 @@ }, { "attributes": {}, - "id": "45417", + "id": "2584", "links": { - "self": "/stops/45417" + "self": "/stops/2584" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=45417" + "related": "/facilities/?filter[stop]=2584" } }, "parent_station": { @@ -156487,14 +156118,14 @@ }, { "attributes": {}, - "id": "15857", + "id": "5806", "links": { - "self": "/stops/15857" + "self": "/stops/5806" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=15857" + "related": "/facilities/?filter[stop]=5806" } }, "parent_station": { @@ -156511,14 +156142,14 @@ }, { "attributes": {}, - "id": "1497", + "id": "354", "links": { - "self": "/stops/1497" + "self": "/stops/354" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1497" + "related": "/facilities/?filter[stop]=354" } }, "parent_station": { @@ -156533,69 +156164,16 @@ }, "type": "stop" }, - { - "attributes": { - "direction_id": 1, - "headsign": "Back Bay (Shuttle)" - }, - "id": "BackBayRuggles-1-sample", - "links": { - "self": "/trips/BackBayRuggles-1-sample" - }, - "relationships": { - "route": { - "data": { - "id": "Shuttle-BackBayRuggles", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Shuttle-BackBayRuggles-0-1", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "canonical", - "type": "service" - } - }, - "shape": { - "data": { - "id": "RugglesToBackBay-S", - "type": "shape" - } - }, - "stops": { - "data": [ - { - "id": "17861", - "type": "stop" - }, - { - "id": "9070013", - "type": "stop" - }, - { - "id": "11384", - "type": "stop" - } - ] - } - }, - "type": "trip" - }, { "attributes": {}, - "id": "1662", + "id": "2191", "links": { - "self": "/stops/1662" + "self": "/stops/2191" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1662" + "related": "/facilities/?filter[stop]=2191" } }, "parent_station": { @@ -156612,14 +156190,14 @@ }, { "attributes": {}, - "id": "5450", + "id": "15055", "links": { - "self": "/stops/5450" + "self": "/stops/15055" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5450" + "related": "/facilities/?filter[stop]=15055" } }, "parent_station": { @@ -156634,81 +156212,16 @@ }, "type": "stop" }, - { - "attributes": { - "direction_id": 1, - "headsign": "Ruggles (Shuttle)" - }, - "id": "ForestHillsRuggles-1-sample", - "links": { - "self": "/trips/ForestHillsRuggles-1-sample" - }, - "relationships": { - "route": { - "data": { - "id": "Shuttle-ForestHillsRuggles", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Shuttle-ForestHillsRuggles-0-1", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "canonical", - "type": "service" - } - }, - "shape": { - "data": { - "id": "ForestHillsToRuggles-S", - "type": "shape" - } - }, - "stops": { - "data": [ - { - "id": "875", - "type": "stop" - }, - { - "id": "9070003", - "type": "stop" - }, - { - "id": "9070005", - "type": "stop" - }, - { - "id": "9070007", - "type": "stop" - }, - { - "id": "1222", - "type": "stop" - }, - { - "id": "17861", - "type": "stop" - } - ] - } - }, - "type": "trip" - }, { "attributes": {}, - "id": "786", + "id": "5226", "links": { - "self": "/stops/786" + "self": "/stops/5226" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=786" + "related": "/facilities/?filter[stop]=5226" } }, "parent_station": { @@ -156725,14 +156238,14 @@ }, { "attributes": {}, - "id": "2676", + "id": "4034", "links": { - "self": "/stops/2676" + "self": "/stops/4034" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2676" + "related": "/facilities/?filter[stop]=4034" } }, "parent_station": { @@ -156749,14 +156262,14 @@ }, { "attributes": {}, - "id": "9296", + "id": "7162", "links": { - "self": "/stops/9296" + "self": "/stops/7162" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9296" + "related": "/facilities/?filter[stop]=7162" } }, "parent_station": { @@ -156773,14 +156286,14 @@ }, { "attributes": {}, - "id": "82135", + "id": "1173", "links": { - "self": "/stops/82135" + "self": "/stops/1173" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=82135" + "related": "/facilities/?filter[stop]=1173" } }, "parent_station": { @@ -156795,24 +156308,41 @@ }, "type": "stop" }, + { + "attributes": { + "color": "FFC72C", + "long_name": "Harvard - Lechmere", + "short_name": "69", + "sort_order": 50690, + "text_color": "000000" + }, + "id": "line-69", + "links": { + "self": "/lines/line-69" + }, + "type": "line" + }, { "attributes": {}, - "id": "55011", + "id": "SB-0156-S", "links": { - "self": "/stops/55011" + "self": "/stops/SB-0156-S" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=55011" + "related": "/facilities/?filter[stop]=SB-0156-S" } }, "parent_station": { - "data": null + "data": { + "id": "place-SB-0156", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "CR-zone-3", "type": "zone" } } @@ -156820,50 +156350,74 @@ "type": "stop" }, { - "attributes": {}, - "id": "34021", + "attributes": { + "color": "FFC72C", + "long_name": "Davis - Wellington", + "short_name": "90", + "sort_order": 50900, + "text_color": "000000" + }, + "id": "line-90", "links": { - "self": "/stops/34021" + "self": "/lines/line-90" + }, + "type": "line" + }, + { + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Rockport", + "North Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Rockport - Salem (Express)", + "short_name": "Rockport Line Shuttle", + "sort_order": 62405, + "text_color": "000000", + "type": 3 + }, + "id": "Shuttle-RockportSalemExpress", + "links": { + "self": "/routes/Shuttle-RockportSalemExpress" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=34021" + "agency": { + "data": { + "id": "1", + "type": "agency" } }, - "parent_station": { - "data": null - }, - "zone": { + "line": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "line-Newburyport", + "type": "line" } } }, - "type": "stop" + "type": "route" }, { "attributes": {}, - "id": "70034", + "id": "6302", "links": { - "self": "/stops/70034" + "self": "/stops/6302" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70034" + "related": "/facilities/?filter[stop]=6302" } }, "parent_station": { - "data": { - "id": "place-mlmnl", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } @@ -156872,14 +156426,14 @@ }, { "attributes": {}, - "id": "11803", + "id": "5864", "links": { - "self": "/stops/11803" + "self": "/stops/5864" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=11803" + "related": "/facilities/?filter[stop]=5864" } }, "parent_station": { @@ -156896,14 +156450,14 @@ }, { "attributes": {}, - "id": "3057", + "id": "25997", "links": { - "self": "/stops/3057" + "self": "/stops/25997" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3057" + "related": "/facilities/?filter[stop]=25997" } }, "parent_station": { @@ -156920,14 +156474,14 @@ }, { "attributes": {}, - "id": "2904", + "id": "36841", "links": { - "self": "/stops/2904" + "self": "/stops/36841" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2904" + "related": "/facilities/?filter[stop]=36841" } }, "parent_station": { @@ -156944,14 +156498,14 @@ }, { "attributes": {}, - "id": "1296", + "id": "4046", "links": { - "self": "/stops/1296" + "self": "/stops/4046" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1296" + "related": "/facilities/?filter[stop]=4046" } }, "parent_station": { @@ -156968,14 +156522,14 @@ }, { "attributes": {}, - "id": "3595", + "id": "5628", "links": { - "self": "/stops/3595" + "self": "/stops/5628" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3595" + "related": "/facilities/?filter[stop]=5628" } }, "parent_station": { @@ -156992,14 +156546,14 @@ }, { "attributes": {}, - "id": "3802", + "id": "7830", "links": { - "self": "/stops/3802" + "self": "/stops/7830" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3802" + "related": "/facilities/?filter[stop]=7830" } }, "parent_station": { @@ -157016,38 +156570,38 @@ }, { "attributes": {}, - "id": "NHRML-0055-B0", + "id": "2896", "links": { - "self": "/stops/NHRML-0055-B0" + "self": "/stops/2896" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=NHRML-0055-B0" + "related": "/facilities/?filter[stop]=2896" } }, "parent_station": { - "data": { - "id": "place-NHRML-0055", - "type": "stop" - } + "data": null }, "zone": { - "data": null + "data": { + "id": "LocalBus", + "type": "zone" + } } }, "type": "stop" }, { "attributes": {}, - "id": "71269", + "id": "78452", "links": { - "self": "/stops/71269" + "self": "/stops/78452" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=71269" + "related": "/facilities/?filter[stop]=78452" } }, "parent_station": { @@ -157064,14 +156618,14 @@ }, { "attributes": {}, - "id": "7721", + "id": "1679", "links": { - "self": "/stops/7721" + "self": "/stops/1679" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7721" + "related": "/facilities/?filter[stop]=1679" } }, "parent_station": { @@ -157088,14 +156642,14 @@ }, { "attributes": {}, - "id": "135", + "id": "2894", "links": { - "self": "/stops/135" + "self": "/stops/2894" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=135" + "related": "/facilities/?filter[stop]=2894" } }, "parent_station": { @@ -157112,14 +156666,14 @@ }, { "attributes": {}, - "id": "2547", + "id": "5478", "links": { - "self": "/stops/2547" + "self": "/stops/5478" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2547" + "related": "/facilities/?filter[stop]=5478" } }, "parent_station": { @@ -157134,65 +156688,16 @@ }, "type": "stop" }, - { - "attributes": { - "direction_id": 0, - "headsign": "Logan Airport" - }, - "id": "Boat-F6-0850-Aquarium-BWN-01-Weekday-Summer-24", - "links": { - "self": "/trips/Boat-F6-0850-Aquarium-BWN-01-Weekday-Summer-24" - }, - "relationships": { - "route": { - "data": { - "id": "Boat-F6", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Boat-F6-8-0", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "Boat-F6-Weekday-Summer-24", - "type": "service" - } - }, - "shape": { - "data": { - "id": "CentralWharfToLogan-F", - "type": "shape" - } - }, - "stops": { - "data": [ - { - "id": "Boat-Aquarium", - "type": "stop" - }, - { - "id": "Boat-Logan", - "type": "stop" - } - ] - } - }, - "type": "trip" - }, { "attributes": {}, - "id": "1471", + "id": "12352", "links": { - "self": "/stops/1471" + "self": "/stops/12352" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1471" + "related": "/facilities/?filter[stop]=12352" } }, "parent_station": { @@ -157209,14 +156714,14 @@ }, { "attributes": {}, - "id": "29049", + "id": "16131", "links": { - "self": "/stops/29049" + "self": "/stops/16131" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=29049" + "related": "/facilities/?filter[stop]=16131" } }, "parent_station": { @@ -157231,61 +156736,16 @@ }, "type": "stop" }, - { - "attributes": { - "color": "FFC72C", - "long_name": "Quincy Center - Ashmont via West Quincy", - "short_name": "215", - "sort_order": 52150, - "text_color": "000000" - }, - "id": "line-215", - "links": { - "self": "/lines/line-215" - }, - "type": "line" - }, - { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Central Square, Cambridge", - "Broadway Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Central Square, Cambridge - Broadway Station", - "short_name": "47", - "sort_order": 50470, - "text_color": "000000", - "type": 3 - }, - "id": "47", - "links": { - "self": "/routes/47" - }, - "relationships": { - "line": { - "data": { - "id": "line-47", - "type": "line" - } - } - }, - "type": "route" - }, { "attributes": {}, - "id": "3717", + "id": "5032", "links": { - "self": "/stops/3717" + "self": "/stops/5032" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3717" + "related": "/facilities/?filter[stop]=5032" } }, "parent_station": { @@ -157302,14 +156762,14 @@ }, { "attributes": {}, - "id": "7709", + "id": "5658", "links": { - "self": "/stops/7709" + "self": "/stops/5658" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7709" + "related": "/facilities/?filter[stop]=5658" } }, "parent_station": { @@ -157326,14 +156786,14 @@ }, { "attributes": {}, - "id": "1929", + "id": "188", "links": { - "self": "/stops/1929" + "self": "/stops/188" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1929" + "related": "/facilities/?filter[stop]=188" } }, "parent_station": { @@ -157341,7 +156801,7 @@ }, "zone": { "data": { - "id": "LocalBus", + "id": "ExpressBus-Downtown", "type": "zone" } } @@ -157350,14 +156810,14 @@ }, { "attributes": {}, - "id": "269", + "id": "7448", "links": { - "self": "/stops/269" + "self": "/stops/7448" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=269" + "related": "/facilities/?filter[stop]=7448" } }, "parent_station": { @@ -157374,14 +156834,14 @@ }, { "attributes": {}, - "id": "4879", + "id": "424", "links": { - "self": "/stops/4879" + "self": "/stops/424" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4879" + "related": "/facilities/?filter[stop]=424" } }, "parent_station": { @@ -157398,141 +156858,222 @@ }, { "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Riverside", - "Union Square" - ], - "direction_names": [ - "West", - "East" - ], - "long_name": "Reservoir - Fenway", - "short_name": "Green Line D Shuttle", - "sort_order": 61500, - "text_color": "000000", - "type": 3 - }, - "id": "Shuttle-FenwayReservoir", - "links": { - "self": "/routes/Shuttle-FenwayReservoir" - }, - "relationships": { - "line": { - "data": { - "id": "line-Green", - "type": "line" - } - } - }, - "type": "route" - }, - { - "attributes": { - "direction_id": 1, - "headsign": "Union Square" + "direction_id": 0, + "headsign": "Wellington via Admiral's Hill & Market Basket" }, - "id": "61804876", + "id": "66960039", "links": { - "self": "/trips/61804876" + "self": "/trips/66960039" }, "relationships": { "route": { "data": { - "id": "Green-D", + "id": "112", "type": "route" } }, "route_pattern": { "data": { - "id": "Green-D-845-1", + "id": "112-_-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "8000047", + "id": "1120183", "type": "shape" } }, "stops": { "data": [ { - "id": "70174", + "id": "5666", "type": "stop" }, { - "id": "70176", + "id": "5848", "type": "stop" }, { - "id": "70178", + "id": "5849", "type": "stop" }, { - "id": "70180", + "id": "5846", "type": "stop" }, { - "id": "70182", + "id": "5897", "type": "stop" }, { - "id": "70186", + "id": "5673", "type": "stop" }, { - "id": "70150", + "id": "5675", "type": "stop" }, { - "id": "70152", + "id": "5676", "type": "stop" }, { - "id": "70154", + "id": "5678", "type": "stop" }, { - "id": "70156", + "id": "5615", "type": "stop" }, { - "id": "70158", + "id": "5605", "type": "stop" }, { - "id": "70200", + "id": "5606", "type": "stop" }, { - "id": "70201", + "id": "5607", "type": "stop" }, { - "id": "70203", + "id": "5682", "type": "stop" }, { - "id": "70205", + "id": "5648", "type": "stop" }, { - "id": "70207", + "id": "15045", "type": "stop" }, { - "id": "70501", + "id": "15046", "type": "stop" }, { - "id": "70503", + "id": "15047", + "type": "stop" + }, + { + "id": "15048", + "type": "stop" + }, + { + "id": "15049", + "type": "stop" + }, + { + "id": "15050", + "type": "stop" + }, + { + "id": "25051", + "type": "stop" + }, + { + "id": "15052", + "type": "stop" + }, + { + "id": "15053", + "type": "stop" + }, + { + "id": "5045", + "type": "stop" + }, + { + "id": "5684", + "type": "stop" + }, + { + "id": "5685", + "type": "stop" + }, + { + "id": "5597", + "type": "stop" + }, + { + "id": "15649", + "type": "stop" + }, + { + "id": "15650", + "type": "stop" + }, + { + "id": "15651", + "type": "stop" + }, + { + "id": "5624", + "type": "stop" + }, + { + "id": "5625", + "type": "stop" + }, + { + "id": "15625", + "type": "stop" + }, + { + "id": "5687", + "type": "stop" + }, + { + "id": "5688", + "type": "stop" + }, + { + "id": "5689", + "type": "stop" + }, + { + "id": "5691", + "type": "stop" + }, + { + "id": "5692", + "type": "stop" + }, + { + "id": "5693", + "type": "stop" + }, + { + "id": "5496", + "type": "stop" + }, + { + "id": "5559", + "type": "stop" + }, + { + "id": "5560", + "type": "stop" + }, + { + "id": "5561", + "type": "stop" + }, + { + "id": "6569", + "type": "stop" + }, + { + "id": "52720", "type": "stop" } ] @@ -157542,38 +157083,14 @@ }, { "attributes": {}, - "id": "5358", - "links": { - "self": "/stops/5358" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=5358" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "7815", + "id": "18618", "links": { - "self": "/stops/7815" + "self": "/stops/18618" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7815" + "related": "/facilities/?filter[stop]=18618" } }, "parent_station": { @@ -157590,14 +157107,14 @@ }, { "attributes": {}, - "id": "3486", + "id": "23832", "links": { - "self": "/stops/3486" + "self": "/stops/23832" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3486" + "related": "/facilities/?filter[stop]=23832" } }, "parent_station": { @@ -157614,14 +157131,14 @@ }, { "attributes": {}, - "id": "5750", + "id": "2398", "links": { - "self": "/stops/5750" + "self": "/stops/2398" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5750" + "related": "/facilities/?filter[stop]=2398" } }, "parent_station": { @@ -157636,52 +157153,25 @@ }, "type": "stop" }, - { - "attributes": {}, - "id": "WR-0075-02", - "links": { - "self": "/stops/WR-0075-02" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=WR-0075-02" - } - }, - "parent_station": { - "data": { - "id": "place-WR-0075", - "type": "stop" - } - }, - "zone": { - "data": { - "id": "CR-zone-1", - "type": "zone" - } - } - }, - "type": "stop" - }, { "attributes": { "direction_id": 0, - "headsign": "Lynn (Shuttle)" + "headsign": "Reservoir (Shuttle)" }, - "id": "ChelseaLynnOmitNorthStation-0-sample", + "id": "BrooklineHillsReservoir-0-sample", "links": { - "self": "/trips/ChelseaLynnOmitNorthStation-0-sample" + "self": "/trips/BrooklineHillsReservoir-0-sample" }, "relationships": { "route": { "data": { - "id": "Shuttle-ChelseaLynn", + "id": "Shuttle-BrooklineHillsReservoir", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-ChelseaLynn-0-0", + "id": "Shuttle-BrooklineHillsReservoir-0-0", "type": "route_pattern" } }, @@ -157693,14 +157183,18 @@ }, "shape": { "data": { - "id": "ChelseaToLynn-S", + "id": "BrooklineHillsToReservoir-S", "type": "shape" } }, "stops": { "data": [ { - "id": "ER-0042-B", + "id": "9170178", + "type": "stop" + }, + { + "id": "21917", "type": "stop" } ] @@ -157710,38 +157204,14 @@ }, { "attributes": {}, - "id": "11148", - "links": { - "self": "/stops/11148" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=11148" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "82139", + "id": "3537", "links": { - "self": "/stops/82139" + "self": "/stops/3537" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=82139" + "related": "/facilities/?filter[stop]=3537" } }, "parent_station": { @@ -157759,89 +157229,149 @@ { "attributes": { "direction_id": 0, - "headsign": "Foxboro" + "headsign": "Medford Square" }, - "id": "CR-670252-755", + "id": "66959788", "links": { - "self": "/trips/CR-670252-755" + "self": "/trips/66959788" }, "relationships": { "route": { "data": { - "id": "CR-Franklin", + "id": "94", "type": "route" } }, "route_pattern": { "data": { - "id": "CR-Franklin-2757d279-0", + "id": "94-1-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SPRING2024-SOUTHWKD-Weekday-1-S85407dc6", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "SouthStationToFoxboroViaBackBay", + "id": "940163", "type": "shape" } }, "stops": { "data": [ { - "id": "NEC-2287", + "id": "5104", "type": "stop" }, { - "id": "NEC-2276-03", + "id": "5019", "type": "stop" }, { - "id": "NEC-2265-03", + "id": "5021", "type": "stop" }, { - "id": "NEC-2237-03", + "id": "2405", "type": "stop" }, { - "id": "NEC-2203-03", + "id": "2406", "type": "stop" }, { - "id": "FB-0095-05", + "id": "2407", "type": "stop" }, { - "id": "FB-0109-01", + "id": "2408", "type": "stop" }, { - "id": "FB-0118-01", + "id": "2410", "type": "stop" }, { - "id": "FB-0125-01", + "id": "2411", "type": "stop" }, { - "id": "FB-0143-01", + "id": "2412", "type": "stop" }, { - "id": "FB-0148-01", + "id": "2413", "type": "stop" }, { - "id": "FB-0166-S", + "id": "2414", "type": "stop" }, { - "id": "FS-0049-S", + "id": "2415", + "type": "stop" + }, + { + "id": "2416", + "type": "stop" + }, + { + "id": "2417", + "type": "stop" + }, + { + "id": "2418", + "type": "stop" + }, + { + "id": "16316", + "type": "stop" + }, + { + "id": "6316", + "type": "stop" + }, + { + "id": "6317", + "type": "stop" + }, + { + "id": "6318", + "type": "stop" + }, + { + "id": "6320", + "type": "stop" + }, + { + "id": "6321", + "type": "stop" + }, + { + "id": "6322", + "type": "stop" + }, + { + "id": "6323", + "type": "stop" + }, + { + "id": "6324", + "type": "stop" + }, + { + "id": "63241", + "type": "stop" + }, + { + "id": "50021", + "type": "stop" + }, + { + "id": "45002", "type": "stop" } ] @@ -157851,62 +157381,38 @@ }, { "attributes": {}, - "id": "5886", + "id": "NEC-1851-B1", "links": { - "self": "/stops/5886" + "self": "/stops/NEC-1851-B1" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5886" + "related": "/facilities/?filter[stop]=NEC-1851-B1" } }, "parent_station": { - "data": null - }, - "zone": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "507", - "links": { - "self": "/stops/507" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=507" + "id": "place-NEC-1851", + "type": "stop" } }, - "parent_station": { - "data": null - }, "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } + "data": null } }, "type": "stop" }, { "attributes": {}, - "id": "4337", + "id": "421", "links": { - "self": "/stops/4337" + "self": "/stops/421" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4337" + "related": "/facilities/?filter[stop]=421" } }, "parent_station": { @@ -157922,111 +157428,105 @@ "type": "stop" }, { - "attributes": {}, - "id": "3796", + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Salem Depot", + "Central Square, Lynn" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Salem Depot - Central Square, Lynn", + "short_name": "456", + "sort_order": 54560, + "text_color": "000000", + "type": 3 + }, + "id": "456", "links": { - "self": "/stops/3796" + "self": "/routes/456" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=3796" + "agency": { + "data": { + "id": "1", + "type": "agency" } }, - "parent_station": { - "data": null - }, - "zone": { + "line": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "line-424450456", + "type": "line" } } }, - "type": "stop" + "type": "route" }, { - "attributes": {}, - "id": "3182", + "attributes": { + "direction_id": 0, + "headsign": "Hingham via Logan Airport" + }, + "id": "Boat-F1-0910-Long-BF2H-01-Weekday-Fall-24", "links": { - "self": "/stops/3182" + "self": "/trips/Boat-F1-0910-Long-BF2H-01-Weekday-Fall-24" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=3182" + "route": { + "data": { + "id": "Boat-F1", + "type": "route" } }, - "parent_station": { - "data": null - }, - "zone": { + "route_pattern": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "3458", - "links": { - "self": "/stops/3458" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=3458" + "id": "Boat-F1-4-0", + "type": "route_pattern" } }, - "parent_station": { - "data": null - }, - "zone": { + "service": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "4510", - "links": { - "self": "/stops/4510" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=4510" + "id": "Boat-F1-Weekday-Fall-24", + "type": "service" } }, - "parent_station": { - "data": null - }, - "zone": { + "shape": { "data": { - "id": "ExpressBus-Downtown", - "type": "zone" + "id": "b0008", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "Boat-Long", + "type": "stop" + }, + { + "id": "Boat-Logan", + "type": "stop" + }, + { + "id": "Boat-Hingham", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "2358", + "id": "3404", "links": { - "self": "/stops/2358" + "self": "/stops/3404" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2358" + "related": "/facilities/?filter[stop]=3404" } }, "parent_station": { @@ -158043,14 +157543,14 @@ }, { "attributes": {}, - "id": "632", + "id": "7557", "links": { - "self": "/stops/632" + "self": "/stops/7557" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=632" + "related": "/facilities/?filter[stop]=7557" } }, "parent_station": { @@ -158067,14 +157567,14 @@ }, { "attributes": {}, - "id": "86939", + "id": "7801", "links": { - "self": "/stops/86939" + "self": "/stops/7801" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=86939" + "related": "/facilities/?filter[stop]=7801" } }, "parent_station": { @@ -158091,14 +157591,14 @@ }, { "attributes": {}, - "id": "3143", + "id": "12829", "links": { - "self": "/stops/3143" + "self": "/stops/12829" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3143" + "related": "/facilities/?filter[stop]=12829" } }, "parent_station": { @@ -158114,63 +157614,116 @@ "type": "stop" }, { - "attributes": {}, - "id": "78071", + "attributes": { + "direction_id": 0, + "headsign": "Forge Park/495" + }, + "id": "SouthWKDYF24-697760-713", "links": { - "self": "/stops/78071" + "self": "/trips/SouthWKDYF24-697760-713" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=78071" + "route": { + "data": { + "id": "CR-Franklin", + "type": "route" } }, - "parent_station": { - "data": null - }, - "zone": { + "route_pattern": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "1925", - "links": { - "self": "/stops/1925" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=1925" + "id": "CR-Franklin-b8c4a7ca-0", + "type": "route_pattern" } }, - "parent_station": { - "data": null + "service": { + "data": { + "id": "FALL 2024-SOUTHWKD-Weekday-1-S85407dc6", + "type": "service" + } }, - "zone": { + "shape": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "9880006", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "NEC-2287", + "type": "stop" + }, + { + "id": "NEC-2276-01", + "type": "stop" + }, + { + "id": "NEC-2265-01", + "type": "stop" + }, + { + "id": "NEC-2203-03", + "type": "stop" + }, + { + "id": "FB-0095-05", + "type": "stop" + }, + { + "id": "FB-0109-01", + "type": "stop" + }, + { + "id": "FB-0118-01", + "type": "stop" + }, + { + "id": "FB-0125-01", + "type": "stop" + }, + { + "id": "FB-0143-01", + "type": "stop" + }, + { + "id": "FB-0148-01", + "type": "stop" + }, + { + "id": "FB-0166-S", + "type": "stop" + }, + { + "id": "FB-0191-S", + "type": "stop" + }, + { + "id": "FB-0230-S", + "type": "stop" + }, + { + "id": "FB-0275-S", + "type": "stop" + }, + { + "id": "FB-0303-S", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "2887", + "id": "979", "links": { - "self": "/stops/2887" + "self": "/stops/979" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2887" + "related": "/facilities/?filter[stop]=979" } }, "parent_station": { @@ -158188,129 +157741,197 @@ { "attributes": { "direction_id": 1, - "headsign": "Harvard" + "headsign": "Avenue Louis Pasteur via Forest Hills" }, - "id": "61848385", + "id": "67251195_1", "links": { - "self": "/trips/61848385" + "self": "/trips/67251195_1" }, "relationships": { "route": { "data": { - "id": "73", + "id": "37", "type": "route" } }, "route_pattern": { "data": { - "id": "73-1-1", + "id": "37-B-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "730155", + "id": "370143-1", "type": "shape" } }, "stops": { "data": [ { - "id": "2134", + "id": "11839", "type": "stop" }, { - "id": "2099", + "id": "31839", "type": "stop" }, { - "id": "2101", + "id": "21839", "type": "stop" }, { - "id": "2102", + "id": "838", "type": "stop" }, { - "id": "2103", + "id": "851", "type": "stop" }, { - "id": "2104", + "id": "852", "type": "stop" }, { - "id": "2106", + "id": "853", "type": "stop" }, { - "id": "2107", + "id": "833", "type": "stop" }, { - "id": "2108", + "id": "834", "type": "stop" }, { - "id": "2110", + "id": "835", "type": "stop" }, { - "id": "2112", + "id": "836", "type": "stop" }, { - "id": "2113", + "id": "837", "type": "stop" }, { - "id": "2115", + "id": "838", "type": "stop" }, { - "id": "2117", + "id": "839", "type": "stop" }, { - "id": "2064", + "id": "840", "type": "stop" }, { - "id": "2066", + "id": "841", "type": "stop" }, { - "id": "2067", + "id": "842", "type": "stop" }, { - "id": "2068", + "id": "843", "type": "stop" }, { - "id": "2070", + "id": "781", "type": "stop" }, { - "id": "2071", + "id": "782", "type": "stop" }, { - "id": "2073", + "id": "783", "type": "stop" }, { - "id": "2074", + "id": "784", + "type": "stop" + }, + { + "id": "785", + "type": "stop" + }, + { + "id": "786", + "type": "stop" + }, + { + "id": "787", + "type": "stop" + }, + { + "id": "788", + "type": "stop" + }, + { + "id": "789", + "type": "stop" + }, + { + "id": "790", + "type": "stop" + }, + { + "id": "791", + "type": "stop" + }, + { + "id": "792", + "type": "stop" + }, + { + "id": "793", + "type": "stop" + }, + { + "id": "795", + "type": "stop" + }, + { + "id": "636", + "type": "stop" + }, + { + "id": "637", + "type": "stop" + }, + { + "id": "638", + "type": "stop" + }, + { + "id": "639", + "type": "stop" + }, + { + "id": "640", + "type": "stop" + }, + { + "id": "641", "type": "stop" }, { - "id": "20761", + "id": "642", + "type": "stop" + }, + { + "id": "10642", "type": "stop" } ] @@ -158318,71 +157939,16 @@ }, "type": "trip" }, - { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Woodland Road", - "Wellington Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Woodland Road - Wellington Station", - "short_name": "99", - "sort_order": 50990, - "text_color": "000000", - "type": 3 - }, - "id": "99", - "links": { - "self": "/routes/99" - }, - "relationships": { - "line": { - "data": { - "id": "line-99", - "type": "line" - } - } - }, - "type": "route" - }, - { - "attributes": {}, - "id": "5691", - "links": { - "self": "/stops/5691" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=5691" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, { "attributes": {}, - "id": "2228", + "id": "438", "links": { - "self": "/stops/2228" + "self": "/stops/438" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2228" + "related": "/facilities/?filter[stop]=438" } }, "parent_station": { @@ -158399,14 +157965,14 @@ }, { "attributes": {}, - "id": "1062", + "id": "2386", "links": { - "self": "/stops/1062" + "self": "/stops/2386" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1062" + "related": "/facilities/?filter[stop]=2386" } }, "parent_station": { @@ -158423,62 +157989,35 @@ }, { "attributes": {}, - "id": "51918", + "id": "9070068", "links": { - "self": "/stops/51918" + "self": "/stops/9070068" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=51918" + "related": "/facilities/?filter[stop]=9070068" } }, "parent_station": { "data": null }, "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "303", - "links": { - "self": "/stops/303" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=303" - } - }, - "parent_station": { "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } } }, "type": "stop" }, { "attributes": {}, - "id": "3640", + "id": "6312", "links": { - "self": "/stops/3640" + "self": "/stops/6312" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3640" + "related": "/facilities/?filter[stop]=6312" } }, "parent_station": { @@ -158496,250 +158035,221 @@ { "attributes": { "direction_id": 1, - "headsign": "South Station" + "headsign": "Wellington" }, - "id": "CR-670132-504", + "id": "67016131", "links": { - "self": "/trips/CR-670132-504" + "self": "/trips/67016131" }, "relationships": { "route": { "data": { - "id": "CR-Worcester", + "id": "134", "type": "route" } }, "route_pattern": { "data": { - "id": "CR-Worcester-72c8dfb6-1", + "id": "134-9-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SPRING2024-SOUTHWKD-Weekday-1-Sb0e4ed14", + "id": "WinterSunday", "type": "service" } }, "shape": { "data": { - "id": "9850001", + "id": "1340412", "type": "shape" } }, "stops": { "data": [ { - "id": "WML-0442-CS", + "id": "9125", "type": "stop" }, { - "id": "WML-0364-02", + "id": "6941", "type": "stop" }, { - "id": "WML-0340-02", + "id": "6942", "type": "stop" }, { - "id": "WML-0274-02", + "id": "6943", "type": "stop" }, { - "id": "WML-0252-02", + "id": "6944", "type": "stop" }, { - "id": "WML-0214-02", + "id": "6945", "type": "stop" }, { - "id": "WML-0199-02", + "id": "6946", "type": "stop" }, { - "id": "WML-0035-02", + "id": "6947", "type": "stop" }, { - "id": "WML-0025-05", + "id": "6948", "type": "stop" }, { - "id": "WML-0012-05", + "id": "6949", "type": "stop" }, { - "id": "NEC-2287", + "id": "6950", "type": "stop" - } - ] - } - }, - "type": "trip" - }, - { - "attributes": { - "direction_id": 1, - "headsign": "Forest Hills" - }, - "id": "62145407", - "links": { - "self": "/trips/62145407" - }, - "relationships": { - "route": { - "data": { - "id": "33", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "33-7-1", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "SpringWeekday", - "type": "service" - } - }, - "shape": { - "data": { - "id": "330160", - "type": "shape" - } - }, - "stops": { - "data": [ + }, { - "id": "18975", + "id": "6951", "type": "stop" }, { - "id": "8328", + "id": "6952", "type": "stop" }, { - "id": "8329", + "id": "6953", "type": "stop" }, { - "id": "8330", + "id": "6954", "type": "stop" }, { - "id": "8331", + "id": "6955", "type": "stop" }, { - "id": "8332", + "id": "6956", "type": "stop" }, { - "id": "8333", + "id": "6957", "type": "stop" }, { - "id": "8335", + "id": "6958", "type": "stop" }, { - "id": "8337", + "id": "6959", "type": "stop" }, { - "id": "8343", + "id": "9145", "type": "stop" }, { - "id": "8344", + "id": "9146", "type": "stop" }, { - "id": "56567", + "id": "9147", "type": "stop" }, { - "id": "75467", + "id": "9149", "type": "stop" }, { - "id": "26466", + "id": "9150", "type": "stop" }, { - "id": "36466", + "id": "5008", "type": "stop" }, { - "id": "6466", + "id": "6322", "type": "stop" }, { - "id": "6467", + "id": "6323", "type": "stop" }, { - "id": "6468", + "id": "6324", "type": "stop" }, { - "id": "6470", + "id": "63241", "type": "stop" }, { - "id": "6471", + "id": "9151", "type": "stop" }, { - "id": "6472", + "id": "9152", "type": "stop" }, { - "id": "6473", + "id": "9153", "type": "stop" }, { - "id": "6474", + "id": "9154", "type": "stop" }, { - "id": "6476", + "id": "9155", "type": "stop" }, { - "id": "6478", + "id": "9156", "type": "stop" }, { - "id": "6479", + "id": "9157", "type": "stop" }, { - "id": "6480", + "id": "49157", "type": "stop" }, { - "id": "16479", + "id": "49158", "type": "stop" }, { - "id": "36479", + "id": "9158", "type": "stop" }, { - "id": "56479", + "id": "9159", "type": "stop" }, { - "id": "76479", + "id": "9160", "type": "stop" }, { - "id": "875", + "id": "9161", + "type": "stop" + }, + { + "id": "9042", + "type": "stop" + }, + { + "id": "9043", + "type": "stop" + }, + { + "id": "52720", "type": "stop" } ] @@ -158749,14 +158259,14 @@ }, { "attributes": {}, - "id": "34510", + "id": "4224", "links": { - "self": "/stops/34510" + "self": "/stops/4224" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=34510" + "related": "/facilities/?filter[stop]=4224" } }, "parent_station": { @@ -158772,63 +158282,68 @@ "type": "stop" }, { - "attributes": {}, - "id": "12858", + "attributes": { + "direction_id": 0, + "headsign": "North Station (Express shuttle)" + }, + "id": "Orange-NSta-OakGrv-Express-Weekday-0-20:30:00", "links": { - "self": "/stops/12858" + "self": "/trips/Orange-NSta-OakGrv-Express-Weekday-0-20%3A30%3A00" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=12858" + "route": { + "data": { + "id": "Shuttle-NStaOakGroveExpress", + "type": "route" } }, - "parent_station": { - "data": null - }, - "zone": { + "route_pattern": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "7659", - "links": { - "self": "/stops/7659" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=7659" + "id": "Shuttle-NStaOakGroveExpress-0-0", + "type": "route_pattern" } }, - "parent_station": { - "data": null + "service": { + "data": { + "id": "Orange-NSta-OakGrv-Express-Weekday", + "type": "service" + } }, - "zone": { + "shape": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "OakGroveToNStationHaverhillStExpress-S", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "9328", + "type": "stop" + }, + { + "id": "5327", + "type": "stop" + }, + { + "id": "9070026", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "5054", + "id": "3254", "links": { - "self": "/stops/5054" + "self": "/stops/3254" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5054" + "related": "/facilities/?filter[stop]=3254" } }, "parent_station": { @@ -158845,14 +158360,14 @@ }, { "attributes": {}, - "id": "545", + "id": "1743", "links": { - "self": "/stops/545" + "self": "/stops/1743" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=545" + "related": "/facilities/?filter[stop]=1743" } }, "parent_station": { @@ -158869,14 +158384,14 @@ }, { "attributes": {}, - "id": "2941", + "id": "7168", "links": { - "self": "/stops/2941" + "self": "/stops/7168" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2941" + "related": "/facilities/?filter[stop]=7168" } }, "parent_station": { @@ -158893,14 +158408,14 @@ }, { "attributes": {}, - "id": "1275", + "id": "6277", "links": { - "self": "/stops/1275" + "self": "/stops/6277" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1275" + "related": "/facilities/?filter[stop]=6277" } }, "parent_station": { @@ -158917,14 +158432,14 @@ }, { "attributes": {}, - "id": "8637", + "id": "3560", "links": { - "self": "/stops/8637" + "self": "/stops/3560" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8637" + "related": "/facilities/?filter[stop]=3560" } }, "parent_station": { @@ -158940,63 +158455,84 @@ "type": "stop" }, { - "attributes": {}, - "id": "7211", + "attributes": { + "direction_id": 1, + "headsign": "South Station (Shuttle)" + }, + "id": "SouthStationWellesleyHills-1-sample", "links": { - "self": "/stops/7211" + "self": "/trips/SouthStationWellesleyHills-1-sample" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=7211" + "route": { + "data": { + "id": "Shuttle-SouthStationWellesleyHillsLocal", + "type": "route" } }, - "parent_station": { - "data": null - }, - "zone": { + "route_pattern": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "Shuttle-SouthStationWellesleyHillsLocal-0-1", + "type": "route_pattern" } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "NHRML-0055-B1", - "links": { - "self": "/stops/NHRML-0055-B1" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=NHRML-0055-B1" + }, + "service": { + "data": { + "id": "canonical", + "type": "service" } }, - "parent_station": { + "shape": { "data": { - "id": "place-NHRML-0055", - "type": "stop" + "id": "WellesleyHillsToSouthStation-S", + "type": "shape" } }, - "zone": { - "data": null + "stops": { + "data": [ + { + "id": "WML-0135-B1", + "type": "stop" + }, + { + "id": "38155", + "type": "stop" + }, + { + "id": "WML-0102-B", + "type": "stop" + }, + { + "id": "WML-0091-B1", + "type": "stop" + }, + { + "id": "WML-0081-B3", + "type": "stop" + }, + { + "id": "WML-0035-B1", + "type": "stop" + }, + { + "id": "NEC-2287-B", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "3780", + "id": "81445", "links": { - "self": "/stops/3780" + "self": "/stops/81445" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3780" + "related": "/facilities/?filter[stop]=81445" } }, "parent_station": { @@ -159013,14 +158549,14 @@ }, { "attributes": {}, - "id": "916", + "id": "4146", "links": { - "self": "/stops/916" + "self": "/stops/4146" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=916" + "related": "/facilities/?filter[stop]=4146" } }, "parent_station": { @@ -159035,47 +158571,16 @@ }, "type": "stop" }, - { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Hingham Depot", - "Quincy Center Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Hingham Depot - Quincy Center Station", - "short_name": "220", - "sort_order": 52200, - "text_color": "000000", - "type": 3 - }, - "id": "220", - "links": { - "self": "/routes/220" - }, - "relationships": { - "line": { - "data": { - "id": "line-220221222", - "type": "line" - } - } - }, - "type": "route" - }, { "attributes": {}, - "id": "2601", + "id": "6204", "links": { - "self": "/stops/2601" + "self": "/stops/6204" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2601" + "related": "/facilities/?filter[stop]=6204" } }, "parent_station": { @@ -159091,63 +158596,236 @@ "type": "stop" }, { - "attributes": {}, - "id": "6822", + "attributes": { + "direction_id": 0, + "headsign": "Watertown via Kenmore" + }, + "id": "66885871", "links": { - "self": "/stops/6822" + "self": "/trips/66885871" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=6822" + "route": { + "data": { + "id": "57", + "type": "route" } }, - "parent_station": { - "data": null + "route_pattern": { + "data": { + "id": "57-M-0", + "type": "route_pattern" + } }, - "zone": { + "service": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "5562", - "links": { - "self": "/stops/5562" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=5562" + "id": "BUS12025-hbc15tp6-Saturday-02", + "type": "service" } }, - "parent_station": { - "data": null - }, - "zone": { + "shape": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "1930074", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "117", + "type": "stop" + }, + { + "id": "65", + "type": "stop" + }, + { + "id": "49704", + "type": "stop" + }, + { + "id": "10000", + "type": "stop" + }, + { + "id": "8279", + "type": "stop" + }, + { + "id": "9983", + "type": "stop" + }, + { + "id": "177", + "type": "stop" + }, + { + "id": "173", + "type": "stop" + }, + { + "id": "178", + "type": "stop" + }, + { + "id": "1399", + "type": "stop" + }, + { + "id": "11390", + "type": "stop" + }, + { + "id": "11391", + "type": "stop" + }, + { + "id": "93", + "type": "stop" + }, + { + "id": "34509", + "type": "stop" + }, + { + "id": "951", + "type": "stop" + }, + { + "id": "952", + "type": "stop" + }, + { + "id": "953", + "type": "stop" + }, + { + "id": "954", + "type": "stop" + }, + { + "id": "956", + "type": "stop" + }, + { + "id": "958", + "type": "stop" + }, + { + "id": "959", + "type": "stop" + }, + { + "id": "960", + "type": "stop" + }, + { + "id": "962", + "type": "stop" + }, + { + "id": "964", + "type": "stop" + }, + { + "id": "966", + "type": "stop" + }, + { + "id": "967", + "type": "stop" + }, + { + "id": "969", + "type": "stop" + }, + { + "id": "970", + "type": "stop" + }, + { + "id": "971", + "type": "stop" + }, + { + "id": "972", + "type": "stop" + }, + { + "id": "973", + "type": "stop" + }, + { + "id": "974", + "type": "stop" + }, + { + "id": "975", + "type": "stop" + }, + { + "id": "977", + "type": "stop" + }, + { + "id": "9780", + "type": "stop" + }, + { + "id": "979", + "type": "stop" + }, + { + "id": "981", + "type": "stop" + }, + { + "id": "982", + "type": "stop" + }, + { + "id": "983", + "type": "stop" + }, + { + "id": "985", + "type": "stop" + }, + { + "id": "986", + "type": "stop" + }, + { + "id": "987", + "type": "stop" + }, + { + "id": "988", + "type": "stop" + }, + { + "id": "989", + "type": "stop" + }, + { + "id": "999", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "5310", + "id": "497", "links": { - "self": "/stops/5310" + "self": "/stops/497" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5310" + "related": "/facilities/?filter[stop]=497" } }, "parent_station": { @@ -159164,14 +158842,14 @@ }, { "attributes": {}, - "id": "2930", + "id": "111796", "links": { - "self": "/stops/2930" + "self": "/stops/111796" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2930" + "related": "/facilities/?filter[stop]=111796" } }, "parent_station": { @@ -159189,97 +158867,129 @@ { "attributes": { "direction_id": 0, - "headsign": "Harvard" + "headsign": "Watertown Square" }, - "id": "61848179", + "id": "67008775", "links": { - "self": "/trips/61848179" + "self": "/trips/67008775" }, "relationships": { "route": { "data": { - "id": "68", + "id": "70", "type": "route" } }, "route_pattern": { "data": { - "id": "68-_-0", + "id": "70-2-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "680052", + "id": "700269", "type": "shape" } }, "stops": { "data": [ { - "id": "2231", + "id": "1123", "type": "stop" }, { - "id": "12231", + "id": "2444", "type": "stop" }, { - "id": "24486", + "id": "1061", "type": "stop" }, { - "id": "24487", + "id": "1062", "type": "stop" }, { - "id": "24488", + "id": "1064", "type": "stop" }, { - "id": "24489", + "id": "1067", "type": "stop" }, { - "id": "24490", + "id": "1068", "type": "stop" }, { - "id": "2223", + "id": "1070", "type": "stop" }, { - "id": "2224", + "id": "1071", "type": "stop" }, { - "id": "2225", + "id": "1072", "type": "stop" }, { - "id": "2226", + "id": "1074", "type": "stop" }, { - "id": "1431", + "id": "1075", "type": "stop" }, { - "id": "2166", + "id": "1076", "type": "stop" }, { - "id": "2167", + "id": "1077", "type": "stop" }, { - "id": "110", + "id": "1443", + "type": "stop" + }, + { + "id": "1445", + "type": "stop" + }, + { + "id": "1447", + "type": "stop" + }, + { + "id": "1448", + "type": "stop" + }, + { + "id": "1449", + "type": "stop" + }, + { + "id": "1450", + "type": "stop" + }, + { + "id": "1451", + "type": "stop" + }, + { + "id": "1452", + "type": "stop" + }, + { + "id": "8178", "type": "stop" } ] @@ -159289,14 +158999,14 @@ }, { "attributes": {}, - "id": "6756", + "id": "7303", "links": { - "self": "/stops/6756" + "self": "/stops/7303" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6756" + "related": "/facilities/?filter[stop]=7303" } }, "parent_station": { @@ -159313,14 +159023,14 @@ }, { "attributes": {}, - "id": "1848", + "id": "2225", "links": { - "self": "/stops/1848" + "self": "/stops/2225" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1848" + "related": "/facilities/?filter[stop]=2225" } }, "parent_station": { @@ -159337,43 +159047,22 @@ }, { "attributes": {}, - "id": "1033", + "id": "29011", "links": { - "self": "/stops/1033" + "self": "/stops/29011" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1033" + "related": "/facilities/?filter[stop]=29011" } }, "parent_station": { - "data": null - }, - "zone": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "78513", - "links": { - "self": "/stops/78513" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=78513" + "id": "place-sull", + "type": "stop" } }, - "parent_station": { - "data": null - }, "zone": { "data": { "id": "LocalBus", @@ -159385,46 +159074,19 @@ }, { "attributes": {}, - "id": "9023", + "id": "9070012", "links": { - "self": "/stops/9023" + "self": "/stops/9070012" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9023" + "related": "/facilities/?filter[stop]=9070012" } }, "parent_station": { "data": null }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "ER-0208-B", - "links": { - "self": "/stops/ER-0208-B" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=ER-0208-B" - } - }, - "parent_station": { - "data": { - "id": "place-ER-0208", - "type": "stop" - } - }, "zone": { "data": null } @@ -159434,57 +159096,161 @@ { "attributes": { "direction_id": 0, - "headsign": "Boston University East (Shuttle)" + "headsign": "Ashmont" }, - "id": "BostonUniversityEastGovernmentCenterBackBay-0-sample", + "id": "66652052", "links": { - "self": "/trips/BostonUniversityEastGovernmentCenterBackBay-0-sample" + "self": "/trips/66652052" }, "relationships": { "route": { "data": { - "id": "Shuttle-BackBayBostonUniversityEast", + "id": "22", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-BackBayBostonUniversityEast-0-0", + "id": "22-2-0", "type": "route_pattern" } }, "service": { "data": { - "id": "canonical", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "BackBayToBostonUniversityEast-S", + "id": "220251", "type": "shape" } }, "stops": { "data": [ { - "id": "178", + "id": "11780", "type": "stop" }, { - "id": "93", + "id": "11781", "type": "stop" }, { - "id": "9070151", + "id": "1784", "type": "stop" }, { - "id": "951", + "id": "1785", "type": "stop" }, { - "id": "952", + "id": "1257", + "type": "stop" + }, + { + "id": "1258", + "type": "stop" + }, + { + "id": "1260", + "type": "stop" + }, + { + "id": "1262", + "type": "stop" + }, + { + "id": "11531", + "type": "stop" + }, + { + "id": "1265", + "type": "stop" + }, + { + "id": "1266", + "type": "stop" + }, + { + "id": "10413", + "type": "stop" + }, + { + "id": "11413", + "type": "stop" + }, + { + "id": "17421", + "type": "stop" + }, + { + "id": "17411", + "type": "stop" + }, + { + "id": "17401", + "type": "stop" + }, + { + "id": "17391", + "type": "stop" + }, + { + "id": "415", + "type": "stop" + }, + { + "id": "416", + "type": "stop" + }, + { + "id": "417", + "type": "stop" + }, + { + "id": "419", + "type": "stop" + }, + { + "id": "420", + "type": "stop" + }, + { + "id": "421", + "type": "stop" + }, + { + "id": "422", + "type": "stop" + }, + { + "id": "423", + "type": "stop" + }, + { + "id": "424", + "type": "stop" + }, + { + "id": "425", + "type": "stop" + }, + { + "id": "426", + "type": "stop" + }, + { + "id": "428", + "type": "stop" + }, + { + "id": "430", + "type": "stop" + }, + { + "id": "334", "type": "stop" } ] @@ -159494,62 +159260,14 @@ }, { "attributes": {}, - "id": "2850", - "links": { - "self": "/stops/2850" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=2850" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "4907", - "links": { - "self": "/stops/4907" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=4907" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "16358", + "id": "3726", "links": { - "self": "/stops/16358" + "self": "/stops/3726" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=16358" + "related": "/facilities/?filter[stop]=3726" } }, "parent_station": { @@ -159566,23 +159284,23 @@ }, { "attributes": { - "direction_id": 0, - "headsign": "Boston College (Shuttle)" + "direction_id": 1, + "headsign": "Reading (Express shuttle)" }, - "id": "BlandfordStreetBostonCollege-0-sample", + "id": "HaverhillReadingExpressExtended-1-sample", "links": { - "self": "/trips/BlandfordStreetBostonCollege-0-sample" + "self": "/trips/HaverhillReadingExpressExtended-1-sample" }, "relationships": { "route": { "data": { - "id": "Shuttle-BlandfordBostonCollege", + "id": "Shuttle-HaverhillReadingExpress", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-BlandfordBostonCollege-0-0", + "id": "Shuttle-HaverhillReadingExpress-0-1", "type": "route_pattern" } }, @@ -159594,62 +159312,22 @@ }, "shape": { "data": { - "id": "BlandfordStreetToBostonCollege-S", + "id": "HaverhillToReadingExpress-S", "type": "shape" } }, "stops": { "data": [ { - "id": "951", - "type": "stop" - }, - { - "id": "952", - "type": "stop" - }, - { - "id": "953", - "type": "stop" - }, - { - "id": "956", - "type": "stop" - }, - { - "id": "958", - "type": "stop" - }, - { - "id": "9070131", - "type": "stop" - }, - { - "id": "9070129", - "type": "stop" - }, - { - "id": "9070121", - "type": "stop" - }, - { - "id": "9070117", - "type": "stop" - }, - { - "id": "9070115", - "type": "stop" - }, - { - "id": "9070113", + "id": "WR-0329-B", "type": "stop" }, { - "id": "9070111", + "id": "WR-0264-B2", "type": "stop" }, { - "id": "9070107", + "id": "WR-0120-B", "type": "stop" } ] @@ -159659,14 +159337,14 @@ }, { "attributes": {}, - "id": "12812", + "id": "109871", "links": { - "self": "/stops/12812" + "self": "/stops/109871" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=12812" + "related": "/facilities/?filter[stop]=109871" } }, "parent_station": { @@ -159683,14 +159361,14 @@ }, { "attributes": {}, - "id": "3034", + "id": "7915", "links": { - "self": "/stops/3034" + "self": "/stops/7915" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3034" + "related": "/facilities/?filter[stop]=7915" } }, "parent_station": { @@ -159707,14 +159385,14 @@ }, { "attributes": {}, - "id": "8183", + "id": "6615", "links": { - "self": "/stops/8183" + "self": "/stops/6615" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8183" + "related": "/facilities/?filter[stop]=6615" } }, "parent_station": { @@ -159731,14 +159409,14 @@ }, { "attributes": {}, - "id": "987", + "id": "38495", "links": { - "self": "/stops/987" + "self": "/stops/38495" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=987" + "related": "/facilities/?filter[stop]=38495" } }, "parent_station": { @@ -159754,93 +159432,44 @@ "type": "stop" }, { - "attributes": { - "direction_id": 0, - "headsign": "Braintree (Shuttle)" - }, - "id": "Red-BraintreeBroadway-Saturday-1f455-0-05:51:00", + "attributes": {}, + "id": "ER-0227-B0", "links": { - "self": "/trips/Red-BraintreeBroadway-Saturday-1f455-0-05%3A51%3A00" + "self": "/stops/ER-0227-B0" }, "relationships": { - "route": { - "data": { - "id": "Shuttle-BraintreeBroadway", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Shuttle-BraintreeBroadway-0-0", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "Red-BraintreeBroadway-Saturday-1f455", - "type": "service" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=ER-0227-B0" } }, - "shape": { + "parent_station": { "data": { - "id": "BroadwayToBraintree-S", - "type": "shape" + "id": "place-ER-0227", + "type": "stop" } }, - "stops": { - "data": [ - { - "id": "151", - "type": "stop" - }, - { - "id": "9070083", - "type": "stop" - }, - { - "id": "121", - "type": "stop" - }, - { - "id": "3125", - "type": "stop" - }, - { - "id": "9170099", - "type": "stop" - }, - { - "id": "9070101", - "type": "stop" - }, - { - "id": "41031", - "type": "stop" - }, - { - "id": "38671", - "type": "stop" - } - ] + "zone": { + "data": null } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "70052", + "id": "70233", "links": { - "self": "/stops/70052" + "self": "/stops/70233" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70052" + "related": "/facilities/?filter[stop]=70233" } }, "parent_station": { "data": { - "id": "place-orhte", + "id": "place-denrd", "type": "stop" } }, @@ -159855,14 +159484,14 @@ }, { "attributes": {}, - "id": "9137", + "id": "815", "links": { - "self": "/stops/9137" + "self": "/stops/815" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9137" + "related": "/facilities/?filter[stop]=815" } }, "parent_station": { @@ -159879,25 +159508,22 @@ }, { "attributes": {}, - "id": "70017", + "id": "8211", "links": { - "self": "/stops/70017" + "self": "/stops/8211" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70017" + "related": "/facilities/?filter[stop]=8211" } }, "parent_station": { - "data": { - "id": "place-tumnl", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } @@ -159906,41 +159532,75 @@ }, { "attributes": {}, - "id": "70096", + "id": "2067", "links": { - "self": "/stops/70096" + "self": "/stops/2067" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70096" + "related": "/facilities/?filter[stop]=2067" } }, "parent_station": { - "data": { - "id": "place-jfk", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } }, "type": "stop" }, + { + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Ashmont", + "Alewife" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Ashmont - JFK/UMass", + "short_name": "Red Line Shuttle", + "sort_order": 60250, + "text_color": "000000", + "type": 3 + }, + "id": "Shuttle-AshmontJFK", + "links": { + "self": "/routes/Shuttle-AshmontJFK" + }, + "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, + "line": { + "data": { + "id": "line-Red", + "type": "line" + } + } + }, + "type": "route" + }, { "attributes": {}, - "id": "2099", + "id": "2426", "links": { - "self": "/stops/2099" + "self": "/stops/2426" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2099" + "related": "/facilities/?filter[stop]=2426" } }, "parent_station": { @@ -159957,25 +159617,46 @@ }, { "attributes": {}, - "id": "70201", + "id": "88801", "links": { - "self": "/stops/70201" + "self": "/stops/88801" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70201" + "related": "/facilities/?filter[stop]=88801" } }, "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "place-gover", - "type": "stop" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "4239", + "links": { + "self": "/stops/4239" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=4239" } }, + "parent_station": { + "data": null + }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } @@ -159984,14 +159665,14 @@ }, { "attributes": {}, - "id": "7288", + "id": "5827", "links": { - "self": "/stops/7288" + "self": "/stops/5827" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7288" + "related": "/facilities/?filter[stop]=5827" } }, "parent_station": { @@ -160008,25 +159689,46 @@ }, { "attributes": {}, - "id": "70511", + "id": "11767", "links": { - "self": "/stops/70511" + "self": "/stops/11767" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70511" + "related": "/facilities/?filter[stop]=11767" } }, "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "place-mdftf", - "type": "stop" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "121019", + "links": { + "self": "/stops/121019" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=121019" } }, + "parent_station": { + "data": null + }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } @@ -160036,22 +159738,22 @@ { "attributes": { "direction_id": 0, - "headsign": "Readville" + "headsign": "Wachusett" }, - "id": "canonical-CR-Fairmount-C1-0", + "id": "canonical-CR-Fitchburg-C1-0", "links": { - "self": "/trips/canonical-CR-Fairmount-C1-0" + "self": "/trips/canonical-CR-Fitchburg-C1-0" }, "relationships": { "route": { "data": { - "id": "CR-Fairmount", + "id": "CR-Fitchburg", "type": "route" } }, "route_pattern": { "data": { - "id": "CR-Fairmount-195ea3c8-0", + "id": "CR-Fitchburg-13aa81f2-0", "type": "route_pattern" } }, @@ -160063,46 +159765,82 @@ }, "shape": { "data": { - "id": "canonical-9870002", + "id": "canonical-9840004", "type": "shape" } }, "stops": { "data": [ { - "id": "NEC-2287", + "id": "BNT-0000", "type": "stop" }, { - "id": "DB-2265-01", + "id": "FR-0034-01", "type": "stop" }, { - "id": "DB-2258-01", + "id": "FR-0064-01", "type": "stop" }, { - "id": "DB-2249-01", + "id": "FR-0074-01", "type": "stop" }, { - "id": "DB-2240-01", + "id": "FR-0098-01", "type": "stop" }, { - "id": "DB-2230-01", + "id": "FR-0115-01", "type": "stop" }, { - "id": "DB-2222-01", + "id": "FR-0132-01", "type": "stop" }, { - "id": "DB-2205-01", + "id": "FR-0147-01", "type": "stop" }, { - "id": "FB-0095-04", + "id": "FR-0167-01", + "type": "stop" + }, + { + "id": "FR-0201-01", + "type": "stop" + }, + { + "id": "FR-0219-01", + "type": "stop" + }, + { + "id": "FR-0253-01", + "type": "stop" + }, + { + "id": "FR-0301-01", + "type": "stop" + }, + { + "id": "FR-0361-01", + "type": "stop" + }, + { + "id": "FR-0394-01", + "type": "stop" + }, + { + "id": "FR-0451-01", + "type": "stop" + }, + { + "id": "FR-0494-CS", + "type": "stop" + }, + { + "id": "FR-3338-CS", "type": "stop" } ] @@ -160112,14 +159850,14 @@ }, { "attributes": {}, - "id": "7557", + "id": "1203", "links": { - "self": "/stops/7557" + "self": "/stops/1203" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7557" + "related": "/facilities/?filter[stop]=1203" } }, "parent_station": { @@ -160136,69 +159874,41 @@ }, { "attributes": {}, - "id": "5486", + "id": "70179", "links": { - "self": "/stops/5486" + "self": "/stops/70179" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5486" + "related": "/facilities/?filter[stop]=70179" } }, "parent_station": { - "data": null + "data": { + "id": "place-brkhl", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } }, "type": "stop" }, - { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Ashmont", - "Alewife" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Ashmont - Broadway", - "short_name": "Red Line Shuttle", - "sort_order": 60260, - "text_color": "000000", - "type": 3 - }, - "id": "Shuttle-AshmontBroadway", - "links": { - "self": "/routes/Shuttle-AshmontBroadway" - }, - "relationships": { - "line": { - "data": { - "id": "line-Red", - "type": "line" - } - } - }, - "type": "route" - }, { "attributes": {}, - "id": "8274", + "id": "17419", "links": { - "self": "/stops/8274" + "self": "/stops/17419" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8274" + "related": "/facilities/?filter[stop]=17419" } }, "parent_station": { @@ -160215,14 +159925,14 @@ }, { "attributes": {}, - "id": "8497", + "id": "8432", "links": { - "self": "/stops/8497" + "self": "/stops/8432" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8497" + "related": "/facilities/?filter[stop]=8432" } }, "parent_station": { @@ -160239,14 +159949,14 @@ }, { "attributes": {}, - "id": "5412", + "id": "121011", "links": { - "self": "/stops/5412" + "self": "/stops/121011" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5412" + "related": "/facilities/?filter[stop]=121011" } }, "parent_station": { @@ -160263,14 +159973,14 @@ }, { "attributes": {}, - "id": "2288", + "id": "49841", "links": { - "self": "/stops/2288" + "self": "/stops/49841" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2288" + "related": "/facilities/?filter[stop]=49841" } }, "parent_station": { @@ -160287,14 +159997,14 @@ }, { "attributes": {}, - "id": "3246", + "id": "81917", "links": { - "self": "/stops/3246" + "self": "/stops/81917" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3246" + "related": "/facilities/?filter[stop]=81917" } }, "parent_station": { @@ -160311,14 +160021,14 @@ }, { "attributes": {}, - "id": "3388", + "id": "4603", "links": { - "self": "/stops/3388" + "self": "/stops/4603" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3388" + "related": "/facilities/?filter[stop]=4603" } }, "parent_station": { @@ -160335,14 +160045,14 @@ }, { "attributes": {}, - "id": "21148", + "id": "5", "links": { - "self": "/stops/21148" + "self": "/stops/5" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=21148" + "related": "/facilities/?filter[stop]=5" } }, "parent_station": { @@ -160350,7 +160060,7 @@ }, "zone": { "data": { - "id": "LocalBus", + "id": "ExpressBus-Downtown", "type": "zone" } } @@ -160359,14 +160069,14 @@ }, { "attributes": {}, - "id": "79618", + "id": "7176", "links": { - "self": "/stops/79618" + "self": "/stops/7176" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=79618" + "related": "/facilities/?filter[stop]=7176" } }, "parent_station": { @@ -160383,25 +160093,22 @@ }, { "attributes": {}, - "id": "NHRML-0218-01", + "id": "53430", "links": { - "self": "/stops/NHRML-0218-01" + "self": "/stops/53430" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=NHRML-0218-01" + "related": "/facilities/?filter[stop]=53430" } }, "parent_station": { - "data": { - "id": "place-NHRML-0218", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "CR-zone-5", + "id": "LocalBus", "type": "zone" } } @@ -160410,14 +160117,65 @@ }, { "attributes": {}, - "id": "2560", + "id": "1150", "links": { - "self": "/stops/2560" + "self": "/stops/1150" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2560" + "related": "/facilities/?filter[stop]=1150" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "74634", + "links": { + "self": "/stops/74634" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=74634" + } + }, + "parent_station": { + "data": { + "id": "place-boxdt", + "type": "stop" + } + }, + "zone": { + "data": { + "id": "SLWaterfrontNonLogan", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "13402", + "links": { + "self": "/stops/13402" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=13402" } }, "parent_station": { @@ -160436,103 +160194,155 @@ "attributes": { "color": "FFC72C", "direction_destinations": [ - "River Street & Milton Street", - "Mattapan Station" + "Boston College", + "Government Center" ], "direction_names": [ - "Outbound", - "Inbound" + "West", + "East" ], - "long_name": "River Street & Milton Street - Mattapan Station", - "short_name": "32/33", - "sort_order": 50321, + "long_name": "Babcock Street - Copley", + "short_name": "Green Line B Shuttle", + "sort_order": 60455, "text_color": "000000", "type": 3 }, - "id": "3233", + "id": "Shuttle-BabcockCopley", "links": { - "self": "/routes/3233" + "self": "/routes/Shuttle-BabcockCopley" }, "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, "line": { "data": { - "id": "line-242733", + "id": "line-Green", "type": "line" } } }, "type": "route" }, + { + "attributes": {}, + "id": "1406", + "links": { + "self": "/stops/1406" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=1406" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, { "attributes": { - "direction_id": 1, - "headsign": "Maverick" + "color": "DA291C", + "long_name": "Red Line", + "short_name": "", + "sort_order": 10010, + "text_color": "FFFFFF" + }, + "id": "line-Red", + "links": { + "self": "/lines/line-Red" + }, + "type": "line" + }, + { + "attributes": {}, + "id": "16734", + "links": { + "self": "/stops/16734" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=16734" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": { + "direction_id": 0, + "headsign": "North Station (Shuttle)" }, - "id": "62216293", + "id": "NorthStationSullivanSquare-Weekday-9e586-0-00:00:00", "links": { - "self": "/trips/62216293" + "self": "/trips/NorthStationSullivanSquare-Weekday-9e586-0-00%3A00%3A00" }, "relationships": { "route": { "data": { - "id": "121", + "id": "Shuttle-NorthStationSullivanSquare", "type": "route" } }, "route_pattern": { "data": { - "id": "121-2-1", + "id": "Shuttle-NorthStationSullivanSquare-0-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "canonical", "type": "service" } }, "shape": { "data": { - "id": "1210042", + "id": "SullivanSquareToNorthStation-S", "type": "shape" } }, "stops": { "data": [ { - "id": "5450", - "type": "stop" - }, - { - "id": "5898", - "type": "stop" - }, - { - "id": "5899", - "type": "stop" - }, - { - "id": "5900", - "type": "stop" - }, - { - "id": "5901", + "id": "29005", "type": "stop" }, { - "id": "5902", + "id": "2761", "type": "stop" }, { - "id": "5736", + "id": "70500", "type": "stop" }, { - "id": "5737", + "id": "9070093", "type": "stop" }, { - "id": "5740", + "id": "9070090", "type": "stop" } ] @@ -160542,14 +160352,14 @@ }, { "attributes": {}, - "id": "4544", + "id": "5591", "links": { - "self": "/stops/4544" + "self": "/stops/5591" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4544" + "related": "/facilities/?filter[stop]=5591" } }, "parent_station": { @@ -160566,65 +160376,35 @@ }, { "attributes": {}, - "id": "70233", - "links": { - "self": "/stops/70233" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=70233" - } - }, - "parent_station": { - "data": { - "id": "place-denrd", - "type": "stop" - } - }, - "zone": { - "data": { - "id": "RapidTransit", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "5311", + "id": "71265", "links": { - "self": "/stops/5311" + "self": "/stops/71265" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5311" + "related": "/facilities/?filter[stop]=71265" } }, "parent_station": { "data": null }, "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } + "data": null } }, "type": "stop" }, { "attributes": {}, - "id": "2759", + "id": "7578", "links": { - "self": "/stops/2759" + "self": "/stops/7578" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2759" + "related": "/facilities/?filter[stop]=7578" } }, "parent_station": { @@ -160641,50 +160421,70 @@ }, { "attributes": { - "direction_id": 1, - "headsign": "Attleboro (Local shuttle)" + "direction_id": 0, + "headsign": "Stoughton" }, - "id": "AttleboroProvidenceLocal-1-sample", + "id": "SouthWKDYF24-697855-875", "links": { - "self": "/trips/AttleboroProvidenceLocal-1-sample" + "self": "/trips/SouthWKDYF24-697855-875" }, "relationships": { "route": { "data": { - "id": "Shuttle-AttleboroProvidenceLocal", + "id": "CR-Providence", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-AttleboroProvidenceLocal-0-1", + "id": "CR-Providence-cf299c9f-0", "type": "route_pattern" } }, "service": { "data": { - "id": "canonical", + "id": "FALL 2024-SOUTHWKD-Weekday-1-Scbbf1ea5", "type": "service" } }, "shape": { "data": { - "id": "ProvidenceToAttleboroLocal-S", + "id": "9890004", "type": "shape" } }, "stops": { "data": [ { - "id": "NEC-1851-B0", + "id": "NEC-2287", "type": "stop" }, { - "id": "NEC-1891-B", + "id": "NEC-2276-03", "type": "stop" }, { - "id": "NEC-1969-B", + "id": "NEC-2265-03", + "type": "stop" + }, + { + "id": "NEC-2203-03", + "type": "stop" + }, + { + "id": "NEC-2173-01", + "type": "stop" + }, + { + "id": "SB-0150-04", + "type": "stop" + }, + { + "id": "SB-0156-S", + "type": "stop" + }, + { + "id": "SB-0189-S", "type": "stop" } ] @@ -160694,14 +160494,14 @@ }, { "attributes": {}, - "id": "1468", + "id": "5248", "links": { - "self": "/stops/1468" + "self": "/stops/5248" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1468" + "related": "/facilities/?filter[stop]=5248" } }, "parent_station": { @@ -160718,14 +160518,14 @@ }, { "attributes": {}, - "id": "8483", + "id": "19201", "links": { - "self": "/stops/8483" + "self": "/stops/19201" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8483" + "related": "/facilities/?filter[stop]=19201" } }, "parent_station": { @@ -160742,14 +160542,14 @@ }, { "attributes": {}, - "id": "1725", + "id": "7776", "links": { - "self": "/stops/1725" + "self": "/stops/7776" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1725" + "related": "/facilities/?filter[stop]=7776" } }, "parent_station": { @@ -160766,14 +160566,14 @@ }, { "attributes": {}, - "id": "93", + "id": "3389", "links": { - "self": "/stops/93" + "self": "/stops/3389" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=93" + "related": "/facilities/?filter[stop]=3389" } }, "parent_station": { @@ -160788,16 +160588,53 @@ }, "type": "stop" }, + { + "attributes": { + "color": "00843D", + "direction_destinations": [ + "Riverside", + "Union Square" + ], + "direction_names": [ + "West", + "East" + ], + "long_name": "Green Line D", + "short_name": "D", + "sort_order": 10034, + "text_color": "FFFFFF", + "type": 0 + }, + "id": "Green-D", + "links": { + "self": "/routes/Green-D" + }, + "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, + "line": { + "data": { + "id": "line-Green", + "type": "line" + } + } + }, + "type": "route" + }, { "attributes": {}, - "id": "8202", + "id": "36843", "links": { - "self": "/stops/8202" + "self": "/stops/36843" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8202" + "related": "/facilities/?filter[stop]=36843" } }, "parent_station": { @@ -160814,14 +160651,14 @@ }, { "attributes": {}, - "id": "3728", + "id": "2417", "links": { - "self": "/stops/3728" + "self": "/stops/2417" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3728" + "related": "/facilities/?filter[stop]=2417" } }, "parent_station": { @@ -160838,14 +160675,14 @@ }, { "attributes": {}, - "id": "3968", + "id": "6773", "links": { - "self": "/stops/3968" + "self": "/stops/6773" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3968" + "related": "/facilities/?filter[stop]=6773" } }, "parent_station": { @@ -160860,16 +160697,53 @@ }, "type": "stop" }, + { + "attributes": { + "color": "80276C", + "direction_destinations": [ + "Fairmount", + "South Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Fairmount Line", + "short_name": "", + "sort_order": 20001, + "text_color": "FFFFFF", + "type": 2 + }, + "id": "CR-Fairmount", + "links": { + "self": "/routes/CR-Fairmount" + }, + "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, + "line": { + "data": { + "id": "line-Fairmount", + "type": "line" + } + } + }, + "type": "route" + }, { "attributes": {}, - "id": "9340", + "id": "4805", "links": { - "self": "/stops/9340" + "self": "/stops/4805" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9340" + "related": "/facilities/?filter[stop]=4805" } }, "parent_station": { @@ -160886,18 +160760,21 @@ }, { "attributes": {}, - "id": "2625", + "id": "18511", "links": { - "self": "/stops/2625" + "self": "/stops/18511" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2625" + "related": "/facilities/?filter[stop]=18511" } }, "parent_station": { - "data": null + "data": { + "id": "place-matt", + "type": "stop" + } }, "zone": { "data": { @@ -160910,14 +160787,14 @@ }, { "attributes": {}, - "id": "3872", + "id": "9236", "links": { - "self": "/stops/3872" + "self": "/stops/9236" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3872" + "related": "/facilities/?filter[stop]=9236" } }, "parent_station": { @@ -160934,41 +160811,143 @@ }, { "attributes": {}, - "id": "GRB-0199-S", + "id": "2844", "links": { - "self": "/stops/GRB-0199-S" + "self": "/stops/2844" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=GRB-0199-S" + "related": "/facilities/?filter[stop]=2844" } }, "parent_station": { - "data": { - "id": "place-GRB-0199", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "CR-zone-4", + "id": "LocalBus", "type": "zone" } } }, "type": "stop" }, + { + "attributes": { + "direction_id": 0, + "headsign": "Forge Park/495" + }, + "id": "canonical-CR-Franklin-C1-0", + "links": { + "self": "/trips/canonical-CR-Franklin-C1-0" + }, + "relationships": { + "route": { + "data": { + "id": "CR-Franklin", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "CR-Franklin-C1-0", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "canonical", + "type": "service" + } + }, + "shape": { + "data": { + "id": "canonical-9880006", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "NEC-2287", + "type": "stop" + }, + { + "id": "NEC-2276", + "type": "stop" + }, + { + "id": "NEC-2265", + "type": "stop" + }, + { + "id": "NEC-2237-03", + "type": "stop" + }, + { + "id": "NEC-2203-03", + "type": "stop" + }, + { + "id": "FB-0095-05", + "type": "stop" + }, + { + "id": "FB-0109-01", + "type": "stop" + }, + { + "id": "FB-0118-01", + "type": "stop" + }, + { + "id": "FB-0125-01", + "type": "stop" + }, + { + "id": "FB-0143-01", + "type": "stop" + }, + { + "id": "FB-0148-01", + "type": "stop" + }, + { + "id": "FB-0166-S", + "type": "stop" + }, + { + "id": "FB-0191-S", + "type": "stop" + }, + { + "id": "FB-0230-S", + "type": "stop" + }, + { + "id": "FB-0275-S", + "type": "stop" + }, + { + "id": "FB-0303-S", + "type": "stop" + } + ] + } + }, + "type": "trip" + }, { "attributes": {}, - "id": "14544", + "id": "1064", "links": { - "self": "/stops/14544" + "self": "/stops/1064" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=14544" + "related": "/facilities/?filter[stop]=1064" } }, "parent_station": { @@ -160985,45 +160964,87 @@ }, { "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Redstone Shopping Center", - "Malden Center Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Redstone Shopping Center - Malden Center Station", - "short_name": "132", - "sort_order": 51320, - "text_color": "000000", - "type": 3 + "direction_id": 1, + "headsign": "Ashmont" }, - "id": "132", + "id": "canonical-Mattapan-C1-1", "links": { - "self": "/routes/132" + "self": "/trips/canonical-Mattapan-C1-1" }, "relationships": { - "line": { + "route": { "data": { - "id": "line-131132", - "type": "line" + "id": "Mattapan", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "Mattapan-_-1", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "canonical", + "type": "service" + } + }, + "shape": { + "data": { + "id": "canonical-899_0008", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "70276", + "type": "stop" + }, + { + "id": "70274", + "type": "stop" + }, + { + "id": "70272", + "type": "stop" + }, + { + "id": "70270", + "type": "stop" + }, + { + "id": "70268", + "type": "stop" + }, + { + "id": "70266", + "type": "stop" + }, + { + "id": "70264", + "type": "stop" + }, + { + "id": "70261", + "type": "stop" + } + ] } }, - "type": "route" + "type": "trip" }, { "attributes": {}, - "id": "4852", + "id": "1431", "links": { - "self": "/stops/4852" + "self": "/stops/1431" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4852" + "related": "/facilities/?filter[stop]=1431" } }, "parent_station": { @@ -161040,14 +161061,14 @@ }, { "attributes": {}, - "id": "913", + "id": "7780", "links": { - "self": "/stops/913" + "self": "/stops/7780" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=913" + "related": "/facilities/?filter[stop]=7780" } }, "parent_station": { @@ -161064,218 +161085,186 @@ }, { "attributes": { - "direction_id": 0, - "headsign": "Reading Depot" + "direction_id": 1, + "headsign": "Ruggles" }, - "id": "61869020", + "id": "66859729", "links": { - "self": "/trips/61869020" + "self": "/trips/66859729" }, "relationships": { "route": { "data": { - "id": "137", + "id": "28", "type": "route" } }, "route_pattern": { "data": { - "id": "137-6-0", + "id": "28-_-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "1370143", + "id": "280188", "type": "shape" } }, "stops": { "data": [ { - "id": "9328", - "type": "stop" - }, - { - "id": "9222", - "type": "stop" - }, - { - "id": "9223", - "type": "stop" - }, - { - "id": "9224", - "type": "stop" - }, - { - "id": "9225", - "type": "stop" - }, - { - "id": "9226", - "type": "stop" - }, - { - "id": "9227", - "type": "stop" - }, - { - "id": "9228", - "type": "stop" - }, - { - "id": "9229", + "id": "18511", "type": "stop" }, { - "id": "9230", + "id": "1722", "type": "stop" }, { - "id": "9231", + "id": "1723", "type": "stop" }, { - "id": "9232", + "id": "1724", "type": "stop" }, { - "id": "9233", + "id": "1725", "type": "stop" }, { - "id": "9235", + "id": "1726", "type": "stop" }, { - "id": "9236", + "id": "1728", "type": "stop" }, { - "id": "9237", + "id": "1730", "type": "stop" }, { - "id": "9238", + "id": "1731", "type": "stop" }, { - "id": "9239", + "id": "1732", "type": "stop" }, { - "id": "9240", + "id": "1733", "type": "stop" }, { - "id": "9241", + "id": "1734", "type": "stop" }, { - "id": "9242", + "id": "1735", "type": "stop" }, { - "id": "9243", + "id": "1736", "type": "stop" }, { - "id": "9245", + "id": "1737", "type": "stop" }, { - "id": "9246", + "id": "381", "type": "stop" }, { - "id": "9247", + "id": "382", "type": "stop" }, { - "id": "9249", + "id": "383", "type": "stop" }, { - "id": "9250", + "id": "384", "type": "stop" }, { - "id": "9251", + "id": "385", "type": "stop" }, { - "id": "9276", + "id": "386", "type": "stop" }, { - "id": "9277", + "id": "387", "type": "stop" }, { - "id": "9279", + "id": "388", "type": "stop" }, { - "id": "9281", + "id": "390", "type": "stop" }, { - "id": "9283", + "id": "392", "type": "stop" }, { - "id": "9284", + "id": "393", "type": "stop" }, { - "id": "9285", + "id": "394", "type": "stop" }, { - "id": "9287", + "id": "395", "type": "stop" }, { - "id": "9289", + "id": "396", "type": "stop" }, { - "id": "9292", + "id": "21151", "type": "stop" }, { - "id": "9293", + "id": "64000", "type": "stop" }, { - "id": "9294", + "id": "1148", "type": "stop" }, { - "id": "9295", + "id": "11149", "type": "stop" }, { - "id": "9296", + "id": "11148", "type": "stop" }, { - "id": "9327", + "id": "21148", "type": "stop" }, { - "id": "9297", + "id": "1224", "type": "stop" }, { - "id": "29253", + "id": "17861", "type": "stop" } ] @@ -161287,27 +161276,33 @@ "attributes": { "color": "FFC72C", "direction_destinations": [ - "Sullivan Square Station", - "Reservoir Station" + "Liberty Tree Mall", + "Central Square, Lynn" ], "direction_names": [ "Outbound", "Inbound" ], - "long_name": "Sullivan Square Station - Reservoir Station", - "short_name": "86", - "sort_order": 50860, + "long_name": "Liberty Tree Mall - Central Square, Lynn via Goodwin Circle", + "short_name": "436", + "sort_order": 54360, "text_color": "000000", "type": 3 }, - "id": "86", + "id": "436", "links": { - "self": "/routes/86" + "self": "/routes/436" }, "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, "line": { "data": { - "id": "line-86", + "id": "line-434435436", "type": "line" } } @@ -161315,46 +161310,39 @@ "type": "route" }, { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Ashmont/Braintree", - "Alewife" - ], - "direction_names": [ - "South", - "North" - ], - "long_name": "JFK/UMass - Park Street via Post Office", - "short_name": "Red Line Shuttle", - "sort_order": 61998, - "text_color": "000000", - "type": 3 - }, - "id": "Shuttle-JFKParkStreetViaPostOffice", + "attributes": {}, + "id": "8294", "links": { - "self": "/routes/Shuttle-JFKParkStreetViaPostOffice" + "self": "/stops/8294" }, "relationships": { - "line": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=8294" + } + }, + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "line-Red", - "type": "line" + "id": "LocalBus", + "type": "zone" } } }, - "type": "route" + "type": "stop" }, { "attributes": {}, - "id": "4515", + "id": "49739", "links": { - "self": "/stops/4515" + "self": "/stops/49739" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4515" + "related": "/facilities/?filter[stop]=49739" } }, "parent_station": { @@ -161371,38 +161359,35 @@ }, { "attributes": {}, - "id": "3938", + "id": "9070160", "links": { - "self": "/stops/3938" + "self": "/stops/9070160" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3938" + "related": "/facilities/?filter[stop]=9070160" } }, "parent_station": { "data": null }, "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } + "data": null } }, "type": "stop" }, { "attributes": {}, - "id": "1735", + "id": "4915", "links": { - "self": "/stops/1735" + "self": "/stops/4915" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1735" + "related": "/facilities/?filter[stop]=4915" } }, "parent_station": { @@ -161419,14 +161404,14 @@ }, { "attributes": {}, - "id": "6114", + "id": "3490", "links": { - "self": "/stops/6114" + "self": "/stops/3490" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6114" + "related": "/facilities/?filter[stop]=3490" } }, "parent_station": { @@ -161443,14 +161428,14 @@ }, { "attributes": {}, - "id": "1495", + "id": "1255", "links": { - "self": "/stops/1495" + "self": "/stops/1255" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1495" + "related": "/facilities/?filter[stop]=1255" } }, "parent_station": { @@ -161467,147 +161452,75 @@ }, { "attributes": { - "direction_id": 0, - "headsign": "Kennedy Dr" + "color": "FFC72C", + "direction_destinations": [ + "Nahant", + "Wonderland Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Nahant - Wonderland Station", + "short_name": "439", + "sort_order": 54390, + "text_color": "000000", + "type": 3 }, - "id": "61869107", + "id": "439", "links": { - "self": "/trips/61869107" + "self": "/routes/439" }, "relationships": { - "route": { + "agency": { "data": { - "id": "411", - "type": "route" + "id": "1", + "type": "agency" } }, - "route_pattern": { + "line": { "data": { - "id": "411-1-0", - "type": "route_pattern" + "id": "line-439441442", + "type": "line" } - }, - "service": { - "data": { - "id": "SpringWeekday", - "type": "service" + } + }, + "type": "route" + }, + { + "attributes": {}, + "id": "3623", + "links": { + "self": "/stops/3623" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=3623" } }, - "shape": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "4110154", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "53270", - "type": "stop" - }, - { - "id": "5289", - "type": "stop" - }, - { - "id": "5342", - "type": "stop" - }, - { - "id": "5457", - "type": "stop" - }, - { - "id": "5459", - "type": "stop" - }, - { - "id": "5460", - "type": "stop" - }, - { - "id": "5461", - "type": "stop" - }, - { - "id": "5462", - "type": "stop" - }, - { - "id": "5463", - "type": "stop" - }, - { - "id": "5464", - "type": "stop" - }, - { - "id": "54651", - "type": "stop" - }, - { - "id": "9060", - "type": "stop" - }, - { - "id": "9061", - "type": "stop" - }, - { - "id": "49061", - "type": "stop" - }, - { - "id": "9063", - "type": "stop" - }, - { - "id": "7541", - "type": "stop" - }, - { - "id": "7542", - "type": "stop" - }, - { - "id": "7543", - "type": "stop" - }, - { - "id": "7545", - "type": "stop" - }, - { - "id": "8575", - "type": "stop" - }, - { - "id": "48575", - "type": "stop" - }, - { - "id": "17456", - "type": "stop" - }, - { - "id": "8336", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "36500", + "id": "2102", "links": { - "self": "/stops/36500" + "self": "/stops/2102" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=36500" + "related": "/facilities/?filter[stop]=2102" } }, "parent_station": { @@ -161624,14 +161537,14 @@ }, { "attributes": {}, - "id": "1730", + "id": "8904", "links": { - "self": "/stops/1730" + "self": "/stops/8904" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1730" + "related": "/facilities/?filter[stop]=8904" } }, "parent_station": { @@ -161648,14 +161561,14 @@ }, { "attributes": {}, - "id": "17422", + "id": "4253", "links": { - "self": "/stops/17422" + "self": "/stops/4253" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=17422" + "related": "/facilities/?filter[stop]=4253" } }, "parent_station": { @@ -161671,104 +161584,39 @@ "type": "stop" }, { - "attributes": { - "direction_id": 0, - "headsign": "Nubian" - }, - "id": "61912018", + "attributes": {}, + "id": "1850", "links": { - "self": "/trips/61912018" + "self": "/stops/1850" }, "relationships": { - "route": { - "data": { - "id": "749", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "749-_-0", - "type": "route_pattern" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=1850" } }, - "service": { - "data": { - "id": "SpringWeekday", - "type": "service" - } + "parent_station": { + "data": null }, - "shape": { + "zone": { "data": { - "id": "7490037", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "49001", - "type": "stop" - }, - { - "id": "8279", - "type": "stop" - }, - { - "id": "49002", - "type": "stop" - }, - { - "id": "49003", - "type": "stop" - }, - { - "id": "5098", - "type": "stop" - }, - { - "id": "5100", - "type": "stop" - }, - { - "id": "19402", - "type": "stop" - }, - { - "id": "15176", - "type": "stop" - }, - { - "id": "55", - "type": "stop" - }, - { - "id": "60", - "type": "stop" - }, - { - "id": "61", - "type": "stop" - }, - { - "id": "64", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "231", + "id": "4490", "links": { - "self": "/stops/231" + "self": "/stops/4490" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=231" + "related": "/facilities/?filter[stop]=4490" } }, "parent_station": { @@ -161785,14 +161633,14 @@ }, { "attributes": {}, - "id": "1582", + "id": "5804", "links": { - "self": "/stops/1582" + "self": "/stops/5804" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1582" + "related": "/facilities/?filter[stop]=5804" } }, "parent_station": { @@ -161808,119 +161656,220 @@ "type": "stop" }, { - "attributes": {}, - "id": "969", + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Bowdoin", + "Wonderland" + ], + "direction_names": [ + "West", + "East" + ], + "long_name": "Airport - Government Center (Local)", + "short_name": "Blue Line Shuttle", + "sort_order": 60208, + "text_color": "000000", + "type": 3 + }, + "id": "Shuttle-AirportGovernmentCenterLocal", "links": { - "self": "/stops/969" + "self": "/routes/Shuttle-AirportGovernmentCenterLocal" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=969" + "agency": { + "data": { + "id": "1", + "type": "agency" } }, - "parent_station": { - "data": null - }, - "zone": { + "line": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "line-Blue", + "type": "line" } } }, - "type": "stop" + "type": "route" }, { "attributes": { "direction_id": 1, - "headsign": "Downtown" + "headsign": "Squantum" }, - "id": "61869472", + "id": "67290611", "links": { - "self": "/trips/61869472" + "self": "/trips/67290611" }, "relationships": { "route": { "data": { - "id": "92", + "id": "211", "type": "route" } }, "route_pattern": { "data": { - "id": "92-4-1", + "id": "211-_-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "920152", + "id": "2110155", "type": "shape" } }, "stops": { "data": [ { - "id": "29009", + "id": "32005", "type": "stop" }, { - "id": "12821", + "id": "3093", "type": "stop" }, { - "id": "2821", + "id": "3094", "type": "stop" }, { - "id": "2822", + "id": "3096", "type": "stop" }, { - "id": "2823", + "id": "3476", "type": "stop" }, { - "id": "2824", + "id": "3455", "type": "stop" }, { - "id": "2825", + "id": "3458", "type": "stop" }, { - "id": "12826", + "id": "3106", "type": "stop" }, { - "id": "2827", + "id": "3107", "type": "stop" }, { - "id": "28281", + "id": "3108", "type": "stop" }, { - "id": "83091", + "id": "3109", "type": "stop" }, { - "id": "204", + "id": "3110", "type": "stop" }, { - "id": "65471", + "id": "3111", "type": "stop" }, { - "id": "6548", + "id": "3113", + "type": "stop" + }, + { + "id": "3114", + "type": "stop" + }, + { + "id": "3115", + "type": "stop" + }, + { + "id": "3116", + "type": "stop" + }, + { + "id": "3117", + "type": "stop" + }, + { + "id": "3118", + "type": "stop" + }, + { + "id": "3119", + "type": "stop" + }, + { + "id": "3121", + "type": "stop" + }, + { + "id": "3122", + "type": "stop" + }, + { + "id": "3123", + "type": "stop" + }, + { + "id": "3124", + "type": "stop" + }, + { + "id": "3125", + "type": "stop" + }, + { + "id": "3126", + "type": "stop" + }, + { + "id": "3128", + "type": "stop" + }, + { + "id": "3129", + "type": "stop" + }, + { + "id": "3131", + "type": "stop" + }, + { + "id": "3133", + "type": "stop" + }, + { + "id": "3134", + "type": "stop" + }, + { + "id": "3135", + "type": "stop" + }, + { + "id": "3136", + "type": "stop" + }, + { + "id": "3140", + "type": "stop" + }, + { + "id": "3141", + "type": "stop" + }, + { + "id": "13142", "type": "stop" } ] @@ -161928,119 +161877,16 @@ }, "type": "trip" }, - { - "attributes": { - "color": "7C878E", - "direction_destinations": [ - "Logan Airport Terminals", - "South Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Logan Airport Terminals - South Station", - "short_name": "SL1", - "sort_order": 10051, - "text_color": "FFFFFF", - "type": 3 - }, - "id": "741", - "links": { - "self": "/routes/741" - }, - "relationships": { - "line": { - "data": { - "id": "line-SLWaterfront", - "type": "line" - } - } - }, - "type": "route" - }, - { - "attributes": {}, - "id": "9164", - "links": { - "self": "/stops/9164" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=9164" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "2723", - "links": { - "self": "/stops/2723" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=2723" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "6418", - "links": { - "self": "/stops/6418" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=6418" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, { "attributes": {}, - "id": "524", + "id": "6675", "links": { - "self": "/stops/524" + "self": "/stops/6675" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=524" + "related": "/facilities/?filter[stop]=6675" } }, "parent_station": { @@ -162056,419 +161902,352 @@ "type": "stop" }, { - "attributes": {}, - "id": "2467", - "links": { - "self": "/stops/2467" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=2467" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } + "attributes": { + "direction_id": 0, + "headsign": "Government Center (Shuttle)" }, - "type": "stop" - }, - { - "attributes": {}, - "id": "107", + "id": "GreenDGovernmentCenterUnionSquare-0-sample", "links": { - "self": "/stops/107" + "self": "/trips/GreenDGovernmentCenterUnionSquare-0-sample" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=107" - } - }, - "parent_station": { - "data": null - }, - "zone": { + "route": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "12468", - "links": { - "self": "/stops/12468" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=12468" + "id": "Shuttle-GovernmentCenterUnionSquare", + "type": "route" } }, - "parent_station": { - "data": null - }, - "zone": { + "route_pattern": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "5935", - "links": { - "self": "/stops/5935" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=5935" + "id": "Shuttle-GovernmentCenterUnionSquare-0-0", + "type": "route_pattern" } }, - "parent_station": { - "data": null - }, - "zone": { + "service": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "129", - "links": { - "self": "/stops/129" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=129" + "id": "canonical", + "type": "service" } }, - "parent_station": { - "data": null - }, - "zone": { + "shape": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "1195", - "links": { - "self": "/stops/1195" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=1195" + "id": "UnionSquareToGovernmentCenter-S", + "type": "shape" } }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } + "stops": { + "data": [ + { + "id": "9070503", + "type": "stop" + }, + { + "id": "9070501", + "type": "stop" + }, + { + "id": "9070093", + "type": "stop" + }, + { + "id": "9170206", + "type": "stop" + }, + { + "id": "9070024", + "type": "stop" + }, + { + "id": "4510", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": { "direction_id": 1, - "headsign": "Quincy Center" + "headsign": "Central Square via Square One Mall" }, - "id": "61929312", + "id": "67202530", "links": { - "self": "/trips/61929312" + "self": "/trips/67202530" }, "relationships": { "route": { "data": { - "id": "238", + "id": "429", "type": "route" } }, "route_pattern": { "data": { - "id": "238-7-1", + "id": "429-_-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "2380228", + "id": "4290261", "type": "shape" } }, "stops": { "data": [ { - "id": "4277", + "id": "6267", "type": "stop" }, { - "id": "4063", + "id": "7415", "type": "stop" }, { - "id": "4061", + "id": "7417", "type": "stop" }, { - "id": "4064", + "id": "7418", "type": "stop" }, { - "id": "4062", + "id": "7419", "type": "stop" }, { - "id": "4065", + "id": "17419", "type": "stop" }, { - "id": "4066", + "id": "7420", "type": "stop" }, { - "id": "4069", + "id": "7422", "type": "stop" }, { - "id": "4071", + "id": "17422", "type": "stop" }, { - "id": "4072", + "id": "7423", "type": "stop" }, { - "id": "4074", + "id": "7424", "type": "stop" }, { - "id": "4075", + "id": "7426", "type": "stop" }, { - "id": "4076", + "id": "7427", "type": "stop" }, { - "id": "4078", + "id": "7428", "type": "stop" }, { - "id": "4079", + "id": "7516", "type": "stop" }, { - "id": "4080", + "id": "7517", "type": "stop" }, { - "id": "4081", + "id": "7518", "type": "stop" }, { - "id": "4082", + "id": "7519", "type": "stop" }, { - "id": "4083", + "id": "7520", "type": "stop" }, { - "id": "4084", + "id": "7521", "type": "stop" }, { - "id": "4085", + "id": "7522", "type": "stop" }, { - "id": "4086", + "id": "7523", "type": "stop" }, { - "id": "4017", + "id": "7525", "type": "stop" }, { - "id": "4020", + "id": "47526", "type": "stop" }, { - "id": "4019", + "id": "47527", "type": "stop" }, { - "id": "4087", + "id": "7529", "type": "stop" }, { - "id": "4088", + "id": "67202", "type": "stop" }, { - "id": "4089", + "id": "6727", "type": "stop" }, { - "id": "4092", + "id": "6729", "type": "stop" }, { - "id": "4093", + "id": "16730", "type": "stop" }, { - "id": "4094", + "id": "6733", "type": "stop" }, { - "id": "4095", + "id": "6734", "type": "stop" }, { - "id": "4096", + "id": "6735", "type": "stop" }, { - "id": "4097", + "id": "6736", "type": "stop" }, { - "id": "4098", + "id": "6737", "type": "stop" }, { - "id": "4099", + "id": "6738", "type": "stop" }, { - "id": "4100", + "id": "6739", "type": "stop" }, { - "id": "4101", + "id": "16739", "type": "stop" }, { - "id": "4102", + "id": "6741", "type": "stop" }, { - "id": "4103", + "id": "6742", "type": "stop" }, { - "id": "41032", + "id": "6744", "type": "stop" }, { - "id": "41033", + "id": "6746", "type": "stop" }, { - "id": "41031", + "id": "6747", "type": "stop" }, { - "id": "3943", + "id": "6749", "type": "stop" }, { - "id": "3944", + "id": "6751", "type": "stop" }, { - "id": "3945", + "id": "6752", "type": "stop" }, { - "id": "3946", + "id": "6754", "type": "stop" }, { - "id": "3947", + "id": "6755", "type": "stop" }, { - "id": "3948", + "id": "6756", "type": "stop" }, { - "id": "3949", + "id": "6757", "type": "stop" }, { - "id": "3950", + "id": "6758", "type": "stop" }, { - "id": "3959", + "id": "6760", "type": "stop" }, { - "id": "3418", + "id": "6761", "type": "stop" }, { - "id": "3420", + "id": "6762", "type": "stop" }, { - "id": "3422", + "id": "6764", "type": "stop" }, { - "id": "3423", + "id": "7309", "type": "stop" }, { - "id": "33241", + "id": "7310", "type": "stop" }, { - "id": "32000", + "id": "7311", "type": "stop" }, { - "id": "32003", + "id": "7312", + "type": "stop" + }, + { + "id": "6827", + "type": "stop" + }, + { + "id": "6773", + "type": "stop" + }, + { + "id": "14748", "type": "stop" } ] @@ -162478,55 +162257,14 @@ }, { "attributes": {}, - "id": "70154", - "links": { - "self": "/stops/70154" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=70154" - } - }, - "parent_station": { - "data": { - "id": "place-coecl", - "type": "stop" - } - }, - "zone": { - "data": { - "id": "RapidTransit", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": { - "color": "FFC72C", - "long_name": "Spring Hill - Kendall/MIT", - "short_name": "85", - "sort_order": 50850, - "text_color": "000000" - }, - "id": "line-85", - "links": { - "self": "/lines/line-85" - }, - "type": "line" - }, - { - "attributes": {}, - "id": "5642", + "id": "588", "links": { - "self": "/stops/5642" + "self": "/stops/588" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5642" + "related": "/facilities/?filter[stop]=588" } }, "parent_station": { @@ -162543,14 +162281,14 @@ }, { "attributes": {}, - "id": "7289", + "id": "3874", "links": { - "self": "/stops/7289" + "self": "/stops/3874" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7289" + "related": "/facilities/?filter[stop]=3874" } }, "parent_station": { @@ -162567,14 +162305,14 @@ }, { "attributes": {}, - "id": "4341", + "id": "1845", "links": { - "self": "/stops/4341" + "self": "/stops/1845" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4341" + "related": "/facilities/?filter[stop]=1845" } }, "parent_station": { @@ -162590,111 +162328,182 @@ "type": "stop" }, { - "attributes": {}, - "id": "88618", + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Bowdoin", + "Wonderland" + ], + "direction_names": [ + "West", + "East" + ], + "long_name": "Wonderland - Orient Heights", + "short_name": "Blue Line Shuttle", + "sort_order": 62350, + "text_color": "000000", + "type": 3 + }, + "id": "Shuttle-OrientHeightsWonderland", "links": { - "self": "/stops/88618" + "self": "/routes/Shuttle-OrientHeightsWonderland" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=88618" + "agency": { + "data": { + "id": "1", + "type": "agency" } }, - "parent_station": { - "data": null - }, - "zone": { + "line": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "line-Blue", + "type": "line" } } }, - "type": "stop" + "type": "route" }, { - "attributes": {}, - "id": "109900", + "attributes": { + "direction_id": 0, + "headsign": "Rockport" + }, + "id": "canonical-CR-Newburyport-C2-0", "links": { - "self": "/stops/109900" + "self": "/trips/canonical-CR-Newburyport-C2-0" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=109900" + "route": { + "data": { + "id": "CR-Newburyport", + "type": "route" } }, - "parent_station": { - "data": null - }, - "zone": { + "route_pattern": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "3287", - "links": { - "self": "/stops/3287" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=3287" + "id": "CR-Newburyport-5967b204-0", + "type": "route_pattern" } }, - "parent_station": { - "data": null + "service": { + "data": { + "id": "canonical", + "type": "service" + } }, - "zone": { + "shape": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "canonical-9810007", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "BNT-0000", + "type": "stop" + }, + { + "id": "ER-0042-01", + "type": "stop" + }, + { + "id": "ER-0099-01", + "type": "stop" + }, + { + "id": "ER-0117-01", + "type": "stop" + }, + { + "id": "ER-0128-01", + "type": "stop" + }, + { + "id": "ER-0168-S", + "type": "stop" + }, + { + "id": "ER-0183-01", + "type": "stop" + }, + { + "id": "GB-0198-01", + "type": "stop" + }, + { + "id": "GB-0229-01", + "type": "stop" + }, + { + "id": "GB-0254-01", + "type": "stop" + }, + { + "id": "GB-0296-01", + "type": "stop" + }, + { + "id": "GB-0316-S", + "type": "stop" + }, + { + "id": "GB-0353-S", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { - "attributes": {}, - "id": "5825", + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Central Square, Lynn", + "Haymarket or Wonderland Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Central Square, Lynn - Haymarket or Wonderland Station", + "short_name": "426", + "sort_order": 54260, + "text_color": "000000", + "type": 3 + }, + "id": "426", "links": { - "self": "/stops/5825" + "self": "/routes/426" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=5825" + "agency": { + "data": { + "id": "1", + "type": "agency" } }, - "parent_station": { - "data": null - }, - "zone": { + "line": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "line-426428", + "type": "line" } } }, - "type": "stop" + "type": "route" }, { "attributes": {}, - "id": "9156", + "id": "1489", "links": { - "self": "/stops/9156" + "self": "/stops/1489" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9156" + "related": "/facilities/?filter[stop]=1489" } }, "parent_station": { @@ -162711,14 +162520,14 @@ }, { "attributes": {}, - "id": "85564", + "id": "5676", "links": { - "self": "/stops/85564" + "self": "/stops/5676" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=85564" + "related": "/facilities/?filter[stop]=5676" } }, "parent_station": { @@ -162734,63 +162543,64 @@ "type": "stop" }, { - "attributes": {}, - "id": "49704", + "attributes": { + "direction_id": 0, + "headsign": "Boston Landing (Express shuttle)" + }, + "id": "BostonLandingSouthStationExpress-0-sample", "links": { - "self": "/stops/49704" + "self": "/trips/BostonLandingSouthStationExpress-0-sample" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=49704" + "route": { + "data": { + "id": "Shuttle-BostonLandingSouthStationExpress", + "type": "route" } }, - "parent_station": { - "data": null - }, - "zone": { + "route_pattern": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "8259", - "links": { - "self": "/stops/8259" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=8259" + "id": "Shuttle-BostonLandingSouthStationExpress-0-0", + "type": "route_pattern" } }, - "parent_station": { - "data": null + "service": { + "data": { + "id": "canonical", + "type": "service" + } }, - "zone": { + "shape": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "SouthStationToBostonLandingExpress-S", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "NEC-2287-B", + "type": "stop" + }, + { + "id": "WML-0035-B", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "4940", + "id": "8450", "links": { - "self": "/stops/4940" + "self": "/stops/8450" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4940" + "related": "/facilities/?filter[stop]=8450" } }, "parent_station": { @@ -162807,14 +162617,14 @@ }, { "attributes": {}, - "id": "1342", + "id": "3937", "links": { - "self": "/stops/1342" + "self": "/stops/3937" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1342" + "related": "/facilities/?filter[stop]=3937" } }, "parent_station": { @@ -162830,303 +162640,207 @@ "type": "stop" }, { - "attributes": {}, - "id": "7242", + "attributes": { + "direction_id": 1, + "headsign": "Kenmore via South Bay Center" + }, + "id": "66653089", "links": { - "self": "/stops/7242" + "self": "/trips/66653089" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=7242" + "route": { + "data": { + "id": "8", + "type": "route" } }, - "parent_station": { - "data": null - }, - "zone": { + "route_pattern": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "131", - "links": { - "self": "/stops/131" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=131" + "id": "8-9-1", + "type": "route_pattern" } }, - "parent_station": { - "data": null + "service": { + "data": { + "id": "WinterWeekday", + "type": "service" + } }, - "zone": { + "shape": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "8848", - "links": { - "self": "/stops/8848" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=8848" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "WR-0163-B1", - "links": { - "self": "/stops/WR-0163-B1" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=WR-0163-B1" - } - }, - "parent_station": { - "data": { - "id": "place-WR-0163", - "type": "stop" - } - }, - "zone": { - "data": null - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "212", - "links": { - "self": "/stops/212" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=212" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "1147", - "links": { - "self": "/stops/1147" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=1147" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": { - "direction_id": 1, - "headsign": "East Milton" - }, - "id": "61928802", - "links": { - "self": "/trips/61928802" - }, - "relationships": { - "route": { - "data": { - "id": "215", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "215-7-1", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "SpringWeekday", - "type": "service" - } - }, - "shape": { - "data": { - "id": "2150195", - "type": "shape" + "id": "080262", + "type": "shape" } }, "stops": { "data": [ { - "id": "32003", + "id": "111", "type": "stop" }, { - "id": "3326", + "id": "31111", "type": "stop" }, { - "id": "3327", + "id": "41111", "type": "stop" }, { - "id": "3328", + "id": "51111", "type": "stop" }, { - "id": "3330", + "id": "121", "type": "stop" }, { - "id": "3331", + "id": "122", "type": "stop" }, { - "id": "3333", + "id": "123", "type": "stop" }, { - "id": "3332", + "id": "124", "type": "stop" }, { - "id": "3335", + "id": "125", "type": "stop" }, { - "id": "3336", + "id": "29049", "type": "stop" }, { - "id": "3337", + "id": "29051", "type": "stop" }, { - "id": "3338", + "id": "29052", "type": "stop" }, { - "id": "3339", + "id": "9955", "type": "stop" }, { - "id": "3341", + "id": "128", "type": "stop" }, { - "id": "3342", + "id": "9960", "type": "stop" }, { - "id": "3343", + "id": "10", "type": "stop" }, { - "id": "3344", + "id": "10014", "type": "stop" }, { - "id": "3345", + "id": "10005", "type": "stop" }, { - "id": "3347", + "id": "10015", "type": "stop" }, { - "id": "3348", + "id": "1790", "type": "stop" }, { - "id": "3349", + "id": "1791", "type": "stop" }, { - "id": "3350", + "id": "11792", "type": "stop" }, { - "id": "3351", + "id": "62", "type": "stop" }, { - "id": "3352", + "id": "63", "type": "stop" }, { - "id": "3353", + "id": "64", "type": "stop" }, { - "id": "3354", + "id": "1", "type": "stop" }, { - "id": "3355", + "id": "2", "type": "stop" }, { - "id": "3356", + "id": "11", "type": "stop" }, { - "id": "3358", + "id": "17863", "type": "stop" }, { - "id": "3359", + "id": "1798", + "type": "stop" + }, + { + "id": "1799", + "type": "stop" + }, + { + "id": "11799", + "type": "stop" + }, + { + "id": "11802", + "type": "stop" + }, + { + "id": "11803", + "type": "stop" + }, + { + "id": "1804", + "type": "stop" + }, + { + "id": "1805", + "type": "stop" + }, + { + "id": "1806", + "type": "stop" + }, + { + "id": "9441", + "type": "stop" + }, + { + "id": "1562", + "type": "stop" + }, + { + "id": "1563", + "type": "stop" + }, + { + "id": "1564", + "type": "stop" + }, + { + "id": "899", "type": "stop" } ] @@ -163136,14 +162850,14 @@ }, { "attributes": {}, - "id": "5934", + "id": "45003", "links": { - "self": "/stops/5934" + "self": "/stops/45003" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5934" + "related": "/facilities/?filter[stop]=45003" } }, "parent_station": { @@ -163160,14 +162874,14 @@ }, { "attributes": {}, - "id": "3702", + "id": "81442", "links": { - "self": "/stops/3702" + "self": "/stops/81442" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3702" + "related": "/facilities/?filter[stop]=81442" } }, "parent_station": { @@ -163184,14 +162898,14 @@ }, { "attributes": {}, - "id": "26618", + "id": "6861", "links": { - "self": "/stops/26618" + "self": "/stops/6861" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=26618" + "related": "/facilities/?filter[stop]=6861" } }, "parent_station": { @@ -163208,14 +162922,14 @@ }, { "attributes": {}, - "id": "7854", + "id": "12636", "links": { - "self": "/stops/7854" + "self": "/stops/12636" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7854" + "related": "/facilities/?filter[stop]=12636" } }, "parent_station": { @@ -163232,14 +162946,14 @@ }, { "attributes": {}, - "id": "4537", + "id": "3523", "links": { - "self": "/stops/4537" + "self": "/stops/3523" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4537" + "related": "/facilities/?filter[stop]=3523" } }, "parent_station": { @@ -163254,93 +162968,16 @@ }, "type": "stop" }, - { - "attributes": { - "direction_id": 1, - "headsign": "South Station" - }, - "id": "CR-670302-862", - "links": { - "self": "/trips/CR-670302-862" - }, - "relationships": { - "route": { - "data": { - "id": "CR-Providence", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "CR-Providence-dc0794ca-1", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "SPRING2024-SOUTHWKD-Weekday-1-Scbbf1ea5", - "type": "service" - } - }, - "shape": { - "data": { - "id": "9890003", - "type": "shape" - } - }, - "stops": { - "data": [ - { - "id": "SB-0189-S", - "type": "stop" - }, - { - "id": "SB-0156-S", - "type": "stop" - }, - { - "id": "SB-0150-06", - "type": "stop" - }, - { - "id": "NEC-2173-02", - "type": "stop" - }, - { - "id": "NEC-2192-02", - "type": "stop" - }, - { - "id": "NEC-2203-02", - "type": "stop" - }, - { - "id": "NEC-2265-02", - "type": "stop" - }, - { - "id": "NEC-2276-02", - "type": "stop" - }, - { - "id": "NEC-2287", - "type": "stop" - } - ] - } - }, - "type": "trip" - }, { "attributes": {}, - "id": "6154", + "id": "584", "links": { - "self": "/stops/6154" + "self": "/stops/584" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6154" + "related": "/facilities/?filter[stop]=584" } }, "parent_station": { @@ -163357,14 +162994,14 @@ }, { "attributes": {}, - "id": "3842", + "id": "7896", "links": { - "self": "/stops/3842" + "self": "/stops/7896" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3842" + "related": "/facilities/?filter[stop]=7896" } }, "parent_station": { @@ -163380,39 +163017,29 @@ "type": "stop" }, { - "attributes": {}, - "id": "WML-0091-B0", - "links": { - "self": "/stops/WML-0091-B0" + "attributes": { + "color": "FFC72C", + "long_name": "Liberty Tree Mall or Peabody - Central Square, Lynn or Neptune Towers", + "short_name": "434/435/436", + "sort_order": 54340, + "text_color": "000000" }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=WML-0091-B0" - } - }, - "parent_station": { - "data": { - "id": "place-WML-0091", - "type": "stop" - } - }, - "zone": { - "data": null - } + "id": "line-434435436", + "links": { + "self": "/lines/line-434435436" }, - "type": "stop" + "type": "line" }, { "attributes": {}, - "id": "11689", + "id": "11592", "links": { - "self": "/stops/11689" + "self": "/stops/11592" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=11689" + "related": "/facilities/?filter[stop]=11592" } }, "parent_station": { @@ -163429,14 +163056,14 @@ }, { "attributes": {}, - "id": "1295", + "id": "1042", "links": { - "self": "/stops/1295" + "self": "/stops/1042" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1295" + "related": "/facilities/?filter[stop]=1042" } }, "parent_station": { @@ -163454,367 +163081,189 @@ { "attributes": { "direction_id": 1, - "headsign": "Orient Heights" + "headsign": "Central Square" }, - "id": "61940835", + "id": "67227746", "links": { - "self": "/trips/61940835" + "self": "/trips/67227746" }, "relationships": { "route": { "data": { - "id": "713", + "id": "436", "type": "route" } }, "route_pattern": { "data": { - "id": "713-1-1", + "id": "436-2-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "BUS12025-hbl15hl6-Saturday-02", "type": "service" } }, "shape": { "data": { - "id": "7130069", + "id": "4360230", "type": "shape" } }, "stops": { "data": [ { - "id": "109898", - "type": "stop" - }, - { - "id": "109883", - "type": "stop" - }, - { - "id": "109884", - "type": "stop" - }, - { - "id": "109885", - "type": "stop" - }, - { - "id": "109886", - "type": "stop" - }, - { - "id": "109887", - "type": "stop" - }, - { - "id": "109888", - "type": "stop" - }, - { - "id": "109890", - "type": "stop" - }, - { - "id": "109891", - "type": "stop" - }, - { - "id": "109892", - "type": "stop" - }, - { - "id": "109893", + "id": "7341", "type": "stop" }, { - "id": "109894", + "id": "7342", "type": "stop" }, { - "id": "109896", + "id": "7343", "type": "stop" }, { - "id": "109835", + "id": "7344", "type": "stop" }, { - "id": "109836", + "id": "7345", "type": "stop" }, { - "id": "109838", + "id": "7346", "type": "stop" }, { - "id": "15880", - "type": "stop" - } - ] - } - }, - "type": "trip" - }, - { - "attributes": {}, - "id": "43551", - "links": { - "self": "/stops/43551" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=43551" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": { - "direction_id": 1, - "headsign": "South Station" - }, - "id": "CR-670300-860", - "links": { - "self": "/trips/CR-670300-860" - }, - "relationships": { - "route": { - "data": { - "id": "CR-Providence", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "CR-Providence-6cae46be-1", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "SPRING2024-SOUTHWKD-Weekday-1-Scbbf1ea5", - "type": "service" - } - }, - "shape": { - "data": { - "id": "9890003", - "type": "shape" - } - }, - "stops": { - "data": [ - { - "id": "SB-0189-S", + "id": "17347", "type": "stop" }, { - "id": "SB-0156-S", + "id": "7348", "type": "stop" }, { - "id": "SB-0150-06", + "id": "7349", "type": "stop" }, { - "id": "NEC-2173-02", + "id": "7350", "type": "stop" }, { - "id": "NEC-2203-02", + "id": "7352", "type": "stop" }, { - "id": "NEC-2265-02", + "id": "7353", "type": "stop" }, { - "id": "NEC-2276-02", + "id": "17354", "type": "stop" }, { - "id": "NEC-2287", - "type": "stop" - } - ] - } - }, - "type": "trip" - }, - { - "attributes": {}, - "id": "983", - "links": { - "self": "/stops/983" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=983" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": { - "direction_id": 1, - "headsign": "Central Square" - }, - "id": "61849018", - "links": { - "self": "/trips/61849018" - }, - "relationships": { - "route": { - "data": { - "id": "83", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "83-1-1", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "SpringWeekday", - "type": "service" - } - }, - "shape": { - "data": { - "id": "830123", - "type": "shape" - } - }, - "stops": { - "data": [ - { - "id": "2425", + "id": "7355", "type": "stop" }, { - "id": "2426", + "id": "7356", "type": "stop" }, { - "id": "2427", + "id": "7357", "type": "stop" }, { - "id": "2428", + "id": "7359", "type": "stop" }, { - "id": "24281", + "id": "7292", "type": "stop" }, { - "id": "2429", + "id": "7293", "type": "stop" }, { - "id": "2299", + "id": "7294", "type": "stop" }, { - "id": "2300", + "id": "7295", "type": "stop" }, { - "id": "2430", + "id": "7296", "type": "stop" }, { - "id": "2431", + "id": "7297", "type": "stop" }, { - "id": "2432", + "id": "7298", "type": "stop" }, { - "id": "2589", + "id": "7299", "type": "stop" }, { - "id": "2590", + "id": "7300", "type": "stop" }, { - "id": "2591", + "id": "7369", "type": "stop" }, { - "id": "2433", + "id": "7370", "type": "stop" }, { - "id": "2435", + "id": "7371", "type": "stop" }, { - "id": "2436", + "id": "7372", "type": "stop" }, { - "id": "2437", + "id": "7373", "type": "stop" }, { - "id": "2438", + "id": "7374", "type": "stop" }, { - "id": "2439", + "id": "17231", "type": "stop" }, { - "id": "2440", + "id": "7233", "type": "stop" }, { - "id": "2441", + "id": "7234", "type": "stop" }, { - "id": "2442", + "id": "7237", "type": "stop" }, { - "id": "2443", + "id": "6772", "type": "stop" }, { - "id": "2444", + "id": "14748", "type": "stop" } ] @@ -163824,14 +163273,14 @@ }, { "attributes": {}, - "id": "851", + "id": "44330", "links": { - "self": "/stops/851" + "self": "/stops/44330" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=851" + "related": "/facilities/?filter[stop]=44330" } }, "parent_station": { @@ -163847,64 +163296,39 @@ "type": "stop" }, { - "attributes": { - "direction_id": 0, - "headsign": "Ashland (Shuttle)" - }, - "id": "AshlandClosedFraminghamShuttle-0-sample", + "attributes": {}, + "id": "362", "links": { - "self": "/trips/AshlandClosedFraminghamShuttle-0-sample" + "self": "/stops/362" }, "relationships": { - "route": { - "data": { - "id": "Shuttle-AshlandFramingham", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Shuttle-AshlandFramingham-0-0", - "type": "route_pattern" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=362" } }, - "service": { - "data": { - "id": "canonical", - "type": "service" - } + "parent_station": { + "data": null }, - "shape": { + "zone": { "data": { - "id": "FraminghamToAshland-S", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "WML-0214-B", - "type": "stop" - }, - { - "id": "WML-0252-B", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "7722", + "id": "7395", "links": { - "self": "/stops/7722" + "self": "/stops/7395" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7722" + "related": "/facilities/?filter[stop]=7395" } }, "parent_station": { @@ -163921,14 +163345,14 @@ }, { "attributes": {}, - "id": "4743", + "id": "1518", "links": { - "self": "/stops/4743" + "self": "/stops/1518" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4743" + "related": "/facilities/?filter[stop]=1518" } }, "parent_station": { @@ -163946,77 +163370,149 @@ { "attributes": { "direction_id": 1, - "headsign": "Forest Hills (Shuttle)" + "headsign": "Kendall/MIT" }, - "id": "CR-FHNwtnHghldsShuttle-SummerWeekday-1-05:00:00", + "id": "67008206", "links": { - "self": "/trips/CR-FHNwtnHghldsShuttle-SummerWeekday-1-05%3A00%3A00" + "self": "/trips/67008206" }, "relationships": { "route": { "data": { - "id": "Shuttle-ForestHillsNewtonHighlands", + "id": "64", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-ForestHillsNewtonHighlands-0-1", + "id": "64-6-1", "type": "route_pattern" } }, "service": { "data": { - "id": "CR-FHNwtnHghldsShuttle-SummerWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "NewtonHighlandsToForestHills-S", + "id": "640187", "type": "shape" } }, "stops": { "data": [ { - "id": "9070168", + "id": "1214", "type": "stop" }, { - "id": "NB-0137-B1", + "id": "1094", "type": "stop" }, { - "id": "NB-0127-B1", + "id": "1100", "type": "stop" }, { - "id": "91852", + "id": "1102", "type": "stop" }, { - "id": "NB-0109-B1", + "id": "1103", "type": "stop" }, { - "id": "NB-0080-B3", + "id": "1104", "type": "stop" }, { - "id": "NB-0076-B1", + "id": "1105", "type": "stop" }, { - "id": "NB-0072-B1", + "id": "1040", "type": "stop" }, { - "id": "NB-0064-B2", + "id": "11070", "type": "stop" }, { - "id": "10642", + "id": "11071", + "type": "stop" + }, + { + "id": "1110", + "type": "stop" + }, + { + "id": "1111", + "type": "stop" + }, + { + "id": "1112", + "type": "stop" + }, + { + "id": "1114", + "type": "stop" + }, + { + "id": "1115", + "type": "stop" + }, + { + "id": "1116", + "type": "stop" + }, + { + "id": "1055", + "type": "stop" + }, + { + "id": "1056", + "type": "stop" + }, + { + "id": "1057", + "type": "stop" + }, + { + "id": "1058", + "type": "stop" + }, + { + "id": "1059", + "type": "stop" + }, + { + "id": "2446", + "type": "stop" + }, + { + "id": "2447", + "type": "stop" + }, + { + "id": "24481", + "type": "stop" + }, + { + "id": "24483", + "type": "stop" + }, + { + "id": "24484", + "type": "stop" + }, + { + "id": "24485", + "type": "stop" + }, + { + "id": "2231", "type": "stop" } ] @@ -164026,14 +163522,14 @@ }, { "attributes": {}, - "id": "14615", + "id": "2284", "links": { - "self": "/stops/14615" + "self": "/stops/2284" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=14615" + "related": "/facilities/?filter[stop]=2284" } }, "parent_station": { @@ -164050,14 +163546,14 @@ }, { "attributes": {}, - "id": "2428", + "id": "89610", "links": { - "self": "/stops/2428" + "self": "/stops/89610" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2428" + "related": "/facilities/?filter[stop]=89610" } }, "parent_station": { @@ -164074,18 +163570,21 @@ }, { "attributes": {}, - "id": "1923", + "id": "32003", "links": { - "self": "/stops/1923" + "self": "/stops/32003" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1923" + "related": "/facilities/?filter[stop]=32003" } }, "parent_station": { - "data": null + "data": { + "id": "place-qnctr", + "type": "stop" + } }, "zone": { "data": { @@ -164097,80 +163596,39 @@ "type": "stop" }, { - "attributes": { - "direction_id": 0, - "headsign": "Framingham (Shuttle)" - }, - "id": "FraminghamSouthStationExpressShuttle-0-sample", + "attributes": {}, + "id": "8331", "links": { - "self": "/trips/FraminghamSouthStationExpressShuttle-0-sample" + "self": "/stops/8331" }, "relationships": { - "route": { - "data": { - "id": "Shuttle-FraminghamSouthStationExpress", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Shuttle-FraminghamSouthStationExpress-0-0", - "type": "route_pattern" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=8331" } }, - "service": { - "data": { - "id": "canonical", - "type": "service" - } + "parent_station": { + "data": null }, - "shape": { + "zone": { "data": { - "id": "SouthStationToFramingham-S", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "NEC-2287-B", - "type": "stop" - }, - { - "id": "WML-0135-B0", - "type": "stop" - }, - { - "id": "WML-0147-B0", - "type": "stop" - }, - { - "id": "WML-0177-B0", - "type": "stop" - }, - { - "id": "WML-0199-B0", - "type": "stop" - }, - { - "id": "WML-0214-B", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "265", + "id": "810", "links": { - "self": "/stops/265" + "self": "/stops/810" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=265" + "related": "/facilities/?filter[stop]=810" } }, "parent_station": { @@ -164186,64 +163644,39 @@ "type": "stop" }, { - "attributes": { - "direction_id": 1, - "headsign": "Central Wharf" - }, - "id": "Boat-F6-1720-Winthrop-BWN-01-Weekday-Summer-24", + "attributes": {}, + "id": "385", "links": { - "self": "/trips/Boat-F6-1720-Winthrop-BWN-01-Weekday-Summer-24" + "self": "/stops/385" }, "relationships": { - "route": { - "data": { - "id": "Boat-F6", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Boat-F6-6-1", - "type": "route_pattern" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=385" } }, - "service": { - "data": { - "id": "Boat-F6-Weekday-Summer-24", - "type": "service" - } + "parent_station": { + "data": null }, - "shape": { + "zone": { "data": { - "id": "WinthropToCentralWharf-F", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "Boat-Winthrop", - "type": "stop" - }, - { - "id": "Boat-Aquarium", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "1740", + "id": "3058", "links": { - "self": "/stops/1740" + "self": "/stops/3058" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1740" + "related": "/facilities/?filter[stop]=3058" } }, "parent_station": { @@ -164261,146 +163694,313 @@ { "attributes": { "direction_id": 0, - "headsign": "Littleton/Route 495" + "headsign": "Bedford VA" }, - "id": "CR-660374-481", + "id": "67009357", "links": { - "self": "/trips/CR-660374-481" + "self": "/trips/67009357" }, "relationships": { "route": { "data": { - "id": "CR-Fitchburg", + "id": "627", "type": "route" } }, "route_pattern": { "data": { - "id": "CR-Fitchburg-acb28c6e-0", + "id": "627-6-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SPRING2024-NORTHWKD-Weekday-5", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "9840004", + "id": "620202", "type": "shape" } }, "stops": { "data": [ { - "id": "BNT-0000", + "id": "141", "type": "stop" }, { - "id": "FR-0034-01", + "id": "2482", "type": "stop" }, { - "id": "FR-0064-01", + "id": "2353", "type": "stop" }, { - "id": "FR-0074-01", + "id": "2354", "type": "stop" }, { - "id": "FR-0098-01", + "id": "2355", "type": "stop" }, { - "id": "FR-0115-01", + "id": "2356", "type": "stop" }, { - "id": "FR-0132-01", + "id": "2357", "type": "stop" }, { - "id": "FR-0167-01", + "id": "2358", "type": "stop" }, { - "id": "FR-0201-01", + "id": "2359", "type": "stop" }, { - "id": "FR-0219-01", + "id": "2360", "type": "stop" }, { - "id": "FR-0253-01", + "id": "12360", "type": "stop" }, { - "id": "FR-0301-02", + "id": "12323", "type": "stop" - } - ] - } - }, - "type": "trip" - }, - { - "attributes": { - "direction_id": 1, - "headsign": "Medford/Tufts (Shuttle)" - }, - "id": "GreenEEastSomervilleMedford-1-sample", - "links": { - "self": "/trips/GreenEEastSomervilleMedford-1-sample" - }, - "relationships": { - "route": { - "data": { - "id": "Shuttle-EastSomervilleMedford", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Shuttle-EastSomervilleMedford-0-1", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "canonical", - "type": "service" - } - }, - "shape": { - "data": { - "id": "EastSomervilleToMedford-S", - "type": "shape" - } - }, - "stops": { - "data": [ + }, { - "id": "9070513", + "id": "32358", "type": "stop" }, { - "id": "9070505", + "id": "22358", "type": "stop" }, { - "id": "2404", + "id": "7922", "type": "stop" }, { - "id": "9070509", + "id": "8428", "type": "stop" }, { - "id": "2379", + "id": "8429", + "type": "stop" + }, + { + "id": "8430", + "type": "stop" + }, + { + "id": "8431", + "type": "stop" + }, + { + "id": "8432", + "type": "stop" + }, + { + "id": "8433", + "type": "stop" + }, + { + "id": "8434", + "type": "stop" + }, + { + "id": "8435", + "type": "stop" + }, + { + "id": "8436", + "type": "stop" + }, + { + "id": "8591", + "type": "stop" + }, + { + "id": "8593", + "type": "stop" + }, + { + "id": "8595", + "type": "stop" + }, + { + "id": "8596", + "type": "stop" + }, + { + "id": "8597", + "type": "stop" + }, + { + "id": "8598", + "type": "stop" + }, + { + "id": "8599", + "type": "stop" + }, + { + "id": "8600", + "type": "stop" + }, + { + "id": "8601", + "type": "stop" + }, + { + "id": "7878", + "type": "stop" + }, + { + "id": "8437", + "type": "stop" + }, + { + "id": "8438", + "type": "stop" + }, + { + "id": "7762", + "type": "stop" + }, + { + "id": "7763", + "type": "stop" + }, + { + "id": "8602", + "type": "stop" + }, + { + "id": "8603", + "type": "stop" + }, + { + "id": "8604", + "type": "stop" + }, + { + "id": "8605", + "type": "stop" + }, + { + "id": "8606", + "type": "stop" + }, + { + "id": "8607", + "type": "stop" + }, + { + "id": "8608", + "type": "stop" + }, + { + "id": "8609", + "type": "stop" + }, + { + "id": "8610", + "type": "stop" + }, + { + "id": "8611", + "type": "stop" + }, + { + "id": "86114", + "type": "stop" + }, + { + "id": "8612", + "type": "stop" + }, + { + "id": "86121", + "type": "stop" + }, + { + "id": "86122", + "type": "stop" + }, + { + "id": "78987", + "type": "stop" + }, + { + "id": "78988", + "type": "stop" + }, + { + "id": "8453", + "type": "stop" + }, + { + "id": "8455", + "type": "stop" + }, + { + "id": "8457", + "type": "stop" + }, + { + "id": "8458", + "type": "stop" + }, + { + "id": "8459", + "type": "stop" + }, + { + "id": "8460", + "type": "stop" + }, + { + "id": "8462", + "type": "stop" + }, + { + "id": "8464", + "type": "stop" + }, + { + "id": "8465", + "type": "stop" + }, + { + "id": "8466", + "type": "stop" + }, + { + "id": "8467", + "type": "stop" + }, + { + "id": "8468", + "type": "stop" + }, + { + "id": "34879", + "type": "stop" + }, + { + "id": "17879", + "type": "stop" + }, + { + "id": "8471", "type": "stop" } ] @@ -164410,25 +164010,22 @@ }, { "attributes": {}, - "id": "ER-0312-S", + "id": "3410", "links": { - "self": "/stops/ER-0312-S" + "self": "/stops/3410" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=ER-0312-S" + "related": "/facilities/?filter[stop]=3410" } }, "parent_station": { - "data": { - "id": "place-ER-0312", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "CR-zone-7", + "id": "LocalBus", "type": "zone" } } @@ -164437,14 +164034,14 @@ }, { "attributes": {}, - "id": "26467", + "id": "1045", "links": { - "self": "/stops/26467" + "self": "/stops/1045" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=26467" + "related": "/facilities/?filter[stop]=1045" } }, "parent_station": { @@ -164461,14 +164058,14 @@ }, { "attributes": {}, - "id": "1511", + "id": "3997", "links": { - "self": "/stops/1511" + "self": "/stops/3997" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1511" + "related": "/facilities/?filter[stop]=3997" } }, "parent_station": { @@ -164484,63 +164081,100 @@ "type": "stop" }, { - "attributes": {}, - "id": "4824", + "attributes": { + "direction_id": 0, + "headsign": "Nahant" + }, + "id": "67202277", "links": { - "self": "/stops/4824" + "self": "/trips/67202277" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=4824" + "route": { + "data": { + "id": "439", + "type": "route" } }, - "parent_station": { - "data": null - }, - "zone": { + "route_pattern": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "24586", - "links": { - "self": "/stops/24586" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=24586" + "id": "439-_-0", + "type": "route_pattern" } }, - "parent_station": { - "data": null + "service": { + "data": { + "id": "WinterWeekday", + "type": "service" + } }, - "zone": { + "shape": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "4390100", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "14748", + "type": "stop" + }, + { + "id": "6600", + "type": "stop" + }, + { + "id": "6603", + "type": "stop" + }, + { + "id": "6605", + "type": "stop" + }, + { + "id": "6606", + "type": "stop" + }, + { + "id": "16606", + "type": "stop" + }, + { + "id": "6607", + "type": "stop" + }, + { + "id": "6610", + "type": "stop" + }, + { + "id": "6611", + "type": "stop" + }, + { + "id": "6612", + "type": "stop" + }, + { + "id": "6613", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "18244", + "id": "3342", "links": { - "self": "/stops/18244" + "self": "/stops/3342" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=18244" + "related": "/facilities/?filter[stop]=3342" } }, "parent_station": { @@ -164557,46 +164191,46 @@ }, { "attributes": {}, - "id": "2068", + "id": "9170151", "links": { - "self": "/stops/2068" + "self": "/stops/9170151" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2068" + "related": "/facilities/?filter[stop]=9170151" } }, "parent_station": { "data": null }, "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } + "data": null } }, "type": "stop" }, { "attributes": {}, - "id": "11323", + "id": "70129", "links": { - "self": "/stops/11323" + "self": "/stops/70129" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=11323" + "related": "/facilities/?filter[stop]=70129" } }, "parent_station": { - "data": null + "data": { + "id": "place-grigg", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -164605,14 +164239,14 @@ }, { "attributes": {}, - "id": "3614", + "id": "3994", "links": { - "self": "/stops/3614" + "self": "/stops/3994" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3614" + "related": "/facilities/?filter[stop]=3994" } }, "parent_station": { @@ -164628,42 +164262,52 @@ "type": "stop" }, { - "attributes": {}, - "id": "CM-0547-S", + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Sullivan Square Station", + "Downtown" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Sullivan Square Station - Downtown via Bunker Hill Street", + "short_name": "93", + "sort_order": 50930, + "text_color": "000000", + "type": 3 + }, + "id": "93", "links": { - "self": "/stops/CM-0547-S" + "self": "/routes/93" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=CM-0547-S" - } - }, - "parent_station": { + "agency": { "data": { - "id": "place-CM-0547", - "type": "stop" + "id": "1", + "type": "agency" } }, - "zone": { + "line": { "data": { - "id": "CF-zone-buzzards", - "type": "zone" + "id": "line-93", + "type": "line" } } }, - "type": "stop" + "type": "route" }, { "attributes": {}, - "id": "1090", + "id": "4341", "links": { - "self": "/stops/1090" + "self": "/stops/4341" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1090" + "related": "/facilities/?filter[stop]=4341" } }, "parent_station": { @@ -164680,46 +164324,182 @@ }, { "attributes": { - "direction_id": 1, - "headsign": "Pawtucket/Central Falls (Shuttle)" + "direction_id": 0, + "headsign": "Ashmont" }, - "id": "PawtucketProvidence-1-sample", + "id": "66652506", "links": { - "self": "/trips/PawtucketProvidence-1-sample" + "self": "/trips/66652506" }, "relationships": { "route": { "data": { - "id": "Shuttle-PawtucketProvidence", + "id": "45", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-PawtucketProvidence-0-1", + "id": "45-1-0", "type": "route_pattern" } }, "service": { "data": { - "id": "canonical", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "ProvidenceToPawtucketCentralFalls-S", + "id": "450165", "type": "shape" } }, "stops": { "data": [ { - "id": "NEC-1851-B1", + "id": "17863", "type": "stop" }, { - "id": "NEC-1891-B", + "id": "11257", + "type": "stop" + }, + { + "id": "1259", + "type": "stop" + }, + { + "id": "11323", + "type": "stop" + }, + { + "id": "11259", + "type": "stop" + }, + { + "id": "64000", + "type": "stop" + }, + { + "id": "1493", + "type": "stop" + }, + { + "id": "1495", + "type": "stop" + }, + { + "id": "1496", + "type": "stop" + }, + { + "id": "1577", + "type": "stop" + }, + { + "id": "1578", + "type": "stop" + }, + { + "id": "1579", + "type": "stop" + }, + { + "id": "1580", + "type": "stop" + }, + { + "id": "1581", + "type": "stop" + }, + { + "id": "1582", + "type": "stop" + }, + { + "id": "15820", + "type": "stop" + }, + { + "id": "1583", + "type": "stop" + }, + { + "id": "1584", + "type": "stop" + }, + { + "id": "1585", + "type": "stop" + }, + { + "id": "1586", + "type": "stop" + }, + { + "id": "413", + "type": "stop" + }, + { + "id": "414", + "type": "stop" + }, + { + "id": "415", + "type": "stop" + }, + { + "id": "416", + "type": "stop" + }, + { + "id": "417", + "type": "stop" + }, + { + "id": "419", + "type": "stop" + }, + { + "id": "420", + "type": "stop" + }, + { + "id": "421", + "type": "stop" + }, + { + "id": "422", + "type": "stop" + }, + { + "id": "423", + "type": "stop" + }, + { + "id": "424", + "type": "stop" + }, + { + "id": "425", + "type": "stop" + }, + { + "id": "426", + "type": "stop" + }, + { + "id": "428", + "type": "stop" + }, + { + "id": "430", + "type": "stop" + }, + { + "id": "334", "type": "stop" } ] @@ -164727,64 +164507,96 @@ }, "type": "trip" }, + { + "attributes": {}, + "id": "4923", + "links": { + "self": "/stops/4923" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=4923" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, { "attributes": { "direction_id": 1, - "headsign": "Kendall/MIT (Shuttle)" + "headsign": "South Station" }, - "id": "BroadwayKendall-1-sample", + "id": "SouthWKDYF24-697891-922", "links": { - "self": "/trips/BroadwayKendall-1-sample" + "self": "/trips/SouthWKDYF24-697891-922" }, "relationships": { "route": { "data": { - "id": "Shuttle-BroadwayKendall", + "id": "CR-Fairmount", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-BroadwayKendall-0-1", + "id": "CR-Fairmount-6ae938c4-1", "type": "route_pattern" } }, "service": { "data": { - "id": "canonical", + "id": "FALL 2024-SOUTHWKD-Weekday-1", "type": "service" } }, "shape": { "data": { - "id": "BroadwayToKendall-S", + "id": "9870001", "type": "shape" } }, "stops": { "data": [ { - "id": "151", + "id": "DB-2205-02", "type": "stop" }, { - "id": "892", + "id": "DB-2222-02", "type": "stop" }, { - "id": "6551", + "id": "DB-2230-02", "type": "stop" }, { - "id": "4510", + "id": "DB-2240-02", "type": "stop" }, { - "id": "9070074", + "id": "DB-2249-02", "type": "stop" }, { - "id": "9070071", + "id": "DB-2258-02", + "type": "stop" + }, + { + "id": "DB-2265-02", + "type": "stop" + }, + { + "id": "NEC-2287", "type": "stop" } ] @@ -164794,14 +164606,14 @@ }, { "attributes": {}, - "id": "10032", + "id": "145", "links": { - "self": "/stops/10032" + "self": "/stops/145" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=10032" + "related": "/facilities/?filter[stop]=145" } }, "parent_station": { @@ -164817,39 +164629,232 @@ "type": "stop" }, { - "attributes": {}, - "id": "7862", + "attributes": { + "direction_id": 1, + "headsign": "Sullivan" + }, + "id": "66961972", "links": { - "self": "/stops/7862" + "self": "/trips/66961972" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=7862" + "route": { + "data": { + "id": "101", + "type": "route" } }, - "parent_station": { - "data": null + "route_pattern": { + "data": { + "id": "101-8-1", + "type": "route_pattern" + } }, - "zone": { + "service": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "WinterWeekday", + "type": "service" + } + }, + "shape": { + "data": { + "id": "1010324", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "9147", + "type": "stop" + }, + { + "id": "9149", + "type": "stop" + }, + { + "id": "9150", + "type": "stop" + }, + { + "id": "5008", + "type": "stop" + }, + { + "id": "6298", + "type": "stop" + }, + { + "id": "6299", + "type": "stop" + }, + { + "id": "6301", + "type": "stop" + }, + { + "id": "6302", + "type": "stop" + }, + { + "id": "6303", + "type": "stop" + }, + { + "id": "16305", + "type": "stop" + }, + { + "id": "3513", + "type": "stop" + }, + { + "id": "2369", + "type": "stop" + }, + { + "id": "2370", + "type": "stop" + }, + { + "id": "2371", + "type": "stop" + }, + { + "id": "2372", + "type": "stop" + }, + { + "id": "2373", + "type": "stop" + }, + { + "id": "2374", + "type": "stop" + }, + { + "id": "2375", + "type": "stop" + }, + { + "id": "21411", + "type": "stop" + }, + { + "id": "5038", + "type": "stop" + }, + { + "id": "15038", + "type": "stop" + }, + { + "id": "5039", + "type": "stop" + }, + { + "id": "5040", + "type": "stop" + }, + { + "id": "5291", + "type": "stop" + }, + { + "id": "5292", + "type": "stop" + }, + { + "id": "5293", + "type": "stop" + }, + { + "id": "5294", + "type": "stop" + }, + { + "id": "5295", + "type": "stop" + }, + { + "id": "5296", + "type": "stop" + }, + { + "id": "5297", + "type": "stop" + }, + { + "id": "5298", + "type": "stop" + }, + { + "id": "5299", + "type": "stop" + }, + { + "id": "5300", + "type": "stop" + }, + { + "id": "5301", + "type": "stop" + }, + { + "id": "5302", + "type": "stop" + }, + { + "id": "5303", + "type": "stop" + }, + { + "id": "2704", + "type": "stop" + }, + { + "id": "2706", + "type": "stop" + }, + { + "id": "2707", + "type": "stop" + }, + { + "id": "2710", + "type": "stop" + }, + { + "id": "2711", + "type": "stop" + }, + { + "id": "2713", + "type": "stop" + }, + { + "id": "2714", + "type": "stop" + }, + { + "id": "29001", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "543", + "id": "8955", "links": { - "self": "/stops/543" + "self": "/stops/8955" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=543" + "related": "/facilities/?filter[stop]=8955" } }, "parent_station": { @@ -164866,22 +164871,25 @@ }, { "attributes": {}, - "id": "2773", + "id": "MM-0023-S", "links": { - "self": "/stops/2773" + "self": "/stops/MM-0023-S" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2773" + "related": "/facilities/?filter[stop]=MM-0023-S" } }, "parent_station": { - "data": null + "data": { + "id": "place-jfk", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "CR-zone-1A", "type": "zone" } } @@ -164890,14 +164898,14 @@ }, { "attributes": {}, - "id": "5978", + "id": "9240", "links": { - "self": "/stops/5978" + "self": "/stops/9240" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5978" + "related": "/facilities/?filter[stop]=9240" } }, "parent_station": { @@ -164914,14 +164922,14 @@ }, { "attributes": {}, - "id": "5021", + "id": "5985", "links": { - "self": "/stops/5021" + "self": "/stops/5985" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5021" + "related": "/facilities/?filter[stop]=5985" } }, "parent_station": { @@ -164937,119 +164945,76 @@ "type": "stop" }, { - "attributes": {}, - "id": "70502", + "attributes": { + "color": "7C878E", + "direction_destinations": [ + "Silver Line Way", + "South Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Silver Line Way - South Station", + "short_name": "SLW", + "sort_order": 10057, + "text_color": "FFFFFF", + "type": 3 + }, + "id": "746", "links": { - "self": "/stops/70502" + "self": "/routes/746" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=70502" - } - }, - "parent_station": { + "agency": { "data": { - "id": "place-lech", - "type": "stop" + "id": "1", + "type": "agency" } }, - "zone": { + "line": { "data": { - "id": "RapidTransit", - "type": "zone" + "id": "line-SLWaterfront", + "type": "line" } } }, - "type": "stop" + "type": "route" }, { - "attributes": { - "direction_id": 1, - "headsign": "North Station" - }, - "id": "CR-676472-282", + "attributes": {}, + "id": "5430", "links": { - "self": "/trips/CR-676472-282" + "self": "/stops/5430" }, "relationships": { - "route": { - "data": { - "id": "CR-Haverhill", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "CR-Haverhill-0629a9bc-1", - "type": "route_pattern" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=5430" } }, - "service": { - "data": { - "id": "SPRING2024-NORTHWKD-Weekday-9-S6561ad1d", - "type": "service" - } + "parent_station": { + "data": null }, - "shape": { + "zone": { "data": { - "id": "9820001", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "WR-0120-S", - "type": "stop" - }, - { - "id": "WR-0099-02", - "type": "stop" - }, - { - "id": "WR-0085-02", - "type": "stop" - }, - { - "id": "WR-0075-02", - "type": "stop" - }, - { - "id": "WR-0067-02", - "type": "stop" - }, - { - "id": "WR-0062-02", - "type": "stop" - }, - { - "id": "WR-0053-S", - "type": "stop" - }, - { - "id": "WR-0045-S", - "type": "stop" - }, - { - "id": "BNT-0000", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "109832", + "id": "2862", "links": { - "self": "/stops/109832" + "self": "/stops/2862" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=109832" + "related": "/facilities/?filter[stop]=2862" } }, "parent_station": { @@ -165066,14 +165031,14 @@ }, { "attributes": {}, - "id": "3402", + "id": "1140", "links": { - "self": "/stops/3402" + "self": "/stops/1140" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3402" + "related": "/facilities/?filter[stop]=1140" } }, "parent_station": { @@ -165090,14 +165055,14 @@ }, { "attributes": {}, - "id": "4670", + "id": "82437", "links": { - "self": "/stops/4670" + "self": "/stops/82437" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4670" + "related": "/facilities/?filter[stop]=82437" } }, "parent_station": { @@ -165114,14 +165079,14 @@ }, { "attributes": {}, - "id": "3159", + "id": "4872", "links": { - "self": "/stops/3159" + "self": "/stops/4872" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3159" + "related": "/facilities/?filter[stop]=4872" } }, "parent_station": { @@ -165138,138 +165103,306 @@ }, { "attributes": { - "direction_id": 1, - "headsign": "Andrew via South Bay Center" + "direction_id": 0, + "headsign": "North Woburn via Veterans Senior Center" }, - "id": "61391876", + "id": "66960251", "links": { - "self": "/trips/61391876" + "self": "/trips/66960251" }, "relationships": { "route": { "data": { - "id": "16", + "id": "134", "type": "route" } }, "route_pattern": { "data": { - "id": "16-9-1", + "id": "134-2-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "160330", + "id": "1340408", "type": "shape" } }, "stops": { "data": [ { - "id": "875", + "id": "52714", "type": "stop" }, { - "id": "520", + "id": "9318", "type": "stop" }, { - "id": "522", + "id": "9319", "type": "stop" }, { - "id": "10522", + "id": "9045", "type": "stop" }, { - "id": "2922", + "id": "9162", "type": "stop" }, { - "id": "2923", + "id": "9163", "type": "stop" }, { - "id": "2904", + "id": "9164", "type": "stop" }, { - "id": "2924", + "id": "49164", "type": "stop" }, { - "id": "2925", + "id": "49157", "type": "stop" }, { - "id": "2926", + "id": "49158", "type": "stop" }, { - "id": "2928", + "id": "9165", "type": "stop" }, { - "id": "2929", + "id": "9167", "type": "stop" }, { - "id": "2930", + "id": "9168", "type": "stop" }, { - "id": "2931", + "id": "9169", "type": "stop" }, { - "id": "2932", + "id": "9170", "type": "stop" }, { - "id": "12932", + "id": "9172", "type": "stop" }, { - "id": "1480", + "id": "5002", "type": "stop" }, { - "id": "2933", + "id": "15002", "type": "stop" }, { - "id": "2934", + "id": "5003", "type": "stop" }, { - "id": "124", + "id": "5004", "type": "stop" }, { - "id": "125", + "id": "5005", "type": "stop" }, { - "id": "29049", + "id": "5006", "type": "stop" }, { - "id": "29051", + "id": "9174", "type": "stop" }, { - "id": "29052", + "id": "9175", "type": "stop" }, { - "id": "13", + "id": "9176", + "type": "stop" + }, + { + "id": "9177", + "type": "stop" + }, + { + "id": "9178", + "type": "stop" + }, + { + "id": "8692", + "type": "stop" + }, + { + "id": "9101", + "type": "stop" + }, + { + "id": "9103", + "type": "stop" + }, + { + "id": "9104", + "type": "stop" + }, + { + "id": "9105", + "type": "stop" + }, + { + "id": "9106", + "type": "stop" + }, + { + "id": "9107", + "type": "stop" + }, + { + "id": "9108", + "type": "stop" + }, + { + "id": "9109", + "type": "stop" + }, + { + "id": "9111", + "type": "stop" + }, + { + "id": "9113", + "type": "stop" + }, + { + "id": "9114", + "type": "stop" + }, + { + "id": "9115", + "type": "stop" + }, + { + "id": "9116", + "type": "stop" + }, + { + "id": "9117", + "type": "stop" + }, + { + "id": "9118", + "type": "stop" + }, + { + "id": "9119", + "type": "stop" + }, + { + "id": "9120", + "type": "stop" + }, + { + "id": "9121", + "type": "stop" + }, + { + "id": "9122", + "type": "stop" + }, + { + "id": "9123", + "type": "stop" + }, + { + "id": "9124", + "type": "stop" + }, + { + "id": "9127", + "type": "stop" + }, + { + "id": "9128", + "type": "stop" + }, + { + "id": "9129", + "type": "stop" + }, + { + "id": "9130", + "type": "stop" + }, + { + "id": "9131", + "type": "stop" + }, + { + "id": "9133", + "type": "stop" + }, + { + "id": "10016", + "type": "stop" + }, + { + "id": "9134", + "type": "stop" + }, + { + "id": "9135", + "type": "stop" + }, + { + "id": "9136", + "type": "stop" + }, + { + "id": "9137", + "type": "stop" + }, + { + "id": "88591", + "type": "stop" + }, + { + "id": "9139", + "type": "stop" + }, + { + "id": "9140", + "type": "stop" + }, + { + "id": "9142", + "type": "stop" + }, + { + "id": "9143", + "type": "stop" + }, + { + "id": "9144", + "type": "stop" + }, + { + "id": "8852", "type": "stop" } ] @@ -165279,53 +165412,90 @@ }, { "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Davis Station", - "Assembly Row" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Davis Station - Assembly Row", - "short_name": "90", - "sort_order": 50900, - "text_color": "000000", - "type": 3 + "direction_id": 1, + "headsign": "Ashmont (Shuttle)" }, - "id": "90", + "id": "AshmontBraintree-Weekday-9e586-1-00:00:00", "links": { - "self": "/routes/90" + "self": "/trips/AshmontBraintree-Weekday-9e586-1-00%3A00%3A00" }, "relationships": { - "line": { + "route": { "data": { - "id": "line-90", - "type": "line" + "id": "Shuttle-AshmontBraintree", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "Shuttle-AshmontBraintree-0-1", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "canonical", + "type": "service" + } + }, + "shape": { + "data": { + "id": "BraintreeToAshmont-S", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "38671", + "type": "stop" + }, + { + "id": "41031", + "type": "stop" + }, + { + "id": "32000", + "type": "stop" + }, + { + "id": "9170099", + "type": "stop" + }, + { + "id": "3125", + "type": "stop" + }, + { + "id": "334", + "type": "stop" + } + ] } }, - "type": "route" + "type": "trip" }, { "attributes": {}, - "id": "2", + "id": "ER-0128-B0", "links": { - "self": "/stops/2" + "self": "/stops/ER-0128-B0" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2" + "related": "/facilities/?filter[stop]=ER-0128-B0" } }, "parent_station": { - "data": null + "data": { + "id": "place-ER-0128", + "type": "stop" + } }, "zone": { "data": { - "id": "ExpressBus-Downtown", + "id": "LocalBus", "type": "zone" } } @@ -165334,14 +165504,14 @@ }, { "attributes": {}, - "id": "1079", + "id": "8954", "links": { - "self": "/stops/1079" + "self": "/stops/8954" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1079" + "related": "/facilities/?filter[stop]=8954" } }, "parent_station": { @@ -165358,14 +165528,14 @@ }, { "attributes": {}, - "id": "7395", + "id": "5394", "links": { - "self": "/stops/7395" + "self": "/stops/5394" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7395" + "related": "/facilities/?filter[stop]=5394" } }, "parent_station": { @@ -165382,14 +165552,14 @@ }, { "attributes": {}, - "id": "5878", + "id": "1338", "links": { - "self": "/stops/5878" + "self": "/stops/1338" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5878" + "related": "/facilities/?filter[stop]=1338" } }, "parent_station": { @@ -165407,149 +165577,398 @@ { "attributes": { "direction_id": 1, - "headsign": "Forest Hills" + "headsign": "Fields Corner via Neponset Ave" }, - "id": "62144971", + "id": "67290514", "links": { - "self": "/trips/62144971" + "self": "/trips/67290514" }, "relationships": { "route": { "data": { - "id": "4050", + "id": "202", "type": "route" } }, "route_pattern": { "data": { - "id": "4050-5-1", + "id": "202-6-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "400108", + "id": "2020072", "type": "shape" } }, "stops": { "data": [ { - "id": "36466", + "id": "38813", "type": "stop" }, { - "id": "6466", + "id": "38814", "type": "stop" }, { - "id": "6467", + "id": "8803", "type": "stop" }, { - "id": "2787", + "id": "8805", "type": "stop" }, { - "id": "2788", + "id": "8806", "type": "stop" }, { - "id": "12789", + "id": "8807", "type": "stop" }, { - "id": "2789", + "id": "8808", "type": "stop" }, { - "id": "2790", + "id": "8327", "type": "stop" }, { - "id": "2791", + "id": "3087", "type": "stop" }, { - "id": "2792", + "id": "3088", "type": "stop" }, { - "id": "2793", + "id": "3089", "type": "stop" }, { - "id": "2794", + "id": "32501", "type": "stop" }, { - "id": "2795", + "id": "322", "type": "stop" }, { - "id": "2796", + "id": "323", + "type": "stop" + } + ] + } + }, + "type": "trip" + }, + { + "attributes": {}, + "id": "7965", + "links": { + "self": "/stops/7965" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=7965" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": { + "direction_id": 0, + "headsign": "Crawford Square" + }, + "id": "67264075", + "links": { + "self": "/trips/67264075" + }, + "relationships": { + "route": { + "data": { + "id": "240", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "240-_-0", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "BUS12025-hbq15hl6-Saturday-02", + "type": "service" + } + }, + "shape": { + "data": { + "id": "2400261", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "334", "type": "stop" }, { - "id": "2797", + "id": "536", "type": "stop" }, { - "id": "2798", + "id": "537", "type": "stop" }, { - "id": "2800", + "id": "569", "type": "stop" }, { - "id": "10633", + "id": "10569", "type": "stop" }, { - "id": "634", + "id": "570", "type": "stop" }, { - "id": "635", + "id": "883", "type": "stop" }, { - "id": "636", + "id": "571", "type": "stop" }, { - "id": "637", + "id": "572", "type": "stop" }, { - "id": "638", + "id": "4134", "type": "stop" }, { - "id": "639", + "id": "4136", "type": "stop" }, { - "id": "640", + "id": "4137", "type": "stop" }, { - "id": "641", + "id": "4138", "type": "stop" }, { - "id": "642", + "id": "4139", "type": "stop" }, { - "id": "10642", + "id": "4140", + "type": "stop" + }, + { + "id": "4141", + "type": "stop" + }, + { + "id": "4142", + "type": "stop" + }, + { + "id": "4143", + "type": "stop" + }, + { + "id": "4144", + "type": "stop" + }, + { + "id": "4145", + "type": "stop" + }, + { + "id": "4146", + "type": "stop" + }, + { + "id": "4147", + "type": "stop" + }, + { + "id": "4149", + "type": "stop" + }, + { + "id": "4152", + "type": "stop" + }, + { + "id": "4153", + "type": "stop" + }, + { + "id": "4154", + "type": "stop" + }, + { + "id": "4155", + "type": "stop" + }, + { + "id": "4156", + "type": "stop" + }, + { + "id": "4157", + "type": "stop" + }, + { + "id": "4158", + "type": "stop" + }, + { + "id": "4159", + "type": "stop" + }, + { + "id": "4160", + "type": "stop" + }, + { + "id": "4161", + "type": "stop" + }, + { + "id": "4162", + "type": "stop" + }, + { + "id": "4163", + "type": "stop" + }, + { + "id": "4164", + "type": "stop" + }, + { + "id": "4165", + "type": "stop" + }, + { + "id": "4166", + "type": "stop" + }, + { + "id": "4167", + "type": "stop" + }, + { + "id": "4168", + "type": "stop" + }, + { + "id": "4169", + "type": "stop" + }, + { + "id": "4171", + "type": "stop" + }, + { + "id": "4172", + "type": "stop" + }, + { + "id": "4173", + "type": "stop" + }, + { + "id": "4174", + "type": "stop" + }, + { + "id": "4175", + "type": "stop" + }, + { + "id": "4177", + "type": "stop" + }, + { + "id": "4179", + "type": "stop" + }, + { + "id": "4180", + "type": "stop" + }, + { + "id": "4181", + "type": "stop" + }, + { + "id": "4182", + "type": "stop" + }, + { + "id": "4183", + "type": "stop" + }, + { + "id": "4184", + "type": "stop" + }, + { + "id": "4185", + "type": "stop" + }, + { + "id": "4186", + "type": "stop" + }, + { + "id": "4187", + "type": "stop" + }, + { + "id": "4188", + "type": "stop" + }, + { + "id": "4189", + "type": "stop" + }, + { + "id": "4190", + "type": "stop" + }, + { + "id": "4191", "type": "stop" } ] @@ -165558,39 +165977,68 @@ "type": "trip" }, { - "attributes": {}, - "id": "7306", + "attributes": { + "direction_id": 1, + "headsign": "North Leominster (Shuttle)" + }, + "id": "NorthLeominsterWachusett-1-sample", "links": { - "self": "/stops/7306" + "self": "/trips/NorthLeominsterWachusett-1-sample" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=7306" + "route": { + "data": { + "id": "Shuttle-NorthLeominsterWachusett", + "type": "route" } }, - "parent_station": { - "data": null + "route_pattern": { + "data": { + "id": "Shuttle-NorthLeominsterWachusett-0-1", + "type": "route_pattern" + } }, - "zone": { + "service": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "canonical", + "type": "service" + } + }, + "shape": { + "data": { + "id": "WachusettToNorthLeominster-S", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "FR-3338-B", + "type": "stop" + }, + { + "id": "FR-0494-B", + "type": "stop" + }, + { + "id": "FR-0451-B", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "6611", + "id": "2597", "links": { - "self": "/stops/6611" + "self": "/stops/2597" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6611" + "related": "/facilities/?filter[stop]=2597" } }, "parent_station": { @@ -165607,14 +166055,14 @@ }, { "attributes": {}, - "id": "4848", + "id": "8679", "links": { - "self": "/stops/4848" + "self": "/stops/8679" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4848" + "related": "/facilities/?filter[stop]=8679" } }, "parent_station": { @@ -165631,14 +166079,14 @@ }, { "attributes": {}, - "id": "49805", + "id": "4570", "links": { - "self": "/stops/49805" + "self": "/stops/4570" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=49805" + "related": "/facilities/?filter[stop]=4570" } }, "parent_station": { @@ -165655,62 +166103,74 @@ }, { "attributes": { - "direction_id": 0, - "headsign": "Haverhill" + "direction_id": 1, + "headsign": "Kenmore (Shuttle)" }, - "id": "CR-676462-217", + "id": "KenmoreWashingtonStreet-1-sample", "links": { - "self": "/trips/CR-676462-217" + "self": "/trips/KenmoreWashingtonStreet-1-sample" }, "relationships": { "route": { "data": { - "id": "CR-Haverhill", + "id": "Shuttle-KenmoreWashington", "type": "route" } }, "route_pattern": { "data": { - "id": "CR-Haverhill-5b586e27-0", + "id": "Shuttle-KenmoreWashington-0-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SPRING2024-NORTHWKD-Weekday-9-S6561ad1d", + "id": "canonical", "type": "service" } }, "shape": { "data": { - "id": "9820004", + "id": "WashingtonStreetToKenmore-S", "type": "shape" } }, "stops": { "data": [ { - "id": "BNT-0000", + "id": "9070121", "type": "stop" }, { - "id": "WR-0205-02", + "id": "9070128", "type": "stop" }, { - "id": "WR-0228-02", + "id": "9070130", "type": "stop" }, { - "id": "WR-0264-02", + "id": "933", "type": "stop" }, { - "id": "WR-0325-01", + "id": "934", "type": "stop" }, { - "id": "WR-0329-01", + "id": "938", + "type": "stop" + }, + { + "id": "939", + "type": "stop" + }, + { + "id": "941", + "type": "stop" + }, + { + "id": "9070150", "type": "stop" } ] @@ -165720,14 +166180,14 @@ }, { "attributes": {}, - "id": "831", + "id": "6272", "links": { - "self": "/stops/831" + "self": "/stops/6272" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=831" + "related": "/facilities/?filter[stop]=6272" } }, "parent_station": { @@ -165744,14 +166204,14 @@ }, { "attributes": {}, - "id": "28281", + "id": "111146", "links": { - "self": "/stops/28281" + "self": "/stops/111146" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=28281" + "related": "/facilities/?filter[stop]=111146" } }, "parent_station": { @@ -165768,21 +166228,18 @@ }, { "attributes": {}, - "id": "NB-0109-B0", + "id": "565", "links": { - "self": "/stops/NB-0109-B0" + "self": "/stops/565" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=NB-0109-B0" + "related": "/facilities/?filter[stop]=565" } }, "parent_station": { - "data": { - "id": "place-NB-0109", - "type": "stop" - } + "data": null }, "zone": { "data": { @@ -165795,18 +166252,21 @@ }, { "attributes": {}, - "id": "584", + "id": "9328", "links": { - "self": "/stops/584" + "self": "/stops/9328" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=584" + "related": "/facilities/?filter[stop]=9328" } }, "parent_station": { - "data": null + "data": { + "id": "place-ogmnl", + "type": "stop" + } }, "zone": { "data": { @@ -165819,14 +166279,14 @@ }, { "attributes": {}, - "id": "1416", + "id": "5812", "links": { - "self": "/stops/1416" + "self": "/stops/5812" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1416" + "related": "/facilities/?filter[stop]=5812" } }, "parent_station": { @@ -165841,16 +166301,53 @@ }, "type": "stop" }, + { + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Riverside", + "Union Square" + ], + "direction_names": [ + "West", + "East" + ], + "long_name": "Newton Highlands - Kenmore via Saint Mary's Street", + "short_name": "Green Line D Shuttle", + "sort_order": 62110, + "text_color": "000000", + "type": 3 + }, + "id": "Shuttle-NewtonHighlandsStMarysKenmore", + "links": { + "self": "/routes/Shuttle-NewtonHighlandsStMarysKenmore" + }, + "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, + "line": { + "data": { + "id": "line-Green", + "type": "line" + } + } + }, + "type": "route" + }, { "attributes": {}, - "id": "1698", + "id": "5861", "links": { - "self": "/stops/1698" + "self": "/stops/5861" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1698" + "related": "/facilities/?filter[stop]=5861" } }, "parent_station": { @@ -165869,27 +166366,33 @@ "attributes": { "color": "FFC72C", "direction_destinations": [ - "Ashmont/Braintree", - "Alewife" + "Sullivan Square Station", + "Central Square, Cambridge" ], "direction_names": [ - "South", - "North" + "Outbound", + "Inbound" ], - "long_name": "Alewife - Harvard", - "short_name": "Red Line Shuttle", - "sort_order": 60217, + "long_name": "Sullivan Square Station - Central Square, Cambridge", + "short_name": "91", + "sort_order": 50910, "text_color": "000000", "type": 3 }, - "id": "Shuttle-AlewifeHarvard", + "id": "91", "links": { - "self": "/routes/Shuttle-AlewifeHarvard" + "self": "/routes/91" }, "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, "line": { "data": { - "id": "line-Red", + "id": "line-91", "type": "line" } } @@ -165898,14 +166401,14 @@ }, { "attributes": {}, - "id": "9301", + "id": "14031", "links": { - "self": "/stops/9301" + "self": "/stops/14031" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9301" + "related": "/facilities/?filter[stop]=14031" } }, "parent_station": { @@ -165922,14 +166425,14 @@ }, { "attributes": {}, - "id": "39673", + "id": "4857", "links": { - "self": "/stops/39673" + "self": "/stops/4857" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=39673" + "related": "/facilities/?filter[stop]=4857" } }, "parent_station": { @@ -165946,14 +166449,41 @@ }, { "attributes": {}, - "id": "3165", + "id": "70020", "links": { - "self": "/stops/3165" + "self": "/stops/70020" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3165" + "related": "/facilities/?filter[stop]=70020" + } + }, + "parent_station": { + "data": { + "id": "place-dwnxg", + "type": "stop" + } + }, + "zone": { + "data": { + "id": "RapidTransit", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "2852", + "links": { + "self": "/stops/2852" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=2852" } }, "parent_station": { @@ -165969,29 +166499,39 @@ "type": "stop" }, { - "attributes": { - "color": "FFC72C", - "long_name": "Ashmont - Ruggles via Washington Street", - "short_name": "23", - "sort_order": 50230, - "text_color": "000000" - }, - "id": "line-23", + "attributes": {}, + "id": "17316", "links": { - "self": "/lines/line-23" + "self": "/stops/17316" }, - "type": "line" + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=17316" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" }, { "attributes": {}, - "id": "5790", + "id": "107", "links": { - "self": "/stops/5790" + "self": "/stops/107" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5790" + "related": "/facilities/?filter[stop]=107" } }, "parent_station": { @@ -166008,14 +166548,14 @@ }, { "attributes": {}, - "id": "1246", + "id": "3970", "links": { - "self": "/stops/1246" + "self": "/stops/3970" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1246" + "related": "/facilities/?filter[stop]=3970" } }, "parent_station": { @@ -166031,196 +166571,122 @@ "type": "stop" }, { - "attributes": { - "direction_id": 1, - "headsign": "West Lynn Garage via Central Square" - }, - "id": "62216471", + "attributes": {}, + "id": "7854", "links": { - "self": "/trips/62216471" + "self": "/stops/7854" }, "relationships": { - "route": { - "data": { - "id": "436", - "type": "route" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=7854" } }, - "route_pattern": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "436-8-1", - "type": "route_pattern" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "3235", + "links": { + "self": "/stops/3235" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=3235" } }, - "service": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "SpringWeekday", - "type": "service" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "8183", + "links": { + "self": "/stops/8183" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=8183" } }, - "shape": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "4360253", - "type": "shape" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "7580", + "links": { + "self": "/stops/7580" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=7580" } }, - "stops": { - "data": [ - { - "id": "7290", - "type": "stop" - }, - { - "id": "7292", - "type": "stop" - }, - { - "id": "7293", - "type": "stop" - }, - { - "id": "7294", - "type": "stop" - }, - { - "id": "7295", - "type": "stop" - }, - { - "id": "7296", - "type": "stop" - }, - { - "id": "7297", - "type": "stop" - }, - { - "id": "7298", - "type": "stop" - }, - { - "id": "7299", - "type": "stop" - }, - { - "id": "7300", - "type": "stop" - }, - { - "id": "7369", - "type": "stop" - }, - { - "id": "7370", - "type": "stop" - }, - { - "id": "7371", - "type": "stop" - }, - { - "id": "7372", - "type": "stop" - }, - { - "id": "7373", - "type": "stop" - }, - { - "id": "7374", - "type": "stop" - }, - { - "id": "17231", - "type": "stop" - }, - { - "id": "7233", - "type": "stop" - }, - { - "id": "7234", - "type": "stop" - }, - { - "id": "7237", - "type": "stop" - }, - { - "id": "6772", - "type": "stop" - }, - { - "id": "16653", - "type": "stop" - }, - { - "id": "6674", - "type": "stop" - }, - { - "id": "6675", - "type": "stop" - }, - { - "id": "6780", - "type": "stop" - }, - { - "id": "6783", - "type": "stop" - }, - { - "id": "4451", - "type": "stop" - }, - { - "id": "4487", - "type": "stop" - }, - { - "id": "4488", - "type": "stop" - }, - { - "id": "4489", - "type": "stop" - }, - { - "id": "4490", - "type": "stop" - }, - { - "id": "4491", - "type": "stop" - }, - { - "id": "4492", - "type": "stop" - } - ] + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "4513", + "id": "70187", "links": { - "self": "/stops/4513" + "self": "/stops/70187" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4513" + "related": "/facilities/?filter[stop]=70187" } }, "parent_station": { - "data": null + "data": { + "id": "place-fenwy", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -166229,14 +166695,14 @@ }, { "attributes": {}, - "id": "9080", + "id": "2846", "links": { - "self": "/stops/9080" + "self": "/stops/2846" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9080" + "related": "/facilities/?filter[stop]=2846" } }, "parent_station": { @@ -166251,47 +166717,16 @@ }, "type": "stop" }, - { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Wachusett", - "North Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Wachusett - Littleton/Route 495", - "short_name": "Fitchburg Line Shuttle", - "sort_order": 62025, - "text_color": "000000", - "type": 3 - }, - "id": "Shuttle-LittletonWachusett", - "links": { - "self": "/routes/Shuttle-LittletonWachusett" - }, - "relationships": { - "line": { - "data": { - "id": "line-Fitchburg", - "type": "line" - } - } - }, - "type": "route" - }, { "attributes": {}, - "id": "1265", + "id": "7806", "links": { - "self": "/stops/1265" + "self": "/stops/7806" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1265" + "related": "/facilities/?filter[stop]=7806" } }, "parent_station": { @@ -166308,22 +166743,25 @@ }, { "attributes": {}, - "id": "2747", + "id": "70181", "links": { - "self": "/stops/2747" + "self": "/stops/70181" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2747" + "related": "/facilities/?filter[stop]=70181" } }, "parent_station": { - "data": null + "data": { + "id": "place-bvmnl", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -166332,170 +166770,158 @@ }, { "attributes": { - "direction_id": 1, - "headsign": "Broadway" + "direction_id": 0, + "headsign": "Forest Hills via South Bay Center" }, - "id": "61391316", + "id": "66650792", "links": { - "self": "/trips/61391316" + "self": "/trips/66650792" }, "relationships": { "route": { "data": { - "id": "47", + "id": "16", "type": "route" } }, "route_pattern": { "data": { - "id": "47-8-1", + "id": "16-8-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "470174", + "id": "160365", "type": "shape" } }, "stops": { "data": [ { - "id": "1123", - "type": "stop" - }, - { - "id": "1764", - "type": "stop" - }, - { - "id": "1766", - "type": "stop" - }, - { - "id": "11767", + "id": "111", "type": "stop" }, { - "id": "1771", + "id": "31111", "type": "stop" }, { - "id": "1772", + "id": "41111", "type": "stop" }, { - "id": "1773", + "id": "51111", "type": "stop" }, { - "id": "1775", + "id": "121", "type": "stop" }, { - "id": "9434", + "id": "25203", "type": "stop" }, { - "id": "1777", + "id": "25202", "type": "stop" }, { - "id": "1778", + "id": "35202", "type": "stop" }, { - "id": "1779", + "id": "13", "type": "stop" }, { - "id": "1780", + "id": "11241", "type": "stop" }, { - "id": "11780", + "id": "11242", "type": "stop" }, { - "id": "11781", + "id": "11244", "type": "stop" }, { - "id": "1784", + "id": "133", "type": "stop" }, { - "id": "1785", + "id": "134", "type": "stop" }, { - "id": "17861", + "id": "362", "type": "stop" }, { - "id": "17862", + "id": "2910", "type": "stop" }, { - "id": "11592", + "id": "2911", "type": "stop" }, { - "id": "11593", + "id": "2912", "type": "stop" }, { - "id": "1593", + "id": "2913", "type": "stop" }, { - "id": "64", + "id": "2914", "type": "stop" }, { - "id": "1", + "id": "2915", "type": "stop" }, { - "id": "2", + "id": "2916", "type": "stop" }, { - "id": "6", + "id": "2918", "type": "stop" }, { - "id": "10003", + "id": "2919", "type": "stop" }, { - "id": "10014", + "id": "2920", "type": "stop" }, { - "id": "10005", + "id": "1587", "type": "stop" }, { - "id": "10006", + "id": "11587", "type": "stop" }, { - "id": "10007", + "id": "21587", "type": "stop" }, { - "id": "10008", + "id": "547", "type": "stop" }, { - "id": "150", + "id": "875", "type": "stop" } ] @@ -166505,14 +166931,14 @@ }, { "attributes": {}, - "id": "16538", + "id": "5347", "links": { - "self": "/stops/16538" + "self": "/stops/5347" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=16538" + "related": "/facilities/?filter[stop]=5347" } }, "parent_station": { @@ -166528,192 +166954,190 @@ "type": "stop" }, { - "attributes": { - "direction_id": 0, - "headsign": "Newburyport (Express shuttle)" - }, - "id": "NewburyportBeverlyExpressExtended-0-sample", + "attributes": {}, + "id": "70227", "links": { - "self": "/trips/NewburyportBeverlyExpressExtended-0-sample" + "self": "/stops/70227" }, "relationships": { - "route": { - "data": { - "id": "Shuttle-BeverlyNewburyportExpress", - "type": "route" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=70227" } }, - "route_pattern": { + "parent_station": { "data": { - "id": "Shuttle-BeverlyNewburyportExpress-0-0", - "type": "route_pattern" + "id": "place-fbkst", + "type": "stop" } }, - "service": { + "zone": { "data": { - "id": "canonical", - "type": "service" + "id": "RapidTransit", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "3858", + "links": { + "self": "/stops/3858" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=3858" } }, - "shape": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "BeverlyToNewburyportExpress-S", - "type": "shape" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "8948", + "links": { + "self": "/stops/8948" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=8948" } }, - "stops": { - "data": [ - { - "id": "ER-0183-B", - "type": "stop" - }, - { - "id": "ER-0362-B", - "type": "stop" - } - ] + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } } }, - "type": "trip" + "type": "stop" }, { "attributes": { - "direction_id": 1, - "headsign": "Forest Hills" + "direction_id": 0, + "headsign": "City Point" }, - "id": "62146073", + "id": "66652096", "links": { - "self": "/trips/62146073" + "self": "/trips/66652096" }, "relationships": { "route": { "data": { - "id": "32", + "id": "7", "type": "route" } }, "route_pattern": { "data": { - "id": "32-3-1", + "id": "7-1-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "320278", + "id": "070171", "type": "shape" } }, "stops": { "data": [ { - "id": "42819", - "type": "stop" - }, - { - "id": "42820", - "type": "stop" - }, - { - "id": "16466", - "type": "stop" - }, - { - "id": "26467", - "type": "stop" - }, - { - "id": "46467", - "type": "stop" - }, - { - "id": "56567", - "type": "stop" - }, - { - "id": "75467", - "type": "stop" - }, - { - "id": "26466", + "id": "16535", "type": "stop" }, { - "id": "36466", + "id": "6564", "type": "stop" }, { - "id": "6466", + "id": "888", "type": "stop" }, { - "id": "6467", + "id": "88801", "type": "stop" }, { - "id": "6468", + "id": "889", "type": "stop" }, { - "id": "6470", + "id": "244", "type": "stop" }, { - "id": "6471", + "id": "246", "type": "stop" }, { - "id": "6472", + "id": "208", "type": "stop" }, { - "id": "6473", + "id": "885", "type": "stop" }, { - "id": "6474", + "id": "880", "type": "stop" }, { - "id": "6476", + "id": "879", "type": "stop" }, { - "id": "6478", + "id": "27", "type": "stop" }, { - "id": "6479", + "id": "28", "type": "stop" }, { - "id": "6480", + "id": "29", "type": "stop" }, { - "id": "16479", + "id": "30", "type": "stop" }, { - "id": "36479", + "id": "32", "type": "stop" }, { - "id": "56479", + "id": "10031", "type": "stop" }, { - "id": "76479", + "id": "10032", "type": "stop" }, { - "id": "875", + "id": "333", "type": "stop" } ] @@ -166723,14 +167147,14 @@ }, { "attributes": {}, - "id": "7598", + "id": "2850", "links": { - "self": "/stops/7598" + "self": "/stops/2850" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7598" + "related": "/facilities/?filter[stop]=2850" } }, "parent_station": { @@ -166747,14 +167171,38 @@ }, { "attributes": {}, - "id": "2367", + "id": "86940", "links": { - "self": "/stops/2367" + "self": "/stops/86940" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2367" + "related": "/facilities/?filter[stop]=86940" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "9174", + "links": { + "self": "/stops/9174" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=9174" } }, "parent_station": { @@ -166772,69 +167220,93 @@ { "attributes": { "direction_id": 1, - "headsign": "Coolidge Corner (Shuttle)" + "headsign": "South Station" }, - "id": "ClevelandCircleCoolidgeCorner-1-sample", + "id": "SouthWKDYF24-697763-718", "links": { - "self": "/trips/ClevelandCircleCoolidgeCorner-1-sample" + "self": "/trips/SouthWKDYF24-697763-718" }, "relationships": { "route": { "data": { - "id": "Shuttle-ClevelandCircleCoolidgeCorner", + "id": "CR-Franklin", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-ClevelandCircleCoolidgeCorner-0-1", + "id": "CR-Franklin-7c3247fa-1", "type": "route_pattern" } }, "service": { "data": { - "id": "canonical", + "id": "FALL 2024-SOUTHWKD-Weekday-1-S85407dc6", "type": "service" } }, "shape": { "data": { - "id": "ClevelandCircleToCoolidgeCorner-S", + "id": "9880005", "type": "shape" } }, "stops": { "data": [ { - "id": "9070238", + "id": "FB-0303-S", "type": "stop" }, { - "id": "9070236", + "id": "FB-0275-S", "type": "stop" }, { - "id": "9070234", + "id": "FB-0230-S", "type": "stop" }, { - "id": "9070232", + "id": "FB-0191-S", "type": "stop" }, { - "id": "9070230", + "id": "FB-0166-S", "type": "stop" }, { - "id": "9070228", + "id": "FB-0148-02", "type": "stop" }, { - "id": "9070224", + "id": "FB-0143-02", "type": "stop" }, { - "id": "9070220", + "id": "FB-0125-02", + "type": "stop" + }, + { + "id": "FB-0118-02", + "type": "stop" + }, + { + "id": "FB-0109-02", + "type": "stop" + }, + { + "id": "FB-0095-05", + "type": "stop" + }, + { + "id": "NEC-2265-02", + "type": "stop" + }, + { + "id": "NEC-2276-02", + "type": "stop" + }, + { + "id": "NEC-2287", "type": "stop" } ] @@ -166843,183 +167315,76 @@ "type": "trip" }, { - "attributes": {}, - "id": "5749", - "links": { - "self": "/stops/5749" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=5749" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "4592", - "links": { - "self": "/stops/4592" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=4592" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } + "attributes": { + "direction_id": 0, + "headsign": "Braintree (Shuttle)" }, - "type": "stop" - }, - { - "attributes": {}, - "id": "16739", + "id": "BraintreeNorthQuincy-0-sample", "links": { - "self": "/stops/16739" + "self": "/trips/BraintreeNorthQuincy-0-sample" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=16739" - } - }, - "parent_station": { - "data": null - }, - "zone": { + "route": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "330", - "links": { - "self": "/stops/330" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=330" + "id": "Shuttle-BraintreeNorthQuincy", + "type": "route" } }, - "parent_station": { - "data": null - }, - "zone": { + "route_pattern": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "4455", - "links": { - "self": "/stops/4455" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=4455" + "id": "Shuttle-BraintreeNorthQuincy-0-0", + "type": "route_pattern" } }, - "parent_station": { - "data": null - }, - "zone": { + "service": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "630", - "links": { - "self": "/stops/630" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=630" + "id": "canonical", + "type": "service" } }, - "parent_station": { - "data": null - }, - "zone": { + "shape": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "6640", - "links": { - "self": "/stops/6640" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=6640" + "id": "NorthQuincyToBraintree-S", + "type": "shape" } }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } + "stops": { + "data": [ + { + "id": "3125", + "type": "stop" + }, + { + "id": "9170099", + "type": "stop" + }, + { + "id": "9070101", + "type": "stop" + }, + { + "id": "41031", + "type": "stop" + }, + { + "id": "38671", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "121014", + "id": "4098", "links": { - "self": "/stops/121014" + "self": "/stops/4098" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=121014" + "related": "/facilities/?filter[stop]=4098" } }, "parent_station": { @@ -167036,14 +167401,14 @@ }, { "attributes": {}, - "id": "4662", + "id": "4279", "links": { - "self": "/stops/4662" + "self": "/stops/4279" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4662" + "related": "/facilities/?filter[stop]=4279" } }, "parent_station": { @@ -167060,14 +167425,14 @@ }, { "attributes": {}, - "id": "7120", + "id": "91391", "links": { - "self": "/stops/7120" + "self": "/stops/91391" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7120" + "related": "/facilities/?filter[stop]=91391" } }, "parent_station": { @@ -167084,14 +167449,14 @@ }, { "attributes": {}, - "id": "8524", + "id": "3332", "links": { - "self": "/stops/8524" + "self": "/stops/3332" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8524" + "related": "/facilities/?filter[stop]=3332" } }, "parent_station": { @@ -167110,27 +167475,33 @@ "attributes": { "color": "FFC72C", "direction_destinations": [ - "Bowdoin", - "Wonderland" + "Haverhill", + "North Station" ], "direction_names": [ - "West", - "East" + "Outbound", + "Inbound" ], - "long_name": "Airport - Maverick", - "short_name": "Blue Line Shuttle", - "sort_order": 60214, + "long_name": "Haverhill - Bradford", + "short_name": "Haverhill Line Shuttle", + "sort_order": 60930, "text_color": "000000", "type": 3 }, - "id": "Shuttle-AirportMaverick", + "id": "Shuttle-BradfordHaverhill", "links": { - "self": "/routes/Shuttle-AirportMaverick" + "self": "/routes/Shuttle-BradfordHaverhill" }, "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, "line": { "data": { - "id": "line-Blue", + "id": "line-Haverhill", "type": "line" } } @@ -167139,22 +167510,25 @@ }, { "attributes": {}, - "id": "5452", + "id": "70224", "links": { - "self": "/stops/5452" + "self": "/stops/70224" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5452" + "related": "/facilities/?filter[stop]=70224" } }, "parent_station": { - "data": null + "data": { + "id": "place-sumav", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -167163,14 +167537,14 @@ }, { "attributes": {}, - "id": "3678", + "id": "8631", "links": { - "self": "/stops/3678" + "self": "/stops/8631" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3678" + "related": "/facilities/?filter[stop]=8631" } }, "parent_station": { @@ -167187,25 +167561,22 @@ }, { "attributes": {}, - "id": "74630", + "id": "3604", "links": { - "self": "/stops/74630" + "self": "/stops/3604" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=74630" + "related": "/facilities/?filter[stop]=3604" } }, "parent_station": { - "data": { - "id": "place-chels", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "SLWaterfrontNonLogan", + "id": "LocalBus", "type": "zone" } } @@ -167214,25 +167585,22 @@ }, { "attributes": {}, - "id": "WR-0163-S", + "id": "78513", "links": { - "self": "/stops/WR-0163-S" + "self": "/stops/78513" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=WR-0163-S" + "related": "/facilities/?filter[stop]=78513" } }, "parent_station": { - "data": { - "id": "place-WR-0163", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "CR-zone-3", + "id": "LocalBus", "type": "zone" } } @@ -167241,18 +167609,21 @@ }, { "attributes": {}, - "id": "8484", + "id": "9070061", "links": { - "self": "/stops/8484" + "self": "/stops/9070061" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8484" + "related": "/facilities/?filter[stop]=9070061" } }, "parent_station": { - "data": null + "data": { + "id": "place-alfcl", + "type": "stop" + } }, "zone": { "data": { @@ -167265,14 +167636,14 @@ }, { "attributes": {}, - "id": "2298", + "id": "7352", "links": { - "self": "/stops/2298" + "self": "/stops/7352" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2298" + "related": "/facilities/?filter[stop]=7352" } }, "parent_station": { @@ -167289,14 +167660,14 @@ }, { "attributes": {}, - "id": "13321", + "id": "2421", "links": { - "self": "/stops/13321" + "self": "/stops/2421" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=13321" + "related": "/facilities/?filter[stop]=2421" } }, "parent_station": { @@ -167313,14 +167684,14 @@ }, { "attributes": {}, - "id": "3378", + "id": "5315", "links": { - "self": "/stops/3378" + "self": "/stops/5315" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3378" + "related": "/facilities/?filter[stop]=5315" } }, "parent_station": { @@ -167337,14 +167708,14 @@ }, { "attributes": {}, - "id": "6315", + "id": "774", "links": { - "self": "/stops/6315" + "self": "/stops/774" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6315" + "related": "/facilities/?filter[stop]=774" } }, "parent_station": { @@ -167361,14 +167732,14 @@ }, { "attributes": {}, - "id": "5685", + "id": "2486", "links": { - "self": "/stops/5685" + "self": "/stops/2486" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5685" + "related": "/facilities/?filter[stop]=2486" } }, "parent_station": { @@ -167385,14 +167756,14 @@ }, { "attributes": {}, - "id": "5038", + "id": "3335", "links": { - "self": "/stops/5038" + "self": "/stops/3335" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5038" + "related": "/facilities/?filter[stop]=3335" } }, "parent_station": { @@ -167409,14 +167780,14 @@ }, { "attributes": {}, - "id": "5858", + "id": "2134", "links": { - "self": "/stops/5858" + "self": "/stops/2134" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5858" + "related": "/facilities/?filter[stop]=2134" } }, "parent_station": { @@ -167433,35 +167804,14 @@ }, { "attributes": {}, - "id": "9070186", - "links": { - "self": "/stops/9070186" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=9070186" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": null - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "4732", + "id": "5243", "links": { - "self": "/stops/4732" + "self": "/stops/5243" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4732" + "related": "/facilities/?filter[stop]=5243" } }, "parent_station": { @@ -167477,90 +167827,92 @@ "type": "stop" }, { - "attributes": {}, - "id": "70167", + "attributes": { + "direction_id": 0, + "headsign": "Hingham via Hull" + }, + "id": "Boat-F1-1300-Long-BF2H-01-Weekday-Fall-24", "links": { - "self": "/stops/70167" + "self": "/trips/Boat-F1-1300-Long-BF2H-01-Weekday-Fall-24" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=70167" - } - }, - "parent_station": { + "route": { "data": { - "id": "place-eliot", - "type": "stop" + "id": "Boat-F1", + "type": "route" } }, - "zone": { + "route_pattern": { "data": { - "id": "RapidTransit", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "70273", - "links": { - "self": "/stops/70273" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=70273" + "id": "Boat-F1-1-0", + "type": "route_pattern" } }, - "parent_station": { + "service": { "data": { - "id": "place-capst", - "type": "stop" + "id": "Boat-F1-Weekday-Fall-24", + "type": "service" } }, - "zone": { + "shape": { "data": { - "id": "RapidTransit", - "type": "zone" + "id": "b0001", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "Boat-Long", + "type": "stop" + }, + { + "id": "Boat-Hull", + "type": "stop" + }, + { + "id": "Boat-Hingham", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "9070114", + "id": "4908", "links": { - "self": "/stops/9070114" + "self": "/stops/4908" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9070114" + "related": "/facilities/?filter[stop]=4908" } }, "parent_station": { "data": null }, "zone": { - "data": null + "data": { + "id": "LocalBus", + "type": "zone" + } } }, "type": "stop" }, { "attributes": {}, - "id": "2463", + "id": "2488", "links": { - "self": "/stops/2463" + "self": "/stops/2488" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2463" + "related": "/facilities/?filter[stop]=2488" } }, "parent_station": { @@ -167577,14 +167929,14 @@ }, { "attributes": {}, - "id": "5308", + "id": "562", "links": { - "self": "/stops/5308" + "self": "/stops/562" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5308" + "related": "/facilities/?filter[stop]=562" } }, "parent_station": { @@ -167601,14 +167953,14 @@ }, { "attributes": {}, - "id": "3823", + "id": "96500", "links": { - "self": "/stops/3823" + "self": "/stops/96500" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3823" + "related": "/facilities/?filter[stop]=96500" } }, "parent_station": { @@ -167625,799 +167977,350 @@ }, { "attributes": {}, - "id": "9070215", + "id": "4082", "links": { - "self": "/stops/9070215" + "self": "/stops/4082" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9070215" + "related": "/facilities/?filter[stop]=4082" } }, "parent_station": { "data": null }, "zone": { - "data": null + "data": { + "id": "LocalBus", + "type": "zone" + } } }, "type": "stop" }, { "attributes": { - "color": "FFC72C", - "long_name": "Centre Street & Eliot Street - JFK/UMass Station", - "short_name": "41", - "sort_order": 50410, - "text_color": "000000" - }, - "id": "line-41", - "links": { - "self": "/lines/line-41" - }, - "type": "line" - }, - { - "attributes": { - "direction_id": 1, - "headsign": "Nubian" + "direction_id": 0, + "headsign": "Bedford VA via Hanscom Airport" }, - "id": "61392103", + "id": "67009371", "links": { - "self": "/trips/61392103" + "self": "/trips/67009371" }, "relationships": { "route": { "data": { - "id": "1", + "id": "627", "type": "route" } }, "route_pattern": { "data": { - "id": "1-_-1", + "id": "627-7-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "010129", + "id": "620204", "type": "shape" } }, "stops": { "data": [ { - "id": "110", + "id": "141", "type": "stop" }, { - "id": "66", + "id": "2482", "type": "stop" }, { - "id": "67", + "id": "2353", "type": "stop" }, { - "id": "68", + "id": "2354", "type": "stop" }, { - "id": "69", + "id": "2355", "type": "stop" }, { - "id": "71", + "id": "2356", "type": "stop" }, { - "id": "72", + "id": "2357", "type": "stop" }, { - "id": "73", + "id": "2358", "type": "stop" }, { - "id": "74", + "id": "2359", "type": "stop" }, { - "id": "75", + "id": "2360", "type": "stop" }, { - "id": "77", + "id": "12360", "type": "stop" }, { - "id": "79", + "id": "12323", "type": "stop" }, { - "id": "80", + "id": "32358", "type": "stop" }, { - "id": "82", + "id": "22358", "type": "stop" }, { - "id": "187", + "id": "7922", "type": "stop" }, { - "id": "84", + "id": "8428", "type": "stop" }, { - "id": "59", + "id": "8429", "type": "stop" }, { - "id": "854", + "id": "8430", "type": "stop" }, { - "id": "856", + "id": "8431", "type": "stop" }, { - "id": "10100", + "id": "8432", "type": "stop" }, { - "id": "10101", + "id": "8433", "type": "stop" }, { - "id": "62", + "id": "8434", "type": "stop" }, { - "id": "63", + "id": "8435", "type": "stop" }, { - "id": "64", + "id": "8436", "type": "stop" - } - ] - } - }, - "type": "trip" - }, - { - "attributes": {}, - "id": "6830", - "links": { - "self": "/stops/6830" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=6830" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "4297", - "links": { - "self": "/stops/4297" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=4297" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "5659", - "links": { - "self": "/stops/5659" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=5659" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "3489", - "links": { - "self": "/stops/3489" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=3489" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": { - "direction_id": 0, - "headsign": "Littleton/Route 495 (Local shuttle)" - }, - "id": "AlewifeLittletonLocal-0-sample", - "links": { - "self": "/trips/AlewifeLittletonLocal-0-sample" - }, - "relationships": { - "route": { - "data": { - "id": "Shuttle-AlewifeLittletonLocal", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Shuttle-AlewifeLittletonLocal-0-0", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "canonical", - "type": "service" - } - }, - "shape": { - "data": { - "id": "AlewifeToLittletonLocal-S", - "type": "shape" - } - }, - "stops": { - "data": [ + }, { - "id": "9070061", + "id": "8591", "type": "stop" }, { - "id": "FR-0064-B0", + "id": "8593", "type": "stop" }, { - "id": "FR-0074-B", + "id": "8595", "type": "stop" }, { - "id": "FR-0098-B0", + "id": "8596", "type": "stop" }, { - "id": "FR-0115-B0", + "id": "8597", "type": "stop" }, { - "id": "FR-0167-B", + "id": "8598", "type": "stop" }, { - "id": "FR-0201-B0", + "id": "8599", "type": "stop" }, { - "id": "FR-0219-B", + "id": "8600", "type": "stop" }, { - "id": "FR-0253-B", + "id": "8601", "type": "stop" }, { - "id": "FR-0301-B", + "id": "7878", "type": "stop" - } - ] - } - }, - "type": "trip" - }, - { - "attributes": {}, - "id": "7813", - "links": { - "self": "/stops/7813" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=7813" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "1686", - "links": { - "self": "/stops/1686" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=1686" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "3372", - "links": { - "self": "/stops/3372" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=3372" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "9203", - "links": { - "self": "/stops/9203" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=9203" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "1775", - "links": { - "self": "/stops/1775" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=1775" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "4144", - "links": { - "self": "/stops/4144" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=4144" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "46275", - "links": { - "self": "/stops/46275" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=46275" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "6848", - "links": { - "self": "/stops/6848" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=6848" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "2555", - "links": { - "self": "/stops/2555" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=2555" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Fields Corner Station or Kane Square", - "Ruggles Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Fields Corner Station or Kane Square - Ruggles Station", - "short_name": "15", - "sort_order": 50150, - "text_color": "000000", - "type": 3 - }, - "id": "15", - "links": { - "self": "/routes/15" - }, - "relationships": { - "line": { - "data": { - "id": "line-15", - "type": "line" - } - } - }, - "type": "route" - }, - { - "attributes": {}, - "id": "8672", - "links": { - "self": "/stops/8672" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=8672" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": { - "direction_id": 0, - "headsign": "Bedford Woods Dr" - }, - "id": "61849103", - "links": { - "self": "/trips/61849103" - }, - "relationships": { - "route": { - "data": { - "id": "351", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "351-1-0", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "SpringWeekday", - "type": "service" - } - }, - "shape": { - "data": { - "id": "3510115", - "type": "shape" - } - }, - "stops": { - "data": [ + }, { - "id": "49805", + "id": "8437", "type": "stop" }, { - "id": "49943", + "id": "8438", "type": "stop" }, { - "id": "50944", + "id": "7762", "type": "stop" }, { - "id": "49806", + "id": "7763", "type": "stop" }, { - "id": "49846", + "id": "8602", "type": "stop" }, { - "id": "49948", + "id": "8603", "type": "stop" }, { - "id": "49946", + "id": "8604", "type": "stop" }, { - "id": "49796", + "id": "8605", "type": "stop" }, { - "id": "49797", + "id": "8606", "type": "stop" }, { - "id": "49798", + "id": "8607", "type": "stop" }, { - "id": "49795", + "id": "8608", "type": "stop" - } - ] - } - }, - "type": "trip" - }, - { - "attributes": { - "direction_id": 1, - "headsign": "Haymarket" - }, - "id": "61871120", - "links": { - "self": "/trips/61871120" - }, - "relationships": { - "route": { - "data": { - "id": "92", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "92-_-1", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "SpringWeekday", - "type": "service" - } - }, - "shape": { - "data": { - "id": "920143", - "type": "shape" - } - }, - "stops": { - "data": [ + }, { - "id": "29009", + "id": "8609", "type": "stop" }, { - "id": "12821", + "id": "8610", "type": "stop" }, { - "id": "2821", + "id": "8611", "type": "stop" }, { - "id": "2822", + "id": "86178", "type": "stop" }, { - "id": "2823", + "id": "86179", "type": "stop" }, { - "id": "2824", + "id": "86180", "type": "stop" }, { - "id": "2825", + "id": "86114", "type": "stop" }, { - "id": "12826", + "id": "8612", "type": "stop" }, { - "id": "2827", + "id": "86121", "type": "stop" }, { - "id": "28281", + "id": "86122", "type": "stop" }, { - "id": "2829", + "id": "78987", "type": "stop" }, { - "id": "8309", + "id": "78988", "type": "stop" }, { - "id": "191", + "id": "8453", "type": "stop" }, { - "id": "117", + "id": "8455", + "type": "stop" + }, + { + "id": "8457", + "type": "stop" + }, + { + "id": "8458", + "type": "stop" + }, + { + "id": "8459", + "type": "stop" + }, + { + "id": "8460", + "type": "stop" + }, + { + "id": "8462", + "type": "stop" + }, + { + "id": "8464", + "type": "stop" + }, + { + "id": "8465", + "type": "stop" + }, + { + "id": "8466", + "type": "stop" + }, + { + "id": "8467", + "type": "stop" + }, + { + "id": "8468", + "type": "stop" + }, + { + "id": "34879", + "type": "stop" + }, + { + "id": "17879", + "type": "stop" + }, + { + "id": "8471", "type": "stop" } ] @@ -168426,39 +168329,52 @@ "type": "trip" }, { - "attributes": {}, - "id": "9204", + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Avon Square", + "Ashmont Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Avon Square - Ashmont Station", + "short_name": "240", + "sort_order": 52400, + "text_color": "000000", + "type": 3 + }, + "id": "240", "links": { - "self": "/stops/9204" + "self": "/routes/240" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=9204" + "agency": { + "data": { + "id": "1", + "type": "agency" } }, - "parent_station": { - "data": null - }, - "zone": { + "line": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "line-240", + "type": "line" } } }, - "type": "stop" + "type": "route" }, { "attributes": {}, - "id": "1443", + "id": "49915", "links": { - "self": "/stops/1443" + "self": "/stops/49915" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1443" + "related": "/facilities/?filter[stop]=49915" } }, "parent_station": { @@ -168475,35 +168391,38 @@ }, { "attributes": {}, - "id": "9070164", + "id": "8627", "links": { - "self": "/stops/9070164" + "self": "/stops/8627" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9070164" + "related": "/facilities/?filter[stop]=8627" } }, "parent_station": { "data": null }, "zone": { - "data": null + "data": { + "id": "LocalBus", + "type": "zone" + } } }, "type": "stop" }, { "attributes": {}, - "id": "8471", + "id": "4906", "links": { - "self": "/stops/8471" + "self": "/stops/4906" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8471" + "related": "/facilities/?filter[stop]=4906" } }, "parent_station": { @@ -168523,103 +168442,115 @@ "direction_id": 1, "headsign": "Forest Hills" }, - "id": "62144818", + "id": "67251595", "links": { - "self": "/trips/62144818" + "self": "/trips/67251595" }, "relationships": { "route": { "data": { - "id": "50", + "id": "34", "type": "route" } }, "route_pattern": { "data": { - "id": "50-_-1", + "id": "34-_-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "500064", + "id": "340271", "type": "shape" } }, "stops": { "data": [ { - "id": "36466", + "id": "70618", "type": "stop" }, { - "id": "6466", + "id": "74618", "type": "stop" }, { - "id": "6467", + "id": "71618", "type": "stop" }, { - "id": "2787", + "id": "61872", "type": "stop" }, { - "id": "2788", + "id": "619", "type": "stop" }, { - "id": "12789", + "id": "620", "type": "stop" }, { - "id": "2789", + "id": "621", "type": "stop" }, { - "id": "2790", + "id": "622", "type": "stop" }, { - "id": "2791", + "id": "623", "type": "stop" }, { - "id": "2792", + "id": "624", "type": "stop" }, { - "id": "2793", + "id": "625", "type": "stop" }, { - "id": "2794", + "id": "10625", "type": "stop" }, { - "id": "2795", + "id": "626", "type": "stop" }, { - "id": "2796", + "id": "627", "type": "stop" }, { - "id": "2797", + "id": "628", "type": "stop" }, { - "id": "2798", + "id": "629", "type": "stop" }, { - "id": "2800", + "id": "630", + "type": "stop" + }, + { + "id": "631", + "type": "stop" + }, + { + "id": "632", + "type": "stop" + }, + { + "id": "633", "type": "stop" }, { @@ -168673,38 +168604,14 @@ }, { "attributes": {}, - "id": "260", - "links": { - "self": "/stops/260" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=260" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "7776", + "id": "7305", "links": { - "self": "/stops/7776" + "self": "/stops/7305" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7776" + "related": "/facilities/?filter[stop]=7305" } }, "parent_station": { @@ -168721,14 +168628,14 @@ }, { "attributes": {}, - "id": "3465", + "id": "8324", "links": { - "self": "/stops/3465" + "self": "/stops/8324" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3465" + "related": "/facilities/?filter[stop]=8324" } }, "parent_station": { @@ -168745,14 +168652,14 @@ }, { "attributes": {}, - "id": "840", + "id": "2274", "links": { - "self": "/stops/840" + "self": "/stops/2274" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=840" + "related": "/facilities/?filter[stop]=2274" } }, "parent_station": { @@ -168769,14 +168676,14 @@ }, { "attributes": {}, - "id": "8548", + "id": "6124", "links": { - "self": "/stops/8548" + "self": "/stops/6124" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8548" + "related": "/facilities/?filter[stop]=6124" } }, "parent_station": { @@ -168793,14 +168700,14 @@ }, { "attributes": {}, - "id": "3665", + "id": "32818", "links": { - "self": "/stops/3665" + "self": "/stops/32818" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3665" + "related": "/facilities/?filter[stop]=32818" } }, "parent_station": { @@ -168817,82 +168724,106 @@ }, { "attributes": { - "direction_id": 0, - "headsign": "JFK/UMass (Shuttle)" + "direction_id": 1, + "headsign": "Orient Heights" }, - "id": "HarvardJFKAshmontPlatform-0-sample", + "id": "67316412", "links": { - "self": "/trips/HarvardJFKAshmontPlatform-0-sample" + "self": "/trips/67316412" }, "relationships": { "route": { "data": { - "id": "Shuttle-HarvardJFK", + "id": "712", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-HarvardJFK-0-0", + "id": "712-1-1", "type": "route_pattern" } }, "service": { "data": { - "id": "canonical", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "HarvardToJFK-S", + "id": "7120092", "type": "shape" } }, "stops": { "data": [ { - "id": "110", + "id": "109821", "type": "stop" }, { - "id": "72", + "id": "109822", "type": "stop" }, { - "id": "9170071", + "id": "109823", "type": "stop" }, { - "id": "9070073", + "id": "109824", "type": "stop" }, { - "id": "9170024", + "id": "109825", "type": "stop" }, { - "id": "9270022", + "id": "109826", "type": "stop" }, { - "id": "16535", + "id": "109827", "type": "stop" }, { - "id": "9070079", + "id": "109828", "type": "stop" }, { - "id": "151", + "id": "109829", "type": "stop" }, { - "id": "9070083", + "id": "109899", "type": "stop" }, { - "id": "121", + "id": "109830", + "type": "stop" + }, + { + "id": "109831", + "type": "stop" + }, + { + "id": "109832", + "type": "stop" + }, + { + "id": "109835", + "type": "stop" + }, + { + "id": "109836", + "type": "stop" + }, + { + "id": "109838", + "type": "stop" + }, + { + "id": "15880", "type": "stop" } ] @@ -168902,14 +168833,14 @@ }, { "attributes": {}, - "id": "86500", + "id": "4008", "links": { - "self": "/stops/86500" + "self": "/stops/4008" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=86500" + "related": "/facilities/?filter[stop]=4008" } }, "parent_station": { @@ -168926,14 +168857,14 @@ }, { "attributes": {}, - "id": "1389", + "id": "8270", "links": { - "self": "/stops/1389" + "self": "/stops/8270" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1389" + "related": "/facilities/?filter[stop]=8270" } }, "parent_station": { @@ -168941,7 +168872,7 @@ }, "zone": { "data": { - "id": "ExpressBus-Downtown", + "id": "LocalBus", "type": "zone" } } @@ -168950,14 +168881,14 @@ }, { "attributes": {}, - "id": "3413", + "id": "3020", "links": { - "self": "/stops/3413" + "self": "/stops/3020" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3413" + "related": "/facilities/?filter[stop]=3020" } }, "parent_station": { @@ -168974,14 +168905,14 @@ }, { "attributes": {}, - "id": "9199", + "id": "775", "links": { - "self": "/stops/9199" + "self": "/stops/775" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9199" + "related": "/facilities/?filter[stop]=775" } }, "parent_station": { @@ -168998,25 +168929,25 @@ }, { "attributes": {}, - "id": "70092", + "id": "5666", "links": { - "self": "/stops/70092" + "self": "/stops/5666" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70092" + "related": "/facilities/?filter[stop]=5666" } }, "parent_station": { "data": { - "id": "place-smmnl", + "id": "place-wimnl", "type": "stop" } }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } @@ -169025,14 +168956,14 @@ }, { "attributes": {}, - "id": "7404", + "id": "3402", "links": { - "self": "/stops/7404" + "self": "/stops/3402" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7404" + "related": "/facilities/?filter[stop]=3402" } }, "parent_station": { @@ -169049,14 +168980,14 @@ }, { "attributes": {}, - "id": "8453", + "id": "4836", "links": { - "self": "/stops/8453" + "self": "/stops/4836" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8453" + "related": "/facilities/?filter[stop]=4836" } }, "parent_station": { @@ -169073,14 +169004,14 @@ }, { "attributes": {}, - "id": "55", + "id": "4587", "links": { - "self": "/stops/55" + "self": "/stops/4587" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=55" + "related": "/facilities/?filter[stop]=4587" } }, "parent_station": { @@ -169088,7 +169019,7 @@ }, "zone": { "data": { - "id": "ExpressBus-Downtown", + "id": "LocalBus", "type": "zone" } } @@ -169097,14 +169028,14 @@ }, { "attributes": {}, - "id": "5718", + "id": "4518", "links": { - "self": "/stops/5718" + "self": "/stops/4518" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5718" + "related": "/facilities/?filter[stop]=4518" } }, "parent_station": { @@ -169120,46 +169051,42 @@ "type": "stop" }, { - "attributes": { - "color": "ED8B00", - "direction_destinations": [ - "Forest Hills", - "Oak Grove" - ], - "direction_names": [ - "South", - "North" - ], - "long_name": "Orange Line", - "short_name": "", - "sort_order": 10020, - "text_color": "FFFFFF", - "type": 1 - }, - "id": "Orange", + "attributes": {}, + "id": "70082", "links": { - "self": "/routes/Orange" + "self": "/stops/70082" }, "relationships": { - "line": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=70082" + } + }, + "parent_station": { "data": { - "id": "line-Orange", - "type": "line" + "id": "place-brdwy", + "type": "stop" + } + }, + "zone": { + "data": { + "id": "RapidTransit", + "type": "zone" } } }, - "type": "route" + "type": "stop" }, { "attributes": {}, - "id": "8318", + "id": "4930", "links": { - "self": "/stops/8318" + "self": "/stops/4930" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8318" + "related": "/facilities/?filter[stop]=4930" } }, "parent_station": { @@ -169176,14 +169103,14 @@ }, { "attributes": {}, - "id": "1534", + "id": "61391", "links": { - "self": "/stops/1534" + "self": "/stops/61391" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1534" + "related": "/facilities/?filter[stop]=61391" } }, "parent_station": { @@ -169200,14 +169127,14 @@ }, { "attributes": {}, - "id": "6139", + "id": "5703", "links": { - "self": "/stops/6139" + "self": "/stops/5703" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6139" + "related": "/facilities/?filter[stop]=5703" } }, "parent_station": { @@ -169224,364 +169151,159 @@ }, { "attributes": {}, - "id": "9225", + "id": "9070116", "links": { - "self": "/stops/9225" + "self": "/stops/9070116" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9225" + "related": "/facilities/?filter[stop]=9070116" } }, "parent_station": { "data": null }, "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } + "data": null } }, "type": "stop" }, { - "attributes": { - "direction_id": 1, - "headsign": "Forest Hills" - }, - "id": "62145886", + "attributes": {}, + "id": "8", "links": { - "self": "/trips/62145886" + "self": "/stops/8" }, "relationships": { - "route": { - "data": { - "id": "32", - "type": "route" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=8" } }, - "route_pattern": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "32-1-1", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "SpringWeekday", - "type": "service" - } - }, - "shape": { - "data": { - "id": "320273", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "42819", - "type": "stop" - }, - { - "id": "16466", - "type": "stop" - }, - { - "id": "26467", - "type": "stop" - }, - { - "id": "46467", - "type": "stop" - }, - { - "id": "56567", - "type": "stop" - }, - { - "id": "75467", - "type": "stop" - }, - { - "id": "26466", - "type": "stop" - }, - { - "id": "36466", - "type": "stop" - }, - { - "id": "6466", - "type": "stop" - }, - { - "id": "6467", - "type": "stop" - }, - { - "id": "6468", - "type": "stop" - }, - { - "id": "6470", - "type": "stop" - }, - { - "id": "6471", - "type": "stop" - }, - { - "id": "6472", - "type": "stop" - }, - { - "id": "6473", - "type": "stop" - }, - { - "id": "6474", - "type": "stop" - }, - { - "id": "6476", - "type": "stop" - }, - { - "id": "6478", - "type": "stop" - }, - { - "id": "6479", - "type": "stop" - }, - { - "id": "6480", - "type": "stop" - }, - { - "id": "16479", - "type": "stop" - }, - { - "id": "36479", - "type": "stop" - }, - { - "id": "56479", - "type": "stop" - }, - { - "id": "76479", - "type": "stop" - }, - { - "id": "875", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { - "attributes": { - "direction_id": 1, - "headsign": "North Station (Shuttle)" - }, - "id": "HaverhillBallardvaleNorthStation-1-sample", + "attributes": {}, + "id": "3917", "links": { - "self": "/trips/HaverhillBallardvaleNorthStation-1-sample" + "self": "/stops/3917" }, "relationships": { - "route": { - "data": { - "id": "Shuttle-BallardvaleNorthStation", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Shuttle-BallardvaleNorthStation-0-1", - "type": "route_pattern" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=3917" } }, - "service": { - "data": { - "id": "canonical", - "type": "service" - } + "parent_station": { + "data": null }, - "shape": { + "zone": { "data": { - "id": "BallardvaleToNorthStationViaMalden-S", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "WR-0205-B2", - "type": "stop" - }, - { - "id": "WR-0163-B1", - "type": "stop" - }, - { - "id": "WR-0120-B", - "type": "stop" - }, - { - "id": "WR-0099-B1", - "type": "stop" - }, - { - "id": "WR-0085-B1", - "type": "stop" - }, - { - "id": "WR-0075-B2", - "type": "stop" - }, - { - "id": "WR-0067-B1", - "type": "stop" - }, - { - "id": "WR-0062-B1", - "type": "stop" - }, - { - "id": "5072", - "type": "stop" - }, - { - "id": "BNT-0000-B1", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": { - "direction_id": 1, - "headsign": "Oak Grove" + "direction_id": 0, + "headsign": "Framingham" }, - "id": "canonical-Orange-C1-1", + "id": "BaseWML-701958-583", "links": { - "self": "/trips/canonical-Orange-C1-1" + "self": "/trips/BaseWML-701958-583" }, "relationships": { "route": { "data": { - "id": "Orange", + "id": "CR-Worcester", "type": "route" } }, "route_pattern": { "data": { - "id": "Orange-3-1", + "id": "CR-Worcester-b65b9e75-0", "type": "route_pattern" } }, "service": { "data": { - "id": "canonical", + "id": "FALL 2024-SOUTHWKD-Weekday-42-Sb0e4ed14", "type": "service" } }, "shape": { "data": { - "id": "canonical-903_0017", + "id": "9850002", "type": "shape" } }, "stops": { "data": [ { - "id": "70001", - "type": "stop" - }, - { - "id": "70003", - "type": "stop" - }, - { - "id": "70005", - "type": "stop" - }, - { - "id": "70007", - "type": "stop" - }, - { - "id": "70009", - "type": "stop" - }, - { - "id": "70011", - "type": "stop" - }, - { - "id": "70013", - "type": "stop" - }, - { - "id": "70015", + "id": "NEC-2287", "type": "stop" }, { - "id": "70017", + "id": "WML-0012-07", "type": "stop" }, { - "id": "70019", + "id": "WML-0025-07", "type": "stop" }, { - "id": "70021", + "id": "WML-0035-01", "type": "stop" }, { - "id": "70023", + "id": "WML-0081-02", "type": "stop" }, { - "id": "70025", + "id": "WML-0091-02", "type": "stop" }, { - "id": "70027", + "id": "WML-0102-02", "type": "stop" }, { - "id": "70029", + "id": "WML-0125-01", "type": "stop" }, { - "id": "70031", + "id": "WML-0135-01", "type": "stop" }, { - "id": "70279", + "id": "WML-0147-01", "type": "stop" }, { - "id": "70033", + "id": "WML-0177-01", "type": "stop" }, { - "id": "70035", + "id": "WML-0199-01", "type": "stop" }, { - "id": "70036", + "id": "WML-0214-01", "type": "stop" } ] @@ -169591,14 +169313,14 @@ }, { "attributes": {}, - "id": "2454", + "id": "4555", "links": { - "self": "/stops/2454" + "self": "/stops/4555" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2454" + "related": "/facilities/?filter[stop]=4555" } }, "parent_station": { @@ -169615,14 +169337,14 @@ }, { "attributes": {}, - "id": "5801", + "id": "4949", "links": { - "self": "/stops/5801" + "self": "/stops/4949" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5801" + "related": "/facilities/?filter[stop]=4949" } }, "parent_station": { @@ -169639,14 +169361,14 @@ }, { "attributes": {}, - "id": "12637", + "id": "4878", "links": { - "self": "/stops/12637" + "self": "/stops/4878" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=12637" + "related": "/facilities/?filter[stop]=4878" } }, "parent_station": { @@ -169663,14 +169385,14 @@ }, { "attributes": {}, - "id": "2048", + "id": "5079", "links": { - "self": "/stops/2048" + "self": "/stops/5079" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2048" + "related": "/facilities/?filter[stop]=5079" } }, "parent_station": { @@ -169687,14 +169409,14 @@ }, { "attributes": {}, - "id": "4908", + "id": "75618", "links": { - "self": "/stops/4908" + "self": "/stops/75618" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4908" + "related": "/facilities/?filter[stop]=75618" } }, "parent_station": { @@ -169711,14 +169433,14 @@ }, { "attributes": {}, - "id": "3286", + "id": "7779", "links": { - "self": "/stops/3286" + "self": "/stops/7779" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3286" + "related": "/facilities/?filter[stop]=7779" } }, "parent_station": { @@ -169733,65 +169455,16 @@ }, "type": "stop" }, - { - "attributes": { - "direction_id": 1, - "headsign": "Orient Heights (Express shuttle)" - }, - "id": "GovernmentCenterOrientHeightsExpress-1-sample", - "links": { - "self": "/trips/GovernmentCenterOrientHeightsExpress-1-sample" - }, - "relationships": { - "route": { - "data": { - "id": "Shuttle-GovernmentCenterOrientHeightsExpress", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Shuttle-GovernmentCenterOrientHeightsExpress-0-1", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "canonical", - "type": "service" - } - }, - "shape": { - "data": { - "id": "GovernmentCenterToOrientHeightsExpress-S", - "type": "shape" - } - }, - "stops": { - "data": [ - { - "id": "4510", - "type": "stop" - }, - { - "id": "5879", - "type": "stop" - } - ] - } - }, - "type": "trip" - }, { "attributes": {}, - "id": "2170", + "id": "5060", "links": { - "self": "/stops/2170" + "self": "/stops/5060" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2170" + "related": "/facilities/?filter[stop]=5060" } }, "parent_station": { @@ -169808,14 +169481,14 @@ }, { "attributes": {}, - "id": "9982", + "id": "2320", "links": { - "self": "/stops/9982" + "self": "/stops/2320" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9982" + "related": "/facilities/?filter[stop]=2320" } }, "parent_station": { @@ -169832,14 +169505,14 @@ }, { "attributes": {}, - "id": "3221", + "id": "3872", "links": { - "self": "/stops/3221" + "self": "/stops/3872" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3221" + "related": "/facilities/?filter[stop]=3872" } }, "parent_station": { @@ -169856,41 +169529,14 @@ }, { "attributes": {}, - "id": "70274", - "links": { - "self": "/stops/70274" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=70274" - } - }, - "parent_station": { - "data": { - "id": "place-capst", - "type": "stop" - } - }, - "zone": { - "data": { - "id": "RapidTransit", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "6146", + "id": "1102", "links": { - "self": "/stops/6146" + "self": "/stops/1102" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6146" + "related": "/facilities/?filter[stop]=1102" } }, "parent_station": { @@ -169907,14 +169553,14 @@ }, { "attributes": {}, - "id": "8208", + "id": "388", "links": { - "self": "/stops/8208" + "self": "/stops/388" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8208" + "related": "/facilities/?filter[stop]=388" } }, "parent_station": { @@ -169931,14 +169577,14 @@ }, { "attributes": {}, - "id": "16734", + "id": "460", "links": { - "self": "/stops/16734" + "self": "/stops/460" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=16734" + "related": "/facilities/?filter[stop]=460" } }, "parent_station": { @@ -169955,14 +169601,14 @@ }, { "attributes": {}, - "id": "5309", + "id": "8643", "links": { - "self": "/stops/5309" + "self": "/stops/8643" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5309" + "related": "/facilities/?filter[stop]=8643" } }, "parent_station": { @@ -169979,35 +169625,14 @@ }, { "attributes": {}, - "id": "9070026", - "links": { - "self": "/stops/9070026" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=9070026" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": null - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "3733", + "id": "168", "links": { - "self": "/stops/3733" + "self": "/stops/168" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3733" + "related": "/facilities/?filter[stop]=168" } }, "parent_station": { @@ -170024,14 +169649,14 @@ }, { "attributes": {}, - "id": "58", + "id": "46619", "links": { - "self": "/stops/58" + "self": "/stops/46619" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=58" + "related": "/facilities/?filter[stop]=46619" } }, "parent_station": { @@ -170048,14 +169673,14 @@ }, { "attributes": {}, - "id": "9960", + "id": "7810", "links": { - "self": "/stops/9960" + "self": "/stops/7810" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9960" + "related": "/facilities/?filter[stop]=7810" } }, "parent_station": { @@ -170071,63 +169696,29 @@ "type": "stop" }, { - "attributes": {}, - "id": "9070233", - "links": { - "self": "/stops/9070233" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=9070233" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": null - } + "attributes": { + "color": "FFC72C", + "long_name": "Sullivan - Ruggles", + "short_name": "CT2", + "sort_order": 40020, + "text_color": "000000" }, - "type": "stop" - }, - { - "attributes": {}, - "id": "70075", + "id": "line-747", "links": { - "self": "/stops/70075" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=70075" - } - }, - "parent_station": { - "data": { - "id": "place-pktrm", - "type": "stop" - } - }, - "zone": { - "data": { - "id": "RapidTransit", - "type": "zone" - } - } + "self": "/lines/line-747" }, - "type": "stop" + "type": "line" }, { "attributes": {}, - "id": "8446", + "id": "5659", "links": { - "self": "/stops/8446" + "self": "/stops/5659" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8446" + "related": "/facilities/?filter[stop]=5659" } }, "parent_station": { @@ -170143,48 +169734,81 @@ "type": "stop" }, { - "attributes": {}, - "id": "7392", + "attributes": { + "direction_id": 0, + "headsign": "Wachusett (Shuttle)" + }, + "id": "ShirleyWachusett-0-sample", "links": { - "self": "/stops/7392" + "self": "/trips/ShirleyWachusett-0-sample" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=7392" + "route": { + "data": { + "id": "Shuttle-ShirleyWachusett", + "type": "route" } }, - "parent_station": { - "data": null + "route_pattern": { + "data": { + "id": "Shuttle-ShirleyWachusett-0-0", + "type": "route_pattern" + } }, - "zone": { + "service": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "canonical", + "type": "service" + } + }, + "shape": { + "data": { + "id": "ShirleyToWachusett-S", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "FR-0394-B0", + "type": "stop" + }, + { + "id": "FR-0451-B", + "type": "stop" + }, + { + "id": "FR-0494-B", + "type": "stop" + }, + { + "id": "FR-3338-B", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": { - "direction_id": 1, - "headsign": "Kendall/MIT (Shuttle)" + "direction_id": 0, + "headsign": "Rockport (Limited shuttle)" }, - "id": "JFKKendallAshmontPlatforms-1-sample", + "id": "OakGroveRockportLimited-0-sample", "links": { - "self": "/trips/JFKKendallAshmontPlatforms-1-sample" + "self": "/trips/OakGroveRockportLimited-0-sample" }, "relationships": { "route": { "data": { - "id": "Shuttle-JFKKendall", + "id": "Shuttle-OakGroveRockportLimited", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-JFKKendall-0-1", + "id": "Shuttle-OakGroveRockportLimited-0-0", "type": "route_pattern" } }, @@ -170196,46 +169820,46 @@ }, "shape": { "data": { - "id": "JFKToKendall-S", + "id": "OakGroveToRockportLimited-S", "type": "shape" } }, "stops": { "data": [ { - "id": "121", + "id": "9328", "type": "stop" }, { - "id": "13", + "id": "ER-0168-B", "type": "stop" }, { - "id": "150", + "id": "ER-0183-B", "type": "stop" }, { - "id": "892", + "id": "GB-0198-B2", "type": "stop" }, { - "id": "6551", + "id": "GB-0229-B0", "type": "stop" }, { - "id": "190", + "id": "GB-0254-B2", "type": "stop" }, { - "id": "9070025", + "id": "GB-0296-B2", "type": "stop" }, { - "id": "9070074", + "id": "GB-0316-B0", "type": "stop" }, { - "id": "2231", + "id": "GB-0353-B", "type": "stop" } ] @@ -170245,25 +169869,22 @@ }, { "attributes": {}, - "id": "70149", + "id": "10612", "links": { - "self": "/stops/70149" + "self": "/stops/10612" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70149" + "related": "/facilities/?filter[stop]=10612" } }, "parent_station": { - "data": { - "id": "place-bland", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } @@ -170272,14 +169893,14 @@ }, { "attributes": {}, - "id": "3879", + "id": "109830", "links": { - "self": "/stops/3879" + "self": "/stops/109830" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3879" + "related": "/facilities/?filter[stop]=109830" } }, "parent_station": { @@ -170296,14 +169917,14 @@ }, { "attributes": {}, - "id": "2865", + "id": "3422", "links": { - "self": "/stops/2865" + "self": "/stops/3422" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2865" + "related": "/facilities/?filter[stop]=3422" } }, "parent_station": { @@ -170319,42 +169940,29 @@ "type": "stop" }, { - "attributes": {}, - "id": "WML-0252-01", - "links": { - "self": "/stops/WML-0252-01" + "attributes": { + "color": "80276C", + "long_name": "Lowell Line", + "short_name": "", + "sort_order": 20008, + "text_color": "FFFFFF" }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=WML-0252-01" - } - }, - "parent_station": { - "data": { - "id": "place-WML-0252", - "type": "stop" - } - }, - "zone": { - "data": { - "id": "CR-zone-6", - "type": "zone" - } - } + "id": "line-Lowell", + "links": { + "self": "/lines/line-Lowell" }, - "type": "stop" + "type": "line" }, { "attributes": {}, - "id": "4463", + "id": "8233", "links": { - "self": "/stops/4463" + "self": "/stops/8233" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4463" + "related": "/facilities/?filter[stop]=8233" } }, "parent_station": { @@ -170371,41 +169979,14 @@ }, { "attributes": {}, - "id": "70174", - "links": { - "self": "/stops/70174" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=70174" - } - }, - "parent_station": { - "data": { - "id": "place-rsmnl", - "type": "stop" - } - }, - "zone": { - "data": { - "id": "RapidTransit", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "4760", + "id": "3631", "links": { - "self": "/stops/4760" + "self": "/stops/3631" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4760" + "related": "/facilities/?filter[stop]=3631" } }, "parent_station": { @@ -170422,14 +170003,14 @@ }, { "attributes": {}, - "id": "4880", + "id": "8842", "links": { - "self": "/stops/4880" + "self": "/stops/8842" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4880" + "related": "/facilities/?filter[stop]=8842" } }, "parent_station": { @@ -170446,14 +170027,14 @@ }, { "attributes": {}, - "id": "53541", + "id": "8436", "links": { - "self": "/stops/53541" + "self": "/stops/8436" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=53541" + "related": "/facilities/?filter[stop]=8436" } }, "parent_station": { @@ -170470,198 +170051,118 @@ }, { "attributes": { - "direction_id": 0, - "headsign": "Woodland Rd" + "direction_id": 1, + "headsign": "Government Center" }, - "id": "61868941", + "id": "canonical-Green-C-C1-1", "links": { - "self": "/trips/61868941" + "self": "/trips/canonical-Green-C-C1-1" }, "relationships": { "route": { "data": { - "id": "99", + "id": "Green-C", "type": "route" } }, "route_pattern": { "data": { - "id": "99-7-0", + "id": "Green-C-832-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "canonical", "type": "service" } }, "shape": { "data": { - "id": "990145", + "id": "canonical-8000005", "type": "shape" } }, "stops": { "data": [ { - "id": "5271", - "type": "stop" - }, - { - "id": "5563", - "type": "stop" - }, - { - "id": "5405", - "type": "stop" - }, - { - "id": "5406", - "type": "stop" - }, - { - "id": "45406", - "type": "stop" - }, - { - "id": "5408", - "type": "stop" - }, - { - "id": "5409", - "type": "stop" - }, - { - "id": "5410", - "type": "stop" - }, - { - "id": "5411", - "type": "stop" - }, - { - "id": "5412", - "type": "stop" - }, - { - "id": "5413", - "type": "stop" - }, - { - "id": "5451", - "type": "stop" - }, - { - "id": "5452", - "type": "stop" - }, - { - "id": "5453", - "type": "stop" - }, - { - "id": "5454", - "type": "stop" - }, - { - "id": "5366", - "type": "stop" - }, - { - "id": "5342", - "type": "stop" - }, - { - "id": "9215", - "type": "stop" - }, - { - "id": "19215", - "type": "stop" - }, - { - "id": "5369", - "type": "stop" - }, - { - "id": "5072", + "id": "70238", "type": "stop" }, { - "id": "5074", + "id": "70236", "type": "stop" }, { - "id": "5075", + "id": "70234", "type": "stop" }, { - "id": "5076", + "id": "70232", "type": "stop" }, { - "id": "5077", + "id": "70230", "type": "stop" }, { - "id": "5078", + "id": "70228", "type": "stop" }, { - "id": "5079", + "id": "70226", "type": "stop" }, { - "id": "45079", + "id": "70224", "type": "stop" }, { - "id": "5080", + "id": "70220", "type": "stop" }, { - "id": "45080", + "id": "70218", "type": "stop" }, { - "id": "5081", + "id": "70216", "type": "stop" }, { - "id": "5083", + "id": "70214", "type": "stop" }, { - "id": "5084", + "id": "70212", "type": "stop" }, { - "id": "5085", + "id": "70150", "type": "stop" }, { - "id": "5086", + "id": "70152", "type": "stop" }, { - "id": "5087", + "id": "70154", "type": "stop" }, { - "id": "5088", + "id": "70156", "type": "stop" }, { - "id": "50881", + "id": "70158", "type": "stop" }, { - "id": "25059", + "id": "70200", "type": "stop" }, { - "id": "15058", + "id": "70201", "type": "stop" } ] @@ -170671,14 +170172,14 @@ }, { "attributes": {}, - "id": "5987", + "id": "3308", "links": { - "self": "/stops/5987" + "self": "/stops/3308" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5987" + "related": "/facilities/?filter[stop]=3308" } }, "parent_station": { @@ -170695,14 +170196,14 @@ }, { "attributes": {}, - "id": "8145", + "id": "5086", "links": { - "self": "/stops/8145" + "self": "/stops/5086" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8145" + "related": "/facilities/?filter[stop]=5086" } }, "parent_station": { @@ -170719,14 +170220,14 @@ }, { "attributes": {}, - "id": "8608", + "id": "83032", "links": { - "self": "/stops/8608" + "self": "/stops/83032" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8608" + "related": "/facilities/?filter[stop]=83032" } }, "parent_station": { @@ -170743,14 +170244,14 @@ }, { "attributes": {}, - "id": "4185", + "id": "6515", "links": { - "self": "/stops/4185" + "self": "/stops/6515" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4185" + "related": "/facilities/?filter[stop]=6515" } }, "parent_station": { @@ -170765,85 +170266,16 @@ }, "type": "stop" }, - { - "attributes": { - "direction_id": 1, - "headsign": "Reading (Local shuttle)" - }, - "id": "HaverhillReadingLocalExtended-1-sample", - "links": { - "self": "/trips/HaverhillReadingLocalExtended-1-sample" - }, - "relationships": { - "route": { - "data": { - "id": "Shuttle-HaverhillReadingLocal", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Shuttle-HaverhillReadingLocal-0-1", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "canonical", - "type": "service" - } - }, - "shape": { - "data": { - "id": "HaverhillToReadingLocal-S", - "type": "shape" - } - }, - "stops": { - "data": [ - { - "id": "WR-0329-B", - "type": "stop" - }, - { - "id": "WR-0325-B", - "type": "stop" - }, - { - "id": "WR-0264-B2", - "type": "stop" - }, - { - "id": "WR-0228-B1", - "type": "stop" - }, - { - "id": "WR-0205-B1", - "type": "stop" - }, - { - "id": "WR-0163-B1", - "type": "stop" - }, - { - "id": "WR-0120-B", - "type": "stop" - } - ] - } - }, - "type": "trip" - }, { "attributes": {}, - "id": "5867", + "id": "282", "links": { - "self": "/stops/5867" + "self": "/stops/282" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5867" + "related": "/facilities/?filter[stop]=282" } }, "parent_station": { @@ -170860,25 +170292,22 @@ }, { "attributes": {}, - "id": "MM-0356-S", + "id": "1543", "links": { - "self": "/stops/MM-0356-S" + "self": "/stops/1543" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=MM-0356-S" + "related": "/facilities/?filter[stop]=1543" } }, "parent_station": { - "data": { - "id": "place-MM-0356", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "CR-zone-8", + "id": "LocalBus", "type": "zone" } } @@ -170886,39 +170315,52 @@ "type": "stop" }, { - "attributes": {}, - "id": "46170", + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Riverside", + "Union Square" + ], + "direction_names": [ + "West", + "East" + ], + "long_name": "Riverside - Copley via Woodland (Express)", + "short_name": "Green Line D Shuttle", + "sort_order": 61450, + "text_color": "000000", + "type": 3 + }, + "id": "Shuttle-CopleyRiversideLimited", "links": { - "self": "/stops/46170" + "self": "/routes/Shuttle-CopleyRiversideLimited" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=46170" + "agency": { + "data": { + "id": "1", + "type": "agency" } }, - "parent_station": { - "data": null - }, - "zone": { + "line": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "line-Green", + "type": "line" } } }, - "type": "stop" + "type": "route" }, { "attributes": {}, - "id": "1842", + "id": "7334", "links": { - "self": "/stops/1842" + "self": "/stops/7334" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1842" + "related": "/facilities/?filter[stop]=7334" } }, "parent_station": { @@ -170935,22 +170377,25 @@ }, { "attributes": {}, - "id": "4002", + "id": "70090", "links": { - "self": "/stops/4002" + "self": "/stops/70090" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4002" + "related": "/facilities/?filter[stop]=70090" } }, "parent_station": { - "data": null + "data": { + "id": "place-fldcr", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -170959,38 +170404,14 @@ }, { "attributes": {}, - "id": "1557", + "id": "5910", "links": { - "self": "/stops/1557" + "self": "/stops/5910" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1557" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "4671", - "links": { - "self": "/stops/4671" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=4671" + "related": "/facilities/?filter[stop]=5910" } }, "parent_station": { @@ -171007,58 +170428,46 @@ }, { "attributes": { - "direction_id": 0, - "headsign": "Logan Airport" + "direction_id": 1, + "headsign": "North Station (Express shuttle)" }, - "id": "61946388", + "id": "AndersonWoburnNorthStationExpress-1-sample", "links": { - "self": "/trips/61946388" + "self": "/trips/AndersonWoburnNorthStationExpress-1-sample" }, "relationships": { "route": { "data": { - "id": "741", + "id": "Shuttle-AndersonWoburnNorthStationExpress", "type": "route" } }, "route_pattern": { "data": { - "id": "741-_-0", + "id": "Shuttle-AndersonWoburnNorthStationExpress-0-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "canonical", "type": "service" } }, "shape": { "data": { - "id": "7410043", + "id": "AndersonWoburnToNorthStationExpress-S", "type": "shape" } }, "stops": { "data": [ { - "id": "74611", - "type": "stop" - }, - { - "id": "74612", - "type": "stop" - }, - { - "id": "74613", - "type": "stop" - }, - { - "id": "74624", + "id": "NHRML-0127-B", "type": "stop" }, { - "id": "17091", + "id": "BNT-0000-B2", "type": "stop" } ] @@ -171068,14 +170477,38 @@ }, { "attributes": {}, - "id": "7559", + "id": "3121", "links": { - "self": "/stops/7559" + "self": "/stops/3121" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7559" + "related": "/facilities/?filter[stop]=3121" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "5870", + "links": { + "self": "/stops/5870" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=5870" } }, "parent_station": { @@ -171092,102 +170525,170 @@ }, { "attributes": { - "direction_id": 0, - "headsign": "Forge Park/495" + "direction_id": 1, + "headsign": "Sullivan" }, - "id": "CR-670223-721", + "id": "66960014", "links": { - "self": "/trips/CR-670223-721" + "self": "/trips/66960014" }, "relationships": { "route": { "data": { - "id": "CR-Franklin", + "id": "95", "type": "route" } }, "route_pattern": { "data": { - "id": "CR-Franklin-dc09eba3-0", + "id": "95-3-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SPRING2024-SOUTHWKD-Weekday-1-S85407dc6", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "9880006", + "id": "950291", "type": "shape" } }, "stops": { "data": [ { - "id": "NEC-2287", + "id": "2362", "type": "stop" }, { - "id": "NEC-2276-03", + "id": "2363", "type": "stop" }, { - "id": "NEC-2265-03", + "id": "2365", "type": "stop" }, { - "id": "NEC-2237-03", + "id": "2366", "type": "stop" }, { - "id": "NEC-2203-03", + "id": "2367", "type": "stop" }, { - "id": "FB-0095-05", + "id": "2368", "type": "stop" }, { - "id": "FB-0109-01", + "id": "16316", "type": "stop" }, { - "id": "FB-0118-01", + "id": "6316", "type": "stop" }, { - "id": "FB-0125-01", + "id": "6317", "type": "stop" }, { - "id": "FB-0143-01", + "id": "6318", "type": "stop" }, { - "id": "FB-0148-01", + "id": "6320", "type": "stop" }, { - "id": "FB-0166-S", + "id": "6321", "type": "stop" }, { - "id": "FB-0191-S", + "id": "6322", "type": "stop" }, { - "id": "FB-0230-S", + "id": "6323", "type": "stop" }, { - "id": "FB-0275-S", + "id": "6324", "type": "stop" }, { - "id": "FB-0303-S", + "id": "5031", + "type": "stop" + }, + { + "id": "12888", + "type": "stop" + }, + { + "id": "2889", + "type": "stop" + }, + { + "id": "2890", + "type": "stop" + }, + { + "id": "2891", + "type": "stop" + }, + { + "id": "2892", + "type": "stop" + }, + { + "id": "2893", + "type": "stop" + }, + { + "id": "2894", + "type": "stop" + }, + { + "id": "2895", + "type": "stop" + }, + { + "id": "2896", + "type": "stop" + }, + { + "id": "2897", + "type": "stop" + }, + { + "id": "2898", + "type": "stop" + }, + { + "id": "2899", + "type": "stop" + }, + { + "id": "2900", + "type": "stop" + }, + { + "id": "2901", + "type": "stop" + }, + { + "id": "2902", + "type": "stop" + }, + { + "id": "2714", + "type": "stop" + }, + { + "id": "29001", "type": "stop" } ] @@ -171197,165 +170698,14 @@ }, { "attributes": {}, - "id": "4766", - "links": { - "self": "/stops/4766" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=4766" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "3355", - "links": { - "self": "/stops/3355" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=3355" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "1584", - "links": { - "self": "/stops/1584" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=1584" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Riverside", - "Union Square" - ], - "direction_names": [ - "West", - "East" - ], - "long_name": "Brookline Hills - Kenmore", - "short_name": "Green Line D Shuttle", - "sort_order": 61100, - "text_color": "000000", - "type": 3 - }, - "id": "Shuttle-BrooklineHillsKenmore", - "links": { - "self": "/routes/Shuttle-BrooklineHillsKenmore" - }, - "relationships": { - "line": { - "data": { - "id": "line-Green", - "type": "line" - } - } - }, - "type": "route" - }, - { - "attributes": {}, - "id": "6754", - "links": { - "self": "/stops/6754" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=6754" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "1672", - "links": { - "self": "/stops/1672" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=1672" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "1787", + "id": "4173", "links": { - "self": "/stops/1787" + "self": "/stops/4173" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1787" + "related": "/facilities/?filter[stop]=4173" } }, "parent_station": { @@ -171372,206 +170722,230 @@ }, { "attributes": { - "direction_id": 1, - "headsign": "Kenmore via South Bay Center" + "direction_id": 0, + "headsign": "Arlmont Village" }, - "id": "61393131", + "id": "67008278", "links": { - "self": "/trips/61393131" + "self": "/trips/67008278" }, "relationships": { "route": { "data": { - "id": "8", + "id": "78", "type": "route" } }, "route_pattern": { "data": { - "id": "8-9-1", + "id": "78-1-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "8-9-1", + "id": "780148", "type": "shape" } }, "stops": { "data": [ { - "id": "111", + "id": "76126", "type": "stop" }, { - "id": "31111", + "id": "2170", "type": "stop" }, { - "id": "41111", + "id": "2172", "type": "stop" }, { - "id": "51111", + "id": "2173", "type": "stop" }, { - "id": "121", + "id": "2174", "type": "stop" }, { - "id": "122", + "id": "2175", "type": "stop" }, { - "id": "123", + "id": "2176", "type": "stop" }, { - "id": "124", + "id": "2177", "type": "stop" }, { - "id": "125", + "id": "2179", "type": "stop" }, { - "id": "29049", + "id": "2180", "type": "stop" }, { - "id": "29051", + "id": "2181", "type": "stop" }, { - "id": "29052", + "id": "2182", "type": "stop" }, { - "id": "9955", + "id": "2184", "type": "stop" }, { - "id": "128", + "id": "2185", "type": "stop" }, { - "id": "9960", + "id": "2186", "type": "stop" }, { - "id": "10", + "id": "2187", "type": "stop" }, { - "id": "10014", + "id": "2341", "type": "stop" }, { - "id": "10005", + "id": "2342", "type": "stop" }, { - "id": "10015", + "id": "2343", "type": "stop" }, { - "id": "1790", + "id": "2345", "type": "stop" }, { - "id": "1791", + "id": "2346", "type": "stop" }, { - "id": "11792", + "id": "2347", "type": "stop" }, { - "id": "62", + "id": "2349", "type": "stop" }, { - "id": "63", + "id": "12352", "type": "stop" }, { - "id": "64", + "id": "2353", "type": "stop" }, { - "id": "1", + "id": "2354", "type": "stop" }, { - "id": "2", + "id": "2355", "type": "stop" }, { - "id": "11", + "id": "2356", "type": "stop" }, { - "id": "17863", + "id": "2357", "type": "stop" }, { - "id": "1798", + "id": "2358", "type": "stop" }, { - "id": "1799", + "id": "2359", "type": "stop" }, { - "id": "11799", + "id": "2360", "type": "stop" }, { - "id": "11802", + "id": "2361", "type": "stop" }, { - "id": "11803", + "id": "2323", "type": "stop" }, { - "id": "1804", + "id": "2483", "type": "stop" }, { - "id": "1805", + "id": "2484", "type": "stop" }, { - "id": "1806", + "id": "2485", "type": "stop" }, { - "id": "9441", + "id": "2486", "type": "stop" }, { - "id": "1562", + "id": "2487", "type": "stop" }, { - "id": "1563", + "id": "2488", "type": "stop" }, { - "id": "1564", + "id": "2489", "type": "stop" }, { - "id": "899", + "id": "2490", + "type": "stop" + }, + { + "id": "2491", + "type": "stop" + }, + { + "id": "12465", + "type": "stop" + }, + { + "id": "2493", + "type": "stop" + }, + { + "id": "2494", + "type": "stop" + }, + { + "id": "2495", + "type": "stop" + }, + { + "id": "2464", "type": "stop" } ] @@ -171579,57 +170953,16 @@ }, "type": "trip" }, - { - "attributes": { - "color": "FFC72C", - "long_name": "Sullivan - Ruggles", - "short_name": "CT2", - "sort_order": 40020, - "text_color": "000000" - }, - "id": "line-747", - "links": { - "self": "/lines/line-747" - }, - "type": "line" - }, - { - "attributes": {}, - "id": "70261", - "links": { - "self": "/stops/70261" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=70261" - } - }, - "parent_station": { - "data": { - "id": "place-asmnl", - "type": "stop" - } - }, - "zone": { - "data": { - "id": "RapidTransit", - "type": "zone" - } - } - }, - "type": "stop" - }, { "attributes": {}, - "id": "4396", + "id": "17255", "links": { - "self": "/stops/4396" + "self": "/stops/17255" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4396" + "related": "/facilities/?filter[stop]=17255" } }, "parent_station": { @@ -171646,14 +170979,14 @@ }, { "attributes": {}, - "id": "2040", + "id": "970", "links": { - "self": "/stops/2040" + "self": "/stops/970" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2040" + "related": "/facilities/?filter[stop]=970" } }, "parent_station": { @@ -171670,14 +171003,14 @@ }, { "attributes": {}, - "id": "8595", + "id": "4832", "links": { - "self": "/stops/8595" + "self": "/stops/4832" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8595" + "related": "/facilities/?filter[stop]=4832" } }, "parent_station": { @@ -171694,14 +171027,14 @@ }, { "attributes": {}, - "id": "8609", + "id": "1188", "links": { - "self": "/stops/8609" + "self": "/stops/1188" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8609" + "related": "/facilities/?filter[stop]=1188" } }, "parent_station": { @@ -171718,14 +171051,14 @@ }, { "attributes": {}, - "id": "1130", + "id": "7256", "links": { - "self": "/stops/1130" + "self": "/stops/7256" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1130" + "related": "/facilities/?filter[stop]=7256" } }, "parent_station": { @@ -171740,189 +171073,16 @@ }, "type": "stop" }, - { - "attributes": { - "direction_id": 0, - "headsign": "Ashmont" - }, - "id": "61393409", - "links": { - "self": "/trips/61393409" - }, - "relationships": { - "route": { - "data": { - "id": "18", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "18-1-0", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "SpringWeekday", - "type": "service" - } - }, - "shape": { - "data": { - "id": "180080", - "type": "shape" - } - }, - "stops": { - "data": [ - { - "id": "13", - "type": "stop" - }, - { - "id": "2905", - "type": "stop" - }, - { - "id": "2906", - "type": "stop" - }, - { - "id": "2907", - "type": "stop" - }, - { - "id": "2908", - "type": "stop" - }, - { - "id": "2909", - "type": "stop" - }, - { - "id": "135", - "type": "stop" - }, - { - "id": "303", - "type": "stop" - }, - { - "id": "305", - "type": "stop" - }, - { - "id": "306", - "type": "stop" - }, - { - "id": "308", - "type": "stop" - }, - { - "id": "309", - "type": "stop" - }, - { - "id": "90311", - "type": "stop" - }, - { - "id": "180", - "type": "stop" - }, - { - "id": "312", - "type": "stop" - }, - { - "id": "13121", - "type": "stop" - }, - { - "id": "317", - "type": "stop" - }, - { - "id": "3176", - "type": "stop" - }, - { - "id": "318", - "type": "stop" - }, - { - "id": "319", - "type": "stop" - }, - { - "id": "320", - "type": "stop" - }, - { - "id": "323", - "type": "stop" - }, - { - "id": "55600", - "type": "stop" - }, - { - "id": "325", - "type": "stop" - }, - { - "id": "326", - "type": "stop" - }, - { - "id": "327", - "type": "stop" - }, - { - "id": "328", - "type": "stop" - }, - { - "id": "329", - "type": "stop" - }, - { - "id": "330", - "type": "stop" - }, - { - "id": "331", - "type": "stop" - }, - { - "id": "332", - "type": "stop" - }, - { - "id": "8717", - "type": "stop" - }, - { - "id": "334", - "type": "stop" - } - ] - } - }, - "type": "trip" - }, { "attributes": {}, - "id": "4375", + "id": "7192", "links": { - "self": "/stops/4375" + "self": "/stops/7192" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4375" + "related": "/facilities/?filter[stop]=7192" } }, "parent_station": { @@ -171939,14 +171099,14 @@ }, { "attributes": {}, - "id": "111720", + "id": "8445", "links": { - "self": "/stops/111720" + "self": "/stops/8445" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=111720" + "related": "/facilities/?filter[stop]=8445" } }, "parent_station": { @@ -171963,14 +171123,14 @@ }, { "attributes": {}, - "id": "1403", + "id": "1747", "links": { - "self": "/stops/1403" + "self": "/stops/1747" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1403" + "related": "/facilities/?filter[stop]=1747" } }, "parent_station": { @@ -171987,14 +171147,14 @@ }, { "attributes": {}, - "id": "2412", + "id": "6136", "links": { - "self": "/stops/2412" + "self": "/stops/6136" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2412" + "related": "/facilities/?filter[stop]=6136" } }, "parent_station": { @@ -172011,49 +171171,46 @@ }, { "attributes": {}, - "id": "86242", + "id": "FR-0301-B", "links": { - "self": "/stops/86242" + "self": "/stops/FR-0301-B" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=86242" + "related": "/facilities/?filter[stop]=FR-0301-B" } }, "parent_station": { - "data": null - }, - "zone": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "place-FR-0301", + "type": "stop" } + }, + "zone": { + "data": null } }, "type": "stop" }, { "attributes": {}, - "id": "70084", + "id": "14616", "links": { - "self": "/stops/70084" + "self": "/stops/14616" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70084" + "related": "/facilities/?filter[stop]=14616" } }, "parent_station": { - "data": { - "id": "place-andrw", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } @@ -172062,14 +171219,14 @@ }, { "attributes": {}, - "id": "2396", + "id": "1733", "links": { - "self": "/stops/2396" + "self": "/stops/1733" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2396" + "related": "/facilities/?filter[stop]=1733" } }, "parent_station": { @@ -172086,14 +171243,14 @@ }, { "attributes": {}, - "id": "3267", + "id": "5731", "links": { - "self": "/stops/3267" + "self": "/stops/5731" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3267" + "related": "/facilities/?filter[stop]=5731" } }, "parent_station": { @@ -172110,14 +171267,14 @@ }, { "attributes": {}, - "id": "2282", + "id": "6496", "links": { - "self": "/stops/2282" + "self": "/stops/6496" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2282" + "related": "/facilities/?filter[stop]=6496" } }, "parent_station": { @@ -172134,14 +171291,14 @@ }, { "attributes": {}, - "id": "1789", + "id": "77152", "links": { - "self": "/stops/1789" + "self": "/stops/77152" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1789" + "related": "/facilities/?filter[stop]=77152" } }, "parent_station": { @@ -172158,14 +171315,14 @@ }, { "attributes": {}, - "id": "1888", + "id": "7807", "links": { - "self": "/stops/1888" + "self": "/stops/7807" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1888" + "related": "/facilities/?filter[stop]=7807" } }, "parent_station": { @@ -172182,14 +171339,14 @@ }, { "attributes": {}, - "id": "9161", + "id": "2746", "links": { - "self": "/stops/9161" + "self": "/stops/2746" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9161" + "related": "/facilities/?filter[stop]=2746" } }, "parent_station": { @@ -172207,22 +171364,22 @@ { "attributes": { "direction_id": 0, - "headsign": "Newburyport (Limited shuttle)" + "headsign": "Newburyport (Express shuttle)" }, - "id": "NewburyportOakGroveLimited-0-sample", + "id": "NewburyportBeverlyExpressExtended-0-sample", "links": { - "self": "/trips/NewburyportOakGroveLimited-0-sample" + "self": "/trips/NewburyportBeverlyExpressExtended-0-sample" }, "relationships": { "route": { "data": { - "id": "Shuttle-NewburyportOakGroveLimited", + "id": "Shuttle-BeverlyNewburyportExpress", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-NewburyportOakGroveLimited-0-0", + "id": "Shuttle-BeverlyNewburyportExpress-0-0", "type": "route_pattern" } }, @@ -172234,40 +171391,16 @@ }, "shape": { "data": { - "id": "OakGroveToNewburyportLimited-S", + "id": "BeverlyToNewburyportExpress-S", "type": "shape" } }, "stops": { "data": [ - { - "id": "9328", - "type": "stop" - }, - { - "id": "ER-0168-B", - "type": "stop" - }, { "id": "ER-0183-B", "type": "stop" }, - { - "id": "ER-0208-B", - "type": "stop" - }, - { - "id": "ER-0227-B0", - "type": "stop" - }, - { - "id": "ER-0276-B", - "type": "stop" - }, - { - "id": "ER-0312-B", - "type": "stop" - }, { "id": "ER-0362-B", "type": "stop" @@ -172277,104 +171410,16 @@ }, "type": "trip" }, - { - "attributes": { - "direction_id": 0, - "headsign": "Lowell (Shuttle)" - }, - "id": "AndersonWoburnLowell-0-sample", - "links": { - "self": "/trips/AndersonWoburnLowell-0-sample" - }, - "relationships": { - "route": { - "data": { - "id": "Shuttle-AndersonWoburnLowell", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Shuttle-AndersonWoburnLowell-0-0", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "canonical", - "type": "service" - } - }, - "shape": { - "data": { - "id": "AndersonToLowell-S", - "type": "shape" - } - }, - "stops": { - "data": [ - { - "id": "NHRML-0127-B", - "type": "stop" - }, - { - "id": "NHRML-0152-B", - "type": "stop" - }, - { - "id": "NHRML-0218-B0", - "type": "stop" - }, - { - "id": "NHRML-0254-B", - "type": "stop" - } - ] - } - }, - "type": "trip" - }, - { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Boston College", - "Government Center" - ], - "direction_names": [ - "West", - "East" - ], - "long_name": "Babcock Street - Copley", - "short_name": "Green Line B Shuttle", - "sort_order": 60455, - "text_color": "000000", - "type": 3 - }, - "id": "Shuttle-BabcockCopley", - "links": { - "self": "/routes/Shuttle-BabcockCopley" - }, - "relationships": { - "line": { - "data": { - "id": "line-Green", - "type": "line" - } - } - }, - "type": "route" - }, { "attributes": {}, - "id": "16000", + "id": "3406", "links": { - "self": "/stops/16000" + "self": "/stops/3406" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=16000" + "related": "/facilities/?filter[stop]=3406" } }, "parent_station": { @@ -172391,14 +171436,14 @@ }, { "attributes": {}, - "id": "1843", + "id": "3401", "links": { - "self": "/stops/1843" + "self": "/stops/3401" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1843" + "related": "/facilities/?filter[stop]=3401" } }, "parent_station": { @@ -172415,14 +171460,14 @@ }, { "attributes": {}, - "id": "354", + "id": "8971", "links": { - "self": "/stops/354" + "self": "/stops/8971" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=354" + "related": "/facilities/?filter[stop]=8971" } }, "parent_station": { @@ -172439,73 +171484,25 @@ }, { "attributes": {}, - "id": "70106", + "id": "WML-0252-01", "links": { - "self": "/stops/70106" + "self": "/stops/WML-0252-01" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70106" + "related": "/facilities/?filter[stop]=WML-0252-01" } }, "parent_station": { "data": { - "id": "place-lake", + "id": "place-WML-0252", "type": "stop" } }, "zone": { "data": { - "id": "RapidTransit", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "1029", - "links": { - "self": "/stops/1029" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=1029" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "938", - "links": { - "self": "/stops/938" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=938" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", + "id": "CR-zone-6", "type": "zone" } } @@ -172515,150 +171512,210 @@ { "attributes": { "direction_id": 1, - "headsign": "South Station" + "headsign": "Wellington" }, - "id": "61945429", + "id": "66959828", "links": { - "self": "/trips/61945429" + "self": "/trips/66959828" }, "relationships": { "route": { "data": { - "id": "751", + "id": "108", "type": "route" } }, "route_pattern": { "data": { - "id": "751-_-1", + "id": "108-6-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "7510040", + "id": "1080223", "type": "shape" } }, "stops": { "data": [ { - "id": "64", + "id": "74120", "type": "stop" }, { - "id": "3", + "id": "6283", "type": "stop" }, { - "id": "4", + "id": "6284", "type": "stop" }, { - "id": "5", + "id": "6285", "type": "stop" }, { - "id": "1787", + "id": "9018", "type": "stop" }, { - "id": "1788", + "id": "9019", "type": "stop" }, { - "id": "5093", + "id": "9020", "type": "stop" }, { - "id": "5095", + "id": "9021", "type": "stop" }, { - "id": "15095", + "id": "9023", "type": "stop" }, { - "id": "6565", + "id": "9024", "type": "stop" }, { - "id": "6537", + "id": "9025", "type": "stop" }, { - "id": "6538", + "id": "9026", "type": "stop" - } - ] - } - }, - "type": "trip" - }, - { - "attributes": {}, - "id": "3539", - "links": { - "self": "/stops/3539" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=3539" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "6310", - "links": { - "self": "/stops/6310" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=6310" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } + }, + { + "id": "5440", + "type": "stop" + }, + { + "id": "5441", + "type": "stop" + }, + { + "id": "5442", + "type": "stop" + }, + { + "id": "5443", + "type": "stop" + }, + { + "id": "5444", + "type": "stop" + }, + { + "id": "5445", + "type": "stop" + }, + { + "id": "15431", + "type": "stop" + }, + { + "id": "5072", + "type": "stop" + }, + { + "id": "5328", + "type": "stop" + }, + { + "id": "9028", + "type": "stop" + }, + { + "id": "9029", + "type": "stop" + }, + { + "id": "9030", + "type": "stop" + }, + { + "id": "90310", + "type": "stop" + }, + { + "id": "9032", + "type": "stop" + }, + { + "id": "9033", + "type": "stop" + }, + { + "id": "9034", + "type": "stop" + }, + { + "id": "9035", + "type": "stop" + }, + { + "id": "9036", + "type": "stop" + }, + { + "id": "9037", + "type": "stop" + }, + { + "id": "9038", + "type": "stop" + }, + { + "id": "9039", + "type": "stop" + }, + { + "id": "9040", + "type": "stop" + }, + { + "id": "49040", + "type": "stop" + }, + { + "id": "9041", + "type": "stop" + }, + { + "id": "9042", + "type": "stop" + }, + { + "id": "9043", + "type": "stop" + }, + { + "id": "52720", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "989", + "id": "436", "links": { - "self": "/stops/989" + "self": "/stops/436" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=989" + "related": "/facilities/?filter[stop]=436" } }, "parent_station": { @@ -172675,14 +171732,14 @@ }, { "attributes": {}, - "id": "2066", + "id": "8332", "links": { - "self": "/stops/2066" + "self": "/stops/8332" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2066" + "related": "/facilities/?filter[stop]=8332" } }, "parent_station": { @@ -172699,14 +171756,14 @@ }, { "attributes": {}, - "id": "2902", + "id": "2007", "links": { - "self": "/stops/2902" + "self": "/stops/2007" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2902" + "related": "/facilities/?filter[stop]=2007" } }, "parent_station": { @@ -172723,14 +171780,14 @@ }, { "attributes": {}, - "id": "798", + "id": "111791", "links": { - "self": "/stops/798" + "self": "/stops/111791" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=798" + "related": "/facilities/?filter[stop]=111791" } }, "parent_station": { @@ -172747,14 +171804,14 @@ }, { "attributes": {}, - "id": "8515", + "id": "11388", "links": { - "self": "/stops/8515" + "self": "/stops/11388" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8515" + "related": "/facilities/?filter[stop]=11388" } }, "parent_station": { @@ -172771,379 +171828,226 @@ }, { "attributes": { - "direction_id": 0, - "headsign": "Ashmont" + "direction_id": 1, + "headsign": "Forest Hills" }, - "id": "61392315", + "id": "67250702", "links": { - "self": "/trips/61392315" + "self": "/trips/67250702" }, "relationships": { "route": { "data": { - "id": "22", + "id": "51", "type": "route" } }, "route_pattern": { "data": { - "id": "22-2-0", + "id": "51-_-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "22-2-0", + "id": "510155", "type": "shape" } }, "stops": { "data": [ { - "id": "11780", - "type": "stop" - }, - { - "id": "11781", - "type": "stop" - }, - { - "id": "1784", - "type": "stop" - }, - { - "id": "1785", - "type": "stop" - }, - { - "id": "1257", - "type": "stop" - }, - { - "id": "1258", - "type": "stop" - }, - { - "id": "1260", - "type": "stop" - }, - { - "id": "1262", - "type": "stop" - }, - { - "id": "11531", - "type": "stop" - }, - { - "id": "1265", - "type": "stop" - }, - { - "id": "1266", - "type": "stop" - }, - { - "id": "10413", - "type": "stop" - }, - { - "id": "11413", - "type": "stop" - }, - { - "id": "17421", - "type": "stop" - }, - { - "id": "17411", - "type": "stop" - }, - { - "id": "17401", - "type": "stop" - }, - { - "id": "17391", - "type": "stop" - }, - { - "id": "415", - "type": "stop" - }, - { - "id": "416", - "type": "stop" - }, - { - "id": "417", - "type": "stop" - }, - { - "id": "419", - "type": "stop" - }, - { - "id": "420", - "type": "stop" - }, - { - "id": "421", - "type": "stop" - }, - { - "id": "422", - "type": "stop" - }, - { - "id": "423", - "type": "stop" - }, - { - "id": "424", - "type": "stop" - }, - { - "id": "425", - "type": "stop" - }, - { - "id": "426", + "id": "21918", "type": "stop" }, { - "id": "428", + "id": "11835", "type": "stop" }, { - "id": "430", + "id": "11845", "type": "stop" }, { - "id": "334", - "type": "stop" - } - ] - } - }, - "type": "trip" - }, - { - "attributes": { - "direction_id": 1, - "headsign": "Haymarket via Maverick" - }, - "id": "62216185", - "links": { - "self": "/trips/62216185" - }, - "relationships": { - "route": { - "data": { - "id": "117", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "117-3-1", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "SpringWeekday", - "type": "service" - } - }, - "shape": { - "data": { - "id": "1170168", - "type": "shape" - } - }, - "stops": { - "data": [ - { - "id": "4492", + "id": "21835", "type": "stop" }, { - "id": "4494", + "id": "11545", "type": "stop" }, { - "id": "4495", + "id": "31835", "type": "stop" }, { - "id": "4497", + "id": "41835", "type": "stop" }, { - "id": "4498", + "id": "51835", "type": "stop" }, { - "id": "4500", + "id": "61835", "type": "stop" }, { - "id": "14717", + "id": "71835", "type": "stop" }, { - "id": "4717", + "id": "91835", "type": "stop" }, { - "id": "24717", + "id": "81835", "type": "stop" }, { - "id": "15795", + "id": "11836", "type": "stop" }, { - "id": "15782", + "id": "11837", "type": "stop" }, { - "id": "5783", + "id": "31836", "type": "stop" }, { - "id": "5784", + "id": "41836", "type": "stop" }, { - "id": "4733", + "id": "51836", "type": "stop" }, { - "id": "5786", + "id": "1836", "type": "stop" }, { - "id": "15787", + "id": "1839", "type": "stop" }, { - "id": "5788", + "id": "1840", "type": "stop" }, { - "id": "5714", + "id": "1841", "type": "stop" }, { - "id": "5715", + "id": "1842", "type": "stop" }, { - "id": "5718", + "id": "1843", "type": "stop" }, { - "id": "5719", + "id": "1844", "type": "stop" }, { - "id": "5720", + "id": "1845", "type": "stop" }, { - "id": "5721", + "id": "1846", "type": "stop" }, { - "id": "5722", + "id": "1847", "type": "stop" }, { - "id": "5723", + "id": "1848", "type": "stop" }, { - "id": "5724", + "id": "1849", "type": "stop" }, { - "id": "5725", + "id": "1850", "type": "stop" }, { - "id": "5726", + "id": "1851", "type": "stop" }, { - "id": "46170", + "id": "1852", "type": "stop" }, { - "id": "5605", + "id": "1853", "type": "stop" }, { - "id": "5606", + "id": "1856", "type": "stop" }, { - "id": "5653", + "id": "1857", "type": "stop" }, { - "id": "5728", + "id": "18581", "type": "stop" }, { - "id": "5729", + "id": "1860", "type": "stop" }, { - "id": "5730", + "id": "11860", "type": "stop" }, { - "id": "5731", + "id": "795", "type": "stop" }, { - "id": "5732", + "id": "636", "type": "stop" }, { - "id": "5733", + "id": "637", "type": "stop" }, { - "id": "5734", + "id": "638", "type": "stop" }, { - "id": "5736", + "id": "639", "type": "stop" }, { - "id": "5737", + "id": "640", "type": "stop" }, { - "id": "5740", + "id": "641", "type": "stop" }, { - "id": "5742", + "id": "642", "type": "stop" }, { - "id": "8309", + "id": "10642", "type": "stop" } ] @@ -173153,14 +172057,14 @@ }, { "attributes": {}, - "id": "4245", + "id": "5733", "links": { - "self": "/stops/4245" + "self": "/stops/5733" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4245" + "related": "/facilities/?filter[stop]=5733" } }, "parent_station": { @@ -173176,115 +172080,47 @@ "type": "stop" }, { - "attributes": { - "direction_id": 1, - "headsign": "Maverick" - }, - "id": "62216311", + "attributes": {}, + "id": "1413", "links": { - "self": "/trips/62216311" + "self": "/stops/1413" }, "relationships": { - "route": { - "data": { - "id": "121", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "121-_-1", - "type": "route_pattern" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=1413" } }, - "service": { - "data": { - "id": "SpringWeekday", - "type": "service" - } + "parent_station": { + "data": null }, - "shape": { + "zone": { "data": { - "id": "1210048", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "5666", - "type": "stop" - }, - { - "id": "5848", - "type": "stop" - }, - { - "id": "5849", - "type": "stop" - }, - { - "id": "5450", - "type": "stop" - }, - { - "id": "5898", - "type": "stop" - }, - { - "id": "5899", - "type": "stop" - }, - { - "id": "5900", - "type": "stop" - }, - { - "id": "5901", - "type": "stop" - }, - { - "id": "5902", - "type": "stop" - }, - { - "id": "5736", - "type": "stop" - }, - { - "id": "5737", - "type": "stop" - }, - { - "id": "5740", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "70252", + "id": "3124", "links": { - "self": "/stops/70252" + "self": "/stops/3124" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70252" + "related": "/facilities/?filter[stop]=3124" } }, "parent_station": { - "data": { - "id": "place-fenwd", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } @@ -173293,14 +172129,14 @@ }, { "attributes": {}, - "id": "111640", + "id": "2415", "links": { - "self": "/stops/111640" + "self": "/stops/2415" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=111640" + "related": "/facilities/?filter[stop]=2415" } }, "parent_station": { @@ -173317,22 +172153,25 @@ }, { "attributes": {}, - "id": "2928", + "id": "NEC-2265-01", "links": { - "self": "/stops/2928" + "self": "/stops/NEC-2265-01" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2928" + "related": "/facilities/?filter[stop]=NEC-2265-01" } }, "parent_station": { - "data": null + "data": { + "id": "place-rugg", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "CR-zone-1A", "type": "zone" } } @@ -173340,72 +172179,39 @@ "type": "stop" }, { - "attributes": { - "direction_id": 0, - "headsign": "Government Center (Express shuttle)" - }, - "id": "AirportBowdoinExpress-0-sample", + "attributes": {}, + "id": "7399", "links": { - "self": "/trips/AirportBowdoinExpress-0-sample" + "self": "/stops/7399" }, "relationships": { - "route": { - "data": { - "id": "Shuttle-AirportGovernmentCenterExpress", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Shuttle-AirportGovernmentCenterExpress-0-0", - "type": "route_pattern" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=7399" } }, - "service": { - "data": { - "id": "canonical", - "type": "service" - } + "parent_station": { + "data": null }, - "shape": { + "zone": { "data": { - "id": "AirportToGovernmentCenterExpress-S", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "9170047", - "type": "stop" - }, - { - "id": "9170043", - "type": "stop" - }, - { - "id": "65", - "type": "stop" - }, - { - "id": "4510", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "7252", + "id": "38498", "links": { - "self": "/stops/7252" + "self": "/stops/38498" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7252" + "related": "/facilities/?filter[stop]=38498" } }, "parent_station": { @@ -173421,216 +172227,126 @@ "type": "stop" }, { - "attributes": { - "direction_id": 0, - "headsign": "Braintree" - }, - "id": "canonical-Red-C1-0", + "attributes": {}, + "id": "70038", "links": { - "self": "/trips/canonical-Red-C1-0" + "self": "/stops/70038" }, "relationships": { - "route": { - "data": { - "id": "Red", - "type": "route" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=70038" } }, - "route_pattern": { + "parent_station": { "data": { - "id": "Red-3-0", - "type": "route_pattern" + "id": "place-bomnl", + "type": "stop" } }, - "service": { + "zone": { "data": { - "id": "canonical", - "type": "service" + "id": "RapidTransit", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "109818", + "links": { + "self": "/stops/109818" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=109818" } }, - "shape": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "canonical-933_0009", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "70061", - "type": "stop" - }, - { - "id": "70063", - "type": "stop" - }, - { - "id": "70065", - "type": "stop" - }, - { - "id": "70067", - "type": "stop" - }, - { - "id": "70069", - "type": "stop" - }, - { - "id": "70071", - "type": "stop" - }, - { - "id": "70073", - "type": "stop" - }, - { - "id": "70075", - "type": "stop" - }, - { - "id": "70077", - "type": "stop" - }, - { - "id": "70079", - "type": "stop" - }, - { - "id": "70081", - "type": "stop" - }, - { - "id": "70083", - "type": "stop" - }, - { - "id": "70095", - "type": "stop" - }, - { - "id": "70097", - "type": "stop" - }, - { - "id": "70099", - "type": "stop" - }, - { - "id": "70101", - "type": "stop" - }, - { - "id": "70103", - "type": "stop" - }, - { - "id": "70105", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": { "direction_id": 0, - "headsign": "Winthrop St & Brooks St via Medford Square" + "headsign": "Reading" }, - "id": "61869314", + "id": "NorthWKDYF24-696239-281-HaverhillBradfordVan", "links": { - "self": "/trips/61869314" + "self": "/trips/NorthWKDYF24-696239-281-HaverhillBradfordVan" }, "relationships": { "route": { "data": { - "id": "95", + "id": "CR-Haverhill", "type": "route" } }, "route_pattern": { "data": { - "id": "95-5-0", + "id": "CR-Haverhill-0afec960-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "FALL 2024-N-Wdy-1-S6561ad1d-HvlBrdVn", "type": "service" } }, "shape": { "data": { - "id": "950231", + "id": "9820002", "type": "shape" } }, "stops": { "data": [ { - "id": "5333", - "type": "stop" - }, - { - "id": "5282", - "type": "stop" - }, - { - "id": "5283", - "type": "stop" - }, - { - "id": "5284", - "type": "stop" - }, - { - "id": "5285", - "type": "stop" - }, - { - "id": "5286", - "type": "stop" - }, - { - "id": "5287", - "type": "stop" - }, - { - "id": "5002", + "id": "BNT-0000", "type": "stop" }, { - "id": "15002", + "id": "WR-0045-S", "type": "stop" }, { - "id": "5003", + "id": "WR-0053-S", "type": "stop" }, { - "id": "5004", + "id": "WR-0062-01", "type": "stop" }, { - "id": "5005", + "id": "WR-0067-01", "type": "stop" }, { - "id": "5006", + "id": "WR-0075-01", "type": "stop" }, { - "id": "9174", + "id": "WR-0085-01", "type": "stop" }, { - "id": "9175", + "id": "WR-0099-01", "type": "stop" }, { - "id": "9176", + "id": "WR-0120-S", "type": "stop" } ] @@ -173640,14 +172356,14 @@ }, { "attributes": {}, - "id": "6230", + "id": "4759", "links": { - "self": "/stops/6230" + "self": "/stops/4759" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6230" + "related": "/facilities/?filter[stop]=4759" } }, "parent_station": { @@ -173664,14 +172380,14 @@ }, { "attributes": {}, - "id": "6271", + "id": "12699", "links": { - "self": "/stops/6271" + "self": "/stops/12699" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6271" + "related": "/facilities/?filter[stop]=12699" } }, "parent_station": { @@ -173688,25 +172404,22 @@ }, { "attributes": {}, - "id": "70157", + "id": "3711", "links": { - "self": "/stops/70157" + "self": "/stops/3711" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70157" + "related": "/facilities/?filter[stop]=3711" } }, "parent_station": { - "data": { - "id": "place-armnl", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } @@ -173715,14 +172428,14 @@ }, { "attributes": {}, - "id": "5633", + "id": "9194", "links": { - "self": "/stops/5633" + "self": "/stops/9194" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5633" + "related": "/facilities/?filter[stop]=9194" } }, "parent_station": { @@ -173739,14 +172452,14 @@ }, { "attributes": {}, - "id": "5846", + "id": "3539", "links": { - "self": "/stops/5846" + "self": "/stops/3539" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5846" + "related": "/facilities/?filter[stop]=3539" } }, "parent_station": { @@ -173761,47 +172474,16 @@ }, "type": "stop" }, - { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Riverside", - "Union Square" - ], - "direction_names": [ - "West", - "East" - ], - "long_name": "Reservoir - Kenmore", - "short_name": "Green Line D Shuttle", - "sort_order": 62010, - "text_color": "000000", - "type": 3 - }, - "id": "Shuttle-KenmoreReservoir", - "links": { - "self": "/routes/Shuttle-KenmoreReservoir" - }, - "relationships": { - "line": { - "data": { - "id": "line-Green", - "type": "line" - } - } - }, - "type": "route" - }, { "attributes": {}, - "id": "4902", + "id": "7112", "links": { - "self": "/stops/4902" + "self": "/stops/7112" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4902" + "related": "/facilities/?filter[stop]=7112" } }, "parent_station": { @@ -173817,124 +172499,39 @@ "type": "stop" }, { - "attributes": { - "direction_id": 1, - "headsign": "Avenue Louis Pasteur" - }, - "id": "62145369_2", + "attributes": {}, + "id": "12759", "links": { - "self": "/trips/62145369_2" + "self": "/stops/12759" }, "relationships": { - "route": { - "data": { - "id": "39", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "39-7-1", - "type": "route_pattern" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=12759" } }, - "service": { - "data": { - "id": "SpringWeekday", - "type": "service" - } + "parent_station": { + "data": null }, - "shape": { + "zone": { "data": { - "id": "210135-2", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "10642", - "type": "stop" - }, - { - "id": "1936", - "type": "stop" - }, - { - "id": "1937", - "type": "stop" - }, - { - "id": "1128", - "type": "stop" - }, - { - "id": "1129", - "type": "stop" - }, - { - "id": "1130", - "type": "stop" - }, - { - "id": "1132", - "type": "stop" - }, - { - "id": "11131", - "type": "stop" - }, - { - "id": "6570", - "type": "stop" - }, - { - "id": "6571", - "type": "stop" - }, - { - "id": "6573", - "type": "stop" - }, - { - "id": "65741", - "type": "stop" - }, - { - "id": "6575", - "type": "stop" - }, - { - "id": "1315", - "type": "stop" - }, - { - "id": "1317", - "type": "stop" - }, - { - "id": "1319", - "type": "stop" - }, - { - "id": "11780", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "2090", + "id": "2561", "links": { - "self": "/stops/2090" + "self": "/stops/2561" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2090" + "related": "/facilities/?filter[stop]=2561" } }, "parent_station": { @@ -173949,47 +172546,16 @@ }, "type": "stop" }, - { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Braintree", - "Alewife" - ], - "direction_names": [ - "South", - "North" - ], - "long_name": "Braintree - JFK/UMass", - "short_name": "Red Line Shuttle", - "sort_order": 60940, - "text_color": "000000", - "type": 3 - }, - "id": "Shuttle-BraintreeJFK", - "links": { - "self": "/routes/Shuttle-BraintreeJFK" - }, - "relationships": { - "line": { - "data": { - "id": "line-Red", - "type": "line" - } - } - }, - "type": "route" - }, { "attributes": {}, - "id": "9090", + "id": "7513", "links": { - "self": "/stops/9090" + "self": "/stops/7513" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9090" + "related": "/facilities/?filter[stop]=7513" } }, "parent_station": { @@ -174006,14 +172572,14 @@ }, { "attributes": {}, - "id": "7658", + "id": "4172", "links": { - "self": "/stops/7658" + "self": "/stops/4172" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7658" + "related": "/facilities/?filter[stop]=4172" } }, "parent_station": { @@ -174030,14 +172596,14 @@ }, { "attributes": {}, - "id": "329", + "id": "7800", "links": { - "self": "/stops/329" + "self": "/stops/7800" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=329" + "related": "/facilities/?filter[stop]=7800" } }, "parent_station": { @@ -174053,84 +172619,63 @@ "type": "stop" }, { - "attributes": { - "direction_id": 1, - "headsign": "Beverly (Local shuttle)" - }, - "id": "BeverlyRockport-1-sample", + "attributes": {}, + "id": "4139", "links": { - "self": "/trips/BeverlyRockport-1-sample" + "self": "/stops/4139" }, "relationships": { - "route": { - "data": { - "id": "Shuttle-BeverlyRockportLocal", - "type": "route" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=4139" } }, - "route_pattern": { - "data": { - "id": "Shuttle-BeverlyRockportLocal-0-1", - "type": "route_pattern" - } + "parent_station": { + "data": null }, - "service": { + "zone": { "data": { - "id": "canonical", - "type": "service" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "7345", + "links": { + "self": "/stops/7345" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=7345" } }, - "shape": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "RockportToBeverlyLocal-S", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "GB-0353-B", - "type": "stop" - }, - { - "id": "GB-0316-B1", - "type": "stop" - }, - { - "id": "GB-0296-B1", - "type": "stop" - }, - { - "id": "GB-0254-B2", - "type": "stop" - }, - { - "id": "GB-0229-B1", - "type": "stop" - }, - { - "id": "GB-0198-B3", - "type": "stop" - }, - { - "id": "ER-0183-B", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "1248", + "id": "1437", "links": { - "self": "/stops/1248" + "self": "/stops/1437" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1248" + "related": "/facilities/?filter[stop]=1437" } }, "parent_station": { @@ -174147,14 +172692,14 @@ }, { "attributes": {}, - "id": "3673", + "id": "6636", "links": { - "self": "/stops/3673" + "self": "/stops/6636" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3673" + "related": "/facilities/?filter[stop]=6636" } }, "parent_station": { @@ -174171,14 +172716,14 @@ }, { "attributes": {}, - "id": "928", + "id": "5312", "links": { - "self": "/stops/928" + "self": "/stops/5312" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=928" + "related": "/facilities/?filter[stop]=5312" } }, "parent_station": { @@ -174195,14 +172740,14 @@ }, { "attributes": {}, - "id": "6570", + "id": "3695", "links": { - "self": "/stops/6570" + "self": "/stops/3695" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6570" + "related": "/facilities/?filter[stop]=3695" } }, "parent_station": { @@ -174219,14 +172764,14 @@ }, { "attributes": {}, - "id": "17170", + "id": "5790", "links": { - "self": "/stops/17170" + "self": "/stops/5790" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=17170" + "related": "/facilities/?filter[stop]=5790" } }, "parent_station": { @@ -174242,29 +172787,66 @@ "type": "stop" }, { - "attributes": { - "color": "008EAA", - "long_name": "East Boston Ferry", - "short_name": "", - "sort_order": 30005, - "text_color": "FFFFFF" + "attributes": {}, + "id": "70510", + "links": { + "self": "/stops/70510" }, - "id": "line-Boat-EastBoston", + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=70510" + } + }, + "parent_station": { + "data": { + "id": "place-balsq", + "type": "stop" + } + }, + "zone": { + "data": { + "id": "RapidTransit", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "2185", "links": { - "self": "/lines/line-Boat-EastBoston" + "self": "/stops/2185" }, - "type": "line" + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=2185" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" }, { "attributes": {}, - "id": "4281", + "id": "11972", "links": { - "self": "/stops/4281" + "self": "/stops/11972" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4281" + "related": "/facilities/?filter[stop]=11972" } }, "parent_station": { @@ -174281,14 +172863,14 @@ }, { "attributes": {}, - "id": "813", + "id": "78987", "links": { - "self": "/stops/813" + "self": "/stops/78987" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=813" + "related": "/facilities/?filter[stop]=78987" } }, "parent_station": { @@ -174305,14 +172887,14 @@ }, { "attributes": {}, - "id": "7443", + "id": "2838", "links": { - "self": "/stops/7443" + "self": "/stops/2838" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7443" + "related": "/facilities/?filter[stop]=2838" } }, "parent_station": { @@ -174329,29 +172911,35 @@ }, { "attributes": { - "color": "003DA5", + "color": "FFC72C", "direction_destinations": [ - "Bowdoin", - "Wonderland" + "Point Shirley", + "Orient Heights Station" ], "direction_names": [ - "West", - "East" + "Outbound", + "Inbound" ], - "long_name": "Blue Line", - "short_name": "", - "sort_order": 10040, - "text_color": "FFFFFF", - "type": 1 + "long_name": "Point Shirley - Orient Heights Station via Winthrop Center", + "short_name": "713", + "sort_order": 57130, + "text_color": "000000", + "type": 3 }, - "id": "Blue", + "id": "713", "links": { - "self": "/routes/Blue" + "self": "/routes/713" }, "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, "line": { "data": { - "id": "line-Blue", + "id": "line-712713", "type": "line" } } @@ -174360,14 +172948,14 @@ }, { "attributes": {}, - "id": "61852", + "id": "3895", "links": { - "self": "/stops/61852" + "self": "/stops/3895" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=61852" + "related": "/facilities/?filter[stop]=3895" } }, "parent_station": { @@ -174384,14 +172972,14 @@ }, { "attributes": {}, - "id": "372", + "id": "975", "links": { - "self": "/stops/372" + "self": "/stops/975" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=372" + "related": "/facilities/?filter[stop]=975" } }, "parent_station": { @@ -174408,14 +172996,14 @@ }, { "attributes": {}, - "id": "5713", + "id": "3205", "links": { - "self": "/stops/5713" + "self": "/stops/3205" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5713" + "related": "/facilities/?filter[stop]=3205" } }, "parent_station": { @@ -174431,92 +173019,63 @@ "type": "stop" }, { - "attributes": { - "direction_id": 1, - "headsign": "Babcock Street (Shuttle)" - }, - "id": "BabcockBostonCollege-1-sample", + "attributes": {}, + "id": "463", "links": { - "self": "/trips/BabcockBostonCollege-1-sample" + "self": "/stops/463" }, "relationships": { - "route": { - "data": { - "id": "Shuttle-BabcockBostonCollege", - "type": "route" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=463" } }, - "route_pattern": { - "data": { - "id": "Shuttle-BabcockBostonCollege-0-1", - "type": "route_pattern" - } + "parent_station": { + "data": null }, - "service": { + "zone": { "data": { - "id": "canonical", - "type": "service" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "3809", + "links": { + "self": "/stops/3809" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=3809" } }, - "shape": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "BostonCollegeToBabcockStreet-S", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "9070107", - "type": "stop" - }, - { - "id": "9070110", - "type": "stop" - }, - { - "id": "9070112", - "type": "stop" - }, - { - "id": "9070114", - "type": "stop" - }, - { - "id": "9070116", - "type": "stop" - }, - { - "id": "9070120", - "type": "stop" - }, - { - "id": "9070124", - "type": "stop" - }, - { - "id": "9070130", - "type": "stop" - }, - { - "id": "933", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "6951", + "id": "18249", "links": { - "self": "/stops/6951" + "self": "/stops/18249" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6951" + "related": "/facilities/?filter[stop]=18249" } }, "parent_station": { @@ -174532,136 +173091,87 @@ "type": "stop" }, { - "attributes": { - "direction_id": 1, - "headsign": "Alewife via Arlington Center" - }, - "id": "61846291", + "attributes": {}, + "id": "6681", "links": { - "self": "/trips/61846291" + "self": "/stops/6681" }, "relationships": { - "route": { - "data": { - "id": "67", - "type": "route" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=6681" } }, - "route_pattern": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "67-4-1", - "type": "route_pattern" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "5452", + "links": { + "self": "/stops/5452" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=5452" } }, - "service": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "SpringWeekday", - "type": "service" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "3701", + "links": { + "self": "/stops/3701" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=3701" } }, - "shape": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "670061", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "7961", - "type": "stop" - }, - { - "id": "7963", - "type": "stop" - }, - { - "id": "79642", - "type": "stop" - }, - { - "id": "7965", - "type": "stop" - }, - { - "id": "7966", - "type": "stop" - }, - { - "id": "7967", - "type": "stop" - }, - { - "id": "7968", - "type": "stop" - }, - { - "id": "7969", - "type": "stop" - }, - { - "id": "2258", - "type": "stop" - }, - { - "id": "2259", - "type": "stop" - }, - { - "id": "23535", - "type": "stop" - }, - { - "id": "23536", - "type": "stop" - }, - { - "id": "23537", - "type": "stop" - }, - { - "id": "23538", - "type": "stop" - }, - { - "id": "2475", - "type": "stop" - }, - { - "id": "2477", - "type": "stop" - }, - { - "id": "2478", - "type": "stop" - }, - { - "id": "24790", - "type": "stop" - }, - { - "id": "24791", - "type": "stop" - }, - { - "id": "141", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "2264", + "id": "7302", "links": { - "self": "/stops/2264" + "self": "/stops/7302" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2264" + "related": "/facilities/?filter[stop]=7302" } }, "parent_station": { @@ -174677,46 +173187,39 @@ "type": "stop" }, { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Rindge Avenue", - "Central Square, Cambridge" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Rindge Avenue - Central Square, Cambridge", - "short_name": "83", - "sort_order": 50830, - "text_color": "000000", - "type": 3 - }, - "id": "83", + "attributes": {}, + "id": "5678", "links": { - "self": "/routes/83" + "self": "/stops/5678" }, "relationships": { - "line": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=5678" + } + }, + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "line-83", - "type": "line" + "id": "LocalBus", + "type": "zone" } } }, - "type": "route" + "type": "stop" }, { "attributes": {}, - "id": "3094", + "id": "5362", "links": { - "self": "/stops/3094" + "self": "/stops/5362" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3094" + "related": "/facilities/?filter[stop]=5362" } }, "parent_station": { @@ -174734,265 +173237,269 @@ { "attributes": { "direction_id": 0, - "headsign": "Salem Depot" + "headsign": "Northgate Shopping Center" }, - "id": "63475687", + "id": "67202279", "links": { - "self": "/trips/63475687" + "self": "/trips/67202279" }, "relationships": { "route": { "data": { - "id": "450", + "id": "429", "type": "route" } }, "route_pattern": { "data": { - "id": "450-6-0", + "id": "429-1-0", "type": "route_pattern" } }, "service": { "data": { - "id": "BUS32024-hbl343l1-Weekday-02", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "4500204", + "id": "4290298", "type": "shape" } }, "stops": { "data": [ { - "id": "5666", + "id": "14748", "type": "stop" }, { - "id": "4727", + "id": "66721", "type": "stop" }, { - "id": "4728", + "id": "66731", "type": "stop" }, { - "id": "4730", + "id": "6674", "type": "stop" }, { - "id": "4731", + "id": "66761", "type": "stop" }, { - "id": "4732", + "id": "6676", "type": "stop" }, { - "id": "4526", + "id": "6677", "type": "stop" }, { - "id": "45261", + "id": "6678", "type": "stop" }, { - "id": "4512", + "id": "6679", "type": "stop" }, { - "id": "4513", + "id": "6681", "type": "stop" }, { - "id": "4515", + "id": "6683", "type": "stop" }, { - "id": "4516", + "id": "6684", "type": "stop" }, { - "id": "4518", + "id": "6685", "type": "stop" }, { - "id": "4520", + "id": "6686", "type": "stop" }, { - "id": "45211", + "id": "6688", "type": "stop" }, { - "id": "4521", + "id": "6689", "type": "stop" }, { - "id": "4522", + "id": "6690", "type": "stop" }, { - "id": "4523", + "id": "6691", "type": "stop" }, { - "id": "4524", + "id": "6692", "type": "stop" }, { - "id": "4527", + "id": "6694", "type": "stop" }, { - "id": "4528", + "id": "6695", "type": "stop" }, { - "id": "4529", + "id": "6697", "type": "stop" }, { - "id": "4530", + "id": "6698", "type": "stop" }, { - "id": "4531", + "id": "6699", "type": "stop" }, { - "id": "4532", + "id": "6700", "type": "stop" }, { - "id": "7246", + "id": "6701", "type": "stop" }, { - "id": "7247", + "id": "6702", "type": "stop" }, { - "id": "7248", + "id": "6704", "type": "stop" }, { - "id": "7249", + "id": "6706", "type": "stop" }, { - "id": "7250", + "id": "6707", "type": "stop" }, { - "id": "7251", + "id": "6708", "type": "stop" }, { - "id": "7252", + "id": "6709", "type": "stop" }, { - "id": "4533", + "id": "6710", "type": "stop" }, { - "id": "4534", + "id": "6715", "type": "stop" }, { - "id": "4535", + "id": "6717", "type": "stop" }, { - "id": "4537", + "id": "6719", "type": "stop" }, { - "id": "4538", + "id": "67202", "type": "stop" }, { - "id": "4539", + "id": "7559", "type": "stop" }, { - "id": "4540", + "id": "7560", "type": "stop" }, { - "id": "4541", + "id": "7561", "type": "stop" }, { - "id": "4544", + "id": "7562", "type": "stop" }, { - "id": "14544", + "id": "17562", "type": "stop" }, { - "id": "4546", + "id": "7564", "type": "stop" }, { - "id": "4547", + "id": "7565", "type": "stop" }, { - "id": "14548", + "id": "7566", "type": "stop" }, { - "id": "14551", + "id": "7403", "type": "stop" }, { - "id": "4553", + "id": "7404", "type": "stop" }, { - "id": "14553", + "id": "7405", "type": "stop" }, { - "id": "4554", + "id": "7407", "type": "stop" }, { - "id": "4555", + "id": "7408", "type": "stop" }, { - "id": "4557", + "id": "7409", "type": "stop" }, { - "id": "4558", + "id": "7410", "type": "stop" }, { - "id": "4559", + "id": "7411", "type": "stop" }, { - "id": "4560", + "id": "74121", "type": "stop" }, { - "id": "4562", + "id": "7413", "type": "stop" }, { - "id": "4563", + "id": "7414", "type": "stop" }, { - "id": "37150", + "id": "45534", + "type": "stop" + }, + { + "id": "6267", "type": "stop" } ] @@ -175002,22 +173509,25 @@ }, { "attributes": {}, - "id": "9113", + "id": "70039", "links": { - "self": "/stops/9113" + "self": "/stops/70039" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9113" + "related": "/facilities/?filter[stop]=70039" } }, "parent_station": { - "data": null + "data": { + "id": "place-gover", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -175026,25 +173536,46 @@ }, { "attributes": {}, - "id": "64", + "id": "GB-0296-B0", "links": { - "self": "/stops/64" + "self": "/stops/GB-0296-B0" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=64" + "related": "/facilities/?filter[stop]=GB-0296-B0" } }, "parent_station": { "data": { - "id": "place-nubn", + "id": "place-GB-0296", "type": "stop" } }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "8534", + "links": { + "self": "/stops/8534" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=8534" + } + }, + "parent_station": { + "data": null + }, "zone": { "data": { - "id": "ExpressBus-Downtown", + "id": "LocalBus", "type": "zone" } } @@ -175053,14 +173584,14 @@ }, { "attributes": {}, - "id": "11837", + "id": "2392", "links": { - "self": "/stops/11837" + "self": "/stops/2392" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=11837" + "related": "/facilities/?filter[stop]=2392" } }, "parent_station": { @@ -175077,38 +173608,38 @@ }, { "attributes": {}, - "id": "FR-0201-B0", + "id": "4879", "links": { - "self": "/stops/FR-0201-B0" + "self": "/stops/4879" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=FR-0201-B0" + "related": "/facilities/?filter[stop]=4879" } }, "parent_station": { - "data": { - "id": "place-FR-0201", - "type": "stop" - } + "data": null }, "zone": { - "data": null + "data": { + "id": "LocalBus", + "type": "zone" + } } }, "type": "stop" }, { "attributes": {}, - "id": "1506", + "id": "7968", "links": { - "self": "/stops/1506" + "self": "/stops/7968" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1506" + "related": "/facilities/?filter[stop]=7968" } }, "parent_station": { @@ -175125,14 +173656,14 @@ }, { "attributes": {}, - "id": "9040", + "id": "72", "links": { - "self": "/stops/9040" + "self": "/stops/72" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9040" + "related": "/facilities/?filter[stop]=72" } }, "parent_station": { @@ -175149,14 +173680,14 @@ }, { "attributes": {}, - "id": "38493", + "id": "772", "links": { - "self": "/stops/38493" + "self": "/stops/772" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=38493" + "related": "/facilities/?filter[stop]=772" } }, "parent_station": { @@ -175171,16 +173702,174 @@ }, "type": "stop" }, + { + "attributes": { + "direction_id": 1, + "headsign": "South Station" + }, + "id": "canonical-CR-Greenbush-C1-1", + "links": { + "self": "/trips/canonical-CR-Greenbush-C1-1" + }, + "relationships": { + "route": { + "data": { + "id": "CR-Greenbush", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "CR-Greenbush-414eb5a9-1", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "canonical", + "type": "service" + } + }, + "shape": { + "data": { + "id": "canonical-9900001", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "GRB-0276-S", + "type": "stop" + }, + { + "id": "GRB-0233-S", + "type": "stop" + }, + { + "id": "GRB-0199-S", + "type": "stop" + }, + { + "id": "GRB-0183-S", + "type": "stop" + }, + { + "id": "GRB-0162-S", + "type": "stop" + }, + { + "id": "GRB-0146-S", + "type": "stop" + }, + { + "id": "GRB-0118-S", + "type": "stop" + }, + { + "id": "MM-0079-S", + "type": "stop" + }, + { + "id": "MM-0023-S", + "type": "stop" + }, + { + "id": "NEC-2287", + "type": "stop" + } + ] + } + }, + "type": "trip" + }, + { + "attributes": { + "direction_id": 0, + "headsign": "Boston College (Shuttle)" + }, + "id": "BabcockBostonCollege-Weekday-9e586-0-00:00:00", + "links": { + "self": "/trips/BabcockBostonCollege-Weekday-9e586-0-00%3A00%3A00" + }, + "relationships": { + "route": { + "data": { + "id": "Shuttle-BabcockBostonCollege", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "Shuttle-BabcockBostonCollege-0-0", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "canonical", + "type": "service" + } + }, + "shape": { + "data": { + "id": "BabcockStreetToBostonCollege-S", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "958", + "type": "stop" + }, + { + "id": "9070131", + "type": "stop" + }, + { + "id": "9070125", + "type": "stop" + }, + { + "id": "9070121", + "type": "stop" + }, + { + "id": "9070117", + "type": "stop" + }, + { + "id": "9070115", + "type": "stop" + }, + { + "id": "9070113", + "type": "stop" + }, + { + "id": "9070111", + "type": "stop" + }, + { + "id": "9070107", + "type": "stop" + } + ] + } + }, + "type": "trip" + }, { "attributes": {}, - "id": "463", + "id": "5718", "links": { - "self": "/stops/463" + "self": "/stops/5718" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=463" + "related": "/facilities/?filter[stop]=5718" } }, "parent_station": { @@ -175197,14 +173886,14 @@ }, { "attributes": {}, - "id": "60620", + "id": "20", "links": { - "self": "/stops/60620" + "self": "/stops/20" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=60620" + "related": "/facilities/?filter[stop]=20" } }, "parent_station": { @@ -175219,16 +173908,30 @@ }, "type": "stop" }, + { + "attributes": { + "color": "FFC72C", + "long_name": "Kane Square - Ruggles", + "short_name": "15", + "sort_order": 50150, + "text_color": "000000" + }, + "id": "line-15", + "links": { + "self": "/lines/line-15" + }, + "type": "line" + }, { "attributes": {}, - "id": "77379", + "id": "4582", "links": { - "self": "/stops/77379" + "self": "/stops/4582" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=77379" + "related": "/facilities/?filter[stop]=4582" } }, "parent_station": { @@ -175245,14 +173948,14 @@ }, { "attributes": {}, - "id": "2932", + "id": "82039", "links": { - "self": "/stops/2932" + "self": "/stops/82039" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2932" + "related": "/facilities/?filter[stop]=82039" } }, "parent_station": { @@ -175269,14 +173972,14 @@ }, { "attributes": {}, - "id": "2113", + "id": "1235", "links": { - "self": "/stops/2113" + "self": "/stops/1235" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2113" + "related": "/facilities/?filter[stop]=1235" } }, "parent_station": { @@ -175293,14 +173996,14 @@ }, { "attributes": {}, - "id": "30631", + "id": "10006", "links": { - "self": "/stops/30631" + "self": "/stops/10006" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=30631" + "related": "/facilities/?filter[stop]=10006" } }, "parent_station": { @@ -175317,14 +174020,14 @@ }, { "attributes": {}, - "id": "82050", + "id": "7103", "links": { - "self": "/stops/82050" + "self": "/stops/7103" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=82050" + "related": "/facilities/?filter[stop]=7103" } }, "parent_station": { @@ -175341,14 +174044,14 @@ }, { "attributes": {}, - "id": "8241", + "id": "5323", "links": { - "self": "/stops/8241" + "self": "/stops/5323" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8241" + "related": "/facilities/?filter[stop]=5323" } }, "parent_station": { @@ -175365,115 +174068,123 @@ }, { "attributes": { - "direction_id": 1, - "headsign": "Forest Hills" + "direction_id": 0, + "headsign": "Chestnut Hill Mall" }, - "id": "CR-670209-632", + "id": "66885674", "links": { - "self": "/trips/CR-670209-632" + "self": "/trips/66885674" }, "relationships": { "route": { "data": { - "id": "CR-Needham", + "id": "60", "type": "route" } }, "route_pattern": { "data": { - "id": "CR-Needham-68a3e69b-1", + "id": "60-3-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SPRING2024-SOUTHWKD-Weekday-1-Scbbf1ea5", + "id": "BUS12025-hbc15tp6-Saturday-02", "type": "service" } }, "shape": { "data": { - "id": "9860001", + "id": "600228", "type": "shape" } }, "stops": { "data": [ { - "id": "NB-0137-S", + "id": "11366", "type": "stop" }, { - "id": "NB-0127-S", + "id": "1527", "type": "stop" }, { - "id": "NB-0120-S", + "id": "1528", "type": "stop" }, { - "id": "NB-0109-S", + "id": "1529", "type": "stop" }, { - "id": "NB-0080-S", + "id": "15291", "type": "stop" }, { - "id": "NB-0076-S", + "id": "1530", "type": "stop" }, { - "id": "NB-0072-S", + "id": "1531", "type": "stop" }, { - "id": "NB-0064-S", + "id": "1532", "type": "stop" }, { - "id": "NEC-2237-05", + "id": "1533", "type": "stop" - } - ] - } - }, - "type": "trip" - }, - { - "attributes": {}, - "id": "5247", - "links": { - "self": "/stops/5247" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=5247" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } + }, + { + "id": "1534", + "type": "stop" + }, + { + "id": "1535", + "type": "stop" + }, + { + "id": "15351", + "type": "stop" + }, + { + "id": "1536", + "type": "stop" + }, + { + "id": "1539", + "type": "stop" + }, + { + "id": "1540", + "type": "stop" + }, + { + "id": "1965", + "type": "stop" + }, + { + "id": "19661", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "7906", + "id": "5679", "links": { - "self": "/stops/7906" + "self": "/stops/5679" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7906" + "related": "/facilities/?filter[stop]=5679" } }, "parent_station": { @@ -175490,14 +174201,14 @@ }, { "attributes": {}, - "id": "3940", + "id": "3813", "links": { - "self": "/stops/3940" + "self": "/stops/3813" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3940" + "related": "/facilities/?filter[stop]=3813" } }, "parent_station": { @@ -175512,16 +174223,53 @@ }, "type": "stop" }, + { + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Melrose Highlands", + "Malden Center Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Melrose Highlands - Malden Center Station", + "short_name": "131", + "sort_order": 51310, + "text_color": "000000", + "type": 3 + }, + "id": "131", + "links": { + "self": "/routes/131" + }, + "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, + "line": { + "data": { + "id": "line-131132", + "type": "line" + } + } + }, + "type": "route" + }, { "attributes": {}, - "id": "85231", + "id": "88334", "links": { - "self": "/stops/85231" + "self": "/stops/88334" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=85231" + "related": "/facilities/?filter[stop]=88334" } }, "parent_station": { @@ -175539,309 +174287,97 @@ { "attributes": { "direction_id": 1, - "headsign": "Alewife" + "headsign": "Kenmore" }, - "id": "61848674", + "id": "66644125_2", "links": { - "self": "/trips/61848674" + "self": "/trips/66644125_2" }, "relationships": { "route": { "data": { - "id": "62", + "id": "8", "type": "route" } }, "route_pattern": { "data": { - "id": "62-3-1", + "id": "8-D-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "620189", + "id": "220248-2", "type": "shape" } }, "stops": { "data": [ { - "id": "8471", - "type": "stop" - }, - { - "id": "47879", - "type": "stop" - }, - { - "id": "7881", - "type": "stop" - }, - { - "id": "7882", - "type": "stop" - }, - { - "id": "7883", - "type": "stop" - }, - { - "id": "7884", - "type": "stop" - }, - { - "id": "7885", - "type": "stop" - }, - { - "id": "7886", - "type": "stop" - }, - { - "id": "7887", - "type": "stop" - }, - { - "id": "7888", - "type": "stop" - }, - { - "id": "7889", - "type": "stop" - }, - { - "id": "7890", - "type": "stop" - }, - { - "id": "7891", - "type": "stop" - }, - { - "id": "7892", - "type": "stop" - }, - { - "id": "7894", - "type": "stop" - }, - { - "id": "7896", - "type": "stop" - }, - { - "id": "7898", - "type": "stop" - }, - { - "id": "7900", - "type": "stop" - }, - { - "id": "7902", - "type": "stop" - }, - { - "id": "7903", - "type": "stop" - }, - { - "id": "7904", - "type": "stop" - }, - { - "id": "7905", - "type": "stop" - }, - { - "id": "7906", - "type": "stop" - }, - { - "id": "7907", - "type": "stop" - }, - { - "id": "7908", - "type": "stop" - }, - { - "id": "7909", - "type": "stop" - }, - { - "id": "7910", - "type": "stop" - }, - { - "id": "7911", - "type": "stop" - }, - { - "id": "7912", - "type": "stop" - }, - { - "id": "8636", - "type": "stop" - }, - { - "id": "18636", - "type": "stop" - }, - { - "id": "8637", - "type": "stop" - }, - { - "id": "8638", - "type": "stop" - }, - { - "id": "8639", - "type": "stop" - }, - { - "id": "8640", - "type": "stop" - }, - { - "id": "8641", - "type": "stop" - }, - { - "id": "18595", - "type": "stop" - }, - { - "id": "8643", - "type": "stop" - }, - { - "id": "8645", - "type": "stop" - }, - { - "id": "8647", - "type": "stop" - }, - { - "id": "7913", - "type": "stop" - }, - { - "id": "7914", - "type": "stop" - }, - { - "id": "7915", - "type": "stop" - }, - { - "id": "7916", - "type": "stop" - }, - { - "id": "7917", - "type": "stop" - }, - { - "id": "7918", - "type": "stop" - }, - { - "id": "7919", - "type": "stop" - }, - { - "id": "7921", - "type": "stop" - }, - { - "id": "7922", - "type": "stop" - }, - { - "id": "17922", - "type": "stop" - }, - { - "id": "6201", - "type": "stop" - }, - { - "id": "6202", - "type": "stop" - }, - { - "id": "6203", - "type": "stop" - }, - { - "id": "6204", + "id": "17861", "type": "stop" }, { - "id": "6216", + "id": "17863", "type": "stop" }, { - "id": "2324", + "id": "1798", "type": "stop" }, { - "id": "6218", + "id": "1799", "type": "stop" }, { - "id": "2326", + "id": "11799", "type": "stop" }, { - "id": "2327", + "id": "11802", "type": "stop" }, { - "id": "2328", + "id": "11803", "type": "stop" }, { - "id": "2329", + "id": "1804", "type": "stop" }, { - "id": "2331", + "id": "1805", "type": "stop" }, { - "id": "2475", + "id": "1806", "type": "stop" }, { - "id": "2477", + "id": "9441", "type": "stop" }, { - "id": "2478", + "id": "1562", "type": "stop" }, { - "id": "24790", + "id": "1563", "type": "stop" }, { - "id": "24791", + "id": "1564", "type": "stop" }, { - "id": "141", + "id": "899", "type": "stop" } ] @@ -175850,46 +174386,39 @@ "type": "trip" }, { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Wickford Junction", - "South Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Wickford Junction - TF Green Airport", - "short_name": "Providence Line Shuttle", - "sort_order": 62550, - "text_color": "000000", - "type": 3 - }, - "id": "Shuttle-TFGreenWickfordJunction", + "attributes": {}, + "id": "8205", "links": { - "self": "/routes/Shuttle-TFGreenWickfordJunction" + "self": "/stops/8205" }, "relationships": { - "line": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=8205" + } + }, + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "line-Providence", - "type": "line" + "id": "LocalBus", + "type": "zone" } } }, - "type": "route" + "type": "stop" }, { "attributes": {}, - "id": "431", + "id": "4136", "links": { - "self": "/stops/431" + "self": "/stops/4136" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=431" + "related": "/facilities/?filter[stop]=4136" } }, "parent_station": { @@ -175905,46 +174434,39 @@ "type": "stop" }, { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Wickford Junction", - "South Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Providence - Pawtucket/Central Falls", - "short_name": "Providence Line Shuttle", - "sort_order": 62360, - "text_color": "000000", - "type": 3 - }, - "id": "Shuttle-PawtucketProvidence", + "attributes": {}, + "id": "Boat-Winthrop", "links": { - "self": "/routes/Shuttle-PawtucketProvidence" + "self": "/stops/Boat-Winthrop" }, "relationships": { - "line": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=Boat-Winthrop" + } + }, + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "line-Providence", - "type": "line" + "id": "Boat-zone-1A", + "type": "zone" } } }, - "type": "route" + "type": "stop" }, { "attributes": {}, - "id": "25712", + "id": "3614", "links": { - "self": "/stops/25712" + "self": "/stops/3614" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=25712" + "related": "/facilities/?filter[stop]=3614" } }, "parent_station": { @@ -175961,14 +174483,14 @@ }, { "attributes": {}, - "id": "5732", + "id": "824", "links": { - "self": "/stops/5732" + "self": "/stops/824" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5732" + "related": "/facilities/?filter[stop]=824" } }, "parent_station": { @@ -175983,16 +174505,81 @@ }, "type": "stop" }, + { + "attributes": { + "direction_id": 1, + "headsign": "Park Street (Shuttle)" + }, + "id": "JFKParkStreetViaPostOffice-Weekday-9e586-1-00:00:00", + "links": { + "self": "/trips/JFKParkStreetViaPostOffice-Weekday-9e586-1-00%3A00%3A00" + }, + "relationships": { + "route": { + "data": { + "id": "Shuttle-JFKParkStreetViaPostOffice", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "Shuttle-JFKParkStreetViaPostOffice-0-1", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "canonical", + "type": "service" + } + }, + "shape": { + "data": { + "id": "JFKToParkStreetViaPostOffice-S", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "121", + "type": "stop" + }, + { + "id": "13", + "type": "stop" + }, + { + "id": "150", + "type": "stop" + }, + { + "id": "892", + "type": "stop" + }, + { + "id": "9070080", + "type": "stop" + }, + { + "id": "10000", + "type": "stop" + } + ] + } + }, + "type": "trip" + }, { "attributes": {}, - "id": "1344", + "id": "1400", "links": { - "self": "/stops/1344" + "self": "/stops/1400" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1344" + "related": "/facilities/?filter[stop]=1400" } }, "parent_station": { @@ -176009,14 +174596,14 @@ }, { "attributes": {}, - "id": "2037", + "id": "6459", "links": { - "self": "/stops/2037" + "self": "/stops/6459" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2037" + "related": "/facilities/?filter[stop]=6459" } }, "parent_station": { @@ -176033,14 +174620,14 @@ }, { "attributes": {}, - "id": "7112", + "id": "4813", "links": { - "self": "/stops/7112" + "self": "/stops/4813" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7112" + "related": "/facilities/?filter[stop]=4813" } }, "parent_station": { @@ -176057,14 +174644,14 @@ }, { "attributes": {}, - "id": "2122", + "id": "47527", "links": { - "self": "/stops/2122" + "self": "/stops/47527" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2122" + "related": "/facilities/?filter[stop]=47527" } }, "parent_station": { @@ -176081,14 +174668,14 @@ }, { "attributes": {}, - "id": "467", + "id": "1699", "links": { - "self": "/stops/467" + "self": "/stops/1699" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=467" + "related": "/facilities/?filter[stop]=1699" } }, "parent_station": { @@ -176106,221 +174693,53 @@ { "attributes": { "direction_id": 1, - "headsign": "Wonderland via Central Square" + "headsign": "Copley (Shuttle)" }, - "id": "62216504", + "id": "CopleyRuggles-Weekday-9e586-1-00:00:00", "links": { - "self": "/trips/62216504" + "self": "/trips/CopleyRuggles-Weekday-9e586-1-00%3A00%3A00" }, "relationships": { "route": { "data": { - "id": "439", + "id": "Shuttle-CopleyRuggles", "type": "route" } }, "route_pattern": { "data": { - "id": "439-3-1", + "id": "Shuttle-CopleyRuggles-0-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "canonical", "type": "service" } }, "shape": { "data": { - "id": "4390096", + "id": "RugglesToCopley-S", "type": "shape" } }, "stops": { "data": [ { - "id": "6613", - "type": "stop" - }, - { - "id": "6614", - "type": "stop" - }, - { - "id": "6615", - "type": "stop" - }, - { - "id": "6616", - "type": "stop" - }, - { - "id": "16616", - "type": "stop" - }, - { - "id": "6623", - "type": "stop" - }, - { - "id": "6624", - "type": "stop" - }, - { - "id": "6625", - "type": "stop" - }, - { - "id": "6626", - "type": "stop" - }, - { - "id": "6627", - "type": "stop" - }, - { - "id": "6628", - "type": "stop" - }, - { - "id": "6629", - "type": "stop" - }, - { - "id": "6631", - "type": "stop" - }, - { - "id": "6632", - "type": "stop" - }, - { - "id": "6633", - "type": "stop" - }, - { - "id": "6634", - "type": "stop" - }, - { - "id": "6635", - "type": "stop" - }, - { - "id": "6636", - "type": "stop" - }, - { - "id": "6637", - "type": "stop" - }, - { - "id": "6638", - "type": "stop" - }, - { - "id": "6639", - "type": "stop" - }, - { - "id": "6640", - "type": "stop" - }, - { - "id": "6641", - "type": "stop" - }, - { - "id": "6642", - "type": "stop" - }, - { - "id": "16642", - "type": "stop" - }, - { - "id": "6643", - "type": "stop" - }, - { - "id": "6644", - "type": "stop" - }, - { - "id": "6645", - "type": "stop" - }, - { - "id": "6646", - "type": "stop" - }, - { - "id": "6647", - "type": "stop" - }, - { - "id": "6649", - "type": "stop" - }, - { - "id": "6650", - "type": "stop" - }, - { - "id": "14748", - "type": "stop" - }, - { - "id": "4701", - "type": "stop" - }, - { - "id": "4702", - "type": "stop" - }, - { - "id": "4703", - "type": "stop" - }, - { - "id": "4704", - "type": "stop" - }, - { - "id": "4705", - "type": "stop" - }, - { - "id": "4706", - "type": "stop" - }, - { - "id": "4707", - "type": "stop" - }, - { - "id": "4708", - "type": "stop" - }, - { - "id": "4709", - "type": "stop" - }, - { - "id": "4710", + "id": "17861", "type": "stop" }, { - "id": "4712", + "id": "9070013", "type": "stop" }, { - "id": "4714", + "id": "11384", "type": "stop" }, { - "id": "15795", + "id": "175", "type": "stop" } ] @@ -176329,46 +174748,63 @@ "type": "trip" }, { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Rockport", - null - ], - "direction_names": [ - "Outbound", - null - ], - "long_name": "Manchester - Rockport", - "short_name": "Rockport Line Shuttle", - "sort_order": 62060, - "text_color": "000000", - "type": 3 + "attributes": {}, + "id": "1706", + "links": { + "self": "/stops/1706" }, - "id": "Shuttle-ManchesterRockport", + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=1706" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "3542", "links": { - "self": "/routes/Shuttle-ManchesterRockport" + "self": "/stops/3542" }, "relationships": { - "line": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=3542" + } + }, + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "line-Newburyport", - "type": "line" + "id": "LocalBus", + "type": "zone" } } }, - "type": "route" + "type": "stop" }, { "attributes": {}, - "id": "4200", + "id": "7218", "links": { - "self": "/stops/4200" + "self": "/stops/7218" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4200" + "related": "/facilities/?filter[stop]=7218" } }, "parent_station": { @@ -176385,14 +174821,14 @@ }, { "attributes": {}, - "id": "49825", + "id": "8252", "links": { - "self": "/stops/49825" + "self": "/stops/8252" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=49825" + "related": "/facilities/?filter[stop]=8252" } }, "parent_station": { @@ -176409,14 +174845,41 @@ }, { "attributes": {}, - "id": "1871", + "id": "GB-0254-02", "links": { - "self": "/stops/1871" + "self": "/stops/GB-0254-02" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1871" + "related": "/facilities/?filter[stop]=GB-0254-02" + } + }, + "parent_station": { + "data": { + "id": "place-GB-0254", + "type": "stop" + } + }, + "zone": { + "data": { + "id": "CR-zone-6", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "5927", + "links": { + "self": "/stops/5927" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=5927" } }, "parent_station": { @@ -176433,170 +174896,142 @@ }, { "attributes": { - "direction_id": 0, - "headsign": "Watertown Yard" + "direction_id": 1, + "headsign": "Franklin Park via Nubian" }, - "id": "61392867", + "id": "66645323_2", "links": { - "self": "/trips/61392867" + "self": "/trips/66645323_2" }, "relationships": { "route": { "data": { - "id": "57", + "id": "66", "type": "route" } }, "route_pattern": { "data": { - "id": "57-8-0", + "id": "66-B-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "570258", + "id": "660283-2", "type": "shape" } }, "stops": { "data": [ { - "id": "11780", - "type": "stop" - }, - { - "id": "11781", - "type": "stop" - }, - { - "id": "1807", - "type": "stop" - }, - { - "id": "1808", - "type": "stop" - }, - { - "id": "11809", - "type": "stop" - }, - { - "id": "1810", - "type": "stop" - }, - { - "id": "956", - "type": "stop" - }, - { - "id": "958", + "id": "925", "type": "stop" }, { - "id": "959", + "id": "926", "type": "stop" }, { - "id": "960", + "id": "927", "type": "stop" }, { - "id": "962", + "id": "10928", "type": "stop" }, { - "id": "964", + "id": "1302", "type": "stop" }, { - "id": "966", + "id": "11302", "type": "stop" }, { - "id": "967", + "id": "1304", "type": "stop" }, { - "id": "969", + "id": "1306", "type": "stop" }, { - "id": "970", + "id": "1308", "type": "stop" }, { - "id": "971", + "id": "1309", "type": "stop" }, { - "id": "972", + "id": "1310", "type": "stop" }, { - "id": "973", + "id": "1311", "type": "stop" }, { - "id": "974", + "id": "1313", "type": "stop" }, { - "id": "975", + "id": "1555", "type": "stop" }, { - "id": "977", + "id": "1314", "type": "stop" }, { - "id": "9780", + "id": "1315", "type": "stop" }, { - "id": "979", + "id": "1317", "type": "stop" }, { - "id": "981", + "id": "1319", "type": "stop" }, { - "id": "982", + "id": "1320", "type": "stop" }, { - "id": "983", + "id": "1322", "type": "stop" }, { - "id": "985", + "id": "1323", "type": "stop" }, { - "id": "986", + "id": "11257", "type": "stop" }, { - "id": "987", + "id": "1259", "type": "stop" }, { - "id": "988", + "id": "11323", "type": "stop" }, { - "id": "989", + "id": "11259", "type": "stop" }, { - "id": "999", + "id": "64000", "type": "stop" } ] @@ -176606,14 +175041,14 @@ }, { "attributes": {}, - "id": "13837", + "id": "1673", "links": { - "self": "/stops/13837" + "self": "/stops/1673" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=13837" + "related": "/facilities/?filter[stop]=1673" } }, "parent_station": { @@ -176630,14 +175065,14 @@ }, { "attributes": {}, - "id": "7111", + "id": "3223", "links": { - "self": "/stops/7111" + "self": "/stops/3223" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7111" + "related": "/facilities/?filter[stop]=3223" } }, "parent_station": { @@ -176653,292 +175088,353 @@ "type": "stop" }, { - "attributes": { - "direction_id": 0, - "headsign": "Linden Square" + "attributes": {}, + "id": "958", + "links": { + "self": "/stops/958" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=958" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } }, - "id": "61869167", + "type": "stop" + }, + { + "attributes": {}, + "id": "175", "links": { - "self": "/trips/61869167" + "self": "/stops/175" }, "relationships": { - "route": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=175" + } + }, + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "108", - "type": "route" + "id": "ExpressBus-Downtown", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "8499", + "links": { + "self": "/stops/8499" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=8499" } }, - "route_pattern": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "108-2-0", - "type": "route_pattern" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "70226", + "links": { + "self": "/stops/70226" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=70226" } }, - "service": { + "parent_station": { "data": { - "id": "SpringWeekday", - "type": "service" + "id": "place-bndhl", + "type": "stop" } }, - "shape": { + "zone": { "data": { - "id": "1080216", - "type": "shape" + "id": "RapidTransit", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "70047", + "links": { + "self": "/stops/70047" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=70047" } }, - "stops": { - "data": [ - { - "id": "5457", - "type": "stop" - }, - { - "id": "5459", - "type": "stop" - }, - { - "id": "5460", - "type": "stop" - }, - { - "id": "5461", - "type": "stop" - }, - { - "id": "5462", - "type": "stop" - }, - { - "id": "5463", - "type": "stop" - }, - { - "id": "5464", - "type": "stop" - }, - { - "id": "54651", - "type": "stop" - }, - { - "id": "9060", - "type": "stop" - }, - { - "id": "9061", - "type": "stop" - }, - { - "id": "49061", - "type": "stop" - }, - { - "id": "9063", - "type": "stop" - }, - { - "id": "9339", - "type": "stop" - }, - { - "id": "9340", - "type": "stop" - }, - { - "id": "9067", - "type": "stop" - }, - { - "id": "49067", - "type": "stop" - }, - { - "id": "9068", - "type": "stop" - }, - { - "id": "9069", - "type": "stop" - }, - { - "id": "9070", - "type": "stop" - }, - { - "id": "7410", - "type": "stop" - }, - { - "id": "7411", - "type": "stop" - }, - { - "id": "7412", - "type": "stop" - } - ] + "parent_station": { + "data": { + "id": "place-aport", + "type": "stop" + } + }, + "zone": { + "data": { + "id": "RapidTransit", + "type": "zone" + } } }, - "type": "trip" + "type": "stop" + }, + { + "attributes": {}, + "id": "4463", + "links": { + "self": "/stops/4463" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=4463" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "75", + "links": { + "self": "/stops/75" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=75" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "39686", + "links": { + "self": "/stops/39686" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=39686" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "2620", + "links": { + "self": "/stops/2620" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=2620" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "3260", + "links": { + "self": "/stops/3260" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=3260" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" }, { "attributes": { - "direction_id": 1, - "headsign": "Salem Depot via Tozer Rd & Cummings" + "direction_id": 0, + "headsign": "North Waltham" }, - "id": "62216675", + "id": "67008619", "links": { - "self": "/trips/62216675" + "self": "/trips/67008619" }, "relationships": { "route": { "data": { - "id": "451", + "id": "61", "type": "route" } }, "route_pattern": { "data": { - "id": "451-1-1", + "id": "61-_-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "4510067", + "id": "610032", "type": "shape" } }, "stops": { "data": [ { - "id": "17102", - "type": "stop" - }, - { - "id": "7100", - "type": "stop" - }, - { - "id": "18352", - "type": "stop" - }, - { - "id": "8323", - "type": "stop" - }, - { - "id": "8324", - "type": "stop" - }, - { - "id": "8325", - "type": "stop" - }, - { - "id": "7124", - "type": "stop" - }, - { - "id": "7125", - "type": "stop" - }, - { - "id": "47170", - "type": "stop" - }, - { - "id": "7126", - "type": "stop" - }, - { - "id": "7127", - "type": "stop" - }, - { - "id": "7128", - "type": "stop" - }, - { - "id": "7129", - "type": "stop" - }, - { - "id": "7130", - "type": "stop" - }, - { - "id": "7131", + "id": "86944", "type": "stop" }, { - "id": "7132", + "id": "869451", "type": "stop" }, { - "id": "7133", + "id": "88334", "type": "stop" }, { - "id": "7134", + "id": "88335", "type": "stop" }, { - "id": "7135", + "id": "8901", "type": "stop" }, { - "id": "7136", + "id": "7718", "type": "stop" }, { - "id": "7140", + "id": "8904", "type": "stop" }, { - "id": "7138", + "id": "8905", "type": "stop" }, { - "id": "7141", + "id": "8906", "type": "stop" }, { - "id": "7139", + "id": "89606", "type": "stop" }, { - "id": "7142", + "id": "89609", "type": "stop" }, { - "id": "17142", + "id": "89610", "type": "stop" }, { - "id": "17144", + "id": "17011", "type": "stop" }, { - "id": "7150", + "id": "89612", "type": "stop" }, { - "id": "6181", + "id": "89613", "type": "stop" }, { - "id": "4563", + "id": "7782", "type": "stop" }, { - "id": "37150", + "id": "7784", "type": "stop" } ] @@ -176948,14 +175444,14 @@ }, { "attributes": {}, - "id": "6471", + "id": "3621", "links": { - "self": "/stops/6471" + "self": "/stops/3621" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6471" + "related": "/facilities/?filter[stop]=3621" } }, "parent_station": { @@ -176972,14 +175468,14 @@ }, { "attributes": {}, - "id": "82031", + "id": "49904", "links": { - "self": "/stops/82031" + "self": "/stops/49904" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=82031" + "related": "/facilities/?filter[stop]=49904" } }, "parent_station": { @@ -176996,22 +175492,25 @@ }, { "attributes": {}, - "id": "6701", + "id": "170141", "links": { - "self": "/stops/6701" + "self": "/stops/170141" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6701" + "related": "/facilities/?filter[stop]=170141" } }, "parent_station": { - "data": null + "data": { + "id": "place-amory", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -177020,25 +175519,22 @@ }, { "attributes": {}, - "id": "70170", + "id": "8628", "links": { - "self": "/stops/70170" + "self": "/stops/8628" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70170" + "related": "/facilities/?filter[stop]=8628" } }, "parent_station": { - "data": { - "id": "place-newto", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } @@ -177047,14 +175543,14 @@ }, { "attributes": {}, - "id": "1369", + "id": "7573", "links": { - "self": "/stops/1369" + "self": "/stops/7573" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1369" + "related": "/facilities/?filter[stop]=7573" } }, "parent_station": { @@ -177071,14 +175567,14 @@ }, { "attributes": {}, - "id": "9095", + "id": "5295", "links": { - "self": "/stops/9095" + "self": "/stops/5295" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9095" + "related": "/facilities/?filter[stop]=5295" } }, "parent_station": { @@ -177095,14 +175591,14 @@ }, { "attributes": {}, - "id": "2919", + "id": "3967", "links": { - "self": "/stops/2919" + "self": "/stops/3967" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2919" + "related": "/facilities/?filter[stop]=3967" } }, "parent_station": { @@ -177119,14 +175615,14 @@ }, { "attributes": {}, - "id": "7129", + "id": "2459", "links": { - "self": "/stops/7129" + "self": "/stops/2459" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7129" + "related": "/facilities/?filter[stop]=2459" } }, "parent_station": { @@ -177143,14 +175639,14 @@ }, { "attributes": {}, - "id": "2899", + "id": "86178", "links": { - "self": "/stops/2899" + "self": "/stops/86178" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2899" + "related": "/facilities/?filter[stop]=86178" } }, "parent_station": { @@ -177166,46 +175662,36 @@ "type": "stop" }, { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Haverhill", - "North Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Haverhill - North Station", - "short_name": "Haverhill Line Shuttle", - "sort_order": 61972, - "text_color": "000000", - "type": 3 - }, - "id": "Shuttle-HaverhillNorthStation", + "attributes": {}, + "id": "9070079", "links": { - "self": "/routes/Shuttle-HaverhillNorthStation" + "self": "/stops/9070079" }, "relationships": { - "line": { - "data": { - "id": "line-Haverhill", - "type": "line" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=9070079" } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": null } }, - "type": "route" + "type": "stop" }, { "attributes": {}, - "id": "48541", + "id": "1527", "links": { - "self": "/stops/48541" + "self": "/stops/1527" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=48541" + "related": "/facilities/?filter[stop]=1527" } }, "parent_station": { @@ -177220,30 +175706,16 @@ }, "type": "stop" }, - { - "attributes": { - "color": "80276C", - "long_name": "Providence/Stoughton Line", - "short_name": "", - "sort_order": 20012, - "text_color": "FFFFFF" - }, - "id": "line-Providence", - "links": { - "self": "/lines/line-Providence" - }, - "type": "line" - }, { "attributes": {}, - "id": "4201", + "id": "76051", "links": { - "self": "/stops/4201" + "self": "/stops/76051" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4201" + "related": "/facilities/?filter[stop]=76051" } }, "parent_station": { @@ -177260,25 +175732,22 @@ }, { "attributes": {}, - "id": "70057", + "id": "5406", "links": { - "self": "/stops/70057" + "self": "/stops/5406" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70057" + "related": "/facilities/?filter[stop]=5406" } }, "parent_station": { - "data": { - "id": "place-rbmnl", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } @@ -177286,39 +175755,180 @@ "type": "stop" }, { - "attributes": {}, - "id": "5305", + "attributes": { + "direction_id": 0, + "headsign": "Malden" + }, + "id": "67058780", "links": { - "self": "/stops/5305" + "self": "/trips/67058780" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=5305" + "route": { + "data": { + "id": "104", + "type": "route" } }, - "parent_station": { - "data": null + "route_pattern": { + "data": { + "id": "104-_-0", + "type": "route_pattern" + } }, - "zone": { + "service": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "WinterSaturday", + "type": "service" + } + }, + "shape": { + "data": { + "id": "1040140", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "7096", + "type": "stop" + }, + { + "id": "5673", + "type": "stop" + }, + { + "id": "5675", + "type": "stop" + }, + { + "id": "5676", + "type": "stop" + }, + { + "id": "5678", + "type": "stop" + }, + { + "id": "5615", + "type": "stop" + }, + { + "id": "5605", + "type": "stop" + }, + { + "id": "5606", + "type": "stop" + }, + { + "id": "5607", + "type": "stop" + }, + { + "id": "5682", + "type": "stop" + }, + { + "id": "5648", + "type": "stop" + }, + { + "id": "15045", + "type": "stop" + }, + { + "id": "57000", + "type": "stop" + }, + { + "id": "57001", + "type": "stop" + }, + { + "id": "57002", + "type": "stop" + }, + { + "id": "57003", + "type": "stop" + }, + { + "id": "5695", + "type": "stop" + }, + { + "id": "5510", + "type": "stop" + }, + { + "id": "5513", + "type": "stop" + }, + { + "id": "5514", + "type": "stop" + }, + { + "id": "53541", + "type": "stop" + }, + { + "id": "5357", + "type": "stop" + }, + { + "id": "5359", + "type": "stop" + }, + { + "id": "5360", + "type": "stop" + }, + { + "id": "5361", + "type": "stop" + }, + { + "id": "5362", + "type": "stop" + }, + { + "id": "5363", + "type": "stop" + }, + { + "id": "5364", + "type": "stop" + }, + { + "id": "53430", + "type": "stop" + }, + { + "id": "15431", + "type": "stop" + }, + { + "id": "53270", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "4319", + "id": "7475", "links": { - "self": "/stops/4319" + "self": "/stops/7475" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4319" + "related": "/facilities/?filter[stop]=7475" } }, "parent_station": { @@ -177335,14 +175945,14 @@ }, { "attributes": {}, - "id": "7451", + "id": "7774", "links": { - "self": "/stops/7451" + "self": "/stops/7774" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7451" + "related": "/facilities/?filter[stop]=7774" } }, "parent_station": { @@ -177359,14 +175969,14 @@ }, { "attributes": {}, - "id": "48336", + "id": "5580", "links": { - "self": "/stops/48336" + "self": "/stops/5580" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=48336" + "related": "/facilities/?filter[stop]=5580" } }, "parent_station": { @@ -177383,22 +175993,25 @@ }, { "attributes": {}, - "id": "8624", + "id": "74631", "links": { - "self": "/stops/8624" + "self": "/stops/74631" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8624" + "related": "/facilities/?filter[stop]=74631" } }, "parent_station": { - "data": null + "data": { + "id": "place-chels", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "SLWaterfrontNonLogan", "type": "zone" } } @@ -177406,39 +176019,72 @@ "type": "stop" }, { - "attributes": {}, - "id": "9001", + "attributes": { + "direction_id": 0, + "headsign": "Ruggles (Shuttle)" + }, + "id": "CopleyRuggles-Weekday-9e586-0-00:00:00", "links": { - "self": "/stops/9001" + "self": "/trips/CopleyRuggles-Weekday-9e586-0-00%3A00%3A00" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=9001" + "route": { + "data": { + "id": "Shuttle-CopleyRuggles", + "type": "route" } }, - "parent_station": { - "data": null + "route_pattern": { + "data": { + "id": "Shuttle-CopleyRuggles-0-0", + "type": "route_pattern" + } }, - "zone": { + "service": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "canonical", + "type": "service" + } + }, + "shape": { + "data": { + "id": "CopleyToRuggles-S", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "175", + "type": "stop" + }, + { + "id": "9170014", + "type": "stop" + }, + { + "id": "9070012", + "type": "stop" + }, + { + "id": "17861", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "3860", + "id": "1158", "links": { - "self": "/stops/3860" + "self": "/stops/1158" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3860" + "related": "/facilities/?filter[stop]=1158" } }, "parent_station": { @@ -177455,14 +176101,14 @@ }, { "attributes": {}, - "id": "1174", + "id": "4927", "links": { - "self": "/stops/1174" + "self": "/stops/4927" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1174" + "related": "/facilities/?filter[stop]=4927" } }, "parent_station": { @@ -177479,14 +176125,14 @@ }, { "attributes": {}, - "id": "12860", + "id": "3331", "links": { - "self": "/stops/12860" + "self": "/stops/3331" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=12860" + "related": "/facilities/?filter[stop]=3331" } }, "parent_station": { @@ -177503,14 +176149,14 @@ }, { "attributes": {}, - "id": "6902", + "id": "55", "links": { - "self": "/stops/6902" + "self": "/stops/55" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6902" + "related": "/facilities/?filter[stop]=55" } }, "parent_station": { @@ -177518,7 +176164,7 @@ }, "zone": { "data": { - "id": "LocalBus", + "id": "ExpressBus-Downtown", "type": "zone" } } @@ -177527,14 +176173,14 @@ }, { "attributes": {}, - "id": "7629", + "id": "6267", "links": { - "self": "/stops/7629" + "self": "/stops/6267" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7629" + "related": "/facilities/?filter[stop]=6267" } }, "parent_station": { @@ -177551,38 +176197,38 @@ }, { "attributes": {}, - "id": "Windsor Gardens-S", + "id": "78531", "links": { - "self": "/stops/Windsor%20Gardens-S" + "self": "/stops/78531" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=Windsor%20Gardens-S" + "related": "/facilities/?filter[stop]=78531" } }, "parent_station": { - "data": { - "id": "place-FB-0166", - "type": "stop" - } + "data": null }, "zone": { - "data": null + "data": { + "id": "LocalBus", + "type": "zone" + } } }, "type": "stop" }, { "attributes": {}, - "id": "2148", + "id": "5854", "links": { - "self": "/stops/2148" + "self": "/stops/5854" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2148" + "related": "/facilities/?filter[stop]=5854" } }, "parent_station": { @@ -177599,222 +176245,227 @@ }, { "attributes": { - "direction_id": 0, - "headsign": "Liberty Tree Mall via North Shore Mall" + "direction_id": 1, + "headsign": "Waltham Center" }, - "id": "63325178", + "id": "67008616", "links": { - "self": "/trips/63325178" + "self": "/trips/67008616" }, "relationships": { "route": { "data": { - "id": "435", + "id": "61", "type": "route" } }, "route_pattern": { "data": { - "id": "435-_-0", + "id": "61-_-1", "type": "route_pattern" } }, "service": { "data": { - "id": "BUS32024-hbl34j47-Sunday-02", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "4350245", + "id": "610031", "type": "shape" } }, "stops": { "data": [ { - "id": "14748", - "type": "stop" - }, - { - "id": "6600", - "type": "stop" - }, - { - "id": "7240", - "type": "stop" - }, - { - "id": "7242", - "type": "stop" - }, - { - "id": "7245", - "type": "stop" - }, - { - "id": "7288", - "type": "stop" - }, - { - "id": "17288", - "type": "stop" - }, - { - "id": "7296", - "type": "stop" - }, - { - "id": "7297", - "type": "stop" - }, - { - "id": "7298", + "id": "7784", "type": "stop" }, { - "id": "7299", + "id": "7785", "type": "stop" }, { - "id": "6854", + "id": "7787", "type": "stop" }, { - "id": "66854", + "id": "7789", "type": "stop" }, { - "id": "6855", + "id": "7790", "type": "stop" }, { - "id": "6857", + "id": "7791", "type": "stop" }, { - "id": "6859", + "id": "7792", "type": "stop" }, { - "id": "6860", + "id": "7774", "type": "stop" }, { - "id": "6861", + "id": "86915", "type": "stop" }, { - "id": "6862", + "id": "17774", "type": "stop" }, { - "id": "6863", + "id": "7775", "type": "stop" }, { - "id": "16683", + "id": "7776", "type": "stop" }, { - "id": "7265", + "id": "7778", "type": "stop" }, { - "id": "7266", + "id": "7779", "type": "stop" }, { - "id": "7267", + "id": "7780", "type": "stop" }, { - "id": "7268", + "id": "18924", "type": "stop" }, { - "id": "4919", + "id": "18925", "type": "stop" }, { - "id": "4920", + "id": "18928", "type": "stop" }, { - "id": "4921", + "id": "18931", "type": "stop" }, { - "id": "4922", + "id": "1606", "type": "stop" }, { - "id": "4923", + "id": "1607", "type": "stop" }, { - "id": "4924", + "id": "1608", "type": "stop" }, { - "id": "4925", + "id": "1609", "type": "stop" }, { - "id": "14925", + "id": "1610", "type": "stop" }, { - "id": "4926", + "id": "869411", "type": "stop" }, { - "id": "4927", + "id": "86943", "type": "stop" }, { - "id": "4928", + "id": "86944", "type": "stop" - }, + } + ] + } + }, + "type": "trip" + }, + { + "attributes": { + "direction_id": 0, + "headsign": "Beth Israel (Limited Stops)" + }, + "id": "66650788", + "links": { + "self": "/trips/66650788" + }, + "relationships": { + "route": { + "data": { + "id": "708", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "708-_-0", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "WinterWeekday", + "type": "service" + } + }, + "shape": { + "data": { + "id": "7080087", + "type": "shape" + } + }, + "stops": { + "data": [ { - "id": "4929", + "id": "13", "type": "stop" }, { - "id": "4930", + "id": "10014", "type": "stop" }, { - "id": "4931", + "id": "10015", "type": "stop" }, { - "id": "4932", + "id": "1790", "type": "stop" }, { - "id": "7269", + "id": "7", "type": "stop" }, { - "id": "45821", + "id": "17863", "type": "stop" }, { - "id": "4583", + "id": "1799", "type": "stop" }, { - "id": "4596", + "id": "11802", "type": "stop" }, { - "id": "4615", + "id": "11803", "type": "stop" }, { - "id": "7270", + "id": "1805", "type": "stop" } ] @@ -177824,14 +176475,14 @@ }, { "attributes": {}, - "id": "5067", + "id": "12645", "links": { - "self": "/stops/5067" + "self": "/stops/12645" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5067" + "related": "/facilities/?filter[stop]=12645" } }, "parent_station": { @@ -177847,39 +176498,78 @@ "type": "stop" }, { - "attributes": {}, - "id": "6400", + "attributes": { + "color": "FFC72C", + "long_name": "Central Square, Cambridge - Broadway Station", + "short_name": "47", + "sort_order": 50470, + "text_color": "000000" + }, + "id": "line-47", "links": { - "self": "/stops/6400" + "self": "/lines/line-47" + }, + "type": "line" + }, + { + "attributes": { + "direction_id": 1, + "headsign": "North Station (Express shuttle)" + }, + "id": "CR-NorthStationSwampscottExpress-Saturday-1-05:42:00", + "links": { + "self": "/trips/CR-NorthStationSwampscottExpress-Saturday-1-05%3A42%3A00" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=6400" + "route": { + "data": { + "id": "Shuttle-NorthStationSwampscottExpress", + "type": "route" } }, - "parent_station": { - "data": null + "route_pattern": { + "data": { + "id": "Shuttle-NorthStationSwampscottExpress-0-1", + "type": "route_pattern" + } }, - "zone": { + "service": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "CR-NorthStationSwampscottExpress-Std", + "type": "service" + } + }, + "shape": { + "data": { + "id": "SwampscottToNorthStationExpress-S", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "ER-0128-B1", + "type": "stop" + }, + { + "id": "BNT-0000-B2", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "1541", + "id": "8633", "links": { - "self": "/stops/1541" + "self": "/stops/8633" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1541" + "related": "/facilities/?filter[stop]=8633" } }, "parent_station": { @@ -177896,14 +176586,14 @@ }, { "attributes": {}, - "id": "24791", + "id": "2190", "links": { - "self": "/stops/24791" + "self": "/stops/2190" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=24791" + "related": "/facilities/?filter[stop]=2190" } }, "parent_station": { @@ -177920,14 +176610,14 @@ }, { "attributes": {}, - "id": "1690", + "id": "1844", "links": { - "self": "/stops/1690" + "self": "/stops/1844" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1690" + "related": "/facilities/?filter[stop]=1844" } }, "parent_station": { @@ -177943,39 +176633,80 @@ "type": "stop" }, { - "attributes": {}, - "id": "598", + "attributes": { + "direction_id": 0, + "headsign": "Newburyport (Local shuttle)" + }, + "id": "NewburyportBeverlyLocalExtended-0-sample", "links": { - "self": "/stops/598" + "self": "/trips/NewburyportBeverlyLocalExtended-0-sample" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=598" + "route": { + "data": { + "id": "Shuttle-BeverlyNewburyportLocal", + "type": "route" } }, - "parent_station": { - "data": null + "route_pattern": { + "data": { + "id": "Shuttle-BeverlyNewburyportLocal-0-0", + "type": "route_pattern" + } }, - "zone": { + "service": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "canonical", + "type": "service" } - } + }, + "shape": { + "data": { + "id": "BeverlyToNewburyportLocal-S", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "ER-0183-B", + "type": "stop" + }, + { + "id": "ER-0208-B", + "type": "stop" + }, + { + "id": "ER-0227-B0", + "type": "stop" + }, + { + "id": "ER-0276-B", + "type": "stop" + }, + { + "id": "ER-0312-B", + "type": "stop" + }, + { + "id": "ER-0362-B", + "type": "stop" + } + ] + } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "4064", + "id": "5618", "links": { - "self": "/stops/4064" + "self": "/stops/5618" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4064" + "related": "/facilities/?filter[stop]=5618" } }, "parent_station": { @@ -177991,216 +176722,63 @@ "type": "stop" }, { - "attributes": { - "direction_id": 0, - "headsign": "Riverside" - }, - "id": "61392349", + "attributes": {}, + "id": "7763", "links": { - "self": "/trips/61392349" + "self": "/stops/7763" }, "relationships": { - "route": { - "data": { - "id": "558", - "type": "route" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=7763" } }, - "route_pattern": { - "data": { - "id": "558-7-0", - "type": "route_pattern" - } + "parent_station": { + "data": null }, - "service": { + "zone": { "data": { - "id": "SpringWeekday", - "type": "service" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "5403", + "links": { + "self": "/stops/5403" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=5403" } }, - "shape": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "5580090", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "903", - "type": "stop" - }, - { - "id": "7640", - "type": "stop" - }, - { - "id": "7641", - "type": "stop" - }, - { - "id": "7800", - "type": "stop" - }, - { - "id": "7801", - "type": "stop" - }, - { - "id": "7802", - "type": "stop" - }, - { - "id": "8171", - "type": "stop" - }, - { - "id": "7804", - "type": "stop" - }, - { - "id": "7805", - "type": "stop" - }, - { - "id": "7806", - "type": "stop" - }, - { - "id": "7807", - "type": "stop" - }, - { - "id": "78071", - "type": "stop" - }, - { - "id": "7482", - "type": "stop" - }, - { - "id": "78073", - "type": "stop" - }, - { - "id": "7808", - "type": "stop" - }, - { - "id": "7809", - "type": "stop" - }, - { - "id": "7810", - "type": "stop" - }, - { - "id": "7811", - "type": "stop" - }, - { - "id": "7812", - "type": "stop" - }, - { - "id": "78121", - "type": "stop" - }, - { - "id": "88333", - "type": "stop" - }, - { - "id": "17813", - "type": "stop" - }, - { - "id": "7813", - "type": "stop" - }, - { - "id": "7814", - "type": "stop" - }, - { - "id": "78141", - "type": "stop" - }, - { - "id": "7815", - "type": "stop" - }, - { - "id": "7816", - "type": "stop" - }, - { - "id": "7817", - "type": "stop" - }, - { - "id": "7818", - "type": "stop" - }, - { - "id": "7820", - "type": "stop" - }, - { - "id": "78201", - "type": "stop" - }, - { - "id": "78202", - "type": "stop" - }, - { - "id": "78203", - "type": "stop" - }, - { - "id": "78204", - "type": "stop" - }, - { - "id": "78205", - "type": "stop" - }, - { - "id": "7825", - "type": "stop" - }, - { - "id": "7826", - "type": "stop" - }, - { - "id": "7827", - "type": "stop" - }, - { - "id": "7828", - "type": "stop" - }, - { - "id": "38155", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "385", + "id": "106", "links": { - "self": "/stops/385" + "self": "/stops/106" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=385" + "related": "/facilities/?filter[stop]=106" } }, "parent_station": { @@ -178218,65 +176796,93 @@ { "attributes": { "direction_id": 1, - "headsign": "Park Street (Shuttle)" + "headsign": "Avenue Louis Pasteur via Fields Corner" }, - "id": "GreenBBostonUniversityEastParkStreet-1-sample", + "id": "66650781_1", "links": { - "self": "/trips/GreenBBostonUniversityEastParkStreet-1-sample" + "self": "/trips/66650781_1" }, "relationships": { "route": { "data": { - "id": "Shuttle-BostonUniversityEastPark", + "id": "201", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-BostonUniversityEastPark-0-1", + "id": "201-1-1", "type": "route_pattern" } }, "service": { "data": { - "id": "canonical", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "BostonUniversityEastToParkStreet-S", + "id": "190320-1", "type": "shape" } }, "stops": { "data": [ { - "id": "939", + "id": "3078", "type": "stop" }, { - "id": "941", + "id": "3079", "type": "stop" }, { - "id": "9070150", + "id": "3080", "type": "stop" }, { - "id": "79", + "id": "3081", "type": "stop" }, { - "id": "175", + "id": "3082", "type": "stop" }, { - "id": "9070156", + "id": "3083", "type": "stop" }, { - "id": "10000", + "id": "3084", + "type": "stop" + }, + { + "id": "3085", + "type": "stop" + }, + { + "id": "3086", + "type": "stop" + }, + { + "id": "8809", + "type": "stop" + }, + { + "id": "3088", + "type": "stop" + }, + { + "id": "3089", + "type": "stop" + }, + { + "id": "32501", + "type": "stop" + }, + { + "id": "322", "type": "stop" } ] @@ -178285,87 +176891,29 @@ "type": "trip" }, { - "attributes": {}, - "id": "8476", - "links": { - "self": "/stops/8476" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=8476" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "4736", - "links": { - "self": "/stops/4736" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=4736" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } + "attributes": { + "color": "FFC72C", + "long_name": "City Point - Downtown Boston", + "short_name": "11", + "sort_order": 50110, + "text_color": "000000" }, - "type": "stop" - }, - { - "attributes": {}, - "id": "3305", + "id": "line-11", "links": { - "self": "/stops/3305" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=3305" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } + "self": "/lines/line-11" }, - "type": "stop" + "type": "line" }, { "attributes": {}, - "id": "5748", + "id": "5466", "links": { - "self": "/stops/5748" + "self": "/stops/5466" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5748" + "related": "/facilities/?filter[stop]=5466" } }, "parent_station": { @@ -178382,14 +176930,14 @@ }, { "attributes": {}, - "id": "4470", + "id": "49801", "links": { - "self": "/stops/4470" + "self": "/stops/49801" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4470" + "related": "/facilities/?filter[stop]=49801" } }, "parent_station": { @@ -178406,14 +176954,14 @@ }, { "attributes": {}, - "id": "2599", + "id": "5039", "links": { - "self": "/stops/2599" + "self": "/stops/5039" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2599" + "related": "/facilities/?filter[stop]=5039" } }, "parent_station": { @@ -178431,165 +176979,121 @@ { "attributes": { "direction_id": 1, - "headsign": "Forest Hills" + "headsign": "Malcolm X Blvd" }, - "id": "62144969", + "id": "66651717", "links": { - "self": "/trips/62144969" + "self": "/trips/66651717" }, "relationships": { "route": { "data": { - "id": "40", + "id": "45", "type": "route" } }, "route_pattern": { "data": { - "id": "40-2-1", + "id": "45-2-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "400111", + "id": "450162", "type": "shape" } }, "stops": { "data": [ { - "id": "1618", - "type": "stop" - }, - { - "id": "11618", - "type": "stop" - }, - { - "id": "6523", - "type": "stop" - }, - { - "id": "6524", - "type": "stop" - }, - { - "id": "6526", - "type": "stop" - }, - { - "id": "6522", - "type": "stop" - }, - { - "id": "1616", - "type": "stop" - }, - { - "id": "1617", - "type": "stop" - }, - { - "id": "1620", - "type": "stop" - }, - { - "id": "1621", - "type": "stop" - }, - { - "id": "1623", - "type": "stop" - }, - { - "id": "625", + "id": "1565", "type": "stop" }, { - "id": "10625", + "id": "383", "type": "stop" }, { - "id": "626", + "id": "384", "type": "stop" }, { - "id": "627", + "id": "385", "type": "stop" }, { - "id": "628", + "id": "1566", "type": "stop" }, { - "id": "629", + "id": "15660", "type": "stop" }, { - "id": "630", + "id": "1567", "type": "stop" }, { - "id": "631", + "id": "15661", "type": "stop" }, { - "id": "632", + "id": "1569", "type": "stop" }, { - "id": "633", + "id": "1570", "type": "stop" }, { - "id": "10633", + "id": "1571", "type": "stop" }, { - "id": "634", + "id": "1572", "type": "stop" }, { - "id": "635", + "id": "1573", "type": "stop" }, { - "id": "636", + "id": "1574", "type": "stop" }, { - "id": "637", + "id": "1575", "type": "stop" }, { - "id": "638", + "id": "1576", "type": "stop" }, { - "id": "639", + "id": "1487", "type": "stop" }, { - "id": "640", + "id": "1488", "type": "stop" }, { - "id": "641", + "id": "1489", "type": "stop" }, { - "id": "642", + "id": "1491", "type": "stop" }, { - "id": "10642", + "id": "64000", "type": "stop" } ] @@ -178597,47 +177101,16 @@ }, "type": "trip" }, - { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Beth Israel Deaconess Hospital", - "Andrew Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Beth Israel Deaconess Hospital - Andrew Station", - "short_name": "CT3", - "sort_order": 40030, - "text_color": "000000", - "type": 3 - }, - "id": "708", - "links": { - "self": "/routes/708" - }, - "relationships": { - "line": { - "data": { - "id": "line-171708", - "type": "line" - } - } - }, - "type": "route" - }, { "attributes": {}, - "id": "1341", + "id": "9057", "links": { - "self": "/stops/1341" + "self": "/stops/9057" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1341" + "related": "/facilities/?filter[stop]=9057" } }, "parent_station": { @@ -178654,14 +177127,14 @@ }, { "attributes": {}, - "id": "1365", + "id": "3468", "links": { - "self": "/stops/1365" + "self": "/stops/3468" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1365" + "related": "/facilities/?filter[stop]=3468" } }, "parent_station": { @@ -178678,14 +177151,14 @@ }, { "attributes": {}, - "id": "16132", + "id": "2263", "links": { - "self": "/stops/16132" + "self": "/stops/2263" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=16132" + "related": "/facilities/?filter[stop]=2263" } }, "parent_station": { @@ -178702,14 +177175,14 @@ }, { "attributes": {}, - "id": "191", + "id": "64002", "links": { - "self": "/stops/191" + "self": "/stops/64002" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=191" + "related": "/facilities/?filter[stop]=64002" } }, "parent_station": { @@ -178717,7 +177190,7 @@ }, "zone": { "data": { - "id": "ExpressBus-Downtown", + "id": "LocalBus", "type": "zone" } } @@ -178726,25 +177199,22 @@ }, { "attributes": {}, - "id": "FR-0201-02", + "id": "1510", "links": { - "self": "/stops/FR-0201-02" + "self": "/stops/1510" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=FR-0201-02" + "related": "/facilities/?filter[stop]=1510" } }, "parent_station": { - "data": { - "id": "place-FR-0201", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "CR-zone-5", + "id": "LocalBus", "type": "zone" } } @@ -178753,14 +177223,14 @@ }, { "attributes": {}, - "id": "4286", + "id": "3370", "links": { - "self": "/stops/4286" + "self": "/stops/3370" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4286" + "related": "/facilities/?filter[stop]=3370" } }, "parent_station": { @@ -178777,25 +177247,22 @@ }, { "attributes": {}, - "id": "70051", + "id": "468", "links": { - "self": "/stops/70051" + "self": "/stops/468" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70051" + "related": "/facilities/?filter[stop]=468" } }, "parent_station": { - "data": { - "id": "place-orhte", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } @@ -178804,14 +177271,14 @@ }, { "attributes": {}, - "id": "2776", + "id": "9217", "links": { - "self": "/stops/2776" + "self": "/stops/9217" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2776" + "related": "/facilities/?filter[stop]=9217" } }, "parent_station": { @@ -178828,21 +177295,18 @@ }, { "attributes": {}, - "id": "32005", + "id": "15649", "links": { - "self": "/stops/32005" + "self": "/stops/15649" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=32005" + "related": "/facilities/?filter[stop]=15649" } }, "parent_station": { - "data": { - "id": "place-qnctr", - "type": "stop" - } + "data": null }, "zone": { "data": { @@ -178855,14 +177319,14 @@ }, { "attributes": {}, - "id": "59618", + "id": "16001", "links": { - "self": "/stops/59618" + "self": "/stops/16001" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=59618" + "related": "/facilities/?filter[stop]=16001" } }, "parent_station": { @@ -178878,42 +177342,89 @@ "type": "stop" }, { - "attributes": {}, - "id": "70230", + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Harvard Square", + "Nubian Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Harvard Square - Nubian Station", + "short_name": "1", + "sort_order": 50010, + "text_color": "000000", + "type": 3 + }, + "id": "1", "links": { - "self": "/stops/70230" + "self": "/routes/1" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=70230" + "agency": { + "data": { + "id": "1", + "type": "agency" } }, - "parent_station": { + "line": { "data": { - "id": "place-bcnwa", - "type": "stop" + "id": "line-1", + "type": "line" + } + } + }, + "type": "route" + }, + { + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Riverside", + "Union Square" + ], + "direction_names": [ + "West", + "East" + ], + "long_name": "Riverside - Newton Highlands", + "short_name": "Green Line D Shuttle", + "sort_order": 62100, + "text_color": "000000", + "type": 3 + }, + "id": "Shuttle-NewtonHighlandsRiverside", + "links": { + "self": "/routes/Shuttle-NewtonHighlandsRiverside" + }, + "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" } }, - "zone": { + "line": { "data": { - "id": "RapidTransit", - "type": "zone" + "id": "line-Green", + "type": "line" } } }, - "type": "stop" + "type": "route" }, { "attributes": {}, - "id": "1849", + "id": "5912", "links": { - "self": "/stops/1849" + "self": "/stops/5912" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1849" + "related": "/facilities/?filter[stop]=5912" } }, "parent_station": { @@ -178930,14 +177441,14 @@ }, { "attributes": {}, - "id": "4373", + "id": "77521", "links": { - "self": "/stops/4373" + "self": "/stops/77521" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4373" + "related": "/facilities/?filter[stop]=77521" } }, "parent_station": { @@ -178954,14 +177465,14 @@ }, { "attributes": {}, - "id": "2597", + "id": "8506", "links": { - "self": "/stops/2597" + "self": "/stops/8506" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2597" + "related": "/facilities/?filter[stop]=8506" } }, "parent_station": { @@ -178976,47 +177487,16 @@ }, "type": "stop" }, - { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Heath Street", - "Medford/Tufts" - ], - "direction_names": [ - "West", - "East" - ], - "long_name": "Medford/Tufts - East Somerville", - "short_name": "Green Line E Shuttle", - "sort_order": 61472, - "text_color": "000000", - "type": 3 - }, - "id": "Shuttle-EastSomervilleMedford", - "links": { - "self": "/routes/Shuttle-EastSomervilleMedford" - }, - "relationships": { - "line": { - "data": { - "id": "line-Green", - "type": "line" - } - } - }, - "type": "route" - }, { "attributes": {}, - "id": "1757", + "id": "620", "links": { - "self": "/stops/1757" + "self": "/stops/620" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1757" + "related": "/facilities/?filter[stop]=620" } }, "parent_station": { @@ -179033,25 +177513,22 @@ }, { "attributes": {}, - "id": "ER-0117-02", + "id": "7653", "links": { - "self": "/stops/ER-0117-02" + "self": "/stops/7653" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=ER-0117-02" + "related": "/facilities/?filter[stop]=7653" } }, "parent_station": { - "data": { - "id": "place-ER-0117", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "CR-zone-2", + "id": "LocalBus", "type": "zone" } } @@ -179060,14 +177537,14 @@ }, { "attributes": {}, - "id": "3876", + "id": "9151", "links": { - "self": "/stops/3876" + "self": "/stops/9151" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3876" + "related": "/facilities/?filter[stop]=9151" } }, "parent_station": { @@ -179084,22 +177561,25 @@ }, { "attributes": {}, - "id": "3854", + "id": "74613", "links": { - "self": "/stops/3854" + "self": "/stops/74613" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3854" + "related": "/facilities/?filter[stop]=74613" } }, "parent_station": { - "data": null + "data": { + "id": "place-wtcst", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "SLWaterfrontNonLogan", "type": "zone" } } @@ -179108,35 +177588,38 @@ }, { "attributes": {}, - "id": "9070506", + "id": "3632", "links": { - "self": "/stops/9070506" + "self": "/stops/3632" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9070506" + "related": "/facilities/?filter[stop]=3632" } }, "parent_station": { "data": null }, "zone": { - "data": null + "data": { + "id": "LocalBus", + "type": "zone" + } } }, "type": "stop" }, { "attributes": {}, - "id": "11366", + "id": "1541", "links": { - "self": "/stops/11366" + "self": "/stops/1541" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=11366" + "related": "/facilities/?filter[stop]=1541" } }, "parent_station": { @@ -179153,82 +177636,194 @@ }, { "attributes": { - "direction_id": 0, - "headsign": "JFK/UMass (Shuttle)" + "direction_id": 1, + "headsign": "Boston via Woburn, West Cummings & Medford Square (Express)" }, - "id": "HarvardJFKOmitCongressAshmontPlatform-0-sample", + "id": "66959854", "links": { - "self": "/trips/HarvardJFKOmitCongressAshmontPlatform-0-sample" + "self": "/trips/66959854" }, "relationships": { "route": { "data": { - "id": "Shuttle-HarvardJFKOmitCongress", + "id": "354", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-HarvardJFKOmitCongress-0-0", + "id": "354-6-1", "type": "route_pattern" } }, "service": { "data": { - "id": "canonical", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "HarvardToJFKOmitCongress-S", + "id": "3540148", "type": "shape" } }, "stops": { "data": [ { - "id": "110", + "id": "6902", "type": "stop" }, { - "id": "72", + "id": "8229", "type": "stop" }, { - "id": "9170071", + "id": "8230", "type": "stop" }, { - "id": "9070073", + "id": "8231", "type": "stop" }, { - "id": "4511", + "id": "8232", "type": "stop" }, { - "id": "9370022", + "id": "8233", "type": "stop" }, { - "id": "16535", + "id": "8234", "type": "stop" }, { - "id": "9070079", + "id": "8235", "type": "stop" }, { - "id": "151", + "id": "8236", "type": "stop" }, { - "id": "9070083", + "id": "8237", "type": "stop" }, { - "id": "121", + "id": "8239", + "type": "stop" + }, + { + "id": "18239", + "type": "stop" + }, + { + "id": "8240", + "type": "stop" + }, + { + "id": "8241", + "type": "stop" + }, + { + "id": "8242", + "type": "stop" + }, + { + "id": "8243", + "type": "stop" + }, + { + "id": "8244", + "type": "stop" + }, + { + "id": "18244", + "type": "stop" + }, + { + "id": "8245", + "type": "stop" + }, + { + "id": "8247", + "type": "stop" + }, + { + "id": "82471", + "type": "stop" + }, + { + "id": "49816", + "type": "stop" + }, + { + "id": "49817", + "type": "stop" + }, + { + "id": "49823", + "type": "stop" + }, + { + "id": "49824", + "type": "stop" + }, + { + "id": "9125", + "type": "stop" + }, + { + "id": "49826", + "type": "stop" + }, + { + "id": "49827", + "type": "stop" + }, + { + "id": "49828", + "type": "stop" + }, + { + "id": "4982", + "type": "stop" + }, + { + "id": "49829", + "type": "stop" + }, + { + "id": "49831", + "type": "stop" + }, + { + "id": "49832", + "type": "stop" + }, + { + "id": "49999", + "type": "stop" + }, + { + "id": "49825", + "type": "stop" + }, + { + "id": "49841", + "type": "stop" + }, + { + "id": "49842", + "type": "stop" + }, + { + "id": "45003", + "type": "stop" + }, + { + "id": "65", "type": "stop" } ] @@ -179238,46 +177833,19 @@ }, { "attributes": {}, - "id": "2125", + "id": "9070013", "links": { - "self": "/stops/2125" + "self": "/stops/9070013" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2125" + "related": "/facilities/?filter[stop]=9070013" } }, "parent_station": { "data": null }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "WML-0177-B0", - "links": { - "self": "/stops/WML-0177-B0" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=WML-0177-B0" - } - }, - "parent_station": { - "data": { - "id": "place-WML-0177", - "type": "stop" - } - }, "zone": { "data": null } @@ -179286,69 +177854,174 @@ }, { "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Bedford Woods Drive", - "Third Avenue" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Bedford Woods Drive - Third Avenue", - "short_name": "351", - "sort_order": 53510, - "text_color": "000000", - "type": 3 + "direction_id": 1, + "headsign": "North Station" }, - "id": "351", + "id": "NorthWKDYF24-696293-400", "links": { - "self": "/routes/351" + "self": "/trips/NorthWKDYF24-696293-400" }, "relationships": { - "line": { + "route": { "data": { - "id": "line-350351", - "type": "line" + "id": "CR-Fitchburg", + "type": "route" } - } - }, - "type": "route" - }, - { - "attributes": {}, - "id": "5464", - "links": { - "self": "/stops/5464" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=5464" + }, + "route_pattern": { + "data": { + "id": "CR-Fitchburg-d82ea33a-1", + "type": "route_pattern" } }, - "parent_station": { - "data": null + "service": { + "data": { + "id": "FALL 2024-NORTHWKD-Weekday-1", + "type": "service" + } }, - "zone": { + "shape": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "9840003", + "type": "shape" } - } - }, + }, + "stops": { + "data": [ + { + "id": "FR-3338-CS", + "type": "stop" + }, + { + "id": "FR-0494-CS", + "type": "stop" + }, + { + "id": "FR-0451-02", + "type": "stop" + }, + { + "id": "FR-0394-02", + "type": "stop" + }, + { + "id": "FR-0361-02", + "type": "stop" + }, + { + "id": "FR-0301-02", + "type": "stop" + }, + { + "id": "FR-0253-02", + "type": "stop" + }, + { + "id": "FR-0219-02", + "type": "stop" + }, + { + "id": "FR-0201-02", + "type": "stop" + }, + { + "id": "FR-0167-02", + "type": "stop" + }, + { + "id": "FR-0132-02", + "type": "stop" + }, + { + "id": "FR-0115-02", + "type": "stop" + }, + { + "id": "FR-0098-S", + "type": "stop" + }, + { + "id": "FR-0074-02", + "type": "stop" + }, + { + "id": "FR-0064-02", + "type": "stop" + }, + { + "id": "FR-0034-02", + "type": "stop" + }, + { + "id": "BNT-0000", + "type": "stop" + } + ] + } + }, + "type": "trip" + }, + { + "attributes": {}, + "id": "9092", + "links": { + "self": "/stops/9092" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=9092" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, "type": "stop" }, { "attributes": {}, - "id": "6372", + "id": "NB-0109-S", "links": { - "self": "/stops/6372" + "self": "/stops/NB-0109-S" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6372" + "related": "/facilities/?filter[stop]=NB-0109-S" + } + }, + "parent_station": { + "data": { + "id": "place-NB-0109", + "type": "stop" + } + }, + "zone": { + "data": { + "id": "CR-zone-2", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "8197", + "links": { + "self": "/stops/8197" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=8197" } }, "parent_station": { @@ -179365,14 +178038,14 @@ }, { "attributes": {}, - "id": "9150", + "id": "5277", "links": { - "self": "/stops/9150" + "self": "/stops/5277" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9150" + "related": "/facilities/?filter[stop]=5277" } }, "parent_station": { @@ -179389,14 +178062,14 @@ }, { "attributes": {}, - "id": "869451", + "id": "18975", "links": { - "self": "/stops/869451" + "self": "/stops/18975" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=869451" + "related": "/facilities/?filter[stop]=18975" } }, "parent_station": { @@ -179412,57 +178085,95 @@ "type": "stop" }, { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Woodlawn", - "Haymarket Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Woodlawn - Haymarket Station", - "short_name": "111", - "sort_order": 51110, - "text_color": "000000", - "type": 3 + "attributes": {}, + "id": "622", + "links": { + "self": "/stops/622" }, - "id": "111", + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=622" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "7371", "links": { - "self": "/routes/111" + "self": "/stops/7371" }, "relationships": { - "line": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=7371" + } + }, + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "line-111", - "type": "line" + "id": "LocalBus", + "type": "zone" } } }, - "type": "route" + "type": "stop" }, { "attributes": {}, - "id": "70220", + "id": "8507", "links": { - "self": "/stops/70220" + "self": "/stops/8507" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70220" + "related": "/facilities/?filter[stop]=8507" } }, "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "place-cool", - "type": "stop" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "9292", + "links": { + "self": "/stops/9292" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=9292" } }, + "parent_station": { + "data": null + }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } @@ -179471,14 +178182,14 @@ }, { "attributes": {}, - "id": "7914", + "id": "2054", "links": { - "self": "/stops/7914" + "self": "/stops/2054" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7914" + "related": "/facilities/?filter[stop]=2054" } }, "parent_station": { @@ -179495,14 +178206,14 @@ }, { "attributes": {}, - "id": "6769", + "id": "5515", "links": { - "self": "/stops/6769" + "self": "/stops/5515" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6769" + "related": "/facilities/?filter[stop]=5515" } }, "parent_station": { @@ -179519,14 +178230,65 @@ }, { "attributes": {}, - "id": "2678", + "id": "WML-0340-02", "links": { - "self": "/stops/2678" + "self": "/stops/WML-0340-02" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2678" + "related": "/facilities/?filter[stop]=WML-0340-02" + } + }, + "parent_station": { + "data": { + "id": "place-WML-0340", + "type": "stop" + } + }, + "zone": { + "data": { + "id": "CR-zone-7", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "835", + "links": { + "self": "/stops/835" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=835" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "1775", + "links": { + "self": "/stops/1775" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=1775" } }, "parent_station": { @@ -179544,22 +178306,22 @@ { "attributes": { "direction_id": 1, - "headsign": "Kenmore (Shuttle)" + "headsign": "North Station (Shuttle)" }, - "id": "KenmoreStMarysNotFenway-1-sample", + "id": "HaverhillBallardvaleNorthStation-1-sample", "links": { - "self": "/trips/KenmoreStMarysNotFenway-1-sample" + "self": "/trips/HaverhillBallardvaleNorthStation-1-sample" }, "relationships": { "route": { "data": { - "id": "Shuttle-KenmoreStMarysNotFenway", + "id": "Shuttle-BallardvaleNorthStation", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-KenmoreStMarysNotFenway-0-1", + "id": "Shuttle-BallardvaleNorthStation-0-1", "type": "route_pattern" } }, @@ -179571,18 +178333,50 @@ }, "shape": { "data": { - "id": "SaintMaryToKenmore-S", + "id": "BallardvaleToNorthStationViaMalden-S", "type": "shape" } }, "stops": { "data": [ { - "id": "9070212", + "id": "WR-0205-B2", "type": "stop" }, { - "id": "9070150", + "id": "WR-0163-B1", + "type": "stop" + }, + { + "id": "WR-0120-B", + "type": "stop" + }, + { + "id": "WR-0099-B1", + "type": "stop" + }, + { + "id": "WR-0085-B1", + "type": "stop" + }, + { + "id": "WR-0075-B2", + "type": "stop" + }, + { + "id": "WR-0067-B1", + "type": "stop" + }, + { + "id": "WR-0062-B1", + "type": "stop" + }, + { + "id": "5072", + "type": "stop" + }, + { + "id": "BNT-0000-B1", "type": "stop" } ] @@ -179590,172 +178384,264 @@ }, "type": "trip" }, + { + "attributes": {}, + "id": "FR-0361-B0", + "links": { + "self": "/stops/FR-0361-B0" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=FR-0361-B0" + } + }, + "parent_station": { + "data": { + "id": "place-FR-0361", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, { "attributes": { "direction_id": 0, - "headsign": "Weymouth Landing via Howard St" + "headsign": "Oaklandvale via Cliftondale (Express)" }, - "id": "61929090", + "id": "67202392", "links": { - "self": "/trips/61929090" + "self": "/trips/67202392" }, "relationships": { "route": { "data": { - "id": "225", + "id": "428", "type": "route" } }, "route_pattern": { "data": { - "id": "225-_-0", + "id": "428-_-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "2250176", + "id": "4280055", "type": "shape" } }, "stops": { "data": [ { - "id": "32001", + "id": "117", "type": "stop" }, { - "id": "3326", + "id": "7415", "type": "stop" }, { - "id": "3784", + "id": "7417", "type": "stop" }, { - "id": "3785", + "id": "7418", "type": "stop" }, { - "id": "3786", + "id": "7419", "type": "stop" }, { - "id": "3787", + "id": "46267", "type": "stop" }, { - "id": "3788", + "id": "46268", "type": "stop" }, { - "id": "3789", + "id": "8336", "type": "stop" }, { - "id": "3790", + "id": "8338", "type": "stop" }, { - "id": "3792", + "id": "18338", "type": "stop" }, { - "id": "3793", + "id": "48336", "type": "stop" }, { - "id": "3796", + "id": "48337", "type": "stop" }, { - "id": "3798", + "id": "9070", "type": "stop" }, { - "id": "3799", + "id": "17419", "type": "stop" }, { - "id": "3800", + "id": "7420", "type": "stop" }, { - "id": "3801", + "id": "7422", "type": "stop" }, { - "id": "3802", + "id": "17422", "type": "stop" }, { - "id": "3803", + "id": "7423", "type": "stop" }, { - "id": "3804", + "id": "7424", "type": "stop" }, { - "id": "3806", + "id": "7426", "type": "stop" }, { - "id": "3808", + "id": "7427", "type": "stop" }, { - "id": "3809", + "id": "7429", "type": "stop" }, { - "id": "3811", + "id": "17429", "type": "stop" }, { - "id": "3812", + "id": "7430", "type": "stop" }, { - "id": "3813", + "id": "7431", "type": "stop" }, { - "id": "3816", + "id": "7432", "type": "stop" }, { - "id": "3817", + "id": "7433", "type": "stop" }, { - "id": "3819", + "id": "7434", "type": "stop" }, { - "id": "3820", + "id": "7435", "type": "stop" }, { - "id": "3821", + "id": "7436", "type": "stop" }, { - "id": "3822", + "id": "7437", "type": "stop" }, { - "id": "3823", + "id": "7438", "type": "stop" }, { - "id": "3824", + "id": "7464", + "type": "stop" + }, + { + "id": "7465", + "type": "stop" + }, + { + "id": "7467", + "type": "stop" + }, + { + "id": "7469", + "type": "stop" + }, + { + "id": "7471", + "type": "stop" + }, + { + "id": "7472", + "type": "stop" + }, + { + "id": "6230", + "type": "stop" + }, + { + "id": "7474", + "type": "stop" + }, + { + "id": "7475", + "type": "stop" + }, + { + "id": "7476", + "type": "stop" + }, + { + "id": "7477", + "type": "stop" + }, + { + "id": "7478", + "type": "stop" + }, + { + "id": "47526", + "type": "stop" + }, + { + "id": "47527", + "type": "stop" + }, + { + "id": "7481", + "type": "stop" + }, + { + "id": "7484", + "type": "stop" + }, + { + "id": "7485", + "type": "stop" + }, + { + "id": "7486", "type": "stop" } ] @@ -179765,25 +178651,22 @@ }, { "attributes": {}, - "id": "FR-0253-01", + "id": "66500", "links": { - "self": "/stops/FR-0253-01" + "self": "/stops/66500" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=FR-0253-01" + "related": "/facilities/?filter[stop]=66500" } }, "parent_station": { - "data": { - "id": "place-FR-0253", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "CR-zone-6", + "id": "LocalBus", "type": "zone" } } @@ -179792,14 +178675,14 @@ }, { "attributes": {}, - "id": "32760", + "id": "91835", "links": { - "self": "/stops/32760" + "self": "/stops/91835" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=32760" + "related": "/facilities/?filter[stop]=91835" } }, "parent_station": { @@ -179816,14 +178699,14 @@ }, { "attributes": {}, - "id": "173", + "id": "4727", "links": { - "self": "/stops/173" + "self": "/stops/4727" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=173" + "related": "/facilities/?filter[stop]=4727" } }, "parent_station": { @@ -179831,7 +178714,7 @@ }, "zone": { "data": { - "id": "ExpressBus-Downtown", + "id": "LocalBus", "type": "zone" } } @@ -179840,38 +178723,72 @@ }, { "attributes": {}, - "id": "2757", + "id": "9070223", "links": { - "self": "/stops/2757" + "self": "/stops/9070223" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2757" + "related": "/facilities/?filter[stop]=9070223" } }, "parent_station": { "data": null }, "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Boston College/Cleveland Circle/Riverside", + "Park Street & North" + ], + "direction_names": [ + "West", + "East" + ], + "long_name": "Boston University East - Park Street", + "short_name": "Green Line Shuttle", + "sort_order": 60925, + "text_color": "000000", + "type": 3 + }, + "id": "Shuttle-BostonUniversityEastPark", + "links": { + "self": "/routes/Shuttle-BostonUniversityEastPark" + }, + "relationships": { + "agency": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "1", + "type": "agency" + } + }, + "line": { + "data": { + "id": "line-Green", + "type": "line" } } }, - "type": "stop" + "type": "route" }, { "attributes": {}, - "id": "28618", + "id": "3579", "links": { - "self": "/stops/28618" + "self": "/stops/3579" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=28618" + "related": "/facilities/?filter[stop]=3579" } }, "parent_station": { @@ -179888,14 +178805,14 @@ }, { "attributes": {}, - "id": "1040", + "id": "4193", "links": { - "self": "/stops/1040" + "self": "/stops/4193" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1040" + "related": "/facilities/?filter[stop]=4193" } }, "parent_station": { @@ -179912,58 +178829,154 @@ }, { "attributes": { - "direction_id": 1, - "headsign": "Central Wharf via Quincy & Logan Airport & Seaport/Fan Pier" + "direction_id": 0, + "headsign": "Baker & Vermont St" }, - "id": "Boat-F6-0630-Winthrop-BWN-01-Weekday-Summer-24", + "id": "67250735", "links": { - "self": "/trips/Boat-F6-0630-Winthrop-BWN-01-Weekday-Summer-24" + "self": "/trips/67250735" }, "relationships": { "route": { "data": { - "id": "Boat-F6", + "id": "37", "type": "route" } }, "route_pattern": { "data": { - "id": "Boat-F6-0-1", + "id": "37-_-0", "type": "route_pattern" } }, "service": { "data": { - "id": "Boat-F6-Weekday-Summer-24", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "WinthropToQuincyToLoganToFanPierToCentralWharf-F", + "id": "370136", "type": "shape" } }, "stops": { "data": [ { - "id": "Boat-Winthrop", + "id": "10642", "type": "stop" }, { - "id": "Boat-Quincy", + "id": "596", "type": "stop" }, { - "id": "Boat-Logan", + "id": "597", "type": "stop" }, { - "id": "Boat-Fan", + "id": "598", "type": "stop" }, { - "id": "Boat-Aquarium", + "id": "599", + "type": "stop" + }, + { + "id": "600", + "type": "stop" + }, + { + "id": "601", + "type": "stop" + }, + { + "id": "602", + "type": "stop" + }, + { + "id": "797", + "type": "stop" + }, + { + "id": "798", + "type": "stop" + }, + { + "id": "799", + "type": "stop" + }, + { + "id": "800", + "type": "stop" + }, + { + "id": "801", + "type": "stop" + }, + { + "id": "802", + "type": "stop" + }, + { + "id": "803", + "type": "stop" + }, + { + "id": "804", + "type": "stop" + }, + { + "id": "805", + "type": "stop" + }, + { + "id": "806", + "type": "stop" + }, + { + "id": "807", + "type": "stop" + }, + { + "id": "808", + "type": "stop" + }, + { + "id": "845", + "type": "stop" + }, + { + "id": "846", + "type": "stop" + }, + { + "id": "847", + "type": "stop" + }, + { + "id": "848", + "type": "stop" + }, + { + "id": "849", + "type": "stop" + }, + { + "id": "850", + "type": "stop" + }, + { + "id": "851", + "type": "stop" + }, + { + "id": "852", + "type": "stop" + }, + { + "id": "853", "type": "stop" } ] @@ -179973,18 +178986,21 @@ }, { "attributes": {}, - "id": "5596", + "id": "29008", "links": { - "self": "/stops/5596" + "self": "/stops/29008" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5596" + "related": "/facilities/?filter[stop]=29008" } }, "parent_station": { - "data": null + "data": { + "id": "place-sull", + "type": "stop" + } }, "zone": { "data": { @@ -179995,48 +179011,113 @@ }, "type": "stop" }, + { + "attributes": {}, + "id": "CM-0547-S", + "links": { + "self": "/stops/CM-0547-S" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=CM-0547-S" + } + }, + "parent_station": { + "data": { + "id": "place-CM-0547", + "type": "stop" + } + }, + "zone": { + "data": { + "id": "CF-zone-buzzards", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "NB-0076-B", + "links": { + "self": "/stops/NB-0076-B" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=NB-0076-B" + } + }, + "parent_station": { + "data": { + "id": "place-NB-0076", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "color": "FFC72C", + "long_name": "Watertown Yard - Downtown Boston via Copley", + "short_name": "502/504", + "sort_order": 55020, + "text_color": "000000" + }, + "id": "line-502504", + "links": { + "self": "/lines/line-502504" + }, + "type": "line" + }, { "attributes": { "direction_id": 1, - "headsign": "Kenmore (Shuttle)" + "headsign": "Rowes Wharf" }, - "id": "FenwayKenmore-1-sample", + "id": "Boat-F1-0600-Hingham-BF1-01-Weekday-Fall-24", "links": { - "self": "/trips/FenwayKenmore-1-sample" + "self": "/trips/Boat-F1-0600-Hingham-BF1-01-Weekday-Fall-24" }, "relationships": { "route": { "data": { - "id": "Shuttle-FenwayKenmore", + "id": "Boat-F1", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-FenwayKenmore-0-1", + "id": "Boat-F1-2-1", "type": "route_pattern" } }, "service": { "data": { - "id": "canonical", + "id": "Boat-F1-Weekday-Fall-24", "type": "service" } }, "shape": { "data": { - "id": "FenwayToKenmore-S", + "id": "b0015", "type": "shape" } }, "stops": { "data": [ { - "id": "1807", + "id": "Boat-Hingham", "type": "stop" }, { - "id": "9070150", + "id": "Boat-Rowes", "type": "stop" } ] @@ -180046,38 +179127,41 @@ }, { "attributes": {}, - "id": "ER-0227-B1", + "id": "FR-0167-01", "links": { - "self": "/stops/ER-0227-B1" + "self": "/stops/FR-0167-01" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=ER-0227-B1" + "related": "/facilities/?filter[stop]=FR-0167-01" } }, "parent_station": { "data": { - "id": "place-ER-0227", + "id": "place-FR-0167", "type": "stop" } }, "zone": { - "data": null + "data": { + "id": "CR-zone-4", + "type": "zone" + } } }, "type": "stop" }, { "attributes": {}, - "id": "1430", + "id": "4799", "links": { - "self": "/stops/1430" + "self": "/stops/4799" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1430" + "related": "/facilities/?filter[stop]=4799" } }, "parent_station": { @@ -180094,14 +179178,14 @@ }, { "attributes": {}, - "id": "3272", + "id": "65542", "links": { - "self": "/stops/3272" + "self": "/stops/65542" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3272" + "related": "/facilities/?filter[stop]=65542" } }, "parent_station": { @@ -180119,22 +179203,22 @@ { "attributes": { "direction_id": 0, - "headsign": "Park Street (Shuttle)" + "headsign": "Rockport (Express shuttle)" }, - "id": "HarvardParkStreet-0-sample", + "id": "BeverlyRockportExpress-0-sample", "links": { - "self": "/trips/HarvardParkStreet-0-sample" + "self": "/trips/BeverlyRockportExpress-0-sample" }, "relationships": { "route": { "data": { - "id": "Shuttle-HarvardPark", + "id": "Shuttle-BeverlyRockportExpress", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-HarvardPark-0-0", + "id": "Shuttle-BeverlyRockportExpress-0-0", "type": "route_pattern" } }, @@ -180146,30 +179230,115 @@ }, "shape": { "data": { - "id": "HarvardToParkStreet-S", + "id": "BeverlyToRockportExpress-S", "type": "shape" } }, "stops": { "data": [ { - "id": "110", + "id": "ER-0183-B", "type": "stop" }, { - "id": "72", + "id": "GB-0316-B1", "type": "stop" }, { - "id": "9170071", + "id": "GB-0353-B", + "type": "stop" + } + ] + } + }, + "type": "trip" + }, + { + "attributes": { + "direction_id": 1, + "headsign": "South Station" + }, + "id": "BaseWML-697706-582", + "links": { + "self": "/trips/BaseWML-697706-582" + }, + "relationships": { + "route": { + "data": { + "id": "CR-Worcester", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "CR-Worcester-6874ed14-1", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "FALL 2024-SOUTHWKD-Weekday-42-Sb0e4ed14", + "type": "service" + } + }, + "shape": { + "data": { + "id": "9850001", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "WML-0214-02", "type": "stop" }, { - "id": "9070073", + "id": "WML-0199-02", "type": "stop" }, { - "id": "9170076", + "id": "WML-0177-02", + "type": "stop" + }, + { + "id": "WML-0147-02", + "type": "stop" + }, + { + "id": "WML-0135-02", + "type": "stop" + }, + { + "id": "WML-0125-02", + "type": "stop" + }, + { + "id": "WML-0102-02", + "type": "stop" + }, + { + "id": "WML-0091-02", + "type": "stop" + }, + { + "id": "WML-0081-02", + "type": "stop" + }, + { + "id": "WML-0035-02", + "type": "stop" + }, + { + "id": "WML-0025-05", + "type": "stop" + }, + { + "id": "WML-0012-05", + "type": "stop" + }, + { + "id": "NEC-2287", "type": "stop" } ] @@ -180179,14 +179348,14 @@ }, { "attributes": {}, - "id": "3214", + "id": "5599", "links": { - "self": "/stops/3214" + "self": "/stops/5599" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3214" + "related": "/facilities/?filter[stop]=5599" } }, "parent_station": { @@ -180203,14 +179372,14 @@ }, { "attributes": {}, - "id": "2047", + "id": "32638", "links": { - "self": "/stops/2047" + "self": "/stops/32638" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2047" + "related": "/facilities/?filter[stop]=32638" } }, "parent_station": { @@ -180227,14 +179396,14 @@ }, { "attributes": {}, - "id": "8509", + "id": "9196", "links": { - "self": "/stops/8509" + "self": "/stops/9196" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8509" + "related": "/facilities/?filter[stop]=9196" } }, "parent_station": { @@ -180251,14 +179420,14 @@ }, { "attributes": {}, - "id": "1939", + "id": "111803", "links": { - "self": "/stops/1939" + "self": "/stops/111803" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1939" + "related": "/facilities/?filter[stop]=111803" } }, "parent_station": { @@ -180275,14 +179444,14 @@ }, { "attributes": {}, - "id": "1634", + "id": "6180", "links": { - "self": "/stops/1634" + "self": "/stops/6180" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1634" + "related": "/facilities/?filter[stop]=6180" } }, "parent_station": { @@ -180297,58 +179466,24 @@ }, "type": "stop" }, - { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Government Center", - "Wonderland" - ], - "direction_names": [ - "South", - "North" - ], - "long_name": "Wonderland - Government Center", - "short_name": "Blue Line Shuttle", - "sort_order": 61955, - "text_color": "000000", - "type": 3 - }, - "id": "Shuttle-GovernmentCenterWonderland", - "links": { - "self": "/routes/Shuttle-GovernmentCenterWonderland" - }, - "relationships": { - "line": { - "data": { - "id": "line-Blue", - "type": "line" - } - } - }, - "type": "route" - }, { "attributes": {}, - "id": "GRB-0146-S", + "id": "3575", "links": { - "self": "/stops/GRB-0146-S" + "self": "/stops/3575" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=GRB-0146-S" + "related": "/facilities/?filter[stop]=3575" } }, "parent_station": { - "data": { - "id": "place-GRB-0146", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "CR-zone-2", + "id": "LocalBus", "type": "zone" } } @@ -180357,14 +179492,14 @@ }, { "attributes": {}, - "id": "2343", + "id": "1547", "links": { - "self": "/stops/2343" + "self": "/stops/1547" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2343" + "related": "/facilities/?filter[stop]=1547" } }, "parent_station": { @@ -180381,14 +179516,14 @@ }, { "attributes": {}, - "id": "6946", + "id": "5605", "links": { - "self": "/stops/6946" + "self": "/stops/5605" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6946" + "related": "/facilities/?filter[stop]=5605" } }, "parent_station": { @@ -180405,14 +179540,158 @@ }, { "attributes": {}, - "id": "5059", + "id": "279", "links": { - "self": "/stops/5059" + "self": "/stops/279" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5059" + "related": "/facilities/?filter[stop]=279" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "5049", + "links": { + "self": "/stops/5049" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=5049" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "NB-0137-B0", + "links": { + "self": "/stops/NB-0137-B0" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=NB-0137-B0" + } + }, + "parent_station": { + "data": { + "id": "place-NB-0137", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "6950", + "links": { + "self": "/stops/6950" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=6950" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "2854", + "links": { + "self": "/stops/2854" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=2854" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "5932", + "links": { + "self": "/stops/5932" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=5932" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "3024", + "links": { + "self": "/stops/3024" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=3024" } }, "parent_station": { @@ -180429,154 +179708,146 @@ }, { "attributes": { - "direction_id": 0, - "headsign": "Cleary Square" + "direction_id": 1, + "headsign": "Beale & Newport" }, - "id": "62144815", + "id": "67290371", "links": { - "self": "/trips/62144815" + "self": "/trips/67290371" }, "relationships": { "route": { "data": { - "id": "50", + "id": "245", "type": "route" } }, "route_pattern": { "data": { - "id": "50-_-0", + "id": "245-5-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "500063", + "id": "2450106", "type": "shape" } }, "stops": { "data": [ { - "id": "10642", - "type": "stop" - }, - { - "id": "596", - "type": "stop" - }, - { - "id": "597", + "id": "3031", "type": "stop" }, { - "id": "598", + "id": "3032", "type": "stop" }, { - "id": "599", + "id": "3033", "type": "stop" }, { - "id": "600", + "id": "3034", "type": "stop" }, { - "id": "601", + "id": "13093", "type": "stop" }, { - "id": "6022", + "id": "4390", "type": "stop" }, { - "id": "603", + "id": "4391", "type": "stop" }, { - "id": "10603", + "id": "4392", "type": "stop" }, { - "id": "604", + "id": "4393", "type": "stop" }, { - "id": "2801", + "id": "4394", "type": "stop" }, { - "id": "2803", + "id": "4395", "type": "stop" }, { - "id": "2804", + "id": "4396", "type": "stop" }, { - "id": "2805", + "id": "13407", "type": "stop" }, { - "id": "2806", + "id": "13406", "type": "stop" }, { - "id": "2807", + "id": "13404", "type": "stop" }, { - "id": "2808", + "id": "13403", "type": "stop" }, { - "id": "2809", + "id": "13402", "type": "stop" }, { - "id": "2810", + "id": "4326", "type": "stop" }, { - "id": "2811", + "id": "4327", "type": "stop" }, { - "id": "2812", + "id": "4328", "type": "stop" }, { - "id": "12812", + "id": "4329", "type": "stop" }, { - "id": "2813", + "id": "3489", "type": "stop" }, { - "id": "2814", + "id": "3490", "type": "stop" }, { - "id": "6507", + "id": "3491", "type": "stop" }, { - "id": "6508", + "id": "3493", "type": "stop" }, { - "id": "6509", + "id": "3495", "type": "stop" }, { - "id": "2819", + "id": "3191", "type": "stop" } ] @@ -180584,153 +179855,114 @@ }, "type": "trip" }, + { + "attributes": {}, + "id": "3522", + "links": { + "self": "/stops/3522" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=3522" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, { "attributes": { - "direction_id": 1, - "headsign": "University Park" + "color": "FFC72C", + "direction_destinations": [ + "Salem Depot", + "Wonderland Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Salem Depot - Wonderland Station", + "short_name": "455", + "sort_order": 54550, + "text_color": "000000", + "type": 3 }, - "id": "63165261", + "id": "455", "links": { - "self": "/trips/63165261" + "self": "/routes/455" }, "relationships": { - "route": { + "agency": { "data": { - "id": "64", - "type": "route" + "id": "1", + "type": "agency" } }, - "route_pattern": { + "line": { "data": { - "id": "64-_-1", - "type": "route_pattern" + "id": "line-455", + "type": "line" } - }, - "service": { + } + }, + "type": "route" + }, + { + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Riverside", + "Union Square" + ], + "direction_names": [ + "West", + "East" + ], + "long_name": "Newton Highlands - Kenmore", + "short_name": "Green Line D Shuttle", + "sort_order": 62090, + "text_color": "000000", + "type": 3 + }, + "id": "Shuttle-NewtonHighlandsKenmore", + "links": { + "self": "/routes/Shuttle-NewtonHighlandsKenmore" + }, + "relationships": { + "agency": { "data": { - "id": "BUS32024-hbt34j47-Sunday-02", - "type": "service" + "id": "1", + "type": "agency" } }, - "shape": { + "line": { "data": { - "id": "640177", - "type": "shape" + "id": "line-Green", + "type": "line" } - }, - "stops": { - "data": [ - { - "id": "1214", - "type": "stop" - }, - { - "id": "1094", - "type": "stop" - }, - { - "id": "1100", - "type": "stop" - }, - { - "id": "1102", - "type": "stop" - }, - { - "id": "1103", - "type": "stop" - }, - { - "id": "1104", - "type": "stop" - }, - { - "id": "1105", - "type": "stop" - }, - { - "id": "1040", - "type": "stop" - }, - { - "id": "11070", - "type": "stop" - }, - { - "id": "11071", - "type": "stop" - }, - { - "id": "1110", - "type": "stop" - }, - { - "id": "1111", - "type": "stop" - }, - { - "id": "1112", - "type": "stop" - }, - { - "id": "1114", - "type": "stop" - }, - { - "id": "1115", - "type": "stop" - }, - { - "id": "1116", - "type": "stop" - }, - { - "id": "1055", - "type": "stop" - }, - { - "id": "1056", - "type": "stop" - }, - { - "id": "1057", - "type": "stop" - }, - { - "id": "1058", - "type": "stop" - }, - { - "id": "1059", - "type": "stop" - }, - { - "id": "72", - "type": "stop" - }, - { - "id": "73", - "type": "stop" - }, - { - "id": "730", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "route" }, { "attributes": {}, - "id": "2812", + "id": "5307", "links": { - "self": "/stops/2812" + "self": "/stops/5307" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2812" + "related": "/facilities/?filter[stop]=5307" } }, "parent_station": { @@ -180747,14 +179979,14 @@ }, { "attributes": {}, - "id": "14875", + "id": "3868", "links": { - "self": "/stops/14875" + "self": "/stops/3868" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=14875" + "related": "/facilities/?filter[stop]=3868" } }, "parent_station": { @@ -180769,24 +180001,78 @@ }, "type": "stop" }, + { + "attributes": { + "color": "008EAA", + "direction_destinations": [ + "Hingham or Hull", + "Long Wharf or Rowes Wharf" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Hingham/Hull Ferry", + "short_name": "", + "sort_order": 30002, + "text_color": "FFFFFF", + "type": 4 + }, + "id": "Boat-F1", + "links": { + "self": "/routes/Boat-F1" + }, + "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, + "line": { + "data": { + "id": "line-Boat-F1", + "type": "line" + } + } + }, + "type": "route" + }, + { + "attributes": { + "color": "FFC72C", + "long_name": "Clarendon Hill - Lechmere via Highland Avenue", + "short_name": "88", + "sort_order": 50880, + "text_color": "000000" + }, + "id": "line-88", + "links": { + "self": "/lines/line-88" + }, + "type": "line" + }, { "attributes": {}, - "id": "5684", + "id": "NEC-2276-02", "links": { - "self": "/stops/5684" + "self": "/stops/NEC-2276-02" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5684" + "related": "/facilities/?filter[stop]=NEC-2276-02" } }, "parent_station": { - "data": null + "data": { + "id": "place-bbsta", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "CR-zone-1A", "type": "zone" } } @@ -180795,14 +180081,14 @@ }, { "attributes": {}, - "id": "1148", + "id": "3582", "links": { - "self": "/stops/1148" + "self": "/stops/3582" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1148" + "related": "/facilities/?filter[stop]=3582" } }, "parent_station": { @@ -180819,14 +180105,14 @@ }, { "attributes": {}, - "id": "804", + "id": "8169", "links": { - "self": "/stops/804" + "self": "/stops/8169" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=804" + "related": "/facilities/?filter[stop]=8169" } }, "parent_station": { @@ -180843,14 +180129,14 @@ }, { "attributes": {}, - "id": "32000", + "id": "78216", "links": { - "self": "/stops/32000" + "self": "/stops/78216" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=32000" + "related": "/facilities/?filter[stop]=78216" } }, "parent_station": { @@ -180867,14 +180153,14 @@ }, { "attributes": {}, - "id": "7420", + "id": "256", "links": { - "self": "/stops/7420" + "self": "/stops/256" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7420" + "related": "/facilities/?filter[stop]=256" } }, "parent_station": { @@ -180891,14 +180177,14 @@ }, { "attributes": {}, - "id": "2327", + "id": "8437", "links": { - "self": "/stops/2327" + "self": "/stops/8437" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2327" + "related": "/facilities/?filter[stop]=8437" } }, "parent_station": { @@ -180915,94 +180201,54 @@ }, { "attributes": { - "direction_id": 1, - "headsign": "North Station" + "direction_id": 0, + "headsign": "Silver Line Way" }, - "id": "63032864", + "id": "66858485", "links": { - "self": "/trips/63032864" + "self": "/trips/66858485" }, "relationships": { "route": { "data": { - "id": "Orange", + "id": "746", "type": "route" } }, "route_pattern": { "data": { - "id": "Orange-6-1", + "id": "746-_-0", "type": "route_pattern" } }, "service": { "data": { - "id": "RTL22024-hmo24on1-Weekday-01", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "46590002", + "id": "7460026", "type": "shape" } }, "stops": { "data": [ { - "id": "70001", - "type": "stop" - }, - { - "id": "70003", - "type": "stop" - }, - { - "id": "70005", - "type": "stop" - }, - { - "id": "70007", - "type": "stop" - }, - { - "id": "70009", - "type": "stop" - }, - { - "id": "70011", - "type": "stop" - }, - { - "id": "70013", - "type": "stop" - }, - { - "id": "70015", - "type": "stop" - }, - { - "id": "70017", - "type": "stop" - }, - { - "id": "70019", - "type": "stop" - }, - { - "id": "70021", + "id": "74611", "type": "stop" }, { - "id": "70023", + "id": "74612", "type": "stop" }, { - "id": "70025", + "id": "74613", "type": "stop" }, { - "id": "70027", + "id": "74614", "type": "stop" } ] @@ -181012,22 +180258,43 @@ }, { "attributes": {}, - "id": "41031", + "id": "5473", "links": { - "self": "/stops/41031" + "self": "/stops/5473" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=41031" + "related": "/facilities/?filter[stop]=5473" } }, "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "place-qamnl", - "type": "stop" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "7327", + "links": { + "self": "/stops/7327" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=7327" } }, + "parent_station": { + "data": null + }, "zone": { "data": { "id": "LocalBus", @@ -181039,14 +180306,14 @@ }, { "attributes": {}, - "id": "3806", + "id": "1737", "links": { - "self": "/stops/3806" + "self": "/stops/1737" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3806" + "related": "/facilities/?filter[stop]=1737" } }, "parent_station": { @@ -181063,14 +180330,14 @@ }, { "attributes": {}, - "id": "84741", + "id": "177", "links": { - "self": "/stops/84741" + "self": "/stops/177" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=84741" + "related": "/facilities/?filter[stop]=177" } }, "parent_station": { @@ -181078,7 +180345,7 @@ }, "zone": { "data": { - "id": "LocalBus", + "id": "ExpressBus-Downtown", "type": "zone" } } @@ -181087,14 +180354,14 @@ }, { "attributes": {}, - "id": "3236", + "id": "7414", "links": { - "self": "/stops/3236" + "self": "/stops/7414" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3236" + "related": "/facilities/?filter[stop]=7414" } }, "parent_station": { @@ -181111,14 +180378,14 @@ }, { "attributes": {}, - "id": "6842", + "id": "614", "links": { - "self": "/stops/6842" + "self": "/stops/614" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6842" + "related": "/facilities/?filter[stop]=614" } }, "parent_station": { @@ -181135,14 +180402,14 @@ }, { "attributes": {}, - "id": "3243", + "id": "1577", "links": { - "self": "/stops/3243" + "self": "/stops/1577" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3243" + "related": "/facilities/?filter[stop]=1577" } }, "parent_station": { @@ -181159,14 +180426,14 @@ }, { "attributes": {}, - "id": "49841", + "id": "541", "links": { - "self": "/stops/49841" + "self": "/stops/541" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=49841" + "related": "/facilities/?filter[stop]=541" } }, "parent_station": { @@ -181182,294 +180449,99 @@ "type": "stop" }, { - "attributes": { - "color": "80276C", - "direction_destinations": [ - "Stoughton or Wickford Junction", - "South Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Providence/Stoughton Line", - "short_name": "", - "sort_order": 20012, - "text_color": "FFFFFF", - "type": 2 - }, - "id": "CR-Providence", + "attributes": {}, + "id": "5457", "links": { - "self": "/routes/CR-Providence" + "self": "/stops/5457" }, "relationships": { - "line": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=5457" + } + }, + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "line-Providence", - "type": "line" + "id": "LocalBus", + "type": "zone" } } }, - "type": "route" + "type": "stop" }, { "attributes": { "direction_id": 1, - "headsign": "Watertown Yard" + "headsign": "Packard's Corner (Shuttle)" }, - "id": "62145868", + "id": "BostonCollegePackardsCorner-1-sample", "links": { - "self": "/trips/62145868" + "self": "/trips/BostonCollegePackardsCorner-1-sample" }, "relationships": { "route": { "data": { - "id": "52", + "id": "Shuttle-BostonCollegePackardsCorner", "type": "route" } }, "route_pattern": { "data": { - "id": "52-4-1", + "id": "Shuttle-BostonCollegePackardsCorner-0-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "canonical", "type": "service" } }, "shape": { "data": { - "id": "520217", + "id": "BostonCollegeToPackardsCorner-S", "type": "shape" } }, "stops": { "data": [ { - "id": "820", - "type": "stop" - }, - { - "id": "774", - "type": "stop" - }, - { - "id": "775", - "type": "stop" - }, - { - "id": "776", - "type": "stop" - }, - { - "id": "8390", - "type": "stop" - }, - { - "id": "8391", - "type": "stop" - }, - { - "id": "8392", - "type": "stop" - }, - { - "id": "8393", - "type": "stop" - }, - { - "id": "8394", - "type": "stop" - }, - { - "id": "833", - "type": "stop" - }, - { - "id": "8473", - "type": "stop" - }, - { - "id": "8474", - "type": "stop" - }, - { - "id": "84741", - "type": "stop" - }, - { - "id": "8476", - "type": "stop" - }, - { - "id": "8477", - "type": "stop" - }, - { - "id": "8478", - "type": "stop" - }, - { - "id": "84791", - "type": "stop" - }, - { - "id": "8480", - "type": "stop" - }, - { - "id": "8481", - "type": "stop" - }, - { - "id": "8482", - "type": "stop" - }, - { - "id": "8483", - "type": "stop" - }, - { - "id": "8484", - "type": "stop" - }, - { - "id": "8485", - "type": "stop" - }, - { - "id": "8486", - "type": "stop" - }, - { - "id": "18487", - "type": "stop" - }, - { - "id": "8489", - "type": "stop" - }, - { - "id": "8490", - "type": "stop" - }, - { - "id": "8491", - "type": "stop" - }, - { - "id": "8492", - "type": "stop" - }, - { - "id": "84921", - "type": "stop" - }, - { - "id": "8495", - "type": "stop" - }, - { - "id": "8496", - "type": "stop" - }, - { - "id": "8497", - "type": "stop" - }, - { - "id": "8498", - "type": "stop" - }, - { - "id": "8499", - "type": "stop" - }, - { - "id": "8500", - "type": "stop" - }, - { - "id": "8501", - "type": "stop" - }, - { - "id": "8502", - "type": "stop" - }, - { - "id": "8503", - "type": "stop" - }, - { - "id": "8504", - "type": "stop" - }, - { - "id": "8505", - "type": "stop" - }, - { - "id": "8506", - "type": "stop" - }, - { - "id": "8507", - "type": "stop" - }, - { - "id": "8508", - "type": "stop" - }, - { - "id": "8509", - "type": "stop" - }, - { - "id": "8510", - "type": "stop" - }, - { - "id": "8511", - "type": "stop" - }, - { - "id": "8512", + "id": "9070107", "type": "stop" }, { - "id": "8513", + "id": "9070110", "type": "stop" }, { - "id": "8514", + "id": "9070112", "type": "stop" }, { - "id": "8515", + "id": "9070114", "type": "stop" }, { - "id": "8516", + "id": "9070116", "type": "stop" }, { - "id": "19031", + "id": "9070120", "type": "stop" }, { - "id": "988", + "id": "9070128", "type": "stop" }, { - "id": "989", + "id": "9070130", "type": "stop" }, { - "id": "999", + "id": "9070134", "type": "stop" } ] @@ -181479,14 +180551,14 @@ }, { "attributes": {}, - "id": "3322", + "id": "1791", "links": { - "self": "/stops/3322" + "self": "/stops/1791" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3322" + "related": "/facilities/?filter[stop]=1791" } }, "parent_station": { @@ -181503,14 +180575,38 @@ }, { "attributes": {}, - "id": "2486", + "id": "7397", "links": { - "self": "/stops/2486" + "self": "/stops/7397" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2486" + "related": "/facilities/?filter[stop]=7397" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "4531", + "links": { + "self": "/stops/4531" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=4531" } }, "parent_station": { @@ -181525,236 +180621,3480 @@ }, "type": "stop" }, + { + "attributes": {}, + "id": "9370024", + "links": { + "self": "/stops/9370024" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=9370024" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, { "attributes": { - "direction_id": 0, - "headsign": "Melrose Highlands via Oak Grove" + "color": "FFC72C", + "long_name": "Fields Corner - Kenmore, Ruggles, or Andrew", + "short_name": "17/19", + "sort_order": 50170, + "text_color": "000000" + }, + "id": "line-1719", + "links": { + "self": "/lines/line-1719" }, - "id": "61869013", + "type": "line" + }, + { + "attributes": {}, + "id": "1856", "links": { - "self": "/trips/61869013" + "self": "/stops/1856" }, "relationships": { - "route": { - "data": { - "id": "131", - "type": "route" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=1856" } }, - "route_pattern": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "131-1-0", - "type": "route_pattern" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "3152", + "links": { + "self": "/stops/3152" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=3152" } }, - "service": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "SpringWeekday", - "type": "service" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "36538", + "links": { + "self": "/stops/36538" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=36538" } }, - "shape": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "1310081", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "498", + "links": { + "self": "/stops/498" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=498" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "1181", + "links": { + "self": "/stops/1181" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=1181" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "4742", + "links": { + "self": "/stops/4742" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=4742" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "2252", + "links": { + "self": "/stops/2252" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=2252" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "1360", + "links": { + "self": "/stops/1360" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=1360" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "76597", + "links": { + "self": "/stops/76597" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=76597" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "6746", + "links": { + "self": "/stops/6746" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=6746" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "2133", + "links": { + "self": "/stops/2133" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=2133" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "21148", + "links": { + "self": "/stops/21148" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=21148" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "9070501", + "links": { + "self": "/stops/9070501" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=9070501" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "816", + "links": { + "self": "/stops/816" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=816" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "9170024", + "links": { + "self": "/stops/9170024" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=9170024" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "13121", + "links": { + "self": "/stops/13121" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=13121" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "9154", + "links": { + "self": "/stops/9154" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=9154" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "7579", + "links": { + "self": "/stops/7579" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=7579" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "6158", + "links": { + "self": "/stops/6158" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=6158" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Franklin Park", + "Ruggles Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Franklin Park - Ruggles Station", + "short_name": "45", + "sort_order": 50450, + "text_color": "000000", + "type": 3 + }, + "id": "45", + "links": { + "self": "/routes/45" + }, + "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, + "line": { + "data": { + "id": "line-45", + "type": "line" + } + } + }, + "type": "route" + }, + { + "attributes": {}, + "id": "4152", + "links": { + "self": "/stops/4152" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=4152" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "10642", + "links": { + "self": "/stops/10642" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=10642" + } + }, + "parent_station": { + "data": { + "id": "place-forhl", + "type": "stop" + } + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": { + "color": "FFC72C", + "long_name": "Ashmont - Forest Hills", + "short_name": "21", + "sort_order": 50210, + "text_color": "000000" + }, + "id": "line-21", + "links": { + "self": "/lines/line-21" + }, + "type": "line" + }, + { + "attributes": {}, + "id": "76593", + "links": { + "self": "/stops/76593" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=76593" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "1984", + "links": { + "self": "/stops/1984" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=1984" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "9955", + "links": { + "self": "/stops/9955" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=9955" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Quincy Center Station", + "Squantum" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Quincy Center Station - Squantum", + "short_name": "211", + "sort_order": 52110, + "text_color": "000000", + "type": 3 + }, + "id": "211", + "links": { + "self": "/routes/211" + }, + "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, + "line": { + "data": { + "id": "line-210211212", + "type": "line" + } + } + }, + "type": "route" + }, + { + "attributes": {}, + "id": "111720", + "links": { + "self": "/stops/111720" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=111720" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "11836", + "links": { + "self": "/stops/11836" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=11836" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "84618", + "links": { + "self": "/stops/84618" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=84618" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "121008", + "links": { + "self": "/stops/121008" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=121008" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "4314", + "links": { + "self": "/stops/4314" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=4314" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "5223", + "links": { + "self": "/stops/5223" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=5223" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": { + "direction_id": 1, + "headsign": "Ruggles" + }, + "id": "66651687", + "links": { + "self": "/trips/66651687" + }, + "relationships": { + "route": { + "data": { + "id": "15", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "15-1-1", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "WinterWeekday", + "type": "service" + } + }, + "shape": { + "data": { + "id": "150273", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "323", + "type": "stop" + }, + { + "id": "55600", + "type": "stop" + }, + { + "id": "557", + "type": "stop" + }, + { + "id": "558", + "type": "stop" + }, + { + "id": "559", + "type": "stop" + }, + { + "id": "560", + "type": "stop" + }, + { + "id": "561", + "type": "stop" + }, + { + "id": "1468", + "type": "stop" + }, + { + "id": "1469", + "type": "stop" + }, + { + "id": "1470", + "type": "stop" + }, + { + "id": "1471", + "type": "stop" + }, + { + "id": "1472", + "type": "stop" + }, + { + "id": "1473", + "type": "stop" + }, + { + "id": "14731", + "type": "stop" + }, + { + "id": "1474", + "type": "stop" + }, + { + "id": "1475", + "type": "stop" + }, + { + "id": "1478", + "type": "stop" + }, + { + "id": "1479", + "type": "stop" + }, + { + "id": "1480", + "type": "stop" + }, + { + "id": "1481", + "type": "stop" + }, + { + "id": "11482", + "type": "stop" + }, + { + "id": "14831", + "type": "stop" + }, + { + "id": "1484", + "type": "stop" + }, + { + "id": "1485", + "type": "stop" + }, + { + "id": "1486", + "type": "stop" + }, + { + "id": "1487", + "type": "stop" + }, + { + "id": "1488", + "type": "stop" + }, + { + "id": "1489", + "type": "stop" + }, + { + "id": "1491", + "type": "stop" + }, + { + "id": "64000", + "type": "stop" + }, + { + "id": "1148", + "type": "stop" + }, + { + "id": "11149", + "type": "stop" + }, + { + "id": "11148", + "type": "stop" + }, + { + "id": "21148", + "type": "stop" + }, + { + "id": "1224", + "type": "stop" + }, + { + "id": "17861", + "type": "stop" + } + ] + } + }, + "type": "trip" + }, + { + "attributes": {}, + "id": "8870", + "links": { + "self": "/stops/8870" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=8870" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "4376", + "links": { + "self": "/stops/4376" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=4376" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "6848", + "links": { + "self": "/stops/6848" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=6848" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "8602", + "links": { + "self": "/stops/8602" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=8602" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "7967", + "links": { + "self": "/stops/7967" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=7967" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "15832", + "links": { + "self": "/stops/15832" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=15832" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "ER-0227-S", + "links": { + "self": "/stops/ER-0227-S" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=ER-0227-S" + } + }, + "parent_station": { + "data": { + "id": "place-ER-0227", + "type": "stop" + } + }, + "zone": { + "data": { + "id": "CR-zone-5", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "GB-0353-B", + "links": { + "self": "/stops/GB-0353-B" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=GB-0353-B" + } + }, + "parent_station": { + "data": { + "id": "place-GB-0353", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "292", + "links": { + "self": "/stops/292" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=292" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "7140", + "links": { + "self": "/stops/7140" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=7140" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "3669", + "links": { + "self": "/stops/3669" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=3669" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "17922", + "links": { + "self": "/stops/17922" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=17922" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "85511", + "links": { + "self": "/stops/85511" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=85511" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "70153", + "links": { + "self": "/stops/70153" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=70153" + } + }, + "parent_station": { + "data": { + "id": "place-hymnl", + "type": "stop" + } + }, + "zone": { + "data": { + "id": "RapidTransit", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": { + "direction_id": 0, + "headsign": "Linden Square via Sullivan" + }, + "id": "67058946", + "links": { + "self": "/trips/67058946" + }, + "relationships": { + "route": { + "data": { + "id": "109", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "109-_-0", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "WinterSaturday", + "type": "service" + } + }, + "shape": { + "data": { + "id": "1090214", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "76125", + "type": "stop" + }, + { + "id": "2567", + "type": "stop" + }, + { + "id": "2568", + "type": "stop" + }, + { + "id": "2570", + "type": "stop" + }, + { + "id": "25712", + "type": "stop" + }, + { + "id": "25713", + "type": "stop" + }, + { + "id": "2597", + "type": "stop" + }, + { + "id": "2773", + "type": "stop" + }, + { + "id": "2774", + "type": "stop" + }, + { + "id": "2776", + "type": "stop" + }, + { + "id": "2778", + "type": "stop" + }, + { + "id": "2777", + "type": "stop" + }, + { + "id": "2779", + "type": "stop" + }, + { + "id": "29003", + "type": "stop" + }, + { + "id": "5504", + "type": "stop" + }, + { + "id": "5505", + "type": "stop" + }, + { + "id": "5506", + "type": "stop" + }, + { + "id": "5507", + "type": "stop" + }, + { + "id": "5508", + "type": "stop" + }, + { + "id": "5509", + "type": "stop" + }, + { + "id": "5565", + "type": "stop" + }, + { + "id": "5695", + "type": "stop" + }, + { + "id": "5510", + "type": "stop" + }, + { + "id": "5513", + "type": "stop" + }, + { + "id": "5514", + "type": "stop" + }, + { + "id": "5517", + "type": "stop" + }, + { + "id": "5519", + "type": "stop" + }, + { + "id": "5515", + "type": "stop" + }, + { + "id": "5520", + "type": "stop" + }, + { + "id": "5521", + "type": "stop" + }, + { + "id": "5522", + "type": "stop" + }, + { + "id": "5523", + "type": "stop" + }, + { + "id": "5524", + "type": "stop" + }, + { + "id": "5525", + "type": "stop" + }, + { + "id": "5527", + "type": "stop" + }, + { + "id": "5529", + "type": "stop" + }, + { + "id": "5530", + "type": "stop" + }, + { + "id": "5531", + "type": "stop" + }, + { + "id": "5532", + "type": "stop" + }, + { + "id": "7412", + "type": "stop" + } + ] + } + }, + "type": "trip" + }, + { + "attributes": {}, + "id": "15797", + "links": { + "self": "/stops/15797" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=15797" + } + }, + "parent_station": { + "data": { + "id": "place-wondl", + "type": "stop" + } + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "12638", + "links": { + "self": "/stops/12638" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=12638" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "6299", + "links": { + "self": "/stops/6299" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=6299" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "49910", + "links": { + "self": "/stops/49910" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=49910" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "NEC-1851-B2", + "links": { + "self": "/stops/NEC-1851-B2" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=NEC-1851-B2" + } + }, + "parent_station": { + "data": { + "id": "place-NEC-1851", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "570", + "links": { + "self": "/stops/570" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=570" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": { + "direction_id": 0, + "headsign": "Rindge Ave" + }, + "id": "67009478", + "links": { + "self": "/trips/67009478" + }, + "relationships": { + "route": { + "data": { + "id": "83", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "83-1-0", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "WinterWeekday", + "type": "service" + } + }, + "shape": { + "data": { + "id": "830122", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "2444", + "type": "stop" + }, + { + "id": "1059", + "type": "stop" + }, + { + "id": "2446", + "type": "stop" + }, + { + "id": "2447", + "type": "stop" + }, + { + "id": "2448", + "type": "stop" + }, + { + "id": "2449", + "type": "stop" + }, + { + "id": "2451", + "type": "stop" + }, + { + "id": "2453", + "type": "stop" + }, + { + "id": "2454", + "type": "stop" + }, + { + "id": "2455", + "type": "stop" + }, + { + "id": "2457", + "type": "stop" + }, + { + "id": "2618", + "type": "stop" + }, + { + "id": "2620", + "type": "stop" + }, + { + "id": "2621", + "type": "stop" + }, + { + "id": "24581", + "type": "stop" + }, + { + "id": "2459", + "type": "stop" + }, + { + "id": "2460", + "type": "stop" + }, + { + "id": "2316", + "type": "stop" + }, + { + "id": "2318", + "type": "stop" + }, + { + "id": "2461", + "type": "stop" + }, + { + "id": "24610", + "type": "stop" + }, + { + "id": "2462", + "type": "stop" + }, + { + "id": "24621", + "type": "stop" + }, + { + "id": "2463", + "type": "stop" + }, + { + "id": "2425", + "type": "stop" + } + ] + } + }, + "type": "trip" + }, + { + "attributes": {}, + "id": "70206", + "links": { + "self": "/stops/70206" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=70206" + } + }, + "parent_station": { + "data": { + "id": "place-north", + "type": "stop" + } + }, + "zone": { + "data": { + "id": "RapidTransit", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": { + "color": "00843D", + "direction_destinations": [ + "Heath Street", + "Medford/Tufts" + ], + "direction_names": [ + "West", + "East" + ], + "long_name": "Green Line E", + "short_name": "E", + "sort_order": 10035, + "text_color": "FFFFFF", + "type": 0 + }, + "id": "Green-E", + "links": { + "self": "/routes/Green-E" + }, + "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, + "line": { + "data": { + "id": "line-Green", + "type": "line" + } + } + }, + "type": "route" + }, + { + "attributes": {}, + "id": "4134", + "links": { + "self": "/stops/4134" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=4134" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "4404", + "links": { + "self": "/stops/4404" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=4404" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "1683", + "links": { + "self": "/stops/1683" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=1683" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "2", + "links": { + "self": "/stops/2" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=2" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "ExpressBus-Downtown", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": { + "direction_id": 0, + "headsign": "Kingston" + }, + "id": "SouthWKDYF24-704936-067", + "links": { + "self": "/trips/SouthWKDYF24-704936-067" + }, + "relationships": { + "route": { + "data": { + "id": "CR-Kingston", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "CR-Kingston-7014db43-0", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "FALL 2024-SOUTHWKD-Weekday-1-Sc9a3b080", + "type": "service" + } + }, + "shape": { + "data": { + "id": "9790002", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "MM-0109-S", + "type": "stop" + }, + { + "id": "PB-0158-S", + "type": "stop" + }, + { + "id": "PB-0194-S", + "type": "stop" + }, + { + "id": "PB-0212-S", + "type": "stop" + }, + { + "id": "PB-0245-S", + "type": "stop" + }, + { + "id": "PB-0281-S", + "type": "stop" + }, + { + "id": "KB-0351-S", + "type": "stop" + } + ] + } + }, + "type": "trip" + }, + { + "attributes": {}, + "id": "109873", + "links": { + "self": "/stops/109873" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=109873" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "609", + "links": { + "self": "/stops/609" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=609" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "2297", + "links": { + "self": "/stops/2297" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=2297" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": { + "direction_id": 1, + "headsign": "Haymarket" + }, + "id": "66957456", + "links": { + "self": "/trips/66957456" + }, + "relationships": { + "route": { + "data": { + "id": "92", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "92-_-1", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "WinterWeekday", + "type": "service" + } + }, + "shape": { + "data": { + "id": "920168", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "29009", + "type": "stop" + }, + { + "id": "12821", + "type": "stop" + }, + { + "id": "2821", + "type": "stop" + }, + { + "id": "2822", + "type": "stop" + }, + { + "id": "2823", + "type": "stop" + }, + { + "id": "2824", + "type": "stop" + }, + { + "id": "2825", + "type": "stop" + }, + { + "id": "12826", + "type": "stop" + }, + { + "id": "2827", + "type": "stop" + }, + { + "id": "28281", + "type": "stop" + }, + { + "id": "2829", + "type": "stop" + }, + { + "id": "8309", + "type": "stop" + }, + { + "id": "191", + "type": "stop" + }, + { + "id": "117", + "type": "stop" + } + ] + } + }, + "type": "trip" + }, + { + "attributes": {}, + "id": "9780", + "links": { + "self": "/stops/9780" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=9780" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "4667", + "links": { + "self": "/stops/4667" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=4667" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "2718", + "links": { + "self": "/stops/2718" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=2718" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "4156", + "links": { + "self": "/stops/4156" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=4156" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "96735", + "links": { + "self": "/stops/96735" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=96735" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "7464", + "links": { + "self": "/stops/7464" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=7464" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "15995", + "links": { + "self": "/stops/15995" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=15995" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "2635", + "links": { + "self": "/stops/2635" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=2635" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": { + "direction_id": 0, + "headsign": "Mattapan (Shuttle)" + }, + "id": "AshmontMattapan-Weekday-9e586-0-00:00:00", + "links": { + "self": "/trips/AshmontMattapan-Weekday-9e586-0-00%3A00%3A00" + }, + "relationships": { + "route": { + "data": { + "id": "Shuttle-AshmontMattapan", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "Shuttle-AshmontMattapan-0-0", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "canonical", + "type": "service" + } + }, + "shape": { + "data": { + "id": "AshmontToMattapan-S", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "334", + "type": "stop" + }, + { + "id": "71263", + "type": "stop" + }, + { + "id": "71265", + "type": "stop" + }, + { + "id": "3477", + "type": "stop" + }, + { + "id": "71270", + "type": "stop" + }, + { + "id": "71271", + "type": "stop" + }, + { + "id": "71274", + "type": "stop" + }, + { + "id": "185", + "type": "stop" + } + ] + } + }, + "type": "trip" + }, + { + "attributes": { + "direction_id": 0, + "headsign": "Lynn (Express shuttle)" + }, + "id": "LynnNorthStationExpress-0-sample", + "links": { + "self": "/trips/LynnNorthStationExpress-0-sample" + }, + "relationships": { + "route": { + "data": { + "id": "Shuttle-LynnNorthStationExpress", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "Shuttle-LynnNorthStationExpress-0-0", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "canonical", + "type": "service" + } + }, + "shape": { + "data": { + "id": "NorthStationToLynnExpress-S", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "BNT-0000-B1", + "type": "stop" + } + ] + } + }, + "type": "trip" + }, + { + "attributes": {}, + "id": "530", + "links": { + "self": "/stops/530" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=530" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "3082", + "links": { + "self": "/stops/3082" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=3082" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "4488", + "links": { + "self": "/stops/4488" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=4488" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "3417", + "links": { + "self": "/stops/3417" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=3417" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "NHRML-0218-B1", + "links": { + "self": "/stops/NHRML-0218-B1" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=NHRML-0218-B1" + } + }, + "parent_station": { + "data": { + "id": "place-NHRML-0218", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "956", + "links": { + "self": "/stops/956" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=956" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "4164", + "links": { + "self": "/stops/4164" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=4164" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "1165", + "links": { + "self": "/stops/1165" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=1165" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "14030", + "links": { + "self": "/stops/14030" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=14030" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "11845", + "links": { + "self": "/stops/11845" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=11845" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "82049", + "links": { + "self": "/stops/82049" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=82049" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "90311", + "links": { + "self": "/stops/90311" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=90311" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "5283", + "links": { + "self": "/stops/5283" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=5283" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "3411", + "links": { + "self": "/stops/3411" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=3411" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "5342", + "links": { + "self": "/stops/5342" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=5342" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "8153", + "links": { + "self": "/stops/8153" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=8153" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "1891", + "links": { + "self": "/stops/1891" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=1891" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "162", + "links": { + "self": "/stops/162" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=162" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "443", + "links": { + "self": "/stops/443" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=443" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "6598", + "links": { + "self": "/stops/6598" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=6598" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "31861", + "links": { + "self": "/stops/31861" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=31861" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "76122", + "links": { + "self": "/stops/76122" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=76122" + } + }, + "parent_station": { + "data": { + "id": "place-harsq", + "type": "stop" + } + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "1750", + "links": { + "self": "/stops/1750" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=1750" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "7916", + "links": { + "self": "/stops/7916" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=7916" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "2637", + "links": { + "self": "/stops/2637" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=2637" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "7337", + "links": { + "self": "/stops/7337" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=7337" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "7319", + "links": { + "self": "/stops/7319" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=7319" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "9170014", + "links": { + "self": "/stops/9170014" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=9170014" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "4024", + "links": { + "self": "/stops/4024" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=4024" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "56459", + "links": { + "self": "/stops/56459" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=56459" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "4873", + "links": { + "self": "/stops/4873" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=4873" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "7296", + "links": { + "self": "/stops/7296" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=7296" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": { + "direction_id": 0, + "headsign": "Mattapan" + }, + "id": "67251748", + "links": { + "self": "/trips/67251748" + }, + "relationships": { + "route": { + "data": { + "id": "29", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "29-5-0", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "WinterWeekday", + "type": "service" + } + }, + "shape": { + "data": { + "id": "290147", + "type": "shape" + } + }, "stops": { "data": [ { - "id": "5327", - "type": "stop" - }, - { - "id": "5289", - "type": "stop" - }, - { - "id": "5342", - "type": "stop" - }, - { - "id": "9215", - "type": "stop" - }, - { - "id": "9216", - "type": "stop" - }, - { - "id": "9217", - "type": "stop" - }, - { - "id": "9218", - "type": "stop" - }, - { - "id": "9219", - "type": "stop" - }, - { - "id": "9220", - "type": "stop" - }, - { - "id": "49220", - "type": "stop" - }, - { - "id": "9221", - "type": "stop" - }, - { - "id": "9328", - "type": "stop" - }, - { - "id": "9222", - "type": "stop" - }, - { - "id": "9223", - "type": "stop" - }, - { - "id": "9224", - "type": "stop" - }, - { - "id": "9225", - "type": "stop" - }, - { - "id": "9226", - "type": "stop" - }, - { - "id": "15940", - "type": "stop" - }, - { - "id": "5910", - "type": "stop" - }, - { - "id": "5911", - "type": "stop" - }, - { - "id": "5912", - "type": "stop" - }, - { - "id": "5913", - "type": "stop" - }, - { - "id": "5914", + "id": "11531", "type": "stop" }, { - "id": "5915", + "id": "1265", "type": "stop" }, { - "id": "5916", + "id": "1266", "type": "stop" }, { - "id": "5917", + "id": "10413", "type": "stop" }, { - "id": "5918", + "id": "11413", "type": "stop" }, { - "id": "5919", + "id": "17421", "type": "stop" }, { - "id": "5920", + "id": "17411", "type": "stop" }, { - "id": "5921", + "id": "17401", "type": "stop" }, { - "id": "5923", + "id": "17391", "type": "stop" }, { - "id": "5924", + "id": "415", "type": "stop" }, { - "id": "5925", + "id": "416", "type": "stop" }, { - "id": "5926", + "id": "417", "type": "stop" }, { - "id": "5927", + "id": "419", "type": "stop" }, { - "id": "5929", + "id": "1706", "type": "stop" }, { - "id": "9229", + "id": "1708", "type": "stop" }, { - "id": "9230", + "id": "1709", "type": "stop" }, { - "id": "9231", + "id": "1710", "type": "stop" }, { - "id": "9232", + "id": "11712", "type": "stop" }, { - "id": "9233", + "id": "1713", "type": "stop" }, { - "id": "5930", + "id": "1714", "type": "stop" }, { - "id": "5931", + "id": "1716", "type": "stop" }, { - "id": "5932", + "id": "1717", "type": "stop" }, { - "id": "5933", + "id": "1718", "type": "stop" }, { - "id": "5934", + "id": "11719", "type": "stop" }, { - "id": "5935", + "id": "1720", "type": "stop" }, { - "id": "5936", + "id": "1721", "type": "stop" }, { - "id": "9071", + "id": "18511", "type": "stop" } ] @@ -181764,14 +184104,179 @@ }, { "attributes": {}, - "id": "3530", + "id": "25986", "links": { - "self": "/stops/3530" + "self": "/stops/25986" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3530" + "related": "/facilities/?filter[stop]=25986" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "5603", + "links": { + "self": "/stops/5603" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=5603" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "5250", + "links": { + "self": "/stops/5250" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=5250" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "9070101", + "links": { + "self": "/stops/9070101" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=9070101" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "24281", + "links": { + "self": "/stops/24281" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=24281" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "4057", + "links": { + "self": "/stops/4057" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=4057" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "1780", + "links": { + "self": "/stops/1780" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=1780" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "8624", + "links": { + "self": "/stops/8624" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=8624" } }, "parent_station": { @@ -181788,310 +184293,720 @@ }, { "attributes": { - "direction_id": 0, - "headsign": "North Burlington via Mall Rd" + "direction_id": 1, + "headsign": "Lynn (Shuttle)" }, - "id": "61849104", + "id": "LynnSwampscott-1-sample", "links": { - "self": "/trips/61849104" + "self": "/trips/LynnSwampscott-1-sample" }, "relationships": { "route": { "data": { - "id": "350", + "id": "Shuttle-LynnSwampscott", "type": "route" } }, "route_pattern": { "data": { - "id": "350-5-0", + "id": "Shuttle-LynnSwampscott-0-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "canonical", "type": "service" } }, "shape": { "data": { - "id": "3500216", + "id": "SwampscottToLynn-S", "type": "shape" } }, "stops": { "data": [ { - "id": "141", - "type": "stop" - }, - { - "id": "22751", - "type": "stop" - }, - { - "id": "2275", - "type": "stop" - }, - { - "id": "2276", - "type": "stop" - }, - { - "id": "2277", - "type": "stop" - }, - { - "id": "2278", - "type": "stop" - }, - { - "id": "2279", - "type": "stop" - }, - { - "id": "2280", - "type": "stop" - }, - { - "id": "2281", - "type": "stop" - }, - { - "id": "2282", - "type": "stop" - }, - { - "id": "1656", - "type": "stop" - }, - { - "id": "1657", - "type": "stop" - }, - { - "id": "1658", - "type": "stop" - }, - { - "id": "1659", + "id": "ER-0128-B1", "type": "stop" - }, + } + ] + } + }, + "type": "trip" + }, + { + "attributes": { + "direction_id": 1, + "headsign": "Sullivan Square (Shuttle)" + }, + "id": "NorthStationSullivanSquare-Weekday-9e586-1-00:00:00", + "links": { + "self": "/trips/NorthStationSullivanSquare-Weekday-9e586-1-00%3A00%3A00" + }, + "relationships": { + "route": { + "data": { + "id": "Shuttle-NorthStationSullivanSquare", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "Shuttle-NorthStationSullivanSquare-0-1", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "canonical", + "type": "service" + } + }, + "shape": { + "data": { + "id": "NorthStationToSullivanSquare-S", + "type": "shape" + } + }, + "stops": { + "data": [ { - "id": "1660", + "id": "9070090", "type": "stop" }, { - "id": "1661", + "id": "9070091", "type": "stop" }, { - "id": "1662", + "id": "70500", "type": "stop" }, { - "id": "1663", + "id": "2776", "type": "stop" }, { - "id": "1665", + "id": "29005", "type": "stop" - }, + } + ] + } + }, + "type": "trip" + }, + { + "attributes": {}, + "id": "88340", + "links": { + "self": "/stops/88340" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=88340" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "853", + "links": { + "self": "/stops/853" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=853" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "5818", + "links": { + "self": "/stops/5818" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=5818" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "FR-0167-02", + "links": { + "self": "/stops/FR-0167-02" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=FR-0167-02" + } + }, + "parent_station": { + "data": { + "id": "place-FR-0167", + "type": "stop" + } + }, + "zone": { + "data": { + "id": "CR-zone-4", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": { + "direction_id": 0, + "headsign": "Ashmont" + }, + "id": "66652181", + "links": { + "self": "/trips/66652181" + }, + "relationships": { + "route": { + "data": { + "id": "22", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "22-_-0", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "WinterWeekday", + "type": "service" + } + }, + "shape": { + "data": { + "id": "220246", + "type": "shape" + } + }, + "stops": { + "data": [ { - "id": "1668", + "id": "17862", "type": "stop" }, { - "id": "1670", + "id": "1257", "type": "stop" }, { - "id": "1671", + "id": "1258", "type": "stop" }, { - "id": "1672", + "id": "1260", "type": "stop" }, { - "id": "1673", + "id": "1262", "type": "stop" }, { - "id": "1674", + "id": "11531", "type": "stop" }, { - "id": "1677", + "id": "1265", "type": "stop" }, { - "id": "1678", + "id": "1266", "type": "stop" }, { - "id": "1679", + "id": "10413", "type": "stop" }, { - "id": "1680", + "id": "11413", "type": "stop" }, { - "id": "1681", + "id": "17421", "type": "stop" }, { - "id": "1682", + "id": "17411", "type": "stop" }, { - "id": "1683", + "id": "17401", "type": "stop" }, { - "id": "1684", + "id": "17391", "type": "stop" }, { - "id": "1686", + "id": "415", "type": "stop" }, { - "id": "41686", + "id": "416", "type": "stop" }, { - "id": "1687", + "id": "417", "type": "stop" }, { - "id": "1688", + "id": "419", "type": "stop" }, { - "id": "16881", + "id": "420", "type": "stop" }, { - "id": "1689", + "id": "421", "type": "stop" }, { - "id": "49738", + "id": "422", "type": "stop" }, { - "id": "49739", + "id": "423", "type": "stop" }, { - "id": "49939", + "id": "424", "type": "stop" }, { - "id": "11689", + "id": "425", "type": "stop" }, { - "id": "50939", + "id": "426", "type": "stop" }, { - "id": "50940", + "id": "428", "type": "stop" }, { - "id": "49807", + "id": "430", "type": "stop" }, { - "id": "49848", + "id": "334", "type": "stop" - }, + } + ] + } + }, + "type": "trip" + }, + { + "attributes": {}, + "id": "9037", + "links": { + "self": "/stops/9037" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=9037" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "1878", + "links": { + "self": "/stops/1878" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=1878" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "5783", + "links": { + "self": "/stops/5783" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=5783" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "5252", + "links": { + "self": "/stops/5252" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=5252" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "5331", + "links": { + "self": "/stops/5331" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=5331" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "4749", + "links": { + "self": "/stops/4749" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=4749" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "3902", + "links": { + "self": "/stops/3902" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=3902" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "7536", + "links": { + "self": "/stops/7536" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=7536" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "8304", + "links": { + "self": "/stops/8304" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=8304" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "4065", + "links": { + "self": "/stops/4065" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=4065" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": { + "direction_id": 1, + "headsign": "Forest Hills" + }, + "id": "67250905", + "links": { + "self": "/trips/67250905" + }, + "relationships": { + "route": { + "data": { + "id": "21", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "21-_-1", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "WinterWeekday", + "type": "service" + } + }, + "shape": { + "data": { + "id": "210137", + "type": "shape" + } + }, + "stops": { + "data": [ { - "id": "49849", + "id": "334", "type": "stop" }, { - "id": "49850", + "id": "536", "type": "stop" }, { - "id": "49808", + "id": "537", "type": "stop" }, { - "id": "18245", + "id": "496", "type": "stop" }, { - "id": "18246", + "id": "494", "type": "stop" }, { - "id": "18247", + "id": "501", "type": "stop" }, { - "id": "18248", + "id": "497", "type": "stop" }, { - "id": "18249", + "id": "498", "type": "stop" }, { - "id": "1692", + "id": "499", "type": "stop" }, { - "id": "41692", + "id": "540", "type": "stop" }, { - "id": "41693", + "id": "10540", "type": "stop" }, { - "id": "1693", + "id": "541", "type": "stop" }, { - "id": "1694", + "id": "542", "type": "stop" }, { - "id": "1695", + "id": "543", "type": "stop" }, { - "id": "1696", + "id": "544", "type": "stop" }, { - "id": "1697", + "id": "9406", "type": "stop" }, { - "id": "16971", + "id": "545", "type": "stop" }, { - "id": "1698", + "id": "546", "type": "stop" }, { - "id": "1699", + "id": "11522", "type": "stop" }, { - "id": "6900", + "id": "547", "type": "stop" }, { - "id": "6902", + "id": "875", "type": "stop" } ] @@ -182099,296 +185014,408 @@ }, "type": "trip" }, + { + "attributes": {}, + "id": "ER-0208-B0", + "links": { + "self": "/stops/ER-0208-B0" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=ER-0208-B0" + } + }, + "parent_station": { + "data": { + "id": "place-ER-0208", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "70045", + "links": { + "self": "/stops/70045" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=70045" + } + }, + "parent_station": { + "data": { + "id": "place-mvbcl", + "type": "stop" + } + }, + "zone": { + "data": { + "id": "RapidTransit", + "type": "zone" + } + } + }, + "type": "stop" + }, { "attributes": { - "direction_id": 1, - "headsign": "Wonderland via Paradise Rd & Central Square (omits Point of Pines)" + "direction_id": 0, + "headsign": "Goodwins Circle" }, - "id": "62216513", + "id": "67202335", "links": { - "self": "/trips/62216513" + "self": "/trips/67202335" }, "relationships": { "route": { "data": { - "id": "441", + "id": "436", "type": "route" } }, "route_pattern": { "data": { - "id": "441-5-1", + "id": "436-2-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "4410211", + "id": "4360269", "type": "shape" } }, "stops": { "data": [ { - "id": "4807", + "id": "14748", "type": "stop" }, { - "id": "4832", + "id": "6600", "type": "stop" }, { - "id": "4834", + "id": "6830", "type": "stop" }, { - "id": "4835", + "id": "6831", "type": "stop" }, { - "id": "4836", + "id": "6833", "type": "stop" }, { - "id": "14836", + "id": "6834", "type": "stop" }, { - "id": "4837", + "id": "7313", "type": "stop" }, { - "id": "4838", + "id": "7314", "type": "stop" }, { - "id": "4839", + "id": "7315", "type": "stop" }, { - "id": "4840", + "id": "7316", "type": "stop" }, { - "id": "4841", + "id": "17316", "type": "stop" }, { - "id": "4843", + "id": "7317", "type": "stop" }, { - "id": "4844", + "id": "7318", "type": "stop" }, { - "id": "4845", + "id": "7319", "type": "stop" }, { - "id": "4846", + "id": "7253", "type": "stop" }, { - "id": "4847", + "id": "7254", "type": "stop" }, { - "id": "4848", + "id": "7255", "type": "stop" }, { - "id": "4849", + "id": "7256", "type": "stop" }, { - "id": "4850", + "id": "7257", "type": "stop" }, { - "id": "4851", + "id": "7258", "type": "stop" }, { - "id": "4852", + "id": "7259", "type": "stop" }, { - "id": "4853", + "id": "7260", "type": "stop" }, { - "id": "4857", + "id": "7320", "type": "stop" }, { - "id": "4858", + "id": "7322", "type": "stop" }, { - "id": "4859", + "id": "7324", "type": "stop" }, { - "id": "4860", + "id": "17325", "type": "stop" }, { - "id": "14860", + "id": "7327", "type": "stop" }, { - "id": "4861", + "id": "7328", "type": "stop" }, { - "id": "4862", + "id": "7330", "type": "stop" }, { - "id": "4865", + "id": "7331", "type": "stop" }, { - "id": "14868", + "id": "7332", "type": "stop" }, { - "id": "4870", + "id": "7334", "type": "stop" }, { - "id": "4872", + "id": "7335", "type": "stop" }, { - "id": "4873", + "id": "7336", "type": "stop" }, { - "id": "4874", + "id": "7337", "type": "stop" }, { - "id": "4875", + "id": "7338", "type": "stop" }, { - "id": "14875", + "id": "7339", "type": "stop" }, { - "id": "4876", + "id": "7340", + "type": "stop" + } + ] + } + }, + "type": "trip" + }, + { + "attributes": { + "direction_id": 1, + "headsign": "Salem Depot via Tozer Rd & Cummings" + }, + "id": "67202565", + "links": { + "self": "/trips/67202565" + }, + "relationships": { + "route": { + "data": { + "id": "451", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "451-1-1", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "WinterWeekday", + "type": "service" + } + }, + "shape": { + "data": { + "id": "4510067", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "17102", "type": "stop" }, { - "id": "4877", + "id": "7100", "type": "stop" }, { - "id": "4878", + "id": "18352", "type": "stop" }, { - "id": "4879", + "id": "8323", "type": "stop" }, { - "id": "4880", + "id": "8324", "type": "stop" }, { - "id": "4881", + "id": "8325", "type": "stop" }, { - "id": "4882", + "id": "7124", "type": "stop" }, { - "id": "4883", + "id": "7125", "type": "stop" }, { - "id": "4885", + "id": "47170", "type": "stop" }, { - "id": "4886", + "id": "7126", "type": "stop" }, { - "id": "14889", + "id": "7127", "type": "stop" }, { - "id": "4891", + "id": "7128", "type": "stop" }, { - "id": "4892", + "id": "7129", "type": "stop" }, { - "id": "4895", + "id": "7130", "type": "stop" }, { - "id": "14748", + "id": "7131", "type": "stop" }, { - "id": "4701", + "id": "7132", "type": "stop" }, { - "id": "4702", + "id": "7133", "type": "stop" }, { - "id": "4703", + "id": "7134", "type": "stop" }, { - "id": "4704", + "id": "7135", "type": "stop" }, { - "id": "4705", + "id": "7136", "type": "stop" }, { - "id": "4706", + "id": "7140", "type": "stop" }, { - "id": "4707", + "id": "7138", "type": "stop" }, { - "id": "4708", + "id": "7141", "type": "stop" }, { - "id": "4710", + "id": "7139", "type": "stop" }, { - "id": "4712", + "id": "7142", "type": "stop" }, { - "id": "4714", + "id": "17142", + "type": "stop" + }, + { + "id": "17144", + "type": "stop" + }, + { + "id": "7150", + "type": "stop" + }, + { + "id": "6181", + "type": "stop" + }, + { + "id": "4563", "type": "stop" }, { - "id": "15795", + "id": "37150", "type": "stop" } ] @@ -182398,49 +185425,25 @@ }, { "attributes": {}, - "id": "4241", - "links": { - "self": "/stops/4241" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=4241" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "70040", + "id": "NEC-1891-02", "links": { - "self": "/stops/70040" + "self": "/stops/NEC-1891-02" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70040" + "related": "/facilities/?filter[stop]=NEC-1891-02" } }, "parent_station": { "data": { - "id": "place-gover", + "id": "place-NEC-1891", "type": "stop" } }, "zone": { "data": { - "id": "RapidTransit", + "id": "CR-zone-8", "type": "zone" } } @@ -182449,498 +185452,218 @@ }, { "attributes": { - "direction_id": 0, - "headsign": "Lincoln Lab via Hanscom Airport" + "direction_id": 1, + "headsign": "Wood Island via Market Basket & Admiral's Hill" }, - "id": "61848675", + "id": "66960038", "links": { - "self": "/trips/61848675" + "self": "/trips/66960038" }, "relationships": { "route": { "data": { - "id": "76", + "id": "112", "type": "route" } }, "route_pattern": { "data": { - "id": "76-_-0", + "id": "112-_-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "760136", + "id": "1120184", "type": "shape" } }, "stops": { "data": [ { - "id": "141", - "type": "stop" - }, - { - "id": "2482", - "type": "stop" - }, - { - "id": "2353", - "type": "stop" - }, - { - "id": "2354", - "type": "stop" - }, - { - "id": "2355", - "type": "stop" - }, - { - "id": "2356", - "type": "stop" - }, - { - "id": "2357", - "type": "stop" - }, - { - "id": "2358", - "type": "stop" - }, - { - "id": "2201", - "type": "stop" - }, - { - "id": "2202", - "type": "stop" - }, - { - "id": "2203", - "type": "stop" - }, - { - "id": "2464", - "type": "stop" - }, - { - "id": "2465", - "type": "stop" - }, - { - "id": "12465", - "type": "stop" - }, - { - "id": "2493", - "type": "stop" - }, - { - "id": "2941", - "type": "stop" - }, - { - "id": "2943", - "type": "stop" - }, - { - "id": "2944", - "type": "stop" - }, - { - "id": "8436", - "type": "stop" - }, - { - "id": "8591", - "type": "stop" - }, - { - "id": "8593", - "type": "stop" - }, - { - "id": "8595", - "type": "stop" - }, - { - "id": "8596", - "type": "stop" - }, - { - "id": "8597", - "type": "stop" - }, - { - "id": "8598", + "id": "52716", "type": "stop" }, { - "id": "8599", + "id": "5563", "type": "stop" }, { - "id": "8600", + "id": "5565", "type": "stop" }, { - "id": "8601", + "id": "5695", "type": "stop" }, { - "id": "7878", + "id": "5637", "type": "stop" }, { - "id": "7761", + "id": "5638", "type": "stop" }, { - "id": "7762", + "id": "5640", "type": "stop" }, { - "id": "7763", + "id": "5642", "type": "stop" }, { - "id": "8602", + "id": "5643", "type": "stop" }, { - "id": "8603", + "id": "5644", "type": "stop" }, { - "id": "8604", + "id": "15645", "type": "stop" }, { - "id": "8605", + "id": "5597", "type": "stop" }, { - "id": "8606", + "id": "15649", "type": "stop" }, { - "id": "8607", + "id": "15650", "type": "stop" }, { - "id": "8608", + "id": "15651", "type": "stop" }, { - "id": "8609", + "id": "5624", "type": "stop" }, { - "id": "8610", + "id": "5625", "type": "stop" }, { - "id": "8611", + "id": "5646", "type": "stop" }, { - "id": "86178", + "id": "5647", "type": "stop" }, { - "id": "86179", + "id": "5045", "type": "stop" }, { - "id": "86180", + "id": "15045", "type": "stop" }, { - "id": "86114", + "id": "15046", "type": "stop" }, { - "id": "8612", + "id": "15047", "type": "stop" }, { - "id": "86121", + "id": "15048", "type": "stop" }, { - "id": "86122", + "id": "15049", "type": "stop" }, { - "id": "85231", - "type": "stop" - } - ] - } - }, - "type": "trip" - }, - { - "attributes": {}, - "id": "71271", - "links": { - "self": "/stops/71271" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=71271" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "5914", - "links": { - "self": "/stops/5914" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=5914" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "8198", - "links": { - "self": "/stops/8198" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=8198" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": { - "color": "FFC72C", - "long_name": "Watertown Yard or Oak Square - Kenmore", - "short_name": "57/57A", - "sort_order": 50570, - "text_color": "000000" - }, - "id": "line-5757A", - "links": { - "self": "/lines/line-5757A" - }, - "type": "line" - }, - { - "attributes": {}, - "id": "7830", - "links": { - "self": "/stops/7830" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=7830" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "1234", - "links": { - "self": "/stops/1234" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=1234" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "Boat-Charlestown", - "links": { - "self": "/stops/Boat-Charlestown" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=Boat-Charlestown" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": null - } - }, - "type": "stop" - }, - { - "attributes": { - "direction_id": 0, - "headsign": "Foxboro" - }, - "id": "CR-670238-741", - "links": { - "self": "/trips/CR-670238-741" - }, - "relationships": { - "route": { - "data": { - "id": "CR-Franklin", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "CR-Franklin-35c1126a-0", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "SPRING2024-SOUTHWKD-Weekday-1-S85407dc6", - "type": "service" - } - }, - "shape": { - "data": { - "id": "SouthStationToFoxboroViaFairmount", - "type": "shape" - } - }, - "stops": { - "data": [ + "id": "15050", + "type": "stop" + }, { - "id": "NEC-2287", + "id": "25051", "type": "stop" }, { - "id": "DB-2265-01", + "id": "15052", "type": "stop" }, { - "id": "DB-2258-01", + "id": "15053", "type": "stop" }, { - "id": "DB-2249-01", + "id": "15054", "type": "stop" }, { - "id": "DB-2240-01", + "id": "5650", "type": "stop" }, { - "id": "DB-2230-01", + "id": "5651", "type": "stop" }, { - "id": "DB-2222-01", + "id": "5605", "type": "stop" }, { - "id": "DB-2205-01", + "id": "5606", "type": "stop" }, { - "id": "FB-0095-04", + "id": "5653", "type": "stop" }, { - "id": "FB-0109-01", + "id": "5614", "type": "stop" }, { - "id": "FB-0118-01", + "id": "5654", "type": "stop" }, { - "id": "FB-0125-01", + "id": "5656", "type": "stop" }, { - "id": "FB-0143-01", + "id": "5657", "type": "stop" }, { - "id": "FB-0148-01", + "id": "5658", "type": "stop" }, { - "id": "FB-0166-S", + "id": "5659", "type": "stop" }, { - "id": "FS-0049-S", + "id": "5670", + "type": "stop" + }, + { + "id": "5679", + "type": "stop" + }, + { + "id": "5665", + "type": "stop" + }, + { + "id": "5666", "type": "stop" } ] @@ -182950,14 +185673,14 @@ }, { "attributes": {}, - "id": "3867", + "id": "1488", "links": { - "self": "/stops/3867" + "self": "/stops/1488" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3867" + "related": "/facilities/?filter[stop]=1488" } }, "parent_station": { @@ -182974,14 +185697,14 @@ }, { "attributes": {}, - "id": "3935", + "id": "6647", "links": { - "self": "/stops/3935" + "self": "/stops/6647" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3935" + "related": "/facilities/?filter[stop]=6647" } }, "parent_station": { @@ -182998,86 +185721,38 @@ }, { "attributes": {}, - "id": "Boat-Long", + "id": "NHRML-0055-B1", "links": { - "self": "/stops/Boat-Long" + "self": "/stops/NHRML-0055-B1" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=Boat-Long" + "related": "/facilities/?filter[stop]=NHRML-0055-B1" } }, "parent_station": { - "data": null - }, - "zone": { "data": { - "id": "Boat-Long", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "8186", - "links": { - "self": "/stops/8186" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=8186" + "id": "place-NHRML-0055", + "type": "stop" } }, - "parent_station": { - "data": null - }, "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "2696", - "links": { - "self": "/stops/2696" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=2696" - } - }, - "parent_station": { "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } } }, "type": "stop" }, { "attributes": {}, - "id": "13855", + "id": "3185", "links": { - "self": "/stops/13855" + "self": "/stops/3185" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=13855" + "related": "/facilities/?filter[stop]=3185" } }, "parent_station": { @@ -183094,14 +185769,14 @@ }, { "attributes": {}, - "id": "4601", + "id": "3225", "links": { - "self": "/stops/4601" + "self": "/stops/3225" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4601" + "related": "/facilities/?filter[stop]=3225" } }, "parent_station": { @@ -183118,14 +185793,14 @@ }, { "attributes": {}, - "id": "2746", + "id": "7846", "links": { - "self": "/stops/2746" + "self": "/stops/7846" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2746" + "related": "/facilities/?filter[stop]=7846" } }, "parent_station": { @@ -183142,14 +185817,14 @@ }, { "attributes": {}, - "id": "9125", + "id": "49818", "links": { - "self": "/stops/9125" + "self": "/stops/49818" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9125" + "related": "/facilities/?filter[stop]=49818" } }, "parent_station": { @@ -183164,30 +185839,16 @@ }, "type": "stop" }, - { - "attributes": { - "color": "FFC72C", - "long_name": "Sullivan - Reservoir", - "short_name": "86", - "sort_order": 50860, - "text_color": "000000" - }, - "id": "line-86", - "links": { - "self": "/lines/line-86" - }, - "type": "line" - }, { "attributes": {}, - "id": "2891", + "id": "8186", "links": { - "self": "/stops/2891" + "self": "/stops/8186" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2891" + "related": "/facilities/?filter[stop]=8186" } }, "parent_station": { @@ -183204,14 +185865,14 @@ }, { "attributes": {}, - "id": "38814", + "id": "1965", "links": { - "self": "/stops/38814" + "self": "/stops/1965" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=38814" + "related": "/facilities/?filter[stop]=1965" } }, "parent_station": { @@ -183228,14 +185889,14 @@ }, { "attributes": {}, - "id": "6365", + "id": "4332", "links": { - "self": "/stops/6365" + "self": "/stops/4332" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6365" + "related": "/facilities/?filter[stop]=4332" } }, "parent_station": { @@ -183252,117 +185913,38 @@ }, { "attributes": {}, - "id": "7884", + "id": "NB-0064-B0", "links": { - "self": "/stops/7884" + "self": "/stops/NB-0064-B0" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7884" + "related": "/facilities/?filter[stop]=NB-0064-B0" } }, "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Watertown Square", - "Harvard Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Watertown Square - Harvard Station", - "short_name": "71", - "sort_order": 50710, - "text_color": "000000", - "type": 3 - }, - "id": "71", - "links": { - "self": "/routes/71" - }, - "relationships": { - "line": { "data": { - "id": "line-71", - "type": "line" - } - } - }, - "type": "route" - }, - { - "attributes": {}, - "id": "4582", - "links": { - "self": "/stops/4582" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=4582" + "id": "place-NB-0064", + "type": "stop" } }, - "parent_station": { - "data": null - }, "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "21773", - "links": { - "self": "/stops/21773" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=21773" - } - }, - "parent_station": { "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } } }, "type": "stop" }, { "attributes": {}, - "id": "3561", + "id": "3691", "links": { - "self": "/stops/3561" + "self": "/stops/3691" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3561" + "related": "/facilities/?filter[stop]=3691" } }, "parent_station": { @@ -183379,14 +185961,14 @@ }, { "attributes": {}, - "id": "9210", + "id": "6757", "links": { - "self": "/stops/9210" + "self": "/stops/6757" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9210" + "related": "/facilities/?filter[stop]=6757" } }, "parent_station": { @@ -183403,14 +185985,14 @@ }, { "attributes": {}, - "id": "6535", + "id": "5322", "links": { - "self": "/stops/6535" + "self": "/stops/5322" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6535" + "related": "/facilities/?filter[stop]=5322" } }, "parent_station": { @@ -183425,74 +186007,16 @@ }, "type": "stop" }, - { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Weymouth Landing", - "Quincy Center Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Weymouth Landing - Quincy Center Station", - "short_name": "225", - "sort_order": 52250, - "text_color": "000000", - "type": 3 - }, - "id": "225", - "links": { - "self": "/routes/225" - }, - "relationships": { - "line": { - "data": { - "id": "line-225226", - "type": "line" - } - } - }, - "type": "route" - }, - { - "attributes": {}, - "id": "70032", - "links": { - "self": "/stops/70032" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=70032" - } - }, - "parent_station": { - "data": { - "id": "place-welln", - "type": "stop" - } - }, - "zone": { - "data": { - "id": "RapidTransit", - "type": "zone" - } - } - }, - "type": "stop" - }, { "attributes": {}, - "id": "1860", + "id": "1813", "links": { - "self": "/stops/1860" + "self": "/stops/1813" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1860" + "related": "/facilities/?filter[stop]=1813" } }, "parent_station": { @@ -183509,14 +186033,14 @@ }, { "attributes": {}, - "id": "4246", + "id": "3159", "links": { - "self": "/stops/4246" + "self": "/stops/3159" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4246" + "related": "/facilities/?filter[stop]=3159" } }, "parent_station": { @@ -183533,14 +186057,14 @@ }, { "attributes": {}, - "id": "28", + "id": "3992", "links": { - "self": "/stops/28" + "self": "/stops/3992" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=28" + "related": "/facilities/?filter[stop]=3992" } }, "parent_station": { @@ -183557,14 +186081,14 @@ }, { "attributes": {}, - "id": "2825", + "id": "65741", "links": { - "self": "/stops/2825" + "self": "/stops/65741" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2825" + "related": "/facilities/?filter[stop]=65741" } }, "parent_station": { @@ -183581,14 +186105,14 @@ }, { "attributes": {}, - "id": "5803", + "id": "6729", "links": { - "self": "/stops/5803" + "self": "/stops/6729" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5803" + "related": "/facilities/?filter[stop]=6729" } }, "parent_station": { @@ -183605,14 +186129,14 @@ }, { "attributes": {}, - "id": "1235", + "id": "2905", "links": { - "self": "/stops/1235" + "self": "/stops/2905" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1235" + "related": "/facilities/?filter[stop]=2905" } }, "parent_station": { @@ -183631,791 +186155,294 @@ "attributes": { "color": "FFC72C", "direction_destinations": [ - "Wachusett", - "North Station" + "Ashmont/Braintree", + "Alewife" ], "direction_names": [ - "Outbound", - "Inbound" + "South", + "North" ], - "long_name": "Wachusett - North Leominster", - "short_name": "Fitchburg Line Shuttle", - "sort_order": 62122, + "long_name": "Kendall/MIT - Broadway via Downtown Crossing", + "short_name": "Red Line Shuttle", + "sort_order": 61050, "text_color": "000000", "type": 3 }, - "id": "Shuttle-NorthLeominsterWachusett", + "id": "Shuttle-BroadwayKendall", "links": { - "self": "/routes/Shuttle-NorthLeominsterWachusett" + "self": "/routes/Shuttle-BroadwayKendall" }, "relationships": { - "line": { + "agency": { "data": { - "id": "line-Fitchburg", - "type": "line" - } - } - }, - "type": "route" - }, - { - "attributes": {}, - "id": "4495", - "links": { - "self": "/stops/4495" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=4495" + "id": "1", + "type": "agency" } }, - "parent_station": { - "data": null - }, - "zone": { + "line": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "line-Red", + "type": "line" } } }, - "type": "stop" + "type": "route" }, { "attributes": { "direction_id": 0, - "headsign": "Bowdoin" - }, - "id": "canonical-Blue-C1-0", - "links": { - "self": "/trips/canonical-Blue-C1-0" - }, - "relationships": { - "route": { - "data": { - "id": "Blue", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Blue-6-0", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "canonical", - "type": "service" - } - }, - "shape": { - "data": { - "id": "canonical-946_0013", - "type": "shape" - } - }, - "stops": { - "data": [ - { - "id": "70059", - "type": "stop" - }, - { - "id": "70057", - "type": "stop" - }, - { - "id": "70055", - "type": "stop" - }, - { - "id": "70053", - "type": "stop" - }, - { - "id": "70051", - "type": "stop" - }, - { - "id": "70049", - "type": "stop" - }, - { - "id": "70047", - "type": "stop" - }, - { - "id": "70045", - "type": "stop" - }, - { - "id": "70043", - "type": "stop" - }, - { - "id": "70041", - "type": "stop" - }, - { - "id": "70039", - "type": "stop" - }, - { - "id": "70838", - "type": "stop" - } - ] - } - }, - "type": "trip" - }, - { - "attributes": { - "direction_id": 1, - "headsign": "Forest Hills" + "headsign": "Houghs Neck via McGrath & Germantown" }, - "id": "62145011", + "id": "67290705", "links": { - "self": "/trips/62145011" + "self": "/trips/67290705" }, "relationships": { "route": { "data": { - "id": "51", + "id": "216", "type": "route" } }, "route_pattern": { "data": { - "id": "51-_-1", + "id": "216-4-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "510144", + "id": "2160154", "type": "shape" } }, "stops": { "data": [ { - "id": "21917", - "type": "stop" - }, - { - "id": "11835", - "type": "stop" - }, - { - "id": "11845", - "type": "stop" - }, - { - "id": "21835", - "type": "stop" - }, - { - "id": "11545", + "id": "32002", "type": "stop" }, { - "id": "31835", + "id": "3515", "type": "stop" }, { - "id": "41835", + "id": "3426", "type": "stop" }, { - "id": "51835", + "id": "3240", "type": "stop" }, { - "id": "61835", + "id": "3241", "type": "stop" }, { - "id": "71835", + "id": "3242", "type": "stop" }, { - "id": "91835", + "id": "3243", "type": "stop" }, { - "id": "81835", + "id": "3244", "type": "stop" }, { - "id": "11836", + "id": "13245", "type": "stop" }, { - "id": "11837", + "id": "3245", "type": "stop" }, { - "id": "31836", + "id": "3246", "type": "stop" }, { - "id": "41836", + "id": "3247", "type": "stop" }, { - "id": "51836", + "id": "3292", "type": "stop" }, { - "id": "1836", + "id": "3295", "type": "stop" }, { - "id": "1838", + "id": "3298", "type": "stop" }, { - "id": "1839", + "id": "3299", "type": "stop" }, { - "id": "1840", + "id": "3300", "type": "stop" }, { - "id": "1841", + "id": "3301", "type": "stop" }, { - "id": "1842", + "id": "3303", "type": "stop" }, { - "id": "1843", + "id": "3304", "type": "stop" }, { - "id": "1844", + "id": "3305", "type": "stop" }, { - "id": "1845", + "id": "3306", "type": "stop" }, { - "id": "1846", + "id": "3307", "type": "stop" }, { - "id": "1847", + "id": "3308", "type": "stop" }, { - "id": "1848", + "id": "3310", "type": "stop" }, { - "id": "1849", + "id": "3311", "type": "stop" }, { - "id": "1850", + "id": "3312", "type": "stop" }, { - "id": "1851", + "id": "3314", "type": "stop" }, { - "id": "1852", + "id": "3315", "type": "stop" }, { - "id": "1853", + "id": "3316", "type": "stop" }, { - "id": "1856", + "id": "3317", "type": "stop" }, { - "id": "1857", + "id": "3320", "type": "stop" }, { - "id": "18581", + "id": "3321", "type": "stop" }, { - "id": "1860", + "id": "3322", "type": "stop" }, { - "id": "11860", + "id": "3323", "type": "stop" }, { - "id": "795", + "id": "3249", "type": "stop" }, { - "id": "636", + "id": "3250", "type": "stop" }, { - "id": "637", + "id": "3251", "type": "stop" }, { - "id": "638", + "id": "3252", "type": "stop" }, { - "id": "639", + "id": "3253", "type": "stop" }, { - "id": "640", + "id": "3254", "type": "stop" }, { - "id": "641", + "id": "3255", "type": "stop" }, { - "id": "642", + "id": "3256", "type": "stop" }, - { - "id": "10642", - "type": "stop" - } - ] - } - }, - "type": "trip" - }, - { - "attributes": {}, - "id": "5291", - "links": { - "self": "/stops/5291" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=5291" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "9070165", - "links": { - "self": "/stops/9070165" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=9070165" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": null - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "9133", - "links": { - "self": "/stops/9133" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=9133" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "1395", - "links": { - "self": "/stops/1395" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=1395" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "ExpressBus-Downtown", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "7472", - "links": { - "self": "/stops/7472" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=7472" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "1840", - "links": { - "self": "/stops/1840" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=1840" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "5813", - "links": { - "self": "/stops/5813" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=5813" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "11712", - "links": { - "self": "/stops/11712" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=11712" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Readville", - "South Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Readville - South Station", - "short_name": "Fairmount Line Shuttle", - "sort_order": 62375, - "text_color": "000000", - "type": 3 - }, - "id": "Shuttle-ReadvilleSouthStation", - "links": { - "self": "/routes/Shuttle-ReadvilleSouthStation" - }, - "relationships": { - "line": { - "data": { - "id": "line-Fairmount", - "type": "line" - } - } - }, - "type": "route" - }, - { - "attributes": { - "color": "FFC72C", - "long_name": "Wonderland or Chelsea - Maverick", - "short_name": "114/116/117", - "sort_order": 51140, - "text_color": "000000" - }, - "id": "line-114116117", - "links": { - "self": "/lines/line-114116117" - }, - "type": "line" - }, - { - "attributes": {}, - "id": "4208", - "links": { - "self": "/stops/4208" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=4208" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "4085", - "links": { - "self": "/stops/4085" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=4085" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "3996", - "links": { - "self": "/stops/3996" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=3996" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "7633", - "links": { - "self": "/stops/7633" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=7633" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "6417", - "links": { - "self": "/stops/6417" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=6417" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "3212", - "links": { - "self": "/stops/3212" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=3212" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "7452", - "links": { - "self": "/stops/7452" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=7452" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } + { + "id": "3257", + "type": "stop" + }, + { + "id": "3258", + "type": "stop" + }, + { + "id": "3259", + "type": "stop" + }, + { + "id": "3260", + "type": "stop" + }, + { + "id": "3261", + "type": "stop" + }, + { + "id": "3262", + "type": "stop" + }, + { + "id": "3263", + "type": "stop" + }, + { + "id": "3265", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "85568", + "id": "9006", "links": { - "self": "/stops/85568" + "self": "/stops/9006" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=85568" + "related": "/facilities/?filter[stop]=9006" } }, "parent_station": { @@ -184432,14 +186459,14 @@ }, { "attributes": {}, - "id": "56459", + "id": "15431", "links": { - "self": "/stops/56459" + "self": "/stops/15431" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=56459" + "related": "/facilities/?filter[stop]=15431" } }, "parent_station": { @@ -184456,70 +186483,190 @@ }, { "attributes": { - "direction_id": 0, - "headsign": "Lowell" + "direction_id": 1, + "headsign": "Mattapan" }, - "id": "canonical-CR-Lowell-C1-0", + "id": "67251226", "links": { - "self": "/trips/canonical-CR-Lowell-C1-0" + "self": "/trips/67251226" }, "relationships": { "route": { "data": { - "id": "CR-Lowell", + "id": "33", "type": "route" } }, "route_pattern": { "data": { - "id": "CR-Lowell-C1-0", + "id": "33-1-1", "type": "route_pattern" } }, "service": { "data": { - "id": "canonical", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "canonical-9830006", + "id": "330161", "type": "shape" } }, "stops": { "data": [ { - "id": "BNT-0000", + "id": "18975", "type": "stop" }, { - "id": "NHRML-0055-01", + "id": "8328", "type": "stop" }, { - "id": "NHRML-0073-01", + "id": "8329", "type": "stop" }, { - "id": "NHRML-0078-01", + "id": "8330", "type": "stop" }, { - "id": "NHRML-0127-01", + "id": "8331", "type": "stop" }, { - "id": "NHRML-0152-01", + "id": "8332", "type": "stop" }, { - "id": "NHRML-0218-01", + "id": "8333", "type": "stop" }, { - "id": "NHRML-0254-04", + "id": "42820", + "type": "stop" + }, + { + "id": "8335", + "type": "stop" + }, + { + "id": "6516", + "type": "stop" + }, + { + "id": "6517", + "type": "stop" + }, + { + "id": "6519", + "type": "stop" + }, + { + "id": "6522", + "type": "stop" + }, + { + "id": "6523", + "type": "stop" + }, + { + "id": "6524", + "type": "stop" + }, + { + "id": "6526", + "type": "stop" + }, + { + "id": "6527", + "type": "stop" + }, + { + "id": "6528", + "type": "stop" + }, + { + "id": "6529", + "type": "stop" + }, + { + "id": "56567", + "type": "stop" + }, + { + "id": "75467", + "type": "stop" + }, + { + "id": "26466", + "type": "stop" + }, + { + "id": "36466", + "type": "stop" + }, + { + "id": "6357", + "type": "stop" + }, + { + "id": "16358", + "type": "stop" + }, + { + "id": "6359", + "type": "stop" + }, + { + "id": "6360", + "type": "stop" + }, + { + "id": "16360", + "type": "stop" + }, + { + "id": "6361", + "type": "stop" + }, + { + "id": "6362", + "type": "stop" + }, + { + "id": "63621", + "type": "stop" + }, + { + "id": "6364", + "type": "stop" + }, + { + "id": "16364", + "type": "stop" + }, + { + "id": "6365", + "type": "stop" + }, + { + "id": "16365", + "type": "stop" + }, + { + "id": "6366", + "type": "stop" + }, + { + "id": "1721", + "type": "stop" + }, + { + "id": "185", "type": "stop" } ] @@ -184529,14 +186676,14 @@ }, { "attributes": {}, - "id": "1578", + "id": "3544", "links": { - "self": "/stops/1578" + "self": "/stops/3544" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1578" + "related": "/facilities/?filter[stop]=3544" } }, "parent_station": { @@ -184553,14 +186700,14 @@ }, { "attributes": {}, - "id": "3621", + "id": "795", "links": { - "self": "/stops/3621" + "self": "/stops/795" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3621" + "related": "/facilities/?filter[stop]=795" } }, "parent_station": { @@ -184577,14 +186724,38 @@ }, { "attributes": {}, - "id": "7303", + "id": "6697", "links": { - "self": "/stops/7303" + "self": "/stops/6697" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7303" + "related": "/facilities/?filter[stop]=6697" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "4547", + "links": { + "self": "/stops/4547" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=4547" } }, "parent_station": { @@ -184602,141 +186773,89 @@ { "attributes": { "direction_id": 0, - "headsign": "Nahant via Central Square" + "headsign": "Riverside (Shuttle)" }, - "id": "62216511", + "id": "KenmoreRiverside-Weekday-9e586-0-00:00:00", "links": { - "self": "/trips/62216511" + "self": "/trips/KenmoreRiverside-Weekday-9e586-0-00%3A00%3A00" }, "relationships": { "route": { "data": { - "id": "439", + "id": "Shuttle-KenmoreRiverside", "type": "route" } }, "route_pattern": { "data": { - "id": "439-3-0", + "id": "Shuttle-KenmoreRiverside-0-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "canonical", "type": "service" } }, "shape": { "data": { - "id": "4390095", + "id": "KenmoreToRiverside-S", "type": "shape" } }, "stops": { "data": [ { - "id": "15795", - "type": "stop" - }, - { - "id": "4736", - "type": "stop" - }, - { - "id": "48541", - "type": "stop" - }, - { - "id": "4855", - "type": "stop" - }, - { - "id": "4856", - "type": "stop" - }, - { - "id": "4738", - "type": "stop" - }, - { - "id": "4739", - "type": "stop" - }, - { - "id": "4709", - "type": "stop" - }, - { - "id": "4741", - "type": "stop" - }, - { - "id": "4742", - "type": "stop" - }, - { - "id": "4743", - "type": "stop" - }, - { - "id": "4744", - "type": "stop" - }, - { - "id": "4745", - "type": "stop" - }, - { - "id": "4746", + "id": "9070150", "type": "stop" }, { - "id": "4747", + "id": "9434", "type": "stop" }, { - "id": "14748", + "id": "1521", "type": "stop" }, { - "id": "6600", + "id": "11366", "type": "stop" }, { - "id": "6603", + "id": "9070178", "type": "stop" }, { - "id": "6605", + "id": "21917", "type": "stop" }, { - "id": "6606", + "id": "1540", "type": "stop" }, { - "id": "16606", + "id": "9070171", "type": "stop" }, { - "id": "6607", + "id": "9070169", "type": "stop" }, { - "id": "6610", + "id": "8206", "type": "stop" }, { - "id": "6611", + "id": "9070165", "type": "stop" }, { - "id": "6612", + "id": "9070162", "type": "stop" }, { - "id": "6613", + "id": "38155", "type": "stop" } ] @@ -184746,14 +186865,38 @@ }, { "attributes": {}, - "id": "77777", + "id": "9121", "links": { - "self": "/stops/77777" + "self": "/stops/9121" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=77777" + "related": "/facilities/?filter[stop]=9121" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "585", + "links": { + "self": "/stops/585" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=585" } }, "parent_station": { @@ -184768,196 +186911,243 @@ }, "type": "stop" }, + { + "attributes": {}, + "id": "NEC-1891-01", + "links": { + "self": "/stops/NEC-1891-01" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=NEC-1891-01" + } + }, + "parent_station": { + "data": { + "id": "place-NEC-1891", + "type": "stop" + } + }, + "zone": { + "data": { + "id": "CR-zone-8", + "type": "zone" + } + } + }, + "type": "stop" + }, { "attributes": { "direction_id": 1, - "headsign": "Kenmore" + "headsign": "Haymarket via Kenmore" }, - "id": "61394379", + "id": "66645949", "links": { - "self": "/trips/61394379" + "self": "/trips/66645949" }, "relationships": { "route": { "data": { - "id": "8", + "id": "57", "type": "route" } }, "route_pattern": { "data": { - "id": "8-1-1", + "id": "57-M-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "080242", + "id": "1930073", "type": "shape" } }, "stops": { "data": [ { - "id": "111", + "id": "900", "type": "stop" }, { - "id": "31111", + "id": "902", "type": "stop" }, { - "id": "41111", + "id": "1900", "type": "stop" }, { - "id": "51111", + "id": "903", "type": "stop" }, { - "id": "121", + "id": "9031", "type": "stop" }, { - "id": "122", + "id": "904", "type": "stop" }, { - "id": "123", + "id": "905", "type": "stop" }, { - "id": "124", + "id": "906", "type": "stop" }, { - "id": "125", + "id": "907", "type": "stop" }, { - "id": "127", + "id": "909", "type": "stop" }, { - "id": "128", + "id": "910", "type": "stop" }, { - "id": "9960", + "id": "912", "type": "stop" }, { - "id": "10", + "id": "913", "type": "stop" }, { - "id": "10014", + "id": "915", "type": "stop" }, { - "id": "10005", + "id": "916", "type": "stop" }, { - "id": "10015", + "id": "917", "type": "stop" }, { - "id": "1790", + "id": "918", "type": "stop" }, { - "id": "1791", + "id": "919", "type": "stop" }, { - "id": "11792", + "id": "920", "type": "stop" }, { - "id": "62", + "id": "19201", "type": "stop" }, { - "id": "63", + "id": "922", "type": "stop" }, { - "id": "64", + "id": "924", "type": "stop" }, { - "id": "1", + "id": "925", "type": "stop" }, { - "id": "2", + "id": "926", "type": "stop" }, { - "id": "11", + "id": "927", "type": "stop" }, { - "id": "17863", + "id": "928", "type": "stop" }, { - "id": "1798", + "id": "931", "type": "stop" }, { - "id": "1799", + "id": "933", "type": "stop" }, { - "id": "11799", + "id": "934", "type": "stop" }, { - "id": "11802", + "id": "937", "type": "stop" }, { - "id": "11803", + "id": "938", "type": "stop" }, { - "id": "1804", + "id": "939", "type": "stop" }, { - "id": "1805", + "id": "941", "type": "stop" }, { - "id": "1806", + "id": "34510", "type": "stop" }, { - "id": "9441", + "id": "1389", "type": "stop" }, { - "id": "1562", + "id": "175", "type": "stop" }, { - "id": "1563", + "id": "143", "type": "stop" }, { - "id": "1564", + "id": "144", "type": "stop" }, { - "id": "899", + "id": "16538", + "type": "stop" + }, + { + "id": "16539", + "type": "stop" + }, + { + "id": "11891", + "type": "stop" + }, + { + "id": "190", + "type": "stop" + }, + { + "id": "191", + "type": "stop" + }, + { + "id": "117", "type": "stop" } ] @@ -184967,14 +187157,14 @@ }, { "attributes": {}, - "id": "6135", + "id": "8196", "links": { - "self": "/stops/6135" + "self": "/stops/8196" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6135" + "related": "/facilities/?filter[stop]=8196" } }, "parent_station": { @@ -184991,14 +187181,14 @@ }, { "attributes": {}, - "id": "24281", + "id": "7609", "links": { - "self": "/stops/24281" + "self": "/stops/7609" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=24281" + "related": "/facilities/?filter[stop]=7609" } }, "parent_station": { @@ -185015,25 +187205,22 @@ }, { "attributes": {}, - "id": "70198", + "id": "96434", "links": { - "self": "/stops/70198" + "self": "/stops/96434" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70198" + "related": "/facilities/?filter[stop]=96434" } }, "parent_station": { - "data": { - "id": "place-pktrm", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } @@ -185042,14 +187229,14 @@ }, { "attributes": {}, - "id": "3164", + "id": "19", "links": { - "self": "/stops/3164" + "self": "/stops/19" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3164" + "related": "/facilities/?filter[stop]=19" } }, "parent_station": { @@ -185066,14 +187253,14 @@ }, { "attributes": {}, - "id": "5837", + "id": "6627", "links": { - "self": "/stops/5837" + "self": "/stops/6627" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5837" + "related": "/facilities/?filter[stop]=6627" } }, "parent_station": { @@ -185089,42 +187276,52 @@ "type": "stop" }, { - "attributes": {}, - "id": "ER-0128-01", + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Copley & West", + "Lechmere & North" + ], + "direction_names": [ + "West", + "East" + ], + "long_name": "North Station - Government Center", + "short_name": "Green Line Shuttle", + "sort_order": 61946, + "text_color": "000000", + "type": 3 + }, + "id": "Shuttle-GovernmentCenterNorthStation", "links": { - "self": "/stops/ER-0128-01" + "self": "/routes/Shuttle-GovernmentCenterNorthStation" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=ER-0128-01" - } - }, - "parent_station": { + "agency": { "data": { - "id": "place-ER-0128", - "type": "stop" + "id": "1", + "type": "agency" } }, - "zone": { + "line": { "data": { - "id": "CR-zone-3", - "type": "zone" + "id": "line-Green", + "type": "line" } } }, - "type": "stop" + "type": "route" }, { "attributes": {}, - "id": "2271", + "id": "4745", "links": { - "self": "/stops/2271" + "self": "/stops/4745" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2271" + "related": "/facilities/?filter[stop]=4745" } }, "parent_station": { @@ -185141,38 +187338,38 @@ }, { "attributes": {}, - "id": "4516", + "id": "ER-0208-B1", "links": { - "self": "/stops/4516" + "self": "/stops/ER-0208-B1" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4516" + "related": "/facilities/?filter[stop]=ER-0208-B1" } }, "parent_station": { - "data": null - }, - "zone": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "place-ER-0208", + "type": "stop" } + }, + "zone": { + "data": null } }, "type": "stop" }, { "attributes": {}, - "id": "2117", + "id": "74981", "links": { - "self": "/stops/2117" + "self": "/stops/74981" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2117" + "related": "/facilities/?filter[stop]=74981" } }, "parent_station": { @@ -185188,54 +187385,50 @@ "type": "stop" }, { - "attributes": { - "color": "00843D", - "direction_destinations": [ - "Heath Street", - "Medford/Tufts" - ], - "direction_names": [ - "West", - "East" - ], - "long_name": "Green Line E", - "short_name": "E", - "sort_order": 10035, - "text_color": "FFFFFF", - "type": 0 - }, - "id": "Green-E", + "attributes": {}, + "id": "9243", "links": { - "self": "/routes/Green-E" + "self": "/stops/9243" }, "relationships": { - "line": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=9243" + } + }, + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "line-Green", - "type": "line" + "id": "LocalBus", + "type": "zone" } } }, - "type": "route" + "type": "stop" }, { "attributes": {}, - "id": "885", + "id": "70276", "links": { - "self": "/stops/885" + "self": "/stops/70276" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=885" + "related": "/facilities/?filter[stop]=70276" } }, "parent_station": { - "data": null + "data": { + "id": "place-matt", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -185244,21 +187437,18 @@ }, { "attributes": {}, - "id": "5880", + "id": "1275", "links": { - "self": "/stops/5880" + "self": "/stops/1275" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5880" + "related": "/facilities/?filter[stop]=1275" } }, "parent_station": { - "data": { - "id": "place-orhte", - "type": "stop" - } + "data": null }, "zone": { "data": { @@ -185270,76 +187460,39 @@ "type": "stop" }, { - "attributes": { - "direction_id": 1, - "headsign": "Fenway (Shuttle)" - }, - "id": "FenwayReservoir-1-sample", + "attributes": {}, + "id": "5919", "links": { - "self": "/trips/FenwayReservoir-1-sample" + "self": "/stops/5919" }, "relationships": { - "route": { - "data": { - "id": "Shuttle-FenwayReservoir", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Shuttle-FenwayReservoir-0-1", - "type": "route_pattern" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=5919" } }, - "service": { - "data": { - "id": "canonical", - "type": "service" - } + "parent_station": { + "data": null }, - "shape": { + "zone": { "data": { - "id": "ReservoirToFenway-S", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "21917", - "type": "stop" - }, - { - "id": "9070178", - "type": "stop" - }, - { - "id": "1556", - "type": "stop" - }, - { - "id": "1804", - "type": "stop" - }, - { - "id": "1807", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "176", + "id": "8530", "links": { - "self": "/stops/176" + "self": "/stops/8530" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=176" + "related": "/facilities/?filter[stop]=8530" } }, "parent_station": { @@ -185347,7 +187500,7 @@ }, "zone": { "data": { - "id": "ExpressBus-Downtown", + "id": "LocalBus", "type": "zone" } } @@ -185356,14 +187509,14 @@ }, { "attributes": {}, - "id": "1895", + "id": "642", "links": { - "self": "/stops/1895" + "self": "/stops/642" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1895" + "related": "/facilities/?filter[stop]=642" } }, "parent_station": { @@ -185378,41 +187531,24 @@ }, "type": "stop" }, - { - "attributes": { - "color": "FFC72C", - "long_name": "Salem Depot - Wonderland", - "short_name": "455", - "sort_order": 54550, - "text_color": "000000" - }, - "id": "line-455", - "links": { - "self": "/lines/line-455" - }, - "type": "line" - }, { "attributes": {}, - "id": "70275", + "id": "1806", "links": { - "self": "/stops/70275" + "self": "/stops/1806" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70275" + "related": "/facilities/?filter[stop]=1806" } }, "parent_station": { - "data": { - "id": "place-matt", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } @@ -185420,209 +187556,108 @@ "type": "stop" }, { - "attributes": { - "direction_id": 0, - "headsign": "Hull via Logan Airport" - }, - "id": "Boat-F1-0625-Long-BF2H-01-Weekday-Summer-24", + "attributes": {}, + "id": "4358", "links": { - "self": "/trips/Boat-F1-0625-Long-BF2H-01-Weekday-Summer-24" + "self": "/stops/4358" }, "relationships": { - "route": { - "data": { - "id": "Boat-F1", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Boat-F1-9-0", - "type": "route_pattern" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=4358" } }, - "service": { - "data": { - "id": "Boat-F1-Weekday-Summer-24", - "type": "service" - } + "parent_station": { + "data": null }, - "shape": { + "zone": { "data": { - "id": "b0021", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "Boat-Long", - "type": "stop" - }, - { - "id": "Boat-Logan", - "type": "stop" - }, - { - "id": "Boat-Hull", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "DB-2240-B0", + "id": "7465", "links": { - "self": "/stops/DB-2240-B0" + "self": "/stops/7465" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=DB-2240-B0" + "related": "/facilities/?filter[stop]=7465" } }, "parent_station": { - "data": { - "id": "place-DB-2240", - "type": "stop" - } + "data": null }, "zone": { - "data": null + "data": { + "id": "LocalBus", + "type": "zone" + } } }, "type": "stop" }, { - "attributes": { - "direction_id": 0, - "headsign": "Wickford Junction" - }, - "id": "CR-670277-819", + "attributes": {}, + "id": "48337", "links": { - "self": "/trips/CR-670277-819" + "self": "/stops/48337" }, "relationships": { - "route": { - "data": { - "id": "CR-Providence", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "CR-Providence-e7e93ca2-0", - "type": "route_pattern" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=48337" } }, - "service": { - "data": { - "id": "SPRING2024-SOUTHWKD-Weekday-1-Scbbf1ea5", - "type": "service" - } + "parent_station": { + "data": null }, - "shape": { + "zone": { "data": { - "id": "9890009", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "NEC-2287", - "type": "stop" - }, - { - "id": "NEC-2276-01", - "type": "stop" - }, - { - "id": "NEC-2265-01", - "type": "stop" - }, - { - "id": "NEC-2173-01", - "type": "stop" - }, - { - "id": "NEC-2139-01", - "type": "stop" - }, - { - "id": "NEC-2108-01", - "type": "stop" - }, - { - "id": "NEC-2040-01", - "type": "stop" - }, - { - "id": "NEC-1969-03", - "type": "stop" - }, - { - "id": "NEC-1919-01", - "type": "stop" - }, - { - "id": "NEC-1891-01", - "type": "stop" - }, - { - "id": "NEC-1851-03", - "type": "stop" - }, - { - "id": "NEC-1768-03", - "type": "stop" - }, - { - "id": "NEC-1659-03", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "74981", + "id": "Boat-Charlestown", "links": { - "self": "/stops/74981" + "self": "/stops/Boat-Charlestown" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=74981" + "related": "/facilities/?filter[stop]=Boat-Charlestown" } }, "parent_station": { "data": null }, "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } + "data": null } }, "type": "stop" }, { "attributes": {}, - "id": "1239", + "id": "9960", "links": { - "self": "/stops/1239" + "self": "/stops/9960" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1239" + "related": "/facilities/?filter[stop]=9960" } }, "parent_station": { @@ -185639,14 +187674,14 @@ }, { "attributes": {}, - "id": "773", + "id": "41033", "links": { - "self": "/stops/773" + "self": "/stops/41033" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=773" + "related": "/facilities/?filter[stop]=41033" } }, "parent_station": { @@ -185663,14 +187698,14 @@ }, { "attributes": {}, - "id": "5566", + "id": "1932", "links": { - "self": "/stops/5566" + "self": "/stops/1932" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5566" + "related": "/facilities/?filter[stop]=1932" } }, "parent_station": { @@ -185678,7 +187713,7 @@ }, "zone": { "data": { - "id": "LocalBus", + "id": "ExpressBus-Downtown", "type": "zone" } } @@ -185687,14 +187722,14 @@ }, { "attributes": {}, - "id": "4786", + "id": "6502", "links": { - "self": "/stops/4786" + "self": "/stops/6502" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4786" + "related": "/facilities/?filter[stop]=6502" } }, "parent_station": { @@ -185711,25 +187746,22 @@ }, { "attributes": {}, - "id": "FR-0301-02", + "id": "1123", "links": { - "self": "/stops/FR-0301-02" + "self": "/stops/1123" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=FR-0301-02" + "related": "/facilities/?filter[stop]=1123" } }, "parent_station": { - "data": { - "id": "place-FR-0301", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "CR-zone-7", + "id": "LocalBus", "type": "zone" } } @@ -185739,217 +187771,281 @@ { "attributes": { "direction_id": 0, - "headsign": "Quincy Center" + "headsign": "Northgate Shopping Center via Square One Mall" }, - "id": "61928728", + "id": "67202291", "links": { - "self": "/trips/61928728" + "self": "/trips/67202291" }, "relationships": { "route": { "data": { - "id": "211", + "id": "429", "type": "route" } }, "route_pattern": { "data": { - "id": "211-_-0", + "id": "429-_-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "2110149", + "id": "4290299", "type": "shape" } }, "stops": { "data": [ { - "id": "13142", + "id": "14748", + "type": "stop" + }, + { + "id": "66721", + "type": "stop" + }, + { + "id": "66731", + "type": "stop" + }, + { + "id": "6674", + "type": "stop" + }, + { + "id": "66761", + "type": "stop" + }, + { + "id": "6676", + "type": "stop" + }, + { + "id": "6677", + "type": "stop" + }, + { + "id": "6678", + "type": "stop" + }, + { + "id": "6679", + "type": "stop" + }, + { + "id": "6681", + "type": "stop" + }, + { + "id": "6683", + "type": "stop" + }, + { + "id": "6684", + "type": "stop" + }, + { + "id": "6685", + "type": "stop" + }, + { + "id": "6686", + "type": "stop" + }, + { + "id": "6688", + "type": "stop" + }, + { + "id": "6689", + "type": "stop" + }, + { + "id": "6690", "type": "stop" }, { - "id": "3143", + "id": "6691", "type": "stop" }, { - "id": "3144", + "id": "6692", "type": "stop" }, { - "id": "3145", + "id": "6694", "type": "stop" }, { - "id": "3147", + "id": "6695", "type": "stop" }, { - "id": "3148", + "id": "6697", "type": "stop" }, { - "id": "3149", + "id": "6698", "type": "stop" }, { - "id": "3150", + "id": "6699", "type": "stop" }, { - "id": "3151", + "id": "6700", "type": "stop" }, { - "id": "3152", + "id": "6701", "type": "stop" }, { - "id": "3153", + "id": "6702", "type": "stop" }, { - "id": "3157", + "id": "6704", "type": "stop" }, { - "id": "3158", + "id": "6706", "type": "stop" }, { - "id": "3159", + "id": "6707", "type": "stop" }, { - "id": "3160", + "id": "6708", "type": "stop" }, { - "id": "3162", + "id": "6709", "type": "stop" }, { - "id": "3164", + "id": "6710", "type": "stop" }, { - "id": "3165", + "id": "6711", "type": "stop" }, { - "id": "3167", + "id": "6712", "type": "stop" }, { - "id": "3125", + "id": "6715", "type": "stop" }, { - "id": "3168", + "id": "6717", "type": "stop" }, { - "id": "3170", + "id": "6719", "type": "stop" }, { - "id": "3172", + "id": "67202", "type": "stop" }, { - "id": "3174", + "id": "7529", "type": "stop" }, { - "id": "3175", + "id": "7559", "type": "stop" }, { - "id": "3177", + "id": "7560", "type": "stop" }, { - "id": "3178", + "id": "7561", "type": "stop" }, { - "id": "3179", + "id": "7562", "type": "stop" }, { - "id": "3181", + "id": "17562", "type": "stop" }, { - "id": "3182", + "id": "7564", "type": "stop" }, { - "id": "3184", + "id": "7565", "type": "stop" }, { - "id": "3185", + "id": "7566", "type": "stop" }, { - "id": "3186", + "id": "7403", "type": "stop" }, { - "id": "3090", + "id": "7404", "type": "stop" }, { - "id": "31861", + "id": "7405", "type": "stop" }, { - "id": "3495", + "id": "7407", "type": "stop" }, { - "id": "3191", + "id": "7408", "type": "stop" }, { - "id": "3193", + "id": "7409", "type": "stop" }, { - "id": "3194", + "id": "7410", "type": "stop" }, { - "id": "3195", + "id": "7411", "type": "stop" }, { - "id": "3196", + "id": "74121", "type": "stop" }, { - "id": "3197", + "id": "7413", "type": "stop" }, { - "id": "3198", + "id": "7414", "type": "stop" }, { - "id": "3199", + "id": "45534", "type": "stop" }, { - "id": "32005", + "id": "6267", "type": "stop" } ] @@ -185959,14 +188055,14 @@ }, { "attributes": {}, - "id": "21839", + "id": "7484", "links": { - "self": "/stops/21839" + "self": "/stops/7484" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=21839" + "related": "/facilities/?filter[stop]=7484" } }, "parent_station": { @@ -185983,22 +188079,25 @@ }, { "attributes": {}, - "id": "7292", + "id": "DB-2240-01", "links": { - "self": "/stops/7292" + "self": "/stops/DB-2240-01" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7292" + "related": "/facilities/?filter[stop]=DB-2240-01" } }, "parent_station": { - "data": null + "data": { + "id": "place-DB-2240", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "CR-zone-1A", "type": "zone" } } @@ -186007,12 +188106,12 @@ }, { "attributes": { - "direction_id": 0, - "headsign": "Avon Square" + "direction_id": 1, + "headsign": "Ashmont" }, - "id": "61929363", + "id": "67290281", "links": { - "self": "/trips/61929363" + "self": "/trips/67290281" }, "relationships": { "route": { @@ -186023,334 +188122,303 @@ }, "route_pattern": { "data": { - "id": "240-1-0", + "id": "240-_-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "2400260", + "id": "2400229", "type": "shape" } }, "stops": { "data": [ { - "id": "334", - "type": "stop" - }, - { - "id": "536", - "type": "stop" - }, - { - "id": "537", - "type": "stop" - }, - { - "id": "569", - "type": "stop" - }, - { - "id": "10569", - "type": "stop" - }, - { - "id": "570", - "type": "stop" - }, - { - "id": "883", - "type": "stop" - }, - { - "id": "571", - "type": "stop" - }, - { - "id": "572", - "type": "stop" - }, - { - "id": "4134", - "type": "stop" - }, - { - "id": "4136", - "type": "stop" - }, - { - "id": "4137", - "type": "stop" - }, - { - "id": "4138", - "type": "stop" - }, - { - "id": "4139", - "type": "stop" - }, - { - "id": "4140", - "type": "stop" - }, - { - "id": "4141", - "type": "stop" - }, - { - "id": "4142", - "type": "stop" - }, - { - "id": "4143", - "type": "stop" - }, - { - "id": "4144", + "id": "4277", "type": "stop" }, { - "id": "4145", + "id": "4278", "type": "stop" }, { - "id": "4146", + "id": "4279", "type": "stop" }, { - "id": "4147", + "id": "4280", "type": "stop" }, { - "id": "4149", + "id": "4281", "type": "stop" }, { - "id": "4152", + "id": "4282", "type": "stop" }, { - "id": "4153", + "id": "4283", "type": "stop" }, { - "id": "4154", + "id": "4284", "type": "stop" }, { - "id": "4155", + "id": "4285", "type": "stop" }, { - "id": "4156", + "id": "4286", "type": "stop" }, { - "id": "4157", + "id": "4288", "type": "stop" }, { - "id": "4158", + "id": "4289", "type": "stop" }, { - "id": "4159", + "id": "4290", "type": "stop" }, { - "id": "4160", + "id": "4291", "type": "stop" }, { - "id": "4161", + "id": "4292", "type": "stop" }, { - "id": "4162", + "id": "4293", "type": "stop" }, { - "id": "4163", + "id": "4294", "type": "stop" }, { - "id": "4164", + "id": "42951", "type": "stop" }, { - "id": "4165", + "id": "4297", "type": "stop" }, { - "id": "4166", + "id": "4298", "type": "stop" }, { - "id": "4167", + "id": "4299", "type": "stop" }, { - "id": "4168", + "id": "4300", "type": "stop" }, { - "id": "4169", + "id": "4301", "type": "stop" }, { - "id": "4171", + "id": "43011", "type": "stop" }, { - "id": "4172", + "id": "4303", "type": "stop" }, { - "id": "4173", + "id": "4304", "type": "stop" }, { - "id": "4174", + "id": "4305", "type": "stop" }, { - "id": "4175", + "id": "4306", "type": "stop" }, { - "id": "4177", + "id": "4307", "type": "stop" }, { - "id": "4179", + "id": "4308", "type": "stop" }, { - "id": "4180", + "id": "4309", "type": "stop" }, { - "id": "4181", + "id": "4310", "type": "stop" }, { - "id": "4182", + "id": "4311", "type": "stop" }, { - "id": "4183", + "id": "4312", "type": "stop" }, { - "id": "4184", + "id": "4193", "type": "stop" }, { - "id": "4185", + "id": "4194", "type": "stop" }, { - "id": "4186", + "id": "4195", "type": "stop" }, { - "id": "4187", + "id": "4198", "type": "stop" }, { - "id": "4188", + "id": "4200", "type": "stop" }, { - "id": "4189", + "id": "4201", "type": "stop" }, { - "id": "4190", + "id": "4202", "type": "stop" }, { - "id": "4191", + "id": "4203", "type": "stop" }, { - "id": "4214", + "id": "4204", "type": "stop" }, { - "id": "4215", + "id": "4205", "type": "stop" }, { - "id": "4216", + "id": "4206", "type": "stop" }, { - "id": "4217", + "id": "4207", "type": "stop" }, { - "id": "4218", + "id": "4208", "type": "stop" }, { - "id": "4219", + "id": "4209", "type": "stop" }, { - "id": "4220", + "id": "14211", "type": "stop" }, { - "id": "4221", + "id": "590", "type": "stop" }, { - "id": "4222", + "id": "591", "type": "stop" }, { - "id": "4223", + "id": "882", "type": "stop" }, { - "id": "4224", + "id": "593", "type": "stop" }, { - "id": "4225", + "id": "594", "type": "stop" }, { - "id": "14225", + "id": "595", "type": "stop" }, { - "id": "4227", + "id": "533", "type": "stop" }, { - "id": "4228", + "id": "534", "type": "stop" }, { - "id": "4229", + "id": "334", "type": "stop" - }, + } + ] + } + }, + "type": "trip" + }, + { + "attributes": { + "direction_id": 1, + "headsign": "Long Wharf" + }, + "id": "Boat-EastBoston-0700-Lewis-BEB-01-Weekday-Summer-25", + "links": { + "self": "/trips/Boat-EastBoston-0700-Lewis-BEB-01-Weekday-Summer-25" + }, + "relationships": { + "route": { + "data": { + "id": "Boat-EastBoston", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "Boat-EastBoston-0-1", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "Boat-EastBoston-Weekday-Summer-25", + "type": "service" + } + }, + "shape": { + "data": { + "id": "LewisWharfToLongWharf-F", + "type": "shape" + } + }, + "stops": { + "data": [ { - "id": "4230", + "id": "Boat-Lewis", "type": "stop" }, { - "id": "4232", + "id": "Boat-Long", "type": "stop" } ] @@ -186360,14 +188428,14 @@ }, { "attributes": {}, - "id": "50619", + "id": "3465", "links": { - "self": "/stops/50619" + "self": "/stops/3465" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=50619" + "related": "/facilities/?filter[stop]=3465" } }, "parent_station": { @@ -186384,25 +188452,22 @@ }, { "attributes": {}, - "id": "70514", + "id": "3865", "links": { - "self": "/stops/70514" + "self": "/stops/3865" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70514" + "related": "/facilities/?filter[stop]=3865" } }, "parent_station": { - "data": { - "id": "place-esomr", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } @@ -186411,22 +188476,25 @@ }, { "attributes": {}, - "id": "17011", + "id": "FR-0098-S", "links": { - "self": "/stops/17011" + "self": "/stops/FR-0098-S" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=17011" + "related": "/facilities/?filter[stop]=FR-0098-S" } }, "parent_station": { - "data": null + "data": { + "id": "place-FR-0098", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "CR-zone-2", "type": "zone" } } @@ -186435,14 +188503,14 @@ }, { "attributes": {}, - "id": "3957", + "id": "17170", "links": { - "self": "/stops/3957" + "self": "/stops/17170" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3957" + "related": "/facilities/?filter[stop]=17170" } }, "parent_station": { @@ -186459,14 +188527,14 @@ }, { "attributes": {}, - "id": "4230", + "id": "4594", "links": { - "self": "/stops/4230" + "self": "/stops/4594" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4230" + "related": "/facilities/?filter[stop]=4594" } }, "parent_station": { @@ -186483,14 +188551,14 @@ }, { "attributes": {}, - "id": "11719", + "id": "5038", "links": { - "self": "/stops/11719" + "self": "/stops/5038" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=11719" + "related": "/facilities/?filter[stop]=5038" } }, "parent_station": { @@ -186507,14 +188575,14 @@ }, { "attributes": {}, - "id": "7580", + "id": "86930", "links": { - "self": "/stops/7580" + "self": "/stops/86930" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7580" + "related": "/facilities/?filter[stop]=86930" } }, "parent_station": { @@ -186531,14 +188599,14 @@ }, { "attributes": {}, - "id": "1083", + "id": "2904", "links": { - "self": "/stops/1083" + "self": "/stops/2904" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1083" + "related": "/facilities/?filter[stop]=2904" } }, "parent_station": { @@ -186556,353 +188624,447 @@ { "attributes": { "direction_id": 1, - "headsign": "Quincy Center" + "headsign": "Andrew" }, - "id": "63278729", + "id": "66653433", "links": { - "self": "/trips/63278729" + "self": "/trips/66653433" }, "relationships": { "route": { "data": { - "id": "238", + "id": "18", "type": "route" } }, "route_pattern": { "data": { - "id": "238-3-1", + "id": "18-1-1", "type": "route_pattern" } }, "service": { "data": { - "id": "BUS32024-hbq34j47-Sunday-02", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "2380240", + "id": "180082", "type": "shape" } }, "stops": { "data": [ { - "id": "4233", - "type": "stop" - }, - { - "id": "14233", - "type": "stop" - }, - { - "id": "4234", - "type": "stop" - }, - { - "id": "4235", + "id": "334", "type": "stop" }, { - "id": "4236", + "id": "30336", "type": "stop" }, { - "id": "4237", + "id": "337", "type": "stop" }, { - "id": "4238", + "id": "338", "type": "stop" }, { - "id": "4239", + "id": "339", "type": "stop" }, { - "id": "4240", + "id": "340", "type": "stop" }, { - "id": "4241", + "id": "341", "type": "stop" }, { - "id": "4242", + "id": "342", "type": "stop" }, { - "id": "4243", + "id": "343", "type": "stop" }, { - "id": "42430", + "id": "32501", "type": "stop" }, { - "id": "4244", + "id": "322", "type": "stop" }, { - "id": "4245", + "id": "323", "type": "stop" }, { - "id": "4246", + "id": "55600", "type": "stop" }, { - "id": "4247", + "id": "345", "type": "stop" }, { - "id": "4248", + "id": "346", "type": "stop" }, { - "id": "4249", + "id": "347", "type": "stop" }, { - "id": "4250", + "id": "348", "type": "stop" }, { - "id": "4275", + "id": "349", "type": "stop" }, { - "id": "4063", + "id": "350", "type": "stop" }, { - "id": "4061", + "id": "180", "type": "stop" }, { - "id": "4064", + "id": "312", "type": "stop" }, { - "id": "4062", + "id": "13121", "type": "stop" }, { - "id": "4065", + "id": "351", "type": "stop" }, { - "id": "4066", + "id": "352", "type": "stop" }, { - "id": "4069", + "id": "353", "type": "stop" }, { - "id": "4071", + "id": "354", "type": "stop" }, { - "id": "4072", + "id": "357", "type": "stop" }, { - "id": "4074", + "id": "358", "type": "stop" }, { - "id": "4075", + "id": "359", "type": "stop" }, { - "id": "4076", + "id": "13", "type": "stop" - }, + } + ] + } + }, + "type": "trip" + }, + { + "attributes": {}, + "id": "3551", + "links": { + "self": "/stops/3551" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=3551" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": { + "direction_id": 0, + "headsign": "Quincy Center" + }, + "id": "67291012", + "links": { + "self": "/trips/67291012" + }, + "relationships": { + "route": { + "data": { + "id": "211", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "211-_-0", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "WinterWeekday", + "type": "service" + } + }, + "shape": { + "data": { + "id": "2110154", + "type": "shape" + } + }, + "stops": { + "data": [ { - "id": "4078", + "id": "13142", "type": "stop" }, { - "id": "4079", + "id": "3143", "type": "stop" }, { - "id": "4080", + "id": "3144", "type": "stop" }, { - "id": "4081", + "id": "3145", "type": "stop" }, { - "id": "4082", + "id": "3147", "type": "stop" }, { - "id": "4083", + "id": "3148", "type": "stop" }, { - "id": "4084", + "id": "3149", "type": "stop" }, { - "id": "4085", + "id": "3150", "type": "stop" }, { - "id": "4086", + "id": "3151", "type": "stop" }, { - "id": "4017", + "id": "3152", "type": "stop" }, { - "id": "4020", + "id": "3153", "type": "stop" }, { - "id": "4019", + "id": "3157", "type": "stop" }, { - "id": "4087", + "id": "3158", "type": "stop" }, { - "id": "4088", + "id": "3159", "type": "stop" }, { - "id": "4089", + "id": "3160", "type": "stop" }, { - "id": "4092", + "id": "3162", "type": "stop" }, { - "id": "4093", + "id": "3164", "type": "stop" }, { - "id": "4094", + "id": "3165", "type": "stop" }, { - "id": "4095", + "id": "3167", "type": "stop" }, { - "id": "4096", + "id": "3125", "type": "stop" }, { - "id": "4097", + "id": "3168", "type": "stop" }, { - "id": "4098", + "id": "3170", "type": "stop" }, { - "id": "4099", + "id": "3172", "type": "stop" }, { - "id": "4100", + "id": "3174", "type": "stop" }, { - "id": "4101", + "id": "3175", "type": "stop" }, { - "id": "4102", + "id": "3177", "type": "stop" }, { - "id": "4103", + "id": "3178", "type": "stop" }, { - "id": "41032", + "id": "3179", "type": "stop" }, { - "id": "41033", + "id": "3181", "type": "stop" }, { - "id": "41031", + "id": "3182", "type": "stop" }, { - "id": "3943", + "id": "3184", "type": "stop" }, { - "id": "3944", + "id": "3185", "type": "stop" }, { - "id": "3945", + "id": "3186", "type": "stop" }, { - "id": "3946", + "id": "31861", "type": "stop" }, { - "id": "3947", + "id": "3495", "type": "stop" }, { - "id": "3948", + "id": "3191", "type": "stop" }, { - "id": "3949", + "id": "3193", "type": "stop" }, { - "id": "3950", + "id": "3194", "type": "stop" }, { - "id": "3959", + "id": "3195", "type": "stop" }, { - "id": "3418", + "id": "3196", "type": "stop" }, { - "id": "3420", + "id": "3197", "type": "stop" }, { - "id": "3422", + "id": "3198", "type": "stop" }, { - "id": "3423", + "id": "3199", "type": "stop" }, { - "id": "33241", + "id": "32005", "type": "stop" - }, + } + ] + } + }, + "type": "trip" + }, + { + "attributes": { + "direction_id": 1, + "headsign": "Long Wharf" + }, + "id": "Boat-Lynn-0600-Blossom-BLY-01-Weekday-Summer-25", + "links": { + "self": "/trips/Boat-Lynn-0600-Blossom-BLY-01-Weekday-Summer-25" + }, + "relationships": { + "route": { + "data": { + "id": "Boat-Lynn", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "Boat-Lynn-1-1", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "Boat-Lynn-Weekday-Summer-25", + "type": "service" + } + }, + "shape": { + "data": { + "id": "LynnToLongWharfNorth-F", + "type": "shape" + } + }, + "stops": { + "data": [ { - "id": "32000", + "id": "Boat-Blossom", "type": "stop" }, { - "id": "32003", + "id": "Boat-Long", "type": "stop" } ] @@ -186912,14 +189074,14 @@ }, { "attributes": {}, - "id": "4344", + "id": "2811", "links": { - "self": "/stops/4344" + "self": "/stops/2811" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4344" + "related": "/facilities/?filter[stop]=2811" } }, "parent_station": { @@ -186936,14 +189098,14 @@ }, { "attributes": {}, - "id": "3693", + "id": "4847", "links": { - "self": "/stops/3693" + "self": "/stops/4847" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3693" + "related": "/facilities/?filter[stop]=4847" } }, "parent_station": { @@ -186960,14 +189122,14 @@ }, { "attributes": {}, - "id": "21151", + "id": "16683", "links": { - "self": "/stops/21151" + "self": "/stops/16683" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=21151" + "related": "/facilities/?filter[stop]=16683" } }, "parent_station": { @@ -186984,22 +189146,25 @@ }, { "attributes": {}, - "id": "4472", + "id": "WML-0214-02", "links": { - "self": "/stops/4472" + "self": "/stops/WML-0214-02" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4472" + "related": "/facilities/?filter[stop]=WML-0214-02" } }, "parent_station": { - "data": null + "data": { + "id": "place-WML-0214", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "CR-zone-5", "type": "zone" } } @@ -187008,14 +189173,14 @@ }, { "attributes": {}, - "id": "11792", + "id": "3862", "links": { - "self": "/stops/11792" + "self": "/stops/3862" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=11792" + "related": "/facilities/?filter[stop]=3862" } }, "parent_station": { @@ -187031,77 +189196,66 @@ "type": "stop" }, { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Ashmont/Braintree", - "Alewife" - ], - "direction_names": [ - "South", - "North" - ], - "long_name": "JFK/UMass - Park Street", - "short_name": "Red Line Shuttle", - "sort_order": 61997, - "text_color": "000000", - "type": 3 - }, - "id": "Shuttle-JFKPark", + "attributes": {}, + "id": "NHRML-0127-02", "links": { - "self": "/routes/Shuttle-JFKPark" + "self": "/stops/NHRML-0127-02" }, "relationships": { - "line": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=NHRML-0127-02" + } + }, + "parent_station": { "data": { - "id": "line-Red", - "type": "line" + "id": "place-NHRML-0127", + "type": "stop" + } + }, + "zone": { + "data": { + "id": "CR-zone-2", + "type": "zone" } } }, - "type": "route" + "type": "stop" }, { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Franklin Park", - "Ruggles Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Franklin Park - Ruggles Station", - "short_name": "45", - "sort_order": 50450, - "text_color": "000000", - "type": 3 - }, - "id": "45", + "attributes": {}, + "id": "WML-0135-B0", "links": { - "self": "/routes/45" + "self": "/stops/WML-0135-B0" }, "relationships": { - "line": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=WML-0135-B0" + } + }, + "parent_station": { "data": { - "id": "line-45", - "type": "line" + "id": "place-WML-0135", + "type": "stop" } + }, + "zone": { + "data": null } }, - "type": "route" + "type": "stop" }, { "attributes": {}, - "id": "988", + "id": "4326", "links": { - "self": "/stops/988" + "self": "/stops/4326" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=988" + "related": "/facilities/?filter[stop]=4326" } }, "parent_station": { @@ -187118,14 +189272,38 @@ }, { "attributes": {}, - "id": "30", + "id": "NB-0109-B0", "links": { - "self": "/stops/30" + "self": "/stops/NB-0109-B0" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=30" + "related": "/facilities/?filter[stop]=NB-0109-B0" + } + }, + "parent_station": { + "data": { + "id": "place-NB-0109", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "8516", + "links": { + "self": "/stops/8516" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=8516" } }, "parent_station": { @@ -187142,14 +189320,14 @@ }, { "attributes": {}, - "id": "49829", + "id": "2806", "links": { - "self": "/stops/49829" + "self": "/stops/2806" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=49829" + "related": "/facilities/?filter[stop]=2806" } }, "parent_station": { @@ -187166,14 +189344,14 @@ }, { "attributes": {}, - "id": "18636", + "id": "1532", "links": { - "self": "/stops/18636" + "self": "/stops/1532" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=18636" + "related": "/facilities/?filter[stop]=1532" } }, "parent_station": { @@ -187190,14 +189368,14 @@ }, { "attributes": {}, - "id": "3073", + "id": "2167", "links": { - "self": "/stops/3073" + "self": "/stops/2167" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3073" + "related": "/facilities/?filter[stop]=2167" } }, "parent_station": { @@ -187214,22 +189392,43 @@ }, { "attributes": {}, - "id": "29002", + "id": "Boat-Hull", "links": { - "self": "/stops/29002" + "self": "/stops/Boat-Hull" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=29002" + "related": "/facilities/?filter[stop]=Boat-Hull" } }, "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "place-sull", - "type": "stop" + "id": "Boat-Hull", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "8863", + "links": { + "self": "/stops/8863" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=8863" } }, + "parent_station": { + "data": null + }, "zone": { "data": { "id": "LocalBus", @@ -187241,14 +189440,14 @@ }, { "attributes": {}, - "id": "54618", + "id": "7626", "links": { - "self": "/stops/54618" + "self": "/stops/7626" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=54618" + "related": "/facilities/?filter[stop]=7626" } }, "parent_station": { @@ -187263,100 +189462,127 @@ }, "type": "stop" }, + { + "attributes": {}, + "id": "NEC-2265", + "links": { + "self": "/stops/NEC-2265" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=NEC-2265" + } + }, + "parent_station": { + "data": { + "id": "place-rugg", + "type": "stop" + } + }, + "zone": { + "data": { + "id": "CR-zone-1A", + "type": "zone" + } + } + }, + "type": "stop" + }, { "attributes": { - "direction_id": 1, - "headsign": "South Station" + "direction_id": 0, + "headsign": "Worcester" }, - "id": "CR-670212-700", + "id": "BaseWML-701931-503", "links": { - "self": "/trips/CR-670212-700" + "self": "/trips/BaseWML-701931-503" }, "relationships": { "route": { "data": { - "id": "CR-Franklin", + "id": "CR-Worcester", "type": "route" } }, "route_pattern": { "data": { - "id": "CR-Franklin-efd9798e-1", + "id": "CR-Worcester-6436caf7-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SPRING2024-SOUTHWKD-Weekday-1-S85407dc6", + "id": "FALL 2024-SOUTHWKD-Weekday-42-Sb0e4ed14", "type": "service" } }, "shape": { "data": { - "id": "9880005", + "id": "9850002", "type": "shape" } }, "stops": { "data": [ { - "id": "FB-0303-S", + "id": "NEC-2287", "type": "stop" }, { - "id": "FB-0275-S", + "id": "WML-0012-07", "type": "stop" }, { - "id": "FB-0230-S", + "id": "WML-0025-07", "type": "stop" }, { - "id": "FB-0191-S", + "id": "WML-0035-01", "type": "stop" }, { - "id": "FB-0166-S", + "id": "WML-0125-01", "type": "stop" }, { - "id": "FB-0148-02", + "id": "WML-0135-01", "type": "stop" }, { - "id": "FB-0143-02", + "id": "WML-0147-01", "type": "stop" }, { - "id": "FB-0125-02", + "id": "WML-0177-01", "type": "stop" }, { - "id": "FB-0118-02", + "id": "WML-0199-01", "type": "stop" }, { - "id": "FB-0109-02", + "id": "WML-0214-01", "type": "stop" }, { - "id": "FB-0095-05", + "id": "WML-0252-01", "type": "stop" }, { - "id": "NEC-2237-03", + "id": "WML-0274-01", "type": "stop" }, { - "id": "NEC-2265-03", + "id": "WML-0340-01", "type": "stop" }, { - "id": "NEC-2276-03", + "id": "WML-0364-01", "type": "stop" }, { - "id": "NEC-2287", + "id": "WML-0442-CS", "type": "stop" } ] @@ -187366,86 +189592,14 @@ }, { "attributes": {}, - "id": "1493", - "links": { - "self": "/stops/1493" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=1493" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "7724", - "links": { - "self": "/stops/7724" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=7724" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "4317", - "links": { - "self": "/stops/4317" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=4317" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "5556", + "id": "4843", "links": { - "self": "/stops/5556" + "self": "/stops/4843" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5556" + "related": "/facilities/?filter[stop]=4843" } }, "parent_station": { @@ -187463,250 +189617,246 @@ { "attributes": { "direction_id": 0, - "headsign": "Dedham Mall" + "headsign": "Babcock Street (Shuttle)" }, - "id": "62146188", + "id": "BabcockStreetKenmore-0-sample", "links": { - "self": "/trips/62146188" + "self": "/trips/BabcockStreetKenmore-0-sample" }, "relationships": { "route": { "data": { - "id": "34", + "id": "Shuttle-BabcockKenmore", "type": "route" } }, "route_pattern": { "data": { - "id": "34-3-0", + "id": "Shuttle-BabcockKenmore-0-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "canonical", "type": "service" } }, "shape": { "data": { - "id": "340244", + "id": "KenmoreToBabcockStreet-S", "type": "shape" } }, "stops": { "data": [ { - "id": "10642", + "id": "9070150", "type": "stop" }, { - "id": "596", + "id": "951", "type": "stop" }, { - "id": "597", + "id": "952", "type": "stop" }, { - "id": "598", + "id": "953", "type": "stop" }, { - "id": "599", + "id": "956", "type": "stop" }, { - "id": "600", + "id": "958", "type": "stop" - }, + } + ] + } + }, + "type": "trip" + }, + { + "attributes": {}, + "id": "13321", + "links": { + "self": "/stops/13321" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=13321" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": { + "direction_id": 0, + "headsign": "Wren St" + }, + "id": "67250841", + "links": { + "self": "/trips/67250841" + }, + "relationships": { + "route": { + "data": { + "id": "38", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "38-_-0", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "WinterWeekday", + "type": "service" + } + }, + "shape": { + "data": { + "id": "380187", + "type": "shape" + } + }, + "stops": { + "data": [ { - "id": "601", + "id": "10642", "type": "stop" }, { - "id": "6022", + "id": "1936", "type": "stop" }, { - "id": "603", + "id": "1937", "type": "stop" }, { - "id": "10603", + "id": "1128", "type": "stop" }, { - "id": "604", + "id": "11939", "type": "stop" }, { - "id": "605", + "id": "1940", "type": "stop" }, { - "id": "606", + "id": "1941", "type": "stop" }, { - "id": "607", + "id": "5241", "type": "stop" }, { - "id": "608", + "id": "15241", "type": "stop" }, { - "id": "609", + "id": "5243", "type": "stop" }, { - "id": "610", + "id": "5244", "type": "stop" }, { - "id": "611", + "id": "5245", "type": "stop" }, { - "id": "612", + "id": "5246", "type": "stop" }, { - "id": "10612", + "id": "5247", "type": "stop" }, { - "id": "613", + "id": "5248", "type": "stop" }, { - "id": "614", + "id": "5249", "type": "stop" }, { - "id": "615", + "id": "5250", "type": "stop" }, { - "id": "616", + "id": "5251", "type": "stop" }, { - "id": "618", + "id": "5252", "type": "stop" }, { - "id": "10618", + "id": "5253", "type": "stop" }, { - "id": "10835", + "id": "5254", "type": "stop" }, { - "id": "10833", - "type": "stop" - } - ] - } - }, - "type": "trip" - }, - { - "attributes": {}, - "id": "5709", - "links": { - "self": "/stops/5709" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=5709" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": { - "direction_id": 1, - "headsign": "Malden Center (Shuttle)" - }, - "id": "BallardvaleMaldenCenter-1-sample", - "links": { - "self": "/trips/BallardvaleMaldenCenter-1-sample" - }, - "relationships": { - "route": { - "data": { - "id": "Shuttle-BallardvaleMaldenCenter", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Shuttle-BallardvaleMaldenCenter-0-1", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "canonical", - "type": "service" - } - }, - "shape": { - "data": { - "id": "BallardvaleToMaldenCenter-S", - "type": "shape" - } - }, - "stops": { - "data": [ - { - "id": "WR-0205-B2", + "id": "5255", "type": "stop" }, { - "id": "WR-0163-B1", + "id": "5256", "type": "stop" }, { - "id": "WR-0120-B", + "id": "5257", "type": "stop" }, { - "id": "WR-0099-B1", + "id": "5258", "type": "stop" }, { - "id": "WR-0085-B1", + "id": "5259", "type": "stop" }, { - "id": "WR-0075-B2", + "id": "5260", "type": "stop" }, { - "id": "WR-0067-B1", + "id": "5261", "type": "stop" }, { - "id": "WR-0062-B1", + "id": "5262", "type": "stop" }, { - "id": "5072", + "id": "5263", "type": "stop" } ] @@ -187716,14 +189866,14 @@ }, { "attributes": {}, - "id": "1102", + "id": "5905", "links": { - "self": "/stops/1102" + "self": "/stops/5905" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1102" + "related": "/facilities/?filter[stop]=5905" } }, "parent_station": { @@ -187740,14 +189890,14 @@ }, { "attributes": {}, - "id": "18691", + "id": "21174", "links": { - "self": "/stops/18691" + "self": "/stops/21174" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=18691" + "related": "/facilities/?filter[stop]=21174" } }, "parent_station": { @@ -187764,14 +189914,14 @@ }, { "attributes": {}, - "id": "1306", + "id": "109848", "links": { - "self": "/stops/1306" + "self": "/stops/109848" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1306" + "related": "/facilities/?filter[stop]=109848" } }, "parent_station": { @@ -187788,14 +189938,14 @@ }, { "attributes": {}, - "id": "24", + "id": "7427", "links": { - "self": "/stops/24" + "self": "/stops/7427" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=24" + "related": "/facilities/?filter[stop]=7427" } }, "parent_station": { @@ -187812,14 +189962,14 @@ }, { "attributes": {}, - "id": "5274", + "id": "111236", "links": { - "self": "/stops/5274" + "self": "/stops/111236" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5274" + "related": "/facilities/?filter[stop]=111236" } }, "parent_station": { @@ -187836,14 +189986,14 @@ }, { "attributes": {}, - "id": "6678", + "id": "992", "links": { - "self": "/stops/6678" + "self": "/stops/992" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6678" + "related": "/facilities/?filter[stop]=992" } }, "parent_station": { @@ -187860,14 +190010,14 @@ }, { "attributes": {}, - "id": "5626", + "id": "1585", "links": { - "self": "/stops/5626" + "self": "/stops/1585" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5626" + "related": "/facilities/?filter[stop]=1585" } }, "parent_station": { @@ -187882,73 +190032,16 @@ }, "type": "stop" }, - { - "attributes": { - "direction_id": 0, - "headsign": "Wachusett (Shuttle)" - }, - "id": "ShirleyWachusett-0-sample", - "links": { - "self": "/trips/ShirleyWachusett-0-sample" - }, - "relationships": { - "route": { - "data": { - "id": "Shuttle-ShirleyWachusett", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Shuttle-ShirleyWachusett-0-0", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "canonical", - "type": "service" - } - }, - "shape": { - "data": { - "id": "ShirleyToWachusett-S", - "type": "shape" - } - }, - "stops": { - "data": [ - { - "id": "FR-0394-B0", - "type": "stop" - }, - { - "id": "FR-0451-B", - "type": "stop" - }, - { - "id": "FR-0494-B", - "type": "stop" - }, - { - "id": "FR-3338-B", - "type": "stop" - } - ] - } - }, - "type": "trip" - }, { "attributes": {}, - "id": "48337", + "id": "1569", "links": { - "self": "/stops/48337" + "self": "/stops/1569" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=48337" + "related": "/facilities/?filter[stop]=1569" } }, "parent_station": { @@ -187965,14 +190058,14 @@ }, { "attributes": {}, - "id": "3533", + "id": "10011", "links": { - "self": "/stops/3533" + "self": "/stops/10011" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3533" + "related": "/facilities/?filter[stop]=10011" } }, "parent_station": { @@ -187989,14 +190082,14 @@ }, { "attributes": {}, - "id": "4561", + "id": "5761", "links": { - "self": "/stops/4561" + "self": "/stops/5761" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4561" + "related": "/facilities/?filter[stop]=5761" } }, "parent_station": { @@ -188013,14 +190106,14 @@ }, { "attributes": {}, - "id": "6733", + "id": "23406", "links": { - "self": "/stops/6733" + "self": "/stops/23406" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6733" + "related": "/facilities/?filter[stop]=23406" } }, "parent_station": { @@ -188037,14 +190130,14 @@ }, { "attributes": {}, - "id": "14616", + "id": "8180", "links": { - "self": "/stops/14616" + "self": "/stops/8180" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=14616" + "related": "/facilities/?filter[stop]=8180" } }, "parent_station": { @@ -188061,25 +190154,22 @@ }, { "attributes": {}, - "id": "FR-0167-02", + "id": "5379", "links": { - "self": "/stops/FR-0167-02" + "self": "/stops/5379" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=FR-0167-02" + "related": "/facilities/?filter[stop]=5379" } }, "parent_station": { - "data": { - "id": "place-FR-0167", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "CR-zone-4", + "id": "LocalBus", "type": "zone" } } @@ -188088,14 +190178,14 @@ }, { "attributes": {}, - "id": "2129", + "id": "832", "links": { - "self": "/stops/2129" + "self": "/stops/832" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2129" + "related": "/facilities/?filter[stop]=832" } }, "parent_station": { @@ -188112,14 +190202,14 @@ }, { "attributes": {}, - "id": "8812", + "id": "630", "links": { - "self": "/stops/8812" + "self": "/stops/630" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8812" + "related": "/facilities/?filter[stop]=630" } }, "parent_station": { @@ -188136,38 +190226,38 @@ }, { "attributes": {}, - "id": "11242", + "id": "WML-0081-B3", "links": { - "self": "/stops/11242" + "self": "/stops/WML-0081-B3" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=11242" + "related": "/facilities/?filter[stop]=WML-0081-B3" } }, "parent_station": { - "data": null - }, - "zone": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "place-WML-0081", + "type": "stop" } + }, + "zone": { + "data": null } }, "type": "stop" }, { "attributes": {}, - "id": "32911", + "id": "1366", "links": { - "self": "/stops/32911" + "self": "/stops/1366" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=32911" + "related": "/facilities/?filter[stop]=1366" } }, "parent_station": { @@ -188184,35 +190274,14 @@ }, { "attributes": {}, - "id": "9270022", - "links": { - "self": "/stops/9270022" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=9270022" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": null - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "3849", + "id": "4373", "links": { - "self": "/stops/3849" + "self": "/stops/4373" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3849" + "related": "/facilities/?filter[stop]=4373" } }, "parent_station": { @@ -188229,14 +190298,14 @@ }, { "attributes": {}, - "id": "8340", + "id": "88342", "links": { - "self": "/stops/8340" + "self": "/stops/88342" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8340" + "related": "/facilities/?filter[stop]=88342" } }, "parent_station": { @@ -188253,228 +190322,51 @@ }, { "attributes": { - "direction_id": 0, - "headsign": "Rockport (Shuttle)" - }, - "id": "RockportWestGloucester-0-sample", - "links": { - "self": "/trips/RockportWestGloucester-0-sample" - }, - "relationships": { - "route": { - "data": { - "id": "Shuttle-RockportWestGloucester", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Shuttle-RockportWestGloucester-0-0", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "canonical", - "type": "service" - } - }, - "shape": { - "data": { - "id": "WestGloucesterToRockport-S", - "type": "shape" - } - }, - "stops": { - "data": [ - { - "id": "GB-0296-B2", - "type": "stop" - }, - { - "id": "GB-0316-B1", - "type": "stop" - }, - { - "id": "GB-0353-B", - "type": "stop" - } - ] - } - }, - "type": "trip" - }, - { - "attributes": { - "direction_id": 0, - "headsign": "Oak Square" + "color": "FFC72C", + "direction_destinations": [ + "Needham Junction", + "Watertown Square" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Needham Junction - Watertown Square", + "short_name": "59", + "sort_order": 50590, + "text_color": "000000", + "type": 3 }, - "id": "61849561", + "id": "59", "links": { - "self": "/trips/61849561" + "self": "/routes/59" }, "relationships": { - "route": { - "data": { - "id": "64", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "64-6-0", - "type": "route_pattern" - } - }, - "service": { + "agency": { "data": { - "id": "SpringWeekday", - "type": "service" + "id": "1", + "type": "agency" } }, - "shape": { + "line": { "data": { - "id": "640170", - "type": "shape" + "id": "line-5259", + "type": "line" } - }, - "stops": { - "data": [ - { - "id": "2231", - "type": "stop" - }, - { - "id": "12231", - "type": "stop" - }, - { - "id": "24486", - "type": "stop" - }, - { - "id": "24487", - "type": "stop" - }, - { - "id": "24488", - "type": "stop" - }, - { - "id": "24489", - "type": "stop" - }, - { - "id": "2442", - "type": "stop" - }, - { - "id": "2443", - "type": "stop" - }, - { - "id": "2444", - "type": "stop" - }, - { - "id": "1061", - "type": "stop" - }, - { - "id": "1062", - "type": "stop" - }, - { - "id": "1064", - "type": "stop" - }, - { - "id": "1189", - "type": "stop" - }, - { - "id": "1190", - "type": "stop" - }, - { - "id": "1191", - "type": "stop" - }, - { - "id": "1193", - "type": "stop" - }, - { - "id": "1195", - "type": "stop" - }, - { - "id": "1196", - "type": "stop" - }, - { - "id": "1197", - "type": "stop" - }, - { - "id": "11971", - "type": "stop" - }, - { - "id": "11972", - "type": "stop" - }, - { - "id": "1079", - "type": "stop" - }, - { - "id": "1201", - "type": "stop" - }, - { - "id": "1202", - "type": "stop" - }, - { - "id": "1203", - "type": "stop" - }, - { - "id": "1204", - "type": "stop" - }, - { - "id": "1206", - "type": "stop" - }, - { - "id": "1211", - "type": "stop" - }, - { - "id": "1213", - "type": "stop" - }, - { - "id": "1214", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "route" }, { "attributes": {}, - "id": "4861", + "id": "4393", "links": { - "self": "/stops/4861" + "self": "/stops/4393" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4861" + "related": "/facilities/?filter[stop]=4393" } }, "parent_station": { @@ -188491,150 +190383,94 @@ }, { "attributes": { - "direction_id": 1, - "headsign": "Beale & Newport" + "direction_id": 0, + "headsign": "Keystone Apts via Neponset Ave" }, - "id": "61929443", + "id": "67290321", "links": { - "self": "/trips/61929443" + "self": "/trips/67290321" }, "relationships": { "route": { "data": { - "id": "245", + "id": "201", "type": "route" } }, "route_pattern": { "data": { - "id": "245-5-1", + "id": "201-8-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "2450100", + "id": "2010089", "type": "shape" } }, "stops": { "data": [ { - "id": "3031", - "type": "stop" - }, - { - "id": "3032", - "type": "stop" - }, - { - "id": "3033", - "type": "stop" - }, - { - "id": "3034", - "type": "stop" - }, - { - "id": "13093", - "type": "stop" - }, - { - "id": "4390", - "type": "stop" - }, - { - "id": "4391", - "type": "stop" - }, - { - "id": "4392", - "type": "stop" - }, - { - "id": "4393", - "type": "stop" - }, - { - "id": "4394", - "type": "stop" - }, - { - "id": "4395", - "type": "stop" - }, - { - "id": "4396", - "type": "stop" - }, - { - "id": "13407", - "type": "stop" - }, - { - "id": "13406", - "type": "stop" - }, - { - "id": "13404", + "id": "323", "type": "stop" }, { - "id": "13403", + "id": "55600", "type": "stop" }, { - "id": "13402", + "id": "325", "type": "stop" }, { - "id": "4326", + "id": "3065", "type": "stop" }, { - "id": "4327", + "id": "3066", "type": "stop" }, { - "id": "4328", + "id": "3067", "type": "stop" }, { - "id": "4329", + "id": "3068", "type": "stop" }, { - "id": "3355", + "id": "3069", "type": "stop" }, { - "id": "3489", + "id": "3070", "type": "stop" }, { - "id": "3490", + "id": "3071", "type": "stop" }, { - "id": "3491", + "id": "3073", "type": "stop" }, { - "id": "3493", + "id": "3075", "type": "stop" }, { - "id": "3495", + "id": "38812", "type": "stop" }, { - "id": "3191", + "id": "38813", "type": "stop" } ] @@ -188644,14 +190480,14 @@ }, { "attributes": {}, - "id": "790", + "id": "4806", "links": { - "self": "/stops/790" + "self": "/stops/4806" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=790" + "related": "/facilities/?filter[stop]=4806" } }, "parent_station": { @@ -188668,14 +190504,14 @@ }, { "attributes": {}, - "id": "1747", + "id": "3182", "links": { - "self": "/stops/1747" + "self": "/stops/3182" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1747" + "related": "/facilities/?filter[stop]=3182" } }, "parent_station": { @@ -188690,197 +190526,16 @@ }, "type": "stop" }, - { - "attributes": { - "direction_id": 1, - "headsign": "Maverick" - }, - "id": "62216061", - "links": { - "self": "/trips/62216061" - }, - "relationships": { - "route": { - "data": { - "id": "116", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "116-4-1", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "SpringWeekday", - "type": "service" - } - }, - "shape": { - "data": { - "id": "1160111", - "type": "shape" - } - }, - "stops": { - "data": [ - { - "id": "15795", - "type": "stop" - }, - { - "id": "5700", - "type": "stop" - }, - { - "id": "5701", - "type": "stop" - }, - { - "id": "5703", - "type": "stop" - }, - { - "id": "5704", - "type": "stop" - }, - { - "id": "35704", - "type": "stop" - }, - { - "id": "5709", - "type": "stop" - }, - { - "id": "5562", - "type": "stop" - }, - { - "id": "5711", - "type": "stop" - }, - { - "id": "5713", - "type": "stop" - }, - { - "id": "5714", - "type": "stop" - }, - { - "id": "5715", - "type": "stop" - }, - { - "id": "5718", - "type": "stop" - }, - { - "id": "5719", - "type": "stop" - }, - { - "id": "5720", - "type": "stop" - }, - { - "id": "5721", - "type": "stop" - }, - { - "id": "5722", - "type": "stop" - }, - { - "id": "5723", - "type": "stop" - }, - { - "id": "5724", - "type": "stop" - }, - { - "id": "5725", - "type": "stop" - }, - { - "id": "5726", - "type": "stop" - }, - { - "id": "46170", - "type": "stop" - }, - { - "id": "5605", - "type": "stop" - }, - { - "id": "5606", - "type": "stop" - }, - { - "id": "5653", - "type": "stop" - }, - { - "id": "5728", - "type": "stop" - }, - { - "id": "5729", - "type": "stop" - }, - { - "id": "5730", - "type": "stop" - }, - { - "id": "5731", - "type": "stop" - }, - { - "id": "5732", - "type": "stop" - }, - { - "id": "5733", - "type": "stop" - }, - { - "id": "5734", - "type": "stop" - }, - { - "id": "5736", - "type": "stop" - }, - { - "id": "5737", - "type": "stop" - }, - { - "id": "5740", - "type": "stop" - } - ] - } - }, - "type": "trip" - }, { "attributes": {}, - "id": "82618", + "id": "5294", "links": { - "self": "/stops/82618" + "self": "/stops/5294" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=82618" + "related": "/facilities/?filter[stop]=5294" } }, "parent_station": { @@ -188895,85 +190550,16 @@ }, "type": "stop" }, - { - "attributes": { - "direction_id": 1, - "headsign": "Oak Grove (Shuttle)" - }, - "id": "Orange-NorthStationOakGrove-Weekday-be3f4-1-20:30:00", - "links": { - "self": "/trips/Orange-NorthStationOakGrove-Weekday-be3f4-1-20%3A30%3A00" - }, - "relationships": { - "route": { - "data": { - "id": "Shuttle-NorthStationOakGrove", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Shuttle-NorthStationOakGrove-0-1", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "Orange-NorthStationOakGrove-Weekday-b34", - "type": "service" - } - }, - "shape": { - "data": { - "id": "NorthStationToOakGrove-S", - "type": "shape" - } - }, - "stops": { - "data": [ - { - "id": "9070090", - "type": "stop" - }, - { - "id": "9070029", - "type": "stop" - }, - { - "id": "29001", - "type": "stop" - }, - { - "id": "28742", - "type": "stop" - }, - { - "id": "5271", - "type": "stop" - }, - { - "id": "5072", - "type": "stop" - }, - { - "id": "9328", - "type": "stop" - } - ] - } - }, - "type": "trip" - }, { "attributes": {}, - "id": "5743", + "id": "4227", "links": { - "self": "/stops/5743" + "self": "/stops/4227" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5743" + "related": "/facilities/?filter[stop]=4227" } }, "parent_station": { @@ -188989,75 +190575,47 @@ "type": "stop" }, { - "attributes": { - "direction_id": 0, - "headsign": "Blossom Street Pier" - }, - "id": "Boat-Lynn-0645-Long-BLY-01-Weekday-Summer-24", + "attributes": {}, + "id": "2926", "links": { - "self": "/trips/Boat-Lynn-0645-Long-BLY-01-Weekday-Summer-24" + "self": "/stops/2926" }, "relationships": { - "route": { - "data": { - "id": "Boat-Lynn", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Boat-Lynn-1-0", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "Boat-Lynn-Weekday-Summer-24", - "type": "service" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=2926" } }, - "shape": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "LongWharfNorthToLynn-F", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "Boat-Long", - "type": "stop" - }, - { - "id": "Boat-Blossom", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "70025", + "id": "3911", "links": { - "self": "/stops/70025" + "self": "/stops/3911" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70025" + "related": "/facilities/?filter[stop]=3911" } }, "parent_station": { - "data": { - "id": "place-haecl", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } @@ -189066,14 +190624,14 @@ }, { "attributes": {}, - "id": "12866", + "id": "4757", "links": { - "self": "/stops/12866" + "self": "/stops/4757" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=12866" + "related": "/facilities/?filter[stop]=4757" } }, "parent_station": { @@ -189091,337 +190649,290 @@ { "attributes": { "direction_id": 0, - "headsign": "Quincy Center via North Quincy" + "headsign": "Forge Park/495" }, - "id": "61928943", + "id": "SouthWKDYF24-697764-721", "links": { - "self": "/trips/61928943" + "self": "/trips/SouthWKDYF24-697764-721" }, "relationships": { "route": { "data": { - "id": "217", + "id": "CR-Franklin", "type": "route" } }, "route_pattern": { "data": { - "id": "217-8-0", + "id": "CR-Franklin-dc09eba3-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "FALL 2024-SOUTHWKD-Weekday-1-S85407dc6", "type": "service" } }, "shape": { "data": { - "id": "2170122", + "id": "9880006", "type": "shape" } }, "stops": { "data": [ { - "id": "334", - "type": "stop" - }, - { - "id": "536", - "type": "stop" - }, - { - "id": "537", - "type": "stop" - }, - { - "id": "569", - "type": "stop" - }, - { - "id": "10569", - "type": "stop" - }, - { - "id": "570", - "type": "stop" - }, - { - "id": "883", - "type": "stop" - }, - { - "id": "571", - "type": "stop" - }, - { - "id": "3477", - "type": "stop" - }, - { - "id": "3478", - "type": "stop" - }, - { - "id": "3479", - "type": "stop" - }, - { - "id": "3480", - "type": "stop" - }, - { - "id": "3482", - "type": "stop" - }, - { - "id": "3483", - "type": "stop" - }, - { - "id": "3485", - "type": "stop" - }, - { - "id": "3486", - "type": "stop" - }, - { - "id": "3487", - "type": "stop" - }, - { - "id": "3488", - "type": "stop" - }, - { - "id": "3389", - "type": "stop" - }, - { - "id": "13400", - "type": "stop" - }, - { - "id": "3350", - "type": "stop" - }, - { - "id": "3351", - "type": "stop" - }, - { - "id": "3352", - "type": "stop" - }, - { - "id": "3353", - "type": "stop" - }, - { - "id": "3354", - "type": "stop" - }, - { - "id": "3355", - "type": "stop" - }, - { - "id": "3489", - "type": "stop" - }, - { - "id": "3490", - "type": "stop" - }, - { - "id": "3491", + "id": "NEC-2287", "type": "stop" }, { - "id": "3493", + "id": "NEC-2276-03", "type": "stop" }, { - "id": "3106", + "id": "NEC-2265-03", "type": "stop" }, { - "id": "3107", + "id": "NEC-2237-03", "type": "stop" }, { - "id": "3108", + "id": "NEC-2203-03", "type": "stop" }, { - "id": "3109", + "id": "FB-0095-05", "type": "stop" }, { - "id": "3110", + "id": "FB-0109-01", "type": "stop" }, { - "id": "3111", + "id": "FB-0118-01", "type": "stop" }, { - "id": "3113", + "id": "FB-0125-01", "type": "stop" }, { - "id": "3114", + "id": "FB-0143-01", "type": "stop" }, { - "id": "3115", + "id": "FB-0148-01", "type": "stop" }, { - "id": "3116", + "id": "FB-0166-S", "type": "stop" }, { - "id": "3117", + "id": "FB-0191-S", "type": "stop" }, { - "id": "3118", + "id": "FB-0230-S", "type": "stop" }, { - "id": "3119", + "id": "FB-0275-S", "type": "stop" }, { - "id": "3121", + "id": "FB-0303-S", "type": "stop" - }, + } + ] + } + }, + "type": "trip" + }, + { + "attributes": {}, + "id": "45059", + "links": { + "self": "/stops/45059" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=45059" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": { + "direction_id": 0, + "headsign": "River & Milton via Cleary Square" + }, + "id": "67251099", + "links": { + "self": "/trips/67251099" + }, + "relationships": { + "route": { + "data": { + "id": "3233", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "3233-5-0", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "WinterWeekday", + "type": "service" + } + }, + "shape": { + "data": { + "id": "330175", + "type": "shape" + } + }, + "stops": { + "data": [ { - "id": "3122", + "id": "875", "type": "stop" }, { - "id": "3123", + "id": "6495", "type": "stop" }, { - "id": "3124", + "id": "26495", "type": "stop" }, { - "id": "3125", + "id": "36495", "type": "stop" }, { - "id": "3218", + "id": "46495", "type": "stop" }, { - "id": "3219", + "id": "56495", "type": "stop" }, { - "id": "3221", + "id": "76495", "type": "stop" }, { - "id": "3222", + "id": "6496", "type": "stop" }, { - "id": "3223", + "id": "6498", "type": "stop" }, { - "id": "3224", + "id": "6500", "type": "stop" }, { - "id": "3225", + "id": "16498", "type": "stop" }, { - "id": "3226", + "id": "6502", "type": "stop" }, { - "id": "3227", + "id": "6504", "type": "stop" }, { - "id": "3228", + "id": "6505", "type": "stop" }, { - "id": "3229", + "id": "6507", "type": "stop" }, { - "id": "3230", + "id": "6508", "type": "stop" }, { - "id": "3231", + "id": "6509", "type": "stop" }, { - "id": "3232", + "id": "2819", "type": "stop" }, { - "id": "3234", + "id": "2818", "type": "stop" }, { - "id": "3235", + "id": "22819", "type": "stop" }, { - "id": "3236", + "id": "22818", "type": "stop" }, { - "id": "3027", + "id": "22821", "type": "stop" }, { - "id": "3028", + "id": "32818", "type": "stop" }, { - "id": "3029", + "id": "42818", "type": "stop" }, { - "id": "3031", + "id": "8959", "type": "stop" }, { - "id": "3032", + "id": "8960", "type": "stop" }, { - "id": "3033", + "id": "8961", "type": "stop" }, { - "id": "3034", + "id": "8962", "type": "stop" }, { - "id": "3035", + "id": "8963", "type": "stop" }, { - "id": "3036", + "id": "8964", "type": "stop" }, { - "id": "32001", + "id": "18974", "type": "stop" } ] @@ -189430,76 +190941,165 @@ "type": "trip" }, { - "attributes": { - "direction_id": 0, - "headsign": "Government Center via Maverick (Shuttle)" + "attributes": {}, + "id": "3717", + "links": { + "self": "/stops/3717" }, - "id": "AirportBowdoinLocalViaGate-0-sample", + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=3717" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "39695", "links": { - "self": "/trips/AirportBowdoinLocalViaGate-0-sample" + "self": "/stops/39695" }, "relationships": { - "route": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=39695" + } + }, + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "Shuttle-AirportGovernmentCenterLocalViaGate", - "type": "route" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "70113", + "links": { + "self": "/stops/70113" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=70113" } }, - "route_pattern": { + "parent_station": { "data": { - "id": "Shuttle-AirportGovernmentCenterLocalViaGate-0-0", - "type": "route_pattern" + "id": "place-chill", + "type": "stop" } }, - "service": { + "zone": { "data": { - "id": "canonical", - "type": "service" + "id": "RapidTransit", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "251", + "links": { + "self": "/stops/251" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=251" } }, - "shape": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "AirportToGovernmentCenterLocalViaGate-S", - "type": "shape" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "3386", + "links": { + "self": "/stops/3386" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=3386" } }, - "stops": { - "data": [ - { - "id": "9070047", - "type": "stop" - }, - { - "id": "9070045", - "type": "stop" - }, - { - "id": "9170043", - "type": "stop" - }, - { - "id": "65", - "type": "stop" - }, - { - "id": "9070039", - "type": "stop" - } - ] + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "45211", + "id": "GB-0254-01", "links": { - "self": "/stops/45211" + "self": "/stops/GB-0254-01" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=45211" + "related": "/facilities/?filter[stop]=GB-0254-01" + } + }, + "parent_station": { + "data": { + "id": "place-GB-0254", + "type": "stop" + } + }, + "zone": { + "data": { + "id": "CR-zone-6", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "13819", + "links": { + "self": "/stops/13819" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=13819" } }, "parent_station": { @@ -189516,14 +191116,14 @@ }, { "attributes": {}, - "id": "3885", + "id": "4928", "links": { - "self": "/stops/3885" + "self": "/stops/4928" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3885" + "related": "/facilities/?filter[stop]=4928" } }, "parent_station": { @@ -189539,46 +191139,63 @@ "type": "stop" }, { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Market Basket", - "Maverick Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Market Basket - Maverick Station", - "short_name": "114", - "sort_order": 51140, - "text_color": "000000", - "type": 3 + "attributes": {}, + "id": "1110", + "links": { + "self": "/stops/1110" }, - "id": "114", + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=1110" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "9237", "links": { - "self": "/routes/114" + "self": "/stops/9237" }, "relationships": { - "line": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=9237" + } + }, + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "line-114116117", - "type": "line" + "id": "LocalBus", + "type": "zone" } } }, - "type": "route" + "type": "stop" }, { "attributes": {}, - "id": "4258", + "id": "6841", "links": { - "self": "/stops/4258" + "self": "/stops/6841" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4258" + "related": "/facilities/?filter[stop]=6841" } }, "parent_station": { @@ -189595,14 +191212,14 @@ }, { "attributes": {}, - "id": "8491", + "id": "2378", "links": { - "self": "/stops/8491" + "self": "/stops/2378" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8491" + "related": "/facilities/?filter[stop]=2378" } }, "parent_station": { @@ -189619,25 +191236,25 @@ }, { "attributes": {}, - "id": "CM-0564-S", + "id": "FR-0201-02", "links": { - "self": "/stops/CM-0564-S" + "self": "/stops/FR-0201-02" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=CM-0564-S" + "related": "/facilities/?filter[stop]=FR-0201-02" } }, "parent_station": { "data": { - "id": "place-CM-0564", + "id": "place-FR-0201", "type": "stop" } }, "zone": { "data": { - "id": "CF-zone-buzzards", + "id": "CR-zone-5", "type": "zone" } } @@ -189645,141 +191262,382 @@ "type": "stop" }, { - "attributes": { - "direction_id": 1, - "headsign": "Shirley (Shuttle)" + "attributes": {}, + "id": "2699", + "links": { + "self": "/stops/2699" }, - "id": "ShirleyWachusett-1-sample", + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=2699" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "70159", "links": { - "self": "/trips/ShirleyWachusett-1-sample" + "self": "/stops/70159" }, "relationships": { - "route": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=70159" + } + }, + "parent_station": { "data": { - "id": "Shuttle-ShirleyWachusett", - "type": "route" + "id": "place-boyls", + "type": "stop" } }, - "route_pattern": { + "zone": { "data": { - "id": "Shuttle-ShirleyWachusett-0-1", - "type": "route_pattern" + "id": "RapidTransit", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "5882", + "links": { + "self": "/stops/5882" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=5882" } }, - "service": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "canonical", - "type": "service" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "372", + "links": { + "self": "/stops/372" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=372" } }, - "shape": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "WachusettToShirley-S", - "type": "shape" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "1421", + "links": { + "self": "/stops/1421" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=1421" } }, - "stops": { - "data": [ - { - "id": "FR-3338-B", - "type": "stop" - }, - { - "id": "FR-0494-B", - "type": "stop" - }, - { - "id": "FR-0451-B", - "type": "stop" - }, - { - "id": "FR-0394-B1", - "type": "stop" - } - ] + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } } }, - "type": "trip" + "type": "stop" + }, + { + "attributes": {}, + "id": "22821", + "links": { + "self": "/stops/22821" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=22821" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "3887", + "links": { + "self": "/stops/3887" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=3887" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "4596", + "links": { + "self": "/stops/4596" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=4596" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "3819", + "links": { + "self": "/stops/3819" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=3819" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" }, { "attributes": { - "direction_id": 1, - "headsign": "South Station (Shuttle)" + "color": "FFC72C", + "long_name": "Northgate Shopping Center - Central Square, Lynn", + "short_name": "429", + "sort_order": 54290, + "text_color": "000000" }, - "id": "SouthStationWellesleyHills-1-sample", + "id": "line-429", "links": { - "self": "/trips/SouthStationWellesleyHills-1-sample" + "self": "/lines/line-429" + }, + "type": "line" + }, + { + "attributes": {}, + "id": "7805", + "links": { + "self": "/stops/7805" }, "relationships": { - "route": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=7805" + } + }, + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "Shuttle-SouthStationWellesleyHillsLocal", - "type": "route" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "4902", + "links": { + "self": "/stops/4902" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=4902" } }, - "route_pattern": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "Shuttle-SouthStationWellesleyHillsLocal-0-1", - "type": "route_pattern" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "15618", + "links": { + "self": "/stops/15618" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=15618" } }, - "service": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "canonical", - "type": "service" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "9085", + "links": { + "self": "/stops/9085" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=9085" } }, - "shape": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "WellesleyHillsToSouthStation-S", - "type": "shape" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": { + "color": "FFC72C", + "long_name": "Harvard - Nubian via Massachusetts Avenue", + "short_name": "1", + "sort_order": 40010, + "text_color": "000000" + }, + "id": "line-1", + "links": { + "self": "/lines/line-1" + }, + "type": "line" + }, + { + "attributes": {}, + "id": "2042", + "links": { + "self": "/stops/2042" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=2042" } }, - "stops": { - "data": [ - { - "id": "WML-0135-B1", - "type": "stop" - }, - { - "id": "38155", - "type": "stop" - }, - { - "id": "WML-0102-B", - "type": "stop" - }, - { - "id": "WML-0091-B1", - "type": "stop" - }, - { - "id": "WML-0081-B3", - "type": "stop" - }, - { - "id": "WML-0035-B1", - "type": "stop" - }, - { - "id": "NEC-2287-B", - "type": "stop" - } - ] + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "6746", + "id": "2092", "links": { - "self": "/stops/6746" + "self": "/stops/2092" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6746" + "related": "/facilities/?filter[stop]=2092" } }, "parent_station": { @@ -189792,422 +191650,385 @@ } } }, - "type": "stop" + "type": "stop" + }, + { + "attributes": {}, + "id": "9070056", + "links": { + "self": "/stops/9070056" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=9070056" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "color": "FFC72C", + "long_name": "City Point - Downtown Boston", + "short_name": "7", + "sort_order": 50070, + "text_color": "000000" + }, + "id": "line-7", + "links": { + "self": "/lines/line-7" + }, + "type": "line" }, { "attributes": { - "direction_id": 0, - "headsign": "Wren St" + "direction_id": 1, + "headsign": "Ashmont via North Quincy" }, - "id": "62145152", + "id": "67290612", "links": { - "self": "/trips/62145152" + "self": "/trips/67290612" }, "relationships": { "route": { "data": { - "id": "38", + "id": "217", "type": "route" } }, "route_pattern": { "data": { - "id": "38-_-0", + "id": "217-8-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "380168", + "id": "2170128", "type": "shape" } }, "stops": { "data": [ { - "id": "10642", + "id": "32005", "type": "stop" }, { - "id": "1936", + "id": "3041", "type": "stop" }, { - "id": "1937", + "id": "3042", "type": "stop" }, { - "id": "1128", + "id": "3043", "type": "stop" }, { - "id": "11939", + "id": "3045", "type": "stop" }, { - "id": "1940", + "id": "3046", "type": "stop" }, { - "id": "1941", + "id": "3047", "type": "stop" }, { - "id": "5241", + "id": "3048", "type": "stop" }, { - "id": "15241", + "id": "3049", "type": "stop" }, { - "id": "5243", + "id": "3201", "type": "stop" }, { - "id": "5244", + "id": "3202", "type": "stop" }, { - "id": "5245", + "id": "3203", "type": "stop" }, { - "id": "5246", + "id": "3204", "type": "stop" }, { - "id": "5247", + "id": "3205", "type": "stop" }, { - "id": "5248", + "id": "3206", "type": "stop" }, { - "id": "5249", + "id": "3207", "type": "stop" }, { - "id": "5250", + "id": "3208", "type": "stop" }, { - "id": "5251", + "id": "3209", "type": "stop" }, { - "id": "5252", + "id": "3210", "type": "stop" }, { - "id": "5253", + "id": "3211", "type": "stop" }, { - "id": "5254", + "id": "3212", "type": "stop" }, { - "id": "5255", + "id": "3213", "type": "stop" }, { - "id": "5256", + "id": "3214", "type": "stop" }, { - "id": "5257", + "id": "3215", "type": "stop" }, { - "id": "5258", + "id": "3216", "type": "stop" }, { - "id": "5259", + "id": "3057", "type": "stop" }, { - "id": "5260", + "id": "3058", "type": "stop" }, { - "id": "5261", + "id": "3125", "type": "stop" }, { - "id": "5262", + "id": "3168", "type": "stop" }, { - "id": "5263", + "id": "3170", "type": "stop" - } - ] - } - }, - "type": "trip" - }, - { - "attributes": {}, - "id": "4596", - "links": { - "self": "/stops/4596" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=4596" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Newburyport", - "North Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Newburyport - Beverly (Express)", - "short_name": "Newburyport Line Shuttle", - "sort_order": 60690, - "text_color": "000000", - "type": 3 - }, - "id": "Shuttle-BeverlyNewburyportExpress", - "links": { - "self": "/routes/Shuttle-BeverlyNewburyportExpress" - }, - "relationships": { - "line": { - "data": { - "id": "line-Newburyport", - "type": "line" - } - } - }, - "type": "route" - }, - { - "attributes": { - "direction_id": 1, - "headsign": "Beachmont via Tomasello Way" - }, - "id": "62216278", - "links": { - "self": "/trips/62216278" - }, - "relationships": { - "route": { - "data": { - "id": "119", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "119-3-1", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "SpringWeekday", - "type": "service" - } - }, - "shape": { - "data": { - "id": "1190078", - "type": "shape" - } - }, - "stops": { - "data": [ + }, { - "id": "6267", + "id": "3172", "type": "stop" }, { - "id": "7415", + "id": "3174", "type": "stop" }, { - "id": "7417", + "id": "3175", "type": "stop" }, { - "id": "7412", + "id": "3177", "type": "stop" }, { - "id": "7413", + "id": "3178", "type": "stop" }, { - "id": "6269", + "id": "3179", "type": "stop" }, { - "id": "6271", + "id": "3181", "type": "stop" }, { - "id": "6272", + "id": "3182", "type": "stop" }, { - "id": "6274", + "id": "3184", "type": "stop" }, { - "id": "6275", + "id": "3185", "type": "stop" }, { - "id": "46275", + "id": "3186", "type": "stop" }, { - "id": "46276", + "id": "31861", "type": "stop" }, { - "id": "5832", + "id": "3460", "type": "stop" }, { - "id": "15832", + "id": "3461", "type": "stop" }, { - "id": "5833", + "id": "3462", "type": "stop" }, { - "id": "5835", + "id": "3395", "type": "stop" }, { - "id": "35830", + "id": "3396", "type": "stop" }, { - "id": "45838", + "id": "3397", "type": "stop" }, { - "id": "5711", + "id": "3398", "type": "stop" }, { - "id": "5713", + "id": "3399", "type": "stop" }, { - "id": "5714", + "id": "13400", "type": "stop" }, { - "id": "5801", + "id": "3350", "type": "stop" }, { - "id": "5803", + "id": "3351", "type": "stop" }, { - "id": "5804", + "id": "3352", "type": "stop" }, { - "id": "5805", + "id": "3353", "type": "stop" }, { - "id": "5806", + "id": "3354", "type": "stop" }, { - "id": "5807", + "id": "3356", "type": "stop" }, { - "id": "15808", + "id": "3358", "type": "stop" }, { - "id": "5809", + "id": "3359", "type": "stop" }, { - "id": "5810", + "id": "3360", "type": "stop" }, { - "id": "5811", + "id": "3463", "type": "stop" }, { - "id": "45811", + "id": "3464", "type": "stop" }, { - "id": "5812", + "id": "3465", "type": "stop" }, { - "id": "5813", + "id": "3466", "type": "stop" }, { - "id": "5814", + "id": "3468", "type": "stop" }, { - "id": "5815", + "id": "3471", "type": "stop" }, { - "id": "5816", + "id": "3472", "type": "stop" }, { - "id": "45816", + "id": "3473", "type": "stop" }, { - "id": "5817", + "id": "3474", "type": "stop" }, { - "id": "5818", + "id": "591", "type": "stop" }, { - "id": "5819", + "id": "882", + "type": "stop" + }, + { + "id": "593", + "type": "stop" + }, + { + "id": "594", + "type": "stop" + }, + { + "id": "595", + "type": "stop" + }, + { + "id": "533", + "type": "stop" + }, + { + "id": "534", + "type": "stop" + }, + { + "id": "334", "type": "stop" } ] @@ -190217,14 +192038,14 @@ }, { "attributes": {}, - "id": "15058", + "id": "55632", "links": { - "self": "/stops/15058" + "self": "/stops/55632" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=15058" + "related": "/facilities/?filter[stop]=55632" } }, "parent_station": { @@ -190241,46 +192062,25 @@ }, { "attributes": {}, - "id": "959", + "id": "WML-0147-02", "links": { - "self": "/stops/959" + "self": "/stops/WML-0147-02" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=959" + "related": "/facilities/?filter[stop]=WML-0147-02" } }, "parent_station": { - "data": null - }, - "zone": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "3271", - "links": { - "self": "/stops/3271" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=3271" + "id": "place-WML-0147", + "type": "stop" } }, - "parent_station": { - "data": null - }, "zone": { "data": { - "id": "LocalBus", + "id": "CR-zone-3", "type": "zone" } } @@ -190289,22 +192089,25 @@ }, { "attributes": {}, - "id": "5474", + "id": "FR-0253-02", "links": { - "self": "/stops/5474" + "self": "/stops/FR-0253-02" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5474" + "related": "/facilities/?filter[stop]=FR-0253-02" } }, "parent_station": { - "data": null + "data": { + "id": "place-FR-0253", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "CR-zone-6", "type": "zone" } } @@ -190313,14 +192116,14 @@ }, { "attributes": {}, - "id": "7263", + "id": "2181", "links": { - "self": "/stops/7263" + "self": "/stops/2181" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7263" + "related": "/facilities/?filter[stop]=2181" } }, "parent_station": { @@ -190337,14 +192140,14 @@ }, { "attributes": {}, - "id": "7585", + "id": "5330", "links": { - "self": "/stops/7585" + "self": "/stops/5330" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7585" + "related": "/facilities/?filter[stop]=5330" } }, "parent_station": { @@ -190361,14 +192164,14 @@ }, { "attributes": {}, - "id": "8478", + "id": "8508", "links": { - "self": "/stops/8478" + "self": "/stops/8508" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8478" + "related": "/facilities/?filter[stop]=8508" } }, "parent_station": { @@ -190385,14 +192188,14 @@ }, { "attributes": {}, - "id": "19618", + "id": "3290", "links": { - "self": "/stops/19618" + "self": "/stops/3290" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=19618" + "related": "/facilities/?filter[stop]=3290" } }, "parent_station": { @@ -190409,14 +192212,14 @@ }, { "attributes": {}, - "id": "3353", + "id": "44762", "links": { - "self": "/stops/3353" + "self": "/stops/44762" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3353" + "related": "/facilities/?filter[stop]=44762" } }, "parent_station": { @@ -190433,14 +192236,14 @@ }, { "attributes": {}, - "id": "23921", + "id": "77378", "links": { - "self": "/stops/23921" + "self": "/stops/77378" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=23921" + "related": "/facilities/?filter[stop]=77378" } }, "parent_station": { @@ -190457,14 +192260,14 @@ }, { "attributes": {}, - "id": "180", + "id": "76052", "links": { - "self": "/stops/180" + "self": "/stops/76052" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=180" + "related": "/facilities/?filter[stop]=76052" } }, "parent_station": { @@ -190481,14 +192284,14 @@ }, { "attributes": {}, - "id": "11735", + "id": "4174", "links": { - "self": "/stops/11735" + "self": "/stops/4174" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=11735" + "related": "/facilities/?filter[stop]=4174" } }, "parent_station": { @@ -190505,18 +192308,21 @@ }, { "attributes": {}, - "id": "35571", + "id": "WR-0325-B", "links": { - "self": "/stops/35571" + "self": "/stops/WR-0325-B" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=35571" + "related": "/facilities/?filter[stop]=WR-0325-B" } }, "parent_station": { - "data": null + "data": { + "id": "place-WR-0325", + "type": "stop" + } }, "zone": { "data": { @@ -190529,21 +192335,18 @@ }, { "attributes": {}, - "id": "18511", + "id": "1077", "links": { - "self": "/stops/18511" + "self": "/stops/1077" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=18511" + "related": "/facilities/?filter[stop]=1077" } }, "parent_station": { - "data": { - "id": "place-matt", - "type": "stop" - } + "data": null }, "zone": { "data": { @@ -190556,50 +192359,150 @@ }, { "attributes": { - "direction_id": 0, - "headsign": "Park Street (Shuttle)" + "direction_id": 1, + "headsign": "Nubian via Allston" }, - "id": "KendallParkStreet-0-sample", + "id": "66644335", "links": { - "self": "/trips/KendallParkStreet-0-sample" + "self": "/trips/66644335" }, "relationships": { "route": { "data": { - "id": "Shuttle-KendallPark", + "id": "66", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-KendallPark-0-0", + "id": "66-7-1", "type": "route_pattern" } }, "service": { "data": { - "id": "canonical", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "KendallToPark-S", + "id": "660281", "type": "shape" } }, "stops": { "data": [ { - "id": "9070071", + "id": "922", "type": "stop" }, { - "id": "9070073", + "id": "924", "type": "stop" }, { - "id": "9070076", + "id": "925", + "type": "stop" + }, + { + "id": "926", + "type": "stop" + }, + { + "id": "927", + "type": "stop" + }, + { + "id": "10928", + "type": "stop" + }, + { + "id": "1302", + "type": "stop" + }, + { + "id": "11302", + "type": "stop" + }, + { + "id": "1304", + "type": "stop" + }, + { + "id": "1306", + "type": "stop" + }, + { + "id": "1308", + "type": "stop" + }, + { + "id": "1309", + "type": "stop" + }, + { + "id": "1310", + "type": "stop" + }, + { + "id": "1311", + "type": "stop" + }, + { + "id": "1313", + "type": "stop" + }, + { + "id": "1555", + "type": "stop" + }, + { + "id": "1314", + "type": "stop" + }, + { + "id": "1315", + "type": "stop" + }, + { + "id": "1317", + "type": "stop" + }, + { + "id": "1319", + "type": "stop" + }, + { + "id": "1320", + "type": "stop" + }, + { + "id": "1322", + "type": "stop" + }, + { + "id": "1323", + "type": "stop" + }, + { + "id": "11257", + "type": "stop" + }, + { + "id": "1259", + "type": "stop" + }, + { + "id": "11323", + "type": "stop" + }, + { + "id": "11259", + "type": "stop" + }, + { + "id": "64000", "type": "stop" } ] @@ -190609,110 +192512,14 @@ }, { "attributes": {}, - "id": "7839", - "links": { - "self": "/stops/7839" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=7839" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "5982", - "links": { - "self": "/stops/5982" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=5982" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "85371", - "links": { - "self": "/stops/85371" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=85371" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "8534", - "links": { - "self": "/stops/8534" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=8534" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "4904", + "id": "5412", "links": { - "self": "/stops/4904" + "self": "/stops/5412" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4904" + "related": "/facilities/?filter[stop]=5412" } }, "parent_station": { @@ -190729,23 +192536,23 @@ }, { "attributes": { - "direction_id": 1, - "headsign": "South Station" + "direction_id": 0, + "headsign": "Mattapan" }, - "id": "canonical-CapeFlyer-C1-1", + "id": "canonical-Mattapan-C1-0", "links": { - "self": "/trips/canonical-CapeFlyer-C1-1" + "self": "/trips/canonical-Mattapan-C1-0" }, "relationships": { "route": { "data": { - "id": "CapeFlyer", + "id": "Mattapan", "type": "route" } }, "route_pattern": { "data": { - "id": "CapeFlyer-323a1583-1", + "id": "Mattapan-_-0", "type": "route_pattern" } }, @@ -190757,42 +192564,42 @@ }, "shape": { "data": { - "id": "canonical-cf00001", + "id": "canonical-899_0005", "type": "shape" } }, "stops": { "data": [ { - "id": "CM-0790-S", + "id": "70261", "type": "stop" }, { - "id": "CM-0564-S", + "id": "70263", "type": "stop" }, { - "id": "CM-0547-S", + "id": "70265", "type": "stop" }, { - "id": "CM-0493-S", + "id": "70267", "type": "stop" }, { - "id": "MM-0356-S", + "id": "70269", "type": "stop" }, { - "id": "MM-0200-CS", + "id": "70271", "type": "stop" }, { - "id": "MM-0109-S", + "id": "70273", "type": "stop" }, { - "id": "NEC-2287", + "id": "70275", "type": "stop" } ] @@ -190802,14 +192609,14 @@ }, { "attributes": {}, - "id": "2042", + "id": "2908", "links": { - "self": "/stops/2042" + "self": "/stops/2908" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2042" + "related": "/facilities/?filter[stop]=2908" } }, "parent_station": { @@ -190824,25 +192631,49 @@ }, "type": "stop" }, + { + "attributes": {}, + "id": "NEC-1768-B", + "links": { + "self": "/stops/NEC-1768-B" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=NEC-1768-B" + } + }, + "parent_station": { + "data": { + "id": "place-NEC-1768", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, { "attributes": { - "direction_id": 0, - "headsign": "Foxboro" + "direction_id": 1, + "headsign": "Kendall/MIT (Shuttle)" }, - "id": "canonical-CR-Franklin-C2-0", + "id": "JFKKendall-Weekday-9e586-1-00:00:00", "links": { - "self": "/trips/canonical-CR-Franklin-C2-0" + "self": "/trips/JFKKendall-Weekday-9e586-1-00%3A00%3A00" }, "relationships": { "route": { "data": { - "id": "CR-Franklin", + "id": "Shuttle-JFKKendall", "type": "route" } }, "route_pattern": { "data": { - "id": "CR-Franklin-C2-0", + "id": "Shuttle-JFKKendall-0-1", "type": "route_pattern" } }, @@ -190854,62 +192685,46 @@ }, "shape": { "data": { - "id": "canonical-SouthStationToFoxboroViaBackBay", + "id": "JFKToKendall-S", "type": "shape" } }, "stops": { "data": [ { - "id": "NEC-2287", - "type": "stop" - }, - { - "id": "NEC-2276", - "type": "stop" - }, - { - "id": "NEC-2265", - "type": "stop" - }, - { - "id": "NEC-2237-03", - "type": "stop" - }, - { - "id": "NEC-2203-03", + "id": "121", "type": "stop" }, { - "id": "NEC-2192-03", + "id": "13", "type": "stop" }, { - "id": "FB-0109-01", + "id": "150", "type": "stop" }, { - "id": "FB-0118-01", + "id": "892", "type": "stop" }, { - "id": "FB-0125-01", + "id": "6551", "type": "stop" }, { - "id": "FB-0143-01", + "id": "190", "type": "stop" }, { - "id": "FB-0148-01", + "id": "117", "type": "stop" }, { - "id": "FB-0166-S", + "id": "9070074", "type": "stop" }, { - "id": "FS-0049-S", + "id": "9170071", "type": "stop" } ] @@ -190919,25 +192734,22 @@ }, { "attributes": {}, - "id": "MM-0186-CS", + "id": "6109", "links": { - "self": "/stops/MM-0186-CS" + "self": "/stops/6109" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=MM-0186-CS" + "related": "/facilities/?filter[stop]=6109" } }, "parent_station": { - "data": { - "id": "place-MM-0186", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "CR-zone-4", + "id": "LocalBus", "type": "zone" } } @@ -190946,14 +192758,14 @@ }, { "attributes": {}, - "id": "2931", + "id": "31255", "links": { - "self": "/stops/2931" + "self": "/stops/31255" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2931" + "related": "/facilities/?filter[stop]=31255" } }, "parent_station": { @@ -190970,14 +192782,14 @@ }, { "attributes": {}, - "id": "4581", + "id": "124", "links": { - "self": "/stops/4581" + "self": "/stops/124" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4581" + "related": "/facilities/?filter[stop]=124" } }, "parent_station": { @@ -190994,14 +192806,14 @@ }, { "attributes": {}, - "id": "8261", + "id": "4701", "links": { - "self": "/stops/8261" + "self": "/stops/4701" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8261" + "related": "/facilities/?filter[stop]=4701" } }, "parent_station": { @@ -191018,14 +192830,14 @@ }, { "attributes": {}, - "id": "7435", + "id": "7134", "links": { - "self": "/stops/7435" + "self": "/stops/7134" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7435" + "related": "/facilities/?filter[stop]=7134" } }, "parent_station": { @@ -191042,14 +192854,14 @@ }, { "attributes": {}, - "id": "1850", + "id": "318", "links": { - "self": "/stops/1850" + "self": "/stops/318" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1850" + "related": "/facilities/?filter[stop]=318" } }, "parent_station": { @@ -191066,14 +192878,14 @@ }, { "attributes": {}, - "id": "25996", + "id": "36831", "links": { - "self": "/stops/25996" + "self": "/stops/36831" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=25996" + "related": "/facilities/?filter[stop]=36831" } }, "parent_station": { @@ -191089,183 +192901,196 @@ "type": "stop" }, { - "attributes": {}, - "id": "5266", + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "North Beverly Station", + "Salem Depot" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "North Beverly Station - Salem Depot", + "short_name": "451", + "sort_order": 54510, + "text_color": "000000", + "type": 3 + }, + "id": "451", "links": { - "self": "/stops/5266" + "self": "/routes/451" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=5266" + "agency": { + "data": { + "id": "1", + "type": "agency" } }, - "parent_station": { - "data": null - }, - "zone": { + "line": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "line-451465", + "type": "line" } } }, - "type": "stop" + "type": "route" }, { "attributes": { "direction_id": 1, - "headsign": "Braintree" + "headsign": "Forest Hills" }, - "id": "61929203", + "id": "67251191", "links": { - "self": "/trips/61929203" + "self": "/trips/67251191" }, "relationships": { "route": { "data": { - "id": "226", + "id": "36", "type": "route" } }, "route_pattern": { "data": { - "id": "226-_-1", + "id": "36-_-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "2260037", + "id": "360364", "type": "shape" } }, "stops": { "data": [ { - "id": "13829", + "id": "774", "type": "stop" }, { - "id": "13830", + "id": "775", "type": "stop" }, { - "id": "13831", + "id": "776", "type": "stop" }, { - "id": "13832", + "id": "777", "type": "stop" }, { - "id": "23832", + "id": "10777", "type": "stop" }, { - "id": "13833", + "id": "778", "type": "stop" }, { - "id": "13834", + "id": "779", "type": "stop" }, { - "id": "13835", + "id": "780", "type": "stop" }, { - "id": "23835", + "id": "781", "type": "stop" }, { - "id": "13836", + "id": "782", "type": "stop" }, { - "id": "13837", + "id": "783", "type": "stop" }, { - "id": "13838", + "id": "784", "type": "stop" }, { - "id": "13839", + "id": "785", "type": "stop" }, { - "id": "13840", + "id": "786", "type": "stop" }, { - "id": "13841", + "id": "787", "type": "stop" }, { - "id": "13842", + "id": "788", "type": "stop" }, { - "id": "13843", + "id": "789", "type": "stop" }, { - "id": "3821", + "id": "790", "type": "stop" }, { - "id": "3822", + "id": "791", "type": "stop" }, { - "id": "3823", + "id": "792", "type": "stop" }, { - "id": "3824", + "id": "793", "type": "stop" }, { - "id": "3709", + "id": "795", "type": "stop" }, { - "id": "3710", + "id": "636", "type": "stop" }, { - "id": "3711", + "id": "637", "type": "stop" }, { - "id": "13713", + "id": "638", "type": "stop" }, { - "id": "13714", + "id": "639", "type": "stop" }, { - "id": "13716", + "id": "640", "type": "stop" }, { - "id": "38501", + "id": "641", "type": "stop" }, { - "id": "38502", + "id": "642", "type": "stop" }, { - "id": "38671", + "id": "10642", "type": "stop" } ] @@ -191275,14 +193100,155 @@ }, { "attributes": {}, - "id": "5724", + "id": "9170206", + "links": { + "self": "/stops/9170206" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=9170206" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "3136", + "links": { + "self": "/stops/3136" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=3136" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "849", + "links": { + "self": "/stops/849" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=849" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "21187", + "links": { + "self": "/stops/21187" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=21187" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "5644", + "links": { + "self": "/stops/5644" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=5644" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "9250", + "links": { + "self": "/stops/9250" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=9250" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "157", "links": { - "self": "/stops/5724" + "self": "/stops/157" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5724" + "related": "/facilities/?filter[stop]=157" } }, "parent_station": { @@ -191299,14 +193265,14 @@ }, { "attributes": {}, - "id": "2221", + "id": "6159", "links": { - "self": "/stops/2221" + "self": "/stops/6159" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2221" + "related": "/facilities/?filter[stop]=6159" } }, "parent_station": { @@ -191323,23 +193289,23 @@ }, { "attributes": { - "direction_id": 0, - "headsign": "Boston College" + "direction_id": 1, + "headsign": "Medford/Tufts" }, - "id": "canonical-Green-B-C1-0", + "id": "canonical-Green-E-C1-1", "links": { - "self": "/trips/canonical-Green-B-C1-0" + "self": "/trips/canonical-Green-E-C1-1" }, "relationships": { "route": { "data": { - "id": "Green-B", + "id": "Green-E", "type": "route" } }, "route_pattern": { "data": { - "id": "Green-B-812-0", + "id": "Green-E-886-1", "type": "route_pattern" } }, @@ -191351,102 +193317,110 @@ }, "shape": { "data": { - "id": "canonical-8000013", + "id": "canonical-8000015", "type": "shape" } }, "stops": { "data": [ { - "id": "70202", + "id": "70260", "type": "stop" }, { - "id": "70196", + "id": "70258", "type": "stop" }, { - "id": "70159", + "id": "70256", "type": "stop" }, { - "id": "70157", + "id": "70254", "type": "stop" }, { - "id": "70155", + "id": "70252", "type": "stop" }, { - "id": "70153", + "id": "70250", "type": "stop" }, { - "id": "71151", + "id": "70248", "type": "stop" }, { - "id": "70149", + "id": "70246", "type": "stop" }, { - "id": "70147", + "id": "70244", "type": "stop" }, { - "id": "70145", + "id": "70242", "type": "stop" }, { - "id": "170141", + "id": "70240", "type": "stop" }, { - "id": "170137", + "id": "70154", "type": "stop" }, { - "id": "70135", + "id": "70156", "type": "stop" }, { - "id": "70131", + "id": "70158", "type": "stop" }, { - "id": "70129", + "id": "70200", "type": "stop" }, { - "id": "70127", + "id": "70201", "type": "stop" }, { - "id": "70125", + "id": "70203", "type": "stop" }, { - "id": "70121", + "id": "70205", "type": "stop" }, { - "id": "70117", + "id": "70207", "type": "stop" }, { - "id": "70115", + "id": "70501", "type": "stop" }, { - "id": "70113", + "id": "70513", "type": "stop" }, { - "id": "70111", + "id": "70505", "type": "stop" }, { - "id": "70107", + "id": "70507", + "type": "stop" + }, + { + "id": "70509", + "type": "stop" + }, + { + "id": "70511", "type": "stop" } ] @@ -191456,62 +193430,35 @@ }, { "attributes": {}, - "id": "109828", + "id": "9070003", "links": { - "self": "/stops/109828" + "self": "/stops/9070003" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=109828" + "related": "/facilities/?filter[stop]=9070003" } }, "parent_station": { "data": null }, "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "352", - "links": { - "self": "/stops/352" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=352" - } - }, - "parent_station": { "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } } }, "type": "stop" }, { "attributes": {}, - "id": "1089", + "id": "1328", "links": { - "self": "/stops/1089" + "self": "/stops/1328" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1089" + "related": "/facilities/?filter[stop]=1328" } }, "parent_station": { @@ -191528,14 +193475,14 @@ }, { "attributes": {}, - "id": "2406", + "id": "14613", "links": { - "self": "/stops/2406" + "self": "/stops/14613" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2406" + "related": "/facilities/?filter[stop]=14613" } }, "parent_station": { @@ -191552,294 +193499,246 @@ }, { "attributes": { - "direction_id": 1, - "headsign": "Wonderland via Central Square & Humphrey St" + "direction_id": 0, + "headsign": "Quincy Center via Brook Rd & Alleyne St" }, - "id": "62216547", + "id": "67290540", "links": { - "self": "/trips/62216547" + "self": "/trips/67290540" }, "relationships": { "route": { "data": { - "id": "442", + "id": "245", "type": "route" } }, "route_pattern": { "data": { - "id": "442-7-1", + "id": "245-8-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "4420245", + "id": "2450102", "type": "shape" } }, "stops": { "data": [ { - "id": "4807", - "type": "stop" - }, - { - "id": "4832", - "type": "stop" - }, - { - "id": "4834", - "type": "stop" - }, - { - "id": "4835", - "type": "stop" - }, - { - "id": "4836", - "type": "stop" - }, - { - "id": "14836", - "type": "stop" - }, - { - "id": "4837", - "type": "stop" - }, - { - "id": "4838", - "type": "stop" - }, - { - "id": "4839", - "type": "stop" - }, - { - "id": "4840", - "type": "stop" - }, - { - "id": "4841", - "type": "stop" - }, - { - "id": "4843", - "type": "stop" - }, - { - "id": "4844", + "id": "185", "type": "stop" }, { - "id": "4845", + "id": "4355", "type": "stop" }, { - "id": "4846", + "id": "43551", "type": "stop" }, { - "id": "4847", + "id": "4358", "type": "stop" }, { - "id": "4848", + "id": "4359", "type": "stop" }, { - "id": "4849", + "id": "4360", "type": "stop" }, { - "id": "4850", + "id": "4362", "type": "stop" }, { - "id": "4851", + "id": "4144", "type": "stop" }, { - "id": "4852", + "id": "4145", "type": "stop" }, { - "id": "4853", + "id": "4146", "type": "stop" }, { - "id": "4857", + "id": "4147", "type": "stop" }, { - "id": "4858", + "id": "4149", "type": "stop" }, { - "id": "4859", + "id": "4152", "type": "stop" }, { - "id": "4860", + "id": "4364", "type": "stop" }, { - "id": "14860", + "id": "4365", "type": "stop" }, { - "id": "4861", + "id": "4366", "type": "stop" }, { - "id": "4862", + "id": "4367", "type": "stop" }, { - "id": "4864", + "id": "4368", "type": "stop" }, { - "id": "4901", + "id": "4370", "type": "stop" }, { - "id": "4902", + "id": "4371", "type": "stop" }, { - "id": "4903", + "id": "4372", "type": "stop" }, { - "id": "4904", + "id": "4373", "type": "stop" }, { - "id": "4905", + "id": "4375", "type": "stop" }, { - "id": "4906", + "id": "4376", "type": "stop" }, { - "id": "4907", + "id": "4378", "type": "stop" }, { - "id": "4908", + "id": "3391", "type": "stop" }, { - "id": "4909", + "id": "3392", "type": "stop" }, { - "id": "4911", + "id": "3393", "type": "stop" }, { - "id": "4912", + "id": "3394", "type": "stop" }, { - "id": "4913", + "id": "4379", "type": "stop" }, { - "id": "4914", + "id": "4380", "type": "stop" }, { - "id": "4915", + "id": "4381", "type": "stop" }, { - "id": "4916", + "id": "4382", "type": "stop" }, { - "id": "4886", + "id": "4383", "type": "stop" }, { - "id": "14889", + "id": "14383", "type": "stop" }, { - "id": "4891", + "id": "23402", "type": "stop" }, { - "id": "4892", + "id": "23403", "type": "stop" }, { - "id": "4895", + "id": "23404", "type": "stop" }, { - "id": "14748", + "id": "23406", "type": "stop" }, { - "id": "4701", + "id": "23407", "type": "stop" }, { - "id": "4702", + "id": "4314", "type": "stop" }, { - "id": "4703", + "id": "4315", "type": "stop" }, { - "id": "4704", + "id": "4316", "type": "stop" }, { - "id": "4705", + "id": "4317", "type": "stop" }, { - "id": "4706", + "id": "4318", "type": "stop" }, { - "id": "4707", + "id": "4319", "type": "stop" }, { - "id": "4708", + "id": "4320", "type": "stop" }, { - "id": "4709", + "id": "14320", "type": "stop" }, { - "id": "4710", + "id": "3199", "type": "stop" }, { - "id": "4712", + "id": "3035", "type": "stop" }, { - "id": "4714", + "id": "3036", "type": "stop" }, { - "id": "15795", + "id": "32001", "type": "stop" } ] @@ -191848,159 +193747,361 @@ "type": "trip" }, { - "attributes": {}, - "id": "21599", + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Forest Hills", + "Oak Grove" + ], + "direction_names": [ + "South", + "North" + ], + "long_name": "Forest Hills - Jackson Square", + "short_name": "Orange Line Shuttle", + "sort_order": 61600, + "text_color": "000000", + "type": 3 + }, + "id": "Shuttle-ForestHillsJackson", "links": { - "self": "/stops/21599" + "self": "/routes/Shuttle-ForestHillsJackson" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=21599" + "agency": { + "data": { + "id": "1", + "type": "agency" } }, - "parent_station": { - "data": null - }, - "zone": { + "line": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "line-Orange", + "type": "line" } } }, - "type": "stop" + "type": "route" }, { "attributes": {}, - "id": "7591", + "id": "WML-0199-B0", "links": { - "self": "/stops/7591" + "self": "/stops/WML-0199-B0" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7591" + "related": "/facilities/?filter[stop]=WML-0199-B0" } }, "parent_station": { - "data": null + "data": { + "id": "place-WML-0199", + "type": "stop" + } }, "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "City Point", + "Chauncy Street & Summer Street" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "City Point - Chauncy Street & Summer Street", + "short_name": "11", + "sort_order": 50110, + "text_color": "000000", + "type": 3 + }, + "id": "11", + "links": { + "self": "/routes/11" + }, + "relationships": { + "agency": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "1", + "type": "agency" + } + }, + "line": { + "data": { + "id": "line-11", + "type": "line" } } }, - "type": "stop" + "type": "route" }, { "attributes": { - "direction_id": 1, - "headsign": "Ruggles (Limited Stops)" + "direction_id": 0, + "headsign": "Washington St & Pleasant St Weymouth" }, - "id": "61393866", + "id": "67290595", "links": { - "self": "/trips/61393866" + "self": "/trips/67290595" }, "relationships": { "route": { "data": { - "id": "747", + "id": "222", "type": "route" } }, "route_pattern": { "data": { - "id": "747-_-1", + "id": "222-9-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "747-_-1", + "id": "2220109", "type": "shape" } }, "stops": { "data": [ { - "id": "29004", + "id": "32004", "type": "stop" }, { - "id": "12759", + "id": "3515", "type": "stop" }, { - "id": "2762", + "id": "3516", "type": "stop" }, { - "id": "2612", + "id": "3518", "type": "stop" }, { - "id": "11408", + "id": "3520", "type": "stop" }, { - "id": "2518", + "id": "3521", "type": "stop" }, { - "id": "34579", + "id": "3522", "type": "stop" }, { - "id": "11771", + "id": "3523", "type": "stop" }, { - "id": "11772", + "id": "3524", "type": "stop" }, { - "id": "22173", + "id": "3525", "type": "stop" }, { - "id": "1773", + "id": "3526", "type": "stop" }, { - "id": "1775", + "id": "3527", "type": "stop" }, { - "id": "9434", + "id": "3528", "type": "stop" }, { - "id": "1778", + "id": "3529", "type": "stop" }, { - "id": "1780", + "id": "3530", "type": "stop" }, { - "id": "31317", + "id": "3531", "type": "stop" }, { - "id": "1784", + "id": "3532", "type": "stop" }, { - "id": "17861", + "id": "3533", + "type": "stop" + }, + { + "id": "3534", + "type": "stop" + }, + { + "id": "3535", + "type": "stop" + }, + { + "id": "3536", + "type": "stop" + }, + { + "id": "3538", + "type": "stop" + }, + { + "id": "3539", + "type": "stop" + }, + { + "id": "3660", + "type": "stop" + }, + { + "id": "3661", + "type": "stop" + }, + { + "id": "3662", + "type": "stop" + }, + { + "id": "3664", + "type": "stop" + }, + { + "id": "3665", + "type": "stop" + }, + { + "id": "3666", + "type": "stop" + }, + { + "id": "3667", + "type": "stop" + }, + { + "id": "3668", + "type": "stop" + }, + { + "id": "3669", + "type": "stop" + }, + { + "id": "3670", + "type": "stop" + }, + { + "id": "36701", + "type": "stop" + }, + { + "id": "3671", + "type": "stop" + }, + { + "id": "3672", + "type": "stop" + }, + { + "id": "3673", + "type": "stop" + }, + { + "id": "3674", + "type": "stop" + }, + { + "id": "3675", + "type": "stop" + }, + { + "id": "3676", + "type": "stop" + }, + { + "id": "3677", + "type": "stop" + }, + { + "id": "3678", + "type": "stop" + }, + { + "id": "3679", + "type": "stop" + }, + { + "id": "3682", + "type": "stop" + }, + { + "id": "36821", + "type": "stop" + }, + { + "id": "3683", + "type": "stop" + }, + { + "id": "13851", + "type": "stop" + }, + { + "id": "13852", + "type": "stop" + }, + { + "id": "13853", + "type": "stop" + }, + { + "id": "13854", + "type": "stop" + }, + { + "id": "13855", + "type": "stop" + }, + { + "id": "13856", + "type": "stop" + }, + { + "id": "13857", + "type": "stop" + }, + { + "id": "13858", + "type": "stop" + }, + { + "id": "13859", + "type": "stop" + }, + { + "id": "13844", "type": "stop" } ] @@ -192010,22 +194111,43 @@ }, { "attributes": {}, - "id": "17863", + "id": "12836", "links": { - "self": "/stops/17863" + "self": "/stops/12836" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=17863" + "related": "/facilities/?filter[stop]=12836" } }, "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "place-rugg", - "type": "stop" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "88339", + "links": { + "self": "/stops/88339" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=88339" } }, + "parent_station": { + "data": null + }, "zone": { "data": { "id": "LocalBus", @@ -192037,14 +194159,14 @@ }, { "attributes": {}, - "id": "918", + "id": "10603", "links": { - "self": "/stops/918" + "self": "/stops/10603" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=918" + "related": "/facilities/?filter[stop]=10603" } }, "parent_station": { @@ -192059,16 +194181,53 @@ }, "type": "stop" }, + { + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Boston College", + "Government Center" + ], + "direction_names": [ + "West", + "East" + ], + "long_name": "Boston College - Blandford Street", + "short_name": "Green Line B Shuttle", + "sort_order": 60750, + "text_color": "000000", + "type": 3 + }, + "id": "Shuttle-BlandfordBostonCollege", + "links": { + "self": "/routes/Shuttle-BlandfordBostonCollege" + }, + "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, + "line": { + "data": { + "id": "line-Green", + "type": "line" + } + } + }, + "type": "route" + }, { "attributes": {}, - "id": "15975", + "id": "9183", "links": { - "self": "/stops/15975" + "self": "/stops/9183" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=15975" + "related": "/facilities/?filter[stop]=9183" } }, "parent_station": { @@ -192085,14 +194244,14 @@ }, { "attributes": {}, - "id": "825", + "id": "Boat-Rowes", "links": { - "self": "/stops/825" + "self": "/stops/Boat-Rowes" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=825" + "related": "/facilities/?filter[stop]=Boat-Rowes" } }, "parent_station": { @@ -192100,7 +194259,7 @@ }, "zone": { "data": { - "id": "LocalBus", + "id": "Boat-Rowes", "type": "zone" } } @@ -192109,210 +194268,214 @@ }, { "attributes": { - "direction_id": 0, - "headsign": "North Beverly via Cabot St" + "direction_id": 1, + "headsign": "Newton Corner" }, - "id": "62216681", + "id": "66645803", "links": { - "self": "/trips/62216681" + "self": "/trips/66645803" }, "relationships": { "route": { "data": { - "id": "451", + "id": "553", "type": "route" } }, "route_pattern": { "data": { - "id": "451-_-0", + "id": "553-6-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "4510063", + "id": "5530147", "type": "shape" } }, "stops": { "data": [ { - "id": "37150", + "id": "7600", "type": "stop" }, { - "id": "4453", + "id": "7602", "type": "stop" }, { - "id": "6103", + "id": "7603", "type": "stop" }, { - "id": "17153", + "id": "76031", "type": "stop" }, { - "id": "17154", + "id": "7670", "type": "stop" }, { - "id": "17156", + "id": "7605", "type": "stop" }, { - "id": "7162", + "id": "76051", "type": "stop" }, { - "id": "7163", + "id": "76052", "type": "stop" }, { - "id": "7164", + "id": "86939", "type": "stop" }, { - "id": "17166", + "id": "86940", "type": "stop" }, { - "id": "7168", + "id": "869411", "type": "stop" }, { - "id": "7169", + "id": "883321", "type": "stop" }, { - "id": "7170", + "id": "88333", "type": "stop" }, { - "id": "17170", + "id": "17813", "type": "stop" }, { - "id": "7172", + "id": "7813", "type": "stop" }, { - "id": "7173", + "id": "7814", "type": "stop" }, { - "id": "47170", + "id": "78451", "type": "stop" }, { - "id": "7126", + "id": "78452", "type": "stop" }, { - "id": "7127", + "id": "86964", "type": "stop" }, { - "id": "7174", + "id": "86965", "type": "stop" }, { - "id": "7175", + "id": "86967", "type": "stop" }, { - "id": "7176", + "id": "86968", "type": "stop" }, { - "id": "7177", + "id": "7617", "type": "stop" }, { - "id": "7178", + "id": "76171", "type": "stop" }, { - "id": "7180", + "id": "7618", "type": "stop" }, { - "id": "7181", + "id": "7619", "type": "stop" }, { - "id": "7182", + "id": "7620", "type": "stop" }, { - "id": "7183", + "id": "7621", "type": "stop" }, { - "id": "7184", + "id": "7622", "type": "stop" }, { - "id": "7185", + "id": "7623", "type": "stop" }, { - "id": "7186", + "id": "7625", "type": "stop" }, { - "id": "7187", + "id": "76251", "type": "stop" }, { - "id": "7188", + "id": "7626", "type": "stop" }, { - "id": "7189", + "id": "7627", "type": "stop" }, { - "id": "7190", + "id": "7629", "type": "stop" }, { - "id": "7191", + "id": "7630", "type": "stop" }, { - "id": "7192", + "id": "7631", "type": "stop" }, { - "id": "7193", + "id": "7632", "type": "stop" }, { - "id": "7194", + "id": "76431", "type": "stop" }, { - "id": "17100", + "id": "7633", "type": "stop" }, { - "id": "17101", + "id": "7634", "type": "stop" }, { - "id": "7101", + "id": "7635", "type": "stop" }, { - "id": "17102", + "id": "19031", + "type": "stop" + }, + { + "id": "903", "type": "stop" } ] @@ -192322,38 +194485,14 @@ }, { "attributes": {}, - "id": "6396", - "links": { - "self": "/stops/6396" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=6396" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "4467", + "id": "2909", "links": { - "self": "/stops/4467" + "self": "/stops/2909" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4467" + "related": "/facilities/?filter[stop]=2909" } }, "parent_station": { @@ -192370,14 +194509,14 @@ }, { "attributes": {}, - "id": "6373", + "id": "11219", "links": { - "self": "/stops/6373" + "self": "/stops/11219" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6373" + "related": "/facilities/?filter[stop]=11219" } }, "parent_station": { @@ -192394,131 +194533,51 @@ }, { "attributes": { - "direction_id": 1, - "headsign": "Copley (Shuttle)" - }, - "id": "BabcockGovernmentCenter-1-sample", - "links": { - "self": "/trips/BabcockGovernmentCenter-1-sample" - }, - "relationships": { - "route": { - "data": { - "id": "Shuttle-BabcockCopley", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Shuttle-BabcockCopley-0-1", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "canonical", - "type": "service" - } - }, - "shape": { - "data": { - "id": "BabcockToCopley-S", - "type": "shape" - } - }, - "stops": { - "data": [ - { - "id": "933", - "type": "stop" - }, - { - "id": "934", - "type": "stop" - }, - { - "id": "938", - "type": "stop" - }, - { - "id": "9070186", - "type": "stop" - }, - { - "id": "9070150", - "type": "stop" - }, - { - "id": "9170152", - "type": "stop" - }, - { - "id": "9070155", - "type": "stop" - } - ] - } + "color": "FFC72C", + "direction_destinations": [ + "Cleveland Circle", + "Government Center" + ], + "direction_names": [ + "West", + "East" + ], + "long_name": "Cleveland Circle - Kenmore", + "short_name": "Green Line C Shuttle", + "sort_order": 61400, + "text_color": "000000", + "type": 3 }, - "type": "trip" - }, - { - "attributes": {}, - "id": "111232", + "id": "Shuttle-ClevelandCircleKenmore", "links": { - "self": "/stops/111232" + "self": "/routes/Shuttle-ClevelandCircleKenmore" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=111232" - } - }, - "parent_station": { - "data": null - }, - "zone": { + "agency": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "81317", - "links": { - "self": "/stops/81317" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=81317" + "id": "1", + "type": "agency" } }, - "parent_station": { - "data": null - }, - "zone": { + "line": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "line-Green", + "type": "line" } } }, - "type": "stop" + "type": "route" }, { "attributes": {}, - "id": "39676", + "id": "3081", "links": { - "self": "/stops/39676" + "self": "/stops/3081" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=39676" + "related": "/facilities/?filter[stop]=3081" } }, "parent_station": { @@ -192535,25 +194594,25 @@ }, { "attributes": {}, - "id": "70163", + "id": "WR-0325-02", "links": { - "self": "/stops/70163" + "self": "/stops/WR-0325-02" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70163" + "related": "/facilities/?filter[stop]=WR-0325-02" } }, "parent_station": { "data": { - "id": "place-woodl", + "id": "place-WR-0325", "type": "stop" } }, "zone": { "data": { - "id": "RapidTransit", + "id": "CR-zone-7", "type": "zone" } } @@ -192562,14 +194621,14 @@ }, { "attributes": {}, - "id": "2287", + "id": "1432", "links": { - "self": "/stops/2287" + "self": "/stops/1432" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2287" + "related": "/facilities/?filter[stop]=1432" } }, "parent_station": { @@ -192586,43 +194645,22 @@ }, { "attributes": {}, - "id": "1687", + "id": "WR-0067-B1", "links": { - "self": "/stops/1687" + "self": "/stops/WR-0067-B1" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1687" + "related": "/facilities/?filter[stop]=WR-0067-B1" } }, "parent_station": { - "data": null - }, - "zone": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "5270", - "links": { - "self": "/stops/5270" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=5270" + "id": "place-WR-0067", + "type": "stop" } }, - "parent_station": { - "data": null - }, "zone": { "data": { "id": "LocalBus", @@ -192635,161 +194673,337 @@ { "attributes": { "direction_id": 1, - "headsign": "Forest Hills" + "headsign": "Alewife" }, - "id": "62146207", + "id": "67009356", "links": { - "self": "/trips/62146207" + "self": "/trips/67009356" }, "relationships": { "route": { "data": { - "id": "34", + "id": "627", "type": "route" } }, "route_pattern": { "data": { - "id": "34-_-1", + "id": "627-6-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "340271", + "id": "620201", "type": "shape" } }, "stops": { "data": [ { - "id": "70618", + "id": "8471", + "type": "stop" + }, + { + "id": "47879", + "type": "stop" + }, + { + "id": "7881", + "type": "stop" + }, + { + "id": "7882", + "type": "stop" + }, + { + "id": "7883", + "type": "stop" + }, + { + "id": "7884", + "type": "stop" + }, + { + "id": "7885", + "type": "stop" + }, + { + "id": "7886", + "type": "stop" + }, + { + "id": "7887", + "type": "stop" + }, + { + "id": "7888", + "type": "stop" + }, + { + "id": "7889", + "type": "stop" + }, + { + "id": "7890", + "type": "stop" + }, + { + "id": "7891", + "type": "stop" + }, + { + "id": "7892", "type": "stop" }, { - "id": "74618", + "id": "7894", "type": "stop" }, { - "id": "71618", + "id": "7896", "type": "stop" }, { - "id": "61872", + "id": "78981", "type": "stop" }, { - "id": "619", + "id": "78982", "type": "stop" }, { - "id": "620", + "id": "8623", "type": "stop" }, { - "id": "621", + "id": "86232", "type": "stop" }, { - "id": "622", + "id": "8624", "type": "stop" }, { - "id": "623", + "id": "86242", "type": "stop" }, { - "id": "624", + "id": "86261", "type": "stop" }, { - "id": "625", + "id": "8627", "type": "stop" }, { - "id": "10625", + "id": "8628", "type": "stop" }, { - "id": "626", + "id": "8629", "type": "stop" }, { - "id": "627", + "id": "8630", "type": "stop" }, { - "id": "628", + "id": "8631", "type": "stop" }, { - "id": "629", + "id": "8632", "type": "stop" }, { - "id": "630", + "id": "8633", "type": "stop" }, { - "id": "631", + "id": "8634", "type": "stop" }, { - "id": "632", + "id": "8635", "type": "stop" }, { - "id": "633", + "id": "7874", "type": "stop" }, { - "id": "10633", + "id": "78741", "type": "stop" }, { - "id": "634", + "id": "7911", "type": "stop" }, { - "id": "635", + "id": "7912", "type": "stop" }, { - "id": "636", + "id": "8636", "type": "stop" }, { - "id": "637", + "id": "18636", "type": "stop" }, { - "id": "638", + "id": "8637", "type": "stop" }, { - "id": "639", + "id": "8638", "type": "stop" }, { - "id": "640", + "id": "8639", "type": "stop" }, { - "id": "641", + "id": "8640", "type": "stop" }, { - "id": "642", + "id": "8641", "type": "stop" }, { - "id": "10642", + "id": "18595", + "type": "stop" + }, + { + "id": "8643", + "type": "stop" + }, + { + "id": "8645", + "type": "stop" + }, + { + "id": "8647", + "type": "stop" + }, + { + "id": "7913", + "type": "stop" + }, + { + "id": "7914", + "type": "stop" + }, + { + "id": "7915", + "type": "stop" + }, + { + "id": "7916", + "type": "stop" + }, + { + "id": "7917", + "type": "stop" + }, + { + "id": "7918", + "type": "stop" + }, + { + "id": "7919", + "type": "stop" + }, + { + "id": "7921", + "type": "stop" + }, + { + "id": "7922", + "type": "stop" + }, + { + "id": "17922", + "type": "stop" + }, + { + "id": "6201", + "type": "stop" + }, + { + "id": "6202", + "type": "stop" + }, + { + "id": "6203", + "type": "stop" + }, + { + "id": "6204", + "type": "stop" + }, + { + "id": "6216", + "type": "stop" + }, + { + "id": "2324", + "type": "stop" + }, + { + "id": "6218", + "type": "stop" + }, + { + "id": "2326", + "type": "stop" + }, + { + "id": "2327", + "type": "stop" + }, + { + "id": "2328", + "type": "stop" + }, + { + "id": "2329", + "type": "stop" + }, + { + "id": "2331", + "type": "stop" + }, + { + "id": "2475", + "type": "stop" + }, + { + "id": "2477", + "type": "stop" + }, + { + "id": "2478", + "type": "stop" + }, + { + "id": "24790", + "type": "stop" + }, + { + "id": "24791", + "type": "stop" + }, + { + "id": "141", "type": "stop" } ] @@ -192798,46 +195012,39 @@ "type": "trip" }, { - "attributes": { - "color": "80276C", - "direction_destinations": [ - "Newburyport or Rockport", - "North Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Newburyport/Rockport Line", - "short_name": "", - "sort_order": 20011, - "text_color": "FFFFFF", - "type": 2 - }, - "id": "CR-Newburyport", + "attributes": {}, + "id": "114878", "links": { - "self": "/routes/CR-Newburyport" + "self": "/stops/114878" }, "relationships": { - "line": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=114878" + } + }, + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "line-Newburyport", - "type": "line" + "id": "LocalBus", + "type": "zone" } } }, - "type": "route" + "type": "stop" }, { "attributes": {}, - "id": "51111", + "id": "11366", "links": { - "self": "/stops/51111" + "self": "/stops/11366" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=51111" + "related": "/facilities/?filter[stop]=11366" } }, "parent_station": { @@ -192854,14 +195061,14 @@ }, { "attributes": {}, - "id": "7481", + "id": "4939", "links": { - "self": "/stops/7481" + "self": "/stops/4939" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7481" + "related": "/facilities/?filter[stop]=4939" } }, "parent_station": { @@ -192879,113 +195086,93 @@ { "attributes": { "direction_id": 1, - "headsign": "Wonderland" + "headsign": "Park Street (Shuttle)" }, - "id": "62216566", + "id": "HeathStreetParkStreet-1-sample", "links": { - "self": "/trips/62216566" + "self": "/trips/HeathStreetParkStreet-1-sample" }, "relationships": { "route": { "data": { - "id": "441442", + "id": "Shuttle-HeathPark", "type": "route" } }, "route_pattern": { "data": { - "id": "441442-1-1", + "id": "Shuttle-HeathPark-0-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "canonical", "type": "service" } }, "shape": { "data": { - "id": "4420247", + "id": "HeathStreetToParkStreet-S", "type": "shape" } }, "stops": { "data": [ { - "id": "4886", - "type": "stop" - }, - { - "id": "14889", - "type": "stop" - }, - { - "id": "4891", - "type": "stop" - }, - { - "id": "4892", - "type": "stop" - }, - { - "id": "4895", - "type": "stop" - }, - { - "id": "14748", + "id": "1761", "type": "stop" }, { - "id": "4701", + "id": "65741", "type": "stop" }, { - "id": "4702", + "id": "6575", "type": "stop" }, { - "id": "4703", + "id": "1315", "type": "stop" }, { - "id": "4704", + "id": "1317", "type": "stop" }, { - "id": "4705", + "id": "21317", "type": "stop" }, { - "id": "4706", + "id": "31317", "type": "stop" }, { - "id": "4707", + "id": "51317", "type": "stop" }, { - "id": "4708", + "id": "81317", "type": "stop" }, { - "id": "4709", + "id": "91317", "type": "stop" }, { - "id": "4710", + "id": "11389", "type": "stop" }, { - "id": "4712", + "id": "175", "type": "stop" }, { - "id": "4714", + "id": "9070156", "type": "stop" }, { - "id": "15795", + "id": "10000", "type": "stop" } ] @@ -192995,14 +195182,14 @@ }, { "attributes": {}, - "id": "7718", + "id": "1921", "links": { - "self": "/stops/7718" + "self": "/stops/1921" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7718" + "related": "/facilities/?filter[stop]=1921" } }, "parent_station": { @@ -193019,14 +195206,14 @@ }, { "attributes": {}, - "id": "1844", + "id": "38502", "links": { - "self": "/stops/1844" + "self": "/stops/38502" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1844" + "related": "/facilities/?filter[stop]=38502" } }, "parent_station": { @@ -193043,38 +195230,14 @@ }, { "attributes": {}, - "id": "FR-0301-B", - "links": { - "self": "/stops/FR-0301-B" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=FR-0301-B" - } - }, - "parent_station": { - "data": { - "id": "place-FR-0301", - "type": "stop" - } - }, - "zone": { - "data": null - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "8591", + "id": "5763", "links": { - "self": "/stops/8591" + "self": "/stops/5763" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8591" + "related": "/facilities/?filter[stop]=5763" } }, "parent_station": { @@ -193091,14 +195254,14 @@ }, { "attributes": {}, - "id": "4310", + "id": "7383", "links": { - "self": "/stops/4310" + "self": "/stops/7383" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4310" + "related": "/facilities/?filter[stop]=7383" } }, "parent_station": { @@ -193115,14 +195278,14 @@ }, { "attributes": {}, - "id": "8828", + "id": "9088", "links": { - "self": "/stops/8828" + "self": "/stops/9088" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8828" + "related": "/facilities/?filter[stop]=9088" } }, "parent_station": { @@ -193139,46 +195302,25 @@ }, { "attributes": {}, - "id": "3239", + "id": "NB-0080-S", "links": { - "self": "/stops/3239" + "self": "/stops/NB-0080-S" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3239" + "related": "/facilities/?filter[stop]=NB-0080-S" } }, "parent_station": { - "data": null - }, - "zone": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "7816", - "links": { - "self": "/stops/7816" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=7816" + "id": "place-NB-0080", + "type": "stop" } }, - "parent_station": { - "data": null - }, "zone": { "data": { - "id": "LocalBus", + "id": "CR-zone-1", "type": "zone" } } @@ -193187,14 +195329,14 @@ }, { "attributes": {}, - "id": "7412", + "id": "1607", "links": { - "self": "/stops/7412" + "self": "/stops/1607" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7412" + "related": "/facilities/?filter[stop]=1607" } }, "parent_station": { @@ -193211,14 +195353,14 @@ }, { "attributes": {}, - "id": "15645", + "id": "86232", "links": { - "self": "/stops/15645" + "self": "/stops/86232" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=15645" + "related": "/facilities/?filter[stop]=86232" } }, "parent_station": { @@ -193235,41 +195377,14 @@ }, { "attributes": {}, - "id": "170140", - "links": { - "self": "/stops/170140" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=170140" - } - }, - "parent_station": { - "data": { - "id": "place-amory", - "type": "stop" - } - }, - "zone": { - "data": { - "id": "RapidTransit", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "1228", + "id": "4097", "links": { - "self": "/stops/1228" + "self": "/stops/4097" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1228" + "related": "/facilities/?filter[stop]=4097" } }, "parent_station": { @@ -193286,14 +195401,14 @@ }, { "attributes": {}, - "id": "6411", + "id": "7111", "links": { - "self": "/stops/6411" + "self": "/stops/7111" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6411" + "related": "/facilities/?filter[stop]=7111" } }, "parent_station": { @@ -193310,14 +195425,14 @@ }, { "attributes": {}, - "id": "3360", + "id": "70619", "links": { - "self": "/stops/3360" + "self": "/stops/70619" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3360" + "related": "/facilities/?filter[stop]=70619" } }, "parent_station": { @@ -193334,14 +195449,14 @@ }, { "attributes": {}, - "id": "3168", + "id": "6278", "links": { - "self": "/stops/3168" + "self": "/stops/6278" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3168" + "related": "/facilities/?filter[stop]=6278" } }, "parent_station": { @@ -193358,21 +195473,18 @@ }, { "attributes": {}, - "id": "14748", + "id": "7635", "links": { - "self": "/stops/14748" + "self": "/stops/7635" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=14748" + "related": "/facilities/?filter[stop]=7635" } }, "parent_station": { - "data": { - "id": "place-ER-0115", - "type": "stop" - } + "data": null }, "zone": { "data": { @@ -193385,41 +195497,14 @@ }, { "attributes": {}, - "id": "NEC-1851-03", - "links": { - "self": "/stops/NEC-1851-03" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=NEC-1851-03" - } - }, - "parent_station": { - "data": { - "id": "place-NEC-1851", - "type": "stop" - } - }, - "zone": { - "data": { - "id": "CR-zone-8", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "69", + "id": "1691", "links": { - "self": "/stops/69" + "self": "/stops/1691" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=69" + "related": "/facilities/?filter[stop]=1691" } }, "parent_station": { @@ -193436,14 +195521,14 @@ }, { "attributes": {}, - "id": "8231", + "id": "2156", "links": { - "self": "/stops/8231" + "self": "/stops/2156" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8231" + "related": "/facilities/?filter[stop]=2156" } }, "parent_station": { @@ -193460,14 +195545,14 @@ }, { "attributes": {}, - "id": "2420", + "id": "3786", "links": { - "self": "/stops/2420" + "self": "/stops/3786" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2420" + "related": "/facilities/?filter[stop]=3786" } }, "parent_station": { @@ -193484,14 +195569,14 @@ }, { "attributes": {}, - "id": "824", + "id": "2911", "links": { - "self": "/stops/824" + "self": "/stops/2911" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=824" + "related": "/facilities/?filter[stop]=2911" } }, "parent_station": { @@ -193508,14 +195593,14 @@ }, { "attributes": {}, - "id": "35", + "id": "5055", "links": { - "self": "/stops/35" + "self": "/stops/5055" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=35" + "related": "/facilities/?filter[stop]=5055" } }, "parent_station": { @@ -193532,14 +195617,14 @@ }, { "attributes": {}, - "id": "12651", + "id": "47618", "links": { - "self": "/stops/12651" + "self": "/stops/47618" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=12651" + "related": "/facilities/?filter[stop]=47618" } }, "parent_station": { @@ -193556,14 +195641,14 @@ }, { "attributes": {}, - "id": "8173", + "id": "7342", "links": { - "self": "/stops/8173" + "self": "/stops/7342" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8173" + "related": "/facilities/?filter[stop]=7342" } }, "parent_station": { @@ -193580,14 +195665,14 @@ }, { "attributes": {}, - "id": "14460", + "id": "8973", "links": { - "self": "/stops/14460" + "self": "/stops/8973" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=14460" + "related": "/facilities/?filter[stop]=8973" } }, "parent_station": { @@ -193604,14 +195689,14 @@ }, { "attributes": {}, - "id": "4790", + "id": "5982", "links": { - "self": "/stops/4790" + "self": "/stops/5982" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4790" + "related": "/facilities/?filter[stop]=5982" } }, "parent_station": { @@ -193628,14 +195713,14 @@ }, { "attributes": {}, - "id": "49926", + "id": "7346", "links": { - "self": "/stops/49926" + "self": "/stops/7346" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=49926" + "related": "/facilities/?filter[stop]=7346" } }, "parent_station": { @@ -193652,86 +195737,174 @@ }, { "attributes": { - "direction_id": 0, - "headsign": "Newburyport" + "direction_id": 1, + "headsign": "Mattapan" }, - "id": "canonical-CR-Newburyport-C1-0", + "id": "67251103", "links": { - "self": "/trips/canonical-CR-Newburyport-C1-0" + "self": "/trips/67251103" }, "relationships": { "route": { "data": { - "id": "CR-Newburyport", + "id": "33", "type": "route" } }, "route_pattern": { "data": { - "id": "CR-Newburyport-8a970322-0", + "id": "33-5-1", "type": "route_pattern" } }, "service": { "data": { - "id": "canonical", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "canonical-9810002", + "id": "330159", "type": "shape" } }, "stops": { "data": [ { - "id": "BNT-0000", + "id": "18974", "type": "stop" }, { - "id": "ER-0042-01", + "id": "6512", "type": "stop" }, { - "id": "ER-0099-01", + "id": "6513", "type": "stop" }, { - "id": "ER-0117-01", + "id": "6514", "type": "stop" }, { - "id": "ER-0128-01", + "id": "6515", "type": "stop" }, { - "id": "ER-0168-S", + "id": "6516", "type": "stop" }, { - "id": "ER-0183-01", + "id": "6517", "type": "stop" }, { - "id": "ER-0208-01", + "id": "6519", "type": "stop" }, { - "id": "ER-0227-S", + "id": "6522", "type": "stop" }, { - "id": "ER-0276-S", + "id": "6523", "type": "stop" }, { - "id": "ER-0312-S", + "id": "6524", "type": "stop" }, { - "id": "ER-0362-01", + "id": "6526", + "type": "stop" + }, + { + "id": "6527", + "type": "stop" + }, + { + "id": "6528", + "type": "stop" + }, + { + "id": "6529", + "type": "stop" + }, + { + "id": "56567", + "type": "stop" + }, + { + "id": "75467", + "type": "stop" + }, + { + "id": "26466", + "type": "stop" + }, + { + "id": "36466", + "type": "stop" + }, + { + "id": "6357", + "type": "stop" + }, + { + "id": "16358", + "type": "stop" + }, + { + "id": "6359", + "type": "stop" + }, + { + "id": "6360", + "type": "stop" + }, + { + "id": "16360", + "type": "stop" + }, + { + "id": "6361", + "type": "stop" + }, + { + "id": "6362", + "type": "stop" + }, + { + "id": "63621", + "type": "stop" + }, + { + "id": "6364", + "type": "stop" + }, + { + "id": "16364", + "type": "stop" + }, + { + "id": "6365", + "type": "stop" + }, + { + "id": "16365", + "type": "stop" + }, + { + "id": "6366", + "type": "stop" + }, + { + "id": "1721", + "type": "stop" + }, + { + "id": "185", "type": "stop" } ] @@ -193741,25 +195914,22 @@ }, { "attributes": {}, - "id": "70044", + "id": "76459", "links": { - "self": "/stops/70044" + "self": "/stops/76459" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70044" + "related": "/facilities/?filter[stop]=76459" } }, "parent_station": { - "data": { - "id": "place-aqucl", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } @@ -193768,14 +195938,14 @@ }, { "attributes": {}, - "id": "6835", + "id": "441", "links": { - "self": "/stops/6835" + "self": "/stops/441" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6835" + "related": "/facilities/?filter[stop]=441" } }, "parent_station": { @@ -193792,14 +195962,14 @@ }, { "attributes": {}, - "id": "7253", + "id": "4380", "links": { - "self": "/stops/7253" + "self": "/stops/4380" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7253" + "related": "/facilities/?filter[stop]=4380" } }, "parent_station": { @@ -193815,39 +195985,52 @@ "type": "stop" }, { - "attributes": {}, - "id": "9518", + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Ashmont Station", + "Ruggles Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Ashmont Station - Ruggles Station via Talbot Ave", + "short_name": "22", + "sort_order": 50220, + "text_color": "000000", + "type": 3 + }, + "id": "22", "links": { - "self": "/stops/9518" + "self": "/routes/22" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=9518" + "agency": { + "data": { + "id": "1", + "type": "agency" } }, - "parent_station": { - "data": null - }, - "zone": { + "line": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "line-22", + "type": "line" } } }, - "type": "stop" + "type": "route" }, { "attributes": {}, - "id": "404", + "id": "4078", "links": { - "self": "/stops/404" + "self": "/stops/4078" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=404" + "related": "/facilities/?filter[stop]=4078" } }, "parent_station": { @@ -193864,14 +196047,14 @@ }, { "attributes": {}, - "id": "14553", + "id": "5255", "links": { - "self": "/stops/14553" + "self": "/stops/5255" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=14553" + "related": "/facilities/?filter[stop]=5255" } }, "parent_station": { @@ -193888,14 +196071,14 @@ }, { "attributes": {}, - "id": "1526", + "id": "2184", "links": { - "self": "/stops/1526" + "self": "/stops/2184" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1526" + "related": "/facilities/?filter[stop]=2184" } }, "parent_station": { @@ -193912,14 +196095,14 @@ }, { "attributes": {}, - "id": "3579", + "id": "3471", "links": { - "self": "/stops/3579" + "self": "/stops/3471" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3579" + "related": "/facilities/?filter[stop]=3471" } }, "parent_station": { @@ -193936,25 +196119,22 @@ }, { "attributes": {}, - "id": "71151", + "id": "1112", "links": { - "self": "/stops/71151" + "self": "/stops/1112" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=71151" + "related": "/facilities/?filter[stop]=1112" } }, "parent_station": { - "data": { - "id": "place-kencl", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } @@ -193963,297 +196143,88 @@ }, { "attributes": {}, - "id": "NEC-1891-B", + "id": "7559", "links": { - "self": "/stops/NEC-1891-B" + "self": "/stops/7559" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=NEC-1891-B" + "related": "/facilities/?filter[stop]=7559" } }, "parent_station": { - "data": { - "id": "place-NEC-1891", - "type": "stop" - } - }, - "zone": { "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } } }, - "type": "stop" - }, - { - "attributes": { - "direction_id": 0, - "headsign": "Cleveland Circle" - }, - "id": "61804424", - "links": { - "self": "/trips/61804424" - }, - "relationships": { - "route": { - "data": { - "id": "Green-C", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Green-C-836-0", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "SpringWeekday", - "type": "service" - } - }, - "shape": { - "data": { - "id": "8000017", - "type": "shape" - } - }, - "stops": { - "data": [ - { - "id": "70512", - "type": "stop" - }, - { - "id": "70510", - "type": "stop" - }, - { - "id": "70508", - "type": "stop" - }, - { - "id": "70506", - "type": "stop" - }, - { - "id": "70514", - "type": "stop" - }, - { - "id": "70502", - "type": "stop" - }, - { - "id": "70208", - "type": "stop" - }, - { - "id": "70206", - "type": "stop" - }, - { - "id": "70204", - "type": "stop" - }, - { - "id": "70202", - "type": "stop" - }, - { - "id": "70197", - "type": "stop" - }, - { - "id": "70159", - "type": "stop" - }, - { - "id": "70157", - "type": "stop" - }, - { - "id": "70155", - "type": "stop" - }, - { - "id": "70153", - "type": "stop" - }, - { - "id": "70151", - "type": "stop" - }, - { - "id": "70211", - "type": "stop" - }, - { - "id": "70213", - "type": "stop" - }, - { - "id": "70215", - "type": "stop" - }, - { - "id": "70217", - "type": "stop" - }, - { - "id": "70219", - "type": "stop" - }, - { - "id": "70223", - "type": "stop" - }, - { - "id": "70225", - "type": "stop" - }, - { - "id": "70227", - "type": "stop" - }, - { - "id": "70229", - "type": "stop" - }, - { - "id": "70231", - "type": "stop" - }, - { - "id": "70233", - "type": "stop" - }, - { - "id": "70235", - "type": "stop" - }, - { - "id": "70237", - "type": "stop" - } - ] - } - }, - "type": "trip" - }, - { - "attributes": { - "direction_id": 1, - "headsign": "South Station" - }, - "id": "CR-670213-704", - "links": { - "self": "/trips/CR-670213-704" - }, - "relationships": { - "route": { - "data": { - "id": "CR-Franklin", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "CR-Franklin-02118599-1", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "SPRING2024-SOUTHWKD-Weekday-1-S85407dc6", - "type": "service" - } - }, - "shape": { - "data": { - "id": "9880005", - "type": "shape" - } - }, - "stops": { - "data": [ - { - "id": "FB-0303-S", - "type": "stop" - }, - { - "id": "FB-0275-S", - "type": "stop" - }, - { - "id": "FB-0230-S", - "type": "stop" - }, - { - "id": "FB-0191-S", - "type": "stop" - }, - { - "id": "FB-0166-S", - "type": "stop" - }, - { - "id": "FB-0148-02", - "type": "stop" - }, - { - "id": "FB-0143-02", - "type": "stop" - }, - { - "id": "FB-0125-02", - "type": "stop" - }, - { - "id": "FB-0118-02", - "type": "stop" - }, - { - "id": "FB-0109-02", - "type": "stop" - }, - { - "id": "FB-0095-05", - "type": "stop" - }, - { - "id": "NEC-2265-03", - "type": "stop" - }, - { - "id": "NEC-2276-03", - "type": "stop" - }, - { - "id": "NEC-2287", - "type": "stop" - } - ] - } - }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "NHRML-0073-B", + "id": "2883", "links": { - "self": "/stops/NHRML-0073-B" + "self": "/stops/2883" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=NHRML-0073-B" + "related": "/facilities/?filter[stop]=2883" } }, "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "place-NHRML-0073", + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "9070125", + "links": { + "self": "/stops/9070125" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=9070125" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "FB-0275-B1", + "links": { + "self": "/stops/FB-0275-B1" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=FB-0275-B1" + } + }, + "parent_station": { + "data": { + "id": "place-FB-0275", "type": "stop" } }, @@ -194265,14 +196236,14 @@ }, { "attributes": {}, - "id": "4840", + "id": "150", "links": { - "self": "/stops/4840" + "self": "/stops/150" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4840" + "related": "/facilities/?filter[stop]=150" } }, "parent_station": { @@ -194289,14 +196260,14 @@ }, { "attributes": {}, - "id": "19073", + "id": "390", "links": { - "self": "/stops/19073" + "self": "/stops/390" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=19073" + "related": "/facilities/?filter[stop]=390" } }, "parent_station": { @@ -194311,16 +196282,30 @@ }, "type": "stop" }, + { + "attributes": { + "color": "FFC72C", + "long_name": "Roslindale Square - Heath Street", + "short_name": "14", + "sort_order": 50140, + "text_color": "000000" + }, + "id": "line-14", + "links": { + "self": "/lines/line-14" + }, + "type": "line" + }, { "attributes": {}, - "id": "2173", + "id": "1926", "links": { - "self": "/stops/2173" + "self": "/stops/1926" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2173" + "related": "/facilities/?filter[stop]=1926" } }, "parent_station": { @@ -194337,22 +196322,25 @@ }, { "attributes": {}, - "id": "2263", + "id": "70218", "links": { - "self": "/stops/2263" + "self": "/stops/70218" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2263" + "related": "/facilities/?filter[stop]=70218" } }, "parent_station": { - "data": null + "data": { + "id": "place-stpul", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -194361,14 +196349,14 @@ }, { "attributes": {}, - "id": "2839", + "id": "89609", "links": { - "self": "/stops/2839" + "self": "/stops/89609" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2839" + "related": "/facilities/?filter[stop]=89609" } }, "parent_station": { @@ -194385,14 +196373,14 @@ }, { "attributes": {}, - "id": "604", + "id": "3207", "links": { - "self": "/stops/604" + "self": "/stops/3207" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=604" + "related": "/facilities/?filter[stop]=3207" } }, "parent_station": { @@ -194409,14 +196397,14 @@ }, { "attributes": {}, - "id": "2415", + "id": "4161", "links": { - "self": "/stops/2415" + "self": "/stops/4161" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2415" + "related": "/facilities/?filter[stop]=4161" } }, "parent_station": { @@ -194433,14 +196421,14 @@ }, { "attributes": {}, - "id": "6130", + "id": "2151", "links": { - "self": "/stops/6130" + "self": "/stops/2151" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6130" + "related": "/facilities/?filter[stop]=2151" } }, "parent_station": { @@ -194457,14 +196445,14 @@ }, { "attributes": {}, - "id": "38486", + "id": "8518", "links": { - "self": "/stops/38486" + "self": "/stops/8518" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=38486" + "related": "/facilities/?filter[stop]=8518" } }, "parent_station": { @@ -194481,142 +196469,110 @@ }, { "attributes": { - "direction_id": 1, - "headsign": "Orient Heights" + "direction_id": 0, + "headsign": "Worcester" }, - "id": "63213122", + "id": "canonical-CR-Worcester-C1-0", "links": { - "self": "/trips/63213122" + "self": "/trips/canonical-CR-Worcester-C1-0" }, "relationships": { "route": { "data": { - "id": "712", + "id": "CR-Worcester", "type": "route" } }, "route_pattern": { "data": { - "id": "712-_-1", + "id": "CR-Worcester-b5dda27b-0", "type": "route_pattern" } }, "service": { "data": { - "id": "PRIV32024-hpp34hl7-Sunday-01", + "id": "canonical", "type": "service" } }, "shape": { "data": { - "id": "7120095", + "id": "canonical-9850002", "type": "shape" } }, "stops": { "data": [ { - "id": "109853", - "type": "stop" - }, - { - "id": "109857", - "type": "stop" - }, - { - "id": "109912", - "type": "stop" - }, - { - "id": "109858", - "type": "stop" - }, - { - "id": "109860", - "type": "stop" - }, - { - "id": "109861", - "type": "stop" - }, - { - "id": "109862", - "type": "stop" - }, - { - "id": "109864", - "type": "stop" - }, - { - "id": "109865", + "id": "NEC-2287", "type": "stop" }, { - "id": "109821", + "id": "WML-0012-07", "type": "stop" }, { - "id": "109822", + "id": "WML-0025-07", "type": "stop" }, { - "id": "109823", + "id": "WML-0035-01", "type": "stop" }, { - "id": "109824", + "id": "WML-0081-02", "type": "stop" }, { - "id": "109825", + "id": "WML-0091-02", "type": "stop" }, { - "id": "109826", + "id": "WML-0102-02", "type": "stop" }, { - "id": "109827", + "id": "WML-0125-01", "type": "stop" }, { - "id": "109828", + "id": "WML-0135-01", "type": "stop" }, { - "id": "109829", + "id": "WML-0147-01", "type": "stop" }, { - "id": "109899", + "id": "WML-0177-01", "type": "stop" }, { - "id": "109830", + "id": "WML-0199-01", "type": "stop" }, { - "id": "109831", + "id": "WML-0214-01", "type": "stop" }, { - "id": "109832", + "id": "WML-0252-01", "type": "stop" }, { - "id": "109835", + "id": "WML-0274-01", "type": "stop" }, { - "id": "109836", + "id": "WML-0340-01", "type": "stop" }, { - "id": "109838", + "id": "WML-0364-01", "type": "stop" }, { - "id": "15880", + "id": "WML-0442-CS", "type": "stop" } ] @@ -194626,23 +196582,84 @@ }, { "attributes": { - "direction_id": 1, - "headsign": "Lechmere (Shuttle)" + "color": "FFC72C", + "direction_destinations": [ + "Newburyport or Rockport", + "North Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Salem - Oak Grove (Local)", + "short_name": "Newburyport Line Shuttle", + "sort_order": 62190, + "text_color": "000000", + "type": 3 }, - "id": "GreenBLechmereNorthStation-1-sample", + "id": "Shuttle-OakGroveSalemLocal", "links": { - "self": "/trips/GreenBLechmereNorthStation-1-sample" + "self": "/routes/Shuttle-OakGroveSalemLocal" + }, + "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, + "line": { + "data": { + "id": "line-Newburyport", + "type": "line" + } + } + }, + "type": "route" + }, + { + "attributes": {}, + "id": "117", + "links": { + "self": "/stops/117" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=117" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "ExpressBus-Downtown", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": { + "direction_id": 0, + "headsign": "JFK/UMass (Shuttle)" + }, + "id": "JFKParkStreetViaPostOffice-Weekday-9e586-0-00:00:00", + "links": { + "self": "/trips/JFKParkStreetViaPostOffice-Weekday-9e586-0-00%3A00%3A00" }, "relationships": { "route": { "data": { - "id": "Shuttle-LechmereNorthStation", + "id": "Shuttle-JFKParkStreetViaPostOffice", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-LechmereNorthStation-0-1", + "id": "Shuttle-JFKParkStreetViaPostOffice-0-0", "type": "route_pattern" } }, @@ -194654,22 +196671,30 @@ }, "shape": { "data": { - "id": "NorthStationToLechmere-S", + "id": "ParkStreetToJFKViaPostOffice-S", "type": "shape" } }, "stops": { "data": [ { - "id": "9070090", + "id": "10000", "type": "stop" }, { - "id": "9070091", + "id": "6564", "type": "stop" }, { - "id": "70500", + "id": "151", + "type": "stop" + }, + { + "id": "9070083", + "type": "stop" + }, + { + "id": "121", "type": "stop" } ] @@ -194679,14 +196704,14 @@ }, { "attributes": {}, - "id": "7648", + "id": "842", "links": { - "self": "/stops/7648" + "self": "/stops/842" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7648" + "related": "/facilities/?filter[stop]=842" } }, "parent_station": { @@ -194703,14 +196728,14 @@ }, { "attributes": {}, - "id": "109846", + "id": "1265", "links": { - "self": "/stops/109846" + "self": "/stops/1265" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=109846" + "related": "/facilities/?filter[stop]=1265" } }, "parent_station": { @@ -194726,468 +196751,529 @@ "type": "stop" }, { - "attributes": { - "direction_id": 0, - "headsign": "Rockport (Express shuttle)" - }, - "id": "RockportSalemExpressExtended-0-sample", + "attributes": {}, + "id": "70151", "links": { - "self": "/trips/RockportSalemExpressExtended-0-sample" + "self": "/stops/70151" }, "relationships": { - "route": { - "data": { - "id": "Shuttle-RockportSalemExpress", - "type": "route" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=70151" } }, - "route_pattern": { + "parent_station": { "data": { - "id": "Shuttle-RockportSalemExpress-0-0", - "type": "route_pattern" + "id": "place-kencl", + "type": "stop" } }, - "service": { + "zone": { "data": { - "id": "canonical", - "type": "service" + "id": "RapidTransit", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "109845", + "links": { + "self": "/stops/109845" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=109845" } }, - "shape": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "SalemToRockportExpress-S", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "ER-0168-B", - "type": "stop" - }, - { - "id": "GB-0316-B0", - "type": "stop" - }, - { - "id": "GB-0353-B", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Kingston or Plymouth", - "South Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "South Weymouth - South Station", - "short_name": "Kingston Line Shuttle", - "sort_order": 62475, - "text_color": "000000", - "type": 3 + "attributes": {}, + "id": "2835", + "links": { + "self": "/stops/2835" }, - "id": "Shuttle-SouthStationSouthWeymouth", + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=2835" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "70838", "links": { - "self": "/routes/Shuttle-SouthStationSouthWeymouth" + "self": "/stops/70838" }, "relationships": { - "line": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=70838" + } + }, + "parent_station": { "data": { - "id": "line-Kingston", - "type": "line" + "id": "place-bomnl", + "type": "stop" + } + }, + "zone": { + "data": { + "id": "RapidTransit", + "type": "zone" } } }, - "type": "route" + "type": "stop" }, { - "attributes": { - "direction_id": 0, - "headsign": "Wood Island" + "attributes": {}, + "id": "9070120", + "links": { + "self": "/stops/9070120" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=9070120" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": null + } }, - "id": "62216297", + "type": "stop" + }, + { + "attributes": {}, + "id": "7289", "links": { - "self": "/trips/62216297" + "self": "/stops/7289" }, "relationships": { - "route": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=7289" + } + }, + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "121", - "type": "route" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "8448", + "links": { + "self": "/stops/8448" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=8448" } }, - "route_pattern": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "121-_-0", - "type": "route_pattern" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "8303", + "links": { + "self": "/stops/8303" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=8303" } }, - "service": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "SpringWeekday", - "type": "service" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "NEC-2139-02", + "links": { + "self": "/stops/NEC-2139-02" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=NEC-2139-02" } }, - "shape": { + "parent_station": { "data": { - "id": "1210051", - "type": "shape" + "id": "place-NEC-2139", + "type": "stop" } }, - "stops": { - "data": [ - { - "id": "5740", - "type": "stop" - }, - { - "id": "5742", - "type": "stop" - }, - { - "id": "5743", - "type": "stop" - }, - { - "id": "5903", - "type": "stop" - }, - { - "id": "5904", - "type": "stop" - }, - { - "id": "5905", - "type": "stop" - }, - { - "id": "5906", - "type": "stop" - }, - { - "id": "5907", - "type": "stop" - }, - { - "id": "56641", - "type": "stop" - }, - { - "id": "5665", - "type": "stop" - }, - { - "id": "5666", - "type": "stop" - } - ] + "zone": { + "data": { + "id": "CR-zone-3", + "type": "zone" + } } }, - "type": "trip" + "type": "stop" }, { "attributes": { "direction_id": 1, - "headsign": "Wellington" + "headsign": "Wonderland via Central Square" }, - "id": "61869545", + "id": "67202580", "links": { - "self": "/trips/61869545" + "self": "/trips/67202580" }, "relationships": { "route": { "data": { - "id": "134", + "id": "455", "type": "route" } }, "route_pattern": { "data": { - "id": "134-5-1", + "id": "455-7-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "1340361", + "id": "4550299", "type": "shape" } }, "stops": { "data": [ { - "id": "8852", + "id": "37150", "type": "stop" }, { - "id": "8853", + "id": "4453", "type": "stop" }, { - "id": "8854", + "id": "6103", "type": "stop" }, { - "id": "8855", + "id": "6104", "type": "stop" }, { - "id": "8856", + "id": "6106", "type": "stop" }, { - "id": "8857", + "id": "6108", "type": "stop" }, { - "id": "8858", + "id": "6109", "type": "stop" }, { - "id": "8860", + "id": "6110", "type": "stop" }, { - "id": "8861", + "id": "6111", "type": "stop" }, { - "id": "8862", + "id": "6112", "type": "stop" }, { - "id": "8863", + "id": "6113", "type": "stop" }, { - "id": "8864", + "id": "6114", "type": "stop" }, { - "id": "8865", + "id": "6115", "type": "stop" }, { - "id": "8866", + "id": "6116", "type": "stop" }, { - "id": "8867", + "id": "6118", "type": "stop" }, { - "id": "8868", + "id": "16118", "type": "stop" }, { - "id": "8869", + "id": "6119", "type": "stop" }, { - "id": "8870", + "id": "6120", "type": "stop" }, { - "id": "9125", + "id": "6122", "type": "stop" }, { - "id": "6941", + "id": "6123", "type": "stop" }, { - "id": "6942", + "id": "6124", "type": "stop" }, { - "id": "6943", + "id": "6125", "type": "stop" }, { - "id": "6944", + "id": "6126", "type": "stop" }, { - "id": "6945", + "id": "16126", "type": "stop" }, { - "id": "6946", + "id": "6127", "type": "stop" }, { - "id": "6947", + "id": "6128", "type": "stop" }, { - "id": "6948", + "id": "6129", "type": "stop" }, { - "id": "6949", + "id": "6130", "type": "stop" }, { - "id": "6950", + "id": "6131", "type": "stop" }, { - "id": "6951", + "id": "16131", "type": "stop" }, { - "id": "6952", + "id": "6132", "type": "stop" }, { - "id": "6953", + "id": "16132", "type": "stop" }, { - "id": "6954", + "id": "6133", "type": "stop" }, { - "id": "6955", + "id": "6134", "type": "stop" }, { - "id": "6956", + "id": "6135", "type": "stop" }, { - "id": "6957", + "id": "6136", "type": "stop" }, { - "id": "6958", + "id": "6137", "type": "stop" }, { - "id": "6959", + "id": "6138", "type": "stop" }, { - "id": "6961", + "id": "6139", "type": "stop" }, { - "id": "9145", + "id": "6140", "type": "stop" }, { - "id": "9146", + "id": "17231", "type": "stop" }, { - "id": "9147", + "id": "7233", "type": "stop" }, { - "id": "9149", + "id": "7234", "type": "stop" }, { - "id": "9150", + "id": "7237", "type": "stop" }, { - "id": "5008", + "id": "6772", "type": "stop" }, { - "id": "6322", + "id": "16653", "type": "stop" }, { - "id": "6323", + "id": "6674", "type": "stop" }, { - "id": "6324", + "id": "6675", "type": "stop" }, { - "id": "63241", + "id": "6780", "type": "stop" }, { - "id": "9151", + "id": "6783", "type": "stop" }, { - "id": "9152", + "id": "4451", "type": "stop" }, { - "id": "9153", + "id": "4487", "type": "stop" }, { - "id": "9154", + "id": "4488", "type": "stop" }, { - "id": "9155", + "id": "4489", "type": "stop" }, { - "id": "9156", + "id": "4490", "type": "stop" }, { - "id": "9157", + "id": "4491", "type": "stop" }, { - "id": "49157", + "id": "4492", "type": "stop" }, { - "id": "49158", + "id": "4494", "type": "stop" }, { - "id": "9158", + "id": "4495", "type": "stop" }, { - "id": "9159", + "id": "4497", "type": "stop" }, { - "id": "9160", + "id": "4498", "type": "stop" }, { - "id": "9161", + "id": "5770", "type": "stop" }, { - "id": "9042", + "id": "5771", "type": "stop" }, { - "id": "9043", + "id": "35772", + "type": "stop" + }, + { + "id": "35773", + "type": "stop" + }, + { + "id": "5774", "type": "stop" }, { - "id": "5271", + "id": "15799", "type": "stop" } ] @@ -195197,14 +197283,14 @@ }, { "attributes": {}, - "id": "6401", + "id": "8441", "links": { - "self": "/stops/6401" + "self": "/stops/8441" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6401" + "related": "/facilities/?filter[stop]=8441" } }, "parent_station": { @@ -195221,14 +197307,14 @@ }, { "attributes": {}, - "id": "7892", + "id": "627", "links": { - "self": "/stops/7892" + "self": "/stops/627" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7892" + "related": "/facilities/?filter[stop]=627" } }, "parent_station": { @@ -195245,14 +197331,14 @@ }, { "attributes": {}, - "id": "879", + "id": "308", "links": { - "self": "/stops/879" + "self": "/stops/308" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=879" + "related": "/facilities/?filter[stop]=308" } }, "parent_station": { @@ -195269,14 +197355,267 @@ }, { "attributes": {}, - "id": "4023", + "id": "7208", "links": { - "self": "/stops/4023" + "self": "/stops/7208" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4023" + "related": "/facilities/?filter[stop]=7208" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Haverhill", + "North Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Ballardvale - North Station", + "short_name": "Haverhill Line Shuttle", + "sort_order": 60660, + "text_color": "000000", + "type": 3 + }, + "id": "Shuttle-BallardvaleNorthStation", + "links": { + "self": "/routes/Shuttle-BallardvaleNorthStation" + }, + "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, + "line": { + "data": { + "id": "line-Haverhill", + "type": "line" + } + } + }, + "type": "route" + }, + { + "attributes": {}, + "id": "2618", + "links": { + "self": "/stops/2618" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=2618" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "1290", + "links": { + "self": "/stops/1290" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=1290" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "7856", + "links": { + "self": "/stops/7856" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=7856" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "6676", + "links": { + "self": "/stops/6676" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=6676" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "3729", + "links": { + "self": "/stops/3729" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=3729" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "6428", + "links": { + "self": "/stops/6428" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=6428" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "3087", + "links": { + "self": "/stops/3087" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=3087" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "3416", + "links": { + "self": "/stops/3416" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=3416" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "1062", + "links": { + "self": "/stops/1062" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=1062" } }, "parent_station": { @@ -195293,22 +197632,25 @@ }, { "attributes": {}, - "id": "1576", + "id": "NEC-1919-01", "links": { - "self": "/stops/1576" + "self": "/stops/NEC-1919-01" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1576" + "related": "/facilities/?filter[stop]=NEC-1919-01" } }, "parent_station": { - "data": null + "data": { + "id": "place-NEC-1919", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "CR-zone-7", "type": "zone" } } @@ -195317,14 +197659,14 @@ }, { "attributes": {}, - "id": "2049", + "id": "4665", "links": { - "self": "/stops/2049" + "self": "/stops/4665" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2049" + "related": "/facilities/?filter[stop]=4665" } }, "parent_station": { @@ -195340,42 +197682,52 @@ "type": "stop" }, { - "attributes": {}, - "id": "NEC-2265-02", + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Wickford Junction", + "South Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Providence - Attleboro (Local)", + "short_name": "Providence Line Shuttle", + "sort_order": 60376, + "text_color": "000000", + "type": 3 + }, + "id": "Shuttle-AttleboroProvidenceLocal", "links": { - "self": "/stops/NEC-2265-02" + "self": "/routes/Shuttle-AttleboroProvidenceLocal" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=NEC-2265-02" - } - }, - "parent_station": { + "agency": { "data": { - "id": "place-rugg", - "type": "stop" + "id": "1", + "type": "agency" } }, - "zone": { + "line": { "data": { - "id": "CR-zone-1A", - "type": "zone" + "id": "line-Providence", + "type": "line" } } }, - "type": "stop" + "type": "route" }, { "attributes": {}, - "id": "1268", + "id": "32000", "links": { - "self": "/stops/1268" + "self": "/stops/32000" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1268" + "related": "/facilities/?filter[stop]=32000" } }, "parent_station": { @@ -195392,14 +197744,14 @@ }, { "attributes": {}, - "id": "5234", + "id": "1559", "links": { - "self": "/stops/5234" + "self": "/stops/1559" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5234" + "related": "/facilities/?filter[stop]=1559" } }, "parent_station": { @@ -195416,14 +197768,14 @@ }, { "attributes": {}, - "id": "6700", + "id": "7644", "links": { - "self": "/stops/6700" + "self": "/stops/7644" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6700" + "related": "/facilities/?filter[stop]=7644" } }, "parent_station": { @@ -195440,14 +197792,14 @@ }, { "attributes": {}, - "id": "9189", + "id": "6690", "links": { - "self": "/stops/9189" + "self": "/stops/6690" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9189" + "related": "/facilities/?filter[stop]=6690" } }, "parent_station": { @@ -195464,14 +197816,14 @@ }, { "attributes": {}, - "id": "10101", + "id": "7133", "links": { - "self": "/stops/10101" + "self": "/stops/7133" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=10101" + "related": "/facilities/?filter[stop]=7133" } }, "parent_station": { @@ -195488,19 +197840,19 @@ }, { "attributes": {}, - "id": "NB-0080-B1", + "id": "NB-0109-B1", "links": { - "self": "/stops/NB-0080-B1" + "self": "/stops/NB-0109-B1" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=NB-0080-B1" + "related": "/facilities/?filter[stop]=NB-0109-B1" } }, "parent_station": { "data": { - "id": "place-NB-0080", + "id": "place-NB-0109", "type": "stop" } }, @@ -195511,100 +197863,39 @@ "type": "stop" }, { - "attributes": { - "direction_id": 0, - "headsign": "Wickford Junction" - }, - "id": "CR-670281-823", + "attributes": {}, + "id": "12232", "links": { - "self": "/trips/CR-670281-823" + "self": "/stops/12232" }, "relationships": { - "route": { - "data": { - "id": "CR-Providence", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "CR-Providence-49a464e3-0", - "type": "route_pattern" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=12232" } }, - "service": { - "data": { - "id": "SPRING2024-SOUTHWKD-Weekday-1-Scbbf1ea5", - "type": "service" - } + "parent_station": { + "data": null }, - "shape": { + "zone": { "data": { - "id": "9890009", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "NEC-2287", - "type": "stop" - }, - { - "id": "NEC-2276-01", - "type": "stop" - }, - { - "id": "NEC-2265-01", - "type": "stop" - }, - { - "id": "NEC-2108-01", - "type": "stop" - }, - { - "id": "NEC-2040-01", - "type": "stop" - }, - { - "id": "NEC-1969-03", - "type": "stop" - }, - { - "id": "NEC-1919-01", - "type": "stop" - }, - { - "id": "NEC-1891-01", - "type": "stop" - }, - { - "id": "NEC-1851-03", - "type": "stop" - }, - { - "id": "NEC-1768-03", - "type": "stop" - }, - { - "id": "NEC-1659-03", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "7534", + "id": "9003", "links": { - "self": "/stops/7534" + "self": "/stops/9003" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7534" + "related": "/facilities/?filter[stop]=9003" } }, "parent_station": { @@ -195621,14 +197912,14 @@ }, { "attributes": {}, - "id": "2370", + "id": "9080", "links": { - "self": "/stops/2370" + "self": "/stops/9080" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2370" + "related": "/facilities/?filter[stop]=9080" } }, "parent_station": { @@ -195645,14 +197936,14 @@ }, { "attributes": {}, - "id": "3597", + "id": "3976", "links": { - "self": "/stops/3597" + "self": "/stops/3976" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3597" + "related": "/facilities/?filter[stop]=3976" } }, "parent_station": { @@ -195669,18 +197960,21 @@ }, { "attributes": {}, - "id": "6515", + "id": "15796", "links": { - "self": "/stops/6515" + "self": "/stops/15796" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6515" + "related": "/facilities/?filter[stop]=15796" } }, "parent_station": { - "data": null + "data": { + "id": "place-wondl", + "type": "stop" + } }, "zone": { "data": { @@ -195693,14 +197987,14 @@ }, { "attributes": {}, - "id": "5818", + "id": "17166", "links": { - "self": "/stops/5818" + "self": "/stops/17166" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5818" + "related": "/facilities/?filter[stop]=17166" } }, "parent_station": { @@ -195717,22 +198011,25 @@ }, { "attributes": {}, - "id": "4382", + "id": "70101", "links": { - "self": "/stops/4382" + "self": "/stops/70101" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4382" + "related": "/facilities/?filter[stop]=70101" } }, "parent_station": { - "data": null + "data": { + "id": "place-qnctr", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -195741,14 +198038,14 @@ }, { "attributes": {}, - "id": "15618", + "id": "2373", "links": { - "self": "/stops/15618" + "self": "/stops/2373" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=15618" + "related": "/facilities/?filter[stop]=2373" } }, "parent_station": { @@ -195765,170 +198062,62 @@ }, { "attributes": { - "direction_id": 1, - "headsign": "Chauncy & Summer" + "direction_id": 0, + "headsign": "Beverly" }, - "id": "61391444", + "id": "NorthWKDYF24-706236-197", "links": { - "self": "/trips/61391444" + "self": "/trips/NorthWKDYF24-706236-197" }, "relationships": { "route": { "data": { - "id": "11", + "id": "CR-Newburyport", "type": "route" } }, "route_pattern": { "data": { - "id": "11-3-1", + "id": "CR-Newburyport-9b0217f4-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "FALL 2024-NORTHWKD-Weekday-1-S9d378dcf", "type": "service" } }, "shape": { "data": { - "id": "110134", + "id": "9810002", "type": "shape" } }, "stops": { "data": [ { - "id": "33", - "type": "stop" - }, - { - "id": "10033", - "type": "stop" - }, - { - "id": "34", - "type": "stop" - }, - { - "id": "35", - "type": "stop" - }, - { - "id": "295", - "type": "stop" - }, - { - "id": "296", - "type": "stop" - }, - { - "id": "275", - "type": "stop" - }, - { - "id": "277", - "type": "stop" - }, - { - "id": "278", - "type": "stop" - }, - { - "id": "279", - "type": "stop" - }, - { - "id": "280", - "type": "stop" - }, - { - "id": "281", - "type": "stop" - }, - { - "id": "282", - "type": "stop" - }, - { - "id": "283", - "type": "stop" - }, - { - "id": "284", - "type": "stop" - }, - { - "id": "285", - "type": "stop" - }, - { - "id": "286", - "type": "stop" - }, - { - "id": "18", - "type": "stop" - }, - { - "id": "30287", - "type": "stop" - }, - { - "id": "288", - "type": "stop" - }, - { - "id": "289", - "type": "stop" - }, - { - "id": "290", - "type": "stop" - }, - { - "id": "291", - "type": "stop" - }, - { - "id": "292", - "type": "stop" - }, - { - "id": "293", - "type": "stop" - }, - { - "id": "30294", - "type": "stop" - }, - { - "id": "150", - "type": "stop" - }, - { - "id": "36538", + "id": "BNT-0000", "type": "stop" }, { - "id": "36541", + "id": "ER-0042-01", "type": "stop" }, { - "id": "15095", + "id": "ER-0117-01", "type": "stop" }, { - "id": "6565", + "id": "ER-0128-01", "type": "stop" }, { - "id": "6537", + "id": "ER-0168-S", "type": "stop" }, { - "id": "16538", + "id": "ER-0183-02", "type": "stop" } ] @@ -195938,14 +198127,62 @@ }, { "attributes": {}, - "id": "46459", + "id": "3028", "links": { - "self": "/stops/46459" + "self": "/stops/3028" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=46459" + "related": "/facilities/?filter[stop]=3028" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "2864", + "links": { + "self": "/stops/2864" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=2864" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "5765", + "links": { + "self": "/stops/5765" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=5765" } }, "parent_station": { @@ -195962,472 +198199,246 @@ }, { "attributes": { - "direction_id": 0, - "headsign": "Chestnut Hill Mall" + "direction_id": 1, + "headsign": "Alewife" }, - "id": "61394008", + "id": "67146155", "links": { - "self": "/trips/61394008" + "self": "/trips/67146155" }, "relationships": { "route": { "data": { - "id": "60", + "id": "350", "type": "route" } }, "route_pattern": { "data": { - "id": "60-_-0", + "id": "350-4-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "BUS12025-hbt15hl6-Saturday-02", "type": "service" } }, "shape": { "data": { - "id": "600198", + "id": "3500228", "type": "shape" } }, "stops": { "data": [ { - "id": "899", - "type": "stop" - }, - { - "id": "8993", - "type": "stop" - }, - { - "id": "1518", - "type": "stop" - }, - { - "id": "1519", - "type": "stop" - }, - { - "id": "1520", - "type": "stop" - }, - { - "id": "1777", - "type": "stop" - }, - { - "id": "1778", - "type": "stop" - }, - { - "id": "1521", - "type": "stop" - }, - { - "id": "1523", - "type": "stop" - }, - { - "id": "1524", - "type": "stop" - }, - { - "id": "1525", + "id": "6902", "type": "stop" }, { - "id": "11366", + "id": "8229", "type": "stop" }, { - "id": "1527", + "id": "8230", "type": "stop" }, { - "id": "1528", + "id": "8231", "type": "stop" }, { - "id": "1529", + "id": "8232", "type": "stop" }, { - "id": "15291", + "id": "8233", "type": "stop" }, { - "id": "1530", + "id": "8234", "type": "stop" }, { - "id": "1531", + "id": "8235", "type": "stop" }, { - "id": "1532", + "id": "8236", "type": "stop" }, { - "id": "1533", + "id": "8237", "type": "stop" }, { - "id": "1534", + "id": "8239", "type": "stop" }, { - "id": "1535", + "id": "18239", "type": "stop" }, { - "id": "15351", + "id": "8240", "type": "stop" }, { - "id": "1536", + "id": "8241", "type": "stop" }, { - "id": "1539", + "id": "8242", "type": "stop" }, { - "id": "1540", + "id": "8243", "type": "stop" }, { - "id": "1965", + "id": "8244", "type": "stop" }, { - "id": "19661", - "type": "stop" - } - ] - } - }, - "type": "trip" - }, - { - "attributes": { - "direction_id": 0, - "headsign": "Babcock Street (Shuttle)" - }, - "id": "BabcockStreetBlandfordStreet-0-sample", - "links": { - "self": "/trips/BabcockStreetBlandfordStreet-0-sample" - }, - "relationships": { - "route": { - "data": { - "id": "Shuttle-BabcockBlandford", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Shuttle-BabcockBlandford-0-0", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "canonical", - "type": "service" - } - }, - "shape": { - "data": { - "id": "BlandfordStreetToBabcockStreet-S", - "type": "shape" - } - }, - "stops": { - "data": [ - { - "id": "951", + "id": "18244", "type": "stop" }, { - "id": "953", + "id": "8245", "type": "stop" }, { - "id": "956", + "id": "8247", "type": "stop" }, { - "id": "958", - "type": "stop" - } - ] - } - }, - "type": "trip" - }, - { - "attributes": {}, - "id": "9019", - "links": { - "self": "/stops/9019" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=9019" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "3366", - "links": { - "self": "/stops/3366" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=3366" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "3825", - "links": { - "self": "/stops/3825" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=3825" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "5612", - "links": { - "self": "/stops/5612" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=5612" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": { - "direction_id": 0, - "headsign": "Centre St & Eliot St" - }, - "id": "62145798", - "links": { - "self": "/trips/62145798" - }, - "relationships": { - "route": { - "data": { - "id": "41", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "41-_-0", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "SpringWeekday", - "type": "service" - } - }, - "shape": { - "data": { - "id": "410103", - "type": "shape" - } - }, - "stops": { - "data": [ - { - "id": "121", + "id": "8248", "type": "stop" }, { - "id": "122", + "id": "8249", "type": "stop" }, { - "id": "123", + "id": "8250", "type": "stop" }, { - "id": "362", + "id": "8251", "type": "stop" }, { - "id": "2910", + "id": "8252", "type": "stop" }, { - "id": "1481", + "id": "8253", "type": "stop" }, { - "id": "11482", + "id": "8254", "type": "stop" }, { - "id": "14831", + "id": "8257", "type": "stop" }, { - "id": "1484", + "id": "8259", "type": "stop" }, { - "id": "1485", + "id": "8260", "type": "stop" }, { - "id": "1486", + "id": "8261", "type": "stop" }, { - "id": "1487", + "id": "8262", "type": "stop" }, { - "id": "1488", + "id": "8264", "type": "stop" }, { - "id": "1489", + "id": "8267", "type": "stop" }, { - "id": "1491", + "id": "8269", "type": "stop" }, { - "id": "64000", + "id": "8270", "type": "stop" }, { - "id": "1148", + "id": "8271", "type": "stop" }, { - "id": "1149", + "id": "8272", "type": "stop" }, { - "id": "1150", + "id": "18272", "type": "stop" }, { - "id": "1151", + "id": "8273", "type": "stop" }, { - "id": "1152", + "id": "8274", "type": "stop" }, { - "id": "1153", + "id": "8275", "type": "stop" }, { - "id": "11531", + "id": "2260", "type": "stop" }, { - "id": "1155", + "id": "2261", "type": "stop" }, { - "id": "1156", + "id": "2262", "type": "stop" }, { - "id": "1158", + "id": "2263", "type": "stop" }, { - "id": "1159", + "id": "2264", "type": "stop" }, { - "id": "1160", + "id": "2265", "type": "stop" }, { - "id": "1161", + "id": "2266", "type": "stop" }, { - "id": "1164", + "id": "22661", "type": "stop" }, { - "id": "11164", + "id": "22671", "type": "stop" }, { - "id": "1939", + "id": "141", "type": "stop" } ] @@ -196436,166 +198447,80 @@ "type": "trip" }, { - "attributes": {}, - "id": "15351", - "links": { - "self": "/stops/15351" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=15351" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } + "attributes": { + "direction_id": 0, + "headsign": "Ashmont (Shuttle)" }, - "type": "stop" - }, - { - "attributes": {}, - "id": "3358", + "id": "AshmontJFK-0-sample", "links": { - "self": "/stops/3358" + "self": "/trips/AshmontJFK-0-sample" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=3358" - } - }, - "parent_station": { - "data": null - }, - "zone": { + "route": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "2748", - "links": { - "self": "/stops/2748" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=2748" + "id": "Shuttle-AshmontJFK", + "type": "route" } }, - "parent_station": { - "data": null - }, - "zone": { + "route_pattern": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "4782", - "links": { - "self": "/stops/4782" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=4782" + "id": "Shuttle-AshmontJFK-0-0", + "type": "route_pattern" } }, - "parent_station": { - "data": null - }, - "zone": { + "service": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "3330", - "links": { - "self": "/stops/3330" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=3330" + "id": "canonical", + "type": "service" } }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Riverside", - "Union Square" - ], - "direction_names": [ - "West", - "East" - ], - "long_name": "Newton Highlands - Fenway", - "short_name": "Green Line D Shuttle", - "sort_order": 61490, - "text_color": "000000", - "type": 3 - }, - "id": "Shuttle-FenwayNewtonHighlands", - "links": { - "self": "/routes/Shuttle-FenwayNewtonHighlands" - }, - "relationships": { - "line": { + "shape": { "data": { - "id": "line-Green", - "type": "line" + "id": "JFKToAshmont-S", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "121", + "type": "stop" + }, + { + "id": "303", + "type": "stop" + }, + { + "id": "90311", + "type": "stop" + }, + { + "id": "34503", + "type": "stop" + }, + { + "id": "329", + "type": "stop" + }, + { + "id": "334", + "type": "stop" + } + ] } }, - "type": "route" + "type": "trip" }, { "attributes": {}, - "id": "7646", + "id": "3278", "links": { - "self": "/stops/7646" + "self": "/stops/3278" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7646" + "related": "/facilities/?filter[stop]=3278" } }, "parent_station": { @@ -196610,79 +198535,27 @@ }, "type": "stop" }, - { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Boston College", - "Government Center" - ], - "direction_names": [ - "West", - "East" - ], - "long_name": "Washington Street - Blandford Street", - "short_name": "Green Line B Shuttle", - "sort_order": 60775, - "text_color": "000000", - "type": 3 - }, - "id": "Shuttle-BlandfordWashington", - "links": { - "self": "/routes/Shuttle-BlandfordWashington" - }, - "relationships": { - "line": { - "data": { - "id": "line-Green", - "type": "line" - } - } - }, - "type": "route" - }, { "attributes": {}, - "id": "4921", + "id": "70021", "links": { - "self": "/stops/4921" + "self": "/stops/70021" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4921" + "related": "/facilities/?filter[stop]=70021" } }, "parent_station": { - "data": null - }, - "zone": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "5798", - "links": { - "self": "/stops/5798" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=5798" + "id": "place-dwnxg", + "type": "stop" } }, - "parent_station": { - "data": null - }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -196691,14 +198564,14 @@ }, { "attributes": {}, - "id": "1882", + "id": "104", "links": { - "self": "/stops/1882" + "self": "/stops/104" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1882" + "related": "/facilities/?filter[stop]=104" } }, "parent_station": { @@ -196715,46 +198588,25 @@ }, { "attributes": {}, - "id": "4175", + "id": "70069", "links": { - "self": "/stops/4175" + "self": "/stops/70069" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4175" + "related": "/facilities/?filter[stop]=70069" } }, "parent_station": { - "data": null - }, - "zone": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "3038", - "links": { - "self": "/stops/3038" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=3038" + "id": "place-cntsq", + "type": "stop" } }, - "parent_station": { - "data": null - }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -196763,38 +198615,38 @@ }, { "attributes": {}, - "id": "5057", + "id": "Manchester-S", "links": { - "self": "/stops/5057" + "self": "/stops/Manchester-S" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5057" + "related": "/facilities/?filter[stop]=Manchester-S" } }, "parent_station": { - "data": null - }, - "zone": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "place-GB-0254", + "type": "stop" } + }, + "zone": { + "data": null } }, "type": "stop" }, { "attributes": {}, - "id": "6374", + "id": "6313", "links": { - "self": "/stops/6374" + "self": "/stops/6313" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6374" + "related": "/facilities/?filter[stop]=6313" } }, "parent_station": { @@ -196811,14 +198663,14 @@ }, { "attributes": {}, - "id": "2571", + "id": "4344", "links": { - "self": "/stops/2571" + "self": "/stops/4344" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2571" + "related": "/facilities/?filter[stop]=4344" } }, "parent_station": { @@ -196835,14 +198687,14 @@ }, { "attributes": {}, - "id": "8993", + "id": "2372", "links": { - "self": "/stops/8993" + "self": "/stops/2372" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8993" + "related": "/facilities/?filter[stop]=2372" } }, "parent_station": { @@ -196859,18 +198711,21 @@ }, { "attributes": {}, - "id": "93618", + "id": "WR-0067-B0", "links": { - "self": "/stops/93618" + "self": "/stops/WR-0067-B0" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=93618" + "related": "/facilities/?filter[stop]=WR-0067-B0" } }, "parent_station": { - "data": null + "data": { + "id": "place-WR-0067", + "type": "stop" + } }, "zone": { "data": { @@ -196883,14 +198738,14 @@ }, { "attributes": {}, - "id": "4001", + "id": "6710", "links": { - "self": "/stops/4001" + "self": "/stops/6710" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4001" + "related": "/facilities/?filter[stop]=6710" } }, "parent_station": { @@ -196907,250 +198762,82 @@ }, { "attributes": { - "direction_id": 1, - "headsign": "Alewife" + "direction_id": 0, + "headsign": "Bedford Woods Dr" }, - "id": "63165285", + "id": "67008560", "links": { - "self": "/trips/63165285" + "self": "/trips/67008560" }, "relationships": { "route": { "data": { - "id": "350", + "id": "351", "type": "route" } }, "route_pattern": { "data": { - "id": "350-4-1", + "id": "351-1-0", "type": "route_pattern" } }, "service": { "data": { - "id": "BUS32024-hbt34j47-Sunday-02", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "3500223", + "id": "3510115", "type": "shape" } }, "stops": { "data": [ { - "id": "6902", - "type": "stop" - }, - { - "id": "8229", - "type": "stop" - }, - { - "id": "8230", - "type": "stop" - }, - { - "id": "8231", - "type": "stop" - }, - { - "id": "8232", - "type": "stop" - }, - { - "id": "8233", - "type": "stop" - }, - { - "id": "8234", - "type": "stop" - }, - { - "id": "8235", - "type": "stop" - }, - { - "id": "8236", - "type": "stop" - }, - { - "id": "8237", - "type": "stop" - }, - { - "id": "8239", - "type": "stop" - }, - { - "id": "18239", - "type": "stop" - }, - { - "id": "8240", - "type": "stop" - }, - { - "id": "8241", - "type": "stop" - }, - { - "id": "8242", - "type": "stop" - }, - { - "id": "8243", - "type": "stop" - }, - { - "id": "8244", - "type": "stop" - }, - { - "id": "18244", - "type": "stop" - }, - { - "id": "8245", - "type": "stop" - }, - { - "id": "8247", - "type": "stop" - }, - { - "id": "8248", - "type": "stop" - }, - { - "id": "8249", - "type": "stop" - }, - { - "id": "8250", - "type": "stop" - }, - { - "id": "8251", - "type": "stop" - }, - { - "id": "8252", - "type": "stop" - }, - { - "id": "8253", - "type": "stop" - }, - { - "id": "8254", - "type": "stop" - }, - { - "id": "8257", - "type": "stop" - }, - { - "id": "8259", - "type": "stop" - }, - { - "id": "8260", - "type": "stop" - }, - { - "id": "8261", - "type": "stop" - }, - { - "id": "8262", - "type": "stop" - }, - { - "id": "8264", - "type": "stop" - }, - { - "id": "8267", - "type": "stop" - }, - { - "id": "8268", - "type": "stop" - }, - { - "id": "8269", - "type": "stop" - }, - { - "id": "8270", - "type": "stop" - }, - { - "id": "8271", - "type": "stop" - }, - { - "id": "8272", - "type": "stop" - }, - { - "id": "18272", - "type": "stop" - }, - { - "id": "8273", - "type": "stop" - }, - { - "id": "8274", - "type": "stop" - }, - { - "id": "8275", + "id": "49805", "type": "stop" }, { - "id": "2260", + "id": "49943", "type": "stop" }, { - "id": "2261", + "id": "50944", "type": "stop" }, { - "id": "2262", + "id": "49806", "type": "stop" }, { - "id": "2263", + "id": "49846", "type": "stop" }, { - "id": "2264", + "id": "49948", "type": "stop" }, { - "id": "2265", + "id": "49946", "type": "stop" }, { - "id": "2266", + "id": "49796", "type": "stop" }, { - "id": "22661", + "id": "49797", "type": "stop" }, { - "id": "22671", + "id": "49798", "type": "stop" }, { - "id": "141", + "id": "49795", "type": "stop" } ] @@ -197160,14 +198847,14 @@ }, { "attributes": {}, - "id": "5933", + "id": "3915", "links": { - "self": "/stops/5933" + "self": "/stops/3915" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5933" + "related": "/facilities/?filter[stop]=3915" } }, "parent_station": { @@ -197184,14 +198871,14 @@ }, { "attributes": {}, - "id": "6399", + "id": "8509", "links": { - "self": "/stops/6399" + "self": "/stops/8509" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6399" + "related": "/facilities/?filter[stop]=8509" } }, "parent_station": { @@ -197207,144 +198894,39 @@ "type": "stop" }, { - "attributes": { - "direction_id": 1, - "headsign": "Harvard" - }, - "id": "61848341", + "attributes": {}, + "id": "8860", "links": { - "self": "/trips/61848341" + "self": "/stops/8860" }, "relationships": { - "route": { - "data": { - "id": "71", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "71-1-1", - "type": "route_pattern" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=8860" } }, - "service": { - "data": { - "id": "SpringWeekday", - "type": "service" - } + "parent_station": { + "data": null }, - "shape": { + "zone": { "data": { - "id": "710111", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "8178", - "type": "stop" - }, - { - "id": "2048", - "type": "stop" - }, - { - "id": "2049", - "type": "stop" - }, - { - "id": "2050", - "type": "stop" - }, - { - "id": "2051", - "type": "stop" - }, - { - "id": "2052", - "type": "stop" - }, - { - "id": "2054", - "type": "stop" - }, - { - "id": "2056", - "type": "stop" - }, - { - "id": "2057", - "type": "stop" - }, - { - "id": "2058", - "type": "stop" - }, - { - "id": "2060", - "type": "stop" - }, - { - "id": "2061", - "type": "stop" - }, - { - "id": "2062", - "type": "stop" - }, - { - "id": "2064", - "type": "stop" - }, - { - "id": "2066", - "type": "stop" - }, - { - "id": "2067", - "type": "stop" - }, - { - "id": "2068", - "type": "stop" - }, - { - "id": "2070", - "type": "stop" - }, - { - "id": "2071", - "type": "stop" - }, - { - "id": "2073", - "type": "stop" - }, - { - "id": "2074", - "type": "stop" - }, - { - "id": "20761", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "51835", + "id": "8341", "links": { - "self": "/stops/51835" + "self": "/stops/8341" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=51835" + "related": "/facilities/?filter[stop]=8341" } }, "parent_station": { @@ -197361,14 +198943,14 @@ }, { "attributes": {}, - "id": "7744", + "id": "7740", "links": { - "self": "/stops/7744" + "self": "/stops/7740" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7744" + "related": "/facilities/?filter[stop]=7740" } }, "parent_station": { @@ -197384,46 +198966,42 @@ "type": "stop" }, { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Wachusett", - "North Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Littleton/Route 495 - Alewife (Local)", - "short_name": "Fitchburg Line Shuttle", - "sort_order": 60222, - "text_color": "000000", - "type": 3 - }, - "id": "Shuttle-AlewifeLittletonLocal", + "attributes": {}, + "id": "70043", "links": { - "self": "/routes/Shuttle-AlewifeLittletonLocal" + "self": "/stops/70043" }, "relationships": { - "line": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=70043" + } + }, + "parent_station": { "data": { - "id": "line-Fitchburg", - "type": "line" + "id": "place-aqucl", + "type": "stop" + } + }, + "zone": { + "data": { + "id": "RapidTransit", + "type": "zone" } } }, - "type": "route" + "type": "stop" }, { "attributes": {}, - "id": "3118", + "id": "2427", "links": { - "self": "/stops/3118" + "self": "/stops/2427" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3118" + "related": "/facilities/?filter[stop]=2427" } }, "parent_station": { @@ -197440,14 +199018,14 @@ }, { "attributes": {}, - "id": "12080", + "id": "7467", "links": { - "self": "/stops/12080" + "self": "/stops/7467" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=12080" + "related": "/facilities/?filter[stop]=7467" } }, "parent_station": { @@ -197463,39 +199041,52 @@ "type": "stop" }, { - "attributes": {}, - "id": "9087", + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Forest Hills", + "Oak Grove" + ], + "direction_names": [ + "South", + "North" + ], + "long_name": "Ruggles - Back Bay", + "short_name": "Orange Line Shuttle", + "sort_order": 60600, + "text_color": "000000", + "type": 3 + }, + "id": "Shuttle-BackBayRuggles", "links": { - "self": "/stops/9087" + "self": "/routes/Shuttle-BackBayRuggles" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=9087" + "agency": { + "data": { + "id": "1", + "type": "agency" } }, - "parent_station": { - "data": null - }, - "zone": { + "line": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "line-Orange", + "type": "line" } } }, - "type": "stop" + "type": "route" }, { "attributes": {}, - "id": "5212", + "id": "3174", "links": { - "self": "/stops/5212" + "self": "/stops/3174" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5212" + "related": "/facilities/?filter[stop]=3174" } }, "parent_station": { @@ -197512,14 +199103,14 @@ }, { "attributes": {}, - "id": "4202", + "id": "5771", "links": { - "self": "/stops/4202" + "self": "/stops/5771" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4202" + "related": "/facilities/?filter[stop]=5771" } }, "parent_station": { @@ -197536,14 +199127,14 @@ }, { "attributes": {}, - "id": "2437", + "id": "3049", "links": { - "self": "/stops/2437" + "self": "/stops/3049" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2437" + "related": "/facilities/?filter[stop]=3049" } }, "parent_station": { @@ -197560,22 +199151,25 @@ }, { "attributes": {}, - "id": "4913", + "id": "PB-0245-S", "links": { - "self": "/stops/4913" + "self": "/stops/PB-0245-S" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4913" + "related": "/facilities/?filter[stop]=PB-0245-S" } }, "parent_station": { - "data": null + "data": { + "id": "place-PB-0245", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "CR-zone-6", "type": "zone" } } @@ -197584,14 +199178,14 @@ }, { "attributes": {}, - "id": "4312", + "id": "39321", "links": { - "self": "/stops/4312" + "self": "/stops/39321" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4312" + "related": "/facilities/?filter[stop]=39321" } }, "parent_station": { @@ -197608,14 +199202,14 @@ }, { "attributes": {}, - "id": "1638", + "id": "23532", "links": { - "self": "/stops/1638" + "self": "/stops/23532" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1638" + "related": "/facilities/?filter[stop]=23532" } }, "parent_station": { @@ -197632,14 +199226,14 @@ }, { "attributes": {}, - "id": "6464", + "id": "603", "links": { - "self": "/stops/6464" + "self": "/stops/603" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6464" + "related": "/facilities/?filter[stop]=603" } }, "parent_station": { @@ -197657,329 +199251,145 @@ { "attributes": { "direction_id": 0, - "headsign": "Bedford VA via Hanscom Airport" + "headsign": "Ashmont" }, - "id": "61848720", + "id": "66652071", "links": { - "self": "/trips/61848720" + "self": "/trips/66652071" }, "relationships": { "route": { "data": { - "id": "627", + "id": "23", "type": "route" } }, "route_pattern": { "data": { - "id": "627-7-0", + "id": "23-3-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "620188", + "id": "230215", "type": "shape" } }, "stops": { "data": [ { - "id": "141", - "type": "stop" - }, - { - "id": "2482", - "type": "stop" - }, - { - "id": "2353", - "type": "stop" - }, - { - "id": "2354", - "type": "stop" - }, - { - "id": "2355", - "type": "stop" - }, - { - "id": "2356", - "type": "stop" - }, - { - "id": "2357", - "type": "stop" - }, - { - "id": "2358", - "type": "stop" - }, - { - "id": "2359", - "type": "stop" - }, - { - "id": "2360", - "type": "stop" - }, - { - "id": "12360", - "type": "stop" - }, - { - "id": "12323", - "type": "stop" - }, - { - "id": "32358", - "type": "stop" - }, - { - "id": "22358", - "type": "stop" - }, - { - "id": "7922", - "type": "stop" - }, - { - "id": "8428", - "type": "stop" - }, - { - "id": "8429", - "type": "stop" - }, - { - "id": "8430", - "type": "stop" - }, - { - "id": "8431", - "type": "stop" - }, - { - "id": "8432", - "type": "stop" - }, - { - "id": "8433", - "type": "stop" - }, - { - "id": "8434", - "type": "stop" - }, - { - "id": "8435", - "type": "stop" - }, - { - "id": "8436", - "type": "stop" - }, - { - "id": "8591", - "type": "stop" - }, - { - "id": "8593", - "type": "stop" - }, - { - "id": "8595", - "type": "stop" - }, - { - "id": "8596", - "type": "stop" - }, - { - "id": "8597", - "type": "stop" - }, - { - "id": "8598", - "type": "stop" - }, - { - "id": "8599", - "type": "stop" - }, - { - "id": "8600", - "type": "stop" - }, - { - "id": "8601", - "type": "stop" - }, - { - "id": "7878", - "type": "stop" - }, - { - "id": "8437", - "type": "stop" - }, - { - "id": "8438", - "type": "stop" - }, - { - "id": "7762", - "type": "stop" - }, - { - "id": "7763", - "type": "stop" - }, - { - "id": "8602", - "type": "stop" - }, - { - "id": "8603", - "type": "stop" - }, - { - "id": "8604", - "type": "stop" - }, - { - "id": "8605", - "type": "stop" - }, - { - "id": "8606", - "type": "stop" - }, - { - "id": "8607", - "type": "stop" - }, - { - "id": "8608", - "type": "stop" - }, - { - "id": "8609", - "type": "stop" - }, - { - "id": "8610", + "id": "1259", "type": "stop" }, { - "id": "8611", + "id": "11323", "type": "stop" }, { - "id": "86178", + "id": "11259", "type": "stop" }, { - "id": "86179", + "id": "64000", "type": "stop" }, { - "id": "86180", + "id": "40001", "type": "stop" }, { - "id": "86114", + "id": "401", "type": "stop" }, { - "id": "8612", + "id": "404", "type": "stop" }, { - "id": "86121", + "id": "405", "type": "stop" }, { - "id": "86122", + "id": "406", "type": "stop" }, { - "id": "78987", + "id": "407", "type": "stop" }, { - "id": "78988", + "id": "410", "type": "stop" }, { - "id": "8453", + "id": "411", "type": "stop" }, { - "id": "8455", + "id": "412", "type": "stop" }, { - "id": "8457", + "id": "471", "type": "stop" }, { - "id": "8458", + "id": "472", "type": "stop" }, { - "id": "8459", + "id": "468", "type": "stop" }, { - "id": "8460", + "id": "475", "type": "stop" }, { - "id": "8461", + "id": "477", "type": "stop" }, { - "id": "8462", + "id": "478", "type": "stop" }, { - "id": "8464", + "id": "480", "type": "stop" }, { - "id": "8465", + "id": "482", "type": "stop" }, { - "id": "8466", + "id": "483", "type": "stop" }, { - "id": "8467", + "id": "485", "type": "stop" }, { - "id": "8468", + "id": "426", "type": "stop" }, { - "id": "34879", + "id": "428", "type": "stop" }, { - "id": "17879", + "id": "430", "type": "stop" }, { - "id": "8471", + "id": "334", "type": "stop" } ] @@ -197987,143 +199397,16 @@ }, "type": "trip" }, - { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Riverside", - "Union Square" - ], - "direction_names": [ - "West", - "East" - ], - "long_name": "Newton Highlands - Kenmore via Saint Mary's Street", - "short_name": "Green Line D Shuttle", - "sort_order": 62110, - "text_color": "000000", - "type": 3 - }, - "id": "Shuttle-NewtonHighlandsStMarysKenmore", - "links": { - "self": "/routes/Shuttle-NewtonHighlandsStMarysKenmore" - }, - "relationships": { - "line": { - "data": { - "id": "line-Green", - "type": "line" - } - } - }, - "type": "route" - }, - { - "attributes": {}, - "id": "5618", - "links": { - "self": "/stops/5618" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=5618" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "121011", - "links": { - "self": "/stops/121011" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=121011" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "3883", - "links": { - "self": "/stops/3883" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=3883" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "15820", - "links": { - "self": "/stops/15820" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=15820" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, { "attributes": {}, - "id": "1520", + "id": "6274", "links": { - "self": "/stops/1520" + "self": "/stops/6274" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1520" + "related": "/facilities/?filter[stop]=6274" } }, "parent_station": { @@ -198138,65 +199421,16 @@ }, "type": "stop" }, - { - "attributes": { - "direction_id": 1, - "headsign": "Alewife (Shuttle)" - }, - "id": "AlewifeDavis-1-sample", - "links": { - "self": "/trips/AlewifeDavis-1-sample" - }, - "relationships": { - "route": { - "data": { - "id": "Shuttle-AlewifeDavis", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Shuttle-AlewifeDavis-0-1", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "canonical", - "type": "service" - } - }, - "shape": { - "data": { - "id": "DavisToAlewife-S", - "type": "shape" - } - }, - "stops": { - "data": [ - { - "id": "5104", - "type": "stop" - }, - { - "id": "141", - "type": "stop" - } - ] - } - }, - "type": "trip" - }, { "attributes": {}, - "id": "7606", + "id": "2477", "links": { - "self": "/stops/7606" + "self": "/stops/2477" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7606" + "related": "/facilities/?filter[stop]=2477" } }, "parent_station": { @@ -198212,85 +199446,48 @@ "type": "stop" }, { - "attributes": { - "direction_id": 1, - "headsign": "Foxboro" - }, - "id": "canonical-CR-Foxboro-C2-1", - "links": { - "self": "/trips/canonical-CR-Foxboro-C2-1" - }, - "relationships": { - "route": { - "data": { - "id": "CR-Foxboro", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "CR-Foxboro-C2-1", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "canonical", - "type": "service" - } - }, - "shape": { - "data": { - "id": "canonical-ProvidenceToSouthStationViaFoxboro", - "type": "shape" - } - }, - "stops": { - "data": [ - { - "id": "NEC-1851-03", - "type": "stop" - }, - { - "id": "NEC-1891-02", - "type": "stop" - }, - { - "id": "NEC-1969-04", - "type": "stop" - }, - { - "id": "NEC-2040-02", - "type": "stop" - }, - { - "id": "FS-0049-S", - "type": "stop" - } - ] + "attributes": {}, + "id": "1320", + "links": { + "self": "/stops/1320" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=1320" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } } }, - "type": "trip" + "type": "stop" }, { "attributes": { "direction_id": 0, - "headsign": "Providence" + "headsign": "Swampscott (Shuttle)" }, - "id": "canonical-CR-Foxboro-C2-0", + "id": "LynnSwampscott-0-sample", "links": { - "self": "/trips/canonical-CR-Foxboro-C2-0" + "self": "/trips/LynnSwampscott-0-sample" }, "relationships": { "route": { "data": { - "id": "CR-Foxboro", + "id": "Shuttle-LynnSwampscott", "type": "route" } }, "route_pattern": { "data": { - "id": "CR-Foxboro-C2-0", + "id": "Shuttle-LynnSwampscott-0-0", "type": "route_pattern" } }, @@ -198302,30 +199499,14 @@ }, "shape": { "data": { - "id": "canonical-SouFoxProv", + "id": "LynnToSwampscott-S", "type": "shape" } }, "stops": { "data": [ { - "id": "FS-0049-S", - "type": "stop" - }, - { - "id": "NEC-2040-01", - "type": "stop" - }, - { - "id": "NEC-1969-03", - "type": "stop" - }, - { - "id": "NEC-1891-01", - "type": "stop" - }, - { - "id": "NEC-1851-03", + "id": "ER-0128-B1", "type": "stop" } ] @@ -198333,49 +199514,25 @@ }, "type": "trip" }, - { - "attributes": {}, - "id": "801", - "links": { - "self": "/stops/801" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=801" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, { "attributes": { "direction_id": 0, - "headsign": "South Station (Shuttle)" + "headsign": "Haverhill (Shuttle)" }, - "id": "HarvardSouthStation-0-sample", + "id": "HaverhillBallardvaleNorthStation-0-sample", "links": { - "self": "/trips/HarvardSouthStation-0-sample" + "self": "/trips/HaverhillBallardvaleNorthStation-0-sample" }, "relationships": { "route": { "data": { - "id": "Shuttle-HarvardSouthStation", + "id": "Shuttle-HaverhillNorthStation", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-HarvardSouthStation-0-0", + "id": "Shuttle-HaverhillNorthStation-0-0", "type": "route_pattern" } }, @@ -198387,34 +199544,66 @@ }, "shape": { "data": { - "id": "HarvardToSouthStation-S", + "id": "NorthStationToHaverhillViaMalden-S", "type": "shape" } }, "stops": { "data": [ { - "id": "110", + "id": "BNT-0000-B1", "type": "stop" }, { - "id": "72", + "id": "5072", "type": "stop" }, { - "id": "9170071", + "id": "WR-0062-B0", "type": "stop" }, { - "id": "9070073", + "id": "WR-0067-B0", "type": "stop" }, { - "id": "10000", + "id": "WR-0075-B2", "type": "stop" }, { - "id": "6564", + "id": "WR-0085-B0", + "type": "stop" + }, + { + "id": "WR-0099-B0", + "type": "stop" + }, + { + "id": "WR-0120-B", + "type": "stop" + }, + { + "id": "WR-0163-B0", + "type": "stop" + }, + { + "id": "WR-0205-B2", + "type": "stop" + }, + { + "id": "WR-0228-B0", + "type": "stop" + }, + { + "id": "WR-0264-B2", + "type": "stop" + }, + { + "id": "WR-0325-B", + "type": "stop" + }, + { + "id": "WR-0329-B", "type": "stop" } ] @@ -198425,117 +199614,105 @@ { "attributes": { "direction_id": 0, - "headsign": "Malden" + "headsign": "Wachusett" }, - "id": "61868938", + "id": "NorthWKDYF24-706174-419", "links": { - "self": "/trips/61868938" + "self": "/trips/NorthWKDYF24-706174-419" }, "relationships": { "route": { "data": { - "id": "97", + "id": "CR-Fitchburg", "type": "route" } }, "route_pattern": { "data": { - "id": "97-5-0", + "id": "CR-Fitchburg-2a5f6366-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "FALL 2024-NORTHWKD-Weekday-1", "type": "service" } }, "shape": { "data": { - "id": "970075", + "id": "9840004", "type": "shape" } }, "stops": { "data": [ { - "id": "5271", - "type": "stop" - }, - { - "id": "55631", - "type": "stop" - }, - { - "id": "55632", - "type": "stop" - }, - { - "id": "5563", + "id": "BNT-0000", "type": "stop" }, { - "id": "5565", + "id": "FR-0034-01", "type": "stop" }, { - "id": "5695", + "id": "FR-0064-01", "type": "stop" }, { - "id": "5510", + "id": "FR-0074-01", "type": "stop" }, { - "id": "5513", + "id": "FR-0098-01", "type": "stop" }, { - "id": "5054", + "id": "FR-0115-01", "type": "stop" }, { - "id": "5055", + "id": "FR-0132-01", "type": "stop" }, { - "id": "5056", + "id": "FR-0167-01", "type": "stop" }, { - "id": "5057", + "id": "FR-0201-01", "type": "stop" }, { - "id": "5058", + "id": "FR-0219-01", "type": "stop" }, { - "id": "5413", + "id": "FR-0253-01", "type": "stop" }, { - "id": "45413", + "id": "FR-0301-01", "type": "stop" }, { - "id": "44413", + "id": "FR-0361-01", "type": "stop" }, { - "id": "45414", + "id": "FR-0394-01", "type": "stop" }, { - "id": "45416", + "id": "FR-0451-01", "type": "stop" }, { - "id": "45417", + "id": "FR-0494-CS", "type": "stop" }, { - "id": "5327", + "id": "FR-3338-CS", "type": "stop" } ] @@ -198545,14 +199722,14 @@ }, { "attributes": {}, - "id": "137", + "id": "5896", "links": { - "self": "/stops/137" + "self": "/stops/5896" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=137" + "related": "/facilities/?filter[stop]=5896" } }, "parent_station": { @@ -198569,80 +199746,49 @@ }, { "attributes": {}, - "id": "12932", + "id": "FR-0451-02", "links": { - "self": "/stops/12932" + "self": "/stops/FR-0451-02" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=12932" + "related": "/facilities/?filter[stop]=FR-0451-02" } }, "parent_station": { - "data": null + "data": { + "id": "place-FR-0451", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "CR-zone-8", "type": "zone" } } }, "type": "stop" }, - { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Wachusett", - "North Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Littleton/Route 495 - Alewife (Express)", - "short_name": "Fitchburg Line Shuttle", - "sort_order": 60221, - "text_color": "000000", - "type": 3 - }, - "id": "Shuttle-AlewifeLittletonExpress", - "links": { - "self": "/routes/Shuttle-AlewifeLittletonExpress" - }, - "relationships": { - "line": { - "data": { - "id": "line-Fitchburg", - "type": "line" - } - } - }, - "type": "route" - }, { "attributes": {}, - "id": "70016", + "id": "5835", "links": { - "self": "/stops/70016" + "self": "/stops/5835" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70016" + "related": "/facilities/?filter[stop]=5835" } }, "parent_station": { - "data": { - "id": "place-tumnl", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } @@ -198651,14 +199797,14 @@ }, { "attributes": {}, - "id": "1742", + "id": "30250", "links": { - "self": "/stops/1742" + "self": "/stops/30250" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1742" + "related": "/facilities/?filter[stop]=30250" } }, "parent_station": { @@ -198675,14 +199821,14 @@ }, { "attributes": {}, - "id": "7507", + "id": "81317", "links": { - "self": "/stops/7507" + "self": "/stops/81317" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7507" + "related": "/facilities/?filter[stop]=81317" } }, "parent_station": { @@ -198697,77 +199843,16 @@ }, "type": "stop" }, - { - "attributes": { - "direction_id": 1, - "headsign": "Orient Heights (Local shuttle)" - }, - "id": "GovernmentCenterOrientHeightsLocal-1-sample", - "links": { - "self": "/trips/GovernmentCenterOrientHeightsLocal-1-sample" - }, - "relationships": { - "route": { - "data": { - "id": "Shuttle-GovernmentCenterOrientHeightsLocal", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Shuttle-GovernmentCenterOrientHeightsLocal-0-1", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "canonical", - "type": "service" - } - }, - "shape": { - "data": { - "id": "GovernmentCenterToOrientHeightsLocal-S", - "type": "shape" - } - }, - "stops": { - "data": [ - { - "id": "9070039", - "type": "stop" - }, - { - "id": "57400", - "type": "stop" - }, - { - "id": "7096", - "type": "stop" - }, - { - "id": "5666", - "type": "stop" - }, - { - "id": "5879", - "type": "stop" - } - ] - } - }, - "type": "trip" - }, { "attributes": {}, - "id": "3574", + "id": "2937", "links": { - "self": "/stops/3574" + "self": "/stops/2937" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3574" + "related": "/facilities/?filter[stop]=2937" } }, "parent_station": { @@ -198784,14 +199869,14 @@ }, { "attributes": {}, - "id": "4050", + "id": "7813", "links": { - "self": "/stops/4050" + "self": "/stops/7813" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4050" + "related": "/facilities/?filter[stop]=7813" } }, "parent_station": { @@ -198808,25 +199893,22 @@ }, { "attributes": {}, - "id": "70022", + "id": "1072", "links": { - "self": "/stops/70022" + "self": "/stops/1072" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70022" + "related": "/facilities/?filter[stop]=1072" } }, "parent_station": { - "data": { - "id": "place-state", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } @@ -198835,14 +199917,14 @@ }, { "attributes": {}, - "id": "5055", + "id": "1994", "links": { - "self": "/stops/5055" + "self": "/stops/1994" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5055" + "related": "/facilities/?filter[stop]=1994" } }, "parent_station": { @@ -198859,54 +199941,250 @@ }, { "attributes": { - "direction_id": 1, - "headsign": "Harvard (Shuttle)" + "direction_id": 0, + "headsign": "Saugus Center via Kennedy Dr & Square One Mall" }, - "id": "Red-AlewifeHarvardViaHolyoke-Saturday-64b95-1-05:54:00", + "id": "66957783", "links": { - "self": "/trips/Red-AlewifeHarvardViaHolyoke-Saturday-64b95-1-05%3A54%3A00" + "self": "/trips/66957783" }, "relationships": { "route": { "data": { - "id": "Shuttle-AlewifeHarvardViaHolyoke", + "id": "430", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-AlewifeHarvardViaHolyoke-0-1", + "id": "430-2-0", "type": "route_pattern" } }, "service": { "data": { - "id": "Red-AlewifeHarvardViaHolyoke-Sa-645", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "AlewifeToHarvardViaHolyoke-S", + "id": "4300192", "type": "shape" } }, "stops": { "data": [ { - "id": "141", + "id": "53270", "type": "stop" }, { - "id": "2581", + "id": "5289", "type": "stop" }, { - "id": "12301", + "id": "5342", "type": "stop" }, { - "id": "110", + "id": "5457", + "type": "stop" + }, + { + "id": "5459", + "type": "stop" + }, + { + "id": "5460", + "type": "stop" + }, + { + "id": "5461", + "type": "stop" + }, + { + "id": "5462", + "type": "stop" + }, + { + "id": "5463", + "type": "stop" + }, + { + "id": "5464", + "type": "stop" + }, + { + "id": "54651", + "type": "stop" + }, + { + "id": "9060", + "type": "stop" + }, + { + "id": "9061", + "type": "stop" + }, + { + "id": "49061", + "type": "stop" + }, + { + "id": "9063", + "type": "stop" + }, + { + "id": "7541", + "type": "stop" + }, + { + "id": "7542", + "type": "stop" + }, + { + "id": "7543", + "type": "stop" + }, + { + "id": "7545", + "type": "stop" + }, + { + "id": "8575", + "type": "stop" + }, + { + "id": "48575", + "type": "stop" + }, + { + "id": "17456", + "type": "stop" + }, + { + "id": "8336", + "type": "stop" + }, + { + "id": "8338", + "type": "stop" + }, + { + "id": "18338", + "type": "stop" + }, + { + "id": "17463", + "type": "stop" + }, + { + "id": "8576", + "type": "stop" + }, + { + "id": "8577", + "type": "stop" + }, + { + "id": "7547", + "type": "stop" + }, + { + "id": "7548", + "type": "stop" + }, + { + "id": "7550", + "type": "stop" + }, + { + "id": "7529", + "type": "stop" + }, + { + "id": "6206", + "type": "stop" + }, + { + "id": "6207", + "type": "stop" + }, + { + "id": "6208", + "type": "stop" + }, + { + "id": "7555", + "type": "stop" + }, + { + "id": "7557", + "type": "stop" + }, + { + "id": "7559", + "type": "stop" + }, + { + "id": "7560", + "type": "stop" + }, + { + "id": "7561", + "type": "stop" + }, + { + "id": "7562", + "type": "stop" + }, + { + "id": "17562", + "type": "stop" + }, + { + "id": "7564", + "type": "stop" + }, + { + "id": "7566", + "type": "stop" + }, + { + "id": "7429", + "type": "stop" + }, + { + "id": "17429", + "type": "stop" + }, + { + "id": "7430", + "type": "stop" + }, + { + "id": "7567", + "type": "stop" + }, + { + "id": "7569", + "type": "stop" + }, + { + "id": "7570", + "type": "stop" + }, + { + "id": "7572", + "type": "stop" + }, + { + "id": "6230", + "type": "stop" + }, + { + "id": "7474", "type": "stop" } ] @@ -198916,14 +200194,14 @@ }, { "attributes": {}, - "id": "1308", + "id": "7741", "links": { - "self": "/stops/1308" + "self": "/stops/7741" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1308" + "related": "/facilities/?filter[stop]=7741" } }, "parent_station": { @@ -198940,14 +200218,14 @@ }, { "attributes": {}, - "id": "8975", + "id": "3328", "links": { - "self": "/stops/8975" + "self": "/stops/3328" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8975" + "related": "/facilities/?filter[stop]=3328" } }, "parent_station": { @@ -198963,63 +200241,29 @@ "type": "stop" }, { - "attributes": {}, - "id": "1230", - "links": { - "self": "/stops/1230" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=1230" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } + "attributes": { + "color": "FFC72C", + "long_name": "Clarendon Hill or Davis - Sullivan", + "short_name": "89", + "sort_order": 50890, + "text_color": "000000" }, - "type": "stop" - }, - { - "attributes": {}, - "id": "3363", + "id": "line-89", "links": { - "self": "/stops/3363" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=3363" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } + "self": "/lines/line-89" }, - "type": "stop" + "type": "line" }, { "attributes": {}, - "id": "3369", + "id": "386", "links": { - "self": "/stops/3369" + "self": "/stops/386" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3369" + "related": "/facilities/?filter[stop]=386" } }, "parent_station": { @@ -199036,23 +200280,23 @@ }, { "attributes": { - "direction_id": 0, - "headsign": "Brookline Hills (Shuttle)" + "direction_id": 1, + "headsign": "Littleton/Route 495 (Shuttle)" }, - "id": "BrooklineHillsKenmore-0-sample", + "id": "LittletonWachusett-1-sample", "links": { - "self": "/trips/BrooklineHillsKenmore-0-sample" + "self": "/trips/LittletonWachusett-1-sample" }, "relationships": { "route": { "data": { - "id": "Shuttle-BrooklineHillsKenmore", + "id": "Shuttle-LittletonWachusett", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-BrooklineHillsKenmore-0-0", + "id": "Shuttle-LittletonWachusett-0-1", "type": "route_pattern" } }, @@ -199064,30 +200308,34 @@ }, "shape": { "data": { - "id": "KenmoreToBrooklineHills-S", + "id": "WachusettToLittleton-S", "type": "shape" } }, "stops": { "data": [ { - "id": "9070150", + "id": "FR-3338-B", "type": "stop" }, { - "id": "9434", + "id": "FR-0494-B", "type": "stop" }, { - "id": "1521", + "id": "FR-0451-B", "type": "stop" }, { - "id": "1525", + "id": "FR-0394-B1", "type": "stop" }, { - "id": "9170178", + "id": "FR-0361-B1", + "type": "stop" + }, + { + "id": "FR-0301-B", "type": "stop" } ] @@ -199097,41 +200345,14 @@ }, { "attributes": {}, - "id": "SB-0156-S", - "links": { - "self": "/stops/SB-0156-S" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=SB-0156-S" - } - }, - "parent_station": { - "data": { - "id": "place-SB-0156", - "type": "stop" - } - }, - "zone": { - "data": { - "id": "CR-zone-3", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "5058", + "id": "553", "links": { - "self": "/stops/5058" + "self": "/stops/553" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5058" + "related": "/facilities/?filter[stop]=553" } }, "parent_station": { @@ -199147,87 +200368,342 @@ "type": "stop" }, { - "attributes": {}, - "id": "10603", - "links": { - "self": "/stops/10603" + "attributes": { + "color": "FFC72C", + "long_name": "Sullivan - Central Square, Cambridge", + "short_name": "91", + "sort_order": 50910, + "text_color": "000000" }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=10603" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } + "id": "line-91", + "links": { + "self": "/lines/line-91" }, - "type": "stop" + "type": "line" }, { - "attributes": {}, - "id": "1276", + "attributes": { + "direction_id": 1, + "headsign": "Alewife" + }, + "id": "67009337", "links": { - "self": "/stops/1276" + "self": "/trips/67009337" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=1276" + "route": { + "data": { + "id": "62", + "type": "route" } }, - "parent_station": { - "data": null - }, - "zone": { + "route_pattern": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "4034", - "links": { - "self": "/stops/4034" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=4034" + "id": "62-3-1", + "type": "route_pattern" } }, - "parent_station": { - "data": null + "service": { + "data": { + "id": "WinterWeekday", + "type": "service" + } }, - "zone": { + "shape": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "620199", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "8471", + "type": "stop" + }, + { + "id": "47879", + "type": "stop" + }, + { + "id": "7881", + "type": "stop" + }, + { + "id": "7882", + "type": "stop" + }, + { + "id": "7883", + "type": "stop" + }, + { + "id": "7884", + "type": "stop" + }, + { + "id": "7885", + "type": "stop" + }, + { + "id": "7886", + "type": "stop" + }, + { + "id": "7887", + "type": "stop" + }, + { + "id": "7888", + "type": "stop" + }, + { + "id": "7889", + "type": "stop" + }, + { + "id": "7890", + "type": "stop" + }, + { + "id": "7891", + "type": "stop" + }, + { + "id": "7892", + "type": "stop" + }, + { + "id": "7894", + "type": "stop" + }, + { + "id": "7896", + "type": "stop" + }, + { + "id": "7898", + "type": "stop" + }, + { + "id": "7900", + "type": "stop" + }, + { + "id": "7902", + "type": "stop" + }, + { + "id": "7903", + "type": "stop" + }, + { + "id": "7904", + "type": "stop" + }, + { + "id": "7905", + "type": "stop" + }, + { + "id": "7906", + "type": "stop" + }, + { + "id": "7907", + "type": "stop" + }, + { + "id": "7908", + "type": "stop" + }, + { + "id": "7909", + "type": "stop" + }, + { + "id": "7910", + "type": "stop" + }, + { + "id": "7911", + "type": "stop" + }, + { + "id": "7912", + "type": "stop" + }, + { + "id": "8636", + "type": "stop" + }, + { + "id": "18636", + "type": "stop" + }, + { + "id": "8637", + "type": "stop" + }, + { + "id": "8638", + "type": "stop" + }, + { + "id": "8639", + "type": "stop" + }, + { + "id": "8640", + "type": "stop" + }, + { + "id": "8641", + "type": "stop" + }, + { + "id": "18595", + "type": "stop" + }, + { + "id": "8643", + "type": "stop" + }, + { + "id": "8645", + "type": "stop" + }, + { + "id": "8647", + "type": "stop" + }, + { + "id": "7913", + "type": "stop" + }, + { + "id": "7914", + "type": "stop" + }, + { + "id": "7915", + "type": "stop" + }, + { + "id": "7916", + "type": "stop" + }, + { + "id": "7917", + "type": "stop" + }, + { + "id": "7918", + "type": "stop" + }, + { + "id": "7919", + "type": "stop" + }, + { + "id": "7921", + "type": "stop" + }, + { + "id": "7922", + "type": "stop" + }, + { + "id": "17922", + "type": "stop" + }, + { + "id": "6201", + "type": "stop" + }, + { + "id": "6202", + "type": "stop" + }, + { + "id": "6203", + "type": "stop" + }, + { + "id": "6204", + "type": "stop" + }, + { + "id": "6216", + "type": "stop" + }, + { + "id": "2324", + "type": "stop" + }, + { + "id": "6218", + "type": "stop" + }, + { + "id": "2326", + "type": "stop" + }, + { + "id": "2327", + "type": "stop" + }, + { + "id": "2328", + "type": "stop" + }, + { + "id": "2329", + "type": "stop" + }, + { + "id": "2331", + "type": "stop" + }, + { + "id": "2475", + "type": "stop" + }, + { + "id": "2477", + "type": "stop" + }, + { + "id": "2478", + "type": "stop" + }, + { + "id": "24790", + "type": "stop" + }, + { + "id": "24791", + "type": "stop" + }, + { + "id": "141", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "8199", + "id": "5630", "links": { - "self": "/stops/8199" + "self": "/stops/5630" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8199" + "related": "/facilities/?filter[stop]=5630" } }, "parent_station": { @@ -199244,14 +200720,14 @@ }, { "attributes": {}, - "id": "3551", + "id": "2940", "links": { - "self": "/stops/3551" + "self": "/stops/2940" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3551" + "related": "/facilities/?filter[stop]=2940" } }, "parent_station": { @@ -199268,14 +200744,14 @@ }, { "attributes": {}, - "id": "9075", + "id": "306", "links": { - "self": "/stops/9075" + "self": "/stops/306" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9075" + "related": "/facilities/?filter[stop]=306" } }, "parent_station": { @@ -199292,118 +200768,25 @@ }, { "attributes": {}, - "id": "FR-0098-B0", + "id": "ER-0276-S", "links": { - "self": "/stops/FR-0098-B0" + "self": "/stops/ER-0276-S" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=FR-0098-B0" + "related": "/facilities/?filter[stop]=ER-0276-S" } }, "parent_station": { "data": { - "id": "place-FR-0098", + "id": "place-ER-0276", "type": "stop" } }, - "zone": { - "data": null - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "5720", - "links": { - "self": "/stops/5720" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=5720" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "497", - "links": { - "self": "/stops/497" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=497" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "770", - "links": { - "self": "/stops/770" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=770" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "2032", - "links": { - "self": "/stops/2032" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=2032" - } - }, - "parent_station": { - "data": null - }, "zone": { "data": { - "id": "LocalBus", + "id": "CR-zone-6", "type": "zone" } } @@ -199412,14 +200795,14 @@ }, { "attributes": {}, - "id": "1790", + "id": "9170", "links": { - "self": "/stops/1790" + "self": "/stops/9170" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1790" + "related": "/facilities/?filter[stop]=9170" } }, "parent_station": { @@ -199436,14 +200819,14 @@ }, { "attributes": {}, - "id": "2097", + "id": "9228", "links": { - "self": "/stops/2097" + "self": "/stops/9228" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2097" + "related": "/facilities/?filter[stop]=9228" } }, "parent_station": { @@ -199460,14 +200843,14 @@ }, { "attributes": {}, - "id": "5589", + "id": "10423", "links": { - "self": "/stops/5589" + "self": "/stops/10423" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5589" + "related": "/facilities/?filter[stop]=10423" } }, "parent_station": { @@ -199485,146 +200868,61 @@ { "attributes": { "direction_id": 1, - "headsign": "Central Wharf via Seaport/Fan Pier" - }, - "id": "Boat-F6-1840-Winthrop-BWN-01-Weekday-Summer-24", - "links": { - "self": "/trips/Boat-F6-1840-Winthrop-BWN-01-Weekday-Summer-24" - }, - "relationships": { - "route": { - "data": { - "id": "Boat-F6", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Boat-F6-7-1", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "Boat-F6-Weekday-Summer-24", - "type": "service" - } - }, - "shape": { - "data": { - "id": "WinthropToFanPierToCentralWharf-F", - "type": "shape" - } - }, - "stops": { - "data": [ - { - "id": "Boat-Winthrop", - "type": "stop" - }, - { - "id": "Boat-Fan", - "type": "stop" - }, - { - "id": "Boat-Aquarium", - "type": "stop" - } - ] - } - }, - "type": "trip" - }, - { - "attributes": { - "direction_id": 0, - "headsign": "North Station via South Station" + "headsign": "Washington Street (Shuttle)" }, - "id": "61393881", + "id": "BostonCollegeWashingtonStreet-1-sample", "links": { - "self": "/trips/61393881" + "self": "/trips/BostonCollegeWashingtonStreet-1-sample" }, "relationships": { "route": { "data": { - "id": "4", + "id": "Shuttle-BostonCollegeWashington", "type": "route" } }, "route_pattern": { "data": { - "id": "4-3-0", + "id": "Shuttle-BostonCollegeWashington-0-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "canonical", "type": "service" } }, "shape": { "data": { - "id": "040080", + "id": "BostonCollegeToWashington-S", "type": "shape" } }, "stops": { "data": [ { - "id": "210", - "type": "stop" - }, - { - "id": "212", - "type": "stop" - }, - { - "id": "890", - "type": "stop" - }, - { - "id": "891", - "type": "stop" - }, - { - "id": "892", - "type": "stop" - }, - { - "id": "221", - "type": "stop" - }, - { - "id": "222", - "type": "stop" - }, - { - "id": "223", - "type": "stop" - }, - { - "id": "30233", + "id": "9070107", "type": "stop" }, { - "id": "224", + "id": "9070110", "type": "stop" }, { - "id": "225", + "id": "9070112", "type": "stop" }, { - "id": "230", + "id": "9070114", "type": "stop" }, { - "id": "231", + "id": "9070116", "type": "stop" }, { - "id": "114", + "id": "9070120", "type": "stop" } ] @@ -199634,38 +200932,38 @@ }, { "attributes": {}, - "id": "Norwood Central-S", + "id": "9448", "links": { - "self": "/stops/Norwood%20Central-S" + "self": "/stops/9448" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=Norwood%20Central-S" + "related": "/facilities/?filter[stop]=9448" } }, "parent_station": { - "data": { - "id": "place-FB-0148", - "type": "stop" - } + "data": null }, "zone": { - "data": null + "data": { + "id": "LocalBus", + "type": "zone" + } } }, "type": "stop" }, { "attributes": {}, - "id": "7774", + "id": "3861", "links": { - "self": "/stops/7774" + "self": "/stops/3861" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7774" + "related": "/facilities/?filter[stop]=3861" } }, "parent_station": { @@ -199682,14 +200980,14 @@ }, { "attributes": {}, - "id": "5408", + "id": "3031", "links": { - "self": "/stops/5408" + "self": "/stops/3031" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5408" + "related": "/facilities/?filter[stop]=3031" } }, "parent_station": { @@ -199706,25 +201004,22 @@ }, { "attributes": {}, - "id": "NEC-2276-03", + "id": "2123", "links": { - "self": "/stops/NEC-2276-03" + "self": "/stops/2123" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=NEC-2276-03" + "related": "/facilities/?filter[stop]=2123" } }, "parent_station": { - "data": { - "id": "place-bbsta", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "CR-zone-1A", + "id": "LocalBus", "type": "zone" } } @@ -199733,14 +201028,14 @@ }, { "attributes": {}, - "id": "6320", + "id": "6843", "links": { - "self": "/stops/6320" + "self": "/stops/6843" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6320" + "related": "/facilities/?filter[stop]=6843" } }, "parent_station": { @@ -199757,25 +201052,22 @@ }, { "attributes": {}, - "id": "WML-0340-01", + "id": "47619", "links": { - "self": "/stops/WML-0340-01" + "self": "/stops/47619" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=WML-0340-01" + "related": "/facilities/?filter[stop]=47619" } }, "parent_station": { - "data": { - "id": "place-WML-0340", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "CR-zone-7", + "id": "LocalBus", "type": "zone" } } @@ -199784,14 +201076,14 @@ }, { "attributes": {}, - "id": "4802", + "id": "3567", "links": { - "self": "/stops/4802" + "self": "/stops/3567" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4802" + "related": "/facilities/?filter[stop]=3567" } }, "parent_station": { @@ -199808,38 +201100,35 @@ }, { "attributes": {}, - "id": "4374", + "id": "9070215", "links": { - "self": "/stops/4374" + "self": "/stops/9070215" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4374" + "related": "/facilities/?filter[stop]=9070215" } }, "parent_station": { "data": null }, "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } + "data": null } }, "type": "stop" }, { "attributes": {}, - "id": "9170099", + "id": "12856", "links": { - "self": "/stops/9170099" + "self": "/stops/12856" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9170099" + "related": "/facilities/?filter[stop]=12856" } }, "parent_station": { @@ -199856,14 +201145,14 @@ }, { "attributes": {}, - "id": "1345", + "id": "3170", "links": { - "self": "/stops/1345" + "self": "/stops/3170" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1345" + "related": "/facilities/?filter[stop]=3170" } }, "parent_station": { @@ -199880,14 +201169,14 @@ }, { "attributes": {}, - "id": "8279", + "id": "4215", "links": { - "self": "/stops/8279" + "self": "/stops/4215" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8279" + "related": "/facilities/?filter[stop]=4215" } }, "parent_station": { @@ -199904,22 +201193,25 @@ }, { "attributes": {}, - "id": "2339", + "id": "74615", "links": { - "self": "/stops/2339" + "self": "/stops/74615" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2339" + "related": "/facilities/?filter[stop]=74615" } }, "parent_station": { - "data": null + "data": { + "id": "place-wtcst", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "SLWaterfrontNonLogan", "type": "zone" } } @@ -199928,14 +201220,14 @@ }, { "attributes": {}, - "id": "111248", + "id": "6535", "links": { - "self": "/stops/111248" + "self": "/stops/6535" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=111248" + "related": "/facilities/?filter[stop]=6535" } }, "parent_station": { @@ -199952,14 +201244,14 @@ }, { "attributes": {}, - "id": "2866", + "id": "45581", "links": { - "self": "/stops/2866" + "self": "/stops/45581" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2866" + "related": "/facilities/?filter[stop]=45581" } }, "parent_station": { @@ -199976,14 +201268,14 @@ }, { "attributes": {}, - "id": "11853", + "id": "3036", "links": { - "self": "/stops/11853" + "self": "/stops/3036" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=11853" + "related": "/facilities/?filter[stop]=3036" } }, "parent_station": { @@ -200000,14 +201292,14 @@ }, { "attributes": {}, - "id": "771", + "id": "109887", "links": { - "self": "/stops/771" + "self": "/stops/109887" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=771" + "related": "/facilities/?filter[stop]=109887" } }, "parent_station": { @@ -200025,305 +201317,289 @@ { "attributes": { "direction_id": 1, - "headsign": "Wonderland via Central Square" + "headsign": "Quincy Center" }, - "id": "62216685", + "id": "67290402", "links": { - "self": "/trips/62216685" + "self": "/trips/67290402" }, "relationships": { "route": { "data": { - "id": "455", + "id": "238", "type": "route" } }, "route_pattern": { "data": { - "id": "455-7-1", + "id": "238-9-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "4550282", + "id": "2380229", "type": "shape" } }, "stops": { "data": [ { - "id": "37150", - "type": "stop" - }, - { - "id": "4453", - "type": "stop" - }, - { - "id": "6103", - "type": "stop" - }, - { - "id": "6104", - "type": "stop" - }, - { - "id": "6106", + "id": "4255", "type": "stop" }, { - "id": "6108", + "id": "4256", "type": "stop" }, { - "id": "6109", + "id": "4257", "type": "stop" }, { - "id": "6110", + "id": "4258", "type": "stop" }, { - "id": "6111", + "id": "4275", "type": "stop" }, { - "id": "6112", + "id": "4063", "type": "stop" }, { - "id": "6113", + "id": "4061", "type": "stop" }, { - "id": "6114", + "id": "4064", "type": "stop" }, { - "id": "6115", + "id": "4062", "type": "stop" }, { - "id": "6116", + "id": "4065", "type": "stop" }, { - "id": "6118", + "id": "4066", "type": "stop" }, { - "id": "16118", + "id": "4069", "type": "stop" }, { - "id": "6119", + "id": "4071", "type": "stop" }, { - "id": "6120", + "id": "4072", "type": "stop" }, { - "id": "6122", + "id": "4074", "type": "stop" }, { - "id": "6123", + "id": "4075", "type": "stop" }, { - "id": "6124", + "id": "4076", "type": "stop" }, { - "id": "6125", + "id": "4078", "type": "stop" }, { - "id": "6126", + "id": "4079", "type": "stop" }, { - "id": "16126", + "id": "4080", "type": "stop" }, { - "id": "6127", + "id": "4081", "type": "stop" }, { - "id": "6128", + "id": "4082", "type": "stop" }, { - "id": "6129", + "id": "4083", "type": "stop" }, { - "id": "6130", + "id": "4084", "type": "stop" }, { - "id": "6131", + "id": "4085", "type": "stop" }, { - "id": "16131", + "id": "4086", "type": "stop" }, { - "id": "6132", + "id": "4017", "type": "stop" }, { - "id": "16132", + "id": "4020", "type": "stop" }, { - "id": "6133", + "id": "4019", "type": "stop" }, { - "id": "6134", + "id": "4087", "type": "stop" }, { - "id": "6135", + "id": "4088", "type": "stop" }, { - "id": "6136", + "id": "4089", "type": "stop" }, { - "id": "6137", + "id": "4092", "type": "stop" }, { - "id": "6138", + "id": "4093", "type": "stop" }, { - "id": "6139", + "id": "4094", "type": "stop" }, { - "id": "6140", + "id": "4095", "type": "stop" }, { - "id": "17231", + "id": "4096", "type": "stop" }, { - "id": "7233", + "id": "4097", "type": "stop" }, { - "id": "7234", + "id": "4098", "type": "stop" }, { - "id": "7237", + "id": "4099", "type": "stop" }, { - "id": "6772", + "id": "4100", "type": "stop" }, { - "id": "16653", + "id": "4101", "type": "stop" }, { - "id": "6674", + "id": "4102", "type": "stop" }, { - "id": "6675", + "id": "4103", "type": "stop" }, { - "id": "6780", + "id": "41032", "type": "stop" }, { - "id": "6783", + "id": "41033", "type": "stop" }, { - "id": "4451", + "id": "41031", "type": "stop" }, { - "id": "4487", + "id": "3943", "type": "stop" }, { - "id": "4488", + "id": "3944", "type": "stop" }, { - "id": "4489", + "id": "3945", "type": "stop" }, { - "id": "4490", + "id": "3946", "type": "stop" }, { - "id": "4491", + "id": "3947", "type": "stop" }, { - "id": "4492", + "id": "3948", "type": "stop" }, { - "id": "4494", + "id": "3949", "type": "stop" }, { - "id": "4495", + "id": "3950", "type": "stop" }, { - "id": "4497", + "id": "3959", "type": "stop" }, { - "id": "4498", + "id": "3418", "type": "stop" }, { - "id": "5770", + "id": "3420", "type": "stop" }, { - "id": "5771", + "id": "3422", "type": "stop" }, { - "id": "35772", + "id": "3423", "type": "stop" }, { - "id": "35773", + "id": "33241", "type": "stop" }, { - "id": "5774", + "id": "32000", "type": "stop" }, { - "id": "15795", + "id": "32003", "type": "stop" } ] @@ -200334,77 +201610,77 @@ { "attributes": { "direction_id": 0, - "headsign": "Worcester" + "headsign": "Littleton/Route 495 (Local shuttle)" }, - "id": "CR-670134-507", + "id": "AlewifeLittletonLocal-0-sample", "links": { - "self": "/trips/CR-670134-507" + "self": "/trips/AlewifeLittletonLocal-0-sample" }, "relationships": { "route": { "data": { - "id": "CR-Worcester", + "id": "Shuttle-AlewifeLittletonLocal", "type": "route" } }, "route_pattern": { "data": { - "id": "CR-Worcester-6fbe3217-0", + "id": "Shuttle-AlewifeLittletonLocal-0-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SPRING2024-SOUTHWKD-Weekday-1-Sb0e4ed14", + "id": "canonical", "type": "service" } }, "shape": { "data": { - "id": "9850002", + "id": "AlewifeToLittletonLocal-S", "type": "shape" } }, "stops": { "data": [ { - "id": "NEC-2287", + "id": "9070061", "type": "stop" }, { - "id": "WML-0012-07", + "id": "FR-0064-B0", "type": "stop" }, { - "id": "WML-0025-07", + "id": "FR-0074-B", "type": "stop" }, { - "id": "WML-0035-01", + "id": "FR-0098-B0", "type": "stop" }, { - "id": "WML-0214-01", + "id": "FR-0115-B0", "type": "stop" }, { - "id": "WML-0252-01", + "id": "FR-0167-B", "type": "stop" }, { - "id": "WML-0274-01", + "id": "FR-0201-B0", "type": "stop" }, { - "id": "WML-0340-01", + "id": "FR-0219-B", "type": "stop" }, { - "id": "WML-0364-01", + "id": "FR-0253-B", "type": "stop" }, { - "id": "WML-0442-CS", + "id": "FR-0301-B", "type": "stop" } ] @@ -200414,14 +201690,14 @@ }, { "attributes": {}, - "id": "4855", + "id": "3870", "links": { - "self": "/stops/4855" + "self": "/stops/3870" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4855" + "related": "/facilities/?filter[stop]=3870" } }, "parent_station": { @@ -200438,14 +201714,14 @@ }, { "attributes": {}, - "id": "4283", + "id": "6317", "links": { - "self": "/stops/4283" + "self": "/stops/6317" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4283" + "related": "/facilities/?filter[stop]=6317" } }, "parent_station": { @@ -200460,30 +201736,16 @@ }, "type": "stop" }, - { - "attributes": { - "color": "FFC72C", - "long_name": "East Weymouth, Hingham Depot, or Fort Point - Quincy Center", - "short_name": "220/221/222", - "sort_order": 52200, - "text_color": "000000" - }, - "id": "line-220221222", - "links": { - "self": "/lines/line-220221222" - }, - "type": "line" - }, { "attributes": {}, - "id": "1141", + "id": "57000", "links": { - "self": "/stops/1141" + "self": "/stops/57000" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1141" + "related": "/facilities/?filter[stop]=57000" } }, "parent_station": { @@ -200498,47 +201760,16 @@ }, "type": "stop" }, - { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Waltham Highlands", - "Newton Corner" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Waltham Highlands - Newton Corner", - "short_name": "556", - "sort_order": 55560, - "text_color": "000000", - "type": 3 - }, - "id": "556", - "links": { - "self": "/routes/556" - }, - "relationships": { - "line": { - "data": { - "id": "line-556558", - "type": "line" - } - } - }, - "type": "route" - }, { "attributes": {}, - "id": "5296", + "id": "56732", "links": { - "self": "/stops/5296" + "self": "/stops/56732" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5296" + "related": "/facilities/?filter[stop]=56732" } }, "parent_station": { @@ -200554,111 +201785,335 @@ "type": "stop" }, { - "attributes": {}, - "id": "19253", + "attributes": { + "direction_id": 0, + "headsign": "Newton Highlands (Shuttle)" + }, + "id": "NewtonHighlandsKenmore-Weekday-9e586-0-00:00:00", "links": { - "self": "/stops/19253" + "self": "/trips/NewtonHighlandsKenmore-Weekday-9e586-0-00%3A00%3A00" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=19253" + "route": { + "data": { + "id": "Shuttle-NewtonHighlandsKenmore", + "type": "route" } }, - "parent_station": { - "data": null + "route_pattern": { + "data": { + "id": "Shuttle-NewtonHighlandsKenmore-0-0", + "type": "route_pattern" + } }, - "zone": { + "service": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "canonical", + "type": "service" + } + }, + "shape": { + "data": { + "id": "KenmoreToNewtonHighlands-S", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "9070150", + "type": "stop" + }, + { + "id": "9434", + "type": "stop" + }, + { + "id": "1521", + "type": "stop" + }, + { + "id": "11366", + "type": "stop" + }, + { + "id": "9070178", + "type": "stop" + }, + { + "id": "21917", + "type": "stop" + }, + { + "id": "1540", + "type": "stop" + }, + { + "id": "9070171", + "type": "stop" + }, + { + "id": "9070168", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { - "attributes": {}, - "id": "6707", + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Mattapan Station", + "Forest Hills Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Mattapan Station - Forest Hills Station via Cummins Highway and Roslindale Square", + "short_name": "30", + "sort_order": 50300, + "text_color": "000000", + "type": 3 + }, + "id": "30", "links": { - "self": "/stops/6707" + "self": "/routes/30" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=6707" + "agency": { + "data": { + "id": "1", + "type": "agency" } }, - "parent_station": { - "data": null - }, - "zone": { + "line": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "line-30", + "type": "line" } } }, - "type": "stop" + "type": "route" }, { - "attributes": {}, - "id": "3128", + "attributes": { + "direction_id": 1, + "headsign": "Ruggles" + }, + "id": "66646567", "links": { - "self": "/stops/3128" + "self": "/trips/66646567" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=3128" + "route": { + "data": { + "id": "19", + "type": "route" } }, - "parent_station": { - "data": null + "route_pattern": { + "data": { + "id": "19-_-1", + "type": "route_pattern" + } }, - "zone": { + "service": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "WinterWeekday", + "type": "service" + } + }, + "shape": { + "data": { + "id": "190315", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "323", + "type": "stop" + }, + { + "id": "55600", + "type": "stop" + }, + { + "id": "557", + "type": "stop" + }, + { + "id": "558", + "type": "stop" + }, + { + "id": "559", + "type": "stop" + }, + { + "id": "560", + "type": "stop" + }, + { + "id": "561", + "type": "stop" + }, + { + "id": "562", + "type": "stop" + }, + { + "id": "563", + "type": "stop" + }, + { + "id": "564", + "type": "stop" + }, + { + "id": "565", + "type": "stop" + }, + { + "id": "566", + "type": "stop" + }, + { + "id": "567", + "type": "stop" + }, + { + "id": "568", + "type": "stop" + }, + { + "id": "386", + "type": "stop" + }, + { + "id": "387", + "type": "stop" + }, + { + "id": "388", + "type": "stop" + }, + { + "id": "390", + "type": "stop" + }, + { + "id": "392", + "type": "stop" + }, + { + "id": "393", + "type": "stop" + }, + { + "id": "394", + "type": "stop" + }, + { + "id": "395", + "type": "stop" + }, + { + "id": "396", + "type": "stop" + }, + { + "id": "21151", + "type": "stop" + }, + { + "id": "64", + "type": "stop" + }, + { + "id": "1", + "type": "stop" + }, + { + "id": "7", + "type": "stop" + }, + { + "id": "11", + "type": "stop" + }, + { + "id": "17862", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { - "attributes": {}, - "id": "12821", + "attributes": { + "direction_id": 1, + "headsign": "Bradford (Shuttle)" + }, + "id": "NorthWKDYF24-696213-200-HaverhillBradfordVanV1", "links": { - "self": "/stops/12821" + "self": "/trips/NorthWKDYF24-696213-200-HaverhillBradfordVanV1" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=12821" + "route": { + "data": { + "id": "Shuttle-BradfordHaverhill", + "type": "route" } }, - "parent_station": { - "data": null + "route_pattern": { + "data": { + "id": "Shuttle-BradfordHaverhill-0-1", + "type": "route_pattern" + } }, - "zone": { + "service": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "FALL 2024-N-Wdy-1-S6561ad1d-HvlBrdVn", + "type": "service" + } + }, + "shape": { + "data": { + "id": "HaverhillToBradford-S", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "WR-0329-B", + "type": "stop" + }, + { + "id": "WR-0325-B", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "7602", + "id": "85566", "links": { - "self": "/stops/7602" + "self": "/stops/85566" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7602" + "related": "/facilities/?filter[stop]=85566" } }, "parent_station": { @@ -200675,14 +202130,14 @@ }, { "attributes": {}, - "id": "1518", + "id": "2310", "links": { - "self": "/stops/1518" + "self": "/stops/2310" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1518" + "related": "/facilities/?filter[stop]=2310" } }, "parent_station": { @@ -200697,16 +202152,53 @@ }, "type": "stop" }, + { + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Rockport", + "North Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Rockport - Oak Grove (Limited)", + "short_name": "Newburyport Line Shuttle", + "sort_order": 62186, + "text_color": "000000", + "type": 3 + }, + "id": "Shuttle-OakGroveRockportLimited", + "links": { + "self": "/routes/Shuttle-OakGroveRockportLimited" + }, + "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, + "line": { + "data": { + "id": "line-Newburyport", + "type": "line" + } + } + }, + "type": "route" + }, { "attributes": {}, - "id": "111762", + "id": "85564", "links": { - "self": "/stops/111762" + "self": "/stops/85564" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=111762" + "related": "/facilities/?filter[stop]=85564" } }, "parent_station": { @@ -200723,62 +202215,114 @@ }, { "attributes": { - "direction_id": 0, - "headsign": "Forest Hills (Shuttle)" + "direction_id": 1, + "headsign": "Mattapan" }, - "id": "ForestHillsRuggles-0-sample", + "id": "67331850", "links": { - "self": "/trips/ForestHillsRuggles-0-sample" + "self": "/trips/67331850" }, "relationships": { "route": { "data": { - "id": "Shuttle-ForestHillsRuggles", + "id": "716", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-ForestHillsRuggles-0-0", + "id": "716-_-1", "type": "route_pattern" } }, "service": { "data": { - "id": "canonical", + "id": "PRIV12025-hpa44011-Weekday-01", "type": "service" } }, "shape": { "data": { - "id": "RugglesToForestHills-S", + "id": "7160023", "type": "shape" } }, "stops": { "data": [ { - "id": "17861", + "id": "111640", + "type": "stop" + }, + { + "id": "111642", + "type": "stop" + }, + { + "id": "111648", "type": "stop" }, { - "id": "1258", + "id": "111653", "type": "stop" }, { - "id": "11531", + "id": "111656", "type": "stop" }, { - "id": "9070004", + "id": "111660", "type": "stop" }, { - "id": "9070002", + "id": "111672", "type": "stop" }, { - "id": "875", + "id": "111685", + "type": "stop" + }, + { + "id": "121011", + "type": "stop" + }, + { + "id": "121012", + "type": "stop" + }, + { + "id": "121013", + "type": "stop" + }, + { + "id": "121014", + "type": "stop" + }, + { + "id": "121017", + "type": "stop" + }, + { + "id": "121019", + "type": "stop" + }, + { + "id": "111711", + "type": "stop" + }, + { + "id": "111720", + "type": "stop" + }, + { + "id": "111729", + "type": "stop" + }, + { + "id": "1721", + "type": "stop" + }, + { + "id": "185", "type": "stop" } ] @@ -200788,14 +202332,14 @@ }, { "attributes": {}, - "id": "9175", + "id": "7485", "links": { - "self": "/stops/9175" + "self": "/stops/7485" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9175" + "related": "/facilities/?filter[stop]=7485" } }, "parent_station": { @@ -200812,14 +202356,14 @@ }, { "attributes": {}, - "id": "5931", + "id": "5558", "links": { - "self": "/stops/5931" + "self": "/stops/5558" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5931" + "related": "/facilities/?filter[stop]=5558" } }, "parent_station": { @@ -200836,14 +202380,14 @@ }, { "attributes": {}, - "id": "2194", + "id": "6164", "links": { - "self": "/stops/2194" + "self": "/stops/6164" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2194" + "related": "/facilities/?filter[stop]=6164" } }, "parent_station": { @@ -200860,14 +202404,14 @@ }, { "attributes": {}, - "id": "5416", + "id": "1094", "links": { - "self": "/stops/5416" + "self": "/stops/1094" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5416" + "related": "/facilities/?filter[stop]=1094" } }, "parent_station": { @@ -200884,14 +202428,14 @@ }, { "attributes": {}, - "id": "641", + "id": "9522", "links": { - "self": "/stops/641" + "self": "/stops/9522" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=641" + "related": "/facilities/?filter[stop]=9522" } }, "parent_station": { @@ -200908,14 +202452,14 @@ }, { "attributes": {}, - "id": "13714", + "id": "30631", "links": { - "self": "/stops/13714" + "self": "/stops/30631" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=13714" + "related": "/facilities/?filter[stop]=30631" } }, "parent_station": { @@ -200931,39 +202475,136 @@ "type": "stop" }, { - "attributes": {}, - "id": "3829", + "attributes": { + "direction_id": 0, + "headsign": "City Point" + }, + "id": "66651114", "links": { - "self": "/stops/3829" + "self": "/trips/66651114" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=3829" + "route": { + "data": { + "id": "9", + "type": "route" } }, - "parent_station": { - "data": null + "route_pattern": { + "data": { + "id": "9-1-0", + "type": "route_pattern" + } }, - "zone": { + "service": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "WinterWeekday", + "type": "service" + } + }, + "shape": { + "data": { + "id": "090244", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "175", + "type": "stop" + }, + { + "id": "143", + "type": "stop" + }, + { + "id": "144", + "type": "stop" + }, + { + "id": "145", + "type": "stop" + }, + { + "id": "146", + "type": "stop" + }, + { + "id": "147", + "type": "stop" + }, + { + "id": "148", + "type": "stop" + }, + { + "id": "11481", + "type": "stop" + }, + { + "id": "151", + "type": "stop" + }, + { + "id": "153", + "type": "stop" + }, + { + "id": "154", + "type": "stop" + }, + { + "id": "155", + "type": "stop" + }, + { + "id": "156", + "type": "stop" + }, + { + "id": "157", + "type": "stop" + }, + { + "id": "21", + "type": "stop" + }, + { + "id": "22", + "type": "stop" + }, + { + "id": "23", + "type": "stop" + }, + { + "id": "24", + "type": "stop" + }, + { + "id": "886", + "type": "stop" + }, + { + "id": "33", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "17354", + "id": "2034", "links": { - "self": "/stops/17354" + "self": "/stops/2034" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=17354" + "related": "/facilities/?filter[stop]=2034" } }, "parent_station": { @@ -200980,38 +202621,38 @@ }, { "attributes": {}, - "id": "143", + "id": "DB-2205-B0", "links": { - "self": "/stops/143" + "self": "/stops/DB-2205-B0" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=143" + "related": "/facilities/?filter[stop]=DB-2205-B0" } }, "parent_station": { - "data": null - }, - "zone": { "data": { - "id": "ExpressBus-Downtown", - "type": "zone" + "id": "place-DB-2205", + "type": "stop" } + }, + "zone": { + "data": null } }, "type": "stop" }, { "attributes": {}, - "id": "8333", + "id": "6943", "links": { - "self": "/stops/8333" + "self": "/stops/6943" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8333" + "related": "/facilities/?filter[stop]=6943" } }, "parent_station": { @@ -201028,14 +202669,14 @@ }, { "attributes": {}, - "id": "109864", + "id": "5421", "links": { - "self": "/stops/109864" + "self": "/stops/5421" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=109864" + "related": "/facilities/?filter[stop]=5421" } }, "parent_station": { @@ -201052,14 +202693,14 @@ }, { "attributes": {}, - "id": "34509", + "id": "7724", "links": { - "self": "/stops/34509" + "self": "/stops/7724" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=34509" + "related": "/facilities/?filter[stop]=7724" } }, "parent_station": { @@ -201076,14 +202717,14 @@ }, { "attributes": {}, - "id": "147", + "id": "45211", "links": { - "self": "/stops/147" + "self": "/stops/45211" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=147" + "related": "/facilities/?filter[stop]=45211" } }, "parent_station": { @@ -201100,14 +202741,14 @@ }, { "attributes": {}, - "id": "5560", + "id": "1060", "links": { - "self": "/stops/5560" + "self": "/stops/1060" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5560" + "related": "/facilities/?filter[stop]=1060" } }, "parent_station": { @@ -201123,63 +202764,205 @@ "type": "stop" }, { - "attributes": {}, - "id": "5248", + "attributes": { + "direction_id": 0, + "headsign": "Harvard" + }, + "id": "67015231", "links": { - "self": "/stops/5248" + "self": "/trips/67015231" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=5248" + "route": { + "data": { + "id": "86", + "type": "route" } }, - "parent_station": { - "data": null + "route_pattern": { + "data": { + "id": "86-_-0", + "type": "route_pattern" + } }, - "zone": { + "service": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "WinterSaturday", + "type": "service" + } + }, + "shape": { + "data": { + "id": "860170", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "21917", + "type": "stop" + }, + { + "id": "1027", + "type": "stop" + }, + { + "id": "1029", + "type": "stop" + }, + { + "id": "1030", + "type": "stop" + }, + { + "id": "1032", + "type": "stop" + }, + { + "id": "1033", + "type": "stop" + }, + { + "id": "1034", + "type": "stop" + }, + { + "id": "1026", + "type": "stop" + }, + { + "id": "1035", + "type": "stop" + }, + { + "id": "1036", + "type": "stop" + }, + { + "id": "1038", + "type": "stop" + }, + { + "id": "1039", + "type": "stop" + }, + { + "id": "1040", + "type": "stop" + }, + { + "id": "1041", + "type": "stop" + }, + { + "id": "1042", + "type": "stop" + }, + { + "id": "1043", + "type": "stop" + }, + { + "id": "1045", + "type": "stop" + }, + { + "id": "1046", + "type": "stop" + }, + { + "id": "1049", + "type": "stop" + }, + { + "id": "1589", + "type": "stop" + }, + { + "id": "2561", + "type": "stop" + }, + { + "id": "2564", + "type": "stop" + }, + { + "id": "2565", + "type": "stop" + }, + { + "id": "2074", + "type": "stop" + }, + { + "id": "76123", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { - "attributes": {}, - "id": "10015", + "attributes": { + "direction_id": 0, + "headsign": "Hingham" + }, + "id": "Boat-F1-1215-Long-BF2H-03-Weekday-Fall-24", "links": { - "self": "/stops/10015" + "self": "/trips/Boat-F1-1215-Long-BF2H-03-Weekday-Fall-24" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=10015" + "route": { + "data": { + "id": "Boat-F1", + "type": "route" } }, - "parent_station": { - "data": null + "route_pattern": { + "data": { + "id": "Boat-F1-6-0", + "type": "route_pattern" + } }, - "zone": { + "service": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "Boat-F1-Weekday-Fall-24", + "type": "service" + } + }, + "shape": { + "data": { + "id": "b0012", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "Boat-Long", + "type": "stop" + }, + { + "id": "Boat-Hingham", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "163", + "id": "17813", "links": { - "self": "/stops/163" + "self": "/stops/17813" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=163" + "related": "/facilities/?filter[stop]=17813" } }, "parent_station": { @@ -201196,14 +202979,14 @@ }, { "attributes": {}, - "id": "7713", + "id": "4047", "links": { - "self": "/stops/7713" + "self": "/stops/4047" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7713" + "related": "/facilities/?filter[stop]=4047" } }, "parent_station": { @@ -201220,18 +203003,21 @@ }, { "attributes": {}, - "id": "9149", + "id": "29006", "links": { - "self": "/stops/9149" + "self": "/stops/29006" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9149" + "related": "/facilities/?filter[stop]=29006" } }, "parent_station": { - "data": null + "data": { + "id": "place-sull", + "type": "stop" + } }, "zone": { "data": { @@ -201244,14 +203030,14 @@ }, { "attributes": {}, - "id": "75731", + "id": "42951", "links": { - "self": "/stops/75731" + "self": "/stops/42951" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=75731" + "related": "/facilities/?filter[stop]=42951" } }, "parent_station": { @@ -201268,14 +203054,14 @@ }, { "attributes": {}, - "id": "45332", + "id": "2410", "links": { - "self": "/stops/45332" + "self": "/stops/2410" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=45332" + "related": "/facilities/?filter[stop]=2410" } }, "parent_station": { @@ -201292,14 +203078,14 @@ }, { "attributes": {}, - "id": "7808", + "id": "1491", "links": { - "self": "/stops/7808" + "self": "/stops/1491" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7808" + "related": "/facilities/?filter[stop]=1491" } }, "parent_station": { @@ -201316,25 +203102,22 @@ }, { "attributes": {}, - "id": "FB-0109-01", + "id": "6174", "links": { - "self": "/stops/FB-0109-01" + "self": "/stops/6174" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=FB-0109-01" + "related": "/facilities/?filter[stop]=6174" } }, "parent_station": { - "data": { - "id": "place-FB-0109", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "CR-zone-2", + "id": "LocalBus", "type": "zone" } } @@ -201343,14 +203126,14 @@ }, { "attributes": {}, - "id": "6106", + "id": "7373", "links": { - "self": "/stops/6106" + "self": "/stops/7373" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6106" + "related": "/facilities/?filter[stop]=7373" } }, "parent_station": { @@ -201367,14 +203150,14 @@ }, { "attributes": {}, - "id": "9198", + "id": "3248", "links": { - "self": "/stops/9198" + "self": "/stops/3248" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9198" + "related": "/facilities/?filter[stop]=3248" } }, "parent_station": { @@ -201391,14 +203174,14 @@ }, { "attributes": {}, - "id": "3600", + "id": "6498", "links": { - "self": "/stops/3600" + "self": "/stops/6498" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3600" + "related": "/facilities/?filter[stop]=6498" } }, "parent_station": { @@ -201414,533 +203197,66 @@ "type": "stop" }, { - "attributes": { - "direction_id": 1, - "headsign": "Quincy Center" - }, - "id": "61929226", + "attributes": {}, + "id": "905", "links": { - "self": "/trips/61929226" + "self": "/stops/905" }, "relationships": { - "route": { - "data": { - "id": "230", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "230-3-1", - "type": "route_pattern" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=905" } }, - "service": { - "data": { - "id": "SpringWeekday", - "type": "service" - } + "parent_station": { + "data": null }, - "shape": { + "zone": { "data": { - "id": "2300154", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "39870", - "type": "stop" - }, - { - "id": "3988", - "type": "stop" - }, - { - "id": "3990", - "type": "stop" - }, - { - "id": "3991", - "type": "stop" - }, - { - "id": "3992", - "type": "stop" - }, - { - "id": "3994", - "type": "stop" - }, - { - "id": "3996", - "type": "stop" - }, - { - "id": "3997", - "type": "stop" - }, - { - "id": "3998", - "type": "stop" - }, - { - "id": "3999", - "type": "stop" - }, - { - "id": "4000", - "type": "stop" - }, - { - "id": "4001", - "type": "stop" - }, - { - "id": "4002", - "type": "stop" - }, - { - "id": "4003", - "type": "stop" - }, - { - "id": "4004", - "type": "stop" - }, - { - "id": "4006", - "type": "stop" - }, - { - "id": "4007", - "type": "stop" - }, - { - "id": "4008", - "type": "stop" - }, - { - "id": "4009", - "type": "stop" - }, - { - "id": "4010", - "type": "stop" - }, - { - "id": "3900", - "type": "stop" - }, - { - "id": "3901", - "type": "stop" - }, - { - "id": "3902", - "type": "stop" - }, - { - "id": "3903", - "type": "stop" - }, - { - "id": "3905", - "type": "stop" - }, - { - "id": "3906", - "type": "stop" - }, - { - "id": "3907", - "type": "stop" - }, - { - "id": "39081", - "type": "stop" - }, - { - "id": "3910", - "type": "stop" - }, - { - "id": "3911", - "type": "stop" - }, - { - "id": "3913", - "type": "stop" - }, - { - "id": "3915", - "type": "stop" - }, - { - "id": "3916", - "type": "stop" - }, - { - "id": "3917", - "type": "stop" - }, - { - "id": "3918", - "type": "stop" - }, - { - "id": "3921", - "type": "stop" - }, - { - "id": "3922", - "type": "stop" - }, - { - "id": "3923", - "type": "stop" - }, - { - "id": "3925", - "type": "stop" - }, - { - "id": "3926", - "type": "stop" - }, - { - "id": "3928", - "type": "stop" - }, - { - "id": "3930", - "type": "stop" - }, - { - "id": "38671", - "type": "stop" - }, - { - "id": "3931", - "type": "stop" - }, - { - "id": "3933", - "type": "stop" - }, - { - "id": "3934", - "type": "stop" - }, - { - "id": "3935", - "type": "stop" - }, - { - "id": "3936", - "type": "stop" - }, - { - "id": "3937", - "type": "stop" - }, - { - "id": "3938", - "type": "stop" - }, - { - "id": "3939", - "type": "stop" - }, - { - "id": "3940", - "type": "stop" - }, - { - "id": "3941", - "type": "stop" - }, - { - "id": "3943", - "type": "stop" - }, - { - "id": "3944", - "type": "stop" - }, - { - "id": "3945", - "type": "stop" - }, - { - "id": "3946", - "type": "stop" - }, - { - "id": "3947", - "type": "stop" - }, - { - "id": "3948", - "type": "stop" - }, - { - "id": "3949", - "type": "stop" - }, - { - "id": "3950", - "type": "stop" - }, - { - "id": "3959", - "type": "stop" - }, - { - "id": "3420", - "type": "stop" - }, - { - "id": "3422", - "type": "stop" - }, - { - "id": "3423", - "type": "stop" - }, - { - "id": "33241", - "type": "stop" - }, - { - "id": "32000", - "type": "stop" - }, - { - "id": "32003", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { - "attributes": { - "direction_id": 1, - "headsign": "Nubian via Fields Corner" - }, - "id": "61390985", + "attributes": {}, + "id": "70220", "links": { - "self": "/trips/61390985" + "self": "/stops/70220" }, "relationships": { - "route": { - "data": { - "id": "15", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "15-4-1", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "SpringWeekday", - "type": "service" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=70220" } }, - "shape": { + "parent_station": { "data": { - "id": "150266", - "type": "shape" + "id": "place-cool", + "type": "stop" } }, - "stops": { - "data": [ - { - "id": "334", - "type": "stop" - }, - { - "id": "30336", - "type": "stop" - }, - { - "id": "337", - "type": "stop" - }, - { - "id": "338", - "type": "stop" - }, - { - "id": "339", - "type": "stop" - }, - { - "id": "340", - "type": "stop" - }, - { - "id": "341", - "type": "stop" - }, - { - "id": "342", - "type": "stop" - }, - { - "id": "343", - "type": "stop" - }, - { - "id": "32501", - "type": "stop" - }, - { - "id": "322", - "type": "stop" - }, - { - "id": "323", - "type": "stop" - }, - { - "id": "55600", - "type": "stop" - }, - { - "id": "557", - "type": "stop" - }, - { - "id": "558", - "type": "stop" - }, - { - "id": "559", - "type": "stop" - }, - { - "id": "560", - "type": "stop" - }, - { - "id": "561", - "type": "stop" - }, - { - "id": "1468", - "type": "stop" - }, - { - "id": "1469", - "type": "stop" - }, - { - "id": "1470", - "type": "stop" - }, - { - "id": "1471", - "type": "stop" - }, - { - "id": "1472", - "type": "stop" - }, - { - "id": "1473", - "type": "stop" - }, - { - "id": "14731", - "type": "stop" - }, - { - "id": "1474", - "type": "stop" - }, - { - "id": "1475", - "type": "stop" - }, - { - "id": "1478", - "type": "stop" - }, - { - "id": "1479", - "type": "stop" - }, - { - "id": "1480", - "type": "stop" - }, - { - "id": "1481", - "type": "stop" - }, - { - "id": "11482", - "type": "stop" - }, - { - "id": "14831", - "type": "stop" - }, - { - "id": "1484", - "type": "stop" - }, - { - "id": "1485", - "type": "stop" - }, - { - "id": "1486", - "type": "stop" - }, - { - "id": "1487", - "type": "stop" - }, - { - "id": "1488", - "type": "stop" - }, - { - "id": "1489", - "type": "stop" - }, - { - "id": "1491", - "type": "stop" - }, - { - "id": "64000", - "type": "stop" - } - ] + "zone": { + "data": { + "id": "RapidTransit", + "type": "zone" + } } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "1612", + "id": "1079", "links": { - "self": "/stops/1612" + "self": "/stops/1079" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1612" + "related": "/facilities/?filter[stop]=1079" } }, "parent_station": { @@ -201957,14 +203273,14 @@ }, { "attributes": {}, - "id": "2840", + "id": "1923", "links": { - "self": "/stops/2840" + "self": "/stops/1923" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2840" + "related": "/facilities/?filter[stop]=1923" } }, "parent_station": { @@ -201979,16 +203295,30 @@ }, "type": "stop" }, + { + "attributes": { + "color": "FFC72C", + "long_name": "Ashmont - Andrew", + "short_name": "18", + "sort_order": 50180, + "text_color": "000000" + }, + "id": "line-18", + "links": { + "self": "/lines/line-18" + }, + "type": "line" + }, { "attributes": {}, - "id": "10421", + "id": "2531", "links": { - "self": "/stops/10421" + "self": "/stops/2531" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=10421" + "related": "/facilities/?filter[stop]=2531" } }, "parent_station": { @@ -202004,46 +203334,39 @@ "type": "stop" }, { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "North Station", - "Tide Street" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "North Station - Tide Street", - "short_name": "4", - "sort_order": 50040, - "text_color": "000000", - "type": 3 - }, - "id": "4", + "attributes": {}, + "id": "1383", "links": { - "self": "/routes/4" + "self": "/stops/1383" }, "relationships": { - "line": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=1383" + } + }, + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "line-4", - "type": "line" + "id": "LocalBus", + "type": "zone" } } }, - "type": "route" + "type": "stop" }, { "attributes": {}, - "id": "3377", + "id": "46170", "links": { - "self": "/stops/3377" + "self": "/stops/46170" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3377" + "related": "/facilities/?filter[stop]=46170" } }, "parent_station": { @@ -202060,14 +203383,14 @@ }, { "attributes": {}, - "id": "7319", + "id": "9177", "links": { - "self": "/stops/7319" + "self": "/stops/9177" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7319" + "related": "/facilities/?filter[stop]=9177" } }, "parent_station": { @@ -202084,14 +203407,14 @@ }, { "attributes": {}, - "id": "5722", + "id": "5497", "links": { - "self": "/stops/5722" + "self": "/stops/5497" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5722" + "related": "/facilities/?filter[stop]=5497" } }, "parent_station": { @@ -202108,14 +203431,14 @@ }, { "attributes": {}, - "id": "3975", + "id": "7403", "links": { - "self": "/stops/3975" + "self": "/stops/7403" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3975" + "related": "/facilities/?filter[stop]=7403" } }, "parent_station": { @@ -202133,27 +203456,50 @@ { "attributes": { "color": "FFC72C", - "long_name": "Lebanon Street, Malden - Wellington", - "short_name": "106", - "sort_order": 51060, - "text_color": "000000" + "direction_destinations": [ + "Lincoln Lab", + "Alewife Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Lincoln Lab - Alewife Station", + "short_name": "76", + "sort_order": 50760, + "text_color": "000000", + "type": 3 }, - "id": "line-106", + "id": "76", "links": { - "self": "/lines/line-106" + "self": "/routes/76" }, - "type": "line" + "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, + "line": { + "data": { + "id": "line-6276", + "type": "line" + } + } + }, + "type": "route" }, { "attributes": {}, - "id": "7349", + "id": "41035", "links": { - "self": "/stops/7349" + "self": "/stops/41035" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7349" + "related": "/facilities/?filter[stop]=41035" } }, "parent_station": { @@ -202170,14 +203516,14 @@ }, { "attributes": {}, - "id": "3969", + "id": "32619", "links": { - "self": "/stops/3969" + "self": "/stops/32619" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3969" + "related": "/facilities/?filter[stop]=32619" } }, "parent_station": { @@ -202192,16 +203538,53 @@ }, "type": "stop" }, + { + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Newburyport or Rockport", + "North Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Swampscott - North Station (Limited)", + "short_name": "Newburyport/Rockport Line Shuttle", + "sort_order": 62128, + "text_color": "000000", + "type": 3 + }, + "id": "Shuttle-NorthStationSwampscottLimited", + "links": { + "self": "/routes/Shuttle-NorthStationSwampscottLimited" + }, + "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, + "line": { + "data": { + "id": "line-Newburyport", + "type": "line" + } + } + }, + "type": "route" + }, { "attributes": {}, - "id": "2510", + "id": "6694", "links": { - "self": "/stops/2510" + "self": "/stops/6694" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2510" + "related": "/facilities/?filter[stop]=6694" } }, "parent_station": { @@ -202218,14 +203601,14 @@ }, { "attributes": {}, - "id": "6841", + "id": "17154", "links": { - "self": "/stops/6841" + "self": "/stops/17154" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6841" + "related": "/facilities/?filter[stop]=17154" } }, "parent_station": { @@ -202242,42 +203625,42 @@ }, { "attributes": {}, - "id": "1434", + "id": "9170211", "links": { - "self": "/stops/1434" + "self": "/stops/9170211" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1434" + "related": "/facilities/?filter[stop]=9170211" } }, "parent_station": { "data": null }, "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } + "data": null } }, "type": "stop" }, { "attributes": {}, - "id": "16434", + "id": "39870", "links": { - "self": "/stops/16434" + "self": "/stops/39870" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=16434" + "related": "/facilities/?filter[stop]=39870" } }, "parent_station": { - "data": null + "data": { + "id": "place-MM-0186", + "type": "stop" + } }, "zone": { "data": { @@ -202290,19 +203673,19 @@ }, { "attributes": {}, - "id": "70234", + "id": "70060", "links": { - "self": "/stops/70234" + "self": "/stops/70060" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70234" + "related": "/facilities/?filter[stop]=70060" } }, "parent_station": { "data": { - "id": "place-denrd", + "id": "place-wondl", "type": "stop" } }, @@ -202317,41 +203700,38 @@ }, { "attributes": {}, - "id": "FB-0125-02", + "id": "DB-2249-B3", "links": { - "self": "/stops/FB-0125-02" + "self": "/stops/DB-2249-B3" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=FB-0125-02" + "related": "/facilities/?filter[stop]=DB-2249-B3" } }, "parent_station": { "data": { - "id": "place-FB-0125", + "id": "place-DB-2249", "type": "stop" } }, "zone": { - "data": { - "id": "CR-zone-3", - "type": "zone" - } + "data": null } }, "type": "stop" }, { "attributes": {}, - "id": "3455", + "id": "15999", "links": { - "self": "/stops/3455" + "self": "/stops/15999" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3455" + "related": "/facilities/?filter[stop]=15999" } }, "parent_station": { @@ -202368,35 +203748,38 @@ }, { "attributes": {}, - "id": "9070024", + "id": "1434", "links": { - "self": "/stops/9070024" + "self": "/stops/1434" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9070024" + "related": "/facilities/?filter[stop]=1434" } }, "parent_station": { "data": null }, "zone": { - "data": null + "data": { + "id": "LocalBus", + "type": "zone" + } } }, "type": "stop" }, { "attributes": {}, - "id": "5993", + "id": "1658", "links": { - "self": "/stops/5993" + "self": "/stops/1658" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5993" + "related": "/facilities/?filter[stop]=1658" } }, "parent_station": { @@ -202413,14 +203796,14 @@ }, { "attributes": {}, - "id": "7183", + "id": "5050", "links": { - "self": "/stops/7183" + "self": "/stops/5050" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7183" + "related": "/facilities/?filter[stop]=5050" } }, "parent_station": { @@ -202436,96 +203819,50 @@ "type": "stop" }, { - "attributes": { - "direction_id": 0, - "headsign": "Riverside (Shuttle)" - }, - "id": "ReservoirRiverside-0-sample", + "attributes": {}, + "id": "38812", "links": { - "self": "/trips/ReservoirRiverside-0-sample" + "self": "/stops/38812" }, "relationships": { - "route": { - "data": { - "id": "Shuttle-ReservoirRiverside", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Shuttle-ReservoirRiverside-0-0", - "type": "route_pattern" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=38812" } }, - "service": { - "data": { - "id": "canonical", - "type": "service" - } + "parent_station": { + "data": null }, - "shape": { + "zone": { "data": { - "id": "ReservoirToRiverside-S", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "21917", - "type": "stop" - }, - { - "id": "1540", - "type": "stop" - }, - { - "id": "9070171", - "type": "stop" - }, - { - "id": "9170169", - "type": "stop" - }, - { - "id": "8206", - "type": "stop" - }, - { - "id": "9070165", - "type": "stop" - }, - { - "id": "9070162", - "type": "stop" - }, - { - "id": "38155", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "1926", + "id": "ER-0128-02", "links": { - "self": "/stops/1926" + "self": "/stops/ER-0128-02" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1926" + "related": "/facilities/?filter[stop]=ER-0128-02" } }, "parent_station": { - "data": null + "data": { + "id": "place-ER-0128", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "CR-zone-3", "type": "zone" } } @@ -202534,14 +203871,14 @@ }, { "attributes": {}, - "id": "3793", + "id": "17411", "links": { - "self": "/stops/3793" + "self": "/stops/17411" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3793" + "related": "/facilities/?filter[stop]=17411" } }, "parent_station": { @@ -202557,176 +203894,39 @@ "type": "stop" }, { - "attributes": { - "direction_id": 1, - "headsign": "Forest Hills" - }, - "id": "62145518", + "attributes": {}, + "id": "55011", "links": { - "self": "/trips/62145518" + "self": "/stops/55011" }, "relationships": { - "route": { - "data": { - "id": "36", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "36-_-1", - "type": "route_pattern" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=55011" } }, - "service": { - "data": { - "id": "SpringWeekday", - "type": "service" - } + "parent_station": { + "data": null }, - "shape": { + "zone": { "data": { - "id": "360364", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "774", - "type": "stop" - }, - { - "id": "775", - "type": "stop" - }, - { - "id": "776", - "type": "stop" - }, - { - "id": "777", - "type": "stop" - }, - { - "id": "10777", - "type": "stop" - }, - { - "id": "778", - "type": "stop" - }, - { - "id": "779", - "type": "stop" - }, - { - "id": "780", - "type": "stop" - }, - { - "id": "781", - "type": "stop" - }, - { - "id": "782", - "type": "stop" - }, - { - "id": "783", - "type": "stop" - }, - { - "id": "784", - "type": "stop" - }, - { - "id": "785", - "type": "stop" - }, - { - "id": "786", - "type": "stop" - }, - { - "id": "787", - "type": "stop" - }, - { - "id": "788", - "type": "stop" - }, - { - "id": "789", - "type": "stop" - }, - { - "id": "790", - "type": "stop" - }, - { - "id": "791", - "type": "stop" - }, - { - "id": "792", - "type": "stop" - }, - { - "id": "793", - "type": "stop" - }, - { - "id": "795", - "type": "stop" - }, - { - "id": "636", - "type": "stop" - }, - { - "id": "637", - "type": "stop" - }, - { - "id": "638", - "type": "stop" - }, - { - "id": "639", - "type": "stop" - }, - { - "id": "640", - "type": "stop" - }, - { - "id": "641", - "type": "stop" - }, - { - "id": "642", - "type": "stop" - }, - { - "id": "10642", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "9104", + "id": "7827", "links": { - "self": "/stops/9104" + "self": "/stops/7827" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9104" + "related": "/facilities/?filter[stop]=7827" } }, "parent_station": { @@ -202743,14 +203943,14 @@ }, { "attributes": {}, - "id": "13836", + "id": "86933", "links": { - "self": "/stops/13836" + "self": "/stops/86933" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=13836" + "related": "/facilities/?filter[stop]=86933" } }, "parent_station": { @@ -202767,14 +203967,14 @@ }, { "attributes": {}, - "id": "111844", + "id": "49838", "links": { - "self": "/stops/111844" + "self": "/stops/49838" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=111844" + "related": "/facilities/?filter[stop]=49838" } }, "parent_station": { @@ -202792,45 +203992,117 @@ { "attributes": { "direction_id": 0, - "headsign": "Newburyport (Express shuttle)" + "headsign": "Chestnut Hill Mall" }, - "id": "NewburyportSalemExpressBeverly-0-sample", + "id": "66653392", "links": { - "self": "/trips/NewburyportSalemExpressBeverly-0-sample" + "self": "/trips/66653392" }, "relationships": { "route": { "data": { - "id": "Shuttle-NewburyportSalemExpress", + "id": "60", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-NewburyportSalemExpress-0-0", + "id": "60-4-0", "type": "route_pattern" } }, "service": { "data": { - "id": "canonical", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "SalemToNewburyportExpress-S", + "id": "600232", "type": "shape" } }, "stops": { "data": [ { - "id": "ER-0168-B", + "id": "11366", "type": "stop" }, { - "id": "ER-0362-B", + "id": "1527", + "type": "stop" + }, + { + "id": "1528", + "type": "stop" + }, + { + "id": "1529", + "type": "stop" + }, + { + "id": "15291", + "type": "stop" + }, + { + "id": "1530", + "type": "stop" + }, + { + "id": "1531", + "type": "stop" + }, + { + "id": "1532", + "type": "stop" + }, + { + "id": "1533", + "type": "stop" + }, + { + "id": "1534", + "type": "stop" + }, + { + "id": "1535", + "type": "stop" + }, + { + "id": "15351", + "type": "stop" + }, + { + "id": "1536", + "type": "stop" + }, + { + "id": "1539", + "type": "stop" + }, + { + "id": "1540", + "type": "stop" + }, + { + "id": "1965", + "type": "stop" + }, + { + "id": "19661", + "type": "stop" + }, + { + "id": "17000", + "type": "stop" + }, + { + "id": "17001", + "type": "stop" + }, + { + "id": "19821", "type": "stop" } ] @@ -202839,119 +204111,196 @@ "type": "trip" }, { - "attributes": {}, - "id": "1636", + "attributes": { + "color": "80276C", + "direction_destinations": [ + "Worcester", + "South Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Framingham/Worcester Line", + "short_name": "", + "sort_order": 20003, + "text_color": "FFFFFF", + "type": 2 + }, + "id": "CR-Worcester", "links": { - "self": "/stops/1636" + "self": "/routes/CR-Worcester" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=1636" + "agency": { + "data": { + "id": "1", + "type": "agency" } }, - "parent_station": { - "data": null - }, - "zone": { + "line": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "line-Worcester", + "type": "line" } } }, - "type": "stop" + "type": "route" }, { "attributes": { "direction_id": 1, - "headsign": "Kenmore via Saint Mary's Street (Shuttle)" + "headsign": "Quincy Center" }, - "id": "KenmoreStMarysRiversideD-1-sample", + "id": "67290227", "links": { - "self": "/trips/KenmoreStMarysRiversideD-1-sample" + "self": "/trips/67290227" }, "relationships": { "route": { "data": { - "id": "Shuttle-KenmoreStMarysRiverside", + "id": "236", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-KenmoreStMarysRiverside-0-1", + "id": "236-3-1", "type": "route_pattern" } }, "service": { "data": { - "id": "canonical", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "RiversideToKenmoreViaStMarys-S", + "id": "2360077", "type": "shape" } }, "stops": { "data": [ { - "id": "38155", + "id": "38671", "type": "stop" }, { - "id": "9070162", + "id": "39692", "type": "stop" }, { - "id": "9070164", + "id": "39691", "type": "stop" }, { - "id": "8153", + "id": "39689", "type": "stop" }, { - "id": "9170168", + "id": "39688", "type": "stop" }, { - "id": "9070170", + "id": "39687", "type": "stop" }, { - "id": "1984", + "id": "39686", "type": "stop" }, { - "id": "21917", + "id": "39685", "type": "stop" }, { - "id": "9070179", + "id": "39684", "type": "stop" }, { - "id": "1556", + "id": "39683", "type": "stop" }, { - "id": "1804", + "id": "39682", "type": "stop" }, { - "id": "1807", + "id": "39681", "type": "stop" }, { - "id": "9070212", + "id": "39679", "type": "stop" }, { - "id": "9070150", + "id": "39678", + "type": "stop" + }, + { + "id": "39677", + "type": "stop" + }, + { + "id": "39676", + "type": "stop" + }, + { + "id": "39675", + "type": "stop" + }, + { + "id": "39674", + "type": "stop" + }, + { + "id": "39673", + "type": "stop" + }, + { + "id": "39672", + "type": "stop" + }, + { + "id": "39671", + "type": "stop" + }, + { + "id": "3957", + "type": "stop" + }, + { + "id": "3950", + "type": "stop" + }, + { + "id": "3959", + "type": "stop" + }, + { + "id": "3420", + "type": "stop" + }, + { + "id": "3422", + "type": "stop" + }, + { + "id": "3423", + "type": "stop" + }, + { + "id": "33241", + "type": "stop" + }, + { + "id": "32000", + "type": "stop" + }, + { + "id": "32001", "type": "stop" } ] @@ -202961,14 +204310,14 @@ }, { "attributes": {}, - "id": "534", + "id": "60", "links": { - "self": "/stops/534" + "self": "/stops/60" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=534" + "related": "/facilities/?filter[stop]=60" } }, "parent_station": { @@ -202976,7 +204325,7 @@ }, "zone": { "data": { - "id": "LocalBus", + "id": "ExpressBus-Downtown", "type": "zone" } } @@ -202984,29 +204333,39 @@ "type": "stop" }, { - "attributes": { - "color": "00843D", - "long_name": "Green Line", - "short_name": "", - "sort_order": 10032, - "text_color": "FFFFFF" - }, - "id": "line-Green", + "attributes": {}, + "id": "NHRML-0152-B", "links": { - "self": "/lines/line-Green" + "self": "/stops/NHRML-0152-B" }, - "type": "line" + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=NHRML-0152-B" + } + }, + "parent_station": { + "data": { + "id": "place-NHRML-0152", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" }, { "attributes": {}, - "id": "5501", + "id": "81835", "links": { - "self": "/stops/5501" + "self": "/stops/81835" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5501" + "related": "/facilities/?filter[stop]=81835" } }, "parent_station": { @@ -203023,22 +204382,25 @@ }, { "attributes": {}, - "id": "24482", + "id": "GRB-0146-S", "links": { - "self": "/stops/24482" + "self": "/stops/GRB-0146-S" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=24482" + "related": "/facilities/?filter[stop]=GRB-0146-S" } }, "parent_station": { - "data": null + "data": { + "id": "place-GRB-0146", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "CR-zone-2", "type": "zone" } } @@ -203046,104 +204408,66 @@ "type": "stop" }, { - "attributes": { - "direction_id": 0, - "headsign": "Providence" - }, - "id": "CR-670295-837", + "attributes": {}, + "id": "FR-0034-01", "links": { - "self": "/trips/CR-670295-837" + "self": "/stops/FR-0034-01" }, "relationships": { - "route": { - "data": { - "id": "CR-Providence", - "type": "route" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=FR-0034-01" } }, - "route_pattern": { + "parent_station": { "data": { - "id": "CR-Providence-5ec86501-0", - "type": "route_pattern" + "id": "place-portr", + "type": "stop" } }, - "service": { + "zone": { "data": { - "id": "SPRING2024-SOUTHWKD-Weekday-1-Scbbf1ea5", - "type": "service" + "id": "CR-zone-1A", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "5934", + "links": { + "self": "/stops/5934" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=5934" } }, - "shape": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "9890009", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "NEC-2287", - "type": "stop" - }, - { - "id": "NEC-2276-03", - "type": "stop" - }, - { - "id": "NEC-2265-03", - "type": "stop" - }, - { - "id": "NEC-2203-03", - "type": "stop" - }, - { - "id": "NEC-2192-03", - "type": "stop" - }, - { - "id": "NEC-2173-01", - "type": "stop" - }, - { - "id": "NEC-2139-01", - "type": "stop" - }, - { - "id": "NEC-2108-01", - "type": "stop" - }, - { - "id": "NEC-2040-01", - "type": "stop" - }, - { - "id": "NEC-1969-03", - "type": "stop" - }, - { - "id": "NEC-1891-01", - "type": "stop" - }, - { - "id": "NEC-1851-03", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "89606", + "id": "5867", "links": { - "self": "/stops/89606" + "self": "/stops/5867" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=89606" + "related": "/facilities/?filter[stop]=5867" } }, "parent_station": { @@ -203160,14 +204484,14 @@ }, { "attributes": {}, - "id": "8339", + "id": "1941", "links": { - "self": "/stops/8339" + "self": "/stops/1941" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8339" + "related": "/facilities/?filter[stop]=1941" } }, "parent_station": { @@ -203184,14 +204508,14 @@ }, { "attributes": {}, - "id": "1381", + "id": "1435", "links": { - "self": "/stops/1381" + "self": "/stops/1435" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1381" + "related": "/facilities/?filter[stop]=1435" } }, "parent_station": { @@ -203208,14 +204532,14 @@ }, { "attributes": {}, - "id": "1521", + "id": "3977", "links": { - "self": "/stops/1521" + "self": "/stops/3977" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1521" + "related": "/facilities/?filter[stop]=3977" } }, "parent_station": { @@ -203232,14 +204556,14 @@ }, { "attributes": {}, - "id": "2451", + "id": "51365", "links": { - "self": "/stops/2451" + "self": "/stops/51365" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2451" + "related": "/facilities/?filter[stop]=51365" } }, "parent_station": { @@ -203257,102 +204581,142 @@ { "attributes": { "direction_id": 1, - "headsign": "North Station" + "headsign": "Otis & Summer" }, - "id": "canonical-CR-Newburyport-C1-1", + "id": "66651304", "links": { - "self": "/trips/canonical-CR-Newburyport-C1-1" + "self": "/trips/66651304" }, "relationships": { "route": { "data": { - "id": "CR-Newburyport", + "id": "7", "type": "route" } }, "route_pattern": { "data": { - "id": "CR-Newburyport-e6060026-1", + "id": "7-2-1", "type": "route_pattern" } }, "service": { "data": { - "id": "canonical", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "canonical-9810001", + "id": "070172", "type": "shape" } }, "stops": { "data": [ { - "id": "ER-0362-01", - "type": "stop" - }, - { - "id": "ER-0312-S", - "type": "stop" - }, - { - "id": "ER-0276-S", + "id": "333", "type": "stop" }, { - "id": "ER-0227-S", + "id": "884", "type": "stop" }, { - "id": "ER-0208-02", + "id": "210", "type": "stop" }, { - "id": "ER-0183-02", + "id": "212", "type": "stop" }, { - "id": "ER-0168-S", + "id": "890", "type": "stop" }, { - "id": "ER-0128-02", + "id": "89001", "type": "stop" }, { - "id": "ER-0117-02", + "id": "891", "type": "stop" }, { - "id": "ER-0099-02", + "id": "892", "type": "stop" }, { - "id": "ER-0042-02", + "id": "6535", "type": "stop" }, { - "id": "BNT-0000", + "id": "16535", "type": "stop" } ] } }, - "type": "trip" + "type": "trip" + }, + { + "attributes": {}, + "id": "95618", + "links": { + "self": "/stops/95618" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=95618" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "2918", + "links": { + "self": "/stops/2918" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=2918" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" }, { "attributes": {}, - "id": "10425", + "id": "109861", "links": { - "self": "/stops/10425" + "self": "/stops/109861" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=10425" + "related": "/facilities/?filter[stop]=109861" } }, "parent_station": { @@ -203369,14 +204733,14 @@ }, { "attributes": {}, - "id": "4030", + "id": "8686", "links": { - "self": "/stops/4030" + "self": "/stops/8686" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4030" + "related": "/facilities/?filter[stop]=8686" } }, "parent_station": { @@ -203393,22 +204757,43 @@ }, { "attributes": {}, - "id": "DB-2240-B1", + "id": "9210", "links": { - "self": "/stops/DB-2240-B1" + "self": "/stops/9210" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=DB-2240-B1" + "related": "/facilities/?filter[stop]=9210" } }, "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "place-DB-2240", - "type": "stop" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "9070162", + "links": { + "self": "/stops/9070162" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=9070162" } }, + "parent_station": { + "data": null + }, "zone": { "data": null } @@ -203417,14 +204802,14 @@ }, { "attributes": {}, - "id": "571", + "id": "3050", "links": { - "self": "/stops/571" + "self": "/stops/3050" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=571" + "related": "/facilities/?filter[stop]=3050" } }, "parent_station": { @@ -203441,14 +204826,65 @@ }, { "attributes": {}, - "id": "6953", + "id": "7265", "links": { - "self": "/stops/6953" + "self": "/stops/7265" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6953" + "related": "/facilities/?filter[stop]=7265" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "14748", + "links": { + "self": "/stops/14748" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=14748" + } + }, + "parent_station": { + "data": { + "id": "place-ER-0115", + "type": "stop" + } + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "78201", + "links": { + "self": "/stops/78201" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=78201" } }, "parent_station": { @@ -203466,73 +204902,141 @@ { "attributes": { "direction_id": 1, - "headsign": "South Station" + "headsign": "Bryant Ave & Upton St" }, - "id": "canonical-CR-Providence-C2-1", + "id": "67290576", "links": { - "self": "/trips/canonical-CR-Providence-C2-1" + "self": "/trips/67290576" }, "relationships": { "route": { "data": { - "id": "CR-Providence", + "id": "217", "type": "route" } }, "route_pattern": { "data": { - "id": "CR-Providence-C2-1", + "id": "217-2-1", "type": "route_pattern" } }, "service": { "data": { - "id": "canonical", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "canonical-9890003", + "id": "2170131", "type": "shape" } }, "stops": { "data": [ { - "id": "SB-0189-S", + "id": "93129", "type": "stop" }, { - "id": "SB-0156-S", + "id": "93130", "type": "stop" }, { - "id": "NEC-2139", + "id": "3125", "type": "stop" }, { - "id": "NEC-2173-02", + "id": "3168", "type": "stop" }, { - "id": "NEC-2203-02", + "id": "3170", "type": "stop" }, { - "id": "NEC-2237-03", + "id": "3172", "type": "stop" }, { - "id": "NEC-2265", + "id": "3174", "type": "stop" }, { - "id": "NEC-2276", + "id": "3175", "type": "stop" }, { - "id": "NEC-2287", + "id": "3177", + "type": "stop" + }, + { + "id": "3178", + "type": "stop" + }, + { + "id": "3179", + "type": "stop" + }, + { + "id": "3181", + "type": "stop" + }, + { + "id": "3182", + "type": "stop" + }, + { + "id": "3184", + "type": "stop" + }, + { + "id": "3185", + "type": "stop" + }, + { + "id": "3186", + "type": "stop" + }, + { + "id": "31861", + "type": "stop" + }, + { + "id": "3460", + "type": "stop" + }, + { + "id": "3461", + "type": "stop" + }, + { + "id": "3462", + "type": "stop" + }, + { + "id": "3395", + "type": "stop" + }, + { + "id": "3396", + "type": "stop" + }, + { + "id": "3397", + "type": "stop" + }, + { + "id": "3398", + "type": "stop" + }, + { + "id": "3399", + "type": "stop" + }, + { + "id": "13400", "type": "stop" } ] @@ -203542,14 +205046,14 @@ }, { "attributes": {}, - "id": "6847", + "id": "1115", "links": { - "self": "/stops/6847" + "self": "/stops/1115" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6847" + "related": "/facilities/?filter[stop]=1115" } }, "parent_station": { @@ -203566,14 +205070,14 @@ }, { "attributes": {}, - "id": "31391", + "id": "406", "links": { - "self": "/stops/31391" + "self": "/stops/406" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=31391" + "related": "/facilities/?filter[stop]=406" } }, "parent_station": { @@ -203590,14 +205094,14 @@ }, { "attributes": {}, - "id": "8268", + "id": "1084", "links": { - "self": "/stops/8268" + "self": "/stops/1084" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8268" + "related": "/facilities/?filter[stop]=1084" } }, "parent_station": { @@ -203614,14 +205118,14 @@ }, { "attributes": {}, - "id": "5887", + "id": "4198", "links": { - "self": "/stops/5887" + "self": "/stops/4198" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5887" + "related": "/facilities/?filter[stop]=4198" } }, "parent_station": { @@ -203638,14 +205142,14 @@ }, { "attributes": {}, - "id": "3971", + "id": "3636", "links": { - "self": "/stops/3971" + "self": "/stops/3636" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3971" + "related": "/facilities/?filter[stop]=3636" } }, "parent_station": { @@ -203662,14 +205166,14 @@ }, { "attributes": {}, - "id": "45406", + "id": "7755", "links": { - "self": "/stops/45406" + "self": "/stops/7755" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=45406" + "related": "/facilities/?filter[stop]=7755" } }, "parent_station": { @@ -203686,14 +205190,14 @@ }, { "attributes": {}, - "id": "4912", + "id": "3910", "links": { - "self": "/stops/4912" + "self": "/stops/3910" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4912" + "related": "/facilities/?filter[stop]=3910" } }, "parent_station": { @@ -203709,87 +205213,52 @@ "type": "stop" }, { - "attributes": {}, - "id": "4359", - "links": { - "self": "/stops/4359" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=4359" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Harvard Square", + "Kendall/MIT Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Harvard Square - Kendall/MIT Station", + "short_name": "68", + "sort_order": 50680, + "text_color": "000000", + "type": 3 }, - "type": "stop" - }, - { - "attributes": {}, - "id": "6124", + "id": "68", "links": { - "self": "/stops/6124" + "self": "/routes/68" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=6124" - } - }, - "parent_station": { - "data": null - }, - "zone": { + "agency": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "3907", - "links": { - "self": "/stops/3907" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=3907" + "id": "1", + "type": "agency" } }, - "parent_station": { - "data": null - }, - "zone": { + "line": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "line-6468", + "type": "line" } } }, - "type": "stop" + "type": "route" }, { "attributes": {}, - "id": "3706", + "id": "3075", "links": { - "self": "/stops/3706" + "self": "/stops/3075" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3706" + "related": "/facilities/?filter[stop]=3075" } }, "parent_station": { @@ -203806,14 +205275,14 @@ }, { "attributes": {}, - "id": "109901", + "id": "18924", "links": { - "self": "/stops/109901" + "self": "/stops/18924" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=109901" + "related": "/facilities/?filter[stop]=18924" } }, "parent_station": { @@ -203830,14 +205299,14 @@ }, { "attributes": {}, - "id": "1445", + "id": "39675", "links": { - "self": "/stops/1445" + "self": "/stops/39675" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1445" + "related": "/facilities/?filter[stop]=39675" } }, "parent_station": { @@ -203854,51 +205323,45 @@ }, { "attributes": {}, - "id": "4327", + "id": "9070171", "links": { - "self": "/stops/4327" + "self": "/stops/9070171" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4327" + "related": "/facilities/?filter[stop]=9070171" } }, "parent_station": { "data": null }, "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } + "data": null } }, "type": "stop" }, { "attributes": {}, - "id": "9328", + "id": "WR-0228-B0", "links": { - "self": "/stops/9328" + "self": "/stops/WR-0228-B0" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9328" + "related": "/facilities/?filter[stop]=WR-0228-B0" } }, "parent_station": { "data": { - "id": "place-ogmnl", + "id": "place-WR-0228", "type": "stop" } }, "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } + "data": null } }, "type": "stop" @@ -203906,258 +205369,201 @@ { "attributes": { "direction_id": 1, - "headsign": "Otis & Summer" + "headsign": "Beachmont via Tomasello Way" }, - "id": "61393826", + "id": "67202533", "links": { - "self": "/trips/61393826" + "self": "/trips/67202533" }, "relationships": { "route": { "data": { - "id": "7", + "id": "119", "type": "route" } }, "route_pattern": { "data": { - "id": "7-1-1", + "id": "119-3-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "070160", + "id": "1190087", "type": "shape" } }, "stops": { "data": [ { - "id": "33", + "id": "6267", "type": "stop" }, { - "id": "10033", + "id": "7415", "type": "stop" }, { - "id": "34", + "id": "74120", "type": "stop" }, { - "id": "35", + "id": "7413", "type": "stop" }, { - "id": "895", + "id": "6269", "type": "stop" }, { - "id": "886", + "id": "6271", "type": "stop" }, { - "id": "884", + "id": "6272", "type": "stop" }, { - "id": "210", + "id": "6274", "type": "stop" }, { - "id": "212", + "id": "6275", "type": "stop" }, { - "id": "890", + "id": "46275", "type": "stop" }, { - "id": "891", + "id": "46276", "type": "stop" }, { - "id": "892", + "id": "5832", "type": "stop" }, { - "id": "6535", + "id": "15832", "type": "stop" }, { - "id": "16535", + "id": "5833", "type": "stop" - } - ] - } - }, - "type": "trip" - }, - { - "attributes": {}, - "id": "13835", - "links": { - "self": "/stops/13835" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=13835" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": { - "direction_id": 1, - "headsign": "Forest Hills" - }, - "id": "62144953", - "links": { - "self": "/trips/62144953" - }, - "relationships": { - "route": { - "data": { - "id": "40", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "40-_-1", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "SpringWeekday", - "type": "service" - } - }, - "shape": { - "data": { - "id": "400112", - "type": "shape" - } - }, - "stops": { - "data": [ + }, { - "id": "1618", + "id": "5835", "type": "stop" }, { - "id": "1620", + "id": "35830", "type": "stop" }, { - "id": "1621", + "id": "45838", "type": "stop" }, { - "id": "1623", + "id": "5711", "type": "stop" }, { - "id": "625", + "id": "57121", "type": "stop" }, { - "id": "10625", + "id": "5713", "type": "stop" }, { - "id": "626", + "id": "5714", "type": "stop" }, { - "id": "627", + "id": "5801", "type": "stop" }, { - "id": "628", + "id": "5803", "type": "stop" }, { - "id": "629", + "id": "5804", "type": "stop" }, { - "id": "630", + "id": "5805", "type": "stop" }, { - "id": "631", + "id": "5806", "type": "stop" }, { - "id": "632", + "id": "5807", "type": "stop" }, { - "id": "633", + "id": "15808", "type": "stop" }, { - "id": "10633", + "id": "5809", "type": "stop" }, { - "id": "634", + "id": "5810", "type": "stop" }, { - "id": "635", + "id": "5811", "type": "stop" }, { - "id": "636", + "id": "45811", "type": "stop" }, { - "id": "637", + "id": "5812", "type": "stop" }, { - "id": "638", + "id": "5813", "type": "stop" }, { - "id": "639", + "id": "5814", "type": "stop" }, { - "id": "640", + "id": "5815", "type": "stop" }, { - "id": "641", + "id": "5816", "type": "stop" }, { - "id": "642", + "id": "45816", "type": "stop" }, { - "id": "10642", + "id": "5817", + "type": "stop" + }, + { + "id": "5818", + "type": "stop" + }, + { + "id": "5819", "type": "stop" } ] @@ -204167,14 +205573,14 @@ }, { "attributes": {}, - "id": "6702", + "id": "1731", "links": { - "self": "/stops/6702" + "self": "/stops/1731" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6702" + "related": "/facilities/?filter[stop]=1731" } }, "parent_station": { @@ -204191,14 +205597,14 @@ }, { "attributes": {}, - "id": "5267", + "id": "1720", "links": { - "self": "/stops/5267" + "self": "/stops/1720" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5267" + "related": "/facilities/?filter[stop]=1720" } }, "parent_station": { @@ -204215,14 +205621,86 @@ }, { "attributes": {}, - "id": "6156", + "id": "3943", "links": { - "self": "/stops/6156" + "self": "/stops/3943" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6156" + "related": "/facilities/?filter[stop]=3943" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "3066", + "links": { + "self": "/stops/3066" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=3066" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "31836", + "links": { + "self": "/stops/31836" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=31836" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "5002", + "links": { + "self": "/stops/5002" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=5002" } }, "parent_station": { @@ -204240,27 +205718,50 @@ { "attributes": { "color": "FFC72C", - "long_name": "Chestnut Hill or Brighton - Kenmore", - "short_name": "60/65", - "sort_order": 50600, - "text_color": "000000" + "direction_destinations": [ + "Lowell", + "North Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Anderson/Woburn - North Station (Express)", + "short_name": "Lowell Line Shuttle", + "sort_order": 60227, + "text_color": "000000", + "type": 3 }, - "id": "line-6065", + "id": "Shuttle-AndersonWoburnNorthStationExpress", "links": { - "self": "/lines/line-6065" + "self": "/routes/Shuttle-AndersonWoburnNorthStationExpress" }, - "type": "line" + "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, + "line": { + "data": { + "id": "line-Lowell", + "type": "line" + } + } + }, + "type": "route" }, { "attributes": {}, - "id": "6941", + "id": "7270", "links": { - "self": "/stops/6941" + "self": "/stops/7270" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6941" + "related": "/facilities/?filter[stop]=7270" } }, "parent_station": { @@ -204277,14 +205778,14 @@ }, { "attributes": {}, - "id": "3283", + "id": "4171", "links": { - "self": "/stops/3283" + "self": "/stops/4171" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3283" + "related": "/facilities/?filter[stop]=4171" } }, "parent_station": { @@ -204301,14 +205802,14 @@ }, { "attributes": {}, - "id": "1313", + "id": "8489", "links": { - "self": "/stops/1313" + "self": "/stops/8489" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1313" + "related": "/facilities/?filter[stop]=8489" } }, "parent_station": { @@ -204323,16 +205824,30 @@ }, "type": "stop" }, + { + "attributes": { + "color": "FFC72C", + "long_name": "Riverside or Waltham Highlands - Newton Corner", + "short_name": "556/558", + "sort_order": 55560, + "text_color": "000000" + }, + "id": "line-556558", + "links": { + "self": "/lines/line-556558" + }, + "type": "line" + }, { "attributes": {}, - "id": "89339", + "id": "89413", "links": { - "self": "/stops/89339" + "self": "/stops/89413" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=89339" + "related": "/facilities/?filter[stop]=89413" } }, "parent_station": { @@ -204349,14 +205864,14 @@ }, { "attributes": {}, - "id": "2020", + "id": "2919", "links": { - "self": "/stops/2020" + "self": "/stops/2919" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2020" + "related": "/facilities/?filter[stop]=2919" } }, "parent_station": { @@ -204373,25 +205888,110 @@ }, { "attributes": {}, - "id": "WR-0085-02", + "id": "2576", "links": { - "self": "/stops/WR-0085-02" + "self": "/stops/2576" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=WR-0085-02" + "related": "/facilities/?filter[stop]=2576" } }, "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "place-WR-0085", + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Dedham Mall or Stimson Street", + "Forest Hills Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Dedham Mall or Stimson Street - Forest Hills Station", + "short_name": "35", + "sort_order": 50350, + "text_color": "000000", + "type": 3 + }, + "id": "35", + "links": { + "self": "/routes/35" + }, + "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, + "line": { + "data": { + "id": "line-35", + "type": "line" + } + } + }, + "type": "route" + }, + { + "attributes": {}, + "id": "77", + "links": { + "self": "/stops/77" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=77" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "70008", + "links": { + "self": "/stops/70008" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=70008" + } + }, + "parent_station": { + "data": { + "id": "place-rcmnl", "type": "stop" } }, "zone": { "data": { - "id": "CR-zone-2", + "id": "RapidTransit", "type": "zone" } } @@ -204400,14 +206000,14 @@ }, { "attributes": {}, - "id": "111895", + "id": "2551", "links": { - "self": "/stops/111895" + "self": "/stops/2551" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=111895" + "related": "/facilities/?filter[stop]=2551" } }, "parent_station": { @@ -204424,14 +206024,14 @@ }, { "attributes": {}, - "id": "4190", + "id": "2104", "links": { - "self": "/stops/4190" + "self": "/stops/2104" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4190" + "related": "/facilities/?filter[stop]=2104" } }, "parent_station": { @@ -204446,193 +206046,312 @@ }, "type": "stop" }, + { + "attributes": { + "color": "FFC72C", + "long_name": "Cobbs Corner - Mattapan", + "short_name": "716", + "sort_order": 57160, + "text_color": "000000" + }, + "id": "line-716", + "links": { + "self": "/lines/line-716" + }, + "type": "line" + }, { "attributes": { "direction_id": 1, - "headsign": "Maverick via Jeffries Point" + "headsign": "Andrew (Limited Stops)" }, - "id": "62216760", + "id": "66651063", "links": { - "self": "/trips/62216760" + "self": "/trips/66651063" }, "relationships": { "route": { "data": { - "id": "120", + "id": "708", "type": "route" } }, "route_pattern": { "data": { - "id": "120-2-1", + "id": "708-_-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "1200150", + "id": "7080086", "type": "shape" } }, "stops": { "data": [ { - "id": "5880", + "id": "1805", "type": "stop" }, { - "id": "5881", + "id": "1784", "type": "stop" }, { - "id": "5839", + "id": "17861", "type": "stop" }, { - "id": "5841", + "id": "17862", "type": "stop" }, { - "id": "5842", + "id": "77777", "type": "stop" }, { - "id": "5843", + "id": "15088", "type": "stop" }, { - "id": "5844", + "id": "5089", "type": "stop" }, { - "id": "5666", + "id": "855", "type": "stop" }, { - "id": "5848", + "id": "30009", "type": "stop" }, { - "id": "5849", + "id": "13", + "type": "stop" + } + ] + } + }, + "type": "trip" + }, + { + "attributes": {}, + "id": "51317", + "links": { + "self": "/stops/51317" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=51317" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "7267", + "links": { + "self": "/stops/7267" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=7267" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": { + "direction_id": 1, + "headsign": "McCormack via South Bay Center" + }, + "id": "66651629", + "links": { + "self": "/trips/66651629" + }, + "relationships": { + "route": { + "data": { + "id": "16", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "16-5-1", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "WinterWeekday", + "type": "service" + } + }, + "shape": { + "data": { + "id": "160347", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "875", "type": "stop" }, { - "id": "5850", + "id": "520", "type": "stop" }, { - "id": "5851", + "id": "522", "type": "stop" }, { - "id": "5852", + "id": "10522", "type": "stop" }, { - "id": "5853", + "id": "2922", "type": "stop" }, { - "id": "5854", + "id": "2923", "type": "stop" }, { - "id": "5736", + "id": "2904", "type": "stop" }, { - "id": "5737", + "id": "2924", "type": "stop" }, { - "id": "57400", + "id": "2925", "type": "stop" }, { - "id": "15857", + "id": "2926", "type": "stop" }, { - "id": "5857", + "id": "2928", "type": "stop" }, { - "id": "5858", + "id": "2929", "type": "stop" }, { - "id": "5859", + "id": "2930", "type": "stop" }, { - "id": "5861", + "id": "2931", "type": "stop" }, { - "id": "5862", + "id": "2932", "type": "stop" }, { - "id": "5863", + "id": "12932", "type": "stop" }, { - "id": "5864", + "id": "1480", "type": "stop" }, { - "id": "5865", + "id": "2933", "type": "stop" }, { - "id": "5740", + "id": "2934", "type": "stop" - } - ] - } - }, - "type": "trip" - }, - { - "attributes": {}, - "id": "8196", - "links": { - "self": "/stops/8196" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=8196" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } + }, + { + "id": "124", + "type": "stop" + }, + { + "id": "125", + "type": "stop" + }, + { + "id": "29049", + "type": "stop" + }, + { + "id": "29051", + "type": "stop" + }, + { + "id": "29052", + "type": "stop" + }, + { + "id": "13", + "type": "stop" + }, + { + "id": "15201", + "type": "stop" + }, + { + "id": "5201", + "type": "stop" + }, + { + "id": "35201", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "458", + "id": "9107", "links": { - "self": "/stops/458" + "self": "/stops/9107" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=458" + "related": "/facilities/?filter[stop]=9107" } }, "parent_station": { @@ -204649,14 +206368,14 @@ }, { "attributes": {}, - "id": "14548", + "id": "5889", "links": { - "self": "/stops/14548" + "self": "/stops/5889" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=14548" + "related": "/facilities/?filter[stop]=5889" } }, "parent_station": { @@ -204673,14 +206392,14 @@ }, { "attributes": {}, - "id": "883321", + "id": "8335", "links": { - "self": "/stops/883321" + "self": "/stops/8335" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=883321" + "related": "/facilities/?filter[stop]=8335" } }, "parent_station": { @@ -204696,116 +206415,84 @@ "type": "stop" }, { - "attributes": {}, - "id": "66", + "attributes": { + "direction_id": 0, + "headsign": "Bedford Woods Dr via EMD Serono" + }, + "id": "67008551", "links": { - "self": "/stops/66" + "self": "/trips/67008551" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=66" + "route": { + "data": { + "id": "351", + "type": "route" } }, - "parent_station": { - "data": null - }, - "zone": { + "route_pattern": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "7380", - "links": { - "self": "/stops/7380" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=7380" + "id": "351-_-0", + "type": "route_pattern" } }, - "parent_station": { - "data": null - }, - "zone": { + "service": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "2700", - "links": { - "self": "/stops/2700" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=2700" + "id": "WinterWeekday", + "type": "service" } }, - "parent_station": { - "data": null - }, - "zone": { + "shape": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "3510110", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "49805", + "type": "stop" + }, + { + "id": "49943", + "type": "stop" + }, + { + "id": "50944", + "type": "stop" + }, + { + "id": "49950", + "type": "stop" + }, + { + "id": "49795", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "9070090", + "id": "29013", "links": { - "self": "/stops/9070090" + "self": "/stops/29013" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9070090" + "related": "/facilities/?filter[stop]=29013" } }, "parent_station": { - "data": null - }, - "zone": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "1042", - "links": { - "self": "/stops/1042" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=1042" + "id": "place-sull", + "type": "stop" } }, - "parent_station": { - "data": null - }, "zone": { "data": { "id": "LocalBus", @@ -204817,38 +206504,38 @@ }, { "attributes": {}, - "id": "7413", + "id": "DB-2222-B1", "links": { - "self": "/stops/7413" + "self": "/stops/DB-2222-B1" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7413" + "related": "/facilities/?filter[stop]=DB-2222-B1" } }, "parent_station": { - "data": null - }, - "zone": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "place-DB-2222", + "type": "stop" } + }, + "zone": { + "data": null } }, "type": "stop" }, { "attributes": {}, - "id": "2305", + "id": "7443", "links": { - "self": "/stops/2305" + "self": "/stops/7443" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2305" + "related": "/facilities/?filter[stop]=7443" } }, "parent_station": { @@ -204865,14 +206552,14 @@ }, { "attributes": {}, - "id": "2056", + "id": "7627", "links": { - "self": "/stops/2056" + "self": "/stops/7627" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2056" + "related": "/facilities/?filter[stop]=7627" } }, "parent_station": { @@ -204888,63 +206575,89 @@ "type": "stop" }, { - "attributes": {}, - "id": "9406", + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Quincy Center Station", + "Ashmont Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Quincy Center Station - Ashmont Station via Wollaston Station", + "short_name": "217", + "sort_order": 52170, + "text_color": "000000", + "type": 3 + }, + "id": "217", "links": { - "self": "/stops/9406" + "self": "/routes/217" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=9406" + "agency": { + "data": { + "id": "1", + "type": "agency" } }, - "parent_station": { - "data": null - }, - "zone": { + "line": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "line-217245", + "type": "line" } } }, - "type": "stop" + "type": "route" }, { - "attributes": {}, - "id": "26734", + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Riverside", + "Union Square" + ], + "direction_names": [ + "West", + "East" + ], + "long_name": "Riverside - Copley (Express)", + "short_name": "Green Line D Shuttle", + "sort_order": 61430, + "text_color": "000000", + "type": 3 + }, + "id": "Shuttle-CopleyRiversideExpress", "links": { - "self": "/stops/26734" + "self": "/routes/Shuttle-CopleyRiversideExpress" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=26734" + "agency": { + "data": { + "id": "1", + "type": "agency" } }, - "parent_station": { - "data": null - }, - "zone": { + "line": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "line-Green", + "type": "line" } } }, - "type": "stop" + "type": "route" }, { "attributes": {}, - "id": "1771", + "id": "8259", "links": { - "self": "/stops/1771" + "self": "/stops/8259" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1771" + "related": "/facilities/?filter[stop]=8259" } }, "parent_station": { @@ -204960,63 +206673,89 @@ "type": "stop" }, { - "attributes": {}, - "id": "49619", + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Wickford Junction", + "South Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Providence - Attleboro (Express)", + "short_name": "Providence Line Shuttle", + "sort_order": 60375, + "text_color": "000000", + "type": 3 + }, + "id": "Shuttle-AttleboroProvidenceExpress", "links": { - "self": "/stops/49619" + "self": "/routes/Shuttle-AttleboroProvidenceExpress" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=49619" + "agency": { + "data": { + "id": "1", + "type": "agency" } }, - "parent_station": { - "data": null - }, - "zone": { + "line": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "line-Providence", + "type": "line" } } }, - "type": "stop" + "type": "route" }, { - "attributes": {}, - "id": "2672", + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Bowdoin", + "Wonderland" + ], + "direction_names": [ + "West", + "East" + ], + "long_name": "Wonderland - Suffolk Downs", + "short_name": "Blue Line Shuttle", + "sort_order": 62500, + "text_color": "000000", + "type": 3 + }, + "id": "Shuttle-SuffolkDownsWonderland", "links": { - "self": "/stops/2672" + "self": "/routes/Shuttle-SuffolkDownsWonderland" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=2672" + "agency": { + "data": { + "id": "1", + "type": "agency" } }, - "parent_station": { - "data": null - }, - "zone": { + "line": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "line-Blue", + "type": "line" } } }, - "type": "stop" + "type": "route" }, { "attributes": {}, - "id": "2567", + "id": "2546", "links": { - "self": "/stops/2567" + "self": "/stops/2546" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2567" + "related": "/facilities/?filter[stop]=2546" } }, "parent_station": { @@ -205033,14 +206772,14 @@ }, { "attributes": {}, - "id": "6523", + "id": "1306", "links": { - "self": "/stops/6523" + "self": "/stops/1306" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6523" + "related": "/facilities/?filter[stop]=1306" } }, "parent_station": { @@ -205057,198 +206796,126 @@ }, { "attributes": { - "direction_id": 0, - "headsign": "Clarendon Hill via Sullivan" + "direction_id": 1, + "headsign": "Sullivan" }, - "id": "63145859", + "id": "66957154", "links": { - "self": "/trips/63145859" + "self": "/trips/66957154" }, "relationships": { "route": { "data": { - "id": "8993", + "id": "89", "type": "route" } }, "route_pattern": { "data": { - "id": "8993-_-0", + "id": "89-_-1", "type": "route_pattern" } }, "service": { "data": { - "id": "BUS32024-hbg34j47-Sunday-02", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "1940080", + "id": "890205", "type": "shape" } }, "stops": { "data": [ { - "id": "8309", - "type": "stop" - }, - { - "id": "2832", - "type": "stop" - }, - { - "id": "12836", - "type": "stop" - }, - { - "id": "12858", - "type": "stop" - }, - { - "id": "12838", - "type": "stop" - }, - { - "id": "2860", - "type": "stop" - }, - { - "id": "2861", - "type": "stop" - }, - { - "id": "2862", - "type": "stop" - }, - { - "id": "2863", - "type": "stop" - }, - { - "id": "2864", - "type": "stop" - }, - { - "id": "2865", - "type": "stop" - }, - { - "id": "2866", - "type": "stop" - }, - { - "id": "12866", - "type": "stop" - }, - { - "id": "2867", - "type": "stop" - }, - { - "id": "2841", - "type": "stop" - }, - { - "id": "29001", - "type": "stop" - }, - { - "id": "29011", - "type": "stop" - }, - { - "id": "2718", - "type": "stop" - }, - { - "id": "2719", + "id": "2637", "type": "stop" }, { - "id": "2721", + "id": "2575", "type": "stop" }, { - "id": "2723", + "id": "2576", "type": "stop" }, { - "id": "2725", + "id": "2691", "type": "stop" }, { - "id": "2726", + "id": "2692", "type": "stop" }, { - "id": "2729", + "id": "2693", "type": "stop" }, { - "id": "2731", + "id": "2695", "type": "stop" }, { - "id": "2733", + "id": "2696", "type": "stop" }, { - "id": "2734", + "id": "2697", "type": "stop" }, { - "id": "2735", + "id": "2698", "type": "stop" }, { - "id": "2736", + "id": "2699", "type": "stop" }, { - "id": "2737", + "id": "2700", "type": "stop" }, { - "id": "2738", + "id": "2702", "type": "stop" }, { - "id": "2740", + "id": "2703", "type": "stop" }, { - "id": "2741", + "id": "2704", "type": "stop" }, { - "id": "2742", + "id": "2706", "type": "stop" }, { - "id": "2743", + "id": "2707", "type": "stop" }, { - "id": "2634", + "id": "2710", "type": "stop" }, { - "id": "2635", + "id": "2711", "type": "stop" }, { - "id": "2715", + "id": "2713", "type": "stop" }, { - "id": "2636", + "id": "2714", "type": "stop" }, { - "id": "2637", + "id": "29001", "type": "stop" } ] @@ -205257,88 +206924,76 @@ "type": "trip" }, { - "attributes": { - "direction_id": 1, - "headsign": "Anderson/Woburn (Shuttle)" - }, - "id": "HaverhillAndersonWoburnReading-1-sample", + "attributes": {}, + "id": "56001", "links": { - "self": "/trips/HaverhillAndersonWoburnReading-1-sample" + "self": "/stops/56001" }, "relationships": { - "route": { - "data": { - "id": "Shuttle-AndersonWoburnReading", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Shuttle-AndersonWoburnReading-0-1", - "type": "route_pattern" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=56001" } }, - "service": { - "data": { - "id": "canonical", - "type": "service" - } + "parent_station": { + "data": null }, - "shape": { + "zone": { "data": { - "id": "ReadingToAndersonWoburn-S", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "WR-0120-B", - "type": "stop" - }, - { - "id": "NHRML-0127-B", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { - "attributes": {}, - "id": "6473", + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Riverside", + "Union Square" + ], + "direction_names": [ + "West", + "East" + ], + "long_name": "Woodland - Copley via Riverside (Express)", + "short_name": "Green Line D Shuttle", + "sort_order": 61460, + "text_color": "000000", + "type": 3 + }, + "id": "Shuttle-CopleyWoodlandLimited", "links": { - "self": "/stops/6473" + "self": "/routes/Shuttle-CopleyWoodlandLimited" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=6473" + "agency": { + "data": { + "id": "1", + "type": "agency" } }, - "parent_station": { - "data": null - }, - "zone": { + "line": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "line-Green", + "type": "line" } } }, - "type": "stop" + "type": "route" }, { "attributes": {}, - "id": "4028", + "id": "3371", "links": { - "self": "/stops/4028" + "self": "/stops/3371" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4028" + "related": "/facilities/?filter[stop]=3371" } }, "parent_station": { @@ -205355,14 +207010,14 @@ }, { "attributes": {}, - "id": "808", + "id": "4158", "links": { - "self": "/stops/808" + "self": "/stops/4158" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=808" + "related": "/facilities/?filter[stop]=4158" } }, "parent_station": { @@ -205379,25 +207034,22 @@ }, { "attributes": {}, - "id": "WML-0012-05", + "id": "924", "links": { - "self": "/stops/WML-0012-05" + "self": "/stops/924" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=WML-0012-05" + "related": "/facilities/?filter[stop]=924" } }, "parent_station": { - "data": { - "id": "place-bbsta", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "CR-zone-1A", + "id": "LocalBus", "type": "zone" } } @@ -205406,102 +207058,238 @@ }, { "attributes": { - "direction_id": 1, - "headsign": "Gallivan Blvd via Norfolk St" + "direction_id": 0, + "headsign": "Woburn Square" }, - "id": "62144761", + "id": "67016139", "links": { - "self": "/trips/62144761" + "self": "/trips/67016139" }, "relationships": { "route": { "data": { - "id": "26", + "id": "134", "type": "route" } }, "route_pattern": { "data": { - "id": "26-1-1", + "id": "134-9-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterSunday", "type": "service" } }, "shape": { "data": { - "id": "260061", + "id": "1340413", "type": "shape" } }, "stops": { "data": [ { - "id": "334", + "id": "52714", "type": "stop" }, { - "id": "367", + "id": "9318", "type": "stop" }, { - "id": "369", + "id": "9319", "type": "stop" }, { - "id": "371", + "id": "9045", "type": "stop" }, { - "id": "431", + "id": "9162", "type": "stop" }, { - "id": "432", + "id": "9163", "type": "stop" }, { - "id": "435", + "id": "9164", "type": "stop" }, { - "id": "436", + "id": "49164", "type": "stop" }, { - "id": "438", + "id": "49157", "type": "stop" }, { - "id": "439", + "id": "49158", "type": "stop" }, { - "id": "440", + "id": "9165", "type": "stop" }, { - "id": "441", + "id": "9167", "type": "stop" }, { - "id": "443", + "id": "9168", "type": "stop" }, { - "id": "529", + "id": "9169", "type": "stop" }, { - "id": "530", + "id": "9170", "type": "stop" }, { - "id": "507", + "id": "9172", + "type": "stop" + }, + { + "id": "5002", + "type": "stop" + }, + { + "id": "15002", + "type": "stop" + }, + { + "id": "5003", + "type": "stop" + }, + { + "id": "5004", + "type": "stop" + }, + { + "id": "5005", + "type": "stop" + }, + { + "id": "5006", + "type": "stop" + }, + { + "id": "9174", + "type": "stop" + }, + { + "id": "9175", + "type": "stop" + }, + { + "id": "9176", + "type": "stop" + }, + { + "id": "9177", + "type": "stop" + }, + { + "id": "9178", + "type": "stop" + }, + { + "id": "8692", + "type": "stop" + }, + { + "id": "9101", + "type": "stop" + }, + { + "id": "9103", + "type": "stop" + }, + { + "id": "9104", + "type": "stop" + }, + { + "id": "9105", + "type": "stop" + }, + { + "id": "9106", + "type": "stop" + }, + { + "id": "9107", + "type": "stop" + }, + { + "id": "9108", + "type": "stop" + }, + { + "id": "9109", + "type": "stop" + }, + { + "id": "9111", + "type": "stop" + }, + { + "id": "9113", + "type": "stop" + }, + { + "id": "9114", + "type": "stop" + }, + { + "id": "9115", + "type": "stop" + }, + { + "id": "9116", + "type": "stop" + }, + { + "id": "9117", + "type": "stop" + }, + { + "id": "9118", + "type": "stop" + }, + { + "id": "9119", + "type": "stop" + }, + { + "id": "9120", + "type": "stop" + }, + { + "id": "9121", + "type": "stop" + }, + { + "id": "9122", + "type": "stop" + }, + { + "id": "9123", + "type": "stop" + }, + { + "id": "9124", + "type": "stop" + }, + { + "id": "9125", "type": "stop" } ] @@ -205511,14 +207299,14 @@ }, { "attributes": {}, - "id": "6479", + "id": "46495", "links": { - "self": "/stops/6479" + "self": "/stops/46495" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6479" + "related": "/facilities/?filter[stop]=46495" } }, "parent_station": { @@ -205535,14 +207323,14 @@ }, { "attributes": {}, - "id": "2256", + "id": "4348", "links": { - "self": "/stops/2256" + "self": "/stops/4348" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2256" + "related": "/facilities/?filter[stop]=4348" } }, "parent_station": { @@ -205559,14 +207347,14 @@ }, { "attributes": {}, - "id": "11244", + "id": "7802", "links": { - "self": "/stops/11244" + "self": "/stops/7802" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=11244" + "related": "/facilities/?filter[stop]=7802" } }, "parent_station": { @@ -205583,14 +207371,14 @@ }, { "attributes": {}, - "id": "1499", + "id": "13842", "links": { - "self": "/stops/1499" + "self": "/stops/13842" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1499" + "related": "/facilities/?filter[stop]=13842" } }, "parent_station": { @@ -205607,14 +207395,14 @@ }, { "attributes": {}, - "id": "547", + "id": "9150", "links": { - "self": "/stops/547" + "self": "/stops/9150" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=547" + "related": "/facilities/?filter[stop]=9150" } }, "parent_station": { @@ -205631,14 +207419,14 @@ }, { "attributes": {}, - "id": "2808", + "id": "2745", "links": { - "self": "/stops/2808" + "self": "/stops/2745" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2808" + "related": "/facilities/?filter[stop]=2745" } }, "parent_station": { @@ -205653,27 +207441,61 @@ }, "type": "stop" }, + { + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "City Point", + "Otis Street & Summer Street" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "City Point - Otis Street & Summer Street", + "short_name": "7", + "sort_order": 50070, + "text_color": "000000", + "type": 3 + }, + "id": "7", + "links": { + "self": "/routes/7" + }, + "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, + "line": { + "data": { + "id": "line-7", + "type": "line" + } + } + }, + "type": "route" + }, { "attributes": {}, - "id": "CM-0790-S", + "id": "109804", "links": { - "self": "/stops/CM-0790-S" + "self": "/stops/109804" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=CM-0790-S" + "related": "/facilities/?filter[stop]=109804" } }, "parent_station": { - "data": { - "id": "place-CM-0790", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "CF-zone-hyannis", + "id": "LocalBus", "type": "zone" } } @@ -205683,73 +207505,85 @@ { "attributes": { "direction_id": 0, - "headsign": "Riverside (Shuttle)" + "headsign": "Jackson Square" }, - "id": "BrooklineHillsRiverside-0-sample", + "id": "66646053", "links": { - "self": "/trips/BrooklineHillsRiverside-0-sample" + "self": "/trips/66646053" }, "relationships": { "route": { "data": { - "id": "Shuttle-BrooklineHillsRiverside", + "id": "44", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-BrooklineHillsRiverside-0-0", + "id": "44-2-0", "type": "route_pattern" } }, "service": { "data": { - "id": "canonical", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "BrooklineHillsToRiverside-S", + "id": "440164", "type": "shape" } }, "stops": { "data": [ { - "id": "9170178", + "id": "1346", "type": "stop" }, { - "id": "21917", + "id": "1350", "type": "stop" }, { - "id": "1540", + "id": "1351", "type": "stop" }, { - "id": "9070171", + "id": "1352", "type": "stop" }, { - "id": "9170169", + "id": "1353", "type": "stop" }, { - "id": "8206", + "id": "1354", "type": "stop" }, { - "id": "9070165", + "id": "1742", "type": "stop" }, { - "id": "9070162", + "id": "1743", "type": "stop" }, { - "id": "38155", + "id": "1188", + "type": "stop" + }, + { + "id": "1215", + "type": "stop" + }, + { + "id": "1216", + "type": "stop" + }, + { + "id": "11531", "type": "stop" } ] @@ -205759,14 +207593,14 @@ }, { "attributes": {}, - "id": "4046", + "id": "3352", "links": { - "self": "/stops/4046" + "self": "/stops/3352" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4046" + "related": "/facilities/?filter[stop]=3352" } }, "parent_station": { @@ -205783,14 +207617,14 @@ }, { "attributes": {}, - "id": "5302", + "id": "11408", "links": { - "self": "/stops/5302" + "self": "/stops/11408" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5302" + "related": "/facilities/?filter[stop]=11408" } }, "parent_station": { @@ -205805,24 +207639,104 @@ }, "type": "stop" }, + { + "attributes": { + "direction_id": 0, + "headsign": "Stoughton" + }, + "id": "canonical-CR-Providence-C2-0", + "links": { + "self": "/trips/canonical-CR-Providence-C2-0" + }, + "relationships": { + "route": { + "data": { + "id": "CR-Providence", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "CR-Providence-C2-0", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "canonical", + "type": "service" + } + }, + "shape": { + "data": { + "id": "canonical-9890004", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "NEC-2287", + "type": "stop" + }, + { + "id": "NEC-2276", + "type": "stop" + }, + { + "id": "NEC-2265", + "type": "stop" + }, + { + "id": "NEC-2237-03", + "type": "stop" + }, + { + "id": "NEC-2203-03", + "type": "stop" + }, + { + "id": "NEC-2173-01", + "type": "stop" + }, + { + "id": "SB-0150-04", + "type": "stop" + }, + { + "id": "SB-0156-S", + "type": "stop" + }, + { + "id": "SB-0189-S", + "type": "stop" + } + ] + } + }, + "type": "trip" + }, { "attributes": {}, - "id": "7565", + "id": "WML-0035-02", "links": { - "self": "/stops/7565" + "self": "/stops/WML-0035-02" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7565" + "related": "/facilities/?filter[stop]=WML-0035-02" } }, "parent_station": { - "data": null + "data": { + "id": "place-WML-0035", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "CR-zone-1A", "type": "zone" } } @@ -205831,14 +207745,14 @@ }, { "attributes": {}, - "id": "109888", + "id": "5409", "links": { - "self": "/stops/109888" + "self": "/stops/5409" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=109888" + "related": "/facilities/?filter[stop]=5409" } }, "parent_station": { @@ -205855,14 +207769,14 @@ }, { "attributes": {}, - "id": "5625", + "id": "4163", "links": { - "self": "/stops/5625" + "self": "/stops/4163" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5625" + "related": "/facilities/?filter[stop]=4163" } }, "parent_station": { @@ -205879,14 +207793,14 @@ }, { "attributes": {}, - "id": "6647", + "id": "5579", "links": { - "self": "/stops/6647" + "self": "/stops/5579" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6647" + "related": "/facilities/?filter[stop]=5579" } }, "parent_station": { @@ -205903,119 +207817,52 @@ }, { "attributes": { - "direction_id": 0, - "headsign": "Forge Park/495" + "color": "FFC72C", + "long_name": "North Burlington - Downtown Boston", + "short_name": "354", + "sort_order": 53540, + "text_color": "000000" + }, + "id": "line-354", + "links": { + "self": "/lines/line-354" }, - "id": "CR-670225-723", + "type": "line" + }, + { + "attributes": {}, + "id": "7258", "links": { - "self": "/trips/CR-670225-723" + "self": "/stops/7258" }, "relationships": { - "route": { - "data": { - "id": "CR-Franklin", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "CR-Franklin-78461397-0", - "type": "route_pattern" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=7258" } }, - "service": { - "data": { - "id": "SPRING2024-SOUTHWKD-Weekday-1-S85407dc6", - "type": "service" - } + "parent_station": { + "data": null }, - "shape": { + "zone": { "data": { - "id": "9880006", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "NEC-2287", - "type": "stop" - }, - { - "id": "NEC-2276-01", - "type": "stop" - }, - { - "id": "NEC-2265-01", - "type": "stop" - }, - { - "id": "NEC-2237-03", - "type": "stop" - }, - { - "id": "NEC-2203-03", - "type": "stop" - }, - { - "id": "FB-0095-05", - "type": "stop" - }, - { - "id": "FB-0109-01", - "type": "stop" - }, - { - "id": "FB-0118-01", - "type": "stop" - }, - { - "id": "FB-0125-01", - "type": "stop" - }, - { - "id": "FB-0143-01", - "type": "stop" - }, - { - "id": "FB-0148-01", - "type": "stop" - }, - { - "id": "FB-0166-S", - "type": "stop" - }, - { - "id": "FB-0191-S", - "type": "stop" - }, - { - "id": "FB-0230-S", - "type": "stop" - }, - { - "id": "FB-0275-S", - "type": "stop" - }, - { - "id": "FB-0303-S", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "38492", + "id": "9277", "links": { - "self": "/stops/38492" + "self": "/stops/9277" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=38492" + "related": "/facilities/?filter[stop]=9277" } }, "parent_station": { @@ -206032,14 +207879,14 @@ }, { "attributes": {}, - "id": "1315", + "id": "3472", "links": { - "self": "/stops/1315" + "self": "/stops/3472" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1315" + "related": "/facilities/?filter[stop]=3472" } }, "parent_station": { @@ -206057,161 +207904,53 @@ { "attributes": { "direction_id": 0, - "headsign": "River & Milton via Cleary Square" + "headsign": "Government Center (Express shuttle)" }, - "id": "62145431", + "id": "AirportBowdoinExpress-0-sample", "links": { - "self": "/trips/62145431" + "self": "/trips/AirportBowdoinExpress-0-sample" }, "relationships": { "route": { "data": { - "id": "3233", + "id": "Shuttle-AirportGovernmentCenterExpress", "type": "route" } }, "route_pattern": { "data": { - "id": "3233-5-0", + "id": "Shuttle-AirportGovernmentCenterExpress-0-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "canonical", "type": "service" } }, "shape": { "data": { - "id": "330175", + "id": "AirportToGovernmentCenterExpress-S", "type": "shape" } }, "stops": { "data": [ { - "id": "875", - "type": "stop" - }, - { - "id": "6495", - "type": "stop" - }, - { - "id": "26495", - "type": "stop" - }, - { - "id": "36495", - "type": "stop" - }, - { - "id": "46495", - "type": "stop" - }, - { - "id": "56495", - "type": "stop" - }, - { - "id": "76495", - "type": "stop" - }, - { - "id": "6496", - "type": "stop" - }, - { - "id": "6498", - "type": "stop" - }, - { - "id": "6500", - "type": "stop" - }, - { - "id": "16498", - "type": "stop" - }, - { - "id": "6502", - "type": "stop" - }, - { - "id": "6504", - "type": "stop" - }, - { - "id": "6505", - "type": "stop" - }, - { - "id": "6507", - "type": "stop" - }, - { - "id": "6508", - "type": "stop" - }, - { - "id": "6509", - "type": "stop" - }, - { - "id": "2819", - "type": "stop" - }, - { - "id": "2818", - "type": "stop" - }, - { - "id": "22819", - "type": "stop" - }, - { - "id": "22818", - "type": "stop" - }, - { - "id": "22821", - "type": "stop" - }, - { - "id": "32818", - "type": "stop" - }, - { - "id": "42818", - "type": "stop" - }, - { - "id": "8959", - "type": "stop" - }, - { - "id": "8960", - "type": "stop" - }, - { - "id": "8961", - "type": "stop" - }, - { - "id": "8962", + "id": "9170047", "type": "stop" }, { - "id": "8963", + "id": "9170043", "type": "stop" }, { - "id": "8964", + "id": "65", "type": "stop" }, { - "id": "18974", + "id": "4510", "type": "stop" } ] @@ -206221,14 +207960,14 @@ }, { "attributes": {}, - "id": "123", + "id": "71187", "links": { - "self": "/stops/123" + "self": "/stops/71187" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=123" + "related": "/facilities/?filter[stop]=71187" } }, "parent_station": { @@ -206245,14 +207984,14 @@ }, { "attributes": {}, - "id": "2939", + "id": "78600", "links": { - "self": "/stops/2939" + "self": "/stops/78600" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2939" + "related": "/facilities/?filter[stop]=78600" } }, "parent_station": { @@ -206269,14 +208008,14 @@ }, { "attributes": {}, - "id": "6600", + "id": "4936", "links": { - "self": "/stops/6600" + "self": "/stops/4936" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6600" + "related": "/facilities/?filter[stop]=4936" } }, "parent_station": { @@ -206292,70 +208031,60 @@ "type": "stop" }, { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Ashmont Station", - "Ruggles Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Ashmont Station - Ruggles Station via Washington Street", - "short_name": "23", - "sort_order": 50230, - "text_color": "000000", - "type": 3 - }, - "id": "23", + "attributes": {}, + "id": "4577", "links": { - "self": "/routes/23" + "self": "/stops/4577" }, "relationships": { - "line": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=4577" + } + }, + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "line-23", - "type": "line" + "id": "LocalBus", + "type": "zone" } } }, - "type": "route" + "type": "stop" }, { "attributes": {}, - "id": "19821", + "id": "9170169", "links": { - "self": "/stops/19821" + "self": "/stops/9170169" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=19821" + "related": "/facilities/?filter[stop]=9170169" } }, "parent_station": { "data": null }, "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } + "data": null } }, "type": "stop" }, { "attributes": {}, - "id": "7485", + "id": "2800", "links": { - "self": "/stops/7485" + "self": "/stops/2800" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7485" + "related": "/facilities/?filter[stop]=2800" } }, "parent_station": { @@ -206372,25 +208101,22 @@ }, { "attributes": {}, - "id": "170136", + "id": "5520", "links": { - "self": "/stops/170136" + "self": "/stops/5520" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=170136" + "related": "/facilities/?filter[stop]=5520" } }, "parent_station": { - "data": { - "id": "place-babck", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } @@ -206399,14 +208125,14 @@ }, { "attributes": {}, - "id": "Boat-Quincy", + "id": "143", "links": { - "self": "/stops/Boat-Quincy" + "self": "/stops/143" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=Boat-Quincy" + "related": "/facilities/?filter[stop]=143" } }, "parent_station": { @@ -206414,7 +208140,7 @@ }, "zone": { "data": { - "id": "Boat-zone-1A", + "id": "ExpressBus-Downtown", "type": "zone" } } @@ -206423,14 +208149,14 @@ }, { "attributes": {}, - "id": "7838", + "id": "7922", "links": { - "self": "/stops/7838" + "self": "/stops/7922" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7838" + "related": "/facilities/?filter[stop]=7922" } }, "parent_station": { @@ -206447,14 +208173,14 @@ }, { "attributes": {}, - "id": "7740", + "id": "10032", "links": { - "self": "/stops/7740" + "self": "/stops/10032" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7740" + "related": "/facilities/?filter[stop]=10032" } }, "parent_station": { @@ -206469,16 +208195,53 @@ }, "type": "stop" }, + { + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Bedford VA Hospital", + "Alewife Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Bedford VA Hospital - Alewife Station via Hanscom Airport", + "short_name": "62/76", + "sort_order": 50621, + "text_color": "000000", + "type": 3 + }, + "id": "627", + "links": { + "self": "/routes/627" + }, + "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, + "line": { + "data": { + "id": "line-6276", + "type": "line" + } + } + }, + "type": "route" + }, { "attributes": {}, - "id": "3350", + "id": "6951", "links": { - "self": "/stops/3350" + "self": "/stops/6951" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3350" + "related": "/facilities/?filter[stop]=6951" } }, "parent_station": { @@ -206495,14 +208258,14 @@ }, { "attributes": {}, - "id": "4784", + "id": "417", "links": { - "self": "/stops/4784" + "self": "/stops/417" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4784" + "related": "/facilities/?filter[stop]=417" } }, "parent_station": { @@ -206519,14 +208282,14 @@ }, { "attributes": {}, - "id": "50944", + "id": "9109", "links": { - "self": "/stops/50944" + "self": "/stops/9109" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=50944" + "related": "/facilities/?filter[stop]=9109" } }, "parent_station": { @@ -206543,14 +208306,14 @@ }, { "attributes": {}, - "id": "9098", + "id": "1714", "links": { - "self": "/stops/9098" + "self": "/stops/1714" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9098" + "related": "/facilities/?filter[stop]=1714" } }, "parent_station": { @@ -206565,23 +208328,69 @@ }, "type": "stop" }, + { + "attributes": { + "direction_id": 0, + "headsign": "North Quincy (Shuttle)" + }, + "id": "JFKNorthQuincy-0-sample", + "links": { + "self": "/trips/JFKNorthQuincy-0-sample" + }, + "relationships": { + "route": { + "data": { + "id": "Shuttle-JFKNorthQuincy", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "Shuttle-JFKNorthQuincy-0-0", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "canonical", + "type": "service" + } + }, + "shape": { + "data": { + "id": "JFKToNorthQuincy-S", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "121", + "type": "stop" + }, + { + "id": "3125", + "type": "stop" + } + ] + } + }, + "type": "trip" + }, { "attributes": {}, - "id": "9070061", + "id": "7878", "links": { - "self": "/stops/9070061" + "self": "/stops/7878" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9070061" + "related": "/facilities/?filter[stop]=7878" } }, "parent_station": { - "data": { - "id": "place-alfcl", - "type": "stop" - } + "data": null }, "zone": { "data": { @@ -206594,14 +208403,14 @@ }, { "attributes": {}, - "id": "3088", + "id": "1843", "links": { - "self": "/stops/3088" + "self": "/stops/1843" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3088" + "related": "/facilities/?filter[stop]=1843" } }, "parent_station": { @@ -206618,14 +208427,14 @@ }, { "attributes": {}, - "id": "18928", + "id": "109825", "links": { - "self": "/stops/18928" + "self": "/stops/109825" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=18928" + "related": "/facilities/?filter[stop]=109825" } }, "parent_station": { @@ -206642,25 +208451,22 @@ }, { "attributes": {}, - "id": "ER-0208-02", + "id": "4779", "links": { - "self": "/stops/ER-0208-02" + "self": "/stops/4779" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=ER-0208-02" + "related": "/facilities/?filter[stop]=4779" } }, "parent_station": { - "data": { - "id": "place-ER-0208", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "CR-zone-5", + "id": "LocalBus", "type": "zone" } } @@ -206669,14 +208475,14 @@ }, { "attributes": {}, - "id": "5074", + "id": "40001", "links": { - "self": "/stops/5074" + "self": "/stops/40001" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5074" + "related": "/facilities/?filter[stop]=40001" } }, "parent_station": { @@ -206693,14 +208499,14 @@ }, { "attributes": {}, - "id": "8243", + "id": "7583", "links": { - "self": "/stops/8243" + "self": "/stops/7583" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8243" + "related": "/facilities/?filter[stop]=7583" } }, "parent_station": { @@ -206717,14 +208523,14 @@ }, { "attributes": {}, - "id": "6527", + "id": "4200", "links": { - "self": "/stops/6527" + "self": "/stops/4200" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6527" + "related": "/facilities/?filter[stop]=4200" } }, "parent_station": { @@ -206741,14 +208547,14 @@ }, { "attributes": {}, - "id": "2062", + "id": "17101", "links": { - "self": "/stops/2062" + "self": "/stops/17101" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2062" + "related": "/facilities/?filter[stop]=17101" } }, "parent_station": { @@ -206765,25 +208571,22 @@ }, { "attributes": {}, - "id": "FS-0049-S", + "id": "7222", "links": { - "self": "/stops/FS-0049-S" + "self": "/stops/7222" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=FS-0049-S" + "related": "/facilities/?filter[stop]=7222" } }, "parent_station": { - "data": { - "id": "place-FS-0049", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "CR-zone-4", + "id": "LocalBus", "type": "zone" } } @@ -206792,14 +208595,14 @@ }, { "attributes": {}, - "id": "51", + "id": "3368", "links": { - "self": "/stops/51" + "self": "/stops/3368" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=51" + "related": "/facilities/?filter[stop]=3368" } }, "parent_station": { @@ -206815,39 +208618,100 @@ "type": "stop" }, { - "attributes": {}, - "id": "DB-2222-B1", + "attributes": { + "direction_id": 1, + "headsign": "South Station" + }, + "id": "SouthWKDYF24-697827-828", "links": { - "self": "/stops/DB-2222-B1" + "self": "/trips/SouthWKDYF24-697827-828" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=DB-2222-B1" + "route": { + "data": { + "id": "CR-Providence", + "type": "route" } }, - "parent_station": { + "route_pattern": { "data": { - "id": "place-DB-2222", - "type": "stop" + "id": "CR-Providence-e903b16a-1", + "type": "route_pattern" } }, - "zone": { - "data": null + "service": { + "data": { + "id": "FALL 2024-SOUTHWKD-Weekday-1-Scbbf1ea5", + "type": "service" + } + }, + "shape": { + "data": { + "id": "9890008", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "NEC-1851-03", + "type": "stop" + }, + { + "id": "NEC-1891-02", + "type": "stop" + }, + { + "id": "NEC-1969-04", + "type": "stop" + }, + { + "id": "NEC-2040-02", + "type": "stop" + }, + { + "id": "NEC-2108-02", + "type": "stop" + }, + { + "id": "NEC-2139-02", + "type": "stop" + }, + { + "id": "NEC-2173-02", + "type": "stop" + }, + { + "id": "NEC-2192-02", + "type": "stop" + }, + { + "id": "NEC-2265-02", + "type": "stop" + }, + { + "id": "NEC-2276-02", + "type": "stop" + }, + { + "id": "NEC-2287", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "9251", + "id": "467", "links": { - "self": "/stops/9251" + "self": "/stops/467" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9251" + "related": "/facilities/?filter[stop]=467" } }, "parent_station": { @@ -206864,14 +208728,14 @@ }, { "attributes": {}, - "id": "71855", + "id": "8151", "links": { - "self": "/stops/71855" + "self": "/stops/8151" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=71855" + "related": "/facilities/?filter[stop]=8151" } }, "parent_station": { @@ -206879,7 +208743,7 @@ }, "zone": { "data": { - "id": "ExpressBus-Downtown", + "id": "LocalBus", "type": "zone" } } @@ -206888,14 +208752,14 @@ }, { "attributes": {}, - "id": "941", + "id": "33", "links": { - "self": "/stops/941" + "self": "/stops/33" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=941" + "related": "/facilities/?filter[stop]=33" } }, "parent_station": { @@ -206911,42 +208775,104 @@ "type": "stop" }, { - "attributes": {}, - "id": "70183", + "attributes": { + "direction_id": 1, + "headsign": "North Station" + }, + "id": "NorthWKDYF24-696322-482", "links": { - "self": "/stops/70183" + "self": "/trips/NorthWKDYF24-696322-482" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=70183" + "route": { + "data": { + "id": "CR-Fitchburg", + "type": "route" } }, - "parent_station": { + "route_pattern": { "data": { - "id": "place-longw", - "type": "stop" + "id": "CR-Fitchburg-6528076d-1", + "type": "route_pattern" } }, - "zone": { + "service": { "data": { - "id": "RapidTransit", - "type": "zone" + "id": "FALL 2024-NORTHWKD-Weekday-1", + "type": "service" + } + }, + "shape": { + "data": { + "id": "9840003", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "FR-0301-02", + "type": "stop" + }, + { + "id": "FR-0253-02", + "type": "stop" + }, + { + "id": "FR-0219-02", + "type": "stop" + }, + { + "id": "FR-0201-02", + "type": "stop" + }, + { + "id": "FR-0167-02", + "type": "stop" + }, + { + "id": "FR-0132-02", + "type": "stop" + }, + { + "id": "FR-0115-02", + "type": "stop" + }, + { + "id": "FR-0098-S", + "type": "stop" + }, + { + "id": "FR-0074-02", + "type": "stop" + }, + { + "id": "FR-0064-02", + "type": "stop" + }, + { + "id": "FR-0034-02", + "type": "stop" + }, + { + "id": "BNT-0000", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "3231", + "id": "2394", "links": { - "self": "/stops/3231" + "self": "/stops/2394" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3231" + "related": "/facilities/?filter[stop]=2394" } }, "parent_station": { @@ -206963,14 +208889,14 @@ }, { "attributes": {}, - "id": "5848", + "id": "49917", "links": { - "self": "/stops/5848" + "self": "/stops/49917" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5848" + "related": "/facilities/?filter[stop]=49917" } }, "parent_station": { @@ -206987,14 +208913,14 @@ }, { "attributes": {}, - "id": "7212", + "id": "830", "links": { - "self": "/stops/7212" + "self": "/stops/830" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7212" + "related": "/facilities/?filter[stop]=830" } }, "parent_station": { @@ -207011,14 +208937,14 @@ }, { "attributes": {}, - "id": "7755", + "id": "3860", "links": { - "self": "/stops/7755" + "self": "/stops/3860" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7755" + "related": "/facilities/?filter[stop]=3860" } }, "parent_station": { @@ -207033,16 +208959,77 @@ }, "type": "stop" }, + { + "attributes": { + "direction_id": 0, + "headsign": "Winthrop Landing via Seaport/Fan Pier & Logan Airport & Quincy" + }, + "id": "Boat-F6-1745-Aquarium-BWN-01-Weekday-Summer-25", + "links": { + "self": "/trips/Boat-F6-1745-Aquarium-BWN-01-Weekday-Summer-25" + }, + "relationships": { + "route": { + "data": { + "id": "Boat-F6", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "Boat-F6-9-0", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "Boat-F6-Weekday-Summer-25", + "type": "service" + } + }, + "shape": { + "data": { + "id": "CentralWharfToFanPierToLoganToQuincyToWinthrop-F", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "Boat-Aquarium", + "type": "stop" + }, + { + "id": "Boat-Fan", + "type": "stop" + }, + { + "id": "Boat-Logan", + "type": "stop" + }, + { + "id": "Boat-Quincy", + "type": "stop" + }, + { + "id": "Boat-Winthrop", + "type": "stop" + } + ] + } + }, + "type": "trip" + }, { "attributes": {}, - "id": "5215", + "id": "109862", "links": { - "self": "/stops/5215" + "self": "/stops/109862" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5215" + "related": "/facilities/?filter[stop]=109862" } }, "parent_station": { @@ -207059,14 +209046,14 @@ }, { "attributes": {}, - "id": "88591", + "id": "7865", "links": { - "self": "/stops/88591" + "self": "/stops/7865" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=88591" + "related": "/facilities/?filter[stop]=7865" } }, "parent_station": { @@ -207084,133 +209071,332 @@ { "attributes": { "direction_id": 0, - "headsign": "Winthrop St & Brooks St" + "headsign": "Jackson Square" }, - "id": "61869219", + "id": "66645432", "links": { - "self": "/trips/61869219" + "self": "/trips/66645432" }, "relationships": { "route": { "data": { - "id": "134", + "id": "44", "type": "route" } }, "route_pattern": { "data": { - "id": "134-4-0", + "id": "44-1-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "1340379", + "id": "440163", "type": "shape" } }, "stops": { "data": [ { - "id": "9038", + "id": "17863", "type": "stop" }, { - "id": "9039", + "id": "11257", "type": "stop" }, { - "id": "9040", + "id": "1259", "type": "stop" }, { - "id": "49040", + "id": "11323", "type": "stop" }, { - "id": "9041", + "id": "11259", "type": "stop" }, { - "id": "9162", + "id": "64000", "type": "stop" }, { - "id": "9163", + "id": "40001", "type": "stop" }, { - "id": "9164", + "id": "1340", "type": "stop" }, { - "id": "49164", + "id": "1341", "type": "stop" }, { - "id": "9165", + "id": "1342", "type": "stop" }, { - "id": "9167", + "id": "1344", "type": "stop" }, { - "id": "9168", + "id": "1345", "type": "stop" }, { - "id": "9169", + "id": "1346", "type": "stop" }, { - "id": "9170", + "id": "1350", "type": "stop" }, { - "id": "9172", + "id": "1351", "type": "stop" }, { - "id": "5002", + "id": "1352", "type": "stop" }, { - "id": "15002", + "id": "1353", "type": "stop" }, { - "id": "5003", + "id": "1354", + "type": "stop" + }, + { + "id": "1742", + "type": "stop" + }, + { + "id": "1743", + "type": "stop" + }, + { + "id": "1188", + "type": "stop" + }, + { + "id": "1215", + "type": "stop" + }, + { + "id": "1216", + "type": "stop" + }, + { + "id": "11531", + "type": "stop" + } + ] + } + }, + "type": "trip" + }, + { + "attributes": {}, + "id": "NHRML-0073-01", + "links": { + "self": "/stops/NHRML-0073-01" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=NHRML-0073-01" + } + }, + "parent_station": { + "data": { + "id": "place-NHRML-0073", + "type": "stop" + } + }, + "zone": { + "data": { + "id": "CR-zone-1", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "70031", + "links": { + "self": "/stops/70031" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=70031" + } + }, + "parent_station": { + "data": { + "id": "place-sull", + "type": "stop" + } + }, + "zone": { + "data": { + "id": "RapidTransit", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "4252", + "links": { + "self": "/stops/4252" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=4252" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "3258", + "links": { + "self": "/stops/3258" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=3258" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": { + "direction_id": 0, + "headsign": "Aberdeen Ave" + }, + "id": "67008350", + "links": { + "self": "/trips/67008350" + }, + "relationships": { + "route": { + "data": { + "id": "75", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "75-2-0", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "WinterWeekday", + "type": "service" + } + }, + "shape": { + "data": { + "id": "750107", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "76126", + "type": "stop" + }, + { + "id": "2170", + "type": "stop" + }, + { + "id": "2172", + "type": "stop" + }, + { + "id": "2173", + "type": "stop" + }, + { + "id": "2174", + "type": "stop" + }, + { + "id": "2175", + "type": "stop" + }, + { + "id": "2176", + "type": "stop" + }, + { + "id": "2090", "type": "stop" }, { - "id": "5004", + "id": "2092", "type": "stop" }, { - "id": "5005", + "id": "2093", "type": "stop" }, { - "id": "5006", + "id": "2095", "type": "stop" }, { - "id": "9174", + "id": "2096", "type": "stop" }, { - "id": "9175", + "id": "2097", "type": "stop" }, { - "id": "9176", + "id": "2098", "type": "stop" } ] @@ -207220,14 +209406,14 @@ }, { "attributes": {}, - "id": "3300", + "id": "9207", "links": { - "self": "/stops/3300" + "self": "/stops/9207" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3300" + "related": "/facilities/?filter[stop]=9207" } }, "parent_station": { @@ -207244,14 +209430,14 @@ }, { "attributes": {}, - "id": "5794", + "id": "1472", "links": { - "self": "/stops/5794" + "self": "/stops/1472" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5794" + "related": "/facilities/?filter[stop]=1472" } }, "parent_station": { @@ -207268,14 +209454,14 @@ }, { "attributes": {}, - "id": "8437", + "id": "9144", "links": { - "self": "/stops/8437" + "self": "/stops/9144" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8437" + "related": "/facilities/?filter[stop]=9144" } }, "parent_station": { @@ -207292,14 +209478,14 @@ }, { "attributes": {}, - "id": "5621", + "id": "803", "links": { - "self": "/stops/5621" + "self": "/stops/803" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5621" + "related": "/facilities/?filter[stop]=803" } }, "parent_station": { @@ -207316,14 +209502,14 @@ }, { "attributes": {}, - "id": "4950", + "id": "7445", "links": { - "self": "/stops/4950" + "self": "/stops/7445" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4950" + "related": "/facilities/?filter[stop]=7445" } }, "parent_station": { @@ -207340,14 +209526,14 @@ }, { "attributes": {}, - "id": "2890", + "id": "2186", "links": { - "self": "/stops/2890" + "self": "/stops/2186" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2890" + "related": "/facilities/?filter[stop]=2186" } }, "parent_station": { @@ -207364,14 +209550,14 @@ }, { "attributes": {}, - "id": "5385", + "id": "4473", "links": { - "self": "/stops/5385" + "self": "/stops/4473" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5385" + "related": "/facilities/?filter[stop]=4473" } }, "parent_station": { @@ -207387,46 +209573,39 @@ "type": "stop" }, { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Haverhill", - "North Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Haverhill - Reading (Express)", - "short_name": "Haverhill Line Shuttle", - "sort_order": 61973, - "text_color": "000000", - "type": 3 - }, - "id": "Shuttle-HaverhillReadingExpress", + "attributes": {}, + "id": "81683", "links": { - "self": "/routes/Shuttle-HaverhillReadingExpress" + "self": "/stops/81683" }, "relationships": { - "line": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=81683" + } + }, + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "line-Haverhill", - "type": "line" + "id": "LocalBus", + "type": "zone" } } }, - "type": "route" + "type": "stop" }, { "attributes": {}, - "id": "82", + "id": "3160", "links": { - "self": "/stops/82" + "self": "/stops/3160" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=82" + "related": "/facilities/?filter[stop]=3160" } }, "parent_station": { @@ -207443,22 +209622,25 @@ }, { "attributes": {}, - "id": "8252", + "id": "70180", "links": { - "self": "/stops/8252" + "self": "/stops/70180" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8252" + "related": "/facilities/?filter[stop]=70180" } }, "parent_station": { - "data": null + "data": { + "id": "place-bvmnl", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -207467,14 +209649,14 @@ }, { "attributes": {}, - "id": "7618", + "id": "2395", "links": { - "self": "/stops/7618" + "self": "/stops/2395" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7618" + "related": "/facilities/?filter[stop]=2395" } }, "parent_station": { @@ -207491,14 +209673,14 @@ }, { "attributes": {}, - "id": "2073", + "id": "23533", "links": { - "self": "/stops/2073" + "self": "/stops/23533" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2073" + "related": "/facilities/?filter[stop]=23533" } }, "parent_station": { @@ -207513,16 +209695,93 @@ }, "type": "stop" }, + { + "attributes": { + "direction_id": 0, + "headsign": "Forge Park/495 (Shuttle)" + }, + "id": "ForgeParkSouthStation-0-sample", + "links": { + "self": "/trips/ForgeParkSouthStation-0-sample" + }, + "relationships": { + "route": { + "data": { + "id": "Shuttle-ForgeParkSouthStation", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "Shuttle-ForgeParkSouthStation-0-0", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "canonical", + "type": "service" + } + }, + "shape": { + "data": { + "id": "SouthStationForgePark-S", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "NEC-2287-B", + "type": "stop" + }, + { + "id": "DB-0095-B0", + "type": "stop" + }, + { + "id": "Dedham Corp Center-S", + "type": "stop" + }, + { + "id": "Norwood Central-S", + "type": "stop" + }, + { + "id": "Windsor Gardens-S", + "type": "stop" + }, + { + "id": "FB-0191-B", + "type": "stop" + }, + { + "id": "FB-0230-B", + "type": "stop" + }, + { + "id": "FB-0275-B0", + "type": "stop" + }, + { + "id": "FB-0303-B", + "type": "stop" + } + ] + } + }, + "type": "trip" + }, { "attributes": {}, - "id": "5807", + "id": "24628", "links": { - "self": "/stops/5807" + "self": "/stops/24628" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5807" + "related": "/facilities/?filter[stop]=24628" } }, "parent_station": { @@ -207539,14 +209798,14 @@ }, { "attributes": {}, - "id": "16618", + "id": "5828", "links": { - "self": "/stops/16618" + "self": "/stops/5828" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=16618" + "related": "/facilities/?filter[stop]=5828" } }, "parent_station": { @@ -207563,14 +209822,14 @@ }, { "attributes": {}, - "id": "5285", + "id": "4747", "links": { - "self": "/stops/5285" + "self": "/stops/4747" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5285" + "related": "/facilities/?filter[stop]=4747" } }, "parent_station": { @@ -207585,21 +209844,35 @@ }, "type": "stop" }, + { + "attributes": { + "color": "FFC72C", + "long_name": "Harvard - Reservoir", + "short_name": "86", + "sort_order": 50860, + "text_color": "000000" + }, + "id": "line-86", + "links": { + "self": "/lines/line-86" + }, + "type": "line" + }, { "attributes": {}, - "id": "WR-0228-B1", + "id": "NEC-1851-B0", "links": { - "self": "/stops/WR-0228-B1" + "self": "/stops/NEC-1851-B0" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=WR-0228-B1" + "related": "/facilities/?filter[stop]=NEC-1851-B0" } }, "parent_station": { "data": { - "id": "place-WR-0228", + "id": "place-NEC-1851", "type": "stop" } }, @@ -207609,16 +209882,65 @@ }, "type": "stop" }, + { + "attributes": { + "direction_id": 0, + "headsign": "Anderson/Woburn (Express shuttle)" + }, + "id": "AndersonWoburnNorthStationExpress-0-sample", + "links": { + "self": "/trips/AndersonWoburnNorthStationExpress-0-sample" + }, + "relationships": { + "route": { + "data": { + "id": "Shuttle-AndersonWoburnNorthStationExpress", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "Shuttle-AndersonWoburnNorthStationExpress-0-0", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "canonical", + "type": "service" + } + }, + "shape": { + "data": { + "id": "NorthStationToAndersonWoburnExpress-S", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "BNT-0000-B2", + "type": "stop" + }, + { + "id": "NHRML-0127-B", + "type": "stop" + } + ] + } + }, + "type": "trip" + }, { "attributes": {}, - "id": "3306", + "id": "21916", "links": { - "self": "/stops/3306" + "self": "/stops/21916" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3306" + "related": "/facilities/?filter[stop]=21916" } }, "parent_station": { @@ -207635,14 +209957,14 @@ }, { "attributes": {}, - "id": "1084", + "id": "826", "links": { - "self": "/stops/1084" + "self": "/stops/826" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1084" + "related": "/facilities/?filter[stop]=826" } }, "parent_station": { @@ -207659,14 +209981,14 @@ }, { "attributes": {}, - "id": "3290", + "id": "2155", "links": { - "self": "/stops/3290" + "self": "/stops/2155" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3290" + "related": "/facilities/?filter[stop]=2155" } }, "parent_station": { @@ -207683,14 +210005,14 @@ }, { "attributes": {}, - "id": "8485", + "id": "2292", "links": { - "self": "/stops/8485" + "self": "/stops/2292" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8485" + "related": "/facilities/?filter[stop]=2292" } }, "parent_station": { @@ -207707,14 +210029,14 @@ }, { "attributes": {}, - "id": "1150", + "id": "9179", "links": { - "self": "/stops/1150" + "self": "/stops/9179" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1150" + "related": "/facilities/?filter[stop]=9179" } }, "parent_station": { @@ -207731,14 +210053,14 @@ }, { "attributes": {}, - "id": "5841", + "id": "109827", "links": { - "self": "/stops/5841" + "self": "/stops/109827" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5841" + "related": "/facilities/?filter[stop]=109827" } }, "parent_station": { @@ -207754,132 +210076,227 @@ "type": "stop" }, { - "attributes": { - "direction_id": 1, - "headsign": "Long Wharf via Hull & Logan Airport" - }, - "id": "Boat-F1-1300-Hingham-BF2H-03-Weekday-Summer-24", + "attributes": {}, + "id": "2890", "links": { - "self": "/trips/Boat-F1-1300-Hingham-BF2H-03-Weekday-Summer-24" + "self": "/stops/2890" }, "relationships": { - "route": { - "data": { - "id": "Boat-F1", - "type": "route" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=2890" } }, - "route_pattern": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "Boat-F1-0-1", - "type": "route_pattern" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "348", + "links": { + "self": "/stops/348" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=348" } }, - "service": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "Boat-F1-Weekday-Summer-24", - "type": "service" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "39671", + "links": { + "self": "/stops/39671" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=39671" } }, - "shape": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "b0007", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "Boat-Hingham", - "type": "stop" - }, - { - "id": "Boat-Hull", - "type": "stop" - }, - { - "id": "Boat-Logan", - "type": "stop" - }, - { - "id": "Boat-Long", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": { - "direction_id": 0, - "headsign": "Wachusett" + "direction_id": 1, + "headsign": "Medford/Tufts" }, - "id": "CR-660362-423", + "id": "66816969", "links": { - "self": "/trips/CR-660362-423" + "self": "/trips/66816969" }, "relationships": { "route": { "data": { - "id": "CR-Fitchburg", + "id": "Green-C", "type": "route" } }, "route_pattern": { "data": { - "id": "CR-Fitchburg-8294748d-0", + "id": "Green-C-836-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SPRING2024-NORTHWKD-Weekday-5", + "id": "LRV12025-hlb15011-Weekday-01", "type": "service" } }, "shape": { "data": { - "id": "9840004", + "id": "8000016", "type": "shape" } }, "stops": { "data": [ { - "id": "BNT-0000", + "id": "70238", "type": "stop" }, { - "id": "FR-0034-01", + "id": "70236", "type": "stop" }, { - "id": "FR-0253-01", + "id": "70234", "type": "stop" }, { - "id": "FR-0301-01", + "id": "70232", "type": "stop" }, { - "id": "FR-0361-01", + "id": "70230", "type": "stop" }, { - "id": "FR-0394-01", + "id": "70228", "type": "stop" }, { - "id": "FR-0451-01", + "id": "70226", "type": "stop" }, { - "id": "FR-0494-CS", + "id": "70224", "type": "stop" }, { - "id": "FR-3338-CS", + "id": "70220", + "type": "stop" + }, + { + "id": "70218", + "type": "stop" + }, + { + "id": "70216", + "type": "stop" + }, + { + "id": "70214", + "type": "stop" + }, + { + "id": "70212", + "type": "stop" + }, + { + "id": "70150", + "type": "stop" + }, + { + "id": "70152", + "type": "stop" + }, + { + "id": "70154", + "type": "stop" + }, + { + "id": "70156", + "type": "stop" + }, + { + "id": "70158", + "type": "stop" + }, + { + "id": "70200", + "type": "stop" + }, + { + "id": "70201", + "type": "stop" + }, + { + "id": "70203", + "type": "stop" + }, + { + "id": "70205", + "type": "stop" + }, + { + "id": "70207", + "type": "stop" + }, + { + "id": "70501", + "type": "stop" + }, + { + "id": "70513", + "type": "stop" + }, + { + "id": "70505", + "type": "stop" + }, + { + "id": "70507", + "type": "stop" + }, + { + "id": "70509", + "type": "stop" + }, + { + "id": "70511", "type": "stop" } ] @@ -207888,39 +210305,52 @@ "type": "trip" }, { - "attributes": {}, - "id": "1778", + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Holbrook/Randolph Station", + "Quincy Center Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Holbrook/Randolph Station - Quincy Center Station", + "short_name": "238", + "sort_order": 52380, + "text_color": "000000", + "type": 3 + }, + "id": "238", "links": { - "self": "/stops/1778" + "self": "/routes/238" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=1778" + "agency": { + "data": { + "id": "1", + "type": "agency" } }, - "parent_station": { - "data": null - }, - "zone": { + "line": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "line-238", + "type": "line" } } }, - "type": "stop" + "type": "route" }, { "attributes": {}, - "id": "6460", + "id": "7891", "links": { - "self": "/stops/6460" + "self": "/stops/7891" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6460" + "related": "/facilities/?filter[stop]=7891" } }, "parent_station": { @@ -207937,41 +210367,38 @@ }, { "attributes": {}, - "id": "5879", + "id": "NB-0076-B1", "links": { - "self": "/stops/5879" + "self": "/stops/NB-0076-B1" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5879" + "related": "/facilities/?filter[stop]=NB-0076-B1" } }, "parent_station": { "data": { - "id": "place-orhte", + "id": "place-NB-0076", "type": "stop" } }, "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } + "data": null } }, "type": "stop" }, { "attributes": {}, - "id": "5289", + "id": "823", "links": { - "self": "/stops/5289" + "self": "/stops/823" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5289" + "related": "/facilities/?filter[stop]=823" } }, "parent_station": { @@ -207987,111 +210414,104 @@ "type": "stop" }, { - "attributes": {}, - "id": "24489", + "attributes": { + "direction_id": 1, + "headsign": "Ruggles (Shuttle)" + }, + "id": "ForestHillsRuggles-1-sample", "links": { - "self": "/stops/24489" + "self": "/trips/ForestHillsRuggles-1-sample" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=24489" + "route": { + "data": { + "id": "Shuttle-ForestHillsRuggles", + "type": "route" } }, - "parent_station": { - "data": null - }, - "zone": { + "route_pattern": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "1086", - "links": { - "self": "/stops/1086" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=1086" + "id": "Shuttle-ForestHillsRuggles-0-1", + "type": "route_pattern" } }, - "parent_station": { - "data": null - }, - "zone": { + "service": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "22819", - "links": { - "self": "/stops/22819" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=22819" + "id": "canonical", + "type": "service" } }, - "parent_station": { - "data": null - }, - "zone": { + "shape": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "ForestHillsToRuggles-S", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "875", + "type": "stop" + }, + { + "id": "9070003", + "type": "stop" + }, + { + "id": "9070005", + "type": "stop" + }, + { + "id": "9070007", + "type": "stop" + }, + { + "id": "1222", + "type": "stop" + }, + { + "id": "17861", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "3911", + "id": "FR-0064-B0", "links": { - "self": "/stops/3911" + "self": "/stops/FR-0064-B0" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3911" + "related": "/facilities/?filter[stop]=FR-0064-B0" } }, "parent_station": { - "data": null - }, - "zone": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "place-FR-0064", + "type": "stop" } + }, + "zone": { + "data": null } }, "type": "stop" }, { "attributes": {}, - "id": "47", + "id": "5742", "links": { - "self": "/stops/47" + "self": "/stops/5742" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=47" + "related": "/facilities/?filter[stop]=5742" } }, "parent_station": { @@ -208108,14 +210528,14 @@ }, { "attributes": {}, - "id": "4487", + "id": "18928", "links": { - "self": "/stops/4487" + "self": "/stops/18928" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4487" + "related": "/facilities/?filter[stop]=18928" } }, "parent_station": { @@ -208132,54 +210552,154 @@ }, { "attributes": { - "direction_id": 0, - "headsign": "Alewife (Shuttle)" + "direction_id": 1, + "headsign": "Forest Hills" }, - "id": "Red-AlewifeHarvardViaHolyoke-Saturday-64b95-0-05:15:00", + "id": "67163726", "links": { - "self": "/trips/Red-AlewifeHarvardViaHolyoke-Saturday-64b95-0-05%3A15%3A00" + "self": "/trips/67163726" }, "relationships": { "route": { "data": { - "id": "Shuttle-AlewifeHarvardViaHolyoke", + "id": "33", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-AlewifeHarvardViaHolyoke-0-0", + "id": "33-4-1", "type": "route_pattern" } }, "service": { "data": { - "id": "Red-AlewifeHarvardViaHolyoke-Sa-645", + "id": "BUS12025-hbb15hl6-Saturday-02", "type": "service" } }, "shape": { "data": { - "id": "HarvardToAlewifeViaHolyoke-S", + "id": "330179", "type": "shape" } }, "stops": { "data": [ { - "id": "110", + "id": "18974", "type": "stop" }, { - "id": "23151", + "id": "6512", "type": "stop" }, { - "id": "5104", + "id": "6513", "type": "stop" }, { - "id": "141", + "id": "6514", + "type": "stop" + }, + { + "id": "6515", + "type": "stop" + }, + { + "id": "8337", + "type": "stop" + }, + { + "id": "8343", + "type": "stop" + }, + { + "id": "8344", + "type": "stop" + }, + { + "id": "56567", + "type": "stop" + }, + { + "id": "75467", + "type": "stop" + }, + { + "id": "26466", + "type": "stop" + }, + { + "id": "36466", + "type": "stop" + }, + { + "id": "6466", + "type": "stop" + }, + { + "id": "6467", + "type": "stop" + }, + { + "id": "6468", + "type": "stop" + }, + { + "id": "6470", + "type": "stop" + }, + { + "id": "6471", + "type": "stop" + }, + { + "id": "6472", + "type": "stop" + }, + { + "id": "6473", + "type": "stop" + }, + { + "id": "6474", + "type": "stop" + }, + { + "id": "6476", + "type": "stop" + }, + { + "id": "6478", + "type": "stop" + }, + { + "id": "6479", + "type": "stop" + }, + { + "id": "6480", + "type": "stop" + }, + { + "id": "16479", + "type": "stop" + }, + { + "id": "36479", + "type": "stop" + }, + { + "id": "56479", + "type": "stop" + }, + { + "id": "76479", + "type": "stop" + }, + { + "id": "875", "type": "stop" } ] @@ -208187,16 +210707,30 @@ }, "type": "trip" }, + { + "attributes": { + "color": "FFC72C", + "long_name": "Mattapan - Forest Hills via Roslindale Square", + "short_name": "30", + "sort_order": 50300, + "text_color": "000000" + }, + "id": "line-30", + "links": { + "self": "/lines/line-30" + }, + "type": "line" + }, { "attributes": {}, - "id": "5910", + "id": "3232", "links": { - "self": "/stops/5910" + "self": "/stops/3232" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5910" + "related": "/facilities/?filter[stop]=3232" } }, "parent_station": { @@ -208213,14 +210747,14 @@ }, { "attributes": {}, - "id": "6111", + "id": "5316", "links": { - "self": "/stops/6111" + "self": "/stops/5316" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6111" + "related": "/facilities/?filter[stop]=5316" } }, "parent_station": { @@ -208237,14 +210771,14 @@ }, { "attributes": {}, - "id": "19201", + "id": "2794", "links": { - "self": "/stops/19201" + "self": "/stops/2794" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=19201" + "related": "/facilities/?filter[stop]=2794" } }, "parent_station": { @@ -208261,139 +210795,178 @@ }, { "attributes": {}, - "id": "9070223", + "id": "67202", "links": { - "self": "/stops/9070223" + "self": "/stops/67202" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9070223" + "related": "/facilities/?filter[stop]=67202" } }, "parent_station": { "data": null }, "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "3676", + "links": { + "self": "/stops/3676" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=3676" + } + }, + "parent_station": { "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } } }, "type": "stop" }, { "attributes": { - "direction_id": 0, - "headsign": "Sullivan (Limited Stops)" + "direction_id": 1, + "headsign": "Government Center" }, - "id": "61393865", + "id": "canonical-Green-B-C1-1", "links": { - "self": "/trips/61393865" + "self": "/trips/canonical-Green-B-C1-1" }, "relationships": { "route": { "data": { - "id": "747", + "id": "Green-B", "type": "route" } }, "route_pattern": { "data": { - "id": "747-_-0", + "id": "Green-B-812-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "canonical", "type": "service" } }, "shape": { "data": { - "id": "7470073", + "id": "canonical-8000012", "type": "shape" } }, "stops": { "data": [ { - "id": "17863", + "id": "70106", "type": "stop" }, { - "id": "71391", + "id": "70110", "type": "stop" }, { - "id": "91391", + "id": "70112", "type": "stop" }, { - "id": "11803", + "id": "70114", "type": "stop" }, { - "id": "1805", + "id": "70116", "type": "stop" }, { - "id": "1807", + "id": "70120", "type": "stop" }, { - "id": "1808", + "id": "70124", "type": "stop" }, { - "id": "11809", + "id": "70126", "type": "stop" }, { - "id": "1810", + "id": "70128", "type": "stop" }, { - "id": "21772", + "id": "70130", "type": "stop" }, { - "id": "21174", + "id": "70134", "type": "stop" }, { - "id": "21773", + "id": "170136", "type": "stop" }, { - "id": "12231", + "id": "170140", "type": "stop" }, { - "id": "2521", + "id": "70144", "type": "stop" }, { - "id": "2525", + "id": "70146", "type": "stop" }, { - "id": "2531", + "id": "70148", "type": "stop" }, { - "id": "2774", + "id": "71150", "type": "stop" }, { - "id": "2778", + "id": "70152", "type": "stop" }, { - "id": "2777", + "id": "70154", "type": "stop" }, { - "id": "29001", + "id": "70156", + "type": "stop" + }, + { + "id": "70158", + "type": "stop" + }, + { + "id": "70200", + "type": "stop" + }, + { + "id": "70201", "type": "stop" } ] @@ -208403,14 +210976,14 @@ }, { "attributes": {}, - "id": "13590", + "id": "7700", "links": { - "self": "/stops/13590" + "self": "/stops/7700" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=13590" + "related": "/facilities/?filter[stop]=7700" } }, "parent_station": { @@ -208426,70 +210999,68 @@ "type": "stop" }, { - "attributes": {}, - "id": "2568", + "attributes": { + "direction_id": 1, + "headsign": "Central Wharf via Seaport/Fan Pier" + }, + "id": "Boat-F6-1840-Winthrop-BWN-01-Weekday-Summer-25", "links": { - "self": "/stops/2568" + "self": "/trips/Boat-F6-1840-Winthrop-BWN-01-Weekday-Summer-25" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=2568" + "route": { + "data": { + "id": "Boat-F6", + "type": "route" } }, - "parent_station": { - "data": null + "route_pattern": { + "data": { + "id": "Boat-F6-7-1", + "type": "route_pattern" + } }, - "zone": { + "service": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "Boat-F6-Weekday-Summer-25", + "type": "service" } - } - }, - "type": "stop" - }, - { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Baker Street & Vermont Street", - "Forest Hills Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Baker Street & Vermont Street - Forest Hills Station", - "short_name": "37", - "sort_order": 50370, - "text_color": "000000", - "type": 3 - }, - "id": "37", - "links": { - "self": "/routes/37" - }, - "relationships": { - "line": { + }, + "shape": { "data": { - "id": "line-37", - "type": "line" + "id": "WinthropToFanPierToCentralWharf-F", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "Boat-Winthrop", + "type": "stop" + }, + { + "id": "Boat-Fan", + "type": "stop" + }, + { + "id": "Boat-Aquarium", + "type": "stop" + } + ] } }, - "type": "route" + "type": "trip" }, { "attributes": {}, - "id": "2390", + "id": "6208", "links": { - "self": "/stops/2390" + "self": "/stops/6208" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2390" + "related": "/facilities/?filter[stop]=6208" } }, "parent_station": { @@ -208506,25 +211077,22 @@ }, { "attributes": {}, - "id": "FR-0132-01", + "id": "2861", "links": { - "self": "/stops/FR-0132-01" + "self": "/stops/2861" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=FR-0132-01" + "related": "/facilities/?filter[stop]=2861" } }, "parent_station": { - "data": { - "id": "place-FR-0132", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "CR-zone-3", + "id": "LocalBus", "type": "zone" } } @@ -208533,14 +211101,14 @@ }, { "attributes": {}, - "id": "6316", + "id": "2110", "links": { - "self": "/stops/6316" + "self": "/stops/2110" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6316" + "related": "/facilities/?filter[stop]=2110" } }, "parent_station": { @@ -208557,14 +211125,14 @@ }, { "attributes": {}, - "id": "1692", + "id": "3243", "links": { - "self": "/stops/1692" + "self": "/stops/3243" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1692" + "related": "/facilities/?filter[stop]=3243" } }, "parent_station": { @@ -208581,14 +211149,14 @@ }, { "attributes": {}, - "id": "1027", + "id": "6146", "links": { - "self": "/stops/1027" + "self": "/stops/6146" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1027" + "related": "/facilities/?filter[stop]=6146" } }, "parent_station": { @@ -208605,14 +211173,14 @@ }, { "attributes": {}, - "id": "109844", + "id": "547", "links": { - "self": "/stops/109844" + "self": "/stops/547" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=109844" + "related": "/facilities/?filter[stop]=547" } }, "parent_station": { @@ -208629,69 +211197,41 @@ }, { "attributes": {}, - "id": "1451", + "id": "70077", "links": { - "self": "/stops/1451" + "self": "/stops/70077" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1451" + "related": "/facilities/?filter[stop]=70077" } }, "parent_station": { - "data": null + "data": { + "id": "place-dwnxg", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } }, "type": "stop" }, - { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Ashmont Station", - "Forest Hills Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Ashmont Station - Forest Hills Station", - "short_name": "21", - "sort_order": 50210, - "text_color": "000000", - "type": 3 - }, - "id": "21", - "links": { - "self": "/routes/21" - }, - "relationships": { - "line": { - "data": { - "id": "line-21", - "type": "line" - } - } - }, - "type": "route" - }, { "attributes": {}, - "id": "1755", + "id": "2152", "links": { - "self": "/stops/1755" + "self": "/stops/2152" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1755" + "related": "/facilities/?filter[stop]=2152" } }, "parent_station": { @@ -208708,14 +211248,14 @@ }, { "attributes": {}, - "id": "36701", + "id": "3392", "links": { - "self": "/stops/36701" + "self": "/stops/3392" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=36701" + "related": "/facilities/?filter[stop]=3392" } }, "parent_station": { @@ -208732,14 +211272,14 @@ }, { "attributes": {}, - "id": "5459", + "id": "5440", "links": { - "self": "/stops/5459" + "self": "/stops/5440" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5459" + "related": "/facilities/?filter[stop]=5440" } }, "parent_station": { @@ -208755,56 +211295,52 @@ "type": "stop" }, { - "attributes": {}, - "id": "70171", + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Government Center", + "Medford/Tufts" + ], + "direction_names": [ + "West", + "East" + ], + "long_name": "Medford/Tufts - Government Center via Union Square", + "short_name": "Green Line Shuttle", + "sort_order": 61945, + "text_color": "000000", + "type": 3 + }, + "id": "Shuttle-GovernmentCenterMedfordViaUnionSq", "links": { - "self": "/stops/70171" + "self": "/routes/Shuttle-GovernmentCenterMedfordViaUnionSq" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=70171" - } - }, - "parent_station": { + "agency": { "data": { - "id": "place-newto", - "type": "stop" + "id": "1", + "type": "agency" } }, - "zone": { + "line": { "data": { - "id": "RapidTransit", - "type": "zone" + "id": "line-Green", + "type": "line" } } }, - "type": "stop" - }, - { - "attributes": { - "color": "FFC72C", - "long_name": "Malden Center - Wellington", - "short_name": "97", - "sort_order": 50970, - "text_color": "000000" - }, - "id": "line-97", - "links": { - "self": "/lines/line-97" - }, - "type": "line" + "type": "route" }, { "attributes": {}, - "id": "3204", + "id": "1613", "links": { - "self": "/stops/3204" + "self": "/stops/1613" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3204" + "related": "/facilities/?filter[stop]=1613" } }, "parent_station": { @@ -208821,14 +211357,14 @@ }, { "attributes": {}, - "id": "5693", + "id": "9053", "links": { - "self": "/stops/5693" + "self": "/stops/9053" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5693" + "related": "/facilities/?filter[stop]=9053" } }, "parent_station": { @@ -208845,14 +211381,14 @@ }, { "attributes": {}, - "id": "4703", + "id": "Boat-Lewis", "links": { - "self": "/stops/4703" + "self": "/stops/Boat-Lewis" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4703" + "related": "/facilities/?filter[stop]=Boat-Lewis" } }, "parent_station": { @@ -208860,7 +211396,7 @@ }, "zone": { "data": { - "id": "LocalBus", + "id": "Boat-Lewis", "type": "zone" } } @@ -208869,14 +211405,14 @@ }, { "attributes": {}, - "id": "5904", + "id": "25974", "links": { - "self": "/stops/5904" + "self": "/stops/25974" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5904" + "related": "/facilities/?filter[stop]=25974" } }, "parent_station": { @@ -208891,16 +211427,30 @@ }, "type": "stop" }, + { + "attributes": { + "color": "FFC72C", + "long_name": "Walpole or Dedham Square - Forest Hills", + "short_name": "34/34E", + "sort_order": 50340, + "text_color": "000000" + }, + "id": "line-3434E", + "links": { + "self": "/lines/line-3434E" + }, + "type": "line" + }, { "attributes": {}, - "id": "8870", + "id": "7469", "links": { - "self": "/stops/8870" + "self": "/stops/7469" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8870" + "related": "/facilities/?filter[stop]=7469" } }, "parent_station": { @@ -208917,14 +211467,14 @@ }, { "attributes": {}, - "id": "2419", + "id": "5992", "links": { - "self": "/stops/2419" + "self": "/stops/5992" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2419" + "related": "/facilities/?filter[stop]=5992" } }, "parent_station": { @@ -208940,39 +211490,132 @@ "type": "stop" }, { - "attributes": {}, - "id": "4188", + "attributes": { + "direction_id": 1, + "headsign": "Fields Corner via Adams St" + }, + "id": "67290519", "links": { - "self": "/stops/4188" + "self": "/trips/67290519" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=4188" + "route": { + "data": { + "id": "201", + "type": "route" } }, - "parent_station": { - "data": null + "route_pattern": { + "data": { + "id": "201-8-1", + "type": "route_pattern" + } }, - "zone": { + "service": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "WinterWeekday", + "type": "service" + } + }, + "shape": { + "data": { + "id": "2010086", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "38813", + "type": "stop" + }, + { + "id": "38814", + "type": "stop" + }, + { + "id": "3077", + "type": "stop" + }, + { + "id": "33077", + "type": "stop" + }, + { + "id": "3078", + "type": "stop" + }, + { + "id": "3079", + "type": "stop" + }, + { + "id": "3080", + "type": "stop" + }, + { + "id": "3081", + "type": "stop" + }, + { + "id": "3082", + "type": "stop" + }, + { + "id": "3083", + "type": "stop" + }, + { + "id": "3084", + "type": "stop" + }, + { + "id": "3085", + "type": "stop" + }, + { + "id": "3086", + "type": "stop" + }, + { + "id": "8809", + "type": "stop" + }, + { + "id": "3088", + "type": "stop" + }, + { + "id": "3089", + "type": "stop" + }, + { + "id": "32501", + "type": "stop" + }, + { + "id": "322", + "type": "stop" + }, + { + "id": "323", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "6118", + "id": "4712", "links": { - "self": "/stops/6118" + "self": "/stops/4712" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6118" + "related": "/facilities/?filter[stop]=4712" } }, "parent_station": { @@ -208989,14 +211632,14 @@ }, { "attributes": {}, - "id": "8860", + "id": "3495", "links": { - "self": "/stops/8860" + "self": "/stops/3495" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8860" + "related": "/facilities/?filter[stop]=3495" } }, "parent_station": { @@ -209013,158 +211656,258 @@ }, { "attributes": { - "direction_id": 1, - "headsign": "Quincy Center via McGrath" + "direction_id": 0, + "headsign": "Dedham Mall" }, - "id": "61928839", + "id": "67251228", "links": { - "self": "/trips/61928839" + "self": "/trips/67251228" }, "relationships": { "route": { "data": { - "id": "216", + "id": "35", "type": "route" } }, "route_pattern": { "data": { - "id": "216-4-1", + "id": "35-3-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "2160153", + "id": "350191", "type": "shape" } }, "stops": { "data": [ { - "id": "3265", + "id": "11780", "type": "stop" }, { - "id": "3266", + "id": "91391", "type": "stop" }, { - "id": "3267", + "id": "92391", "type": "stop" }, { - "id": "3268", + "id": "1363", "type": "stop" }, { - "id": "32681", + "id": "1365", "type": "stop" }, { - "id": "3269", + "id": "21365", "type": "stop" }, { - "id": "3270", + "id": "22365", "type": "stop" }, { - "id": "3271", + "id": "31365", "type": "stop" }, { - "id": "3272", + "id": "51365", "type": "stop" }, { - "id": "3273", + "id": "61365", "type": "stop" }, { - "id": "3274", + "id": "1160", "type": "stop" }, { - "id": "3276", + "id": "1161", "type": "stop" }, { - "id": "32760", + "id": "1164", "type": "stop" }, { - "id": "3277", + "id": "11164", "type": "stop" }, { - "id": "3278", + "id": "1939", "type": "stop" }, { - "id": "3279", + "id": "11939", "type": "stop" }, { - "id": "3280", + "id": "1940", "type": "stop" }, { - "id": "3281", + "id": "1941", "type": "stop" }, { - "id": "3283", + "id": "5241", "type": "stop" }, { - "id": "32831", + "id": "15241", "type": "stop" }, { - "id": "3284", + "id": "5243", "type": "stop" }, { - "id": "3286", + "id": "5244", "type": "stop" }, { - "id": "3287", + "id": "5245", "type": "stop" }, { - "id": "3288", + "id": "5246", "type": "stop" }, { - "id": "32910", + "id": "5247", "type": "stop" }, { - "id": "32911", + "id": "5248", "type": "stop" }, { - "id": "32912", + "id": "5249", "type": "stop" }, { - "id": "3640", + "id": "5250", "type": "stop" }, { - "id": "3038", + "id": "5251", "type": "stop" }, { - "id": "32002", + "id": "5252", + "type": "stop" + }, + { + "id": "5253", + "type": "stop" + }, + { + "id": "5254", + "type": "stop" + }, + { + "id": "5255", + "type": "stop" + }, + { + "id": "5256", + "type": "stop" + }, + { + "id": "806", + "type": "stop" + }, + { + "id": "807", + "type": "stop" + }, + { + "id": "808", + "type": "stop" + }, + { + "id": "810", + "type": "stop" + }, + { + "id": "821", + "type": "stop" + }, + { + "id": "822", + "type": "stop" + }, + { + "id": "823", + "type": "stop" + }, + { + "id": "824", + "type": "stop" + }, + { + "id": "825", + "type": "stop" + }, + { + "id": "826", + "type": "stop" + }, + { + "id": "10768", + "type": "stop" + }, + { + "id": "827", + "type": "stop" + }, + { + "id": "828", + "type": "stop" + }, + { + "id": "829", + "type": "stop" + }, + { + "id": "830", + "type": "stop" + }, + { + "id": "831", + "type": "stop" + }, + { + "id": "832", + "type": "stop" + }, + { + "id": "618", + "type": "stop" + }, + { + "id": "10618", + "type": "stop" + }, + { + "id": "10835", + "type": "stop" + }, + { + "id": "10833", "type": "stop" } ] @@ -209174,14 +211917,14 @@ }, { "attributes": {}, - "id": "1136", + "id": "332", "links": { - "self": "/stops/1136" + "self": "/stops/332" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1136" + "related": "/facilities/?filter[stop]=332" } }, "parent_station": { @@ -209198,14 +211941,14 @@ }, { "attributes": {}, - "id": "2897", + "id": "3242", "links": { - "self": "/stops/2897" + "self": "/stops/3242" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2897" + "related": "/facilities/?filter[stop]=3242" } }, "parent_station": { @@ -209222,14 +211965,59 @@ }, { "attributes": {}, - "id": "11482", + "id": "6470", "links": { - "self": "/stops/11482" + "self": "/stops/6470" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=11482" + "related": "/facilities/?filter[stop]=6470" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "9170212", + "links": { + "self": "/stops/9170212" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=9170212" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "8865", + "links": { + "self": "/stops/8865" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=8865" } }, "parent_station": { @@ -209246,45 +212034,95 @@ }, { "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Mattapan Station", - "Jackson Square Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Mattapan Station - Jackson Square Station", - "short_name": "29", - "sort_order": 50290, - "text_color": "000000", - "type": 3 + "direction_id": 0, + "headsign": "Newton Highlands via Saint Mary's Street (Shuttle)" }, - "id": "29", + "id": "NewtonHighlandsStMarysKenmoreC-0-sample", "links": { - "self": "/routes/29" + "self": "/trips/NewtonHighlandsStMarysKenmoreC-0-sample" }, "relationships": { - "line": { + "route": { "data": { - "id": "line-29", - "type": "line" + "id": "Shuttle-NewtonHighlandsStMarysKenmore", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "Shuttle-NewtonHighlandsStMarysKenmore-0-0", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "canonical", + "type": "service" + } + }, + "shape": { + "data": { + "id": "KenmoreToNewtonHighlandsViaStMarys-S", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "9070151", + "type": "stop" + }, + { + "id": "9070212", + "type": "stop" + }, + { + "id": "9434", + "type": "stop" + }, + { + "id": "1521", + "type": "stop" + }, + { + "id": "1525", + "type": "stop" + }, + { + "id": "9070178", + "type": "stop" + }, + { + "id": "21917", + "type": "stop" + }, + { + "id": "1540", + "type": "stop" + }, + { + "id": "9070171", + "type": "stop" + }, + { + "id": "9070168", + "type": "stop" + } + ] } }, - "type": "route" + "type": "trip" }, { "attributes": {}, - "id": "395", + "id": "805", "links": { - "self": "/stops/395" + "self": "/stops/805" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=395" + "related": "/facilities/?filter[stop]=805" } }, "parent_station": { @@ -209301,14 +212139,14 @@ }, { "attributes": {}, - "id": "7856", + "id": "5260", "links": { - "self": "/stops/7856" + "self": "/stops/5260" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7856" + "related": "/facilities/?filter[stop]=5260" } }, "parent_station": { @@ -209326,101 +212164,217 @@ { "attributes": { "direction_id": 0, - "headsign": "Lebanon Loop" + "headsign": "Harbor Point via South Bay Center" }, - "id": "61870795", + "id": "66653098", "links": { - "self": "/trips/61870795" + "self": "/trips/66653098" }, "relationships": { "route": { "data": { - "id": "106", + "id": "8", "type": "route" } }, "route_pattern": { "data": { - "id": "106-4-0", + "id": "8-9-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "1060256", + "id": "080261", "type": "shape" } }, "stops": { "data": [ { - "id": "53270", + "id": "899", "type": "stop" }, { - "id": "5289", + "id": "8993", "type": "stop" }, { - "id": "5342", + "id": "1518", "type": "stop" }, { - "id": "5457", + "id": "1519", "type": "stop" }, { - "id": "5459", + "id": "1520", "type": "stop" }, { - "id": "5460", + "id": "1777", "type": "stop" }, { - "id": "5461", + "id": "1778", "type": "stop" }, { - "id": "5462", + "id": "1779", "type": "stop" }, { - "id": "5463", + "id": "1780", "type": "stop" }, { - "id": "5464", + "id": "11780", "type": "stop" }, { - "id": "54651", + "id": "11781", "type": "stop" }, { - "id": "5466", + "id": "1784", "type": "stop" }, { - "id": "5467", + "id": "1785", "type": "stop" }, { - "id": "5468", + "id": "17861", "type": "stop" }, { - "id": "5469", + "id": "17862", "type": "stop" }, { - "id": "5472", + "id": "11592", + "type": "stop" + }, + { + "id": "11593", + "type": "stop" + }, + { + "id": "1593", + "type": "stop" + }, + { + "id": "64", + "type": "stop" + }, + { + "id": "1", + "type": "stop" + }, + { + "id": "2", + "type": "stop" + }, + { + "id": "4", + "type": "stop" + }, + { + "id": "5", + "type": "stop" + }, + { + "id": "1787", + "type": "stop" + }, + { + "id": "1788", + "type": "stop" + }, + { + "id": "1789", + "type": "stop" + }, + { + "id": "21158", + "type": "stop" + }, + { + "id": "11158", + "type": "stop" + }, + { + "id": "5089", + "type": "stop" + }, + { + "id": "855", + "type": "stop" + }, + { + "id": "8", + "type": "stop" + }, + { + "id": "30009", + "type": "stop" + }, + { + "id": "10010", + "type": "stop" + }, + { + "id": "11241", + "type": "stop" + }, + { + "id": "11242", + "type": "stop" + }, + { + "id": "11244", + "type": "stop" + }, + { + "id": "133", + "type": "stop" + }, + { + "id": "134", + "type": "stop" + }, + { + "id": "135", + "type": "stop" + }, + { + "id": "136", + "type": "stop" + }, + { + "id": "121", + "type": "stop" + }, + { + "id": "138", + "type": "stop" + }, + { + "id": "139", + "type": "stop" + }, + { + "id": "140", + "type": "stop" + }, + { + "id": "142", "type": "stop" } ] @@ -209430,14 +212384,14 @@ }, { "attributes": {}, - "id": "252", + "id": "1424", "links": { - "self": "/stops/252" + "self": "/stops/1424" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=252" + "related": "/facilities/?filter[stop]=1424" } }, "parent_station": { @@ -209454,14 +212408,14 @@ }, { "attributes": {}, - "id": "7916", + "id": "8819", "links": { - "self": "/stops/7916" + "self": "/stops/8819" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7916" + "related": "/facilities/?filter[stop]=8819" } }, "parent_station": { @@ -209478,14 +212432,14 @@ }, { "attributes": {}, - "id": "3462", + "id": "4907", "links": { - "self": "/stops/3462" + "self": "/stops/4907" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3462" + "related": "/facilities/?filter[stop]=4907" } }, "parent_station": { @@ -209502,14 +212456,14 @@ }, { "attributes": {}, - "id": "84618", + "id": "9161", "links": { - "self": "/stops/84618" + "self": "/stops/9161" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=84618" + "related": "/facilities/?filter[stop]=9161" } }, "parent_station": { @@ -209524,16 +212478,30 @@ }, "type": "stop" }, + { + "attributes": { + "color": "FFC72C", + "long_name": "South Shore Plaza - Quincy Center", + "short_name": "236", + "sort_order": 52360, + "text_color": "000000" + }, + "id": "line-236", + "links": { + "self": "/lines/line-236" + }, + "type": "line" + }, { "attributes": {}, - "id": "111234", + "id": "2825", "links": { - "self": "/stops/111234" + "self": "/stops/2825" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=111234" + "related": "/facilities/?filter[stop]=2825" } }, "parent_station": { @@ -209550,14 +212518,41 @@ }, { "attributes": {}, - "id": "1383", + "id": "17862", "links": { - "self": "/stops/1383" + "self": "/stops/17862" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1383" + "related": "/facilities/?filter[stop]=17862" + } + }, + "parent_station": { + "data": { + "id": "place-rugg", + "type": "stop" + } + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "1846", + "links": { + "self": "/stops/1846" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=1846" } }, "parent_station": { @@ -209574,14 +212569,110 @@ }, { "attributes": {}, - "id": "8146", + "id": "937", "links": { - "self": "/stops/8146" + "self": "/stops/937" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8146" + "related": "/facilities/?filter[stop]=937" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "3528", + "links": { + "self": "/stops/3528" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=3528" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "6372", + "links": { + "self": "/stops/6372" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=6372" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "31365", + "links": { + "self": "/stops/31365" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=31365" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "8845", + "links": { + "self": "/stops/8845" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=8845" } }, "parent_station": { @@ -209597,92 +212688,39 @@ "type": "stop" }, { - "attributes": { - "direction_id": 0, - "headsign": "Newton Highlands (Shuttle)" - }, - "id": "NewtonHighlandsKenmoreExtended-0-sample", + "attributes": {}, + "id": "9304", "links": { - "self": "/trips/NewtonHighlandsKenmoreExtended-0-sample" + "self": "/stops/9304" }, "relationships": { - "route": { - "data": { - "id": "Shuttle-NewtonHighlandsKenmore", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Shuttle-NewtonHighlandsKenmore-0-0", - "type": "route_pattern" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=9304" } }, - "service": { - "data": { - "id": "canonical", - "type": "service" - } + "parent_station": { + "data": null }, - "shape": { + "zone": { "data": { - "id": "KenmoreToNewtonHighlands-S", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "9070150", - "type": "stop" - }, - { - "id": "9434", - "type": "stop" - }, - { - "id": "1521", - "type": "stop" - }, - { - "id": "1525", - "type": "stop" - }, - { - "id": "9070178", - "type": "stop" - }, - { - "id": "21917", - "type": "stop" - }, - { - "id": "1540", - "type": "stop" - }, - { - "id": "9070171", - "type": "stop" - }, - { - "id": "9070168", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "779", + "id": "7836", "links": { - "self": "/stops/779" + "self": "/stops/7836" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=779" + "related": "/facilities/?filter[stop]=7836" } }, "parent_station": { @@ -209699,22 +212737,25 @@ }, { "attributes": {}, - "id": "61842", + "id": "WR-0099-02", "links": { - "self": "/stops/61842" + "self": "/stops/WR-0099-02" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=61842" + "related": "/facilities/?filter[stop]=WR-0099-02" } }, "parent_station": { - "data": null + "data": { + "id": "place-WR-0099", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "CR-zone-2", "type": "zone" } } @@ -209723,49 +212764,46 @@ }, { "attributes": {}, - "id": "FB-0275-B1", + "id": "3638", "links": { - "self": "/stops/FB-0275-B1" + "self": "/stops/3638" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=FB-0275-B1" + "related": "/facilities/?filter[stop]=3638" } }, "parent_station": { - "data": { - "id": "place-FB-0275", - "type": "stop" - } + "data": null }, "zone": { - "data": null + "data": { + "id": "LocalBus", + "type": "zone" + } } }, "type": "stop" }, { "attributes": {}, - "id": "NB-0109-S", + "id": "4702", "links": { - "self": "/stops/NB-0109-S" + "self": "/stops/4702" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=NB-0109-S" + "related": "/facilities/?filter[stop]=4702" } }, "parent_station": { - "data": { - "id": "place-NB-0109", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "CR-zone-2", + "id": "LocalBus", "type": "zone" } } @@ -209774,42 +212812,46 @@ }, { "attributes": { - "direction_id": 1, - "headsign": "Chelsea (Shuttle)" + "direction_id": 0, + "headsign": "Reading (Shuttle)" }, - "id": "ChelseaLynnOmitNorthStation-1-sample", + "id": "CR-ReadingAndersonWoburn-Saturday-0-06:12:00", "links": { - "self": "/trips/ChelseaLynnOmitNorthStation-1-sample" + "self": "/trips/CR-ReadingAndersonWoburn-Saturday-0-06%3A12%3A00" }, "relationships": { "route": { "data": { - "id": "Shuttle-ChelseaLynn", + "id": "Shuttle-AndersonWoburnReading", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-ChelseaLynn-0-1", + "id": "Shuttle-AndersonWoburnReading-0-0", "type": "route_pattern" } }, "service": { "data": { - "id": "canonical", + "id": "CR-ReadingAndersonWoburn-Saturday", "type": "service" } }, "shape": { "data": { - "id": "LynnToChelsea-S", + "id": "AndersonWoburnToReading-S", "type": "shape" } }, "stops": { "data": [ { - "id": "ER-0042-B", + "id": "NHRML-0127-B", + "type": "stop" + }, + { + "id": "WR-0120-B", "type": "stop" } ] @@ -209819,38 +212861,38 @@ }, { "attributes": {}, - "id": "NB-0072-B", + "id": "3536", "links": { - "self": "/stops/NB-0072-B" + "self": "/stops/3536" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=NB-0072-B" + "related": "/facilities/?filter[stop]=3536" } }, "parent_station": { - "data": { - "id": "place-NB-0072", - "type": "stop" - } + "data": null }, "zone": { - "data": null + "data": { + "id": "LocalBus", + "type": "zone" + } } }, "type": "stop" }, { "attributes": {}, - "id": "6145", + "id": "2915", "links": { - "self": "/stops/6145" + "self": "/stops/2915" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6145" + "related": "/facilities/?filter[stop]=2915" } }, "parent_station": { @@ -209867,25 +212909,25 @@ }, { "attributes": {}, - "id": "WR-0205-02", + "id": "17861", "links": { - "self": "/stops/WR-0205-02" + "self": "/stops/17861" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=WR-0205-02" + "related": "/facilities/?filter[stop]=17861" } }, "parent_station": { "data": { - "id": "place-WR-0205", + "id": "place-rugg", "type": "stop" } }, "zone": { "data": { - "id": "CR-zone-4", + "id": "LocalBus", "type": "zone" } } @@ -209894,38 +212936,38 @@ }, { "attributes": {}, - "id": "1128", + "id": "FR-0451-B", "links": { - "self": "/stops/1128" + "self": "/stops/FR-0451-B" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1128" + "related": "/facilities/?filter[stop]=FR-0451-B" } }, "parent_station": { - "data": null - }, - "zone": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "place-FR-0451", + "type": "stop" } + }, + "zone": { + "data": null } }, "type": "stop" }, { "attributes": {}, - "id": "1219", + "id": "8174", "links": { - "self": "/stops/1219" + "self": "/stops/8174" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1219" + "related": "/facilities/?filter[stop]=8174" } }, "parent_station": { @@ -209942,14 +212984,14 @@ }, { "attributes": {}, - "id": "2286", + "id": "8193", "links": { - "self": "/stops/2286" + "self": "/stops/8193" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2286" + "related": "/facilities/?filter[stop]=8193" } }, "parent_station": { @@ -209966,14 +213008,14 @@ }, { "attributes": {}, - "id": "9191", + "id": "6398", "links": { - "self": "/stops/9191" + "self": "/stops/6398" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9191" + "related": "/facilities/?filter[stop]=6398" } }, "parent_station": { @@ -209990,14 +213032,14 @@ }, { "attributes": {}, - "id": "7515", + "id": "9231", "links": { - "self": "/stops/7515" + "self": "/stops/9231" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7515" + "related": "/facilities/?filter[stop]=9231" } }, "parent_station": { @@ -210012,16 +213054,77 @@ }, "type": "stop" }, + { + "attributes": { + "direction_id": 1, + "headsign": "North Station (Local shuttle)" + }, + "id": "CR-NorthStationSwampscottLocal-Saturday-1-05:42:00", + "links": { + "self": "/trips/CR-NorthStationSwampscottLocal-Saturday-1-05%3A42%3A00" + }, + "relationships": { + "route": { + "data": { + "id": "Shuttle-NorthStationSwampscottLocal", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "Shuttle-NorthStationSwampscottLocal-0-1", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "CR-NorthStationSwampscottLocal-Saturday", + "type": "service" + } + }, + "shape": { + "data": { + "id": "SwampscottToNorthStationLocal-S", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "ER-0128-B1", + "type": "stop" + }, + { + "id": "14748", + "type": "stop" + }, + { + "id": "15797", + "type": "stop" + }, + { + "id": "ER-0042-B1", + "type": "stop" + }, + { + "id": "BNT-0000-B2", + "type": "stop" + } + ] + } + }, + "type": "trip" + }, { "attributes": {}, - "id": "2516", + "id": "6859", "links": { - "self": "/stops/2516" + "self": "/stops/6859" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2516" + "related": "/facilities/?filter[stop]=6859" } }, "parent_station": { @@ -210037,42 +213140,88 @@ "type": "stop" }, { - "attributes": {}, - "id": "70224", + "attributes": { + "direction_id": 1, + "headsign": "Reservoir (Shuttle)" + }, + "id": "ReservoirRiverside-1-sample", "links": { - "self": "/stops/70224" + "self": "/trips/ReservoirRiverside-1-sample" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=70224" + "route": { + "data": { + "id": "Shuttle-ReservoirRiverside", + "type": "route" } }, - "parent_station": { + "route_pattern": { "data": { - "id": "place-sumav", - "type": "stop" + "id": "Shuttle-ReservoirRiverside-0-1", + "type": "route_pattern" } }, - "zone": { + "service": { "data": { - "id": "RapidTransit", - "type": "zone" + "id": "canonical", + "type": "service" + } + }, + "shape": { + "data": { + "id": "RiversideToReservoir-S", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "38155", + "type": "stop" + }, + { + "id": "9070162", + "type": "stop" + }, + { + "id": "9070164", + "type": "stop" + }, + { + "id": "8153", + "type": "stop" + }, + { + "id": "9170168", + "type": "stop" + }, + { + "id": "9070170", + "type": "stop" + }, + { + "id": "1984", + "type": "stop" + }, + { + "id": "21917", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "3541", + "id": "47879", "links": { - "self": "/stops/3541" + "self": "/stops/47879" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3541" + "related": "/facilities/?filter[stop]=47879" } }, "parent_station": { @@ -210089,14 +213238,14 @@ }, { "attributes": {}, - "id": "6719", + "id": "49618", "links": { - "self": "/stops/6719" + "self": "/stops/49618" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6719" + "related": "/facilities/?filter[stop]=49618" } }, "parent_station": { @@ -210113,14 +213262,14 @@ }, { "attributes": {}, - "id": "45618", + "id": "4948", "links": { - "self": "/stops/45618" + "self": "/stops/4948" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=45618" + "related": "/facilities/?filter[stop]=4948" } }, "parent_station": { @@ -210137,14 +213286,14 @@ }, { "attributes": {}, - "id": "13838", + "id": "2473", "links": { - "self": "/stops/13838" + "self": "/stops/2473" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=13838" + "related": "/facilities/?filter[stop]=2473" } }, "parent_station": { @@ -210161,14 +213310,14 @@ }, { "attributes": {}, - "id": "6166", + "id": "4720", "links": { - "self": "/stops/6166" + "self": "/stops/4720" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6166" + "related": "/facilities/?filter[stop]=4720" } }, "parent_station": { @@ -210185,72 +213334,38 @@ }, { "attributes": {}, - "id": "WR-0325-02", + "id": "5832", "links": { - "self": "/stops/WR-0325-02" + "self": "/stops/5832" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=WR-0325-02" + "related": "/facilities/?filter[stop]=5832" } }, "parent_station": { - "data": { - "id": "place-WR-0325", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "CR-zone-7", + "id": "LocalBus", "type": "zone" } } }, "type": "stop" }, - { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Clarendon Hill", - "Haymarket Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Clarendon Hill - Haymarket Station", - "short_name": "89/93", - "sort_order": 50891, - "text_color": "000000", - "type": 3 - }, - "id": "8993", - "links": { - "self": "/routes/8993" - }, - "relationships": { - "line": { - "data": { - "id": "line-89", - "type": "line" - } - } - }, - "type": "route" - }, { "attributes": {}, - "id": "12652", + "id": "3458", "links": { - "self": "/stops/12652" + "self": "/stops/3458" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=12652" + "related": "/facilities/?filter[stop]=3458" } }, "parent_station": { @@ -210267,14 +213382,14 @@ }, { "attributes": {}, - "id": "78211", + "id": "8442", "links": { - "self": "/stops/78211" + "self": "/stops/8442" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=78211" + "related": "/facilities/?filter[stop]=8442" } }, "parent_station": { @@ -210291,14 +213406,14 @@ }, { "attributes": {}, - "id": "3686", + "id": "45330", "links": { - "self": "/stops/3686" + "self": "/stops/45330" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3686" + "related": "/facilities/?filter[stop]=45330" } }, "parent_station": { @@ -210315,14 +213430,14 @@ }, { "attributes": {}, - "id": "5225", + "id": "9049", "links": { - "self": "/stops/5225" + "self": "/stops/9049" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5225" + "related": "/facilities/?filter[stop]=9049" } }, "parent_station": { @@ -210339,14 +213454,14 @@ }, { "attributes": {}, - "id": "50618", + "id": "111762", "links": { - "self": "/stops/50618" + "self": "/stops/111762" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=50618" + "related": "/facilities/?filter[stop]=111762" } }, "parent_station": { @@ -210363,14 +213478,14 @@ }, { "attributes": {}, - "id": "8496", + "id": "7288", "links": { - "self": "/stops/8496" + "self": "/stops/7288" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8496" + "related": "/facilities/?filter[stop]=7288" } }, "parent_station": { @@ -210386,39 +213501,120 @@ "type": "stop" }, { - "attributes": {}, - "id": "33632", + "attributes": { + "direction_id": 1, + "headsign": "South Station" + }, + "id": "canonical-CR-Franklin-C1-1", "links": { - "self": "/stops/33632" + "self": "/trips/canonical-CR-Franklin-C1-1" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=33632" + "route": { + "data": { + "id": "CR-Franklin", + "type": "route" } }, - "parent_station": { - "data": null + "route_pattern": { + "data": { + "id": "CR-Franklin-C1-1", + "type": "route_pattern" + } }, - "zone": { + "service": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "canonical", + "type": "service" + } + }, + "shape": { + "data": { + "id": "canonical-9880005", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "FB-0303-S", + "type": "stop" + }, + { + "id": "FB-0275-S", + "type": "stop" + }, + { + "id": "FB-0230-S", + "type": "stop" + }, + { + "id": "FB-0191-S", + "type": "stop" + }, + { + "id": "FB-0166-S", + "type": "stop" + }, + { + "id": "FB-0148-02", + "type": "stop" + }, + { + "id": "FB-0143-02", + "type": "stop" + }, + { + "id": "FB-0125-02", + "type": "stop" + }, + { + "id": "FB-0118-02", + "type": "stop" + }, + { + "id": "FB-0109-02", + "type": "stop" + }, + { + "id": "FB-0095-05", + "type": "stop" + }, + { + "id": "NEC-2203-02", + "type": "stop" + }, + { + "id": "NEC-2237-03", + "type": "stop" + }, + { + "id": "NEC-2265", + "type": "stop" + }, + { + "id": "NEC-2276", + "type": "stop" + }, + { + "id": "NEC-2287", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "4183", + "id": "5849", "links": { - "self": "/stops/4183" + "self": "/stops/5849" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4183" + "related": "/facilities/?filter[stop]=5849" } }, "parent_station": { @@ -210435,25 +213631,22 @@ }, { "attributes": {}, - "id": "70024", + "id": "14225", "links": { - "self": "/stops/70024" + "self": "/stops/14225" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70024" + "related": "/facilities/?filter[stop]=14225" } }, "parent_station": { - "data": { - "id": "place-haecl", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } @@ -210462,14 +213655,14 @@ }, { "attributes": {}, - "id": "15660", + "id": "986", "links": { - "self": "/stops/15660" + "self": "/stops/986" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=15660" + "related": "/facilities/?filter[stop]=986" } }, "parent_station": { @@ -210487,133 +213680,193 @@ { "attributes": { "direction_id": 0, - "headsign": "Brighton via Copley (Express)" + "headsign": "River St & Milton St" }, - "id": "61394425", + "id": "67251086", "links": { - "self": "/trips/61394425" + "self": "/trips/67251086" }, "relationships": { "route": { "data": { - "id": "501", + "id": "33", "type": "route" } }, "route_pattern": { "data": { - "id": "501-5-0", + "id": "33-1-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "5010140", + "id": "330174", "type": "shape" } }, "stops": { "data": [ { - "id": "6551", + "id": "185", "type": "stop" }, { - "id": "16535", + "id": "6368", "type": "stop" }, { - "id": "6555", + "id": "16369", "type": "stop" }, { - "id": "9983", + "id": "6369", "type": "stop" }, { - "id": "177", + "id": "6371", "type": "stop" }, { - "id": "173", + "id": "6372", "type": "stop" }, { - "id": "178", + "id": "6373", "type": "stop" }, { - "id": "903", + "id": "6374", "type": "stop" }, { - "id": "9031", + "id": "6375", "type": "stop" }, { - "id": "904", + "id": "6376", "type": "stop" }, { - "id": "905", + "id": "6377", "type": "stop" }, { - "id": "906", + "id": "76378", "type": "stop" }, { - "id": "907", + "id": "6390", "type": "stop" }, { - "id": "909", + "id": "2819", "type": "stop" }, { - "id": "910", + "id": "2818", "type": "stop" }, { - "id": "912", + "id": "22819", "type": "stop" }, { - "id": "913", + "id": "22818", "type": "stop" }, { - "id": "915", + "id": "22821", "type": "stop" }, { - "id": "916", + "id": "32818", "type": "stop" }, { - "id": "917", + "id": "42818", "type": "stop" }, { - "id": "918", + "id": "8335", "type": "stop" }, { - "id": "919", + "id": "6516", "type": "stop" }, { - "id": "1301", + "id": "6517", "type": "stop" }, { - "id": "1994", + "id": "8946", + "type": "stop" + }, + { + "id": "8947", + "type": "stop" + }, + { + "id": "8948", + "type": "stop" + }, + { + "id": "8949", + "type": "stop" + }, + { + "id": "8952", + "type": "stop" + }, + { + "id": "8954", + "type": "stop" + }, + { + "id": "8955", + "type": "stop" + }, + { + "id": "89413", + "type": "stop" + }, + { + "id": "42820", + "type": "stop" + }, + { + "id": "8959", + "type": "stop" + }, + { + "id": "8960", + "type": "stop" + }, + { + "id": "8961", + "type": "stop" + }, + { + "id": "8962", + "type": "stop" + }, + { + "id": "8963", + "type": "stop" + }, + { + "id": "8964", + "type": "stop" + }, + { + "id": "18974", "type": "stop" } ] @@ -210623,14 +213876,14 @@ }, { "attributes": {}, - "id": "10833", + "id": "7410", "links": { - "self": "/stops/10833" + "self": "/stops/7410" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=10833" + "related": "/facilities/?filter[stop]=7410" } }, "parent_station": { @@ -210646,46 +213899,63 @@ "type": "stop" }, { - "attributes": { - "color": "DA291C", - "direction_destinations": [ - "Mattapan", - "Ashmont" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Mattapan Trolley", - "short_name": "", - "sort_order": 10011, - "text_color": "FFFFFF", - "type": 0 + "attributes": {}, + "id": "9326", + "links": { + "self": "/stops/9326" }, - "id": "Mattapan", + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=9326" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "3065", "links": { - "self": "/routes/Mattapan" + "self": "/stops/3065" }, "relationships": { - "line": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=3065" + } + }, + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "line-Mattapan", - "type": "line" + "id": "LocalBus", + "type": "zone" } } }, - "type": "route" + "type": "stop" }, { "attributes": {}, - "id": "8144", + "id": "2307", "links": { - "self": "/stops/8144" + "self": "/stops/2307" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8144" + "related": "/facilities/?filter[stop]=2307" } }, "parent_station": { @@ -210702,62 +213972,338 @@ }, { "attributes": { - "direction_id": 0, - "headsign": "Kendall/MIT (Shuttle)" + "direction_id": 1, + "headsign": "Forest Hills" }, - "id": "AlewifeKendall-0-sample", + "id": "67251641", "links": { - "self": "/trips/AlewifeKendall-0-sample" + "self": "/trips/67251641" }, "relationships": { "route": { "data": { - "id": "Shuttle-AlewifeKendall", + "id": "34E", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-AlewifeKendall-0-0", + "id": "34E-6-1", "type": "route_pattern" } }, "service": { "data": { - "id": "canonical", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "AlewifeToKendall-S", + "id": "34E0262", "type": "shape" } }, "stops": { "data": [ { - "id": "141", + "id": "89617", + "type": "stop" + }, + { + "id": "42618", + "type": "stop" + }, + { + "id": "43618", + "type": "stop" + }, + { + "id": "44618", + "type": "stop" + }, + { + "id": "45618", + "type": "stop" + }, + { + "id": "47618", + "type": "stop" + }, + { + "id": "48618", + "type": "stop" + }, + { + "id": "61848", + "type": "stop" + }, + { + "id": "49618", + "type": "stop" + }, + { + "id": "50618", + "type": "stop" + }, + { + "id": "51618", + "type": "stop" + }, + { + "id": "61851", + "type": "stop" + }, + { + "id": "52618", + "type": "stop" + }, + { + "id": "53618", + "type": "stop" + }, + { + "id": "54618", + "type": "stop" + }, + { + "id": "55618", + "type": "stop" + }, + { + "id": "56618", + "type": "stop" + }, + { + "id": "57618", + "type": "stop" + }, + { + "id": "61857", + "type": "stop" + }, + { + "id": "58618", + "type": "stop" + }, + { + "id": "59618", + "type": "stop" + }, + { + "id": "60618", + "type": "stop" + }, + { + "id": "61618", + "type": "stop" + }, + { + "id": "63618", + "type": "stop" + }, + { + "id": "35619", + "type": "stop" + }, + { + "id": "46619", + "type": "stop" + }, + { + "id": "47619", + "type": "stop" + }, + { + "id": "47620", + "type": "stop" + }, + { + "id": "48619", + "type": "stop" + }, + { + "id": "49619", + "type": "stop" + }, + { + "id": "50619", + "type": "stop" + }, + { + "id": "70619", + "type": "stop" + }, + { + "id": "80619", + "type": "stop" + }, + { + "id": "50620", + "type": "stop" + }, + { + "id": "60620", + "type": "stop" + }, + { + "id": "70620", + "type": "stop" + }, + { + "id": "80620", + "type": "stop" + }, + { + "id": "64618", + "type": "stop" + }, + { + "id": "65618", + "type": "stop" + }, + { + "id": "67618", + "type": "stop" + }, + { + "id": "61866", + "type": "stop" + }, + { + "id": "61867", + "type": "stop" + }, + { + "id": "68618", + "type": "stop" + }, + { + "id": "69618", + "type": "stop" + }, + { + "id": "70618", + "type": "stop" + }, + { + "id": "74618", + "type": "stop" + }, + { + "id": "71618", + "type": "stop" + }, + { + "id": "61872", + "type": "stop" + }, + { + "id": "619", + "type": "stop" + }, + { + "id": "620", + "type": "stop" + }, + { + "id": "621", + "type": "stop" + }, + { + "id": "622", + "type": "stop" + }, + { + "id": "623", + "type": "stop" + }, + { + "id": "624", + "type": "stop" + }, + { + "id": "625", + "type": "stop" + }, + { + "id": "10625", + "type": "stop" + }, + { + "id": "626", + "type": "stop" + }, + { + "id": "627", + "type": "stop" + }, + { + "id": "628", + "type": "stop" + }, + { + "id": "629", + "type": "stop" + }, + { + "id": "630", + "type": "stop" + }, + { + "id": "631", "type": "stop" }, { - "id": "2581", + "id": "632", "type": "stop" }, { - "id": "12301", + "id": "633", "type": "stop" }, { - "id": "9070072", + "id": "10633", "type": "stop" }, { - "id": "72", + "id": "634", "type": "stop" }, { - "id": "2231", + "id": "635", + "type": "stop" + }, + { + "id": "636", + "type": "stop" + }, + { + "id": "637", + "type": "stop" + }, + { + "id": "638", + "type": "stop" + }, + { + "id": "639", + "type": "stop" + }, + { + "id": "640", + "type": "stop" + }, + { + "id": "641", + "type": "stop" + }, + { + "id": "642", + "type": "stop" + }, + { + "id": "10642", "type": "stop" } ] @@ -210766,72 +214312,63 @@ "type": "trip" }, { - "attributes": { - "direction_id": 1, - "headsign": "Alewife (Shuttle)" - }, - "id": "AlewifeHarvardViaBrattle-1-sample", + "attributes": {}, + "id": "7904", "links": { - "self": "/trips/AlewifeHarvardViaBrattle-1-sample" + "self": "/stops/7904" }, "relationships": { - "route": { - "data": { - "id": "Shuttle-AlewifeHarvardViaBrattle", - "type": "route" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=7904" } }, - "route_pattern": { - "data": { - "id": "Shuttle-AlewifeHarvardViaBrattle-0-1", - "type": "route_pattern" - } + "parent_station": { + "data": null }, - "service": { + "zone": { "data": { - "id": "canonical", - "type": "service" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "4186", + "links": { + "self": "/stops/4186" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=4186" } }, - "shape": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "AlewifeToHarvardViaBrattle-Alewife-S", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "110", - "type": "stop" - }, - { - "id": "23151", - "type": "stop" - }, - { - "id": "5104", - "type": "stop" - }, - { - "id": "141", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "23826", + "id": "109820", "links": { - "self": "/stops/23826" + "self": "/stops/109820" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=23826" + "related": "/facilities/?filter[stop]=109820" } }, "parent_station": { @@ -210848,19 +214385,19 @@ }, { "attributes": {}, - "id": "70087", + "id": "70002", "links": { - "self": "/stops/70087" + "self": "/stops/70002" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70087" + "related": "/facilities/?filter[stop]=70002" } }, "parent_station": { "data": { - "id": "place-shmnl", + "id": "place-grnst", "type": "stop" } }, @@ -210874,46 +214411,39 @@ "type": "stop" }, { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Worcester", - "South Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Ashland - Framingham", - "short_name": "Worcester Line Shuttle", - "sort_order": 60238, - "text_color": "000000", - "type": 3 - }, - "id": "Shuttle-AshlandFramingham", + "attributes": {}, + "id": "14383", "links": { - "self": "/routes/Shuttle-AshlandFramingham" + "self": "/stops/14383" }, "relationships": { - "line": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=14383" + } + }, + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "line-Worcester", - "type": "line" + "id": "LocalBus", + "type": "zone" } } }, - "type": "route" + "type": "stop" }, { "attributes": {}, - "id": "1179", + "id": "6433", "links": { - "self": "/stops/1179" + "self": "/stops/6433" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1179" + "related": "/facilities/?filter[stop]=6433" } }, "parent_station": { @@ -210930,14 +214460,14 @@ }, { "attributes": {}, - "id": "3622", + "id": "1182", "links": { - "self": "/stops/3622" + "self": "/stops/1182" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3622" + "related": "/facilities/?filter[stop]=1182" } }, "parent_station": { @@ -210952,16 +214482,30 @@ }, "type": "stop" }, + { + "attributes": { + "color": "FFC72C", + "long_name": "Wonderland or Chelsea - Maverick", + "short_name": "114/116/117", + "sort_order": 51140, + "text_color": "000000" + }, + "id": "line-114116117", + "links": { + "self": "/lines/line-114116117" + }, + "type": "line" + }, { "attributes": {}, - "id": "85567", + "id": "4367", "links": { - "self": "/stops/85567" + "self": "/stops/4367" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=85567" + "related": "/facilities/?filter[stop]=4367" } }, "parent_station": { @@ -210978,14 +214522,14 @@ }, { "attributes": {}, - "id": "2300", + "id": "799", "links": { - "self": "/stops/2300" + "self": "/stops/799" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2300" + "related": "/facilities/?filter[stop]=799" } }, "parent_station": { @@ -211002,14 +214546,14 @@ }, { "attributes": {}, - "id": "1094", + "id": "640", "links": { - "self": "/stops/1094" + "self": "/stops/640" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1094" + "related": "/facilities/?filter[stop]=640" } }, "parent_station": { @@ -211026,29 +214570,35 @@ }, { "attributes": { - "color": "FFC72C", + "color": "008EAA", "direction_destinations": [ - "Riverside", - "Union Square" + "Winthrop", + "Central Wharf" ], "direction_names": [ - "West", - "East" + "Outbound", + "Inbound" ], - "long_name": "Newton Highlands - Reservoir", - "short_name": "Green Line D Shuttle", - "sort_order": 62095, - "text_color": "000000", - "type": 3 + "long_name": "Winthrop/Quincy Ferry", + "short_name": "", + "sort_order": 30009, + "text_color": "FFFFFF", + "type": 4 }, - "id": "Shuttle-NewtonHighlandsReservoir", + "id": "Boat-F6", "links": { - "self": "/routes/Shuttle-NewtonHighlandsReservoir" + "self": "/routes/Boat-F6" }, "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, "line": { "data": { - "id": "line-Green", + "id": "line-Boat-F6", "type": "line" } } @@ -211057,14 +214607,14 @@ }, { "attributes": {}, - "id": "2312", + "id": "6700", "links": { - "self": "/stops/2312" + "self": "/stops/6700" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2312" + "related": "/facilities/?filter[stop]=6700" } }, "parent_station": { @@ -211081,14 +214631,14 @@ }, { "attributes": {}, - "id": "8639", + "id": "41883", "links": { - "self": "/stops/8639" + "self": "/stops/41883" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8639" + "related": "/facilities/?filter[stop]=41883" } }, "parent_station": { @@ -211105,14 +214655,14 @@ }, { "attributes": {}, - "id": "2740", + "id": "10928", "links": { - "self": "/stops/2740" + "self": "/stops/10928" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2740" + "related": "/facilities/?filter[stop]=10928" } }, "parent_station": { @@ -211129,25 +214679,49 @@ }, { "attributes": {}, - "id": "70067", + "id": "22146", "links": { - "self": "/stops/70067" + "self": "/stops/22146" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70067" + "related": "/facilities/?filter[stop]=22146" } }, "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "place-harsq", + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "DB-2205-01", + "links": { + "self": "/stops/DB-2205-01" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=DB-2205-01" + } + }, + "parent_station": { + "data": { + "id": "place-DB-2205", "type": "stop" } }, "zone": { "data": { - "id": "RapidTransit", + "id": "CR-zone-1A", "type": "zone" } } @@ -211156,14 +214730,14 @@ }, { "attributes": {}, - "id": "8462", + "id": "15985", "links": { - "self": "/stops/8462" + "self": "/stops/15985" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8462" + "related": "/facilities/?filter[stop]=15985" } }, "parent_station": { @@ -211179,46 +214753,39 @@ "type": "stop" }, { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Roberts", - "Newton Corner" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Roberts - Newton Corner", - "short_name": "553", - "sort_order": 55530, - "text_color": "000000", - "type": 3 - }, - "id": "553", + "attributes": {}, + "id": "15782", "links": { - "self": "/routes/553" + "self": "/stops/15782" }, "relationships": { - "line": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=15782" + } + }, + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "line-505553554", - "type": "line" + "id": "LocalBus", + "type": "zone" } } }, - "type": "route" + "type": "stop" }, { "attributes": {}, - "id": "25203", + "id": "2814", "links": { - "self": "/stops/25203" + "self": "/stops/2814" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=25203" + "related": "/facilities/?filter[stop]=2814" } }, "parent_station": { @@ -211235,14 +214802,14 @@ }, { "attributes": {}, - "id": "1777", + "id": "6120", "links": { - "self": "/stops/1777" + "self": "/stops/6120" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1777" + "related": "/facilities/?filter[stop]=6120" } }, "parent_station": { @@ -211260,165 +214827,53 @@ { "attributes": { "direction_id": 0, - "headsign": "Wonderland via Maverick" + "headsign": "Forest Hills (Shuttle)" }, - "id": "62216180", + "id": "ForestHillsJacksonSquare-0-sample", "links": { - "self": "/trips/62216180" + "self": "/trips/ForestHillsJacksonSquare-0-sample" }, "relationships": { "route": { "data": { - "id": "117", + "id": "Shuttle-ForestHillsJackson", "type": "route" } }, "route_pattern": { "data": { - "id": "117-4-0", + "id": "Shuttle-ForestHillsJackson-0-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "canonical", "type": "service" } }, "shape": { "data": { - "id": "1170175", + "id": "JacksonSquareToForestHills-S", "type": "shape" } }, "stops": { "data": [ { - "id": "65", - "type": "stop" - }, - { - "id": "4510", - "type": "stop" - }, - { - "id": "5740", - "type": "stop" - }, - { - "id": "5742", - "type": "stop" - }, - { - "id": "5743", - "type": "stop" - }, - { - "id": "5745", - "type": "stop" - }, - { - "id": "5746", - "type": "stop" - }, - { - "id": "5747", - "type": "stop" - }, - { - "id": "5748", - "type": "stop" - }, - { - "id": "5749", - "type": "stop" - }, - { - "id": "5614", - "type": "stop" - }, - { - "id": "5615", - "type": "stop" - }, - { - "id": "5617", - "type": "stop" - }, - { - "id": "5750", - "type": "stop" - }, - { - "id": "5751", - "type": "stop" - }, - { - "id": "35751", - "type": "stop" - }, - { - "id": "5752", - "type": "stop" - }, - { - "id": "5753", - "type": "stop" - }, - { - "id": "5754", - "type": "stop" - }, - { - "id": "5755", - "type": "stop" - }, - { - "id": "5756", - "type": "stop" - }, - { - "id": "5757", - "type": "stop" - }, - { - "id": "5759", - "type": "stop" - }, - { - "id": "5760", - "type": "stop" - }, - { - "id": "5761", - "type": "stop" - }, - { - "id": "5790", - "type": "stop" - }, - { - "id": "5792", - "type": "stop" - }, - { - "id": "5794", - "type": "stop" - }, - { - "id": "4717", + "id": "9070007", "type": "stop" }, { - "id": "5797", + "id": "9070004", "type": "stop" }, { - "id": "5798", + "id": "9070002", "type": "stop" }, { - "id": "15795", + "id": "875", "type": "stop" } ] @@ -211426,30 +214881,16 @@ }, "type": "trip" }, - { - "attributes": { - "color": "FFC72C", - "long_name": "Avon Square - Ashmont", - "short_name": "240", - "sort_order": 52400, - "text_color": "000000" - }, - "id": "line-240", - "links": { - "self": "/lines/line-240" - }, - "type": "line" - }, { "attributes": {}, - "id": "3152", + "id": "5648", "links": { - "self": "/stops/3152" + "self": "/stops/5648" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3152" + "related": "/facilities/?filter[stop]=5648" } }, "parent_station": { @@ -211464,25 +214905,39 @@ }, "type": "stop" }, + { + "attributes": { + "color": "80276C", + "long_name": "Fairmount Line", + "short_name": "", + "sort_order": 20001, + "text_color": "FFFFFF" + }, + "id": "line-Fairmount", + "links": { + "self": "/lines/line-Fairmount" + }, + "type": "line" + }, { "attributes": { "direction_id": 0, - "headsign": "Ashmont (Shuttle)" + "headsign": "Braintree (Shuttle)" }, - "id": "AshmontJFK-0-sample", + "id": "BraintreeBroadway-Weekday-9e586-0-00:00:00", "links": { - "self": "/trips/AshmontJFK-0-sample" + "self": "/trips/BraintreeBroadway-Weekday-9e586-0-00%3A00%3A00" }, "relationships": { "route": { "data": { - "id": "Shuttle-AshmontJFK", + "id": "Shuttle-BraintreeBroadway", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-AshmontJFK-0-0", + "id": "Shuttle-BraintreeBroadway-0-0", "type": "route_pattern" } }, @@ -211494,34 +214949,42 @@ }, "shape": { "data": { - "id": "JFKToAshmont-S", + "id": "BroadwayToBraintree-S", "type": "shape" } }, "stops": { "data": [ + { + "id": "151", + "type": "stop" + }, + { + "id": "9070083", + "type": "stop" + }, { "id": "121", "type": "stop" }, { - "id": "303", + "id": "3125", "type": "stop" }, { - "id": "90311", + "id": "9170099", "type": "stop" }, { - "id": "34503", + "id": "9070101", "type": "stop" }, { - "id": "329", + "id": "41031", "type": "stop" }, { - "id": "334", + "id": "38671", "type": "stop" } ] @@ -211531,14 +214994,14 @@ }, { "attributes": {}, - "id": "5593", + "id": "6639", "links": { - "self": "/stops/5593" + "self": "/stops/6639" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5593" + "related": "/facilities/?filter[stop]=6639" } }, "parent_station": { @@ -211555,14 +215018,14 @@ }, { "attributes": {}, - "id": "2875", + "id": "154", "links": { - "self": "/stops/2875" + "self": "/stops/154" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2875" + "related": "/facilities/?filter[stop]=154" } }, "parent_station": { @@ -211579,38 +215042,35 @@ }, { "attributes": {}, - "id": "7381", + "id": "71264", "links": { - "self": "/stops/7381" + "self": "/stops/71264" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7381" + "related": "/facilities/?filter[stop]=71264" } }, "parent_station": { "data": null }, "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } + "data": null } }, "type": "stop" }, { "attributes": {}, - "id": "11802", + "id": "95", "links": { - "self": "/stops/11802" + "self": "/stops/95" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=11802" + "related": "/facilities/?filter[stop]=95" } }, "parent_station": { @@ -211627,24 +215087,24 @@ }, { "attributes": {}, - "id": "7837", + "id": "NEC-1659-B", "links": { - "self": "/stops/7837" + "self": "/stops/NEC-1659-B" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7837" + "related": "/facilities/?filter[stop]=NEC-1659-B" } }, "parent_station": { - "data": null - }, - "zone": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "place-NEC-1659", + "type": "stop" } + }, + "zone": { + "data": null } }, "type": "stop" @@ -211652,525 +215112,141 @@ { "attributes": { "direction_id": 1, - "headsign": "Alewife via Hanscom Airport" + "headsign": "Lechmere" }, - "id": "61848706", + "id": "67008801", "links": { - "self": "/trips/61848706" + "self": "/trips/67008801" }, "relationships": { "route": { "data": { - "id": "627", + "id": "87", "type": "route" } }, "route_pattern": { "data": { - "id": "627-7-1", + "id": "87-_-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "620184", + "id": "870199", "type": "shape" } }, "stops": { "data": [ { - "id": "8471", - "type": "stop" - }, - { - "id": "47879", - "type": "stop" - }, - { - "id": "7881", - "type": "stop" - }, - { - "id": "7882", - "type": "stop" - }, - { - "id": "7883", - "type": "stop" - }, - { - "id": "7884", - "type": "stop" - }, - { - "id": "7885", - "type": "stop" - }, - { - "id": "7886", - "type": "stop" - }, - { - "id": "7887", - "type": "stop" - }, - { - "id": "7888", - "type": "stop" - }, - { - "id": "7889", - "type": "stop" - }, - { - "id": "7890", - "type": "stop" - }, - { - "id": "7891", - "type": "stop" - }, - { - "id": "7892", - "type": "stop" - }, - { - "id": "7894", - "type": "stop" - }, - { - "id": "7896", - "type": "stop" - }, - { - "id": "78981", - "type": "stop" - }, - { - "id": "78982", - "type": "stop" - }, - { - "id": "8623", - "type": "stop" - }, - { - "id": "86232", - "type": "stop" - }, - { - "id": "8624", - "type": "stop" - }, - { - "id": "86242", - "type": "stop" - }, - { - "id": "86178", - "type": "stop" - }, - { - "id": "86179", - "type": "stop" - }, - { - "id": "86180", - "type": "stop" - }, - { - "id": "86261", - "type": "stop" - }, - { - "id": "8627", - "type": "stop" - }, - { - "id": "8628", - "type": "stop" - }, - { - "id": "8629", - "type": "stop" - }, - { - "id": "8630", - "type": "stop" - }, - { - "id": "8631", - "type": "stop" - }, - { - "id": "8632", - "type": "stop" - }, - { - "id": "8633", - "type": "stop" - }, - { - "id": "8634", - "type": "stop" - }, - { - "id": "8635", - "type": "stop" - }, - { - "id": "7874", - "type": "stop" - }, - { - "id": "78741", - "type": "stop" - }, - { - "id": "7911", - "type": "stop" - }, - { - "id": "7912", - "type": "stop" - }, - { - "id": "8636", - "type": "stop" - }, - { - "id": "18636", - "type": "stop" - }, - { - "id": "8637", - "type": "stop" - }, - { - "id": "8638", - "type": "stop" - }, - { - "id": "8639", - "type": "stop" - }, - { - "id": "8640", - "type": "stop" - }, - { - "id": "8641", - "type": "stop" - }, - { - "id": "18595", - "type": "stop" - }, - { - "id": "8643", - "type": "stop" - }, - { - "id": "8645", - "type": "stop" - }, - { - "id": "8647", - "type": "stop" - }, - { - "id": "7913", - "type": "stop" - }, - { - "id": "7914", - "type": "stop" - }, - { - "id": "7915", - "type": "stop" - }, - { - "id": "7916", - "type": "stop" - }, - { - "id": "7917", + "id": "2637", "type": "stop" }, { - "id": "7918", + "id": "2575", "type": "stop" }, { - "id": "7919", + "id": "2576", "type": "stop" }, { - "id": "7921", + "id": "2577", "type": "stop" }, { - "id": "7922", + "id": "2579", "type": "stop" }, { - "id": "17922", + "id": "2580", "type": "stop" }, { - "id": "6201", + "id": "2581", "type": "stop" }, { - "id": "6202", + "id": "2582", "type": "stop" }, { - "id": "6203", + "id": "2583", "type": "stop" }, { - "id": "6204", + "id": "2584", "type": "stop" }, { - "id": "6216", + "id": "2586", "type": "stop" }, { - "id": "2324", + "id": "2587", "type": "stop" }, { - "id": "6218", + "id": "2588", "type": "stop" }, { - "id": "2326", + "id": "2589", "type": "stop" }, { - "id": "2327", + "id": "2590", "type": "stop" }, { - "id": "2328", + "id": "2591", "type": "stop" }, { - "id": "2329", + "id": "2593", "type": "stop" }, { - "id": "2331", + "id": "2594", "type": "stop" }, { - "id": "2475", + "id": "2595", "type": "stop" }, { - "id": "2477", + "id": "2510", "type": "stop" }, { - "id": "2478", + "id": "2597", "type": "stop" }, { - "id": "24790", + "id": "2598", "type": "stop" }, { - "id": "24791", + "id": "2599", "type": "stop" }, { - "id": "141", - "type": "stop" - } - ] - } - }, - "type": "trip" - }, - { - "attributes": {}, - "id": "GB-0296-02", - "links": { - "self": "/stops/GB-0296-02" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=GB-0296-02" - } - }, - "parent_station": { - "data": { - "id": "place-GB-0296", - "type": "stop" - } - }, - "zone": { - "data": { - "id": "CR-zone-7", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "14936", - "links": { - "self": "/stops/14936" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=14936" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "769", - "links": { - "self": "/stops/769" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=769" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "6152", - "links": { - "self": "/stops/6152" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=6152" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "1140", - "links": { - "self": "/stops/1140" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=1140" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": { - "direction_id": 0, - "headsign": "Kenmore (Shuttle)" - }, - "id": "GreenCGovernmentCenterKenmore-0-sample", - "links": { - "self": "/trips/GreenCGovernmentCenterKenmore-0-sample" - }, - "relationships": { - "route": { - "data": { - "id": "Shuttle-CopleyKenmore", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Shuttle-CopleyKenmore-0-0", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "canonical", - "type": "service" - } - }, - "shape": { - "data": { - "id": "CopleyToKenmore-S", - "type": "shape" - } - }, - "stops": { - "data": [ - { - "id": "9270014", + "id": "2600", "type": "stop" }, { - "id": "9070184", + "id": "2601", "type": "stop" }, { - "id": "9070185", + "id": "70500", "type": "stop" } ] @@ -212180,25 +215256,22 @@ }, { "attributes": {}, - "id": "DB-2240-02", + "id": "45816", "links": { - "self": "/stops/DB-2240-02" + "self": "/stops/45816" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=DB-2240-02" + "related": "/facilities/?filter[stop]=45816" } }, "parent_station": { - "data": { - "id": "place-DB-2240", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "CR-zone-1A", + "id": "LocalBus", "type": "zone" } } @@ -212207,14 +215280,14 @@ }, { "attributes": {}, - "id": "3946", + "id": "5624", "links": { - "self": "/stops/3946" + "self": "/stops/5624" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3946" + "related": "/facilities/?filter[stop]=5624" } }, "parent_station": { @@ -212231,22 +215304,25 @@ }, { "attributes": {}, - "id": "4153", + "id": "70200", "links": { - "self": "/stops/4153" + "self": "/stops/70200" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4153" + "related": "/facilities/?filter[stop]=70200" } }, "parent_station": { - "data": null + "data": { + "id": "place-pktrm", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -212255,14 +215331,14 @@ }, { "attributes": {}, - "id": "96734", + "id": "1648", "links": { - "self": "/stops/96734" + "self": "/stops/1648" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=96734" + "related": "/facilities/?filter[stop]=1648" } }, "parent_station": { @@ -212279,14 +215355,14 @@ }, { "attributes": {}, - "id": "13845", + "id": "81449", "links": { - "self": "/stops/13845" + "self": "/stops/81449" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=13845" + "related": "/facilities/?filter[stop]=81449" } }, "parent_station": { @@ -212303,22 +215379,25 @@ }, { "attributes": {}, - "id": "14889", + "id": "70240", "links": { - "self": "/stops/14889" + "self": "/stops/70240" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=14889" + "related": "/facilities/?filter[stop]=70240" } }, "parent_station": { - "data": null + "data": { + "id": "place-prmnl", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -212326,29 +215405,39 @@ "type": "stop" }, { - "attributes": { - "color": "FFC72C", - "long_name": "Roberts, Waltham Center, or Waverley - Newton Corner", - "short_name": "505/553/554", - "sort_order": 55050, - "text_color": "000000" - }, - "id": "line-505553554", + "attributes": {}, + "id": "2910", "links": { - "self": "/lines/line-505553554" + "self": "/stops/2910" }, - "type": "line" + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=2910" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" }, { "attributes": {}, - "id": "5692", + "id": "4223", "links": { - "self": "/stops/5692" + "self": "/stops/4223" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5692" + "related": "/facilities/?filter[stop]=4223" } }, "parent_station": { @@ -212365,14 +215454,14 @@ }, { "attributes": {}, - "id": "784", + "id": "435", "links": { - "self": "/stops/784" + "self": "/stops/435" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=784" + "related": "/facilities/?filter[stop]=435" } }, "parent_station": { @@ -212389,14 +215478,14 @@ }, { "attributes": {}, - "id": "9063", + "id": "7446", "links": { - "self": "/stops/9063" + "self": "/stops/7446" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9063" + "related": "/facilities/?filter[stop]=7446" } }, "parent_station": { @@ -212413,14 +215502,14 @@ }, { "attributes": {}, - "id": "5469", + "id": "2323", "links": { - "self": "/stops/5469" + "self": "/stops/2323" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5469" + "related": "/facilities/?filter[stop]=2323" } }, "parent_station": { @@ -212436,84 +215525,42 @@ "type": "stop" }, { - "attributes": { - "direction_id": 0, - "headsign": "Newburyport" - }, - "id": "CR-660265-167", + "attributes": {}, + "id": "NEC-2276-01", "links": { - "self": "/trips/CR-660265-167" + "self": "/stops/NEC-2276-01" }, "relationships": { - "route": { - "data": { - "id": "CR-Newburyport", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "CR-Newburyport-8ac7b3db-0", - "type": "route_pattern" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=NEC-2276-01" } }, - "service": { + "parent_station": { "data": { - "id": "SPRING2024-NORTHWKD-Weekday-5-S9d378dcf", - "type": "service" + "id": "place-bbsta", + "type": "stop" } }, - "shape": { + "zone": { "data": { - "id": "9810002", - "type": "shape" + "id": "CR-zone-1A", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "ER-0168-S", - "type": "stop" - }, - { - "id": "ER-0183-01", - "type": "stop" - }, - { - "id": "ER-0208-01", - "type": "stop" - }, - { - "id": "ER-0227-S", - "type": "stop" - }, - { - "id": "ER-0276-S", - "type": "stop" - }, - { - "id": "ER-0312-S", - "type": "stop" - }, - { - "id": "ER-0362-01", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "3695", + "id": "1884", "links": { - "self": "/stops/3695" + "self": "/stops/1884" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3695" + "related": "/facilities/?filter[stop]=1884" } }, "parent_station": { @@ -212529,108 +215576,63 @@ "type": "stop" }, { - "attributes": { - "direction_id": 1, - "headsign": "South Station" - }, - "id": "CR-670168-584", + "attributes": {}, + "id": "4922", "links": { - "self": "/trips/CR-670168-584" + "self": "/stops/4922" }, "relationships": { - "route": { - "data": { - "id": "CR-Worcester", - "type": "route" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=4922" } }, - "route_pattern": { - "data": { - "id": "CR-Worcester-6874ed14-1", - "type": "route_pattern" - } + "parent_station": { + "data": null }, - "service": { + "zone": { "data": { - "id": "SPRING2024-SOUTHWKD-Weekday-1-Sb0e4ed14", - "type": "service" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "2304", + "links": { + "self": "/stops/2304" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=2304" } }, - "shape": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "9850001", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "WML-0214-02", - "type": "stop" - }, - { - "id": "WML-0199-02", - "type": "stop" - }, - { - "id": "WML-0177-02", - "type": "stop" - }, - { - "id": "WML-0147-02", - "type": "stop" - }, - { - "id": "WML-0135-02", - "type": "stop" - }, - { - "id": "WML-0125-02", - "type": "stop" - }, - { - "id": "WML-0102-02", - "type": "stop" - }, - { - "id": "WML-0091-02", - "type": "stop" - }, - { - "id": "WML-0081-02", - "type": "stop" - }, - { - "id": "WML-0035-02", - "type": "stop" - }, - { - "id": "WML-0025-05", - "type": "stop" - }, - { - "id": "WML-0012-05", - "type": "stop" - }, - { - "id": "NEC-2287", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "1573", + "id": "97618", "links": { - "self": "/stops/1573" + "self": "/stops/97618" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1573" + "related": "/facilities/?filter[stop]=97618" } }, "parent_station": { @@ -212646,64 +215648,69 @@ "type": "stop" }, { - "attributes": { - "direction_id": 0, - "headsign": "Maverick (Shuttle)" - }, - "id": "AirportMaverick-0-sample", + "attributes": {}, + "id": "70154", "links": { - "self": "/trips/AirportMaverick-0-sample" + "self": "/stops/70154" }, "relationships": { - "route": { - "data": { - "id": "Shuttle-AirportMaverick", - "type": "route" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=70154" } }, - "route_pattern": { + "parent_station": { "data": { - "id": "Shuttle-AirportMaverick-0-0", - "type": "route_pattern" + "id": "place-coecl", + "type": "stop" } }, - "service": { + "zone": { "data": { - "id": "canonical", - "type": "service" + "id": "RapidTransit", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "WML-0102-02", + "links": { + "self": "/stops/WML-0102-02" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=WML-0102-02" } }, - "shape": { + "parent_station": { "data": { - "id": "AirportToMaverick-S", - "type": "shape" + "id": "place-WML-0102", + "type": "stop" } }, - "stops": { - "data": [ - { - "id": "7096", - "type": "stop" - }, - { - "id": "57400", - "type": "stop" - } - ] + "zone": { + "data": { + "id": "CR-zone-2", + "type": "zone" + } } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "67120", + "id": "39694", "links": { - "self": "/stops/67120" + "self": "/stops/39694" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=67120" + "related": "/facilities/?filter[stop]=39694" } }, "parent_station": { @@ -212719,349 +215726,63 @@ "type": "stop" }, { - "attributes": { - "direction_id": 1, - "headsign": "Ashmont" - }, - "id": "62144619", + "attributes": {}, + "id": "8491", "links": { - "self": "/trips/62144619" + "self": "/stops/8491" }, "relationships": { - "route": { - "data": { - "id": "24", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "24-2-1", - "type": "route_pattern" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=8491" } }, - "service": { - "data": { - "id": "SpringWeekday", - "type": "service" - } + "parent_station": { + "data": null }, - "shape": { + "zone": { "data": { - "id": "240167", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "6411", - "type": "stop" - }, - { - "id": "6413", - "type": "stop" - }, - { - "id": "6415", - "type": "stop" - }, - { - "id": "6417", - "type": "stop" - }, - { - "id": "64171", - "type": "stop" - }, - { - "id": "6418", - "type": "stop" - }, - { - "id": "6419", - "type": "stop" - }, - { - "id": "6357", - "type": "stop" - }, - { - "id": "16358", - "type": "stop" - }, - { - "id": "6359", - "type": "stop" - }, - { - "id": "6360", - "type": "stop" - }, - { - "id": "16360", - "type": "stop" - }, - { - "id": "6361", - "type": "stop" - }, - { - "id": "6362", - "type": "stop" - }, - { - "id": "63621", - "type": "stop" - }, - { - "id": "6364", - "type": "stop" - }, - { - "id": "16364", - "type": "stop" - }, - { - "id": "6365", - "type": "stop" - }, - { - "id": "16365", - "type": "stop" - }, - { - "id": "6366", - "type": "stop" - }, - { - "id": "1721", - "type": "stop" - }, - { - "id": "185", - "type": "stop" - }, - { - "id": "10582", - "type": "stop" - }, - { - "id": "583", - "type": "stop" - }, - { - "id": "584", - "type": "stop" - }, - { - "id": "585", - "type": "stop" - }, - { - "id": "586", - "type": "stop" - }, - { - "id": "587", - "type": "stop" - }, - { - "id": "588", - "type": "stop" - }, - { - "id": "590", - "type": "stop" - }, - { - "id": "591", - "type": "stop" - }, - { - "id": "882", - "type": "stop" - }, - { - "id": "593", - "type": "stop" - }, - { - "id": "594", - "type": "stop" - }, - { - "id": "595", - "type": "stop" - }, - { - "id": "533", - "type": "stop" - }, - { - "id": "534", - "type": "stop" - }, - { - "id": "334", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { - "attributes": { - "direction_id": 0, - "headsign": "Oak Square" - }, - "id": "61845592", + "attributes": {}, + "id": "2749", "links": { - "self": "/trips/61845592" + "self": "/stops/2749" }, "relationships": { - "route": { - "data": { - "id": "64", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "64-3-0", - "type": "route_pattern" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=2749" } }, - "service": { - "data": { - "id": "BUS22024-hbt24016-Saturday-02", - "type": "service" - } + "parent_station": { + "data": null }, - "shape": { + "zone": { "data": { - "id": "640168", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "1060", - "type": "stop" - }, - { - "id": "72", - "type": "stop" - }, - { - "id": "1123", - "type": "stop" - }, - { - "id": "2444", - "type": "stop" - }, - { - "id": "1061", - "type": "stop" - }, - { - "id": "1062", - "type": "stop" - }, - { - "id": "1064", - "type": "stop" - }, - { - "id": "1189", - "type": "stop" - }, - { - "id": "1190", - "type": "stop" - }, - { - "id": "1191", - "type": "stop" - }, - { - "id": "1193", - "type": "stop" - }, - { - "id": "1195", - "type": "stop" - }, - { - "id": "1196", - "type": "stop" - }, - { - "id": "1197", - "type": "stop" - }, - { - "id": "11971", - "type": "stop" - }, - { - "id": "11972", - "type": "stop" - }, - { - "id": "1079", - "type": "stop" - }, - { - "id": "1201", - "type": "stop" - }, - { - "id": "1202", - "type": "stop" - }, - { - "id": "1203", - "type": "stop" - }, - { - "id": "1204", - "type": "stop" - }, - { - "id": "1206", - "type": "stop" - }, - { - "id": "1211", - "type": "stop" - }, - { - "id": "1213", - "type": "stop" - }, - { - "id": "1214", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "9160", + "id": "7113", "links": { - "self": "/stops/9160" + "self": "/stops/7113" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9160" + "related": "/facilities/?filter[stop]=7113" } }, "parent_station": { @@ -213078,14 +215799,14 @@ }, { "attributes": {}, - "id": "2259", + "id": "13400", "links": { - "self": "/stops/2259" + "self": "/stops/13400" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2259" + "related": "/facilities/?filter[stop]=13400" } }, "parent_station": { @@ -213102,14 +215823,14 @@ }, { "attributes": {}, - "id": "8508", + "id": "5276", "links": { - "self": "/stops/8508" + "self": "/stops/5276" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8508" + "related": "/facilities/?filter[stop]=5276" } }, "parent_station": { @@ -213126,362 +215847,66 @@ }, { "attributes": { - "direction_id": 0, - "headsign": "Quincy Center via North Quincy" + "direction_id": 1, + "headsign": "Beverly (Local shuttle)" }, - "id": "61928944", + "id": "BeverlyRockport-1-sample", "links": { - "self": "/trips/61928944" + "self": "/trips/BeverlyRockport-1-sample" }, "relationships": { "route": { "data": { - "id": "217", + "id": "Shuttle-BeverlyRockportLocal", "type": "route" } }, "route_pattern": { "data": { - "id": "217-1-0", + "id": "Shuttle-BeverlyRockportLocal-0-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "canonical", "type": "service" } }, "shape": { "data": { - "id": "2170123", + "id": "RockportToBeverlyLocal-S", "type": "shape" - } - }, - "stops": { - "data": [ - { - "id": "334", - "type": "stop" - }, - { - "id": "536", - "type": "stop" - }, - { - "id": "537", - "type": "stop" - }, - { - "id": "569", - "type": "stop" - }, - { - "id": "10569", - "type": "stop" - }, - { - "id": "570", - "type": "stop" - }, - { - "id": "883", - "type": "stop" - }, - { - "id": "571", - "type": "stop" - }, - { - "id": "3477", - "type": "stop" - }, - { - "id": "3478", - "type": "stop" - }, - { - "id": "3479", - "type": "stop" - }, - { - "id": "3480", - "type": "stop" - }, - { - "id": "3482", - "type": "stop" - }, - { - "id": "3483", - "type": "stop" - }, - { - "id": "3485", - "type": "stop" - }, - { - "id": "3486", - "type": "stop" - }, - { - "id": "3487", - "type": "stop" - }, - { - "id": "3488", - "type": "stop" - }, - { - "id": "3389", - "type": "stop" - }, - { - "id": "13400", - "type": "stop" - }, - { - "id": "3350", - "type": "stop" - }, - { - "id": "3351", - "type": "stop" - }, - { - "id": "3352", - "type": "stop" - }, - { - "id": "3353", - "type": "stop" - }, - { - "id": "3354", - "type": "stop" - }, - { - "id": "3355", - "type": "stop" - }, - { - "id": "3489", - "type": "stop" - }, - { - "id": "3490", - "type": "stop" - }, - { - "id": "3491", - "type": "stop" - }, - { - "id": "3493", - "type": "stop" - }, - { - "id": "3106", - "type": "stop" - }, - { - "id": "3107", - "type": "stop" - }, - { - "id": "3108", - "type": "stop" - }, - { - "id": "3109", - "type": "stop" - }, - { - "id": "3110", - "type": "stop" - }, - { - "id": "3111", - "type": "stop" - }, - { - "id": "3113", - "type": "stop" - }, - { - "id": "3114", - "type": "stop" - }, - { - "id": "3115", - "type": "stop" - }, - { - "id": "3116", - "type": "stop" - }, - { - "id": "3117", - "type": "stop" - }, - { - "id": "3118", - "type": "stop" - }, - { - "id": "3119", - "type": "stop" - }, - { - "id": "3121", - "type": "stop" - }, - { - "id": "3122", - "type": "stop" - }, - { - "id": "3123", - "type": "stop" - }, - { - "id": "3124", - "type": "stop" - }, - { - "id": "3125", - "type": "stop" - }, - { - "id": "3126", - "type": "stop" - }, - { - "id": "3128", - "type": "stop" - }, - { - "id": "3129", - "type": "stop" - }, - { - "id": "93129", - "type": "stop" - }, - { - "id": "93130", - "type": "stop" - }, - { - "id": "3125", - "type": "stop" - }, - { - "id": "3218", - "type": "stop" - }, - { - "id": "3219", - "type": "stop" - }, - { - "id": "3221", - "type": "stop" - }, - { - "id": "3222", - "type": "stop" - }, - { - "id": "3223", - "type": "stop" - }, - { - "id": "3224", - "type": "stop" - }, - { - "id": "3225", - "type": "stop" - }, - { - "id": "3226", - "type": "stop" - }, - { - "id": "3227", - "type": "stop" - }, - { - "id": "3228", - "type": "stop" - }, - { - "id": "3229", - "type": "stop" - }, - { - "id": "3230", - "type": "stop" - }, - { - "id": "3231", - "type": "stop" - }, - { - "id": "3232", - "type": "stop" - }, - { - "id": "3234", - "type": "stop" - }, - { - "id": "3235", - "type": "stop" - }, - { - "id": "3236", - "type": "stop" - }, - { - "id": "3027", - "type": "stop" - }, - { - "id": "3028", - "type": "stop" - }, - { - "id": "3029", - "type": "stop" - }, + } + }, + "stops": { + "data": [ { - "id": "3031", + "id": "GB-0353-B", "type": "stop" }, { - "id": "3032", + "id": "GB-0316-B1", "type": "stop" }, { - "id": "3033", + "id": "GB-0296-B1", "type": "stop" }, { - "id": "3034", + "id": "GB-0254-B2", "type": "stop" }, { - "id": "3035", + "id": "GB-0229-B1", "type": "stop" }, { - "id": "3036", + "id": "GB-0198-B3", "type": "stop" }, { - "id": "32001", + "id": "ER-0183-B", "type": "stop" } ] @@ -213489,30 +215914,16 @@ }, "type": "trip" }, - { - "attributes": { - "color": "FFC72C", - "long_name": "Weymouth Landing or Columbian Square - Quincy Center or Braintree", - "short_name": "225/226", - "sort_order": 52250, - "text_color": "000000" - }, - "id": "line-225226", - "links": { - "self": "/lines/line-225226" - }, - "type": "line" - }, { "attributes": {}, - "id": "3270", + "id": "51618", "links": { - "self": "/stops/3270" + "self": "/stops/51618" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3270" + "related": "/facilities/?filter[stop]=51618" } }, "parent_station": { @@ -213529,22 +215940,25 @@ }, { "attributes": {}, - "id": "4530", + "id": "70092", "links": { - "self": "/stops/4530" + "self": "/stops/70092" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4530" + "related": "/facilities/?filter[stop]=70092" } }, "parent_station": { - "data": null + "data": { + "id": "place-smmnl", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -213553,14 +215967,14 @@ }, { "attributes": {}, - "id": "47879", + "id": "637", "links": { - "self": "/stops/47879" + "self": "/stops/637" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=47879" + "related": "/facilities/?filter[stop]=637" } }, "parent_station": { @@ -213577,14 +215991,14 @@ }, { "attributes": {}, - "id": "3861", + "id": "5303", "links": { - "self": "/stops/3861" + "self": "/stops/5303" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3861" + "related": "/facilities/?filter[stop]=5303" } }, "parent_station": { @@ -213601,14 +216015,14 @@ }, { "attributes": {}, - "id": "4526", + "id": "109823", "links": { - "self": "/stops/4526" + "self": "/stops/109823" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4526" + "related": "/facilities/?filter[stop]=109823" } }, "parent_station": { @@ -213625,14 +216039,14 @@ }, { "attributes": {}, - "id": "1167", + "id": "8522", "links": { - "self": "/stops/1167" + "self": "/stops/8522" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1167" + "related": "/facilities/?filter[stop]=8522" } }, "parent_station": { @@ -213649,14 +216063,14 @@ }, { "attributes": {}, - "id": "86122", + "id": "6957", "links": { - "self": "/stops/86122" + "self": "/stops/6957" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=86122" + "related": "/facilities/?filter[stop]=6957" } }, "parent_station": { @@ -213673,22 +216087,25 @@ }, { "attributes": {}, - "id": "3042", + "id": "70040", "links": { - "self": "/stops/3042" + "self": "/stops/70040" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3042" + "related": "/facilities/?filter[stop]=70040" } }, "parent_station": { - "data": null + "data": { + "id": "place-gover", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -213697,25 +216114,22 @@ }, { "attributes": {}, - "id": "FB-0118-01", + "id": "9123", "links": { - "self": "/stops/FB-0118-01" + "self": "/stops/9123" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=FB-0118-01" + "related": "/facilities/?filter[stop]=9123" } }, "parent_station": { - "data": { - "id": "place-FB-0118", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "CR-zone-2", + "id": "LocalBus", "type": "zone" } } @@ -213724,14 +216138,14 @@ }, { "attributes": {}, - "id": "4331", + "id": "501", "links": { - "self": "/stops/4331" + "self": "/stops/501" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4331" + "related": "/facilities/?filter[stop]=501" } }, "parent_station": { @@ -213747,124 +216161,39 @@ "type": "stop" }, { - "attributes": { - "direction_id": 1, - "headsign": "Orient Heights" - }, - "id": "61940830", + "attributes": {}, + "id": "4850", "links": { - "self": "/trips/61940830" + "self": "/stops/4850" }, "relationships": { - "route": { - "data": { - "id": "712", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "712-1-1", - "type": "route_pattern" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=4850" } }, - "service": { - "data": { - "id": "SpringWeekday", - "type": "service" - } + "parent_station": { + "data": null }, - "shape": { + "zone": { "data": { - "id": "7120092", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "109821", - "type": "stop" - }, - { - "id": "109822", - "type": "stop" - }, - { - "id": "109823", - "type": "stop" - }, - { - "id": "109824", - "type": "stop" - }, - { - "id": "109825", - "type": "stop" - }, - { - "id": "109826", - "type": "stop" - }, - { - "id": "109827", - "type": "stop" - }, - { - "id": "109828", - "type": "stop" - }, - { - "id": "109829", - "type": "stop" - }, - { - "id": "109899", - "type": "stop" - }, - { - "id": "109830", - "type": "stop" - }, - { - "id": "109831", - "type": "stop" - }, - { - "id": "109832", - "type": "stop" - }, - { - "id": "109835", - "type": "stop" - }, - { - "id": "109836", - "type": "stop" - }, - { - "id": "109838", - "type": "stop" - }, - { - "id": "15880", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "8439", + "id": "7886", "links": { - "self": "/stops/8439" + "self": "/stops/7886" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8439" + "related": "/facilities/?filter[stop]=7886" } }, "parent_station": { @@ -213882,53 +216211,77 @@ { "attributes": { "direction_id": 0, - "headsign": "Suffolk Downs (Shuttle)" + "headsign": "Worcester" }, - "id": "SuffolkDownsWonderland-0-sample", + "id": "BaseWML-718628-507", "links": { - "self": "/trips/SuffolkDownsWonderland-0-sample" + "self": "/trips/BaseWML-718628-507" }, "relationships": { "route": { "data": { - "id": "Shuttle-SuffolkDownsWonderland", + "id": "CR-Worcester", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-SuffolkDownsWonderland-0-0", + "id": "CR-Worcester-6fbe3217-0", "type": "route_pattern" } }, "service": { "data": { - "id": "canonical", + "id": "FALL 2024-SOUTHWKD-Weekday-42-Sb0e4ed14", "type": "service" } }, "shape": { "data": { - "id": "WonderlandToSuffolkDowns-S", + "id": "9850002", "type": "shape" } }, "stops": { "data": [ { - "id": "15795", + "id": "NEC-2287", "type": "stop" }, { - "id": "9070057", + "id": "WML-0012-07", "type": "stop" }, { - "id": "9070055", + "id": "WML-0025-07", "type": "stop" }, { - "id": "9070053", + "id": "WML-0035-01", + "type": "stop" + }, + { + "id": "WML-0214-01", + "type": "stop" + }, + { + "id": "WML-0252-01", + "type": "stop" + }, + { + "id": "WML-0274-01", + "type": "stop" + }, + { + "id": "WML-0340-01", + "type": "stop" + }, + { + "id": "WML-0364-01", + "type": "stop" + }, + { + "id": "WML-0442-CS", "type": "stop" } ] @@ -213938,14 +216291,14 @@ }, { "attributes": {}, - "id": "6322", + "id": "7649", "links": { - "self": "/stops/6322" + "self": "/stops/7649" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6322" + "related": "/facilities/?filter[stop]=7649" } }, "parent_station": { @@ -213962,14 +216315,14 @@ }, { "attributes": {}, - "id": "2441", + "id": "1665", "links": { - "self": "/stops/2441" + "self": "/stops/1665" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2441" + "related": "/facilities/?filter[stop]=1665" } }, "parent_station": { @@ -213986,14 +216339,14 @@ }, { "attributes": {}, - "id": "6762", + "id": "993", "links": { - "self": "/stops/6762" + "self": "/stops/993" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6762" + "related": "/facilities/?filter[stop]=993" } }, "parent_station": { @@ -214010,14 +216363,14 @@ }, { "attributes": {}, - "id": "1187", + "id": "1879", "links": { - "self": "/stops/1187" + "self": "/stops/1879" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1187" + "related": "/facilities/?filter[stop]=1879" } }, "parent_station": { @@ -214034,14 +216387,14 @@ }, { "attributes": {}, - "id": "8960", + "id": "5074", "links": { - "self": "/stops/8960" + "self": "/stops/5074" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8960" + "related": "/facilities/?filter[stop]=5074" } }, "parent_station": { @@ -214058,14 +216411,14 @@ }, { "attributes": {}, - "id": "3361", + "id": "109857", "links": { - "self": "/stops/3361" + "self": "/stops/109857" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3361" + "related": "/facilities/?filter[stop]=109857" } }, "parent_station": { @@ -214082,14 +216435,14 @@ }, { "attributes": {}, - "id": "2281", + "id": "1304", "links": { - "self": "/stops/2281" + "self": "/stops/1304" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2281" + "related": "/facilities/?filter[stop]=1304" } }, "parent_station": { @@ -214106,14 +216459,14 @@ }, { "attributes": {}, - "id": "1250", + "id": "5557", "links": { - "self": "/stops/1250" + "self": "/stops/5557" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1250" + "related": "/facilities/?filter[stop]=5557" } }, "parent_station": { @@ -214129,39 +216482,200 @@ "type": "stop" }, { - "attributes": {}, - "id": "5360", + "attributes": { + "direction_id": 0, + "headsign": "Malden" + }, + "id": "66961956", "links": { - "self": "/stops/5360" + "self": "/trips/66961956" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=5360" + "route": { + "data": { + "id": "101", + "type": "route" } }, - "parent_station": { - "data": null + "route_pattern": { + "data": { + "id": "101-3-0", + "type": "route_pattern" + } }, - "zone": { + "service": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "WinterWeekday", + "type": "service" + } + }, + "shape": { + "data": { + "id": "1010319", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "29012", + "type": "stop" + }, + { + "id": "2718", + "type": "stop" + }, + { + "id": "2719", + "type": "stop" + }, + { + "id": "2721", + "type": "stop" + }, + { + "id": "2723", + "type": "stop" + }, + { + "id": "2725", + "type": "stop" + }, + { + "id": "2726", + "type": "stop" + }, + { + "id": "2729", + "type": "stop" + }, + { + "id": "5305", + "type": "stop" + }, + { + "id": "5306", + "type": "stop" + }, + { + "id": "5307", + "type": "stop" + }, + { + "id": "5308", + "type": "stop" + }, + { + "id": "5309", + "type": "stop" + }, + { + "id": "5310", + "type": "stop" + }, + { + "id": "5311", + "type": "stop" + }, + { + "id": "5312", + "type": "stop" + }, + { + "id": "5314", + "type": "stop" + }, + { + "id": "5315", + "type": "stop" + }, + { + "id": "5316", + "type": "stop" + }, + { + "id": "5317", + "type": "stop" + }, + { + "id": "5319", + "type": "stop" + }, + { + "id": "63241", + "type": "stop" + }, + { + "id": "50021", + "type": "stop" + }, + { + "id": "45003", + "type": "stop" + }, + { + "id": "5321", + "type": "stop" + }, + { + "id": "5322", + "type": "stop" + }, + { + "id": "5323", + "type": "stop" + }, + { + "id": "5324", + "type": "stop" + }, + { + "id": "5325", + "type": "stop" + }, + { + "id": "5333", + "type": "stop" + }, + { + "id": "5334", + "type": "stop" + }, + { + "id": "5335", + "type": "stop" + }, + { + "id": "5336", + "type": "stop" + }, + { + "id": "5337", + "type": "stop" + }, + { + "id": "5338", + "type": "stop" + }, + { + "id": "5072", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "9215", + "id": "8576", "links": { - "self": "/stops/9215" + "self": "/stops/8576" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9215" + "related": "/facilities/?filter[stop]=8576" } }, "parent_station": { @@ -214178,14 +216692,14 @@ }, { "attributes": {}, - "id": "3228", + "id": "6744", "links": { - "self": "/stops/3228" + "self": "/stops/6744" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3228" + "related": "/facilities/?filter[stop]=6744" } }, "parent_station": { @@ -214202,23 +216716,23 @@ }, { "attributes": { - "direction_id": 1, - "headsign": "Anderson/Woburn (Shuttle)" + "direction_id": 0, + "headsign": "Park Street (Shuttle)" }, - "id": "AndersonWoburnLowell-1-sample", + "id": "AlewifeParkSt-Weekday-9e586-0-00:00:00", "links": { - "self": "/trips/AndersonWoburnLowell-1-sample" + "self": "/trips/AlewifeParkSt-Weekday-9e586-0-00%3A00%3A00" }, "relationships": { "route": { "data": { - "id": "Shuttle-AndersonWoburnLowell", + "id": "Shuttle-AlewifeParkSt", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-AndersonWoburnLowell-0-1", + "id": "Shuttle-AlewifeParkSt-0-0", "type": "route_pattern" } }, @@ -214230,26 +216744,42 @@ }, "shape": { "data": { - "id": "LowellToAnderson-S", + "id": "AlewifeToParkSt-S", "type": "shape" } }, "stops": { "data": [ { - "id": "NHRML-0254-B", + "id": "141", "type": "stop" }, { - "id": "NHRML-0218-B0", + "id": "2581", "type": "stop" }, { - "id": "NHRML-0152-B", + "id": "9070065", "type": "stop" }, { - "id": "NHRML-0127-B", + "id": "9070072", + "type": "stop" + }, + { + "id": "72", + "type": "stop" + }, + { + "id": "9170071", + "type": "stop" + }, + { + "id": "9070073", + "type": "stop" + }, + { + "id": "9170076", "type": "stop" } ] @@ -214257,41 +216787,24 @@ }, "type": "trip" }, - { - "attributes": { - "color": "80276C", - "long_name": "Middleborough/Lakeville Line", - "short_name": "", - "sort_order": 20009, - "text_color": "FFFFFF" - }, - "id": "line-Middleborough", - "links": { - "self": "/lines/line-Middleborough" - }, - "type": "line" - }, { "attributes": {}, - "id": "ER-0117-01", + "id": "2586", "links": { - "self": "/stops/ER-0117-01" + "self": "/stops/2586" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=ER-0117-01" + "related": "/facilities/?filter[stop]=2586" } }, "parent_station": { - "data": { - "id": "place-ER-0117", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "CR-zone-2", + "id": "LocalBus", "type": "zone" } } @@ -214300,25 +216813,22 @@ }, { "attributes": {}, - "id": "70236", + "id": "109898", "links": { - "self": "/stops/70236" + "self": "/stops/109898" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70236" + "related": "/facilities/?filter[stop]=109898" } }, "parent_station": { - "data": { - "id": "place-engav", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } @@ -214327,59 +216837,131 @@ }, { "attributes": {}, - "id": "9070027", + "id": "5399", "links": { - "self": "/stops/9070027" + "self": "/stops/5399" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9070027" + "related": "/facilities/?filter[stop]=5399" } }, "parent_station": { "data": null }, "zone": { - "data": null + "data": { + "id": "LocalBus", + "type": "zone" + } } }, "type": "stop" }, { - "attributes": {}, - "id": "3538", + "attributes": { + "direction_id": 0, + "headsign": "Cleveland Circle (Shuttle)" + }, + "id": "ClevelandCircleSaintMarys-0-sample", "links": { - "self": "/stops/3538" + "self": "/trips/ClevelandCircleSaintMarys-0-sample" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=3538" + "route": { + "data": { + "id": "Shuttle-ClevelandCircleStMarys", + "type": "route" } }, - "parent_station": { - "data": null + "route_pattern": { + "data": { + "id": "Shuttle-ClevelandCircleStMarys-0-0", + "type": "route_pattern" + } }, - "zone": { + "service": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "canonical", + "type": "service" } + }, + "shape": { + "data": { + "id": "SaintMaryToClevelandCircle-S", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "9070211", + "type": "stop" + }, + { + "id": "9070213", + "type": "stop" + }, + { + "id": "9070215", + "type": "stop" + }, + { + "id": "9070217", + "type": "stop" + }, + { + "id": "9070219", + "type": "stop" + }, + { + "id": "9070223", + "type": "stop" + }, + { + "id": "9070225", + "type": "stop" + }, + { + "id": "9070227", + "type": "stop" + }, + { + "id": "9070229", + "type": "stop" + }, + { + "id": "9070231", + "type": "stop" + }, + { + "id": "9070233", + "type": "stop" + }, + { + "id": "9070235", + "type": "stop" + }, + { + "id": "9070237", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "5763", + "id": "5262", "links": { - "self": "/stops/5763" + "self": "/stops/5262" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5763" + "related": "/facilities/?filter[stop]=5262" } }, "parent_station": { @@ -214396,14 +216978,14 @@ }, { "attributes": {}, - "id": "8849", + "id": "109826", "links": { - "self": "/stops/8849" + "self": "/stops/109826" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8849" + "related": "/facilities/?filter[stop]=109826" } }, "parent_station": { @@ -214421,125 +217003,113 @@ { "attributes": { "direction_id": 1, - "headsign": "Wonderland" + "headsign": "South Station" }, - "id": "62216684", + "id": "SouthWKDYF24-697774-732", "links": { - "self": "/trips/62216684" + "self": "/trips/SouthWKDYF24-697774-732" }, "relationships": { "route": { "data": { - "id": "455", + "id": "CR-Franklin", "type": "route" } }, "route_pattern": { "data": { - "id": "455-5-1", + "id": "CR-Franklin-901f1692-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "FALL 2024-SOUTHWKD-Weekday-1-S85407dc6", "type": "service" } }, "shape": { "data": { - "id": "4550278", + "id": "9880002", "type": "shape" } }, "stops": { "data": [ { - "id": "14748", - "type": "stop" - }, - { - "id": "16653", - "type": "stop" - }, - { - "id": "6674", - "type": "stop" - }, - { - "id": "6780", + "id": "FB-0303-S", "type": "stop" }, { - "id": "6783", + "id": "FB-0275-S", "type": "stop" }, { - "id": "4451", + "id": "FB-0230-S", "type": "stop" }, { - "id": "4487", + "id": "FB-0191-S", "type": "stop" }, { - "id": "4488", + "id": "FB-0166-S", "type": "stop" }, { - "id": "4489", + "id": "FB-0148-02", "type": "stop" }, { - "id": "4490", + "id": "FB-0143-02", "type": "stop" }, { - "id": "4491", + "id": "FB-0125-02", "type": "stop" }, { - "id": "4492", + "id": "FB-0118-02", "type": "stop" }, { - "id": "4494", + "id": "FB-0109-02", "type": "stop" }, { - "id": "4495", + "id": "FB-0095-04", "type": "stop" }, { - "id": "4497", + "id": "DB-2205-02", "type": "stop" }, { - "id": "4498", + "id": "DB-2222-02", "type": "stop" }, { - "id": "5770", + "id": "DB-2230-02", "type": "stop" }, { - "id": "5771", + "id": "DB-2240-02", "type": "stop" }, { - "id": "35772", + "id": "DB-2249-02", "type": "stop" }, { - "id": "35773", + "id": "DB-2258-02", "type": "stop" }, { - "id": "5774", + "id": "DB-2265-02", "type": "stop" }, { - "id": "15795", + "id": "NEC-2287", "type": "stop" } ] @@ -214549,14 +217119,14 @@ }, { "attributes": {}, - "id": "6104", + "id": "3208", "links": { - "self": "/stops/6104" + "self": "/stops/3208" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6104" + "related": "/facilities/?filter[stop]=3208" } }, "parent_station": { @@ -214573,14 +217143,14 @@ }, { "attributes": {}, - "id": "3041", + "id": "32912", "links": { - "self": "/stops/3041" + "self": "/stops/32912" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3041" + "related": "/facilities/?filter[stop]=32912" } }, "parent_station": { @@ -214597,14 +217167,14 @@ }, { "attributes": {}, - "id": "414", + "id": "2339", "links": { - "self": "/stops/414" + "self": "/stops/2339" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=414" + "related": "/facilities/?filter[stop]=2339" } }, "parent_station": { @@ -214621,19 +217191,170 @@ }, { "attributes": {}, - "id": "ER-0099-02", + "id": "1893", "links": { - "self": "/stops/ER-0099-02" + "self": "/stops/1893" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=ER-0099-02" + "related": "/facilities/?filter[stop]=1893" } }, "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "place-ER-0099", + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "91852", + "links": { + "self": "/stops/91852" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=91852" + } + }, + "parent_station": { + "data": { + "id": "place-NB-0120", + "type": "stop" + } + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "3802", + "links": { + "self": "/stops/3802" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=3802" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": { + "direction_id": 1, + "headsign": "JFK/UMass (Shuttle)" + }, + "id": "JFKNorthQuincy-1-sample", + "links": { + "self": "/trips/JFKNorthQuincy-1-sample" + }, + "relationships": { + "route": { + "data": { + "id": "Shuttle-JFKNorthQuincy", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "Shuttle-JFKNorthQuincy-0-1", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "canonical", + "type": "service" + } + }, + "shape": { + "data": { + "id": "NorthQuincyToJFK-S", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "3125", + "type": "stop" + }, + { + "id": "121", + "type": "stop" + } + ] + } + }, + "type": "trip" + }, + { + "attributes": {}, + "id": "DB-2249-01", + "links": { + "self": "/stops/DB-2249-01" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=DB-2249-01" + } + }, + "parent_station": { + "data": { + "id": "place-DB-2249", + "type": "stop" + } + }, + "zone": { + "data": { + "id": "CR-zone-1A", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "NEC-2192-02", + "links": { + "self": "/stops/NEC-2192-02" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=NEC-2192-02" + } + }, + "parent_station": { + "data": { + "id": "place-DB-0095", "type": "stop" } }, @@ -214648,14 +217369,14 @@ }, { "attributes": {}, - "id": "122", + "id": "7835", "links": { - "self": "/stops/122" + "self": "/stops/7835" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=122" + "related": "/facilities/?filter[stop]=7835" } }, "parent_station": { @@ -214670,16 +217391,101 @@ }, "type": "stop" }, + { + "attributes": { + "direction_id": 1, + "headsign": "Haymarket" + }, + "id": "66957620", + "links": { + "self": "/trips/66957620" + }, + "relationships": { + "route": { + "data": { + "id": "93", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "93-4-1", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "WinterWeekday", + "type": "service" + } + }, + "shape": { + "data": { + "id": "930168", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "2850", + "type": "stop" + }, + { + "id": "2851", + "type": "stop" + }, + { + "id": "2852", + "type": "stop" + }, + { + "id": "2853", + "type": "stop" + }, + { + "id": "2854", + "type": "stop" + }, + { + "id": "2855", + "type": "stop" + }, + { + "id": "12829", + "type": "stop" + }, + { + "id": "2829", + "type": "stop" + }, + { + "id": "8309", + "type": "stop" + }, + { + "id": "191", + "type": "stop" + }, + { + "id": "117", + "type": "stop" + } + ] + } + }, + "type": "trip" + }, { "attributes": {}, - "id": "9055", + "id": "8471", "links": { - "self": "/stops/9055" + "self": "/stops/8471" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9055" + "related": "/facilities/?filter[stop]=8471" } }, "parent_station": { @@ -214696,14 +217502,14 @@ }, { "attributes": {}, - "id": "767", + "id": "4392", "links": { - "self": "/stops/767" + "self": "/stops/4392" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=767" + "related": "/facilities/?filter[stop]=4392" } }, "parent_station": { @@ -214720,25 +217526,22 @@ }, { "attributes": {}, - "id": "FR-0064-02", + "id": "3116", "links": { - "self": "/stops/FR-0064-02" + "self": "/stops/3116" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=FR-0064-02" + "related": "/facilities/?filter[stop]=3116" } }, "parent_station": { - "data": { - "id": "place-FR-0064", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "CR-zone-1", + "id": "LocalBus", "type": "zone" } } @@ -214747,14 +217550,14 @@ }, { "attributes": {}, - "id": "46619", + "id": "9162", "links": { - "self": "/stops/46619" + "self": "/stops/9162" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=46619" + "related": "/facilities/?filter[stop]=9162" } }, "parent_station": { @@ -214771,14 +217574,14 @@ }, { "attributes": {}, - "id": "86930", + "id": "5829", "links": { - "self": "/stops/86930" + "self": "/stops/5829" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=86930" + "related": "/facilities/?filter[stop]=5829" } }, "parent_station": { @@ -214795,69 +217598,41 @@ }, { "attributes": {}, - "id": "9120", + "id": "PB-0194-S", "links": { - "self": "/stops/9120" + "self": "/stops/PB-0194-S" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9120" + "related": "/facilities/?filter[stop]=PB-0194-S" } }, "parent_station": { - "data": null + "data": { + "id": "place-PB-0194", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "CR-zone-4", "type": "zone" } } }, "type": "stop" }, - { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Wickford Junction", - "South Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Providence - Attleboro (Local)", - "short_name": "Providence Line Shuttle", - "sort_order": 60376, - "text_color": "000000", - "type": 3 - }, - "id": "Shuttle-AttleboroProvidenceLocal", - "links": { - "self": "/routes/Shuttle-AttleboroProvidenceLocal" - }, - "relationships": { - "line": { - "data": { - "id": "line-Providence", - "type": "line" - } - } - }, - "type": "route" - }, { "attributes": {}, - "id": "4826", + "id": "4228", "links": { - "self": "/stops/4826" + "self": "/stops/4228" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4826" + "related": "/facilities/?filter[stop]=4228" } }, "parent_station": { @@ -214874,19 +217649,19 @@ }, { "attributes": {}, - "id": "WR-0205-B2", + "id": "WR-0062-B0", "links": { - "self": "/stops/WR-0205-B2" + "self": "/stops/WR-0062-B0" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=WR-0205-B2" + "related": "/facilities/?filter[stop]=WR-0062-B0" } }, "parent_station": { "data": { - "id": "place-WR-0205", + "id": "place-WR-0062", "type": "stop" } }, @@ -214898,14 +217673,14 @@ }, { "attributes": {}, - "id": "1567", + "id": "4395", "links": { - "self": "/stops/1567" + "self": "/stops/4395" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1567" + "related": "/facilities/?filter[stop]=4395" } }, "parent_station": { @@ -214922,14 +217697,38 @@ }, { "attributes": {}, - "id": "109879", + "id": "NHRML-0218-B2", "links": { - "self": "/stops/109879" + "self": "/stops/NHRML-0218-B2" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=109879" + "related": "/facilities/?filter[stop]=NHRML-0218-B2" + } + }, + "parent_station": { + "data": { + "id": "place-NHRML-0218", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "485", + "links": { + "self": "/stops/485" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=485" } }, "parent_station": { @@ -214946,14 +217745,14 @@ }, { "attributes": {}, - "id": "17846", + "id": "1892", "links": { - "self": "/stops/17846" + "self": "/stops/1892" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=17846" + "related": "/facilities/?filter[stop]=1892" } }, "parent_station": { @@ -214970,70 +217769,162 @@ }, { "attributes": { - "direction_id": 0, - "headsign": "Bowdoin" + "direction_id": 1, + "headsign": "Kenmore" }, - "id": "62248642", + "id": "66651101", "links": { - "self": "/trips/62248642" + "self": "/trips/66651101" }, "relationships": { "route": { "data": { - "id": "Blue", + "id": "60", "type": "route" } }, "route_pattern": { "data": { - "id": "Blue-8-0", + "id": "60-_-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "948_0005", + "id": "600223", "type": "shape" } }, "stops": { "data": [ { - "id": "70051", + "id": "19661", "type": "stop" }, { - "id": "70049", + "id": "17000", "type": "stop" }, { - "id": "70047", + "id": "17001", "type": "stop" }, { - "id": "70045", + "id": "19821", "type": "stop" }, { - "id": "70043", + "id": "1984", "type": "stop" }, { - "id": "70041", + "id": "1541", "type": "stop" }, { - "id": "70039", + "id": "1543", "type": "stop" }, { - "id": "70838", + "id": "1544", + "type": "stop" + }, + { + "id": "1545", + "type": "stop" + }, + { + "id": "1546", + "type": "stop" + }, + { + "id": "1547", + "type": "stop" + }, + { + "id": "1548", + "type": "stop" + }, + { + "id": "1549", + "type": "stop" + }, + { + "id": "1550", + "type": "stop" + }, + { + "id": "1551", + "type": "stop" + }, + { + "id": "1552", + "type": "stop" + }, + { + "id": "1553", + "type": "stop" + }, + { + "id": "1554", + "type": "stop" + }, + { + "id": "1555", + "type": "stop" + }, + { + "id": "1556", + "type": "stop" + }, + { + "id": "1557", + "type": "stop" + }, + { + "id": "1558", + "type": "stop" + }, + { + "id": "1559", + "type": "stop" + }, + { + "id": "1804", + "type": "stop" + }, + { + "id": "1805", + "type": "stop" + }, + { + "id": "1806", + "type": "stop" + }, + { + "id": "9441", + "type": "stop" + }, + { + "id": "1562", + "type": "stop" + }, + { + "id": "1563", + "type": "stop" + }, + { + "id": "1564", + "type": "stop" + }, + { + "id": "899", "type": "stop" } ] @@ -215043,38 +217934,14 @@ }, { "attributes": {}, - "id": "7619", - "links": { - "self": "/stops/7619" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=7619" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "2196", + "id": "2682", "links": { - "self": "/stops/2196" + "self": "/stops/2682" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2196" + "related": "/facilities/?filter[stop]=2682" } }, "parent_station": { @@ -215091,14 +217958,14 @@ }, { "attributes": {}, - "id": "5903", + "id": "2324", "links": { - "self": "/stops/5903" + "self": "/stops/2324" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5903" + "related": "/facilities/?filter[stop]=2324" } }, "parent_station": { @@ -215115,14 +217982,14 @@ }, { "attributes": {}, - "id": "6474", + "id": "45833", "links": { - "self": "/stops/6474" + "self": "/stops/45833" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6474" + "related": "/facilities/?filter[stop]=45833" } }, "parent_station": { @@ -215141,27 +218008,33 @@ "attributes": { "color": "FFC72C", "direction_destinations": [ - "Boston College", - "Government Center" + "Waltham Highlands", + "Newton Corner" ], "direction_names": [ - "West", - "East" + "Outbound", + "Inbound" ], - "long_name": "Boston College - Washington Street", - "short_name": "Green Line B Shuttle", - "sort_order": 60900, + "long_name": "Waltham Highlands - Newton Corner", + "short_name": "556", + "sort_order": 55560, "text_color": "000000", "type": 3 }, - "id": "Shuttle-BostonCollegeWashington", + "id": "556", "links": { - "self": "/routes/Shuttle-BostonCollegeWashington" + "self": "/routes/556" }, "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, "line": { "data": { - "id": "line-Green", + "id": "line-556558", "type": "line" } } @@ -215170,14 +218043,14 @@ }, { "attributes": {}, - "id": "2417", + "id": "32628", "links": { - "self": "/stops/2417" + "self": "/stops/32628" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2417" + "related": "/facilities/?filter[stop]=32628" } }, "parent_station": { @@ -215194,14 +218067,14 @@ }, { "attributes": {}, - "id": "2788", + "id": "5524", "links": { - "self": "/stops/2788" + "self": "/stops/5524" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2788" + "related": "/facilities/?filter[stop]=5524" } }, "parent_station": { @@ -215218,291 +218091,41 @@ }, { "attributes": {}, - "id": "13840", + "id": "ER-0042-01", "links": { - "self": "/stops/13840" + "self": "/stops/ER-0042-01" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=13840" + "related": "/facilities/?filter[stop]=ER-0042-01" } }, "parent_station": { - "data": null + "data": { + "id": "place-chels", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "CR-zone-1A", "type": "zone" } } }, "type": "stop" }, - { - "attributes": { - "direction_id": 0, - "headsign": "Liberty Tree via North Shore Mall & Lynnfield St" - }, - "id": "62216475", - "links": { - "self": "/trips/62216475" - }, - "relationships": { - "route": { - "data": { - "id": "436", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "436-_-0", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "SpringWeekday", - "type": "service" - } - }, - "shape": { - "data": { - "id": "4360259", - "type": "shape" - } - }, - "stops": { - "data": [ - { - "id": "14748", - "type": "stop" - }, - { - "id": "6600", - "type": "stop" - }, - { - "id": "6830", - "type": "stop" - }, - { - "id": "6831", - "type": "stop" - }, - { - "id": "6833", - "type": "stop" - }, - { - "id": "6834", - "type": "stop" - }, - { - "id": "7313", - "type": "stop" - }, - { - "id": "7314", - "type": "stop" - }, - { - "id": "7315", - "type": "stop" - }, - { - "id": "7316", - "type": "stop" - }, - { - "id": "17316", - "type": "stop" - }, - { - "id": "7317", - "type": "stop" - }, - { - "id": "7318", - "type": "stop" - }, - { - "id": "7319", - "type": "stop" - }, - { - "id": "7253", - "type": "stop" - }, - { - "id": "7254", - "type": "stop" - }, - { - "id": "7255", - "type": "stop" - }, - { - "id": "7256", - "type": "stop" - }, - { - "id": "7257", - "type": "stop" - }, - { - "id": "7258", - "type": "stop" - }, - { - "id": "7259", - "type": "stop" - }, - { - "id": "7260", - "type": "stop" - }, - { - "id": "7320", - "type": "stop" - }, - { - "id": "7322", - "type": "stop" - }, - { - "id": "7324", - "type": "stop" - }, - { - "id": "17325", - "type": "stop" - }, - { - "id": "7327", - "type": "stop" - }, - { - "id": "7328", - "type": "stop" - }, - { - "id": "7330", - "type": "stop" - }, - { - "id": "7331", - "type": "stop" - }, - { - "id": "7332", - "type": "stop" - }, - { - "id": "7334", - "type": "stop" - }, - { - "id": "7335", - "type": "stop" - }, - { - "id": "7336", - "type": "stop" - }, - { - "id": "7337", - "type": "stop" - }, - { - "id": "7338", - "type": "stop" - }, - { - "id": "7339", - "type": "stop" - }, - { - "id": "7340", - "type": "stop" - }, - { - "id": "4570", - "type": "stop" - }, - { - "id": "4572", - "type": "stop" - }, - { - "id": "4573", - "type": "stop" - }, - { - "id": "4574", - "type": "stop" - }, - { - "id": "4576", - "type": "stop" - }, - { - "id": "4577", - "type": "stop" - }, - { - "id": "4578", - "type": "stop" - }, - { - "id": "14586", - "type": "stop" - }, - { - "id": "24586", - "type": "stop" - }, - { - "id": "4581", - "type": "stop" - }, - { - "id": "4582", - "type": "stop" - }, - { - "id": "7269", - "type": "stop" - }, - { - "id": "4596", - "type": "stop" - }, - { - "id": "4615", - "type": "stop" - }, - { - "id": "7270", - "type": "stop" - } - ] - } - }, - "type": "trip" - }, { "attributes": {}, - "id": "7230", + "id": "85569", "links": { - "self": "/stops/7230" + "self": "/stops/85569" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7230" + "related": "/facilities/?filter[stop]=85569" } }, "parent_station": { @@ -215519,14 +218142,14 @@ }, { "attributes": {}, - "id": "11501", + "id": "5324", "links": { - "self": "/stops/11501" + "self": "/stops/5324" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=11501" + "related": "/facilities/?filter[stop]=5324" } }, "parent_station": { @@ -215543,14 +218166,14 @@ }, { "attributes": {}, - "id": "7620", + "id": "1129", "links": { - "self": "/stops/7620" + "self": "/stops/1129" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7620" + "related": "/facilities/?filter[stop]=1129" } }, "parent_station": { @@ -215567,14 +218190,14 @@ }, { "attributes": {}, - "id": "5755", + "id": "2845", "links": { - "self": "/stops/5755" + "self": "/stops/2845" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5755" + "related": "/facilities/?filter[stop]=2845" } }, "parent_station": { @@ -215591,14 +218214,14 @@ }, { "attributes": {}, - "id": "8232", + "id": "5398", "links": { - "self": "/stops/8232" + "self": "/stops/5398" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8232" + "related": "/facilities/?filter[stop]=5398" } }, "parent_station": { @@ -215615,14 +218238,14 @@ }, { "attributes": {}, - "id": "4306", + "id": "27", "links": { - "self": "/stops/4306" + "self": "/stops/27" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4306" + "related": "/facilities/?filter[stop]=27" } }, "parent_station": { @@ -215639,14 +218262,14 @@ }, { "attributes": {}, - "id": "1300", + "id": "42", "links": { - "self": "/stops/1300" + "self": "/stops/42" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1300" + "related": "/facilities/?filter[stop]=42" } }, "parent_station": { @@ -215663,21 +218286,18 @@ }, { "attributes": {}, - "id": "29012", + "id": "3323", "links": { - "self": "/stops/29012" + "self": "/stops/3323" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=29012" + "related": "/facilities/?filter[stop]=3323" } }, "parent_station": { - "data": { - "id": "place-sull", - "type": "stop" - } + "data": null }, "zone": { "data": { @@ -215690,14 +218310,14 @@ }, { "attributes": {}, - "id": "85569", + "id": "88333", "links": { - "self": "/stops/85569" + "self": "/stops/88333" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=85569" + "related": "/facilities/?filter[stop]=88333" } }, "parent_station": { @@ -215714,25 +218334,22 @@ }, { "attributes": {}, - "id": "FR-0394-02", + "id": "49848", "links": { - "self": "/stops/FR-0394-02" + "self": "/stops/49848" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=FR-0394-02" + "related": "/facilities/?filter[stop]=49848" } }, "parent_station": { - "data": { - "id": "place-FR-0394", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "CR-zone-8", + "id": "LocalBus", "type": "zone" } } @@ -215741,14 +218358,14 @@ }, { "attributes": {}, - "id": "18", + "id": "4708", "links": { - "self": "/stops/18" + "self": "/stops/4708" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=18" + "related": "/facilities/?filter[stop]=4708" } }, "parent_station": { @@ -215766,117 +218383,77 @@ { "attributes": { "direction_id": 0, - "headsign": "Ashmont" + "headsign": "Newton Highlands (Shuttle)" }, - "id": "61392311", + "id": "ForestHillsNewtonHighlands-Weekday-9e586-0-00:00:00", "links": { - "self": "/trips/61392311" + "self": "/trips/ForestHillsNewtonHighlands-Weekday-9e586-0-00%3A00%3A00" }, "relationships": { "route": { "data": { - "id": "22", + "id": "Shuttle-ForestHillsNewtonHighlands", "type": "route" } }, "route_pattern": { "data": { - "id": "22-3-0", + "id": "Shuttle-ForestHillsNewtonHighlands-0-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "canonical", "type": "service" } }, "shape": { "data": { - "id": "22-3-0", + "id": "ForestHillsToNewtonHighlands-S", "type": "shape" } }, "stops": { "data": [ { - "id": "407", - "type": "stop" - }, - { - "id": "410", - "type": "stop" - }, - { - "id": "411", - "type": "stop" - }, - { - "id": "412", - "type": "stop" - }, - { - "id": "413", - "type": "stop" - }, - { - "id": "414", - "type": "stop" - }, - { - "id": "415", - "type": "stop" - }, - { - "id": "416", - "type": "stop" - }, - { - "id": "417", - "type": "stop" - }, - { - "id": "419", - "type": "stop" - }, - { - "id": "420", + "id": "10642", "type": "stop" }, { - "id": "421", + "id": "NB-0064-B0", "type": "stop" }, { - "id": "422", + "id": "NB-0072-B0", "type": "stop" }, { - "id": "423", + "id": "NB-0076-B0", "type": "stop" }, { - "id": "424", + "id": "NB-0080-B2", "type": "stop" }, { - "id": "425", + "id": "NB-0109-B0", "type": "stop" }, { - "id": "426", + "id": "91852", "type": "stop" }, { - "id": "428", + "id": "NB-0127-B0", "type": "stop" }, { - "id": "430", + "id": "NB-0137-B0", "type": "stop" }, { - "id": "334", + "id": "9070168", "type": "stop" } ] @@ -215884,16 +218461,53 @@ }, "type": "trip" }, + { + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Arlington Heights", + "Harvard Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Arlington Heights - Harvard Station", + "short_name": "77", + "sort_order": 50770, + "text_color": "000000", + "type": 3 + }, + "id": "77", + "links": { + "self": "/routes/77" + }, + "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, + "line": { + "data": { + "id": "line-77", + "type": "line" + } + } + }, + "type": "route" + }, { "attributes": {}, - "id": "41916", + "id": "6758", "links": { - "self": "/stops/41916" + "self": "/stops/6758" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=41916" + "related": "/facilities/?filter[stop]=6758" } }, "parent_station": { @@ -215909,29 +218523,63 @@ "type": "stop" }, { - "attributes": { - "color": "7C878E", - "long_name": "Silver Line SL4/SL5", - "short_name": "", - "sort_order": 10055, - "text_color": "FFFFFF" + "attributes": {}, + "id": "5878", + "links": { + "self": "/stops/5878" }, - "id": "line-SLWashington", + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=5878" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "5258", "links": { - "self": "/lines/line-SLWashington" + "self": "/stops/5258" }, - "type": "line" + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=5258" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" }, { "attributes": {}, - "id": "16479", + "id": "11244", "links": { - "self": "/stops/16479" + "self": "/stops/11244" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=16479" + "related": "/facilities/?filter[stop]=11244" } }, "parent_station": { @@ -215948,25 +218596,46 @@ }, { "attributes": {}, - "id": "NHRML-0055-01", + "id": "560", "links": { - "self": "/stops/NHRML-0055-01" + "self": "/stops/560" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=NHRML-0055-01" + "related": "/facilities/?filter[stop]=560" } }, "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "place-NHRML-0055", - "type": "stop" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "63621", + "links": { + "self": "/stops/63621" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=63621" } }, + "parent_station": { + "data": null + }, "zone": { "data": { - "id": "CR-zone-1A", + "id": "LocalBus", "type": "zone" } } @@ -215975,14 +218644,14 @@ }, { "attributes": {}, - "id": "13829", + "id": "5980", "links": { - "self": "/stops/13829" + "self": "/stops/5980" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=13829" + "related": "/facilities/?filter[stop]=5980" } }, "parent_station": { @@ -215999,14 +218668,14 @@ }, { "attributes": {}, - "id": "6173", + "id": "4781", "links": { - "self": "/stops/6173" + "self": "/stops/4781" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6173" + "related": "/facilities/?filter[stop]=4781" } }, "parent_station": { @@ -216023,14 +218692,14 @@ }, { "attributes": {}, - "id": "3043", + "id": "1644", "links": { - "self": "/stops/3043" + "self": "/stops/1644" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3043" + "related": "/facilities/?filter[stop]=1644" } }, "parent_station": { @@ -216047,14 +218716,14 @@ }, { "attributes": {}, - "id": "1479", + "id": "6461", "links": { - "self": "/stops/1479" + "self": "/stops/6461" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1479" + "related": "/facilities/?filter[stop]=6461" } }, "parent_station": { @@ -216071,14 +218740,110 @@ }, { "attributes": {}, - "id": "5396", + "id": "10101", "links": { - "self": "/stops/5396" + "self": "/stops/10101" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5396" + "related": "/facilities/?filter[stop]=10101" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "349", + "links": { + "self": "/stops/349" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=349" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "30287", + "links": { + "self": "/stops/30287" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=30287" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "5240", + "links": { + "self": "/stops/5240" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=5240" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "1637", + "links": { + "self": "/stops/1637" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=1637" } }, "parent_station": { @@ -216095,46 +218860,66 @@ }, { "attributes": { - "direction_id": 1, - "headsign": "Copley (Express shuttle)" + "direction_id": 0, + "headsign": "North Station (Local shuttle)" }, - "id": "CopleyRiversideExpress-1-sample", + "id": "Orange-NSta-OakGrv-Local-Weekday-0-20:30:00", "links": { - "self": "/trips/CopleyRiversideExpress-1-sample" + "self": "/trips/Orange-NSta-OakGrv-Local-Weekday-0-20%3A30%3A00" }, "relationships": { "route": { "data": { - "id": "Shuttle-CopleyRiversideExpress", + "id": "Shuttle-NStaOakGroveLocal", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-CopleyRiversideExpress-0-1", + "id": "Shuttle-NStaOakGroveLocal-0-0", "type": "route_pattern" } }, "service": { "data": { - "id": "canonical", + "id": "Orange-NSta-OakGrv-Local-Weekday", "type": "service" } }, "shape": { "data": { - "id": "RiversideToCopleyExpress-S", + "id": "OakGroveToNStationHaverhillSt-S", "type": "shape" } }, "stops": { "data": [ { - "id": "38155", + "id": "9328", + "type": "stop" + }, + { + "id": "5327", + "type": "stop" + }, + { + "id": "52720", + "type": "stop" + }, + { + "id": "28743", + "type": "stop" + }, + { + "id": "29005", + "type": "stop" + }, + { + "id": "9070028", "type": "stop" }, { - "id": "178", + "id": "9070026", "type": "stop" } ] @@ -216144,14 +218929,14 @@ }, { "attributes": {}, - "id": "5630", + "id": "4481", "links": { - "self": "/stops/5630" + "self": "/stops/4481" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5630" + "related": "/facilities/?filter[stop]=4481" } }, "parent_station": { @@ -216170,27 +218955,33 @@ "attributes": { "color": "FFC72C", "direction_destinations": [ - "Wellesley Hills", - "South Station" + "Forest Hills", + "Oak Grove" ], "direction_names": [ - "Outbound", - "Inbound" + "South", + "North" ], - "long_name": "Wellesley Hills - South Station (Local)", - "short_name": "Worcester Line Shuttle", - "sort_order": 62480, + "long_name": "Jackson Square - Back Bay", + "short_name": "Orange Line Shuttle", + "sort_order": 60500, "text_color": "000000", "type": 3 }, - "id": "Shuttle-SouthStationWellesleyHillsLocal", + "id": "Shuttle-BackBayJackson", "links": { - "self": "/routes/Shuttle-SouthStationWellesleyHillsLocal" + "self": "/routes/Shuttle-BackBayJackson" }, "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, "line": { "data": { - "id": "line-Worcester", + "id": "line-Orange", "type": "line" } } @@ -216199,14 +218990,14 @@ }, { "attributes": {}, - "id": "117", + "id": "4941", "links": { - "self": "/stops/117" + "self": "/stops/4941" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=117" + "related": "/facilities/?filter[stop]=4941" } }, "parent_station": { @@ -216214,7 +219005,7 @@ }, "zone": { "data": { - "id": "ExpressBus-Downtown", + "id": "LocalBus", "type": "zone" } } @@ -216223,14 +219014,14 @@ }, { "attributes": {}, - "id": "325", + "id": "1936", "links": { - "self": "/stops/325" + "self": "/stops/1936" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=325" + "related": "/facilities/?filter[stop]=1936" } }, "parent_station": { @@ -216245,47 +219036,16 @@ }, "type": "stop" }, - { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Newburyport", - "North Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Newburyport - Salem (Local)", - "short_name": "Newburyport Line Shuttle", - "sort_order": 62076, - "text_color": "000000", - "type": 3 - }, - "id": "Shuttle-NewburyportSalemLocal", - "links": { - "self": "/routes/Shuttle-NewburyportSalemLocal" - }, - "relationships": { - "line": { - "data": { - "id": "line-Newburyport", - "type": "line" - } - } - }, - "type": "route" - }, { "attributes": {}, - "id": "7851", + "id": "10769", "links": { - "self": "/stops/7851" + "self": "/stops/10769" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7851" + "related": "/facilities/?filter[stop]=10769" } }, "parent_station": { @@ -216300,125 +219060,16 @@ }, "type": "stop" }, - { - "attributes": { - "direction_id": 1, - "headsign": "Central Square" - }, - "id": "61868933", - "links": { - "self": "/trips/61868933" - }, - "relationships": { - "route": { - "data": { - "id": "91", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "91-_-1", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "SpringWeekday", - "type": "service" - } - }, - "shape": { - "data": { - "id": "910129", - "type": "shape" - } - }, - "stops": { - "data": [ - { - "id": "29006", - "type": "stop" - }, - { - "id": "2757", - "type": "stop" - }, - { - "id": "2759", - "type": "stop" - }, - { - "id": "12759", - "type": "stop" - }, - { - "id": "2761", - "type": "stop" - }, - { - "id": "2762", - "type": "stop" - }, - { - "id": "2763", - "type": "stop" - }, - { - "id": "2610", - "type": "stop" - }, - { - "id": "2612", - "type": "stop" - }, - { - "id": "2512", - "type": "stop" - }, - { - "id": "12512", - "type": "stop" - }, - { - "id": "12439", - "type": "stop" - }, - { - "id": "2440", - "type": "stop" - }, - { - "id": "2441", - "type": "stop" - }, - { - "id": "2442", - "type": "stop" - }, - { - "id": "2443", - "type": "stop" - }, - { - "id": "2444", - "type": "stop" - } - ] - } - }, - "type": "trip" - }, { "attributes": {}, - "id": "1156", + "id": "3812", "links": { - "self": "/stops/1156" + "self": "/stops/3812" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1156" + "related": "/facilities/?filter[stop]=3812" } }, "parent_station": { @@ -216435,14 +219086,14 @@ }, { "attributes": {}, - "id": "15235", + "id": "14470", "links": { - "self": "/stops/15235" + "self": "/stops/14470" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=15235" + "related": "/facilities/?filter[stop]=14470" } }, "parent_station": { @@ -216459,86 +219110,62 @@ }, { "attributes": { - "direction_id": 0, - "headsign": "Foxboro" + "direction_id": 1, + "headsign": "Norwood Central (Shuttle)" }, - "id": "CR-670250-753", + "id": "ForgeParkNorwoodCentral-1-sample", "links": { - "self": "/trips/CR-670250-753" + "self": "/trips/ForgeParkNorwoodCentral-1-sample" }, "relationships": { "route": { "data": { - "id": "CR-Franklin", + "id": "Shuttle-ForgeParkNorwoodCentral", "type": "route" } }, "route_pattern": { "data": { - "id": "CR-Franklin-f3922b8c-0", + "id": "Shuttle-ForgeParkNorwoodCentral-0-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SPRING2024-SOUTHWKD-Weekday-1-S85407dc6", + "id": "canonical", "type": "service" } }, "shape": { "data": { - "id": "SouthStationToFoxboroViaBackBay", + "id": "ForgeParkToNorwoodCentral-S", "type": "shape" } }, "stops": { "data": [ { - "id": "NEC-2287", - "type": "stop" - }, - { - "id": "NEC-2276-03", - "type": "stop" - }, - { - "id": "NEC-2265-03", - "type": "stop" - }, - { - "id": "NEC-2203-03", - "type": "stop" - }, - { - "id": "FB-0095-05", - "type": "stop" - }, - { - "id": "FB-0109-01", - "type": "stop" - }, - { - "id": "FB-0118-01", + "id": "FB-0303-B", "type": "stop" }, { - "id": "FB-0125-01", + "id": "FB-0275-B0", "type": "stop" }, { - "id": "FB-0143-01", + "id": "FB-0230-B", "type": "stop" }, { - "id": "FB-0148-01", + "id": "FB-0191-B", "type": "stop" }, { - "id": "FB-0166-S", + "id": "Windsor Gardens-S", "type": "stop" }, { - "id": "FS-0049-S", + "id": "Norwood Central-S", "type": "stop" } ] @@ -216547,84 +219174,39 @@ "type": "trip" }, { - "attributes": { - "direction_id": 0, - "headsign": "Wellesley Hills (Shuttle)" - }, - "id": "SouthStationWellesleyHills-0-sample", + "attributes": {}, + "id": "1848", "links": { - "self": "/trips/SouthStationWellesleyHills-0-sample" + "self": "/stops/1848" }, "relationships": { - "route": { - "data": { - "id": "Shuttle-SouthStationWellesleyHillsLocal", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Shuttle-SouthStationWellesleyHillsLocal-0-0", - "type": "route_pattern" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=1848" } }, - "service": { - "data": { - "id": "canonical", - "type": "service" - } + "parent_station": { + "data": null }, - "shape": { + "zone": { "data": { - "id": "SouthStationToWellesleyHills-S", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "NEC-2287-B", - "type": "stop" - }, - { - "id": "WML-0035-B0", - "type": "stop" - }, - { - "id": "WML-0081-B2", - "type": "stop" - }, - { - "id": "WML-0091-B0", - "type": "stop" - }, - { - "id": "WML-0102-B0", - "type": "stop" - }, - { - "id": "38155", - "type": "stop" - }, - { - "id": "WML-0135-B0", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "4007", + "id": "8281", "links": { - "self": "/stops/4007" + "self": "/stops/8281" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4007" + "related": "/facilities/?filter[stop]=8281" } }, "parent_station": { @@ -216641,14 +219223,14 @@ }, { "attributes": {}, - "id": "4217", + "id": "6254", "links": { - "self": "/stops/4217" + "self": "/stops/6254" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4217" + "related": "/facilities/?filter[stop]=6254" } }, "parent_station": { @@ -216665,14 +219247,14 @@ }, { "attributes": {}, - "id": "3389", + "id": "156", "links": { - "self": "/stops/3389" + "self": "/stops/156" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3389" + "related": "/facilities/?filter[stop]=156" } }, "parent_station": { @@ -216689,25 +219271,22 @@ }, { "attributes": {}, - "id": "70254", + "id": "4787", "links": { - "self": "/stops/70254" + "self": "/stops/4787" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70254" + "related": "/facilities/?filter[stop]=4787" } }, "parent_station": { - "data": { - "id": "place-mispk", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } @@ -216716,14 +219295,14 @@ }, { "attributes": {}, - "id": "8394", + "id": "2331", "links": { - "self": "/stops/8394" + "self": "/stops/2331" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8394" + "related": "/facilities/?filter[stop]=2331" } }, "parent_station": { @@ -216740,38 +219319,38 @@ }, { "attributes": {}, - "id": "NHRML-0218-B2", + "id": "880", "links": { - "self": "/stops/NHRML-0218-B2" + "self": "/stops/880" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=NHRML-0218-B2" + "related": "/facilities/?filter[stop]=880" } }, "parent_station": { - "data": { - "id": "place-NHRML-0218", - "type": "stop" - } + "data": null }, "zone": { - "data": null + "data": { + "id": "LocalBus", + "type": "zone" + } } }, "type": "stop" }, { "attributes": {}, - "id": "1299", + "id": "39081", "links": { - "self": "/stops/1299" + "self": "/stops/39081" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1299" + "related": "/facilities/?filter[stop]=39081" } }, "parent_station": { @@ -216786,30 +219365,16 @@ }, "type": "stop" }, - { - "attributes": { - "color": "FFC72C", - "long_name": "Salem Depot or Eastern Avenue & Essex Street - Haymarket or Wonderland", - "short_name": "424/450/456", - "sort_order": 54240, - "text_color": "000000" - }, - "id": "line-424450456", - "links": { - "self": "/lines/line-424450456" - }, - "type": "line" - }, { "attributes": {}, - "id": "6255", + "id": "5542", "links": { - "self": "/stops/6255" + "self": "/stops/5542" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6255" + "related": "/facilities/?filter[stop]=5542" } }, "parent_station": { @@ -216826,22 +219391,25 @@ }, { "attributes": {}, - "id": "81445", + "id": "74614", "links": { - "self": "/stops/81445" + "self": "/stops/74614" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=81445" + "related": "/facilities/?filter[stop]=74614" } }, "parent_station": { - "data": null + "data": { + "id": "place-conrd", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "SLWaterfrontNonLogan", "type": "zone" } } @@ -216850,14 +219418,14 @@ }, { "attributes": {}, - "id": "2731", + "id": "15088", "links": { - "self": "/stops/2731" + "self": "/stops/15088" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2731" + "related": "/facilities/?filter[stop]=15088" } }, "parent_station": { @@ -216874,158 +219442,234 @@ }, { "attributes": { - "direction_id": 1, - "headsign": "Forest Hills" + "direction_id": 0, + "headsign": "Melrose Highlands via Oak Grove" }, - "id": "62145181", + "id": "66960201", "links": { - "self": "/trips/62145181" + "self": "/trips/66960201" }, "relationships": { "route": { "data": { - "id": "38", + "id": "131", "type": "route" } }, "route_pattern": { "data": { - "id": "38-_-1", + "id": "131-1-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "380169", + "id": "1310083", "type": "shape" } }, "stops": { "data": [ { - "id": "5263", + "id": "5327", "type": "stop" }, { - "id": "5210", + "id": "5289", "type": "stop" }, { - "id": "5211", + "id": "5342", "type": "stop" }, { - "id": "5212", + "id": "9215", "type": "stop" }, { - "id": "5213", + "id": "9216", "type": "stop" }, { - "id": "5214", + "id": "9217", "type": "stop" }, { - "id": "804", + "id": "9218", "type": "stop" }, { - "id": "805", + "id": "9219", "type": "stop" }, { - "id": "15216", + "id": "9220", "type": "stop" }, { - "id": "5217", + "id": "49220", "type": "stop" }, { - "id": "5218", + "id": "9221", "type": "stop" }, { - "id": "5219", + "id": "9328", "type": "stop" }, { - "id": "5220", + "id": "9222", "type": "stop" }, { - "id": "5221", + "id": "9223", "type": "stop" }, { - "id": "5222", + "id": "9224", "type": "stop" }, { - "id": "5223", + "id": "9225", "type": "stop" }, { - "id": "5224", + "id": "9226", "type": "stop" }, { - "id": "5225", + "id": "15940", "type": "stop" }, { - "id": "5226", + "id": "5910", "type": "stop" }, { - "id": "5227", + "id": "5911", "type": "stop" }, { - "id": "5228", + "id": "5912", "type": "stop" }, { - "id": "5229", + "id": "5913", "type": "stop" }, { - "id": "5230", + "id": "5914", "type": "stop" }, { - "id": "5231", + "id": "5915", "type": "stop" }, { - "id": "2002", + "id": "5916", "type": "stop" }, { - "id": "2003", + "id": "5917", "type": "stop" }, { - "id": "99991", + "id": "5918", "type": "stop" }, { - "id": "2006", + "id": "5919", "type": "stop" }, { - "id": "2007", + "id": "5920", "type": "stop" }, { - "id": "10642", + "id": "5921", + "type": "stop" + }, + { + "id": "5923", + "type": "stop" + }, + { + "id": "5924", + "type": "stop" + }, + { + "id": "5925", + "type": "stop" + }, + { + "id": "5926", + "type": "stop" + }, + { + "id": "5927", + "type": "stop" + }, + { + "id": "5929", + "type": "stop" + }, + { + "id": "9229", + "type": "stop" + }, + { + "id": "9230", + "type": "stop" + }, + { + "id": "9231", + "type": "stop" + }, + { + "id": "9232", + "type": "stop" + }, + { + "id": "9233", + "type": "stop" + }, + { + "id": "5930", + "type": "stop" + }, + { + "id": "5931", + "type": "stop" + }, + { + "id": "5932", + "type": "stop" + }, + { + "id": "5933", + "type": "stop" + }, + { + "id": "5934", + "type": "stop" + }, + { + "id": "5935", + "type": "stop" + }, + { + "id": "5936", + "type": "stop" + }, + { + "id": "9071", "type": "stop" } ] @@ -217035,69 +219679,71 @@ }, { "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Columbian Square", - "Braintree Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Columbian Square - Braintree Station", - "short_name": "226", - "sort_order": 52260, - "text_color": "000000", - "type": 3 + "direction_id": 0, + "headsign": "Winthrop Landing via Seaport/Fan Pier & Quincy" }, - "id": "226", + "id": "Boat-F6-1630-Aquarium-BWN-01-Weekday-Summer-25", "links": { - "self": "/routes/226" + "self": "/trips/Boat-F6-1630-Aquarium-BWN-01-Weekday-Summer-25" }, "relationships": { - "line": { + "route": { "data": { - "id": "line-225226", - "type": "line" + "id": "Boat-F6", + "type": "route" } - } - }, - "type": "route" - }, - { - "attributes": {}, - "id": "89413", - "links": { - "self": "/stops/89413" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=89413" + }, + "route_pattern": { + "data": { + "id": "Boat-F6-2-0", + "type": "route_pattern" } }, - "parent_station": { - "data": null + "service": { + "data": { + "id": "Boat-F6-Weekday-Summer-25", + "type": "service" + } }, - "zone": { + "shape": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "CentralWharfToFanPierToQuincyToWinthrop-F", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "Boat-Aquarium", + "type": "stop" + }, + { + "id": "Boat-Fan", + "type": "stop" + }, + { + "id": "Boat-Quincy", + "type": "stop" + }, + { + "id": "Boat-Winthrop", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "2465", + "id": "8505", "links": { - "self": "/stops/2465" + "self": "/stops/8505" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2465" + "related": "/facilities/?filter[stop]=8505" } }, "parent_station": { @@ -217114,14 +219760,14 @@ }, { "attributes": {}, - "id": "14586", + "id": "14056", "links": { - "self": "/stops/14586" + "self": "/stops/14056" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=14586" + "related": "/facilities/?filter[stop]=14056" } }, "parent_station": { @@ -217138,14 +219784,14 @@ }, { "attributes": {}, - "id": "7411", + "id": "6551", "links": { - "self": "/stops/7411" + "self": "/stops/6551" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7411" + "related": "/facilities/?filter[stop]=6551" } }, "parent_station": { @@ -217153,7 +219799,7 @@ }, "zone": { "data": { - "id": "LocalBus", + "id": "ExpressBus-Downtown", "type": "zone" } } @@ -217163,22 +219809,22 @@ { "attributes": { "direction_id": 0, - "headsign": "Airport (Shuttle)" + "headsign": "Cleveland Circle (Shuttle)" }, - "id": "AirportWonderland-Weekday-1d548-0-00:00:00", + "id": "ClevelandCircleCoolidgeCorner-0-sample", "links": { - "self": "/trips/AirportWonderland-Weekday-1d548-0-00%3A00%3A00" + "self": "/trips/ClevelandCircleCoolidgeCorner-0-sample" }, "relationships": { "route": { "data": { - "id": "Shuttle-AirportWonderland", + "id": "Shuttle-ClevelandCircleCoolidgeCorner", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-AirportWonderland-0-0", + "id": "Shuttle-ClevelandCircleCoolidgeCorner-0-0", "type": "route_pattern" } }, @@ -217190,38 +219836,42 @@ }, "shape": { "data": { - "id": "WonderlandToAirport-S", + "id": "CoolidgeCornerToClevelandCircle-S", "type": "shape" } }, "stops": { "data": [ { - "id": "15795", + "id": "9070219", "type": "stop" }, { - "id": "9070057", + "id": "9070223", "type": "stop" }, { - "id": "9070055", + "id": "9070227", "type": "stop" }, { - "id": "9070053", + "id": "9070229", "type": "stop" }, { - "id": "5879", + "id": "9070231", "type": "stop" }, { - "id": "5666", + "id": "9070233", "type": "stop" }, { - "id": "7096", + "id": "9070235", + "type": "stop" + }, + { + "id": "9070238", "type": "stop" } ] @@ -217231,14 +219881,14 @@ }, { "attributes": {}, - "id": "2386", + "id": "7430", "links": { - "self": "/stops/2386" + "self": "/stops/7430" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2386" + "related": "/facilities/?filter[stop]=7430" } }, "parent_station": { @@ -217255,14 +219905,222 @@ }, { "attributes": {}, - "id": "1785", + "id": "2030", "links": { - "self": "/stops/1785" + "self": "/stops/2030" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1785" + "related": "/facilities/?filter[stop]=2030" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "2634", + "links": { + "self": "/stops/2634" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=2634" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "2115", + "links": { + "self": "/stops/2115" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=2115" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "4286", + "links": { + "self": "/stops/4286" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=4286" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "13403", + "links": { + "self": "/stops/13403" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=13403" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "5880", + "links": { + "self": "/stops/5880" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=5880" + } + }, + "parent_station": { + "data": { + "id": "place-orhte", + "type": "stop" + } + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "1448", + "links": { + "self": "/stops/1448" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=1448" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Harvard Square", + "Lechmere Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Harvard Square - Lechmere Station", + "short_name": "69", + "sort_order": 50690, + "text_color": "000000", + "type": 3 + }, + "id": "69", + "links": { + "self": "/routes/69" + }, + "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, + "line": { + "data": { + "id": "line-69", + "type": "line" + } + } + }, + "type": "route" + }, + { + "attributes": {}, + "id": "4485", + "links": { + "self": "/stops/4485" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=4485" } }, "parent_station": { @@ -217280,137 +220138,289 @@ { "attributes": { "direction_id": 0, - "headsign": "Linden Square" + "headsign": "Marblehead via Central Square & Humphrey St (omits Point of Pines)" }, - "id": "61869095", + "id": "67202734", "links": { - "self": "/trips/61869095" + "self": "/trips/67202734" }, "relationships": { "route": { "data": { - "id": "108", + "id": "442", "type": "route" } }, "route_pattern": { "data": { - "id": "108-7-0", + "id": "442-5-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "1080215", + "id": "4420268", "type": "shape" } }, "stops": { "data": [ { - "id": "53270", + "id": "15798", + "type": "stop" + }, + { + "id": "4736", + "type": "stop" + }, + { + "id": "48541", + "type": "stop" + }, + { + "id": "4855", + "type": "stop" + }, + { + "id": "4856", + "type": "stop" + }, + { + "id": "4738", + "type": "stop" + }, + { + "id": "4739", + "type": "stop" + }, + { + "id": "4741", + "type": "stop" + }, + { + "id": "4742", + "type": "stop" + }, + { + "id": "4743", + "type": "stop" + }, + { + "id": "4744", + "type": "stop" + }, + { + "id": "4745", + "type": "stop" + }, + { + "id": "4746", + "type": "stop" + }, + { + "id": "4747", + "type": "stop" + }, + { + "id": "14748", + "type": "stop" + }, + { + "id": "6600", + "type": "stop" + }, + { + "id": "4749", + "type": "stop" + }, + { + "id": "4751", + "type": "stop" + }, + { + "id": "4752", + "type": "stop" + }, + { + "id": "14753", + "type": "stop" + }, + { + "id": "4755", + "type": "stop" + }, + { + "id": "4811", + "type": "stop" + }, + { + "id": "4813", + "type": "stop" + }, + { + "id": "4814", + "type": "stop" + }, + { + "id": "4815", + "type": "stop" + }, + { + "id": "4816", + "type": "stop" + }, + { + "id": "4817", + "type": "stop" + }, + { + "id": "4818", + "type": "stop" + }, + { + "id": "4819", + "type": "stop" + }, + { + "id": "4820", + "type": "stop" + }, + { + "id": "4821", "type": "stop" }, { - "id": "5289", + "id": "14822", "type": "stop" }, { - "id": "5342", + "id": "4822", "type": "stop" }, { - "id": "5457", + "id": "4823", "type": "stop" }, { - "id": "5459", + "id": "4824", "type": "stop" }, { - "id": "5460", + "id": "4825", "type": "stop" }, { - "id": "5461", + "id": "4826", "type": "stop" }, { - "id": "5462", + "id": "4779", "type": "stop" }, { - "id": "5463", + "id": "4781", "type": "stop" }, { - "id": "5464", + "id": "4782", "type": "stop" }, { - "id": "54651", + "id": "4784", "type": "stop" }, { - "id": "9060", + "id": "4785", "type": "stop" }, { - "id": "9061", + "id": "4786", "type": "stop" }, { - "id": "49061", + "id": "4787", "type": "stop" }, { - "id": "9063", + "id": "4788", "type": "stop" }, { - "id": "9339", + "id": "4789", "type": "stop" }, { - "id": "9340", + "id": "4790", "type": "stop" }, { - "id": "9067", + "id": "4791", "type": "stop" }, { - "id": "49067", + "id": "4792", "type": "stop" }, { - "id": "9068", + "id": "4793", "type": "stop" }, { - "id": "9069", + "id": "4794", "type": "stop" }, { - "id": "9070", + "id": "4795", "type": "stop" }, { - "id": "7410", + "id": "4796", "type": "stop" }, { - "id": "7411", + "id": "4797", "type": "stop" }, { - "id": "7412", + "id": "4799", + "type": "stop" + }, + { + "id": "4800", + "type": "stop" + }, + { + "id": "4801", + "type": "stop" + }, + { + "id": "4802", + "type": "stop" + }, + { + "id": "4803", + "type": "stop" + }, + { + "id": "4804", + "type": "stop" + }, + { + "id": "4805", + "type": "stop" + }, + { + "id": "4806", + "type": "stop" + }, + { + "id": "4807", "type": "stop" } ] @@ -217420,14 +220430,14 @@ }, { "attributes": {}, - "id": "8477", + "id": "8154", "links": { - "self": "/stops/8477" + "self": "/stops/8154" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8477" + "related": "/facilities/?filter[stop]=8154" } }, "parent_station": { @@ -217444,45 +220454,63 @@ }, { "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Forest Hills", - "Oak Grove" - ], - "direction_names": [ - "South", - "North" - ], - "long_name": "Oak Grove - Wellington via Malden Center", - "short_name": "Orange Line Shuttle", - "sort_order": 62305, - "text_color": "000000", - "type": 3 + "direction_id": 1, + "headsign": "Long Wharf" }, - "id": "Shuttle-OakGroveWellingtonViaMaldenEast", + "id": "Boat-F1-1400-Hingham-BF2H-01-Weekday-Fall-24", "links": { - "self": "/routes/Shuttle-OakGroveWellingtonViaMaldenEast" + "self": "/trips/Boat-F1-1400-Hingham-BF2H-01-Weekday-Fall-24" }, "relationships": { - "line": { + "route": { "data": { - "id": "line-Orange", - "type": "line" + "id": "Boat-F1", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "Boat-F1-6-1", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "Boat-F1-Weekday-Fall-24", + "type": "service" + } + }, + "shape": { + "data": { + "id": "b0013", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "Boat-Hingham", + "type": "stop" + }, + { + "id": "Boat-Long", + "type": "stop" + } + ] } }, - "type": "route" + "type": "trip" }, { "attributes": {}, - "id": "3722", + "id": "20619", "links": { - "self": "/stops/3722" + "self": "/stops/20619" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3722" + "related": "/facilities/?filter[stop]=20619" } }, "parent_station": { @@ -217499,14 +220527,14 @@ }, { "attributes": {}, - "id": "75", + "id": "15492", "links": { - "self": "/stops/75" + "self": "/stops/15492" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=75" + "related": "/facilities/?filter[stop]=15492" } }, "parent_station": { @@ -217523,14 +220551,14 @@ }, { "attributes": {}, - "id": "2665", + "id": "13822", "links": { - "self": "/stops/2665" + "self": "/stops/13822" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2665" + "related": "/facilities/?filter[stop]=13822" } }, "parent_station": { @@ -217546,42 +220574,52 @@ "type": "stop" }, { - "attributes": {}, - "id": "FR-0074-02", + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Fields Corner Loop", + "Fields Corner Loop" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Fields Corner Loop via Adams Street", + "short_name": "202", + "sort_order": 52020, + "text_color": "000000", + "type": 3 + }, + "id": "202", "links": { - "self": "/stops/FR-0074-02" + "self": "/routes/202" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=FR-0074-02" - } - }, - "parent_station": { + "agency": { "data": { - "id": "place-FR-0074", - "type": "stop" + "id": "1", + "type": "agency" } }, - "zone": { + "line": { "data": { - "id": "CR-zone-1", - "type": "zone" + "id": "line-201202", + "type": "line" } } }, - "type": "stop" + "type": "route" }, { "attributes": {}, - "id": "2429", + "id": "5869", "links": { - "self": "/stops/2429" + "self": "/stops/5869" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2429" + "related": "/facilities/?filter[stop]=5869" } }, "parent_station": { @@ -217598,14 +220636,14 @@ }, { "attributes": {}, - "id": "9070029", + "id": "1634", "links": { - "self": "/stops/9070029" + "self": "/stops/1634" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9070029" + "related": "/facilities/?filter[stop]=1634" } }, "parent_station": { @@ -217620,87 +220658,16 @@ }, "type": "stop" }, - { - "attributes": { - "direction_id": 0, - "headsign": "Hingham via Georges Island & Hull" - }, - "id": "Boat-F1-1300-Long-BF2H-01-Weekday-Summer-24", - "links": { - "self": "/trips/Boat-F1-1300-Long-BF2H-01-Weekday-Summer-24" - }, - "relationships": { - "route": { - "data": { - "id": "Boat-F1", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Boat-F1-5-0", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "Boat-F1-Weekday-Summer-24", - "type": "service" - } - }, - "shape": { - "data": { - "id": "b0010", - "type": "shape" - } - }, - "stops": { - "data": [ - { - "id": "Boat-Long", - "type": "stop" - }, - { - "id": "Boat-George", - "type": "stop" - }, - { - "id": "Boat-Hull", - "type": "stop" - }, - { - "id": "Boat-Hingham", - "type": "stop" - } - ] - } - }, - "type": "trip" - }, - { - "attributes": { - "color": "FFC72C", - "long_name": "North Burlington - Downtown Boston", - "short_name": "354", - "sort_order": 53540, - "text_color": "000000" - }, - "id": "line-354", - "links": { - "self": "/lines/line-354" - }, - "type": "line" - }, { "attributes": {}, - "id": "4728", + "id": "1672", "links": { - "self": "/stops/4728" + "self": "/stops/1672" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4728" + "related": "/facilities/?filter[stop]=1672" } }, "parent_station": { @@ -217717,14 +220684,14 @@ }, { "attributes": {}, - "id": "4015", + "id": "111848", "links": { - "self": "/stops/4015" + "self": "/stops/111848" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4015" + "related": "/facilities/?filter[stop]=111848" } }, "parent_station": { @@ -217741,14 +220708,14 @@ }, { "attributes": {}, - "id": "4056", + "id": "5794", "links": { - "self": "/stops/4056" + "self": "/stops/5794" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4056" + "related": "/facilities/?filter[stop]=5794" } }, "parent_station": { @@ -217765,14 +220732,14 @@ }, { "attributes": {}, - "id": "19", + "id": "3589", "links": { - "self": "/stops/19" + "self": "/stops/3589" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=19" + "related": "/facilities/?filter[stop]=3589" } }, "parent_station": { @@ -217789,14 +220756,14 @@ }, { "attributes": {}, - "id": "5898", + "id": "1589", "links": { - "self": "/stops/5898" + "self": "/stops/1589" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5898" + "related": "/facilities/?filter[stop]=1589" } }, "parent_station": { @@ -217813,14 +220780,14 @@ }, { "attributes": {}, - "id": "17711", + "id": "82", "links": { - "self": "/stops/17711" + "self": "/stops/82" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=17711" + "related": "/facilities/?filter[stop]=82" } }, "parent_station": { @@ -217837,14 +220804,14 @@ }, { "attributes": {}, - "id": "559", + "id": "4611", "links": { - "self": "/stops/559" + "self": "/stops/4611" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=559" + "related": "/facilities/?filter[stop]=4611" } }, "parent_station": { @@ -217861,46 +220828,46 @@ }, { "attributes": {}, - "id": "9070513", + "id": "2023", "links": { - "self": "/stops/9070513" + "self": "/stops/2023" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9070513" + "related": "/facilities/?filter[stop]=2023" } }, "parent_station": { "data": null }, "zone": { - "data": null + "data": { + "id": "LocalBus", + "type": "zone" + } } }, "type": "stop" }, { "attributes": {}, - "id": "FR-3338-CS", + "id": "31256", "links": { - "self": "/stops/FR-3338-CS" + "self": "/stops/31256" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=FR-3338-CS" + "related": "/facilities/?filter[stop]=31256" } }, "parent_station": { - "data": { - "id": "place-FR-3338", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "CR-zone-8", + "id": "LocalBus", "type": "zone" } } @@ -217909,14 +220876,14 @@ }, { "attributes": {}, - "id": "1335", + "id": "1612", "links": { - "self": "/stops/1335" + "self": "/stops/1612" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1335" + "related": "/facilities/?filter[stop]=1612" } }, "parent_station": { @@ -217933,254 +220900,186 @@ }, { "attributes": { - "direction_id": 1, - "headsign": "University Park" + "direction_id": 0, + "headsign": "Wolcott Square" }, - "id": "61849649", + "id": "67251903", "links": { - "self": "/trips/61849649" + "self": "/trips/67251903" }, "relationships": { "route": { "data": { - "id": "70", + "id": "32", "type": "route" } }, "route_pattern": { "data": { - "id": "70-5-1", + "id": "32-9-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "700263", + "id": "320305", "type": "shape" } }, "stops": { "data": [ { - "id": "9522", - "type": "stop" - }, - { - "id": "86929", - "type": "stop" - }, - { - "id": "86930", - "type": "stop" - }, - { - "id": "86932", - "type": "stop" - }, - { - "id": "86933", - "type": "stop" - }, - { - "id": "86935", - "type": "stop" - }, - { - "id": "86936", - "type": "stop" - }, - { - "id": "86937", - "type": "stop" - }, - { - "id": "86939", - "type": "stop" - }, - { - "id": "86940", - "type": "stop" - }, - { - "id": "869411", - "type": "stop" - }, - { - "id": "86943", - "type": "stop" - }, - { - "id": "86944", - "type": "stop" - }, - { - "id": "869451", - "type": "stop" - }, - { - "id": "86945", - "type": "stop" - }, - { - "id": "8670", - "type": "stop" - }, - { - "id": "8671", - "type": "stop" - }, - { - "id": "8672", + "id": "1346", "type": "stop" }, { - "id": "8674", + "id": "1350", "type": "stop" }, { - "id": "8676", + "id": "1351", "type": "stop" }, { - "id": "8678", + "id": "1352", "type": "stop" }, { - "id": "8679", + "id": "1354", "type": "stop" }, { - "id": "8291", + "id": "17411", "type": "stop" }, { - "id": "8292", + "id": "17401", "type": "stop" }, { - "id": "8293", + "id": "17391", "type": "stop" }, { - "id": "8294", + "id": "1587", "type": "stop" }, { - "id": "8298", + "id": "11587", "type": "stop" }, { - "id": "8295", + "id": "21587", "type": "stop" }, { - "id": "8296", + "id": "547", "type": "stop" }, { - "id": "8297", + "id": "875", "type": "stop" }, { - "id": "1432", + "id": "6495", "type": "stop" }, { - "id": "1433", + "id": "26495", "type": "stop" }, { - "id": "1434", + "id": "36495", "type": "stop" }, { - "id": "1435", + "id": "46495", "type": "stop" }, { - "id": "1436", + "id": "56495", "type": "stop" }, { - "id": "1437", + "id": "76495", "type": "stop" }, { - "id": "1438", + "id": "6496", "type": "stop" }, { - "id": "1442", + "id": "6498", "type": "stop" }, { - "id": "1043", + "id": "6500", "type": "stop" }, { - "id": "1045", + "id": "16498", "type": "stop" }, { - "id": "1046", + "id": "6502", "type": "stop" }, { - "id": "1049", + "id": "6504", "type": "stop" }, { - "id": "1589", + "id": "6505", "type": "stop" }, { - "id": "1051", + "id": "6507", "type": "stop" }, { - "id": "1052", + "id": "6508", "type": "stop" }, { - "id": "1053", + "id": "6509", "type": "stop" }, { - "id": "1055", + "id": "2819", "type": "stop" }, { - "id": "1056", + "id": "2818", "type": "stop" }, { - "id": "1057", + "id": "22819", "type": "stop" }, { - "id": "1058", + "id": "22818", "type": "stop" }, { - "id": "1059", + "id": "22821", "type": "stop" }, { - "id": "72", + "id": "32818", "type": "stop" }, { - "id": "73", + "id": "42818", "type": "stop" }, { - "id": "730", + "id": "42819", "type": "stop" } ] @@ -218188,156 +221087,268 @@ }, "type": "trip" }, + { + "attributes": {}, + "id": "3109", + "links": { + "self": "/stops/3109" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=3109" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "90621", + "links": { + "self": "/stops/90621" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=90621" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "1167", + "links": { + "self": "/stops/1167" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=1167" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "6131", + "links": { + "self": "/stops/6131" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=6131" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "2939", + "links": { + "self": "/stops/2939" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=2939" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "2025", + "links": { + "self": "/stops/2025" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=2025" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, { "attributes": { "direction_id": 0, - "headsign": "Ashmont" + "headsign": "Davis" }, - "id": "61392435", + "id": "66959791", "links": { - "self": "/trips/61392435" + "self": "/trips/66959791" }, "relationships": { "route": { "data": { - "id": "23", + "id": "89", "type": "route" } }, "route_pattern": { "data": { - "id": "23-_-0", + "id": "89-2-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "230204", + "id": "890204", "type": "shape" } }, "stops": { "data": [ { - "id": "17862", - "type": "stop" - }, - { - "id": "11257", - "type": "stop" - }, - { - "id": "1259", - "type": "stop" - }, - { - "id": "11323", - "type": "stop" - }, - { - "id": "11259", - "type": "stop" - }, - { - "id": "64000", - "type": "stop" - }, - { - "id": "40001", - "type": "stop" - }, - { - "id": "401", - "type": "stop" - }, - { - "id": "404", + "id": "29011", "type": "stop" }, { - "id": "405", + "id": "2718", "type": "stop" }, { - "id": "406", + "id": "2719", "type": "stop" }, { - "id": "407", + "id": "2721", "type": "stop" }, { - "id": "410", + "id": "2723", "type": "stop" }, { - "id": "411", + "id": "2725", "type": "stop" }, { - "id": "412", + "id": "2726", "type": "stop" }, { - "id": "471", + "id": "2729", "type": "stop" }, { - "id": "472", + "id": "2731", "type": "stop" }, { - "id": "468", + "id": "2733", "type": "stop" }, { - "id": "475", + "id": "2734", "type": "stop" }, { - "id": "477", + "id": "2735", "type": "stop" }, { - "id": "478", + "id": "2736", "type": "stop" }, { - "id": "480", + "id": "2737", "type": "stop" }, { - "id": "482", + "id": "2738", "type": "stop" }, { - "id": "483", + "id": "5012", "type": "stop" }, { - "id": "485", + "id": "5014", "type": "stop" }, { - "id": "426", + "id": "5015", "type": "stop" }, { - "id": "428", + "id": "2582", "type": "stop" }, { - "id": "430", + "id": "2628", "type": "stop" }, { - "id": "334", + "id": "5104", "type": "stop" } ] @@ -218347,14 +221358,14 @@ }, { "attributes": {}, - "id": "2304", + "id": "5819", "links": { - "self": "/stops/2304" + "self": "/stops/5819" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2304" + "related": "/facilities/?filter[stop]=5819" } }, "parent_station": { @@ -218371,14 +221382,14 @@ }, { "attributes": {}, - "id": "86940", + "id": "19573", "links": { - "self": "/stops/86940" + "self": "/stops/19573" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=86940" + "related": "/facilities/?filter[stop]=19573" } }, "parent_station": { @@ -218393,16 +221404,53 @@ }, "type": "stop" }, + { + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Market Place Drive or Waltham Center", + "University Park" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Market Place Drive or Waltham Center - University Park", + "short_name": "70", + "sort_order": 50700, + "text_color": "000000", + "type": 3 + }, + "id": "70", + "links": { + "self": "/routes/70" + }, + "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, + "line": { + "data": { + "id": "line-6170170", + "type": "line" + } + } + }, + "type": "route" + }, { "attributes": {}, - "id": "5233", + "id": "5361", "links": { - "self": "/stops/5233" + "self": "/stops/5361" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5233" + "related": "/facilities/?filter[stop]=5361" } }, "parent_station": { @@ -218419,22 +221467,25 @@ }, { "attributes": {}, - "id": "3209", + "id": "NEC-1969-04", "links": { - "self": "/stops/3209" + "self": "/stops/NEC-1969-04" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3209" + "related": "/facilities/?filter[stop]=NEC-1969-04" } }, "parent_station": { - "data": null + "data": { + "id": "place-NEC-1969", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "CR-zone-7", "type": "zone" } } @@ -218443,14 +221494,41 @@ }, { "attributes": {}, - "id": "51852", + "id": "MM-0219-S", "links": { - "self": "/stops/51852" + "self": "/stops/MM-0219-S" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=51852" + "related": "/facilities/?filter[stop]=MM-0219-S" + } + }, + "parent_station": { + "data": { + "id": "place-MM-0219", + "type": "stop" + } + }, + "zone": { + "data": { + "id": "CR-zone-5", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "2469", + "links": { + "self": "/stops/2469" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=2469" } }, "parent_station": { @@ -218466,68 +221544,87 @@ "type": "stop" }, { - "attributes": { - "direction_id": 0, - "headsign": "Rockport (Express shuttle)" - }, - "id": "BeverlyRockportExpress-0-sample", + "attributes": {}, + "id": "5682", "links": { - "self": "/trips/BeverlyRockportExpress-0-sample" + "self": "/stops/5682" }, "relationships": { - "route": { - "data": { - "id": "Shuttle-BeverlyRockportExpress", - "type": "route" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=5682" } }, - "route_pattern": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "Shuttle-BeverlyRockportExpress-0-0", - "type": "route_pattern" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "7898", + "links": { + "self": "/stops/7898" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=7898" } }, - "service": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "canonical", - "type": "service" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "7629", + "links": { + "self": "/stops/7629" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=7629" } }, - "shape": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "BeverlyToRockportExpress-S", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "ER-0183-B", - "type": "stop" - }, - { - "id": "GB-0316-B1", - "type": "stop" - }, - { - "id": "GB-0353-B", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "39686", + "id": "1684", "links": { - "self": "/stops/39686" + "self": "/stops/1684" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=39686" + "related": "/facilities/?filter[stop]=1684" } }, "parent_station": { @@ -218544,14 +221641,14 @@ }, { "attributes": {}, - "id": "7843", + "id": "5924", "links": { - "self": "/stops/7843" + "self": "/stops/5924" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7843" + "related": "/facilities/?filter[stop]=5924" } }, "parent_station": { @@ -218568,14 +221665,14 @@ }, { "attributes": {}, - "id": "2777", + "id": "1565", "links": { - "self": "/stops/2777" + "self": "/stops/1565" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2777" + "related": "/facilities/?filter[stop]=1565" } }, "parent_station": { @@ -218592,14 +221689,14 @@ }, { "attributes": {}, - "id": "8210", + "id": "6399", "links": { - "self": "/stops/8210" + "self": "/stops/6399" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8210" + "related": "/facilities/?filter[stop]=6399" } }, "parent_station": { @@ -218616,14 +221713,14 @@ }, { "attributes": {}, - "id": "8447", + "id": "3405", "links": { - "self": "/stops/8447" + "self": "/stops/3405" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8447" + "related": "/facilities/?filter[stop]=3405" } }, "parent_station": { @@ -218640,14 +221737,14 @@ }, { "attributes": {}, - "id": "50620", + "id": "10540", "links": { - "self": "/stops/50620" + "self": "/stops/10540" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=50620" + "related": "/facilities/?filter[stop]=10540" } }, "parent_station": { @@ -218664,35 +221761,38 @@ }, { "attributes": {}, - "id": "9170211", + "id": "61851", "links": { - "self": "/stops/9170211" + "self": "/stops/61851" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9170211" + "related": "/facilities/?filter[stop]=61851" } }, "parent_station": { "data": null }, "zone": { - "data": null + "data": { + "id": "LocalBus", + "type": "zone" + } } }, "type": "stop" }, { "attributes": {}, - "id": "109826", + "id": "13846", "links": { - "self": "/stops/109826" + "self": "/stops/13846" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=109826" + "related": "/facilities/?filter[stop]=13846" } }, "parent_station": { @@ -218709,14 +221809,14 @@ }, { "attributes": {}, - "id": "3249", + "id": "111258", "links": { - "self": "/stops/3249" + "self": "/stops/111258" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3249" + "related": "/facilities/?filter[stop]=111258" } }, "parent_station": { @@ -218733,14 +221833,14 @@ }, { "attributes": {}, - "id": "7390", + "id": "2610", "links": { - "self": "/stops/7390" + "self": "/stops/2610" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7390" + "related": "/facilities/?filter[stop]=2610" } }, "parent_station": { @@ -218758,254 +221858,294 @@ { "attributes": { "direction_id": 0, - "headsign": "Roosevelt Circle via Fellsway" + "headsign": "Burlington (Express) via Woburn" }, - "id": "63145879", + "id": "66959853", "links": { - "self": "/trips/63145879" + "self": "/trips/66959853" }, "relationships": { "route": { "data": { - "id": "100", + "id": "354", "type": "route" } }, "route_pattern": { "data": { - "id": "100-1-0", + "id": "354-4-0", "type": "route_pattern" } }, "service": { "data": { - "id": "BUS32024-hbg34j47-Sunday-02", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "1000160", + "id": "3540145", "type": "shape" } }, "stops": { "data": [ { - "id": "5271", + "id": "65", "type": "stop" }, { - "id": "9318", + "id": "4510", "type": "stop" }, { - "id": "9319", + "id": "4511", + "type": "stop" + }, + { + "id": "45003", + "type": "stop" + }, + { + "id": "49901", + "type": "stop" + }, + { + "id": "50902", + "type": "stop" + }, + { + "id": "49903", + "type": "stop" + }, + { + "id": "49904", + "type": "stop" + }, + { + "id": "49906", + "type": "stop" + }, + { + "id": "49907", + "type": "stop" + }, + { + "id": "49910", + "type": "stop" + }, + { + "id": "49911", + "type": "stop" + }, + { + "id": "49913", "type": "stop" }, { - "id": "9045", + "id": "49914", "type": "stop" }, { - "id": "5215", + "id": "49915", "type": "stop" }, { - "id": "5274", + "id": "49916", "type": "stop" }, { - "id": "5275", + "id": "50916", "type": "stop" }, { - "id": "5276", + "id": "49917", "type": "stop" }, { - "id": "5277", + "id": "49918", "type": "stop" }, { - "id": "5279", + "id": "49919", "type": "stop" }, { - "id": "8311", + "id": "49920", "type": "stop" }, { - "id": "83111", + "id": "49924", "type": "stop" }, { - "id": "8313", + "id": "49818", "type": "stop" }, { - "id": "8314", + "id": "49926", "type": "stop" }, { - "id": "8315", + "id": "49927", "type": "stop" }, { - "id": "8303", + "id": "1684", "type": "stop" - } - ] - } - }, - "type": "trip" - }, - { - "attributes": { - "direction_id": 1, - "headsign": "Nubian via Allston" - }, - "id": "61391303", - "links": { - "self": "/trips/61391303" - }, - "relationships": { - "route": { - "data": { - "id": "66", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "66-7-1", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "SpringWeekday", - "type": "service" - } - }, - "shape": { - "data": { - "id": "660265", - "type": "shape" - } - }, - "stops": { - "data": [ + }, { - "id": "922", + "id": "1686", "type": "stop" }, { - "id": "924", + "id": "41686", "type": "stop" }, { - "id": "925", + "id": "1687", "type": "stop" }, { - "id": "926", + "id": "1688", "type": "stop" }, { - "id": "927", + "id": "16881", "type": "stop" }, { - "id": "10928", + "id": "1689", "type": "stop" }, { - "id": "1302", + "id": "1690", "type": "stop" }, { - "id": "11302", + "id": "1691", "type": "stop" }, { - "id": "1304", + "id": "1692", "type": "stop" }, { - "id": "1306", + "id": "41692", "type": "stop" }, { - "id": "1308", + "id": "41693", "type": "stop" }, { - "id": "1309", + "id": "1693", "type": "stop" }, { - "id": "1310", + "id": "1694", "type": "stop" }, { - "id": "1311", + "id": "1695", "type": "stop" }, { - "id": "1313", + "id": "1696", "type": "stop" }, { - "id": "1555", + "id": "1697", "type": "stop" }, { - "id": "1314", + "id": "16971", "type": "stop" }, { - "id": "1315", + "id": "1698", "type": "stop" }, { - "id": "1317", + "id": "1699", "type": "stop" }, { - "id": "1319", + "id": "6900", "type": "stop" }, { - "id": "1320", + "id": "6902", "type": "stop" - }, + } + ] + } + }, + "type": "trip" + }, + { + "attributes": { + "direction_id": 1, + "headsign": "Oak Grove (Local shuttle)" + }, + "id": "Orange-NSta-OakGrv-Local-Weekday-1-20:45:00", + "links": { + "self": "/trips/Orange-NSta-OakGrv-Local-Weekday-1-20%3A45%3A00" + }, + "relationships": { + "route": { + "data": { + "id": "Shuttle-NStaOakGroveLocal", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "Shuttle-NStaOakGroveLocal-0-1", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "Orange-NSta-OakGrv-Local-Weekday", + "type": "service" + } + }, + "shape": { + "data": { + "id": "NStationHaverhillStToOakGrove-S", + "type": "shape" + } + }, + "stops": { + "data": [ { - "id": "1322", + "id": "9070026", "type": "stop" }, { - "id": "1323", + "id": "9070029", "type": "stop" }, { - "id": "11257", + "id": "29003", "type": "stop" }, { - "id": "1259", + "id": "28742", "type": "stop" }, { - "id": "11323", + "id": "52720", "type": "stop" }, { - "id": "11259", + "id": "5072", "type": "stop" }, { - "id": "64000", + "id": "9328", "type": "stop" } ] @@ -219015,46 +222155,121 @@ }, { "attributes": {}, - "id": "5563", + "id": "9170120", "links": { - "self": "/stops/5563" + "self": "/stops/9170120" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5563" + "related": "/facilities/?filter[stop]=9170120" } }, "parent_station": { "data": null }, "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "color": "FFC72C", + "long_name": "Malden Center - Sullivan via Newland Street Housing", + "short_name": "105", + "sort_order": 51050, + "text_color": "000000" + }, + "id": "line-105", + "links": { + "self": "/lines/line-105" + }, + "type": "line" + }, + { + "attributes": { + "direction_id": 1, + "headsign": "Kendall/MIT (Shuttle)" + }, + "id": "BroadwayKendallOmitDTX-1-sample", + "links": { + "self": "/trips/BroadwayKendallOmitDTX-1-sample" + }, + "relationships": { + "route": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "Shuttle-BroadwayKendallOmitDTX", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "Shuttle-BroadwayKendallOmitDTX-0-1", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "canonical", + "type": "service" + } + }, + "shape": { + "data": { + "id": "BroadwayToKendallOmitDTX-S", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "151", + "type": "stop" + }, + { + "id": "892", + "type": "stop" + }, + { + "id": "4510", + "type": "stop" + }, + { + "id": "9070074", + "type": "stop" + }, + { + "id": "9070071", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "5756", + "id": "70126", "links": { - "self": "/stops/5756" + "self": "/stops/70126" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5756" + "related": "/facilities/?filter[stop]=70126" } }, "parent_station": { - "data": null + "data": { + "id": "place-alsgr", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -219064,285 +222279,177 @@ { "attributes": { "direction_id": 1, - "headsign": "West Lynn Garage via Central Square & Humphrey St" + "headsign": "Lechmere" }, - "id": "63325228", + "id": "67008814", "links": { - "self": "/trips/63325228" + "self": "/trips/67008814" }, "relationships": { "route": { "data": { - "id": "442", + "id": "87", "type": "route" } }, "route_pattern": { "data": { - "id": "442-9-1", + "id": "87-2-1", "type": "route_pattern" } }, "service": { "data": { - "id": "BUS32024-hbl34j47-Sunday-02", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "4420248", + "id": "870202", "type": "shape" } }, "stops": { "data": [ { - "id": "4807", - "type": "stop" - }, - { - "id": "4832", - "type": "stop" - }, - { - "id": "4834", - "type": "stop" - }, - { - "id": "4835", - "type": "stop" - }, - { - "id": "4836", - "type": "stop" - }, - { - "id": "14836", - "type": "stop" - }, - { - "id": "4837", - "type": "stop" - }, - { - "id": "4838", - "type": "stop" - }, - { - "id": "4839", - "type": "stop" - }, - { - "id": "4840", - "type": "stop" - }, - { - "id": "4841", - "type": "stop" - }, - { - "id": "4843", - "type": "stop" - }, - { - "id": "4844", - "type": "stop" - }, - { - "id": "4845", - "type": "stop" - }, - { - "id": "4846", - "type": "stop" - }, - { - "id": "4847", - "type": "stop" - }, - { - "id": "4848", - "type": "stop" - }, - { - "id": "4849", - "type": "stop" - }, - { - "id": "4850", - "type": "stop" - }, - { - "id": "4851", - "type": "stop" - }, - { - "id": "4852", - "type": "stop" - }, - { - "id": "4853", - "type": "stop" - }, - { - "id": "4857", - "type": "stop" - }, - { - "id": "4858", - "type": "stop" - }, - { - "id": "4859", - "type": "stop" - }, - { - "id": "4860", - "type": "stop" - }, - { - "id": "14860", - "type": "stop" - }, - { - "id": "4861", + "id": "12644", "type": "stop" }, { - "id": "4862", + "id": "12645", "type": "stop" }, { - "id": "4864", + "id": "12648", "type": "stop" }, { - "id": "4901", + "id": "12649", "type": "stop" }, { - "id": "4902", + "id": "12650", "type": "stop" }, { - "id": "4903", + "id": "12651", "type": "stop" }, { - "id": "4904", + "id": "12652", "type": "stop" }, { - "id": "4905", + "id": "12653", "type": "stop" }, { - "id": "4906", + "id": "12654", "type": "stop" }, { - "id": "4907", + "id": "2637", "type": "stop" }, { - "id": "4908", + "id": "2575", "type": "stop" }, { - "id": "4909", + "id": "2576", "type": "stop" }, { - "id": "4911", + "id": "2577", "type": "stop" }, { - "id": "4912", + "id": "2579", "type": "stop" }, { - "id": "4913", + "id": "2580", "type": "stop" }, { - "id": "4914", + "id": "2581", "type": "stop" }, { - "id": "4915", + "id": "2582", "type": "stop" }, { - "id": "4916", + "id": "2583", "type": "stop" }, { - "id": "4886", + "id": "2584", "type": "stop" }, { - "id": "14889", + "id": "2586", "type": "stop" }, { - "id": "4891", + "id": "2587", "type": "stop" }, { - "id": "4892", + "id": "2588", "type": "stop" }, { - "id": "4895", + "id": "2589", "type": "stop" }, { - "id": "16653", + "id": "2590", "type": "stop" }, { - "id": "6674", + "id": "2591", "type": "stop" }, { - "id": "6675", + "id": "2593", "type": "stop" }, { - "id": "6780", + "id": "2594", "type": "stop" }, { - "id": "6783", + "id": "2595", "type": "stop" }, { - "id": "4451", + "id": "2510", "type": "stop" }, { - "id": "4487", + "id": "2597", "type": "stop" }, { - "id": "4488", + "id": "2598", "type": "stop" }, { - "id": "4489", + "id": "2599", "type": "stop" }, { - "id": "4490", + "id": "2600", "type": "stop" }, { - "id": "4491", + "id": "2601", "type": "stop" }, { - "id": "4492", + "id": "70500", "type": "stop" } ] @@ -219352,92 +222459,14 @@ }, { "attributes": {}, - "id": "DB-2230-02", - "links": { - "self": "/stops/DB-2230-02" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=DB-2230-02" - } - }, - "parent_station": { - "data": { - "id": "place-DB-2230", - "type": "stop" - } - }, - "zone": { - "data": { - "id": "CR-zone-1A", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "70213", - "links": { - "self": "/stops/70213" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=70213" - } - }, - "parent_station": { - "data": { - "id": "place-hwsst", - "type": "stop" - } - }, - "zone": { - "data": { - "id": "RapidTransit", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "7396", - "links": { - "self": "/stops/7396" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=7396" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "1575", + "id": "4053", "links": { - "self": "/stops/1575" + "self": "/stops/4053" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1575" + "related": "/facilities/?filter[stop]=4053" } }, "parent_station": { @@ -219454,14 +222483,14 @@ }, { "attributes": {}, - "id": "3671", + "id": "81682", "links": { - "self": "/stops/3671" + "self": "/stops/81682" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3671" + "related": "/facilities/?filter[stop]=81682" } }, "parent_station": { @@ -219478,14 +222507,14 @@ }, { "attributes": {}, - "id": "7201", + "id": "16391", "links": { - "self": "/stops/7201" + "self": "/stops/16391" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7201" + "related": "/facilities/?filter[stop]=16391" } }, "parent_station": { @@ -219502,14 +222531,14 @@ }, { "attributes": {}, - "id": "2635", + "id": "61857", "links": { - "self": "/stops/2635" + "self": "/stops/61857" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2635" + "related": "/facilities/?filter[stop]=61857" } }, "parent_station": { @@ -219526,25 +222555,25 @@ }, { "attributes": {}, - "id": "70059", + "id": "37150", "links": { - "self": "/stops/70059" + "self": "/stops/37150" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70059" + "related": "/facilities/?filter[stop]=37150" } }, "parent_station": { "data": { - "id": "place-wondl", + "id": "place-ER-0168", "type": "stop" } }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } @@ -219553,14 +222582,14 @@ }, { "attributes": {}, - "id": "8954", + "id": "6838", "links": { - "self": "/stops/8954" + "self": "/stops/6838" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8954" + "related": "/facilities/?filter[stop]=6838" } }, "parent_station": { @@ -219577,14 +222606,14 @@ }, { "attributes": {}, - "id": "9237", + "id": "3128", "links": { - "self": "/stops/9237" + "self": "/stops/3128" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9237" + "related": "/facilities/?filter[stop]=3128" } }, "parent_station": { @@ -219601,14 +222630,14 @@ }, { "attributes": {}, - "id": "15061", + "id": "2863", "links": { - "self": "/stops/15061" + "self": "/stops/2863" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=15061" + "related": "/facilities/?filter[stop]=2863" } }, "parent_station": { @@ -219623,55 +222652,27 @@ }, "type": "stop" }, - { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Ashmont/Braintree", - "Alewife" - ], - "direction_names": [ - "South", - "North" - ], - "long_name": "Alewife - Davis", - "short_name": "Red Line Shuttle", - "sort_order": 60216, - "text_color": "000000", - "type": 3 - }, - "id": "Shuttle-AlewifeDavis", - "links": { - "self": "/routes/Shuttle-AlewifeDavis" - }, - "relationships": { - "line": { - "data": { - "id": "line-Red", - "type": "line" - } - } - }, - "type": "route" - }, { "attributes": {}, - "id": "4604", + "id": "WML-0091-02", "links": { - "self": "/stops/4604" + "self": "/stops/WML-0091-02" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4604" + "related": "/facilities/?filter[stop]=WML-0091-02" } }, "parent_station": { - "data": null + "data": { + "id": "place-WML-0091", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "CR-zone-2", "type": "zone" } } @@ -219680,14 +222681,14 @@ }, { "attributes": {}, - "id": "4343", + "id": "2664", "links": { - "self": "/stops/4343" + "self": "/stops/2664" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4343" + "related": "/facilities/?filter[stop]=2664" } }, "parent_station": { @@ -219702,69 +222703,16 @@ }, "type": "stop" }, - { - "attributes": { - "direction_id": 0, - "headsign": "Ruggles (Shuttle)" - }, - "id": "BackBayRuggles-0-sample", - "links": { - "self": "/trips/BackBayRuggles-0-sample" - }, - "relationships": { - "route": { - "data": { - "id": "Shuttle-BackBayRuggles", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Shuttle-BackBayRuggles-0-0", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "canonical", - "type": "service" - } - }, - "shape": { - "data": { - "id": "BackBayToRuggles-S", - "type": "shape" - } - }, - "stops": { - "data": [ - { - "id": "11384", - "type": "stop" - }, - { - "id": "9070012", - "type": "stop" - }, - { - "id": "17861", - "type": "stop" - } - ] - } - }, - "type": "trip" - }, { "attributes": {}, - "id": "32831", + "id": "3665", "links": { - "self": "/stops/32831" + "self": "/stops/3665" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=32831" + "related": "/facilities/?filter[stop]=3665" } }, "parent_station": { @@ -219781,14 +222729,14 @@ }, { "attributes": {}, - "id": "16360", + "id": "1365", "links": { - "self": "/stops/16360" + "self": "/stops/1365" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=16360" + "related": "/facilities/?filter[stop]=1365" } }, "parent_station": { @@ -219805,38 +222753,14 @@ }, { "attributes": {}, - "id": "FR-3338-B", - "links": { - "self": "/stops/FR-3338-B" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=FR-3338-B" - } - }, - "parent_station": { - "data": { - "id": "place-FR-3338", - "type": "stop" - } - }, - "zone": { - "data": null - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "420", + "id": "50618", "links": { - "self": "/stops/420" + "self": "/stops/50618" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=420" + "related": "/facilities/?filter[stop]=50618" } }, "parent_station": { @@ -219853,14 +222777,14 @@ }, { "attributes": {}, - "id": "8862", + "id": "4340", "links": { - "self": "/stops/8862" + "self": "/stops/4340" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8862" + "related": "/facilities/?filter[stop]=4340" } }, "parent_station": { @@ -219877,22 +222801,25 @@ }, { "attributes": {}, - "id": "3726", + "id": "70202", "links": { - "self": "/stops/3726" + "self": "/stops/70202" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3726" + "related": "/facilities/?filter[stop]=70202" } }, "parent_station": { - "data": null + "data": { + "id": "place-gover", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -219901,14 +222828,14 @@ }, { "attributes": {}, - "id": "7785", + "id": "76171", "links": { - "self": "/stops/7785" + "self": "/stops/76171" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7785" + "related": "/facilities/?filter[stop]=76171" } }, "parent_station": { @@ -219925,14 +222852,14 @@ }, { "attributes": {}, - "id": "234", + "id": "173", "links": { - "self": "/stops/234" + "self": "/stops/173" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=234" + "related": "/facilities/?filter[stop]=173" } }, "parent_station": { @@ -219940,7 +222867,7 @@ }, "zone": { "data": { - "id": "LocalBus", + "id": "ExpressBus-Downtown", "type": "zone" } } @@ -219949,14 +222876,14 @@ }, { "attributes": {}, - "id": "5509", + "id": "9116", "links": { - "self": "/stops/5509" + "self": "/stops/9116" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5509" + "related": "/facilities/?filter[stop]=9116" } }, "parent_station": { @@ -219972,71 +222899,283 @@ "type": "stop" }, { - "attributes": {}, - "id": "1232", + "attributes": { + "direction_id": 1, + "headsign": "Watertown Square via Needham St" + }, + "id": "66645855", "links": { - "self": "/stops/1232" + "self": "/trips/66645855" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=1232" + "route": { + "data": { + "id": "59", + "type": "route" } }, - "parent_station": { - "data": null - }, - "zone": { + "route_pattern": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "4102", - "links": { - "self": "/stops/4102" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=4102" + "id": "59-2-1", + "type": "route_pattern" } }, - "parent_station": { - "data": null + "service": { + "data": { + "id": "WinterWeekday", + "type": "service" + } }, - "zone": { + "shape": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "590093", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "91852", + "type": "stop" + }, + { + "id": "11853", + "type": "stop" + }, + { + "id": "81437", + "type": "stop" + }, + { + "id": "82437", + "type": "stop" + }, + { + "id": "81438", + "type": "stop" + }, + { + "id": "81439", + "type": "stop" + }, + { + "id": "81440", + "type": "stop" + }, + { + "id": "81441", + "type": "stop" + }, + { + "id": "81442", + "type": "stop" + }, + { + "id": "81443", + "type": "stop" + }, + { + "id": "81444", + "type": "stop" + }, + { + "id": "8144", + "type": "stop" + }, + { + "id": "81445", + "type": "stop" + }, + { + "id": "81446", + "type": "stop" + }, + { + "id": "81447", + "type": "stop" + }, + { + "id": "81448", + "type": "stop" + }, + { + "id": "81449", + "type": "stop" + }, + { + "id": "8145", + "type": "stop" + }, + { + "id": "81451", + "type": "stop" + }, + { + "id": "81463", + "type": "stop" + }, + { + "id": "81464", + "type": "stop" + }, + { + "id": "82047", + "type": "stop" + }, + { + "id": "82048", + "type": "stop" + }, + { + "id": "82049", + "type": "stop" + }, + { + "id": "82050", + "type": "stop" + }, + { + "id": "84885", + "type": "stop" + }, + { + "id": "8155", + "type": "stop" + }, + { + "id": "8156", + "type": "stop" + }, + { + "id": "81561", + "type": "stop" + }, + { + "id": "81562", + "type": "stop" + }, + { + "id": "8158", + "type": "stop" + }, + { + "id": "8159", + "type": "stop" + }, + { + "id": "8160", + "type": "stop" + }, + { + "id": "8161", + "type": "stop" + }, + { + "id": "8162", + "type": "stop" + }, + { + "id": "8163", + "type": "stop" + }, + { + "id": "8164", + "type": "stop" + }, + { + "id": "8165", + "type": "stop" + }, + { + "id": "81651", + "type": "stop" + }, + { + "id": "8166", + "type": "stop" + }, + { + "id": "8167", + "type": "stop" + }, + { + "id": "8168", + "type": "stop" + }, + { + "id": "81681", + "type": "stop" + }, + { + "id": "8169", + "type": "stop" + }, + { + "id": "9492", + "type": "stop" + }, + { + "id": "8170", + "type": "stop" + }, + { + "id": "8171", + "type": "stop" + }, + { + "id": "8172", + "type": "stop" + }, + { + "id": "8173", + "type": "stop" + }, + { + "id": "8174", + "type": "stop" + }, + { + "id": "8175", + "type": "stop" + }, + { + "id": "8176", + "type": "stop" + }, + { + "id": "8177", + "type": "stop" + }, + { + "id": "8178", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "5883", + "id": "FR-0301-01", "links": { - "self": "/stops/5883" + "self": "/stops/FR-0301-01" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5883" + "related": "/facilities/?filter[stop]=FR-0301-01" } }, "parent_station": { - "data": null + "data": { + "id": "place-FR-0301", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "CR-zone-7", "type": "zone" } } @@ -220045,14 +223184,14 @@ }, { "attributes": {}, - "id": "27092", + "id": "4181", "links": { - "self": "/stops/27092" + "self": "/stops/4181" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=27092" + "related": "/facilities/?filter[stop]=4181" } }, "parent_station": { @@ -220060,7 +223199,7 @@ }, "zone": { "data": { - "id": "SL1-Logan", + "id": "LocalBus", "type": "zone" } } @@ -220069,25 +223208,25 @@ }, { "attributes": {}, - "id": "70049", + "id": "WR-0264-02", "links": { - "self": "/stops/70049" + "self": "/stops/WR-0264-02" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70049" + "related": "/facilities/?filter[stop]=WR-0264-02" } }, "parent_station": { "data": { - "id": "place-wimnl", + "id": "place-WR-0264", "type": "stop" } }, "zone": { "data": { - "id": "RapidTransit", + "id": "CR-zone-6", "type": "zone" } } @@ -220096,14 +223235,14 @@ }, { "attributes": {}, - "id": "2161", + "id": "77053", "links": { - "self": "/stops/2161" + "self": "/stops/77053" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2161" + "related": "/facilities/?filter[stop]=77053" } }, "parent_station": { @@ -220120,14 +223259,14 @@ }, { "attributes": {}, - "id": "39693", + "id": "4301", "links": { - "self": "/stops/39693" + "self": "/stops/4301" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=39693" + "related": "/facilities/?filter[stop]=4301" } }, "parent_station": { @@ -220144,14 +223283,14 @@ }, { "attributes": {}, - "id": "38489", + "id": "2777", "links": { - "self": "/stops/38489" + "self": "/stops/2777" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=38489" + "related": "/facilities/?filter[stop]=2777" } }, "parent_station": { @@ -220168,14 +223307,14 @@ }, { "attributes": {}, - "id": "7540", + "id": "2689", "links": { - "self": "/stops/7540" + "self": "/stops/2689" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7540" + "related": "/facilities/?filter[stop]=2689" } }, "parent_station": { @@ -220192,14 +223331,14 @@ }, { "attributes": {}, - "id": "13959", + "id": "834", "links": { - "self": "/stops/13959" + "self": "/stops/834" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=13959" + "related": "/facilities/?filter[stop]=834" } }, "parent_station": { @@ -220216,22 +223355,25 @@ }, { "attributes": {}, - "id": "3589", + "id": "70268", "links": { - "self": "/stops/3589" + "self": "/stops/70268" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3589" + "related": "/facilities/?filter[stop]=70268" } }, "parent_station": { - "data": null + "data": { + "id": "place-miltt", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -220239,39 +223381,52 @@ "type": "stop" }, { - "attributes": {}, - "id": "2513", + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Ashmont/Braintree", + "Alewife" + ], + "direction_names": [ + "South", + "North" + ], + "long_name": "Alewife - Kendall/MIT via Porter (Express)", + "short_name": "Red Line Shuttle", + "sort_order": 60221, + "text_color": "000000", + "type": 3 + }, + "id": "Shuttle-AlewifeKendallExpress", "links": { - "self": "/stops/2513" + "self": "/routes/Shuttle-AlewifeKendallExpress" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=2513" + "agency": { + "data": { + "id": "1", + "type": "agency" } }, - "parent_station": { - "data": null - }, - "zone": { + "line": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "line-Red", + "type": "line" } } }, - "type": "stop" + "type": "route" }, { "attributes": {}, - "id": "331", + "id": "35202", "links": { - "self": "/stops/331" + "self": "/stops/35202" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=331" + "related": "/facilities/?filter[stop]=35202" } }, "parent_station": { @@ -220288,46 +223443,25 @@ }, { "attributes": {}, - "id": "WR-0099-B1", + "id": "70097", "links": { - "self": "/stops/WR-0099-B1" + "self": "/stops/70097" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=WR-0099-B1" + "related": "/facilities/?filter[stop]=70097" } }, "parent_station": { "data": { - "id": "place-WR-0099", + "id": "place-nqncy", "type": "stop" } }, - "zone": { - "data": null - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "1810", - "links": { - "self": "/stops/1810" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=1810" - } - }, - "parent_station": { - "data": null - }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -220336,14 +223470,14 @@ }, { "attributes": {}, - "id": "1728", + "id": "7852", "links": { - "self": "/stops/1728" + "self": "/stops/7852" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1728" + "related": "/facilities/?filter[stop]=7852" } }, "parent_station": { @@ -220360,167 +223494,90 @@ }, { "attributes": {}, - "id": "3482", + "id": "GRB-0276-B", "links": { - "self": "/stops/3482" + "self": "/stops/GRB-0276-B" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3482" + "related": "/facilities/?filter[stop]=GRB-0276-B" } }, "parent_station": { - "data": null - }, - "zone": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "9070057", - "links": { - "self": "/stops/9070057" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=9070057" + "id": "place-GRB-0276", + "type": "stop" } }, - "parent_station": { - "data": null - }, "zone": { "data": null } }, "type": "stop" }, - { - "attributes": {}, - "id": "9147", - "links": { - "self": "/stops/9147" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=9147" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, { "attributes": { - "direction_id": 1, - "headsign": "Malden" + "direction_id": 0, + "headsign": "Rockport (Local shuttle)" }, - "id": "63145874", + "id": "BeverlyRockport-0-sample", "links": { - "self": "/trips/63145874" + "self": "/trips/BeverlyRockport-0-sample" }, "relationships": { "route": { "data": { - "id": "106", + "id": "Shuttle-BeverlyRockportLocal", "type": "route" } }, "route_pattern": { "data": { - "id": "106-4-1", + "id": "Shuttle-BeverlyRockportLocal-0-0", "type": "route_pattern" } }, "service": { "data": { - "id": "BUS32024-hbg34j47-Sunday-02", + "id": "canonical", "type": "service" } }, "shape": { "data": { - "id": "1060250", + "id": "BeverlyToRockportLocal-S", "type": "shape" } }, "stops": { "data": [ { - "id": "5472", - "type": "stop" - }, - { - "id": "5432", - "type": "stop" - }, - { - "id": "5433", - "type": "stop" - }, - { - "id": "5434", - "type": "stop" - }, - { - "id": "5435", - "type": "stop" - }, - { - "id": "5436", - "type": "stop" - }, - { - "id": "9026", - "type": "stop" - }, - { - "id": "5440", - "type": "stop" - }, - { - "id": "5441", + "id": "ER-0183-B", "type": "stop" }, { - "id": "5442", + "id": "GB-0198-B2", "type": "stop" }, { - "id": "5443", + "id": "GB-0229-B0", "type": "stop" }, { - "id": "5444", + "id": "GB-0254-B2", "type": "stop" }, { - "id": "5445", + "id": "GB-0296-B0", "type": "stop" }, { - "id": "15431", + "id": "GB-0316-B1", "type": "stop" }, { - "id": "53270", + "id": "GB-0353-B", "type": "stop" } ] @@ -220528,181 +223585,16 @@ }, "type": "trip" }, - { - "attributes": { - "color": "FFC72C", - "long_name": "Jersey Street & Queensberry Street - Copley", - "short_name": "55", - "sort_order": 50550, - "text_color": "000000" - }, - "id": "line-55", - "links": { - "self": "/lines/line-55" - }, - "type": "line" - }, - { - "attributes": {}, - "id": "8495", - "links": { - "self": "/stops/8495" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=8495" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Liberty Tree Mall", - "Central Square, Lynn" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Liberty Tree Mall - Central Square, Lynn via Peabody Square", - "short_name": "435", - "sort_order": 54350, - "text_color": "000000", - "type": 3 - }, - "id": "435", - "links": { - "self": "/routes/435" - }, - "relationships": { - "line": { - "data": { - "id": "line-434435436", - "type": "line" - } - } - }, - "type": "route" - }, - { - "attributes": {}, - "id": "4209", - "links": { - "self": "/stops/4209" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=4209" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "23537", - "links": { - "self": "/stops/23537" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=23537" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "9106", - "links": { - "self": "/stops/9106" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=9106" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "8503", - "links": { - "self": "/stops/8503" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=8503" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, { "attributes": {}, - "id": "9151", + "id": "7520", "links": { - "self": "/stops/9151" + "self": "/stops/7520" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9151" + "related": "/facilities/?filter[stop]=7520" } }, "parent_station": { @@ -220720,41 +223612,41 @@ { "attributes": { "direction_id": 0, - "headsign": "Weymouth Landing" + "headsign": "Crawford Square" }, - "id": "61929091", + "id": "67290864", "links": { - "self": "/trips/61929091" + "self": "/trips/67290864" }, "relationships": { "route": { "data": { - "id": "225", + "id": "238", "type": "route" } }, "route_pattern": { "data": { - "id": "225-1-0", + "id": "238-7-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "2250173", + "id": "2380241", "type": "shape" } }, "stops": { "data": [ { - "id": "32001", + "id": "32003", "type": "stop" }, { @@ -220762,147 +223654,239 @@ "type": "stop" }, { - "id": "3784", + "id": "3327", "type": "stop" }, { - "id": "3785", + "id": "3328", "type": "stop" }, { - "id": "3786", + "id": "3330", "type": "stop" }, { - "id": "3825", + "id": "3846", "type": "stop" }, { - "id": "3826", + "id": "3848", "type": "stop" }, { - "id": "3827", + "id": "3849", "type": "stop" }, { - "id": "3828", + "id": "3850", "type": "stop" }, { - "id": "3829", + "id": "3851", "type": "stop" }, { - "id": "3830", + "id": "3852", "type": "stop" }, { - "id": "3831", + "id": "3853", "type": "stop" }, { - "id": "39321", + "id": "3854", "type": "stop" }, { - "id": "38331", + "id": "3855", "type": "stop" }, { - "id": "3792", + "id": "41031", "type": "stop" }, { - "id": "3793", + "id": "41035", "type": "stop" }, { - "id": "3796", + "id": "1633", "type": "stop" }, { - "id": "3798", + "id": "1634", "type": "stop" }, { - "id": "3799", + "id": "1635", "type": "stop" }, { - "id": "3800", + "id": "1636", "type": "stop" }, { - "id": "3801", + "id": "1637", "type": "stop" }, { - "id": "3802", + "id": "1638", "type": "stop" }, { - "id": "3803", + "id": "1639", "type": "stop" }, { - "id": "3804", + "id": "1640", "type": "stop" }, { - "id": "3806", + "id": "1641", "type": "stop" }, { - "id": "3808", + "id": "1642", "type": "stop" }, { - "id": "3809", + "id": "1643", "type": "stop" }, { - "id": "3811", + "id": "1644", "type": "stop" }, { - "id": "3812", + "id": "1647", "type": "stop" }, { - "id": "3813", + "id": "1648", "type": "stop" }, { - "id": "3816", + "id": "1649", "type": "stop" }, { - "id": "3817", + "id": "1650", "type": "stop" }, { - "id": "3819", + "id": "4023", "type": "stop" }, { - "id": "3820", + "id": "4020", "type": "stop" }, { - "id": "3821", + "id": "4019", "type": "stop" }, { - "id": "3822", + "id": "4023", "type": "stop" }, { - "id": "3823", + "id": "4024", "type": "stop" }, { - "id": "3824", + "id": "4032", + "type": "stop" + }, + { + "id": "4034", + "type": "stop" + }, + { + "id": "4035", + "type": "stop" + }, + { + "id": "4036", + "type": "stop" + }, + { + "id": "4037", + "type": "stop" + }, + { + "id": "4038", + "type": "stop" + }, + { + "id": "4039", + "type": "stop" + }, + { + "id": "4040", + "type": "stop" + }, + { + "id": "4042", + "type": "stop" + }, + { + "id": "4043", + "type": "stop" + }, + { + "id": "4044", + "type": "stop" + }, + { + "id": "4046", + "type": "stop" + }, + { + "id": "4047", + "type": "stop" + }, + { + "id": "4049", + "type": "stop" + }, + { + "id": "4050", + "type": "stop" + }, + { + "id": "4051", + "type": "stop" + }, + { + "id": "4053", + "type": "stop" + }, + { + "id": "4054", + "type": "stop" + }, + { + "id": "4055", + "type": "stop" + }, + { + "id": "4056", + "type": "stop" + }, + { + "id": "14056", + "type": "stop" + }, + { + "id": "4057", + "type": "stop" + }, + { + "id": "4058", + "type": "stop" + }, + { + "id": "4277", "type": "stop" } ] @@ -220912,14 +223896,41 @@ }, { "attributes": {}, - "id": "9124", + "id": "FR-0361-02", "links": { - "self": "/stops/9124" + "self": "/stops/FR-0361-02" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9124" + "related": "/facilities/?filter[stop]=FR-0361-02" + } + }, + "parent_station": { + "data": { + "id": "place-FR-0361", + "type": "stop" + } + }, + "zone": { + "data": { + "id": "CR-zone-8", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "7211", + "links": { + "self": "/stops/7211" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=7211" } }, "parent_station": { @@ -220936,14 +223947,38 @@ }, { "attributes": {}, - "id": "920", + "id": "PB-0281-B0", "links": { - "self": "/stops/920" + "self": "/stops/PB-0281-B0" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=920" + "related": "/facilities/?filter[stop]=PB-0281-B0" + } + }, + "parent_station": { + "data": { + "id": "place-PB-0281", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "109877", + "links": { + "self": "/stops/109877" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=109877" } }, "parent_station": { @@ -220960,14 +223995,14 @@ }, { "attributes": {}, - "id": "985", + "id": "1810", "links": { - "self": "/stops/985" + "self": "/stops/1810" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=985" + "related": "/facilities/?filter[stop]=1810" } }, "parent_station": { @@ -220983,46 +224018,63 @@ "type": "stop" }, { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Haverhill", - "North Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Ballardvale - North Station", - "short_name": "Haverhill Line Shuttle", - "sort_order": 60660, - "text_color": "000000", - "type": 3 + "attributes": {}, + "id": "48541", + "links": { + "self": "/stops/48541" }, - "id": "Shuttle-BallardvaleNorthStation", + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=48541" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "109892", "links": { - "self": "/routes/Shuttle-BallardvaleNorthStation" + "self": "/stops/109892" }, "relationships": { - "line": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=109892" + } + }, + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "line-Haverhill", - "type": "line" + "id": "LocalBus", + "type": "zone" } } }, - "type": "route" + "type": "stop" }, { "attributes": {}, - "id": "24610", + "id": "5555", "links": { - "self": "/stops/24610" + "self": "/stops/5555" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=24610" + "related": "/facilities/?filter[stop]=5555" } }, "parent_station": { @@ -221039,25 +224091,25 @@ }, { "attributes": {}, - "id": "70177", + "id": "4255", "links": { - "self": "/stops/70177" + "self": "/stops/4255" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70177" + "related": "/facilities/?filter[stop]=4255" } }, "parent_station": { "data": { - "id": "place-bcnfd", + "id": "place-MM-0150", "type": "stop" } }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } @@ -221066,14 +224118,14 @@ }, { "attributes": {}, - "id": "3067", + "id": "2357", "links": { - "self": "/stops/3067" + "self": "/stops/2357" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3067" + "related": "/facilities/?filter[stop]=2357" } }, "parent_station": { @@ -221090,14 +224142,14 @@ }, { "attributes": {}, - "id": "1104", + "id": "5563", "links": { - "self": "/stops/1104" + "self": "/stops/5563" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1104" + "related": "/facilities/?filter[stop]=5563" } }, "parent_station": { @@ -221114,14 +224166,14 @@ }, { "attributes": {}, - "id": "156", + "id": "34509", "links": { - "self": "/stops/156" + "self": "/stops/34509" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=156" + "related": "/facilities/?filter[stop]=34509" } }, "parent_station": { @@ -221137,53 +224189,256 @@ "type": "stop" }, { - "attributes": { - "color": "FFC72C", - "long_name": "Linden Square or Malden Center - Sullivan", - "short_name": "104/109", - "sort_order": 51040, - "text_color": "000000" - }, - "id": "line-104109", + "attributes": {}, + "id": "76125", "links": { - "self": "/lines/line-104109" + "self": "/stops/76125" }, - "type": "line" + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=76125" + } + }, + "parent_station": { + "data": { + "id": "place-harsq", + "type": "stop" + } + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" }, { "attributes": {}, - "id": "7642", + "id": "9170168", "links": { - "self": "/stops/7642" + "self": "/stops/9170168" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7642" + "related": "/facilities/?filter[stop]=9170168" } }, "parent_station": { "data": null }, "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "direction_id": 0, + "headsign": "City Point via South Bay Center" + }, + "id": "66645758", + "links": { + "self": "/trips/66645758" + }, + "relationships": { + "route": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "10", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "10-9-0", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "WinterWeekday", + "type": "service" + } + }, + "shape": { + "data": { + "id": "100254", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "178", + "type": "stop" + }, + { + "id": "176", + "type": "stop" + }, + { + "id": "1395", + "type": "stop" + }, + { + "id": "1396", + "type": "stop" + }, + { + "id": "1397", + "type": "stop" + }, + { + "id": "1398", + "type": "stop" + }, + { + "id": "21158", + "type": "stop" + }, + { + "id": "11158", + "type": "stop" + }, + { + "id": "10015", + "type": "stop" + }, + { + "id": "5089", + "type": "stop" + }, + { + "id": "855", + "type": "stop" + }, + { + "id": "8", + "type": "stop" + }, + { + "id": "30009", + "type": "stop" + }, + { + "id": "131", + "type": "stop" + }, + { + "id": "29049", + "type": "stop" + }, + { + "id": "29051", + "type": "stop" + }, + { + "id": "29052", + "type": "stop" + }, + { + "id": "13", + "type": "stop" + }, + { + "id": "14", + "type": "stop" + }, + { + "id": "15", + "type": "stop" + }, + { + "id": "16", + "type": "stop" + }, + { + "id": "17", + "type": "stop" + }, + { + "id": "18", + "type": "stop" + }, + { + "id": "19", + "type": "stop" + }, + { + "id": "20", + "type": "stop" + }, + { + "id": "21", + "type": "stop" + }, + { + "id": "22", + "type": "stop" + }, + { + "id": "23", + "type": "stop" + }, + { + "id": "24", + "type": "stop" + }, + { + "id": "25", + "type": "stop" + }, + { + "id": "27", + "type": "stop" + }, + { + "id": "28", + "type": "stop" + }, + { + "id": "29", + "type": "stop" + }, + { + "id": "30", + "type": "stop" + }, + { + "id": "32", + "type": "stop" + }, + { + "id": "10031", + "type": "stop" + }, + { + "id": "10032", + "type": "stop" + }, + { + "id": "33", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "2108", + "id": "4333", "links": { - "self": "/stops/2108" + "self": "/stops/4333" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2108" + "related": "/facilities/?filter[stop]=4333" } }, "parent_station": { @@ -221200,22 +224455,25 @@ }, { "attributes": {}, - "id": "4229", + "id": "70228", "links": { - "self": "/stops/4229" + "self": "/stops/70228" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4229" + "related": "/facilities/?filter[stop]=70228" } }, "parent_station": { - "data": null + "data": { + "id": "place-fbkst", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -221224,14 +224482,14 @@ }, { "attributes": {}, - "id": "9086", + "id": "179", "links": { - "self": "/stops/9086" + "self": "/stops/179" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9086" + "related": "/facilities/?filter[stop]=179" } }, "parent_station": { @@ -221248,14 +224506,14 @@ }, { "attributes": {}, - "id": "8309", + "id": "7540", "links": { - "self": "/stops/8309" + "self": "/stops/7540" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8309" + "related": "/facilities/?filter[stop]=7540" } }, "parent_station": { @@ -221272,25 +224530,22 @@ }, { "attributes": {}, - "id": "NEC-1768-03", + "id": "3222", "links": { - "self": "/stops/NEC-1768-03" + "self": "/stops/3222" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=NEC-1768-03" + "related": "/facilities/?filter[stop]=3222" } }, "parent_station": { - "data": { - "id": "place-NEC-1768", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "CR-zone-9", + "id": "LocalBus", "type": "zone" } } @@ -221300,22 +224555,22 @@ { "attributes": { "direction_id": 1, - "headsign": "Jackson Square (Shuttle)" + "headsign": "Back Bay (Shuttle)" }, - "id": "ForestHillsJacksonSquare-1-sample", + "id": "BackBayJacksonSquare-1-sample", "links": { - "self": "/trips/ForestHillsJacksonSquare-1-sample" + "self": "/trips/BackBayJacksonSquare-1-sample" }, "relationships": { "route": { "data": { - "id": "Shuttle-ForestHillsJackson", + "id": "Shuttle-BackBayJackson", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-ForestHillsJackson-0-1", + "id": "Shuttle-BackBayJackson-0-1", "type": "route_pattern" } }, @@ -221327,26 +224582,30 @@ }, "shape": { "data": { - "id": "ForestHillsToJacksonSquare-S", + "id": "JacksonSquareToBackBay-S", "type": "shape" } }, "stops": { "data": [ { - "id": "875", + "id": "11531", "type": "stop" }, { - "id": "9070003", + "id": "1222", "type": "stop" }, { - "id": "9070005", + "id": "17861", "type": "stop" }, { - "id": "9070007", + "id": "9070013", + "type": "stop" + }, + { + "id": "11384", "type": "stop" } ] @@ -221356,14 +224615,14 @@ }, { "attributes": {}, - "id": "2677", + "id": "6954", "links": { - "self": "/stops/2677" + "self": "/stops/6954" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2677" + "related": "/facilities/?filter[stop]=6954" } }, "parent_station": { @@ -221380,14 +224639,14 @@ }, { "attributes": {}, - "id": "7308", + "id": "6504", "links": { - "self": "/stops/7308" + "self": "/stops/6504" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7308" + "related": "/facilities/?filter[stop]=6504" } }, "parent_station": { @@ -221404,14 +224663,14 @@ }, { "attributes": {}, - "id": "4764", + "id": "8853", "links": { - "self": "/stops/4764" + "self": "/stops/8853" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4764" + "related": "/facilities/?filter[stop]=8853" } }, "parent_station": { @@ -221428,14 +224687,14 @@ }, { "attributes": {}, - "id": "3323", + "id": "5632", "links": { - "self": "/stops/3323" + "self": "/stops/5632" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3323" + "related": "/facilities/?filter[stop]=5632" } }, "parent_station": { @@ -221452,14 +224711,14 @@ }, { "attributes": {}, - "id": "24716", + "id": "5509", "links": { - "self": "/stops/24716" + "self": "/stops/5509" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=24716" + "related": "/facilities/?filter[stop]=5509" } }, "parent_station": { @@ -221474,16 +224733,53 @@ }, "type": "stop" }, + { + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Maverick", + "Wonderland" + ], + "direction_names": [ + "West", + "East" + ], + "long_name": "Maverick - Wonderland", + "short_name": "Blue Line Shuttle", + "sort_order": 62062, + "text_color": "000000", + "type": 3 + }, + "id": "Shuttle-MaverickWonderland", + "links": { + "self": "/routes/Shuttle-MaverickWonderland" + }, + "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, + "line": { + "data": { + "id": "line-Blue", + "type": "line" + } + } + }, + "type": "route" + }, { "attributes": {}, - "id": "2910", + "id": "5427", "links": { - "self": "/stops/2910" + "self": "/stops/5427" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2910" + "related": "/facilities/?filter[stop]=5427" } }, "parent_station": { @@ -221500,14 +224796,38 @@ }, { "attributes": {}, - "id": "7372", + "id": "7194", "links": { - "self": "/stops/7372" + "self": "/stops/7194" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7372" + "related": "/facilities/?filter[stop]=7194" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "102", + "links": { + "self": "/stops/102" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=102" } }, "parent_station": { @@ -221525,173 +224845,85 @@ { "attributes": { "direction_id": 0, - "headsign": "City Point" + "headsign": "Nubian" }, - "id": "61391173", + "id": "66859164", "links": { - "self": "/trips/61391173" + "self": "/trips/66859164" }, "relationships": { "route": { "data": { - "id": "11", + "id": "751", "type": "route" } }, "route_pattern": { "data": { - "id": "11-3-0", + "id": "751-_-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "110133", + "id": "7510043", "type": "shape" } }, "stops": { "data": [ { - "id": "16538", - "type": "stop" - }, - { - "id": "6564", - "type": "stop" - }, - { - "id": "11219", - "type": "stop" - }, - { - "id": "11419", - "type": "stop" - }, - { - "id": "11319", - "type": "stop" - }, - { - "id": "151", - "type": "stop" - }, - { - "id": "249", - "type": "stop" - }, - { - "id": "250", - "type": "stop" - }, - { - "id": "251", - "type": "stop" - }, - { - "id": "269", - "type": "stop" - }, - { - "id": "252", - "type": "stop" - }, - { - "id": "253", - "type": "stop" - }, - { - "id": "254", - "type": "stop" - }, - { - "id": "255", - "type": "stop" - }, - { - "id": "256", - "type": "stop" - }, - { - "id": "258", - "type": "stop" - }, - { - "id": "25800", - "type": "stop" - }, - { - "id": "259", - "type": "stop" - }, - { - "id": "260", - "type": "stop" - }, - { - "id": "261", - "type": "stop" - }, - { - "id": "262", - "type": "stop" - }, - { - "id": "263", - "type": "stop" - }, - { - "id": "264", + "id": "6538", "type": "stop" }, { - "id": "265", + "id": "6555", "type": "stop" }, { - "id": "266", + "id": "49002", "type": "stop" }, { - "id": "267", + "id": "49003", "type": "stop" }, { - "id": "268", + "id": "5098", "type": "stop" }, { - "id": "270", + "id": "5100", "type": "stop" }, { - "id": "30270", + "id": "19402", "type": "stop" }, { - "id": "30272", + "id": "15176", "type": "stop" }, { - "id": "32", + "id": "55", "type": "stop" }, { - "id": "10031", + "id": "60", "type": "stop" }, { - "id": "10032", + "id": "61", "type": "stop" }, { - "id": "33", + "id": "64", "type": "stop" } ] @@ -221701,22 +224933,25 @@ }, { "attributes": {}, - "id": "4483", + "id": "70046", "links": { - "self": "/stops/4483" + "self": "/stops/70046" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4483" + "related": "/facilities/?filter[stop]=70046" } }, "parent_station": { - "data": null + "data": { + "id": "place-mvbcl", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -221725,14 +224960,14 @@ }, { "attributes": {}, - "id": "3661", + "id": "4762", "links": { - "self": "/stops/3661" + "self": "/stops/4762" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3661" + "related": "/facilities/?filter[stop]=4762" } }, "parent_station": { @@ -221749,14 +224984,14 @@ }, { "attributes": {}, - "id": "4256", + "id": "4300", "links": { - "self": "/stops/4256" + "self": "/stops/4300" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4256" + "related": "/facilities/?filter[stop]=4300" } }, "parent_station": { @@ -221773,14 +225008,14 @@ }, { "attributes": {}, - "id": "5986", + "id": "1088", "links": { - "self": "/stops/5986" + "self": "/stops/1088" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5986" + "related": "/facilities/?filter[stop]=1088" } }, "parent_station": { @@ -221797,14 +225032,14 @@ }, { "attributes": {}, - "id": "973", + "id": "3157", "links": { - "self": "/stops/973" + "self": "/stops/3157" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=973" + "related": "/facilities/?filter[stop]=3157" } }, "parent_station": { @@ -221821,14 +225056,14 @@ }, { "attributes": {}, - "id": "3048", + "id": "35711", "links": { - "self": "/stops/3048" + "self": "/stops/35711" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3048" + "related": "/facilities/?filter[stop]=35711" } }, "parent_station": { @@ -221845,14 +225080,14 @@ }, { "attributes": {}, - "id": "49739", + "id": "5410", "links": { - "self": "/stops/49739" + "self": "/stops/5410" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=49739" + "related": "/facilities/?filter[stop]=5410" } }, "parent_station": { @@ -221869,25 +225104,22 @@ }, { "attributes": {}, - "id": "NEC-2040-02", + "id": "333", "links": { - "self": "/stops/NEC-2040-02" + "self": "/stops/333" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=NEC-2040-02" + "related": "/facilities/?filter[stop]=333" } }, "parent_station": { - "data": { - "id": "place-NEC-2040", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "CR-zone-6", + "id": "LocalBus", "type": "zone" } } @@ -221896,14 +225128,14 @@ }, { "attributes": {}, - "id": "16364", + "id": "7620", "links": { - "self": "/stops/16364" + "self": "/stops/7620" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=16364" + "related": "/facilities/?filter[stop]=7620" } }, "parent_station": { @@ -221920,38 +225152,41 @@ }, { "attributes": {}, - "id": "FR-0074-B", + "id": "MM-0277-S", "links": { - "self": "/stops/FR-0074-B" + "self": "/stops/MM-0277-S" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=FR-0074-B" + "related": "/facilities/?filter[stop]=MM-0277-S" } }, "parent_station": { "data": { - "id": "place-FR-0074", + "id": "place-MM-0277", "type": "stop" } }, "zone": { - "data": null + "data": { + "id": "CR-zone-6", + "type": "zone" + } } }, "type": "stop" }, { "attributes": {}, - "id": "45326", + "id": "10835", "links": { - "self": "/stops/45326" + "self": "/stops/10835" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=45326" + "related": "/facilities/?filter[stop]=10835" } }, "parent_station": { @@ -221967,194 +225202,46 @@ "type": "stop" }, { - "attributes": { - "direction_id": 0, - "headsign": "Forest Hills via South Bay Center" - }, - "id": "61392815", + "attributes": {}, + "id": "4278", "links": { - "self": "/trips/61392815" + "self": "/stops/4278" }, "relationships": { - "route": { - "data": { - "id": "16", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "16-8-0", - "type": "route_pattern" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=4278" } }, - "service": { - "data": { - "id": "SpringWeekday", - "type": "service" - } + "parent_station": { + "data": null }, - "shape": { + "zone": { "data": { - "id": "160332", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "111", - "type": "stop" - }, - { - "id": "31111", - "type": "stop" - }, - { - "id": "41111", - "type": "stop" - }, - { - "id": "51111", - "type": "stop" - }, - { - "id": "121", - "type": "stop" - }, - { - "id": "25203", - "type": "stop" - }, - { - "id": "25202", - "type": "stop" - }, - { - "id": "35202", - "type": "stop" - }, - { - "id": "13", - "type": "stop" - }, - { - "id": "11241", - "type": "stop" - }, - { - "id": "11242", - "type": "stop" - }, - { - "id": "11244", - "type": "stop" - }, - { - "id": "133", - "type": "stop" - }, - { - "id": "134", - "type": "stop" - }, - { - "id": "362", - "type": "stop" - }, - { - "id": "2910", - "type": "stop" - }, - { - "id": "2911", - "type": "stop" - }, - { - "id": "2912", - "type": "stop" - }, - { - "id": "2913", - "type": "stop" - }, - { - "id": "2914", - "type": "stop" - }, - { - "id": "2915", - "type": "stop" - }, - { - "id": "2916", - "type": "stop" - }, - { - "id": "2918", - "type": "stop" - }, - { - "id": "2919", - "type": "stop" - }, - { - "id": "2920", - "type": "stop" - }, - { - "id": "1587", - "type": "stop" - }, - { - "id": "11587", - "type": "stop" - }, - { - "id": "21587", - "type": "stop" - }, - { - "id": "547", - "type": "stop" - }, - { - "id": "875", - "type": "stop" - } - ] } }, - "type": "trip" - }, - { - "attributes": { - "color": "FFC72C", - "long_name": "Germantown or Houghs Neck - Quincy Center", - "short_name": "214/216", - "sort_order": 52140, - "text_color": "000000" - }, - "id": "line-214216", - "links": { - "self": "/lines/line-214216" - }, - "type": "line" + "type": "stop" }, { "attributes": {}, - "id": "16126", + "id": "3125", "links": { - "self": "/stops/16126" + "self": "/stops/3125" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=16126" + "related": "/facilities/?filter[stop]=3125" } }, "parent_station": { - "data": null + "data": { + "id": "place-nqncy", + "type": "stop" + } }, "zone": { "data": { @@ -222167,14 +225254,14 @@ }, { "attributes": {}, - "id": "111196", + "id": "931", "links": { - "self": "/stops/111196" + "self": "/stops/931" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=111196" + "related": "/facilities/?filter[stop]=931" } }, "parent_station": { @@ -222191,22 +225278,25 @@ }, { "attributes": {}, - "id": "5857", + "id": "70033", "links": { - "self": "/stops/5857" + "self": "/stops/70033" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5857" + "related": "/facilities/?filter[stop]=70033" } }, "parent_station": { - "data": null + "data": { + "id": "place-welln", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -222215,14 +225305,14 @@ }, { "attributes": {}, - "id": "1075", + "id": "4011", "links": { - "self": "/stops/1075" + "self": "/stops/4011" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1075" + "related": "/facilities/?filter[stop]=4011" } }, "parent_station": { @@ -222239,14 +225329,14 @@ }, { "attributes": {}, - "id": "64001", + "id": "7651", "links": { - "self": "/stops/64001" + "self": "/stops/7651" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=64001" + "related": "/facilities/?filter[stop]=7651" } }, "parent_station": { @@ -222263,14 +225353,14 @@ }, { "attributes": {}, - "id": "4915", + "id": "27618", "links": { - "self": "/stops/4915" + "self": "/stops/27618" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4915" + "related": "/facilities/?filter[stop]=27618" } }, "parent_station": { @@ -222287,14 +225377,14 @@ }, { "attributes": {}, - "id": "2493", + "id": "5756", "links": { - "self": "/stops/2493" + "self": "/stops/5756" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2493" + "related": "/facilities/?filter[stop]=5756" } }, "parent_station": { @@ -222309,30 +225399,16 @@ }, "type": "stop" }, - { - "attributes": { - "color": "FFC72C", - "long_name": "Danvers Square - Salem Depot", - "short_name": "451/465", - "sort_order": 54510, - "text_color": "000000" - }, - "id": "line-451465", - "links": { - "self": "/lines/line-451465" - }, - "type": "line" - }, { "attributes": {}, - "id": "5924", + "id": "6702", "links": { - "self": "/stops/5924" + "self": "/stops/6702" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5924" + "related": "/facilities/?filter[stop]=6702" } }, "parent_station": { @@ -222349,14 +225425,14 @@ }, { "attributes": {}, - "id": "5498", + "id": "9020", "links": { - "self": "/stops/5498" + "self": "/stops/9020" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5498" + "related": "/facilities/?filter[stop]=9020" } }, "parent_station": { @@ -222373,22 +225449,25 @@ }, { "attributes": {}, - "id": "3398", + "id": "FR-0064-02", "links": { - "self": "/stops/3398" + "self": "/stops/FR-0064-02" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3398" + "related": "/facilities/?filter[stop]=FR-0064-02" } }, "parent_station": { - "data": null + "data": { + "id": "place-FR-0064", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "CR-zone-1", "type": "zone" } } @@ -222397,14 +225476,14 @@ }, { "attributes": {}, - "id": "2060", + "id": "6612", "links": { - "self": "/stops/2060" + "self": "/stops/6612" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2060" + "related": "/facilities/?filter[stop]=6612" } }, "parent_station": { @@ -222422,57 +225501,57 @@ { "attributes": { "direction_id": 1, - "headsign": "Brookline Hills (Shuttle)" + "headsign": "Medford/Tufts" }, - "id": "BrooklineHillsNewtonHighlands-1-sample", + "id": "66818063", "links": { - "self": "/trips/BrooklineHillsNewtonHighlands-1-sample" + "self": "/trips/66818063" }, "relationships": { "route": { "data": { - "id": "Shuttle-BrooklineHillsNewtonHighlands", + "id": "Green-E", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-BrooklineHillsNewtonHighlands-0-1", + "id": "Green-E-86-1", "type": "route_pattern" } }, "service": { "data": { - "id": "canonical", + "id": "LRV12025-hlb15011-Weekday-01", "type": "service" } }, "shape": { "data": { - "id": "NewtonHighlandsToBrooklineHills-S", + "id": "8000022", "type": "shape" } }, "stops": { "data": [ { - "id": "9070168", + "id": "70513", "type": "stop" }, { - "id": "9070170", + "id": "70505", "type": "stop" }, { - "id": "1984", + "id": "70507", "type": "stop" }, { - "id": "21917", + "id": "70509", "type": "stop" }, { - "id": "9170178", + "id": "70511", "type": "stop" } ] @@ -222482,14 +225561,35 @@ }, { "attributes": {}, - "id": "6764", + "id": "9070065", "links": { - "self": "/stops/6764" + "self": "/stops/9070065" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6764" + "related": "/facilities/?filter[stop]=9070065" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "6626", + "links": { + "self": "/stops/6626" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=6626" } }, "parent_station": { @@ -222506,146 +225606,70 @@ }, { "attributes": { - "direction_id": 1, - "headsign": "Forest Hills" + "direction_id": 0, + "headsign": "North Station (Shuttle)" }, - "id": "62145254", + "id": "MedfordNorthStation-Weekday-9e586-0-00:00:00", "links": { - "self": "/trips/62145254" + "self": "/trips/MedfordNorthStation-Weekday-9e586-0-00%3A00%3A00" }, "relationships": { "route": { "data": { - "id": "30", + "id": "Shuttle-MedfordNorthStation", "type": "route" } }, "route_pattern": { "data": { - "id": "30-2-1", + "id": "Shuttle-MedfordNorthStation-0-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "canonical", "type": "service" } }, "shape": { "data": { - "id": "300080", + "id": "MedfordtoNorthStation-S", "type": "shape" } }, "stops": { "data": [ { - "id": "185", - "type": "stop" - }, - { - "id": "16458", - "type": "stop" - }, - { - "id": "16459", - "type": "stop" - }, - { - "id": "26459", - "type": "stop" - }, - { - "id": "36459", - "type": "stop" - }, - { - "id": "46459", - "type": "stop" - }, - { - "id": "56459", - "type": "stop" - }, - { - "id": "66459", - "type": "stop" - }, - { - "id": "66460", - "type": "stop" - }, - { - "id": "76459", - "type": "stop" - }, - { - "id": "86459", - "type": "stop" - }, - { - "id": "86458", - "type": "stop" - }, - { - "id": "96459", - "type": "stop" - }, - { - "id": "6459", - "type": "stop" - }, - { - "id": "6460", - "type": "stop" - }, - { - "id": "6461", - "type": "stop" - }, - { - "id": "6462", - "type": "stop" - }, - { - "id": "6463", - "type": "stop" - }, - { - "id": "6464", - "type": "stop" - }, - { - "id": "636", + "id": "2379", "type": "stop" }, { - "id": "637", + "id": "2736", "type": "stop" }, { - "id": "638", + "id": "12699", "type": "stop" }, { - "id": "639", + "id": "2388", "type": "stop" }, { - "id": "640", + "id": "2690", "type": "stop" }, { - "id": "641", + "id": "70500", "type": "stop" }, { - "id": "642", + "id": "9070093", "type": "stop" }, { - "id": "10642", + "id": "9070090", "type": "stop" } ] @@ -222655,14 +225679,14 @@ }, { "attributes": {}, - "id": "6954", + "id": "2439", "links": { - "self": "/stops/6954" + "self": "/stops/2439" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6954" + "related": "/facilities/?filter[stop]=2439" } }, "parent_station": { @@ -222679,14 +225703,14 @@ }, { "attributes": {}, - "id": "17562", + "id": "261", "links": { - "self": "/stops/17562" + "self": "/stops/261" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=17562" + "related": "/facilities/?filter[stop]=261" } }, "parent_station": { @@ -222703,14 +225727,14 @@ }, { "attributes": {}, - "id": "4528", + "id": "5813", "links": { - "self": "/stops/4528" + "self": "/stops/5813" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4528" + "related": "/facilities/?filter[stop]=5813" } }, "parent_station": { @@ -222727,14 +225751,14 @@ }, { "attributes": {}, - "id": "8260", + "id": "8274", "links": { - "self": "/stops/8260" + "self": "/stops/8274" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8260" + "related": "/facilities/?filter[stop]=8274" } }, "parent_station": { @@ -222751,14 +225775,14 @@ }, { "attributes": {}, - "id": "17231", + "id": "1647", "links": { - "self": "/stops/17231" + "self": "/stops/1647" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=17231" + "related": "/facilities/?filter[stop]=1647" } }, "parent_station": { @@ -222773,40 +225797,77 @@ }, "type": "stop" }, + { + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Wonderland Station", + "Wellington Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Wonderland Station - Wellington Station", + "short_name": "110", + "sort_order": 51100, + "text_color": "000000", + "type": 3 + }, + "id": "110", + "links": { + "self": "/routes/110" + }, + "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, + "line": { + "data": { + "id": "line-110", + "type": "line" + } + } + }, + "type": "route" + }, { "attributes": {}, - "id": "ER-0183-B", + "id": "8634", "links": { - "self": "/stops/ER-0183-B" + "self": "/stops/8634" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=ER-0183-B" + "related": "/facilities/?filter[stop]=8634" } }, "parent_station": { - "data": { - "id": "place-ER-0183", - "type": "stop" - } + "data": null }, "zone": { - "data": null + "data": { + "id": "LocalBus", + "type": "zone" + } } }, "type": "stop" }, { "attributes": {}, - "id": "61872", + "id": "5302", "links": { - "self": "/stops/61872" + "self": "/stops/5302" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=61872" + "related": "/facilities/?filter[stop]=5302" } }, "parent_station": { @@ -222823,21 +225884,18 @@ }, { "attributes": {}, - "id": "29007", + "id": "7829", "links": { - "self": "/stops/29007" + "self": "/stops/7829" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=29007" + "related": "/facilities/?filter[stop]=7829" } }, "parent_station": { - "data": { - "id": "place-sull", - "type": "stop" - } + "data": null }, "zone": { "data": { @@ -222850,14 +225908,14 @@ }, { "attributes": {}, - "id": "5555", + "id": "5544", "links": { - "self": "/stops/5555" + "self": "/stops/5544" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5555" + "related": "/facilities/?filter[stop]=5544" } }, "parent_station": { @@ -222874,14 +225932,14 @@ }, { "attributes": {}, - "id": "2822", + "id": "2804", "links": { - "self": "/stops/2822" + "self": "/stops/2804" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2822" + "related": "/facilities/?filter[stop]=2804" } }, "parent_station": { @@ -222899,171 +225957,146 @@ { "attributes": { "direction_id": 1, - "headsign": "Kenmore (Shuttle)" + "headsign": "Reservoir" }, - "id": "ClevelandCircleKenmore-1-sample", + "id": "67015229", "links": { - "self": "/trips/ClevelandCircleKenmore-1-sample" + "self": "/trips/67015229" }, "relationships": { "route": { "data": { - "id": "Shuttle-ClevelandCircleKenmore", + "id": "86", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-ClevelandCircleKenmore-0-1", + "id": "86-_-1", "type": "route_pattern" } }, "service": { "data": { - "id": "canonical", + "id": "WinterSaturday", "type": "service" } }, "shape": { "data": { - "id": "ClevelandCircleToKenmore-S", + "id": "860169", "type": "shape" } }, "stops": { "data": [ { - "id": "9070238", + "id": "22549", "type": "stop" }, { - "id": "9070236", + "id": "32549", "type": "stop" }, { - "id": "9070234", + "id": "2550", "type": "stop" }, { - "id": "9070232", + "id": "2551", "type": "stop" }, { - "id": "9070230", + "id": "2553", "type": "stop" }, { - "id": "9070228", + "id": "1071", "type": "stop" }, { - "id": "9070224", + "id": "1072", "type": "stop" }, { - "id": "9070220", + "id": "1074", "type": "stop" }, { - "id": "9070218", + "id": "1075", "type": "stop" }, { - "id": "9070214", + "id": "1076", "type": "stop" }, { - "id": "9070212", + "id": "1077", "type": "stop" }, { - "id": "9070150", + "id": "1079", + "type": "stop" + }, + { + "id": "1080", + "type": "stop" + }, + { + "id": "1081", + "type": "stop" + }, + { + "id": "1083", + "type": "stop" + }, + { + "id": "1084", + "type": "stop" + }, + { + "id": "1085", + "type": "stop" + }, + { + "id": "1086", + "type": "stop" + }, + { + "id": "1088", + "type": "stop" + }, + { + "id": "1089", + "type": "stop" + }, + { + "id": "1090", + "type": "stop" + }, + { + "id": "1092", + "type": "stop" + }, + { + "id": "21917", "type": "stop" } ] } }, - "type": "trip" - }, - { - "attributes": {}, - "id": "9070117", - "links": { - "self": "/stops/9070117" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=9070117" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": null - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "2416", - "links": { - "self": "/stops/2416" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=2416" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "42885", - "links": { - "self": "/stops/42885" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=42885" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "4815", + "id": "8394", "links": { - "self": "/stops/4815" + "self": "/stops/8394" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4815" + "related": "/facilities/?filter[stop]=8394" } }, "parent_station": { @@ -223079,84 +226112,76 @@ "type": "stop" }, { - "attributes": {}, - "id": "7885", + "attributes": { + "direction_id": 0, + "headsign": "Government Center via Maverick (Shuttle)" + }, + "id": "AirportBowdoinLocalViaGate-0-sample", "links": { - "self": "/stops/7885" + "self": "/trips/AirportBowdoinLocalViaGate-0-sample" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=7885" + "route": { + "data": { + "id": "Shuttle-AirportGovernmentCenterLocalViaGate", + "type": "route" } }, - "parent_station": { - "data": null - }, - "zone": { + "route_pattern": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "627", - "links": { - "self": "/stops/627" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=627" + "id": "Shuttle-AirportGovernmentCenterLocalViaGate-0-0", + "type": "route_pattern" } }, - "parent_station": { - "data": null - }, - "zone": { + "service": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "9070025", - "links": { - "self": "/stops/9070025" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=9070025" + "id": "canonical", + "type": "service" } }, - "parent_station": { - "data": null + "shape": { + "data": { + "id": "AirportToGovernmentCenterLocalViaGate-S", + "type": "shape" + } }, - "zone": { - "data": null + "stops": { + "data": [ + { + "id": "9070047", + "type": "stop" + }, + { + "id": "9070045", + "type": "stop" + }, + { + "id": "9170043", + "type": "stop" + }, + { + "id": "65", + "type": "stop" + }, + { + "id": "9070039", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "7340", + "id": "1584", "links": { - "self": "/stops/7340" + "self": "/stops/1584" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7340" + "related": "/facilities/?filter[stop]=1584" } }, "parent_station": { @@ -223173,14 +226198,14 @@ }, { "attributes": {}, - "id": "7891", + "id": "5217", "links": { - "self": "/stops/7891" + "self": "/stops/5217" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7891" + "related": "/facilities/?filter[stop]=5217" } }, "parent_station": { @@ -223197,14 +226222,14 @@ }, { "attributes": {}, - "id": "1253", + "id": "49907", "links": { - "self": "/stops/1253" + "self": "/stops/49907" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1253" + "related": "/facilities/?filter[stop]=49907" } }, "parent_station": { @@ -223221,25 +226246,22 @@ }, { "attributes": {}, - "id": "70145", + "id": "6118", "links": { - "self": "/stops/70145" + "self": "/stops/6118" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70145" + "related": "/facilities/?filter[stop]=6118" } }, "parent_station": { - "data": { - "id": "place-bucen", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } @@ -223248,14 +226270,14 @@ }, { "attributes": {}, - "id": "3274", + "id": "247", "links": { - "self": "/stops/3274" + "self": "/stops/247" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3274" + "related": "/facilities/?filter[stop]=247" } }, "parent_station": { @@ -223272,14 +226294,14 @@ }, { "attributes": {}, - "id": "9089", + "id": "41839", "links": { - "self": "/stops/9089" + "self": "/stops/41839" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9089" + "related": "/facilities/?filter[stop]=41839" } }, "parent_station": { @@ -223295,352 +226317,445 @@ "type": "stop" }, { - "attributes": {}, - "id": "15649", + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Sullivan Square Station", + "Ruggles Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Sullivan Square Station - Ruggles Station", + "short_name": "CT2", + "sort_order": 40020, + "text_color": "000000", + "type": 3 + }, + "id": "747", "links": { - "self": "/stops/15649" + "self": "/routes/747" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=15649" + "agency": { + "data": { + "id": "1", + "type": "agency" } }, - "parent_station": { - "data": null - }, - "zone": { + "line": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "line-747", + "type": "line" } } }, - "type": "stop" + "type": "route" }, { "attributes": { "direction_id": 1, - "headsign": "Townsend & Humboldt" + "headsign": "Quincy Center" }, - "id": "62145519", + "id": "67290282", "links": { - "self": "/trips/62145519" + "self": "/trips/67290282" }, "relationships": { "route": { "data": { - "id": "36", + "id": "238", "type": "route" } }, "route_pattern": { "data": { - "id": "36-9-1", + "id": "238-7-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "360365", + "id": "2380228", "type": "shape" } }, "stops": { "data": [ { - "id": "774", + "id": "4277", "type": "stop" }, { - "id": "775", + "id": "4063", "type": "stop" }, { - "id": "776", + "id": "4061", "type": "stop" }, { - "id": "777", + "id": "4064", "type": "stop" }, { - "id": "10777", + "id": "4062", "type": "stop" }, { - "id": "778", + "id": "4065", "type": "stop" }, { - "id": "779", + "id": "4066", "type": "stop" }, { - "id": "780", + "id": "4069", "type": "stop" }, { - "id": "781", + "id": "4071", "type": "stop" }, { - "id": "782", + "id": "4072", "type": "stop" }, { - "id": "783", + "id": "4074", "type": "stop" }, { - "id": "784", + "id": "4075", "type": "stop" }, { - "id": "785", + "id": "4076", "type": "stop" }, { - "id": "786", + "id": "4078", "type": "stop" }, { - "id": "787", + "id": "4079", "type": "stop" }, { - "id": "788", + "id": "4080", "type": "stop" }, { - "id": "789", + "id": "4081", "type": "stop" }, { - "id": "790", + "id": "4082", "type": "stop" }, { - "id": "791", + "id": "4083", "type": "stop" }, { - "id": "792", + "id": "4084", "type": "stop" }, { - "id": "793", + "id": "4085", "type": "stop" }, { - "id": "795", + "id": "4086", "type": "stop" }, { - "id": "636", + "id": "4017", "type": "stop" }, { - "id": "637", + "id": "4020", "type": "stop" }, { - "id": "638", + "id": "4019", "type": "stop" }, { - "id": "639", + "id": "4087", "type": "stop" }, { - "id": "640", + "id": "4088", "type": "stop" }, { - "id": "641", + "id": "4089", "type": "stop" }, { - "id": "642", + "id": "4092", "type": "stop" }, { - "id": "875", + "id": "4093", "type": "stop" }, { - "id": "520", + "id": "4094", "type": "stop" }, { - "id": "522", + "id": "4095", "type": "stop" }, { - "id": "10522", + "id": "4096", "type": "stop" }, { - "id": "2922", + "id": "4097", "type": "stop" }, { - "id": "383", + "id": "4098", "type": "stop" }, { - "id": "9448", + "id": "4099", "type": "stop" }, { - "id": "1739", + "id": "4100", "type": "stop" }, { - "id": "1740", + "id": "4101", "type": "stop" }, { - "id": "1325", + "id": "4102", "type": "stop" }, { - "id": "1326", + "id": "4103", "type": "stop" }, { - "id": "1327", + "id": "41032", "type": "stop" }, { - "id": "1328", + "id": "41033", "type": "stop" }, { - "id": "1330", + "id": "41031", "type": "stop" }, { - "id": "1331", + "id": "3943", "type": "stop" }, { - "id": "1332", + "id": "3944", "type": "stop" - } - ] - } - }, - "type": "trip" - }, - { - "attributes": { - "direction_id": 0, - "headsign": "Kane Square" - }, - "id": "61393929", - "links": { - "self": "/trips/61393929" - }, - "relationships": { - "route": { - "data": { - "id": "15", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "15-_-0", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "SpringWeekday", - "type": "service" - } - }, - "shape": { - "data": { - "id": "150248", - "type": "shape" - } - }, - "stops": { - "data": [ + }, { - "id": "17863", + "id": "3945", "type": "stop" }, { - "id": "11257", + "id": "3946", "type": "stop" }, { - "id": "1259", + "id": "3947", "type": "stop" }, { - "id": "11323", + "id": "3948", "type": "stop" }, { - "id": "11259", + "id": "3949", "type": "stop" }, { - "id": "64000", + "id": "3950", "type": "stop" }, { - "id": "1493", + "id": "3959", "type": "stop" }, { - "id": "1495", + "id": "3418", "type": "stop" }, { - "id": "1497", + "id": "3420", "type": "stop" }, { - "id": "1498", + "id": "3422", "type": "stop" }, { - "id": "1499", + "id": "3423", "type": "stop" }, { - "id": "1500", + "id": "33241", "type": "stop" }, { - "id": "1501", + "id": "32000", "type": "stop" }, { - "id": "11501", + "id": "32003", + "type": "stop" + } + ] + } + }, + "type": "trip" + }, + { + "attributes": {}, + "id": "6570", + "links": { + "self": "/stops/6570" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=6570" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "3714", + "links": { + "self": "/stops/3714" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=3714" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "5222", + "links": { + "self": "/stops/5222" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=5222" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": { + "direction_id": 0, + "headsign": "Logan Airport" + }, + "id": "66859317", + "links": { + "self": "/trips/66859317" + }, + "relationships": { + "route": { + "data": { + "id": "741", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "741-_-0", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "WinterWeekday", + "type": "service" + } + }, + "shape": { + "data": { + "id": "7410050", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "74611", "type": "stop" }, { - "id": "1504", + "id": "74612", "type": "stop" }, { - "id": "1506", + "id": "74613", "type": "stop" }, { - "id": "1508", + "id": "74624", + "type": "stop" + }, + { + "id": "17091", "type": "stop" } ] @@ -223650,14 +226765,14 @@ }, { "attributes": {}, - "id": "2938", + "id": "21618", "links": { - "self": "/stops/2938" + "self": "/stops/21618" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2938" + "related": "/facilities/?filter[stop]=21618" } }, "parent_station": { @@ -223674,14 +226789,14 @@ }, { "attributes": {}, - "id": "42618", + "id": "30256", "links": { - "self": "/stops/42618" + "self": "/stops/30256" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=42618" + "related": "/facilities/?filter[stop]=30256" } }, "parent_station": { @@ -223698,14 +226813,14 @@ }, { "attributes": {}, - "id": "5482", + "id": "4705", "links": { - "self": "/stops/5482" + "self": "/stops/4705" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5482" + "related": "/facilities/?filter[stop]=4705" } }, "parent_station": { @@ -223722,14 +226837,14 @@ }, { "attributes": {}, - "id": "2414", + "id": "17011", "links": { - "self": "/stops/2414" + "self": "/stops/17011" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2414" + "related": "/facilities/?filter[stop]=17011" } }, "parent_station": { @@ -223746,14 +226861,75 @@ }, { "attributes": {}, - "id": "3487", + "id": "44", "links": { - "self": "/stops/3487" + "self": "/stops/44" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3487" + "related": "/facilities/?filter[stop]=44" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Columbian Square", + "Braintree Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Columbian Square - Braintree Station", + "short_name": "226", + "sort_order": 52260, + "text_color": "000000", + "type": 3 + }, + "id": "226", + "links": { + "self": "/routes/226" + }, + "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, + "line": { + "data": { + "id": "line-225226", + "type": "line" + } + } + }, + "type": "route" + }, + { + "attributes": {}, + "id": "4746", + "links": { + "self": "/stops/4746" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=4746" } }, "parent_station": { @@ -223770,14 +226946,41 @@ }, { "attributes": {}, - "id": "8240", + "id": "70177", "links": { - "self": "/stops/8240" + "self": "/stops/70177" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8240" + "related": "/facilities/?filter[stop]=70177" + } + }, + "parent_station": { + "data": { + "id": "place-bcnfd", + "type": "stop" + } + }, + "zone": { + "data": { + "id": "RapidTransit", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "19821", + "links": { + "self": "/stops/19821" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=19821" } }, "parent_station": { @@ -223794,14 +226997,14 @@ }, { "attributes": {}, - "id": "2332", + "id": "2914", "links": { - "self": "/stops/2332" + "self": "/stops/2914" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2332" + "related": "/facilities/?filter[stop]=2914" } }, "parent_station": { @@ -223818,14 +227021,137 @@ }, { "attributes": {}, - "id": "8435", + "id": "1179", "links": { - "self": "/stops/8435" + "self": "/stops/1179" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8435" + "related": "/facilities/?filter[stop]=1179" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "70148", + "links": { + "self": "/stops/70148" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=70148" + } + }, + "parent_station": { + "data": { + "id": "place-bland", + "type": "stop" + } + }, + "zone": { + "data": { + "id": "RapidTransit", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "91317", + "links": { + "self": "/stops/91317" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=91317" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "7572", + "links": { + "self": "/stops/7572" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=7572" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "5853", + "links": { + "self": "/stops/5853" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=5853" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "6524", + "links": { + "self": "/stops/6524" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=6524" } }, "parent_station": { @@ -223843,77 +227169,45 @@ { "attributes": { "direction_id": 1, - "headsign": "South Station" + "headsign": "Anderson/Woburn (Shuttle)" }, - "id": "61945771", + "id": "CR-ReadingAndersonWoburn-Saturday-1-05:47:00", "links": { - "self": "/trips/61945771" + "self": "/trips/CR-ReadingAndersonWoburn-Saturday-1-05%3A47%3A00" }, "relationships": { "route": { "data": { - "id": "742", + "id": "Shuttle-AndersonWoburnReading", "type": "route" } }, "route_pattern": { "data": { - "id": "742-3-1", + "id": "Shuttle-AndersonWoburnReading-0-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "CR-ReadingAndersonWoburn-Saturday", "type": "service" } }, "shape": { "data": { - "id": "7420063", + "id": "ReadingToAndersonWoburn-S", "type": "shape" } }, "stops": { "data": [ { - "id": "30250", - "type": "stop" - }, - { - "id": "30251", - "type": "stop" - }, - { - "id": "31259", - "type": "stop" - }, - { - "id": "31255", - "type": "stop" - }, - { - "id": "31257", - "type": "stop" - }, - { - "id": "31256", - "type": "stop" - }, - { - "id": "74614", - "type": "stop" - }, - { - "id": "74615", - "type": "stop" - }, - { - "id": "74616", + "id": "WR-0120-B", "type": "stop" }, { - "id": "74617", + "id": "NHRML-0127-B", "type": "stop" } ] @@ -223923,14 +227217,14 @@ }, { "attributes": {}, - "id": "72", + "id": "5646", "links": { - "self": "/stops/72" + "self": "/stops/5646" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=72" + "related": "/facilities/?filter[stop]=5646" } }, "parent_station": { @@ -223947,14 +227241,14 @@ }, { "attributes": {}, - "id": "1523", + "id": "2335", "links": { - "self": "/stops/1523" + "self": "/stops/2335" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1523" + "related": "/facilities/?filter[stop]=2335" } }, "parent_station": { @@ -223971,14 +227265,110 @@ }, { "attributes": {}, - "id": "11388", + "id": "5613", "links": { - "self": "/stops/11388" + "self": "/stops/5613" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=11388" + "related": "/facilities/?filter[stop]=5613" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "9181", + "links": { + "self": "/stops/9181" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=9181" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "122", + "links": { + "self": "/stops/122" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=122" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "882", + "links": { + "self": "/stops/882" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=882" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "12650", + "links": { + "self": "/stops/12650" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=12650" } }, "parent_station": { @@ -223995,162 +227385,74 @@ }, { "attributes": { - "direction_id": 0, - "headsign": "North Beverly via Tozer Rd" + "direction_id": 1, + "headsign": "Forest Hills" }, - "id": "62216678", + "id": "SouthWKDYF24-697749-632", "links": { - "self": "/trips/62216678" + "self": "/trips/SouthWKDYF24-697749-632" }, "relationships": { "route": { "data": { - "id": "451", + "id": "CR-Needham", "type": "route" } }, "route_pattern": { "data": { - "id": "451-1-0", + "id": "CR-Needham-68a3e69b-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "FALL 2024-SOUTHWKD-Weekday-1-Scbbf1ea5", "type": "service" } }, "shape": { "data": { - "id": "4510066", + "id": "9860001", "type": "shape" } }, "stops": { "data": [ { - "id": "37150", - "type": "stop" - }, - { - "id": "4453", - "type": "stop" - }, - { - "id": "6103", - "type": "stop" - }, - { - "id": "17153", - "type": "stop" - }, - { - "id": "17154", - "type": "stop" - }, - { - "id": "17156", - "type": "stop" - }, - { - "id": "7162", - "type": "stop" - }, - { - "id": "7163", - "type": "stop" - }, - { - "id": "7164", - "type": "stop" - }, - { - "id": "17166", - "type": "stop" - }, - { - "id": "7168", - "type": "stop" - }, - { - "id": "7169", - "type": "stop" - }, - { - "id": "7170", - "type": "stop" - }, - { - "id": "17170", - "type": "stop" - }, - { - "id": "7172", - "type": "stop" - }, - { - "id": "7173", - "type": "stop" - }, - { - "id": "47170", - "type": "stop" - }, - { - "id": "7126", - "type": "stop" - }, - { - "id": "7127", - "type": "stop" - }, - { - "id": "7174", - "type": "stop" - }, - { - "id": "7175", - "type": "stop" - }, - { - "id": "7176", - "type": "stop" - }, - { - "id": "7177", + "id": "NB-0137-S", "type": "stop" }, { - "id": "8318", + "id": "NB-0127-S", "type": "stop" }, { - "id": "8319", + "id": "NB-0120-S", "type": "stop" }, { - "id": "8320", + "id": "NB-0109-S", "type": "stop" }, { - "id": "18351", + "id": "NB-0080-S", "type": "stop" }, { - "id": "17100", + "id": "NB-0076-S", "type": "stop" }, { - "id": "17101", + "id": "NB-0072-S", "type": "stop" }, { - "id": "7101", + "id": "NB-0064-S", "type": "stop" }, { - "id": "17102", + "id": "NEC-2237-05", "type": "stop" } ] @@ -224159,64 +227461,66 @@ "type": "trip" }, { - "attributes": { - "direction_id": 0, - "headsign": "Hingham" - }, - "id": "Boat-F1-0650-Rowes-BF1-01-Weekday-Summer-24", + "attributes": {}, + "id": "2589", "links": { - "self": "/trips/Boat-F1-0650-Rowes-BF1-01-Weekday-Summer-24" + "self": "/stops/2589" }, "relationships": { - "route": { - "data": { - "id": "Boat-F1", - "type": "route" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=2589" } }, - "route_pattern": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "Boat-F1-2-0", - "type": "route_pattern" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "70025", + "links": { + "self": "/stops/70025" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=70025" } }, - "service": { + "parent_station": { "data": { - "id": "Boat-F1-Weekday-Summer-24", - "type": "service" + "id": "place-haecl", + "type": "stop" } }, - "shape": { + "zone": { "data": { - "id": "b0014", - "type": "shape" + "id": "RapidTransit", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "Boat-Rowes", - "type": "stop" - }, - { - "id": "Boat-Hingham", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "1085", + "id": "8297", "links": { - "self": "/stops/1085" + "self": "/stops/8297" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1085" + "related": "/facilities/?filter[stop]=8297" } }, "parent_station": { @@ -224233,14 +227537,14 @@ }, { "attributes": {}, - "id": "4777", + "id": "5881", "links": { - "self": "/stops/4777" + "self": "/stops/5881" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4777" + "related": "/facilities/?filter[stop]=5881" } }, "parent_station": { @@ -224257,38 +227561,41 @@ }, { "attributes": {}, - "id": "WR-0062-B0", + "id": "WML-0177-01", "links": { - "self": "/stops/WR-0062-B0" + "self": "/stops/WML-0177-01" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=WR-0062-B0" + "related": "/facilities/?filter[stop]=WML-0177-01" } }, "parent_station": { "data": { - "id": "place-WR-0062", + "id": "place-WML-0177", "type": "stop" } }, "zone": { - "data": null + "data": { + "id": "CR-zone-4", + "type": "zone" + } } }, "type": "stop" }, { "attributes": {}, - "id": "8323", + "id": "6522", "links": { - "self": "/stops/8323" + "self": "/stops/6522" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8323" + "related": "/facilities/?filter[stop]=6522" } }, "parent_station": { @@ -224304,304 +227611,39 @@ "type": "stop" }, { - "attributes": { - "direction_id": 1, - "headsign": "Ashmont" - }, - "id": "61929432", + "attributes": {}, + "id": "2119", "links": { - "self": "/trips/61929432" + "self": "/stops/2119" }, "relationships": { - "route": { - "data": { - "id": "240", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "240-9-1", - "type": "route_pattern" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=2119" } }, - "service": { - "data": { - "id": "SpringWeekday", - "type": "service" - } + "parent_station": { + "data": null }, - "shape": { + "zone": { "data": { - "id": "2400227", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "4255", - "type": "stop" - }, - { - "id": "4256", - "type": "stop" - }, - { - "id": "4257", - "type": "stop" - }, - { - "id": "4258", - "type": "stop" - }, - { - "id": "4277", - "type": "stop" - }, - { - "id": "4278", - "type": "stop" - }, - { - "id": "4279", - "type": "stop" - }, - { - "id": "4280", - "type": "stop" - }, - { - "id": "4281", - "type": "stop" - }, - { - "id": "4282", - "type": "stop" - }, - { - "id": "4283", - "type": "stop" - }, - { - "id": "4284", - "type": "stop" - }, - { - "id": "4285", - "type": "stop" - }, - { - "id": "4286", - "type": "stop" - }, - { - "id": "4288", - "type": "stop" - }, - { - "id": "4289", - "type": "stop" - }, - { - "id": "4290", - "type": "stop" - }, - { - "id": "4291", - "type": "stop" - }, - { - "id": "4292", - "type": "stop" - }, - { - "id": "4293", - "type": "stop" - }, - { - "id": "4294", - "type": "stop" - }, - { - "id": "42951", - "type": "stop" - }, - { - "id": "4297", - "type": "stop" - }, - { - "id": "4298", - "type": "stop" - }, - { - "id": "4299", - "type": "stop" - }, - { - "id": "4300", - "type": "stop" - }, - { - "id": "4301", - "type": "stop" - }, - { - "id": "43011", - "type": "stop" - }, - { - "id": "4303", - "type": "stop" - }, - { - "id": "4304", - "type": "stop" - }, - { - "id": "4305", - "type": "stop" - }, - { - "id": "4306", - "type": "stop" - }, - { - "id": "4307", - "type": "stop" - }, - { - "id": "4308", - "type": "stop" - }, - { - "id": "4309", - "type": "stop" - }, - { - "id": "4310", - "type": "stop" - }, - { - "id": "4311", - "type": "stop" - }, - { - "id": "4312", - "type": "stop" - }, - { - "id": "4193", - "type": "stop" - }, - { - "id": "4194", - "type": "stop" - }, - { - "id": "4195", - "type": "stop" - }, - { - "id": "4198", - "type": "stop" - }, - { - "id": "4200", - "type": "stop" - }, - { - "id": "4201", - "type": "stop" - }, - { - "id": "4202", - "type": "stop" - }, - { - "id": "4203", - "type": "stop" - }, - { - "id": "4204", - "type": "stop" - }, - { - "id": "4205", - "type": "stop" - }, - { - "id": "4206", - "type": "stop" - }, - { - "id": "4207", - "type": "stop" - }, - { - "id": "4208", - "type": "stop" - }, - { - "id": "4209", - "type": "stop" - }, - { - "id": "14211", - "type": "stop" - }, - { - "id": "590", - "type": "stop" - }, - { - "id": "591", - "type": "stop" - }, - { - "id": "882", - "type": "stop" - }, - { - "id": "593", - "type": "stop" - }, - { - "id": "594", - "type": "stop" - }, - { - "id": "595", - "type": "stop" - }, - { - "id": "533", - "type": "stop" - }, - { - "id": "534", - "type": "stop" - }, - { - "id": "334", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "7632", + "id": "24487", "links": { - "self": "/stops/7632" + "self": "/stops/24487" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7632" + "related": "/facilities/?filter[stop]=24487" } }, "parent_station": { @@ -224618,35 +227660,41 @@ }, { "attributes": {}, - "id": "9070080", + "id": "70061", "links": { - "self": "/stops/9070080" + "self": "/stops/70061" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9070080" + "related": "/facilities/?filter[stop]=70061" } }, "parent_station": { - "data": null + "data": { + "id": "place-alfcl", + "type": "stop" + } }, "zone": { - "data": null + "data": { + "id": "RapidTransit", + "type": "zone" + } } }, "type": "stop" }, { "attributes": {}, - "id": "13823", + "id": "2222", "links": { - "self": "/stops/13823" + "self": "/stops/2222" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=13823" + "related": "/facilities/?filter[stop]=2222" } }, "parent_station": { @@ -224664,169 +227712,65 @@ { "attributes": { "direction_id": 0, - "headsign": "Wonderland" + "headsign": "Babcock Street (Shuttle)" }, - "id": "62216007", + "id": "BabcockGovernmentCenter-0-sample", "links": { - "self": "/trips/62216007" + "self": "/trips/BabcockGovernmentCenter-0-sample" }, "relationships": { "route": { "data": { - "id": "116", + "id": "Shuttle-BabcockCopley", "type": "route" } }, "route_pattern": { "data": { - "id": "116-4-0", + "id": "Shuttle-BabcockCopley-0-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "canonical", "type": "service" } }, "shape": { "data": { - "id": "1160112", + "id": "CopleyToBabcock-S", "type": "shape" } }, "stops": { "data": [ { - "id": "5740", - "type": "stop" - }, - { - "id": "5742", - "type": "stop" - }, - { - "id": "5743", - "type": "stop" - }, - { - "id": "5745", - "type": "stop" - }, - { - "id": "5746", - "type": "stop" - }, - { - "id": "5747", - "type": "stop" - }, - { - "id": "5748", - "type": "stop" - }, - { - "id": "5749", - "type": "stop" - }, - { - "id": "5614", - "type": "stop" - }, - { - "id": "5615", - "type": "stop" - }, - { - "id": "5617", - "type": "stop" - }, - { - "id": "5750", - "type": "stop" - }, - { - "id": "5751", - "type": "stop" - }, - { - "id": "35751", - "type": "stop" - }, - { - "id": "5752", - "type": "stop" - }, - { - "id": "5753", - "type": "stop" - }, - { - "id": "5754", - "type": "stop" - }, - { - "id": "5755", - "type": "stop" - }, - { - "id": "5756", - "type": "stop" - }, - { - "id": "5757", - "type": "stop" - }, - { - "id": "5759", - "type": "stop" - }, - { - "id": "5760", - "type": "stop" - }, - { - "id": "5761", - "type": "stop" - }, - { - "id": "5763", - "type": "stop" - }, - { - "id": "5765", - "type": "stop" - }, - { - "id": "35765", - "type": "stop" - }, - { - "id": "5768", + "id": "178", "type": "stop" }, { - "id": "5770", + "id": "9070184", "type": "stop" }, { - "id": "5771", + "id": "9070185", "type": "stop" }, { - "id": "35772", + "id": "952", "type": "stop" }, { - "id": "35773", + "id": "953", "type": "stop" }, { - "id": "5774", + "id": "956", "type": "stop" }, { - "id": "15795", + "id": "958", "type": "stop" } ] @@ -224836,14 +227780,14 @@ }, { "attributes": {}, - "id": "9193", + "id": "3240", "links": { - "self": "/stops/9193" + "self": "/stops/3240" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9193" + "related": "/facilities/?filter[stop]=3240" } }, "parent_station": { @@ -224860,14 +227804,14 @@ }, { "attributes": {}, - "id": "3694", + "id": "6430", "links": { - "self": "/stops/3694" + "self": "/stops/6430" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3694" + "related": "/facilities/?filter[stop]=6430" } }, "parent_station": { @@ -224884,14 +227828,14 @@ }, { "attributes": {}, - "id": "3206", + "id": "6178", "links": { - "self": "/stops/3206" + "self": "/stops/6178" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3206" + "related": "/facilities/?filter[stop]=6178" } }, "parent_station": { @@ -224908,14 +227852,14 @@ }, { "attributes": {}, - "id": "14211", + "id": "71835", "links": { - "self": "/stops/14211" + "self": "/stops/71835" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=14211" + "related": "/facilities/?filter[stop]=71835" } }, "parent_station": { @@ -224931,343 +227875,273 @@ "type": "stop" }, { - "attributes": {}, - "id": "148", + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Heath Street", + "Medford/Tufts" + ], + "direction_names": [ + "West", + "East" + ], + "long_name": "Heath Street - Park Street", + "short_name": "Green Line E Shuttle", + "sort_order": 61980, + "text_color": "000000", + "type": 3 + }, + "id": "Shuttle-HeathPark", "links": { - "self": "/stops/148" + "self": "/routes/Shuttle-HeathPark" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=148" + "agency": { + "data": { + "id": "1", + "type": "agency" } }, - "parent_station": { - "data": null - }, - "zone": { + "line": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "line-Green", + "type": "line" } } }, - "type": "stop" + "type": "route" }, { - "attributes": {}, - "id": "7890", + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Wellington Station", + "Wood Island Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Wellington Station - Wood Island Station", + "short_name": "112", + "sort_order": 51120, + "text_color": "000000", + "type": 3 + }, + "id": "112", "links": { - "self": "/stops/7890" + "self": "/routes/112" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=7890" + "agency": { + "data": { + "id": "1", + "type": "agency" } }, - "parent_station": { - "data": null - }, - "zone": { + "line": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "line-112", + "type": "line" } } }, - "type": "stop" + "type": "route" }, { "attributes": { "direction_id": 0, - "headsign": "Salem Depot" + "headsign": "Eastern & Essex via Western Ave" }, - "id": "62216433", + "id": "67202731", "links": { - "self": "/trips/62216433" + "self": "/trips/67202731" }, "relationships": { "route": { "data": { - "id": "435", + "id": "424", "type": "route" } }, "route_pattern": { "data": { - "id": "435-7-0", + "id": "424-6-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "4350238", + "id": "4240086", "type": "shape" } }, "stops": { "data": [ { - "id": "14748", - "type": "stop" - }, - { - "id": "6600", - "type": "stop" - }, - { - "id": "7240", - "type": "stop" - }, - { - "id": "7242", - "type": "stop" - }, - { - "id": "7245", - "type": "stop" - }, - { - "id": "7288", - "type": "stop" - }, - { - "id": "17288", - "type": "stop" - }, - { - "id": "7296", - "type": "stop" - }, - { - "id": "7297", - "type": "stop" - }, - { - "id": "7298", - "type": "stop" - }, - { - "id": "7299", - "type": "stop" - }, - { - "id": "6854", - "type": "stop" - }, - { - "id": "66854", - "type": "stop" - }, - { - "id": "6855", - "type": "stop" - }, - { - "id": "6857", - "type": "stop" - }, - { - "id": "6859", - "type": "stop" - }, - { - "id": "6860", - "type": "stop" - }, - { - "id": "6861", - "type": "stop" - }, - { - "id": "6862", - "type": "stop" - }, - { - "id": "6863", - "type": "stop" - }, - { - "id": "16683", - "type": "stop" - }, - { - "id": "7265", - "type": "stop" - }, - { - "id": "7266", - "type": "stop" - }, - { - "id": "7267", - "type": "stop" - }, - { - "id": "7268", + "id": "15799", "type": "stop" }, { - "id": "4919", + "id": "5700", "type": "stop" }, { - "id": "4920", + "id": "5701", "type": "stop" }, { - "id": "4921", + "id": "5703", "type": "stop" }, { - "id": "4922", + "id": "5704", "type": "stop" }, { - "id": "4923", + "id": "35704", "type": "stop" }, { - "id": "4924", + "id": "4512", "type": "stop" }, { - "id": "4925", + "id": "4513", "type": "stop" }, { - "id": "14925", + "id": "4515", "type": "stop" }, { - "id": "4926", + "id": "4516", "type": "stop" }, { - "id": "4927", + "id": "4518", "type": "stop" }, { - "id": "4928", + "id": "4520", "type": "stop" }, { - "id": "4929", + "id": "45211", "type": "stop" }, { - "id": "4930", + "id": "4521", "type": "stop" }, { - "id": "4931", + "id": "4522", "type": "stop" }, { - "id": "4932", + "id": "4523", "type": "stop" }, { - "id": "7269", + "id": "4524", "type": "stop" }, { - "id": "45821", + "id": "4527", "type": "stop" }, { - "id": "4583", + "id": "4528", "type": "stop" }, { - "id": "4596", + "id": "4529", "type": "stop" }, { - "id": "4615", + "id": "4530", "type": "stop" }, { - "id": "7270", + "id": "4531", "type": "stop" }, { - "id": "14613", + "id": "4532", "type": "stop" }, { - "id": "14616", + "id": "7246", "type": "stop" }, { - "id": "4662", + "id": "7247", "type": "stop" }, { - "id": "4664", + "id": "7248", "type": "stop" }, { - "id": "4665", + "id": "7249", "type": "stop" }, { - "id": "4948", + "id": "7250", "type": "stop" }, { - "id": "4666", + "id": "7251", "type": "stop" }, { - "id": "4949", + "id": "7252", "type": "stop" }, { - "id": "4950", + "id": "4533", "type": "stop" }, { - "id": "4667", + "id": "4534", "type": "stop" }, { - "id": "4668", + "id": "4535", "type": "stop" }, { - "id": "4669", + "id": "7214", "type": "stop" }, { - "id": "4670", + "id": "7217", "type": "stop" }, { - "id": "4671", + "id": "7218", "type": "stop" }, { - "id": "4672", + "id": "7219", "type": "stop" }, { - "id": "4673", + "id": "7220", "type": "stop" }, { - "id": "4674", + "id": "7222", "type": "stop" }, { - "id": "37150", + "id": "7223", "type": "stop" } ] @@ -225277,14 +228151,14 @@ }, { "attributes": {}, - "id": "1922", + "id": "3078", "links": { - "self": "/stops/1922" + "self": "/stops/3078" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1922" + "related": "/facilities/?filter[stop]=3078" } }, "parent_station": { @@ -225300,263 +228174,131 @@ "type": "stop" }, { - "attributes": { - "direction_id": 0, - "headsign": "Market Place Dr" - }, - "id": "61849640", + "attributes": {}, + "id": "5202", "links": { - "self": "/trips/61849640" + "self": "/stops/5202" }, "relationships": { - "route": { - "data": { - "id": "70", - "type": "route" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=5202" } }, - "route_pattern": { - "data": { - "id": "70-6-0", - "type": "route_pattern" - } + "parent_station": { + "data": null }, - "service": { + "zone": { "data": { - "id": "SpringWeekday", - "type": "service" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "9152", + "links": { + "self": "/stops/9152" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=9152" } }, - "shape": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "700258", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "730", - "type": "stop" - }, - { - "id": "2755", - "type": "stop" - }, - { - "id": "1123", - "type": "stop" - }, - { - "id": "2444", - "type": "stop" - }, - { - "id": "1061", - "type": "stop" - }, - { - "id": "1062", - "type": "stop" - }, - { - "id": "1064", - "type": "stop" - }, - { - "id": "1067", - "type": "stop" - }, - { - "id": "1068", - "type": "stop" - }, - { - "id": "1070", - "type": "stop" - }, - { - "id": "1071", - "type": "stop" - }, - { - "id": "1072", - "type": "stop" - }, - { - "id": "1074", - "type": "stop" - }, - { - "id": "1075", - "type": "stop" - }, - { - "id": "1076", - "type": "stop" - }, - { - "id": "1077", - "type": "stop" - }, - { - "id": "1443", - "type": "stop" - }, - { - "id": "1444", - "type": "stop" - }, - { - "id": "1445", - "type": "stop" - }, - { - "id": "1447", - "type": "stop" - }, - { - "id": "1448", - "type": "stop" - }, - { - "id": "1449", - "type": "stop" - }, - { - "id": "1450", - "type": "stop" - }, - { - "id": "1451", - "type": "stop" - }, - { - "id": "1452", - "type": "stop" - }, - { - "id": "8815", - "type": "stop" - }, - { - "id": "8816", - "type": "stop" - }, - { - "id": "88171", - "type": "stop" - }, - { - "id": "8818", - "type": "stop" - }, - { - "id": "8819", - "type": "stop" - }, - { - "id": "8820", - "type": "stop" - }, - { - "id": "8339", - "type": "stop" - }, - { - "id": "8821", - "type": "stop" - }, - { - "id": "8822", - "type": "stop" - }, - { - "id": "8823", - "type": "stop" - }, - { - "id": "8824", - "type": "stop" - }, - { - "id": "8825", - "type": "stop" - }, - { - "id": "8826", - "type": "stop" - }, - { - "id": "8828", - "type": "stop" - }, - { - "id": "8830", - "type": "stop" - }, - { - "id": "8831", - "type": "stop" - }, - { - "id": "8832", - "type": "stop" - }, - { - "id": "88332", - "type": "stop" - }, - { - "id": "88333", - "type": "stop" - }, - { - "id": "883321", - "type": "stop" - }, + } + }, + "type": "stop" + }, + { + "attributes": { + "direction_id": 0, + "headsign": "Newburyport" + }, + "id": "NorthWKDYF24-706161-165", + "links": { + "self": "/trips/NorthWKDYF24-706161-165" + }, + "relationships": { + "route": { + "data": { + "id": "CR-Newburyport", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "CR-Newburyport-79533330-0", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "FALL 2024-NORTHWKD-Weekday-1-S9d378dcf", + "type": "service" + } + }, + "shape": { + "data": { + "id": "9810002", + "type": "shape" + } + }, + "stops": { + "data": [ { - "id": "88334", + "id": "BNT-0000", "type": "stop" }, { - "id": "88335", + "id": "ER-0042-01", "type": "stop" }, { - "id": "88336", + "id": "ER-0117-01", "type": "stop" }, { - "id": "88337", + "id": "ER-0128-01", "type": "stop" }, { - "id": "8841", + "id": "ER-0168-S", "type": "stop" }, { - "id": "8842", + "id": "ER-0183-01", "type": "stop" }, { - "id": "8843", + "id": "ER-0208-01", "type": "stop" }, { - "id": "8845", + "id": "ER-0227-S", "type": "stop" }, { - "id": "8846", + "id": "ER-0276-S", "type": "stop" }, { - "id": "8848", + "id": "ER-0312-S", "type": "stop" }, { - "id": "9525", + "id": "ER-0362-01", "type": "stop" } ] @@ -225566,14 +228308,14 @@ }, { "attributes": {}, - "id": "4935", + "id": "4334", "links": { - "self": "/stops/4935" + "self": "/stops/4334" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4935" + "related": "/facilities/?filter[stop]=4334" } }, "parent_station": { @@ -225590,14 +228332,14 @@ }, { "attributes": {}, - "id": "61", + "id": "4615", "links": { - "self": "/stops/61" + "self": "/stops/4615" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=61" + "related": "/facilities/?filter[stop]=4615" } }, "parent_station": { @@ -225614,14 +228356,14 @@ }, { "attributes": {}, - "id": "19573", + "id": "3317", "links": { - "self": "/stops/19573" + "self": "/stops/3317" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=19573" + "related": "/facilities/?filter[stop]=3317" } }, "parent_station": { @@ -225638,14 +228380,14 @@ }, { "attributes": {}, - "id": "3347", + "id": "6468", "links": { - "self": "/stops/3347" + "self": "/stops/6468" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3347" + "related": "/facilities/?filter[stop]=6468" } }, "parent_station": { @@ -225662,14 +228404,14 @@ }, { "attributes": {}, - "id": "17411", + "id": "6949", "links": { - "self": "/stops/17411" + "self": "/stops/6949" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=17411" + "related": "/facilities/?filter[stop]=6949" } }, "parent_station": { @@ -225686,14 +228428,14 @@ }, { "attributes": {}, - "id": "26459", + "id": "38484", "links": { - "self": "/stops/26459" + "self": "/stops/38484" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=26459" + "related": "/facilities/?filter[stop]=38484" } }, "parent_station": { @@ -225710,25 +228452,25 @@ }, { "attributes": {}, - "id": "70272", + "id": "DB-2265-01", "links": { - "self": "/stops/70272" + "self": "/stops/DB-2265-01" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70272" + "related": "/facilities/?filter[stop]=DB-2265-01" } }, "parent_station": { "data": { - "id": "place-valrd", + "id": "place-DB-2265", "type": "stop" } }, "zone": { "data": { - "id": "RapidTransit", + "id": "CR-zone-1A", "type": "zone" } } @@ -225737,22 +228479,25 @@ }, { "attributes": {}, - "id": "4702", + "id": "FR-0147-01", "links": { - "self": "/stops/4702" + "self": "/stops/FR-0147-01" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4702" + "related": "/facilities/?filter[stop]=FR-0147-01" } }, "parent_station": { - "data": null + "data": { + "id": "place-FR-0147", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "CR-zone-3", "type": "zone" } } @@ -225761,14 +228506,14 @@ }, { "attributes": {}, - "id": "4521", + "id": "3249", "links": { - "self": "/stops/4521" + "self": "/stops/3249" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4521" + "related": "/facilities/?filter[stop]=3249" } }, "parent_station": { @@ -225783,16 +228528,30 @@ }, "type": "stop" }, + { + "attributes": { + "color": "FFC72C", + "long_name": "Marblehead or Bass Point, Nahant - Wonderland or Central Square, Lynn", + "short_name": "439/441/442", + "sort_order": 54390, + "text_color": "000000" + }, + "id": "line-439441442", + "links": { + "self": "/lines/line-439441442" + }, + "type": "line" + }, { "attributes": {}, - "id": "8521", + "id": "7253", "links": { - "self": "/stops/8521" + "self": "/stops/7253" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8521" + "related": "/facilities/?filter[stop]=7253" } }, "parent_station": { @@ -225809,14 +228568,14 @@ }, { "attributes": {}, - "id": "1806", + "id": "134", "links": { - "self": "/stops/1806" + "self": "/stops/134" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1806" + "related": "/facilities/?filter[stop]=134" } }, "parent_station": { @@ -225833,14 +228592,14 @@ }, { "attributes": {}, - "id": "962", + "id": "5582", "links": { - "self": "/stops/962" + "self": "/stops/5582" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=962" + "related": "/facilities/?filter[stop]=5582" } }, "parent_station": { @@ -225857,14 +228616,14 @@ }, { "attributes": {}, - "id": "6758", + "id": "57121", "links": { - "self": "/stops/6758" + "self": "/stops/57121" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6758" + "related": "/facilities/?filter[stop]=57121" } }, "parent_station": { @@ -225881,14 +228640,14 @@ }, { "attributes": {}, - "id": "2274", + "id": "12932", "links": { - "self": "/stops/2274" + "self": "/stops/12932" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2274" + "related": "/facilities/?filter[stop]=12932" } }, "parent_station": { @@ -225905,21 +228664,18 @@ }, { "attributes": {}, - "id": "NB-0064-B2", + "id": "9101", "links": { - "self": "/stops/NB-0064-B2" + "self": "/stops/9101" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=NB-0064-B2" + "related": "/facilities/?filter[stop]=9101" } }, "parent_station": { - "data": { - "id": "place-NB-0064", - "type": "stop" - } + "data": null }, "zone": { "data": { @@ -225932,14 +228688,14 @@ }, { "attributes": {}, - "id": "3406", + "id": "6555", "links": { - "self": "/stops/3406" + "self": "/stops/6555" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3406" + "related": "/facilities/?filter[stop]=6555" } }, "parent_station": { @@ -225947,7 +228703,7 @@ }, "zone": { "data": { - "id": "LocalBus", + "id": "ExpressBus-Downtown", "type": "zone" } } @@ -225955,92 +228711,39 @@ "type": "stop" }, { - "attributes": { - "direction_id": 0, - "headsign": "Ballardvale (Shuttle)" - }, - "id": "BallardvaleMaldenCenter-0-sample", + "attributes": {}, + "id": "26618", "links": { - "self": "/trips/BallardvaleMaldenCenter-0-sample" + "self": "/stops/26618" }, "relationships": { - "route": { - "data": { - "id": "Shuttle-BallardvaleMaldenCenter", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Shuttle-BallardvaleMaldenCenter-0-0", - "type": "route_pattern" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=26618" } }, - "service": { - "data": { - "id": "canonical", - "type": "service" - } + "parent_station": { + "data": null }, - "shape": { + "zone": { "data": { - "id": "MaldenCenterToBallardvale-S", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "5072", - "type": "stop" - }, - { - "id": "WR-0062-B0", - "type": "stop" - }, - { - "id": "WR-0067-B0", - "type": "stop" - }, - { - "id": "WR-0075-B2", - "type": "stop" - }, - { - "id": "WR-0085-B0", - "type": "stop" - }, - { - "id": "WR-0099-B0", - "type": "stop" - }, - { - "id": "WR-0120-B", - "type": "stop" - }, - { - "id": "WR-0163-B0", - "type": "stop" - }, - { - "id": "WR-0205-B2", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "2052", + "id": "8826", "links": { - "self": "/stops/2052" + "self": "/stops/8826" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2052" + "related": "/facilities/?filter[stop]=8826" } }, "parent_station": { @@ -226057,14 +228760,14 @@ }, { "attributes": {}, - "id": "309", + "id": "831", "links": { - "self": "/stops/309" + "self": "/stops/831" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=309" + "related": "/facilities/?filter[stop]=831" } }, "parent_station": { @@ -226079,16 +228782,30 @@ }, "type": "stop" }, + { + "attributes": { + "color": "FFC72C", + "long_name": "Linden Square - Wellington", + "short_name": "108", + "sort_order": 51080, + "text_color": "000000" + }, + "id": "line-108", + "links": { + "self": "/lines/line-108" + }, + "type": "line" + }, { "attributes": {}, - "id": "780", + "id": "4282", "links": { - "self": "/stops/780" + "self": "/stops/4282" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=780" + "related": "/facilities/?filter[stop]=4282" } }, "parent_station": { @@ -226105,14 +228822,14 @@ }, { "attributes": {}, - "id": "1553", + "id": "426", "links": { - "self": "/stops/1553" + "self": "/stops/426" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1553" + "related": "/facilities/?filter[stop]=426" } }, "parent_station": { @@ -226129,25 +228846,25 @@ }, { "attributes": {}, - "id": "70056", + "id": "WR-0075-01", "links": { - "self": "/stops/70056" + "self": "/stops/WR-0075-01" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70056" + "related": "/facilities/?filter[stop]=WR-0075-01" } }, "parent_station": { "data": { - "id": "place-bmmnl", + "id": "place-WR-0075", "type": "stop" } }, "zone": { "data": { - "id": "RapidTransit", + "id": "CR-zone-1", "type": "zone" } } @@ -226156,45 +228873,119 @@ }, { "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Newburyport", - "North Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Newburyport - Oak Grove (Express)", - "short_name": "Newburyport Line Shuttle", - "sort_order": 62070, - "text_color": "000000", - "type": 3 + "direction_id": 0, + "headsign": "Mystic Mall" }, - "id": "Shuttle-NewburyportOakGroveExpress", + "id": "67202470", "links": { - "self": "/routes/Shuttle-NewburyportOakGroveExpress" + "self": "/trips/67202470" }, "relationships": { - "line": { + "route": { "data": { - "id": "line-Newburyport", - "type": "line" + "id": "114", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "114-1-0", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "WinterWeekday", + "type": "service" + } + }, + "shape": { + "data": { + "id": "1140047", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "5740", + "type": "stop" + }, + { + "id": "5742", + "type": "stop" + }, + { + "id": "5743", + "type": "stop" + }, + { + "id": "5745", + "type": "stop" + }, + { + "id": "5746", + "type": "stop" + }, + { + "id": "5747", + "type": "stop" + }, + { + "id": "5748", + "type": "stop" + }, + { + "id": "5749", + "type": "stop" + }, + { + "id": "5614", + "type": "stop" + }, + { + "id": "5615", + "type": "stop" + }, + { + "id": "5605", + "type": "stop" + }, + { + "id": "5606", + "type": "stop" + }, + { + "id": "5607", + "type": "stop" + }, + { + "id": "5682", + "type": "stop" + }, + { + "id": "5648", + "type": "stop" + }, + { + "id": "5045", + "type": "stop" + } + ] } }, - "type": "route" + "type": "trip" }, { "attributes": {}, - "id": "5771", + "id": "6550", "links": { - "self": "/stops/5771" + "self": "/stops/6550" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5771" + "related": "/facilities/?filter[stop]=6550" } }, "parent_station": { @@ -226202,7 +228993,7 @@ }, "zone": { "data": { - "id": "LocalBus", + "id": "ExpressBus-Downtown", "type": "zone" } } @@ -226211,14 +229002,14 @@ }, { "attributes": {}, - "id": "11071", + "id": "6022", "links": { - "self": "/stops/11071" + "self": "/stops/6022" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=11071" + "related": "/facilities/?filter[stop]=6022" } }, "parent_station": { @@ -226234,39 +229025,108 @@ "type": "stop" }, { - "attributes": {}, - "id": "1258", + "attributes": { + "direction_id": 0, + "headsign": "Franklin Park" + }, + "id": "66645323_3", "links": { - "self": "/stops/1258" + "self": "/trips/66645323_3" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=1258" + "route": { + "data": { + "id": "23", + "type": "route" } }, - "parent_station": { - "data": null + "route_pattern": { + "data": { + "id": "23-E-0", + "type": "route_pattern" + } }, - "zone": { + "service": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "WinterWeekday", + "type": "service" + } + }, + "shape": { + "data": { + "id": "660283-3", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "64000", + "type": "stop" + }, + { + "id": "40001", + "type": "stop" + }, + { + "id": "401", + "type": "stop" + }, + { + "id": "404", + "type": "stop" + }, + { + "id": "405", + "type": "stop" + }, + { + "id": "406", + "type": "stop" + }, + { + "id": "407", + "type": "stop" + }, + { + "id": "410", + "type": "stop" + }, + { + "id": "411", + "type": "stop" + }, + { + "id": "412", + "type": "stop" + }, + { + "id": "413", + "type": "stop" + }, + { + "id": "414", + "type": "stop" + }, + { + "id": "1565", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "4835", + "id": "15060", "links": { - "self": "/stops/4835" + "self": "/stops/15060" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4835" + "related": "/facilities/?filter[stop]=15060" } }, "parent_station": { @@ -226283,14 +229143,14 @@ }, { "attributes": {}, - "id": "4818", + "id": "33241", "links": { - "self": "/stops/4818" + "self": "/stops/33241" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4818" + "related": "/facilities/?filter[stop]=33241" } }, "parent_station": { @@ -226307,14 +229167,14 @@ }, { "attributes": {}, - "id": "3303", + "id": "9218", "links": { - "self": "/stops/3303" + "self": "/stops/9218" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3303" + "related": "/facilities/?filter[stop]=9218" } }, "parent_station": { @@ -226330,55 +229190,48 @@ "type": "stop" }, { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Reservoir Station", - "Forest Hills Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Reservoir Station - Forest Hills Station", - "short_name": "51", - "sort_order": 50510, - "text_color": "000000", - "type": 3 - }, - "id": "51", + "attributes": {}, + "id": "24483", "links": { - "self": "/routes/51" + "self": "/stops/24483" }, "relationships": { - "line": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=24483" + } + }, + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "line-51", - "type": "line" + "id": "LocalBus", + "type": "zone" } } }, - "type": "route" + "type": "stop" }, { "attributes": { "direction_id": 1, - "headsign": "Salem (Express shuttle)" + "headsign": "Quincy Center (Shuttle)" }, - "id": "RockportSalemExpressExtended-1-sample", + "id": "BraintreeQuincyCenter-1-sample", "links": { - "self": "/trips/RockportSalemExpressExtended-1-sample" + "self": "/trips/BraintreeQuincyCenter-1-sample" }, "relationships": { "route": { "data": { - "id": "Shuttle-RockportSalemExpress", + "id": "Shuttle-BraintreeQuincyCenter", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-RockportSalemExpress-0-1", + "id": "Shuttle-BraintreeQuincyCenter-0-1", "type": "route_pattern" } }, @@ -226390,22 +229243,22 @@ }, "shape": { "data": { - "id": "RockportToSalemExpress-S", + "id": "BraintreeToQuincyCenter-S", "type": "shape" } }, "stops": { "data": [ { - "id": "GB-0353-B", + "id": "38671", "type": "stop" }, { - "id": "GB-0316-B1", + "id": "41031", "type": "stop" }, { - "id": "ER-0168-B", + "id": "32000", "type": "stop" } ] @@ -226415,14 +229268,14 @@ }, { "attributes": {}, - "id": "35236", + "id": "2026", "links": { - "self": "/stops/35236" + "self": "/stops/2026" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=35236" + "related": "/facilities/?filter[stop]=2026" } }, "parent_station": { @@ -226439,22 +229292,25 @@ }, { "attributes": {}, - "id": "111648", + "id": "GB-0198-01", "links": { - "self": "/stops/111648" + "self": "/stops/GB-0198-01" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=111648" + "related": "/facilities/?filter[stop]=GB-0198-01" } }, "parent_station": { - "data": null + "data": { + "id": "place-GB-0198", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "CR-zone-4", "type": "zone" } } @@ -226463,14 +229319,14 @@ }, { "attributes": {}, - "id": "3348", + "id": "7436", "links": { - "self": "/stops/3348" + "self": "/stops/7436" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3348" + "related": "/facilities/?filter[stop]=7436" } }, "parent_station": { @@ -226487,14 +229343,14 @@ }, { "attributes": {}, - "id": "1566", + "id": "3466", "links": { - "self": "/stops/1566" + "self": "/stops/3466" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1566" + "related": "/facilities/?filter[stop]=3466" } }, "parent_station": { @@ -226511,14 +229367,14 @@ }, { "attributes": {}, - "id": "8244", + "id": "2159", "links": { - "self": "/stops/8244" + "self": "/stops/2159" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8244" + "related": "/facilities/?filter[stop]=2159" } }, "parent_station": { @@ -226535,14 +229391,14 @@ }, { "attributes": {}, - "id": "111855", + "id": "12866", "links": { - "self": "/stops/111855" + "self": "/stops/12866" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=111855" + "related": "/facilities/?filter[stop]=12866" } }, "parent_station": { @@ -226558,88 +229414,63 @@ "type": "stop" }, { - "attributes": { - "direction_id": 1, - "headsign": "Readville (Shuttle)" - }, - "id": "ForgeParkReadville-1-sample", + "attributes": {}, + "id": "31619", "links": { - "self": "/trips/ForgeParkReadville-1-sample" + "self": "/stops/31619" }, "relationships": { - "route": { - "data": { - "id": "Shuttle-ForgeParkReadville", - "type": "route" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=31619" } }, - "route_pattern": { - "data": { - "id": "Shuttle-ForgeParkReadville-0-1", - "type": "route_pattern" - } + "parent_station": { + "data": null }, - "service": { + "zone": { "data": { - "id": "canonical", - "type": "service" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "15808", + "links": { + "self": "/stops/15808" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=15808" } }, - "shape": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "ForgeParkReadville-S", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "FB-0303-B", - "type": "stop" - }, - { - "id": "FB-0275-B0", - "type": "stop" - }, - { - "id": "FB-0230-B", - "type": "stop" - }, - { - "id": "FB-0191-B", - "type": "stop" - }, - { - "id": "Windsor Gardens-S", - "type": "stop" - }, - { - "id": "Norwood Central-S", - "type": "stop" - }, - { - "id": "Dedham Corp Center-S", - "type": "stop" - }, - { - "id": "DB-0095-B0", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "5457", + "id": "2101", "links": { - "self": "/stops/5457" + "self": "/stops/2101" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5457" + "related": "/facilities/?filter[stop]=2101" } }, "parent_station": { @@ -226656,14 +229487,14 @@ }, { "attributes": {}, - "id": "6598", + "id": "1872", "links": { - "self": "/stops/6598" + "self": "/stops/1872" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6598" + "related": "/facilities/?filter[stop]=1872" } }, "parent_station": { @@ -226680,14 +229511,14 @@ }, { "attributes": {}, - "id": "33691", + "id": "7376", "links": { - "self": "/stops/33691" + "self": "/stops/7376" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=33691" + "related": "/facilities/?filter[stop]=7376" } }, "parent_station": { @@ -226704,14 +229535,14 @@ }, { "attributes": {}, - "id": "3901", + "id": "9172", "links": { - "self": "/stops/3901" + "self": "/stops/9172" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3901" + "related": "/facilities/?filter[stop]=9172" } }, "parent_station": { @@ -226728,14 +229559,14 @@ }, { "attributes": {}, - "id": "6514", + "id": "1563", "links": { - "self": "/stops/6514" + "self": "/stops/1563" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6514" + "related": "/facilities/?filter[stop]=1563" } }, "parent_station": { @@ -226776,14 +229607,14 @@ }, { "attributes": {}, - "id": "6607", + "id": "5282", "links": { - "self": "/stops/6607" + "self": "/stops/5282" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6607" + "related": "/facilities/?filter[stop]=5282" } }, "parent_station": { @@ -226800,14 +229631,14 @@ }, { "attributes": {}, - "id": "3531", + "id": "1344", "links": { - "self": "/stops/3531" + "self": "/stops/1344" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3531" + "related": "/facilities/?filter[stop]=1344" } }, "parent_station": { @@ -226824,38 +229655,38 @@ }, { "attributes": {}, - "id": "DB-2258-B1", + "id": "14320", "links": { - "self": "/stops/DB-2258-B1" + "self": "/stops/14320" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=DB-2258-B1" + "related": "/facilities/?filter[stop]=14320" } }, "parent_station": { - "data": { - "id": "place-DB-2258", - "type": "stop" - } + "data": null }, "zone": { - "data": null + "data": { + "id": "LocalBus", + "type": "zone" + } } }, "type": "stop" }, { "attributes": {}, - "id": "4714", + "id": "3661", "links": { - "self": "/stops/4714" + "self": "/stops/3661" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4714" + "related": "/facilities/?filter[stop]=3661" } }, "parent_station": { @@ -226872,14 +229703,14 @@ }, { "attributes": {}, - "id": "3049", + "id": "3358", "links": { - "self": "/stops/3049" + "self": "/stops/3358" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3049" + "related": "/facilities/?filter[stop]=3358" } }, "parent_station": { @@ -226896,62 +229727,258 @@ }, { "attributes": {}, - "id": "8163", + "id": "WR-0085-01", "links": { - "self": "/stops/8163" + "self": "/stops/WR-0085-01" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8163" + "related": "/facilities/?filter[stop]=WR-0085-01" } }, "parent_station": { - "data": null + "data": { + "id": "place-WR-0085", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "CR-zone-2", "type": "zone" } } }, "type": "stop" }, + { + "attributes": { + "direction_id": 1, + "headsign": "South Station" + }, + "id": "BaseWML-697693-530", + "links": { + "self": "/trips/BaseWML-697693-530" + }, + "relationships": { + "route": { + "data": { + "id": "CR-Worcester", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "CR-Worcester-257727ec-1", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "FALL 2024-SOUTHWKD-Weekday-42-Sb0e4ed14", + "type": "service" + } + }, + "shape": { + "data": { + "id": "9850001", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "WML-0442-CS", + "type": "stop" + }, + { + "id": "WML-0364-02", + "type": "stop" + }, + { + "id": "WML-0340-02", + "type": "stop" + }, + { + "id": "WML-0274-02", + "type": "stop" + }, + { + "id": "WML-0252-02", + "type": "stop" + }, + { + "id": "WML-0214-02", + "type": "stop" + }, + { + "id": "WML-0199-01", + "type": "stop" + }, + { + "id": "WML-0177-01", + "type": "stop" + }, + { + "id": "WML-0147-01", + "type": "stop" + }, + { + "id": "WML-0135-01", + "type": "stop" + }, + { + "id": "WML-0125-01", + "type": "stop" + }, + { + "id": "WML-0035-02", + "type": "stop" + }, + { + "id": "WML-0025-05", + "type": "stop" + }, + { + "id": "WML-0012-05", + "type": "stop" + }, + { + "id": "NEC-2287", + "type": "stop" + } + ] + } + }, + "type": "trip" + }, + { + "attributes": { + "direction_id": 0, + "headsign": "Newburyport" + }, + "id": "canonical-CR-Newburyport-C1-0", + "links": { + "self": "/trips/canonical-CR-Newburyport-C1-0" + }, + "relationships": { + "route": { + "data": { + "id": "CR-Newburyport", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "CR-Newburyport-8a970322-0", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "canonical", + "type": "service" + } + }, + "shape": { + "data": { + "id": "canonical-9810002", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "BNT-0000", + "type": "stop" + }, + { + "id": "ER-0042-01", + "type": "stop" + }, + { + "id": "ER-0099-01", + "type": "stop" + }, + { + "id": "ER-0117-01", + "type": "stop" + }, + { + "id": "ER-0128-01", + "type": "stop" + }, + { + "id": "ER-0168-S", + "type": "stop" + }, + { + "id": "ER-0183-01", + "type": "stop" + }, + { + "id": "ER-0208-01", + "type": "stop" + }, + { + "id": "ER-0227-S", + "type": "stop" + }, + { + "id": "ER-0276-S", + "type": "stop" + }, + { + "id": "ER-0312-S", + "type": "stop" + }, + { + "id": "ER-0362-01", + "type": "stop" + } + ] + } + }, + "type": "trip" + }, { "attributes": {}, - "id": "Dedham Corp Center-S", + "id": "FB-0230-S", "links": { - "self": "/stops/Dedham%20Corp%20Center-S" + "self": "/stops/FB-0230-S" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=Dedham%20Corp%20Center-S" + "related": "/facilities/?filter[stop]=FB-0230-S" } }, "parent_station": { "data": { - "id": "place-FB-0118", + "id": "place-FB-0230", "type": "stop" } }, "zone": { - "data": null + "data": { + "id": "CR-zone-5", + "type": "zone" + } } }, "type": "stop" }, { "attributes": {}, - "id": "8638", + "id": "36618", "links": { - "self": "/stops/8638" + "self": "/stops/36618" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8638" + "related": "/facilities/?filter[stop]=36618" } }, "parent_station": { @@ -226968,14 +229995,14 @@ }, { "attributes": {}, - "id": "1262", + "id": "2300", "links": { - "self": "/stops/1262" + "self": "/stops/2300" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1262" + "related": "/facilities/?filter[stop]=2300" } }, "parent_station": { @@ -226992,14 +230019,14 @@ }, { "attributes": {}, - "id": "4718", + "id": "2332", "links": { - "self": "/stops/4718" + "self": "/stops/2332" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4718" + "related": "/facilities/?filter[stop]=2332" } }, "parent_station": { @@ -227016,14 +230043,14 @@ }, { "attributes": {}, - "id": "121019", + "id": "458", "links": { - "self": "/stops/121019" + "self": "/stops/458" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=121019" + "related": "/facilities/?filter[stop]=458" } }, "parent_station": { @@ -227039,36 +230066,72 @@ "type": "stop" }, { - "attributes": {}, - "id": "9070065", + "attributes": { + "direction_id": 1, + "headsign": "Anderson/Woburn (Shuttle)" + }, + "id": "AndersonWoburnLowell-1-sample", "links": { - "self": "/stops/9070065" + "self": "/trips/AndersonWoburnLowell-1-sample" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=9070065" + "route": { + "data": { + "id": "Shuttle-AndersonWoburnLowell", + "type": "route" } }, - "parent_station": { - "data": null + "route_pattern": { + "data": { + "id": "Shuttle-AndersonWoburnLowell-0-1", + "type": "route_pattern" + } }, - "zone": { - "data": null + "service": { + "data": { + "id": "canonical", + "type": "service" + } + }, + "shape": { + "data": { + "id": "LowellToAnderson-S", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "NHRML-0254-B", + "type": "stop" + }, + { + "id": "NHRML-0218-B0", + "type": "stop" + }, + { + "id": "NHRML-0152-B", + "type": "stop" + }, + { + "id": "NHRML-0127-B", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "17095", + "id": "81561", "links": { - "self": "/stops/17095" + "self": "/stops/81561" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=17095" + "related": "/facilities/?filter[stop]=81561" } }, "parent_station": { @@ -227076,7 +230139,7 @@ }, "zone": { "data": { - "id": "SL1-Logan", + "id": "LocalBus", "type": "zone" } } @@ -227085,14 +230148,14 @@ }, { "attributes": {}, - "id": "1475", + "id": "6320", "links": { - "self": "/stops/1475" + "self": "/stops/6320" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1475" + "related": "/facilities/?filter[stop]=6320" } }, "parent_station": { @@ -227108,39 +230171,52 @@ "type": "stop" }, { - "attributes": {}, - "id": "3237", + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Roberts", + "Newton Corner" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Roberts - Newton Corner", + "short_name": "553", + "sort_order": 55530, + "text_color": "000000", + "type": 3 + }, + "id": "553", "links": { - "self": "/stops/3237" + "self": "/routes/553" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=3237" + "agency": { + "data": { + "id": "1", + "type": "agency" } }, - "parent_station": { - "data": null - }, - "zone": { + "line": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "line-505553554", + "type": "line" } } }, - "type": "stop" + "type": "route" }, { "attributes": {}, - "id": "71266", + "id": "1814", "links": { - "self": "/stops/71266" + "self": "/stops/1814" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=71266" + "related": "/facilities/?filter[stop]=1814" } }, "parent_station": { @@ -227157,14 +230233,14 @@ }, { "attributes": {}, - "id": "3848", + "id": "2933", "links": { - "self": "/stops/3848" + "self": "/stops/2933" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3848" + "related": "/facilities/?filter[stop]=2933" } }, "parent_station": { @@ -227181,38 +230257,78 @@ }, { "attributes": {}, - "id": "7917", + "id": "70130", "links": { - "self": "/stops/7917" + "self": "/stops/70130" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7917" + "related": "/facilities/?filter[stop]=70130" } }, "parent_station": { - "data": null + "data": { + "id": "place-harvd", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } }, "type": "stop" }, + { + "attributes": { + "color": "80276C", + "direction_destinations": [ + "Forge Park/495 or Foxboro", + "South Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Franklin/Foxboro Line", + "short_name": "", + "sort_order": 20004, + "text_color": "FFFFFF", + "type": 2 + }, + "id": "CR-Franklin", + "links": { + "self": "/routes/CR-Franklin" + }, + "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, + "line": { + "data": { + "id": "line-Franklin", + "type": "line" + } + } + }, + "type": "route" + }, { "attributes": {}, - "id": "7864", + "id": "2291", "links": { - "self": "/stops/7864" + "self": "/stops/2291" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7864" + "related": "/facilities/?filter[stop]=2291" } }, "parent_station": { @@ -227229,14 +230345,14 @@ }, { "attributes": {}, - "id": "88335", + "id": "76031", "links": { - "self": "/stops/88335" + "self": "/stops/76031" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=88335" + "related": "/facilities/?filter[stop]=76031" } }, "parent_station": { @@ -227254,157 +230370,101 @@ { "attributes": { "direction_id": 0, - "headsign": "Kings Lynn" + "headsign": "Logan Airport via Andrew" }, - "id": "62216414", + "id": "66651376", "links": { - "self": "/trips/62216414" + "self": "/trips/66651376" }, "relationships": { "route": { "data": { - "id": "429", + "id": "171", "type": "route" } }, "route_pattern": { "data": { - "id": "429-5-0", + "id": "171-_-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "4290280", + "id": "1710027", "type": "shape" } }, "stops": { "data": [ { - "id": "94320", - "type": "stop" - }, - { - "id": "94323", - "type": "stop" - }, - { - "id": "6773", - "type": "stop" - }, - { - "id": "14748", - "type": "stop" - }, - { - "id": "6600", - "type": "stop" - }, - { - "id": "66721", - "type": "stop" - }, - { - "id": "66731", - "type": "stop" - }, - { - "id": "6674", - "type": "stop" - }, - { - "id": "66761", - "type": "stop" - }, - { - "id": "6676", - "type": "stop" - }, - { - "id": "6677", - "type": "stop" - }, - { - "id": "6678", - "type": "stop" - }, - { - "id": "6679", - "type": "stop" - }, - { - "id": "6681", - "type": "stop" - }, - { - "id": "6683", + "id": "64", "type": "stop" }, { - "id": "6684", + "id": "1", "type": "stop" }, { - "id": "6685", + "id": "2", "type": "stop" }, { - "id": "6686", + "id": "6", "type": "stop" }, { - "id": "6688", + "id": "5089", "type": "stop" }, { - "id": "6689", + "id": "855", "type": "stop" }, { - "id": "6690", + "id": "8", "type": "stop" }, { - "id": "6691", + "id": "10", "type": "stop" }, { - "id": "6692", + "id": "10010", "type": "stop" }, { - "id": "6694", + "id": "13", "type": "stop" }, { - "id": "6695", + "id": "17091", "type": "stop" }, { - "id": "6697", + "id": "27092", "type": "stop" }, { - "id": "6698", + "id": "17093", "type": "stop" }, { - "id": "6699", + "id": "17094", "type": "stop" }, { - "id": "6700", + "id": "17095", "type": "stop" }, { - "id": "56734", + "id": "7096", "type": "stop" } ] @@ -227414,14 +230474,14 @@ }, { "attributes": {}, - "id": "2144", + "id": "3664", "links": { - "self": "/stops/2144" + "self": "/stops/3664" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2144" + "related": "/facilities/?filter[stop]=3664" } }, "parent_station": { @@ -227438,49 +230498,121 @@ }, { "attributes": {}, - "id": "ER-0276-B", + "id": "4706", "links": { - "self": "/stops/ER-0276-B" + "self": "/stops/4706" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=ER-0276-B" + "related": "/facilities/?filter[stop]=4706" } }, "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "place-ER-0276", + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "70225", + "links": { + "self": "/stops/70225" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=70225" + } + }, + "parent_station": { + "data": { + "id": "place-bndhl", "type": "stop" } }, "zone": { + "data": { + "id": "RapidTransit", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "7640", + "links": { + "self": "/stops/7640" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=7640" + } + }, + "parent_station": { "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } } }, "type": "stop" }, { "attributes": {}, - "id": "70089", + "id": "7412", "links": { - "self": "/stops/70089" + "self": "/stops/7412" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70089" + "related": "/facilities/?filter[stop]=7412" } }, "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "place-fldcr", - "type": "stop" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "546", + "links": { + "self": "/stops/546" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=546" } }, + "parent_station": { + "data": null + }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } @@ -227489,14 +230621,14 @@ }, { "attributes": {}, - "id": "1202", + "id": "4297", "links": { - "self": "/stops/1202" + "self": "/stops/4297" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1202" + "related": "/facilities/?filter[stop]=4297" } }, "parent_station": { @@ -227513,222 +230645,70 @@ }, { "attributes": { - "direction_id": 0, - "headsign": "Roberts" + "direction_id": 1, + "headsign": "North Station" }, - "id": "61393879", + "id": "canonical-CR-Lowell-C1-1", "links": { - "self": "/trips/61393879" + "self": "/trips/canonical-CR-Lowell-C1-1" }, "relationships": { "route": { "data": { - "id": "553", + "id": "CR-Lowell", "type": "route" } }, "route_pattern": { "data": { - "id": "553-6-0", + "id": "CR-Lowell-305fef81-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "canonical", "type": "service" } }, "shape": { "data": { - "id": "553-6-0", + "id": "canonical-9830005", "type": "shape" } }, "stops": { "data": [ { - "id": "903", - "type": "stop" - }, - { - "id": "7640", - "type": "stop" - }, - { - "id": "7641", - "type": "stop" - }, - { - "id": "7642", - "type": "stop" - }, - { - "id": "7643", - "type": "stop" - }, - { - "id": "7644", - "type": "stop" - }, - { - "id": "7645", - "type": "stop" - }, - { - "id": "17645", - "type": "stop" - }, - { - "id": "7646", - "type": "stop" - }, - { - "id": "7647", - "type": "stop" - }, - { - "id": "7648", - "type": "stop" - }, - { - "id": "7649", - "type": "stop" - }, - { - "id": "7650", - "type": "stop" - }, - { - "id": "7651", - "type": "stop" - }, - { - "id": "7653", - "type": "stop" - }, - { - "id": "7654", - "type": "stop" - }, - { - "id": "7655", - "type": "stop" - }, - { - "id": "7656", - "type": "stop" - }, - { - "id": "76561", - "type": "stop" - }, - { - "id": "7657", - "type": "stop" - }, - { - "id": "7658", - "type": "stop" - }, - { - "id": "7659", - "type": "stop" - }, - { - "id": "76592", - "type": "stop" - }, - { - "id": "76593", - "type": "stop" - }, - { - "id": "7660", - "type": "stop" - }, - { - "id": "76594", - "type": "stop" - }, - { - "id": "7845", - "type": "stop" - }, - { - "id": "7846", - "type": "stop" - }, - { - "id": "17846", - "type": "stop" - }, - { - "id": "76597", - "type": "stop" - }, - { - "id": "86971", - "type": "stop" - }, - { - "id": "86944", - "type": "stop" - }, - { - "id": "869451", - "type": "stop" - }, - { - "id": "88334", - "type": "stop" - }, - { - "id": "88335", - "type": "stop" - }, - { - "id": "88336", - "type": "stop" - }, - { - "id": "88337", - "type": "stop" - }, - { - "id": "88339", - "type": "stop" - }, - { - "id": "89339", + "id": "NHRML-0254-04", "type": "stop" }, { - "id": "88340", + "id": "NHRML-0218-02", "type": "stop" }, { - "id": "88341", + "id": "NHRML-0152-02", "type": "stop" }, { - "id": "88342", + "id": "NHRML-0127-02", "type": "stop" }, { - "id": "88344", + "id": "NHRML-0078-02", "type": "stop" }, { - "id": "88345", + "id": "NHRML-0073-02", "type": "stop" }, { - "id": "88346", + "id": "NHRML-0055-02", "type": "stop" }, { - "id": "7600", + "id": "BNT-0000", "type": "stop" } ] @@ -227738,46 +230718,46 @@ }, { "attributes": {}, - "id": "7318", + "id": "9370022", "links": { - "self": "/stops/7318" + "self": "/stops/9370022" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7318" + "related": "/facilities/?filter[stop]=9370022" } }, "parent_station": { "data": null }, "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } + "data": null } }, "type": "stop" }, { "attributes": {}, - "id": "5571", + "id": "70230", "links": { - "self": "/stops/5571" + "self": "/stops/70230" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5571" + "related": "/facilities/?filter[stop]=70230" } }, "parent_station": { - "data": null + "data": { + "id": "place-bcnwa", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -227786,14 +230766,14 @@ }, { "attributes": {}, - "id": "3607", + "id": "1740", "links": { - "self": "/stops/3607" + "self": "/stops/1740" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3607" + "related": "/facilities/?filter[stop]=1740" } }, "parent_station": { @@ -227810,14 +230790,14 @@ }, { "attributes": {}, - "id": "1886", + "id": "61852", "links": { - "self": "/stops/1886" + "self": "/stops/61852" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1886" + "related": "/facilities/?filter[stop]=61852" } }, "parent_station": { @@ -227833,70 +230813,66 @@ "type": "stop" }, { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Holbrook/Randolph Station", - "Quincy Center Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Holbrook/Randolph Station - Quincy Center Station", - "short_name": "238", - "sort_order": 52380, - "text_color": "000000", - "type": 3 - }, - "id": "238", + "attributes": {}, + "id": "4391", "links": { - "self": "/routes/238" + "self": "/stops/4391" }, "relationships": { - "line": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=4391" + } + }, + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "line-238", - "type": "line" + "id": "LocalBus", + "type": "zone" } } }, - "type": "route" + "type": "stop" }, { "attributes": {}, - "id": "NEC-1851-B2", + "id": "WR-0053-S", "links": { - "self": "/stops/NEC-1851-B2" + "self": "/stops/WR-0053-S" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=NEC-1851-B2" + "related": "/facilities/?filter[stop]=WR-0053-S" } }, "parent_station": { "data": { - "id": "place-NEC-1851", + "id": "place-ogmnl", "type": "stop" } }, "zone": { - "data": null + "data": { + "id": "CR-zone-1A", + "type": "zone" + } } }, "type": "stop" }, { "attributes": {}, - "id": "4941", + "id": "2512", "links": { - "self": "/stops/4941" + "self": "/stops/2512" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4941" + "related": "/facilities/?filter[stop]=2512" } }, "parent_station": { @@ -227913,14 +230889,14 @@ }, { "attributes": {}, - "id": "4058", + "id": "5903", "links": { - "self": "/stops/4058" + "self": "/stops/5903" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4058" + "related": "/facilities/?filter[stop]=5903" } }, "parent_station": { @@ -227937,14 +230913,14 @@ }, { "attributes": {}, - "id": "6846", + "id": "1616", "links": { - "self": "/stops/6846" + "self": "/stops/1616" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6846" + "related": "/facilities/?filter[stop]=1616" } }, "parent_station": { @@ -227961,38 +230937,35 @@ }, { "attributes": {}, - "id": "9229", + "id": "9070180", "links": { - "self": "/stops/9229" + "self": "/stops/9070180" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9229" + "related": "/facilities/?filter[stop]=9070180" } }, "parent_station": { "data": null }, "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } + "data": null } }, "type": "stop" }, { "attributes": {}, - "id": "35704", + "id": "30272", "links": { - "self": "/stops/35704" + "self": "/stops/30272" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=35704" + "related": "/facilities/?filter[stop]=30272" } }, "parent_station": { @@ -228008,168 +230981,39 @@ "type": "stop" }, { - "attributes": { - "direction_id": 0, - "headsign": "Dedham Line" - }, - "id": "62146208", + "attributes": {}, + "id": "74", "links": { - "self": "/trips/62146208" + "self": "/stops/74" }, "relationships": { - "route": { - "data": { - "id": "34", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "34-_-0", - "type": "route_pattern" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=74" } }, - "service": { - "data": { - "id": "SpringWeekday", - "type": "service" - } + "parent_station": { + "data": null }, - "shape": { + "zone": { "data": { - "id": "340246", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "10642", - "type": "stop" - }, - { - "id": "596", - "type": "stop" - }, - { - "id": "597", - "type": "stop" - }, - { - "id": "598", - "type": "stop" - }, - { - "id": "599", - "type": "stop" - }, - { - "id": "600", - "type": "stop" - }, - { - "id": "601", - "type": "stop" - }, - { - "id": "6022", - "type": "stop" - }, - { - "id": "603", - "type": "stop" - }, - { - "id": "10603", - "type": "stop" - }, - { - "id": "604", - "type": "stop" - }, - { - "id": "605", - "type": "stop" - }, - { - "id": "606", - "type": "stop" - }, - { - "id": "607", - "type": "stop" - }, - { - "id": "608", - "type": "stop" - }, - { - "id": "609", - "type": "stop" - }, - { - "id": "610", - "type": "stop" - }, - { - "id": "611", - "type": "stop" - }, - { - "id": "612", - "type": "stop" - }, - { - "id": "10612", - "type": "stop" - }, - { - "id": "613", - "type": "stop" - }, - { - "id": "614", - "type": "stop" - }, - { - "id": "615", - "type": "stop" - }, - { - "id": "616", - "type": "stop" - }, - { - "id": "618", - "type": "stop" - }, - { - "id": "10618", - "type": "stop" - }, - { - "id": "24619", - "type": "stop" - }, - { - "id": "99832", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "7904", + "id": "71917", "links": { - "self": "/stops/7904" + "self": "/stops/71917" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7904" + "related": "/facilities/?filter[stop]=71917" } }, "parent_station": { @@ -228186,22 +231030,25 @@ }, { "attributes": {}, - "id": "5788", + "id": "70254", "links": { - "self": "/stops/5788" + "self": "/stops/70254" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5788" + "related": "/facilities/?filter[stop]=70254" } }, "parent_station": { - "data": null + "data": { + "id": "place-mispk", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -228210,14 +231057,14 @@ }, { "attributes": {}, - "id": "6206", + "id": "49911", "links": { - "self": "/stops/6206" + "self": "/stops/49911" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6206" + "related": "/facilities/?filter[stop]=49911" } }, "parent_station": { @@ -228234,14 +231081,14 @@ }, { "attributes": {}, - "id": "4288", + "id": "2130", "links": { - "self": "/stops/4288" + "self": "/stops/2130" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4288" + "related": "/facilities/?filter[stop]=2130" } }, "parent_station": { @@ -228258,14 +231105,14 @@ }, { "attributes": {}, - "id": "14753", + "id": "5069", "links": { - "self": "/stops/14753" + "self": "/stops/5069" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=14753" + "related": "/facilities/?filter[stop]=5069" } }, "parent_station": { @@ -228283,189 +231130,45 @@ { "attributes": { "direction_id": 0, - "headsign": "Sullivan" + "headsign": "Lewis Mall Wharf" }, - "id": "61848218", + "id": "Boat-EastBoston-0715-Long-BEB-01-Weekday-Summer-25", "links": { - "self": "/trips/61848218" + "self": "/trips/Boat-EastBoston-0715-Long-BEB-01-Weekday-Summer-25" }, "relationships": { "route": { "data": { - "id": "86", + "id": "Boat-EastBoston", "type": "route" } }, "route_pattern": { "data": { - "id": "86-_-0", + "id": "Boat-EastBoston-0-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "Boat-EastBoston-Weekday-Summer-25", "type": "service" } }, "shape": { "data": { - "id": "860160", + "id": "LongWharfToLewisWharf-F", "type": "shape" - } - }, - "stops": { - "data": [ - { - "id": "21917", - "type": "stop" - }, - { - "id": "1027", - "type": "stop" - }, - { - "id": "1029", - "type": "stop" - }, - { - "id": "1030", - "type": "stop" - }, - { - "id": "1032", - "type": "stop" - }, - { - "id": "1033", - "type": "stop" - }, - { - "id": "1034", - "type": "stop" - }, - { - "id": "1026", - "type": "stop" - }, - { - "id": "1035", - "type": "stop" - }, - { - "id": "1036", - "type": "stop" - }, - { - "id": "1038", - "type": "stop" - }, - { - "id": "1039", - "type": "stop" - }, - { - "id": "1040", - "type": "stop" - }, - { - "id": "1041", - "type": "stop" - }, - { - "id": "1042", - "type": "stop" - }, - { - "id": "1043", - "type": "stop" - }, - { - "id": "1045", - "type": "stop" - }, - { - "id": "1046", - "type": "stop" - }, - { - "id": "1049", - "type": "stop" - }, - { - "id": "1589", - "type": "stop" - }, - { - "id": "2561", - "type": "stop" - }, - { - "id": "2564", - "type": "stop" - }, - { - "id": "2565", - "type": "stop" - }, - { - "id": "20761", - "type": "stop" - }, - { - "id": "2567", - "type": "stop" - }, - { - "id": "2568", - "type": "stop" - }, - { - "id": "2570", - "type": "stop" - }, - { - "id": "2571", - "type": "stop" - }, - { - "id": "25712", - "type": "stop" - }, - { - "id": "25713", - "type": "stop" - }, - { - "id": "2597", - "type": "stop" - }, - { - "id": "2773", - "type": "stop" - }, - { - "id": "2774", - "type": "stop" - }, - { - "id": "2776", - "type": "stop" - }, - { - "id": "2778", - "type": "stop" - }, - { - "id": "2777", - "type": "stop" - }, + } + }, + "stops": { + "data": [ { - "id": "2779", + "id": "Boat-Long", "type": "stop" }, { - "id": "29001", + "id": "Boat-Lewis", "type": "stop" } ] @@ -228475,14 +231178,14 @@ }, { "attributes": {}, - "id": "6854", + "id": "45261", "links": { - "self": "/stops/6854" + "self": "/stops/45261" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6854" + "related": "/facilities/?filter[stop]=45261" } }, "parent_station": { @@ -228499,14 +231202,14 @@ }, { "attributes": {}, - "id": "82034", + "id": "632", "links": { - "self": "/stops/82034" + "self": "/stops/632" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=82034" + "related": "/facilities/?filter[stop]=632" } }, "parent_station": { @@ -228523,14 +231226,14 @@ }, { "attributes": {}, - "id": "7922", + "id": "5695", "links": { - "self": "/stops/7922" + "self": "/stops/5695" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7922" + "related": "/facilities/?filter[stop]=5695" } }, "parent_station": { @@ -228547,14 +231250,14 @@ }, { "attributes": {}, - "id": "7180", + "id": "2678", "links": { - "self": "/stops/7180" + "self": "/stops/2678" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7180" + "related": "/facilities/?filter[stop]=2678" } }, "parent_station": { @@ -228571,21 +231274,18 @@ }, { "attributes": {}, - "id": "334", + "id": "7219", "links": { - "self": "/stops/334" + "self": "/stops/7219" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=334" + "related": "/facilities/?filter[stop]=7219" } }, "parent_station": { - "data": { - "id": "place-asmnl", - "type": "stop" - } + "data": null }, "zone": { "data": { @@ -228598,14 +231298,14 @@ }, { "attributes": {}, - "id": "71", + "id": "6301", "links": { - "self": "/stops/71" + "self": "/stops/6301" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=71" + "related": "/facilities/?filter[stop]=6301" } }, "parent_station": { @@ -228622,14 +231322,14 @@ }, { "attributes": {}, - "id": "8433", + "id": "7316", "links": { - "self": "/stops/8433" + "self": "/stops/7316" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8433" + "related": "/facilities/?filter[stop]=7316" } }, "parent_station": { @@ -228646,14 +231346,14 @@ }, { "attributes": {}, - "id": "4779", + "id": "1242", "links": { - "self": "/stops/4779" + "self": "/stops/1242" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4779" + "related": "/facilities/?filter[stop]=1242" } }, "parent_station": { @@ -228670,14 +231370,14 @@ }, { "attributes": {}, - "id": "7802", + "id": "5826", "links": { - "self": "/stops/7802" + "self": "/stops/5826" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7802" + "related": "/facilities/?filter[stop]=5826" } }, "parent_station": { @@ -228695,22 +231395,22 @@ { "attributes": { "direction_id": 1, - "headsign": "Washington Street (Shuttle)" + "headsign": "JFK/UMass (Shuttle)" }, - "id": "BostonCollegeWashingtonStreet-1-sample", + "id": "BraintreeJFK-1-sample", "links": { - "self": "/trips/BostonCollegeWashingtonStreet-1-sample" + "self": "/trips/BraintreeJFK-1-sample" }, "relationships": { "route": { "data": { - "id": "Shuttle-BostonCollegeWashington", + "id": "Shuttle-BraintreeJFK", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-BostonCollegeWashington-0-1", + "id": "Shuttle-BraintreeJFK-0-1", "type": "route_pattern" } }, @@ -228722,34 +231422,34 @@ }, "shape": { "data": { - "id": "BostonCollegeToWashington-S", + "id": "BraintreeToJFK-S", "type": "shape" } }, "stops": { "data": [ { - "id": "9070107", + "id": "38671", "type": "stop" }, { - "id": "9070110", + "id": "41031", "type": "stop" }, { - "id": "9070112", + "id": "32000", "type": "stop" }, { - "id": "9070114", + "id": "9170100", "type": "stop" }, { - "id": "9070116", + "id": "3125", "type": "stop" }, { - "id": "9070120", + "id": "121", "type": "stop" } ] @@ -228758,109 +231458,72 @@ "type": "trip" }, { - "attributes": { - "direction_id": 0, - "headsign": "Providence" - }, - "id": "CR-670271-813", + "attributes": {}, + "id": "3244", "links": { - "self": "/trips/CR-670271-813" + "self": "/stops/3244" }, "relationships": { - "route": { - "data": { - "id": "CR-Providence", - "type": "route" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=3244" } }, - "route_pattern": { - "data": { - "id": "CR-Providence-02353231-0", - "type": "route_pattern" - } + "parent_station": { + "data": null }, - "service": { + "zone": { "data": { - "id": "SPRING2024-SOUTHWKD-Weekday-1-Scbbf1ea5", - "type": "service" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "15994", + "links": { + "self": "/stops/15994" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=15994" } }, - "shape": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "9890009", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "NEC-2287", - "type": "stop" - }, - { - "id": "NEC-2276-01", - "type": "stop" - }, - { - "id": "NEC-2265-01", - "type": "stop" - }, - { - "id": "NEC-2173-01", - "type": "stop" - }, - { - "id": "NEC-2139-01", - "type": "stop" - }, - { - "id": "NEC-2108-01", - "type": "stop" - }, - { - "id": "NEC-2040-01", - "type": "stop" - }, - { - "id": "NEC-1969-03", - "type": "stop" - }, - { - "id": "NEC-1919-01", - "type": "stop" - }, - { - "id": "NEC-1891-01", - "type": "stop" - }, - { - "id": "NEC-1851-03", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": { "direction_id": 1, - "headsign": "South Station" + "headsign": "Brookline Hills (Shuttle)" }, - "id": "canonical-CR-Worcester-C1-1", + "id": "BrooklineHillsNewtonHighlands-1-sample", "links": { - "self": "/trips/canonical-CR-Worcester-C1-1" + "self": "/trips/BrooklineHillsNewtonHighlands-1-sample" }, "relationships": { "route": { "data": { - "id": "CR-Worcester", + "id": "Shuttle-BrooklineHillsNewtonHighlands", "type": "route" } }, "route_pattern": { "data": { - "id": "CR-Worcester-C1-1", + "id": "Shuttle-BrooklineHillsNewtonHighlands-0-1", "type": "route_pattern" } }, @@ -228872,82 +231535,30 @@ }, "shape": { "data": { - "id": "canonical-9850001", + "id": "NewtonHighlandsToBrooklineHills-S", "type": "shape" } }, "stops": { "data": [ { - "id": "WML-0442-CS", - "type": "stop" - }, - { - "id": "WML-0364-02", - "type": "stop" - }, - { - "id": "WML-0340-02", - "type": "stop" - }, - { - "id": "WML-0274-02", - "type": "stop" - }, - { - "id": "WML-0252-02", - "type": "stop" - }, - { - "id": "WML-0214-02", - "type": "stop" - }, - { - "id": "WML-0199-02", - "type": "stop" - }, - { - "id": "WML-0177-02", - "type": "stop" - }, - { - "id": "WML-0147-02", - "type": "stop" - }, - { - "id": "WML-0135-02", - "type": "stop" - }, - { - "id": "WML-0125-02", - "type": "stop" - }, - { - "id": "WML-0102-02", - "type": "stop" - }, - { - "id": "WML-0091-02", - "type": "stop" - }, - { - "id": "WML-0081-02", + "id": "9070168", "type": "stop" }, { - "id": "WML-0035-02", + "id": "9070170", "type": "stop" }, { - "id": "WML-0025-05", + "id": "1984", "type": "stop" }, { - "id": "NEC-2276", + "id": "21917", "type": "stop" }, { - "id": "NEC-2287", + "id": "9170178", "type": "stop" } ] @@ -228957,22 +231568,25 @@ }, { "attributes": {}, - "id": "8830", + "id": "70248", "links": { - "self": "/stops/8830" + "self": "/stops/70248" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8830" + "related": "/facilities/?filter[stop]=70248" } }, "parent_station": { - "data": null + "data": { + "id": "place-lngmd", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -228981,14 +231595,14 @@ }, { "attributes": {}, - "id": "1169", + "id": "3635", "links": { - "self": "/stops/1169" + "self": "/stops/3635" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1169" + "related": "/facilities/?filter[stop]=3635" } }, "parent_station": { @@ -229005,14 +231619,14 @@ }, { "attributes": {}, - "id": "16156", + "id": "2895", "links": { - "self": "/stops/16156" + "self": "/stops/2895" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=16156" + "related": "/facilities/?filter[stop]=2895" } }, "parent_station": { @@ -229027,78 +231641,16 @@ }, "type": "stop" }, - { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Boston College", - "Government Center" - ], - "direction_names": [ - "West", - "East" - ], - "long_name": "Babcock Street - Blandford Street", - "short_name": "Green Line B Shuttle", - "sort_order": 60400, - "text_color": "000000", - "type": 3 - }, - "id": "Shuttle-BabcockBlandford", - "links": { - "self": "/routes/Shuttle-BabcockBlandford" - }, - "relationships": { - "line": { - "data": { - "id": "line-Green", - "type": "line" - } - } - }, - "type": "route" - }, - { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Bedford VA Hospital", - "Alewife Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Bedford VA Hospital - Alewife Station", - "short_name": "62", - "sort_order": 50620, - "text_color": "000000", - "type": 3 - }, - "id": "62", - "links": { - "self": "/routes/62" - }, - "relationships": { - "line": { - "data": { - "id": "line-6276", - "type": "line" - } - } - }, - "type": "route" - }, { "attributes": {}, - "id": "5070", + "id": "8595", "links": { - "self": "/stops/5070" + "self": "/stops/8595" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5070" + "related": "/facilities/?filter[stop]=8595" } }, "parent_station": { @@ -229115,38 +231667,38 @@ }, { "attributes": {}, - "id": "49818", + "id": "NEC-1969-B", "links": { - "self": "/stops/49818" + "self": "/stops/NEC-1969-B" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=49818" + "related": "/facilities/?filter[stop]=NEC-1969-B" } }, "parent_station": { - "data": null - }, - "zone": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "place-NEC-1969", + "type": "stop" } + }, + "zone": { + "data": null } }, "type": "stop" }, { "attributes": {}, - "id": "6505", + "id": "6373", "links": { - "self": "/stops/6505" + "self": "/stops/6373" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6505" + "related": "/facilities/?filter[stop]=6373" } }, "parent_station": { @@ -229163,14 +231715,14 @@ }, { "attributes": {}, - "id": "56170", + "id": "2279", "links": { - "self": "/stops/56170" + "self": "/stops/2279" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=56170" + "related": "/facilities/?filter[stop]=2279" } }, "parent_station": { @@ -229187,14 +231739,14 @@ }, { "attributes": {}, - "id": "4173", + "id": "8533", "links": { - "self": "/stops/4173" + "self": "/stops/8533" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4173" + "related": "/facilities/?filter[stop]=8533" } }, "parent_station": { @@ -229211,14 +231763,14 @@ }, { "attributes": {}, - "id": "5899", + "id": "6377", "links": { - "self": "/stops/5899" + "self": "/stops/6377" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5899" + "related": "/facilities/?filter[stop]=6377" } }, "parent_station": { @@ -229235,69 +231787,41 @@ }, { "attributes": {}, - "id": "5819", + "id": "74632", "links": { - "self": "/stops/5819" + "self": "/stops/74632" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5819" + "related": "/facilities/?filter[stop]=74632" } }, "parent_station": { - "data": null + "data": { + "id": "place-belsq", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "SLWaterfrontNonLogan", "type": "zone" } } }, "type": "stop" }, - { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Boston College", - "Government Center" - ], - "direction_names": [ - "West", - "East" - ], - "long_name": "Boston College - Blandford Street", - "short_name": "Green Line B Shuttle", - "sort_order": 60750, - "text_color": "000000", - "type": 3 - }, - "id": "Shuttle-BlandfordBostonCollege", - "links": { - "self": "/routes/Shuttle-BlandfordBostonCollege" - }, - "relationships": { - "line": { - "data": { - "id": "line-Green", - "type": "line" - } - } - }, - "type": "route" - }, { "attributes": {}, - "id": "5729", + "id": "39941", "links": { - "self": "/stops/5729" + "self": "/stops/39941" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5729" + "related": "/facilities/?filter[stop]=39941" } }, "parent_station": { @@ -229313,63 +231837,148 @@ "type": "stop" }, { - "attributes": {}, - "id": "7422", + "attributes": { + "direction_id": 0, + "headsign": "West Medford via High St" + }, + "id": "66960107", "links": { - "self": "/stops/7422" + "self": "/trips/66960107" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=7422" + "route": { + "data": { + "id": "95", + "type": "route" } }, - "parent_station": { - "data": null - }, - "zone": { + "route_pattern": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "1724", - "links": { - "self": "/stops/1724" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=1724" + "id": "95-2-0", + "type": "route_pattern" } }, - "parent_station": { - "data": null + "service": { + "data": { + "id": "WinterWeekday", + "type": "service" + } }, - "zone": { + "shape": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "950229", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "5333", + "type": "stop" + }, + { + "id": "5282", + "type": "stop" + }, + { + "id": "5283", + "type": "stop" + }, + { + "id": "5284", + "type": "stop" + }, + { + "id": "5285", + "type": "stop" + }, + { + "id": "5286", + "type": "stop" + }, + { + "id": "5287", + "type": "stop" + }, + { + "id": "5002", + "type": "stop" + }, + { + "id": "15002", + "type": "stop" + }, + { + "id": "5003", + "type": "stop" + }, + { + "id": "5004", + "type": "stop" + }, + { + "id": "5005", + "type": "stop" + }, + { + "id": "6298", + "type": "stop" + }, + { + "id": "6299", + "type": "stop" + }, + { + "id": "6301", + "type": "stop" + }, + { + "id": "6302", + "type": "stop" + }, + { + "id": "6303", + "type": "stop" + }, + { + "id": "6304", + "type": "stop" + }, + { + "id": "6305", + "type": "stop" + }, + { + "id": "6307", + "type": "stop" + }, + { + "id": "6308", + "type": "stop" + }, + { + "id": "6309", + "type": "stop" + }, + { + "id": "6310", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "49061", + "id": "3203", "links": { - "self": "/stops/49061" + "self": "/stops/3203" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=49061" + "related": "/facilities/?filter[stop]=3203" } }, "parent_station": { @@ -229386,14 +231995,14 @@ }, { "attributes": {}, - "id": "2449", + "id": "4914", "links": { - "self": "/stops/2449" + "self": "/stops/4914" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2449" + "related": "/facilities/?filter[stop]=4914" } }, "parent_station": { @@ -229410,14 +232019,14 @@ }, { "attributes": {}, - "id": "4901", + "id": "4371", "links": { - "self": "/stops/4901" + "self": "/stops/4371" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4901" + "related": "/facilities/?filter[stop]=4371" } }, "parent_station": { @@ -229434,14 +232043,14 @@ }, { "attributes": {}, - "id": "5293", + "id": "5100", "links": { - "self": "/stops/5293" + "self": "/stops/5100" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5293" + "related": "/facilities/?filter[stop]=5100" } }, "parent_station": { @@ -229456,30 +232065,16 @@ }, "type": "stop" }, - { - "attributes": { - "color": "006595", - "long_name": "CapeFlyer", - "short_name": "", - "sort_order": 21000, - "text_color": "FFFFFF" - }, - "id": "line-CapeFlyer", - "links": { - "self": "/lines/line-CapeFlyer" - }, - "type": "line" - }, { "attributes": {}, - "id": "11599", + "id": "564", "links": { - "self": "/stops/11599" + "self": "/stops/564" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=11599" + "related": "/facilities/?filter[stop]=564" } }, "parent_station": { @@ -229496,14 +232091,14 @@ }, { "attributes": {}, - "id": "171", + "id": "5809", "links": { - "self": "/stops/171" + "self": "/stops/5809" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=171" + "related": "/facilities/?filter[stop]=5809" } }, "parent_station": { @@ -229520,14 +232115,14 @@ }, { "attributes": {}, - "id": "9100", + "id": "9104", "links": { - "self": "/stops/9100" + "self": "/stops/9104" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9100" + "related": "/facilities/?filter[stop]=9104" } }, "parent_station": { @@ -229544,14 +232139,14 @@ }, { "attributes": {}, - "id": "36539", + "id": "7340", "links": { - "self": "/stops/36539" + "self": "/stops/7340" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=36539" + "related": "/facilities/?filter[stop]=7340" } }, "parent_station": { @@ -229568,14 +232163,14 @@ }, { "attributes": {}, - "id": "5550", + "id": "2196", "links": { - "self": "/stops/5550" + "self": "/stops/2196" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5550" + "related": "/facilities/?filter[stop]=2196" } }, "parent_station": { @@ -229592,14 +232187,14 @@ }, { "attributes": {}, - "id": "8676", + "id": "18245", "links": { - "self": "/stops/8676" + "self": "/stops/18245" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8676" + "related": "/facilities/?filter[stop]=18245" } }, "parent_station": { @@ -229616,14 +232211,14 @@ }, { "attributes": {}, - "id": "1501", + "id": "6359", "links": { - "self": "/stops/1501" + "self": "/stops/6359" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1501" + "related": "/facilities/?filter[stop]=6359" } }, "parent_station": { @@ -229638,129 +232233,16 @@ }, "type": "stop" }, - { - "attributes": { - "direction_id": 0, - "headsign": "Ashmont" - }, - "id": "61392313", - "links": { - "self": "/trips/61392313" - }, - "relationships": { - "route": { - "data": { - "id": "23", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "23-1-0", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "SpringWeekday", - "type": "service" - } - }, - "shape": { - "data": { - "id": "230207", - "type": "shape" - } - }, - "stops": { - "data": [ - { - "id": "13321", - "type": "stop" - }, - { - "id": "410", - "type": "stop" - }, - { - "id": "411", - "type": "stop" - }, - { - "id": "412", - "type": "stop" - }, - { - "id": "471", - "type": "stop" - }, - { - "id": "472", - "type": "stop" - }, - { - "id": "468", - "type": "stop" - }, - { - "id": "475", - "type": "stop" - }, - { - "id": "477", - "type": "stop" - }, - { - "id": "478", - "type": "stop" - }, - { - "id": "480", - "type": "stop" - }, - { - "id": "482", - "type": "stop" - }, - { - "id": "483", - "type": "stop" - }, - { - "id": "485", - "type": "stop" - }, - { - "id": "426", - "type": "stop" - }, - { - "id": "428", - "type": "stop" - }, - { - "id": "430", - "type": "stop" - }, - { - "id": "334", - "type": "stop" - } - ] - } - }, - "type": "trip" - }, { "attributes": {}, - "id": "842", + "id": "4797", "links": { - "self": "/stops/842" + "self": "/stops/4797" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=842" + "related": "/facilities/?filter[stop]=4797" } }, "parent_station": { @@ -229778,165 +232260,81 @@ { "attributes": { "direction_id": 1, - "headsign": "Malden" + "headsign": "Harvard (Shuttle)" }, - "id": "61868982", + "id": "HarvardJFK-Weekday-9e586-1-00:00:00", "links": { - "self": "/trips/61868982" + "self": "/trips/HarvardJFK-Weekday-9e586-1-00%3A00%3A00" }, "relationships": { "route": { "data": { - "id": "132", + "id": "Shuttle-HarvardJFK", "type": "route" } }, "route_pattern": { "data": { - "id": "132-_-1", + "id": "Shuttle-HarvardJFK-0-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "canonical", "type": "service" } }, "shape": { "data": { - "id": "1320082", + "id": "JFKToHarvard-S", "type": "shape" } }, "stops": { "data": [ { - "id": "25989", - "type": "stop" - }, - { - "id": "15990", - "type": "stop" - }, - { - "id": "25990", - "type": "stop" - }, - { - "id": "25991", - "type": "stop" - }, - { - "id": "15992", - "type": "stop" - }, - { - "id": "25992", - "type": "stop" - }, - { - "id": "15994", - "type": "stop" - }, - { - "id": "15995", - "type": "stop" - }, - { - "id": "25996", - "type": "stop" - }, - { - "id": "25997", - "type": "stop" - }, - { - "id": "15999", - "type": "stop" - }, - { - "id": "16000", - "type": "stop" - }, - { - "id": "16001", - "type": "stop" - }, - { - "id": "5975", - "type": "stop" - }, - { - "id": "5976", - "type": "stop" - }, - { - "id": "5978", - "type": "stop" - }, - { - "id": "5980", - "type": "stop" - }, - { - "id": "5982", - "type": "stop" - }, - { - "id": "5983", - "type": "stop" - }, - { - "id": "5985", - "type": "stop" - }, - { - "id": "5986", - "type": "stop" - }, - { - "id": "5987", + "id": "121", "type": "stop" }, { - "id": "5988", + "id": "13", "type": "stop" }, { - "id": "5990", + "id": "150", "type": "stop" }, { - "id": "5991", + "id": "892", "type": "stop" }, { - "id": "5992", + "id": "6551", "type": "stop" }, { - "id": "5993", + "id": "190", "type": "stop" }, { - "id": "8691", + "id": "117", "type": "stop" }, { - "id": "5068", + "id": "9070074", "type": "stop" }, { - "id": "5069", + "id": "2231", "type": "stop" }, { - "id": "5070", + "id": "9070070", "type": "stop" }, { - "id": "5072", + "id": "110", "type": "stop" } ] @@ -229944,47 +232342,16 @@ }, "type": "trip" }, - { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Haverhill", - "North Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Haverhill - Reading (Local)", - "short_name": "Haverhill Line Shuttle", - "sort_order": 61974, - "text_color": "000000", - "type": 3 - }, - "id": "Shuttle-HaverhillReadingLocal", - "links": { - "self": "/routes/Shuttle-HaverhillReadingLocal" - }, - "relationships": { - "line": { - "data": { - "id": "line-Haverhill", - "type": "line" - } - } - }, - "type": "route" - }, { "attributes": {}, - "id": "15201", + "id": "8253", "links": { - "self": "/stops/15201" + "self": "/stops/8253" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=15201" + "related": "/facilities/?filter[stop]=8253" } }, "parent_station": { @@ -230001,14 +232368,14 @@ }, { "attributes": {}, - "id": "78471", + "id": "8681", "links": { - "self": "/stops/78471" + "self": "/stops/8681" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=78471" + "related": "/facilities/?filter[stop]=8681" } }, "parent_station": { @@ -230025,14 +232392,14 @@ }, { "attributes": {}, - "id": "5893", + "id": "2122", "links": { - "self": "/stops/5893" + "self": "/stops/2122" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5893" + "related": "/facilities/?filter[stop]=2122" } }, "parent_station": { @@ -230048,74 +232415,60 @@ "type": "stop" }, { - "attributes": {}, - "id": "2827", - "links": { - "self": "/stops/2827" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=2827" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } + "attributes": { + "color": "80276C", + "direction_destinations": [ + "Lowell", + "North Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Lowell Line", + "short_name": "", + "sort_order": 20008, + "text_color": "FFFFFF", + "type": 2 }, - "type": "stop" - }, - { - "attributes": {}, - "id": "6824", + "id": "CR-Lowell", "links": { - "self": "/stops/6824" + "self": "/routes/CR-Lowell" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=6824" + "agency": { + "data": { + "id": "1", + "type": "agency" } }, - "parent_station": { - "data": null - }, - "zone": { + "line": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "line-Lowell", + "type": "line" } } }, - "type": "stop" + "type": "route" }, { "attributes": {}, - "id": "70503", + "id": "1478", "links": { - "self": "/stops/70503" + "self": "/stops/1478" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70503" + "related": "/facilities/?filter[stop]=1478" } }, "parent_station": { - "data": { - "id": "place-unsqu", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } @@ -230124,14 +232477,14 @@ }, { "attributes": {}, - "id": "4304", + "id": "2281", "links": { - "self": "/stops/4304" + "self": "/stops/2281" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4304" + "related": "/facilities/?filter[stop]=2281" } }, "parent_station": { @@ -230146,30 +232499,79 @@ }, "type": "stop" }, + { + "attributes": { + "direction_id": 0, + "headsign": "Saint Mary's Street (Shuttle)" + }, + "id": "KenmoreStMarysNotFenway-0-sample", + "links": { + "self": "/trips/KenmoreStMarysNotFenway-0-sample" + }, + "relationships": { + "route": { + "data": { + "id": "Shuttle-KenmoreStMarysNotFenway", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "Shuttle-KenmoreStMarysNotFenway-0-0", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "canonical", + "type": "service" + } + }, + "shape": { + "data": { + "id": "KenmoreToSaintMary-S", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "9070151", + "type": "stop" + }, + { + "id": "9070211", + "type": "stop" + } + ] + } + }, + "type": "trip" + }, { "attributes": { "color": "FFC72C", - "long_name": "Marblehead or Bass Point, Nahant - Wonderland or Central Square, Lynn", - "short_name": "439/441/442", - "sort_order": 54390, + "long_name": "Centre Street & Eliot Street - JFK/UMass Station", + "short_name": "41", + "sort_order": 50410, "text_color": "000000" }, - "id": "line-439441442", + "id": "line-41", "links": { - "self": "/lines/line-439441442" + "self": "/lines/line-41" }, "type": "line" }, { "attributes": {}, - "id": "12649", + "id": "8490", "links": { - "self": "/stops/12649" + "self": "/stops/8490" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=12649" + "related": "/facilities/?filter[stop]=8490" } }, "parent_station": { @@ -230186,14 +232588,14 @@ }, { "attributes": {}, - "id": "5236", + "id": "1433", "links": { - "self": "/stops/5236" + "self": "/stops/1433" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5236" + "related": "/facilities/?filter[stop]=1433" } }, "parent_station": { @@ -230210,14 +232612,14 @@ }, { "attributes": {}, - "id": "111791", + "id": "3799", "links": { - "self": "/stops/111791" + "self": "/stops/3799" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=111791" + "related": "/facilities/?filter[stop]=3799" } }, "parent_station": { @@ -230233,39 +232635,52 @@ "type": "stop" }, { - "attributes": {}, - "id": "NB-0076-B", + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Montello Station", + "Quincy Center Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Montello Station - Quincy Center Station", + "short_name": "230", + "sort_order": 52300, + "text_color": "000000", + "type": 3 + }, + "id": "230", "links": { - "self": "/stops/NB-0076-B" + "self": "/routes/230" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=NB-0076-B" + "agency": { + "data": { + "id": "1", + "type": "agency" } }, - "parent_station": { + "line": { "data": { - "id": "place-NB-0076", - "type": "stop" + "id": "line-230", + "type": "line" } - }, - "zone": { - "data": null } }, - "type": "stop" + "type": "route" }, { "attributes": {}, - "id": "3379", + "id": "3793", "links": { - "self": "/stops/3379" + "self": "/stops/3793" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3379" + "related": "/facilities/?filter[stop]=3793" } }, "parent_station": { @@ -230283,209 +232698,282 @@ { "attributes": { "direction_id": 1, - "headsign": "North Quincy" + "headsign": "Central Square" }, - "id": "61928785", + "id": "67202576", "links": { - "self": "/trips/61928785" + "self": "/trips/67202576" }, "relationships": { "route": { "data": { - "id": "215", + "id": "429", "type": "route" } }, "route_pattern": { "data": { - "id": "215-_-1", + "id": "429-3-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "2150194", + "id": "4290270", "type": "shape" } }, "stops": { "data": [ { - "id": "32003", + "id": "56733", "type": "stop" }, { - "id": "3326", + "id": "6746", "type": "stop" }, { - "id": "3327", + "id": "6747", "type": "stop" }, { - "id": "3328", + "id": "6749", "type": "stop" }, { - "id": "3330", + "id": "6751", "type": "stop" }, { - "id": "3331", + "id": "6754", "type": "stop" }, { - "id": "3333", + "id": "6755", "type": "stop" }, { - "id": "3332", + "id": "6756", "type": "stop" }, { - "id": "3335", + "id": "6757", "type": "stop" }, { - "id": "3336", + "id": "6758", "type": "stop" }, { - "id": "3337", + "id": "6760", "type": "stop" }, { - "id": "3338", + "id": "6761", "type": "stop" }, { - "id": "3339", + "id": "6762", "type": "stop" }, { - "id": "3341", + "id": "6764", "type": "stop" }, { - "id": "3342", + "id": "7309", "type": "stop" }, { - "id": "3343", + "id": "7310", "type": "stop" }, { - "id": "3344", + "id": "7311", "type": "stop" }, { - "id": "3345", + "id": "7312", "type": "stop" }, { - "id": "3347", + "id": "6827", "type": "stop" }, { - "id": "3348", + "id": "6773", "type": "stop" }, { - "id": "3349", + "id": "14748", + "type": "stop" + } + ] + } + }, + "type": "trip" + }, + { + "attributes": { + "direction_id": 1, + "headsign": "Jackson Square via Franklin Field" + }, + "id": "67251753", + "links": { + "self": "/trips/67251753" + }, + "relationships": { + "route": { + "data": { + "id": "29", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "29-1-1", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "WinterWeekday", + "type": "service" + } + }, + "shape": { + "data": { + "id": "290144", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "18511", "type": "stop" }, { - "id": "3350", + "id": "1722", "type": "stop" }, { - "id": "3351", + "id": "1723", "type": "stop" }, { - "id": "3352", + "id": "1724", "type": "stop" }, { - "id": "3353", + "id": "1725", "type": "stop" }, { - "id": "3354", + "id": "1726", "type": "stop" }, { - "id": "3355", + "id": "1728", "type": "stop" }, { - "id": "3356", + "id": "1730", "type": "stop" }, { - "id": "3358", + "id": "1731", "type": "stop" }, { - "id": "3359", + "id": "1732", "type": "stop" }, { - "id": "3360", + "id": "1733", "type": "stop" }, { - "id": "3361", + "id": "1734", "type": "stop" }, { - "id": "3362", + "id": "11735", "type": "stop" }, { - "id": "33632", + "id": "11736", "type": "stop" }, { - "id": "33634", + "id": "1735", "type": "stop" }, { - "id": "33635", + "id": "1736", "type": "stop" }, { - "id": "3118", + "id": "1737", "type": "stop" }, { - "id": "3119", + "id": "381", "type": "stop" }, { - "id": "3121", + "id": "382", "type": "stop" }, { - "id": "3122", + "id": "383", "type": "stop" }, { - "id": "3123", + "id": "9448", "type": "stop" }, { - "id": "3124", + "id": "1739", "type": "stop" }, { - "id": "3125", + "id": "1740", + "type": "stop" + }, + { + "id": "1741", + "type": "stop" + }, + { + "id": "1742", + "type": "stop" + }, + { + "id": "1743", + "type": "stop" + }, + { + "id": "1188", + "type": "stop" + }, + { + "id": "1215", + "type": "stop" + }, + { + "id": "1216", + "type": "stop" + }, + { + "id": "11531", "type": "stop" } ] @@ -230495,14 +232983,38 @@ }, { "attributes": {}, - "id": "2832", + "id": "16316", "links": { - "self": "/stops/2832" + "self": "/stops/16316" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2832" + "related": "/facilities/?filter[stop]=16316" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "9193", + "links": { + "self": "/stops/9193" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=9193" } }, "parent_station": { @@ -230520,301 +233032,217 @@ { "attributes": { "direction_id": 0, - "headsign": "North Woburn" + "headsign": "Roslindale Square" }, - "id": "61869546", + "id": "67251434", "links": { - "self": "/trips/61869546" + "self": "/trips/67251434" }, "relationships": { "route": { "data": { - "id": "134", + "id": "14", "type": "route" } }, "route_pattern": { "data": { - "id": "134-3-0", + "id": "14-_-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "1340377", + "id": "140142", "type": "shape" } }, "stops": { "data": [ { - "id": "5271", - "type": "stop" - }, - { - "id": "9318", - "type": "stop" - }, - { - "id": "9319", - "type": "stop" - }, - { - "id": "9045", - "type": "stop" - }, - { - "id": "9162", - "type": "stop" - }, - { - "id": "9163", - "type": "stop" - }, - { - "id": "9164", - "type": "stop" - }, - { - "id": "49164", - "type": "stop" - }, - { - "id": "49157", - "type": "stop" - }, - { - "id": "49158", - "type": "stop" - }, - { - "id": "9165", - "type": "stop" - }, - { - "id": "9167", - "type": "stop" - }, - { - "id": "9168", - "type": "stop" - }, - { - "id": "9169", - "type": "stop" - }, - { - "id": "9170", - "type": "stop" - }, - { - "id": "9172", - "type": "stop" - }, - { - "id": "5002", - "type": "stop" - }, - { - "id": "15002", - "type": "stop" - }, - { - "id": "5003", - "type": "stop" - }, - { - "id": "5004", - "type": "stop" - }, - { - "id": "5005", - "type": "stop" - }, - { - "id": "5006", + "id": "1747", "type": "stop" }, { - "id": "9174", + "id": "1749", "type": "stop" }, { - "id": "9175", + "id": "1750", "type": "stop" }, { - "id": "9176", + "id": "1751", "type": "stop" }, { - "id": "9177", + "id": "1752", "type": "stop" }, { - "id": "9178", + "id": "1753", "type": "stop" }, { - "id": "8692", + "id": "11531", "type": "stop" }, { - "id": "9101", + "id": "1140", "type": "stop" }, { - "id": "9103", + "id": "1141", "type": "stop" }, { - "id": "9104", + "id": "1142", "type": "stop" }, { - "id": "9105", + "id": "1144", "type": "stop" }, { - "id": "9106", + "id": "1145", "type": "stop" }, { - "id": "9107", + "id": "1147", "type": "stop" }, { - "id": "9108", + "id": "64000", "type": "stop" }, { - "id": "9109", + "id": "40001", "type": "stop" }, { - "id": "9111", + "id": "401", "type": "stop" }, { - "id": "9113", + "id": "404", "type": "stop" }, { - "id": "9114", + "id": "405", "type": "stop" }, { - "id": "9115", + "id": "406", "type": "stop" }, { - "id": "9116", + "id": "407", "type": "stop" }, { - "id": "9117", + "id": "410", "type": "stop" }, { - "id": "9118", + "id": "411", "type": "stop" }, { - "id": "9119", + "id": "412", "type": "stop" }, { - "id": "9120", + "id": "413", "type": "stop" }, { - "id": "9121", + "id": "414", "type": "stop" }, { - "id": "9122", + "id": "415", "type": "stop" }, { - "id": "9123", + "id": "416", "type": "stop" }, { - "id": "9124", + "id": "10417", "type": "stop" }, { - "id": "9127", + "id": "10418", "type": "stop" }, { - "id": "9128", + "id": "10427", "type": "stop" }, { - "id": "9129", + "id": "10421", "type": "stop" }, { - "id": "9130", + "id": "10419", "type": "stop" }, { - "id": "9131", + "id": "10422", "type": "stop" }, { - "id": "9133", + "id": "10423", "type": "stop" }, { - "id": "10016", + "id": "10424", "type": "stop" }, { - "id": "9134", + "id": "10425", "type": "stop" }, { - "id": "9135", + "id": "6474", "type": "stop" }, { - "id": "9136", + "id": "6476", "type": "stop" }, { - "id": "9137", + "id": "6460", "type": "stop" }, { - "id": "9139", + "id": "6461", "type": "stop" }, { - "id": "9140", + "id": "6462", "type": "stop" }, { - "id": "9142", + "id": "6463", "type": "stop" }, { - "id": "9143", + "id": "6464", "type": "stop" }, { - "id": "9144", + "id": "602", "type": "stop" }, { - "id": "8852", + "id": "797", "type": "stop" } ] @@ -230824,94 +233252,25 @@ }, { "attributes": {}, - "id": "3298", - "links": { - "self": "/stops/3298" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=3298" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "6961", - "links": { - "self": "/stops/6961" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=6961" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "179", + "id": "70005", "links": { - "self": "/stops/179" + "self": "/stops/70005" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=179" + "related": "/facilities/?filter[stop]=70005" } }, "parent_station": { - "data": null - }, - "zone": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "10413", - "links": { - "self": "/stops/10413" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=10413" + "id": "place-sbmnl", + "type": "stop" } }, - "parent_station": { - "data": null - }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -230920,14 +233279,14 @@ }, { "attributes": {}, - "id": "1640", + "id": "18251", "links": { - "self": "/stops/1640" + "self": "/stops/18251" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1640" + "related": "/facilities/?filter[stop]=18251" } }, "parent_station": { @@ -230944,14 +233303,14 @@ }, { "attributes": {}, - "id": "8149", + "id": "3197", "links": { - "self": "/stops/8149" + "self": "/stops/3197" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8149" + "related": "/facilities/?filter[stop]=3197" } }, "parent_station": { @@ -230968,46 +233327,25 @@ }, { "attributes": {}, - "id": "76431", + "id": "70166", "links": { - "self": "/stops/76431" + "self": "/stops/70166" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=76431" + "related": "/facilities/?filter[stop]=70166" } }, "parent_station": { - "data": null - }, - "zone": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "9326", - "links": { - "self": "/stops/9326" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=9326" + "id": "place-eliot", + "type": "stop" } }, - "parent_station": { - "data": null - }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -231016,14 +233354,14 @@ }, { "attributes": {}, - "id": "3133", + "id": "291", "links": { - "self": "/stops/3133" + "self": "/stops/291" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3133" + "related": "/facilities/?filter[stop]=291" } }, "parent_station": { @@ -231040,14 +233378,14 @@ }, { "attributes": {}, - "id": "6548", + "id": "8167", "links": { - "self": "/stops/6548" + "self": "/stops/8167" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6548" + "related": "/facilities/?filter[stop]=8167" } }, "parent_station": { @@ -231065,153 +233403,125 @@ { "attributes": { "direction_id": 0, - "headsign": "Square One Mall" + "headsign": "Belmont Center" }, - "id": "61869081", + "id": "67008307", "links": { - "self": "/trips/61869081" + "self": "/trips/67008307" }, "relationships": { "route": { "data": { - "id": "430", + "id": "74", "type": "route" } }, "route_pattern": { "data": { - "id": "430-7-0", + "id": "74-1-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "4300179", + "id": "740088", "type": "shape" } }, "stops": { "data": [ { - "id": "5457", - "type": "stop" - }, - { - "id": "5459", - "type": "stop" - }, - { - "id": "5460", - "type": "stop" - }, - { - "id": "5461", - "type": "stop" - }, - { - "id": "5462", - "type": "stop" - }, - { - "id": "5463", - "type": "stop" - }, - { - "id": "5464", - "type": "stop" - }, - { - "id": "54651", + "id": "76126", "type": "stop" }, { - "id": "9060", + "id": "2170", "type": "stop" }, { - "id": "9061", + "id": "2172", "type": "stop" }, { - "id": "49061", + "id": "2173", "type": "stop" }, { - "id": "9063", + "id": "2174", "type": "stop" }, { - "id": "7541", + "id": "2175", "type": "stop" }, { - "id": "7542", + "id": "2176", "type": "stop" }, { - "id": "7543", + "id": "2177", "type": "stop" }, { - "id": "7545", + "id": "2179", "type": "stop" }, { - "id": "8575", + "id": "2180", "type": "stop" }, { - "id": "48575", + "id": "2181", "type": "stop" }, { - "id": "17456", + "id": "2182", "type": "stop" }, { - "id": "8336", + "id": "2184", "type": "stop" }, { - "id": "8338", + "id": "2185", "type": "stop" }, { - "id": "18338", + "id": "2186", "type": "stop" }, { - "id": "17463", + "id": "2187", "type": "stop" }, { - "id": "8576", + "id": "2191", "type": "stop" }, { - "id": "8577", + "id": "2192", "type": "stop" }, { - "id": "7547", + "id": "2194", "type": "stop" }, { - "id": "7548", + "id": "2196", "type": "stop" }, { - "id": "7550", + "id": "2197", "type": "stop" }, { - "id": "7529", + "id": "2137", "type": "stop" } ] @@ -231221,209 +233531,14 @@ }, { "attributes": {}, - "id": "5644", - "links": { - "self": "/stops/5644" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=5644" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "6472", - "links": { - "self": "/stops/6472" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=6472" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "2579", - "links": { - "self": "/stops/2579" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=2579" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "5098", - "links": { - "self": "/stops/5098" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=5098" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "6397", - "links": { - "self": "/stops/6397" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=6397" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "2937", - "links": { - "self": "/stops/2937" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=2937" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "70500", - "links": { - "self": "/stops/70500" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=70500" - } - }, - "parent_station": { - "data": { - "id": "place-lech", - "type": "stop" - } - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "8692", - "links": { - "self": "/stops/8692" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=8692" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "8434", + "id": "8465", "links": { - "self": "/stops/8434" + "self": "/stops/8465" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8434" + "related": "/facilities/?filter[stop]=8465" } }, "parent_station": { @@ -231440,118 +233555,25 @@ }, { "attributes": {}, - "id": "WML-0135-B1", + "id": "70271", "links": { - "self": "/stops/WML-0135-B1" + "self": "/stops/70271" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=WML-0135-B1" + "related": "/facilities/?filter[stop]=70271" } }, "parent_station": { "data": { - "id": "place-WML-0135", + "id": "place-valrd", "type": "stop" } }, - "zone": { - "data": null - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "8717", - "links": { - "self": "/stops/8717" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=8717" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "9980", - "links": { - "self": "/stops/9980" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=9980" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "16539", - "links": { - "self": "/stops/16539" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=16539" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "4488", - "links": { - "self": "/stops/4488" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=4488" - } - }, - "parent_station": { - "data": null - }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -231560,14 +233582,14 @@ }, { "attributes": {}, - "id": "6684", + "id": "1191", "links": { - "self": "/stops/6684" + "self": "/stops/1191" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6684" + "related": "/facilities/?filter[stop]=1191" } }, "parent_station": { @@ -231585,113 +233607,185 @@ { "attributes": { "direction_id": 1, - "headsign": "Haymarket" + "headsign": "Central Square" }, - "id": "61871125", + "id": "67202604", "links": { - "self": "/trips/61871125" + "self": "/trips/67202604" }, "relationships": { "route": { "data": { - "id": "93", + "id": "456", "type": "route" } }, "route_pattern": { "data": { - "id": "93-_-1", + "id": "456-_-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "930183", + "id": "4560086", "type": "shape" } }, "stops": { "data": [ { - "id": "29010", + "id": "37150", "type": "stop" }, { - "id": "12821", + "id": "4453", "type": "stop" }, { - "id": "2844", + "id": "4455", "type": "stop" }, { - "id": "2845", + "id": "4456", "type": "stop" }, { - "id": "2846", + "id": "4457", "type": "stop" }, { - "id": "2847", + "id": "4458", "type": "stop" }, { - "id": "2848", + "id": "4459", "type": "stop" }, { - "id": "2849", + "id": "14460", "type": "stop" }, { - "id": "2850", + "id": "4462", "type": "stop" }, { - "id": "2851", + "id": "4463", "type": "stop" }, { - "id": "2852", + "id": "14465", "type": "stop" }, { - "id": "2853", + "id": "4465", "type": "stop" }, { - "id": "2854", + "id": "4467", "type": "stop" }, { - "id": "2855", + "id": "4470", "type": "stop" }, { - "id": "12829", + "id": "14470", "type": "stop" }, { - "id": "2829", + "id": "4472", "type": "stop" }, { - "id": "8309", + "id": "4473", "type": "stop" }, { - "id": "191", + "id": "4474", "type": "stop" }, { - "id": "117", + "id": "4475", + "type": "stop" + }, + { + "id": "7217", + "type": "stop" + }, + { + "id": "7218", + "type": "stop" + }, + { + "id": "7219", + "type": "stop" + }, + { + "id": "7220", + "type": "stop" + }, + { + "id": "7222", + "type": "stop" + }, + { + "id": "7223", + "type": "stop" + }, + { + "id": "7225", + "type": "stop" + }, + { + "id": "7226", + "type": "stop" + }, + { + "id": "7227", + "type": "stop" + }, + { + "id": "7228", + "type": "stop" + }, + { + "id": "7229", + "type": "stop" + }, + { + "id": "7230", + "type": "stop" + }, + { + "id": "17231", + "type": "stop" + }, + { + "id": "7233", + "type": "stop" + }, + { + "id": "7234", + "type": "stop" + }, + { + "id": "7237", + "type": "stop" + }, + { + "id": "6772", + "type": "stop" + }, + { + "id": "14748", "type": "stop" } ] @@ -231700,63 +233794,104 @@ "type": "trip" }, { - "attributes": {}, - "id": "1577", + "attributes": { + "direction_id": 0, + "headsign": "Foxboro" + }, + "id": "SouthWKDYF24-697785-747", "links": { - "self": "/stops/1577" + "self": "/trips/SouthWKDYF24-697785-747" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=1577" + "route": { + "data": { + "id": "CR-Franklin", + "type": "route" } }, - "parent_station": { - "data": null - }, - "zone": { + "route_pattern": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "85284", - "links": { - "self": "/stops/85284" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=85284" + "id": "CR-Franklin-8076e72e-0", + "type": "route_pattern" } }, - "parent_station": { - "data": null + "service": { + "data": { + "id": "FALL 2024-SOUTHWKD-Weekday-1-S85407dc6", + "type": "service" + } }, - "zone": { + "shape": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "SouthStationToFoxboroViaBackBay", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "NEC-2287", + "type": "stop" + }, + { + "id": "NEC-2276-01", + "type": "stop" + }, + { + "id": "NEC-2265-01", + "type": "stop" + }, + { + "id": "NEC-2203-03", + "type": "stop" + }, + { + "id": "FB-0095-05", + "type": "stop" + }, + { + "id": "FB-0109-01", + "type": "stop" + }, + { + "id": "FB-0118-01", + "type": "stop" + }, + { + "id": "FB-0125-01", + "type": "stop" + }, + { + "id": "FB-0143-01", + "type": "stop" + }, + { + "id": "FB-0148-01", + "type": "stop" + }, + { + "id": "FB-0166-S", + "type": "stop" + }, + { + "id": "FS-0049-S", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "56434", + "id": "8187", "links": { - "self": "/stops/56434" + "self": "/stops/8187" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=56434" + "related": "/facilities/?filter[stop]=8187" } }, "parent_station": { @@ -231773,14 +233908,14 @@ }, { "attributes": {}, - "id": "6646", + "id": "4524", "links": { - "self": "/stops/6646" + "self": "/stops/4524" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6646" + "related": "/facilities/?filter[stop]=4524" } }, "parent_station": { @@ -231796,74 +233931,104 @@ "type": "stop" }, { - "attributes": {}, - "id": "2442", + "attributes": { + "direction_id": 1, + "headsign": "Harvard (Shuttle)" + }, + "id": "HarvardJFKOmitCongressAshmontPlatform-1-sample", "links": { - "self": "/stops/2442" + "self": "/trips/HarvardJFKOmitCongressAshmontPlatform-1-sample" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=2442" + "route": { + "data": { + "id": "Shuttle-HarvardJFKOmitCongress", + "type": "route" } }, - "parent_station": { - "data": null - }, - "zone": { + "route_pattern": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "8195", - "links": { - "self": "/stops/8195" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=8195" + "id": "Shuttle-HarvardJFKOmitCongress-0-1", + "type": "route_pattern" } }, - "parent_station": { - "data": null + "service": { + "data": { + "id": "canonical", + "type": "service" + } }, - "zone": { + "shape": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "JFKToHarvardOmitCongress-S", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "121", + "type": "stop" + }, + { + "id": "13", + "type": "stop" + }, + { + "id": "150", + "type": "stop" + }, + { + "id": "892", + "type": "stop" + }, + { + "id": "65", + "type": "stop" + }, + { + "id": "4510", + "type": "stop" + }, + { + "id": "9070074", + "type": "stop" + }, + { + "id": "2231", + "type": "stop" + }, + { + "id": "102", + "type": "stop" + }, + { + "id": "110", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "70243", + "id": "3900", "links": { - "self": "/stops/70243" + "self": "/stops/3900" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70243" + "related": "/facilities/?filter[stop]=3900" } }, "parent_station": { - "data": { - "id": "place-nuniv", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } @@ -231873,85 +234038,85 @@ { "attributes": { "direction_id": 1, - "headsign": "Franklin Park via Union Square Allston" + "headsign": "South Station" }, - "id": "61392352_1", + "id": "SouthWKDYF24-697833-834", "links": { - "self": "/trips/61392352_1" + "self": "/trips/SouthWKDYF24-697833-834" }, "relationships": { "route": { "data": { - "id": "57", + "id": "CR-Providence", "type": "route" } }, "route_pattern": { "data": { - "id": "57-E-1", + "id": "CR-Providence-8136f884-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "FALL 2024-SOUTHWKD-Weekday-1-Scbbf1ea5", "type": "service" } }, "shape": { "data": { - "id": "660270-1", + "id": "9890008", "type": "shape" } }, "stops": { "data": [ { - "id": "912", + "id": "NEC-1659-03", "type": "stop" }, { - "id": "913", + "id": "NEC-1768-03", "type": "stop" }, { - "id": "915", + "id": "NEC-1851-03", "type": "stop" }, { - "id": "916", + "id": "NEC-1891-02", "type": "stop" }, { - "id": "917", + "id": "NEC-1969-04", "type": "stop" }, { - "id": "918", + "id": "NEC-2040-02", "type": "stop" }, { - "id": "919", + "id": "NEC-2108-02", "type": "stop" }, { - "id": "920", + "id": "NEC-2173-02", "type": "stop" }, { - "id": "19201", + "id": "NEC-2192-02", "type": "stop" }, { - "id": "922", + "id": "NEC-2265-02", "type": "stop" }, { - "id": "924", + "id": "NEC-2276-02", "type": "stop" }, { - "id": "925", + "id": "NEC-2287", "type": "stop" } ] @@ -231960,39 +234125,52 @@ "type": "trip" }, { - "attributes": {}, - "id": "3558", + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Clarendon Hill", + "Haymarket Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Clarendon Hill - Haymarket Station", + "short_name": "89/93", + "sort_order": 50891, + "text_color": "000000", + "type": 3 + }, + "id": "8993", "links": { - "self": "/stops/3558" + "self": "/routes/8993" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=3558" + "agency": { + "data": { + "id": "1", + "type": "agency" } }, - "parent_station": { - "data": null - }, - "zone": { + "line": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "line-89", + "type": "line" } } }, - "type": "stop" + "type": "route" }, { "attributes": {}, - "id": "828", + "id": "109808", "links": { - "self": "/stops/828" + "self": "/stops/109808" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=828" + "related": "/facilities/?filter[stop]=109808" } }, "parent_station": { @@ -232009,14 +234187,14 @@ }, { "attributes": {}, - "id": "46467", + "id": "2255", "links": { - "self": "/stops/46467" + "self": "/stops/2255" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=46467" + "related": "/facilities/?filter[stop]=2255" } }, "parent_station": { @@ -232033,38 +234211,14 @@ }, { "attributes": {}, - "id": "ER-0042-B", - "links": { - "self": "/stops/ER-0042-B" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=ER-0042-B" - } - }, - "parent_station": { - "data": { - "id": "place-belsq", - "type": "stop" - } - }, - "zone": { - "data": null - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "6509", + "id": "147", "links": { - "self": "/stops/6509" + "self": "/stops/147" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6509" + "related": "/facilities/?filter[stop]=147" } }, "parent_station": { @@ -232080,87 +234234,232 @@ "type": "stop" }, { - "attributes": {}, - "id": "4351", + "attributes": { + "direction_id": 0, + "headsign": "Watertown via Kenmore" + }, + "id": "66645945", "links": { - "self": "/stops/4351" + "self": "/trips/66645945" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=4351" + "route": { + "data": { + "id": "57", + "type": "route" } }, - "parent_station": { - "data": null - }, - "zone": { + "route_pattern": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "2813", - "links": { - "self": "/stops/2813" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=2813" + "id": "57-H-0", + "type": "route_pattern" } }, - "parent_station": { - "data": null - }, - "zone": { + "service": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "90310", - "links": { - "self": "/stops/90310" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=90310" + "id": "WinterWeekday", + "type": "service" } }, - "parent_station": { - "data": null - }, - "zone": { + "shape": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "1930075", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "117", + "type": "stop" + }, + { + "id": "49704", + "type": "stop" + }, + { + "id": "10000", + "type": "stop" + }, + { + "id": "8279", + "type": "stop" + }, + { + "id": "9983", + "type": "stop" + }, + { + "id": "177", + "type": "stop" + }, + { + "id": "173", + "type": "stop" + }, + { + "id": "178", + "type": "stop" + }, + { + "id": "1399", + "type": "stop" + }, + { + "id": "11390", + "type": "stop" + }, + { + "id": "11391", + "type": "stop" + }, + { + "id": "93", + "type": "stop" + }, + { + "id": "34509", + "type": "stop" + }, + { + "id": "951", + "type": "stop" + }, + { + "id": "952", + "type": "stop" + }, + { + "id": "953", + "type": "stop" + }, + { + "id": "954", + "type": "stop" + }, + { + "id": "956", + "type": "stop" + }, + { + "id": "958", + "type": "stop" + }, + { + "id": "959", + "type": "stop" + }, + { + "id": "960", + "type": "stop" + }, + { + "id": "962", + "type": "stop" + }, + { + "id": "964", + "type": "stop" + }, + { + "id": "966", + "type": "stop" + }, + { + "id": "967", + "type": "stop" + }, + { + "id": "969", + "type": "stop" + }, + { + "id": "970", + "type": "stop" + }, + { + "id": "971", + "type": "stop" + }, + { + "id": "972", + "type": "stop" + }, + { + "id": "973", + "type": "stop" + }, + { + "id": "974", + "type": "stop" + }, + { + "id": "975", + "type": "stop" + }, + { + "id": "977", + "type": "stop" + }, + { + "id": "9780", + "type": "stop" + }, + { + "id": "979", + "type": "stop" + }, + { + "id": "981", + "type": "stop" + }, + { + "id": "982", + "type": "stop" + }, + { + "id": "983", + "type": "stop" + }, + { + "id": "985", + "type": "stop" + }, + { + "id": "986", + "type": "stop" + }, + { + "id": "987", + "type": "stop" + }, + { + "id": "988", + "type": "stop" + }, + { + "id": "989", + "type": "stop" + }, + { + "id": "999", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "49839", + "id": "3673", "links": { - "self": "/stops/49839" + "self": "/stops/3673" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=49839" + "related": "/facilities/?filter[stop]=3673" } }, "parent_station": { @@ -232177,14 +234476,14 @@ }, { "attributes": {}, - "id": "2900", + "id": "4530", "links": { - "self": "/stops/2900" + "self": "/stops/4530" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2900" + "related": "/facilities/?filter[stop]=4530" } }, "parent_station": { @@ -232200,39 +234499,29 @@ "type": "stop" }, { - "attributes": {}, - "id": "2150", - "links": { - "self": "/stops/2150" + "attributes": { + "color": "FFC72C", + "long_name": "Ashmont - Ruggles via Jackson Square", + "short_name": "22", + "sort_order": 50220, + "text_color": "000000" }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=2150" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } + "id": "line-22", + "links": { + "self": "/lines/line-22" }, - "type": "stop" + "type": "line" }, { "attributes": {}, - "id": "25969", + "id": "2098", "links": { - "self": "/stops/25969" + "self": "/stops/2098" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=25969" + "related": "/facilities/?filter[stop]=2098" } }, "parent_station": { @@ -232249,22 +234538,25 @@ }, { "attributes": {}, - "id": "17774", + "id": "70124", "links": { - "self": "/stops/17774" + "self": "/stops/70124" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=17774" + "related": "/facilities/?filter[stop]=70124" } }, "parent_station": { - "data": null + "data": { + "id": "place-wrnst", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -232273,14 +234565,14 @@ }, { "attributes": {}, - "id": "557", + "id": "120", "links": { - "self": "/stops/557" + "self": "/stops/120" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=557" + "related": "/facilities/?filter[stop]=120" } }, "parent_station": { @@ -232297,14 +234589,14 @@ }, { "attributes": {}, - "id": "7486", + "id": "4487", "links": { - "self": "/stops/7486" + "self": "/stops/4487" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7486" + "related": "/facilities/?filter[stop]=4487" } }, "parent_station": { @@ -232321,14 +234613,14 @@ }, { "attributes": {}, - "id": "6683", + "id": "4492", "links": { - "self": "/stops/6683" + "self": "/stops/4492" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6683" + "related": "/facilities/?filter[stop]=4492" } }, "parent_station": { @@ -232345,14 +234637,14 @@ }, { "attributes": {}, - "id": "2473", + "id": "32910", "links": { - "self": "/stops/2473" + "self": "/stops/32910" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2473" + "related": "/facilities/?filter[stop]=32910" } }, "parent_station": { @@ -232370,310 +234662,114 @@ { "attributes": { "direction_id": 1, - "headsign": "Long Wharf" - }, - "id": "Boat-F4-0645-Charlestown-B-01-Weekday-Summer-24", - "links": { - "self": "/trips/Boat-F4-0645-Charlestown-B-01-Weekday-Summer-24" - }, - "relationships": { - "route": { - "data": { - "id": "Boat-F4", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Boat-F4-0-1", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "Boat-F4-Weekday-Summer-24", - "type": "service" - } - }, - "shape": { - "data": { - "id": "b0018", - "type": "shape" - } - }, - "stops": { - "data": [ - { - "id": "Boat-Charlestown", - "type": "stop" - }, - { - "id": "Boat-Long-South", - "type": "stop" - } - ] - } - }, - "type": "trip" - }, - { - "attributes": { - "direction_id": 1, - "headsign": "Sullivan" + "headsign": "Mattapan" }, - "id": "61868956", + "id": "67331875", "links": { - "self": "/trips/61868956" + "self": "/trips/67331875" }, "relationships": { "route": { "data": { - "id": "95", + "id": "716", "type": "route" } }, "route_pattern": { "data": { - "id": "95-3-1", + "id": "716-1-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "PRIV12025-hpa44016-Saturday-01", "type": "service" } }, "shape": { "data": { - "id": "950256", + "id": "7160026", "type": "shape" } }, "stops": { "data": [ { - "id": "2362", - "type": "stop" - }, - { - "id": "2363", - "type": "stop" - }, - { - "id": "2365", - "type": "stop" - }, - { - "id": "2366", - "type": "stop" - }, - { - "id": "2367", - "type": "stop" - }, - { - "id": "2368", - "type": "stop" - }, - { - "id": "16316", - "type": "stop" - }, - { - "id": "6316", - "type": "stop" - }, - { - "id": "6317", - "type": "stop" - }, - { - "id": "6318", - "type": "stop" - }, - { - "id": "6320", - "type": "stop" - }, - { - "id": "6321", - "type": "stop" - }, - { - "id": "6322", - "type": "stop" - }, - { - "id": "6323", - "type": "stop" - }, - { - "id": "6324", - "type": "stop" - }, - { - "id": "5031", - "type": "stop" - }, - { - "id": "12888", - "type": "stop" - }, - { - "id": "2889", - "type": "stop" - }, - { - "id": "2890", - "type": "stop" - }, - { - "id": "2891", + "id": "111640", "type": "stop" }, { - "id": "2892", + "id": "111642", "type": "stop" }, { - "id": "2893", + "id": "111648", "type": "stop" }, { - "id": "2894", + "id": "111653", "type": "stop" }, { - "id": "2895", + "id": "111656", "type": "stop" }, { - "id": "2896", + "id": "111660", "type": "stop" }, { - "id": "2897", + "id": "111672", "type": "stop" }, { - "id": "2898", + "id": "111685", "type": "stop" }, { - "id": "2899", + "id": "121017", "type": "stop" }, { - "id": "2900", + "id": "121019", "type": "stop" }, { - "id": "2901", + "id": "111711", "type": "stop" }, { - "id": "2902", + "id": "111720", "type": "stop" }, { - "id": "2714", + "id": "111729", "type": "stop" }, - { - "id": "29001", - "type": "stop" - } - ] - } - }, - "type": "trip" - }, - { - "attributes": {}, - "id": "ER-0208-01", - "links": { - "self": "/stops/ER-0208-01" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=ER-0208-01" - } - }, - "parent_station": { - "data": { - "id": "place-ER-0208", - "type": "stop" - } - }, - "zone": { - "data": { - "id": "CR-zone-5", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "DB-2249-B2", - "links": { - "self": "/stops/DB-2249-B2" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=DB-2249-B2" - } - }, - "parent_station": { - "data": { - "id": "place-DB-2249", - "type": "stop" - } - }, - "zone": { - "data": null - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "1924", - "links": { - "self": "/stops/1924" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=1924" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } + { + "id": "1721", + "type": "stop" + }, + { + "id": "185", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "3827", + "id": "3936", "links": { - "self": "/stops/3827" + "self": "/stops/3936" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3827" + "related": "/facilities/?filter[stop]=3936" } }, "parent_station": { @@ -232690,22 +234786,25 @@ }, { "attributes": {}, - "id": "49919", + "id": "NEC-2276-03", "links": { - "self": "/stops/49919" + "self": "/stops/NEC-2276-03" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=49919" + "related": "/facilities/?filter[stop]=NEC-2276-03" } }, "parent_station": { - "data": null + "data": { + "id": "place-bbsta", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "CR-zone-1A", "type": "zone" } } @@ -232714,14 +234813,14 @@ }, { "attributes": {}, - "id": "5520", + "id": "2866", "links": { - "self": "/stops/5520" + "self": "/stops/2866" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5520" + "related": "/facilities/?filter[stop]=2866" } }, "parent_station": { @@ -232738,14 +234837,14 @@ }, { "attributes": {}, - "id": "49795", + "id": "7632", "links": { - "self": "/stops/49795" + "self": "/stops/7632" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=49795" + "related": "/facilities/?filter[stop]=7632" } }, "parent_station": { @@ -232762,14 +234861,14 @@ }, { "attributes": {}, - "id": "8606", + "id": "3055", "links": { - "self": "/stops/8606" + "self": "/stops/3055" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8606" + "related": "/facilities/?filter[stop]=3055" } }, "parent_station": { @@ -232786,134 +234885,146 @@ }, { "attributes": { - "direction_id": 0, - "headsign": "Oak Square" + "direction_id": 1, + "headsign": "Forest Hills" }, - "id": "63165262", + "id": "67250944", "links": { - "self": "/trips/63165262" + "self": "/trips/67250944" }, "relationships": { "route": { "data": { - "id": "64", + "id": "30", "type": "route" } }, "route_pattern": { "data": { - "id": "64-_-0", + "id": "30-2-1", "type": "route_pattern" } }, "service": { "data": { - "id": "BUS32024-hbt34j47-Sunday-02", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "640178", + "id": "300080", "type": "shape" } }, "stops": { "data": [ { - "id": "730", + "id": "185", "type": "stop" }, { - "id": "2755", + "id": "16458", "type": "stop" }, { - "id": "1123", + "id": "16459", "type": "stop" }, { - "id": "2444", + "id": "26459", "type": "stop" }, { - "id": "1061", + "id": "36459", "type": "stop" }, { - "id": "1062", + "id": "46459", "type": "stop" }, { - "id": "1064", + "id": "56459", "type": "stop" }, { - "id": "1189", + "id": "66459", "type": "stop" }, { - "id": "1190", + "id": "66460", "type": "stop" }, { - "id": "1191", + "id": "76459", "type": "stop" }, { - "id": "1193", + "id": "86459", "type": "stop" }, { - "id": "1195", + "id": "86458", "type": "stop" }, { - "id": "1196", + "id": "96459", "type": "stop" }, { - "id": "11971", + "id": "6459", "type": "stop" }, { - "id": "11972", + "id": "6460", "type": "stop" }, { - "id": "1079", + "id": "6461", "type": "stop" }, { - "id": "1201", + "id": "6462", "type": "stop" }, { - "id": "1202", + "id": "6463", "type": "stop" }, { - "id": "1203", + "id": "6464", "type": "stop" }, { - "id": "1204", + "id": "636", "type": "stop" }, { - "id": "1206", + "id": "637", "type": "stop" }, { - "id": "1211", + "id": "638", "type": "stop" }, { - "id": "1213", + "id": "639", "type": "stop" }, { - "id": "1214", + "id": "640", + "type": "stop" + }, + { + "id": "641", + "type": "stop" + }, + { + "id": "642", + "type": "stop" + }, + { + "id": "10642", "type": "stop" } ] @@ -232923,14 +235034,14 @@ }, { "attributes": {}, - "id": "522", + "id": "4049", "links": { - "self": "/stops/522" + "self": "/stops/4049" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=522" + "related": "/facilities/?filter[stop]=4049" } }, "parent_station": { @@ -232945,58 +235056,24 @@ }, "type": "stop" }, - { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Houghs Neck", - "Quincy Center Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Houghs Neck - Quincy Center Station via Germantown", - "short_name": "216", - "sort_order": 52160, - "text_color": "000000", - "type": 3 - }, - "id": "216", - "links": { - "self": "/routes/216" - }, - "relationships": { - "line": { - "data": { - "id": "line-214216", - "type": "line" - } - } - }, - "type": "route" - }, { "attributes": {}, - "id": "70217", + "id": "8830", "links": { - "self": "/stops/70217" + "self": "/stops/8830" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70217" + "related": "/facilities/?filter[stop]=8830" } }, "parent_station": { - "data": { - "id": "place-stpul", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } @@ -233005,14 +235082,14 @@ }, { "attributes": {}, - "id": "5792", + "id": "46276", "links": { - "self": "/stops/5792" + "self": "/stops/46276" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5792" + "related": "/facilities/?filter[stop]=46276" } }, "parent_station": { @@ -233029,14 +235106,14 @@ }, { "attributes": {}, - "id": "11149", + "id": "3462", "links": { - "self": "/stops/11149" + "self": "/stops/3462" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=11149" + "related": "/facilities/?filter[stop]=3462" } }, "parent_station": { @@ -233053,14 +235130,14 @@ }, { "attributes": {}, - "id": "2687", + "id": "6830", "links": { - "self": "/stops/2687" + "self": "/stops/6830" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2687" + "related": "/facilities/?filter[stop]=6830" } }, "parent_station": { @@ -233077,14 +235154,14 @@ }, { "attributes": {}, - "id": "2484", + "id": "54651", "links": { - "self": "/stops/2484" + "self": "/stops/54651" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2484" + "related": "/facilities/?filter[stop]=54651" } }, "parent_station": { @@ -233101,14 +235178,14 @@ }, { "attributes": {}, - "id": "7384", + "id": "2581", "links": { - "self": "/stops/7384" + "self": "/stops/2581" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7384" + "related": "/facilities/?filter[stop]=2581" } }, "parent_station": { @@ -233125,14 +235202,14 @@ }, { "attributes": {}, - "id": "7382", + "id": "3052", "links": { - "self": "/stops/7382" + "self": "/stops/3052" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7382" + "related": "/facilities/?filter[stop]=3052" } }, "parent_station": { @@ -233149,14 +235226,14 @@ }, { "attributes": {}, - "id": "7229", + "id": "6466", "links": { - "self": "/stops/7229" + "self": "/stops/6466" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7229" + "related": "/facilities/?filter[stop]=6466" } }, "parent_station": { @@ -233173,86 +235250,78 @@ }, { "attributes": { - "direction_id": 0, - "headsign": "Watertown via Copley and Newton Corner (Express)" + "direction_id": 1, + "headsign": "South Station" }, - "id": "61393019", + "id": "canonical-CR-Middleborough-C1-1", "links": { - "self": "/trips/61393019" + "self": "/trips/canonical-CR-Middleborough-C1-1" }, "relationships": { "route": { "data": { - "id": "504", + "id": "CR-Middleborough", "type": "route" } }, "route_pattern": { "data": { - "id": "504-2-0", + "id": "CR-Middleborough-75bed2bb-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "canonical", "type": "service" } }, "shape": { "data": { - "id": "5040118", + "id": "canonical-9800001", "type": "shape" } }, "stops": { "data": [ { - "id": "6551", - "type": "stop" - }, - { - "id": "16535", - "type": "stop" - }, - { - "id": "6555", + "id": "MM-0356-S", "type": "stop" }, { - "id": "9983", + "id": "MM-0277-S", "type": "stop" }, { - "id": "177", + "id": "MM-0219-S", "type": "stop" }, { - "id": "173", + "id": "MM-0200-CS", "type": "stop" }, { - "id": "178", + "id": "MM-0186-CS", "type": "stop" }, { - "id": "903", + "id": "MM-0150-S", "type": "stop" }, { - "id": "19031", + "id": "MM-0109-S", "type": "stop" }, { - "id": "988", + "id": "MM-0079-S", "type": "stop" }, { - "id": "989", + "id": "MM-0023-S", "type": "stop" }, { - "id": "999", + "id": "NEC-2287", "type": "stop" } ] @@ -233262,14 +235331,14 @@ }, { "attributes": {}, - "id": "6624", + "id": "1751", "links": { - "self": "/stops/6624" + "self": "/stops/1751" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6624" + "related": "/facilities/?filter[stop]=1751" } }, "parent_station": { @@ -233286,14 +235355,14 @@ }, { "attributes": {}, - "id": "10016", + "id": "5035", "links": { - "self": "/stops/10016" + "self": "/stops/5035" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=10016" + "related": "/facilities/?filter[stop]=5035" } }, "parent_station": { @@ -233310,14 +235379,14 @@ }, { "attributes": {}, - "id": "11512", + "id": "821", "links": { - "self": "/stops/11512" + "self": "/stops/821" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=11512" + "related": "/facilities/?filter[stop]=821" } }, "parent_station": { @@ -233334,14 +235403,14 @@ }, { "attributes": {}, - "id": "5719", + "id": "8632", "links": { - "self": "/stops/5719" + "self": "/stops/8632" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5719" + "related": "/facilities/?filter[stop]=8632" } }, "parent_station": { @@ -233358,25 +235427,22 @@ }, { "attributes": {}, - "id": "74632", + "id": "5633", "links": { - "self": "/stops/74632" + "self": "/stops/5633" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=74632" + "related": "/facilities/?filter[stop]=5633" } }, "parent_station": { - "data": { - "id": "place-belsq", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "SLWaterfrontNonLogan", + "id": "LocalBus", "type": "zone" } } @@ -233385,14 +235451,14 @@ }, { "attributes": {}, - "id": "15176", + "id": "8318", "links": { - "self": "/stops/15176" + "self": "/stops/8318" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=15176" + "related": "/facilities/?filter[stop]=8318" } }, "parent_station": { @@ -233400,7 +235466,7 @@ }, "zone": { "data": { - "id": "ExpressBus-Downtown", + "id": "LocalBus", "type": "zone" } } @@ -233409,14 +235475,14 @@ }, { "attributes": {}, - "id": "1813", + "id": "854", "links": { - "self": "/stops/1813" + "self": "/stops/854" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1813" + "related": "/facilities/?filter[stop]=854" } }, "parent_station": { @@ -233434,121 +235500,169 @@ { "attributes": { "direction_id": 0, - "headsign": "Houghs Neck" + "headsign": "Arlington Heights" }, - "id": "61928821", + "id": "67009553", "links": { - "self": "/trips/61928821" + "self": "/trips/67009553" }, "relationships": { "route": { "data": { - "id": "216", + "id": "77", "type": "route" } }, "route_pattern": { "data": { - "id": "216-1-0", + "id": "77-_-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "2160141", + "id": "770138", "type": "shape" } }, "stops": { "data": [ { - "id": "13245", + "id": "76121", "type": "stop" }, { - "id": "3245", + "id": "2310", "type": "stop" }, { - "id": "3246", + "id": "2312", "type": "stop" }, { - "id": "3247", + "id": "2314", "type": "stop" }, { - "id": "3248", + "id": "23151", "type": "stop" }, { - "id": "3249", + "id": "2316", "type": "stop" }, { - "id": "3250", + "id": "2318", "type": "stop" }, { - "id": "3251", + "id": "2319", "type": "stop" }, { - "id": "3252", + "id": "2320", "type": "stop" }, { - "id": "3253", + "id": "2321", "type": "stop" }, { - "id": "3254", + "id": "2271", "type": "stop" }, { - "id": "3255", + "id": "2273", "type": "stop" }, { - "id": "3256", + "id": "2274", "type": "stop" }, { - "id": "3257", + "id": "22751", "type": "stop" }, { - "id": "3258", + "id": "2275", "type": "stop" }, { - "id": "3259", + "id": "2276", "type": "stop" }, { - "id": "3260", + "id": "2277", "type": "stop" }, { - "id": "3261", + "id": "2278", "type": "stop" }, { - "id": "3262", + "id": "2279", "type": "stop" }, { - "id": "3263", + "id": "2280", "type": "stop" }, { - "id": "3265", + "id": "2281", + "type": "stop" + }, + { + "id": "2282", + "type": "stop" + }, + { + "id": "2283", + "type": "stop" + }, + { + "id": "2284", + "type": "stop" + }, + { + "id": "2285", + "type": "stop" + }, + { + "id": "2286", + "type": "stop" + }, + { + "id": "2287", + "type": "stop" + }, + { + "id": "2288", + "type": "stop" + }, + { + "id": "2290", + "type": "stop" + }, + { + "id": "2291", + "type": "stop" + }, + { + "id": "2292", + "type": "stop" + }, + { + "id": "2293", + "type": "stop" + }, + { + "id": "7922", "type": "stop" } ] @@ -233558,14 +235672,14 @@ }, { "attributes": {}, - "id": "3258", + "id": "4085", "links": { - "self": "/stops/3258" + "self": "/stops/4085" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3258" + "related": "/facilities/?filter[stop]=4085" } }, "parent_station": { @@ -233582,14 +235696,14 @@ }, { "attributes": {}, - "id": "Boat-Winthrop", + "id": "5426", "links": { - "self": "/stops/Boat-Winthrop" + "self": "/stops/5426" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=Boat-Winthrop" + "related": "/facilities/?filter[stop]=5426" } }, "parent_station": { @@ -233597,23 +235711,60 @@ }, "zone": { "data": { - "id": "Boat-zone-1A", + "id": "LocalBus", "type": "zone" } } }, "type": "stop" }, + { + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Arlington Center", + "Lechmere Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Arlington Center - Lechmere Station", + "short_name": "80", + "sort_order": 50800, + "text_color": "000000", + "type": 3 + }, + "id": "80", + "links": { + "self": "/routes/80" + }, + "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, + "line": { + "data": { + "id": "line-80", + "type": "line" + } + } + }, + "type": "route" + }, { "attributes": {}, - "id": "3690", + "id": "14551", "links": { - "self": "/stops/3690" + "self": "/stops/14551" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3690" + "related": "/facilities/?filter[stop]=14551" } }, "parent_station": { @@ -233630,22 +235781,25 @@ }, { "attributes": {}, - "id": "1030", + "id": "70178", "links": { - "self": "/stops/1030" + "self": "/stops/70178" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1030" + "related": "/facilities/?filter[stop]=70178" } }, "parent_station": { - "data": null + "data": { + "id": "place-brkhl", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -233654,14 +235808,14 @@ }, { "attributes": {}, - "id": "2600", + "id": "595", "links": { - "self": "/stops/2600" + "self": "/stops/595" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2600" + "related": "/facilities/?filter[stop]=595" } }, "parent_station": { @@ -233678,58 +235832,230 @@ }, { "attributes": { - "direction_id": 1, - "headsign": "Back Bay (Shuttle)" + "direction_id": 0, + "headsign": "Central Square via Cliftondale" }, - "id": "GovernmentCenterSaintMarysStreetBackBay-1-sample", + "id": "67202364", "links": { - "self": "/trips/GovernmentCenterSaintMarysStreetBackBay-1-sample" + "self": "/trips/67202364" }, "relationships": { "route": { "data": { - "id": "Shuttle-BackBayStMarys", + "id": "426", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-BackBayStMarys-0-1", + "id": "426-_-0", "type": "route_pattern" } }, "service": { "data": { - "id": "canonical", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "SaintMaryToBackBay-S", + "id": "4260283", "type": "shape" } }, "stops": { "data": [ { - "id": "9070212", + "id": "117", "type": "stop" }, { - "id": "9170212", + "id": "7415", "type": "stop" }, { - "id": "9070150", + "id": "7417", "type": "stop" }, { - "id": "9070152", + "id": "7418", "type": "stop" }, { - "id": "175", + "id": "7419", + "type": "stop" + }, + { + "id": "17419", + "type": "stop" + }, + { + "id": "7420", + "type": "stop" + }, + { + "id": "7422", + "type": "stop" + }, + { + "id": "17422", + "type": "stop" + }, + { + "id": "7423", + "type": "stop" + }, + { + "id": "7424", + "type": "stop" + }, + { + "id": "7426", + "type": "stop" + }, + { + "id": "7427", + "type": "stop" + }, + { + "id": "7429", + "type": "stop" + }, + { + "id": "17429", + "type": "stop" + }, + { + "id": "7430", + "type": "stop" + }, + { + "id": "7431", + "type": "stop" + }, + { + "id": "7432", + "type": "stop" + }, + { + "id": "7433", + "type": "stop" + }, + { + "id": "7434", + "type": "stop" + }, + { + "id": "7435", + "type": "stop" + }, + { + "id": "7436", + "type": "stop" + }, + { + "id": "7437", + "type": "stop" + }, + { + "id": "7438", + "type": "stop" + }, + { + "id": "7439", + "type": "stop" + }, + { + "id": "7440", + "type": "stop" + }, + { + "id": "7441", + "type": "stop" + }, + { + "id": "7442", + "type": "stop" + }, + { + "id": "7443", + "type": "stop" + }, + { + "id": "7445", + "type": "stop" + }, + { + "id": "7446", + "type": "stop" + }, + { + "id": "7447", + "type": "stop" + }, + { + "id": "7448", + "type": "stop" + }, + { + "id": "7449", + "type": "stop" + }, + { + "id": "17449", + "type": "stop" + }, + { + "id": "7450", + "type": "stop" + }, + { + "id": "7451", + "type": "stop" + }, + { + "id": "7452", + "type": "stop" + }, + { + "id": "4521", + "type": "stop" + }, + { + "id": "4522", + "type": "stop" + }, + { + "id": "4523", + "type": "stop" + }, + { + "id": "4524", + "type": "stop" + }, + { + "id": "4525", + "type": "stop" + }, + { + "id": "6822", + "type": "stop" + }, + { + "id": "6824", + "type": "stop" + }, + { + "id": "6827", + "type": "stop" + }, + { + "id": "6773", + "type": "stop" + }, + { + "id": "14748", "type": "stop" } ] @@ -233739,152 +236065,25 @@ }, { "attributes": {}, - "id": "1890", - "links": { - "self": "/stops/1890" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=1890" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Linden Square", - "Sullivan Square Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Linden Square - Sullivan Square Station", - "short_name": "109", - "sort_order": 51090, - "text_color": "000000", - "type": 3 - }, - "id": "109", - "links": { - "self": "/routes/109" - }, - "relationships": { - "line": { - "data": { - "id": "line-104109", - "type": "line" - } - } - }, - "type": "route" - }, - { - "attributes": {}, - "id": "FR-0132-02", + "id": "70042", "links": { - "self": "/stops/FR-0132-02" + "self": "/stops/70042" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=FR-0132-02" + "related": "/facilities/?filter[stop]=70042" } }, "parent_station": { "data": { - "id": "place-FR-0132", + "id": "place-state", "type": "stop" } }, "zone": { "data": { - "id": "CR-zone-3", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "2926", - "links": { - "self": "/stops/2926" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=2926" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "9002", - "links": { - "self": "/stops/9002" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=9002" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "7126", - "links": { - "self": "/stops/7126" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=7126" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -233893,14 +236092,14 @@ }, { "attributes": {}, - "id": "9081", + "id": "1927", "links": { - "self": "/stops/9081" + "self": "/stops/1927" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9081" + "related": "/facilities/?filter[stop]=1927" } }, "parent_station": { @@ -233917,14 +236116,14 @@ }, { "attributes": {}, - "id": "24490", + "id": "109816", "links": { - "self": "/stops/24490" + "self": "/stops/109816" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=24490" + "related": "/facilities/?filter[stop]=109816" } }, "parent_station": { @@ -233941,41 +236140,14 @@ }, { "attributes": {}, - "id": "70216", - "links": { - "self": "/stops/70216" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=70216" - } - }, - "parent_station": { - "data": { - "id": "place-kntst", - "type": "stop" - } - }, - "zone": { - "data": { - "id": "RapidTransit", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "10008", + "id": "3110", "links": { - "self": "/stops/10008" + "self": "/stops/3110" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=10008" + "related": "/facilities/?filter[stop]=3110" } }, "parent_station": { @@ -233990,47 +236162,16 @@ }, "type": "stop" }, - { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Cleveland Circle", - "Government Center" - ], - "direction_names": [ - "West", - "East" - ], - "long_name": "Cleveland Circle - Saint Mary's Street", - "short_name": "Green Line C Shuttle", - "sort_order": 61410, - "text_color": "000000", - "type": 3 - }, - "id": "Shuttle-ClevelandCircleStMarys", - "links": { - "self": "/routes/Shuttle-ClevelandCircleStMarys" - }, - "relationships": { - "line": { - "data": { - "id": "line-Green", - "type": "line" - } - } - }, - "type": "route" - }, { "attributes": {}, - "id": "4577", + "id": "329", "links": { - "self": "/stops/4577" + "self": "/stops/329" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4577" + "related": "/facilities/?filter[stop]=329" } }, "parent_station": { @@ -234047,23 +236188,23 @@ }, { "attributes": { - "direction_id": 1, - "headsign": "Wonderland (Shuttle)" + "direction_id": 0, + "headsign": "Broadway (Shuttle)" }, - "id": "AirportWonderland-Weekday-1d548-1-00:00:00", + "id": "BroadwayKendallOmitDTX-0-sample", "links": { - "self": "/trips/AirportWonderland-Weekday-1d548-1-00%3A00%3A00" + "self": "/trips/BroadwayKendallOmitDTX-0-sample" }, "relationships": { "route": { "data": { - "id": "Shuttle-AirportWonderland", + "id": "Shuttle-BroadwayKendallOmitDTX", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-AirportWonderland-0-1", + "id": "Shuttle-BroadwayKendallOmitDTX-0-0", "type": "route_pattern" } }, @@ -234075,38 +236216,30 @@ }, "shape": { "data": { - "id": "AirportToWonderland-S", + "id": "KendallToBroadway-S", "type": "shape" } }, "stops": { "data": [ { - "id": "7096", - "type": "stop" - }, - { - "id": "5666", - "type": "stop" - }, - { - "id": "5879", + "id": "9070071", "type": "stop" }, { - "id": "9070054", + "id": "9070073", "type": "stop" }, { - "id": "9070056", + "id": "9070076", "type": "stop" }, { - "id": "9070058", + "id": "6564", "type": "stop" }, { - "id": "15795", + "id": "150", "type": "stop" } ] @@ -234116,14 +236249,14 @@ }, { "attributes": {}, - "id": "2684", + "id": "583", "links": { - "self": "/stops/2684" + "self": "/stops/583" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2684" + "related": "/facilities/?filter[stop]=583" } }, "parent_station": { @@ -234138,30 +236271,16 @@ }, "type": "stop" }, - { - "attributes": { - "color": "FFC72C", - "long_name": "Medford Square - Harvard", - "short_name": "96", - "sort_order": 50960, - "text_color": "000000" - }, - "id": "line-96", - "links": { - "self": "/lines/line-96" - }, - "type": "line" - }, { "attributes": {}, - "id": "5480", + "id": "6846", "links": { - "self": "/stops/5480" + "self": "/stops/6846" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5480" + "related": "/facilities/?filter[stop]=6846" } }, "parent_station": { @@ -234178,14 +236297,14 @@ }, { "attributes": {}, - "id": "2154", + "id": "3204", "links": { - "self": "/stops/2154" + "self": "/stops/3204" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2154" + "related": "/facilities/?filter[stop]=3204" } }, "parent_station": { @@ -234201,125 +236320,112 @@ "type": "stop" }, { - "attributes": {}, - "id": "266", + "attributes": { + "direction_id": 0, + "headsign": "Hingham" + }, + "id": "Boat-F1-0650-Rowes-BF1-01-Weekday-Fall-24", "links": { - "self": "/stops/266" + "self": "/trips/Boat-F1-0650-Rowes-BF1-01-Weekday-Fall-24" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=266" + "route": { + "data": { + "id": "Boat-F1", + "type": "route" } }, - "parent_station": { - "data": null - }, - "zone": { + "route_pattern": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "8612", - "links": { - "self": "/stops/8612" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=8612" + "id": "Boat-F1-2-0", + "type": "route_pattern" } }, - "parent_station": { - "data": null + "service": { + "data": { + "id": "Boat-F1-Weekday-Fall-24", + "type": "service" + } }, - "zone": { + "shape": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "b0014", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "Boat-Rowes", + "type": "stop" + }, + { + "id": "Boat-Hingham", + "type": "stop" + } + ] } }, - "type": "stop" - }, - { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Northgate Shopping Center", - "Beachmont Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Northgate Shopping Center - Beachmont Station", - "short_name": "119", - "sort_order": 51190, - "text_color": "000000", - "type": 3 - }, - "id": "119", + "type": "trip" + }, + { + "attributes": {}, + "id": "7294", "links": { - "self": "/routes/119" + "self": "/stops/7294" }, "relationships": { - "line": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=7294" + } + }, + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "line-119", - "type": "line" + "id": "LocalBus", + "type": "zone" } } }, - "type": "route" + "type": "stop" }, { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Greenbush", - "South Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Greenbush - North Scituate", - "short_name": "Greenbush Line Shuttle", - "sort_order": 61957, - "text_color": "000000", - "type": 3 - }, - "id": "Shuttle-GreenbushNorthScituate", + "attributes": {}, + "id": "3394", "links": { - "self": "/routes/Shuttle-GreenbushNorthScituate" + "self": "/stops/3394" }, "relationships": { - "line": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=3394" + } + }, + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "line-Greenbush", - "type": "line" + "id": "LocalBus", + "type": "zone" } } }, - "type": "route" + "type": "stop" }, { "attributes": {}, - "id": "9221", + "id": "791", "links": { - "self": "/stops/9221" + "self": "/stops/791" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9221" + "related": "/facilities/?filter[stop]=791" } }, "parent_station": { @@ -234336,14 +236442,14 @@ }, { "attributes": {}, - "id": "1883", + "id": "1836", "links": { - "self": "/stops/1883" + "self": "/stops/1836" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1883" + "related": "/facilities/?filter[stop]=1836" } }, "parent_station": { @@ -234361,169 +236467,137 @@ { "attributes": { "direction_id": 0, - "headsign": "Harvard via Allston" + "headsign": "Point Shirley" }, - "id": "61391638", + "id": "67317085", "links": { - "self": "/trips/61391638" + "self": "/trips/67317085" }, "relationships": { "route": { "data": { - "id": "66", + "id": "713", "type": "route" } }, "route_pattern": { "data": { - "id": "66-6-0", + "id": "713-_-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "PRIV12025-hpp15hl6-Saturday-01", "type": "service" } }, "shape": { "data": { - "id": "660250", + "id": "7130073", "type": "shape" } }, "stops": { "data": [ { - "id": "64000", - "type": "stop" - }, - { - "id": "1148", - "type": "stop" - }, - { - "id": "11149", - "type": "stop" - }, - { - "id": "11148", - "type": "stop" - }, - { - "id": "21148", - "type": "stop" - }, - { - "id": "1357", - "type": "stop" - }, - { - "id": "13590", - "type": "stop" - }, - { - "id": "1360", - "type": "stop" - }, - { - "id": "1362", + "id": "15880", "type": "stop" }, { - "id": "1363", + "id": "109802", "type": "stop" }, { - "id": "1365", + "id": "109804", "type": "stop" }, { - "id": "1366", + "id": "109805", "type": "stop" }, { - "id": "1526", + "id": "109806", "type": "stop" }, { - "id": "1367", + "id": "109808", "type": "stop" }, { - "id": "1369", + "id": "109809", "type": "stop" }, { - "id": "1371", + "id": "109810", "type": "stop" }, { - "id": "1372", + "id": "109811", "type": "stop" }, { - "id": "1373", + "id": "109812", "type": "stop" }, { - "id": "1375", + "id": "109814", "type": "stop" }, { - "id": "1376", + "id": "109815", "type": "stop" }, { - "id": "1378", + "id": "109816", "type": "stop" }, { - "id": "1379", + "id": "109817", "type": "stop" }, { - "id": "964", + "id": "109818", "type": "stop" }, { - "id": "1111", + "id": "109819", "type": "stop" }, { - "id": "1112", + "id": "109820", "type": "stop" }, { - "id": "2558", + "id": "109841", "type": "stop" }, { - "id": "2559", + "id": "109842", "type": "stop" }, { - "id": "2560", + "id": "109844", "type": "stop" }, { - "id": "2561", + "id": "109845", "type": "stop" }, { - "id": "2564", + "id": "109846", "type": "stop" }, { - "id": "25641", + "id": "109848", "type": "stop" }, { - "id": "2168", + "id": "109849", "type": "stop" }, { - "id": "22549", + "id": "109853", "type": "stop" } ] @@ -234533,21 +236607,18 @@ }, { "attributes": {}, - "id": "29006", + "id": "109814", "links": { - "self": "/stops/29006" + "self": "/stops/109814" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=29006" + "related": "/facilities/?filter[stop]=109814" } }, "parent_station": { - "data": { - "id": "place-sull", - "type": "stop" - } + "data": null }, "zone": { "data": { @@ -234558,77 +236629,27 @@ }, "type": "stop" }, - { - "attributes": { - "direction_id": 0, - "headsign": "Hingham via Hull" - }, - "id": "Boat-F1-1540-Long-BF2H-04-Weekday-Summer-24", - "links": { - "self": "/trips/Boat-F1-1540-Long-BF2H-04-Weekday-Summer-24" - }, - "relationships": { - "route": { - "data": { - "id": "Boat-F1", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Boat-F1-1-0", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "Boat-F1-Weekday-Summer-24", - "type": "service" - } - }, - "shape": { - "data": { - "id": "b0001", - "type": "shape" - } - }, - "stops": { - "data": [ - { - "id": "Boat-Long", - "type": "stop" - }, - { - "id": "Boat-Hull", - "type": "stop" - }, - { - "id": "Boat-Hingham", - "type": "stop" - } - ] - } - }, - "type": "trip" - }, { "attributes": {}, - "id": "6357", + "id": "GB-0229-02", "links": { - "self": "/stops/6357" + "self": "/stops/GB-0229-02" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6357" + "related": "/facilities/?filter[stop]=GB-0229-02" } }, "parent_station": { - "data": null + "data": { + "id": "place-GB-0229", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "CR-zone-5", "type": "zone" } } @@ -234637,14 +236658,14 @@ }, { "attributes": {}, - "id": "5603", + "id": "5904", "links": { - "self": "/stops/5603" + "self": "/stops/5904" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5603" + "related": "/facilities/?filter[stop]=5904" } }, "parent_station": { @@ -234660,63 +236681,72 @@ "type": "stop" }, { - "attributes": {}, - "id": "4474", + "attributes": { + "direction_id": 0, + "headsign": "Salem (Local shuttle)" + }, + "id": "OakGroveSalemLocalNewburyport-0-sample", "links": { - "self": "/stops/4474" + "self": "/trips/OakGroveSalemLocalNewburyport-0-sample" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=4474" + "route": { + "data": { + "id": "Shuttle-OakGroveSalemLocal", + "type": "route" } }, - "parent_station": { - "data": null - }, - "zone": { + "route_pattern": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "15088", - "links": { - "self": "/stops/15088" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=15088" + "id": "Shuttle-OakGroveSalemLocal-0-0", + "type": "route_pattern" } }, - "parent_station": { - "data": null + "service": { + "data": { + "id": "canonical", + "type": "service" + } }, - "zone": { + "shape": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "OakGroveToSalemLocal-S", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "9328", + "type": "stop" + }, + { + "id": "14748", + "type": "stop" + }, + { + "id": "ER-0128-B0", + "type": "stop" + }, + { + "id": "ER-0168-B", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "2347", + "id": "2163", "links": { - "self": "/stops/2347" + "self": "/stops/2163" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2347" + "related": "/facilities/?filter[stop]=2163" } }, "parent_station": { @@ -234733,14 +236763,14 @@ }, { "attributes": {}, - "id": "6321", + "id": "82136", "links": { - "self": "/stops/6321" + "self": "/stops/82136" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6321" + "related": "/facilities/?filter[stop]=82136" } }, "parent_station": { @@ -234757,14 +236787,14 @@ }, { "attributes": {}, - "id": "5413", + "id": "4232", "links": { - "self": "/stops/5413" + "self": "/stops/4232" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5413" + "related": "/facilities/?filter[stop]=4232" } }, "parent_station": { @@ -234781,35 +236811,14 @@ }, { "attributes": {}, - "id": "9170014", - "links": { - "self": "/stops/9170014" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=9170014" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": null - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "109817", + "id": "8195", "links": { - "self": "/stops/109817" + "self": "/stops/8195" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=109817" + "related": "/facilities/?filter[stop]=8195" } }, "parent_station": { @@ -234826,14 +236835,14 @@ }, { "attributes": {}, - "id": "3090", + "id": "59", "links": { - "self": "/stops/3090" + "self": "/stops/59" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3090" + "related": "/facilities/?filter[stop]=59" } }, "parent_station": { @@ -234850,14 +236859,14 @@ }, { "attributes": {}, - "id": "3474", + "id": "171", "links": { - "self": "/stops/3474" + "self": "/stops/171" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3474" + "related": "/facilities/?filter[stop]=171" } }, "parent_station": { @@ -234874,14 +236883,14 @@ }, { "attributes": {}, - "id": "1585", + "id": "12468", "links": { - "self": "/stops/1585" + "self": "/stops/12468" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1585" + "related": "/facilities/?filter[stop]=12468" } }, "parent_station": { @@ -234898,14 +236907,14 @@ }, { "attributes": {}, - "id": "3917", + "id": "2153", "links": { - "self": "/stops/3917" + "self": "/stops/2153" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3917" + "related": "/facilities/?filter[stop]=2153" } }, "parent_station": { @@ -234922,14 +236931,14 @@ }, { "attributes": {}, - "id": "7427", + "id": "8166", "links": { - "self": "/stops/7427" + "self": "/stops/8166" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7427" + "related": "/facilities/?filter[stop]=8166" } }, "parent_station": { @@ -234944,61 +236953,16 @@ }, "type": "stop" }, - { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Cobbs Corner", - "Mattapan Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Cobbs Corner - Mattapan Station", - "short_name": "716", - "sort_order": 57160, - "text_color": "000000", - "type": 3 - }, - "id": "716", - "links": { - "self": "/routes/716" - }, - "relationships": { - "line": { - "data": { - "id": "line-716", - "type": "line" - } - } - }, - "type": "route" - }, - { - "attributes": { - "color": "FFC72C", - "long_name": "Baker Street & Vermont Street - Forest Hills", - "short_name": "37", - "sort_order": 50370, - "text_color": "000000" - }, - "id": "line-37", - "links": { - "self": "/lines/line-37" - }, - "type": "line" - }, { "attributes": {}, - "id": "4189", + "id": "4744", "links": { - "self": "/stops/4189" + "self": "/stops/4744" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4189" + "related": "/facilities/?filter[stop]=4744" } }, "parent_station": { @@ -235013,73 +236977,27 @@ }, "type": "stop" }, - { - "attributes": { - "direction_id": 0, - "headsign": "Saint Mary's Street (Shuttle)" - }, - "id": "KenmoreStMarysNotFenway-0-sample", - "links": { - "self": "/trips/KenmoreStMarysNotFenway-0-sample" - }, - "relationships": { - "route": { - "data": { - "id": "Shuttle-KenmoreStMarysNotFenway", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Shuttle-KenmoreStMarysNotFenway-0-0", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "canonical", - "type": "service" - } - }, - "shape": { - "data": { - "id": "KenmoreToSaintMary-S", - "type": "shape" - } - }, - "stops": { - "data": [ - { - "id": "9070151", - "type": "stop" - }, - { - "id": "9070211", - "type": "stop" - } - ] - } - }, - "type": "trip" - }, { "attributes": {}, - "id": "13822", + "id": "70514", "links": { - "self": "/stops/13822" + "self": "/stops/70514" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=13822" + "related": "/facilities/?filter[stop]=70514" } }, "parent_station": { - "data": null + "data": { + "id": "place-esomr", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -235088,14 +237006,14 @@ }, { "attributes": {}, - "id": "2707", + "id": "8150", "links": { - "self": "/stops/2707" + "self": "/stops/8150" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2707" + "related": "/facilities/?filter[stop]=8150" } }, "parent_station": { @@ -235112,14 +237030,14 @@ }, { "attributes": {}, - "id": "629", + "id": "36500", "links": { - "self": "/stops/629" + "self": "/stops/36500" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=629" + "related": "/facilities/?filter[stop]=36500" } }, "parent_station": { @@ -235136,14 +237054,14 @@ }, { "attributes": {}, - "id": "6839", + "id": "32681", "links": { - "self": "/stops/6839" + "self": "/stops/32681" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6839" + "related": "/facilities/?filter[stop]=32681" } }, "parent_station": { @@ -235160,14 +237078,14 @@ }, { "attributes": {}, - "id": "86178", + "id": "15661", "links": { - "self": "/stops/86178" + "self": "/stops/15661" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=86178" + "related": "/facilities/?filter[stop]=15661" } }, "parent_station": { @@ -235184,18 +237102,21 @@ }, { "attributes": {}, - "id": "1845", + "id": "WR-0062-B2", "links": { - "self": "/stops/1845" + "self": "/stops/WR-0062-B2" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1845" + "related": "/facilities/?filter[stop]=WR-0062-B2" } }, "parent_station": { - "data": null + "data": { + "id": "place-WR-0062", + "type": "stop" + } }, "zone": { "data": { @@ -235207,63 +237128,232 @@ "type": "stop" }, { - "attributes": {}, - "id": "1642", + "attributes": { + "direction_id": 0, + "headsign": "Waltham Center" + }, + "id": "67008604", "links": { - "self": "/stops/1642" + "self": "/trips/67008604" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=1642" + "route": { + "data": { + "id": "70", + "type": "route" } }, - "parent_station": { - "data": null - }, - "zone": { + "route_pattern": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "436", - "links": { - "self": "/stops/436" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=436" + "id": "70-8-0", + "type": "route_pattern" } }, - "parent_station": { - "data": null + "service": { + "data": { + "id": "WinterWeekday", + "type": "service" + } }, - "zone": { + "shape": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "700266", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "730", + "type": "stop" + }, + { + "id": "2755", + "type": "stop" + }, + { + "id": "1123", + "type": "stop" + }, + { + "id": "2444", + "type": "stop" + }, + { + "id": "1061", + "type": "stop" + }, + { + "id": "1062", + "type": "stop" + }, + { + "id": "1064", + "type": "stop" + }, + { + "id": "1067", + "type": "stop" + }, + { + "id": "1068", + "type": "stop" + }, + { + "id": "1070", + "type": "stop" + }, + { + "id": "1071", + "type": "stop" + }, + { + "id": "1072", + "type": "stop" + }, + { + "id": "1074", + "type": "stop" + }, + { + "id": "1075", + "type": "stop" + }, + { + "id": "1076", + "type": "stop" + }, + { + "id": "1077", + "type": "stop" + }, + { + "id": "1443", + "type": "stop" + }, + { + "id": "1445", + "type": "stop" + }, + { + "id": "1447", + "type": "stop" + }, + { + "id": "1448", + "type": "stop" + }, + { + "id": "1449", + "type": "stop" + }, + { + "id": "1450", + "type": "stop" + }, + { + "id": "1451", + "type": "stop" + }, + { + "id": "1452", + "type": "stop" + }, + { + "id": "8815", + "type": "stop" + }, + { + "id": "8816", + "type": "stop" + }, + { + "id": "88171", + "type": "stop" + }, + { + "id": "8818", + "type": "stop" + }, + { + "id": "8819", + "type": "stop" + }, + { + "id": "8820", + "type": "stop" + }, + { + "id": "8339", + "type": "stop" + }, + { + "id": "8821", + "type": "stop" + }, + { + "id": "8822", + "type": "stop" + }, + { + "id": "8823", + "type": "stop" + }, + { + "id": "8824", + "type": "stop" + }, + { + "id": "8825", + "type": "stop" + }, + { + "id": "8826", + "type": "stop" + }, + { + "id": "8828", + "type": "stop" + }, + { + "id": "8830", + "type": "stop" + }, + { + "id": "8831", + "type": "stop" + }, + { + "id": "8832", + "type": "stop" + }, + { + "id": "88332", + "type": "stop" + }, + { + "id": "86943", + "type": "stop" + }, + { + "id": "86944", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "12144", + "id": "3198", "links": { - "self": "/stops/12144" + "self": "/stops/3198" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=12144" + "related": "/facilities/?filter[stop]=3198" } }, "parent_station": { @@ -235280,271 +237370,429 @@ }, { "attributes": { - "direction_id": 1, - "headsign": "Watertown Square via Needham St" + "direction_id": 0, + "headsign": "Northgate Shopping Center via Square One Mall" }, - "id": "61393921", + "id": "67202341", "links": { - "self": "/trips/61393921" + "self": "/trips/67202341" }, "relationships": { "route": { "data": { - "id": "59", + "id": "429", "type": "route" } }, "route_pattern": { "data": { - "id": "59-2-1", + "id": "429-2-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "590093", + "id": "4290297", "type": "shape" } }, "stops": { "data": [ { - "id": "91852", + "id": "14748", "type": "stop" }, { - "id": "11853", + "id": "66721", "type": "stop" }, { - "id": "81437", + "id": "66731", "type": "stop" }, { - "id": "82437", + "id": "6674", "type": "stop" }, { - "id": "81438", + "id": "66761", "type": "stop" }, { - "id": "81439", + "id": "6676", "type": "stop" }, { - "id": "81440", + "id": "6677", "type": "stop" }, { - "id": "81441", + "id": "6678", "type": "stop" }, { - "id": "81442", + "id": "6679", "type": "stop" }, { - "id": "81443", + "id": "6681", "type": "stop" }, { - "id": "81444", + "id": "6683", "type": "stop" }, { - "id": "8144", + "id": "6684", "type": "stop" }, { - "id": "81445", + "id": "6685", "type": "stop" }, { - "id": "81446", + "id": "6686", "type": "stop" }, { - "id": "81447", + "id": "6688", "type": "stop" }, { - "id": "81448", + "id": "6689", "type": "stop" }, { - "id": "81449", + "id": "6690", "type": "stop" }, { - "id": "8145", + "id": "6691", "type": "stop" }, { - "id": "81451", + "id": "6692", "type": "stop" }, { - "id": "81463", + "id": "6694", "type": "stop" }, { - "id": "81464", + "id": "6695", "type": "stop" }, { - "id": "82047", + "id": "6697", "type": "stop" }, { - "id": "82048", + "id": "6698", "type": "stop" }, { - "id": "82049", + "id": "6699", "type": "stop" }, { - "id": "82050", + "id": "6700", "type": "stop" }, { - "id": "84885", + "id": "6701", "type": "stop" }, { - "id": "8155", + "id": "6702", "type": "stop" }, { - "id": "8156", + "id": "6704", "type": "stop" }, { - "id": "81561", + "id": "6742", "type": "stop" }, { - "id": "81562", + "id": "6744", "type": "stop" }, { - "id": "8158", + "id": "56734", "type": "stop" }, { - "id": "8159", + "id": "76734", "type": "stop" }, { - "id": "8160", + "id": "86734", "type": "stop" }, { - "id": "8161", + "id": "96734", "type": "stop" }, { - "id": "8162", + "id": "96735", "type": "stop" }, { - "id": "8163", + "id": "6715", "type": "stop" }, { - "id": "8164", + "id": "6717", "type": "stop" }, { - "id": "8165", + "id": "6719", "type": "stop" }, { - "id": "81651", + "id": "67202", "type": "stop" }, { - "id": "8166", + "id": "7529", "type": "stop" }, { - "id": "8167", + "id": "7559", "type": "stop" }, { - "id": "8168", + "id": "7560", "type": "stop" }, { - "id": "81681", + "id": "7561", "type": "stop" }, { - "id": "8169", + "id": "7562", "type": "stop" }, { - "id": "9492", + "id": "17562", "type": "stop" }, { - "id": "8170", + "id": "7564", "type": "stop" }, { - "id": "8171", + "id": "7565", "type": "stop" }, { - "id": "8172", + "id": "7566", "type": "stop" }, { - "id": "8173", + "id": "7403", "type": "stop" }, { - "id": "8174", + "id": "7404", "type": "stop" }, { - "id": "8175", + "id": "7405", "type": "stop" }, { - "id": "8176", + "id": "7407", "type": "stop" }, { - "id": "8177", + "id": "7408", "type": "stop" }, { - "id": "8178", + "id": "7409", + "type": "stop" + }, + { + "id": "7410", + "type": "stop" + }, + { + "id": "7411", + "type": "stop" + }, + { + "id": "74121", + "type": "stop" + }, + { + "id": "7413", + "type": "stop" + }, + { + "id": "7414", + "type": "stop" + }, + { + "id": "45534", + "type": "stop" + }, + { + "id": "6267", "type": "stop" } ] } }, - "type": "trip" + "type": "trip" + }, + { + "attributes": {}, + "id": "9070213", + "links": { + "self": "/stops/9070213" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=9070213" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "35236", + "links": { + "self": "/stops/35236" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=35236" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Malden Center Station", + "Sullivan Square Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Malden Center Station - Sullivan Square Station via Newland Street Housing", + "short_name": "105", + "sort_order": 51050, + "text_color": "000000", + "type": 3 + }, + "id": "105", + "links": { + "self": "/routes/105" + }, + "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, + "line": { + "data": { + "id": "line-105", + "type": "line" + } + } + }, + "type": "route" + }, + { + "attributes": {}, + "id": "4480", + "links": { + "self": "/stops/4480" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=4480" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "11384", + "links": { + "self": "/stops/11384" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=11384" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "ExpressBus-Downtown", + "type": "zone" + } + } + }, + "type": "stop" }, { "attributes": {}, - "id": "1548", + "id": "6400", "links": { - "self": "/stops/1548" + "self": "/stops/6400" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1548" + "related": "/facilities/?filter[stop]=6400" } }, "parent_station": { @@ -235561,14 +237809,14 @@ }, { "attributes": {}, - "id": "6284", + "id": "9526", "links": { - "self": "/stops/6284" + "self": "/stops/9526" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6284" + "related": "/facilities/?filter[stop]=9526" } }, "parent_station": { @@ -235585,14 +237833,14 @@ }, { "attributes": {}, - "id": "4805", + "id": "1136", "links": { - "self": "/stops/4805" + "self": "/stops/1136" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4805" + "related": "/facilities/?filter[stop]=1136" } }, "parent_station": { @@ -235609,14 +237857,14 @@ }, { "attributes": {}, - "id": "13826", + "id": "6692", "links": { - "self": "/stops/13826" + "self": "/stops/6692" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=13826" + "related": "/facilities/?filter[stop]=6692" } }, "parent_station": { @@ -235633,14 +237881,14 @@ }, { "attributes": {}, - "id": "5345", + "id": "3863", "links": { - "self": "/stops/5345" + "self": "/stops/3863" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5345" + "related": "/facilities/?filter[stop]=3863" } }, "parent_station": { @@ -235657,14 +237905,14 @@ }, { "attributes": {}, - "id": "1559", + "id": "7963", "links": { - "self": "/stops/1559" + "self": "/stops/7963" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1559" + "related": "/facilities/?filter[stop]=7963" } }, "parent_station": { @@ -235681,14 +237929,14 @@ }, { "attributes": {}, - "id": "3202", + "id": "10015", "links": { - "self": "/stops/3202" + "self": "/stops/10015" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3202" + "related": "/facilities/?filter[stop]=10015" } }, "parent_station": { @@ -235705,14 +237953,14 @@ }, { "attributes": {}, - "id": "4665", + "id": "6769", "links": { - "self": "/stops/4665" + "self": "/stops/6769" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4665" + "related": "/facilities/?filter[stop]=6769" } }, "parent_station": { @@ -235729,21 +237977,42 @@ }, { "attributes": {}, - "id": "37150", + "id": "2162", "links": { - "self": "/stops/37150" + "self": "/stops/2162" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=37150" + "related": "/facilities/?filter[stop]=2162" } }, "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "place-ER-0168", - "type": "stop" + "id": "LocalBus", + "type": "zone" } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "66721", + "links": { + "self": "/stops/66721" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=66721" + } + }, + "parent_station": { + "data": null }, "zone": { "data": { @@ -235756,14 +238025,14 @@ }, { "attributes": {}, - "id": "1288", + "id": "4770", "links": { - "self": "/stops/1288" + "self": "/stops/4770" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1288" + "related": "/facilities/?filter[stop]=4770" } }, "parent_station": { @@ -235779,46 +238048,39 @@ "type": "stop" }, { - "attributes": { - "color": "7C878E", - "direction_destinations": [ - "Drydock Avenue", - "South Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Drydock Avenue - South Station", - "short_name": "SL2", - "sort_order": 10052, - "text_color": "FFFFFF", - "type": 3 - }, - "id": "742", + "attributes": {}, + "id": "7518", "links": { - "self": "/routes/742" + "self": "/stops/7518" }, "relationships": { - "line": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=7518" + } + }, + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "line-SLWaterfront", - "type": "line" + "id": "LocalBus", + "type": "zone" } } }, - "type": "route" + "type": "stop" }, { "attributes": {}, - "id": "829", + "id": "3273", "links": { - "self": "/stops/829" + "self": "/stops/3273" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=829" + "related": "/facilities/?filter[stop]=3273" } }, "parent_station": { @@ -235835,14 +238097,14 @@ }, { "attributes": {}, - "id": "1889", + "id": "529", "links": { - "self": "/stops/1889" + "self": "/stops/529" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1889" + "related": "/facilities/?filter[stop]=529" } }, "parent_station": { @@ -235859,14 +238121,41 @@ }, { "attributes": {}, - "id": "3075", + "id": "FR-0301-02", "links": { - "self": "/stops/3075" + "self": "/stops/FR-0301-02" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3075" + "related": "/facilities/?filter[stop]=FR-0301-02" + } + }, + "parent_station": { + "data": { + "id": "place-FR-0301", + "type": "stop" + } + }, + "zone": { + "data": { + "id": "CR-zone-7", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "6849", + "links": { + "self": "/stops/6849" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=6849" } }, "parent_station": { @@ -235883,14 +238172,14 @@ }, { "attributes": {}, - "id": "5654", + "id": "2326", "links": { - "self": "/stops/5654" + "self": "/stops/2326" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5654" + "related": "/facilities/?filter[stop]=2326" } }, "parent_station": { @@ -235907,14 +238196,14 @@ }, { "attributes": {}, - "id": "1076", + "id": "19182", "links": { - "self": "/stops/1076" + "self": "/stops/19182" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1076" + "related": "/facilities/?filter[stop]=19182" } }, "parent_station": { @@ -235931,25 +238220,83 @@ }, { "attributes": {}, - "id": "70218", + "id": "1105", "links": { - "self": "/stops/70218" + "self": "/stops/1105" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70218" + "related": "/facilities/?filter[stop]=1105" } }, "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "place-stpul", - "type": "stop" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Ashmont", + "Alewife" + ], + "direction_names": [ + "South", + "North" + ], + "long_name": "Ashmont - Park Street via Post Office", + "short_name": "Red Line Shuttle", + "sort_order": 60355, + "text_color": "000000", + "type": 3 + }, + "id": "Shuttle-AshmontParkStreetViaPostOffice", + "links": { + "self": "/routes/Shuttle-AshmontParkStreetViaPostOffice" + }, + "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, + "line": { + "data": { + "id": "line-Red", + "type": "line" + } + } + }, + "type": "route" + }, + { + "attributes": {}, + "id": "3255", + "links": { + "self": "/stops/3255" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=3255" } }, + "parent_station": { + "data": null + }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } @@ -235959,346 +238306,301 @@ { "attributes": { "direction_id": 0, - "headsign": "Goodwins Circle" + "headsign": "Salem Depot" }, - "id": "62216485", + "id": "67202495", "links": { - "self": "/trips/62216485" + "self": "/trips/67202495" }, "relationships": { "route": { "data": { - "id": "436", + "id": "435", "type": "route" } }, "route_pattern": { "data": { - "id": "436-2-0", + "id": "435-8-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "4360250", + "id": "4350249", "type": "shape" } }, "stops": { "data": [ { - "id": "14748", + "id": "94320", "type": "stop" }, { - "id": "6600", + "id": "94323", "type": "stop" }, { - "id": "6830", + "id": "6773", "type": "stop" }, { - "id": "6831", + "id": "14748", "type": "stop" }, { - "id": "6833", + "id": "7240", "type": "stop" }, { - "id": "6834", + "id": "7242", "type": "stop" }, { - "id": "7313", + "id": "7245", "type": "stop" }, { - "id": "7314", + "id": "7288", "type": "stop" }, { - "id": "7315", + "id": "17288", "type": "stop" }, { - "id": "7316", + "id": "7296", "type": "stop" }, { - "id": "17316", + "id": "7297", "type": "stop" }, { - "id": "7317", + "id": "7298", "type": "stop" }, { - "id": "7318", + "id": "7299", "type": "stop" }, { - "id": "7319", + "id": "6854", "type": "stop" }, { - "id": "7253", + "id": "66854", "type": "stop" }, { - "id": "7254", + "id": "6855", "type": "stop" }, { - "id": "7255", + "id": "6857", "type": "stop" }, { - "id": "7256", + "id": "6859", "type": "stop" }, { - "id": "7257", + "id": "6860", "type": "stop" }, { - "id": "7258", + "id": "6861", "type": "stop" }, { - "id": "7259", + "id": "6862", "type": "stop" }, { - "id": "7260", + "id": "6863", "type": "stop" }, { - "id": "7320", + "id": "16683", "type": "stop" }, { - "id": "7322", + "id": "7265", "type": "stop" }, { - "id": "7324", + "id": "7266", "type": "stop" }, { - "id": "17325", + "id": "7267", "type": "stop" }, { - "id": "7327", + "id": "7268", "type": "stop" }, { - "id": "7328", + "id": "4919", "type": "stop" }, { - "id": "7330", + "id": "4920", "type": "stop" }, { - "id": "7331", + "id": "4921", "type": "stop" }, { - "id": "7332", + "id": "4922", "type": "stop" }, { - "id": "7334", + "id": "4923", "type": "stop" }, { - "id": "7335", + "id": "4924", "type": "stop" }, { - "id": "7336", + "id": "4925", "type": "stop" }, { - "id": "7337", + "id": "14925", "type": "stop" }, { - "id": "7338", + "id": "4926", "type": "stop" }, { - "id": "7339", + "id": "4927", "type": "stop" }, { - "id": "7340", - "type": "stop" - } - ] - } - }, - "type": "trip" - }, - { - "attributes": { - "direction_id": 0, - "headsign": "Mattapan via Franklin Field" - }, - "id": "62144599", - "links": { - "self": "/trips/62144599" - }, - "relationships": { - "route": { - "data": { - "id": "29", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "29-1-0", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "SpringWeekday", - "type": "service" - } - }, - "shape": { - "data": { - "id": "290145", - "type": "shape" - } - }, - "stops": { - "data": [ - { - "id": "11531", + "id": "4928", "type": "stop" }, { - "id": "1265", + "id": "4929", "type": "stop" }, { - "id": "1266", + "id": "4930", "type": "stop" }, { - "id": "10413", + "id": "4931", "type": "stop" }, { - "id": "11413", + "id": "4932", "type": "stop" }, { - "id": "17421", + "id": "7269", "type": "stop" }, { - "id": "17411", + "id": "45821", "type": "stop" }, { - "id": "17401", + "id": "4583", "type": "stop" }, { - "id": "17391", + "id": "4596", "type": "stop" }, { - "id": "415", + "id": "4615", "type": "stop" }, { - "id": "416", + "id": "7270", "type": "stop" }, { - "id": "417", + "id": "14613", "type": "stop" }, { - "id": "419", + "id": "14616", "type": "stop" }, { - "id": "1706", + "id": "4662", "type": "stop" }, { - "id": "1708", + "id": "4664", "type": "stop" }, { - "id": "11735", + "id": "4665", "type": "stop" }, { - "id": "11736", + "id": "4948", "type": "stop" }, { - "id": "1709", + "id": "4666", "type": "stop" }, { - "id": "1710", + "id": "4949", "type": "stop" }, { - "id": "11712", + "id": "4950", "type": "stop" }, { - "id": "1713", + "id": "4667", "type": "stop" }, { - "id": "1714", + "id": "4668", "type": "stop" }, { - "id": "1716", + "id": "4669", "type": "stop" }, { - "id": "1717", + "id": "4670", "type": "stop" }, { - "id": "1718", + "id": "4671", "type": "stop" }, { - "id": "11719", + "id": "4672", "type": "stop" }, { - "id": "1720", + "id": "4673", "type": "stop" }, { - "id": "1721", + "id": "4674", "type": "stop" }, { - "id": "18511", + "id": "37150", "type": "stop" } ] @@ -236308,14 +238610,14 @@ }, { "attributes": {}, - "id": "568", + "id": "296", "links": { - "self": "/stops/568" + "self": "/stops/296" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=568" + "related": "/facilities/?filter[stop]=296" } }, "parent_station": { @@ -236332,14 +238634,14 @@ }, { "attributes": {}, - "id": "15987", + "id": "5510", "links": { - "self": "/stops/15987" + "self": "/stops/5510" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=15987" + "related": "/facilities/?filter[stop]=5510" } }, "parent_station": { @@ -236356,14 +238658,14 @@ }, { "attributes": {}, - "id": "4054", + "id": "5372", "links": { - "self": "/stops/4054" + "self": "/stops/5372" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4054" + "related": "/facilities/?filter[stop]=5372" } }, "parent_station": { @@ -236378,25 +238680,52 @@ }, "type": "stop" }, + { + "attributes": {}, + "id": "70211", + "links": { + "self": "/stops/70211" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=70211" + } + }, + "parent_station": { + "data": { + "id": "place-smary", + "type": "stop" + } + }, + "zone": { + "data": { + "id": "RapidTransit", + "type": "zone" + } + } + }, + "type": "stop" + }, { "attributes": { - "direction_id": 0, - "headsign": "Heath Street" + "direction_id": 1, + "headsign": "South Station" }, - "id": "canonical-Green-E-C1-0", + "id": "canonical-CapeFlyer-C1-1", "links": { - "self": "/trips/canonical-Green-E-C1-0" + "self": "/trips/canonical-CapeFlyer-C1-1" }, "relationships": { "route": { "data": { - "id": "Green-E", + "id": "CapeFlyer", "type": "route" } }, "route_pattern": { "data": { - "id": "Green-E-886-0", + "id": "CapeFlyer-C1-1", "type": "route_pattern" } }, @@ -236408,110 +238737,271 @@ }, "shape": { "data": { - "id": "canonical-8000018", + "id": "canonical-cf00001", "type": "shape" } }, "stops": { "data": [ { - "id": "70512", - "type": "stop" - }, - { - "id": "70510", - "type": "stop" - }, - { - "id": "70508", - "type": "stop" - }, - { - "id": "70506", - "type": "stop" - }, - { - "id": "70514", - "type": "stop" - }, - { - "id": "70502", - "type": "stop" - }, - { - "id": "70208", + "id": "CM-0790-S", "type": "stop" }, { - "id": "70206", + "id": "CM-0564-S", "type": "stop" }, { - "id": "70204", + "id": "CM-0547-S", "type": "stop" }, { - "id": "70202", + "id": "CM-0493-S", "type": "stop" }, { - "id": "70199", + "id": "MM-0356-S", "type": "stop" }, { - "id": "70159", + "id": "MM-0200-CS", "type": "stop" }, { - "id": "70157", + "id": "MM-0109-S", "type": "stop" }, { - "id": "70155", + "id": "NEC-2287", "type": "stop" - }, + } + ] + } + }, + "type": "trip" + }, + { + "attributes": {}, + "id": "15100", + "links": { + "self": "/stops/15100" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=15100" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "8431", + "links": { + "self": "/stops/8431" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=8431" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "89617", + "links": { + "self": "/stops/89617" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=89617" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "6948", + "links": { + "self": "/stops/6948" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=6948" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "3023", + "links": { + "self": "/stops/3023" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=3023" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "8296", + "links": { + "self": "/stops/8296" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=8296" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": { + "direction_id": 0, + "headsign": "Providence" + }, + "id": "SouthWKDYF24-697812-813", + "links": { + "self": "/trips/SouthWKDYF24-697812-813" + }, + "relationships": { + "route": { + "data": { + "id": "CR-Providence", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "CR-Providence-02353231-0", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "FALL 2024-SOUTHWKD-Weekday-1-Scbbf1ea5", + "type": "service" + } + }, + "shape": { + "data": { + "id": "9890009", + "type": "shape" + } + }, + "stops": { + "data": [ { - "id": "70239", + "id": "NEC-2287", "type": "stop" }, { - "id": "70241", + "id": "NEC-2276-01", "type": "stop" }, { - "id": "70243", + "id": "NEC-2265-01", "type": "stop" }, { - "id": "70245", + "id": "NEC-2173-01", "type": "stop" }, { - "id": "70247", + "id": "NEC-2139-01", "type": "stop" }, { - "id": "70249", + "id": "NEC-2108-01", "type": "stop" }, { - "id": "70251", + "id": "NEC-2040-01", "type": "stop" }, { - "id": "70253", + "id": "NEC-1969-03", "type": "stop" }, { - "id": "70255", + "id": "NEC-1919-01", "type": "stop" }, { - "id": "70257", + "id": "NEC-1891-01", "type": "stop" }, { - "id": "70260", + "id": "NEC-1851-03", "type": "stop" } ] @@ -236521,14 +239011,38 @@ }, { "attributes": {}, - "id": "14301", + "id": "14937", "links": { - "self": "/stops/14301" + "self": "/stops/14937" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=14301" + "related": "/facilities/?filter[stop]=14937" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "3550", + "links": { + "self": "/stops/3550" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=3550" } }, "parent_station": { @@ -236545,46 +239059,202 @@ }, { "attributes": { - "direction_id": 0, - "headsign": "Wickford Junction (Shuttle)" + "direction_id": 1, + "headsign": "Central Square" }, - "id": "TFGreenWickfordJunction-0-sample", + "id": "67008778", "links": { - "self": "/trips/TFGreenWickfordJunction-0-sample" + "self": "/trips/67008778" }, "relationships": { "route": { "data": { - "id": "Shuttle-TFGreenWickfordJunction", + "id": "70", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-TFGreenWickfordJunction-0-0", + "id": "70-3-1", "type": "route_pattern" } }, "service": { "data": { - "id": "canonical", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "TFGreenToWickfordJunction-S", + "id": "700265", "type": "shape" } }, "stops": { "data": [ { - "id": "NEC-1768-B", + "id": "86944", "type": "stop" }, { - "id": "NEC-1659-B", + "id": "869451", + "type": "stop" + }, + { + "id": "86945", + "type": "stop" + }, + { + "id": "8670", + "type": "stop" + }, + { + "id": "8671", + "type": "stop" + }, + { + "id": "8672", + "type": "stop" + }, + { + "id": "8674", + "type": "stop" + }, + { + "id": "8676", + "type": "stop" + }, + { + "id": "8678", + "type": "stop" + }, + { + "id": "8679", + "type": "stop" + }, + { + "id": "8291", + "type": "stop" + }, + { + "id": "8292", + "type": "stop" + }, + { + "id": "8293", + "type": "stop" + }, + { + "id": "8294", + "type": "stop" + }, + { + "id": "8298", + "type": "stop" + }, + { + "id": "8295", + "type": "stop" + }, + { + "id": "8296", + "type": "stop" + }, + { + "id": "8297", + "type": "stop" + }, + { + "id": "1432", + "type": "stop" + }, + { + "id": "1433", + "type": "stop" + }, + { + "id": "1434", + "type": "stop" + }, + { + "id": "1435", + "type": "stop" + }, + { + "id": "1436", + "type": "stop" + }, + { + "id": "1437", + "type": "stop" + }, + { + "id": "1438", + "type": "stop" + }, + { + "id": "1442", + "type": "stop" + }, + { + "id": "1043", + "type": "stop" + }, + { + "id": "1045", + "type": "stop" + }, + { + "id": "1046", + "type": "stop" + }, + { + "id": "1049", + "type": "stop" + }, + { + "id": "1589", + "type": "stop" + }, + { + "id": "1051", + "type": "stop" + }, + { + "id": "1052", + "type": "stop" + }, + { + "id": "1053", + "type": "stop" + }, + { + "id": "1055", + "type": "stop" + }, + { + "id": "1056", + "type": "stop" + }, + { + "id": "1057", + "type": "stop" + }, + { + "id": "1058", + "type": "stop" + }, + { + "id": "1059", + "type": "stop" + }, + { + "id": "72", + "type": "stop" + }, + { + "id": "1123", "type": "stop" } ] @@ -236592,55 +239262,27 @@ }, "type": "trip" }, - { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Northgate Shopping Center", - "Central Square, Lynn" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Northgate Shopping Center - Central Square, Lynn", - "short_name": "429", - "sort_order": 54290, - "text_color": "000000", - "type": 3 - }, - "id": "429", - "links": { - "self": "/routes/429" - }, - "relationships": { - "line": { - "data": { - "id": "line-429", - "type": "line" - } - } - }, - "type": "route" - }, { "attributes": {}, - "id": "25059", + "id": "FB-0118-02", "links": { - "self": "/stops/25059" + "self": "/stops/FB-0118-02" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=25059" + "related": "/facilities/?filter[stop]=FB-0118-02" } }, "parent_station": { - "data": null + "data": { + "id": "place-FB-0118", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "CR-zone-2", "type": "zone" } } @@ -236649,25 +239291,22 @@ }, { "attributes": {}, - "id": "70202", + "id": "3558", "links": { - "self": "/stops/70202" + "self": "/stops/3558" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70202" + "related": "/facilities/?filter[stop]=3558" } }, "parent_station": { - "data": { - "id": "place-gover", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } @@ -236676,25 +239315,22 @@ }, { "attributes": {}, - "id": "NEC-2276-02", + "id": "16616", "links": { - "self": "/stops/NEC-2276-02" + "self": "/stops/16616" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=NEC-2276-02" + "related": "/facilities/?filter[stop]=16616" } }, "parent_station": { - "data": { - "id": "place-bbsta", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "CR-zone-1A", + "id": "LocalBus", "type": "zone" } } @@ -236703,14 +239339,14 @@ }, { "attributes": {}, - "id": "8670", + "id": "121017", "links": { - "self": "/stops/8670" + "self": "/stops/121017" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8670" + "related": "/facilities/?filter[stop]=121017" } }, "parent_station": { @@ -236728,49 +239364,169 @@ { "attributes": { "direction_id": 0, - "headsign": "North Station (Shuttle)" + "headsign": "Watertown Yard" }, - "id": "GreenBLechmereNorthStation-0-sample", + "id": "66645980", "links": { - "self": "/trips/GreenBLechmereNorthStation-0-sample" + "self": "/trips/66645980" }, "relationships": { "route": { "data": { - "id": "Shuttle-LechmereNorthStation", + "id": "57", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-LechmereNorthStation-0-0", + "id": "57-8-0", "type": "route_pattern" } }, "service": { "data": { - "id": "canonical", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "LechmereToNorthStation-S", + "id": "570292", "type": "shape" } }, "stops": { "data": [ { - "id": "70500", + "id": "11780", "type": "stop" }, { - "id": "9070093", + "id": "11781", "type": "stop" }, { - "id": "9070090", + "id": "1807", + "type": "stop" + }, + { + "id": "1808", + "type": "stop" + }, + { + "id": "11809", + "type": "stop" + }, + { + "id": "1810", + "type": "stop" + }, + { + "id": "956", + "type": "stop" + }, + { + "id": "958", + "type": "stop" + }, + { + "id": "959", + "type": "stop" + }, + { + "id": "960", + "type": "stop" + }, + { + "id": "962", + "type": "stop" + }, + { + "id": "964", + "type": "stop" + }, + { + "id": "966", + "type": "stop" + }, + { + "id": "967", + "type": "stop" + }, + { + "id": "969", + "type": "stop" + }, + { + "id": "970", + "type": "stop" + }, + { + "id": "971", + "type": "stop" + }, + { + "id": "972", + "type": "stop" + }, + { + "id": "973", + "type": "stop" + }, + { + "id": "974", + "type": "stop" + }, + { + "id": "975", + "type": "stop" + }, + { + "id": "977", + "type": "stop" + }, + { + "id": "9780", + "type": "stop" + }, + { + "id": "979", + "type": "stop" + }, + { + "id": "981", + "type": "stop" + }, + { + "id": "982", + "type": "stop" + }, + { + "id": "983", + "type": "stop" + }, + { + "id": "985", + "type": "stop" + }, + { + "id": "986", + "type": "stop" + }, + { + "id": "987", + "type": "stop" + }, + { + "id": "988", + "type": "stop" + }, + { + "id": "989", + "type": "stop" + }, + { + "id": "999", "type": "stop" } ] @@ -236780,14 +239536,14 @@ }, { "attributes": {}, - "id": "7429", + "id": "1178", "links": { - "self": "/stops/7429" + "self": "/stops/1178" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7429" + "related": "/facilities/?filter[stop]=1178" } }, "parent_station": { @@ -236804,14 +239560,14 @@ }, { "attributes": {}, - "id": "5823", + "id": "5921", "links": { - "self": "/stops/5823" + "self": "/stops/5921" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5823" + "related": "/facilities/?filter[stop]=5921" } }, "parent_station": { @@ -236828,14 +239584,14 @@ }, { "attributes": {}, - "id": "49803", + "id": "77618", "links": { - "self": "/stops/49803" + "self": "/stops/77618" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=49803" + "related": "/facilities/?filter[stop]=77618" } }, "parent_station": { @@ -236853,73 +239609,97 @@ { "attributes": { "direction_id": 1, - "headsign": "Wonderland (Shuttle)" + "headsign": "Malden" }, - "id": "GovernmentCenterWonderland-1-sample", + "id": "67136000", "links": { - "self": "/trips/GovernmentCenterWonderland-1-sample" + "self": "/trips/67136000" }, "relationships": { "route": { "data": { - "id": "Shuttle-GovernmentCenterWonderland", + "id": "106", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-GovernmentCenterWonderland-0-1", + "id": "106-4-1", "type": "route_pattern" } }, "service": { "data": { - "id": "canonical", + "id": "BUS12025-hbg15tp6-Saturday-02", "type": "service" } }, "shape": { "data": { - "id": "GovernmentCenterToWonderland-S", + "id": "1060267", "type": "shape" } }, "stops": { "data": [ { - "id": "4510", + "id": "5472", "type": "stop" }, { - "id": "57400", + "id": "5432", "type": "stop" }, { - "id": "7096", + "id": "5433", "type": "stop" }, { - "id": "5666", + "id": "5434", "type": "stop" }, { - "id": "5879", + "id": "5435", "type": "stop" }, { - "id": "9070054", + "id": "5436", "type": "stop" }, { - "id": "9070056", + "id": "9026", "type": "stop" }, { - "id": "9070058", + "id": "5440", + "type": "stop" + }, + { + "id": "5441", + "type": "stop" + }, + { + "id": "5442", + "type": "stop" + }, + { + "id": "5443", + "type": "stop" + }, + { + "id": "5444", + "type": "stop" + }, + { + "id": "5445", + "type": "stop" + }, + { + "id": "15431", "type": "stop" }, { - "id": "15795", + "id": "53270", "type": "stop" } ] @@ -236929,38 +239709,38 @@ }, { "attributes": {}, - "id": "NB-0080-B0", + "id": "111232", "links": { - "self": "/stops/NB-0080-B0" + "self": "/stops/111232" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=NB-0080-B0" + "related": "/facilities/?filter[stop]=111232" } }, "parent_station": { - "data": { - "id": "place-NB-0080", - "type": "stop" - } + "data": null }, "zone": { - "data": null + "data": { + "id": "LocalBus", + "type": "zone" + } } }, "type": "stop" }, { "attributes": {}, - "id": "3251", + "id": "3599", "links": { - "self": "/stops/3251" + "self": "/stops/3599" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3251" + "related": "/facilities/?filter[stop]=3599" } }, "parent_station": { @@ -236977,14 +239757,14 @@ }, { "attributes": {}, - "id": "2929", + "id": "1274", "links": { - "self": "/stops/2929" + "self": "/stops/1274" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2929" + "related": "/facilities/?filter[stop]=1274" } }, "parent_station": { @@ -237001,25 +239781,25 @@ }, { "attributes": {}, - "id": "70120", + "id": "GB-0316-S", "links": { - "self": "/stops/70120" + "self": "/stops/GB-0316-S" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70120" + "related": "/facilities/?filter[stop]=GB-0316-S" } }, "parent_station": { "data": { - "id": "place-wascm", + "id": "place-GB-0316", "type": "stop" } }, "zone": { "data": { - "id": "RapidTransit", + "id": "CR-zone-7", "type": "zone" } } @@ -237028,14 +239808,14 @@ }, { "attributes": {}, - "id": "5336", + "id": "4020", "links": { - "self": "/stops/5336" + "self": "/stops/4020" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5336" + "related": "/facilities/?filter[stop]=4020" } }, "parent_station": { @@ -237051,39 +239831,66 @@ "type": "stop" }, { - "attributes": {}, - "id": "3136", + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Worcester", + "South Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Boston Landing - Back Bay", + "short_name": "Worcester Line Shuttle", + "sort_order": 60470, + "text_color": "000000", + "type": 3 + }, + "id": "Shuttle-BackBayBostonLanding", "links": { - "self": "/stops/3136" + "self": "/routes/Shuttle-BackBayBostonLanding" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=3136" + "agency": { + "data": { + "id": "1", + "type": "agency" } }, - "parent_station": { - "data": null - }, - "zone": { + "line": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "line-Worcester", + "type": "line" } } }, - "type": "stop" + "type": "route" + }, + { + "attributes": { + "color": "FFC72C", + "long_name": "Quincy Center - Ashmont or Mattapan", + "short_name": "217/245", + "sort_order": 52170, + "text_color": "000000" + }, + "id": "line-217245", + "links": { + "self": "/lines/line-217245" + }, + "type": "line" }, { "attributes": {}, - "id": "22365", + "id": "4823", "links": { - "self": "/stops/22365" + "self": "/stops/4823" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=22365" + "related": "/facilities/?filter[stop]=4823" } }, "parent_station": { @@ -237100,18 +239907,21 @@ }, { "attributes": {}, - "id": "3425", + "id": "WR-0329-B", "links": { - "self": "/stops/3425" + "self": "/stops/WR-0329-B" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3425" + "related": "/facilities/?filter[stop]=WR-0329-B" } }, "parent_station": { - "data": null + "data": { + "id": "place-WR-0329", + "type": "stop" + } }, "zone": { "data": { @@ -237124,14 +239934,14 @@ }, { "attributes": {}, - "id": "4936", + "id": "7547", "links": { - "self": "/stops/4936" + "self": "/stops/7547" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4936" + "related": "/facilities/?filter[stop]=7547" } }, "parent_station": { @@ -237148,14 +239958,14 @@ }, { "attributes": {}, - "id": "7225", + "id": "21317", "links": { - "self": "/stops/7225" + "self": "/stops/21317" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7225" + "related": "/facilities/?filter[stop]=21317" } }, "parent_station": { @@ -237172,14 +239982,14 @@ }, { "attributes": {}, - "id": "8443", + "id": "3718", "links": { - "self": "/stops/8443" + "self": "/stops/3718" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8443" + "related": "/facilities/?filter[stop]=3718" } }, "parent_station": { @@ -237194,138 +240004,16 @@ }, "type": "stop" }, - { - "attributes": { - "direction_id": 1, - "headsign": "Ashmont" - }, - "id": "canonical-Mattapan-C1-1", - "links": { - "self": "/trips/canonical-Mattapan-C1-1" - }, - "relationships": { - "route": { - "data": { - "id": "Mattapan", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Mattapan-_-1", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "canonical", - "type": "service" - } - }, - "shape": { - "data": { - "id": "canonical-899_0008", - "type": "shape" - } - }, - "stops": { - "data": [ - { - "id": "70276", - "type": "stop" - }, - { - "id": "70274", - "type": "stop" - }, - { - "id": "70272", - "type": "stop" - }, - { - "id": "70270", - "type": "stop" - }, - { - "id": "70268", - "type": "stop" - }, - { - "id": "70266", - "type": "stop" - }, - { - "id": "70264", - "type": "stop" - }, - { - "id": "70261", - "type": "stop" - } - ] - } - }, - "type": "trip" - }, - { - "attributes": { - "direction_id": 1, - "headsign": "TF Green Airport (Shuttle)" - }, - "id": "TFGreenWickfordJunction-1-sample", - "links": { - "self": "/trips/TFGreenWickfordJunction-1-sample" - }, - "relationships": { - "route": { - "data": { - "id": "Shuttle-TFGreenWickfordJunction", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Shuttle-TFGreenWickfordJunction-0-1", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "canonical", - "type": "service" - } - }, - "shape": { - "data": { - "id": "WickfordJunctionToTFGreen-S", - "type": "shape" - } - }, - "stops": { - "data": [ - { - "id": "NEC-1659-B", - "type": "stop" - }, - { - "id": "NEC-1768-B", - "type": "stop" - } - ] - } - }, - "type": "trip" - }, { "attributes": {}, - "id": "8858", + "id": "7657", "links": { - "self": "/stops/8858" + "self": "/stops/7657" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8858" + "related": "/facilities/?filter[stop]=7657" } }, "parent_station": { @@ -237342,14 +240030,14 @@ }, { "attributes": {}, - "id": "7828", + "id": "1614", "links": { - "self": "/stops/7828" + "self": "/stops/1614" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7828" + "related": "/facilities/?filter[stop]=1614" } }, "parent_station": { @@ -237366,14 +240054,14 @@ }, { "attributes": {}, - "id": "8269", + "id": "77377", "links": { - "self": "/stops/8269" + "self": "/stops/77377" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8269" + "related": "/facilities/?filter[stop]=77377" } }, "parent_station": { @@ -237390,14 +240078,14 @@ }, { "attributes": {}, - "id": "1282", + "id": "109874", "links": { - "self": "/stops/1282" + "self": "/stops/109874" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1282" + "related": "/facilities/?filter[stop]=109874" } }, "parent_station": { @@ -237412,24 +240100,41 @@ }, "type": "stop" }, + { + "attributes": { + "color": "FFC72C", + "long_name": "Central Square, Lynn - Haymarket or Wonderland", + "short_name": "426/428", + "sort_order": 54260, + "text_color": "000000" + }, + "id": "line-426428", + "links": { + "self": "/lines/line-426428" + }, + "type": "line" + }, { "attributes": {}, - "id": "2085", + "id": "70071", "links": { - "self": "/stops/2085" + "self": "/stops/70071" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2085" + "related": "/facilities/?filter[stop]=70071" } }, "parent_station": { - "data": null + "data": { + "id": "place-knncl", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -237438,25 +240143,22 @@ }, { "attributes": {}, - "id": "GB-0254-01", + "id": "1447", "links": { - "self": "/stops/GB-0254-01" + "self": "/stops/1447" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=GB-0254-01" + "related": "/facilities/?filter[stop]=1447" } }, "parent_station": { - "data": { - "id": "place-GB-0254", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "CR-zone-6", + "id": "LocalBus", "type": "zone" } } @@ -237464,66 +240166,281 @@ "type": "stop" }, { - "attributes": {}, - "id": "3787", + "attributes": { + "direction_id": 0, + "headsign": "Malden" + }, + "id": "66959787", "links": { - "self": "/stops/3787" + "self": "/trips/66959787" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=3787" + "route": { + "data": { + "id": "105", + "type": "route" } }, - "parent_station": { - "data": null + "route_pattern": { + "data": { + "id": "105-1-0", + "type": "route_pattern" + } }, - "zone": { + "service": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "WinterWeekday", + "type": "service" } + }, + "shape": { + "data": { + "id": "1050145", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "29007", + "type": "stop" + }, + { + "id": "5504", + "type": "stop" + }, + { + "id": "5505", + "type": "stop" + }, + { + "id": "5506", + "type": "stop" + }, + { + "id": "5507", + "type": "stop" + }, + { + "id": "5508", + "type": "stop" + }, + { + "id": "5509", + "type": "stop" + }, + { + "id": "5405", + "type": "stop" + }, + { + "id": "5406", + "type": "stop" + }, + { + "id": "45406", + "type": "stop" + }, + { + "id": "5408", + "type": "stop" + }, + { + "id": "5409", + "type": "stop" + }, + { + "id": "5410", + "type": "stop" + }, + { + "id": "5411", + "type": "stop" + }, + { + "id": "5412", + "type": "stop" + }, + { + "id": "5413", + "type": "stop" + }, + { + "id": "5414", + "type": "stop" + }, + { + "id": "5415", + "type": "stop" + }, + { + "id": "5416", + "type": "stop" + }, + { + "id": "5417", + "type": "stop" + }, + { + "id": "5418", + "type": "stop" + }, + { + "id": "5419", + "type": "stop" + }, + { + "id": "5420", + "type": "stop" + }, + { + "id": "5421", + "type": "stop" + }, + { + "id": "5422", + "type": "stop" + }, + { + "id": "5423", + "type": "stop" + }, + { + "id": "5424", + "type": "stop" + }, + { + "id": "5425", + "type": "stop" + }, + { + "id": "5426", + "type": "stop" + }, + { + "id": "5427", + "type": "stop" + }, + { + "id": "5428", + "type": "stop" + }, + { + "id": "45428", + "type": "stop" + }, + { + "id": "5429", + "type": "stop" + }, + { + "id": "5430", + "type": "stop" + }, + { + "id": "5431", + "type": "stop" + }, + { + "id": "5365", + "type": "stop" + }, + { + "id": "5366", + "type": "stop" + }, + { + "id": "5342", + "type": "stop" + }, + { + "id": "9215", + "type": "stop" + }, + { + "id": "19215", + "type": "stop" + }, + { + "id": "5369", + "type": "stop" + }, + { + "id": "53270", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { - "attributes": {}, - "id": "70070", + "attributes": { + "direction_id": 1, + "headsign": "North Station (Local shuttle)" + }, + "id": "AndersonWoburnNorthStationLocal-1-sample", "links": { - "self": "/stops/70070" + "self": "/trips/AndersonWoburnNorthStationLocal-1-sample" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=70070" + "route": { + "data": { + "id": "Shuttle-AndersonWoburnNorthStationLocal", + "type": "route" } }, - "parent_station": { + "route_pattern": { "data": { - "id": "place-cntsq", - "type": "stop" + "id": "Shuttle-AndersonWoburnNorthStationLocal-0-1", + "type": "route_pattern" } }, - "zone": { + "service": { "data": { - "id": "RapidTransit", - "type": "zone" + "id": "canonical", + "type": "service" + } + }, + "shape": { + "data": { + "id": "AndersonWoburnToNorthStationLocal-S", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "NHRML-0127-B", + "type": "stop" + }, + { + "id": "NHRML-0073-B", + "type": "stop" + }, + { + "id": "NHRML-0055-B1", + "type": "stop" + }, + { + "id": "BNT-0000-B2", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "37618", + "id": "6824", "links": { - "self": "/stops/37618" + "self": "/stops/6824" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=37618" + "related": "/facilities/?filter[stop]=6824" } }, "parent_station": { @@ -237540,22 +240457,25 @@ }, { "attributes": {}, - "id": "7345", + "id": "70506", "links": { - "self": "/stops/7345" + "self": "/stops/70506" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7345" + "related": "/facilities/?filter[stop]=70506" } }, "parent_station": { - "data": null + "data": { + "id": "place-gilmn", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -237564,14 +240484,14 @@ }, { "attributes": {}, - "id": "49040", + "id": "3196", "links": { - "self": "/stops/49040" + "self": "/stops/3196" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=49040" + "related": "/facilities/?filter[stop]=3196" } }, "parent_station": { @@ -237587,48 +240507,293 @@ "type": "stop" }, { - "attributes": {}, - "id": "17391", + "attributes": { + "direction_id": 1, + "headsign": "Watertown Yard" + }, + "id": "67251525", "links": { - "self": "/stops/17391" + "self": "/trips/67251525" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=17391" + "route": { + "data": { + "id": "52", + "type": "route" } }, - "parent_station": { - "data": null + "route_pattern": { + "data": { + "id": "52-5-1", + "type": "route_pattern" + } }, - "zone": { + "service": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "WinterWeekday", + "type": "service" + } + }, + "shape": { + "data": { + "id": "520220", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "10833", + "type": "stop" + }, + { + "id": "10835", + "type": "stop" + }, + { + "id": "774", + "type": "stop" + }, + { + "id": "775", + "type": "stop" + }, + { + "id": "776", + "type": "stop" + }, + { + "id": "8390", + "type": "stop" + }, + { + "id": "8391", + "type": "stop" + }, + { + "id": "8392", + "type": "stop" + }, + { + "id": "8393", + "type": "stop" + }, + { + "id": "8394", + "type": "stop" + }, + { + "id": "833", + "type": "stop" + }, + { + "id": "8473", + "type": "stop" + }, + { + "id": "8474", + "type": "stop" + }, + { + "id": "84741", + "type": "stop" + }, + { + "id": "8476", + "type": "stop" + }, + { + "id": "8477", + "type": "stop" + }, + { + "id": "8478", + "type": "stop" + }, + { + "id": "84791", + "type": "stop" + }, + { + "id": "8480", + "type": "stop" + }, + { + "id": "8481", + "type": "stop" + }, + { + "id": "8482", + "type": "stop" + }, + { + "id": "8483", + "type": "stop" + }, + { + "id": "8484", + "type": "stop" + }, + { + "id": "8485", + "type": "stop" + }, + { + "id": "8486", + "type": "stop" + }, + { + "id": "18487", + "type": "stop" + }, + { + "id": "8489", + "type": "stop" + }, + { + "id": "8490", + "type": "stop" + }, + { + "id": "8491", + "type": "stop" + }, + { + "id": "8492", + "type": "stop" + }, + { + "id": "84921", + "type": "stop" + }, + { + "id": "8495", + "type": "stop" + }, + { + "id": "8496", + "type": "stop" + }, + { + "id": "8497", + "type": "stop" + }, + { + "id": "8498", + "type": "stop" + }, + { + "id": "8499", + "type": "stop" + }, + { + "id": "8500", + "type": "stop" + }, + { + "id": "8501", + "type": "stop" + }, + { + "id": "8502", + "type": "stop" + }, + { + "id": "8503", + "type": "stop" + }, + { + "id": "8504", + "type": "stop" + }, + { + "id": "8505", + "type": "stop" + }, + { + "id": "8506", + "type": "stop" + }, + { + "id": "8507", + "type": "stop" + }, + { + "id": "8508", + "type": "stop" + }, + { + "id": "8509", + "type": "stop" + }, + { + "id": "8510", + "type": "stop" + }, + { + "id": "8511", + "type": "stop" + }, + { + "id": "8512", + "type": "stop" + }, + { + "id": "8513", + "type": "stop" + }, + { + "id": "8514", + "type": "stop" + }, + { + "id": "8515", + "type": "stop" + }, + { + "id": "8516", + "type": "stop" + }, + { + "id": "19031", + "type": "stop" + }, + { + "id": "988", + "type": "stop" + }, + { + "id": "989", + "type": "stop" + }, + { + "id": "999", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": { "direction_id": 1, - "headsign": "Back Bay (Shuttle)" + "headsign": "Coolidge Corner (Shuttle)" }, - "id": "BostonUniversityEastGovernmentCenterBackBay-1-sample", + "id": "ClevelandCircleCoolidgeCorner-1-sample", "links": { - "self": "/trips/BostonUniversityEastGovernmentCenterBackBay-1-sample" + "self": "/trips/ClevelandCircleCoolidgeCorner-1-sample" }, "relationships": { "route": { "data": { - "id": "Shuttle-BackBayBostonUniversityEast", + "id": "Shuttle-ClevelandCircleCoolidgeCorner", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-BackBayBostonUniversityEast-0-1", + "id": "Shuttle-ClevelandCircleCoolidgeCorner-0-1", "type": "route_pattern" } }, @@ -237640,30 +240805,42 @@ }, "shape": { "data": { - "id": "BostonUniversityEastToBackBay-S", + "id": "ClevelandCircleToCoolidgeCorner-S", "type": "shape" } }, "stops": { "data": [ { - "id": "939", + "id": "9070238", "type": "stop" }, { - "id": "941", + "id": "9070236", "type": "stop" }, { - "id": "9070150", + "id": "9070234", "type": "stop" }, { - "id": "9070152", + "id": "9070232", "type": "stop" }, { - "id": "175", + "id": "9070230", + "type": "stop" + }, + { + "id": "9070228", + "type": "stop" + }, + { + "id": "9070224", + "type": "stop" + }, + { + "id": "9070220", "type": "stop" } ] @@ -237673,38 +240850,14 @@ }, { "attributes": {}, - "id": "74", - "links": { - "self": "/stops/74" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=74" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "8556", + "id": "41032", "links": { - "self": "/stops/8556" + "self": "/stops/41032" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8556" + "related": "/facilities/?filter[stop]=41032" } }, "parent_station": { @@ -237721,14 +240874,14 @@ }, { "attributes": {}, - "id": "38497", + "id": "7567", "links": { - "self": "/stops/38497" + "self": "/stops/7567" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=38497" + "related": "/facilities/?filter[stop]=7567" } }, "parent_station": { @@ -237745,14 +240898,14 @@ }, { "attributes": {}, - "id": "8319", + "id": "6831", "links": { - "self": "/stops/8319" + "self": "/stops/6831" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8319" + "related": "/facilities/?filter[stop]=6831" } }, "parent_station": { @@ -237769,14 +240922,14 @@ }, { "attributes": {}, - "id": "7655", + "id": "17463", "links": { - "self": "/stops/7655" + "self": "/stops/17463" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7655" + "related": "/facilities/?filter[stop]=17463" } }, "parent_station": { @@ -237792,108 +240945,216 @@ "type": "stop" }, { - "attributes": {}, - "id": "9070156", - "links": { - "self": "/stops/9070156" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=9070156" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": null - } + "attributes": { + "direction_id": 1, + "headsign": "Kenmore via Boston Latin" }, - "type": "stop" - }, - { - "attributes": {}, - "id": "14383", + "id": "66651204", "links": { - "self": "/stops/14383" + "self": "/trips/66651204" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=14383" + "route": { + "data": { + "id": "9", + "type": "route" } }, - "parent_station": { - "data": null - }, - "zone": { + "route_pattern": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "78121", - "links": { - "self": "/stops/78121" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=78121" + "id": "9-4-1", + "type": "route_pattern" } }, - "parent_station": { - "data": null - }, - "zone": { + "service": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "10013", - "links": { - "self": "/stops/10013" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=10013" + "id": "WinterWeekday", + "type": "service" } }, - "parent_station": { - "data": null - }, - "zone": { + "shape": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "090266", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "33", + "type": "stop" + }, + { + "id": "10033", + "type": "stop" + }, + { + "id": "34", + "type": "stop" + }, + { + "id": "35", + "type": "stop" + }, + { + "id": "895", + "type": "stop" + }, + { + "id": "41", + "type": "stop" + }, + { + "id": "42", + "type": "stop" + }, + { + "id": "43", + "type": "stop" + }, + { + "id": "44", + "type": "stop" + }, + { + "id": "45", + "type": "stop" + }, + { + "id": "158", + "type": "stop" + }, + { + "id": "159", + "type": "stop" + }, + { + "id": "160", + "type": "stop" + }, + { + "id": "161", + "type": "stop" + }, + { + "id": "162", + "type": "stop" + }, + { + "id": "163", + "type": "stop" + }, + { + "id": "150", + "type": "stop" + }, + { + "id": "36538", + "type": "stop" + }, + { + "id": "36541", + "type": "stop" + }, + { + "id": "36539", + "type": "stop" + }, + { + "id": "36540", + "type": "stop" + }, + { + "id": "171", + "type": "stop" + }, + { + "id": "173", + "type": "stop" + }, + { + "id": "178", + "type": "stop" + }, + { + "id": "11388", + "type": "stop" + }, + { + "id": "31391", + "type": "stop" + }, + { + "id": "41391", + "type": "stop" + }, + { + "id": "61391", + "type": "stop" + }, + { + "id": "1800", + "type": "stop" + }, + { + "id": "11799", + "type": "stop" + }, + { + "id": "11802", + "type": "stop" + }, + { + "id": "11803", + "type": "stop" + }, + { + "id": "1804", + "type": "stop" + }, + { + "id": "1805", + "type": "stop" + }, + { + "id": "1806", + "type": "stop" + }, + { + "id": "9441", + "type": "stop" + }, + { + "id": "1562", + "type": "stop" + }, + { + "id": "1563", + "type": "stop" + }, + { + "id": "1564", + "type": "stop" + }, + { + "id": "899", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "1615", + "id": "3354", "links": { - "self": "/stops/1615" + "self": "/stops/3354" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1615" + "related": "/facilities/?filter[stop]=3354" } }, "parent_station": { @@ -237910,14 +241171,14 @@ }, { "attributes": {}, - "id": "41883", + "id": "6844", "links": { - "self": "/stops/41883" + "self": "/stops/6844" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=41883" + "related": "/facilities/?filter[stop]=6844" } }, "parent_station": { @@ -237933,70 +241194,43 @@ "type": "stop" }, { - "attributes": {}, - "id": "3980", - "links": { - "self": "/stops/3980" + "attributes": { + "color": "FFC72C", + "long_name": "East Weymouth, Hingham Depot, or Fort Point - Quincy Center", + "short_name": "220/221/222", + "sort_order": 52200, + "text_color": "000000" }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=3980" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } + "id": "line-220221222", + "links": { + "self": "/lines/line-220221222" }, - "type": "stop" + "type": "line" }, { "attributes": { "color": "FFC72C", - "direction_destinations": [ - "Sullivan Square Station", - "Downtown" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Sullivan Square Station - Downtown via Main Street", - "short_name": "92", - "sort_order": 50920, - "text_color": "000000", - "type": 3 + "long_name": "Medford Square - Harvard", + "short_name": "96", + "sort_order": 50960, + "text_color": "000000" }, - "id": "92", + "id": "line-96", "links": { - "self": "/routes/92" - }, - "relationships": { - "line": { - "data": { - "id": "line-92", - "type": "line" - } - } + "self": "/lines/line-96" }, - "type": "route" + "type": "line" }, { "attributes": {}, - "id": "49826", + "id": "3107", "links": { - "self": "/stops/49826" + "self": "/stops/3107" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=49826" + "related": "/facilities/?filter[stop]=3107" } }, "parent_station": { @@ -238013,463 +241247,378 @@ }, { "attributes": { - "direction_id": 0, - "headsign": "Mattapan via Nubian & Fields Corner" + "direction_id": 1, + "headsign": "Forest Hills" }, - "id": "61392099", + "id": "67251640", "links": { - "self": "/trips/61392099" + "self": "/trips/67251640" }, "relationships": { "route": { "data": { - "id": "15", + "id": "34E", "type": "route" } }, "route_pattern": { "data": { - "id": "15-G-0", + "id": "34E-1-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "1910083", + "id": "34E0260", "type": "shape" } }, "stops": { "data": [ { - "id": "117", - "type": "stop" - }, - { - "id": "65", - "type": "stop" - }, - { - "id": "49704", - "type": "stop" - }, - { - "id": "10000", - "type": "stop" - }, - { - "id": "8279", + "id": "98618", "type": "stop" }, { - "id": "49002", + "id": "97618", "type": "stop" }, { - "id": "49003", + "id": "96618", "type": "stop" }, { - "id": "5098", + "id": "95618", "type": "stop" }, { - "id": "5099", + "id": "94618", "type": "stop" }, { - "id": "5100", + "id": "93618", "type": "stop" }, { - "id": "19402", + "id": "91618", "type": "stop" }, { - "id": "15176", + "id": "89618", "type": "stop" }, { - "id": "55", + "id": "88618", "type": "stop" }, { - "id": "60", + "id": "89619", "type": "stop" }, { - "id": "62", + "id": "89617", "type": "stop" }, { - "id": "63", + "id": "42618", "type": "stop" }, { - "id": "64000", + "id": "43618", "type": "stop" }, { - "id": "1493", + "id": "44618", "type": "stop" }, { - "id": "1495", + "id": "45618", "type": "stop" }, { - "id": "1497", + "id": "47618", "type": "stop" }, { - "id": "1498", + "id": "48618", "type": "stop" }, { - "id": "1499", + "id": "61848", "type": "stop" }, { - "id": "1500", + "id": "49618", "type": "stop" }, { - "id": "1501", + "id": "50618", "type": "stop" }, { - "id": "11501", + "id": "51618", "type": "stop" }, { - "id": "1504", + "id": "61851", "type": "stop" }, { - "id": "1506", + "id": "52618", "type": "stop" }, { - "id": "1508", + "id": "53618", "type": "stop" }, { - "id": "1509", + "id": "54618", "type": "stop" }, { - "id": "1510", + "id": "55618", "type": "stop" }, { - "id": "1511", + "id": "56618", "type": "stop" }, { - "id": "11512", + "id": "57618", "type": "stop" }, { - "id": "1512", + "id": "61857", "type": "stop" }, { - "id": "1514", + "id": "58618", "type": "stop" }, { - "id": "1515", + "id": "59618", "type": "stop" }, { - "id": "553", + "id": "60618", "type": "stop" }, { - "id": "554", + "id": "61618", "type": "stop" }, { - "id": "555", + "id": "63618", "type": "stop" }, { - "id": "556", + "id": "35619", "type": "stop" }, { - "id": "325", + "id": "46619", "type": "stop" }, { - "id": "326", + "id": "47619", "type": "stop" }, { - "id": "327", + "id": "47620", "type": "stop" }, { - "id": "328", + "id": "48619", "type": "stop" }, { - "id": "329", + "id": "49619", "type": "stop" }, { - "id": "330", + "id": "50619", "type": "stop" }, { - "id": "331", + "id": "70619", "type": "stop" }, { - "id": "332", + "id": "80619", "type": "stop" }, { - "id": "8717", + "id": "50620", "type": "stop" }, { - "id": "536", + "id": "60620", "type": "stop" }, { - "id": "537", + "id": "70620", "type": "stop" }, { - "id": "569", + "id": "80620", "type": "stop" }, { - "id": "10569", + "id": "64618", "type": "stop" }, { - "id": "570", + "id": "65618", "type": "stop" }, { - "id": "883", + "id": "67618", "type": "stop" }, { - "id": "571", + "id": "61866", "type": "stop" }, { - "id": "572", + "id": "61867", "type": "stop" }, { - "id": "574", + "id": "68618", "type": "stop" }, { - "id": "575", + "id": "69618", "type": "stop" }, { - "id": "576", + "id": "70618", "type": "stop" }, { - "id": "577", + "id": "74618", "type": "stop" }, { - "id": "578", + "id": "71618", "type": "stop" }, { - "id": "579", + "id": "61872", "type": "stop" }, { - "id": "580", + "id": "619", "type": "stop" }, { - "id": "185", - "type": "stop" - } - ] - } - }, - "type": "trip" - }, - { - "attributes": {}, - "id": "1677", - "links": { - "self": "/stops/1677" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=1677" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": { - "direction_id": 0, - "headsign": "Clarendon Hill" - }, - "id": "61848753", - "links": { - "self": "/trips/61848753" - }, - "relationships": { - "route": { - "data": { - "id": "87", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "87-_-0", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "SpringWeekday", - "type": "service" - } - }, - "shape": { - "data": { - "id": "870193", - "type": "shape" - } - }, - "stops": { - "data": [ - { - "id": "70500", + "id": "620", "type": "stop" }, { - "id": "2605", + "id": "621", "type": "stop" }, { - "id": "2607", + "id": "622", "type": "stop" }, { - "id": "12610", + "id": "623", "type": "stop" }, { - "id": "2612", + "id": "624", "type": "stop" }, { - "id": "26131", + "id": "625", "type": "stop" }, { - "id": "12615", + "id": "10625", "type": "stop" }, { - "id": "12616", + "id": "626", "type": "stop" }, { - "id": "2617", + "id": "627", "type": "stop" }, { - "id": "2618", + "id": "628", "type": "stop" }, { - "id": "2620", + "id": "629", "type": "stop" }, { - "id": "2621", + "id": "630", "type": "stop" }, { - "id": "2622", + "id": "631", "type": "stop" }, { - "id": "2623", + "id": "632", "type": "stop" }, { - "id": "2625", + "id": "633", "type": "stop" }, { - "id": "2626", + "id": "10633", "type": "stop" }, { - "id": "2627", + "id": "634", "type": "stop" }, { - "id": "2628", + "id": "635", "type": "stop" }, { - "id": "5104", + "id": "636", "type": "stop" }, { - "id": "2631", + "id": "637", "type": "stop" }, { - "id": "2632", + "id": "638", "type": "stop" }, { - "id": "2634", + "id": "639", "type": "stop" }, { - "id": "2635", + "id": "640", "type": "stop" }, { - "id": "2715", + "id": "641", "type": "stop" }, { - "id": "2636", + "id": "642", "type": "stop" }, { - "id": "2637", + "id": "10642", "type": "stop" } ] @@ -238479,14 +241628,14 @@ }, { "attributes": {}, - "id": "3683", + "id": "29051", "links": { - "self": "/stops/3683" + "self": "/stops/29051" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3683" + "related": "/facilities/?filter[stop]=29051" } }, "parent_station": { @@ -238503,14 +241652,14 @@ }, { "attributes": {}, - "id": "15095", + "id": "3980", "links": { - "self": "/stops/15095" + "self": "/stops/3980" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=15095" + "related": "/facilities/?filter[stop]=3980" } }, "parent_station": { @@ -238527,14 +241676,14 @@ }, { "attributes": {}, - "id": "4927", + "id": "812", "links": { - "self": "/stops/4927" + "self": "/stops/812" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4927" + "related": "/facilities/?filter[stop]=812" } }, "parent_station": { @@ -238550,63 +241699,72 @@ "type": "stop" }, { - "attributes": {}, - "id": "14618", + "attributes": { + "direction_id": 1, + "headsign": "Jackson Square (Shuttle)" + }, + "id": "ForestHillsJacksonSquare-1-sample", "links": { - "self": "/stops/14618" + "self": "/trips/ForestHillsJacksonSquare-1-sample" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=14618" + "route": { + "data": { + "id": "Shuttle-ForestHillsJackson", + "type": "route" } }, - "parent_station": { - "data": null - }, - "zone": { + "route_pattern": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "17156", - "links": { - "self": "/stops/17156" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=17156" + "id": "Shuttle-ForestHillsJackson-0-1", + "type": "route_pattern" } }, - "parent_station": { - "data": null + "service": { + "data": { + "id": "canonical", + "type": "service" + } }, - "zone": { + "shape": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "ForestHillsToJacksonSquare-S", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "875", + "type": "stop" + }, + { + "id": "9070003", + "type": "stop" + }, + { + "id": "9070005", + "type": "stop" + }, + { + "id": "9070007", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "17144", + "id": "8648", "links": { - "self": "/stops/17144" + "self": "/stops/8648" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=17144" + "related": "/facilities/?filter[stop]=8648" } }, "parent_station": { @@ -238623,35 +241781,14 @@ }, { "attributes": {}, - "id": "9070225", - "links": { - "self": "/stops/9070225" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=9070225" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": null - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "2913", + "id": "974", "links": { - "self": "/stops/2913" + "self": "/stops/974" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2913" + "related": "/facilities/?filter[stop]=974" } }, "parent_station": { @@ -238668,14 +241805,14 @@ }, { "attributes": {}, - "id": "78741", + "id": "5857", "links": { - "self": "/stops/78741" + "self": "/stops/5857" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=78741" + "related": "/facilities/?filter[stop]=5857" } }, "parent_station": { @@ -238692,14 +241829,14 @@ }, { "attributes": {}, - "id": "8552", + "id": "23536", "links": { - "self": "/stops/8552" + "self": "/stops/23536" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8552" + "related": "/facilities/?filter[stop]=23536" } }, "parent_station": { @@ -238717,158 +241854,271 @@ { "attributes": { "direction_id": 0, - "headsign": "Forest Hills" + "headsign": "Weymouth Landing via Howard St" }, - "id": "61945832", + "id": "67290599", "links": { - "self": "/trips/61945832" + "self": "/trips/67290599" }, "relationships": { "route": { "data": { - "id": "39", + "id": "225", "type": "route" } }, "route_pattern": { "data": { - "id": "39-3-0", + "id": "225-_-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "390152", + "id": "2250176", "type": "shape" } }, "stops": { "data": [ { - "id": "23391", + "id": "32001", "type": "stop" }, { - "id": "173", + "id": "3326", "type": "stop" }, { - "id": "178", + "id": "3784", "type": "stop" }, { - "id": "11388", + "id": "3785", "type": "stop" }, { - "id": "31391", + "id": "3786", "type": "stop" }, { - "id": "41391", + "id": "3787", "type": "stop" }, { - "id": "61391", + "id": "3788", "type": "stop" }, { - "id": "71391", + "id": "3789", "type": "stop" }, { - "id": "91391", + "id": "3790", "type": "stop" }, { - "id": "92391", + "id": "3792", "type": "stop" }, { - "id": "1363", + "id": "3793", "type": "stop" }, { - "id": "1365", + "id": "3796", "type": "stop" }, { - "id": "21365", + "id": "3798", "type": "stop" }, { - "id": "22365", + "id": "3799", "type": "stop" }, { - "id": "31365", + "id": "3800", "type": "stop" }, { - "id": "51365", + "id": "3801", "type": "stop" }, { - "id": "61365", + "id": "3802", "type": "stop" }, { - "id": "1160", + "id": "3803", "type": "stop" }, { - "id": "1161", + "id": "3804", "type": "stop" }, { - "id": "1164", + "id": "3806", "type": "stop" }, { - "id": "11164", + "id": "3808", "type": "stop" }, { - "id": "1939", + "id": "3809", "type": "stop" }, { - "id": "99991", + "id": "3811", "type": "stop" }, { - "id": "2006", + "id": "3812", "type": "stop" }, { - "id": "2007", + "id": "3813", "type": "stop" }, { - "id": "10642", + "id": "3816", + "type": "stop" + }, + { + "id": "3817", + "type": "stop" + }, + { + "id": "3819", + "type": "stop" + }, + { + "id": "3820", + "type": "stop" + }, + { + "id": "3821", + "type": "stop" + }, + { + "id": "3822", + "type": "stop" + }, + { + "id": "3823", + "type": "stop" + }, + { + "id": "3824", "type": "stop" } ] } }, - "type": "trip" + "type": "trip" + }, + { + "attributes": {}, + "id": "6262", + "links": { + "self": "/stops/6262" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=6262" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "2021", + "links": { + "self": "/stops/2021" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=2021" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Riverside", + "Union Square" + ], + "direction_names": [ + "West", + "East" + ], + "long_name": "Riverside - Brookline Hills", + "short_name": "Green Line D Shuttle", + "sort_order": 61250, + "text_color": "000000", + "type": 3 + }, + "id": "Shuttle-BrooklineHillsRiverside", + "links": { + "self": "/routes/Shuttle-BrooklineHillsRiverside" + }, + "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, + "line": { + "data": { + "id": "line-Green", + "type": "line" + } + } + }, + "type": "route" }, { "attributes": {}, - "id": "6360", + "id": "6285", "links": { - "self": "/stops/6360" + "self": "/stops/6285" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6360" + "related": "/facilities/?filter[stop]=6285" } }, "parent_station": { @@ -238885,185 +242135,162 @@ }, { "attributes": { - "color": "80276C", - "direction_destinations": [ - "Forge Park/495 or Foxboro", - "South Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Franklin/Foxboro Line", - "short_name": "", - "sort_order": 20004, - "text_color": "FFFFFF", - "type": 2 - }, - "id": "CR-Franklin", - "links": { - "self": "/routes/CR-Franklin" - }, - "relationships": { - "line": { - "data": { - "id": "line-Franklin", - "type": "line" - } - } - }, - "type": "route" - }, - { - "attributes": { - "direction_id": 0, - "headsign": "Riverside" + "direction_id": 1, + "headsign": "Nubian" }, - "id": "61804913", + "id": "66652069", "links": { - "self": "/trips/61804913" + "self": "/trips/66652069" }, "relationships": { "route": { "data": { - "id": "Green-D", + "id": "28", "type": "route" } }, "route_pattern": { "data": { - "id": "Green-D-856-0", + "id": "28-2-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "8000021", + "id": "280191", "type": "shape" } }, "stops": { "data": [ { - "id": "70512", + "id": "18511", "type": "stop" }, { - "id": "70510", + "id": "1722", "type": "stop" }, { - "id": "70508", + "id": "1723", "type": "stop" }, { - "id": "70506", + "id": "1724", "type": "stop" }, { - "id": "70514", + "id": "1725", "type": "stop" }, { - "id": "70502", + "id": "1726", "type": "stop" }, { - "id": "70208", + "id": "1728", "type": "stop" }, { - "id": "70206", + "id": "1730", "type": "stop" }, { - "id": "70204", + "id": "1731", "type": "stop" }, { - "id": "70202", + "id": "1732", "type": "stop" }, { - "id": "70198", + "id": "1733", "type": "stop" }, { - "id": "70159", + "id": "1734", "type": "stop" }, { - "id": "70157", + "id": "1735", "type": "stop" }, { - "id": "70155", + "id": "1736", "type": "stop" }, { - "id": "70153", + "id": "1737", "type": "stop" }, { - "id": "70151", + "id": "381", "type": "stop" }, { - "id": "70187", + "id": "382", "type": "stop" }, { - "id": "70183", + "id": "383", "type": "stop" }, { - "id": "70181", + "id": "384", "type": "stop" }, { - "id": "70179", + "id": "385", "type": "stop" }, { - "id": "70177", + "id": "386", "type": "stop" }, { - "id": "70175", + "id": "387", "type": "stop" }, { - "id": "70173", + "id": "388", "type": "stop" }, { - "id": "70171", + "id": "390", "type": "stop" }, { - "id": "70169", + "id": "392", "type": "stop" }, { - "id": "70167", + "id": "393", "type": "stop" }, { - "id": "70165", + "id": "394", "type": "stop" }, { - "id": "70163", + "id": "395", "type": "stop" }, { - "id": "70161", + "id": "396", + "type": "stop" + }, + { + "id": "21151", + "type": "stop" + }, + { + "id": "64000", "type": "stop" } ] @@ -239073,14 +242300,14 @@ }, { "attributes": {}, - "id": "7562", + "id": "781", "links": { - "self": "/stops/7562" + "self": "/stops/781" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7562" + "related": "/facilities/?filter[stop]=781" } }, "parent_station": { @@ -239097,14 +242324,14 @@ }, { "attributes": {}, - "id": "2223", + "id": "8831", "links": { - "self": "/stops/2223" + "self": "/stops/8831" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2223" + "related": "/facilities/?filter[stop]=8831" } }, "parent_station": { @@ -239121,14 +242348,14 @@ }, { "attributes": {}, - "id": "5218", + "id": "8446", "links": { - "self": "/stops/5218" + "self": "/stops/8446" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5218" + "related": "/facilities/?filter[stop]=8446" } }, "parent_station": { @@ -239145,14 +242372,14 @@ }, { "attributes": {}, - "id": "15969", + "id": "7324", "links": { - "self": "/stops/15969" + "self": "/stops/7324" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=15969" + "related": "/facilities/?filter[stop]=7324" } }, "parent_station": { @@ -239169,222 +242396,150 @@ }, { "attributes": { - "direction_id": 0, - "headsign": "Reservoir" + "direction_id": 1, + "headsign": "Quincy Center" }, - "id": "62145010", + "id": "67290442", "links": { - "self": "/trips/62145010" + "self": "/trips/67290442" }, "relationships": { "route": { "data": { - "id": "51", + "id": "216", "type": "route" } }, "route_pattern": { "data": { - "id": "51-_-0", + "id": "216-_-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "510143", + "id": "2160144", "type": "shape" } }, "stops": { "data": [ { - "id": "10642", - "type": "stop" - }, - { - "id": "596", - "type": "stop" - }, - { - "id": "597", - "type": "stop" - }, - { - "id": "598", - "type": "stop" - }, - { - "id": "599", - "type": "stop" - }, - { - "id": "600", - "type": "stop" - }, - { - "id": "601", - "type": "stop" - }, - { - "id": "602", - "type": "stop" - }, - { - "id": "797", - "type": "stop" - }, - { - "id": "11868", - "type": "stop" - }, - { - "id": "18691", - "type": "stop" - }, - { - "id": "1871", - "type": "stop" - }, - { - "id": "1872", - "type": "stop" - }, - { - "id": "1875", - "type": "stop" - }, - { - "id": "1876", - "type": "stop" - }, - { - "id": "1877", - "type": "stop" - }, - { - "id": "1878", - "type": "stop" - }, - { - "id": "1879", - "type": "stop" - }, - { - "id": "1880", + "id": "3265", "type": "stop" }, { - "id": "1881", + "id": "3266", "type": "stop" }, { - "id": "1882", + "id": "3267", "type": "stop" }, { - "id": "1883", + "id": "3268", "type": "stop" }, { - "id": "1884", + "id": "32681", "type": "stop" }, { - "id": "1885", + "id": "3269", "type": "stop" }, { - "id": "1886", + "id": "3270", "type": "stop" }, { - "id": "1887", + "id": "3271", "type": "stop" }, { - "id": "1888", + "id": "3272", "type": "stop" }, { - "id": "1889", + "id": "3273", "type": "stop" }, { - "id": "1890", + "id": "3274", "type": "stop" }, { - "id": "1891", + "id": "3276", "type": "stop" }, { - "id": "1892", + "id": "32760", "type": "stop" }, { - "id": "1893", + "id": "3277", "type": "stop" }, { - "id": "1895", + "id": "3278", "type": "stop" }, { - "id": "21916", + "id": "3279", "type": "stop" }, { - "id": "31916", + "id": "3280", "type": "stop" }, { - "id": "41916", + "id": "3281", "type": "stop" }, { - "id": "51917", + "id": "3283", "type": "stop" }, { - "id": "51918", + "id": "32831", "type": "stop" }, { - "id": "61916", + "id": "3284", "type": "stop" }, { - "id": "71916", + "id": "3286", "type": "stop" }, { - "id": "71917", + "id": "3287", "type": "stop" }, { - "id": "81916", + "id": "3288", "type": "stop" }, { - "id": "81917", + "id": "3289", "type": "stop" }, { - "id": "91916", + "id": "3290", "type": "stop" }, { - "id": "11917", + "id": "3038", "type": "stop" }, { - "id": "21917", + "id": "32002", "type": "stop" } ] @@ -239392,16 +242547,114 @@ }, "type": "trip" }, + { + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Government Center", + "Orient Heights" + ], + "direction_names": [ + "West", + "East" + ], + "long_name": "Orient Heights - Government Center (Local)", + "short_name": "Blue Line Shuttle", + "sort_order": 61948, + "text_color": "000000", + "type": 3 + }, + "id": "Shuttle-GovernmentCenterOrientHeightsLocal", + "links": { + "self": "/routes/Shuttle-GovernmentCenterOrientHeightsLocal" + }, + "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, + "line": { + "data": { + "id": "line-Blue", + "type": "line" + } + } + }, + "type": "route" + }, { "attributes": {}, - "id": "6564", + "id": "1511", "links": { - "self": "/stops/6564" + "self": "/stops/1511" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6564" + "related": "/facilities/?filter[stop]=1511" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Lowell", + "North Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Lowell - Wilmington", + "short_name": "Lowell Line Shuttle", + "sort_order": 62041, + "text_color": "000000", + "type": 3 + }, + "id": "Shuttle-LowellWilmington", + "links": { + "self": "/routes/Shuttle-LowellWilmington" + }, + "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, + "line": { + "data": { + "id": "line-Lowell", + "type": "line" + } + } + }, + "type": "route" + }, + { + "attributes": {}, + "id": "7910", + "links": { + "self": "/stops/7910" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=7910" } }, "parent_station": { @@ -239418,14 +242671,14 @@ }, { "attributes": {}, - "id": "8841", + "id": "8603", "links": { - "self": "/stops/8841" + "self": "/stops/8603" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8841" + "related": "/facilities/?filter[stop]=8603" } }, "parent_station": { @@ -239442,54 +242695,94 @@ }, { "attributes": { - "direction_id": 1, - "headsign": "Central Wharf via Quincy & Seaport/Fan Pier" + "direction_id": 0, + "headsign": "Forge Park/495" }, - "id": "Boat-F6-0800-Winthrop-BWN-01-Weekday-Summer-24", + "id": "SouthWKDYF24-697755-705", "links": { - "self": "/trips/Boat-F6-0800-Winthrop-BWN-01-Weekday-Summer-24" + "self": "/trips/SouthWKDYF24-697755-705" }, "relationships": { "route": { "data": { - "id": "Boat-F6", + "id": "CR-Franklin", "type": "route" } }, "route_pattern": { "data": { - "id": "Boat-F6-8-1", + "id": "CR-Franklin-3badde55-0", "type": "route_pattern" } }, "service": { "data": { - "id": "Boat-F6-Weekday-Summer-24", + "id": "FALL 2024-SOUTHWKD-Weekday-1-S85407dc6", "type": "service" } }, "shape": { "data": { - "id": "WinthropToQuincyToFanPierToCentralWharf-F", + "id": "9880006", "type": "shape" } }, "stops": { "data": [ { - "id": "Boat-Winthrop", + "id": "NEC-2287", "type": "stop" }, { - "id": "Boat-Quincy", + "id": "NEC-2276-01", "type": "stop" }, { - "id": "Boat-Fan", + "id": "NEC-2265-01", "type": "stop" }, { - "id": "Boat-Aquarium", + "id": "FB-0095-05", + "type": "stop" + }, + { + "id": "FB-0109-01", + "type": "stop" + }, + { + "id": "FB-0118-01", + "type": "stop" + }, + { + "id": "FB-0125-01", + "type": "stop" + }, + { + "id": "FB-0143-01", + "type": "stop" + }, + { + "id": "FB-0148-01", + "type": "stop" + }, + { + "id": "FB-0166-S", + "type": "stop" + }, + { + "id": "FB-0191-S", + "type": "stop" + }, + { + "id": "FB-0230-S", + "type": "stop" + }, + { + "id": "FB-0275-S", + "type": "stop" + }, + { + "id": "FB-0303-S", "type": "stop" } ] @@ -239499,14 +242792,14 @@ }, { "attributes": {}, - "id": "3635", + "id": "4006", "links": { - "self": "/stops/3635" + "self": "/stops/4006" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3635" + "related": "/facilities/?filter[stop]=4006" } }, "parent_station": { @@ -239523,22 +242816,25 @@ }, { "attributes": {}, - "id": "7254", + "id": "WML-0340-01", "links": { - "self": "/stops/7254" + "self": "/stops/WML-0340-01" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7254" + "related": "/facilities/?filter[stop]=WML-0340-01" } }, "parent_station": { - "data": null + "data": { + "id": "place-WML-0340", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "CR-zone-7", "type": "zone" } } @@ -239547,14 +242843,14 @@ }, { "attributes": {}, - "id": "12636", + "id": "48619", "links": { - "self": "/stops/12636" + "self": "/stops/48619" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=12636" + "related": "/facilities/?filter[stop]=48619" } }, "parent_station": { @@ -239571,14 +242867,14 @@ }, { "attributes": {}, - "id": "4532", + "id": "78511", "links": { - "self": "/stops/4532" + "self": "/stops/78511" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4532" + "related": "/facilities/?filter[stop]=78511" } }, "parent_station": { @@ -239595,14 +242891,14 @@ }, { "attributes": {}, - "id": "5831", + "id": "7762", "links": { - "self": "/stops/5831" + "self": "/stops/7762" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5831" + "related": "/facilities/?filter[stop]=7762" } }, "parent_station": { @@ -239619,14 +242915,14 @@ }, { "attributes": {}, - "id": "86179", + "id": "3893", "links": { - "self": "/stops/86179" + "self": "/stops/3893" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=86179" + "related": "/facilities/?filter[stop]=3893" } }, "parent_station": { @@ -239643,14 +242939,14 @@ }, { "attributes": {}, - "id": "1852", + "id": "3678", "links": { - "self": "/stops/1852" + "self": "/stops/3678" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1852" + "related": "/facilities/?filter[stop]=3678" } }, "parent_station": { @@ -239667,14 +242963,14 @@ }, { "attributes": {}, - "id": "3667", + "id": "6529", "links": { - "self": "/stops/3667" + "self": "/stops/6529" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3667" + "related": "/facilities/?filter[stop]=6529" } }, "parent_station": { @@ -239690,46 +242986,42 @@ "type": "stop" }, { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Gloucester", - null - ], - "direction_names": [ - "Outbound", - null - ], - "long_name": "Manchester - Gloucester", - "short_name": "Rockport Line Shuttle", - "sort_order": 62055, - "text_color": "000000", - "type": 3 - }, - "id": "Shuttle-ManchesterGloucester", + "attributes": {}, + "id": "WML-0274-02", "links": { - "self": "/routes/Shuttle-ManchesterGloucester" + "self": "/stops/WML-0274-02" }, "relationships": { - "line": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=WML-0274-02" + } + }, + "parent_station": { "data": { - "id": "line-Newburyport", - "type": "line" + "id": "place-WML-0274", + "type": "stop" + } + }, + "zone": { + "data": { + "id": "CR-zone-6", + "type": "zone" } } }, - "type": "route" + "type": "stop" }, { "attributes": {}, - "id": "7428", + "id": "5500", "links": { - "self": "/stops/7428" + "self": "/stops/5500" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7428" + "related": "/facilities/?filter[stop]=5500" } }, "parent_station": { @@ -239746,14 +243038,14 @@ }, { "attributes": {}, - "id": "4518", + "id": "30009", "links": { - "self": "/stops/4518" + "self": "/stops/30009" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4518" + "related": "/facilities/?filter[stop]=30009" } }, "parent_station": { @@ -239770,14 +243062,14 @@ }, { "attributes": {}, - "id": "6168", + "id": "2810", "links": { - "self": "/stops/6168" + "self": "/stops/2810" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6168" + "related": "/facilities/?filter[stop]=2810" } }, "parent_station": { @@ -239794,25 +243086,46 @@ }, { "attributes": {}, - "id": "MM-0200-S", + "id": "4280", "links": { - "self": "/stops/MM-0200-S" + "self": "/stops/4280" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=MM-0200-S" + "related": "/facilities/?filter[stop]=4280" } }, "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "place-MM-0200", - "type": "stop" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "1725", + "links": { + "self": "/stops/1725" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=1725" } }, + "parent_station": { + "data": null + }, "zone": { "data": { - "id": "CR-zone-4", + "id": "LocalBus", "type": "zone" } } @@ -239821,14 +243134,14 @@ }, { "attributes": {}, - "id": "5", + "id": "22661", "links": { - "self": "/stops/5" + "self": "/stops/22661" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5" + "related": "/facilities/?filter[stop]=22661" } }, "parent_station": { @@ -239836,175 +243149,165 @@ }, "zone": { "data": { - "id": "ExpressBus-Downtown", + "id": "LocalBus", "type": "zone" } } }, "type": "stop" }, + { + "attributes": { + "color": "80276C", + "long_name": "Greenbush Line", + "short_name": "", + "sort_order": 20005, + "text_color": "FFFFFF" + }, + "id": "line-Greenbush", + "links": { + "self": "/lines/line-Greenbush" + }, + "type": "line" + }, { "attributes": { "direction_id": 1, "headsign": "Wellington" }, - "id": "61870611", + "id": "66960246", "links": { - "self": "/trips/61870611" + "self": "/trips/66960246" }, "relationships": { "route": { "data": { - "id": "106", + "id": "134", "type": "route" } }, "route_pattern": { "data": { - "id": "106-_-1", + "id": "134-6-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "1060253", + "id": "1340405", "type": "shape" } }, "stops": { "data": [ { - "id": "5472", - "type": "stop" - }, - { - "id": "5432", - "type": "stop" - }, - { - "id": "5433", - "type": "stop" - }, - { - "id": "5434", - "type": "stop" - }, - { - "id": "5435", - "type": "stop" - }, - { - "id": "5436", - "type": "stop" - }, - { - "id": "9026", + "id": "9145", "type": "stop" }, { - "id": "5440", + "id": "9146", "type": "stop" }, { - "id": "5441", + "id": "9147", "type": "stop" }, { - "id": "5442", + "id": "9149", "type": "stop" }, { - "id": "5443", + "id": "9150", "type": "stop" }, { - "id": "5444", + "id": "5008", "type": "stop" }, { - "id": "5445", + "id": "6322", "type": "stop" }, { - "id": "15431", + "id": "6323", "type": "stop" }, { - "id": "53270", + "id": "6324", "type": "stop" }, { - "id": "5289", + "id": "63241", "type": "stop" }, { - "id": "5373", + "id": "9151", "type": "stop" }, { - "id": "5374", + "id": "9152", "type": "stop" }, { - "id": "5447", + "id": "9153", "type": "stop" }, { - "id": "5449", + "id": "9154", "type": "stop" }, { - "id": "5395", + "id": "9155", "type": "stop" }, { - "id": "5396", + "id": "9156", "type": "stop" }, { - "id": "5397", + "id": "9157", "type": "stop" }, { - "id": "5398", + "id": "49157", "type": "stop" }, { - "id": "5399", + "id": "49158", "type": "stop" }, { - "id": "5400", + "id": "9158", "type": "stop" }, { - "id": "5401", + "id": "9159", "type": "stop" }, { - "id": "5403", + "id": "9160", "type": "stop" }, { - "id": "5404", + "id": "9161", "type": "stop" }, { - "id": "5561", + "id": "9042", "type": "stop" }, { - "id": "6569", + "id": "9043", "type": "stop" }, { - "id": "5271", + "id": "52720", "type": "stop" } ] @@ -240014,14 +243317,14 @@ }, { "attributes": {}, - "id": "5688", + "id": "813", "links": { - "self": "/stops/5688" + "self": "/stops/813" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5688" + "related": "/facilities/?filter[stop]=813" } }, "parent_station": { @@ -240038,14 +243341,14 @@ }, { "attributes": {}, - "id": "5395", + "id": "31628", "links": { - "self": "/stops/5395" + "self": "/stops/31628" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5395" + "related": "/facilities/?filter[stop]=31628" } }, "parent_station": { @@ -240062,14 +243365,14 @@ }, { "attributes": {}, - "id": "2201", + "id": "81916", "links": { - "self": "/stops/2201" + "self": "/stops/81916" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2201" + "related": "/facilities/?filter[stop]=81916" } }, "parent_station": { @@ -240086,584 +243389,278 @@ }, { "attributes": { - "direction_id": 1, - "headsign": "Broadway (Shuttle)" + "direction_id": 0, + "headsign": "Salem Depot via Central Square" }, - "id": "BroadwayNorthQuincy-Weekday-1d548-1-00:00:00", + "id": "67202671", "links": { - "self": "/trips/BroadwayNorthQuincy-Weekday-1d548-1-00%3A00%3A00" + "self": "/trips/67202671" }, "relationships": { "route": { "data": { - "id": "Shuttle-BroadwayNorthQuincy", + "id": "455", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-BroadwayNorthQuincy-0-1", + "id": "455-8-0", "type": "route_pattern" } }, "service": { "data": { - "id": "canonical", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "NorthQuincyToBroadway-S", + "id": "4550298", "type": "shape" } }, "stops": { "data": [ { - "id": "3125", + "id": "4520", "type": "stop" }, { - "id": "121", + "id": "45211", "type": "stop" }, { - "id": "13", + "id": "4521", "type": "stop" }, { - "id": "151", - "type": "stop" - } - ] - } - }, - "type": "trip" - }, - { - "attributes": {}, - "id": "111214", - "links": { - "self": "/stops/111214" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=111214" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "5765", - "links": { - "self": "/stops/5765" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=5765" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "3666", - "links": { - "self": "/stops/3666" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=3666" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "2471", - "links": { - "self": "/stops/2471" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=2471" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "6116", - "links": { - "self": "/stops/6116" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=6116" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "8685", - "links": { - "self": "/stops/8685" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=8685" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "1137", - "links": { - "self": "/stops/1137" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=1137" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "6133", - "links": { - "self": "/stops/6133" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=6133" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "2803", - "links": { - "self": "/stops/2803" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=2803" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "388", - "links": { - "self": "/stops/388" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=388" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "5047", - "links": { - "self": "/stops/5047" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=5047" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": { - "direction_id": 1, - "headsign": "Nubian" - }, - "id": "61392331", - "links": { - "self": "/trips/61392331" - }, - "relationships": { - "route": { - "data": { - "id": "28", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "28-2-1", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "SpringWeekday", - "type": "service" - } - }, - "shape": { - "data": { - "id": "280185", - "type": "shape" - } - }, - "stops": { - "data": [ - { - "id": "18511", + "id": "4522", "type": "stop" }, { - "id": "1722", + "id": "4523", "type": "stop" }, { - "id": "1723", + "id": "4524", "type": "stop" }, { - "id": "1724", + "id": "4525", "type": "stop" }, { - "id": "1725", + "id": "6822", "type": "stop" }, { - "id": "1726", + "id": "6824", "type": "stop" }, { - "id": "1728", + "id": "6827", "type": "stop" }, { - "id": "1730", + "id": "6773", "type": "stop" }, { - "id": "1731", + "id": "14748", "type": "stop" }, { - "id": "1732", + "id": "6600", "type": "stop" }, { - "id": "1733", + "id": "6830", "type": "stop" }, { - "id": "1734", + "id": "6831", "type": "stop" }, { - "id": "1735", + "id": "6833", "type": "stop" }, { - "id": "1736", + "id": "6834", "type": "stop" }, { - "id": "1737", + "id": "6142", "type": "stop" }, { - "id": "381", + "id": "6143", "type": "stop" }, { - "id": "382", + "id": "6144", "type": "stop" }, { - "id": "383", + "id": "6145", "type": "stop" }, { - "id": "384", + "id": "6146", "type": "stop" }, { - "id": "385", + "id": "6147", "type": "stop" }, { - "id": "386", + "id": "6148", "type": "stop" }, { - "id": "387", + "id": "6149", "type": "stop" }, { - "id": "388", + "id": "6150", "type": "stop" }, { - "id": "390", + "id": "6151", "type": "stop" }, { - "id": "392", + "id": "6152", "type": "stop" }, { - "id": "393", + "id": "6153", "type": "stop" }, { - "id": "394", + "id": "6154", "type": "stop" }, { - "id": "395", + "id": "6155", "type": "stop" }, { - "id": "396", + "id": "6156", "type": "stop" }, { - "id": "21151", + "id": "16156", "type": "stop" }, { - "id": "64000", + "id": "6157", "type": "stop" - } - ] - } - }, - "type": "trip" - }, - { - "attributes": {}, - "id": "49096", - "links": { - "self": "/stops/49096" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=49096" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": { - "direction_id": 1, - "headsign": "Harvard (Shuttle)" - }, - "id": "BroadwayHarvard-1-sample", - "links": { - "self": "/trips/BroadwayHarvard-1-sample" - }, - "relationships": { - "route": { - "data": { - "id": "Shuttle-BroadwayHarvard", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Shuttle-BroadwayHarvard-0-1", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "canonical", - "type": "service" - } - }, - "shape": { - "data": { - "id": "BroadwayToHarvard-S", - "type": "shape" - } - }, - "stops": { - "data": [ + }, { - "id": "151", + "id": "6158", "type": "stop" }, { - "id": "892", + "id": "6159", "type": "stop" }, { - "id": "6551", + "id": "6160", "type": "stop" }, { - "id": "190", + "id": "6161", "type": "stop" }, { - "id": "9070025", + "id": "6162", "type": "stop" }, { - "id": "9070074", + "id": "6163", "type": "stop" }, { - "id": "2231", + "id": "6164", "type": "stop" }, { - "id": "102", + "id": "6165", "type": "stop" }, { - "id": "110", + "id": "6166", + "type": "stop" + }, + { + "id": "6167", + "type": "stop" + }, + { + "id": "6168", + "type": "stop" + }, + { + "id": "6169", + "type": "stop" + }, + { + "id": "6170", + "type": "stop" + }, + { + "id": "16170", + "type": "stop" + }, + { + "id": "6171", + "type": "stop" + }, + { + "id": "6173", + "type": "stop" + }, + { + "id": "6174", + "type": "stop" + }, + { + "id": "6175", + "type": "stop" + }, + { + "id": "6176", + "type": "stop" + }, + { + "id": "6177", + "type": "stop" + }, + { + "id": "16177", + "type": "stop" + }, + { + "id": "6178", + "type": "stop" + }, + { + "id": "6180", + "type": "stop" + }, + { + "id": "6181", + "type": "stop" + }, + { + "id": "4563", + "type": "stop" + }, + { + "id": "37150", "type": "stop" } ] @@ -240673,14 +243670,14 @@ }, { "attributes": {}, - "id": "2440", + "id": "512", "links": { - "self": "/stops/2440" + "self": "/stops/512" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2440" + "related": "/facilities/?filter[stop]=512" } }, "parent_station": { @@ -240697,14 +243694,14 @@ }, { "attributes": {}, - "id": "7355", + "id": "221", "links": { - "self": "/stops/7355" + "self": "/stops/221" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7355" + "related": "/facilities/?filter[stop]=221" } }, "parent_station": { @@ -240721,14 +243718,14 @@ }, { "attributes": {}, - "id": "13808", + "id": "7191", "links": { - "self": "/stops/13808" + "self": "/stops/7191" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=13808" + "related": "/facilities/?filter[stop]=7191" } }, "parent_station": { @@ -240745,83 +243742,72 @@ }, { "attributes": { - "direction_id": 0, - "headsign": "Stoughton" + "color": "FFC72C", + "direction_destinations": [ + "Forest Hills Station", + "Back Bay Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Forest Hills Station - Back Bay Station", + "short_name": "39", + "sort_order": 50390, + "text_color": "000000", + "type": 3 }, - "id": "CR-670301-861", + "id": "39", "links": { - "self": "/trips/CR-670301-861" + "self": "/routes/39" }, "relationships": { - "route": { + "agency": { "data": { - "id": "CR-Providence", - "type": "route" + "id": "1", + "type": "agency" } }, - "route_pattern": { + "line": { "data": { - "id": "CR-Providence-9515a09b-0", - "type": "route_pattern" + "id": "line-39", + "type": "line" } - }, - "service": { - "data": { - "id": "SPRING2024-SOUTHWKD-Weekday-1-Scbbf1ea5", - "type": "service" + } + }, + "type": "route" + }, + { + "attributes": {}, + "id": "9070219", + "links": { + "self": "/stops/9070219" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=9070219" } }, - "shape": { - "data": { - "id": "9890004", - "type": "shape" - } + "parent_station": { + "data": null }, - "stops": { - "data": [ - { - "id": "NEC-2287", - "type": "stop" - }, - { - "id": "NEC-2276-01", - "type": "stop" - }, - { - "id": "NEC-2265-01", - "type": "stop" - }, - { - "id": "NEC-2173-01", - "type": "stop" - }, - { - "id": "SB-0150-04", - "type": "stop" - }, - { - "id": "SB-0156-S", - "type": "stop" - }, - { - "id": "SB-0189-S", - "type": "stop" - } - ] + "zone": { + "data": null } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "5991", + "id": "3305", "links": { - "self": "/stops/5991" + "self": "/stops/3305" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5991" + "related": "/facilities/?filter[stop]=3305" } }, "parent_station": { @@ -240838,14 +243824,14 @@ }, { "attributes": {}, - "id": "5031", + "id": "1057", "links": { - "self": "/stops/5031" + "self": "/stops/1057" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5031" + "related": "/facilities/?filter[stop]=1057" } }, "parent_station": { @@ -240862,14 +243848,14 @@ }, { "attributes": {}, - "id": "8600", + "id": "15048", "links": { - "self": "/stops/8600" + "self": "/stops/15048" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8600" + "related": "/facilities/?filter[stop]=15048" } }, "parent_station": { @@ -240888,70 +243874,49 @@ "attributes": { "color": "FFC72C", "direction_destinations": [ - "Worcester", - "South Station" + "Kennedy Drive or Jack Satter House", + "Malden Center Station" ], "direction_names": [ "Outbound", "Inbound" ], - "long_name": "Boston Landing - South Station (Express)", - "short_name": "Worcester Line Shuttle", - "sort_order": 60910, + "long_name": "Kennedy Drive or Jack Satter House - Malden Center Station", + "short_name": "411", + "sort_order": 54110, "text_color": "000000", "type": 3 }, - "id": "Shuttle-BostonLandingSouthStationExpress", - "links": { - "self": "/routes/Shuttle-BostonLandingSouthStationExpress" - }, - "relationships": { - "line": { - "data": { - "id": "line-Worcester", - "type": "line" - } - } - }, - "type": "route" - }, - { - "attributes": {}, - "id": "70126", + "id": "411", "links": { - "self": "/stops/70126" + "self": "/routes/411" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=70126" - } - }, - "parent_station": { + "agency": { "data": { - "id": "place-alsgr", - "type": "stop" + "id": "1", + "type": "agency" } }, - "zone": { + "line": { "data": { - "id": "RapidTransit", - "type": "zone" + "id": "line-411430", + "type": "line" } } }, - "type": "stop" + "type": "route" }, { "attributes": {}, - "id": "5843", + "id": "10923", "links": { - "self": "/stops/5843" + "self": "/stops/10923" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5843" + "related": "/facilities/?filter[stop]=10923" } }, "parent_station": { @@ -240968,38 +243933,35 @@ }, { "attributes": {}, - "id": "13403", + "id": "9070185", "links": { - "self": "/stops/13403" + "self": "/stops/9070185" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=13403" + "related": "/facilities/?filter[stop]=9070185" } }, "parent_station": { "data": null }, "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } + "data": null } }, "type": "stop" }, { "attributes": {}, - "id": "3732", + "id": "2848", "links": { - "self": "/stops/3732" + "self": "/stops/2848" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3732" + "related": "/facilities/?filter[stop]=2848" } }, "parent_station": { @@ -241016,14 +243978,14 @@ }, { "attributes": {}, - "id": "2191", + "id": "3576", "links": { - "self": "/stops/2191" + "self": "/stops/3576" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2191" + "related": "/facilities/?filter[stop]=3576" } }, "parent_station": { @@ -241040,14 +244002,14 @@ }, { "attributes": {}, - "id": "22173", + "id": "8611", "links": { - "self": "/stops/22173" + "self": "/stops/8611" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=22173" + "related": "/facilities/?filter[stop]=8611" } }, "parent_station": { @@ -241065,53 +244027,213 @@ { "attributes": { "direction_id": 0, - "headsign": "Harvard (Shuttle)" + "headsign": "Saugus Center" }, - "id": "AlewifeHarvard-0-sample", + "id": "66959804", "links": { - "self": "/trips/AlewifeHarvard-0-sample" + "self": "/trips/66959804" }, "relationships": { "route": { "data": { - "id": "Shuttle-AlewifeHarvard", + "id": "430", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-AlewifeHarvard-0-0", + "id": "430-6-0", "type": "route_pattern" } }, "service": { "data": { - "id": "canonical", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "AlewifeToHarvard-S", + "id": "4300194", "type": "shape" } }, "stops": { "data": [ { - "id": "141", + "id": "53270", "type": "stop" }, { - "id": "2581", + "id": "5289", "type": "stop" }, { - "id": "12301", + "id": "5342", + "type": "stop" + }, + { + "id": "5457", + "type": "stop" + }, + { + "id": "5459", + "type": "stop" + }, + { + "id": "5460", + "type": "stop" + }, + { + "id": "5461", + "type": "stop" + }, + { + "id": "5462", + "type": "stop" + }, + { + "id": "5463", + "type": "stop" + }, + { + "id": "5464", + "type": "stop" + }, + { + "id": "54651", + "type": "stop" + }, + { + "id": "9060", + "type": "stop" + }, + { + "id": "9061", + "type": "stop" + }, + { + "id": "49061", + "type": "stop" + }, + { + "id": "9063", + "type": "stop" + }, + { + "id": "7541", + "type": "stop" + }, + { + "id": "7542", + "type": "stop" + }, + { + "id": "7543", + "type": "stop" + }, + { + "id": "7545", + "type": "stop" + }, + { + "id": "8575", + "type": "stop" + }, + { + "id": "7547", + "type": "stop" + }, + { + "id": "7548", + "type": "stop" + }, + { + "id": "7550", + "type": "stop" + }, + { + "id": "6206", + "type": "stop" + }, + { + "id": "6207", + "type": "stop" + }, + { + "id": "6208", + "type": "stop" + }, + { + "id": "7555", + "type": "stop" + }, + { + "id": "7557", + "type": "stop" + }, + { + "id": "7559", + "type": "stop" + }, + { + "id": "7560", + "type": "stop" + }, + { + "id": "7561", + "type": "stop" + }, + { + "id": "7562", + "type": "stop" + }, + { + "id": "17562", + "type": "stop" + }, + { + "id": "7564", + "type": "stop" + }, + { + "id": "7566", + "type": "stop" + }, + { + "id": "7429", + "type": "stop" + }, + { + "id": "17429", + "type": "stop" + }, + { + "id": "7430", + "type": "stop" + }, + { + "id": "7567", + "type": "stop" + }, + { + "id": "7569", + "type": "stop" + }, + { + "id": "7570", + "type": "stop" + }, + { + "id": "7572", + "type": "stop" + }, + { + "id": "6230", "type": "stop" }, { - "id": "2076", + "id": "7474", "type": "stop" } ] @@ -241121,116 +244243,14 @@ }, { "attributes": {}, - "id": "7600", - "links": { - "self": "/stops/7600" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=7600" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "70050", - "links": { - "self": "/stops/70050" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=70050" - } - }, - "parent_station": { - "data": { - "id": "place-wimnl", - "type": "stop" - } - }, - "zone": { - "data": { - "id": "RapidTransit", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "FR-0494-CS", - "links": { - "self": "/stops/FR-0494-CS" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=FR-0494-CS" - } - }, - "parent_station": { - "data": { - "id": "place-FR-0494", - "type": "stop" - } - }, - "zone": { - "data": { - "id": "CR-zone-8", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "81449", - "links": { - "self": "/stops/81449" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=81449" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "2083", + "id": "852", "links": { - "self": "/stops/2083" + "self": "/stops/852" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2083" + "related": "/facilities/?filter[stop]=852" } }, "parent_station": { @@ -241247,14 +244267,14 @@ }, { "attributes": {}, - "id": "3477", + "id": "56618", "links": { - "self": "/stops/3477" + "self": "/stops/56618" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3477" + "related": "/facilities/?filter[stop]=56618" } }, "parent_station": { @@ -241269,96 +244289,292 @@ }, "type": "stop" }, - { - "attributes": {}, - "id": "FB-0303-B", - "links": { - "self": "/stops/FB-0303-B" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=FB-0303-B" - } - }, - "parent_station": { - "data": { - "id": "place-FB-0303", - "type": "stop" - } - }, - "zone": { - "data": null - } - }, - "type": "stop" - }, { "attributes": { "direction_id": 0, - "headsign": "North Station (Shuttle)" + "headsign": "Marblehead via Central Square & Paradise Rd" }, - "id": "GreenENorthStationMedford-0-sample", + "id": "67202679", "links": { - "self": "/trips/GreenENorthStationMedford-0-sample" + "self": "/trips/67202679" }, "relationships": { "route": { "data": { - "id": "Shuttle-MedfordNorthStation", + "id": "441", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-MedfordNorthStation-0-0", + "id": "441-7-0", "type": "route_pattern" } }, "service": { "data": { - "id": "canonical", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "MedfordtoNorthStation-S", + "id": "4410222", "type": "shape" } }, "stops": { "data": [ { - "id": "2379", + "id": "15798", "type": "stop" }, { - "id": "2697", + "id": "4736", "type": "stop" }, { - "id": "12699", + "id": "48541", "type": "stop" }, { - "id": "2388", + "id": "4855", "type": "stop" }, { - "id": "2690", + "id": "4856", "type": "stop" }, { - "id": "70500", + "id": "4738", "type": "stop" }, { - "id": "9070093", + "id": "4739", "type": "stop" }, { - "id": "9070090", + "id": "4709", + "type": "stop" + }, + { + "id": "4741", + "type": "stop" + }, + { + "id": "4742", + "type": "stop" + }, + { + "id": "4743", + "type": "stop" + }, + { + "id": "4744", + "type": "stop" + }, + { + "id": "4745", + "type": "stop" + }, + { + "id": "4746", + "type": "stop" + }, + { + "id": "4747", + "type": "stop" + }, + { + "id": "14748", + "type": "stop" + }, + { + "id": "6600", + "type": "stop" + }, + { + "id": "4749", + "type": "stop" + }, + { + "id": "4751", + "type": "stop" + }, + { + "id": "4752", + "type": "stop" + }, + { + "id": "14753", + "type": "stop" + }, + { + "id": "4755", + "type": "stop" + }, + { + "id": "4757", + "type": "stop" + }, + { + "id": "4758", + "type": "stop" + }, + { + "id": "4759", + "type": "stop" + }, + { + "id": "4760", + "type": "stop" + }, + { + "id": "4762", + "type": "stop" + }, + { + "id": "4763", + "type": "stop" + }, + { + "id": "4764", + "type": "stop" + }, + { + "id": "4765", + "type": "stop" + }, + { + "id": "4766", + "type": "stop" + }, + { + "id": "4768", + "type": "stop" + }, + { + "id": "4769", + "type": "stop" + }, + { + "id": "4770", + "type": "stop" + }, + { + "id": "4771", + "type": "stop" + }, + { + "id": "4772", + "type": "stop" + }, + { + "id": "4777", + "type": "stop" + }, + { + "id": "4779", + "type": "stop" + }, + { + "id": "4781", + "type": "stop" + }, + { + "id": "4782", + "type": "stop" + }, + { + "id": "4784", + "type": "stop" + }, + { + "id": "4785", + "type": "stop" + }, + { + "id": "4786", + "type": "stop" + }, + { + "id": "4787", + "type": "stop" + }, + { + "id": "4788", + "type": "stop" + }, + { + "id": "4789", + "type": "stop" + }, + { + "id": "4790", + "type": "stop" + }, + { + "id": "4791", + "type": "stop" + }, + { + "id": "4792", + "type": "stop" + }, + { + "id": "4793", + "type": "stop" + }, + { + "id": "4794", + "type": "stop" + }, + { + "id": "4795", + "type": "stop" + }, + { + "id": "4796", + "type": "stop" + }, + { + "id": "4797", + "type": "stop" + }, + { + "id": "4799", + "type": "stop" + }, + { + "id": "4800", + "type": "stop" + }, + { + "id": "4801", + "type": "stop" + }, + { + "id": "4802", + "type": "stop" + }, + { + "id": "4803", + "type": "stop" + }, + { + "id": "4804", + "type": "stop" + }, + { + "id": "4805", + "type": "stop" + }, + { + "id": "4806", + "type": "stop" + }, + { + "id": "4807", "type": "stop" } ] @@ -241368,14 +244584,14 @@ }, { "attributes": {}, - "id": "4253", + "id": "4381", "links": { - "self": "/stops/4253" + "self": "/stops/4381" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4253" + "related": "/facilities/?filter[stop]=4381" } }, "parent_station": { @@ -241391,96 +244607,63 @@ "type": "stop" }, { - "attributes": { - "direction_id": 1, - "headsign": "South Station" - }, - "id": "61946629", + "attributes": {}, + "id": "9149", "links": { - "self": "/trips/61946629" + "self": "/stops/9149" }, "relationships": { - "route": { - "data": { - "id": "743", - "type": "route" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=9149" } }, - "route_pattern": { - "data": { - "id": "743-_-1", - "type": "route_pattern" - } + "parent_station": { + "data": null }, - "service": { + "zone": { "data": { - "id": "SpringWeekday", - "type": "service" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "967", + "links": { + "self": "/stops/967" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=967" } }, - "shape": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "7430029", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "74630", - "type": "stop" - }, - { - "id": "74632", - "type": "stop" - }, - { - "id": "74634", - "type": "stop" - }, - { - "id": "74636", - "type": "stop" - }, - { - "id": "7097", - "type": "stop" - }, - { - "id": "17096", - "type": "stop" - }, - { - "id": "74614", - "type": "stop" - }, - { - "id": "74615", - "type": "stop" - }, - { - "id": "74616", - "type": "stop" - }, - { - "id": "74617", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "5447", + "id": "55631", "links": { - "self": "/stops/5447" + "self": "/stops/55631" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5447" + "related": "/facilities/?filter[stop]=55631" } }, "parent_station": { @@ -241498,297 +244681,313 @@ { "attributes": { "direction_id": 1, - "headsign": "Wonderland via Paradise Rd & Central Square" + "headsign": "Quincy Center via Holbrook Court" }, - "id": "62216517", + "id": "67290558", "links": { - "self": "/trips/62216517" + "self": "/trips/67290558" }, "relationships": { "route": { "data": { - "id": "441", + "id": "230", "type": "route" } }, "route_pattern": { "data": { - "id": "441-7-1", + "id": "230-5-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "4410210", + "id": "2300159", "type": "shape" } }, "stops": { "data": [ { - "id": "4807", + "id": "39870", "type": "stop" }, { - "id": "4832", + "id": "3988", "type": "stop" }, { - "id": "4834", + "id": "3990", "type": "stop" }, { - "id": "4835", + "id": "3991", "type": "stop" }, { - "id": "4836", + "id": "3992", "type": "stop" }, { - "id": "14836", + "id": "3994", "type": "stop" }, { - "id": "4837", + "id": "39941", "type": "stop" }, { - "id": "4838", + "id": "3996", "type": "stop" }, { - "id": "4839", + "id": "3997", "type": "stop" }, { - "id": "4840", + "id": "3998", "type": "stop" }, { - "id": "4841", + "id": "3999", "type": "stop" }, { - "id": "4843", + "id": "4000", "type": "stop" }, { - "id": "4844", + "id": "4001", "type": "stop" }, { - "id": "4845", + "id": "4002", "type": "stop" }, { - "id": "4846", + "id": "4003", "type": "stop" }, { - "id": "4847", + "id": "4004", "type": "stop" }, { - "id": "4848", + "id": "4006", "type": "stop" }, { - "id": "4849", + "id": "4007", "type": "stop" }, { - "id": "4850", + "id": "4008", "type": "stop" }, { - "id": "4851", + "id": "4009", "type": "stop" }, { - "id": "4852", + "id": "4010", "type": "stop" }, { - "id": "4853", + "id": "3900", "type": "stop" }, { - "id": "4857", + "id": "3901", "type": "stop" }, { - "id": "4858", + "id": "3902", "type": "stop" }, { - "id": "4859", + "id": "3903", "type": "stop" }, { - "id": "4860", + "id": "3905", "type": "stop" }, { - "id": "14860", + "id": "3906", "type": "stop" }, { - "id": "4861", + "id": "3907", "type": "stop" }, { - "id": "4862", + "id": "39081", "type": "stop" }, { - "id": "4865", + "id": "3910", "type": "stop" }, { - "id": "14868", + "id": "3911", "type": "stop" }, { - "id": "4870", + "id": "3913", "type": "stop" }, { - "id": "4872", + "id": "3915", "type": "stop" }, { - "id": "4873", + "id": "3916", "type": "stop" }, { - "id": "4874", + "id": "3917", "type": "stop" }, { - "id": "4875", + "id": "3918", "type": "stop" }, { - "id": "14875", + "id": "3921", "type": "stop" }, { - "id": "4876", + "id": "3922", "type": "stop" }, { - "id": "4877", + "id": "3923", "type": "stop" }, { - "id": "4878", + "id": "3925", "type": "stop" }, { - "id": "4879", + "id": "3926", "type": "stop" }, { - "id": "4880", + "id": "3928", "type": "stop" }, { - "id": "4881", + "id": "3930", "type": "stop" }, { - "id": "4882", + "id": "38671", "type": "stop" }, { - "id": "4883", + "id": "3931", "type": "stop" }, { - "id": "4885", + "id": "3933", "type": "stop" }, { - "id": "4886", + "id": "3934", "type": "stop" }, { - "id": "14889", + "id": "3935", "type": "stop" }, { - "id": "4891", + "id": "3936", "type": "stop" }, { - "id": "4892", + "id": "3937", "type": "stop" }, { - "id": "4895", + "id": "3938", "type": "stop" }, { - "id": "14748", + "id": "3939", "type": "stop" }, { - "id": "4701", + "id": "3940", "type": "stop" }, { - "id": "4702", + "id": "3941", "type": "stop" }, { - "id": "4703", + "id": "3943", "type": "stop" }, { - "id": "4704", + "id": "3944", "type": "stop" }, { - "id": "4705", + "id": "3945", "type": "stop" }, { - "id": "4706", + "id": "3946", "type": "stop" }, { - "id": "4707", + "id": "3947", "type": "stop" }, { - "id": "4708", + "id": "3948", "type": "stop" }, { - "id": "4709", + "id": "3949", "type": "stop" }, { - "id": "4710", + "id": "3950", "type": "stop" }, { - "id": "4712", + "id": "3959", "type": "stop" }, { - "id": "4714", + "id": "3420", + "type": "stop" + }, + { + "id": "3422", "type": "stop" }, { - "id": "15795", + "id": "3423", + "type": "stop" + }, + { + "id": "33241", + "type": "stop" + }, + { + "id": "32000", + "type": "stop" + }, + { + "id": "32003", "type": "stop" } ] @@ -241798,14 +244997,14 @@ }, { "attributes": {}, - "id": "5353", + "id": "4840", "links": { - "self": "/stops/5353" + "self": "/stops/4840" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5353" + "related": "/facilities/?filter[stop]=4840" } }, "parent_station": { @@ -241822,14 +245021,14 @@ }, { "attributes": {}, - "id": "1569", + "id": "2037", "links": { - "self": "/stops/1569" + "self": "/stops/2037" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1569" + "related": "/facilities/?filter[stop]=2037" } }, "parent_station": { @@ -241846,14 +245045,14 @@ }, { "attributes": {}, - "id": "1339", + "id": "2550", "links": { - "self": "/stops/1339" + "self": "/stops/2550" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1339" + "related": "/facilities/?filter[stop]=2550" } }, "parent_station": { @@ -241869,87 +245068,68 @@ "type": "stop" }, { - "attributes": {}, - "id": "4870", + "attributes": { + "direction_id": 1, + "headsign": "Alewife (Express shuttle)" + }, + "id": "AlewifeLittletonExpress-1-sample", "links": { - "self": "/stops/4870" + "self": "/trips/AlewifeLittletonExpress-1-sample" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=4870" + "route": { + "data": { + "id": "Shuttle-AlewifeLittletonExpress", + "type": "route" } }, - "parent_station": { - "data": null - }, - "zone": { + "route_pattern": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "3804", - "links": { - "self": "/stops/3804" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=3804" + "id": "Shuttle-AlewifeLittletonExpress-0-1", + "type": "route_pattern" } }, - "parent_station": { - "data": null - }, - "zone": { + "service": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "5730", - "links": { - "self": "/stops/5730" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=5730" + "id": "canonical", + "type": "service" } }, - "parent_station": { - "data": null - }, - "zone": { + "shape": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "LittletonToAlewifeExpress-S", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "FR-0301-B", + "type": "stop" + }, + { + "id": "FR-0253-B", + "type": "stop" + }, + { + "id": "9070061", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "45581", + "id": "6688", "links": { - "self": "/stops/45581" + "self": "/stops/6688" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=45581" + "related": "/facilities/?filter[stop]=6688" } }, "parent_station": { @@ -241967,105 +245147,173 @@ { "attributes": { "direction_id": 0, - "headsign": "Mystic Mall" + "headsign": "Arlington Center" }, - "id": "62215989", + "id": "67008808", "links": { - "self": "/trips/62215989" + "self": "/trips/67008808" }, "relationships": { "route": { "data": { - "id": "114", + "id": "87", "type": "route" } }, "route_pattern": { "data": { - "id": "114-1-0", + "id": "87-2-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "1140042", + "id": "870201", "type": "shape" } }, "stops": { "data": [ { - "id": "5740", + "id": "70500", "type": "stop" }, { - "id": "5742", + "id": "2605", "type": "stop" }, { - "id": "5743", + "id": "2607", "type": "stop" }, { - "id": "5745", + "id": "12610", "type": "stop" }, { - "id": "5746", + "id": "2612", "type": "stop" }, { - "id": "5747", + "id": "26131", "type": "stop" }, { - "id": "5748", + "id": "12615", "type": "stop" }, { - "id": "5749", + "id": "12616", "type": "stop" }, { - "id": "5614", + "id": "2617", "type": "stop" }, { - "id": "5615", + "id": "2618", "type": "stop" }, { - "id": "56170", + "id": "2620", "type": "stop" }, { - "id": "5605", + "id": "2621", "type": "stop" }, { - "id": "5606", + "id": "2622", "type": "stop" }, { - "id": "5607", + "id": "2623", "type": "stop" }, { - "id": "5682", + "id": "2625", "type": "stop" }, { - "id": "5648", + "id": "2626", "type": "stop" }, { - "id": "5045", + "id": "2627", + "type": "stop" + }, + { + "id": "2628", + "type": "stop" + }, + { + "id": "5104", + "type": "stop" + }, + { + "id": "2631", + "type": "stop" + }, + { + "id": "2632", + "type": "stop" + }, + { + "id": "2634", + "type": "stop" + }, + { + "id": "2635", + "type": "stop" + }, + { + "id": "2715", + "type": "stop" + }, + { + "id": "2636", + "type": "stop" + }, + { + "id": "12636", + "type": "stop" + }, + { + "id": "12637", + "type": "stop" + }, + { + "id": "12638", + "type": "stop" + }, + { + "id": "12639", + "type": "stop" + }, + { + "id": "12640", + "type": "stop" + }, + { + "id": "12641", + "type": "stop" + }, + { + "id": "12642", + "type": "stop" + }, + { + "id": "12643", + "type": "stop" + }, + { + "id": "12644", "type": "stop" } ] @@ -242075,14 +245323,14 @@ }, { "attributes": {}, - "id": "8971", + "id": "1682", "links": { - "self": "/stops/8971" + "self": "/stops/1682" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8971" + "related": "/facilities/?filter[stop]=1682" } }, "parent_station": { @@ -242099,14 +245347,14 @@ }, { "attributes": {}, - "id": "5487", + "id": "4674", "links": { - "self": "/stops/5487" + "self": "/stops/4674" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5487" + "related": "/facilities/?filter[stop]=4674" } }, "parent_station": { @@ -242123,22 +245371,25 @@ }, { "attributes": {}, - "id": "9025", + "id": "70161", "links": { - "self": "/stops/9025" + "self": "/stops/70161" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9025" + "related": "/facilities/?filter[stop]=70161" } }, "parent_station": { - "data": null + "data": { + "id": "place-river", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -242147,14 +245398,14 @@ }, { "attributes": {}, - "id": "5816", + "id": "5264", "links": { - "self": "/stops/5816" + "self": "/stops/5264" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5816" + "related": "/facilities/?filter[stop]=5264" } }, "parent_station": { @@ -242171,14 +245422,14 @@ }, { "attributes": {}, - "id": "11481", + "id": "890", "links": { - "self": "/stops/11481" + "self": "/stops/890" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=11481" + "related": "/facilities/?filter[stop]=890" } }, "parent_station": { @@ -242195,14 +245446,41 @@ }, { "attributes": {}, - "id": "8275", + "id": "70173", "links": { - "self": "/stops/8275" + "self": "/stops/70173" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8275" + "related": "/facilities/?filter[stop]=70173" + } + }, + "parent_station": { + "data": { + "id": "place-chhil", + "type": "stop" + } + }, + "zone": { + "data": { + "id": "RapidTransit", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "129", + "links": { + "self": "/stops/129" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=129" } }, "parent_station": { @@ -242219,14 +245497,14 @@ }, { "attributes": {}, - "id": "5034", + "id": "6393", "links": { - "self": "/stops/5034" + "self": "/stops/6393" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5034" + "related": "/facilities/?filter[stop]=6393" } }, "parent_station": { @@ -242243,25 +245521,46 @@ }, { "attributes": {}, - "id": "WR-0264-02", + "id": "23404", "links": { - "self": "/stops/WR-0264-02" + "self": "/stops/23404" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=WR-0264-02" + "related": "/facilities/?filter[stop]=23404" } }, "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "place-WR-0264", - "type": "stop" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "907", + "links": { + "self": "/stops/907" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=907" } }, + "parent_station": { + "data": null + }, "zone": { "data": { - "id": "CR-zone-6", + "id": "LocalBus", "type": "zone" } } @@ -242270,25 +245569,97 @@ }, { "attributes": {}, - "id": "GB-0316-S", + "id": "7887", "links": { - "self": "/stops/GB-0316-S" + "self": "/stops/7887" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=GB-0316-S" + "related": "/facilities/?filter[stop]=7887" } }, "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "place-GB-0316", - "type": "stop" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Heath Street", + "Medford/Tufts" + ], + "direction_names": [ + "West", + "East" + ], + "long_name": "Medford/Tufts - North Station", + "short_name": "Green Line E Shuttle", + "sort_order": 62065, + "text_color": "000000", + "type": 3 + }, + "id": "Shuttle-MedfordNorthStation", + "links": { + "self": "/routes/Shuttle-MedfordNorthStation" + }, + "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, + "line": { + "data": { + "id": "line-Green", + "type": "line" + } + } + }, + "type": "route" + }, + { + "attributes": { + "color": "80276C", + "long_name": "Fitchburg Line", + "short_name": "", + "sort_order": 20002, + "text_color": "FFFFFF" + }, + "id": "line-Fitchburg", + "links": { + "self": "/lines/line-Fitchburg" + }, + "type": "line" + }, + { + "attributes": {}, + "id": "342", + "links": { + "self": "/stops/342" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=342" } }, + "parent_station": { + "data": null + }, "zone": { "data": { - "id": "CR-zone-7", + "id": "LocalBus", "type": "zone" } } @@ -242297,130 +245668,250 @@ }, { "attributes": { - "direction_id": 0, - "headsign": "Fields Corner" + "direction_id": 1, + "headsign": "Haymarket" }, - "id": "61394043", + "id": "67202581", "links": { - "self": "/trips/61394043" + "self": "/trips/67202581" }, "relationships": { "route": { "data": { - "id": "17", + "id": "450", "type": "route" } }, "route_pattern": { "data": { - "id": "17-_-0", + "id": "450-8-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "170112", + "id": "4500209", "type": "shape" } }, "stops": { "data": [ { - "id": "13", + "id": "37150", "type": "stop" }, { - "id": "2905", + "id": "4453", "type": "stop" }, { - "id": "2906", + "id": "4455", "type": "stop" }, { - "id": "2907", + "id": "4456", "type": "stop" }, { - "id": "2908", + "id": "4457", "type": "stop" }, { - "id": "2909", + "id": "4458", "type": "stop" }, { - "id": "362", + "id": "4459", "type": "stop" }, { - "id": "2910", + "id": "14460", "type": "stop" }, { - "id": "1504", + "id": "4462", "type": "stop" }, { - "id": "1506", + "id": "4463", "type": "stop" }, { - "id": "1508", + "id": "14465", "type": "stop" }, { - "id": "1509", + "id": "4465", "type": "stop" }, { - "id": "1510", + "id": "4467", "type": "stop" }, { - "id": "1511", + "id": "4470", "type": "stop" }, { - "id": "11512", + "id": "14470", "type": "stop" }, { - "id": "1512", + "id": "4472", "type": "stop" }, { - "id": "1514", + "id": "4473", "type": "stop" }, { - "id": "1515", + "id": "4474", "type": "stop" }, { - "id": "553", + "id": "4475", "type": "stop" }, { - "id": "554", + "id": "4477", "type": "stop" }, { - "id": "555", + "id": "4479", "type": "stop" }, { - "id": "556", + "id": "4480", "type": "stop" }, { - "id": "323", + "id": "4481", + "type": "stop" + }, + { + "id": "4482", + "type": "stop" + }, + { + "id": "7302", + "type": "stop" + }, + { + "id": "7303", + "type": "stop" + }, + { + "id": "7304", + "type": "stop" + }, + { + "id": "7305", + "type": "stop" + }, + { + "id": "7306", + "type": "stop" + }, + { + "id": "7307", + "type": "stop" + }, + { + "id": "7308", + "type": "stop" + }, + { + "id": "4483", + "type": "stop" + }, + { + "id": "4484", + "type": "stop" + }, + { + "id": "4485", + "type": "stop" + }, + { + "id": "4486", + "type": "stop" + }, + { + "id": "4487", + "type": "stop" + }, + { + "id": "4488", + "type": "stop" + }, + { + "id": "4489", + "type": "stop" + }, + { + "id": "4490", + "type": "stop" + }, + { + "id": "4491", + "type": "stop" + }, + { + "id": "4492", + "type": "stop" + }, + { + "id": "4494", + "type": "stop" + }, + { + "id": "4495", + "type": "stop" + }, + { + "id": "4497", + "type": "stop" + }, + { + "id": "4498", + "type": "stop" + }, + { + "id": "4500", + "type": "stop" + }, + { + "id": "14717", + "type": "stop" + }, + { + "id": "4718", + "type": "stop" + }, + { + "id": "4720", + "type": "stop" + }, + { + "id": "4721", + "type": "stop" + }, + { + "id": "4722", + "type": "stop" + }, + { + "id": "8309", + "type": "stop" + }, + { + "id": "117", "type": "stop" } ] @@ -242430,14 +245921,14 @@ }, { "attributes": {}, - "id": "48", + "id": "1842", "links": { - "self": "/stops/48" + "self": "/stops/1842" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=48" + "related": "/facilities/?filter[stop]=1842" } }, "parent_station": { @@ -242453,63 +245944,244 @@ "type": "stop" }, { - "attributes": {}, - "id": "6299", + "attributes": { + "direction_id": 1, + "headsign": "Malden" + }, + "id": "66959785", "links": { - "self": "/stops/6299" + "self": "/trips/66959785" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=6299" + "route": { + "data": { + "id": "137", + "type": "route" } }, - "parent_station": { - "data": null - }, - "zone": { + "route_pattern": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "7312", - "links": { - "self": "/stops/7312" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=7312" + "id": "137-7-1", + "type": "route_pattern" } }, - "parent_station": { - "data": null + "service": { + "data": { + "id": "WinterWeekday", + "type": "service" + } }, - "zone": { + "shape": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "1370163", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "29253", + "type": "stop" + }, + { + "id": "19253", + "type": "stop" + }, + { + "id": "9300", + "type": "stop" + }, + { + "id": "9301", + "type": "stop" + }, + { + "id": "9304", + "type": "stop" + }, + { + "id": "9305", + "type": "stop" + }, + { + "id": "49305", + "type": "stop" + }, + { + "id": "9306", + "type": "stop" + }, + { + "id": "9307", + "type": "stop" + }, + { + "id": "9179", + "type": "stop" + }, + { + "id": "9181", + "type": "stop" + }, + { + "id": "19182", + "type": "stop" + }, + { + "id": "9183", + "type": "stop" + }, + { + "id": "9184", + "type": "stop" + }, + { + "id": "9185", + "type": "stop" + }, + { + "id": "9187", + "type": "stop" + }, + { + "id": "9188", + "type": "stop" + }, + { + "id": "9189", + "type": "stop" + }, + { + "id": "9190", + "type": "stop" + }, + { + "id": "9191", + "type": "stop" + }, + { + "id": "9192", + "type": "stop" + }, + { + "id": "9193", + "type": "stop" + }, + { + "id": "9194", + "type": "stop" + }, + { + "id": "9195", + "type": "stop" + }, + { + "id": "9196", + "type": "stop" + }, + { + "id": "9197", + "type": "stop" + }, + { + "id": "9198", + "type": "stop" + }, + { + "id": "9199", + "type": "stop" + }, + { + "id": "9200", + "type": "stop" + }, + { + "id": "9201", + "type": "stop" + }, + { + "id": "9202", + "type": "stop" + }, + { + "id": "9203", + "type": "stop" + }, + { + "id": "9204", + "type": "stop" + }, + { + "id": "9205", + "type": "stop" + }, + { + "id": "9206", + "type": "stop" + }, + { + "id": "9207", + "type": "stop" + }, + { + "id": "49221", + "type": "stop" + }, + { + "id": "9328", + "type": "stop" + }, + { + "id": "19208", + "type": "stop" + }, + { + "id": "9209", + "type": "stop" + }, + { + "id": "9210", + "type": "stop" + }, + { + "id": "9211", + "type": "stop" + }, + { + "id": "9212", + "type": "stop" + }, + { + "id": "9213", + "type": "stop" + }, + { + "id": "9214", + "type": "stop" + }, + { + "id": "15431", + "type": "stop" + }, + { + "id": "5327", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "3572", + "id": "1291", "links": { - "self": "/stops/3572" + "self": "/stops/1291" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3572" + "related": "/facilities/?filter[stop]=1291" } }, "parent_station": { @@ -242526,14 +246198,14 @@ }, { "attributes": {}, - "id": "56495", + "id": "17449", "links": { - "self": "/stops/56495" + "self": "/stops/17449" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=56495" + "related": "/facilities/?filter[stop]=17449" } }, "parent_station": { @@ -242550,14 +246222,14 @@ }, { "attributes": {}, - "id": "6108", + "id": "2061", "links": { - "self": "/stops/6108" + "self": "/stops/2061" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6108" + "related": "/facilities/?filter[stop]=2061" } }, "parent_station": { @@ -242574,14 +246246,14 @@ }, { "attributes": {}, - "id": "8506", + "id": "1498", "links": { - "self": "/stops/8506" + "self": "/stops/1498" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8506" + "related": "/facilities/?filter[stop]=1498" } }, "parent_station": { @@ -242598,14 +246270,14 @@ }, { "attributes": {}, - "id": "5244", + "id": "7394", "links": { - "self": "/stops/5244" + "self": "/stops/7394" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5244" + "related": "/facilities/?filter[stop]=7394" } }, "parent_station": { @@ -242622,41 +246294,14 @@ }, { "attributes": {}, - "id": "70251", - "links": { - "self": "/stops/70251" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=70251" - } - }, - "parent_station": { - "data": { - "id": "place-fenwd", - "type": "stop" - } - }, - "zone": { - "data": { - "id": "RapidTransit", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "2515", + "id": "8291", "links": { - "self": "/stops/2515" + "self": "/stops/8291" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2515" + "related": "/facilities/?filter[stop]=8291" } }, "parent_station": { @@ -242673,14 +246318,14 @@ }, { "attributes": {}, - "id": "7465", + "id": "6130", "links": { - "self": "/stops/7465" + "self": "/stops/6130" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7465" + "related": "/facilities/?filter[stop]=6130" } }, "parent_station": { @@ -242696,87 +246341,56 @@ "type": "stop" }, { - "attributes": {}, - "id": "5364", - "links": { - "self": "/stops/5364" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=5364" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } + "attributes": { + "color": "FFC72C", + "long_name": "Arlington Center - Lechmere", + "short_name": "80", + "sort_order": 50800, + "text_color": "000000" }, - "type": "stop" - }, - { - "attributes": {}, - "id": "7233", + "id": "line-80", "links": { - "self": "/stops/7233" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=7233" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } + "self": "/lines/line-80" }, - "type": "stop" + "type": "line" }, { "attributes": {}, - "id": "DB-2265-B1", + "id": "GRB-0199-S", "links": { - "self": "/stops/DB-2265-B1" + "self": "/stops/GRB-0199-S" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=DB-2265-B1" + "related": "/facilities/?filter[stop]=GRB-0199-S" } }, "parent_station": { "data": { - "id": "place-DB-2265", + "id": "place-GRB-0199", "type": "stop" } }, "zone": { - "data": null + "data": { + "id": "CR-zone-4", + "type": "zone" + } } }, "type": "stop" }, { "attributes": {}, - "id": "628", + "id": "1103", "links": { - "self": "/stops/628" + "self": "/stops/1103" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=628" + "related": "/facilities/?filter[stop]=1103" } }, "parent_station": { @@ -242793,25 +246407,22 @@ }, { "attributes": {}, - "id": "70030", + "id": "55012", "links": { - "self": "/stops/70030" + "self": "/stops/55012" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70030" + "related": "/facilities/?filter[stop]=55012" } }, "parent_station": { - "data": { - "id": "place-sull", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } @@ -242820,14 +246431,14 @@ }, { "attributes": {}, - "id": "1764", + "id": "6", "links": { - "self": "/stops/1764" + "self": "/stops/6" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1764" + "related": "/facilities/?filter[stop]=6" } }, "parent_station": { @@ -242844,14 +246455,14 @@ }, { "attributes": {}, - "id": "1362", + "id": "6315", "links": { - "self": "/stops/1362" + "self": "/stops/6315" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1362" + "related": "/facilities/?filter[stop]=6315" } }, "parent_station": { @@ -242868,14 +246479,14 @@ }, { "attributes": {}, - "id": "109810", + "id": "7435", "links": { - "self": "/stops/109810" + "self": "/stops/7435" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=109810" + "related": "/facilities/?filter[stop]=7435" } }, "parent_station": { @@ -242892,14 +246503,14 @@ }, { "attributes": {}, - "id": "7845", + "id": "13959", "links": { - "self": "/stops/7845" + "self": "/stops/13959" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7845" + "related": "/facilities/?filter[stop]=13959" } }, "parent_station": { @@ -242916,14 +246527,14 @@ }, { "attributes": {}, - "id": "2443", + "id": "576", "links": { - "self": "/stops/2443" + "self": "/stops/576" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2443" + "related": "/facilities/?filter[stop]=576" } }, "parent_station": { @@ -242940,14 +246551,14 @@ }, { "attributes": {}, - "id": "41618", + "id": "567", "links": { - "self": "/stops/41618" + "self": "/stops/567" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=41618" + "related": "/facilities/?filter[stop]=567" } }, "parent_station": { @@ -242964,14 +246575,14 @@ }, { "attributes": {}, - "id": "5549", + "id": "3800", "links": { - "self": "/stops/5549" + "self": "/stops/3800" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5549" + "related": "/facilities/?filter[stop]=3800" } }, "parent_station": { @@ -242988,14 +246599,14 @@ }, { "attributes": {}, - "id": "7210", + "id": "94323", "links": { - "self": "/stops/7210" + "self": "/stops/94323" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7210" + "related": "/facilities/?filter[stop]=94323" } }, "parent_station": { @@ -243012,14 +246623,14 @@ }, { "attributes": {}, - "id": "2107", + "id": "6281", "links": { - "self": "/stops/2107" + "self": "/stops/6281" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2107" + "related": "/facilities/?filter[stop]=6281" } }, "parent_station": { @@ -243038,27 +246649,33 @@ "attributes": { "color": "FFC72C", "direction_destinations": [ - "Riverside", - "Union Square" + "Lowell", + "North Station" ], "direction_names": [ - "West", - "East" + "Outbound", + "Inbound" ], - "long_name": "Riverside - Brookline Village", - "short_name": "Green Line D Shuttle", - "sort_order": 61275, + "long_name": "Lowell - Anderson/Woburn", + "short_name": "Lowell Line Shuttle", + "sort_order": 60225, "text_color": "000000", "type": 3 }, - "id": "Shuttle-BrooklineVillageRiverside", + "id": "Shuttle-AndersonWoburnLowell", "links": { - "self": "/routes/Shuttle-BrooklineVillageRiverside" + "self": "/routes/Shuttle-AndersonWoburnLowell" }, "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, "line": { "data": { - "id": "line-Green", + "id": "line-Lowell", "type": "line" } } @@ -243067,14 +246684,14 @@ }, { "attributes": {}, - "id": "3803", + "id": "82853", "links": { - "self": "/stops/3803" + "self": "/stops/82853" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3803" + "related": "/facilities/?filter[stop]=82853" } }, "parent_station": { @@ -243090,39 +246707,300 @@ "type": "stop" }, { - "attributes": {}, - "id": "1773", + "attributes": { + "direction_id": 0, + "headsign": "Quincy Center" + }, + "id": "67238483", "links": { - "self": "/stops/1773" + "self": "/trips/67238483" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=1773" + "route": { + "data": { + "id": "215", + "type": "route" } }, - "parent_station": { - "data": null + "route_pattern": { + "data": { + "id": "215-3-0", + "type": "route_pattern" + } }, - "zone": { + "service": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "WinterSunday", + "type": "service" + } + }, + "shape": { + "data": { + "id": "2150200", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "323", + "type": "stop" + }, + { + "id": "55600", + "type": "stop" + }, + { + "id": "325", + "type": "stop" + }, + { + "id": "326", + "type": "stop" + }, + { + "id": "327", + "type": "stop" + }, + { + "id": "328", + "type": "stop" + }, + { + "id": "329", + "type": "stop" + }, + { + "id": "330", + "type": "stop" + }, + { + "id": "331", + "type": "stop" + }, + { + "id": "332", + "type": "stop" + }, + { + "id": "8717", + "type": "stop" + }, + { + "id": "334", + "type": "stop" + }, + { + "id": "536", + "type": "stop" + }, + { + "id": "537", + "type": "stop" + }, + { + "id": "3375", + "type": "stop" + }, + { + "id": "3376", + "type": "stop" + }, + { + "id": "33761", + "type": "stop" + }, + { + "id": "3377", + "type": "stop" + }, + { + "id": "3378", + "type": "stop" + }, + { + "id": "3379", + "type": "stop" + }, + { + "id": "3380", + "type": "stop" + }, + { + "id": "3382", + "type": "stop" + }, + { + "id": "3384", + "type": "stop" + }, + { + "id": "3385", + "type": "stop" + }, + { + "id": "3386", + "type": "stop" + }, + { + "id": "3387", + "type": "stop" + }, + { + "id": "3388", + "type": "stop" + }, + { + "id": "3389", + "type": "stop" + }, + { + "id": "3391", + "type": "stop" + }, + { + "id": "3392", + "type": "stop" + }, + { + "id": "3393", + "type": "stop" + }, + { + "id": "3394", + "type": "stop" + }, + { + "id": "3395", + "type": "stop" + }, + { + "id": "3396", + "type": "stop" + }, + { + "id": "3397", + "type": "stop" + }, + { + "id": "3398", + "type": "stop" + }, + { + "id": "3399", + "type": "stop" + }, + { + "id": "3400", + "type": "stop" + }, + { + "id": "3401", + "type": "stop" + }, + { + "id": "3402", + "type": "stop" + }, + { + "id": "34021", + "type": "stop" + }, + { + "id": "3403", + "type": "stop" + }, + { + "id": "3404", + "type": "stop" + }, + { + "id": "3405", + "type": "stop" + }, + { + "id": "3406", + "type": "stop" + }, + { + "id": "3407", + "type": "stop" + }, + { + "id": "3408", + "type": "stop" + }, + { + "id": "3410", + "type": "stop" + }, + { + "id": "3411", + "type": "stop" + }, + { + "id": "3412", + "type": "stop" + }, + { + "id": "3413", + "type": "stop" + }, + { + "id": "3415", + "type": "stop" + }, + { + "id": "3416", + "type": "stop" + }, + { + "id": "3417", + "type": "stop" + }, + { + "id": "3418", + "type": "stop" + }, + { + "id": "3420", + "type": "stop" + }, + { + "id": "3422", + "type": "stop" + }, + { + "id": "3423", + "type": "stop" + }, + { + "id": "33241", + "type": "stop" + }, + { + "id": "32000", + "type": "stop" + }, + { + "id": "32003", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "594", + "id": "1680", "links": { - "self": "/stops/594" + "self": "/stops/1680" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=594" + "related": "/facilities/?filter[stop]=1680" } }, "parent_station": { @@ -243139,14 +247017,14 @@ }, { "attributes": {}, - "id": "6143", + "id": "57618", "links": { - "self": "/stops/6143" + "self": "/stops/57618" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6143" + "related": "/facilities/?filter[stop]=57618" } }, "parent_station": { @@ -243163,14 +247041,14 @@ }, { "attributes": {}, - "id": "49847", + "id": "3314", "links": { - "self": "/stops/49847" + "self": "/stops/3314" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=49847" + "related": "/facilities/?filter[stop]=3314" } }, "parent_station": { @@ -243187,14 +247065,14 @@ }, { "attributes": {}, - "id": "3158", + "id": "9191", "links": { - "self": "/stops/3158" + "self": "/stops/9191" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3158" + "related": "/facilities/?filter[stop]=9191" } }, "parent_station": { @@ -243211,14 +247089,14 @@ }, { "attributes": {}, - "id": "966", + "id": "109835", "links": { - "self": "/stops/966" + "self": "/stops/109835" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=966" + "related": "/facilities/?filter[stop]=109835" } }, "parent_station": { @@ -243235,14 +247113,14 @@ }, { "attributes": {}, - "id": "3327", + "id": "7650", "links": { - "self": "/stops/3327" + "self": "/stops/7650" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3327" + "related": "/facilities/?filter[stop]=7650" } }, "parent_station": { @@ -243259,22 +247137,25 @@ }, { "attributes": {}, - "id": "14056", + "id": "70032", "links": { - "self": "/stops/14056" + "self": "/stops/70032" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=14056" + "related": "/facilities/?filter[stop]=70032" } }, "parent_station": { - "data": null + "data": { + "id": "place-welln", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -243283,14 +247164,14 @@ }, { "attributes": {}, - "id": "5623", + "id": "2807", "links": { - "self": "/stops/5623" + "self": "/stops/2807" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5623" + "related": "/facilities/?filter[stop]=2807" } }, "parent_station": { @@ -243307,14 +247188,14 @@ }, { "attributes": {}, - "id": "511", + "id": "56002", "links": { - "self": "/stops/511" + "self": "/stops/56002" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=511" + "related": "/facilities/?filter[stop]=56002" } }, "parent_station": { @@ -243331,14 +247212,14 @@ }, { "attributes": {}, - "id": "3948", + "id": "2554", "links": { - "self": "/stops/3948" + "self": "/stops/2554" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3948" + "related": "/facilities/?filter[stop]=2554" } }, "parent_station": { @@ -243355,14 +247236,14 @@ }, { "attributes": {}, - "id": "1438", + "id": "49902", "links": { - "self": "/stops/1438" + "self": "/stops/49902" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1438" + "related": "/facilities/?filter[stop]=49902" } }, "parent_station": { @@ -243377,47 +247258,16 @@ }, "type": "stop" }, - { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Salem Depot", - "Central Square, Lynn" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Salem Depot - Central Square, Lynn", - "short_name": "456", - "sort_order": 54560, - "text_color": "000000", - "type": 3 - }, - "id": "456", - "links": { - "self": "/routes/456" - }, - "relationships": { - "line": { - "data": { - "id": "line-424450456", - "type": "line" - } - } - }, - "type": "route" - }, { "attributes": {}, - "id": "4820", + "id": "4292", "links": { - "self": "/stops/4820" + "self": "/stops/4292" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4820" + "related": "/facilities/?filter[stop]=4292" } }, "parent_station": { @@ -243434,14 +247284,14 @@ }, { "attributes": {}, - "id": "109820", + "id": "1544", "links": { - "self": "/stops/109820" + "self": "/stops/1544" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=109820" + "related": "/facilities/?filter[stop]=1544" } }, "parent_station": { @@ -243457,42 +247307,164 @@ "type": "stop" }, { - "attributes": {}, - "id": "WML-0274-01", + "attributes": { + "direction_id": 0, + "headsign": "Medford Square" + }, + "id": "66959852", "links": { - "self": "/stops/WML-0274-01" + "self": "/trips/66959852" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=WML-0274-01" + "route": { + "data": { + "id": "96", + "type": "route" } }, - "parent_station": { + "route_pattern": { "data": { - "id": "place-WML-0274", - "type": "stop" + "id": "96-_-0", + "type": "route_pattern" } }, - "zone": { + "service": { "data": { - "id": "CR-zone-6", - "type": "zone" + "id": "WinterWeekday", + "type": "service" + } + }, + "shape": { + "data": { + "id": "960153", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "76122", + "type": "stop" + }, + { + "id": "2310", + "type": "stop" + }, + { + "id": "2312", + "type": "stop" + }, + { + "id": "2314", + "type": "stop" + }, + { + "id": "23151", + "type": "stop" + }, + { + "id": "2316", + "type": "stop" + }, + { + "id": "2626", + "type": "stop" + }, + { + "id": "2627", + "type": "stop" + }, + { + "id": "2628", + "type": "stop" + }, + { + "id": "5104", + "type": "stop" + }, + { + "id": "5019", + "type": "stop" + }, + { + "id": "5021", + "type": "stop" + }, + { + "id": "2405", + "type": "stop" + }, + { + "id": "2406", + "type": "stop" + }, + { + "id": "2407", + "type": "stop" + }, + { + "id": "2408", + "type": "stop" + }, + { + "id": "2410", + "type": "stop" + }, + { + "id": "21411", + "type": "stop" + }, + { + "id": "5038", + "type": "stop" + }, + { + "id": "15038", + "type": "stop" + }, + { + "id": "5039", + "type": "stop" + }, + { + "id": "5040", + "type": "stop" + }, + { + "id": "5317", + "type": "stop" + }, + { + "id": "5319", + "type": "stop" + }, + { + "id": "63241", + "type": "stop" + }, + { + "id": "50021", + "type": "stop" + }, + { + "id": "45002", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "5731", + "id": "4000", "links": { - "self": "/stops/5731" + "self": "/stops/4000" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5731" + "related": "/facilities/?filter[stop]=4000" } }, "parent_station": { @@ -243509,25 +247481,22 @@ }, { "attributes": {}, - "id": "WR-0099-01", + "id": "1352", "links": { - "self": "/stops/WR-0099-01" + "self": "/stops/1352" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=WR-0099-01" + "related": "/facilities/?filter[stop]=1352" } }, "parent_station": { - "data": { - "id": "place-WR-0099", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "CR-zone-2", + "id": "LocalBus", "type": "zone" } } @@ -243536,14 +247505,14 @@ }, { "attributes": {}, - "id": "5531", + "id": "5721", "links": { - "self": "/stops/5531" + "self": "/stops/5721" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5531" + "related": "/facilities/?filter[stop]=5721" } }, "parent_station": { @@ -243561,51 +247530,50 @@ { "attributes": { "color": "FFC72C", - "long_name": "Quincy Center - Fields Corner, Squantum, or North Quincy", - "short_name": "210/211/212", - "sort_order": 52100, - "text_color": "000000" - }, - "id": "line-210211212", - "links": { - "self": "/lines/line-210211212" + "direction_destinations": [ + "Gloucester", + null + ], + "direction_names": [ + "Outbound", + null + ], + "long_name": "Manchester - Gloucester", + "short_name": "Rockport Line Shuttle", + "sort_order": 62055, + "text_color": "000000", + "type": 3 }, - "type": "line" - }, - { - "attributes": {}, - "id": "39677", + "id": "Shuttle-ManchesterGloucester", "links": { - "self": "/stops/39677" + "self": "/routes/Shuttle-ManchesterGloucester" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=39677" + "agency": { + "data": { + "id": "1", + "type": "agency" } }, - "parent_station": { - "data": null - }, - "zone": { + "line": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "line-Newburyport", + "type": "line" } } }, - "type": "stop" + "type": "route" }, { "attributes": {}, - "id": "3401", + "id": "2483", "links": { - "self": "/stops/3401" + "self": "/stops/2483" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3401" + "related": "/facilities/?filter[stop]=2483" } }, "parent_station": { @@ -243622,14 +247590,14 @@ }, { "attributes": {}, - "id": "7205", + "id": "785", "links": { - "self": "/stops/7205" + "self": "/stops/785" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7205" + "related": "/facilities/?filter[stop]=785" } }, "parent_station": { @@ -243646,14 +247614,14 @@ }, { "attributes": {}, - "id": "7605", + "id": "5614", "links": { - "self": "/stops/7605" + "self": "/stops/5614" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7605" + "related": "/facilities/?filter[stop]=5614" } }, "parent_station": { @@ -243671,171 +247639,126 @@ { "attributes": { "direction_id": 1, - "headsign": "Long Wharf" + "headsign": "Forest Hills" }, - "id": "Boat-F1-1400-Hingham-BF2H-01-Weekday-Summer-24", + "id": "67251801", "links": { - "self": "/trips/Boat-F1-1400-Hingham-BF2H-01-Weekday-Summer-24" + "self": "/trips/67251801" }, "relationships": { "route": { "data": { - "id": "Boat-F1", + "id": "32", "type": "route" } }, "route_pattern": { "data": { - "id": "Boat-F1-6-1", + "id": "32-_-1", "type": "route_pattern" } }, "service": { "data": { - "id": "Boat-F1-Weekday-Summer-24", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "b0013", + "id": "320294", "type": "shape" } }, "stops": { "data": [ { - "id": "Boat-Hingham", + "id": "36466", "type": "stop" }, { - "id": "Boat-Long", + "id": "6466", "type": "stop" - } - ] - } - }, - "type": "trip" - }, - { - "attributes": {}, - "id": "10642", - "links": { - "self": "/stops/10642" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=10642" - } - }, - "parent_station": { - "data": { - "id": "place-forhl", - "type": "stop" - } - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "70147", - "links": { - "self": "/stops/70147" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=70147" - } - }, - "parent_station": { - "data": { - "id": "place-buest", - "type": "stop" - } - }, - "zone": { - "data": { - "id": "RapidTransit", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "5325", - "links": { - "self": "/stops/5325" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=5325" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Forest Hills", - "Oak Grove" - ], - "direction_names": [ - "South", - "North" - ], - "long_name": "Ruggles - Copley", - "short_name": "Orange Line Shuttle", - "sort_order": 61455, - "text_color": "000000", - "type": 3 - }, - "id": "Shuttle-CopleyRuggles", - "links": { - "self": "/routes/Shuttle-CopleyRuggles" - }, - "relationships": { - "line": { - "data": { - "id": "line-Orange", - "type": "line" - } + }, + { + "id": "6467", + "type": "stop" + }, + { + "id": "6468", + "type": "stop" + }, + { + "id": "6470", + "type": "stop" + }, + { + "id": "6471", + "type": "stop" + }, + { + "id": "6472", + "type": "stop" + }, + { + "id": "6473", + "type": "stop" + }, + { + "id": "6474", + "type": "stop" + }, + { + "id": "6476", + "type": "stop" + }, + { + "id": "6478", + "type": "stop" + }, + { + "id": "6479", + "type": "stop" + }, + { + "id": "6480", + "type": "stop" + }, + { + "id": "16479", + "type": "stop" + }, + { + "id": "36479", + "type": "stop" + }, + { + "id": "56479", + "type": "stop" + }, + { + "id": "76479", + "type": "stop" + }, + { + "id": "875", + "type": "stop" + } + ] } }, - "type": "route" + "type": "trip" }, { "attributes": {}, - "id": "3473", + "id": "537", "links": { - "self": "/stops/3473" + "self": "/stops/537" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3473" + "related": "/facilities/?filter[stop]=537" } }, "parent_station": { @@ -243852,14 +247775,14 @@ }, { "attributes": {}, - "id": "15094", + "id": "2376", "links": { - "self": "/stops/15094" + "self": "/stops/2376" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=15094" + "related": "/facilities/?filter[stop]=2376" } }, "parent_station": { @@ -243877,27 +247800,27 @@ { "attributes": { "color": "FFC72C", - "long_name": "Quincy Center - Ashmont or Mattapan", - "short_name": "217/245", - "sort_order": 52170, + "long_name": "Quincy Center - Ashmont via West Quincy", + "short_name": "215", + "sort_order": 52150, "text_color": "000000" }, - "id": "line-217245", + "id": "line-215", "links": { - "self": "/lines/line-217245" + "self": "/lines/line-215" }, "type": "line" }, { "attributes": {}, - "id": "2491", + "id": "6140", "links": { - "self": "/stops/2491" + "self": "/stops/6140" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2491" + "related": "/facilities/?filter[stop]=6140" } }, "parent_station": { @@ -243914,25 +247837,22 @@ }, { "attributes": {}, - "id": "FR-0064-01", + "id": "9518", "links": { - "self": "/stops/FR-0064-01" + "self": "/stops/9518" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=FR-0064-01" + "related": "/facilities/?filter[stop]=9518" } }, "parent_station": { - "data": { - "id": "place-FR-0064", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "CR-zone-1", + "id": "LocalBus", "type": "zone" } } @@ -243940,42 +247860,136 @@ "type": "stop" }, { - "attributes": {}, - "id": "FB-0230-S", + "attributes": { + "direction_id": 1, + "headsign": "Nubian" + }, + "id": "67250348", "links": { - "self": "/stops/FB-0230-S" + "self": "/trips/67250348" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=FB-0230-S" + "route": { + "data": { + "id": "42", + "type": "route" } }, - "parent_station": { + "route_pattern": { "data": { - "id": "place-FB-0230", - "type": "stop" + "id": "42-1-1", + "type": "route_pattern" } }, - "zone": { + "service": { "data": { - "id": "CR-zone-5", - "type": "zone" + "id": "WinterWeekday", + "type": "service" + } + }, + "shape": { + "data": { + "id": "420097", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "875", + "type": "stop" + }, + { + "id": "5233", + "type": "stop" + }, + { + "id": "5234", + "type": "stop" + }, + { + "id": "5235", + "type": "stop" + }, + { + "id": "15235", + "type": "stop" + }, + { + "id": "5236", + "type": "stop" + }, + { + "id": "15236", + "type": "stop" + }, + { + "id": "25236", + "type": "stop" + }, + { + "id": "35236", + "type": "stop" + }, + { + "id": "1165", + "type": "stop" + }, + { + "id": "1166", + "type": "stop" + }, + { + "id": "1167", + "type": "stop" + }, + { + "id": "1168", + "type": "stop" + }, + { + "id": "1169", + "type": "stop" + }, + { + "id": "1170", + "type": "stop" + }, + { + "id": "1172", + "type": "stop" + }, + { + "id": "1173", + "type": "stop" + }, + { + "id": "1174", + "type": "stop" + }, + { + "id": "1175", + "type": "stop" + }, + { + "id": "64000", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "210", + "id": "5868", "links": { - "self": "/stops/210" + "self": "/stops/5868" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=210" + "related": "/facilities/?filter[stop]=5868" } }, "parent_station": { @@ -243990,47 +248004,16 @@ }, "type": "stop" }, - { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Newton Highlands", - "South Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Newton Highlands - Forest Hills", - "short_name": "Needham Line Shuttle", - "sort_order": 61675, - "text_color": "000000", - "type": 3 - }, - "id": "Shuttle-ForestHillsNewtonHighlands", - "links": { - "self": "/routes/Shuttle-ForestHillsNewtonHighlands" - }, - "relationships": { - "line": { - "data": { - "id": "line-Needham", - "type": "line" - } - } - }, - "type": "route" - }, { "attributes": {}, - "id": "8602", + "id": "2257", "links": { - "self": "/stops/8602" + "self": "/stops/2257" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8602" + "related": "/facilities/?filter[stop]=2257" } }, "parent_station": { @@ -244047,14 +248030,14 @@ }, { "attributes": {}, - "id": "5901", + "id": "5933", "links": { - "self": "/stops/5901" + "self": "/stops/5933" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5901" + "related": "/facilities/?filter[stop]=5933" } }, "parent_station": { @@ -244071,18 +248054,21 @@ }, { "attributes": {}, - "id": "1287", + "id": "29012", "links": { - "self": "/stops/1287" + "self": "/stops/29012" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1287" + "related": "/facilities/?filter[stop]=29012" } }, "parent_station": { - "data": null + "data": { + "id": "place-sull", + "type": "stop" + } }, "zone": { "data": { @@ -244095,18 +248081,21 @@ }, { "attributes": {}, - "id": "9172", + "id": "76126", "links": { - "self": "/stops/9172" + "self": "/stops/76126" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9172" + "related": "/facilities/?filter[stop]=76126" } }, "parent_station": { - "data": null + "data": { + "id": "place-harsq", + "type": "stop" + } }, "zone": { "data": { @@ -244119,22 +248108,25 @@ }, { "attributes": {}, - "id": "86915", + "id": "70034", "links": { - "self": "/stops/86915" + "self": "/stops/70034" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=86915" + "related": "/facilities/?filter[stop]=70034" } }, "parent_station": { - "data": null + "data": { + "id": "place-mlmnl", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -244143,38 +248135,35 @@ }, { "attributes": {}, - "id": "3720", + "id": "9070170", "links": { - "self": "/stops/3720" + "self": "/stops/9070170" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3720" + "related": "/facilities/?filter[stop]=9070170" } }, "parent_station": { "data": null }, "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } + "data": null } }, "type": "stop" }, { "attributes": {}, - "id": "7595", + "id": "7447", "links": { - "self": "/stops/7595" + "self": "/stops/7447" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7595" + "related": "/facilities/?filter[stop]=7447" } }, "parent_station": { @@ -244191,14 +248180,14 @@ }, { "attributes": {}, - "id": "9145", + "id": "2139", "links": { - "self": "/stops/9145" + "self": "/stops/2139" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9145" + "related": "/facilities/?filter[stop]=2139" } }, "parent_station": { @@ -244215,14 +248204,14 @@ }, { "attributes": {}, - "id": "7518", + "id": "3548", "links": { - "self": "/stops/7518" + "self": "/stops/3548" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7518" + "related": "/facilities/?filter[stop]=3548" } }, "parent_station": { @@ -244239,14 +248228,14 @@ }, { "attributes": {}, - "id": "8868", + "id": "8460", "links": { - "self": "/stops/8868" + "self": "/stops/8460" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8868" + "related": "/facilities/?filter[stop]=8460" } }, "parent_station": { @@ -244263,22 +248252,25 @@ }, { "attributes": {}, - "id": "2898", + "id": "NEC-2139", "links": { - "self": "/stops/2898" + "self": "/stops/NEC-2139" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2898" + "related": "/facilities/?filter[stop]=NEC-2139" } }, "parent_station": { - "data": null + "data": { + "id": "place-NEC-2139", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "CR-zone-3", "type": "zone" } } @@ -244287,14 +248279,14 @@ }, { "attributes": {}, - "id": "2615", + "id": "629", "links": { - "self": "/stops/2615" + "self": "/stops/629" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2615" + "related": "/facilities/?filter[stop]=629" } }, "parent_station": { @@ -244311,25 +248303,25 @@ }, { "attributes": {}, - "id": "DB-2240-01", + "id": "CM-0564-S", "links": { - "self": "/stops/DB-2240-01" + "self": "/stops/CM-0564-S" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=DB-2240-01" + "related": "/facilities/?filter[stop]=CM-0564-S" } }, "parent_station": { "data": { - "id": "place-DB-2240", + "id": "place-CM-0564", "type": "stop" } }, "zone": { "data": { - "id": "CR-zone-1A", + "id": "CF-zone-buzzards", "type": "zone" } } @@ -244338,14 +248330,14 @@ }, { "attributes": {}, - "id": "5632", + "id": "5833", "links": { - "self": "/stops/5632" + "self": "/stops/5833" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5632" + "related": "/facilities/?filter[stop]=5833" } }, "parent_station": { @@ -244362,54 +248354,23 @@ }, { "attributes": { - "color": "7C878E", - "direction_destinations": [ - "Chelsea Station", - "South Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Chelsea Station - South Station", - "short_name": "SL3", - "sort_order": 10053, - "text_color": "FFFFFF", - "type": 3 - }, - "id": "743", - "links": { - "self": "/routes/743" - }, - "relationships": { - "line": { - "data": { - "id": "line-SLWaterfront", - "type": "line" - } - } - }, - "type": "route" - }, - { - "attributes": { - "direction_id": 0, - "headsign": "Lowell (Shuttle)" + "direction_id": 1, + "headsign": "Beverly (Express shuttle)" }, - "id": "NorthBillericaLowell-0-sample", + "id": "NewburyportBeverlyExpressExtended-1-sample", "links": { - "self": "/trips/NorthBillericaLowell-0-sample" + "self": "/trips/NewburyportBeverlyExpressExtended-1-sample" }, "relationships": { "route": { "data": { - "id": "Shuttle-NorthBillericaLowell", + "id": "Shuttle-BeverlyNewburyportExpress", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-NorthBillericaLowell-0-0", + "id": "Shuttle-BeverlyNewburyportExpress-0-1", "type": "route_pattern" } }, @@ -244421,18 +248382,18 @@ }, "shape": { "data": { - "id": "NorthBillericaToLowell-S", + "id": "NewburyportToBeverlyExpress-S", "type": "shape" } }, "stops": { "data": [ { - "id": "NHRML-0218-B1", + "id": "ER-0362-B", "type": "stop" }, { - "id": "NHRML-0254-B", + "id": "ER-0183-B", "type": "stop" } ] @@ -244442,110 +248403,35 @@ }, { "attributes": {}, - "id": "13830", - "links": { - "self": "/stops/13830" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=13830" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "16", - "links": { - "self": "/stops/16" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=16" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "3819", + "id": "9070070", "links": { - "self": "/stops/3819" + "self": "/stops/9070070" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3819" + "related": "/facilities/?filter[stop]=9070070" } }, "parent_station": { "data": null }, "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "4366", - "links": { - "self": "/stops/4366" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=4366" - } - }, - "parent_station": { "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } } }, "type": "stop" }, { "attributes": {}, - "id": "18248", + "id": "1292", "links": { - "self": "/stops/18248" + "self": "/stops/1292" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=18248" + "related": "/facilities/?filter[stop]=1292" } }, "parent_station": { @@ -244562,166 +248448,94 @@ }, { "attributes": { - "direction_id": 0, - "headsign": "Watertown Yard" + "direction_id": 1, + "headsign": "Avenue Louis Pasteur" }, - "id": "61394256", + "id": "67251194_2", "links": { - "self": "/trips/61394256" + "self": "/trips/67251194_2" }, "relationships": { "route": { "data": { - "id": "57", + "id": "39", "type": "route" } }, "route_pattern": { "data": { - "id": "57-_-0", + "id": "39-I-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "570253", + "id": "380173-2", "type": "shape" } }, "stops": { "data": [ { - "id": "899", - "type": "stop" - }, - { - "id": "951", - "type": "stop" - }, - { - "id": "952", - "type": "stop" - }, - { - "id": "953", - "type": "stop" - }, - { - "id": "954", - "type": "stop" - }, - { - "id": "956", - "type": "stop" - }, - { - "id": "958", - "type": "stop" - }, - { - "id": "959", - "type": "stop" - }, - { - "id": "960", - "type": "stop" - }, - { - "id": "962", - "type": "stop" - }, - { - "id": "964", - "type": "stop" - }, - { - "id": "966", - "type": "stop" - }, - { - "id": "967", - "type": "stop" - }, - { - "id": "969", - "type": "stop" - }, - { - "id": "970", - "type": "stop" - }, - { - "id": "971", - "type": "stop" - }, - { - "id": "972", - "type": "stop" - }, - { - "id": "973", - "type": "stop" - }, - { - "id": "974", + "id": "2003", "type": "stop" }, { - "id": "975", + "id": "1129", "type": "stop" }, { - "id": "977", + "id": "1130", "type": "stop" }, { - "id": "9780", + "id": "1132", "type": "stop" }, { - "id": "979", + "id": "11131", "type": "stop" }, { - "id": "981", + "id": "6570", "type": "stop" }, { - "id": "982", + "id": "6571", "type": "stop" }, { - "id": "983", + "id": "6573", "type": "stop" }, { - "id": "985", + "id": "65741", "type": "stop" }, { - "id": "986", + "id": "6575", "type": "stop" }, { - "id": "987", + "id": "1315", "type": "stop" }, { - "id": "988", + "id": "1317", "type": "stop" }, { - "id": "989", + "id": "1319", "type": "stop" }, { - "id": "999", + "id": "11780", "type": "stop" } ] @@ -244731,38 +248545,14 @@ }, { "attributes": {}, - "id": "261", - "links": { - "self": "/stops/261" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=261" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "2155", + "id": "5925", "links": { - "self": "/stops/2155" + "self": "/stops/5925" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2155" + "related": "/facilities/?filter[stop]=5925" } }, "parent_station": { @@ -244778,159 +248568,104 @@ "type": "stop" }, { - "attributes": {}, - "id": "3999", - "links": { - "self": "/stops/3999" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=3999" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } + "attributes": { + "direction_id": 1, + "headsign": "Design Center via South Station" }, - "type": "stop" - }, - { - "attributes": {}, - "id": "15976", + "id": "66646001", "links": { - "self": "/stops/15976" + "self": "/trips/66646001" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=15976" - } - }, - "parent_station": { - "data": null - }, - "zone": { + "route": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "11891", - "links": { - "self": "/stops/11891" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=11891" + "id": "4", + "type": "route" } }, - "parent_station": { - "data": null - }, - "zone": { + "route_pattern": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "96735", - "links": { - "self": "/stops/96735" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=96735" + "id": "4-4-1", + "type": "route_pattern" } }, - "parent_station": { - "data": null - }, - "zone": { + "service": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "483", - "links": { - "self": "/stops/483" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=483" + "id": "WinterWeekday", + "type": "service" } }, - "parent_station": { - "data": null - }, - "zone": { + "shape": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "8523", - "links": { - "self": "/stops/8523" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=8523" + "id": "040085", + "type": "shape" } }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } + "stops": { + "data": [ + { + "id": "113", + "type": "stop" + }, + { + "id": "118", + "type": "stop" + }, + { + "id": "233", + "type": "stop" + }, + { + "id": "234", + "type": "stop" + }, + { + "id": "30235", + "type": "stop" + }, + { + "id": "236", + "type": "stop" + }, + { + "id": "2116", + "type": "stop" + }, + { + "id": "6564", + "type": "stop" + }, + { + "id": "888", + "type": "stop" + }, + { + "id": "88801", + "type": "stop" + }, + { + "id": "889", + "type": "stop" + }, + { + "id": "31255", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "4793", + "id": "85568", "links": { - "self": "/stops/4793" + "self": "/stops/85568" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4793" + "related": "/facilities/?filter[stop]=85568" } }, "parent_station": { @@ -244947,14 +248682,14 @@ }, { "attributes": {}, - "id": "3529", + "id": "5609", "links": { - "self": "/stops/3529" + "self": "/stops/5609" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3529" + "related": "/facilities/?filter[stop]=5609" } }, "parent_station": { @@ -244971,255 +248706,211 @@ }, { "attributes": { - "direction_id": 1, - "headsign": "Lechmere" + "direction_id": 0, + "headsign": "Fields Corner" }, - "id": "61848844", + "id": "66646538", "links": { - "self": "/trips/61848844" + "self": "/trips/66646538" }, "relationships": { "route": { "data": { - "id": "87", + "id": "19", "type": "route" } }, "route_pattern": { "data": { - "id": "87-_-1", + "id": "19-3-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "870192", + "id": "190331", "type": "shape" } }, "stops": { "data": [ { - "id": "2637", + "id": "899", "type": "stop" }, { - "id": "2575", + "id": "8993", "type": "stop" }, { - "id": "2576", + "id": "1518", "type": "stop" }, { - "id": "2577", + "id": "1519", "type": "stop" }, { - "id": "2579", + "id": "1520", "type": "stop" }, { - "id": "2580", + "id": "1777", "type": "stop" }, { - "id": "2581", + "id": "1778", "type": "stop" }, { - "id": "2582", + "id": "1779", "type": "stop" }, { - "id": "2583", + "id": "1780", "type": "stop" }, { - "id": "2584", + "id": "11780", "type": "stop" }, { - "id": "2586", + "id": "11781", "type": "stop" }, { - "id": "2587", + "id": "1784", "type": "stop" }, { - "id": "2588", + "id": "1785", "type": "stop" }, { - "id": "2589", + "id": "17861", "type": "stop" }, { - "id": "2590", + "id": "17862", "type": "stop" }, { - "id": "2591", + "id": "11592", "type": "stop" }, { - "id": "2593", + "id": "11593", "type": "stop" }, { - "id": "2594", + "id": "1593", "type": "stop" }, { - "id": "2595", + "id": "64000", "type": "stop" }, { - "id": "2510", + "id": "40001", "type": "stop" }, { - "id": "2597", + "id": "401", "type": "stop" }, { - "id": "2598", + "id": "404", "type": "stop" }, { - "id": "2599", + "id": "405", "type": "stop" }, { - "id": "2600", + "id": "406", "type": "stop" }, { - "id": "2601", + "id": "407", "type": "stop" }, { - "id": "70500", + "id": "410", "type": "stop" - } - ] - } - }, - "type": "trip" - }, - { - "attributes": {}, - "id": "WR-0062-B2", - "links": { - "self": "/stops/WR-0062-B2" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=WR-0062-B2" - } - }, - "parent_station": { - "data": { - "id": "place-WR-0062", - "type": "stop" - } - }, - "zone": { - "data": null - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "6136", - "links": { - "self": "/stops/6136" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=6136" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "999", - "links": { - "self": "/stops/999" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=999" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "9068", - "links": { - "self": "/stops/9068" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=9068" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } + }, + { + "id": "411", + "type": "stop" + }, + { + "id": "412", + "type": "stop" + }, + { + "id": "471", + "type": "stop" + }, + { + "id": "472", + "type": "stop" + }, + { + "id": "468", + "type": "stop" + }, + { + "id": "550", + "type": "stop" + }, + { + "id": "551", + "type": "stop" + }, + { + "id": "552", + "type": "stop" + }, + { + "id": "553", + "type": "stop" + }, + { + "id": "554", + "type": "stop" + }, + { + "id": "555", + "type": "stop" + }, + { + "id": "556", + "type": "stop" + }, + { + "id": "323", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "8649", + "id": "14233", "links": { - "self": "/stops/8649" + "self": "/stops/14233" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8649" + "related": "/facilities/?filter[stop]=14233" } }, "parent_station": { @@ -245236,22 +248927,25 @@ }, { "attributes": {}, - "id": "8949", + "id": "FB-0275-S", "links": { - "self": "/stops/8949" + "self": "/stops/FB-0275-S" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8949" + "related": "/facilities/?filter[stop]=FB-0275-S" } }, "parent_station": { - "data": null + "data": { + "id": "place-FB-0275", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "CR-zone-6", "type": "zone" } } @@ -245260,14 +248954,14 @@ }, { "attributes": {}, - "id": "5613", + "id": "2438", "links": { - "self": "/stops/5613" + "self": "/stops/2438" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5613" + "related": "/facilities/?filter[stop]=2438" } }, "parent_station": { @@ -245283,39 +248977,116 @@ "type": "stop" }, { - "attributes": {}, - "id": "1158", + "attributes": { + "direction_id": 0, + "headsign": "Wickford Junction" + }, + "id": "canonical-CR-Providence-C1-0", "links": { - "self": "/stops/1158" + "self": "/trips/canonical-CR-Providence-C1-0" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=1158" + "route": { + "data": { + "id": "CR-Providence", + "type": "route" } }, - "parent_station": { - "data": null + "route_pattern": { + "data": { + "id": "CR-Providence-C1-0", + "type": "route_pattern" + } }, - "zone": { + "service": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "canonical", + "type": "service" + } + }, + "shape": { + "data": { + "id": "canonical-9890009", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "NEC-2287", + "type": "stop" + }, + { + "id": "NEC-2276", + "type": "stop" + }, + { + "id": "NEC-2265", + "type": "stop" + }, + { + "id": "NEC-2237-03", + "type": "stop" + }, + { + "id": "NEC-2203-03", + "type": "stop" + }, + { + "id": "NEC-2173-01", + "type": "stop" + }, + { + "id": "NEC-2139-01", + "type": "stop" + }, + { + "id": "NEC-2108-01", + "type": "stop" + }, + { + "id": "NEC-2040-01", + "type": "stop" + }, + { + "id": "NEC-1969-03", + "type": "stop" + }, + { + "id": "NEC-1919-01", + "type": "stop" + }, + { + "id": "NEC-1891-01", + "type": "stop" + }, + { + "id": "NEC-1851-03", + "type": "stop" + }, + { + "id": "NEC-1768-03", + "type": "stop" + }, + { + "id": "NEC-1659-03", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "3331", + "id": "6739", "links": { - "self": "/stops/3331" + "self": "/stops/6739" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3331" + "related": "/facilities/?filter[stop]=6739" } }, "parent_station": { @@ -245332,14 +249103,14 @@ }, { "attributes": {}, - "id": "7227", + "id": "2912", "links": { - "self": "/stops/7227" + "self": "/stops/2912" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7227" + "related": "/facilities/?filter[stop]=2912" } }, "parent_station": { @@ -245356,14 +249127,14 @@ }, { "attributes": {}, - "id": "9955", + "id": "77051", "links": { - "self": "/stops/9955" + "self": "/stops/77051" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9955" + "related": "/facilities/?filter[stop]=77051" } }, "parent_station": { @@ -245379,39 +249150,88 @@ "type": "stop" }, { - "attributes": {}, - "id": "2702", + "attributes": { + "direction_id": 1, + "headsign": "Blandford Street (Shuttle)" + }, + "id": "BlandfordStreetWashingtonStreet-1-sample", "links": { - "self": "/stops/2702" + "self": "/trips/BlandfordStreetWashingtonStreet-1-sample" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=2702" + "route": { + "data": { + "id": "Shuttle-BlandfordWashington", + "type": "route" } }, - "parent_station": { - "data": null + "route_pattern": { + "data": { + "id": "Shuttle-BlandfordWashington-0-1", + "type": "route_pattern" + } }, - "zone": { + "service": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "canonical", + "type": "service" + } + }, + "shape": { + "data": { + "id": "WashingtonStreetToBlandfordStreet-S", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "9070121", + "type": "stop" + }, + { + "id": "9070128", + "type": "stop" + }, + { + "id": "9070130", + "type": "stop" + }, + { + "id": "933", + "type": "stop" + }, + { + "id": "934", + "type": "stop" + }, + { + "id": "938", + "type": "stop" + }, + { + "id": "939", + "type": "stop" + }, + { + "id": "941", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "11799", + "id": "4730", "links": { - "self": "/stops/11799" + "self": "/stops/4730" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=11799" + "related": "/facilities/?filter[stop]=4730" } }, "parent_station": { @@ -245427,39 +249247,140 @@ "type": "stop" }, { - "attributes": {}, - "id": "5513", + "attributes": { + "direction_id": 0, + "headsign": "City Point" + }, + "id": "66644949_2", "links": { - "self": "/stops/5513" + "self": "/trips/66644949_2" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=5513" + "route": { + "data": { + "id": "10", + "type": "route" } }, - "parent_station": { - "data": null + "route_pattern": { + "data": { + "id": "10-E-0", + "type": "route_pattern" + } }, - "zone": { + "service": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "WinterWeekday", + "type": "service" + } + }, + "shape": { + "data": { + "id": "160359-2", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "13", + "type": "stop" + }, + { + "id": "14", + "type": "stop" + }, + { + "id": "15", + "type": "stop" + }, + { + "id": "16", + "type": "stop" + }, + { + "id": "17", + "type": "stop" + }, + { + "id": "18", + "type": "stop" + }, + { + "id": "19", + "type": "stop" + }, + { + "id": "20", + "type": "stop" + }, + { + "id": "21", + "type": "stop" + }, + { + "id": "22", + "type": "stop" + }, + { + "id": "23", + "type": "stop" + }, + { + "id": "24", + "type": "stop" + }, + { + "id": "25", + "type": "stop" + }, + { + "id": "27", + "type": "stop" + }, + { + "id": "28", + "type": "stop" + }, + { + "id": "29", + "type": "stop" + }, + { + "id": "30", + "type": "stop" + }, + { + "id": "32", + "type": "stop" + }, + { + "id": "10031", + "type": "stop" + }, + { + "id": "10032", + "type": "stop" + }, + { + "id": "33", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "1697", + "id": "61867", "links": { - "self": "/stops/1697" + "self": "/stops/61867" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1697" + "related": "/facilities/?filter[stop]=61867" } }, "parent_station": { @@ -245476,14 +249397,14 @@ }, { "attributes": {}, - "id": "77051", + "id": "6316", "links": { - "self": "/stops/77051" + "self": "/stops/6316" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=77051" + "related": "/facilities/?filter[stop]=6316" } }, "parent_station": { @@ -245499,39 +249420,108 @@ "type": "stop" }, { - "attributes": {}, - "id": "187", + "attributes": { + "direction_id": 0, + "headsign": "Foxboro" + }, + "id": "canonical-CR-Franklin-C2-0", "links": { - "self": "/stops/187" + "self": "/trips/canonical-CR-Franklin-C2-0" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=187" + "route": { + "data": { + "id": "CR-Franklin", + "type": "route" } }, - "parent_station": { - "data": null + "route_pattern": { + "data": { + "id": "CR-Franklin-C2-0", + "type": "route_pattern" + } }, - "zone": { + "service": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "canonical", + "type": "service" + } + }, + "shape": { + "data": { + "id": "canonical-SouthStationToFoxboroViaBackBay", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "NEC-2287", + "type": "stop" + }, + { + "id": "NEC-2276", + "type": "stop" + }, + { + "id": "NEC-2265", + "type": "stop" + }, + { + "id": "NEC-2237-03", + "type": "stop" + }, + { + "id": "NEC-2203-03", + "type": "stop" + }, + { + "id": "NEC-2192-03", + "type": "stop" + }, + { + "id": "FB-0109-01", + "type": "stop" + }, + { + "id": "FB-0118-01", + "type": "stop" + }, + { + "id": "FB-0125-01", + "type": "stop" + }, + { + "id": "FB-0143-01", + "type": "stop" + }, + { + "id": "FB-0148-01", + "type": "stop" + }, + { + "id": "FB-0166-S", + "type": "stop" + }, + { + "id": "FS-0049-S", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "7651", + "id": "50940", "links": { - "self": "/stops/7651" + "self": "/stops/50940" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7651" + "related": "/facilities/?filter[stop]=50940" } }, "parent_station": { @@ -245546,58 +249536,24 @@ }, "type": "stop" }, - { - "attributes": { - "color": "80276C", - "direction_destinations": [ - "Foxboro or Providence", - "South Station or Foxboro" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Foxboro Event Service", - "short_name": "", - "sort_order": 20013, - "text_color": "FFFFFF", - "type": 2 - }, - "id": "CR-Foxboro", - "links": { - "self": "/routes/CR-Foxboro" - }, - "relationships": { - "line": { - "data": { - "id": "line-Foxboro", - "type": "line" - } - } - }, - "type": "route" - }, { "attributes": {}, - "id": "70161", + "id": "3486", "links": { - "self": "/stops/70161" + "self": "/stops/3486" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70161" + "related": "/facilities/?filter[stop]=3486" } }, "parent_station": { - "data": { - "id": "place-river", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } @@ -245606,14 +249562,14 @@ }, { "attributes": {}, - "id": "62", + "id": "1811", "links": { - "self": "/stops/62" + "self": "/stops/1811" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=62" + "related": "/facilities/?filter[stop]=1811" } }, "parent_station": { @@ -245621,7 +249577,7 @@ }, "zone": { "data": { - "id": "ExpressBus-Downtown", + "id": "LocalBus", "type": "zone" } } @@ -245630,14 +249586,14 @@ }, { "attributes": {}, - "id": "6629", + "id": "15201", "links": { - "self": "/stops/6629" + "self": "/stops/15201" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6629" + "related": "/facilities/?filter[stop]=15201" } }, "parent_station": { @@ -245654,35 +249610,38 @@ }, { "attributes": {}, - "id": "9070179", + "id": "9281", "links": { - "self": "/stops/9070179" + "self": "/stops/9281" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9070179" + "related": "/facilities/?filter[stop]=9281" } }, "parent_station": { "data": null }, "zone": { - "data": null + "data": { + "id": "LocalBus", + "type": "zone" + } } }, "type": "stop" }, { "attributes": {}, - "id": "5759", + "id": "2197", "links": { - "self": "/stops/5759" + "self": "/stops/2197" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5759" + "related": "/facilities/?filter[stop]=2197" } }, "parent_station": { @@ -245699,14 +249658,14 @@ }, { "attributes": {}, - "id": "3881", + "id": "25236", "links": { - "self": "/stops/3881" + "self": "/stops/25236" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3881" + "related": "/facilities/?filter[stop]=25236" } }, "parent_station": { @@ -245723,25 +249682,22 @@ }, { "attributes": {}, - "id": "70204", + "id": "4083", "links": { - "self": "/stops/70204" + "self": "/stops/4083" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70204" + "related": "/facilities/?filter[stop]=4083" } }, "parent_station": { - "data": { - "id": "place-haecl", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } @@ -245749,66 +249705,72 @@ "type": "stop" }, { - "attributes": {}, - "id": "5104", + "attributes": { + "direction_id": 0, + "headsign": "Anderson/Woburn (Local shuttle)" + }, + "id": "AndersonWoburnNorthStationLocal-0-sample", "links": { - "self": "/stops/5104" + "self": "/trips/AndersonWoburnNorthStationLocal-0-sample" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=5104" + "route": { + "data": { + "id": "Shuttle-AndersonWoburnNorthStationLocal", + "type": "route" } }, - "parent_station": { + "route_pattern": { "data": { - "id": "place-davis", - "type": "stop" + "id": "Shuttle-AndersonWoburnNorthStationLocal-0-0", + "type": "route_pattern" } }, - "zone": { + "service": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "4282", - "links": { - "self": "/stops/4282" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=4282" + "id": "canonical", + "type": "service" } }, - "parent_station": { - "data": null - }, - "zone": { + "shape": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "NorthStationToAndersonWoburnLocal-S", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "BNT-0000-B2", + "type": "stop" + }, + { + "id": "NHRML-0055-B0", + "type": "stop" + }, + { + "id": "NHRML-0073-B", + "type": "stop" + }, + { + "id": "NHRML-0127-B", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "9146", + "id": "814", "links": { - "self": "/stops/9146" + "self": "/stops/814" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9146" + "related": "/facilities/?filter[stop]=814" } }, "parent_station": { @@ -245825,14 +249787,14 @@ }, { "attributes": {}, - "id": "76051", + "id": "7739", "links": { - "self": "/stops/76051" + "self": "/stops/7739" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=76051" + "related": "/facilities/?filter[stop]=7739" } }, "parent_station": { @@ -245849,14 +249811,14 @@ }, { "attributes": {}, - "id": "1290", + "id": "109821", "links": { - "self": "/stops/1290" + "self": "/stops/109821" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1290" + "related": "/facilities/?filter[stop]=109821" } }, "parent_station": { @@ -245873,14 +249835,14 @@ }, { "attributes": {}, - "id": "1254", + "id": "7260", "links": { - "self": "/stops/1254" + "self": "/stops/7260" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1254" + "related": "/facilities/?filter[stop]=7260" } }, "parent_station": { @@ -245897,14 +249859,14 @@ }, { "attributes": {}, - "id": "2127", + "id": "7308", "links": { - "self": "/stops/2127" + "self": "/stops/7308" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2127" + "related": "/facilities/?filter[stop]=7308" } }, "parent_station": { @@ -245921,38 +249883,38 @@ }, { "attributes": {}, - "id": "8818", + "id": "DB-2230-B1", "links": { - "self": "/stops/8818" + "self": "/stops/DB-2230-B1" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8818" + "related": "/facilities/?filter[stop]=DB-2230-B1" } }, "parent_station": { - "data": null - }, - "zone": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "place-DB-2230", + "type": "stop" } + }, + "zone": { + "data": null } }, "type": "stop" }, { "attributes": {}, - "id": "9154", + "id": "2354", "links": { - "self": "/stops/9154" + "self": "/stops/2354" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9154" + "related": "/facilities/?filter[stop]=2354" } }, "parent_station": { @@ -245969,46 +249931,54 @@ }, { "attributes": { - "direction_id": 1, - "headsign": "Brookline Hills (Shuttle)" + "direction_id": 0, + "headsign": "Hingham via Logan Airport & Hull" }, - "id": "BrooklineHillsReservoir-1-sample", + "id": "Boat-F1-1100-Long-BF2H-01-Weekday-Fall-24", "links": { - "self": "/trips/BrooklineHillsReservoir-1-sample" + "self": "/trips/Boat-F1-1100-Long-BF2H-01-Weekday-Fall-24" }, "relationships": { "route": { "data": { - "id": "Shuttle-BrooklineHillsReservoir", + "id": "Boat-F1", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-BrooklineHillsReservoir-0-1", + "id": "Boat-F1-0-0", "type": "route_pattern" } }, "service": { "data": { - "id": "canonical", + "id": "Boat-F1-Weekday-Fall-24", "type": "service" } }, "shape": { "data": { - "id": "ReservoirToBrooklineHills-S", + "id": "b0006", "type": "shape" } }, "stops": { "data": [ { - "id": "21917", + "id": "Boat-Long", "type": "stop" }, { - "id": "9170178", + "id": "Boat-Logan", + "type": "stop" + }, + { + "id": "Boat-Hull", + "type": "stop" + }, + { + "id": "Boat-Hingham", "type": "stop" } ] @@ -246018,14 +249988,14 @@ }, { "attributes": {}, - "id": "2752", + "id": "11391", "links": { - "self": "/stops/2752" + "self": "/stops/11391" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2752" + "related": "/facilities/?filter[stop]=11391" } }, "parent_station": { @@ -246041,39 +250011,52 @@ "type": "stop" }, { - "attributes": {}, - "id": "2617", + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Waverley Square", + "Newton Corner" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Waverley Square - Newton Corner", + "short_name": "554", + "sort_order": 55540, + "text_color": "000000", + "type": 3 + }, + "id": "554", "links": { - "self": "/stops/2617" + "self": "/routes/554" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=2617" + "agency": { + "data": { + "id": "1", + "type": "agency" } }, - "parent_station": { - "data": null - }, - "zone": { + "line": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "line-505553554", + "type": "line" } } }, - "type": "stop" + "type": "route" }, { "attributes": {}, - "id": "1709", + "id": "618", "links": { - "self": "/stops/1709" + "self": "/stops/618" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1709" + "related": "/facilities/?filter[stop]=618" } }, "parent_station": { @@ -246089,97 +250072,63 @@ "type": "stop" }, { - "attributes": { - "direction_id": 1, - "headsign": "South Station" - }, - "id": "CR-670551-552", + "attributes": {}, + "id": "2380", "links": { - "self": "/trips/CR-670551-552" + "self": "/stops/2380" }, "relationships": { - "route": { - "data": { - "id": "CR-Worcester", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "CR-Worcester-16e1833f-1", - "type": "route_pattern" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=2380" } }, - "service": { - "data": { - "id": "SPRING2024-SOUTHWKD-Weekday-1-Sb0e4ed14", - "type": "service" - } + "parent_station": { + "data": null }, - "shape": { + "zone": { "data": { - "id": "9850001", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "WML-0442-CS", - "type": "stop" - }, - { - "id": "WML-0214-02", - "type": "stop" - }, - { - "id": "WML-0025-05", - "type": "stop" - }, - { - "id": "WML-0012-05", - "type": "stop" - }, - { - "id": "NEC-2287", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "9170206", + "id": "87", "links": { - "self": "/stops/9170206" + "self": "/stops/87" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9170206" + "related": "/facilities/?filter[stop]=87" } }, "parent_station": { "data": null }, "zone": { - "data": null + "data": { + "id": "ExpressBus-Downtown", + "type": "zone" + } } }, "type": "stop" }, { "attributes": {}, - "id": "7295", + "id": "2128", "links": { - "self": "/stops/7295" + "self": "/stops/2128" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7295" + "related": "/facilities/?filter[stop]=2128" } }, "parent_station": { @@ -246195,64 +250144,39 @@ "type": "stop" }, { - "attributes": { - "direction_id": 0, - "headsign": "Hull" - }, - "id": "Boat-F1-0800-Long-BF2H-01-Weekday-Summer-24", + "attributes": {}, + "id": "6719", "links": { - "self": "/trips/Boat-F1-0800-Long-BF2H-01-Weekday-Summer-24" + "self": "/stops/6719" }, "relationships": { - "route": { - "data": { - "id": "Boat-F1", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Boat-F1-3-0", - "type": "route_pattern" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=6719" } }, - "service": { - "data": { - "id": "Boat-F1-Weekday-Summer-24", - "type": "service" - } + "parent_station": { + "data": null }, - "shape": { + "zone": { "data": { - "id": "b0002", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "Boat-Long", - "type": "stop" - }, - { - "id": "Boat-Hull", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "5419", + "id": "1449", "links": { - "self": "/stops/5419" + "self": "/stops/1449" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5419" + "related": "/facilities/?filter[stop]=1449" } }, "parent_station": { @@ -246269,14 +250193,14 @@ }, { "attributes": {}, - "id": "108", + "id": "23151", "links": { - "self": "/stops/108" + "self": "/stops/23151" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=108" + "related": "/facilities/?filter[stop]=23151" } }, "parent_station": { @@ -246293,14 +250217,14 @@ }, { "attributes": {}, - "id": "13816", + "id": "80619", "links": { - "self": "/stops/13816" + "self": "/stops/80619" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=13816" + "related": "/facilities/?filter[stop]=80619" } }, "parent_station": { @@ -246317,25 +250241,22 @@ }, { "attributes": {}, - "id": "70130", + "id": "2740", "links": { - "self": "/stops/70130" + "self": "/stops/2740" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70130" + "related": "/facilities/?filter[stop]=2740" } }, "parent_station": { - "data": { - "id": "place-harvd", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } @@ -246344,14 +250265,14 @@ }, { "attributes": {}, - "id": "5542", + "id": "84741", "links": { - "self": "/stops/5542" + "self": "/stops/84741" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5542" + "related": "/facilities/?filter[stop]=84741" } }, "parent_station": { @@ -246368,14 +250289,14 @@ }, { "attributes": {}, - "id": "95618", + "id": "7240", "links": { - "self": "/stops/95618" + "self": "/stops/7240" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=95618" + "related": "/facilities/?filter[stop]=7240" } }, "parent_station": { @@ -246391,39 +250312,52 @@ "type": "stop" }, { - "attributes": {}, - "id": "2296", + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Newburyport or Rockport", + "North Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Swampscott - North Station (Express)", + "short_name": "Newburyport/Rockport Line Shuttle", + "sort_order": 62130, + "text_color": "000000", + "type": 3 + }, + "id": "Shuttle-NorthStationSwampscottExpress", "links": { - "self": "/stops/2296" + "self": "/routes/Shuttle-NorthStationSwampscottExpress" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=2296" + "agency": { + "data": { + "id": "1", + "type": "agency" } }, - "parent_station": { - "data": null - }, - "zone": { + "line": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "line-Newburyport", + "type": "line" } } }, - "type": "stop" + "type": "route" }, { "attributes": {}, - "id": "6900", + "id": "82133", "links": { - "self": "/stops/6900" + "self": "/stops/82133" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6900" + "related": "/facilities/?filter[stop]=82133" } }, "parent_station": { @@ -246440,14 +250374,14 @@ }, { "attributes": {}, - "id": "1367", + "id": "5825", "links": { - "self": "/stops/1367" + "self": "/stops/5825" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1367" + "related": "/facilities/?filter[stop]=5825" } }, "parent_station": { @@ -246464,22 +250398,25 @@ }, { "attributes": {}, - "id": "3316", + "id": "70114", "links": { - "self": "/stops/3316" + "self": "/stops/70114" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3316" + "related": "/facilities/?filter[stop]=70114" } }, "parent_station": { - "data": null + "data": { + "id": "place-chswk", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -246488,14 +250425,14 @@ }, { "attributes": {}, - "id": "906", + "id": "4769", "links": { - "self": "/stops/906" + "self": "/stops/4769" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=906" + "related": "/facilities/?filter[stop]=4769" } }, "parent_station": { @@ -246512,14 +250449,14 @@ }, { "attributes": {}, - "id": "2762", + "id": "7184", "links": { - "self": "/stops/2762" + "self": "/stops/7184" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2762" + "related": "/facilities/?filter[stop]=7184" } }, "parent_station": { @@ -246536,14 +250473,14 @@ }, { "attributes": {}, - "id": "111738", + "id": "8250", "links": { - "self": "/stops/111738" + "self": "/stops/8250" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=111738" + "related": "/facilities/?filter[stop]=8250" } }, "parent_station": { @@ -246559,47 +250496,63 @@ "type": "stop" }, { - "attributes": {}, - "id": "2359", - "links": { - "self": "/stops/2359" + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Turkey Hill", + "Alewife Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Turkey Hill - Alewife Station", + "short_name": "67", + "sort_order": 50670, + "text_color": "000000", + "type": 3 }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=2359" + "id": "67", + "links": { + "self": "/routes/67" + }, + "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" } }, - "parent_station": { - "data": null - }, - "zone": { + "line": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "line-6779", + "type": "line" } } }, - "type": "stop" + "type": "route" }, { "attributes": {}, - "id": "7302", + "id": "NHRML-0254-04", "links": { - "self": "/stops/7302" + "self": "/stops/NHRML-0254-04" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7302" + "related": "/facilities/?filter[stop]=NHRML-0254-04" } }, "parent_station": { - "data": null + "data": { + "id": "place-NHRML-0254", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "CR-zone-6", "type": "zone" } } @@ -246608,14 +250561,14 @@ }, { "attributes": {}, - "id": "3393", + "id": "2096", "links": { - "self": "/stops/3393" + "self": "/stops/2096" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3393" + "related": "/facilities/?filter[stop]=2096" } }, "parent_station": { @@ -246632,22 +250585,25 @@ }, { "attributes": {}, - "id": "2466", + "id": "GB-0198-02", "links": { - "self": "/stops/2466" + "self": "/stops/GB-0198-02" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2466" + "related": "/facilities/?filter[stop]=GB-0198-02" } }, "parent_station": { - "data": null + "data": { + "id": "place-GB-0198", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "CR-zone-4", "type": "zone" } } @@ -246656,14 +250612,14 @@ }, { "attributes": {}, - "id": "407", + "id": "78571", "links": { - "self": "/stops/407" + "self": "/stops/78571" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=407" + "related": "/facilities/?filter[stop]=78571" } }, "parent_station": { @@ -246680,14 +250636,14 @@ }, { "attributes": {}, - "id": "39675", + "id": "7658", "links": { - "self": "/stops/39675" + "self": "/stops/7658" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=39675" + "related": "/facilities/?filter[stop]=7658" } }, "parent_station": { @@ -246702,438 +250658,64 @@ }, "type": "stop" }, - { - "attributes": { - "direction_id": 0, - "headsign": "Salem Depot via Central Square" - }, - "id": "62216722", - "links": { - "self": "/trips/62216722" - }, - "relationships": { - "route": { - "data": { - "id": "455", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "455-8-0", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "SpringWeekday", - "type": "service" - } - }, - "shape": { - "data": { - "id": "4550272", - "type": "shape" - } - }, - "stops": { - "data": [ - { - "id": "4520", - "type": "stop" - }, - { - "id": "45211", - "type": "stop" - }, - { - "id": "4521", - "type": "stop" - }, - { - "id": "4522", - "type": "stop" - }, - { - "id": "4523", - "type": "stop" - }, - { - "id": "4524", - "type": "stop" - }, - { - "id": "4525", - "type": "stop" - }, - { - "id": "6822", - "type": "stop" - }, - { - "id": "6824", - "type": "stop" - }, - { - "id": "6827", - "type": "stop" - }, - { - "id": "6773", - "type": "stop" - }, - { - "id": "14748", - "type": "stop" - }, - { - "id": "6600", - "type": "stop" - }, - { - "id": "6830", - "type": "stop" - }, - { - "id": "6831", - "type": "stop" - }, - { - "id": "6833", - "type": "stop" - }, - { - "id": "6834", - "type": "stop" - }, - { - "id": "6142", - "type": "stop" - }, - { - "id": "6143", - "type": "stop" - }, - { - "id": "6144", - "type": "stop" - }, - { - "id": "6145", - "type": "stop" - }, - { - "id": "6146", - "type": "stop" - }, - { - "id": "6147", - "type": "stop" - }, - { - "id": "6148", - "type": "stop" - }, - { - "id": "6149", - "type": "stop" - }, - { - "id": "6150", - "type": "stop" - }, - { - "id": "6151", - "type": "stop" - }, - { - "id": "6152", - "type": "stop" - }, - { - "id": "6153", - "type": "stop" - }, - { - "id": "6154", - "type": "stop" - }, - { - "id": "6155", - "type": "stop" - }, - { - "id": "6156", - "type": "stop" - }, - { - "id": "16156", - "type": "stop" - }, - { - "id": "6157", - "type": "stop" - }, - { - "id": "6158", - "type": "stop" - }, - { - "id": "6159", - "type": "stop" - }, - { - "id": "6160", - "type": "stop" - }, - { - "id": "6161", - "type": "stop" - }, - { - "id": "6162", - "type": "stop" - }, - { - "id": "6163", - "type": "stop" - }, - { - "id": "6164", - "type": "stop" - }, - { - "id": "6165", - "type": "stop" - }, - { - "id": "6166", - "type": "stop" - }, - { - "id": "6167", - "type": "stop" - }, - { - "id": "6168", - "type": "stop" - }, - { - "id": "6169", - "type": "stop" - }, - { - "id": "6170", - "type": "stop" - }, - { - "id": "16170", - "type": "stop" - }, - { - "id": "6171", - "type": "stop" - }, - { - "id": "6173", - "type": "stop" - }, - { - "id": "6174", - "type": "stop" - }, - { - "id": "6175", - "type": "stop" - }, - { - "id": "6176", - "type": "stop" - }, - { - "id": "6177", - "type": "stop" - }, - { - "id": "16177", - "type": "stop" - }, - { - "id": "6178", - "type": "stop" - }, - { - "id": "6180", - "type": "stop" - }, - { - "id": "6181", - "type": "stop" - }, - { - "id": "4563", - "type": "stop" - }, - { - "id": "37150", - "type": "stop" - } - ] - } - }, - "type": "trip" - }, { "attributes": {}, - "id": "4615", + "id": "70073", "links": { - "self": "/stops/4615" + "self": "/stops/70073" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4615" + "related": "/facilities/?filter[stop]=70073" } }, "parent_station": { - "data": null + "data": { + "id": "place-chmnl", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } }, "type": "stop" }, - { - "attributes": { - "direction_id": 0, - "headsign": "Franklin Park" - }, - "id": "61392352_3", - "links": { - "self": "/trips/61392352_3" - }, - "relationships": { - "route": { - "data": { - "id": "23", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "23-E-0", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "SpringWeekday", - "type": "service" - } - }, - "shape": { - "data": { - "id": "660270-3", - "type": "shape" - } - }, - "stops": { - "data": [ - { - "id": "64000", - "type": "stop" - }, - { - "id": "40001", - "type": "stop" - }, - { - "id": "401", - "type": "stop" - }, - { - "id": "404", - "type": "stop" - }, - { - "id": "405", - "type": "stop" - }, - { - "id": "406", - "type": "stop" - }, - { - "id": "407", - "type": "stop" - }, - { - "id": "410", - "type": "stop" - }, - { - "id": "411", - "type": "stop" - }, - { - "id": "412", - "type": "stop" - }, - { - "id": "413", - "type": "stop" - }, - { - "id": "414", - "type": "stop" - }, - { - "id": "1565", - "type": "stop" - } - ] - } - }, - "type": "trip" - }, { "attributes": {}, - "id": "17101", + "id": "9170099", "links": { - "self": "/stops/17101" + "self": "/stops/9170099" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=17101" + "related": "/facilities/?filter[stop]=9170099" } }, "parent_station": { "data": null }, "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } + "data": null } }, "type": "stop" }, { "attributes": {}, - "id": "111660", + "id": "1246", "links": { - "self": "/stops/111660" + "self": "/stops/1246" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=111660" + "related": "/facilities/?filter[stop]=1246" } }, "parent_station": { @@ -247150,14 +250732,14 @@ }, { "attributes": {}, - "id": "4043", + "id": "8168", "links": { - "self": "/stops/4043" + "self": "/stops/8168" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4043" + "related": "/facilities/?filter[stop]=8168" } }, "parent_station": { @@ -247174,14 +250756,14 @@ }, { "attributes": {}, - "id": "2054", + "id": "2280", "links": { - "self": "/stops/2054" + "self": "/stops/2280" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2054" + "related": "/facilities/?filter[stop]=2280" } }, "parent_station": { @@ -247198,22 +250780,25 @@ }, { "attributes": {}, - "id": "1741", + "id": "70261", "links": { - "self": "/stops/1741" + "self": "/stops/70261" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1741" + "related": "/facilities/?filter[stop]=70261" } }, "parent_station": { - "data": null + "data": { + "id": "place-asmnl", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -247222,14 +250807,14 @@ }, { "attributes": {}, - "id": "7649", + "id": "1886", "links": { - "self": "/stops/7649" + "self": "/stops/1886" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7649" + "related": "/facilities/?filter[stop]=1886" } }, "parent_station": { @@ -247247,149 +250832,157 @@ { "attributes": { "direction_id": 0, - "headsign": "Medford Square" + "headsign": "Wonderland" }, - "id": "61868977", + "id": "66958787", "links": { - "self": "/trips/61868977" + "self": "/trips/66958787" }, "relationships": { "route": { "data": { - "id": "94", + "id": "110", "type": "route" } }, "route_pattern": { "data": { - "id": "94-1-0", + "id": "110-_-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "940132", + "id": "1100223", "type": "shape" } }, "stops": { "data": [ { - "id": "5104", + "id": "52713", "type": "stop" }, { - "id": "5019", + "id": "5563", "type": "stop" }, { - "id": "5021", + "id": "5565", "type": "stop" }, { - "id": "2405", + "id": "5695", "type": "stop" }, { - "id": "2406", + "id": "5637", "type": "stop" }, { - "id": "2407", + "id": "5638", "type": "stop" }, { - "id": "2408", + "id": "5640", "type": "stop" }, { - "id": "2410", + "id": "5566", "type": "stop" }, { - "id": "2411", + "id": "5567", "type": "stop" }, { - "id": "2412", + "id": "5569", "type": "stop" }, { - "id": "2413", + "id": "5571", "type": "stop" }, { - "id": "2414", + "id": "5574", "type": "stop" }, { - "id": "2415", + "id": "5576", "type": "stop" }, { - "id": "2416", + "id": "5577", "type": "stop" }, { - "id": "2417", + "id": "5578", "type": "stop" }, { - "id": "2418", + "id": "5579", "type": "stop" }, { - "id": "16316", + "id": "5580", "type": "stop" }, { - "id": "6316", + "id": "5581", "type": "stop" }, { - "id": "6317", + "id": "45581", "type": "stop" }, { - "id": "6318", + "id": "5582", "type": "stop" }, { - "id": "6320", + "id": "5583", "type": "stop" }, { - "id": "6321", + "id": "5585", "type": "stop" }, { - "id": "6322", + "id": "5763", "type": "stop" }, { - "id": "6323", + "id": "5790", "type": "stop" }, { - "id": "6324", + "id": "5792", "type": "stop" }, { - "id": "63241", + "id": "5794", "type": "stop" }, { - "id": "50021", + "id": "4717", "type": "stop" }, { - "id": "45002", + "id": "5797", + "type": "stop" + }, + { + "id": "5798", + "type": "stop" + }, + { + "id": "15800", "type": "stop" } ] @@ -247399,14 +250992,14 @@ }, { "attributes": {}, - "id": "7981", + "id": "2033", "links": { - "self": "/stops/7981" + "self": "/stops/2033" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7981" + "related": "/facilities/?filter[stop]=2033" } }, "parent_station": { @@ -247423,14 +251016,14 @@ }, { "attributes": {}, - "id": "7320", + "id": "3959", "links": { - "self": "/stops/7320" + "self": "/stops/3959" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7320" + "related": "/facilities/?filter[stop]=3959" } }, "parent_station": { @@ -247446,39 +251039,29 @@ "type": "stop" }, { - "attributes": {}, - "id": "904", - "links": { - "self": "/stops/904" + "attributes": { + "color": "7C878E", + "long_name": "Silver Line SL4/SL5", + "short_name": "", + "sort_order": 10055, + "text_color": "FFFFFF" }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=904" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } + "id": "line-SLWashington", + "links": { + "self": "/lines/line-SLWashington" }, - "type": "stop" + "type": "line" }, { "attributes": {}, - "id": "1940", + "id": "50", "links": { - "self": "/stops/1940" + "self": "/stops/50" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1940" + "related": "/facilities/?filter[stop]=50" } }, "parent_station": { @@ -247493,69 +251076,16 @@ }, "type": "stop" }, - { - "attributes": { - "direction_id": 0, - "headsign": "Braintree (Shuttle)" - }, - "id": "BraintreeQuincyCenter-0-sample", - "links": { - "self": "/trips/BraintreeQuincyCenter-0-sample" - }, - "relationships": { - "route": { - "data": { - "id": "Shuttle-BraintreeQuincyCenter", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Shuttle-BraintreeQuincyCenter-0-0", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "canonical", - "type": "service" - } - }, - "shape": { - "data": { - "id": "QuincyCenterToBraintree-S", - "type": "shape" - } - }, - "stops": { - "data": [ - { - "id": "32000", - "type": "stop" - }, - { - "id": "41031", - "type": "stop" - }, - { - "id": "38671", - "type": "stop" - } - ] - } - }, - "type": "trip" - }, { "attributes": {}, - "id": "7469", + "id": "9050", "links": { - "self": "/stops/7469" + "self": "/stops/9050" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7469" + "related": "/facilities/?filter[stop]=9050" } }, "parent_station": { @@ -247572,14 +251102,14 @@ }, { "attributes": {}, - "id": "6767", + "id": "2607", "links": { - "self": "/stops/6767" + "self": "/stops/2607" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6767" + "related": "/facilities/?filter[stop]=2607" } }, "parent_station": { @@ -247596,14 +251126,14 @@ }, { "attributes": {}, - "id": "15970", + "id": "2742", "links": { - "self": "/stops/15970" + "self": "/stops/2742" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=15970" + "related": "/facilities/?filter[stop]=2742" } }, "parent_station": { @@ -247620,14 +251150,14 @@ }, { "attributes": {}, - "id": "7979", + "id": "4217", "links": { - "self": "/stops/7979" + "self": "/stops/4217" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7979" + "related": "/facilities/?filter[stop]=4217" } }, "parent_station": { @@ -247644,14 +251174,14 @@ }, { "attributes": {}, - "id": "4307", + "id": "3396", "links": { - "self": "/stops/4307" + "self": "/stops/3396" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4307" + "related": "/facilities/?filter[stop]=3396" } }, "parent_station": { @@ -247668,14 +251198,14 @@ }, { "attributes": {}, - "id": "6496", + "id": "11149", "links": { - "self": "/stops/6496" + "self": "/stops/11149" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6496" + "related": "/facilities/?filter[stop]=11149" } }, "parent_station": { @@ -247692,22 +251222,25 @@ }, { "attributes": {}, - "id": "17096", + "id": "70009", "links": { - "self": "/stops/17096" + "self": "/stops/70009" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=17096" + "related": "/facilities/?filter[stop]=70009" } }, "parent_station": { - "data": null + "data": { + "id": "place-rcmnl", + "type": "stop" + } }, "zone": { "data": { - "id": "SLWaterfrontNonLogan", + "id": "RapidTransit", "type": "zone" } } @@ -247716,22 +251249,25 @@ }, { "attributes": {}, - "id": "49164", + "id": "70204", "links": { - "self": "/stops/49164" + "self": "/stops/70204" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=49164" + "related": "/facilities/?filter[stop]=70204" } }, "parent_station": { - "data": null + "data": { + "id": "place-haecl", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -247740,14 +251276,14 @@ }, { "attributes": {}, - "id": "7883", + "id": "1051", "links": { - "self": "/stops/7883" + "self": "/stops/1051" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7883" + "related": "/facilities/?filter[stop]=1051" } }, "parent_station": { @@ -247764,14 +251300,14 @@ }, { "attributes": {}, - "id": "778", + "id": "12301", "links": { - "self": "/stops/778" + "self": "/stops/12301" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=778" + "related": "/facilities/?filter[stop]=12301" } }, "parent_station": { @@ -247788,14 +251324,14 @@ }, { "attributes": {}, - "id": "5523", + "id": "15787", "links": { - "self": "/stops/5523" + "self": "/stops/15787" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5523" + "related": "/facilities/?filter[stop]=15787" } }, "parent_station": { @@ -247812,14 +251348,14 @@ }, { "attributes": {}, - "id": "2914", + "id": "25800", "links": { - "self": "/stops/2914" + "self": "/stops/25800" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2914" + "related": "/facilities/?filter[stop]=25800" } }, "parent_station": { @@ -247836,14 +251372,14 @@ }, { "attributes": {}, - "id": "25618", + "id": "2361", "links": { - "self": "/stops/25618" + "self": "/stops/2361" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=25618" + "related": "/facilities/?filter[stop]=2361" } }, "parent_station": { @@ -247860,49 +251396,49 @@ }, { "attributes": {}, - "id": "GB-0296-01", + "id": "FR-0098-B0", "links": { - "self": "/stops/GB-0296-01" + "self": "/stops/FR-0098-B0" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=GB-0296-01" + "related": "/facilities/?filter[stop]=FR-0098-B0" } }, "parent_station": { "data": { - "id": "place-GB-0296", + "id": "place-FR-0098", "type": "stop" } }, "zone": { - "data": { - "id": "CR-zone-7", - "type": "zone" - } + "data": null } }, "type": "stop" }, { "attributes": {}, - "id": "5770", + "id": "WML-0035-01", "links": { - "self": "/stops/5770" + "self": "/stops/WML-0035-01" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5770" + "related": "/facilities/?filter[stop]=WML-0035-01" } }, "parent_station": { - "data": null + "data": { + "id": "place-WML-0035", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "CR-zone-1A", "type": "zone" } } @@ -247910,39 +251446,96 @@ "type": "stop" }, { - "attributes": {}, - "id": "15048", + "attributes": { + "direction_id": 0, + "headsign": "Providence" + }, + "id": "SouthWKDYF24-697804-805", "links": { - "self": "/stops/15048" + "self": "/trips/SouthWKDYF24-697804-805" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=15048" + "route": { + "data": { + "id": "CR-Providence", + "type": "route" } }, - "parent_station": { - "data": null + "route_pattern": { + "data": { + "id": "CR-Providence-743ff41d-0", + "type": "route_pattern" + } }, - "zone": { + "service": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "FALL 2024-SOUTHWKD-Weekday-1-Scbbf1ea5", + "type": "service" + } + }, + "shape": { + "data": { + "id": "9890009", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "NEC-2287", + "type": "stop" + }, + { + "id": "NEC-2276-01", + "type": "stop" + }, + { + "id": "NEC-2265-01", + "type": "stop" + }, + { + "id": "NEC-2173-01", + "type": "stop" + }, + { + "id": "NEC-2139-01", + "type": "stop" + }, + { + "id": "NEC-2108-01", + "type": "stop" + }, + { + "id": "NEC-2040-01", + "type": "stop" + }, + { + "id": "NEC-1969-03", + "type": "stop" + }, + { + "id": "NEC-1891-01", + "type": "stop" + }, + { + "id": "NEC-1851-03", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "1450", + "id": "1772", "links": { - "self": "/stops/1450" + "self": "/stops/1772" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1450" + "related": "/facilities/?filter[stop]=1772" } }, "parent_station": { @@ -247959,14 +251552,14 @@ }, { "attributes": {}, - "id": "2845", + "id": "7415", "links": { - "self": "/stops/2845" + "self": "/stops/7415" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2845" + "related": "/facilities/?filter[stop]=7415" } }, "parent_station": { @@ -247983,14 +251576,14 @@ }, { "attributes": {}, - "id": "7506", + "id": "928", "links": { - "self": "/stops/7506" + "self": "/stops/928" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7506" + "related": "/facilities/?filter[stop]=928" } }, "parent_station": { @@ -248007,22 +251600,25 @@ }, { "attributes": {}, - "id": "2342", + "id": "NHRML-0055-01", "links": { - "self": "/stops/2342" + "self": "/stops/NHRML-0055-01" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2342" + "related": "/facilities/?filter[stop]=NHRML-0055-01" } }, "parent_station": { - "data": null + "data": { + "id": "place-NHRML-0055", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "CR-zone-1A", "type": "zone" } } @@ -248031,25 +251627,22 @@ }, { "attributes": {}, - "id": "70505", + "id": "594", "links": { - "self": "/stops/70505" + "self": "/stops/594" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70505" + "related": "/facilities/?filter[stop]=594" } }, "parent_station": { - "data": { - "id": "place-gilmn", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } @@ -248058,14 +251651,14 @@ }, { "attributes": {}, - "id": "5445", + "id": "4486", "links": { - "self": "/stops/5445" + "self": "/stops/4486" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5445" + "related": "/facilities/?filter[stop]=4486" } }, "parent_station": { @@ -248081,39 +251674,184 @@ "type": "stop" }, { - "attributes": {}, - "id": "NEC-1768-B", + "attributes": { + "direction_id": 1, + "headsign": "Forest Hills" + }, + "id": "67251559", "links": { - "self": "/stops/NEC-1768-B" + "self": "/trips/67251559" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=NEC-1768-B" + "route": { + "data": { + "id": "34", + "type": "route" } }, - "parent_station": { + "route_pattern": { "data": { - "id": "place-NEC-1768", - "type": "stop" + "id": "34-3-1", + "type": "route_pattern" } }, - "zone": { - "data": null + "service": { + "data": { + "id": "WinterWeekday", + "type": "service" + } + }, + "shape": { + "data": { + "id": "340255", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "10833", + "type": "stop" + }, + { + "id": "10835", + "type": "stop" + }, + { + "id": "74618", + "type": "stop" + }, + { + "id": "71618", + "type": "stop" + }, + { + "id": "61872", + "type": "stop" + }, + { + "id": "619", + "type": "stop" + }, + { + "id": "620", + "type": "stop" + }, + { + "id": "621", + "type": "stop" + }, + { + "id": "622", + "type": "stop" + }, + { + "id": "623", + "type": "stop" + }, + { + "id": "624", + "type": "stop" + }, + { + "id": "625", + "type": "stop" + }, + { + "id": "10625", + "type": "stop" + }, + { + "id": "626", + "type": "stop" + }, + { + "id": "627", + "type": "stop" + }, + { + "id": "628", + "type": "stop" + }, + { + "id": "629", + "type": "stop" + }, + { + "id": "630", + "type": "stop" + }, + { + "id": "631", + "type": "stop" + }, + { + "id": "632", + "type": "stop" + }, + { + "id": "633", + "type": "stop" + }, + { + "id": "10633", + "type": "stop" + }, + { + "id": "634", + "type": "stop" + }, + { + "id": "635", + "type": "stop" + }, + { + "id": "636", + "type": "stop" + }, + { + "id": "637", + "type": "stop" + }, + { + "id": "638", + "type": "stop" + }, + { + "id": "639", + "type": "stop" + }, + { + "id": "640", + "type": "stop" + }, + { + "id": "641", + "type": "stop" + }, + { + "id": "642", + "type": "stop" + }, + { + "id": "10642", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "4381", + "id": "266", "links": { - "self": "/stops/4381" + "self": "/stops/266" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4381" + "related": "/facilities/?filter[stop]=266" } }, "parent_station": { @@ -248130,14 +251868,14 @@ }, { "attributes": {}, - "id": "477", + "id": "14586", "links": { - "self": "/stops/477" + "self": "/stops/14586" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=477" + "related": "/facilities/?filter[stop]=14586" } }, "parent_station": { @@ -248154,46 +251892,62 @@ }, { "attributes": { - "direction_id": 1, - "headsign": "South Station (Express shuttle)" + "direction_id": 0, + "headsign": "Boston College (Shuttle)" }, - "id": "NeedhamOrmsDotAve675652-1014-MDLBrainSouthDynamicB1", + "id": "BostonCollegeWashingtonStreet-0-sample", "links": { - "self": "/trips/NeedhamOrmsDotAve675652-1014-MDLBrainSouthDynamicB1" + "self": "/trips/BostonCollegeWashingtonStreet-0-sample" }, "relationships": { "route": { "data": { - "id": "Shuttle-BraintreeSouthStationExpress", + "id": "Shuttle-BostonCollegeWashington", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-BraintreeSouthStationExpress-0-1", + "id": "Shuttle-BostonCollegeWashington-0-0", "type": "route_pattern" } }, "service": { "data": { - "id": "Spring/SummerSaturday", + "id": "canonical", "type": "service" } }, "shape": { "data": { - "id": "BraintreeToSouthStationExpress-S", + "id": "WashingtonToBostonCollege-S", "type": "shape" } }, "stops": { "data": [ { - "id": "38671", + "id": "9070121", "type": "stop" }, { - "id": "NEC-2287-B", + "id": "9070117", + "type": "stop" + }, + { + "id": "9070115", + "type": "stop" + }, + { + "id": "9070113", + "type": "stop" + }, + { + "id": "9070111", + "type": "stop" + }, + { + "id": "9070107", "type": "stop" } ] @@ -248203,14 +251957,14 @@ }, { "attributes": {}, - "id": "12439", + "id": "7903", "links": { - "self": "/stops/12439" + "self": "/stops/7903" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=12439" + "related": "/facilities/?filter[stop]=7903" } }, "parent_station": { @@ -248227,14 +251981,14 @@ }, { "attributes": {}, - "id": "3198", + "id": "8234", "links": { - "self": "/stops/3198" + "self": "/stops/8234" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3198" + "related": "/facilities/?filter[stop]=8234" } }, "parent_station": { @@ -248250,223 +252004,256 @@ "type": "stop" }, { - "attributes": {}, - "id": "3563", - "links": { - "self": "/stops/3563" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=3563" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Riverside", + "Union Square" + ], + "direction_names": [ + "West", + "East" + ], + "long_name": "Union Square - North Station", + "short_name": "Green Line Shuttle", + "sort_order": 62135, + "text_color": "000000", + "type": 3 }, - "type": "stop" - }, - { - "attributes": {}, - "id": "3332", + "id": "Shuttle-NorthStationUnionSquare", "links": { - "self": "/stops/3332" + "self": "/routes/Shuttle-NorthStationUnionSquare" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=3332" - } - }, - "parent_station": { - "data": null - }, - "zone": { + "agency": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "4846", - "links": { - "self": "/stops/4846" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=4846" + "id": "1", + "type": "agency" } }, - "parent_station": { - "data": null - }, - "zone": { + "line": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "line-Green", + "type": "line" } } }, - "type": "stop" + "type": "route" }, { "attributes": { - "direction_id": 0, - "headsign": "Davis" + "direction_id": 1, + "headsign": "Salem Depot via Cabot St" }, - "id": "61870259", + "id": "67202560", "links": { - "self": "/trips/61870259" + "self": "/trips/67202560" }, "relationships": { "route": { "data": { - "id": "90", + "id": "451", "type": "route" } }, "route_pattern": { "data": { - "id": "90-_-0", + "id": "451-_-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "900111", + "id": "4510062", "type": "shape" } }, "stops": { "data": [ { - "id": "28746", + "id": "17102", "type": "stop" }, { - "id": "28743", + "id": "7100", "type": "stop" }, { - "id": "2714", + "id": "7102", "type": "stop" }, { - "id": "29001", + "id": "7103", "type": "stop" }, { - "id": "29014", + "id": "7104", "type": "stop" }, { - "id": "2718", + "id": "7105", "type": "stop" }, { - "id": "2719", + "id": "7106", "type": "stop" }, { - "id": "2748", + "id": "7107", "type": "stop" }, { - "id": "2749", + "id": "7109", "type": "stop" }, { - "id": "2750", + "id": "7110", "type": "stop" }, { - "id": "2752", + "id": "7111", "type": "stop" }, { - "id": "2753", + "id": "7112", "type": "stop" }, { - "id": "2659", + "id": "7113", "type": "stop" }, { - "id": "2660", + "id": "7114", "type": "stop" }, { - "id": "2661", + "id": "7115", "type": "stop" }, { - "id": "2662", + "id": "7117", "type": "stop" }, { - "id": "2664", + "id": "7118", "type": "stop" }, { - "id": "2665", + "id": "7120", "type": "stop" }, { - "id": "2666", + "id": "7121", "type": "stop" }, { - "id": "2667", + "id": "7123", "type": "stop" }, { - "id": "2668", + "id": "7124", "type": "stop" }, { - "id": "2669", + "id": "7125", "type": "stop" }, { - "id": "2670", + "id": "47170", "type": "stop" }, { - "id": "2671", + "id": "7126", "type": "stop" }, { - "id": "2672", + "id": "7127", "type": "stop" }, { - "id": "2673", + "id": "7128", "type": "stop" }, { - "id": "2628", + "id": "7129", "type": "stop" }, { - "id": "5104", + "id": "7130", + "type": "stop" + }, + { + "id": "7131", + "type": "stop" + }, + { + "id": "7132", + "type": "stop" + }, + { + "id": "7133", + "type": "stop" + }, + { + "id": "7134", + "type": "stop" + }, + { + "id": "7135", + "type": "stop" + }, + { + "id": "7136", + "type": "stop" + }, + { + "id": "7140", + "type": "stop" + }, + { + "id": "7138", + "type": "stop" + }, + { + "id": "7141", + "type": "stop" + }, + { + "id": "7139", + "type": "stop" + }, + { + "id": "7142", + "type": "stop" + }, + { + "id": "17142", + "type": "stop" + }, + { + "id": "17144", + "type": "stop" + }, + { + "id": "7150", + "type": "stop" + }, + { + "id": "6181", + "type": "stop" + }, + { + "id": "4563", + "type": "stop" + }, + { + "id": "37150", "type": "stop" } ] @@ -248476,14 +252263,14 @@ }, { "attributes": {}, - "id": "42", + "id": "566", "links": { - "self": "/stops/42" + "self": "/stops/566" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=42" + "related": "/facilities/?filter[stop]=566" } }, "parent_station": { @@ -248500,14 +252287,14 @@ }, { "attributes": {}, - "id": "111881", + "id": "4786", "links": { - "self": "/stops/111881" + "self": "/stops/4786" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=111881" + "related": "/facilities/?filter[stop]=4786" } }, "parent_station": { @@ -248524,14 +252311,14 @@ }, { "attributes": {}, - "id": "86618", + "id": "3239", "links": { - "self": "/stops/86618" + "self": "/stops/3239" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=86618" + "related": "/facilities/?filter[stop]=3239" } }, "parent_station": { @@ -248548,14 +252335,14 @@ }, { "attributes": {}, - "id": "7370", + "id": "8453", "links": { - "self": "/stops/7370" + "self": "/stops/8453" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7370" + "related": "/facilities/?filter[stop]=8453" } }, "parent_station": { @@ -248572,22 +252359,25 @@ }, { "attributes": {}, - "id": "1879", + "id": "70067", "links": { - "self": "/stops/1879" + "self": "/stops/70067" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1879" + "related": "/facilities/?filter[stop]=70067" } }, "parent_station": { - "data": null + "data": { + "id": "place-harsq", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -248596,22 +252386,25 @@ }, { "attributes": {}, - "id": "7346", + "id": "NEC-2203-03", "links": { - "self": "/stops/7346" + "self": "/stops/NEC-2203-03" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7346" + "related": "/facilities/?filter[stop]=NEC-2203-03" } }, "parent_station": { - "data": null + "data": { + "id": "place-NEC-2203", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "CR-zone-1", "type": "zone" } } @@ -248620,14 +252413,14 @@ }, { "attributes": {}, - "id": "38485", + "id": "4288", "links": { - "self": "/stops/38485" + "self": "/stops/4288" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=38485" + "related": "/facilities/?filter[stop]=4288" } }, "parent_station": { @@ -248642,47 +252435,16 @@ }, "type": "stop" }, - { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Georgetowne", - "Forest Hills Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Georgetowne - Forest Hills Station", - "short_name": "40", - "sort_order": 50400, - "text_color": "000000", - "type": 3 - }, - "id": "40", - "links": { - "self": "/routes/40" - }, - "relationships": { - "line": { - "data": { - "id": "line-4050", - "type": "line" - } - } - }, - "type": "route" - }, { "attributes": {}, - "id": "6706", + "id": "4876", "links": { - "self": "/stops/6706" + "self": "/stops/4876" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6706" + "related": "/facilities/?filter[stop]=4876" } }, "parent_station": { @@ -248699,14 +252461,14 @@ }, { "attributes": {}, - "id": "9052", + "id": "4777", "links": { - "self": "/stops/9052" + "self": "/stops/4777" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9052" + "related": "/facilities/?filter[stop]=4777" } }, "parent_station": { @@ -248721,16 +252483,53 @@ }, "type": "stop" }, + { + "attributes": { + "color": "00843D", + "direction_destinations": [ + "Boston College", + "Government Center" + ], + "direction_names": [ + "West", + "East" + ], + "long_name": "Green Line B", + "short_name": "B", + "sort_order": 10032, + "text_color": "FFFFFF", + "type": 0 + }, + "id": "Green-B", + "links": { + "self": "/routes/Green-B" + }, + "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, + "line": { + "data": { + "id": "line-Green", + "type": "line" + } + } + }, + "type": "route" + }, { "attributes": {}, - "id": "2432", + "id": "5057", "links": { - "self": "/stops/2432" + "self": "/stops/5057" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2432" + "related": "/facilities/?filter[stop]=5057" } }, "parent_station": { @@ -248747,14 +252546,14 @@ }, { "attributes": {}, - "id": "49837", + "id": "3123", "links": { - "self": "/stops/49837" + "self": "/stops/3123" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=49837" + "related": "/facilities/?filter[stop]=3123" } }, "parent_station": { @@ -248771,14 +252570,14 @@ }, { "attributes": {}, - "id": "1134", + "id": "9008", "links": { - "self": "/stops/1134" + "self": "/stops/9008" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1134" + "related": "/facilities/?filter[stop]=9008" } }, "parent_station": { @@ -248795,14 +252594,14 @@ }, { "attributes": {}, - "id": "12856", + "id": "571", "links": { - "self": "/stops/12856" + "self": "/stops/571" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=12856" + "related": "/facilities/?filter[stop]=571" } }, "parent_station": { @@ -248819,14 +252618,14 @@ }, { "attributes": {}, - "id": "8530", + "id": "1070", "links": { - "self": "/stops/8530" + "self": "/stops/1070" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8530" + "related": "/facilities/?filter[stop]=1070" } }, "parent_station": { @@ -248843,14 +252642,14 @@ }, { "attributes": {}, - "id": "60", + "id": "176", "links": { - "self": "/stops/60" + "self": "/stops/176" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=60" + "related": "/facilities/?filter[stop]=176" } }, "parent_station": { @@ -248867,14 +252666,14 @@ }, { "attributes": {}, - "id": "8324", + "id": "4451", "links": { - "self": "/stops/8324" + "self": "/stops/4451" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8324" + "related": "/facilities/?filter[stop]=4451" } }, "parent_station": { @@ -248891,14 +252690,14 @@ }, { "attributes": {}, - "id": "9293", + "id": "3237", "links": { - "self": "/stops/9293" + "self": "/stops/3237" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9293" + "related": "/facilities/?filter[stop]=3237" } }, "parent_station": { @@ -248915,14 +252714,14 @@ }, { "attributes": {}, - "id": "106", + "id": "3590", "links": { - "self": "/stops/106" + "self": "/stops/3590" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=106" + "related": "/facilities/?filter[stop]=3590" } }, "parent_station": { @@ -248937,51 +252736,23 @@ }, "type": "stop" }, - { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Ashmont/Braintree", - "Alewife" - ], - "direction_names": [ - "South", - "North" - ], - "long_name": "Harvard - South Station", - "short_name": "Red Line Shuttle", - "sort_order": 61962, - "text_color": "000000", - "type": 3 - }, - "id": "Shuttle-HarvardSouthStation", - "links": { - "self": "/routes/Shuttle-HarvardSouthStation" - }, - "relationships": { - "line": { - "data": { - "id": "line-Red", - "type": "line" - } - } - }, - "type": "route" - }, { "attributes": {}, - "id": "2149", + "id": "ER-0183-B", "links": { - "self": "/stops/2149" + "self": "/stops/ER-0183-B" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2149" + "related": "/facilities/?filter[stop]=ER-0183-B" } }, "parent_station": { - "data": null + "data": { + "id": "place-ER-0183", + "type": "stop" + } }, "zone": { "data": { @@ -248993,220 +252764,39 @@ "type": "stop" }, { - "attributes": { - "direction_id": 1, - "headsign": "Kenmore via Boston Latin" - }, - "id": "61393822", + "attributes": {}, + "id": "1280", "links": { - "self": "/trips/61393822" + "self": "/stops/1280" }, "relationships": { - "route": { - "data": { - "id": "9", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "9-4-1", - "type": "route_pattern" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=1280" } }, - "service": { - "data": { - "id": "SpringWeekday", - "type": "service" - } + "parent_station": { + "data": null }, - "shape": { + "zone": { "data": { - "id": "090251", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "33", - "type": "stop" - }, - { - "id": "10033", - "type": "stop" - }, - { - "id": "34", - "type": "stop" - }, - { - "id": "35", - "type": "stop" - }, - { - "id": "895", - "type": "stop" - }, - { - "id": "41", - "type": "stop" - }, - { - "id": "42", - "type": "stop" - }, - { - "id": "43", - "type": "stop" - }, - { - "id": "44", - "type": "stop" - }, - { - "id": "45", - "type": "stop" - }, - { - "id": "158", - "type": "stop" - }, - { - "id": "159", - "type": "stop" - }, - { - "id": "160", - "type": "stop" - }, - { - "id": "161", - "type": "stop" - }, - { - "id": "162", - "type": "stop" - }, - { - "id": "163", - "type": "stop" - }, - { - "id": "150", - "type": "stop" - }, - { - "id": "36538", - "type": "stop" - }, - { - "id": "36541", - "type": "stop" - }, - { - "id": "36539", - "type": "stop" - }, - { - "id": "36540", - "type": "stop" - }, - { - "id": "171", - "type": "stop" - }, - { - "id": "173", - "type": "stop" - }, - { - "id": "178", - "type": "stop" - }, - { - "id": "11388", - "type": "stop" - }, - { - "id": "31391", - "type": "stop" - }, - { - "id": "41391", - "type": "stop" - }, - { - "id": "61391", - "type": "stop" - }, - { - "id": "71391", - "type": "stop" - }, - { - "id": "1800", - "type": "stop" - }, - { - "id": "11799", - "type": "stop" - }, - { - "id": "11802", - "type": "stop" - }, - { - "id": "11803", - "type": "stop" - }, - { - "id": "1804", - "type": "stop" - }, - { - "id": "1805", - "type": "stop" - }, - { - "id": "1806", - "type": "stop" - }, - { - "id": "9441", - "type": "stop" - }, - { - "id": "1562", - "type": "stop" - }, - { - "id": "1563", - "type": "stop" - }, - { - "id": "1564", - "type": "stop" - }, - { - "id": "899", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "3116", + "id": "6625", "links": { - "self": "/stops/3116" + "self": "/stops/6625" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3116" + "related": "/facilities/?filter[stop]=6625" } }, "parent_station": { @@ -249223,14 +252813,14 @@ }, { "attributes": {}, - "id": "3085", + "id": "3545", "links": { - "self": "/stops/3085" + "self": "/stops/3545" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3085" + "related": "/facilities/?filter[stop]=3545" } }, "parent_station": { @@ -249247,14 +252837,14 @@ }, { "attributes": {}, - "id": "2664", + "id": "782", "links": { - "self": "/stops/2664" + "self": "/stops/782" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2664" + "related": "/facilities/?filter[stop]=782" } }, "parent_station": { @@ -249271,14 +252861,14 @@ }, { "attributes": {}, - "id": "13819", + "id": "4275", "links": { - "self": "/stops/13819" + "self": "/stops/4275" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=13819" + "related": "/facilities/?filter[stop]=4275" } }, "parent_station": { @@ -249294,84 +252884,39 @@ "type": "stop" }, { - "attributes": { - "direction_id": 0, - "headsign": "Kingston" - }, - "id": "CR-670103-067", + "attributes": {}, + "id": "2103", "links": { - "self": "/trips/CR-670103-067" + "self": "/stops/2103" }, "relationships": { - "route": { - "data": { - "id": "CR-Kingston", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "CR-Kingston-7014db43-0", - "type": "route_pattern" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=2103" } }, - "service": { - "data": { - "id": "SPRING2024-SOUTHWKD-Weekday-1-Sc9a3b080", - "type": "service" - } + "parent_station": { + "data": null }, - "shape": { + "zone": { "data": { - "id": "9790002", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "MM-0109-S", - "type": "stop" - }, - { - "id": "PB-0158-S", - "type": "stop" - }, - { - "id": "PB-0194-S", - "type": "stop" - }, - { - "id": "PB-0212-S", - "type": "stop" - }, - { - "id": "PB-0245-S", - "type": "stop" - }, - { - "id": "PB-0281-S", - "type": "stop" - }, - { - "id": "KB-0351-S", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "3877", + "id": "9131", "links": { - "self": "/stops/3877" + "self": "/stops/9131" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3877" + "related": "/facilities/?filter[stop]=9131" } }, "parent_station": { @@ -249388,38 +252933,35 @@ }, { "attributes": {}, - "id": "570", + "id": "9070225", "links": { - "self": "/stops/570" + "self": "/stops/9070225" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=570" + "related": "/facilities/?filter[stop]=9070225" } }, "parent_station": { "data": null }, "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } + "data": null } }, "type": "stop" }, { "attributes": {}, - "id": "11158", + "id": "3675", "links": { - "self": "/stops/11158" + "self": "/stops/3675" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=11158" + "related": "/facilities/?filter[stop]=3675" } }, "parent_station": { @@ -249436,25 +252978,22 @@ }, { "attributes": {}, - "id": "WR-0062-02", + "id": "17", "links": { - "self": "/stops/WR-0062-02" + "self": "/stops/17" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=WR-0062-02" + "related": "/facilities/?filter[stop]=17" } }, "parent_station": { - "data": { - "id": "place-WR-0062", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "CR-zone-1", + "id": "LocalBus", "type": "zone" } } @@ -249462,66 +253001,221 @@ "type": "stop" }, { - "attributes": {}, - "id": "WR-0067-02", + "attributes": { + "direction_id": 0, + "headsign": "Watertown Yard" + }, + "id": "66647108", "links": { - "self": "/stops/WR-0067-02" + "self": "/trips/66647108" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=WR-0067-02" + "route": { + "data": { + "id": "57", + "type": "route" } }, - "parent_station": { + "route_pattern": { "data": { - "id": "place-WR-0067", - "type": "stop" + "id": "57-_-0", + "type": "route_pattern" } }, - "zone": { + "service": { "data": { - "id": "CR-zone-1", - "type": "zone" + "id": "WinterWeekday", + "type": "service" } + }, + "shape": { + "data": { + "id": "570291", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "899", + "type": "stop" + }, + { + "id": "951", + "type": "stop" + }, + { + "id": "952", + "type": "stop" + }, + { + "id": "953", + "type": "stop" + }, + { + "id": "954", + "type": "stop" + }, + { + "id": "956", + "type": "stop" + }, + { + "id": "958", + "type": "stop" + }, + { + "id": "959", + "type": "stop" + }, + { + "id": "960", + "type": "stop" + }, + { + "id": "962", + "type": "stop" + }, + { + "id": "964", + "type": "stop" + }, + { + "id": "966", + "type": "stop" + }, + { + "id": "967", + "type": "stop" + }, + { + "id": "969", + "type": "stop" + }, + { + "id": "970", + "type": "stop" + }, + { + "id": "971", + "type": "stop" + }, + { + "id": "972", + "type": "stop" + }, + { + "id": "973", + "type": "stop" + }, + { + "id": "974", + "type": "stop" + }, + { + "id": "975", + "type": "stop" + }, + { + "id": "977", + "type": "stop" + }, + { + "id": "9780", + "type": "stop" + }, + { + "id": "979", + "type": "stop" + }, + { + "id": "981", + "type": "stop" + }, + { + "id": "982", + "type": "stop" + }, + { + "id": "983", + "type": "stop" + }, + { + "id": "985", + "type": "stop" + }, + { + "id": "986", + "type": "stop" + }, + { + "id": "987", + "type": "stop" + }, + { + "id": "988", + "type": "stop" + }, + { + "id": "989", + "type": "stop" + }, + { + "id": "999", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { - "attributes": {}, - "id": "3213", + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Riverside", + "Union Square" + ], + "direction_names": [ + "West", + "East" + ], + "long_name": "Riverside - Fenway", + "short_name": "Green Line D Shuttle", + "sort_order": 61510, + "text_color": "000000", + "type": 3 + }, + "id": "Shuttle-FenwayRiverside", "links": { - "self": "/stops/3213" + "self": "/routes/Shuttle-FenwayRiverside" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=3213" + "agency": { + "data": { + "id": "1", + "type": "agency" } }, - "parent_station": { - "data": null - }, - "zone": { + "line": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "line-Green", + "type": "line" } } }, - "type": "stop" + "type": "route" }, { "attributes": {}, - "id": "3945", + "id": "2148", "links": { - "self": "/stops/3945" + "self": "/stops/2148" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3945" + "related": "/facilities/?filter[stop]=2148" } }, "parent_station": { @@ -249538,14 +253232,14 @@ }, { "attributes": {}, - "id": "38411", + "id": "269", "links": { - "self": "/stops/38411" + "self": "/stops/269" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=38411" + "related": "/facilities/?filter[stop]=269" } }, "parent_station": { @@ -249561,87 +253255,280 @@ "type": "stop" }, { - "attributes": {}, - "id": "15990", + "attributes": { + "direction_id": 1, + "headsign": "Watertown Yard" + }, + "id": "67251541", "links": { - "self": "/stops/15990" + "self": "/trips/67251541" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=15990" + "route": { + "data": { + "id": "52", + "type": "route" } }, - "parent_station": { - "data": null - }, - "zone": { + "route_pattern": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "7520", - "links": { - "self": "/stops/7520" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=7520" + "id": "52-4-1", + "type": "route_pattern" } }, - "parent_station": { - "data": null - }, - "zone": { + "service": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "1663", - "links": { - "self": "/stops/1663" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=1663" + "id": "WinterWeekday", + "type": "service" } }, - "parent_station": { - "data": null - }, - "zone": { + "shape": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "520217", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "820", + "type": "stop" + }, + { + "id": "774", + "type": "stop" + }, + { + "id": "775", + "type": "stop" + }, + { + "id": "776", + "type": "stop" + }, + { + "id": "8390", + "type": "stop" + }, + { + "id": "8391", + "type": "stop" + }, + { + "id": "8392", + "type": "stop" + }, + { + "id": "8393", + "type": "stop" + }, + { + "id": "8394", + "type": "stop" + }, + { + "id": "833", + "type": "stop" + }, + { + "id": "8473", + "type": "stop" + }, + { + "id": "8474", + "type": "stop" + }, + { + "id": "84741", + "type": "stop" + }, + { + "id": "8476", + "type": "stop" + }, + { + "id": "8477", + "type": "stop" + }, + { + "id": "8478", + "type": "stop" + }, + { + "id": "84791", + "type": "stop" + }, + { + "id": "8480", + "type": "stop" + }, + { + "id": "8481", + "type": "stop" + }, + { + "id": "8482", + "type": "stop" + }, + { + "id": "8483", + "type": "stop" + }, + { + "id": "8484", + "type": "stop" + }, + { + "id": "8485", + "type": "stop" + }, + { + "id": "8486", + "type": "stop" + }, + { + "id": "18487", + "type": "stop" + }, + { + "id": "8489", + "type": "stop" + }, + { + "id": "8490", + "type": "stop" + }, + { + "id": "8491", + "type": "stop" + }, + { + "id": "8492", + "type": "stop" + }, + { + "id": "84921", + "type": "stop" + }, + { + "id": "8495", + "type": "stop" + }, + { + "id": "8496", + "type": "stop" + }, + { + "id": "8497", + "type": "stop" + }, + { + "id": "8498", + "type": "stop" + }, + { + "id": "8499", + "type": "stop" + }, + { + "id": "8500", + "type": "stop" + }, + { + "id": "8501", + "type": "stop" + }, + { + "id": "8502", + "type": "stop" + }, + { + "id": "8503", + "type": "stop" + }, + { + "id": "8504", + "type": "stop" + }, + { + "id": "8505", + "type": "stop" + }, + { + "id": "8506", + "type": "stop" + }, + { + "id": "8507", + "type": "stop" + }, + { + "id": "8508", + "type": "stop" + }, + { + "id": "8509", + "type": "stop" + }, + { + "id": "8510", + "type": "stop" + }, + { + "id": "8511", + "type": "stop" + }, + { + "id": "8512", + "type": "stop" + }, + { + "id": "8513", + "type": "stop" + }, + { + "id": "8514", + "type": "stop" + }, + { + "id": "8515", + "type": "stop" + }, + { + "id": "8516", + "type": "stop" + }, + { + "id": "19031", + "type": "stop" + }, + { + "id": "988", + "type": "stop" + }, + { + "id": "989", + "type": "stop" + }, + { + "id": "999", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "4909", + "id": "49", "links": { - "self": "/stops/4909" + "self": "/stops/49" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4909" + "related": "/facilities/?filter[stop]=49" } }, "parent_station": { @@ -249658,14 +253545,14 @@ }, { "attributes": {}, - "id": "2226", + "id": "4026", "links": { - "self": "/stops/2226" + "self": "/stops/4026" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2226" + "related": "/facilities/?filter[stop]=4026" } }, "parent_station": { @@ -249682,14 +253569,14 @@ }, { "attributes": {}, - "id": "6392", + "id": "4364", "links": { - "self": "/stops/6392" + "self": "/stops/4364" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6392" + "related": "/facilities/?filter[stop]=4364" } }, "parent_station": { @@ -249706,29 +253593,35 @@ }, { "attributes": { - "color": "FFC72C", + "color": "80276C", "direction_destinations": [ - "Forest Hills", - "Oak Grove" + "Stoughton or Wickford Junction", + "South Station" ], "direction_names": [ - "South", - "North" + "Outbound", + "Inbound" ], - "long_name": "Sullivan Square - State", - "short_name": "Orange Line Shuttle", - "sort_order": 62485, - "text_color": "000000", - "type": 3 + "long_name": "Providence/Stoughton Line", + "short_name": "", + "sort_order": 20012, + "text_color": "FFFFFF", + "type": 2 }, - "id": "Shuttle-StateSullivan", + "id": "CR-Providence", "links": { - "self": "/routes/Shuttle-StateSullivan" + "self": "/routes/CR-Providence" }, "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, "line": { "data": { - "id": "line-Orange", + "id": "line-Providence", "type": "line" } } @@ -249737,14 +253630,14 @@ }, { "attributes": {}, - "id": "104", + "id": "5901", "links": { - "self": "/stops/104" + "self": "/stops/5901" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=104" + "related": "/facilities/?filter[stop]=5901" } }, "parent_station": { @@ -249760,166 +253653,177 @@ "type": "stop" }, { - "attributes": {}, - "id": "5682", + "attributes": { + "direction_id": 0, + "headsign": "Keystone Apts via Neponset Ave & Puritan Mall" + }, + "id": "67290324", "links": { - "self": "/stops/5682" + "self": "/trips/67290324" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=5682" + "route": { + "data": { + "id": "201", + "type": "route" } }, - "parent_station": { - "data": null - }, - "zone": { + "route_pattern": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "12940", - "links": { - "self": "/stops/12940" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=12940" + "id": "201-9-0", + "type": "route_pattern" } }, - "parent_station": { - "data": null - }, - "zone": { + "service": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "6834", - "links": { - "self": "/stops/6834" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=6834" + "id": "WinterWeekday", + "type": "service" } }, - "parent_station": { - "data": null - }, - "zone": { + "shape": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "2010088", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "323", + "type": "stop" + }, + { + "id": "3065", + "type": "stop" + }, + { + "id": "3066", + "type": "stop" + }, + { + "id": "3067", + "type": "stop" + }, + { + "id": "8340", + "type": "stop" + }, + { + "id": "8341", + "type": "stop" + }, + { + "id": "8342", + "type": "stop" + }, + { + "id": "3073", + "type": "stop" + }, + { + "id": "3075", + "type": "stop" + }, + { + "id": "38812", + "type": "stop" + }, + { + "id": "38813", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { - "attributes": {}, - "id": "815", + "attributes": { + "direction_id": 1, + "headsign": "Swampscott" + }, + "id": "MysticMaffa-717704-1114", "links": { - "self": "/stops/815" + "self": "/trips/MysticMaffa-717704-1114" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=815" + "route": { + "data": { + "id": "CR-Newburyport", + "type": "route" } }, - "parent_station": { - "data": null - }, - "zone": { + "route_pattern": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "33077", - "links": { - "self": "/stops/33077" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=33077" + "id": "CR-Newburyport-97351c1a-1", + "type": "route_pattern" } }, - "parent_station": { - "data": null - }, - "zone": { + "service": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "Fall/WinterSaturday", + "type": "service" } - } - }, - "type": "stop" - }, - { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Lebanon Loop", - "Wellington Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Lebanon Loop - Wellington Station", - "short_name": "106", - "sort_order": 51060, - "text_color": "000000", - "type": 3 - }, - "id": "106", - "links": { - "self": "/routes/106" - }, - "relationships": { - "line": { + }, + "shape": { "data": { - "id": "line-106", - "type": "line" + "id": "9810006", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "GB-0353-S", + "type": "stop" + }, + { + "id": "GB-0316-S", + "type": "stop" + }, + { + "id": "GB-0296-02", + "type": "stop" + }, + { + "id": "GB-0254-02", + "type": "stop" + }, + { + "id": "GB-0229-02", + "type": "stop" + }, + { + "id": "GB-0198-02", + "type": "stop" + }, + { + "id": "ER-0183-02", + "type": "stop" + }, + { + "id": "ER-0168-S", + "type": "stop" + }, + { + "id": "ER-0128-02", + "type": "stop" + } + ] } }, - "type": "route" + "type": "trip" }, { "attributes": {}, - "id": "2778", + "id": "1429", "links": { - "self": "/stops/2778" + "self": "/stops/1429" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2778" + "related": "/facilities/?filter[stop]=1429" } }, "parent_station": { @@ -249936,14 +253840,14 @@ }, { "attributes": {}, - "id": "2388", + "id": "19215", "links": { - "self": "/stops/2388" + "self": "/stops/19215" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2388" + "related": "/facilities/?filter[stop]=19215" } }, "parent_station": { @@ -249960,46 +253864,278 @@ }, { "attributes": { - "direction_id": 0, - "headsign": "Greenbush (Shuttle)" + "direction_id": 1, + "headsign": "Central Square" }, - "id": "GreenbushNorthScituate-0-sample", + "id": "67202634", "links": { - "self": "/trips/GreenbushNorthScituate-0-sample" + "self": "/trips/67202634" }, "relationships": { "route": { "data": { - "id": "Shuttle-GreenbushNorthScituate", + "id": "435", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-GreenbushNorthScituate-0-0", + "id": "435-7-1", "type": "route_pattern" } }, "service": { "data": { - "id": "canonical", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "NorthScituateToGreenbush-S", + "id": "4350224", "type": "shape" } }, "stops": { "data": [ { - "id": "GRB-0233-B", + "id": "37150", "type": "stop" }, { - "id": "GRB-0276-B", + "id": "4601", + "type": "stop" + }, + { + "id": "4602", + "type": "stop" + }, + { + "id": "4603", + "type": "stop" + }, + { + "id": "4604", + "type": "stop" + }, + { + "id": "4605", + "type": "stop" + }, + { + "id": "4606", + "type": "stop" + }, + { + "id": "4607", + "type": "stop" + }, + { + "id": "4608", + "type": "stop" + }, + { + "id": "4951", + "type": "stop" + }, + { + "id": "4952", + "type": "stop" + }, + { + "id": "4609", + "type": "stop" + }, + { + "id": "14609", + "type": "stop" + }, + { + "id": "4610", + "type": "stop" + }, + { + "id": "4611", + "type": "stop" + }, + { + "id": "14612", + "type": "stop" + }, + { + "id": "14615", + "type": "stop" + }, + { + "id": "4614", + "type": "stop" + }, + { + "id": "7270", + "type": "stop" + }, + { + "id": "4597", + "type": "stop" + }, + { + "id": "4561", + "type": "stop" + }, + { + "id": "4581", + "type": "stop" + }, + { + "id": "4582", + "type": "stop" + }, + { + "id": "7269", + "type": "stop" + }, + { + "id": "4933", + "type": "stop" + }, + { + "id": "4934", + "type": "stop" + }, + { + "id": "4935", + "type": "stop" + }, + { + "id": "4936", + "type": "stop" + }, + { + "id": "14936", + "type": "stop" + }, + { + "id": "4937", + "type": "stop" + }, + { + "id": "14937", + "type": "stop" + }, + { + "id": "4938", + "type": "stop" + }, + { + "id": "4939", + "type": "stop" + }, + { + "id": "4940", + "type": "stop" + }, + { + "id": "4941", + "type": "stop" + }, + { + "id": "4942", + "type": "stop" + }, + { + "id": "4943", + "type": "stop" + }, + { + "id": "4945", + "type": "stop" + }, + { + "id": "7199", + "type": "stop" + }, + { + "id": "7200", + "type": "stop" + }, + { + "id": "7201", + "type": "stop" + }, + { + "id": "7202", + "type": "stop" + }, + { + "id": "7263", + "type": "stop" + }, + { + "id": "7205", + "type": "stop" + }, + { + "id": "7206", + "type": "stop" + }, + { + "id": "7208", + "type": "stop" + }, + { + "id": "7210", + "type": "stop" + }, + { + "id": "7211", + "type": "stop" + }, + { + "id": "7212", + "type": "stop" + }, + { + "id": "7213", + "type": "stop" + }, + { + "id": "7253", + "type": "stop" + }, + { + "id": "7254", + "type": "stop" + }, + { + "id": "7255", + "type": "stop" + }, + { + "id": "17255", + "type": "stop" + }, + { + "id": "7289", + "type": "stop" + }, + { + "id": "6767", + "type": "stop" + }, + { + "id": "6769", + "type": "stop" + }, + { + "id": "6771", + "type": "stop" + }, + { + "id": "6772", + "type": "stop" + }, + { + "id": "14748", "type": "stop" } ] @@ -250009,25 +254145,22 @@ }, { "attributes": {}, - "id": "70152", + "id": "4088", "links": { - "self": "/stops/70152" + "self": "/stops/4088" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70152" + "related": "/facilities/?filter[stop]=4088" } }, "parent_station": { - "data": { - "id": "place-hymnl", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } @@ -250036,14 +254169,14 @@ }, { "attributes": {}, - "id": "11384", + "id": "6644", "links": { - "self": "/stops/11384" + "self": "/stops/6644" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=11384" + "related": "/facilities/?filter[stop]=6644" } }, "parent_station": { @@ -250051,7 +254184,7 @@ }, "zone": { "data": { - "id": "ExpressBus-Downtown", + "id": "LocalBus", "type": "zone" } } @@ -250059,46 +254192,39 @@ "type": "stop" }, { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Ashmont/Braintree", - "Alewife" - ], - "direction_names": [ - "South", - "North" - ], - "long_name": "Harvard - Park Street", - "short_name": "Red Line Shuttle", - "sort_order": 61961, - "text_color": "000000", - "type": 3 - }, - "id": "Shuttle-HarvardPark", + "attributes": {}, + "id": "1438", "links": { - "self": "/routes/Shuttle-HarvardPark" + "self": "/stops/1438" }, "relationships": { - "line": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=1438" + } + }, + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "line-Red", - "type": "line" + "id": "LocalBus", + "type": "zone" } } }, - "type": "route" + "type": "stop" }, { "attributes": {}, - "id": "14717", + "id": "12643", "links": { - "self": "/stops/14717" + "self": "/stops/12643" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=14717" + "related": "/facilities/?filter[stop]=12643" } }, "parent_station": { @@ -250115,14 +254241,14 @@ }, { "attributes": {}, - "id": "4348", + "id": "4533", "links": { - "self": "/stops/4348" + "self": "/stops/4533" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4348" + "related": "/facilities/?filter[stop]=4533" } }, "parent_station": { @@ -250139,14 +254265,14 @@ }, { "attributes": {}, - "id": "5076", + "id": "7349", "links": { - "self": "/stops/5076" + "self": "/stops/7349" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5076" + "related": "/facilities/?filter[stop]=7349" } }, "parent_station": { @@ -250163,14 +254289,14 @@ }, { "attributes": {}, - "id": "4035", + "id": "66434", "links": { - "self": "/stops/4035" + "self": "/stops/66434" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4035" + "related": "/facilities/?filter[stop]=66434" } }, "parent_station": { @@ -250187,14 +254313,38 @@ }, { "attributes": {}, - "id": "10033", + "id": "BNT-0000-B1", "links": { - "self": "/stops/10033" + "self": "/stops/BNT-0000-B1" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=BNT-0000-B1" + } + }, + "parent_station": { + "data": { + "id": "place-north", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "64618", + "links": { + "self": "/stops/64618" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=10033" + "related": "/facilities/?filter[stop]=64618" } }, "parent_station": { @@ -250211,14 +254361,14 @@ }, { "attributes": {}, - "id": "1791", + "id": "91", "links": { - "self": "/stops/1791" + "self": "/stops/91" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1791" + "related": "/facilities/?filter[stop]=91" } }, "parent_station": { @@ -250226,7 +254376,7 @@ }, "zone": { "data": { - "id": "LocalBus", + "id": "ExpressBus-Downtown", "type": "zone" } } @@ -250235,49 +254385,46 @@ }, { "attributes": {}, - "id": "5591", + "id": "WR-0062-B1", "links": { - "self": "/stops/5591" + "self": "/stops/WR-0062-B1" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5591" + "related": "/facilities/?filter[stop]=WR-0062-B1" } }, "parent_station": { - "data": null - }, - "zone": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "place-WR-0062", + "type": "stop" } + }, + "zone": { + "data": null } }, "type": "stop" }, { "attributes": {}, - "id": "FR-0219-01", + "id": "3731", "links": { - "self": "/stops/FR-0219-01" + "self": "/stops/3731" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=FR-0219-01" + "related": "/facilities/?filter[stop]=3731" } }, "parent_station": { - "data": { - "id": "place-FR-0219", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "CR-zone-5", + "id": "LocalBus", "type": "zone" } } @@ -250286,38 +254433,35 @@ }, { "attributes": {}, - "id": "8281", + "id": "9070024", "links": { - "self": "/stops/8281" + "self": "/stops/9070024" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8281" + "related": "/facilities/?filter[stop]=9070024" } }, "parent_station": { "data": null }, "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } + "data": null } }, "type": "stop" }, { "attributes": {}, - "id": "17001", + "id": "4218", "links": { - "self": "/stops/17001" + "self": "/stops/4218" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=17001" + "related": "/facilities/?filter[stop]=4218" } }, "parent_station": { @@ -250334,29 +254478,35 @@ }, { "attributes": { - "color": "80276C", + "color": "FFC72C", "direction_destinations": [ - "Fairmount", - "South Station" + "Ashmont/Braintree", + "Alewife" ], "direction_names": [ - "Outbound", - "Inbound" + "South", + "North" ], - "long_name": "Fairmount Line", - "short_name": "", - "sort_order": 20001, - "text_color": "FFFFFF", - "type": 2 + "long_name": "Harvard - Kendall/MIT (Loop)", + "short_name": "Red Line Shuttle", + "sort_order": 61962, + "text_color": "000000", + "type": 3 }, - "id": "CR-Fairmount", + "id": "Shuttle-HarvardKendall", "links": { - "self": "/routes/CR-Fairmount" + "self": "/routes/Shuttle-HarvardKendall" }, "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, "line": { "data": { - "id": "line-Fairmount", + "id": "line-Red", "type": "line" } } @@ -250365,14 +254515,14 @@ }, { "attributes": {}, - "id": "6742", + "id": "6827", "links": { - "self": "/stops/6742" + "self": "/stops/6827" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6742" + "related": "/facilities/?filter[stop]=6827" } }, "parent_station": { @@ -250389,14 +254539,14 @@ }, { "attributes": {}, - "id": "42430", + "id": "7190", "links": { - "self": "/stops/42430" + "self": "/stops/7190" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=42430" + "related": "/facilities/?filter[stop]=7190" } }, "parent_station": { @@ -250413,282 +254563,302 @@ }, { "attributes": { - "direction_id": 0, - "headsign": "Crawford Square" + "direction_id": 1, + "headsign": "Wellington" }, - "id": "61929357", + "id": "66959822", "links": { - "self": "/trips/61929357" + "self": "/trips/66959822" }, "relationships": { "route": { "data": { - "id": "238", + "id": "134", "type": "route" } }, "route_pattern": { "data": { - "id": "238-7-0", + "id": "134-3-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "2380241", + "id": "1340400", "type": "shape" } }, "stops": { "data": [ { - "id": "32003", + "id": "8852", "type": "stop" }, { - "id": "3326", + "id": "8853", "type": "stop" }, { - "id": "3327", + "id": "8854", "type": "stop" }, { - "id": "3328", + "id": "8855", "type": "stop" }, { - "id": "3330", + "id": "8856", "type": "stop" }, { - "id": "3846", + "id": "8857", "type": "stop" }, { - "id": "3848", + "id": "8858", "type": "stop" }, { - "id": "3849", + "id": "8860", "type": "stop" }, { - "id": "3850", + "id": "8861", "type": "stop" }, { - "id": "3851", + "id": "8862", "type": "stop" }, { - "id": "3852", + "id": "8863", "type": "stop" }, { - "id": "3853", + "id": "10016", "type": "stop" }, { - "id": "3854", + "id": "8864", "type": "stop" }, { - "id": "3855", + "id": "8865", "type": "stop" }, { - "id": "41031", + "id": "8866", "type": "stop" }, { - "id": "41035", + "id": "8867", "type": "stop" }, { - "id": "1633", + "id": "8868", "type": "stop" }, { - "id": "1634", + "id": "8869", "type": "stop" }, { - "id": "1635", + "id": "8870", "type": "stop" }, { - "id": "1636", + "id": "9125", "type": "stop" }, { - "id": "1637", + "id": "6941", "type": "stop" }, { - "id": "1638", + "id": "6942", "type": "stop" }, { - "id": "1639", + "id": "6943", "type": "stop" }, { - "id": "1640", + "id": "6944", "type": "stop" }, { - "id": "1641", + "id": "6945", "type": "stop" }, { - "id": "1642", + "id": "6946", "type": "stop" }, { - "id": "1643", + "id": "6947", "type": "stop" }, { - "id": "1644", + "id": "6948", "type": "stop" }, { - "id": "1647", + "id": "6949", "type": "stop" }, { - "id": "1648", + "id": "6950", "type": "stop" }, { - "id": "1649", + "id": "6951", "type": "stop" }, { - "id": "1650", + "id": "6952", "type": "stop" }, { - "id": "4023", + "id": "6953", "type": "stop" }, { - "id": "4020", + "id": "6954", "type": "stop" }, { - "id": "4019", + "id": "6955", "type": "stop" }, { - "id": "4023", + "id": "6956", "type": "stop" }, { - "id": "4024", + "id": "6957", "type": "stop" }, { - "id": "4032", + "id": "6958", "type": "stop" }, { - "id": "4034", + "id": "6959", "type": "stop" }, { - "id": "4035", + "id": "6961", "type": "stop" }, { - "id": "4036", + "id": "9145", "type": "stop" }, { - "id": "4037", + "id": "9146", "type": "stop" }, { - "id": "4038", + "id": "9147", "type": "stop" }, { - "id": "4039", + "id": "9149", "type": "stop" }, { - "id": "4040", + "id": "9150", "type": "stop" }, { - "id": "4042", + "id": "5008", "type": "stop" }, { - "id": "4043", + "id": "6322", "type": "stop" }, { - "id": "4044", + "id": "6323", "type": "stop" }, { - "id": "4046", + "id": "6324", "type": "stop" }, { - "id": "4047", + "id": "63241", "type": "stop" }, { - "id": "4049", + "id": "9151", "type": "stop" }, { - "id": "4050", + "id": "9152", "type": "stop" }, { - "id": "4051", + "id": "9153", "type": "stop" }, { - "id": "4053", + "id": "9154", "type": "stop" }, { - "id": "4054", + "id": "9155", "type": "stop" }, { - "id": "4055", + "id": "9156", "type": "stop" }, { - "id": "4056", + "id": "9157", "type": "stop" }, { - "id": "14056", + "id": "49157", "type": "stop" }, { - "id": "4057", + "id": "49158", "type": "stop" }, { - "id": "4058", + "id": "9158", "type": "stop" }, { - "id": "4277", + "id": "9159", + "type": "stop" + }, + { + "id": "9160", + "type": "stop" + }, + { + "id": "9161", + "type": "stop" + }, + { + "id": "9042", + "type": "stop" + }, + { + "id": "9043", + "type": "stop" + }, + { + "id": "52720", "type": "stop" } ] @@ -250696,47 +254866,16 @@ }, "type": "trip" }, - { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "North Station", - "Lechmere & North" - ], - "direction_names": [ - "West", - "East" - ], - "long_name": "Lechmere - North Station", - "short_name": "Green Line Shuttle", - "sort_order": 62020, - "text_color": "000000", - "type": 3 - }, - "id": "Shuttle-LechmereNorthStation", - "links": { - "self": "/routes/Shuttle-LechmereNorthStation" - }, - "relationships": { - "line": { - "data": { - "id": "line-Green", - "type": "line" - } - } - }, - "type": "route" - }, { "attributes": {}, - "id": "9060", + "id": "4467", "links": { - "self": "/stops/9060" + "self": "/stops/4467" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9060" + "related": "/facilities/?filter[stop]=4467" } }, "parent_station": { @@ -250753,14 +254892,14 @@ }, { "attributes": {}, - "id": "246", + "id": "2321", "links": { - "self": "/stops/246" + "self": "/stops/2321" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=246" + "related": "/facilities/?filter[stop]=2321" } }, "parent_station": { @@ -250777,14 +254916,14 @@ }, { "attributes": {}, - "id": "8171", + "id": "7438", "links": { - "self": "/stops/8171" + "self": "/stops/7438" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8171" + "related": "/facilities/?filter[stop]=7438" } }, "parent_station": { @@ -250801,14 +254940,14 @@ }, { "attributes": {}, - "id": "4614", + "id": "7961", "links": { - "self": "/stops/4614" + "self": "/stops/7961" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4614" + "related": "/facilities/?filter[stop]=7961" } }, "parent_station": { @@ -250825,23 +254964,23 @@ }, { "attributes": { - "direction_id": 1, - "headsign": "Wonderland (Shuttle)" + "direction_id": 0, + "headsign": "Lowell (Shuttle)" }, - "id": "SuffolkDownsWonderland-1-sample", + "id": "NorthBillericaLowell-0-sample", "links": { - "self": "/trips/SuffolkDownsWonderland-1-sample" + "self": "/trips/NorthBillericaLowell-0-sample" }, "relationships": { "route": { "data": { - "id": "Shuttle-SuffolkDownsWonderland", + "id": "Shuttle-NorthBillericaLowell", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-SuffolkDownsWonderland-0-1", + "id": "Shuttle-NorthBillericaLowell-0-0", "type": "route_pattern" } }, @@ -250853,26 +254992,18 @@ }, "shape": { "data": { - "id": "SuffolkDownsToWonderland-S", + "id": "NorthBillericaToLowell-S", "type": "shape" } }, "stops": { "data": [ { - "id": "9070054", - "type": "stop" - }, - { - "id": "9070056", - "type": "stop" - }, - { - "id": "9070058", + "id": "NHRML-0218-B1", "type": "stop" }, { - "id": "15795", + "id": "NHRML-0254-B", "type": "stop" } ] @@ -250881,157 +255012,236 @@ "type": "trip" }, { - "attributes": { - "direction_id": 1, - "headsign": "Ruggles" + "attributes": {}, + "id": "2693", + "links": { + "self": "/stops/2693" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=2693" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } }, - "id": "61392392", + "type": "stop" + }, + { + "attributes": {}, + "id": "1695", "links": { - "self": "/trips/61392392" + "self": "/stops/1695" }, "relationships": { - "route": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=1695" + } + }, + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "15", - "type": "route" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "5643", + "links": { + "self": "/stops/5643" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=5643" } }, - "route_pattern": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "15-2-1", - "type": "route_pattern" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "7596", + "links": { + "self": "/stops/7596" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=7596" } }, - "service": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "SpringWeekday", - "type": "service" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "8199", + "links": { + "self": "/stops/8199" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=8199" } }, - "shape": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "150217", - "type": "shape" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "1293", + "links": { + "self": "/stops/1293" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=1293" } }, - "stops": { - "data": [ - { - "id": "15100", - "type": "stop" - }, - { - "id": "14731", - "type": "stop" - }, - { - "id": "1474", - "type": "stop" - }, - { - "id": "1475", - "type": "stop" - }, - { - "id": "1478", - "type": "stop" - }, - { - "id": "1479", - "type": "stop" - }, - { - "id": "1480", - "type": "stop" - }, - { - "id": "1481", - "type": "stop" - }, - { - "id": "11482", - "type": "stop" - }, - { - "id": "14831", - "type": "stop" - }, - { - "id": "1484", - "type": "stop" - }, - { - "id": "1485", - "type": "stop" - }, - { - "id": "1486", - "type": "stop" - }, - { - "id": "1487", - "type": "stop" - }, - { - "id": "1488", - "type": "stop" - }, - { - "id": "1489", - "type": "stop" - }, - { - "id": "1491", - "type": "stop" - }, - { - "id": "64000", - "type": "stop" - }, - { - "id": "1148", - "type": "stop" - }, - { - "id": "11149", - "type": "stop" - }, - { - "id": "11148", - "type": "stop" - }, - { - "id": "21148", - "type": "stop" - }, - { - "id": "1224", - "type": "stop" - }, - { - "id": "17861", - "type": "stop" - } - ] + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "70103", + "id": "5629", "links": { - "self": "/stops/70103" + "self": "/stops/5629" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70103" + "related": "/facilities/?filter[stop]=5629" } }, "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "place-qamnl", + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "3715", + "links": { + "self": "/stops/3715" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=3715" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "6500", + "links": { + "self": "/stops/6500" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=6500" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "70257", + "links": { + "self": "/stops/70257" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=70257" + } + }, + "parent_station": { + "data": { + "id": "place-bckhl", "type": "stop" } }, @@ -251045,263 +255255,206 @@ "type": "stop" }, { - "attributes": { - "direction_id": 1, - "headsign": "South Station" + "attributes": {}, + "id": "1325", + "links": { + "self": "/stops/1325" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=1325" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } }, - "id": "CR-670272-814", + "type": "stop" + }, + { + "attributes": {}, + "id": "2060", "links": { - "self": "/trips/CR-670272-814" + "self": "/stops/2060" }, "relationships": { - "route": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=2060" + } + }, + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "CR-Providence", - "type": "route" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "263", + "links": { + "self": "/stops/263" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=263" } }, - "route_pattern": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "CR-Providence-143c8a71-1", - "type": "route_pattern" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "2932", + "links": { + "self": "/stops/2932" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=2932" } }, - "service": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "SPRING2024-SOUTHWKD-Weekday-1-Scbbf1ea5", - "type": "service" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "70249", + "links": { + "self": "/stops/70249" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=70249" } }, - "shape": { + "parent_station": { "data": { - "id": "9890008", - "type": "shape" + "id": "place-brmnl", + "type": "stop" } }, - "stops": { - "data": [ - { - "id": "NEC-1659-03", - "type": "stop" - }, - { - "id": "NEC-1768-03", - "type": "stop" - }, - { - "id": "NEC-1851-03", - "type": "stop" - }, - { - "id": "NEC-1891-02", - "type": "stop" - }, - { - "id": "NEC-1969-04", - "type": "stop" - }, - { - "id": "NEC-2040-02", - "type": "stop" - }, - { - "id": "NEC-2108-02", - "type": "stop" - }, - { - "id": "NEC-2139-02", - "type": "stop" - }, - { - "id": "NEC-2173-02", - "type": "stop" - }, - { - "id": "NEC-2192-02", - "type": "stop" - }, - { - "id": "NEC-2265-02", - "type": "stop" - }, - { - "id": "NEC-2276-02", - "type": "stop" - }, - { - "id": "NEC-2287", - "type": "stop" - } - ] + "zone": { + "data": { + "id": "RapidTransit", + "type": "zone" + } } }, - "type": "trip" + "type": "stop" }, { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "West Medford or Arlington Center", - "Sullivan Square Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "West Medford or Arlington Center - Sullivan Square Station", - "short_name": "95", - "sort_order": 50950, - "text_color": "000000", - "type": 3 - }, - "id": "95", + "attributes": {}, + "id": "4942", "links": { - "self": "/routes/95" + "self": "/stops/4942" }, "relationships": { - "line": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=4942" + } + }, + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "line-95", - "type": "line" + "id": "LocalBus", + "type": "zone" } } }, - "type": "route" + "type": "stop" }, { "attributes": { "direction_id": 0, - "headsign": "Wolcott Square" + "headsign": "Broadway (Shuttle)" }, - "id": "62145887", + "id": "BroadwayKendall-0-sample", "links": { - "self": "/trips/62145887" + "self": "/trips/BroadwayKendall-0-sample" }, "relationships": { "route": { "data": { - "id": "32", + "id": "Shuttle-BroadwayKendall", "type": "route" } }, "route_pattern": { "data": { - "id": "32-1-0", + "id": "Shuttle-BroadwayKendall-0-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "canonical", "type": "service" } }, "shape": { "data": { - "id": "320272", + "id": "KendallToBroadway-S", "type": "shape" } }, "stops": { "data": [ { - "id": "875", - "type": "stop" - }, - { - "id": "6495", - "type": "stop" - }, - { - "id": "26495", - "type": "stop" - }, - { - "id": "36495", - "type": "stop" - }, - { - "id": "46495", - "type": "stop" - }, - { - "id": "56495", - "type": "stop" - }, - { - "id": "76495", - "type": "stop" - }, - { - "id": "6496", - "type": "stop" - }, - { - "id": "6498", - "type": "stop" - }, - { - "id": "6500", - "type": "stop" - }, - { - "id": "16498", - "type": "stop" - }, - { - "id": "6502", - "type": "stop" - }, - { - "id": "6504", - "type": "stop" - }, - { - "id": "6505", - "type": "stop" - }, - { - "id": "6507", - "type": "stop" - }, - { - "id": "6508", - "type": "stop" - }, - { - "id": "6509", - "type": "stop" - }, - { - "id": "2819", - "type": "stop" - }, - { - "id": "2818", - "type": "stop" - }, - { - "id": "22819", - "type": "stop" - }, - { - "id": "22818", + "id": "9070071", "type": "stop" }, { - "id": "22821", + "id": "9070073", "type": "stop" }, { - "id": "32818", + "id": "9070076", "type": "stop" }, { - "id": "42818", + "id": "6564", "type": "stop" }, { - "id": "42819", + "id": "150", "type": "stop" } ] @@ -251311,14 +255464,14 @@ }, { "attributes": {}, - "id": "1583", + "id": "49839", "links": { - "self": "/stops/1583" + "self": "/stops/49839" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1583" + "related": "/facilities/?filter[stop]=49839" } }, "parent_station": { @@ -251336,109 +255489,157 @@ { "attributes": { "direction_id": 0, - "headsign": "Mattapan" + "headsign": "Northgate" }, - "id": "62145533", + "id": "67202249", "links": { - "self": "/trips/62145533" + "self": "/trips/67202249" }, "relationships": { "route": { "data": { - "id": "31", + "id": "119", "type": "route" } }, "route_pattern": { "data": { - "id": "31-_-0", + "id": "119-1-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "310113", + "id": "1190088", "type": "shape" } }, "stops": { "data": [ { - "id": "875", + "id": "5819", "type": "stop" }, { - "id": "520", + "id": "5821", "type": "stop" }, { - "id": "11521", + "id": "5822", "type": "stop" }, { - "id": "5232", + "id": "5823", "type": "stop" }, { - "id": "523", + "id": "5824", "type": "stop" }, { - "id": "524", + "id": "5825", + "type": "stop" + }, + { + "id": "5826", + "type": "stop" + }, + { + "id": "5827", + "type": "stop" + }, + { + "id": "5763", + "type": "stop" + }, + { + "id": "57641", + "type": "stop" + }, + { + "id": "5837", + "type": "stop" + }, + { + "id": "5828", + "type": "stop" + }, + { + "id": "5829", + "type": "stop" + }, + { + "id": "5830", + "type": "stop" + }, + { + "id": "35830", + "type": "stop" + }, + { + "id": "45830", + "type": "stop" + }, + { + "id": "5831", + "type": "stop" + }, + { + "id": "45833", "type": "stop" }, { - "id": "5240", + "id": "45834", "type": "stop" }, { - "id": "525", + "id": "6256", "type": "stop" }, { - "id": "11712", + "id": "6257", "type": "stop" }, { - "id": "1713", + "id": "6258", "type": "stop" }, { - "id": "1714", + "id": "6259", "type": "stop" }, { - "id": "1716", + "id": "6260", "type": "stop" }, { - "id": "1717", + "id": "6262", "type": "stop" }, { - "id": "1718", + "id": "74120", "type": "stop" }, { - "id": "11719", + "id": "7413", "type": "stop" }, { - "id": "1720", + "id": "7414", "type": "stop" }, { - "id": "1721", + "id": "45534", "type": "stop" }, { - "id": "18511", + "id": "6267", "type": "stop" } ] @@ -251448,118 +255649,25 @@ }, { "attributes": {}, - "id": "8808", - "links": { - "self": "/stops/8808" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=8808" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "6704", - "links": { - "self": "/stops/6704" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=6704" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "3070", - "links": { - "self": "/stops/3070" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=3070" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "61916", + "id": "70027", "links": { - "self": "/stops/61916" + "self": "/stops/70027" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=61916" + "related": "/facilities/?filter[stop]=70027" } }, "parent_station": { - "data": null - }, - "zone": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "2130", - "links": { - "self": "/stops/2130" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=2130" + "id": "place-north", + "type": "stop" } }, - "parent_station": { - "data": null - }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -251568,14 +255676,14 @@ }, { "attributes": {}, - "id": "24486", + "id": "11", "links": { - "self": "/stops/24486" + "self": "/stops/11" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=24486" + "related": "/facilities/?filter[stop]=11" } }, "parent_station": { @@ -251592,14 +255700,14 @@ }, { "attributes": {}, - "id": "2182", + "id": "9028", "links": { - "self": "/stops/2182" + "self": "/stops/9028" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2182" + "related": "/facilities/?filter[stop]=9028" } }, "parent_station": { @@ -251616,389 +255724,375 @@ }, { "attributes": { - "direction_id": 0, - "headsign": "Salem Depot" + "direction_id": 1, + "headsign": "Malden" }, - "id": "63325268", + "id": "66960339", "links": { - "self": "/trips/63325268" + "self": "/trips/66960339" }, "relationships": { "route": { "data": { - "id": "450", + "id": "137", "type": "route" } }, "route_pattern": { "data": { - "id": "450-7-0", + "id": "137-4-1", "type": "route_pattern" } }, "service": { "data": { - "id": "BUS32024-hbl34j47-Sunday-02", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "4500193", + "id": "1370165", "type": "shape" } }, "stops": { "data": [ { - "id": "15795", + "id": "9179", "type": "stop" }, { - "id": "24716", + "id": "9181", "type": "stop" }, { - "id": "4733", + "id": "19182", "type": "stop" }, { - "id": "4526", + "id": "9183", "type": "stop" }, { - "id": "45261", + "id": "9184", "type": "stop" }, { - "id": "4512", + "id": "9185", "type": "stop" }, { - "id": "4513", + "id": "9187", "type": "stop" }, { - "id": "4515", + "id": "9188", "type": "stop" }, { - "id": "4516", + "id": "9189", "type": "stop" }, { - "id": "4518", + "id": "9190", "type": "stop" }, { - "id": "4520", + "id": "9191", "type": "stop" }, { - "id": "45211", + "id": "9192", "type": "stop" }, { - "id": "4521", + "id": "9193", "type": "stop" }, { - "id": "4522", + "id": "9194", "type": "stop" }, { - "id": "4523", + "id": "9195", "type": "stop" }, { - "id": "4524", + "id": "9196", "type": "stop" }, { - "id": "4527", + "id": "9197", "type": "stop" }, { - "id": "4528", + "id": "9198", "type": "stop" }, { - "id": "4529", + "id": "9199", "type": "stop" }, { - "id": "4530", + "id": "9200", "type": "stop" }, { - "id": "4531", + "id": "9201", "type": "stop" }, { - "id": "4532", + "id": "9202", "type": "stop" }, { - "id": "7246", + "id": "9203", "type": "stop" }, { - "id": "7247", + "id": "9204", "type": "stop" }, { - "id": "7248", + "id": "9205", "type": "stop" }, { - "id": "7249", + "id": "9206", "type": "stop" }, { - "id": "7250", + "id": "9207", "type": "stop" }, { - "id": "7251", + "id": "49221", "type": "stop" }, { - "id": "7252", + "id": "9328", "type": "stop" }, { - "id": "4533", + "id": "19208", "type": "stop" }, { - "id": "4534", + "id": "9209", "type": "stop" }, { - "id": "4535", + "id": "9210", "type": "stop" }, { - "id": "4537", + "id": "9211", "type": "stop" }, { - "id": "4538", + "id": "9212", "type": "stop" }, { - "id": "4539", + "id": "9213", "type": "stop" }, { - "id": "4540", + "id": "9214", "type": "stop" }, { - "id": "4541", + "id": "15431", "type": "stop" }, { - "id": "4544", + "id": "5327", + "type": "stop" + } + ] + } + }, + "type": "trip" + }, + { + "attributes": { + "direction_id": 1, + "headsign": "Nubian via Allston" + }, + "id": "66644981", + "links": { + "self": "/trips/66644981" + }, + "relationships": { + "route": { + "data": { + "id": "66", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "66-6-1", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "WinterWeekday", + "type": "service" + } + }, + "shape": { + "data": { + "id": "660296", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "22549", "type": "stop" }, { - "id": "14544", + "id": "32549", "type": "stop" }, { - "id": "4546", + "id": "2550", "type": "stop" }, { - "id": "4547", + "id": "2551", "type": "stop" }, { - "id": "14548", + "id": "2553", "type": "stop" }, { - "id": "14551", + "id": "2554", "type": "stop" }, { - "id": "4553", + "id": "2555", "type": "stop" }, { - "id": "14553", + "id": "2556", "type": "stop" }, { - "id": "4554", + "id": "1191", "type": "stop" }, { - "id": "4555", + "id": "1193", "type": "stop" }, { - "id": "4557", + "id": "1195", "type": "stop" }, { - "id": "4558", + "id": "926", "type": "stop" }, { - "id": "4559", + "id": "927", "type": "stop" }, { - "id": "4560", + "id": "10928", "type": "stop" }, { - "id": "4562", + "id": "1302", "type": "stop" }, { - "id": "4563", + "id": "11302", "type": "stop" }, { - "id": "37150", + "id": "1304", "type": "stop" - } - ] - } - }, - "type": "trip" - }, - { - "attributes": {}, - "id": "4937", - "links": { - "self": "/stops/4937" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=4937" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": { - "color": "FFC72C", - "long_name": "Waltham - Central Square, Cambridge", - "short_name": "61/70/170", - "sort_order": 50610, - "text_color": "000000" - }, - "id": "line-6170170", - "links": { - "self": "/lines/line-6170170" - }, - "type": "line" - }, - { - "attributes": { - "direction_id": 0, - "headsign": "Forge Park/495" - }, - "id": "CR-670214-705", - "links": { - "self": "/trips/CR-670214-705" - }, - "relationships": { - "route": { - "data": { - "id": "CR-Franklin", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "CR-Franklin-3badde55-0", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "SPRING2024-SOUTHWKD-Weekday-1-S85407dc6", - "type": "service" - } - }, - "shape": { - "data": { - "id": "9880006", - "type": "shape" - } - }, - "stops": { - "data": [ + }, { - "id": "NEC-2287", + "id": "1306", "type": "stop" }, { - "id": "NEC-2276-01", + "id": "1308", "type": "stop" }, { - "id": "NEC-2265-01", + "id": "1309", "type": "stop" }, { - "id": "FB-0095-05", + "id": "1310", "type": "stop" }, { - "id": "FB-0109-01", + "id": "1311", "type": "stop" }, { - "id": "FB-0118-01", + "id": "1313", "type": "stop" }, { - "id": "FB-0125-01", + "id": "1555", "type": "stop" }, { - "id": "FB-0143-01", + "id": "1314", "type": "stop" }, { - "id": "FB-0148-01", + "id": "1315", "type": "stop" }, { - "id": "FB-0166-S", + "id": "1317", "type": "stop" }, { - "id": "FB-0191-S", + "id": "1319", "type": "stop" }, { - "id": "FB-0230-S", + "id": "1320", "type": "stop" }, { - "id": "FB-0275-S", + "id": "1322", "type": "stop" }, { - "id": "FB-0303-S", + "id": "1323", + "type": "stop" + }, + { + "id": "11257", + "type": "stop" + }, + { + "id": "1259", + "type": "stop" + }, + { + "id": "11323", + "type": "stop" + }, + { + "id": "11259", + "type": "stop" + }, + { + "id": "64000", "type": "stop" } ] @@ -252008,14 +256102,72 @@ }, { "attributes": {}, - "id": "8854", + "id": "9070151", "links": { - "self": "/stops/8854" + "self": "/stops/9070151" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8854" + "related": "/facilities/?filter[stop]=9070151" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Belmont Center", + "Harvard" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Belmont Center - Harvard via Huron Avenue", + "short_name": "75", + "sort_order": 50750, + "text_color": "000000", + "type": 3 + }, + "id": "75", + "links": { + "self": "/routes/75" + }, + "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, + "line": { + "data": { + "id": "line-727475", + "type": "line" + } + } + }, + "type": "route" + }, + { + "attributes": {}, + "id": "12616", + "links": { + "self": "/stops/12616" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=12616" } }, "parent_station": { @@ -252032,14 +256184,14 @@ }, { "attributes": {}, - "id": "5490", + "id": "8244", "links": { - "self": "/stops/5490" + "self": "/stops/8244" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5490" + "related": "/facilities/?filter[stop]=8244" } }, "parent_station": { @@ -252054,16 +256206,53 @@ }, "type": "stop" }, + { + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Braintree", + "Alewife" + ], + "direction_names": [ + "South", + "North" + ], + "long_name": "Braintree - Quincy Center", + "short_name": "Red Line Shuttle", + "sort_order": 61000, + "text_color": "000000", + "type": 3 + }, + "id": "Shuttle-BraintreeQuincyCenter", + "links": { + "self": "/routes/Shuttle-BraintreeQuincyCenter" + }, + "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, + "line": { + "data": { + "id": "line-Red", + "type": "line" + } + } + }, + "type": "route" + }, { "attributes": {}, - "id": "5619", + "id": "7498", "links": { - "self": "/stops/5619" + "self": "/stops/7498" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5619" + "related": "/facilities/?filter[stop]=7498" } }, "parent_station": { @@ -252080,14 +256269,14 @@ }, { "attributes": {}, - "id": "1331", + "id": "641", "links": { - "self": "/stops/1331" + "self": "/stops/641" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1331" + "related": "/facilities/?filter[stop]=641" } }, "parent_station": { @@ -252104,720 +256293,567 @@ }, { "attributes": { - "direction_id": 1, - "headsign": "Nubian via Allston" + "direction_id": 0, + "headsign": "Montello via Holbrook Court" }, - "id": "61392004", + "id": "67290772", "links": { - "self": "/trips/61392004" + "self": "/trips/67290772" }, "relationships": { "route": { "data": { - "id": "66", + "id": "230", "type": "route" } }, "route_pattern": { "data": { - "id": "66-6-1", + "id": "230-5-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "660269", + "id": "2300156", "type": "shape" } }, "stops": { "data": [ { - "id": "22549", - "type": "stop" - }, - { - "id": "32549", - "type": "stop" - }, - { - "id": "2550", - "type": "stop" - }, - { - "id": "2551", - "type": "stop" - }, - { - "id": "2553", - "type": "stop" - }, - { - "id": "2554", - "type": "stop" - }, - { - "id": "2555", - "type": "stop" - }, - { - "id": "2556", - "type": "stop" - }, - { - "id": "1191", + "id": "32003", "type": "stop" }, { - "id": "1193", + "id": "3326", "type": "stop" }, { - "id": "1195", + "id": "3327", "type": "stop" }, { - "id": "926", + "id": "3328", "type": "stop" }, { - "id": "927", + "id": "3330", "type": "stop" }, { - "id": "10928", + "id": "3846", "type": "stop" }, { - "id": "1302", + "id": "3848", "type": "stop" }, { - "id": "11302", + "id": "3849", "type": "stop" }, { - "id": "1304", + "id": "3850", "type": "stop" }, { - "id": "1306", + "id": "3851", "type": "stop" }, { - "id": "1308", + "id": "3852", "type": "stop" }, { - "id": "1309", + "id": "3853", "type": "stop" }, { - "id": "1310", + "id": "3854", "type": "stop" }, { - "id": "1311", + "id": "3855", "type": "stop" }, { - "id": "1313", + "id": "3857", "type": "stop" }, { - "id": "1555", + "id": "3858", "type": "stop" }, { - "id": "1314", + "id": "3859", "type": "stop" }, { - "id": "1315", + "id": "3860", "type": "stop" }, { - "id": "1317", + "id": "3861", "type": "stop" }, { - "id": "1319", + "id": "3862", "type": "stop" }, { - "id": "1320", + "id": "3863", "type": "stop" }, { - "id": "1322", + "id": "3864", "type": "stop" }, { - "id": "1323", + "id": "3865", "type": "stop" }, { - "id": "11257", + "id": "3866", "type": "stop" }, { - "id": "1259", + "id": "3867", "type": "stop" }, { - "id": "11323", + "id": "38671", "type": "stop" }, { - "id": "11259", + "id": "3868", "type": "stop" }, { - "id": "64000", - "type": "stop" - } - ] - } - }, - "type": "trip" - }, - { - "attributes": { - "direction_id": 1, - "headsign": "Third Ave" - }, - "id": "61849092", - "links": { - "self": "/trips/61849092" - }, - "relationships": { - "route": { - "data": { - "id": "351", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "351-1-1", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "SpringWeekday", - "type": "service" - } - }, - "shape": { - "data": { - "id": "3510114", - "type": "shape" - } - }, - "stops": { - "data": [ - { - "id": "49795", + "id": "3870", "type": "stop" }, { - "id": "49796", + "id": "3872", "type": "stop" }, { - "id": "49797", + "id": "3873", "type": "stop" }, { - "id": "49798", + "id": "3874", "type": "stop" }, { - "id": "49800", + "id": "3876", "type": "stop" }, { - "id": "49801", + "id": "3877", "type": "stop" }, { - "id": "49803", + "id": "38771", "type": "stop" }, { - "id": "49810", + "id": "3879", "type": "stop" }, { - "id": "49847", + "id": "3881", "type": "stop" }, { - "id": "49806", + "id": "3882", "type": "stop" }, { - "id": "49807", + "id": "3883", "type": "stop" }, { - "id": "49848", + "id": "3884", "type": "stop" }, { - "id": "49849", + "id": "3885", "type": "stop" }, { - "id": "49850", + "id": "3887", "type": "stop" }, { - "id": "49805", - "type": "stop" - } - ] - } - }, - "type": "trip" - }, - { - "attributes": {}, - "id": "76618", - "links": { - "self": "/stops/76618" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=76618" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "333", - "links": { - "self": "/stops/333" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=333" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "4768", - "links": { - "self": "/stops/4768" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=4768" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "1145", - "links": { - "self": "/stops/1145" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=1145" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": { - "direction_id": 1, - "headsign": "Alewife" - }, - "id": "61848693", - "links": { - "self": "/trips/61848693" - }, - "relationships": { - "route": { - "data": { - "id": "627", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "627-6-1", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "SpringWeekday", - "type": "service" - } - }, - "shape": { - "data": { - "id": "620186", - "type": "shape" - } - }, - "stops": { - "data": [ - { - "id": "8471", + "id": "3888", "type": "stop" }, { - "id": "47879", + "id": "3890", "type": "stop" }, { - "id": "7881", + "id": "3891", "type": "stop" }, { - "id": "7882", + "id": "3892", "type": "stop" }, { - "id": "7883", + "id": "3893", "type": "stop" }, { - "id": "7884", + "id": "3894", "type": "stop" }, { - "id": "7885", + "id": "3895", "type": "stop" }, { - "id": "7886", + "id": "3896", "type": "stop" }, { - "id": "7887", + "id": "3897", "type": "stop" }, { - "id": "7888", + "id": "3966", "type": "stop" }, { - "id": "7889", + "id": "3967", "type": "stop" }, { - "id": "7890", + "id": "3968", "type": "stop" }, { - "id": "7891", + "id": "3969", "type": "stop" }, { - "id": "7892", + "id": "3970", "type": "stop" }, { - "id": "7894", + "id": "3971", "type": "stop" }, { - "id": "7896", + "id": "3972", "type": "stop" }, { - "id": "78981", + "id": "3973", "type": "stop" }, { - "id": "78982", + "id": "3975", "type": "stop" }, { - "id": "8623", + "id": "3976", "type": "stop" }, { - "id": "86232", + "id": "3977", "type": "stop" }, { - "id": "8624", + "id": "3978", "type": "stop" }, { - "id": "86242", + "id": "3979", "type": "stop" }, { - "id": "86261", + "id": "3980", "type": "stop" }, { - "id": "8627", + "id": "3981", "type": "stop" }, { - "id": "8628", + "id": "3982", "type": "stop" }, { - "id": "8629", + "id": "39941", "type": "stop" }, { - "id": "8630", + "id": "3984", "type": "stop" }, { - "id": "8631", + "id": "3985", "type": "stop" }, { - "id": "8632", + "id": "3986", "type": "stop" }, { - "id": "8633", + "id": "39870", "type": "stop" - }, + } + ] + } + }, + "type": "trip" + }, + { + "attributes": {}, + "id": "111648", + "links": { + "self": "/stops/111648" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=111648" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": { + "direction_id": 1, + "headsign": "Haymarket via Maverick" + }, + "id": "67203836", + "links": { + "self": "/trips/67203836" + }, + "relationships": { + "route": { + "data": { + "id": "116", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "116-3-1", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "WinterSaturday", + "type": "service" + } + }, + "shape": { + "data": { + "id": "1160131", + "type": "shape" + } + }, + "stops": { + "data": [ { - "id": "8634", + "id": "4492", "type": "stop" }, { - "id": "8635", + "id": "4494", "type": "stop" }, { - "id": "7874", + "id": "4495", "type": "stop" }, { - "id": "78741", + "id": "4497", "type": "stop" }, { - "id": "7911", + "id": "4498", "type": "stop" }, { - "id": "7912", + "id": "4500", "type": "stop" }, { - "id": "8636", + "id": "14717", "type": "stop" }, { - "id": "18636", + "id": "4717", "type": "stop" }, { - "id": "8637", + "id": "5797", "type": "stop" }, { - "id": "8638", + "id": "5798", "type": "stop" }, { - "id": "8639", + "id": "15796", "type": "stop" }, { - "id": "8640", + "id": "5700", "type": "stop" }, { - "id": "8641", + "id": "5701", "type": "stop" }, { - "id": "18595", + "id": "5703", "type": "stop" }, { - "id": "8643", + "id": "5704", "type": "stop" }, { - "id": "8645", + "id": "35704", "type": "stop" }, { - "id": "8647", + "id": "5709", "type": "stop" }, { - "id": "7913", + "id": "5562", "type": "stop" }, { - "id": "7914", + "id": "5711", "type": "stop" }, { - "id": "7915", + "id": "57121", "type": "stop" }, { - "id": "7916", + "id": "5713", "type": "stop" }, { - "id": "7917", + "id": "5714", "type": "stop" }, { - "id": "7918", + "id": "5715", "type": "stop" }, { - "id": "7919", + "id": "5718", "type": "stop" }, { - "id": "7921", + "id": "5719", "type": "stop" }, { - "id": "7922", + "id": "5721", "type": "stop" }, { - "id": "17922", + "id": "5722", "type": "stop" }, { - "id": "6201", + "id": "5724", "type": "stop" }, { - "id": "6202", + "id": "5726", "type": "stop" }, { - "id": "6203", + "id": "46170", "type": "stop" }, { - "id": "6204", + "id": "5605", "type": "stop" }, { - "id": "6216", + "id": "5606", "type": "stop" }, { - "id": "2324", + "id": "5653", "type": "stop" }, { - "id": "6218", + "id": "5728", "type": "stop" }, { - "id": "2326", + "id": "5729", "type": "stop" }, { - "id": "2327", + "id": "5730", "type": "stop" }, { - "id": "2328", + "id": "5731", "type": "stop" }, { - "id": "2329", + "id": "5732", "type": "stop" }, { - "id": "2331", + "id": "5733", "type": "stop" }, { - "id": "2475", + "id": "5734", "type": "stop" }, { - "id": "2477", + "id": "5736", "type": "stop" }, { - "id": "2478", + "id": "5737", "type": "stop" }, { - "id": "24790", + "id": "5740", "type": "stop" }, { - "id": "24791", + "id": "5742", "type": "stop" }, { - "id": "141", + "id": "8309", "type": "stop" } ] @@ -252826,90 +256862,84 @@ "type": "trip" }, { - "attributes": {}, - "id": "8489", - "links": { - "self": "/stops/8489" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=8489" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } + "attributes": { + "direction_id": 0, + "headsign": "Ashmont (Shuttle)" }, - "type": "stop" - }, - { - "attributes": {}, - "id": "2582", + "id": "AshmontBroadway-Weekday-9e586-0-00:00:00", "links": { - "self": "/stops/2582" + "self": "/trips/AshmontBroadway-Weekday-9e586-0-00%3A00%3A00" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=2582" + "route": { + "data": { + "id": "Shuttle-AshmontBroadway", + "type": "route" } }, - "parent_station": { - "data": null - }, - "zone": { + "route_pattern": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "8203", - "links": { - "self": "/stops/8203" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=8203" + "id": "Shuttle-AshmontBroadway-0-0", + "type": "route_pattern" } }, - "parent_station": { + "service": { "data": { - "id": "place-newtn", - "type": "stop" + "id": "canonical", + "type": "service" } }, - "zone": { + "shape": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "BroadwayToAshmont-S", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "150", + "type": "stop" + }, + { + "id": "9070083", + "type": "stop" + }, + { + "id": "121", + "type": "stop" + }, + { + "id": "90311", + "type": "stop" + }, + { + "id": "34503", + "type": "stop" + }, + { + "id": "329", + "type": "stop" + }, + { + "id": "334", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "3320", + "id": "86179", "links": { - "self": "/stops/3320" + "self": "/stops/86179" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3320" + "related": "/facilities/?filter[stop]=86179" } }, "parent_station": { @@ -252924,47 +256954,16 @@ }, "type": "stop" }, - { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Newburyport or Rockport", - "North Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Swampscott - North Station (Limited)", - "short_name": "Newburyport/Rockport Line Shuttle", - "sort_order": 62128, - "text_color": "000000", - "type": 3 - }, - "id": "Shuttle-NorthStationSwampscottLimited", - "links": { - "self": "/routes/Shuttle-NorthStationSwampscottLimited" - }, - "relationships": { - "line": { - "data": { - "id": "line-Newburyport", - "type": "line" - } - } - }, - "type": "route" - }, { "attributes": {}, - "id": "3691", + "id": "9115", "links": { - "self": "/stops/3691" + "self": "/stops/9115" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3691" + "related": "/facilities/?filter[stop]=9115" } }, "parent_station": { @@ -252981,25 +256980,22 @@ }, { "attributes": {}, - "id": "70080", + "id": "11853", "links": { - "self": "/stops/70080" + "self": "/stops/11853" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70080" + "related": "/facilities/?filter[stop]=11853" } }, "parent_station": { - "data": { - "id": "place-sstat", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } @@ -253008,35 +257004,38 @@ }, { "attributes": {}, - "id": "9070093", + "id": "9042", "links": { - "self": "/stops/9070093" + "self": "/stops/9042" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9070093" + "related": "/facilities/?filter[stop]=9042" } }, "parent_station": { "data": null }, "zone": { - "data": null + "data": { + "id": "LocalBus", + "type": "zone" + } } }, "type": "stop" }, { "attributes": {}, - "id": "7105", + "id": "4835", "links": { - "self": "/stops/7105" + "self": "/stops/4835" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7105" + "related": "/facilities/?filter[stop]=4835" } }, "parent_station": { @@ -253053,14 +257052,14 @@ }, { "attributes": {}, - "id": "8869", + "id": "1159", "links": { - "self": "/stops/8869" + "self": "/stops/1159" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8869" + "related": "/facilities/?filter[stop]=1159" } }, "parent_station": { @@ -253077,14 +257076,14 @@ }, { "attributes": {}, - "id": "7", + "id": "5419", "links": { - "self": "/stops/7" + "self": "/stops/5419" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7" + "related": "/facilities/?filter[stop]=5419" } }, "parent_station": { @@ -253102,22 +257101,22 @@ { "attributes": { "direction_id": 1, - "headsign": "Lawrence (Shuttle)" + "headsign": "Halifax (Shuttle)" }, - "id": "HaverhillLawrence-1-sample", + "id": "HalifaxKingston-1-sample", "links": { - "self": "/trips/HaverhillLawrence-1-sample" + "self": "/trips/HalifaxKingston-1-sample" }, "relationships": { "route": { "data": { - "id": "Shuttle-HaverhillLawrence", + "id": "Shuttle-HalifaxKingston", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-HaverhillLawrence-0-1", + "id": "Shuttle-HalifaxKingston-0-1", "type": "route_pattern" } }, @@ -253129,99 +257128,18 @@ }, "shape": { "data": { - "id": "HaverhillToLawrence-S", - "type": "shape" - } - }, - "stops": { - "data": [ - { - "id": "WR-0329-B", - "type": "stop" - }, - { - "id": "WR-0325-B", - "type": "stop" - }, - { - "id": "WR-0264-B2", - "type": "stop" - } - ] - } - }, - "type": "trip" - }, - { - "attributes": { - "direction_id": 0, - "headsign": "Stoughton" - }, - "id": "CR-670312-873", - "links": { - "self": "/trips/CR-670312-873" - }, - "relationships": { - "route": { - "data": { - "id": "CR-Providence", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "CR-Providence-1f955147-0", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "SPRING2024-SOUTHWKD-Weekday-1-Scbbf1ea5", - "type": "service" - } - }, - "shape": { - "data": { - "id": "9890004", + "id": "KingstonToHalifax-S", "type": "shape" } }, "stops": { "data": [ { - "id": "NEC-2287", - "type": "stop" - }, - { - "id": "NEC-2276-01", - "type": "stop" - }, - { - "id": "NEC-2265-01", - "type": "stop" - }, - { - "id": "NEC-2203-03", - "type": "stop" - }, - { - "id": "NEC-2192-03", - "type": "stop" - }, - { - "id": "NEC-2173-01", - "type": "stop" - }, - { - "id": "SB-0150-04", - "type": "stop" - }, - { - "id": "SB-0156-S", + "id": "KB-0351-B1", "type": "stop" }, { - "id": "SB-0189-S", + "id": "PB-0281-B0", "type": "stop" } ] @@ -253231,14 +257149,14 @@ }, { "attributes": {}, - "id": "9780", + "id": "3193", "links": { - "self": "/stops/9780" + "self": "/stops/3193" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9780" + "related": "/facilities/?filter[stop]=3193" } }, "parent_station": { @@ -253255,14 +257173,14 @@ }, { "attributes": {}, - "id": "17922", + "id": "3276", "links": { - "self": "/stops/17922" + "self": "/stops/3276" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=17922" + "related": "/facilities/?filter[stop]=3276" } }, "parent_station": { @@ -253280,44 +257198,27 @@ { "attributes": { "color": "FFC72C", - "direction_destinations": [ - "Forest Hills", - "Oak Grove" - ], - "direction_names": [ - "South", - "North" - ], - "long_name": "Wellington - North Station", - "short_name": "Orange Line Shuttle", - "sort_order": 62140, - "text_color": "000000", - "type": 3 + "long_name": "Dedham Mall - Forest Hills", + "short_name": "35", + "sort_order": 50350, + "text_color": "000000" }, - "id": "Shuttle-NorthStationWellington", + "id": "line-35", "links": { - "self": "/routes/Shuttle-NorthStationWellington" - }, - "relationships": { - "line": { - "data": { - "id": "line-Orange", - "type": "line" - } - } + "self": "/lines/line-35" }, - "type": "route" + "type": "line" }, { "attributes": {}, - "id": "5382", + "id": "9078", "links": { - "self": "/stops/5382" + "self": "/stops/9078" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5382" + "related": "/facilities/?filter[stop]=9078" } }, "parent_station": { @@ -253334,14 +257235,14 @@ }, { "attributes": {}, - "id": "82039", + "id": "7449", "links": { - "self": "/stops/82039" + "self": "/stops/7449" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=82039" + "related": "/facilities/?filter[stop]=7449" } }, "parent_station": { @@ -253358,21 +257259,18 @@ }, { "attributes": {}, - "id": "WML-0081-B2", + "id": "9070234", "links": { - "self": "/stops/WML-0081-B2" + "self": "/stops/9070234" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=WML-0081-B2" + "related": "/facilities/?filter[stop]=9070234" } }, "parent_station": { - "data": { - "id": "place-WML-0081", - "type": "stop" - } + "data": null }, "zone": { "data": null @@ -253382,14 +257280,14 @@ }, { "attributes": {}, - "id": "473", + "id": "7582", "links": { - "self": "/stops/473" + "self": "/stops/7582" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=473" + "related": "/facilities/?filter[stop]=7582" } }, "parent_station": { @@ -253406,14 +257304,14 @@ }, { "attributes": {}, - "id": "85618", + "id": "2124", "links": { - "self": "/stops/85618" + "self": "/stops/2124" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=85618" + "related": "/facilities/?filter[stop]=2124" } }, "parent_station": { @@ -253430,38 +257328,35 @@ }, { "attributes": {}, - "id": "16118", + "id": "9070513", "links": { - "self": "/stops/16118" + "self": "/stops/9070513" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=16118" + "related": "/facilities/?filter[stop]=9070513" } }, "parent_station": { "data": null }, "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } + "data": null } }, "type": "stop" }, { "attributes": {}, - "id": "5478", + "id": "5620", "links": { - "self": "/stops/5478" + "self": "/stops/5620" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5478" + "related": "/facilities/?filter[stop]=5620" } }, "parent_station": { @@ -253478,25 +257373,22 @@ }, { "attributes": {}, - "id": "WML-0364-02", + "id": "7790", "links": { - "self": "/stops/WML-0364-02" + "self": "/stops/7790" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=WML-0364-02" + "related": "/facilities/?filter[stop]=7790" } }, "parent_station": { - "data": { - "id": "place-WML-0364", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "CR-zone-8", + "id": "LocalBus", "type": "zone" } } @@ -253505,38 +257397,38 @@ }, { "attributes": {}, - "id": "GRB-0276-B", + "id": "5760", "links": { - "self": "/stops/GRB-0276-B" + "self": "/stops/5760" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=GRB-0276-B" + "related": "/facilities/?filter[stop]=5760" } }, "parent_station": { - "data": { - "id": "place-GRB-0276", - "type": "stop" - } + "data": null }, "zone": { - "data": null + "data": { + "id": "LocalBus", + "type": "zone" + } } }, "type": "stop" }, { "attributes": {}, - "id": "8531", + "id": "4307", "links": { - "self": "/stops/8531" + "self": "/stops/4307" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8531" + "related": "/facilities/?filter[stop]=4307" } }, "parent_station": { @@ -253553,14 +257445,14 @@ }, { "attributes": {}, - "id": "7778", + "id": "16551", "links": { - "self": "/stops/7778" + "self": "/stops/16551" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7778" + "related": "/facilities/?filter[stop]=16551" } }, "parent_station": { @@ -253577,14 +257469,14 @@ }, { "attributes": {}, - "id": "1114", + "id": "5453", "links": { - "self": "/stops/1114" + "self": "/stops/5453" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1114" + "related": "/facilities/?filter[stop]=5453" } }, "parent_station": { @@ -253601,14 +257493,14 @@ }, { "attributes": {}, - "id": "1581", + "id": "66761", "links": { - "self": "/stops/1581" + "self": "/stops/66761" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1581" + "related": "/facilities/?filter[stop]=66761" } }, "parent_station": { @@ -253625,14 +257517,14 @@ }, { "attributes": {}, - "id": "2261", + "id": "4793", "links": { - "self": "/stops/2261" + "self": "/stops/4793" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2261" + "related": "/facilities/?filter[stop]=4793" } }, "parent_station": { @@ -253648,77 +257540,42 @@ "type": "stop" }, { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Boston College", - "Government Center" - ], - "direction_names": [ - "West", - "East" - ], - "long_name": "Washington Street - Kenmore", - "short_name": "Green Line B Shuttle", - "sort_order": 62018, - "text_color": "000000", - "type": 3 - }, - "id": "Shuttle-KenmoreWashington", + "attributes": {}, + "id": "NB-0137-S", "links": { - "self": "/routes/Shuttle-KenmoreWashington" + "self": "/stops/NB-0137-S" }, "relationships": { - "line": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=NB-0137-S" + } + }, + "parent_station": { "data": { - "id": "line-Green", - "type": "line" + "id": "place-NB-0137", + "type": "stop" } - } - }, - "type": "route" - }, - { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Boston College", - "Government Center" - ], - "direction_names": [ - "West", - "East" - ], - "long_name": "Boston College - Packard's Corner", - "short_name": "Green Line B Shuttle", - "sort_order": 60800, - "text_color": "000000", - "type": 3 - }, - "id": "Shuttle-BostonCollegePackardsCorner", - "links": { - "self": "/routes/Shuttle-BostonCollegePackardsCorner" - }, - "relationships": { - "line": { + }, + "zone": { "data": { - "id": "line-Green", - "type": "line" + "id": "CR-zone-2", + "type": "zone" } } }, - "type": "route" + "type": "stop" }, { "attributes": {}, - "id": "7640", + "id": "8482", "links": { - "self": "/stops/7640" + "self": "/stops/8482" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7640" + "related": "/facilities/?filter[stop]=8482" } }, "parent_station": { @@ -253735,14 +257592,14 @@ }, { "attributes": {}, - "id": "70620", + "id": "1382", "links": { - "self": "/stops/70620" + "self": "/stops/1382" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70620" + "related": "/facilities/?filter[stop]=1382" } }, "parent_station": { @@ -253758,255 +257615,47 @@ "type": "stop" }, { - "attributes": { - "direction_id": 1, - "headsign": "Malden" - }, - "id": "61869023", + "attributes": {}, + "id": "13835", "links": { - "self": "/trips/61869023" + "self": "/stops/13835" }, "relationships": { - "route": { - "data": { - "id": "137", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "137-7-1", - "type": "route_pattern" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=13835" } }, - "service": { - "data": { - "id": "SpringWeekday", - "type": "service" - } + "parent_station": { + "data": null }, - "shape": { + "zone": { "data": { - "id": "1370142", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "29253", - "type": "stop" - }, - { - "id": "19253", - "type": "stop" - }, - { - "id": "9300", - "type": "stop" - }, - { - "id": "9301", - "type": "stop" - }, - { - "id": "9304", - "type": "stop" - }, - { - "id": "9305", - "type": "stop" - }, - { - "id": "49305", - "type": "stop" - }, - { - "id": "9306", - "type": "stop" - }, - { - "id": "9307", - "type": "stop" - }, - { - "id": "9179", - "type": "stop" - }, - { - "id": "9181", - "type": "stop" - }, - { - "id": "19182", - "type": "stop" - }, - { - "id": "9183", - "type": "stop" - }, - { - "id": "9184", - "type": "stop" - }, - { - "id": "9185", - "type": "stop" - }, - { - "id": "9187", - "type": "stop" - }, - { - "id": "9188", - "type": "stop" - }, - { - "id": "9189", - "type": "stop" - }, - { - "id": "9190", - "type": "stop" - }, - { - "id": "9191", - "type": "stop" - }, - { - "id": "9192", - "type": "stop" - }, - { - "id": "9193", - "type": "stop" - }, - { - "id": "9194", - "type": "stop" - }, - { - "id": "9195", - "type": "stop" - }, - { - "id": "9196", - "type": "stop" - }, - { - "id": "9197", - "type": "stop" - }, - { - "id": "9198", - "type": "stop" - }, - { - "id": "9199", - "type": "stop" - }, - { - "id": "9200", - "type": "stop" - }, - { - "id": "9201", - "type": "stop" - }, - { - "id": "9202", - "type": "stop" - }, - { - "id": "9203", - "type": "stop" - }, - { - "id": "9204", - "type": "stop" - }, - { - "id": "9205", - "type": "stop" - }, - { - "id": "9206", - "type": "stop" - }, - { - "id": "9207", - "type": "stop" - }, - { - "id": "49221", - "type": "stop" - }, - { - "id": "9328", - "type": "stop" - }, - { - "id": "19208", - "type": "stop" - }, - { - "id": "9209", - "type": "stop" - }, - { - "id": "9210", - "type": "stop" - }, - { - "id": "9211", - "type": "stop" - }, - { - "id": "9212", - "type": "stop" - }, - { - "id": "9213", - "type": "stop" - }, - { - "id": "9214", - "type": "stop" - }, - { - "id": "15431", - "type": "stop" - }, - { - "id": "5327", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "ER-0183-02", + "id": "1308", "links": { - "self": "/stops/ER-0183-02" + "self": "/stops/1308" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=ER-0183-02" + "related": "/facilities/?filter[stop]=1308" } }, "parent_station": { - "data": { - "id": "place-ER-0183", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "CR-zone-4", + "id": "LocalBus", "type": "zone" } } @@ -254015,35 +257664,38 @@ }, { "attributes": {}, - "id": "9170152", + "id": "51852", "links": { - "self": "/stops/9170152" + "self": "/stops/51852" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9170152" + "related": "/facilities/?filter[stop]=51852" } }, "parent_station": { "data": null }, "zone": { - "data": null + "data": { + "id": "LocalBus", + "type": "zone" + } } }, "type": "stop" }, { "attributes": {}, - "id": "109871", + "id": "3831", "links": { - "self": "/stops/109871" + "self": "/stops/3831" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=109871" + "related": "/facilities/?filter[stop]=3831" } }, "parent_station": { @@ -254060,14 +257712,14 @@ }, { "attributes": {}, - "id": "2721", + "id": "3252", "links": { - "self": "/stops/2721" + "self": "/stops/3252" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2721" + "related": "/facilities/?filter[stop]=3252" } }, "parent_station": { @@ -254084,14 +257736,14 @@ }, { "attributes": {}, - "id": "6129", + "id": "5081", "links": { - "self": "/stops/6129" + "self": "/stops/5081" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6129" + "related": "/facilities/?filter[stop]=5081" } }, "parent_station": { @@ -254108,14 +257760,14 @@ }, { "attributes": {}, - "id": "7334", + "id": "2040", "links": { - "self": "/stops/7334" + "self": "/stops/2040" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7334" + "related": "/facilities/?filter[stop]=2040" } }, "parent_station": { @@ -254132,14 +257784,14 @@ }, { "attributes": {}, - "id": "4485", + "id": "82137", "links": { - "self": "/stops/4485" + "self": "/stops/82137" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4485" + "related": "/facilities/?filter[stop]=82137" } }, "parent_station": { @@ -254156,35 +257808,41 @@ }, { "attributes": {}, - "id": "9070162", + "id": "29009", "links": { - "self": "/stops/9070162" + "self": "/stops/29009" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9070162" + "related": "/facilities/?filter[stop]=29009" } }, "parent_station": { - "data": null + "data": { + "id": "place-sull", + "type": "stop" + } }, "zone": { - "data": null + "data": { + "id": "LocalBus", + "type": "zone" + } } }, "type": "stop" }, { "attributes": {}, - "id": "7378", + "id": "5472", "links": { - "self": "/stops/7378" + "self": "/stops/5472" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7378" + "related": "/facilities/?filter[stop]=5472" } }, "parent_station": { @@ -254202,49 +257860,145 @@ { "attributes": { "direction_id": 1, - "headsign": "Oak Grove (Shuttle)" + "headsign": "Quincy Center via Howard St" }, - "id": "OakGroveWellington-1-sample", + "id": "67291049", "links": { - "self": "/trips/OakGroveWellington-1-sample" + "self": "/trips/67291049" }, "relationships": { "route": { "data": { - "id": "Shuttle-OakGroveWellington", + "id": "225", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-OakGroveWellington-0-1", + "id": "225-_-1", "type": "route_pattern" } }, "service": { "data": { - "id": "canonical", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "WellingtonToOakGrove-S", + "id": "2250181", "type": "shape" } }, "stops": { "data": [ { - "id": "5271", + "id": "3824", "type": "stop" }, { - "id": "5072", + "id": "3709", "type": "stop" }, { - "id": "9328", + "id": "3710", + "type": "stop" + }, + { + "id": "3711", + "type": "stop" + }, + { + "id": "3713", + "type": "stop" + }, + { + "id": "3714", + "type": "stop" + }, + { + "id": "3715", + "type": "stop" + }, + { + "id": "3716", + "type": "stop" + }, + { + "id": "3717", + "type": "stop" + }, + { + "id": "3718", + "type": "stop" + }, + { + "id": "3719", + "type": "stop" + }, + { + "id": "3720", + "type": "stop" + }, + { + "id": "3722", + "type": "stop" + }, + { + "id": "3724", + "type": "stop" + }, + { + "id": "3726", + "type": "stop" + }, + { + "id": "3727", + "type": "stop" + }, + { + "id": "3728", + "type": "stop" + }, + { + "id": "3729", + "type": "stop" + }, + { + "id": "3731", + "type": "stop" + }, + { + "id": "3732", + "type": "stop" + }, + { + "id": "3733", + "type": "stop" + }, + { + "id": "3421", + "type": "stop" + }, + { + "id": "3422", + "type": "stop" + }, + { + "id": "3423", + "type": "stop" + }, + { + "id": "33241", + "type": "stop" + }, + { + "id": "32000", + "type": "stop" + }, + { + "id": "32001", "type": "stop" } ] @@ -254254,14 +258008,14 @@ }, { "attributes": {}, - "id": "1322", + "id": "4075", "links": { - "self": "/stops/1322" + "self": "/stops/4075" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1322" + "related": "/facilities/?filter[stop]=4075" } }, "parent_station": { @@ -254279,27 +258033,99 @@ { "attributes": { "color": "FFC72C", - "long_name": "Elm Street - Wellington", - "short_name": "100", - "sort_order": 51000, + "long_name": "Wonderland - Wellington", + "short_name": "110", + "sort_order": 51100, "text_color": "000000" }, - "id": "line-100", + "id": "line-110", "links": { - "self": "/lines/line-100" + "self": "/lines/line-110" }, "type": "line" }, { "attributes": {}, - "id": "6359", + "id": "13848", + "links": { + "self": "/stops/13848" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=13848" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "DB-2249-B2", + "links": { + "self": "/stops/DB-2249-B2" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=DB-2249-B2" + } + }, + "parent_station": { + "data": { + "id": "place-DB-2249", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "8850", + "links": { + "self": "/stops/8850" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=8850" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "1036", "links": { - "self": "/stops/6359" + "self": "/stops/1036" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6359" + "related": "/facilities/?filter[stop]=1036" } }, "parent_station": { @@ -254316,14 +258142,14 @@ }, { "attributes": {}, - "id": "7423", + "id": "5539", "links": { - "self": "/stops/7423" + "self": "/stops/5539" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7423" + "related": "/facilities/?filter[stop]=5539" } }, "parent_station": { @@ -254340,14 +258166,14 @@ }, { "attributes": {}, - "id": "1610", + "id": "7697", "links": { - "self": "/stops/1610" + "self": "/stops/7697" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1610" + "related": "/facilities/?filter[stop]=7697" } }, "parent_station": { @@ -254364,14 +258190,14 @@ }, { "attributes": {}, - "id": "38812", + "id": "5546", "links": { - "self": "/stops/38812" + "self": "/stops/5546" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=38812" + "related": "/facilities/?filter[stop]=5546" } }, "parent_station": { @@ -254388,14 +258214,14 @@ }, { "attributes": {}, - "id": "1206", + "id": "4254", "links": { - "self": "/stops/1206" + "self": "/stops/4254" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1206" + "related": "/facilities/?filter[stop]=4254" } }, "parent_station": { @@ -254412,14 +258238,14 @@ }, { "attributes": {}, - "id": "554", + "id": "8612", "links": { - "self": "/stops/554" + "self": "/stops/8612" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=554" + "related": "/facilities/?filter[stop]=8612" } }, "parent_station": { @@ -254436,14 +258262,14 @@ }, { "attributes": {}, - "id": "68", + "id": "8638", "links": { - "self": "/stops/68" + "self": "/stops/8638" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=68" + "related": "/facilities/?filter[stop]=8638" } }, "parent_station": { @@ -254460,14 +258286,14 @@ }, { "attributes": {}, - "id": "23533", + "id": "4370", "links": { - "self": "/stops/23533" + "self": "/stops/4370" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=23533" + "related": "/facilities/?filter[stop]=4370" } }, "parent_station": { @@ -254483,241 +258309,63 @@ "type": "stop" }, { - "attributes": { - "direction_id": 0, - "headsign": "Braintree (Shuttle)" - }, - "id": "BraintreeJFK-0-sample", + "attributes": {}, + "id": "3201", "links": { - "self": "/trips/BraintreeJFK-0-sample" + "self": "/stops/3201" }, "relationships": { - "route": { - "data": { - "id": "Shuttle-BraintreeJFK", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Shuttle-BraintreeJFK-0-0", - "type": "route_pattern" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=3201" } }, - "service": { - "data": { - "id": "canonical", - "type": "service" - } + "parent_station": { + "data": null }, - "shape": { + "zone": { "data": { - "id": "JFKToBraintree-S", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "121", - "type": "stop" - }, - { - "id": "3125", - "type": "stop" - }, - { - "id": "9170099", - "type": "stop" - }, - { - "id": "9070101", - "type": "stop" - }, - { - "id": "41031", - "type": "stop" - }, - { - "id": "38671", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { - "attributes": { - "direction_id": 1, - "headsign": "Quincy Center" - }, - "id": "61929282", + "attributes": {}, + "id": "15650", "links": { - "self": "/trips/61929282" + "self": "/stops/15650" }, "relationships": { - "route": { - "data": { - "id": "236", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "236-3-1", - "type": "route_pattern" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=15650" } }, - "service": { - "data": { - "id": "SpringWeekday", - "type": "service" - } + "parent_station": { + "data": null }, - "shape": { + "zone": { "data": { - "id": "2360074", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "38671", - "type": "stop" - }, - { - "id": "39692", - "type": "stop" - }, - { - "id": "39691", - "type": "stop" - }, - { - "id": "39689", - "type": "stop" - }, - { - "id": "39688", - "type": "stop" - }, - { - "id": "39687", - "type": "stop" - }, - { - "id": "39686", - "type": "stop" - }, - { - "id": "39685", - "type": "stop" - }, - { - "id": "39684", - "type": "stop" - }, - { - "id": "39683", - "type": "stop" - }, - { - "id": "39682", - "type": "stop" - }, - { - "id": "39681", - "type": "stop" - }, - { - "id": "39679", - "type": "stop" - }, - { - "id": "39678", - "type": "stop" - }, - { - "id": "39677", - "type": "stop" - }, - { - "id": "39676", - "type": "stop" - }, - { - "id": "39675", - "type": "stop" - }, - { - "id": "39674", - "type": "stop" - }, - { - "id": "39673", - "type": "stop" - }, - { - "id": "39672", - "type": "stop" - }, - { - "id": "39671", - "type": "stop" - }, - { - "id": "3957", - "type": "stop" - }, - { - "id": "3950", - "type": "stop" - }, - { - "id": "3959", - "type": "stop" - }, - { - "id": "3420", - "type": "stop" - }, - { - "id": "3422", - "type": "stop" - }, - { - "id": "3423", - "type": "stop" - }, - { - "id": "33241", - "type": "stop" - }, - { - "id": "32000", - "type": "stop" - }, - { - "id": "32001", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "11972", + "id": "11389", "links": { - "self": "/stops/11972" + "self": "/stops/11389" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=11972" + "related": "/facilities/?filter[stop]=11389" } }, "parent_station": { @@ -254734,14 +258382,14 @@ }, { "attributes": {}, - "id": "3314", + "id": "3175", "links": { - "self": "/stops/3314" + "self": "/stops/3175" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3314" + "related": "/facilities/?filter[stop]=3175" } }, "parent_station": { @@ -254758,14 +258406,14 @@ }, { "attributes": {}, - "id": "2106", + "id": "38331", "links": { - "self": "/stops/2106" + "self": "/stops/38331" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2106" + "related": "/facilities/?filter[stop]=38331" } }, "parent_station": { @@ -254781,80 +258429,50 @@ "type": "stop" }, { - "attributes": { - "direction_id": 1, - "headsign": "Walpole (Shuttle)" - }, - "id": "ForgeParkWalpole-1-sample", + "attributes": {}, + "id": "1273", "links": { - "self": "/trips/ForgeParkWalpole-1-sample" + "self": "/stops/1273" }, "relationships": { - "route": { - "data": { - "id": "Shuttle-ForgeParkWalpole", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Shuttle-ForgeParkWalpole-0-1", - "type": "route_pattern" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=1273" } }, - "service": { - "data": { - "id": "canonical", - "type": "service" - } + "parent_station": { + "data": null }, - "shape": { + "zone": { "data": { - "id": "ForgeParkToWalpole-S", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "FB-0303-B", - "type": "stop" - }, - { - "id": "FB-0275-B1", - "type": "stop" - }, - { - "id": "FB-0230-B", - "type": "stop" - }, - { - "id": "FB-0191-B", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "6467", + "id": "FR-0115-02", "links": { - "self": "/stops/6467" + "self": "/stops/FR-0115-02" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6467" + "related": "/facilities/?filter[stop]=FR-0115-02" } }, "parent_station": { - "data": null + "data": { + "id": "place-FR-0115", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "CR-zone-2", "type": "zone" } } @@ -254863,25 +258481,22 @@ }, { "attributes": {}, - "id": "70506", + "id": "49096", "links": { - "self": "/stops/70506" + "self": "/stops/49096" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70506" + "related": "/facilities/?filter[stop]=49096" } }, "parent_station": { - "data": { - "id": "place-gilmn", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } @@ -254890,14 +258505,14 @@ }, { "attributes": {}, - "id": "81618", + "id": "16156", "links": { - "self": "/stops/81618" + "self": "/stops/16156" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=81618" + "related": "/facilities/?filter[stop]=16156" } }, "parent_station": { @@ -254914,14 +258529,14 @@ }, { "attributes": {}, - "id": "574", + "id": "3425", "links": { - "self": "/stops/574" + "self": "/stops/3425" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=574" + "related": "/facilities/?filter[stop]=3425" } }, "parent_station": { @@ -254938,14 +258553,14 @@ }, { "attributes": {}, - "id": "583", + "id": "14822", "links": { - "self": "/stops/583" + "self": "/stops/14822" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=583" + "related": "/facilities/?filter[stop]=14822" } }, "parent_station": { @@ -254961,46 +258576,39 @@ "type": "stop" }, { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Avon Square", - "Ashmont Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Avon Square - Ashmont Station", - "short_name": "240", - "sort_order": 52400, - "text_color": "000000", - "type": 3 - }, - "id": "240", + "attributes": {}, + "id": "WML-0102-B0", "links": { - "self": "/routes/240" + "self": "/stops/WML-0102-B0" }, "relationships": { - "line": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=WML-0102-B0" + } + }, + "parent_station": { "data": { - "id": "line-240", - "type": "line" + "id": "place-WML-0102", + "type": "stop" } + }, + "zone": { + "data": null } }, - "type": "route" + "type": "stop" }, { "attributes": {}, - "id": "9020", + "id": "4510", "links": { - "self": "/stops/9020" + "self": "/stops/4510" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9020" + "related": "/facilities/?filter[stop]=4510" } }, "parent_station": { @@ -255008,7 +258616,7 @@ }, "zone": { "data": { - "id": "LocalBus", + "id": "ExpressBus-Downtown", "type": "zone" } } @@ -255017,14 +258625,14 @@ }, { "attributes": {}, - "id": "6685", + "id": "2928", "links": { - "self": "/stops/6685" + "self": "/stops/2928" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6685" + "related": "/facilities/?filter[stop]=2928" } }, "parent_station": { @@ -255041,14 +258649,14 @@ }, { "attributes": {}, - "id": "2726", + "id": "9224", "links": { - "self": "/stops/2726" + "self": "/stops/9224" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2726" + "related": "/facilities/?filter[stop]=9224" } }, "parent_station": { @@ -255065,22 +258673,25 @@ }, { "attributes": {}, - "id": "2316", + "id": "DB-2222-01", "links": { - "self": "/stops/2316" + "self": "/stops/DB-2222-01" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2316" + "related": "/facilities/?filter[stop]=DB-2222-01" } }, "parent_station": { - "data": null + "data": { + "id": "place-DB-2222", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "CR-zone-1A", "type": "zone" } } @@ -255088,124 +258699,39 @@ "type": "stop" }, { - "attributes": { - "direction_id": 0, - "headsign": "North Waltham" - }, - "id": "61849662", + "attributes": {}, + "id": "8636", "links": { - "self": "/trips/61849662" + "self": "/stops/8636" }, "relationships": { - "route": { - "data": { - "id": "61", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "61-_-0", - "type": "route_pattern" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=8636" } }, - "service": { - "data": { - "id": "SpringWeekday", - "type": "service" - } + "parent_station": { + "data": null }, - "shape": { + "zone": { "data": { - "id": "610032", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "86944", - "type": "stop" - }, - { - "id": "869451", - "type": "stop" - }, - { - "id": "88334", - "type": "stop" - }, - { - "id": "88335", - "type": "stop" - }, - { - "id": "8901", - "type": "stop" - }, - { - "id": "7718", - "type": "stop" - }, - { - "id": "8904", - "type": "stop" - }, - { - "id": "8905", - "type": "stop" - }, - { - "id": "8906", - "type": "stop" - }, - { - "id": "89606", - "type": "stop" - }, - { - "id": "89609", - "type": "stop" - }, - { - "id": "89610", - "type": "stop" - }, - { - "id": "17011", - "type": "stop" - }, - { - "id": "89612", - "type": "stop" - }, - { - "id": "89613", - "type": "stop" - }, - { - "id": "7782", - "type": "stop" - }, - { - "id": "7784", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "8429", + "id": "7187", "links": { - "self": "/stops/8429" + "self": "/stops/7187" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8429" + "related": "/facilities/?filter[stop]=7187" } }, "parent_station": { @@ -255222,14 +258748,14 @@ }, { "attributes": {}, - "id": "7523", + "id": "2719", "links": { - "self": "/stops/7523" + "self": "/stops/2719" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7523" + "related": "/facilities/?filter[stop]=2719" } }, "parent_station": { @@ -255244,30 +258770,16 @@ }, "type": "stop" }, - { - "attributes": { - "color": "ED8B00", - "long_name": "Orange Line", - "short_name": "", - "sort_order": 10020, - "text_color": "FFFFFF" - }, - "id": "line-Orange", - "links": { - "self": "/lines/line-Orange" - }, - "type": "line" - }, { "attributes": {}, - "id": "3083", + "id": "6542", "links": { - "self": "/stops/3083" + "self": "/stops/6542" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3083" + "related": "/facilities/?filter[stop]=6542" } }, "parent_station": { @@ -255275,7 +258787,7 @@ }, "zone": { "data": { - "id": "LocalBus", + "id": "ExpressBus-Downtown", "type": "zone" } } @@ -255284,14 +258796,14 @@ }, { "attributes": {}, - "id": "2679", + "id": "8171", "links": { - "self": "/stops/2679" + "self": "/stops/8171" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2679" + "related": "/facilities/?filter[stop]=8171" } }, "parent_station": { @@ -255308,14 +258820,14 @@ }, { "attributes": {}, - "id": "8682", + "id": "50021", "links": { - "self": "/stops/8682" + "self": "/stops/50021" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8682" + "related": "/facilities/?filter[stop]=50021" } }, "parent_station": { @@ -255332,14 +258844,14 @@ }, { "attributes": {}, - "id": "81444", + "id": "84885", "links": { - "self": "/stops/81444" + "self": "/stops/84885" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=81444" + "related": "/facilities/?filter[stop]=84885" } }, "parent_station": { @@ -255356,14 +258868,14 @@ }, { "attributes": {}, - "id": "5930", + "id": "5228", "links": { - "self": "/stops/5930" + "self": "/stops/5228" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5930" + "related": "/facilities/?filter[stop]=5228" } }, "parent_station": { @@ -255381,169 +258893,85 @@ { "attributes": { "direction_id": 0, - "headsign": "Arlington Heights" + "headsign": "Providence" }, - "id": "61849339", + "id": "SouthWKDYF24-697836-837", "links": { - "self": "/trips/61849339" + "self": "/trips/SouthWKDYF24-697836-837" }, "relationships": { "route": { "data": { - "id": "77", + "id": "CR-Providence", "type": "route" } }, "route_pattern": { "data": { - "id": "77-_-0", + "id": "CR-Providence-5ec86501-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "FALL 2024-SOUTHWKD-Weekday-1-Scbbf1ea5", "type": "service" } }, "shape": { "data": { - "id": "770135", + "id": "9890009", "type": "shape" } }, "stops": { "data": [ { - "id": "20761", - "type": "stop" - }, - { - "id": "2310", - "type": "stop" - }, - { - "id": "2312", - "type": "stop" - }, - { - "id": "2314", - "type": "stop" - }, - { - "id": "23151", - "type": "stop" - }, - { - "id": "2316", - "type": "stop" - }, - { - "id": "2318", - "type": "stop" - }, - { - "id": "2319", - "type": "stop" - }, - { - "id": "2320", - "type": "stop" - }, - { - "id": "2321", - "type": "stop" - }, - { - "id": "2271", - "type": "stop" - }, - { - "id": "2273", - "type": "stop" - }, - { - "id": "2274", - "type": "stop" - }, - { - "id": "22751", - "type": "stop" - }, - { - "id": "2275", - "type": "stop" - }, - { - "id": "2276", - "type": "stop" - }, - { - "id": "2277", - "type": "stop" - }, - { - "id": "2278", - "type": "stop" - }, - { - "id": "2279", - "type": "stop" - }, - { - "id": "2280", - "type": "stop" - }, - { - "id": "2281", - "type": "stop" - }, - { - "id": "2282", + "id": "NEC-2287", "type": "stop" }, { - "id": "2283", + "id": "NEC-2276-03", "type": "stop" }, { - "id": "2284", + "id": "NEC-2265-03", "type": "stop" }, { - "id": "2285", + "id": "NEC-2203-03", "type": "stop" }, { - "id": "2286", + "id": "NEC-2192-03", "type": "stop" }, { - "id": "2287", + "id": "NEC-2173-01", "type": "stop" }, { - "id": "2288", + "id": "NEC-2139-01", "type": "stop" }, { - "id": "2290", + "id": "NEC-2108-01", "type": "stop" }, { - "id": "2291", + "id": "NEC-2040-01", "type": "stop" }, { - "id": "2292", + "id": "NEC-1969-03", "type": "stop" }, { - "id": "2293", + "id": "NEC-1891-01", "type": "stop" }, { - "id": "7922", + "id": "NEC-1851-03", "type": "stop" } ] @@ -255553,22 +258981,25 @@ }, { "attributes": {}, - "id": "9319", + "id": "70131", "links": { - "self": "/stops/9319" + "self": "/stops/70131" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9319" + "related": "/facilities/?filter[stop]=70131" } }, "parent_station": { - "data": null + "data": { + "id": "place-harvd", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -255577,14 +259008,14 @@ }, { "attributes": {}, - "id": "9077", + "id": "111234", "links": { - "self": "/stops/9077" + "self": "/stops/111234" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9077" + "related": "/facilities/?filter[stop]=111234" } }, "parent_station": { @@ -255601,14 +259032,14 @@ }, { "attributes": {}, - "id": "3244", + "id": "39687", "links": { - "self": "/stops/3244" + "self": "/stops/39687" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3244" + "related": "/facilities/?filter[stop]=39687" } }, "parent_station": { @@ -255626,81 +259057,65 @@ { "attributes": { "direction_id": 1, - "headsign": "Andrew (Limited Stops)" + "headsign": "Oak Grove (Shuttle)" }, - "id": "61392317", + "id": "OakGroveReading-1-sample", "links": { - "self": "/trips/61392317" + "self": "/trips/OakGroveReading-1-sample" }, "relationships": { "route": { "data": { - "id": "708", + "id": "Shuttle-OakGroveReading", "type": "route" } }, "route_pattern": { "data": { - "id": "708-1-1", + "id": "Shuttle-OakGroveReading-0-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "canonical", "type": "service" } }, "shape": { "data": { - "id": "7080063", + "id": "ReadingToOakGrove-S", "type": "shape" } }, "stops": { "data": [ { - "id": "11802", - "type": "stop" - }, - { - "id": "11803", - "type": "stop" - }, - { - "id": "1805", - "type": "stop" - }, - { - "id": "1784", - "type": "stop" - }, - { - "id": "17861", + "id": "WR-0120-B", "type": "stop" }, { - "id": "17862", + "id": "WR-0099-B1", "type": "stop" }, { - "id": "77777", + "id": "WR-0085-B1", "type": "stop" }, { - "id": "15088", + "id": "WR-0075-B1", "type": "stop" }, { - "id": "5089", + "id": "WR-0067-B1", "type": "stop" }, { - "id": "855", + "id": "WR-0062-B3", "type": "stop" }, { - "id": "13", + "id": "9328", "type": "stop" } ] @@ -255710,35 +259125,38 @@ }, { "attributes": {}, - "id": "9070115", + "id": "8685", "links": { - "self": "/stops/9070115" + "self": "/stops/8685" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9070115" + "related": "/facilities/?filter[stop]=8685" } }, "parent_station": { "data": null }, "zone": { - "data": null + "data": { + "id": "LocalBus", + "type": "zone" + } } }, "type": "stop" }, { "attributes": {}, - "id": "61618", + "id": "9058", "links": { - "self": "/stops/61618" + "self": "/stops/9058" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=61618" + "related": "/facilities/?filter[stop]=9058" } }, "parent_station": { @@ -255755,14 +259173,14 @@ }, { "attributes": {}, - "id": "7966", + "id": "1520", "links": { - "self": "/stops/7966" + "self": "/stops/1520" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7966" + "related": "/facilities/?filter[stop]=1520" } }, "parent_station": { @@ -255779,14 +259197,14 @@ }, { "attributes": {}, - "id": "8821", + "id": "3067", "links": { - "self": "/stops/8821" + "self": "/stops/3067" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8821" + "related": "/facilities/?filter[stop]=3067" } }, "parent_station": { @@ -255803,14 +259221,14 @@ }, { "attributes": {}, - "id": "1688", + "id": "3369", "links": { - "self": "/stops/1688" + "self": "/stops/3369" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1688" + "related": "/facilities/?filter[stop]=3369" } }, "parent_station": { @@ -255826,104 +259244,48 @@ "type": "stop" }, { - "attributes": { - "direction_id": 0, - "headsign": "North Quincy (Shuttle)" - }, - "id": "JFKNorthQuincy-0-sample", + "attributes": {}, + "id": "11501", "links": { - "self": "/trips/JFKNorthQuincy-0-sample" + "self": "/stops/11501" }, "relationships": { - "route": { - "data": { - "id": "Shuttle-JFKNorthQuincy", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Shuttle-JFKNorthQuincy-0-0", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "canonical", - "type": "service" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=11501" } }, - "shape": { - "data": { - "id": "JFKToNorthQuincy-S", - "type": "shape" - } + "parent_station": { + "data": null }, - "stops": { - "data": [ - { - "id": "121", - "type": "stop" - }, - { - "id": "3125", - "type": "stop" - } - ] - } - }, - "type": "trip" - }, - { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Nahant", - "Wonderland Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Nahant - Wonderland Station", - "short_name": "439", - "sort_order": 54390, - "text_color": "000000", - "type": 3 - }, - "id": "439", - "links": { - "self": "/routes/439" - }, - "relationships": { - "line": { + "zone": { "data": { - "id": "line-439441442", - "type": "line" + "id": "LocalBus", + "type": "zone" } } }, - "type": "route" + "type": "stop" }, { "attributes": { - "direction_id": 0, - "headsign": "East Somerville (Shuttle)" + "direction_id": 1, + "headsign": "Harvard (Shuttle)" }, - "id": "GreenEEastSomervilleMedford-0-sample", + "id": "BroadwayHarvard-Weekday-9e586-1-00:00:00", "links": { - "self": "/trips/GreenEEastSomervilleMedford-0-sample" + "self": "/trips/BroadwayHarvard-Weekday-9e586-1-00%3A00%3A00" }, "relationships": { "route": { "data": { - "id": "Shuttle-EastSomervilleMedford", + "id": "Shuttle-BroadwayHarvard", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-EastSomervilleMedford-0-0", + "id": "Shuttle-BroadwayHarvard-0-1", "type": "route_pattern" } }, @@ -255935,30 +259297,46 @@ }, "shape": { "data": { - "id": "MedfordToEastSomerville-S", + "id": "BroadwayToHarvard-S", "type": "shape" } }, "stops": { "data": [ { - "id": "2379", + "id": "151", "type": "stop" }, { - "id": "2697", + "id": "892", "type": "stop" }, { - "id": "9070508", + "id": "6551", "type": "stop" }, { - "id": "9070506", + "id": "190", "type": "stop" }, { - "id": "9070513", + "id": "117", + "type": "stop" + }, + { + "id": "9070074", + "type": "stop" + }, + { + "id": "9070071", + "type": "stop" + }, + { + "id": "9070070", + "type": "stop" + }, + { + "id": "110", "type": "stop" } ] @@ -255968,49 +259346,25 @@ }, { "attributes": {}, - "id": "NEC-2192-03", + "id": "70244", "links": { - "self": "/stops/NEC-2192-03" + "self": "/stops/70244" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=NEC-2192-03" + "related": "/facilities/?filter[stop]=70244" } }, "parent_station": { "data": { - "id": "place-DB-0095", + "id": "place-nuniv", "type": "stop" } }, "zone": { "data": { - "id": "CR-zone-2", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "992", - "links": { - "self": "/stops/992" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=992" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -256019,206 +259373,198 @@ }, { "attributes": { - "direction_id": 1, - "headsign": "Forest Hills" + "direction_id": 0, + "headsign": "Dedham Line" }, - "id": "62144845", + "id": "67251612", "links": { - "self": "/trips/62144845" + "self": "/trips/67251612" }, "relationships": { "route": { "data": { - "id": "35", + "id": "34", "type": "route" } }, "route_pattern": { "data": { - "id": "35-1-1", + "id": "34-K-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "350187", + "id": "340282", "type": "shape" } }, "stops": { "data": [ { - "id": "10833", - "type": "stop" - }, - { - "id": "10835", - "type": "stop" - }, - { - "id": "74618", + "id": "1346", "type": "stop" }, { - "id": "71618", + "id": "1350", "type": "stop" }, { - "id": "61872", + "id": "1351", "type": "stop" }, { - "id": "619", + "id": "1352", "type": "stop" }, { - "id": "620", + "id": "1354", "type": "stop" }, { - "id": "763", + "id": "17411", "type": "stop" }, { - "id": "764", + "id": "17401", "type": "stop" }, { - "id": "765", + "id": "17391", "type": "stop" }, { - "id": "766", + "id": "1587", "type": "stop" }, { - "id": "767", + "id": "11587", "type": "stop" }, { - "id": "768", + "id": "21587", "type": "stop" }, { - "id": "10769", + "id": "547", "type": "stop" }, { - "id": "769", + "id": "10642", "type": "stop" }, { - "id": "770", + "id": "596", "type": "stop" }, { - "id": "771", + "id": "597", "type": "stop" }, { - "id": "772", + "id": "598", "type": "stop" }, { - "id": "773", + "id": "599", "type": "stop" }, { - "id": "780", + "id": "600", "type": "stop" }, { - "id": "781", + "id": "601", "type": "stop" }, { - "id": "782", + "id": "6022", "type": "stop" }, { - "id": "783", + "id": "603", "type": "stop" }, { - "id": "784", + "id": "10603", "type": "stop" }, { - "id": "785", + "id": "604", "type": "stop" }, { - "id": "786", + "id": "605", "type": "stop" }, { - "id": "787", + "id": "606", "type": "stop" }, { - "id": "788", + "id": "607", "type": "stop" }, { - "id": "789", + "id": "608", "type": "stop" }, { - "id": "790", + "id": "609", "type": "stop" }, { - "id": "791", + "id": "610", "type": "stop" }, { - "id": "792", + "id": "611", "type": "stop" }, { - "id": "793", + "id": "612", "type": "stop" }, { - "id": "795", + "id": "10612", "type": "stop" }, { - "id": "636", + "id": "613", "type": "stop" }, { - "id": "637", + "id": "614", "type": "stop" }, { - "id": "638", + "id": "615", "type": "stop" }, { - "id": "639", + "id": "616", "type": "stop" }, { - "id": "640", + "id": "618", "type": "stop" }, { - "id": "641", + "id": "10618", "type": "stop" }, { - "id": "642", + "id": "24619", "type": "stop" }, { - "id": "10642", + "id": "99832", "type": "stop" } ] @@ -256229,73 +259575,73 @@ { "attributes": { "direction_id": 1, - "headsign": "Otis & Summer" + "headsign": "South Station (Shuttle)" }, - "id": "61393827", + "id": "ForgeParkSouthStation-1-sample", "links": { - "self": "/trips/61393827" + "self": "/trips/ForgeParkSouthStation-1-sample" }, "relationships": { "route": { "data": { - "id": "7", + "id": "Shuttle-ForgeParkSouthStation", "type": "route" } }, "route_pattern": { "data": { - "id": "7-2-1", + "id": "Shuttle-ForgeParkSouthStation-0-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "canonical", "type": "service" } }, "shape": { "data": { - "id": "070159", + "id": "ForgeParkSouthStation-S", "type": "shape" } }, "stops": { "data": [ { - "id": "333", + "id": "FB-0303-B", "type": "stop" }, { - "id": "884", + "id": "FB-0275-B0", "type": "stop" }, { - "id": "210", + "id": "FB-0230-B", "type": "stop" }, { - "id": "212", + "id": "FB-0191-B", "type": "stop" }, { - "id": "890", + "id": "Windsor Gardens-S", "type": "stop" }, { - "id": "891", + "id": "Norwood Central-S", "type": "stop" }, { - "id": "892", + "id": "Dedham Corp Center-S", "type": "stop" }, { - "id": "6535", + "id": "DB-0095-B0", "type": "stop" }, { - "id": "16535", + "id": "NEC-2287-B", "type": "stop" } ] @@ -256305,14 +259651,14 @@ }, { "attributes": {}, - "id": "1260", + "id": "14544", "links": { - "self": "/stops/1260" + "self": "/stops/14544" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1260" + "related": "/facilities/?filter[stop]=14544" } }, "parent_station": { @@ -256328,47 +259674,167 @@ "type": "stop" }, { - "attributes": {}, - "id": "2101", + "attributes": { + "direction_id": 0, + "headsign": "Point Shirley" + }, + "id": "67316411", "links": { - "self": "/stops/2101" + "self": "/trips/67316411" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=2101" + "route": { + "data": { + "id": "712", + "type": "route" } }, - "parent_station": { - "data": null + "route_pattern": { + "data": { + "id": "712-_-0", + "type": "route_pattern" + } }, - "zone": { + "service": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "WinterWeekday", + "type": "service" + } + }, + "shape": { + "data": { + "id": "7120096", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "15880", + "type": "stop" + }, + { + "id": "109802", + "type": "stop" + }, + { + "id": "109804", + "type": "stop" + }, + { + "id": "109805", + "type": "stop" + }, + { + "id": "109870", + "type": "stop" + }, + { + "id": "109871", + "type": "stop" + }, + { + "id": "109872", + "type": "stop" + }, + { + "id": "109900", + "type": "stop" + }, + { + "id": "109873", + "type": "stop" + }, + { + "id": "109874", + "type": "stop" + }, + { + "id": "109875", + "type": "stop" + }, + { + "id": "109901", + "type": "stop" + }, + { + "id": "109877", + "type": "stop" + }, + { + "id": "109878", + "type": "stop" + }, + { + "id": "109879", + "type": "stop" + }, + { + "id": "109880", + "type": "stop" + }, + { + "id": "109898", + "type": "stop" + }, + { + "id": "109841", + "type": "stop" + }, + { + "id": "109842", + "type": "stop" + }, + { + "id": "109844", + "type": "stop" + }, + { + "id": "109845", + "type": "stop" + }, + { + "id": "109846", + "type": "stop" + }, + { + "id": "109848", + "type": "stop" + }, + { + "id": "109849", + "type": "stop" + }, + { + "id": "109853", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "3160", + "id": "70238", "links": { - "self": "/stops/3160" + "self": "/stops/70238" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3160" + "related": "/facilities/?filter[stop]=70238" } }, "parent_station": { - "data": null + "data": { + "id": "place-clmnl", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -256377,14 +259843,14 @@ }, { "attributes": {}, - "id": "441", + "id": "109872", "links": { - "self": "/stops/441" + "self": "/stops/109872" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=441" + "related": "/facilities/?filter[stop]=109872" } }, "parent_station": { @@ -256400,47 +259866,75 @@ "type": "stop" }, { - "attributes": {}, - "id": "7645", + "attributes": { + "direction_id": 1, + "headsign": "Airport (Express shuttle)" + }, + "id": "AirportBowdoinExpress-1-sample", "links": { - "self": "/stops/7645" + "self": "/trips/AirportBowdoinExpress-1-sample" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=7645" + "route": { + "data": { + "id": "Shuttle-AirportGovernmentCenterExpress", + "type": "route" } }, - "parent_station": { - "data": null + "route_pattern": { + "data": { + "id": "Shuttle-AirportGovernmentCenterExpress-0-1", + "type": "route_pattern" + } }, - "zone": { + "service": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "canonical", + "type": "service" + } + }, + "shape": { + "data": { + "id": "GovernmentCenterToAirportExpress-S", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "4510", + "type": "stop" + }, + { + "id": "9170047", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "5240", + "id": "WR-0075-02", "links": { - "self": "/stops/5240" + "self": "/stops/WR-0075-02" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5240" + "related": "/facilities/?filter[stop]=WR-0075-02" } }, "parent_station": { - "data": null + "data": { + "id": "place-WR-0075", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "CR-zone-1", "type": "zone" } } @@ -256449,14 +259943,14 @@ }, { "attributes": {}, - "id": "3890", + "id": "109817", "links": { - "self": "/stops/3890" + "self": "/stops/109817" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3890" + "related": "/facilities/?filter[stop]=109817" } }, "parent_station": { @@ -256473,14 +259967,14 @@ }, { "attributes": {}, - "id": "9218", + "id": "4375", "links": { - "self": "/stops/9218" + "self": "/stops/4375" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9218" + "related": "/facilities/?filter[stop]=4375" } }, "parent_station": { @@ -256497,14 +259991,14 @@ }, { "attributes": {}, - "id": "8328", + "id": "7911", "links": { - "self": "/stops/8328" + "self": "/stops/7911" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8328" + "related": "/facilities/?filter[stop]=7911" } }, "parent_station": { @@ -256520,98 +260014,281 @@ "type": "stop" }, { - "attributes": {}, - "id": "35772", + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Ashmont/Braintree", + "Alewife" + ], + "direction_names": [ + "South", + "North" + ], + "long_name": "Kendall/MIT - Park Street", + "short_name": "Red Line Shuttle", + "sort_order": 62000, + "text_color": "000000", + "type": 3 + }, + "id": "Shuttle-KendallPark", "links": { - "self": "/stops/35772" + "self": "/routes/Shuttle-KendallPark" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=35772" + "agency": { + "data": { + "id": "1", + "type": "agency" } }, - "parent_station": { - "data": null - }, - "zone": { + "line": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "line-Red", + "type": "line" } } }, - "type": "stop" + "type": "route" }, { - "attributes": {}, - "id": "465", + "attributes": { + "direction_id": 0, + "headsign": "Riverside" + }, + "id": "66645325", "links": { - "self": "/stops/465" + "self": "/trips/66645325" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=465" + "route": { + "data": { + "id": "558", + "type": "route" } }, - "parent_station": { - "data": null + "route_pattern": { + "data": { + "id": "558-7-0", + "type": "route_pattern" + } }, - "zone": { + "service": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "WinterWeekday", + "type": "service" + } + }, + "shape": { + "data": { + "id": "5580092", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "903", + "type": "stop" + }, + { + "id": "7640", + "type": "stop" + }, + { + "id": "7641", + "type": "stop" + }, + { + "id": "7800", + "type": "stop" + }, + { + "id": "7801", + "type": "stop" + }, + { + "id": "7802", + "type": "stop" + }, + { + "id": "8171", + "type": "stop" + }, + { + "id": "7804", + "type": "stop" + }, + { + "id": "7805", + "type": "stop" + }, + { + "id": "7806", + "type": "stop" + }, + { + "id": "7807", + "type": "stop" + }, + { + "id": "78071", + "type": "stop" + }, + { + "id": "7482", + "type": "stop" + }, + { + "id": "78073", + "type": "stop" + }, + { + "id": "7808", + "type": "stop" + }, + { + "id": "7809", + "type": "stop" + }, + { + "id": "7810", + "type": "stop" + }, + { + "id": "7811", + "type": "stop" + }, + { + "id": "7812", + "type": "stop" + }, + { + "id": "78121", + "type": "stop" + }, + { + "id": "88333", + "type": "stop" + }, + { + "id": "17813", + "type": "stop" + }, + { + "id": "7813", + "type": "stop" + }, + { + "id": "7814", + "type": "stop" + }, + { + "id": "78141", + "type": "stop" + }, + { + "id": "7815", + "type": "stop" + }, + { + "id": "7816", + "type": "stop" + }, + { + "id": "7817", + "type": "stop" + }, + { + "id": "7818", + "type": "stop" + }, + { + "id": "7820", + "type": "stop" + }, + { + "id": "78201", + "type": "stop" + }, + { + "id": "78203", + "type": "stop" + }, + { + "id": "78204", + "type": "stop" + }, + { + "id": "78205", + "type": "stop" + }, + { + "id": "7825", + "type": "stop" + }, + { + "id": "7826", + "type": "stop" + }, + { + "id": "7827", + "type": "stop" + }, + { + "id": "7828", + "type": "stop" + }, + { + "id": "38155", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "9131", + "id": "NEC-1891-B", "links": { - "self": "/stops/9131" + "self": "/stops/NEC-1891-B" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9131" + "related": "/facilities/?filter[stop]=NEC-1891-B" } }, "parent_station": { - "data": null - }, - "zone": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "place-NEC-1891", + "type": "stop" } + }, + "zone": { + "data": null } }, "type": "stop" }, { "attributes": {}, - "id": "70081", + "id": "24610", "links": { - "self": "/stops/70081" + "self": "/stops/24610" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70081" + "related": "/facilities/?filter[stop]=24610" } }, "parent_station": { - "data": { - "id": "place-brdwy", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } @@ -256620,14 +260297,14 @@ }, { "attributes": {}, - "id": "605", + "id": "8818", "links": { - "self": "/stops/605" + "self": "/stops/8818" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=605" + "related": "/facilities/?filter[stop]=8818" } }, "parent_station": { @@ -256643,39 +260320,68 @@ "type": "stop" }, { - "attributes": {}, - "id": "10768", + "attributes": { + "direction_id": 1, + "headsign": "Long Wharf via Logan Airport" + }, + "id": "Boat-F1-1000-Hingham-BF2H-01-Weekday-Fall-24", "links": { - "self": "/stops/10768" + "self": "/trips/Boat-F1-1000-Hingham-BF2H-01-Weekday-Fall-24" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=10768" + "route": { + "data": { + "id": "Boat-F1", + "type": "route" } }, - "parent_station": { - "data": null + "route_pattern": { + "data": { + "id": "Boat-F1-4-1", + "type": "route_pattern" + } }, - "zone": { + "service": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "Boat-F1-Weekday-Fall-24", + "type": "service" + } + }, + "shape": { + "data": { + "id": "b0009", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "Boat-Hingham", + "type": "stop" + }, + { + "id": "Boat-Logan", + "type": "stop" + }, + { + "id": "Boat-Long", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "1539", + "id": "15976", "links": { - "self": "/stops/1539" + "self": "/stops/15976" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1539" + "related": "/facilities/?filter[stop]=15976" } }, "parent_station": { @@ -256692,21 +260398,18 @@ }, { "attributes": {}, - "id": "20761", + "id": "38486", "links": { - "self": "/stops/20761" + "self": "/stops/38486" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=20761" + "related": "/facilities/?filter[stop]=38486" } }, "parent_station": { - "data": { - "id": "place-harsq", - "type": "stop" - } + "data": null }, "zone": { "data": { @@ -256719,14 +260422,14 @@ }, { "attributes": {}, - "id": "5829", + "id": "5450", "links": { - "self": "/stops/5829" + "self": "/stops/5450" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5829" + "related": "/facilities/?filter[stop]=5450" } }, "parent_station": { @@ -256744,133 +260447,298 @@ { "attributes": { "direction_id": 0, - "headsign": "Waverley" + "headsign": "Riverside (Shuttle)" }, - "id": "61848334", + "id": "BrooklineVillageRiversidePartial-0-sample", "links": { - "self": "/trips/61848334" + "self": "/trips/BrooklineVillageRiversidePartial-0-sample" }, "relationships": { "route": { "data": { - "id": "73", + "id": "Shuttle-BrooklineVillageRiverside", "type": "route" } }, "route_pattern": { "data": { - "id": "73-2-0", + "id": "Shuttle-BrooklineVillageRiverside-0-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "canonical", "type": "service" } }, "shape": { "data": { - "id": "730152", + "id": "BrooklineVillageToRiverside-S", "type": "shape" } }, "stops": { "data": [ { - "id": "20761", + "id": "11366", "type": "stop" }, { - "id": "2020", + "id": "9070178", "type": "stop" }, { - "id": "2021", + "id": "21917", "type": "stop" }, { - "id": "2023", + "id": "1540", "type": "stop" }, { - "id": "2025", + "id": "9070171", "type": "stop" }, { - "id": "2026", + "id": "9170169", "type": "stop" }, { - "id": "2027", + "id": "8206", "type": "stop" }, { - "id": "2028", + "id": "9070165", "type": "stop" }, { - "id": "2030", + "id": "9070162", "type": "stop" }, { - "id": "2118", + "id": "38155", + "type": "stop" + } + ] + } + }, + "type": "trip" + }, + { + "attributes": { + "direction_id": 1, + "headsign": "Harvard" + }, + "id": "67008275", + "links": { + "self": "/trips/67008275" + }, + "relationships": { + "route": { + "data": { + "id": "78", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "78-1-1", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "WinterWeekday", + "type": "service" + } + }, + "shape": { + "data": { + "id": "780144", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "2464", "type": "stop" }, { - "id": "2119", + "id": "2465", "type": "stop" }, { - "id": "2121", + "id": "2466", "type": "stop" }, { - "id": "2122", + "id": "2467", "type": "stop" }, { - "id": "2123", + "id": "2468", "type": "stop" }, { - "id": "2124", + "id": "12468", "type": "stop" }, { - "id": "2125", + "id": "2469", "type": "stop" }, { - "id": "2126", + "id": "2470", "type": "stop" }, { - "id": "2127", + "id": "2471", "type": "stop" }, { - "id": "2128", + "id": "2472", "type": "stop" }, { - "id": "2129", + "id": "2473", "type": "stop" }, { - "id": "2130", + "id": "2361", "type": "stop" }, { - "id": "2131", + "id": "2323", "type": "stop" }, { - "id": "2133", + "id": "2324", "type": "stop" }, { - "id": "2134", + "id": "6218", + "type": "stop" + }, + { + "id": "2326", + "type": "stop" + }, + { + "id": "2327", + "type": "stop" + }, + { + "id": "2328", + "type": "stop" + }, + { + "id": "2329", + "type": "stop" + }, + { + "id": "2331", + "type": "stop" + }, + { + "id": "2332", + "type": "stop" + }, + { + "id": "2334", + "type": "stop" + }, + { + "id": "2335", + "type": "stop" + }, + { + "id": "2336", + "type": "stop" + }, + { + "id": "2338", + "type": "stop" + }, + { + "id": "2339", + "type": "stop" + }, + { + "id": "2340", + "type": "stop" + }, + { + "id": "2148", + "type": "stop" + }, + { + "id": "2149", + "type": "stop" + }, + { + "id": "2150", + "type": "stop" + }, + { + "id": "2151", + "type": "stop" + }, + { + "id": "2152", + "type": "stop" + }, + { + "id": "2153", + "type": "stop" + }, + { + "id": "2154", + "type": "stop" + }, + { + "id": "2155", + "type": "stop" + }, + { + "id": "2156", + "type": "stop" + }, + { + "id": "2158", + "type": "stop" + }, + { + "id": "2159", + "type": "stop" + }, + { + "id": "2160", + "type": "stop" + }, + { + "id": "2161", + "type": "stop" + }, + { + "id": "2162", + "type": "stop" + }, + { + "id": "2163", + "type": "stop" + }, + { + "id": "12614", + "type": "stop" + }, + { + "id": "76127", + "type": "stop" + }, + { + "id": "32549", "type": "stop" } ] @@ -256880,14 +260748,41 @@ }, { "attributes": {}, - "id": "81440", + "id": "FR-0219-02", "links": { - "self": "/stops/81440" + "self": "/stops/FR-0219-02" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=81440" + "related": "/facilities/?filter[stop]=FR-0219-02" + } + }, + "parent_station": { + "data": { + "id": "place-FR-0219", + "type": "stop" + } + }, + "zone": { + "data": { + "id": "CR-zone-5", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "3925", + "links": { + "self": "/stops/3925" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=3925" } }, "parent_station": { @@ -256904,25 +260799,43 @@ }, { "attributes": {}, - "id": "NHRML-0254-04", + "id": "9070502", "links": { - "self": "/stops/NHRML-0254-04" + "self": "/stops/9070502" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=NHRML-0254-04" + "related": "/facilities/?filter[stop]=9070502" } }, "parent_station": { - "data": { - "id": "place-NHRML-0254", - "type": "stop" + "data": null + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "10016", + "links": { + "self": "/stops/10016" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=10016" } }, + "parent_station": { + "data": null + }, "zone": { "data": { - "id": "CR-zone-6", + "id": "LocalBus", "type": "zone" } } @@ -256931,14 +260844,14 @@ }, { "attributes": {}, - "id": "1571", + "id": "5507", "links": { - "self": "/stops/1571" + "self": "/stops/5507" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1571" + "related": "/facilities/?filter[stop]=5507" } }, "parent_station": { @@ -256955,14 +260868,14 @@ }, { "attributes": {}, - "id": "5476", + "id": "31257", "links": { - "self": "/stops/5476" + "self": "/stops/31257" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5476" + "related": "/facilities/?filter[stop]=31257" } }, "parent_station": { @@ -256978,98 +260891,95 @@ "type": "stop" }, { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Wickford Junction", - "South Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Providence - Attleboro (Express)", - "short_name": "Providence Line Shuttle", - "sort_order": 60375, - "text_color": "000000", - "type": 3 + "attributes": {}, + "id": "FR-0201-B0", + "links": { + "self": "/stops/FR-0201-B0" }, - "id": "Shuttle-AttleboroProvidenceExpress", + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=FR-0201-B0" + } + }, + "parent_station": { + "data": { + "id": "place-FR-0201", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "3841", "links": { - "self": "/routes/Shuttle-AttleboroProvidenceExpress" + "self": "/stops/3841" }, "relationships": { - "line": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=3841" + } + }, + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "line-Providence", - "type": "line" + "id": "LocalBus", + "type": "zone" } } }, - "type": "route" + "type": "stop" }, { "attributes": { "direction_id": 0, - "headsign": "Greenbush" + "headsign": "Logan Airport" }, - "id": "NeedhamOrmsDotAve675651-1081-GRBBrainSouthDynamic-12", + "id": "Boat-F6-0850-Aquarium-BWN-01-Weekday-Summer-25", "links": { - "self": "/trips/NeedhamOrmsDotAve675651-1081-GRBBrainSouthDynamic-12" + "self": "/trips/Boat-F6-0850-Aquarium-BWN-01-Weekday-Summer-25" }, "relationships": { "route": { "data": { - "id": "CR-Greenbush", + "id": "Boat-F6", "type": "route" } }, "route_pattern": { "data": { - "id": "CR-Greenbush-BraintreeGreenbush-0", + "id": "Boat-F6-8-0", "type": "route_pattern" } }, "service": { "data": { - "id": "Spring/SummerSaturday", + "id": "Boat-F6-Weekday-Summer-25", "type": "service" } }, "shape": { "data": { - "id": "BraintreeToGreenbush", + "id": "CentralWharfToLogan-F", "type": "shape" } }, "stops": { "data": [ { - "id": "MM-0109-S", - "type": "stop" - }, - { - "id": "GRB-0146-S", - "type": "stop" - }, - { - "id": "GRB-0162-S", - "type": "stop" - }, - { - "id": "GRB-0183-S", - "type": "stop" - }, - { - "id": "GRB-0199-S", - "type": "stop" - }, - { - "id": "GRB-0233-S", + "id": "Boat-Aquarium", "type": "stop" }, { - "id": "GRB-0276-S", + "id": "Boat-Logan", "type": "stop" } ] @@ -257079,25 +260989,22 @@ }, { "attributes": {}, - "id": "WR-0325-01", + "id": "49825", "links": { - "self": "/stops/WR-0325-01" + "self": "/stops/49825" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=WR-0325-01" + "related": "/facilities/?filter[stop]=49825" } }, "parent_station": { - "data": { - "id": "place-WR-0325", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "CR-zone-7", + "id": "LocalBus", "type": "zone" } } @@ -257106,14 +261013,14 @@ }, { "attributes": {}, - "id": "7135", + "id": "8314", "links": { - "self": "/stops/7135" + "self": "/stops/8314" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7135" + "related": "/facilities/?filter[stop]=8314" } }, "parent_station": { @@ -257129,46 +261036,39 @@ "type": "stop" }, { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Cleary Square", - "Forest Hills Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Cleary Square - Forest Hills Station", - "short_name": "50", - "sort_order": 50500, - "text_color": "000000", - "type": 3 - }, - "id": "50", + "attributes": {}, + "id": "779", "links": { - "self": "/routes/50" + "self": "/stops/779" }, "relationships": { - "line": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=779" + } + }, + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "line-4050", - "type": "line" + "id": "LocalBus", + "type": "zone" } } }, - "type": "route" + "type": "stop" }, { "attributes": {}, - "id": "9057", + "id": "4103", "links": { - "self": "/stops/9057" + "self": "/stops/4103" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9057" + "related": "/facilities/?filter[stop]=4103" } }, "parent_station": { @@ -257185,14 +261085,14 @@ }, { "attributes": {}, - "id": "7573", + "id": "2160", "links": { - "self": "/stops/7573" + "self": "/stops/2160" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7573" + "related": "/facilities/?filter[stop]=2160" } }, "parent_station": { @@ -257209,202 +261109,90 @@ }, { "attributes": { - "direction_id": 0, - "headsign": "Harbor Point" + "direction_id": 1, + "headsign": "South Station" }, - "id": "61394402", + "id": "66653645", "links": { - "self": "/trips/61394402" + "self": "/trips/66653645" }, "relationships": { "route": { "data": { - "id": "8", + "id": "7", "type": "route" } }, "route_pattern": { "data": { - "id": "8-1-0", + "id": "7-5-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "080241", + "id": "070176", "type": "shape" } }, "stops": { "data": [ { - "id": "899", - "type": "stop" - }, - { - "id": "8993", - "type": "stop" - }, - { - "id": "1518", - "type": "stop" - }, - { - "id": "1519", - "type": "stop" - }, - { - "id": "1520", - "type": "stop" - }, - { - "id": "1777", - "type": "stop" - }, - { - "id": "1778", - "type": "stop" - }, - { - "id": "1779", - "type": "stop" - }, - { - "id": "1780", - "type": "stop" - }, - { - "id": "11780", - "type": "stop" - }, - { - "id": "11781", - "type": "stop" - }, - { - "id": "1784", - "type": "stop" - }, - { - "id": "1785", - "type": "stop" - }, - { - "id": "17861", - "type": "stop" - }, - { - "id": "17862", - "type": "stop" - }, - { - "id": "11592", - "type": "stop" - }, - { - "id": "1593", - "type": "stop" - }, - { - "id": "64", - "type": "stop" - }, - { - "id": "1", - "type": "stop" - }, - { - "id": "2", - "type": "stop" - }, - { - "id": "4", - "type": "stop" - }, - { - "id": "5", - "type": "stop" - }, - { - "id": "1787", - "type": "stop" - }, - { - "id": "1788", - "type": "stop" - }, - { - "id": "1789", - "type": "stop" - }, - { - "id": "21158", - "type": "stop" - }, - { - "id": "11158", - "type": "stop" - }, - { - "id": "5089", - "type": "stop" - }, - { - "id": "855", + "id": "33", "type": "stop" }, { - "id": "8", + "id": "10033", "type": "stop" }, { - "id": "30009", + "id": "34", "type": "stop" }, { - "id": "131", + "id": "35", "type": "stop" }, { - "id": "133", + "id": "895", "type": "stop" }, { - "id": "134", + "id": "886", "type": "stop" }, { - "id": "135", + "id": "884", "type": "stop" }, { - "id": "136", + "id": "210", "type": "stop" }, { - "id": "121", + "id": "212", "type": "stop" }, { - "id": "138", + "id": "890", "type": "stop" }, { - "id": "139", + "id": "89001", "type": "stop" }, { - "id": "140", + "id": "891", "type": "stop" }, { - "id": "142", + "id": "892", "type": "stop" } ] @@ -257414,14 +261202,14 @@ }, { "attributes": {}, - "id": "1713", + "id": "5897", "links": { - "self": "/stops/1713" + "self": "/stops/5897" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1713" + "related": "/facilities/?filter[stop]=5897" } }, "parent_station": { @@ -257438,38 +261226,35 @@ }, { "attributes": {}, - "id": "626", + "id": "9070124", "links": { - "self": "/stops/626" + "self": "/stops/9070124" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=626" + "related": "/facilities/?filter[stop]=9070124" } }, "parent_station": { "data": null }, "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } + "data": null } }, "type": "stop" }, { "attributes": {}, - "id": "1092", + "id": "39674", "links": { - "self": "/stops/1092" + "self": "/stops/39674" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1092" + "related": "/facilities/?filter[stop]=39674" } }, "parent_station": { @@ -257486,14 +261271,14 @@ }, { "attributes": {}, - "id": "3157", + "id": "89606", "links": { - "self": "/stops/3157" + "self": "/stops/89606" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3157" + "related": "/facilities/?filter[stop]=89606" } }, "parent_station": { @@ -257510,25 +261295,22 @@ }, { "attributes": {}, - "id": "FB-0166-S", + "id": "8480", "links": { - "self": "/stops/FB-0166-S" + "self": "/stops/8480" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=FB-0166-S" + "related": "/facilities/?filter[stop]=8480" } }, "parent_station": { - "data": { - "id": "place-FB-0166", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "CR-zone-4", + "id": "LocalBus", "type": "zone" } } @@ -257537,14 +261319,14 @@ }, { "attributes": {}, - "id": "3140", + "id": "5484", "links": { - "self": "/stops/3140" + "self": "/stops/5484" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3140" + "related": "/facilities/?filter[stop]=5484" } }, "parent_station": { @@ -257561,14 +261343,14 @@ }, { "attributes": {}, - "id": "787", + "id": "5293", "links": { - "self": "/stops/787" + "self": "/stops/5293" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=787" + "related": "/facilities/?filter[stop]=5293" } }, "parent_station": { @@ -257583,58 +261365,47 @@ }, "type": "stop" }, - { - "attributes": { - "color": "FFC72C", - "long_name": "Charles River Loop - Forest Hills", - "short_name": "36", - "sort_order": 50360, - "text_color": "000000" - }, - "id": "line-36", - "links": { - "self": "/lines/line-36" - }, - "type": "line" - }, { "attributes": {}, - "id": "5454", + "id": "DB-2240-B0", "links": { - "self": "/stops/5454" + "self": "/stops/DB-2240-B0" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5454" + "related": "/facilities/?filter[stop]=DB-2240-B0" } }, "parent_station": { - "data": null - }, - "zone": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "place-DB-2240", + "type": "stop" } + }, + "zone": { + "data": null } }, "type": "stop" }, { "attributes": {}, - "id": "9070217", + "id": "WML-0214-B", "links": { - "self": "/stops/9070217" + "self": "/stops/WML-0214-B" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9070217" + "related": "/facilities/?filter[stop]=WML-0214-B" } }, "parent_station": { - "data": null + "data": { + "id": "place-WML-0214", + "type": "stop" + } }, "zone": { "data": null @@ -257643,183 +261414,304 @@ "type": "stop" }, { - "attributes": {}, - "id": "109878", + "attributes": { + "direction_id": 0, + "headsign": "Wolcott Square" + }, + "id": "67252070", "links": { - "self": "/stops/109878" + "self": "/trips/67252070" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=109878" + "route": { + "data": { + "id": "32", + "type": "route" } }, - "parent_station": { - "data": null + "route_pattern": { + "data": { + "id": "32-3-0", + "type": "route_pattern" + } }, - "zone": { + "service": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "WinterWeekday", + "type": "service" + } + }, + "shape": { + "data": { + "id": "320280", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "875", + "type": "stop" + }, + { + "id": "6495", + "type": "stop" + }, + { + "id": "26495", + "type": "stop" + }, + { + "id": "36495", + "type": "stop" + }, + { + "id": "46495", + "type": "stop" + }, + { + "id": "56495", + "type": "stop" + }, + { + "id": "76495", + "type": "stop" + }, + { + "id": "6496", + "type": "stop" + }, + { + "id": "6498", + "type": "stop" + }, + { + "id": "6500", + "type": "stop" + }, + { + "id": "16498", + "type": "stop" + }, + { + "id": "6502", + "type": "stop" + }, + { + "id": "6504", + "type": "stop" + }, + { + "id": "6505", + "type": "stop" + }, + { + "id": "6507", + "type": "stop" + }, + { + "id": "6508", + "type": "stop" + }, + { + "id": "6509", + "type": "stop" + }, + { + "id": "2819", + "type": "stop" + }, + { + "id": "2818", + "type": "stop" + }, + { + "id": "22819", + "type": "stop" + }, + { + "id": "22818", + "type": "stop" + }, + { + "id": "22821", + "type": "stop" + }, + { + "id": "32818", + "type": "stop" + }, + { + "id": "42818", + "type": "stop" + }, + { + "id": "42820", + "type": "stop" + }, + { + "id": "42819", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": { "direction_id": 0, - "headsign": "Northgate" + "headsign": "Fields Corner" }, - "id": "62216246", + "id": "66652428", "links": { - "self": "/trips/62216246" + "self": "/trips/66652428" }, "relationships": { "route": { "data": { - "id": "119", + "id": "15", "type": "route" } }, "route_pattern": { "data": { - "id": "119-1-0", + "id": "15-1-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "1190079", + "id": "150284", "type": "shape" } }, "stops": { "data": [ { - "id": "5819", + "id": "17863", "type": "stop" }, { - "id": "5821", + "id": "11257", "type": "stop" }, { - "id": "5822", + "id": "1259", "type": "stop" }, { - "id": "5823", + "id": "11323", "type": "stop" }, { - "id": "5824", + "id": "11259", "type": "stop" }, { - "id": "5825", + "id": "64000", "type": "stop" }, { - "id": "5826", + "id": "1493", "type": "stop" }, { - "id": "5827", + "id": "1495", "type": "stop" }, { - "id": "5763", + "id": "1496", "type": "stop" }, { - "id": "5837", + "id": "1497", "type": "stop" }, { - "id": "5828", + "id": "1498", "type": "stop" }, { - "id": "5829", + "id": "1499", "type": "stop" }, { - "id": "5830", + "id": "1500", "type": "stop" }, { - "id": "35830", + "id": "1501", "type": "stop" }, { - "id": "45830", + "id": "11501", "type": "stop" }, { - "id": "5831", + "id": "1504", "type": "stop" }, { - "id": "45833", + "id": "1506", "type": "stop" }, { - "id": "45834", + "id": "1508", "type": "stop" }, { - "id": "6256", + "id": "1509", "type": "stop" }, { - "id": "6257", + "id": "1510", "type": "stop" }, { - "id": "6258", + "id": "1511", "type": "stop" }, { - "id": "6259", + "id": "11512", "type": "stop" }, { - "id": "6260", + "id": "1512", "type": "stop" }, { - "id": "6262", + "id": "1514", "type": "stop" }, { - "id": "7417", + "id": "1515", "type": "stop" }, { - "id": "7412", + "id": "553", "type": "stop" }, { - "id": "7413", + "id": "554", "type": "stop" }, { - "id": "7414", + "id": "555", "type": "stop" }, { - "id": "45534", + "id": "556", "type": "stop" }, { - "id": "6267", + "id": "323", "type": "stop" } ] @@ -257829,14 +261721,14 @@ }, { "attributes": {}, - "id": "9070083", + "id": "109810", "links": { - "self": "/stops/9070083" + "self": "/stops/109810" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9070083" + "related": "/facilities/?filter[stop]=109810" } }, "parent_station": { @@ -257852,138 +261744,138 @@ "type": "stop" }, { - "attributes": {}, - "id": "70169", + "attributes": { + "direction_id": 1, + "headsign": "Long Wharf" + }, + "id": "Boat-F4-0645-Charlestown-B-01-Weekday-Fall-24", "links": { - "self": "/stops/70169" + "self": "/trips/Boat-F4-0645-Charlestown-B-01-Weekday-Fall-24" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=70169" - } - }, - "parent_station": { + "route": { "data": { - "id": "place-newtn", - "type": "stop" + "id": "Boat-F4", + "type": "route" } }, - "zone": { + "route_pattern": { "data": { - "id": "RapidTransit", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "305", - "links": { - "self": "/stops/305" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=305" + "id": "Boat-F4-0-1", + "type": "route_pattern" } }, - "parent_station": { - "data": null - }, - "zone": { + "service": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "14609", - "links": { - "self": "/stops/14609" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=14609" + "id": "Boat-F4-Weekday-Fall-24", + "type": "service" } }, - "parent_station": { - "data": null - }, - "zone": { + "shape": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "b0018", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "Boat-Charlestown", + "type": "stop" + }, + { + "id": "Boat-Long-South", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { - "attributes": {}, - "id": "7218", + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "East Weymouth", + "Quincy Center Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "East Weymouth - Quincy Center Station", + "short_name": "222", + "sort_order": 52220, + "text_color": "000000", + "type": 3 + }, + "id": "222", "links": { - "self": "/stops/7218" + "self": "/routes/222" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=7218" + "agency": { + "data": { + "id": "1", + "type": "agency" } }, - "parent_station": { - "data": null - }, - "zone": { + "line": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "line-220221222", + "type": "line" } } }, - "type": "stop" + "type": "route" }, { - "attributes": {}, - "id": "6639", + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Boston College", + "Government Center" + ], + "direction_names": [ + "West", + "East" + ], + "long_name": "Boston College - Packard's Corner", + "short_name": "Green Line B Shuttle", + "sort_order": 60800, + "text_color": "000000", + "type": 3 + }, + "id": "Shuttle-BostonCollegePackardsCorner", "links": { - "self": "/stops/6639" + "self": "/routes/Shuttle-BostonCollegePackardsCorner" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=6639" + "agency": { + "data": { + "id": "1", + "type": "agency" } }, - "parent_station": { - "data": null - }, - "zone": { + "line": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "line-Green", + "type": "line" } } }, - "type": "stop" + "type": "route" }, { "attributes": {}, - "id": "76171", + "id": "27092", "links": { - "self": "/stops/76171" + "self": "/stops/27092" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=76171" + "related": "/facilities/?filter[stop]=27092" } }, "parent_station": { @@ -257991,7 +261883,7 @@ }, "zone": { "data": { - "id": "LocalBus", + "id": "SL1-Logan", "type": "zone" } } @@ -258000,14 +261892,14 @@ }, { "attributes": {}, - "id": "32912", + "id": "5021", "links": { - "self": "/stops/32912" + "self": "/stops/5021" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=32912" + "related": "/facilities/?filter[stop]=5021" } }, "parent_station": { @@ -258024,46 +261916,126 @@ }, { "attributes": { - "direction_id": 0, - "headsign": "Lewis Mall Wharf" + "direction_id": 1, + "headsign": "West Lynn Garage via Central Square" }, - "id": "Boat-EastBoston-0715-Long-BEB-01-Weekday-Summer-24", + "id": "67202665", "links": { - "self": "/trips/Boat-EastBoston-0715-Long-BEB-01-Weekday-Summer-24" + "self": "/trips/67202665" }, "relationships": { "route": { "data": { - "id": "Boat-EastBoston", + "id": "455", "type": "route" } }, "route_pattern": { "data": { - "id": "Boat-EastBoston-0-0", + "id": "455-3-1", "type": "route_pattern" } }, "service": { "data": { - "id": "Boat-EastBoston-Weekday-Summer-24", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "LongWharfToLewisWharf-F", + "id": "4550279", "type": "shape" } }, "stops": { "data": [ { - "id": "Boat-Long", + "id": "26137", "type": "stop" }, { - "id": "Boat-Lewis", + "id": "6137", + "type": "stop" + }, + { + "id": "6138", + "type": "stop" + }, + { + "id": "6139", + "type": "stop" + }, + { + "id": "6140", + "type": "stop" + }, + { + "id": "17231", + "type": "stop" + }, + { + "id": "7233", + "type": "stop" + }, + { + "id": "7234", + "type": "stop" + }, + { + "id": "7237", + "type": "stop" + }, + { + "id": "6772", + "type": "stop" + }, + { + "id": "16653", + "type": "stop" + }, + { + "id": "6674", + "type": "stop" + }, + { + "id": "6675", + "type": "stop" + }, + { + "id": "6780", + "type": "stop" + }, + { + "id": "6783", + "type": "stop" + }, + { + "id": "4451", + "type": "stop" + }, + { + "id": "4487", + "type": "stop" + }, + { + "id": "4488", + "type": "stop" + }, + { + "id": "4489", + "type": "stop" + }, + { + "id": "4490", + "type": "stop" + }, + { + "id": "4491", + "type": "stop" + }, + { + "id": "4492", "type": "stop" } ] @@ -258073,70 +262045,25 @@ }, { "attributes": {}, - "id": "38483", - "links": { - "self": "/stops/38483" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=38483" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "5418", + "id": "70172", "links": { - "self": "/stops/5418" + "self": "/stops/70172" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5418" + "related": "/facilities/?filter[stop]=70172" } }, "parent_station": { - "data": null - }, - "zone": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "3081", - "links": { - "self": "/stops/3081" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=3081" + "id": "place-chhil", + "type": "stop" } }, - "parent_station": { - "data": null - }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -258145,14 +262072,14 @@ }, { "attributes": {}, - "id": "89609", + "id": "4909", "links": { - "self": "/stops/89609" + "self": "/stops/4909" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=89609" + "related": "/facilities/?filter[stop]=4909" } }, "parent_station": { @@ -258169,14 +262096,14 @@ }, { "attributes": {}, - "id": "7792", + "id": "7521", "links": { - "self": "/stops/7792" + "self": "/stops/7521" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7792" + "related": "/facilities/?filter[stop]=7521" } }, "parent_station": { @@ -258193,170 +262120,88 @@ }, { "attributes": { - "color": "FFC72C", + "color": "80276C", "direction_destinations": [ - "Ashmont/Braintree", - "Alewife" + "Wachusett", + "North Station" ], "direction_names": [ - "South", - "North" + "Outbound", + "Inbound" ], - "long_name": "Harvard - Broadway", - "short_name": "Red Line Shuttle", - "sort_order": 61031, - "text_color": "000000", - "type": 3 - }, - "id": "Shuttle-BroadwayHarvard", - "links": { - "self": "/routes/Shuttle-BroadwayHarvard" - }, - "relationships": { - "line": { - "data": { - "id": "line-Red", - "type": "line" - } - } - }, - "type": "route" - }, - { - "attributes": {}, - "id": "7653", - "links": { - "self": "/stops/7653" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=7653" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } + "long_name": "Fitchburg Line", + "short_name": "", + "sort_order": 20002, + "text_color": "FFFFFF", + "type": 2 }, - "type": "stop" - }, - { - "attributes": {}, - "id": "2943", + "id": "CR-Fitchburg", "links": { - "self": "/stops/2943" + "self": "/routes/CR-Fitchburg" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=2943" - } - }, - "parent_station": { - "data": null - }, - "zone": { + "agency": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "8678", - "links": { - "self": "/stops/8678" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=8678" + "id": "1", + "type": "agency" } }, - "parent_station": { - "data": null - }, - "zone": { + "line": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "line-Fitchburg", + "type": "line" } } }, - "type": "stop" + "type": "route" }, { "attributes": { - "direction_id": 1, - "headsign": "North Leominster (Shuttle)" + "color": "FFC72C", + "direction_destinations": [ + "Riverside", + "Union Square" + ], + "direction_names": [ + "West", + "East" + ], + "long_name": "Riverside - Brookline Village", + "short_name": "Green Line D Shuttle", + "sort_order": 61275, + "text_color": "000000", + "type": 3 }, - "id": "NorthLeominsterWachusett-1-sample", + "id": "Shuttle-BrooklineVillageRiverside", "links": { - "self": "/trips/NorthLeominsterWachusett-1-sample" + "self": "/routes/Shuttle-BrooklineVillageRiverside" }, "relationships": { - "route": { - "data": { - "id": "Shuttle-NorthLeominsterWachusett", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Shuttle-NorthLeominsterWachusett-0-1", - "type": "route_pattern" - } - }, - "service": { + "agency": { "data": { - "id": "canonical", - "type": "service" + "id": "1", + "type": "agency" } }, - "shape": { + "line": { "data": { - "id": "WachusettToNorthLeominster-S", - "type": "shape" + "id": "line-Green", + "type": "line" } - }, - "stops": { - "data": [ - { - "id": "FR-3338-B", - "type": "stop" - }, - { - "id": "FR-0494-B", - "type": "stop" - }, - { - "id": "FR-0451-B", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "route" }, { "attributes": {}, - "id": "4836", + "id": "2824", "links": { - "self": "/stops/4836" + "self": "/stops/2824" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4836" + "related": "/facilities/?filter[stop]=2824" } }, "parent_station": { @@ -258373,14 +262218,14 @@ }, { "attributes": {}, - "id": "3978", + "id": "24619", "links": { - "self": "/stops/3978" + "self": "/stops/24619" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3978" + "related": "/facilities/?filter[stop]=24619" } }, "parent_station": { @@ -258397,14 +262242,14 @@ }, { "attributes": {}, - "id": "5337", + "id": "289", "links": { - "self": "/stops/5337" + "self": "/stops/289" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5337" + "related": "/facilities/?filter[stop]=289" } }, "parent_station": { @@ -258419,16 +262264,53 @@ }, "type": "stop" }, + { + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Northgate Shopping Center", + "Central Square, Lynn" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Northgate Shopping Center - Central Square, Lynn", + "short_name": "429", + "sort_order": 54290, + "text_color": "000000", + "type": 3 + }, + "id": "429", + "links": { + "self": "/routes/429" + }, + "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, + "line": { + "data": { + "id": "line-429", + "type": "line" + } + } + }, + "type": "route" + }, { "attributes": {}, - "id": "1115", + "id": "1141", "links": { - "self": "/stops/1115" + "self": "/stops/1141" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1115" + "related": "/facilities/?filter[stop]=1141" } }, "parent_station": { @@ -258445,22 +262327,25 @@ }, { "attributes": {}, - "id": "6123", + "id": "70083", "links": { - "self": "/stops/6123" + "self": "/stops/70083" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6123" + "related": "/facilities/?filter[stop]=70083" } }, "parent_station": { - "data": null + "data": { + "id": "place-andrw", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -258469,14 +262354,14 @@ }, { "attributes": {}, - "id": "12645", + "id": "30619", "links": { - "self": "/stops/12645" + "self": "/stops/30619" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=12645" + "related": "/facilities/?filter[stop]=30619" } }, "parent_station": { @@ -258493,25 +262378,22 @@ }, { "attributes": {}, - "id": "NEC-2108-02", + "id": "30", "links": { - "self": "/stops/NEC-2108-02" + "self": "/stops/30" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=NEC-2108-02" + "related": "/facilities/?filter[stop]=30" } }, "parent_station": { - "data": { - "id": "place-NEC-2108", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "CR-zone-4", + "id": "LocalBus", "type": "zone" } } @@ -258520,14 +262402,14 @@ }, { "attributes": {}, - "id": "Boat-Lewis", + "id": "4093", "links": { - "self": "/stops/Boat-Lewis" + "self": "/stops/4093" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=Boat-Lewis" + "related": "/facilities/?filter[stop]=4093" } }, "parent_station": { @@ -258535,23 +262417,100 @@ }, "zone": { "data": { - "id": "Boat-Lewis", + "id": "LocalBus", "type": "zone" } } }, "type": "stop" }, + { + "attributes": { + "direction_id": 1, + "headsign": "Babcock Street (Shuttle)" + }, + "id": "BabcockBostonCollege-Weekday-9e586-1-00:00:00", + "links": { + "self": "/trips/BabcockBostonCollege-Weekday-9e586-1-00%3A00%3A00" + }, + "relationships": { + "route": { + "data": { + "id": "Shuttle-BabcockBostonCollege", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "Shuttle-BabcockBostonCollege-0-1", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "canonical", + "type": "service" + } + }, + "shape": { + "data": { + "id": "BostonCollegeToBabcockStreet-S", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "9070107", + "type": "stop" + }, + { + "id": "9070110", + "type": "stop" + }, + { + "id": "9070112", + "type": "stop" + }, + { + "id": "9070114", + "type": "stop" + }, + { + "id": "9070116", + "type": "stop" + }, + { + "id": "9070120", + "type": "stop" + }, + { + "id": "9070124", + "type": "stop" + }, + { + "id": "9070130", + "type": "stop" + }, + { + "id": "933", + "type": "stop" + } + ] + } + }, + "type": "trip" + }, { "attributes": {}, - "id": "5202", + "id": "26467", "links": { - "self": "/stops/5202" + "self": "/stops/26467" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5202" + "related": "/facilities/?filter[stop]=26467" } }, "parent_station": { @@ -258568,14 +262527,14 @@ }, { "attributes": {}, - "id": "4061", + "id": "6761", "links": { - "self": "/stops/4061" + "self": "/stops/6761" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4061" + "related": "/facilities/?filter[stop]=6761" } }, "parent_station": { @@ -258592,14 +262551,14 @@ }, { "attributes": {}, - "id": "2422", + "id": "7820", "links": { - "self": "/stops/2422" + "self": "/stops/7820" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2422" + "related": "/facilities/?filter[stop]=7820" } }, "parent_station": { @@ -258616,14 +262575,14 @@ }, { "attributes": {}, - "id": "22821", + "id": "33761", "links": { - "self": "/stops/22821" + "self": "/stops/33761" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=22821" + "related": "/facilities/?filter[stop]=33761" } }, "parent_station": { @@ -258640,14 +262599,14 @@ }, { "attributes": {}, - "id": "7558", + "id": "3478", "links": { - "self": "/stops/7558" + "self": "/stops/3478" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7558" + "related": "/facilities/?filter[stop]=3478" } }, "parent_station": { @@ -258662,16 +262621,30 @@ }, "type": "stop" }, + { + "attributes": { + "color": "008EAA", + "long_name": "Charlestown Ferry", + "short_name": "", + "sort_order": 30001, + "text_color": "FFFFFF" + }, + "id": "line-Boat-F4", + "links": { + "self": "/lines/line-Boat-F4" + }, + "type": "line" + }, { "attributes": {}, - "id": "8846", + "id": "5688", "links": { - "self": "/stops/8846" + "self": "/stops/5688" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8846" + "related": "/facilities/?filter[stop]=5688" } }, "parent_station": { @@ -258688,14 +262661,14 @@ }, { "attributes": {}, - "id": "6375", + "id": "6836", "links": { - "self": "/stops/6375" + "self": "/stops/6836" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6375" + "related": "/facilities/?filter[stop]=6836" } }, "parent_station": { @@ -258711,112 +262684,39 @@ "type": "stop" }, { - "attributes": { - "direction_id": 0, - "headsign": "Ruggles" - }, - "id": "61393905_2", + "attributes": {}, + "id": "1067", "links": { - "self": "/trips/61393905_2" + "self": "/stops/1067" }, "relationships": { - "route": { - "data": { - "id": "8", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "8-D-0", - "type": "route_pattern" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=1067" } }, - "service": { - "data": { - "id": "SpringWeekday", - "type": "service" - } + "parent_station": { + "data": null }, - "shape": { + "zone": { "data": { - "id": "570232-2", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "899", - "type": "stop" - }, - { - "id": "8993", - "type": "stop" - }, - { - "id": "1518", - "type": "stop" - }, - { - "id": "1519", - "type": "stop" - }, - { - "id": "1520", - "type": "stop" - }, - { - "id": "1777", - "type": "stop" - }, - { - "id": "1778", - "type": "stop" - }, - { - "id": "1779", - "type": "stop" - }, - { - "id": "1780", - "type": "stop" - }, - { - "id": "11780", - "type": "stop" - }, - { - "id": "11781", - "type": "stop" - }, - { - "id": "1784", - "type": "stop" - }, - { - "id": "1785", - "type": "stop" - }, - { - "id": "17861", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "3603", + "id": "268", "links": { - "self": "/stops/3603" + "self": "/stops/268" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3603" + "related": "/facilities/?filter[stop]=268" } }, "parent_station": { @@ -258833,14 +262733,14 @@ }, { "attributes": {}, - "id": "9177", + "id": "81464", "links": { - "self": "/stops/9177" + "self": "/stops/81464" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9177" + "related": "/facilities/?filter[stop]=81464" } }, "parent_station": { @@ -258857,14 +262757,14 @@ }, { "attributes": {}, - "id": "7432", + "id": "605", "links": { - "self": "/stops/7432" + "self": "/stops/605" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7432" + "related": "/facilities/?filter[stop]=605" } }, "parent_station": { @@ -258881,14 +262781,14 @@ }, { "attributes": {}, - "id": "1338", + "id": "Boat-Blossom", "links": { - "self": "/stops/1338" + "self": "/stops/Boat-Blossom" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1338" + "related": "/facilities/?filter[stop]=Boat-Blossom" } }, "parent_station": { @@ -258896,7 +262796,7 @@ }, "zone": { "data": { - "id": "LocalBus", + "id": "Boat-zone-1A", "type": "zone" } } @@ -258905,14 +262805,14 @@ }, { "attributes": {}, - "id": "1272", + "id": "3732", "links": { - "self": "/stops/1272" + "self": "/stops/3732" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1272" + "related": "/facilities/?filter[stop]=3732" } }, "parent_station": { @@ -258929,22 +262829,25 @@ }, { "attributes": {}, - "id": "3193", + "id": "NB-0120-S", "links": { - "self": "/stops/3193" + "self": "/stops/NB-0120-S" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3193" + "related": "/facilities/?filter[stop]=NB-0120-S" } }, "parent_station": { - "data": null + "data": { + "id": "place-NB-0120", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "CR-zone-2", "type": "zone" } } @@ -258953,14 +262856,14 @@ }, { "attributes": {}, - "id": "7698", + "id": "26500", "links": { - "self": "/stops/7698" + "self": "/stops/26500" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7698" + "related": "/facilities/?filter[stop]=26500" } }, "parent_station": { @@ -258977,14 +262880,14 @@ }, { "attributes": {}, - "id": "1739", + "id": "8947", "links": { - "self": "/stops/1739" + "self": "/stops/8947" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1739" + "related": "/facilities/?filter[stop]=8947" } }, "parent_station": { @@ -259001,22 +262904,25 @@ }, { "attributes": {}, - "id": "4666", + "id": "70164", "links": { - "self": "/stops/4666" + "self": "/stops/70164" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4666" + "related": "/facilities/?filter[stop]=70164" } }, "parent_station": { - "data": null + "data": { + "id": "place-waban", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -259025,14 +262931,14 @@ }, { "attributes": {}, - "id": "1283", + "id": "4293", "links": { - "self": "/stops/1283" + "self": "/stops/4293" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1283" + "related": "/facilities/?filter[stop]=4293" } }, "parent_station": { @@ -259048,88 +262954,39 @@ "type": "stop" }, { - "attributes": { - "direction_id": 0, - "headsign": "Spring Hill" - }, - "id": "61849179", + "attributes": {}, + "id": "38814", "links": { - "self": "/trips/61849179" + "self": "/stops/38814" }, "relationships": { - "route": { - "data": { - "id": "85", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "85-1-0", - "type": "route_pattern" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=38814" } }, - "service": { - "data": { - "id": "SpringWeekday", - "type": "service" - } + "parent_station": { + "data": null }, - "shape": { + "zone": { "data": { - "id": "850079", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "2231", - "type": "stop" - }, - { - "id": "12231", - "type": "stop" - }, - { - "id": "2521", - "type": "stop" - }, - { - "id": "2524", - "type": "stop" - }, - { - "id": "2525", - "type": "stop" - }, - { - "id": "2528", - "type": "stop" - }, - { - "id": "26131", - "type": "stop" - }, - { - "id": "2574", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "7858", + "id": "6643", "links": { - "self": "/stops/7858" + "self": "/stops/6643" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7858" + "related": "/facilities/?filter[stop]=6643" } }, "parent_station": { @@ -259146,14 +263003,14 @@ }, { "attributes": {}, - "id": "1885", + "id": "510", "links": { - "self": "/stops/1885" + "self": "/stops/510" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1885" + "related": "/facilities/?filter[stop]=510" } }, "parent_station": { @@ -259170,14 +263027,14 @@ }, { "attributes": {}, - "id": "5620", + "id": "265", "links": { - "self": "/stops/5620" + "self": "/stops/265" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5620" + "related": "/facilities/?filter[stop]=265" } }, "parent_station": { @@ -259194,258 +263051,354 @@ }, { "attributes": { - "direction_id": 0, - "headsign": "Central Square via Cliftondale" + "direction_id": 1, + "headsign": "Quincy Center" }, - "id": "62216370", + "id": "67239200", "links": { - "self": "/trips/62216370" + "self": "/trips/67239200" }, "relationships": { "route": { "data": { - "id": "426", + "id": "238", "type": "route" } }, "route_pattern": { "data": { - "id": "426-7-0", + "id": "238-3-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterSunday", "type": "service" } }, "shape": { "data": { - "id": "4260253", + "id": "2380240", "type": "shape" } }, "stops": { "data": [ { - "id": "15795", + "id": "4233", "type": "stop" }, { - "id": "24716", + "id": "14233", "type": "stop" }, { - "id": "4733", + "id": "4234", "type": "stop" }, { - "id": "4526", + "id": "4235", "type": "stop" }, { - "id": "45261", + "id": "4236", "type": "stop" }, { - "id": "4512", + "id": "4237", "type": "stop" }, { - "id": "4513", + "id": "4238", "type": "stop" }, { - "id": "4515", + "id": "4239", "type": "stop" }, { - "id": "7415", + "id": "4240", "type": "stop" }, { - "id": "7417", + "id": "4241", "type": "stop" }, { - "id": "7418", + "id": "4242", "type": "stop" }, { - "id": "7419", + "id": "4243", "type": "stop" }, { - "id": "17419", + "id": "42430", "type": "stop" }, { - "id": "7420", + "id": "4244", "type": "stop" }, { - "id": "7422", + "id": "4245", "type": "stop" }, { - "id": "17422", + "id": "4246", "type": "stop" }, { - "id": "7423", + "id": "4247", "type": "stop" }, { - "id": "7424", + "id": "4248", "type": "stop" }, { - "id": "7426", + "id": "4249", "type": "stop" }, { - "id": "7427", + "id": "4250", "type": "stop" }, { - "id": "7429", + "id": "4275", "type": "stop" }, { - "id": "17429", + "id": "4063", "type": "stop" }, { - "id": "7430", + "id": "4061", "type": "stop" }, { - "id": "7431", + "id": "4064", "type": "stop" }, { - "id": "7432", + "id": "4062", "type": "stop" }, { - "id": "7433", + "id": "4065", "type": "stop" }, { - "id": "7434", + "id": "4066", "type": "stop" }, { - "id": "7435", + "id": "4069", "type": "stop" }, { - "id": "7436", + "id": "4071", "type": "stop" }, { - "id": "7437", + "id": "4072", "type": "stop" }, { - "id": "7438", + "id": "4074", "type": "stop" }, { - "id": "7439", + "id": "4075", "type": "stop" }, { - "id": "7440", + "id": "4076", "type": "stop" }, { - "id": "7441", + "id": "4078", "type": "stop" }, { - "id": "7442", + "id": "4079", "type": "stop" }, { - "id": "7443", + "id": "4080", "type": "stop" }, { - "id": "7445", + "id": "4081", "type": "stop" }, { - "id": "7446", + "id": "4082", "type": "stop" }, { - "id": "7447", + "id": "4083", "type": "stop" }, { - "id": "7448", + "id": "4084", "type": "stop" }, { - "id": "7449", + "id": "4085", "type": "stop" }, { - "id": "17449", + "id": "4086", "type": "stop" }, { - "id": "7450", + "id": "4017", "type": "stop" }, { - "id": "7451", + "id": "4020", "type": "stop" }, { - "id": "7452", + "id": "4019", "type": "stop" }, { - "id": "4521", + "id": "4087", "type": "stop" }, { - "id": "4522", + "id": "4088", "type": "stop" }, { - "id": "4523", + "id": "4089", "type": "stop" }, { - "id": "4524", + "id": "4092", "type": "stop" }, { - "id": "4525", + "id": "4093", "type": "stop" }, { - "id": "6822", + "id": "4094", "type": "stop" }, { - "id": "6824", + "id": "4095", "type": "stop" }, { - "id": "6827", + "id": "4096", "type": "stop" }, { - "id": "6773", + "id": "4097", "type": "stop" }, { - "id": "14748", + "id": "4098", + "type": "stop" + }, + { + "id": "4099", + "type": "stop" + }, + { + "id": "4100", + "type": "stop" + }, + { + "id": "4101", + "type": "stop" + }, + { + "id": "4102", + "type": "stop" + }, + { + "id": "4103", + "type": "stop" + }, + { + "id": "41032", + "type": "stop" + }, + { + "id": "41033", + "type": "stop" + }, + { + "id": "41031", + "type": "stop" + }, + { + "id": "3943", + "type": "stop" + }, + { + "id": "3944", + "type": "stop" + }, + { + "id": "3945", + "type": "stop" + }, + { + "id": "3946", + "type": "stop" + }, + { + "id": "3947", + "type": "stop" + }, + { + "id": "3948", + "type": "stop" + }, + { + "id": "3949", + "type": "stop" + }, + { + "id": "3950", + "type": "stop" + }, + { + "id": "3959", + "type": "stop" + }, + { + "id": "3418", + "type": "stop" + }, + { + "id": "3420", + "type": "stop" + }, + { + "id": "3422", + "type": "stop" + }, + { + "id": "3423", + "type": "stop" + }, + { + "id": "33241", + "type": "stop" + }, + { + "id": "32000", + "type": "stop" + }, + { + "id": "32003", "type": "stop" } ] @@ -259455,14 +263408,14 @@ }, { "attributes": {}, - "id": "4136", + "id": "3949", "links": { - "self": "/stops/4136" + "self": "/stops/3949" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4136" + "related": "/facilities/?filter[stop]=3949" } }, "parent_station": { @@ -259479,14 +263432,14 @@ }, { "attributes": {}, - "id": "36821", + "id": "3824", "links": { - "self": "/stops/36821" + "self": "/stops/3824" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=36821" + "related": "/facilities/?filter[stop]=3824" } }, "parent_station": { @@ -259502,77 +263455,66 @@ "type": "stop" }, { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Forge Park/495", - "South Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Forge Park/495 - Norwood Central", - "short_name": "Franklin Line Shuttle", - "sort_order": 61740, - "text_color": "000000", - "type": 3 - }, - "id": "Shuttle-ForgeParkNorwoodCentral", + "attributes": {}, + "id": "70068", "links": { - "self": "/routes/Shuttle-ForgeParkNorwoodCentral" + "self": "/stops/70068" }, "relationships": { - "line": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=70068" + } + }, + "parent_station": { "data": { - "id": "line-Franklin", - "type": "line" + "id": "place-harsq", + "type": "stop" + } + }, + "zone": { + "data": { + "id": "RapidTransit", + "type": "zone" } } }, - "type": "route" + "type": "stop" }, { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Cleveland Circle", - "Government Center" - ], - "direction_names": [ - "West", - "East" - ], - "long_name": "Saint Mary's Street - Back Bay", - "short_name": "Green Line C Shuttle", - "sort_order": 60620, - "text_color": "000000", - "type": 3 - }, - "id": "Shuttle-BackBayStMarys", + "attributes": {}, + "id": "2923", "links": { - "self": "/routes/Shuttle-BackBayStMarys" + "self": "/stops/2923" }, "relationships": { - "line": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=2923" + } + }, + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "line-Green", - "type": "line" + "id": "LocalBus", + "type": "zone" } } }, - "type": "route" + "type": "stop" }, { "attributes": {}, - "id": "8843", + "id": "6148", "links": { - "self": "/stops/8843" + "self": "/stops/6148" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8843" + "related": "/facilities/?filter[stop]=6148" } }, "parent_station": { @@ -259588,157 +263530,100 @@ "type": "stop" }, { - "attributes": { - "direction_id": 1, - "headsign": "Alewife (Shuttle)" - }, - "id": "AlewifeParkSt-1-sample", + "attributes": {}, + "id": "4294", "links": { - "self": "/trips/AlewifeParkSt-1-sample" + "self": "/stops/4294" }, "relationships": { - "route": { - "data": { - "id": "Shuttle-AlewifeParkSt", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Shuttle-AlewifeParkSt-0-1", - "type": "route_pattern" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=4294" } }, - "service": { - "data": { - "id": "canonical", - "type": "service" - } + "parent_station": { + "data": null }, - "shape": { + "zone": { "data": { - "id": "AlewifeToParkSt-Alewife-S", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "9170076", - "type": "stop" - }, - { - "id": "9070074", - "type": "stop" - }, - { - "id": "9170071", - "type": "stop" - }, - { - "id": "102", - "type": "stop" - }, - { - "id": "110", - "type": "stop" - }, - { - "id": "23151", - "type": "stop" - }, - { - "id": "5104", - "type": "stop" - }, - { - "id": "141", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": { - "direction_id": 1, - "headsign": "North Station" + "color": "FFC72C", + "direction_destinations": [ + "Kingston", + "South Station" + ], + "direction_names": [ + "South", + "North" + ], + "long_name": "South Weymouth - Braintree", + "short_name": "Kingston Line Shuttle", + "sort_order": 61025, + "text_color": "000000", + "type": 3 }, - "id": "CR-660269-198", + "id": "Shuttle-BraintreeSouthWeymouth", "links": { - "self": "/trips/CR-660269-198" + "self": "/routes/Shuttle-BraintreeSouthWeymouth" }, "relationships": { - "route": { + "agency": { "data": { - "id": "CR-Newburyport", - "type": "route" + "id": "1", + "type": "agency" } }, - "route_pattern": { + "line": { "data": { - "id": "CR-Newburyport-f5cebd1b-1", - "type": "route_pattern" + "id": "line-Kingston", + "type": "line" } - }, - "service": { - "data": { - "id": "SPRING2024-NORTHWKD-Weekday-5-S9d378dcf", - "type": "service" + } + }, + "type": "route" + }, + { + "attributes": {}, + "id": "9339", + "links": { + "self": "/stops/9339" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=9339" } }, - "shape": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "9810001", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "ER-0183-02", - "type": "stop" - }, - { - "id": "ER-0168-S", - "type": "stop" - }, - { - "id": "ER-0128-02", - "type": "stop" - }, - { - "id": "ER-0117-02", - "type": "stop" - }, - { - "id": "ER-0099-02", - "type": "stop" - }, - { - "id": "ER-0042-02", - "type": "stop" - }, - { - "id": "BNT-0000", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "76561", + "id": "10821", "links": { - "self": "/stops/76561" + "self": "/stops/10821" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=76561" + "related": "/facilities/?filter[stop]=10821" } }, "parent_station": { @@ -259755,14 +263640,14 @@ }, { "attributes": {}, - "id": "8390", + "id": "4574", "links": { - "self": "/stops/8390" + "self": "/stops/4574" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8390" + "related": "/facilities/?filter[stop]=4574" } }, "parent_station": { @@ -259778,29 +263663,39 @@ "type": "stop" }, { - "attributes": { - "color": "008EAA", - "long_name": "Hingham/Hull Ferry", - "short_name": "", - "sort_order": 30002, - "text_color": "FFFFFF" - }, - "id": "line-Boat-F1", + "attributes": {}, + "id": "6699", "links": { - "self": "/lines/line-Boat-F1" + "self": "/stops/6699" }, - "type": "line" + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=6699" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" }, { "attributes": {}, - "id": "1280", + "id": "3176", "links": { - "self": "/stops/1280" + "self": "/stops/3176" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1280" + "related": "/facilities/?filter[stop]=3176" } }, "parent_station": { @@ -259817,22 +263712,25 @@ }, { "attributes": {}, - "id": "5037", + "id": "FB-0166-S", "links": { - "self": "/stops/5037" + "self": "/stops/FB-0166-S" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5037" + "related": "/facilities/?filter[stop]=FB-0166-S" } }, "parent_station": { - "data": null + "data": { + "id": "place-FB-0166", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "CR-zone-4", "type": "zone" } } @@ -259841,25 +263739,22 @@ }, { "attributes": {}, - "id": "WML-0177-02", + "id": "4368", "links": { - "self": "/stops/WML-0177-02" + "self": "/stops/4368" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=WML-0177-02" + "related": "/facilities/?filter[stop]=4368" } }, "parent_station": { - "data": { - "id": "place-WML-0177", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "CR-zone-4", + "id": "LocalBus", "type": "zone" } } @@ -259868,14 +263763,14 @@ }, { "attributes": {}, - "id": "46734", + "id": "78071", "links": { - "self": "/stops/46734" + "self": "/stops/78071" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=46734" + "related": "/facilities/?filter[stop]=78071" } }, "parent_station": { @@ -259892,14 +263787,14 @@ }, { "attributes": {}, - "id": "3592", + "id": "36540", "links": { - "self": "/stops/3592" + "self": "/stops/36540" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3592" + "related": "/facilities/?filter[stop]=36540" } }, "parent_station": { @@ -259916,14 +263811,14 @@ }, { "attributes": {}, - "id": "560", + "id": "8678", "links": { - "self": "/stops/560" + "self": "/stops/8678" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=560" + "related": "/facilities/?filter[stop]=8678" } }, "parent_station": { @@ -259940,45 +263835,79 @@ }, { "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Worcester", - "South Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Boston Landing - Back Bay", - "short_name": "Worcester Line Shuttle", - "sort_order": 60470, - "text_color": "000000", - "type": 3 + "direction_id": 1, + "headsign": "Copley via Back Bay (Shuttle)" }, - "id": "Shuttle-BackBayBostonLanding", + "id": "CopleyJackson-Weekday-9e586-1-00:00:00", "links": { - "self": "/routes/Shuttle-BackBayBostonLanding" + "self": "/trips/CopleyJackson-Weekday-9e586-1-00%3A00%3A00" }, "relationships": { - "line": { + "route": { "data": { - "id": "line-Worcester", - "type": "line" + "id": "Shuttle-CopleyJackson", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "Shuttle-CopleyJackson-0-1", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "canonical", + "type": "service" + } + }, + "shape": { + "data": { + "id": "JacksonToCopley-S", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "11531", + "type": "stop" + }, + { + "id": "1222", + "type": "stop" + }, + { + "id": "17861", + "type": "stop" + }, + { + "id": "9070013", + "type": "stop" + }, + { + "id": "11384", + "type": "stop" + }, + { + "id": "9170154", + "type": "stop" + } + ] } }, - "type": "route" + "type": "trip" }, { "attributes": {}, - "id": "5321", + "id": "960", "links": { - "self": "/stops/5321" + "self": "/stops/960" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5321" + "related": "/facilities/?filter[stop]=960" } }, "parent_station": { @@ -259994,46 +263923,92 @@ "type": "stop" }, { - "attributes": {}, - "id": "109860", + "attributes": { + "direction_id": 1, + "headsign": "South Station" + }, + "id": "SouthWKDYF24-697841-860", "links": { - "self": "/stops/109860" + "self": "/trips/SouthWKDYF24-697841-860" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=109860" + "route": { + "data": { + "id": "CR-Providence", + "type": "route" } }, - "parent_station": { - "data": null + "route_pattern": { + "data": { + "id": "CR-Providence-6cae46be-1", + "type": "route_pattern" + } }, - "zone": { + "service": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "FALL 2024-SOUTHWKD-Weekday-1-Scbbf1ea5", + "type": "service" + } + }, + "shape": { + "data": { + "id": "9890003", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "SB-0189-S", + "type": "stop" + }, + { + "id": "SB-0156-S", + "type": "stop" + }, + { + "id": "SB-0150-06", + "type": "stop" + }, + { + "id": "NEC-2173-02", + "type": "stop" + }, + { + "id": "NEC-2203-02", + "type": "stop" + }, + { + "id": "NEC-2265-02", + "type": "stop" + }, + { + "id": "NEC-2276-02", + "type": "stop" + }, + { + "id": "NEC-2287", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "185", + "id": "3032", "links": { - "self": "/stops/185" + "self": "/stops/3032" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=185" + "related": "/facilities/?filter[stop]=3032" } }, "parent_station": { - "data": { - "id": "place-matt", - "type": "stop" - } + "data": null }, "zone": { "data": { @@ -260046,14 +264021,14 @@ }, { "attributes": {}, - "id": "36831", + "id": "6111", "links": { - "self": "/stops/36831" + "self": "/stops/6111" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=36831" + "related": "/facilities/?filter[stop]=6111" } }, "parent_station": { @@ -260070,24 +264045,24 @@ }, { "attributes": {}, - "id": "5963", + "id": "NHRML-0055-B0", "links": { - "self": "/stops/5963" + "self": "/stops/NHRML-0055-B0" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5963" + "related": "/facilities/?filter[stop]=NHRML-0055-B0" } }, "parent_station": { - "data": null - }, - "zone": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "place-NHRML-0055", + "type": "stop" } + }, + "zone": { + "data": null } }, "type": "stop" @@ -260095,89 +264070,57 @@ { "attributes": { "direction_id": 1, - "headsign": "North Station" + "headsign": "Back Bay (Shuttle)" }, - "id": "CR-676470-280", + "id": "GovernmentCenterSaintMarysStreetBackBay-1-sample", "links": { - "self": "/trips/CR-676470-280" + "self": "/trips/GovernmentCenterSaintMarysStreetBackBay-1-sample" }, "relationships": { "route": { "data": { - "id": "CR-Haverhill", + "id": "Shuttle-BackBayStMarys", "type": "route" } }, "route_pattern": { "data": { - "id": "CR-Haverhill-dcfde8e9-1", + "id": "Shuttle-BackBayStMarys-0-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SPRING2024-NORTHWKD-Weekday-9-S6561ad1d", + "id": "canonical", "type": "service" } }, "shape": { "data": { - "id": "9820001", + "id": "SaintMaryToBackBay-S", "type": "shape" } }, "stops": { "data": [ { - "id": "WR-0264-02", - "type": "stop" - }, - { - "id": "WR-0228-02", - "type": "stop" - }, - { - "id": "WR-0205-02", - "type": "stop" - }, - { - "id": "WR-0163-S", - "type": "stop" - }, - { - "id": "WR-0120-S", - "type": "stop" - }, - { - "id": "WR-0099-02", - "type": "stop" - }, - { - "id": "WR-0085-02", - "type": "stop" - }, - { - "id": "WR-0075-02", - "type": "stop" - }, - { - "id": "WR-0067-02", + "id": "9070212", "type": "stop" }, { - "id": "WR-0062-02", + "id": "9170212", "type": "stop" }, { - "id": "WR-0053-S", + "id": "9070150", "type": "stop" }, { - "id": "WR-0045-S", + "id": "9070152", "type": "stop" }, { - "id": "BNT-0000", + "id": "175", "type": "stop" } ] @@ -260187,14 +264130,14 @@ }, { "attributes": {}, - "id": "6751", + "id": "3846", "links": { - "self": "/stops/6751" + "self": "/stops/3846" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6751" + "related": "/facilities/?filter[stop]=3846" } }, "parent_station": { @@ -260211,14 +264154,14 @@ }, { "attributes": {}, - "id": "6626", + "id": "49913", "links": { - "self": "/stops/6626" + "self": "/stops/49913" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6626" + "related": "/facilities/?filter[stop]=49913" } }, "parent_station": { @@ -260235,14 +264178,14 @@ }, { "attributes": {}, - "id": "81448", + "id": "1185", "links": { - "self": "/stops/81448" + "self": "/stops/1185" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=81448" + "related": "/facilities/?filter[stop]=1185" } }, "parent_station": { @@ -260258,114 +264201,126 @@ "type": "stop" }, { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Bowdoin", - "Wonderland" - ], - "direction_names": [ - "West", - "East" - ], - "long_name": "Airport - Government Center (Express)", - "short_name": "Blue Line Shuttle", - "sort_order": 60205, - "text_color": "000000", - "type": 3 + "attributes": {}, + "id": "12821", + "links": { + "self": "/stops/12821" }, - "id": "Shuttle-AirportGovernmentCenterExpress", + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=12821" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "70149", "links": { - "self": "/routes/Shuttle-AirportGovernmentCenterExpress" + "self": "/stops/70149" }, "relationships": { - "line": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=70149" + } + }, + "parent_station": { "data": { - "id": "line-Blue", - "type": "line" + "id": "place-bland", + "type": "stop" + } + }, + "zone": { + "data": { + "id": "RapidTransit", + "type": "zone" } } }, - "type": "route" + "type": "stop" }, { "attributes": { - "direction_id": 0, - "headsign": "Government Center (Shuttle)" + "direction_id": 1, + "headsign": "South Station" }, - "id": "GovernmentCenterWonderland-0-sample", + "id": "SouthWKDYF24-697823-824", "links": { - "self": "/trips/GovernmentCenterWonderland-0-sample" + "self": "/trips/SouthWKDYF24-697823-824" }, "relationships": { "route": { "data": { - "id": "Shuttle-GovernmentCenterWonderland", + "id": "CR-Providence", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-GovernmentCenterWonderland-0-0", + "id": "CR-Providence-30afc537-1", "type": "route_pattern" } }, "service": { "data": { - "id": "canonical", + "id": "FALL 2024-SOUTHWKD-Weekday-1-Scbbf1ea5", "type": "service" } }, "shape": { "data": { - "id": "WonderlandToGovernmentCenter-S", + "id": "9890008", "type": "shape" } }, "stops": { "data": [ { - "id": "15795", - "type": "stop" - }, - { - "id": "9070057", - "type": "stop" - }, - { - "id": "9070055", + "id": "NEC-1851-03", "type": "stop" }, { - "id": "9070053", + "id": "NEC-1891-02", "type": "stop" }, { - "id": "5879", + "id": "NEC-1969-04", "type": "stop" }, { - "id": "5666", + "id": "NEC-2040-02", "type": "stop" }, { - "id": "7096", + "id": "NEC-2108-02", "type": "stop" }, { - "id": "57400", + "id": "NEC-2173-02", "type": "stop" }, { - "id": "9070043", + "id": "NEC-2265-02", "type": "stop" }, { - "id": "65", + "id": "NEC-2276-02", "type": "stop" }, { - "id": "4510", + "id": "NEC-2287", "type": "stop" } ] @@ -260375,14 +264330,62 @@ }, { "attributes": {}, - "id": "45834", + "id": "3093", "links": { - "self": "/stops/45834" + "self": "/stops/3093" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=45834" + "related": "/facilities/?filter[stop]=3093" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "2702", + "links": { + "self": "/stops/2702" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=2702" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "121012", + "links": { + "self": "/stops/121012" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=121012" } }, "parent_station": { @@ -260399,230 +264402,154 @@ }, { "attributes": { - "direction_id": 1, - "headsign": "Alewife via Hanscom Airport" + "direction_id": 0, + "headsign": "Kings Lynn" }, - "id": "61848703", + "id": "67202504", "links": { - "self": "/trips/61848703" + "self": "/trips/67202504" }, "relationships": { "route": { "data": { - "id": "76", + "id": "429", "type": "route" } }, "route_pattern": { "data": { - "id": "76-3-1", + "id": "429-5-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "760141", + "id": "4290294", "type": "shape" } }, "stops": { "data": [ { - "id": "85231", - "type": "stop" - }, - { - "id": "8623", - "type": "stop" - }, - { - "id": "86232", - "type": "stop" - }, - { - "id": "8624", - "type": "stop" - }, - { - "id": "86242", - "type": "stop" - }, - { - "id": "86178", - "type": "stop" - }, - { - "id": "86179", - "type": "stop" - }, - { - "id": "86180", - "type": "stop" - }, - { - "id": "86261", - "type": "stop" - }, - { - "id": "8627", - "type": "stop" - }, - { - "id": "8628", - "type": "stop" - }, - { - "id": "8629", - "type": "stop" - }, - { - "id": "8630", - "type": "stop" - }, - { - "id": "8631", - "type": "stop" - }, - { - "id": "8632", - "type": "stop" - }, - { - "id": "8633", - "type": "stop" - }, - { - "id": "8634", - "type": "stop" - }, - { - "id": "8635", - "type": "stop" - }, - { - "id": "7874", - "type": "stop" - }, - { - "id": "78741", + "id": "94320", "type": "stop" }, { - "id": "78742", + "id": "94323", "type": "stop" }, { - "id": "8636", + "id": "6773", "type": "stop" }, { - "id": "18636", + "id": "14748", "type": "stop" }, { - "id": "8637", + "id": "66721", "type": "stop" }, { - "id": "8638", + "id": "66731", "type": "stop" }, { - "id": "8639", + "id": "6674", "type": "stop" }, { - "id": "8640", + "id": "66761", "type": "stop" }, { - "id": "8641", + "id": "6676", "type": "stop" }, { - "id": "18595", + "id": "6677", "type": "stop" }, { - "id": "8643", + "id": "6678", "type": "stop" }, { - "id": "8645", + "id": "6679", "type": "stop" }, { - "id": "8647", + "id": "6681", "type": "stop" }, { - "id": "8648", + "id": "6683", "type": "stop" }, { - "id": "8649", + "id": "6684", "type": "stop" }, { - "id": "8651", + "id": "6685", "type": "stop" }, { - "id": "2494", + "id": "6686", "type": "stop" }, { - "id": "2495", + "id": "6688", "type": "stop" }, { - "id": "2326", + "id": "6689", "type": "stop" }, { - "id": "2327", + "id": "6690", "type": "stop" }, { - "id": "2328", + "id": "6691", "type": "stop" }, { - "id": "2329", + "id": "6692", "type": "stop" }, { - "id": "2331", + "id": "6694", "type": "stop" }, { - "id": "2475", + "id": "6695", "type": "stop" }, { - "id": "2477", + "id": "6697", "type": "stop" }, { - "id": "2478", + "id": "6698", "type": "stop" }, { - "id": "24790", + "id": "6699", "type": "stop" }, { - "id": "24791", + "id": "6700", "type": "stop" }, { - "id": "141", + "id": "56734", "type": "stop" } ] @@ -260632,14 +264559,14 @@ }, { "attributes": {}, - "id": "2269", + "id": "2478", "links": { - "self": "/stops/2269" + "self": "/stops/2478" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2269" + "related": "/facilities/?filter[stop]=2478" } }, "parent_station": { @@ -260656,14 +264583,14 @@ }, { "attributes": {}, - "id": "15291", + "id": "6145", "links": { - "self": "/stops/15291" + "self": "/stops/6145" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=15291" + "related": "/facilities/?filter[stop]=6145" } }, "parent_station": { @@ -260680,14 +264607,14 @@ }, { "attributes": {}, - "id": "275", + "id": "4789", "links": { - "self": "/stops/275" + "self": "/stops/4789" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=275" + "related": "/facilities/?filter[stop]=4789" } }, "parent_station": { @@ -260704,14 +264631,14 @@ }, { "attributes": {}, - "id": "5249", + "id": "2299", "links": { - "self": "/stops/5249" + "self": "/stops/2299" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5249" + "related": "/facilities/?filter[stop]=2299" } }, "parent_station": { @@ -260728,14 +264655,14 @@ }, { "attributes": {}, - "id": "8264", + "id": "5351", "links": { - "self": "/stops/8264" + "self": "/stops/5351" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8264" + "related": "/facilities/?filter[stop]=5351" } }, "parent_station": { @@ -260752,14 +264679,14 @@ }, { "attributes": {}, - "id": "967", + "id": "3113", "links": { - "self": "/stops/967" + "self": "/stops/3113" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=967" + "related": "/facilities/?filter[stop]=3113" } }, "parent_station": { @@ -260774,16 +264701,172 @@ }, "type": "stop" }, + { + "attributes": { + "direction_id": 0, + "headsign": "Forest Hills via South Bay Center" + }, + "id": "66650784", + "links": { + "self": "/trips/66650784" + }, + "relationships": { + "route": { + "data": { + "id": "16", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "16-9-0", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "WinterWeekday", + "type": "service" + } + }, + "shape": { + "data": { + "id": "160344", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "13", + "type": "stop" + }, + { + "id": "11241", + "type": "stop" + }, + { + "id": "11242", + "type": "stop" + }, + { + "id": "11244", + "type": "stop" + }, + { + "id": "133", + "type": "stop" + }, + { + "id": "134", + "type": "stop" + }, + { + "id": "362", + "type": "stop" + }, + { + "id": "2910", + "type": "stop" + }, + { + "id": "2911", + "type": "stop" + }, + { + "id": "2912", + "type": "stop" + }, + { + "id": "2913", + "type": "stop" + }, + { + "id": "2914", + "type": "stop" + }, + { + "id": "2915", + "type": "stop" + }, + { + "id": "2916", + "type": "stop" + }, + { + "id": "2918", + "type": "stop" + }, + { + "id": "2919", + "type": "stop" + }, + { + "id": "2920", + "type": "stop" + }, + { + "id": "1587", + "type": "stop" + }, + { + "id": "11587", + "type": "stop" + }, + { + "id": "21587", + "type": "stop" + }, + { + "id": "547", + "type": "stop" + }, + { + "id": "875", + "type": "stop" + } + ] + } + }, + "type": "trip" + }, { "attributes": {}, - "id": "4340", + "id": "NHRML-0078-02", "links": { - "self": "/stops/4340" + "self": "/stops/NHRML-0078-02" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4340" + "related": "/facilities/?filter[stop]=NHRML-0078-02" + } + }, + "parent_station": { + "data": { + "id": "place-NHRML-0078", + "type": "stop" + } + }, + "zone": { + "data": { + "id": "CR-zone-1", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "7311", + "links": { + "self": "/stops/7311" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=7311" } }, "parent_station": { @@ -260800,14 +264883,14 @@ }, { "attributes": {}, - "id": "1533", + "id": "78982", "links": { - "self": "/stops/1533" + "self": "/stops/78982" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1533" + "related": "/facilities/?filter[stop]=78982" } }, "parent_station": { @@ -260824,14 +264907,14 @@ }, { "attributes": {}, - "id": "2027", + "id": "4853", "links": { - "self": "/stops/2027" + "self": "/stops/4853" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2027" + "related": "/facilities/?filter[stop]=4853" } }, "parent_station": { @@ -260848,14 +264931,14 @@ }, { "attributes": {}, - "id": "3727", + "id": "8600", "links": { - "self": "/stops/3727" + "self": "/stops/8600" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3727" + "related": "/facilities/?filter[stop]=8600" } }, "parent_station": { @@ -260872,14 +264955,14 @@ }, { "attributes": {}, - "id": "5624", + "id": "31618", "links": { - "self": "/stops/5624" + "self": "/stops/31618" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5624" + "related": "/facilities/?filter[stop]=31618" } }, "parent_station": { @@ -260896,14 +264979,38 @@ }, { "attributes": {}, - "id": "225", + "id": "7591", "links": { - "self": "/stops/225" + "self": "/stops/7591" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=225" + "related": "/facilities/?filter[stop]=7591" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "19031", + "links": { + "self": "/stops/19031" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=19031" } }, "parent_station": { @@ -260921,101 +265028,85 @@ { "attributes": { "direction_id": 0, - "headsign": "Sullivan" + "headsign": "Providence" }, - "id": "61868934", + "id": "SouthWKDYF24-697838-839", "links": { - "self": "/trips/61868934" + "self": "/trips/SouthWKDYF24-697838-839" }, "relationships": { "route": { "data": { - "id": "91", + "id": "CR-Providence", "type": "route" } }, "route_pattern": { "data": { - "id": "91-_-0", + "id": "CR-Providence-43081d8a-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "FALL 2024-SOUTHWKD-Weekday-1-Scbbf1ea5", "type": "service" } }, "shape": { "data": { - "id": "910128", + "id": "9890009", "type": "shape" } }, "stops": { "data": [ { - "id": "2444", - "type": "stop" - }, - { - "id": "1059", - "type": "stop" - }, - { - "id": "2446", - "type": "stop" - }, - { - "id": "2447", - "type": "stop" - }, - { - "id": "2448", + "id": "NEC-2287", "type": "stop" }, { - "id": "2449", + "id": "NEC-2276-03", "type": "stop" }, { - "id": "12451", + "id": "NEC-2265-03", "type": "stop" }, { - "id": "12530", + "id": "NEC-2237-03", "type": "stop" }, { - "id": "2531", + "id": "NEC-2203-03", "type": "stop" }, { - "id": "2773", + "id": "NEC-2173-01", "type": "stop" }, { - "id": "2774", + "id": "NEC-2139-01", "type": "stop" }, { - "id": "2776", + "id": "NEC-2108-01", "type": "stop" }, { - "id": "2778", + "id": "NEC-2040-01", "type": "stop" }, { - "id": "2777", + "id": "NEC-1969-03", "type": "stop" }, { - "id": "2779", + "id": "NEC-1891-01", "type": "stop" }, { - "id": "29001", + "id": "NEC-1851-03", "type": "stop" } ] @@ -261025,14 +265116,14 @@ }, { "attributes": {}, - "id": "2184", + "id": "2358", "links": { - "self": "/stops/2184" + "self": "/stops/2358" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2184" + "related": "/facilities/?filter[stop]=2358" } }, "parent_station": { @@ -261049,14 +265140,14 @@ }, { "attributes": {}, - "id": "11618", + "id": "7532", "links": { - "self": "/stops/11618" + "self": "/stops/7532" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=11618" + "related": "/facilities/?filter[stop]=7532" } }, "parent_station": { @@ -261073,14 +265164,14 @@ }, { "attributes": {}, - "id": "11390", + "id": "3140", "links": { - "self": "/stops/11390" + "self": "/stops/3140" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=11390" + "related": "/facilities/?filter[stop]=3140" } }, "parent_station": { @@ -261097,22 +265188,25 @@ }, { "attributes": {}, - "id": "542", + "id": "170137", "links": { - "self": "/stops/542" + "self": "/stops/170137" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=542" + "related": "/facilities/?filter[stop]=170137" } }, "parent_station": { - "data": null + "data": { + "id": "place-babck", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -261121,14 +265215,14 @@ }, { "attributes": {}, - "id": "23951", + "id": "41", "links": { - "self": "/stops/23951" + "self": "/stops/41" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=23951" + "related": "/facilities/?filter[stop]=41" } }, "parent_station": { @@ -261145,14 +265239,14 @@ }, { "attributes": {}, - "id": "982", + "id": "9040", "links": { - "self": "/stops/982" + "self": "/stops/9040" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=982" + "related": "/facilities/?filter[stop]=9040" } }, "parent_station": { @@ -261168,316 +265262,124 @@ "type": "stop" }, { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Heath Street", - "Medford/Tufts" - ], - "direction_names": [ - "West", - "East" - ], - "long_name": "North Station - Medford/Tufts", - "short_name": "Green Line E Shuttle", - "sort_order": 62065, - "text_color": "000000", - "type": 3 - }, - "id": "Shuttle-MedfordNorthStation", + "attributes": {}, + "id": "10424", "links": { - "self": "/routes/Shuttle-MedfordNorthStation" + "self": "/stops/10424" }, "relationships": { - "line": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=10424" + } + }, + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "line-Green", - "type": "line" + "id": "LocalBus", + "type": "zone" } } }, - "type": "route" + "type": "stop" }, { - "attributes": { - "direction_id": 0, - "headsign": "Hingham via Logan Airport" - }, - "id": "Boat-F1-0910-Long-BF2H-01-Weekday-Summer-24", + "attributes": {}, + "id": "5003", "links": { - "self": "/trips/Boat-F1-0910-Long-BF2H-01-Weekday-Summer-24" + "self": "/stops/5003" }, "relationships": { - "route": { - "data": { - "id": "Boat-F1", - "type": "route" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=5003" } }, - "route_pattern": { - "data": { - "id": "Boat-F1-4-0", - "type": "route_pattern" - } + "parent_station": { + "data": null }, - "service": { + "zone": { "data": { - "id": "Boat-F1-Weekday-Summer-24", - "type": "service" + "id": "LocalBus", + "type": "zone" } - }, - "shape": { - "data": { - "id": "b0008", - "type": "shape" + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "14331", + "links": { + "self": "/stops/14331" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=14331" } }, - "stops": { - "data": [ - { - "id": "Boat-Long", - "type": "stop" - }, - { - "id": "Boat-Logan", - "type": "stop" - }, - { - "id": "Boat-Hingham", - "type": "stop" - } - ] + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } } }, - "type": "trip" + "type": "stop" }, { "attributes": { - "direction_id": 0, - "headsign": "Salem Depot" + "color": "FFC72C", + "direction_destinations": [ + "Forest Hills", + "Oak Grove" + ], + "direction_names": [ + "South", + "North" + ], + "long_name": "Forest Hills - Ruggles", + "short_name": "Orange Line Shuttle", + "sort_order": 61700, + "text_color": "000000", + "type": 3 }, - "id": "62216667", + "id": "Shuttle-ForestHillsRuggles", "links": { - "self": "/trips/62216667" + "self": "/routes/Shuttle-ForestHillsRuggles" }, "relationships": { - "route": { - "data": { - "id": "450", - "type": "route" - } - }, - "route_pattern": { + "agency": { "data": { - "id": "450-9-0", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "SpringWeekday", - "type": "service" + "id": "1", + "type": "agency" } }, - "shape": { + "line": { "data": { - "id": "4500196", - "type": "shape" + "id": "line-Orange", + "type": "line" } - }, - "stops": { - "data": [ - { - "id": "4520", - "type": "stop" - }, - { - "id": "45211", - "type": "stop" - }, - { - "id": "4521", - "type": "stop" - }, - { - "id": "4522", - "type": "stop" - }, - { - "id": "4523", - "type": "stop" - }, - { - "id": "4524", - "type": "stop" - }, - { - "id": "4527", - "type": "stop" - }, - { - "id": "4528", - "type": "stop" - }, - { - "id": "4529", - "type": "stop" - }, - { - "id": "4530", - "type": "stop" - }, - { - "id": "4531", - "type": "stop" - }, - { - "id": "4532", - "type": "stop" - }, - { - "id": "7246", - "type": "stop" - }, - { - "id": "7247", - "type": "stop" - }, - { - "id": "7248", - "type": "stop" - }, - { - "id": "7249", - "type": "stop" - }, - { - "id": "7250", - "type": "stop" - }, - { - "id": "7251", - "type": "stop" - }, - { - "id": "7252", - "type": "stop" - }, - { - "id": "4533", - "type": "stop" - }, - { - "id": "4534", - "type": "stop" - }, - { - "id": "4535", - "type": "stop" - }, - { - "id": "4537", - "type": "stop" - }, - { - "id": "4538", - "type": "stop" - }, - { - "id": "4539", - "type": "stop" - }, - { - "id": "4540", - "type": "stop" - }, - { - "id": "4541", - "type": "stop" - }, - { - "id": "4544", - "type": "stop" - }, - { - "id": "14544", - "type": "stop" - }, - { - "id": "4546", - "type": "stop" - }, - { - "id": "4547", - "type": "stop" - }, - { - "id": "14548", - "type": "stop" - }, - { - "id": "14551", - "type": "stop" - }, - { - "id": "4553", - "type": "stop" - }, - { - "id": "14553", - "type": "stop" - }, - { - "id": "4554", - "type": "stop" - }, - { - "id": "4555", - "type": "stop" - }, - { - "id": "4557", - "type": "stop" - }, - { - "id": "4558", - "type": "stop" - }, - { - "id": "4559", - "type": "stop" - }, - { - "id": "4560", - "type": "stop" - }, - { - "id": "4562", - "type": "stop" - }, - { - "id": "4563", - "type": "stop" - }, - { - "id": "37150", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "route" }, { "attributes": {}, - "id": "5324", + "id": "15990", "links": { - "self": "/stops/5324" + "self": "/stops/15990" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5324" + "related": "/facilities/?filter[stop]=15990" } }, "parent_station": { @@ -261494,14 +265396,14 @@ }, { "attributes": {}, - "id": "7859", + "id": "5392", "links": { - "self": "/stops/7859" + "self": "/stops/5392" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7859" + "related": "/facilities/?filter[stop]=5392" } }, "parent_station": { @@ -261518,14 +265420,14 @@ }, { "attributes": {}, - "id": "7407", + "id": "7379", "links": { - "self": "/stops/7407" + "self": "/stops/7379" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7407" + "related": "/facilities/?filter[stop]=7379" } }, "parent_station": { @@ -261541,39 +265443,52 @@ "type": "stop" }, { - "attributes": {}, - "id": "7305", + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Watertown Square", + "Harvard Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Watertown Square - Harvard Station", + "short_name": "71", + "sort_order": 50710, + "text_color": "000000", + "type": 3 + }, + "id": "71", "links": { - "self": "/stops/7305" + "self": "/routes/71" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=7305" + "agency": { + "data": { + "id": "1", + "type": "agency" } }, - "parent_station": { - "data": null - }, - "zone": { + "line": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "line-71", + "type": "line" } } }, - "type": "stop" + "type": "route" }, { "attributes": {}, - "id": "77618", + "id": "6837", "links": { - "self": "/stops/77618" + "self": "/stops/6837" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=77618" + "related": "/facilities/?filter[stop]=6837" } }, "parent_station": { @@ -261590,14 +265505,14 @@ }, { "attributes": {}, - "id": "109835", + "id": "56003", "links": { - "self": "/stops/109835" + "self": "/stops/56003" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=109835" + "related": "/facilities/?filter[stop]=56003" } }, "parent_station": { @@ -261614,22 +265529,25 @@ }, { "attributes": {}, - "id": "5298", + "id": "70056", "links": { - "self": "/stops/5298" + "self": "/stops/70056" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5298" + "related": "/facilities/?filter[stop]=70056" } }, "parent_station": { - "data": null + "data": { + "id": "place-bmmnl", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -261638,14 +265556,14 @@ }, { "attributes": {}, - "id": "8189", + "id": "8867", "links": { - "self": "/stops/8189" + "self": "/stops/8867" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8189" + "related": "/facilities/?filter[stop]=8867" } }, "parent_station": { @@ -261662,14 +265580,14 @@ }, { "attributes": {}, - "id": "4219", + "id": "49796", "links": { - "self": "/stops/4219" + "self": "/stops/49796" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4219" + "related": "/facilities/?filter[stop]=49796" } }, "parent_station": { @@ -261686,150 +265604,98 @@ }, { "attributes": { - "direction_id": 0, - "headsign": "Ashmont" + "direction_id": 1, + "headsign": "South Station" }, - "id": "61393906", + "id": "SouthWKDYF24-697752-700", "links": { - "self": "/trips/61393906" + "self": "/trips/SouthWKDYF24-697752-700" }, "relationships": { "route": { "data": { - "id": "22", + "id": "CR-Franklin", "type": "route" } }, "route_pattern": { "data": { - "id": "22-_-0", + "id": "CR-Franklin-efd9798e-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "FALL 2024-SOUTHWKD-Weekday-1-S85407dc6", "type": "service" } }, "shape": { "data": { - "id": "22-_-0", + "id": "9880005", "type": "shape" } }, "stops": { "data": [ { - "id": "17862", - "type": "stop" - }, - { - "id": "1257", - "type": "stop" - }, - { - "id": "1258", - "type": "stop" - }, - { - "id": "1260", - "type": "stop" - }, - { - "id": "1262", - "type": "stop" - }, - { - "id": "11531", - "type": "stop" - }, - { - "id": "1265", - "type": "stop" - }, - { - "id": "1266", - "type": "stop" - }, - { - "id": "10413", - "type": "stop" - }, - { - "id": "11413", - "type": "stop" - }, - { - "id": "17421", - "type": "stop" - }, - { - "id": "17411", - "type": "stop" - }, - { - "id": "17401", - "type": "stop" - }, - { - "id": "17391", + "id": "FB-0303-S", "type": "stop" }, { - "id": "415", + "id": "FB-0275-S", "type": "stop" }, { - "id": "416", + "id": "FB-0230-S", "type": "stop" }, { - "id": "417", + "id": "FB-0191-S", "type": "stop" }, { - "id": "419", + "id": "FB-0166-S", "type": "stop" }, { - "id": "420", + "id": "FB-0148-02", "type": "stop" }, { - "id": "421", + "id": "FB-0143-02", "type": "stop" }, { - "id": "422", + "id": "FB-0125-02", "type": "stop" }, { - "id": "423", + "id": "FB-0118-02", "type": "stop" }, { - "id": "424", + "id": "FB-0109-02", "type": "stop" }, { - "id": "425", + "id": "FB-0095-05", "type": "stop" }, { - "id": "426", + "id": "NEC-2237-03", "type": "stop" }, { - "id": "428", + "id": "NEC-2265-03", "type": "stop" }, { - "id": "430", + "id": "NEC-2276-03", "type": "stop" }, { - "id": "334", + "id": "NEC-2287", "type": "stop" } ] @@ -261839,14 +265705,14 @@ }, { "attributes": {}, - "id": "822", + "id": "6640", "links": { - "self": "/stops/822" + "self": "/stops/6640" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=822" + "related": "/facilities/?filter[stop]=6640" } }, "parent_station": { @@ -261863,14 +265729,14 @@ }, { "attributes": {}, - "id": "151", + "id": "76434", "links": { - "self": "/stops/151" + "self": "/stops/76434" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=151" + "related": "/facilities/?filter[stop]=76434" } }, "parent_station": { @@ -261887,39 +265753,45 @@ }, { "attributes": {}, - "id": "9070235", + "id": "920", "links": { - "self": "/stops/9070235" + "self": "/stops/920" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9070235" + "related": "/facilities/?filter[stop]=920" } }, "parent_station": { "data": null }, "zone": { - "data": null + "data": { + "id": "LocalBus", + "type": "zone" + } } }, "type": "stop" }, { "attributes": {}, - "id": "9196", + "id": "52712", "links": { - "self": "/stops/9196" + "self": "/stops/52712" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9196" + "related": "/facilities/?filter[stop]=52712" } }, "parent_station": { - "data": null + "data": { + "id": "place-welln", + "type": "stop" + } }, "zone": { "data": { @@ -261932,14 +265804,14 @@ }, { "attributes": {}, - "id": "3463", + "id": "3850", "links": { - "self": "/stops/3463" + "self": "/stops/3850" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3463" + "related": "/facilities/?filter[stop]=3850" } }, "parent_station": { @@ -261956,14 +265828,14 @@ }, { "attributes": {}, - "id": "7887", + "id": "1816", "links": { - "self": "/stops/7887" + "self": "/stops/1816" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7887" + "related": "/facilities/?filter[stop]=1816" } }, "parent_station": { @@ -261979,50 +265851,99 @@ "type": "stop" }, { - "attributes": {}, - "id": "3125", + "attributes": { + "direction_id": 0, + "headsign": "Newburyport (Limited shuttle)" + }, + "id": "NewburyportOakGroveLimited-0-sample", "links": { - "self": "/stops/3125" + "self": "/trips/NewburyportOakGroveLimited-0-sample" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=3125" + "route": { + "data": { + "id": "Shuttle-NewburyportOakGroveLimited", + "type": "route" } }, - "parent_station": { + "route_pattern": { "data": { - "id": "place-nqncy", - "type": "stop" + "id": "Shuttle-NewburyportOakGroveLimited-0-0", + "type": "route_pattern" } }, - "zone": { + "service": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "canonical", + "type": "service" + } + }, + "shape": { + "data": { + "id": "OakGroveToNewburyportLimited-S", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "9328", + "type": "stop" + }, + { + "id": "ER-0168-B", + "type": "stop" + }, + { + "id": "ER-0183-B", + "type": "stop" + }, + { + "id": "ER-0208-B", + "type": "stop" + }, + { + "id": "ER-0227-B0", + "type": "stop" + }, + { + "id": "ER-0276-B", + "type": "stop" + }, + { + "id": "ER-0312-B", + "type": "stop" + }, + { + "id": "ER-0362-B", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "8511", + "id": "MM-0356-S", "links": { - "self": "/stops/8511" + "self": "/stops/MM-0356-S" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8511" + "related": "/facilities/?filter[stop]=MM-0356-S" } }, "parent_station": { - "data": null + "data": { + "id": "place-MM-0356", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "CR-zone-8", "type": "zone" } } @@ -262032,22 +265953,22 @@ { "attributes": { "direction_id": 0, - "headsign": "Middleborough/Lakeville" + "headsign": "Boston College (Shuttle)" }, - "id": "canonical-CR-Middleborough-C1-0", + "id": "BostonCollegePackardsCorner-0-sample", "links": { - "self": "/trips/canonical-CR-Middleborough-C1-0" + "self": "/trips/BostonCollegePackardsCorner-0-sample" }, "relationships": { "route": { "data": { - "id": "CR-Middleborough", + "id": "Shuttle-BostonCollegePackardsCorner", "type": "route" } }, "route_pattern": { "data": { - "id": "CR-Middleborough-52b80476-0", + "id": "Shuttle-BostonCollegePackardsCorner-0-0", "type": "route_pattern" } }, @@ -262059,50 +265980,46 @@ }, "shape": { "data": { - "id": "canonical-9800002", + "id": "PackardsCornerToBostonCollege-S", "type": "shape" } }, "stops": { "data": [ { - "id": "NEC-2287", - "type": "stop" - }, - { - "id": "MM-0023-S", + "id": "9070135", "type": "stop" }, { - "id": "MM-0079-S", + "id": "9070131", "type": "stop" }, { - "id": "MM-0109-S", + "id": "9070129", "type": "stop" }, { - "id": "MM-0150-S", + "id": "9070121", "type": "stop" }, { - "id": "MM-0186-S", + "id": "9070117", "type": "stop" }, { - "id": "MM-0200-S", + "id": "9070115", "type": "stop" }, { - "id": "MM-0219-S", + "id": "9070113", "type": "stop" }, { - "id": "MM-0277-S", + "id": "9070111", "type": "stop" }, { - "id": "MM-0356-S", + "id": "9070107", "type": "stop" } ] @@ -262110,100 +266027,181 @@ }, "type": "trip" }, + { + "attributes": {}, + "id": "3518", + "links": { + "self": "/stops/3518" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=3518" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, { "attributes": { - "direction_id": 1, - "headsign": "Kenmore" + "direction_id": 0, + "headsign": "Forge Park/495 (Shuttle)" }, - "id": "61391015_2", + "id": "ForgeParkWalpole-0-sample", "links": { - "self": "/trips/61391015_2" + "self": "/trips/ForgeParkWalpole-0-sample" }, "relationships": { "route": { "data": { - "id": "8", + "id": "Shuttle-ForgeParkWalpole", "type": "route" } }, "route_pattern": { "data": { - "id": "8-D-1", + "id": "Shuttle-ForgeParkWalpole-0-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "canonical", "type": "service" } }, "shape": { "data": { - "id": "220237-2", + "id": "WalpoleToForgePark-S", "type": "shape" } }, "stops": { "data": [ { - "id": "17861", - "type": "stop" - }, - { - "id": "17863", - "type": "stop" - }, - { - "id": "1798", + "id": "FB-0191-B", "type": "stop" }, { - "id": "1799", + "id": "FB-0230-B", "type": "stop" }, { - "id": "11799", + "id": "FB-0275-B1", "type": "stop" }, { - "id": "11802", + "id": "FB-0303-B", "type": "stop" - }, + } + ] + } + }, + "type": "trip" + }, + { + "attributes": {}, + "id": "903", + "links": { + "self": "/stops/903" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=903" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": { + "direction_id": 1, + "headsign": "Copley (Shuttle)" + }, + "id": "CopleyForestHills-Weekday-9e586-1-00:00:00", + "links": { + "self": "/trips/CopleyForestHills-Weekday-9e586-1-00%3A00%3A00" + }, + "relationships": { + "route": { + "data": { + "id": "Shuttle-CopleyForestHills", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "Shuttle-CopleyForestHills-0-1", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "canonical", + "type": "service" + } + }, + "shape": { + "data": { + "id": "ForestHillsToCopley-S", + "type": "shape" + } + }, + "stops": { + "data": [ { - "id": "11803", + "id": "875", "type": "stop" }, { - "id": "1804", + "id": "9070003", "type": "stop" }, { - "id": "1805", + "id": "9070005", "type": "stop" }, { - "id": "1806", + "id": "9070007", "type": "stop" }, { - "id": "9441", + "id": "1222", "type": "stop" }, { - "id": "1562", + "id": "17861", "type": "stop" }, { - "id": "1563", + "id": "9070013", "type": "stop" }, { - "id": "1564", + "id": "11384", "type": "stop" }, { - "id": "899", + "id": "9070154", "type": "stop" } ] @@ -262213,14 +266211,14 @@ }, { "attributes": {}, - "id": "816", + "id": "4511", "links": { - "self": "/stops/816" + "self": "/stops/4511" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=816" + "related": "/facilities/?filter[stop]=4511" } }, "parent_station": { @@ -262228,7 +266226,7 @@ }, "zone": { "data": { - "id": "LocalBus", + "id": "ExpressBus-Downtown", "type": "zone" } } @@ -262237,14 +266235,14 @@ }, { "attributes": {}, - "id": "1536", + "id": "39691", "links": { - "self": "/stops/1536" + "self": "/stops/39691" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1536" + "related": "/facilities/?filter[stop]=39691" } }, "parent_station": { @@ -262261,14 +266259,14 @@ }, { "attributes": {}, - "id": "32681", + "id": "4604", "links": { - "self": "/stops/32681" + "self": "/stops/4604" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=32681" + "related": "/facilities/?filter[stop]=4604" } }, "parent_station": { @@ -262285,14 +266283,14 @@ }, { "attributes": {}, - "id": "1375", + "id": "7919", "links": { - "self": "/stops/1375" + "self": "/stops/7919" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1375" + "related": "/facilities/?filter[stop]=7919" } }, "parent_station": { @@ -262309,14 +266307,14 @@ }, { "attributes": {}, - "id": "9021", + "id": "1346", "links": { - "self": "/stops/9021" + "self": "/stops/1346" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9021" + "related": "/facilities/?filter[stop]=1346" } }, "parent_station": { @@ -262333,14 +266331,14 @@ }, { "attributes": {}, - "id": "3223", + "id": "17774", "links": { - "self": "/stops/3223" + "self": "/stops/17774" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3223" + "related": "/facilities/?filter[stop]=17774" } }, "parent_station": { @@ -262357,14 +266355,14 @@ }, { "attributes": {}, - "id": "4821", + "id": "111815", "links": { - "self": "/stops/4821" + "self": "/stops/111815" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4821" + "related": "/facilities/?filter[stop]=111815" } }, "parent_station": { @@ -262381,38 +266379,35 @@ }, { "attributes": {}, - "id": "4788", + "id": "9070045", "links": { - "self": "/stops/4788" + "self": "/stops/9070045" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4788" + "related": "/facilities/?filter[stop]=9070045" } }, "parent_station": { "data": null }, "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } + "data": null } }, "type": "stop" }, { "attributes": {}, - "id": "3859", + "id": "5807", "links": { - "self": "/stops/3859" + "self": "/stops/5807" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3859" + "related": "/facilities/?filter[stop]=5807" } }, "parent_station": { @@ -262429,14 +266424,14 @@ }, { "attributes": {}, - "id": "8607", + "id": "7795", "links": { - "self": "/stops/8607" + "self": "/stops/7795" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8607" + "related": "/facilities/?filter[stop]=7795" } }, "parent_station": { @@ -262452,42 +266447,52 @@ "type": "stop" }, { - "attributes": {}, - "id": "70110", + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Rockport", + "North Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Beverly - Rockport (Local)", + "short_name": "Rockport Line Shuttle", + "sort_order": 60705, + "text_color": "000000", + "type": 3 + }, + "id": "Shuttle-BeverlyRockportLocal", "links": { - "self": "/stops/70110" + "self": "/routes/Shuttle-BeverlyRockportLocal" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=70110" - } - }, - "parent_station": { + "agency": { "data": { - "id": "place-sougr", - "type": "stop" + "id": "1", + "type": "agency" } }, - "zone": { + "line": { "data": { - "id": "RapidTransit", - "type": "zone" + "id": "line-Newburyport", + "type": "line" } } }, - "type": "stop" + "type": "route" }, { "attributes": {}, - "id": "25236", + "id": "7268", "links": { - "self": "/stops/25236" + "self": "/stops/7268" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=25236" + "related": "/facilities/?filter[stop]=7268" } }, "parent_station": { @@ -262504,14 +266509,14 @@ }, { "attributes": {}, - "id": "3047", + "id": "3969", "links": { - "self": "/stops/3047" + "self": "/stops/3969" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3047" + "related": "/facilities/?filter[stop]=3969" } }, "parent_station": { @@ -262528,14 +266533,14 @@ }, { "attributes": {}, - "id": "468", + "id": "1506", "links": { - "self": "/stops/468" + "self": "/stops/1506" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=468" + "related": "/facilities/?filter[stop]=1506" } }, "parent_station": { @@ -262552,21 +266557,18 @@ }, { "attributes": {}, - "id": "29010", + "id": "7306", "links": { - "self": "/stops/29010" + "self": "/stops/7306" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=29010" + "related": "/facilities/?filter[stop]=7306" } }, "parent_station": { - "data": { - "id": "place-sull", - "type": "stop" - } + "data": null }, "zone": { "data": { @@ -262577,16 +266579,30 @@ }, "type": "stop" }, + { + "attributes": { + "color": "FFC72C", + "long_name": "Wolcott Square - Forest Hills", + "short_name": "32", + "sort_order": 50320, + "text_color": "000000" + }, + "id": "line-32", + "links": { + "self": "/lines/line-32" + }, + "type": "line" + }, { "attributes": {}, - "id": "4012", + "id": "214", "links": { - "self": "/stops/4012" + "self": "/stops/214" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4012" + "related": "/facilities/?filter[stop]=214" } }, "parent_station": { @@ -262603,14 +266619,14 @@ }, { "attributes": {}, - "id": "579", + "id": "55471", "links": { - "self": "/stops/579" + "self": "/stops/55471" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=579" + "related": "/facilities/?filter[stop]=55471" } }, "parent_station": { @@ -262627,14 +266643,14 @@ }, { "attributes": {}, - "id": "6955", + "id": "5088", "links": { - "self": "/stops/6955" + "self": "/stops/5088" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6955" + "related": "/facilities/?filter[stop]=5088" } }, "parent_station": { @@ -262651,14 +266667,14 @@ }, { "attributes": {}, - "id": "1178", + "id": "3177", "links": { - "self": "/stops/1178" + "self": "/stops/3177" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1178" + "related": "/facilities/?filter[stop]=3177" } }, "parent_station": { @@ -262675,14 +266691,14 @@ }, { "attributes": {}, - "id": "7831", + "id": "7550", "links": { - "self": "/stops/7831" + "self": "/stops/7550" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7831" + "related": "/facilities/?filter[stop]=7550" } }, "parent_station": { @@ -262699,14 +266715,14 @@ }, { "attributes": {}, - "id": "6755", + "id": "3922", "links": { - "self": "/stops/6755" + "self": "/stops/3922" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6755" + "related": "/facilities/?filter[stop]=3922" } }, "parent_station": { @@ -262721,16 +266737,30 @@ }, "type": "stop" }, + { + "attributes": { + "color": "FFC72C", + "long_name": "Reservoir - Forest Hills", + "short_name": "51", + "sort_order": 50510, + "text_color": "000000" + }, + "id": "line-51", + "links": { + "self": "/lines/line-51" + }, + "type": "line" + }, { "attributes": {}, - "id": "5496", + "id": "51917", "links": { - "self": "/stops/5496" + "self": "/stops/51917" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5496" + "related": "/facilities/?filter[stop]=51917" } }, "parent_station": { @@ -262747,22 +266777,25 @@ }, { "attributes": {}, - "id": "8481", + "id": "NEC-2040-01", "links": { - "self": "/stops/8481" + "self": "/stops/NEC-2040-01" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8481" + "related": "/facilities/?filter[stop]=NEC-2040-01" } }, "parent_station": { - "data": null + "data": { + "id": "place-NEC-2040", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "CR-zone-6", "type": "zone" } } @@ -262772,289 +266805,201 @@ { "attributes": { "direction_id": 1, - "headsign": "Wonderland via Central Square & Humphrey St" + "headsign": "Nubian via Fields Corner" }, - "id": "62216543", + "id": "66650859", "links": { - "self": "/trips/62216543" + "self": "/trips/66650859" }, "relationships": { "route": { "data": { - "id": "442", + "id": "15", "type": "route" } }, "route_pattern": { "data": { - "id": "442-5-1", + "id": "15-4-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "4420246", + "id": "150274", "type": "shape" } }, "stops": { "data": [ { - "id": "4807", - "type": "stop" - }, - { - "id": "4832", - "type": "stop" - }, - { - "id": "4834", - "type": "stop" - }, - { - "id": "4835", - "type": "stop" - }, - { - "id": "4836", - "type": "stop" - }, - { - "id": "14836", - "type": "stop" - }, - { - "id": "4837", - "type": "stop" - }, - { - "id": "4838", - "type": "stop" - }, - { - "id": "4839", - "type": "stop" - }, - { - "id": "4840", - "type": "stop" - }, - { - "id": "4841", - "type": "stop" - }, - { - "id": "4843", - "type": "stop" - }, - { - "id": "4844", - "type": "stop" - }, - { - "id": "4845", - "type": "stop" - }, - { - "id": "4846", - "type": "stop" - }, - { - "id": "4847", - "type": "stop" - }, - { - "id": "4848", - "type": "stop" - }, - { - "id": "4849", - "type": "stop" - }, - { - "id": "4850", - "type": "stop" - }, - { - "id": "4851", - "type": "stop" - }, - { - "id": "4852", - "type": "stop" - }, - { - "id": "4853", - "type": "stop" - }, - { - "id": "4857", + "id": "334", "type": "stop" }, { - "id": "4858", + "id": "30336", "type": "stop" }, { - "id": "4859", + "id": "337", "type": "stop" }, { - "id": "4860", + "id": "338", "type": "stop" }, { - "id": "14860", + "id": "339", "type": "stop" }, { - "id": "4861", + "id": "340", "type": "stop" }, { - "id": "4862", + "id": "341", "type": "stop" }, { - "id": "4864", + "id": "342", "type": "stop" }, { - "id": "4901", + "id": "343", "type": "stop" }, { - "id": "4902", + "id": "32501", "type": "stop" }, { - "id": "4903", + "id": "322", "type": "stop" }, { - "id": "4904", + "id": "323", "type": "stop" }, { - "id": "4905", + "id": "55600", "type": "stop" }, { - "id": "4906", + "id": "557", "type": "stop" }, { - "id": "4907", + "id": "558", "type": "stop" }, { - "id": "4908", + "id": "559", "type": "stop" }, { - "id": "4909", + "id": "560", "type": "stop" }, { - "id": "4911", + "id": "561", "type": "stop" }, { - "id": "4912", + "id": "1468", "type": "stop" }, { - "id": "4913", + "id": "1469", "type": "stop" }, { - "id": "4914", + "id": "1470", "type": "stop" }, { - "id": "4915", + "id": "1471", "type": "stop" }, { - "id": "4916", + "id": "1472", "type": "stop" }, { - "id": "4886", + "id": "1473", "type": "stop" }, { - "id": "14889", + "id": "14731", "type": "stop" }, { - "id": "4891", + "id": "1474", "type": "stop" }, { - "id": "4892", + "id": "1475", "type": "stop" }, { - "id": "4895", + "id": "1478", "type": "stop" }, { - "id": "14748", + "id": "1479", "type": "stop" }, { - "id": "4701", + "id": "1480", "type": "stop" }, { - "id": "4702", + "id": "1481", "type": "stop" }, { - "id": "4703", + "id": "11482", "type": "stop" }, { - "id": "4704", + "id": "14831", "type": "stop" }, { - "id": "4705", + "id": "1484", "type": "stop" }, { - "id": "4706", + "id": "1485", "type": "stop" }, { - "id": "4707", + "id": "1486", "type": "stop" }, { - "id": "4708", + "id": "1487", "type": "stop" }, { - "id": "4710", + "id": "1488", "type": "stop" }, { - "id": "4712", + "id": "1489", "type": "stop" }, { - "id": "4714", + "id": "1491", "type": "stop" }, { - "id": "15795", + "id": "64000", "type": "stop" } ] @@ -263064,14 +267009,14 @@ }, { "attributes": {}, - "id": "2559", + "id": "99", "links": { - "self": "/stops/2559" + "self": "/stops/99" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2559" + "related": "/facilities/?filter[stop]=99" } }, "parent_station": { @@ -263088,22 +267033,25 @@ }, { "attributes": {}, - "id": "88345", + "id": "70044", "links": { - "self": "/stops/88345" + "self": "/stops/70044" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=88345" + "related": "/facilities/?filter[stop]=70044" } }, "parent_station": { - "data": null + "data": { + "id": "place-aqucl", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -263112,14 +267060,14 @@ }, { "attributes": {}, - "id": "12853", + "id": "9075", "links": { - "self": "/stops/12853" + "self": "/stops/9075" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=12853" + "related": "/facilities/?filter[stop]=9075" } }, "parent_station": { @@ -263134,16 +267082,77 @@ }, "type": "stop" }, + { + "attributes": { + "direction_id": 0, + "headsign": "Park Street (Shuttle)" + }, + "id": "HarvardParkStreet-0-sample", + "links": { + "self": "/trips/HarvardParkStreet-0-sample" + }, + "relationships": { + "route": { + "data": { + "id": "Shuttle-HarvardPark", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "Shuttle-HarvardPark-0-0", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "canonical", + "type": "service" + } + }, + "shape": { + "data": { + "id": "HarvardToParkStreet-S", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "110", + "type": "stop" + }, + { + "id": "72", + "type": "stop" + }, + { + "id": "9170071", + "type": "stop" + }, + { + "id": "9070073", + "type": "stop" + }, + { + "id": "9170076", + "type": "stop" + } + ] + } + }, + "type": "trip" + }, { "attributes": {}, - "id": "1363", + "id": "4895", "links": { - "self": "/stops/1363" + "self": "/stops/4895" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1363" + "related": "/facilities/?filter[stop]=4895" } }, "parent_station": { @@ -263160,14 +267169,14 @@ }, { "attributes": {}, - "id": "59", + "id": "5332", "links": { - "self": "/stops/59" + "self": "/stops/5332" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=59" + "related": "/facilities/?filter[stop]=5332" } }, "parent_station": { @@ -263184,25 +267193,46 @@ }, { "attributes": {}, - "id": "FB-0125-01", + "id": "23403", "links": { - "self": "/stops/FB-0125-01" + "self": "/stops/23403" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=FB-0125-01" + "related": "/facilities/?filter[stop]=23403" } }, "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "place-FB-0125", - "type": "stop" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "1193", + "links": { + "self": "/stops/1193" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=1193" } }, + "parent_station": { + "data": null + }, "zone": { "data": { - "id": "CR-zone-3", + "id": "LocalBus", "type": "zone" } } @@ -263211,28 +267241,51 @@ }, { "attributes": { - "color": "80276C", - "long_name": "Kingston Line", - "short_name": "", - "sort_order": 20007, - "text_color": "FFFFFF" + "color": "FFC72C", + "direction_destinations": [ + "Fields Corner Station or St Peter's Square", + "Ruggles Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Fields Corner Station or St Peter's Square - Ruggles Station", + "short_name": "15", + "sort_order": 50150, + "text_color": "000000", + "type": 3 }, - "id": "line-Kingston", + "id": "15", "links": { - "self": "/lines/line-Kingston" + "self": "/routes/15" }, - "type": "line" + "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, + "line": { + "data": { + "id": "line-15", + "type": "line" + } + } + }, + "type": "route" }, { "attributes": {}, - "id": "426", + "id": "915", "links": { - "self": "/stops/426" + "self": "/stops/915" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=426" + "related": "/facilities/?filter[stop]=915" } }, "parent_station": { @@ -263249,14 +267302,14 @@ }, { "attributes": {}, - "id": "2792", + "id": "9001", "links": { - "self": "/stops/2792" + "self": "/stops/9001" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2792" + "related": "/facilities/?filter[stop]=9001" } }, "parent_station": { @@ -263272,203 +267325,95 @@ "type": "stop" }, { - "attributes": { - "direction_id": 0, - "headsign": "Arlington Center" - }, - "id": "61868955", + "attributes": {}, + "id": "2367", "links": { - "self": "/trips/61868955" + "self": "/stops/2367" }, "relationships": { - "route": { - "data": { - "id": "95", - "type": "route" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=2367" } }, - "route_pattern": { - "data": { - "id": "95-3-0", - "type": "route_pattern" - } + "parent_station": { + "data": null }, - "service": { + "zone": { "data": { - "id": "SpringWeekday", - "type": "service" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "DB-2205-B1", + "links": { + "self": "/stops/DB-2205-B1" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=DB-2205-B1" } }, - "shape": { + "parent_station": { "data": { - "id": "950253", - "type": "shape" + "id": "place-DB-2205", + "type": "stop" } }, - "stops": { - "data": [ - { - "id": "29003", - "type": "stop" - }, - { - "id": "2875", - "type": "stop" - }, - { - "id": "42876", - "type": "stop" - }, - { - "id": "2936", - "type": "stop" - }, - { - "id": "2879", - "type": "stop" - }, - { - "id": "2880", - "type": "stop" - }, - { - "id": "2883", - "type": "stop" - }, - { - "id": "41883", - "type": "stop" - }, - { - "id": "42883", - "type": "stop" - }, - { - "id": "2884", - "type": "stop" - }, - { - "id": "2885", - "type": "stop" - }, - { - "id": "42885", - "type": "stop" - }, - { - "id": "2886", - "type": "stop" - }, - { - "id": "2887", - "type": "stop" - }, - { - "id": "5319", - "type": "stop" - }, - { - "id": "63241", - "type": "stop" - }, - { - "id": "50021", - "type": "stop" - }, - { - "id": "5002", - "type": "stop" - }, - { - "id": "15002", - "type": "stop" - }, - { - "id": "5003", - "type": "stop" - }, - { - "id": "5004", - "type": "stop" - }, - { - "id": "5005", - "type": "stop" - }, - { - "id": "6298", - "type": "stop" - }, - { - "id": "6299", - "type": "stop" - }, - { - "id": "6301", - "type": "stop" - }, - { - "id": "6302", - "type": "stop" - }, - { - "id": "6303", - "type": "stop" - }, - { - "id": "16305", - "type": "stop" - }, - { - "id": "2419", - "type": "stop" - }, - { - "id": "2420", - "type": "stop" - }, - { - "id": "2421", - "type": "stop" - }, - { - "id": "2422", - "type": "stop" - }, - { - "id": "2424", - "type": "stop" - }, - { - "id": "2362", - "type": "stop" - } - ] + "zone": { + "data": null } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "74633", + "id": "5538", "links": { - "self": "/stops/74633" + "self": "/stops/5538" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=74633" + "related": "/facilities/?filter[stop]=5538" } }, "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "place-belsq", - "type": "stop" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "5842", + "links": { + "self": "/stops/5842" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=5842" } }, + "parent_station": { + "data": null + }, "zone": { "data": { - "id": "SLWaterfrontNonLogan", + "id": "LocalBus", "type": "zone" } } @@ -263477,14 +267422,14 @@ }, { "attributes": {}, - "id": "264", + "id": "4016", "links": { - "self": "/stops/264" + "self": "/stops/4016" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=264" + "related": "/facilities/?filter[stop]=4016" } }, "parent_station": { @@ -263501,14 +267446,14 @@ }, { "attributes": {}, - "id": "1749", + "id": "3388", "links": { - "self": "/stops/1749" + "self": "/stops/3388" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1749" + "related": "/facilities/?filter[stop]=3388" } }, "parent_station": { @@ -263525,166 +267470,162 @@ }, { "attributes": { - "direction_id": 1, + "direction_id": 0, "headsign": "Forest Hills" }, - "id": "62144883", + "id": "67163971", "links": { - "self": "/trips/62144883" + "self": "/trips/67163971" }, "relationships": { "route": { "data": { - "id": "36", + "id": "39", "type": "route" } }, "route_pattern": { "data": { - "id": "36-5-1", + "id": "39-M-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "BUS12025-hbb15hl6-Saturday-02", "type": "service" } }, "shape": { "data": { - "id": "360369", + "id": "1920061", "type": "shape" } }, "stops": { "data": [ { - "id": "120", - "type": "stop" - }, - { - "id": "129", + "id": "117", "type": "stop" }, { - "id": "10821", + "id": "65", "type": "stop" }, { - "id": "774", + "id": "49704", "type": "stop" }, { - "id": "775", + "id": "10000", "type": "stop" }, { - "id": "776", + "id": "8279", "type": "stop" }, { - "id": "777", + "id": "9983", "type": "stop" }, { - "id": "10777", + "id": "177", "type": "stop" }, { - "id": "778", + "id": "173", "type": "stop" }, { - "id": "779", + "id": "178", "type": "stop" }, { - "id": "780", + "id": "11388", "type": "stop" }, { - "id": "781", + "id": "31391", "type": "stop" }, { - "id": "782", + "id": "41391", "type": "stop" }, { - "id": "783", + "id": "61391", "type": "stop" }, { - "id": "784", + "id": "71391", "type": "stop" }, { - "id": "785", + "id": "91391", "type": "stop" }, { - "id": "786", + "id": "92391", "type": "stop" }, { - "id": "787", + "id": "1363", "type": "stop" }, { - "id": "788", + "id": "1365", "type": "stop" }, { - "id": "789", + "id": "21365", "type": "stop" }, { - "id": "790", + "id": "22365", "type": "stop" }, { - "id": "791", + "id": "31365", "type": "stop" }, { - "id": "792", + "id": "51365", "type": "stop" }, { - "id": "793", + "id": "61365", "type": "stop" }, { - "id": "795", + "id": "1160", "type": "stop" }, { - "id": "636", + "id": "1161", "type": "stop" }, { - "id": "637", + "id": "1164", "type": "stop" }, { - "id": "638", + "id": "11164", "type": "stop" }, { - "id": "639", + "id": "1939", "type": "stop" }, { - "id": "640", + "id": "99991", "type": "stop" }, { - "id": "641", + "id": "2006", "type": "stop" }, { - "id": "642", + "id": "2007", "type": "stop" }, { @@ -263698,14 +267639,14 @@ }, { "attributes": {}, - "id": "1694", + "id": "223", "links": { - "self": "/stops/1694" + "self": "/stops/223" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1694" + "related": "/facilities/?filter[stop]=223" } }, "parent_station": { @@ -263722,14 +267663,14 @@ }, { "attributes": {}, - "id": "6252", + "id": "3215", "links": { - "self": "/stops/6252" + "self": "/stops/3215" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6252" + "related": "/facilities/?filter[stop]=3215" } }, "parent_station": { @@ -263744,16 +267685,77 @@ }, "type": "stop" }, + { + "attributes": { + "direction_id": 1, + "headsign": "Fenway (Shuttle)" + }, + "id": "FenwayReservoir-1-sample", + "links": { + "self": "/trips/FenwayReservoir-1-sample" + }, + "relationships": { + "route": { + "data": { + "id": "Shuttle-FenwayReservoir", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "Shuttle-FenwayReservoir-0-1", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "canonical", + "type": "service" + } + }, + "shape": { + "data": { + "id": "ReservoirToFenway-S", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "21917", + "type": "stop" + }, + { + "id": "9070178", + "type": "stop" + }, + { + "id": "1556", + "type": "stop" + }, + { + "id": "1804", + "type": "stop" + }, + { + "id": "1807", + "type": "stop" + } + ] + } + }, + "type": "trip" + }, { "attributes": {}, - "id": "36538", + "id": "2334", "links": { - "self": "/stops/36538" + "self": "/stops/2334" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=36538" + "related": "/facilities/?filter[stop]=2334" } }, "parent_station": { @@ -263770,38 +267772,35 @@ }, { "attributes": {}, - "id": "7101", + "id": "9070134", "links": { - "self": "/stops/7101" + "self": "/stops/9070134" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7101" + "related": "/facilities/?filter[stop]=9070134" } }, "parent_station": { "data": null }, "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } + "data": null } }, "type": "stop" }, { "attributes": {}, - "id": "8486", + "id": "836", "links": { - "self": "/stops/8486" + "self": "/stops/836" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8486" + "related": "/facilities/?filter[stop]=836" } }, "parent_station": { @@ -263818,14 +267817,14 @@ }, { "attributes": {}, - "id": "6575", + "id": "2062", "links": { - "self": "/stops/6575" + "self": "/stops/2062" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6575" + "related": "/facilities/?filter[stop]=2062" } }, "parent_station": { @@ -263842,22 +267841,25 @@ }, { "attributes": {}, - "id": "11164", + "id": "DB-2222-02", "links": { - "self": "/stops/11164" + "self": "/stops/DB-2222-02" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=11164" + "related": "/facilities/?filter[stop]=DB-2222-02" } }, "parent_station": { - "data": null + "data": { + "id": "place-DB-2222", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "CR-zone-1A", "type": "zone" } } @@ -263866,14 +267868,14 @@ }, { "attributes": {}, - "id": "1350", + "id": "16118", "links": { - "self": "/stops/1350" + "self": "/stops/16118" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1350" + "related": "/facilities/?filter[stop]=16118" } }, "parent_station": { @@ -263890,22 +267892,25 @@ }, { "attributes": {}, - "id": "1545", + "id": "70052", "links": { - "self": "/stops/1545" + "self": "/stops/70052" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1545" + "related": "/facilities/?filter[stop]=70052" } }, "parent_station": { - "data": null + "data": { + "id": "place-orhte", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -263914,14 +267919,14 @@ }, { "attributes": {}, - "id": "9276", + "id": "3975", "links": { - "self": "/stops/9276" + "self": "/stops/3975" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9276" + "related": "/facilities/?filter[stop]=3975" } }, "parent_station": { @@ -263938,14 +267943,14 @@ }, { "attributes": {}, - "id": "9163", + "id": "6863", "links": { - "self": "/stops/9163" + "self": "/stops/6863" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9163" + "related": "/facilities/?filter[stop]=6863" } }, "parent_station": { @@ -263962,110 +267967,146 @@ }, { "attributes": { - "direction_id": 1, - "headsign": "Avenue Louis Pasteur via JP Center" + "direction_id": 0, + "headsign": "City Point" }, - "id": "62145523_1", + "id": "66644400", "links": { - "self": "/trips/62145523_1" + "self": "/trips/66644400" }, "relationships": { "route": { "data": { - "id": "38", + "id": "9", "type": "route" } }, "route_pattern": { "data": { - "id": "38-C-1", + "id": "9-_-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "380172-1", + "id": "090262", "type": "shape" } }, "stops": { "data": [ { - "id": "15216", + "id": "175", "type": "stop" }, { - "id": "5217", + "id": "143", "type": "stop" }, { - "id": "5218", + "id": "144", "type": "stop" }, { - "id": "5219", + "id": "145", "type": "stop" }, { - "id": "5220", + "id": "146", "type": "stop" }, { - "id": "5221", + "id": "147", "type": "stop" }, { - "id": "5222", + "id": "148", "type": "stop" }, { - "id": "5223", + "id": "11481", "type": "stop" }, { - "id": "5224", + "id": "151", "type": "stop" }, { - "id": "5225", + "id": "153", "type": "stop" }, { - "id": "5226", + "id": "154", "type": "stop" }, { - "id": "5227", + "id": "155", "type": "stop" }, { - "id": "5228", + "id": "156", "type": "stop" }, { - "id": "5229", + "id": "157", "type": "stop" }, { - "id": "5230", + "id": "21", "type": "stop" }, { - "id": "5231", + "id": "22", "type": "stop" }, { - "id": "2002", + "id": "23", "type": "stop" }, { - "id": "2003", + "id": "24", + "type": "stop" + }, + { + "id": "25", + "type": "stop" + }, + { + "id": "27", + "type": "stop" + }, + { + "id": "28", + "type": "stop" + }, + { + "id": "29", + "type": "stop" + }, + { + "id": "30", + "type": "stop" + }, + { + "id": "32", + "type": "stop" + }, + { + "id": "10031", + "type": "stop" + }, + { + "id": "10032", + "type": "stop" + }, + { + "id": "33", "type": "stop" } ] @@ -264075,14 +268116,14 @@ }, { "attributes": {}, - "id": "6281", + "id": "5488", "links": { - "self": "/stops/6281" + "self": "/stops/5488" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6281" + "related": "/facilities/?filter[stop]=5488" } }, "parent_station": { @@ -264099,14 +268140,14 @@ }, { "attributes": {}, - "id": "49916", + "id": "13841", "links": { - "self": "/stops/49916" + "self": "/stops/13841" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=49916" + "related": "/facilities/?filter[stop]=13841" } }, "parent_station": { @@ -264123,14 +268164,14 @@ }, { "attributes": {}, - "id": "4017", + "id": "30751", "links": { - "self": "/stops/4017" + "self": "/stops/30751" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4017" + "related": "/facilities/?filter[stop]=30751" } }, "parent_station": { @@ -264147,25 +268188,22 @@ }, { "attributes": {}, - "id": "70187", + "id": "9099", "links": { - "self": "/stops/70187" + "self": "/stops/9099" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70187" + "related": "/facilities/?filter[stop]=9099" } }, "parent_station": { - "data": { - "id": "place-fenwy", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } @@ -264173,152 +268211,77 @@ "type": "stop" }, { - "attributes": { - "direction_id": 0, - "headsign": "Clarendon Hill" - }, - "id": "61868995", + "attributes": {}, + "id": "1580", "links": { - "self": "/trips/61868995" + "self": "/stops/1580" }, "relationships": { - "route": { - "data": { - "id": "89", - "type": "route" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=1580" } }, - "route_pattern": { - "data": { - "id": "89-_-0", - "type": "route_pattern" - } + "parent_station": { + "data": null }, - "service": { + "zone": { "data": { - "id": "SpringWeekday", - "type": "service" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "5337", + "links": { + "self": "/stops/5337" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=5337" } }, - "shape": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "890191", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "29011", - "type": "stop" - }, - { - "id": "2718", - "type": "stop" - }, - { - "id": "2719", - "type": "stop" - }, - { - "id": "2721", - "type": "stop" - }, - { - "id": "2723", - "type": "stop" - }, - { - "id": "2725", - "type": "stop" - }, - { - "id": "2726", - "type": "stop" - }, - { - "id": "2729", - "type": "stop" - }, - { - "id": "2731", - "type": "stop" - }, - { - "id": "2733", - "type": "stop" - }, - { - "id": "2734", - "type": "stop" - }, - { - "id": "2735", - "type": "stop" - }, - { - "id": "2736", - "type": "stop" - }, - { - "id": "2737", - "type": "stop" - }, - { - "id": "2738", - "type": "stop" - }, - { - "id": "2740", - "type": "stop" - }, - { - "id": "2741", - "type": "stop" - }, - { - "id": "2742", - "type": "stop" - }, - { - "id": "2743", - "type": "stop" - }, - { - "id": "2634", - "type": "stop" - }, - { - "id": "2635", - "type": "stop" - }, - { - "id": "2715", - "type": "stop" - }, - { - "id": "2636", - "type": "stop" - }, - { - "id": "2637", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" + }, + { + "attributes": { + "color": "008EAA", + "long_name": "Lynn Ferry", + "short_name": "", + "sort_order": 30007, + "text_color": "FFFFFF" + }, + "id": "line-Boat-Lynn", + "links": { + "self": "/lines/line-Boat-Lynn" + }, + "type": "line" }, { "attributes": {}, - "id": "86945", + "id": "5906", "links": { - "self": "/stops/86945" + "self": "/stops/5906" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=86945" + "related": "/facilities/?filter[stop]=5906" } }, "parent_station": { @@ -264335,14 +268298,59 @@ }, { "attributes": {}, - "id": "77521", + "id": "9070230", + "links": { + "self": "/stops/9070230" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=9070230" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "FB-0303-B", + "links": { + "self": "/stops/FB-0303-B" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=FB-0303-B" + } + }, + "parent_station": { + "data": { + "id": "place-FB-0303", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "2938", "links": { - "self": "/stops/77521" + "self": "/stops/2938" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=77521" + "related": "/facilities/?filter[stop]=2938" } }, "parent_station": { @@ -264357,30 +268365,16 @@ }, "type": "stop" }, - { - "attributes": { - "color": "FFC72C", - "long_name": "Fields Corner - Kenmore, Ruggles, or Andrew", - "short_name": "17/19", - "sort_order": 50170, - "text_color": "000000" - }, - "id": "line-1719", - "links": { - "self": "/lines/line-1719" - }, - "type": "line" - }, { "attributes": {}, - "id": "86458", + "id": "8206", "links": { - "self": "/stops/86458" + "self": "/stops/8206" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=86458" + "related": "/facilities/?filter[stop]=8206" } }, "parent_station": { @@ -264397,14 +268391,14 @@ }, { "attributes": {}, - "id": "41835", + "id": "1804", "links": { - "self": "/stops/41835" + "self": "/stops/1804" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=41835" + "related": "/facilities/?filter[stop]=1804" } }, "parent_station": { @@ -264420,39 +268414,52 @@ "type": "stop" }, { - "attributes": {}, - "id": "73618", + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Boston College", + "Government Center" + ], + "direction_names": [ + "West", + "East" + ], + "long_name": "Babcock Street - Kenmore", + "short_name": "Green Line B Shuttle", + "sort_order": 60460, + "text_color": "000000", + "type": 3 + }, + "id": "Shuttle-BabcockKenmore", "links": { - "self": "/stops/73618" + "self": "/routes/Shuttle-BabcockKenmore" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=73618" + "agency": { + "data": { + "id": "1", + "type": "agency" } }, - "parent_station": { - "data": null - }, - "zone": { + "line": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "line-Green", + "type": "line" } } }, - "type": "stop" + "type": "route" }, { "attributes": {}, - "id": "23532", + "id": "2278", "links": { - "self": "/stops/23532" + "self": "/stops/2278" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=23532" + "related": "/facilities/?filter[stop]=2278" } }, "parent_station": { @@ -264470,133 +268477,45 @@ { "attributes": { "direction_id": 0, - "headsign": "Watertown Square" + "headsign": "Providence (Shuttle)" }, - "id": "61849644", + "id": "PawtucketProvidence-0-sample", "links": { - "self": "/trips/61849644" + "self": "/trips/PawtucketProvidence-0-sample" }, "relationships": { "route": { "data": { - "id": "70", + "id": "Shuttle-PawtucketProvidence", "type": "route" } }, "route_pattern": { "data": { - "id": "70-2-0", + "id": "Shuttle-PawtucketProvidence-0-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "canonical", "type": "service" } }, "shape": { "data": { - "id": "700264", + "id": "PawtucketCentralFallsToProvidence-S", "type": "shape" } }, "stops": { "data": [ { - "id": "1123", - "type": "stop" - }, - { - "id": "2444", - "type": "stop" - }, - { - "id": "1061", - "type": "stop" - }, - { - "id": "1062", - "type": "stop" - }, - { - "id": "1064", - "type": "stop" - }, - { - "id": "1067", - "type": "stop" - }, - { - "id": "1068", - "type": "stop" - }, - { - "id": "1070", - "type": "stop" - }, - { - "id": "1071", - "type": "stop" - }, - { - "id": "1072", - "type": "stop" - }, - { - "id": "1074", - "type": "stop" - }, - { - "id": "1075", - "type": "stop" - }, - { - "id": "1076", - "type": "stop" - }, - { - "id": "1077", - "type": "stop" - }, - { - "id": "1443", - "type": "stop" - }, - { - "id": "1444", - "type": "stop" - }, - { - "id": "1445", - "type": "stop" - }, - { - "id": "1447", - "type": "stop" - }, - { - "id": "1448", - "type": "stop" - }, - { - "id": "1449", - "type": "stop" - }, - { - "id": "1450", - "type": "stop" - }, - { - "id": "1451", - "type": "stop" - }, - { - "id": "1452", + "id": "NEC-1891-B", "type": "stop" }, { - "id": "8178", + "id": "NEC-1851-B2", "type": "stop" } ] @@ -264606,14 +268525,14 @@ }, { "attributes": {}, - "id": "11319", + "id": "7787", "links": { - "self": "/stops/11319" + "self": "/stops/7787" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=11319" + "related": "/facilities/?filter[stop]=7787" } }, "parent_station": { @@ -264630,14 +268549,14 @@ }, { "attributes": {}, - "id": "7609", + "id": "15988", "links": { - "self": "/stops/7609" + "self": "/stops/15988" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7609" + "related": "/facilities/?filter[stop]=15988" } }, "parent_station": { @@ -264653,124 +268572,39 @@ "type": "stop" }, { - "attributes": { - "direction_id": 0, - "headsign": "Ashmont via Washington St" - }, - "id": "62144760", + "attributes": {}, + "id": "3131", "links": { - "self": "/trips/62144760" + "self": "/stops/3131" }, "relationships": { - "route": { - "data": { - "id": "26", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "26-1-0", - "type": "route_pattern" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=3131" } }, - "service": { - "data": { - "id": "SpringWeekday", - "type": "service" - } + "parent_station": { + "data": null }, - "shape": { + "zone": { "data": { - "id": "260062", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "507", - "type": "stop" - }, - { - "id": "508", - "type": "stop" - }, - { - "id": "509", - "type": "stop" - }, - { - "id": "510", - "type": "stop" - }, - { - "id": "511", - "type": "stop" - }, - { - "id": "512", - "type": "stop" - }, - { - "id": "514", - "type": "stop" - }, - { - "id": "515", - "type": "stop" - }, - { - "id": "516", - "type": "stop" - }, - { - "id": "517", - "type": "stop" - }, - { - "id": "518", - "type": "stop" - }, - { - "id": "437", - "type": "stop" - }, - { - "id": "4374", - "type": "stop" - }, - { - "id": "426", - "type": "stop" - }, - { - "id": "428", - "type": "stop" - }, - { - "id": "430", - "type": "stop" - }, - { - "id": "334", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "6158", + "id": "12080", "links": { - "self": "/stops/6158" + "self": "/stops/12080" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6158" + "related": "/facilities/?filter[stop]=12080" } }, "parent_station": { @@ -264787,14 +268621,14 @@ }, { "attributes": {}, - "id": "4169", + "id": "6637", "links": { - "self": "/stops/4169" + "self": "/stops/6637" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4169" + "related": "/facilities/?filter[stop]=6637" } }, "parent_station": { @@ -264811,14 +268645,14 @@ }, { "attributes": {}, - "id": "32910", + "id": "86114", "links": { - "self": "/stops/32910" + "self": "/stops/86114" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=32910" + "related": "/facilities/?filter[stop]=86114" } }, "parent_station": { @@ -264834,84 +268668,60 @@ "type": "stop" }, { - "attributes": { - "direction_id": 0, - "headsign": "Ashmont (Shuttle)" - }, - "id": "AshmontBroadwayAshmontBranch-0-sample", + "attributes": {}, + "id": "9170178", "links": { - "self": "/trips/AshmontBroadwayAshmontBranch-0-sample" + "self": "/stops/9170178" }, "relationships": { - "route": { - "data": { - "id": "Shuttle-AshmontBroadway", - "type": "route" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=9170178" } }, - "route_pattern": { - "data": { - "id": "Shuttle-AshmontBroadway-0-0", - "type": "route_pattern" - } + "parent_station": { + "data": null }, - "service": { - "data": { - "id": "canonical", - "type": "service" + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "13844", + "links": { + "self": "/stops/13844" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=13844" } }, - "shape": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "BroadwayToAshmont-S", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "150", - "type": "stop" - }, - { - "id": "9070083", - "type": "stop" - }, - { - "id": "121", - "type": "stop" - }, - { - "id": "90311", - "type": "stop" - }, - { - "id": "34503", - "type": "stop" - }, - { - "id": "329", - "type": "stop" - }, - { - "id": "334", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "2372", + "id": "14731", "links": { - "self": "/stops/2372" + "self": "/stops/14731" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2372" + "related": "/facilities/?filter[stop]=14731" } }, "parent_station": { @@ -264927,87 +268737,71 @@ "type": "stop" }, { - "attributes": { - "direction_id": 0, - "headsign": "Braintree (Shuttle)" - }, - "id": "BraintreeNorthQuincy-0-sample", + "attributes": {}, + "id": "7131", "links": { - "self": "/trips/BraintreeNorthQuincy-0-sample" + "self": "/stops/7131" }, "relationships": { - "route": { - "data": { - "id": "Shuttle-BraintreeNorthQuincy", - "type": "route" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=7131" } }, - "route_pattern": { - "data": { - "id": "Shuttle-BraintreeNorthQuincy-0-0", - "type": "route_pattern" - } + "parent_station": { + "data": null }, - "service": { + "zone": { "data": { - "id": "canonical", - "type": "service" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "11735", + "links": { + "self": "/stops/11735" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=11735" } }, - "shape": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "NorthQuincyToBraintree-S", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "3125", - "type": "stop" - }, - { - "id": "9170099", - "type": "stop" - }, - { - "id": "9070101", - "type": "stop" - }, - { - "id": "41031", - "type": "stop" - }, - { - "id": "38671", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "WML-0135-02", + "id": "407", "links": { - "self": "/stops/WML-0135-02" + "self": "/stops/407" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=WML-0135-02" + "related": "/facilities/?filter[stop]=407" } }, "parent_station": { - "data": { - "id": "place-WML-0135", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "CR-zone-3", + "id": "LocalBus", "type": "zone" } } @@ -265015,216 +268809,63 @@ "type": "stop" }, { - "attributes": { - "direction_id": 0, - "headsign": "Mattapan" - }, - "id": "62145513", + "attributes": {}, + "id": "2174", "links": { - "self": "/trips/62145513" + "self": "/stops/2174" }, "relationships": { - "route": { - "data": { - "id": "28", - "type": "route" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=2174" } }, - "route_pattern": { - "data": { - "id": "28-9-0", - "type": "route_pattern" - } + "parent_station": { + "data": null }, - "service": { + "zone": { "data": { - "id": "SpringWeekday", - "type": "service" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "6365", + "links": { + "self": "/stops/6365" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=6365" } }, - "shape": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "280182", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "11780", - "type": "stop" - }, - { - "id": "11781", - "type": "stop" - }, - { - "id": "1784", - "type": "stop" - }, - { - "id": "1785", - "type": "stop" - }, - { - "id": "17861", - "type": "stop" - }, - { - "id": "17862", - "type": "stop" - }, - { - "id": "11257", - "type": "stop" - }, - { - "id": "1259", - "type": "stop" - }, - { - "id": "11323", - "type": "stop" - }, - { - "id": "11259", - "type": "stop" - }, - { - "id": "64000", - "type": "stop" - }, - { - "id": "40001", - "type": "stop" - }, - { - "id": "401", - "type": "stop" - }, - { - "id": "404", - "type": "stop" - }, - { - "id": "405", - "type": "stop" - }, - { - "id": "406", - "type": "stop" - }, - { - "id": "407", - "type": "stop" - }, - { - "id": "410", - "type": "stop" - }, - { - "id": "411", - "type": "stop" - }, - { - "id": "412", - "type": "stop" - }, - { - "id": "413", - "type": "stop" - }, - { - "id": "414", - "type": "stop" - }, - { - "id": "415", - "type": "stop" - }, - { - "id": "416", - "type": "stop" - }, - { - "id": "417", - "type": "stop" - }, - { - "id": "419", - "type": "stop" - }, - { - "id": "1706", - "type": "stop" - }, - { - "id": "1708", - "type": "stop" - }, - { - "id": "1709", - "type": "stop" - }, - { - "id": "1710", - "type": "stop" - }, - { - "id": "11712", - "type": "stop" - }, - { - "id": "1713", - "type": "stop" - }, - { - "id": "1714", - "type": "stop" - }, - { - "id": "1716", - "type": "stop" - }, - { - "id": "1717", - "type": "stop" - }, - { - "id": "1718", - "type": "stop" - }, - { - "id": "11719", - "type": "stop" - }, - { - "id": "1720", - "type": "stop" - }, - { - "id": "1721", - "type": "stop" - }, - { - "id": "18511", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "4378", + "id": "7855", "links": { - "self": "/stops/4378" + "self": "/stops/7855" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4378" + "related": "/facilities/?filter[stop]=7855" } }, "parent_station": { @@ -265240,212 +268881,63 @@ "type": "stop" }, { - "attributes": { - "direction_id": 1, - "headsign": "Sullivan" - }, - "id": "61868971", + "attributes": {}, + "id": "5892", "links": { - "self": "/trips/61868971" + "self": "/stops/5892" }, "relationships": { - "route": { - "data": { - "id": "101", - "type": "route" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=5892" } }, - "route_pattern": { - "data": { - "id": "101-3-1", - "type": "route_pattern" - } + "parent_station": { + "data": null }, - "service": { + "zone": { "data": { - "id": "SpringWeekday", - "type": "service" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "WML-0147-B0", + "links": { + "self": "/stops/WML-0147-B0" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=WML-0147-B0" } }, - "shape": { + "parent_station": { "data": { - "id": "1010290", - "type": "shape" + "id": "place-WML-0147", + "type": "stop" } }, - "stops": { - "data": [ - { - "id": "5072", - "type": "stop" - }, - { - "id": "5328", - "type": "stop" - }, - { - "id": "9028", - "type": "stop" - }, - { - "id": "5330", - "type": "stop" - }, - { - "id": "5331", - "type": "stop" - }, - { - "id": "45332", - "type": "stop" - }, - { - "id": "5332", - "type": "stop" - }, - { - "id": "8308", - "type": "stop" - }, - { - "id": "5282", - "type": "stop" - }, - { - "id": "5283", - "type": "stop" - }, - { - "id": "5284", - "type": "stop" - }, - { - "id": "5285", - "type": "stop" - }, - { - "id": "5286", - "type": "stop" - }, - { - "id": "5287", - "type": "stop" - }, - { - "id": "5002", - "type": "stop" - }, - { - "id": "5031", - "type": "stop" - }, - { - "id": "5032", - "type": "stop" - }, - { - "id": "5290", - "type": "stop" - }, - { - "id": "5291", - "type": "stop" - }, - { - "id": "5292", - "type": "stop" - }, - { - "id": "5293", - "type": "stop" - }, - { - "id": "5294", - "type": "stop" - }, - { - "id": "5295", - "type": "stop" - }, - { - "id": "5296", - "type": "stop" - }, - { - "id": "5297", - "type": "stop" - }, - { - "id": "5298", - "type": "stop" - }, - { - "id": "5299", - "type": "stop" - }, - { - "id": "5300", - "type": "stop" - }, - { - "id": "5301", - "type": "stop" - }, - { - "id": "5302", - "type": "stop" - }, - { - "id": "5303", - "type": "stop" - }, - { - "id": "2704", - "type": "stop" - }, - { - "id": "2706", - "type": "stop" - }, - { - "id": "2707", - "type": "stop" - }, - { - "id": "2710", - "type": "stop" - }, - { - "id": "2711", - "type": "stop" - }, - { - "id": "2713", - "type": "stop" - }, - { - "id": "2714", - "type": "stop" - }, - { - "id": "29001", - "type": "stop" - } - ] + "zone": { + "data": null } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "2860", + "id": "7423", "links": { - "self": "/stops/2860" + "self": "/stops/7423" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2860" + "related": "/facilities/?filter[stop]=7423" } }, "parent_station": { @@ -265462,14 +268954,41 @@ }, { "attributes": {}, - "id": "2378", + "id": "70196", "links": { - "self": "/stops/2378" + "self": "/stops/70196" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2378" + "related": "/facilities/?filter[stop]=70196" + } + }, + "parent_station": { + "data": { + "id": "place-pktrm", + "type": "stop" + } + }, + "zone": { + "data": { + "id": "RapidTransit", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "4541", + "links": { + "self": "/stops/4541" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=4541" } }, "parent_station": { @@ -265484,16 +269003,53 @@ }, "type": "stop" }, + { + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Ashmont/Braintree", + "Alewife" + ], + "direction_names": [ + "South", + "North" + ], + "long_name": "Harvard - Park Street", + "short_name": "Red Line Shuttle", + "sort_order": 61963, + "text_color": "000000", + "type": 3 + }, + "id": "Shuttle-HarvardPark", + "links": { + "self": "/routes/Shuttle-HarvardPark" + }, + "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, + "line": { + "data": { + "id": "line-Red", + "type": "line" + } + } + }, + "type": "route" + }, { "attributes": {}, - "id": "3617", + "id": "1885", "links": { - "self": "/stops/3617" + "self": "/stops/1885" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3617" + "related": "/facilities/?filter[stop]=1885" } }, "parent_station": { @@ -265509,63 +269065,89 @@ "type": "stop" }, { - "attributes": {}, - "id": "8904", + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Lowell", + "North Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Anderson/Woburn - North Station (Local)", + "short_name": "Lowell Line Shuttle", + "sort_order": 62230, + "text_color": "000000", + "type": 3 + }, + "id": "Shuttle-AndersonWoburnNorthStationLocal", "links": { - "self": "/stops/8904" + "self": "/routes/Shuttle-AndersonWoburnNorthStationLocal" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=8904" + "agency": { + "data": { + "id": "1", + "type": "agency" } }, - "parent_station": { - "data": null - }, - "zone": { + "line": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "line-Lowell", + "type": "line" } } }, - "type": "stop" + "type": "route" }, { - "attributes": {}, - "id": "3547", + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Braintree", + "Alewife" + ], + "direction_names": [ + "South", + "North" + ], + "long_name": "Braintree - North Quincy", + "short_name": "Red Line Shuttle", + "sort_order": 60950, + "text_color": "000000", + "type": 3 + }, + "id": "Shuttle-BraintreeNorthQuincy", "links": { - "self": "/stops/3547" + "self": "/routes/Shuttle-BraintreeNorthQuincy" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=3547" + "agency": { + "data": { + "id": "1", + "type": "agency" } }, - "parent_station": { - "data": null - }, - "zone": { + "line": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "line-Red", + "type": "line" } } }, - "type": "stop" + "type": "route" }, { "attributes": {}, - "id": "8813", + "id": "8523", "links": { - "self": "/stops/8813" + "self": "/stops/8523" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8813" + "related": "/facilities/?filter[stop]=8523" } }, "parent_station": { @@ -265582,14 +269164,14 @@ }, { "attributes": {}, - "id": "1041", + "id": "7220", "links": { - "self": "/stops/1041" + "self": "/stops/7220" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1041" + "related": "/facilities/?filter[stop]=7220" } }, "parent_station": { @@ -265606,14 +269188,14 @@ }, { "attributes": {}, - "id": "15971", + "id": "6401", "links": { - "self": "/stops/15971" + "self": "/stops/6401" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=15971" + "related": "/facilities/?filter[stop]=6401" } }, "parent_station": { @@ -265630,14 +269212,14 @@ }, { "attributes": {}, - "id": "2028", + "id": "5837", "links": { - "self": "/stops/2028" + "self": "/stops/5837" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2028" + "related": "/facilities/?filter[stop]=5837" } }, "parent_station": { @@ -265653,66 +269235,68 @@ "type": "stop" }, { - "attributes": {}, - "id": "70124", + "attributes": { + "direction_id": 0, + "headsign": "Littleton/Route 495 (Express shuttle)" + }, + "id": "AlewifeLittletonExpress-0-sample", "links": { - "self": "/stops/70124" + "self": "/trips/AlewifeLittletonExpress-0-sample" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=70124" + "route": { + "data": { + "id": "Shuttle-AlewifeLittletonExpress", + "type": "route" } }, - "parent_station": { + "route_pattern": { "data": { - "id": "place-wrnst", - "type": "stop" + "id": "Shuttle-AlewifeLittletonExpress-0-0", + "type": "route_pattern" } }, - "zone": { + "service": { "data": { - "id": "RapidTransit", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "2719", - "links": { - "self": "/stops/2719" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=2719" + "id": "canonical", + "type": "service" } }, - "parent_station": { - "data": null - }, - "zone": { + "shape": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "AlewifeToLittletonExpress-S", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "9070061", + "type": "stop" + }, + { + "id": "FR-0253-B", + "type": "stop" + }, + { + "id": "FR-0301-B", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "2410", + "id": "284", "links": { - "self": "/stops/2410" + "self": "/stops/284" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2410" + "related": "/facilities/?filter[stop]=284" } }, "parent_station": { @@ -265727,47 +269311,16 @@ }, "type": "stop" }, - { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Forge Park/495", - "South Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Forge Park/495 - Readville", - "short_name": "Franklin Line Shuttle", - "sort_order": 61750, - "text_color": "000000", - "type": 3 - }, - "id": "Shuttle-ForgeParkReadville", - "links": { - "self": "/routes/Shuttle-ForgeParkReadville" - }, - "relationships": { - "line": { - "data": { - "id": "line-Franklin", - "type": "line" - } - } - }, - "type": "route" - }, { "attributes": {}, - "id": "4383", + "id": "2886", "links": { - "self": "/stops/4383" + "self": "/stops/2886" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4383" + "related": "/facilities/?filter[stop]=2886" } }, "parent_station": { @@ -265784,14 +269337,14 @@ }, { "attributes": {}, - "id": "2276", + "id": "1085", "links": { - "self": "/stops/2276" + "self": "/stops/1085" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2276" + "related": "/facilities/?filter[stop]=1085" } }, "parent_station": { @@ -265808,14 +269361,14 @@ }, { "attributes": {}, - "id": "3245", + "id": "4671", "links": { - "self": "/stops/3245" + "self": "/stops/4671" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3245" + "related": "/facilities/?filter[stop]=4671" } }, "parent_station": { @@ -265832,46 +269385,90 @@ }, { "attributes": { - "direction_id": 1, - "headsign": "Oak Grove (Express shuttle)" + "direction_id": 0, + "headsign": "Ruggles" }, - "id": "NewburyportOakGroveExpress-1-sample", + "id": "66652165", "links": { - "self": "/trips/NewburyportOakGroveExpress-1-sample" + "self": "/trips/66652165" }, "relationships": { "route": { "data": { - "id": "Shuttle-NewburyportOakGroveExpress", + "id": "43", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-NewburyportOakGroveExpress-0-1", + "id": "43-_-0", "type": "route_pattern" } }, "service": { "data": { - "id": "canonical", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "NewburyportToOakGroveExpress-S", + "id": "430050", "type": "shape" } }, "stops": { "data": [ { - "id": "ER-0362-B", + "id": "10000", "type": "stop" }, { - "id": "9328", + "id": "8279", + "type": "stop" + }, + { + "id": "8281", + "type": "stop" + }, + { + "id": "1242", + "type": "stop" + }, + { + "id": "168", + "type": "stop" + }, + { + "id": "1246", + "type": "stop" + }, + { + "id": "1248", + "type": "stop" + }, + { + "id": "1250", + "type": "stop" + }, + { + "id": "1252", + "type": "stop" + }, + { + "id": "1253", + "type": "stop" + }, + { + "id": "1254", + "type": "stop" + }, + { + "id": "1255", + "type": "stop" + }, + { + "id": "17863", "type": "stop" } ] @@ -265881,14 +269478,14 @@ }, { "attributes": {}, - "id": "7918", + "id": "9198", "links": { - "self": "/stops/7918" + "self": "/stops/9198" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7918" + "related": "/facilities/?filter[stop]=9198" } }, "parent_station": { @@ -265905,14 +269502,14 @@ }, { "attributes": {}, - "id": "3352", + "id": "111217", "links": { - "self": "/stops/3352" + "self": "/stops/111217" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3352" + "related": "/facilities/?filter[stop]=111217" } }, "parent_station": { @@ -265929,14 +269526,14 @@ }, { "attributes": {}, - "id": "3933", + "id": "56567", "links": { - "self": "/stops/3933" + "self": "/stops/56567" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3933" + "related": "/facilities/?filter[stop]=56567" } }, "parent_station": { @@ -265953,14 +269550,14 @@ }, { "attributes": {}, - "id": "5629", + "id": "2934", "links": { - "self": "/stops/5629" + "self": "/stops/2934" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5629" + "related": "/facilities/?filter[stop]=2934" } }, "parent_station": { @@ -265977,41 +269574,14 @@ }, { "attributes": {}, - "id": "NEC-2265", - "links": { - "self": "/stops/NEC-2265" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=NEC-2265" - } - }, - "parent_station": { - "data": { - "id": "place-rugg", - "type": "stop" - } - }, - "zone": { - "data": { - "id": "CR-zone-1A", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "2038", + "id": "2287", "links": { - "self": "/stops/2038" + "self": "/stops/2287" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2038" + "related": "/facilities/?filter[stop]=2287" } }, "parent_station": { @@ -266028,14 +269598,14 @@ }, { "attributes": {}, - "id": "6749", + "id": "4826", "links": { - "self": "/stops/6749" + "self": "/stops/4826" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6749" + "related": "/facilities/?filter[stop]=4826" } }, "parent_station": { @@ -266052,14 +269622,14 @@ }, { "attributes": {}, - "id": "Boat-Fan", + "id": "5846", "links": { - "self": "/stops/Boat-Fan" + "self": "/stops/5846" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=Boat-Fan" + "related": "/facilities/?filter[stop]=5846" } }, "parent_station": { @@ -266067,7 +269637,7 @@ }, "zone": { "data": { - "id": "Boat-Fan", + "id": "LocalBus", "type": "zone" } } @@ -266076,14 +269646,14 @@ }, { "attributes": {}, - "id": "5627", + "id": "1086", "links": { - "self": "/stops/5627" + "self": "/stops/1086" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5627" + "related": "/facilities/?filter[stop]=1086" } }, "parent_station": { @@ -266098,30 +269668,16 @@ }, "type": "stop" }, - { - "attributes": { - "color": "FFC72C", - "long_name": "Kane Square - Ruggles", - "short_name": "15", - "sort_order": 50150, - "text_color": "000000" - }, - "id": "line-15", - "links": { - "self": "/lines/line-15" - }, - "type": "line" - }, { "attributes": {}, - "id": "1186", + "id": "475", "links": { - "self": "/stops/1186" + "self": "/stops/475" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1186" + "related": "/facilities/?filter[stop]=475" } }, "parent_station": { @@ -266138,25 +269694,22 @@ }, { "attributes": {}, - "id": "70079", + "id": "109883", "links": { - "self": "/stops/70079" + "self": "/stops/109883" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70079" + "related": "/facilities/?filter[stop]=109883" } }, "parent_station": { - "data": { - "id": "place-sstat", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } @@ -266165,25 +269718,22 @@ }, { "attributes": {}, - "id": "70206", + "id": "988", "links": { - "self": "/stops/70206" + "self": "/stops/988" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70206" + "related": "/facilities/?filter[stop]=988" } }, "parent_station": { - "data": { - "id": "place-north", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } @@ -266192,14 +269742,14 @@ }, { "attributes": {}, - "id": "4864", + "id": "7839", "links": { - "self": "/stops/4864" + "self": "/stops/7839" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4864" + "related": "/facilities/?filter[stop]=7839" } }, "parent_station": { @@ -266216,14 +269766,14 @@ }, { "attributes": {}, - "id": "1294", + "id": "2129", "links": { - "self": "/stops/1294" + "self": "/stops/2129" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1294" + "related": "/facilities/?filter[stop]=2129" } }, "parent_station": { @@ -266238,201 +269788,16 @@ }, "type": "stop" }, - { - "attributes": { - "direction_id": 0, - "headsign": "Orient Heights via Wood Island" - }, - "id": "62216759", - "links": { - "self": "/trips/62216759" - }, - "relationships": { - "route": { - "data": { - "id": "120", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "120-2-0", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "SpringWeekday", - "type": "service" - } - }, - "shape": { - "data": { - "id": "1200149", - "type": "shape" - } - }, - "stops": { - "data": [ - { - "id": "5740", - "type": "stop" - }, - { - "id": "5742", - "type": "stop" - }, - { - "id": "5867", - "type": "stop" - }, - { - "id": "5868", - "type": "stop" - }, - { - "id": "5869", - "type": "stop" - }, - { - "id": "5870", - "type": "stop" - }, - { - "id": "5871", - "type": "stop" - }, - { - "id": "5664", - "type": "stop" - }, - { - "id": "5665", - "type": "stop" - }, - { - "id": "5666", - "type": "stop" - }, - { - "id": "5872", - "type": "stop" - }, - { - "id": "5873", - "type": "stop" - }, - { - "id": "5874", - "type": "stop" - }, - { - "id": "5875", - "type": "stop" - }, - { - "id": "5877", - "type": "stop" - }, - { - "id": "5878", - "type": "stop" - }, - { - "id": "5879", - "type": "stop" - }, - { - "id": "5881", - "type": "stop" - }, - { - "id": "5882", - "type": "stop" - }, - { - "id": "5883", - "type": "stop" - }, - { - "id": "5884", - "type": "stop" - }, - { - "id": "4728", - "type": "stop" - }, - { - "id": "5886", - "type": "stop" - }, - { - "id": "5887", - "type": "stop" - }, - { - "id": "5888", - "type": "stop" - }, - { - "id": "5889", - "type": "stop" - }, - { - "id": "5890", - "type": "stop" - }, - { - "id": "5891", - "type": "stop" - }, - { - "id": "5892", - "type": "stop" - }, - { - "id": "5893", - "type": "stop" - }, - { - "id": "6292", - "type": "stop" - }, - { - "id": "5894", - "type": "stop" - }, - { - "id": "5895", - "type": "stop" - }, - { - "id": "5896", - "type": "stop" - }, - { - "id": "5881", - "type": "stop" - }, - { - "id": "5880", - "type": "stop" - } - ] - } - }, - "type": "trip" - }, { "attributes": {}, - "id": "4673", + "id": "3825", "links": { - "self": "/stops/4673" + "self": "/stops/3825" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4673" + "related": "/facilities/?filter[stop]=3825" } }, "parent_station": { @@ -266449,14 +269814,14 @@ }, { "attributes": {}, - "id": "2800", + "id": "7304", "links": { - "self": "/stops/2800" + "self": "/stops/7304" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2800" + "related": "/facilities/?filter[stop]=7304" } }, "parent_station": { @@ -266473,14 +269838,14 @@ }, { "attributes": {}, - "id": "76031", + "id": "6369", "links": { - "self": "/stops/76031" + "self": "/stops/6369" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=76031" + "related": "/facilities/?filter[stop]=6369" } }, "parent_station": { @@ -266497,14 +269862,14 @@ }, { "attributes": {}, - "id": "5435", + "id": "12888", "links": { - "self": "/stops/5435" + "self": "/stops/12888" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5435" + "related": "/facilities/?filter[stop]=12888" } }, "parent_station": { @@ -266521,14 +269886,14 @@ }, { "attributes": {}, - "id": "57618", + "id": "30336", "links": { - "self": "/stops/57618" + "self": "/stops/30336" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=57618" + "related": "/facilities/?filter[stop]=30336" } }, "parent_station": { @@ -266545,14 +269910,14 @@ }, { "attributes": {}, - "id": "9525", + "id": "7833", "links": { - "self": "/stops/9525" + "self": "/stops/7833" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9525" + "related": "/facilities/?filter[stop]=7833" } }, "parent_station": { @@ -266569,14 +269934,14 @@ }, { "attributes": {}, - "id": "8444", + "id": "7844", "links": { - "self": "/stops/8444" + "self": "/stops/7844" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8444" + "related": "/facilities/?filter[stop]=7844" } }, "parent_station": { @@ -266593,14 +269958,14 @@ }, { "attributes": {}, - "id": "14860", + "id": "7543", "links": { - "self": "/stops/14860" + "self": "/stops/7543" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=14860" + "related": "/facilities/?filter[stop]=7543" } }, "parent_station": { @@ -266618,105 +269983,121 @@ { "attributes": { "direction_id": 0, - "headsign": "Harvard" + "headsign": "Turkey Hill via Arlington Center" }, - "id": "61849238", + "id": "67009425", "links": { - "self": "/trips/61849238" + "self": "/trips/67009425" }, "relationships": { "route": { "data": { - "id": "69", + "id": "67", "type": "route" } }, "route_pattern": { "data": { - "id": "69-_-0", + "id": "67-4-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "690127", + "id": "670063", "type": "shape" } }, "stops": { "data": [ { - "id": "70500", + "id": "141", "type": "stop" }, { - "id": "1416", + "id": "2482", "type": "stop" }, { - "id": "1417", + "id": "23530", "type": "stop" }, { - "id": "1419", + "id": "23531", "type": "stop" }, { - "id": "1420", + "id": "23532", "type": "stop" }, { - "id": "1421", + "id": "23533", "type": "stop" }, { - "id": "1422", + "id": "2283", "type": "stop" }, { - "id": "1423", + "id": "2284", "type": "stop" }, { - "id": "1424", + "id": "7976", "type": "stop" }, { - "id": "1425", + "id": "7977", "type": "stop" }, { - "id": "1427", + "id": "7978", "type": "stop" }, { - "id": "1428", + "id": "7979", "type": "stop" }, { - "id": "1429", + "id": "7981", "type": "stop" }, { - "id": "1430", + "id": "7953", "type": "stop" }, { - "id": "2166", + "id": "7954", "type": "stop" }, { - "id": "2167", + "id": "7955", "type": "stop" }, { - "id": "110", + "id": "7956", + "type": "stop" + }, + { + "id": "7959", + "type": "stop" + }, + { + "id": "7960", + "type": "stop" + }, + { + "id": "7962", + "type": "stop" + }, + { + "id": "7961", "type": "stop" } ] @@ -266726,14 +270107,14 @@ }, { "attributes": {}, - "id": "2933", + "id": "1548", "links": { - "self": "/stops/2933" + "self": "/stops/1548" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2933" + "related": "/facilities/?filter[stop]=1548" } }, "parent_station": { @@ -266750,14 +270131,14 @@ }, { "attributes": {}, - "id": "2381", + "id": "39673", "links": { - "self": "/stops/2381" + "self": "/stops/39673" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2381" + "related": "/facilities/?filter[stop]=39673" } }, "parent_station": { @@ -266774,14 +270155,14 @@ }, { "attributes": {}, - "id": "6409", + "id": "6368", "links": { - "self": "/stops/6409" + "self": "/stops/6368" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6409" + "related": "/facilities/?filter[stop]=6368" } }, "parent_station": { @@ -266797,46 +270178,39 @@ "type": "stop" }, { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Orient Heights Station", - "Jeffries Point" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Orient Heights Station - Jeffries Point", - "short_name": "120", - "sort_order": 51200, - "text_color": "000000", - "type": 3 - }, - "id": "120", + "attributes": {}, + "id": "85371", "links": { - "self": "/routes/120" + "self": "/stops/85371" }, "relationships": { - "line": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=85371" + } + }, + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "line-120121", - "type": "line" + "id": "LocalBus", + "type": "zone" } } }, - "type": "route" + "type": "stop" }, { "attributes": {}, - "id": "3135", + "id": "144", "links": { - "self": "/stops/3135" + "self": "/stops/144" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3135" + "related": "/facilities/?filter[stop]=144" } }, "parent_station": { @@ -266853,14 +270227,14 @@ }, { "attributes": {}, - "id": "8540", + "id": "2349", "links": { - "self": "/stops/8540" + "self": "/stops/2349" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8540" + "related": "/facilities/?filter[stop]=2349" } }, "parent_station": { @@ -266877,38 +270251,62 @@ }, { "attributes": {}, - "id": "FB-0275-B0", + "id": "7711", "links": { - "self": "/stops/FB-0275-B0" + "self": "/stops/7711" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=FB-0275-B0" + "related": "/facilities/?filter[stop]=7711" } }, "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "place-FB-0275", - "type": "stop" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "2774", + "links": { + "self": "/stops/2774" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=2774" } }, - "zone": { + "parent_station": { "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } } }, "type": "stop" }, { "attributes": {}, - "id": "12859", + "id": "11241", "links": { - "self": "/stops/12859" + "self": "/stops/11241" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=12859" + "related": "/facilities/?filter[stop]=11241" } }, "parent_station": { @@ -266925,14 +270323,14 @@ }, { "attributes": {}, - "id": "530", + "id": "5442", "links": { - "self": "/stops/530" + "self": "/stops/5442" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=530" + "related": "/facilities/?filter[stop]=5442" } }, "parent_station": { @@ -266950,137 +270348,137 @@ { "attributes": { "direction_id": 0, - "headsign": "Fields Corner" + "headsign": "Heath Street" }, - "id": "61394394", + "id": "canonical-Green-E-C1-0", "links": { - "self": "/trips/61394394" + "self": "/trips/canonical-Green-E-C1-0" }, "relationships": { "route": { "data": { - "id": "19", + "id": "Green-E", "type": "route" } }, "route_pattern": { "data": { - "id": "19-_-0", + "id": "Green-E-886-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "canonical", "type": "service" } }, "shape": { "data": { - "id": "190309", + "id": "canonical-8000018", "type": "shape" } }, "stops": { "data": [ { - "id": "17862", + "id": "70512", "type": "stop" }, { - "id": "11592", + "id": "70510", "type": "stop" }, { - "id": "11593", + "id": "70508", "type": "stop" }, { - "id": "1593", + "id": "70506", "type": "stop" }, { - "id": "64000", + "id": "70514", "type": "stop" }, { - "id": "40001", + "id": "70502", "type": "stop" }, { - "id": "401", + "id": "70208", "type": "stop" }, { - "id": "404", + "id": "70206", "type": "stop" }, { - "id": "405", + "id": "70204", "type": "stop" }, { - "id": "406", + "id": "70202", "type": "stop" }, { - "id": "407", + "id": "70199", "type": "stop" }, { - "id": "410", + "id": "70159", "type": "stop" }, { - "id": "411", + "id": "70157", "type": "stop" }, { - "id": "412", + "id": "70155", "type": "stop" }, { - "id": "471", + "id": "70239", "type": "stop" }, { - "id": "472", + "id": "70241", "type": "stop" }, { - "id": "468", + "id": "70243", "type": "stop" }, { - "id": "550", + "id": "70245", "type": "stop" }, { - "id": "551", + "id": "70247", "type": "stop" }, { - "id": "552", + "id": "70249", "type": "stop" }, { - "id": "553", + "id": "70251", "type": "stop" }, { - "id": "554", + "id": "70253", "type": "stop" }, { - "id": "555", + "id": "70255", "type": "stop" }, { - "id": "556", + "id": "70257", "type": "stop" }, { - "id": "323", + "id": "70260", "type": "stop" } ] @@ -267090,14 +270488,14 @@ }, { "attributes": {}, - "id": "5357", + "id": "7424", "links": { - "self": "/stops/5357" + "self": "/stops/7424" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5357" + "related": "/facilities/?filter[stop]=7424" } }, "parent_station": { @@ -267114,14 +270512,14 @@ }, { "attributes": {}, - "id": "8684", + "id": "18925", "links": { - "self": "/stops/8684" + "self": "/stops/18925" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8684" + "related": "/facilities/?filter[stop]=18925" } }, "parent_station": { @@ -267138,19 +270536,152 @@ }, { "attributes": {}, - "id": "NHRML-0218-B1", + "id": "3876", "links": { - "self": "/stops/NHRML-0218-B1" + "self": "/stops/3876" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=NHRML-0218-B1" + "related": "/facilities/?filter[stop]=3876" } }, "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "place-NHRML-0218", + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "5383", + "links": { + "self": "/stops/5383" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=5383" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Cleary Square", + "Forest Hills Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Cleary Square - Forest Hills Station", + "short_name": "50", + "sort_order": 50500, + "text_color": "000000", + "type": 3 + }, + "id": "50", + "links": { + "self": "/routes/50" + }, + "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, + "line": { + "data": { + "id": "line-4050", + "type": "line" + } + } + }, + "type": "route" + }, + { + "attributes": {}, + "id": "36961", + "links": { + "self": "/stops/36961" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=36961" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "121013", + "links": { + "self": "/stops/121013" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=121013" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "FR-0394-B0", + "links": { + "self": "/stops/FR-0394-B0" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=FR-0394-B0" + } + }, + "parent_station": { + "data": { + "id": "place-FR-0394", "type": "stop" } }, @@ -267162,14 +270693,14 @@ }, { "attributes": {}, - "id": "5615", + "id": "109886", "links": { - "self": "/stops/5615" + "self": "/stops/109886" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5615" + "related": "/facilities/?filter[stop]=109886" } }, "parent_station": { @@ -267186,14 +270717,14 @@ }, { "attributes": {}, - "id": "2098", + "id": "82031", "links": { - "self": "/stops/2098" + "self": "/stops/82031" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2098" + "related": "/facilities/?filter[stop]=82031" } }, "parent_station": { @@ -267210,14 +270741,14 @@ }, { "attributes": {}, - "id": "5252", + "id": "2741", "links": { - "self": "/stops/5252" + "self": "/stops/2741" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5252" + "related": "/facilities/?filter[stop]=2741" } }, "parent_station": { @@ -267234,507 +270765,286 @@ }, { "attributes": {}, - "id": "11736", + "id": "DB-2240-B1", "links": { - "self": "/stops/11736" + "self": "/stops/DB-2240-B1" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=11736" + "related": "/facilities/?filter[stop]=DB-2240-B1" } }, "parent_station": { - "data": null - }, - "zone": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "place-DB-2240", + "type": "stop" } + }, + "zone": { + "data": null } }, "type": "stop" }, { - "attributes": { - "direction_id": 1, - "headsign": "Reservoir" - }, - "id": "61848214", + "attributes": {}, + "id": "2149", "links": { - "self": "/trips/61848214" + "self": "/stops/2149" }, "relationships": { - "route": { - "data": { - "id": "86", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "86-_-1", - "type": "route_pattern" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=2149" } }, - "service": { - "data": { - "id": "SpringWeekday", - "type": "service" - } + "parent_station": { + "data": null }, - "shape": { + "zone": { "data": { - "id": "860161", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "29005", - "type": "stop" - }, - { - "id": "2757", - "type": "stop" - }, - { - "id": "2759", - "type": "stop" - }, - { - "id": "12759", - "type": "stop" - }, - { - "id": "2761", - "type": "stop" - }, - { - "id": "2762", - "type": "stop" - }, - { - "id": "2763", - "type": "stop" - }, - { - "id": "2610", - "type": "stop" - }, - { - "id": "2612", - "type": "stop" - }, - { - "id": "2613", - "type": "stop" - }, - { - "id": "2615", - "type": "stop" - }, - { - "id": "2545", - "type": "stop" - }, - { - "id": "2546", - "type": "stop" - }, - { - "id": "2547", - "type": "stop" - }, - { - "id": "2548", - "type": "stop" - }, - { - "id": "22549", - "type": "stop" - }, - { - "id": "32549", - "type": "stop" - }, - { - "id": "2550", - "type": "stop" - }, - { - "id": "2551", - "type": "stop" - }, - { - "id": "2553", - "type": "stop" - }, - { - "id": "1071", - "type": "stop" - }, - { - "id": "1072", - "type": "stop" - }, - { - "id": "1074", - "type": "stop" - }, - { - "id": "1075", - "type": "stop" - }, - { - "id": "1076", - "type": "stop" - }, - { - "id": "1077", - "type": "stop" - }, - { - "id": "1079", - "type": "stop" - }, - { - "id": "1080", - "type": "stop" - }, - { - "id": "1081", - "type": "stop" - }, - { - "id": "1083", - "type": "stop" - }, - { - "id": "1084", - "type": "stop" - }, - { - "id": "1085", - "type": "stop" - }, - { - "id": "1086", - "type": "stop" - }, - { - "id": "1088", - "type": "stop" - }, - { - "id": "1089", - "type": "stop" - }, - { - "id": "1090", - "type": "stop" - }, - { - "id": "1092", - "type": "stop" - }, - { - "id": "21917", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": { "direction_id": 0, - "headsign": "Holbrook/Randolph via Crawford Square" + "headsign": "North Shore Mall via Lynnfield St" }, - "id": "61929362", + "id": "67202278", "links": { - "self": "/trips/61929362" + "self": "/trips/67202278" }, "relationships": { "route": { "data": { - "id": "240", + "id": "436", "type": "route" } }, "route_pattern": { "data": { - "id": "240-9-0", + "id": "436-1-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "2400263", + "id": "4360268", "type": "shape" } }, "stops": { "data": [ { - "id": "334", - "type": "stop" - }, - { - "id": "536", - "type": "stop" - }, - { - "id": "537", - "type": "stop" - }, - { - "id": "569", - "type": "stop" - }, - { - "id": "10569", - "type": "stop" - }, - { - "id": "570", - "type": "stop" - }, - { - "id": "883", - "type": "stop" - }, - { - "id": "571", - "type": "stop" - }, - { - "id": "572", - "type": "stop" - }, - { - "id": "4134", - "type": "stop" - }, - { - "id": "4136", - "type": "stop" - }, - { - "id": "4137", - "type": "stop" - }, - { - "id": "4138", - "type": "stop" - }, - { - "id": "4139", + "id": "14748", "type": "stop" }, { - "id": "4140", + "id": "6600", "type": "stop" }, { - "id": "4141", + "id": "6830", "type": "stop" }, { - "id": "4142", + "id": "6831", "type": "stop" }, { - "id": "4143", + "id": "6833", "type": "stop" }, { - "id": "4144", + "id": "6834", "type": "stop" }, { - "id": "4145", + "id": "7313", "type": "stop" }, { - "id": "4146", + "id": "7314", "type": "stop" }, { - "id": "4147", + "id": "7315", "type": "stop" }, { - "id": "4149", + "id": "7316", "type": "stop" }, { - "id": "4152", + "id": "17316", "type": "stop" }, { - "id": "4153", + "id": "7317", "type": "stop" }, { - "id": "4154", + "id": "7318", "type": "stop" }, { - "id": "4155", + "id": "7319", "type": "stop" }, { - "id": "4156", + "id": "7253", "type": "stop" }, { - "id": "4157", + "id": "7254", "type": "stop" }, { - "id": "4158", + "id": "7255", "type": "stop" }, { - "id": "4159", + "id": "7256", "type": "stop" }, { - "id": "4160", + "id": "7257", "type": "stop" }, { - "id": "4161", + "id": "7258", "type": "stop" }, { - "id": "4163", + "id": "7259", "type": "stop" }, { - "id": "4164", + "id": "7260", "type": "stop" }, { - "id": "4165", + "id": "7320", "type": "stop" }, { - "id": "4166", + "id": "7322", "type": "stop" }, { - "id": "4167", + "id": "7324", "type": "stop" }, { - "id": "4168", + "id": "17325", "type": "stop" }, { - "id": "4169", + "id": "7327", "type": "stop" }, { - "id": "4171", + "id": "7328", "type": "stop" }, { - "id": "4172", + "id": "7330", "type": "stop" }, { - "id": "4173", + "id": "7331", "type": "stop" }, { - "id": "4174", + "id": "7332", "type": "stop" }, { - "id": "4175", + "id": "7334", "type": "stop" }, { - "id": "4177", + "id": "7335", "type": "stop" }, { - "id": "4179", + "id": "7336", "type": "stop" }, { - "id": "4180", + "id": "7337", "type": "stop" }, { - "id": "4181", + "id": "7338", "type": "stop" }, { - "id": "4182", + "id": "7339", "type": "stop" }, { - "id": "4183", + "id": "7340", "type": "stop" }, { - "id": "4184", + "id": "4570", "type": "stop" }, { - "id": "4185", + "id": "4572", "type": "stop" }, { - "id": "4186", + "id": "4573", "type": "stop" }, { - "id": "4187", + "id": "4574", "type": "stop" }, { - "id": "4188", + "id": "4576", "type": "stop" }, { - "id": "4189", + "id": "4577", "type": "stop" }, { - "id": "4190", + "id": "4578", "type": "stop" }, { - "id": "4191", + "id": "14586", "type": "stop" }, { - "id": "4252", + "id": "24586", "type": "stop" }, { - "id": "4253", + "id": "4581", "type": "stop" }, { - "id": "4254", + "id": "4582", "type": "stop" }, { - "id": "4255", + "id": "7269", "type": "stop" } ] @@ -267744,14 +271054,14 @@ }, { "attributes": {}, - "id": "12838", + "id": "7959", "links": { - "self": "/stops/12838" + "self": "/stops/7959" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=12838" + "related": "/facilities/?filter[stop]=7959" } }, "parent_station": { @@ -267768,14 +271078,14 @@ }, { "attributes": {}, - "id": "78988", + "id": "4379", "links": { - "self": "/stops/78988" + "self": "/stops/4379" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=78988" + "related": "/facilities/?filter[stop]=4379" } }, "parent_station": { @@ -267792,14 +271102,38 @@ }, { "attributes": {}, - "id": "2862", + "id": "8556", "links": { - "self": "/stops/2862" + "self": "/stops/8556" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2862" + "related": "/facilities/?filter[stop]=8556" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "7507", + "links": { + "self": "/stops/7507" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=7507" } }, "parent_station": { @@ -267817,438 +271151,257 @@ { "attributes": { "direction_id": 0, - "headsign": "Roslindale Square" + "headsign": "Market Place Dr" }, - "id": "62145765", + "id": "67008596", "links": { - "self": "/trips/62145765" + "self": "/trips/67008596" }, "relationships": { "route": { "data": { - "id": "14", + "id": "70", "type": "route" } }, "route_pattern": { "data": { - "id": "14-_-0", + "id": "70-6-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "140139", + "id": "700267", "type": "shape" } }, "stops": { "data": [ { - "id": "1747", + "id": "730", "type": "stop" }, { - "id": "1749", + "id": "2755", "type": "stop" }, { - "id": "1750", + "id": "1123", "type": "stop" }, { - "id": "1751", + "id": "2444", "type": "stop" }, { - "id": "1752", + "id": "1061", "type": "stop" }, { - "id": "1753", + "id": "1062", "type": "stop" }, { - "id": "11531", + "id": "1064", "type": "stop" }, { - "id": "1140", + "id": "1067", "type": "stop" }, { - "id": "1141", + "id": "1068", "type": "stop" }, { - "id": "1142", + "id": "1070", "type": "stop" }, { - "id": "1144", + "id": "1071", "type": "stop" }, { - "id": "1145", + "id": "1072", "type": "stop" }, { - "id": "1147", + "id": "1074", "type": "stop" }, { - "id": "64000", + "id": "1075", "type": "stop" }, { - "id": "40001", + "id": "1076", "type": "stop" }, { - "id": "401", + "id": "1077", "type": "stop" }, { - "id": "404", + "id": "1443", "type": "stop" }, { - "id": "405", + "id": "1445", "type": "stop" }, { - "id": "406", + "id": "1447", "type": "stop" }, { - "id": "407", + "id": "1448", "type": "stop" }, { - "id": "410", + "id": "1449", "type": "stop" }, { - "id": "411", + "id": "1450", "type": "stop" }, { - "id": "412", + "id": "1451", "type": "stop" }, { - "id": "413", + "id": "1452", "type": "stop" }, { - "id": "414", + "id": "8815", "type": "stop" }, { - "id": "415", + "id": "8816", "type": "stop" }, { - "id": "416", + "id": "88171", "type": "stop" }, { - "id": "10417", + "id": "8818", "type": "stop" }, { - "id": "10418", + "id": "8819", "type": "stop" }, { - "id": "10427", + "id": "8820", "type": "stop" }, { - "id": "10421", + "id": "8339", "type": "stop" }, { - "id": "10419", + "id": "8821", "type": "stop" }, { - "id": "10422", + "id": "8822", "type": "stop" }, { - "id": "10423", + "id": "8823", "type": "stop" }, { - "id": "10424", + "id": "8824", "type": "stop" }, { - "id": "10425", + "id": "8825", "type": "stop" }, { - "id": "6474", + "id": "8826", "type": "stop" }, { - "id": "6476", + "id": "8828", "type": "stop" }, { - "id": "6460", + "id": "8830", "type": "stop" }, { - "id": "6461", + "id": "8831", "type": "stop" }, { - "id": "6462", + "id": "8832", "type": "stop" }, { - "id": "6463", + "id": "88332", "type": "stop" }, { - "id": "6464", + "id": "88333", "type": "stop" }, { - "id": "602", + "id": "883321", "type": "stop" }, { - "id": "797", + "id": "88334", "type": "stop" - } - ] - } - }, - "type": "trip" - }, - { - "attributes": { - "direction_id": 1, - "headsign": "Norwood Central (Shuttle)" - }, - "id": "ForgeParkNorwoodCentral-1-sample", - "links": { - "self": "/trips/ForgeParkNorwoodCentral-1-sample" - }, - "relationships": { - "route": { - "data": { - "id": "Shuttle-ForgeParkNorwoodCentral", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Shuttle-ForgeParkNorwoodCentral-0-1", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "canonical", - "type": "service" - } - }, - "shape": { - "data": { - "id": "ForgeParkToNorwoodCentral-S", - "type": "shape" - } - }, - "stops": { - "data": [ + }, { - "id": "FB-0303-B", + "id": "88335", "type": "stop" }, { - "id": "FB-0275-B0", + "id": "88336", "type": "stop" }, { - "id": "FB-0230-B", + "id": "88337", "type": "stop" }, { - "id": "FB-0191-B", + "id": "8841", "type": "stop" }, { - "id": "Windsor Gardens-S", + "id": "8842", "type": "stop" }, { - "id": "Norwood Central-S", + "id": "8843", "type": "stop" - } - ] - } - }, - "type": "trip" - }, - { - "attributes": {}, - "id": "880", - "links": { - "self": "/stops/880" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=880" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "2436", - "links": { - "self": "/stops/2436" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=2436" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Haverhill", - "North Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Haverhill - Lawrence", - "short_name": "Haverhill Line Shuttle", - "sort_order": 61965, - "text_color": "000000", - "type": 3 - }, - "id": "Shuttle-HaverhillLawrence", - "links": { - "self": "/routes/Shuttle-HaverhillLawrence" - }, - "relationships": { - "line": { - "data": { - "id": "line-Haverhill", - "type": "line" - } - } - }, - "type": "route" - }, - { - "attributes": {}, - "id": "7529", - "links": { - "self": "/stops/7529" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=7529" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": { - "direction_id": 1, - "headsign": "Copley (Express shuttle)" - }, - "id": "CopleyRiversideViaWoodlandExpress-1-sample", - "links": { - "self": "/trips/CopleyRiversideViaWoodlandExpress-1-sample" - }, - "relationships": { - "route": { - "data": { - "id": "Shuttle-CopleyRiversideLimited", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Shuttle-CopleyRiversideLimited-0-1", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "canonical", - "type": "service" - } - }, - "shape": { - "data": { - "id": "RiversideToCopleyViaWoodlandLimited-S", - "type": "shape" - } - }, - "stops": { - "data": [ + }, { - "id": "38155", + "id": "8845", "type": "stop" }, { - "id": "9070162", + "id": "8846", "type": "stop" }, { - "id": "178", + "id": "8848", + "type": "stop" + }, + { + "id": "9525", "type": "stop" } ] @@ -268258,14 +271411,14 @@ }, { "attributes": {}, - "id": "6538", + "id": "1546", "links": { - "self": "/stops/6538" + "self": "/stops/1546" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6538" + "related": "/facilities/?filter[stop]=1546" } }, "parent_station": { @@ -268282,14 +271435,14 @@ }, { "attributes": {}, - "id": "13849", + "id": "3719", "links": { - "self": "/stops/13849" + "self": "/stops/3719" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=13849" + "related": "/facilities/?filter[stop]=3719" } }, "parent_station": { @@ -268306,14 +271459,14 @@ }, { "attributes": {}, - "id": "31861", + "id": "7890", "links": { - "self": "/stops/31861" + "self": "/stops/7890" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=31861" + "related": "/facilities/?filter[stop]=7890" } }, "parent_station": { @@ -268330,14 +271483,14 @@ }, { "attributes": {}, - "id": "6257", + "id": "109879", "links": { - "self": "/stops/6257" + "self": "/stops/109879" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6257" + "related": "/facilities/?filter[stop]=109879" } }, "parent_station": { @@ -268352,109 +271505,16 @@ }, "type": "stop" }, - { - "attributes": { - "direction_id": 0, - "headsign": "Rockport" - }, - "id": "canonical-CR-Newburyport-C2-0", - "links": { - "self": "/trips/canonical-CR-Newburyport-C2-0" - }, - "relationships": { - "route": { - "data": { - "id": "CR-Newburyport", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "CR-Newburyport-5967b204-0", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "canonical", - "type": "service" - } - }, - "shape": { - "data": { - "id": "canonical-9810007", - "type": "shape" - } - }, - "stops": { - "data": [ - { - "id": "BNT-0000", - "type": "stop" - }, - { - "id": "ER-0042-01", - "type": "stop" - }, - { - "id": "ER-0099-01", - "type": "stop" - }, - { - "id": "ER-0117-01", - "type": "stop" - }, - { - "id": "ER-0128-01", - "type": "stop" - }, - { - "id": "ER-0168-S", - "type": "stop" - }, - { - "id": "ER-0183-01", - "type": "stop" - }, - { - "id": "GB-0198-01", - "type": "stop" - }, - { - "id": "GB-0229-01", - "type": "stop" - }, - { - "id": "GB-0254-01", - "type": "stop" - }, - { - "id": "GB-0296-01", - "type": "stop" - }, - { - "id": "GB-0316-S", - "type": "stop" - }, - { - "id": "GB-0353-S", - "type": "stop" - } - ] - } - }, - "type": "trip" - }, { "attributes": {}, - "id": "2576", + "id": "12144", "links": { - "self": "/stops/2576" + "self": "/stops/12144" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2576" + "related": "/facilities/?filter[stop]=12144" } }, "parent_station": { @@ -268471,49 +271531,22 @@ }, { "attributes": {}, - "id": "WML-0135-B0", + "id": "45332", "links": { - "self": "/stops/WML-0135-B0" + "self": "/stops/45332" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=WML-0135-B0" + "related": "/facilities/?filter[stop]=45332" } }, "parent_station": { - "data": { - "id": "place-WML-0135", - "type": "stop" - } - }, - "zone": { "data": null - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "74624", - "links": { - "self": "/stops/74624" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=74624" - } - }, - "parent_station": { - "data": { - "id": "place-conrd", - "type": "stop" - } }, "zone": { "data": { - "id": "SLWaterfrontNonLogan", + "id": "LocalBus", "type": "zone" } } @@ -268522,14 +271555,14 @@ }, { "attributes": {}, - "id": "6710", + "id": "4522", "links": { - "self": "/stops/6710" + "self": "/stops/4522" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6710" + "related": "/facilities/?filter[stop]=4522" } }, "parent_station": { @@ -268546,14 +271579,14 @@ }, { "attributes": {}, - "id": "32840", + "id": "7374", "links": { - "self": "/stops/32840" + "self": "/stops/7374" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=32840" + "related": "/facilities/?filter[stop]=7374" } }, "parent_station": { @@ -268570,14 +271603,14 @@ }, { "attributes": {}, - "id": "71272", + "id": "8311", "links": { - "self": "/stops/71272" + "self": "/stops/8311" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=71272" + "related": "/facilities/?filter[stop]=8311" } }, "parent_station": { @@ -268594,14 +271627,14 @@ }, { "attributes": {}, - "id": "2395", + "id": "28", "links": { - "self": "/stops/2395" + "self": "/stops/28" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2395" + "related": "/facilities/?filter[stop]=28" } }, "parent_station": { @@ -268618,14 +271651,14 @@ }, { "attributes": {}, - "id": "70619", + "id": "3213", "links": { - "self": "/stops/70619" + "self": "/stops/3213" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70619" + "related": "/facilities/?filter[stop]=3213" } }, "parent_station": { @@ -268642,22 +271675,25 @@ }, { "attributes": {}, - "id": "45413", + "id": "70163", "links": { - "self": "/stops/45413" + "self": "/stops/70163" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=45413" + "related": "/facilities/?filter[stop]=70163" } }, "parent_station": { - "data": null + "data": { + "id": "place-woodl", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -268666,25 +271702,22 @@ }, { "attributes": {}, - "id": "70135", + "id": "8264", "links": { - "self": "/stops/70135" + "self": "/stops/8264" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70135" + "related": "/facilities/?filter[stop]=8264" } }, "parent_station": { - "data": { - "id": "place-brico", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } @@ -268693,14 +271726,14 @@ }, { "attributes": {}, - "id": "1726", + "id": "1534", "links": { - "self": "/stops/1726" + "self": "/stops/1534" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1726" + "related": "/facilities/?filter[stop]=1534" } }, "parent_station": { @@ -268717,14 +271750,14 @@ }, { "attributes": {}, - "id": "2737", + "id": "3119", "links": { - "self": "/stops/2737" + "self": "/stops/3119" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2737" + "related": "/facilities/?filter[stop]=3119" } }, "parent_station": { @@ -268739,47 +271772,16 @@ }, "type": "stop" }, - { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Worcester", - "South Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Framingham - South Station (Express)", - "short_name": "Worcester Line Shuttle", - "sort_order": 61810, - "text_color": "000000", - "type": 3 - }, - "id": "Shuttle-FraminghamSouthStationExpress", - "links": { - "self": "/routes/Shuttle-FraminghamSouthStationExpress" - }, - "relationships": { - "line": { - "data": { - "id": "line-Worcester", - "type": "line" - } - } - }, - "type": "route" - }, { "attributes": {}, - "id": "2353", + "id": "118", "links": { - "self": "/stops/2353" + "self": "/stops/118" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2353" + "related": "/facilities/?filter[stop]=118" } }, "parent_station": { @@ -268796,69 +271798,51 @@ }, { "attributes": { - "color": "008EAA", + "color": "FFC72C", "direction_destinations": [ - "Blossom Street Pier", - "Long Wharf" + "Central Square, Cambridge", + "Broadway Station" ], "direction_names": [ "Outbound", "Inbound" ], - "long_name": "Lynn Ferry", - "short_name": "", - "sort_order": 30007, - "text_color": "FFFFFF", - "type": 4 + "long_name": "Central Square, Cambridge - Broadway Station", + "short_name": "47", + "sort_order": 50470, + "text_color": "000000", + "type": 3 }, - "id": "Boat-Lynn", + "id": "47", "links": { - "self": "/routes/Boat-Lynn" + "self": "/routes/47" }, "relationships": { - "line": { + "agency": { "data": { - "id": "line-Boat-Lynn", - "type": "line" - } - } - }, - "type": "route" - }, - { - "attributes": {}, - "id": "4858", - "links": { - "self": "/stops/4858" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=4858" + "id": "1", + "type": "agency" } }, - "parent_station": { - "data": null - }, - "zone": { + "line": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "line-47", + "type": "line" } } }, - "type": "stop" + "type": "route" }, { "attributes": {}, - "id": "6500", + "id": "301", "links": { - "self": "/stops/6500" + "self": "/stops/301" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6500" + "related": "/facilities/?filter[stop]=301" } }, "parent_station": { @@ -268876,217 +271860,145 @@ { "attributes": { "direction_id": 1, - "headsign": "Quincy Center" + "headsign": "Ruggles" }, - "id": "61928952", + "id": "66644959", "links": { - "self": "/trips/61928952" + "self": "/trips/66644959" }, "relationships": { "route": { "data": { - "id": "220", + "id": "45", "type": "route" } }, "route_pattern": { "data": { - "id": "220-3-1", + "id": "45-_-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "2200125", + "id": "450161", "type": "shape" } }, "stops": { "data": [ { - "id": "3582", - "type": "stop" - }, - { - "id": "3589", - "type": "stop" - }, - { - "id": "3590", - "type": "stop" - }, - { - "id": "3592", - "type": "stop" - }, - { - "id": "3594", - "type": "stop" - }, - { - "id": "3595", - "type": "stop" - }, - { - "id": "3597", - "type": "stop" - }, - { - "id": "3598", - "type": "stop" - }, - { - "id": "3599", - "type": "stop" - }, - { - "id": "3600", - "type": "stop" - }, - { - "id": "3602", - "type": "stop" - }, - { - "id": "3604", - "type": "stop" - }, - { - "id": "3605", - "type": "stop" - }, - { - "id": "3603", - "type": "stop" - }, - { - "id": "3607", - "type": "stop" - }, - { - "id": "3608", - "type": "stop" - }, - { - "id": "3610", - "type": "stop" - }, - { - "id": "3611", - "type": "stop" - }, - { - "id": "3612", + "id": "1565", "type": "stop" }, { - "id": "3613", + "id": "383", "type": "stop" }, { - "id": "3614", + "id": "384", "type": "stop" }, { - "id": "3616", + "id": "385", "type": "stop" }, { - "id": "3617", + "id": "1566", "type": "stop" }, { - "id": "3618", + "id": "15660", "type": "stop" }, { - "id": "3619", + "id": "1567", "type": "stop" }, { - "id": "3620", + "id": "15661", "type": "stop" }, { - "id": "3621", + "id": "1569", "type": "stop" }, { - "id": "3622", + "id": "1570", "type": "stop" }, { - "id": "3623", + "id": "1571", "type": "stop" }, { - "id": "3624", + "id": "1572", "type": "stop" }, { - "id": "3626", + "id": "1573", "type": "stop" }, { - "id": "3627", + "id": "1574", "type": "stop" }, { - "id": "3629", + "id": "1575", "type": "stop" }, { - "id": "3630", + "id": "1576", "type": "stop" }, { - "id": "3631", + "id": "1487", "type": "stop" }, { - "id": "3632", + "id": "1488", "type": "stop" }, { - "id": "3633", + "id": "1489", "type": "stop" }, { - "id": "3634", + "id": "1491", "type": "stop" }, { - "id": "3635", + "id": "64000", "type": "stop" }, { - "id": "3636", + "id": "1148", "type": "stop" }, { - "id": "3638", + "id": "11149", "type": "stop" }, { - "id": "3639", + "id": "11148", "type": "stop" }, { - "id": "3640", + "id": "21148", "type": "stop" }, { - "id": "3038", + "id": "1224", "type": "stop" }, { - "id": "32004", + "id": "17861", "type": "stop" } ] @@ -269094,68 +272006,81 @@ }, "type": "trip" }, + { + "attributes": { + "color": "FFC72C", + "long_name": "Brighton - Downtown Boston via Copley", + "short_name": "501/503", + "sort_order": 55010, + "text_color": "000000" + }, + "id": "line-501503", + "links": { + "self": "/lines/line-501503" + }, + "type": "line" + }, { "attributes": {}, - "id": "9070125", + "id": "12439", "links": { - "self": "/stops/9070125" + "self": "/stops/12439" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9070125" + "related": "/facilities/?filter[stop]=12439" } }, "parent_station": { "data": null }, "zone": { - "data": null + "data": { + "id": "LocalBus", + "type": "zone" + } } }, "type": "stop" }, { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Lowell", - "North Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Lowell - Wilmington", - "short_name": "Lowell Line Shuttle", - "sort_order": 62041, - "text_color": "000000", - "type": 3 - }, - "id": "Shuttle-LowellWilmington", + "attributes": {}, + "id": "70144", "links": { - "self": "/routes/Shuttle-LowellWilmington" + "self": "/stops/70144" }, "relationships": { - "line": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=70144" + } + }, + "parent_station": { "data": { - "id": "line-Lowell", - "type": "line" + "id": "place-bucen", + "type": "stop" + } + }, + "zone": { + "data": { + "id": "RapidTransit", + "type": "zone" } } }, - "type": "route" + "type": "stop" }, { "attributes": {}, - "id": "5338", + "id": "6860", "links": { - "self": "/stops/5338" + "self": "/stops/6860" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5338" + "related": "/facilities/?filter[stop]=6860" } }, "parent_station": { @@ -269172,25 +272097,22 @@ }, { "attributes": {}, - "id": "FB-0148-02", + "id": "2897", "links": { - "self": "/stops/FB-0148-02" + "self": "/stops/2897" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=FB-0148-02" + "related": "/facilities/?filter[stop]=2897" } }, "parent_station": { - "data": { - "id": "place-FB-0148", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "CR-zone-3", + "id": "LocalBus", "type": "zone" } } @@ -269199,14 +272121,14 @@ }, { "attributes": {}, - "id": "810", + "id": "367", "links": { - "self": "/stops/810" + "self": "/stops/367" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=810" + "related": "/facilities/?filter[stop]=367" } }, "parent_station": { @@ -269223,14 +272145,14 @@ }, { "attributes": {}, - "id": "525", + "id": "7369", "links": { - "self": "/stops/525" + "self": "/stops/7369" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=525" + "related": "/facilities/?filter[stop]=7369" } }, "parent_station": { @@ -269247,22 +272169,25 @@ }, { "attributes": {}, - "id": "4610", + "id": "70145", "links": { - "self": "/stops/4610" + "self": "/stops/70145" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4610" + "related": "/facilities/?filter[stop]=70145" } }, "parent_station": { - "data": null + "data": { + "id": "place-bucen", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -269270,29 +272195,39 @@ "type": "stop" }, { - "attributes": { - "color": "FFC72C", - "long_name": "Mattapan - Ruggles", - "short_name": "28", - "sort_order": 50280, - "text_color": "000000" - }, - "id": "line-28", + "attributes": {}, + "id": "3697", "links": { - "self": "/lines/line-28" + "self": "/stops/3697" }, - "type": "line" + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=3697" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" }, { "attributes": {}, - "id": "18246", + "id": "111656", "links": { - "self": "/stops/18246" + "self": "/stops/111656" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=18246" + "related": "/facilities/?filter[stop]=111656" } }, "parent_station": { @@ -269309,14 +272244,14 @@ }, { "attributes": {}, - "id": "31255", + "id": "5596", "links": { - "self": "/stops/31255" + "self": "/stops/5596" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=31255" + "related": "/facilities/?filter[stop]=5596" } }, "parent_station": { @@ -269332,324 +272267,155 @@ "type": "stop" }, { - "attributes": { - "direction_id": 0, - "headsign": "Fields Corner" - }, - "id": "61394378", + "attributes": {}, + "id": "GB-0198-B3", "links": { - "self": "/trips/61394378" + "self": "/stops/GB-0198-B3" }, "relationships": { - "route": { - "data": { - "id": "19", - "type": "route" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=GB-0198-B3" } }, - "route_pattern": { + "parent_station": { "data": { - "id": "19-3-0", - "type": "route_pattern" + "id": "place-GB-0198", + "type": "stop" } }, - "service": { - "data": { - "id": "SpringWeekday", - "type": "service" + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "16132", + "links": { + "self": "/stops/16132" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=16132" } }, - "shape": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "190307", - "type": "shape" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "6357", + "links": { + "self": "/stops/6357" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=6357" } }, - "stops": { - "data": [ - { - "id": "899", - "type": "stop" - }, - { - "id": "8993", - "type": "stop" - }, - { - "id": "1518", - "type": "stop" - }, - { - "id": "1519", - "type": "stop" - }, - { - "id": "1520", - "type": "stop" - }, - { - "id": "1777", - "type": "stop" - }, - { - "id": "1778", - "type": "stop" - }, - { - "id": "1779", - "type": "stop" - }, - { - "id": "1780", - "type": "stop" - }, - { - "id": "11780", - "type": "stop" - }, - { - "id": "11781", - "type": "stop" - }, - { - "id": "1784", - "type": "stop" - }, - { - "id": "1785", - "type": "stop" - }, - { - "id": "17861", - "type": "stop" - }, - { - "id": "17862", - "type": "stop" - }, - { - "id": "11592", - "type": "stop" - }, - { - "id": "11593", - "type": "stop" - }, - { - "id": "1593", - "type": "stop" - }, - { - "id": "64000", - "type": "stop" - }, - { - "id": "40001", - "type": "stop" - }, - { - "id": "401", - "type": "stop" - }, - { - "id": "404", - "type": "stop" - }, - { - "id": "405", - "type": "stop" - }, - { - "id": "406", - "type": "stop" - }, - { - "id": "407", - "type": "stop" - }, - { - "id": "410", - "type": "stop" - }, - { - "id": "411", - "type": "stop" - }, - { - "id": "412", - "type": "stop" - }, - { - "id": "471", - "type": "stop" - }, - { - "id": "472", - "type": "stop" - }, - { - "id": "468", - "type": "stop" - }, - { - "id": "550", - "type": "stop" - }, - { - "id": "551", - "type": "stop" - }, - { - "id": "552", - "type": "stop" - }, - { - "id": "553", - "type": "stop" - }, - { - "id": "554", - "type": "stop" - }, - { - "id": "555", - "type": "stop" - }, - { - "id": "556", - "type": "stop" - }, - { - "id": "323", - "type": "stop" - } - ] + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } } }, - "type": "trip" + "type": "stop" }, { "attributes": { "direction_id": 0, - "headsign": "Ocean St via Central Square" + "headsign": "Worcester" }, - "id": "62216583", + "id": "BaseWML-701938-529", "links": { - "self": "/trips/62216583" + "self": "/trips/BaseWML-701938-529" }, "relationships": { "route": { "data": { - "id": "441442", + "id": "CR-Worcester", "type": "route" } }, "route_pattern": { "data": { - "id": "441442-1-0", + "id": "CR-Worcester-02498220-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "FALL 2024-SOUTHWKD-Weekday-42-Sb0e4ed14", "type": "service" } }, "shape": { "data": { - "id": "4420237", + "id": "9850002", "type": "shape" } }, "stops": { "data": [ { - "id": "15795", - "type": "stop" - }, - { - "id": "4736", - "type": "stop" - }, - { - "id": "48541", - "type": "stop" - }, - { - "id": "4855", - "type": "stop" - }, - { - "id": "4856", - "type": "stop" - }, - { - "id": "4738", - "type": "stop" - }, - { - "id": "4739", - "type": "stop" - }, - { - "id": "4709", - "type": "stop" - }, - { - "id": "4741", - "type": "stop" - }, - { - "id": "4742", - "type": "stop" - }, - { - "id": "4743", - "type": "stop" - }, - { - "id": "4744", + "id": "NEC-2287", "type": "stop" }, { - "id": "4745", + "id": "WML-0012-07", "type": "stop" }, { - "id": "4746", + "id": "WML-0025-07", "type": "stop" }, { - "id": "4747", + "id": "WML-0035-01", "type": "stop" }, { - "id": "14748", + "id": "WML-0199-01", "type": "stop" }, { - "id": "6600", + "id": "WML-0214-01", "type": "stop" }, { - "id": "4749", + "id": "WML-0252-01", "type": "stop" }, { - "id": "4751", + "id": "WML-0274-01", "type": "stop" }, { - "id": "4752", + "id": "WML-0340-01", "type": "stop" }, { - "id": "14753", + "id": "WML-0364-01", "type": "stop" }, { - "id": "4755", + "id": "WML-0442-CS", "type": "stop" } ] @@ -269659,14 +272425,14 @@ }, { "attributes": {}, - "id": "7240", + "id": "2798", "links": { - "self": "/stops/7240" + "self": "/stops/2798" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7240" + "related": "/facilities/?filter[stop]=2798" } }, "parent_station": { @@ -269683,14 +272449,14 @@ }, { "attributes": {}, - "id": "31628", + "id": "4281", "links": { - "self": "/stops/31628" + "self": "/stops/4281" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=31628" + "related": "/facilities/?filter[stop]=4281" } }, "parent_station": { @@ -269705,16 +272471,30 @@ }, "type": "stop" }, + { + "attributes": { + "color": "FFC72C", + "long_name": "Montello Commuter Rail Station - Quincy Center", + "short_name": "230", + "sort_order": 52300, + "text_color": "000000" + }, + "id": "line-230", + "links": { + "self": "/lines/line-230" + }, + "type": "line" + }, { "attributes": {}, - "id": "7417", + "id": "2491", "links": { - "self": "/stops/7417" + "self": "/stops/2491" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7417" + "related": "/facilities/?filter[stop]=2491" } }, "parent_station": { @@ -269731,14 +272511,14 @@ }, { "attributes": {}, - "id": "48304", + "id": "4342", "links": { - "self": "/stops/48304" + "self": "/stops/4342" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=48304" + "related": "/facilities/?filter[stop]=4342" } }, "parent_station": { @@ -269756,81 +272536,169 @@ { "attributes": { "direction_id": 1, - "headsign": "South Station" + "headsign": "Central Square" }, - "id": "CR-670241-744", + "id": "67202244", "links": { - "self": "/trips/CR-670241-744" + "self": "/trips/67202244" }, "relationships": { "route": { "data": { - "id": "CR-Franklin", + "id": "439", "type": "route" } }, "route_pattern": { "data": { - "id": "CR-Franklin-47d24b90-1", + "id": "439-_-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SPRING2024-SOUTHWKD-Weekday-1-S85407dc6", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "FoxboroToSouthStationViaBackBay", + "id": "4390093", "type": "shape" } }, "stops": { "data": [ { - "id": "FS-0049-S", + "id": "6613", "type": "stop" }, { - "id": "FB-0166-S", + "id": "6614", "type": "stop" }, { - "id": "FB-0148-02", + "id": "6615", "type": "stop" }, { - "id": "FB-0143-02", + "id": "6616", "type": "stop" }, { - "id": "FB-0125-02", + "id": "16616", "type": "stop" }, { - "id": "FB-0118-02", + "id": "6623", "type": "stop" }, { - "id": "FB-0109-02", + "id": "6624", "type": "stop" }, { - "id": "FB-0095-05", + "id": "6625", "type": "stop" }, { - "id": "NEC-2265-03", + "id": "6626", "type": "stop" }, { - "id": "NEC-2276-03", + "id": "6627", "type": "stop" }, { - "id": "NEC-2287", + "id": "6628", + "type": "stop" + }, + { + "id": "6629", + "type": "stop" + }, + { + "id": "6631", + "type": "stop" + }, + { + "id": "6632", + "type": "stop" + }, + { + "id": "6633", + "type": "stop" + }, + { + "id": "6634", + "type": "stop" + }, + { + "id": "6635", + "type": "stop" + }, + { + "id": "6636", + "type": "stop" + }, + { + "id": "6637", + "type": "stop" + }, + { + "id": "6638", + "type": "stop" + }, + { + "id": "6639", + "type": "stop" + }, + { + "id": "6640", + "type": "stop" + }, + { + "id": "6641", + "type": "stop" + }, + { + "id": "6642", + "type": "stop" + }, + { + "id": "16642", + "type": "stop" + }, + { + "id": "6643", + "type": "stop" + }, + { + "id": "6644", + "type": "stop" + }, + { + "id": "6645", + "type": "stop" + }, + { + "id": "6646", + "type": "stop" + }, + { + "id": "6647", + "type": "stop" + }, + { + "id": "6649", + "type": "stop" + }, + { + "id": "6650", + "type": "stop" + }, + { + "id": "14748", "type": "stop" } ] @@ -269840,14 +272708,14 @@ }, { "attributes": {}, - "id": "6641", + "id": "4017", "links": { - "self": "/stops/6641" + "self": "/stops/4017" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6641" + "related": "/facilities/?filter[stop]=4017" } }, "parent_station": { @@ -269864,14 +272732,14 @@ }, { "attributes": {}, - "id": "6862", + "id": "180", "links": { - "self": "/stops/6862" + "self": "/stops/180" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6862" + "related": "/facilities/?filter[stop]=180" } }, "parent_station": { @@ -269888,14 +272756,14 @@ }, { "attributes": {}, - "id": "14030", + "id": "6564", "links": { - "self": "/stops/14030" + "self": "/stops/6564" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=14030" + "related": "/facilities/?filter[stop]=6564" } }, "parent_station": { @@ -269912,14 +272780,14 @@ }, { "attributes": {}, - "id": "3813", + "id": "8158", "links": { - "self": "/stops/3813" + "self": "/stops/8158" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3813" + "related": "/facilities/?filter[stop]=8158" } }, "parent_station": { @@ -269936,14 +272804,14 @@ }, { "attributes": {}, - "id": "82132", + "id": "7648", "links": { - "self": "/stops/82132" + "self": "/stops/7648" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=82132" + "related": "/facilities/?filter[stop]=7648" } }, "parent_station": { @@ -269960,14 +272828,14 @@ }, { "attributes": {}, - "id": "2103", + "id": "3521", "links": { - "self": "/stops/2103" + "self": "/stops/3521" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2103" + "related": "/facilities/?filter[stop]=3521" } }, "parent_station": { @@ -269984,22 +272852,25 @@ }, { "attributes": {}, - "id": "6555", + "id": "70089", "links": { - "self": "/stops/6555" + "self": "/stops/70089" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6555" + "related": "/facilities/?filter[stop]=70089" } }, "parent_station": { - "data": null + "data": { + "id": "place-fldcr", + "type": "stop" + } }, "zone": { "data": { - "id": "ExpressBus-Downtown", + "id": "RapidTransit", "type": "zone" } } @@ -270008,25 +272879,22 @@ }, { "attributes": {}, - "id": "74616", + "id": "8458", "links": { - "self": "/stops/74616" + "self": "/stops/8458" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=74616" + "related": "/facilities/?filter[stop]=8458" } }, "parent_station": { - "data": { - "id": "place-crtst", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "SLWaterfrontNonLogan", + "id": "LocalBus", "type": "zone" } } @@ -270035,14 +272903,14 @@ }, { "attributes": {}, - "id": "12699", + "id": "4911", "links": { - "self": "/stops/12699" + "self": "/stops/4911" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=12699" + "related": "/facilities/?filter[stop]=4911" } }, "parent_station": { @@ -270059,14 +272927,14 @@ }, { "attributes": {}, - "id": "5322", + "id": "2697", "links": { - "self": "/stops/5322" + "self": "/stops/2697" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5322" + "related": "/facilities/?filter[stop]=2697" } }, "parent_station": { @@ -270082,46 +272950,39 @@ "type": "stop" }, { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Kingston", - "South Station" - ], - "direction_names": [ - "South", - "North" - ], - "long_name": "South Weymouth - Braintree", - "short_name": "Kingston Line Shuttle", - "sort_order": 61025, - "text_color": "000000", - "type": 3 - }, - "id": "Shuttle-BraintreeSouthWeymouth", + "attributes": {}, + "id": "3946", "links": { - "self": "/routes/Shuttle-BraintreeSouthWeymouth" + "self": "/stops/3946" }, "relationships": { - "line": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=3946" + } + }, + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "line-Kingston", - "type": "line" + "id": "LocalBus", + "type": "zone" } } }, - "type": "route" + "type": "stop" }, { "attributes": {}, - "id": "3194", + "id": "3806", "links": { - "self": "/stops/3194" + "self": "/stops/3806" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3194" + "related": "/facilities/?filter[stop]=3806" } }, "parent_station": { @@ -270138,14 +272999,14 @@ }, { "attributes": {}, - "id": "2292", + "id": "3555", "links": { - "self": "/stops/2292" + "self": "/stops/3555" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2292" + "related": "/facilities/?filter[stop]=3555" } }, "parent_station": { @@ -270162,14 +273023,14 @@ }, { "attributes": {}, - "id": "4761", + "id": "4159", "links": { - "self": "/stops/4761" + "self": "/stops/4159" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4761" + "related": "/facilities/?filter[stop]=4159" } }, "parent_station": { @@ -270186,14 +273047,14 @@ }, { "attributes": {}, - "id": "8461", + "id": "9293", "links": { - "self": "/stops/8461" + "self": "/stops/9293" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8461" + "related": "/facilities/?filter[stop]=9293" } }, "parent_station": { @@ -270210,14 +273071,14 @@ }, { "attributes": {}, - "id": "16535", + "id": "38501", "links": { - "self": "/stops/16535" + "self": "/stops/38501" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=16535" + "related": "/facilities/?filter[stop]=38501" } }, "parent_station": { @@ -270225,7 +273086,7 @@ }, "zone": { "data": { - "id": "ExpressBus-Downtown", + "id": "LocalBus", "type": "zone" } } @@ -270234,25 +273095,22 @@ }, { "attributes": {}, - "id": "70005", + "id": "11809", "links": { - "self": "/stops/70005" + "self": "/stops/11809" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70005" + "related": "/facilities/?filter[stop]=11809" } }, "parent_station": { - "data": { - "id": "place-sbmnl", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } @@ -270261,14 +273119,14 @@ }, { "attributes": {}, - "id": "845", + "id": "16971", "links": { - "self": "/stops/845" + "self": "/stops/16971" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=845" + "related": "/facilities/?filter[stop]=16971" } }, "parent_station": { @@ -270285,14 +273143,14 @@ }, { "attributes": {}, - "id": "4134", + "id": "4382", "links": { - "self": "/stops/4134" + "self": "/stops/4382" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4134" + "related": "/facilities/?filter[stop]=4382" } }, "parent_station": { @@ -270309,14 +273167,14 @@ }, { "attributes": {}, - "id": "52618", + "id": "81687", "links": { - "self": "/stops/52618" + "self": "/stops/81687" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=52618" + "related": "/facilities/?filter[stop]=81687" } }, "parent_station": { @@ -270333,14 +273191,14 @@ }, { "attributes": {}, - "id": "3124", + "id": "964", "links": { - "self": "/stops/3124" + "self": "/stops/964" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3124" + "related": "/facilities/?filter[stop]=964" } }, "parent_station": { @@ -270358,22 +273216,22 @@ { "attributes": { "direction_id": 1, - "headsign": "Andover (Shuttle)" + "headsign": "Fenway (Shuttle)" }, - "id": "AndoverHaverhill-1-sample", + "id": "FenwayNewtonHighlands-1-sample", "links": { - "self": "/trips/AndoverHaverhill-1-sample" + "self": "/trips/FenwayNewtonHighlands-1-sample" }, "relationships": { "route": { "data": { - "id": "Shuttle-AndoverHaverhill", + "id": "Shuttle-FenwayNewtonHighlands", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-AndoverHaverhill-0-1", + "id": "Shuttle-FenwayNewtonHighlands-0-1", "type": "route_pattern" } }, @@ -270385,26 +273243,42 @@ }, "shape": { "data": { - "id": "HaverhillToAndover-S", + "id": "NewtonHighlandsToFenway-S", "type": "shape" } }, "stops": { "data": [ { - "id": "WR-0329-B", + "id": "9070168", "type": "stop" }, { - "id": "WR-0325-B", + "id": "9070170", "type": "stop" }, { - "id": "WR-0264-B2", + "id": "1984", "type": "stop" }, { - "id": "WR-0228-B0", + "id": "21917", + "type": "stop" + }, + { + "id": "9070179", + "type": "stop" + }, + { + "id": "1556", + "type": "stop" + }, + { + "id": "1804", + "type": "stop" + }, + { + "id": "1807", "type": "stop" } ] @@ -270414,14 +273288,14 @@ }, { "attributes": {}, - "id": "2121", + "id": "3250", "links": { - "self": "/stops/2121" + "self": "/stops/3250" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2121" + "related": "/facilities/?filter[stop]=3250" } }, "parent_station": { @@ -270438,14 +273312,14 @@ }, { "attributes": {}, - "id": "4003", + "id": "1657", "links": { - "self": "/stops/4003" + "self": "/stops/1657" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4003" + "related": "/facilities/?filter[stop]=1657" } }, "parent_station": { @@ -270462,14 +273336,14 @@ }, { "attributes": {}, - "id": "7550", + "id": "382", "links": { - "self": "/stops/7550" + "self": "/stops/382" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7550" + "related": "/facilities/?filter[stop]=382" } }, "parent_station": { @@ -270486,14 +273360,14 @@ }, { "attributes": {}, - "id": "569", + "id": "7576", "links": { - "self": "/stops/569" + "self": "/stops/7576" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=569" + "related": "/facilities/?filter[stop]=7576" } }, "parent_station": { @@ -270508,16 +273382,30 @@ }, "type": "stop" }, + { + "attributes": { + "color": "FFC72C", + "long_name": "Forest Hills - Nubian", + "short_name": "42", + "sort_order": 50420, + "text_color": "000000" + }, + "id": "line-42", + "links": { + "self": "/lines/line-42" + }, + "type": "line" + }, { "attributes": {}, - "id": "18542", + "id": "1253", "links": { - "self": "/stops/18542" + "self": "/stops/1253" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=18542" + "related": "/facilities/?filter[stop]=1253" } }, "parent_station": { @@ -270534,14 +273422,14 @@ }, { "attributes": {}, - "id": "10100", + "id": "2855", "links": { - "self": "/stops/10100" + "self": "/stops/2855" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=10100" + "related": "/facilities/?filter[stop]=2855" } }, "parent_station": { @@ -270558,14 +273446,14 @@ }, { "attributes": {}, - "id": "2446", + "id": "109912", "links": { - "self": "/stops/2446" + "self": "/stops/109912" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2446" + "related": "/facilities/?filter[stop]=109912" } }, "parent_station": { @@ -270582,70 +273470,138 @@ }, { "attributes": { - "direction_id": 1, - "headsign": "Wonderland (Shuttle)" + "direction_id": 0, + "headsign": "Fields Corner" }, - "id": "MaverickWonderland-Weekday-1d548-1-00:00:00", + "id": "66646569", "links": { - "self": "/trips/MaverickWonderland-Weekday-1d548-1-00%3A00%3A00" + "self": "/trips/66646569" }, "relationships": { "route": { "data": { - "id": "Shuttle-MaverickWonderland", + "id": "19", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-MaverickWonderland-0-1", + "id": "19-_-0", "type": "route_pattern" } }, "service": { "data": { - "id": "canonical", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "MaverickToWonderland-S", + "id": "190332", "type": "shape" } }, "stops": { "data": [ { - "id": "57400", + "id": "17862", "type": "stop" }, { - "id": "7096", + "id": "11592", "type": "stop" }, { - "id": "5666", + "id": "11593", "type": "stop" }, { - "id": "5879", + "id": "1593", "type": "stop" }, { - "id": "9070054", + "id": "64000", "type": "stop" }, { - "id": "9070056", + "id": "40001", "type": "stop" }, { - "id": "9070058", + "id": "401", + "type": "stop" + }, + { + "id": "404", + "type": "stop" + }, + { + "id": "405", + "type": "stop" + }, + { + "id": "406", + "type": "stop" + }, + { + "id": "407", + "type": "stop" + }, + { + "id": "410", + "type": "stop" + }, + { + "id": "411", + "type": "stop" + }, + { + "id": "412", + "type": "stop" + }, + { + "id": "471", + "type": "stop" + }, + { + "id": "472", + "type": "stop" + }, + { + "id": "468", + "type": "stop" + }, + { + "id": "550", + "type": "stop" + }, + { + "id": "551", + "type": "stop" + }, + { + "id": "552", + "type": "stop" + }, + { + "id": "553", + "type": "stop" + }, + { + "id": "554", + "type": "stop" + }, + { + "id": "555", + "type": "stop" + }, + { + "id": "556", "type": "stop" }, { - "id": "15795", + "id": "323", "type": "stop" } ] @@ -270655,46 +273611,25 @@ }, { "attributes": {}, - "id": "5581", + "id": "FR-0201-01", "links": { - "self": "/stops/5581" + "self": "/stops/FR-0201-01" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5581" + "related": "/facilities/?filter[stop]=FR-0201-01" } }, "parent_station": { - "data": null - }, - "zone": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "5988", - "links": { - "self": "/stops/5988" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=5988" + "id": "place-FR-0201", + "type": "stop" } }, - "parent_station": { - "data": null - }, "zone": { "data": { - "id": "LocalBus", + "id": "CR-zone-5", "type": "zone" } } @@ -270703,14 +273638,14 @@ }, { "attributes": {}, - "id": "4300", + "id": "5480", "links": { - "self": "/stops/4300" + "self": "/stops/5480" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4300" + "related": "/facilities/?filter[stop]=5480" } }, "parent_station": { @@ -270727,14 +273662,14 @@ }, { "attributes": {}, - "id": "15060", + "id": "8683", "links": { - "self": "/stops/15060" + "self": "/stops/8683" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=15060" + "related": "/facilities/?filter[stop]=8683" } }, "parent_station": { @@ -270751,14 +273686,14 @@ }, { "attributes": {}, - "id": "5303", + "id": "24", "links": { - "self": "/stops/5303" + "self": "/stops/24" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5303" + "related": "/facilities/?filter[stop]=24" } }, "parent_station": { @@ -270775,14 +273710,14 @@ }, { "attributes": {}, - "id": "5277", + "id": "5231", "links": { - "self": "/stops/5277" + "self": "/stops/5231" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5277" + "related": "/facilities/?filter[stop]=5231" } }, "parent_station": { @@ -270799,14 +273734,14 @@ }, { "attributes": {}, - "id": "7118", + "id": "23531", "links": { - "self": "/stops/7118" + "self": "/stops/23531" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7118" + "related": "/facilities/?filter[stop]=23531" } }, "parent_station": { @@ -270823,24 +273758,21 @@ }, { "attributes": {}, - "id": "1138", + "id": "9070121", "links": { - "self": "/stops/1138" + "self": "/stops/9070121" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1138" + "related": "/facilities/?filter[stop]=9070121" } }, "parent_station": { "data": null }, "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } + "data": null } }, "type": "stop" @@ -270848,161 +273780,41 @@ { "attributes": { "direction_id": 1, - "headsign": "Davis" + "headsign": "Chelsea (Shuttle)" }, - "id": "61869191", + "id": "ChelseaLynnOmitNorthStation-1-sample", "links": { - "self": "/trips/61869191" + "self": "/trips/ChelseaLynnOmitNorthStation-1-sample" }, "relationships": { "route": { "data": { - "id": "94", + "id": "Shuttle-ChelseaLynn", "type": "route" } }, "route_pattern": { "data": { - "id": "94-1-1", + "id": "Shuttle-ChelseaLynn-0-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "canonical", "type": "service" } }, "shape": { "data": { - "id": "940138", + "id": "LynnToChelsea-S", "type": "shape" } }, "stops": { "data": [ { - "id": "45002", - "type": "stop" - }, - { - "id": "5002", - "type": "stop" - }, - { - "id": "15002", - "type": "stop" - }, - { - "id": "5003", - "type": "stop" - }, - { - "id": "5004", - "type": "stop" - }, - { - "id": "5005", - "type": "stop" - }, - { - "id": "6298", - "type": "stop" - }, - { - "id": "6299", - "type": "stop" - }, - { - "id": "6301", - "type": "stop" - }, - { - "id": "6302", - "type": "stop" - }, - { - "id": "6303", - "type": "stop" - }, - { - "id": "16305", - "type": "stop" - }, - { - "id": "3513", - "type": "stop" - }, - { - "id": "2369", - "type": "stop" - }, - { - "id": "2370", - "type": "stop" - }, - { - "id": "2371", - "type": "stop" - }, - { - "id": "2372", - "type": "stop" - }, - { - "id": "2373", - "type": "stop" - }, - { - "id": "2374", - "type": "stop" - }, - { - "id": "2375", - "type": "stop" - }, - { - "id": "2376", - "type": "stop" - }, - { - "id": "2378", - "type": "stop" - }, - { - "id": "2379", - "type": "stop" - }, - { - "id": "2380", - "type": "stop" - }, - { - "id": "2381", - "type": "stop" - }, - { - "id": "5012", - "type": "stop" - }, - { - "id": "5014", - "type": "stop" - }, - { - "id": "5015", - "type": "stop" - }, - { - "id": "2582", - "type": "stop" - }, - { - "id": "2628", - "type": "stop" - }, - { - "id": "5104", + "id": "ER-0042-B", "type": "stop" } ] @@ -271010,14 +273822,41 @@ }, "type": "trip" }, + { + "attributes": {}, + "id": "FB-0303-S", + "links": { + "self": "/stops/FB-0303-S" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=FB-0303-S" + } + }, + "parent_station": { + "data": { + "id": "place-FB-0303", + "type": "stop" + } + }, + "zone": { + "data": { + "id": "CR-zone-6", + "type": "zone" + } + } + }, + "type": "stop" + }, { "attributes": { "direction_id": 1, "headsign": "Sullivan" }, - "id": "61868954", + "id": "66959778", "links": { - "self": "/trips/61868954" + "self": "/trips/66959778" }, "relationships": { "route": { @@ -271034,13 +273873,13 @@ }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "1050123", + "id": "1050146", "type": "shape" } }, @@ -271202,10 +274041,6 @@ "id": "55012", "type": "stop" }, - { - "id": "5502", - "type": "stop" - }, { "id": "29001", "type": "stop" @@ -271217,14 +274052,14 @@ }, { "attributes": {}, - "id": "4492", + "id": "38481", "links": { - "self": "/stops/4492" + "self": "/stops/38481" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4492" + "related": "/facilities/?filter[stop]=38481" } }, "parent_station": { @@ -271241,14 +274076,14 @@ }, { "attributes": {}, - "id": "1227", + "id": "5593", "links": { - "self": "/stops/1227" + "self": "/stops/5593" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1227" + "related": "/facilities/?filter[stop]=5593" } }, "parent_station": { @@ -271265,14 +274100,14 @@ }, { "attributes": {}, - "id": "4533", + "id": "909", "links": { - "self": "/stops/4533" + "self": "/stops/909" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4533" + "related": "/facilities/?filter[stop]=909" } }, "parent_station": { @@ -271289,14 +274124,14 @@ }, { "attributes": {}, - "id": "26495", + "id": "7541", "links": { - "self": "/stops/26495" + "self": "/stops/7541" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=26495" + "related": "/facilities/?filter[stop]=7541" } }, "parent_station": { @@ -271313,14 +274148,14 @@ }, { "attributes": {}, - "id": "16642", + "id": "1812", "links": { - "self": "/stops/16642" + "self": "/stops/1812" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=16642" + "related": "/facilities/?filter[stop]=1812" } }, "parent_station": { @@ -271337,14 +274172,14 @@ }, { "attributes": {}, - "id": "7383", + "id": "5814", "links": { - "self": "/stops/7383" + "self": "/stops/5814" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7383" + "related": "/facilities/?filter[stop]=5814" } }, "parent_station": { @@ -271360,128 +274195,124 @@ "type": "stop" }, { - "attributes": {}, - "id": "6403", + "attributes": { + "direction_id": 1, + "headsign": "South Station" + }, + "id": "SouthWKDYF24-697801-802", "links": { - "self": "/stops/6403" + "self": "/trips/SouthWKDYF24-697801-802" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=6403" + "route": { + "data": { + "id": "CR-Providence", + "type": "route" } }, - "parent_station": { - "data": null - }, - "zone": { + "route_pattern": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "5817", - "links": { - "self": "/stops/5817" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=5817" + "id": "CR-Providence-0465673f-1", + "type": "route_pattern" } }, - "parent_station": { - "data": null - }, - "zone": { + "service": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "8525", - "links": { - "self": "/stops/8525" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=8525" + "id": "FALL 2024-SOUTHWKD-Weekday-1-Scbbf1ea5", + "type": "service" } }, - "parent_station": { - "data": null - }, - "zone": { + "shape": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "9890008", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "NEC-1851-03", + "type": "stop" + }, + { + "id": "NEC-1891-02", + "type": "stop" + }, + { + "id": "NEC-1969-04", + "type": "stop" + }, + { + "id": "NEC-2040-02", + "type": "stop" + }, + { + "id": "NEC-2108-02", + "type": "stop" + }, + { + "id": "NEC-2139-02", + "type": "stop" + }, + { + "id": "NEC-2173-02", + "type": "stop" + }, + { + "id": "NEC-2203-02", + "type": "stop" + }, + { + "id": "NEC-2265-02", + "type": "stop" + }, + { + "id": "NEC-2276-02", + "type": "stop" + }, + { + "id": "NEC-2287", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "70104", + "id": "6953", "links": { - "self": "/stops/70104" + "self": "/stops/6953" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70104" + "related": "/facilities/?filter[stop]=6953" } }, "parent_station": { - "data": { - "id": "place-qamnl", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } }, "type": "stop" }, - { - "attributes": { - "color": "FFC72C", - "long_name": "Northgate Shopping Center - Central Square, Lynn", - "short_name": "429", - "sort_order": 54290, - "text_color": "000000" - }, - "id": "line-429", - "links": { - "self": "/lines/line-429" - }, - "type": "line" - }, { "attributes": {}, - "id": "1252", + "id": "5565", "links": { - "self": "/stops/1252" + "self": "/stops/5565" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1252" + "related": "/facilities/?filter[stop]=5565" } }, "parent_station": { @@ -271498,38 +274329,35 @@ }, { "attributes": {}, - "id": "8630", + "id": "9070505", "links": { - "self": "/stops/8630" + "self": "/stops/9070505" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8630" + "related": "/facilities/?filter[stop]=9070505" } }, "parent_station": { "data": null }, "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } + "data": null } }, "type": "stop" }, { "attributes": {}, - "id": "7807", + "id": "51835", "links": { - "self": "/stops/7807" + "self": "/stops/51835" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7807" + "related": "/facilities/?filter[stop]=51835" } }, "parent_station": { @@ -271546,14 +274374,14 @@ }, { "attributes": {}, - "id": "67202", + "id": "8189", "links": { - "self": "/stops/67202" + "self": "/stops/8189" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=67202" + "related": "/facilities/?filter[stop]=8189" } }, "parent_station": { @@ -271570,14 +274398,14 @@ }, { "attributes": {}, - "id": "82138", + "id": "6480", "links": { - "self": "/stops/82138" + "self": "/stops/6480" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=82138" + "related": "/facilities/?filter[stop]=6480" } }, "parent_station": { @@ -271594,178 +274422,298 @@ }, { "attributes": { - "direction_id": 0, - "headsign": "Ashmont" + "direction_id": 1, + "headsign": "Wellington" }, - "id": "61392788", + "id": "66960248", "links": { - "self": "/trips/61392788" + "self": "/trips/66960248" }, "relationships": { "route": { "data": { - "id": "45", + "id": "134", "type": "route" } }, "route_pattern": { "data": { - "id": "45-1-0", + "id": "134-5-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "450152", + "id": "1340407", "type": "shape" } }, "stops": { "data": [ { - "id": "17863", + "id": "8852", "type": "stop" }, { - "id": "11257", + "id": "8853", "type": "stop" }, { - "id": "1259", + "id": "8854", "type": "stop" }, { - "id": "11323", + "id": "8855", "type": "stop" }, { - "id": "11259", + "id": "8856", "type": "stop" }, { - "id": "64000", + "id": "8857", "type": "stop" }, { - "id": "1493", + "id": "8858", "type": "stop" }, { - "id": "1495", + "id": "8860", "type": "stop" }, { - "id": "1577", + "id": "8861", "type": "stop" }, { - "id": "1578", + "id": "8862", "type": "stop" }, { - "id": "1579", + "id": "8863", "type": "stop" }, { - "id": "1580", + "id": "8864", "type": "stop" }, { - "id": "1581", + "id": "8865", "type": "stop" }, { - "id": "1582", + "id": "8866", "type": "stop" }, { - "id": "15820", + "id": "8867", "type": "stop" }, { - "id": "1583", + "id": "8868", "type": "stop" }, { - "id": "1584", + "id": "8869", "type": "stop" }, { - "id": "1585", + "id": "8870", "type": "stop" }, { - "id": "1586", + "id": "9125", "type": "stop" }, { - "id": "413", + "id": "6941", "type": "stop" }, { - "id": "414", + "id": "6942", "type": "stop" }, { - "id": "415", + "id": "6943", "type": "stop" }, { - "id": "416", + "id": "6944", "type": "stop" }, { - "id": "417", + "id": "6945", "type": "stop" }, { - "id": "419", + "id": "6946", "type": "stop" }, { - "id": "420", + "id": "6947", "type": "stop" }, { - "id": "421", + "id": "6948", "type": "stop" }, { - "id": "422", + "id": "6949", "type": "stop" }, { - "id": "423", + "id": "6950", "type": "stop" }, { - "id": "424", + "id": "6951", "type": "stop" }, { - "id": "425", + "id": "6952", "type": "stop" }, { - "id": "426", + "id": "6953", "type": "stop" }, { - "id": "428", + "id": "6954", "type": "stop" }, { - "id": "430", + "id": "6955", "type": "stop" }, { - "id": "334", + "id": "6956", + "type": "stop" + }, + { + "id": "6957", + "type": "stop" + }, + { + "id": "6958", + "type": "stop" + }, + { + "id": "6959", + "type": "stop" + }, + { + "id": "6961", + "type": "stop" + }, + { + "id": "9145", + "type": "stop" + }, + { + "id": "9146", + "type": "stop" + }, + { + "id": "9147", + "type": "stop" + }, + { + "id": "9149", + "type": "stop" + }, + { + "id": "9150", + "type": "stop" + }, + { + "id": "5008", + "type": "stop" + }, + { + "id": "6322", + "type": "stop" + }, + { + "id": "6323", + "type": "stop" + }, + { + "id": "6324", + "type": "stop" + }, + { + "id": "63241", + "type": "stop" + }, + { + "id": "9151", + "type": "stop" + }, + { + "id": "9152", + "type": "stop" + }, + { + "id": "9153", + "type": "stop" + }, + { + "id": "9154", + "type": "stop" + }, + { + "id": "9155", + "type": "stop" + }, + { + "id": "9156", + "type": "stop" + }, + { + "id": "9157", + "type": "stop" + }, + { + "id": "49157", + "type": "stop" + }, + { + "id": "49158", + "type": "stop" + }, + { + "id": "9158", + "type": "stop" + }, + { + "id": "9159", + "type": "stop" + }, + { + "id": "9160", + "type": "stop" + }, + { + "id": "9161", + "type": "stop" + }, + { + "id": "9042", + "type": "stop" + }, + { + "id": "9043", + "type": "stop" + }, + { + "id": "52720", "type": "stop" } ] @@ -271774,39 +274722,88 @@ "type": "trip" }, { - "attributes": {}, - "id": "6159", + "attributes": { + "direction_id": 1, + "headsign": "Watertown Yard via Nubian" + }, + "id": "66645286_1", "links": { - "self": "/stops/6159" + "self": "/trips/66645286_1" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=6159" + "route": { + "data": { + "id": "23", + "type": "route" } }, - "parent_station": { - "data": null + "route_pattern": { + "data": { + "id": "23-G-1", + "type": "route_pattern" + } }, - "zone": { + "service": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "WinterWeekday", + "type": "service" } + }, + "shape": { + "data": { + "id": "660300-1", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "390", + "type": "stop" + }, + { + "id": "392", + "type": "stop" + }, + { + "id": "393", + "type": "stop" + }, + { + "id": "394", + "type": "stop" + }, + { + "id": "395", + "type": "stop" + }, + { + "id": "396", + "type": "stop" + }, + { + "id": "21151", + "type": "stop" + }, + { + "id": "64000", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "7541", + "id": "1643", "links": { - "self": "/stops/7541" + "self": "/stops/1643" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7541" + "related": "/facilities/?filter[stop]=1643" } }, "parent_station": { @@ -271823,14 +274820,14 @@ }, { "attributes": {}, - "id": "2435", + "id": "5481", "links": { - "self": "/stops/2435" + "self": "/stops/5481" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2435" + "related": "/facilities/?filter[stop]=5481" } }, "parent_station": { @@ -271847,14 +274844,14 @@ }, { "attributes": {}, - "id": "109861", + "id": "6575", "links": { - "self": "/stops/109861" + "self": "/stops/6575" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=109861" + "related": "/facilities/?filter[stop]=6575" } }, "parent_station": { @@ -271870,43 +274867,111 @@ "type": "stop" }, { - "attributes": {}, - "id": "4187", + "attributes": { + "direction_id": 0, + "headsign": "Rockport" + }, + "id": "NorthWKDYF24-706158-123", "links": { - "self": "/stops/4187" + "self": "/trips/NorthWKDYF24-706158-123" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=4187" + "route": { + "data": { + "id": "CR-Newburyport", + "type": "route" } }, - "parent_station": { - "data": null + "route_pattern": { + "data": { + "id": "CR-Newburyport-e54dc640-0", + "type": "route_pattern" + } }, - "zone": { + "service": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "FALL 2024-NORTHWKD-Weekday-1-S9d378dcf", + "type": "service" + } + }, + "shape": { + "data": { + "id": "9810007", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "BNT-0000", + "type": "stop" + }, + { + "id": "ER-0042-01", + "type": "stop" + }, + { + "id": "ER-0117-01", + "type": "stop" + }, + { + "id": "ER-0128-01", + "type": "stop" + }, + { + "id": "ER-0168-S", + "type": "stop" + }, + { + "id": "ER-0183-01", + "type": "stop" + }, + { + "id": "GB-0198-01", + "type": "stop" + }, + { + "id": "GB-0229-01", + "type": "stop" + }, + { + "id": "GB-0254-01", + "type": "stop" + }, + { + "id": "GB-0296-01", + "type": "stop" + }, + { + "id": "GB-0316-S", + "type": "stop" + }, + { + "id": "GB-0353-S", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "4574", + "id": "WR-0085-B0", "links": { - "self": "/stops/4574" + "self": "/stops/WR-0085-B0" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4574" + "related": "/facilities/?filter[stop]=WR-0085-B0" } }, "parent_station": { - "data": null + "data": { + "id": "place-WR-0085", + "type": "stop" + } }, "zone": { "data": { @@ -271919,14 +274984,14 @@ }, { "attributes": {}, - "id": "2400", + "id": "9203", "links": { - "self": "/stops/2400" + "self": "/stops/9203" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2400" + "related": "/facilities/?filter[stop]=9203" } }, "parent_station": { @@ -271943,14 +275008,14 @@ }, { "attributes": {}, - "id": "3826", + "id": "2407", "links": { - "self": "/stops/3826" + "self": "/stops/2407" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3826" + "related": "/facilities/?filter[stop]=2407" } }, "parent_station": { @@ -271967,22 +275032,25 @@ }, { "attributes": {}, - "id": "4195", + "id": "70147", "links": { - "self": "/stops/4195" + "self": "/stops/70147" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4195" + "related": "/facilities/?filter[stop]=70147" } }, "parent_station": { - "data": null + "data": { + "id": "place-buest", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -271991,14 +275059,14 @@ }, { "attributes": {}, - "id": "3629", + "id": "1660", "links": { - "self": "/stops/3629" + "self": "/stops/1660" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3629" + "related": "/facilities/?filter[stop]=1660" } }, "parent_station": { @@ -272013,30 +275081,16 @@ }, "type": "stop" }, - { - "attributes": { - "color": "80276C", - "long_name": "Fitchburg Line", - "short_name": "", - "sort_order": 20002, - "text_color": "FFFFFF" - }, - "id": "line-Fitchburg", - "links": { - "self": "/lines/line-Fitchburg" - }, - "type": "line" - }, { "attributes": {}, - "id": "25988", + "id": "41852", "links": { - "self": "/stops/25988" + "self": "/stops/41852" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=25988" + "related": "/facilities/?filter[stop]=41852" } }, "parent_station": { @@ -272053,14 +275107,14 @@ }, { "attributes": {}, - "id": "9030", + "id": "110", "links": { - "self": "/stops/9030" + "self": "/stops/110" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9030" + "related": "/facilities/?filter[stop]=110" } }, "parent_station": { @@ -272077,14 +275131,14 @@ }, { "attributes": {}, - "id": "1340", + "id": "6149", "links": { - "self": "/stops/1340" + "self": "/stops/6149" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1340" + "related": "/facilities/?filter[stop]=6149" } }, "parent_station": { @@ -272092,80 +275146,23 @@ }, "zone": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": { - "direction_id": 1, - "headsign": "South Station" - }, - "id": "61945527", - "links": { - "self": "/trips/61945527" - }, - "relationships": { - "route": { - "data": { - "id": "746", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "746-_-1", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "SpringWeekday", - "type": "service" - } - }, - "shape": { - "data": { - "id": "7460022", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "74614", - "type": "stop" - }, - { - "id": "74615", - "type": "stop" - }, - { - "id": "74616", - "type": "stop" - }, - { - "id": "74617", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "346", + "id": "6284", "links": { - "self": "/stops/346" + "self": "/stops/6284" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=346" + "related": "/facilities/?filter[stop]=6284" } }, "parent_station": { @@ -272183,125 +275180,169 @@ { "attributes": { "direction_id": 0, - "headsign": "Watertown Square" + "headsign": "Wonderland via Maverick" }, - "id": "61848336", + "id": "67203835", "links": { - "self": "/trips/61848336" + "self": "/trips/67203835" }, "relationships": { "route": { "data": { - "id": "71", + "id": "116", "type": "route" } }, "route_pattern": { "data": { - "id": "71-2-0", + "id": "116-4-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterSaturday", "type": "service" } }, "shape": { "data": { - "id": "710110", + "id": "1160129", "type": "shape" } }, "stops": { "data": [ { - "id": "20761", + "id": "65", "type": "stop" }, { - "id": "2020", + "id": "4510", "type": "stop" }, { - "id": "2021", + "id": "5740", "type": "stop" }, { - "id": "2023", + "id": "5742", "type": "stop" }, { - "id": "2025", + "id": "5743", "type": "stop" }, { - "id": "2026", + "id": "5745", "type": "stop" }, { - "id": "2027", + "id": "5746", "type": "stop" }, { - "id": "2028", + "id": "5747", "type": "stop" }, { - "id": "2030", + "id": "5748", "type": "stop" }, { - "id": "2032", + "id": "5749", "type": "stop" }, { - "id": "2033", + "id": "5614", "type": "stop" }, { - "id": "2034", + "id": "5615", "type": "stop" }, { - "id": "2036", + "id": "5617", "type": "stop" }, { - "id": "2037", + "id": "5750", "type": "stop" }, { - "id": "2038", + "id": "35751", "type": "stop" }, { - "id": "2040", + "id": "5753", "type": "stop" }, { - "id": "2047", + "id": "5754", "type": "stop" }, { - "id": "2042", + "id": "5756", "type": "stop" }, { - "id": "2043", + "id": "5757", "type": "stop" }, { - "id": "2044", + "id": "5759", "type": "stop" }, { - "id": "2046", + "id": "5760", "type": "stop" }, { - "id": "8178", + "id": "5761", + "type": "stop" + }, + { + "id": "5763", + "type": "stop" + }, + { + "id": "57641", + "type": "stop" + }, + { + "id": "5765", + "type": "stop" + }, + { + "id": "35765", + "type": "stop" + }, + { + "id": "5768", + "type": "stop" + }, + { + "id": "5770", + "type": "stop" + }, + { + "id": "5771", + "type": "stop" + }, + { + "id": "35772", + "type": "stop" + }, + { + "id": "35773", + "type": "stop" + }, + { + "id": "5774", + "type": "stop" + }, + { + "id": "15800", "type": "stop" } ] @@ -272311,46 +275352,123 @@ }, { "attributes": {}, - "id": "9070130", + "id": "3483", "links": { - "self": "/stops/9070130" + "self": "/stops/3483" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9070130" + "related": "/facilities/?filter[stop]=3483" } }, "parent_station": { "data": null }, "zone": { - "data": null + "data": { + "id": "LocalBus", + "type": "zone" + } } }, "type": "stop" }, + { + "attributes": { + "direction_id": 1, + "headsign": "Wilmington (Shuttle)" + }, + "id": "LowellWilmingtonExtended-1-sample", + "links": { + "self": "/trips/LowellWilmingtonExtended-1-sample" + }, + "relationships": { + "route": { + "data": { + "id": "Shuttle-LowellWilmington", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "Shuttle-LowellWilmington-0-1", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "canonical", + "type": "service" + } + }, + "shape": { + "data": { + "id": "LowellToWilmington-S", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "NHRML-0254-B", + "type": "stop" + }, + { + "id": "NHRML-0218-B2", + "type": "stop" + }, + { + "id": "NHRML-0152-B", + "type": "stop" + } + ] + } + }, + "type": "trip" + }, { "attributes": {}, - "id": "70144", + "id": "160", "links": { - "self": "/stops/70144" + "self": "/stops/160" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70144" + "related": "/facilities/?filter[stop]=160" } }, "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "place-bucen", - "type": "stop" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "1430", + "links": { + "self": "/stops/1430" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=1430" } }, + "parent_station": { + "data": null + }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } @@ -272359,14 +275477,14 @@ }, { "attributes": {}, - "id": "9434", + "id": "12637", "links": { - "self": "/stops/9434" + "self": "/stops/12637" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9434" + "related": "/facilities/?filter[stop]=12637" } }, "parent_station": { @@ -272383,14 +275501,14 @@ }, { "attributes": {}, - "id": "6947", + "id": "4940", "links": { - "self": "/stops/6947" + "self": "/stops/4940" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6947" + "related": "/facilities/?filter[stop]=4940" } }, "parent_station": { @@ -272407,14 +275525,14 @@ }, { "attributes": {}, - "id": "9031", + "id": "9025", "links": { - "self": "/stops/9031" + "self": "/stops/9025" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9031" + "related": "/facilities/?filter[stop]=9025" } }, "parent_station": { @@ -272431,14 +275549,14 @@ }, { "attributes": {}, - "id": "78452", + "id": "5289", "links": { - "self": "/stops/78452" + "self": "/stops/5289" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=78452" + "related": "/facilities/?filter[stop]=5289" } }, "parent_station": { @@ -272455,14 +275573,14 @@ }, { "attributes": {}, - "id": "15992", + "id": "16369", "links": { - "self": "/stops/15992" + "self": "/stops/16369" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=15992" + "related": "/facilities/?filter[stop]=16369" } }, "parent_station": { @@ -272479,14 +275597,41 @@ }, { "attributes": {}, - "id": "6516", + "id": "70255", "links": { - "self": "/stops/6516" + "self": "/stops/70255" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6516" + "related": "/facilities/?filter[stop]=70255" + } + }, + "parent_station": { + "data": { + "id": "place-rvrwy", + "type": "stop" + } + }, + "zone": { + "data": { + "id": "RapidTransit", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "11323", + "links": { + "self": "/stops/11323" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=11323" } }, "parent_station": { @@ -272503,14 +275648,14 @@ }, { "attributes": {}, - "id": "1714", + "id": "1556", "links": { - "self": "/stops/1714" + "self": "/stops/1556" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1714" + "related": "/facilities/?filter[stop]=1556" } }, "parent_station": { @@ -272527,14 +275672,14 @@ }, { "attributes": {}, - "id": "5810", + "id": "1397", "links": { - "self": "/stops/5810" + "self": "/stops/1397" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5810" + "related": "/facilities/?filter[stop]=1397" } }, "parent_station": { @@ -272542,7 +275687,7 @@ }, "zone": { "data": { - "id": "LocalBus", + "id": "ExpressBus-Downtown", "type": "zone" } } @@ -272551,25 +275696,46 @@ }, { "attributes": {}, - "id": "MM-0186-S", + "id": "2495", "links": { - "self": "/stops/MM-0186-S" + "self": "/stops/2495" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=MM-0186-S" + "related": "/facilities/?filter[stop]=2495" } }, "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "place-MM-0186", - "type": "stop" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "2397", + "links": { + "self": "/stops/2397" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=2397" } }, + "parent_station": { + "data": null + }, "zone": { "data": { - "id": "CR-zone-4", + "id": "LocalBus", "type": "zone" } } @@ -272578,14 +275744,38 @@ }, { "attributes": {}, - "id": "4607", + "id": "FR-0115-B1", "links": { - "self": "/stops/4607" + "self": "/stops/FR-0115-B1" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4607" + "related": "/facilities/?filter[stop]=FR-0115-B1" + } + }, + "parent_station": { + "data": { + "id": "place-FR-0115", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "1027", + "links": { + "self": "/stops/1027" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=1027" } }, "parent_station": { @@ -272603,313 +275793,93 @@ { "attributes": { "direction_id": 1, - "headsign": "Quincy Center via Holbrook Court" + "headsign": "South Station" }, - "id": "61929238", + "id": "SouthWKDYF24-697754-704", "links": { - "self": "/trips/61929238" + "self": "/trips/SouthWKDYF24-697754-704" }, "relationships": { "route": { "data": { - "id": "230", + "id": "CR-Franklin", "type": "route" } }, "route_pattern": { "data": { - "id": "230-5-1", + "id": "CR-Franklin-02118599-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "FALL 2024-SOUTHWKD-Weekday-1-S85407dc6", "type": "service" } }, "shape": { "data": { - "id": "2300155", + "id": "9880005", "type": "shape" } }, "stops": { "data": [ { - "id": "39870", - "type": "stop" - }, - { - "id": "3988", - "type": "stop" - }, - { - "id": "3990", - "type": "stop" - }, - { - "id": "3991", - "type": "stop" - }, - { - "id": "3992", - "type": "stop" - }, - { - "id": "3994", - "type": "stop" - }, - { - "id": "39941", - "type": "stop" - }, - { - "id": "3996", - "type": "stop" - }, - { - "id": "3997", - "type": "stop" - }, - { - "id": "3998", - "type": "stop" - }, - { - "id": "3999", - "type": "stop" - }, - { - "id": "4000", - "type": "stop" - }, - { - "id": "4001", - "type": "stop" - }, - { - "id": "4002", - "type": "stop" - }, - { - "id": "4003", - "type": "stop" - }, - { - "id": "4004", - "type": "stop" - }, - { - "id": "4006", - "type": "stop" - }, - { - "id": "4007", - "type": "stop" - }, - { - "id": "4008", - "type": "stop" - }, - { - "id": "4009", - "type": "stop" - }, - { - "id": "4010", - "type": "stop" - }, - { - "id": "3900", - "type": "stop" - }, - { - "id": "3901", - "type": "stop" - }, - { - "id": "3902", - "type": "stop" - }, - { - "id": "3903", - "type": "stop" - }, - { - "id": "3905", - "type": "stop" - }, - { - "id": "3906", - "type": "stop" - }, - { - "id": "3907", - "type": "stop" - }, - { - "id": "39081", - "type": "stop" - }, - { - "id": "3910", - "type": "stop" - }, - { - "id": "3911", - "type": "stop" - }, - { - "id": "3913", - "type": "stop" - }, - { - "id": "3915", - "type": "stop" - }, - { - "id": "3916", - "type": "stop" - }, - { - "id": "3917", - "type": "stop" - }, - { - "id": "3918", - "type": "stop" - }, - { - "id": "3921", - "type": "stop" - }, - { - "id": "3922", - "type": "stop" - }, - { - "id": "3923", - "type": "stop" - }, - { - "id": "3925", - "type": "stop" - }, - { - "id": "3926", - "type": "stop" - }, - { - "id": "3928", - "type": "stop" - }, - { - "id": "3930", - "type": "stop" - }, - { - "id": "38671", - "type": "stop" - }, - { - "id": "3931", - "type": "stop" - }, - { - "id": "3933", - "type": "stop" - }, - { - "id": "3934", - "type": "stop" - }, - { - "id": "3935", - "type": "stop" - }, - { - "id": "3936", - "type": "stop" - }, - { - "id": "3937", - "type": "stop" - }, - { - "id": "3938", - "type": "stop" - }, - { - "id": "3939", - "type": "stop" - }, - { - "id": "3940", - "type": "stop" - }, - { - "id": "3941", - "type": "stop" - }, - { - "id": "3943", - "type": "stop" - }, - { - "id": "3944", + "id": "FB-0303-S", "type": "stop" }, { - "id": "3945", + "id": "FB-0275-S", "type": "stop" }, { - "id": "3946", + "id": "FB-0230-S", "type": "stop" }, { - "id": "3947", + "id": "FB-0191-S", "type": "stop" }, { - "id": "3948", + "id": "FB-0166-S", "type": "stop" }, { - "id": "3949", + "id": "FB-0148-02", "type": "stop" }, { - "id": "3950", + "id": "FB-0143-02", "type": "stop" }, { - "id": "3959", + "id": "FB-0125-02", "type": "stop" }, { - "id": "3420", + "id": "FB-0118-02", "type": "stop" }, { - "id": "3422", + "id": "FB-0109-02", "type": "stop" }, { - "id": "3423", + "id": "FB-0095-05", "type": "stop" }, { - "id": "33241", + "id": "NEC-2265-03", "type": "stop" }, { - "id": "32000", + "id": "NEC-2276-03", "type": "stop" }, { - "id": "32003", + "id": "NEC-2287", "type": "stop" } ] @@ -272920,101 +275890,105 @@ { "attributes": { "direction_id": 0, - "headsign": "North Woburn via Veterans Senior Center" + "headsign": "Arlington Center" }, - "id": "61869556", + "id": "66960023", "links": { - "self": "/trips/61869556" + "self": "/trips/66960023" }, "relationships": { "route": { "data": { - "id": "134", + "id": "95", "type": "route" } }, "route_pattern": { "data": { - "id": "134-2-0", + "id": "95-3-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "1340380", + "id": "950293", "type": "shape" } }, "stops": { "data": [ { - "id": "5271", + "id": "29008", "type": "stop" }, { - "id": "9318", + "id": "2875", "type": "stop" }, { - "id": "9319", + "id": "42876", "type": "stop" }, { - "id": "9045", + "id": "2936", "type": "stop" }, { - "id": "9162", + "id": "2879", "type": "stop" }, { - "id": "9163", + "id": "2880", "type": "stop" }, { - "id": "9164", + "id": "2883", "type": "stop" }, { - "id": "49164", + "id": "41883", "type": "stop" }, { - "id": "49157", + "id": "42883", "type": "stop" }, { - "id": "49158", + "id": "2884", "type": "stop" }, { - "id": "9165", + "id": "2885", "type": "stop" }, { - "id": "9167", + "id": "42885", "type": "stop" }, { - "id": "9168", + "id": "2886", "type": "stop" }, { - "id": "9169", + "id": "2887", "type": "stop" }, { - "id": "9170", + "id": "5319", "type": "stop" }, { - "id": "9172", + "id": "63241", + "type": "stop" + }, + { + "id": "50021", "type": "stop" }, { @@ -273038,401 +276012,51 @@ "type": "stop" }, { - "id": "5006", - "type": "stop" - }, - { - "id": "9174", - "type": "stop" - }, - { - "id": "9175", - "type": "stop" - }, - { - "id": "9176", - "type": "stop" - }, - { - "id": "9177", - "type": "stop" - }, - { - "id": "9178", - "type": "stop" - }, - { - "id": "8692", - "type": "stop" - }, - { - "id": "9101", - "type": "stop" - }, - { - "id": "9103", - "type": "stop" - }, - { - "id": "9104", - "type": "stop" - }, - { - "id": "9105", - "type": "stop" - }, - { - "id": "9106", - "type": "stop" - }, - { - "id": "9107", - "type": "stop" - }, - { - "id": "9108", - "type": "stop" - }, - { - "id": "9109", - "type": "stop" - }, - { - "id": "9111", - "type": "stop" - }, - { - "id": "9113", - "type": "stop" - }, - { - "id": "9114", - "type": "stop" - }, - { - "id": "9115", - "type": "stop" - }, - { - "id": "9116", - "type": "stop" - }, - { - "id": "9117", - "type": "stop" - }, - { - "id": "9118", - "type": "stop" - }, - { - "id": "9119", - "type": "stop" - }, - { - "id": "9120", - "type": "stop" - }, - { - "id": "9121", - "type": "stop" - }, - { - "id": "9122", - "type": "stop" - }, - { - "id": "9123", - "type": "stop" - }, - { - "id": "9124", - "type": "stop" - }, - { - "id": "9127", - "type": "stop" - }, - { - "id": "9128", - "type": "stop" - }, - { - "id": "9129", - "type": "stop" - }, - { - "id": "9130", - "type": "stop" - }, - { - "id": "9131", - "type": "stop" - }, - { - "id": "9133", - "type": "stop" - }, - { - "id": "10016", - "type": "stop" - }, - { - "id": "9134", - "type": "stop" - }, - { - "id": "9135", - "type": "stop" - }, - { - "id": "9136", - "type": "stop" - }, - { - "id": "9137", - "type": "stop" - }, - { - "id": "88591", - "type": "stop" - }, - { - "id": "9139", - "type": "stop" - }, - { - "id": "9140", - "type": "stop" - }, - { - "id": "9142", - "type": "stop" - }, - { - "id": "9143", - "type": "stop" - }, - { - "id": "9144", - "type": "stop" - }, - { - "id": "8852", - "type": "stop" - } - ] - } - }, - "type": "trip" - }, - { - "attributes": { - "direction_id": 0, - "headsign": "Sullivan (Shuttle)" - }, - "id": "OakGroveSullivan-0-sample", - "links": { - "self": "/trips/OakGroveSullivan-0-sample" - }, - "relationships": { - "route": { - "data": { - "id": "Shuttle-OakGroveSullivan", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Shuttle-OakGroveSullivan-0-0", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "canonical", - "type": "service" - } - }, - "shape": { - "data": { - "id": "OakGroveToSullivan-S", - "type": "shape" - } - }, - "stops": { - "data": [ - { - "id": "9328", - "type": "stop" - }, - { - "id": "53270", + "id": "6298", "type": "stop" }, { - "id": "5271", + "id": "6299", "type": "stop" }, { - "id": "28743", + "id": "6301", "type": "stop" }, { - "id": "29001", - "type": "stop" - } - ] - } - }, - "type": "trip" - }, - { - "attributes": {}, - "id": "7513", - "links": { - "self": "/stops/7513" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=7513" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "1836", - "links": { - "self": "/stops/1836" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=1836" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "613", - "links": { - "self": "/stops/613" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=613" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "971", - "links": { - "self": "/stops/971" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=971" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": { - "direction_id": 1, - "headsign": "Oak Grove (Local shuttle)" - }, - "id": "OakGroveSalemLocalNewburyport-1-sample", - "links": { - "self": "/trips/OakGroveSalemLocalNewburyport-1-sample" - }, - "relationships": { - "route": { - "data": { - "id": "Shuttle-OakGroveSalemLocal", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Shuttle-OakGroveSalemLocal-0-1", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "canonical", - "type": "service" - } - }, - "shape": { - "data": { - "id": "SalemToOakGroveLocal-S", - "type": "shape" - } - }, - "stops": { - "data": [ + "id": "6302", + "type": "stop" + }, { - "id": "ER-0168-B", + "id": "6303", "type": "stop" }, { - "id": "ER-0128-B1", + "id": "16305", "type": "stop" }, { - "id": "14748", + "id": "2419", "type": "stop" }, { - "id": "9328", + "id": "2420", + "type": "stop" + }, + { + "id": "2421", + "type": "stop" + }, + { + "id": "2422", + "type": "stop" + }, + { + "id": "2424", + "type": "stop" + }, + { + "id": "2362", "type": "stop" } ] @@ -273442,89 +276066,14 @@ }, { "attributes": {}, - "id": "3106", - "links": { - "self": "/stops/3106" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=3106" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "70102", - "links": { - "self": "/stops/70102" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=70102" - } - }, - "parent_station": { - "data": { - "id": "place-qnctr", - "type": "stop" - } - }, - "zone": { - "data": { - "id": "RapidTransit", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "1129", - "links": { - "self": "/stops/1129" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=1129" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "5078", + "id": "5066", "links": { - "self": "/stops/5078" + "self": "/stops/5066" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5078" + "related": "/facilities/?filter[stop]=5066" } }, "parent_station": { @@ -273541,14 +276090,14 @@ }, { "attributes": {}, - "id": "78201", + "id": "2259", "links": { - "self": "/stops/78201" + "self": "/stops/2259" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=78201" + "related": "/facilities/?filter[stop]=2259" } }, "parent_station": { @@ -273563,47 +276112,16 @@ }, "type": "stop" }, - { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "City Point", - "Otis Street & Summer Street" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "City Point - Otis Street & Summer Street", - "short_name": "7", - "sort_order": 50070, - "text_color": "000000", - "type": 3 - }, - "id": "7", - "links": { - "self": "/routes/7" - }, - "relationships": { - "line": { - "data": { - "id": "line-7", - "type": "line" - } - } - }, - "type": "route" - }, { "attributes": {}, - "id": "3785", + "id": "9119", "links": { - "self": "/stops/3785" + "self": "/stops/9119" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3785" + "related": "/facilities/?filter[stop]=9119" } }, "parent_station": { @@ -273620,23 +276138,23 @@ }, { "attributes": { - "direction_id": 1, - "headsign": "Alewife (Local shuttle)" + "direction_id": 0, + "headsign": "Boston University East (Shuttle)" }, - "id": "AlewifeLittletonLocal-1-sample", + "id": "BostonUniversityEastGovernmentCenterBackBay-0-sample", "links": { - "self": "/trips/AlewifeLittletonLocal-1-sample" + "self": "/trips/BostonUniversityEastGovernmentCenterBackBay-0-sample" }, "relationships": { "route": { "data": { - "id": "Shuttle-AlewifeLittletonLocal", + "id": "Shuttle-BackBayBostonUniversityEast", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-AlewifeLittletonLocal-0-1", + "id": "Shuttle-BackBayBostonUniversityEast-0-0", "type": "route_pattern" } }, @@ -273648,117 +276166,30 @@ }, "shape": { "data": { - "id": "LittletonToAlewifeLocal-S", + "id": "BackBayToBostonUniversityEast-S", "type": "shape" } }, "stops": { "data": [ { - "id": "FR-0301-B", - "type": "stop" - }, - { - "id": "FR-0253-B", - "type": "stop" - }, - { - "id": "FR-0219-B", - "type": "stop" - }, - { - "id": "FR-0201-B1", - "type": "stop" - }, - { - "id": "FR-0167-B", - "type": "stop" - }, - { - "id": "FR-0115-B1", - "type": "stop" - }, - { - "id": "FR-0098-B1", - "type": "stop" - }, - { - "id": "FR-0074-B", + "id": "178", "type": "stop" }, { - "id": "FR-0064-B1", + "id": "93", "type": "stop" }, { - "id": "9070061", - "type": "stop" - } - ] - } - }, - "type": "trip" - }, - { - "attributes": { - "color": "FFC72C", - "long_name": "Arlington Center - Lechmere", - "short_name": "80", - "sort_order": 50800, - "text_color": "000000" - }, - "id": "line-80", - "links": { - "self": "/lines/line-80" - }, - "type": "line" - }, - { - "attributes": { - "direction_id": 1, - "headsign": "Third Ave via EMD Serono" - }, - "id": "61849101", - "links": { - "self": "/trips/61849101" - }, - "relationships": { - "route": { - "data": { - "id": "351", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "351-_-1", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "SpringWeekday", - "type": "service" - } - }, - "shape": { - "data": { - "id": "3510111", - "type": "shape" - } - }, - "stops": { - "data": [ - { - "id": "49795", + "id": "9070151", "type": "stop" }, { - "id": "49950", + "id": "951", "type": "stop" }, { - "id": "49805", + "id": "952", "type": "stop" } ] @@ -273768,25 +276199,22 @@ }, { "attributes": {}, - "id": "NB-0127-S", + "id": "3939", "links": { - "self": "/stops/NB-0127-S" + "self": "/stops/3939" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=NB-0127-S" + "related": "/facilities/?filter[stop]=3939" } }, "parent_station": { - "data": { - "id": "place-NB-0127", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "CR-zone-2", + "id": "LocalBus", "type": "zone" } } @@ -273795,14 +276223,14 @@ }, { "attributes": {}, - "id": "3253", + "id": "7299", "links": { - "self": "/stops/3253" + "self": "/stops/7299" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3253" + "related": "/facilities/?filter[stop]=7299" } }, "parent_station": { @@ -273819,22 +276247,25 @@ }, { "attributes": {}, - "id": "1055", + "id": "FR-0034-02", "links": { - "self": "/stops/1055" + "self": "/stops/FR-0034-02" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1055" + "related": "/facilities/?filter[stop]=FR-0034-02" } }, "parent_station": { - "data": null + "data": { + "id": "place-portr", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "CR-zone-1A", "type": "zone" } } @@ -273843,22 +276274,25 @@ }, { "attributes": {}, - "id": "8431", + "id": "FR-0132-02", "links": { - "self": "/stops/8431" + "self": "/stops/FR-0132-02" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8431" + "related": "/facilities/?filter[stop]=FR-0132-02" } }, "parent_station": { - "data": null + "data": { + "id": "place-FR-0132", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "CR-zone-3", "type": "zone" } } @@ -273869,27 +276303,33 @@ "attributes": { "color": "FFC72C", "direction_destinations": [ - "Arlington Heights", - "Harvard Station" + "Bowdoin", + "Wonderland" ], "direction_names": [ - "Outbound", - "Inbound" + "West", + "East" ], - "long_name": "Arlington Heights - Harvard Station", - "short_name": "77", - "sort_order": 50770, + "long_name": "Airport - Maverick", + "short_name": "Blue Line Shuttle", + "sort_order": 60214, "text_color": "000000", "type": 3 }, - "id": "77", + "id": "Shuttle-AirportMaverick", "links": { - "self": "/routes/77" + "self": "/routes/Shuttle-AirportMaverick" }, "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, "line": { "data": { - "id": "line-77", + "id": "line-Blue", "type": "line" } } @@ -273898,14 +276338,14 @@ }, { "attributes": {}, - "id": "10928", + "id": "5898", "links": { - "self": "/stops/10928" + "self": "/stops/5898" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=10928" + "related": "/facilities/?filter[stop]=5898" } }, "parent_station": { @@ -273922,14 +276362,14 @@ }, { "attributes": {}, - "id": "121017", + "id": "7189", "links": { - "self": "/stops/121017" + "self": "/stops/7189" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=121017" + "related": "/facilities/?filter[stop]=7189" } }, "parent_station": { @@ -273946,14 +276386,14 @@ }, { "attributes": {}, - "id": "7328", + "id": "66731", "links": { - "self": "/stops/7328" + "self": "/stops/66731" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7328" + "related": "/facilities/?filter[stop]=66731" } }, "parent_station": { @@ -273970,14 +276410,14 @@ }, { "attributes": {}, - "id": "5394", + "id": "4926", "links": { - "self": "/stops/5394" + "self": "/stops/4926" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5394" + "related": "/facilities/?filter[stop]=4926" } }, "parent_station": { @@ -273996,27 +276436,33 @@ "attributes": { "color": "FFC72C", "direction_destinations": [ - "Quincy Center Station", - "Ashmont Station" + "North Station", + "Sullivan Square via East Somerville" ], "direction_names": [ - "Outbound", - "Inbound" + "South", + "North" ], - "long_name": "Quincy Center Station - Ashmont Station via Wollaston Station", - "short_name": "217", - "sort_order": 52170, + "long_name": "North Station - Sullivan Square via East Somerville", + "short_name": "Green Line Shuttle", + "sort_order": 62131, "text_color": "000000", "type": 3 }, - "id": "217", + "id": "Shuttle-NorthStationSullivanSquare", "links": { - "self": "/routes/217" + "self": "/routes/Shuttle-NorthStationSullivanSquare" }, "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, "line": { "data": { - "id": "line-217245", + "id": "line-Green", "type": "line" } } @@ -274025,14 +276471,14 @@ }, { "attributes": {}, - "id": "953", + "id": "1378", "links": { - "self": "/stops/953" + "self": "/stops/1378" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=953" + "related": "/facilities/?filter[stop]=1378" } }, "parent_station": { @@ -274049,14 +276495,14 @@ }, { "attributes": {}, - "id": "7907", + "id": "4882", "links": { - "self": "/stops/7907" + "self": "/stops/4882" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7907" + "related": "/facilities/?filter[stop]=4882" } }, "parent_station": { @@ -274073,14 +276519,14 @@ }, { "attributes": {}, - "id": "3411", + "id": "8444", "links": { - "self": "/stops/3411" + "self": "/stops/8444" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3411" + "related": "/facilities/?filter[stop]=8444" } }, "parent_station": { @@ -274097,22 +276543,25 @@ }, { "attributes": {}, - "id": "6708", + "id": "70152", "links": { - "self": "/stops/6708" + "self": "/stops/70152" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6708" + "related": "/facilities/?filter[stop]=70152" } }, "parent_station": { - "data": null + "data": { + "id": "place-hymnl", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -274121,14 +276570,14 @@ }, { "attributes": {}, - "id": "39696", + "id": "8440", "links": { - "self": "/stops/39696" + "self": "/stops/8440" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=39696" + "related": "/facilities/?filter[stop]=8440" } }, "parent_station": { @@ -274145,14 +276594,14 @@ }, { "attributes": {}, - "id": "7176", + "id": "5592", "links": { - "self": "/stops/7176" + "self": "/stops/5592" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7176" + "related": "/facilities/?filter[stop]=5592" } }, "parent_station": { @@ -274169,14 +276618,14 @@ }, { "attributes": {}, - "id": "13857", + "id": "2575", "links": { - "self": "/stops/13857" + "self": "/stops/2575" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=13857" + "related": "/facilities/?filter[stop]=2575" } }, "parent_station": { @@ -274193,14 +276642,14 @@ }, { "attributes": {}, - "id": "5284", + "id": "4664", "links": { - "self": "/stops/5284" + "self": "/stops/4664" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5284" + "related": "/facilities/?filter[stop]=4664" } }, "parent_station": { @@ -274215,58 +276664,24 @@ }, "type": "stop" }, - { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "North Burlington", - "State Street, Boston" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "North Burlington - State Street, Boston", - "short_name": "354", - "sort_order": 53540, - "text_color": "000000", - "type": 3 - }, - "id": "354", - "links": { - "self": "/routes/354" - }, - "relationships": { - "line": { - "data": { - "id": "line-354", - "type": "line" - } - } - }, - "type": "route" - }, { "attributes": {}, - "id": "NB-0120-S", + "id": "2591", "links": { - "self": "/stops/NB-0120-S" + "self": "/stops/2591" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=NB-0120-S" + "related": "/facilities/?filter[stop]=2591" } }, "parent_station": { - "data": { - "id": "place-NB-0120", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "CR-zone-2", + "id": "LocalBus", "type": "zone" } } @@ -274275,14 +276690,14 @@ }, { "attributes": {}, - "id": "111828", + "id": "7791", "links": { - "self": "/stops/111828" + "self": "/stops/7791" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=111828" + "related": "/facilities/?filter[stop]=7791" } }, "parent_station": { @@ -274299,22 +276714,25 @@ }, { "attributes": {}, - "id": "4559", + "id": "70111", "links": { - "self": "/stops/4559" + "self": "/stops/70111" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4559" + "related": "/facilities/?filter[stop]=70111" } }, "parent_station": { - "data": null + "data": { + "id": "place-sougr", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -274323,117 +276741,79 @@ }, { "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Logan Airport Terminals", - "Nubian Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Logan Airport Terminals - Nubian Station", - "short_name": "171", - "sort_order": 51710, - "text_color": "000000", - "type": 3 + "direction_id": 1, + "headsign": "North Station" }, - "id": "171", + "id": "MysticMaffa-720957-1208-HaverhillBradfordVan", "links": { - "self": "/routes/171" + "self": "/trips/MysticMaffa-720957-1208-HaverhillBradfordVan" }, "relationships": { - "line": { + "route": { "data": { - "id": "line-171708", - "type": "line" - } - } - }, - "type": "route" - }, - { - "attributes": {}, - "id": "9048", - "links": { - "self": "/stops/9048" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=9048" + "id": "CR-Haverhill", + "type": "route" } }, - "parent_station": { - "data": null - }, - "zone": { + "route_pattern": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "89", - "links": { - "self": "/stops/89" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=89" + "id": "CR-Haverhill-94afbb5a-1", + "type": "route_pattern" } }, - "parent_station": { - "data": null - }, - "zone": { + "service": { "data": { - "id": "ExpressBus-Downtown", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "2662", - "links": { - "self": "/stops/2662" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=2662" + "id": "Fall/WinterSaturday", + "type": "service" } }, - "parent_station": { - "data": null - }, - "zone": { + "shape": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "9820003", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "WR-0325-01", + "type": "stop" + }, + { + "id": "WR-0264-02", + "type": "stop" + }, + { + "id": "WR-0228-02", + "type": "stop" + }, + { + "id": "WR-0205-02", + "type": "stop" + }, + { + "id": "NHRML-0127-02", + "type": "stop" + }, + { + "id": "BNT-0000", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "9212", + "id": "111251", "links": { - "self": "/stops/9212" + "self": "/stops/111251" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9212" + "related": "/facilities/?filter[stop]=111251" } }, "parent_station": { @@ -274450,14 +276830,14 @@ }, { "attributes": {}, - "id": "3569", + "id": "31317", "links": { - "self": "/stops/3569" + "self": "/stops/31317" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3569" + "related": "/facilities/?filter[stop]=31317" } }, "parent_station": { @@ -274474,38 +276854,35 @@ }, { "attributes": {}, - "id": "6502", + "id": "9070080", "links": { - "self": "/stops/6502" + "self": "/stops/9070080" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6502" + "related": "/facilities/?filter[stop]=9070080" } }, "parent_station": { "data": null }, "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } + "data": null } }, "type": "stop" }, { "attributes": {}, - "id": "5711", + "id": "1925", "links": { - "self": "/stops/5711" + "self": "/stops/1925" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5711" + "related": "/facilities/?filter[stop]=1925" } }, "parent_station": { @@ -274522,14 +276899,14 @@ }, { "attributes": {}, - "id": "5428", + "id": "3256", "links": { - "self": "/stops/5428" + "self": "/stops/3256" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5428" + "related": "/facilities/?filter[stop]=3256" } }, "parent_station": { @@ -274546,14 +276923,14 @@ }, { "attributes": {}, - "id": "496", + "id": "7400", "links": { - "self": "/stops/496" + "self": "/stops/7400" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=496" + "related": "/facilities/?filter[stop]=7400" } }, "parent_station": { @@ -274568,30 +276945,16 @@ }, "type": "stop" }, - { - "attributes": { - "color": "008EAA", - "long_name": "Lynn Ferry", - "short_name": "", - "sort_order": 30007, - "text_color": "FFFFFF" - }, - "id": "line-Boat-Lynn", - "links": { - "self": "/lines/line-Boat-Lynn" - }, - "type": "line" - }, { "attributes": {}, - "id": "1436", + "id": "3391", "links": { - "self": "/stops/1436" + "self": "/stops/3391" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1436" + "related": "/facilities/?filter[stop]=3391" } }, "parent_station": { @@ -274608,14 +276971,14 @@ }, { "attributes": {}, - "id": "4101", + "id": "3292", "links": { - "self": "/stops/4101" + "self": "/stops/3292" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4101" + "related": "/facilities/?filter[stop]=3292" } }, "parent_station": { @@ -274632,14 +276995,14 @@ }, { "attributes": {}, - "id": "1756", + "id": "7105", "links": { - "self": "/stops/1756" + "self": "/stops/7105" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1756" + "related": "/facilities/?filter[stop]=7105" } }, "parent_station": { @@ -274656,14 +277019,14 @@ }, { "attributes": {}, - "id": "1061", + "id": "3892", "links": { - "self": "/stops/1061" + "self": "/stops/3892" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1061" + "related": "/facilities/?filter[stop]=3892" } }, "parent_station": { @@ -274680,14 +277043,14 @@ }, { "attributes": {}, - "id": "5532", + "id": "1294", "links": { - "self": "/stops/5532" + "self": "/stops/1294" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5532" + "related": "/facilities/?filter[stop]=1294" } }, "parent_station": { @@ -274702,222 +277065,16 @@ }, "type": "stop" }, - { - "attributes": { - "direction_id": 1, - "headsign": "North Quincy" - }, - "id": "61928704", - "links": { - "self": "/trips/61928704" - }, - "relationships": { - "route": { - "data": { - "id": "210", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "210-_-1", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "SpringWeekday", - "type": "service" - } - }, - "shape": { - "data": { - "id": "2100076", - "type": "shape" - } - }, - "stops": { - "data": [ - { - "id": "32005", - "type": "stop" - }, - { - "id": "3041", - "type": "stop" - }, - { - "id": "3042", - "type": "stop" - }, - { - "id": "3043", - "type": "stop" - }, - { - "id": "3045", - "type": "stop" - }, - { - "id": "3046", - "type": "stop" - }, - { - "id": "3047", - "type": "stop" - }, - { - "id": "3048", - "type": "stop" - }, - { - "id": "3049", - "type": "stop" - }, - { - "id": "3050", - "type": "stop" - }, - { - "id": "3051", - "type": "stop" - }, - { - "id": "3052", - "type": "stop" - }, - { - "id": "3054", - "type": "stop" - }, - { - "id": "3055", - "type": "stop" - }, - { - "id": "3057", - "type": "stop" - }, - { - "id": "3058", - "type": "stop" - }, - { - "id": "3125", - "type": "stop" - } - ] - } - }, - "type": "trip" - }, - { - "attributes": { - "direction_id": 0, - "headsign": "Riverside via Saint Mary's Street (Shuttle)" - }, - "id": "KenmoreStMarysRiversideD-0-sample", - "links": { - "self": "/trips/KenmoreStMarysRiversideD-0-sample" - }, - "relationships": { - "route": { - "data": { - "id": "Shuttle-KenmoreStMarysRiverside", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Shuttle-KenmoreStMarysRiverside-0-0", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "canonical", - "type": "service" - } - }, - "shape": { - "data": { - "id": "KenmoreToRiversideViaStMarys-S", - "type": "shape" - } - }, - "stops": { - "data": [ - { - "id": "9070151", - "type": "stop" - }, - { - "id": "9070212", - "type": "stop" - }, - { - "id": "9434", - "type": "stop" - }, - { - "id": "1521", - "type": "stop" - }, - { - "id": "1525", - "type": "stop" - }, - { - "id": "9070178", - "type": "stop" - }, - { - "id": "21917", - "type": "stop" - }, - { - "id": "1540", - "type": "stop" - }, - { - "id": "9070171", - "type": "stop" - }, - { - "id": "9170169", - "type": "stop" - }, - { - "id": "8206", - "type": "stop" - }, - { - "id": "9070165", - "type": "stop" - }, - { - "id": "9070162", - "type": "stop" - }, - { - "id": "38155", - "type": "stop" - } - ] - } - }, - "type": "trip" - }, { "attributes": {}, - "id": "7172", + "id": "14211", "links": { - "self": "/stops/7172" + "self": "/stops/14211" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7172" + "related": "/facilities/?filter[stop]=14211" } }, "parent_station": { @@ -274935,205 +277092,133 @@ { "attributes": { "direction_id": 0, - "headsign": "Quincy Center" + "headsign": "Winthrop St & Brooks St" }, - "id": "61928784", + "id": "66959934", "links": { - "self": "/trips/61928784" + "self": "/trips/66959934" }, "relationships": { "route": { "data": { - "id": "215", + "id": "134", "type": "route" } }, "route_pattern": { "data": { - "id": "215-_-0", + "id": "134-4-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "2150193", + "id": "1340379", "type": "shape" } }, "stops": { "data": [ { - "id": "3125", - "type": "stop" - }, - { - "id": "3168", - "type": "stop" - }, - { - "id": "3170", - "type": "stop" - }, - { - "id": "3172", - "type": "stop" - }, - { - "id": "3174", - "type": "stop" - }, - { - "id": "3386", - "type": "stop" - }, - { - "id": "3387", - "type": "stop" - }, - { - "id": "3388", - "type": "stop" - }, - { - "id": "3389", - "type": "stop" - }, - { - "id": "3391", - "type": "stop" - }, - { - "id": "3392", - "type": "stop" - }, - { - "id": "3393", - "type": "stop" - }, - { - "id": "3394", - "type": "stop" - }, - { - "id": "3395", - "type": "stop" - }, - { - "id": "3396", - "type": "stop" - }, - { - "id": "3397", - "type": "stop" - }, - { - "id": "3398", - "type": "stop" - }, - { - "id": "3399", - "type": "stop" - }, - { - "id": "3400", + "id": "9038", "type": "stop" }, { - "id": "3401", + "id": "9039", "type": "stop" }, { - "id": "3402", + "id": "9040", "type": "stop" }, { - "id": "34021", + "id": "49040", "type": "stop" }, { - "id": "3403", + "id": "9041", "type": "stop" }, { - "id": "3404", + "id": "9162", "type": "stop" }, { - "id": "3405", + "id": "9163", "type": "stop" }, { - "id": "3406", + "id": "9164", "type": "stop" }, { - "id": "3407", + "id": "49164", "type": "stop" }, { - "id": "3408", + "id": "9165", "type": "stop" }, { - "id": "3410", + "id": "9167", "type": "stop" }, { - "id": "3411", + "id": "9168", "type": "stop" }, { - "id": "3412", + "id": "9169", "type": "stop" }, { - "id": "3413", + "id": "9170", "type": "stop" }, { - "id": "3415", + "id": "9172", "type": "stop" }, { - "id": "3416", + "id": "5002", "type": "stop" }, { - "id": "3417", + "id": "15002", "type": "stop" }, { - "id": "3418", + "id": "5003", "type": "stop" }, { - "id": "3420", + "id": "5004", "type": "stop" }, { - "id": "3422", + "id": "5005", "type": "stop" }, { - "id": "3423", + "id": "5006", "type": "stop" }, { - "id": "33241", + "id": "9174", "type": "stop" }, { - "id": "32000", + "id": "9175", "type": "stop" }, { - "id": "32003", + "id": "9176", "type": "stop" } ] @@ -275143,14 +277228,14 @@ }, { "attributes": {}, - "id": "5006", + "id": "2145", "links": { - "self": "/stops/5006" + "self": "/stops/2145" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5006" + "related": "/facilities/?filter[stop]=2145" } }, "parent_station": { @@ -275166,46 +277251,39 @@ "type": "stop" }, { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Clarendon Hill or Davis Station", - "Sullivan Square Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Clarendon Hill or Davis Station - Sullivan Square Station", - "short_name": "89", - "sort_order": 50890, - "text_color": "000000", - "type": 3 - }, - "id": "89", + "attributes": {}, + "id": "76618", "links": { - "self": "/routes/89" + "self": "/stops/76618" }, "relationships": { - "line": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=76618" + } + }, + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "line-89", - "type": "line" + "id": "LocalBus", + "type": "zone" } } }, - "type": "route" + "type": "stop" }, { "attributes": {}, - "id": "9306", + "id": "109809", "links": { - "self": "/stops/9306" + "self": "/stops/109809" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9306" + "related": "/facilities/?filter[stop]=109809" } }, "parent_station": { @@ -275222,14 +277300,14 @@ }, { "attributes": {}, - "id": "3488", + "id": "1269", "links": { - "self": "/stops/3488" + "self": "/stops/1269" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3488" + "related": "/facilities/?filter[stop]=1269" } }, "parent_station": { @@ -275246,25 +277324,46 @@ }, { "attributes": {}, - "id": "70004", + "id": "827", "links": { - "self": "/stops/70004" + "self": "/stops/827" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70004" + "related": "/facilities/?filter[stop]=827" } }, "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "place-sbmnl", - "type": "stop" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "12652", + "links": { + "self": "/stops/12652" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=12652" } }, + "parent_station": { + "data": null + }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } @@ -275272,43 +277371,66 @@ "type": "stop" }, { - "attributes": { - "color": "FFC72C", - "long_name": "Harvard - Nubian via Massachusetts Avenue", - "short_name": "1", - "sort_order": 40010, - "text_color": "000000" - }, - "id": "line-1", + "attributes": {}, + "id": "41031", "links": { - "self": "/lines/line-1" + "self": "/stops/41031" }, - "type": "line" + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=41031" + } + }, + "parent_station": { + "data": { + "id": "place-qamnl", + "type": "stop" + } + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" }, { - "attributes": { - "color": "FFC72C", - "long_name": "Melrose Highlands or Redstone - Oak Grove or Malden Center", - "short_name": "131/132", - "sort_order": 51310, - "text_color": "000000" - }, - "id": "line-131132", + "attributes": {}, + "id": "21151", "links": { - "self": "/lines/line-131132" + "self": "/stops/21151" }, - "type": "line" + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=21151" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" }, { "attributes": {}, - "id": "375", + "id": "246", "links": { - "self": "/stops/375" + "self": "/stops/246" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=375" + "related": "/facilities/?filter[stop]=246" } }, "parent_station": { @@ -275325,258 +277447,304 @@ }, { "attributes": { - "direction_id": 0, - "headsign": "Dedham Mall" + "direction_id": 1, + "headsign": "North Station (Shuttle)" }, - "id": "62145515", + "id": "NorthStationSwampscott-1-sample", "links": { - "self": "/trips/62145515" + "self": "/trips/NorthStationSwampscott-1-sample" }, "relationships": { "route": { "data": { - "id": "35", + "id": "Shuttle-NorthStationSwampscottLimited", "type": "route" } }, "route_pattern": { "data": { - "id": "35-3-0", + "id": "Shuttle-NorthStationSwampscottLimited-0-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "canonical", "type": "service" } }, "shape": { "data": { - "id": "350183", + "id": "SwampscottToNorthStation-S", "type": "shape" } }, "stops": { "data": [ { - "id": "11780", - "type": "stop" - }, - { - "id": "91391", - "type": "stop" - }, - { - "id": "92391", - "type": "stop" - }, - { - "id": "1363", - "type": "stop" - }, - { - "id": "1365", - "type": "stop" - }, - { - "id": "21365", - "type": "stop" - }, - { - "id": "22365", - "type": "stop" - }, - { - "id": "31365", - "type": "stop" - }, - { - "id": "51365", - "type": "stop" - }, - { - "id": "61365", + "id": "ER-0128-B1", "type": "stop" }, { - "id": "1160", + "id": "14748", "type": "stop" }, { - "id": "1161", + "id": "BNT-0000-B2", "type": "stop" - }, + } + ] + } + }, + "type": "trip" + }, + { + "attributes": { + "direction_id": 0, + "headsign": "Cleary Square" + }, + "id": "67250769", + "links": { + "self": "/trips/67250769" + }, + "relationships": { + "route": { + "data": { + "id": "4050", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "4050-5-0", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "WinterWeekday", + "type": "service" + } + }, + "shape": { + "data": { + "id": "400107", + "type": "shape" + } + }, + "stops": { + "data": [ { - "id": "1164", + "id": "10642", "type": "stop" }, { - "id": "11164", + "id": "596", "type": "stop" }, { - "id": "1939", + "id": "597", "type": "stop" }, { - "id": "11939", + "id": "598", "type": "stop" }, { - "id": "1940", + "id": "599", "type": "stop" }, { - "id": "1941", + "id": "600", "type": "stop" }, { - "id": "5241", + "id": "601", "type": "stop" }, { - "id": "15241", + "id": "6022", "type": "stop" }, { - "id": "5243", + "id": "603", "type": "stop" }, { - "id": "5244", + "id": "10603", "type": "stop" }, { - "id": "5245", + "id": "604", "type": "stop" }, { - "id": "5246", + "id": "605", "type": "stop" }, { - "id": "5247", + "id": "606", "type": "stop" }, { - "id": "5248", + "id": "607", "type": "stop" }, { - "id": "5249", + "id": "608", "type": "stop" }, { - "id": "5250", + "id": "609", "type": "stop" }, { - "id": "5251", + "id": "610", "type": "stop" }, { - "id": "5252", + "id": "611", "type": "stop" }, { - "id": "5253", + "id": "612", "type": "stop" }, { - "id": "5254", + "id": "11613", "type": "stop" }, { - "id": "5255", + "id": "1612", "type": "stop" }, { - "id": "5256", + "id": "1613", "type": "stop" }, { - "id": "806", + "id": "1614", "type": "stop" }, { - "id": "807", + "id": "11618", "type": "stop" }, { - "id": "808", + "id": "6523", "type": "stop" }, { - "id": "810", + "id": "6524", "type": "stop" }, { - "id": "821", + "id": "6526", "type": "stop" }, { - "id": "822", + "id": "6527", "type": "stop" }, { - "id": "823", + "id": "6528", "type": "stop" }, { - "id": "824", + "id": "6529", "type": "stop" }, { - "id": "825", + "id": "56567", "type": "stop" }, { - "id": "826", + "id": "75467", "type": "stop" }, { - "id": "10768", + "id": "26466", "type": "stop" }, { - "id": "827", + "id": "36466", "type": "stop" - }, + } + ] + } + }, + "type": "trip" + }, + { + "attributes": { + "direction_id": 1, + "headsign": "Wonderland (Shuttle)" + }, + "id": "GovernmentCenterWonderland-1-sample", + "links": { + "self": "/trips/GovernmentCenterWonderland-1-sample" + }, + "relationships": { + "route": { + "data": { + "id": "Shuttle-GovernmentCenterWonderland", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "Shuttle-GovernmentCenterWonderland-0-1", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "canonical", + "type": "service" + } + }, + "shape": { + "data": { + "id": "GovernmentCenterToWonderland-S", + "type": "shape" + } + }, + "stops": { + "data": [ { - "id": "828", + "id": "4510", "type": "stop" }, { - "id": "829", + "id": "57400", "type": "stop" }, { - "id": "830", + "id": "7096", "type": "stop" }, { - "id": "831", + "id": "5666", "type": "stop" }, { - "id": "832", + "id": "5879", "type": "stop" }, { - "id": "618", + "id": "9070054", "type": "stop" }, { - "id": "10618", + "id": "9070056", "type": "stop" }, { - "id": "10835", + "id": "9070058", "type": "stop" }, { - "id": "10833", + "id": "15797", "type": "stop" } ] @@ -275586,38 +277754,14 @@ }, { "attributes": {}, - "id": "7954", - "links": { - "self": "/stops/7954" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=7954" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "3724", + "id": "5468", "links": { - "self": "/stops/3724" + "self": "/stops/5468" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3724" + "related": "/facilities/?filter[stop]=5468" } }, "parent_station": { @@ -275635,49 +277779,93 @@ { "attributes": { "direction_id": 0, - "headsign": "Swampscott (Shuttle)" + "headsign": "Bradford" }, - "id": "NorthStationSwampscott-0-sample", + "id": "NorthWKDYF24-696214-201-HaverhillBradfordVan", "links": { - "self": "/trips/NorthStationSwampscott-0-sample" + "self": "/trips/NorthWKDYF24-696214-201-HaverhillBradfordVan" }, "relationships": { "route": { "data": { - "id": "Shuttle-NorthStationSwampscottLimited", + "id": "CR-Haverhill", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-NorthStationSwampscottLimited-0-0", + "id": "CR-Haverhill-56199cd1-0", "type": "route_pattern" } }, "service": { "data": { - "id": "canonical", + "id": "FALL 2024-N-Wdy-1-S6561ad1d-HvlBrdVn", "type": "service" } }, "shape": { "data": { - "id": "NorthStationToSwampscott-S", + "id": "9820002", "type": "shape" } }, "stops": { "data": [ { - "id": "BNT-0000-B2", + "id": "BNT-0000", "type": "stop" }, { - "id": "14748", + "id": "WR-0045-S", "type": "stop" }, { - "id": "ER-0128-B1", + "id": "WR-0053-S", + "type": "stop" + }, + { + "id": "WR-0062-01", + "type": "stop" + }, + { + "id": "WR-0067-01", + "type": "stop" + }, + { + "id": "WR-0075-01", + "type": "stop" + }, + { + "id": "WR-0085-01", + "type": "stop" + }, + { + "id": "WR-0099-01", + "type": "stop" + }, + { + "id": "WR-0120-S", + "type": "stop" + }, + { + "id": "WR-0163-S", + "type": "stop" + }, + { + "id": "WR-0205-02", + "type": "stop" + }, + { + "id": "WR-0228-02", + "type": "stop" + }, + { + "id": "WR-0264-02", + "type": "stop" + }, + { + "id": "WR-0325-01", "type": "stop" } ] @@ -275687,14 +277875,14 @@ }, { "attributes": {}, - "id": "7569", + "id": "5595", "links": { - "self": "/stops/7569" + "self": "/stops/5595" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7569" + "related": "/facilities/?filter[stop]=5595" } }, "parent_station": { @@ -275710,83 +277898,43 @@ "type": "stop" }, { - "attributes": { - "direction_id": 0, - "headsign": "Winthrop Landing via Seaport/Fan Pier & Logan Airport & Quincy" - }, - "id": "Boat-F6-1745-Aquarium-BWN-01-Weekday-Summer-24", + "attributes": {}, + "id": "5990", "links": { - "self": "/trips/Boat-F6-1745-Aquarium-BWN-01-Weekday-Summer-24" + "self": "/stops/5990" }, "relationships": { - "route": { - "data": { - "id": "Boat-F6", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Boat-F6-9-0", - "type": "route_pattern" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=5990" } }, - "service": { - "data": { - "id": "Boat-F6-Weekday-Summer-24", - "type": "service" - } + "parent_station": { + "data": null }, - "shape": { + "zone": { "data": { - "id": "CentralWharfToFanPierToLoganToQuincyToWinthrop-F", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "Boat-Aquarium", - "type": "stop" - }, - { - "id": "Boat-Fan", - "type": "stop" - }, - { - "id": "Boat-Logan", - "type": "stop" - }, - { - "id": "Boat-Quincy", - "type": "stop" - }, - { - "id": "Boat-Winthrop", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "4255", + "id": "151", "links": { - "self": "/stops/4255" + "self": "/stops/151" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4255" + "related": "/facilities/?filter[stop]=151" } }, "parent_station": { - "data": { - "id": "place-MM-0150", - "type": "stop" - } + "data": null }, "zone": { "data": { @@ -275800,169 +277948,77 @@ { "attributes": { "direction_id": 1, - "headsign": "Andrew" + "headsign": "Medford/Tufts via Union Square (Shuttle)" }, - "id": "61393407", + "id": "GreenEGovernmentCenterMedfordViaUnionSq-1-sample", "links": { - "self": "/trips/61393407" + "self": "/trips/GreenEGovernmentCenterMedfordViaUnionSq-1-sample" }, "relationships": { "route": { "data": { - "id": "18", + "id": "Shuttle-GovernmentCenterMedfordViaUnionSq", "type": "route" } }, "route_pattern": { "data": { - "id": "18-1-1", + "id": "Shuttle-GovernmentCenterMedfordViaUnionSq-0-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "canonical", "type": "service" } }, "shape": { "data": { - "id": "180081", + "id": "GovernmentCenterToMedfordTufts-S", "type": "shape" } }, "stops": { "data": [ { - "id": "334", - "type": "stop" - }, - { - "id": "30336", - "type": "stop" - }, - { - "id": "337", - "type": "stop" - }, - { - "id": "338", - "type": "stop" - }, - { - "id": "339", - "type": "stop" - }, - { - "id": "340", - "type": "stop" - }, - { - "id": "341", - "type": "stop" - }, - { - "id": "342", - "type": "stop" - }, - { - "id": "343", - "type": "stop" - }, - { - "id": "32501", - "type": "stop" - }, - { - "id": "322", - "type": "stop" - }, - { - "id": "323", - "type": "stop" - }, - { - "id": "55600", - "type": "stop" - }, - { - "id": "345", - "type": "stop" - }, - { - "id": "346", - "type": "stop" - }, - { - "id": "347", - "type": "stop" - }, - { - "id": "348", - "type": "stop" - }, - { - "id": "349", - "type": "stop" - }, - { - "id": "350", - "type": "stop" - }, - { - "id": "180", - "type": "stop" - }, - { - "id": "312", - "type": "stop" - }, - { - "id": "13121", - "type": "stop" - }, - { - "id": "351", - "type": "stop" - }, - { - "id": "352", + "id": "4510", "type": "stop" }, { - "id": "353", + "id": "9070090", "type": "stop" }, { - "id": "354", + "id": "9070091", "type": "stop" }, { - "id": "123", + "id": "70500", "type": "stop" }, { - "id": "2937", + "id": "9170503", "type": "stop" }, { - "id": "2938", + "id": "2659", "type": "stop" }, { - "id": "2939", + "id": "2398", "type": "stop" }, { - "id": "2940", + "id": "2404", "type": "stop" }, { - "id": "12940", + "id": "9070509", "type": "stop" }, { - "id": "13", + "id": "2379", "type": "stop" } ] @@ -275970,58 +278026,24 @@ }, "type": "trip" }, - { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Marblehead", - "Wonderland Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Marblehead - Wonderland Station", - "short_name": "441/442", - "sort_order": 54411, - "text_color": "000000", - "type": 3 - }, - "id": "441442", - "links": { - "self": "/routes/441442" - }, - "relationships": { - "line": { - "data": { - "id": "line-439441442", - "type": "line" - } - } - }, - "type": "route" - }, { "attributes": {}, - "id": "70020", + "id": "3344", "links": { - "self": "/stops/70020" + "self": "/stops/3344" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70020" + "related": "/facilities/?filter[stop]=3344" } }, "parent_station": { - "data": { - "id": "place-dwnxg", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } @@ -276030,14 +278052,14 @@ }, { "attributes": {}, - "id": "35619", + "id": "9145", "links": { - "self": "/stops/35619" + "self": "/stops/9145" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=35619" + "related": "/facilities/?filter[stop]=9145" } }, "parent_station": { @@ -276054,14 +278076,14 @@ }, { "attributes": {}, - "id": "7959", + "id": "1134", "links": { - "self": "/stops/7959" + "self": "/stops/1134" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7959" + "related": "/facilities/?filter[stop]=1134" } }, "parent_station": { @@ -276078,14 +278100,14 @@ }, { "attributes": {}, - "id": "30250", + "id": "5650", "links": { - "self": "/stops/30250" + "self": "/stops/5650" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=30250" + "related": "/facilities/?filter[stop]=5650" } }, "parent_station": { @@ -276102,14 +278124,14 @@ }, { "attributes": {}, - "id": "49832", + "id": "2027", "links": { - "self": "/stops/49832" + "self": "/stops/2027" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=49832" + "related": "/facilities/?filter[stop]=2027" } }, "parent_station": { @@ -276124,61 +278146,16 @@ }, "type": "stop" }, - { - "attributes": { - "color": "008EAA", - "long_name": "Charlestown Ferry", - "short_name": "", - "sort_order": 30001, - "text_color": "FFFFFF" - }, - "id": "line-Boat-F4", - "links": { - "self": "/lines/line-Boat-F4" - }, - "type": "line" - }, - { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Riverside", - "Union Square" - ], - "direction_names": [ - "West", - "East" - ], - "long_name": "Riverside - Reservoir", - "short_name": "Green Line D Shuttle", - "sort_order": 62400, - "text_color": "000000", - "type": 3 - }, - "id": "Shuttle-ReservoirRiverside", - "links": { - "self": "/routes/Shuttle-ReservoirRiverside" - }, - "relationships": { - "line": { - "data": { - "id": "line-Green", - "type": "line" - } - } - }, - "type": "route" - }, { "attributes": {}, - "id": "4606", + "id": "2388", "links": { - "self": "/stops/4606" + "self": "/stops/2388" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4606" + "related": "/facilities/?filter[stop]=2388" } }, "parent_station": { @@ -276195,14 +278172,14 @@ }, { "attributes": {}, - "id": "16500", + "id": "5463", "links": { - "self": "/stops/16500" + "self": "/stops/5463" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=16500" + "related": "/facilities/?filter[stop]=5463" } }, "parent_station": { @@ -276217,97 +278194,16 @@ }, "type": "stop" }, - { - "attributes": { - "direction_id": 1, - "headsign": "South Station" - }, - "id": "CR-670251-754", - "links": { - "self": "/trips/CR-670251-754" - }, - "relationships": { - "route": { - "data": { - "id": "CR-Franklin", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "CR-Franklin-be153239-1", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "SPRING2024-SOUTHWKD-Weekday-1-S85407dc6", - "type": "service" - } - }, - "shape": { - "data": { - "id": "FoxboroToSouthStationViaBackBay", - "type": "shape" - } - }, - "stops": { - "data": [ - { - "id": "FS-0049-S", - "type": "stop" - }, - { - "id": "FB-0148-02", - "type": "stop" - }, - { - "id": "FB-0143-02", - "type": "stop" - }, - { - "id": "FB-0125-02", - "type": "stop" - }, - { - "id": "FB-0118-02", - "type": "stop" - }, - { - "id": "FB-0109-02", - "type": "stop" - }, - { - "id": "FB-0095-05", - "type": "stop" - }, - { - "id": "NEC-2265-03", - "type": "stop" - }, - { - "id": "NEC-2276-03", - "type": "stop" - }, - { - "id": "NEC-2287", - "type": "stop" - } - ] - } - }, - "type": "trip" - }, { "attributes": {}, - "id": "17370", + "id": "11070", "links": { - "self": "/stops/17370" + "self": "/stops/11070" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=17370" + "related": "/facilities/?filter[stop]=11070" } }, "parent_station": { @@ -276324,38 +278220,38 @@ }, { "attributes": {}, - "id": "NEC-1851-B1", + "id": "5749", "links": { - "self": "/stops/NEC-1851-B1" + "self": "/stops/5749" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=NEC-1851-B1" + "related": "/facilities/?filter[stop]=5749" } }, "parent_station": { - "data": { - "id": "place-NEC-1851", - "type": "stop" - } + "data": null }, "zone": { - "data": null + "data": { + "id": "LocalBus", + "type": "zone" + } } }, "type": "stop" }, { "attributes": {}, - "id": "1752", + "id": "419", "links": { - "self": "/stops/1752" + "self": "/stops/419" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1752" + "related": "/facilities/?filter[stop]=419" } }, "parent_station": { @@ -276372,14 +278268,14 @@ }, { "attributes": {}, - "id": "7647", + "id": "3571", "links": { - "self": "/stops/7647" + "self": "/stops/3571" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7647" + "related": "/facilities/?filter[stop]=3571" } }, "parent_station": { @@ -276396,25 +278292,22 @@ }, { "attributes": {}, - "id": "70129", + "id": "5930", "links": { - "self": "/stops/70129" + "self": "/stops/5930" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70129" + "related": "/facilities/?filter[stop]=5930" } }, "parent_station": { - "data": { - "id": "place-grigg", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } @@ -276422,120 +278315,39 @@ "type": "stop" }, { - "attributes": { - "direction_id": 0, - "headsign": "Germantown" - }, - "id": "61928820", + "attributes": {}, + "id": "9048", "links": { - "self": "/trips/61928820" + "self": "/stops/9048" }, "relationships": { - "route": { - "data": { - "id": "216", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "216-6-0", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "SpringWeekday", - "type": "service" - } - }, - "shape": { - "data": { - "id": "2160135", - "type": "shape" - } - }, - "stops": { - "data": [ - { - "id": "13245", - "type": "stop" - }, - { - "id": "3245", - "type": "stop" - }, - { - "id": "3246", - "type": "stop" - }, - { - "id": "3247", - "type": "stop" - }, - { - "id": "3292", - "type": "stop" - }, - { - "id": "3295", - "type": "stop" - }, - { - "id": "3298", - "type": "stop" - }, - { - "id": "3299", - "type": "stop" - }, - { - "id": "3300", - "type": "stop" - }, - { - "id": "3301", - "type": "stop" - }, - { - "id": "3303", - "type": "stop" - }, - { - "id": "3304", - "type": "stop" - }, - { - "id": "3305", - "type": "stop" - }, - { - "id": "3306", - "type": "stop" - }, - { - "id": "3307", - "type": "stop" - }, - { - "id": "3308", - "type": "stop" - } - ] + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=9048" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "109885", + "id": "2273", "links": { - "self": "/stops/109885" + "self": "/stops/2273" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=109885" + "related": "/facilities/?filter[stop]=2273" } }, "parent_station": { @@ -276552,14 +278364,14 @@ }, { "attributes": {}, - "id": "7113", + "id": "9105", "links": { - "self": "/stops/7113" + "self": "/stops/9105" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7113" + "related": "/facilities/?filter[stop]=9105" } }, "parent_station": { @@ -276576,14 +278388,14 @@ }, { "attributes": {}, - "id": "4096", + "id": "985", "links": { - "self": "/stops/4096" + "self": "/stops/985" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4096" + "related": "/facilities/?filter[stop]=985" } }, "parent_station": { @@ -276599,172 +278411,39 @@ "type": "stop" }, { - "attributes": { - "direction_id": 0, - "headsign": "Waltham (Express)" - }, - "id": "61393839", + "attributes": {}, + "id": "3274", "links": { - "self": "/trips/61393839" + "self": "/stops/3274" }, "relationships": { - "route": { - "data": { - "id": "505", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "505-6-0", - "type": "route_pattern" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=3274" } }, - "service": { - "data": { - "id": "SpringWeekday", - "type": "service" - } + "parent_station": { + "data": null }, - "shape": { + "zone": { "data": { - "id": "5050093", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "6551", - "type": "stop" - }, - { - "id": "16535", - "type": "stop" - }, - { - "id": "6555", - "type": "stop" - }, - { - "id": "65541", - "type": "stop" - }, - { - "id": "65542", - "type": "stop" - }, - { - "id": "65543", - "type": "stop" - }, - { - "id": "65544", - "type": "stop" - }, - { - "id": "65546", - "type": "stop" - }, - { - "id": "7833", - "type": "stop" - }, - { - "id": "65547", - "type": "stop" - }, - { - "id": "7834", - "type": "stop" - }, - { - "id": "7835", - "type": "stop" - }, - { - "id": "7836", - "type": "stop" - }, - { - "id": "7837", - "type": "stop" - }, - { - "id": "7838", - "type": "stop" - }, - { - "id": "7659", - "type": "stop" - }, - { - "id": "76592", - "type": "stop" - }, - { - "id": "76593", - "type": "stop" - }, - { - "id": "7660", - "type": "stop" - }, - { - "id": "76594", - "type": "stop" - }, - { - "id": "7845", - "type": "stop" - }, - { - "id": "7846", - "type": "stop" - }, - { - "id": "17846", - "type": "stop" - }, - { - "id": "76597", - "type": "stop" - }, - { - "id": "86971", - "type": "stop" - }, - { - "id": "6598", - "type": "stop" - }, - { - "id": "7797", - "type": "stop" - }, - { - "id": "883321", - "type": "stop" - }, - { - "id": "88333", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "1531", + "id": "7539", "links": { - "self": "/stops/1531" + "self": "/stops/7539" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1531" + "related": "/facilities/?filter[stop]=7539" } }, "parent_station": { @@ -276780,64 +278459,39 @@ "type": "stop" }, { - "attributes": { - "direction_id": 1, - "headsign": "Braintree (Shuttle)" - }, - "id": "BraintreeSouthWeymouth-1-sample", + "attributes": {}, + "id": "4903", "links": { - "self": "/trips/BraintreeSouthWeymouth-1-sample" + "self": "/stops/4903" }, "relationships": { - "route": { - "data": { - "id": "Shuttle-BraintreeSouthWeymouth", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Shuttle-BraintreeSouthWeymouth-0-1", - "type": "route_pattern" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=4903" } }, - "service": { - "data": { - "id": "canonical", - "type": "service" - } + "parent_station": { + "data": null }, - "shape": { + "zone": { "data": { - "id": "SouthWeymouthToBraintree-S", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "South Weymouth-S", - "type": "stop" - }, - { - "id": "38671", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "2670", + "id": "7883", "links": { - "self": "/stops/2670" + "self": "/stops/7883" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2670" + "related": "/facilities/?filter[stop]=7883" } }, "parent_station": { @@ -276853,46 +278507,39 @@ "type": "stop" }, { - "attributes": { - "color": "006595", - "direction_destinations": [ - "Hyannis", - "South Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "CapeFLYER", - "short_name": "", - "sort_order": 21000, - "text_color": "FFFFFF", - "type": 2 - }, - "id": "CapeFlyer", + "attributes": {}, + "id": "3935", "links": { - "self": "/routes/CapeFlyer" + "self": "/stops/3935" }, "relationships": { - "line": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=3935" + } + }, + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "line-CapeFlyer", - "type": "line" + "id": "LocalBus", + "type": "zone" } } }, - "type": "route" + "type": "stop" }, { "attributes": {}, - "id": "4555", + "id": "45", "links": { - "self": "/stops/4555" + "self": "/stops/45" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4555" + "related": "/facilities/?filter[stop]=45" } }, "parent_station": { @@ -276909,14 +278556,14 @@ }, { "attributes": {}, - "id": "8303", + "id": "4080", "links": { - "self": "/stops/8303" + "self": "/stops/4080" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8303" + "related": "/facilities/?filter[stop]=4080" } }, "parent_station": { @@ -276931,27 +278578,101 @@ }, "type": "stop" }, + { + "attributes": { + "direction_id": 0, + "headsign": "Ballardvale (Shuttle)" + }, + "id": "BallardvaleMaldenCenter-0-sample", + "links": { + "self": "/trips/BallardvaleMaldenCenter-0-sample" + }, + "relationships": { + "route": { + "data": { + "id": "Shuttle-BallardvaleMaldenCenter", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "Shuttle-BallardvaleMaldenCenter-0-0", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "canonical", + "type": "service" + } + }, + "shape": { + "data": { + "id": "MaldenCenterToBallardvale-S", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "5072", + "type": "stop" + }, + { + "id": "WR-0062-B0", + "type": "stop" + }, + { + "id": "WR-0067-B0", + "type": "stop" + }, + { + "id": "WR-0075-B2", + "type": "stop" + }, + { + "id": "WR-0085-B0", + "type": "stop" + }, + { + "id": "WR-0099-B0", + "type": "stop" + }, + { + "id": "WR-0120-B", + "type": "stop" + }, + { + "id": "WR-0163-B0", + "type": "stop" + }, + { + "id": "WR-0205-B2", + "type": "stop" + } + ] + } + }, + "type": "trip" + }, { "attributes": {}, - "id": "70060", + "id": "8517", "links": { - "self": "/stops/70060" + "self": "/stops/8517" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70060" + "related": "/facilities/?filter[stop]=8517" } }, "parent_station": { - "data": { - "id": "place-wondl", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } @@ -276960,25 +278681,43 @@ }, { "attributes": {}, - "id": "WR-0067-01", + "id": "9070212", "links": { - "self": "/stops/WR-0067-01" + "self": "/stops/9070212" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=WR-0067-01" + "related": "/facilities/?filter[stop]=9070212" } }, "parent_station": { - "data": { - "id": "place-WR-0067", - "type": "stop" + "data": null + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "5734", + "links": { + "self": "/stops/5734" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=5734" } }, + "parent_station": { + "data": null + }, "zone": { "data": { - "id": "CR-zone-1", + "id": "LocalBus", "type": "zone" } } @@ -276987,14 +278726,14 @@ }, { "attributes": {}, - "id": "8681", + "id": "13820", "links": { - "self": "/stops/8681" + "self": "/stops/13820" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8681" + "related": "/facilities/?filter[stop]=13820" } }, "parent_station": { @@ -277011,14 +278750,14 @@ }, { "attributes": {}, - "id": "58618", + "id": "4180", "links": { - "self": "/stops/58618" + "self": "/stops/4180" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=58618" + "related": "/facilities/?filter[stop]=4180" } }, "parent_station": { @@ -277035,14 +278774,14 @@ }, { "attributes": {}, - "id": "5636", + "id": "2779", "links": { - "self": "/stops/5636" + "self": "/stops/2779" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5636" + "related": "/facilities/?filter[stop]=2779" } }, "parent_station": { @@ -277059,14 +278798,14 @@ }, { "attributes": {}, - "id": "1161", + "id": "4537", "links": { - "self": "/stops/1161" + "self": "/stops/4537" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1161" + "related": "/facilities/?filter[stop]=4537" } }, "parent_station": { @@ -277083,14 +278822,14 @@ }, { "attributes": {}, - "id": "28746", + "id": "3025", "links": { - "self": "/stops/28746" + "self": "/stops/3025" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=28746" + "related": "/facilities/?filter[stop]=3025" } }, "parent_station": { @@ -277107,22 +278846,25 @@ }, { "attributes": {}, - "id": "4573", + "id": "70503", "links": { - "self": "/stops/4573" + "self": "/stops/70503" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4573" + "related": "/facilities/?filter[stop]=70503" } }, "parent_station": { - "data": null + "data": { + "id": "place-unsqu", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -277132,117 +278874,205 @@ { "attributes": { "direction_id": 0, - "headsign": "Clarendon Hill" + "headsign": "Woodland Rd via Gateway Center" }, - "id": "61848331", + "id": "67134849", "links": { - "self": "/trips/61848331" + "self": "/trips/67134849" }, "relationships": { "route": { "data": { - "id": "88", + "id": "99", "type": "route" } }, "route_pattern": { "data": { - "id": "88-1-0", + "id": "99-8-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "BUS12025-hbg15tp6-Saturday-02", "type": "service" } }, "shape": { "data": { - "id": "880151", + "id": "990172", "type": "shape" } }, "stops": { "data": [ { - "id": "2662", + "id": "52712", "type": "stop" }, { - "id": "2664", + "id": "55631", "type": "stop" }, { - "id": "2665", + "id": "55632", "type": "stop" }, { - "id": "2666", + "id": "5563", "type": "stop" }, { - "id": "2667", + "id": "5405", "type": "stop" }, { - "id": "2668", + "id": "5406", "type": "stop" }, { - "id": "2669", + "id": "45406", "type": "stop" }, { - "id": "2670", + "id": "5408", "type": "stop" }, { - "id": "2671", + "id": "5409", "type": "stop" }, { - "id": "2672", + "id": "5410", "type": "stop" }, { - "id": "2673", + "id": "5411", "type": "stop" }, { - "id": "2628", + "id": "5412", "type": "stop" }, { - "id": "5104", + "id": "5413", "type": "stop" }, { - "id": "2631", + "id": "5451", "type": "stop" }, { - "id": "2632", + "id": "5452", "type": "stop" }, { - "id": "2634", + "id": "5453", "type": "stop" }, { - "id": "2635", + "id": "5454", "type": "stop" }, { - "id": "2715", + "id": "5366", "type": "stop" }, { - "id": "2636", + "id": "5342", "type": "stop" }, { - "id": "2637", + "id": "9215", + "type": "stop" + }, + { + "id": "19215", + "type": "stop" + }, + { + "id": "5369", + "type": "stop" + }, + { + "id": "5072", + "type": "stop" + }, + { + "id": "5074", + "type": "stop" + }, + { + "id": "5075", + "type": "stop" + }, + { + "id": "5076", + "type": "stop" + }, + { + "id": "5077", + "type": "stop" + }, + { + "id": "5078", + "type": "stop" + }, + { + "id": "5079", + "type": "stop" + }, + { + "id": "45079", + "type": "stop" + }, + { + "id": "5080", + "type": "stop" + }, + { + "id": "45080", + "type": "stop" + }, + { + "id": "5081", + "type": "stop" + }, + { + "id": "5083", + "type": "stop" + }, + { + "id": "5084", + "type": "stop" + }, + { + "id": "5085", + "type": "stop" + }, + { + "id": "5086", + "type": "stop" + }, + { + "id": "5087", + "type": "stop" + }, + { + "id": "5088", + "type": "stop" + }, + { + "id": "50881", + "type": "stop" + }, + { + "id": "25059", + "type": "stop" + }, + { + "id": "15058", "type": "stop" } ] @@ -277252,89 +279082,14 @@ }, { "attributes": {}, - "id": "6301", - "links": { - "self": "/stops/6301" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=6301" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "70151", - "links": { - "self": "/stops/70151" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=70151" - } - }, - "parent_station": { - "data": { - "id": "place-kencl", - "type": "stop" - } - }, - "zone": { - "data": { - "id": "RapidTransit", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "45428", - "links": { - "self": "/stops/45428" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=45428" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "4191", + "id": "7396", "links": { - "self": "/stops/4191" + "self": "/stops/7396" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4191" + "related": "/facilities/?filter[stop]=7396" } }, "parent_station": { @@ -277351,14 +279106,14 @@ }, { "attributes": {}, - "id": "608", + "id": "3246", "links": { - "self": "/stops/608" + "self": "/stops/3246" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=608" + "related": "/facilities/?filter[stop]=3246" } }, "parent_station": { @@ -277375,14 +279130,14 @@ }, { "attributes": {}, - "id": "6162", + "id": "5344", "links": { - "self": "/stops/6162" + "self": "/stops/5344" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6162" + "related": "/facilities/?filter[stop]=5344" } }, "parent_station": { @@ -277399,25 +279154,25 @@ }, { "attributes": {}, - "id": "FB-0143-01", + "id": "70270", "links": { - "self": "/stops/FB-0143-01" + "self": "/stops/70270" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=FB-0143-01" + "related": "/facilities/?filter[stop]=70270" } }, "parent_station": { "data": { - "id": "place-FB-0143", + "id": "place-cenav", "type": "stop" } }, "zone": { "data": { - "id": "CR-zone-3", + "id": "RapidTransit", "type": "zone" } } @@ -277426,14 +279181,14 @@ }, { "attributes": {}, - "id": "61851", + "id": "4311", "links": { - "self": "/stops/61851" + "self": "/stops/4311" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=61851" + "related": "/facilities/?filter[stop]=4311" } }, "parent_station": { @@ -277450,35 +279205,14 @@ }, { "attributes": {}, - "id": "9070022", - "links": { - "self": "/stops/9070022" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=9070022" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": null - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "41686", + "id": "6129", "links": { - "self": "/stops/41686" + "self": "/stops/6129" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=41686" + "related": "/facilities/?filter[stop]=6129" } }, "parent_station": { @@ -277495,14 +279229,14 @@ }, { "attributes": {}, - "id": "8850", + "id": "7420", "links": { - "self": "/stops/8850" + "self": "/stops/7420" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8850" + "related": "/facilities/?filter[stop]=7420" } }, "parent_station": { @@ -277517,47 +279251,16 @@ }, "type": "stop" }, - { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Lincoln Lab", - "Alewife Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Lincoln Lab - Alewife Station", - "short_name": "76", - "sort_order": 50760, - "text_color": "000000", - "type": 3 - }, - "id": "76", - "links": { - "self": "/routes/76" - }, - "relationships": { - "line": { - "data": { - "id": "line-6276", - "type": "line" - } - } - }, - "type": "route" - }, { "attributes": {}, - "id": "6155", + "id": "17288", "links": { - "self": "/stops/6155" + "self": "/stops/17288" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6155" + "related": "/facilities/?filter[stop]=17288" } }, "parent_station": { @@ -277574,203 +279277,377 @@ }, { "attributes": { - "direction_id": 1, - "headsign": "Ruggles" + "direction_id": 0, + "headsign": "Central Square" }, - "id": "61945475", + "id": "66646731", "links": { - "self": "/trips/61945475" + "self": "/trips/66646731" }, "relationships": { "route": { "data": { - "id": "28", + "id": "47", "type": "route" } }, "route_pattern": { "data": { - "id": "28-_-1", + "id": "47-8-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "280179", + "id": "470194", "type": "shape" } }, "stops": { "data": [ { - "id": "18511", - "type": "stop" - }, - { - "id": "1722", - "type": "stop" - }, - { - "id": "1723", + "id": "150", "type": "stop" }, { - "id": "1724", + "id": "10011", "type": "stop" }, { - "id": "1725", + "id": "10012", "type": "stop" }, { - "id": "1726", + "id": "10013", "type": "stop" }, { - "id": "1728", + "id": "10015", "type": "stop" }, { - "id": "1730", + "id": "1790", "type": "stop" }, { - "id": "1731", + "id": "1791", "type": "stop" }, { - "id": "1732", + "id": "11792", "type": "stop" }, { - "id": "1733", + "id": "62", "type": "stop" }, { - "id": "1734", + "id": "63", "type": "stop" }, { - "id": "1735", + "id": "64", "type": "stop" }, { - "id": "1736", + "id": "1", "type": "stop" }, { - "id": "1737", + "id": "2", "type": "stop" }, { - "id": "381", + "id": "7", "type": "stop" }, { - "id": "382", + "id": "11", "type": "stop" }, { - "id": "383", + "id": "17863", "type": "stop" }, { - "id": "384", + "id": "1798", "type": "stop" }, { - "id": "385", + "id": "1799", "type": "stop" }, { - "id": "386", + "id": "11799", "type": "stop" }, { - "id": "387", + "id": "11802", "type": "stop" }, { - "id": "388", + "id": "11803", "type": "stop" }, { - "id": "390", + "id": "1804", "type": "stop" }, { - "id": "392", + "id": "1805", "type": "stop" }, { - "id": "393", + "id": "1806", "type": "stop" }, { - "id": "394", + "id": "1807", "type": "stop" }, { - "id": "395", + "id": "1808", "type": "stop" }, { - "id": "396", + "id": "11809", "type": "stop" }, { - "id": "21151", + "id": "1810", "type": "stop" }, { - "id": "64000", + "id": "1811", "type": "stop" }, { - "id": "1148", + "id": "1812", "type": "stop" }, { - "id": "11149", + "id": "1813", "type": "stop" }, { - "id": "11148", + "id": "1814", "type": "stop" }, { - "id": "21148", + "id": "1816", "type": "stop" }, { - "id": "1224", + "id": "2755", "type": "stop" }, { - "id": "17861", + "id": "1123", "type": "stop" } ] } }, - "type": "trip" + "type": "trip" + }, + { + "attributes": {}, + "id": "3150", + "links": { + "self": "/stops/3150" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=3150" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "4891", + "links": { + "self": "/stops/4891" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=4891" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "5675", + "links": { + "self": "/stops/5675" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=5675" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "5730", + "links": { + "self": "/stops/5730" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=5730" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "2594", + "links": { + "self": "/stops/2594" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=2594" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "4457", + "links": { + "self": "/stops/4457" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=4457" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": { + "color": "FFC72C", + "long_name": "Watertown Square - Harvard", + "short_name": "71", + "sort_order": 50710, + "text_color": "000000" + }, + "id": "line-71", + "links": { + "self": "/lines/line-71" + }, + "type": "line" + }, + { + "attributes": {}, + "id": "22628", + "links": { + "self": "/stops/22628" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=22628" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" }, { "attributes": {}, - "id": "2521", + "id": "5736", "links": { - "self": "/stops/2521" + "self": "/stops/5736" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2521" + "related": "/facilities/?filter[stop]=5736" } }, "parent_station": { @@ -277787,14 +279664,14 @@ }, { "attributes": {}, - "id": "41836", + "id": "3608", "links": { - "self": "/stops/41836" + "self": "/stops/3608" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=41836" + "related": "/facilities/?filter[stop]=3608" } }, "parent_station": { @@ -277811,14 +279688,14 @@ }, { "attributes": {}, - "id": "318", + "id": "3041", "links": { - "self": "/stops/318" + "self": "/stops/3041" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=318" + "related": "/facilities/?filter[stop]=3041" } }, "parent_station": { @@ -277835,19 +279712,19 @@ }, { "attributes": {}, - "id": "WR-0062-B3", + "id": "WML-0091-B0", "links": { - "self": "/stops/WR-0062-B3" + "self": "/stops/WML-0091-B0" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=WR-0062-B3" + "related": "/facilities/?filter[stop]=WML-0091-B0" } }, "parent_station": { "data": { - "id": "place-WR-0062", + "id": "place-WML-0091", "type": "stop" } }, @@ -277859,247 +279736,147 @@ }, { "attributes": { - "direction_id": 0, - "headsign": "Central Square via Cliftondale" + "color": "FFC72C", + "direction_destinations": [ + "Ashmont", + "Alewife" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Ashmont - Broadway", + "short_name": "Red Line Shuttle", + "sort_order": 60260, + "text_color": "000000", + "type": 3 }, - "id": "62216344", + "id": "Shuttle-AshmontBroadway", "links": { - "self": "/trips/62216344" + "self": "/routes/Shuttle-AshmontBroadway" }, "relationships": { - "route": { + "agency": { "data": { - "id": "426", - "type": "route" + "id": "1", + "type": "agency" } }, - "route_pattern": { + "line": { "data": { - "id": "426-_-0", - "type": "route_pattern" + "id": "line-Red", + "type": "line" + } + } + }, + "type": "route" + }, + { + "attributes": {}, + "id": "2316", + "links": { + "self": "/stops/2316" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=2316" } }, - "service": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "SpringWeekday", - "type": "service" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "5247", + "links": { + "self": "/stops/5247" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=5247" } }, - "shape": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "4260254", - "type": "shape" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "81651", + "links": { + "self": "/stops/81651" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=81651" } }, - "stops": { - "data": [ - { - "id": "117", - "type": "stop" - }, - { - "id": "7415", - "type": "stop" - }, - { - "id": "7417", - "type": "stop" - }, - { - "id": "7418", - "type": "stop" - }, - { - "id": "7419", - "type": "stop" - }, - { - "id": "17419", - "type": "stop" - }, - { - "id": "7420", - "type": "stop" - }, - { - "id": "7422", - "type": "stop" - }, - { - "id": "17422", - "type": "stop" - }, - { - "id": "7423", - "type": "stop" - }, - { - "id": "7424", - "type": "stop" - }, - { - "id": "7426", - "type": "stop" - }, - { - "id": "7427", - "type": "stop" - }, - { - "id": "7429", - "type": "stop" - }, - { - "id": "17429", - "type": "stop" - }, - { - "id": "7430", - "type": "stop" - }, - { - "id": "7431", - "type": "stop" - }, - { - "id": "7432", - "type": "stop" - }, - { - "id": "7433", - "type": "stop" - }, - { - "id": "7434", - "type": "stop" - }, - { - "id": "7435", - "type": "stop" - }, - { - "id": "7436", - "type": "stop" - }, - { - "id": "7437", - "type": "stop" - }, - { - "id": "7438", - "type": "stop" - }, - { - "id": "7439", - "type": "stop" - }, - { - "id": "7440", - "type": "stop" - }, - { - "id": "7441", - "type": "stop" - }, - { - "id": "7442", - "type": "stop" - }, - { - "id": "7443", - "type": "stop" - }, - { - "id": "7445", - "type": "stop" - }, - { - "id": "7446", - "type": "stop" - }, - { - "id": "7447", - "type": "stop" - }, - { - "id": "7448", - "type": "stop" - }, - { - "id": "7449", - "type": "stop" - }, - { - "id": "17449", - "type": "stop" - }, - { - "id": "7450", - "type": "stop" - }, - { - "id": "7451", - "type": "stop" - }, - { - "id": "7452", - "type": "stop" - }, - { - "id": "4521", - "type": "stop" - }, - { - "id": "4522", - "type": "stop" - }, - { - "id": "4523", - "type": "stop" - }, - { - "id": "4524", - "type": "stop" - }, - { - "id": "4525", - "type": "stop" - }, - { - "id": "6822", - "type": "stop" - }, - { - "id": "6824", - "type": "stop" - }, - { - "id": "6827", - "type": "stop" - }, - { - "id": "6773", - "type": "stop" - }, - { - "id": "14748", - "type": "stop" - } - ] + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "9188", + "id": "3307", "links": { - "self": "/stops/9188" + "self": "/stops/3307" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9188" + "related": "/facilities/?filter[stop]=3307" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "3322", + "links": { + "self": "/stops/3322" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=3322" } }, "parent_station": { @@ -278116,143 +279893,89 @@ }, { "attributes": { - "direction_id": 1, - "headsign": "Ruggles via Kenmore" + "color": "FFC72C", + "direction_destinations": [ + "Marblehead", + "Wonderland Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Marblehead - Wonderland Station", + "short_name": "441/442", + "sort_order": 54411, + "text_color": "000000", + "type": 3 }, - "id": "61393905_1", + "id": "441442", "links": { - "self": "/trips/61393905_1" + "self": "/routes/441442" }, "relationships": { - "route": { + "agency": { "data": { - "id": "57", - "type": "route" + "id": "1", + "type": "agency" } }, - "route_pattern": { + "line": { "data": { - "id": "57-A-1", - "type": "route_pattern" + "id": "line-439441442", + "type": "line" } - }, - "service": { - "data": { - "id": "SpringWeekday", - "type": "service" + } + }, + "type": "route" + }, + { + "attributes": { + "color": "FFC72C", + "long_name": "Assembly - Downtown Boston", + "short_name": "92", + "sort_order": 50920, + "text_color": "000000" + }, + "id": "line-92", + "links": { + "self": "/lines/line-92" + }, + "type": "line" + }, + { + "attributes": {}, + "id": "3854", + "links": { + "self": "/stops/3854" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=3854" } }, - "shape": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "570232-1", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "913", - "type": "stop" - }, - { - "id": "915", - "type": "stop" - }, - { - "id": "916", - "type": "stop" - }, - { - "id": "917", - "type": "stop" - }, - { - "id": "918", - "type": "stop" - }, - { - "id": "919", - "type": "stop" - }, - { - "id": "920", - "type": "stop" - }, - { - "id": "19201", - "type": "stop" - }, - { - "id": "922", - "type": "stop" - }, - { - "id": "924", - "type": "stop" - }, - { - "id": "925", - "type": "stop" - }, - { - "id": "926", - "type": "stop" - }, - { - "id": "927", - "type": "stop" - }, - { - "id": "928", - "type": "stop" - }, - { - "id": "931", - "type": "stop" - }, - { - "id": "933", - "type": "stop" - }, - { - "id": "934", - "type": "stop" - }, - { - "id": "937", - "type": "stop" - }, - { - "id": "938", - "type": "stop" - }, - { - "id": "939", - "type": "stop" - }, - { - "id": "941", - "type": "stop" - }, - { - "id": "899", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "7977", + "id": "6650", "links": { - "self": "/stops/7977" + "self": "/stops/6650" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7977" + "related": "/facilities/?filter[stop]=6650" } }, "parent_station": { @@ -278269,14 +279992,14 @@ }, { "attributes": {}, - "id": "111830", + "id": "14615", "links": { - "self": "/stops/111830" + "self": "/stops/14615" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=111830" + "related": "/facilities/?filter[stop]=14615" } }, "parent_station": { @@ -278293,14 +280016,14 @@ }, { "attributes": {}, - "id": "80619", + "id": "52618", "links": { - "self": "/stops/80619" + "self": "/stops/52618" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=80619" + "related": "/facilities/?filter[stop]=52618" } }, "parent_station": { @@ -278317,14 +280040,14 @@ }, { "attributes": {}, - "id": "8544", + "id": "36539", "links": { - "self": "/stops/8544" + "self": "/stops/36539" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8544" + "related": "/facilities/?filter[stop]=36539" } }, "parent_station": { @@ -278341,150 +280064,94 @@ }, { "attributes": { - "direction_id": 1, - "headsign": "Jackson Square" + "direction_id": 0, + "headsign": "Boston College (Shuttle)" }, - "id": "62144605", + "id": "BostonCollegeKenmore-0-sample", "links": { - "self": "/trips/62144605" + "self": "/trips/BostonCollegeKenmore-0-sample" }, "relationships": { "route": { "data": { - "id": "29", + "id": "Shuttle-BostonCollegeKenmore", "type": "route" } }, "route_pattern": { "data": { - "id": "29-5-1", + "id": "Shuttle-BostonCollegeKenmore-0-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "canonical", "type": "service" } }, "shape": { "data": { - "id": "290146", + "id": "KenmoreToBostonCollege-S", "type": "shape" } }, "stops": { "data": [ { - "id": "18511", - "type": "stop" - }, - { - "id": "1722", - "type": "stop" - }, - { - "id": "1723", - "type": "stop" - }, - { - "id": "1724", - "type": "stop" - }, - { - "id": "1725", - "type": "stop" - }, - { - "id": "1726", - "type": "stop" - }, - { - "id": "1728", - "type": "stop" - }, - { - "id": "1730", - "type": "stop" - }, - { - "id": "1731", - "type": "stop" - }, - { - "id": "1732", - "type": "stop" - }, - { - "id": "1733", - "type": "stop" - }, - { - "id": "1734", - "type": "stop" - }, - { - "id": "1735", - "type": "stop" - }, - { - "id": "1736", - "type": "stop" - }, - { - "id": "1737", + "id": "9070150", "type": "stop" }, { - "id": "381", + "id": "951", "type": "stop" }, { - "id": "382", + "id": "952", "type": "stop" }, { - "id": "383", + "id": "953", "type": "stop" }, { - "id": "9448", + "id": "956", "type": "stop" }, { - "id": "1739", + "id": "958", "type": "stop" }, { - "id": "1740", + "id": "9070131", "type": "stop" }, { - "id": "1741", + "id": "9070129", "type": "stop" }, { - "id": "1742", + "id": "9070121", "type": "stop" }, { - "id": "1743", + "id": "9070117", "type": "stop" }, { - "id": "1188", + "id": "9070115", "type": "stop" }, { - "id": "1215", + "id": "9070113", "type": "stop" }, { - "id": "1216", + "id": "9070111", "type": "stop" }, { - "id": "11531", + "id": "9070107", "type": "stop" } ] @@ -278492,16 +280159,53 @@ }, "type": "trip" }, + { + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Clarendon Hill or Arlington Center", + "Lechmere Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Clarendon Hill or Arlington Center - Lechmere Station", + "short_name": "87", + "sort_order": 50870, + "text_color": "000000", + "type": 3 + }, + "id": "87", + "links": { + "self": "/routes/87" + }, + "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, + "line": { + "data": { + "id": "line-87", + "type": "line" + } + } + }, + "type": "route" + }, { "attributes": {}, - "id": "33635", + "id": "2314", "links": { - "self": "/stops/33635" + "self": "/stops/2314" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=33635" + "related": "/facilities/?filter[stop]=2314" } }, "parent_station": { @@ -278519,198 +280223,153 @@ { "attributes": { "direction_id": 0, - "headsign": "Turkey Hill via Arlington Center" + "headsign": "Cleary Square" }, - "id": "61846289", + "id": "67250516", "links": { - "self": "/trips/61846289" + "self": "/trips/67250516" }, "relationships": { "route": { "data": { - "id": "67", + "id": "50", "type": "route" } }, "route_pattern": { "data": { - "id": "67-4-0", + "id": "50-_-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "670056", + "id": "500063", "type": "shape" } }, "stops": { "data": [ { - "id": "141", + "id": "10642", "type": "stop" }, { - "id": "2482", + "id": "596", "type": "stop" }, { - "id": "23530", + "id": "597", "type": "stop" }, { - "id": "23531", + "id": "598", "type": "stop" }, { - "id": "23532", + "id": "599", "type": "stop" }, { - "id": "23533", + "id": "600", "type": "stop" }, { - "id": "2283", + "id": "601", "type": "stop" }, { - "id": "2284", + "id": "6022", "type": "stop" }, { - "id": "7976", + "id": "603", "type": "stop" }, { - "id": "7977", + "id": "10603", "type": "stop" }, { - "id": "7978", + "id": "604", "type": "stop" }, { - "id": "7979", + "id": "2801", "type": "stop" }, { - "id": "7981", + "id": "2803", "type": "stop" }, { - "id": "7953", + "id": "2804", "type": "stop" }, { - "id": "7954", + "id": "2805", "type": "stop" }, { - "id": "7955", + "id": "2806", "type": "stop" }, { - "id": "7956", + "id": "2807", "type": "stop" }, { - "id": "7959", + "id": "2808", "type": "stop" }, { - "id": "7960", + "id": "2809", "type": "stop" }, { - "id": "7962", + "id": "2810", "type": "stop" }, { - "id": "7961", + "id": "2811", "type": "stop" - } - ] - } - }, - "type": "trip" - }, - { - "attributes": {}, - "id": "8314", - "links": { - "self": "/stops/8314" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=8314" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": { - "direction_id": 1, - "headsign": "Airport via Maverick (Shuttle)" - }, - "id": "AirportBowdoinLocal-1-sample", - "links": { - "self": "/trips/AirportBowdoinLocal-1-sample" - }, - "relationships": { - "route": { - "data": { - "id": "Shuttle-AirportGovernmentCenterLocal", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Shuttle-AirportGovernmentCenterLocal-0-1", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "canonical", - "type": "service" - } - }, - "shape": { - "data": { - "id": "GovernmentCenterToAirportLocal-S", - "type": "shape" - } - }, - "stops": { - "data": [ + }, { - "id": "9070039", + "id": "2812", "type": "stop" }, { - "id": "9070046", + "id": "12812", "type": "stop" }, { - "id": "9070047", + "id": "2813", + "type": "stop" + }, + { + "id": "2814", + "type": "stop" + }, + { + "id": "6507", + "type": "stop" + }, + { + "id": "6508", + "type": "stop" + }, + { + "id": "6509", + "type": "stop" + }, + { + "id": "2819", "type": "stop" } ] @@ -278720,14 +280379,14 @@ }, { "attributes": {}, - "id": "553", + "id": "2425", "links": { - "self": "/stops/553" + "self": "/stops/2425" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=553" + "related": "/facilities/?filter[stop]=2425" } }, "parent_station": { @@ -278742,30 +280401,16 @@ }, "type": "stop" }, - { - "attributes": { - "color": "FFC72C", - "long_name": "Turkey Hill or Arlington Heights - Alewife", - "short_name": "67/79", - "sort_order": 50670, - "text_color": "000000" - }, - "id": "line-6779", - "links": { - "self": "/lines/line-6779" - }, - "type": "line" - }, { "attributes": {}, - "id": "7622", + "id": "7118", "links": { - "self": "/stops/7622" + "self": "/stops/7118" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7622" + "related": "/facilities/?filter[stop]=7118" } }, "parent_station": { @@ -278782,14 +280427,14 @@ }, { "attributes": {}, - "id": "121009", + "id": "6633", "links": { - "self": "/stops/121009" + "self": "/stops/6633" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=121009" + "related": "/facilities/?filter[stop]=6633" } }, "parent_station": { @@ -278806,14 +280451,14 @@ }, { "attributes": {}, - "id": "49850", + "id": "6366", "links": { - "self": "/stops/49850" + "self": "/stops/6366" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=49850" + "related": "/facilities/?filter[stop]=6366" } }, "parent_station": { @@ -278830,14 +280475,14 @@ }, { "attributes": {}, - "id": "2935", + "id": "6686", "links": { - "self": "/stops/2935" + "self": "/stops/6686" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2935" + "related": "/facilities/?filter[stop]=6686" } }, "parent_station": { @@ -278852,117 +280497,16 @@ }, "type": "stop" }, - { - "attributes": { - "direction_id": 0, - "headsign": "Forge Park/495" - }, - "id": "CR-670219-713", - "links": { - "self": "/trips/CR-670219-713" - }, - "relationships": { - "route": { - "data": { - "id": "CR-Franklin", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "CR-Franklin-b8c4a7ca-0", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "SPRING2024-SOUTHWKD-Weekday-1-S85407dc6", - "type": "service" - } - }, - "shape": { - "data": { - "id": "9880006", - "type": "shape" - } - }, - "stops": { - "data": [ - { - "id": "NEC-2287", - "type": "stop" - }, - { - "id": "NEC-2276-01", - "type": "stop" - }, - { - "id": "NEC-2265-01", - "type": "stop" - }, - { - "id": "NEC-2203-03", - "type": "stop" - }, - { - "id": "FB-0095-05", - "type": "stop" - }, - { - "id": "FB-0109-01", - "type": "stop" - }, - { - "id": "FB-0118-01", - "type": "stop" - }, - { - "id": "FB-0125-01", - "type": "stop" - }, - { - "id": "FB-0143-01", - "type": "stop" - }, - { - "id": "FB-0148-01", - "type": "stop" - }, - { - "id": "FB-0166-S", - "type": "stop" - }, - { - "id": "FB-0191-S", - "type": "stop" - }, - { - "id": "FB-0230-S", - "type": "stop" - }, - { - "id": "FB-0275-S", - "type": "stop" - }, - { - "id": "FB-0303-S", - "type": "stop" - } - ] - } - }, - "type": "trip" - }, { "attributes": {}, - "id": "2468", + "id": "5433", "links": { - "self": "/stops/2468" + "self": "/stops/5433" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2468" + "related": "/facilities/?filter[stop]=5433" } }, "parent_station": { @@ -278979,22 +280523,25 @@ }, { "attributes": {}, - "id": "2365", + "id": "70098", "links": { - "self": "/stops/2365" + "self": "/stops/70098" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2365" + "related": "/facilities/?filter[stop]=70098" } }, "parent_station": { - "data": null + "data": { + "id": "place-nqncy", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -279002,46 +280549,39 @@ "type": "stop" }, { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Millennium Park or VA Hospital", - "Forest Hills Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Millennium Park or VA Hospital - Forest Hills Station", - "short_name": "36", - "sort_order": 50360, - "text_color": "000000", - "type": 3 - }, - "id": "36", + "attributes": {}, + "id": "7561", "links": { - "self": "/routes/36" + "self": "/stops/7561" }, "relationships": { - "line": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=7561" + } + }, + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "line-36", - "type": "line" + "id": "LocalBus", + "type": "zone" } } }, - "type": "route" + "type": "stop" }, { "attributes": {}, - "id": "1032", + "id": "36845", "links": { - "self": "/stops/1032" + "self": "/stops/36845" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1032" + "related": "/facilities/?filter[stop]=36845" } }, "parent_station": { @@ -279058,24 +280598,24 @@ }, { "attributes": {}, - "id": "2688", + "id": "GB-0316-B1", "links": { - "self": "/stops/2688" + "self": "/stops/GB-0316-B1" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2688" + "related": "/facilities/?filter[stop]=GB-0316-B1" } }, "parent_station": { - "data": null - }, - "zone": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "place-GB-0316", + "type": "stop" } + }, + "zone": { + "data": null } }, "type": "stop" @@ -279083,85 +280623,49 @@ { "attributes": { "direction_id": 0, - "headsign": "Needham Heights" + "headsign": "Kenmore (Shuttle)" }, - "id": "CR-670186-609", + "id": "GreenCGovernmentCenterKenmore-0-sample", "links": { - "self": "/trips/CR-670186-609" + "self": "/trips/GreenCGovernmentCenterKenmore-0-sample" }, "relationships": { "route": { "data": { - "id": "CR-Needham", + "id": "Shuttle-CopleyKenmore", "type": "route" } }, "route_pattern": { "data": { - "id": "CR-Needham-69669b59-0", + "id": "Shuttle-CopleyKenmore-0-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SPRING2024-SOUTHWKD-Weekday-1-Scbbf1ea5", + "id": "canonical", "type": "service" } }, "shape": { "data": { - "id": "9860002", + "id": "CopleyToKenmore-S", "type": "shape" } }, "stops": { "data": [ { - "id": "NEC-2287", - "type": "stop" - }, - { - "id": "NEC-2276-03", - "type": "stop" - }, - { - "id": "NEC-2265-03", - "type": "stop" - }, - { - "id": "NEC-2237-03", - "type": "stop" - }, - { - "id": "NB-0064-S", - "type": "stop" - }, - { - "id": "NB-0072-S", - "type": "stop" - }, - { - "id": "NB-0076-S", - "type": "stop" - }, - { - "id": "NB-0080-S", - "type": "stop" - }, - { - "id": "NB-0109-S", - "type": "stop" - }, - { - "id": "NB-0120-S", + "id": "9270014", "type": "stop" }, { - "id": "NB-0127-S", + "id": "9070184", "type": "stop" }, { - "id": "NB-0137-S", + "id": "9070185", "type": "stop" } ] @@ -279171,25 +280675,22 @@ }, { "attributes": {}, - "id": "70097", + "id": "938", "links": { - "self": "/stops/70097" + "self": "/stops/938" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70097" + "related": "/facilities/?filter[stop]=938" } }, "parent_station": { - "data": { - "id": "place-nqncy", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } @@ -279198,35 +280699,14 @@ }, { "attributes": {}, - "id": "34500", - "links": { - "self": "/stops/34500" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=34500" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": null - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "6127", + "id": "4347", "links": { - "self": "/stops/6127" + "self": "/stops/4347" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6127" + "related": "/facilities/?filter[stop]=4347" } }, "parent_station": { @@ -279242,111 +280722,221 @@ "type": "stop" }, { - "attributes": {}, - "id": "5040", + "attributes": { + "direction_id": 0, + "headsign": "Framingham" + }, + "id": "BaseWML-701944-585", "links": { - "self": "/stops/5040" + "self": "/trips/BaseWML-701944-585" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=5040" + "route": { + "data": { + "id": "CR-Worcester", + "type": "route" } }, - "parent_station": { - "data": null + "route_pattern": { + "data": { + "id": "CR-Worcester-bbf42cea-0", + "type": "route_pattern" + } }, - "zone": { + "service": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "FALL 2024-SOUTHWKD-Weekday-42-Sb0e4ed14", + "type": "service" + } + }, + "shape": { + "data": { + "id": "9850002", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "NEC-2287", + "type": "stop" + }, + { + "id": "WML-0012-07", + "type": "stop" + }, + { + "id": "WML-0025-07", + "type": "stop" + }, + { + "id": "WML-0035-01", + "type": "stop" + }, + { + "id": "WML-0125-01", + "type": "stop" + }, + { + "id": "WML-0135-01", + "type": "stop" + }, + { + "id": "WML-0147-01", + "type": "stop" + }, + { + "id": "WML-0177-01", + "type": "stop" + }, + { + "id": "WML-0199-01", + "type": "stop" + }, + { + "id": "WML-0214-01", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { - "attributes": {}, - "id": "3326", + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Waltham Center", + "Federal Street & Franklin Street" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Waltham Center - Federal Street & Franklin Street", + "short_name": "505", + "sort_order": 55050, + "text_color": "000000", + "type": 3 + }, + "id": "505", "links": { - "self": "/stops/3326" + "self": "/routes/505" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=3326" + "agency": { + "data": { + "id": "1", + "type": "agency" } }, - "parent_station": { - "data": null - }, - "zone": { + "line": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "line-505553554", + "type": "line" } } }, - "type": "stop" + "type": "route" }, { "attributes": { - "direction_id": 0, - "headsign": "Jackson Square (Shuttle)" + "direction_id": 1, + "headsign": "Fellsway Garage via Winthrop St" }, - "id": "CopleyJackson-Weekday-1d548-0-00:00:00", + "id": "66960106", "links": { - "self": "/trips/CopleyJackson-Weekday-1d548-0-00%3A00%3A00" + "self": "/trips/66960106" }, "relationships": { "route": { "data": { - "id": "Shuttle-CopleyJackson", + "id": "95", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-CopleyJackson-0-0", + "id": "95-5-1", "type": "route_pattern" } }, "service": { "data": { - "id": "canonical", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "CopleyToJackson-S", + "id": "950287", "type": "shape" } }, "stops": { "data": [ { - "id": "9170154", + "id": "9147", "type": "stop" }, { - "id": "9170014", + "id": "9149", "type": "stop" }, { - "id": "9170012", + "id": "9150", "type": "stop" }, { - "id": "9070010", + "id": "5008", "type": "stop" }, { - "id": "1258", + "id": "6322", "type": "stop" }, { - "id": "11531", + "id": "6323", + "type": "stop" + }, + { + "id": "6324", + "type": "stop" + }, + { + "id": "63241", + "type": "stop" + }, + { + "id": "50021", + "type": "stop" + }, + { + "id": "45003", + "type": "stop" + }, + { + "id": "5321", + "type": "stop" + }, + { + "id": "5322", + "type": "stop" + }, + { + "id": "5323", + "type": "stop" + }, + { + "id": "5324", + "type": "stop" + }, + { + "id": "5325", + "type": "stop" + }, + { + "id": "5333", "type": "stop" } ] @@ -279355,39 +280945,52 @@ "type": "trip" }, { - "attributes": {}, - "id": "5587", + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Mattapan", + "Ashmont" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Mattapan - Ashmont", + "short_name": "Mattapan Line Shuttle", + "sort_order": 60350, + "text_color": "000000", + "type": 3 + }, + "id": "Shuttle-AshmontMattapan", "links": { - "self": "/stops/5587" + "self": "/routes/Shuttle-AshmontMattapan" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=5587" + "agency": { + "data": { + "id": "1", + "type": "agency" } }, - "parent_station": { - "data": null - }, - "zone": { + "line": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "line-Mattapan", + "type": "line" } } }, - "type": "stop" + "type": "route" }, { "attributes": {}, - "id": "25641", + "id": "2359", "links": { - "self": "/stops/25641" + "self": "/stops/2359" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=25641" + "related": "/facilities/?filter[stop]=2359" } }, "parent_station": { @@ -279404,21 +281007,18 @@ }, { "attributes": {}, - "id": "29003", + "id": "5724", "links": { - "self": "/stops/29003" + "self": "/stops/5724" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=29003" + "related": "/facilities/?filter[stop]=5724" } }, "parent_station": { - "data": { - "id": "place-sull", - "type": "stop" - } + "data": null }, "zone": { "data": { @@ -279431,14 +281031,14 @@ }, { "attributes": {}, - "id": "4171", + "id": "21599", "links": { - "self": "/stops/4171" + "self": "/stops/21599" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4171" + "related": "/facilities/?filter[stop]=21599" } }, "parent_station": { @@ -279455,35 +281055,38 @@ }, { "attributes": {}, - "id": "9070229", + "id": "2673", "links": { - "self": "/stops/9070229" + "self": "/stops/2673" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9070229" + "related": "/facilities/?filter[stop]=2673" } }, "parent_station": { "data": null }, "zone": { - "data": null + "data": { + "id": "LocalBus", + "type": "zone" + } } }, "type": "stop" }, { "attributes": {}, - "id": "133", + "id": "7722", "links": { - "self": "/stops/133" + "self": "/stops/7722" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=133" + "related": "/facilities/?filter[stop]=7722" } }, "parent_station": { @@ -279500,21 +281103,18 @@ }, { "attributes": {}, - "id": "NB-0080-B3", + "id": "5098", "links": { - "self": "/stops/NB-0080-B3" + "self": "/stops/5098" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=NB-0080-B3" + "related": "/facilities/?filter[stop]=5098" } }, "parent_station": { - "data": { - "id": "place-NB-0080", - "type": "stop" - } + "data": null }, "zone": { "data": { @@ -279527,14 +281127,14 @@ }, { "attributes": {}, - "id": "4480", + "id": "7257", "links": { - "self": "/stops/4480" + "self": "/stops/7257" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4480" + "related": "/facilities/?filter[stop]=7257" } }, "parent_station": { @@ -279551,14 +281151,14 @@ }, { "attributes": {}, - "id": "4747", + "id": "2218", "links": { - "self": "/stops/4747" + "self": "/stops/2218" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4747" + "related": "/facilities/?filter[stop]=2218" } }, "parent_station": { @@ -279575,14 +281175,14 @@ }, { "attributes": {}, - "id": "26466", + "id": "13825", "links": { - "self": "/stops/26466" + "self": "/stops/13825" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=26466" + "related": "/facilities/?filter[stop]=13825" } }, "parent_station": { @@ -279599,14 +281199,14 @@ }, { "attributes": {}, - "id": "5701", + "id": "32358", "links": { - "self": "/stops/5701" + "self": "/stops/32358" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5701" + "related": "/facilities/?filter[stop]=32358" } }, "parent_station": { @@ -279623,14 +281223,14 @@ }, { "attributes": {}, - "id": "469", + "id": "8519", "links": { - "self": "/stops/469" + "self": "/stops/8519" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=469" + "related": "/facilities/?filter[stop]=8519" } }, "parent_station": { @@ -279647,14 +281247,14 @@ }, { "attributes": {}, - "id": "1100", + "id": "1026", "links": { - "self": "/stops/1100" + "self": "/stops/1026" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1100" + "related": "/facilities/?filter[stop]=1026" } }, "parent_station": { @@ -279671,14 +281271,14 @@ }, { "attributes": {}, - "id": "7199", + "id": "378", "links": { - "self": "/stops/7199" + "self": "/stops/378" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7199" + "related": "/facilities/?filter[stop]=378" } }, "parent_station": { @@ -279695,62 +281295,266 @@ }, { "attributes": { - "direction_id": 0, - "headsign": "Wachusett (Shuttle)" + "direction_id": 1, + "headsign": "West Lynn Garage via Central Square" }, - "id": "LittletonWachusett-0-sample", + "id": "67227946", "links": { - "self": "/trips/LittletonWachusett-0-sample" + "self": "/trips/67227946" }, "relationships": { "route": { "data": { - "id": "Shuttle-LittletonWachusett", + "id": "455", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-LittletonWachusett-0-0", + "id": "455-8-1", "type": "route_pattern" } }, "service": { "data": { - "id": "canonical", + "id": "BUS12025-hbl15hl6-Saturday-02", "type": "service" } }, "shape": { "data": { - "id": "LittletonToWachusett-S", + "id": "4550293", "type": "shape" } }, "stops": { "data": [ { - "id": "FR-0301-B", + "id": "37150", "type": "stop" }, { - "id": "FR-0361-B0", + "id": "4453", "type": "stop" }, { - "id": "FR-0394-B0", + "id": "6103", "type": "stop" }, { - "id": "FR-0451-B", + "id": "6104", "type": "stop" }, { - "id": "FR-0494-B", + "id": "6106", "type": "stop" }, { - "id": "FR-3338-B", + "id": "6108", + "type": "stop" + }, + { + "id": "6109", + "type": "stop" + }, + { + "id": "6110", + "type": "stop" + }, + { + "id": "6111", + "type": "stop" + }, + { + "id": "6112", + "type": "stop" + }, + { + "id": "6113", + "type": "stop" + }, + { + "id": "6114", + "type": "stop" + }, + { + "id": "6115", + "type": "stop" + }, + { + "id": "6116", + "type": "stop" + }, + { + "id": "6118", + "type": "stop" + }, + { + "id": "16118", + "type": "stop" + }, + { + "id": "6119", + "type": "stop" + }, + { + "id": "6120", + "type": "stop" + }, + { + "id": "6122", + "type": "stop" + }, + { + "id": "6123", + "type": "stop" + }, + { + "id": "6124", + "type": "stop" + }, + { + "id": "6125", + "type": "stop" + }, + { + "id": "6126", + "type": "stop" + }, + { + "id": "16126", + "type": "stop" + }, + { + "id": "6127", + "type": "stop" + }, + { + "id": "6128", + "type": "stop" + }, + { + "id": "6129", + "type": "stop" + }, + { + "id": "6130", + "type": "stop" + }, + { + "id": "6131", + "type": "stop" + }, + { + "id": "16131", + "type": "stop" + }, + { + "id": "6132", + "type": "stop" + }, + { + "id": "16132", + "type": "stop" + }, + { + "id": "6133", + "type": "stop" + }, + { + "id": "6134", + "type": "stop" + }, + { + "id": "6135", + "type": "stop" + }, + { + "id": "6136", + "type": "stop" + }, + { + "id": "6137", + "type": "stop" + }, + { + "id": "6138", + "type": "stop" + }, + { + "id": "6139", + "type": "stop" + }, + { + "id": "6140", + "type": "stop" + }, + { + "id": "17231", + "type": "stop" + }, + { + "id": "7233", + "type": "stop" + }, + { + "id": "7234", + "type": "stop" + }, + { + "id": "7237", + "type": "stop" + }, + { + "id": "6772", + "type": "stop" + }, + { + "id": "16653", + "type": "stop" + }, + { + "id": "6674", + "type": "stop" + }, + { + "id": "6675", + "type": "stop" + }, + { + "id": "6780", + "type": "stop" + }, + { + "id": "6783", + "type": "stop" + }, + { + "id": "4451", + "type": "stop" + }, + { + "id": "4487", + "type": "stop" + }, + { + "id": "4488", + "type": "stop" + }, + { + "id": "4489", + "type": "stop" + }, + { + "id": "4490", + "type": "stop" + }, + { + "id": "4491", + "type": "stop" + }, + { + "id": "4492", "type": "stop" } ] @@ -279759,39 +281563,52 @@ "type": "trip" }, { - "attributes": {}, - "id": "81437", + "attributes": { + "color": "80276C", + "direction_destinations": [ + "Haverhill", + "North Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Haverhill Line", + "short_name": "", + "sort_order": 20006, + "text_color": "FFFFFF", + "type": 2 + }, + "id": "CR-Haverhill", "links": { - "self": "/stops/81437" + "self": "/routes/CR-Haverhill" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=81437" + "agency": { + "data": { + "id": "1", + "type": "agency" } }, - "parent_station": { - "data": null - }, - "zone": { + "line": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "line-Haverhill", + "type": "line" } } }, - "type": "stop" + "type": "route" }, { "attributes": {}, - "id": "3863", + "id": "7181", "links": { - "self": "/stops/3863" + "self": "/stops/7181" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3863" + "related": "/facilities/?filter[stop]=7181" } }, "parent_station": { @@ -279807,70 +281624,72 @@ "type": "stop" }, { - "attributes": {}, - "id": "9070055", + "attributes": { + "direction_id": 0, + "headsign": "Haverhill (Shuttle)" + }, + "id": "HaverhillLawrence-0-sample", "links": { - "self": "/stops/9070055" + "self": "/trips/HaverhillLawrence-0-sample" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=9070055" + "route": { + "data": { + "id": "Shuttle-HaverhillLawrence", + "type": "route" } }, - "parent_station": { - "data": null - }, - "zone": { - "data": null - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "NHRML-0055-02", - "links": { - "self": "/stops/NHRML-0055-02" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=NHRML-0055-02" + "route_pattern": { + "data": { + "id": "Shuttle-HaverhillLawrence-0-0", + "type": "route_pattern" } }, - "parent_station": { + "service": { "data": { - "id": "place-NHRML-0055", - "type": "stop" + "id": "canonical", + "type": "service" } }, - "zone": { + "shape": { "data": { - "id": "CR-zone-1A", - "type": "zone" + "id": "LawrenceToHaverhill-S", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "WR-0264-B2", + "type": "stop" + }, + { + "id": "WR-0325-B", + "type": "stop" + }, + { + "id": "WR-0329-B", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "NB-0076-B1", + "id": "4790", "links": { - "self": "/stops/NB-0076-B1" + "self": "/stops/4790" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=NB-0076-B1" + "related": "/facilities/?filter[stop]=4790" } }, "parent_station": { - "data": { - "id": "place-NB-0076", - "type": "stop" - } + "data": null }, "zone": { "data": { @@ -279883,25 +281702,22 @@ }, { "attributes": {}, - "id": "70158", + "id": "846", "links": { - "self": "/stops/70158" + "self": "/stops/846" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70158" + "related": "/facilities/?filter[stop]=846" } }, "parent_station": { - "data": { - "id": "place-boyls", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } @@ -279910,67 +281726,117 @@ }, { "attributes": {}, - "id": "9070170", + "id": "29001", "links": { - "self": "/stops/9070170" + "self": "/stops/29001" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9070170" + "related": "/facilities/?filter[stop]=29001" } }, "parent_station": { - "data": null + "data": { + "id": "place-sull", + "type": "stop" + } }, "zone": { - "data": null + "data": { + "id": "LocalBus", + "type": "zone" + } } }, "type": "stop" }, { "attributes": { - "direction_id": 0, - "headsign": "Logan Airport Terminal C" + "direction_id": 1, + "headsign": "Kenmore (Shuttle)" }, - "id": "62216254", + "id": "KenmoreRiverside-Weekday-9e586-1-00:00:00", "links": { - "self": "/trips/62216254" + "self": "/trips/KenmoreRiverside-Weekday-9e586-1-00%3A00%3A00" }, "relationships": { "route": { "data": { - "id": "117", + "id": "Shuttle-KenmoreRiverside", "type": "route" } }, "route_pattern": { "data": { - "id": "117-1-0", + "id": "Shuttle-KenmoreRiverside-0-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "canonical", "type": "service" } }, "shape": { "data": { - "id": "1170140", + "id": "RiversideToKenmore-S", "type": "shape" } }, "stops": { "data": [ { - "id": "8309", + "id": "38155", "type": "stop" }, { - "id": "7094", + "id": "9070162", + "type": "stop" + }, + { + "id": "9070164", + "type": "stop" + }, + { + "id": "8153", + "type": "stop" + }, + { + "id": "9170168", + "type": "stop" + }, + { + "id": "9070170", + "type": "stop" + }, + { + "id": "1984", + "type": "stop" + }, + { + "id": "21917", + "type": "stop" + }, + { + "id": "9070179", + "type": "stop" + }, + { + "id": "9070180", + "type": "stop" + }, + { + "id": "1804", + "type": "stop" + }, + { + "id": "1807", + "type": "stop" + }, + { + "id": "9070150", "type": "stop" } ] @@ -279980,14 +281846,14 @@ }, { "attributes": {}, - "id": "7886", + "id": "395", "links": { - "self": "/stops/7886" + "self": "/stops/395" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7886" + "related": "/facilities/?filter[stop]=395" } }, "parent_station": { @@ -280004,14 +281870,38 @@ }, { "attributes": {}, - "id": "5500", + "id": "2818", "links": { - "self": "/stops/5500" + "self": "/stops/2818" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5500" + "related": "/facilities/?filter[stop]=2818" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "19661", + "links": { + "self": "/stops/19661" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=19661" } }, "parent_station": { @@ -280028,142 +281918,228 @@ }, { "attributes": { - "direction_id": 1, - "headsign": "Avenue Louis Pasteur via JP Center" + "direction_id": 0, + "headsign": "Swampscott (Express shuttle)" }, - "id": "62145521_1", + "id": "CR-NorthStationSwampscottExpress-Saturday-0-06:05:00", "links": { - "self": "/trips/62145521_1" + "self": "/trips/CR-NorthStationSwampscottExpress-Saturday-0-06%3A05%3A00" }, "relationships": { "route": { "data": { - "id": "38", + "id": "Shuttle-NorthStationSwampscottExpress", "type": "route" } }, "route_pattern": { "data": { - "id": "38-D-1", + "id": "Shuttle-NorthStationSwampscottExpress-0-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "CR-NorthStationSwampscottExpress-Std", "type": "service" } }, "shape": { "data": { - "id": "380173-1", + "id": "NorthStationToSwampscottExpress-S", "type": "shape" } }, "stops": { "data": [ { - "id": "5263", + "id": "BNT-0000-B2", "type": "stop" }, { - "id": "5210", + "id": "ER-0128-B1", "type": "stop" - }, + } + ] + } + }, + "type": "trip" + }, + { + "attributes": { + "direction_id": 1, + "headsign": "Central Square" + }, + "id": "67202416", + "links": { + "self": "/trips/67202416" + }, + "relationships": { + "route": { + "data": { + "id": "429", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "429-4-1", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "WinterWeekday", + "type": "service" + } + }, + "shape": { + "data": { + "id": "4290279", + "type": "shape" + } + }, + "stops": { + "data": [ { - "id": "5211", + "id": "56732", "type": "stop" }, { - "id": "5212", + "id": "6747", "type": "stop" }, { - "id": "5213", + "id": "6749", "type": "stop" }, { - "id": "5214", + "id": "6751", "type": "stop" }, { - "id": "804", + "id": "6752", "type": "stop" }, { - "id": "805", + "id": "6754", "type": "stop" }, { - "id": "15216", + "id": "6755", "type": "stop" }, { - "id": "5217", + "id": "6756", "type": "stop" }, { - "id": "5218", + "id": "6757", "type": "stop" }, { - "id": "5219", + "id": "6758", "type": "stop" }, { - "id": "5220", + "id": "6760", "type": "stop" }, { - "id": "5221", + "id": "6761", "type": "stop" }, { - "id": "5222", + "id": "6762", "type": "stop" }, { - "id": "5223", + "id": "6764", "type": "stop" }, { - "id": "5224", + "id": "7309", "type": "stop" }, { - "id": "5225", + "id": "7310", "type": "stop" }, { - "id": "5226", + "id": "7311", "type": "stop" }, { - "id": "5227", + "id": "7312", "type": "stop" }, { - "id": "5228", + "id": "6827", "type": "stop" }, { - "id": "5229", + "id": "6773", "type": "stop" }, { - "id": "5230", + "id": "14748", + "type": "stop" + } + ] + } + }, + "type": "trip" + }, + { + "attributes": { + "direction_id": 0, + "headsign": "Haverhill (Shuttle)" + }, + "id": "AndoverHaverhill-0-sample", + "links": { + "self": "/trips/AndoverHaverhill-0-sample" + }, + "relationships": { + "route": { + "data": { + "id": "Shuttle-AndoverHaverhill", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "Shuttle-AndoverHaverhill-0-0", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "canonical", + "type": "service" + } + }, + "shape": { + "data": { + "id": "AndoverToHaverhill-S", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "WR-0228-B0", "type": "stop" }, { - "id": "5231", + "id": "WR-0264-B2", "type": "stop" }, { - "id": "2002", + "id": "WR-0325-B", "type": "stop" }, { - "id": "2003", + "id": "WR-0329-B", "type": "stop" } ] @@ -280173,38 +282149,35 @@ }, { "attributes": {}, - "id": "7850", + "id": "34500", "links": { - "self": "/stops/7850" + "self": "/stops/34500" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7850" + "related": "/facilities/?filter[stop]=34500" } }, "parent_station": { "data": null }, "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } + "data": null } }, "type": "stop" }, { "attributes": {}, - "id": "40001", + "id": "6156", "links": { - "self": "/stops/40001" + "self": "/stops/6156" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=40001" + "related": "/facilities/?filter[stop]=6156" } }, "parent_station": { @@ -280221,14 +282194,14 @@ }, { "attributes": {}, - "id": "3888", + "id": "3918", "links": { - "self": "/stops/3888" + "self": "/stops/3918" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3888" + "related": "/facilities/?filter[stop]=3918" } }, "parent_station": { @@ -280245,38 +282218,14 @@ }, { "attributes": {}, - "id": "NEC-1659-B", - "links": { - "self": "/stops/NEC-1659-B" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=NEC-1659-B" - } - }, - "parent_station": { - "data": { - "id": "place-NEC-1659", - "type": "stop" - } - }, - "zone": { - "data": null - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "88333", + "id": "15969", "links": { - "self": "/stops/88333" + "self": "/stops/15969" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=88333" + "related": "/facilities/?filter[stop]=15969" } }, "parent_station": { @@ -280293,14 +282242,14 @@ }, { "attributes": {}, - "id": "61866", + "id": "38489", "links": { - "self": "/stops/61866" + "self": "/stops/38489" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=61866" + "related": "/facilities/?filter[stop]=38489" } }, "parent_station": { @@ -280317,14 +282266,14 @@ }, { "attributes": {}, - "id": "6569", + "id": "376", "links": { - "self": "/stops/6569" + "self": "/stops/376" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6569" + "related": "/facilities/?filter[stop]=376" } }, "parent_station": { @@ -280341,14 +282290,14 @@ }, { "attributes": {}, - "id": "190", + "id": "2669", "links": { - "self": "/stops/190" + "self": "/stops/2669" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=190" + "related": "/facilities/?filter[stop]=2669" } }, "parent_station": { @@ -280365,14 +282314,14 @@ }, { "attributes": {}, - "id": "4903", + "id": "3941", "links": { - "self": "/stops/4903" + "self": "/stops/3941" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4903" + "related": "/facilities/?filter[stop]=3941" } }, "parent_station": { @@ -280389,41 +282338,14 @@ }, { "attributes": {}, - "id": "74637", - "links": { - "self": "/stops/74637" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=74637" - } - }, - "parent_station": { - "data": { - "id": "place-estav", - "type": "stop" - } - }, - "zone": { - "data": { - "id": "SLWaterfrontNonLogan", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "2755", + "id": "68618", "links": { - "self": "/stops/2755" + "self": "/stops/68618" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2755" + "related": "/facilities/?filter[stop]=68618" } }, "parent_station": { @@ -280438,153 +282360,40 @@ }, "type": "stop" }, - { - "attributes": { - "direction_id": 0, - "headsign": "Nubian" - }, - "id": "61945431", - "links": { - "self": "/trips/61945431" - }, - "relationships": { - "route": { - "data": { - "id": "751", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "751-_-0", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "SpringWeekday", - "type": "service" - } - }, - "shape": { - "data": { - "id": "7510043", - "type": "shape" - } - }, - "stops": { - "data": [ - { - "id": "6538", - "type": "stop" - }, - { - "id": "6555", - "type": "stop" - }, - { - "id": "49002", - "type": "stop" - }, - { - "id": "49003", - "type": "stop" - }, - { - "id": "5098", - "type": "stop" - }, - { - "id": "5100", - "type": "stop" - }, - { - "id": "19402", - "type": "stop" - }, - { - "id": "15176", - "type": "stop" - }, - { - "id": "55", - "type": "stop" - }, - { - "id": "60", - "type": "stop" - }, - { - "id": "61", - "type": "stop" - }, - { - "id": "64", - "type": "stop" - } - ] - } - }, - "type": "trip" - }, { "attributes": {}, - "id": "8448", + "id": "GB-0316-B0", "links": { - "self": "/stops/8448" + "self": "/stops/GB-0316-B0" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8448" + "related": "/facilities/?filter[stop]=GB-0316-B0" } }, "parent_station": { - "data": null - }, - "zone": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "56618", - "links": { - "self": "/stops/56618" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=56618" + "id": "place-GB-0316", + "type": "stop" } }, - "parent_station": { - "data": null - }, "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } + "data": null } }, "type": "stop" }, { "attributes": {}, - "id": "9051", + "id": "1232", "links": { - "self": "/stops/9051" + "self": "/stops/1232" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9051" + "related": "/facilities/?filter[stop]=1232" } }, "parent_station": { @@ -280601,14 +282410,14 @@ }, { "attributes": {}, - "id": "4674", + "id": "7193", "links": { - "self": "/stops/4674" + "self": "/stops/7193" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4674" + "related": "/facilities/?filter[stop]=7193" } }, "parent_station": { @@ -280625,14 +282434,14 @@ }, { "attributes": {}, - "id": "8856", + "id": "3218", "links": { - "self": "/stops/8856" + "self": "/stops/3218" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8856" + "related": "/facilities/?filter[stop]=3218" } }, "parent_station": { @@ -280649,21 +282458,18 @@ }, { "attributes": {}, - "id": "875", + "id": "7431", "links": { - "self": "/stops/875" + "self": "/stops/7431" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=875" + "related": "/facilities/?filter[stop]=7431" } }, "parent_station": { - "data": { - "id": "place-forhl", - "type": "stop" - } + "data": null }, "zone": { "data": { @@ -280676,14 +282482,14 @@ }, { "attributes": {}, - "id": "1509", + "id": "79642", "links": { - "self": "/stops/1509" + "self": "/stops/79642" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1509" + "related": "/facilities/?filter[stop]=79642" } }, "parent_station": { @@ -280700,14 +282506,14 @@ }, { "attributes": {}, - "id": "2545", + "id": "1296", "links": { - "self": "/stops/2545" + "self": "/stops/1296" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2545" + "related": "/facilities/?filter[stop]=1296" } }, "parent_station": { @@ -280724,14 +282530,14 @@ }, { "attributes": {}, - "id": "3937", + "id": "2194", "links": { - "self": "/stops/3937" + "self": "/stops/2194" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3937" + "related": "/facilities/?filter[stop]=2194" } }, "parent_station": { @@ -280748,14 +282554,14 @@ }, { "attributes": {}, - "id": "5253", + "id": "255", "links": { - "self": "/stops/5253" + "self": "/stops/255" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5253" + "related": "/facilities/?filter[stop]=255" } }, "parent_station": { @@ -280772,14 +282578,14 @@ }, { "attributes": {}, - "id": "49939", + "id": "3624", "links": { - "self": "/stops/49939" + "self": "/stops/3624" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=49939" + "related": "/facilities/?filter[stop]=3624" } }, "parent_station": { @@ -280796,14 +282602,14 @@ }, { "attributes": {}, - "id": "7812", + "id": "15050", "links": { - "self": "/stops/7812" + "self": "/stops/15050" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7812" + "related": "/facilities/?filter[stop]=15050" } }, "parent_station": { @@ -280820,14 +282626,14 @@ }, { "attributes": {}, - "id": "2745", + "id": "4058", "links": { - "self": "/stops/2745" + "self": "/stops/4058" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2745" + "related": "/facilities/?filter[stop]=4058" } }, "parent_station": { @@ -280844,46 +282650,25 @@ }, { "attributes": {}, - "id": "5828", + "id": "NEC-2108-02", "links": { - "self": "/stops/5828" + "self": "/stops/NEC-2108-02" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5828" + "related": "/facilities/?filter[stop]=NEC-2108-02" } }, "parent_station": { - "data": null - }, - "zone": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "2907", - "links": { - "self": "/stops/2907" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=2907" + "id": "place-NEC-2108", + "type": "stop" } }, - "parent_station": { - "data": null - }, "zone": { "data": { - "id": "LocalBus", + "id": "CR-zone-4", "type": "zone" } } @@ -280892,14 +282677,14 @@ }, { "attributes": {}, - "id": "4588", + "id": "6256", "links": { - "self": "/stops/4588" + "self": "/stops/6256" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4588" + "related": "/facilities/?filter[stop]=6256" } }, "parent_station": { @@ -280916,14 +282701,14 @@ }, { "attributes": {}, - "id": "6466", + "id": "4147", "links": { - "self": "/stops/6466" + "self": "/stops/4147" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6466" + "related": "/facilities/?filter[stop]=4147" } }, "parent_station": { @@ -280939,63 +282724,160 @@ "type": "stop" }, { - "attributes": {}, - "id": "4097", + "attributes": { + "direction_id": 1, + "headsign": "Andrew" + }, + "id": "66651666", "links": { - "self": "/stops/4097" + "self": "/trips/66651666" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=4097" + "route": { + "data": { + "id": "16", + "type": "route" } }, - "parent_station": { - "data": null - }, - "zone": { + "route_pattern": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "4473", - "links": { - "self": "/stops/4473" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=4473" + "id": "16-3-1", + "type": "route_pattern" } }, - "parent_station": { - "data": null + "service": { + "data": { + "id": "WinterWeekday", + "type": "service" + } }, - "zone": { + "shape": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "160352", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "875", + "type": "stop" + }, + { + "id": "520", + "type": "stop" + }, + { + "id": "522", + "type": "stop" + }, + { + "id": "10522", + "type": "stop" + }, + { + "id": "2922", + "type": "stop" + }, + { + "id": "2923", + "type": "stop" + }, + { + "id": "2904", + "type": "stop" + }, + { + "id": "2924", + "type": "stop" + }, + { + "id": "2925", + "type": "stop" + }, + { + "id": "2926", + "type": "stop" + }, + { + "id": "2928", + "type": "stop" + }, + { + "id": "2929", + "type": "stop" + }, + { + "id": "2930", + "type": "stop" + }, + { + "id": "2931", + "type": "stop" + }, + { + "id": "2932", + "type": "stop" + }, + { + "id": "12932", + "type": "stop" + }, + { + "id": "1480", + "type": "stop" + }, + { + "id": "2933", + "type": "stop" + }, + { + "id": "2934", + "type": "stop" + }, + { + "id": "2935", + "type": "stop" + }, + { + "id": "2937", + "type": "stop" + }, + { + "id": "2938", + "type": "stop" + }, + { + "id": "2939", + "type": "stop" + }, + { + "id": "2940", + "type": "stop" + }, + { + "id": "12940", + "type": "stop" + }, + { + "id": "13", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "5228", + "id": "3191", "links": { - "self": "/stops/5228" + "self": "/stops/3191" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5228" + "related": "/facilities/?filter[stop]=3191" } }, "parent_station": { @@ -281012,14 +282894,14 @@ }, { "attributes": {}, - "id": "9041", + "id": "850", "links": { - "self": "/stops/9041" + "self": "/stops/850" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9041" + "related": "/facilities/?filter[stop]=850" } }, "parent_station": { @@ -281036,78 +282918,70 @@ }, { "attributes": { - "direction_id": 0, - "headsign": "Beth Israel (Limited Stops)" + "direction_id": 1, + "headsign": "South Station" }, - "id": "61390912", + "id": "SouthWKDYF24-697868-888", "links": { - "self": "/trips/61390912" + "self": "/trips/SouthWKDYF24-697868-888" }, "relationships": { "route": { "data": { - "id": "708", + "id": "CR-Providence", "type": "route" } }, "route_pattern": { "data": { - "id": "708-_-0", + "id": "CR-Providence-403369a9-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "FALL 2024-SOUTHWKD-Weekday-1-Scbbf1ea5", "type": "service" } }, "shape": { "data": { - "id": "7080081", + "id": "9890003", "type": "shape" } }, "stops": { "data": [ { - "id": "13", - "type": "stop" - }, - { - "id": "10014", - "type": "stop" - }, - { - "id": "10015", + "id": "SB-0189-S", "type": "stop" }, { - "id": "1790", + "id": "SB-0156-S", "type": "stop" }, { - "id": "7", + "id": "SB-0150-06", "type": "stop" }, { - "id": "17863", + "id": "NEC-2173-02", "type": "stop" }, { - "id": "1799", + "id": "NEC-2203-02", "type": "stop" }, { - "id": "11802", + "id": "NEC-2265-03", "type": "stop" }, { - "id": "11803", + "id": "NEC-2276-03", "type": "stop" }, { - "id": "1805", + "id": "NEC-2287", "type": "stop" } ] @@ -281115,140 +282989,251 @@ }, "type": "trip" }, + { + "attributes": {}, + "id": "9086", + "links": { + "self": "/stops/9086" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=9086" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "7249", + "links": { + "self": "/stops/7249" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=7249" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, { "attributes": { - "direction_id": 0, - "headsign": "Rindge Ave" + "color": "FFC72C", + "long_name": "Wellington - Wood Island", + "short_name": "112", + "sort_order": 51120, + "text_color": "000000" + }, + "id": "line-112", + "links": { + "self": "/lines/line-112" + }, + "type": "line" + }, + { + "attributes": { + "direction_id": 1, + "headsign": "Malden" }, - "id": "61849012", + "id": "66960358", "links": { - "self": "/trips/61849012" + "self": "/trips/66960358" }, "relationships": { "route": { "data": { - "id": "83", + "id": "411", "type": "route" } }, "route_pattern": { "data": { - "id": "83-1-0", + "id": "411-1-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "830122", + "id": "4110160", "type": "shape" } }, "stops": { "data": [ { - "id": "2444", + "id": "8336", "type": "stop" }, { - "id": "1059", + "id": "8338", "type": "stop" }, { - "id": "2446", + "id": "18338", "type": "stop" }, { - "id": "2447", + "id": "17463", "type": "stop" }, { - "id": "2448", + "id": "8576", "type": "stop" }, { - "id": "2449", + "id": "8577", "type": "stop" }, { - "id": "2451", + "id": "7536", "type": "stop" }, { - "id": "2453", + "id": "7537", "type": "stop" }, { - "id": "2454", + "id": "7539", "type": "stop" }, { - "id": "2455", + "id": "7540", "type": "stop" }, { - "id": "2457", + "id": "9021", "type": "stop" }, { - "id": "2618", + "id": "9023", "type": "stop" }, { - "id": "2620", + "id": "9024", "type": "stop" }, { - "id": "2621", + "id": "9025", "type": "stop" }, { - "id": "24581", + "id": "9026", "type": "stop" }, { - "id": "2459", + "id": "5440", "type": "stop" }, { - "id": "2460", + "id": "5441", "type": "stop" }, { - "id": "2316", + "id": "5442", "type": "stop" }, { - "id": "2318", + "id": "5443", "type": "stop" }, { - "id": "2461", + "id": "5444", "type": "stop" }, { - "id": "24610", + "id": "5445", "type": "stop" }, { - "id": "2462", + "id": "15431", "type": "stop" }, { - "id": "24621", + "id": "53270", + "type": "stop" + } + ] + } + }, + "type": "trip" + }, + { + "attributes": { + "direction_id": 0, + "headsign": "Newton Highlands (Shuttle)" + }, + "id": "NewtonHighlandsReservoir-0-sample", + "links": { + "self": "/trips/NewtonHighlandsReservoir-0-sample" + }, + "relationships": { + "route": { + "data": { + "id": "Shuttle-NewtonHighlandsReservoir", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "Shuttle-NewtonHighlandsReservoir-0-0", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "canonical", + "type": "service" + } + }, + "shape": { + "data": { + "id": "ReservoirToNewtonHighlands-S", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "21917", "type": "stop" }, { - "id": "2463", + "id": "1540", "type": "stop" }, { - "id": "2425", + "id": "9070171", + "type": "stop" + }, + { + "id": "9170169", "type": "stop" } ] @@ -281258,14 +283243,14 @@ }, { "attributes": {}, - "id": "3491", + "id": "4764", "links": { - "self": "/stops/3491" + "self": "/stops/4764" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3491" + "related": "/facilities/?filter[stop]=4764" } }, "parent_station": { @@ -281282,14 +283267,14 @@ }, { "attributes": {}, - "id": "254", + "id": "2773", "links": { - "self": "/stops/254" + "self": "/stops/2773" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=254" + "related": "/facilities/?filter[stop]=2773" } }, "parent_station": { @@ -281306,14 +283291,14 @@ }, { "attributes": {}, - "id": "5411", + "id": "4516", "links": { - "self": "/stops/5411" + "self": "/stops/4516" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5411" + "related": "/facilities/?filter[stop]=4516" } }, "parent_station": { @@ -281330,14 +283315,14 @@ }, { "attributes": {}, - "id": "8330", + "id": "2545", "links": { - "self": "/stops/8330" + "self": "/stops/2545" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8330" + "related": "/facilities/?filter[stop]=2545" } }, "parent_station": { @@ -281354,14 +283339,14 @@ }, { "attributes": {}, - "id": "3699", + "id": "24488", "links": { - "self": "/stops/3699" + "self": "/stops/24488" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3699" + "related": "/facilities/?filter[stop]=24488" } }, "parent_station": { @@ -281378,14 +283363,14 @@ }, { "attributes": {}, - "id": "39674", + "id": "3566", "links": { - "self": "/stops/39674" + "self": "/stops/3566" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=39674" + "related": "/facilities/?filter[stop]=3566" } }, "parent_station": { @@ -281402,14 +283387,260 @@ }, { "attributes": {}, - "id": "8512", + "id": "430", + "links": { + "self": "/stops/430" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=430" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "6176", + "links": { + "self": "/stops/6176" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=6176" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "70246", + "links": { + "self": "/stops/70246" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=70246" + } + }, + "parent_station": { + "data": { + "id": "place-mfa", + "type": "stop" + } + }, + "zone": { + "data": { + "id": "RapidTransit", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "5654", + "links": { + "self": "/stops/5654" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=5654" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "322", + "links": { + "self": "/stops/322" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=322" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "3224", + "links": { + "self": "/stops/3224" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=3224" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "258", + "links": { + "self": "/stops/258" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=258" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "70175", + "links": { + "self": "/stops/70175" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=70175" + } + }, + "parent_station": { + "data": { + "id": "place-rsmnl", + "type": "stop" + } + }, + "zone": { + "data": { + "id": "RapidTransit", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "4004", + "links": { + "self": "/stops/4004" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=4004" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "633", + "links": { + "self": "/stops/633" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=633" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "5926", "links": { - "self": "/stops/8512" + "self": "/stops/5926" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8512" + "related": "/facilities/?filter[stop]=5926" } }, "parent_station": { @@ -281426,22 +283657,25 @@ }, { "attributes": {}, - "id": "8474", + "id": "70057", "links": { - "self": "/stops/8474" + "self": "/stops/70057" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8474" + "related": "/facilities/?filter[stop]=70057" } }, "parent_station": { - "data": null + "data": { + "id": "place-rbmnl", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -281449,39 +283683,64 @@ "type": "stop" }, { - "attributes": {}, - "id": "5609", + "attributes": { + "direction_id": 0, + "headsign": "Wickford Junction (Shuttle)" + }, + "id": "TFGreenWickfordJunction-0-sample", "links": { - "self": "/stops/5609" + "self": "/trips/TFGreenWickfordJunction-0-sample" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=5609" + "route": { + "data": { + "id": "Shuttle-TFGreenWickfordJunction", + "type": "route" } }, - "parent_station": { - "data": null + "route_pattern": { + "data": { + "id": "Shuttle-TFGreenWickfordJunction-0-0", + "type": "route_pattern" + } }, - "zone": { + "service": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "canonical", + "type": "service" + } + }, + "shape": { + "data": { + "id": "TFGreenToWickfordJunction-S", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "NEC-1768-B", + "type": "stop" + }, + { + "id": "NEC-1659-B", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "6462", + "id": "5236", "links": { - "self": "/stops/6462" + "self": "/stops/5236" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6462" + "related": "/facilities/?filter[stop]=5236" } }, "parent_station": { @@ -281498,222 +283757,50 @@ }, { "attributes": { - "direction_id": 0, - "headsign": "Burlington via Medford Square, West Cummings & Woburn (Express)" + "direction_id": 1, + "headsign": "Airport via Maverick (Shuttle)" }, - "id": "61869221", + "id": "AirportBowdoinLocalViaGate-1-sample", "links": { - "self": "/trips/61869221" + "self": "/trips/AirportBowdoinLocalViaGate-1-sample" }, "relationships": { "route": { "data": { - "id": "354", + "id": "Shuttle-AirportGovernmentCenterLocalViaGate", "type": "route" } }, "route_pattern": { "data": { - "id": "354-6-0", + "id": "Shuttle-AirportGovernmentCenterLocalViaGate-0-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "canonical", "type": "service" } }, "shape": { "data": { - "id": "3540146", + "id": "GovernmentCenterToAirportLocalViaGate-S", "type": "shape" } }, "stops": { "data": [ { - "id": "65", - "type": "stop" - }, - { - "id": "4510", - "type": "stop" - }, - { - "id": "4511", - "type": "stop" - }, - { - "id": "45003", - "type": "stop" - }, - { - "id": "49901", - "type": "stop" - }, - { - "id": "50902", - "type": "stop" - }, - { - "id": "59901", - "type": "stop" - }, - { - "id": "49902", - "type": "stop" - }, - { - "id": "49999", - "type": "stop" - }, - { - "id": "49910", - "type": "stop" - }, - { - "id": "49911", - "type": "stop" - }, - { - "id": "49913", - "type": "stop" - }, - { - "id": "49914", - "type": "stop" - }, - { - "id": "49915", - "type": "stop" - }, - { - "id": "49916", - "type": "stop" - }, - { - "id": "50916", - "type": "stop" - }, - { - "id": "49917", - "type": "stop" - }, - { - "id": "49918", - "type": "stop" - }, - { - "id": "49919", - "type": "stop" - }, - { - "id": "49920", - "type": "stop" - }, - { - "id": "49924", - "type": "stop" - }, - { - "id": "49818", - "type": "stop" - }, - { - "id": "49926", - "type": "stop" - }, - { - "id": "49927", - "type": "stop" - }, - { - "id": "1684", - "type": "stop" - }, - { - "id": "1686", - "type": "stop" - }, - { - "id": "41686", - "type": "stop" - }, - { - "id": "1687", - "type": "stop" - }, - { - "id": "1688", - "type": "stop" - }, - { - "id": "16881", - "type": "stop" - }, - { - "id": "1689", - "type": "stop" - }, - { - "id": "1690", - "type": "stop" - }, - { - "id": "1691", - "type": "stop" - }, - { - "id": "1692", - "type": "stop" - }, - { - "id": "41692", - "type": "stop" - }, - { - "id": "41693", - "type": "stop" - }, - { - "id": "1693", - "type": "stop" - }, - { - "id": "1694", - "type": "stop" - }, - { - "id": "1695", - "type": "stop" - }, - { - "id": "1696", - "type": "stop" - }, - { - "id": "1697", - "type": "stop" - }, - { - "id": "16971", - "type": "stop" - }, - { - "id": "1698", - "type": "stop" - }, - { - "id": "1699", + "id": "9070039", "type": "stop" }, { - "id": "6900", + "id": "9070046", "type": "stop" }, { - "id": "6902", + "id": "9070047", "type": "stop" } ] @@ -281723,14 +283810,14 @@ }, { "attributes": {}, - "id": "11259", + "id": "1531", "links": { - "self": "/stops/11259" + "self": "/stops/1531" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=11259" + "related": "/facilities/?filter[stop]=1531" } }, "parent_station": { @@ -281747,14 +283834,14 @@ }, { "attributes": {}, - "id": "3232", + "id": "111640", "links": { - "self": "/stops/3232" + "self": "/stops/111640" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3232" + "related": "/facilities/?filter[stop]=111640" } }, "parent_station": { @@ -281771,14 +283858,14 @@ }, { "attributes": {}, - "id": "81852", + "id": "5085", "links": { - "self": "/stops/81852" + "self": "/stops/5085" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=81852" + "related": "/facilities/?filter[stop]=5085" } }, "parent_station": { @@ -281795,14 +283882,14 @@ }, { "attributes": {}, - "id": "3", + "id": "11242", "links": { - "self": "/stops/3" + "self": "/stops/11242" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3" + "related": "/facilities/?filter[stop]=11242" } }, "parent_station": { @@ -281819,14 +283906,14 @@ }, { "attributes": {}, - "id": "7386", + "id": "6738", "links": { - "self": "/stops/7386" + "self": "/stops/6738" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7386" + "related": "/facilities/?filter[stop]=6738" } }, "parent_station": { @@ -281843,14 +283930,14 @@ }, { "attributes": {}, - "id": "5361", + "id": "2713", "links": { - "self": "/stops/5361" + "self": "/stops/2713" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5361" + "related": "/facilities/?filter[stop]=2713" } }, "parent_station": { @@ -281867,14 +283954,14 @@ }, { "attributes": {}, - "id": "3636", + "id": "14612", "links": { - "self": "/stops/3636" + "self": "/stops/14612" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3636" + "related": "/facilities/?filter[stop]=14612" } }, "parent_station": { @@ -281889,47 +283976,16 @@ }, "type": "stop" }, - { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "City Point", - "Chauncy Street & Summer Street" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "City Point - Chauncy Street & Summer Street", - "short_name": "11", - "sort_order": 50110, - "text_color": "000000", - "type": 3 - }, - "id": "11", - "links": { - "self": "/routes/11" - }, - "relationships": { - "line": { - "data": { - "id": "line-11", - "type": "line" - } - } - }, - "type": "route" - }, { "attributes": {}, - "id": "5203", + "id": "4175", "links": { - "self": "/stops/5203" + "self": "/stops/4175" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5203" + "related": "/facilities/?filter[stop]=4175" } }, "parent_station": { @@ -281947,153 +284003,65 @@ { "attributes": { "direction_id": 0, - "headsign": "Baker & Vermont St" + "headsign": "Design Center" }, - "id": "62145044", + "id": "66858977", "links": { - "self": "/trips/62145044" + "self": "/trips/66858977" }, "relationships": { "route": { "data": { - "id": "37", + "id": "742", "type": "route" } }, "route_pattern": { "data": { - "id": "37-_-0", + "id": "742-_-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "370136", + "id": "7420070", "type": "shape" } }, "stops": { "data": [ { - "id": "10642", - "type": "stop" - }, - { - "id": "596", - "type": "stop" - }, - { - "id": "597", - "type": "stop" - }, - { - "id": "598", - "type": "stop" - }, - { - "id": "599", - "type": "stop" - }, - { - "id": "600", - "type": "stop" - }, - { - "id": "601", - "type": "stop" - }, - { - "id": "602", - "type": "stop" - }, - { - "id": "797", - "type": "stop" - }, - { - "id": "798", - "type": "stop" - }, - { - "id": "799", - "type": "stop" - }, - { - "id": "800", - "type": "stop" - }, - { - "id": "801", - "type": "stop" - }, - { - "id": "802", - "type": "stop" - }, - { - "id": "803", - "type": "stop" - }, - { - "id": "804", - "type": "stop" - }, - { - "id": "805", - "type": "stop" - }, - { - "id": "806", - "type": "stop" - }, - { - "id": "807", - "type": "stop" - }, - { - "id": "808", - "type": "stop" - }, - { - "id": "845", - "type": "stop" - }, - { - "id": "846", - "type": "stop" - }, - { - "id": "847", + "id": "74611", "type": "stop" }, { - "id": "848", + "id": "74612", "type": "stop" }, { - "id": "849", + "id": "74613", "type": "stop" }, { - "id": "850", + "id": "74624", "type": "stop" }, { - "id": "851", + "id": "247", "type": "stop" }, { - "id": "852", + "id": "30249", "type": "stop" }, { - "id": "853", + "id": "30250", "type": "stop" } ] @@ -282103,14 +284071,14 @@ }, { "attributes": {}, - "id": "5449", + "id": "1528", "links": { - "self": "/stops/5449" + "self": "/stops/1528" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5449" + "related": "/facilities/?filter[stop]=1528" } }, "parent_station": { @@ -282127,22 +284095,25 @@ }, { "attributes": {}, - "id": "537", + "id": "FB-0095-04", "links": { - "self": "/stops/537" + "self": "/stops/FB-0095-04" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=537" + "related": "/facilities/?filter[stop]=FB-0095-04" } }, "parent_station": { - "data": null + "data": { + "id": "place-DB-0095", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "CR-zone-2", "type": "zone" } } @@ -282151,59 +284122,62 @@ }, { "attributes": {}, - "id": "NEC-2276-B", + "id": "6104", "links": { - "self": "/stops/NEC-2276-B" + "self": "/stops/6104" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=NEC-2276-B" + "related": "/facilities/?filter[stop]=6104" } }, "parent_station": { - "data": { - "id": "place-bbsta", - "type": "stop" - } + "data": null }, "zone": { - "data": null + "data": { + "id": "LocalBus", + "type": "zone" + } } }, "type": "stop" }, { "attributes": {}, - "id": "9070116", + "id": "1587", "links": { - "self": "/stops/9070116" + "self": "/stops/1587" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9070116" + "related": "/facilities/?filter[stop]=1587" } }, "parent_station": { "data": null }, "zone": { - "data": null + "data": { + "id": "LocalBus", + "type": "zone" + } } }, "type": "stop" }, { "attributes": {}, - "id": "13142", + "id": "5338", "links": { - "self": "/stops/13142" + "self": "/stops/5338" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=13142" + "related": "/facilities/?filter[stop]=5338" } }, "parent_station": { @@ -282218,193 +284192,16 @@ }, "type": "stop" }, - { - "attributes": { - "direction_id": 1, - "headsign": "Forest Hills" - }, - "id": "62144808", - "links": { - "self": "/trips/62144808" - }, - "relationships": { - "route": { - "data": { - "id": "37", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "37-_-1", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "SpringWeekday", - "type": "service" - } - }, - "shape": { - "data": { - "id": "370130", - "type": "shape" - } - }, - "stops": { - "data": [ - { - "id": "853", - "type": "stop" - }, - { - "id": "833", - "type": "stop" - }, - { - "id": "834", - "type": "stop" - }, - { - "id": "835", - "type": "stop" - }, - { - "id": "836", - "type": "stop" - }, - { - "id": "837", - "type": "stop" - }, - { - "id": "838", - "type": "stop" - }, - { - "id": "839", - "type": "stop" - }, - { - "id": "840", - "type": "stop" - }, - { - "id": "841", - "type": "stop" - }, - { - "id": "842", - "type": "stop" - }, - { - "id": "843", - "type": "stop" - }, - { - "id": "781", - "type": "stop" - }, - { - "id": "782", - "type": "stop" - }, - { - "id": "783", - "type": "stop" - }, - { - "id": "784", - "type": "stop" - }, - { - "id": "785", - "type": "stop" - }, - { - "id": "786", - "type": "stop" - }, - { - "id": "787", - "type": "stop" - }, - { - "id": "788", - "type": "stop" - }, - { - "id": "789", - "type": "stop" - }, - { - "id": "790", - "type": "stop" - }, - { - "id": "791", - "type": "stop" - }, - { - "id": "792", - "type": "stop" - }, - { - "id": "793", - "type": "stop" - }, - { - "id": "795", - "type": "stop" - }, - { - "id": "636", - "type": "stop" - }, - { - "id": "637", - "type": "stop" - }, - { - "id": "638", - "type": "stop" - }, - { - "id": "639", - "type": "stop" - }, - { - "id": "640", - "type": "stop" - }, - { - "id": "641", - "type": "stop" - }, - { - "id": "642", - "type": "stop" - }, - { - "id": "10642", - "type": "stop" - } - ] - } - }, - "type": "trip" - }, { "attributes": {}, - "id": "7817", + "id": "15241", "links": { - "self": "/stops/7817" + "self": "/stops/15241" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7817" + "related": "/facilities/?filter[stop]=15241" } }, "parent_station": { @@ -282421,14 +284218,14 @@ }, { "attributes": {}, - "id": "23835", + "id": "3491", "links": { - "self": "/stops/23835" + "self": "/stops/3491" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=23835" + "related": "/facilities/?filter[stop]=3491" } }, "parent_station": { @@ -282445,25 +284242,25 @@ }, { "attributes": {}, - "id": "29011", + "id": "GRB-0233-S", "links": { - "self": "/stops/29011" + "self": "/stops/GRB-0233-S" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=29011" + "related": "/facilities/?filter[stop]=GRB-0233-S" } }, "parent_station": { "data": { - "id": "place-sull", + "id": "place-GRB-0233", "type": "stop" } }, "zone": { "data": { - "id": "LocalBus", + "id": "CR-zone-5", "type": "zone" } } @@ -282472,14 +284269,14 @@ }, { "attributes": {}, - "id": "4292", + "id": "2221", "links": { - "self": "/stops/4292" + "self": "/stops/2221" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4292" + "related": "/facilities/?filter[stop]=2221" } }, "parent_station": { @@ -282496,14 +284293,14 @@ }, { "attributes": {}, - "id": "4906", + "id": "4044", "links": { - "self": "/stops/4906" + "self": "/stops/4044" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4906" + "related": "/facilities/?filter[stop]=4044" } }, "parent_station": { @@ -282520,14 +284317,14 @@ }, { "attributes": {}, - "id": "1551", + "id": "8832", "links": { - "self": "/stops/1551" + "self": "/stops/8832" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1551" + "related": "/facilities/?filter[stop]=8832" } }, "parent_station": { @@ -282544,14 +284341,14 @@ }, { "attributes": {}, - "id": "4933", + "id": "23530", "links": { - "self": "/stops/4933" + "self": "/stops/23530" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4933" + "related": "/facilities/?filter[stop]=23530" } }, "parent_station": { @@ -282568,14 +284365,14 @@ }, { "attributes": {}, - "id": "15983", + "id": "69618", "links": { - "self": "/stops/15983" + "self": "/stops/69618" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=15983" + "related": "/facilities/?filter[stop]=69618" } }, "parent_station": { @@ -282592,14 +284389,14 @@ }, { "attributes": {}, - "id": "15052", + "id": "554", "links": { - "self": "/stops/15052" + "self": "/stops/554" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=15052" + "related": "/facilities/?filter[stop]=554" } }, "parent_station": { @@ -282615,39 +284412,92 @@ "type": "stop" }, { - "attributes": {}, - "id": "7418", + "attributes": { + "direction_id": 1, + "headsign": "South Station" + }, + "id": "canonical-CR-Providence-C2-1", "links": { - "self": "/stops/7418" + "self": "/trips/canonical-CR-Providence-C2-1" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=7418" + "route": { + "data": { + "id": "CR-Providence", + "type": "route" } }, - "parent_station": { - "data": null + "route_pattern": { + "data": { + "id": "CR-Providence-C2-1", + "type": "route_pattern" + } }, - "zone": { + "service": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "canonical", + "type": "service" + } + }, + "shape": { + "data": { + "id": "canonical-9890003", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "SB-0189-S", + "type": "stop" + }, + { + "id": "SB-0156-S", + "type": "stop" + }, + { + "id": "NEC-2139", + "type": "stop" + }, + { + "id": "NEC-2173-02", + "type": "stop" + }, + { + "id": "NEC-2203-02", + "type": "stop" + }, + { + "id": "NEC-2237-03", + "type": "stop" + }, + { + "id": "NEC-2265", + "type": "stop" + }, + { + "id": "NEC-2276", + "type": "stop" + }, + { + "id": "NEC-2287", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "5201", + "id": "82135", "links": { - "self": "/stops/5201" + "self": "/stops/82135" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5201" + "related": "/facilities/?filter[stop]=82135" } }, "parent_station": { @@ -282664,14 +284514,14 @@ }, { "attributes": {}, - "id": "1936", + "id": "88346", "links": { - "self": "/stops/1936" + "self": "/stops/88346" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1936" + "related": "/facilities/?filter[stop]=88346" } }, "parent_station": { @@ -282688,14 +284538,14 @@ }, { "attributes": {}, - "id": "3365", + "id": "5862", "links": { - "self": "/stops/3365" + "self": "/stops/5862" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3365" + "related": "/facilities/?filter[stop]=5862" } }, "parent_station": { @@ -282712,14 +284562,14 @@ }, { "attributes": {}, - "id": "4240", + "id": "5067", "links": { - "self": "/stops/4240" + "self": "/stops/5067" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4240" + "related": "/facilities/?filter[stop]=5067" } }, "parent_station": { @@ -282736,14 +284586,14 @@ }, { "attributes": {}, - "id": "1397", + "id": "1523", "links": { - "self": "/stops/1397" + "self": "/stops/1523" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1397" + "related": "/facilities/?filter[stop]=1523" } }, "parent_station": { @@ -282751,7 +284601,7 @@ }, "zone": { "data": { - "id": "ExpressBus-Downtown", + "id": "LocalBus", "type": "zone" } } @@ -282760,14 +284610,14 @@ }, { "attributes": {}, - "id": "7915", + "id": "7139", "links": { - "self": "/stops/7915" + "self": "/stops/7139" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7915" + "related": "/facilities/?filter[stop]=7139" } }, "parent_station": { @@ -282784,14 +284634,14 @@ }, { "attributes": {}, - "id": "2119", + "id": "77110", "links": { - "self": "/stops/2119" + "self": "/stops/77110" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2119" + "related": "/facilities/?filter[stop]=77110" } }, "parent_station": { @@ -282808,14 +284658,14 @@ }, { "attributes": {}, - "id": "4806", + "id": "2700", "links": { - "self": "/stops/4806" + "self": "/stops/2700" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4806" + "related": "/facilities/?filter[stop]=2700" } }, "parent_station": { @@ -282832,14 +284682,14 @@ }, { "attributes": {}, - "id": "9240", + "id": "7164", "links": { - "self": "/stops/9240" + "self": "/stops/7164" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9240" + "related": "/facilities/?filter[stop]=7164" } }, "parent_station": { @@ -282856,25 +284706,22 @@ }, { "attributes": {}, - "id": "GRB-0233-S", + "id": "231", "links": { - "self": "/stops/GRB-0233-S" + "self": "/stops/231" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=GRB-0233-S" + "related": "/facilities/?filter[stop]=231" } }, "parent_station": { - "data": { - "id": "place-GRB-0233", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "CR-zone-5", + "id": "LocalBus", "type": "zone" } } @@ -282883,14 +284730,14 @@ }, { "attributes": {}, - "id": "4254", + "id": "3973", "links": { - "self": "/stops/4254" + "self": "/stops/3973" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4254" + "related": "/facilities/?filter[stop]=3973" } }, "parent_station": { @@ -282907,25 +284754,22 @@ }, { "attributes": {}, - "id": "WR-0053-S", + "id": "74121", "links": { - "self": "/stops/WR-0053-S" + "self": "/stops/74121" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=WR-0053-S" + "related": "/facilities/?filter[stop]=74121" } }, "parent_station": { - "data": { - "id": "place-ogmnl", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "CR-zone-1A", + "id": "LocalBus", "type": "zone" } } @@ -282934,14 +284778,14 @@ }, { "attributes": {}, - "id": "282", + "id": "2176", "links": { - "self": "/stops/282" + "self": "/stops/2176" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=282" + "related": "/facilities/?filter[stop]=2176" } }, "parent_station": { @@ -282957,155 +284801,63 @@ "type": "stop" }, { - "attributes": { - "direction_id": 1, - "headsign": "Station St Hingham" - }, - "id": "62422552", + "attributes": {}, + "id": "5636", "links": { - "self": "/trips/62422552" + "self": "/stops/5636" }, "relationships": { - "route": { - "data": { - "id": "714", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "714-_-1", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "PRIV22024-hpj24011-Weekday-01", - "type": "service" - } - }, - "shape": { - "data": { - "id": "7140010", - "type": "shape" - } - }, - "stops": { - "data": [ - { - "id": "111146", - "type": "stop" - }, - { - "id": "111152", - "type": "stop" - }, - { - "id": "111159", - "type": "stop" - }, - { - "id": "111179", - "type": "stop" - }, - { - "id": "111196", - "type": "stop" - }, - { - "id": "111206", - "type": "stop" - }, - { - "id": "111214", - "type": "stop" - }, - { - "id": "111217", - "type": "stop" - }, - { - "id": "114882", - "type": "stop" - }, - { - "id": "111232", - "type": "stop" - }, - { - "id": "111234", - "type": "stop" - }, - { - "id": "111236", - "type": "stop" - }, - { - "id": "111248", - "type": "stop" - }, - { - "id": "111251", - "type": "stop" - }, - { - "id": "3566", - "type": "stop" - }, - { - "id": "3567", - "type": "stop" - }, - { - "id": "3582", - "type": "stop" - } - ] - } - }, - "type": "trip" - }, - { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Lowell", - "North Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Lowell - North Billerica", - "short_name": "Lowell Line Shuttle", - "sort_order": 62121, - "text_color": "000000", - "type": 3 + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=5636" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } }, - "id": "Shuttle-NorthBillericaLowell", + "type": "stop" + }, + { + "attributes": {}, + "id": "WML-0135-B1", "links": { - "self": "/routes/Shuttle-NorthBillericaLowell" + "self": "/stops/WML-0135-B1" }, "relationships": { - "line": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=WML-0135-B1" + } + }, + "parent_station": { "data": { - "id": "line-Lowell", - "type": "line" + "id": "place-WML-0135", + "type": "stop" } + }, + "zone": { + "data": null } }, - "type": "route" + "type": "stop" }, { "attributes": {}, - "id": "4237", + "id": "4183", "links": { - "self": "/stops/4237" + "self": "/stops/4183" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4237" + "related": "/facilities/?filter[stop]=4183" } }, "parent_station": { @@ -283122,14 +284874,14 @@ }, { "attributes": {}, - "id": "1758", + "id": "4807", "links": { - "self": "/stops/1758" + "self": "/stops/4807" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1758" + "related": "/facilities/?filter[stop]=4807" } }, "parent_station": { @@ -283145,108 +284897,39 @@ "type": "stop" }, { - "attributes": { - "direction_id": 0, - "headsign": "Riverside (Shuttle)" - }, - "id": "KenmoreRiverside-0-sample", + "attributes": {}, + "id": "15054", "links": { - "self": "/trips/KenmoreRiverside-0-sample" + "self": "/stops/15054" }, "relationships": { - "route": { - "data": { - "id": "Shuttle-KenmoreRiverside", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Shuttle-KenmoreRiverside-0-0", - "type": "route_pattern" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=15054" } }, - "service": { - "data": { - "id": "canonical", - "type": "service" - } + "parent_station": { + "data": null }, - "shape": { + "zone": { "data": { - "id": "KenmoreToRiverside-S", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "9070150", - "type": "stop" - }, - { - "id": "9434", - "type": "stop" - }, - { - "id": "1521", - "type": "stop" - }, - { - "id": "11366", - "type": "stop" - }, - { - "id": "9070178", - "type": "stop" - }, - { - "id": "21917", - "type": "stop" - }, - { - "id": "1540", - "type": "stop" - }, - { - "id": "9070171", - "type": "stop" - }, - { - "id": "9170169", - "type": "stop" - }, - { - "id": "8206", - "type": "stop" - }, - { - "id": "9070165", - "type": "stop" - }, - { - "id": "9070162", - "type": "stop" - }, - { - "id": "38155", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "2421", + "id": "5918", "links": { - "self": "/stops/2421" + "self": "/stops/5918" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2421" + "related": "/facilities/?filter[stop]=5918" } }, "parent_station": { @@ -283262,232 +284945,66 @@ "type": "stop" }, { - "attributes": { - "direction_id": 1, - "headsign": "Quincy Center" - }, - "id": "61929299", + "attributes": {}, + "id": "4160", "links": { - "self": "/trips/61929299" + "self": "/stops/4160" }, "relationships": { - "route": { - "data": { - "id": "236", - "type": "route" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=4160" } }, - "route_pattern": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "236-2-1", - "type": "route_pattern" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "52713", + "links": { + "self": "/stops/52713" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=52713" } }, - "service": { + "parent_station": { "data": { - "id": "SpringWeekday", - "type": "service" + "id": "place-welln", + "type": "stop" } }, - "shape": { + "zone": { "data": { - "id": "2360072", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "4019", - "type": "stop" - }, - { - "id": "4023", - "type": "stop" - }, - { - "id": "4024", - "type": "stop" - }, - { - "id": "4025", - "type": "stop" - }, - { - "id": "4026", - "type": "stop" - }, - { - "id": "4027", - "type": "stop" - }, - { - "id": "4028", - "type": "stop" - }, - { - "id": "4029", - "type": "stop" - }, - { - "id": "4030", - "type": "stop" - }, - { - "id": "14030", - "type": "stop" - }, - { - "id": "4031", - "type": "stop" - }, - { - "id": "14301", - "type": "stop" - }, - { - "id": "14302", - "type": "stop" - }, - { - "id": "38671", - "type": "stop" - }, - { - "id": "39692", - "type": "stop" - }, - { - "id": "39691", - "type": "stop" - }, - { - "id": "39689", - "type": "stop" - }, - { - "id": "39688", - "type": "stop" - }, - { - "id": "39687", - "type": "stop" - }, - { - "id": "39686", - "type": "stop" - }, - { - "id": "39685", - "type": "stop" - }, - { - "id": "39684", - "type": "stop" - }, - { - "id": "39683", - "type": "stop" - }, - { - "id": "39682", - "type": "stop" - }, - { - "id": "39681", - "type": "stop" - }, - { - "id": "39679", - "type": "stop" - }, - { - "id": "39678", - "type": "stop" - }, - { - "id": "39677", - "type": "stop" - }, - { - "id": "39676", - "type": "stop" - }, - { - "id": "39675", - "type": "stop" - }, - { - "id": "39674", - "type": "stop" - }, - { - "id": "39673", - "type": "stop" - }, - { - "id": "39672", - "type": "stop" - }, - { - "id": "39671", - "type": "stop" - }, - { - "id": "3957", - "type": "stop" - }, - { - "id": "3950", - "type": "stop" - }, - { - "id": "3959", - "type": "stop" - }, - { - "id": "13959", - "type": "stop" - }, - { - "id": "3420", - "type": "stop" - }, - { - "id": "3422", - "type": "stop" - }, - { - "id": "3423", - "type": "stop" - }, - { - "id": "33241", - "type": "stop" - }, - { - "id": "32000", - "type": "stop" - }, - { - "id": "32001", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "7193", + "id": "1723", "links": { - "self": "/stops/7193" + "self": "/stops/1723" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7193" + "related": "/facilities/?filter[stop]=1723" } }, "parent_station": { @@ -283504,14 +285021,14 @@ }, { "attributes": {}, - "id": "970", + "id": "2626", "links": { - "self": "/stops/970" + "self": "/stops/2626" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=970" + "related": "/facilities/?filter[stop]=2626" } }, "parent_station": { @@ -283527,116 +285044,84 @@ "type": "stop" }, { - "attributes": { - "direction_id": 1, - "headsign": "Park St & Tremont St" - }, - "id": "61393947", + "attributes": {}, + "id": "9070074", "links": { - "self": "/trips/61393947" + "self": "/stops/9070074" }, "relationships": { - "route": { - "data": { - "id": "43", - "type": "route" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=9070074" } }, - "route_pattern": { - "data": { - "id": "43-_-1", - "type": "route_pattern" + "parent_station": { + "data": null + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "49847", + "links": { + "self": "/stops/49847" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=49847" } }, - "service": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "SpringWeekday", - "type": "service" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "75731", + "links": { + "self": "/stops/75731" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=75731" } }, - "shape": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "430058", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "17863", - "type": "stop" - }, - { - "id": "1227", - "type": "stop" - }, - { - "id": "1228", - "type": "stop" - }, - { - "id": "11228", - "type": "stop" - }, - { - "id": "1230", - "type": "stop" - }, - { - "id": "1232", - "type": "stop" - }, - { - "id": "1234", - "type": "stop" - }, - { - "id": "1235", - "type": "stop" - }, - { - "id": "1237", - "type": "stop" - }, - { - "id": "1239", - "type": "stop" - }, - { - "id": "1241", - "type": "stop" - }, - { - "id": "9980", - "type": "stop" - }, - { - "id": "9981", - "type": "stop" - }, - { - "id": "9982", - "type": "stop" - }, - { - "id": "10000", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "3716", + "id": "1736", "links": { - "self": "/stops/3716" + "self": "/stops/1736" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3716" + "related": "/facilities/?filter[stop]=1736" } }, "parent_station": { @@ -283653,14 +285138,14 @@ }, { "attributes": {}, - "id": "4358", + "id": "1059", "links": { - "self": "/stops/4358" + "self": "/stops/1059" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4358" + "related": "/facilities/?filter[stop]=1059" } }, "parent_station": { @@ -283677,14 +285162,14 @@ }, { "attributes": {}, - "id": "3990", + "id": "6476", "links": { - "self": "/stops/3990" + "self": "/stops/6476" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3990" + "related": "/facilities/?filter[stop]=6476" } }, "parent_station": { @@ -283701,25 +285186,25 @@ }, { "attributes": {}, - "id": "70134", + "id": "NHRML-0127-01", "links": { - "self": "/stops/70134" + "self": "/stops/NHRML-0127-01" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70134" + "related": "/facilities/?filter[stop]=NHRML-0127-01" } }, "parent_station": { "data": { - "id": "place-brico", + "id": "place-NHRML-0127", "type": "stop" } }, "zone": { "data": { - "id": "RapidTransit", + "id": "CR-zone-2", "type": "zone" } } @@ -283727,172 +285212,63 @@ "type": "stop" }, { - "attributes": { - "direction_id": 1, - "headsign": "Sullivan" - }, - "id": "61870694", + "attributes": {}, + "id": "5621", "links": { - "self": "/trips/61870694" + "self": "/stops/5621" }, "relationships": { - "route": { - "data": { - "id": "104", - "type": "route" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=5621" } }, - "route_pattern": { - "data": { - "id": "104-_-1", - "type": "route_pattern" - } + "parent_station": { + "data": null }, - "service": { + "zone": { "data": { - "id": "SpringWeekday", - "type": "service" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "7350", + "links": { + "self": "/stops/7350" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=7350" } }, - "shape": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "1040128", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "53270", - "type": "stop" - }, - { - "id": "5289", - "type": "stop" - }, - { - "id": "5342", - "type": "stop" - }, - { - "id": "5343", - "type": "stop" - }, - { - "id": "5344", - "type": "stop" - }, - { - "id": "5345", - "type": "stop" - }, - { - "id": "5347", - "type": "stop" - }, - { - "id": "5348", - "type": "stop" - }, - { - "id": "5349", - "type": "stop" - }, - { - "id": "5350", - "type": "stop" - }, - { - "id": "5351", - "type": "stop" - }, - { - "id": "5352", - "type": "stop" - }, - { - "id": "5353", - "type": "stop" - }, - { - "id": "5354", - "type": "stop" - }, - { - "id": "5490", - "type": "stop" - }, - { - "id": "15492", - "type": "stop" - }, - { - "id": "5495", - "type": "stop" - }, - { - "id": "5496", - "type": "stop" - }, - { - "id": "5559", - "type": "stop" - }, - { - "id": "5560", - "type": "stop" - }, - { - "id": "5497", - "type": "stop" - }, - { - "id": "5498", - "type": "stop" - }, - { - "id": "5499", - "type": "stop" - }, - { - "id": "5500", - "type": "stop" - }, - { - "id": "5501", - "type": "stop" - }, - { - "id": "55011", - "type": "stop" - }, - { - "id": "55012", - "type": "stop" - }, - { - "id": "5502", - "type": "stop" - }, - { - "id": "29001", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "3176", + "id": "3821", "links": { - "self": "/stops/3176" + "self": "/stops/3821" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3176" + "related": "/facilities/?filter[stop]=3821" } }, "parent_station": { @@ -283908,420 +285284,195 @@ "type": "stop" }, { - "attributes": { - "direction_id": 0, - "headsign": "Redstone" - }, - "id": "61868968", + "attributes": {}, + "id": "8808", "links": { - "self": "/trips/61868968" + "self": "/stops/8808" }, "relationships": { - "route": { - "data": { - "id": "132", - "type": "route" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=8808" } }, - "route_pattern": { - "data": { - "id": "132-_-0", - "type": "route_pattern" - } + "parent_station": { + "data": null }, - "service": { + "zone": { "data": { - "id": "SpringWeekday", - "type": "service" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "8468", + "links": { + "self": "/stops/8468" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=8468" } }, - "shape": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "1320061", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "5072", - "type": "stop" - }, - { - "id": "5074", - "type": "stop" - }, - { - "id": "5075", - "type": "stop" - }, - { - "id": "5962", - "type": "stop" - }, - { - "id": "5963", - "type": "stop" - }, - { - "id": "9326", - "type": "stop" - }, - { - "id": "5967", - "type": "stop" - }, - { - "id": "5968", - "type": "stop" - }, - { - "id": "15969", - "type": "stop" - }, - { - "id": "25969", - "type": "stop" - }, - { - "id": "15970", - "type": "stop" - }, - { - "id": "15971", - "type": "stop" - }, - { - "id": "19573", - "type": "stop" - }, - { - "id": "15974", - "type": "stop" - }, - { - "id": "25974", - "type": "stop" - }, - { - "id": "15975", - "type": "stop" - }, - { - "id": "15976", - "type": "stop" - }, - { - "id": "15977", - "type": "stop" - }, - { - "id": "15978", - "type": "stop" - }, - { - "id": "15979", - "type": "stop" - }, - { - "id": "25982", - "type": "stop" - }, - { - "id": "15982", - "type": "stop" - }, - { - "id": "15983", - "type": "stop" - }, - { - "id": "15984", - "type": "stop" - }, - { - "id": "15985", - "type": "stop" - }, - { - "id": "15986", - "type": "stop" - }, - { - "id": "25986", - "type": "stop" - }, - { - "id": "15987", - "type": "stop" - }, - { - "id": "15988", - "type": "stop" - }, - { - "id": "25988", - "type": "stop" - }, - { - "id": "15989", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": { - "direction_id": 0, - "headsign": "North Burlington" + "direction_id": 1, + "headsign": "Lechmere" }, - "id": "61849115", + "id": "67008804", "links": { - "self": "/trips/61849115" + "self": "/trips/67008804" }, "relationships": { "route": { "data": { - "id": "350", + "id": "88", "type": "route" } }, "route_pattern": { "data": { - "id": "350-4-0", + "id": "88-_-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "3500214", + "id": "880167", "type": "shape" } }, "stops": { "data": [ { - "id": "141", - "type": "stop" - }, - { - "id": "22751", - "type": "stop" - }, - { - "id": "2275", - "type": "stop" - }, - { - "id": "2276", - "type": "stop" - }, - { - "id": "2277", - "type": "stop" - }, - { - "id": "2278", - "type": "stop" - }, - { - "id": "2279", - "type": "stop" - }, - { - "id": "2280", - "type": "stop" - }, - { - "id": "2281", - "type": "stop" - }, - { - "id": "2282", - "type": "stop" - }, - { - "id": "1656", - "type": "stop" - }, - { - "id": "1657", - "type": "stop" - }, - { - "id": "1658", - "type": "stop" - }, - { - "id": "1659", - "type": "stop" - }, - { - "id": "1660", - "type": "stop" - }, - { - "id": "1661", - "type": "stop" - }, - { - "id": "1662", - "type": "stop" - }, - { - "id": "1663", - "type": "stop" - }, - { - "id": "1665", - "type": "stop" - }, - { - "id": "1668", - "type": "stop" - }, - { - "id": "1670", - "type": "stop" - }, - { - "id": "1671", - "type": "stop" - }, - { - "id": "1672", - "type": "stop" - }, - { - "id": "1673", - "type": "stop" - }, - { - "id": "1674", - "type": "stop" - }, - { - "id": "1677", - "type": "stop" - }, - { - "id": "1678", - "type": "stop" - }, - { - "id": "1679", + "id": "2637", "type": "stop" }, { - "id": "1680", + "id": "2575", "type": "stop" }, { - "id": "1681", + "id": "2576", "type": "stop" }, { - "id": "1682", + "id": "2577", "type": "stop" }, { - "id": "1683", + "id": "2579", "type": "stop" }, { - "id": "1684", + "id": "2580", "type": "stop" }, { - "id": "1686", + "id": "2581", "type": "stop" }, { - "id": "41686", + "id": "2582", "type": "stop" }, { - "id": "1687", + "id": "2674", "type": "stop" }, { - "id": "1688", + "id": "2675", "type": "stop" }, { - "id": "16881", + "id": "2676", "type": "stop" }, { - "id": "1689", + "id": "2677", "type": "stop" }, { - "id": "1690", + "id": "2678", "type": "stop" }, { - "id": "1691", + "id": "2679", "type": "stop" }, { - "id": "1692", + "id": "2680", "type": "stop" }, { - "id": "41692", + "id": "2681", "type": "stop" }, { - "id": "41693", + "id": "2682", "type": "stop" }, { - "id": "1693", + "id": "2683", "type": "stop" }, { - "id": "1694", + "id": "2684", "type": "stop" }, { - "id": "1695", + "id": "2686", "type": "stop" }, { - "id": "1696", + "id": "2687", "type": "stop" }, { - "id": "1697", + "id": "2688", "type": "stop" }, { - "id": "16971", + "id": "2689", "type": "stop" }, { - "id": "1698", + "id": "2690", "type": "stop" }, { - "id": "1699", + "id": "2600", "type": "stop" }, { - "id": "6900", + "id": "2601", "type": "stop" }, { - "id": "6902", + "id": "70500", "type": "stop" } ] @@ -284331,14 +285482,14 @@ }, { "attributes": {}, - "id": "7379", + "id": "2141", "links": { - "self": "/stops/7379" + "self": "/stops/2141" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7379" + "related": "/facilities/?filter[stop]=2141" } }, "parent_station": { @@ -284355,14 +285506,14 @@ }, { "attributes": {}, - "id": "622", + "id": "3363", "links": { - "self": "/stops/622" + "self": "/stops/3363" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=622" + "related": "/facilities/?filter[stop]=3363" } }, "parent_station": { @@ -284379,14 +285530,14 @@ }, { "attributes": {}, - "id": "805", + "id": "51187", "links": { - "self": "/stops/805" + "self": "/stops/51187" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=805" + "related": "/facilities/?filter[stop]=51187" } }, "parent_station": { @@ -284402,127 +285553,71 @@ "type": "stop" }, { - "attributes": { - "direction_id": 1, - "headsign": "South Station" - }, - "id": "CR-670142-516", + "attributes": {}, + "id": "526", "links": { - "self": "/trips/CR-670142-516" + "self": "/stops/526" }, "relationships": { - "route": { - "data": { - "id": "CR-Worcester", - "type": "route" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=526" } }, - "route_pattern": { - "data": { - "id": "CR-Worcester-a814f00c-1", - "type": "route_pattern" - } + "parent_station": { + "data": null }, - "service": { + "zone": { "data": { - "id": "SPRING2024-SOUTHWKD-Weekday-1-Sb0e4ed14", - "type": "service" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "3848", + "links": { + "self": "/stops/3848" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=3848" } }, - "shape": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "9850001", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "WML-0442-CS", - "type": "stop" - }, - { - "id": "WML-0364-02", - "type": "stop" - }, - { - "id": "WML-0340-02", - "type": "stop" - }, - { - "id": "WML-0274-02", - "type": "stop" - }, - { - "id": "WML-0252-02", - "type": "stop" - }, - { - "id": "WML-0214-02", - "type": "stop" - }, - { - "id": "WML-0199-02", - "type": "stop" - }, - { - "id": "WML-0177-02", - "type": "stop" - }, - { - "id": "WML-0147-02", - "type": "stop" - }, - { - "id": "WML-0135-02", - "type": "stop" - }, - { - "id": "WML-0125-02", - "type": "stop" - }, - { - "id": "WML-0035-02", - "type": "stop" - }, - { - "id": "WML-0025-05", - "type": "stop" - }, - { - "id": "WML-0012-05", - "type": "stop" - }, - { - "id": "NEC-2287", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "WR-0120-S", + "id": "3327", "links": { - "self": "/stops/WR-0120-S" + "self": "/stops/3327" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=WR-0120-S" + "related": "/facilities/?filter[stop]=3327" } }, "parent_station": { - "data": { - "id": "place-WR-0120", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "CR-zone-2", + "id": "LocalBus", "type": "zone" } } @@ -284530,104 +285625,60 @@ "type": "stop" }, { - "attributes": { - "direction_id": 0, - "headsign": "Heath Street (Shuttle)" - }, - "id": "HeathStreetPrudential-0-sample", + "attributes": {}, + "id": "5230", "links": { - "self": "/trips/HeathStreetPrudential-0-sample" + "self": "/stops/5230" }, "relationships": { - "route": { - "data": { - "id": "Shuttle-HeathPrudential", - "type": "route" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=5230" } }, - "route_pattern": { - "data": { - "id": "Shuttle-HeathPrudential-0-0", - "type": "route_pattern" - } + "parent_station": { + "data": null }, - "service": { + "zone": { "data": { - "id": "canonical", - "type": "service" + "id": "LocalBus", + "type": "zone" } - }, - "shape": { - "data": { - "id": "PrudentialToHeathStreet-S", - "type": "shape" + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "71270", + "links": { + "self": "/stops/71270" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=71270" } }, - "stops": { - "data": [ - { - "id": "11388", - "type": "stop" - }, - { - "id": "31391", - "type": "stop" - }, - { - "id": "41391", - "type": "stop" - }, - { - "id": "61391", - "type": "stop" - }, - { - "id": "71391", - "type": "stop" - }, - { - "id": "91391", - "type": "stop" - }, - { - "id": "92391", - "type": "stop" - }, - { - "id": "1363", - "type": "stop" - }, - { - "id": "1365", - "type": "stop" - }, - { - "id": "21365", - "type": "stop" - }, - { - "id": "22365", - "type": "stop" - }, - { - "id": "1761", - "type": "stop" - } - ] + "parent_station": { + "data": null + }, + "zone": { + "data": null } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "4895", + "id": "3043", "links": { - "self": "/stops/4895" + "self": "/stops/3043" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4895" + "related": "/facilities/?filter[stop]=3043" } }, "parent_station": { @@ -284644,14 +285695,14 @@ }, { "attributes": {}, - "id": "5256", + "id": "8430", "links": { - "self": "/stops/5256" + "self": "/stops/8430" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5256" + "related": "/facilities/?filter[stop]=8430" } }, "parent_station": { @@ -284668,14 +285719,14 @@ }, { "attributes": {}, - "id": "9170168", + "id": "9070238", "links": { - "self": "/stops/9170168" + "self": "/stops/9070238" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9170168" + "related": "/facilities/?filter[stop]=9070238" } }, "parent_station": { @@ -284689,14 +285740,14 @@ }, { "attributes": {}, - "id": "5299", + "id": "7382", "links": { - "self": "/stops/5299" + "self": "/stops/7382" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5299" + "related": "/facilities/?filter[stop]=7382" } }, "parent_station": { @@ -284713,14 +285764,14 @@ }, { "attributes": {}, - "id": "7438", + "id": "5374", "links": { - "self": "/stops/7438" + "self": "/stops/5374" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7438" + "related": "/facilities/?filter[stop]=5374" } }, "parent_station": { @@ -284737,14 +285788,14 @@ }, { "attributes": {}, - "id": "9219", + "id": "10833", "links": { - "self": "/stops/9219" + "self": "/stops/10833" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9219" + "related": "/facilities/?filter[stop]=10833" } }, "parent_station": { @@ -284761,94 +285812,82 @@ }, { "attributes": { - "direction_id": 0, - "headsign": "Aberdeen Ave" + "direction_id": 1, + "headsign": "South Station" }, - "id": "61849923", + "id": "SouthWKDYF24-697782-744", "links": { - "self": "/trips/61849923" + "self": "/trips/SouthWKDYF24-697782-744" }, "relationships": { "route": { "data": { - "id": "75", + "id": "CR-Franklin", "type": "route" } }, "route_pattern": { "data": { - "id": "75-2-0", + "id": "CR-Franklin-47d24b90-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "FALL 2024-SOUTHWKD-Weekday-1-S85407dc6", "type": "service" } }, "shape": { "data": { - "id": "750080", + "id": "FoxboroToSouthStationViaBackBay", "type": "shape" } }, "stops": { "data": [ { - "id": "20761", - "type": "stop" - }, - { - "id": "2170", - "type": "stop" - }, - { - "id": "2172", - "type": "stop" - }, - { - "id": "2173", + "id": "FS-0049-S", "type": "stop" }, { - "id": "2174", + "id": "FB-0166-S", "type": "stop" }, { - "id": "2175", + "id": "FB-0148-02", "type": "stop" }, { - "id": "2176", + "id": "FB-0143-02", "type": "stop" }, { - "id": "2090", + "id": "FB-0125-02", "type": "stop" }, { - "id": "2092", + "id": "FB-0118-02", "type": "stop" }, { - "id": "2093", + "id": "FB-0109-02", "type": "stop" }, { - "id": "2095", + "id": "FB-0095-05", "type": "stop" }, { - "id": "2096", + "id": "NEC-2265-03", "type": "stop" }, { - "id": "2097", + "id": "NEC-2276-03", "type": "stop" }, { - "id": "2098", + "id": "NEC-2287", "type": "stop" } ] @@ -284858,14 +285897,14 @@ }, { "attributes": {}, - "id": "797", + "id": "3271", "links": { - "self": "/stops/797" + "self": "/stops/3271" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=797" + "related": "/facilities/?filter[stop]=3271" } }, "parent_station": { @@ -284882,62 +285921,75 @@ }, { "attributes": {}, - "id": "4572", + "id": "NB-0127-B0", "links": { - "self": "/stops/4572" + "self": "/stops/NB-0127-B0" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4572" + "related": "/facilities/?filter[stop]=NB-0127-B0" } }, "parent_station": { - "data": null - }, - "zone": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "place-NB-0127", + "type": "stop" } + }, + "zone": { + "data": null } }, "type": "stop" }, { - "attributes": {}, - "id": "55618", + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Oak Square", + "University Park or Kendall/MIT Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Oak Square - University Park or Kendall/MIT Station", + "short_name": "64", + "sort_order": 50640, + "text_color": "000000", + "type": 3 + }, + "id": "64", "links": { - "self": "/stops/55618" + "self": "/routes/64" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=55618" + "agency": { + "data": { + "id": "1", + "type": "agency" } }, - "parent_station": { - "data": null - }, - "zone": { + "line": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "line-6468", + "type": "line" } } }, - "type": "stop" + "type": "route" }, { "attributes": {}, - "id": "17421", + "id": "8550", "links": { - "self": "/stops/17421" + "self": "/stops/8550" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=17421" + "related": "/facilities/?filter[stop]=8550" } }, "parent_station": { @@ -284954,46 +286006,22 @@ }, { "attributes": {}, - "id": "9070214", + "id": "76561", "links": { - "self": "/stops/9070214" + "self": "/stops/76561" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9070214" + "related": "/facilities/?filter[stop]=76561" } }, "parent_station": { "data": null }, - "zone": { - "data": null - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "MM-0023-S", - "links": { - "self": "/stops/MM-0023-S" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=MM-0023-S" - } - }, - "parent_station": { - "data": { - "id": "place-jfk", - "type": "stop" - } - }, "zone": { "data": { - "id": "CR-zone-1A", + "id": "LocalBus", "type": "zone" } } @@ -285002,14 +286030,14 @@ }, { "attributes": {}, - "id": "565", + "id": "5815", "links": { - "self": "/stops/565" + "self": "/stops/5815" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=565" + "related": "/facilities/?filter[stop]=5815" } }, "parent_station": { @@ -285026,25 +286054,22 @@ }, { "attributes": {}, - "id": "WR-0085-01", + "id": "38494", "links": { - "self": "/stops/WR-0085-01" + "self": "/stops/38494" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=WR-0085-01" + "related": "/facilities/?filter[stop]=38494" } }, "parent_station": { - "data": { - "id": "place-WR-0085", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "CR-zone-2", + "id": "LocalBus", "type": "zone" } } @@ -285053,14 +286078,14 @@ }, { "attributes": {}, - "id": "4796", + "id": "2082", "links": { - "self": "/stops/4796" + "self": "/stops/2082" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4796" + "related": "/facilities/?filter[stop]=2082" } }, "parent_station": { @@ -285077,22 +286102,25 @@ }, { "attributes": {}, - "id": "18251", + "id": "WR-0045-S", "links": { - "self": "/stops/18251" + "self": "/stops/WR-0045-S" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=18251" + "related": "/facilities/?filter[stop]=WR-0045-S" } }, "parent_station": { - "data": null + "data": { + "id": "place-mlmnl", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "CR-zone-1A", "type": "zone" } } @@ -285101,14 +286129,14 @@ }, { "attributes": {}, - "id": "5869", + "id": "4479", "links": { - "self": "/stops/5869" + "self": "/stops/4479" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5869" + "related": "/facilities/?filter[stop]=4479" } }, "parent_station": { @@ -285125,14 +286153,14 @@ }, { "attributes": {}, - "id": "5069", + "id": "8323", "links": { - "self": "/stops/5069" + "self": "/stops/8323" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5069" + "related": "/facilities/?filter[stop]=8323" } }, "parent_station": { @@ -285149,14 +286177,14 @@ }, { "attributes": {}, - "id": "912", + "id": "3884", "links": { - "self": "/stops/912" + "self": "/stops/3884" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=912" + "related": "/facilities/?filter[stop]=3884" } }, "parent_station": { @@ -285171,89 +286199,24 @@ }, "type": "stop" }, - { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Harvard Square", - "Nubian Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Harvard Square - Nubian Station", - "short_name": "66", - "sort_order": 50660, - "text_color": "000000", - "type": 3 - }, - "id": "66", - "links": { - "self": "/routes/66" - }, - "relationships": { - "line": { - "data": { - "id": "line-66", - "type": "line" - } - } - }, - "type": "route" - }, - { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Centre Street & Eliot Street", - "JFK/UMass Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Centre Street & Eliot Street - JFK/UMass Station", - "short_name": "41", - "sort_order": 50410, - "text_color": "000000", - "type": 3 - }, - "id": "41", - "links": { - "self": "/routes/41" - }, - "relationships": { - "line": { - "data": { - "id": "line-41", - "type": "line" - } - } - }, - "type": "route" - }, { "attributes": {}, - "id": "WR-0062-01", + "id": "178", "links": { - "self": "/stops/WR-0062-01" + "self": "/stops/178" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=WR-0062-01" + "related": "/facilities/?filter[stop]=178" } }, "parent_station": { - "data": { - "id": "place-WR-0062", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "CR-zone-1", + "id": "ExpressBus-Downtown", "type": "zone" } } @@ -285262,14 +286225,14 @@ }, { "attributes": {}, - "id": "322", + "id": "8811", "links": { - "self": "/stops/322" + "self": "/stops/8811" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=322" + "related": "/facilities/?filter[stop]=8811" } }, "parent_station": { @@ -285286,14 +286249,14 @@ }, { "attributes": {}, - "id": "4482", + "id": "13818", "links": { - "self": "/stops/4482" + "self": "/stops/13818" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4482" + "related": "/facilities/?filter[stop]=13818" } }, "parent_station": { @@ -285311,221 +286274,217 @@ { "attributes": { "direction_id": 1, - "headsign": "Wellington" + "headsign": "Ashmont" }, - "id": "63146583", + "id": "67290607", "links": { - "self": "/trips/63146583" + "self": "/trips/67290607" }, "relationships": { "route": { "data": { - "id": "134", + "id": "215", "type": "route" } }, "route_pattern": { "data": { - "id": "134-9-1", + "id": "215-1-1", "type": "route_pattern" } }, "service": { "data": { - "id": "BUS32024-hbg34j47-Sunday-02", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "1340367", + "id": "2150204", "type": "shape" } }, "stops": { "data": [ { - "id": "9125", - "type": "stop" - }, - { - "id": "6941", + "id": "32003", "type": "stop" }, { - "id": "6942", + "id": "3326", "type": "stop" }, { - "id": "6943", + "id": "3327", "type": "stop" }, { - "id": "6944", + "id": "3328", "type": "stop" }, { - "id": "6945", + "id": "3330", "type": "stop" }, { - "id": "6946", + "id": "3331", "type": "stop" }, { - "id": "6947", + "id": "3333", "type": "stop" }, { - "id": "6948", + "id": "3332", "type": "stop" }, { - "id": "6949", + "id": "3335", "type": "stop" }, { - "id": "6950", + "id": "3336", "type": "stop" }, { - "id": "6951", + "id": "3337", "type": "stop" }, { - "id": "6952", + "id": "3338", "type": "stop" }, { - "id": "6953", + "id": "3339", "type": "stop" }, { - "id": "6954", + "id": "3341", "type": "stop" }, { - "id": "6955", + "id": "3343", "type": "stop" }, { - "id": "6956", + "id": "3344", "type": "stop" }, { - "id": "6957", + "id": "3345", "type": "stop" }, { - "id": "6958", + "id": "3347", "type": "stop" }, { - "id": "6959", + "id": "3348", "type": "stop" }, { - "id": "9145", + "id": "3349", "type": "stop" }, { - "id": "9146", + "id": "3350", "type": "stop" }, { - "id": "9147", + "id": "3351", "type": "stop" }, { - "id": "9149", + "id": "3352", "type": "stop" }, { - "id": "9150", + "id": "3353", "type": "stop" }, { - "id": "5008", + "id": "3354", "type": "stop" }, { - "id": "6322", + "id": "3356", "type": "stop" }, { - "id": "6323", + "id": "3358", "type": "stop" }, { - "id": "6324", + "id": "3359", "type": "stop" }, { - "id": "63241", + "id": "3360", "type": "stop" }, { - "id": "9151", + "id": "3361", "type": "stop" }, { - "id": "9152", + "id": "3362", "type": "stop" }, { - "id": "9153", + "id": "3363", "type": "stop" }, { - "id": "9154", + "id": "3364", "type": "stop" }, { - "id": "9155", + "id": "3365", "type": "stop" }, { - "id": "9156", + "id": "3366", "type": "stop" }, { - "id": "9157", + "id": "3368", "type": "stop" }, { - "id": "49157", + "id": "3369", "type": "stop" }, { - "id": "49158", + "id": "33691", "type": "stop" }, { - "id": "9158", + "id": "3370", "type": "stop" }, { - "id": "9159", + "id": "3371", "type": "stop" }, { - "id": "9160", + "id": "3372", "type": "stop" }, { - "id": "9161", + "id": "3373", "type": "stop" }, { - "id": "9042", + "id": "533", "type": "stop" }, { - "id": "9043", + "id": "534", "type": "stop" }, { - "id": "5271", + "id": "334", "type": "stop" } ] @@ -285535,18 +286494,21 @@ }, { "attributes": {}, - "id": "5544", + "id": "29004", "links": { - "self": "/stops/5544" + "self": "/stops/29004" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5544" + "related": "/facilities/?filter[stop]=29004" } }, "parent_station": { - "data": null + "data": { + "id": "place-sull", + "type": "stop" + } }, "zone": { "data": { @@ -285559,14 +286521,14 @@ }, { "attributes": {}, - "id": "6112", + "id": "3971", "links": { - "self": "/stops/6112" + "self": "/stops/3971" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6112" + "related": "/facilities/?filter[stop]=3971" } }, "parent_station": { @@ -285582,88 +286544,39 @@ "type": "stop" }, { - "attributes": { - "direction_id": 0, - "headsign": "Newton Highlands (Shuttle)" - }, - "id": "FenwayNewtonHighlands-0-sample", + "attributes": {}, + "id": "5232", "links": { - "self": "/trips/FenwayNewtonHighlands-0-sample" + "self": "/stops/5232" }, "relationships": { - "route": { - "data": { - "id": "Shuttle-FenwayNewtonHighlands", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Shuttle-FenwayNewtonHighlands-0-0", - "type": "route_pattern" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=5232" } }, - "service": { - "data": { - "id": "canonical", - "type": "service" - } + "parent_station": { + "data": null }, - "shape": { + "zone": { "data": { - "id": "FenwayToNewtonHighlands-S", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "9434", - "type": "stop" - }, - { - "id": "1521", - "type": "stop" - }, - { - "id": "1525", - "type": "stop" - }, - { - "id": "9070178", - "type": "stop" - }, - { - "id": "21917", - "type": "stop" - }, - { - "id": "1540", - "type": "stop" - }, - { - "id": "9070171", - "type": "stop" - }, - { - "id": "9070168", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "2123", + "id": "1130", "links": { - "self": "/stops/2123" + "self": "/stops/1130" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2123" + "related": "/facilities/?filter[stop]=1130" } }, "parent_station": { @@ -285680,14 +286593,14 @@ }, { "attributes": {}, - "id": "1732", + "id": "17711", "links": { - "self": "/stops/1732" + "self": "/stops/17711" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1732" + "related": "/facilities/?filter[stop]=17711" } }, "parent_station": { @@ -285703,341 +286616,227 @@ "type": "stop" }, { - "attributes": { - "color": "FFC72C", - "long_name": "Franklin Park - Ruggles", - "short_name": "45", - "sort_order": 50450, - "text_color": "000000" - }, - "id": "line-45", + "attributes": {}, + "id": "3698", "links": { - "self": "/lines/line-45" + "self": "/stops/3698" }, - "type": "line" + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=3698" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" }, { "attributes": { - "direction_id": 0, - "headsign": "East Walpole" + "direction_id": 1, + "headsign": "Avenue Louis Pasteur via Ruggles" }, - "id": "62146232", + "id": "66859732", "links": { - "self": "/trips/62146232" + "self": "/trips/66859732" }, "relationships": { "route": { "data": { - "id": "34E", + "id": "28", "type": "route" } }, "route_pattern": { "data": { - "id": "34E-6-0", + "id": "28-9-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "34E0247", + "id": "280197", "type": "shape" } }, "stops": { "data": [ { - "id": "10642", - "type": "stop" - }, - { - "id": "596", - "type": "stop" - }, - { - "id": "597", - "type": "stop" - }, - { - "id": "598", - "type": "stop" - }, - { - "id": "599", - "type": "stop" - }, - { - "id": "600", - "type": "stop" - }, - { - "id": "601", - "type": "stop" - }, - { - "id": "6022", - "type": "stop" - }, - { - "id": "603", - "type": "stop" - }, - { - "id": "10603", - "type": "stop" - }, - { - "id": "604", - "type": "stop" - }, - { - "id": "605", - "type": "stop" - }, - { - "id": "606", - "type": "stop" - }, - { - "id": "607", - "type": "stop" - }, - { - "id": "608", - "type": "stop" - }, - { - "id": "609", - "type": "stop" - }, - { - "id": "610", - "type": "stop" - }, - { - "id": "611", - "type": "stop" - }, - { - "id": "612", - "type": "stop" - }, - { - "id": "10612", - "type": "stop" - }, - { - "id": "613", - "type": "stop" - }, - { - "id": "614", - "type": "stop" - }, - { - "id": "615", - "type": "stop" - }, - { - "id": "616", - "type": "stop" - }, - { - "id": "618", - "type": "stop" - }, - { - "id": "10618", - "type": "stop" - }, - { - "id": "24619", - "type": "stop" - }, - { - "id": "99832", - "type": "stop" - }, - { - "id": "12618", - "type": "stop" - }, - { - "id": "13618", - "type": "stop" - }, - { - "id": "14618", - "type": "stop" - }, - { - "id": "15618", + "id": "18511", "type": "stop" }, { - "id": "16618", + "id": "1722", "type": "stop" }, { - "id": "22628", + "id": "1723", "type": "stop" }, { - "id": "18618", + "id": "1724", "type": "stop" }, { - "id": "19618", + "id": "1725", "type": "stop" }, { - "id": "20618", + "id": "1726", "type": "stop" }, { - "id": "21618", + "id": "1728", "type": "stop" }, { - "id": "20619", + "id": "1730", "type": "stop" }, { - "id": "30619", + "id": "1731", "type": "stop" }, { - "id": "40619", + "id": "1732", "type": "stop" }, { - "id": "20620", + "id": "1733", "type": "stop" }, { - "id": "30620", + "id": "1734", "type": "stop" }, { - "id": "90620", + "id": "1735", "type": "stop" }, { - "id": "90621", + "id": "1736", "type": "stop" }, { - "id": "31619", + "id": "1737", "type": "stop" }, { - "id": "32619", + "id": "381", "type": "stop" }, { - "id": "33619", + "id": "382", "type": "stop" }, { - "id": "34619", + "id": "383", "type": "stop" }, { - "id": "22618", + "id": "384", "type": "stop" }, { - "id": "23618", + "id": "385", "type": "stop" }, { - "id": "24628", + "id": "386", "type": "stop" }, { - "id": "25618", + "id": "387", "type": "stop" }, { - "id": "26618", + "id": "388", "type": "stop" }, { - "id": "27618", + "id": "390", "type": "stop" }, { - "id": "28618", + "id": "392", "type": "stop" }, { - "id": "29618", + "id": "393", "type": "stop" }, { - "id": "30618", + "id": "394", "type": "stop" }, { - "id": "31618", + "id": "395", "type": "stop" }, { - "id": "31628", + "id": "396", "type": "stop" }, { - "id": "32628", + "id": "21151", "type": "stop" }, { - "id": "32638", + "id": "64000", "type": "stop" }, { - "id": "33618", + "id": "1148", "type": "stop" }, { - "id": "34618", + "id": "11149", "type": "stop" }, { - "id": "35618", + "id": "11148", "type": "stop" }, { - "id": "36618", + "id": "21148", "type": "stop" }, { - "id": "37618", + "id": "1224", "type": "stop" }, { - "id": "40618", + "id": "17861", "type": "stop" }, { - "id": "41618", + "id": "1798", "type": "stop" }, { - "id": "61842", + "id": "71391", "type": "stop" }, { - "id": "73618", + "id": "91391", "type": "stop" }, { - "id": "73619", + "id": "11780", "type": "stop" } ] @@ -286047,14 +286846,14 @@ }, { "attributes": {}, - "id": "7656", + "id": "13840", "links": { - "self": "/stops/7656" + "self": "/stops/13840" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7656" + "related": "/facilities/?filter[stop]=13840" } }, "parent_station": { @@ -286072,117 +286871,109 @@ { "attributes": { "direction_id": 1, - "headsign": "Nubian" + "headsign": "Union Square" }, - "id": "62144650", + "id": "66817529", "links": { - "self": "/trips/62144650" + "self": "/trips/66817529" }, "relationships": { "route": { "data": { - "id": "42", + "id": "Green-D", "type": "route" } }, "route_pattern": { "data": { - "id": "42-1-1", + "id": "Green-D-845-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "LRV12025-hlb15011-Weekday-01", "type": "service" } }, "shape": { "data": { - "id": "420094", + "id": "8000047", "type": "shape" } }, "stops": { "data": [ { - "id": "875", - "type": "stop" - }, - { - "id": "5233", - "type": "stop" - }, - { - "id": "5234", + "id": "70174", "type": "stop" }, { - "id": "5235", + "id": "70176", "type": "stop" }, { - "id": "15235", + "id": "70178", "type": "stop" }, { - "id": "5236", + "id": "70180", "type": "stop" }, { - "id": "15236", + "id": "70182", "type": "stop" }, { - "id": "25236", + "id": "70186", "type": "stop" }, { - "id": "35236", + "id": "70150", "type": "stop" }, { - "id": "1165", + "id": "70152", "type": "stop" }, { - "id": "1166", + "id": "70154", "type": "stop" }, { - "id": "1167", + "id": "70156", "type": "stop" }, { - "id": "1168", + "id": "70158", "type": "stop" }, { - "id": "1169", + "id": "70200", "type": "stop" }, { - "id": "1170", + "id": "70201", "type": "stop" }, { - "id": "1172", + "id": "70203", "type": "stop" }, { - "id": "1173", + "id": "70205", "type": "stop" }, { - "id": "1174", + "id": "70207", "type": "stop" }, { - "id": "1175", + "id": "70501", "type": "stop" }, { - "id": "64000", + "id": "70503", "type": "stop" } ] @@ -286191,29 +286982,63 @@ "type": "trip" }, { - "attributes": { - "color": "FFC72C", - "long_name": "Bedford VA - Alewife via Hanscom Airport", - "short_name": "62/76", - "sort_order": 50620, - "text_color": "000000" + "attributes": {}, + "id": "4822", + "links": { + "self": "/stops/4822" }, - "id": "line-6276", + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=4822" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "3341", "links": { - "self": "/lines/line-6276" + "self": "/stops/3341" }, - "type": "line" + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=3341" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" }, { "attributes": {}, - "id": "8575", + "id": "12639", "links": { - "self": "/stops/8575" + "self": "/stops/12639" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8575" + "related": "/facilities/?filter[stop]=12639" } }, "parent_station": { @@ -286230,14 +287055,14 @@ }, { "attributes": {}, - "id": "38488", + "id": "7981", "links": { - "self": "/stops/38488" + "self": "/stops/7981" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=38488" + "related": "/facilities/?filter[stop]=7981" } }, "parent_station": { @@ -286254,14 +287079,209 @@ }, { "attributes": {}, - "id": "7300", + "id": "7585", "links": { - "self": "/stops/7300" + "self": "/stops/7585" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7300" + "related": "/facilities/?filter[stop]=7585" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "4337", + "links": { + "self": "/stops/4337" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=4337" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "7960", + "links": { + "self": "/stops/7960" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=7960" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "4042", + "links": { + "self": "/stops/4042" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=4042" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "3556", + "links": { + "self": "/stops/3556" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=3556" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "WML-0442-CS", + "links": { + "self": "/stops/WML-0442-CS" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=WML-0442-CS" + } + }, + "parent_station": { + "data": { + "id": "place-WML-0442", + "type": "stop" + } + }, + "zone": { + "data": { + "id": "CR-zone-8", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "3513", + "links": { + "self": "/stops/3513" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=3513" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "4374", + "links": { + "self": "/stops/4374" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=4374" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "3577", + "links": { + "self": "/stops/3577" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=3577" } }, "parent_station": { @@ -286278,23 +287298,23 @@ }, { "attributes": { - "direction_id": 0, - "headsign": "Needham Heights" + "direction_id": 1, + "headsign": "Forest Hills (Shuttle)" }, - "id": "canonical-CR-Needham-C1-0", + "id": "ForestHillsNewtonHighlands-Weekday-9e586-1-00:00:00", "links": { - "self": "/trips/canonical-CR-Needham-C1-0" + "self": "/trips/ForestHillsNewtonHighlands-Weekday-9e586-1-00%3A00%3A00" }, "relationships": { "route": { "data": { - "id": "CR-Needham", + "id": "Shuttle-ForestHillsNewtonHighlands", "type": "route" } }, "route_pattern": { "data": { - "id": "CR-Needham-C1-0", + "id": "Shuttle-ForestHillsNewtonHighlands-0-1", "type": "route_pattern" } }, @@ -286306,58 +287326,50 @@ }, "shape": { "data": { - "id": "canonical-9860002", + "id": "NewtonHighlandsToForestHills-S", "type": "shape" } }, "stops": { "data": [ { - "id": "NEC-2287", - "type": "stop" - }, - { - "id": "NEC-2276", - "type": "stop" - }, - { - "id": "NEC-2265", + "id": "9070168", "type": "stop" }, { - "id": "NEC-2237-03", + "id": "NB-0137-B1", "type": "stop" }, { - "id": "NB-0064-S", + "id": "NB-0127-B1", "type": "stop" }, { - "id": "NB-0072-S", + "id": "91852", "type": "stop" }, { - "id": "NB-0076-S", + "id": "NB-0109-B1", "type": "stop" }, { - "id": "NB-0080-S", + "id": "NB-0080-B3", "type": "stop" }, { - "id": "NB-0109-S", + "id": "NB-0076-B1", "type": "stop" }, { - "id": "NB-0120-S", + "id": "NB-0072-B1", "type": "stop" }, { - "id": "NB-0127-S", + "id": "NB-0064-B2", "type": "stop" }, { - "id": "NB-0137-S", + "id": "10642", "type": "stop" } ] @@ -286365,140 +287377,299 @@ }, "type": "trip" }, + { + "attributes": {}, + "id": "ER-0312-S", + "links": { + "self": "/stops/ER-0312-S" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=ER-0312-S" + } + }, + "parent_station": { + "data": { + "id": "place-ER-0312", + "type": "stop" + } + }, + "zone": { + "data": { + "id": "CR-zone-7", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "28743", + "links": { + "self": "/stops/28743" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=28743" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "7300", + "links": { + "self": "/stops/7300" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=7300" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "3216", + "links": { + "self": "/stops/3216" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=3216" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "8292", + "links": { + "self": "/stops/8292" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=8292" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "4886", + "links": { + "self": "/stops/4886" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=4886" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "2420", + "links": { + "self": "/stops/2420" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=2420" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "7228", + "links": { + "self": "/stops/7228" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=7228" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "5396", + "links": { + "self": "/stops/5396" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=5396" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "1525", + "links": { + "self": "/stops/1525" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=1525" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, { "attributes": { - "direction_id": 0, - "headsign": "Riverside" + "direction_id": 1, + "headsign": "Long Wharf via Hull & Logan Airport" }, - "id": "canonical-Green-D-C1-0", + "id": "Boat-F1-1300-Hingham-BF2H-03-Weekday-Fall-24", "links": { - "self": "/trips/canonical-Green-D-C1-0" + "self": "/trips/Boat-F1-1300-Hingham-BF2H-03-Weekday-Fall-24" }, "relationships": { "route": { "data": { - "id": "Green-D", + "id": "Boat-F1", "type": "route" } }, "route_pattern": { "data": { - "id": "Green-D-855-0", + "id": "Boat-F1-0-1", "type": "route_pattern" } }, "service": { "data": { - "id": "canonical", + "id": "Boat-F1-Weekday-Fall-24", "type": "service" } }, "shape": { "data": { - "id": "canonical-8000008", + "id": "b0007", "type": "shape" } }, "stops": { "data": [ { - "id": "70504", - "type": "stop" - }, - { - "id": "70502", - "type": "stop" - }, - { - "id": "70208", - "type": "stop" - }, - { - "id": "70206", - "type": "stop" - }, - { - "id": "70204", - "type": "stop" - }, - { - "id": "70202", - "type": "stop" - }, - { - "id": "70198", - "type": "stop" - }, - { - "id": "70159", - "type": "stop" - }, - { - "id": "70157", - "type": "stop" - }, - { - "id": "70155", - "type": "stop" - }, - { - "id": "70153", - "type": "stop" - }, - { - "id": "70151", - "type": "stop" - }, - { - "id": "70187", - "type": "stop" - }, - { - "id": "70183", - "type": "stop" - }, - { - "id": "70181", - "type": "stop" - }, - { - "id": "70179", - "type": "stop" - }, - { - "id": "70177", - "type": "stop" - }, - { - "id": "70175", - "type": "stop" - }, - { - "id": "70173", - "type": "stop" - }, - { - "id": "70171", - "type": "stop" - }, - { - "id": "70169", - "type": "stop" - }, - { - "id": "70167", + "id": "Boat-Hingham", "type": "stop" }, { - "id": "70165", + "id": "Boat-Hull", "type": "stop" }, { - "id": "70163", + "id": "Boat-Logan", "type": "stop" }, { - "id": "70161", + "id": "Boat-Long", "type": "stop" } ] @@ -286508,25 +287679,22 @@ }, { "attributes": {}, - "id": "NB-0137-S", + "id": "4214", "links": { - "self": "/stops/NB-0137-S" + "self": "/stops/4214" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=NB-0137-S" + "related": "/facilities/?filter[stop]=4214" } }, "parent_station": { - "data": { - "id": "place-NB-0137", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "CR-zone-2", + "id": "LocalBus", "type": "zone" } } @@ -286536,197 +287704,117 @@ { "attributes": { "direction_id": 0, - "headsign": "City Point" + "headsign": "Sullivan (Limited Stops)" }, - "id": "61393135", + "id": "66645472", "links": { - "self": "/trips/61393135" + "self": "/trips/66645472" }, "relationships": { "route": { "data": { - "id": "10", + "id": "747", "type": "route" } }, "route_pattern": { "data": { - "id": "10-5-0", + "id": "747-_-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "10-B-1", + "id": "7470077", "type": "shape" } }, "stops": { "data": [ { - "id": "175", - "type": "stop" - }, - { - "id": "143", - "type": "stop" - }, - { - "id": "178", - "type": "stop" - }, - { - "id": "176", - "type": "stop" - }, - { - "id": "1395", - "type": "stop" - }, - { - "id": "1396", - "type": "stop" - }, - { - "id": "1397", - "type": "stop" - }, - { - "id": "1398", - "type": "stop" - }, - { - "id": "21158", - "type": "stop" - }, - { - "id": "11158", - "type": "stop" - }, - { - "id": "10015", - "type": "stop" - }, - { - "id": "5089", - "type": "stop" - }, - { - "id": "855", - "type": "stop" - }, - { - "id": "8", - "type": "stop" - }, - { - "id": "30009", - "type": "stop" - }, - { - "id": "131", - "type": "stop" - }, - { - "id": "29049", - "type": "stop" - }, - { - "id": "29051", - "type": "stop" - }, - { - "id": "29052", - "type": "stop" - }, - { - "id": "13", - "type": "stop" - }, - { - "id": "14", + "id": "17863", "type": "stop" }, { - "id": "15", + "id": "71391", "type": "stop" }, { - "id": "16", + "id": "91391", "type": "stop" }, { - "id": "17", + "id": "11803", "type": "stop" }, { - "id": "18", + "id": "1805", "type": "stop" }, { - "id": "19", + "id": "1807", "type": "stop" }, { - "id": "20", + "id": "1808", "type": "stop" }, { - "id": "21", + "id": "11809", "type": "stop" }, { - "id": "22", + "id": "1810", "type": "stop" }, { - "id": "23", + "id": "21772", "type": "stop" }, { - "id": "24", + "id": "21174", "type": "stop" }, { - "id": "25", + "id": "21773", "type": "stop" }, { - "id": "27", + "id": "12231", "type": "stop" }, { - "id": "28", + "id": "2521", "type": "stop" }, { - "id": "29", + "id": "2525", "type": "stop" }, { - "id": "30", + "id": "2531", "type": "stop" }, { - "id": "32", + "id": "2776", "type": "stop" }, { - "id": "10031", + "id": "2778", "type": "stop" }, { - "id": "10032", + "id": "2777", "type": "stop" }, { - "id": "33", + "id": "29001", "type": "stop" } ] @@ -286736,14 +287824,14 @@ }, { "attributes": {}, - "id": "88340", + "id": "16500", "links": { - "self": "/stops/88340" + "self": "/stops/16500" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=88340" + "related": "/facilities/?filter[stop]=16500" } }, "parent_station": { @@ -286760,14 +287848,14 @@ }, { "attributes": {}, - "id": "7542", + "id": "6206", "links": { - "self": "/stops/7542" + "self": "/stops/6206" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7542" + "related": "/facilities/?filter[stop]=6206" } }, "parent_station": { @@ -286784,14 +287872,14 @@ }, { "attributes": {}, - "id": "10000", + "id": "33077", "links": { - "self": "/stops/10000" + "self": "/stops/33077" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=10000" + "related": "/facilities/?filter[stop]=33077" } }, "parent_station": { @@ -286808,41 +287896,14 @@ }, { "attributes": {}, - "id": "70086", - "links": { - "self": "/stops/70086" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=70086" - } - }, - "parent_station": { - "data": { - "id": "place-jfk", - "type": "stop" - } - }, - "zone": { - "data": { - "id": "RapidTransit", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "843", + "id": "4168", "links": { - "self": "/stops/843" + "self": "/stops/4168" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=843" + "related": "/facilities/?filter[stop]=4168" } }, "parent_station": { @@ -286859,119 +287920,38 @@ }, { "attributes": {}, - "id": "5646", + "id": "2066", "links": { - "self": "/stops/5646" + "self": "/stops/2066" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5646" + "related": "/facilities/?filter[stop]=2066" } }, "parent_station": { "data": null }, "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": { - "direction_id": 1, - "headsign": "South Station" - }, - "id": "CR-670264-806", - "links": { - "self": "/trips/CR-670264-806" - }, - "relationships": { - "route": { - "data": { - "id": "CR-Providence", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "CR-Providence-1b128040-1", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "SPRING2024-SOUTHWKD-Weekday-1-Scbbf1ea5", - "type": "service" - } - }, - "shape": { - "data": { - "id": "9890008", - "type": "shape" - } - }, - "stops": { - "data": [ - { - "id": "NEC-1659-03", - "type": "stop" - }, - { - "id": "NEC-1768-03", - "type": "stop" - }, - { - "id": "NEC-1851-03", - "type": "stop" - }, - { - "id": "NEC-1891-02", - "type": "stop" - }, - { - "id": "NEC-1969-04", - "type": "stop" - }, - { - "id": "NEC-2040-02", - "type": "stop" - }, - { - "id": "NEC-2108-02", - "type": "stop" - }, - { - "id": "NEC-2265-02", - "type": "stop" - }, - { - "id": "NEC-2276-02", - "type": "stop" - }, - { - "id": "NEC-2287", - "type": "stop" - } - ] + "data": { + "id": "LocalBus", + "type": "zone" + } } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "975", + "id": "30618", "links": { - "self": "/stops/975" + "self": "/stops/30618" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=975" + "related": "/facilities/?filter[stop]=30618" } }, "parent_station": { @@ -286988,22 +287968,25 @@ }, { "attributes": {}, - "id": "1190", + "id": "70128", "links": { - "self": "/stops/1190" + "self": "/stops/70128" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1190" + "related": "/facilities/?filter[stop]=70128" } }, "parent_station": { - "data": null + "data": { + "id": "place-grigg", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -287012,14 +287995,14 @@ }, { "attributes": {}, - "id": "803", + "id": "5268", "links": { - "self": "/stops/803" + "self": "/stops/5268" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=803" + "related": "/facilities/?filter[stop]=5268" } }, "parent_station": { @@ -287034,16 +288017,53 @@ }, "type": "stop" }, + { + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Marblehead", + "Wonderland Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Marblehead - Wonderland Station via Humphrey Street", + "short_name": "442", + "sort_order": 54420, + "text_color": "000000", + "type": 3 + }, + "id": "442", + "links": { + "self": "/routes/442" + }, + "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, + "line": { + "data": { + "id": "line-439441442", + "type": "line" + } + } + }, + "type": "route" + }, { "attributes": {}, - "id": "8806", + "id": "353", "links": { - "self": "/stops/8806" + "self": "/stops/353" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8806" + "related": "/facilities/?filter[stop]=353" } }, "parent_station": { @@ -287060,14 +288080,14 @@ }, { "attributes": {}, - "id": "6128", + "id": "2710", "links": { - "self": "/stops/6128" + "self": "/stops/2710" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6128" + "related": "/facilities/?filter[stop]=2710" } }, "parent_station": { @@ -287084,38 +288104,35 @@ }, { "attributes": {}, - "id": "5760", + "id": "9070233", "links": { - "self": "/stops/5760" + "self": "/stops/9070233" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5760" + "related": "/facilities/?filter[stop]=9070233" } }, "parent_station": { "data": null }, "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } + "data": null } }, "type": "stop" }, { "attributes": {}, - "id": "2837", + "id": "1080", "links": { - "self": "/stops/2837" + "self": "/stops/1080" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2837" + "related": "/facilities/?filter[stop]=1080" } }, "parent_station": { @@ -287130,31 +288147,86 @@ }, "type": "stop" }, + { + "attributes": { + "direction_id": 1, + "headsign": "Back Bay (Shuttle)" + }, + "id": "BackBayBostonLandingOmitSouthStation-1-sample", + "links": { + "self": "/trips/BackBayBostonLandingOmitSouthStation-1-sample" + }, + "relationships": { + "route": { + "data": { + "id": "Shuttle-BackBayBostonLanding", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "Shuttle-BackBayBostonLanding-0-1", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "canonical", + "type": "service" + } + }, + "shape": { + "data": { + "id": "BostonLandingToBackBay-S", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "WML-0035-B", + "type": "stop" + }, + { + "id": "NEC-2276-B", + "type": "stop" + } + ] + } + }, + "type": "trip" + }, { "attributes": { "color": "FFC72C", "direction_destinations": [ - "Copley & West", - "Lechmere & North" + "Rockport", + "North Station" ], "direction_names": [ - "West", - "East" + "Outbound", + "Inbound" ], - "long_name": "North Station - Government Center", - "short_name": "Green Line Shuttle", - "sort_order": 61946, + "long_name": "Beverly - Rockport (Express)", + "short_name": "Rockport Line Shuttle", + "sort_order": 60700, "text_color": "000000", "type": 3 }, - "id": "Shuttle-GovernmentCenterNorthStation", + "id": "Shuttle-BeverlyRockportExpress", "links": { - "self": "/routes/Shuttle-GovernmentCenterNorthStation" + "self": "/routes/Shuttle-BeverlyRockportExpress" }, "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, "line": { "data": { - "id": "line-Green", + "id": "line-Newburyport", "type": "line" } } @@ -287163,22 +288235,25 @@ }, { "attributes": {}, - "id": "6110", + "id": "70207", "links": { - "self": "/stops/6110" + "self": "/stops/70207" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6110" + "related": "/facilities/?filter[stop]=70207" } }, "parent_station": { - "data": null + "data": { + "id": "place-spmnl", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -287187,21 +288262,18 @@ }, { "attributes": {}, - "id": "NB-0127-B1", + "id": "7094", "links": { - "self": "/stops/NB-0127-B1" + "self": "/stops/7094" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=NB-0127-B1" + "related": "/facilities/?filter[stop]=7094" } }, "parent_station": { - "data": { - "id": "place-NB-0127", - "type": "stop" - } + "data": null }, "zone": { "data": { @@ -287214,14 +288286,14 @@ }, { "attributes": {}, - "id": "2175", + "id": "4316", "links": { - "self": "/stops/2175" + "self": "/stops/4316" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2175" + "related": "/facilities/?filter[stop]=4316" } }, "parent_station": { @@ -287238,14 +288310,14 @@ }, { "attributes": {}, - "id": "8601", + "id": "2898", "links": { - "self": "/stops/8601" + "self": "/stops/2898" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8601" + "related": "/facilities/?filter[stop]=2898" } }, "parent_station": { @@ -287262,14 +288334,14 @@ }, { "attributes": {}, - "id": "9295", + "id": "4225", "links": { - "self": "/stops/9295" + "self": "/stops/4225" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9295" + "related": "/facilities/?filter[stop]=4225" } }, "parent_station": { @@ -287286,14 +288358,14 @@ }, { "attributes": {}, - "id": "5062", + "id": "5875", "links": { - "self": "/stops/5062" + "self": "/stops/5875" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5062" + "related": "/facilities/?filter[stop]=5875" } }, "parent_station": { @@ -287310,38 +288382,38 @@ }, { "attributes": {}, - "id": "NB-0064-B1", + "id": "45413", "links": { - "self": "/stops/NB-0064-B1" + "self": "/stops/45413" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=NB-0064-B1" + "related": "/facilities/?filter[stop]=45413" } }, "parent_station": { - "data": { - "id": "place-NB-0064", - "type": "stop" - } + "data": null }, "zone": { - "data": null + "data": { + "id": "LocalBus", + "type": "zone" + } } }, "type": "stop" }, { "attributes": {}, - "id": "3556", + "id": "7954", "links": { - "self": "/stops/3556" + "self": "/stops/7954" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3556" + "related": "/facilities/?filter[stop]=7954" } }, "parent_station": { @@ -287358,14 +288430,14 @@ }, { "attributes": {}, - "id": "3623", + "id": "9242", "links": { - "self": "/stops/3623" + "self": "/stops/9242" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3623" + "related": "/facilities/?filter[stop]=9242" } }, "parent_station": { @@ -287382,14 +288454,14 @@ }, { "attributes": {}, - "id": "4453", + "id": "2044", "links": { - "self": "/stops/4453" + "self": "/stops/2044" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4453" + "related": "/facilities/?filter[stop]=2044" } }, "parent_station": { @@ -287406,14 +288478,14 @@ }, { "attributes": {}, - "id": "8176", + "id": "3705", "links": { - "self": "/stops/8176" + "self": "/stops/3705" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8176" + "related": "/facilities/?filter[stop]=3705" } }, "parent_station": { @@ -287430,14 +288502,14 @@ }, { "attributes": {}, - "id": "964", + "id": "7721", "links": { - "self": "/stops/964" + "self": "/stops/7721" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=964" + "related": "/facilities/?filter[stop]=7721" } }, "parent_station": { @@ -287453,64 +288525,39 @@ "type": "stop" }, { - "attributes": { - "direction_id": 0, - "headsign": "Reading (Shuttle)" - }, - "id": "HaverhillAndersonWoburnReading-0-sample", + "attributes": {}, + "id": "1924", "links": { - "self": "/trips/HaverhillAndersonWoburnReading-0-sample" + "self": "/stops/1924" }, "relationships": { - "route": { - "data": { - "id": "Shuttle-AndersonWoburnReading", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Shuttle-AndersonWoburnReading-0-0", - "type": "route_pattern" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=1924" } }, - "service": { - "data": { - "id": "canonical", - "type": "service" - } + "parent_station": { + "data": null }, - "shape": { + "zone": { "data": { - "id": "AndersonWoburnToReading-S", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "NHRML-0127-B", - "type": "stop" - }, - { - "id": "WR-0120-B", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "11522", + "id": "3616", "links": { - "self": "/stops/11522" + "self": "/stops/3616" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=11522" + "related": "/facilities/?filter[stop]=3616" } }, "parent_station": { @@ -287526,191 +288573,263 @@ "type": "stop" }, { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Fenway", - "Copley Square" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Fenway - Copley Square", - "short_name": "55", - "sort_order": 50550, - "text_color": "000000", - "type": 3 - }, - "id": "55", + "attributes": {}, + "id": "420", "links": { - "self": "/routes/55" + "self": "/stops/420" }, "relationships": { - "line": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=420" + } + }, + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "line-55", - "type": "line" + "id": "LocalBus", + "type": "zone" } } }, - "type": "route" + "type": "stop" }, { "attributes": { - "direction_id": 1, - "headsign": "Medford/Tufts" + "direction_id": 0, + "headsign": "Quincy Center" }, - "id": "61804513", + "id": "67290090", "links": { - "self": "/trips/61804513" + "self": "/trips/67290090" }, "relationships": { "route": { "data": { - "id": "Green-E", + "id": "215", "type": "route" } }, "route_pattern": { "data": { - "id": "Green-E-86-1", + "id": "215-1-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "8000022", + "id": "2150190", "type": "shape" } }, "stops": { "data": [ { - "id": "70513", + "id": "334", "type": "stop" }, { - "id": "70505", + "id": "536", "type": "stop" }, { - "id": "70507", + "id": "537", "type": "stop" }, { - "id": "70509", + "id": "3375", "type": "stop" }, { - "id": "70511", + "id": "3376", "type": "stop" - } - ] - } - }, - "type": "trip" - }, - { - "attributes": { - "direction_id": 0, - "headsign": "Haverhill" - }, - "id": "CR-676451-201", - "links": { - "self": "/trips/CR-676451-201" - }, - "relationships": { - "route": { - "data": { - "id": "CR-Haverhill", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "CR-Haverhill-0d9f7334-0", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "SPRING2024-NORTHWKD-Weekday-9-S6561ad1d", - "type": "service" - } - }, - "shape": { - "data": { - "id": "9820002", - "type": "shape" - } - }, - "stops": { - "data": [ + }, { - "id": "BNT-0000", + "id": "33761", "type": "stop" }, { - "id": "WR-0045-S", + "id": "3377", "type": "stop" }, { - "id": "WR-0053-S", + "id": "3378", "type": "stop" }, { - "id": "WR-0062-01", + "id": "3379", "type": "stop" }, { - "id": "WR-0067-01", + "id": "3380", "type": "stop" }, { - "id": "WR-0075-01", + "id": "3382", "type": "stop" }, { - "id": "WR-0085-02", + "id": "3384", "type": "stop" }, { - "id": "WR-0099-02", + "id": "3385", "type": "stop" }, { - "id": "WR-0120-S", + "id": "3386", "type": "stop" }, { - "id": "WR-0163-S", + "id": "3387", "type": "stop" }, { - "id": "WR-0205-02", + "id": "3388", "type": "stop" }, { - "id": "WR-0228-02", + "id": "3389", "type": "stop" }, { - "id": "WR-0264-02", + "id": "3391", "type": "stop" }, { - "id": "WR-0325-01", + "id": "3392", "type": "stop" }, { - "id": "WR-0329-01", + "id": "3393", + "type": "stop" + }, + { + "id": "3394", + "type": "stop" + }, + { + "id": "3395", + "type": "stop" + }, + { + "id": "3396", + "type": "stop" + }, + { + "id": "3397", + "type": "stop" + }, + { + "id": "3398", + "type": "stop" + }, + { + "id": "3399", + "type": "stop" + }, + { + "id": "3400", + "type": "stop" + }, + { + "id": "3401", + "type": "stop" + }, + { + "id": "3402", + "type": "stop" + }, + { + "id": "34021", + "type": "stop" + }, + { + "id": "3403", + "type": "stop" + }, + { + "id": "3404", + "type": "stop" + }, + { + "id": "3405", + "type": "stop" + }, + { + "id": "3406", + "type": "stop" + }, + { + "id": "3407", + "type": "stop" + }, + { + "id": "3408", + "type": "stop" + }, + { + "id": "3410", + "type": "stop" + }, + { + "id": "3411", + "type": "stop" + }, + { + "id": "3412", + "type": "stop" + }, + { + "id": "3413", + "type": "stop" + }, + { + "id": "3415", + "type": "stop" + }, + { + "id": "3416", + "type": "stop" + }, + { + "id": "3417", + "type": "stop" + }, + { + "id": "3418", + "type": "stop" + }, + { + "id": "3420", + "type": "stop" + }, + { + "id": "3422", + "type": "stop" + }, + { + "id": "3423", + "type": "stop" + }, + { + "id": "33241", + "type": "stop" + }, + { + "id": "32000", + "type": "stop" + }, + { + "id": "32003", "type": "stop" } ] @@ -287720,14 +288839,14 @@ }, { "attributes": {}, - "id": "4668", + "id": "5214", "links": { - "self": "/stops/4668" + "self": "/stops/5214" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4668" + "related": "/facilities/?filter[stop]=5214" } }, "parent_station": { @@ -287742,47 +288861,16 @@ }, "type": "stop" }, - { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Lowell", - "North Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Anderson/Woburn - North Station (Local)", - "short_name": "Lowell Line Shuttle", - "sort_order": 62230, - "text_color": "000000", - "type": 3 - }, - "id": "Shuttle-AndersonWoburnNorthStationLocal", - "links": { - "self": "/routes/Shuttle-AndersonWoburnNorthStationLocal" - }, - "relationships": { - "line": { - "data": { - "id": "line-Lowell", - "type": "line" - } - } - }, - "type": "route" - }, { "attributes": {}, - "id": "1473", + "id": "7407", "links": { - "self": "/stops/1473" + "self": "/stops/7407" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1473" + "related": "/facilities/?filter[stop]=7407" } }, "parent_station": { @@ -287799,41 +288887,14 @@ }, { "attributes": {}, - "id": "BNT-0000", - "links": { - "self": "/stops/BNT-0000" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=BNT-0000" - } - }, - "parent_station": { - "data": { - "id": "place-north", - "type": "stop" - } - }, - "zone": { - "data": { - "id": "CR-zone-1A", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "7350", + "id": "1572", "links": { - "self": "/stops/7350" + "self": "/stops/1572" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7350" + "related": "/facilities/?filter[stop]=1572" } }, "parent_station": { @@ -287850,14 +288911,14 @@ }, { "attributes": {}, - "id": "1396", + "id": "109885", "links": { - "self": "/stops/1396" + "self": "/stops/109885" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1396" + "related": "/facilities/?filter[stop]=109885" } }, "parent_station": { @@ -287865,7 +288926,7 @@ }, "zone": { "data": { - "id": "ExpressBus-Downtown", + "id": "LocalBus", "type": "zone" } } @@ -287874,62 +288935,38 @@ }, { "attributes": {}, - "id": "45414", + "id": "DB-2222-B0", "links": { - "self": "/stops/45414" + "self": "/stops/DB-2222-B0" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=45414" + "related": "/facilities/?filter[stop]=DB-2222-B0" } }, "parent_station": { - "data": null - }, - "zone": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "5262", - "links": { - "self": "/stops/5262" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=5262" + "id": "place-DB-2222", + "type": "stop" } }, - "parent_station": { - "data": null - }, "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } + "data": null } }, "type": "stop" }, { "attributes": {}, - "id": "49943", + "id": "210", "links": { - "self": "/stops/49943" + "self": "/stops/210" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=49943" + "related": "/facilities/?filter[stop]=210" } }, "parent_station": { @@ -287946,14 +288983,14 @@ }, { "attributes": {}, - "id": "8671", + "id": "806", "links": { - "self": "/stops/8671" + "self": "/stops/806" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8671" + "related": "/facilities/?filter[stop]=806" } }, "parent_station": { @@ -287969,224 +289006,369 @@ "type": "stop" }, { - "attributes": {}, - "id": "7397", + "attributes": { + "direction_id": 0, + "headsign": "Linden Square" + }, + "id": "66959833", "links": { - "self": "/stops/7397" + "self": "/trips/66959833" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=7397" + "route": { + "data": { + "id": "108", + "type": "route" } }, - "parent_station": { - "data": null - }, - "zone": { + "route_pattern": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "993", - "links": { - "self": "/stops/993" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=993" + "id": "108-6-0", + "type": "route_pattern" } }, - "parent_station": { - "data": null - }, - "zone": { + "service": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "5081", - "links": { - "self": "/stops/5081" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=5081" + "id": "WinterWeekday", + "type": "service" } }, - "parent_station": { - "data": null - }, - "zone": { + "shape": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "1080222", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "52715", + "type": "stop" + }, + { + "id": "9318", + "type": "stop" + }, + { + "id": "9319", + "type": "stop" + }, + { + "id": "9045", + "type": "stop" + }, + { + "id": "5215", + "type": "stop" + }, + { + "id": "49096", + "type": "stop" + }, + { + "id": "9047", + "type": "stop" + }, + { + "id": "9048", + "type": "stop" + }, + { + "id": "9049", + "type": "stop" + }, + { + "id": "9050", + "type": "stop" + }, + { + "id": "9051", + "type": "stop" + }, + { + "id": "9052", + "type": "stop" + }, + { + "id": "9053", + "type": "stop" + }, + { + "id": "9054", + "type": "stop" + }, + { + "id": "9055", + "type": "stop" + }, + { + "id": "9056", + "type": "stop" + }, + { + "id": "9057", + "type": "stop" + }, + { + "id": "9058", + "type": "stop" + }, + { + "id": "5337", + "type": "stop" + }, + { + "id": "5338", + "type": "stop" + }, + { + "id": "53270", + "type": "stop" + }, + { + "id": "5289", + "type": "stop" + }, + { + "id": "5342", + "type": "stop" + }, + { + "id": "5457", + "type": "stop" + }, + { + "id": "5459", + "type": "stop" + }, + { + "id": "5460", + "type": "stop" + }, + { + "id": "5461", + "type": "stop" + }, + { + "id": "5462", + "type": "stop" + }, + { + "id": "5463", + "type": "stop" + }, + { + "id": "5464", + "type": "stop" + }, + { + "id": "54651", + "type": "stop" + }, + { + "id": "9060", + "type": "stop" + }, + { + "id": "9061", + "type": "stop" + }, + { + "id": "49061", + "type": "stop" + }, + { + "id": "9063", + "type": "stop" + }, + { + "id": "9339", + "type": "stop" + }, + { + "id": "9340", + "type": "stop" + }, + { + "id": "9067", + "type": "stop" + }, + { + "id": "49067", + "type": "stop" + }, + { + "id": "9068", + "type": "stop" + }, + { + "id": "9069", + "type": "stop" + }, + { + "id": "9070", + "type": "stop" + }, + { + "id": "7410", + "type": "stop" + }, + { + "id": "7411", + "type": "stop" + }, + { + "id": "74120", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": { "direction_id": 1, - "headsign": "South Station" + "headsign": "West Lynn Garage via Central Square" }, - "id": "CR-670130-500", + "id": "67202366", "links": { - "self": "/trips/CR-670130-500" + "self": "/trips/67202366" }, "relationships": { "route": { "data": { - "id": "CR-Worcester", + "id": "436", "type": "route" } }, "route_pattern": { "data": { - "id": "CR-Worcester-647db84d-1", + "id": "436-9-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SPRING2024-SOUTHWKD-Weekday-1-Sb0e4ed14", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "9850001", + "id": "4360254", "type": "shape" } }, "stops": { "data": [ { - "id": "WML-0442-CS", + "id": "17370", "type": "stop" }, { - "id": "WML-0364-02", + "id": "7370", "type": "stop" }, { - "id": "WML-0340-02", + "id": "7371", "type": "stop" }, { - "id": "WML-0274-02", + "id": "7372", "type": "stop" }, { - "id": "WML-0252-02", + "id": "7373", "type": "stop" }, { - "id": "WML-0214-02", + "id": "7374", "type": "stop" }, { - "id": "WML-0199-02", + "id": "17231", "type": "stop" }, { - "id": "WML-0177-02", + "id": "7233", "type": "stop" }, { - "id": "WML-0147-02", + "id": "7234", "type": "stop" }, { - "id": "WML-0135-02", + "id": "7237", "type": "stop" }, { - "id": "WML-0125-02", + "id": "6772", "type": "stop" }, { - "id": "WML-0102-02", + "id": "16653", "type": "stop" }, { - "id": "WML-0091-02", + "id": "6674", "type": "stop" }, { - "id": "WML-0081-02", + "id": "6675", "type": "stop" }, { - "id": "WML-0035-02", + "id": "6780", "type": "stop" }, { - "id": "WML-0025-05", + "id": "6783", "type": "stop" }, { - "id": "WML-0012-05", + "id": "4451", "type": "stop" }, { - "id": "NEC-2287", + "id": "4487", "type": "stop" - } - ] - } - }, - "type": "trip" - }, - { - "attributes": {}, - "id": "2064", - "links": { - "self": "/stops/2064" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=2064" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } + }, + { + "id": "4488", + "type": "stop" + }, + { + "id": "4489", + "type": "stop" + }, + { + "id": "4490", + "type": "stop" + }, + { + "id": "4491", + "type": "stop" + }, + { + "id": "4492", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "1751", + "id": "13853", "links": { - "self": "/stops/1751" + "self": "/stops/13853" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1751" + "related": "/facilities/?filter[stop]=13853" } }, "parent_station": { @@ -288203,14 +289385,14 @@ }, { "attributes": {}, - "id": "46276", + "id": "190", "links": { - "self": "/stops/46276" + "self": "/stops/190" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=46276" + "related": "/facilities/?filter[stop]=190" } }, "parent_station": { @@ -288227,14 +289409,14 @@ }, { "attributes": {}, - "id": "4762", + "id": "2884", "links": { - "self": "/stops/4762" + "self": "/stops/2884" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4762" + "related": "/facilities/?filter[stop]=2884" } }, "parent_station": { @@ -288251,22 +289433,25 @@ }, { "attributes": {}, - "id": "44", + "id": "GB-0296-02", "links": { - "self": "/stops/44" + "self": "/stops/GB-0296-02" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=44" + "related": "/facilities/?filter[stop]=GB-0296-02" } }, "parent_station": { - "data": null + "data": { + "id": "place-GB-0296", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "CR-zone-7", "type": "zone" } } @@ -288275,14 +289460,14 @@ }, { "attributes": {}, - "id": "2427", + "id": "5963", "links": { - "self": "/stops/2427" + "self": "/stops/5963" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2427" + "related": "/facilities/?filter[stop]=5963" } }, "parent_station": { @@ -288298,39 +289483,52 @@ "type": "stop" }, { - "attributes": {}, - "id": "6138", + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Malden Center Station", + "Wellington Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Malden Center Station - Wellington Station", + "short_name": "97", + "sort_order": 50970, + "text_color": "000000", + "type": 3 + }, + "id": "97", "links": { - "self": "/stops/6138" + "self": "/routes/97" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=6138" + "agency": { + "data": { + "id": "1", + "type": "agency" } }, - "parent_station": { - "data": null - }, - "zone": { + "line": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "line-97", + "type": "line" } } }, - "type": "stop" + "type": "route" }, { "attributes": {}, - "id": "12451", + "id": "4489", "links": { - "self": "/stops/12451" + "self": "/stops/4489" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=12451" + "related": "/facilities/?filter[stop]=4489" } }, "parent_station": { @@ -288347,14 +289545,14 @@ }, { "attributes": {}, - "id": "4248", + "id": "3336", "links": { - "self": "/stops/4248" + "self": "/stops/3336" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4248" + "related": "/facilities/?filter[stop]=3336" } }, "parent_station": { @@ -288371,87 +289569,75 @@ }, { "attributes": {}, - "id": "9153", + "id": "NB-0064-B2", "links": { - "self": "/stops/9153" + "self": "/stops/NB-0064-B2" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9153" + "related": "/facilities/?filter[stop]=NB-0064-B2" } }, "parent_station": { - "data": null - }, - "zone": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "place-NB-0064", + "type": "stop" } + }, + "zone": { + "data": null } }, "type": "stop" }, { "attributes": { - "direction_id": 1, - "headsign": "Bridgewater (Shuttle)" + "color": "FFC72C", + "direction_destinations": [ + "Airport", + "Wonderland" + ], + "direction_names": [ + "West", + "East" + ], + "long_name": "Airport - Wonderland", + "short_name": "Blue Line Shuttle", + "sort_order": 60215, + "text_color": "000000", + "type": 3 }, - "id": "BridgewaterMiddleboroughLakeville-1-sample", + "id": "Shuttle-AirportWonderland", "links": { - "self": "/trips/BridgewaterMiddleboroughLakeville-1-sample" + "self": "/routes/Shuttle-AirportWonderland" }, "relationships": { - "route": { - "data": { - "id": "Shuttle-BridgewaterMiddleboroughLakeville", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Shuttle-BridgewaterMiddleboroughLakeville-0-1", - "type": "route_pattern" - } - }, - "service": { + "agency": { "data": { - "id": "canonical", - "type": "service" + "id": "1", + "type": "agency" } }, - "shape": { + "line": { "data": { - "id": "MiddleboroughLakevilleToBridgewater-S", - "type": "shape" + "id": "line-Blue", + "type": "line" } - }, - "stops": { - "data": [ - { - "id": "MM-0356-B0", - "type": "stop" - }, - { - "id": "MM-0277-B0", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "route" }, { "attributes": {}, - "id": "71317", + "id": "22751", "links": { - "self": "/stops/71317" + "self": "/stops/22751" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=71317" + "related": "/facilities/?filter[stop]=22751" } }, "parent_station": { @@ -288468,14 +289654,14 @@ }, { "attributes": {}, - "id": "3301", + "id": "3694", "links": { - "self": "/stops/3301" + "self": "/stops/3694" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3301" + "related": "/facilities/?filter[stop]=3694" } }, "parent_station": { @@ -288492,14 +289678,14 @@ }, { "attributes": {}, - "id": "101", + "id": "9284", "links": { - "self": "/stops/101" + "self": "/stops/9284" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=101" + "related": "/facilities/?filter[stop]=9284" } }, "parent_station": { @@ -288516,14 +289702,14 @@ }, { "attributes": {}, - "id": "2632", + "id": "8862", "links": { - "self": "/stops/2632" + "self": "/stops/8862" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2632" + "related": "/facilities/?filter[stop]=8862" } }, "parent_station": { @@ -288540,21 +289726,18 @@ }, { "attributes": {}, - "id": "29008", + "id": "8610", "links": { - "self": "/stops/29008" + "self": "/stops/8610" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=29008" + "related": "/facilities/?filter[stop]=8610" } }, "parent_station": { - "data": { - "id": "place-sull", - "type": "stop" - } + "data": null }, "zone": { "data": { @@ -288567,14 +289750,14 @@ }, { "attributes": {}, - "id": "94323", + "id": "7698", "links": { - "self": "/stops/94323" + "self": "/stops/7698" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=94323" + "related": "/facilities/?filter[stop]=7698" } }, "parent_station": { @@ -288590,43 +289773,59 @@ "type": "stop" }, { - "attributes": {}, - "id": "81441", + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Haverhill", + "North Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Haverhill - North Station", + "short_name": "Haverhill Line Shuttle", + "sort_order": 61972, + "text_color": "000000", + "type": 3 + }, + "id": "Shuttle-HaverhillNorthStation", "links": { - "self": "/stops/81441" + "self": "/routes/Shuttle-HaverhillNorthStation" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=81441" + "agency": { + "data": { + "id": "1", + "type": "agency" } }, - "parent_station": { - "data": null - }, - "zone": { + "line": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "line-Haverhill", + "type": "line" } } }, - "type": "stop" + "type": "route" }, { "attributes": {}, - "id": "4534", + "id": "ER-0042-B1", "links": { - "self": "/stops/4534" + "self": "/stops/ER-0042-B1" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4534" + "related": "/facilities/?filter[stop]=ER-0042-B1" } }, "parent_station": { - "data": null + "data": { + "id": "place-chels", + "type": "stop" + } }, "zone": { "data": { @@ -288639,14 +289838,14 @@ }, { "attributes": {}, - "id": "3882", + "id": "5292", "links": { - "self": "/stops/3882" + "self": "/stops/5292" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3882" + "related": "/facilities/?filter[stop]=5292" } }, "parent_station": { @@ -288663,14 +289862,14 @@ }, { "attributes": {}, - "id": "1489", + "id": "1315", "links": { - "self": "/stops/1489" + "self": "/stops/1315" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1489" + "related": "/facilities/?filter[stop]=1315" } }, "parent_station": { @@ -288687,14 +289886,14 @@ }, { "attributes": {}, - "id": "373", + "id": "15820", "links": { - "self": "/stops/373" + "self": "/stops/15820" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=373" + "related": "/facilities/?filter[stop]=15820" } }, "parent_station": { @@ -288709,73 +289908,16 @@ }, "type": "stop" }, - { - "attributes": { - "direction_id": 0, - "headsign": "North Quincy (Shuttle)" - }, - "id": "BroadwayNorthQuincy-Weekday-1d548-0-00:00:00", - "links": { - "self": "/trips/BroadwayNorthQuincy-Weekday-1d548-0-00%3A00%3A00" - }, - "relationships": { - "route": { - "data": { - "id": "Shuttle-BroadwayNorthQuincy", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Shuttle-BroadwayNorthQuincy-0-0", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "canonical", - "type": "service" - } - }, - "shape": { - "data": { - "id": "BroadwayToNorthQuincy-S", - "type": "shape" - } - }, - "stops": { - "data": [ - { - "id": "151", - "type": "stop" - }, - { - "id": "9070083", - "type": "stop" - }, - { - "id": "121", - "type": "stop" - }, - { - "id": "3125", - "type": "stop" - } - ] - } - }, - "type": "trip" - }, { "attributes": {}, - "id": "6849", + "id": "10522", "links": { - "self": "/stops/6849" + "self": "/stops/10522" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6849" + "related": "/facilities/?filter[stop]=10522" } }, "parent_station": { @@ -288792,14 +289934,14 @@ }, { "attributes": {}, - "id": "3422", + "id": "3366", "links": { - "self": "/stops/3422" + "self": "/stops/3366" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3422" + "related": "/facilities/?filter[stop]=3366" } }, "parent_station": { @@ -288816,22 +289958,25 @@ }, { "attributes": {}, - "id": "128", + "id": "70023", "links": { - "self": "/stops/128" + "self": "/stops/70023" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=128" + "related": "/facilities/?filter[stop]=70023" } }, "parent_station": { - "data": null + "data": { + "id": "place-state", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -288840,14 +289985,14 @@ }, { "attributes": {}, - "id": "7315", + "id": "4837", "links": { - "self": "/stops/7315" + "self": "/stops/4837" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7315" + "related": "/facilities/?filter[stop]=4837" } }, "parent_station": { @@ -288863,222 +290008,216 @@ "type": "stop" }, { - "attributes": {}, - "id": "1266", + "attributes": { + "direction_id": 0, + "headsign": "Forge Park/495" + }, + "id": "SouthWKDYF24-697773-731", "links": { - "self": "/stops/1266" + "self": "/trips/SouthWKDYF24-697773-731" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=1266" + "route": { + "data": { + "id": "CR-Franklin", + "type": "route" } }, - "parent_station": { - "data": null - }, - "zone": { + "route_pattern": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "109827", - "links": { - "self": "/stops/109827" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=109827" + "id": "CR-Franklin-dabfeb0c-0", + "type": "route_pattern" } }, - "parent_station": { - "data": null + "service": { + "data": { + "id": "FALL 2024-SOUTHWKD-Weekday-1-S85407dc6", + "type": "service" + } }, - "zone": { + "shape": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "9880006", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "NEC-2287", + "type": "stop" + }, + { + "id": "NEC-2276-03", + "type": "stop" + }, + { + "id": "NEC-2265-03", + "type": "stop" + }, + { + "id": "FB-0095-05", + "type": "stop" + }, + { + "id": "FB-0109-01", + "type": "stop" + }, + { + "id": "FB-0118-01", + "type": "stop" + }, + { + "id": "FB-0125-01", + "type": "stop" + }, + { + "id": "FB-0143-01", + "type": "stop" + }, + { + "id": "FB-0148-01", + "type": "stop" + }, + { + "id": "FB-0166-S", + "type": "stop" + }, + { + "id": "FB-0191-S", + "type": "stop" + }, + { + "id": "FB-0230-S", + "type": "stop" + }, + { + "id": "FB-0275-S", + "type": "stop" + }, + { + "id": "FB-0303-S", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "9292", + "id": "9070112", "links": { - "self": "/stops/9292" + "self": "/stops/9070112" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9292" + "related": "/facilities/?filter[stop]=9070112" } }, "parent_station": { "data": null }, "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } + "data": null } }, "type": "stop" }, { "attributes": {}, - "id": "1203", + "id": "DB-2230-02", "links": { - "self": "/stops/1203" + "self": "/stops/DB-2230-02" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1203" + "related": "/facilities/?filter[stop]=DB-2230-02" } }, "parent_station": { - "data": null + "data": { + "id": "place-DB-2230", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "CR-zone-1A", "type": "zone" } } }, "type": "stop" }, - { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Riverside", - "Union Square" - ], - "direction_names": [ - "West", - "East" - ], - "long_name": "Woodland - Copley via Riverside (Express)", - "short_name": "Green Line D Shuttle", - "sort_order": 61460, - "text_color": "000000", - "type": 3 - }, - "id": "Shuttle-CopleyWoodlandLimited", - "links": { - "self": "/routes/Shuttle-CopleyWoodlandLimited" - }, - "relationships": { - "line": { - "data": { - "id": "line-Green", - "type": "line" - } - } - }, - "type": "route" - }, { "attributes": { "direction_id": 1, - "headsign": "South Station" + "headsign": "Alewife (Shuttle)" }, - "id": "CR-670222-718", + "id": "AlewifeParkSt-Weekday-9e586-1-00:00:00", "links": { - "self": "/trips/CR-670222-718" + "self": "/trips/AlewifeParkSt-Weekday-9e586-1-00%3A00%3A00" }, "relationships": { "route": { "data": { - "id": "CR-Franklin", + "id": "Shuttle-AlewifeParkSt", "type": "route" } }, "route_pattern": { "data": { - "id": "CR-Franklin-7c3247fa-1", + "id": "Shuttle-AlewifeParkSt-0-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SPRING2024-SOUTHWKD-Weekday-1-S85407dc6", + "id": "canonical", "type": "service" } }, "shape": { "data": { - "id": "9880005", + "id": "ParkStToAlewife-S", "type": "shape" } }, "stops": { "data": [ { - "id": "FB-0303-S", - "type": "stop" - }, - { - "id": "FB-0275-S", - "type": "stop" - }, - { - "id": "FB-0230-S", - "type": "stop" - }, - { - "id": "FB-0191-S", - "type": "stop" - }, - { - "id": "FB-0166-S", - "type": "stop" - }, - { - "id": "FB-0148-02", - "type": "stop" - }, - { - "id": "FB-0143-02", + "id": "9170076", "type": "stop" }, { - "id": "FB-0125-02", + "id": "9070074", "type": "stop" }, { - "id": "FB-0118-02", + "id": "9070071", "type": "stop" }, { - "id": "FB-0109-02", + "id": "9070070", "type": "stop" }, { - "id": "FB-0095-05", + "id": "9070068", "type": "stop" }, { - "id": "NEC-2265-02", + "id": "23151", "type": "stop" }, { - "id": "NEC-2276-02", + "id": "5104", "type": "stop" }, { - "id": "NEC-2287", + "id": "141", "type": "stop" } ] @@ -289088,14 +290227,38 @@ }, { "attributes": {}, - "id": "13842", + "id": "17645", "links": { - "self": "/stops/13842" + "self": "/stops/17645" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=13842" + "related": "/facilities/?filter[stop]=17645" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "109832", + "links": { + "self": "/stops/109832" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=109832" } }, "parent_station": { @@ -289113,141 +290276,169 @@ { "attributes": { "direction_id": 1, - "headsign": "Wellington" + "headsign": "Broadway" }, - "id": "61869548", + "id": "66646722", "links": { - "self": "/trips/61869548" + "self": "/trips/66646722" }, "relationships": { "route": { "data": { - "id": "134", + "id": "47", "type": "route" } }, "route_pattern": { "data": { - "id": "134-6-1", + "id": "47-8-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "1340342", + "id": "470191", "type": "shape" } }, "stops": { "data": [ { - "id": "9145", + "id": "1123", "type": "stop" }, { - "id": "9146", + "id": "1764", "type": "stop" }, { - "id": "9147", + "id": "1766", "type": "stop" }, { - "id": "9149", + "id": "11767", "type": "stop" }, { - "id": "9150", + "id": "1771", "type": "stop" }, { - "id": "5008", + "id": "1772", "type": "stop" }, { - "id": "6322", + "id": "1773", "type": "stop" }, { - "id": "6323", + "id": "1775", "type": "stop" }, { - "id": "6324", + "id": "9434", "type": "stop" }, { - "id": "63241", + "id": "1777", "type": "stop" }, { - "id": "9151", + "id": "1778", "type": "stop" }, { - "id": "9152", + "id": "1779", "type": "stop" }, { - "id": "9153", + "id": "1780", "type": "stop" }, { - "id": "9154", + "id": "11780", "type": "stop" }, { - "id": "9155", + "id": "11781", "type": "stop" }, { - "id": "9156", + "id": "1784", "type": "stop" }, { - "id": "9157", + "id": "1785", "type": "stop" }, { - "id": "49157", + "id": "17861", "type": "stop" }, { - "id": "49158", + "id": "17862", "type": "stop" }, { - "id": "9158", + "id": "11592", "type": "stop" }, { - "id": "9159", + "id": "11593", "type": "stop" }, { - "id": "9160", + "id": "1593", "type": "stop" }, { - "id": "9161", + "id": "64", "type": "stop" }, { - "id": "9042", + "id": "1", "type": "stop" }, { - "id": "9043", + "id": "2", + "type": "stop" + }, + { + "id": "6", + "type": "stop" + }, + { + "id": "10003", + "type": "stop" + }, + { + "id": "10014", "type": "stop" }, { - "id": "5271", + "id": "10005", + "type": "stop" + }, + { + "id": "10006", + "type": "stop" + }, + { + "id": "10007", + "type": "stop" + }, + { + "id": "10008", + "type": "stop" + }, + { + "id": "150", "type": "stop" } ] @@ -289257,14 +290448,14 @@ }, { "attributes": {}, - "id": "2686", + "id": "9305", "links": { - "self": "/stops/2686" + "self": "/stops/9305" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2686" + "related": "/facilities/?filter[stop]=9305" } }, "parent_station": { @@ -289280,63 +290471,64 @@ "type": "stop" }, { - "attributes": {}, - "id": "51365", + "attributes": { + "direction_id": 0, + "headsign": "Hull" + }, + "id": "Boat-F1-0800-Long-BF2H-01-Weekday-Fall-24", "links": { - "self": "/stops/51365" + "self": "/trips/Boat-F1-0800-Long-BF2H-01-Weekday-Fall-24" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=51365" + "route": { + "data": { + "id": "Boat-F1", + "type": "route" } }, - "parent_station": { - "data": null - }, - "zone": { + "route_pattern": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "3527", - "links": { - "self": "/stops/3527" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=3527" + "id": "Boat-F1-3-0", + "type": "route_pattern" } }, - "parent_station": { - "data": null + "service": { + "data": { + "id": "Boat-F1-Weekday-Fall-24", + "type": "service" + } }, - "zone": { + "shape": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "b0002", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "Boat-Long", + "type": "stop" + }, + { + "id": "Boat-Hull", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "8192", + "id": "4934", "links": { - "self": "/stops/8192" + "self": "/stops/4934" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8192" + "related": "/facilities/?filter[stop]=4934" } }, "parent_station": { @@ -289353,14 +290545,14 @@ }, { "attributes": {}, - "id": "8510", + "id": "3985", "links": { - "self": "/stops/8510" + "self": "/stops/3985" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8510" + "related": "/facilities/?filter[stop]=3985" } }, "parent_station": { @@ -289377,14 +290569,14 @@ }, { "attributes": {}, - "id": "4025", + "id": "1033", "links": { - "self": "/stops/4025" + "self": "/stops/1033" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4025" + "related": "/facilities/?filter[stop]=1033" } }, "parent_station": { @@ -289399,76 +290591,21 @@ }, "type": "stop" }, - { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Boston College", - "Government Center" - ], - "direction_names": [ - "West", - "East" - ], - "long_name": "Boston College - Kenmore", - "short_name": "Green Line B Shuttle", - "sort_order": 60790, - "text_color": "000000", - "type": 3 - }, - "id": "Shuttle-BostonCollegeKenmore", - "links": { - "self": "/routes/Shuttle-BostonCollegeKenmore" - }, - "relationships": { - "line": { - "data": { - "id": "line-Green", - "type": "line" - } - } - }, - "type": "route" - }, - { - "attributes": {}, - "id": "FR-0201-B1", - "links": { - "self": "/stops/FR-0201-B1" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=FR-0201-B1" - } - }, - "parent_station": { - "data": { - "id": "place-FR-0201", - "type": "stop" - } - }, - "zone": { - "data": null - } - }, - "type": "stop" - }, { "attributes": {}, - "id": "70091", + "id": "70156", "links": { - "self": "/stops/70091" + "self": "/stops/70156" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70091" + "related": "/facilities/?filter[stop]=70156" } }, "parent_station": { "data": { - "id": "place-smmnl", + "id": "place-armnl", "type": "stop" } }, @@ -289483,46 +290620,25 @@ }, { "attributes": {}, - "id": "2525", + "id": "70035", "links": { - "self": "/stops/2525" + "self": "/stops/70035" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2525" + "related": "/facilities/?filter[stop]=70035" } }, "parent_station": { - "data": null - }, - "zone": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "91835", - "links": { - "self": "/stops/91835" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=91835" + "id": "place-mlmnl", + "type": "stop" } }, - "parent_station": { - "data": null - }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -289531,14 +290647,14 @@ }, { "attributes": {}, - "id": "1880", + "id": "312", "links": { - "self": "/stops/1880" + "self": "/stops/312" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1880" + "related": "/facilities/?filter[stop]=312" } }, "parent_station": { @@ -289554,63 +290670,52 @@ "type": "stop" }, { - "attributes": {}, - "id": "25982", - "links": { - "self": "/stops/25982" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=25982" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Bedford VA Hospital", + "Alewife Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Bedford VA Hospital - Alewife Station", + "short_name": "62", + "sort_order": 50620, + "text_color": "000000", + "type": 3 }, - "type": "stop" - }, - { - "attributes": {}, - "id": "4791", + "id": "62", "links": { - "self": "/stops/4791" + "self": "/routes/62" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=4791" + "agency": { + "data": { + "id": "1", + "type": "agency" } }, - "parent_station": { - "data": null - }, - "zone": { + "line": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "line-6276", + "type": "line" } } }, - "type": "stop" + "type": "route" }, { "attributes": {}, - "id": "1423", + "id": "8809", "links": { - "self": "/stops/1423" + "self": "/stops/8809" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1423" + "related": "/facilities/?filter[stop]=8809" } }, "parent_station": { @@ -289627,14 +290732,14 @@ }, { "attributes": {}, - "id": "3923", + "id": "3038", "links": { - "self": "/stops/3923" + "self": "/stops/3038" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3923" + "related": "/facilities/?filter[stop]=3038" } }, "parent_station": { @@ -289651,43 +290756,25 @@ }, { "attributes": {}, - "id": "9070058", + "id": "FR-3338-CS", "links": { - "self": "/stops/9070058" + "self": "/stops/FR-3338-CS" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9070058" + "related": "/facilities/?filter[stop]=FR-3338-CS" } }, "parent_station": { - "data": null - }, - "zone": { - "data": null - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "78204", - "links": { - "self": "/stops/78204" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=78204" + "data": { + "id": "place-FR-3338", + "type": "stop" } }, - "parent_station": { - "data": null - }, "zone": { "data": { - "id": "LocalBus", + "id": "CR-zone-8", "type": "zone" } } @@ -289696,95 +290783,52 @@ }, { "attributes": {}, - "id": "3676", + "id": "78213", "links": { - "self": "/stops/3676" + "self": "/stops/78213" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3676" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": { - "direction_id": 0, - "headsign": "Hingham via Logan Airport & Hull" - }, - "id": "Boat-F1-1100-Long-BF2H-01-Weekday-Summer-24", - "links": { - "self": "/trips/Boat-F1-1100-Long-BF2H-01-Weekday-Summer-24" - }, - "relationships": { - "route": { - "data": { - "id": "Boat-F1", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Boat-F1-0-0", - "type": "route_pattern" + "related": "/facilities/?filter[stop]=78213" } }, - "service": { - "data": { - "id": "Boat-F1-Weekday-Summer-24", - "type": "service" - } + "parent_station": { + "data": null }, - "shape": { + "zone": { "data": { - "id": "b0006", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "Boat-Long", - "type": "stop" - }, - { - "id": "Boat-Logan", - "type": "stop" - }, - { - "id": "Boat-Hull", - "type": "stop" - }, - { - "id": "Boat-Hingham", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" + }, + { + "attributes": { + "color": "FFC72C", + "long_name": "Ashmont - Ruggles via Washington Street", + "short_name": "23", + "sort_order": 50230, + "text_color": "000000" + }, + "id": "line-23", + "links": { + "self": "/lines/line-23" + }, + "type": "line" }, { "attributes": {}, - "id": "21174", + "id": "5054", "links": { - "self": "/stops/21174" + "self": "/stops/5054" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=21174" + "related": "/facilities/?filter[stop]=5054" } }, "parent_station": { @@ -289801,14 +290845,14 @@ }, { "attributes": {}, - "id": "109892", + "id": "34510", "links": { - "self": "/stops/109892" + "self": "/stops/34510" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=109892" + "related": "/facilities/?filter[stop]=34510" } }, "parent_station": { @@ -289825,14 +290869,14 @@ }, { "attributes": {}, - "id": "83032", + "id": "15983", "links": { - "self": "/stops/83032" + "self": "/stops/15983" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=83032" + "related": "/facilities/?filter[stop]=15983" } }, "parent_station": { @@ -289849,14 +290893,14 @@ }, { "attributes": {}, - "id": "4137", + "id": "9188", "links": { - "self": "/stops/4137" + "self": "/stops/9188" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4137" + "related": "/facilities/?filter[stop]=9188" } }, "parent_station": { @@ -289873,14 +290917,14 @@ }, { "attributes": {}, - "id": "15100", + "id": "65546", "links": { - "self": "/stops/15100" + "self": "/stops/65546" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=15100" + "related": "/facilities/?filter[stop]=65546" } }, "parent_station": { @@ -289897,270 +290941,454 @@ }, { "attributes": { - "direction_id": 1, - "headsign": "Malden" + "direction_id": 0, + "headsign": "Wolcott Square" }, - "id": "61869072", + "id": "67251800", "links": { - "self": "/trips/61869072" + "self": "/trips/67251800" }, "relationships": { "route": { "data": { - "id": "411", + "id": "32", "type": "route" } }, "route_pattern": { "data": { - "id": "411-9-1", + "id": "32-1-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "4110139", + "id": "320272", "type": "shape" } }, "stops": { "data": [ { - "id": "4761", - "type": "stop" - }, - { - "id": "44762", - "type": "stop" - }, - { - "id": "5699", + "id": "875", "type": "stop" }, { - "id": "15795", + "id": "6495", "type": "stop" }, { - "id": "15782", + "id": "26495", "type": "stop" }, { - "id": "5783", + "id": "36495", "type": "stop" }, { - "id": "5784", + "id": "46495", "type": "stop" }, { - "id": "4733", + "id": "56495", "type": "stop" }, { - "id": "5786", + "id": "76495", "type": "stop" }, { - "id": "15787", + "id": "6496", "type": "stop" }, { - "id": "5788", + "id": "6498", "type": "stop" }, { - "id": "5763", + "id": "6500", "type": "stop" }, { - "id": "5765", + "id": "16498", "type": "stop" }, { - "id": "35765", + "id": "6502", "type": "stop" }, { - "id": "6250", + "id": "6504", "type": "stop" }, { - "id": "6251", + "id": "6505", "type": "stop" }, { - "id": "6252", + "id": "6507", "type": "stop" }, { - "id": "6253", + "id": "6508", "type": "stop" }, { - "id": "6254", + "id": "6509", "type": "stop" }, { - "id": "6255", + "id": "2819", "type": "stop" }, { - "id": "6256", + "id": "2818", "type": "stop" }, { - "id": "6257", + "id": "22819", "type": "stop" }, { - "id": "6258", + "id": "22818", "type": "stop" }, { - "id": "6259", + "id": "22821", "type": "stop" }, { - "id": "6260", + "id": "32818", "type": "stop" }, { - "id": "6262", + "id": "42818", "type": "stop" }, { - "id": "7414", + "id": "42819", "type": "stop" - }, + } + ] + } + }, + "type": "trip" + }, + { + "attributes": {}, + "id": "9070117", + "links": { + "self": "/stops/9070117" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=9070117" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "direction_id": 1, + "headsign": "Forest Hills" + }, + "id": "67250653", + "links": { + "self": "/trips/67250653" + }, + "relationships": { + "route": { + "data": { + "id": "40", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "40-_-1", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "WinterWeekday", + "type": "service" + } + }, + "shape": { + "data": { + "id": "400112", + "type": "shape" + } + }, + "stops": { + "data": [ { - "id": "45534", + "id": "1618", "type": "stop" }, { - "id": "6267", + "id": "1620", "type": "stop" }, { - "id": "7415", + "id": "1621", "type": "stop" }, { - "id": "7417", + "id": "1623", "type": "stop" }, { - "id": "7418", + "id": "625", "type": "stop" }, { - "id": "7419", + "id": "10625", "type": "stop" }, { - "id": "46267", + "id": "626", "type": "stop" }, { - "id": "46268", + "id": "627", "type": "stop" }, { - "id": "8336", + "id": "628", "type": "stop" }, { - "id": "8338", + "id": "629", "type": "stop" }, { - "id": "18338", + "id": "630", "type": "stop" }, { - "id": "17463", + "id": "631", "type": "stop" }, { - "id": "8576", + "id": "632", "type": "stop" }, { - "id": "8577", + "id": "633", "type": "stop" }, { - "id": "7536", + "id": "10633", "type": "stop" }, { - "id": "7537", + "id": "634", "type": "stop" }, { - "id": "7539", + "id": "635", "type": "stop" }, { - "id": "7540", + "id": "636", "type": "stop" }, { - "id": "9021", + "id": "637", "type": "stop" }, { - "id": "9023", + "id": "638", "type": "stop" }, { - "id": "9024", + "id": "639", "type": "stop" }, { - "id": "9025", + "id": "640", "type": "stop" }, { - "id": "9026", + "id": "641", "type": "stop" }, { - "id": "5440", + "id": "642", "type": "stop" }, { - "id": "5441", + "id": "10642", "type": "stop" - }, + } + ] + } + }, + "type": "trip" + }, + { + "attributes": {}, + "id": "8261", + "links": { + "self": "/stops/8261" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=8261" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "4188", + "links": { + "self": "/stops/4188" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=4188" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": { + "direction_id": 0, + "headsign": "Newburyport (Express shuttle)" + }, + "id": "NewburyportOakGroveExpress-0-sample", + "links": { + "self": "/trips/NewburyportOakGroveExpress-0-sample" + }, + "relationships": { + "route": { + "data": { + "id": "Shuttle-NewburyportOakGroveExpress", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "Shuttle-NewburyportOakGroveExpress-0-0", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "canonical", + "type": "service" + } + }, + "shape": { + "data": { + "id": "OakGroveToNewburyportExpress-S", + "type": "shape" + } + }, + "stops": { + "data": [ { - "id": "5442", + "id": "9328", "type": "stop" }, { - "id": "5443", + "id": "ER-0362-B", "type": "stop" - }, + } + ] + } + }, + "type": "trip" + }, + { + "attributes": { + "direction_id": 1, + "headsign": "Walpole (Shuttle)" + }, + "id": "ForgeParkWalpole-1-sample", + "links": { + "self": "/trips/ForgeParkWalpole-1-sample" + }, + "relationships": { + "route": { + "data": { + "id": "Shuttle-ForgeParkWalpole", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "Shuttle-ForgeParkWalpole-0-1", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "canonical", + "type": "service" + } + }, + "shape": { + "data": { + "id": "ForgeParkToWalpole-S", + "type": "shape" + } + }, + "stops": { + "data": [ { - "id": "5444", + "id": "FB-0303-B", "type": "stop" }, { - "id": "5445", + "id": "FB-0275-B1", "type": "stop" }, { - "id": "15431", + "id": "FB-0230-B", "type": "stop" }, { - "id": "53270", + "id": "FB-0191-B", "type": "stop" } ] @@ -290170,14 +291398,14 @@ }, { "attributes": {}, - "id": "13831", + "id": "8687", "links": { - "self": "/stops/13831" + "self": "/stops/8687" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=13831" + "related": "/facilities/?filter[stop]=8687" } }, "parent_station": { @@ -290194,14 +291422,41 @@ }, { "attributes": {}, - "id": "4924", + "id": "WR-0228-02", "links": { - "self": "/stops/4924" + "self": "/stops/WR-0228-02" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4924" + "related": "/facilities/?filter[stop]=WR-0228-02" + } + }, + "parent_station": { + "data": { + "id": "place-WR-0228", + "type": "stop" + } + }, + "zone": { + "data": { + "id": "CR-zone-5", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "4839", + "links": { + "self": "/stops/4839" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=4839" } }, "parent_station": { @@ -290218,14 +291473,14 @@ }, { "attributes": {}, - "id": "3931", + "id": "10100", "links": { - "self": "/stops/3931" + "self": "/stops/10100" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3931" + "related": "/facilities/?filter[stop]=10100" } }, "parent_station": { @@ -290242,14 +291497,14 @@ }, { "attributes": {}, - "id": "4547", + "id": "6571", "links": { - "self": "/stops/4547" + "self": "/stops/6571" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4547" + "related": "/facilities/?filter[stop]=6571" } }, "parent_station": { @@ -290266,14 +291521,14 @@ }, { "attributes": {}, - "id": "86933", + "id": "15058", "links": { - "self": "/stops/86933" + "self": "/stops/15058" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=86933" + "related": "/facilities/?filter[stop]=15058" } }, "parent_station": { @@ -290290,14 +291545,14 @@ }, { "attributes": {}, - "id": "3897", + "id": "5461", "links": { - "self": "/stops/3897" + "self": "/stops/5461" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3897" + "related": "/facilities/?filter[stop]=5461" } }, "parent_station": { @@ -290314,25 +291569,25 @@ }, { "attributes": {}, - "id": "23391", + "id": "70086", "links": { - "self": "/stops/23391" + "self": "/stops/70086" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=23391" + "related": "/facilities/?filter[stop]=70086" } }, "parent_station": { "data": { - "id": "place-bbsta", + "id": "place-jfk", "type": "stop" } }, "zone": { "data": { - "id": "ExpressBus-Downtown", + "id": "RapidTransit", "type": "zone" } } @@ -290341,18 +291596,21 @@ }, { "attributes": {}, - "id": "8211", + "id": "ER-0128-B1", "links": { - "self": "/stops/8211" + "self": "/stops/ER-0128-B1" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8211" + "related": "/facilities/?filter[stop]=ER-0128-B1" } }, "parent_station": { - "data": null + "data": { + "id": "place-ER-0128", + "type": "stop" + } }, "zone": { "data": { @@ -290363,16 +291621,65 @@ }, "type": "stop" }, + { + "attributes": { + "direction_id": 0, + "headsign": "Newburyport (Express shuttle)" + }, + "id": "NewburyportSalemExpressBeverly-0-sample", + "links": { + "self": "/trips/NewburyportSalemExpressBeverly-0-sample" + }, + "relationships": { + "route": { + "data": { + "id": "Shuttle-NewburyportSalemExpress", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "Shuttle-NewburyportSalemExpress-0-0", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "canonical", + "type": "service" + } + }, + "shape": { + "data": { + "id": "SalemToNewburyportExpress-S", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "ER-0168-B", + "type": "stop" + }, + { + "id": "ER-0362-B", + "type": "stop" + } + ] + } + }, + "type": "trip" + }, { "attributes": {}, - "id": "3905", + "id": "5894", "links": { - "self": "/stops/3905" + "self": "/stops/5894" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3905" + "related": "/facilities/?filter[stop]=5894" } }, "parent_station": { @@ -290389,14 +291696,14 @@ }, { "attributes": {}, - "id": "102", + "id": "3420", "links": { - "self": "/stops/102" + "self": "/stops/3420" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=102" + "related": "/facilities/?filter[stop]=3420" } }, "parent_station": { @@ -290412,46 +291719,39 @@ "type": "stop" }, { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Walpole Center", - "Forest Hills Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Walpole Center - Forest Hills Station", - "short_name": "34E", - "sort_order": 50341, - "text_color": "000000", - "type": 3 - }, - "id": "34E", + "attributes": {}, + "id": "2058", "links": { - "self": "/routes/34E" + "self": "/stops/2058" }, "relationships": { - "line": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=2058" + } + }, + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "line-3434E", - "type": "line" + "id": "LocalBus", + "type": "zone" } } }, - "type": "route" + "type": "stop" }, { "attributes": {}, - "id": "1298", + "id": "300", "links": { - "self": "/stops/1298" + "self": "/stops/300" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1298" + "related": "/facilities/?filter[stop]=300" } }, "parent_station": { @@ -290468,14 +291768,14 @@ }, { "attributes": {}, - "id": "5529", + "id": "5211", "links": { - "self": "/stops/5529" + "self": "/stops/5211" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5529" + "related": "/facilities/?filter[stop]=5211" } }, "parent_station": { @@ -290492,14 +291792,14 @@ }, { "attributes": {}, - "id": "1565", + "id": "12649", "links": { - "self": "/stops/1565" + "self": "/stops/12649" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1565" + "related": "/facilities/?filter[stop]=12649" } }, "parent_station": { @@ -290514,16 +291814,90 @@ }, "type": "stop" }, + { + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Brighton Center", + "Federal Street & Franklin Street" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Brighton Center - Federal Street & Franklin Street", + "short_name": "501", + "sort_order": 55010, + "text_color": "000000", + "type": 3 + }, + "id": "501", + "links": { + "self": "/routes/501" + }, + "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, + "line": { + "data": { + "id": "line-501503", + "type": "line" + } + } + }, + "type": "route" + }, + { + "attributes": { + "color": "006595", + "direction_destinations": [ + "Hyannis", + "South Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "CapeFLYER", + "short_name": "", + "sort_order": 21000, + "text_color": "FFFFFF", + "type": 2 + }, + "id": "CapeFlyer", + "links": { + "self": "/routes/CapeFlyer" + }, + "relationships": { + "agency": { + "data": { + "id": "3", + "type": "agency" + } + }, + "line": { + "data": { + "id": "line-CapeFlyer", + "type": "line" + } + } + }, + "type": "route" + }, { "attributes": {}, - "id": "223", + "id": "41187", "links": { - "self": "/stops/223" + "self": "/stops/41187" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=223" + "related": "/facilities/?filter[stop]=41187" } }, "parent_station": { @@ -290540,14 +291914,14 @@ }, { "attributes": {}, - "id": "472", + "id": "3219", "links": { - "self": "/stops/472" + "self": "/stops/3219" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=472" + "related": "/facilities/?filter[stop]=3219" } }, "parent_station": { @@ -290563,29 +291937,39 @@ "type": "stop" }, { - "attributes": { - "color": "FFC72C", - "long_name": "Fields Corner Loop", - "short_name": "201/202", - "sort_order": 52010, - "text_color": "000000" - }, - "id": "line-201202", + "attributes": {}, + "id": "3816", "links": { - "self": "/lines/line-201202" + "self": "/stops/3816" }, - "type": "line" + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=3816" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" }, { "attributes": {}, - "id": "3207", + "id": "33691", "links": { - "self": "/stops/3207" + "self": "/stops/33691" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3207" + "related": "/facilities/?filter[stop]=33691" } }, "parent_station": { @@ -290602,14 +291986,14 @@ }, { "attributes": {}, - "id": "4825", + "id": "1681", "links": { - "self": "/stops/4825" + "self": "/stops/1681" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4825" + "related": "/facilities/?filter[stop]=1681" } }, "parent_station": { @@ -290626,14 +292010,14 @@ }, { "attributes": {}, - "id": "6694", + "id": "140", "links": { - "self": "/stops/6694" + "self": "/stops/140" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6694" + "related": "/facilities/?filter[stop]=140" } }, "parent_station": { @@ -290649,376 +292033,143 @@ "type": "stop" }, { - "attributes": { - "direction_id": 1, - "headsign": "Quincy Center" - }, - "id": "61929316", + "attributes": {}, + "id": "4838", "links": { - "self": "/trips/61929316" + "self": "/stops/4838" }, "relationships": { - "route": { - "data": { - "id": "238", - "type": "route" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=4838" } }, - "route_pattern": { - "data": { - "id": "238-9-1", - "type": "route_pattern" - } + "parent_station": { + "data": null }, - "service": { + "zone": { "data": { - "id": "SpringWeekday", - "type": "service" + "id": "LocalBus", + "type": "zone" } - }, - "shape": { - "data": { - "id": "2380229", - "type": "shape" + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "45331", + "links": { + "self": "/stops/45331" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=45331" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "4255", - "type": "stop" - }, - { - "id": "4256", - "type": "stop" - }, - { - "id": "4257", - "type": "stop" - }, - { - "id": "4258", - "type": "stop" - }, - { - "id": "4275", - "type": "stop" - }, - { - "id": "4063", - "type": "stop" - }, - { - "id": "4061", - "type": "stop" - }, - { - "id": "4064", - "type": "stop" - }, - { - "id": "4062", - "type": "stop" - }, - { - "id": "4065", - "type": "stop" - }, - { - "id": "4066", - "type": "stop" - }, - { - "id": "4069", - "type": "stop" - }, - { - "id": "4071", - "type": "stop" - }, - { - "id": "4072", - "type": "stop" - }, - { - "id": "4074", - "type": "stop" - }, - { - "id": "4075", - "type": "stop" - }, - { - "id": "4076", - "type": "stop" - }, - { - "id": "4078", - "type": "stop" - }, - { - "id": "4079", - "type": "stop" - }, - { - "id": "4080", - "type": "stop" - }, - { - "id": "4081", - "type": "stop" - }, - { - "id": "4082", - "type": "stop" - }, - { - "id": "4083", - "type": "stop" - }, - { - "id": "4084", - "type": "stop" - }, - { - "id": "4085", - "type": "stop" - }, - { - "id": "4086", - "type": "stop" - }, - { - "id": "4017", - "type": "stop" - }, - { - "id": "4020", - "type": "stop" - }, - { - "id": "4019", - "type": "stop" - }, - { - "id": "4087", - "type": "stop" - }, - { - "id": "4088", - "type": "stop" - }, - { - "id": "4089", - "type": "stop" - }, - { - "id": "4092", - "type": "stop" - }, - { - "id": "4093", - "type": "stop" - }, - { - "id": "4094", - "type": "stop" - }, - { - "id": "4095", - "type": "stop" - }, - { - "id": "4096", - "type": "stop" - }, - { - "id": "4097", - "type": "stop" - }, - { - "id": "4098", - "type": "stop" - }, - { - "id": "4099", - "type": "stop" - }, - { - "id": "4100", - "type": "stop" - }, - { - "id": "4101", - "type": "stop" - }, - { - "id": "4102", - "type": "stop" - }, - { - "id": "4103", - "type": "stop" - }, - { - "id": "41032", - "type": "stop" - }, - { - "id": "41033", - "type": "stop" - }, - { - "id": "41031", - "type": "stop" - }, - { - "id": "3943", - "type": "stop" - }, - { - "id": "3944", - "type": "stop" - }, - { - "id": "3945", - "type": "stop" - }, - { - "id": "3946", - "type": "stop" - }, - { - "id": "3947", - "type": "stop" - }, - { - "id": "3948", - "type": "stop" - }, - { - "id": "3949", - "type": "stop" - }, - { - "id": "3950", - "type": "stop" - }, - { - "id": "3959", - "type": "stop" - }, - { - "id": "3418", - "type": "stop" - }, - { - "id": "3420", - "type": "stop" - }, - { - "id": "3422", - "type": "stop" - }, - { - "id": "3423", - "type": "stop" - }, - { - "id": "33241", - "type": "stop" - }, - { - "id": "32000", - "type": "stop" - }, - { - "id": "32003", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": { "direction_id": 1, - "headsign": "Wellington via Broadway" + "headsign": "Wellington" }, - "id": "61870075", + "id": "66961925", "links": { - "self": "/trips/61870075" + "self": "/trips/66961925" }, "relationships": { "route": { "data": { - "id": "110", + "id": "97", "type": "route" } }, "route_pattern": { "data": { - "id": "110-2-1", + "id": "97-5-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "1100195", + "id": "970101", "type": "shape" } }, "stops": { "data": [ { - "id": "5547", + "id": "5327", "type": "stop" }, { - "id": "5549", + "id": "45327", "type": "stop" }, { - "id": "5550", + "id": "45326", "type": "stop" }, { - "id": "5553", + "id": "45330", "type": "stop" }, { - "id": "5555", + "id": "44330", "type": "stop" }, { - "id": "5556", + "id": "45331", "type": "stop" }, { - "id": "5557", + "id": "5395", "type": "stop" }, { - "id": "5558", + "id": "5047", "type": "stop" }, { - "id": "5691", + "id": "5048", "type": "stop" }, { - "id": "5692", + "id": "5049", "type": "stop" }, { - "id": "5693", + "id": "5050", + "type": "stop" + }, + { + "id": "5051", + "type": "stop" + }, + { + "id": "15492", + "type": "stop" + }, + { + "id": "5495", "type": "stop" }, { @@ -291037,12 +292188,20 @@ "id": "5561", "type": "stop" }, + { + "id": "55631", + "type": "stop" + }, + { + "id": "55632", + "type": "stop" + }, { "id": "6569", "type": "stop" }, { - "id": "5271", + "id": "52720", "type": "stop" } ] @@ -291052,14 +292211,41 @@ }, { "attributes": {}, - "id": "7394", + "id": "170140", "links": { - "self": "/stops/7394" + "self": "/stops/170140" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7394" + "related": "/facilities/?filter[stop]=170140" + } + }, + "parent_station": { + "data": { + "id": "place-amory", + "type": "stop" + } + }, + "zone": { + "data": { + "id": "RapidTransit", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "11939", + "links": { + "self": "/stops/11939" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=11939" } }, "parent_station": { @@ -291075,168 +292261,66 @@ "type": "stop" }, { - "attributes": { - "direction_id": 1, - "headsign": "Haymarket via Maverick" - }, - "id": "62216251", + "attributes": {}, + "id": "70500", "links": { - "self": "/trips/62216251" + "self": "/stops/70500" }, "relationships": { - "route": { - "data": { - "id": "117", - "type": "route" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=70500" } }, - "route_pattern": { + "parent_station": { "data": { - "id": "117-8-1", - "type": "route_pattern" + "id": "place-lech", + "type": "stop" } }, - "service": { + "zone": { "data": { - "id": "SpringWeekday", - "type": "service" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "3610", + "links": { + "self": "/stops/3610" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=3610" } }, - "shape": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "1170170", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "5713", - "type": "stop" - }, - { - "id": "5714", - "type": "stop" - }, - { - "id": "5715", - "type": "stop" - }, - { - "id": "5718", - "type": "stop" - }, - { - "id": "5719", - "type": "stop" - }, - { - "id": "5720", - "type": "stop" - }, - { - "id": "5721", - "type": "stop" - }, - { - "id": "5722", - "type": "stop" - }, - { - "id": "5723", - "type": "stop" - }, - { - "id": "5724", - "type": "stop" - }, - { - "id": "5725", - "type": "stop" - }, - { - "id": "5726", - "type": "stop" - }, - { - "id": "46170", - "type": "stop" - }, - { - "id": "5605", - "type": "stop" - }, - { - "id": "5606", - "type": "stop" - }, - { - "id": "5653", - "type": "stop" - }, - { - "id": "5728", - "type": "stop" - }, - { - "id": "5729", - "type": "stop" - }, - { - "id": "5730", - "type": "stop" - }, - { - "id": "5731", - "type": "stop" - }, - { - "id": "5732", - "type": "stop" - }, - { - "id": "5733", - "type": "stop" - }, - { - "id": "5734", - "type": "stop" - }, - { - "id": "5736", - "type": "stop" - }, - { - "id": "5737", - "type": "stop" - }, - { - "id": "5740", - "type": "stop" - }, - { - "id": "5742", - "type": "stop" - }, - { - "id": "8309", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "145", + "id": "9158", "links": { - "self": "/stops/145" + "self": "/stops/9158" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=145" + "related": "/facilities/?filter[stop]=9158" } }, "parent_station": { @@ -291253,14 +292337,14 @@ }, { "attributes": {}, - "id": "111823", + "id": "4010", "links": { - "self": "/stops/111823" + "self": "/stops/4010" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=111823" + "related": "/facilities/?filter[stop]=4010" } }, "parent_station": { @@ -291277,14 +292361,14 @@ }, { "attributes": {}, - "id": "32358", + "id": "7914", "links": { - "self": "/stops/32358" + "self": "/stops/7914" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=32358" + "related": "/facilities/?filter[stop]=7914" } }, "parent_station": { @@ -291301,14 +292385,14 @@ }, { "attributes": {}, - "id": "3692", + "id": "2112", "links": { - "self": "/stops/3692" + "self": "/stops/2112" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3692" + "related": "/facilities/?filter[stop]=2112" } }, "parent_station": { @@ -291325,14 +292409,14 @@ }, { "attributes": {}, - "id": "7177", + "id": "2564", "links": { - "self": "/stops/7177" + "self": "/stops/2564" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7177" + "related": "/facilities/?filter[stop]=2564" } }, "parent_station": { @@ -291349,14 +292433,14 @@ }, { "attributes": {}, - "id": "66731", + "id": "109893", "links": { - "self": "/stops/66731" + "self": "/stops/109893" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=66731" + "related": "/facilities/?filter[stop]=109893" } }, "parent_station": { @@ -291373,14 +292457,14 @@ }, { "attributes": {}, - "id": "3669", + "id": "49903", "links": { - "self": "/stops/3669" + "self": "/stops/49903" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3669" + "related": "/facilities/?filter[stop]=49903" } }, "parent_station": { @@ -291397,14 +292481,14 @@ }, { "attributes": {}, - "id": "1563", + "id": "8438", "links": { - "self": "/stops/1563" + "self": "/stops/8438" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1563" + "related": "/facilities/?filter[stop]=8438" } }, "parent_station": { @@ -291421,14 +292505,14 @@ }, { "attributes": {}, - "id": "7805", + "id": "828", "links": { - "self": "/stops/7805" + "self": "/stops/828" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7805" + "related": "/facilities/?filter[stop]=828" } }, "parent_station": { @@ -291443,132 +292527,75 @@ }, "type": "stop" }, + { + "attributes": {}, + "id": "70094", + "links": { + "self": "/stops/70094" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=70094" + } + }, + "parent_station": { + "data": { + "id": "place-asmnl", + "type": "stop" + } + }, + "zone": { + "data": { + "id": "RapidTransit", + "type": "zone" + } + } + }, + "type": "stop" + }, { "attributes": { "direction_id": 1, - "headsign": "Haymarket" + "headsign": "South Station (Express shuttle)" }, - "id": "61870056", + "id": "BostonLandingSouthStationExpress-1-sample", "links": { - "self": "/trips/61870056" + "self": "/trips/BostonLandingSouthStationExpress-1-sample" }, "relationships": { "route": { "data": { - "id": "111", + "id": "Shuttle-BostonLandingSouthStationExpress", "type": "route" } }, "route_pattern": { "data": { - "id": "111-5-1", + "id": "Shuttle-BostonLandingSouthStationExpress-0-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "canonical", "type": "service" } }, "shape": { "data": { - "id": "1110255", + "id": "BostonLandingToSouthStationExpress-S", "type": "shape" } }, "stops": { "data": [ { - "id": "5547", - "type": "stop" - }, - { - "id": "5587", - "type": "stop" - }, - { - "id": "5588", - "type": "stop" - }, - { - "id": "5589", - "type": "stop" - }, - { - "id": "5590", - "type": "stop" - }, - { - "id": "5591", - "type": "stop" - }, - { - "id": "5592", - "type": "stop" - }, - { - "id": "5593", - "type": "stop" - }, - { - "id": "5594", - "type": "stop" - }, - { - "id": "5595", - "type": "stop" - }, - { - "id": "5596", - "type": "stop" - }, - { - "id": "5597", - "type": "stop" - }, - { - "id": "5598", - "type": "stop" - }, - { - "id": "5599", - "type": "stop" - }, - { - "id": "5600", - "type": "stop" - }, - { - "id": "5602", - "type": "stop" - }, - { - "id": "5603", - "type": "stop" - }, - { - "id": "5609", - "type": "stop" - }, - { - "id": "5605", - "type": "stop" - }, - { - "id": "5606", - "type": "stop" - }, - { - "id": "5607", - "type": "stop" - }, - { - "id": "2829", + "id": "WML-0035-B", "type": "stop" }, { - "id": "8309", + "id": "NEC-2287-B", "type": "stop" } ] @@ -291578,14 +292605,14 @@ }, { "attributes": {}, - "id": "3891", + "id": "6567", "links": { - "self": "/stops/3891" + "self": "/stops/6567" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3891" + "related": "/facilities/?filter[stop]=6567" } }, "parent_station": { @@ -291602,14 +292629,14 @@ }, { "attributes": {}, - "id": "9304", + "id": "4222", "links": { - "self": "/stops/9304" + "self": "/stops/4222" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9304" + "related": "/facilities/?filter[stop]=4222" } }, "parent_station": { @@ -291626,14 +292653,14 @@ }, { "attributes": {}, - "id": "8", + "id": "1649", "links": { - "self": "/stops/8" + "self": "/stops/1649" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8" + "related": "/facilities/?filter[stop]=1649" } }, "parent_station": { @@ -291650,14 +292677,14 @@ }, { "attributes": {}, - "id": "71263", + "id": "16126", "links": { - "self": "/stops/71263" + "self": "/stops/16126" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=71263" + "related": "/facilities/?filter[stop]=16126" } }, "parent_station": { @@ -291674,14 +292701,14 @@ }, { "attributes": {}, - "id": "8861", + "id": "3330", "links": { - "self": "/stops/8861" + "self": "/stops/3330" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8861" + "related": "/facilities/?filter[stop]=3330" } }, "parent_station": { @@ -291698,14 +292725,14 @@ }, { "attributes": {}, - "id": "1309", + "id": "4238", "links": { - "self": "/stops/1309" + "self": "/stops/4238" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1309" + "related": "/facilities/?filter[stop]=4238" } }, "parent_station": { @@ -291722,14 +292749,14 @@ }, { "attributes": {}, - "id": "572", + "id": "6432", "links": { - "self": "/stops/572" + "self": "/stops/6432" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=572" + "related": "/facilities/?filter[stop]=6432" } }, "parent_station": { @@ -291746,25 +292773,22 @@ }, { "attributes": {}, - "id": "DB-2258-01", + "id": "49829", "links": { - "self": "/stops/DB-2258-01" + "self": "/stops/49829" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=DB-2258-01" + "related": "/facilities/?filter[stop]=49829" } }, "parent_station": { - "data": { - "id": "place-DB-2258", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "CR-zone-1A", + "id": "LocalBus", "type": "zone" } } @@ -291773,14 +292797,14 @@ }, { "attributes": {}, - "id": "49848", + "id": "1764", "links": { - "self": "/stops/49848" + "self": "/stops/1764" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=49848" + "related": "/facilities/?filter[stop]=1764" } }, "parent_station": { @@ -291797,14 +292821,14 @@ }, { "attributes": {}, - "id": "3639", + "id": "10010", "links": { - "self": "/stops/3639" + "self": "/stops/10010" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3639" + "related": "/facilities/?filter[stop]=10010" } }, "parent_station": { @@ -291820,39 +292844,29 @@ "type": "stop" }, { - "attributes": {}, - "id": "8187", - "links": { - "self": "/stops/8187" + "attributes": { + "color": "FFC72C", + "long_name": "Forest Hills - Back Bay Station", + "short_name": "39", + "sort_order": 50390, + "text_color": "000000" }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=8187" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } + "id": "line-39", + "links": { + "self": "/lines/line-39" }, - "type": "stop" + "type": "line" }, { "attributes": {}, - "id": "111672", + "id": "4290", "links": { - "self": "/stops/111672" + "self": "/stops/4290" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=111672" + "related": "/facilities/?filter[stop]=4290" } }, "parent_station": { @@ -291869,14 +292883,14 @@ }, { "attributes": {}, - "id": "86180", + "id": "17142", "links": { - "self": "/stops/86180" + "self": "/stops/17142" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=86180" + "related": "/facilities/?filter[stop]=17142" } }, "parent_station": { @@ -291893,45 +292907,67 @@ }, { "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Harvard Square", - "Lechmere Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Harvard Square - Lechmere Station", - "short_name": "69", - "sort_order": 50690, - "text_color": "000000", - "type": 3 + "direction_id": 0, + "headsign": "Braintree (Shuttle)" }, - "id": "69", + "id": "BraintreeQuincyCenter-0-sample", "links": { - "self": "/routes/69" + "self": "/trips/BraintreeQuincyCenter-0-sample" }, "relationships": { - "line": { + "route": { "data": { - "id": "line-69", - "type": "line" + "id": "Shuttle-BraintreeQuincyCenter", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "Shuttle-BraintreeQuincyCenter-0-0", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "canonical", + "type": "service" + } + }, + "shape": { + "data": { + "id": "QuincyCenterToBraintree-S", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "32000", + "type": "stop" + }, + { + "id": "41031", + "type": "stop" + }, + { + "id": "38671", + "type": "stop" + } + ] } }, - "type": "route" + "type": "trip" }, { "attributes": {}, - "id": "6120", + "id": "4038", "links": { - "self": "/stops/6120" + "self": "/stops/4038" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6120" + "related": "/facilities/?filter[stop]=4038" } }, "parent_station": { @@ -291948,14 +292984,14 @@ }, { "attributes": {}, - "id": "763", + "id": "32", "links": { - "self": "/stops/763" + "self": "/stops/32" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=763" + "related": "/facilities/?filter[stop]=32" } }, "parent_station": { @@ -291972,14 +293008,14 @@ }, { "attributes": {}, - "id": "61391", + "id": "9146", "links": { - "self": "/stops/61391" + "self": "/stops/9146" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=61391" + "related": "/facilities/?filter[stop]=9146" } }, "parent_station": { @@ -291996,23 +293032,23 @@ }, { "attributes": { - "direction_id": 1, - "headsign": "Prudential (Shuttle)" + "direction_id": 0, + "headsign": "Needham Heights" }, - "id": "HeathStreetPrudential-1-sample", + "id": "canonical-CR-Needham-C1-0", "links": { - "self": "/trips/HeathStreetPrudential-1-sample" + "self": "/trips/canonical-CR-Needham-C1-0" }, "relationships": { "route": { "data": { - "id": "Shuttle-HeathPrudential", + "id": "CR-Needham", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-HeathPrudential-0-1", + "id": "CR-Needham-C1-0", "type": "route_pattern" } }, @@ -292024,54 +293060,58 @@ }, "shape": { "data": { - "id": "HeathStreetToPrudential-S", + "id": "canonical-9860002", "type": "shape" } }, "stops": { "data": [ { - "id": "1761", + "id": "NEC-2287", "type": "stop" }, { - "id": "65741", + "id": "NEC-2276", "type": "stop" }, { - "id": "6575", + "id": "NEC-2265", "type": "stop" }, { - "id": "1315", + "id": "NEC-2237-03", "type": "stop" }, { - "id": "1317", + "id": "NB-0064-S", "type": "stop" }, { - "id": "21317", + "id": "NB-0072-S", "type": "stop" }, { - "id": "31317", + "id": "NB-0076-S", "type": "stop" }, { - "id": "51317", + "id": "NB-0080-S", "type": "stop" }, { - "id": "81317", + "id": "NB-0109-S", "type": "stop" }, { - "id": "91317", + "id": "NB-0120-S", "type": "stop" }, { - "id": "11389", + "id": "NB-0127-S", + "type": "stop" + }, + { + "id": "NB-0137-S", "type": "stop" } ] @@ -292080,29 +293120,162 @@ "type": "trip" }, { - "attributes": { - "color": "FFC72C", - "long_name": "Arlington Heights - Harvard", - "short_name": "77", - "sort_order": 50770, - "text_color": "000000" + "attributes": {}, + "id": "109", + "links": { + "self": "/stops/109" }, - "id": "line-77", + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=109" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "70504", "links": { - "self": "/lines/line-77" + "self": "/stops/70504" }, - "type": "line" + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=70504" + } + }, + "parent_station": { + "data": { + "id": "place-unsqu", + "type": "stop" + } + }, + "zone": { + "data": { + "id": "RapidTransit", + "type": "zone" + } + } + }, + "type": "stop" }, { "attributes": {}, - "id": "49903", + "id": "3926", "links": { - "self": "/stops/49903" + "self": "/stops/3926" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=49903" + "related": "/facilities/?filter[stop]=3926" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "4194", + "links": { + "self": "/stops/4194" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=4194" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "587", + "links": { + "self": "/stops/587" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=587" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "NHRML-0073-B", + "links": { + "self": "/stops/NHRML-0073-B" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=NHRML-0073-B" + } + }, + "parent_station": { + "data": { + "id": "place-NHRML-0073", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "1416", + "links": { + "self": "/stops/1416" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=1416" } }, "parent_station": { @@ -292120,96 +293293,320 @@ { "attributes": { "color": "FFC72C", - "direction_destinations": [ - "Forest Hills", - "Oak Grove" - ], - "direction_names": [ - "South", - "North" - ], - "long_name": "Oak Grove - Wellington", - "short_name": "Orange Line Shuttle", - "sort_order": 62300, - "text_color": "000000", - "type": 3 + "long_name": "Medford Square - Davis", + "short_name": "94", + "sort_order": 50940, + "text_color": "000000" + }, + "id": "line-94", + "links": { + "self": "/lines/line-94" }, - "id": "Shuttle-OakGroveWellington", + "type": "line" + }, + { + "attributes": {}, + "id": "9270022", "links": { - "self": "/routes/Shuttle-OakGroveWellington" + "self": "/stops/9270022" }, "relationships": { - "line": { - "data": { - "id": "line-Orange", - "type": "line" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=9270022" } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": null } }, - "type": "route" + "type": "stop" }, { "attributes": { "direction_id": 1, - "headsign": "Braintree" + "headsign": "Ashmont" }, - "id": "NeedhamOrmsDotAve675660-1076-GRBBrainSouthDynamic-10", + "id": "67290405", "links": { - "self": "/trips/NeedhamOrmsDotAve675660-1076-GRBBrainSouthDynamic-10" + "self": "/trips/67290405" }, "relationships": { "route": { "data": { - "id": "CR-Greenbush", + "id": "240", "type": "route" } }, "route_pattern": { "data": { - "id": "CR-Greenbush-BraintreeGreenbush-1", + "id": "240-9-1", "type": "route_pattern" } }, "service": { "data": { - "id": "Spring/SummerSaturday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "GreenbushToBraintree", + "id": "2400227", "type": "shape" } }, "stops": { "data": [ { - "id": "GRB-0276-S", + "id": "4255", + "type": "stop" + }, + { + "id": "4256", + "type": "stop" + }, + { + "id": "4257", + "type": "stop" + }, + { + "id": "4258", + "type": "stop" + }, + { + "id": "4277", + "type": "stop" + }, + { + "id": "4278", + "type": "stop" + }, + { + "id": "4279", + "type": "stop" + }, + { + "id": "4280", + "type": "stop" + }, + { + "id": "4281", + "type": "stop" + }, + { + "id": "4282", + "type": "stop" + }, + { + "id": "4283", + "type": "stop" + }, + { + "id": "4284", + "type": "stop" + }, + { + "id": "4285", + "type": "stop" + }, + { + "id": "4286", + "type": "stop" + }, + { + "id": "4288", + "type": "stop" + }, + { + "id": "4289", + "type": "stop" + }, + { + "id": "4290", + "type": "stop" + }, + { + "id": "4291", + "type": "stop" + }, + { + "id": "4292", + "type": "stop" + }, + { + "id": "4293", + "type": "stop" + }, + { + "id": "4294", + "type": "stop" + }, + { + "id": "42951", + "type": "stop" + }, + { + "id": "4297", + "type": "stop" + }, + { + "id": "4298", + "type": "stop" + }, + { + "id": "4299", + "type": "stop" + }, + { + "id": "4300", + "type": "stop" + }, + { + "id": "4301", + "type": "stop" + }, + { + "id": "43011", + "type": "stop" + }, + { + "id": "4303", + "type": "stop" + }, + { + "id": "4304", + "type": "stop" + }, + { + "id": "4305", + "type": "stop" + }, + { + "id": "4306", + "type": "stop" + }, + { + "id": "4307", + "type": "stop" + }, + { + "id": "4308", + "type": "stop" + }, + { + "id": "4309", + "type": "stop" + }, + { + "id": "4310", + "type": "stop" + }, + { + "id": "4311", + "type": "stop" + }, + { + "id": "4312", + "type": "stop" + }, + { + "id": "4193", + "type": "stop" + }, + { + "id": "4194", + "type": "stop" + }, + { + "id": "4195", + "type": "stop" + }, + { + "id": "4198", "type": "stop" }, { - "id": "GRB-0233-S", + "id": "4200", "type": "stop" }, { - "id": "GRB-0199-S", + "id": "4201", "type": "stop" }, { - "id": "GRB-0183-S", + "id": "4202", "type": "stop" }, { - "id": "GRB-0162-S", + "id": "4203", "type": "stop" }, { - "id": "GRB-0146-S", + "id": "4204", "type": "stop" }, { - "id": "MM-0109-S", + "id": "4205", + "type": "stop" + }, + { + "id": "4206", + "type": "stop" + }, + { + "id": "4207", + "type": "stop" + }, + { + "id": "4208", + "type": "stop" + }, + { + "id": "4209", + "type": "stop" + }, + { + "id": "14211", + "type": "stop" + }, + { + "id": "590", + "type": "stop" + }, + { + "id": "591", + "type": "stop" + }, + { + "id": "882", + "type": "stop" + }, + { + "id": "593", + "type": "stop" + }, + { + "id": "594", + "type": "stop" + }, + { + "id": "595", + "type": "stop" + }, + { + "id": "533", + "type": "stop" + }, + { + "id": "534", + "type": "stop" + }, + { + "id": "334", "type": "stop" } ] @@ -292217,30 +293614,16 @@ }, "type": "trip" }, - { - "attributes": { - "color": "FFC72C", - "long_name": "Mattapan - Forest Hills via Roslindale Square", - "short_name": "30", - "sort_order": 50300, - "text_color": "000000" - }, - "id": "line-30", - "links": { - "self": "/lines/line-30" - }, - "type": "line" - }, { "attributes": {}, - "id": "63241", + "id": "3988", "links": { - "self": "/stops/63241" + "self": "/stops/3988" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=63241" + "related": "/facilities/?filter[stop]=3988" } }, "parent_station": { @@ -292257,14 +293640,14 @@ }, { "attributes": {}, - "id": "1618", + "id": "10007", "links": { - "self": "/stops/1618" + "self": "/stops/10007" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1618" + "related": "/facilities/?filter[stop]=10007" } }, "parent_station": { @@ -292281,14 +293664,14 @@ }, { "attributes": {}, - "id": "3065", + "id": "3823", "links": { - "self": "/stops/3065" + "self": "/stops/3823" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3065" + "related": "/facilities/?filter[stop]=3823" } }, "parent_station": { @@ -292306,250 +293689,237 @@ { "attributes": { "direction_id": 1, - "headsign": "Townsend & Humboldt" + "headsign": "Avenue Louis Pasteur" }, - "id": "61391459", + "id": "67251197", "links": { - "self": "/trips/61391459" + "self": "/trips/67251197" }, "relationships": { "route": { "data": { - "id": "10", + "id": "35", "type": "route" } }, "route_pattern": { "data": { - "id": "10-2-1", + "id": "35-2-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "100234", + "id": "350184", "type": "shape" } }, "stops": { "data": [ { - "id": "33", + "id": "616", "type": "stop" }, { - "id": "10033", + "id": "763", "type": "stop" }, { - "id": "34", + "id": "764", "type": "stop" }, { - "id": "35", + "id": "765", "type": "stop" }, { - "id": "895", + "id": "766", "type": "stop" }, { - "id": "41", + "id": "767", "type": "stop" }, { - "id": "42", + "id": "768", "type": "stop" }, { - "id": "43", + "id": "10769", "type": "stop" }, { - "id": "44", + "id": "769", "type": "stop" }, { - "id": "45", + "id": "770", "type": "stop" }, { - "id": "46", + "id": "771", "type": "stop" }, { - "id": "47", + "id": "772", "type": "stop" }, { - "id": "48", + "id": "773", "type": "stop" }, { - "id": "49", + "id": "780", "type": "stop" }, { - "id": "50", + "id": "781", "type": "stop" }, { - "id": "51", + "id": "782", "type": "stop" }, { - "id": "52", + "id": "783", "type": "stop" }, { - "id": "13", + "id": "784", "type": "stop" }, { - "id": "9955", + "id": "785", "type": "stop" }, { - "id": "40001", + "id": "15216", "type": "stop" }, { - "id": "401", + "id": "5217", "type": "stop" }, { - "id": "404", + "id": "5218", "type": "stop" }, { - "id": "405", + "id": "5219", "type": "stop" }, { - "id": "406", + "id": "5220", "type": "stop" }, { - "id": "407", + "id": "5221", "type": "stop" }, { - "id": "410", + "id": "5222", "type": "stop" }, { - "id": "411", + "id": "5223", "type": "stop" }, { - "id": "412", + "id": "5224", "type": "stop" }, { - "id": "413", + "id": "5225", "type": "stop" }, { - "id": "414", + "id": "5226", "type": "stop" }, { - "id": "1565", + "id": "5227", "type": "stop" - } - ] - } - }, - "type": "trip" - }, - { - "attributes": {}, - "id": "49914", - "links": { - "self": "/stops/49914" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=49914" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": { - "direction_id": 1, - "headsign": "Littleton/Route 495 (Shuttle)" - }, - "id": "LittletonWachusett-1-sample", - "links": { - "self": "/trips/LittletonWachusett-1-sample" - }, - "relationships": { - "route": { - "data": { - "id": "Shuttle-LittletonWachusett", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Shuttle-LittletonWachusett-0-1", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "canonical", - "type": "service" - } - }, - "shape": { - "data": { - "id": "WachusettToLittleton-S", - "type": "shape" - } - }, - "stops": { - "data": [ + }, { - "id": "FR-3338-B", + "id": "5228", "type": "stop" }, { - "id": "FR-0494-B", + "id": "5229", "type": "stop" }, { - "id": "FR-0451-B", + "id": "5230", "type": "stop" }, { - "id": "FR-0394-B1", + "id": "5231", "type": "stop" }, { - "id": "FR-0361-B1", + "id": "2002", "type": "stop" }, { - "id": "FR-0301-B", + "id": "2003", + "type": "stop" + }, + { + "id": "1129", + "type": "stop" + }, + { + "id": "1130", + "type": "stop" + }, + { + "id": "1132", + "type": "stop" + }, + { + "id": "11131", + "type": "stop" + }, + { + "id": "6570", + "type": "stop" + }, + { + "id": "6571", + "type": "stop" + }, + { + "id": "6573", + "type": "stop" + }, + { + "id": "65741", + "type": "stop" + }, + { + "id": "6575", + "type": "stop" + }, + { + "id": "1315", + "type": "stop" + }, + { + "id": "1317", + "type": "stop" + }, + { + "id": "1319", + "type": "stop" + }, + { + "id": "11780", "type": "stop" } ] @@ -292559,41 +293929,14 @@ }, { "attributes": {}, - "id": "PB-0194-S", - "links": { - "self": "/stops/PB-0194-S" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=PB-0194-S" - } - }, - "parent_station": { - "data": { - "id": "place-PB-0194", - "type": "stop" - } - }, - "zone": { - "data": { - "id": "CR-zone-4", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "29618", + "id": "9117", "links": { - "self": "/stops/29618" + "self": "/stops/9117" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=29618" + "related": "/facilities/?filter[stop]=9117" } }, "parent_station": { @@ -292610,14 +293953,14 @@ }, { "attributes": {}, - "id": "2318", + "id": "7647", "links": { - "self": "/stops/2318" + "self": "/stops/7647" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2318" + "related": "/facilities/?filter[stop]=7647" } }, "parent_station": { @@ -292634,46 +293977,25 @@ }, { "attributes": {}, - "id": "5894", + "id": "70007", "links": { - "self": "/stops/5894" + "self": "/stops/70007" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5894" + "related": "/facilities/?filter[stop]=70007" } }, "parent_station": { - "data": null - }, - "zone": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "625", - "links": { - "self": "/stops/625" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=625" + "id": "place-jaksn", + "type": "stop" } }, - "parent_station": { - "data": null - }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -292681,159 +294003,168 @@ "type": "stop" }, { - "attributes": {}, - "id": "4294", - "links": { - "self": "/stops/4294" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=4294" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } + "attributes": { + "direction_id": 0, + "headsign": "Dedham Mall" }, - "type": "stop" - }, - { - "attributes": {}, - "id": "82853", + "id": "67251557", "links": { - "self": "/stops/82853" + "self": "/trips/67251557" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=82853" - } - }, - "parent_station": { - "data": null - }, - "zone": { + "route": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "2174", - "links": { - "self": "/stops/2174" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=2174" + "id": "34", + "type": "route" } }, - "parent_station": { - "data": null - }, - "zone": { + "route_pattern": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "9070238", - "links": { - "self": "/stops/9070238" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=9070238" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": null - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "NHRML-0073-02", - "links": { - "self": "/stops/NHRML-0073-02" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=NHRML-0073-02" + "id": "34-3-0", + "type": "route_pattern" } }, - "parent_station": { + "service": { "data": { - "id": "place-NHRML-0073", - "type": "stop" + "id": "WinterWeekday", + "type": "service" } }, - "zone": { + "shape": { "data": { - "id": "CR-zone-1", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "82048", - "links": { - "self": "/stops/82048" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=82048" + "id": "340244", + "type": "shape" } }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } + "stops": { + "data": [ + { + "id": "10642", + "type": "stop" + }, + { + "id": "596", + "type": "stop" + }, + { + "id": "597", + "type": "stop" + }, + { + "id": "598", + "type": "stop" + }, + { + "id": "599", + "type": "stop" + }, + { + "id": "600", + "type": "stop" + }, + { + "id": "601", + "type": "stop" + }, + { + "id": "6022", + "type": "stop" + }, + { + "id": "603", + "type": "stop" + }, + { + "id": "10603", + "type": "stop" + }, + { + "id": "604", + "type": "stop" + }, + { + "id": "605", + "type": "stop" + }, + { + "id": "606", + "type": "stop" + }, + { + "id": "607", + "type": "stop" + }, + { + "id": "608", + "type": "stop" + }, + { + "id": "609", + "type": "stop" + }, + { + "id": "610", + "type": "stop" + }, + { + "id": "611", + "type": "stop" + }, + { + "id": "612", + "type": "stop" + }, + { + "id": "10612", + "type": "stop" + }, + { + "id": "613", + "type": "stop" + }, + { + "id": "614", + "type": "stop" + }, + { + "id": "615", + "type": "stop" + }, + { + "id": "616", + "type": "stop" + }, + { + "id": "618", + "type": "stop" + }, + { + "id": "10618", + "type": "stop" + }, + { + "id": "10835", + "type": "stop" + }, + { + "id": "10833", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "49816", + "id": "4494", "links": { - "self": "/stops/49816" + "self": "/stops/4494" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=49816" + "related": "/facilities/?filter[stop]=4494" } }, "parent_station": { @@ -292850,14 +294181,14 @@ }, { "attributes": {}, - "id": "4040", + "id": "3488", "links": { - "self": "/stops/4040" + "self": "/stops/3488" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4040" + "related": "/facilities/?filter[stop]=3488" } }, "parent_station": { @@ -292874,14 +294205,14 @@ }, { "attributes": {}, - "id": "7801", + "id": "2347", "links": { - "self": "/stops/7801" + "self": "/stops/2347" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7801" + "related": "/facilities/?filter[stop]=2347" } }, "parent_station": { @@ -292900,27 +294231,33 @@ "attributes": { "color": "FFC72C", "direction_destinations": [ - "Ashmont", - "Alewife" + "Forest Hills", + "Oak Grove" ], "direction_names": [ - "Outbound", - "Inbound" + "South", + "North" ], - "long_name": "Ashmont - JFK/UMass", - "short_name": "Red Line Shuttle", - "sort_order": 60250, + "long_name": "Forest Hills - Copley", + "short_name": "Orange Line Shuttle", + "sort_order": 61420, "text_color": "000000", "type": 3 }, - "id": "Shuttle-AshmontJFK", + "id": "Shuttle-CopleyForestHills", "links": { - "self": "/routes/Shuttle-AshmontJFK" + "self": "/routes/Shuttle-CopleyForestHills" }, "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, "line": { "data": { - "id": "line-Red", + "id": "line-Orange", "type": "line" } } @@ -292930,222 +294267,153 @@ { "attributes": { "direction_id": 0, - "headsign": "Heath Street" + "headsign": "Waltham (Express)" }, - "id": "61804761", + "id": "66644838", "links": { - "self": "/trips/61804761" + "self": "/trips/66644838" }, "relationships": { "route": { "data": { - "id": "Green-E", + "id": "505", "type": "route" } }, "route_pattern": { "data": { - "id": "Green-E-885-0", + "id": "505-6-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "8000043", + "id": "5050093", "type": "shape" } }, "stops": { "data": [ { - "id": "70504", + "id": "6551", "type": "stop" }, { - "id": "70502", + "id": "16535", "type": "stop" }, { - "id": "70208", + "id": "6555", "type": "stop" }, { - "id": "70206", + "id": "65541", "type": "stop" }, { - "id": "70204", + "id": "65542", "type": "stop" }, { - "id": "70202", + "id": "65543", "type": "stop" }, { - "id": "70199", + "id": "65544", "type": "stop" }, { - "id": "70159", + "id": "65546", "type": "stop" }, { - "id": "70157", + "id": "7833", "type": "stop" }, { - "id": "70155", + "id": "65547", "type": "stop" }, { - "id": "70239", + "id": "7834", "type": "stop" }, { - "id": "70241", + "id": "7835", "type": "stop" }, { - "id": "70243", + "id": "7836", "type": "stop" }, { - "id": "70245", + "id": "7837", "type": "stop" }, { - "id": "70247", + "id": "7838", "type": "stop" }, { - "id": "70249", + "id": "7659", "type": "stop" }, { - "id": "70251", + "id": "76592", "type": "stop" }, { - "id": "70253", + "id": "76593", "type": "stop" }, { - "id": "70255", + "id": "7660", "type": "stop" }, { - "id": "70257", + "id": "76594", "type": "stop" }, { - "id": "70260", - "type": "stop" - } - ] - } - }, - "type": "trip" - }, - { - "attributes": {}, - "id": "2153", - "links": { - "self": "/stops/2153" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=2153" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": { - "direction_id": 1, - "headsign": "Kenmore (Shuttle)" - }, - "id": "KenmoreWashingtonStreet-1-sample", - "links": { - "self": "/trips/KenmoreWashingtonStreet-1-sample" - }, - "relationships": { - "route": { - "data": { - "id": "Shuttle-KenmoreWashington", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Shuttle-KenmoreWashington-0-1", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "canonical", - "type": "service" - } - }, - "shape": { - "data": { - "id": "WashingtonStreetToKenmore-S", - "type": "shape" - } - }, - "stops": { - "data": [ - { - "id": "9070121", + "id": "7845", "type": "stop" }, { - "id": "9070128", + "id": "7846", "type": "stop" }, { - "id": "9070130", + "id": "17846", "type": "stop" }, { - "id": "933", + "id": "76597", "type": "stop" }, { - "id": "934", + "id": "86971", "type": "stop" }, { - "id": "938", + "id": "6598", "type": "stop" }, { - "id": "939", + "id": "7797", "type": "stop" }, { - "id": "941", + "id": "883321", "type": "stop" }, { - "id": "9070150", + "id": "88333", "type": "stop" } ] @@ -293155,38 +294423,14 @@ }, { "attributes": {}, - "id": "6461", - "links": { - "self": "/stops/6461" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=6461" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "178", + "id": "71855", "links": { - "self": "/stops/178" + "self": "/stops/71855" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=178" + "related": "/facilities/?filter[stop]=71855" } }, "parent_station": { @@ -293203,14 +294447,14 @@ }, { "attributes": {}, - "id": "8455", + "id": "9153", "links": { - "self": "/stops/8455" + "self": "/stops/9153" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8455" + "related": "/facilities/?filter[stop]=9153" } }, "parent_station": { @@ -293227,14 +294471,14 @@ }, { "attributes": {}, - "id": "7474", + "id": "51839", "links": { - "self": "/stops/7474" + "self": "/stops/51839" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7474" + "related": "/facilities/?filter[stop]=51839" } }, "parent_station": { @@ -293251,41 +294495,14 @@ }, { "attributes": {}, - "id": "70182", - "links": { - "self": "/stops/70182" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=70182" - } - }, - "parent_station": { - "data": { - "id": "place-longw", - "type": "stop" - } - }, - "zone": { - "data": { - "id": "RapidTransit", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "2853", + "id": "807", "links": { - "self": "/stops/2853" + "self": "/stops/807" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2853" + "related": "/facilities/?filter[stop]=807" } }, "parent_station": { @@ -293302,14 +294519,14 @@ }, { "attributes": {}, - "id": "5381", + "id": "1640", "links": { - "self": "/stops/5381" + "self": "/stops/1640" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5381" + "related": "/facilities/?filter[stop]=1640" } }, "parent_station": { @@ -293327,85 +294544,145 @@ { "attributes": { "direction_id": 1, - "headsign": "Marine Park" + "headsign": "Ruggles" }, - "id": "61393883", + "id": "66645171", "links": { - "self": "/trips/61393883" + "self": "/trips/66645171" }, "relationships": { "route": { "data": { - "id": "4", + "id": "44", "type": "route" } }, "route_pattern": { "data": { - "id": "4-3-1", + "id": "44-1-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "4-3-1", + "id": "440162", "type": "shape" } }, "stops": { "data": [ { - "id": "114", + "id": "11531", "type": "stop" }, { - "id": "83091", + "id": "1265", "type": "stop" }, { - "id": "204", + "id": "1266", "type": "stop" }, { - "id": "65471", + "id": "10413", "type": "stop" }, { - "id": "16551", + "id": "11413", "type": "stop" }, { - "id": "221", + "id": "17421", "type": "stop" }, { - "id": "21599", + "id": "1325", "type": "stop" }, { - "id": "243", + "id": "1326", "type": "stop" }, { - "id": "247", + "id": "1327", "type": "stop" }, { - "id": "30249", + "id": "1328", "type": "stop" }, { - "id": "30256", + "id": "1330", "type": "stop" }, { - "id": "210", + "id": "1331", + "type": "stop" + }, + { + "id": "1332", + "type": "stop" + }, + { + "id": "1334", + "type": "stop" + }, + { + "id": "1335", + "type": "stop" + }, + { + "id": "1337", + "type": "stop" + }, + { + "id": "1338", + "type": "stop" + }, + { + "id": "1339", + "type": "stop" + }, + { + "id": "396", + "type": "stop" + }, + { + "id": "21151", + "type": "stop" + }, + { + "id": "64000", + "type": "stop" + }, + { + "id": "1148", + "type": "stop" + }, + { + "id": "11149", + "type": "stop" + }, + { + "id": "11148", + "type": "stop" + }, + { + "id": "21148", + "type": "stop" + }, + { + "id": "1224", + "type": "stop" + }, + { + "id": "17861", "type": "stop" } ] @@ -293415,14 +294692,62 @@ }, { "attributes": {}, - "id": "578", + "id": "3842", "links": { - "self": "/stops/578" + "self": "/stops/3842" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=3842" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "32831", + "links": { + "self": "/stops/32831" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=32831" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "2841", + "links": { + "self": "/stops/2841" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=578" + "related": "/facilities/?filter[stop]=2841" } }, "parent_station": { @@ -293439,14 +294764,14 @@ }, { "attributes": {}, - "id": "3349", + "id": "2461", "links": { - "self": "/stops/3349" + "self": "/stops/2461" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3349" + "related": "/facilities/?filter[stop]=2461" } }, "parent_station": { @@ -293461,27 +294786,38 @@ }, "type": "stop" }, + { + "attributes": { + "color": "FFC72C", + "long_name": "Harvard - Nubian via Allston", + "short_name": "66", + "sort_order": 50660, + "text_color": "000000" + }, + "id": "line-66", + "links": { + "self": "/lines/line-66" + }, + "type": "line" + }, { "attributes": {}, - "id": "70164", + "id": "13814", "links": { - "self": "/stops/70164" + "self": "/stops/13814" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70164" + "related": "/facilities/?filter[stop]=13814" } }, "parent_station": { - "data": { - "id": "place-waban", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } @@ -293490,14 +294826,14 @@ }, { "attributes": {}, - "id": "23536", + "id": "6767", "links": { - "self": "/stops/23536" + "self": "/stops/6767" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=23536" + "related": "/facilities/?filter[stop]=6767" } }, "parent_station": { @@ -293514,14 +294850,14 @@ }, { "attributes": {}, - "id": "4481", + "id": "5266", "links": { - "self": "/stops/4481" + "self": "/stops/5266" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4481" + "related": "/facilities/?filter[stop]=5266" } }, "parent_station": { @@ -293538,25 +294874,22 @@ }, { "attributes": {}, - "id": "7096", + "id": "7115", "links": { - "self": "/stops/7096" + "self": "/stops/7115" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7096" + "related": "/facilities/?filter[stop]=7115" } }, "parent_station": { - "data": { - "id": "place-aport", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "SLWaterfrontNonLogan", + "id": "LocalBus", "type": "zone" } } @@ -293565,14 +294898,14 @@ }, { "attributes": {}, - "id": "14613", + "id": "82131", "links": { - "self": "/stops/14613" + "self": "/stops/82131" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=14613" + "related": "/facilities/?filter[stop]=82131" } }, "parent_station": { @@ -293589,14 +294922,14 @@ }, { "attributes": {}, - "id": "2411", + "id": "776", "links": { - "self": "/stops/2411" + "self": "/stops/776" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2411" + "related": "/facilities/?filter[stop]=776" } }, "parent_station": { @@ -293613,14 +294946,14 @@ }, { "attributes": {}, - "id": "4146", + "id": "33076", "links": { - "self": "/stops/4146" + "self": "/stops/33076" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4146" + "related": "/facilities/?filter[stop]=33076" } }, "parent_station": { @@ -293637,23 +294970,23 @@ }, { "attributes": { - "direction_id": 1, - "headsign": "Park Street (Shuttle)" + "direction_id": 0, + "headsign": "Lowell" }, - "id": "JFKPark-Weekday-1d548-1-00:00:00", + "id": "canonical-CR-Lowell-C1-0", "links": { - "self": "/trips/JFKPark-Weekday-1d548-1-00%3A00%3A00" + "self": "/trips/canonical-CR-Lowell-C1-0" }, "relationships": { "route": { "data": { - "id": "Shuttle-JFKPark", + "id": "CR-Lowell", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-JFKPark-0-1", + "id": "CR-Lowell-edb39c7b-0", "type": "route_pattern" } }, @@ -293665,34 +294998,42 @@ }, "shape": { "data": { - "id": "JFKToParkStreetViaFranklin-S", + "id": "canonical-9830006", "type": "shape" } }, "stops": { "data": [ { - "id": "121", + "id": "BNT-0000", "type": "stop" }, { - "id": "13", + "id": "NHRML-0055-01", "type": "stop" }, { - "id": "150", + "id": "NHRML-0073-01", "type": "stop" }, { - "id": "892", + "id": "NHRML-0078-01", "type": "stop" }, { - "id": "9070080", + "id": "NHRML-0127-01", "type": "stop" }, { - "id": "9170076", + "id": "NHRML-0152-01", + "type": "stop" + }, + { + "id": "NHRML-0218-01", + "type": "stop" + }, + { + "id": "NHRML-0254-04", "type": "stop" } ] @@ -293702,14 +295043,14 @@ }, { "attributes": {}, - "id": "5868", + "id": "1635", "links": { - "self": "/stops/5868" + "self": "/stops/1635" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5868" + "related": "/facilities/?filter[stop]=1635" } }, "parent_station": { @@ -293727,274 +295068,45 @@ { "attributes": { "direction_id": 0, - "headsign": "Saugus Center via Square One Mall" - }, - "id": "61869064", - "links": { - "self": "/trips/61869064" - }, - "relationships": { - "route": { - "data": { - "id": "430", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "430-1-0", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "SpringWeekday", - "type": "service" - } - }, - "shape": { - "data": { - "id": "4300178", - "type": "shape" - } - }, - "stops": { - "data": [ - { - "id": "53270", - "type": "stop" - }, - { - "id": "5289", - "type": "stop" - }, - { - "id": "5342", - "type": "stop" - }, - { - "id": "5457", - "type": "stop" - }, - { - "id": "5459", - "type": "stop" - }, - { - "id": "5460", - "type": "stop" - }, - { - "id": "5461", - "type": "stop" - }, - { - "id": "5462", - "type": "stop" - }, - { - "id": "5463", - "type": "stop" - }, - { - "id": "5464", - "type": "stop" - }, - { - "id": "54651", - "type": "stop" - }, - { - "id": "9060", - "type": "stop" - }, - { - "id": "9061", - "type": "stop" - }, - { - "id": "49061", - "type": "stop" - }, - { - "id": "9063", - "type": "stop" - }, - { - "id": "7541", - "type": "stop" - }, - { - "id": "7542", - "type": "stop" - }, - { - "id": "7543", - "type": "stop" - }, - { - "id": "7545", - "type": "stop" - }, - { - "id": "8575", - "type": "stop" - }, - { - "id": "7547", - "type": "stop" - }, - { - "id": "7548", - "type": "stop" - }, - { - "id": "7550", - "type": "stop" - }, - { - "id": "7529", - "type": "stop" - }, - { - "id": "6206", - "type": "stop" - }, - { - "id": "6207", - "type": "stop" - }, - { - "id": "6208", - "type": "stop" - }, - { - "id": "7555", - "type": "stop" - }, - { - "id": "7557", - "type": "stop" - }, - { - "id": "7558", - "type": "stop" - }, - { - "id": "7559", - "type": "stop" - }, - { - "id": "7560", - "type": "stop" - }, - { - "id": "7561", - "type": "stop" - }, - { - "id": "7562", - "type": "stop" - }, - { - "id": "17562", - "type": "stop" - }, - { - "id": "7564", - "type": "stop" - }, - { - "id": "7566", - "type": "stop" - }, - { - "id": "7429", - "type": "stop" - }, - { - "id": "17429", - "type": "stop" - }, - { - "id": "7430", - "type": "stop" - }, - { - "id": "7567", - "type": "stop" - }, - { - "id": "7569", - "type": "stop" - }, - { - "id": "7570", - "type": "stop" - }, - { - "id": "7572", - "type": "stop" - }, - { - "id": "6230", - "type": "stop" - }, - { - "id": "7474", - "type": "stop" - } - ] - } - }, - "type": "trip" - }, - { - "attributes": { - "direction_id": 1, - "headsign": "Long Wharf via Logan Airport" + "headsign": "Maverick (Shuttle)" }, - "id": "Boat-F1-1545-Hingham-BF2H-05-Weekday-Summer-24", + "id": "AirportMaverick-0-sample", "links": { - "self": "/trips/Boat-F1-1545-Hingham-BF2H-05-Weekday-Summer-24" + "self": "/trips/AirportMaverick-0-sample" }, "relationships": { "route": { "data": { - "id": "Boat-F1", + "id": "Shuttle-AirportMaverick", "type": "route" } }, "route_pattern": { "data": { - "id": "Boat-F1-4-1", + "id": "Shuttle-AirportMaverick-0-0", "type": "route_pattern" } }, "service": { "data": { - "id": "Boat-F1-Weekday-Summer-24", + "id": "canonical", "type": "service" } }, "shape": { "data": { - "id": "b0009", + "id": "AirportToMaverick-S", "type": "shape" } }, "stops": { "data": [ { - "id": "Boat-Hingham", - "type": "stop" - }, - { - "id": "Boat-Logan", + "id": "7096", "type": "stop" }, { - "id": "Boat-Long", + "id": "57400", "type": "stop" } ] @@ -294004,89 +295116,14 @@ }, { "attributes": {}, - "id": "7296", - "links": { - "self": "/stops/7296" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=7296" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "1510", - "links": { - "self": "/stops/1510" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=1510" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "2076", - "links": { - "self": "/stops/2076" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=2076" - } - }, - "parent_station": { - "data": { - "id": "place-harsq", - "type": "stop" - } - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "5083", + "id": "4063", "links": { - "self": "/stops/5083" + "self": "/stops/4063" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5083" + "related": "/facilities/?filter[stop]=4063" } }, "parent_station": { @@ -294103,14 +295140,14 @@ }, { "attributes": {}, - "id": "3362", + "id": "4590", "links": { - "self": "/stops/3362" + "self": "/stops/4590" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3362" + "related": "/facilities/?filter[stop]=4590" } }, "parent_station": { @@ -294127,14 +295164,14 @@ }, { "attributes": {}, - "id": "1376", + "id": "6409", "links": { - "self": "/stops/1376" + "self": "/stops/6409" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1376" + "related": "/facilities/?filter[stop]=6409" } }, "parent_station": { @@ -294152,217 +295189,169 @@ { "attributes": { "direction_id": 1, - "headsign": "Salem Depot via Cabot St" + "headsign": "Airport" }, - "id": "62216672", + "id": "67058786", "links": { - "self": "/trips/62216672" + "self": "/trips/67058786" }, "relationships": { "route": { "data": { - "id": "451", + "id": "104", "type": "route" } }, "route_pattern": { "data": { - "id": "451-_-1", + "id": "104-_-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterSaturday", "type": "service" } }, "shape": { "data": { - "id": "4510062", + "id": "1040146", "type": "shape" } }, "stops": { "data": [ { - "id": "17102", - "type": "stop" - }, - { - "id": "7100", - "type": "stop" - }, - { - "id": "7102", - "type": "stop" - }, - { - "id": "7103", - "type": "stop" - }, - { - "id": "7104", - "type": "stop" - }, - { - "id": "7105", - "type": "stop" - }, - { - "id": "7106", - "type": "stop" - }, - { - "id": "7107", - "type": "stop" - }, - { - "id": "7109", - "type": "stop" - }, - { - "id": "7110", - "type": "stop" - }, - { - "id": "7111", - "type": "stop" - }, - { - "id": "7112", - "type": "stop" - }, - { - "id": "7113", + "id": "53270", "type": "stop" }, { - "id": "7114", + "id": "5289", "type": "stop" }, { - "id": "7115", + "id": "5372", "type": "stop" }, { - "id": "7117", + "id": "5344", "type": "stop" }, { - "id": "7118", + "id": "5345", "type": "stop" }, { - "id": "7120", + "id": "5347", "type": "stop" }, { - "id": "7121", + "id": "5348", "type": "stop" }, { - "id": "7123", + "id": "5349", "type": "stop" }, { - "id": "7124", + "id": "5351", "type": "stop" }, { - "id": "7125", + "id": "5488", "type": "stop" }, { - "id": "47170", + "id": "5490", "type": "stop" }, { - "id": "7126", + "id": "15492", "type": "stop" }, { - "id": "7127", + "id": "5495", "type": "stop" }, { - "id": "7128", + "id": "5496", "type": "stop" }, { - "id": "7129", + "id": "56000", "type": "stop" }, { - "id": "7130", + "id": "56001", "type": "stop" }, { - "id": "7131", + "id": "56002", "type": "stop" }, { - "id": "7132", + "id": "56003", "type": "stop" }, { - "id": "7133", + "id": "15053", "type": "stop" }, { - "id": "7134", + "id": "15055", "type": "stop" }, { - "id": "7135", + "id": "15054", "type": "stop" }, { - "id": "7136", + "id": "5650", "type": "stop" }, { - "id": "7140", + "id": "5651", "type": "stop" }, { - "id": "7138", + "id": "5605", "type": "stop" }, { - "id": "7141", + "id": "5606", "type": "stop" }, { - "id": "7139", + "id": "5653", "type": "stop" }, { - "id": "7142", + "id": "5614", "type": "stop" }, { - "id": "17142", + "id": "5654", "type": "stop" }, { - "id": "17144", + "id": "5656", "type": "stop" }, { - "id": "7150", + "id": "5657", "type": "stop" }, { - "id": "6181", + "id": "5658", "type": "stop" }, { - "id": "4563", + "id": "5659", "type": "stop" }, { - "id": "37150", + "id": "7096", "type": "stop" } ] @@ -294370,228 +295359,120 @@ }, "type": "trip" }, - { - "attributes": {}, - "id": "979", - "links": { - "self": "/stops/979" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=979" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, { "attributes": { - "direction_id": 1, - "headsign": "West Lynn Garage" + "direction_id": 0, + "headsign": "Forest Hills" }, - "id": "62216665", + "id": "canonical-Orange-C1-0", "links": { - "self": "/trips/62216665" + "self": "/trips/canonical-Orange-C1-0" }, "relationships": { "route": { "data": { - "id": "450", + "id": "Orange", "type": "route" } }, "route_pattern": { "data": { - "id": "450-9-1", + "id": "Orange-3-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "canonical", "type": "service" } }, "shape": { "data": { - "id": "4500194", + "id": "canonical-903_0018", "type": "shape" } }, "stops": { "data": [ { - "id": "37150", - "type": "stop" - }, - { - "id": "4453", - "type": "stop" - }, - { - "id": "4455", - "type": "stop" - }, - { - "id": "4456", - "type": "stop" - }, - { - "id": "4457", - "type": "stop" - }, - { - "id": "4458", - "type": "stop" - }, - { - "id": "4459", - "type": "stop" - }, - { - "id": "14460", - "type": "stop" - }, - { - "id": "4462", - "type": "stop" - }, - { - "id": "4463", - "type": "stop" - }, - { - "id": "14465", - "type": "stop" - }, - { - "id": "4465", - "type": "stop" - }, - { - "id": "4467", - "type": "stop" - }, - { - "id": "4470", - "type": "stop" - }, - { - "id": "14470", - "type": "stop" - }, - { - "id": "4472", - "type": "stop" - }, - { - "id": "4473", - "type": "stop" - }, - { - "id": "4474", - "type": "stop" - }, - { - "id": "4475", - "type": "stop" - }, - { - "id": "4477", - "type": "stop" - }, - { - "id": "4479", - "type": "stop" - }, - { - "id": "4480", + "id": "70036", "type": "stop" }, { - "id": "4481", + "id": "70034", "type": "stop" }, { - "id": "4482", + "id": "70032", "type": "stop" }, { - "id": "7302", + "id": "70278", "type": "stop" }, { - "id": "7303", + "id": "70030", "type": "stop" }, { - "id": "7304", + "id": "70028", "type": "stop" }, { - "id": "7305", + "id": "70026", "type": "stop" }, { - "id": "7306", + "id": "70024", "type": "stop" }, { - "id": "7307", + "id": "70022", "type": "stop" }, { - "id": "7308", + "id": "70020", "type": "stop" }, { - "id": "4483", + "id": "70018", "type": "stop" }, { - "id": "4484", + "id": "70016", "type": "stop" }, { - "id": "4485", + "id": "70014", "type": "stop" }, { - "id": "4486", + "id": "70012", "type": "stop" }, { - "id": "4487", + "id": "70010", "type": "stop" }, { - "id": "4488", + "id": "70008", "type": "stop" }, { - "id": "4489", + "id": "70006", "type": "stop" }, { - "id": "4490", + "id": "70004", "type": "stop" }, { - "id": "4491", + "id": "70002", "type": "stop" }, { - "id": "4492", + "id": "70001", "type": "stop" } ] @@ -294601,25 +295482,22 @@ }, { "attributes": {}, - "id": "70227", + "id": "6955", "links": { - "self": "/stops/70227" + "self": "/stops/6955" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70227" + "related": "/facilities/?filter[stop]=6955" } }, "parent_station": { - "data": { - "id": "place-fbkst", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } @@ -294628,14 +295506,14 @@ }, { "attributes": {}, - "id": "71917", + "id": "3351", "links": { - "self": "/stops/71917" + "self": "/stops/3351" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=71917" + "related": "/facilities/?filter[stop]=3351" } }, "parent_station": { @@ -294652,14 +295530,14 @@ }, { "attributes": {}, - "id": "18239", + "id": "1422", "links": { - "self": "/stops/18239" + "self": "/stops/1422" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=18239" + "related": "/facilities/?filter[stop]=1422" } }, "parent_station": { @@ -294676,14 +295554,41 @@ }, { "attributes": {}, - "id": "7503", + "id": "70028", "links": { - "self": "/stops/7503" + "self": "/stops/70028" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7503" + "related": "/facilities/?filter[stop]=70028" + } + }, + "parent_station": { + "data": { + "id": "place-ccmnl", + "type": "stop" + } + }, + "zone": { + "data": { + "id": "RapidTransit", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "596", + "links": { + "self": "/stops/596" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=596" } }, "parent_station": { @@ -294700,14 +295605,14 @@ }, { "attributes": {}, - "id": "5405", + "id": "4054", "links": { - "self": "/stops/5405" + "self": "/stops/4054" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5405" + "related": "/facilities/?filter[stop]=4054" } }, "parent_station": { @@ -294722,16 +295627,53 @@ }, "type": "stop" }, + { + "attributes": { + "color": "80276C", + "direction_destinations": [ + "Middleborough/Lakeville", + "South Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Middleborough/Lakeville Line", + "short_name": "", + "sort_order": 20009, + "text_color": "FFFFFF", + "type": 2 + }, + "id": "CR-Middleborough", + "links": { + "self": "/routes/CR-Middleborough" + }, + "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, + "line": { + "data": { + "id": "line-Middleborough", + "type": "line" + } + } + }, + "type": "route" + }, { "attributes": {}, - "id": "5774", + "id": "5529", "links": { - "self": "/stops/5774" + "self": "/stops/5529" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5774" + "related": "/facilities/?filter[stop]=5529" } }, "parent_station": { @@ -294748,14 +295690,14 @@ }, { "attributes": {}, - "id": "1554", + "id": "4743", "links": { - "self": "/stops/1554" + "self": "/stops/4743" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1554" + "related": "/facilities/?filter[stop]=4743" } }, "parent_station": { @@ -294772,14 +295714,14 @@ }, { "attributes": {}, - "id": "6519", + "id": "2179", "links": { - "self": "/stops/6519" + "self": "/stops/2179" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6519" + "related": "/facilities/?filter[stop]=2179" } }, "parent_station": { @@ -294796,14 +295738,14 @@ }, { "attributes": {}, - "id": "1941", + "id": "1713", "links": { - "self": "/stops/1941" + "self": "/stops/1713" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1941" + "related": "/facilities/?filter[stop]=1713" } }, "parent_station": { @@ -294820,14 +295762,14 @@ }, { "attributes": {}, - "id": "3542", + "id": "3321", "links": { - "self": "/stops/3542" + "self": "/stops/3321" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3542" + "related": "/facilities/?filter[stop]=3321" } }, "parent_station": { @@ -294844,218 +295786,54 @@ }, { "attributes": { - "direction_id": 1, - "headsign": "Alewife" + "direction_id": 0, + "headsign": "North Station (Shuttle)" }, - "id": "61848676", + "id": "GreenDUnionSquareNorthStation-0-sample", "links": { - "self": "/trips/61848676" + "self": "/trips/GreenDUnionSquareNorthStation-0-sample" }, "relationships": { "route": { "data": { - "id": "76", + "id": "Shuttle-NorthStationUnionSquare", "type": "route" } }, "route_pattern": { "data": { - "id": "76-_-1", + "id": "Shuttle-NorthStationUnionSquare-0-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "canonical", "type": "service" } }, "shape": { "data": { - "id": "760140", + "id": "UnionSquareToNorthStation-S", "type": "shape" } }, "stops": { "data": [ { - "id": "85231", - "type": "stop" - }, - { - "id": "8623", - "type": "stop" - }, - { - "id": "86232", - "type": "stop" - }, - { - "id": "8624", - "type": "stop" - }, - { - "id": "86242", - "type": "stop" - }, - { - "id": "86261", - "type": "stop" - }, - { - "id": "8627", - "type": "stop" - }, - { - "id": "8628", - "type": "stop" - }, - { - "id": "8629", - "type": "stop" - }, - { - "id": "8630", - "type": "stop" - }, - { - "id": "8631", - "type": "stop" - }, - { - "id": "8632", - "type": "stop" - }, - { - "id": "8633", - "type": "stop" - }, - { - "id": "8634", - "type": "stop" - }, - { - "id": "8635", - "type": "stop" - }, - { - "id": "7874", - "type": "stop" - }, - { - "id": "78741", - "type": "stop" - }, - { - "id": "78742", - "type": "stop" - }, - { - "id": "8636", - "type": "stop" - }, - { - "id": "18636", - "type": "stop" - }, - { - "id": "8637", - "type": "stop" - }, - { - "id": "8638", - "type": "stop" - }, - { - "id": "8639", - "type": "stop" - }, - { - "id": "8640", - "type": "stop" - }, - { - "id": "8641", - "type": "stop" - }, - { - "id": "18595", - "type": "stop" - }, - { - "id": "8643", - "type": "stop" - }, - { - "id": "8645", - "type": "stop" - }, - { - "id": "8647", - "type": "stop" - }, - { - "id": "8648", - "type": "stop" - }, - { - "id": "8649", - "type": "stop" - }, - { - "id": "8651", - "type": "stop" - }, - { - "id": "2494", - "type": "stop" - }, - { - "id": "2495", - "type": "stop" - }, - { - "id": "2326", - "type": "stop" - }, - { - "id": "2327", - "type": "stop" - }, - { - "id": "2328", - "type": "stop" - }, - { - "id": "2329", - "type": "stop" - }, - { - "id": "2331", - "type": "stop" - }, - { - "id": "2475", - "type": "stop" - }, - { - "id": "2477", - "type": "stop" - }, - { - "id": "2478", + "id": "9070503", "type": "stop" }, { - "id": "24790", + "id": "9070501", "type": "stop" }, { - "id": "24791", + "id": "9070093", "type": "stop" }, { - "id": "141", + "id": "9070090", "type": "stop" } ] @@ -295065,14 +295843,14 @@ }, { "attributes": {}, - "id": "6371", + "id": "8393", "links": { - "self": "/stops/6371" + "self": "/stops/8393" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6371" + "related": "/facilities/?filter[stop]=8393" } }, "parent_station": { @@ -295089,14 +295867,14 @@ }, { "attributes": {}, - "id": "8296", + "id": "1696", "links": { - "self": "/stops/8296" + "self": "/stops/1696" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8296" + "related": "/facilities/?filter[stop]=1696" } }, "parent_station": { @@ -295113,25 +295891,46 @@ }, { "attributes": {}, - "id": "FR-0451-01", + "id": "6151", "links": { - "self": "/stops/FR-0451-01" + "self": "/stops/6151" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=FR-0451-01" + "related": "/facilities/?filter[stop]=6151" } }, "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "place-FR-0451", - "type": "stop" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "522", + "links": { + "self": "/stops/522" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=522" } }, + "parent_station": { + "data": null + }, "zone": { "data": { - "id": "CR-zone-8", + "id": "LocalBus", "type": "zone" } } @@ -295140,14 +295939,14 @@ }, { "attributes": {}, - "id": "3612", + "id": "38496", "links": { - "self": "/stops/3612" + "self": "/stops/38496" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3612" + "related": "/facilities/?filter[stop]=38496" } }, "parent_station": { @@ -295164,14 +295963,14 @@ }, { "attributes": {}, - "id": "3172", + "id": "591", "links": { - "self": "/stops/3172" + "self": "/stops/591" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3172" + "related": "/facilities/?filter[stop]=591" } }, "parent_station": { @@ -295188,14 +295987,14 @@ }, { "attributes": {}, - "id": "1514", + "id": "3707", "links": { - "self": "/stops/1514" + "self": "/stops/3707" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1514" + "related": "/facilities/?filter[stop]=3707" } }, "parent_station": { @@ -295212,25 +296011,49 @@ }, { "attributes": {}, - "id": "NB-0109-B1", + "id": "8649", "links": { - "self": "/stops/NB-0109-B1" + "self": "/stops/8649" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=NB-0109-B1" + "related": "/facilities/?filter[stop]=8649" } }, "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "place-NB-0109", + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "70016", + "links": { + "self": "/stops/70016" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=70016" + } + }, + "parent_station": { + "data": { + "id": "place-tumnl", "type": "stop" } }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -295241,27 +296064,33 @@ "attributes": { "color": "FFC72C", "direction_destinations": [ - "Government Center", - "Orient Heights" + "Wachusett", + "North Station" ], "direction_names": [ - "West", - "East" + "Outbound", + "Inbound" ], - "long_name": "Orient Heights - Government Center (Express)", - "short_name": "Blue Line Shuttle", - "sort_order": 61949, + "long_name": "Wachusett - Littleton/Route 495", + "short_name": "Fitchburg Line Shuttle", + "sort_order": 62025, "text_color": "000000", "type": 3 }, - "id": "Shuttle-GovernmentCenterOrientHeightsExpress", + "id": "Shuttle-LittletonWachusett", "links": { - "self": "/routes/Shuttle-GovernmentCenterOrientHeightsExpress" + "self": "/routes/Shuttle-LittletonWachusett" }, "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, "line": { "data": { - "id": "line-Blue", + "id": "line-Fitchburg", "type": "line" } } @@ -295270,22 +296099,25 @@ }, { "attributes": {}, - "id": "4320", + "id": "70074", "links": { - "self": "/stops/4320" + "self": "/stops/70074" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4320" + "related": "/facilities/?filter[stop]=70074" } }, "parent_station": { - "data": null + "data": { + "id": "place-chmnl", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -295294,14 +296126,14 @@ }, { "attributes": {}, - "id": "2483", + "id": "7754", "links": { - "self": "/stops/2483" + "self": "/stops/7754" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2483" + "related": "/facilities/?filter[stop]=7754" } }, "parent_station": { @@ -295318,14 +296150,35 @@ }, { "attributes": {}, - "id": "8292", + "id": "9070135", "links": { - "self": "/stops/8292" + "self": "/stops/9070135" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8292" + "related": "/facilities/?filter[stop]=9070135" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "3262", + "links": { + "self": "/stops/3262" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=3262" } }, "parent_station": { @@ -295342,19 +296195,19 @@ }, { "attributes": {}, - "id": "70245", + "id": "70115", "links": { - "self": "/stops/70245" + "self": "/stops/70115" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70245" + "related": "/facilities/?filter[stop]=70115" } }, "parent_station": { "data": { - "id": "place-mfa", + "id": "place-chswk", "type": "stop" } }, @@ -295369,14 +296222,14 @@ }, { "attributes": {}, - "id": "5354", + "id": "7565", "links": { - "self": "/stops/5354" + "self": "/stops/7565" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5354" + "related": "/facilities/?filter[stop]=7565" } }, "parent_station": { @@ -295393,14 +296246,14 @@ }, { "attributes": {}, - "id": "7142", + "id": "8466", "links": { - "self": "/stops/7142" + "self": "/stops/8466" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7142" + "related": "/facilities/?filter[stop]=8466" } }, "parent_station": { @@ -295415,16 +296268,53 @@ }, "type": "stop" }, + { + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Braintree", + "Alewife" + ], + "direction_names": [ + "South", + "North" + ], + "long_name": "North Quincy - JFK/UMass", + "short_name": "Red Line Shuttle", + "sort_order": 61995, + "text_color": "000000", + "type": 3 + }, + "id": "Shuttle-JFKNorthQuincy", + "links": { + "self": "/routes/Shuttle-JFKNorthQuincy" + }, + "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, + "line": { + "data": { + "id": "line-Red", + "type": "line" + } + } + }, + "type": "route" + }, { "attributes": {}, - "id": "7878", + "id": "3549", "links": { - "self": "/stops/7878" + "self": "/stops/3549" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7878" + "related": "/facilities/?filter[stop]=3549" } }, "parent_station": { @@ -295441,14 +296331,41 @@ }, { "attributes": {}, - "id": "376", + "id": "70107", "links": { - "self": "/stops/376" + "self": "/stops/70107" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=376" + "related": "/facilities/?filter[stop]=70107" + } + }, + "parent_station": { + "data": { + "id": "place-lake", + "type": "stop" + } + }, + "zone": { + "data": { + "id": "RapidTransit", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "82011", + "links": { + "self": "/stops/82011" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=82011" } }, "parent_station": { @@ -295465,14 +296382,41 @@ }, { "attributes": {}, - "id": "6113", + "id": "70049", "links": { - "self": "/stops/6113" + "self": "/stops/70049" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6113" + "related": "/facilities/?filter[stop]=70049" + } + }, + "parent_station": { + "data": { + "id": "place-wimnl", + "type": "stop" + } + }, + "zone": { + "data": { + "id": "RapidTransit", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "11689", + "links": { + "self": "/stops/11689" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=11689" } }, "parent_station": { @@ -295489,154 +296433,367 @@ }, { "attributes": { - "direction_id": 1, - "headsign": "Ruggles" + "direction_id": 0, + "headsign": "Washington Street (Shuttle)" }, - "id": "61393907", + "id": "BlandfordStreetWashingtonStreet-0-sample", "links": { - "self": "/trips/61393907" + "self": "/trips/BlandfordStreetWashingtonStreet-0-sample" }, "relationships": { "route": { "data": { - "id": "22", + "id": "Shuttle-BlandfordWashington", "type": "route" } }, "route_pattern": { "data": { - "id": "22-_-1", + "id": "Shuttle-BlandfordWashington-0-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "canonical", "type": "service" } }, "shape": { "data": { - "id": "220235", + "id": "BlandfordStreetToWashingtonStreet-S", "type": "shape" } }, "stops": { "data": [ { - "id": "334", + "id": "951", "type": "stop" }, { - "id": "367", + "id": "952", "type": "stop" }, { - "id": "369", + "id": "953", "type": "stop" }, { - "id": "371", + "id": "956", "type": "stop" }, { - "id": "372", + "id": "958", "type": "stop" }, { - "id": "373", + "id": "9070131", "type": "stop" }, { - "id": "374", + "id": "9070129", "type": "stop" }, { - "id": "375", + "id": "9070121", + "type": "stop" + } + ] + } + }, + "type": "trip" + }, + { + "attributes": {}, + "id": "6756", + "links": { + "self": "/stops/6756" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=6756" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "MM-0200-S", + "links": { + "self": "/stops/MM-0200-S" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=MM-0200-S" + } + }, + "parent_station": { + "data": { + "id": "place-MM-0200", + "type": "stop" + } + }, + "zone": { + "data": { + "id": "CR-zone-4", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "2455", + "links": { + "self": "/stops/2455" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=2455" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": { + "direction_id": 1, + "headsign": "South Station" + }, + "id": "SouthWKDYF24-697813-814", + "links": { + "self": "/trips/SouthWKDYF24-697813-814" + }, + "relationships": { + "route": { + "data": { + "id": "CR-Providence", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "CR-Providence-143c8a71-1", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "FALL 2024-SOUTHWKD-Weekday-1-Scbbf1ea5", + "type": "service" + } + }, + "shape": { + "data": { + "id": "9890008", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "NEC-1659-03", "type": "stop" }, { - "id": "376", + "id": "NEC-1768-03", "type": "stop" }, { - "id": "378", + "id": "NEC-1851-03", "type": "stop" }, { - "id": "1737", + "id": "NEC-1891-02", "type": "stop" }, { - "id": "381", + "id": "NEC-1969-04", "type": "stop" }, { - "id": "382", + "id": "NEC-2040-02", "type": "stop" }, { - "id": "383", + "id": "NEC-2108-02", "type": "stop" }, { - "id": "9448", + "id": "NEC-2139-02", "type": "stop" }, { - "id": "1739", + "id": "NEC-2173-02", "type": "stop" }, { - "id": "1740", + "id": "NEC-2192-02", "type": "stop" }, { - "id": "1741", + "id": "NEC-2265-02", "type": "stop" }, { - "id": "1742", + "id": "NEC-2276-02", "type": "stop" }, { - "id": "1743", + "id": "NEC-2287", + "type": "stop" + } + ] + } + }, + "type": "trip" + }, + { + "attributes": {}, + "id": "7841", + "links": { + "self": "/stops/7841" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=7841" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": { + "direction_id": 0, + "headsign": "Sullivan" + }, + "id": "66959772", + "links": { + "self": "/trips/66959772" + }, + "relationships": { + "route": { + "data": { + "id": "91", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "91-_-0", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "WinterWeekday", + "type": "service" + } + }, + "shape": { + "data": { + "id": "910135", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "2444", "type": "stop" }, { - "id": "1188", + "id": "1059", "type": "stop" }, { - "id": "1215", + "id": "2446", "type": "stop" }, { - "id": "1216", + "id": "2447", "type": "stop" }, { - "id": "11531", + "id": "2448", "type": "stop" }, { - "id": "1219", + "id": "2449", "type": "stop" }, { - "id": "1221", + "id": "12451", "type": "stop" }, { - "id": "1222", + "id": "12530", "type": "stop" }, { - "id": "1224", + "id": "2531", "type": "stop" }, { - "id": "17861", + "id": "2773", + "type": "stop" + }, + { + "id": "2774", + "type": "stop" + }, + { + "id": "2776", + "type": "stop" + }, + { + "id": "2778", + "type": "stop" + }, + { + "id": "2777", + "type": "stop" + }, + { + "id": "2779", + "type": "stop" + }, + { + "id": "29001", "type": "stop" } ] @@ -295646,14 +296803,14 @@ }, { "attributes": {}, - "id": "8297", + "id": "1509", "links": { - "self": "/stops/8297" + "self": "/stops/1509" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8297" + "related": "/facilities/?filter[stop]=1509" } }, "parent_station": { @@ -295670,14 +296827,14 @@ }, { "attributes": {}, - "id": "2844", + "id": "2437", "links": { - "self": "/stops/2844" + "self": "/stops/2437" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2844" + "related": "/facilities/?filter[stop]=2437" } }, "parent_station": { @@ -295694,14 +296851,14 @@ }, { "attributes": {}, - "id": "9213", + "id": "989", "links": { - "self": "/stops/9213" + "self": "/stops/989" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9213" + "related": "/facilities/?filter[stop]=989" } }, "parent_station": { @@ -295718,14 +296875,14 @@ }, { "attributes": {}, - "id": "2673", + "id": "8959", "links": { - "self": "/stops/2673" + "self": "/stops/8959" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2673" + "related": "/facilities/?filter[stop]=8959" } }, "parent_station": { @@ -295742,14 +296899,14 @@ }, { "attributes": {}, - "id": "94321", + "id": "9134", "links": { - "self": "/stops/94321" + "self": "/stops/9134" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=94321" + "related": "/facilities/?filter[stop]=9134" } }, "parent_station": { @@ -295766,14 +296923,14 @@ }, { "attributes": {}, - "id": "5039", + "id": "2902", "links": { - "self": "/stops/5039" + "self": "/stops/2902" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5039" + "related": "/facilities/?filter[stop]=2902" } }, "parent_station": { @@ -295790,14 +296947,14 @@ }, { "attributes": {}, - "id": "8640", + "id": "3114", "links": { - "self": "/stops/8640" + "self": "/stops/3114" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8640" + "related": "/facilities/?filter[stop]=3114" } }, "parent_station": { @@ -295814,14 +296971,14 @@ }, { "attributes": {}, - "id": "5495", + "id": "2391", "links": { - "self": "/stops/5495" + "self": "/stops/2391" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5495" + "related": "/facilities/?filter[stop]=2391" } }, "parent_station": { @@ -295838,14 +296995,14 @@ }, { "attributes": {}, - "id": "1360", + "id": "23921", "links": { - "self": "/stops/1360" + "self": "/stops/23921" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1360" + "related": "/facilities/?filter[stop]=23921" } }, "parent_station": { @@ -295862,14 +297019,65 @@ }, { "attributes": {}, - "id": "8306", + "id": "9230", "links": { - "self": "/stops/8306" + "self": "/stops/9230" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8306" + "related": "/facilities/?filter[stop]=9230" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "70003", + "links": { + "self": "/stops/70003" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=70003" + } + }, + "parent_station": { + "data": { + "id": "place-grnst", + "type": "stop" + } + }, + "zone": { + "data": { + "id": "RapidTransit", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "610", + "links": { + "self": "/stops/610" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=610" } }, "parent_station": { @@ -295887,85 +297095,141 @@ { "attributes": { "direction_id": 1, - "headsign": "North Station" + "headsign": "Back Bay" }, - "id": "CR-660217-106", + "id": "66859548", "links": { - "self": "/trips/CR-660217-106" + "self": "/trips/66859548" }, "relationships": { "route": { "data": { - "id": "CR-Newburyport", + "id": "39", "type": "route" } }, "route_pattern": { "data": { - "id": "CR-Newburyport-d47c5647-1", + "id": "39-3-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SPRING2024-NORTHWKD-Weekday-5-S9d378dcf", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "9810006", + "id": "390158", "type": "shape" } }, "stops": { "data": [ { - "id": "GB-0353-S", + "id": "10642", "type": "stop" }, { - "id": "GB-0316-S", + "id": "1936", "type": "stop" }, { - "id": "GB-0296-02", + "id": "1937", "type": "stop" }, { - "id": "GB-0254-02", + "id": "1128", "type": "stop" }, { - "id": "GB-0229-02", + "id": "1129", "type": "stop" }, { - "id": "GB-0198-02", + "id": "1130", "type": "stop" }, { - "id": "ER-0183-02", + "id": "1132", "type": "stop" }, { - "id": "ER-0168-S", + "id": "11131", "type": "stop" }, { - "id": "ER-0128-02", + "id": "6570", "type": "stop" }, { - "id": "ER-0117-02", + "id": "6571", "type": "stop" }, { - "id": "ER-0042-02", + "id": "6573", "type": "stop" }, { - "id": "BNT-0000", + "id": "65741", + "type": "stop" + }, + { + "id": "6575", + "type": "stop" + }, + { + "id": "1315", + "type": "stop" + }, + { + "id": "1317", + "type": "stop" + }, + { + "id": "21317", + "type": "stop" + }, + { + "id": "31317", + "type": "stop" + }, + { + "id": "51317", + "type": "stop" + }, + { + "id": "71317", + "type": "stop" + }, + { + "id": "81317", + "type": "stop" + }, + { + "id": "91317", + "type": "stop" + }, + { + "id": "11389", + "type": "stop" + }, + { + "id": "174", + "type": "stop" + }, + { + "id": "175", + "type": "stop" + }, + { + "id": "143", + "type": "stop" + }, + { + "id": "23391", "type": "stop" } ] @@ -295975,38 +297239,38 @@ }, { "attributes": {}, - "id": "FR-0219-B", + "id": "416", "links": { - "self": "/stops/FR-0219-B" + "self": "/stops/416" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=FR-0219-B" + "related": "/facilities/?filter[stop]=416" } }, "parent_station": { - "data": { - "id": "place-FR-0219", - "type": "stop" - } + "data": null }, "zone": { - "data": null + "data": { + "id": "LocalBus", + "type": "zone" + } } }, "type": "stop" }, { "attributes": {}, - "id": "5617", + "id": "9147", "links": { - "self": "/stops/5617" + "self": "/stops/9147" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5617" + "related": "/facilities/?filter[stop]=9147" } }, "parent_station": { @@ -296023,14 +297287,14 @@ }, { "attributes": {}, - "id": "42876", + "id": "1288", "links": { - "self": "/stops/42876" + "self": "/stops/1288" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=42876" + "related": "/facilities/?filter[stop]=1288" } }, "parent_station": { @@ -296047,25 +297311,22 @@ }, { "attributes": {}, - "id": "FR-0098-S", + "id": "1526", "links": { - "self": "/stops/FR-0098-S" + "self": "/stops/1526" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=FR-0098-S" + "related": "/facilities/?filter[stop]=1526" } }, "parent_station": { - "data": { - "id": "place-FR-0098", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "CR-zone-2", + "id": "LocalBus", "type": "zone" } } @@ -296074,25 +297335,22 @@ }, { "attributes": {}, - "id": "70058", + "id": "6115", "links": { - "self": "/stops/70058" + "self": "/stops/6115" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70058" + "related": "/facilities/?filter[stop]=6115" } }, "parent_station": { - "data": { - "id": "place-rbmnl", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } @@ -296101,38 +297359,62 @@ }, { "attributes": {}, - "id": "FB-0191-B", + "id": "8247", "links": { - "self": "/stops/FB-0191-B" + "self": "/stops/8247" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=FB-0191-B" + "related": "/facilities/?filter[stop]=8247" } }, "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "place-FB-0191", - "type": "stop" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "1895", + "links": { + "self": "/stops/1895" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=1895" } }, - "zone": { + "parent_station": { "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } } }, "type": "stop" }, { "attributes": {}, - "id": "9096", + "id": "4870", "links": { - "self": "/stops/9096" + "self": "/stops/4870" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9096" + "related": "/facilities/?filter[stop]=4870" } }, "parent_station": { @@ -296149,25 +297431,46 @@ }, { "attributes": {}, - "id": "70098", + "id": "1337", "links": { - "self": "/stops/70098" + "self": "/stops/1337" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70098" + "related": "/facilities/?filter[stop]=1337" } }, "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "place-nqncy", - "type": "stop" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "3209", + "links": { + "self": "/stops/3209" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=3209" } }, + "parent_station": { + "data": null + }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } @@ -296176,14 +297479,14 @@ }, { "attributes": {}, - "id": "788", + "id": "9142", "links": { - "self": "/stops/788" + "self": "/stops/9142" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=788" + "related": "/facilities/?filter[stop]=9142" } }, "parent_station": { @@ -296200,14 +297503,14 @@ }, { "attributes": {}, - "id": "3022", + "id": "2329", "links": { - "self": "/stops/3022" + "self": "/stops/2329" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3022" + "related": "/facilities/?filter[stop]=2329" } }, "parent_station": { @@ -296224,14 +297527,14 @@ }, { "attributes": {}, - "id": "7398", + "id": "49920", "links": { - "self": "/stops/7398" + "self": "/stops/49920" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7398" + "related": "/facilities/?filter[stop]=49920" } }, "parent_station": { @@ -296248,14 +297551,14 @@ }, { "attributes": {}, - "id": "6698", + "id": "7471", "links": { - "self": "/stops/6698" + "self": "/stops/7471" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6698" + "related": "/facilities/?filter[stop]=7471" } }, "parent_station": { @@ -296272,25 +297575,46 @@ }, { "attributes": {}, - "id": "NEC-2276-01", + "id": "4157", "links": { - "self": "/stops/NEC-2276-01" + "self": "/stops/4157" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=NEC-2276-01" + "related": "/facilities/?filter[stop]=4157" } }, "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "place-bbsta", - "type": "stop" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "5670", + "links": { + "self": "/stops/5670" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=5670" } }, + "parent_station": { + "data": null + }, "zone": { "data": { - "id": "CR-zone-1A", + "id": "LocalBus", "type": "zone" } } @@ -296299,14 +297623,14 @@ }, { "attributes": {}, - "id": "10522", + "id": "24481", "links": { - "self": "/stops/10522" + "self": "/stops/24481" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=10522" + "related": "/facilities/?filter[stop]=24481" } }, "parent_station": { @@ -296319,73 +297643,111 @@ } } }, - "type": "stop" + "type": "stop" + }, + { + "attributes": { + "direction_id": 1, + "headsign": "Braintree" + }, + "id": "SouthWKDYF24-704935-066", + "links": { + "self": "/trips/SouthWKDYF24-704935-066" + }, + "relationships": { + "route": { + "data": { + "id": "CR-Kingston", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "CR-Kingston-35bb26b3-1", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "FALL 2024-SOUTHWKD-Weekday-1-Sc9a3b080", + "type": "service" + } + }, + "shape": { + "data": { + "id": "9790001", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "KB-0351-S", + "type": "stop" + }, + { + "id": "PB-0281-S", + "type": "stop" + }, + { + "id": "PB-0245-S", + "type": "stop" + }, + { + "id": "PB-0212-S", + "type": "stop" + }, + { + "id": "PB-0194-S", + "type": "stop" + }, + { + "id": "PB-0158-S", + "type": "stop" + }, + { + "id": "MM-0109-S", + "type": "stop" + } + ] + } + }, + "type": "trip" }, { "attributes": {}, - "id": "GB-0316-B1", + "id": "8390", "links": { - "self": "/stops/GB-0316-B1" + "self": "/stops/8390" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=GB-0316-B1" + "related": "/facilities/?filter[stop]=8390" } }, "parent_station": { - "data": { - "id": "place-GB-0316", - "type": "stop" - } + "data": null }, "zone": { - "data": null - } - }, - "type": "stop" - }, - { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Forest Hills", - "Oak Grove" - ], - "direction_names": [ - "South", - "North" - ], - "long_name": "Jackson Square - Copley", - "short_name": "Orange Line Shuttle", - "sort_order": 60501, - "text_color": "000000", - "type": 3 - }, - "id": "Shuttle-CopleyJackson", - "links": { - "self": "/routes/Shuttle-CopleyJackson" - }, - "relationships": { - "line": { "data": { - "id": "line-Orange", - "type": "line" + "id": "LocalBus", + "type": "zone" } } }, - "type": "route" + "type": "stop" }, { "attributes": {}, - "id": "8166", + "id": "532", "links": { - "self": "/stops/8166" + "self": "/stops/532" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8166" + "related": "/facilities/?filter[stop]=532" } }, "parent_station": { @@ -296402,14 +297764,14 @@ }, { "attributes": {}, - "id": "1965", + "id": "9097", "links": { - "self": "/stops/1965" + "self": "/stops/9097" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1965" + "related": "/facilities/?filter[stop]=9097" } }, "parent_station": { @@ -296426,260 +297788,342 @@ }, { "attributes": {}, - "id": "170141", + "id": "74618", "links": { - "self": "/stops/170141" + "self": "/stops/74618" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=170141" + "related": "/facilities/?filter[stop]=74618" } }, "parent_station": { - "data": { - "id": "place-amory", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } }, "type": "stop" }, - { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Braintree", - "Alewife" - ], - "direction_names": [ - "South", - "North" - ], - "long_name": "Quincy Center - Broadway (Express)", - "short_name": "Red Line Shuttle", - "sort_order": 61090, - "text_color": "000000", - "type": 3 - }, - "id": "Shuttle-BroadwayQuincyCenterExpress", - "links": { - "self": "/routes/Shuttle-BroadwayQuincyCenterExpress" - }, - "relationships": { - "line": { - "data": { - "id": "line-Red", - "type": "line" - } - } - }, - "type": "route" - }, { "attributes": { "direction_id": 0, - "headsign": "Dedham Line" + "headsign": "Montello" }, - "id": "62146308", + "id": "67290594", "links": { - "self": "/trips/62146308" + "self": "/trips/67290594" }, "relationships": { "route": { "data": { - "id": "34", + "id": "230", "type": "route" } }, "route_pattern": { "data": { - "id": "34-K-0", + "id": "230-3-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "340272", + "id": "2300153", "type": "shape" } }, "stops": { "data": [ { - "id": "1346", + "id": "32003", "type": "stop" }, { - "id": "1350", + "id": "3326", "type": "stop" }, { - "id": "1351", + "id": "3327", "type": "stop" }, { - "id": "1352", + "id": "3328", "type": "stop" }, { - "id": "1353", + "id": "3330", "type": "stop" }, { - "id": "1354", + "id": "3846", "type": "stop" }, { - "id": "17411", + "id": "3848", "type": "stop" }, { - "id": "17401", + "id": "3849", "type": "stop" }, { - "id": "17391", + "id": "3850", "type": "stop" }, { - "id": "1587", + "id": "3851", "type": "stop" }, { - "id": "11587", + "id": "3852", "type": "stop" }, { - "id": "21587", + "id": "3853", "type": "stop" }, { - "id": "547", + "id": "3854", "type": "stop" }, { - "id": "10642", + "id": "3855", "type": "stop" }, { - "id": "596", + "id": "3857", "type": "stop" }, { - "id": "597", + "id": "3858", "type": "stop" }, { - "id": "598", + "id": "3859", "type": "stop" }, { - "id": "599", + "id": "3860", "type": "stop" }, { - "id": "600", + "id": "3861", "type": "stop" }, { - "id": "601", + "id": "3862", "type": "stop" }, { - "id": "6022", + "id": "3863", "type": "stop" }, { - "id": "603", + "id": "3864", "type": "stop" }, { - "id": "10603", + "id": "3865", "type": "stop" }, { - "id": "604", + "id": "3866", "type": "stop" }, { - "id": "605", + "id": "3867", "type": "stop" }, { - "id": "606", + "id": "38671", "type": "stop" }, { - "id": "607", + "id": "3868", "type": "stop" }, { - "id": "608", + "id": "3870", "type": "stop" }, { - "id": "609", + "id": "3872", "type": "stop" }, { - "id": "610", + "id": "3873", "type": "stop" }, { - "id": "611", + "id": "3874", "type": "stop" }, { - "id": "612", + "id": "3876", "type": "stop" }, { - "id": "10612", + "id": "3877", "type": "stop" }, { - "id": "613", + "id": "38771", "type": "stop" }, { - "id": "614", + "id": "3879", "type": "stop" }, { - "id": "615", + "id": "3881", "type": "stop" }, { - "id": "616", + "id": "3882", "type": "stop" }, { - "id": "618", + "id": "3883", "type": "stop" }, { - "id": "10618", + "id": "3884", "type": "stop" }, { - "id": "24619", + "id": "3885", "type": "stop" }, { - "id": "99832", + "id": "3887", + "type": "stop" + }, + { + "id": "3888", + "type": "stop" + }, + { + "id": "3890", + "type": "stop" + }, + { + "id": "3891", + "type": "stop" + }, + { + "id": "3892", + "type": "stop" + }, + { + "id": "3893", + "type": "stop" + }, + { + "id": "3894", + "type": "stop" + }, + { + "id": "3895", + "type": "stop" + }, + { + "id": "3896", + "type": "stop" + }, + { + "id": "3897", + "type": "stop" + }, + { + "id": "3966", + "type": "stop" + }, + { + "id": "3967", + "type": "stop" + }, + { + "id": "3968", + "type": "stop" + }, + { + "id": "3969", + "type": "stop" + }, + { + "id": "3970", + "type": "stop" + }, + { + "id": "3971", + "type": "stop" + }, + { + "id": "3972", + "type": "stop" + }, + { + "id": "3973", + "type": "stop" + }, + { + "id": "3975", + "type": "stop" + }, + { + "id": "3976", + "type": "stop" + }, + { + "id": "3977", + "type": "stop" + }, + { + "id": "3978", + "type": "stop" + }, + { + "id": "3979", + "type": "stop" + }, + { + "id": "3980", + "type": "stop" + }, + { + "id": "3981", + "type": "stop" + }, + { + "id": "3982", + "type": "stop" + }, + { + "id": "3984", + "type": "stop" + }, + { + "id": "3985", + "type": "stop" + }, + { + "id": "3986", + "type": "stop" + }, + { + "id": "39870", "type": "stop" } ] @@ -296688,159 +298132,104 @@ "type": "trip" }, { - "attributes": {}, - "id": "9223", - "links": { - "self": "/stops/9223" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=9223" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } + "attributes": { + "direction_id": 0, + "headsign": "Wickford Junction" }, - "type": "stop" - }, - { - "attributes": {}, - "id": "17153", + "id": "SouthWKDYF24-697800-801", "links": { - "self": "/stops/17153" + "self": "/trips/SouthWKDYF24-697800-801" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=17153" - } - }, - "parent_station": { - "data": null - }, - "zone": { + "route": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "6772", - "links": { - "self": "/stops/6772" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=6772" + "id": "CR-Providence", + "type": "route" } }, - "parent_station": { - "data": null - }, - "zone": { + "route_pattern": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "16391", - "links": { - "self": "/stops/16391" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=16391" + "id": "CR-Providence-9cf54fb3-0", + "type": "route_pattern" } }, - "parent_station": { - "data": null - }, - "zone": { + "service": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "7371", - "links": { - "self": "/stops/7371" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=7371" + "id": "FALL 2024-SOUTHWKD-Weekday-1-Scbbf1ea5", + "type": "service" } }, - "parent_station": { - "data": null - }, - "zone": { + "shape": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "30751", - "links": { - "self": "/stops/30751" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=30751" + "id": "9890009", + "type": "shape" } }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } + "stops": { + "data": [ + { + "id": "NEC-2287", + "type": "stop" + }, + { + "id": "NEC-2276-01", + "type": "stop" + }, + { + "id": "NEC-2265-01", + "type": "stop" + }, + { + "id": "NEC-2173-01", + "type": "stop" + }, + { + "id": "NEC-2139-01", + "type": "stop" + }, + { + "id": "NEC-2108-01", + "type": "stop" + }, + { + "id": "NEC-2040-01", + "type": "stop" + }, + { + "id": "NEC-1969-03", + "type": "stop" + }, + { + "id": "NEC-1891-01", + "type": "stop" + }, + { + "id": "NEC-1851-03", + "type": "stop" + }, + { + "id": "NEC-1768-03", + "type": "stop" + }, + { + "id": "NEC-1659-03", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "536", + "id": "1083", "links": { - "self": "/stops/536" + "self": "/stops/1083" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=536" + "related": "/facilities/?filter[stop]=1083" } }, "parent_station": { @@ -296857,14 +298246,14 @@ }, { "attributes": {}, - "id": "7743", + "id": "4792", "links": { - "self": "/stops/7743" + "self": "/stops/4792" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7743" + "related": "/facilities/?filter[stop]=4792" } }, "parent_station": { @@ -296881,25 +298270,25 @@ }, { "attributes": {}, - "id": "WML-0147-01", + "id": "PB-0212-S", "links": { - "self": "/stops/WML-0147-01" + "self": "/stops/PB-0212-S" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=WML-0147-01" + "related": "/facilities/?filter[stop]=PB-0212-S" } }, "parent_station": { "data": { - "id": "place-WML-0147", + "id": "place-PB-0212", "type": "stop" } }, "zone": { "data": { - "id": "CR-zone-3", + "id": "CR-zone-5", "type": "zone" } } @@ -296908,14 +298297,14 @@ }, { "attributes": {}, - "id": "7889", + "id": "6780", "links": { - "self": "/stops/7889" + "self": "/stops/6780" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7889" + "related": "/facilities/?filter[stop]=6780" } }, "parent_station": { @@ -296932,14 +298321,14 @@ }, { "attributes": {}, - "id": "3248", + "id": "6304", "links": { - "self": "/stops/3248" + "self": "/stops/6304" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3248" + "related": "/facilities/?filter[stop]=6304" } }, "parent_station": { @@ -296956,46 +298345,25 @@ }, { "attributes": {}, - "id": "9179", + "id": "NEC-1919-02", "links": { - "self": "/stops/9179" + "self": "/stops/NEC-1919-02" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9179" + "related": "/facilities/?filter[stop]=NEC-1919-02" } }, "parent_station": { - "data": null - }, - "zone": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "5864", - "links": { - "self": "/stops/5864" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=5864" + "id": "place-NEC-1919", + "type": "stop" } }, - "parent_station": { - "data": null - }, "zone": { "data": { - "id": "LocalBus", + "id": "CR-zone-7", "type": "zone" } } @@ -297004,22 +298372,25 @@ }, { "attributes": {}, - "id": "4553", + "id": "70076", "links": { - "self": "/stops/4553" + "self": "/stops/70076" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4553" + "related": "/facilities/?filter[stop]=70076" } }, "parent_station": { - "data": null + "data": { + "id": "place-pktrm", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -297028,14 +298399,14 @@ }, { "attributes": {}, - "id": "792", + "id": "12451", "links": { - "self": "/stops/792" + "self": "/stops/12451" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=792" + "related": "/facilities/?filter[stop]=12451" } }, "parent_station": { @@ -297052,38 +298423,14 @@ }, { "attributes": {}, - "id": "NHRML-0152-B", - "links": { - "self": "/stops/NHRML-0152-B" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=NHRML-0152-B" - } - }, - "parent_station": { - "data": { - "id": "place-NHRML-0152", - "type": "stop" - } - }, - "zone": { - "data": null - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "4140", + "id": "7398", "links": { - "self": "/stops/4140" + "self": "/stops/7398" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4140" + "related": "/facilities/?filter[stop]=7398" } }, "parent_station": { @@ -297100,14 +298447,14 @@ }, { "attributes": {}, - "id": "6253", + "id": "7809", "links": { - "self": "/stops/6253" + "self": "/stops/7809" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6253" + "related": "/facilities/?filter[stop]=7809" } }, "parent_station": { @@ -297124,14 +298471,14 @@ }, { "attributes": {}, - "id": "5643", + "id": "1189", "links": { - "self": "/stops/5643" + "self": "/stops/1189" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5643" + "related": "/facilities/?filter[stop]=1189" } }, "parent_station": { @@ -297148,14 +298495,14 @@ }, { "attributes": {}, - "id": "7342", + "id": "2126", "links": { - "self": "/stops/7342" + "self": "/stops/2126" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7342" + "related": "/facilities/?filter[stop]=2126" } }, "parent_station": { @@ -297174,27 +298521,33 @@ "attributes": { "color": "FFC72C", "direction_destinations": [ - "Newburyport", - "North Station" + "Riverside", + "Union Square" ], "direction_names": [ - "Outbound", - "Inbound" + "West", + "East" ], - "long_name": "Newburyport - Salem (Express)", - "short_name": "Newburyport Line Shuttle", - "sort_order": 62075, + "long_name": "Fenway - Kenmore", + "short_name": "Green Line D Shuttle", + "sort_order": 61475, "text_color": "000000", "type": 3 }, - "id": "Shuttle-NewburyportSalemExpress", + "id": "Shuttle-FenwayKenmore", "links": { - "self": "/routes/Shuttle-NewburyportSalemExpress" + "self": "/routes/Shuttle-FenwayKenmore" }, "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, "line": { "data": { - "id": "line-Newburyport", + "id": "line-Green", "type": "line" } } @@ -297203,14 +298556,14 @@ }, { "attributes": {}, - "id": "1716", + "id": "18272", "links": { - "self": "/stops/1716" + "self": "/stops/18272" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1716" + "related": "/facilities/?filter[stop]=18272" } }, "parent_station": { @@ -297227,14 +298580,14 @@ }, { "attributes": {}, - "id": "2718", + "id": "5574", "links": { - "self": "/stops/2718" + "self": "/stops/5574" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2718" + "related": "/facilities/?filter[stop]=5574" } }, "parent_station": { @@ -297249,174 +298602,313 @@ }, "type": "stop" }, - { - "attributes": {}, - "id": "9170169", - "links": { - "self": "/stops/9170169" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=9170169" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": null - } - }, - "type": "stop" - }, { "attributes": { "direction_id": 0, - "headsign": "Reservoir (Shuttle)" + "headsign": "Holbrook/Randolph" }, - "id": "KenmoreReservoir-0-sample", + "id": "67290605", "links": { - "self": "/trips/KenmoreReservoir-0-sample" + "self": "/trips/67290605" }, "relationships": { "route": { "data": { - "id": "Shuttle-KenmoreReservoir", + "id": "238", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-KenmoreReservoir-0-0", + "id": "238-9-0", "type": "route_pattern" } }, "service": { "data": { - "id": "canonical", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "KenmoreToReservoir-S", + "id": "2380243", "type": "shape" } }, "stops": { "data": [ { - "id": "9070150", + "id": "32003", "type": "stop" }, { - "id": "9434", + "id": "3326", "type": "stop" }, { - "id": "1521", + "id": "3327", "type": "stop" }, { - "id": "1525", + "id": "3328", "type": "stop" }, { - "id": "9070178", + "id": "3330", "type": "stop" }, { - "id": "21917", + "id": "3846", "type": "stop" - } - ] - } - }, - "type": "trip" - }, - { - "attributes": {}, - "id": "1314", - "links": { - "self": "/stops/1314" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=1314" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "5519", - "links": { - "self": "/stops/5519" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=5519" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "56479", - "links": { - "self": "/stops/56479" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=56479" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } + }, + { + "id": "3848", + "type": "stop" + }, + { + "id": "3849", + "type": "stop" + }, + { + "id": "3850", + "type": "stop" + }, + { + "id": "3851", + "type": "stop" + }, + { + "id": "3852", + "type": "stop" + }, + { + "id": "3853", + "type": "stop" + }, + { + "id": "3854", + "type": "stop" + }, + { + "id": "3855", + "type": "stop" + }, + { + "id": "41031", + "type": "stop" + }, + { + "id": "41035", + "type": "stop" + }, + { + "id": "1633", + "type": "stop" + }, + { + "id": "1634", + "type": "stop" + }, + { + "id": "1635", + "type": "stop" + }, + { + "id": "1636", + "type": "stop" + }, + { + "id": "1637", + "type": "stop" + }, + { + "id": "1638", + "type": "stop" + }, + { + "id": "1639", + "type": "stop" + }, + { + "id": "1640", + "type": "stop" + }, + { + "id": "1641", + "type": "stop" + }, + { + "id": "1642", + "type": "stop" + }, + { + "id": "1643", + "type": "stop" + }, + { + "id": "1644", + "type": "stop" + }, + { + "id": "1647", + "type": "stop" + }, + { + "id": "1648", + "type": "stop" + }, + { + "id": "1649", + "type": "stop" + }, + { + "id": "1650", + "type": "stop" + }, + { + "id": "4023", + "type": "stop" + }, + { + "id": "4020", + "type": "stop" + }, + { + "id": "4019", + "type": "stop" + }, + { + "id": "4023", + "type": "stop" + }, + { + "id": "4024", + "type": "stop" + }, + { + "id": "4032", + "type": "stop" + }, + { + "id": "4034", + "type": "stop" + }, + { + "id": "4035", + "type": "stop" + }, + { + "id": "4036", + "type": "stop" + }, + { + "id": "4037", + "type": "stop" + }, + { + "id": "4038", + "type": "stop" + }, + { + "id": "4039", + "type": "stop" + }, + { + "id": "4040", + "type": "stop" + }, + { + "id": "4042", + "type": "stop" + }, + { + "id": "4043", + "type": "stop" + }, + { + "id": "4044", + "type": "stop" + }, + { + "id": "4046", + "type": "stop" + }, + { + "id": "4047", + "type": "stop" + }, + { + "id": "4049", + "type": "stop" + }, + { + "id": "4050", + "type": "stop" + }, + { + "id": "4051", + "type": "stop" + }, + { + "id": "4053", + "type": "stop" + }, + { + "id": "4054", + "type": "stop" + }, + { + "id": "4055", + "type": "stop" + }, + { + "id": "4056", + "type": "stop" + }, + { + "id": "14056", + "type": "stop" + }, + { + "id": "4057", + "type": "stop" + }, + { + "id": "4058", + "type": "stop" + }, + { + "id": "4252", + "type": "stop" + }, + { + "id": "4253", + "type": "stop" + }, + { + "id": "4254", + "type": "stop" + }, + { + "id": "4255", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "5347", + "id": "4317", "links": { - "self": "/stops/5347" + "self": "/stops/4317" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5347" + "related": "/facilities/?filter[stop]=4317" } }, "parent_station": { @@ -297433,14 +298925,14 @@ }, { "attributes": {}, - "id": "595", + "id": "1849", "links": { - "self": "/stops/595" + "self": "/stops/1849" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=595" + "related": "/facilities/?filter[stop]=1849" } }, "parent_station": { @@ -297457,46 +298949,25 @@ }, { "attributes": {}, - "id": "29051", + "id": "ER-0117-01", "links": { - "self": "/stops/29051" + "self": "/stops/ER-0117-01" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=29051" + "related": "/facilities/?filter[stop]=ER-0117-01" } }, "parent_station": { - "data": null - }, - "zone": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "339", - "links": { - "self": "/stops/339" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=339" + "id": "place-ER-0117", + "type": "stop" } }, - "parent_station": { - "data": null - }, "zone": { "data": { - "id": "LocalBus", + "id": "CR-zone-2", "type": "zone" } } @@ -297505,14 +298976,14 @@ }, { "attributes": {}, - "id": "8961", + "id": "6944", "links": { - "self": "/stops/8961" + "self": "/stops/6944" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8961" + "related": "/facilities/?filter[stop]=6944" } }, "parent_station": { @@ -297527,47 +298998,16 @@ }, "type": "stop" }, - { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Mattapan Station", - "Forest Hills Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Mattapan Station - Forest Hills Station via Morton Street", - "short_name": "31", - "sort_order": 50310, - "text_color": "000000", - "type": 3 - }, - "id": "31", - "links": { - "self": "/routes/31" - }, - "relationships": { - "line": { - "data": { - "id": "line-31", - "type": "line" - } - } - }, - "type": "route" - }, { "attributes": {}, - "id": "3715", + "id": "767", "links": { - "self": "/stops/3715" + "self": "/stops/767" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3715" + "related": "/facilities/?filter[stop]=767" } }, "parent_station": { @@ -297582,145 +299022,16 @@ }, "type": "stop" }, - { - "attributes": { - "direction_id": 0, - "headsign": "Oak Square" - }, - "id": "61392287", - "links": { - "self": "/trips/61392287" - }, - "relationships": { - "route": { - "data": { - "id": "57", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "57-A-0", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "SpringWeekday", - "type": "service" - } - }, - "shape": { - "data": { - "id": "570228", - "type": "shape" - } - }, - "stops": { - "data": [ - { - "id": "899", - "type": "stop" - }, - { - "id": "951", - "type": "stop" - }, - { - "id": "952", - "type": "stop" - }, - { - "id": "953", - "type": "stop" - }, - { - "id": "954", - "type": "stop" - }, - { - "id": "956", - "type": "stop" - }, - { - "id": "958", - "type": "stop" - }, - { - "id": "959", - "type": "stop" - }, - { - "id": "960", - "type": "stop" - }, - { - "id": "962", - "type": "stop" - }, - { - "id": "964", - "type": "stop" - }, - { - "id": "966", - "type": "stop" - }, - { - "id": "967", - "type": "stop" - }, - { - "id": "969", - "type": "stop" - }, - { - "id": "970", - "type": "stop" - }, - { - "id": "971", - "type": "stop" - }, - { - "id": "972", - "type": "stop" - }, - { - "id": "973", - "type": "stop" - }, - { - "id": "974", - "type": "stop" - }, - { - "id": "975", - "type": "stop" - }, - { - "id": "977", - "type": "stop" - }, - { - "id": "9780", - "type": "stop" - } - ] - } - }, - "type": "trip" - }, { "attributes": {}, - "id": "8468", + "id": "49906", "links": { - "self": "/stops/8468" + "self": "/stops/49906" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8468" + "related": "/facilities/?filter[stop]=49906" } }, "parent_station": { @@ -297735,55 +299046,27 @@ }, "type": "stop" }, - { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Quincy Center Station", - "Mattapan Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Quincy Center Station - Mattapan Station", - "short_name": "245", - "sort_order": 52450, - "text_color": "000000", - "type": 3 - }, - "id": "245", - "links": { - "self": "/routes/245" - }, - "relationships": { - "line": { - "data": { - "id": "line-217245", - "type": "line" - } - } - }, - "type": "route" - }, { "attributes": {}, - "id": "7467", + "id": "70120", "links": { - "self": "/stops/7467" + "self": "/stops/70120" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7467" + "related": "/facilities/?filter[stop]=70120" } }, "parent_station": { - "data": null + "data": { + "id": "place-wascm", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -297792,14 +299075,14 @@ }, { "attributes": {}, - "id": "286", + "id": "5435", "links": { - "self": "/stops/286" + "self": "/stops/5435" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=286" + "related": "/facilities/?filter[stop]=5435" } }, "parent_station": { @@ -297814,72 +299097,24 @@ }, "type": "stop" }, - { - "attributes": { - "color": "FFC72C", - "long_name": "Harbor Point/UMass - Kenmore", - "short_name": "8", - "sort_order": 50080, - "text_color": "000000" - }, - "id": "line-8", - "links": { - "self": "/lines/line-8" - }, - "type": "line" - }, - { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Cleveland Circle", - "Government Center" - ], - "direction_names": [ - "West", - "East" - ], - "long_name": "Cleveland Circle - Coolidge Corner", - "short_name": "Green Line C Shuttle", - "sort_order": 61300, - "text_color": "000000", - "type": 3 - }, - "id": "Shuttle-ClevelandCircleCoolidgeCorner", - "links": { - "self": "/routes/Shuttle-ClevelandCircleCoolidgeCorner" - }, - "relationships": { - "line": { - "data": { - "id": "line-Green", - "type": "line" - } - } - }, - "type": "route" - }, { "attributes": {}, - "id": "70246", + "id": "5499", "links": { - "self": "/stops/70246" + "self": "/stops/5499" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70246" + "related": "/facilities/?filter[stop]=5499" } }, "parent_station": { - "data": { - "id": "place-mfa", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } @@ -297888,14 +299123,14 @@ }, { "attributes": {}, - "id": "9058", + "id": "3801", "links": { - "self": "/stops/9058" + "self": "/stops/3801" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9058" + "related": "/facilities/?filter[stop]=3801" } }, "parent_station": { @@ -297912,14 +299147,14 @@ }, { "attributes": {}, - "id": "4019", + "id": "4482", "links": { - "self": "/stops/4019" + "self": "/stops/4482" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4019" + "related": "/facilities/?filter[stop]=4482" } }, "parent_station": { @@ -297937,73 +299172,69 @@ { "attributes": { "direction_id": 1, - "headsign": "Harvard Square" + "headsign": "Medford/Tufts (Shuttle)" }, - "id": "61849930", + "id": "MedfordNorthStation-Weekday-9e586-1-00:00:00", "links": { - "self": "/trips/61849930" + "self": "/trips/MedfordNorthStation-Weekday-9e586-1-00%3A00%3A00" }, "relationships": { "route": { "data": { - "id": "71", + "id": "Shuttle-MedfordNorthStation", "type": "route" } }, "route_pattern": { "data": { - "id": "71-3-1", + "id": "Shuttle-MedfordNorthStation-0-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "canonical", "type": "service" } }, "shape": { "data": { - "id": "710121", + "id": "NorthStationToMedford-S", "type": "shape" } }, "stops": { "data": [ { - "id": "2098", - "type": "stop" - }, - { - "id": "2066", + "id": "9070090", "type": "stop" }, { - "id": "2067", + "id": "9070091", "type": "stop" }, { - "id": "2068", + "id": "70500", "type": "stop" }, { - "id": "2070", + "id": "2659", "type": "stop" }, { - "id": "2071", + "id": "2398", "type": "stop" }, { - "id": "2073", + "id": "2404", "type": "stop" }, { - "id": "2074", + "id": "9070509", "type": "stop" }, { - "id": "32549", + "id": "2379", "type": "stop" } ] @@ -298013,14 +299244,14 @@ }, { "attributes": {}, - "id": "36845", + "id": "39681", "links": { - "self": "/stops/36845" + "self": "/stops/39681" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=36845" + "related": "/facilities/?filter[stop]=39681" } }, "parent_station": { @@ -298037,14 +299268,14 @@ }, { "attributes": {}, - "id": "8641", + "id": "636", "links": { - "self": "/stops/8641" + "self": "/stops/636" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8641" + "related": "/facilities/?filter[stop]=636" } }, "parent_station": { @@ -298061,14 +299292,14 @@ }, { "attributes": {}, - "id": "4016", + "id": "4546", "links": { - "self": "/stops/4016" + "self": "/stops/4546" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4016" + "related": "/facilities/?filter[stop]=4546" } }, "parent_station": { @@ -298085,14 +299316,14 @@ }, { "attributes": {}, - "id": "3222", + "id": "3798", "links": { - "self": "/stops/3222" + "self": "/stops/3798" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3222" + "related": "/facilities/?filter[stop]=3798" } }, "parent_station": { @@ -298109,371 +299340,80 @@ }, { "attributes": {}, - "id": "3525", + "id": "9070046", "links": { - "self": "/stops/3525" + "self": "/stops/9070046" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3525" + "related": "/facilities/?filter[stop]=9070046" } }, "parent_station": { "data": null }, "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } + "data": null } }, "type": "stop" }, { - "attributes": { - "direction_id": 1, - "headsign": "Kendall/MIT" - }, - "id": "61848185", - "links": { - "self": "/trips/61848185" - }, - "relationships": { - "route": { - "data": { - "id": "68", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "68-_-1", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "SpringWeekday", - "type": "service" - } - }, - "shape": { - "data": { - "id": "680051", - "type": "shape" - } - }, - "stops": { - "data": [ - { - "id": "110", - "type": "stop" - }, - { - "id": "2168", - "type": "stop" - }, - { - "id": "2217", - "type": "stop" - }, - { - "id": "2218", - "type": "stop" - }, - { - "id": "2220", - "type": "stop" - }, - { - "id": "2221", - "type": "stop" - }, - { - "id": "2222", - "type": "stop" - }, - { - "id": "24481", - "type": "stop" - }, - { - "id": "24482", - "type": "stop" - }, - { - "id": "24483", - "type": "stop" - }, - { - "id": "24484", - "type": "stop" - }, - { - "id": "24485", - "type": "stop" - }, - { - "id": "2228", - "type": "stop" - }, - { - "id": "2231", - "type": "stop" - } - ] - } - }, - "type": "trip" - }, - { - "attributes": { - "direction_id": 1, - "headsign": "North Station" - }, - "id": "canonical-CR-Fitchburg-C1-1", + "attributes": {}, + "id": "1104", "links": { - "self": "/trips/canonical-CR-Fitchburg-C1-1" + "self": "/stops/1104" }, "relationships": { - "route": { - "data": { - "id": "CR-Fitchburg", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "CR-Fitchburg-d82ea33a-1", - "type": "route_pattern" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=1104" } }, - "service": { - "data": { - "id": "canonical", - "type": "service" - } + "parent_station": { + "data": null }, - "shape": { + "zone": { "data": { - "id": "canonical-9840003", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "FR-3338-CS", - "type": "stop" - }, - { - "id": "FR-0494-CS", - "type": "stop" - }, - { - "id": "FR-0451-02", - "type": "stop" - }, - { - "id": "FR-0394-02", - "type": "stop" - }, - { - "id": "FR-0361-02", - "type": "stop" - }, - { - "id": "FR-0301-02", - "type": "stop" - }, - { - "id": "FR-0253-02", - "type": "stop" - }, - { - "id": "FR-0219-02", - "type": "stop" - }, - { - "id": "FR-0201-02", - "type": "stop" - }, - { - "id": "FR-0167-02", - "type": "stop" - }, - { - "id": "FR-0132-02", - "type": "stop" - }, - { - "id": "FR-0115-02", - "type": "stop" - }, - { - "id": "FR-0098-S", - "type": "stop" - }, - { - "id": "FR-0074-02", - "type": "stop" - }, - { - "id": "FR-0064-02", - "type": "stop" - }, - { - "id": "FR-0034-02", - "type": "stop" - }, - { - "id": "BNT-0000", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { - "attributes": { - "direction_id": 0, - "headsign": "Brighton via Copley and Cambridge St (Express)" - }, - "id": "61393868", + "attributes": {}, + "id": "9170012", "links": { - "self": "/trips/61393868" + "self": "/stops/9170012" }, "relationships": { - "route": { - "data": { - "id": "501", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "501-4-0", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "SpringWeekday", - "type": "service" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=9170012" } }, - "shape": { - "data": { - "id": "5010139", - "type": "shape" - } + "parent_station": { + "data": null }, - "stops": { - "data": [ - { - "id": "6551", - "type": "stop" - }, - { - "id": "16535", - "type": "stop" - }, - { - "id": "6555", - "type": "stop" - }, - { - "id": "9983", - "type": "stop" - }, - { - "id": "177", - "type": "stop" - }, - { - "id": "173", - "type": "stop" - }, - { - "id": "178", - "type": "stop" - }, - { - "id": "1190", - "type": "stop" - }, - { - "id": "1191", - "type": "stop" - }, - { - "id": "1193", - "type": "stop" - }, - { - "id": "1195", - "type": "stop" - }, - { - "id": "966", - "type": "stop" - }, - { - "id": "967", - "type": "stop" - }, - { - "id": "969", - "type": "stop" - }, - { - "id": "970", - "type": "stop" - }, - { - "id": "971", - "type": "stop" - }, - { - "id": "1301", - "type": "stop" - }, - { - "id": "1994", - "type": "stop" - } - ] + "zone": { + "data": null } }, - "type": "trip" - }, - { - "attributes": { - "color": "7C878E", - "long_name": "Silver Line SL1/SL2/SL3", - "short_name": "", - "sort_order": 10051, - "text_color": "FFFFFF" - }, - "id": "line-SLWaterfront", - "links": { - "self": "/lines/line-SLWaterfront" - }, - "type": "line" + "type": "stop" }, { "attributes": {}, - "id": "6517", + "id": "16642", "links": { - "self": "/stops/6517" + "self": "/stops/16642" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6517" + "related": "/facilities/?filter[stop]=16642" } }, "parent_station": { @@ -298490,14 +299430,14 @@ }, { "attributes": {}, - "id": "768", + "id": "3397", "links": { - "self": "/stops/768" + "self": "/stops/3397" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=768" + "related": "/facilities/?filter[stop]=3397" } }, "parent_station": { @@ -298512,85 +299452,16 @@ }, "type": "stop" }, - { - "attributes": { - "direction_id": 0, - "headsign": "Middleborough/Lakeville" - }, - "id": "NeedhamOrmsDotAve675656-1017-MDLBrainSouthDynamic2", - "links": { - "self": "/trips/NeedhamOrmsDotAve675656-1017-MDLBrainSouthDynamic2" - }, - "relationships": { - "route": { - "data": { - "id": "CR-Middleborough", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "CR-Middleborough-92c25d3b-0", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "Spring/SummerSaturday", - "type": "service" - } - }, - "shape": { - "data": { - "id": "9800002", - "type": "shape" - } - }, - "stops": { - "data": [ - { - "id": "MM-0109-S", - "type": "stop" - }, - { - "id": "MM-0150-S", - "type": "stop" - }, - { - "id": "MM-0186-S", - "type": "stop" - }, - { - "id": "MM-0200-S", - "type": "stop" - }, - { - "id": "MM-0219-S", - "type": "stop" - }, - { - "id": "MM-0277-S", - "type": "stop" - }, - { - "id": "MM-0356-S", - "type": "stop" - } - ] - } - }, - "type": "trip" - }, { "attributes": {}, - "id": "4520", + "id": "6364", "links": { - "self": "/stops/4520" + "self": "/stops/6364" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4520" + "related": "/facilities/?filter[stop]=6364" } }, "parent_station": { @@ -298608,129 +299479,73 @@ { "attributes": { "direction_id": 0, - "headsign": "West Medford via High St" + "headsign": "Reading (Shuttle)" }, - "id": "61869313", + "id": "CR-NorthStationReading-Saturday-0-07:00:00", "links": { - "self": "/trips/61869313" + "self": "/trips/CR-NorthStationReading-Saturday-0-07%3A00%3A00" }, "relationships": { "route": { "data": { - "id": "95", + "id": "Shuttle-NorthStationReading", "type": "route" } }, "route_pattern": { "data": { - "id": "95-2-0", + "id": "Shuttle-NorthStationReading-0-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "CR-NorthStationReading-Saturday", "type": "service" } }, "shape": { "data": { - "id": "950229", + "id": "NorthStationToReading-S", "type": "shape" } }, "stops": { "data": [ { - "id": "5333", - "type": "stop" - }, - { - "id": "5282", - "type": "stop" - }, - { - "id": "5283", - "type": "stop" - }, - { - "id": "5284", - "type": "stop" - }, - { - "id": "5285", - "type": "stop" - }, - { - "id": "5286", - "type": "stop" - }, - { - "id": "5287", - "type": "stop" - }, - { - "id": "5002", - "type": "stop" - }, - { - "id": "15002", - "type": "stop" - }, - { - "id": "5003", - "type": "stop" - }, - { - "id": "5004", - "type": "stop" - }, - { - "id": "5005", - "type": "stop" - }, - { - "id": "6298", - "type": "stop" - }, - { - "id": "6299", - "type": "stop" - }, - { - "id": "6301", + "id": "BNT-0000-B2", "type": "stop" }, { - "id": "6302", + "id": "5072", "type": "stop" }, { - "id": "6303", + "id": "9328", "type": "stop" }, { - "id": "6304", + "id": "WR-0062-B2", "type": "stop" }, { - "id": "6305", + "id": "WR-0067-B0", "type": "stop" }, { - "id": "6307", + "id": "WR-0075-B0", "type": "stop" }, { - "id": "6308", + "id": "WR-0085-B0", "type": "stop" }, { - "id": "6309", + "id": "WR-0099-B0", "type": "stop" }, { - "id": "6310", + "id": "WR-0120-B", "type": "stop" } ] @@ -298740,38 +299555,14 @@ }, { "attributes": {}, - "id": "109877", - "links": { - "self": "/stops/109877" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=109877" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "8514", + "id": "2622", "links": { - "self": "/stops/8514" + "self": "/stops/2622" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8514" + "related": "/facilities/?filter[stop]=2622" } }, "parent_station": { @@ -298788,14 +299579,14 @@ }, { "attributes": {}, - "id": "4952", + "id": "3476", "links": { - "self": "/stops/4952" + "self": "/stops/3476" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4952" + "related": "/facilities/?filter[stop]=3476" } }, "parent_station": { @@ -298810,30 +299601,16 @@ }, "type": "stop" }, - { - "attributes": { - "color": "FFC72C", - "long_name": "Holbrook/Randolph Commuter Rail Station - Quincy Center", - "short_name": "238", - "sort_order": 52380, - "text_color": "000000" - }, - "id": "line-238", - "links": { - "self": "/lines/line-238" - }, - "type": "line" - }, { "attributes": {}, - "id": "4365", + "id": "895", "links": { - "self": "/stops/4365" + "self": "/stops/895" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4365" + "related": "/facilities/?filter[stop]=895" } }, "parent_station": { @@ -298850,14 +299627,14 @@ }, { "attributes": {}, - "id": "7317", + "id": "2277", "links": { - "self": "/stops/7317" + "self": "/stops/2277" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7317" + "related": "/facilities/?filter[stop]=2277" } }, "parent_station": { @@ -298874,14 +299651,14 @@ }, { "attributes": {}, - "id": "8267", + "id": "6253", "links": { - "self": "/stops/8267" + "self": "/stops/6253" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8267" + "related": "/facilities/?filter[stop]=6253" } }, "parent_station": { @@ -298898,14 +299675,14 @@ }, { "attributes": {}, - "id": "4926", + "id": "4605", "links": { - "self": "/stops/4926" + "self": "/stops/4605" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4926" + "related": "/facilities/?filter[stop]=4605" } }, "parent_station": { @@ -298921,74 +299698,37 @@ "type": "stop" }, { - "attributes": {}, - "id": "2115", - "links": { - "self": "/stops/2115" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=2115" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } + "attributes": { + "color": "008EAA", + "long_name": "Winthrop Ferry", + "short_name": "", + "sort_order": 30009, + "text_color": "FFFFFF" }, - "type": "stop" - }, - { - "attributes": {}, - "id": "5918", + "id": "line-Boat-F6", "links": { - "self": "/stops/5918" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=5918" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } + "self": "/lines/line-Boat-F6" }, - "type": "stop" + "type": "line" }, { "attributes": {}, - "id": "PB-0158-S", + "id": "4819", "links": { - "self": "/stops/PB-0158-S" + "self": "/stops/4819" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=PB-0158-S" + "related": "/facilities/?filter[stop]=4819" } }, "parent_station": { - "data": { - "id": "place-PB-0158", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "CR-zone-3", + "id": "LocalBus", "type": "zone" } } @@ -298997,279 +299737,246 @@ }, { "attributes": { - "direction_id": 0, - "headsign": "Forest Hills" + "direction_id": 1, + "headsign": "Central Square via Malls & Lynnfield St" }, - "id": "61390984", + "id": "67202418", "links": { - "self": "/trips/61390984" + "self": "/trips/67202418" }, "relationships": { "route": { "data": { - "id": "16", + "id": "436", "type": "route" } }, "route_pattern": { "data": { - "id": "16-3-0", + "id": "436-_-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "160327", + "id": "4360237", "type": "shape" } }, "stops": { "data": [ { - "id": "13", + "id": "7270", "type": "stop" }, { - "id": "2905", + "id": "4597", "type": "stop" }, { - "id": "2906", + "id": "4561", "type": "stop" }, { - "id": "2907", + "id": "7269", "type": "stop" }, { - "id": "2908", + "id": "45821", "type": "stop" }, { - "id": "2909", + "id": "4583", "type": "stop" }, { - "id": "362", + "id": "14586", "type": "stop" }, { - "id": "2910", + "id": "24586", "type": "stop" }, { - "id": "2911", + "id": "4587", "type": "stop" }, { - "id": "2912", + "id": "4588", "type": "stop" }, { - "id": "2913", + "id": "4590", "type": "stop" }, { - "id": "2914", + "id": "4591", "type": "stop" }, { - "id": "2915", + "id": "4592", "type": "stop" }, { - "id": "2916", + "id": "4594", "type": "stop" }, { - "id": "2918", + "id": "7341", "type": "stop" }, { - "id": "2919", + "id": "7342", "type": "stop" }, { - "id": "2920", + "id": "7343", "type": "stop" }, { - "id": "1587", + "id": "7344", "type": "stop" }, { - "id": "11587", + "id": "7345", "type": "stop" }, { - "id": "21587", + "id": "7346", "type": "stop" }, { - "id": "547", + "id": "17347", "type": "stop" }, { - "id": "875", + "id": "7348", "type": "stop" - } - ] - } - }, - "type": "trip" - }, - { - "attributes": {}, - "id": "3800", - "links": { - "self": "/stops/3800" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=3800" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "5804", - "links": { - "self": "/stops/5804" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=5804" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": { - "direction_id": 0, - "headsign": "Woodlawn via Broadway" - }, - "id": "61871264", - "links": { - "self": "/trips/61871264" - }, - "relationships": { - "route": { - "data": { - "id": "110", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "110-2-0", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "SpringWeekday", - "type": "service" - } - }, - "shape": { - "data": { - "id": "1100191", - "type": "shape" - } - }, - "stops": { - "data": [ + }, { - "id": "5271", + "id": "7349", "type": "stop" }, { - "id": "5563", + "id": "7350", "type": "stop" }, { - "id": "5565", + "id": "7352", "type": "stop" }, { - "id": "5695", + "id": "7353", "type": "stop" }, { - "id": "5637", + "id": "17354", "type": "stop" }, { - "id": "5638", + "id": "7355", "type": "stop" }, { - "id": "5640", + "id": "7356", "type": "stop" }, { - "id": "5566", + "id": "7357", "type": "stop" }, { - "id": "5567", + "id": "7359", "type": "stop" }, { - "id": "5568", + "id": "7292", "type": "stop" }, { - "id": "5569", + "id": "7293", "type": "stop" }, { - "id": "5571", + "id": "7294", "type": "stop" }, { - "id": "5572", + "id": "7295", "type": "stop" }, { - "id": "5574", + "id": "7296", "type": "stop" }, { - "id": "5576", + "id": "7297", "type": "stop" }, { - "id": "5577", + "id": "7298", + "type": "stop" + }, + { + "id": "7299", + "type": "stop" + }, + { + "id": "7300", + "type": "stop" + }, + { + "id": "7369", + "type": "stop" + }, + { + "id": "7370", + "type": "stop" + }, + { + "id": "7371", + "type": "stop" + }, + { + "id": "7372", + "type": "stop" + }, + { + "id": "7373", + "type": "stop" + }, + { + "id": "7374", + "type": "stop" + }, + { + "id": "17231", + "type": "stop" + }, + { + "id": "7233", + "type": "stop" + }, + { + "id": "7234", + "type": "stop" + }, + { + "id": "7237", + "type": "stop" + }, + { + "id": "6772", + "type": "stop" + }, + { + "id": "14748", "type": "stop" } ] @@ -299279,14 +299986,14 @@ }, { "attributes": {}, - "id": "13824", + "id": "77541", "links": { - "self": "/stops/13824" + "self": "/stops/77541" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=13824" + "related": "/facilities/?filter[stop]=77541" } }, "parent_station": { @@ -299303,22 +300010,25 @@ }, { "attributes": {}, - "id": "7173", + "id": "NEC-2265-03", "links": { - "self": "/stops/7173" + "self": "/stops/NEC-2265-03" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7173" + "related": "/facilities/?filter[stop]=NEC-2265-03" } }, "parent_station": { - "data": null + "data": { + "id": "place-rugg", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "CR-zone-1A", "type": "zone" } } @@ -299327,14 +300037,41 @@ }, { "attributes": {}, - "id": "65618", + "id": "MM-0150-S", "links": { - "self": "/stops/65618" + "self": "/stops/MM-0150-S" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=65618" + "related": "/facilities/?filter[stop]=MM-0150-S" + } + }, + "parent_station": { + "data": { + "id": "place-MM-0150", + "type": "stop" + } + }, + "zone": { + "data": { + "id": "CR-zone-3", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "109870", + "links": { + "self": "/stops/109870" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=109870" } }, "parent_station": { @@ -299351,14 +300088,38 @@ }, { "attributes": {}, - "id": "6250", + "id": "WR-0228-B1", "links": { - "self": "/stops/6250" + "self": "/stops/WR-0228-B1" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6250" + "related": "/facilities/?filter[stop]=WR-0228-B1" + } + }, + "parent_station": { + "data": { + "id": "place-WR-0228", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "8526", + "links": { + "self": "/stops/8526" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=8526" } }, "parent_station": { @@ -299375,14 +300136,14 @@ }, { "attributes": {}, - "id": "597", + "id": "11593", "links": { - "self": "/stops/597" + "self": "/stops/11593" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=597" + "related": "/facilities/?filter[stop]=11593" } }, "parent_station": { @@ -299399,14 +300160,14 @@ }, { "attributes": {}, - "id": "67", + "id": "2146", "links": { - "self": "/stops/67" + "self": "/stops/2146" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=67" + "related": "/facilities/?filter[stop]=2146" } }, "parent_station": { @@ -299423,14 +300184,14 @@ }, { "attributes": {}, - "id": "532", + "id": "48618", "links": { - "self": "/stops/532" + "self": "/stops/48618" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=532" + "related": "/facilities/?filter[stop]=48618" } }, "parent_station": { @@ -299447,14 +300208,14 @@ }, { "attributes": {}, - "id": "931", + "id": "8821", "links": { - "self": "/stops/931" + "self": "/stops/8821" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=931" + "related": "/facilities/?filter[stop]=8821" } }, "parent_station": { @@ -299471,14 +300232,14 @@ }, { "attributes": {}, - "id": "24484", + "id": "6394", "links": { - "self": "/stops/24484" + "self": "/stops/6394" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=24484" + "related": "/facilities/?filter[stop]=6394" } }, "parent_station": { @@ -299495,14 +300256,14 @@ }, { "attributes": {}, - "id": "13833", + "id": "10014", "links": { - "self": "/stops/13833" + "self": "/stops/10014" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=13833" + "related": "/facilities/?filter[stop]=10014" } }, "parent_station": { @@ -299519,14 +300280,14 @@ }, { "attributes": {}, - "id": "6945", + "id": "3864", "links": { - "self": "/stops/6945" + "self": "/stops/3864" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6945" + "related": "/facilities/?filter[stop]=3864" } }, "parent_station": { @@ -299543,23 +300304,23 @@ }, { "attributes": { - "direction_id": 1, - "headsign": "Blandford Street (Shuttle)" + "direction_id": 0, + "headsign": "Government Center (Local shuttle)" }, - "id": "BabcockStreetBlandfordStreet-1-sample", + "id": "GovernmentCenterOrientHeightsLocal-0-sample", "links": { - "self": "/trips/BabcockStreetBlandfordStreet-1-sample" + "self": "/trips/GovernmentCenterOrientHeightsLocal-0-sample" }, "relationships": { "route": { "data": { - "id": "Shuttle-BabcockBlandford", + "id": "Shuttle-GovernmentCenterOrientHeightsLocal", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-BabcockBlandford-0-1", + "id": "Shuttle-GovernmentCenterOrientHeightsLocal-0-0", "type": "route_pattern" } }, @@ -299571,26 +300332,38 @@ }, "shape": { "data": { - "id": "BabcockStreetToBlandfordStreet-S", + "id": "OrientHeightsToGovernmentCenterLocal-S", "type": "shape" } }, "stops": { "data": [ { - "id": "933", + "id": "5879", "type": "stop" }, { - "id": "934", + "id": "5666", "type": "stop" }, { - "id": "939", + "id": "7096", "type": "stop" }, { - "id": "941", + "id": "57400", + "type": "stop" + }, + { + "id": "9170043", + "type": "stop" + }, + { + "id": "65", + "type": "stop" + }, + { + "id": "9070039", "type": "stop" } ] @@ -299600,14 +300373,14 @@ }, { "attributes": {}, - "id": "4587", + "id": "7564", "links": { - "self": "/stops/4587" + "self": "/stops/7564" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4587" + "related": "/facilities/?filter[stop]=7564" } }, "parent_station": { @@ -299624,14 +300397,14 @@ }, { "attributes": {}, - "id": "3229", + "id": "7380", "links": { - "self": "/stops/3229" + "self": "/stops/7380" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3229" + "related": "/facilities/?filter[stop]=7380" } }, "parent_station": { @@ -299648,14 +300421,14 @@ }, { "attributes": {}, - "id": "3066", + "id": "9103", "links": { - "self": "/stops/3066" + "self": "/stops/9103" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3066" + "related": "/facilities/?filter[stop]=9103" } }, "parent_station": { @@ -299670,24 +300443,92 @@ }, "type": "stop" }, + { + "attributes": { + "direction_id": 0, + "headsign": "South Station (Shuttle)" + }, + "id": "HarvardSouthStation-0-sample", + "links": { + "self": "/trips/HarvardSouthStation-0-sample" + }, + "relationships": { + "route": { + "data": { + "id": "Shuttle-HarvardSouthStation", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "Shuttle-HarvardSouthStation-0-0", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "canonical", + "type": "service" + } + }, + "shape": { + "data": { + "id": "HarvardToSouthStation-S", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "110", + "type": "stop" + }, + { + "id": "72", + "type": "stop" + }, + { + "id": "9170071", + "type": "stop" + }, + { + "id": "9070073", + "type": "stop" + }, + { + "id": "10000", + "type": "stop" + }, + { + "id": "6564", + "type": "stop" + } + ] + } + }, + "type": "trip" + }, { "attributes": {}, - "id": "4393", + "id": "70513", "links": { - "self": "/stops/4393" + "self": "/stops/70513" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4393" + "related": "/facilities/?filter[stop]=70513" } }, "parent_station": { - "data": null + "data": { + "id": "place-esomr", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -299696,14 +300537,14 @@ }, { "attributes": {}, - "id": "1550", + "id": "7900", "links": { - "self": "/stops/1550" + "self": "/stops/7900" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1550" + "related": "/facilities/?filter[stop]=7900" } }, "parent_station": { @@ -299718,24 +300559,108 @@ }, "type": "stop" }, + { + "attributes": { + "direction_id": 1, + "headsign": "South Station" + }, + "id": "66858980", + "links": { + "self": "/trips/66858980" + }, + "relationships": { + "route": { + "data": { + "id": "742", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "742-3-1", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "WinterWeekday", + "type": "service" + } + }, + "shape": { + "data": { + "id": "7420069", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "30250", + "type": "stop" + }, + { + "id": "30251", + "type": "stop" + }, + { + "id": "31259", + "type": "stop" + }, + { + "id": "31255", + "type": "stop" + }, + { + "id": "31257", + "type": "stop" + }, + { + "id": "31256", + "type": "stop" + }, + { + "id": "74614", + "type": "stop" + }, + { + "id": "74615", + "type": "stop" + }, + { + "id": "74616", + "type": "stop" + }, + { + "id": "74617", + "type": "stop" + } + ] + } + }, + "type": "trip" + }, { "attributes": {}, - "id": "1164", + "id": "70258", "links": { - "self": "/stops/1164" + "self": "/stops/70258" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1164" + "related": "/facilities/?filter[stop]=70258" } }, "parent_station": { - "data": null + "data": { + "id": "place-bckhl", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -299744,14 +300669,14 @@ }, { "attributes": {}, - "id": "1112", + "id": "8575", "links": { - "self": "/stops/1112" + "self": "/stops/8575" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1112" + "related": "/facilities/?filter[stop]=8575" } }, "parent_station": { @@ -299768,59 +300693,227 @@ }, { "attributes": {}, - "id": "WR-0325-B", + "id": "8173", "links": { - "self": "/stops/WR-0325-B" + "self": "/stops/8173" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=WR-0325-B" + "related": "/facilities/?filter[stop]=8173" } }, "parent_station": { - "data": { - "id": "place-WR-0325", - "type": "stop" - } + "data": null }, "zone": { - "data": null + "data": { + "id": "LocalBus", + "type": "zone" + } } }, "type": "stop" }, { - "attributes": {}, - "id": "9170120", + "attributes": { + "direction_id": 1, + "headsign": "Mattapan" + }, + "id": "67251056", "links": { - "self": "/stops/9170120" + "self": "/trips/67251056" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=9170120" + "route": { + "data": { + "id": "33", + "type": "route" } }, - "parent_station": { - "data": null + "route_pattern": { + "data": { + "id": "33-6-1", + "type": "route_pattern" + } }, - "zone": { - "data": null + "service": { + "data": { + "id": "WinterWeekday", + "type": "service" + } + }, + "shape": { + "data": { + "id": "330155", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "18975", + "type": "stop" + }, + { + "id": "8328", + "type": "stop" + }, + { + "id": "8329", + "type": "stop" + }, + { + "id": "8330", + "type": "stop" + }, + { + "id": "8331", + "type": "stop" + }, + { + "id": "8332", + "type": "stop" + }, + { + "id": "8333", + "type": "stop" + }, + { + "id": "8335", + "type": "stop" + }, + { + "id": "6516", + "type": "stop" + }, + { + "id": "6517", + "type": "stop" + }, + { + "id": "6519", + "type": "stop" + }, + { + "id": "6522", + "type": "stop" + }, + { + "id": "6523", + "type": "stop" + }, + { + "id": "6524", + "type": "stop" + }, + { + "id": "6526", + "type": "stop" + }, + { + "id": "6527", + "type": "stop" + }, + { + "id": "6528", + "type": "stop" + }, + { + "id": "6529", + "type": "stop" + }, + { + "id": "56567", + "type": "stop" + }, + { + "id": "75467", + "type": "stop" + }, + { + "id": "26466", + "type": "stop" + }, + { + "id": "36466", + "type": "stop" + }, + { + "id": "6357", + "type": "stop" + }, + { + "id": "16358", + "type": "stop" + }, + { + "id": "6359", + "type": "stop" + }, + { + "id": "6360", + "type": "stop" + }, + { + "id": "16360", + "type": "stop" + }, + { + "id": "6361", + "type": "stop" + }, + { + "id": "6362", + "type": "stop" + }, + { + "id": "63621", + "type": "stop" + }, + { + "id": "6364", + "type": "stop" + }, + { + "id": "16364", + "type": "stop" + }, + { + "id": "6365", + "type": "stop" + }, + { + "id": "16365", + "type": "stop" + }, + { + "id": "6366", + "type": "stop" + }, + { + "id": "1721", + "type": "stop" + }, + { + "id": "185", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "4602", + "id": "5259", "links": { - "self": "/stops/4602" + "self": "/stops/5259" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4602" + "related": "/facilities/?filter[stop]=5259" } }, "parent_station": { @@ -299837,35 +300930,38 @@ }, { "attributes": {}, - "id": "9070010", + "id": "1252", "links": { - "self": "/stops/9070010" + "self": "/stops/1252" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9070010" + "related": "/facilities/?filter[stop]=1252" } }, "parent_station": { "data": null }, "zone": { - "data": null + "data": { + "id": "LocalBus", + "type": "zone" + } } }, "type": "stop" }, { "attributes": {}, - "id": "31916", + "id": "2879", "links": { - "self": "/stops/31916" + "self": "/stops/2879" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=31916" + "related": "/facilities/?filter[stop]=2879" } }, "parent_station": { @@ -299882,14 +300978,14 @@ }, { "attributes": {}, - "id": "4332", + "id": "49806", "links": { - "self": "/stops/4332" + "self": "/stops/49806" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4332" + "related": "/facilities/?filter[stop]=49806" } }, "parent_station": { @@ -299906,14 +301002,14 @@ }, { "attributes": {}, - "id": "3051", + "id": "11839", "links": { - "self": "/stops/3051" + "self": "/stops/11839" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3051" + "related": "/facilities/?filter[stop]=11839" } }, "parent_station": { @@ -299929,46 +301025,42 @@ "type": "stop" }, { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Riverside", - "Union Square" - ], - "direction_names": [ - "West", - "East" - ], - "long_name": "Riverside - Kenmore via Saint Mary's Street", - "short_name": "Green Line D Shuttle", - "sort_order": 62015, - "text_color": "000000", - "type": 3 - }, - "id": "Shuttle-KenmoreStMarysRiverside", + "attributes": {}, + "id": "70512", "links": { - "self": "/routes/Shuttle-KenmoreStMarysRiverside" + "self": "/stops/70512" }, "relationships": { - "line": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=70512" + } + }, + "parent_station": { "data": { - "id": "line-Green", - "type": "line" + "id": "place-mdftf", + "type": "stop" + } + }, + "zone": { + "data": { + "id": "RapidTransit", + "type": "zone" } } }, - "type": "route" + "type": "stop" }, { "attributes": {}, - "id": "5466", + "id": "82130", "links": { - "self": "/stops/5466" + "self": "/stops/82130" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5466" + "related": "/facilities/?filter[stop]=82130" } }, "parent_station": { @@ -299981,26 +301073,186 @@ } } }, - "type": "stop" + "type": "stop" + }, + { + "attributes": { + "direction_id": 0, + "headsign": "Cleveland Circle" + }, + "id": "66817527", + "links": { + "self": "/trips/66817527" + }, + "relationships": { + "route": { + "data": { + "id": "Green-C", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "Green-C-836-0", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "LRV12025-hlb15011-Weekday-01", + "type": "service" + } + }, + "shape": { + "data": { + "id": "8000017", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "70512", + "type": "stop" + }, + { + "id": "70510", + "type": "stop" + }, + { + "id": "70508", + "type": "stop" + }, + { + "id": "70506", + "type": "stop" + }, + { + "id": "70514", + "type": "stop" + }, + { + "id": "70502", + "type": "stop" + }, + { + "id": "70208", + "type": "stop" + }, + { + "id": "70206", + "type": "stop" + }, + { + "id": "70204", + "type": "stop" + }, + { + "id": "70202", + "type": "stop" + }, + { + "id": "70197", + "type": "stop" + }, + { + "id": "70159", + "type": "stop" + }, + { + "id": "70157", + "type": "stop" + }, + { + "id": "70155", + "type": "stop" + }, + { + "id": "70153", + "type": "stop" + }, + { + "id": "70151", + "type": "stop" + }, + { + "id": "70211", + "type": "stop" + }, + { + "id": "70213", + "type": "stop" + }, + { + "id": "70215", + "type": "stop" + }, + { + "id": "70217", + "type": "stop" + }, + { + "id": "70219", + "type": "stop" + }, + { + "id": "70223", + "type": "stop" + }, + { + "id": "70225", + "type": "stop" + }, + { + "id": "70227", + "type": "stop" + }, + { + "id": "70229", + "type": "stop" + }, + { + "id": "70231", + "type": "stop" + }, + { + "id": "70233", + "type": "stop" + }, + { + "id": "70235", + "type": "stop" + }, + { + "id": "70237", + "type": "stop" + } + ] + } + }, + "type": "trip" }, { "attributes": {}, - "id": "7806", + "id": "NEC-2287", "links": { - "self": "/stops/7806" + "self": "/stops/NEC-2287" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7806" + "related": "/facilities/?filter[stop]=NEC-2287" } }, "parent_station": { - "data": null + "data": { + "id": "place-sstat", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "CR-zone-1A", "type": "zone" } } @@ -300009,14 +301261,14 @@ }, { "attributes": {}, - "id": "121013", + "id": "8607", "links": { - "self": "/stops/121013" + "self": "/stops/8607" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=121013" + "related": "/facilities/?filter[stop]=8607" } }, "parent_station": { @@ -300031,47 +301283,16 @@ }, "type": "stop" }, - { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Reading", - "North Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Reading - Oak Grove", - "short_name": "Haverhill Line Shuttle", - "sort_order": 62170, - "text_color": "000000", - "type": 3 - }, - "id": "Shuttle-OakGroveReading", - "links": { - "self": "/routes/Shuttle-OakGroveReading" - }, - "relationships": { - "line": { - "data": { - "id": "line-Haverhill", - "type": "line" - } - } - }, - "type": "route" - }, { "attributes": {}, - "id": "9209", + "id": "85551", "links": { - "self": "/stops/9209" + "self": "/stops/85551" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9209" + "related": "/facilities/?filter[stop]=85551" } }, "parent_station": { @@ -300088,182 +301309,202 @@ }, { "attributes": { - "direction_id": 0, - "headsign": "Malden" + "direction_id": 1, + "headsign": "West Lynn Garage" }, - "id": "61868953", + "id": "67202666", "links": { - "self": "/trips/61868953" + "self": "/trips/67202666" }, "relationships": { "route": { "data": { - "id": "101", + "id": "450", "type": "route" } }, "route_pattern": { "data": { - "id": "101-3-0", + "id": "450-9-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "1010291", + "id": "4500212", "type": "shape" } }, "stops": { "data": [ { - "id": "29012", + "id": "37150", "type": "stop" }, { - "id": "2718", + "id": "4453", "type": "stop" }, { - "id": "2719", + "id": "4455", "type": "stop" }, { - "id": "2721", + "id": "4456", "type": "stop" }, { - "id": "2723", + "id": "4457", "type": "stop" }, { - "id": "2725", + "id": "4458", "type": "stop" }, { - "id": "2726", + "id": "4459", "type": "stop" }, { - "id": "2729", + "id": "14460", "type": "stop" }, { - "id": "5305", + "id": "4462", "type": "stop" }, { - "id": "5306", + "id": "4463", "type": "stop" }, { - "id": "5307", + "id": "14465", "type": "stop" }, { - "id": "5308", + "id": "4465", "type": "stop" }, { - "id": "5309", + "id": "4467", "type": "stop" }, { - "id": "5310", + "id": "4470", "type": "stop" }, { - "id": "5311", + "id": "14470", "type": "stop" }, { - "id": "5312", + "id": "4472", "type": "stop" }, { - "id": "5314", + "id": "4473", "type": "stop" }, { - "id": "5315", + "id": "4474", "type": "stop" }, { - "id": "5316", + "id": "4475", "type": "stop" }, { - "id": "5317", + "id": "4477", "type": "stop" }, { - "id": "5319", + "id": "4479", "type": "stop" }, { - "id": "63241", + "id": "4480", "type": "stop" }, { - "id": "50021", + "id": "4481", "type": "stop" }, { - "id": "45003", + "id": "4482", "type": "stop" }, { - "id": "5321", + "id": "7302", "type": "stop" }, { - "id": "5322", + "id": "7303", "type": "stop" }, { - "id": "5323", + "id": "7304", "type": "stop" }, { - "id": "5324", + "id": "7305", "type": "stop" }, { - "id": "5325", + "id": "7306", "type": "stop" }, { - "id": "5333", + "id": "7307", "type": "stop" }, { - "id": "5334", + "id": "7308", "type": "stop" }, { - "id": "5335", + "id": "4483", "type": "stop" }, { - "id": "5336", + "id": "4484", "type": "stop" }, { - "id": "5337", + "id": "4485", "type": "stop" }, { - "id": "5338", + "id": "4486", "type": "stop" }, { - "id": "5072", + "id": "4487", + "type": "stop" + }, + { + "id": "4488", + "type": "stop" + }, + { + "id": "4489", + "type": "stop" + }, + { + "id": "4490", + "type": "stop" + }, + { + "id": "4491", + "type": "stop" + }, + { + "id": "4492", "type": "stop" } ] @@ -300272,155 +301513,240 @@ "type": "trip" }, { - "attributes": {}, - "id": "3565", - "links": { - "self": "/stops/3565" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=3565" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "917", - "links": { - "self": "/stops/917" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=917" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "River Street & Milton Street", + "Mattapan Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "River Street & Milton Street - Mattapan Station", + "short_name": "32/33", + "sort_order": 50321, + "text_color": "000000", + "type": 3 }, - "type": "stop" - }, - { - "attributes": {}, - "id": "817", + "id": "3233", "links": { - "self": "/stops/817" + "self": "/routes/3233" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=817" - } - }, - "parent_station": { - "data": null - }, - "zone": { + "agency": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "4000", - "links": { - "self": "/stops/4000" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=4000" + "id": "1", + "type": "agency" } }, - "parent_station": { - "data": null - }, - "zone": { + "line": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "line-242733", + "type": "line" } } }, - "type": "stop" + "type": "route" }, { "attributes": { - "direction_id": 1, - "headsign": "Kendall/MIT (Shuttle)" + "direction_id": 0, + "headsign": "Harbor Point" }, - "id": "BroadwayKendallOmitDTX-1-sample", + "id": "66646585", "links": { - "self": "/trips/BroadwayKendallOmitDTX-1-sample" + "self": "/trips/66646585" }, "relationships": { "route": { "data": { - "id": "Shuttle-BroadwayKendallOmitDTX", + "id": "8", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-BroadwayKendallOmitDTX-0-1", + "id": "8-1-0", "type": "route_pattern" } }, "service": { "data": { - "id": "canonical", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "BroadwayToKendallOmitDTX-S", + "id": "080260", "type": "shape" } }, "stops": { "data": [ { - "id": "151", + "id": "899", "type": "stop" }, { - "id": "892", + "id": "8993", "type": "stop" }, { - "id": "4510", + "id": "1518", "type": "stop" }, { - "id": "9070074", + "id": "1519", "type": "stop" }, { - "id": "9070071", + "id": "1520", + "type": "stop" + }, + { + "id": "1777", + "type": "stop" + }, + { + "id": "1778", + "type": "stop" + }, + { + "id": "1779", + "type": "stop" + }, + { + "id": "1780", + "type": "stop" + }, + { + "id": "11780", + "type": "stop" + }, + { + "id": "11781", + "type": "stop" + }, + { + "id": "1784", + "type": "stop" + }, + { + "id": "1785", + "type": "stop" + }, + { + "id": "17861", + "type": "stop" + }, + { + "id": "17862", + "type": "stop" + }, + { + "id": "11592", + "type": "stop" + }, + { + "id": "1593", + "type": "stop" + }, + { + "id": "64", + "type": "stop" + }, + { + "id": "1", + "type": "stop" + }, + { + "id": "2", + "type": "stop" + }, + { + "id": "4", + "type": "stop" + }, + { + "id": "5", + "type": "stop" + }, + { + "id": "1787", + "type": "stop" + }, + { + "id": "1788", + "type": "stop" + }, + { + "id": "1789", + "type": "stop" + }, + { + "id": "21158", + "type": "stop" + }, + { + "id": "11158", + "type": "stop" + }, + { + "id": "5089", + "type": "stop" + }, + { + "id": "855", + "type": "stop" + }, + { + "id": "8", + "type": "stop" + }, + { + "id": "30009", + "type": "stop" + }, + { + "id": "131", + "type": "stop" + }, + { + "id": "133", + "type": "stop" + }, + { + "id": "134", + "type": "stop" + }, + { + "id": "135", + "type": "stop" + }, + { + "id": "136", + "type": "stop" + }, + { + "id": "121", + "type": "stop" + }, + { + "id": "138", + "type": "stop" + }, + { + "id": "139", + "type": "stop" + }, + { + "id": "140", + "type": "stop" + }, + { + "id": "142", "type": "stop" } ] @@ -300429,111 +301755,52 @@ "type": "trip" }, { - "attributes": {}, - "id": "5565", - "links": { - "self": "/stops/5565" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=5565" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "5401", - "links": { - "self": "/stops/5401" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=5401" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Kingston or Plymouth", + "South Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "South Weymouth - South Station", + "short_name": "Kingston Line Shuttle", + "sort_order": 62475, + "text_color": "000000", + "type": 3 }, - "type": "stop" - }, - { - "attributes": {}, - "id": "6459", + "id": "Shuttle-SouthStationSouthWeymouth", "links": { - "self": "/stops/6459" + "self": "/routes/Shuttle-SouthStationSouthWeymouth" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=6459" - } - }, - "parent_station": { - "data": null - }, - "zone": { + "agency": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "8165", - "links": { - "self": "/stops/8165" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=8165" + "id": "1", + "type": "agency" } }, - "parent_station": { - "data": null - }, - "zone": { + "line": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "line-Kingston", + "type": "line" } } }, - "type": "stop" + "type": "route" }, { "attributes": {}, - "id": "1155", + "id": "2829", "links": { - "self": "/stops/1155" + "self": "/stops/2829" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1155" + "related": "/facilities/?filter[stop]=2829" } }, "parent_station": { @@ -300541,63 +301808,32 @@ }, "zone": { "data": { - "id": "LocalBus", + "id": "ExpressBus-Downtown", "type": "zone" } } }, "type": "stop" }, - { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Riverside", - "Union Square" - ], - "direction_names": [ - "West", - "East" - ], - "long_name": "Riverside - Copley (Express)", - "short_name": "Green Line D Shuttle", - "sort_order": 61430, - "text_color": "000000", - "type": 3 - }, - "id": "Shuttle-CopleyRiversideExpress", - "links": { - "self": "/routes/Shuttle-CopleyRiversideExpress" - }, - "relationships": { - "line": { - "data": { - "id": "line-Green", - "type": "line" - } - } - }, - "type": "route" - }, { "attributes": { "direction_id": 1, - "headsign": "Saint Mary's Street (Shuttle)" + "headsign": "Reading (Local shuttle)" }, - "id": "ClevelandCircleSaintMarys-1-sample", + "id": "HaverhillReadingLocalExtended-1-sample", "links": { - "self": "/trips/ClevelandCircleSaintMarys-1-sample" + "self": "/trips/HaverhillReadingLocalExtended-1-sample" }, "relationships": { "route": { "data": { - "id": "Shuttle-ClevelandCircleStMarys", + "id": "Shuttle-HaverhillReadingLocal", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-ClevelandCircleStMarys-0-1", + "id": "Shuttle-HaverhillReadingLocal-0-1", "type": "route_pattern" } }, @@ -300609,62 +301845,38 @@ }, "shape": { "data": { - "id": "ClevelandCircleToSaintMary-S", + "id": "HaverhillToReadingLocal-S", "type": "shape" } }, "stops": { "data": [ { - "id": "9070238", - "type": "stop" - }, - { - "id": "9070236", - "type": "stop" - }, - { - "id": "9070234", - "type": "stop" - }, - { - "id": "9070232", - "type": "stop" - }, - { - "id": "9070230", - "type": "stop" - }, - { - "id": "9070228", - "type": "stop" - }, - { - "id": "9070226", + "id": "WR-0329-B", "type": "stop" }, { - "id": "9070224", + "id": "WR-0325-B", "type": "stop" }, { - "id": "9070220", + "id": "WR-0264-B2", "type": "stop" }, { - "id": "9070218", + "id": "WR-0228-B1", "type": "stop" }, { - "id": "9070216", + "id": "WR-0205-B1", "type": "stop" }, { - "id": "9070214", + "id": "WR-0163-B1", "type": "stop" }, { - "id": "9070212", + "id": "WR-0120-B", "type": "stop" } ] @@ -300673,63 +301885,73 @@ "type": "trip" }, { - "attributes": {}, - "id": "884", + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Woodlawn", + "Haymarket Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Woodlawn - Haymarket Station", + "short_name": "111", + "sort_order": 51110, + "text_color": "000000", + "type": 3 + }, + "id": "111", "links": { - "self": "/stops/884" + "self": "/routes/111" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=884" + "agency": { + "data": { + "id": "1", + "type": "agency" } }, - "parent_station": { - "data": null - }, - "zone": { + "line": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "line-111", + "type": "line" } } }, - "type": "stop" + "type": "route" }, { "attributes": {}, - "id": "1641", + "id": "9070073", "links": { - "self": "/stops/1641" + "self": "/stops/9070073" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1641" + "related": "/facilities/?filter[stop]=9070073" } }, "parent_station": { "data": null }, "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } + "data": null } }, "type": "stop" }, { "attributes": {}, - "id": "5538", + "id": "7826", "links": { - "self": "/stops/5538" + "self": "/stops/7826" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5538" + "related": "/facilities/?filter[stop]=7826" } }, "parent_station": { @@ -300746,14 +301968,14 @@ }, { "attributes": {}, - "id": "109829", + "id": "4865", "links": { - "self": "/stops/109829" + "self": "/stops/4865" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=109829" + "related": "/facilities/?filter[stop]=4865" } }, "parent_station": { @@ -300768,30 +301990,16 @@ }, "type": "stop" }, - { - "attributes": { - "color": "FFC72C", - "long_name": "Ashmont - Andrew", - "short_name": "18", - "sort_order": 50180, - "text_color": "000000" - }, - "id": "line-18", - "links": { - "self": "/lines/line-18" - }, - "type": "line" - }, { "attributes": {}, - "id": "86935", + "id": "4498", "links": { - "self": "/stops/86935" + "self": "/stops/4498" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=86935" + "related": "/facilities/?filter[stop]=4498" } }, "parent_station": { @@ -300806,77 +302014,16 @@ }, "type": "stop" }, - { - "attributes": { - "direction_id": 0, - "headsign": "Newton Highlands (Shuttle)" - }, - "id": "BrooklineHillsNewtonHighlands-0-sample", - "links": { - "self": "/trips/BrooklineHillsNewtonHighlands-0-sample" - }, - "relationships": { - "route": { - "data": { - "id": "Shuttle-BrooklineHillsNewtonHighlands", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Shuttle-BrooklineHillsNewtonHighlands-0-0", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "canonical", - "type": "service" - } - }, - "shape": { - "data": { - "id": "BrooklineHillsToNewtonHighlands-S", - "type": "shape" - } - }, - "stops": { - "data": [ - { - "id": "9170178", - "type": "stop" - }, - { - "id": "21917", - "type": "stop" - }, - { - "id": "1540", - "type": "stop" - }, - { - "id": "9070171", - "type": "stop" - }, - { - "id": "9070168", - "type": "stop" - } - ] - } - }, - "type": "trip" - }, { "attributes": {}, - "id": "11780", + "id": "2690", "links": { - "self": "/stops/11780" + "self": "/stops/2690" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=11780" + "related": "/facilities/?filter[stop]=2690" } }, "parent_station": { @@ -300892,89 +302039,43 @@ "type": "stop" }, { - "attributes": { - "direction_id": 1, - "headsign": "South Station (Shuttle)" - }, - "id": "SouthStationSouthWeymouth-1-sample", + "attributes": {}, + "id": "2068", "links": { - "self": "/trips/SouthStationSouthWeymouth-1-sample" + "self": "/stops/2068" }, "relationships": { - "route": { - "data": { - "id": "Shuttle-SouthStationSouthWeymouth", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Shuttle-SouthStationSouthWeymouth-0-1", - "type": "route_pattern" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=2068" } }, - "service": { - "data": { - "id": "canonical", - "type": "service" - } + "parent_station": { + "data": null }, - "shape": { + "zone": { "data": { - "id": "SouthWeymouthToSouthStation-S", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "South Weymouth-S", - "type": "stop" - }, - { - "id": "38671", - "type": "stop" - }, - { - "id": "NEC-2287-B", - "type": "stop" - } - ] } }, - "type": "trip" - }, - { - "attributes": { - "color": "FFC72C", - "long_name": "Harvard - Nubian via Allston", - "short_name": "66", - "sort_order": 50660, - "text_color": "000000" - }, - "id": "line-66", - "links": { - "self": "/lines/line-66" - }, - "type": "line" + "type": "stop" }, { "attributes": {}, - "id": "9070168", + "id": "1151", "links": { - "self": "/stops/9070168" + "self": "/stops/1151" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9070168" + "related": "/facilities/?filter[stop]=1151" } }, "parent_station": { - "data": { - "id": "place-newtn", - "type": "stop" - } + "data": null }, "zone": { "data": { @@ -300986,39 +302087,52 @@ "type": "stop" }, { - "attributes": {}, - "id": "4062", + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "City Point", + "Copley Square" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "City Point - Copley Square", + "short_name": "9", + "sort_order": 50090, + "text_color": "000000", + "type": 3 + }, + "id": "9", "links": { - "self": "/stops/4062" + "self": "/routes/9" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=4062" + "agency": { + "data": { + "id": "1", + "type": "agency" } }, - "parent_station": { - "data": null - }, - "zone": { + "line": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "line-9", + "type": "line" } } }, - "type": "stop" + "type": "route" }, { "attributes": {}, - "id": "836", + "id": "49950", "links": { - "self": "/stops/836" + "self": "/stops/49950" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=836" + "related": "/facilities/?filter[stop]=49950" } }, "parent_station": { @@ -301037,27 +302151,33 @@ "attributes": { "color": "FFC72C", "direction_destinations": [ - "Forest Hills Station", - "Back Bay Station" + "Forge Park/495", + "South Station" ], "direction_names": [ "Outbound", "Inbound" ], - "long_name": "Forest Hills Station - Back Bay Station", - "short_name": "39", - "sort_order": 50390, + "long_name": "Forge Park/495 - South Station", + "short_name": "Franklin Line Shuttle", + "sort_order": 61760, "text_color": "000000", "type": 3 }, - "id": "39", + "id": "Shuttle-ForgeParkSouthStation", "links": { - "self": "/routes/39" + "self": "/routes/Shuttle-ForgeParkSouthStation" }, "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, "line": { "data": { - "id": "line-39", + "id": "line-Franklin", "type": "line" } } @@ -301066,14 +302186,14 @@ }, { "attributes": {}, - "id": "4771", + "id": "4149", "links": { - "self": "/stops/4771" + "self": "/stops/4149" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4771" + "related": "/facilities/?filter[stop]=4149" } }, "parent_station": { @@ -301090,38 +302210,38 @@ }, { "attributes": {}, - "id": "NEC-1969-B", + "id": "2755", "links": { - "self": "/stops/NEC-1969-B" + "self": "/stops/2755" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=NEC-1969-B" + "related": "/facilities/?filter[stop]=2755" } }, "parent_station": { - "data": { - "id": "place-NEC-1969", - "type": "stop" - } + "data": null }, "zone": { - "data": null + "data": { + "id": "LocalBus", + "type": "zone" + } } }, "type": "stop" }, { "attributes": {}, - "id": "8298", + "id": "6519", "links": { - "self": "/stops/8298" + "self": "/stops/6519" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8298" + "related": "/facilities/?filter[stop]=6519" } }, "parent_station": { @@ -301137,39 +302257,148 @@ "type": "stop" }, { - "attributes": {}, - "id": "3991", + "attributes": { + "direction_id": 0, + "headsign": "Sullivan via Navy Yard" + }, + "id": "66957060", "links": { - "self": "/stops/3991" + "self": "/trips/66957060" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=3991" + "route": { + "data": { + "id": "93", + "type": "route" } }, - "parent_station": { - "data": null + "route_pattern": { + "data": { + "id": "93-2-0", + "type": "route_pattern" + } }, - "zone": { + "service": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "WinterWeekday", + "type": "service" + } + }, + "shape": { + "data": { + "id": "930212", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "6548", + "type": "stop" + }, + { + "id": "11891", + "type": "stop" + }, + { + "id": "190", + "type": "stop" + }, + { + "id": "191", + "type": "stop" + }, + { + "id": "117", + "type": "stop" + }, + { + "id": "2832", + "type": "stop" + }, + { + "id": "12836", + "type": "stop" + }, + { + "id": "12858", + "type": "stop" + }, + { + "id": "12838", + "type": "stop" + }, + { + "id": "12859", + "type": "stop" + }, + { + "id": "12860", + "type": "stop" + }, + { + "id": "12862", + "type": "stop" + }, + { + "id": "2860", + "type": "stop" + }, + { + "id": "2861", + "type": "stop" + }, + { + "id": "2862", + "type": "stop" + }, + { + "id": "2863", + "type": "stop" + }, + { + "id": "2864", + "type": "stop" + }, + { + "id": "2865", + "type": "stop" + }, + { + "id": "2866", + "type": "stop" + }, + { + "id": "12866", + "type": "stop" + }, + { + "id": "2867", + "type": "stop" + }, + { + "id": "2841", + "type": "stop" + }, + { + "id": "29001", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "2043", + "id": "9206", "links": { - "self": "/stops/2043" + "self": "/stops/9206" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2043" + "related": "/facilities/?filter[stop]=9206" } }, "parent_station": { @@ -301186,41 +302415,14 @@ }, { "attributes": {}, - "id": "FB-0109-02", - "links": { - "self": "/stops/FB-0109-02" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=FB-0109-02" - } - }, - "parent_station": { - "data": { - "id": "place-FB-0109", - "type": "stop" - } - }, - "zone": { - "data": { - "id": "CR-zone-2", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "2916", + "id": "36821", "links": { - "self": "/stops/2916" + "self": "/stops/36821" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2916" + "related": "/facilities/?filter[stop]=36821" } }, "parent_station": { @@ -301237,14 +302439,14 @@ }, { "attributes": {}, - "id": "15974", + "id": "8815", "links": { - "self": "/stops/15974" + "self": "/stops/8815" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=15974" + "related": "/facilities/?filter[stop]=8815" } }, "parent_station": { @@ -301261,14 +302463,14 @@ }, { "attributes": {}, - "id": "8248", + "id": "3940", "links": { - "self": "/stops/8248" + "self": "/stops/3940" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8248" + "related": "/facilities/?filter[stop]=3940" } }, "parent_station": { @@ -301285,14 +302487,14 @@ }, { "attributes": {}, - "id": "3545", + "id": "3378", "links": { - "self": "/stops/3545" + "self": "/stops/3378" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3545" + "related": "/facilities/?filter[stop]=3378" } }, "parent_station": { @@ -301309,35 +302511,14 @@ }, { "attributes": {}, - "id": "9070056", - "links": { - "self": "/stops/9070056" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=9070056" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": null - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "2310", + "id": "2631", "links": { - "self": "/stops/2310" + "self": "/stops/2631" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2310" + "related": "/facilities/?filter[stop]=2631" } }, "parent_station": { @@ -301355,329 +302536,235 @@ { "attributes": { "direction_id": 1, - "headsign": "Haymarket via Fields Corner & Nubian" + "headsign": "Harvard (Shuttle)" }, - "id": "61392334", + "id": "HarvardSouthStation-1-sample", "links": { - "self": "/trips/61392334" + "self": "/trips/HarvardSouthStation-1-sample" }, "relationships": { "route": { "data": { - "id": "15", + "id": "Shuttle-HarvardSouthStation", "type": "route" } }, "route_pattern": { "data": { - "id": "15-G-1", + "id": "Shuttle-HarvardSouthStation-0-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "canonical", "type": "service" } }, "shape": { "data": { - "id": "1910082", + "id": "SouthStationToHarvard-S", "type": "shape" } }, "stops": { "data": [ { - "id": "185", - "type": "stop" - }, - { - "id": "10582", - "type": "stop" - }, - { - "id": "583", - "type": "stop" - }, - { - "id": "584", - "type": "stop" - }, - { - "id": "585", - "type": "stop" - }, - { - "id": "586", - "type": "stop" - }, - { - "id": "587", - "type": "stop" - }, - { - "id": "588", - "type": "stop" - }, - { - "id": "590", - "type": "stop" - }, - { - "id": "591", - "type": "stop" - }, - { - "id": "882", - "type": "stop" - }, - { - "id": "593", - "type": "stop" - }, - { - "id": "594", - "type": "stop" - }, - { - "id": "595", - "type": "stop" - }, - { - "id": "533", - "type": "stop" - }, - { - "id": "534", - "type": "stop" - }, - { - "id": "334", - "type": "stop" - }, - { - "id": "30336", - "type": "stop" - }, - { - "id": "337", - "type": "stop" - }, - { - "id": "338", - "type": "stop" - }, - { - "id": "339", - "type": "stop" - }, - { - "id": "340", - "type": "stop" - }, - { - "id": "341", - "type": "stop" - }, - { - "id": "342", - "type": "stop" - }, - { - "id": "343", - "type": "stop" - }, - { - "id": "32501", - "type": "stop" - }, - { - "id": "322", - "type": "stop" - }, - { - "id": "557", - "type": "stop" - }, - { - "id": "558", - "type": "stop" - }, - { - "id": "559", - "type": "stop" - }, - { - "id": "560", - "type": "stop" - }, - { - "id": "561", - "type": "stop" - }, - { - "id": "1468", - "type": "stop" - }, - { - "id": "1469", - "type": "stop" - }, - { - "id": "1470", - "type": "stop" - }, - { - "id": "1471", - "type": "stop" - }, - { - "id": "1472", - "type": "stop" - }, - { - "id": "1473", - "type": "stop" - }, - { - "id": "1474", - "type": "stop" - }, - { - "id": "1475", - "type": "stop" - }, - { - "id": "1478", - "type": "stop" - }, - { - "id": "1479", - "type": "stop" - }, - { - "id": "1480", - "type": "stop" - }, - { - "id": "1481", - "type": "stop" - }, - { - "id": "11482", + "id": "892", "type": "stop" }, { - "id": "14831", + "id": "4510", "type": "stop" }, { - "id": "1484", + "id": "9070074", "type": "stop" }, { - "id": "1485", + "id": "9070071", "type": "stop" }, { - "id": "1486", + "id": "102", "type": "stop" }, { - "id": "1487", + "id": "110", "type": "stop" - }, + } + ] + } + }, + "type": "trip" + }, + { + "attributes": { + "direction_id": 1, + "headsign": "Maverick" + }, + "id": "67202351", + "links": { + "self": "/trips/67202351" + }, + "relationships": { + "route": { + "data": { + "id": "121", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "121-_-1", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "WinterWeekday", + "type": "service" + } + }, + "shape": { + "data": { + "id": "1210048", + "type": "shape" + } + }, + "stops": { + "data": [ { - "id": "1488", + "id": "5666", "type": "stop" }, { - "id": "1489", + "id": "5848", "type": "stop" }, { - "id": "1491", + "id": "5849", "type": "stop" }, { - "id": "64000", + "id": "5450", "type": "stop" }, { - "id": "1", + "id": "5898", "type": "stop" }, { - "id": "2", + "id": "5899", "type": "stop" }, { - "id": "4", + "id": "5900", "type": "stop" }, { - "id": "5", + "id": "5901", "type": "stop" }, { - "id": "1787", + "id": "5902", "type": "stop" }, { - "id": "1788", + "id": "5736", "type": "stop" }, { - "id": "5093", + "id": "5737", "type": "stop" }, { - "id": "15094", + "id": "5740", "type": "stop" - }, + } + ] + } + }, + "type": "trip" + }, + { + "attributes": { + "direction_id": 0, + "headsign": "Worcester" + }, + "id": "BaseWML-701965-505", + "links": { + "self": "/trips/BaseWML-701965-505" + }, + "relationships": { + "route": { + "data": { + "id": "CR-Worcester", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "CR-Worcester-a512d591-0", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "FALL 2024-SOUTHWKD-Weekday-42-Sb0e4ed14", + "type": "service" + } + }, + "shape": { + "data": { + "id": "9850002", + "type": "shape" + } + }, + "stops": { + "data": [ { - "id": "5094", + "id": "NEC-2287", "type": "stop" }, { - "id": "5095", + "id": "WML-0012-07", "type": "stop" }, { - "id": "15095", + "id": "WML-0025-07", "type": "stop" }, { - "id": "6565", + "id": "WML-0035-01", "type": "stop" }, { - "id": "6537", + "id": "WML-0147-01", "type": "stop" }, { - "id": "16538", + "id": "WML-0214-01", "type": "stop" }, { - "id": "16539", + "id": "WML-0252-01", "type": "stop" }, { - "id": "11891", + "id": "WML-0274-01", "type": "stop" }, { - "id": "190", + "id": "WML-0340-01", "type": "stop" }, { - "id": "191", + "id": "WML-0364-01", "type": "stop" }, { - "id": "117", + "id": "WML-0442-CS", "type": "stop" } ] @@ -301687,38 +302774,35 @@ }, { "attributes": {}, - "id": "2398", + "id": "9070214", "links": { - "self": "/stops/2398" + "self": "/stops/9070214" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2398" + "related": "/facilities/?filter[stop]=9070214" } }, "parent_station": { "data": null }, "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } + "data": null } }, "type": "stop" }, { "attributes": {}, - "id": "8633", + "id": "4892", "links": { - "self": "/stops/8633" + "self": "/stops/4892" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8633" + "related": "/facilities/?filter[stop]=4892" } }, "parent_station": { @@ -301735,14 +302819,14 @@ }, { "attributes": {}, - "id": "8866", + "id": "1174", "links": { - "self": "/stops/8866" + "self": "/stops/1174" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8866" + "related": "/facilities/?filter[stop]=1174" } }, "parent_station": { @@ -301759,14 +302843,14 @@ }, { "attributes": {}, - "id": "5815", + "id": "2670", "links": { - "self": "/stops/5815" + "self": "/stops/2670" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5815" + "related": "/facilities/?filter[stop]=2670" } }, "parent_station": { @@ -301783,14 +302867,14 @@ }, { "attributes": {}, - "id": "6843", + "id": "1074", "links": { - "self": "/stops/6843" + "self": "/stops/1074" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6843" + "related": "/facilities/?filter[stop]=1074" } }, "parent_station": { @@ -301807,183 +302891,203 @@ }, { "attributes": { - "direction_id": 1, - "headsign": "South Station" + "color": "FFC72C", + "direction_destinations": [ + "Oaklandvale", + "Haymarket Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Oaklandvale - Haymarket Station", + "short_name": "428", + "sort_order": 54280, + "text_color": "000000", + "type": 3 }, - "id": "canonical-CR-Middleborough-C1-1", + "id": "428", "links": { - "self": "/trips/canonical-CR-Middleborough-C1-1" + "self": "/routes/428" }, "relationships": { - "route": { + "agency": { "data": { - "id": "CR-Middleborough", - "type": "route" + "id": "1", + "type": "agency" } }, - "route_pattern": { + "line": { "data": { - "id": "CR-Middleborough-75bed2bb-1", - "type": "route_pattern" + "id": "line-426428", + "type": "line" + } + } + }, + "type": "route" + }, + { + "attributes": {}, + "id": "6628", + "links": { + "self": "/stops/6628" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=6628" } }, - "service": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "canonical", - "type": "service" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "5459", + "links": { + "self": "/stops/5459" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=5459" } }, - "shape": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "canonical-9800001", - "type": "shape" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "1469", + "links": { + "self": "/stops/1469" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=1469" } }, - "stops": { - "data": [ - { - "id": "MM-0356-S", - "type": "stop" - }, - { - "id": "MM-0277-S", - "type": "stop" - }, - { - "id": "MM-0219-S", - "type": "stop" - }, - { - "id": "MM-0200-CS", - "type": "stop" - }, - { - "id": "MM-0186-CS", - "type": "stop" - }, - { - "id": "MM-0150-S", - "type": "stop" - }, - { - "id": "MM-0109-S", - "type": "stop" - }, - { - "id": "MM-0079-S", - "type": "stop" - }, - { - "id": "MM-0023-S", - "type": "stop" - }, - { - "id": "NEC-2287", - "type": "stop" - } - ] + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } } }, - "type": "trip" + "type": "stop" }, { "attributes": { - "direction_id": 0, - "headsign": "Sullivan" + "direction_id": 1, + "headsign": "Kenmore (Shuttle)" }, - "id": "61870494", + "id": "BostonCollegeKenmore-1-sample", "links": { - "self": "/trips/61870494" + "self": "/trips/BostonCollegeKenmore-1-sample" }, "relationships": { "route": { "data": { - "id": "93", + "id": "Shuttle-BostonCollegeKenmore", "type": "route" } }, "route_pattern": { "data": { - "id": "93-_-0", + "id": "Shuttle-BostonCollegeKenmore-0-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "canonical", "type": "service" } }, "shape": { "data": { - "id": "930162", + "id": "BostonCollegeToKenmore-S", "type": "shape" } }, "stops": { "data": [ { - "id": "117", - "type": "stop" - }, - { - "id": "2832", - "type": "stop" - }, - { - "id": "12836", + "id": "9070107", "type": "stop" }, { - "id": "12858", + "id": "9070110", "type": "stop" }, { - "id": "12838", + "id": "9070112", "type": "stop" }, { - "id": "2860", + "id": "9070114", "type": "stop" }, { - "id": "2861", + "id": "9070116", "type": "stop" }, { - "id": "2862", + "id": "9170120", "type": "stop" }, { - "id": "2863", + "id": "9070128", "type": "stop" }, { - "id": "2864", + "id": "9070130", "type": "stop" }, { - "id": "2865", + "id": "933", "type": "stop" }, { - "id": "2866", + "id": "934", "type": "stop" }, { - "id": "12866", + "id": "938", "type": "stop" }, { - "id": "2867", + "id": "939", "type": "stop" }, { - "id": "2841", + "id": "941", "type": "stop" }, { - "id": "29001", + "id": "9070150", "type": "stop" } ] @@ -301993,14 +303097,14 @@ }, { "attributes": {}, - "id": "14551", + "id": "343", "links": { - "self": "/stops/14551" + "self": "/stops/343" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=14551" + "related": "/facilities/?filter[stop]=343" } }, "parent_station": { @@ -302017,14 +303121,41 @@ }, { "attributes": {}, - "id": "45416", + "id": "70001", "links": { - "self": "/stops/45416" + "self": "/stops/70001" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=45416" + "related": "/facilities/?filter[stop]=70001" + } + }, + "parent_station": { + "data": { + "id": "place-forhl", + "type": "stop" + } + }, + "zone": { + "data": { + "id": "RapidTransit", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "26131", + "links": { + "self": "/stops/26131" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=26131" } }, "parent_station": { @@ -302041,14 +303172,14 @@ }, { "attributes": {}, - "id": "937", + "id": "9096", "links": { - "self": "/stops/937" + "self": "/stops/9096" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=937" + "related": "/facilities/?filter[stop]=9096" } }, "parent_station": { @@ -302065,35 +303196,38 @@ }, { "attributes": {}, - "id": "9070220", + "id": "3106", "links": { - "self": "/stops/9070220" + "self": "/stops/3106" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9070220" + "related": "/facilities/?filter[stop]=3106" } }, "parent_station": { "data": null }, "zone": { - "data": null + "data": { + "id": "LocalBus", + "type": "zone" + } } }, "type": "stop" }, { "attributes": {}, - "id": "5648", + "id": "1206", "links": { - "self": "/stops/5648" + "self": "/stops/1206" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5648" + "related": "/facilities/?filter[stop]=1206" } }, "parent_station": { @@ -302110,14 +303244,14 @@ }, { "attributes": {}, - "id": "109886", + "id": "1639", "links": { - "self": "/stops/109886" + "self": "/stops/1639" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=109886" + "related": "/facilities/?filter[stop]=1639" } }, "parent_station": { @@ -302134,14 +303268,14 @@ }, { "attributes": {}, - "id": "30619", + "id": "3569", "links": { - "self": "/stops/30619" + "self": "/stops/3569" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=30619" + "related": "/facilities/?filter[stop]=3569" } }, "parent_station": { @@ -302158,25 +303292,46 @@ }, { "attributes": {}, - "id": "70510", + "id": "9287", "links": { - "self": "/stops/70510" + "self": "/stops/9287" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70510" + "related": "/facilities/?filter[stop]=9287" } }, "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "place-balsq", - "type": "stop" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "3117", + "links": { + "self": "/stops/3117" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=3117" } }, + "parent_station": { + "data": null + }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } @@ -302185,14 +303340,14 @@ }, { "attributes": {}, - "id": "81446", + "id": "3996", "links": { - "self": "/stops/81446" + "self": "/stops/3996" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=81446" + "related": "/facilities/?filter[stop]=3996" } }, "parent_station": { @@ -302209,14 +303364,14 @@ }, { "attributes": {}, - "id": "4891", + "id": "3214", "links": { - "self": "/stops/4891" + "self": "/stops/3214" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4891" + "related": "/facilities/?filter[stop]=3214" } }, "parent_station": { @@ -302234,217 +303389,207 @@ { "attributes": { "direction_id": 1, - "headsign": "Neptune Towers via Central Square" + "headsign": "Reservoir (Shuttle)" }, - "id": "63325177", + "id": "NewtonHighlandsReservoir-1-sample", "links": { - "self": "/trips/63325177" + "self": "/trips/NewtonHighlandsReservoir-1-sample" }, "relationships": { "route": { "data": { - "id": "435", + "id": "Shuttle-NewtonHighlandsReservoir", "type": "route" } }, "route_pattern": { "data": { - "id": "435-6-1", + "id": "Shuttle-NewtonHighlandsReservoir-0-1", "type": "route_pattern" } }, "service": { "data": { - "id": "BUS32024-hbl34j47-Sunday-02", + "id": "canonical", "type": "service" } }, "shape": { "data": { - "id": "4350229", + "id": "NewtonHighlandsToReservoir-S", "type": "shape" } }, "stops": { "data": [ { - "id": "7270", - "type": "stop" - }, - { - "id": "4597", - "type": "stop" - }, - { - "id": "4561", - "type": "stop" - }, - { - "id": "4581", - "type": "stop" - }, - { - "id": "4582", - "type": "stop" - }, - { - "id": "7269", - "type": "stop" - }, - { - "id": "4933", - "type": "stop" - }, - { - "id": "4934", - "type": "stop" - }, - { - "id": "4935", - "type": "stop" - }, - { - "id": "4936", - "type": "stop" - }, - { - "id": "14936", - "type": "stop" - }, - { - "id": "4937", - "type": "stop" - }, - { - "id": "14937", - "type": "stop" - }, - { - "id": "4938", - "type": "stop" - }, - { - "id": "4939", - "type": "stop" - }, - { - "id": "4940", - "type": "stop" - }, - { - "id": "4941", - "type": "stop" - }, - { - "id": "4942", - "type": "stop" - }, - { - "id": "4943", - "type": "stop" - }, - { - "id": "4945", - "type": "stop" - }, - { - "id": "7199", - "type": "stop" - }, - { - "id": "7200", - "type": "stop" - }, - { - "id": "7201", - "type": "stop" - }, - { - "id": "7202", - "type": "stop" - }, - { - "id": "7263", - "type": "stop" - }, - { - "id": "7205", - "type": "stop" - }, - { - "id": "7206", - "type": "stop" - }, - { - "id": "7208", - "type": "stop" - }, - { - "id": "7210", - "type": "stop" - }, - { - "id": "7211", + "id": "9170169", "type": "stop" }, { - "id": "7212", + "id": "9070170", "type": "stop" }, { - "id": "7213", + "id": "1984", "type": "stop" }, { - "id": "7253", + "id": "21917", "type": "stop" - }, + } + ] + } + }, + "type": "trip" + }, + { + "attributes": {}, + "id": "50944", + "links": { + "self": "/stops/50944" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=50944" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": { + "direction_id": 1, + "headsign": "Broadway (Shuttle)" + }, + "id": "BroadwayJFKAshmontPlatform-1-sample", + "links": { + "self": "/trips/BroadwayJFKAshmontPlatform-1-sample" + }, + "relationships": { + "route": { + "data": { + "id": "Shuttle-BroadwayJFK", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "Shuttle-BroadwayJFK-0-1", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "canonical", + "type": "service" + } + }, + "shape": { + "data": { + "id": "JFKToBroadway-S", + "type": "shape" + } + }, + "stops": { + "data": [ { - "id": "7254", + "id": "121", "type": "stop" }, { - "id": "7255", + "id": "13", "type": "stop" }, { - "id": "17255", + "id": "150", "type": "stop" - }, + } + ] + } + }, + "type": "trip" + }, + { + "attributes": { + "direction_id": 0, + "headsign": "ForestHills (Shuttle)" + }, + "id": "CopleyForestHills-Weekday-9e586-0-00:00:00", + "links": { + "self": "/trips/CopleyForestHills-Weekday-9e586-0-00%3A00%3A00" + }, + "relationships": { + "route": { + "data": { + "id": "Shuttle-CopleyForestHills", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "Shuttle-CopleyForestHills-0-0", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "canonical", + "type": "service" + } + }, + "shape": { + "data": { + "id": "CopleyToForestHills-S", + "type": "shape" + } + }, + "stops": { + "data": [ { - "id": "7289", + "id": "9070154", "type": "stop" }, { - "id": "6767", + "id": "9170014", "type": "stop" }, { - "id": "6769", + "id": "9070012", "type": "stop" }, { - "id": "6771", + "id": "9070010", "type": "stop" }, { - "id": "6772", + "id": "1258", "type": "stop" }, { - "id": "16653", + "id": "9070007", "type": "stop" }, { - "id": "94321", + "id": "9070004", "type": "stop" }, { - "id": "94325", + "id": "9070002", "type": "stop" }, { - "id": "94320", + "id": "875", "type": "stop" } ] @@ -302452,47 +303597,16 @@ }, "type": "trip" }, - { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Ashmont Station", - "Norfolk Street Loop" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Ashmont Station - Norfolk Street Loop", - "short_name": "26", - "sort_order": 50260, - "text_color": "000000", - "type": 3 - }, - "id": "26", - "links": { - "self": "/routes/26" - }, - "relationships": { - "line": { - "data": { - "id": "line-26", - "type": "line" - } - } - }, - "type": "route" - }, { "attributes": {}, - "id": "7114", + "id": "1375", "links": { - "self": "/stops/7114" + "self": "/stops/1375" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7114" + "related": "/facilities/?filter[stop]=1375" } }, "parent_station": { @@ -302508,48 +303622,77 @@ "type": "stop" }, { - "attributes": {}, - "id": "114", + "attributes": { + "direction_id": 1, + "headsign": "Beverly (Express shuttle)" + }, + "id": "BeverlyRockportExpress-1-sample", "links": { - "self": "/stops/114" + "self": "/trips/BeverlyRockportExpress-1-sample" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=114" + "route": { + "data": { + "id": "Shuttle-BeverlyRockportExpress", + "type": "route" } }, - "parent_station": { - "data": null + "route_pattern": { + "data": { + "id": "Shuttle-BeverlyRockportExpress-0-1", + "type": "route_pattern" + } }, - "zone": { + "service": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "canonical", + "type": "service" + } + }, + "shape": { + "data": { + "id": "RockportToBeverlyExpress-S", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "GB-0353-B", + "type": "stop" + }, + { + "id": "GB-0316-B1", + "type": "stop" + }, + { + "id": "ER-0183-B", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": { - "direction_id": 1, - "headsign": "Park Street (Shuttle)" + "direction_id": 0, + "headsign": "Rockport (Local shuttle)" }, - "id": "JFKParkStreetViaPostOffice-Weekday-1d548-1-00:00:00", + "id": "RockportSalemForBeverly-0-sample", "links": { - "self": "/trips/JFKParkStreetViaPostOffice-Weekday-1d548-1-00%3A00%3A00" + "self": "/trips/RockportSalemForBeverly-0-sample" }, "relationships": { "route": { "data": { - "id": "Shuttle-JFKParkStreetViaPostOffice", + "id": "Shuttle-RockportSalemLocal", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-JFKParkStreetViaPostOffice-0-1", + "id": "Shuttle-RockportSalemLocal-0-0", "type": "route_pattern" } }, @@ -302561,34 +303704,42 @@ }, "shape": { "data": { - "id": "JFKToParkStreetViaPostOffice-S", + "id": "SalemToRockportLocal-S", "type": "shape" } }, "stops": { "data": [ { - "id": "121", + "id": "ER-0168-B", "type": "stop" }, { - "id": "13", + "id": "ER-0183-B", "type": "stop" }, { - "id": "150", + "id": "GB-0198-B2", "type": "stop" }, { - "id": "892", + "id": "GB-0229-B0", "type": "stop" }, { - "id": "9070080", + "id": "GB-0254-B2", "type": "stop" }, { - "id": "10000", + "id": "GB-0296-B0", + "type": "stop" + }, + { + "id": "GB-0316-B0", + "type": "stop" + }, + { + "id": "GB-0353-B", "type": "stop" } ] @@ -302598,14 +303749,38 @@ }, { "attributes": {}, - "id": "33619", + "id": "17091", "links": { - "self": "/stops/33619" + "self": "/stops/17091" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=33619" + "related": "/facilities/?filter[stop]=17091" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "SL1-Logan", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "5377", + "links": { + "self": "/stops/5377" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=5377" } }, "parent_station": { @@ -302622,14 +303797,41 @@ }, { "attributes": {}, - "id": "6157", + "id": "70010", "links": { - "self": "/stops/6157" + "self": "/stops/70010" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6157" + "related": "/facilities/?filter[stop]=70010" + } + }, + "parent_station": { + "data": { + "id": "place-rugg", + "type": "stop" + } + }, + "zone": { + "data": { + "id": "RapidTransit", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "7230", + "links": { + "self": "/stops/7230" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=7230" } }, "parent_station": { @@ -302646,14 +303848,14 @@ }, { "attributes": {}, - "id": "5689", + "id": "787", "links": { - "self": "/stops/5689" + "self": "/stops/787" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5689" + "related": "/facilities/?filter[stop]=787" } }, "parent_station": { @@ -302670,38 +303872,89 @@ }, { "attributes": {}, - "id": "FR-0064-B0", + "id": "4739", "links": { - "self": "/stops/FR-0064-B0" + "self": "/stops/4739" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=FR-0064-B0" + "related": "/facilities/?filter[stop]=4739" } }, "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "place-FR-0064", + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "70127", + "links": { + "self": "/stops/70127" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=70127" + } + }, + "parent_station": { + "data": { + "id": "place-alsgr", "type": "stop" } }, "zone": { + "data": { + "id": "RapidTransit", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "16498", + "links": { + "self": "/stops/16498" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=16498" + } + }, + "parent_station": { "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } } }, "type": "stop" }, { "attributes": {}, - "id": "11812", + "id": "7429", "links": { - "self": "/stops/11812" + "self": "/stops/7429" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=11812" + "related": "/facilities/?filter[stop]=7429" } }, "parent_station": { @@ -302718,14 +303971,14 @@ }, { "attributes": {}, - "id": "2338", + "id": "1888", "links": { - "self": "/stops/2338" + "self": "/stops/1888" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2338" + "related": "/facilities/?filter[stop]=1888" } }, "parent_station": { @@ -302742,14 +303995,38 @@ }, { "attributes": {}, - "id": "3167", + "id": "9083", "links": { - "self": "/stops/3167" + "self": "/stops/9083" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3167" + "related": "/facilities/?filter[stop]=9083" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "13824", + "links": { + "self": "/stops/13824" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=13824" } }, "parent_station": { @@ -302767,225 +304044,229 @@ { "attributes": { "direction_id": 0, - "headsign": "Burlington (Express) via Woburn" + "headsign": "Liberty Tree Mall via North Shore Mall" }, - "id": "61869220", + "id": "67223371", "links": { - "self": "/trips/61869220" + "self": "/trips/67223371" }, "relationships": { "route": { "data": { - "id": "354", + "id": "435", "type": "route" } }, "route_pattern": { "data": { - "id": "354-4-0", + "id": "435-6-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterSunday", "type": "service" } }, "shape": { "data": { - "id": "3540145", + "id": "4350252", "type": "shape" } }, "stops": { "data": [ { - "id": "65", + "id": "94320", "type": "stop" }, { - "id": "4510", + "id": "94323", "type": "stop" }, { - "id": "4511", + "id": "6773", "type": "stop" }, { - "id": "45003", + "id": "14748", "type": "stop" }, { - "id": "49901", + "id": "7240", "type": "stop" }, { - "id": "50902", + "id": "7242", "type": "stop" }, { - "id": "49903", + "id": "7245", "type": "stop" }, { - "id": "49904", + "id": "7288", "type": "stop" }, { - "id": "49906", + "id": "17288", "type": "stop" }, { - "id": "49907", + "id": "7296", "type": "stop" }, { - "id": "49910", + "id": "7297", "type": "stop" }, { - "id": "49911", + "id": "7298", "type": "stop" }, { - "id": "49913", + "id": "7299", "type": "stop" }, { - "id": "49914", + "id": "6854", "type": "stop" }, { - "id": "49915", + "id": "66854", "type": "stop" }, { - "id": "49916", + "id": "6855", "type": "stop" }, { - "id": "50916", + "id": "6857", "type": "stop" }, { - "id": "49917", + "id": "6859", "type": "stop" }, { - "id": "49918", + "id": "6860", "type": "stop" }, { - "id": "49919", + "id": "6861", "type": "stop" }, { - "id": "49920", + "id": "6862", "type": "stop" }, { - "id": "49924", + "id": "6863", "type": "stop" }, { - "id": "49818", + "id": "16683", "type": "stop" }, { - "id": "49926", + "id": "7265", "type": "stop" }, { - "id": "49927", + "id": "7266", "type": "stop" }, { - "id": "1684", + "id": "7267", "type": "stop" }, { - "id": "1686", + "id": "7268", "type": "stop" }, { - "id": "41686", + "id": "4919", "type": "stop" }, { - "id": "1687", + "id": "4920", "type": "stop" }, { - "id": "1688", + "id": "4921", "type": "stop" }, { - "id": "16881", + "id": "4922", "type": "stop" }, { - "id": "1689", + "id": "4923", "type": "stop" }, { - "id": "1690", + "id": "4924", "type": "stop" }, { - "id": "1691", + "id": "4925", "type": "stop" }, { - "id": "1692", + "id": "14925", "type": "stop" }, { - "id": "41692", + "id": "4926", "type": "stop" }, { - "id": "41693", + "id": "4927", "type": "stop" }, { - "id": "1693", + "id": "4928", "type": "stop" }, { - "id": "1694", + "id": "4929", "type": "stop" }, { - "id": "1695", + "id": "4930", "type": "stop" }, { - "id": "1696", + "id": "4931", "type": "stop" }, { - "id": "1697", + "id": "4932", "type": "stop" }, { - "id": "16971", + "id": "7269", "type": "stop" }, { - "id": "1698", + "id": "45821", "type": "stop" }, { - "id": "1699", + "id": "4583", "type": "stop" }, { - "id": "6900", + "id": "4596", "type": "stop" }, { - "id": "6902", + "id": "4615", + "type": "stop" + }, + { + "id": "7270", "type": "stop" } ] @@ -302993,160 +304274,270 @@ }, "type": "trip" }, + { + "attributes": {}, + "id": "85231", + "links": { + "self": "/stops/85231" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=85231" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "9070150", + "links": { + "self": "/stops/9070150" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=9070150" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, { "attributes": { - "direction_id": 0, - "headsign": "VA Hospital" + "direction_id": 1, + "headsign": "Alewife (Shuttle)" }, - "id": "62144854", + "id": "AlewifeDavis-1-sample", "links": { - "self": "/trips/62144854" + "self": "/trips/AlewifeDavis-1-sample" }, "relationships": { "route": { "data": { - "id": "36", + "id": "Shuttle-AlewifeDavis", "type": "route" } }, "route_pattern": { "data": { - "id": "36-8-0", + "id": "Shuttle-AlewifeDavis-0-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "canonical", "type": "service" } }, "shape": { "data": { - "id": "360361", + "id": "DavisToAlewife-S", "type": "shape" } }, "stops": { "data": [ { - "id": "10642", - "type": "stop" - }, - { - "id": "596", - "type": "stop" - }, - { - "id": "597", - "type": "stop" - }, - { - "id": "598", - "type": "stop" - }, - { - "id": "599", - "type": "stop" - }, - { - "id": "600", - "type": "stop" - }, - { - "id": "601", + "id": "5104", "type": "stop" }, { - "id": "602", + "id": "141", "type": "stop" - }, + } + ] + } + }, + "type": "trip" + }, + { + "attributes": {}, + "id": "6125", + "links": { + "self": "/stops/6125" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=6125" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "350", + "links": { + "self": "/stops/350" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=350" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": { + "direction_id": 1, + "headsign": "Ruggles via Kenmore" + }, + "id": "66645839_1", + "links": { + "self": "/trips/66645839_1" + }, + "relationships": { + "route": { + "data": { + "id": "57", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "57-A-1", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "WinterWeekday", + "type": "service" + } + }, + "shape": { + "data": { + "id": "570269-1", + "type": "shape" + } + }, + "stops": { + "data": [ { - "id": "797", + "id": "913", "type": "stop" }, { - "id": "798", + "id": "915", "type": "stop" }, { - "id": "799", + "id": "916", "type": "stop" }, { - "id": "800", + "id": "917", "type": "stop" }, { - "id": "801", + "id": "918", "type": "stop" }, { - "id": "802", + "id": "919", "type": "stop" }, { - "id": "803", + "id": "920", "type": "stop" }, { - "id": "804", + "id": "19201", "type": "stop" }, { - "id": "805", + "id": "922", "type": "stop" }, { - "id": "806", + "id": "924", "type": "stop" }, { - "id": "807", + "id": "925", "type": "stop" }, { - "id": "808", + "id": "926", "type": "stop" }, { - "id": "810", + "id": "927", "type": "stop" }, { - "id": "821", + "id": "928", "type": "stop" }, { - "id": "812", + "id": "931", "type": "stop" }, { - "id": "11812", + "id": "933", "type": "stop" }, { - "id": "813", + "id": "934", "type": "stop" }, { - "id": "814", + "id": "937", "type": "stop" }, { - "id": "815", + "id": "938", "type": "stop" }, { - "id": "816", + "id": "939", "type": "stop" }, { - "id": "817", + "id": "941", "type": "stop" }, { - "id": "10820", + "id": "899", "type": "stop" } ] @@ -303156,62 +304547,14 @@ }, { "attributes": {}, - "id": "2477", - "links": { - "self": "/stops/2477" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=2477" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "5861", - "links": { - "self": "/stops/5861" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=5861" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "5656", + "id": "8319", "links": { - "self": "/stops/5656" + "self": "/stops/8319" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5656" + "related": "/facilities/?filter[stop]=8319" } }, "parent_station": { @@ -303228,62 +304571,35 @@ }, { "attributes": {}, - "id": "7564", + "id": "9070022", "links": { - "self": "/stops/7564" + "self": "/stops/9070022" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7564" + "related": "/facilities/?filter[stop]=9070022" } }, "parent_station": { "data": null }, "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "1574", - "links": { - "self": "/stops/1574" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=1574" - } - }, - "parent_station": { "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } } }, "type": "stop" }, { "attributes": {}, - "id": "7650", + "id": "1555", "links": { - "self": "/stops/7650" + "self": "/stops/1555" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7650" + "related": "/facilities/?filter[stop]=1555" } }, "parent_station": { @@ -303300,14 +304616,14 @@ }, { "attributes": {}, - "id": "5425", + "id": "5451", "links": { - "self": "/stops/5425" + "self": "/stops/5451" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5425" + "related": "/facilities/?filter[stop]=5451" } }, "parent_station": { @@ -303324,14 +304640,14 @@ }, { "attributes": {}, - "id": "3634", + "id": "8511", "links": { - "self": "/stops/3634" + "self": "/stops/8511" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3634" + "related": "/facilities/?filter[stop]=8511" } }, "parent_station": { @@ -303348,46 +304664,25 @@ }, { "attributes": {}, - "id": "439", + "id": "70223", "links": { - "self": "/stops/439" + "self": "/stops/70223" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=439" + "related": "/facilities/?filter[stop]=70223" } }, "parent_station": { - "data": null - }, - "zone": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "17100", - "links": { - "self": "/stops/17100" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=17100" + "id": "place-sumav", + "type": "stop" } }, - "parent_station": { - "data": null - }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -303396,14 +304691,14 @@ }, { "attributes": {}, - "id": "66434", + "id": "82132", "links": { - "self": "/stops/66434" + "self": "/stops/82132" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=66434" + "related": "/facilities/?filter[stop]=82132" } }, "parent_station": { @@ -303420,14 +304715,14 @@ }, { "attributes": {}, - "id": "6362", + "id": "1753", "links": { - "self": "/stops/6362" + "self": "/stops/1753" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6362" + "related": "/facilities/?filter[stop]=1753" } }, "parent_station": { @@ -303444,14 +304739,14 @@ }, { "attributes": {}, - "id": "480", + "id": "7848", "links": { - "self": "/stops/480" + "self": "/stops/7848" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=480" + "related": "/facilities/?filter[stop]=7848" } }, "parent_station": { @@ -303468,14 +304763,14 @@ }, { "attributes": {}, - "id": "1673", + "id": "15", "links": { - "self": "/stops/1673" + "self": "/stops/15" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1673" + "related": "/facilities/?filter[stop]=15" } }, "parent_station": { @@ -303493,121 +304788,101 @@ { "attributes": { "direction_id": 0, - "headsign": "City Point" + "headsign": "Foxboro" }, - "id": "61391971_2", + "id": "SouthWKDYF24-697779-741", "links": { - "self": "/trips/61391971_2" + "self": "/trips/SouthWKDYF24-697779-741" }, "relationships": { "route": { "data": { - "id": "10", + "id": "CR-Franklin", "type": "route" } }, "route_pattern": { "data": { - "id": "10-E-0", + "id": "CR-Franklin-35c1126a-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "FALL 2024-SOUTHWKD-Weekday-1-S85407dc6", "type": "service" } }, "shape": { "data": { - "id": "160331-2", + "id": "SouthStationToFoxboroViaFairmount", "type": "shape" } }, "stops": { "data": [ { - "id": "13", - "type": "stop" - }, - { - "id": "14", - "type": "stop" - }, - { - "id": "15", - "type": "stop" - }, - { - "id": "16", - "type": "stop" - }, - { - "id": "17", - "type": "stop" - }, - { - "id": "18", + "id": "NEC-2287", "type": "stop" }, { - "id": "19", + "id": "DB-2265-01", "type": "stop" }, { - "id": "20", + "id": "DB-2258-01", "type": "stop" }, { - "id": "21", + "id": "DB-2249-01", "type": "stop" }, { - "id": "22", + "id": "DB-2240-01", "type": "stop" }, { - "id": "23", + "id": "DB-2230-01", "type": "stop" }, { - "id": "24", + "id": "DB-2222-01", "type": "stop" }, { - "id": "25", + "id": "DB-2205-01", "type": "stop" }, { - "id": "27", + "id": "FB-0095-04", "type": "stop" }, { - "id": "28", + "id": "FB-0109-01", "type": "stop" }, { - "id": "29", + "id": "FB-0118-01", "type": "stop" }, { - "id": "30", + "id": "FB-0125-01", "type": "stop" }, { - "id": "32", + "id": "FB-0143-01", "type": "stop" }, { - "id": "10031", + "id": "FB-0148-01", "type": "stop" }, { - "id": "10032", + "id": "FB-0166-S", "type": "stop" }, { - "id": "33", + "id": "FS-0049-S", "type": "stop" } ] @@ -303617,14 +304892,14 @@ }, { "attributes": {}, - "id": "2371", + "id": "6616", "links": { - "self": "/stops/2371" + "self": "/stops/6616" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2371" + "related": "/facilities/?filter[stop]=6616" } }, "parent_station": { @@ -303641,14 +304916,14 @@ }, { "attributes": {}, - "id": "256", + "id": "1156", "links": { - "self": "/stops/256" + "self": "/stops/1156" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=256" + "related": "/facilities/?filter[stop]=1156" } }, "parent_station": { @@ -303665,14 +304940,14 @@ }, { "attributes": {}, - "id": "3493", + "id": "2513", "links": { - "self": "/stops/3493" + "self": "/stops/2513" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3493" + "related": "/facilities/?filter[stop]=2513" } }, "parent_station": { @@ -303689,14 +304964,14 @@ }, { "attributes": {}, - "id": "9300", + "id": "49943", "links": { - "self": "/stops/9300" + "self": "/stops/49943" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9300" + "related": "/facilities/?filter[stop]=49943" } }, "parent_station": { @@ -303713,14 +304988,139 @@ }, { "attributes": {}, - "id": "3555", + "id": "135", "links": { - "self": "/stops/3555" + "self": "/stops/135" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=135" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "13816", + "links": { + "self": "/stops/13816" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=13816" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": { + "direction_id": 0, + "headsign": "Woodland via Riverside (Express shuttle)" + }, + "id": "CopleyWoodlandViaRiversideExpressCR-0-sample", + "links": { + "self": "/trips/CopleyWoodlandViaRiversideExpressCR-0-sample" + }, + "relationships": { + "route": { + "data": { + "id": "Shuttle-CopleyWoodlandLimited", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "Shuttle-CopleyWoodlandLimited-0-0", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "canonical", + "type": "service" + } + }, + "shape": { + "data": { + "id": "CopleyToWoodlandViaRiversideLimited-S", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "178", + "type": "stop" + }, + { + "id": "38155", + "type": "stop" + }, + { + "id": "9070162", + "type": "stop" + } + ] + } + }, + "type": "trip" + }, + { + "attributes": {}, + "id": "2251", + "links": { + "self": "/stops/2251" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=2251" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "6376", + "links": { + "self": "/stops/6376" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3555" + "related": "/facilities/?filter[stop]=6376" } }, "parent_station": { @@ -303737,14 +305137,14 @@ }, { "attributes": {}, - "id": "3387", + "id": "1789", "links": { - "self": "/stops/3387" + "self": "/stops/1789" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3387" + "related": "/facilities/?filter[stop]=1789" } }, "parent_station": { @@ -303761,28 +305161,107 @@ }, { "attributes": { - "color": "FFC72C", - "long_name": "Oak Square or Harvard - University Park or Kendall/MIT", - "short_name": "64/68", - "sort_order": 50640, - "text_color": "000000" + "direction_id": 0, + "headsign": "Foxboro" }, - "id": "line-6468", + "id": "SouthWKDYF24-697789-751", "links": { - "self": "/lines/line-6468" + "self": "/trips/SouthWKDYF24-697789-751" }, - "type": "line" + "relationships": { + "route": { + "data": { + "id": "CR-Franklin", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "CR-Franklin-1af2beab-0", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "FALL 2024-SOUTHWKD-Weekday-1-S85407dc6", + "type": "service" + } + }, + "shape": { + "data": { + "id": "SouthStationToFoxboroViaBackBay", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "NEC-2287", + "type": "stop" + }, + { + "id": "NEC-2276-01", + "type": "stop" + }, + { + "id": "NEC-2265-01", + "type": "stop" + }, + { + "id": "NEC-2237-03", + "type": "stop" + }, + { + "id": "NEC-2203-03", + "type": "stop" + }, + { + "id": "FB-0095-05", + "type": "stop" + }, + { + "id": "FB-0109-01", + "type": "stop" + }, + { + "id": "FB-0118-01", + "type": "stop" + }, + { + "id": "FB-0125-01", + "type": "stop" + }, + { + "id": "FB-0143-01", + "type": "stop" + }, + { + "id": "FB-0148-01", + "type": "stop" + }, + { + "id": "FB-0166-S", + "type": "stop" + }, + { + "id": "FS-0049-S", + "type": "stop" + } + ] + } + }, + "type": "trip" }, { "attributes": {}, - "id": "8257", + "id": "8691", "links": { - "self": "/stops/8257" + "self": "/stops/8691" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8257" + "related": "/facilities/?filter[stop]=8691" } }, "parent_station": { @@ -303799,14 +305278,14 @@ }, { "attributes": {}, - "id": "5089", + "id": "6733", "links": { - "self": "/stops/5089" + "self": "/stops/6733" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5089" + "related": "/facilities/?filter[stop]=6733" } }, "parent_station": { @@ -303821,16 +305300,53 @@ }, "type": "stop" }, + { + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "South Shore Plaza", + "Quincy Center Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "South Shore Plaza - Quincy Center Station", + "short_name": "236", + "sort_order": 52360, + "text_color": "000000", + "type": 3 + }, + "id": "236", + "links": { + "self": "/routes/236" + }, + "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, + "line": { + "data": { + "id": "line-236", + "type": "line" + } + } + }, + "type": "route" + }, { "attributes": {}, - "id": "3280", + "id": "4138", "links": { - "self": "/stops/3280" + "self": "/stops/4138" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3280" + "related": "/facilities/?filter[stop]=4138" } }, "parent_station": { @@ -303846,39 +305362,96 @@ "type": "stop" }, { - "attributes": {}, - "id": "142", + "attributes": { + "direction_id": 0, + "headsign": "Kingston" + }, + "id": "canonical-CR-Kingston-C1-0", "links": { - "self": "/stops/142" + "self": "/trips/canonical-CR-Kingston-C1-0" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=142" + "route": { + "data": { + "id": "CR-Kingston", + "type": "route" } }, - "parent_station": { - "data": null + "route_pattern": { + "data": { + "id": "CR-Kingston-5caee635-0", + "type": "route_pattern" + } }, - "zone": { + "service": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "canonical", + "type": "service" + } + }, + "shape": { + "data": { + "id": "canonical-9790002", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "NEC-2287", + "type": "stop" + }, + { + "id": "MM-0023-S", + "type": "stop" + }, + { + "id": "MM-0079-S", + "type": "stop" + }, + { + "id": "MM-0109-S", + "type": "stop" + }, + { + "id": "PB-0158-S", + "type": "stop" + }, + { + "id": "PB-0194-S", + "type": "stop" + }, + { + "id": "PB-0212-S", + "type": "stop" + }, + { + "id": "PB-0245-S", + "type": "stop" + }, + { + "id": "PB-0281-S", + "type": "stop" + }, + { + "id": "KB-0351-S", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "5442", + "id": "5498", "links": { - "self": "/stops/5442" + "self": "/stops/5498" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5442" + "related": "/facilities/?filter[stop]=5498" } }, "parent_station": { @@ -303894,39 +305467,212 @@ "type": "stop" }, { - "attributes": {}, - "id": "7133", + "attributes": { + "direction_id": 1, + "headsign": "Kenmore" + }, + "id": "66646466", "links": { - "self": "/stops/7133" + "self": "/trips/66646466" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=7133" + "route": { + "data": { + "id": "8", + "type": "route" } }, - "parent_station": { - "data": null + "route_pattern": { + "data": { + "id": "8-1-1", + "type": "route_pattern" + } }, - "zone": { + "service": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "WinterWeekday", + "type": "service" + } + }, + "shape": { + "data": { + "id": "080259", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "111", + "type": "stop" + }, + { + "id": "31111", + "type": "stop" + }, + { + "id": "41111", + "type": "stop" + }, + { + "id": "51111", + "type": "stop" + }, + { + "id": "121", + "type": "stop" + }, + { + "id": "122", + "type": "stop" + }, + { + "id": "123", + "type": "stop" + }, + { + "id": "124", + "type": "stop" + }, + { + "id": "125", + "type": "stop" + }, + { + "id": "127", + "type": "stop" + }, + { + "id": "128", + "type": "stop" + }, + { + "id": "9960", + "type": "stop" + }, + { + "id": "10", + "type": "stop" + }, + { + "id": "10014", + "type": "stop" + }, + { + "id": "10005", + "type": "stop" + }, + { + "id": "10015", + "type": "stop" + }, + { + "id": "1790", + "type": "stop" + }, + { + "id": "1791", + "type": "stop" + }, + { + "id": "11792", + "type": "stop" + }, + { + "id": "62", + "type": "stop" + }, + { + "id": "63", + "type": "stop" + }, + { + "id": "64", + "type": "stop" + }, + { + "id": "1", + "type": "stop" + }, + { + "id": "2", + "type": "stop" + }, + { + "id": "11", + "type": "stop" + }, + { + "id": "17863", + "type": "stop" + }, + { + "id": "1798", + "type": "stop" + }, + { + "id": "1799", + "type": "stop" + }, + { + "id": "11799", + "type": "stop" + }, + { + "id": "11802", + "type": "stop" + }, + { + "id": "11803", + "type": "stop" + }, + { + "id": "1804", + "type": "stop" + }, + { + "id": "1805", + "type": "stop" + }, + { + "id": "1806", + "type": "stop" + }, + { + "id": "9441", + "type": "stop" + }, + { + "id": "1562", + "type": "stop" + }, + { + "id": "1563", + "type": "stop" + }, + { + "id": "1564", + "type": "stop" + }, + { + "id": "899", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "7415", + "id": "3565", "links": { - "self": "/stops/7415" + "self": "/stops/3565" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7415" + "related": "/facilities/?filter[stop]=3565" } }, "parent_station": { @@ -303943,38 +305689,35 @@ }, { "attributes": {}, - "id": "3543", + "id": "9070508", "links": { - "self": "/stops/3543" + "self": "/stops/9070508" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3543" + "related": "/facilities/?filter[stop]=9070508" } }, "parent_station": { "data": null }, "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } + "data": null } }, "type": "stop" }, { "attributes": {}, - "id": "9049", + "id": "6472", "links": { - "self": "/stops/9049" + "self": "/stops/6472" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9049" + "related": "/facilities/?filter[stop]=6472" } }, "parent_station": { @@ -303991,14 +305734,14 @@ }, { "attributes": {}, - "id": "2734", + "id": "509", "links": { - "self": "/stops/2734" + "self": "/stops/509" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2734" + "related": "/facilities/?filter[stop]=509" } }, "parent_station": { @@ -304015,54 +305758,102 @@ }, { "attributes": { - "direction_id": 1, - "headsign": "South Station" + "direction_id": 0, + "headsign": "Sullivan" }, - "id": "canonical-CR-Foxboro-C1-1", + "id": "66957710", "links": { - "self": "/trips/canonical-CR-Foxboro-C1-1" + "self": "/trips/66957710" }, "relationships": { "route": { "data": { - "id": "CR-Foxboro", + "id": "93", "type": "route" } }, "route_pattern": { "data": { - "id": "CR-Foxboro-C1-1", + "id": "93-_-0", "type": "route_pattern" } }, "service": { "data": { - "id": "canonical", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "canonical-FoxboroToSouthStationViaBackBay", + "id": "930217", "type": "shape" } }, "stops": { "data": [ { - "id": "FS-0049-S", + "id": "117", "type": "stop" }, { - "id": "FB-0118-02", + "id": "2832", "type": "stop" }, { - "id": "NEC-2276", + "id": "12836", "type": "stop" }, { - "id": "NEC-2287", + "id": "12858", + "type": "stop" + }, + { + "id": "12838", + "type": "stop" + }, + { + "id": "2860", + "type": "stop" + }, + { + "id": "2861", + "type": "stop" + }, + { + "id": "2862", + "type": "stop" + }, + { + "id": "2863", + "type": "stop" + }, + { + "id": "2864", + "type": "stop" + }, + { + "id": "2865", + "type": "stop" + }, + { + "id": "2866", + "type": "stop" + }, + { + "id": "12866", + "type": "stop" + }, + { + "id": "2867", + "type": "stop" + }, + { + "id": "2841", + "type": "stop" + }, + { + "id": "29001", "type": "stop" } ] @@ -304071,39 +305862,108 @@ "type": "trip" }, { - "attributes": {}, - "id": "5295", + "attributes": { + "direction_id": 1, + "headsign": "Lechmere" + }, + "id": "67008228", "links": { - "self": "/stops/5295" + "self": "/trips/67008228" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=5295" + "route": { + "data": { + "id": "69", + "type": "route" } }, - "parent_station": { - "data": null + "route_pattern": { + "data": { + "id": "69-1-1", + "type": "route_pattern" + } }, - "zone": { + "service": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "WinterWeekday", + "type": "service" + } + }, + "shape": { + "data": { + "id": "690133", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "1401", + "type": "stop" + }, + { + "id": "1402", + "type": "stop" + }, + { + "id": "1403", + "type": "stop" + }, + { + "id": "14031", + "type": "stop" + }, + { + "id": "1404", + "type": "stop" + }, + { + "id": "1405", + "type": "stop" + }, + { + "id": "1406", + "type": "stop" + }, + { + "id": "11408", + "type": "stop" + }, + { + "id": "1409", + "type": "stop" + }, + { + "id": "11410", + "type": "stop" + }, + { + "id": "1411", + "type": "stop" + }, + { + "id": "1413", + "type": "stop" + }, + { + "id": "70500", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "9232", + "id": "2494", "links": { - "self": "/stops/9232" + "self": "/stops/2494" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9232" + "related": "/facilities/?filter[stop]=2494" } }, "parent_station": { @@ -304120,14 +305980,14 @@ }, { "attributes": {}, - "id": "3709", + "id": "3533", "links": { - "self": "/stops/3709" + "self": "/stops/3533" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3709" + "related": "/facilities/?filter[stop]=3533" } }, "parent_station": { @@ -304144,14 +306004,14 @@ }, { "attributes": {}, - "id": "8392", + "id": "7478", "links": { - "self": "/stops/8392" + "self": "/stops/7478" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8392" + "related": "/facilities/?filter[stop]=7478" } }, "parent_station": { @@ -304168,14 +306028,14 @@ }, { "attributes": {}, - "id": "7174", + "id": "517", "links": { - "self": "/stops/7174" + "self": "/stops/517" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7174" + "related": "/facilities/?filter[stop]=517" } }, "parent_station": { @@ -304191,239 +306051,234 @@ "type": "stop" }, { - "attributes": {}, - "id": "7251", - "links": { - "self": "/stops/7251" + "attributes": { + "color": "FFC72C", + "long_name": "Arlmont Village - Harvard", + "short_name": "78/84", + "sort_order": 50780, + "text_color": "000000" }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=7251" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } + "id": "line-7884", + "links": { + "self": "/lines/line-7884" }, - "type": "stop" + "type": "line" }, { "attributes": { "direction_id": 1, - "headsign": "Newton Corner" + "headsign": "Middlesex Ave & Second St" }, - "id": "61393875", + "id": "66960200", "links": { - "self": "/trips/61393875" + "self": "/trips/66960200" }, "relationships": { "route": { "data": { - "id": "553", + "id": "134", "type": "route" } }, "route_pattern": { "data": { - "id": "553-6-1", + "id": "134-4-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "5530147", + "id": "1340397", "type": "shape" } }, "stops": { "data": [ { - "id": "7600", - "type": "stop" - }, - { - "id": "7602", - "type": "stop" - }, - { - "id": "7603", - "type": "stop" - }, - { - "id": "76031", - "type": "stop" - }, - { - "id": "7670", - "type": "stop" - }, - { - "id": "7605", - "type": "stop" - }, - { - "id": "76051", - "type": "stop" - }, - { - "id": "76052", - "type": "stop" - }, - { - "id": "86939", - "type": "stop" - }, - { - "id": "86940", + "id": "9147", "type": "stop" }, { - "id": "869411", + "id": "9149", "type": "stop" }, { - "id": "883321", + "id": "9150", "type": "stop" }, { - "id": "88333", + "id": "5008", "type": "stop" }, { - "id": "17813", + "id": "6322", "type": "stop" }, { - "id": "7813", + "id": "6323", "type": "stop" }, { - "id": "7814", + "id": "6324", "type": "stop" }, { - "id": "78451", + "id": "63241", "type": "stop" }, { - "id": "78452", + "id": "9151", "type": "stop" }, { - "id": "86964", + "id": "9152", "type": "stop" }, { - "id": "86965", + "id": "9153", "type": "stop" }, { - "id": "86967", + "id": "9154", "type": "stop" }, { - "id": "86968", + "id": "9155", "type": "stop" }, { - "id": "7617", + "id": "9156", "type": "stop" }, { - "id": "76171", + "id": "9157", "type": "stop" }, { - "id": "7618", + "id": "9158", "type": "stop" }, { - "id": "7619", + "id": "9159", "type": "stop" }, { - "id": "7620", + "id": "9160", "type": "stop" }, { - "id": "7621", + "id": "9161", "type": "stop" }, { - "id": "7622", + "id": "49096", "type": "stop" }, { - "id": "7623", + "id": "9047", "type": "stop" }, { - "id": "7625", + "id": "9048", "type": "stop" }, { - "id": "76251", + "id": "9049", "type": "stop" - }, + } + ] + } + }, + "type": "trip" + }, + { + "attributes": { + "direction_id": 0, + "headsign": "Bowdoin" + }, + "id": "canonical-Blue-C1-0", + "links": { + "self": "/trips/canonical-Blue-C1-0" + }, + "relationships": { + "route": { + "data": { + "id": "Blue", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "Blue-6-0", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "canonical", + "type": "service" + } + }, + "shape": { + "data": { + "id": "canonical-946_0013", + "type": "shape" + } + }, + "stops": { + "data": [ { - "id": "7626", + "id": "70059", "type": "stop" }, { - "id": "7627", + "id": "70057", "type": "stop" }, { - "id": "7629", + "id": "70055", "type": "stop" }, { - "id": "7630", + "id": "70053", "type": "stop" }, { - "id": "7631", + "id": "70051", "type": "stop" }, { - "id": "7632", + "id": "70049", "type": "stop" }, { - "id": "76431", + "id": "70047", "type": "stop" }, { - "id": "7633", + "id": "70045", "type": "stop" }, { - "id": "7634", + "id": "70043", "type": "stop" }, { - "id": "7635", + "id": "70041", "type": "stop" }, { - "id": "19031", + "id": "70039", "type": "stop" }, { - "id": "903", + "id": "70838", "type": "stop" } ] @@ -304433,38 +306288,35 @@ }, { "attributes": {}, - "id": "17166", + "id": "9070128", "links": { - "self": "/stops/17166" + "self": "/stops/9070128" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=17166" + "related": "/facilities/?filter[stop]=9070128" } }, "parent_station": { "data": null }, "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } + "data": null } }, "type": "stop" }, { "attributes": {}, - "id": "81463", + "id": "12231", "links": { - "self": "/stops/81463" + "self": "/stops/12231" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=81463" + "related": "/facilities/?filter[stop]=12231" } }, "parent_station": { @@ -304481,14 +306333,14 @@ }, { "attributes": {}, - "id": "17255", + "id": "88341", "links": { - "self": "/stops/17255" + "self": "/stops/88341" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=17255" + "related": "/facilities/?filter[stop]=88341" } }, "parent_station": { @@ -304505,14 +306357,14 @@ }, { "attributes": {}, - "id": "4876", + "id": "86932", "links": { - "self": "/stops/4876" + "self": "/stops/86932" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4876" + "related": "/facilities/?filter[stop]=86932" } }, "parent_station": { @@ -304529,14 +306381,14 @@ }, { "attributes": {}, - "id": "1274", + "id": "224", "links": { - "self": "/stops/1274" + "self": "/stops/224" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1274" + "related": "/facilities/?filter[stop]=224" } }, "parent_station": { @@ -304553,14 +306405,14 @@ }, { "attributes": {}, - "id": "1779", + "id": "31852", "links": { - "self": "/stops/1779" + "self": "/stops/31852" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1779" + "related": "/facilities/?filter[stop]=31852" } }, "parent_station": { @@ -304576,63 +306428,156 @@ "type": "stop" }, { - "attributes": {}, - "id": "6272", + "attributes": { + "direction_id": 1, + "headsign": "Central Square" + }, + "id": "67009477", "links": { - "self": "/stops/6272" + "self": "/trips/67009477" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=6272" + "route": { + "data": { + "id": "83", + "type": "route" } }, - "parent_station": { - "data": null - }, - "zone": { + "route_pattern": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "2231", - "links": { - "self": "/stops/2231" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=2231" + "id": "83-1-1", + "type": "route_pattern" } }, - "parent_station": { - "data": null + "service": { + "data": { + "id": "WinterWeekday", + "type": "service" + } }, - "zone": { + "shape": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "830123", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "2425", + "type": "stop" + }, + { + "id": "2426", + "type": "stop" + }, + { + "id": "2427", + "type": "stop" + }, + { + "id": "2428", + "type": "stop" + }, + { + "id": "24281", + "type": "stop" + }, + { + "id": "2429", + "type": "stop" + }, + { + "id": "2299", + "type": "stop" + }, + { + "id": "2300", + "type": "stop" + }, + { + "id": "2430", + "type": "stop" + }, + { + "id": "2431", + "type": "stop" + }, + { + "id": "2432", + "type": "stop" + }, + { + "id": "2589", + "type": "stop" + }, + { + "id": "2590", + "type": "stop" + }, + { + "id": "2591", + "type": "stop" + }, + { + "id": "2433", + "type": "stop" + }, + { + "id": "2435", + "type": "stop" + }, + { + "id": "2436", + "type": "stop" + }, + { + "id": "2437", + "type": "stop" + }, + { + "id": "2438", + "type": "stop" + }, + { + "id": "2439", + "type": "stop" + }, + { + "id": "2440", + "type": "stop" + }, + { + "id": "2441", + "type": "stop" + }, + { + "id": "2442", + "type": "stop" + }, + { + "id": "2443", + "type": "stop" + }, + { + "id": "2444", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "9054", + "id": "2363", "links": { - "self": "/stops/9054" + "self": "/stops/2363" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9054" + "related": "/facilities/?filter[stop]=2363" } }, "parent_station": { @@ -304649,14 +306594,14 @@ }, { "attributes": {}, - "id": "4722", + "id": "8185", "links": { - "self": "/stops/4722" + "self": "/stops/8185" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4722" + "related": "/facilities/?filter[stop]=8185" } }, "parent_station": { @@ -304673,14 +306618,14 @@ }, { "attributes": {}, - "id": "88346", + "id": "8152", "links": { - "self": "/stops/88346" + "self": "/stops/8152" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=88346" + "related": "/facilities/?filter[stop]=8152" } }, "parent_station": { @@ -304696,39 +306641,52 @@ "type": "stop" }, { - "attributes": {}, - "id": "907", + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Belmont Center", + "Harvard" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Belmont Center - Harvard via Concord Avenue", + "short_name": "74", + "sort_order": 50740, + "text_color": "000000", + "type": 3 + }, + "id": "74", "links": { - "self": "/stops/907" + "self": "/routes/74" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=907" + "agency": { + "data": { + "id": "1", + "type": "agency" } }, - "parent_station": { - "data": null - }, - "zone": { + "line": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "line-727475", + "type": "line" } } }, - "type": "stop" + "type": "route" }, { "attributes": {}, - "id": "6551", + "id": "1540", "links": { - "self": "/stops/6551" + "self": "/stops/1540" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6551" + "related": "/facilities/?filter[stop]=1540" } }, "parent_station": { @@ -304736,7 +306694,7 @@ }, "zone": { "data": { - "id": "ExpressBus-Downtown", + "id": "LocalBus", "type": "zone" } } @@ -304745,14 +306703,14 @@ }, { "attributes": {}, - "id": "2682", + "id": "13829", "links": { - "self": "/stops/2682" + "self": "/stops/13829" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2682" + "related": "/facilities/?filter[stop]=13829" } }, "parent_station": { @@ -304769,35 +306727,14 @@ }, { "attributes": {}, - "id": "9070227", - "links": { - "self": "/stops/9070227" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=9070227" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": null - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "7522", + "id": "109815", "links": { - "self": "/stops/7522" + "self": "/stops/109815" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7522" + "related": "/facilities/?filter[stop]=109815" } }, "parent_station": { @@ -304814,67 +306751,22 @@ }, { "attributes": {}, - "id": "WML-0035-B1", + "id": "76121", "links": { - "self": "/stops/WML-0035-B1" + "self": "/stops/76121" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=WML-0035-B1" + "related": "/facilities/?filter[stop]=76121" } }, "parent_station": { "data": { - "id": "place-WML-0035", + "id": "place-harsq", "type": "stop" } }, - "zone": { - "data": null - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "3483", - "links": { - "self": "/stops/3483" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=3483" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "306", - "links": { - "self": "/stops/306" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=306" - } - }, - "parent_station": { - "data": null - }, "zone": { "data": { "id": "LocalBus", @@ -304886,14 +306778,14 @@ }, { "attributes": {}, - "id": "5462", + "id": "5369", "links": { - "self": "/stops/5462" + "self": "/stops/5369" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5462" + "related": "/facilities/?filter[stop]=5369" } }, "parent_station": { @@ -304910,14 +306802,14 @@ }, { "attributes": {}, - "id": "6283", + "id": "5801", "links": { - "self": "/stops/6283" + "self": "/stops/5801" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6283" + "related": "/facilities/?filter[stop]=5801" } }, "parent_station": { @@ -304934,107 +306826,51 @@ }, { "attributes": { - "direction_id": 1, - "headsign": "North Station" + "color": "FFC72C", + "direction_destinations": [ + "Copley & West", + "Union Square" + ], + "direction_names": [ + "West", + "East" + ], + "long_name": "Union Square - Government Center", + "short_name": "Green Line Shuttle", + "sort_order": 61952, + "text_color": "000000", + "type": 3 }, - "id": "canonical-CR-Newburyport-C2-1", + "id": "Shuttle-GovernmentCenterUnionSquare", "links": { - "self": "/trips/canonical-CR-Newburyport-C2-1" + "self": "/routes/Shuttle-GovernmentCenterUnionSquare" }, "relationships": { - "route": { - "data": { - "id": "CR-Newburyport", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "CR-Newburyport-05eb9eab-1", - "type": "route_pattern" - } - }, - "service": { + "agency": { "data": { - "id": "canonical", - "type": "service" + "id": "1", + "type": "agency" } }, - "shape": { + "line": { "data": { - "id": "canonical-9810006", - "type": "shape" + "id": "line-Green", + "type": "line" } - }, - "stops": { - "data": [ - { - "id": "GB-0353-S", - "type": "stop" - }, - { - "id": "GB-0316-S", - "type": "stop" - }, - { - "id": "GB-0296-02", - "type": "stop" - }, - { - "id": "GB-0254-02", - "type": "stop" - }, - { - "id": "GB-0229-02", - "type": "stop" - }, - { - "id": "GB-0198-02", - "type": "stop" - }, - { - "id": "ER-0183-02", - "type": "stop" - }, - { - "id": "ER-0168-S", - "type": "stop" - }, - { - "id": "ER-0128-02", - "type": "stop" - }, - { - "id": "ER-0117-02", - "type": "stop" - }, - { - "id": "ER-0099-02", - "type": "stop" - }, - { - "id": "ER-0042-02", - "type": "stop" - }, - { - "id": "BNT-0000", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "route" }, { "attributes": {}, - "id": "2725", + "id": "5587", "links": { - "self": "/stops/2725" + "self": "/stops/5587" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2725" + "related": "/facilities/?filter[stop]=5587" } }, "parent_station": { @@ -305051,14 +306887,14 @@ }, { "attributes": {}, - "id": "374", + "id": "8338", "links": { - "self": "/stops/374" + "self": "/stops/8338" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=374" + "related": "/facilities/?filter[stop]=8338" } }, "parent_station": { @@ -305075,25 +306911,22 @@ }, { "attributes": {}, - "id": "74612", + "id": "1799", "links": { - "self": "/stops/74612" + "self": "/stops/1799" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=74612" + "related": "/facilities/?filter[stop]=1799" } }, "parent_station": { - "data": { - "id": "place-crtst", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "SLWaterfrontNonLogan", + "id": "LocalBus", "type": "zone" } } @@ -305102,25 +306935,22 @@ }, { "attributes": {}, - "id": "NEC-2287", + "id": "7696", "links": { - "self": "/stops/NEC-2287" + "self": "/stops/7696" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=NEC-2287" + "related": "/facilities/?filter[stop]=7696" } }, "parent_station": { - "data": { - "id": "place-sstat", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "CR-zone-1A", + "id": "LocalBus", "type": "zone" } } @@ -305129,14 +306959,14 @@ }, { "attributes": {}, - "id": "8687", + "id": "7709", "links": { - "self": "/stops/8687" + "self": "/stops/7709" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8687" + "related": "/facilities/?filter[stop]=7709" } }, "parent_station": { @@ -305153,14 +306983,14 @@ }, { "attributes": {}, - "id": "3611", + "id": "230", "links": { - "self": "/stops/3611" + "self": "/stops/230" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3611" + "related": "/facilities/?filter[stop]=230" } }, "parent_station": { @@ -305177,14 +307007,14 @@ }, { "attributes": {}, - "id": "49221", + "id": "4013", "links": { - "self": "/stops/49221" + "self": "/stops/4013" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=49221" + "related": "/facilities/?filter[stop]=4013" } }, "parent_station": { @@ -305201,14 +307031,14 @@ }, { "attributes": {}, - "id": "3426", + "id": "11772", "links": { - "self": "/stops/3426" + "self": "/stops/11772" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3426" + "related": "/facilities/?filter[stop]=11772" } }, "parent_station": { @@ -305225,14 +307055,14 @@ }, { "attributes": {}, - "id": "39695", + "id": "1427", "links": { - "self": "/stops/39695" + "self": "/stops/1427" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=39695" + "related": "/facilities/?filter[stop]=1427" } }, "parent_station": { @@ -305249,14 +307079,14 @@ }, { "attributes": {}, - "id": "5602", + "id": "3916", "links": { - "self": "/stops/5602" + "self": "/stops/3916" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5602" + "related": "/facilities/?filter[stop]=3916" } }, "parent_station": { @@ -305273,25 +307103,22 @@ }, { "attributes": {}, - "id": "FB-0148-01", + "id": "51918", "links": { - "self": "/stops/FB-0148-01" + "self": "/stops/51918" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=FB-0148-01" + "related": "/facilities/?filter[stop]=51918" } }, "parent_station": { - "data": { - "id": "place-FB-0148", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "CR-zone-3", + "id": "LocalBus", "type": "zone" } } @@ -305300,14 +307127,14 @@ }, { "attributes": {}, - "id": "88342", + "id": "1214", "links": { - "self": "/stops/88342" + "self": "/stops/1214" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=88342" + "related": "/facilities/?filter[stop]=1214" } }, "parent_station": { @@ -305324,14 +307151,14 @@ }, { "attributes": {}, - "id": "9159", + "id": "8449", "links": { - "self": "/stops/9159" + "self": "/stops/8449" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9159" + "related": "/facilities/?filter[stop]=8449" } }, "parent_station": { @@ -305348,14 +307175,14 @@ }, { "attributes": {}, - "id": "109821", + "id": "2312", "links": { - "self": "/stops/109821" + "self": "/stops/2312" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=109821" + "related": "/facilities/?filter[stop]=2312" } }, "parent_station": { @@ -305372,14 +307199,14 @@ }, { "attributes": {}, - "id": "3930", + "id": "971", "links": { - "self": "/stops/3930" + "self": "/stops/971" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3930" + "related": "/facilities/?filter[stop]=971" } }, "parent_station": { @@ -305395,39 +307222,180 @@ "type": "stop" }, { - "attributes": {}, - "id": "3537", + "attributes": { + "direction_id": 0, + "headsign": "Wonderland" + }, + "id": "67203743", "links": { - "self": "/stops/3537" + "self": "/trips/67203743" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=3537" + "route": { + "data": { + "id": "116", + "type": "route" } }, - "parent_station": { - "data": null + "route_pattern": { + "data": { + "id": "116-_-0", + "type": "route_pattern" + } }, - "zone": { + "service": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "WinterSaturday", + "type": "service" + } + }, + "shape": { + "data": { + "id": "1160126", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "5740", + "type": "stop" + }, + { + "id": "5742", + "type": "stop" + }, + { + "id": "5743", + "type": "stop" + }, + { + "id": "5745", + "type": "stop" + }, + { + "id": "5746", + "type": "stop" + }, + { + "id": "5747", + "type": "stop" + }, + { + "id": "5748", + "type": "stop" + }, + { + "id": "5749", + "type": "stop" + }, + { + "id": "5614", + "type": "stop" + }, + { + "id": "5615", + "type": "stop" + }, + { + "id": "5617", + "type": "stop" + }, + { + "id": "5750", + "type": "stop" + }, + { + "id": "35751", + "type": "stop" + }, + { + "id": "5753", + "type": "stop" + }, + { + "id": "5754", + "type": "stop" + }, + { + "id": "5756", + "type": "stop" + }, + { + "id": "5757", + "type": "stop" + }, + { + "id": "5759", + "type": "stop" + }, + { + "id": "5760", + "type": "stop" + }, + { + "id": "5761", + "type": "stop" + }, + { + "id": "5763", + "type": "stop" + }, + { + "id": "57641", + "type": "stop" + }, + { + "id": "5765", + "type": "stop" + }, + { + "id": "35765", + "type": "stop" + }, + { + "id": "5768", + "type": "stop" + }, + { + "id": "5770", + "type": "stop" + }, + { + "id": "5771", + "type": "stop" + }, + { + "id": "35772", + "type": "stop" + }, + { + "id": "35773", + "type": "stop" + }, + { + "id": "5774", + "type": "stop" + }, + { + "id": "15800", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "50939", + "id": "53618", "links": { - "self": "/stops/50939" + "self": "/stops/53618" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=50939" + "related": "/facilities/?filter[stop]=53618" } }, "parent_station": { @@ -305444,14 +307412,14 @@ }, { "attributes": {}, - "id": "2710", + "id": "4609", "links": { - "self": "/stops/2710" + "self": "/stops/4609" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2710" + "related": "/facilities/?filter[stop]=4609" } }, "parent_station": { @@ -305468,14 +307436,14 @@ }, { "attributes": {}, - "id": "7270", + "id": "2343", "links": { - "self": "/stops/7270" + "self": "/stops/2343" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7270" + "related": "/facilities/?filter[stop]=2343" } }, "parent_station": { @@ -305491,63 +307459,389 @@ "type": "stop" }, { - "attributes": {}, - "id": "15431", + "attributes": { + "direction_id": 0, + "headsign": "Rockport (Shuttle)" + }, + "id": "ManchesterRockport-0-sample", "links": { - "self": "/stops/15431" + "self": "/trips/ManchesterRockport-0-sample" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=15431" + "route": { + "data": { + "id": "Shuttle-ManchesterRockport", + "type": "route" } }, - "parent_station": { - "data": null + "route_pattern": { + "data": { + "id": "Shuttle-ManchesterRockport-0-0", + "type": "route_pattern" + } }, - "zone": { + "service": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "canonical", + "type": "service" } + }, + "shape": { + "data": { + "id": "ManchesterToRockport-S", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "Manchester-S", + "type": "stop" + }, + { + "id": "GB-0353-B", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { - "attributes": {}, - "id": "4590", + "attributes": { + "direction_id": 0, + "headsign": "Salem Depot via Central Square" + }, + "id": "67202668", "links": { - "self": "/stops/4590" + "self": "/trips/67202668" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=4590" + "route": { + "data": { + "id": "455", + "type": "route" } }, - "parent_station": { - "data": null + "route_pattern": { + "data": { + "id": "455-7-0", + "type": "route_pattern" + } }, - "zone": { + "service": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "WinterWeekday", + "type": "service" + } + }, + "shape": { + "data": { + "id": "4550300", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "15799", + "type": "stop" + }, + { + "id": "5700", + "type": "stop" + }, + { + "id": "5701", + "type": "stop" + }, + { + "id": "5703", + "type": "stop" + }, + { + "id": "5704", + "type": "stop" + }, + { + "id": "35704", + "type": "stop" + }, + { + "id": "4512", + "type": "stop" + }, + { + "id": "4513", + "type": "stop" + }, + { + "id": "4515", + "type": "stop" + }, + { + "id": "4516", + "type": "stop" + }, + { + "id": "4518", + "type": "stop" + }, + { + "id": "4520", + "type": "stop" + }, + { + "id": "45211", + "type": "stop" + }, + { + "id": "4521", + "type": "stop" + }, + { + "id": "4522", + "type": "stop" + }, + { + "id": "4523", + "type": "stop" + }, + { + "id": "4524", + "type": "stop" + }, + { + "id": "4525", + "type": "stop" + }, + { + "id": "6822", + "type": "stop" + }, + { + "id": "6824", + "type": "stop" + }, + { + "id": "6827", + "type": "stop" + }, + { + "id": "6773", + "type": "stop" + }, + { + "id": "14748", + "type": "stop" + }, + { + "id": "6600", + "type": "stop" + }, + { + "id": "6830", + "type": "stop" + }, + { + "id": "6831", + "type": "stop" + }, + { + "id": "6833", + "type": "stop" + }, + { + "id": "6834", + "type": "stop" + }, + { + "id": "6142", + "type": "stop" + }, + { + "id": "6143", + "type": "stop" + }, + { + "id": "6144", + "type": "stop" + }, + { + "id": "6145", + "type": "stop" + }, + { + "id": "6146", + "type": "stop" + }, + { + "id": "6147", + "type": "stop" + }, + { + "id": "6148", + "type": "stop" + }, + { + "id": "6149", + "type": "stop" + }, + { + "id": "6150", + "type": "stop" + }, + { + "id": "6151", + "type": "stop" + }, + { + "id": "6152", + "type": "stop" + }, + { + "id": "6153", + "type": "stop" + }, + { + "id": "6154", + "type": "stop" + }, + { + "id": "6155", + "type": "stop" + }, + { + "id": "6156", + "type": "stop" + }, + { + "id": "16156", + "type": "stop" + }, + { + "id": "6157", + "type": "stop" + }, + { + "id": "6158", + "type": "stop" + }, + { + "id": "6159", + "type": "stop" + }, + { + "id": "6160", + "type": "stop" + }, + { + "id": "6161", + "type": "stop" + }, + { + "id": "6162", + "type": "stop" + }, + { + "id": "6163", + "type": "stop" + }, + { + "id": "6164", + "type": "stop" + }, + { + "id": "6165", + "type": "stop" + }, + { + "id": "6166", + "type": "stop" + }, + { + "id": "6167", + "type": "stop" + }, + { + "id": "6168", + "type": "stop" + }, + { + "id": "6169", + "type": "stop" + }, + { + "id": "6170", + "type": "stop" + }, + { + "id": "16170", + "type": "stop" + }, + { + "id": "6171", + "type": "stop" + }, + { + "id": "6173", + "type": "stop" + }, + { + "id": "6174", + "type": "stop" + }, + { + "id": "6175", + "type": "stop" + }, + { + "id": "6176", + "type": "stop" + }, + { + "id": "6177", + "type": "stop" + }, + { + "id": "16177", + "type": "stop" + }, + { + "id": "6178", + "type": "stop" + }, + { + "id": "6180", + "type": "stop" + }, + { + "id": "6181", + "type": "stop" + }, + { + "id": "4563", + "type": "stop" + }, + { + "id": "37150", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "6957", + "id": "9189", "links": { - "self": "/stops/6957" + "self": "/stops/9189" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6957" + "related": "/facilities/?filter[stop]=9189" } }, "parent_station": { @@ -305564,14 +307858,14 @@ }, { "attributes": {}, - "id": "2669", + "id": "7297", "links": { - "self": "/stops/2669" + "self": "/stops/7297" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2669" + "related": "/facilities/?filter[stop]=7297" } }, "parent_station": { @@ -305588,14 +307882,14 @@ }, { "attributes": {}, - "id": "4554", + "id": "5824", "links": { - "self": "/stops/4554" + "self": "/stops/5824" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4554" + "related": "/facilities/?filter[stop]=5824" } }, "parent_station": { @@ -305612,14 +307906,14 @@ }, { "attributes": {}, - "id": "17093", + "id": "9306", "links": { - "self": "/stops/17093" + "self": "/stops/9306" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=17093" + "related": "/facilities/?filter[stop]=9306" } }, "parent_station": { @@ -305627,7 +307921,7 @@ }, "zone": { "data": { - "id": "SL1-Logan", + "id": "LocalBus", "type": "zone" } } @@ -305636,14 +307930,14 @@ }, { "attributes": {}, - "id": "2051", + "id": "4761", "links": { - "self": "/stops/2051" + "self": "/stops/4761" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2051" + "related": "/facilities/?filter[stop]=4761" } }, "parent_station": { @@ -305659,39 +307953,52 @@ "type": "stop" }, { - "attributes": {}, - "id": "1116", + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Centre Street & Eliot Street", + "JFK/UMass Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Centre Street & Eliot Street - JFK/UMass Station", + "short_name": "41", + "sort_order": 50410, + "text_color": "000000", + "type": 3 + }, + "id": "41", "links": { - "self": "/stops/1116" + "self": "/routes/41" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=1116" + "agency": { + "data": { + "id": "1", + "type": "agency" } }, - "parent_station": { - "data": null - }, - "zone": { + "line": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "line-41", + "type": "line" } } }, - "type": "stop" + "type": "route" }, { "attributes": {}, - "id": "109836", + "id": "4365", "links": { - "self": "/stops/109836" + "self": "/stops/4365" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=109836" + "related": "/facilities/?filter[stop]=4365" } }, "parent_station": { @@ -305707,66 +308014,52 @@ "type": "stop" }, { - "attributes": {}, - "id": "45003", - "links": { - "self": "/stops/45003" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=45003" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Georgetowne", + "Forest Hills Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Georgetowne - Forest Hills Station", + "short_name": "40", + "sort_order": 50400, + "text_color": "000000", + "type": 3 }, - "type": "stop" - }, - { - "attributes": {}, - "id": "39870", + "id": "40", "links": { - "self": "/stops/39870" + "self": "/routes/40" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=39870" - } - }, - "parent_station": { + "agency": { "data": { - "id": "place-MM-0186", - "type": "stop" + "id": "1", + "type": "agency" } }, - "zone": { + "line": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "line-4050", + "type": "line" } } }, - "type": "stop" + "type": "route" }, { "attributes": {}, - "id": "2431", + "id": "7831", "links": { - "self": "/stops/2431" + "self": "/stops/7831" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2431" + "related": "/facilities/?filter[stop]=7831" } }, "parent_station": { @@ -305783,14 +308076,14 @@ }, { "attributes": {}, - "id": "9024", + "id": "34021", "links": { - "self": "/stops/9024" + "self": "/stops/34021" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9024" + "related": "/facilities/?filter[stop]=34021" } }, "parent_station": { @@ -305807,14 +308100,14 @@ }, { "attributes": {}, - "id": "1807", + "id": "4027", "links": { - "self": "/stops/1807" + "self": "/stops/4027" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1807" + "related": "/facilities/?filter[stop]=4027" } }, "parent_station": { @@ -305831,14 +308124,14 @@ }, { "attributes": {}, - "id": "244", + "id": "1871", "links": { - "self": "/stops/244" + "self": "/stops/1871" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=244" + "related": "/facilities/?filter[stop]=1871" } }, "parent_station": { @@ -305855,14 +308148,14 @@ }, { "attributes": {}, - "id": "9981", + "id": "3787", "links": { - "self": "/stops/9981" + "self": "/stops/3787" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9981" + "related": "/facilities/?filter[stop]=3787" } }, "parent_station": { @@ -305879,28 +308172,51 @@ }, { "attributes": { - "color": "80276C", - "long_name": "Greenbush Line", - "short_name": "", - "sort_order": 20005, - "text_color": "FFFFFF" + "color": "FFC72C", + "direction_destinations": [ + "Reading", + "North Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Reading - Oak Grove", + "short_name": "Haverhill Line Shuttle", + "sort_order": 62170, + "text_color": "000000", + "type": 3 }, - "id": "line-Greenbush", + "id": "Shuttle-OakGroveReading", "links": { - "self": "/lines/line-Greenbush" + "self": "/routes/Shuttle-OakGroveReading" }, - "type": "line" + "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, + "line": { + "data": { + "id": "line-Haverhill", + "type": "line" + } + } + }, + "type": "route" }, { "attributes": {}, - "id": "41852", + "id": "8605", "links": { - "self": "/stops/41852" + "self": "/stops/8605" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=41852" + "related": "/facilities/?filter[stop]=8605" } }, "parent_station": { @@ -305918,145 +308234,73 @@ { "attributes": { "direction_id": 1, - "headsign": "Lechmere" + "headsign": "Downtown via Copley (Express)" }, - "id": "61848754", + "id": "66652991", "links": { - "self": "/trips/61848754" + "self": "/trips/66652991" }, "relationships": { "route": { "data": { - "id": "88", + "id": "504", "type": "route" } }, "route_pattern": { "data": { - "id": "88-_-1", + "id": "504-2-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "880161", + "id": "5040132", "type": "shape" } }, "stops": { "data": [ { - "id": "2637", - "type": "stop" - }, - { - "id": "2575", - "type": "stop" - }, - { - "id": "2576", - "type": "stop" - }, - { - "id": "2577", - "type": "stop" - }, - { - "id": "2579", - "type": "stop" - }, - { - "id": "2580", - "type": "stop" - }, - { - "id": "2581", - "type": "stop" - }, - { - "id": "2582", - "type": "stop" - }, - { - "id": "2674", - "type": "stop" - }, - { - "id": "2675", - "type": "stop" - }, - { - "id": "2676", - "type": "stop" - }, - { - "id": "2677", - "type": "stop" - }, - { - "id": "2678", - "type": "stop" - }, - { - "id": "2679", - "type": "stop" - }, - { - "id": "2680", - "type": "stop" - }, - { - "id": "2681", - "type": "stop" - }, - { - "id": "2682", - "type": "stop" - }, - { - "id": "2683", - "type": "stop" - }, - { - "id": "2684", + "id": "900", "type": "stop" }, { - "id": "2686", + "id": "902", "type": "stop" }, { - "id": "2687", + "id": "1900", "type": "stop" }, { - "id": "2688", + "id": "903", "type": "stop" }, { - "id": "2689", + "id": "9031", "type": "stop" }, { - "id": "2690", + "id": "71855", "type": "stop" }, { - "id": "2600", + "id": "6542", "type": "stop" }, { - "id": "2601", + "id": "6550", "type": "stop" }, { - "id": "70500", + "id": "6551", "type": "stop" } ] @@ -306066,59 +308310,14 @@ }, { "attributes": {}, - "id": "5365", - "links": { - "self": "/stops/5365" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=5365" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "9070212", - "links": { - "self": "/stops/9070212" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=9070212" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": null - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "71618", + "id": "39677", "links": { - "self": "/stops/71618" + "self": "/stops/39677" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=71618" + "related": "/facilities/?filter[stop]=39677" } }, "parent_station": { @@ -306135,14 +308334,14 @@ }, { "attributes": {}, - "id": "1515", + "id": "8306", "links": { - "self": "/stops/1515" + "self": "/stops/8306" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1515" + "related": "/facilities/?filter[stop]=8306" } }, "parent_station": { @@ -306159,14 +308358,14 @@ }, { "attributes": {}, - "id": "56500", + "id": "2636", "links": { - "self": "/stops/56500" + "self": "/stops/2636" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=56500" + "related": "/facilities/?filter[stop]=2636" } }, "parent_station": { @@ -306183,14 +308382,14 @@ }, { "attributes": {}, - "id": "6201", + "id": "5606", "links": { - "self": "/stops/6201" + "self": "/stops/5606" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6201" + "related": "/facilities/?filter[stop]=5606" } }, "parent_station": { @@ -306207,14 +308406,14 @@ }, { "attributes": {}, - "id": "5647", + "id": "7419", "links": { - "self": "/stops/5647" + "self": "/stops/7419" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5647" + "related": "/facilities/?filter[stop]=7419" } }, "parent_station": { @@ -306229,459 +308428,136 @@ }, "type": "stop" }, - { - "attributes": { - "color": "FFC72C", - "long_name": "Orient Heights or Wood Island - Maverick", - "short_name": "120/121", - "sort_order": 51200, - "text_color": "000000" - }, - "id": "line-120121", - "links": { - "self": "/lines/line-120121" - }, - "type": "line" - }, { "attributes": { "direction_id": 0, - "headsign": "Linden Square" - }, - "id": "61870918", - "links": { - "self": "/trips/61870918" - }, - "relationships": { - "route": { - "data": { - "id": "109", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "109-_-0", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "SpringWeekday", - "type": "service" - } - }, - "shape": { - "data": { - "id": "1090200", - "type": "shape" - } - }, - "stops": { - "data": [ - { - "id": "29008", - "type": "stop" - }, - { - "id": "5504", - "type": "stop" - }, - { - "id": "5505", - "type": "stop" - }, - { - "id": "5506", - "type": "stop" - }, - { - "id": "5507", - "type": "stop" - }, - { - "id": "5508", - "type": "stop" - }, - { - "id": "5509", - "type": "stop" - }, - { - "id": "5565", - "type": "stop" - }, - { - "id": "5695", - "type": "stop" - }, - { - "id": "5510", - "type": "stop" - }, - { - "id": "5513", - "type": "stop" - }, - { - "id": "5514", - "type": "stop" - }, - { - "id": "5517", - "type": "stop" - }, - { - "id": "5519", - "type": "stop" - }, - { - "id": "5515", - "type": "stop" - }, - { - "id": "5520", - "type": "stop" - }, - { - "id": "5521", - "type": "stop" - }, - { - "id": "5522", - "type": "stop" - }, - { - "id": "5523", - "type": "stop" - }, - { - "id": "5524", - "type": "stop" - }, - { - "id": "5525", - "type": "stop" - }, - { - "id": "5527", - "type": "stop" - }, - { - "id": "5529", - "type": "stop" - }, - { - "id": "5530", - "type": "stop" - }, - { - "id": "5531", - "type": "stop" - }, - { - "id": "5532", - "type": "stop" - }, - { - "id": "7417", - "type": "stop" - } - ] - } - }, - "type": "trip" - }, - { - "attributes": { - "direction_id": 1, - "headsign": "Alewife via Mall Rd" + "headsign": "Oak Square" }, - "id": "61849102", + "id": "67146902", "links": { - "self": "/trips/61849102" + "self": "/trips/67146902" }, "relationships": { "route": { "data": { - "id": "350", + "id": "64", "type": "route" } }, "route_pattern": { "data": { - "id": "350-5-1", + "id": "64-_-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "BUS12025-hbt15hl6-Saturday-02", "type": "service" } }, "shape": { "data": { - "id": "3500215", + "id": "640190", "type": "shape" } }, "stops": { "data": [ { - "id": "6902", - "type": "stop" - }, - { - "id": "8229", - "type": "stop" - }, - { - "id": "8230", - "type": "stop" - }, - { - "id": "8231", - "type": "stop" - }, - { - "id": "8232", - "type": "stop" - }, - { - "id": "8233", - "type": "stop" - }, - { - "id": "8234", - "type": "stop" - }, - { - "id": "8235", - "type": "stop" - }, - { - "id": "8236", - "type": "stop" - }, - { - "id": "8237", - "type": "stop" - }, - { - "id": "8239", - "type": "stop" - }, - { - "id": "18239", - "type": "stop" - }, - { - "id": "8240", - "type": "stop" - }, - { - "id": "50940", - "type": "stop" - }, - { - "id": "49807", - "type": "stop" - }, - { - "id": "49848", - "type": "stop" - }, - { - "id": "49849", - "type": "stop" - }, - { - "id": "49850", - "type": "stop" - }, - { - "id": "49808", - "type": "stop" - }, - { - "id": "18245", - "type": "stop" - }, - { - "id": "18246", - "type": "stop" - }, - { - "id": "18247", - "type": "stop" - }, - { - "id": "18251", - "type": "stop" - }, - { - "id": "11694", - "type": "stop" - }, - { - "id": "8241", - "type": "stop" - }, - { - "id": "8242", - "type": "stop" - }, - { - "id": "8243", - "type": "stop" - }, - { - "id": "8244", - "type": "stop" - }, - { - "id": "18244", - "type": "stop" - }, - { - "id": "8245", - "type": "stop" - }, - { - "id": "8247", - "type": "stop" - }, - { - "id": "8248", - "type": "stop" - }, - { - "id": "8249", - "type": "stop" - }, - { - "id": "8250", - "type": "stop" - }, - { - "id": "8251", - "type": "stop" - }, - { - "id": "8252", - "type": "stop" - }, - { - "id": "8253", - "type": "stop" - }, - { - "id": "8254", - "type": "stop" - }, - { - "id": "8257", - "type": "stop" - }, - { - "id": "8259", - "type": "stop" - }, - { - "id": "8260", + "id": "730", "type": "stop" }, { - "id": "8261", + "id": "2755", "type": "stop" }, { - "id": "8262", + "id": "1123", "type": "stop" }, { - "id": "8264", + "id": "2444", "type": "stop" }, { - "id": "8267", + "id": "1061", "type": "stop" }, { - "id": "8268", + "id": "1062", "type": "stop" }, { - "id": "8269", + "id": "1064", "type": "stop" }, { - "id": "8270", + "id": "1189", "type": "stop" }, { - "id": "8271", + "id": "1190", "type": "stop" }, { - "id": "8272", + "id": "1191", "type": "stop" }, { - "id": "18272", + "id": "1193", "type": "stop" }, { - "id": "8273", + "id": "1195", "type": "stop" }, { - "id": "8274", + "id": "1196", "type": "stop" }, { - "id": "8275", + "id": "11971", "type": "stop" }, { - "id": "2260", + "id": "11972", "type": "stop" }, { - "id": "2261", + "id": "1079", "type": "stop" }, { - "id": "2262", + "id": "1201", "type": "stop" }, { - "id": "2263", + "id": "1202", "type": "stop" }, { - "id": "2264", + "id": "1203", "type": "stop" }, { - "id": "2265", + "id": "1204", "type": "stop" }, { - "id": "2266", + "id": "1206", "type": "stop" }, { - "id": "22661", + "id": "1211", "type": "stop" }, { - "id": "22671", + "id": "1213", "type": "stop" }, { - "id": "141", + "id": "1214", "type": "stop" } ] @@ -306691,49 +308567,22 @@ }, { "attributes": {}, - "id": "WML-0147-B0", + "id": "4102", "links": { - "self": "/stops/WML-0147-B0" + "self": "/stops/4102" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=WML-0147-B0" + "related": "/facilities/?filter[stop]=4102" } }, "parent_station": { - "data": { - "id": "place-WML-0147", - "type": "stop" - } - }, - "zone": { "data": null - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "70026", - "links": { - "self": "/stops/70026" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=70026" - } - }, - "parent_station": { - "data": { - "id": "place-north", - "type": "stop" - } }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } @@ -306742,14 +308591,14 @@ }, { "attributes": {}, - "id": "1679", + "id": "2346", "links": { - "self": "/stops/1679" + "self": "/stops/2346" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1679" + "related": "/facilities/?filter[stop]=2346" } }, "parent_station": { @@ -306766,14 +308615,14 @@ }, { "attributes": {}, - "id": "30752", + "id": "11419", "links": { - "self": "/stops/30752" + "self": "/stops/11419" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=30752" + "related": "/facilities/?filter[stop]=11419" } }, "parent_station": { @@ -306790,14 +308639,14 @@ }, { "attributes": {}, - "id": "1731", + "id": "65547", "links": { - "self": "/stops/1731" + "self": "/stops/65547" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1731" + "related": "/facilities/?filter[stop]=65547" } }, "parent_station": { @@ -306814,14 +308663,14 @@ }, { "attributes": {}, - "id": "7441", + "id": "2805", "links": { - "self": "/stops/7441" + "self": "/stops/2805" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7441" + "related": "/facilities/?filter[stop]=2805" } }, "parent_station": { @@ -306839,101 +308688,69 @@ { "attributes": { "direction_id": 0, - "headsign": "Adams & Gallivan via Neponset Ave" + "headsign": "Aberdeen Ave via Mt Auburn St" }, - "id": "61928586", + "id": "67008411", "links": { - "self": "/trips/61928586" + "self": "/trips/67008411" }, "relationships": { "route": { "data": { - "id": "201", + "id": "71", "type": "route" } }, "route_pattern": { "data": { - "id": "201-_-0", + "id": "71-3-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "2010087", + "id": "710122", "type": "shape" } }, "stops": { "data": [ { - "id": "323", - "type": "stop" - }, - { - "id": "55600", - "type": "stop" - }, - { - "id": "325", - "type": "stop" - }, - { - "id": "3065", - "type": "stop" - }, - { - "id": "3066", - "type": "stop" - }, - { - "id": "3067", - "type": "stop" - }, - { - "id": "3068", - "type": "stop" - }, - { - "id": "3069", - "type": "stop" - }, - { - "id": "3070", + "id": "2020", "type": "stop" }, { - "id": "3071", + "id": "2021", "type": "stop" }, { - "id": "3073", + "id": "2023", "type": "stop" }, { - "id": "3075", + "id": "2025", "type": "stop" }, { - "id": "33076", + "id": "2026", "type": "stop" }, { - "id": "3077", + "id": "2027", "type": "stop" }, { - "id": "33077", + "id": "2028", "type": "stop" }, { - "id": "3078", + "id": "2077", "type": "stop" } ] @@ -306941,269 +308758,234 @@ }, "type": "trip" }, + { + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Georgetowne", + "Forest Hills Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Georgetowne - Forest Hills Station", + "short_name": "40/50", + "sort_order": 50401, + "text_color": "000000", + "type": 3 + }, + "id": "4050", + "links": { + "self": "/routes/4050" + }, + "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, + "line": { + "data": { + "id": "line-4050", + "type": "line" + } + } + }, + "type": "route" + }, + { + "attributes": {}, + "id": "977", + "links": { + "self": "/stops/977" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=977" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "6634", + "links": { + "self": "/stops/6634" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=6634" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, { "attributes": { "direction_id": 1, - "headsign": "Neptune Towers via Central Square" + "headsign": "Harvard" }, - "id": "62216488", + "id": "67008304", "links": { - "self": "/trips/62216488" + "self": "/trips/67008304" }, "relationships": { "route": { "data": { - "id": "436", + "id": "75", "type": "route" } }, "route_pattern": { "data": { - "id": "436-3-1", + "id": "75-1-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "4360261", + "id": "750100", "type": "shape" } }, "stops": { "data": [ { - "id": "7341", - "type": "stop" - }, - { - "id": "7342", - "type": "stop" - }, - { - "id": "7343", - "type": "stop" - }, - { - "id": "7344", - "type": "stop" - }, - { - "id": "7345", - "type": "stop" - }, - { - "id": "7346", - "type": "stop" - }, - { - "id": "17347", - "type": "stop" - }, - { - "id": "7348", - "type": "stop" - }, - { - "id": "7349", - "type": "stop" - }, - { - "id": "7350", - "type": "stop" - }, - { - "id": "7352", - "type": "stop" - }, - { - "id": "7353", - "type": "stop" - }, - { - "id": "17354", - "type": "stop" - }, - { - "id": "7355", - "type": "stop" - }, - { - "id": "7356", - "type": "stop" - }, - { - "id": "7357", - "type": "stop" - }, - { - "id": "7359", - "type": "stop" - }, - { - "id": "7292", - "type": "stop" - }, - { - "id": "7293", - "type": "stop" - }, - { - "id": "7294", - "type": "stop" - }, - { - "id": "7295", - "type": "stop" - }, - { - "id": "7296", - "type": "stop" - }, - { - "id": "7297", + "id": "2137", "type": "stop" }, { - "id": "7298", + "id": "2139", "type": "stop" }, { - "id": "7299", + "id": "2141", "type": "stop" }, { - "id": "7300", + "id": "2143", "type": "stop" }, { - "id": "7369", + "id": "2144", "type": "stop" }, { - "id": "7370", + "id": "2145", "type": "stop" }, { - "id": "7371", + "id": "2146", "type": "stop" }, { - "id": "7372", + "id": "22146", "type": "stop" }, { - "id": "7373", + "id": "12147", "type": "stop" }, { - "id": "7374", + "id": "21248", "type": "stop" }, { - "id": "17231", + "id": "12080", "type": "stop" }, { - "id": "7233", + "id": "2080", "type": "stop" }, { - "id": "7234", + "id": "2082", "type": "stop" }, { - "id": "7237", + "id": "2083", "type": "stop" }, { - "id": "66721", + "id": "2085", "type": "stop" }, { - "id": "66731", + "id": "2159", "type": "stop" }, { - "id": "94321", + "id": "2160", "type": "stop" }, { - "id": "94325", + "id": "2161", "type": "stop" }, { - "id": "94320", + "id": "2162", "type": "stop" - } - ] - } - }, - "type": "trip" - }, - { - "attributes": {}, - "id": "5911", - "links": { - "self": "/stops/5911" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=5911" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "12360", - "links": { - "self": "/stops/12360" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=12360" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } + }, + { + "id": "2163", + "type": "stop" + }, + { + "id": "12614", + "type": "stop" + }, + { + "id": "76127", + "type": "stop" + }, + { + "id": "32549", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "4512", + "id": "5087", "links": { - "self": "/stops/4512" + "self": "/stops/5087" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4512" + "related": "/facilities/?filter[stop]=5087" } }, "parent_station": { @@ -307218,30 +309000,16 @@ }, "type": "stop" }, - { - "attributes": { - "color": "FFC72C", - "long_name": "Northgate Shopping Center - Beachmont", - "short_name": "119", - "sort_order": 51190, - "text_color": "000000" - }, - "id": "line-119", - "links": { - "self": "/lines/line-119" - }, - "type": "line" - }, { "attributes": {}, - "id": "903", + "id": "8474", "links": { - "self": "/stops/903" + "self": "/stops/8474" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=903" + "related": "/facilities/?filter[stop]=8474" } }, "parent_station": { @@ -307258,14 +309026,14 @@ }, { "attributes": {}, - "id": "4465", + "id": "46434", "links": { - "self": "/stops/4465" + "self": "/stops/46434" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4465" + "related": "/facilities/?filter[stop]=46434" } }, "parent_station": { @@ -307282,38 +309050,35 @@ }, { "attributes": {}, - "id": "49838", + "id": "9070217", "links": { - "self": "/stops/49838" + "self": "/stops/9070217" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=49838" + "related": "/facilities/?filter[stop]=9070217" } }, "parent_station": { "data": null }, "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } + "data": null } }, "type": "stop" }, { "attributes": {}, - "id": "6526", + "id": "21835", "links": { - "self": "/stops/6526" + "self": "/stops/21835" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6526" + "related": "/facilities/?filter[stop]=21835" } }, "parent_station": { @@ -307328,93 +309093,27 @@ }, "type": "stop" }, - { - "attributes": { - "direction_id": 1, - "headsign": "Broadway (Shuttle)" - }, - "id": "AshmontBroadwayAshmontBranch-1-sample", - "links": { - "self": "/trips/AshmontBroadwayAshmontBranch-1-sample" - }, - "relationships": { - "route": { - "data": { - "id": "Shuttle-AshmontBroadway", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Shuttle-AshmontBroadway-0-1", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "canonical", - "type": "service" - } - }, - "shape": { - "data": { - "id": "AshmontToBroadway-S", - "type": "shape" - } - }, - "stops": { - "data": [ - { - "id": "334", - "type": "stop" - }, - { - "id": "340", - "type": "stop" - }, - { - "id": "34500", - "type": "stop" - }, - { - "id": "30088", - "type": "stop" - }, - { - "id": "121", - "type": "stop" - }, - { - "id": "13", - "type": "stop" - }, - { - "id": "150", - "type": "stop" - } - ] - } - }, - "type": "trip" - }, { "attributes": {}, - "id": "7626", + "id": "70256", "links": { - "self": "/stops/7626" + "self": "/stops/70256" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7626" + "related": "/facilities/?filter[stop]=70256" } }, "parent_station": { - "data": null + "data": { + "id": "place-rvrwy", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -307425,27 +309124,33 @@ "attributes": { "color": "FFC72C", "direction_destinations": [ - "Needham Junction", - "Watertown Square" + "Ashmont/Braintree", + "Alewife" ], "direction_names": [ - "Outbound", - "Inbound" + "South", + "North" ], - "long_name": "Needham Junction - Watertown Square", - "short_name": "59", - "sort_order": 50590, + "long_name": "Alewife - Harvard via Holyoke Street", + "short_name": "Red Line Shuttle", + "sort_order": 60219, "text_color": "000000", "type": 3 }, - "id": "59", + "id": "Shuttle-AlewifeHarvardViaHolyoke", "links": { - "self": "/routes/59" + "self": "/routes/Shuttle-AlewifeHarvardViaHolyoke" }, "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, "line": { "data": { - "id": "line-5259", + "id": "line-Red", "type": "line" } } @@ -307454,14 +309159,14 @@ }, { "attributes": {}, - "id": "1269", + "id": "4526", "links": { - "self": "/stops/1269" + "self": "/stops/4526" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1269" + "related": "/facilities/?filter[stop]=4526" } }, "parent_station": { @@ -307478,14 +309183,14 @@ }, { "attributes": {}, - "id": "4047", + "id": "264", "links": { - "self": "/stops/4047" + "self": "/stops/264" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4047" + "related": "/facilities/?filter[stop]=264" } }, "parent_station": { @@ -307502,14 +309207,14 @@ }, { "attributes": {}, - "id": "78511", + "id": "5657", "links": { - "self": "/stops/78511" + "self": "/stops/5657" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=78511" + "related": "/facilities/?filter[stop]=5657" } }, "parent_station": { @@ -307526,14 +309231,14 @@ }, { "attributes": {}, - "id": "71391", + "id": "7130", "links": { - "self": "/stops/71391" + "self": "/stops/7130" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=71391" + "related": "/facilities/?filter[stop]=7130" } }, "parent_station": { @@ -307550,41 +309255,14 @@ }, { "attributes": {}, - "id": "70007", - "links": { - "self": "/stops/70007" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=70007" - } - }, - "parent_station": { - "data": { - "id": "place-jaksn", - "type": "stop" - } - }, - "zone": { - "data": { - "id": "RapidTransit", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "9070028", + "id": "4558", "links": { - "self": "/stops/9070028" + "self": "/stops/4558" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9070028" + "related": "/facilities/?filter[stop]=4558" } }, "parent_station": { @@ -307601,14 +309279,14 @@ }, { "attributes": {}, - "id": "23841", + "id": "8435", "links": { - "self": "/stops/23841" + "self": "/stops/8435" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=23841" + "related": "/facilities/?filter[stop]=8435" } }, "parent_station": { @@ -307623,81 +309301,16 @@ }, "type": "stop" }, - { - "attributes": { - "direction_id": 0, - "headsign": "Babcock Street (Shuttle)" - }, - "id": "BabcockStreetKenmore-0-sample", - "links": { - "self": "/trips/BabcockStreetKenmore-0-sample" - }, - "relationships": { - "route": { - "data": { - "id": "Shuttle-BabcockKenmore", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Shuttle-BabcockKenmore-0-0", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "canonical", - "type": "service" - } - }, - "shape": { - "data": { - "id": "KenmoreToBabcockStreet-S", - "type": "shape" - } - }, - "stops": { - "data": [ - { - "id": "9070150", - "type": "stop" - }, - { - "id": "951", - "type": "stop" - }, - { - "id": "952", - "type": "stop" - }, - { - "id": "953", - "type": "stop" - }, - { - "id": "956", - "type": "stop" - }, - { - "id": "958", - "type": "stop" - } - ] - } - }, - "type": "trip" - }, { "attributes": {}, - "id": "8815", + "id": "5768", "links": { - "self": "/stops/8815" + "self": "/stops/5768" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8815" + "related": "/facilities/?filter[stop]=5768" } }, "parent_station": { @@ -307714,72 +309327,38 @@ }, { "attributes": {}, - "id": "70208", + "id": "359", "links": { - "self": "/stops/70208" + "self": "/stops/359" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70208" + "related": "/facilities/?filter[stop]=359" } }, "parent_station": { - "data": { - "id": "place-spmnl", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } }, "type": "stop" }, - { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Salem Depot", - "Wonderland Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Salem Depot - Wonderland Station", - "short_name": "455", - "sort_order": 54550, - "text_color": "000000", - "type": 3 - }, - "id": "455", - "links": { - "self": "/routes/455" - }, - "relationships": { - "line": { - "data": { - "id": "line-455", - "type": "line" - } - } - }, - "type": "route" - }, { "attributes": {}, - "id": "243", + "id": "1420", "links": { - "self": "/stops/243" + "self": "/stops/1420" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=243" + "related": "/facilities/?filter[stop]=1420" } }, "parent_station": { @@ -307796,14 +309375,14 @@ }, { "attributes": {}, - "id": "640", + "id": "414", "links": { - "self": "/stops/640" + "self": "/stops/414" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=640" + "related": "/facilities/?filter[stop]=414" } }, "parent_station": { @@ -307820,14 +309399,14 @@ }, { "attributes": {}, - "id": "4669", + "id": "2400", "links": { - "self": "/stops/4669" + "self": "/stops/2400" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4669" + "related": "/facilities/?filter[stop]=2400" } }, "parent_station": { @@ -307844,25 +309423,22 @@ }, { "attributes": {}, - "id": "70268", + "id": "1656", "links": { - "self": "/stops/70268" + "self": "/stops/1656" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70268" + "related": "/facilities/?filter[stop]=1656" } }, "parent_station": { - "data": { - "id": "place-miltt", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } @@ -307872,97 +309448,253 @@ { "attributes": { "direction_id": 0, - "headsign": "Haverhill" + "headsign": "North Burlington" }, - "id": "canonical-CR-Haverhill-C1-0", + "id": "67008126", "links": { - "self": "/trips/canonical-CR-Haverhill-C1-0" + "self": "/trips/67008126" }, "relationships": { "route": { "data": { - "id": "CR-Haverhill", + "id": "350", "type": "route" } }, "route_pattern": { "data": { - "id": "CR-Haverhill-C1-0", + "id": "350-4-0", "type": "route_pattern" } }, "service": { "data": { - "id": "canonical", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "canonical-9820002", + "id": "3500229", "type": "shape" } }, "stops": { "data": [ { - "id": "BNT-0000", + "id": "141", "type": "stop" }, { - "id": "WR-0045-S", + "id": "22751", "type": "stop" }, { - "id": "WR-0053-S", + "id": "2275", "type": "stop" }, { - "id": "WR-0062-01", + "id": "2276", "type": "stop" }, { - "id": "WR-0067-01", + "id": "2277", "type": "stop" }, { - "id": "WR-0075-01", + "id": "2278", "type": "stop" }, { - "id": "WR-0085-01", + "id": "2279", "type": "stop" }, { - "id": "WR-0099-01", + "id": "2280", "type": "stop" }, { - "id": "WR-0120-S", + "id": "2281", "type": "stop" }, { - "id": "WR-0163-S", + "id": "2282", "type": "stop" }, { - "id": "WR-0205-02", + "id": "1656", "type": "stop" }, { - "id": "WR-0228-02", + "id": "1657", "type": "stop" }, { - "id": "WR-0264-02", + "id": "1658", "type": "stop" }, { - "id": "WR-0325-01", + "id": "1659", "type": "stop" }, { - "id": "WR-0329-01", + "id": "1660", + "type": "stop" + }, + { + "id": "1661", + "type": "stop" + }, + { + "id": "1662", + "type": "stop" + }, + { + "id": "1663", + "type": "stop" + }, + { + "id": "1665", + "type": "stop" + }, + { + "id": "1668", + "type": "stop" + }, + { + "id": "1670", + "type": "stop" + }, + { + "id": "1671", + "type": "stop" + }, + { + "id": "1672", + "type": "stop" + }, + { + "id": "1673", + "type": "stop" + }, + { + "id": "1674", + "type": "stop" + }, + { + "id": "1677", + "type": "stop" + }, + { + "id": "1678", + "type": "stop" + }, + { + "id": "1679", + "type": "stop" + }, + { + "id": "1680", + "type": "stop" + }, + { + "id": "1681", + "type": "stop" + }, + { + "id": "1682", + "type": "stop" + }, + { + "id": "1683", + "type": "stop" + }, + { + "id": "1684", + "type": "stop" + }, + { + "id": "1686", + "type": "stop" + }, + { + "id": "41686", + "type": "stop" + }, + { + "id": "1687", + "type": "stop" + }, + { + "id": "1688", + "type": "stop" + }, + { + "id": "16881", + "type": "stop" + }, + { + "id": "1689", + "type": "stop" + }, + { + "id": "1690", + "type": "stop" + }, + { + "id": "1691", + "type": "stop" + }, + { + "id": "1692", + "type": "stop" + }, + { + "id": "41692", + "type": "stop" + }, + { + "id": "41693", + "type": "stop" + }, + { + "id": "1693", + "type": "stop" + }, + { + "id": "1694", + "type": "stop" + }, + { + "id": "1695", + "type": "stop" + }, + { + "id": "1696", + "type": "stop" + }, + { + "id": "1697", + "type": "stop" + }, + { + "id": "16971", + "type": "stop" + }, + { + "id": "1698", + "type": "stop" + }, + { + "id": "1699", + "type": "stop" + }, + { + "id": "6900", + "type": "stop" + }, + { + "id": "6902", "type": "stop" } ] @@ -307972,14 +309704,14 @@ }, { "attributes": {}, - "id": "7921", + "id": "61365", "links": { - "self": "/stops/7921" + "self": "/stops/61365" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7921" + "related": "/facilities/?filter[stop]=61365" } }, "parent_station": { @@ -307996,14 +309728,14 @@ }, { "attributes": {}, - "id": "4172", + "id": "3487", "links": { - "self": "/stops/4172" + "self": "/stops/3487" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4172" + "related": "/facilities/?filter[stop]=3487" } }, "parent_station": { @@ -308020,14 +309752,14 @@ }, { "attributes": {}, - "id": "12759", + "id": "9226", "links": { - "self": "/stops/12759" + "self": "/stops/9226" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=12759" + "related": "/facilities/?filter[stop]=9226" } }, "parent_station": { @@ -308044,22 +309776,25 @@ }, { "attributes": {}, - "id": "26137", + "id": "FR-0394-01", "links": { - "self": "/stops/26137" + "self": "/stops/FR-0394-01" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=26137" + "related": "/facilities/?filter[stop]=FR-0394-01" } }, "parent_station": { - "data": null + "data": { + "id": "place-FR-0394", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "CR-zone-8", "type": "zone" } } @@ -308068,14 +309803,14 @@ }, { "attributes": {}, - "id": "3471", + "id": "4315", "links": { - "self": "/stops/3471" + "self": "/stops/4315" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3471" + "related": "/facilities/?filter[stop]=4315" } }, "parent_station": { @@ -308092,38 +309827,35 @@ }, { "attributes": {}, - "id": "25202", + "id": "9070232", "links": { - "self": "/stops/25202" + "self": "/stops/9070232" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=25202" + "related": "/facilities/?filter[stop]=9070232" } }, "parent_station": { "data": null }, "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } + "data": null } }, "type": "stop" }, { "attributes": {}, - "id": "30235", + "id": "1638", "links": { - "self": "/stops/30235" + "self": "/stops/1638" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=30235" + "related": "/facilities/?filter[stop]=1638" } }, "parent_station": { @@ -308140,14 +309872,14 @@ }, { "attributes": {}, - "id": "384", + "id": "21411", "links": { - "self": "/stops/384" + "self": "/stops/21411" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=384" + "related": "/facilities/?filter[stop]=21411" } }, "parent_station": { @@ -308162,27 +309894,38 @@ }, "type": "stop" }, + { + "attributes": { + "color": "FFC72C", + "long_name": "Salem Depot - Wonderland", + "short_name": "455", + "sort_order": 54550, + "text_color": "000000" + }, + "id": "line-455", + "links": { + "self": "/lines/line-455" + }, + "type": "line" + }, { "attributes": {}, - "id": "70038", + "id": "3578", "links": { - "self": "/stops/70038" + "self": "/stops/3578" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70038" + "related": "/facilities/?filter[stop]=3578" } }, "parent_station": { - "data": { - "id": "place-bomnl", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } @@ -308191,14 +309934,14 @@ }, { "attributes": {}, - "id": "2621", + "id": "45080", "links": { - "self": "/stops/2621" + "self": "/stops/45080" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2621" + "related": "/facilities/?filter[stop]=45080" } }, "parent_station": { @@ -308214,64 +309957,63 @@ "type": "stop" }, { - "attributes": { - "direction_id": 0, - "headsign": "Braintree (Express shuttle)" - }, - "id": "NeedhamOrmsDotAve675656-1017-MDLBrainSouthDynamicB1", + "attributes": {}, + "id": "1452", "links": { - "self": "/trips/NeedhamOrmsDotAve675656-1017-MDLBrainSouthDynamicB1" + "self": "/stops/1452" }, "relationships": { - "route": { - "data": { - "id": "Shuttle-BraintreeSouthStationExpress", - "type": "route" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=1452" } }, - "route_pattern": { - "data": { - "id": "Shuttle-BraintreeSouthStationExpress-0-0", - "type": "route_pattern" - } + "parent_station": { + "data": null }, - "service": { + "zone": { "data": { - "id": "Spring/SummerSaturday", - "type": "service" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "NHRML-0254-B", + "links": { + "self": "/stops/NHRML-0254-B" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=NHRML-0254-B" } }, - "shape": { + "parent_station": { "data": { - "id": "SouthStationToBraintreeExpress-S", - "type": "shape" + "id": "place-NHRML-0254", + "type": "stop" } }, - "stops": { - "data": [ - { - "id": "NEC-2287-B", - "type": "stop" - }, - { - "id": "38671", - "type": "stop" - } - ] + "zone": { + "data": null } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "7517", + "id": "5530", "links": { - "self": "/stops/7517" + "self": "/stops/5530" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7517" + "related": "/facilities/?filter[stop]=5530" } }, "parent_station": { @@ -308288,14 +310030,14 @@ }, { "attributes": {}, - "id": "7332", + "id": "81562", "links": { - "self": "/stops/7332" + "self": "/stops/81562" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7332" + "related": "/facilities/?filter[stop]=81562" } }, "parent_station": { @@ -308312,14 +310054,14 @@ }, { "attributes": {}, - "id": "2389", + "id": "516", "links": { - "self": "/stops/2389" + "self": "/stops/516" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2389" + "related": "/facilities/?filter[stop]=516" } }, "parent_station": { @@ -308336,22 +310078,25 @@ }, { "attributes": {}, - "id": "1508", + "id": "70267", "links": { - "self": "/stops/1508" + "self": "/stops/70267" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1508" + "related": "/facilities/?filter[stop]=70267" } }, "parent_station": { - "data": null + "data": { + "id": "place-miltt", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -308360,14 +310105,14 @@ }, { "attributes": {}, - "id": "7861", + "id": "9039", "links": { - "self": "/stops/7861" + "self": "/stops/9039" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7861" + "related": "/facilities/?filter[stop]=9039" } }, "parent_station": { @@ -308384,18 +310129,21 @@ }, { "attributes": {}, - "id": "111801", + "id": "121", "links": { - "self": "/stops/111801" + "self": "/stops/121" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=111801" + "related": "/facilities/?filter[stop]=121" } }, "parent_station": { - "data": null + "data": { + "id": "place-jfk", + "type": "stop" + } }, "zone": { "data": { @@ -308408,14 +310156,14 @@ }, { "attributes": {}, - "id": "2320", + "id": "7384", "links": { - "self": "/stops/2320" + "self": "/stops/7384" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2320" + "related": "/facilities/?filter[stop]=7384" } }, "parent_station": { @@ -308432,14 +310180,14 @@ }, { "attributes": {}, - "id": "8576", + "id": "90310", "links": { - "self": "/stops/8576" + "self": "/stops/90310" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8576" + "related": "/facilities/?filter[stop]=90310" } }, "parent_station": { @@ -308456,14 +310204,14 @@ }, { "attributes": {}, - "id": "139", + "id": "3966", "links": { - "self": "/stops/139" + "self": "/stops/3966" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=139" + "related": "/facilities/?filter[stop]=3966" } }, "parent_station": { @@ -308480,14 +310228,14 @@ }, { "attributes": {}, - "id": "14836", + "id": "7617", "links": { - "self": "/stops/14836" + "self": "/stops/7617" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=14836" + "related": "/facilities/?filter[stop]=7617" } }, "parent_station": { @@ -308504,14 +310252,14 @@ }, { "attributes": {}, - "id": "806", + "id": "11257", "links": { - "self": "/stops/806" + "self": "/stops/11257" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=806" + "related": "/facilities/?filter[stop]=11257" } }, "parent_station": { @@ -308524,18 +310272,251 @@ } } }, - "type": "stop" + "type": "stop" + }, + { + "attributes": { + "direction_id": 1, + "headsign": "Newton Corner" + }, + "id": "66645927", + "links": { + "self": "/trips/66645927" + }, + "relationships": { + "route": { + "data": { + "id": "554", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "554-6-1", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "WinterWeekday", + "type": "service" + } + }, + "shape": { + "data": { + "id": "5540101", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "2099", + "type": "stop" + }, + { + "id": "7709", + "type": "stop" + }, + { + "id": "7710", + "type": "stop" + }, + { + "id": "7711", + "type": "stop" + }, + { + "id": "77110", + "type": "stop" + }, + { + "id": "7713", + "type": "stop" + }, + { + "id": "7696", + "type": "stop" + }, + { + "id": "78600", + "type": "stop" + }, + { + "id": "7697", + "type": "stop" + }, + { + "id": "9518", + "type": "stop" + }, + { + "id": "7699", + "type": "stop" + }, + { + "id": "7698", + "type": "stop" + }, + { + "id": "7700", + "type": "stop" + }, + { + "id": "7795", + "type": "stop" + }, + { + "id": "7797", + "type": "stop" + }, + { + "id": "883321", + "type": "stop" + }, + { + "id": "88333", + "type": "stop" + }, + { + "id": "17813", + "type": "stop" + }, + { + "id": "7813", + "type": "stop" + }, + { + "id": "7814", + "type": "stop" + }, + { + "id": "78451", + "type": "stop" + }, + { + "id": "78452", + "type": "stop" + }, + { + "id": "86964", + "type": "stop" + }, + { + "id": "86965", + "type": "stop" + }, + { + "id": "86967", + "type": "stop" + }, + { + "id": "86968", + "type": "stop" + }, + { + "id": "7617", + "type": "stop" + }, + { + "id": "76171", + "type": "stop" + }, + { + "id": "7618", + "type": "stop" + }, + { + "id": "7619", + "type": "stop" + }, + { + "id": "7620", + "type": "stop" + }, + { + "id": "7621", + "type": "stop" + }, + { + "id": "7622", + "type": "stop" + }, + { + "id": "7623", + "type": "stop" + }, + { + "id": "7625", + "type": "stop" + }, + { + "id": "76251", + "type": "stop" + }, + { + "id": "7626", + "type": "stop" + }, + { + "id": "7627", + "type": "stop" + }, + { + "id": "7629", + "type": "stop" + }, + { + "id": "7630", + "type": "stop" + }, + { + "id": "7631", + "type": "stop" + }, + { + "id": "7632", + "type": "stop" + }, + { + "id": "76431", + "type": "stop" + }, + { + "id": "7633", + "type": "stop" + }, + { + "id": "7634", + "type": "stop" + }, + { + "id": "7635", + "type": "stop" + }, + { + "id": "19031", + "type": "stop" + }, + { + "id": "903", + "type": "stop" + } + ] + } + }, + "type": "trip" }, { "attributes": {}, - "id": "4204", + "id": "111206", "links": { - "self": "/stops/4204" + "self": "/stops/111206" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4204" + "related": "/facilities/?filter[stop]=111206" } }, "parent_station": { @@ -308551,87 +310532,52 @@ "type": "stop" }, { - "attributes": {}, - "id": "5094", - "links": { - "self": "/stops/5094" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=5094" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Ashmont Station", + "Ruggles Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Ashmont Station - Ruggles Station via Washington Street", + "short_name": "23", + "sort_order": 50230, + "text_color": "000000", + "type": 3 }, - "type": "stop" - }, - { - "attributes": {}, - "id": "3024", + "id": "23", "links": { - "self": "/stops/3024" + "self": "/routes/23" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=3024" - } - }, - "parent_station": { - "data": null - }, - "zone": { + "agency": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "6699", - "links": { - "self": "/stops/6699" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=6699" + "id": "1", + "type": "agency" } }, - "parent_station": { - "data": null - }, - "zone": { + "line": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "line-23", + "type": "line" } } }, - "type": "stop" + "type": "route" }, { "attributes": {}, - "id": "8213", + "id": "86935", "links": { - "self": "/stops/8213" + "self": "/stops/86935" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8213" + "related": "/facilities/?filter[stop]=86935" } }, "parent_station": { @@ -308648,14 +310594,14 @@ }, { "attributes": {}, - "id": "850", + "id": "340", "links": { - "self": "/stops/850" + "self": "/stops/340" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=850" + "related": "/facilities/?filter[stop]=340" } }, "parent_station": { @@ -308672,14 +310618,14 @@ }, { "attributes": {}, - "id": "1435", + "id": "81463", "links": { - "self": "/stops/1435" + "self": "/stops/81463" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1435" + "related": "/facilities/?filter[stop]=81463" } }, "parent_station": { @@ -308696,14 +310642,14 @@ }, { "attributes": {}, - "id": "5753", + "id": "2941", "links": { - "self": "/stops/5753" + "self": "/stops/2941" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5753" + "related": "/facilities/?filter[stop]=2941" } }, "parent_station": { @@ -308721,181 +310667,305 @@ { "attributes": { "direction_id": 1, - "headsign": "Forest Hills" + "headsign": "Wellington via Veterans Senior Center" }, - "id": "62144849", + "id": "66959926", "links": { - "self": "/trips/62144849" + "self": "/trips/66959926" }, "relationships": { "route": { "data": { - "id": "35", + "id": "134", "type": "route" } }, "route_pattern": { "data": { - "id": "35-_-1", + "id": "134-2-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "350186", + "id": "1340402", "type": "shape" } }, "stops": { "data": [ { - "id": "616", + "id": "8852", "type": "stop" }, { - "id": "763", + "id": "8853", "type": "stop" }, { - "id": "764", + "id": "8854", "type": "stop" }, { - "id": "765", + "id": "8855", "type": "stop" }, { - "id": "766", + "id": "8856", "type": "stop" }, { - "id": "767", + "id": "8857", "type": "stop" }, { - "id": "768", + "id": "8858", "type": "stop" }, { - "id": "10769", + "id": "88591", "type": "stop" }, { - "id": "769", + "id": "8860", "type": "stop" }, { - "id": "770", + "id": "8861", "type": "stop" }, { - "id": "771", + "id": "8862", "type": "stop" }, { - "id": "772", + "id": "8863", "type": "stop" }, { - "id": "773", + "id": "10016", "type": "stop" }, { - "id": "780", + "id": "8864", "type": "stop" }, { - "id": "781", + "id": "8865", "type": "stop" }, { - "id": "782", + "id": "8866", "type": "stop" }, { - "id": "783", + "id": "8867", "type": "stop" }, { - "id": "784", + "id": "8868", "type": "stop" }, { - "id": "785", + "id": "8869", "type": "stop" }, { - "id": "786", + "id": "8870", "type": "stop" }, { - "id": "787", + "id": "9125", "type": "stop" }, { - "id": "788", + "id": "6941", "type": "stop" }, { - "id": "789", + "id": "6942", "type": "stop" }, { - "id": "790", + "id": "6943", "type": "stop" }, { - "id": "791", + "id": "6944", "type": "stop" }, { - "id": "792", + "id": "6945", "type": "stop" }, { - "id": "793", + "id": "6946", "type": "stop" }, { - "id": "795", + "id": "6947", "type": "stop" }, { - "id": "636", + "id": "6948", "type": "stop" }, { - "id": "637", + "id": "6949", "type": "stop" }, { - "id": "638", + "id": "6950", "type": "stop" }, { - "id": "639", + "id": "6951", "type": "stop" }, { - "id": "640", + "id": "6952", "type": "stop" }, { - "id": "641", + "id": "6953", "type": "stop" }, { - "id": "642", + "id": "6954", "type": "stop" }, { - "id": "10642", + "id": "6955", + "type": "stop" + }, + { + "id": "6956", + "type": "stop" + }, + { + "id": "6957", + "type": "stop" + }, + { + "id": "6958", + "type": "stop" + }, + { + "id": "6959", + "type": "stop" + }, + { + "id": "6961", + "type": "stop" + }, + { + "id": "9145", + "type": "stop" + }, + { + "id": "9146", + "type": "stop" + }, + { + "id": "9147", + "type": "stop" + }, + { + "id": "9149", + "type": "stop" + }, + { + "id": "9150", + "type": "stop" + }, + { + "id": "5008", + "type": "stop" + }, + { + "id": "6322", + "type": "stop" + }, + { + "id": "6323", + "type": "stop" + }, + { + "id": "6324", + "type": "stop" + }, + { + "id": "63241", + "type": "stop" + }, + { + "id": "9151", + "type": "stop" + }, + { + "id": "9152", + "type": "stop" + }, + { + "id": "9153", + "type": "stop" + }, + { + "id": "9154", + "type": "stop" + }, + { + "id": "9155", + "type": "stop" + }, + { + "id": "9156", + "type": "stop" + }, + { + "id": "9157", + "type": "stop" + }, + { + "id": "49157", + "type": "stop" + }, + { + "id": "49158", + "type": "stop" + }, + { + "id": "9158", + "type": "stop" + }, + { + "id": "9159", + "type": "stop" + }, + { + "id": "9160", + "type": "stop" + }, + { + "id": "9161", + "type": "stop" + }, + { + "id": "9042", + "type": "stop" + }, + { + "id": "9043", + "type": "stop" + }, + { + "id": "52720", "type": "stop" } ] @@ -308905,25 +310975,22 @@ }, { "attributes": {}, - "id": "ER-0099-01", + "id": "6283", "links": { - "self": "/stops/ER-0099-01" + "self": "/stops/6283" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=ER-0099-01" + "related": "/facilities/?filter[stop]=6283" } }, "parent_station": { - "data": { - "id": "place-ER-0099", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "CR-zone-2", + "id": "LocalBus", "type": "zone" } } @@ -308932,14 +310999,14 @@ }, { "attributes": {}, - "id": "56733", + "id": "109865", "links": { - "self": "/stops/56733" + "self": "/stops/109865" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=56733" + "related": "/facilities/?filter[stop]=109865" } }, "parent_station": { @@ -308956,14 +311023,14 @@ }, { "attributes": {}, - "id": "6727", + "id": "8309", "links": { - "self": "/stops/6727" + "self": "/stops/8309" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6727" + "related": "/facilities/?filter[stop]=8309" } }, "parent_station": { @@ -308980,14 +311047,14 @@ }, { "attributes": {}, - "id": "3809", + "id": "81443", "links": { - "self": "/stops/3809" + "self": "/stops/81443" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3809" + "related": "/facilities/?filter[stop]=81443" } }, "parent_station": { @@ -309004,14 +311071,14 @@ }, { "attributes": {}, - "id": "2349", + "id": "5224", "links": { - "self": "/stops/2349" + "self": "/stops/5224" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2349" + "related": "/facilities/?filter[stop]=5224" } }, "parent_station": { @@ -309028,14 +311095,14 @@ }, { "attributes": {}, - "id": "63621", + "id": "5757", "links": { - "self": "/stops/63621" + "self": "/stops/5757" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=63621" + "related": "/facilities/?filter[stop]=5757" } }, "parent_station": { @@ -309052,14 +311119,14 @@ }, { "attributes": {}, - "id": "2177", + "id": "7713", "links": { - "self": "/stops/2177" + "self": "/stops/7713" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2177" + "related": "/facilities/?filter[stop]=7713" } }, "parent_station": { @@ -309075,164 +311142,63 @@ "type": "stop" }, { - "attributes": { - "direction_id": 0, - "headsign": "Waltham (Express)" - }, - "id": "61393925", + "attributes": {}, + "id": "6116", "links": { - "self": "/trips/61393925" + "self": "/stops/6116" }, "relationships": { - "route": { - "data": { - "id": "505", - "type": "route" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=6116" } }, - "route_pattern": { - "data": { - "id": "505-5-0", - "type": "route_pattern" - } + "parent_station": { + "data": null }, - "service": { + "zone": { "data": { - "id": "SpringWeekday", - "type": "service" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "5978", + "links": { + "self": "/stops/5978" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=5978" } }, - "shape": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "5050096", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "6551", - "type": "stop" - }, - { - "id": "16535", - "type": "stop" - }, - { - "id": "6555", - "type": "stop" - }, - { - "id": "65541", - "type": "stop" - }, - { - "id": "65542", - "type": "stop" - }, - { - "id": "65543", - "type": "stop" - }, - { - "id": "65544", - "type": "stop" - }, - { - "id": "65546", - "type": "stop" - }, - { - "id": "7833", - "type": "stop" - }, - { - "id": "65547", - "type": "stop" - }, - { - "id": "7834", - "type": "stop" - }, - { - "id": "7835", - "type": "stop" - }, - { - "id": "7836", - "type": "stop" - }, - { - "id": "7837", - "type": "stop" - }, - { - "id": "7838", - "type": "stop" - }, - { - "id": "7659", - "type": "stop" - }, - { - "id": "76592", - "type": "stop" - }, - { - "id": "76593", - "type": "stop" - }, - { - "id": "7660", - "type": "stop" - }, - { - "id": "76594", - "type": "stop" - }, - { - "id": "7845", - "type": "stop" - }, - { - "id": "7846", - "type": "stop" - }, - { - "id": "17846", - "type": "stop" - }, - { - "id": "76597", - "type": "stop" - }, - { - "id": "86971", - "type": "stop" - }, - { - "id": "883321", - "type": "stop" - }, - { - "id": "88333", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "854", + "id": "1880", "links": { - "self": "/stops/854" + "self": "/stops/1880" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=854" + "related": "/facilities/?filter[stop]=1880" } }, "parent_station": { @@ -309249,166 +311215,86 @@ }, { "attributes": { - "direction_id": 0, - "headsign": "Boston College" + "direction_id": 1, + "headsign": "South Station" }, - "id": "61805333", + "id": "canonical-CR-Needham-C1-1", "links": { - "self": "/trips/61805333" + "self": "/trips/canonical-CR-Needham-C1-1" }, "relationships": { "route": { "data": { - "id": "Green-B", + "id": "CR-Needham", "type": "route" } }, "route_pattern": { "data": { - "id": "Green-B-816-0", + "id": "CR-Needham-C1-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "canonical", "type": "service" } }, "shape": { "data": { - "id": "8000019", + "id": "canonical-9860001", "type": "shape" } }, "stops": { "data": [ { - "id": "70512", - "type": "stop" - }, - { - "id": "70510", - "type": "stop" - }, - { - "id": "70508", - "type": "stop" - }, - { - "id": "70506", - "type": "stop" - }, - { - "id": "70514", - "type": "stop" - }, - { - "id": "70502", - "type": "stop" - }, - { - "id": "70208", - "type": "stop" - }, - { - "id": "70206", - "type": "stop" - }, - { - "id": "70204", - "type": "stop" - }, - { - "id": "70202", - "type": "stop" - }, - { - "id": "70196", - "type": "stop" - }, - { - "id": "70159", - "type": "stop" - }, - { - "id": "70157", - "type": "stop" - }, - { - "id": "70155", - "type": "stop" - }, - { - "id": "70153", - "type": "stop" - }, - { - "id": "71151", - "type": "stop" - }, - { - "id": "70149", - "type": "stop" - }, - { - "id": "70147", - "type": "stop" - }, - { - "id": "70145", - "type": "stop" - }, - { - "id": "170141", - "type": "stop" - }, - { - "id": "170137", + "id": "NB-0137-S", "type": "stop" }, { - "id": "70135", + "id": "NB-0127-S", "type": "stop" }, { - "id": "70131", + "id": "NB-0120-S", "type": "stop" }, { - "id": "70129", + "id": "NB-0109-S", "type": "stop" }, { - "id": "70127", + "id": "NB-0080-S", "type": "stop" }, { - "id": "70125", + "id": "NB-0076-S", "type": "stop" }, { - "id": "70121", + "id": "NB-0072-S", "type": "stop" }, { - "id": "70117", + "id": "NB-0064-S", "type": "stop" }, { - "id": "70115", + "id": "NEC-2237-05", "type": "stop" }, { - "id": "70113", + "id": "NEC-2265", "type": "stop" }, { - "id": "70111", + "id": "NEC-2276", "type": "stop" }, { - "id": "70107", + "id": "NEC-2287", "type": "stop" } ] @@ -309418,14 +311304,14 @@ }, { "attributes": {}, - "id": "3959", + "id": "13093", "links": { - "self": "/stops/3959" + "self": "/stops/13093" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3959" + "related": "/facilities/?filter[stop]=13093" } }, "parent_station": { @@ -309441,88 +311327,87 @@ "type": "stop" }, { - "attributes": { - "direction_id": 0, - "headsign": "Mattapan" - }, - "id": "canonical-Mattapan-C1-0", + "attributes": {}, + "id": "5444", "links": { - "self": "/trips/canonical-Mattapan-C1-0" + "self": "/stops/5444" }, "relationships": { - "route": { - "data": { - "id": "Mattapan", - "type": "route" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=5444" } }, - "route_pattern": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "Mattapan-_-0", - "type": "route_pattern" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "7109", + "links": { + "self": "/stops/7109" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=7109" } }, - "service": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "canonical", - "type": "service" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "3295", + "links": { + "self": "/stops/3295" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=3295" } }, - "shape": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "canonical-899_0005", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "70261", - "type": "stop" - }, - { - "id": "70263", - "type": "stop" - }, - { - "id": "70265", - "type": "stop" - }, - { - "id": "70267", - "type": "stop" - }, - { - "id": "70269", - "type": "stop" - }, - { - "id": "70271", - "type": "stop" - }, - { - "id": "70273", - "type": "stop" - }, - { - "id": "70275", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "7125", + "id": "1841", "links": { - "self": "/stops/7125" + "self": "/stops/1841" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7125" + "related": "/facilities/?filter[stop]=1841" } }, "parent_station": { @@ -309537,16 +311422,30 @@ }, "type": "stop" }, + { + "attributes": { + "color": "FFC72C", + "long_name": "Waverley Square - Harvard", + "short_name": "73", + "sort_order": 50730, + "text_color": "000000" + }, + "id": "line-73", + "links": { + "self": "/lines/line-73" + }, + "type": "line" + }, { "attributes": {}, - "id": "6650", + "id": "3463", "links": { - "self": "/stops/6650" + "self": "/stops/3463" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6650" + "related": "/facilities/?filter[stop]=3463" } }, "parent_station": { @@ -309563,25 +311462,25 @@ }, { "attributes": {}, - "id": "29005", + "id": "70216", "links": { - "self": "/stops/29005" + "self": "/stops/70216" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=29005" + "related": "/facilities/?filter[stop]=70216" } }, "parent_station": { "data": { - "id": "place-sull", + "id": "place-kntst", "type": "stop" } }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -309590,14 +311489,14 @@ }, { "attributes": {}, - "id": "369", + "id": "88618", "links": { - "self": "/stops/369" + "self": "/stops/88618" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=369" + "related": "/facilities/?filter[stop]=88618" } }, "parent_station": { @@ -309614,35 +311513,38 @@ }, { "attributes": {}, - "id": "9070046", + "id": "6106", "links": { - "self": "/stops/9070046" + "self": "/stops/6106" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9070046" + "related": "/facilities/?filter[stop]=6106" } }, "parent_station": { "data": null }, "zone": { - "data": null + "data": { + "id": "LocalBus", + "type": "zone" + } } }, "type": "stop" }, { "attributes": {}, - "id": "7762", + "id": "77777", "links": { - "self": "/stops/7762" + "self": "/stops/77777" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7762" + "related": "/facilities/?filter[stop]=77777" } }, "parent_station": { @@ -309657,16 +311559,161 @@ }, "type": "stop" }, + { + "attributes": { + "direction_id": 1, + "headsign": "Orient Heights" + }, + "id": "67317091", + "links": { + "self": "/trips/67317091" + }, + "relationships": { + "route": { + "data": { + "id": "712", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "712-_-1", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "PRIV12025-hpp15hl6-Saturday-01", + "type": "service" + } + }, + "shape": { + "data": { + "id": "7120098", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "109853", + "type": "stop" + }, + { + "id": "109857", + "type": "stop" + }, + { + "id": "109912", + "type": "stop" + }, + { + "id": "109858", + "type": "stop" + }, + { + "id": "109860", + "type": "stop" + }, + { + "id": "109861", + "type": "stop" + }, + { + "id": "109862", + "type": "stop" + }, + { + "id": "109864", + "type": "stop" + }, + { + "id": "109865", + "type": "stop" + }, + { + "id": "109821", + "type": "stop" + }, + { + "id": "109822", + "type": "stop" + }, + { + "id": "109823", + "type": "stop" + }, + { + "id": "109824", + "type": "stop" + }, + { + "id": "109825", + "type": "stop" + }, + { + "id": "109826", + "type": "stop" + }, + { + "id": "109827", + "type": "stop" + }, + { + "id": "109828", + "type": "stop" + }, + { + "id": "109829", + "type": "stop" + }, + { + "id": "109899", + "type": "stop" + }, + { + "id": "109830", + "type": "stop" + }, + { + "id": "109831", + "type": "stop" + }, + { + "id": "109832", + "type": "stop" + }, + { + "id": "109835", + "type": "stop" + }, + { + "id": "109836", + "type": "stop" + }, + { + "id": "109838", + "type": "stop" + }, + { + "id": "15880", + "type": "stop" + } + ] + } + }, + "type": "trip" + }, { "attributes": {}, - "id": "5704", + "id": "4305", "links": { - "self": "/stops/5704" + "self": "/stops/4305" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5704" + "related": "/facilities/?filter[stop]=4305" } }, "parent_station": { @@ -309683,14 +311730,14 @@ }, { "attributes": {}, - "id": "512", + "id": "84921", "links": { - "self": "/stops/512" + "self": "/stops/84921" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=512" + "related": "/facilities/?filter[stop]=84921" } }, "parent_station": { @@ -309707,49 +311754,95 @@ }, { "attributes": {}, - "id": "NHRML-0254-B", + "id": "4484", "links": { - "self": "/stops/NHRML-0254-B" + "self": "/stops/4484" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=NHRML-0254-B" + "related": "/facilities/?filter[stop]=4484" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": { + "direction_id": 0, + "headsign": "Braintree (Express shuttle)" + }, + "id": "GreenbushBraintreeSouthStationExtended-0-sample", + "links": { + "self": "/trips/GreenbushBraintreeSouthStationExtended-0-sample" + }, + "relationships": { + "route": { + "data": { + "id": "Shuttle-BraintreeSouthStationExpress", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "Shuttle-BraintreeSouthStationExpress-0-0", + "type": "route_pattern" } }, - "parent_station": { + "service": { "data": { - "id": "place-NHRML-0254", - "type": "stop" + "id": "canonical", + "type": "service" } }, - "zone": { - "data": null + "shape": { + "data": { + "id": "SouthStationToBraintreeExpress-S", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "NEC-2287-B", + "type": "stop" + }, + { + "id": "38671", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "70507", + "id": "1562", "links": { - "self": "/stops/70507" + "self": "/stops/1562" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70507" + "related": "/facilities/?filter[stop]=1562" } }, "parent_station": { - "data": { - "id": "place-mgngl", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } @@ -309758,14 +311851,14 @@ }, { "attributes": {}, - "id": "4853", + "id": "9211", "links": { - "self": "/stops/4853" + "self": "/stops/9211" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4853" + "related": "/facilities/?filter[stop]=9211" } }, "parent_station": { @@ -309782,14 +311875,14 @@ }, { "attributes": {}, - "id": "4329", + "id": "5588", "links": { - "self": "/stops/4329" + "self": "/stops/5588" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4329" + "related": "/facilities/?filter[stop]=5588" } }, "parent_station": { @@ -309806,38 +311899,35 @@ }, { "attributes": {}, - "id": "1665", + "id": "9070156", "links": { - "self": "/stops/1665" + "self": "/stops/9070156" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1665" + "related": "/facilities/?filter[stop]=9070156" } }, "parent_station": { "data": null }, "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } + "data": null } }, "type": "stop" }, { "attributes": {}, - "id": "508", + "id": "4195", "links": { - "self": "/stops/508" + "self": "/stops/4195" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=508" + "related": "/facilities/?filter[stop]=4195" } }, "parent_station": { @@ -309854,14 +311944,14 @@ }, { "attributes": {}, - "id": "5506", + "id": "8975", "links": { - "self": "/stops/5506" + "self": "/stops/8975" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5506" + "related": "/facilities/?filter[stop]=8975" } }, "parent_station": { @@ -309878,14 +311968,14 @@ }, { "attributes": {}, - "id": "111656", + "id": "63618", "links": { - "self": "/stops/111656" + "self": "/stops/63618" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=111656" + "related": "/facilities/?filter[stop]=63618" } }, "parent_station": { @@ -309902,86 +311992,83 @@ }, { "attributes": {}, - "id": "WR-0264-B2", + "id": "1310", "links": { - "self": "/stops/WR-0264-B2" + "self": "/stops/1310" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=WR-0264-B2" + "related": "/facilities/?filter[stop]=1310" } }, "parent_station": { - "data": { - "id": "place-WR-0264", - "type": "stop" - } + "data": null }, "zone": { - "data": null + "data": { + "id": "LocalBus", + "type": "zone" + } } }, "type": "stop" }, { "attributes": {}, - "id": "1071", + "id": "9070165", "links": { - "self": "/stops/1071" + "self": "/stops/9070165" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1071" + "related": "/facilities/?filter[stop]=9070165" } }, "parent_station": { "data": null }, "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } + "data": null } }, "type": "stop" }, { "attributes": {}, - "id": "3549", + "id": "ER-0276-B", "links": { - "self": "/stops/3549" + "self": "/stops/ER-0276-B" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3549" + "related": "/facilities/?filter[stop]=ER-0276-B" } }, "parent_station": { - "data": null - }, - "zone": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "place-ER-0276", + "type": "stop" } + }, + "zone": { + "data": null } }, "type": "stop" }, { "attributes": {}, - "id": "8442", + "id": "6517", "links": { - "self": "/stops/8442" + "self": "/stops/6517" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8442" + "related": "/facilities/?filter[stop]=6517" } }, "parent_station": { @@ -309998,14 +312085,14 @@ }, { "attributes": {}, - "id": "1327", + "id": "7123", "links": { - "self": "/stops/1327" + "self": "/stops/7123" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1327" + "related": "/facilities/?filter[stop]=7123" } }, "parent_station": { @@ -310022,14 +312109,14 @@ }, { "attributes": {}, - "id": "775", + "id": "49157", "links": { - "self": "/stops/775" + "self": "/stops/49157" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=775" + "related": "/facilities/?filter[stop]=49157" } }, "parent_station": { @@ -310046,14 +312133,14 @@ }, { "attributes": {}, - "id": "13818", + "id": "5986", "links": { - "self": "/stops/13818" + "self": "/stops/5986" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=13818" + "related": "/facilities/?filter[stop]=5986" } }, "parent_station": { @@ -310070,14 +312157,14 @@ }, { "attributes": {}, - "id": "38813", + "id": "933", "links": { - "self": "/stops/38813" + "self": "/stops/933" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=38813" + "related": "/facilities/?filter[stop]=933" } }, "parent_station": { @@ -310092,30 +312179,16 @@ }, "type": "stop" }, - { - "attributes": { - "color": "FFC72C", - "long_name": "Forest Hills - Nubian", - "short_name": "42", - "sort_order": 50420, - "text_color": "000000" - }, - "id": "line-42", - "links": { - "self": "/lines/line-42" - }, - "type": "line" - }, { "attributes": {}, - "id": "5913", + "id": "21773", "links": { - "self": "/stops/5913" + "self": "/stops/21773" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5913" + "related": "/facilities/?filter[stop]=21773" } }, "parent_station": { @@ -310132,14 +312205,14 @@ }, { "attributes": {}, - "id": "5463", + "id": "5788", "links": { - "self": "/stops/5463" + "self": "/stops/5788" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5463" + "related": "/facilities/?filter[stop]=5788" } }, "parent_station": { @@ -310156,14 +312229,14 @@ }, { "attributes": {}, - "id": "6393", + "id": "2396", "links": { - "self": "/stops/6393" + "self": "/stops/2396" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6393" + "related": "/facilities/?filter[stop]=2396" } }, "parent_station": { @@ -310180,14 +312253,14 @@ }, { "attributes": {}, - "id": "49003", + "id": "3267", "links": { - "self": "/stops/49003" + "self": "/stops/3267" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=49003" + "related": "/facilities/?filter[stop]=3267" } }, "parent_station": { @@ -310204,14 +312277,14 @@ }, { "attributes": {}, - "id": "49810", + "id": "17839", "links": { - "self": "/stops/49810" + "self": "/stops/17839" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=49810" + "related": "/facilities/?filter[stop]=17839" } }, "parent_station": { @@ -310229,122 +312302,145 @@ { "attributes": { "direction_id": 0, - "headsign": "Newburyport (Shuttle)" + "headsign": "Adams & Gallivan via Fields Corner" }, - "id": "NewburyportSalem-0-sample", + "id": "66645287", "links": { - "self": "/trips/NewburyportSalem-0-sample" + "self": "/trips/66645287" }, "relationships": { "route": { "data": { - "id": "Shuttle-NewburyportSalemLocal", + "id": "19", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-NewburyportSalemLocal-0-0", + "id": "19-5-0", "type": "route_pattern" } }, "service": { "data": { - "id": "canonical", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "SalemToNewburyportLocal-S", + "id": "190288", "type": "shape" } }, "stops": { "data": [ { - "id": "ER-0168-B", + "id": "407", "type": "stop" }, { - "id": "ER-0183-B", + "id": "410", "type": "stop" }, { - "id": "ER-0208-B0", + "id": "411", "type": "stop" }, { - "id": "ER-0227-B0", + "id": "412", "type": "stop" }, { - "id": "ER-0276-B", + "id": "471", "type": "stop" }, { - "id": "ER-0312-B", + "id": "472", "type": "stop" }, { - "id": "ER-0362-B", + "id": "468", "type": "stop" - } - ] - } - }, - "type": "trip" - }, - { - "attributes": { - "direction_id": 1, - "headsign": "North Station (Local shuttle)" - }, - "id": "AndersonWoburnNorthStationLocal-1-sample", - "links": { - "self": "/trips/AndersonWoburnNorthStationLocal-1-sample" - }, - "relationships": { - "route": { - "data": { - "id": "Shuttle-AndersonWoburnNorthStationLocal", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Shuttle-AndersonWoburnNorthStationLocal-0-1", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "canonical", - "type": "service" - } - }, - "shape": { - "data": { - "id": "AndersonWoburnToNorthStationLocal-S", - "type": "shape" - } - }, - "stops": { - "data": [ + }, { - "id": "NHRML-0127-B", + "id": "550", "type": "stop" }, { - "id": "NHRML-0073-B", + "id": "551", "type": "stop" }, { - "id": "NHRML-0055-B1", + "id": "552", "type": "stop" }, { - "id": "BNT-0000-B2", + "id": "553", + "type": "stop" + }, + { + "id": "554", + "type": "stop" + }, + { + "id": "555", + "type": "stop" + }, + { + "id": "556", + "type": "stop" + }, + { + "id": "323", + "type": "stop" + }, + { + "id": "325", + "type": "stop" + }, + { + "id": "3065", + "type": "stop" + }, + { + "id": "3066", + "type": "stop" + }, + { + "id": "8326", + "type": "stop" + }, + { + "id": "8680", + "type": "stop" + }, + { + "id": "8681", + "type": "stop" + }, + { + "id": "8682", + "type": "stop" + }, + { + "id": "8683", + "type": "stop" + }, + { + "id": "8684", + "type": "stop" + }, + { + "id": "8685", + "type": "stop" + }, + { + "id": "8686", + "type": "stop" + }, + { + "id": "8687", "type": "stop" } ] @@ -310354,14 +312450,14 @@ }, { "attributes": {}, - "id": "17000", + "id": "65471", "links": { - "self": "/stops/17000" + "self": "/stops/65471" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=17000" + "related": "/facilities/?filter[stop]=65471" } }, "parent_station": { @@ -310378,14 +312474,14 @@ }, { "attributes": {}, - "id": "6729", + "id": "2429", "links": { - "self": "/stops/6729" + "self": "/stops/2429" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6729" + "related": "/facilities/?filter[stop]=2429" } }, "parent_station": { @@ -310402,14 +312498,14 @@ }, { "attributes": {}, - "id": "9111", + "id": "8175", "links": { - "self": "/stops/9111" + "self": "/stops/8175" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9111" + "related": "/facilities/?filter[stop]=8175" } }, "parent_station": { @@ -310426,14 +312522,14 @@ }, { "attributes": {}, - "id": "4275", + "id": "1266", "links": { - "self": "/stops/4275" + "self": "/stops/1266" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4275" + "related": "/facilities/?filter[stop]=1266" } }, "parent_station": { @@ -310450,38 +312546,14 @@ }, { "attributes": {}, - "id": "BNT-0000-B2", - "links": { - "self": "/stops/BNT-0000-B2" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=BNT-0000-B2" - } - }, - "parent_station": { - "data": { - "id": "place-north", - "type": "stop" - } - }, - "zone": { - "data": null - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "7476", + "id": "88332", "links": { - "self": "/stops/7476" + "self": "/stops/88332" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7476" + "related": "/facilities/?filter[stop]=88332" } }, "parent_station": { @@ -310497,71 +312569,63 @@ "type": "stop" }, { - "attributes": {}, - "id": "12826", + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Haverhill", + "North Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Haverhill - Reading (Local)", + "short_name": "Haverhill Line Shuttle", + "sort_order": 61974, + "text_color": "000000", + "type": 3 + }, + "id": "Shuttle-HaverhillReadingLocal", "links": { - "self": "/stops/12826" + "self": "/routes/Shuttle-HaverhillReadingLocal" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=12826" + "agency": { + "data": { + "id": "1", + "type": "agency" } }, - "parent_station": { - "data": null - }, - "zone": { + "line": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "line-Haverhill", + "type": "line" } } }, - "type": "stop" + "type": "route" }, { "attributes": {}, - "id": "2836", + "id": "70087", "links": { - "self": "/stops/2836" + "self": "/stops/70087" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2836" + "related": "/facilities/?filter[stop]=70087" } }, "parent_station": { - "data": null - }, - "zone": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "529", - "links": { - "self": "/stops/529" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=529" + "id": "place-shmnl", + "type": "stop" } }, - "parent_station": { - "data": null - }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -310570,14 +312634,14 @@ }, { "attributes": {}, - "id": "7369", + "id": "42883", "links": { - "self": "/stops/7369" + "self": "/stops/42883" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7369" + "related": "/facilities/?filter[stop]=42883" } }, "parent_station": { @@ -310594,122 +312658,110 @@ }, { "attributes": { - "direction_id": 1, - "headsign": "Central Square" + "direction_id": 0, + "headsign": "Charles River Loop via Forest Hills" }, - "id": "62216432", + "id": "67251190_1", "links": { - "self": "/trips/62216432" + "self": "/trips/67251190_1" }, "relationships": { "route": { "data": { - "id": "429", + "id": "39", "type": "route" } }, "route_pattern": { "data": { - "id": "429-3-1", + "id": "39-7-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "4290270", + "id": "360382-1", "type": "shape" } }, "stops": { "data": [ { - "id": "56733", - "type": "stop" - }, - { - "id": "6746", - "type": "stop" - }, - { - "id": "6747", - "type": "stop" - }, - { - "id": "6749", + "id": "11780", "type": "stop" }, { - "id": "6751", + "id": "91391", "type": "stop" }, { - "id": "6754", + "id": "92391", "type": "stop" }, { - "id": "6755", + "id": "1363", "type": "stop" }, { - "id": "6756", + "id": "1365", "type": "stop" }, { - "id": "6757", + "id": "21365", "type": "stop" }, { - "id": "6758", + "id": "22365", "type": "stop" }, { - "id": "6760", + "id": "31365", "type": "stop" }, { - "id": "6761", + "id": "51365", "type": "stop" }, { - "id": "6762", + "id": "61365", "type": "stop" }, { - "id": "6764", + "id": "1160", "type": "stop" }, { - "id": "7309", + "id": "1161", "type": "stop" }, { - "id": "7310", + "id": "1164", "type": "stop" }, { - "id": "7311", + "id": "11164", "type": "stop" }, { - "id": "7312", + "id": "1939", "type": "stop" }, { - "id": "6827", + "id": "2006", "type": "stop" }, { - "id": "6773", + "id": "2007", "type": "stop" }, { - "id": "14748", + "id": "10642", "type": "stop" } ] @@ -310717,293 +312769,128 @@ }, "type": "trip" }, + { + "attributes": {}, + "id": "841", + "links": { + "self": "/stops/841" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=841" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "51", + "links": { + "self": "/stops/51" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=51" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, { "attributes": { - "direction_id": 0, - "headsign": "Northgate Shopping Center" + "color": "FFC72C", + "direction_destinations": [ + "Ashmont/Braintree", + "Alewife" + ], + "direction_names": [ + "South", + "North" + ], + "long_name": "Harvard - JFK/UMass via Congress Street", + "short_name": "Red Line Shuttle", + "sort_order": 61960, + "text_color": "000000", + "type": 3 }, - "id": "62216388", + "id": "Shuttle-HarvardJFK", "links": { - "self": "/trips/62216388" + "self": "/routes/Shuttle-HarvardJFK" }, "relationships": { - "route": { + "agency": { "data": { - "id": "429", - "type": "route" + "id": "1", + "type": "agency" } }, - "route_pattern": { + "line": { "data": { - "id": "429-1-0", - "type": "route_pattern" + "id": "line-Red", + "type": "line" + } + } + }, + "type": "route" + }, + { + "attributes": {}, + "id": "70104", + "links": { + "self": "/stops/70104" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=70104" } }, - "service": { + "parent_station": { "data": { - "id": "SpringWeekday", - "type": "service" + "id": "place-qamnl", + "type": "stop" } }, - "shape": { + "zone": { "data": { - "id": "4290277", - "type": "shape" + "id": "RapidTransit", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "14748", - "type": "stop" - }, - { - "id": "6600", - "type": "stop" - }, - { - "id": "66721", - "type": "stop" - }, - { - "id": "66731", - "type": "stop" - }, - { - "id": "6674", - "type": "stop" - }, - { - "id": "66761", - "type": "stop" - }, - { - "id": "6676", - "type": "stop" - }, - { - "id": "6677", - "type": "stop" - }, - { - "id": "6678", - "type": "stop" - }, - { - "id": "6679", - "type": "stop" - }, - { - "id": "6681", - "type": "stop" - }, - { - "id": "6683", - "type": "stop" - }, - { - "id": "6684", - "type": "stop" - }, - { - "id": "6685", - "type": "stop" - }, - { - "id": "6686", - "type": "stop" - }, - { - "id": "6688", - "type": "stop" - }, - { - "id": "6689", - "type": "stop" - }, - { - "id": "6690", - "type": "stop" - }, - { - "id": "6691", - "type": "stop" - }, - { - "id": "6692", - "type": "stop" - }, - { - "id": "6694", - "type": "stop" - }, - { - "id": "6695", - "type": "stop" - }, - { - "id": "6697", - "type": "stop" - }, - { - "id": "6698", - "type": "stop" - }, - { - "id": "6699", - "type": "stop" - }, - { - "id": "6700", - "type": "stop" - }, - { - "id": "6701", - "type": "stop" - }, - { - "id": "6702", - "type": "stop" - }, - { - "id": "6704", - "type": "stop" - }, - { - "id": "6706", - "type": "stop" - }, - { - "id": "6707", - "type": "stop" - }, - { - "id": "6708", - "type": "stop" - }, - { - "id": "6709", - "type": "stop" - }, - { - "id": "6710", - "type": "stop" - }, - { - "id": "6715", - "type": "stop" - }, - { - "id": "6717", - "type": "stop" - }, - { - "id": "6719", - "type": "stop" - }, - { - "id": "67202", - "type": "stop" - }, - { - "id": "7559", - "type": "stop" - }, - { - "id": "7560", - "type": "stop" - }, - { - "id": "7561", - "type": "stop" - }, - { - "id": "7562", - "type": "stop" - }, - { - "id": "17562", - "type": "stop" - }, - { - "id": "7564", - "type": "stop" - }, - { - "id": "7565", - "type": "stop" - }, - { - "id": "7566", - "type": "stop" - }, - { - "id": "7403", - "type": "stop" - }, - { - "id": "7404", - "type": "stop" - }, - { - "id": "7405", - "type": "stop" - }, - { - "id": "7407", - "type": "stop" - }, - { - "id": "7408", - "type": "stop" - }, - { - "id": "7409", - "type": "stop" - }, - { - "id": "7410", - "type": "stop" - }, - { - "id": "7411", - "type": "stop" - }, - { - "id": "7412", - "type": "stop" - }, - { - "id": "7413", - "type": "stop" - }, - { - "id": "7414", - "type": "stop" - }, - { - "id": "45534", - "type": "stop" - }, - { - "id": "6267", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "4165", + "id": "34", "links": { - "self": "/stops/4165" + "self": "/stops/34" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4165" + "related": "/facilities/?filter[stop]=34" } }, "parent_station": { @@ -311020,14 +312907,14 @@ }, { "attributes": {}, - "id": "10003", + "id": "9178", "links": { - "self": "/stops/10003" + "self": "/stops/9178" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=10003" + "related": "/facilities/?filter[stop]=9178" } }, "parent_station": { @@ -311044,14 +312931,14 @@ }, { "attributes": {}, - "id": "6744", + "id": "47526", "links": { - "self": "/stops/6744" + "self": "/stops/47526" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6744" + "related": "/facilities/?filter[stop]=47526" } }, "parent_station": { @@ -311068,14 +312955,14 @@ }, { "attributes": {}, - "id": "3311", + "id": "6161", "links": { - "self": "/stops/3311" + "self": "/stops/6161" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3311" + "related": "/facilities/?filter[stop]=6161" } }, "parent_station": { @@ -311092,14 +312979,14 @@ }, { "attributes": {}, - "id": "2067", + "id": "2738", "links": { - "self": "/stops/2067" + "self": "/stops/2738" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2067" + "related": "/facilities/?filter[stop]=2738" } }, "parent_station": { @@ -311115,76 +313002,63 @@ "type": "stop" }, { - "attributes": { - "direction_id": 1, - "headsign": "Kenmore (Shuttle)" - }, - "id": "BrooklineHillsKenmore-1-sample", + "attributes": {}, + "id": "13813", "links": { - "self": "/trips/BrooklineHillsKenmore-1-sample" + "self": "/stops/13813" }, "relationships": { - "route": { - "data": { - "id": "Shuttle-BrooklineHillsKenmore", - "type": "route" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=13813" } }, - "route_pattern": { - "data": { - "id": "Shuttle-BrooklineHillsKenmore-0-1", - "type": "route_pattern" - } + "parent_station": { + "data": null }, - "service": { + "zone": { "data": { - "id": "canonical", - "type": "service" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "13845", + "links": { + "self": "/stops/13845" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=13845" } }, - "shape": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "BrooklineHillsToKenmore-S", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "9170178", - "type": "stop" - }, - { - "id": "1556", - "type": "stop" - }, - { - "id": "1804", - "type": "stop" - }, - { - "id": "1807", - "type": "stop" - }, - { - "id": "9070150", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "31618", + "id": "5571", "links": { - "self": "/stops/31618" + "self": "/stops/5571" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=31618" + "related": "/facilities/?filter[stop]=5571" } }, "parent_station": { @@ -311201,14 +313075,14 @@ }, { "attributes": {}, - "id": "5068", + "id": "6952", "links": { - "self": "/stops/5068" + "self": "/stops/6952" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5068" + "related": "/facilities/?filter[stop]=6952" } }, "parent_station": { @@ -311225,14 +313099,14 @@ }, { "attributes": {}, - "id": "3071", + "id": "1277", "links": { - "self": "/stops/3071" + "self": "/stops/1277" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3071" + "related": "/facilities/?filter[stop]=1277" } }, "parent_station": { @@ -311249,14 +313123,14 @@ }, { "attributes": {}, - "id": "2667", + "id": "93618", "links": { - "self": "/stops/2667" + "self": "/stops/93618" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2667" + "related": "/facilities/?filter[stop]=93618" } }, "parent_station": { @@ -311272,39 +313146,52 @@ "type": "stop" }, { - "attributes": {}, - "id": "GB-0353-B", + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Wakefield Avenue & Truman Parkway", + "Ashmont Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Wakefield Avenue & Truman Parkway - Ashmont Station", + "short_name": "24", + "sort_order": 50240, + "text_color": "000000", + "type": 3 + }, + "id": "24", "links": { - "self": "/stops/GB-0353-B" + "self": "/routes/24" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=GB-0353-B" + "agency": { + "data": { + "id": "1", + "type": "agency" } }, - "parent_station": { + "line": { "data": { - "id": "place-GB-0353", - "type": "stop" + "id": "line-242733", + "type": "line" } - }, - "zone": { - "data": null } }, - "type": "stop" + "type": "route" }, { "attributes": {}, - "id": "45002", + "id": "1379", "links": { - "self": "/stops/45002" + "self": "/stops/1379" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=45002" + "related": "/facilities/?filter[stop]=1379" } }, "parent_station": { @@ -311321,14 +313208,14 @@ }, { "attributes": {}, - "id": "7631", + "id": "6257", "links": { - "self": "/stops/7631" + "self": "/stops/6257" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7631" + "related": "/facilities/?filter[stop]=6257" } }, "parent_station": { @@ -311345,14 +313232,14 @@ }, { "attributes": {}, - "id": "4834", + "id": "2489", "links": { - "self": "/stops/4834" + "self": "/stops/2489" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4834" + "related": "/facilities/?filter[stop]=2489" } }, "parent_station": { @@ -311369,46 +313256,49 @@ }, { "attributes": {}, - "id": "WR-0228-B0", + "id": "6305", "links": { - "self": "/stops/WR-0228-B0" + "self": "/stops/6305" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=WR-0228-B0" + "related": "/facilities/?filter[stop]=6305" } }, "parent_station": { - "data": { - "id": "place-WR-0228", - "type": "stop" - } + "data": null }, "zone": { - "data": null + "data": { + "id": "LocalBus", + "type": "zone" + } } }, "type": "stop" }, { "attributes": {}, - "id": "2291", + "id": "70157", "links": { - "self": "/stops/2291" + "self": "/stops/70157" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2291" + "related": "/facilities/?filter[stop]=70157" } }, "parent_station": { - "data": null + "data": { + "id": "place-armnl", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -311417,14 +313307,14 @@ }, { "attributes": {}, - "id": "12615", + "id": "4738", "links": { - "self": "/stops/12615" + "self": "/stops/4738" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=12615" + "related": "/facilities/?filter[stop]=4738" } }, "parent_station": { @@ -311441,38 +313331,38 @@ }, { "attributes": {}, - "id": "16683", + "id": "FB-0230-B", "links": { - "self": "/stops/16683" + "self": "/stops/FB-0230-B" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=16683" + "related": "/facilities/?filter[stop]=FB-0230-B" } }, "parent_station": { - "data": null - }, - "zone": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "place-FB-0230", + "type": "stop" } + }, + "zone": { + "data": null } }, "type": "stop" }, { "attributes": {}, - "id": "1180", + "id": "4043", "links": { - "self": "/stops/1180" + "self": "/stops/4043" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1180" + "related": "/facilities/?filter[stop]=4043" } }, "parent_station": { @@ -311488,50 +313378,74 @@ "type": "stop" }, { - "attributes": {}, - "id": "5269", + "attributes": { + "color": "FFC72C", + "long_name": "Watertown Yard or Oak Square - Kenmore", + "short_name": "57/57A", + "sort_order": 50570, + "text_color": "000000" + }, + "id": "line-5757A", "links": { - "self": "/stops/5269" + "self": "/lines/line-5757A" + }, + "type": "line" + }, + { + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Forest Hills Station", + "Andrew Station or Harbor Point" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Forest Hills Station - Andrew Station or Harbor Point", + "short_name": "16", + "sort_order": 50160, + "text_color": "000000", + "type": 3 + }, + "id": "16", + "links": { + "self": "/routes/16" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=5269" + "agency": { + "data": { + "id": "1", + "type": "agency" } }, - "parent_station": { - "data": null - }, - "zone": { + "line": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "line-16", + "type": "line" } } }, - "type": "stop" + "type": "route" }, { "attributes": {}, - "id": "70228", + "id": "5597", "links": { - "self": "/stops/70228" + "self": "/stops/5597" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70228" + "related": "/facilities/?filter[stop]=5597" } }, "parent_station": { - "data": { - "id": "place-fbkst", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } @@ -311540,14 +313454,14 @@ }, { "attributes": {}, - "id": "109874", + "id": "2559", "links": { - "self": "/stops/109874" + "self": "/stops/2559" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=109874" + "related": "/facilities/?filter[stop]=2559" } }, "parent_station": { @@ -311564,14 +313478,14 @@ }, { "attributes": {}, - "id": "2607", + "id": "2286", "links": { - "self": "/stops/2607" + "self": "/stops/2286" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2607" + "related": "/facilities/?filter[stop]=2286" } }, "parent_station": { @@ -311588,14 +313502,14 @@ }, { "attributes": {}, - "id": "7510", + "id": "7390", "links": { - "self": "/stops/7510" + "self": "/stops/7390" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7510" + "related": "/facilities/?filter[stop]=7390" } }, "parent_station": { @@ -311612,14 +313526,14 @@ }, { "attributes": {}, - "id": "2528", + "id": "437", "links": { - "self": "/stops/2528" + "self": "/stops/437" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2528" + "related": "/facilities/?filter[stop]=437" } }, "parent_station": { @@ -311636,239 +313550,198 @@ }, { "attributes": { - "direction_id": 1, - "headsign": "Forest Hills" + "direction_id": 0, + "headsign": "South Shore Plaza" }, - "id": "62145207", + "id": "67290671", "links": { - "self": "/trips/62145207" + "self": "/trips/67290671" }, "relationships": { "route": { "data": { - "id": "21", + "id": "236", "type": "route" } }, "route_pattern": { "data": { - "id": "21-_-1", + "id": "236-2-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "210133", + "id": "2360082", "type": "shape" } }, "stops": { "data": [ { - "id": "334", + "id": "32001", "type": "stop" }, { - "id": "536", + "id": "3326", "type": "stop" }, { - "id": "537", + "id": "3327", "type": "stop" }, { - "id": "496", + "id": "3328", "type": "stop" }, { - "id": "494", + "id": "3330", "type": "stop" }, { - "id": "501", + "id": "3846", "type": "stop" }, { - "id": "497", + "id": "38481", "type": "stop" }, { - "id": "498", + "id": "38482", "type": "stop" }, { - "id": "499", + "id": "38483", "type": "stop" }, { - "id": "540", + "id": "38484", "type": "stop" }, { - "id": "10540", + "id": "38485", "type": "stop" }, { - "id": "541", + "id": "38486", "type": "stop" }, { - "id": "542", + "id": "38487", "type": "stop" }, { - "id": "543", + "id": "38488", "type": "stop" }, { - "id": "544", + "id": "38489", "type": "stop" }, { - "id": "9406", + "id": "38490", "type": "stop" }, { - "id": "545", + "id": "38492", "type": "stop" }, { - "id": "546", + "id": "38493", "type": "stop" }, { - "id": "11522", + "id": "38494", "type": "stop" }, { - "id": "547", + "id": "38495", "type": "stop" }, { - "id": "875", + "id": "38496", "type": "stop" - } - ] - } - }, - "type": "trip" - }, - { - "attributes": { - "direction_id": 0, - "headsign": "Forge Park/495" - }, - "id": "CR-670236-735", - "links": { - "self": "/trips/CR-670236-735" - }, - "relationships": { - "route": { - "data": { - "id": "CR-Franklin", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "CR-Franklin-807421e2-0", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "SPRING2024-SOUTHWKD-Weekday-1-S85407dc6", - "type": "service" - } - }, - "shape": { - "data": { - "id": "9880003", - "type": "shape" - } - }, - "stops": { - "data": [ + }, { - "id": "NEC-2287", + "id": "38497", "type": "stop" }, { - "id": "DB-2265-01", + "id": "38498", "type": "stop" }, { - "id": "DB-2258-01", + "id": "38499", "type": "stop" }, { - "id": "DB-2249-01", + "id": "38501", "type": "stop" }, { - "id": "DB-2240-01", + "id": "38502", "type": "stop" }, { - "id": "DB-2230-01", + "id": "38671", "type": "stop" }, { - "id": "DB-2222-01", + "id": "3780", "type": "stop" }, { - "id": "DB-2205-01", + "id": "3781", "type": "stop" }, { - "id": "FB-0095-04", + "id": "3782", "type": "stop" }, { - "id": "FB-0109-01", + "id": "3783", "type": "stop" }, { - "id": "FB-0118-01", + "id": "4011", "type": "stop" }, { - "id": "FB-0125-01", + "id": "4012", "type": "stop" }, { - "id": "FB-0143-01", + "id": "4013", "type": "stop" }, { - "id": "FB-0148-01", + "id": "4014", "type": "stop" }, { - "id": "FB-0166-S", + "id": "4015", "type": "stop" }, { - "id": "FB-0191-S", + "id": "4016", "type": "stop" }, { - "id": "FB-0230-S", + "id": "4017", "type": "stop" }, { - "id": "FB-0275-S", + "id": "4020", "type": "stop" }, { - "id": "FB-0303-S", + "id": "4019", "type": "stop" } ] @@ -311878,14 +313751,14 @@ }, { "attributes": {}, - "id": "1109", + "id": "5715", "links": { - "self": "/stops/1109" + "self": "/stops/5715" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1109" + "related": "/facilities/?filter[stop]=5715" } }, "parent_station": { @@ -311902,38 +313775,38 @@ }, { "attributes": {}, - "id": "GB-0296-B2", + "id": "3343", "links": { - "self": "/stops/GB-0296-B2" + "self": "/stops/3343" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=GB-0296-B2" + "related": "/facilities/?filter[stop]=3343" } }, "parent_station": { - "data": { - "id": "place-GB-0296", - "type": "stop" - } + "data": null }, "zone": { - "data": null + "data": { + "id": "LocalBus", + "type": "zone" + } } }, "type": "stop" }, { "attributes": {}, - "id": "2190", + "id": "347", "links": { - "self": "/stops/2190" + "self": "/stops/347" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2190" + "related": "/facilities/?filter[stop]=347" } }, "parent_station": { @@ -311950,14 +313823,14 @@ }, { "attributes": {}, - "id": "17401", + "id": "4349", "links": { - "self": "/stops/17401" + "self": "/stops/4349" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=17401" + "related": "/facilities/?filter[stop]=4349" } }, "parent_station": { @@ -311974,14 +313847,14 @@ }, { "attributes": {}, - "id": "4154", + "id": "3668", "links": { - "self": "/stops/4154" + "self": "/stops/3668" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4154" + "related": "/facilities/?filter[stop]=3668" } }, "parent_station": { @@ -311998,25 +313871,22 @@ }, { "attributes": {}, - "id": "WR-0228-02", + "id": "4852", "links": { - "self": "/stops/WR-0228-02" + "self": "/stops/4852" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=WR-0228-02" + "related": "/facilities/?filter[stop]=4852" } }, "parent_station": { - "data": { - "id": "place-WR-0228", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "CR-zone-5", + "id": "LocalBus", "type": "zone" } } @@ -312024,39 +313894,121 @@ "type": "stop" }, { - "attributes": {}, - "id": "12616", + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Point Shirley", + "Orient Heights Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Point Shirley - Orient Heights Station via Revere Street", + "short_name": "712", + "sort_order": 57120, + "text_color": "000000", + "type": 3 + }, + "id": "712", "links": { - "self": "/stops/12616" + "self": "/routes/712" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=12616" + "agency": { + "data": { + "id": "1", + "type": "agency" } }, - "parent_station": { - "data": null + "line": { + "data": { + "id": "line-712713", + "type": "line" + } + } + }, + "type": "route" + }, + { + "attributes": { + "direction_id": 1, + "headsign": "Salem (Shuttle)" + }, + "id": "NewburyportSalem-1-sample", + "links": { + "self": "/trips/NewburyportSalem-1-sample" + }, + "relationships": { + "route": { + "data": { + "id": "Shuttle-NewburyportSalemLocal", + "type": "route" + } }, - "zone": { + "route_pattern": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "Shuttle-NewburyportSalemLocal-0-1", + "type": "route_pattern" } + }, + "service": { + "data": { + "id": "canonical", + "type": "service" + } + }, + "shape": { + "data": { + "id": "NewburyportToSalemLocal-S", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "ER-0362-B", + "type": "stop" + }, + { + "id": "ER-0312-B", + "type": "stop" + }, + { + "id": "ER-0276-B", + "type": "stop" + }, + { + "id": "ER-0227-B1", + "type": "stop" + }, + { + "id": "ER-0208-B1", + "type": "stop" + }, + { + "id": "ER-0183-B", + "type": "stop" + }, + { + "id": "ER-0168-B", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "9305", + "id": "4169", "links": { - "self": "/stops/9305" + "self": "/stops/4169" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9305" + "related": "/facilities/?filter[stop]=4169" } }, "parent_station": { @@ -312073,14 +314025,14 @@ }, { "attributes": {}, - "id": "4233", + "id": "3688", "links": { - "self": "/stops/4233" + "self": "/stops/3688" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4233" + "related": "/facilities/?filter[stop]=3688" } }, "parent_station": { @@ -312096,39 +314048,68 @@ "type": "stop" }, { - "attributes": {}, - "id": "WR-0205-B0", + "attributes": { + "direction_id": 0, + "headsign": "Park Street (Shuttle)" + }, + "id": "KendallParkStreet-0-sample", "links": { - "self": "/stops/WR-0205-B0" + "self": "/trips/KendallParkStreet-0-sample" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=WR-0205-B0" + "route": { + "data": { + "id": "Shuttle-KendallPark", + "type": "route" } }, - "parent_station": { + "route_pattern": { "data": { - "id": "place-WR-0205", - "type": "stop" + "id": "Shuttle-KendallPark-0-0", + "type": "route_pattern" } }, - "zone": { - "data": null + "service": { + "data": { + "id": "canonical", + "type": "service" + } + }, + "shape": { + "data": { + "id": "KendallToPark-S", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "9070071", + "type": "stop" + }, + { + "id": "9070073", + "type": "stop" + }, + { + "id": "9070076", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "3391", + "id": "9061", "links": { - "self": "/stops/3391" + "self": "/stops/9061" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3391" + "related": "/facilities/?filter[stop]=9061" } }, "parent_station": { @@ -312144,36 +314125,100 @@ "type": "stop" }, { - "attributes": {}, - "id": "9070131", + "attributes": { + "direction_id": 1, + "headsign": "South Station" + }, + "id": "SouthWKDYF24-697786-748", "links": { - "self": "/stops/9070131" + "self": "/trips/SouthWKDYF24-697786-748" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=9070131" + "route": { + "data": { + "id": "CR-Franklin", + "type": "route" } }, - "parent_station": { - "data": null + "route_pattern": { + "data": { + "id": "CR-Franklin-4ee256a8-1", + "type": "route_pattern" + } }, - "zone": { - "data": null + "service": { + "data": { + "id": "FALL 2024-SOUTHWKD-Weekday-1-S85407dc6", + "type": "service" + } + }, + "shape": { + "data": { + "id": "FoxboroToSouthStationViaBackBay", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "FS-0049-S", + "type": "stop" + }, + { + "id": "FB-0166-S", + "type": "stop" + }, + { + "id": "FB-0148-02", + "type": "stop" + }, + { + "id": "FB-0143-02", + "type": "stop" + }, + { + "id": "FB-0125-02", + "type": "stop" + }, + { + "id": "FB-0118-02", + "type": "stop" + }, + { + "id": "FB-0109-02", + "type": "stop" + }, + { + "id": "FB-0095-05", + "type": "stop" + }, + { + "id": "NEC-2265-02", + "type": "stop" + }, + { + "id": "NEC-2276-02", + "type": "stop" + }, + { + "id": "NEC-2287", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "4755", + "id": "6269", "links": { - "self": "/stops/4755" + "self": "/stops/6269" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4755" + "related": "/facilities/?filter[stop]=6269" } }, "parent_station": { @@ -312190,14 +314235,14 @@ }, { "attributes": {}, - "id": "91391", + "id": "4788", "links": { - "self": "/stops/91391" + "self": "/stops/4788" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=91391" + "related": "/facilities/?filter[stop]=4788" } }, "parent_station": { @@ -312214,14 +314259,14 @@ }, { "attributes": {}, - "id": "81917", + "id": "4796", "links": { - "self": "/stops/81917" + "self": "/stops/4796" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=81917" + "related": "/facilities/?filter[stop]=4796" } }, "parent_station": { @@ -312238,280 +314283,50 @@ }, { "attributes": { - "color": "FFC72C", - "long_name": "Cleary Square or Georgetowne - Forest Hills", - "short_name": "40", - "sort_order": 50400, - "text_color": "000000" - }, - "id": "line-4050", - "links": { - "self": "/lines/line-4050" - }, - "type": "line" - }, - { - "attributes": { - "direction_id": 1, - "headsign": "Malden via Square One Mall & Kennedy Dr" + "direction_id": 0, + "headsign": "South Weymouth (Shuttle)" }, - "id": "61870908", + "id": "SouthStationSouthWeymouth-0-sample", "links": { - "self": "/trips/61870908" + "self": "/trips/SouthStationSouthWeymouth-0-sample" }, "relationships": { "route": { "data": { - "id": "430", + "id": "Shuttle-SouthStationSouthWeymouth", "type": "route" } }, "route_pattern": { "data": { - "id": "430-2-1", + "id": "Shuttle-SouthStationSouthWeymouth-0-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "canonical", "type": "service" } }, "shape": { "data": { - "id": "4300165", + "id": "SouthStationToSouthWeymouth-S", "type": "shape" } }, "stops": { "data": [ { - "id": "7474", - "type": "stop" - }, - { - "id": "7573", - "type": "stop" - }, - { - "id": "75731", - "type": "stop" - }, - { - "id": "7575", - "type": "stop" - }, - { - "id": "7576", - "type": "stop" - }, - { - "id": "7502", - "type": "stop" - }, - { - "id": "7503", - "type": "stop" - }, - { - "id": "7504", - "type": "stop" - }, - { - "id": "7505", - "type": "stop" - }, - { - "id": "6212", - "type": "stop" - }, - { - "id": "6213", - "type": "stop" - }, - { - "id": "7507", - "type": "stop" - }, - { - "id": "7508", - "type": "stop" - }, - { - "id": "7510", - "type": "stop" - }, - { - "id": "7511", - "type": "stop" - }, - { - "id": "7513", - "type": "stop" - }, - { - "id": "7515", - "type": "stop" - }, - { - "id": "7400", - "type": "stop" - }, - { - "id": "7401", - "type": "stop" - }, - { - "id": "7516", - "type": "stop" - }, - { - "id": "7517", - "type": "stop" - }, - { - "id": "7518", - "type": "stop" - }, - { - "id": "7520", - "type": "stop" - }, - { - "id": "7521", - "type": "stop" - }, - { - "id": "7522", - "type": "stop" - }, - { - "id": "7523", - "type": "stop" - }, - { - "id": "7525", - "type": "stop" - }, - { - "id": "47526", - "type": "stop" - }, - { - "id": "47527", - "type": "stop" - }, - { - "id": "7529", - "type": "stop" - }, - { - "id": "7532", - "type": "stop" - }, - { - "id": "7534", - "type": "stop" - }, - { - "id": "48575", - "type": "stop" - }, - { - "id": "17456", - "type": "stop" - }, - { - "id": "8336", - "type": "stop" - }, - { - "id": "8338", - "type": "stop" - }, - { - "id": "18338", - "type": "stop" - }, - { - "id": "17463", - "type": "stop" - }, - { - "id": "8576", - "type": "stop" - }, - { - "id": "8577", - "type": "stop" - }, - { - "id": "7536", - "type": "stop" - }, - { - "id": "7537", - "type": "stop" - }, - { - "id": "7539", - "type": "stop" - }, - { - "id": "7540", - "type": "stop" - }, - { - "id": "9021", - "type": "stop" - }, - { - "id": "9023", - "type": "stop" - }, - { - "id": "9024", - "type": "stop" - }, - { - "id": "9025", - "type": "stop" - }, - { - "id": "9026", - "type": "stop" - }, - { - "id": "5440", - "type": "stop" - }, - { - "id": "5441", - "type": "stop" - }, - { - "id": "5442", - "type": "stop" - }, - { - "id": "5443", - "type": "stop" - }, - { - "id": "5444", - "type": "stop" - }, - { - "id": "5445", + "id": "NEC-2287-B", "type": "stop" }, { - "id": "15431", + "id": "38671", "type": "stop" }, { - "id": "53270", + "id": "South Weymouth-S", "type": "stop" } ] @@ -312521,14 +314336,14 @@ }, { "attributes": {}, - "id": "111747", + "id": "91916", "links": { - "self": "/stops/111747" + "self": "/stops/91916" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=111747" + "related": "/facilities/?filter[stop]=91916" } }, "parent_station": { @@ -312545,14 +314360,147 @@ }, { "attributes": {}, - "id": "7200", + "id": "7372", "links": { - "self": "/stops/7200" + "self": "/stops/7372" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7200" + "related": "/facilities/?filter[stop]=7372" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Woodland Road", + "Wellington Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Woodland Road - Wellington Station", + "short_name": "99", + "sort_order": 50990, + "text_color": "000000", + "type": 3 + }, + "id": "99", + "links": { + "self": "/routes/99" + }, + "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, + "line": { + "data": { + "id": "line-99", + "type": "line" + } + } + }, + "type": "route" + }, + { + "attributes": {}, + "id": "5598", + "links": { + "self": "/stops/5598" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=5598" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "13839", + "links": { + "self": "/stops/13839" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=13839" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "92391", + "links": { + "self": "/stops/92391" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=92391" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "7537", + "links": { + "self": "/stops/7537" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=7537" } }, "parent_station": { @@ -312568,39 +314516,52 @@ "type": "stop" }, { - "attributes": {}, - "id": "87", + "attributes": { + "color": "DA291C", + "direction_destinations": [ + "Ashmont/Braintree", + "Alewife" + ], + "direction_names": [ + "South", + "North" + ], + "long_name": "Red Line", + "short_name": "", + "sort_order": 10010, + "text_color": "FFFFFF", + "type": 1 + }, + "id": "Red", "links": { - "self": "/stops/87" + "self": "/routes/Red" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=87" + "agency": { + "data": { + "id": "1", + "type": "agency" } }, - "parent_station": { - "data": null - }, - "zone": { + "line": { "data": { - "id": "ExpressBus-Downtown", - "type": "zone" + "id": "line-Red", + "type": "line" } } }, - "type": "stop" + "type": "route" }, { "attributes": {}, - "id": "4705", + "id": "5700", "links": { - "self": "/stops/4705" + "self": "/stops/5700" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4705" + "related": "/facilities/?filter[stop]=5700" } }, "parent_station": { @@ -312617,14 +314578,14 @@ }, { "attributes": {}, - "id": "1620", + "id": "3553", "links": { - "self": "/stops/1620" + "self": "/stops/3553" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1620" + "related": "/facilities/?filter[stop]=3553" } }, "parent_station": { @@ -312641,14 +314602,14 @@ }, { "attributes": {}, - "id": "2774", + "id": "15978", "links": { - "self": "/stops/2774" + "self": "/stops/15978" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2774" + "related": "/facilities/?filter[stop]=15978" } }, "parent_station": { @@ -312665,14 +314626,14 @@ }, { "attributes": {}, - "id": "25051", + "id": "2250", "links": { - "self": "/stops/25051" + "self": "/stops/2250" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=25051" + "related": "/facilities/?filter[stop]=2250" } }, "parent_station": { @@ -312689,14 +314650,14 @@ }, { "attributes": {}, - "id": "39681", + "id": "43011", "links": { - "self": "/stops/39681" + "self": "/stops/43011" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=39681" + "related": "/facilities/?filter[stop]=43011" } }, "parent_station": { @@ -312713,14 +314674,14 @@ }, { "attributes": {}, - "id": "1419", + "id": "7761", "links": { - "self": "/stops/1419" + "self": "/stops/7761" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1419" + "related": "/facilities/?filter[stop]=7761" } }, "parent_station": { @@ -312737,14 +314698,14 @@ }, { "attributes": {}, - "id": "3141", + "id": "2099", "links": { - "self": "/stops/3141" + "self": "/stops/2099" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3141" + "related": "/facilities/?filter[stop]=2099" } }, "parent_station": { @@ -312760,71 +314721,135 @@ "type": "stop" }, { - "attributes": {}, - "id": "5920", + "attributes": { + "direction_id": 0, + "headsign": "JFK/UMass (Shuttle)" + }, + "id": "HarvardJFKOmitCongressAshmontPlatform-0-sample", "links": { - "self": "/stops/5920" + "self": "/trips/HarvardJFKOmitCongressAshmontPlatform-0-sample" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=5920" + "route": { + "data": { + "id": "Shuttle-HarvardJFKOmitCongress", + "type": "route" } }, - "parent_station": { - "data": null + "route_pattern": { + "data": { + "id": "Shuttle-HarvardJFKOmitCongress-0-0", + "type": "route_pattern" + } }, - "zone": { + "service": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "canonical", + "type": "service" + } + }, + "shape": { + "data": { + "id": "HarvardToJFKOmitCongress-S", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "110", + "type": "stop" + }, + { + "id": "72", + "type": "stop" + }, + { + "id": "9170071", + "type": "stop" + }, + { + "id": "9070073", + "type": "stop" + }, + { + "id": "4511", + "type": "stop" + }, + { + "id": "9370022", + "type": "stop" + }, + { + "id": "16535", + "type": "stop" + }, + { + "id": "9070079", + "type": "stop" + }, + { + "id": "151", + "type": "stop" + }, + { + "id": "9070083", + "type": "stop" + }, + { + "id": "121", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "8331", + "id": "FR-0253-B", "links": { - "self": "/stops/8331" + "self": "/stops/FR-0253-B" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8331" + "related": "/facilities/?filter[stop]=FR-0253-B" } }, "parent_station": { - "data": null - }, - "zone": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "place-FR-0253", + "type": "stop" } + }, + "zone": { + "data": null } }, "type": "stop" }, { "attributes": {}, - "id": "3261", + "id": "7096", "links": { - "self": "/stops/3261" + "self": "/stops/7096" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3261" + "related": "/facilities/?filter[stop]=7096" } }, "parent_station": { - "data": null + "data": { + "id": "place-aport", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "SLWaterfrontNonLogan", "type": "zone" } } @@ -312833,59 +314858,59 @@ }, { "attributes": {}, - "id": "9070002", + "id": "1219", "links": { - "self": "/stops/9070002" + "self": "/stops/1219" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9070002" + "related": "/facilities/?filter[stop]=1219" } }, "parent_station": { "data": null }, "zone": { - "data": null + "data": { + "id": "LocalBus", + "type": "zone" + } } }, "type": "stop" }, { "attributes": {}, - "id": "Boat-Blossom", + "id": "9070503", "links": { - "self": "/stops/Boat-Blossom" + "self": "/stops/9070503" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=Boat-Blossom" + "related": "/facilities/?filter[stop]=9070503" } }, "parent_station": { "data": null }, "zone": { - "data": { - "id": "Boat-zone-1A", - "type": "zone" - } + "data": null } }, "type": "stop" }, { "attributes": {}, - "id": "3918", + "id": "8630", "links": { - "self": "/stops/3918" + "self": "/stops/8630" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3918" + "related": "/facilities/?filter[stop]=8630" } }, "parent_station": { @@ -312902,14 +314927,14 @@ }, { "attributes": {}, - "id": "86932", + "id": "5737", "links": { - "self": "/stops/86932" + "self": "/stops/5737" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=86932" + "related": "/facilities/?filter[stop]=5737" } }, "parent_station": { @@ -312925,75 +314950,142 @@ "type": "stop" }, { - "attributes": {}, - "id": "7228", + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Boston College", + "Government Center" + ], + "direction_names": [ + "West", + "East" + ], + "long_name": "Boston University East - Back Bay", + "short_name": "Green Line B Shuttle", + "sort_order": 60490, + "text_color": "000000", + "type": 3 + }, + "id": "Shuttle-BackBayBostonUniversityEast", "links": { - "self": "/stops/7228" + "self": "/routes/Shuttle-BackBayBostonUniversityEast" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=7228" + "agency": { + "data": { + "id": "1", + "type": "agency" } }, - "parent_station": { - "data": null - }, - "zone": { + "line": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "line-Green", + "type": "line" } } }, - "type": "stop" + "type": "route" }, { - "attributes": {}, - "id": "NHRML-0152-01", + "attributes": { + "direction_id": 1, + "headsign": "South Station" + }, + "id": "66858747", "links": { - "self": "/stops/NHRML-0152-01" + "self": "/trips/66858747" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=NHRML-0152-01" + "route": { + "data": { + "id": "743", + "type": "route" } }, - "parent_station": { + "route_pattern": { "data": { - "id": "place-NHRML-0152", - "type": "stop" + "id": "743-_-1", + "type": "route_pattern" } }, - "zone": { + "service": { "data": { - "id": "CR-zone-3", - "type": "zone" + "id": "WinterWeekday", + "type": "service" + } + }, + "shape": { + "data": { + "id": "7430040", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "74630", + "type": "stop" + }, + { + "id": "74632", + "type": "stop" + }, + { + "id": "74634", + "type": "stop" + }, + { + "id": "74636", + "type": "stop" + }, + { + "id": "7097", + "type": "stop" + }, + { + "id": "17096", + "type": "stop" + }, + { + "id": "74614", + "type": "stop" + }, + { + "id": "74615", + "type": "stop" + }, + { + "id": "74616", + "type": "stop" + }, + { + "id": "74617", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": { "direction_id": 0, - "headsign": "JFK/UMass (Shuttle)" + "headsign": "Wachusett (Shuttle)" }, - "id": "JFKParkStreetViaPostOffice-Weekday-1d548-0-00:00:00", + "id": "LittletonWachusett-0-sample", "links": { - "self": "/trips/JFKParkStreetViaPostOffice-Weekday-1d548-0-00%3A00%3A00" + "self": "/trips/LittletonWachusett-0-sample" }, "relationships": { "route": { "data": { - "id": "Shuttle-JFKParkStreetViaPostOffice", + "id": "Shuttle-LittletonWachusett", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-JFKParkStreetViaPostOffice-0-0", + "id": "Shuttle-LittletonWachusett-0-0", "type": "route_pattern" } }, @@ -313005,30 +315097,34 @@ }, "shape": { "data": { - "id": "ParkStreetToJFKViaPostOffice-S", + "id": "LittletonToWachusett-S", "type": "shape" } }, "stops": { "data": [ { - "id": "10000", + "id": "FR-0301-B", "type": "stop" }, { - "id": "6564", + "id": "FR-0361-B0", "type": "stop" }, { - "id": "151", + "id": "FR-0394-B0", "type": "stop" }, { - "id": "9070083", + "id": "FR-0451-B", "type": "stop" }, { - "id": "121", + "id": "FR-0494-B", + "type": "stop" + }, + { + "id": "FR-3338-B", "type": "stop" } ] @@ -313038,14 +315134,14 @@ }, { "attributes": {}, - "id": "5504", + "id": "8182", "links": { - "self": "/stops/5504" + "self": "/stops/8182" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5504" + "related": "/facilities/?filter[stop]=8182" } }, "parent_station": { @@ -313062,35 +315158,38 @@ }, { "attributes": {}, - "id": "9070072", + "id": "9034", "links": { - "self": "/stops/9070072" + "self": "/stops/9034" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9070072" + "related": "/facilities/?filter[stop]=9034" } }, "parent_station": { "data": null }, "zone": { - "data": null + "data": { + "id": "LocalBus", + "type": "zone" + } } }, "type": "stop" }, { "attributes": {}, - "id": "39692", + "id": "6478", "links": { - "self": "/stops/39692" + "self": "/stops/6478" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=39692" + "related": "/facilities/?filter[stop]=6478" } }, "parent_station": { @@ -313107,14 +315206,14 @@ }, { "attributes": {}, - "id": "2362", + "id": "34879", "links": { - "self": "/stops/2362" + "self": "/stops/34879" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2362" + "related": "/facilities/?filter[stop]=34879" } }, "parent_station": { @@ -313131,14 +315230,14 @@ }, { "attributes": {}, - "id": "1201", + "id": "49916", "links": { - "self": "/stops/1201" + "self": "/stops/49916" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1201" + "related": "/facilities/?filter[stop]=49916" } }, "parent_station": { @@ -313155,14 +315254,14 @@ }, { "attributes": {}, - "id": "7894", + "id": "2411", "links": { - "self": "/stops/7894" + "self": "/stops/2411" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7894" + "related": "/facilities/?filter[stop]=2411" } }, "parent_station": { @@ -313179,22 +315278,25 @@ }, { "attributes": {}, - "id": "13813", + "id": "70026", "links": { - "self": "/stops/13813" + "self": "/stops/70026" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=13813" + "related": "/facilities/?filter[stop]=70026" } }, "parent_station": { - "data": null + "data": { + "id": "place-north", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -313203,14 +315305,14 @@ }, { "attributes": {}, - "id": "7206", + "id": "111895", "links": { - "self": "/stops/7206" + "self": "/stops/111895" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7206" + "related": "/facilities/?filter[stop]=111895" } }, "parent_station": { @@ -313227,14 +315329,14 @@ }, { "attributes": {}, - "id": "78141", + "id": "5328", "links": { - "self": "/stops/78141" + "self": "/stops/5328" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=78141" + "related": "/facilities/?filter[stop]=5328" } }, "parent_station": { @@ -313251,14 +315353,14 @@ }, { "attributes": {}, - "id": "64002", + "id": "35773", "links": { - "self": "/stops/64002" + "self": "/stops/35773" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=64002" + "related": "/facilities/?filter[stop]=35773" } }, "parent_station": { @@ -313275,14 +315377,14 @@ }, { "attributes": {}, - "id": "7965", + "id": "6298", "links": { - "self": "/stops/7965" + "self": "/stops/6298" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7965" + "related": "/facilities/?filter[stop]=6298" } }, "parent_station": { @@ -313299,14 +315401,14 @@ }, { "attributes": {}, - "id": "2838", + "id": "9223", "links": { - "self": "/stops/2838" + "self": "/stops/9223" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2838" + "related": "/facilities/?filter[stop]=9223" } }, "parent_station": { @@ -313323,14 +315425,14 @@ }, { "attributes": {}, - "id": "3215", + "id": "465", "links": { - "self": "/stops/3215" + "self": "/stops/465" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3215" + "related": "/facilities/?filter[stop]=465" } }, "parent_station": { @@ -313347,25 +315449,22 @@ }, { "attributes": {}, - "id": "70078", + "id": "52", "links": { - "self": "/stops/70078" + "self": "/stops/52" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70078" + "related": "/facilities/?filter[stop]=52" } }, "parent_station": { - "data": { - "id": "place-dwnxg", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } @@ -313374,14 +315473,14 @@ }, { "attributes": {}, - "id": "1558", + "id": "78988", "links": { - "self": "/stops/1558" + "self": "/stops/78988" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1558" + "related": "/facilities/?filter[stop]=78988" } }, "parent_station": { @@ -313396,16 +315495,149 @@ }, "type": "stop" }, + { + "attributes": { + "direction_id": 0, + "headsign": "Kennedy Dr" + }, + "id": "66960357", + "links": { + "self": "/trips/66960357" + }, + "relationships": { + "route": { + "data": { + "id": "411", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "411-1-0", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "WinterWeekday", + "type": "service" + } + }, + "shape": { + "data": { + "id": "4110159", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "53270", + "type": "stop" + }, + { + "id": "5289", + "type": "stop" + }, + { + "id": "5342", + "type": "stop" + }, + { + "id": "5457", + "type": "stop" + }, + { + "id": "5459", + "type": "stop" + }, + { + "id": "5460", + "type": "stop" + }, + { + "id": "5461", + "type": "stop" + }, + { + "id": "5462", + "type": "stop" + }, + { + "id": "5463", + "type": "stop" + }, + { + "id": "5464", + "type": "stop" + }, + { + "id": "54651", + "type": "stop" + }, + { + "id": "9060", + "type": "stop" + }, + { + "id": "9061", + "type": "stop" + }, + { + "id": "49061", + "type": "stop" + }, + { + "id": "9063", + "type": "stop" + }, + { + "id": "7541", + "type": "stop" + }, + { + "id": "7542", + "type": "stop" + }, + { + "id": "7543", + "type": "stop" + }, + { + "id": "7545", + "type": "stop" + }, + { + "id": "8575", + "type": "stop" + }, + { + "id": "48575", + "type": "stop" + }, + { + "id": "17456", + "type": "stop" + }, + { + "id": "8336", + "type": "stop" + } + ] + } + }, + "type": "trip" + }, { "attributes": {}, - "id": "3984", + "id": "5495", "links": { - "self": "/stops/3984" + "self": "/stops/5495" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3984" + "related": "/facilities/?filter[stop]=5495" } }, "parent_station": { @@ -313420,27 +315652,149 @@ }, "type": "stop" }, + { + "attributes": { + "direction_id": 1, + "headsign": "Downtown" + }, + "id": "66959898", + "links": { + "self": "/trips/66959898" + }, + "relationships": { + "route": { + "data": { + "id": "92", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "92-4-1", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "WinterWeekday", + "type": "service" + } + }, + "shape": { + "data": { + "id": "920166", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "29009", + "type": "stop" + }, + { + "id": "12821", + "type": "stop" + }, + { + "id": "2821", + "type": "stop" + }, + { + "id": "2822", + "type": "stop" + }, + { + "id": "2823", + "type": "stop" + }, + { + "id": "2824", + "type": "stop" + }, + { + "id": "2825", + "type": "stop" + }, + { + "id": "12826", + "type": "stop" + }, + { + "id": "2827", + "type": "stop" + }, + { + "id": "28281", + "type": "stop" + }, + { + "id": "2829", + "type": "stop" + }, + { + "id": "8309", + "type": "stop" + }, + { + "id": "204", + "type": "stop" + }, + { + "id": "65471", + "type": "stop" + }, + { + "id": "6548", + "type": "stop" + } + ] + } + }, + "type": "trip" + }, { "attributes": {}, - "id": "NEC-2139-02", + "id": "6632", "links": { - "self": "/stops/NEC-2139-02" + "self": "/stops/6632" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=NEC-2139-02" + "related": "/facilities/?filter[stop]=6632" } }, "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "place-NEC-2139", - "type": "stop" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "4512", + "links": { + "self": "/stops/4512" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=4512" } }, + "parent_station": { + "data": null + }, "zone": { "data": { - "id": "CR-zone-3", + "id": "LocalBus", "type": "zone" } } @@ -313449,14 +315803,14 @@ }, { "attributes": {}, - "id": "14822", + "id": "45406", "links": { - "self": "/stops/14822" + "self": "/stops/45406" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=14822" + "related": "/facilities/?filter[stop]=45406" } }, "parent_station": { @@ -313473,14 +315827,14 @@ }, { "attributes": {}, - "id": "3610", + "id": "1195", "links": { - "self": "/stops/3610" + "self": "/stops/1195" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3610" + "related": "/facilities/?filter[stop]=1195" } }, "parent_station": { @@ -313497,14 +315851,41 @@ }, { "attributes": {}, - "id": "470", + "id": "ER-0208-01", "links": { - "self": "/stops/470" + "self": "/stops/ER-0208-01" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=470" + "related": "/facilities/?filter[stop]=ER-0208-01" + } + }, + "parent_station": { + "data": { + "id": "place-ER-0208", + "type": "stop" + } + }, + "zone": { + "data": { + "id": "CR-zone-5", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "8232", + "links": { + "self": "/stops/8232" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=8232" } }, "parent_station": { @@ -313521,14 +315902,14 @@ }, { "attributes": {}, - "id": "89617", + "id": "17093", "links": { - "self": "/stops/89617" + "self": "/stops/17093" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=89617" + "related": "/facilities/?filter[stop]=17093" } }, "parent_station": { @@ -313536,7 +315917,7 @@ }, "zone": { "data": { - "id": "LocalBus", + "id": "SL1-Logan", "type": "zone" } } @@ -313545,14 +315926,14 @@ }, { "attributes": {}, - "id": "5434", + "id": "3382", "links": { - "self": "/stops/5434" + "self": "/stops/3382" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5434" + "related": "/facilities/?filter[stop]=3382" } }, "parent_station": { @@ -313569,14 +315950,14 @@ }, { "attributes": {}, - "id": "3460", + "id": "94618", "links": { - "self": "/stops/3460" + "self": "/stops/94618" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3460" + "related": "/facilities/?filter[stop]=94618" } }, "parent_station": { @@ -313593,14 +315974,14 @@ }, { "attributes": {}, - "id": "9092", + "id": "5701", "links": { - "self": "/stops/9092" + "self": "/stops/5701" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9092" + "related": "/facilities/?filter[stop]=5701" } }, "parent_station": { @@ -313615,16 +315996,30 @@ }, "type": "stop" }, + { + "attributes": { + "color": "FFC72C", + "long_name": "North Burlington - Alewife", + "short_name": "350/351", + "sort_order": 53500, + "text_color": "000000" + }, + "id": "line-350351", + "links": { + "self": "/lines/line-350351" + }, + "type": "line" + }, { "attributes": {}, - "id": "6463", + "id": "142", "links": { - "self": "/stops/6463" + "self": "/stops/142" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6463" + "related": "/facilities/?filter[stop]=142" } }, "parent_station": { @@ -313641,19 +316036,19 @@ }, { "attributes": {}, - "id": "70027", + "id": "70155", "links": { - "self": "/stops/70027" + "self": "/stops/70155" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70027" + "related": "/facilities/?filter[stop]=70155" } }, "parent_station": { "data": { - "id": "place-north", + "id": "place-coecl", "type": "stop" } }, @@ -313668,14 +316063,14 @@ }, { "attributes": {}, - "id": "4939", + "id": "2201", "links": { - "self": "/stops/4939" + "self": "/stops/2201" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4939" + "related": "/facilities/?filter[stop]=2201" } }, "parent_station": { @@ -313692,14 +316087,38 @@ }, { "attributes": {}, - "id": "6838", + "id": "2671", "links": { - "self": "/stops/6838" + "self": "/stops/2671" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6838" + "related": "/facilities/?filter[stop]=2671" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "2601", + "links": { + "self": "/stops/2601" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=2601" } }, "parent_station": { @@ -313714,148 +316133,85 @@ }, "type": "stop" }, + { + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Riverside", + "Union Square" + ], + "direction_names": [ + "West", + "East" + ], + "long_name": "Brookline Hills - Kenmore", + "short_name": "Green Line D Shuttle", + "sort_order": 61100, + "text_color": "000000", + "type": 3 + }, + "id": "Shuttle-BrooklineHillsKenmore", + "links": { + "self": "/routes/Shuttle-BrooklineHillsKenmore" + }, + "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, + "line": { + "data": { + "id": "line-Green", + "type": "line" + } + } + }, + "type": "route" + }, { "attributes": { "direction_id": 1, - "headsign": "Ruggles" + "headsign": "Framingham (Shuttle)" }, - "id": "61392198", + "id": "AshlandClosedFraminghamShuttle-1-sample", "links": { - "self": "/trips/61392198" + "self": "/trips/AshlandClosedFraminghamShuttle-1-sample" }, "relationships": { "route": { "data": { - "id": "44", + "id": "Shuttle-AshlandFramingham", "type": "route" } }, "route_pattern": { "data": { - "id": "44-1-1", + "id": "Shuttle-AshlandFramingham-0-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "canonical", "type": "service" } }, "shape": { "data": { - "id": "440150", + "id": "AshlandToFramingham-S", "type": "shape" } }, "stops": { "data": [ { - "id": "11531", - "type": "stop" - }, - { - "id": "1265", - "type": "stop" - }, - { - "id": "1266", - "type": "stop" - }, - { - "id": "10413", - "type": "stop" - }, - { - "id": "11413", - "type": "stop" - }, - { - "id": "17421", - "type": "stop" - }, - { - "id": "1325", - "type": "stop" - }, - { - "id": "1326", - "type": "stop" - }, - { - "id": "1327", - "type": "stop" - }, - { - "id": "1328", - "type": "stop" - }, - { - "id": "1330", - "type": "stop" - }, - { - "id": "1331", - "type": "stop" - }, - { - "id": "1332", - "type": "stop" - }, - { - "id": "1334", - "type": "stop" - }, - { - "id": "1335", - "type": "stop" - }, - { - "id": "1337", - "type": "stop" - }, - { - "id": "1338", - "type": "stop" - }, - { - "id": "1339", - "type": "stop" - }, - { - "id": "396", - "type": "stop" - }, - { - "id": "21151", - "type": "stop" - }, - { - "id": "64000", - "type": "stop" - }, - { - "id": "1148", - "type": "stop" - }, - { - "id": "11149", - "type": "stop" - }, - { - "id": "11148", - "type": "stop" - }, - { - "id": "21148", - "type": "stop" - }, - { - "id": "1224", + "id": "WML-0252-B", "type": "stop" }, { - "id": "17861", + "id": "WML-0214-B", "type": "stop" } ] @@ -313865,25 +316221,22 @@ }, { "attributes": {}, - "id": "NEC-1891-02", + "id": "5279", "links": { - "self": "/stops/NEC-1891-02" + "self": "/stops/5279" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=NEC-1891-02" + "related": "/facilities/?filter[stop]=5279" } }, "parent_station": { - "data": { - "id": "place-NEC-1891", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "CR-zone-8", + "id": "LocalBus", "type": "zone" } } @@ -313892,14 +316245,14 @@ }, { "attributes": {}, - "id": "2689", + "id": "4601", "links": { - "self": "/stops/2689" + "self": "/stops/4601" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2689" + "related": "/facilities/?filter[stop]=4601" } }, "parent_station": { @@ -313916,14 +316269,14 @@ }, { "attributes": {}, - "id": "8234", + "id": "6417", "links": { - "self": "/stops/8234" + "self": "/stops/6417" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8234" + "related": "/facilities/?filter[stop]=6417" } }, "parent_station": { @@ -313938,85 +316291,16 @@ }, "type": "stop" }, - { - "attributes": { - "direction_id": 1, - "headsign": "Braintree" - }, - "id": "CR-670102-066", - "links": { - "self": "/trips/CR-670102-066" - }, - "relationships": { - "route": { - "data": { - "id": "CR-Kingston", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "CR-Kingston-35bb26b3-1", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "SPRING2024-SOUTHWKD-Weekday-1-Sc9a3b080", - "type": "service" - } - }, - "shape": { - "data": { - "id": "9790001", - "type": "shape" - } - }, - "stops": { - "data": [ - { - "id": "KB-0351-S", - "type": "stop" - }, - { - "id": "PB-0281-S", - "type": "stop" - }, - { - "id": "PB-0245-S", - "type": "stop" - }, - { - "id": "PB-0212-S", - "type": "stop" - }, - { - "id": "PB-0194-S", - "type": "stop" - }, - { - "id": "PB-0158-S", - "type": "stop" - }, - { - "id": "MM-0109-S", - "type": "stop" - } - ] - } - }, - "type": "trip" - }, { "attributes": {}, - "id": "8901", + "id": "3686", "links": { - "self": "/stops/8901" + "self": "/stops/3686" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8901" + "related": "/facilities/?filter[stop]=3686" } }, "parent_station": { @@ -314033,14 +316317,14 @@ }, { "attributes": {}, - "id": "9184", + "id": "5429", "links": { - "self": "/stops/9184" + "self": "/stops/5429" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9184" + "related": "/facilities/?filter[stop]=5429" } }, "parent_station": { @@ -314057,14 +316341,14 @@ }, { "attributes": {}, - "id": "82131", + "id": "8429", "links": { - "self": "/stops/82131" + "self": "/stops/8429" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=82131" + "related": "/facilities/?filter[stop]=8429" } }, "parent_station": { @@ -314081,24 +316365,21 @@ }, { "attributes": {}, - "id": "46434", + "id": "9070002", "links": { - "self": "/stops/46434" + "self": "/stops/9070002" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=46434" + "related": "/facilities/?filter[stop]=9070002" } }, "parent_station": { "data": null }, "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } + "data": null } }, "type": "stop" @@ -314106,305 +316387,269 @@ { "attributes": { "direction_id": 0, - "headsign": "Salem Depot" + "headsign": "Hingham Depot via Center" }, - "id": "62216436", + "id": "67290679", "links": { - "self": "/trips/62216436" + "self": "/trips/67290679" }, "relationships": { "route": { "data": { - "id": "435", + "id": "220", "type": "route" } }, "route_pattern": { "data": { - "id": "435-8-0", + "id": "220-4-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "4350239", + "id": "2200122", "type": "shape" } }, "stops": { "data": [ { - "id": "94320", - "type": "stop" - }, - { - "id": "94323", - "type": "stop" - }, - { - "id": "6773", - "type": "stop" - }, - { - "id": "14748", - "type": "stop" - }, - { - "id": "6600", - "type": "stop" - }, - { - "id": "7240", - "type": "stop" - }, - { - "id": "7242", - "type": "stop" - }, - { - "id": "7245", - "type": "stop" - }, - { - "id": "7288", - "type": "stop" - }, - { - "id": "17288", + "id": "32004", "type": "stop" }, { - "id": "7296", + "id": "3515", "type": "stop" }, { - "id": "7297", + "id": "3516", "type": "stop" }, { - "id": "7298", + "id": "3518", "type": "stop" }, { - "id": "7299", + "id": "3520", "type": "stop" }, { - "id": "6854", + "id": "3521", "type": "stop" }, { - "id": "66854", + "id": "3522", "type": "stop" }, { - "id": "6855", + "id": "3523", "type": "stop" }, { - "id": "6857", + "id": "3524", "type": "stop" }, { - "id": "6859", + "id": "3525", "type": "stop" }, { - "id": "6860", + "id": "3526", "type": "stop" }, { - "id": "6861", + "id": "3527", "type": "stop" }, { - "id": "6862", + "id": "3528", "type": "stop" }, { - "id": "6863", + "id": "3529", "type": "stop" }, { - "id": "16683", + "id": "3530", "type": "stop" }, { - "id": "7265", + "id": "3531", "type": "stop" }, { - "id": "7266", + "id": "3532", "type": "stop" }, { - "id": "7267", + "id": "3533", "type": "stop" }, { - "id": "7268", + "id": "3534", "type": "stop" }, { - "id": "4919", + "id": "3535", "type": "stop" }, { - "id": "4920", + "id": "3536", "type": "stop" }, { - "id": "4921", + "id": "3537", "type": "stop" }, { - "id": "4922", + "id": "3538", "type": "stop" }, { - "id": "4923", + "id": "3539", "type": "stop" }, { - "id": "4924", + "id": "3541", "type": "stop" }, { - "id": "4925", + "id": "3542", "type": "stop" }, { - "id": "14925", + "id": "3543", "type": "stop" }, { - "id": "4926", + "id": "3544", "type": "stop" }, { - "id": "4927", + "id": "3545", "type": "stop" }, { - "id": "4928", + "id": "3547", "type": "stop" }, { - "id": "4929", + "id": "3548", "type": "stop" }, { - "id": "4930", + "id": "3549", "type": "stop" }, { - "id": "4931", + "id": "3550", "type": "stop" }, { - "id": "4932", + "id": "3551", "type": "stop" }, { - "id": "7269", + "id": "3553", "type": "stop" }, { - "id": "45821", + "id": "3555", "type": "stop" }, { - "id": "4583", + "id": "3556", "type": "stop" }, { - "id": "4596", + "id": "35571", "type": "stop" }, { - "id": "4615", + "id": "3558", "type": "stop" }, { - "id": "7270", + "id": "3560", "type": "stop" }, { - "id": "14613", + "id": "3561", "type": "stop" }, { - "id": "14616", + "id": "3563", "type": "stop" }, { - "id": "4662", + "id": "3565", "type": "stop" }, { - "id": "4664", + "id": "3566", "type": "stop" }, { - "id": "4665", + "id": "3567", "type": "stop" }, { - "id": "4948", + "id": "3569", "type": "stop" }, { - "id": "4666", + "id": "3571", "type": "stop" }, { - "id": "4949", + "id": "35711", "type": "stop" }, { - "id": "4950", + "id": "3572", "type": "stop" }, { - "id": "4667", + "id": "3573", "type": "stop" }, { - "id": "4668", + "id": "3574", "type": "stop" }, { - "id": "4669", + "id": "3575", "type": "stop" }, { - "id": "4670", + "id": "3576", "type": "stop" }, { - "id": "4671", + "id": "3577", "type": "stop" }, { - "id": "4672", + "id": "3578", "type": "stop" }, { - "id": "4673", + "id": "3579", "type": "stop" }, { - "id": "4674", + "id": "3580", "type": "stop" }, { - "id": "37150", + "id": "3582", "type": "stop" } ] @@ -314414,155 +316659,25 @@ }, { "attributes": {}, - "id": "15049", + "id": "70501", "links": { - "self": "/stops/15049" + "self": "/stops/70501" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=15049" + "related": "/facilities/?filter[stop]=70501" } }, "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": { - "direction_id": 0, - "headsign": "Cobbs Corner Canton" - }, - "id": "62422513", - "links": { - "self": "/trips/62422513" - }, - "relationships": { - "route": { - "data": { - "id": "716", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "716-1-0", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "PRIV22024-hpa24016-Saturday-01", - "type": "service" - } - }, - "shape": { "data": { - "id": "7160025", - "type": "shape" - } - }, - "stops": { - "data": [ - { - "id": "185", - "type": "stop" - }, - { - "id": "111738", - "type": "stop" - }, - { - "id": "111747", - "type": "stop" - }, - { - "id": "111762", - "type": "stop" - }, - { - "id": "121008", - "type": "stop" - }, - { - "id": "121009", - "type": "stop" - }, - { - "id": "121010", - "type": "stop" - }, - { - "id": "111775", - "type": "stop" - }, - { - "id": "111787", - "type": "stop" - }, - { - "id": "111791", - "type": "stop" - }, - { - "id": "111796", - "type": "stop" - }, - { - "id": "111801", - "type": "stop" - }, - { - "id": "111803", - "type": "stop" - }, - { - "id": "111806", - "type": "stop" - }, - { - "id": "111810", - "type": "stop" - }, - { - "id": "111815", - "type": "stop" - }, - { - "id": "111640", - "type": "stop" - } - ] - } - }, - "type": "trip" - }, - { - "attributes": {}, - "id": "18144", - "links": { - "self": "/stops/18144" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=18144" + "id": "place-lech", + "type": "stop" } }, - "parent_station": { - "data": null - }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -314571,14 +316686,14 @@ }, { "attributes": {}, - "id": "4524", + "id": "4704", "links": { - "self": "/stops/4524" + "self": "/stops/4704" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4524" + "related": "/facilities/?filter[stop]=4704" } }, "parent_station": { @@ -314595,14 +316710,14 @@ }, { "attributes": {}, - "id": "94618", + "id": "12853", "links": { - "self": "/stops/94618" + "self": "/stops/12853" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=94618" + "related": "/facilities/?filter[stop]=12853" } }, "parent_station": { @@ -314619,355 +316734,142 @@ }, { "attributes": { - "direction_id": 1, - "headsign": "Park Street (Shuttle)" + "direction_id": 0, + "headsign": "River St & Milton St" }, - "id": "HeathStreetParkStreet-1-sample", + "id": "67251063", "links": { - "self": "/trips/HeathStreetParkStreet-1-sample" + "self": "/trips/67251063" }, "relationships": { "route": { "data": { - "id": "Shuttle-HeathPark", + "id": "33", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-HeathPark-0-1", + "id": "33-6-0", "type": "route_pattern" } }, "service": { "data": { - "id": "canonical", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "HeathStreetToParkStreet-S", + "id": "330173", "type": "shape" } }, "stops": { "data": [ { - "id": "1761", + "id": "185", "type": "stop" }, { - "id": "65741", + "id": "6368", "type": "stop" }, { - "id": "6575", + "id": "16369", "type": "stop" }, { - "id": "1315", + "id": "6369", "type": "stop" }, { - "id": "1317", + "id": "6371", "type": "stop" }, { - "id": "21317", + "id": "6372", "type": "stop" }, { - "id": "31317", + "id": "6373", "type": "stop" }, { - "id": "51317", + "id": "6374", "type": "stop" }, { - "id": "81317", + "id": "6375", "type": "stop" }, { - "id": "91317", + "id": "6376", "type": "stop" }, { - "id": "11389", + "id": "6377", "type": "stop" }, { - "id": "175", + "id": "76378", "type": "stop" }, { - "id": "9070156", + "id": "6390", "type": "stop" }, { - "id": "10000", + "id": "2819", "type": "stop" - } - ] - } - }, - "type": "trip" - }, - { - "attributes": {}, - "id": "8679", - "links": { - "self": "/stops/8679" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=8679" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "9205", - "links": { - "self": "/stops/9205" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=9205" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "9181", - "links": { - "self": "/stops/9181" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=9181" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "9187", - "links": { - "self": "/stops/9187" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=9187" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "3598", - "links": { - "self": "/stops/3598" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=3598" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Dedham Mall", - "Watertown Yard" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Dedham Mall - Watertown Yard", - "short_name": "52", - "sort_order": 50520, - "text_color": "000000", - "type": 3 - }, - "id": "52", - "links": { - "self": "/routes/52" - }, - "relationships": { - "line": { - "data": { - "id": "line-5259", - "type": "line" - } - } - }, - "type": "route" - }, - { - "attributes": { - "direction_id": 0, - "headsign": "Lowell (Shuttle)" - }, - "id": "LowellWilmingtonExtended-0-sample", - "links": { - "self": "/trips/LowellWilmingtonExtended-0-sample" - }, - "relationships": { - "route": { - "data": { - "id": "Shuttle-LowellWilmington", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Shuttle-LowellWilmington-0-0", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "canonical", - "type": "service" - } - }, - "shape": { - "data": { - "id": "WilmingtonToLowell-S", - "type": "shape" - } - }, - "stops": { - "data": [ + }, { - "id": "NHRML-0152-B", + "id": "2818", "type": "stop" }, { - "id": "NHRML-0218-B2", + "id": "22819", "type": "stop" }, { - "id": "NHRML-0254-B", + "id": "22818", "type": "stop" - } - ] - } - }, - "type": "trip" - }, - { - "attributes": { - "direction_id": 1, - "headsign": "Alewife (Shuttle)" - }, - "id": "AlewifeHarvard-1-sample", - "links": { - "self": "/trips/AlewifeHarvard-1-sample" - }, - "relationships": { - "route": { - "data": { - "id": "Shuttle-AlewifeHarvard", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Shuttle-AlewifeHarvard-0-1", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "canonical", - "type": "service" - } - }, - "shape": { - "data": { - "id": "HarvardToAlewife-S", - "type": "shape" - } - }, - "stops": { - "data": [ + }, { - "id": "20761", + "id": "22821", "type": "stop" }, { - "id": "23151", + "id": "32818", "type": "stop" }, { - "id": "5104", + "id": "42818", "type": "stop" }, { - "id": "141", + "id": "8335", + "type": "stop" + }, + { + "id": "8970", + "type": "stop" + }, + { + "id": "8971", + "type": "stop" + }, + { + "id": "8973", + "type": "stop" + }, + { + "id": "8975", + "type": "stop" + }, + { + "id": "18975", "type": "stop" } ] @@ -314975,242 +316877,168 @@ }, "type": "trip" }, - { - "attributes": {}, - "id": "FR-0167-01", - "links": { - "self": "/stops/FR-0167-01" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=FR-0167-01" - } - }, - "parent_station": { - "data": { - "id": "place-FR-0167", - "type": "stop" - } - }, - "zone": { - "data": { - "id": "CR-zone-4", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "14470", - "links": { - "self": "/stops/14470" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=14470" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "NHRML-0078-02", - "links": { - "self": "/stops/NHRML-0078-02" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=NHRML-0078-02" - } - }, - "parent_station": { - "data": { - "id": "place-NHRML-0078", - "type": "stop" - } - }, - "zone": { - "data": { - "id": "CR-zone-1", - "type": "zone" - } - } - }, - "type": "stop" - }, { "attributes": { - "direction_id": 0, + "direction_id": 1, "headsign": "Forest Hills" }, - "id": "62144590", + "id": "67250579", "links": { - "self": "/trips/62144590" + "self": "/trips/67250579" }, "relationships": { "route": { "data": { - "id": "39", + "id": "36", "type": "route" } }, "route_pattern": { "data": { - "id": "39-M-0", + "id": "36-5-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "1920055", + "id": "360369", "type": "shape" } }, "stops": { "data": [ { - "id": "117", + "id": "120", "type": "stop" }, { - "id": "65", + "id": "129", "type": "stop" }, { - "id": "49704", + "id": "10821", "type": "stop" }, { - "id": "10000", + "id": "774", "type": "stop" }, { - "id": "8279", + "id": "775", "type": "stop" }, { - "id": "9983", + "id": "776", "type": "stop" }, { - "id": "177", + "id": "777", "type": "stop" }, { - "id": "173", + "id": "10777", "type": "stop" }, { - "id": "178", + "id": "778", "type": "stop" }, { - "id": "11388", + "id": "779", "type": "stop" }, { - "id": "31391", + "id": "780", "type": "stop" }, { - "id": "41391", + "id": "781", "type": "stop" }, { - "id": "61391", + "id": "782", "type": "stop" }, { - "id": "71391", + "id": "783", "type": "stop" }, { - "id": "91391", + "id": "784", "type": "stop" }, { - "id": "92391", + "id": "785", "type": "stop" }, { - "id": "1363", + "id": "786", "type": "stop" }, { - "id": "1365", + "id": "787", "type": "stop" }, { - "id": "21365", + "id": "788", "type": "stop" }, { - "id": "22365", + "id": "789", "type": "stop" }, { - "id": "31365", + "id": "790", "type": "stop" }, { - "id": "51365", + "id": "791", "type": "stop" }, { - "id": "61365", + "id": "792", "type": "stop" }, { - "id": "1160", + "id": "793", "type": "stop" }, { - "id": "1161", + "id": "795", "type": "stop" }, { - "id": "1164", + "id": "636", "type": "stop" }, { - "id": "11164", + "id": "637", "type": "stop" }, { - "id": "1939", + "id": "638", "type": "stop" }, { - "id": "99991", + "id": "639", "type": "stop" }, { - "id": "2006", + "id": "640", "type": "stop" }, { - "id": "2007", + "id": "641", + "type": "stop" + }, + { + "id": "642", "type": "stop" }, { @@ -315224,14 +317052,14 @@ }, { "attributes": {}, - "id": "1838", + "id": "109880", "links": { - "self": "/stops/1838" + "self": "/stops/109880" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1838" + "related": "/facilities/?filter[stop]=109880" } }, "parent_station": { @@ -315248,14 +317076,14 @@ }, { "attributes": {}, - "id": "7307", + "id": "2223", "links": { - "self": "/stops/7307" + "self": "/stops/2223" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7307" + "related": "/facilities/?filter[stop]=2223" } }, "parent_station": { @@ -315271,66 +317099,68 @@ "type": "stop" }, { - "attributes": {}, - "id": "NB-0076-S", + "attributes": { + "direction_id": 1, + "headsign": "Harvard (Loop shuttle)" + }, + "id": "HarvardKendall-1-sample", "links": { - "self": "/stops/NB-0076-S" + "self": "/trips/HarvardKendall-1-sample" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=NB-0076-S" + "route": { + "data": { + "id": "Shuttle-HarvardKendall", + "type": "route" } }, - "parent_station": { + "route_pattern": { "data": { - "id": "place-NB-0076", - "type": "stop" + "id": "Shuttle-HarvardKendall-0-1", + "type": "route_pattern" } }, - "zone": { + "service": { "data": { - "id": "CR-zone-1", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "6361", - "links": { - "self": "/stops/6361" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=6361" + "id": "canonical", + "type": "service" } }, - "parent_station": { - "data": null - }, - "zone": { + "shape": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "KendallToHarvard-S", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "9170071", + "type": "stop" + }, + { + "id": "102", + "type": "stop" + }, + { + "id": "110", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "416", + "id": "89339", "links": { - "self": "/stops/416" + "self": "/stops/89339" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=416" + "related": "/facilities/?filter[stop]=89339" } }, "parent_station": { @@ -315346,39 +317176,92 @@ "type": "stop" }, { - "attributes": {}, - "id": "2787", + "attributes": { + "direction_id": 0, + "headsign": "Stoughton" + }, + "id": "SouthWKDYF24-697853-873", "links": { - "self": "/stops/2787" + "self": "/trips/SouthWKDYF24-697853-873" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=2787" + "route": { + "data": { + "id": "CR-Providence", + "type": "route" } }, - "parent_station": { - "data": null + "route_pattern": { + "data": { + "id": "CR-Providence-1f955147-0", + "type": "route_pattern" + } }, - "zone": { + "service": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "FALL 2024-SOUTHWKD-Weekday-1-Scbbf1ea5", + "type": "service" + } + }, + "shape": { + "data": { + "id": "9890004", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "NEC-2287", + "type": "stop" + }, + { + "id": "NEC-2276-01", + "type": "stop" + }, + { + "id": "NEC-2265-01", + "type": "stop" + }, + { + "id": "NEC-2203-03", + "type": "stop" + }, + { + "id": "NEC-2192-03", + "type": "stop" + }, + { + "id": "NEC-2173-01", + "type": "stop" + }, + { + "id": "SB-0150-04", + "type": "stop" + }, + { + "id": "SB-0156-S", + "type": "stop" + }, + { + "id": "SB-0189-S", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "4215", + "id": "2612", "links": { - "self": "/stops/4215" + "self": "/stops/2612" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4215" + "related": "/facilities/?filter[stop]=2612" } }, "parent_station": { @@ -315395,14 +317278,14 @@ }, { "attributes": {}, - "id": "8445", + "id": "3485", "links": { - "self": "/stops/8445" + "self": "/stops/3485" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8445" + "related": "/facilities/?filter[stop]=3485" } }, "parent_station": { @@ -315419,14 +317302,14 @@ }, { "attributes": {}, - "id": "6208", + "id": "7905", "links": { - "self": "/stops/6208" + "self": "/stops/7905" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6208" + "related": "/facilities/?filter[stop]=7905" } }, "parent_station": { @@ -315443,14 +317326,14 @@ }, { "attributes": {}, - "id": "9194", + "id": "8147", "links": { - "self": "/stops/9194" + "self": "/stops/8147" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9194" + "related": "/facilities/?filter[stop]=8147" } }, "parent_station": { @@ -315467,14 +317350,14 @@ }, { "attributes": {}, - "id": "4597", + "id": "499", "links": { - "self": "/stops/4597" + "self": "/stops/499" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4597" + "related": "/facilities/?filter[stop]=499" } }, "parent_station": { @@ -315489,47 +317372,16 @@ }, "type": "stop" }, - { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Reading Depot", - "Malden Center Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Reading Depot - Malden Center Station", - "short_name": "137", - "sort_order": 51370, - "text_color": "000000", - "type": 3 - }, - "id": "137", - "links": { - "self": "/routes/137" - }, - "relationships": { - "line": { - "data": { - "id": "line-136137", - "type": "line" - } - } - }, - "type": "route" - }, { "attributes": {}, - "id": "4277", + "id": "5360", "links": { - "self": "/stops/4277" + "self": "/stops/5360" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4277" + "related": "/facilities/?filter[stop]=5360" } }, "parent_station": { @@ -315546,18 +317398,21 @@ }, { "attributes": {}, - "id": "4042", + "id": "76127", "links": { - "self": "/stops/4042" + "self": "/stops/76127" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4042" + "related": "/facilities/?filter[stop]=76127" } }, "parent_station": { - "data": null + "data": { + "id": "place-harsq", + "type": "stop" + } }, "zone": { "data": { @@ -315570,22 +317425,25 @@ }, { "attributes": {}, - "id": "15050", + "id": "FR-0074-02", "links": { - "self": "/stops/15050" + "self": "/stops/FR-0074-02" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=15050" + "related": "/facilities/?filter[stop]=FR-0074-02" } }, "parent_station": { - "data": null + "data": { + "id": "place-FR-0074", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "CR-zone-1", "type": "zone" } } @@ -315595,81 +317453,97 @@ { "attributes": { "direction_id": 0, - "headsign": "Foxboro" + "headsign": "North Station via South Station" }, - "id": "CR-670240-743", + "id": "66645816", "links": { - "self": "/trips/CR-670240-743" + "self": "/trips/66645816" }, "relationships": { "route": { "data": { - "id": "CR-Franklin", + "id": "4", "type": "route" } }, "route_pattern": { "data": { - "id": "CR-Franklin-512734e4-0", + "id": "4-3-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SPRING2024-SOUTHWKD-Weekday-1-S85407dc6", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "SouthStationToFoxboroViaBackBay", + "id": "040082", "type": "shape" } }, "stops": { "data": [ { - "id": "NEC-2287", + "id": "210", "type": "stop" }, { - "id": "NEC-2276-01", + "id": "212", "type": "stop" }, { - "id": "NEC-2265-01", + "id": "890", "type": "stop" }, { - "id": "FB-0095-05", + "id": "89001", "type": "stop" }, { - "id": "FB-0109-01", + "id": "891", "type": "stop" }, { - "id": "FB-0118-01", + "id": "892", "type": "stop" }, { - "id": "FB-0125-01", + "id": "221", "type": "stop" }, { - "id": "FB-0143-01", + "id": "222", "type": "stop" }, { - "id": "FB-0148-01", + "id": "223", "type": "stop" }, { - "id": "FB-0166-S", + "id": "30233", "type": "stop" }, { - "id": "FS-0049-S", + "id": "224", + "type": "stop" + }, + { + "id": "225", + "type": "stop" + }, + { + "id": "230", + "type": "stop" + }, + { + "id": "231", + "type": "stop" + }, + { + "id": "114", "type": "stop" } ] @@ -315679,14 +317553,14 @@ }, { "attributes": {}, - "id": "8636", + "id": "7598", "links": { - "self": "/stops/8636" + "self": "/stops/7598" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8636" + "related": "/facilities/?filter[stop]=7598" } }, "parent_station": { @@ -315703,46 +317577,70 @@ }, { "attributes": {}, - "id": "9070180", + "id": "9038", "links": { - "self": "/stops/9070180" + "self": "/stops/9038" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9070180" + "related": "/facilities/?filter[stop]=9038" } }, "parent_station": { "data": null }, "zone": { - "data": null + "data": { + "id": "LocalBus", + "type": "zone" + } } }, "type": "stop" }, { "attributes": {}, - "id": "70072", + "id": "4880", "links": { - "self": "/stops/70072" + "self": "/stops/4880" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70072" + "related": "/facilities/?filter[stop]=4880" } }, "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "place-knncl", - "type": "stop" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "1068", + "links": { + "self": "/stops/1068" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=1068" } }, + "parent_station": { + "data": null + }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } @@ -315751,14 +317649,14 @@ }, { "attributes": {}, - "id": "7437", + "id": "66", "links": { - "self": "/stops/7437" + "self": "/stops/66" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7437" + "related": "/facilities/?filter[stop]=66" } }, "parent_station": { @@ -315775,14 +317673,14 @@ }, { "attributes": {}, - "id": "8332", + "id": "8478", "links": { - "self": "/stops/8332" + "self": "/stops/8478" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8332" + "related": "/facilities/?filter[stop]=8478" } }, "parent_station": { @@ -315799,14 +317697,14 @@ }, { "attributes": {}, - "id": "8441", + "id": "800", "links": { - "self": "/stops/8441" + "self": "/stops/800" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8441" + "related": "/facilities/?filter[stop]=800" } }, "parent_station": { @@ -315823,14 +317721,14 @@ }, { "attributes": {}, - "id": "7290", + "id": "38488", "links": { - "self": "/stops/7290" + "self": "/stops/38488" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7290" + "related": "/facilities/?filter[stop]=38488" } }, "parent_station": { @@ -315848,65 +317746,45 @@ { "attributes": { "direction_id": 0, - "headsign": "North Station (Shuttle)" + "headsign": "Logan Airport Terminal C" }, - "id": "Orange-NorthStationOakGrove-Weekday-be3f4-0-20:30:00", + "id": "67203741", "links": { - "self": "/trips/Orange-NorthStationOakGrove-Weekday-be3f4-0-20%3A30%3A00" + "self": "/trips/67203741" }, "relationships": { "route": { "data": { - "id": "Shuttle-NorthStationOakGrove", + "id": "116", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-NorthStationOakGrove-0-0", + "id": "116-1-0", "type": "route_pattern" } }, "service": { "data": { - "id": "Orange-NorthStationOakGrove-Weekday-b34", + "id": "WinterSaturday", "type": "service" } }, "shape": { "data": { - "id": "OakGroveToNorthStation-S", + "id": "1160130", "type": "shape" } }, "stops": { "data": [ { - "id": "9328", - "type": "stop" - }, - { - "id": "5327", - "type": "stop" - }, - { - "id": "5271", - "type": "stop" - }, - { - "id": "28742", - "type": "stop" - }, - { - "id": "29001", - "type": "stop" - }, - { - "id": "9070028", + "id": "8309", "type": "stop" }, { - "id": "9070090", + "id": "7094", "type": "stop" } ] @@ -315916,14 +317794,14 @@ }, { "attributes": {}, - "id": "3782", + "id": "8340", "links": { - "self": "/stops/3782" + "self": "/stops/8340" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3782" + "related": "/facilities/?filter[stop]=8340" } }, "parent_station": { @@ -315941,253 +317819,197 @@ { "attributes": { "direction_id": 0, - "headsign": "Needham Junction" + "headsign": "City Point" }, - "id": "61394025", + "id": "66653090", "links": { - "self": "/trips/61394025" + "self": "/trips/66653090" }, "relationships": { "route": { "data": { - "id": "59", + "id": "10", "type": "route" } }, "route_pattern": { "data": { - "id": "59-_-0", + "id": "10-5-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "590094", + "id": "100255", "type": "shape" } }, "stops": { "data": [ { - "id": "8178", - "type": "stop" - }, - { - "id": "8180", - "type": "stop" - }, - { - "id": "8181", - "type": "stop" - }, - { - "id": "8182", - "type": "stop" - }, - { - "id": "8183", - "type": "stop" - }, - { - "id": "8185", - "type": "stop" - }, - { - "id": "8186", - "type": "stop" - }, - { - "id": "8187", - "type": "stop" - }, - { - "id": "8188", - "type": "stop" - }, - { - "id": "8285", - "type": "stop" - }, - { - "id": "8189", - "type": "stop" - }, - { - "id": "82851", - "type": "stop" - }, - { - "id": "82853", - "type": "stop" - }, - { - "id": "8192", - "type": "stop" - }, - { - "id": "8193", + "id": "175", "type": "stop" }, { - "id": "8194", + "id": "143", "type": "stop" }, { - "id": "8195", + "id": "178", "type": "stop" }, { - "id": "8196", + "id": "176", "type": "stop" }, { - "id": "8197", + "id": "1395", "type": "stop" }, { - "id": "8198", + "id": "1396", "type": "stop" }, { - "id": "8199", + "id": "1397", "type": "stop" }, { - "id": "8200", + "id": "1398", "type": "stop" }, { - "id": "82011", + "id": "21158", "type": "stop" }, { - "id": "8202", + "id": "11158", "type": "stop" }, { - "id": "8203", + "id": "10015", "type": "stop" }, { - "id": "8204", + "id": "5089", "type": "stop" }, { - "id": "8205", + "id": "855", "type": "stop" }, { - "id": "8206", + "id": "8", "type": "stop" }, { - "id": "8207", + "id": "30009", "type": "stop" }, { - "id": "8208", + "id": "131", "type": "stop" }, { - "id": "8209", + "id": "29049", "type": "stop" }, { - "id": "8210", + "id": "29051", "type": "stop" }, { - "id": "8211", + "id": "29052", "type": "stop" }, { - "id": "8212", + "id": "13", "type": "stop" }, { - "id": "8213", + "id": "14", "type": "stop" }, { - "id": "82131", + "id": "15", "type": "stop" }, { - "id": "82132", + "id": "16", "type": "stop" }, { - "id": "82133", + "id": "17", "type": "stop" }, { - "id": "82134", + "id": "18", "type": "stop" }, { - "id": "82135", + "id": "19", "type": "stop" }, { - "id": "82130", + "id": "20", "type": "stop" }, { - "id": "82136", + "id": "21", "type": "stop" }, { - "id": "18144", + "id": "22", "type": "stop" }, { - "id": "82137", + "id": "23", "type": "stop" }, { - "id": "82138", + "id": "24", "type": "stop" }, { - "id": "82139", + "id": "25", "type": "stop" }, { - "id": "82140", + "id": "27", "type": "stop" }, { - "id": "31852", + "id": "28", "type": "stop" }, { - "id": "41852", + "id": "29", "type": "stop" }, { - "id": "51852", + "id": "30", "type": "stop" }, { - "id": "61852", + "id": "32", "type": "stop" }, { - "id": "71852", + "id": "10031", "type": "stop" }, { - "id": "81852", + "id": "10032", "type": "stop" }, { - "id": "91852", + "id": "33", "type": "stop" } ] @@ -316197,14 +318019,14 @@ }, { "attributes": {}, - "id": "8628", + "id": "6321", "links": { - "self": "/stops/8628" + "self": "/stops/6321" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8628" + "related": "/facilities/?filter[stop]=6321" } }, "parent_station": { @@ -316221,38 +318043,38 @@ }, { "attributes": {}, - "id": "4333", + "id": "WML-0035-B", "links": { - "self": "/stops/4333" + "self": "/stops/WML-0035-B" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4333" + "related": "/facilities/?filter[stop]=WML-0035-B" } }, "parent_station": { - "data": null - }, - "zone": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "place-WML-0035", + "type": "stop" } + }, + "zone": { + "data": null } }, "type": "stop" }, { "attributes": {}, - "id": "2581", + "id": "9137", "links": { - "self": "/stops/2581" + "self": "/stops/9137" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2581" + "related": "/facilities/?filter[stop]=9137" } }, "parent_station": { @@ -316269,14 +318091,14 @@ }, { "attributes": {}, - "id": "1572", + "id": "11971", "links": { - "self": "/stops/1572" + "self": "/stops/11971" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1572" + "related": "/facilities/?filter[stop]=11971" } }, "parent_station": { @@ -316293,35 +318115,41 @@ }, { "attributes": {}, - "id": "9170153", + "id": "WML-0199-01", "links": { - "self": "/stops/9170153" + "self": "/stops/WML-0199-01" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9170153" + "related": "/facilities/?filter[stop]=WML-0199-01" } }, "parent_station": { - "data": null + "data": { + "id": "place-WML-0199", + "type": "stop" + } }, "zone": { - "data": null + "data": { + "id": "CR-zone-4", + "type": "zone" + } } }, "type": "stop" }, { "attributes": {}, - "id": "5251", + "id": "7600", "links": { - "self": "/stops/5251" + "self": "/stops/7600" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5251" + "related": "/facilities/?filter[stop]=7600" } }, "parent_station": { @@ -316338,14 +318166,14 @@ }, { "attributes": {}, - "id": "4074", + "id": "18248", "links": { - "self": "/stops/4074" + "self": "/stops/18248" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4074" + "related": "/facilities/?filter[stop]=18248" } }, "parent_station": { @@ -316362,25 +318190,22 @@ }, { "attributes": {}, - "id": "70504", + "id": "2090", "links": { - "self": "/stops/70504" + "self": "/stops/2090" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70504" + "related": "/facilities/?filter[stop]=2090" } }, "parent_station": { - "data": { - "id": "place-unsqu", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } @@ -316389,25 +318214,22 @@ }, { "attributes": {}, - "id": "NEC-2139", + "id": "825", "links": { - "self": "/stops/NEC-2139" + "self": "/stops/825" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=NEC-2139" + "related": "/facilities/?filter[stop]=825" } }, "parent_station": { - "data": { - "id": "place-NEC-2139", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "CR-zone-3", + "id": "LocalBus", "type": "zone" } } @@ -316416,22 +318238,25 @@ }, { "attributes": {}, - "id": "17325", + "id": "70251", "links": { - "self": "/stops/17325" + "self": "/stops/70251" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=17325" + "related": "/facilities/?filter[stop]=70251" } }, "parent_station": { - "data": null + "data": { + "id": "place-fenwd", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -316440,25 +318265,25 @@ }, { "attributes": {}, - "id": "DB-2230-01", + "id": "NHRML-0152-02", "links": { - "self": "/stops/DB-2230-01" + "self": "/stops/NHRML-0152-02" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=DB-2230-01" + "related": "/facilities/?filter[stop]=NHRML-0152-02" } }, "parent_station": { "data": { - "id": "place-DB-2230", + "id": "place-NHRML-0152", "type": "stop" } }, "zone": { "data": { - "id": "CR-zone-1A", + "id": "CR-zone-3", "type": "zone" } } @@ -316467,14 +318292,14 @@ }, { "attributes": {}, - "id": "4484", + "id": "15974", "links": { - "self": "/stops/4484" + "self": "/stops/15974" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4484" + "related": "/facilities/?filter[stop]=15974" } }, "parent_station": { @@ -316490,39 +318315,52 @@ "type": "stop" }, { - "attributes": {}, - "id": "9074", + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Hingham Depot", + "Quincy Center Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Hingham Depot - Quincy Center Station", + "short_name": "220", + "sort_order": 52200, + "text_color": "000000", + "type": 3 + }, + "id": "220", "links": { - "self": "/stops/9074" + "self": "/routes/220" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=9074" + "agency": { + "data": { + "id": "1", + "type": "agency" } }, - "parent_station": { - "data": null - }, - "zone": { + "line": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "line-220221222", + "type": "line" } } }, - "type": "stop" + "type": "route" }, { "attributes": {}, - "id": "2565", + "id": "111855", "links": { - "self": "/stops/2565" + "self": "/stops/111855" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2565" + "related": "/facilities/?filter[stop]=111855" } }, "parent_station": { @@ -316540,237 +318378,45 @@ { "attributes": { "direction_id": 1, - "headsign": "Avenue Louis Pasteur" + "headsign": "North Station (Shuttle)" }, - "id": "62145524", + "id": "GreenDGovernmentCenterNorthStationViaGLShuttles-1-sample", "links": { - "self": "/trips/62145524" + "self": "/trips/GreenDGovernmentCenterNorthStationViaGLShuttles-1-sample" }, "relationships": { "route": { "data": { - "id": "35", + "id": "Shuttle-GovernmentCenterNorthStation", "type": "route" } }, "route_pattern": { "data": { - "id": "35-2-1", + "id": "Shuttle-GovernmentCenterNorthStation-0-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "canonical", "type": "service" } }, "shape": { "data": { - "id": "350184", + "id": "GovernmentCenterToNorthStation-S", "type": "shape" } }, "stops": { "data": [ { - "id": "616", - "type": "stop" - }, - { - "id": "763", - "type": "stop" - }, - { - "id": "764", - "type": "stop" - }, - { - "id": "765", - "type": "stop" - }, - { - "id": "766", - "type": "stop" - }, - { - "id": "767", - "type": "stop" - }, - { - "id": "768", - "type": "stop" - }, - { - "id": "10769", - "type": "stop" - }, - { - "id": "769", - "type": "stop" - }, - { - "id": "770", - "type": "stop" - }, - { - "id": "771", - "type": "stop" - }, - { - "id": "772", - "type": "stop" - }, - { - "id": "773", - "type": "stop" - }, - { - "id": "780", - "type": "stop" - }, - { - "id": "781", - "type": "stop" - }, - { - "id": "782", - "type": "stop" - }, - { - "id": "783", - "type": "stop" - }, - { - "id": "784", - "type": "stop" - }, - { - "id": "785", - "type": "stop" - }, - { - "id": "15216", - "type": "stop" - }, - { - "id": "5217", - "type": "stop" - }, - { - "id": "5218", - "type": "stop" - }, - { - "id": "5219", - "type": "stop" - }, - { - "id": "5220", - "type": "stop" - }, - { - "id": "5221", - "type": "stop" - }, - { - "id": "5222", - "type": "stop" - }, - { - "id": "5223", - "type": "stop" - }, - { - "id": "5224", - "type": "stop" - }, - { - "id": "5225", - "type": "stop" - }, - { - "id": "5226", - "type": "stop" - }, - { - "id": "5227", - "type": "stop" - }, - { - "id": "5228", - "type": "stop" - }, - { - "id": "5229", - "type": "stop" - }, - { - "id": "5230", - "type": "stop" - }, - { - "id": "5231", - "type": "stop" - }, - { - "id": "2002", - "type": "stop" - }, - { - "id": "2003", - "type": "stop" - }, - { - "id": "1129", - "type": "stop" - }, - { - "id": "1130", - "type": "stop" - }, - { - "id": "1132", - "type": "stop" - }, - { - "id": "11131", - "type": "stop" - }, - { - "id": "6570", - "type": "stop" - }, - { - "id": "6571", - "type": "stop" - }, - { - "id": "6573", - "type": "stop" - }, - { - "id": "65741", - "type": "stop" - }, - { - "id": "6575", - "type": "stop" - }, - { - "id": "1315", - "type": "stop" - }, - { - "id": "1317", - "type": "stop" - }, - { - "id": "1319", + "id": "4510", "type": "stop" }, { - "id": "11780", + "id": "9070026", "type": "stop" } ] @@ -316780,14 +318426,14 @@ }, { "attributes": {}, - "id": "4014", + "id": "3907", "links": { - "self": "/stops/4014" + "self": "/stops/3907" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4014" + "related": "/facilities/?filter[stop]=3907" } }, "parent_station": { @@ -316804,14 +318450,14 @@ }, { "attributes": {}, - "id": "8542", + "id": "593", "links": { - "self": "/stops/8542" + "self": "/stops/593" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8542" + "related": "/facilities/?filter[stop]=593" } }, "parent_station": { @@ -316828,196 +318474,99 @@ }, { "attributes": {}, - "id": "2095", + "id": "GB-0198-B2", "links": { - "self": "/stops/2095" + "self": "/stops/GB-0198-B2" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2095" + "related": "/facilities/?filter[stop]=GB-0198-B2" } }, "parent_station": { - "data": null - }, - "zone": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "23403", - "links": { - "self": "/stops/23403" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=23403" + "id": "place-GB-0198", + "type": "stop" } }, - "parent_station": { - "data": null - }, "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "5380", - "links": { - "self": "/stops/5380" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=5380" - } - }, - "parent_station": { "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } } }, "type": "stop" }, { - "attributes": {}, - "id": "2675", - "links": { - "self": "/stops/2675" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=2675" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } + "attributes": { + "direction_id": 0, + "headsign": "Rockport (Shuttle)" }, - "type": "stop" - }, - { - "attributes": {}, - "id": "1589", + "id": "RockportWestGloucester-0-sample", "links": { - "self": "/stops/1589" + "self": "/trips/RockportWestGloucester-0-sample" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=1589" - } - }, - "parent_station": { - "data": null - }, - "zone": { + "route": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "5421", - "links": { - "self": "/stops/5421" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=5421" + "id": "Shuttle-RockportWestGloucester", + "type": "route" } }, - "parent_station": { - "data": null - }, - "zone": { + "route_pattern": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "DB-2265-02", - "links": { - "self": "/stops/DB-2265-02" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=DB-2265-02" + "id": "Shuttle-RockportWestGloucester-0-0", + "type": "route_pattern" } }, - "parent_station": { + "service": { "data": { - "id": "place-DB-2265", - "type": "stop" + "id": "canonical", + "type": "service" } }, - "zone": { + "shape": { "data": { - "id": "CR-zone-1A", - "type": "zone" + "id": "WestGloucesterToRockport-S", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "GB-0296-B2", + "type": "stop" + }, + { + "id": "GB-0316-B1", + "type": "stop" + }, + { + "id": "GB-0353-B", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "70031", + "id": "2692", "links": { - "self": "/stops/70031" + "self": "/stops/2692" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70031" + "related": "/facilities/?filter[stop]=2692" } }, "parent_station": { - "data": { - "id": "place-sull", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } @@ -317026,294 +318575,150 @@ }, { "attributes": { - "direction_id": 0, - "headsign": "Dedham Mall" + "direction_id": 1, + "headsign": "Maverick via Jeffries Point" }, - "id": "62144832", + "id": "67203034", "links": { - "self": "/trips/62144832" + "self": "/trips/67203034" }, "relationships": { "route": { "data": { - "id": "35", + "id": "120", "type": "route" } }, "route_pattern": { "data": { - "id": "35-1-0", + "id": "120-3-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "350181", + "id": "1200168", "type": "shape" } }, "stops": { "data": [ { - "id": "10642", - "type": "stop" - }, - { - "id": "596", - "type": "stop" - }, - { - "id": "597", - "type": "stop" - }, - { - "id": "598", - "type": "stop" - }, - { - "id": "599", - "type": "stop" - }, - { - "id": "600", - "type": "stop" - }, - { - "id": "601", - "type": "stop" - }, - { - "id": "602", - "type": "stop" - }, - { - "id": "797", - "type": "stop" - }, - { - "id": "798", - "type": "stop" - }, - { - "id": "799", - "type": "stop" - }, - { - "id": "800", - "type": "stop" - }, - { - "id": "801", - "type": "stop" - }, - { - "id": "802", + "id": "5880", "type": "stop" }, { - "id": "803", + "id": "5881", "type": "stop" }, { - "id": "804", + "id": "5839", "type": "stop" }, { - "id": "805", + "id": "5841", "type": "stop" }, { - "id": "806", + "id": "5842", "type": "stop" }, { - "id": "807", + "id": "5843", "type": "stop" }, { - "id": "808", + "id": "5844", "type": "stop" }, { - "id": "810", + "id": "5666", "type": "stop" }, { - "id": "821", + "id": "5848", "type": "stop" }, { - "id": "822", + "id": "5849", "type": "stop" }, { - "id": "823", + "id": "5850", "type": "stop" }, { - "id": "824", + "id": "5851", "type": "stop" }, { - "id": "825", + "id": "5852", "type": "stop" }, { - "id": "826", + "id": "5853", "type": "stop" }, { - "id": "10768", + "id": "5854", "type": "stop" }, { - "id": "827", + "id": "5736", "type": "stop" }, { - "id": "828", + "id": "5737", "type": "stop" }, { - "id": "829", + "id": "57400", "type": "stop" }, { - "id": "830", + "id": "15857", "type": "stop" }, { - "id": "831", + "id": "5857", "type": "stop" }, { - "id": "832", + "id": "5858", "type": "stop" }, { - "id": "618", + "id": "5859", "type": "stop" }, { - "id": "10618", + "id": "5861", "type": "stop" }, { - "id": "10835", + "id": "5862", "type": "stop" }, { - "id": "10833", + "id": "5863", "type": "stop" - } - ] - } - }, - "type": "trip" - }, - { - "attributes": {}, - "id": "NB-0072-B1", - "links": { - "self": "/stops/NB-0072-B1" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=NB-0072-B1" - } - }, - "parent_station": { - "data": { - "id": "place-NB-0072", - "type": "stop" - } - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "8518", - "links": { - "self": "/stops/8518" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=8518" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": { - "direction_id": 1, - "headsign": "Alewife (Express shuttle)" - }, - "id": "AlewifeLittletonExpress-1-sample", - "links": { - "self": "/trips/AlewifeLittletonExpress-1-sample" - }, - "relationships": { - "route": { - "data": { - "id": "Shuttle-AlewifeLittletonExpress", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Shuttle-AlewifeLittletonExpress-0-1", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "canonical", - "type": "service" - } - }, - "shape": { - "data": { - "id": "LittletonToAlewifeExpress-S", - "type": "shape" - } - }, - "stops": { - "data": [ + }, { - "id": "FR-0301-B", + "id": "5864", "type": "stop" }, { - "id": "FR-0253-B", + "id": "5865", "type": "stop" }, { - "id": "9070061", + "id": "57400", "type": "stop" } ] @@ -317323,14 +318728,14 @@ }, { "attributes": {}, - "id": "846", + "id": "9159", "links": { - "self": "/stops/846" + "self": "/stops/9159" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=846" + "related": "/facilities/?filter[stop]=9159" } }, "parent_station": { @@ -317347,14 +318752,14 @@ }, { "attributes": {}, - "id": "1401", + "id": "6128", "links": { - "self": "/stops/1401" + "self": "/stops/6128" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1401" + "related": "/facilities/?filter[stop]=6128" } }, "parent_station": { @@ -317371,14 +318776,14 @@ }, { "attributes": {}, - "id": "50916", + "id": "2930", "links": { - "self": "/stops/50916" + "self": "/stops/2930" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=50916" + "related": "/facilities/?filter[stop]=2930" } }, "parent_station": { @@ -317394,39 +318799,52 @@ "type": "stop" }, { - "attributes": {}, - "id": "5599", + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Haverhill", + "North Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Haverhill - Malden Center", + "short_name": "Haverhill Line Shuttle", + "sort_order": 61970, + "text_color": "000000", + "type": 3 + }, + "id": "Shuttle-HaverhillMaldenCenter", "links": { - "self": "/stops/5599" + "self": "/routes/Shuttle-HaverhillMaldenCenter" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=5599" + "agency": { + "data": { + "id": "1", + "type": "agency" } }, - "parent_station": { - "data": null - }, - "zone": { + "line": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "line-Haverhill", + "type": "line" } } }, - "type": "stop" + "type": "route" }, { "attributes": {}, - "id": "3335", + "id": "25969", "links": { - "self": "/stops/3335" + "self": "/stops/25969" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3335" + "related": "/facilities/?filter[stop]=25969" } }, "parent_station": { @@ -317443,14 +318861,14 @@ }, { "attributes": {}, - "id": "30270", + "id": "23", "links": { - "self": "/stops/30270" + "self": "/stops/23" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=30270" + "related": "/facilities/?filter[stop]=23" } }, "parent_station": { @@ -317466,87 +318884,116 @@ "type": "stop" }, { - "attributes": {}, - "id": "7842", + "attributes": { + "direction_id": 0, + "headsign": "Sullivan" + }, + "id": "66959899", "links": { - "self": "/stops/7842" + "self": "/trips/66959899" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=7842" + "route": { + "data": { + "id": "92", + "type": "route" } }, - "parent_station": { - "data": null - }, - "zone": { + "route_pattern": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "5391", - "links": { - "self": "/stops/5391" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=5391" + "id": "92-3-0", + "type": "route_pattern" } }, - "parent_station": { - "data": null - }, - "zone": { + "service": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "1424", - "links": { - "self": "/stops/1424" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=1424" + "id": "WinterWeekday", + "type": "service" } }, - "parent_station": { - "data": null - }, - "zone": { + "shape": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "920165", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "6548", + "type": "stop" + }, + { + "id": "11891", + "type": "stop" + }, + { + "id": "190", + "type": "stop" + }, + { + "id": "191", + "type": "stop" + }, + { + "id": "117", + "type": "stop" + }, + { + "id": "2832", + "type": "stop" + }, + { + "id": "2835", + "type": "stop" + }, + { + "id": "2836", + "type": "stop" + }, + { + "id": "2837", + "type": "stop" + }, + { + "id": "2838", + "type": "stop" + }, + { + "id": "2839", + "type": "stop" + }, + { + "id": "2840", + "type": "stop" + }, + { + "id": "32840", + "type": "stop" + }, + { + "id": "2841", + "type": "stop" + }, + { + "id": "29001", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "90620", + "id": "5080", "links": { - "self": "/stops/90620" + "self": "/stops/5080" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=90620" + "related": "/facilities/?filter[stop]=5080" } }, "parent_station": { @@ -317563,14 +319010,14 @@ }, { "attributes": {}, - "id": "118", + "id": "5005", "links": { - "self": "/stops/118" + "self": "/stops/5005" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=118" + "related": "/facilities/?filter[stop]=5005" } }, "parent_station": { @@ -317587,14 +319034,14 @@ }, { "attributes": {}, - "id": "5334", + "id": "3728", "links": { - "self": "/stops/5334" + "self": "/stops/3728" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5334" + "related": "/facilities/?filter[stop]=3728" } }, "parent_station": { @@ -317610,94 +319057,208 @@ "type": "stop" }, { - "attributes": {}, - "id": "1172", + "attributes": { + "direction_id": 0, + "headsign": "North Beverly via Tozer Rd" + }, + "id": "67202583", "links": { - "self": "/stops/1172" + "self": "/trips/67202583" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=1172" + "route": { + "data": { + "id": "451", + "type": "route" } }, - "parent_station": { - "data": null - }, - "zone": { + "route_pattern": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "DB-2222-02", - "links": { - "self": "/stops/DB-2222-02" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=DB-2222-02" + "id": "451-1-0", + "type": "route_pattern" } }, - "parent_station": { + "service": { "data": { - "id": "place-DB-2222", - "type": "stop" + "id": "WinterWeekday", + "type": "service" } }, - "zone": { + "shape": { "data": { - "id": "CR-zone-1A", - "type": "zone" + "id": "4510069", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "37150", + "type": "stop" + }, + { + "id": "4453", + "type": "stop" + }, + { + "id": "6103", + "type": "stop" + }, + { + "id": "17153", + "type": "stop" + }, + { + "id": "17154", + "type": "stop" + }, + { + "id": "17156", + "type": "stop" + }, + { + "id": "7162", + "type": "stop" + }, + { + "id": "7163", + "type": "stop" + }, + { + "id": "7164", + "type": "stop" + }, + { + "id": "17166", + "type": "stop" + }, + { + "id": "7168", + "type": "stop" + }, + { + "id": "7169", + "type": "stop" + }, + { + "id": "7170", + "type": "stop" + }, + { + "id": "17170", + "type": "stop" + }, + { + "id": "7172", + "type": "stop" + }, + { + "id": "7173", + "type": "stop" + }, + { + "id": "47170", + "type": "stop" + }, + { + "id": "7126", + "type": "stop" + }, + { + "id": "7127", + "type": "stop" + }, + { + "id": "7174", + "type": "stop" + }, + { + "id": "7175", + "type": "stop" + }, + { + "id": "7176", + "type": "stop" + }, + { + "id": "7177", + "type": "stop" + }, + { + "id": "8318", + "type": "stop" + }, + { + "id": "8319", + "type": "stop" + }, + { + "id": "8320", + "type": "stop" + }, + { + "id": "18351", + "type": "stop" + }, + { + "id": "17100", + "type": "stop" + }, + { + "id": "17101", + "type": "stop" + }, + { + "id": "7101", + "type": "stop" + }, + { + "id": "17102", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "349", + "id": "9070184", "links": { - "self": "/stops/349" + "self": "/stops/9070184" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=349" + "related": "/facilities/?filter[stop]=9070184" } }, "parent_station": { "data": null }, "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } + "data": null } }, "type": "stop" }, { "attributes": {}, - "id": "5050", + "id": "875", "links": { - "self": "/stops/5050" + "self": "/stops/875" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5050" + "related": "/facilities/?filter[stop]=875" } }, "parent_station": { - "data": null + "data": { + "id": "place-forhl", + "type": "stop" + } }, "zone": { "data": { @@ -317710,14 +319271,14 @@ }, { "attributes": {}, - "id": "517", + "id": "8531", "links": { - "self": "/stops/517" + "self": "/stops/8531" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=517" + "related": "/facilities/?filter[stop]=8531" } }, "parent_station": { @@ -317734,38 +319295,14 @@ }, { "attributes": {}, - "id": "WR-0085-B1", - "links": { - "self": "/stops/WR-0085-B1" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=WR-0085-B1" - } - }, - "parent_station": { - "data": { - "id": "place-WR-0085", - "type": "stop" - } - }, - "zone": { - "data": null - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "7181", + "id": "4583", "links": { - "self": "/stops/7181" + "self": "/stops/4583" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7181" + "related": "/facilities/?filter[stop]=4583" } }, "parent_station": { @@ -317782,14 +319319,14 @@ }, { "attributes": {}, - "id": "1607", + "id": "5651", "links": { - "self": "/stops/1607" + "self": "/stops/5651" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1607" + "related": "/facilities/?filter[stop]=5651" } }, "parent_station": { @@ -317807,87 +319344,22 @@ { "attributes": { "direction_id": 1, - "headsign": "Copley via Back Bay (Shuttle)" - }, - "id": "CopleyJackson-Weekday-1d548-1-00:00:00", - "links": { - "self": "/trips/CopleyJackson-Weekday-1d548-1-00%3A00%3A00" - }, - "relationships": { - "route": { - "data": { - "id": "Shuttle-CopleyJackson", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Shuttle-CopleyJackson-0-1", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "canonical", - "type": "service" - } - }, - "shape": { - "data": { - "id": "JacksonToCopley-S", - "type": "shape" - } - }, - "stops": { - "data": [ - { - "id": "11531", - "type": "stop" - }, - { - "id": "1222", - "type": "stop" - }, - { - "id": "17861", - "type": "stop" - }, - { - "id": "9070013", - "type": "stop" - }, - { - "id": "11384", - "type": "stop" - }, - { - "id": "9170154", - "type": "stop" - } - ] - } - }, - "type": "trip" - }, - { - "attributes": { - "direction_id": 0, - "headsign": "Rockport (Local shuttle)" + "headsign": "Alewife (Express Shuttle)" }, - "id": "RockportSalemForBeverly-0-sample", + "id": "AlewifeKendallExpress-Weekday-9e586-1-00:00:00", "links": { - "self": "/trips/RockportSalemForBeverly-0-sample" + "self": "/trips/AlewifeKendallExpress-Weekday-9e586-1-00%3A00%3A00" }, "relationships": { "route": { "data": { - "id": "Shuttle-RockportSalemLocal", + "id": "Shuttle-AlewifeKendallExpress", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-RockportSalemLocal-0-0", + "id": "Shuttle-AlewifeKendallExpress-0-1", "type": "route_pattern" } }, @@ -317899,42 +319371,22 @@ }, "shape": { "data": { - "id": "SalemToRockportLocal-S", + "id": "KendallToAlewifeExpress-S", "type": "shape" } }, "stops": { "data": [ { - "id": "ER-0168-B", - "type": "stop" - }, - { - "id": "ER-0183-B", - "type": "stop" - }, - { - "id": "GB-0198-B2", - "type": "stop" - }, - { - "id": "GB-0229-B0", - "type": "stop" - }, - { - "id": "GB-0254-B2", - "type": "stop" - }, - { - "id": "GB-0296-B0", + "id": "9070071", "type": "stop" }, { - "id": "GB-0316-B0", + "id": "2460", "type": "stop" }, { - "id": "GB-0353-B", + "id": "141", "type": "stop" } ] @@ -317942,55 +319394,27 @@ }, "type": "trip" }, - { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Turkey Hill", - "Alewife Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Turkey Hill - Alewife Station", - "short_name": "67", - "sort_order": 50670, - "text_color": "000000", - "type": 3 - }, - "id": "67", - "links": { - "self": "/routes/67" - }, - "relationships": { - "line": { - "data": { - "id": "line-6779", - "type": "line" - } - } - }, - "type": "route" - }, { "attributes": {}, - "id": "6364", + "id": "NB-0064-S", "links": { - "self": "/stops/6364" + "self": "/stops/NB-0064-S" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6364" + "related": "/facilities/?filter[stop]=NB-0064-S" } }, "parent_station": { - "data": null + "data": { + "id": "place-NB-0064", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "CR-zone-1", "type": "zone" } } @@ -317999,14 +319423,14 @@ }, { "attributes": {}, - "id": "15661", + "id": "4383", "links": { - "self": "/stops/15661" + "self": "/stops/4383" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=15661" + "related": "/facilities/?filter[stop]=4383" } }, "parent_station": { @@ -318022,92 +319446,288 @@ "type": "stop" }, { - "attributes": {}, - "id": "9070128", - "links": { - "self": "/stops/9070128" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=9070128" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": null - } + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Heath Street", + "Medford/Tufts" + ], + "direction_names": [ + "West", + "East" + ], + "long_name": "Medford/Tufts - East Somerville", + "short_name": "Green Line E Shuttle", + "sort_order": 61472, + "text_color": "000000", + "type": 3 }, - "type": "stop" - }, - { - "attributes": {}, - "id": "406", + "id": "Shuttle-EastSomervilleMedford", "links": { - "self": "/stops/406" + "self": "/routes/Shuttle-EastSomervilleMedford" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=406" + "agency": { + "data": { + "id": "1", + "type": "agency" } }, - "parent_station": { - "data": null - }, - "zone": { + "line": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "line-Green", + "type": "line" } } }, - "type": "stop" + "type": "route" }, { "attributes": { "direction_id": 0, - "headsign": "Rockport (Shuttle)" + "headsign": "Liberty Tree via North Shore Mall & Lynnfield St" }, - "id": "ManchesterRockport-0-sample", + "id": "67202294", "links": { - "self": "/trips/ManchesterRockport-0-sample" + "self": "/trips/67202294" }, "relationships": { "route": { "data": { - "id": "Shuttle-ManchesterRockport", + "id": "436", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-ManchesterRockport-0-0", + "id": "436-_-0", "type": "route_pattern" } }, "service": { "data": { - "id": "canonical", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "ManchesterToRockport-S", + "id": "4360267", "type": "shape" } }, "stops": { "data": [ { - "id": "Manchester-S", + "id": "14748", "type": "stop" }, { - "id": "GB-0353-B", + "id": "6600", + "type": "stop" + }, + { + "id": "6830", + "type": "stop" + }, + { + "id": "6831", + "type": "stop" + }, + { + "id": "6833", + "type": "stop" + }, + { + "id": "6834", + "type": "stop" + }, + { + "id": "7313", + "type": "stop" + }, + { + "id": "7314", + "type": "stop" + }, + { + "id": "7315", + "type": "stop" + }, + { + "id": "7316", + "type": "stop" + }, + { + "id": "17316", + "type": "stop" + }, + { + "id": "7317", + "type": "stop" + }, + { + "id": "7318", + "type": "stop" + }, + { + "id": "7319", + "type": "stop" + }, + { + "id": "7253", + "type": "stop" + }, + { + "id": "7254", + "type": "stop" + }, + { + "id": "7255", + "type": "stop" + }, + { + "id": "7256", + "type": "stop" + }, + { + "id": "7257", + "type": "stop" + }, + { + "id": "7258", + "type": "stop" + }, + { + "id": "7259", + "type": "stop" + }, + { + "id": "7260", + "type": "stop" + }, + { + "id": "7320", + "type": "stop" + }, + { + "id": "7322", + "type": "stop" + }, + { + "id": "7324", + "type": "stop" + }, + { + "id": "17325", + "type": "stop" + }, + { + "id": "7327", + "type": "stop" + }, + { + "id": "7328", + "type": "stop" + }, + { + "id": "7330", + "type": "stop" + }, + { + "id": "7331", + "type": "stop" + }, + { + "id": "7332", + "type": "stop" + }, + { + "id": "7334", + "type": "stop" + }, + { + "id": "7335", + "type": "stop" + }, + { + "id": "7336", + "type": "stop" + }, + { + "id": "7337", + "type": "stop" + }, + { + "id": "7338", + "type": "stop" + }, + { + "id": "7339", + "type": "stop" + }, + { + "id": "7340", + "type": "stop" + }, + { + "id": "4570", + "type": "stop" + }, + { + "id": "4572", + "type": "stop" + }, + { + "id": "4573", + "type": "stop" + }, + { + "id": "4574", + "type": "stop" + }, + { + "id": "4576", + "type": "stop" + }, + { + "id": "4577", + "type": "stop" + }, + { + "id": "4578", + "type": "stop" + }, + { + "id": "14586", + "type": "stop" + }, + { + "id": "24586", + "type": "stop" + }, + { + "id": "4581", + "type": "stop" + }, + { + "id": "4582", + "type": "stop" + }, + { + "id": "7269", + "type": "stop" + }, + { + "id": "4596", + "type": "stop" + }, + { + "id": "4615", + "type": "stop" + }, + { + "id": "7270", "type": "stop" } ] @@ -318117,21 +319737,18 @@ }, { "attributes": {}, - "id": "NB-0064-B0", + "id": "5693", "links": { - "self": "/stops/NB-0064-B0" + "self": "/stops/5693" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=NB-0064-B0" + "related": "/facilities/?filter[stop]=5693" } }, "parent_station": { - "data": { - "id": "place-NB-0064", - "type": "stop" - } + "data": null }, "zone": { "data": { @@ -318142,16 +319759,53 @@ }, "type": "stop" }, + { + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "North Station", + "Design Center" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "North Station - Design Center", + "short_name": "4", + "sort_order": 50040, + "text_color": "000000", + "type": 3 + }, + "id": "4", + "links": { + "self": "/routes/4" + }, + "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, + "line": { + "data": { + "id": "line-4", + "type": "line" + } + } + }, + "type": "route" + }, { "attributes": {}, - "id": "13820", + "id": "6857", "links": { - "self": "/stops/13820" + "self": "/stops/6857" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=13820" + "related": "/facilities/?filter[stop]=6857" } }, "parent_station": { @@ -318168,25 +319822,22 @@ }, { "attributes": {}, - "id": "DB-2265-01", + "id": "13833", "links": { - "self": "/stops/DB-2265-01" + "self": "/stops/13833" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=DB-2265-01" + "related": "/facilities/?filter[stop]=13833" } }, "parent_station": { - "data": { - "id": "place-DB-2265", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "CR-zone-1A", + "id": "LocalBus", "type": "zone" } } @@ -318195,35 +319846,38 @@ }, { "attributes": {}, - "id": "9070112", + "id": "18239", "links": { - "self": "/stops/9070112" + "self": "/stops/18239" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9070112" + "related": "/facilities/?filter[stop]=18239" } }, "parent_station": { "data": null }, "zone": { - "data": null + "data": { + "id": "LocalBus", + "type": "zone" + } } }, "type": "stop" }, { "attributes": {}, - "id": "4316", + "id": "3906", "links": { - "self": "/stops/4316" + "self": "/stops/3906" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4316" + "related": "/facilities/?filter[stop]=3906" } }, "parent_station": { @@ -318238,16 +319892,90 @@ }, "type": "stop" }, + { + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Riverside Station", + "Newton Corner" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Riverside Station - Newton Corner", + "short_name": "558", + "sort_order": 55580, + "text_color": "000000", + "type": 3 + }, + "id": "558", + "links": { + "self": "/routes/558" + }, + "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, + "line": { + "data": { + "id": "line-556558", + "type": "line" + } + } + }, + "type": "route" + }, + { + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Wood Island Station", + "Maverick Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Wood Island Station - Maverick Station", + "short_name": "121", + "sort_order": 51210, + "text_color": "000000", + "type": 3 + }, + "id": "121", + "links": { + "self": "/routes/121" + }, + "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, + "line": { + "data": { + "id": "line-120121", + "type": "line" + } + } + }, + "type": "route" + }, { "attributes": {}, - "id": "6468", + "id": "42876", "links": { - "self": "/stops/6468" + "self": "/stops/42876" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6468" + "related": "/facilities/?filter[stop]=42876" } }, "parent_station": { @@ -318264,14 +319992,14 @@ }, { "attributes": {}, - "id": "5906", + "id": "2217", "links": { - "self": "/stops/5906" + "self": "/stops/2217" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5906" + "related": "/facilities/?filter[stop]=2217" } }, "parent_station": { @@ -318288,14 +320016,14 @@ }, { "attributes": {}, - "id": "4086", + "id": "1734", "links": { - "self": "/stops/4086" + "self": "/stops/1734" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4086" + "related": "/facilities/?filter[stop]=1734" } }, "parent_station": { @@ -318312,23 +320040,23 @@ }, { "attributes": { - "direction_id": 1, - "headsign": "South Station" + "direction_id": 0, + "headsign": "Jackson Square (Shuttle)" }, - "id": "canonical-CR-Greenbush-C1-1", + "id": "BackBayJacksonSquare-0-sample", "links": { - "self": "/trips/canonical-CR-Greenbush-C1-1" + "self": "/trips/BackBayJacksonSquare-0-sample" }, "relationships": { "route": { "data": { - "id": "CR-Greenbush", + "id": "Shuttle-BackBayJackson", "type": "route" } }, "route_pattern": { "data": { - "id": "CR-Greenbush-414eb5a9-1", + "id": "Shuttle-BackBayJackson-0-0", "type": "route_pattern" } }, @@ -318340,50 +320068,30 @@ }, "shape": { "data": { - "id": "canonical-9900001", + "id": "BackBayToJacksonSquare-S", "type": "shape" } }, "stops": { "data": [ { - "id": "GRB-0276-S", - "type": "stop" - }, - { - "id": "GRB-0233-S", - "type": "stop" - }, - { - "id": "GRB-0199-S", - "type": "stop" - }, - { - "id": "GRB-0183-S", - "type": "stop" - }, - { - "id": "GRB-0162-S", - "type": "stop" - }, - { - "id": "GRB-0146-S", + "id": "11384", "type": "stop" }, { - "id": "GRB-0118-S", + "id": "9070012", "type": "stop" }, { - "id": "MM-0079-S", + "id": "17861", "type": "stop" }, { - "id": "MM-0023-S", + "id": "1258", "type": "stop" }, { - "id": "NEC-2287", + "id": "11531", "type": "stop" } ] @@ -318393,14 +320101,14 @@ }, { "attributes": {}, - "id": "7374", + "id": "2662", "links": { - "self": "/stops/7374" + "self": "/stops/2662" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7374" + "related": "/facilities/?filter[stop]=2662" } }, "parent_station": { @@ -318416,39 +320124,52 @@ "type": "stop" }, { - "attributes": {}, - "id": "2152", + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Newburyport or Rockport", + "North Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Lynn - North Station (Express)", + "short_name": "Newburyport/Rockport Line Shuttle", + "sort_order": 62052, + "text_color": "000000", + "type": 3 + }, + "id": "Shuttle-LynnNorthStationExpress", "links": { - "self": "/stops/2152" + "self": "/routes/Shuttle-LynnNorthStationExpress" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=2152" + "agency": { + "data": { + "id": "1", + "type": "agency" } }, - "parent_station": { - "data": null - }, - "zone": { + "line": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "line-Newburyport", + "type": "line" } } }, - "type": "stop" + "type": "route" }, { "attributes": {}, - "id": "5670", + "id": "3722", "links": { - "self": "/stops/5670" + "self": "/stops/3722" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5670" + "related": "/facilities/?filter[stop]=3722" } }, "parent_station": { @@ -318465,14 +320186,14 @@ }, { "attributes": {}, - "id": "89619", + "id": "7212", "links": { - "self": "/stops/89619" + "self": "/stops/7212" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=89619" + "related": "/facilities/?filter[stop]=7212" } }, "parent_station": { @@ -318489,14 +320210,14 @@ }, { "attributes": {}, - "id": "3926", + "id": "5692", "links": { - "self": "/stops/3926" + "self": "/stops/5692" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3926" + "related": "/facilities/?filter[stop]=5692" } }, "parent_station": { @@ -318513,14 +320234,14 @@ }, { "attributes": {}, - "id": "2391", + "id": "56000", "links": { - "self": "/stops/2391" + "self": "/stops/56000" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2391" + "related": "/facilities/?filter[stop]=56000" } }, "parent_station": { @@ -318537,22 +320258,25 @@ }, { "attributes": {}, - "id": "460", + "id": "70263", "links": { - "self": "/stops/460" + "self": "/stops/70263" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=460" + "related": "/facilities/?filter[stop]=70263" } }, "parent_station": { - "data": null + "data": { + "id": "place-cedgr", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -318562,274 +320286,173 @@ { "attributes": { "direction_id": 1, - "headsign": "Avenue Louis Pasteur" + "headsign": "Wellington" }, - "id": "62145521_2", + "id": "66958786", "links": { - "self": "/trips/62145521_2" + "self": "/trips/66958786" }, "relationships": { "route": { "data": { - "id": "39", + "id": "110", "type": "route" } }, "route_pattern": { "data": { - "id": "39-I-1", + "id": "110-_-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "380173-2", + "id": "1100222", "type": "shape" } }, "stops": { "data": [ { - "id": "2003", - "type": "stop" - }, - { - "id": "1129", - "type": "stop" - }, - { - "id": "1130", + "id": "15797", "type": "stop" }, { - "id": "1132", + "id": "15782", "type": "stop" }, { - "id": "11131", + "id": "5783", "type": "stop" }, { - "id": "6570", + "id": "5784", "type": "stop" }, { - "id": "6571", + "id": "4733", "type": "stop" }, { - "id": "6573", + "id": "5786", "type": "stop" }, { - "id": "65741", + "id": "15787", "type": "stop" }, { - "id": "6575", + "id": "5788", "type": "stop" }, { - "id": "1315", + "id": "5713", "type": "stop" }, { - "id": "1317", + "id": "5538", "type": "stop" }, { - "id": "1319", + "id": "5539", "type": "stop" }, { - "id": "11780", - "type": "stop" - } - ] - } - }, - "type": "trip" - }, - { - "attributes": {}, - "id": "2376", - "links": { - "self": "/stops/2376" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=2376" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "155", - "links": { - "self": "/stops/155" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=155" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": { - "direction_id": 1, - "headsign": "Harvard" - }, - "id": "61849881", - "links": { - "self": "/trips/61849881" - }, - "relationships": { - "route": { - "data": { - "id": "75", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "75-1-1", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "SpringWeekday", - "type": "service" - } - }, - "shape": { - "data": { - "id": "750096", - "type": "shape" - } - }, - "stops": { - "data": [ - { - "id": "2137", + "id": "5540", "type": "stop" }, { - "id": "2139", + "id": "5541", "type": "stop" }, { - "id": "2141", + "id": "5542", "type": "stop" }, { - "id": "2143", + "id": "5543", "type": "stop" }, { - "id": "2144", + "id": "5544", "type": "stop" }, { - "id": "2145", + "id": "5546", "type": "stop" }, { - "id": "2146", + "id": "5547", "type": "stop" }, { - "id": "22146", + "id": "5549", "type": "stop" }, { - "id": "12147", + "id": "5550", "type": "stop" }, { - "id": "21248", + "id": "5553", "type": "stop" }, { - "id": "12080", + "id": "5555", "type": "stop" }, { - "id": "2080", + "id": "5556", "type": "stop" }, { - "id": "2082", + "id": "5557", "type": "stop" }, { - "id": "2083", + "id": "5558", "type": "stop" }, { - "id": "2085", + "id": "5691", "type": "stop" }, { - "id": "2159", + "id": "5692", "type": "stop" }, { - "id": "2160", + "id": "5693", "type": "stop" }, { - "id": "2161", + "id": "5496", "type": "stop" }, { - "id": "2162", + "id": "5559", "type": "stop" }, { - "id": "2163", + "id": "5560", "type": "stop" }, { - "id": "12614", + "id": "5561", "type": "stop" }, { - "id": "2076", + "id": "6569", "type": "stop" }, { - "id": "32549", + "id": "52720", "type": "stop" } ] @@ -318839,134 +320462,14 @@ }, { "attributes": {}, - "id": "9070", - "links": { - "self": "/stops/9070" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=9070" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "150", - "links": { - "self": "/stops/150" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=150" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "9174", - "links": { - "self": "/stops/9174" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=9174" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "5235", - "links": { - "self": "/stops/5235" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=5235" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "5907", - "links": { - "self": "/stops/5907" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=5907" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "1623", + "id": "78981", "links": { - "self": "/stops/1623" + "self": "/stops/78981" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1623" + "related": "/facilities/?filter[stop]=78981" } }, "parent_station": { @@ -318983,14 +320486,14 @@ }, { "attributes": {}, - "id": "2074", + "id": "49832", "links": { - "self": "/stops/2074" + "self": "/stops/49832" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2074" + "related": "/facilities/?filter[stop]=49832" } }, "parent_station": { @@ -319007,14 +320510,14 @@ }, { "attributes": {}, - "id": "33634", + "id": "9068", "links": { - "self": "/stops/33634" + "self": "/stops/9068" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=33634" + "related": "/facilities/?filter[stop]=9068" } }, "parent_station": { @@ -319031,240 +320534,372 @@ }, { "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Forest Hills", - "Oak Grove" - ], - "direction_names": [ - "South", - "North" - ], - "long_name": "Forest Hills - Ruggles", - "short_name": "Orange Line Shuttle", - "sort_order": 61700, - "text_color": "000000", - "type": 3 + "direction_id": 1, + "headsign": "North Quincy (Shuttle)" }, - "id": "Shuttle-ForestHillsRuggles", + "id": "BraintreeNorthQuincy-1-sample", "links": { - "self": "/routes/Shuttle-ForestHillsRuggles" + "self": "/trips/BraintreeNorthQuincy-1-sample" }, "relationships": { - "line": { + "route": { "data": { - "id": "line-Orange", - "type": "line" - } - } - }, - "type": "route" - }, - { - "attributes": {}, - "id": "NB-0127-B0", - "links": { - "self": "/stops/NB-0127-B0" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=NB-0127-B0" + "id": "Shuttle-BraintreeNorthQuincy", + "type": "route" } }, - "parent_station": { + "route_pattern": { "data": { - "id": "place-NB-0127", - "type": "stop" + "id": "Shuttle-BraintreeNorthQuincy-0-1", + "type": "route_pattern" } }, - "zone": { + "service": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "1552", - "links": { - "self": "/stops/1552" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=1552" + "id": "canonical", + "type": "service" } }, - "parent_station": { - "data": null - }, - "zone": { + "shape": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "8853", - "links": { - "self": "/stops/8853" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=8853" + "id": "BraintreeToNorthQuincy-S", + "type": "shape" } }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } + "stops": { + "data": [ + { + "id": "38671", + "type": "stop" + }, + { + "id": "41031", + "type": "stop" + }, + { + "id": "32000", + "type": "stop" + }, + { + "id": "9170100", + "type": "stop" + }, + { + "id": "3125", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { - "attributes": {}, - "id": "6844", - "links": { - "self": "/stops/6844" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=6844" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } + "attributes": { + "direction_id": 1, + "headsign": "Wonderland via Paradise Rd & Central Square (omits Point of Pines)" }, - "type": "stop" - }, - { - "attributes": {}, - "id": "3894", + "id": "67202429", "links": { - "self": "/stops/3894" + "self": "/trips/67202429" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=3894" - } - }, - "parent_station": { - "data": null - }, - "zone": { + "route": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "4293", - "links": { - "self": "/stops/4293" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=4293" + "id": "441", + "type": "route" } }, - "parent_station": { - "data": null - }, - "zone": { + "route_pattern": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "4205", - "links": { - "self": "/stops/4205" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=4205" + "id": "441-5-1", + "type": "route_pattern" } }, - "parent_station": { - "data": null - }, - "zone": { + "service": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "109865", - "links": { - "self": "/stops/109865" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=109865" + "id": "WinterWeekday", + "type": "service" } }, - "parent_station": { - "data": null - }, - "zone": { + "shape": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "4410227", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "4807", + "type": "stop" + }, + { + "id": "4832", + "type": "stop" + }, + { + "id": "4834", + "type": "stop" + }, + { + "id": "4835", + "type": "stop" + }, + { + "id": "4836", + "type": "stop" + }, + { + "id": "14836", + "type": "stop" + }, + { + "id": "4837", + "type": "stop" + }, + { + "id": "4838", + "type": "stop" + }, + { + "id": "4839", + "type": "stop" + }, + { + "id": "4840", + "type": "stop" + }, + { + "id": "4841", + "type": "stop" + }, + { + "id": "4843", + "type": "stop" + }, + { + "id": "4844", + "type": "stop" + }, + { + "id": "4845", + "type": "stop" + }, + { + "id": "4846", + "type": "stop" + }, + { + "id": "4847", + "type": "stop" + }, + { + "id": "4848", + "type": "stop" + }, + { + "id": "4849", + "type": "stop" + }, + { + "id": "4850", + "type": "stop" + }, + { + "id": "4851", + "type": "stop" + }, + { + "id": "4852", + "type": "stop" + }, + { + "id": "4853", + "type": "stop" + }, + { + "id": "4857", + "type": "stop" + }, + { + "id": "4858", + "type": "stop" + }, + { + "id": "4859", + "type": "stop" + }, + { + "id": "4860", + "type": "stop" + }, + { + "id": "14860", + "type": "stop" + }, + { + "id": "4861", + "type": "stop" + }, + { + "id": "4862", + "type": "stop" + }, + { + "id": "4865", + "type": "stop" + }, + { + "id": "14868", + "type": "stop" + }, + { + "id": "4870", + "type": "stop" + }, + { + "id": "4872", + "type": "stop" + }, + { + "id": "4873", + "type": "stop" + }, + { + "id": "4874", + "type": "stop" + }, + { + "id": "4875", + "type": "stop" + }, + { + "id": "14875", + "type": "stop" + }, + { + "id": "4876", + "type": "stop" + }, + { + "id": "4877", + "type": "stop" + }, + { + "id": "4878", + "type": "stop" + }, + { + "id": "4879", + "type": "stop" + }, + { + "id": "4880", + "type": "stop" + }, + { + "id": "4881", + "type": "stop" + }, + { + "id": "4882", + "type": "stop" + }, + { + "id": "4883", + "type": "stop" + }, + { + "id": "4885", + "type": "stop" + }, + { + "id": "4886", + "type": "stop" + }, + { + "id": "14889", + "type": "stop" + }, + { + "id": "4891", + "type": "stop" + }, + { + "id": "4892", + "type": "stop" + }, + { + "id": "4895", + "type": "stop" + }, + { + "id": "14748", + "type": "stop" + }, + { + "id": "4701", + "type": "stop" + }, + { + "id": "4702", + "type": "stop" + }, + { + "id": "4703", + "type": "stop" + }, + { + "id": "4704", + "type": "stop" + }, + { + "id": "4705", + "type": "stop" + }, + { + "id": "4706", + "type": "stop" + }, + { + "id": "4707", + "type": "stop" + }, + { + "id": "4708", + "type": "stop" + }, + { + "id": "4710", + "type": "stop" + }, + { + "id": "4712", + "type": "stop" + }, + { + "id": "4714", + "type": "stop" + }, + { + "id": "15798", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "1429", + "id": "5244", "links": { - "self": "/stops/1429" + "self": "/stops/5244" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1429" + "related": "/facilities/?filter[stop]=5244" } }, "parent_station": { @@ -319281,14 +320916,14 @@ }, { "attributes": {}, - "id": "3262", + "id": "1301", "links": { - "self": "/stops/3262" + "self": "/stops/1301" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3262" + "related": "/facilities/?filter[stop]=1301" } }, "parent_station": { @@ -319305,14 +320940,14 @@ }, { "attributes": {}, - "id": "2923", + "id": "4328", "links": { - "self": "/stops/2923" + "self": "/stops/4328" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2923" + "related": "/facilities/?filter[stop]=4328" } }, "parent_station": { @@ -319330,177 +320965,281 @@ { "attributes": { "direction_id": 1, - "headsign": "Harbor Point via South Bay Center" + "headsign": "Central Square" }, - "id": "61391882", + "id": "67202524", "links": { - "self": "/trips/61391882" + "self": "/trips/67202524" }, "relationships": { "route": { "data": { - "id": "16", + "id": "429", "type": "route" } }, "route_pattern": { "data": { - "id": "16-8-1", + "id": "429-1-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "160334", + "id": "4290263", "type": "shape" } }, "stops": { "data": [ { - "id": "875", + "id": "6267", "type": "stop" }, { - "id": "520", + "id": "7415", "type": "stop" }, { - "id": "522", + "id": "7417", "type": "stop" }, { - "id": "10522", + "id": "7418", "type": "stop" }, { - "id": "2922", + "id": "7419", "type": "stop" }, { - "id": "2923", + "id": "17419", "type": "stop" }, { - "id": "2904", + "id": "7420", "type": "stop" }, { - "id": "2924", + "id": "7422", "type": "stop" }, { - "id": "2925", + "id": "17422", "type": "stop" }, { - "id": "2926", + "id": "7423", "type": "stop" }, { - "id": "2928", + "id": "7424", "type": "stop" }, { - "id": "2929", + "id": "7426", "type": "stop" }, { - "id": "2930", + "id": "7427", "type": "stop" }, { - "id": "2931", + "id": "7428", "type": "stop" }, { - "id": "2932", + "id": "7516", "type": "stop" }, { - "id": "12932", + "id": "7517", "type": "stop" }, { - "id": "1480", + "id": "7518", "type": "stop" }, { - "id": "2933", + "id": "7519", "type": "stop" }, { - "id": "2934", + "id": "7520", "type": "stop" }, { - "id": "124", + "id": "7521", "type": "stop" }, { - "id": "125", + "id": "7522", "type": "stop" }, { - "id": "29049", + "id": "7523", "type": "stop" }, { - "id": "29051", + "id": "7525", "type": "stop" }, { - "id": "29052", + "id": "47526", "type": "stop" }, { - "id": "13", + "id": "47527", "type": "stop" }, { - "id": "15201", + "id": "67202", "type": "stop" }, { - "id": "5201", + "id": "6727", "type": "stop" }, { - "id": "35201", + "id": "6729", "type": "stop" }, { - "id": "5202", + "id": "16730", "type": "stop" }, { - "id": "5203", + "id": "6733", "type": "stop" }, { - "id": "121", + "id": "6734", "type": "stop" }, { - "id": "138", + "id": "6735", "type": "stop" }, { - "id": "139", + "id": "6736", "type": "stop" }, { - "id": "140", + "id": "6737", "type": "stop" }, { - "id": "142", + "id": "6738", + "type": "stop" + }, + { + "id": "6739", + "type": "stop" + }, + { + "id": "16739", + "type": "stop" + }, + { + "id": "6741", + "type": "stop" + }, + { + "id": "6742", + "type": "stop" + }, + { + "id": "6744", + "type": "stop" + }, + { + "id": "6746", + "type": "stop" + }, + { + "id": "6747", + "type": "stop" + }, + { + "id": "6749", + "type": "stop" + }, + { + "id": "6751", + "type": "stop" + }, + { + "id": "6752", + "type": "stop" + }, + { + "id": "6754", + "type": "stop" + }, + { + "id": "6755", + "type": "stop" + }, + { + "id": "6756", + "type": "stop" + }, + { + "id": "6757", + "type": "stop" + }, + { + "id": "6758", + "type": "stop" + }, + { + "id": "6760", + "type": "stop" + }, + { + "id": "6761", + "type": "stop" + }, + { + "id": "6762", + "type": "stop" + }, + { + "id": "6764", + "type": "stop" + }, + { + "id": "7309", + "type": "stop" + }, + { + "id": "7310", + "type": "stop" + }, + { + "id": "7311", + "type": "stop" + }, + { + "id": "7312", + "type": "stop" + }, + { + "id": "6827", + "type": "stop" + }, + { + "id": "6773", + "type": "stop" + }, + { + "id": "14748", "type": "stop" } ] @@ -319510,140 +321249,14 @@ }, { "attributes": {}, - "id": "WR-0045-S", - "links": { - "self": "/stops/WR-0045-S" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=WR-0045-S" - } - }, - "parent_station": { - "data": { - "id": "place-mlmnl", - "type": "stop" - } - }, - "zone": { - "data": { - "id": "CR-zone-1A", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "13848", - "links": { - "self": "/stops/13848" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=13848" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "38481", - "links": { - "self": "/stops/38481" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=38481" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "74611", - "links": { - "self": "/stops/74611" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=74611" - } - }, - "parent_station": { - "data": { - "id": "place-sstat", - "type": "stop" - } - }, - "zone": { - "data": { - "id": "SLWaterfrontNonLogan", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "4247", - "links": { - "self": "/stops/4247" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=4247" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "11389", + "id": "7705", "links": { - "self": "/stops/11389" + "self": "/stops/7705" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=11389" + "related": "/facilities/?filter[stop]=7705" } }, "parent_station": { @@ -319660,14 +321273,14 @@ }, { "attributes": {}, - "id": "7175", + "id": "8343", "links": { - "self": "/stops/7175" + "self": "/stops/8343" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7175" + "related": "/facilities/?filter[stop]=8343" } }, "parent_station": { @@ -319684,14 +321297,14 @@ }, { "attributes": {}, - "id": "31365", + "id": "6727", "links": { - "self": "/stops/31365" + "self": "/stops/6727" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=31365" + "related": "/facilities/?filter[stop]=6727" } }, "parent_station": { @@ -319708,14 +321321,14 @@ }, { "attributes": {}, - "id": "5651", + "id": "3167", "links": { - "self": "/stops/5651" + "self": "/stops/3167" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5651" + "related": "/facilities/?filter[stop]=3167" } }, "parent_station": { @@ -319732,14 +321345,14 @@ }, { "attributes": {}, - "id": "8247", + "id": "49836", "links": { - "self": "/stops/8247" + "self": "/stops/49836" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8247" + "related": "/facilities/?filter[stop]=49836" } }, "parent_station": { @@ -319756,14 +321369,14 @@ }, { "attributes": {}, - "id": "8611", + "id": "83111", "links": { - "self": "/stops/8611" + "self": "/stops/83111" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8611" + "related": "/facilities/?filter[stop]=83111" } }, "parent_station": { @@ -319780,14 +321393,14 @@ }, { "attributes": {}, - "id": "2531", + "id": "9340", "links": { - "self": "/stops/2531" + "self": "/stops/9340" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2531" + "related": "/facilities/?filter[stop]=9340" } }, "parent_station": { @@ -319804,14 +321417,14 @@ }, { "attributes": {}, - "id": "27", + "id": "5561", "links": { - "self": "/stops/27" + "self": "/stops/5561" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=27" + "related": "/facilities/?filter[stop]=5561" } }, "parent_station": { @@ -319828,130 +321441,334 @@ }, { "attributes": { - "direction_id": 1, - "headsign": "Harvard" + "direction_id": 0, + "headsign": "Quincy Center via North Quincy" }, - "id": "61849868", + "id": "67290095", "links": { - "self": "/trips/61849868" + "self": "/trips/67290095" }, "relationships": { "route": { "data": { - "id": "74", + "id": "217", "type": "route" } }, "route_pattern": { "data": { - "id": "74-1-1", + "id": "217-8-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "740080", + "id": "2170129", "type": "shape" } }, "stops": { "data": [ { - "id": "2137", + "id": "334", "type": "stop" }, { - "id": "2139", + "id": "536", "type": "stop" }, { - "id": "2141", + "id": "537", "type": "stop" }, { - "id": "2143", + "id": "569", "type": "stop" }, { - "id": "2144", + "id": "10569", "type": "stop" }, { - "id": "2148", + "id": "570", "type": "stop" }, { - "id": "2149", + "id": "883", "type": "stop" }, { - "id": "2150", + "id": "571", "type": "stop" }, { - "id": "2151", + "id": "3477", "type": "stop" }, { - "id": "2152", + "id": "3478", "type": "stop" }, { - "id": "2153", + "id": "3479", "type": "stop" }, { - "id": "2154", + "id": "3480", "type": "stop" }, { - "id": "2155", + "id": "3482", "type": "stop" }, { - "id": "2156", + "id": "3483", "type": "stop" }, { - "id": "2158", + "id": "3485", "type": "stop" }, { - "id": "2159", + "id": "3486", "type": "stop" }, { - "id": "2160", + "id": "3487", "type": "stop" }, { - "id": "2161", + "id": "3488", "type": "stop" }, { - "id": "2162", + "id": "3389", "type": "stop" }, { - "id": "2163", + "id": "13400", "type": "stop" }, { - "id": "12614", + "id": "3350", + "type": "stop" + }, + { + "id": "3351", "type": "stop" }, { - "id": "2076", + "id": "3352", "type": "stop" }, { - "id": "32549", + "id": "3353", + "type": "stop" + }, + { + "id": "3354", + "type": "stop" + }, + { + "id": "3489", + "type": "stop" + }, + { + "id": "3490", + "type": "stop" + }, + { + "id": "3491", + "type": "stop" + }, + { + "id": "3493", + "type": "stop" + }, + { + "id": "3106", + "type": "stop" + }, + { + "id": "3107", + "type": "stop" + }, + { + "id": "3108", + "type": "stop" + }, + { + "id": "3109", + "type": "stop" + }, + { + "id": "3110", + "type": "stop" + }, + { + "id": "3111", + "type": "stop" + }, + { + "id": "3113", + "type": "stop" + }, + { + "id": "3114", + "type": "stop" + }, + { + "id": "3115", + "type": "stop" + }, + { + "id": "3116", + "type": "stop" + }, + { + "id": "3117", + "type": "stop" + }, + { + "id": "3118", + "type": "stop" + }, + { + "id": "3119", + "type": "stop" + }, + { + "id": "3121", + "type": "stop" + }, + { + "id": "3122", + "type": "stop" + }, + { + "id": "3123", + "type": "stop" + }, + { + "id": "3124", + "type": "stop" + }, + { + "id": "3125", + "type": "stop" + }, + { + "id": "3218", + "type": "stop" + }, + { + "id": "3219", + "type": "stop" + }, + { + "id": "3221", + "type": "stop" + }, + { + "id": "3222", + "type": "stop" + }, + { + "id": "3223", + "type": "stop" + }, + { + "id": "3224", + "type": "stop" + }, + { + "id": "3225", + "type": "stop" + }, + { + "id": "3226", + "type": "stop" + }, + { + "id": "3227", + "type": "stop" + }, + { + "id": "3228", + "type": "stop" + }, + { + "id": "3229", + "type": "stop" + }, + { + "id": "3230", + "type": "stop" + }, + { + "id": "3231", + "type": "stop" + }, + { + "id": "3232", + "type": "stop" + }, + { + "id": "3234", + "type": "stop" + }, + { + "id": "3235", + "type": "stop" + }, + { + "id": "3236", + "type": "stop" + }, + { + "id": "3027", + "type": "stop" + }, + { + "id": "3028", + "type": "stop" + }, + { + "id": "3029", + "type": "stop" + }, + { + "id": "3031", + "type": "stop" + }, + { + "id": "3032", + "type": "stop" + }, + { + "id": "3033", + "type": "stop" + }, + { + "id": "3034", + "type": "stop" + }, + { + "id": "3035", + "type": "stop" + }, + { + "id": "3036", + "type": "stop" + }, + { + "id": "32001", "type": "stop" } ] @@ -319961,14 +321778,14 @@ }, { "attributes": {}, - "id": "11419", + "id": "1169", "links": { - "self": "/stops/11419" + "self": "/stops/1169" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=11419" + "related": "/facilities/?filter[stop]=1169" } }, "parent_station": { @@ -319984,46 +321801,39 @@ "type": "stop" }, { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Arlington Center", - "Lechmere Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Arlington Center - Lechmere Station", - "short_name": "80", - "sort_order": 50800, - "text_color": "000000", - "type": 3 - }, - "id": "80", + "attributes": {}, + "id": "13827", "links": { - "self": "/routes/80" + "self": "/stops/13827" }, "relationships": { - "line": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=13827" + } + }, + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "line-80", - "type": "line" + "id": "LocalBus", + "type": "zone" } } }, - "type": "route" + "type": "stop" }, { "attributes": {}, - "id": "8648", + "id": "1326", "links": { - "self": "/stops/8648" + "self": "/stops/1326" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8648" + "related": "/facilities/?filter[stop]=1326" } }, "parent_station": { @@ -320040,14 +321850,14 @@ }, { "attributes": {}, - "id": "7902", + "id": "5850", "links": { - "self": "/stops/7902" + "self": "/stops/5850" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7902" + "related": "/facilities/?filter[stop]=5850" } }, "parent_station": { @@ -320064,14 +321874,14 @@ }, { "attributes": {}, - "id": "12640", + "id": "12855", "links": { - "self": "/stops/12640" + "self": "/stops/12855" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=12640" + "related": "/facilities/?filter[stop]=12855" } }, "parent_station": { @@ -320088,14 +321898,14 @@ }, { "attributes": {}, - "id": "972", + "id": "8549", "links": { - "self": "/stops/972" + "self": "/stops/8549" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=972" + "related": "/facilities/?filter[stop]=8549" } }, "parent_station": { @@ -320112,14 +321922,14 @@ }, { "attributes": {}, - "id": "5809", + "id": "111660", "links": { - "self": "/stops/5809" + "self": "/stops/111660" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5809" + "related": "/facilities/?filter[stop]=111660" } }, "parent_station": { @@ -320135,189 +321945,74 @@ "type": "stop" }, { - "attributes": { - "direction_id": 0, - "headsign": "Haverhill (Local shuttle)" - }, - "id": "HaverhillReadingLocalExtended-0-sample", + "attributes": {}, + "id": "7357", "links": { - "self": "/trips/HaverhillReadingLocalExtended-0-sample" + "self": "/stops/7357" }, "relationships": { - "route": { - "data": { - "id": "Shuttle-HaverhillReadingLocal", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Shuttle-HaverhillReadingLocal-0-0", - "type": "route_pattern" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=7357" } }, - "service": { - "data": { - "id": "canonical", - "type": "service" - } + "parent_station": { + "data": null }, - "shape": { + "zone": { "data": { - "id": "ReadingToHaverhillLocal-S", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "WR-0120-B", - "type": "stop" - }, - { - "id": "WR-0163-B0", - "type": "stop" - }, - { - "id": "WR-0205-B0", - "type": "stop" - }, - { - "id": "WR-0228-B0", - "type": "stop" - }, - { - "id": "WR-0264-B2", - "type": "stop" - }, - { - "id": "WR-0325-B", - "type": "stop" - }, - { - "id": "WR-0329-B", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { - "attributes": { - "direction_id": 1, - "headsign": "Ruggles" - }, - "id": "61392314", + "attributes": {}, + "id": "3179", "links": { - "self": "/trips/61392314" + "self": "/stops/3179" }, "relationships": { - "route": { - "data": { - "id": "28", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "28-5-1", - "type": "route_pattern" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=3179" } }, - "service": { - "data": { - "id": "SpringWeekday", - "type": "service" - } + "parent_station": { + "data": null }, - "shape": { + "zone": { "data": { - "id": "280184", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "390", - "type": "stop" - }, - { - "id": "392", - "type": "stop" - }, - { - "id": "393", - "type": "stop" - }, - { - "id": "394", - "type": "stop" - }, - { - "id": "395", - "type": "stop" - }, - { - "id": "396", - "type": "stop" - }, - { - "id": "21151", - "type": "stop" - }, - { - "id": "64000", - "type": "stop" - }, - { - "id": "1148", - "type": "stop" - }, - { - "id": "11149", - "type": "stop" - }, - { - "id": "11148", - "type": "stop" - }, - { - "id": "21148", - "type": "stop" - }, - { - "id": "1224", - "type": "stop" - }, - { - "id": "17861", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "3575", + "id": "70229", "links": { - "self": "/stops/3575" + "self": "/stops/70229" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3575" + "related": "/facilities/?filter[stop]=70229" } }, "parent_station": { - "data": null + "data": { + "id": "place-bcnwa", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -320326,14 +322021,14 @@ }, { "attributes": {}, - "id": "109822", + "id": "520", "links": { - "self": "/stops/109822" + "self": "/stops/520" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=109822" + "related": "/facilities/?filter[stop]=520" } }, "parent_station": { @@ -320351,129 +322046,77 @@ { "attributes": { "direction_id": 1, - "headsign": "Harvard" + "headsign": "Copley" }, - "id": "61848332", + "id": "66653152", "links": { - "self": "/trips/61848332" + "self": "/trips/66653152" }, "relationships": { "route": { "data": { - "id": "73", + "id": "55", "type": "route" } }, "route_pattern": { "data": { - "id": "73-5-1", + "id": "55-_-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "730153", + "id": "550098", "type": "shape" } }, "stops": { "data": [ { - "id": "2134", - "type": "stop" - }, - { - "id": "2099", - "type": "stop" - }, - { - "id": "2101", - "type": "stop" - }, - { - "id": "2102", - "type": "stop" - }, - { - "id": "2103", - "type": "stop" - }, - { - "id": "2104", - "type": "stop" - }, - { - "id": "2106", - "type": "stop" - }, - { - "id": "2107", - "type": "stop" - }, - { - "id": "2108", - "type": "stop" - }, - { - "id": "2110", - "type": "stop" - }, - { - "id": "2112", - "type": "stop" - }, - { - "id": "2113", - "type": "stop" - }, - { - "id": "2115", - "type": "stop" - }, - { - "id": "2117", + "id": "1926", "type": "stop" }, { - "id": "2064", + "id": "1927", "type": "stop" }, { - "id": "2066", + "id": "1928", "type": "stop" }, { - "id": "2067", + "id": "1929", "type": "stop" }, { - "id": "2068", + "id": "1931", "type": "stop" }, { - "id": "2070", + "id": "1932", "type": "stop" }, { - "id": "2071", + "id": "1389", "type": "stop" }, { - "id": "2073", + "id": "175", "type": "stop" }, { - "id": "2074", + "id": "143", "type": "stop" }, { - "id": "20761", + "id": "178", "type": "stop" } ] @@ -320483,14 +322126,14 @@ }, { "attributes": {}, - "id": "3108", + "id": "4818", "links": { - "self": "/stops/3108" + "self": "/stops/4818" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3108" + "related": "/facilities/?filter[stop]=4818" } }, "parent_station": { @@ -320507,14 +322150,14 @@ }, { "attributes": {}, - "id": "9140", + "id": "439", "links": { - "self": "/stops/9140" + "self": "/stops/439" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9140" + "related": "/facilities/?filter[stop]=439" } }, "parent_station": { @@ -320531,77 +322174,182 @@ }, { "attributes": { - "direction_id": 1, - "headsign": "Broadway (Shuttle)" + "color": "80276C", + "long_name": "Foxboro Event Service", + "short_name": "", + "sort_order": 20013, + "text_color": "FFFFFF" }, - "id": "BroadwayJFKAshmontPlatform-1-sample", + "id": "line-Foxboro", "links": { - "self": "/trips/BroadwayJFKAshmontPlatform-1-sample" + "self": "/lines/line-Foxboro" + }, + "type": "line" + }, + { + "attributes": {}, + "id": "5422", + "links": { + "self": "/stops/5422" }, "relationships": { - "route": { - "data": { - "id": "Shuttle-BroadwayJFK", - "type": "route" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=5422" } }, - "route_pattern": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "Shuttle-BroadwayJFK-0-1", - "type": "route_pattern" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "9216", + "links": { + "self": "/stops/9216" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=9216" } }, - "service": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "canonical", - "type": "service" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "3423", + "links": { + "self": "/stops/3423" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=3423" } }, - "shape": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "JFKToBroadway-S", - "type": "shape" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "4817", + "links": { + "self": "/stops/4817" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=4817" } }, - "stops": { - "data": [ - { - "id": "121", - "type": "stop" - }, - { - "id": "13", - "type": "stop" - }, - { - "id": "150", - "type": "stop" - } - ] + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "NB-0127-B", + "id": "4203", "links": { - "self": "/stops/NB-0127-B" + "self": "/stops/4203" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=NB-0127-B" + "related": "/facilities/?filter[stop]=4203" } }, "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "place-NB-0127", - "type": "stop" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "5366", + "links": { + "self": "/stops/5366" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=5366" } }, + "parent_station": { + "data": null + }, "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "9077", + "links": { + "self": "/stops/9077" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=9077" + } + }, + "parent_station": { "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } } }, "type": "stop" @@ -320609,185 +322357,193 @@ { "attributes": { "direction_id": 1, - "headsign": "Mattapan" + "headsign": "Sullivan" }, - "id": "62145383", + "id": "66961958", "links": { - "self": "/trips/62145383" + "self": "/trips/66961958" }, "relationships": { "route": { "data": { - "id": "33", + "id": "101", "type": "route" } }, "route_pattern": { "data": { - "id": "33-6-1", + "id": "101-3-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "330155", + "id": "1010320", "type": "shape" } }, "stops": { "data": [ { - "id": "18975", + "id": "5072", "type": "stop" }, { - "id": "8328", + "id": "5328", "type": "stop" }, { - "id": "8329", + "id": "9028", "type": "stop" }, { - "id": "8330", + "id": "5330", "type": "stop" }, { - "id": "8331", + "id": "5331", "type": "stop" }, { - "id": "8332", + "id": "45332", "type": "stop" }, { - "id": "8333", + "id": "5332", "type": "stop" }, { - "id": "8335", + "id": "8308", "type": "stop" }, { - "id": "6516", + "id": "5282", "type": "stop" }, { - "id": "6517", + "id": "5283", "type": "stop" }, { - "id": "6519", + "id": "5284", "type": "stop" }, { - "id": "6522", + "id": "5285", "type": "stop" }, { - "id": "6523", + "id": "5286", "type": "stop" }, { - "id": "6524", + "id": "5287", "type": "stop" }, { - "id": "6526", + "id": "5002", "type": "stop" }, { - "id": "6527", + "id": "5031", "type": "stop" }, { - "id": "6528", + "id": "5032", "type": "stop" }, { - "id": "6529", + "id": "5290", "type": "stop" }, { - "id": "56567", + "id": "5291", "type": "stop" }, { - "id": "75467", + "id": "5292", "type": "stop" }, { - "id": "26466", + "id": "5293", "type": "stop" }, { - "id": "36466", + "id": "5294", "type": "stop" }, { - "id": "6357", + "id": "5295", "type": "stop" }, { - "id": "16358", + "id": "5296", "type": "stop" }, { - "id": "6359", + "id": "5297", "type": "stop" }, { - "id": "6360", + "id": "5298", "type": "stop" }, { - "id": "16360", + "id": "5299", "type": "stop" }, { - "id": "6361", + "id": "5300", "type": "stop" }, { - "id": "6362", + "id": "5301", "type": "stop" }, { - "id": "63621", + "id": "5302", "type": "stop" }, { - "id": "6364", + "id": "5303", "type": "stop" }, { - "id": "16364", + "id": "2704", "type": "stop" }, { - "id": "6365", + "id": "2706", "type": "stop" }, { - "id": "16365", + "id": "2707", "type": "stop" }, { - "id": "6366", + "id": "2710", "type": "stop" }, { - "id": "1721", + "id": "2711", "type": "stop" }, { - "id": "185", + "id": "2713", + "type": "stop" + }, + { + "id": "2714", + "type": "stop" + }, + { + "id": "29001", "type": "stop" } ] @@ -320797,14 +322553,14 @@ }, { "attributes": {}, - "id": "312", + "id": "7225", "links": { - "self": "/stops/312" + "self": "/stops/7225" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=312" + "related": "/facilities/?filter[stop]=7225" } }, "parent_station": { @@ -320819,116 +322575,73 @@ }, "type": "stop" }, - { - "attributes": {}, - "id": "9070509", - "links": { - "self": "/stops/9070509" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=9070509" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": null - } - }, - "type": "stop" - }, { "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Rockport", - "North Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Rockport - West Gloucester", - "short_name": "Rockport Line Shuttle", - "sort_order": 62410, - "text_color": "000000", - "type": 3 + "direction_id": 0, + "headsign": "Babcock Street (Shuttle)" }, - "id": "Shuttle-RockportWestGloucester", + "id": "BabcockStreetBlandfordStreet-0-sample", "links": { - "self": "/routes/Shuttle-RockportWestGloucester" + "self": "/trips/BabcockStreetBlandfordStreet-0-sample" }, "relationships": { - "line": { + "route": { "data": { - "id": "line-Newburyport", - "type": "line" - } - } - }, - "type": "route" - }, - { - "attributes": {}, - "id": "4539", - "links": { - "self": "/stops/4539" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=4539" + "id": "Shuttle-BabcockBlandford", + "type": "route" } }, - "parent_station": { - "data": null - }, - "zone": { + "route_pattern": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "5505", - "links": { - "self": "/stops/5505" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=5505" + "id": "Shuttle-BabcockBlandford-0-0", + "type": "route_pattern" } }, - "parent_station": { - "data": null + "service": { + "data": { + "id": "canonical", + "type": "service" + } }, - "zone": { + "shape": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "BlandfordStreetToBabcockStreet-S", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "951", + "type": "stop" + }, + { + "id": "953", + "type": "stop" + }, + { + "id": "956", + "type": "stop" + }, + { + "id": "958", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "951", + "id": "6464", "links": { - "self": "/stops/951" + "self": "/stops/6464" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=951" + "related": "/facilities/?filter[stop]=6464" } }, "parent_station": { @@ -320945,25 +322658,22 @@ }, { "attributes": {}, - "id": "SB-0189-S", + "id": "4733", "links": { - "self": "/stops/SB-0189-S" + "self": "/stops/4733" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=SB-0189-S" + "related": "/facilities/?filter[stop]=4733" } }, "parent_station": { - "data": { - "id": "place-SB-0189", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "CR-zone-4", + "id": "LocalBus", "type": "zone" } } @@ -320972,93 +322682,51 @@ }, { "attributes": { - "color": "80276C", + "color": "008EAA", "direction_destinations": [ - "Middleborough/Lakeville", - "South Station" + "Blossom Street Pier", + "Long Wharf" ], "direction_names": [ "Outbound", "Inbound" ], - "long_name": "Middleborough/Lakeville Line", + "long_name": "Lynn Ferry", "short_name": "", - "sort_order": 20009, + "sort_order": 30007, "text_color": "FFFFFF", - "type": 2 - }, - "id": "CR-Middleborough", - "links": { - "self": "/routes/CR-Middleborough" - }, - "relationships": { - "line": { - "data": { - "id": "line-Middleborough", - "type": "line" - } - } + "type": 4 }, - "type": "route" - }, - { - "attributes": {}, - "id": "3234", + "id": "Boat-Lynn", "links": { - "self": "/stops/3234" + "self": "/routes/Boat-Lynn" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=3234" - } - }, - "parent_station": { - "data": null - }, - "zone": { + "agency": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "4456", - "links": { - "self": "/stops/4456" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=4456" + "id": "1", + "type": "agency" } }, - "parent_station": { - "data": null - }, - "zone": { + "line": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "line-Boat-Lynn", + "type": "line" } } }, - "type": "stop" + "type": "route" }, { "attributes": {}, - "id": "109848", + "id": "1405", "links": { - "self": "/stops/109848" + "self": "/stops/1405" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=109848" + "related": "/facilities/?filter[stop]=1405" } }, "parent_station": { @@ -321073,171 +322741,72 @@ }, "type": "stop" }, - { - "attributes": {}, - "id": "FR-0201-01", - "links": { - "self": "/stops/FR-0201-01" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=FR-0201-01" - } - }, - "parent_station": { - "data": { - "id": "place-FR-0201", - "type": "stop" - } - }, - "zone": { - "data": { - "id": "CR-zone-5", - "type": "zone" - } - } - }, - "type": "stop" - }, { "attributes": { - "direction_id": 0, - "headsign": "Columbian Square" + "direction_id": 1, + "headsign": "Readville (Shuttle)" }, - "id": "61929177", + "id": "ForgeParkReadville-1-sample", "links": { - "self": "/trips/61929177" + "self": "/trips/ForgeParkReadville-1-sample" }, "relationships": { "route": { "data": { - "id": "226", + "id": "Shuttle-ForgeParkReadville", "type": "route" } }, "route_pattern": { "data": { - "id": "226-_-0", + "id": "Shuttle-ForgeParkReadville-0-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "canonical", "type": "service" } }, "shape": { "data": { - "id": "2260036", + "id": "ForgeParkReadville-S", "type": "shape" } }, "stops": { "data": [ { - "id": "38671", - "type": "stop" - }, - { - "id": "39692", - "type": "stop" - }, - { - "id": "39693", - "type": "stop" - }, - { - "id": "39694", - "type": "stop" - }, - { - "id": "39695", - "type": "stop" - }, - { - "id": "39696", - "type": "stop" - }, - { - "id": "13808", - "type": "stop" - }, - { - "id": "13813", - "type": "stop" - }, - { - "id": "13814", - "type": "stop" - }, - { - "id": "13815", - "type": "stop" - }, - { - "id": "13816", - "type": "stop" - }, - { - "id": "13817", - "type": "stop" - }, - { - "id": "13818", - "type": "stop" - }, - { - "id": "13819", - "type": "stop" - }, - { - "id": "13820", - "type": "stop" - }, - { - "id": "13821", - "type": "stop" - }, - { - "id": "13822", - "type": "stop" - }, - { - "id": "13823", - "type": "stop" - }, - { - "id": "23823", + "id": "FB-0303-B", "type": "stop" }, { - "id": "13824", + "id": "FB-0275-B0", "type": "stop" }, { - "id": "13825", + "id": "FB-0230-B", "type": "stop" }, { - "id": "13826", + "id": "FB-0191-B", "type": "stop" }, { - "id": "23826", + "id": "Windsor Gardens-S", "type": "stop" }, { - "id": "13827", + "id": "Norwood Central-S", "type": "stop" }, { - "id": "13828", + "id": "Dedham Corp Center-S", "type": "stop" }, { - "id": "13829", + "id": "DB-0095-B0", "type": "stop" } ] @@ -321247,14 +322816,14 @@ }, { "attributes": {}, - "id": "7094", + "id": "77376", "links": { - "self": "/stops/7094" + "self": "/stops/77376" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7094" + "related": "/facilities/?filter[stop]=77376" } }, "parent_station": { @@ -321271,14 +322840,14 @@ }, { "attributes": {}, - "id": "10769", + "id": "7114", "links": { - "self": "/stops/10769" + "self": "/stops/7114" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=10769" + "related": "/facilities/?filter[stop]=7114" } }, "parent_station": { @@ -321295,14 +322864,14 @@ }, { "attributes": {}, - "id": "1183", + "id": "4285", "links": { - "self": "/stops/1183" + "self": "/stops/4285" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1183" + "related": "/facilities/?filter[stop]=4285" } }, "parent_station": { @@ -321319,14 +322888,14 @@ }, { "attributes": {}, - "id": "4049", + "id": "563", "links": { - "self": "/stops/4049" + "self": "/stops/563" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4049" + "related": "/facilities/?filter[stop]=563" } }, "parent_station": { @@ -321343,14 +322912,14 @@ }, { "attributes": {}, - "id": "2715", + "id": "7432", "links": { - "self": "/stops/2715" + "self": "/stops/7432" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2715" + "related": "/facilities/?filter[stop]=7432" } }, "parent_station": { @@ -321367,14 +322936,14 @@ }, { "attributes": {}, - "id": "1325", + "id": "4527", "links": { - "self": "/stops/1325" + "self": "/stops/4527" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1325" + "related": "/facilities/?filter[stop]=4527" } }, "parent_station": { @@ -321391,22 +322960,25 @@ }, { "attributes": {}, - "id": "6022", + "id": "70121", "links": { - "self": "/stops/6022" + "self": "/stops/70121" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6022" + "related": "/facilities/?filter[stop]=70121" } }, "parent_station": { - "data": null + "data": { + "id": "place-wascm", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -321415,14 +322987,14 @@ }, { "attributes": {}, - "id": "10418", + "id": "6318", "links": { - "self": "/stops/10418" + "self": "/stops/6318" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=10418" + "related": "/facilities/?filter[stop]=6318" } }, "parent_station": { @@ -321439,14 +323011,14 @@ }, { "attributes": {}, - "id": "7464", + "id": "30294", "links": { - "self": "/stops/7464" + "self": "/stops/30294" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7464" + "related": "/facilities/?filter[stop]=30294" } }, "parent_station": { @@ -321461,16 +323033,109 @@ }, "type": "stop" }, + { + "attributes": { + "direction_id": 0, + "headsign": "Foxboro" + }, + "id": "SouthWKDYF24-697793-755", + "links": { + "self": "/trips/SouthWKDYF24-697793-755" + }, + "relationships": { + "route": { + "data": { + "id": "CR-Franklin", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "CR-Franklin-2757d279-0", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "FALL 2024-SOUTHWKD-Weekday-1-S85407dc6", + "type": "service" + } + }, + "shape": { + "data": { + "id": "SouthStationToFoxboroViaBackBay", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "NEC-2287", + "type": "stop" + }, + { + "id": "NEC-2276-03", + "type": "stop" + }, + { + "id": "NEC-2265-03", + "type": "stop" + }, + { + "id": "NEC-2237-03", + "type": "stop" + }, + { + "id": "NEC-2203-03", + "type": "stop" + }, + { + "id": "FB-0095-05", + "type": "stop" + }, + { + "id": "FB-0109-01", + "type": "stop" + }, + { + "id": "FB-0118-01", + "type": "stop" + }, + { + "id": "FB-0125-01", + "type": "stop" + }, + { + "id": "FB-0143-01", + "type": "stop" + }, + { + "id": "FB-0148-01", + "type": "stop" + }, + { + "id": "FB-0166-S", + "type": "stop" + }, + { + "id": "FS-0049-S", + "type": "stop" + } + ] + } + }, + "type": "trip" + }, { "attributes": {}, - "id": "1535", + "id": "9093", "links": { - "self": "/stops/1535" + "self": "/stops/9093" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1535" + "related": "/facilities/?filter[stop]=9093" } }, "parent_station": { @@ -321487,38 +323152,78 @@ }, { "attributes": {}, - "id": "6855", + "id": "PB-0158-S", "links": { - "self": "/stops/6855" + "self": "/stops/PB-0158-S" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6855" + "related": "/facilities/?filter[stop]=PB-0158-S" } }, "parent_station": { - "data": null + "data": { + "id": "place-PB-0158", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "CR-zone-3", "type": "zone" } } }, "type": "stop" }, + { + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Bowdoin", + "Wonderland" + ], + "direction_names": [ + "West", + "East" + ], + "long_name": "Airport - Government Center via Maverick", + "short_name": "Blue Line Shuttle", + "sort_order": 60209, + "text_color": "000000", + "type": 3 + }, + "id": "Shuttle-AirportGovernmentCenterLocalViaGate", + "links": { + "self": "/routes/Shuttle-AirportGovernmentCenterLocalViaGate" + }, + "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, + "line": { + "data": { + "id": "line-Blue", + "type": "line" + } + } + }, + "type": "route" + }, { "attributes": {}, - "id": "11410", + "id": "2797", "links": { - "self": "/stops/11410" + "self": "/stops/2797" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=11410" + "related": "/facilities/?filter[stop]=2797" } }, "parent_station": { @@ -321535,21 +323240,18 @@ }, { "attributes": {}, - "id": "8155", + "id": "1180", "links": { - "self": "/stops/8155" + "self": "/stops/1180" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8155" + "related": "/facilities/?filter[stop]=1180" } }, "parent_station": { - "data": { - "id": "place-newtn", - "type": "stop" - } + "data": null }, "zone": { "data": { @@ -321562,14 +323264,14 @@ }, { "attributes": {}, - "id": "4803", + "id": "2047", "links": { - "self": "/stops/4803" + "self": "/stops/2047" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4803" + "related": "/facilities/?filter[stop]=2047" } }, "parent_station": { @@ -321586,24 +323288,48 @@ }, { "attributes": {}, - "id": "DB-2230-B1", + "id": "6168", "links": { - "self": "/stops/DB-2230-B1" + "self": "/stops/6168" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=DB-2230-B1" + "related": "/facilities/?filter[stop]=6168" } }, "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "place-DB-2230", - "type": "stop" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "2790", + "links": { + "self": "/stops/2790" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=2790" } }, - "zone": { + "parent_station": { "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } } }, "type": "stop" @@ -321612,43 +323338,174 @@ "attributes": { "color": "FFC72C", "direction_destinations": [ - "Watertown Yard", - "Federal Street & Franklin Street" + "Newton Highlands", + "South Station" ], "direction_names": [ "Outbound", "Inbound" ], - "long_name": "Watertown Yard - Federal Street & Franklin Street", - "short_name": "504", - "sort_order": 55040, + "long_name": "Newton Highlands - Forest Hills", + "short_name": "Needham Line Shuttle", + "sort_order": 61675, "text_color": "000000", "type": 3 }, - "id": "504", + "id": "Shuttle-ForestHillsNewtonHighlands", "links": { - "self": "/routes/504" + "self": "/routes/Shuttle-ForestHillsNewtonHighlands" }, "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, "line": { "data": { - "id": "line-502504", + "id": "line-Needham", "type": "line" } } }, - "type": "route" + "type": "route" + }, + { + "attributes": { + "direction_id": 1, + "headsign": "Avenue Louis Pasteur via Forest Hills" + }, + "id": "67251043_1", + "links": { + "self": "/trips/67251043_1" + }, + "relationships": { + "route": { + "data": { + "id": "21", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "21-B-1", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "WinterWeekday", + "type": "service" + } + }, + "shape": { + "data": { + "id": "210144-1", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "334", + "type": "stop" + }, + { + "id": "536", + "type": "stop" + }, + { + "id": "537", + "type": "stop" + }, + { + "id": "496", + "type": "stop" + }, + { + "id": "494", + "type": "stop" + }, + { + "id": "501", + "type": "stop" + }, + { + "id": "497", + "type": "stop" + }, + { + "id": "498", + "type": "stop" + }, + { + "id": "499", + "type": "stop" + }, + { + "id": "540", + "type": "stop" + }, + { + "id": "10540", + "type": "stop" + }, + { + "id": "541", + "type": "stop" + }, + { + "id": "542", + "type": "stop" + }, + { + "id": "543", + "type": "stop" + }, + { + "id": "544", + "type": "stop" + }, + { + "id": "9406", + "type": "stop" + }, + { + "id": "545", + "type": "stop" + }, + { + "id": "546", + "type": "stop" + }, + { + "id": "11522", + "type": "stop" + }, + { + "id": "547", + "type": "stop" + }, + { + "id": "10642", + "type": "stop" + } + ] + } + }, + "type": "trip" }, { "attributes": {}, - "id": "7587", + "id": "2432", "links": { - "self": "/stops/7587" + "self": "/stops/2432" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7587" + "related": "/facilities/?filter[stop]=2432" } }, "parent_station": { @@ -321663,47 +323520,16 @@ }, "type": "stop" }, - { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Wonderland Station", - "Maverick Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Wonderland Station - Maverick Station via Revere Street", - "short_name": "116", - "sort_order": 51160, - "text_color": "000000", - "type": 3 - }, - "id": "116", - "links": { - "self": "/routes/116" - }, - "relationships": { - "line": { - "data": { - "id": "line-114116117", - "type": "line" - } - } - }, - "type": "route" - }, { "attributes": {}, - "id": "2044", + "id": "4202", "links": { - "self": "/stops/2044" + "self": "/stops/4202" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2044" + "related": "/facilities/?filter[stop]=4202" } }, "parent_station": { @@ -321719,111 +323545,212 @@ "type": "stop" }, { - "attributes": {}, - "id": "3345", + "attributes": { + "direction_id": 0, + "headsign": "Brighton via Copley and Cambridge St (Express)" + }, + "id": "66644829", "links": { - "self": "/stops/3345" + "self": "/trips/66644829" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=3345" + "route": { + "data": { + "id": "501", + "type": "route" } }, - "parent_station": { - "data": null + "route_pattern": { + "data": { + "id": "501-4-0", + "type": "route_pattern" + } }, - "zone": { + "service": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "WinterWeekday", + "type": "service" + } + }, + "shape": { + "data": { + "id": "5010151", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "6551", + "type": "stop" + }, + { + "id": "16535", + "type": "stop" + }, + { + "id": "6555", + "type": "stop" + }, + { + "id": "9983", + "type": "stop" + }, + { + "id": "177", + "type": "stop" + }, + { + "id": "173", + "type": "stop" + }, + { + "id": "178", + "type": "stop" + }, + { + "id": "1190", + "type": "stop" + }, + { + "id": "1191", + "type": "stop" + }, + { + "id": "1193", + "type": "stop" + }, + { + "id": "1195", + "type": "stop" + }, + { + "id": "966", + "type": "stop" + }, + { + "id": "967", + "type": "stop" + }, + { + "id": "969", + "type": "stop" + }, + { + "id": "970", + "type": "stop" + }, + { + "id": "971", + "type": "stop" + }, + { + "id": "1301", + "type": "stop" + }, + { + "id": "1994", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": { "direction_id": 0, - "headsign": "North Station" + "headsign": "Haverhill" }, - "id": "61394045", + "id": "canonical-CR-Haverhill-C1-0", "links": { - "self": "/trips/61394045" + "self": "/trips/canonical-CR-Haverhill-C1-0" }, "relationships": { "route": { "data": { - "id": "4", + "id": "CR-Haverhill", "type": "route" } }, "route_pattern": { "data": { - "id": "4-4-0", + "id": "CR-Haverhill-C1-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "canonical", "type": "service" } }, "shape": { "data": { - "id": "040073", + "id": "canonical-9820002", "type": "shape" } }, "stops": { "data": [ { - "id": "31255", + "id": "BNT-0000", "type": "stop" }, { - "id": "31257", + "id": "WR-0045-S", "type": "stop" }, { - "id": "31256", + "id": "WR-0053-S", "type": "stop" }, { - "id": "214", + "id": "WR-0062-01", "type": "stop" }, { - "id": "11599", + "id": "WR-0067-01", "type": "stop" }, { - "id": "2116", + "id": "WR-0075-01", "type": "stop" }, { - "id": "12891", + "id": "WR-0085-01", "type": "stop" }, { - "id": "11891", + "id": "WR-0099-01", "type": "stop" }, { - "id": "190", + "id": "WR-0120-S", "type": "stop" }, { - "id": "191", + "id": "WR-0163-S", "type": "stop" }, { - "id": "117", + "id": "WR-0205-02", "type": "stop" }, { - "id": "113", + "id": "WR-0228-02", + "type": "stop" + }, + { + "id": "WR-0264-02", + "type": "stop" + }, + { + "id": "WR-0325-01", + "type": "stop" + }, + { + "id": "WR-0329-01", "type": "stop" } ] @@ -321832,46 +323759,39 @@ "type": "trip" }, { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Marblehead", - "Wonderland Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Marblehead - Wonderland Station via Paradise Road", - "short_name": "441", - "sort_order": 54410, - "text_color": "000000", - "type": 3 - }, - "id": "441", + "attributes": {}, + "id": "6167", "links": { - "self": "/routes/441" + "self": "/stops/6167" }, "relationships": { - "line": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=6167" + } + }, + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "line-439441442", - "type": "line" + "id": "LocalBus", + "type": "zone" } } }, - "type": "route" + "type": "stop" }, { "attributes": {}, - "id": "5653", + "id": "7817", "links": { - "self": "/stops/5653" + "self": "/stops/7817" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5653" + "related": "/facilities/?filter[stop]=7817" } }, "parent_station": { @@ -321888,14 +323808,14 @@ }, { "attributes": {}, - "id": "8432", + "id": "1608", "links": { - "self": "/stops/8432" + "self": "/stops/1608" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8432" + "related": "/facilities/?filter[stop]=1608" } }, "parent_station": { @@ -321912,14 +323832,14 @@ }, { "attributes": {}, - "id": "2180", + "id": "5411", "links": { - "self": "/stops/2180" + "self": "/stops/5411" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2180" + "related": "/facilities/?filter[stop]=5411" } }, "parent_station": { @@ -321936,25 +323856,107 @@ }, { "attributes": {}, - "id": "WML-0364-01", + "id": "2667", "links": { - "self": "/stops/WML-0364-01" + "self": "/stops/2667" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=WML-0364-01" + "related": "/facilities/?filter[stop]=2667" } }, "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "place-WML-0364", - "type": "stop" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": { + "direction_id": 0, + "headsign": "Newton Highlands (Shuttle)" + }, + "id": "BrooklineHillsNewtonHighlands-0-sample", + "links": { + "self": "/trips/BrooklineHillsNewtonHighlands-0-sample" + }, + "relationships": { + "route": { + "data": { + "id": "Shuttle-BrooklineHillsNewtonHighlands", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "Shuttle-BrooklineHillsNewtonHighlands-0-0", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "canonical", + "type": "service" } }, + "shape": { + "data": { + "id": "BrooklineHillsToNewtonHighlands-S", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "9170178", + "type": "stop" + }, + { + "id": "21917", + "type": "stop" + }, + { + "id": "1540", + "type": "stop" + }, + { + "id": "9070171", + "type": "stop" + }, + { + "id": "9070168", + "type": "stop" + } + ] + } + }, + "type": "trip" + }, + { + "attributes": {}, + "id": "6135", + "links": { + "self": "/stops/6135" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=6135" + } + }, + "parent_station": { + "data": null + }, "zone": { "data": { - "id": "CR-zone-8", + "id": "LocalBus", "type": "zone" } } @@ -321963,14 +323965,14 @@ }, { "attributes": {}, - "id": "8450", + "id": "7845", "links": { - "self": "/stops/8450" + "self": "/stops/7845" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8450" + "related": "/facilities/?filter[stop]=7845" } }, "parent_station": { @@ -321988,149 +323990,289 @@ { "attributes": { "direction_id": 0, - "headsign": "Winthrop St" + "headsign": "Holbrook/Randolph via Crawford Square" }, - "id": "61871394", + "id": "67290089", "links": { - "self": "/trips/61871394" + "self": "/trips/67290089" }, "relationships": { "route": { "data": { - "id": "134", + "id": "240", "type": "route" } }, "route_pattern": { "data": { - "id": "134-6-0", + "id": "240-9-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "1340376", + "id": "2400263", "type": "shape" } }, "stops": { "data": [ { - "id": "5271", + "id": "334", + "type": "stop" + }, + { + "id": "536", "type": "stop" }, { - "id": "9318", + "id": "537", "type": "stop" }, { - "id": "9319", + "id": "569", "type": "stop" }, { - "id": "9045", + "id": "10569", "type": "stop" }, { - "id": "9162", + "id": "570", "type": "stop" }, { - "id": "9163", + "id": "883", "type": "stop" }, { - "id": "9164", + "id": "571", "type": "stop" }, { - "id": "49164", + "id": "572", "type": "stop" }, { - "id": "49157", + "id": "4134", "type": "stop" }, { - "id": "49158", + "id": "4136", "type": "stop" }, { - "id": "9165", + "id": "4137", "type": "stop" }, { - "id": "9167", + "id": "4138", "type": "stop" }, { - "id": "9168", + "id": "4139", "type": "stop" }, { - "id": "9169", + "id": "4140", "type": "stop" }, { - "id": "9170", + "id": "4141", "type": "stop" }, { - "id": "9172", + "id": "4142", "type": "stop" }, { - "id": "5002", + "id": "4143", "type": "stop" }, { - "id": "15002", + "id": "4144", "type": "stop" }, { - "id": "5003", + "id": "4145", "type": "stop" }, { - "id": "5004", + "id": "4146", "type": "stop" }, { - "id": "5005", + "id": "4147", "type": "stop" }, { - "id": "5006", + "id": "4149", "type": "stop" }, { - "id": "9174", + "id": "4152", "type": "stop" }, { - "id": "9175", + "id": "4153", "type": "stop" }, { - "id": "9176", + "id": "4154", "type": "stop" }, { - "id": "9177", + "id": "4155", "type": "stop" }, { - "id": "9178", + "id": "4156", "type": "stop" }, { - "id": "8692", + "id": "4157", + "type": "stop" + }, + { + "id": "4158", + "type": "stop" + }, + { + "id": "4159", + "type": "stop" + }, + { + "id": "4160", + "type": "stop" + }, + { + "id": "4161", + "type": "stop" + }, + { + "id": "4163", + "type": "stop" + }, + { + "id": "4164", + "type": "stop" + }, + { + "id": "4165", + "type": "stop" + }, + { + "id": "4166", + "type": "stop" + }, + { + "id": "4167", + "type": "stop" + }, + { + "id": "4168", + "type": "stop" + }, + { + "id": "4169", + "type": "stop" + }, + { + "id": "4171", + "type": "stop" + }, + { + "id": "4172", + "type": "stop" + }, + { + "id": "4173", + "type": "stop" + }, + { + "id": "4174", + "type": "stop" + }, + { + "id": "4175", + "type": "stop" + }, + { + "id": "4177", + "type": "stop" + }, + { + "id": "4179", + "type": "stop" + }, + { + "id": "4180", + "type": "stop" + }, + { + "id": "4181", + "type": "stop" + }, + { + "id": "4182", + "type": "stop" + }, + { + "id": "4183", + "type": "stop" + }, + { + "id": "4184", + "type": "stop" + }, + { + "id": "4185", + "type": "stop" + }, + { + "id": "4186", + "type": "stop" + }, + { + "id": "4187", + "type": "stop" + }, + { + "id": "4188", + "type": "stop" + }, + { + "id": "4189", + "type": "stop" + }, + { + "id": "4190", + "type": "stop" + }, + { + "id": "4191", + "type": "stop" + }, + { + "id": "4252", + "type": "stop" + }, + { + "id": "4253", + "type": "stop" + }, + { + "id": "4254", + "type": "stop" + }, + { + "id": "4255", "type": "stop" } ] @@ -322140,14 +324282,14 @@ }, { "attributes": {}, - "id": "1853", + "id": "1514", "links": { - "self": "/stops/1853" + "self": "/stops/1514" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1853" + "related": "/facilities/?filter[stop]=1514" } }, "parent_station": { @@ -322164,14 +324306,14 @@ }, { "attributes": {}, - "id": "3718", + "id": "77243", "links": { - "self": "/stops/3718" + "self": "/stops/77243" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3718" + "related": "/facilities/?filter[stop]=77243" } }, "parent_station": { @@ -322188,14 +324330,14 @@ }, { "attributes": {}, - "id": "1691", + "id": "2408", "links": { - "self": "/stops/1691" + "self": "/stops/2408" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1691" + "related": "/facilities/?filter[stop]=2408" } }, "parent_station": { @@ -322212,25 +324354,22 @@ }, { "attributes": {}, - "id": "FR-0115-01", + "id": "15971", "links": { - "self": "/stops/FR-0115-01" + "self": "/stops/15971" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=FR-0115-01" + "related": "/facilities/?filter[stop]=15971" } }, "parent_station": { - "data": { - "id": "place-FR-0115", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "CR-zone-2", + "id": "LocalBus", "type": "zone" } } @@ -322239,14 +324378,14 @@ }, { "attributes": {}, - "id": "5349", + "id": "5325", "links": { - "self": "/stops/5349" + "self": "/stops/5325" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5349" + "related": "/facilities/?filter[stop]=5325" } }, "parent_station": { @@ -322263,14 +324402,14 @@ }, { "attributes": {}, - "id": "3356", + "id": "3866", "links": { - "self": "/stops/3356" + "self": "/stops/3866" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3356" + "related": "/facilities/?filter[stop]=3866" } }, "parent_station": { @@ -322287,14 +324426,14 @@ }, { "attributes": {}, - "id": "637", + "id": "17422", "links": { - "self": "/stops/637" + "self": "/stops/17422" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=637" + "related": "/facilities/?filter[stop]=17422" } }, "parent_station": { @@ -322311,14 +324450,14 @@ }, { "attributes": {}, - "id": "7752", + "id": "1309", "links": { - "self": "/stops/7752" + "self": "/stops/1309" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7752" + "related": "/facilities/?filter[stop]=1309" } }, "parent_station": { @@ -322335,14 +324474,14 @@ }, { "attributes": {}, - "id": "1193", + "id": "5348", "links": { - "self": "/stops/1193" + "self": "/stops/5348" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1193" + "related": "/facilities/?filter[stop]=5348" } }, "parent_station": { @@ -322359,14 +324498,14 @@ }, { "attributes": {}, - "id": "2495", + "id": "8548", "links": { - "self": "/stops/2495" + "self": "/stops/8548" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2495" + "related": "/facilities/?filter[stop]=8548" } }, "parent_station": { @@ -322383,326 +324522,465 @@ }, { "attributes": { - "direction_id": 1, - "headsign": "Airport via Maverick (Shuttle)" + "direction_id": 0, + "headsign": "LaGrange & Corey" }, - "id": "AirportBowdoinLocalViaGate-1-sample", + "id": "67251200_2", "links": { - "self": "/trips/AirportBowdoinLocalViaGate-1-sample" + "self": "/trips/67251200_2" }, "relationships": { "route": { "data": { - "id": "Shuttle-AirportGovernmentCenterLocalViaGate", + "id": "37", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-AirportGovernmentCenterLocalViaGate-0-1", + "id": "37-D-0", "type": "route_pattern" } }, "service": { "data": { - "id": "canonical", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "GovernmentCenterToAirportLocalViaGate-S", + "id": "370144-2", "type": "shape" } }, "stops": { "data": [ { - "id": "9070039", + "id": "10642", "type": "stop" }, { - "id": "9070046", + "id": "596", "type": "stop" }, { - "id": "9070047", + "id": "597", "type": "stop" - } - ] - } - }, - "type": "trip" - }, - { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Waverley Square", - "Newton Corner" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Waverley Square - Newton Corner", - "short_name": "554", - "sort_order": 55540, - "text_color": "000000", - "type": 3 - }, - "id": "554", - "links": { - "self": "/routes/554" - }, - "relationships": { - "line": { - "data": { - "id": "line-505553554", - "type": "line" - } - } - }, - "type": "route" - }, - { - "attributes": {}, - "id": "7322", - "links": { - "self": "/stops/7322" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=7322" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": { - "direction_id": 1, - "headsign": "Haymarket via Cliftondale" - }, - "id": "62216319", - "links": { - "self": "/trips/62216319" - }, - "relationships": { - "route": { - "data": { - "id": "426", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "426-_-1", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "SpringWeekday", - "type": "service" - } - }, - "shape": { - "data": { - "id": "4260267", - "type": "shape" - } - }, - "stops": { - "data": [ + }, { - "id": "16653", + "id": "598", "type": "stop" }, { - "id": "6674", + "id": "599", "type": "stop" }, { - "id": "6675", + "id": "600", "type": "stop" }, { - "id": "6780", + "id": "601", "type": "stop" }, { - "id": "6783", + "id": "602", "type": "stop" }, { - "id": "4451", + "id": "797", "type": "stop" }, { - "id": "4487", + "id": "798", "type": "stop" }, { - "id": "4488", + "id": "799", "type": "stop" }, { - "id": "7376", + "id": "800", "type": "stop" }, { - "id": "7377", + "id": "801", "type": "stop" }, { - "id": "7378", + "id": "802", "type": "stop" }, { - "id": "7379", + "id": "803", "type": "stop" }, { - "id": "7380", + "id": "804", "type": "stop" }, { - "id": "7381", + "id": "805", "type": "stop" }, { - "id": "7382", + "id": "806", "type": "stop" }, { - "id": "7383", + "id": "807", "type": "stop" }, { - "id": "7384", + "id": "808", "type": "stop" }, { - "id": "7386", + "id": "845", "type": "stop" }, { - "id": "7388", + "id": "846", "type": "stop" }, { - "id": "7390", + "id": "847", "type": "stop" }, { - "id": "7391", + "id": "848", "type": "stop" }, { - "id": "7392", + "id": "849", "type": "stop" }, { - "id": "7393", + "id": "850", "type": "stop" }, { - "id": "7394", + "id": "851", "type": "stop" }, { - "id": "7395", + "id": "852", "type": "stop" }, { - "id": "7396", + "id": "853", "type": "stop" }, { - "id": "7397", + "id": "833", "type": "stop" }, { - "id": "7398", + "id": "834", "type": "stop" }, { - "id": "7399", + "id": "835", "type": "stop" }, { - "id": "7400", + "id": "836", "type": "stop" }, { - "id": "7401", + "id": "837", "type": "stop" }, { - "id": "7403", + "id": "41839", "type": "stop" }, { - "id": "7404", + "id": "51839", "type": "stop" }, { - "id": "7405", + "id": "11839", "type": "stop" - }, + } + ] + } + }, + "type": "trip" + }, + { + "attributes": {}, + "id": "3303", + "links": { + "self": "/stops/3303" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=3303" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "1164", + "links": { + "self": "/stops/1164" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=1164" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "4802", + "links": { + "self": "/stops/4802" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=4802" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Boston College", + "Government Center" + ], + "direction_names": [ + "West", + "East" + ], + "long_name": "Babcock Street - Back Bay", + "short_name": "Green Line B Shuttle", + "sort_order": 60390, + "text_color": "000000", + "type": 3 + }, + "id": "Shuttle-BabcockBackBay", + "links": { + "self": "/routes/Shuttle-BabcockBackBay" + }, + "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, + "line": { + "data": { + "id": "line-Green", + "type": "line" + } + } + }, + "type": "route" + }, + { + "attributes": {}, + "id": "5373", + "links": { + "self": "/stops/5373" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=5373" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Kenmore & West", + "Park Street & North" + ], + "direction_names": [ + "West", + "East" + ], + "long_name": "Kenmore - Copley", + "short_name": "Green Line Shuttle", + "sort_order": 61425, + "text_color": "000000", + "type": 3 + }, + "id": "Shuttle-CopleyKenmore", + "links": { + "self": "/routes/Shuttle-CopleyKenmore" + }, + "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, + "line": { + "data": { + "id": "line-Green", + "type": "line" + } + } + }, + "type": "route" + }, + { + "attributes": {}, + "id": "55600", + "links": { + "self": "/stops/55600" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=55600" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": { + "direction_id": 0, + "headsign": "Wood Island" + }, + "id": "67202465", + "links": { + "self": "/trips/67202465" + }, + "relationships": { + "route": { + "data": { + "id": "121", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "121-_-0", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "WinterWeekday", + "type": "service" + } + }, + "shape": { + "data": { + "id": "1210051", + "type": "shape" + } + }, + "stops": { + "data": [ { - "id": "7407", + "id": "5740", "type": "stop" }, { - "id": "7408", + "id": "5742", "type": "stop" }, { - "id": "7409", + "id": "5743", "type": "stop" }, { - "id": "7410", + "id": "5903", "type": "stop" }, { - "id": "7411", + "id": "5904", "type": "stop" }, { - "id": "7412", + "id": "5905", "type": "stop" }, { - "id": "7413", + "id": "5906", "type": "stop" }, { - "id": "7414", + "id": "5907", "type": "stop" }, { - "id": "2829", + "id": "56641", "type": "stop" }, { - "id": "8309", + "id": "5665", "type": "stop" }, { - "id": "117", + "id": "5666", "type": "stop" } ] @@ -322712,14 +324990,38 @@ }, { "attributes": {}, - "id": "4576", + "id": "Boat-Logan", "links": { - "self": "/stops/4576" + "self": "/stops/Boat-Logan" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4576" + "related": "/facilities/?filter[stop]=Boat-Logan" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "Boat-Logan", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "24489", + "links": { + "self": "/stops/24489" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=24489" } }, "parent_station": { @@ -322736,14 +325038,41 @@ }, { "attributes": {}, - "id": "5268", + "id": "WR-0085-B1", "links": { - "self": "/stops/5268" + "self": "/stops/WR-0085-B1" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5268" + "related": "/facilities/?filter[stop]=WR-0085-B1" + } + }, + "parent_station": { + "data": { + "id": "place-WR-0085", + "type": "stop" + } + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "3672", + "links": { + "self": "/stops/3672" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=3672" } }, "parent_station": { @@ -322760,14 +325089,14 @@ }, { "attributes": {}, - "id": "2818", + "id": "525", "links": { - "self": "/stops/2818" + "self": "/stops/525" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2818" + "related": "/facilities/?filter[stop]=525" } }, "parent_station": { @@ -322784,14 +325113,14 @@ }, { "attributes": {}, - "id": "3400", + "id": "5803", "links": { - "self": "/stops/3400" + "self": "/stops/5803" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3400" + "related": "/facilities/?filter[stop]=5803" } }, "parent_station": { @@ -322808,14 +325137,14 @@ }, { "attributes": {}, - "id": "4881", + "id": "8901", "links": { - "self": "/stops/4881" + "self": "/stops/8901" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4881" + "related": "/facilities/?filter[stop]=8901" } }, "parent_station": { @@ -322832,209 +325161,171 @@ }, { "attributes": {}, - "id": "ER-0362-01", + "id": "10", "links": { - "self": "/stops/ER-0362-01" + "self": "/stops/10" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=ER-0362-01" + "related": "/facilities/?filter[stop]=10" } }, "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "place-ER-0362", - "type": "stop" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "12789", + "links": { + "self": "/stops/12789" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=12789" } }, + "parent_station": { + "data": null + }, "zone": { "data": { - "id": "CR-zone-8", + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "49800", + "links": { + "self": "/stops/49800" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=49800" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", "type": "zone" } } }, "type": "stop" }, + { + "attributes": {}, + "id": "9070226", + "links": { + "self": "/stops/9070226" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=9070226" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, { "attributes": { - "direction_id": 1, - "headsign": "Squantum" + "direction_id": 0, + "headsign": "City Point via East First St" }, - "id": "61928706", + "id": "66652094", "links": { - "self": "/trips/61928706" + "self": "/trips/66652094" }, "relationships": { "route": { "data": { - "id": "211", + "id": "7", "type": "route" } }, "route_pattern": { "data": { - "id": "211-_-1", + "id": "7-2-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "2110150", + "id": "070170", "type": "shape" } }, "stops": { "data": [ { - "id": "32005", - "type": "stop" - }, - { - "id": "3093", - "type": "stop" - }, - { - "id": "3094", - "type": "stop" - }, - { - "id": "3096", - "type": "stop" - }, - { - "id": "3476", - "type": "stop" - }, - { - "id": "3455", - "type": "stop" - }, - { - "id": "3458", - "type": "stop" - }, - { - "id": "3106", - "type": "stop" - }, - { - "id": "3107", - "type": "stop" - }, - { - "id": "3108", - "type": "stop" - }, - { - "id": "3109", - "type": "stop" - }, - { - "id": "3110", - "type": "stop" - }, - { - "id": "3111", - "type": "stop" - }, - { - "id": "3113", - "type": "stop" - }, - { - "id": "3114", - "type": "stop" - }, - { - "id": "3115", - "type": "stop" - }, - { - "id": "3116", - "type": "stop" - }, - { - "id": "3117", - "type": "stop" - }, - { - "id": "3118", - "type": "stop" - }, - { - "id": "3119", - "type": "stop" - }, - { - "id": "3121", - "type": "stop" - }, - { - "id": "3122", - "type": "stop" - }, - { - "id": "3123", - "type": "stop" - }, - { - "id": "3124", - "type": "stop" - }, - { - "id": "3125", - "type": "stop" - }, - { - "id": "3126", - "type": "stop" - }, - { - "id": "3128", + "id": "16535", "type": "stop" }, { - "id": "3129", + "id": "6564", "type": "stop" }, { - "id": "3131", + "id": "888", "type": "stop" }, { - "id": "3133", + "id": "88801", "type": "stop" }, { - "id": "3134", + "id": "889", "type": "stop" }, { - "id": "3135", + "id": "244", "type": "stop" }, { - "id": "3136", + "id": "246", "type": "stop" }, { - "id": "3140", + "id": "208", "type": "stop" }, { - "id": "3141", + "id": "885", "type": "stop" }, { - "id": "13142", + "id": "33", "type": "stop" } ] @@ -323044,14 +325335,14 @@ }, { "attributes": {}, - "id": "17094", + "id": "2570", "links": { - "self": "/stops/17094" + "self": "/stops/2570" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=17094" + "related": "/facilities/?filter[stop]=2570" } }, "parent_station": { @@ -323059,7 +325350,7 @@ }, "zone": { "data": { - "id": "SL1-Logan", + "id": "LocalBus", "type": "zone" } } @@ -323068,14 +325359,14 @@ }, { "attributes": {}, - "id": "8311", + "id": "3199", "links": { - "self": "/stops/8311" + "self": "/stops/3199" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8311" + "related": "/facilities/?filter[stop]=3199" } }, "parent_station": { @@ -323092,14 +325383,14 @@ }, { "attributes": {}, - "id": "2469", + "id": "29052", "links": { - "self": "/stops/2469" + "self": "/stops/29052" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2469" + "related": "/facilities/?filter[stop]=29052" } }, "parent_station": { @@ -323116,22 +325407,25 @@ }, { "attributes": {}, - "id": "109815", + "id": "70106", "links": { - "self": "/stops/109815" + "self": "/stops/70106" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=109815" + "related": "/facilities/?filter[stop]=70106" } }, "parent_station": { - "data": null + "data": { + "id": "place-lake", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -323140,18 +325434,21 @@ }, { "attributes": {}, - "id": "4807", + "id": "52714", "links": { - "self": "/stops/4807" + "self": "/stops/52714" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4807" + "related": "/facilities/?filter[stop]=52714" } }, "parent_station": { - "data": null + "data": { + "id": "place-welln", + "type": "stop" + } }, "zone": { "data": { @@ -323164,14 +325461,14 @@ }, { "attributes": {}, - "id": "2666", + "id": "884", "links": { - "self": "/stops/2666" + "self": "/stops/884" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2666" + "related": "/facilities/?filter[stop]=884" } }, "parent_station": { @@ -323188,291 +325485,38 @@ }, { "attributes": {}, - "id": "FR-0361-B0", + "id": "2353", "links": { - "self": "/stops/FR-0361-B0" + "self": "/stops/2353" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=FR-0361-B0" + "related": "/facilities/?filter[stop]=2353" } }, "parent_station": { - "data": { - "id": "place-FR-0361", - "type": "stop" - } - }, - "zone": { "data": null - } - }, - "type": "stop" - }, - { - "attributes": { - "direction_id": 1, - "headsign": "Haymarket" - }, - "id": "62216641", - "links": { - "self": "/trips/62216641" - }, - "relationships": { - "route": { - "data": { - "id": "450", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "450-8-1", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "SpringWeekday", - "type": "service" - } }, - "shape": { + "zone": { "data": { - "id": "4500198", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "37150", - "type": "stop" - }, - { - "id": "4453", - "type": "stop" - }, - { - "id": "4455", - "type": "stop" - }, - { - "id": "4456", - "type": "stop" - }, - { - "id": "4457", - "type": "stop" - }, - { - "id": "4458", - "type": "stop" - }, - { - "id": "4459", - "type": "stop" - }, - { - "id": "14460", - "type": "stop" - }, - { - "id": "4462", - "type": "stop" - }, - { - "id": "4463", - "type": "stop" - }, - { - "id": "14465", - "type": "stop" - }, - { - "id": "4465", - "type": "stop" - }, - { - "id": "4467", - "type": "stop" - }, - { - "id": "4470", - "type": "stop" - }, - { - "id": "14470", - "type": "stop" - }, - { - "id": "4472", - "type": "stop" - }, - { - "id": "4473", - "type": "stop" - }, - { - "id": "4474", - "type": "stop" - }, - { - "id": "4475", - "type": "stop" - }, - { - "id": "4477", - "type": "stop" - }, - { - "id": "4479", - "type": "stop" - }, - { - "id": "4480", - "type": "stop" - }, - { - "id": "4481", - "type": "stop" - }, - { - "id": "4482", - "type": "stop" - }, - { - "id": "7302", - "type": "stop" - }, - { - "id": "7303", - "type": "stop" - }, - { - "id": "7304", - "type": "stop" - }, - { - "id": "7305", - "type": "stop" - }, - { - "id": "7306", - "type": "stop" - }, - { - "id": "7307", - "type": "stop" - }, - { - "id": "7308", - "type": "stop" - }, - { - "id": "4483", - "type": "stop" - }, - { - "id": "4484", - "type": "stop" - }, - { - "id": "4485", - "type": "stop" - }, - { - "id": "4486", - "type": "stop" - }, - { - "id": "4487", - "type": "stop" - }, - { - "id": "4488", - "type": "stop" - }, - { - "id": "4489", - "type": "stop" - }, - { - "id": "4490", - "type": "stop" - }, - { - "id": "4491", - "type": "stop" - }, - { - "id": "4492", - "type": "stop" - }, - { - "id": "4494", - "type": "stop" - }, - { - "id": "4495", - "type": "stop" - }, - { - "id": "4497", - "type": "stop" - }, - { - "id": "4498", - "type": "stop" - }, - { - "id": "4500", - "type": "stop" - }, - { - "id": "14717", - "type": "stop" - }, - { - "id": "4718", - "type": "stop" - }, - { - "id": "4720", - "type": "stop" - }, - { - "id": "4721", - "type": "stop" - }, - { - "id": "4722", - "type": "stop" - }, - { - "id": "8309", - "type": "stop" - }, - { - "id": "117", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "6216", + "id": "13855", "links": { - "self": "/stops/6216" + "self": "/stops/13855" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6216" + "related": "/facilities/?filter[stop]=13855" } }, "parent_station": { @@ -323490,237 +325534,81 @@ { "attributes": { "direction_id": 0, - "headsign": "Oaklandvale via Cliftondale (Express)" + "headsign": "Worcester" }, - "id": "62216385", + "id": "BaseWML-701936-525", "links": { - "self": "/trips/62216385" + "self": "/trips/BaseWML-701936-525" }, "relationships": { "route": { "data": { - "id": "428", + "id": "CR-Worcester", "type": "route" } }, "route_pattern": { "data": { - "id": "428-_-0", + "id": "CR-Worcester-5d1e1c51-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "FALL 2024-SOUTHWKD-Weekday-42-Sb0e4ed14", "type": "service" } }, "shape": { "data": { - "id": "4280046", + "id": "9850002", "type": "shape" } }, "stops": { "data": [ { - "id": "117", - "type": "stop" - }, - { - "id": "7415", - "type": "stop" - }, - { - "id": "7417", - "type": "stop" - }, - { - "id": "7418", - "type": "stop" - }, - { - "id": "7419", - "type": "stop" - }, - { - "id": "46267", - "type": "stop" - }, - { - "id": "46268", - "type": "stop" - }, - { - "id": "8336", - "type": "stop" - }, - { - "id": "8338", - "type": "stop" - }, - { - "id": "18338", - "type": "stop" - }, - { - "id": "48336", - "type": "stop" - }, - { - "id": "48337", - "type": "stop" - }, - { - "id": "9070", - "type": "stop" - }, - { - "id": "17419", - "type": "stop" - }, - { - "id": "7420", - "type": "stop" - }, - { - "id": "7422", - "type": "stop" - }, - { - "id": "17422", - "type": "stop" - }, - { - "id": "7423", - "type": "stop" - }, - { - "id": "7424", - "type": "stop" - }, - { - "id": "7426", - "type": "stop" - }, - { - "id": "7427", - "type": "stop" - }, - { - "id": "7429", - "type": "stop" - }, - { - "id": "17429", - "type": "stop" - }, - { - "id": "7430", - "type": "stop" - }, - { - "id": "7431", - "type": "stop" - }, - { - "id": "7432", - "type": "stop" - }, - { - "id": "7433", - "type": "stop" - }, - { - "id": "7434", - "type": "stop" - }, - { - "id": "7435", - "type": "stop" - }, - { - "id": "7436", - "type": "stop" - }, - { - "id": "7437", - "type": "stop" - }, - { - "id": "7438", - "type": "stop" - }, - { - "id": "7464", - "type": "stop" - }, - { - "id": "7465", - "type": "stop" - }, - { - "id": "7467", - "type": "stop" - }, - { - "id": "7469", - "type": "stop" - }, - { - "id": "7471", - "type": "stop" - }, - { - "id": "7472", - "type": "stop" - }, - { - "id": "6230", - "type": "stop" - }, - { - "id": "7474", + "id": "NEC-2287", "type": "stop" }, { - "id": "7475", + "id": "WML-0012-07", "type": "stop" }, { - "id": "7476", + "id": "WML-0025-07", "type": "stop" }, { - "id": "7477", + "id": "WML-0035-01", "type": "stop" }, { - "id": "7478", + "id": "WML-0199-01", "type": "stop" }, { - "id": "47526", + "id": "WML-0214-02", "type": "stop" }, { - "id": "47527", + "id": "WML-0252-01", "type": "stop" }, { - "id": "7481", + "id": "WML-0274-01", "type": "stop" }, { - "id": "7484", + "id": "WML-0340-01", "type": "stop" }, { - "id": "7485", + "id": "WML-0364-01", "type": "stop" }, { - "id": "7486", + "id": "WML-0442-CS", "type": "stop" } ] @@ -323730,14 +325618,14 @@ }, { "attributes": {}, - "id": "4207", + "id": "30251", "links": { - "self": "/stops/4207" + "self": "/stops/30251" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4207" + "related": "/facilities/?filter[stop]=30251" } }, "parent_station": { @@ -323753,219 +325641,127 @@ "type": "stop" }, { - "attributes": { - "direction_id": 1, - "headsign": "Wood Island via Market Basket & Admiral's Hill" - }, - "id": "61869576", + "attributes": {}, + "id": "222", "links": { - "self": "/trips/61869576" + "self": "/stops/222" }, "relationships": { - "route": { - "data": { - "id": "112", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "112-_-1", - "type": "route_pattern" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=222" } }, - "service": { - "data": { - "id": "SpringWeekday", - "type": "service" - } + "parent_station": { + "data": null }, - "shape": { + "zone": { "data": { - "id": "1120171", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "5271", - "type": "stop" - }, - { - "id": "5563", - "type": "stop" - }, - { - "id": "5565", - "type": "stop" - }, - { - "id": "5695", - "type": "stop" - }, - { - "id": "5637", - "type": "stop" - }, - { - "id": "5638", - "type": "stop" - }, - { - "id": "5640", - "type": "stop" - }, - { - "id": "5642", - "type": "stop" - }, - { - "id": "5643", - "type": "stop" - }, - { - "id": "5644", - "type": "stop" - }, - { - "id": "15645", - "type": "stop" - }, - { - "id": "5597", - "type": "stop" - }, - { - "id": "15649", - "type": "stop" - }, - { - "id": "15650", - "type": "stop" - }, - { - "id": "15651", - "type": "stop" - }, - { - "id": "5624", - "type": "stop" - }, - { - "id": "5625", - "type": "stop" - }, - { - "id": "5646", - "type": "stop" - }, - { - "id": "5647", - "type": "stop" - }, - { - "id": "5045", - "type": "stop" - }, - { - "id": "15045", - "type": "stop" - }, - { - "id": "15046", - "type": "stop" - }, - { - "id": "15047", - "type": "stop" - }, - { - "id": "15048", - "type": "stop" - }, - { - "id": "15049", - "type": "stop" - }, - { - "id": "15050", - "type": "stop" - }, - { - "id": "25051", - "type": "stop" - }, - { - "id": "15052", - "type": "stop" - }, - { - "id": "15053", - "type": "stop" - }, - { - "id": "15054", - "type": "stop" - }, - { - "id": "5650", - "type": "stop" - }, - { - "id": "5651", - "type": "stop" - }, - { - "id": "5605", - "type": "stop" - }, - { - "id": "5606", - "type": "stop" - }, - { - "id": "5653", - "type": "stop" - }, + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "5487", + "links": { + "self": "/stops/5487" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=5487" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": { + "direction_id": 1, + "headsign": "South Station" + }, + "id": "BaseWML-697689-526", + "links": { + "self": "/trips/BaseWML-697689-526" + }, + "relationships": { + "route": { + "data": { + "id": "CR-Worcester", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "CR-Worcester-16491f70-1", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "FALL 2024-SOUTHWKD-Weekday-42-Sb0e4ed14", + "type": "service" + } + }, + "shape": { + "data": { + "id": "9850001", + "type": "shape" + } + }, + "stops": { + "data": [ { - "id": "5614", + "id": "WML-0442-CS", "type": "stop" }, { - "id": "5654", + "id": "WML-0364-02", "type": "stop" }, { - "id": "5656", + "id": "WML-0340-02", "type": "stop" }, { - "id": "5657", + "id": "WML-0274-02", "type": "stop" }, { - "id": "5658", + "id": "WML-0252-02", "type": "stop" }, { - "id": "5659", + "id": "WML-0214-02", "type": "stop" }, { - "id": "5670", + "id": "WML-0035-02", "type": "stop" }, { - "id": "5679", + "id": "WML-0025-05", "type": "stop" }, { - "id": "5665", + "id": "WML-0012-05", "type": "stop" }, { - "id": "5666", + "id": "NEC-2287", "type": "stop" } ] @@ -323975,14 +325771,14 @@ }, { "attributes": {}, - "id": "35751", + "id": "32760", "links": { - "self": "/stops/35751" + "self": "/stops/32760" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=35751" + "related": "/facilities/?filter[stop]=32760" } }, "parent_station": { @@ -323999,14 +325795,14 @@ }, { "attributes": {}, - "id": "320", + "id": "6709", "links": { - "self": "/stops/320" + "self": "/stops/6709" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=320" + "related": "/facilities/?filter[stop]=6709" } }, "parent_station": { @@ -324023,14 +325819,14 @@ }, { "attributes": {}, - "id": "82033", + "id": "8451", "links": { - "self": "/stops/82033" + "self": "/stops/8451" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=82033" + "related": "/facilities/?filter[stop]=8451" } }, "parent_station": { @@ -324047,14 +325843,14 @@ }, { "attributes": {}, - "id": "9231", + "id": "8527", "links": { - "self": "/stops/9231" + "self": "/stops/8527" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9231" + "related": "/facilities/?filter[stop]=8527" } }, "parent_station": { @@ -324070,46 +325866,39 @@ "type": "stop" }, { - "attributes": { - "color": "008EAA", - "direction_destinations": [ - "Charlestown", - "Long Wharf" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Charlestown Ferry", - "short_name": "", - "sort_order": 30001, - "text_color": "FFFFFF", - "type": 4 - }, - "id": "Boat-F4", + "attributes": {}, + "id": "204", "links": { - "self": "/routes/Boat-F4" + "self": "/stops/204" }, "relationships": { - "line": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=204" + } + }, + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "line-Boat-F4", - "type": "line" + "id": "LocalBus", + "type": "zone" } } }, - "type": "route" + "type": "stop" }, { "attributes": {}, - "id": "9167", + "id": "78141", "links": { - "self": "/stops/9167" + "self": "/stops/78141" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9167" + "related": "/facilities/?filter[stop]=78141" } }, "parent_station": { @@ -324126,14 +325915,14 @@ }, { "attributes": {}, - "id": "20619", + "id": "1533", "links": { - "self": "/stops/20619" + "self": "/stops/1533" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=20619" + "related": "/facilities/?filter[stop]=1533" } }, "parent_station": { @@ -324150,14 +325939,38 @@ }, { "attributes": {}, - "id": "13858", + "id": "NHRML-0218-B0", "links": { - "self": "/stops/13858" + "self": "/stops/NHRML-0218-B0" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=13858" + "related": "/facilities/?filter[stop]=NHRML-0218-B0" + } + }, + "parent_station": { + "data": { + "id": "place-NHRML-0218", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "2666", + "links": { + "self": "/stops/2666" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=2666" } }, "parent_station": { @@ -324174,14 +325987,14 @@ }, { "attributes": {}, - "id": "5375", + "id": "6689", "links": { - "self": "/stops/5375" + "self": "/stops/6689" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5375" + "related": "/facilities/?filter[stop]=6689" } }, "parent_station": { @@ -324198,22 +326011,25 @@ }, { "attributes": {}, - "id": "4095", + "id": "FR-0064-01", "links": { - "self": "/stops/4095" + "self": "/stops/FR-0064-01" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4095" + "related": "/facilities/?filter[stop]=FR-0064-01" } }, "parent_station": { - "data": null + "data": { + "id": "place-FR-0064", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "CR-zone-1", "type": "zone" } } @@ -324222,14 +326038,14 @@ }, { "attributes": {}, - "id": "4083", + "id": "952", "links": { - "self": "/stops/4083" + "self": "/stops/952" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4083" + "related": "/facilities/?filter[stop]=952" } }, "parent_station": { @@ -324246,14 +326062,14 @@ }, { "attributes": {}, - "id": "4103", + "id": "4732", "links": { - "self": "/stops/4103" + "self": "/stops/4732" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4103" + "related": "/facilities/?filter[stop]=4732" } }, "parent_station": { @@ -324270,25 +326086,22 @@ }, { "attributes": {}, - "id": "ER-0128-02", + "id": "4883", "links": { - "self": "/stops/ER-0128-02" + "self": "/stops/4883" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=ER-0128-02" + "related": "/facilities/?filter[stop]=4883" } }, "parent_station": { - "data": { - "id": "place-ER-0128", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "CR-zone-3", + "id": "LocalBus", "type": "zone" } } @@ -324297,14 +326110,14 @@ }, { "attributes": {}, - "id": "5515", + "id": "5713", "links": { - "self": "/stops/5515" + "self": "/stops/5713" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5515" + "related": "/facilities/?filter[stop]=5713" } }, "parent_station": { @@ -324321,14 +326134,14 @@ }, { "attributes": {}, - "id": "5433", + "id": "78573", "links": { - "self": "/stops/5433" + "self": "/stops/78573" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5433" + "related": "/facilities/?filter[stop]=78573" } }, "parent_station": { @@ -324345,14 +326158,14 @@ }, { "attributes": {}, - "id": "2030", + "id": "17096", "links": { - "self": "/stops/2030" + "self": "/stops/17096" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2030" + "related": "/facilities/?filter[stop]=17096" } }, "parent_station": { @@ -324360,7 +326173,7 @@ }, "zone": { "data": { - "id": "LocalBus", + "id": "SLWaterfrontNonLogan", "type": "zone" } } @@ -324368,329 +326181,114 @@ "type": "stop" }, { - "attributes": { - "direction_id": 0, - "headsign": "Providence" - }, - "id": "CR-670299-841", + "attributes": {}, + "id": "28618", "links": { - "self": "/trips/CR-670299-841" + "self": "/stops/28618" }, "relationships": { - "route": { - "data": { - "id": "CR-Providence", - "type": "route" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=28618" } }, - "route_pattern": { - "data": { - "id": "CR-Providence-a72810c2-0", - "type": "route_pattern" - } + "parent_station": { + "data": null }, - "service": { + "zone": { "data": { - "id": "SPRING2024-SOUTHWKD-Weekday-1-Scbbf1ea5", - "type": "service" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "NB-0120-B1", + "links": { + "self": "/stops/NB-0120-B1" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=NB-0120-B1" } }, - "shape": { + "parent_station": { "data": { - "id": "9890009", - "type": "shape" + "id": "place-NB-0120", + "type": "stop" } }, - "stops": { - "data": [ - { - "id": "NEC-2287", - "type": "stop" - }, - { - "id": "NEC-2276-03", - "type": "stop" - }, - { - "id": "NEC-2265-03", - "type": "stop" - }, - { - "id": "NEC-2237-03", - "type": "stop" - }, - { - "id": "NEC-2203-03", - "type": "stop" - }, - { - "id": "NEC-2192-03", - "type": "stop" - }, - { - "id": "NEC-2173-01", - "type": "stop" - }, - { - "id": "NEC-2139-01", - "type": "stop" - }, - { - "id": "NEC-2108-01", - "type": "stop" - }, - { - "id": "NEC-2040-01", - "type": "stop" - }, - { - "id": "NEC-1969-03", - "type": "stop" - }, - { - "id": "NEC-1891-01", - "type": "stop" - }, - { - "id": "NEC-1851-03", - "type": "stop" - } - ] + "zone": { + "data": null } }, - "type": "trip" + "type": "stop" }, { - "attributes": { - "direction_id": 0, - "headsign": "Linden Square" - }, - "id": "61869065", + "attributes": {}, + "id": "WR-0329-01", "links": { - "self": "/trips/61869065" + "self": "/stops/WR-0329-01" }, "relationships": { - "route": { - "data": { - "id": "108", - "type": "route" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=WR-0329-01" } }, - "route_pattern": { + "parent_station": { "data": { - "id": "108-6-0", - "type": "route_pattern" + "id": "place-WR-0329", + "type": "stop" } }, - "service": { + "zone": { "data": { - "id": "SpringWeekday", - "type": "service" + "id": "CR-zone-7", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "275", + "links": { + "self": "/stops/275" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=275" } }, - "shape": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "1080212", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "5271", - "type": "stop" - }, - { - "id": "9318", - "type": "stop" - }, - { - "id": "9319", - "type": "stop" - }, - { - "id": "9045", - "type": "stop" - }, - { - "id": "5215", - "type": "stop" - }, - { - "id": "49096", - "type": "stop" - }, - { - "id": "9047", - "type": "stop" - }, - { - "id": "9048", - "type": "stop" - }, - { - "id": "9049", - "type": "stop" - }, - { - "id": "9050", - "type": "stop" - }, - { - "id": "9051", - "type": "stop" - }, - { - "id": "9052", - "type": "stop" - }, - { - "id": "9053", - "type": "stop" - }, - { - "id": "9054", - "type": "stop" - }, - { - "id": "9055", - "type": "stop" - }, - { - "id": "9056", - "type": "stop" - }, - { - "id": "9057", - "type": "stop" - }, - { - "id": "9058", - "type": "stop" - }, - { - "id": "5337", - "type": "stop" - }, - { - "id": "5338", - "type": "stop" - }, - { - "id": "53270", - "type": "stop" - }, - { - "id": "5289", - "type": "stop" - }, - { - "id": "5342", - "type": "stop" - }, - { - "id": "5457", - "type": "stop" - }, - { - "id": "5459", - "type": "stop" - }, - { - "id": "5460", - "type": "stop" - }, - { - "id": "5461", - "type": "stop" - }, - { - "id": "5462", - "type": "stop" - }, - { - "id": "5463", - "type": "stop" - }, - { - "id": "5464", - "type": "stop" - }, - { - "id": "54651", - "type": "stop" - }, - { - "id": "9060", - "type": "stop" - }, - { - "id": "9061", - "type": "stop" - }, - { - "id": "49061", - "type": "stop" - }, - { - "id": "9063", - "type": "stop" - }, - { - "id": "9339", - "type": "stop" - }, - { - "id": "9340", - "type": "stop" - }, - { - "id": "9067", - "type": "stop" - }, - { - "id": "49067", - "type": "stop" - }, - { - "id": "9068", - "type": "stop" - }, - { - "id": "9069", - "type": "stop" - }, - { - "id": "9070", - "type": "stop" - }, - { - "id": "7410", - "type": "stop" - }, - { - "id": "7411", - "type": "stop" - }, - { - "id": "7412", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "5259", + "id": "3304", "links": { - "self": "/stops/5259" + "self": "/stops/3304" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5259" + "related": "/facilities/?filter[stop]=3304" } }, "parent_station": { @@ -324705,16 +326303,67 @@ }, "type": "stop" }, + { + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Chestnut Hill", + "Kenmore Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Chestnut Hill - Kenmore Station", + "short_name": "60", + "sort_order": 50600, + "text_color": "000000", + "type": 3 + }, + "id": "60", + "links": { + "self": "/routes/60" + }, + "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, + "line": { + "data": { + "id": "line-6065", + "type": "line" + } + } + }, + "type": "route" + }, + { + "attributes": { + "color": "FFC72C", + "long_name": "Clarendon Hill or Arlington Center - Lechmere via Somerville Avenue", + "short_name": "87", + "sort_order": 50870, + "text_color": "000000" + }, + "id": "line-87", + "links": { + "self": "/lines/line-87" + }, + "type": "line" + }, { "attributes": {}, - "id": "49823", + "id": "86180", "links": { - "self": "/stops/49823" + "self": "/stops/86180" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=49823" + "related": "/facilities/?filter[stop]=86180" } }, "parent_station": { @@ -324731,14 +326380,14 @@ }, { "attributes": {}, - "id": "618", + "id": "822", "links": { - "self": "/stops/618" + "self": "/stops/822" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=618" + "related": "/facilities/?filter[stop]=822" } }, "parent_station": { @@ -324755,14 +326404,14 @@ }, { "attributes": {}, - "id": "25986", + "id": "1851", "links": { - "self": "/stops/25986" + "self": "/stops/1851" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=25986" + "related": "/facilities/?filter[stop]=1851" } }, "parent_station": { @@ -324779,14 +326428,14 @@ }, { "attributes": {}, - "id": "821", + "id": "1928", "links": { - "self": "/stops/821" + "self": "/stops/1928" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=821" + "related": "/facilities/?filter[stop]=1928" } }, "parent_station": { @@ -324803,110 +326452,94 @@ }, { "attributes": {}, - "id": "DB-2258-B0", + "id": "1404", "links": { - "self": "/stops/DB-2258-B0" + "self": "/stops/1404" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=DB-2258-B0" + "related": "/facilities/?filter[stop]=1404" } }, "parent_station": { - "data": { - "id": "place-DB-2258", - "type": "stop" - } + "data": null }, "zone": { - "data": null + "data": { + "id": "LocalBus", + "type": "zone" + } } }, "type": "stop" }, { - "attributes": { - "direction_id": 0, - "headsign": "Orient Heights (Shuttle)" - }, - "id": "OrientHeightsWonderland-0-sample", + "attributes": {}, + "id": "7141", "links": { - "self": "/trips/OrientHeightsWonderland-0-sample" + "self": "/stops/7141" }, "relationships": { - "route": { - "data": { - "id": "Shuttle-OrientHeightsWonderland", - "type": "route" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=7141" } }, - "route_pattern": { - "data": { - "id": "Shuttle-OrientHeightsWonderland-0-0", - "type": "route_pattern" - } + "parent_station": { + "data": null }, - "service": { + "zone": { "data": { - "id": "canonical", - "type": "service" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "7517", + "links": { + "self": "/stops/7517" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=7517" } }, - "shape": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "WonderlandToOrientHeights-S", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "15795", - "type": "stop" - }, - { - "id": "9070057", - "type": "stop" - }, - { - "id": "9070055", - "type": "stop" - }, - { - "id": "9070053", - "type": "stop" - }, - { - "id": "5879", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "70121", + "id": "9212", "links": { - "self": "/stops/70121" + "self": "/stops/9212" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70121" + "related": "/facilities/?filter[stop]=9212" } }, "parent_station": { - "data": { - "id": "place-wascm", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } @@ -324914,448 +326547,287 @@ "type": "stop" }, { - "attributes": { - "direction_id": 1, - "headsign": "Union Square" - }, - "id": "canonical-Green-D-C1-1", + "attributes": {}, + "id": "4573", "links": { - "self": "/trips/canonical-Green-D-C1-1" + "self": "/stops/4573" }, "relationships": { - "route": { - "data": { - "id": "Green-D", - "type": "route" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=4573" } }, - "route_pattern": { - "data": { - "id": "Green-D-855-1", - "type": "route_pattern" - } + "parent_station": { + "data": null }, - "service": { + "zone": { "data": { - "id": "canonical", - "type": "service" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "89613", + "links": { + "self": "/stops/89613" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=89613" } }, - "shape": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "canonical-8000009", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "70160", - "type": "stop" - }, - { - "id": "70162", - "type": "stop" - }, - { - "id": "70164", - "type": "stop" - }, - { - "id": "70166", - "type": "stop" - }, - { - "id": "70168", - "type": "stop" - }, - { - "id": "70170", - "type": "stop" - }, - { - "id": "70172", - "type": "stop" - }, - { - "id": "70174", - "type": "stop" - }, - { - "id": "70176", - "type": "stop" - }, - { - "id": "70178", - "type": "stop" - }, - { - "id": "70180", - "type": "stop" - }, - { - "id": "70182", - "type": "stop" - }, - { - "id": "70186", - "type": "stop" - }, - { - "id": "70150", - "type": "stop" - }, - { - "id": "70152", - "type": "stop" - }, - { - "id": "70154", - "type": "stop" - }, - { - "id": "70156", - "type": "stop" - }, - { - "id": "70158", - "type": "stop" - }, - { - "id": "70200", - "type": "stop" - }, - { - "id": "70201", - "type": "stop" - }, - { - "id": "70203", - "type": "stop" - }, - { - "id": "70205", - "type": "stop" - }, - { - "id": "70207", - "type": "stop" - }, - { - "id": "70501", - "type": "stop" - }, - { - "id": "70503", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": { - "direction_id": 1, - "headsign": "Wellington via Veterans Senior Center" + "direction_id": 0, + "headsign": "Houghs Neck via Germantown" }, - "id": "61869554", + "id": "67290256", "links": { - "self": "/trips/61869554" + "self": "/trips/67290256" }, "relationships": { "route": { "data": { - "id": "134", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "134-2-1", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "SpringWeekday", - "type": "service" - } - }, - "shape": { - "data": { - "id": "1340359", - "type": "shape" - } - }, - "stops": { - "data": [ - { - "id": "8852", - "type": "stop" - }, - { - "id": "8853", - "type": "stop" - }, - { - "id": "8854", - "type": "stop" - }, - { - "id": "8855", - "type": "stop" - }, - { - "id": "8856", - "type": "stop" - }, - { - "id": "8857", - "type": "stop" - }, - { - "id": "8858", - "type": "stop" - }, - { - "id": "88591", - "type": "stop" - }, - { - "id": "8860", - "type": "stop" - }, - { - "id": "8861", - "type": "stop" - }, - { - "id": "8862", - "type": "stop" - }, - { - "id": "8863", - "type": "stop" - }, - { - "id": "10016", - "type": "stop" - }, - { - "id": "8864", - "type": "stop" - }, - { - "id": "8865", - "type": "stop" - }, - { - "id": "8866", - "type": "stop" - }, - { - "id": "8867", - "type": "stop" - }, + "id": "216", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "216-5-0", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "WinterWeekday", + "type": "service" + } + }, + "shape": { + "data": { + "id": "2160156", + "type": "shape" + } + }, + "stops": { + "data": [ { - "id": "8868", + "id": "3239", "type": "stop" }, { - "id": "8869", + "id": "3425", "type": "stop" }, { - "id": "8870", + "id": "3240", "type": "stop" }, { - "id": "9125", + "id": "3241", "type": "stop" }, { - "id": "6941", + "id": "3242", "type": "stop" }, { - "id": "6942", + "id": "3243", "type": "stop" }, { - "id": "6943", + "id": "3244", "type": "stop" }, { - "id": "6944", + "id": "13245", "type": "stop" }, { - "id": "6945", + "id": "3245", "type": "stop" }, { - "id": "6946", + "id": "3246", "type": "stop" }, { - "id": "6947", + "id": "3247", "type": "stop" }, { - "id": "6948", + "id": "3292", "type": "stop" }, { - "id": "6949", + "id": "3295", "type": "stop" }, { - "id": "6950", + "id": "3298", "type": "stop" }, { - "id": "6951", + "id": "3299", "type": "stop" }, { - "id": "6952", + "id": "3300", "type": "stop" }, { - "id": "6953", + "id": "3301", "type": "stop" }, { - "id": "6954", + "id": "3303", "type": "stop" }, { - "id": "6955", + "id": "3304", "type": "stop" }, { - "id": "6956", + "id": "3305", "type": "stop" }, { - "id": "6957", + "id": "3306", "type": "stop" }, { - "id": "6958", + "id": "3307", "type": "stop" }, { - "id": "6959", + "id": "3308", "type": "stop" }, { - "id": "6961", + "id": "3310", "type": "stop" }, { - "id": "9145", + "id": "3311", "type": "stop" }, { - "id": "9146", + "id": "3312", "type": "stop" }, { - "id": "9147", + "id": "3314", "type": "stop" }, { - "id": "9149", + "id": "3315", "type": "stop" }, { - "id": "9150", + "id": "3316", "type": "stop" }, { - "id": "5008", + "id": "3317", "type": "stop" }, { - "id": "6322", + "id": "3320", "type": "stop" }, { - "id": "6323", + "id": "3321", "type": "stop" }, { - "id": "6324", + "id": "3322", "type": "stop" }, { - "id": "63241", + "id": "3323", "type": "stop" }, { - "id": "9151", + "id": "3249", "type": "stop" }, { - "id": "9152", + "id": "3250", "type": "stop" }, { - "id": "9153", + "id": "3251", "type": "stop" }, { - "id": "9154", + "id": "3252", "type": "stop" }, { - "id": "9155", + "id": "3253", "type": "stop" }, { - "id": "9156", + "id": "3254", "type": "stop" }, { - "id": "9157", + "id": "3255", "type": "stop" }, { - "id": "49157", + "id": "3256", "type": "stop" }, { - "id": "49158", + "id": "3257", "type": "stop" }, { - "id": "9158", + "id": "3258", "type": "stop" }, { - "id": "9159", + "id": "3259", "type": "stop" }, { - "id": "9160", + "id": "3260", "type": "stop" }, { - "id": "9161", + "id": "3261", "type": "stop" }, { - "id": "9042", + "id": "3262", "type": "stop" }, { - "id": "9043", + "id": "3263", "type": "stop" }, { - "id": "5271", + "id": "3265", "type": "stop" } ] @@ -325365,14 +326837,14 @@ }, { "attributes": {}, - "id": "3210", + "id": "5851", "links": { - "self": "/stops/3210" + "self": "/stops/5851" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3210" + "related": "/facilities/?filter[stop]=5851" } }, "parent_station": { @@ -325389,14 +326861,14 @@ }, { "attributes": {}, - "id": "71273", + "id": "545", "links": { - "self": "/stops/71273" + "self": "/stops/545" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=71273" + "related": "/facilities/?filter[stop]=545" } }, "parent_station": { @@ -325412,148 +326884,87 @@ "type": "stop" }, { - "attributes": { - "direction_id": 0, - "headsign": "Sullivan via Navy Yard" - }, - "id": "61870834", + "attributes": {}, + "id": "7188", "links": { - "self": "/trips/61870834" + "self": "/stops/7188" }, "relationships": { - "route": { - "data": { - "id": "93", - "type": "route" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=7188" } }, - "route_pattern": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "93-2-0", - "type": "route_pattern" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "5830", + "links": { + "self": "/stops/5830" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=5830" } }, - "service": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "SpringWeekday", - "type": "service" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "46435", + "links": { + "self": "/stops/46435" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=46435" } }, - "shape": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "930203", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "6548", - "type": "stop" - }, - { - "id": "11891", - "type": "stop" - }, - { - "id": "190", - "type": "stop" - }, - { - "id": "191", - "type": "stop" - }, - { - "id": "117", - "type": "stop" - }, - { - "id": "2832", - "type": "stop" - }, - { - "id": "12836", - "type": "stop" - }, - { - "id": "12858", - "type": "stop" - }, - { - "id": "12838", - "type": "stop" - }, - { - "id": "12859", - "type": "stop" - }, - { - "id": "12860", - "type": "stop" - }, - { - "id": "12862", - "type": "stop" - }, - { - "id": "2860", - "type": "stop" - }, - { - "id": "2861", - "type": "stop" - }, - { - "id": "2862", - "type": "stop" - }, - { - "id": "2863", - "type": "stop" - }, - { - "id": "2864", - "type": "stop" - }, - { - "id": "2865", - "type": "stop" - }, - { - "id": "2866", - "type": "stop" - }, - { - "id": "12866", - "type": "stop" - }, - { - "id": "2867", - "type": "stop" - }, - { - "id": "2841", - "type": "stop" - }, - { - "id": "29001", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "3087", + "id": "4390", "links": { - "self": "/stops/3087" + "self": "/stops/4390" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3087" + "related": "/facilities/?filter[stop]=4390" } }, "parent_station": { @@ -325570,25 +326981,46 @@ }, { "attributes": {}, - "id": "GB-0198-02", + "id": "9283", "links": { - "self": "/stops/GB-0198-02" + "self": "/stops/9283" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=GB-0198-02" + "related": "/facilities/?filter[stop]=9283" } }, "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "place-GB-0198", - "type": "stop" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "4378", + "links": { + "self": "/stops/4378" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=4378" } }, + "parent_station": { + "data": null + }, "zone": { "data": { - "id": "CR-zone-4", + "id": "LocalBus", "type": "zone" } } @@ -325597,25 +327029,46 @@ }, { "attributes": {}, - "id": "NEC-2139-01", + "id": "599", "links": { - "self": "/stops/NEC-2139-01" + "self": "/stops/599" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=NEC-2139-01" + "related": "/facilities/?filter[stop]=599" } }, "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "place-NEC-2139", - "type": "stop" + "id": "LocalBus", + "type": "zone" } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "81446", + "links": { + "self": "/stops/81446" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=81446" + } + }, + "parent_station": { + "data": null }, "zone": { "data": { - "id": "CR-zone-3", + "id": "LocalBus", "type": "zone" } } @@ -325623,123 +327076,119 @@ "type": "stop" }, { - "attributes": { - "direction_id": 0, - "headsign": "Haverhill (Shuttle)" - }, - "id": "HaverhillBallardvaleNorthStation-0-sample", + "attributes": {}, + "id": "604", "links": { - "self": "/trips/HaverhillBallardvaleNorthStation-0-sample" + "self": "/stops/604" }, "relationships": { - "route": { - "data": { - "id": "Shuttle-HaverhillNorthStation", - "type": "route" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=604" } }, - "route_pattern": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "Shuttle-HaverhillNorthStation-0-0", - "type": "route_pattern" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "254", + "links": { + "self": "/stops/254" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=254" } }, - "service": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "canonical", - "type": "service" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "5895", + "links": { + "self": "/stops/5895" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=5895" } }, - "shape": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "NorthStationToHaverhillViaMalden-S", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "BNT-0000-B1", - "type": "stop" - }, - { - "id": "5072", - "type": "stop" - }, - { - "id": "WR-0062-B0", - "type": "stop" - }, - { - "id": "WR-0067-B0", - "type": "stop" - }, - { - "id": "WR-0075-B2", - "type": "stop" - }, - { - "id": "WR-0085-B0", - "type": "stop" - }, - { - "id": "WR-0099-B0", - "type": "stop" - }, - { - "id": "WR-0120-B", - "type": "stop" - }, - { - "id": "WR-0163-B0", - "type": "stop" - }, - { - "id": "WR-0205-B2", - "type": "stop" - }, - { - "id": "WR-0228-B0", - "type": "stop" - }, - { - "id": "WR-0264-B2", - "type": "stop" - }, - { - "id": "WR-0325-B", - "type": "stop" - }, - { - "id": "WR-0329-B", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "DB-2222-01", + "id": "FR-0098-B1", "links": { - "self": "/stops/DB-2222-01" + "self": "/stops/FR-0098-B1" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=DB-2222-01" + "related": "/facilities/?filter[stop]=FR-0098-B1" } }, "parent_station": { "data": { - "id": "place-DB-2222", + "id": "place-FR-0098", "type": "stop" } }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "7129", + "links": { + "self": "/stops/7129" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=7129" + } + }, + "parent_station": { + "data": null + }, "zone": { "data": { - "id": "CR-zone-1A", + "id": "LocalBus", "type": "zone" } } @@ -325748,14 +327197,14 @@ }, { "attributes": {}, - "id": "11772", + "id": "1211", "links": { - "self": "/stops/11772" + "self": "/stops/1211" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=11772" + "related": "/facilities/?filter[stop]=1211" } }, "parent_station": { @@ -325771,140 +327220,63 @@ "type": "stop" }, { - "attributes": { - "direction_id": 1, - "headsign": "Downtown via Navy Yard" - }, - "id": "61870931", + "attributes": {}, + "id": "5871", "links": { - "self": "/trips/61870931" + "self": "/stops/5871" }, "relationships": { - "route": { - "data": { - "id": "93", - "type": "route" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=5871" } }, - "route_pattern": { - "data": { - "id": "93-6-1", - "type": "route_pattern" - } + "parent_station": { + "data": null }, - "service": { + "zone": { "data": { - "id": "SpringWeekday", - "type": "service" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "3830", + "links": { + "self": "/stops/3830" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=3830" } }, - "shape": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "930181", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "29010", - "type": "stop" - }, - { - "id": "12821", - "type": "stop" - }, - { - "id": "2844", - "type": "stop" - }, - { - "id": "2845", - "type": "stop" - }, - { - "id": "2846", - "type": "stop" - }, - { - "id": "2847", - "type": "stop" - }, - { - "id": "2848", - "type": "stop" - }, - { - "id": "2849", - "type": "stop" - }, - { - "id": "2850", - "type": "stop" - }, - { - "id": "2851", - "type": "stop" - }, - { - "id": "12852", - "type": "stop" - }, - { - "id": "12853", - "type": "stop" - }, - { - "id": "12855", - "type": "stop" - }, - { - "id": "12856", - "type": "stop" - }, - { - "id": "12828", - "type": "stop" - }, - { - "id": "12829", - "type": "stop" - }, - { - "id": "2829", - "type": "stop" - }, - { - "id": "83091", - "type": "stop" - }, - { - "id": "204", - "type": "stop" - }, - { - "id": "65471", - "type": "stop" - }, - { - "id": "6548", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "78212", + "id": "4544", "links": { - "self": "/stops/78212" + "self": "/stops/4544" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=78212" + "related": "/facilities/?filter[stop]=4544" } }, "parent_station": { @@ -325921,14 +327293,14 @@ }, { "attributes": {}, - "id": "3375", + "id": "2487", "links": { - "self": "/stops/3375" + "self": "/stops/2487" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3375" + "related": "/facilities/?filter[stop]=2487" } }, "parent_station": { @@ -325945,14 +327317,14 @@ }, { "attributes": {}, - "id": "5890", + "id": "9164", "links": { - "self": "/stops/5890" + "self": "/stops/9164" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5890" + "related": "/facilities/?filter[stop]=9164" } }, "parent_station": { @@ -325967,16 +327339,97 @@ }, "type": "stop" }, + { + "attributes": { + "direction_id": 1, + "headsign": "South Station" + }, + "id": "SouthWKDYF24-697805-806", + "links": { + "self": "/trips/SouthWKDYF24-697805-806" + }, + "relationships": { + "route": { + "data": { + "id": "CR-Providence", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "CR-Providence-1b128040-1", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "FALL 2024-SOUTHWKD-Weekday-1-Scbbf1ea5", + "type": "service" + } + }, + "shape": { + "data": { + "id": "9890008", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "NEC-1659-03", + "type": "stop" + }, + { + "id": "NEC-1768-03", + "type": "stop" + }, + { + "id": "NEC-1851-03", + "type": "stop" + }, + { + "id": "NEC-1891-02", + "type": "stop" + }, + { + "id": "NEC-1969-04", + "type": "stop" + }, + { + "id": "NEC-2040-02", + "type": "stop" + }, + { + "id": "NEC-2108-02", + "type": "stop" + }, + { + "id": "NEC-2265-02", + "type": "stop" + }, + { + "id": "NEC-2276-02", + "type": "stop" + }, + { + "id": "NEC-2287", + "type": "stop" + } + ] + } + }, + "type": "trip" + }, { "attributes": {}, - "id": "140", + "id": "3677", "links": { - "self": "/stops/140" + "self": "/stops/3677" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=140" + "related": "/facilities/?filter[stop]=3677" } }, "parent_station": { @@ -325993,14 +327446,14 @@ }, { "attributes": {}, - "id": "5579", + "id": "4572", "links": { - "self": "/stops/5579" + "self": "/stops/4572" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5579" + "related": "/facilities/?filter[stop]=4572" } }, "parent_station": { @@ -326017,14 +327470,14 @@ }, { "attributes": {}, - "id": "91", + "id": "6467", "links": { - "self": "/stops/91" + "self": "/stops/6467" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=91" + "related": "/facilities/?filter[stop]=6467" } }, "parent_station": { @@ -326032,7 +327485,7 @@ }, "zone": { "data": { - "id": "ExpressBus-Downtown", + "id": "LocalBus", "type": "zone" } } @@ -326041,14 +327494,14 @@ }, { "attributes": {}, - "id": "5806", + "id": "5522", "links": { - "self": "/stops/5806" + "self": "/stops/5522" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5806" + "related": "/facilities/?filter[stop]=5522" } }, "parent_station": { @@ -326065,14 +327518,14 @@ }, { "attributes": {}, - "id": "7266", + "id": "77375", "links": { - "self": "/stops/7266" + "self": "/stops/77375" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7266" + "related": "/facilities/?filter[stop]=77375" } }, "parent_station": { @@ -326089,14 +327542,14 @@ }, { "attributes": {}, - "id": "1984", + "id": "6701", "links": { - "self": "/stops/1984" + "self": "/stops/6701" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1984" + "related": "/facilities/?filter[stop]=6701" } }, "parent_station": { @@ -326113,14 +327566,14 @@ }, { "attributes": {}, - "id": "45816", + "id": "3968", "links": { - "self": "/stops/45816" + "self": "/stops/3968" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=45816" + "related": "/facilities/?filter[stop]=3968" } }, "parent_station": { @@ -326135,24 +327588,41 @@ }, "type": "stop" }, + { + "attributes": { + "color": "FFC72C", + "long_name": "Reading Depot - Malden Center", + "short_name": "136/137", + "sort_order": 51360, + "text_color": "000000" + }, + "id": "line-136137", + "links": { + "self": "/lines/line-136137" + }, + "type": "line" + }, { "attributes": {}, - "id": "4922", + "id": "70070", "links": { - "self": "/stops/4922" + "self": "/stops/70070" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4922" + "related": "/facilities/?filter[stop]=70070" } }, "parent_station": { - "data": null + "data": { + "id": "place-cntsq", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -326162,97 +327632,81 @@ { "attributes": { "direction_id": 0, - "headsign": "Braintree" + "headsign": "Government Center via Union Square (Shuttle)" }, - "id": "63496570", + "id": "GreenEGovernmentCenterMedfordViaUnionSq-0-sample", "links": { - "self": "/trips/63496570" + "self": "/trips/GreenEGovernmentCenterMedfordViaUnionSq-0-sample" }, "relationships": { "route": { "data": { - "id": "Red", + "id": "Shuttle-GovernmentCenterMedfordViaUnionSq", "type": "route" } }, "route_pattern": { "data": { - "id": "Red-C-0", + "id": "Shuttle-GovernmentCenterMedfordViaUnionSq-0-0", "type": "route_pattern" } }, "service": { "data": { - "id": "RTL22024-hms24ah6-Saturday-01", + "id": "canonical", "type": "service" } }, "shape": { "data": { - "id": "13270002", + "id": "MedfordTuftsToGovernmentCenter-S", "type": "shape" } }, "stops": { "data": [ { - "id": "70067", - "type": "stop" - }, - { - "id": "70069", - "type": "stop" - }, - { - "id": "70071", - "type": "stop" - }, - { - "id": "70073", - "type": "stop" - }, - { - "id": "70075", + "id": "2379", "type": "stop" }, { - "id": "70077", + "id": "2697", "type": "stop" }, { - "id": "70079", + "id": "9070508", "type": "stop" }, { - "id": "70081", + "id": "2388", "type": "stop" }, { - "id": "70083", + "id": "2690", "type": "stop" }, { - "id": "70095", + "id": "9170503", "type": "stop" }, { - "id": "70097", + "id": "70500", "type": "stop" }, { - "id": "70099", + "id": "9070093", "type": "stop" }, { - "id": "70101", + "id": "9170206", "type": "stop" }, { - "id": "70103", + "id": "9170024", "type": "stop" }, { - "id": "70105", + "id": "4510", "type": "stop" } ] @@ -326262,38 +327716,14 @@ }, { "attributes": {}, - "id": "1257", - "links": { - "self": "/stops/1257" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=1257" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "4024", + "id": "6754", "links": { - "self": "/stops/4024" + "self": "/stops/6754" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4024" + "related": "/facilities/?filter[stop]=6754" } }, "parent_station": { @@ -326310,14 +327740,14 @@ }, { "attributes": {}, - "id": "2257", + "id": "8308", "links": { - "self": "/stops/2257" + "self": "/stops/8308" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2257" + "related": "/facilities/?filter[stop]=8308" } }, "parent_station": { @@ -326334,14 +327764,14 @@ }, { "attributes": {}, - "id": "5873", + "id": "7902", "links": { - "self": "/stops/5873" + "self": "/stops/7902" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5873" + "related": "/facilities/?filter[stop]=7902" } }, "parent_station": { @@ -326358,14 +327788,14 @@ }, { "attributes": {}, - "id": "3973", + "id": "14875", "links": { - "self": "/stops/3973" + "self": "/stops/14875" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3973" + "related": "/facilities/?filter[stop]=14875" } }, "parent_station": { @@ -326382,58 +327812,230 @@ }, { "attributes": { - "direction_id": 0, - "headsign": "Government Center via Maverick (Shuttle)" + "direction_id": 1, + "headsign": "Heath St" }, - "id": "AirportBowdoinLocal-0-sample", + "id": "67251433", "links": { - "self": "/trips/AirportBowdoinLocal-0-sample" + "self": "/trips/67251433" }, "relationships": { "route": { "data": { - "id": "Shuttle-AirportGovernmentCenterLocal", + "id": "14", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-AirportGovernmentCenterLocal-0-0", + "id": "14-_-1", "type": "route_pattern" } }, "service": { "data": { - "id": "canonical", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "AirportToGovernmentCenterLocal-S", + "id": "140141", "type": "shape" } }, "stops": { "data": [ { - "id": "9070047", + "id": "797", + "type": "stop" + }, + { + "id": "795", + "type": "stop" + }, + { + "id": "6428", + "type": "stop" + }, + { + "id": "6430", + "type": "stop" + }, + { + "id": "6431", + "type": "stop" + }, + { + "id": "6432", + "type": "stop" + }, + { + "id": "6433", + "type": "stop" + }, + { + "id": "6496", + "type": "stop" + }, + { + "id": "6498", + "type": "stop" + }, + { + "id": "6500", + "type": "stop" + }, + { + "id": "16500", + "type": "stop" + }, + { + "id": "26500", + "type": "stop" + }, + { + "id": "36500", + "type": "stop" + }, + { + "id": "56500", + "type": "stop" + }, + { + "id": "96500", + "type": "stop" + }, + { + "id": "66500", + "type": "stop" + }, + { + "id": "76500", + "type": "stop" + }, + { + "id": "86500", "type": "stop" }, { - "id": "9070045", + "id": "381", "type": "stop" }, { - "id": "9170043", + "id": "382", "type": "stop" }, { - "id": "65", + "id": "383", "type": "stop" }, { - "id": "9070039", + "id": "384", + "type": "stop" + }, + { + "id": "385", + "type": "stop" + }, + { + "id": "386", + "type": "stop" + }, + { + "id": "387", + "type": "stop" + }, + { + "id": "388", + "type": "stop" + }, + { + "id": "390", + "type": "stop" + }, + { + "id": "392", + "type": "stop" + }, + { + "id": "393", + "type": "stop" + }, + { + "id": "394", + "type": "stop" + }, + { + "id": "395", + "type": "stop" + }, + { + "id": "396", + "type": "stop" + }, + { + "id": "21151", + "type": "stop" + }, + { + "id": "64000", + "type": "stop" + }, + { + "id": "1148", + "type": "stop" + }, + { + "id": "1149", + "type": "stop" + }, + { + "id": "1150", + "type": "stop" + }, + { + "id": "1151", + "type": "stop" + }, + { + "id": "1152", + "type": "stop" + }, + { + "id": "1153", + "type": "stop" + }, + { + "id": "11531", + "type": "stop" + }, + { + "id": "1154", + "type": "stop" + }, + { + "id": "1755", + "type": "stop" + }, + { + "id": "1756", + "type": "stop" + }, + { + "id": "1757", + "type": "stop" + }, + { + "id": "1758", + "type": "stop" + }, + { + "id": "1760", + "type": "stop" + }, + { + "id": "1761", "type": "stop" } ] @@ -326443,14 +328045,14 @@ }, { "attributes": {}, - "id": "2070", + "id": "86939", "links": { - "self": "/stops/2070" + "self": "/stops/86939" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2070" + "related": "/facilities/?filter[stop]=86939" } }, "parent_station": { @@ -326467,14 +328069,14 @@ }, { "attributes": {}, - "id": "268", + "id": "8481", "links": { - "self": "/stops/268" + "self": "/stops/8481" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=268" + "related": "/facilities/?filter[stop]=8481" } }, "parent_station": { @@ -326491,22 +328093,25 @@ }, { "attributes": {}, - "id": "5921", + "id": "WML-0135-01", "links": { - "self": "/stops/5921" + "self": "/stops/WML-0135-01" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5921" + "related": "/facilities/?filter[stop]=WML-0135-01" } }, "parent_station": { - "data": null + "data": { + "id": "place-WML-0135", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "CR-zone-3", "type": "zone" } } @@ -326515,14 +328120,14 @@ }, { "attributes": {}, - "id": "5871", + "id": "7908", "links": { - "self": "/stops/5871" + "self": "/stops/7908" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5871" + "related": "/facilities/?filter[stop]=7908" } }, "parent_station": { @@ -326539,22 +328144,25 @@ }, { "attributes": {}, - "id": "78632", + "id": "70099", "links": { - "self": "/stops/78632" + "self": "/stops/70099" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=78632" + "related": "/facilities/?filter[stop]=70099" } }, "parent_station": { - "data": null + "data": { + "id": "place-wlsta", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -326563,14 +328171,14 @@ }, { "attributes": {}, - "id": "2145", + "id": "5547", "links": { - "self": "/stops/2145" + "self": "/stops/5547" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2145" + "related": "/facilities/?filter[stop]=5547" } }, "parent_station": { @@ -326587,25 +328195,22 @@ }, { "attributes": {}, - "id": "NEC-2173-01", + "id": "109841", "links": { - "self": "/stops/NEC-2173-01" + "self": "/stops/109841" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=NEC-2173-01" + "related": "/facilities/?filter[stop]=109841" } }, "parent_station": { - "data": { - "id": "place-NEC-2173", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "CR-zone-2", + "id": "LocalBus", "type": "zone" } } @@ -326614,45 +328219,28 @@ }, { "attributes": { - "color": "80276C", - "direction_destinations": [ - "Needham Heights", - "South Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Needham Line", + "color": "003DA5", + "long_name": "Blue Line", "short_name": "", - "sort_order": 20010, - "text_color": "FFFFFF", - "type": 2 + "sort_order": 10040, + "text_color": "FFFFFF" }, - "id": "CR-Needham", + "id": "line-Blue", "links": { - "self": "/routes/CR-Needham" - }, - "relationships": { - "line": { - "data": { - "id": "line-Needham", - "type": "line" - } - } + "self": "/lines/line-Blue" }, - "type": "route" + "type": "line" }, { "attributes": {}, - "id": "7169", + "id": "5665", "links": { - "self": "/stops/7169" + "self": "/stops/5665" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7169" + "related": "/facilities/?filter[stop]=5665" } }, "parent_station": { @@ -326669,14 +328257,14 @@ }, { "attributes": {}, - "id": "501", + "id": "3047", "links": { - "self": "/stops/501" + "self": "/stops/3047" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=501" + "related": "/facilities/?filter[stop]=3047" } }, "parent_station": { @@ -326693,14 +328281,14 @@ }, { "attributes": {}, - "id": "76495", + "id": "8439", "links": { - "self": "/stops/76495" + "self": "/stops/8439" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=76495" + "related": "/facilities/?filter[stop]=8439" } }, "parent_station": { @@ -326717,25 +328305,22 @@ }, { "attributes": {}, - "id": "70039", + "id": "7201", "links": { - "self": "/stops/70039" + "self": "/stops/7201" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70039" + "related": "/facilities/?filter[stop]=7201" } }, "parent_station": { - "data": { - "id": "place-gover", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } @@ -326744,14 +328329,14 @@ }, { "attributes": {}, - "id": "9190", + "id": "3206", "links": { - "self": "/stops/9190" + "self": "/stops/3206" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9190" + "related": "/facilities/?filter[stop]=3206" } }, "parent_station": { @@ -326768,14 +328353,14 @@ }, { "attributes": {}, - "id": "2143", + "id": "325", "links": { - "self": "/stops/2143" + "self": "/stops/325" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2143" + "related": "/facilities/?filter[stop]=325" } }, "parent_station": { @@ -326792,118 +328377,110 @@ }, { "attributes": { - "direction_id": 0, - "headsign": "Central Square" + "direction_id": 1, + "headsign": "South Station" }, - "id": "62216363", + "id": "SouthWKDYF24-697770-728", "links": { - "self": "/trips/62216363" + "self": "/trips/SouthWKDYF24-697770-728" }, "relationships": { "route": { "data": { - "id": "426", + "id": "CR-Franklin", "type": "route" } }, "route_pattern": { "data": { - "id": "426-2-0", + "id": "CR-Franklin-541f8dad-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "FALL 2024-SOUTHWKD-Weekday-1-S85407dc6", "type": "service" } }, "shape": { "data": { - "id": "4260272", + "id": "9880002", "type": "shape" } }, "stops": { "data": [ { - "id": "56732", - "type": "stop" - }, - { - "id": "6747", - "type": "stop" - }, - { - "id": "7446", + "id": "FB-0275-S", "type": "stop" }, { - "id": "7447", + "id": "FB-0230-S", "type": "stop" }, { - "id": "7448", + "id": "FB-0191-S", "type": "stop" }, { - "id": "7449", + "id": "FB-0166-S", "type": "stop" }, { - "id": "17449", + "id": "FB-0148-02", "type": "stop" }, { - "id": "7450", + "id": "FB-0143-02", "type": "stop" }, { - "id": "7451", + "id": "FB-0125-02", "type": "stop" }, { - "id": "7452", + "id": "FB-0118-02", "type": "stop" }, { - "id": "4521", + "id": "FB-0109-02", "type": "stop" }, { - "id": "4522", + "id": "FB-0095-04", "type": "stop" }, { - "id": "4523", + "id": "DB-2205-02", "type": "stop" }, { - "id": "4524", + "id": "DB-2222-02", "type": "stop" }, { - "id": "4525", + "id": "DB-2230-02", "type": "stop" }, { - "id": "6822", + "id": "DB-2240-02", "type": "stop" }, { - "id": "6824", + "id": "DB-2249-02", "type": "stop" }, { - "id": "6827", + "id": "DB-2258-02", "type": "stop" }, { - "id": "6773", + "id": "DB-2265-02", "type": "stop" }, { - "id": "14748", + "id": "NEC-2287", "type": "stop" } ] @@ -326913,14 +328490,14 @@ }, { "attributes": {}, - "id": "475", + "id": "8554", "links": { - "self": "/stops/475" + "self": "/stops/8554" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=475" + "related": "/facilities/?filter[stop]=8554" } }, "parent_station": { @@ -326937,14 +328514,14 @@ }, { "attributes": {}, - "id": "17102", + "id": "6126", "links": { - "self": "/stops/17102" + "self": "/stops/6126" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=17102" + "related": "/facilities/?filter[stop]=6126" } }, "parent_station": { @@ -326961,25 +328538,22 @@ }, { "attributes": {}, - "id": "70093", + "id": "3633", "links": { - "self": "/stops/70093" + "self": "/stops/3633" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70093" + "related": "/facilities/?filter[stop]=3633" } }, "parent_station": { - "data": { - "id": "place-asmnl", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } @@ -326988,14 +328562,14 @@ }, { "attributes": {}, - "id": "3520", + "id": "4752", "links": { - "self": "/stops/3520" + "self": "/stops/4752" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3520" + "related": "/facilities/?filter[stop]=4752" } }, "parent_station": { @@ -327012,14 +328586,14 @@ }, { "attributes": {}, - "id": "1379", + "id": "994", "links": { - "self": "/stops/1379" + "self": "/stops/994" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1379" + "related": "/facilities/?filter[stop]=994" } }, "parent_station": { @@ -327036,14 +328610,14 @@ }, { "attributes": {}, - "id": "6603", + "id": "8596", "links": { - "self": "/stops/6603" + "self": "/stops/8596" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6603" + "related": "/facilities/?filter[stop]=8596" } }, "parent_station": { @@ -327060,14 +328634,14 @@ }, { "attributes": {}, - "id": "3674", + "id": "8447", "links": { - "self": "/stops/3674" + "self": "/stops/8447" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3674" + "related": "/facilities/?filter[stop]=8447" } }, "parent_station": { @@ -327084,25 +328658,22 @@ }, { "attributes": {}, - "id": "74631", + "id": "1579", "links": { - "self": "/stops/74631" + "self": "/stops/1579" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=74631" + "related": "/facilities/?filter[stop]=1579" } }, "parent_station": { - "data": { - "id": "place-chels", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "SLWaterfrontNonLogan", + "id": "LocalBus", "type": "zone" } } @@ -327111,62 +328682,87 @@ }, { "attributes": {}, - "id": "FR-0064-B1", + "id": "2436", "links": { - "self": "/stops/FR-0064-B1" + "self": "/stops/2436" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=FR-0064-B1" + "related": "/facilities/?filter[stop]=2436" } }, "parent_station": { - "data": { - "id": "place-FR-0064", - "type": "stop" - } + "data": null }, "zone": { - "data": null + "data": { + "id": "LocalBus", + "type": "zone" + } } }, "type": "stop" }, { - "attributes": {}, - "id": "1068", + "attributes": { + "direction_id": 1, + "headsign": "Attleboro (Express shuttle)" + }, + "id": "AttleboroProvidenceExpress-1-sample", "links": { - "self": "/stops/1068" + "self": "/trips/AttleboroProvidenceExpress-1-sample" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=1068" + "route": { + "data": { + "id": "Shuttle-AttleboroProvidenceExpress", + "type": "route" } }, - "parent_station": { - "data": null + "route_pattern": { + "data": { + "id": "Shuttle-AttleboroProvidenceExpress-0-1", + "type": "route_pattern" + } }, - "zone": { + "service": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "canonical", + "type": "service" + } + }, + "shape": { + "data": { + "id": "ProvidenceToAttleboroExpress-S", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "NEC-1851-B0", + "type": "stop" + }, + { + "id": "NEC-1969-B", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "2829", + "id": "49924", "links": { - "self": "/stops/2829" + "self": "/stops/49924" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2829" + "related": "/facilities/?filter[stop]=49924" } }, "parent_station": { @@ -327174,23 +328770,60 @@ }, "zone": { "data": { - "id": "ExpressBus-Downtown", + "id": "LocalBus", "type": "zone" } } }, "type": "stop" }, + { + "attributes": { + "color": "ED8B00", + "direction_destinations": [ + "Forest Hills", + "Oak Grove" + ], + "direction_names": [ + "South", + "North" + ], + "long_name": "Orange Line", + "short_name": "", + "sort_order": 10020, + "text_color": "FFFFFF", + "type": 1 + }, + "id": "Orange", + "links": { + "self": "/routes/Orange" + }, + "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, + "line": { + "data": { + "id": "line-Orange", + "type": "line" + } + } + }, + "type": "route" + }, { "attributes": {}, - "id": "639", + "id": "9056", "links": { - "self": "/stops/639" + "self": "/stops/9056" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=639" + "related": "/facilities/?filter[stop]=9056" } }, "parent_station": { @@ -327207,38 +328840,41 @@ }, { "attributes": {}, - "id": "BNT-0000-B1", + "id": "70053", "links": { - "self": "/stops/BNT-0000-B1" + "self": "/stops/70053" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=BNT-0000-B1" + "related": "/facilities/?filter[stop]=70053" } }, "parent_station": { "data": { - "id": "place-north", + "id": "place-sdmnl", "type": "stop" } }, "zone": { - "data": null + "data": { + "id": "RapidTransit", + "type": "zone" + } } }, "type": "stop" }, { "attributes": {}, - "id": "4811", + "id": "16360", "links": { - "self": "/stops/4811" + "self": "/stops/16360" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4811" + "related": "/facilities/?filter[stop]=16360" } }, "parent_station": { @@ -327254,68 +328890,39 @@ "type": "stop" }, { - "attributes": { - "direction_id": 0, - "headsign": "Wellington (Shuttle)" - }, - "id": "OakGroveWellington-0-sample", + "attributes": {}, + "id": "286", "links": { - "self": "/trips/OakGroveWellington-0-sample" + "self": "/stops/286" }, "relationships": { - "route": { - "data": { - "id": "Shuttle-OakGroveWellington", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Shuttle-OakGroveWellington-0-0", - "type": "route_pattern" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=286" } }, - "service": { - "data": { - "id": "canonical", - "type": "service" - } + "parent_station": { + "data": null }, - "shape": { + "zone": { "data": { - "id": "OakGroveToWellington-S", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "9328", - "type": "stop" - }, - { - "id": "53270", - "type": "stop" - }, - { - "id": "5271", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "7338", + "id": "4240", "links": { - "self": "/stops/7338" + "self": "/stops/4240" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7338" + "related": "/facilities/?filter[stop]=4240" } }, "parent_station": { @@ -327332,14 +328939,14 @@ }, { "attributes": {}, - "id": "550", + "id": "2847", "links": { - "self": "/stops/550" + "self": "/stops/2847" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=550" + "related": "/facilities/?filter[stop]=2847" } }, "parent_station": { @@ -327356,14 +328963,14 @@ }, { "attributes": {}, - "id": "17316", + "id": "3713", "links": { - "self": "/stops/17316" + "self": "/stops/3713" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=17316" + "related": "/facilities/?filter[stop]=3713" } }, "parent_station": { @@ -327380,22 +328987,25 @@ }, { "attributes": {}, - "id": "2218", + "id": "WML-0147-01", "links": { - "self": "/stops/2218" + "self": "/stops/WML-0147-01" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2218" + "related": "/facilities/?filter[stop]=WML-0147-01" } }, "parent_station": { - "data": null + "data": { + "id": "place-WML-0147", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "CR-zone-3", "type": "zone" } } @@ -327404,14 +329014,14 @@ }, { "attributes": {}, - "id": "1593", + "id": "7804", "links": { - "self": "/stops/1593" + "self": "/stops/7804" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1593" + "related": "/facilities/?filter[stop]=7804" } }, "parent_station": { @@ -327428,14 +329038,14 @@ }, { "attributes": {}, - "id": "1255", + "id": "1717", "links": { - "self": "/stops/1255" + "self": "/stops/1717" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1255" + "related": "/facilities/?filter[stop]=1717" } }, "parent_station": { @@ -327452,14 +329062,14 @@ }, { "attributes": {}, - "id": "5335", + "id": "1187", "links": { - "self": "/stops/5335" + "self": "/stops/1187" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5335" + "related": "/facilities/?filter[stop]=1187" } }, "parent_station": { @@ -327476,14 +329086,14 @@ }, { "attributes": {}, - "id": "76734", + "id": "3605", "links": { - "self": "/stops/76734" + "self": "/stops/3605" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=76734" + "related": "/facilities/?filter[stop]=3605" } }, "parent_station": { @@ -327500,14 +329110,14 @@ }, { "attributes": {}, - "id": "76592", + "id": "163", "links": { - "self": "/stops/76592" + "self": "/stops/163" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=76592" + "related": "/facilities/?filter[stop]=163" } }, "parent_station": { @@ -327524,14 +329134,14 @@ }, { "attributes": {}, - "id": "7710", + "id": "1155", "links": { - "self": "/stops/7710" + "self": "/stops/1155" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7710" + "related": "/facilities/?filter[stop]=1155" } }, "parent_station": { @@ -327548,134 +329158,70 @@ }, { "attributes": { - "direction_id": 0, - "headsign": "Watertown Yard via Union Square Allston" + "direction_id": 1, + "headsign": "Orient Heights" }, - "id": "61392310_2", + "id": "67270930", "links": { - "self": "/trips/61392310_2" + "self": "/trips/67270930" }, "relationships": { "route": { "data": { - "id": "66", + "id": "Blue", "type": "route" } }, "route_pattern": { "data": { - "id": "66-B-0", + "id": "Blue-8-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "RTL12025-hmb15011-Weekday-01", "type": "service" } }, "shape": { "data": { - "id": "660267-2", + "id": "948_0006", "type": "shape" } }, "stops": { "data": [ { - "id": "64000", - "type": "stop" - }, - { - "id": "1148", - "type": "stop" - }, - { - "id": "11149", - "type": "stop" - }, - { - "id": "11148", - "type": "stop" - }, - { - "id": "21148", - "type": "stop" - }, - { - "id": "1357", - "type": "stop" - }, - { - "id": "13590", - "type": "stop" - }, - { - "id": "1360", - "type": "stop" - }, - { - "id": "1362", - "type": "stop" - }, - { - "id": "1363", - "type": "stop" - }, - { - "id": "1365", - "type": "stop" - }, - { - "id": "1366", - "type": "stop" - }, - { - "id": "1526", - "type": "stop" - }, - { - "id": "1367", - "type": "stop" - }, - { - "id": "1369", - "type": "stop" - }, - { - "id": "1371", - "type": "stop" - }, - { - "id": "1372", + "id": "70038", "type": "stop" }, { - "id": "1373", + "id": "70040", "type": "stop" }, { - "id": "1375", + "id": "70042", "type": "stop" }, { - "id": "1376", + "id": "70044", "type": "stop" }, { - "id": "1378", + "id": "70046", "type": "stop" }, { - "id": "1379", + "id": "70048", "type": "stop" }, { - "id": "964", + "id": "70050", "type": "stop" }, { - "id": "966", + "id": "70052", "type": "stop" } ] @@ -327683,16 +329229,53 @@ }, "type": "trip" }, + { + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "North Station", + "Oak Grove" + ], + "direction_names": [ + "South", + "North" + ], + "long_name": "Oak Grove - North Station (Local)", + "short_name": "Orange Line Shuttle", + "sort_order": 62162, + "text_color": "000000", + "type": 3 + }, + "id": "Shuttle-NStaOakGroveLocal", + "links": { + "self": "/routes/Shuttle-NStaOakGroveLocal" + }, + "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, + "line": { + "data": { + "id": "line-Orange", + "type": "line" + } + } + }, + "type": "route" + }, { "attributes": {}, - "id": "7213", + "id": "1730", "links": { - "self": "/stops/7213" + "self": "/stops/1730" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7213" + "related": "/facilities/?filter[stop]=1730" } }, "parent_station": { @@ -327709,14 +329292,14 @@ }, { "attributes": {}, - "id": "772", + "id": "2600", "links": { - "self": "/stops/772" + "self": "/stops/2600" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=772" + "related": "/facilities/?filter[stop]=2600" } }, "parent_station": { @@ -327733,14 +329316,14 @@ }, { "attributes": {}, - "id": "6783", + "id": "1566", "links": { - "self": "/stops/6783" + "self": "/stops/1566" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6783" + "related": "/facilities/?filter[stop]=1566" } }, "parent_station": { @@ -327757,14 +329340,14 @@ }, { "attributes": {}, - "id": "45811", + "id": "37618", "links": { - "self": "/stops/45811" + "self": "/stops/37618" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=45811" + "related": "/facilities/?filter[stop]=37618" } }, "parent_station": { @@ -327780,46 +329363,39 @@ "type": "stop" }, { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Medford Square", - "Harvard Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Medford Square - Harvard Station", - "short_name": "96", - "sort_order": 50960, - "text_color": "000000", - "type": 3 - }, - "id": "96", + "attributes": {}, + "id": "DB-2258-B1", "links": { - "self": "/routes/96" + "self": "/stops/DB-2258-B1" }, "relationships": { - "line": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=DB-2258-B1" + } + }, + "parent_station": { "data": { - "id": "line-96", - "type": "line" + "id": "place-DB-2258", + "type": "stop" } + }, + "zone": { + "data": null } }, - "type": "route" + "type": "stop" }, { "attributes": {}, - "id": "8647", + "id": "2748", "links": { - "self": "/stops/8647" + "self": "/stops/2748" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8647" + "related": "/facilities/?filter[stop]=2748" } }, "parent_station": { @@ -327836,14 +329412,14 @@ }, { "attributes": {}, - "id": "3417", + "id": "2555", "links": { - "self": "/stops/3417" + "self": "/stops/2555" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3417" + "related": "/facilities/?filter[stop]=2555" } }, "parent_station": { @@ -327859,39 +329435,52 @@ "type": "stop" }, { - "attributes": {}, - "id": "1683", + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Davis Station", + "Assembly Row" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Davis Station - Assembly Row", + "short_name": "90", + "sort_order": 50900, + "text_color": "000000", + "type": 3 + }, + "id": "90", "links": { - "self": "/stops/1683" + "self": "/routes/90" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=1683" + "agency": { + "data": { + "id": "1", + "type": "agency" } }, - "parent_station": { - "data": null - }, - "zone": { + "line": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "line-90", + "type": "line" } } }, - "type": "stop" + "type": "route" }, { "attributes": {}, - "id": "6612", + "id": "2792", "links": { - "self": "/stops/6612" + "self": "/stops/2792" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6612" + "related": "/facilities/?filter[stop]=2792" } }, "parent_station": { @@ -327908,14 +329497,14 @@ }, { "attributes": {}, - "id": "12614", + "id": "39688", "links": { - "self": "/stops/12614" + "self": "/stops/39688" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=12614" + "related": "/facilities/?filter[stop]=39688" } }, "parent_station": { @@ -327932,14 +329521,14 @@ }, { "attributes": {}, - "id": "5578", + "id": "6324", "links": { - "self": "/stops/5578" + "self": "/stops/6324" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5578" + "related": "/facilities/?filter[stop]=6324" } }, "parent_station": { @@ -327956,72 +329545,41 @@ }, { "attributes": {}, - "id": "NEC-1919-02", + "id": "5072", "links": { - "self": "/stops/NEC-1919-02" + "self": "/stops/5072" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=NEC-1919-02" + "related": "/facilities/?filter[stop]=5072" } }, "parent_station": { "data": { - "id": "place-NEC-1919", + "id": "place-mlmnl", "type": "stop" } }, "zone": { "data": { - "id": "CR-zone-7", + "id": "LocalBus", "type": "zone" } } }, "type": "stop" }, - { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Haverhill", - "North Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Haverhill - Malden Center", - "short_name": "Haverhill Line Shuttle", - "sort_order": 61970, - "text_color": "000000", - "type": 3 - }, - "id": "Shuttle-HaverhillMaldenCenter", - "links": { - "self": "/routes/Shuttle-HaverhillMaldenCenter" - }, - "relationships": { - "line": { - "data": { - "id": "line-Haverhill", - "type": "line" - } - } - }, - "type": "route" - }, { "attributes": {}, - "id": "7226", + "id": "2849", "links": { - "self": "/stops/7226" + "self": "/stops/2849" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7226" + "related": "/facilities/?filter[stop]=2849" } }, "parent_station": { @@ -328038,14 +329596,14 @@ }, { "attributes": {}, - "id": "11839", + "id": "405", "links": { - "self": "/stops/11839" + "self": "/stops/405" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=11839" + "related": "/facilities/?filter[stop]=405" } }, "parent_station": { @@ -328062,14 +329620,14 @@ }, { "attributes": {}, - "id": "75618", + "id": "2144", "links": { - "self": "/stops/75618" + "self": "/stops/2144" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=75618" + "related": "/facilities/?filter[stop]=2144" } }, "parent_station": { @@ -328085,46 +329643,39 @@ "type": "stop" }, { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Wonderland Station", - "Wellington Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Wonderland Station - Wellington Station", - "short_name": "110", - "sort_order": 51100, - "text_color": "000000", - "type": 3 - }, - "id": "110", + "attributes": {}, + "id": "3826", "links": { - "self": "/routes/110" + "self": "/stops/3826" }, "relationships": { - "line": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=3826" + } + }, + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "line-110", - "type": "line" + "id": "LocalBus", + "type": "zone" } } }, - "type": "route" + "type": "stop" }, { "attributes": {}, - "id": "77152", + "id": "12512", "links": { - "self": "/stops/77152" + "self": "/stops/12512" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=77152" + "related": "/facilities/?filter[stop]=12512" } }, "parent_station": { @@ -328140,39 +329691,124 @@ "type": "stop" }, { - "attributes": {}, - "id": "GB-0229-B0", + "attributes": { + "direction_id": 0, + "headsign": "Elm St" + }, + "id": "66959845", "links": { - "self": "/stops/GB-0229-B0" + "self": "/trips/66959845" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=GB-0229-B0" + "route": { + "data": { + "id": "100", + "type": "route" } }, - "parent_station": { + "route_pattern": { "data": { - "id": "place-GB-0229", - "type": "stop" + "id": "100-3-0", + "type": "route_pattern" } }, - "zone": { - "data": null + "service": { + "data": { + "id": "WinterWeekday", + "type": "service" + } + }, + "shape": { + "data": { + "id": "1000168", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "52711", + "type": "stop" + }, + { + "id": "9318", + "type": "stop" + }, + { + "id": "9319", + "type": "stop" + }, + { + "id": "9045", + "type": "stop" + }, + { + "id": "5215", + "type": "stop" + }, + { + "id": "5274", + "type": "stop" + }, + { + "id": "5275", + "type": "stop" + }, + { + "id": "5276", + "type": "stop" + }, + { + "id": "5277", + "type": "stop" + }, + { + "id": "5279", + "type": "stop" + }, + { + "id": "8311", + "type": "stop" + }, + { + "id": "83111", + "type": "stop" + }, + { + "id": "8313", + "type": "stop" + }, + { + "id": "8314", + "type": "stop" + }, + { + "id": "8315", + "type": "stop" + }, + { + "id": "8317", + "type": "stop" + }, + { + "id": "8301", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "31256", + "id": "3687", "links": { - "self": "/stops/31256" + "self": "/stops/3687" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=31256" + "related": "/facilities/?filter[stop]=3687" } }, "parent_station": { @@ -328190,257 +329826,286 @@ { "attributes": { "direction_id": 1, - "headsign": "Quincy Center" + "headsign": "Forest Hills" }, - "id": "61929039", + "id": "67250520", "links": { - "self": "/trips/61929039" + "self": "/trips/67250520" }, "relationships": { "route": { "data": { - "id": "222", + "id": "50", "type": "route" } }, "route_pattern": { "data": { - "id": "222-9-1", + "id": "50-_-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "2220112", + "id": "500068", "type": "shape" } }, "stops": { "data": [ { - "id": "13844", - "type": "stop" - }, - { - "id": "13845", - "type": "stop" - }, - { - "id": "13846", - "type": "stop" - }, - { - "id": "13848", - "type": "stop" - }, - { - "id": "13849", - "type": "stop" - }, - { - "id": "13850", - "type": "stop" - }, - { - "id": "13685", - "type": "stop" - }, - { - "id": "3685", - "type": "stop" - }, - { - "id": "3686", - "type": "stop" - }, - { - "id": "3687", + "id": "36466", "type": "stop" }, { - "id": "3688", + "id": "6466", "type": "stop" }, { - "id": "3689", + "id": "6467", "type": "stop" }, { - "id": "3690", + "id": "2787", "type": "stop" }, { - "id": "3691", + "id": "2788", "type": "stop" }, { - "id": "3692", + "id": "12789", "type": "stop" }, { - "id": "3693", + "id": "2789", "type": "stop" }, { - "id": "3694", + "id": "2790", "type": "stop" }, { - "id": "3695", + "id": "2791", "type": "stop" }, { - "id": "3696", + "id": "2792", "type": "stop" }, { - "id": "36961", + "id": "2793", "type": "stop" }, { - "id": "3697", + "id": "2794", "type": "stop" }, { - "id": "3698", + "id": "2795", "type": "stop" }, { - "id": "3699", + "id": "2796", "type": "stop" }, { - "id": "3700", + "id": "2797", "type": "stop" }, { - "id": "3701", + "id": "2798", "type": "stop" }, { - "id": "3702", + "id": "2800", "type": "stop" }, { - "id": "3703", + "id": "10633", "type": "stop" }, { - "id": "3705", + "id": "634", "type": "stop" }, { - "id": "3706", + "id": "635", "type": "stop" }, { - "id": "3707", + "id": "636", "type": "stop" }, { - "id": "3708", + "id": "637", "type": "stop" }, { - "id": "3616", + "id": "638", "type": "stop" }, { - "id": "3617", + "id": "639", "type": "stop" }, { - "id": "3618", + "id": "640", "type": "stop" }, { - "id": "3619", + "id": "641", "type": "stop" }, { - "id": "3620", + "id": "642", "type": "stop" }, { - "id": "3621", + "id": "10642", "type": "stop" - }, + } + ] + } + }, + "type": "trip" + }, + { + "attributes": {}, + "id": "7633", + "links": { + "self": "/stops/7633" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=7633" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": { + "direction_id": 1, + "headsign": "South Station" + }, + "id": "BaseWML-697671-500", + "links": { + "self": "/trips/BaseWML-697671-500" + }, + "relationships": { + "route": { + "data": { + "id": "CR-Worcester", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "CR-Worcester-647db84d-1", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "FALL 2024-SOUTHWKD-Weekday-42-Sb0e4ed14", + "type": "service" + } + }, + "shape": { + "data": { + "id": "9850001", + "type": "shape" + } + }, + "stops": { + "data": [ { - "id": "3622", + "id": "WML-0442-CS", "type": "stop" }, { - "id": "3623", + "id": "WML-0364-02", "type": "stop" }, { - "id": "3624", + "id": "WML-0340-02", "type": "stop" }, { - "id": "3626", + "id": "WML-0274-02", "type": "stop" }, { - "id": "3627", + "id": "WML-0252-02", "type": "stop" }, { - "id": "3629", + "id": "WML-0214-02", "type": "stop" }, { - "id": "3630", + "id": "WML-0199-02", "type": "stop" }, { - "id": "3631", + "id": "WML-0177-02", "type": "stop" }, { - "id": "3632", + "id": "WML-0147-02", "type": "stop" }, { - "id": "3633", + "id": "WML-0135-02", "type": "stop" }, { - "id": "3634", + "id": "WML-0125-02", "type": "stop" }, { - "id": "3635", + "id": "WML-0102-02", "type": "stop" }, { - "id": "3636", + "id": "WML-0091-02", "type": "stop" }, { - "id": "3638", + "id": "WML-0081-02", "type": "stop" }, { - "id": "3639", + "id": "WML-0035-02", "type": "stop" }, { - "id": "3640", + "id": "WML-0025-05", "type": "stop" }, { - "id": "3038", + "id": "WML-0012-05", "type": "stop" }, { - "id": "32004", + "id": "NEC-2287", "type": "stop" } ] @@ -328450,14 +330115,14 @@ }, { "attributes": {}, - "id": "5306", + "id": "786", "links": { - "self": "/stops/5306" + "self": "/stops/786" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5306" + "related": "/facilities/?filter[stop]=786" } }, "parent_station": { @@ -328474,14 +330139,14 @@ }, { "attributes": {}, - "id": "29253", + "id": "3580", "links": { - "self": "/stops/29253" + "self": "/stops/3580" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=29253" + "related": "/facilities/?filter[stop]=3580" } }, "parent_station": { @@ -328498,14 +330163,14 @@ }, { "attributes": {}, - "id": "1273", + "id": "19618", "links": { - "self": "/stops/1273" + "self": "/stops/19618" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1273" + "related": "/facilities/?filter[stop]=19618" } }, "parent_station": { @@ -328522,41 +330187,14 @@ }, { "attributes": {}, - "id": "FB-0275-S", - "links": { - "self": "/stops/FB-0275-S" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=FB-0275-S" - } - }, - "parent_station": { - "data": { - "id": "place-FB-0275", - "type": "stop" - } - }, - "zone": { - "data": { - "id": "CR-zone-6", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "61867", + "id": "14831", "links": { - "self": "/stops/61867" + "self": "/stops/14831" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=61867" + "related": "/facilities/?filter[stop]=14831" } }, "parent_station": { @@ -328573,18 +330211,21 @@ }, { "attributes": {}, - "id": "5331", + "id": "53270", "links": { - "self": "/stops/5331" + "self": "/stops/53270" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5331" + "related": "/facilities/?filter[stop]=53270" } }, "parent_station": { - "data": null + "data": { + "id": "place-mlmnl", + "type": "stop" + } }, "zone": { "data": { @@ -328599,27 +330240,33 @@ "attributes": { "color": "FFC72C", "direction_destinations": [ - "Jackson Square Station", - "Ruggles Station" + "River Street & Milton Street", + "Mattapan Station" ], "direction_names": [ "Outbound", "Inbound" ], - "long_name": "Jackson Square Station - Ruggles Station", - "short_name": "44", - "sort_order": 50440, + "long_name": "River Street & Milton Street - Mattapan Station", + "short_name": "33", + "sort_order": 50330, "text_color": "000000", "type": 3 }, - "id": "44", + "id": "33", "links": { - "self": "/routes/44" + "self": "/routes/33" }, "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, "line": { "data": { - "id": "line-44", + "id": "line-242733", "type": "line" } } @@ -328628,14 +330275,14 @@ }, { "attributes": {}, - "id": "9226", + "id": "131", "links": { - "self": "/stops/9226" + "self": "/stops/131" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9226" + "related": "/facilities/?filter[stop]=131" } }, "parent_station": { @@ -328652,14 +330299,14 @@ }, { "attributes": {}, - "id": "160", + "id": "65541", "links": { - "self": "/stops/160" + "self": "/stops/65541" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=160" + "related": "/facilities/?filter[stop]=65541" } }, "parent_station": { @@ -328676,41 +330323,38 @@ }, { "attributes": {}, - "id": "WML-0199-02", + "id": "WML-0147-B1", "links": { - "self": "/stops/WML-0199-02" + "self": "/stops/WML-0147-B1" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=WML-0199-02" + "related": "/facilities/?filter[stop]=WML-0147-B1" } }, "parent_station": { "data": { - "id": "place-WML-0199", + "id": "place-WML-0147", "type": "stop" } }, "zone": { - "data": { - "id": "CR-zone-4", - "type": "zone" - } + "data": null } }, "type": "stop" }, { "attributes": {}, - "id": "5317", + "id": "4040", "links": { - "self": "/stops/5317" + "self": "/stops/4040" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5317" + "related": "/facilities/?filter[stop]=4040" } }, "parent_station": { @@ -328727,14 +330371,14 @@ }, { "attributes": {}, - "id": "4082", + "id": "9043", "links": { - "self": "/stops/4082" + "self": "/stops/9043" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4082" + "related": "/facilities/?filter[stop]=9043" } }, "parent_station": { @@ -328751,14 +330395,14 @@ }, { "attributes": {}, - "id": "14031", + "id": "2840", "links": { - "self": "/stops/14031" + "self": "/stops/2840" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=14031" + "related": "/facilities/?filter[stop]=2840" } }, "parent_station": { @@ -328775,14 +330419,14 @@ }, { "attributes": {}, - "id": "2401", + "id": "422", "links": { - "self": "/stops/2401" + "self": "/stops/422" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2401" + "related": "/facilities/?filter[stop]=422" } }, "parent_station": { @@ -328799,14 +330443,14 @@ }, { "attributes": {}, - "id": "10633", + "id": "5664", "links": { - "self": "/stops/10633" + "self": "/stops/5664" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=10633" + "related": "/facilities/?filter[stop]=5664" } }, "parent_station": { @@ -328823,73 +330467,83 @@ }, { "attributes": {}, - "id": "253", + "id": "9070053", "links": { - "self": "/stops/253" + "self": "/stops/9070053" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=253" + "related": "/facilities/?filter[stop]=9070053" } }, "parent_station": { "data": null }, "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } + "data": null } }, "type": "stop" }, { - "attributes": {}, - "id": "2329", + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "West Fenway", + "Copley Square" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "West Fenway - Copley Square", + "short_name": "55", + "sort_order": 50550, + "text_color": "000000", + "type": 3 + }, + "id": "55", "links": { - "self": "/stops/2329" + "self": "/routes/55" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=2329" + "agency": { + "data": { + "id": "1", + "type": "agency" } }, - "parent_station": { - "data": null - }, - "zone": { + "line": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "line-55", + "type": "line" } } }, - "type": "stop" + "type": "route" }, { "attributes": {}, - "id": "DB-2205-01", + "id": "FB-0143-01", "links": { - "self": "/stops/DB-2205-01" + "self": "/stops/FB-0143-01" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=DB-2205-01" + "related": "/facilities/?filter[stop]=FB-0143-01" } }, "parent_station": { "data": { - "id": "place-DB-2205", + "id": "place-FB-0143", "type": "stop" } }, "zone": { "data": { - "id": "CR-zone-1A", + "id": "CR-zone-3", "type": "zone" } } @@ -328898,14 +330552,14 @@ }, { "attributes": {}, - "id": "8193", + "id": "7595", "links": { - "self": "/stops/8193" + "self": "/stops/7595" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8193" + "related": "/facilities/?filter[stop]=7595" } }, "parent_station": { @@ -328922,77 +330576,52 @@ }, { "attributes": {}, - "id": "4342", + "id": "ER-0183-02", "links": { - "self": "/stops/4342" + "self": "/stops/ER-0183-02" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4342" + "related": "/facilities/?filter[stop]=ER-0183-02" } }, "parent_station": { - "data": null + "data": { + "id": "place-ER-0183", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "CR-zone-4", "type": "zone" } } }, "type": "stop" }, - { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Riverside", - "Union Square" - ], - "direction_names": [ - "West", - "East" - ], - "long_name": "Riverside - Fenway", - "short_name": "Green Line D Shuttle", - "sort_order": 61510, - "text_color": "000000", - "type": 3 - }, - "id": "Shuttle-FenwayRiverside", - "links": { - "self": "/routes/Shuttle-FenwayRiverside" - }, - "relationships": { - "line": { - "data": { - "id": "line-Green", - "type": "line" - } - } - }, - "type": "route" - }, { "attributes": {}, - "id": "1488", + "id": "70085", "links": { - "self": "/stops/1488" + "self": "/stops/70085" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1488" + "related": "/facilities/?filter[stop]=70085" } }, "parent_station": { - "data": null + "data": { + "id": "place-jfk", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -329001,14 +330630,14 @@ }, { "attributes": {}, - "id": "478", + "id": "9070028", "links": { - "self": "/stops/478" + "self": "/stops/9070028" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=478" + "related": "/facilities/?filter[stop]=9070028" } }, "parent_station": { @@ -329025,18 +330654,21 @@ }, { "attributes": {}, - "id": "204", + "id": "NHRML-0127-B", "links": { - "self": "/stops/204" + "self": "/stops/NHRML-0127-B" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=204" + "related": "/facilities/?filter[stop]=NHRML-0127-B" } }, "parent_station": { - "data": null + "data": { + "id": "place-NHRML-0127", + "type": "stop" + } }, "zone": { "data": { @@ -329049,14 +330681,14 @@ }, { "attributes": {}, - "id": "1081", + "id": "5454", "links": { - "self": "/stops/1081" + "self": "/stops/5454" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1081" + "related": "/facilities/?filter[stop]=5454" } }, "parent_station": { @@ -329072,48 +330704,38 @@ "type": "stop" }, { - "attributes": {}, - "id": "236", - "links": { - "self": "/stops/236" + "attributes": { + "color": "FFC72C", + "long_name": "Pemberton Point, Hull - Hingham", + "short_name": "714", + "sort_order": 57140, + "text_color": "000000" }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=236" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } + "id": "line-714", + "links": { + "self": "/lines/line-714" }, - "type": "stop" + "type": "line" }, { "attributes": { "direction_id": 1, - "headsign": "Wellington (Shuttle)" + "headsign": "North Station" }, - "id": "NorthStationWellington-Weekday-1d548-1-00:00:00", + "id": "canonical-CR-Fitchburg-C1-1", "links": { - "self": "/trips/NorthStationWellington-Weekday-1d548-1-00%3A00%3A00" + "self": "/trips/canonical-CR-Fitchburg-C1-1" }, "relationships": { "route": { "data": { - "id": "Shuttle-NorthStationWellington", + "id": "CR-Fitchburg", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-NorthStationWellington-0-1", + "id": "CR-Fitchburg-745cb51d-1", "type": "route_pattern" } }, @@ -329125,30 +330747,82 @@ }, "shape": { "data": { - "id": "NorthStationToWellingtonViaNWashingtonSt-S", + "id": "canonical-9840003", "type": "shape" } }, "stops": { "data": [ { - "id": "9070026", + "id": "FR-3338-CS", "type": "stop" }, { - "id": "9070029", + "id": "FR-0494-CS", "type": "stop" }, { - "id": "29001", + "id": "FR-0451-02", "type": "stop" }, { - "id": "28742", + "id": "FR-0394-02", + "type": "stop" + }, + { + "id": "FR-0361-02", + "type": "stop" + }, + { + "id": "FR-0301-02", "type": "stop" }, { - "id": "5271", + "id": "FR-0253-02", + "type": "stop" + }, + { + "id": "FR-0219-02", + "type": "stop" + }, + { + "id": "FR-0201-02", + "type": "stop" + }, + { + "id": "FR-0167-02", + "type": "stop" + }, + { + "id": "FR-0147-02", + "type": "stop" + }, + { + "id": "FR-0132-02", + "type": "stop" + }, + { + "id": "FR-0115-02", + "type": "stop" + }, + { + "id": "FR-0098-S", + "type": "stop" + }, + { + "id": "FR-0074-02", + "type": "stop" + }, + { + "id": "FR-0064-02", + "type": "stop" + }, + { + "id": "FR-0034-02", + "type": "stop" + }, + { + "id": "BNT-0000", "type": "stop" } ] @@ -329158,14 +330832,14 @@ }, { "attributes": {}, - "id": "3196", + "id": "56733", "links": { - "self": "/stops/3196" + "self": "/stops/56733" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3196" + "related": "/facilities/?filter[stop]=56733" } }, "parent_station": { @@ -329181,39 +330855,128 @@ "type": "stop" }, { - "attributes": {}, - "id": "5859", + "attributes": { + "direction_id": 1, + "headsign": "Sullivan" + }, + "id": "66959793", "links": { - "self": "/stops/5859" + "self": "/trips/66959793" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=5859" + "route": { + "data": { + "id": "89", + "type": "route" } }, - "parent_station": { - "data": null + "route_pattern": { + "data": { + "id": "89-2-1", + "type": "route_pattern" + } }, - "zone": { + "service": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "WinterWeekday", + "type": "service" + } + }, + "shape": { + "data": { + "id": "890203", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "5104", + "type": "stop" + }, + { + "id": "5019", + "type": "stop" + }, + { + "id": "2695", + "type": "stop" + }, + { + "id": "2696", + "type": "stop" + }, + { + "id": "2697", + "type": "stop" + }, + { + "id": "2698", + "type": "stop" + }, + { + "id": "2699", + "type": "stop" + }, + { + "id": "2700", + "type": "stop" + }, + { + "id": "2702", + "type": "stop" + }, + { + "id": "2703", + "type": "stop" + }, + { + "id": "2704", + "type": "stop" + }, + { + "id": "2706", + "type": "stop" + }, + { + "id": "2707", + "type": "stop" + }, + { + "id": "2710", + "type": "stop" + }, + { + "id": "2711", + "type": "stop" + }, + { + "id": "2713", + "type": "stop" + }, + { + "id": "2714", + "type": "stop" + }, + { + "id": "29001", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "80620", + "id": "4137", "links": { - "self": "/stops/80620" + "self": "/stops/4137" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=80620" + "related": "/facilities/?filter[stop]=4137" } }, "parent_station": { @@ -329230,233 +330993,162 @@ }, { "attributes": {}, - "id": "70009", + "id": "DB-0095-B0", "links": { - "self": "/stops/70009" + "self": "/stops/DB-0095-B0" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70009" + "related": "/facilities/?filter[stop]=DB-0095-B0" } }, "parent_station": { "data": { - "id": "place-rcmnl", + "id": "place-DB-0095", "type": "stop" } }, "zone": { - "data": { - "id": "RapidTransit", - "type": "zone" - } + "data": null } }, "type": "stop" }, { "attributes": { - "direction_id": 0, - "headsign": "Malden" + "direction_id": 1, + "headsign": "Union Square" }, - "id": "61868979", + "id": "canonical-Green-D-C1-1", "links": { - "self": "/trips/61868979" + "self": "/trips/canonical-Green-D-C1-1" }, "relationships": { "route": { "data": { - "id": "105", + "id": "Green-D", "type": "route" } }, "route_pattern": { "data": { - "id": "105-1-0", + "id": "Green-D-855-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "canonical", "type": "service" } }, "shape": { "data": { - "id": "1050127", + "id": "canonical-8000009", "type": "shape" } }, "stops": { "data": [ { - "id": "29002", - "type": "stop" - }, - { - "id": "5504", - "type": "stop" - }, - { - "id": "5505", - "type": "stop" - }, - { - "id": "5506", - "type": "stop" - }, - { - "id": "5507", - "type": "stop" - }, - { - "id": "5508", - "type": "stop" - }, - { - "id": "5509", - "type": "stop" - }, - { - "id": "5405", - "type": "stop" - }, - { - "id": "5406", - "type": "stop" - }, - { - "id": "45406", - "type": "stop" - }, - { - "id": "5408", - "type": "stop" - }, - { - "id": "5409", - "type": "stop" - }, - { - "id": "5410", - "type": "stop" - }, - { - "id": "5411", - "type": "stop" - }, - { - "id": "5412", - "type": "stop" - }, - { - "id": "5413", - "type": "stop" - }, - { - "id": "5414", - "type": "stop" - }, - { - "id": "5415", + "id": "70160", "type": "stop" }, { - "id": "5416", + "id": "70162", "type": "stop" }, { - "id": "5417", + "id": "70164", "type": "stop" }, { - "id": "5418", + "id": "70166", "type": "stop" }, { - "id": "5419", + "id": "70168", "type": "stop" }, { - "id": "5420", + "id": "70170", "type": "stop" }, { - "id": "5421", + "id": "70172", "type": "stop" }, { - "id": "5422", + "id": "70174", "type": "stop" }, { - "id": "5423", + "id": "70176", "type": "stop" }, { - "id": "5424", + "id": "70178", "type": "stop" }, { - "id": "5425", + "id": "70180", "type": "stop" }, { - "id": "5426", + "id": "70182", "type": "stop" }, { - "id": "5427", + "id": "70186", "type": "stop" }, { - "id": "5428", + "id": "70150", "type": "stop" }, { - "id": "45428", + "id": "70152", "type": "stop" }, { - "id": "5429", + "id": "70154", "type": "stop" }, { - "id": "5430", + "id": "70156", "type": "stop" }, { - "id": "5431", + "id": "70158", "type": "stop" }, { - "id": "5365", + "id": "70200", "type": "stop" }, { - "id": "5366", + "id": "70201", "type": "stop" }, { - "id": "5342", + "id": "70203", "type": "stop" }, { - "id": "9215", + "id": "70205", "type": "stop" }, { - "id": "19215", + "id": "70207", "type": "stop" }, { - "id": "5369", + "id": "70501", "type": "stop" }, { - "id": "53270", + "id": "70503", "type": "stop" } ] @@ -329466,14 +331158,14 @@ }, { "attributes": {}, - "id": "39682", + "id": "4731", "links": { - "self": "/stops/39682" + "self": "/stops/4731" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=39682" + "related": "/facilities/?filter[stop]=4731" } }, "parent_station": { @@ -329490,14 +331182,14 @@ }, { "attributes": {}, - "id": "3181", + "id": "328", "links": { - "self": "/stops/3181" + "self": "/stops/328" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3181" + "related": "/facilities/?filter[stop]=328" } }, "parent_station": { @@ -329514,21 +331206,18 @@ }, { "attributes": {}, - "id": "29004", + "id": "5684", "links": { - "self": "/stops/29004" + "self": "/stops/5684" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=29004" + "related": "/facilities/?filter[stop]=5684" } }, "parent_station": { - "data": { - "id": "place-sull", - "type": "stop" - } + "data": null }, "zone": { "data": { @@ -329541,14 +331230,14 @@ }, { "attributes": {}, - "id": "6697", + "id": "7743", "links": { - "self": "/stops/6697" + "self": "/stops/7743" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6697" + "related": "/facilities/?filter[stop]=7743" } }, "parent_station": { @@ -329565,14 +331254,14 @@ }, { "attributes": {}, - "id": "3150", + "id": "2613", "links": { - "self": "/stops/3150" + "self": "/stops/2613" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3150" + "related": "/facilities/?filter[stop]=2613" } }, "parent_station": { @@ -329585,18 +331274,131 @@ } } }, - "type": "stop" + "type": "stop" + }, + { + "attributes": { + "direction_id": 0, + "headsign": "Winthrop St & Brooks St" + }, + "id": "66962031", + "links": { + "self": "/trips/66962031" + }, + "relationships": { + "route": { + "data": { + "id": "101", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "101-2-0", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "WinterWeekday", + "type": "service" + } + }, + "shape": { + "data": { + "id": "1010251", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "5306", + "type": "stop" + }, + { + "id": "5307", + "type": "stop" + }, + { + "id": "5308", + "type": "stop" + }, + { + "id": "5309", + "type": "stop" + }, + { + "id": "5310", + "type": "stop" + }, + { + "id": "5311", + "type": "stop" + }, + { + "id": "5312", + "type": "stop" + }, + { + "id": "5314", + "type": "stop" + }, + { + "id": "5315", + "type": "stop" + }, + { + "id": "5316", + "type": "stop" + }, + { + "id": "5034", + "type": "stop" + }, + { + "id": "5035", + "type": "stop" + }, + { + "id": "5036", + "type": "stop" + }, + { + "id": "5037", + "type": "stop" + }, + { + "id": "5006", + "type": "stop" + }, + { + "id": "9174", + "type": "stop" + }, + { + "id": "9175", + "type": "stop" + }, + { + "id": "9176", + "type": "stop" + } + ] + } + }, + "type": "trip" }, { "attributes": {}, - "id": "588", + "id": "6606", "links": { - "self": "/stops/588" + "self": "/stops/6606" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=588" + "related": "/facilities/?filter[stop]=6606" } }, "parent_station": { @@ -329613,14 +331415,14 @@ }, { "attributes": {}, - "id": "Boat-Rowes", + "id": "1623", "links": { - "self": "/stops/Boat-Rowes" + "self": "/stops/1623" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=Boat-Rowes" + "related": "/facilities/?filter[stop]=1623" } }, "parent_station": { @@ -329628,34 +331430,7 @@ }, "zone": { "data": { - "id": "Boat-Rowes", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "70240", - "links": { - "self": "/stops/70240" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=70240" - } - }, - "parent_station": { - "data": { - "id": "place-prmnl", - "type": "stop" - } - }, - "zone": { - "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } @@ -329664,66 +331439,158 @@ }, { "attributes": { - "direction_id": 0, - "headsign": "Drydock" + "direction_id": 1, + "headsign": "Braintree" }, - "id": "61945772", + "id": "67290258", "links": { - "self": "/trips/61945772" + "self": "/trips/67290258" }, "relationships": { "route": { "data": { - "id": "742", + "id": "226", "type": "route" } }, "route_pattern": { "data": { - "id": "742-_-0", + "id": "226-_-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "7420067", + "id": "2260037", "type": "shape" } }, "stops": { "data": [ { - "id": "74611", + "id": "13829", "type": "stop" }, { - "id": "74612", + "id": "13830", "type": "stop" }, { - "id": "74613", + "id": "13831", "type": "stop" }, { - "id": "74624", + "id": "13832", "type": "stop" }, { - "id": "247", + "id": "23832", "type": "stop" }, { - "id": "30249", + "id": "13833", "type": "stop" }, { - "id": "30250", + "id": "13834", + "type": "stop" + }, + { + "id": "13835", + "type": "stop" + }, + { + "id": "23835", + "type": "stop" + }, + { + "id": "13836", + "type": "stop" + }, + { + "id": "13837", + "type": "stop" + }, + { + "id": "13838", + "type": "stop" + }, + { + "id": "13839", + "type": "stop" + }, + { + "id": "13840", + "type": "stop" + }, + { + "id": "13841", + "type": "stop" + }, + { + "id": "13842", + "type": "stop" + }, + { + "id": "13843", + "type": "stop" + }, + { + "id": "3821", + "type": "stop" + }, + { + "id": "3822", + "type": "stop" + }, + { + "id": "3823", + "type": "stop" + }, + { + "id": "3824", + "type": "stop" + }, + { + "id": "3709", + "type": "stop" + }, + { + "id": "3710", + "type": "stop" + }, + { + "id": "3711", + "type": "stop" + }, + { + "id": "13713", + "type": "stop" + }, + { + "id": "13714", + "type": "stop" + }, + { + "id": "13716", + "type": "stop" + }, + { + "id": "38501", + "type": "stop" + }, + { + "id": "38502", + "type": "stop" + }, + { + "id": "38671", "type": "stop" } ] @@ -329733,14 +331600,14 @@ }, { "attributes": {}, - "id": "109814", + "id": "3618", "links": { - "self": "/stops/109814" + "self": "/stops/3618" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=109814" + "related": "/facilities/?filter[stop]=3618" } }, "parent_station": { @@ -329757,14 +331624,14 @@ }, { "attributes": {}, - "id": "5436", + "id": "3245", "links": { - "self": "/stops/5436" + "self": "/stops/3245" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5436" + "related": "/facilities/?filter[stop]=3245" } }, "parent_station": { @@ -329781,14 +331648,14 @@ }, { "attributes": {}, - "id": "440", + "id": "3493", "links": { - "self": "/stops/440" + "self": "/stops/3493" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=440" + "related": "/facilities/?filter[stop]=3493" } }, "parent_station": { @@ -329805,14 +331672,14 @@ }, { "attributes": {}, - "id": "4162", + "id": "966", "links": { - "self": "/stops/4162" + "self": "/stops/966" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4162" + "related": "/facilities/?filter[stop]=966" } }, "parent_station": { @@ -329829,14 +331696,14 @@ }, { "attributes": {}, - "id": "109899", + "id": "2457", "links": { - "self": "/stops/109899" + "self": "/stops/2457" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=109899" + "related": "/facilities/?filter[stop]=2457" } }, "parent_station": { @@ -329853,14 +331720,14 @@ }, { "attributes": {}, - "id": "49834", + "id": "7645", "links": { - "self": "/stops/49834" + "self": "/stops/7645" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=49834" + "related": "/facilities/?filter[stop]=7645" } }, "parent_station": { @@ -329877,14 +331744,14 @@ }, { "attributes": {}, - "id": "208", + "id": "2285", "links": { - "self": "/stops/208" + "self": "/stops/2285" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=208" + "related": "/facilities/?filter[stop]=2285" } }, "parent_station": { @@ -329900,63 +331767,280 @@ "type": "stop" }, { - "attributes": {}, - "id": "5539", + "attributes": { + "direction_id": 0, + "headsign": "Reading Depot" + }, + "id": "66959810", "links": { - "self": "/stops/5539" + "self": "/trips/66959810" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=5539" + "route": { + "data": { + "id": "137", + "type": "route" } }, - "parent_station": { - "data": null - }, - "zone": { + "route_pattern": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "3892", - "links": { - "self": "/stops/3892" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=3892" + "id": "137-7-0", + "type": "route_pattern" } }, - "parent_station": { - "data": null + "service": { + "data": { + "id": "WinterWeekday", + "type": "service" + } }, - "zone": { + "shape": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "1370160", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "5327", + "type": "stop" + }, + { + "id": "5289", + "type": "stop" + }, + { + "id": "5342", + "type": "stop" + }, + { + "id": "9215", + "type": "stop" + }, + { + "id": "9216", + "type": "stop" + }, + { + "id": "9217", + "type": "stop" + }, + { + "id": "9218", + "type": "stop" + }, + { + "id": "9219", + "type": "stop" + }, + { + "id": "9220", + "type": "stop" + }, + { + "id": "49220", + "type": "stop" + }, + { + "id": "9221", + "type": "stop" + }, + { + "id": "9328", + "type": "stop" + }, + { + "id": "9222", + "type": "stop" + }, + { + "id": "9223", + "type": "stop" + }, + { + "id": "9224", + "type": "stop" + }, + { + "id": "9225", + "type": "stop" + }, + { + "id": "9226", + "type": "stop" + }, + { + "id": "9227", + "type": "stop" + }, + { + "id": "9228", + "type": "stop" + }, + { + "id": "9229", + "type": "stop" + }, + { + "id": "9230", + "type": "stop" + }, + { + "id": "9231", + "type": "stop" + }, + { + "id": "9232", + "type": "stop" + }, + { + "id": "9233", + "type": "stop" + }, + { + "id": "9235", + "type": "stop" + }, + { + "id": "9236", + "type": "stop" + }, + { + "id": "9237", + "type": "stop" + }, + { + "id": "9238", + "type": "stop" + }, + { + "id": "9239", + "type": "stop" + }, + { + "id": "9240", + "type": "stop" + }, + { + "id": "9241", + "type": "stop" + }, + { + "id": "9242", + "type": "stop" + }, + { + "id": "9243", + "type": "stop" + }, + { + "id": "9245", + "type": "stop" + }, + { + "id": "9246", + "type": "stop" + }, + { + "id": "9247", + "type": "stop" + }, + { + "id": "9249", + "type": "stop" + }, + { + "id": "9250", + "type": "stop" + }, + { + "id": "9251", + "type": "stop" + }, + { + "id": "9276", + "type": "stop" + }, + { + "id": "9277", + "type": "stop" + }, + { + "id": "9279", + "type": "stop" + }, + { + "id": "9281", + "type": "stop" + }, + { + "id": "9283", + "type": "stop" + }, + { + "id": "9284", + "type": "stop" + }, + { + "id": "9285", + "type": "stop" + }, + { + "id": "9287", + "type": "stop" + }, + { + "id": "9289", + "type": "stop" + }, + { + "id": "9292", + "type": "stop" + }, + { + "id": "9293", + "type": "stop" + }, + { + "id": "9294", + "type": "stop" + }, + { + "id": "9295", + "type": "stop" + }, + { + "id": "9296", + "type": "stop" + }, + { + "id": "9327", + "type": "stop" + }, + { + "id": "9297", + "type": "stop" + }, + { + "id": "29253", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "8152", + "id": "11719", "links": { - "self": "/stops/8152" + "self": "/stops/11719" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8152" + "related": "/facilities/?filter[stop]=11719" } }, "parent_station": { @@ -329973,14 +332057,14 @@ }, { "attributes": {}, - "id": "3023", + "id": "3231", "links": { - "self": "/stops/3023" + "self": "/stops/3231" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3023" + "related": "/facilities/?filter[stop]=3231" } }, "parent_station": { @@ -329997,171 +332081,71 @@ }, { "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Braintree", - "Alewife" - ], - "direction_names": [ - "South", - "North" - ], - "long_name": "Braintree - Quincy Center", - "short_name": "Red Line Shuttle", - "sort_order": 61000, - "text_color": "000000", - "type": 3 - }, - "id": "Shuttle-BraintreeQuincyCenter", - "links": { - "self": "/routes/Shuttle-BraintreeQuincyCenter" - }, - "relationships": { - "line": { - "data": { - "id": "line-Red", - "type": "line" - } - } - }, - "type": "route" - }, - { - "attributes": {}, - "id": "70015", - "links": { - "self": "/stops/70015" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=70015" - } - }, - "parent_station": { - "data": { - "id": "place-bbsta", - "type": "stop" - } - }, - "zone": { - "data": { - "id": "RapidTransit", - "type": "zone" - } - } + "direction_id": 0, + "headsign": "North Quincy (Shuttle)" }, - "type": "stop" - }, - { - "attributes": {}, - "id": "7596", + "id": "BroadwayNorthQuincy-Weekday-9e586-0-00:00:00", "links": { - "self": "/stops/7596" + "self": "/trips/BroadwayNorthQuincy-Weekday-9e586-0-00%3A00%3A00" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=7596" - } - }, - "parent_station": { - "data": null - }, - "zone": { + "route": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "GB-0198-01", - "links": { - "self": "/stops/GB-0198-01" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=GB-0198-01" + "id": "Shuttle-BroadwayNorthQuincy", + "type": "route" } }, - "parent_station": { + "route_pattern": { "data": { - "id": "place-GB-0198", - "type": "stop" + "id": "Shuttle-BroadwayNorthQuincy-0-0", + "type": "route_pattern" } }, - "zone": { + "service": { "data": { - "id": "CR-zone-4", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "8643", - "links": { - "self": "/stops/8643" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=8643" + "id": "canonical", + "type": "service" } }, - "parent_station": { - "data": null - }, - "zone": { + "shape": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "12891", - "links": { - "self": "/stops/12891" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=12891" + "id": "BroadwayToNorthQuincyHancockStGarage-S", + "type": "shape" } }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } + "stops": { + "data": [ + { + "id": "151", + "type": "stop" + }, + { + "id": "9070083", + "type": "stop" + }, + { + "id": "121", + "type": "stop" + }, + { + "id": "9370024", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "4182", + "id": "1642", "links": { - "self": "/stops/4182" + "self": "/stops/1642" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4182" + "related": "/facilities/?filter[stop]=1642" } }, "parent_station": { @@ -330178,38 +332162,14 @@ }, { "attributes": {}, - "id": "NB-0120-B0", - "links": { - "self": "/stops/NB-0120-B0" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=NB-0120-B0" - } - }, - "parent_station": { - "data": { - "id": "place-NB-0120", - "type": "stop" - } - }, - "zone": { - "data": null - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "111803", + "id": "14553", "links": { - "self": "/stops/111803" + "self": "/stops/14553" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=111803" + "related": "/facilities/?filter[stop]=14553" } }, "parent_station": { @@ -330227,237 +332187,286 @@ { "attributes": { "direction_id": 0, - "headsign": "Wakefield Ave" + "headsign": "Sullivan" }, - "id": "62144618", + "id": "66958079", "links": { - "self": "/trips/62144618" + "self": "/trips/66958079" }, "relationships": { "route": { "data": { - "id": "24", + "id": "93", "type": "route" } }, "route_pattern": { "data": { - "id": "24-2-0", + "id": "93-1-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "240168", + "id": "930214", "type": "shape" } }, "stops": { "data": [ { - "id": "334", + "id": "6548", "type": "stop" }, { - "id": "536", + "id": "11891", "type": "stop" }, { - "id": "537", + "id": "190", "type": "stop" }, { - "id": "569", + "id": "191", "type": "stop" }, { - "id": "10569", + "id": "117", "type": "stop" }, { - "id": "570", + "id": "2832", "type": "stop" }, { - "id": "883", + "id": "12836", "type": "stop" }, { - "id": "571", + "id": "12858", "type": "stop" }, { - "id": "572", + "id": "12838", "type": "stop" }, { - "id": "574", + "id": "2860", "type": "stop" }, { - "id": "575", + "id": "2861", "type": "stop" }, { - "id": "576", + "id": "2862", "type": "stop" }, { - "id": "577", + "id": "2863", "type": "stop" }, { - "id": "578", + "id": "2864", "type": "stop" }, { - "id": "579", + "id": "2865", "type": "stop" }, { - "id": "580", + "id": "2866", "type": "stop" }, { - "id": "185", + "id": "12866", "type": "stop" }, { - "id": "6368", + "id": "2867", "type": "stop" }, { - "id": "16369", + "id": "2841", "type": "stop" }, { - "id": "6369", + "id": "29001", + "type": "stop" + } + ] + } + }, + "type": "trip" + }, + { + "attributes": { + "direction_id": 1, + "headsign": "Wellington" + }, + "id": "66957801", + "links": { + "self": "/trips/66957801" + }, + "relationships": { + "route": { + "data": { + "id": "106", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "106-_-1", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "WinterWeekday", + "type": "service" + } + }, + "shape": { + "data": { + "id": "1060291", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "5472", "type": "stop" }, { - "id": "6371", + "id": "5432", "type": "stop" }, { - "id": "6372", + "id": "5433", "type": "stop" }, { - "id": "6373", + "id": "5434", "type": "stop" }, { - "id": "6374", + "id": "5435", "type": "stop" }, { - "id": "6375", + "id": "5436", "type": "stop" }, { - "id": "6376", + "id": "9026", "type": "stop" }, { - "id": "6377", + "id": "5440", "type": "stop" }, { - "id": "76378", + "id": "5441", "type": "stop" }, { - "id": "6390", + "id": "5442", "type": "stop" }, { - "id": "16391", + "id": "5443", "type": "stop" }, { - "id": "6392", + "id": "5444", "type": "stop" }, { - "id": "6393", + "id": "5445", "type": "stop" }, { - "id": "6394", + "id": "15431", "type": "stop" }, { - "id": "6396", + "id": "53270", "type": "stop" }, { - "id": "6397", + "id": "5289", "type": "stop" }, { - "id": "6398", + "id": "5373", "type": "stop" }, { - "id": "6399", + "id": "5374", "type": "stop" }, { - "id": "6400", + "id": "5447", "type": "stop" }, { - "id": "64001", + "id": "5449", "type": "stop" }, { - "id": "6401", + "id": "5395", "type": "stop" }, { - "id": "6402", + "id": "5396", "type": "stop" }, { - "id": "6403", + "id": "5397", "type": "stop" }, { - "id": "16403", + "id": "5398", "type": "stop" }, { - "id": "6405", + "id": "5399", "type": "stop" }, { - "id": "6406", + "id": "5400", "type": "stop" }, { - "id": "6407", + "id": "5401", "type": "stop" }, { - "id": "6408", + "id": "5403", "type": "stop" }, { - "id": "6409", + "id": "5404", "type": "stop" }, { - "id": "6410", + "id": "5561", "type": "stop" }, { - "id": "6411", + "id": "6569", + "type": "stop" + }, + { + "id": "52720", "type": "stop" } ] @@ -330466,54 +332475,187 @@ "type": "trip" }, { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Airport", - "Wonderland" - ], - "direction_names": [ - "West", - "East" - ], - "long_name": "Airport - Wonderland", - "short_name": "Blue Line Shuttle", - "sort_order": 60215, - "text_color": "000000", - "type": 3 + "attributes": {}, + "id": "9113", + "links": { + "self": "/stops/9113" }, - "id": "Shuttle-AirportWonderland", + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=9113" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "41391", "links": { - "self": "/routes/Shuttle-AirportWonderland" + "self": "/stops/41391" }, "relationships": { - "line": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=41391" + } + }, + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "line-Blue", - "type": "line" + "id": "LocalBus", + "type": "zone" } } }, - "type": "route" + "type": "stop" }, { "attributes": {}, - "id": "18249", + "id": "9175", "links": { - "self": "/stops/18249" + "self": "/stops/9175" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=9175" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "8464", + "links": { + "self": "/stops/8464" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=8464" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "70215", + "links": { + "self": "/stops/70215" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=70215" + } + }, + "parent_station": { + "data": { + "id": "place-kntst", + "type": "stop" + } + }, + "zone": { + "data": { + "id": "RapidTransit", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "3928", + "links": { + "self": "/stops/3928" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=3928" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": { + "color": "FFC72C", + "long_name": "Elm Street - Wellington", + "short_name": "100", + "sort_order": 51000, + "text_color": "000000" + }, + "id": "line-100", + "links": { + "self": "/lines/line-100" + }, + "type": "line" + }, + { + "attributes": {}, + "id": "74616", + "links": { + "self": "/stops/74616" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=18249" + "related": "/facilities/?filter[stop]=74616" } }, "parent_station": { - "data": null + "data": { + "id": "place-crtst", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "SLWaterfrontNonLogan", "type": "zone" } } @@ -330522,14 +332664,14 @@ }, { "attributes": {}, - "id": "8964", + "id": "3268", "links": { - "self": "/stops/8964" + "self": "/stops/3268" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8964" + "related": "/facilities/?filter[stop]=3268" } }, "parent_station": { @@ -330545,39 +332687,64 @@ "type": "stop" }, { - "attributes": {}, - "id": "11781", + "attributes": { + "direction_id": 1, + "headsign": "Pawtucket/Central Falls (Shuttle)" + }, + "id": "PawtucketProvidence-1-sample", "links": { - "self": "/stops/11781" + "self": "/trips/PawtucketProvidence-1-sample" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=11781" + "route": { + "data": { + "id": "Shuttle-PawtucketProvidence", + "type": "route" } }, - "parent_station": { - "data": null + "route_pattern": { + "data": { + "id": "Shuttle-PawtucketProvidence-0-1", + "type": "route_pattern" + } }, - "zone": { + "service": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "canonical", + "type": "service" + } + }, + "shape": { + "data": { + "id": "ProvidenceToPawtucketCentralFalls-S", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "NEC-1851-B1", + "type": "stop" + }, + { + "id": "NEC-1891-B", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "3219", + "id": "14301", "links": { - "self": "/stops/3219" + "self": "/stops/14301" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3219" + "related": "/facilities/?filter[stop]=14301" } }, "parent_station": { @@ -330594,14 +332761,14 @@ }, { "attributes": {}, - "id": "82049", + "id": "48575", "links": { - "self": "/stops/82049" + "self": "/stops/48575" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=82049" + "related": "/facilities/?filter[stop]=48575" } }, "parent_station": { @@ -330618,22 +332785,25 @@ }, { "attributes": {}, - "id": "9056", + "id": "70102", "links": { - "self": "/stops/9056" + "self": "/stops/70102" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9056" + "related": "/facilities/?filter[stop]=70102" } }, "parent_station": { - "data": null + "data": { + "id": "place-qnctr", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -330642,14 +332812,14 @@ }, { "attributes": {}, - "id": "17347", + "id": "3350", "links": { - "self": "/stops/17347" + "self": "/stops/3350" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=17347" + "related": "/facilities/?filter[stop]=3350" } }, "parent_station": { @@ -330666,14 +332836,14 @@ }, { "attributes": {}, - "id": "981", + "id": "635", "links": { - "self": "/stops/981" + "self": "/stops/635" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=981" + "related": "/facilities/?filter[stop]=635" } }, "parent_station": { @@ -330690,38 +332860,38 @@ }, { "attributes": {}, - "id": "WML-0035-B0", + "id": "4165", "links": { - "self": "/stops/WML-0035-B0" + "self": "/stops/4165" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=WML-0035-B0" + "related": "/facilities/?filter[stop]=4165" } }, "parent_station": { - "data": { - "id": "place-WML-0035", - "type": "stop" - } + "data": null }, "zone": { - "data": null + "data": { + "id": "LocalBus", + "type": "zone" + } } }, "type": "stop" }, { "attributes": {}, - "id": "77110", + "id": "8629", "links": { - "self": "/stops/77110" + "self": "/stops/8629" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=77110" + "related": "/facilities/?filter[stop]=8629" } }, "parent_station": { @@ -330739,198 +332909,157 @@ { "attributes": { "direction_id": 1, - "headsign": "South Station" + "headsign": "Forest Hills" }, - "id": "61946441", + "id": "67250557", "links": { - "self": "/trips/61946441" + "self": "/trips/67250557" }, "relationships": { "route": { "data": { - "id": "741", + "id": "36", "type": "route" } }, "route_pattern": { "data": { - "id": "741-2-1", + "id": "36-8-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "7410044", + "id": "360362", "type": "shape" } }, "stops": { "data": [ { - "id": "17091", + "id": "10820", "type": "stop" }, { - "id": "27092", + "id": "775", "type": "stop" }, { - "id": "17093", + "id": "776", "type": "stop" }, { - "id": "17094", + "id": "777", "type": "stop" }, { - "id": "17095", + "id": "10777", "type": "stop" }, { - "id": "17096", + "id": "778", "type": "stop" }, { - "id": "74614", + "id": "779", "type": "stop" }, { - "id": "892", + "id": "780", "type": "stop" - } - ] - } - }, - "type": "trip" - }, - { - "attributes": {}, - "id": "1039", - "links": { - "self": "/stops/1039" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=1039" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "2879", - "links": { - "self": "/stops/2879" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=2879" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": { - "direction_id": 1, - "headsign": "South Station" - }, - "id": "CR-670270-812", - "links": { - "self": "/trips/CR-670270-812" - }, - "relationships": { - "route": { - "data": { - "id": "CR-Providence", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "CR-Providence-c2a7e4dc-1", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "SPRING2024-SOUTHWKD-Weekday-1-Scbbf1ea5", - "type": "service" - } - }, - "shape": { - "data": { - "id": "9890008", - "type": "shape" - } - }, - "stops": { - "data": [ + }, { - "id": "NEC-1851-03", + "id": "781", "type": "stop" }, { - "id": "NEC-1891-02", + "id": "782", "type": "stop" }, { - "id": "NEC-1969-04", + "id": "783", "type": "stop" }, { - "id": "NEC-2040-02", + "id": "784", "type": "stop" }, { - "id": "NEC-2108-02", + "id": "785", "type": "stop" }, { - "id": "NEC-2139-02", + "id": "786", "type": "stop" }, { - "id": "NEC-2173-02", + "id": "787", "type": "stop" }, { - "id": "NEC-2265-02", + "id": "788", "type": "stop" }, { - "id": "NEC-2276-02", + "id": "789", "type": "stop" }, { - "id": "NEC-2287", + "id": "790", + "type": "stop" + }, + { + "id": "791", + "type": "stop" + }, + { + "id": "792", + "type": "stop" + }, + { + "id": "793", + "type": "stop" + }, + { + "id": "795", + "type": "stop" + }, + { + "id": "636", + "type": "stop" + }, + { + "id": "637", + "type": "stop" + }, + { + "id": "638", + "type": "stop" + }, + { + "id": "639", + "type": "stop" + }, + { + "id": "640", + "type": "stop" + }, + { + "id": "641", + "type": "stop" + }, + { + "id": "642", + "type": "stop" + }, + { + "id": "10642", "type": "stop" } ] @@ -330940,14 +333069,14 @@ }, { "attributes": {}, - "id": "17591", + "id": "2827", "links": { - "self": "/stops/17591" + "self": "/stops/2827" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=17591" + "related": "/facilities/?filter[stop]=2827" } }, "parent_station": { @@ -330964,65 +333093,35 @@ }, { "attributes": {}, - "id": "WML-0214-02", - "links": { - "self": "/stops/WML-0214-02" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=WML-0214-02" - } - }, - "parent_station": { - "data": { - "id": "place-WML-0214", - "type": "stop" - } - }, - "zone": { - "data": { - "id": "CR-zone-5", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "367", + "id": "9070115", "links": { - "self": "/stops/367" + "self": "/stops/9070115" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=367" + "related": "/facilities/?filter[stop]=9070115" } }, "parent_station": { "data": null }, "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } + "data": null } }, "type": "stop" }, { "attributes": {}, - "id": "8803", + "id": "14", "links": { - "self": "/stops/8803" + "self": "/stops/14" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8803" + "related": "/facilities/?filter[stop]=14" } }, "parent_station": { @@ -331039,14 +333138,14 @@ }, { "attributes": {}, - "id": "1892", + "id": "6548", "links": { - "self": "/stops/1892" + "self": "/stops/6548" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1892" + "related": "/facilities/?filter[stop]=6548" } }, "parent_station": { @@ -331063,14 +333162,14 @@ }, { "attributes": {}, - "id": "88344", + "id": "49827", "links": { - "self": "/stops/88344" + "self": "/stops/49827" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=88344" + "related": "/facilities/?filter[stop]=49827" } }, "parent_station": { @@ -331087,14 +333186,14 @@ }, { "attributes": {}, - "id": "3145", + "id": "6110", "links": { - "self": "/stops/3145" + "self": "/stops/6110" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3145" + "related": "/facilities/?filter[stop]=6110" } }, "parent_station": { @@ -331109,47 +333208,16 @@ }, "type": "stop" }, - { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Government Center", - "Medford/Tufts" - ], - "direction_names": [ - "West", - "East" - ], - "long_name": "Medford/Tufts - Government Center via Union Square", - "short_name": "Green Line Shuttle", - "sort_order": 61945, - "text_color": "000000", - "type": 3 - }, - "id": "Shuttle-GovernmentCenterMedfordViaUnionSq", - "links": { - "self": "/routes/Shuttle-GovernmentCenterMedfordViaUnionSq" - }, - "relationships": { - "line": { - "data": { - "id": "line-Green", - "type": "line" - } - } - }, - "type": "route" - }, { "attributes": {}, - "id": "5260", + "id": "1034", "links": { - "self": "/stops/5260" + "self": "/stops/1034" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5260" + "related": "/facilities/?filter[stop]=1034" } }, "parent_station": { @@ -331166,25 +333234,25 @@ }, { "attributes": {}, - "id": "64000", + "id": "70212", "links": { - "self": "/stops/64000" + "self": "/stops/70212" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=64000" + "related": "/facilities/?filter[stop]=70212" } }, "parent_station": { "data": { - "id": "place-nubn", + "id": "place-smary", "type": "stop" } }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -331192,39 +333260,29 @@ "type": "stop" }, { - "attributes": {}, - "id": "5323", - "links": { - "self": "/stops/5323" + "attributes": { + "color": "80276C", + "long_name": "Newburyport/Rockport Line", + "short_name": "", + "sort_order": 20011, + "text_color": "FFFFFF" }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=5323" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } + "id": "line-Newburyport", + "links": { + "self": "/lines/line-Newburyport" }, - "type": "stop" + "type": "line" }, { "attributes": {}, - "id": "111152", + "id": "7718", "links": { - "self": "/stops/111152" + "self": "/stops/7718" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=111152" + "related": "/facilities/?filter[stop]=7718" } }, "parent_station": { @@ -331241,14 +333299,14 @@ }, { "attributes": {}, - "id": "12648", + "id": "2906", "links": { - "self": "/stops/12648" + "self": "/stops/2906" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=12648" + "related": "/facilities/?filter[stop]=2906" } }, "parent_station": { @@ -331264,39 +333322,168 @@ "type": "stop" }, { - "attributes": {}, - "id": "515", + "attributes": { + "direction_id": 1, + "headsign": "Orient Heights" + }, + "id": "67316386", "links": { - "self": "/stops/515" + "self": "/trips/67316386" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=515" + "route": { + "data": { + "id": "713", + "type": "route" } }, - "parent_station": { - "data": null + "route_pattern": { + "data": { + "id": "713-_-1", + "type": "route_pattern" + } }, - "zone": { + "service": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "WinterWeekday", + "type": "service" + } + }, + "shape": { + "data": { + "id": "7130072", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "109853", + "type": "stop" + }, + { + "id": "109857", + "type": "stop" + }, + { + "id": "109912", + "type": "stop" + }, + { + "id": "109858", + "type": "stop" + }, + { + "id": "109860", + "type": "stop" + }, + { + "id": "109861", + "type": "stop" + }, + { + "id": "109862", + "type": "stop" + }, + { + "id": "109864", + "type": "stop" + }, + { + "id": "109865", + "type": "stop" + }, + { + "id": "109821", + "type": "stop" + }, + { + "id": "109822", + "type": "stop" + }, + { + "id": "109898", + "type": "stop" + }, + { + "id": "109883", + "type": "stop" + }, + { + "id": "109884", + "type": "stop" + }, + { + "id": "109885", + "type": "stop" + }, + { + "id": "109886", + "type": "stop" + }, + { + "id": "109887", + "type": "stop" + }, + { + "id": "109888", + "type": "stop" + }, + { + "id": "109890", + "type": "stop" + }, + { + "id": "109891", + "type": "stop" + }, + { + "id": "109892", + "type": "stop" + }, + { + "id": "109893", + "type": "stop" + }, + { + "id": "109894", + "type": "stop" + }, + { + "id": "109896", + "type": "stop" + }, + { + "id": "109835", + "type": "stop" + }, + { + "id": "109836", + "type": "stop" + }, + { + "id": "109838", + "type": "stop" + }, + { + "id": "15880", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "76500", + "id": "6684", "links": { - "self": "/stops/76500" + "self": "/stops/6684" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=76500" + "related": "/facilities/?filter[stop]=6684" } }, "parent_station": { @@ -331312,39 +333499,312 @@ "type": "stop" }, { - "attributes": {}, - "id": "5276", + "attributes": { + "direction_id": 1, + "headsign": "Wonderland via Central Square & Humphrey St" + }, + "id": "67202437", "links": { - "self": "/stops/5276" + "self": "/trips/67202437" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=5276" + "route": { + "data": { + "id": "442", + "type": "route" } }, - "parent_station": { - "data": null + "route_pattern": { + "data": { + "id": "442-7-1", + "type": "route_pattern" + } }, - "zone": { + "service": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "WinterWeekday", + "type": "service" + } + }, + "shape": { + "data": { + "id": "4420272", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "4807", + "type": "stop" + }, + { + "id": "4832", + "type": "stop" + }, + { + "id": "4834", + "type": "stop" + }, + { + "id": "4835", + "type": "stop" + }, + { + "id": "4836", + "type": "stop" + }, + { + "id": "14836", + "type": "stop" + }, + { + "id": "4837", + "type": "stop" + }, + { + "id": "4838", + "type": "stop" + }, + { + "id": "4839", + "type": "stop" + }, + { + "id": "4840", + "type": "stop" + }, + { + "id": "4841", + "type": "stop" + }, + { + "id": "4843", + "type": "stop" + }, + { + "id": "4844", + "type": "stop" + }, + { + "id": "4845", + "type": "stop" + }, + { + "id": "4846", + "type": "stop" + }, + { + "id": "4847", + "type": "stop" + }, + { + "id": "4848", + "type": "stop" + }, + { + "id": "4849", + "type": "stop" + }, + { + "id": "4850", + "type": "stop" + }, + { + "id": "4851", + "type": "stop" + }, + { + "id": "4852", + "type": "stop" + }, + { + "id": "4853", + "type": "stop" + }, + { + "id": "4857", + "type": "stop" + }, + { + "id": "4858", + "type": "stop" + }, + { + "id": "4859", + "type": "stop" + }, + { + "id": "4860", + "type": "stop" + }, + { + "id": "14860", + "type": "stop" + }, + { + "id": "4861", + "type": "stop" + }, + { + "id": "4862", + "type": "stop" + }, + { + "id": "4864", + "type": "stop" + }, + { + "id": "4901", + "type": "stop" + }, + { + "id": "4902", + "type": "stop" + }, + { + "id": "4903", + "type": "stop" + }, + { + "id": "4904", + "type": "stop" + }, + { + "id": "4905", + "type": "stop" + }, + { + "id": "4906", + "type": "stop" + }, + { + "id": "4907", + "type": "stop" + }, + { + "id": "4908", + "type": "stop" + }, + { + "id": "4909", + "type": "stop" + }, + { + "id": "4911", + "type": "stop" + }, + { + "id": "4912", + "type": "stop" + }, + { + "id": "4913", + "type": "stop" + }, + { + "id": "4914", + "type": "stop" + }, + { + "id": "4915", + "type": "stop" + }, + { + "id": "4916", + "type": "stop" + }, + { + "id": "4886", + "type": "stop" + }, + { + "id": "14889", + "type": "stop" + }, + { + "id": "4891", + "type": "stop" + }, + { + "id": "4892", + "type": "stop" + }, + { + "id": "4895", + "type": "stop" + }, + { + "id": "14748", + "type": "stop" + }, + { + "id": "4701", + "type": "stop" + }, + { + "id": "4702", + "type": "stop" + }, + { + "id": "4703", + "type": "stop" + }, + { + "id": "4704", + "type": "stop" + }, + { + "id": "4705", + "type": "stop" + }, + { + "id": "4706", + "type": "stop" + }, + { + "id": "4707", + "type": "stop" + }, + { + "id": "4708", + "type": "stop" + }, + { + "id": "4709", + "type": "stop" + }, + { + "id": "4710", + "type": "stop" + }, + { + "id": "4712", + "type": "stop" + }, + { + "id": "4714", + "type": "stop" + }, + { + "id": "15798", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "6298", + "id": "6402", "links": { - "self": "/stops/6298" + "self": "/stops/6402" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6298" + "related": "/facilities/?filter[stop]=6402" } }, "parent_station": { @@ -331361,117 +333821,138 @@ }, { "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Ashmont Station", - "Ruggles Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Ashmont Station - Ruggles Station via Talbot Ave", - "short_name": "22", - "sort_order": 50220, - "text_color": "000000", - "type": 3 - }, - "id": "22", - "links": { - "self": "/routes/22" - }, - "relationships": { - "line": { - "data": { - "id": "line-22", - "type": "line" - } - } - }, - "type": "route" - }, - { - "attributes": { - "direction_id": 0, - "headsign": "Riverside (Shuttle)" + "direction_id": 1, + "headsign": "Forest Hills" }, - "id": "FenwayRiversidePartial-0-sample", + "id": "67251799", "links": { - "self": "/trips/FenwayRiversidePartial-0-sample" + "self": "/trips/67251799" }, "relationships": { "route": { "data": { - "id": "Shuttle-FenwayRiverside", + "id": "32", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-FenwayRiverside-0-0", + "id": "32-1-1", "type": "route_pattern" } }, "service": { "data": { - "id": "canonical", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "FenwayToRiverside-S", + "id": "320293", "type": "shape" } }, "stops": { "data": [ { - "id": "9434", + "id": "42819", "type": "stop" }, { - "id": "1521", + "id": "16466", "type": "stop" }, { - "id": "1525", + "id": "26467", "type": "stop" }, { - "id": "9070178", + "id": "46467", "type": "stop" }, { - "id": "21917", + "id": "56567", "type": "stop" }, { - "id": "1540", + "id": "75467", "type": "stop" }, { - "id": "9070171", + "id": "26466", "type": "stop" }, { - "id": "9170169", + "id": "36466", + "type": "stop" + }, + { + "id": "6466", + "type": "stop" + }, + { + "id": "6467", + "type": "stop" + }, + { + "id": "6468", + "type": "stop" + }, + { + "id": "6470", + "type": "stop" + }, + { + "id": "6471", + "type": "stop" + }, + { + "id": "6472", + "type": "stop" + }, + { + "id": "6473", + "type": "stop" + }, + { + "id": "6474", + "type": "stop" + }, + { + "id": "6476", + "type": "stop" + }, + { + "id": "6478", + "type": "stop" + }, + { + "id": "6479", + "type": "stop" + }, + { + "id": "6480", + "type": "stop" + }, + { + "id": "16479", "type": "stop" }, { - "id": "8206", + "id": "36479", "type": "stop" }, { - "id": "9070165", + "id": "56479", "type": "stop" }, { - "id": "9070162", + "id": "76479", "type": "stop" }, { - "id": "38155", + "id": "875", "type": "stop" } ] @@ -331480,39 +333961,52 @@ "type": "trip" }, { - "attributes": {}, - "id": "78219", + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Redstone Shopping Center", + "Malden Center Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Redstone Shopping Center - Malden Center Station", + "short_name": "132", + "sort_order": 51320, + "text_color": "000000", + "type": 3 + }, + "id": "132", "links": { - "self": "/stops/78219" + "self": "/routes/132" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=78219" + "agency": { + "data": { + "id": "1", + "type": "agency" } }, - "parent_station": { - "data": null - }, - "zone": { + "line": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "line-131132", + "type": "line" } } }, - "type": "stop" + "type": "route" }, { "attributes": {}, - "id": "32", + "id": "121009", "links": { - "self": "/stops/32" + "self": "/stops/121009" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=32" + "related": "/facilities/?filter[stop]=121009" } }, "parent_station": { @@ -331529,14 +334023,14 @@ }, { "attributes": {}, - "id": "3950", + "id": "2341", "links": { - "self": "/stops/3950" + "self": "/stops/2341" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3950" + "related": "/facilities/?filter[stop]=2341" } }, "parent_station": { @@ -331553,14 +334047,14 @@ }, { "attributes": {}, - "id": "485", + "id": "3111", "links": { - "self": "/stops/485" + "self": "/stops/3111" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=485" + "related": "/facilities/?filter[stop]=3111" } }, "parent_station": { @@ -331575,47 +334069,16 @@ }, "type": "stop" }, - { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Ashmont/Braintree", - "Alewife" - ], - "direction_names": [ - "South", - "North" - ], - "long_name": "JFK/UMass - Broadway", - "short_name": "Red Line Shuttle", - "sort_order": 61040, - "text_color": "000000", - "type": 3 - }, - "id": "Shuttle-BroadwayJFK", - "links": { - "self": "/routes/Shuttle-BroadwayJFK" - }, - "relationships": { - "line": { - "data": { - "id": "line-Red", - "type": "line" - } - } - }, - "type": "route" - }, { "attributes": {}, - "id": "1893", + "id": "13858", "links": { - "self": "/stops/1893" + "self": "/stops/13858" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1893" + "related": "/facilities/?filter[stop]=13858" } }, "parent_station": { @@ -331632,14 +334095,14 @@ }, { "attributes": {}, - "id": "8169", + "id": "4803", "links": { - "self": "/stops/8169" + "self": "/stops/4803" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8169" + "related": "/facilities/?filter[stop]=4803" } }, "parent_station": { @@ -331655,39 +334118,133 @@ "type": "stop" }, { - "attributes": {}, - "id": "12147", + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Wellesley Hills", + "South Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Wellesley Hills - South Station (Local)", + "short_name": "Worcester Line Shuttle", + "sort_order": 62480, + "text_color": "000000", + "type": 3 + }, + "id": "Shuttle-SouthStationWellesleyHillsLocal", "links": { - "self": "/stops/12147" + "self": "/routes/Shuttle-SouthStationWellesleyHillsLocal" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=12147" + "agency": { + "data": { + "id": "1", + "type": "agency" } }, - "parent_station": { - "data": null + "line": { + "data": { + "id": "line-Worcester", + "type": "line" + } + } + }, + "type": "route" + }, + { + "attributes": { + "direction_id": 1, + "headsign": "South Station" + }, + "id": "SouthWKDYF24-697815-816", + "links": { + "self": "/trips/SouthWKDYF24-697815-816" + }, + "relationships": { + "route": { + "data": { + "id": "CR-Providence", + "type": "route" + } }, - "zone": { + "route_pattern": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "CR-Providence-c2a7e4dc-1", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "FALL 2024-SOUTHWKD-Weekday-1-Scbbf1ea5", + "type": "service" } + }, + "shape": { + "data": { + "id": "9890008", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "NEC-1851-03", + "type": "stop" + }, + { + "id": "NEC-1891-02", + "type": "stop" + }, + { + "id": "NEC-1969-04", + "type": "stop" + }, + { + "id": "NEC-2040-02", + "type": "stop" + }, + { + "id": "NEC-2108-02", + "type": "stop" + }, + { + "id": "NEC-2139-02", + "type": "stop" + }, + { + "id": "NEC-2173-02", + "type": "stop" + }, + { + "id": "NEC-2265-02", + "type": "stop" + }, + { + "id": "NEC-2276-02", + "type": "stop" + }, + { + "id": "NEC-2287", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "11408", + "id": "9296", "links": { - "self": "/stops/11408" + "self": "/stops/9296" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=11408" + "related": "/facilities/?filter[stop]=9296" } }, "parent_station": { @@ -331704,22 +334261,25 @@ }, { "attributes": {}, - "id": "3339", + "id": "FB-0095-05", "links": { - "self": "/stops/3339" + "self": "/stops/FB-0095-05" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3339" + "related": "/facilities/?filter[stop]=FB-0095-05" } }, "parent_station": { - "data": null + "data": { + "id": "place-DB-0095", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "CR-zone-2", "type": "zone" } } @@ -331728,14 +334288,14 @@ }, { "attributes": {}, - "id": "5378", + "id": "1758", "links": { - "self": "/stops/5378" + "self": "/stops/1758" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5378" + "related": "/facilities/?filter[stop]=1758" } }, "parent_station": { @@ -331752,52 +334312,43 @@ }, { "attributes": {}, - "id": "WML-0081-02", + "id": "9070236", "links": { - "self": "/stops/WML-0081-02" + "self": "/stops/9070236" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=WML-0081-02" + "related": "/facilities/?filter[stop]=9070236" } }, "parent_station": { - "data": { - "id": "place-WML-0081", - "type": "stop" - } + "data": null }, "zone": { - "data": { - "id": "CR-zone-1", - "type": "zone" - } + "data": null } }, "type": "stop" }, { "attributes": {}, - "id": "DB-2205-02", + "id": "2691", "links": { - "self": "/stops/DB-2205-02" + "self": "/stops/2691" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=DB-2205-02" + "related": "/facilities/?filter[stop]=2691" } }, "parent_station": { - "data": { - "id": "place-DB-2205", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "CR-zone-1A", + "id": "LocalBus", "type": "zone" } } @@ -331806,14 +334357,14 @@ }, { "attributes": {}, - "id": "12642", + "id": "3315", "links": { - "self": "/stops/12642" + "self": "/stops/3315" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=12642" + "related": "/facilities/?filter[stop]=3315" } }, "parent_station": { @@ -331830,14 +334381,14 @@ }, { "attributes": {}, - "id": "4301", + "id": "16000", "links": { - "self": "/stops/4301" + "self": "/stops/16000" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4301" + "related": "/facilities/?filter[stop]=16000" } }, "parent_station": { @@ -331854,14 +334405,14 @@ }, { "attributes": {}, - "id": "9042", + "id": "3283", "links": { - "self": "/stops/9042" + "self": "/stops/3283" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9042" + "related": "/facilities/?filter[stop]=3283" } }, "parent_station": { @@ -331878,41 +334429,38 @@ }, { "attributes": {}, - "id": "WML-0035-02", + "id": "NEC-2276-B", "links": { - "self": "/stops/WML-0035-02" + "self": "/stops/NEC-2276-B" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=WML-0035-02" + "related": "/facilities/?filter[stop]=NEC-2276-B" } }, "parent_station": { "data": { - "id": "place-WML-0035", + "id": "place-bbsta", "type": "stop" } }, "zone": { - "data": { - "id": "CR-zone-1A", - "type": "zone" - } + "data": null } }, "type": "stop" }, { "attributes": {}, - "id": "39687", + "id": "3311", "links": { - "self": "/stops/39687" + "self": "/stops/3311" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=39687" + "related": "/facilities/?filter[stop]=3311" } }, "parent_station": { @@ -331929,14 +334477,14 @@ }, { "attributes": {}, - "id": "2485", + "id": "3709", "links": { - "self": "/stops/2485" + "self": "/stops/3709" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2485" + "related": "/facilities/?filter[stop]=3709" } }, "parent_station": { @@ -331955,27 +334503,33 @@ "attributes": { "color": "FFC72C", "direction_destinations": [ - "Bowdoin", - "Wonderland" + "Brighton Center", + "Kenmore Station" ], "direction_names": [ - "West", - "East" + "Outbound", + "Inbound" ], - "long_name": "Wonderland - Suffolk Downs", - "short_name": "Blue Line Shuttle", - "sort_order": 62500, + "long_name": "Brighton Center - Kenmore Station", + "short_name": "65", + "sort_order": 50650, "text_color": "000000", "type": 3 }, - "id": "Shuttle-SuffolkDownsWonderland", + "id": "65", "links": { - "self": "/routes/Shuttle-SuffolkDownsWonderland" + "self": "/routes/65" }, "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, "line": { "data": { - "id": "line-Blue", + "id": "line-6065", "type": "line" } } @@ -331984,25 +334538,22 @@ }, { "attributes": {}, - "id": "70186", + "id": "75791", "links": { - "self": "/stops/70186" + "self": "/stops/75791" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70186" + "related": "/facilities/?filter[stop]=75791" } }, "parent_station": { - "data": { - "id": "place-fenwy", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } @@ -332011,25 +334562,46 @@ }, { "attributes": {}, - "id": "70053", + "id": "3165", "links": { - "self": "/stops/70053" + "self": "/stops/3165" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70053" + "related": "/facilities/?filter[stop]=3165" } }, "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "place-sdmnl", - "type": "stop" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "777", + "links": { + "self": "/stops/777" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=777" } }, + "parent_station": { + "data": null + }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } @@ -332038,14 +334610,14 @@ }, { "attributes": {}, - "id": "2628", + "id": "9981", "links": { - "self": "/stops/2628" + "self": "/stops/9981" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2628" + "related": "/facilities/?filter[stop]=9981" } }, "parent_station": { @@ -332062,14 +334634,14 @@ }, { "attributes": {}, - "id": "1529", + "id": "6122", "links": { - "self": "/stops/1529" + "self": "/stops/6122" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1529" + "related": "/facilities/?filter[stop]=6122" } }, "parent_station": { @@ -332086,178 +334658,246 @@ }, { "attributes": { - "direction_id": 1, - "headsign": "Lechmere" + "direction_id": 0, + "headsign": "Houghs Neck via Germantown" }, - "id": "61848752", + "id": "67290593", "links": { - "self": "/trips/61848752" + "self": "/trips/67290593" }, "relationships": { "route": { "data": { - "id": "87", + "id": "216", "type": "route" } }, "route_pattern": { "data": { - "id": "87-2-1", + "id": "216-2-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "870189", + "id": "2160155", "type": "shape" } }, "stops": { "data": [ { - "id": "12644", + "id": "32002", "type": "stop" }, { - "id": "12645", + "id": "3237", "type": "stop" }, { - "id": "12648", + "id": "3239", "type": "stop" }, { - "id": "12649", + "id": "3425", "type": "stop" }, { - "id": "12650", + "id": "3240", "type": "stop" }, { - "id": "12651", + "id": "3241", "type": "stop" }, { - "id": "12652", + "id": "3242", "type": "stop" }, { - "id": "12653", + "id": "3243", "type": "stop" }, { - "id": "12654", + "id": "3244", "type": "stop" }, { - "id": "2637", + "id": "13245", "type": "stop" }, { - "id": "2575", + "id": "3245", "type": "stop" }, { - "id": "2576", + "id": "3246", "type": "stop" }, { - "id": "2577", + "id": "3247", "type": "stop" }, { - "id": "2579", + "id": "3292", "type": "stop" }, { - "id": "2580", + "id": "3295", "type": "stop" }, { - "id": "2581", + "id": "3298", "type": "stop" }, { - "id": "2582", + "id": "3299", "type": "stop" }, { - "id": "2583", + "id": "3300", "type": "stop" }, { - "id": "2584", + "id": "3301", "type": "stop" }, { - "id": "2586", + "id": "3303", "type": "stop" }, { - "id": "2587", + "id": "3304", "type": "stop" }, { - "id": "2588", + "id": "3305", "type": "stop" }, { - "id": "2589", + "id": "3306", "type": "stop" }, { - "id": "2590", + "id": "3307", "type": "stop" }, { - "id": "2591", + "id": "3308", "type": "stop" }, { - "id": "2593", + "id": "3310", "type": "stop" }, { - "id": "2594", + "id": "3311", "type": "stop" }, { - "id": "2595", + "id": "3312", "type": "stop" }, { - "id": "2510", + "id": "3314", "type": "stop" }, { - "id": "2597", + "id": "3315", "type": "stop" }, { - "id": "2598", + "id": "3316", "type": "stop" }, { - "id": "2599", + "id": "3317", "type": "stop" }, { - "id": "2600", + "id": "3320", "type": "stop" }, { - "id": "2601", + "id": "3321", "type": "stop" }, { - "id": "70500", + "id": "3322", + "type": "stop" + }, + { + "id": "3323", + "type": "stop" + }, + { + "id": "3249", + "type": "stop" + }, + { + "id": "3250", + "type": "stop" + }, + { + "id": "3251", + "type": "stop" + }, + { + "id": "3252", + "type": "stop" + }, + { + "id": "3253", + "type": "stop" + }, + { + "id": "3254", + "type": "stop" + }, + { + "id": "3255", + "type": "stop" + }, + { + "id": "3256", + "type": "stop" + }, + { + "id": "3257", + "type": "stop" + }, + { + "id": "3258", + "type": "stop" + }, + { + "id": "3259", + "type": "stop" + }, + { + "id": "3260", + "type": "stop" + }, + { + "id": "3261", + "type": "stop" + }, + { + "id": "3262", + "type": "stop" + }, + { + "id": "3263", + "type": "stop" + }, + { + "id": "3265", "type": "stop" } ] @@ -332266,39 +334906,52 @@ "type": "trip" }, { - "attributes": {}, - "id": "3857", + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Fields Corner Station", + "Andrew Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Fields Corner Station - Andrew Station", + "short_name": "17", + "sort_order": 50170, + "text_color": "000000", + "type": 3 + }, + "id": "17", "links": { - "self": "/stops/3857" + "self": "/routes/17" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=3857" + "agency": { + "data": { + "id": "1", + "type": "agency" } }, - "parent_station": { - "data": null - }, - "zone": { + "line": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "line-1719", + "type": "line" } } }, - "type": "stop" + "type": "route" }, { "attributes": {}, - "id": "2848", + "id": "5285", "links": { - "self": "/stops/2848" + "self": "/stops/5285" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2848" + "related": "/facilities/?filter[stop]=5285" } }, "parent_station": { @@ -332315,14 +334968,14 @@ }, { "attributes": {}, - "id": "2779", + "id": "7310", "links": { - "self": "/stops/2779" + "self": "/stops/7310" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2779" + "related": "/facilities/?filter[stop]=7310" } }, "parent_station": { @@ -332339,14 +334992,14 @@ }, { "attributes": {}, - "id": "2167", + "id": "49824", "links": { - "self": "/stops/2167" + "self": "/stops/49824" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2167" + "related": "/facilities/?filter[stop]=49824" } }, "parent_station": { @@ -332363,22 +335016,25 @@ }, { "attributes": {}, - "id": "10590", + "id": "FR-0132-01", "links": { - "self": "/stops/10590" + "self": "/stops/FR-0132-01" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=10590" + "related": "/facilities/?filter[stop]=FR-0132-01" } }, "parent_station": { - "data": null + "data": { + "id": "place-FR-0132", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "CR-zone-3", "type": "zone" } } @@ -332387,38 +335043,38 @@ }, { "attributes": {}, - "id": "GB-0229-B1", + "id": "5743", "links": { - "self": "/stops/GB-0229-B1" + "self": "/stops/5743" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=GB-0229-B1" + "related": "/facilities/?filter[stop]=5743" } }, "parent_station": { - "data": { - "id": "place-GB-0229", - "type": "stop" - } + "data": null }, "zone": { - "data": null + "data": { + "id": "LocalBus", + "type": "zone" + } } }, "type": "stop" }, { "attributes": {}, - "id": "1670", + "id": "4841", "links": { - "self": "/stops/1670" + "self": "/stops/4841" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1670" + "related": "/facilities/?filter[stop]=4841" } }, "parent_station": { @@ -332435,22 +335091,25 @@ }, { "attributes": {}, - "id": "7836", + "id": "DB-2240-02", "links": { - "self": "/stops/7836" + "self": "/stops/DB-2240-02" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7836" + "related": "/facilities/?filter[stop]=DB-2240-02" } }, "parent_station": { - "data": null + "data": { + "id": "place-DB-2240", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "CR-zone-1A", "type": "zone" } } @@ -332459,14 +335118,14 @@ }, { "attributes": {}, - "id": "65", + "id": "3229", "links": { - "self": "/stops/65" + "self": "/stops/3229" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=65" + "related": "/facilities/?filter[stop]=3229" } }, "parent_station": { @@ -332474,7 +335133,7 @@ }, "zone": { "data": { - "id": "ExpressBus-Downtown", + "id": "LocalBus", "type": "zone" } } @@ -332483,25 +335142,22 @@ }, { "attributes": {}, - "id": "70101", + "id": "2442", "links": { - "self": "/stops/70101" + "self": "/stops/2442" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70101" + "related": "/facilities/?filter[stop]=2442" } }, "parent_station": { - "data": { - "id": "place-qnctr", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } @@ -332510,14 +335166,14 @@ }, { "attributes": {}, - "id": "5721", + "id": "1752", "links": { - "self": "/stops/5721" + "self": "/stops/1752" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5721" + "related": "/facilities/?filter[stop]=1752" } }, "parent_station": { @@ -332534,14 +335190,14 @@ }, { "attributes": {}, - "id": "1696", + "id": "18487", "links": { - "self": "/stops/1696" + "self": "/stops/18487" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1696" + "related": "/facilities/?filter[stop]=18487" } }, "parent_station": { @@ -332558,14 +335214,14 @@ }, { "attributes": {}, - "id": "4529", + "id": "9045", "links": { - "self": "/stops/4529" + "self": "/stops/9045" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4529" + "related": "/facilities/?filter[stop]=9045" } }, "parent_station": { @@ -332582,14 +335238,14 @@ }, { "attributes": {}, - "id": "109896", + "id": "4858", "links": { - "self": "/stops/109896" + "self": "/stops/4858" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=109896" + "related": "/facilities/?filter[stop]=4858" } }, "parent_station": { @@ -332606,14 +335262,14 @@ }, { "attributes": {}, - "id": "15241", + "id": "1419", "links": { - "self": "/stops/15241" + "self": "/stops/1419" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=15241" + "related": "/facilities/?filter[stop]=1419" } }, "parent_station": { @@ -332630,38 +335286,38 @@ }, { "attributes": {}, - "id": "FR-0115-B1", + "id": "1586", "links": { - "self": "/stops/FR-0115-B1" + "self": "/stops/1586" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=FR-0115-B1" + "related": "/facilities/?filter[stop]=1586" } }, "parent_station": { - "data": { - "id": "place-FR-0115", - "type": "stop" - } + "data": null }, "zone": { - "data": null + "data": { + "id": "LocalBus", + "type": "zone" + } } }, "type": "stop" }, { "attributes": {}, - "id": "2570", + "id": "38482", "links": { - "self": "/stops/2570" + "self": "/stops/38482" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2570" + "related": "/facilities/?filter[stop]=38482" } }, "parent_station": { @@ -332677,148 +335333,39 @@ "type": "stop" }, { - "attributes": { - "direction_id": 1, - "headsign": "West Lynn Garage via Central Square" - }, - "id": "62216487", + "attributes": {}, + "id": "9032", "links": { - "self": "/trips/62216487" + "self": "/stops/9032" }, "relationships": { - "route": { - "data": { - "id": "436", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "436-9-1", - "type": "route_pattern" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=9032" } }, - "service": { - "data": { - "id": "SpringWeekday", - "type": "service" - } + "parent_station": { + "data": null }, - "shape": { + "zone": { "data": { - "id": "4360254", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "17370", - "type": "stop" - }, - { - "id": "7370", - "type": "stop" - }, - { - "id": "7371", - "type": "stop" - }, - { - "id": "7372", - "type": "stop" - }, - { - "id": "7373", - "type": "stop" - }, - { - "id": "7374", - "type": "stop" - }, - { - "id": "17231", - "type": "stop" - }, - { - "id": "7233", - "type": "stop" - }, - { - "id": "7234", - "type": "stop" - }, - { - "id": "7237", - "type": "stop" - }, - { - "id": "6772", - "type": "stop" - }, - { - "id": "16653", - "type": "stop" - }, - { - "id": "6674", - "type": "stop" - }, - { - "id": "6675", - "type": "stop" - }, - { - "id": "6780", - "type": "stop" - }, - { - "id": "6783", - "type": "stop" - }, - { - "id": "4451", - "type": "stop" - }, - { - "id": "4487", - "type": "stop" - }, - { - "id": "4488", - "type": "stop" - }, - { - "id": "4489", - "type": "stop" - }, - { - "id": "4490", - "type": "stop" - }, - { - "id": "4491", - "type": "stop" - }, - { - "id": "4492", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "109823", + "id": "25996", "links": { - "self": "/stops/109823" + "self": "/stops/25996" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=109823" + "related": "/facilities/?filter[stop]=25996" } }, "parent_station": { @@ -332835,14 +335382,14 @@ }, { "attributes": {}, - "id": "4948", + "id": "798", "links": { - "self": "/stops/4948" + "self": "/stops/798" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4948" + "related": "/facilities/?filter[stop]=798" } }, "parent_station": { @@ -332859,38 +335406,35 @@ }, { "attributes": {}, - "id": "4390", + "id": "9070506", "links": { - "self": "/stops/4390" + "self": "/stops/9070506" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4390" + "related": "/facilities/?filter[stop]=9070506" } }, "parent_station": { "data": null }, "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } + "data": null } }, "type": "stop" }, { "attributes": {}, - "id": "585", + "id": "11521", "links": { - "self": "/stops/585" + "self": "/stops/11521" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=585" + "related": "/facilities/?filter[stop]=11521" } }, "parent_station": { @@ -332906,159 +335450,50 @@ "type": "stop" }, { - "attributes": { - "direction_id": 1, - "headsign": "Lechmere" - }, - "id": "61849233", + "attributes": {}, + "id": "6839", "links": { - "self": "/trips/61849233" + "self": "/stops/6839" }, "relationships": { - "route": { - "data": { - "id": "69", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "69-_-1", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "SpringWeekday", - "type": "service" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=6839" } }, - "shape": { - "data": { - "id": "690126", - "type": "shape" - } + "parent_station": { + "data": null }, - "stops": { - "data": [ - { - "id": "110", - "type": "stop" - }, - { - "id": "2168", - "type": "stop" - }, - { - "id": "1400", - "type": "stop" - }, - { - "id": "1401", - "type": "stop" - }, - { - "id": "1402", - "type": "stop" - }, - { - "id": "1403", - "type": "stop" - }, - { - "id": "14031", - "type": "stop" - }, - { - "id": "1404", - "type": "stop" - }, - { - "id": "1405", - "type": "stop" - }, - { - "id": "1406", - "type": "stop" - }, - { - "id": "11408", - "type": "stop" - }, - { - "id": "1409", - "type": "stop" - }, - { - "id": "11410", - "type": "stop" - }, - { - "id": "1411", - "type": "stop" - }, - { - "id": "1413", - "type": "stop" - }, - { - "id": "70500", - "type": "stop" - } - ] - } - }, - "type": "trip" - }, - { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Point Shirley", - "Orient Heights Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Point Shirley - Orient Heights Station via Revere Street", - "short_name": "712", - "sort_order": 57120, - "text_color": "000000", - "type": 3 - }, - "id": "712", - "links": { - "self": "/routes/712" - }, - "relationships": { - "line": { + "zone": { "data": { - "id": "line-712713", - "type": "line" + "id": "LocalBus", + "type": "zone" } } }, - "type": "route" + "type": "stop" }, { "attributes": {}, - "id": "1478", + "id": "ER-0183-01", "links": { - "self": "/stops/1478" + "self": "/stops/ER-0183-01" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1478" + "related": "/facilities/?filter[stop]=ER-0183-01" + } + }, + "parent_station": { + "data": { + "id": "place-ER-0183", + "type": "stop" } }, - "parent_station": { - "data": null - }, "zone": { "data": { - "id": "LocalBus", + "id": "CR-zone-4", "type": "zone" } } @@ -333066,440 +335501,99 @@ "type": "stop" }, { - "attributes": { - "direction_id": 0, - "headsign": "Millennium Park" - }, - "id": "62144919", + "attributes": {}, + "id": "597", "links": { - "self": "/trips/62144919" + "self": "/stops/597" }, "relationships": { - "route": { - "data": { - "id": "36", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "36-1-0", - "type": "route_pattern" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=597" } }, - "service": { - "data": { - "id": "SpringWeekday", - "type": "service" - } + "parent_station": { + "data": null }, - "shape": { + "zone": { "data": { - "id": "360370", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "10642", - "type": "stop" - }, - { - "id": "596", - "type": "stop" - }, - { - "id": "597", - "type": "stop" - }, - { - "id": "598", - "type": "stop" - }, - { - "id": "599", - "type": "stop" - }, - { - "id": "600", - "type": "stop" - }, - { - "id": "601", - "type": "stop" - }, - { - "id": "602", - "type": "stop" - }, - { - "id": "797", - "type": "stop" - }, - { - "id": "798", - "type": "stop" - }, - { - "id": "799", - "type": "stop" - }, - { - "id": "800", - "type": "stop" - }, - { - "id": "801", - "type": "stop" - }, - { - "id": "802", - "type": "stop" - }, - { - "id": "803", - "type": "stop" - }, - { - "id": "804", - "type": "stop" - }, - { - "id": "805", - "type": "stop" - }, - { - "id": "806", - "type": "stop" - }, - { - "id": "807", - "type": "stop" - }, - { - "id": "808", - "type": "stop" - }, - { - "id": "810", - "type": "stop" - }, - { - "id": "821", - "type": "stop" - }, - { - "id": "812", - "type": "stop" - }, - { - "id": "11812", - "type": "stop" - }, - { - "id": "813", - "type": "stop" - }, - { - "id": "814", - "type": "stop" - }, - { - "id": "815", - "type": "stop" - }, - { - "id": "816", - "type": "stop" - }, - { - "id": "817", - "type": "stop" - }, - { - "id": "10820", - "type": "stop" - }, - { - "id": "10830", - "type": "stop" - }, - { - "id": "137", - "type": "stop" - }, - { - "id": "67120", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": { "direction_id": 1, - "headsign": "West Lynn Garage via Central Square" + "headsign": "South Station" }, - "id": "63325301", + "id": "SouthWKDYF24-697843-862", "links": { - "self": "/trips/63325301" + "self": "/trips/SouthWKDYF24-697843-862" }, "relationships": { "route": { "data": { - "id": "455", + "id": "CR-Providence", "type": "route" } }, "route_pattern": { "data": { - "id": "455-8-1", + "id": "CR-Providence-dc0794ca-1", "type": "route_pattern" } }, "service": { "data": { - "id": "BUS32024-hbl34j47-Sunday-02", + "id": "FALL 2024-SOUTHWKD-Weekday-1-Scbbf1ea5", "type": "service" } }, "shape": { "data": { - "id": "4550293", + "id": "9890003", "type": "shape" } }, "stops": { "data": [ { - "id": "37150", - "type": "stop" - }, - { - "id": "4453", - "type": "stop" - }, - { - "id": "6103", - "type": "stop" - }, - { - "id": "6104", - "type": "stop" - }, - { - "id": "6106", - "type": "stop" - }, - { - "id": "6108", - "type": "stop" - }, - { - "id": "6109", - "type": "stop" - }, - { - "id": "6110", - "type": "stop" - }, - { - "id": "6111", - "type": "stop" - }, - { - "id": "6112", - "type": "stop" - }, - { - "id": "6113", - "type": "stop" - }, - { - "id": "6114", - "type": "stop" - }, - { - "id": "6115", - "type": "stop" - }, - { - "id": "6116", - "type": "stop" - }, - { - "id": "6118", - "type": "stop" - }, - { - "id": "16118", - "type": "stop" - }, - { - "id": "6119", - "type": "stop" - }, - { - "id": "6120", - "type": "stop" - }, - { - "id": "6122", - "type": "stop" - }, - { - "id": "6123", - "type": "stop" - }, - { - "id": "6124", - "type": "stop" - }, - { - "id": "6125", - "type": "stop" - }, - { - "id": "6126", - "type": "stop" - }, - { - "id": "16126", - "type": "stop" - }, - { - "id": "6127", - "type": "stop" - }, - { - "id": "6128", - "type": "stop" - }, - { - "id": "6129", - "type": "stop" - }, - { - "id": "6130", - "type": "stop" - }, - { - "id": "6131", - "type": "stop" - }, - { - "id": "16131", - "type": "stop" - }, - { - "id": "6132", - "type": "stop" - }, - { - "id": "16132", - "type": "stop" - }, - { - "id": "6133", - "type": "stop" - }, - { - "id": "6134", - "type": "stop" - }, - { - "id": "6135", - "type": "stop" - }, - { - "id": "6136", - "type": "stop" - }, - { - "id": "6137", - "type": "stop" - }, - { - "id": "6138", - "type": "stop" - }, - { - "id": "6139", - "type": "stop" - }, - { - "id": "6140", - "type": "stop" - }, - { - "id": "17231", - "type": "stop" - }, - { - "id": "7233", - "type": "stop" - }, - { - "id": "7234", - "type": "stop" - }, - { - "id": "7237", - "type": "stop" - }, - { - "id": "6772", - "type": "stop" - }, - { - "id": "16653", - "type": "stop" - }, - { - "id": "6674", - "type": "stop" - }, - { - "id": "6675", - "type": "stop" - }, - { - "id": "6780", + "id": "SB-0189-S", "type": "stop" }, { - "id": "6783", + "id": "SB-0156-S", "type": "stop" }, { - "id": "4451", + "id": "SB-0150-06", "type": "stop" }, { - "id": "4487", + "id": "NEC-2173-02", "type": "stop" }, { - "id": "4488", + "id": "NEC-2192-02", "type": "stop" }, { - "id": "4489", + "id": "NEC-2203-02", "type": "stop" }, { - "id": "4490", + "id": "NEC-2265-02", "type": "stop" }, { - "id": "4491", + "id": "NEC-2276-02", "type": "stop" }, { - "id": "4492", + "id": "NEC-2287", "type": "stop" } ] @@ -333509,14 +335603,14 @@ }, { "attributes": {}, - "id": "5628", + "id": "1615", "links": { - "self": "/stops/5628" + "self": "/stops/1615" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5628" + "related": "/facilities/?filter[stop]=1615" } }, "parent_station": { @@ -333533,14 +335627,14 @@ }, { "attributes": {}, - "id": "5279", + "id": "11413", "links": { - "self": "/stops/5279" + "self": "/stops/11413" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5279" + "related": "/facilities/?filter[stop]=11413" } }, "parent_station": { @@ -333557,14 +335651,14 @@ }, { "attributes": {}, - "id": "1400", + "id": "773", "links": { - "self": "/stops/1400" + "self": "/stops/773" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1400" + "related": "/facilities/?filter[stop]=773" } }, "parent_station": { @@ -333581,14 +335675,14 @@ }, { "attributes": {}, - "id": "5387", + "id": "48", "links": { - "self": "/stops/5387" + "self": "/stops/48" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5387" + "related": "/facilities/?filter[stop]=48" } }, "parent_station": { @@ -333603,30 +335697,16 @@ }, "type": "stop" }, - { - "attributes": { - "color": "FFC72C", - "long_name": "Reservoir - Forest Hills", - "short_name": "51", - "sort_order": 50510, - "text_color": "000000" - }, - "id": "line-51", - "links": { - "self": "/lines/line-51" - }, - "type": "line" - }, { "attributes": {}, - "id": "9201", + "id": "927", "links": { - "self": "/stops/9201" + "self": "/stops/927" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9201" + "related": "/facilities/?filter[stop]=927" } }, "parent_station": { @@ -333643,14 +335723,14 @@ }, { "attributes": {}, - "id": "86944", + "id": "5816", "links": { - "self": "/stops/86944" + "self": "/stops/5816" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=86944" + "related": "/facilities/?filter[stop]=5816" } }, "parent_station": { @@ -333667,14 +335747,14 @@ }, { "attributes": {}, - "id": "1060", + "id": "155", "links": { - "self": "/stops/1060" + "self": "/stops/155" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1060" + "related": "/facilities/?filter[stop]=155" } }, "parent_station": { @@ -333691,14 +335771,14 @@ }, { "attributes": {}, - "id": "7403", + "id": "1574", "links": { - "self": "/stops/7403" + "self": "/stops/1574" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7403" + "related": "/facilities/?filter[stop]=1574" } }, "parent_station": { @@ -333713,313 +335793,16 @@ }, "type": "stop" }, - { - "attributes": { - "direction_id": 0, - "headsign": "Holbrook/Randolph" - }, - "id": "61929339", - "links": { - "self": "/trips/61929339" - }, - "relationships": { - "route": { - "data": { - "id": "238", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "238-9-0", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "SpringWeekday", - "type": "service" - } - }, - "shape": { - "data": { - "id": "2380243", - "type": "shape" - } - }, - "stops": { - "data": [ - { - "id": "32003", - "type": "stop" - }, - { - "id": "3326", - "type": "stop" - }, - { - "id": "3327", - "type": "stop" - }, - { - "id": "3328", - "type": "stop" - }, - { - "id": "3330", - "type": "stop" - }, - { - "id": "3846", - "type": "stop" - }, - { - "id": "3848", - "type": "stop" - }, - { - "id": "3849", - "type": "stop" - }, - { - "id": "3850", - "type": "stop" - }, - { - "id": "3851", - "type": "stop" - }, - { - "id": "3852", - "type": "stop" - }, - { - "id": "3853", - "type": "stop" - }, - { - "id": "3854", - "type": "stop" - }, - { - "id": "3855", - "type": "stop" - }, - { - "id": "41031", - "type": "stop" - }, - { - "id": "41035", - "type": "stop" - }, - { - "id": "1633", - "type": "stop" - }, - { - "id": "1634", - "type": "stop" - }, - { - "id": "1635", - "type": "stop" - }, - { - "id": "1636", - "type": "stop" - }, - { - "id": "1637", - "type": "stop" - }, - { - "id": "1638", - "type": "stop" - }, - { - "id": "1639", - "type": "stop" - }, - { - "id": "1640", - "type": "stop" - }, - { - "id": "1641", - "type": "stop" - }, - { - "id": "1642", - "type": "stop" - }, - { - "id": "1643", - "type": "stop" - }, - { - "id": "1644", - "type": "stop" - }, - { - "id": "1647", - "type": "stop" - }, - { - "id": "1648", - "type": "stop" - }, - { - "id": "1649", - "type": "stop" - }, - { - "id": "1650", - "type": "stop" - }, - { - "id": "4023", - "type": "stop" - }, - { - "id": "4020", - "type": "stop" - }, - { - "id": "4019", - "type": "stop" - }, - { - "id": "4023", - "type": "stop" - }, - { - "id": "4024", - "type": "stop" - }, - { - "id": "4032", - "type": "stop" - }, - { - "id": "4034", - "type": "stop" - }, - { - "id": "4035", - "type": "stop" - }, - { - "id": "4036", - "type": "stop" - }, - { - "id": "4037", - "type": "stop" - }, - { - "id": "4038", - "type": "stop" - }, - { - "id": "4039", - "type": "stop" - }, - { - "id": "4040", - "type": "stop" - }, - { - "id": "4042", - "type": "stop" - }, - { - "id": "4043", - "type": "stop" - }, - { - "id": "4044", - "type": "stop" - }, - { - "id": "4046", - "type": "stop" - }, - { - "id": "4047", - "type": "stop" - }, - { - "id": "4049", - "type": "stop" - }, - { - "id": "4050", - "type": "stop" - }, - { - "id": "4051", - "type": "stop" - }, - { - "id": "4053", - "type": "stop" - }, - { - "id": "4054", - "type": "stop" - }, - { - "id": "4055", - "type": "stop" - }, - { - "id": "4056", - "type": "stop" - }, - { - "id": "14056", - "type": "stop" - }, - { - "id": "4057", - "type": "stop" - }, - { - "id": "4058", - "type": "stop" - }, - { - "id": "4252", - "type": "stop" - }, - { - "id": "4253", - "type": "stop" - }, - { - "id": "4254", - "type": "stop" - }, - { - "id": "4255", - "type": "stop" - } - ] - } - }, - "type": "trip" - }, { "attributes": {}, - "id": "7723", + "id": "7401", "links": { - "self": "/stops/7723" + "self": "/stops/7401" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7723" + "related": "/facilities/?filter[stop]=7401" } }, "parent_station": { @@ -334035,484 +335818,280 @@ "type": "stop" }, { - "attributes": { - "direction_id": 0, - "headsign": "Marblehead via Central Square & Paradise Rd" - }, - "id": "62216527", + "attributes": {}, + "id": "5899", "links": { - "self": "/trips/62216527" + "self": "/stops/5899" }, "relationships": { - "route": { - "data": { - "id": "441", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "441-9-0", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "SpringWeekday", - "type": "service" - } - }, - "shape": { - "data": { - "id": "4410208", - "type": "shape" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=5899" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "4520", - "type": "stop" - }, - { - "id": "45211", - "type": "stop" - }, - { - "id": "4521", - "type": "stop" - }, - { - "id": "4522", - "type": "stop" - }, - { - "id": "4523", - "type": "stop" - }, - { - "id": "4524", - "type": "stop" - }, - { - "id": "4525", - "type": "stop" - }, - { - "id": "6822", - "type": "stop" - }, - { - "id": "6824", - "type": "stop" - }, - { - "id": "6827", - "type": "stop" - }, - { - "id": "6773", - "type": "stop" - }, - { - "id": "14748", - "type": "stop" - }, - { - "id": "6600", - "type": "stop" - }, - { - "id": "4749", - "type": "stop" - }, - { - "id": "4751", - "type": "stop" - }, - { - "id": "4752", - "type": "stop" - }, - { - "id": "14753", - "type": "stop" - }, - { - "id": "4755", - "type": "stop" - }, - { - "id": "4757", - "type": "stop" - }, - { - "id": "4758", - "type": "stop" - }, - { - "id": "4759", - "type": "stop" - }, - { - "id": "4760", - "type": "stop" - }, - { - "id": "4762", - "type": "stop" - }, - { - "id": "4763", - "type": "stop" - }, - { - "id": "4764", - "type": "stop" - }, - { - "id": "4765", - "type": "stop" - }, - { - "id": "4766", - "type": "stop" - }, - { - "id": "4768", - "type": "stop" - }, - { - "id": "4769", - "type": "stop" - }, - { - "id": "4770", - "type": "stop" - }, - { - "id": "4771", - "type": "stop" - }, - { - "id": "4772", - "type": "stop" - }, - { - "id": "4777", - "type": "stop" - }, - { - "id": "4779", - "type": "stop" - }, - { - "id": "4781", - "type": "stop" - }, - { - "id": "4782", - "type": "stop" - }, - { - "id": "4784", - "type": "stop" - }, - { - "id": "4785", - "type": "stop" - }, - { - "id": "4786", - "type": "stop" - }, - { - "id": "4787", - "type": "stop" - }, - { - "id": "4788", - "type": "stop" - }, - { - "id": "4789", - "type": "stop" - }, - { - "id": "4790", - "type": "stop" - }, - { - "id": "4791", - "type": "stop" - }, - { - "id": "4792", - "type": "stop" - }, - { - "id": "4793", - "type": "stop" - }, - { - "id": "4794", - "type": "stop" - }, - { - "id": "4795", - "type": "stop" - }, - { - "id": "4796", - "type": "stop" - }, - { - "id": "4797", - "type": "stop" - }, - { - "id": "4799", - "type": "stop" - }, - { - "id": "4800", - "type": "stop" - }, - { - "id": "4801", - "type": "stop" - }, - { - "id": "4802", - "type": "stop" - }, - { - "id": "4803", - "type": "stop" - }, - { - "id": "4804", - "type": "stop" - }, - { - "id": "4805", - "type": "stop" - }, - { - "id": "4806", - "type": "stop" - }, - { - "id": "4807", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" + }, + { + "attributes": {}, + "id": "23951", + "links": { + "self": "/stops/23951" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=23951" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "892", + "links": { + "self": "/stops/892" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=892" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" }, { "attributes": { - "direction_id": 0, - "headsign": "Woodland Rd via Gateway Center" + "color": "FFC72C", + "direction_destinations": [ + "Braintree", + "Ashmont" + ], + "direction_names": [ + "South", + "North" + ], + "long_name": "Ashmont - Braintree", + "short_name": "Red Line Shuttle", + "sort_order": 60270, + "text_color": "000000", + "type": 3 + }, + "id": "Shuttle-AshmontBraintree", + "links": { + "self": "/routes/Shuttle-AshmontBraintree" + }, + "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, + "line": { + "data": { + "id": "line-Red", + "type": "line" + } + } + }, + "type": "route" + }, + { + "attributes": {}, + "id": "5517", + "links": { + "self": "/stops/5517" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=5517" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "1686", + "links": { + "self": "/stops/1686" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=1686" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "5314", + "links": { + "self": "/stops/5314" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=5314" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": { + "direction_id": 1, + "headsign": "Third Ave" }, - "id": "61873556", + "id": "67008550", "links": { - "self": "/trips/61873556" + "self": "/trips/67008550" }, "relationships": { "route": { "data": { - "id": "99", + "id": "351", "type": "route" } }, "route_pattern": { "data": { - "id": "99-8-0", + "id": "351-1-1", "type": "route_pattern" } }, "service": { "data": { - "id": "BUS22024-hbg24016-Saturday-02", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "990147", + "id": "3510114", "type": "shape" } }, "stops": { "data": [ { - "id": "5271", - "type": "stop" - }, - { - "id": "55631", - "type": "stop" - }, - { - "id": "55632", - "type": "stop" - }, - { - "id": "5563", - "type": "stop" - }, - { - "id": "5405", - "type": "stop" - }, - { - "id": "5406", - "type": "stop" - }, - { - "id": "45406", - "type": "stop" - }, - { - "id": "5408", - "type": "stop" - }, - { - "id": "5409", - "type": "stop" - }, - { - "id": "5410", - "type": "stop" - }, - { - "id": "5411", - "type": "stop" - }, - { - "id": "5412", - "type": "stop" - }, - { - "id": "5413", - "type": "stop" - }, - { - "id": "5451", - "type": "stop" - }, - { - "id": "5452", - "type": "stop" - }, - { - "id": "5453", - "type": "stop" - }, - { - "id": "5454", - "type": "stop" - }, - { - "id": "5366", - "type": "stop" - }, - { - "id": "5342", - "type": "stop" - }, - { - "id": "9215", - "type": "stop" - }, - { - "id": "19215", - "type": "stop" - }, - { - "id": "5369", - "type": "stop" - }, - { - "id": "5072", - "type": "stop" - }, - { - "id": "5074", - "type": "stop" - }, - { - "id": "5075", - "type": "stop" - }, - { - "id": "5076", - "type": "stop" - }, - { - "id": "5077", - "type": "stop" - }, - { - "id": "5078", + "id": "49795", "type": "stop" }, { - "id": "5079", + "id": "49796", "type": "stop" }, { - "id": "45079", + "id": "49797", "type": "stop" }, { - "id": "5080", + "id": "49798", "type": "stop" }, { - "id": "45080", + "id": "49800", "type": "stop" }, { - "id": "5081", + "id": "49801", "type": "stop" }, { - "id": "5083", + "id": "49803", "type": "stop" }, { - "id": "5084", + "id": "49810", "type": "stop" }, { - "id": "5085", + "id": "49847", "type": "stop" }, { - "id": "5086", + "id": "49806", "type": "stop" }, { - "id": "5087", + "id": "49807", "type": "stop" }, { - "id": "5088", + "id": "49848", "type": "stop" }, { - "id": "50881", + "id": "49849", "type": "stop" }, { - "id": "25059", + "id": "49850", "type": "stop" }, { - "id": "15058", + "id": "49805", "type": "stop" } ] @@ -334522,14 +336101,14 @@ }, { "attributes": {}, - "id": "1357", + "id": "93", "links": { - "self": "/stops/1357" + "self": "/stops/93" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1357" + "related": "/facilities/?filter[stop]=93" } }, "parent_station": { @@ -334546,14 +336125,14 @@ }, { "attributes": {}, - "id": "5728", + "id": "2617", "links": { - "self": "/stops/5728" + "self": "/stops/2617" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5728" + "related": "/facilities/?filter[stop]=2617" } }, "parent_station": { @@ -334570,14 +336149,14 @@ }, { "attributes": {}, - "id": "3259", + "id": "1081", "links": { - "self": "/stops/3259" + "self": "/stops/1081" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3259" + "related": "/facilities/?filter[stop]=1081" } }, "parent_station": { @@ -334594,14 +336173,14 @@ }, { "attributes": {}, - "id": "4069", + "id": "7486", "links": { - "self": "/stops/4069" + "self": "/stops/7486" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4069" + "related": "/facilities/?filter[stop]=7486" } }, "parent_station": { @@ -334618,14 +336197,14 @@ }, { "attributes": {}, - "id": "5220", + "id": "3088", "links": { - "self": "/stops/5220" + "self": "/stops/3088" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5220" + "related": "/facilities/?filter[stop]=3088" } }, "parent_station": { @@ -334642,25 +336221,22 @@ }, { "attributes": {}, - "id": "70250", + "id": "8637", "links": { - "self": "/stops/70250" + "self": "/stops/8637" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70250" + "related": "/facilities/?filter[stop]=8637" } }, "parent_station": { - "data": { - "id": "place-brmnl", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } @@ -334669,45 +336245,75 @@ }, { "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Brighton Center", - "Federal Street & Franklin Street" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Brighton Center - Federal Street & Franklin Street", - "short_name": "501", - "sort_order": 55010, - "text_color": "000000", - "type": 3 + "direction_id": 0, + "headsign": "Beverly (Shuttle)" }, - "id": "501", + "id": "BeverlyNorthStationLocalExtended-0-sample", "links": { - "self": "/routes/501" + "self": "/trips/BeverlyNorthStationLocalExtended-0-sample" }, "relationships": { - "line": { + "route": { "data": { - "id": "line-501503", - "type": "line" + "id": "Shuttle-BeverlyNorthStationLimited", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "Shuttle-BeverlyNorthStationLimited-0-0", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "canonical", + "type": "service" + } + }, + "shape": { + "data": { + "id": "NorthStationToBeverlyLimited-S", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "BNT-0000-B2", + "type": "stop" + }, + { + "id": "14748", + "type": "stop" + }, + { + "id": "ER-0128-B0", + "type": "stop" + }, + { + "id": "ER-0168-B", + "type": "stop" + }, + { + "id": "ER-0183-B", + "type": "stop" + } + ] } }, - "type": "route" + "type": "trip" }, { "attributes": {}, - "id": "8182", + "id": "2433", "links": { - "self": "/stops/8182" + "self": "/stops/2433" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8182" + "related": "/facilities/?filter[stop]=2433" } }, "parent_station": { @@ -334724,14 +336330,14 @@ }, { "attributes": {}, - "id": "1633", + "id": "9190", "links": { - "self": "/stops/1633" + "self": "/stops/9190" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1633" + "related": "/facilities/?filter[stop]=9190" } }, "parent_station": { @@ -334748,25 +336354,70 @@ }, { "attributes": {}, - "id": "70019", + "id": "49901", "links": { - "self": "/stops/70019" + "self": "/stops/49901" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70019" + "related": "/facilities/?filter[stop]=49901" } }, "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "place-chncl", - "type": "stop" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "125", + "links": { + "self": "/stops/125" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=125" } }, + "parent_station": { + "data": null + }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "551", + "links": { + "self": "/stops/551" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=551" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", "type": "zone" } } @@ -334775,166 +336426,366 @@ }, { "attributes": { - "direction_id": 1, - "headsign": "JFK/UMass" + "direction_id": 0, + "headsign": "Walpole Center via Washington St" }, - "id": "62145817", + "id": "67251646", "links": { - "self": "/trips/62145817" + "self": "/trips/67251646" }, "relationships": { "route": { "data": { - "id": "41", + "id": "34E", "type": "route" } }, "route_pattern": { "data": { - "id": "41-_-1", + "id": "34E-4-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "410101", + "id": "34E0254", "type": "shape" } }, "stops": { "data": [ { - "id": "11939", + "id": "10642", "type": "stop" }, { - "id": "1129", + "id": "596", "type": "stop" }, { - "id": "1130", + "id": "597", "type": "stop" }, { - "id": "1132", + "id": "598", "type": "stop" }, { - "id": "11131", + "id": "599", "type": "stop" }, { - "id": "1134", + "id": "600", "type": "stop" }, { - "id": "1135", + "id": "601", "type": "stop" }, { - "id": "1136", + "id": "6022", "type": "stop" }, { - "id": "1137", + "id": "603", "type": "stop" }, { - "id": "1138", + "id": "10603", "type": "stop" }, { - "id": "11531", + "id": "604", "type": "stop" }, { - "id": "1140", + "id": "605", "type": "stop" }, { - "id": "1141", + "id": "606", "type": "stop" }, { - "id": "1142", + "id": "607", "type": "stop" }, { - "id": "1144", + "id": "608", "type": "stop" }, { - "id": "1145", + "id": "609", "type": "stop" }, { - "id": "1147", + "id": "610", "type": "stop" }, { - "id": "64000", + "id": "611", "type": "stop" }, { - "id": "1493", + "id": "612", "type": "stop" }, { - "id": "1495", + "id": "10612", "type": "stop" }, { - "id": "1497", + "id": "613", "type": "stop" }, { - "id": "1498", + "id": "614", "type": "stop" }, { - "id": "1499", + "id": "615", "type": "stop" }, { - "id": "1500", + "id": "616", "type": "stop" }, { - "id": "1501", + "id": "618", "type": "stop" }, { - "id": "11501", + "id": "10618", "type": "stop" }, { - "id": "2933", + "id": "24619", "type": "stop" }, { - "id": "2934", + "id": "99832", "type": "stop" }, { - "id": "2935", + "id": "12618", "type": "stop" }, { - "id": "135", + "id": "13618", "type": "stop" }, { - "id": "136", + "id": "14618", "type": "stop" }, { - "id": "121", + "id": "15618", + "type": "stop" + }, + { + "id": "16618", + "type": "stop" + }, + { + "id": "22628", + "type": "stop" + }, + { + "id": "18618", + "type": "stop" + }, + { + "id": "19618", + "type": "stop" + }, + { + "id": "20618", + "type": "stop" + }, + { + "id": "21618", + "type": "stop" + }, + { + "id": "20619", + "type": "stop" + }, + { + "id": "30619", + "type": "stop" + }, + { + "id": "40619", + "type": "stop" + }, + { + "id": "20620", + "type": "stop" + }, + { + "id": "30620", + "type": "stop" + }, + { + "id": "90620", + "type": "stop" + }, + { + "id": "90621", + "type": "stop" + }, + { + "id": "31619", + "type": "stop" + }, + { + "id": "32619", + "type": "stop" + }, + { + "id": "33619", + "type": "stop" + }, + { + "id": "34619", + "type": "stop" + }, + { + "id": "22618", + "type": "stop" + }, + { + "id": "23618", + "type": "stop" + }, + { + "id": "24628", + "type": "stop" + }, + { + "id": "25618", + "type": "stop" + }, + { + "id": "26618", + "type": "stop" + }, + { + "id": "27618", + "type": "stop" + }, + { + "id": "28618", + "type": "stop" + }, + { + "id": "29618", + "type": "stop" + }, + { + "id": "30618", + "type": "stop" + }, + { + "id": "31618", + "type": "stop" + }, + { + "id": "31628", + "type": "stop" + }, + { + "id": "32628", + "type": "stop" + }, + { + "id": "32638", + "type": "stop" + }, + { + "id": "33618", + "type": "stop" + }, + { + "id": "34618", + "type": "stop" + }, + { + "id": "35618", + "type": "stop" + }, + { + "id": "36618", + "type": "stop" + }, + { + "id": "37618", + "type": "stop" + }, + { + "id": "40618", + "type": "stop" + }, + { + "id": "41618", + "type": "stop" + }, + { + "id": "61842", + "type": "stop" + }, + { + "id": "73618", + "type": "stop" + }, + { + "id": "73619", + "type": "stop" + }, + { + "id": "75618", + "type": "stop" + }, + { + "id": "76618", + "type": "stop" + }, + { + "id": "77618", + "type": "stop" + }, + { + "id": "79618", + "type": "stop" + }, + { + "id": "81618", + "type": "stop" + }, + { + "id": "82618", + "type": "stop" + }, + { + "id": "83618", + "type": "stop" + }, + { + "id": "84618", + "type": "stop" + }, + { + "id": "85618", + "type": "stop" + }, + { + "id": "86618", "type": "stop" } ] @@ -334942,16 +336793,53 @@ }, "type": "trip" }, + { + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Harvard Square", + "Nubian Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Harvard Square - Nubian Station", + "short_name": "66", + "sort_order": 50660, + "text_color": "000000", + "type": 3 + }, + "id": "66", + "links": { + "self": "/routes/66" + }, + "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, + "line": { + "data": { + "id": "line-66", + "type": "line" + } + } + }, + "type": "route" + }, { "attributes": {}, - "id": "38771", + "id": "3362", "links": { - "self": "/stops/38771" + "self": "/stops/3362" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=38771" + "related": "/facilities/?filter[stop]=3362" } }, "parent_station": { @@ -334968,14 +336856,14 @@ }, { "attributes": {}, - "id": "3874", + "id": "3464", "links": { - "self": "/stops/3874" + "self": "/stops/3464" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3874" + "related": "/facilities/?filter[stop]=3464" } }, "parent_station": { @@ -334992,14 +336880,14 @@ }, { "attributes": {}, - "id": "18487", + "id": "90620", "links": { - "self": "/stops/18487" + "self": "/stops/90620" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=18487" + "related": "/facilities/?filter[stop]=90620" } }, "parent_station": { @@ -335016,14 +336904,62 @@ }, { "attributes": {}, - "id": "86967", + "id": "16434", "links": { - "self": "/stops/86967" + "self": "/stops/16434" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=86967" + "related": "/facilities/?filter[stop]=16434" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "4932", + "links": { + "self": "/stops/4932" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=4932" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "396", + "links": { + "self": "/stops/396" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=396" } }, "parent_station": { @@ -335040,199 +336976,103 @@ }, { "attributes": { - "direction_id": 1, - "headsign": "Wellington" + "direction_id": 0, + "headsign": "Braintree (Shuttle)" }, - "id": "61868946", + "id": "AshmontBraintree-Weekday-9e586-0-00:00:00", "links": { - "self": "/trips/61868946" + "self": "/trips/AshmontBraintree-Weekday-9e586-0-00%3A00%3A00" }, "relationships": { "route": { "data": { - "id": "99", + "id": "Shuttle-AshmontBraintree", "type": "route" } }, "route_pattern": { "data": { - "id": "99-7-1", + "id": "Shuttle-AshmontBraintree-0-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "canonical", "type": "service" } }, "shape": { "data": { - "id": "990143", + "id": "AshmontToBraintree-S", "type": "shape" } }, "stops": { "data": [ { - "id": "15058", - "type": "stop" - }, - { - "id": "15060", - "type": "stop" - }, - { - "id": "15061", - "type": "stop" - }, - { - "id": "5059", - "type": "stop" - }, - { - "id": "45059", - "type": "stop" - }, - { - "id": "5060", - "type": "stop" - }, - { - "id": "5061", - "type": "stop" - }, - { - "id": "5062", - "type": "stop" - }, - { - "id": "5079", - "type": "stop" - }, - { - "id": "45079", - "type": "stop" - }, - { - "id": "5080", - "type": "stop" - }, - { - "id": "45080", - "type": "stop" - }, - { - "id": "5081", - "type": "stop" - }, - { - "id": "5066", - "type": "stop" - }, - { - "id": "5067", - "type": "stop" - }, - { - "id": "5068", - "type": "stop" - }, - { - "id": "5069", - "type": "stop" - }, - { - "id": "5070", - "type": "stop" - }, - { - "id": "5327", - "type": "stop" - }, - { - "id": "5289", - "type": "stop" - }, - { - "id": "5373", - "type": "stop" - }, - { - "id": "5374", - "type": "stop" - }, - { - "id": "5447", - "type": "stop" - }, - { - "id": "5449", - "type": "stop" - }, - { - "id": "5395", - "type": "stop" - }, - { - "id": "5396", - "type": "stop" - }, - { - "id": "5397", - "type": "stop" - }, - { - "id": "5398", - "type": "stop" - }, - { - "id": "5399", - "type": "stop" - }, - { - "id": "5400", - "type": "stop" - }, - { - "id": "5401", + "id": "334", "type": "stop" }, { - "id": "5403", + "id": "3125", "type": "stop" }, { - "id": "5404", + "id": "9170099", "type": "stop" }, { - "id": "5561", + "id": "9070101", "type": "stop" }, { - "id": "6569", + "id": "41031", "type": "stop" }, { - "id": "5271", + "id": "38671", "type": "stop" } ] } }, - "type": "trip" + "type": "trip" + }, + { + "attributes": {}, + "id": "1287", + "links": { + "self": "/stops/1287" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=1287" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" }, { "attributes": {}, - "id": "85566", + "id": "7404", "links": { - "self": "/stops/85566" + "self": "/stops/7404" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=85566" + "related": "/facilities/?filter[stop]=7404" } }, "parent_station": { @@ -335248,372 +337088,385 @@ "type": "stop" }, { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Quincy Center Station", - "Squantum" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Quincy Center Station - Squantum", - "short_name": "211", - "sort_order": 52110, - "text_color": "000000", - "type": 3 - }, - "id": "211", + "attributes": {}, + "id": "109878", "links": { - "self": "/routes/211" + "self": "/stops/109878" }, "relationships": { - "line": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=109878" + } + }, + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "line-210211212", - "type": "line" + "id": "LocalBus", + "type": "zone" } } }, - "type": "route" + "type": "stop" }, { "attributes": { "color": "FFC72C", - "direction_destinations": [ - "Forge Park/495", - "South Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Forge Park/495 - South Station", - "short_name": "Franklin Line Shuttle", - "sort_order": 61760, - "text_color": "000000", - "type": 3 + "long_name": "Franklin Park - Ruggles", + "short_name": "45", + "sort_order": 50450, + "text_color": "000000" }, - "id": "Shuttle-ForgeParkSouthStation", + "id": "line-45", "links": { - "self": "/routes/Shuttle-ForgeParkSouthStation" + "self": "/lines/line-45" + }, + "type": "line" + }, + { + "attributes": {}, + "id": "5631", + "links": { + "self": "/stops/5631" }, "relationships": { - "line": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=5631" + } + }, + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "line-Franklin", - "type": "line" + "id": "LocalBus", + "type": "zone" } } }, - "type": "route" + "type": "stop" }, { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Roslindale Square", - "Heath Street" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Roslindale Square - Heath Street", - "short_name": "14", - "sort_order": 50140, - "text_color": "000000", - "type": 3 - }, - "id": "14", + "attributes": {}, + "id": "6614", "links": { - "self": "/routes/14" + "self": "/stops/6614" }, "relationships": { - "line": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=6614" + } + }, + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "line-14", - "type": "line" + "id": "LocalBus", + "type": "zone" } } }, - "type": "route" + "type": "stop" }, { "attributes": { - "direction_id": 0, - "headsign": "Marblehead via Central Square & Humphrey St" + "direction_id": 1, + "headsign": "Wonderland via Paradise Rd & Central Square" }, - "id": "62216581", + "id": "67202434", "links": { - "self": "/trips/62216581" + "self": "/trips/67202434" }, "relationships": { "route": { "data": { - "id": "442", + "id": "441", "type": "route" } }, "route_pattern": { "data": { - "id": "442-9-0", + "id": "441-7-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "4420239", + "id": "4410226", "type": "shape" } }, "stops": { "data": [ { - "id": "4520", + "id": "4807", "type": "stop" }, { - "id": "45211", + "id": "4832", "type": "stop" }, { - "id": "4521", + "id": "4834", "type": "stop" }, { - "id": "4522", + "id": "4835", "type": "stop" }, { - "id": "4523", + "id": "4836", "type": "stop" }, { - "id": "4524", + "id": "14836", "type": "stop" }, { - "id": "4525", + "id": "4837", "type": "stop" }, { - "id": "6822", + "id": "4838", "type": "stop" }, { - "id": "6824", + "id": "4839", "type": "stop" }, { - "id": "6827", + "id": "4840", "type": "stop" }, { - "id": "6773", + "id": "4841", "type": "stop" }, { - "id": "14748", + "id": "4843", "type": "stop" }, { - "id": "6600", + "id": "4844", "type": "stop" }, { - "id": "4749", + "id": "4845", "type": "stop" }, { - "id": "4751", + "id": "4846", "type": "stop" }, { - "id": "4752", + "id": "4847", "type": "stop" }, { - "id": "14753", + "id": "4848", "type": "stop" }, { - "id": "4755", + "id": "4849", "type": "stop" }, { - "id": "4811", + "id": "4850", "type": "stop" }, { - "id": "4813", + "id": "4851", "type": "stop" }, { - "id": "4814", + "id": "4852", "type": "stop" }, { - "id": "4815", + "id": "4853", "type": "stop" }, { - "id": "4816", + "id": "4857", "type": "stop" }, { - "id": "4817", + "id": "4858", "type": "stop" }, { - "id": "4818", + "id": "4859", "type": "stop" }, { - "id": "4819", + "id": "4860", "type": "stop" }, { - "id": "4820", + "id": "14860", "type": "stop" }, { - "id": "4821", + "id": "4861", "type": "stop" }, { - "id": "14822", + "id": "4862", "type": "stop" }, { - "id": "4822", + "id": "4865", "type": "stop" }, { - "id": "4823", + "id": "14868", "type": "stop" }, { - "id": "4824", + "id": "4870", "type": "stop" }, { - "id": "4825", + "id": "4872", "type": "stop" }, { - "id": "4826", + "id": "4873", "type": "stop" }, { - "id": "4779", + "id": "4874", "type": "stop" }, { - "id": "4781", + "id": "4875", "type": "stop" }, { - "id": "4782", + "id": "14875", "type": "stop" }, { - "id": "4784", + "id": "4876", "type": "stop" }, { - "id": "4785", + "id": "4877", "type": "stop" }, { - "id": "4786", + "id": "4878", "type": "stop" }, { - "id": "4787", + "id": "4879", "type": "stop" }, { - "id": "4788", + "id": "4880", "type": "stop" }, { - "id": "4789", + "id": "4881", "type": "stop" }, { - "id": "4790", + "id": "4882", "type": "stop" }, { - "id": "4791", + "id": "4883", "type": "stop" }, { - "id": "4792", + "id": "4885", "type": "stop" }, { - "id": "4793", + "id": "4886", "type": "stop" }, { - "id": "4794", + "id": "14889", "type": "stop" }, { - "id": "4795", + "id": "4891", "type": "stop" }, { - "id": "4796", + "id": "4892", "type": "stop" }, { - "id": "4797", + "id": "4895", "type": "stop" }, { - "id": "4799", + "id": "14748", "type": "stop" }, { - "id": "4800", + "id": "4701", "type": "stop" }, { - "id": "4801", + "id": "4702", "type": "stop" }, { - "id": "4802", + "id": "4703", "type": "stop" }, { - "id": "4803", + "id": "4704", "type": "stop" }, { - "id": "4804", + "id": "4705", "type": "stop" }, { - "id": "4805", + "id": "4706", "type": "stop" }, { - "id": "4806", + "id": "4707", "type": "stop" }, { - "id": "4807", + "id": "4708", + "type": "stop" + }, + { + "id": "4709", + "type": "stop" + }, + { + "id": "4710", + "type": "stop" + }, + { + "id": "4712", + "type": "stop" + }, + { + "id": "4714", + "type": "stop" + }, + { + "id": "15798", "type": "stop" } ] @@ -335623,14 +337476,14 @@ }, { "attributes": {}, - "id": "837", + "id": "1282", "links": { - "self": "/stops/837" + "self": "/stops/1282" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=837" + "related": "/facilities/?filter[stop]=1282" } }, "parent_station": { @@ -335647,14 +337500,14 @@ }, { "attributes": {}, - "id": "49798", + "id": "7906", "links": { - "self": "/stops/49798" + "self": "/stops/7906" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=49798" + "related": "/facilities/?filter[stop]=7906" } }, "parent_station": { @@ -335671,14 +337524,14 @@ }, { "attributes": {}, - "id": "66459", + "id": "982", "links": { - "self": "/stops/66459" + "self": "/stops/982" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=66459" + "related": "/facilities/?filter[stop]=982" } }, "parent_station": { @@ -335695,14 +337548,14 @@ }, { "attributes": {}, - "id": "1498", + "id": "331", "links": { - "self": "/stops/1498" + "self": "/stops/331" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1498" + "related": "/facilities/?filter[stop]=331" } }, "parent_station": { @@ -335719,38 +337572,35 @@ }, { "attributes": {}, - "id": "1543", + "id": "9070057", "links": { - "self": "/stops/1543" + "self": "/stops/9070057" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1543" + "related": "/facilities/?filter[stop]=9070057" } }, "parent_station": { "data": null }, "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } + "data": null } }, "type": "stop" }, { "attributes": {}, - "id": "1135", + "id": "5929", "links": { - "self": "/stops/1135" + "self": "/stops/5929" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1135" + "related": "/facilities/?filter[stop]=5929" } }, "parent_station": { @@ -335766,148 +337616,39 @@ "type": "stop" }, { - "attributes": { - "direction_id": 1, - "headsign": "Downtown (Express)" - }, - "id": "61393847", + "attributes": {}, + "id": "4092", "links": { - "self": "/trips/61393847" + "self": "/stops/4092" }, "relationships": { - "route": { - "data": { - "id": "505", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "505-6-1", - "type": "route_pattern" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=4092" } }, - "service": { - "data": { - "id": "SpringWeekday", - "type": "service" - } + "parent_station": { + "data": null }, - "shape": { + "zone": { "data": { - "id": "5050094", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "88333", - "type": "stop" - }, - { - "id": "17813", - "type": "stop" - }, - { - "id": "7813", - "type": "stop" - }, - { - "id": "7814", - "type": "stop" - }, - { - "id": "78451", - "type": "stop" - }, - { - "id": "78452", - "type": "stop" - }, - { - "id": "86964", - "type": "stop" - }, - { - "id": "86965", - "type": "stop" - }, - { - "id": "86967", - "type": "stop" - }, - { - "id": "86968", - "type": "stop" - }, - { - "id": "78201", - "type": "stop" - }, - { - "id": "78203", - "type": "stop" - }, - { - "id": "78204", - "type": "stop" - }, - { - "id": "78205", - "type": "stop" - }, - { - "id": "78211", - "type": "stop" - }, - { - "id": "78212", - "type": "stop" - }, - { - "id": "78213", - "type": "stop" - }, - { - "id": "78215", - "type": "stop" - }, - { - "id": "78216", - "type": "stop" - }, - { - "id": "78218", - "type": "stop" - }, - { - "id": "78219", - "type": "stop" - }, - { - "id": "6550", - "type": "stop" - }, - { - "id": "6551", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "883", + "id": "1289", "links": { - "self": "/stops/883" + "self": "/stops/1289" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=883" + "related": "/facilities/?filter[stop]=1289" } }, "parent_station": { @@ -335924,25 +337665,22 @@ }, { "attributes": {}, - "id": "WML-0274-02", + "id": "83618", "links": { - "self": "/stops/WML-0274-02" + "self": "/stops/83618" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=WML-0274-02" + "related": "/facilities/?filter[stop]=83618" } }, "parent_station": { - "data": { - "id": "place-WML-0274", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "CR-zone-6", + "id": "LocalBus", "type": "zone" } } @@ -335951,14 +337689,14 @@ }, { "attributes": {}, - "id": "5051", + "id": "7163", "links": { - "self": "/stops/5051" + "self": "/stops/7163" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5051" + "related": "/facilities/?filter[stop]=7163" } }, "parent_station": { @@ -335975,14 +337713,14 @@ }, { "attributes": {}, - "id": "7121", + "id": "3048", "links": { - "self": "/stops/7121" + "self": "/stops/3048" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7121" + "related": "/facilities/?filter[stop]=3048" } }, "parent_station": { @@ -335999,14 +337737,14 @@ }, { "attributes": {}, - "id": "5292", + "id": "109894", "links": { - "self": "/stops/5292" + "self": "/stops/109894" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5292" + "related": "/facilities/?filter[stop]=109894" } }, "parent_station": { @@ -336023,22 +337761,25 @@ }, { "attributes": {}, - "id": "558", + "id": "FB-0125-01", "links": { - "self": "/stops/558" + "self": "/stops/FB-0125-01" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=558" + "related": "/facilities/?filter[stop]=FB-0125-01" } }, "parent_station": { - "data": null + "data": { + "id": "place-FB-0125", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "CR-zone-3", "type": "zone" } } @@ -336047,14 +337788,14 @@ }, { "attributes": {}, - "id": "5525", + "id": "5711", "links": { - "self": "/stops/5525" + "self": "/stops/5711" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5525" + "related": "/facilities/?filter[stop]=5711" } }, "parent_station": { @@ -336071,25 +337812,22 @@ }, { "attributes": {}, - "id": "70011", + "id": "1671", "links": { - "self": "/stops/70011" + "self": "/stops/1671" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70011" + "related": "/facilities/?filter[stop]=1671" } }, "parent_station": { - "data": { - "id": "place-rugg", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } @@ -336098,14 +337836,14 @@ }, { "attributes": {}, - "id": "3309", + "id": "9067", "links": { - "self": "/stops/3309" + "self": "/stops/9067" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3309" + "related": "/facilities/?filter[stop]=9067" } }, "parent_station": { @@ -336122,14 +337860,14 @@ }, { "attributes": {}, - "id": "2162", + "id": "2706", "links": { - "self": "/stops/2162" + "self": "/stops/2706" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2162" + "related": "/facilities/?filter[stop]=2706" } }, "parent_station": { @@ -336146,14 +337884,14 @@ }, { "attributes": {}, - "id": "7440", + "id": "158", "links": { - "self": "/stops/7440" + "self": "/stops/158" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7440" + "related": "/facilities/?filter[stop]=158" } }, "parent_station": { @@ -336170,14 +337908,14 @@ }, { "attributes": {}, - "id": "3312", + "id": "5728", "links": { - "self": "/stops/3312" + "self": "/stops/5728" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3312" + "related": "/facilities/?filter[stop]=5728" } }, "parent_station": { @@ -336192,30 +337930,16 @@ }, "type": "stop" }, - { - "attributes": { - "color": "FFC72C", - "long_name": "Brighton - Downtown Boston via Copley", - "short_name": "501/503", - "sort_order": 55010, - "text_color": "000000" - }, - "id": "line-501503", - "links": { - "self": "/lines/line-501503" - }, - "type": "line" - }, { "attributes": {}, - "id": "13843", + "id": "6946", "links": { - "self": "/stops/13843" + "self": "/stops/6946" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=13843" + "related": "/facilities/?filter[stop]=6946" } }, "parent_station": { @@ -336232,14 +337956,14 @@ }, { "attributes": {}, - "id": "8820", + "id": "81441", "links": { - "self": "/stops/8820" + "self": "/stops/81441" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8820" + "related": "/facilities/?filter[stop]=81441" } }, "parent_station": { @@ -336256,14 +337980,14 @@ }, { "attributes": {}, - "id": "40619", + "id": "6507", "links": { - "self": "/stops/40619" + "self": "/stops/6507" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=40619" + "related": "/facilities/?filter[stop]=6507" } }, "parent_station": { @@ -336280,25 +338004,22 @@ }, { "attributes": {}, - "id": "MM-0219-S", + "id": "3338", "links": { - "self": "/stops/MM-0219-S" + "self": "/stops/3338" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=MM-0219-S" + "related": "/facilities/?filter[stop]=3338" } }, "parent_station": { - "data": { - "id": "place-MM-0219", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "CR-zone-5", + "id": "LocalBus", "type": "zone" } } @@ -336307,14 +338028,14 @@ }, { "attributes": {}, - "id": "5853", + "id": "5519", "links": { - "self": "/stops/5853" + "self": "/stops/5519" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5853" + "related": "/facilities/?filter[stop]=5519" } }, "parent_station": { @@ -336331,14 +338052,14 @@ }, { "attributes": {}, - "id": "2324", + "id": "88591", "links": { - "self": "/stops/2324" + "self": "/stops/88591" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2324" + "related": "/facilities/?filter[stop]=88591" } }, "parent_station": { @@ -336354,39 +338075,68 @@ "type": "stop" }, { - "attributes": {}, - "id": "8533", + "attributes": { + "direction_id": 1, + "headsign": "Airport via Maverick (Shuttle)" + }, + "id": "AirportBowdoinLocal-1-sample", "links": { - "self": "/stops/8533" + "self": "/trips/AirportBowdoinLocal-1-sample" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=8533" + "route": { + "data": { + "id": "Shuttle-AirportGovernmentCenterLocal", + "type": "route" } }, - "parent_station": { - "data": null + "route_pattern": { + "data": { + "id": "Shuttle-AirportGovernmentCenterLocal-0-1", + "type": "route_pattern" + } }, - "zone": { + "service": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "canonical", + "type": "service" + } + }, + "shape": { + "data": { + "id": "GovernmentCenterToAirportLocal-S", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "9070039", + "type": "stop" + }, + { + "id": "9070046", + "type": "stop" + }, + { + "id": "9070047", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "6204", + "id": "7348", "links": { - "self": "/stops/6204" + "self": "/stops/7348" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6204" + "related": "/facilities/?filter[stop]=7348" } }, "parent_station": { @@ -336403,14 +338153,14 @@ }, { "attributes": {}, - "id": "158", + "id": "34619", "links": { - "self": "/stops/158" + "self": "/stops/34619" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=158" + "related": "/facilities/?filter[stop]=34619" } }, "parent_station": { @@ -336425,16 +338175,77 @@ }, "type": "stop" }, + { + "attributes": { + "direction_id": 0, + "headsign": "East Somerville (Shuttle)" + }, + "id": "GreenEEastSomervilleMedford-0-sample", + "links": { + "self": "/trips/GreenEEastSomervilleMedford-0-sample" + }, + "relationships": { + "route": { + "data": { + "id": "Shuttle-EastSomervilleMedford", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "Shuttle-EastSomervilleMedford-0-0", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "canonical", + "type": "service" + } + }, + "shape": { + "data": { + "id": "MedfordToEastSomerville-S", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "2379", + "type": "stop" + }, + { + "id": "2697", + "type": "stop" + }, + { + "id": "9070508", + "type": "stop" + }, + { + "id": "9070506", + "type": "stop" + }, + { + "id": "9070513", + "type": "stop" + } + ] + } + }, + "type": "trip" + }, { "attributes": {}, - "id": "5352", + "id": "10419", "links": { - "self": "/stops/5352" + "self": "/stops/10419" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5352" + "related": "/facilities/?filter[stop]=10419" } }, "parent_station": { @@ -336451,14 +338262,14 @@ }, { "attributes": {}, - "id": "12639", + "id": "8601", "links": { - "self": "/stops/12639" + "self": "/stops/8601" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=12639" + "related": "/facilities/?filter[stop]=8601" } }, "parent_station": { @@ -336475,14 +338286,14 @@ }, { "attributes": {}, - "id": "5849", + "id": "9139", "links": { - "self": "/stops/5849" + "self": "/stops/9139" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5849" + "related": "/facilities/?filter[stop]=9139" } }, "parent_station": { @@ -336498,64 +338309,39 @@ "type": "stop" }, { - "attributes": { - "direction_id": 1, - "headsign": "North Billerica (Shuttle)" - }, - "id": "NorthBillericaLowell-1-sample", + "attributes": {}, + "id": "23538", "links": { - "self": "/trips/NorthBillericaLowell-1-sample" + "self": "/stops/23538" }, "relationships": { - "route": { - "data": { - "id": "Shuttle-NorthBillericaLowell", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Shuttle-NorthBillericaLowell-0-1", - "type": "route_pattern" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=23538" } }, - "service": { - "data": { - "id": "canonical", - "type": "service" - } + "parent_station": { + "data": null }, - "shape": { + "zone": { "data": { - "id": "LowellToNorthBillerica-S", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "NHRML-0254-B", - "type": "stop" - }, - { - "id": "NHRML-0218-B1", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "12610", + "id": "8553", "links": { - "self": "/stops/12610" + "self": "/stops/8553" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=12610" + "related": "/facilities/?filter[stop]=8553" } }, "parent_station": { @@ -336571,46 +338357,42 @@ "type": "stop" }, { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Ashmont/Braintree", - "Alewife" - ], - "direction_names": [ - "South", - "North" - ], - "long_name": "Kendall/MIT - Broadway via Downtown Crossing", - "short_name": "Red Line Shuttle", - "sort_order": 61050, - "text_color": "000000", - "type": 3 - }, - "id": "Shuttle-BroadwayKendall", + "attributes": {}, + "id": "ER-0099-02", "links": { - "self": "/routes/Shuttle-BroadwayKendall" + "self": "/stops/ER-0099-02" }, "relationships": { - "line": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=ER-0099-02" + } + }, + "parent_station": { "data": { - "id": "line-Red", - "type": "line" + "id": "place-ER-0099", + "type": "stop" + } + }, + "zone": { + "data": { + "id": "CR-zone-2", + "type": "zone" } } }, - "type": "route" + "type": "stop" }, { "attributes": {}, - "id": "518", + "id": "5874", "links": { - "self": "/stops/518" + "self": "/stops/5874" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=518" + "related": "/facilities/?filter[stop]=5874" } }, "parent_station": { @@ -336627,14 +338409,14 @@ }, { "attributes": {}, - "id": "12512", + "id": "56434", "links": { - "self": "/stops/12512" + "self": "/stops/56434" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=12512" + "related": "/facilities/?filter[stop]=56434" } }, "parent_station": { @@ -336651,14 +338433,14 @@ }, { "attributes": {}, - "id": "5912", + "id": "6755", "links": { - "self": "/stops/5912" + "self": "/stops/6755" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5912" + "related": "/facilities/?filter[stop]=6755" } }, "parent_station": { @@ -336674,232 +338456,111 @@ "type": "stop" }, { - "attributes": { - "direction_id": 1, - "headsign": "Wellington" - }, - "id": "63145877", + "attributes": {}, + "id": "1504", "links": { - "self": "/trips/63145877" + "self": "/stops/1504" }, "relationships": { - "route": { - "data": { - "id": "100", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "100-1-1", - "type": "route_pattern" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=1504" } }, - "service": { - "data": { - "id": "BUS32024-hbg34j47-Sunday-02", - "type": "service" - } + "parent_station": { + "data": null }, - "shape": { + "zone": { "data": { - "id": "1000034", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "8303", - "type": "stop" - }, - { - "id": "8304", - "type": "stop" - }, - { - "id": "48304", - "type": "stop" - }, - { - "id": "8305", - "type": "stop" - }, - { - "id": "8306", - "type": "stop" - }, - { - "id": "8307", - "type": "stop" - }, - { - "id": "5264", - "type": "stop" - }, - { - "id": "5265", - "type": "stop" - }, - { - "id": "5266", - "type": "stop" - }, - { - "id": "5268", - "type": "stop" - }, - { - "id": "5267", - "type": "stop" - }, - { - "id": "5269", - "type": "stop" - }, - { - "id": "5270", - "type": "stop" - }, - { - "id": "9042", - "type": "stop" - }, - { - "id": "9043", - "type": "stop" - }, - { - "id": "5271", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": { - "direction_id": 1, - "headsign": "Wellington" + "direction_id": 0, + "headsign": "Riverside (Shuttle)" }, - "id": "61868937", + "id": "FenwayRiversidePartial-0-sample", "links": { - "self": "/trips/61868937" - }, - "relationships": { - "route": { - "data": { - "id": "97", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "97-5-1", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "SpringWeekday", - "type": "service" - } - }, - "shape": { - "data": { - "id": "970083", - "type": "shape" - } - }, - "stops": { - "data": [ - { - "id": "5327", - "type": "stop" - }, - { - "id": "45327", - "type": "stop" - }, - { - "id": "45326", - "type": "stop" - }, - { - "id": "45330", - "type": "stop" - }, - { - "id": "44330", - "type": "stop" - }, - { - "id": "45331", - "type": "stop" - }, - { - "id": "5395", - "type": "stop" - }, - { - "id": "5047", - "type": "stop" - }, - { - "id": "5048", - "type": "stop" - }, - { - "id": "5049", - "type": "stop" - }, + "self": "/trips/FenwayRiversidePartial-0-sample" + }, + "relationships": { + "route": { + "data": { + "id": "Shuttle-FenwayRiverside", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "Shuttle-FenwayRiverside-0-0", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "canonical", + "type": "service" + } + }, + "shape": { + "data": { + "id": "FenwayToRiverside-S", + "type": "shape" + } + }, + "stops": { + "data": [ { - "id": "5050", + "id": "9434", "type": "stop" }, { - "id": "5051", + "id": "1521", "type": "stop" }, { - "id": "15492", + "id": "1525", "type": "stop" }, { - "id": "5495", + "id": "9070178", "type": "stop" }, { - "id": "5496", + "id": "21917", "type": "stop" }, { - "id": "5559", + "id": "1540", "type": "stop" }, { - "id": "5560", + "id": "9070171", "type": "stop" }, { - "id": "5561", + "id": "9170169", "type": "stop" }, { - "id": "55631", + "id": "8206", "type": "stop" }, { - "id": "55632", + "id": "9070165", "type": "stop" }, { - "id": "6569", + "id": "9070162", "type": "stop" }, { - "id": "5271", + "id": "38155", "type": "stop" } ] @@ -336909,14 +338570,14 @@ }, { "attributes": {}, - "id": "603", + "id": "5732", "links": { - "self": "/stops/603" + "self": "/stops/5732" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=603" + "related": "/facilities/?filter[stop]=5732" } }, "parent_station": { @@ -336931,27 +338592,85 @@ }, "type": "stop" }, + { + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Ashmont/Braintree", + "Alewife" + ], + "direction_names": [ + "South", + "North" + ], + "long_name": "Kendall/MIT - Broadway via Pearl Street", + "short_name": "Red Line Shuttle", + "sort_order": 61075, + "text_color": "000000", + "type": 3 + }, + "id": "Shuttle-BroadwayKendallOmitDTX", + "links": { + "self": "/routes/Shuttle-BroadwayKendallOmitDTX" + }, + "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, + "line": { + "data": { + "id": "line-Red", + "type": "line" + } + } + }, + "type": "route" + }, { "attributes": {}, - "id": "70048", + "id": "4592", "links": { - "self": "/stops/70048" + "self": "/stops/4592" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70048" + "related": "/facilities/?filter[stop]=4592" } }, "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "place-aport", - "type": "stop" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "5576", + "links": { + "self": "/stops/5576" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=5576" } }, + "parent_station": { + "data": null + }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } @@ -336960,14 +338679,14 @@ }, { "attributes": {}, - "id": "4795", + "id": "4209", "links": { - "self": "/stops/4795" + "self": "/stops/4209" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4795" + "related": "/facilities/?filter[stop]=4209" } }, "parent_station": { @@ -336984,14 +338703,14 @@ }, { "attributes": {}, - "id": "3605", + "id": "4244", "links": { - "self": "/stops/3605" + "self": "/stops/4244" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3605" + "related": "/facilities/?filter[stop]=4244" } }, "parent_station": { @@ -337008,28 +338727,67 @@ }, { "attributes": { - "color": "FFC72C", - "long_name": "Belmont Center or Huron Avenue - Harvard", - "short_name": "72/74/75", - "sort_order": 50720, - "text_color": "000000" + "direction_id": 0, + "headsign": "Providence (Local shuttle)" }, - "id": "line-727475", + "id": "AttleboroProvidenceLocal-0-sample", "links": { - "self": "/lines/line-727475" + "self": "/trips/AttleboroProvidenceLocal-0-sample" }, - "type": "line" + "relationships": { + "route": { + "data": { + "id": "Shuttle-AttleboroProvidenceLocal", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "Shuttle-AttleboroProvidenceLocal-0-0", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "canonical", + "type": "service" + } + }, + "shape": { + "data": { + "id": "AttleboroToProvidenceLocal-S", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "NEC-1969-B", + "type": "stop" + }, + { + "id": "NEC-1891-B", + "type": "stop" + }, + { + "id": "NEC-1851-B0", + "type": "stop" + } + ] + } + }, + "type": "trip" }, { "attributes": {}, - "id": "1181", + "id": "1331", "links": { - "self": "/stops/1181" + "self": "/stops/1331" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1181" + "related": "/facilities/?filter[stop]=1331" } }, "parent_station": { @@ -337046,14 +338804,14 @@ }, { "attributes": {}, - "id": "13407", + "id": "6308", "links": { - "self": "/stops/13407" + "self": "/stops/6308" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=13407" + "related": "/facilities/?filter[stop]=6308" } }, "parent_station": { @@ -337070,14 +338828,14 @@ }, { "attributes": {}, - "id": "5257", + "id": "5482", "links": { - "self": "/stops/5257" + "self": "/stops/5482" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5257" + "related": "/facilities/?filter[stop]=5482" } }, "parent_station": { @@ -337092,21 +338850,74 @@ }, "type": "stop" }, + { + "attributes": { + "direction_id": 0, + "headsign": "Hull via Logan Airport" + }, + "id": "Boat-F1-0625-Long-BF2H-01-Weekday-Fall-24", + "links": { + "self": "/trips/Boat-F1-0625-Long-BF2H-01-Weekday-Fall-24" + }, + "relationships": { + "route": { + "data": { + "id": "Boat-F1", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "Boat-F1-9-0", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "Boat-F1-Weekday-Fall-24", + "type": "service" + } + }, + "shape": { + "data": { + "id": "b0021", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "Boat-Long", + "type": "stop" + }, + { + "id": "Boat-Logan", + "type": "stop" + }, + { + "id": "Boat-Hull", + "type": "stop" + } + ] + } + }, + "type": "trip" + }, { "attributes": {}, - "id": "70107", + "id": "70274", "links": { - "self": "/stops/70107" + "self": "/stops/70274" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70107" + "related": "/facilities/?filter[stop]=70274" } }, "parent_station": { "data": { - "id": "place-lake", + "id": "place-capst", "type": "stop" } }, @@ -337121,35 +338932,62 @@ }, { "attributes": {}, - "id": "34503", + "id": "4859", "links": { - "self": "/stops/34503" + "self": "/stops/4859" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=34503" + "related": "/facilities/?filter[stop]=4859" } }, "parent_station": { "data": null }, "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "22358", + "links": { + "self": "/stops/22358" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=22358" + } + }, + "parent_station": { "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } } }, "type": "stop" }, { "attributes": {}, - "id": "159", + "id": "7169", "links": { - "self": "/stops/159" + "self": "/stops/7169" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=159" + "related": "/facilities/?filter[stop]=7169" } }, "parent_station": { @@ -337166,186 +339004,62 @@ }, { "attributes": { - "direction_id": 1, - "headsign": "Lechmere" + "direction_id": 0, + "headsign": "Kendall/MIT (Local shuttle)" }, - "id": "61848958", + "id": "AlewifeKendall-Weekday-9e586-0-00:00:00", "links": { - "self": "/trips/61848958" + "self": "/trips/AlewifeKendall-Weekday-9e586-0-00%3A00%3A00" }, "relationships": { "route": { "data": { - "id": "80", + "id": "Shuttle-AlewifeKendall", "type": "route" } }, "route_pattern": { "data": { - "id": "80-_-1", + "id": "Shuttle-AlewifeKendall-0-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "canonical", "type": "service" } }, "shape": { "data": { - "id": "800115", + "id": "AlewifeToKendall-S", "type": "shape" } }, "stops": { "data": [ { - "id": "2362", - "type": "stop" - }, - { - "id": "2363", - "type": "stop" - }, - { - "id": "2365", - "type": "stop" - }, - { - "id": "2366", - "type": "stop" - }, - { - "id": "2367", - "type": "stop" - }, - { - "id": "2368", - "type": "stop" - }, - { - "id": "3513", - "type": "stop" - }, - { - "id": "2369", - "type": "stop" - }, - { - "id": "2370", - "type": "stop" - }, - { - "id": "2371", - "type": "stop" - }, - { - "id": "2372", - "type": "stop" - }, - { - "id": "2373", - "type": "stop" - }, - { - "id": "2374", - "type": "stop" - }, - { - "id": "2375", - "type": "stop" - }, - { - "id": "2376", - "type": "stop" - }, - { - "id": "2378", - "type": "stop" - }, - { - "id": "2379", - "type": "stop" - }, - { - "id": "2380", - "type": "stop" - }, - { - "id": "2381", - "type": "stop" - }, - { - "id": "2695", - "type": "stop" - }, - { - "id": "2696", - "type": "stop" - }, - { - "id": "2697", - "type": "stop" - }, - { - "id": "2698", - "type": "stop" - }, - { - "id": "2699", - "type": "stop" - }, - { - "id": "12699", - "type": "stop" - }, - { - "id": "23841", - "type": "stop" - }, - { - "id": "2385", - "type": "stop" - }, - { - "id": "2386", - "type": "stop" - }, - { - "id": "2388", - "type": "stop" - }, - { - "id": "2389", - "type": "stop" - }, - { - "id": "2390", - "type": "stop" - }, - { - "id": "2391", + "id": "141", "type": "stop" }, { - "id": "2689", + "id": "2581", "type": "stop" }, { - "id": "2690", + "id": "9070065", "type": "stop" }, { - "id": "2600", + "id": "9070072", "type": "stop" }, { - "id": "2601", + "id": "72", "type": "stop" }, { - "id": "70500", + "id": "9070071", "type": "stop" } ] @@ -337355,14 +339069,14 @@ }, { "attributes": {}, - "id": "4772", + "id": "3379", "links": { - "self": "/stops/4772" + "self": "/stops/3379" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4772" + "related": "/facilities/?filter[stop]=3379" } }, "parent_station": { @@ -337379,14 +339093,14 @@ }, { "attributes": {}, - "id": "16305", + "id": "10422", "links": { - "self": "/stops/16305" + "self": "/stops/10422" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=16305" + "related": "/facilities/?filter[stop]=10422" } }, "parent_station": { @@ -337403,69 +339117,41 @@ }, { "attributes": {}, - "id": "6153", + "id": "WR-0205-02", "links": { - "self": "/stops/6153" + "self": "/stops/WR-0205-02" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6153" + "related": "/facilities/?filter[stop]=WR-0205-02" } }, "parent_station": { - "data": null + "data": { + "id": "place-WR-0205", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "CR-zone-4", "type": "zone" } } }, "type": "stop" }, - { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Riverside", - "Union Square" - ], - "direction_names": [ - "West", - "East" - ], - "long_name": "Riverside - Brookline Hills", - "short_name": "Green Line D Shuttle", - "sort_order": 61250, - "text_color": "000000", - "type": 3 - }, - "id": "Shuttle-BrooklineHillsRiverside", - "links": { - "self": "/routes/Shuttle-BrooklineHillsRiverside" - }, - "relationships": { - "line": { - "data": { - "id": "line-Green", - "type": "line" - } - } - }, - "type": "route" - }, { "attributes": {}, - "id": "11845", + "id": "345", "links": { - "self": "/stops/11845" + "self": "/stops/345" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=11845" + "related": "/facilities/?filter[stop]=345" } }, "parent_station": { @@ -337482,14 +339168,14 @@ }, { "attributes": {}, - "id": "6161", + "id": "8160", "links": { - "self": "/stops/6161" + "self": "/stops/8160" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6161" + "related": "/facilities/?filter[stop]=8160" } }, "parent_station": { @@ -337507,157 +339193,81 @@ { "attributes": { "direction_id": 1, - "headsign": "Assembly" + "headsign": "Prudential (Shuttle)" }, - "id": "61870337", + "id": "HeathStreetPrudential-1-sample", "links": { - "self": "/trips/61870337" + "self": "/trips/HeathStreetPrudential-1-sample" }, "relationships": { "route": { "data": { - "id": "90", + "id": "Shuttle-HeathPrudential", "type": "route" } }, "route_pattern": { "data": { - "id": "90-_-1", + "id": "Shuttle-HeathPrudential-0-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "canonical", "type": "service" } }, "shape": { "data": { - "id": "900112", + "id": "HeathStreetToPrudential-S", "type": "shape" } }, "stops": { "data": [ { - "id": "5104", - "type": "stop" - }, - { - "id": "2582", - "type": "stop" - }, - { - "id": "2674", - "type": "stop" - }, - { - "id": "2675", - "type": "stop" - }, - { - "id": "2676", - "type": "stop" - }, - { - "id": "2677", - "type": "stop" - }, - { - "id": "2678", - "type": "stop" - }, - { - "id": "2679", - "type": "stop" - }, - { - "id": "2680", - "type": "stop" - }, - { - "id": "2681", - "type": "stop" - }, - { - "id": "2682", - "type": "stop" - }, - { - "id": "2683", - "type": "stop" - }, - { - "id": "2684", - "type": "stop" - }, - { - "id": "2686", - "type": "stop" - }, - { - "id": "2687", - "type": "stop" - }, - { - "id": "2688", - "type": "stop" - }, - { - "id": "2689", - "type": "stop" - }, - { - "id": "2659", - "type": "stop" - }, - { - "id": "2392", - "type": "stop" - }, - { - "id": "23921", + "id": "1761", "type": "stop" }, { - "id": "2745", + "id": "65741", "type": "stop" }, { - "id": "2746", + "id": "6575", "type": "stop" }, { - "id": "2747", + "id": "1315", "type": "stop" }, { - "id": "2711", + "id": "1317", "type": "stop" }, { - "id": "2713", + "id": "21317", "type": "stop" }, { - "id": "2714", + "id": "31317", "type": "stop" }, { - "id": "29001", + "id": "51317", "type": "stop" }, { - "id": "29013", + "id": "81317", "type": "stop" }, { - "id": "28742", + "id": "91317", "type": "stop" }, { - "id": "28745", + "id": "11389", "type": "stop" } ] @@ -337667,14 +339277,14 @@ }, { "attributes": {}, - "id": "7961", + "id": "6169", "links": { - "self": "/stops/7961" + "self": "/stops/6169" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7961" + "related": "/facilities/?filter[stop]=6169" } }, "parent_station": { @@ -337691,14 +339301,14 @@ }, { "attributes": {}, - "id": "343", + "id": "1552", "links": { - "self": "/stops/343" + "self": "/stops/1552" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=343" + "related": "/facilities/?filter[stop]=1552" } }, "parent_station": { @@ -337715,25 +339325,46 @@ }, { "attributes": {}, - "id": "NEC-2276", + "id": "5567", "links": { - "self": "/stops/NEC-2276" + "self": "/stops/5567" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=NEC-2276" + "related": "/facilities/?filter[stop]=5567" } }, "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "place-bbsta", - "type": "stop" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "1145", + "links": { + "self": "/stops/1145" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=1145" } }, + "parent_station": { + "data": null + }, "zone": { "data": { - "id": "CR-zone-1A", + "id": "LocalBus", "type": "zone" } } @@ -337742,438 +339373,162 @@ }, { "attributes": { - "direction_id": 1, - "headsign": "Watertown Square" + "direction_id": 0, + "headsign": "Stimson St" }, - "id": "61393917", + "id": "67250555", "links": { - "self": "/trips/61393917" + "self": "/trips/67250555" }, "relationships": { "route": { "data": { - "id": "59", + "id": "35", "type": "route" } }, "route_pattern": { "data": { - "id": "59-_-1", + "id": "35-_-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "590095", + "id": "350180", "type": "shape" } }, "stops": { "data": [ { - "id": "91852", - "type": "stop" - }, - { - "id": "11853", - "type": "stop" - }, - { - "id": "81437", - "type": "stop" - }, - { - "id": "82437", - "type": "stop" - }, - { - "id": "81438", - "type": "stop" - }, - { - "id": "81439", - "type": "stop" - }, - { - "id": "81440", - "type": "stop" - }, - { - "id": "81441", - "type": "stop" - }, - { - "id": "81442", - "type": "stop" - }, - { - "id": "81443", - "type": "stop" - }, - { - "id": "81444", - "type": "stop" - }, - { - "id": "8144", - "type": "stop" - }, - { - "id": "81445", - "type": "stop" - }, - { - "id": "81446", - "type": "stop" - }, - { - "id": "81447", - "type": "stop" - }, - { - "id": "81448", - "type": "stop" - }, - { - "id": "81449", - "type": "stop" - }, - { - "id": "8145", - "type": "stop" - }, - { - "id": "81451", - "type": "stop" - }, - { - "id": "8146", - "type": "stop" - }, - { - "id": "8147", - "type": "stop" - }, - { - "id": "8148", - "type": "stop" - }, - { - "id": "8149", - "type": "stop" - }, - { - "id": "8150", - "type": "stop" - }, - { - "id": "8151", - "type": "stop" - }, - { - "id": "8152", - "type": "stop" - }, - { - "id": "8153", - "type": "stop" - }, - { - "id": "8154", + "id": "10642", "type": "stop" }, { - "id": "8155", + "id": "596", "type": "stop" }, { - "id": "8156", + "id": "597", "type": "stop" }, { - "id": "81561", + "id": "598", "type": "stop" }, { - "id": "81562", + "id": "599", "type": "stop" }, { - "id": "8158", + "id": "600", "type": "stop" }, { - "id": "8159", + "id": "601", "type": "stop" }, { - "id": "8160", + "id": "602", "type": "stop" }, { - "id": "8161", + "id": "797", "type": "stop" }, { - "id": "8162", + "id": "798", "type": "stop" }, { - "id": "8163", + "id": "799", "type": "stop" }, { - "id": "8164", + "id": "800", "type": "stop" }, { - "id": "8165", + "id": "801", "type": "stop" }, { - "id": "81651", + "id": "802", "type": "stop" }, { - "id": "8166", + "id": "803", "type": "stop" }, { - "id": "8167", + "id": "804", "type": "stop" }, { - "id": "8168", + "id": "805", "type": "stop" }, { - "id": "81681", + "id": "806", "type": "stop" }, { - "id": "8169", + "id": "807", "type": "stop" }, { - "id": "9492", + "id": "808", "type": "stop" }, { - "id": "8170", + "id": "810", "type": "stop" }, { - "id": "8171", + "id": "821", "type": "stop" }, { - "id": "8172", + "id": "822", "type": "stop" }, { - "id": "8173", + "id": "823", "type": "stop" }, { - "id": "8174", + "id": "824", "type": "stop" }, { - "id": "8175", + "id": "825", "type": "stop" }, { - "id": "8176", + "id": "826", "type": "stop" }, { - "id": "8177", + "id": "10768", "type": "stop" }, { - "id": "8178", - "type": "stop" - } - ] - } - }, - "type": "trip" - }, - { - "attributes": {}, - "id": "13", - "links": { - "self": "/stops/13" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=13" - } - }, - "parent_station": { - "data": { - "id": "place-andrw", - "type": "stop" - } - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "9370022", - "links": { - "self": "/stops/9370022" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=9370022" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": null - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "6258", - "links": { - "self": "/stops/6258" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=6258" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "70085", - "links": { - "self": "/stops/70085" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=70085" - } - }, - "parent_station": { - "data": { - "id": "place-jfk", - "type": "stop" - } - }, - "zone": { - "data": { - "id": "RapidTransit", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "4563", - "links": { - "self": "/stops/4563" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=4563" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": { - "direction_id": 0, - "headsign": "South Weymouth (Shuttle)" - }, - "id": "SouthStationSouthWeymouth-0-sample", - "links": { - "self": "/trips/SouthStationSouthWeymouth-0-sample" - }, - "relationships": { - "route": { - "data": { - "id": "Shuttle-SouthStationSouthWeymouth", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Shuttle-SouthStationSouthWeymouth-0-0", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "canonical", - "type": "service" - } - }, - "shape": { - "data": { - "id": "SouthStationToSouthWeymouth-S", - "type": "shape" - } - }, - "stops": { - "data": [ - { - "id": "NEC-2287-B", + "id": "992", "type": "stop" }, { - "id": "38671", + "id": "993", "type": "stop" }, { - "id": "South Weymouth-S", + "id": "616", "type": "stop" } ] @@ -338184,185 +339539,161 @@ { "attributes": { "direction_id": 0, - "headsign": "Medford Square" + "headsign": "Ashmont" }, - "id": "61869199", + "id": "66653435", "links": { - "self": "/trips/61869199" + "self": "/trips/66653435" }, "relationships": { "route": { "data": { - "id": "94", + "id": "18", "type": "route" } }, "route_pattern": { "data": { - "id": "94-2-0", + "id": "18-1-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "940133", + "id": "180083", "type": "shape" } }, "stops": { "data": [ { - "id": "5104", - "type": "stop" - }, - { - "id": "5019", - "type": "stop" - }, - { - "id": "5021", - "type": "stop" - }, - { - "id": "2405", - "type": "stop" - }, - { - "id": "2406", - "type": "stop" - }, - { - "id": "2407", - "type": "stop" - }, - { - "id": "2408", + "id": "13", "type": "stop" }, { - "id": "2410", + "id": "298", "type": "stop" }, { - "id": "2411", + "id": "299", "type": "stop" }, { - "id": "2412", + "id": "300", "type": "stop" }, { - "id": "2413", + "id": "301", "type": "stop" }, { - "id": "2414", + "id": "303", "type": "stop" }, { - "id": "2415", + "id": "305", "type": "stop" }, { - "id": "2416", + "id": "306", "type": "stop" }, { - "id": "2417", + "id": "308", "type": "stop" }, { - "id": "2418", + "id": "309", "type": "stop" }, { - "id": "16316", + "id": "90311", "type": "stop" }, { - "id": "6316", + "id": "180", "type": "stop" }, { - "id": "6317", + "id": "312", "type": "stop" }, { - "id": "6318", + "id": "13121", "type": "stop" }, { - "id": "6320", + "id": "317", "type": "stop" }, { - "id": "6321", + "id": "3176", "type": "stop" }, { - "id": "5006", + "id": "318", "type": "stop" }, { - "id": "9174", + "id": "319", "type": "stop" }, { - "id": "9175", + "id": "320", "type": "stop" }, { - "id": "9176", + "id": "323", "type": "stop" }, { - "id": "9177", + "id": "55600", "type": "stop" }, { - "id": "9147", + "id": "325", "type": "stop" }, { - "id": "9149", + "id": "326", "type": "stop" }, { - "id": "9150", + "id": "327", "type": "stop" }, { - "id": "5008", + "id": "328", "type": "stop" }, { - "id": "6322", + "id": "329", "type": "stop" }, { - "id": "6323", + "id": "330", "type": "stop" }, { - "id": "6324", + "id": "331", "type": "stop" }, { - "id": "63241", + "id": "332", "type": "stop" }, { - "id": "50021", + "id": "8717", "type": "stop" }, { - "id": "45002", + "id": "334", "type": "stop" } ] @@ -338372,14 +339703,14 @@ }, { "attributes": {}, - "id": "3855", + "id": "8854", "links": { - "self": "/stops/3855" + "self": "/stops/8854" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3855" + "related": "/facilities/?filter[stop]=8854" } }, "parent_station": { @@ -338396,14 +339727,14 @@ }, { "attributes": {}, - "id": "4218", + "id": "558", "links": { - "self": "/stops/4218" + "self": "/stops/558" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4218" + "related": "/facilities/?filter[stop]=558" } }, "parent_station": { @@ -338420,14 +339751,14 @@ }, { "attributes": {}, - "id": "17879", + "id": "1690", "links": { - "self": "/stops/17879" + "self": "/stops/1690" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=17879" + "related": "/facilities/?filter[stop]=1690" } }, "parent_station": { @@ -338444,38 +339775,113 @@ }, { "attributes": {}, - "id": "MM-0356-B0", + "id": "1372", "links": { - "self": "/stops/MM-0356-B0" + "self": "/stops/1372" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=MM-0356-B0" + "related": "/facilities/?filter[stop]=1372" } }, "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "place-MM-0356", - "type": "stop" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "5058", + "links": { + "self": "/stops/5058" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=5058" } }, + "parent_station": { + "data": null + }, "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "4721", + "links": { + "self": "/stops/4721" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=4721" + } + }, + "parent_station": { "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } } }, "type": "stop" }, { "attributes": {}, - "id": "4949", + "id": "11531", "links": { - "self": "/stops/4949" + "self": "/stops/11531" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4949" + "related": "/facilities/?filter[stop]=11531" + } + }, + "parent_station": { + "data": { + "id": "place-jaksn", + "type": "stop" + } + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "1049", + "links": { + "self": "/stops/1049" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=1049" } }, "parent_station": { @@ -338492,14 +339898,14 @@ }, { "attributes": {}, - "id": "109862", + "id": "6138", "links": { - "self": "/stops/109862" + "self": "/stops/6138" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=109862" + "related": "/facilities/?filter[stop]=6138" } }, "parent_station": { @@ -338516,14 +339922,35 @@ }, { "attributes": {}, - "id": "3351", + "id": "9070010", "links": { - "self": "/stops/3351" + "self": "/stops/9070010" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3351" + "related": "/facilities/?filter[stop]=9070010" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "3147", + "links": { + "self": "/stops/3147" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=3147" } }, "parent_station": { @@ -338540,14 +339967,14 @@ }, { "attributes": {}, - "id": "1326", + "id": "4766", "links": { - "self": "/stops/1326" + "self": "/stops/4766" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1326" + "related": "/facilities/?filter[stop]=4766" } }, "parent_station": { @@ -338564,138 +339991,122 @@ }, { "attributes": { - "direction_id": 1, - "headsign": "Nubian" + "direction_id": 0, + "headsign": "Cobbs Corner Canton" }, - "id": "61391013", + "id": "67331855", "links": { - "self": "/trips/61391013" + "self": "/trips/67331855" }, "relationships": { "route": { "data": { - "id": "23", + "id": "716", "type": "route" } }, "route_pattern": { "data": { - "id": "23-2-1", + "id": "716-_-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "PRIV12025-hpa44011-Weekday-01", "type": "service" } }, "shape": { "data": { - "id": "230206", + "id": "7160024", "type": "shape" } }, "stops": { "data": [ { - "id": "334", - "type": "stop" - }, - { - "id": "367", - "type": "stop" - }, - { - "id": "369", - "type": "stop" - }, - { - "id": "371", - "type": "stop" - }, - { - "id": "457", + "id": "185", "type": "stop" }, { - "id": "458", + "id": "111738", "type": "stop" }, { - "id": "460", + "id": "111747", "type": "stop" }, { - "id": "461", + "id": "111762", "type": "stop" }, { - "id": "463", + "id": "121008", "type": "stop" }, { - "id": "465", + "id": "121009", "type": "stop" }, { - "id": "467", + "id": "121010", "type": "stop" }, { - "id": "473", + "id": "121011", "type": "stop" }, { - "id": "469", + "id": "121012", "type": "stop" }, { - "id": "470", + "id": "121013", "type": "stop" }, { - "id": "386", + "id": "121014", "type": "stop" }, { - "id": "387", + "id": "111775", "type": "stop" }, { - "id": "388", + "id": "111787", "type": "stop" }, { - "id": "390", + "id": "111791", "type": "stop" }, { - "id": "392", + "id": "111796", "type": "stop" }, { - "id": "393", + "id": "111801", "type": "stop" }, { - "id": "394", + "id": "111803", "type": "stop" }, { - "id": "395", + "id": "111806", "type": "stop" }, { - "id": "396", + "id": "111810", "type": "stop" }, { - "id": "21151", + "id": "111815", "type": "stop" }, { - "id": "64000", + "id": "111640", "type": "stop" } ] @@ -338705,14 +340116,14 @@ }, { "attributes": {}, - "id": "111848", + "id": "7332", "links": { - "self": "/stops/111848" + "self": "/stops/7332" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=111848" + "related": "/facilities/?filter[stop]=7332" } }, "parent_station": { @@ -338729,14 +340140,14 @@ }, { "attributes": {}, - "id": "2307", + "id": "13826", "links": { - "self": "/stops/2307" + "self": "/stops/13826" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2307" + "related": "/facilities/?filter[stop]=13826" } }, "parent_station": { @@ -338753,14 +340164,14 @@ }, { "attributes": {}, - "id": "3994", + "id": "8868", "links": { - "self": "/stops/3994" + "self": "/stops/8868" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3994" + "related": "/facilities/?filter[stop]=8868" } }, "parent_station": { @@ -338777,14 +340188,14 @@ }, { "attributes": {}, - "id": "9084", + "id": "60620", "links": { - "self": "/stops/9084" + "self": "/stops/60620" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9084" + "related": "/facilities/?filter[stop]=60620" } }, "parent_station": { @@ -338799,129 +340210,16 @@ }, "type": "stop" }, - { - "attributes": { - "direction_id": 0, - "headsign": "Winthrop St & Brooks St" - }, - "id": "61869190", - "links": { - "self": "/trips/61869190" - }, - "relationships": { - "route": { - "data": { - "id": "101", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "101-2-0", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "SpringWeekday", - "type": "service" - } - }, - "shape": { - "data": { - "id": "1010251", - "type": "shape" - } - }, - "stops": { - "data": [ - { - "id": "5306", - "type": "stop" - }, - { - "id": "5307", - "type": "stop" - }, - { - "id": "5308", - "type": "stop" - }, - { - "id": "5309", - "type": "stop" - }, - { - "id": "5310", - "type": "stop" - }, - { - "id": "5311", - "type": "stop" - }, - { - "id": "5312", - "type": "stop" - }, - { - "id": "5314", - "type": "stop" - }, - { - "id": "5315", - "type": "stop" - }, - { - "id": "5316", - "type": "stop" - }, - { - "id": "5034", - "type": "stop" - }, - { - "id": "5035", - "type": "stop" - }, - { - "id": "5036", - "type": "stop" - }, - { - "id": "5037", - "type": "stop" - }, - { - "id": "5006", - "type": "stop" - }, - { - "id": "9174", - "type": "stop" - }, - { - "id": "9175", - "type": "stop" - }, - { - "id": "9176", - "type": "stop" - } - ] - } - }, - "type": "trip" - }, { "attributes": {}, - "id": "8326", + "id": "49795", "links": { - "self": "/stops/8326" + "self": "/stops/49795" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8326" + "related": "/facilities/?filter[stop]=49795" } }, "parent_station": { @@ -338938,14 +340236,14 @@ }, { "attributes": {}, - "id": "4875", + "id": "86434", "links": { - "self": "/stops/4875" + "self": "/stops/86434" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4875" + "related": "/facilities/?filter[stop]=86434" } }, "parent_station": { @@ -338962,38 +340260,38 @@ }, { "attributes": {}, - "id": "ER-0227-B0", + "id": "1148", "links": { - "self": "/stops/ER-0227-B0" + "self": "/stops/1148" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=ER-0227-B0" + "related": "/facilities/?filter[stop]=1148" } }, "parent_station": { - "data": { - "id": "place-ER-0227", - "type": "stop" - } + "data": null }, "zone": { - "data": null + "data": { + "id": "LocalBus", + "type": "zone" + } } }, "type": "stop" }, { "attributes": {}, - "id": "56734", + "id": "79618", "links": { - "self": "/stops/56734" + "self": "/stops/79618" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=56734" + "related": "/facilities/?filter[stop]=79618" } }, "parent_station": { @@ -339009,189 +340307,63 @@ "type": "stop" }, { - "attributes": { - "direction_id": 0, - "headsign": "Worcester" - }, - "id": "CR-670151-525", + "attributes": {}, + "id": "84", "links": { - "self": "/trips/CR-670151-525" + "self": "/stops/84" }, "relationships": { - "route": { - "data": { - "id": "CR-Worcester", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "CR-Worcester-02498220-0", - "type": "route_pattern" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=84" } }, - "service": { - "data": { - "id": "SPRING2024-SOUTHWKD-Weekday-1-Sb0e4ed14", - "type": "service" - } + "parent_station": { + "data": null }, - "shape": { + "zone": { "data": { - "id": "9850002", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "NEC-2287", - "type": "stop" - }, - { - "id": "WML-0012-07", - "type": "stop" - }, - { - "id": "WML-0025-07", - "type": "stop" - }, - { - "id": "WML-0035-01", - "type": "stop" - }, - { - "id": "WML-0199-01", - "type": "stop" - }, - { - "id": "WML-0214-01", - "type": "stop" - }, - { - "id": "WML-0252-01", - "type": "stop" - }, - { - "id": "WML-0274-01", - "type": "stop" - }, - { - "id": "WML-0340-01", - "type": "stop" - }, - { - "id": "WML-0364-01", - "type": "stop" - }, - { - "id": "WML-0442-CS", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { - "attributes": { - "direction_id": 0, - "headsign": "Wickford Junction" - }, - "id": "CR-670261-803", + "attributes": {}, + "id": "5865", "links": { - "self": "/trips/CR-670261-803" + "self": "/stops/5865" }, "relationships": { - "route": { - "data": { - "id": "CR-Providence", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "CR-Providence-1c0cbb39-0", - "type": "route_pattern" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=5865" } }, - "service": { - "data": { - "id": "SPRING2024-SOUTHWKD-Weekday-1-Scbbf1ea5", - "type": "service" - } + "parent_station": { + "data": null }, - "shape": { + "zone": { "data": { - "id": "9890009", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "NEC-2287", - "type": "stop" - }, - { - "id": "NEC-2276-01", - "type": "stop" - }, - { - "id": "NEC-2265-01", - "type": "stop" - }, - { - "id": "NEC-2173-01", - "type": "stop" - }, - { - "id": "NEC-2139-01", - "type": "stop" - }, - { - "id": "NEC-2108-01", - "type": "stop" - }, - { - "id": "NEC-2040-01", - "type": "stop" - }, - { - "id": "NEC-1969-03", - "type": "stop" - }, - { - "id": "NEC-1891-02", - "type": "stop" - }, - { - "id": "NEC-1851-03", - "type": "stop" - }, - { - "id": "NEC-1768-03", - "type": "stop" - }, - { - "id": "NEC-1659-03", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "47526", + "id": "3524", "links": { - "self": "/stops/47526" + "self": "/stops/3524" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=47526" + "related": "/facilities/?filter[stop]=3524" } }, "parent_station": { @@ -339208,25 +340380,22 @@ }, { "attributes": {}, - "id": "NEC-1659-03", + "id": "58", "links": { - "self": "/stops/NEC-1659-03" + "self": "/stops/58" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=NEC-1659-03" + "related": "/facilities/?filter[stop]=58" } }, "parent_station": { - "data": { - "id": "place-NEC-1659", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "CR-zone-10", + "id": "LocalBus", "type": "zone" } } @@ -339235,14 +340404,14 @@ }, { "attributes": {}, - "id": "5079", + "id": "9047", "links": { - "self": "/stops/5079" + "self": "/stops/9047" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5079" + "related": "/facilities/?filter[stop]=9047" } }, "parent_station": { @@ -339261,27 +340430,33 @@ "attributes": { "color": "FFC72C", "direction_destinations": [ - "North Burlington", - "Alewife Station" + "Market Basket", + "Maverick Station" ], "direction_names": [ "Outbound", "Inbound" ], - "long_name": "North Burlington - Alewife Station", - "short_name": "350", - "sort_order": 53500, + "long_name": "Market Basket - Maverick Station", + "short_name": "114", + "sort_order": 51140, "text_color": "000000", "type": 3 }, - "id": "350", + "id": "114", "links": { - "self": "/routes/350" + "self": "/routes/114" }, "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, "line": { "data": { - "id": "line-350351", + "id": "line-114116117", "type": "line" } } @@ -339290,14 +340465,14 @@ }, { "attributes": {}, - "id": "9192", + "id": "7307", "links": { - "self": "/stops/9192" + "self": "/stops/7307" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9192" + "related": "/facilities/?filter[stop]=7307" } }, "parent_station": { @@ -339314,14 +340489,14 @@ }, { "attributes": {}, - "id": "4475", + "id": "15216", "links": { - "self": "/stops/4475" + "self": "/stops/15216" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4475" + "related": "/facilities/?filter[stop]=15216" } }, "parent_station": { @@ -339338,14 +340513,65 @@ }, { "attributes": {}, - "id": "50", + "id": "WML-0012-07", "links": { - "self": "/stops/50" + "self": "/stops/WML-0012-07" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=50" + "related": "/facilities/?filter[stop]=WML-0012-07" + } + }, + "parent_station": { + "data": { + "id": "place-bbsta", + "type": "stop" + } + }, + "zone": { + "data": { + "id": "CR-zone-1A", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "FB-0275-B0", + "links": { + "self": "/stops/FB-0275-B0" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=FB-0275-B0" + } + }, + "parent_station": { + "data": { + "id": "place-FB-0275", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "613", + "links": { + "self": "/stops/613" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=613" } }, "parent_station": { @@ -339362,14 +340588,14 @@ }, { "attributes": {}, - "id": "5742", + "id": "1578", "links": { - "self": "/stops/5742" + "self": "/stops/1578" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5742" + "related": "/facilities/?filter[stop]=1578" } }, "parent_station": { @@ -339386,14 +340612,14 @@ }, { "attributes": {}, - "id": "81916", + "id": "1334", "links": { - "self": "/stops/81916" + "self": "/stops/1334" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=81916" + "related": "/facilities/?filter[stop]=1334" } }, "parent_station": { @@ -339410,14 +340636,14 @@ }, { "attributes": {}, - "id": "6542", + "id": "1281", "links": { - "self": "/stops/6542" + "self": "/stops/1281" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6542" + "related": "/facilities/?filter[stop]=1281" } }, "parent_station": { @@ -339425,7 +340651,7 @@ }, "zone": { "data": { - "id": "ExpressBus-Downtown", + "id": "LocalBus", "type": "zone" } } @@ -339434,14 +340660,14 @@ }, { "attributes": {}, - "id": "78573", + "id": "9084", "links": { - "self": "/stops/78573" + "self": "/stops/9084" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=78573" + "related": "/facilities/?filter[stop]=9084" } }, "parent_station": { @@ -339458,14 +340684,14 @@ }, { "attributes": {}, - "id": "1772", + "id": "1549", "links": { - "self": "/stops/1772" + "self": "/stops/1549" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1772" + "related": "/facilities/?filter[stop]=1549" } }, "parent_station": { @@ -339481,46 +340707,60 @@ "type": "stop" }, { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Medford Square", - "Davis Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Medford Square - Davis Station", - "short_name": "94", - "sort_order": 50940, - "text_color": "000000", - "type": 3 + "attributes": {}, + "id": "71272", + "links": { + "self": "/stops/71272" }, - "id": "94", + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=71272" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "4669", "links": { - "self": "/routes/94" + "self": "/stops/4669" }, "relationships": { - "line": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=4669" + } + }, + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "line-94", - "type": "line" + "id": "LocalBus", + "type": "zone" } } }, - "type": "route" + "type": "stop" }, { "attributes": {}, - "id": "35765", + "id": "22819", "links": { - "self": "/stops/35765" + "self": "/stops/22819" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=35765" + "related": "/facilities/?filter[stop]=22819" } }, "parent_station": { @@ -339536,29 +340776,39 @@ "type": "stop" }, { - "attributes": { - "color": "FFC72C", - "long_name": "Mattapan - Forest Hills via Morton Street", - "short_name": "31", - "sort_order": 50310, - "text_color": "000000" - }, - "id": "line-31", + "attributes": {}, + "id": "5229", "links": { - "self": "/lines/line-31" + "self": "/stops/5229" }, - "type": "line" + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=5229" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" }, { "attributes": {}, - "id": "9083", + "id": "7330", "links": { - "self": "/stops/9083" + "self": "/stops/7330" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9083" + "related": "/facilities/?filter[stop]=7330" } }, "parent_station": { @@ -339575,14 +340825,14 @@ }, { "attributes": {}, - "id": "5261", + "id": "2711", "links": { - "self": "/stops/5261" + "self": "/stops/2711" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5261" + "related": "/facilities/?filter[stop]=2711" } }, "parent_station": { @@ -339599,14 +340849,14 @@ }, { "attributes": {}, - "id": "10582", + "id": "338", "links": { - "self": "/stops/10582" + "self": "/stops/338" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=10582" + "related": "/facilities/?filter[stop]=338" } }, "parent_station": { @@ -339623,14 +340873,14 @@ }, { "attributes": {}, - "id": "317", + "id": "4071", "links": { - "self": "/stops/317" + "self": "/stops/4071" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=317" + "related": "/facilities/?filter[stop]=4071" } }, "parent_station": { @@ -339647,14 +340897,14 @@ }, { "attributes": {}, - "id": "1433", + "id": "15645", "links": { - "self": "/stops/1433" + "self": "/stops/15645" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1433" + "related": "/facilities/?filter[stop]=15645" } }, "parent_station": { @@ -339671,14 +340921,14 @@ }, { "attributes": {}, - "id": "5035", + "id": "9140", "links": { - "self": "/stops/5035" + "self": "/stops/9140" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5035" + "related": "/facilities/?filter[stop]=9140" } }, "parent_station": { @@ -339695,14 +340945,14 @@ }, { "attributes": {}, - "id": "4731", + "id": "4714", "links": { - "self": "/stops/4731" + "self": "/stops/4714" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4731" + "related": "/facilities/?filter[stop]=4714" } }, "parent_station": { @@ -339719,14 +340969,14 @@ }, { "attributes": {}, - "id": "4583", + "id": "3083", "links": { - "self": "/stops/4583" + "self": "/stops/3083" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4583" + "related": "/facilities/?filter[stop]=3083" } }, "parent_station": { @@ -339743,14 +340993,14 @@ }, { "attributes": {}, - "id": "5747", + "id": "1092", "links": { - "self": "/stops/5747" + "self": "/stops/1092" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5747" + "related": "/facilities/?filter[stop]=1092" } }, "parent_station": { @@ -339767,14 +341017,14 @@ }, { "attributes": {}, - "id": "6508", + "id": "1401", "links": { - "self": "/stops/6508" + "self": "/stops/1401" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6508" + "related": "/facilities/?filter[stop]=1401" } }, "parent_station": { @@ -339791,14 +341041,14 @@ }, { "attributes": {}, - "id": "623", + "id": "4233", "links": { - "self": "/stops/623" + "self": "/stops/4233" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=623" + "related": "/facilities/?filter[stop]=4233" } }, "parent_station": { @@ -339815,14 +341065,14 @@ }, { "attributes": {}, - "id": "8631", + "id": "8841", "links": { - "self": "/stops/8631" + "self": "/stops/8841" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8631" + "related": "/facilities/?filter[stop]=8841" } }, "parent_station": { @@ -339839,14 +341089,14 @@ }, { "attributes": {}, - "id": "5316", + "id": "7252", "links": { - "self": "/stops/5316" + "self": "/stops/7252" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5316" + "related": "/facilities/?filter[stop]=7252" } }, "parent_station": { @@ -339863,25 +341113,46 @@ }, { "attributes": {}, - "id": "ER-0042-02", + "id": "768", "links": { - "self": "/stops/ER-0042-02" + "self": "/stops/768" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=ER-0042-02" + "related": "/facilities/?filter[stop]=768" } }, "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "place-chels", - "type": "stop" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "2907", + "links": { + "self": "/stops/2907" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=2907" } }, + "parent_station": { + "data": null + }, "zone": { "data": { - "id": "CR-zone-1A", + "id": "LocalBus", "type": "zone" } } @@ -339890,14 +341161,14 @@ }, { "attributes": {}, - "id": "7504", + "id": "352", "links": { - "self": "/stops/7504" + "self": "/stops/352" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7504" + "related": "/facilities/?filter[stop]=352" } }, "parent_station": { @@ -339905,23 +341176,60 @@ }, "zone": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": { + "color": "7C878E", + "direction_destinations": [ + "Nubian Station", + "Temple Place" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Nubian Station - Temple Place", + "short_name": "SL5", + "sort_order": 10056, + "text_color": "FFFFFF", + "type": 3 + }, + "id": "749", + "links": { + "self": "/routes/749" + }, + "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, + "line": { + "data": { + "id": "line-SLWashington", + "type": "line" } } }, - "type": "stop" + "type": "route" }, { "attributes": {}, - "id": "8320", + "id": "1670", "links": { - "self": "/stops/8320" + "self": "/stops/1670" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8320" + "related": "/facilities/?filter[stop]=1670" } }, "parent_station": { @@ -339938,14 +341246,14 @@ }, { "attributes": {}, - "id": "263", + "id": "8336", "links": { - "self": "/stops/263" + "self": "/stops/8336" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=263" + "related": "/facilities/?filter[stop]=8336" } }, "parent_station": { @@ -339961,95 +341269,112 @@ "type": "stop" }, { - "attributes": {}, - "id": "11939", + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Clarendon Hill or Davis Station", + "Sullivan Square Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Clarendon Hill or Davis Station - Sullivan Square Station", + "short_name": "89", + "sort_order": 50890, + "text_color": "000000", + "type": 3 + }, + "id": "89", "links": { - "self": "/stops/11939" + "self": "/routes/89" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=11939" + "agency": { + "data": { + "id": "1", + "type": "agency" } }, - "parent_station": { - "data": null - }, - "zone": { + "line": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "line-89", + "type": "line" } } }, - "type": "stop" + "type": "route" }, { "attributes": { - "direction_id": 0, - "headsign": "Ashmont (Shuttle)" + "direction_id": 1, + "headsign": "Oak Grove (Limited shuttle)" }, - "id": "Mattapan-AshmontMattapan-Weekday-77fdb-0-20:30:00", + "id": "OakGroveRockportLimited-1-sample", "links": { - "self": "/trips/Mattapan-AshmontMattapan-Weekday-77fdb-0-20%3A30%3A00" + "self": "/trips/OakGroveRockportLimited-1-sample" }, "relationships": { "route": { "data": { - "id": "Shuttle-AshmontMattapan", + "id": "Shuttle-OakGroveRockportLimited", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-AshmontMattapan-0-0", + "id": "Shuttle-OakGroveRockportLimited-0-1", "type": "route_pattern" } }, "service": { "data": { - "id": "Mattapan-AshmontMattapan-Weekday-77fdb", + "id": "canonical", "type": "service" } }, "shape": { "data": { - "id": "MattapanToAshmont-S", + "id": "RockportToOakGroveLimited-S", "type": "shape" } }, "stops": { "data": [ { - "id": "185", + "id": "GB-0353-B", "type": "stop" }, { - "id": "71273", + "id": "GB-0316-B1", "type": "stop" }, { - "id": "71272", + "id": "GB-0296-B2", "type": "stop" }, { - "id": "71269", + "id": "GB-0254-B2", "type": "stop" }, { - "id": "3474", + "id": "GB-0229-B1", "type": "stop" }, { - "id": "71266", + "id": "GB-0198-B3", "type": "stop" }, { - "id": "71264", + "id": "ER-0183-B", "type": "stop" }, { - "id": "334", + "id": "ER-0168-B", + "type": "stop" + }, + { + "id": "9328", "type": "stop" } ] @@ -340057,16 +341382,30 @@ }, "type": "trip" }, + { + "attributes": { + "color": "FFC72C", + "long_name": "Spring Hill - Kendall/MIT", + "short_name": "85", + "sort_order": 50850, + "text_color": "000000" + }, + "id": "line-85", + "links": { + "self": "/lines/line-85" + }, + "type": "line" + }, { "attributes": {}, - "id": "109816", + "id": "98618", "links": { - "self": "/stops/109816" + "self": "/stops/98618" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=109816" + "related": "/facilities/?filter[stop]=98618" } }, "parent_station": { @@ -340082,66 +341421,265 @@ "type": "stop" }, { - "attributes": {}, - "id": "31918", + "attributes": { + "direction_id": 0, + "headsign": "Boston College (Shuttle)" + }, + "id": "BlandfordStreetBostonCollege-0-sample", "links": { - "self": "/stops/31918" + "self": "/trips/BlandfordStreetBostonCollege-0-sample" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=31918" + "route": { + "data": { + "id": "Shuttle-BlandfordBostonCollege", + "type": "route" } }, - "parent_station": { - "data": null + "route_pattern": { + "data": { + "id": "Shuttle-BlandfordBostonCollege-0-0", + "type": "route_pattern" + } }, - "zone": { + "service": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "canonical", + "type": "service" + } + }, + "shape": { + "data": { + "id": "BlandfordStreetToBostonCollege-S", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "951", + "type": "stop" + }, + { + "id": "952", + "type": "stop" + }, + { + "id": "953", + "type": "stop" + }, + { + "id": "956", + "type": "stop" + }, + { + "id": "958", + "type": "stop" + }, + { + "id": "9070131", + "type": "stop" + }, + { + "id": "9070129", + "type": "stop" + }, + { + "id": "9070121", + "type": "stop" + }, + { + "id": "9070117", + "type": "stop" + }, + { + "id": "9070115", + "type": "stop" + }, + { + "id": "9070113", + "type": "stop" + }, + { + "id": "9070111", + "type": "stop" + }, + { + "id": "9070107", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { - "attributes": {}, - "id": "NB-0076-B0", + "attributes": { + "direction_id": 0, + "headsign": "Square One Mall" + }, + "id": "66957315", "links": { - "self": "/stops/NB-0076-B0" + "self": "/trips/66957315" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=NB-0076-B0" + "route": { + "data": { + "id": "430", + "type": "route" } }, - "parent_station": { + "route_pattern": { "data": { - "id": "place-NB-0076", - "type": "stop" + "id": "430-7-0", + "type": "route_pattern" } }, - "zone": { + "service": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "WinterWeekday", + "type": "service" + } + }, + "shape": { + "data": { + "id": "4300179", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "5457", + "type": "stop" + }, + { + "id": "5459", + "type": "stop" + }, + { + "id": "5460", + "type": "stop" + }, + { + "id": "5461", + "type": "stop" + }, + { + "id": "5462", + "type": "stop" + }, + { + "id": "5463", + "type": "stop" + }, + { + "id": "5464", + "type": "stop" + }, + { + "id": "54651", + "type": "stop" + }, + { + "id": "9060", + "type": "stop" + }, + { + "id": "9061", + "type": "stop" + }, + { + "id": "49061", + "type": "stop" + }, + { + "id": "9063", + "type": "stop" + }, + { + "id": "7541", + "type": "stop" + }, + { + "id": "7542", + "type": "stop" + }, + { + "id": "7543", + "type": "stop" + }, + { + "id": "7545", + "type": "stop" + }, + { + "id": "8575", + "type": "stop" + }, + { + "id": "48575", + "type": "stop" + }, + { + "id": "17456", + "type": "stop" + }, + { + "id": "8336", + "type": "stop" + }, + { + "id": "8338", + "type": "stop" + }, + { + "id": "18338", + "type": "stop" + }, + { + "id": "17463", + "type": "stop" + }, + { + "id": "8576", + "type": "stop" + }, + { + "id": "8577", + "type": "stop" + }, + { + "id": "7547", + "type": "stop" + }, + { + "id": "7548", + "type": "stop" + }, + { + "id": "7550", + "type": "stop" + }, + { + "id": "7529", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "4138", + "id": "29253", "links": { - "self": "/stops/4138" + "self": "/stops/29253" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4138" + "related": "/facilities/?filter[stop]=29253" } }, "parent_station": { @@ -340158,14 +341696,14 @@ }, { "attributes": {}, - "id": "2886", + "id": "25202", "links": { - "self": "/stops/2886" + "self": "/stops/25202" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2886" + "related": "/facilities/?filter[stop]=25202" } }, "parent_station": { @@ -340180,16 +341718,141 @@ }, "type": "stop" }, + { + "attributes": { + "direction_id": 0, + "headsign": "Houghs Neck" + }, + "id": "67290254", + "links": { + "self": "/trips/67290254" + }, + "relationships": { + "route": { + "data": { + "id": "216", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "216-1-0", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "WinterWeekday", + "type": "service" + } + }, + "shape": { + "data": { + "id": "2160158", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "13245", + "type": "stop" + }, + { + "id": "3245", + "type": "stop" + }, + { + "id": "3246", + "type": "stop" + }, + { + "id": "3247", + "type": "stop" + }, + { + "id": "3248", + "type": "stop" + }, + { + "id": "3249", + "type": "stop" + }, + { + "id": "3250", + "type": "stop" + }, + { + "id": "3251", + "type": "stop" + }, + { + "id": "3252", + "type": "stop" + }, + { + "id": "3253", + "type": "stop" + }, + { + "id": "3254", + "type": "stop" + }, + { + "id": "3255", + "type": "stop" + }, + { + "id": "3256", + "type": "stop" + }, + { + "id": "3257", + "type": "stop" + }, + { + "id": "3258", + "type": "stop" + }, + { + "id": "3259", + "type": "stop" + }, + { + "id": "3260", + "type": "stop" + }, + { + "id": "3261", + "type": "stop" + }, + { + "id": "3262", + "type": "stop" + }, + { + "id": "3263", + "type": "stop" + }, + { + "id": "3265", + "type": "stop" + } + ] + } + }, + "type": "trip" + }, { "attributes": {}, - "id": "88336", + "id": "8604", "links": { - "self": "/stops/88336" + "self": "/stops/8604" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=88336" + "related": "/facilities/?filter[stop]=8604" } }, "parent_station": { @@ -340206,324 +341869,673 @@ }, { "attributes": {}, - "id": "NHRML-0127-02", + "id": "544", "links": { - "self": "/stops/NHRML-0127-02" + "self": "/stops/544" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=NHRML-0127-02" + "related": "/facilities/?filter[stop]=544" } }, "parent_station": { - "data": { - "id": "place-NHRML-0127", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "CR-zone-2", + "id": "LocalBus", "type": "zone" } } }, "type": "stop" }, - { - "attributes": { - "color": "FFC72C", - "long_name": "Central Square, Lynn - Haymarket or Wonderland", - "short_name": "426/428", - "sort_order": 54260, - "text_color": "000000" - }, - "id": "line-426428", - "links": { - "self": "/lines/line-426428" - }, - "type": "line" - }, { "attributes": { "direction_id": 1, - "headsign": "Watertown Yard" + "headsign": "Maverick" }, - "id": "62145858", + "id": "67203685", "links": { - "self": "/trips/62145858" + "self": "/trips/67203685" }, "relationships": { "route": { "data": { - "id": "52", + "id": "116", "type": "route" } }, "route_pattern": { "data": { - "id": "52-5-1", + "id": "116-_-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterSaturday", "type": "service" } }, "shape": { "data": { - "id": "520220", + "id": "1160125", "type": "shape" } }, "stops": { "data": [ { - "id": "10833", - "type": "stop" - }, - { - "id": "10835", - "type": "stop" - }, - { - "id": "774", - "type": "stop" - }, - { - "id": "775", - "type": "stop" - }, - { - "id": "776", - "type": "stop" - }, - { - "id": "8390", + "id": "15796", "type": "stop" }, { - "id": "8391", + "id": "5700", "type": "stop" }, { - "id": "8392", + "id": "5701", "type": "stop" }, { - "id": "8393", + "id": "5703", "type": "stop" }, { - "id": "8394", + "id": "5704", "type": "stop" }, { - "id": "833", + "id": "35704", "type": "stop" }, { - "id": "8473", + "id": "5709", "type": "stop" }, { - "id": "8474", + "id": "5562", "type": "stop" }, { - "id": "84741", + "id": "5711", "type": "stop" }, { - "id": "8476", + "id": "57121", "type": "stop" }, { - "id": "8477", + "id": "5713", "type": "stop" }, { - "id": "8478", + "id": "5714", "type": "stop" }, { - "id": "84791", + "id": "5715", "type": "stop" }, { - "id": "8480", + "id": "5718", "type": "stop" }, { - "id": "8481", + "id": "5719", "type": "stop" }, { - "id": "8482", + "id": "5721", "type": "stop" }, { - "id": "8483", + "id": "5722", "type": "stop" }, { - "id": "8484", + "id": "5724", "type": "stop" }, { - "id": "8485", + "id": "5726", "type": "stop" }, { - "id": "8486", + "id": "46170", "type": "stop" }, { - "id": "18487", + "id": "5605", "type": "stop" }, { - "id": "8489", + "id": "5606", "type": "stop" }, { - "id": "8490", + "id": "5653", "type": "stop" }, { - "id": "8491", + "id": "5728", "type": "stop" }, { - "id": "8492", + "id": "5729", "type": "stop" }, { - "id": "84921", + "id": "5730", "type": "stop" }, { - "id": "8495", + "id": "5731", "type": "stop" }, { - "id": "8496", + "id": "5732", "type": "stop" }, { - "id": "8497", + "id": "5733", "type": "stop" }, { - "id": "8498", + "id": "5734", "type": "stop" }, { - "id": "8499", + "id": "5736", "type": "stop" }, { - "id": "8500", + "id": "5737", "type": "stop" }, { - "id": "8501", + "id": "5740", "type": "stop" - }, + } + ] + } + }, + "type": "trip" + }, + { + "attributes": {}, + "id": "4945", + "links": { + "self": "/stops/4945" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=4945" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "4495", + "links": { + "self": "/stops/4495" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=4495" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "NEC-2139-01", + "links": { + "self": "/stops/NEC-2139-01" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=NEC-2139-01" + } + }, + "parent_station": { + "data": { + "id": "place-NEC-2139", + "type": "stop" + } + }, + "zone": { + "data": { + "id": "CR-zone-3", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "35765", + "links": { + "self": "/stops/35765" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=35765" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "7440", + "links": { + "self": "/stops/7440" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=7440" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "12859", + "links": { + "self": "/stops/12859" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=12859" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": { + "direction_id": 1, + "headsign": "Park Street (Shuttle)" + }, + "id": "GreenBBostonUniversityEastParkStreet-1-sample", + "links": { + "self": "/trips/GreenBBostonUniversityEastParkStreet-1-sample" + }, + "relationships": { + "route": { + "data": { + "id": "Shuttle-BostonUniversityEastPark", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "Shuttle-BostonUniversityEastPark-0-1", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "canonical", + "type": "service" + } + }, + "shape": { + "data": { + "id": "BostonUniversityEastToParkStreet-S", + "type": "shape" + } + }, + "stops": { + "data": [ { - "id": "8502", + "id": "939", "type": "stop" }, { - "id": "8503", + "id": "941", "type": "stop" }, { - "id": "8504", + "id": "9070150", "type": "stop" }, { - "id": "8505", + "id": "79", "type": "stop" }, { - "id": "8506", + "id": "175", "type": "stop" }, { - "id": "8507", + "id": "9070156", "type": "stop" }, { - "id": "8508", + "id": "10000", "type": "stop" - }, + } + ] + } + }, + "type": "trip" + }, + { + "attributes": {}, + "id": "6613", + "links": { + "self": "/stops/6613" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=6613" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "9128", + "links": { + "self": "/stops/9128" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=9128" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": { + "direction_id": 1, + "headsign": "Design Center" + }, + "id": "66645811", + "links": { + "self": "/trips/66645811" + }, + "relationships": { + "route": { + "data": { + "id": "4", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "4-3-1", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "WinterWeekday", + "type": "service" + } + }, + "shape": { + "data": { + "id": "040087", + "type": "shape" + } + }, + "stops": { + "data": [ { - "id": "8509", + "id": "114", "type": "stop" }, { - "id": "8510", + "id": "8309", "type": "stop" }, { - "id": "8511", + "id": "204", "type": "stop" }, { - "id": "8512", + "id": "65471", "type": "stop" }, { - "id": "8513", + "id": "16551", "type": "stop" }, { - "id": "8514", + "id": "221", "type": "stop" }, { - "id": "8515", + "id": "21599", "type": "stop" }, { - "id": "8516", + "id": "243", "type": "stop" }, { - "id": "19031", + "id": "247", "type": "stop" }, { - "id": "988", + "id": "30249", "type": "stop" }, { - "id": "989", + "id": "30256", "type": "stop" }, { - "id": "999", + "id": "210", "type": "stop" } ] } }, - "type": "trip" + "type": "trip" + }, + { + "attributes": {}, + "id": "5203", + "links": { + "self": "/stops/5203" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=5203" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Sullivan Square Station", + "Downtown" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Sullivan Square Station - Downtown via Main Street", + "short_name": "92", + "sort_order": 50920, + "text_color": "000000", + "type": 3 + }, + "id": "92", + "links": { + "self": "/routes/92" + }, + "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, + "line": { + "data": { + "id": "line-92", + "type": "line" + } + } + }, + "type": "route" + }, + { + "attributes": {}, + "id": "1697", + "links": { + "self": "/stops/1697" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=1697" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "8200", + "links": { + "self": "/stops/8200" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=8200" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" }, { "attributes": {}, - "id": "6644", + "id": "8497", "links": { - "self": "/stops/6644" + "self": "/stops/8497" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6644" + "related": "/facilities/?filter[stop]=8497" } }, "parent_station": { @@ -340540,14 +342552,14 @@ }, { "attributes": {}, - "id": "3627", + "id": "23535", "links": { - "self": "/stops/3627" + "self": "/stops/23535" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3627" + "related": "/facilities/?filter[stop]=23535" } }, "parent_station": { @@ -340564,14 +342576,14 @@ }, { "attributes": {}, - "id": "6688", + "id": "2567", "links": { - "self": "/stops/6688" + "self": "/stops/2567" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6688" + "related": "/facilities/?filter[stop]=2567" } }, "parent_station": { @@ -340588,14 +342600,91 @@ }, { "attributes": {}, - "id": "5363", + "id": "10418", "links": { - "self": "/stops/5363" + "self": "/stops/10418" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5363" + "related": "/facilities/?filter[stop]=10418" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": { + "direction_id": 0, + "headsign": "Rockport (Express shuttle)" + }, + "id": "OakGroveRockportExpress-0-sample", + "links": { + "self": "/trips/OakGroveRockportExpress-0-sample" + }, + "relationships": { + "route": { + "data": { + "id": "Shuttle-OakGroveRockportExpress", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "Shuttle-OakGroveRockportExpress-0-0", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "canonical", + "type": "service" + } + }, + "shape": { + "data": { + "id": "OakGroveToRockportExpress-S", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "9328", + "type": "stop" + }, + { + "id": "GB-0316-B0", + "type": "stop" + }, + { + "id": "GB-0353-B", + "type": "stop" + } + ] + } + }, + "type": "trip" + }, + { + "attributes": {}, + "id": "2288", + "links": { + "self": "/stops/2288" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=2288" } }, "parent_station": { @@ -340612,14 +342701,14 @@ }, { "attributes": {}, - "id": "6944", + "id": "2256", "links": { - "self": "/stops/6944" + "self": "/stops/2256" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6944" + "related": "/facilities/?filter[stop]=2256" } }, "parent_station": { @@ -340636,14 +342725,14 @@ }, { "attributes": {}, - "id": "5301", + "id": "973", "links": { - "self": "/stops/5301" + "self": "/stops/973" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5301" + "related": "/facilities/?filter[stop]=973" } }, "parent_station": { @@ -340660,14 +342749,14 @@ }, { "attributes": {}, - "id": "619", + "id": "49816", "links": { - "self": "/stops/619" + "self": "/stops/49816" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=619" + "related": "/facilities/?filter[stop]=49816" } }, "parent_station": { @@ -340684,294 +342773,179 @@ }, { "attributes": { - "direction_id": 0, - "headsign": "Marblehead via Central Square & Humphrey St" + "direction_id": 1, + "headsign": "Alewife via Arlington Center" }, - "id": "62216578", + "id": "67009422", "links": { - "self": "/trips/62216578" + "self": "/trips/67009422" }, "relationships": { "route": { "data": { - "id": "442", + "id": "67", "type": "route" } }, "route_pattern": { "data": { - "id": "442-7-0", + "id": "67-4-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "4420236", + "id": "670062", "type": "shape" } }, "stops": { "data": [ { - "id": "15795", - "type": "stop" - }, - { - "id": "4736", - "type": "stop" - }, - { - "id": "48541", - "type": "stop" - }, - { - "id": "4855", - "type": "stop" - }, - { - "id": "4856", - "type": "stop" - }, - { - "id": "4738", - "type": "stop" - }, - { - "id": "4739", - "type": "stop" - }, - { - "id": "4709", - "type": "stop" - }, - { - "id": "4741", - "type": "stop" - }, - { - "id": "4742", - "type": "stop" - }, - { - "id": "4743", - "type": "stop" - }, - { - "id": "4744", - "type": "stop" - }, - { - "id": "4745", - "type": "stop" - }, - { - "id": "4746", - "type": "stop" - }, - { - "id": "4747", - "type": "stop" - }, - { - "id": "14748", - "type": "stop" - }, - { - "id": "6600", - "type": "stop" - }, - { - "id": "4749", - "type": "stop" - }, - { - "id": "4751", - "type": "stop" - }, - { - "id": "4752", - "type": "stop" - }, - { - "id": "14753", - "type": "stop" - }, - { - "id": "4755", - "type": "stop" - }, - { - "id": "4811", - "type": "stop" - }, - { - "id": "4813", - "type": "stop" - }, - { - "id": "4814", - "type": "stop" - }, - { - "id": "4815", - "type": "stop" - }, - { - "id": "4816", - "type": "stop" - }, - { - "id": "4817", - "type": "stop" - }, - { - "id": "4818", - "type": "stop" - }, - { - "id": "4819", - "type": "stop" - }, - { - "id": "4820", - "type": "stop" - }, - { - "id": "4821", - "type": "stop" - }, - { - "id": "14822", - "type": "stop" - }, - { - "id": "4822", - "type": "stop" - }, - { - "id": "4823", - "type": "stop" - }, - { - "id": "4824", - "type": "stop" - }, - { - "id": "4825", - "type": "stop" - }, - { - "id": "4826", - "type": "stop" - }, - { - "id": "4779", - "type": "stop" - }, - { - "id": "4781", + "id": "7961", "type": "stop" }, { - "id": "4782", + "id": "7963", "type": "stop" }, { - "id": "4784", + "id": "79642", "type": "stop" }, { - "id": "4785", + "id": "7965", "type": "stop" }, { - "id": "4786", + "id": "7966", "type": "stop" }, { - "id": "4787", + "id": "7967", "type": "stop" }, { - "id": "4788", + "id": "7968", "type": "stop" }, { - "id": "4789", + "id": "7969", "type": "stop" }, { - "id": "4790", + "id": "2258", "type": "stop" }, { - "id": "4791", + "id": "2259", "type": "stop" }, { - "id": "4792", + "id": "23535", "type": "stop" }, { - "id": "4793", + "id": "23536", "type": "stop" }, { - "id": "4794", + "id": "23537", "type": "stop" }, { - "id": "4795", + "id": "23538", "type": "stop" }, { - "id": "4796", + "id": "2475", "type": "stop" }, { - "id": "4797", + "id": "2477", "type": "stop" }, { - "id": "4799", + "id": "2478", "type": "stop" }, { - "id": "4800", + "id": "24790", "type": "stop" }, { - "id": "4801", + "id": "24791", "type": "stop" }, { - "id": "4802", + "id": "141", "type": "stop" - }, + } + ] + } + }, + "type": "trip" + }, + { + "attributes": { + "direction_id": 1, + "headsign": "Wonderland (Shuttle)" + }, + "id": "OrientHeightsWonderland-1-sample", + "links": { + "self": "/trips/OrientHeightsWonderland-1-sample" + }, + "relationships": { + "route": { + "data": { + "id": "Shuttle-OrientHeightsWonderland", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "Shuttle-OrientHeightsWonderland-0-1", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "canonical", + "type": "service" + } + }, + "shape": { + "data": { + "id": "OrientHeightsToWonderland-S", + "type": "shape" + } + }, + "stops": { + "data": [ { - "id": "4803", + "id": "5879", "type": "stop" }, { - "id": "4804", + "id": "9070054", "type": "stop" }, { - "id": "4805", + "id": "9070056", "type": "stop" }, { - "id": "4806", + "id": "9070058", "type": "stop" }, { - "id": "4807", + "id": "15797", "type": "stop" } ] @@ -340982,317 +342956,101 @@ { "attributes": { "direction_id": 0, - "headsign": "Montello" + "headsign": "Rindge Ave" }, - "id": "61929255", + "id": "67008203", "links": { - "self": "/trips/61929255" + "self": "/trips/67008203" }, "relationships": { "route": { "data": { - "id": "230", + "id": "83", "type": "route" } }, "route_pattern": { "data": { - "id": "230-3-0", + "id": "83-2-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "2300153", + "id": "830124", "type": "shape" } }, "stops": { "data": [ { - "id": "32003", - "type": "stop" - }, - { - "id": "3326", - "type": "stop" - }, - { - "id": "3327", - "type": "stop" - }, - { - "id": "3328", - "type": "stop" - }, - { - "id": "3330", - "type": "stop" - }, - { - "id": "3846", - "type": "stop" - }, - { - "id": "3848", - "type": "stop" - }, - { - "id": "3849", - "type": "stop" - }, - { - "id": "3850", - "type": "stop" - }, - { - "id": "3851", - "type": "stop" - }, - { - "id": "3852", - "type": "stop" - }, - { - "id": "3853", - "type": "stop" - }, - { - "id": "3854", - "type": "stop" - }, - { - "id": "3855", - "type": "stop" - }, - { - "id": "3857", - "type": "stop" - }, - { - "id": "3858", - "type": "stop" - }, - { - "id": "3859", - "type": "stop" - }, - { - "id": "3860", - "type": "stop" - }, - { - "id": "3861", - "type": "stop" - }, - { - "id": "3862", - "type": "stop" - }, - { - "id": "3863", - "type": "stop" - }, - { - "id": "3864", - "type": "stop" - }, - { - "id": "3865", - "type": "stop" - }, - { - "id": "3866", - "type": "stop" - }, - { - "id": "3867", - "type": "stop" - }, - { - "id": "38671", - "type": "stop" - }, - { - "id": "3868", - "type": "stop" - }, - { - "id": "3870", - "type": "stop" - }, - { - "id": "3872", - "type": "stop" - }, - { - "id": "3873", - "type": "stop" - }, - { - "id": "3874", - "type": "stop" - }, - { - "id": "3876", - "type": "stop" - }, - { - "id": "3877", - "type": "stop" - }, - { - "id": "38771", - "type": "stop" - }, - { - "id": "3879", - "type": "stop" - }, - { - "id": "3881", - "type": "stop" - }, - { - "id": "3882", - "type": "stop" - }, - { - "id": "3883", - "type": "stop" - }, - { - "id": "3884", - "type": "stop" - }, - { - "id": "3885", - "type": "stop" - }, - { - "id": "3887", - "type": "stop" - }, - { - "id": "3888", - "type": "stop" - }, - { - "id": "3890", - "type": "stop" - }, - { - "id": "3891", - "type": "stop" - }, - { - "id": "3892", - "type": "stop" - }, - { - "id": "3893", - "type": "stop" - }, - { - "id": "3894", - "type": "stop" - }, - { - "id": "3895", - "type": "stop" - }, - { - "id": "3896", - "type": "stop" - }, - { - "id": "3897", - "type": "stop" - }, - { - "id": "3966", - "type": "stop" - }, - { - "id": "3967", - "type": "stop" - }, - { - "id": "3968", - "type": "stop" - }, - { - "id": "3969", - "type": "stop" - }, - { - "id": "3970", + "id": "2224", "type": "stop" }, { - "id": "3971", + "id": "2225", "type": "stop" }, { - "id": "3972", + "id": "2226", "type": "stop" }, { - "id": "3973", + "id": "1431", "type": "stop" }, { - "id": "3975", + "id": "2310", "type": "stop" }, { - "id": "3976", + "id": "2312", "type": "stop" }, { - "id": "3977", + "id": "2314", "type": "stop" }, { - "id": "3978", + "id": "23151", "type": "stop" }, { - "id": "3979", + "id": "2316", "type": "stop" }, { - "id": "3980", + "id": "2318", "type": "stop" }, { - "id": "3981", + "id": "2461", "type": "stop" }, { - "id": "3982", + "id": "24610", "type": "stop" }, { - "id": "3984", + "id": "2462", "type": "stop" }, { - "id": "3985", + "id": "24621", "type": "stop" }, { - "id": "3986", + "id": "2463", "type": "stop" }, { - "id": "39870", + "id": "2425", "type": "stop" } ] @@ -341301,29 +343059,63 @@ "type": "trip" }, { - "attributes": { - "color": "FFC72C", - "long_name": "City Point - Downtown Boston", - "short_name": "7", - "sort_order": 50070, - "text_color": "000000" + "attributes": {}, + "id": "1451", + "links": { + "self": "/stops/1451" }, - "id": "line-7", + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=1451" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "5640", "links": { - "self": "/lines/line-7" + "self": "/stops/5640" }, - "type": "line" + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=5640" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" }, { "attributes": {}, - "id": "6529", + "id": "1524", "links": { - "self": "/stops/6529" + "self": "/stops/1524" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6529" + "related": "/facilities/?filter[stop]=1524" } }, "parent_station": { @@ -341340,14 +343132,14 @@ }, { "attributes": {}, - "id": "4823", + "id": "4795", "links": { - "self": "/stops/4823" + "self": "/stops/4795" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4823" + "related": "/facilities/?filter[stop]=4795" } }, "parent_station": { @@ -341364,14 +343156,14 @@ }, { "attributes": {}, - "id": "3696", + "id": "7979", "links": { - "self": "/stops/3696" + "self": "/stops/7979" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3696" + "related": "/facilities/?filter[stop]=7979" } }, "parent_station": { @@ -341388,45 +343180,111 @@ }, { "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Harvard Square", - "Nubian Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Harvard Square - Nubian Station", - "short_name": "1", - "sort_order": 50010, - "text_color": "000000", - "type": 3 + "direction_id": 1, + "headsign": "Kenmore via Saint Mary's Street (Shuttle)" }, - "id": "1", + "id": "KenmoreStMarysRiversideD-1-sample", "links": { - "self": "/routes/1" + "self": "/trips/KenmoreStMarysRiversideD-1-sample" }, "relationships": { - "line": { + "route": { "data": { - "id": "line-1", - "type": "line" + "id": "Shuttle-KenmoreStMarysRiverside", + "type": "route" } + }, + "route_pattern": { + "data": { + "id": "Shuttle-KenmoreStMarysRiverside-0-1", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "canonical", + "type": "service" + } + }, + "shape": { + "data": { + "id": "RiversideToKenmoreViaStMarys-S", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "38155", + "type": "stop" + }, + { + "id": "9070162", + "type": "stop" + }, + { + "id": "9070164", + "type": "stop" + }, + { + "id": "8153", + "type": "stop" + }, + { + "id": "9170168", + "type": "stop" + }, + { + "id": "9070170", + "type": "stop" + }, + { + "id": "1984", + "type": "stop" + }, + { + "id": "21917", + "type": "stop" + }, + { + "id": "9070179", + "type": "stop" + }, + { + "id": "1556", + "type": "stop" + }, + { + "id": "1804", + "type": "stop" + }, + { + "id": "1807", + "type": "stop" + }, + { + "id": "9070212", + "type": "stop" + }, + { + "id": "9070150", + "type": "stop" + } + ] } }, - "type": "route" + "type": "trip" }, { "attributes": {}, - "id": "6126", + "id": "7515", "links": { - "self": "/stops/6126" + "self": "/stops/7515" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6126" + "related": "/facilities/?filter[stop]=7515" } }, "parent_station": { @@ -341443,22 +343301,25 @@ }, { "attributes": {}, - "id": "3052", + "id": "WML-0135-02", "links": { - "self": "/stops/3052" + "self": "/stops/WML-0135-02" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3052" + "related": "/facilities/?filter[stop]=WML-0135-02" } }, "parent_station": { - "data": null + "data": { + "id": "place-WML-0135", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "CR-zone-3", "type": "zone" } } @@ -341467,38 +343328,194 @@ }, { "attributes": {}, - "id": "2713", + "id": "70198", "links": { - "self": "/stops/2713" + "self": "/stops/70198" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2713" + "related": "/facilities/?filter[stop]=70198" } }, "parent_station": { - "data": null + "data": { + "id": "place-pktrm", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } }, "type": "stop" }, + { + "attributes": { + "direction_id": 1, + "headsign": "Jackson Square" + }, + "id": "67251747", + "links": { + "self": "/trips/67251747" + }, + "relationships": { + "route": { + "data": { + "id": "29", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "29-5-1", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "WinterWeekday", + "type": "service" + } + }, + "shape": { + "data": { + "id": "290146", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "18511", + "type": "stop" + }, + { + "id": "1722", + "type": "stop" + }, + { + "id": "1723", + "type": "stop" + }, + { + "id": "1724", + "type": "stop" + }, + { + "id": "1725", + "type": "stop" + }, + { + "id": "1726", + "type": "stop" + }, + { + "id": "1728", + "type": "stop" + }, + { + "id": "1730", + "type": "stop" + }, + { + "id": "1731", + "type": "stop" + }, + { + "id": "1732", + "type": "stop" + }, + { + "id": "1733", + "type": "stop" + }, + { + "id": "1734", + "type": "stop" + }, + { + "id": "1735", + "type": "stop" + }, + { + "id": "1736", + "type": "stop" + }, + { + "id": "1737", + "type": "stop" + }, + { + "id": "381", + "type": "stop" + }, + { + "id": "382", + "type": "stop" + }, + { + "id": "383", + "type": "stop" + }, + { + "id": "9448", + "type": "stop" + }, + { + "id": "1739", + "type": "stop" + }, + { + "id": "1740", + "type": "stop" + }, + { + "id": "1741", + "type": "stop" + }, + { + "id": "1742", + "type": "stop" + }, + { + "id": "1743", + "type": "stop" + }, + { + "id": "1188", + "type": "stop" + }, + { + "id": "1215", + "type": "stop" + }, + { + "id": "1216", + "type": "stop" + }, + { + "id": "11531", + "type": "stop" + } + ] + } + }, + "type": "trip" + }, { "attributes": {}, - "id": "3416", + "id": "76378", "links": { - "self": "/stops/3416" + "self": "/stops/76378" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3416" + "related": "/facilities/?filter[stop]=76378" } }, "parent_station": { @@ -341515,18 +343532,21 @@ }, { "attributes": {}, - "id": "7797", + "id": "334", "links": { - "self": "/stops/7797" + "self": "/stops/334" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7797" + "related": "/facilities/?filter[stop]=334" } }, "parent_station": { - "data": null + "data": { + "id": "place-asmnl", + "type": "stop" + } }, "zone": { "data": { @@ -341539,23 +343559,23 @@ }, { "attributes": { - "direction_id": 0, - "headsign": "Newton Highlands (Shuttle)" + "direction_id": 1, + "headsign": "Oak Grove (Limited shuttle)" }, - "id": "NewtonHighlandsReservoir-0-sample", + "id": "NewburyportOakGroveLimited-1-sample", "links": { - "self": "/trips/NewtonHighlandsReservoir-0-sample" + "self": "/trips/NewburyportOakGroveLimited-1-sample" }, "relationships": { "route": { "data": { - "id": "Shuttle-NewtonHighlandsReservoir", + "id": "Shuttle-NewburyportOakGroveLimited", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-NewtonHighlandsReservoir-0-0", + "id": "Shuttle-NewburyportOakGroveLimited-0-1", "type": "route_pattern" } }, @@ -341567,26 +343587,42 @@ }, "shape": { "data": { - "id": "ReservoirToNewtonHighlands-S", + "id": "NewburyportToOakGroveLimited-S", "type": "shape" } }, "stops": { "data": [ { - "id": "21917", + "id": "ER-0362-B", "type": "stop" }, { - "id": "1540", + "id": "ER-0312-B", "type": "stop" }, { - "id": "9070171", + "id": "ER-0276-B", "type": "stop" }, { - "id": "9170169", + "id": "ER-0227-B1", + "type": "stop" + }, + { + "id": "ER-0208-B", + "type": "stop" + }, + { + "id": "ER-0183-B", + "type": "stop" + }, + { + "id": "ER-0168-B", + "type": "stop" + }, + { + "id": "9328", "type": "stop" } ] @@ -341596,14 +343632,14 @@ }, { "attributes": {}, - "id": "83618", + "id": "7328", "links": { - "self": "/stops/83618" + "self": "/stops/7328" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=83618" + "related": "/facilities/?filter[stop]=7328" } }, "parent_station": { @@ -341620,14 +343656,14 @@ }, { "attributes": {}, - "id": "30287", + "id": "534", "links": { - "self": "/stops/30287" + "self": "/stops/534" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=30287" + "related": "/facilities/?filter[stop]=534" } }, "parent_station": { @@ -341644,14 +343680,14 @@ }, { "attributes": {}, - "id": "85563", + "id": "8856", "links": { - "self": "/stops/85563" + "self": "/stops/8856" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=85563" + "related": "/facilities/?filter[stop]=8856" } }, "parent_station": { @@ -341666,47 +343702,16 @@ }, "type": "stop" }, - { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Copley & West", - "Union Square" - ], - "direction_names": [ - "West", - "East" - ], - "long_name": "Union Square - Government Center", - "short_name": "Green Line Shuttle", - "sort_order": 61952, - "text_color": "000000", - "type": 3 - }, - "id": "Shuttle-GovernmentCenterUnionSquare", - "links": { - "self": "/routes/Shuttle-GovernmentCenterUnionSquare" - }, - "relationships": { - "line": { - "data": { - "id": "line-Green", - "type": "line" - } - } - }, - "type": "route" - }, { "attributes": {}, - "id": "5865", + "id": "4771", "links": { - "self": "/stops/5865" + "self": "/stops/4771" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5865" + "related": "/facilities/?filter[stop]=4771" } }, "parent_station": { @@ -341723,41 +343728,14 @@ }, { "attributes": {}, - "id": "70205", - "links": { - "self": "/stops/70205" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=70205" - } - }, - "parent_station": { - "data": { - "id": "place-north", - "type": "stop" - } - }, - "zone": { - "data": { - "id": "RapidTransit", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "86937", + "id": "13857", "links": { - "self": "/stops/86937" + "self": "/stops/13857" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=86937" + "related": "/facilities/?filter[stop]=13857" } }, "parent_station": { @@ -341774,14 +343752,14 @@ }, { "attributes": {}, - "id": "2464", + "id": "7335", "links": { - "self": "/stops/2464" + "self": "/stops/7335" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2464" + "related": "/facilities/?filter[stop]=7335" } }, "parent_station": { @@ -341798,190 +343776,222 @@ }, { "attributes": { - "direction_id": 1, - "headsign": "Malden" + "direction_id": 0, + "headsign": "Third Ave" }, - "id": "61869055", + "id": "67008564", "links": { - "self": "/trips/61869055" + "self": "/trips/67008564" }, "relationships": { "route": { "data": { - "id": "137", + "id": "350", "type": "route" } }, "route_pattern": { "data": { - "id": "137-4-1", + "id": "350-8-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "1370147", + "id": "3500230", "type": "shape" } }, "stops": { "data": [ { - "id": "9179", + "id": "141", "type": "stop" }, { - "id": "9181", + "id": "22751", "type": "stop" }, { - "id": "19182", + "id": "2275", "type": "stop" }, { - "id": "9183", + "id": "2276", "type": "stop" }, { - "id": "9184", + "id": "2277", "type": "stop" }, { - "id": "9185", + "id": "2278", "type": "stop" }, { - "id": "9187", + "id": "2279", "type": "stop" }, { - "id": "9188", + "id": "2280", "type": "stop" }, { - "id": "9189", + "id": "2281", "type": "stop" }, { - "id": "9190", + "id": "2282", "type": "stop" }, { - "id": "9191", + "id": "1656", "type": "stop" }, { - "id": "9192", + "id": "1657", "type": "stop" }, { - "id": "9193", + "id": "1658", "type": "stop" }, { - "id": "9194", + "id": "1659", "type": "stop" }, { - "id": "9195", + "id": "1660", "type": "stop" }, { - "id": "9196", + "id": "1661", "type": "stop" }, { - "id": "9197", + "id": "1662", "type": "stop" }, { - "id": "9198", + "id": "1663", "type": "stop" }, { - "id": "9199", + "id": "1665", "type": "stop" }, { - "id": "9200", + "id": "1668", "type": "stop" }, { - "id": "9201", + "id": "1670", "type": "stop" }, { - "id": "9202", + "id": "1671", "type": "stop" }, { - "id": "9203", + "id": "1672", "type": "stop" }, { - "id": "9204", + "id": "1673", "type": "stop" }, { - "id": "9205", + "id": "1674", "type": "stop" }, { - "id": "9206", + "id": "1677", "type": "stop" }, { - "id": "9207", + "id": "1678", "type": "stop" }, { - "id": "49221", + "id": "1679", "type": "stop" }, { - "id": "9328", + "id": "1680", "type": "stop" }, { - "id": "19208", + "id": "1681", "type": "stop" }, { - "id": "9209", + "id": "1682", "type": "stop" }, { - "id": "9210", + "id": "1683", "type": "stop" }, { - "id": "9211", + "id": "1684", "type": "stop" }, { - "id": "9212", + "id": "1686", "type": "stop" }, { - "id": "9213", + "id": "41686", "type": "stop" }, { - "id": "9214", + "id": "1687", "type": "stop" }, { - "id": "15431", + "id": "1688", "type": "stop" }, { - "id": "5327", + "id": "16881", + "type": "stop" + }, + { + "id": "1689", + "type": "stop" + }, + { + "id": "49738", + "type": "stop" + }, + { + "id": "49739", + "type": "stop" + }, + { + "id": "49939", + "type": "stop" + }, + { + "id": "11689", + "type": "stop" + }, + { + "id": "50939", + "type": "stop" + }, + { + "id": "50940", + "type": "stop" + }, + { + "id": "49805", "type": "stop" } ] @@ -341991,14 +344001,14 @@ }, { "attributes": {}, - "id": "3035", + "id": "5075", "links": { - "self": "/stops/3035" + "self": "/stops/5075" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3035" + "related": "/facilities/?filter[stop]=5075" } }, "parent_station": { @@ -342015,14 +344025,14 @@ }, { "attributes": {}, - "id": "11070", + "id": "4834", "links": { - "self": "/stops/11070" + "self": "/stops/4834" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=11070" + "related": "/facilities/?filter[stop]=4834" } }, "parent_station": { @@ -342038,39 +344048,52 @@ "type": "stop" }, { - "attributes": {}, - "id": "3812", + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Rockport", + "North Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Rockport - Salem (Local)", + "short_name": "Rockport Line Shuttle", + "sort_order": 62406, + "text_color": "000000", + "type": 3 + }, + "id": "Shuttle-RockportSalemLocal", "links": { - "self": "/stops/3812" + "self": "/routes/Shuttle-RockportSalemLocal" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=3812" + "agency": { + "data": { + "id": "1", + "type": "agency" } }, - "parent_station": { - "data": null - }, - "zone": { + "line": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "line-Newburyport", + "type": "line" } } }, - "type": "stop" + "type": "route" }, { "attributes": {}, - "id": "49801", + "id": "78121", "links": { - "self": "/stops/49801" + "self": "/stops/78121" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=49801" + "related": "/facilities/?filter[stop]=78121" } }, "parent_station": { @@ -342087,14 +344110,14 @@ }, { "attributes": {}, - "id": "85511", + "id": "358", "links": { - "self": "/stops/85511" + "self": "/stops/358" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=85511" + "related": "/facilities/?filter[stop]=358" } }, "parent_station": { @@ -342111,14 +344134,14 @@ }, { "attributes": {}, - "id": "9097", + "id": "5543", "links": { - "self": "/stops/9097" + "self": "/stops/5543" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9097" + "related": "/facilities/?filter[stop]=5543" } }, "parent_station": { @@ -342135,22 +344158,25 @@ }, { "attributes": {}, - "id": "7259", + "id": "70247", "links": { - "self": "/stops/7259" + "self": "/stops/70247" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7259" + "related": "/facilities/?filter[stop]=70247" } }, "parent_station": { - "data": null + "data": { + "id": "place-lngmd", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -342160,261 +344186,217 @@ { "attributes": { "direction_id": 1, - "headsign": "Quincy Center" + "headsign": "Harvard via Sullivan" }, - "id": "61929020", + "id": "67059004", "links": { - "self": "/trips/61929020" + "self": "/trips/67059004" }, "relationships": { "route": { "data": { - "id": "222", + "id": "109", "type": "route" } }, "route_pattern": { "data": { - "id": "222-_-1", + "id": "109-_-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterSaturday", "type": "service" } }, "shape": { "data": { - "id": "2220113", + "id": "1090213", "type": "shape" } }, "stops": { "data": [ { - "id": "3684", - "type": "stop" - }, - { - "id": "36841", - "type": "stop" - }, - { - "id": "36842", - "type": "stop" - }, - { - "id": "36843", - "type": "stop" - }, - { - "id": "10009", - "type": "stop" - }, - { - "id": "36844", - "type": "stop" - }, - { - "id": "36845", - "type": "stop" - }, - { - "id": "13685", - "type": "stop" - }, - { - "id": "3685", - "type": "stop" - }, - { - "id": "3686", - "type": "stop" - }, - { - "id": "3687", - "type": "stop" - }, - { - "id": "3688", + "id": "7412", "type": "stop" }, { - "id": "3689", + "id": "5473", "type": "stop" }, { - "id": "3690", + "id": "5474", "type": "stop" }, { - "id": "3691", + "id": "5475", "type": "stop" }, { - "id": "3692", + "id": "5476", "type": "stop" }, { - "id": "3693", + "id": "5478", "type": "stop" }, { - "id": "3694", + "id": "5480", "type": "stop" }, { - "id": "3695", + "id": "5481", "type": "stop" }, { - "id": "3696", + "id": "5482", "type": "stop" }, { - "id": "36961", + "id": "5483", "type": "stop" }, { - "id": "3697", + "id": "5484", "type": "stop" }, { - "id": "3698", + "id": "5485", "type": "stop" }, { - "id": "3699", + "id": "5486", "type": "stop" }, { - "id": "3700", + "id": "5487", "type": "stop" }, { - "id": "3701", + "id": "5488", "type": "stop" }, { - "id": "3702", + "id": "5490", "type": "stop" }, { - "id": "3703", + "id": "15492", "type": "stop" }, { - "id": "3705", + "id": "5495", "type": "stop" }, { - "id": "3706", + "id": "5496", "type": "stop" }, { - "id": "3707", + "id": "5559", "type": "stop" }, { - "id": "3708", + "id": "5560", "type": "stop" }, { - "id": "3616", + "id": "5497", "type": "stop" }, { - "id": "3617", + "id": "5498", "type": "stop" }, { - "id": "3618", + "id": "5499", "type": "stop" }, { - "id": "3619", + "id": "5500", "type": "stop" }, { - "id": "3620", + "id": "5501", "type": "stop" }, { - "id": "3621", + "id": "55011", "type": "stop" }, { - "id": "3622", + "id": "55012", "type": "stop" }, { - "id": "3623", + "id": "29004", "type": "stop" }, { - "id": "3624", + "id": "2757", "type": "stop" }, { - "id": "3626", + "id": "2759", "type": "stop" }, { - "id": "3627", + "id": "12759", "type": "stop" }, { - "id": "3629", + "id": "2761", "type": "stop" }, { - "id": "3630", + "id": "2762", "type": "stop" }, { - "id": "3631", + "id": "2763", "type": "stop" }, { - "id": "3632", + "id": "2610", "type": "stop" }, { - "id": "3633", + "id": "2612", "type": "stop" }, { - "id": "3634", + "id": "2613", "type": "stop" }, { - "id": "3635", + "id": "2615", "type": "stop" }, { - "id": "3636", + "id": "2545", "type": "stop" }, { - "id": "3638", + "id": "2546", "type": "stop" }, { - "id": "3639", + "id": "2547", "type": "stop" }, { - "id": "3640", + "id": "2548", "type": "stop" }, { - "id": "3038", + "id": "22549", "type": "stop" }, { - "id": "32004", + "id": "32549", "type": "stop" } ] @@ -342424,14 +344406,14 @@ }, { "attributes": {}, - "id": "3966", + "id": "Boat-Long-South", "links": { - "self": "/stops/3966" + "self": "/stops/Boat-Long-South" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3966" + "related": "/facilities/?filter[stop]=Boat-Long-South" } }, "parent_station": { @@ -342439,7 +344421,7 @@ }, "zone": { "data": { - "id": "LocalBus", + "id": "Boat-Long", "type": "zone" } } @@ -342448,14 +344430,14 @@ }, { "attributes": {}, - "id": "3126", + "id": "5311", "links": { - "self": "/stops/3126" + "self": "/stops/5311" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3126" + "related": "/facilities/?filter[stop]=5311" } }, "parent_station": { @@ -342470,16 +344452,92 @@ }, "type": "stop" }, + { + "attributes": { + "direction_id": 0, + "headsign": "Greenbush (Shuttle)" + }, + "id": "GreenbushNorthScituate-0-sample", + "links": { + "self": "/trips/GreenbushNorthScituate-0-sample" + }, + "relationships": { + "route": { + "data": { + "id": "Shuttle-GreenbushNorthScituate", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "Shuttle-GreenbushNorthScituate-0-0", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "canonical", + "type": "service" + } + }, + "shape": { + "data": { + "id": "NorthScituateToGreenbush-S", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "GRB-0233-B", + "type": "stop" + }, + { + "id": "GRB-0276-B", + "type": "stop" + } + ] + } + }, + "type": "trip" + }, + { + "attributes": {}, + "id": "FB-0143-02", + "links": { + "self": "/stops/FB-0143-02" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=FB-0143-02" + } + }, + "parent_station": { + "data": { + "id": "place-FB-0143", + "type": "stop" + } + }, + "zone": { + "data": { + "id": "CR-zone-3", + "type": "zone" + } + } + }, + "type": "stop" + }, { "attributes": {}, - "id": "16466", + "id": "5748", "links": { - "self": "/stops/16466" + "self": "/stops/5748" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=16466" + "related": "/facilities/?filter[stop]=5748" } }, "parent_station": { @@ -342496,21 +344554,18 @@ }, { "attributes": {}, - "id": "17862", + "id": "6150", "links": { - "self": "/stops/17862" + "self": "/stops/6150" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=17862" + "related": "/facilities/?filter[stop]=6150" } }, "parent_station": { - "data": { - "id": "place-rugg", - "type": "stop" - } + "data": null }, "zone": { "data": { @@ -342523,130 +344578,58 @@ }, { "attributes": { - "direction_id": 0, - "headsign": "Franklin Park" + "direction_id": 1, + "headsign": "Central Wharf via Quincy & Logan Airport & Seaport/Fan Pier" }, - "id": "61392442", + "id": "Boat-F6-0630-Winthrop-BWN-01-Weekday-Summer-25", "links": { - "self": "/trips/61392442" + "self": "/trips/Boat-F6-0630-Winthrop-BWN-01-Weekday-Summer-25" }, "relationships": { "route": { "data": { - "id": "45", + "id": "Boat-F6", "type": "route" } }, "route_pattern": { "data": { - "id": "45-_-0", + "id": "Boat-F6-0-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "Boat-F6-Weekday-Summer-25", "type": "service" } }, "shape": { "data": { - "id": "450137", + "id": "WinthropToQuincyToLoganToFanPierToCentralWharf-F", "type": "shape" } }, "stops": { "data": [ { - "id": "17863", - "type": "stop" - }, - { - "id": "11257", - "type": "stop" - }, - { - "id": "1259", - "type": "stop" - }, - { - "id": "11323", - "type": "stop" - }, - { - "id": "11259", - "type": "stop" - }, - { - "id": "64000", - "type": "stop" - }, - { - "id": "1493", - "type": "stop" - }, - { - "id": "1495", - "type": "stop" - }, - { - "id": "1577", - "type": "stop" - }, - { - "id": "1578", - "type": "stop" - }, - { - "id": "1579", - "type": "stop" - }, - { - "id": "1580", - "type": "stop" - }, - { - "id": "1581", - "type": "stop" - }, - { - "id": "1582", - "type": "stop" - }, - { - "id": "15820", - "type": "stop" - }, - { - "id": "1583", - "type": "stop" - }, - { - "id": "1584", - "type": "stop" - }, - { - "id": "1585", - "type": "stop" - }, - { - "id": "1586", + "id": "Boat-Winthrop", "type": "stop" }, { - "id": "413", + "id": "Boat-Quincy", "type": "stop" }, { - "id": "414", + "id": "Boat-Logan", "type": "stop" }, { - "id": "1587", + "id": "Boat-Fan", "type": "stop" }, { - "id": "1565", + "id": "Boat-Aquarium", "type": "stop" } ] @@ -342654,313 +344637,380 @@ }, "type": "trip" }, + { + "attributes": {}, + "id": "64171", + "links": { + "self": "/stops/64171" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=64171" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "5464", + "links": { + "self": "/stops/5464" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=5464" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "32002", + "links": { + "self": "/stops/32002" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=32002" + } + }, + "parent_station": { + "data": { + "id": "place-qnctr", + "type": "stop" + } + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Braintree", + "Alewife" + ], + "direction_names": [ + "South", + "North" + ], + "long_name": "Quincy Center - Broadway (Express)", + "short_name": "Red Line Shuttle", + "sort_order": 61090, + "text_color": "000000", + "type": 3 + }, + "id": "Shuttle-BroadwayQuincyCenterExpress", + "links": { + "self": "/routes/Shuttle-BroadwayQuincyCenterExpress" + }, + "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, + "line": { + "data": { + "id": "line-Red", + "type": "line" + } + } + }, + "type": "route" + }, { "attributes": { "direction_id": 0, - "headsign": "Stoughton" + "headsign": "Cedarwood" }, - "id": "CR-670331-893", + "id": "67008636", "links": { - "self": "/trips/CR-670331-893" + "self": "/trips/67008636" }, "relationships": { "route": { "data": { - "id": "CR-Providence", + "id": "70", "type": "route" } }, "route_pattern": { "data": { - "id": "CR-Providence-8344b9b3-0", + "id": "70-5-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SPRING2024-SOUTHWKD-Weekday-1-Scbbf1ea5", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "SouthStationToStoughtonViaFairmount", + "id": "700268", "type": "shape" } }, "stops": { "data": [ { - "id": "NEC-2287", + "id": "730", "type": "stop" }, { - "id": "DB-2265-01", + "id": "2755", "type": "stop" }, { - "id": "DB-2258-01", + "id": "1123", "type": "stop" }, { - "id": "DB-2249-01", + "id": "2444", "type": "stop" }, { - "id": "DB-2240-01", + "id": "1061", "type": "stop" }, { - "id": "DB-2230-01", + "id": "1062", "type": "stop" }, { - "id": "DB-2222-01", + "id": "1064", "type": "stop" }, { - "id": "DB-2205-01", + "id": "1067", "type": "stop" }, { - "id": "NEC-2173-01", + "id": "1068", "type": "stop" }, { - "id": "SB-0150-04", + "id": "1070", "type": "stop" }, { - "id": "SB-0156-S", + "id": "1071", "type": "stop" }, { - "id": "SB-0189-S", - "type": "stop" - } - ] - } - }, - "type": "trip" - }, - { - "attributes": { - "direction_id": 0, - "headsign": "Hingham Depot" - }, - "id": "61928987", - "links": { - "self": "/trips/61928987" - }, - "relationships": { - "route": { - "data": { - "id": "220", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "220-3-0", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "SpringWeekday", - "type": "service" - } - }, - "shape": { - "data": { - "id": "2200121", - "type": "shape" - } - }, - "stops": { - "data": [ - { - "id": "32004", + "id": "1072", "type": "stop" }, { - "id": "3515", + "id": "1074", "type": "stop" }, { - "id": "3516", + "id": "1075", "type": "stop" }, { - "id": "3518", + "id": "1076", "type": "stop" }, { - "id": "3520", + "id": "1077", "type": "stop" }, { - "id": "3521", + "id": "1443", "type": "stop" }, { - "id": "3522", + "id": "1445", "type": "stop" }, { - "id": "3523", + "id": "1447", "type": "stop" }, { - "id": "3524", + "id": "1448", "type": "stop" }, { - "id": "3525", + "id": "1449", "type": "stop" }, { - "id": "3526", + "id": "1450", "type": "stop" }, { - "id": "3527", + "id": "1451", "type": "stop" }, { - "id": "3528", + "id": "1452", "type": "stop" }, { - "id": "3529", + "id": "8815", "type": "stop" }, { - "id": "3530", + "id": "8816", "type": "stop" }, { - "id": "3531", + "id": "88171", "type": "stop" }, { - "id": "3532", + "id": "8818", "type": "stop" }, { - "id": "3533", + "id": "8819", "type": "stop" }, { - "id": "3534", + "id": "8820", "type": "stop" }, { - "id": "3535", + "id": "8339", "type": "stop" }, { - "id": "3536", + "id": "8821", "type": "stop" }, { - "id": "3537", + "id": "8822", "type": "stop" }, { - "id": "3538", + "id": "8823", "type": "stop" }, { - "id": "3539", + "id": "8824", "type": "stop" }, { - "id": "3541", + "id": "8825", "type": "stop" }, { - "id": "3542", + "id": "8826", "type": "stop" }, { - "id": "3543", + "id": "8828", "type": "stop" }, { - "id": "3544", + "id": "8830", "type": "stop" }, { - "id": "3545", + "id": "8831", "type": "stop" }, { - "id": "3547", + "id": "8832", "type": "stop" }, { - "id": "3548", + "id": "88332", "type": "stop" }, { - "id": "3549", + "id": "883321", "type": "stop" }, { - "id": "3550", + "id": "88333", "type": "stop" }, { - "id": "3551", + "id": "88334", "type": "stop" }, { - "id": "3553", + "id": "88335", "type": "stop" }, { - "id": "3555", + "id": "88336", "type": "stop" }, { - "id": "3556", + "id": "88337", "type": "stop" }, { - "id": "35571", + "id": "8841", "type": "stop" }, { - "id": "3558", + "id": "8842", "type": "stop" }, { - "id": "3560", + "id": "8843", "type": "stop" }, { - "id": "3561", + "id": "8845", "type": "stop" }, { - "id": "3563", + "id": "8846", "type": "stop" }, { - "id": "3565", + "id": "8848", "type": "stop" }, { - "id": "3566", + "id": "8849", "type": "stop" }, { - "id": "3567", + "id": "8850", "type": "stop" }, { - "id": "3582", + "id": "9522", "type": "stop" } ] @@ -342970,14 +345020,110 @@ }, { "attributes": {}, - "id": "8532", + "id": "2822", + "links": { + "self": "/stops/2822" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=2822" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "16538", + "links": { + "self": "/stops/16538" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=16538" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "8459", + "links": { + "self": "/stops/8459" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=8459" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "7227", + "links": { + "self": "/stops/7227" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=7227" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "5395", "links": { - "self": "/stops/8532" + "self": "/stops/5395" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8532" + "related": "/facilities/?filter[stop]=5395" } }, "parent_station": { @@ -342994,14 +345140,14 @@ }, { "attributes": {}, - "id": "5430", + "id": "1351", "links": { - "self": "/stops/5430" + "self": "/stops/1351" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5430" + "related": "/facilities/?filter[stop]=1351" } }, "parent_station": { @@ -343018,23 +345164,23 @@ }, { "attributes": { - "direction_id": 0, - "headsign": "Riverside (Shuttle)" + "direction_id": 1, + "headsign": "Kendall/MIT (Shuttle)" }, - "id": "NewtonHighlandsRiverside-0-sample", + "id": "KendallParkStreet-1-sample", "links": { - "self": "/trips/NewtonHighlandsRiverside-0-sample" + "self": "/trips/KendallParkStreet-1-sample" }, "relationships": { "route": { "data": { - "id": "Shuttle-NewtonHighlandsRiverside", + "id": "Shuttle-KendallPark", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-NewtonHighlandsRiverside-0-0", + "id": "Shuttle-KendallPark-0-1", "type": "route_pattern" } }, @@ -343046,30 +345192,22 @@ }, "shape": { "data": { - "id": "NewtonHighlandsToRiverside-S", + "id": "ParkToKendall-S", "type": "shape" } }, "stops": { "data": [ { - "id": "9170169", - "type": "stop" - }, - { - "id": "8206", - "type": "stop" - }, - { - "id": "9070165", + "id": "9070076", "type": "stop" }, { - "id": "9070162", + "id": "9070074", "type": "stop" }, { - "id": "38155", + "id": "9070071", "type": "stop" } ] @@ -343079,14 +345217,14 @@ }, { "attributes": {}, - "id": "7106", + "id": "580", "links": { - "self": "/stops/7106" + "self": "/stops/580" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7106" + "related": "/facilities/?filter[stop]=580" } }, "parent_station": { @@ -343103,14 +345241,14 @@ }, { "attributes": {}, - "id": "1448", + "id": "883321", "links": { - "self": "/stops/1448" + "self": "/stops/883321" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1448" + "related": "/facilities/?filter[stop]=883321" } }, "parent_station": { @@ -343127,14 +345265,14 @@ }, { "attributes": {}, - "id": "36479", + "id": "8963", "links": { - "self": "/stops/36479" + "self": "/stops/8963" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=36479" + "related": "/facilities/?filter[stop]=8963" } }, "parent_station": { @@ -343151,22 +345289,25 @@ }, { "attributes": {}, - "id": "7905", + "id": "NHRML-0152-01", "links": { - "self": "/stops/7905" + "self": "/stops/NHRML-0152-01" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7905" + "related": "/facilities/?filter[stop]=NHRML-0152-01" } }, "parent_station": { - "data": null + "data": { + "id": "place-NHRML-0152", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "CR-zone-3", "type": "zone" } } @@ -343174,39 +345315,68 @@ "type": "stop" }, { - "attributes": {}, - "id": "6149", + "attributes": { + "direction_id": 1, + "headsign": "Attleboro (Local shuttle)" + }, + "id": "AttleboroProvidenceLocal-1-sample", "links": { - "self": "/stops/6149" + "self": "/trips/AttleboroProvidenceLocal-1-sample" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=6149" + "route": { + "data": { + "id": "Shuttle-AttleboroProvidenceLocal", + "type": "route" } }, - "parent_station": { - "data": null + "route_pattern": { + "data": { + "id": "Shuttle-AttleboroProvidenceLocal-0-1", + "type": "route_pattern" + } }, - "zone": { + "service": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "canonical", + "type": "service" + } + }, + "shape": { + "data": { + "id": "ProvidenceToAttleboroLocal-S", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "NEC-1851-B0", + "type": "stop" + }, + { + "id": "NEC-1891-B", + "type": "stop" + }, + { + "id": "NEC-1969-B", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "6174", + "id": "3617", "links": { - "self": "/stops/6174" + "self": "/stops/3617" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6174" + "related": "/facilities/?filter[stop]=3617" } }, "parent_station": { @@ -343223,14 +345393,14 @@ }, { "attributes": {}, - "id": "46268", + "id": "6734", "links": { - "self": "/stops/46268" + "self": "/stops/6734" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=46268" + "related": "/facilities/?filter[stop]=6734" } }, "parent_station": { @@ -343245,30 +345415,16 @@ }, "type": "stop" }, - { - "attributes": { - "color": "FFC72C", - "long_name": "Clarendon Hill - Lechmere via Highland Avenue", - "short_name": "88", - "sort_order": 50880, - "text_color": "000000" - }, - "id": "line-88", - "links": { - "self": "/lines/line-88" - }, - "type": "line" - }, { "attributes": {}, - "id": "8947", + "id": "5284", "links": { - "self": "/stops/8947" + "self": "/stops/5284" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8947" + "related": "/facilities/?filter[stop]=5284" } }, "parent_station": { @@ -343286,118 +345442,225 @@ { "attributes": { "direction_id": 1, - "headsign": "North Station (Shuttle)" + "headsign": "Malden via Oak Grove" }, - "id": "NorthStationSwampscott-1-sample", + "id": "66960206", "links": { - "self": "/trips/NorthStationSwampscott-1-sample" + "self": "/trips/66960206" }, "relationships": { "route": { "data": { - "id": "Shuttle-NorthStationSwampscottLimited", + "id": "131", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-NorthStationSwampscottLimited-0-1", + "id": "131-1-1", "type": "route_pattern" } }, "service": { "data": { - "id": "canonical", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "SwampscottToNorthStation-S", + "id": "1310086", "type": "shape" } }, "stops": { "data": [ { - "id": "ER-0128-B1", + "id": "9071", "type": "stop" }, { - "id": "14748", + "id": "9073", "type": "stop" }, { - "id": "BNT-0000-B2", + "id": "19073", "type": "stop" - } - ] - } - }, - "type": "trip" - }, - { - "attributes": { - "direction_id": 0, - "headsign": "Babcock Street (Shuttle)" - }, - "id": "BabcockBackBayGovernmentCenter-0-sample", - "links": { - "self": "/trips/BabcockBackBayGovernmentCenter-0-sample" - }, - "relationships": { - "route": { - "data": { - "id": "Shuttle-BabcockBackBay", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Shuttle-BabcockBackBay-0-0", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "canonical", - "type": "service" - } - }, - "shape": { - "data": { - "id": "BackBayToBabcock-S", - "type": "shape" - } - }, - "stops": { - "data": [ + }, { - "id": "9270014", + "id": "9074", "type": "stop" }, { - "id": "9170153", + "id": "9075", "type": "stop" }, { - "id": "9170151", + "id": "9076", "type": "stop" }, { - "id": "952", + "id": "9196", "type": "stop" }, { - "id": "953", + "id": "9197", "type": "stop" }, { - "id": "956", + "id": "9198", "type": "stop" }, { - "id": "958", + "id": "9077", + "type": "stop" + }, + { + "id": "9078", + "type": "stop" + }, + { + "id": "9079", + "type": "stop" + }, + { + "id": "9080", + "type": "stop" + }, + { + "id": "9081", + "type": "stop" + }, + { + "id": "9082", + "type": "stop" + }, + { + "id": "9083", + "type": "stop" + }, + { + "id": "9084", + "type": "stop" + }, + { + "id": "9085", + "type": "stop" + }, + { + "id": "9086", + "type": "stop" + }, + { + "id": "9087", + "type": "stop" + }, + { + "id": "9088", + "type": "stop" + }, + { + "id": "9089", + "type": "stop" + }, + { + "id": "9090", + "type": "stop" + }, + { + "id": "9091", + "type": "stop" + }, + { + "id": "9092", + "type": "stop" + }, + { + "id": "9093", + "type": "stop" + }, + { + "id": "9095", + "type": "stop" + }, + { + "id": "9096", + "type": "stop" + }, + { + "id": "9097", + "type": "stop" + }, + { + "id": "9098", + "type": "stop" + }, + { + "id": "9099", + "type": "stop" + }, + { + "id": "9100", + "type": "stop" + }, + { + "id": "9204", + "type": "stop" + }, + { + "id": "9205", + "type": "stop" + }, + { + "id": "9206", + "type": "stop" + }, + { + "id": "9207", + "type": "stop" + }, + { + "id": "49221", + "type": "stop" + }, + { + "id": "9328", + "type": "stop" + }, + { + "id": "19208", + "type": "stop" + }, + { + "id": "9209", + "type": "stop" + }, + { + "id": "9210", + "type": "stop" + }, + { + "id": "9211", + "type": "stop" + }, + { + "id": "9212", + "type": "stop" + }, + { + "id": "9213", + "type": "stop" + }, + { + "id": "9214", + "type": "stop" + }, + { + "id": "15431", + "type": "stop" + }, + { + "id": "5327", "type": "stop" } ] @@ -343407,14 +345670,41 @@ }, { "attributes": {}, - "id": "4522", + "id": "ER-0117-02", "links": { - "self": "/stops/4522" + "self": "/stops/ER-0117-02" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4522" + "related": "/facilities/?filter[stop]=ER-0117-02" + } + }, + "parent_station": { + "data": { + "id": "place-ER-0117", + "type": "stop" + } + }, + "zone": { + "data": { + "id": "CR-zone-2", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "2158", + "links": { + "self": "/stops/2158" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=2158" } }, "parent_station": { @@ -343431,14 +345721,14 @@ }, { "attributes": {}, - "id": "3218", + "id": "5843", "links": { - "self": "/stops/3218" + "self": "/stops/5843" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3218" + "related": "/facilities/?filter[stop]=5843" } }, "parent_station": { @@ -343455,14 +345745,14 @@ }, { "attributes": {}, - "id": "4451", + "id": "3702", "links": { - "self": "/stops/4451" + "self": "/stops/3702" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4451" + "related": "/facilities/?filter[stop]=3702" } }, "parent_station": { @@ -343479,41 +345769,38 @@ }, { "attributes": {}, - "id": "70002", + "id": "NB-0080-B0", "links": { - "self": "/stops/70002" + "self": "/stops/NB-0080-B0" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70002" + "related": "/facilities/?filter[stop]=NB-0080-B0" } }, "parent_station": { "data": { - "id": "place-grnst", + "id": "place-NB-0080", "type": "stop" } }, "zone": { - "data": { - "id": "RapidTransit", - "type": "zone" - } + "data": null } }, "type": "stop" }, { "attributes": {}, - "id": "2356", + "id": "6250", "links": { - "self": "/stops/2356" + "self": "/stops/6250" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2356" + "related": "/facilities/?filter[stop]=6250" } }, "parent_station": { @@ -343530,14 +345817,14 @@ }, { "attributes": {}, - "id": "47527", + "id": "507", "links": { - "self": "/stops/47527" + "self": "/stops/507" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=47527" + "related": "/facilities/?filter[stop]=507" } }, "parent_station": { @@ -343554,14 +345841,14 @@ }, { "attributes": {}, - "id": "4220", + "id": "3699", "links": { - "self": "/stops/4220" + "self": "/stops/3699" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4220" + "related": "/facilities/?filter[stop]=3699" } }, "parent_station": { @@ -343578,14 +345865,14 @@ }, { "attributes": {}, - "id": "428", + "id": "6271", "links": { - "self": "/stops/428" + "self": "/stops/6271" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=428" + "related": "/facilities/?filter[stop]=6271" } }, "parent_station": { @@ -343602,14 +345889,14 @@ }, { "attributes": {}, - "id": "4560", + "id": "6166", "links": { - "self": "/stops/4560" + "self": "/stops/6166" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4560" + "related": "/facilities/?filter[stop]=6166" } }, "parent_station": { @@ -343625,46 +345912,39 @@ "type": "stop" }, { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Belmont Center", - "Harvard" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Belmont Center - Harvard via Concord Avenue", - "short_name": "74", - "sort_order": 50740, - "text_color": "000000", - "type": 3 - }, - "id": "74", + "attributes": {}, + "id": "78211", "links": { - "self": "/routes/74" + "self": "/stops/78211" }, "relationships": { - "line": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=78211" + } + }, + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "line-727475", - "type": "line" + "id": "LocalBus", + "type": "zone" } } }, - "type": "route" + "type": "stop" }, { "attributes": {}, - "id": "36459", + "id": "3399", "links": { - "self": "/stops/36459" + "self": "/stops/3399" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=36459" + "related": "/facilities/?filter[stop]=3399" } }, "parent_station": { @@ -343681,14 +345961,14 @@ }, { "attributes": {}, - "id": "95", + "id": "49704", "links": { - "self": "/stops/95" + "self": "/stops/49704" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=95" + "related": "/facilities/?filter[stop]=49704" } }, "parent_station": { @@ -343705,14 +345985,14 @@ }, { "attributes": {}, - "id": "2889", + "id": "109802", "links": { - "self": "/stops/2889" + "self": "/stops/109802" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2889" + "related": "/facilities/?filter[stop]=109802" } }, "parent_station": { @@ -343729,14 +346009,14 @@ }, { "attributes": {}, - "id": "7344", + "id": "25618", "links": { - "self": "/stops/7344" + "self": "/stops/25618" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7344" + "related": "/facilities/?filter[stop]=25618" } }, "parent_station": { @@ -343752,320 +346032,63 @@ "type": "stop" }, { - "attributes": { - "direction_id": 1, - "headsign": "Wellington" - }, - "id": "61869550", + "attributes": {}, + "id": "3991", "links": { - "self": "/trips/61869550" + "self": "/stops/3991" }, "relationships": { - "route": { - "data": { - "id": "134", - "type": "route" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=3991" } }, - "route_pattern": { - "data": { - "id": "134-3-1", - "type": "route_pattern" - } + "parent_station": { + "data": null }, - "service": { + "zone": { "data": { - "id": "SpringWeekday", - "type": "service" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "86945", + "links": { + "self": "/stops/86945" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=86945" } }, - "shape": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "1340357", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "8852", - "type": "stop" - }, - { - "id": "8853", - "type": "stop" - }, - { - "id": "8854", - "type": "stop" - }, - { - "id": "8855", - "type": "stop" - }, - { - "id": "8856", - "type": "stop" - }, - { - "id": "8857", - "type": "stop" - }, - { - "id": "8858", - "type": "stop" - }, - { - "id": "8860", - "type": "stop" - }, - { - "id": "8861", - "type": "stop" - }, - { - "id": "8862", - "type": "stop" - }, - { - "id": "8863", - "type": "stop" - }, - { - "id": "10016", - "type": "stop" - }, - { - "id": "8864", - "type": "stop" - }, - { - "id": "8865", - "type": "stop" - }, - { - "id": "8866", - "type": "stop" - }, - { - "id": "8867", - "type": "stop" - }, - { - "id": "8868", - "type": "stop" - }, - { - "id": "8869", - "type": "stop" - }, - { - "id": "8870", - "type": "stop" - }, - { - "id": "9125", - "type": "stop" - }, - { - "id": "6941", - "type": "stop" - }, - { - "id": "6942", - "type": "stop" - }, - { - "id": "6943", - "type": "stop" - }, - { - "id": "6944", - "type": "stop" - }, - { - "id": "6945", - "type": "stop" - }, - { - "id": "6946", - "type": "stop" - }, - { - "id": "6947", - "type": "stop" - }, - { - "id": "6948", - "type": "stop" - }, - { - "id": "6949", - "type": "stop" - }, - { - "id": "6950", - "type": "stop" - }, - { - "id": "6951", - "type": "stop" - }, - { - "id": "6952", - "type": "stop" - }, - { - "id": "6953", - "type": "stop" - }, - { - "id": "6954", - "type": "stop" - }, - { - "id": "6955", - "type": "stop" - }, - { - "id": "6956", - "type": "stop" - }, - { - "id": "6957", - "type": "stop" - }, - { - "id": "6958", - "type": "stop" - }, - { - "id": "6959", - "type": "stop" - }, - { - "id": "6961", - "type": "stop" - }, - { - "id": "9145", - "type": "stop" - }, - { - "id": "9146", - "type": "stop" - }, - { - "id": "9147", - "type": "stop" - }, - { - "id": "9149", - "type": "stop" - }, - { - "id": "9150", - "type": "stop" - }, - { - "id": "5008", - "type": "stop" - }, - { - "id": "6322", - "type": "stop" - }, - { - "id": "6323", - "type": "stop" - }, - { - "id": "6324", - "type": "stop" - }, - { - "id": "63241", - "type": "stop" - }, - { - "id": "9151", - "type": "stop" - }, - { - "id": "9152", - "type": "stop" - }, - { - "id": "9153", - "type": "stop" - }, - { - "id": "9154", - "type": "stop" - }, - { - "id": "9155", - "type": "stop" - }, - { - "id": "9156", - "type": "stop" - }, - { - "id": "9157", - "type": "stop" - }, - { - "id": "49157", - "type": "stop" - }, - { - "id": "49158", - "type": "stop" - }, - { - "id": "9158", - "type": "stop" - }, - { - "id": "9159", - "type": "stop" - }, - { - "id": "9160", - "type": "stop" - }, - { - "id": "9161", - "type": "stop" - }, - { - "id": "9042", - "type": "stop" - }, - { - "id": "9043", - "type": "stop" - }, - { - "id": "5271", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "3476", + "id": "1417", "links": { - "self": "/stops/3476" + "self": "/stops/1417" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3476" + "related": "/facilities/?filter[stop]=1417" } }, "parent_station": { @@ -344082,14 +346105,14 @@ }, { "attributes": {}, - "id": "13851", + "id": "10768", "links": { - "self": "/stops/13851" + "self": "/stops/10768" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=13851" + "related": "/facilities/?filter[stop]=10768" } }, "parent_station": { @@ -344106,14 +346129,14 @@ }, { "attributes": {}, - "id": "49", + "id": "5034", "links": { - "self": "/stops/49" + "self": "/stops/5034" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=49" + "related": "/facilities/?filter[stop]=5034" } }, "parent_station": { @@ -344130,14 +346153,14 @@ }, { "attributes": {}, - "id": "4733", + "id": "1443", "links": { - "self": "/stops/4733" + "self": "/stops/1443" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4733" + "related": "/facilities/?filter[stop]=1443" } }, "parent_station": { @@ -344154,14 +346177,14 @@ }, { "attributes": {}, - "id": "4098", + "id": "8812", "links": { - "self": "/stops/4098" + "self": "/stops/8812" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4098" + "related": "/facilities/?filter[stop]=8812" } }, "parent_station": { @@ -344178,14 +346201,14 @@ }, { "attributes": {}, - "id": "49807", + "id": "7450", "links": { - "self": "/stops/49807" + "self": "/stops/7450" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=49807" + "related": "/facilities/?filter[stop]=7450" } }, "parent_station": { @@ -344202,14 +346225,14 @@ }, { "attributes": {}, - "id": "49797", + "id": "3629", "links": { - "self": "/stops/49797" + "self": "/stops/3629" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=49797" + "related": "/facilities/?filter[stop]=3629" } }, "parent_station": { @@ -344226,14 +346249,14 @@ }, { "attributes": {}, - "id": "7579", + "id": "612", "links": { - "self": "/stops/7579" + "self": "/stops/612" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7579" + "related": "/facilities/?filter[stop]=612" } }, "parent_station": { @@ -344250,45 +346273,150 @@ }, { "attributes": { - "color": "00843D", + "color": "FFC72C", "direction_destinations": [ - "Cleveland Circle", - "Government Center" + "Newburyport", + "North Station" ], "direction_names": [ - "West", - "East" + "Outbound", + "Inbound" ], - "long_name": "Green Line C", - "short_name": "C", - "sort_order": 10033, - "text_color": "FFFFFF", - "type": 0 + "long_name": "Newburyport - Beverly (Express)", + "short_name": "Newburyport Line Shuttle", + "sort_order": 60690, + "text_color": "000000", + "type": 3 }, - "id": "Green-C", + "id": "Shuttle-BeverlyNewburyportExpress", "links": { - "self": "/routes/Green-C" + "self": "/routes/Shuttle-BeverlyNewburyportExpress" }, "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, "line": { "data": { - "id": "line-Green", + "id": "line-Newburyport", "type": "line" } } }, "type": "route" }, + { + "attributes": { + "color": "80276C", + "long_name": "Needham Line", + "short_name": "", + "sort_order": 20010, + "text_color": "FFFFFF" + }, + "id": "line-Needham", + "links": { + "self": "/lines/line-Needham" + }, + "type": "line" + }, { "attributes": {}, - "id": "5915", + "id": "7104", "links": { - "self": "/stops/5915" + "self": "/stops/7104" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=7104" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": { + "direction_id": 0, + "headsign": "Brookline Hills (Shuttle)" + }, + "id": "BrooklineHillsKenmore-0-sample", + "links": { + "self": "/trips/BrooklineHillsKenmore-0-sample" + }, + "relationships": { + "route": { + "data": { + "id": "Shuttle-BrooklineHillsKenmore", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "Shuttle-BrooklineHillsKenmore-0-0", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "canonical", + "type": "service" + } + }, + "shape": { + "data": { + "id": "KenmoreToBrooklineHills-S", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "9070150", + "type": "stop" + }, + { + "id": "9434", + "type": "stop" + }, + { + "id": "1521", + "type": "stop" + }, + { + "id": "1525", + "type": "stop" + }, + { + "id": "9170178", + "type": "stop" + } + ] + } + }, + "type": "trip" + }, + { + "attributes": {}, + "id": "843", + "links": { + "self": "/stops/843" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5915" + "related": "/facilities/?filter[stop]=843" } }, "parent_station": { @@ -344305,14 +346433,14 @@ }, { "attributes": {}, - "id": "3843", + "id": "2454", "links": { - "self": "/stops/3843" + "self": "/stops/2454" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3843" + "related": "/facilities/?filter[stop]=2454" } }, "parent_station": { @@ -344329,14 +346457,14 @@ }, { "attributes": {}, - "id": "1564", + "id": "2269", "links": { - "self": "/stops/1564" + "self": "/stops/2269" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1564" + "related": "/facilities/?filter[stop]=2269" } }, "parent_station": { @@ -344353,14 +346481,14 @@ }, { "attributes": {}, - "id": "9239", + "id": "85563", "links": { - "self": "/stops/9239" + "self": "/stops/85563" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9239" + "related": "/facilities/?filter[stop]=85563" } }, "parent_station": { @@ -344377,14 +346505,14 @@ }, { "attributes": {}, - "id": "3170", + "id": "891", "links": { - "self": "/stops/3170" + "self": "/stops/891" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3170" + "related": "/facilities/?filter[stop]=891" } }, "parent_station": { @@ -344401,14 +346529,14 @@ }, { "attributes": {}, - "id": "1671", + "id": "579", "links": { - "self": "/stops/1671" + "self": "/stops/579" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1671" + "related": "/facilities/?filter[stop]=579" } }, "parent_station": { @@ -344425,14 +346553,14 @@ }, { "attributes": {}, - "id": "3371", + "id": "109899", "links": { - "self": "/stops/3371" + "self": "/stops/109899" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3371" + "related": "/facilities/?filter[stop]=109899" } }, "parent_station": { @@ -344449,126 +346577,94 @@ }, { "attributes": { - "direction_id": 1, - "headsign": "West Lynn Garage via Central Square" + "direction_id": 0, + "headsign": "Riverside via Saint Mary's Street (Shuttle)" }, - "id": "62216721", + "id": "KenmoreStMarysRiversideD-0-sample", "links": { - "self": "/trips/62216721" + "self": "/trips/KenmoreStMarysRiversideD-0-sample" }, "relationships": { "route": { "data": { - "id": "455", + "id": "Shuttle-KenmoreStMarysRiverside", "type": "route" } }, "route_pattern": { "data": { - "id": "455-3-1", + "id": "Shuttle-KenmoreStMarysRiverside-0-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "canonical", "type": "service" } }, "shape": { "data": { - "id": "4550279", + "id": "KenmoreToRiversideViaStMarys-S", "type": "shape" } }, "stops": { "data": [ { - "id": "26137", - "type": "stop" - }, - { - "id": "6137", - "type": "stop" - }, - { - "id": "6138", - "type": "stop" - }, - { - "id": "6139", - "type": "stop" - }, - { - "id": "6140", - "type": "stop" - }, - { - "id": "17231", - "type": "stop" - }, - { - "id": "7233", - "type": "stop" - }, - { - "id": "7234", - "type": "stop" - }, - { - "id": "7237", + "id": "9070151", "type": "stop" }, { - "id": "6772", + "id": "9070212", "type": "stop" }, { - "id": "16653", + "id": "9434", "type": "stop" }, { - "id": "6674", + "id": "1521", "type": "stop" }, { - "id": "6675", + "id": "1525", "type": "stop" }, { - "id": "6780", + "id": "9070178", "type": "stop" }, { - "id": "6783", + "id": "21917", "type": "stop" }, { - "id": "4451", + "id": "1540", "type": "stop" }, { - "id": "4487", + "id": "9070171", "type": "stop" }, { - "id": "4488", + "id": "9170169", "type": "stop" }, { - "id": "4489", + "id": "8206", "type": "stop" }, { - "id": "4490", + "id": "9070165", "type": "stop" }, { - "id": "4491", + "id": "9070162", "type": "stop" }, { - "id": "4492", + "id": "38155", "type": "stop" } ] @@ -344578,94 +346674,25 @@ }, { "attributes": {}, - "id": "3109", - "links": { - "self": "/stops/3109" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=3109" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "1570", - "links": { - "self": "/stops/1570" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=1570" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "2944", + "id": "70214", "links": { - "self": "/stops/2944" + "self": "/stops/70214" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2944" + "related": "/facilities/?filter[stop]=70214" } }, "parent_station": { - "data": null - }, - "zone": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "7844", - "links": { - "self": "/stops/7844" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=7844" + "id": "place-hwsst", + "type": "stop" } }, - "parent_station": { - "data": null - }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -344674,14 +346701,14 @@ }, { "attributes": {}, - "id": "88341", + "id": "5486", "links": { - "self": "/stops/88341" + "self": "/stops/5486" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=88341" + "related": "/facilities/?filter[stop]=5486" } }, "parent_station": { @@ -344698,14 +346725,14 @@ }, { "attributes": {}, - "id": "3148", + "id": "2435", "links": { - "self": "/stops/3148" + "self": "/stops/2435" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3148" + "related": "/facilities/?filter[stop]=2435" } }, "parent_station": { @@ -344722,14 +346749,14 @@ }, { "attributes": {}, - "id": "1878", + "id": "9327", "links": { - "self": "/stops/1878" + "self": "/stops/9327" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1878" + "related": "/facilities/?filter[stop]=9327" } }, "parent_station": { @@ -344746,46 +346773,25 @@ }, { "attributes": {}, - "id": "3808", + "id": "70048", "links": { - "self": "/stops/3808" + "self": "/stops/70048" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3808" + "related": "/facilities/?filter[stop]=70048" } }, "parent_station": { - "data": null - }, - "zone": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "8516", - "links": { - "self": "/stops/8516" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=8516" + "id": "place-aport", + "type": "stop" } }, - "parent_station": { - "data": null - }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -344794,78 +346800,142 @@ }, { "attributes": { - "direction_id": 1, - "headsign": "Andrew (Limited Stops)" + "direction_id": 0, + "headsign": "Mattapan" }, - "id": "61391217", + "id": "67250920", "links": { - "self": "/trips/61391217" + "self": "/trips/67250920" }, "relationships": { "route": { "data": { - "id": "708", + "id": "30", "type": "route" } }, "route_pattern": { "data": { - "id": "708-_-1", + "id": "30-2-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "7080085", + "id": "300066", "type": "shape" } }, "stops": { "data": [ { - "id": "1805", + "id": "10642", "type": "stop" }, { - "id": "1784", + "id": "596", "type": "stop" }, { - "id": "17861", + "id": "597", "type": "stop" }, { - "id": "17862", + "id": "598", "type": "stop" }, { - "id": "77777", + "id": "599", "type": "stop" }, { - "id": "15088", + "id": "600", "type": "stop" }, { - "id": "5089", + "id": "601", "type": "stop" }, { - "id": "855", + "id": "6022", "type": "stop" }, { - "id": "30009", + "id": "6428", "type": "stop" }, { - "id": "13", + "id": "6430", + "type": "stop" + }, + { + "id": "6431", + "type": "stop" + }, + { + "id": "6432", + "type": "stop" + }, + { + "id": "6433", + "type": "stop" + }, + { + "id": "16434", + "type": "stop" + }, + { + "id": "26434", + "type": "stop" + }, + { + "id": "36434", + "type": "stop" + }, + { + "id": "10923", + "type": "stop" + }, + { + "id": "46434", + "type": "stop" + }, + { + "id": "46435", + "type": "stop" + }, + { + "id": "56434", + "type": "stop" + }, + { + "id": "66434", + "type": "stop" + }, + { + "id": "76434", + "type": "stop" + }, + { + "id": "86434", + "type": "stop" + }, + { + "id": "96434", + "type": "stop" + }, + { + "id": "1721", + "type": "stop" + }, + { + "id": "185", "type": "stop" } ] @@ -344875,38 +346945,38 @@ }, { "attributes": {}, - "id": "NB-0120-B1", + "id": "1327", "links": { - "self": "/stops/NB-0120-B1" + "self": "/stops/1327" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=NB-0120-B1" + "related": "/facilities/?filter[stop]=1327" } }, "parent_station": { - "data": { - "id": "place-NB-0120", - "type": "stop" - } + "data": null }, "zone": { - "data": null + "data": { + "id": "LocalBus", + "type": "zone" + } } }, "type": "stop" }, { "attributes": {}, - "id": "2407", + "id": "4069", "links": { - "self": "/stops/2407" + "self": "/stops/4069" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2407" + "related": "/facilities/?filter[stop]=4069" } }, "parent_station": { @@ -344923,14 +346993,14 @@ }, { "attributes": {}, - "id": "4180", + "id": "61848", "links": { - "self": "/stops/4180" + "self": "/stops/61848" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4180" + "related": "/facilities/?filter[stop]=61848" } }, "parent_station": { @@ -344947,14 +347017,14 @@ }, { "attributes": {}, - "id": "7222", + "id": "1371", "links": { - "self": "/stops/7222" + "self": "/stops/1371" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7222" + "related": "/facilities/?filter[stop]=1371" } }, "parent_station": { @@ -344971,14 +347041,14 @@ }, { "attributes": {}, - "id": "6402", + "id": "7838", "links": { - "self": "/stops/6402" + "self": "/stops/7838" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6402" + "related": "/facilities/?filter[stop]=7838" } }, "parent_station": { @@ -344994,232 +347064,87 @@ "type": "stop" }, { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Wood Island Station", - "Maverick Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Wood Island Station - Maverick Station", - "short_name": "121", - "sort_order": 51210, - "text_color": "000000", - "type": 3 - }, - "id": "121", + "attributes": {}, + "id": "WR-0099-B0", "links": { - "self": "/routes/121" + "self": "/stops/WR-0099-B0" }, "relationships": { - "line": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=WR-0099-B0" + } + }, + "parent_station": { "data": { - "id": "line-120121", - "type": "line" + "id": "place-WR-0099", + "type": "stop" + } + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" } } }, - "type": "route" + "type": "stop" }, { - "attributes": { - "direction_id": 1, - "headsign": "Sullivan" - }, - "id": "61868960", + "attributes": {}, + "id": "934", "links": { - "self": "/trips/61868960" + "self": "/stops/934" }, "relationships": { - "route": { - "data": { - "id": "95", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "95-_-1", - "type": "route_pattern" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=934" } }, - "service": { - "data": { - "id": "SpringWeekday", - "type": "service" - } + "parent_station": { + "data": null }, - "shape": { + "zone": { "data": { - "id": "950255", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "6310", - "type": "stop" - }, - { - "id": "6311", - "type": "stop" - }, - { - "id": "6312", - "type": "stop" - }, - { - "id": "6313", - "type": "stop" - }, - { - "id": "6315", - "type": "stop" - }, - { - "id": "6316", - "type": "stop" - }, - { - "id": "6317", - "type": "stop" - }, - { - "id": "6318", - "type": "stop" - }, - { - "id": "6320", - "type": "stop" - }, - { - "id": "6321", - "type": "stop" - }, - { - "id": "6322", - "type": "stop" - }, - { - "id": "6323", - "type": "stop" - }, - { - "id": "6324", - "type": "stop" - }, - { - "id": "5031", - "type": "stop" - }, - { - "id": "12888", - "type": "stop" - }, - { - "id": "2889", - "type": "stop" - }, - { - "id": "2890", - "type": "stop" - }, - { - "id": "2891", - "type": "stop" - }, - { - "id": "2892", - "type": "stop" - }, - { - "id": "2893", - "type": "stop" - }, - { - "id": "2894", - "type": "stop" - }, - { - "id": "2895", - "type": "stop" - }, - { - "id": "2896", - "type": "stop" - }, - { - "id": "2897", - "type": "stop" - }, - { - "id": "2898", - "type": "stop" - }, - { - "id": "2899", - "type": "stop" - }, - { - "id": "2900", - "type": "stop" - }, - { - "id": "2901", - "type": "stop" - }, - { - "id": "2902", - "type": "stop" - }, - { - "id": "2714", - "type": "stop" - }, - { - "id": "29001", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": { - "direction_id": 1, - "headsign": "Mattapan" + "direction_id": 0, + "headsign": "Weymouth Landing" }, - "id": "61929449", + "id": "67290608", "links": { - "self": "/trips/61929449" + "self": "/trips/67290608" }, "relationships": { "route": { "data": { - "id": "245", + "id": "225", "type": "route" } }, "route_pattern": { "data": { - "id": "245-_-1", + "id": "225-1-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "2450101", + "id": "2250173", "type": "shape" } }, @@ -345230,207 +347155,151 @@ "type": "stop" }, { - "id": "3093", - "type": "stop" - }, - { - "id": "13093", - "type": "stop" - }, - { - "id": "4390", - "type": "stop" - }, - { - "id": "4391", - "type": "stop" - }, - { - "id": "4392", - "type": "stop" - }, - { - "id": "4393", - "type": "stop" - }, - { - "id": "4394", - "type": "stop" - }, - { - "id": "4395", - "type": "stop" - }, - { - "id": "4396", - "type": "stop" - }, - { - "id": "13407", - "type": "stop" - }, - { - "id": "13406", - "type": "stop" - }, - { - "id": "13404", - "type": "stop" - }, - { - "id": "13403", - "type": "stop" - }, - { - "id": "13402", - "type": "stop" - }, - { - "id": "4326", + "id": "3326", "type": "stop" }, { - "id": "4327", + "id": "3784", "type": "stop" }, { - "id": "4328", + "id": "3785", "type": "stop" }, { - "id": "4329", + "id": "3786", "type": "stop" }, { - "id": "3355", + "id": "3825", "type": "stop" }, { - "id": "3356", + "id": "3826", "type": "stop" }, { - "id": "3358", + "id": "3827", "type": "stop" }, { - "id": "3359", + "id": "3828", "type": "stop" }, { - "id": "3360", + "id": "3829", "type": "stop" }, { - "id": "3389", + "id": "3830", "type": "stop" }, { - "id": "4331", + "id": "3831", "type": "stop" }, { - "id": "14331", + "id": "39321", "type": "stop" }, { - "id": "4332", + "id": "38331", "type": "stop" }, { - "id": "4333", + "id": "3792", "type": "stop" }, { - "id": "4334", + "id": "3793", "type": "stop" }, { - "id": "4336", + "id": "3796", "type": "stop" }, { - "id": "4337", + "id": "3798", "type": "stop" }, { - "id": "4338", + "id": "3799", "type": "stop" }, { - "id": "4340", + "id": "3800", "type": "stop" }, { - "id": "4341", + "id": "3801", "type": "stop" }, { - "id": "4342", + "id": "3802", "type": "stop" }, { - "id": "4343", + "id": "3803", "type": "stop" }, { - "id": "4344", + "id": "3804", "type": "stop" }, { - "id": "4195", + "id": "3806", "type": "stop" }, { - "id": "4198", + "id": "3808", "type": "stop" }, { - "id": "4200", + "id": "3809", "type": "stop" }, { - "id": "4201", + "id": "3811", "type": "stop" }, { - "id": "4202", + "id": "3812", "type": "stop" }, { - "id": "4203", + "id": "3813", "type": "stop" }, { - "id": "4404", + "id": "3816", "type": "stop" }, { - "id": "4346", + "id": "3817", "type": "stop" }, { - "id": "4347", + "id": "3819", "type": "stop" }, { - "id": "4348", + "id": "3820", "type": "stop" }, { - "id": "4349", + "id": "3821", "type": "stop" }, { - "id": "4350", + "id": "3822", "type": "stop" }, { - "id": "4351", + "id": "3823", "type": "stop" }, { - "id": "185", + "id": "3824", "type": "stop" } ] @@ -345440,14 +347309,14 @@ }, { "attributes": {}, - "id": "8148", + "id": "4597", "links": { - "self": "/stops/8148" + "self": "/stops/4597" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8148" + "related": "/facilities/?filter[stop]=4597" } }, "parent_station": { @@ -345464,14 +347333,14 @@ }, { "attributes": {}, - "id": "153", + "id": "2556", "links": { - "self": "/stops/153" + "self": "/stops/2556" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=153" + "related": "/facilities/?filter[stop]=2556" } }, "parent_station": { @@ -345488,14 +347357,14 @@ }, { "attributes": {}, - "id": "1431", + "id": "Boat-Fan", "links": { - "self": "/stops/1431" + "self": "/stops/Boat-Fan" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1431" + "related": "/facilities/?filter[stop]=Boat-Fan" } }, "parent_station": { @@ -345503,7 +347372,7 @@ }, "zone": { "data": { - "id": "LocalBus", + "id": "Boat-Fan", "type": "zone" } } @@ -345512,56 +347381,62 @@ }, { "attributes": {}, - "id": "9070043", + "id": "4929", "links": { - "self": "/stops/9070043" + "self": "/stops/4929" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9070043" + "related": "/facilities/?filter[stop]=4929" } }, "parent_station": { "data": null }, "zone": { - "data": null + "data": { + "id": "LocalBus", + "type": "zone" + } } }, "type": "stop" }, { "attributes": {}, - "id": "9270014", + "id": "5623", "links": { - "self": "/stops/9270014" + "self": "/stops/5623" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9270014" + "related": "/facilities/?filter[stop]=5623" } }, "parent_station": { "data": null }, "zone": { - "data": null + "data": { + "id": "LocalBus", + "type": "zone" + } } }, "type": "stop" }, { "attributes": {}, - "id": "8651", + "id": "3118", "links": { - "self": "/stops/8651" + "self": "/stops/3118" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8651" + "related": "/facilities/?filter[stop]=3118" } }, "parent_station": { @@ -345578,14 +347453,14 @@ }, { "attributes": {}, - "id": "10820", + "id": "7183", "links": { - "self": "/stops/10820" + "self": "/stops/7183" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=10820" + "related": "/facilities/?filter[stop]=7183" } }, "parent_station": { @@ -345600,76 +347475,24 @@ }, "type": "stop" }, - { - "attributes": { - "direction_id": 0, - "headsign": "Providence (Express shuttle)" - }, - "id": "AttleboroProvidenceExpress-0-sample", - "links": { - "self": "/trips/AttleboroProvidenceExpress-0-sample" - }, - "relationships": { - "route": { - "data": { - "id": "Shuttle-AttleboroProvidenceExpress", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Shuttle-AttleboroProvidenceExpress-0-0", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "canonical", - "type": "service" - } - }, - "shape": { - "data": { - "id": "AttleboroToProvidenceExpress-S", - "type": "shape" - } - }, - "stops": { - "data": [ - { - "id": "NEC-1969-B", - "type": "stop" - }, - { - "id": "NEC-1851-B0", - "type": "stop" - } - ] - } - }, - "type": "trip" - }, { "attributes": {}, - "id": "WML-0340-02", + "id": "9063", "links": { - "self": "/stops/WML-0340-02" + "self": "/stops/9063" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=WML-0340-02" + "related": "/facilities/?filter[stop]=9063" } }, "parent_station": { - "data": { - "id": "place-WML-0340", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "CR-zone-7", + "id": "LocalBus", "type": "zone" } } @@ -345678,22 +347501,25 @@ }, { "attributes": {}, - "id": "4557", + "id": "70054", "links": { - "self": "/stops/4557" + "self": "/stops/70054" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4557" + "related": "/facilities/?filter[stop]=70054" } }, "parent_station": { - "data": null + "data": { + "id": "place-sdmnl", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -345702,215 +347528,91 @@ }, { "attributes": { - "direction_id": 1, - "headsign": "Wonderland" + "direction_id": 0, + "headsign": "JFK/UMass (Shuttle)" }, - "id": "62216374", + "id": "BroadwayJFKAshmontPlatform-0-sample", "links": { - "self": "/trips/62216374" + "self": "/trips/BroadwayJFKAshmontPlatform-0-sample" }, "relationships": { "route": { "data": { - "id": "424", + "id": "Shuttle-BroadwayJFK", "type": "route" } }, "route_pattern": { "data": { - "id": "424-6-1", + "id": "Shuttle-BroadwayJFK-0-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "canonical", "type": "service" } }, "shape": { "data": { - "id": "4240081", + "id": "BroadwayToJFK-S", "type": "shape" } }, "stops": { "data": [ { - "id": "6842", - "type": "stop" - }, - { - "id": "6843", - "type": "stop" - }, - { - "id": "6844", - "type": "stop" - }, - { - "id": "6845", - "type": "stop" - }, - { - "id": "6846", - "type": "stop" - }, - { - "id": "6847", - "type": "stop" - }, - { - "id": "6848", - "type": "stop" - }, - { - "id": "6849", - "type": "stop" - }, - { - "id": "4477", - "type": "stop" - }, - { - "id": "4479", - "type": "stop" - }, - { - "id": "4480", - "type": "stop" - }, - { - "id": "4481", - "type": "stop" - }, - { - "id": "4482", - "type": "stop" - }, - { - "id": "7302", - "type": "stop" - }, - { - "id": "7303", - "type": "stop" - }, - { - "id": "7304", - "type": "stop" - }, - { - "id": "7305", - "type": "stop" - }, - { - "id": "7306", - "type": "stop" - }, - { - "id": "7307", - "type": "stop" - }, - { - "id": "7308", - "type": "stop" - }, - { - "id": "4483", - "type": "stop" - }, - { - "id": "4484", - "type": "stop" - }, - { - "id": "4485", - "type": "stop" - }, - { - "id": "4486", - "type": "stop" - }, - { - "id": "4487", - "type": "stop" - }, - { - "id": "4488", - "type": "stop" - }, - { - "id": "4489", - "type": "stop" - }, - { - "id": "4490", - "type": "stop" - }, - { - "id": "4491", - "type": "stop" - }, - { - "id": "4492", - "type": "stop" - }, - { - "id": "4494", - "type": "stop" - }, - { - "id": "4495", - "type": "stop" - }, - { - "id": "4497", - "type": "stop" - }, - { - "id": "4498", - "type": "stop" - }, - { - "id": "5770", - "type": "stop" - }, - { - "id": "5771", - "type": "stop" - }, - { - "id": "35772", - "type": "stop" - }, - { - "id": "35773", + "id": "151", "type": "stop" }, { - "id": "5774", + "id": "9070083", "type": "stop" }, { - "id": "15795", + "id": "121", "type": "stop" } ] } }, - "type": "trip" + "type": "trip" + }, + { + "attributes": {}, + "id": "4023", + "links": { + "self": "/stops/4023" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=4023" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" }, { "attributes": {}, - "id": "7967", + "id": "17144", "links": { - "self": "/stops/7967" + "self": "/stops/17144" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7967" + "related": "/facilities/?filter[stop]=17144" } }, "parent_station": { @@ -345927,14 +347629,14 @@ }, { "attributes": {}, - "id": "4338", + "id": "5256", "links": { - "self": "/stops/4338" + "self": "/stops/5256" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4338" + "related": "/facilities/?filter[stop]=5256" } }, "parent_station": { @@ -345949,24 +347651,41 @@ }, "type": "stop" }, + { + "attributes": { + "color": "FFC72C", + "long_name": "Jersey Street & Queensberry Street - Copley", + "short_name": "55", + "sort_order": 50550, + "text_color": "000000" + }, + "id": "line-55", + "links": { + "self": "/lines/line-55" + }, + "type": "line" + }, { "attributes": {}, - "id": "6676", + "id": "70509", "links": { - "self": "/stops/6676" + "self": "/stops/70509" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6676" + "related": "/facilities/?filter[stop]=70509" } }, "parent_station": { - "data": null + "data": { + "id": "place-balsq", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -345975,14 +347694,14 @@ }, { "attributes": {}, - "id": "49842", + "id": "2095", "links": { - "self": "/stops/49842" + "self": "/stops/2095" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=49842" + "related": "/facilities/?filter[stop]=2095" } }, "parent_station": { @@ -345998,46 +347717,42 @@ "type": "stop" }, { - "attributes": { - "color": "7C878E", - "direction_destinations": [ - "Silver Line Way", - "South Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Silver Line Way - South Station", - "short_name": "SLW", - "sort_order": 10057, - "text_color": "FFFFFF", - "type": 3 - }, - "id": "746", + "attributes": {}, + "id": "70105", "links": { - "self": "/routes/746" + "self": "/stops/70105" }, "relationships": { - "line": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=70105" + } + }, + "parent_station": { "data": { - "id": "line-SLWaterfront", - "type": "line" + "id": "place-brntn", + "type": "stop" + } + }, + "zone": { + "data": { + "id": "RapidTransit", + "type": "zone" } } }, - "type": "route" + "type": "stop" }, { "attributes": {}, - "id": "3986", + "id": "7100", "links": { - "self": "/stops/3986" + "self": "/stops/7100" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3986" + "related": "/facilities/?filter[stop]=7100" } }, "parent_station": { @@ -346054,14 +347769,14 @@ }, { "attributes": {}, - "id": "2404", + "id": "7117", "links": { - "self": "/stops/2404" + "self": "/stops/7117" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2404" + "related": "/facilities/?filter[stop]=7117" } }, "parent_station": { @@ -346078,22 +347793,43 @@ }, { "attributes": {}, - "id": "32001", + "id": "3280", "links": { - "self": "/stops/32001" + "self": "/stops/3280" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=32001" + "related": "/facilities/?filter[stop]=3280" } }, "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "place-qnctr", - "type": "stop" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "8962", + "links": { + "self": "/stops/8962" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=8962" } }, + "parent_station": { + "data": null + }, "zone": { "data": { "id": "LocalBus", @@ -346104,177 +347840,191 @@ "type": "stop" }, { - "attributes": { - "color": "FFC72C", - "long_name": "Reading Depot - Malden Center", - "short_name": "136/137", - "sort_order": 51360, - "text_color": "000000" + "attributes": {}, + "id": "2659", + "links": { + "self": "/stops/2659" }, - "id": "line-136137", + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=2659" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "3034", "links": { - "self": "/lines/line-136137" + "self": "/stops/3034" }, - "type": "line" + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=3034" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" }, { "attributes": { "direction_id": 1, - "headsign": "Kenmore" + "headsign": "Haymarket via Maverick" }, - "id": "61394032", + "id": "67203740", "links": { - "self": "/trips/61394032" + "self": "/trips/67203740" }, "relationships": { "route": { "data": { - "id": "60", + "id": "116", "type": "route" } }, "route_pattern": { "data": { - "id": "60-_-1", + "id": "116-8-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterSaturday", "type": "service" } }, "shape": { "data": { - "id": "600199", + "id": "1160132", "type": "shape" } }, "stops": { "data": [ { - "id": "19661", - "type": "stop" - }, - { - "id": "17000", - "type": "stop" - }, - { - "id": "17001", - "type": "stop" - }, - { - "id": "19821", - "type": "stop" - }, - { - "id": "1984", - "type": "stop" - }, - { - "id": "1541", + "id": "57121", "type": "stop" }, { - "id": "1543", + "id": "5713", "type": "stop" }, { - "id": "1544", + "id": "5714", "type": "stop" }, { - "id": "1545", + "id": "5715", "type": "stop" }, { - "id": "1546", + "id": "5718", "type": "stop" }, { - "id": "1547", + "id": "5719", "type": "stop" }, { - "id": "1548", + "id": "5721", "type": "stop" }, { - "id": "1549", + "id": "5722", "type": "stop" }, { - "id": "1550", + "id": "5724", "type": "stop" }, { - "id": "1551", + "id": "5726", "type": "stop" }, { - "id": "1552", + "id": "46170", "type": "stop" }, { - "id": "1553", + "id": "5605", "type": "stop" }, { - "id": "1554", + "id": "5606", "type": "stop" }, { - "id": "1555", + "id": "5653", "type": "stop" }, { - "id": "1556", + "id": "5728", "type": "stop" }, { - "id": "1557", + "id": "5729", "type": "stop" }, { - "id": "1558", + "id": "5730", "type": "stop" }, { - "id": "1559", + "id": "5731", "type": "stop" }, { - "id": "1804", + "id": "5732", "type": "stop" }, { - "id": "1805", + "id": "5733", "type": "stop" }, { - "id": "1806", + "id": "5734", "type": "stop" }, { - "id": "9441", + "id": "5736", "type": "stop" }, { - "id": "1562", + "id": "5737", "type": "stop" }, { - "id": "1563", + "id": "5740", "type": "stop" }, { - "id": "1564", + "id": "5742", "type": "stop" }, { - "id": "899", + "id": "8309", "type": "stop" } ] @@ -346284,14 +348034,14 @@ }, { "attributes": {}, - "id": "1485", + "id": "2265", "links": { - "self": "/stops/1485" + "self": "/stops/2265" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1485" + "related": "/facilities/?filter[stop]=2265" } }, "parent_station": { @@ -346308,14 +348058,14 @@ }, { "attributes": {}, - "id": "81443", + "id": "730", "links": { - "self": "/stops/81443" + "self": "/stops/730" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=81443" + "related": "/facilities/?filter[stop]=730" } }, "parent_station": { @@ -346331,63 +348081,88 @@ "type": "stop" }, { - "attributes": {}, - "id": "6628", + "attributes": { + "direction_id": 1, + "headsign": "Wonderland (Shuttle)" + }, + "id": "MaverickWonderland-Weekday-9e586-1-00:00:00", "links": { - "self": "/stops/6628" + "self": "/trips/MaverickWonderland-Weekday-9e586-1-00%3A00%3A00" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=6628" + "route": { + "data": { + "id": "Shuttle-MaverickWonderland", + "type": "route" } }, - "parent_station": { - "data": null - }, - "zone": { + "route_pattern": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "1277", - "links": { - "self": "/stops/1277" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=1277" + "id": "Shuttle-MaverickWonderland-0-1", + "type": "route_pattern" } }, - "parent_station": { - "data": null + "service": { + "data": { + "id": "canonical", + "type": "service" + } }, - "zone": { + "shape": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "MaverickToWonderland-S", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "57400", + "type": "stop" + }, + { + "id": "7096", + "type": "stop" + }, + { + "id": "5666", + "type": "stop" + }, + { + "id": "5879", + "type": "stop" + }, + { + "id": "9070054", + "type": "stop" + }, + { + "id": "9070056", + "type": "stop" + }, + { + "id": "9070058", + "type": "stop" + }, + { + "id": "15797", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "5588", + "id": "8236", "links": { - "self": "/stops/5588" + "self": "/stops/8236" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5588" + "related": "/facilities/?filter[stop]=8236" } }, "parent_station": { @@ -346404,14 +348179,14 @@ }, { "attributes": {}, - "id": "4368", + "id": "31187", "links": { - "self": "/stops/4368" + "self": "/stops/31187" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4368" + "related": "/facilities/?filter[stop]=31187" } }, "parent_station": { @@ -346428,14 +348203,14 @@ }, { "attributes": {}, - "id": "833", + "id": "1190", "links": { - "self": "/stops/833" + "self": "/stops/1190" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=833" + "related": "/facilities/?filter[stop]=1190" } }, "parent_station": { @@ -346453,22 +348228,22 @@ { "attributes": { "direction_id": 1, - "headsign": "Broadway (Express shuttle)" + "headsign": "Shirley (Shuttle)" }, - "id": "BroadwayQuincyCenterExpressExtended-1-sample", + "id": "ShirleyWachusett-1-sample", "links": { - "self": "/trips/BroadwayQuincyCenterExpressExtended-1-sample" + "self": "/trips/ShirleyWachusett-1-sample" }, "relationships": { "route": { "data": { - "id": "Shuttle-BroadwayQuincyCenterExpress", + "id": "Shuttle-ShirleyWachusett", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-BroadwayQuincyCenterExpress-0-1", + "id": "Shuttle-ShirleyWachusett-0-1", "type": "route_pattern" } }, @@ -346480,18 +348255,26 @@ }, "shape": { "data": { - "id": "QuincyCenterToBroadwayExpress-S", + "id": "WachusettToShirley-S", "type": "shape" } }, "stops": { "data": [ { - "id": "32000", + "id": "FR-3338-B", "type": "stop" }, { - "id": "150", + "id": "FR-0494-B", + "type": "stop" + }, + { + "id": "FR-0451-B", + "type": "stop" + }, + { + "id": "FR-0394-B1", "type": "stop" } ] @@ -346501,14 +348284,14 @@ }, { "attributes": {}, - "id": "8504", + "id": "8251", "links": { - "self": "/stops/8504" + "self": "/stops/8251" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8504" + "related": "/facilities/?filter[stop]=8251" } }, "parent_station": { @@ -346525,14 +348308,14 @@ }, { "attributes": {}, - "id": "Boat-George", + "id": "41618", "links": { - "self": "/stops/Boat-George" + "self": "/stops/41618" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=Boat-George" + "related": "/facilities/?filter[stop]=41618" } }, "parent_station": { @@ -346540,7 +348323,7 @@ }, "zone": { "data": { - "id": "Boat-George", + "id": "LocalBus", "type": "zone" } } @@ -346549,14 +348332,14 @@ }, { "attributes": {}, - "id": "2460", + "id": "2402", "links": { - "self": "/stops/2460" + "self": "/stops/2402" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2460" + "related": "/facilities/?filter[stop]=2402" } }, "parent_station": { @@ -346573,83 +348356,58 @@ }, { "attributes": { - "direction_id": 0, - "headsign": "Government Center (Shuttle)" + "color": "FFC72C", + "direction_destinations": [ + "Heath Street", + "Medford/Tufts" + ], + "direction_names": [ + "West", + "East" + ], + "long_name": "Heath Street - Prudential", + "short_name": "Green Line E Shuttle", + "sort_order": 61985, + "text_color": "000000", + "type": 3 }, - "id": "GreenDGovernmentCenterUnionSquare-0-sample", + "id": "Shuttle-HeathPrudential", "links": { - "self": "/trips/GreenDGovernmentCenterUnionSquare-0-sample" + "self": "/routes/Shuttle-HeathPrudential" }, "relationships": { - "route": { - "data": { - "id": "Shuttle-GovernmentCenterUnionSquare", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Shuttle-GovernmentCenterUnionSquare-0-0", - "type": "route_pattern" - } - }, - "service": { + "agency": { "data": { - "id": "canonical", - "type": "service" + "id": "1", + "type": "agency" } }, - "shape": { + "line": { "data": { - "id": "UnionSquareToGovernmentCenter-S", - "type": "shape" + "id": "line-Green", + "type": "line" } - }, - "stops": { - "data": [ - { - "id": "9070503", - "type": "stop" - }, - { - "id": "9070501", - "type": "stop" - }, - { - "id": "9070093", - "type": "stop" - }, - { - "id": "9170206", - "type": "stop" - }, - { - "id": "9070024", - "type": "stop" - }, - { - "id": "4510", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "route" }, { "attributes": {}, - "id": "7953", + "id": "WR-0075-B1", "links": { - "self": "/stops/7953" + "self": "/stops/WR-0075-B1" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7953" + "related": "/facilities/?filter[stop]=WR-0075-B1" } }, "parent_station": { - "data": null + "data": { + "id": "place-WR-0075", + "type": "stop" + } }, "zone": { "data": { @@ -346662,14 +348420,14 @@ }, { "attributes": {}, - "id": "338", + "id": "49826", "links": { - "self": "/stops/338" + "self": "/stops/49826" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=338" + "related": "/facilities/?filter[stop]=49826" } }, "parent_station": { @@ -346686,14 +348444,14 @@ }, { "attributes": {}, - "id": "16616", + "id": "7966", "links": { - "self": "/stops/16616" + "self": "/stops/7966" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=16616" + "related": "/facilities/?filter[stop]=7966" } }, "parent_station": { @@ -346710,14 +348468,14 @@ }, { "attributes": {}, - "id": "15979", + "id": "2757", "links": { - "self": "/stops/15979" + "self": "/stops/2757" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=15979" + "related": "/facilities/?filter[stop]=2757" } }, "parent_station": { @@ -346734,18 +348492,21 @@ }, { "attributes": {}, - "id": "21317", + "id": "32005", "links": { - "self": "/stops/21317" + "self": "/stops/32005" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=21317" + "related": "/facilities/?filter[stop]=32005" } }, "parent_station": { - "data": null + "data": { + "id": "place-qnctr", + "type": "stop" + } }, "zone": { "data": { @@ -346758,14 +348519,14 @@ }, { "attributes": {}, - "id": "4930", + "id": "76594", "links": { - "self": "/stops/4930" + "self": "/stops/76594" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4930" + "related": "/facilities/?filter[stop]=76594" } }, "parent_station": { @@ -346781,39 +348542,52 @@ "type": "stop" }, { - "attributes": {}, - "id": "2026", + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Newburyport or Rockport", + "North Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Lynn - Chelsea", + "short_name": "Newburyport/Rockport Line Shuttle", + "sort_order": 61290, + "text_color": "000000", + "type": 3 + }, + "id": "Shuttle-ChelseaLynn", "links": { - "self": "/stops/2026" + "self": "/routes/Shuttle-ChelseaLynn" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=2026" + "agency": { + "data": { + "id": "1", + "type": "agency" } }, - "parent_station": { - "data": null - }, - "zone": { + "line": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "line-Newburyport", + "type": "line" } } }, - "type": "stop" + "type": "route" }, { "attributes": {}, - "id": "7414", + "id": "5319", "links": { - "self": "/stops/7414" + "self": "/stops/5319" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7414" + "related": "/facilities/?filter[stop]=5319" } }, "parent_station": { @@ -346830,90 +348604,126 @@ }, { "attributes": { - "direction_id": 1, - "headsign": "Kenmore (Shuttle)" + "direction_id": 0, + "headsign": "Ocean St via Central Square" }, - "id": "KenmoreRiverside-1-sample", + "id": "67202480", "links": { - "self": "/trips/KenmoreRiverside-1-sample" + "self": "/trips/67202480" }, "relationships": { "route": { "data": { - "id": "Shuttle-KenmoreRiverside", + "id": "441442", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-KenmoreRiverside-0-1", + "id": "441442-1-0", "type": "route_pattern" } }, "service": { "data": { - "id": "canonical", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "RiversideToKenmore-S", + "id": "4420266", "type": "shape" } }, "stops": { "data": [ { - "id": "38155", + "id": "15798", "type": "stop" }, { - "id": "9070162", + "id": "4736", "type": "stop" }, { - "id": "9070164", + "id": "48541", "type": "stop" }, { - "id": "8153", + "id": "4855", "type": "stop" }, { - "id": "9170168", + "id": "4856", "type": "stop" }, { - "id": "9070170", + "id": "4738", "type": "stop" }, { - "id": "1984", + "id": "4739", "type": "stop" }, { - "id": "21917", + "id": "4709", "type": "stop" }, { - "id": "9070179", + "id": "4741", "type": "stop" }, { - "id": "9070180", + "id": "4742", "type": "stop" }, { - "id": "1804", + "id": "4743", "type": "stop" }, { - "id": "1807", + "id": "4744", "type": "stop" }, { - "id": "9070150", + "id": "4745", + "type": "stop" + }, + { + "id": "4746", + "type": "stop" + }, + { + "id": "4747", + "type": "stop" + }, + { + "id": "14748", + "type": "stop" + }, + { + "id": "6600", + "type": "stop" + }, + { + "id": "4749", + "type": "stop" + }, + { + "id": "4751", + "type": "stop" + }, + { + "id": "4752", + "type": "stop" + }, + { + "id": "14753", + "type": "stop" + }, + { + "id": "4755", "type": "stop" } ] @@ -346923,46 +348733,25 @@ }, { "attributes": {}, - "id": "89610", + "id": "70075", "links": { - "self": "/stops/89610" + "self": "/stops/70075" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=89610" + "related": "/facilities/?filter[stop]=70075" } }, "parent_station": { - "data": null - }, - "zone": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "9108", - "links": { - "self": "/stops/9108" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=9108" + "id": "place-pktrm", + "type": "stop" } }, - "parent_station": { - "data": null - }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -346970,132 +348759,273 @@ "type": "stop" }, { - "attributes": {}, - "id": "31839", - "links": { - "self": "/stops/31839" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=31839" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } + "attributes": { + "direction_id": 1, + "headsign": "Malden via Square One Mall" }, - "type": "stop" - }, - { - "attributes": {}, - "id": "544", + "id": "66959809", "links": { - "self": "/stops/544" + "self": "/trips/66959809" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=544" + "route": { + "data": { + "id": "430", + "type": "route" } }, - "parent_station": { - "data": null - }, - "zone": { + "route_pattern": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "9170071", - "links": { - "self": "/stops/9170071" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=9170071" + "id": "430-1-1", + "type": "route_pattern" } }, - "parent_station": { - "data": null - }, - "zone": { - "data": null - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "78205", - "links": { - "self": "/stops/78205" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=78205" + "service": { + "data": { + "id": "WinterWeekday", + "type": "service" } }, - "parent_station": { - "data": null - }, - "zone": { + "shape": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "4300190", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "7474", + "type": "stop" + }, + { + "id": "7573", + "type": "stop" + }, + { + "id": "75731", + "type": "stop" + }, + { + "id": "7575", + "type": "stop" + }, + { + "id": "7576", + "type": "stop" + }, + { + "id": "7502", + "type": "stop" + }, + { + "id": "7503", + "type": "stop" + }, + { + "id": "7504", + "type": "stop" + }, + { + "id": "7505", + "type": "stop" + }, + { + "id": "6212", + "type": "stop" + }, + { + "id": "6213", + "type": "stop" + }, + { + "id": "7507", + "type": "stop" + }, + { + "id": "7508", + "type": "stop" + }, + { + "id": "7510", + "type": "stop" + }, + { + "id": "7511", + "type": "stop" + }, + { + "id": "7513", + "type": "stop" + }, + { + "id": "7515", + "type": "stop" + }, + { + "id": "7400", + "type": "stop" + }, + { + "id": "7401", + "type": "stop" + }, + { + "id": "7516", + "type": "stop" + }, + { + "id": "7517", + "type": "stop" + }, + { + "id": "7518", + "type": "stop" + }, + { + "id": "7520", + "type": "stop" + }, + { + "id": "7521", + "type": "stop" + }, + { + "id": "7522", + "type": "stop" + }, + { + "id": "7523", + "type": "stop" + }, + { + "id": "7525", + "type": "stop" + }, + { + "id": "47526", + "type": "stop" + }, + { + "id": "47527", + "type": "stop" + }, + { + "id": "7529", + "type": "stop" + }, + { + "id": "7532", + "type": "stop" + }, + { + "id": "7534", + "type": "stop" + }, + { + "id": "7536", + "type": "stop" + }, + { + "id": "7537", + "type": "stop" + }, + { + "id": "7539", + "type": "stop" + }, + { + "id": "7540", + "type": "stop" + }, + { + "id": "9021", + "type": "stop" + }, + { + "id": "9023", + "type": "stop" + }, + { + "id": "9024", + "type": "stop" + }, + { + "id": "9025", + "type": "stop" + }, + { + "id": "9026", + "type": "stop" + }, + { + "id": "5440", + "type": "stop" + }, + { + "id": "5441", + "type": "stop" + }, + { + "id": "5442", + "type": "stop" + }, + { + "id": "5443", + "type": "stop" + }, + { + "id": "5444", + "type": "stop" + }, + { + "id": "5445", + "type": "stop" + }, + { + "id": "15431", + "type": "stop" + }, + { + "id": "53270", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "8805", + "id": "9070211", "links": { - "self": "/stops/8805" + "self": "/stops/9070211" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8805" + "related": "/facilities/?filter[stop]=9070211" } }, "parent_station": { "data": null }, "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } + "data": null } }, "type": "stop" }, { "attributes": {}, - "id": "16730", + "id": "8529", "links": { - "self": "/stops/16730" + "self": "/stops/8529" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=16730" + "related": "/facilities/?filter[stop]=8529" } }, "parent_station": { @@ -347111,39 +349041,29 @@ "type": "stop" }, { - "attributes": {}, - "id": "7888", - "links": { - "self": "/stops/7888" + "attributes": { + "color": "008EAA", + "long_name": "Hingham/Hull Ferry", + "short_name": "", + "sort_order": 30002, + "text_color": "FFFFFF" }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=7888" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } + "id": "line-Boat-F1", + "links": { + "self": "/lines/line-Boat-F1" }, - "type": "stop" + "type": "line" }, { "attributes": {}, - "id": "8519", + "id": "8806", "links": { - "self": "/stops/8519" + "self": "/stops/8806" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8519" + "related": "/facilities/?filter[stop]=8806" } }, "parent_station": { @@ -347160,14 +349080,14 @@ }, { "attributes": {}, - "id": "6616", + "id": "8164", "links": { - "self": "/stops/6616" + "self": "/stops/8164" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6616" + "related": "/facilities/?filter[stop]=8164" } }, "parent_station": { @@ -347184,14 +349104,14 @@ }, { "attributes": {}, - "id": "2905", + "id": "317", "links": { - "self": "/stops/2905" + "self": "/stops/317" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2905" + "related": "/facilities/?filter[stop]=317" } }, "parent_station": { @@ -347208,14 +349128,14 @@ }, { "attributes": {}, - "id": "8457", + "id": "65618", "links": { - "self": "/stops/8457" + "self": "/stops/65618" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8457" + "related": "/facilities/?filter[stop]=65618" } }, "parent_station": { @@ -347233,197 +349153,238 @@ { "attributes": { "direction_id": 1, - "headsign": "Beachmont" + "headsign": "South Station" }, - "id": "62216272", + "id": "SouthWKDYF24-697799-800", "links": { - "self": "/trips/62216272" + "self": "/trips/SouthWKDYF24-697799-800" }, "relationships": { "route": { "data": { - "id": "119", + "id": "CR-Providence", "type": "route" } }, "route_pattern": { "data": { - "id": "119-1-1", + "id": "CR-Providence-e6702e01-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "FALL 2024-SOUTHWKD-Weekday-1-Scbbf1ea5", "type": "service" } }, "shape": { "data": { - "id": "1190080", + "id": "9890008", "type": "shape" } }, "stops": { "data": [ { - "id": "6267", + "id": "NEC-1851-03", "type": "stop" }, { - "id": "7415", + "id": "NEC-1891-01", "type": "stop" }, { - "id": "7417", + "id": "NEC-1919-01", "type": "stop" }, { - "id": "7412", + "id": "NEC-1969-04", "type": "stop" }, { - "id": "7413", + "id": "NEC-2040-02", "type": "stop" }, { - "id": "6269", + "id": "NEC-2108-02", "type": "stop" }, { - "id": "6271", + "id": "NEC-2139-02", "type": "stop" }, { - "id": "6272", + "id": "NEC-2173-02", "type": "stop" }, { - "id": "6274", + "id": "NEC-2265-02", "type": "stop" }, { - "id": "6275", + "id": "NEC-2276-02", "type": "stop" }, { - "id": "46275", + "id": "NEC-2287", "type": "stop" - }, + } + ] + } + }, + "type": "trip" + }, + { + "attributes": { + "direction_id": 0, + "headsign": "Ashmont" + }, + "id": "66645446", + "links": { + "self": "/trips/66645446" + }, + "relationships": { + "route": { + "data": { + "id": "23", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "23-_-0", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "WinterWeekday", + "type": "service" + } + }, + "shape": { + "data": { + "id": "230214", + "type": "shape" + } + }, + "stops": { + "data": [ { - "id": "46276", + "id": "17862", "type": "stop" }, { - "id": "5832", + "id": "11257", "type": "stop" }, { - "id": "15832", + "id": "1259", "type": "stop" }, { - "id": "5833", + "id": "11323", "type": "stop" }, { - "id": "5835", + "id": "11259", "type": "stop" }, { - "id": "35830", + "id": "64000", "type": "stop" }, { - "id": "45838", + "id": "40001", "type": "stop" }, { - "id": "5711", + "id": "401", "type": "stop" }, { - "id": "5713", + "id": "404", "type": "stop" }, { - "id": "5714", + "id": "405", "type": "stop" }, { - "id": "5801", + "id": "406", "type": "stop" }, { - "id": "5803", + "id": "407", "type": "stop" }, { - "id": "5804", + "id": "410", "type": "stop" }, { - "id": "5805", + "id": "411", "type": "stop" }, { - "id": "5806", + "id": "412", "type": "stop" }, { - "id": "5807", + "id": "471", "type": "stop" }, { - "id": "5809", + "id": "472", "type": "stop" }, { - "id": "5810", + "id": "468", "type": "stop" }, { - "id": "5811", + "id": "475", "type": "stop" }, { - "id": "45811", + "id": "477", "type": "stop" }, { - "id": "5812", + "id": "478", "type": "stop" }, { - "id": "5813", + "id": "480", "type": "stop" }, { - "id": "5814", + "id": "482", "type": "stop" }, { - "id": "5815", + "id": "483", "type": "stop" }, { - "id": "5816", + "id": "485", "type": "stop" }, { - "id": "45816", + "id": "426", "type": "stop" }, { - "id": "5817", + "id": "428", "type": "stop" }, { - "id": "5818", + "id": "430", "type": "stop" }, { - "id": "5819", + "id": "334", "type": "stop" } ] @@ -347434,94 +349395,141 @@ { "attributes": { "direction_id": 0, - "headsign": "Davis (Shuttle)" + "headsign": "Nahant via Central Square" }, - "id": "AlewifeDavis-0-sample", + "id": "67202742", "links": { - "self": "/trips/AlewifeDavis-0-sample" + "self": "/trips/67202742" }, "relationships": { "route": { "data": { - "id": "Shuttle-AlewifeDavis", + "id": "439", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-AlewifeDavis-0-0", + "id": "439-3-0", "type": "route_pattern" } }, "service": { "data": { - "id": "canonical", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "AlewifeToDavis-S", + "id": "4390102", "type": "shape" } }, "stops": { "data": [ { - "id": "141", + "id": "15798", "type": "stop" }, { - "id": "2581", + "id": "4736", "type": "stop" - } - ] - } - }, - "type": "trip" - }, - { - "attributes": { - "direction_id": 1, - "headsign": "South Station (Express shuttle)" - }, - "id": "BostonLandingSouthStationExpress-1-sample", - "links": { - "self": "/trips/BostonLandingSouthStationExpress-1-sample" - }, - "relationships": { - "route": { - "data": { - "id": "Shuttle-BostonLandingSouthStationExpress", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Shuttle-BostonLandingSouthStationExpress-0-1", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "canonical", - "type": "service" - } - }, - "shape": { - "data": { - "id": "BostonLandingToSouthStationExpress-S", - "type": "shape" - } - }, - "stops": { - "data": [ + }, { - "id": "WML-0035-B", + "id": "48541", "type": "stop" }, { - "id": "NEC-2287-B", + "id": "4855", + "type": "stop" + }, + { + "id": "4856", + "type": "stop" + }, + { + "id": "4738", + "type": "stop" + }, + { + "id": "4739", + "type": "stop" + }, + { + "id": "4709", + "type": "stop" + }, + { + "id": "4741", + "type": "stop" + }, + { + "id": "4742", + "type": "stop" + }, + { + "id": "4743", + "type": "stop" + }, + { + "id": "4744", + "type": "stop" + }, + { + "id": "4745", + "type": "stop" + }, + { + "id": "4746", + "type": "stop" + }, + { + "id": "4747", + "type": "stop" + }, + { + "id": "14748", + "type": "stop" + }, + { + "id": "6600", + "type": "stop" + }, + { + "id": "6603", + "type": "stop" + }, + { + "id": "6605", + "type": "stop" + }, + { + "id": "6606", + "type": "stop" + }, + { + "id": "16606", + "type": "stop" + }, + { + "id": "6607", + "type": "stop" + }, + { + "id": "6610", + "type": "stop" + }, + { + "id": "6611", + "type": "stop" + }, + { + "id": "6612", + "type": "stop" + }, + { + "id": "6613", "type": "stop" } ] @@ -347531,14 +349539,14 @@ }, { "attributes": {}, - "id": "2319", + "id": "7173", "links": { - "self": "/stops/2319" + "self": "/stops/7173" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2319" + "related": "/facilities/?filter[stop]=7173" } }, "parent_station": { @@ -347555,14 +349563,14 @@ }, { "attributes": {}, - "id": "23531", + "id": "3480", "links": { - "self": "/stops/23531" + "self": "/stops/3480" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=23531" + "related": "/facilities/?filter[stop]=3480" } }, "parent_station": { @@ -347579,14 +349587,14 @@ }, { "attributes": {}, - "id": "1427", + "id": "855", "links": { - "self": "/stops/1427" + "self": "/stops/855" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1427" + "related": "/facilities/?filter[stop]=855" } }, "parent_station": { @@ -347602,169 +349610,288 @@ "type": "stop" }, { - "attributes": {}, - "id": "7124", - "links": { - "self": "/stops/7124" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=7124" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } + "attributes": { + "direction_id": 1, + "headsign": "Malden" }, - "type": "stop" - }, - { - "attributes": {}, - "id": "6259", + "id": "66959832", "links": { - "self": "/stops/6259" + "self": "/trips/66959832" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=6259" - } - }, - "parent_station": { - "data": null - }, - "zone": { + "route": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "66721", - "links": { - "self": "/stops/66721" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=66721" + "id": "411", + "type": "route" } }, - "parent_station": { - "data": null - }, - "zone": { + "route_pattern": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "4486", - "links": { - "self": "/stops/4486" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=4486" + "id": "411-9-1", + "type": "route_pattern" } }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Salem Depot", - "Wonderland or Haymarket Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Salem Depot - Wonderland or Haymarket Station", - "short_name": "450", - "sort_order": 54500, - "text_color": "000000", - "type": 3 - }, - "id": "450", - "links": { - "self": "/routes/450" - }, - "relationships": { - "line": { + "service": { "data": { - "id": "line-424450456", - "type": "line" - } - } - }, - "type": "route" - }, - { - "attributes": {}, - "id": "NB-0064-S", - "links": { - "self": "/stops/NB-0064-S" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=NB-0064-S" + "id": "WinterWeekday", + "type": "service" } }, - "parent_station": { + "shape": { "data": { - "id": "place-NB-0064", - "type": "stop" + "id": "4110166", + "type": "shape" } }, - "zone": { - "data": { - "id": "CR-zone-1", - "type": "zone" - } + "stops": { + "data": [ + { + "id": "4761", + "type": "stop" + }, + { + "id": "44762", + "type": "stop" + }, + { + "id": "5699", + "type": "stop" + }, + { + "id": "15799", + "type": "stop" + }, + { + "id": "15782", + "type": "stop" + }, + { + "id": "5783", + "type": "stop" + }, + { + "id": "5784", + "type": "stop" + }, + { + "id": "4733", + "type": "stop" + }, + { + "id": "5786", + "type": "stop" + }, + { + "id": "15787", + "type": "stop" + }, + { + "id": "5788", + "type": "stop" + }, + { + "id": "57641", + "type": "stop" + }, + { + "id": "5765", + "type": "stop" + }, + { + "id": "35765", + "type": "stop" + }, + { + "id": "6250", + "type": "stop" + }, + { + "id": "6251", + "type": "stop" + }, + { + "id": "6252", + "type": "stop" + }, + { + "id": "6253", + "type": "stop" + }, + { + "id": "6254", + "type": "stop" + }, + { + "id": "6255", + "type": "stop" + }, + { + "id": "6256", + "type": "stop" + }, + { + "id": "6257", + "type": "stop" + }, + { + "id": "6258", + "type": "stop" + }, + { + "id": "6259", + "type": "stop" + }, + { + "id": "6260", + "type": "stop" + }, + { + "id": "6262", + "type": "stop" + }, + { + "id": "7414", + "type": "stop" + }, + { + "id": "45534", + "type": "stop" + }, + { + "id": "6267", + "type": "stop" + }, + { + "id": "7415", + "type": "stop" + }, + { + "id": "7417", + "type": "stop" + }, + { + "id": "7418", + "type": "stop" + }, + { + "id": "7419", + "type": "stop" + }, + { + "id": "46267", + "type": "stop" + }, + { + "id": "46268", + "type": "stop" + }, + { + "id": "8336", + "type": "stop" + }, + { + "id": "8338", + "type": "stop" + }, + { + "id": "18338", + "type": "stop" + }, + { + "id": "17463", + "type": "stop" + }, + { + "id": "8576", + "type": "stop" + }, + { + "id": "8577", + "type": "stop" + }, + { + "id": "7536", + "type": "stop" + }, + { + "id": "7537", + "type": "stop" + }, + { + "id": "7539", + "type": "stop" + }, + { + "id": "7540", + "type": "stop" + }, + { + "id": "9021", + "type": "stop" + }, + { + "id": "9023", + "type": "stop" + }, + { + "id": "9024", + "type": "stop" + }, + { + "id": "9025", + "type": "stop" + }, + { + "id": "9026", + "type": "stop" + }, + { + "id": "5440", + "type": "stop" + }, + { + "id": "5441", + "type": "stop" + }, + { + "id": "5442", + "type": "stop" + }, + { + "id": "5443", + "type": "stop" + }, + { + "id": "5444", + "type": "stop" + }, + { + "id": "5445", + "type": "stop" + }, + { + "id": "15431", + "type": "stop" + }, + { + "id": "53270", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "3058", + "id": "32501", "links": { - "self": "/stops/3058" + "self": "/stops/32501" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3058" + "related": "/facilities/?filter[stop]=32501" } }, "parent_station": { @@ -347780,159 +349907,216 @@ "type": "stop" }, { - "attributes": {}, - "id": "66761", - "links": { - "self": "/stops/66761" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=66761" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } + "attributes": { + "direction_id": 0, + "headsign": "Woodland Rd" }, - "type": "stop" - }, - { - "attributes": {}, - "id": "5217", + "id": "66959826", "links": { - "self": "/stops/5217" + "self": "/trips/66959826" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=5217" - } - }, - "parent_station": { - "data": null - }, - "zone": { + "route": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "5833", - "links": { - "self": "/stops/5833" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=5833" + "id": "99", + "type": "route" } }, - "parent_station": { - "data": null - }, - "zone": { + "route_pattern": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "6278", - "links": { - "self": "/stops/6278" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=6278" + "id": "99-7-0", + "type": "route_pattern" } }, - "parent_station": { - "data": null - }, - "zone": { + "service": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "4527", - "links": { - "self": "/stops/4527" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=4527" + "id": "WinterWeekday", + "type": "service" } }, - "parent_station": { - "data": null - }, - "zone": { + "shape": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "8185", - "links": { - "self": "/stops/8185" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=8185" + "id": "990171", + "type": "shape" } }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } + "stops": { + "data": [ + { + "id": "52712", + "type": "stop" + }, + { + "id": "5563", + "type": "stop" + }, + { + "id": "5405", + "type": "stop" + }, + { + "id": "5406", + "type": "stop" + }, + { + "id": "45406", + "type": "stop" + }, + { + "id": "5408", + "type": "stop" + }, + { + "id": "5409", + "type": "stop" + }, + { + "id": "5410", + "type": "stop" + }, + { + "id": "5411", + "type": "stop" + }, + { + "id": "5412", + "type": "stop" + }, + { + "id": "5413", + "type": "stop" + }, + { + "id": "5451", + "type": "stop" + }, + { + "id": "5452", + "type": "stop" + }, + { + "id": "5453", + "type": "stop" + }, + { + "id": "5454", + "type": "stop" + }, + { + "id": "5366", + "type": "stop" + }, + { + "id": "5342", + "type": "stop" + }, + { + "id": "9215", + "type": "stop" + }, + { + "id": "19215", + "type": "stop" + }, + { + "id": "5369", + "type": "stop" + }, + { + "id": "5072", + "type": "stop" + }, + { + "id": "5074", + "type": "stop" + }, + { + "id": "5075", + "type": "stop" + }, + { + "id": "5076", + "type": "stop" + }, + { + "id": "5077", + "type": "stop" + }, + { + "id": "5078", + "type": "stop" + }, + { + "id": "5079", + "type": "stop" + }, + { + "id": "45079", + "type": "stop" + }, + { + "id": "5080", + "type": "stop" + }, + { + "id": "45080", + "type": "stop" + }, + { + "id": "5081", + "type": "stop" + }, + { + "id": "5083", + "type": "stop" + }, + { + "id": "5084", + "type": "stop" + }, + { + "id": "5085", + "type": "stop" + }, + { + "id": "5086", + "type": "stop" + }, + { + "id": "5087", + "type": "stop" + }, + { + "id": "5088", + "type": "stop" + }, + { + "id": "50881", + "type": "stop" + }, + { + "id": "25059", + "type": "stop" + }, + { + "id": "15058", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "2334", + "id": "6431", "links": { - "self": "/stops/2334" + "self": "/stops/6431" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2334" + "related": "/facilities/?filter[stop]=6431" } }, "parent_station": { @@ -347949,14 +350133,14 @@ }, { "attributes": {}, - "id": "6567", + "id": "82618", "links": { - "self": "/stops/6567" + "self": "/stops/82618" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6567" + "related": "/facilities/?filter[stop]=82618" } }, "parent_station": { @@ -347973,14 +350157,14 @@ }, { "attributes": {}, - "id": "1470", + "id": "15982", "links": { - "self": "/stops/1470" + "self": "/stops/15982" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1470" + "related": "/facilities/?filter[stop]=15982" } }, "parent_station": { @@ -347998,69 +350182,69 @@ { "attributes": { "direction_id": 0, - "headsign": "Cleveland Circle (Shuttle)" + "headsign": "Bowdoin" }, - "id": "ClevelandCircleCoolidgeCorner-0-sample", + "id": "67271115", "links": { - "self": "/trips/ClevelandCircleCoolidgeCorner-0-sample" + "self": "/trips/67271115" }, "relationships": { "route": { "data": { - "id": "Shuttle-ClevelandCircleCoolidgeCorner", + "id": "Blue", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-ClevelandCircleCoolidgeCorner-0-0", + "id": "Blue-8-0", "type": "route_pattern" } }, "service": { "data": { - "id": "canonical", + "id": "RTL12025-hmb15011-Weekday-01", "type": "service" } }, "shape": { "data": { - "id": "CoolidgeCornerToClevelandCircle-S", + "id": "948_0005", "type": "shape" } }, "stops": { "data": [ { - "id": "9070219", + "id": "70051", "type": "stop" }, { - "id": "9070223", + "id": "70049", "type": "stop" }, { - "id": "9070227", + "id": "70047", "type": "stop" }, { - "id": "9070229", + "id": "70045", "type": "stop" }, { - "id": "9070231", + "id": "70043", "type": "stop" }, { - "id": "9070233", + "id": "70041", "type": "stop" }, { - "id": "9070235", + "id": "70039", "type": "stop" }, { - "id": "9070238", + "id": "70838", "type": "stop" } ] @@ -348070,14 +350254,14 @@ }, { "attributes": {}, - "id": "2909", + "id": "1058", "links": { - "self": "/stops/2909" + "self": "/stops/1058" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2909" + "related": "/facilities/?filter[stop]=1058" } }, "parent_station": { @@ -348094,14 +350278,14 @@ }, { "attributes": {}, - "id": "2189", + "id": "7503", "links": { - "self": "/stops/2189" + "self": "/stops/7503" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2189" + "related": "/facilities/?filter[stop]=7503" } }, "parent_station": { @@ -348116,30 +350300,16 @@ }, "type": "stop" }, - { - "attributes": { - "color": "FFC72C", - "long_name": "Wellington - Wood Island", - "short_name": "112", - "sort_order": 51120, - "text_color": "000000" - }, - "id": "line-112", - "links": { - "self": "/lines/line-112" - }, - "type": "line" - }, { "attributes": {}, - "id": "974", + "id": "24791", "links": { - "self": "/stops/974" + "self": "/stops/24791" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=974" + "related": "/facilities/?filter[stop]=24791" } }, "parent_station": { @@ -348156,14 +350326,14 @@ }, { "attributes": {}, - "id": "2742", + "id": "2003", "links": { - "self": "/stops/2742" + "self": "/stops/2003" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2742" + "related": "/facilities/?filter[stop]=2003" } }, "parent_station": { @@ -348180,14 +350350,14 @@ }, { "attributes": {}, - "id": "635", + "id": "2832", "links": { - "self": "/stops/635" + "self": "/stops/2832" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=635" + "related": "/facilities/?filter[stop]=2832" } }, "parent_station": { @@ -348204,22 +350374,25 @@ }, { "attributes": {}, - "id": "2036", + "id": "70058", "links": { - "self": "/stops/2036" + "self": "/stops/70058" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2036" + "related": "/facilities/?filter[stop]=70058" } }, "parent_station": { - "data": null + "data": { + "id": "place-rbmnl", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -348228,25 +350401,22 @@ }, { "attributes": {}, - "id": "70248", + "id": "5045", "links": { - "self": "/stops/70248" + "self": "/stops/5045" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70248" + "related": "/facilities/?filter[stop]=5045" } }, "parent_station": { - "data": { - "id": "place-lngmd", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } @@ -348255,14 +350425,14 @@ }, { "attributes": {}, - "id": "3618", + "id": "11613", "links": { - "self": "/stops/3618" + "self": "/stops/11613" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3618" + "related": "/facilities/?filter[stop]=11613" } }, "parent_station": { @@ -348279,14 +350449,14 @@ }, { "attributes": {}, - "id": "4075", + "id": "11799", "links": { - "self": "/stops/4075" + "self": "/stops/11799" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4075" + "related": "/facilities/?filter[stop]=11799" } }, "parent_station": { @@ -348303,38 +350473,227 @@ }, { "attributes": {}, - "id": "138", + "id": "WML-0252-B", "links": { - "self": "/stops/138" + "self": "/stops/WML-0252-B" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=138" + "related": "/facilities/?filter[stop]=WML-0252-B" } }, "parent_station": { - "data": null + "data": { + "id": "place-WML-0252", + "type": "stop" + } }, "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "direction_id": 0, + "headsign": "Waltham Highlands" + }, + "id": "66645939", + "links": { + "self": "/trips/66645939" + }, + "relationships": { + "route": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "556", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "556-6-0", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "WinterWeekday", + "type": "service" + } + }, + "shape": { + "data": { + "id": "5560068", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "903", + "type": "stop" + }, + { + "id": "7640", + "type": "stop" + }, + { + "id": "7641", + "type": "stop" + }, + { + "id": "7642", + "type": "stop" + }, + { + "id": "7643", + "type": "stop" + }, + { + "id": "7644", + "type": "stop" + }, + { + "id": "8167", + "type": "stop" + }, + { + "id": "8168", + "type": "stop" + }, + { + "id": "81681", + "type": "stop" + }, + { + "id": "81682", + "type": "stop" + }, + { + "id": "81683", + "type": "stop" + }, + { + "id": "81685", + "type": "stop" + }, + { + "id": "81686", + "type": "stop" + }, + { + "id": "81687", + "type": "stop" + }, + { + "id": "81688", + "type": "stop" + }, + { + "id": "7752", + "type": "stop" + }, + { + "id": "77521", + "type": "stop" + }, + { + "id": "7753", + "type": "stop" + }, + { + "id": "7754", + "type": "stop" + }, + { + "id": "77541", + "type": "stop" + }, + { + "id": "7755", + "type": "stop" + }, + { + "id": "77551", + "type": "stop" + }, + { + "id": "7845", + "type": "stop" + }, + { + "id": "7846", + "type": "stop" + }, + { + "id": "17846", + "type": "stop" + }, + { + "id": "76597", + "type": "stop" + }, + { + "id": "86971", + "type": "stop" + }, + { + "id": "86944", + "type": "stop" + }, + { + "id": "869451", + "type": "stop" + }, + { + "id": "7859", + "type": "stop" + }, + { + "id": "7861", + "type": "stop" + }, + { + "id": "7862", + "type": "stop" + }, + { + "id": "7864", + "type": "stop" + }, + { + "id": "7721", + "type": "stop" + }, + { + "id": "7722", + "type": "stop" + }, + { + "id": "7723", + "type": "stop" + }, + { + "id": "7724", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "1723", + "id": "1766", "links": { - "self": "/stops/1723" + "self": "/stops/1766" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1723" + "related": "/facilities/?filter[stop]=1766" } }, "parent_station": { @@ -348351,22 +350710,25 @@ }, { "attributes": {}, - "id": "6277", + "id": "NB-0127-S", "links": { - "self": "/stops/6277" + "self": "/stops/NB-0127-S" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6277" + "related": "/facilities/?filter[stop]=NB-0127-S" } }, "parent_station": { - "data": null + "data": { + "id": "place-NB-0127", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "CR-zone-2", "type": "zone" } } @@ -348375,14 +350737,14 @@ }, { "attributes": {}, - "id": "8529", + "id": "4820", "links": { - "self": "/stops/8529" + "self": "/stops/4820" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8529" + "related": "/facilities/?filter[stop]=4820" } }, "parent_station": { @@ -348399,22 +350761,25 @@ }, { "attributes": {}, - "id": "3599", + "id": "FR-0394-02", "links": { - "self": "/stops/3599" + "self": "/stops/FR-0394-02" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3599" + "related": "/facilities/?filter[stop]=FR-0394-02" } }, "parent_station": { - "data": null + "data": { + "id": "place-FR-0394", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "CR-zone-8", "type": "zone" } } @@ -348423,14 +350788,14 @@ }, { "attributes": {}, - "id": "9227", + "id": "3598", "links": { - "self": "/stops/9227" + "self": "/stops/3598" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9227" + "related": "/facilities/?filter[stop]=3598" } }, "parent_station": { @@ -348446,46 +350811,39 @@ "type": "stop" }, { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Fields Corner Station", - "Andrew Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Fields Corner Station - Andrew Station", - "short_name": "17", - "sort_order": 50170, - "text_color": "000000", - "type": 3 - }, - "id": "17", + "attributes": {}, + "id": "12838", "links": { - "self": "/routes/17" + "self": "/stops/12838" }, "relationships": { - "line": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=12838" + } + }, + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "line-1719", - "type": "line" + "id": "LocalBus", + "type": "zone" } } }, - "type": "route" + "type": "stop" }, { "attributes": {}, - "id": "4227", + "id": "1239", "links": { - "self": "/stops/4227" + "self": "/stops/1239" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4227" + "related": "/facilities/?filter[stop]=1239" } }, "parent_station": { @@ -348502,14 +350860,14 @@ }, { "attributes": {}, - "id": "7128", + "id": "267", "links": { - "self": "/stops/7128" + "self": "/stops/267" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7128" + "related": "/facilities/?filter[stop]=267" } }, "parent_station": { @@ -348526,14 +350884,14 @@ }, { "attributes": {}, - "id": "3117", + "id": "5382", "links": { - "self": "/stops/3117" + "self": "/stops/5382" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3117" + "related": "/facilities/?filter[stop]=5382" } }, "parent_station": { @@ -348550,14 +350908,14 @@ }, { "attributes": {}, - "id": "15492", + "id": "11802", "links": { - "self": "/stops/15492" + "self": "/stops/11802" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=15492" + "related": "/facilities/?filter[stop]=11802" } }, "parent_station": { @@ -348574,14 +350932,14 @@ }, { "attributes": {}, - "id": "2807", + "id": "3227", "links": { - "self": "/stops/2807" + "self": "/stops/3227" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2807" + "related": "/facilities/?filter[stop]=3227" } }, "parent_station": { @@ -348598,14 +350956,14 @@ }, { "attributes": {}, - "id": "378", + "id": "7437", "links": { - "self": "/stops/378" + "self": "/stops/7437" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=378" + "related": "/facilities/?filter[stop]=7437" } }, "parent_station": { @@ -348622,14 +350980,14 @@ }, { "attributes": {}, - "id": "886", + "id": "3888", "links": { - "self": "/stops/886" + "self": "/stops/3888" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=886" + "related": "/facilities/?filter[stop]=3888" } }, "parent_station": { @@ -348646,14 +351004,14 @@ }, { "attributes": {}, - "id": "3230", + "id": "7170", "links": { - "self": "/stops/3230" + "self": "/stops/7170" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3230" + "related": "/facilities/?filter[stop]=7170" } }, "parent_station": { @@ -348669,64 +351027,39 @@ "type": "stop" }, { - "attributes": { - "direction_id": 1, - "headsign": "Framingham (Shuttle)" - }, - "id": "AshlandClosedFraminghamShuttle-1-sample", + "attributes": {}, + "id": "35619", "links": { - "self": "/trips/AshlandClosedFraminghamShuttle-1-sample" + "self": "/stops/35619" }, "relationships": { - "route": { - "data": { - "id": "Shuttle-AshlandFramingham", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Shuttle-AshlandFramingham-0-1", - "type": "route_pattern" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=35619" } }, - "service": { - "data": { - "id": "canonical", - "type": "service" - } + "parent_station": { + "data": null }, - "shape": { + "zone": { "data": { - "id": "AshlandToFramingham-S", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "WML-0252-B", - "type": "stop" - }, - { - "id": "WML-0214-B", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "5925", + "id": "25989", "links": { - "self": "/stops/5925" + "self": "/stops/25989" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5925" + "related": "/facilities/?filter[stop]=25989" } }, "parent_station": { @@ -348743,102 +351076,78 @@ }, { "attributes": { - "direction_id": 0, - "headsign": "Forge Park/495" + "direction_id": 1, + "headsign": "South Station" }, - "id": "canonical-CR-Franklin-C1-0", + "id": "BaseWML-697712-592", "links": { - "self": "/trips/canonical-CR-Franklin-C1-0" + "self": "/trips/BaseWML-697712-592" }, "relationships": { "route": { "data": { - "id": "CR-Franklin", + "id": "CR-Worcester", "type": "route" } }, "route_pattern": { "data": { - "id": "CR-Franklin-C1-0", + "id": "CR-Worcester-8e925022-1", "type": "route_pattern" } }, "service": { "data": { - "id": "canonical", + "id": "FALL 2024-SOUTHWKD-Weekday-42-Sb0e4ed14", "type": "service" } }, "shape": { "data": { - "id": "canonical-9880006", + "id": "9850001", "type": "shape" } }, "stops": { "data": [ { - "id": "NEC-2287", - "type": "stop" - }, - { - "id": "NEC-2276", - "type": "stop" - }, - { - "id": "NEC-2265", - "type": "stop" - }, - { - "id": "NEC-2237-03", - "type": "stop" - }, - { - "id": "NEC-2203-03", - "type": "stop" - }, - { - "id": "FB-0095-05", - "type": "stop" - }, - { - "id": "FB-0109-01", + "id": "WML-0214-01", "type": "stop" }, { - "id": "FB-0118-01", + "id": "WML-0199-01", "type": "stop" }, { - "id": "FB-0125-01", + "id": "WML-0177-01", "type": "stop" }, { - "id": "FB-0143-01", + "id": "WML-0147-01", "type": "stop" }, { - "id": "FB-0148-01", + "id": "WML-0135-01", "type": "stop" }, { - "id": "FB-0166-S", + "id": "WML-0125-01", "type": "stop" }, { - "id": "FB-0191-S", + "id": "WML-0035-02", "type": "stop" }, { - "id": "FB-0230-S", + "id": "WML-0025-05", "type": "stop" }, { - "id": "FB-0275-S", + "id": "WML-0012-05", "type": "stop" }, { - "id": "FB-0303-S", + "id": "NEC-2287", "type": "stop" } ] @@ -348848,14 +351157,14 @@ }, { "attributes": {}, - "id": "2258", + "id": "9406", "links": { - "self": "/stops/2258" + "self": "/stops/9406" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2258" + "related": "/facilities/?filter[stop]=9406" } }, "parent_station": { @@ -348872,14 +351181,14 @@ }, { "attributes": {}, - "id": "2591", + "id": "91618", "links": { - "self": "/stops/2591" + "self": "/stops/91618" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2591" + "related": "/facilities/?filter[stop]=91618" } }, "parent_station": { @@ -348894,65 +351203,16 @@ }, "type": "stop" }, - { - "attributes": { - "direction_id": 1, - "headsign": "Salem (Express shuttle)" - }, - "id": "NewburyportSalemExpressBeverly-1-sample", - "links": { - "self": "/trips/NewburyportSalemExpressBeverly-1-sample" - }, - "relationships": { - "route": { - "data": { - "id": "Shuttle-NewburyportSalemExpress", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Shuttle-NewburyportSalemExpress-0-1", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "canonical", - "type": "service" - } - }, - "shape": { - "data": { - "id": "NewburyportToSalemExpress-S", - "type": "shape" - } - }, - "stops": { - "data": [ - { - "id": "ER-0362-B", - "type": "stop" - }, - { - "id": "ER-0168-B", - "type": "stop" - } - ] - } - }, - "type": "trip" - }, { "attributes": {}, - "id": "109872", + "id": "50916", "links": { - "self": "/stops/109872" + "self": "/stops/50916" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=109872" + "related": "/facilities/?filter[stop]=50916" } }, "parent_station": { @@ -348967,342 +351227,16 @@ }, "type": "stop" }, - { - "attributes": { - "direction_id": 1, - "headsign": "South Station" - }, - "id": "CR-670282-824", - "links": { - "self": "/trips/CR-670282-824" - }, - "relationships": { - "route": { - "data": { - "id": "CR-Providence", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "CR-Providence-30afc537-1", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "SPRING2024-SOUTHWKD-Weekday-1-Scbbf1ea5", - "type": "service" - } - }, - "shape": { - "data": { - "id": "9890008", - "type": "shape" - } - }, - "stops": { - "data": [ - { - "id": "NEC-1851-03", - "type": "stop" - }, - { - "id": "NEC-1891-02", - "type": "stop" - }, - { - "id": "NEC-1969-04", - "type": "stop" - }, - { - "id": "NEC-2040-02", - "type": "stop" - }, - { - "id": "NEC-2108-02", - "type": "stop" - }, - { - "id": "NEC-2173-02", - "type": "stop" - }, - { - "id": "NEC-2265-02", - "type": "stop" - }, - { - "id": "NEC-2276-02", - "type": "stop" - }, - { - "id": "NEC-2287", - "type": "stop" - } - ] - } - }, - "type": "trip" - }, - { - "attributes": { - "direction_id": 0, - "headsign": "Needham Junction via Needham St" - }, - "id": "61393918", - "links": { - "self": "/trips/61393918" - }, - "relationships": { - "route": { - "data": { - "id": "59", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "59-2-0", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "SpringWeekday", - "type": "service" - } - }, - "shape": { - "data": { - "id": "590092", - "type": "shape" - } - }, - "stops": { - "data": [ - { - "id": "8178", - "type": "stop" - }, - { - "id": "8180", - "type": "stop" - }, - { - "id": "8181", - "type": "stop" - }, - { - "id": "8182", - "type": "stop" - }, - { - "id": "8183", - "type": "stop" - }, - { - "id": "8185", - "type": "stop" - }, - { - "id": "8186", - "type": "stop" - }, - { - "id": "8187", - "type": "stop" - }, - { - "id": "8188", - "type": "stop" - }, - { - "id": "8285", - "type": "stop" - }, - { - "id": "8189", - "type": "stop" - }, - { - "id": "82851", - "type": "stop" - }, - { - "id": "82853", - "type": "stop" - }, - { - "id": "8192", - "type": "stop" - }, - { - "id": "8193", - "type": "stop" - }, - { - "id": "8194", - "type": "stop" - }, - { - "id": "8195", - "type": "stop" - }, - { - "id": "8196", - "type": "stop" - }, - { - "id": "8197", - "type": "stop" - }, - { - "id": "8198", - "type": "stop" - }, - { - "id": "8199", - "type": "stop" - }, - { - "id": "8200", - "type": "stop" - }, - { - "id": "82011", - "type": "stop" - }, - { - "id": "8202", - "type": "stop" - }, - { - "id": "8203", - "type": "stop" - }, - { - "id": "85284", - "type": "stop" - }, - { - "id": "82030", - "type": "stop" - }, - { - "id": "82039", - "type": "stop" - }, - { - "id": "82031", - "type": "stop" - }, - { - "id": "82032", - "type": "stop" - }, - { - "id": "83032", - "type": "stop" - }, - { - "id": "82033", - "type": "stop" - }, - { - "id": "82034", - "type": "stop" - }, - { - "id": "82131", - "type": "stop" - }, - { - "id": "82132", - "type": "stop" - }, - { - "id": "82133", - "type": "stop" - }, - { - "id": "82134", - "type": "stop" - }, - { - "id": "82135", - "type": "stop" - }, - { - "id": "82130", - "type": "stop" - }, - { - "id": "82136", - "type": "stop" - }, - { - "id": "18144", - "type": "stop" - }, - { - "id": "82137", - "type": "stop" - }, - { - "id": "82138", - "type": "stop" - }, - { - "id": "82139", - "type": "stop" - }, - { - "id": "82140", - "type": "stop" - }, - { - "id": "31852", - "type": "stop" - }, - { - "id": "41852", - "type": "stop" - }, - { - "id": "51852", - "type": "stop" - }, - { - "id": "61852", - "type": "stop" - }, - { - "id": "71852", - "type": "stop" - }, - { - "id": "81852", - "type": "stop" - }, - { - "id": "91852", - "type": "stop" - } - ] - } - }, - "type": "trip" - }, { "attributes": {}, - "id": "5003", + "id": "5335", "links": { - "self": "/stops/5003" + "self": "/stops/5335" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5003" + "related": "/facilities/?filter[stop]=5335" } }, "parent_station": { @@ -349319,14 +351253,14 @@ }, { "attributes": {}, - "id": "2577", + "id": "3782", "links": { - "self": "/stops/2577" + "self": "/stops/3782" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2577" + "related": "/facilities/?filter[stop]=3782" } }, "parent_station": { @@ -349343,14 +351277,14 @@ }, { "attributes": {}, - "id": "3255", + "id": "8946", "links": { - "self": "/stops/3255" + "self": "/stops/8946" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3255" + "related": "/facilities/?filter[stop]=8946" } }, "parent_station": { @@ -349367,14 +351301,14 @@ }, { "attributes": {}, - "id": "25992", + "id": "3126", "links": { - "self": "/stops/25992" + "self": "/stops/3126" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=25992" + "related": "/facilities/?filter[stop]=3126" } }, "parent_station": { @@ -349391,19 +351325,19 @@ }, { "attributes": {}, - "id": "70178", + "id": "70265", "links": { - "self": "/stops/70178" + "self": "/stops/70265" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70178" + "related": "/facilities/?filter[stop]=70265" } }, "parent_station": { "data": { - "id": "place-brkhl", + "id": "place-butlr", "type": "stop" } }, @@ -349418,14 +351352,14 @@ }, { "attributes": {}, - "id": "1293", + "id": "341", "links": { - "self": "/stops/1293" + "self": "/stops/341" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1293" + "related": "/facilities/?filter[stop]=341" } }, "parent_station": { @@ -349442,14 +351376,14 @@ }, { "attributes": {}, - "id": "4562", + "id": "66459", "links": { - "self": "/stops/4562" + "self": "/stops/66459" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4562" + "related": "/facilities/?filter[stop]=66459" } }, "parent_station": { @@ -349464,47 +351398,16 @@ }, "type": "stop" }, - { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Forest Hills Station", - "Nubian Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Forest Hills Station - Nubian Station", - "short_name": "42", - "sort_order": 50420, - "text_color": "000000", - "type": 3 - }, - "id": "42", - "links": { - "self": "/routes/42" - }, - "relationships": { - "line": { - "data": { - "id": "line-42", - "type": "line" - } - } - }, - "type": "route" - }, { "attributes": {}, - "id": "19208", + "id": "9031", "links": { - "self": "/stops/19208" + "self": "/stops/9031" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=19208" + "related": "/facilities/?filter[stop]=9031" } }, "parent_station": { @@ -349522,77 +351425,93 @@ { "attributes": { "direction_id": 0, - "headsign": "Greenbush" + "headsign": "Pemberton Point Hull" }, - "id": "canonical-CR-Greenbush-C1-0", + "id": "67331892", "links": { - "self": "/trips/canonical-CR-Greenbush-C1-0" + "self": "/trips/67331892" }, "relationships": { "route": { "data": { - "id": "CR-Greenbush", + "id": "714", "type": "route" } }, "route_pattern": { "data": { - "id": "CR-Greenbush-6d652c57-0", + "id": "714-_-0", "type": "route_pattern" } }, "service": { "data": { - "id": "canonical", + "id": "PRIV12025-hpj44011-Weekday-01", "type": "service" } }, "shape": { "data": { - "id": "canonical-9900002", + "id": "7140012", "type": "shape" } }, "stops": { "data": [ { - "id": "NEC-2287", + "id": "3582", "type": "stop" }, { - "id": "MM-0023-S", + "id": "111258", "type": "stop" }, { - "id": "MM-0079-S", + "id": "111823", "type": "stop" }, { - "id": "GRB-0118-S", + "id": "111828", "type": "stop" }, { - "id": "GRB-0146-S", + "id": "111830", "type": "stop" }, { - "id": "GRB-0162-S", + "id": "114878", "type": "stop" }, { - "id": "GRB-0183-S", + "id": "111844", "type": "stop" }, { - "id": "GRB-0199-S", + "id": "111848", "type": "stop" }, { - "id": "GRB-0233-S", + "id": "111855", "type": "stop" }, { - "id": "GRB-0276-S", + "id": "111864", + "type": "stop" + }, + { + "id": "111881", + "type": "stop" + }, + { + "id": "111895", + "type": "stop" + }, + { + "id": "111907", + "type": "stop" + }, + { + "id": "111146", "type": "stop" } ] @@ -349602,14 +351521,14 @@ }, { "attributes": {}, - "id": "6285", + "id": "7861", "links": { - "self": "/stops/6285" + "self": "/stops/7861" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6285" + "related": "/facilities/?filter[stop]=7861" } }, "parent_station": { @@ -349626,14 +351545,14 @@ }, { "attributes": {}, - "id": "8235", + "id": "45834", "links": { - "self": "/stops/8235" + "self": "/stops/45834" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8235" + "related": "/facilities/?filter[stop]=45834" } }, "parent_station": { @@ -349650,14 +351569,14 @@ }, { "attributes": {}, - "id": "2622", + "id": "14618", "links": { - "self": "/stops/2622" + "self": "/stops/14618" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2622" + "related": "/facilities/?filter[stop]=14618" } }, "parent_station": { @@ -349674,14 +351593,14 @@ }, { "attributes": {}, - "id": "2124", + "id": "7409", "links": { - "self": "/stops/2124" + "self": "/stops/7409" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2124" + "related": "/facilities/?filter[stop]=7409" } }, "parent_station": { @@ -349698,23 +351617,23 @@ }, { "attributes": { - "direction_id": 0, - "headsign": "Forest Hills (Shuttle)" + "direction_id": 1, + "headsign": "Braintree (Shuttle)" }, - "id": "ForestHillsJacksonSquare-0-sample", + "id": "BraintreeSouthWeymouth-1-sample", "links": { - "self": "/trips/ForestHillsJacksonSquare-0-sample" + "self": "/trips/BraintreeSouthWeymouth-1-sample" }, "relationships": { "route": { "data": { - "id": "Shuttle-ForestHillsJackson", + "id": "Shuttle-BraintreeSouthWeymouth", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-ForestHillsJackson-0-0", + "id": "Shuttle-BraintreeSouthWeymouth-0-1", "type": "route_pattern" } }, @@ -349726,26 +351645,18 @@ }, "shape": { "data": { - "id": "JacksonSquareToForestHills-S", + "id": "SouthWeymouthToBraintree-S", "type": "shape" } }, "stops": { "data": [ { - "id": "9070007", - "type": "stop" - }, - { - "id": "9070004", - "type": "stop" - }, - { - "id": "9070002", + "id": "South Weymouth-S", "type": "stop" }, { - "id": "875", + "id": "38671", "type": "stop" } ] @@ -349755,38 +351666,14 @@ }, { "attributes": {}, - "id": "4739", - "links": { - "self": "/stops/4739" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=4739" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "3900", + "id": "2823", "links": { - "self": "/stops/3900" + "self": "/stops/2823" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3900" + "related": "/facilities/?filter[stop]=2823" } }, "parent_station": { @@ -349803,41 +351690,14 @@ }, { "attributes": {}, - "id": "70180", - "links": { - "self": "/stops/70180" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=70180" - } - }, - "parent_station": { - "data": { - "id": "place-bvmnl", - "type": "stop" - } - }, - "zone": { - "data": { - "id": "RapidTransit", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "1111", + "id": "6307", "links": { - "self": "/stops/1111" + "self": "/stops/6307" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1111" + "related": "/facilities/?filter[stop]=6307" } }, "parent_station": { @@ -349855,161 +351715,194 @@ { "attributes": { "direction_id": 1, - "headsign": "Kendall/MIT" + "headsign": "Kenmore" }, - "id": "61849562", + "id": "66646483", "links": { - "self": "/trips/61849562" + "self": "/trips/66646483" }, "relationships": { "route": { "data": { - "id": "64", + "id": "57", "type": "route" } }, "route_pattern": { "data": { - "id": "64-6-1", + "id": "57-4-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "640171", + "id": "570272", "type": "shape" } }, "stops": { "data": [ { - "id": "1214", - "type": "stop" - }, - { - "id": "1094", - "type": "stop" - }, - { - "id": "1100", + "id": "922", "type": "stop" }, { - "id": "1102", + "id": "924", "type": "stop" }, { - "id": "1103", + "id": "925", "type": "stop" }, { - "id": "1104", + "id": "926", "type": "stop" }, { - "id": "1105", + "id": "927", "type": "stop" }, { - "id": "1040", + "id": "928", "type": "stop" }, { - "id": "11070", + "id": "931", "type": "stop" }, { - "id": "11071", + "id": "933", "type": "stop" }, { - "id": "1109", + "id": "934", "type": "stop" }, { - "id": "1110", + "id": "937", "type": "stop" }, { - "id": "1111", + "id": "938", "type": "stop" }, { - "id": "1112", + "id": "939", "type": "stop" }, { - "id": "1114", + "id": "941", "type": "stop" }, { - "id": "1115", + "id": "899", "type": "stop" - }, + } + ] + } + }, + "type": "trip" + }, + { + "attributes": { + "direction_id": 1, + "headsign": "Otis & Summer" + }, + "id": "66651187", + "links": { + "self": "/trips/66651187" + }, + "relationships": { + "route": { + "data": { + "id": "7", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "7-1-1", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "WinterWeekday", + "type": "service" + } + }, + "shape": { + "data": { + "id": "070169", + "type": "shape" + } + }, + "stops": { + "data": [ { - "id": "1116", + "id": "33", "type": "stop" }, { - "id": "1055", + "id": "10033", "type": "stop" }, { - "id": "1056", + "id": "34", "type": "stop" }, { - "id": "1057", + "id": "35", "type": "stop" }, { - "id": "1058", + "id": "895", "type": "stop" }, { - "id": "1059", + "id": "886", "type": "stop" }, { - "id": "2446", + "id": "884", "type": "stop" }, { - "id": "2447", + "id": "210", "type": "stop" }, { - "id": "24481", + "id": "212", "type": "stop" }, { - "id": "24482", + "id": "890", "type": "stop" }, { - "id": "24483", + "id": "89001", "type": "stop" }, { - "id": "24484", + "id": "891", "type": "stop" }, { - "id": "24485", + "id": "892", "type": "stop" }, { - "id": "2228", + "id": "6535", "type": "stop" }, { - "id": "2231", + "id": "16535", "type": "stop" } ] @@ -350019,38 +351912,101 @@ }, { "attributes": {}, - "id": "MM-0277-B0", + "id": "8647", "links": { - "self": "/stops/MM-0277-B0" + "self": "/stops/8647" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=MM-0277-B0" + "related": "/facilities/?filter[stop]=8647" } }, "parent_station": { - "data": { - "id": "place-MM-0277", - "type": "stop" - } + "data": null }, "zone": { - "data": null + "data": { + "id": "LocalBus", + "type": "zone" + } } }, "type": "stop" }, + { + "attributes": { + "direction_id": 1, + "headsign": "Oak Grove (Express shuttle)" + }, + "id": "NewburyportOakGroveExpress-1-sample", + "links": { + "self": "/trips/NewburyportOakGroveExpress-1-sample" + }, + "relationships": { + "route": { + "data": { + "id": "Shuttle-NewburyportOakGroveExpress", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "Shuttle-NewburyportOakGroveExpress-0-1", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "canonical", + "type": "service" + } + }, + "shape": { + "data": { + "id": "NewburyportToOakGroveExpress-S", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "ER-0362-B", + "type": "stop" + }, + { + "id": "9328", + "type": "stop" + } + ] + } + }, + "type": "trip" + }, + { + "attributes": { + "color": "FFC72C", + "long_name": "Linden Square - Harvard", + "short_name": "109", + "sort_order": 51090, + "text_color": "000000" + }, + "id": "line-109", + "links": { + "self": "/lines/line-109" + }, + "type": "line" + }, { "attributes": {}, - "id": "109849", + "id": "8671", "links": { - "self": "/stops/109849" + "self": "/stops/8671" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=109849" + "related": "/facilities/?filter[stop]=8671" } }, "parent_station": { @@ -350067,14 +352023,14 @@ }, { "attributes": {}, - "id": "6171", + "id": "5381", "links": { - "self": "/stops/6171" + "self": "/stops/5381" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6171" + "related": "/facilities/?filter[stop]=5381" } }, "parent_station": { @@ -350091,107 +352047,136 @@ }, { "attributes": { - "direction_id": 0, - "headsign": "Framingham" + "color": "FFC72C", + "direction_destinations": [ + "Government Center", + "Orient Heights" + ], + "direction_names": [ + "West", + "East" + ], + "long_name": "Orient Heights - Government Center (Express)", + "short_name": "Blue Line Shuttle", + "sort_order": 61949, + "text_color": "000000", + "type": 3 }, - "id": "CR-670167-583", + "id": "Shuttle-GovernmentCenterOrientHeightsExpress", "links": { - "self": "/trips/CR-670167-583" + "self": "/routes/Shuttle-GovernmentCenterOrientHeightsExpress" }, "relationships": { - "route": { + "agency": { "data": { - "id": "CR-Worcester", - "type": "route" + "id": "1", + "type": "agency" } }, - "route_pattern": { + "line": { "data": { - "id": "CR-Worcester-b65b9e75-0", - "type": "route_pattern" + "id": "line-Blue", + "type": "line" + } + } + }, + "type": "route" + }, + { + "attributes": {}, + "id": "15992", + "links": { + "self": "/stops/15992" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=15992" } }, - "service": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "SPRING2024-SOUTHWKD-Weekday-1-Sb0e4ed14", - "type": "service" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "7174", + "links": { + "self": "/stops/7174" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=7174" } }, - "shape": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "9850002", - "type": "shape" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Spring Hill", + "Kendall/MIT Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Spring Hill - Kendall/MIT Station", + "short_name": "85", + "sort_order": 50850, + "text_color": "000000", + "type": 3 + }, + "id": "85", + "links": { + "self": "/routes/85" + }, + "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" } }, - "stops": { - "data": [ - { - "id": "NEC-2287", - "type": "stop" - }, - { - "id": "WML-0012-07", - "type": "stop" - }, - { - "id": "WML-0025-07", - "type": "stop" - }, - { - "id": "WML-0035-01", - "type": "stop" - }, - { - "id": "WML-0081-02", - "type": "stop" - }, - { - "id": "WML-0091-02", - "type": "stop" - }, - { - "id": "WML-0102-02", - "type": "stop" - }, - { - "id": "WML-0125-01", - "type": "stop" - }, - { - "id": "WML-0135-01", - "type": "stop" - }, - { - "id": "WML-0147-01", - "type": "stop" - }, - { - "id": "WML-0177-01", - "type": "stop" - }, - { - "id": "WML-0199-01", - "type": "stop" - }, - { - "id": "WML-0214-01", - "type": "stop" - } - ] + "line": { + "data": { + "id": "line-85", + "type": "line" + } } }, - "type": "trip" + "type": "route" }, { "attributes": {}, - "id": "2192", + "id": "3194", "links": { - "self": "/stops/2192" + "self": "/stops/3194" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2192" + "related": "/facilities/?filter[stop]=3194" } }, "parent_station": { @@ -350208,14 +352193,14 @@ }, { "attributes": {}, - "id": "909", + "id": "1471", "links": { - "self": "/stops/909" + "self": "/stops/1471" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=909" + "related": "/facilities/?filter[stop]=1471" } }, "parent_station": { @@ -350232,14 +352217,14 @@ }, { "attributes": {}, - "id": "7163", + "id": "6108", "links": { - "self": "/stops/7163" + "self": "/stops/6108" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7163" + "related": "/facilities/?filter[stop]=6108" } }, "parent_station": { @@ -350256,14 +352241,14 @@ }, { "attributes": {}, - "id": "45331", + "id": "7186", "links": { - "self": "/stops/45331" + "self": "/stops/7186" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=45331" + "related": "/facilities/?filter[stop]=7186" } }, "parent_station": { @@ -350280,14 +352265,14 @@ }, { "attributes": {}, - "id": "638", + "id": "6623", "links": { - "self": "/stops/638" + "self": "/stops/6623" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=638" + "related": "/facilities/?filter[stop]=6623" } }, "parent_station": { @@ -350304,14 +352289,14 @@ }, { "attributes": {}, - "id": "8206", + "id": "13245", "links": { - "self": "/stops/8206" + "self": "/stops/13245" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8206" + "related": "/facilities/?filter[stop]=13245" } }, "parent_station": { @@ -350328,22 +352313,25 @@ }, { "attributes": {}, - "id": "4819", + "id": "74637", "links": { - "self": "/stops/4819" + "self": "/stops/74637" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4819" + "related": "/facilities/?filter[stop]=74637" } }, "parent_station": { - "data": null + "data": { + "id": "place-estav", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "SLWaterfrontNonLogan", "type": "zone" } } @@ -350352,14 +352340,14 @@ }, { "attributes": {}, - "id": "1527", + "id": "17102", "links": { - "self": "/stops/1527" + "self": "/stops/17102" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1527" + "related": "/facilities/?filter[stop]=17102" } }, "parent_station": { @@ -350376,14 +352364,14 @@ }, { "attributes": {}, - "id": "109825", + "id": "1317", "links": { - "self": "/stops/109825" + "self": "/stops/1317" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=109825" + "related": "/facilities/?filter[stop]=1317" } }, "parent_station": { @@ -350400,22 +352388,25 @@ }, { "attributes": {}, - "id": "7316", + "id": "FR-0098-01", "links": { - "self": "/stops/7316" + "self": "/stops/FR-0098-01" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7316" + "related": "/facilities/?filter[stop]=FR-0098-01" } }, "parent_station": { - "data": null + "data": { + "id": "place-FR-0098", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "CR-zone-2", "type": "zone" } } @@ -350424,14 +352415,14 @@ }, { "attributes": {}, - "id": "3096", + "id": "17391", "links": { - "self": "/stops/3096" + "self": "/stops/17391" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3096" + "related": "/facilities/?filter[stop]=17391" } }, "parent_station": { @@ -350448,14 +352439,14 @@ }, { "attributes": {}, - "id": "1884", + "id": "4029", "links": { - "self": "/stops/1884" + "self": "/stops/4029" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1884" + "related": "/facilities/?filter[stop]=4029" } }, "parent_station": { @@ -350471,29 +352462,39 @@ "type": "stop" }, { - "attributes": { - "color": "80276C", - "long_name": "Needham Line", - "short_name": "", - "sort_order": 20010, - "text_color": "FFFFFF" - }, - "id": "line-Needham", + "attributes": {}, + "id": "3998", "links": { - "self": "/lines/line-Needham" + "self": "/stops/3998" }, - "type": "line" + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=3998" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" }, { "attributes": {}, - "id": "1328", + "id": "415", "links": { - "self": "/stops/1328" + "self": "/stops/415" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1328" + "related": "/facilities/?filter[stop]=415" } }, "parent_station": { @@ -350510,14 +352511,14 @@ }, { "attributes": {}, - "id": "77241", + "id": "5275", "links": { - "self": "/stops/77241" + "self": "/stops/5275" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=77241" + "related": "/facilities/?filter[stop]=5275" } }, "parent_station": { @@ -350534,124 +352535,89 @@ }, { "attributes": {}, - "id": "9170012", + "id": "6646", "links": { - "self": "/stops/9170012" + "self": "/stops/6646" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9170012" + "related": "/facilities/?filter[stop]=6646" } }, "parent_station": { "data": null }, "zone": { - "data": null + "data": { + "id": "LocalBus", + "type": "zone" + } } }, "type": "stop" }, { - "attributes": { - "direction_id": 0, - "headsign": "Providence" - }, - "id": "CR-670297-839", + "attributes": {}, + "id": "15798", "links": { - "self": "/trips/CR-670297-839" + "self": "/stops/15798" }, "relationships": { - "route": { - "data": { - "id": "CR-Providence", - "type": "route" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=15798" } }, - "route_pattern": { + "parent_station": { "data": { - "id": "CR-Providence-43081d8a-0", - "type": "route_pattern" + "id": "place-wondl", + "type": "stop" } }, - "service": { + "zone": { "data": { - "id": "SPRING2024-SOUTHWKD-Weekday-1-Scbbf1ea5", - "type": "service" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "4028", + "links": { + "self": "/stops/4028" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=4028" } }, - "shape": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "9890009", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "NEC-2287", - "type": "stop" - }, - { - "id": "NEC-2276-03", - "type": "stop" - }, - { - "id": "NEC-2265-03", - "type": "stop" - }, - { - "id": "NEC-2237-03", - "type": "stop" - }, - { - "id": "NEC-2203-03", - "type": "stop" - }, - { - "id": "NEC-2173-01", - "type": "stop" - }, - { - "id": "NEC-2139-01", - "type": "stop" - }, - { - "id": "NEC-2108-01", - "type": "stop" - }, - { - "id": "NEC-2040-01", - "type": "stop" - }, - { - "id": "NEC-1969-03", - "type": "stop" - }, - { - "id": "NEC-1891-01", - "type": "stop" - }, - { - "id": "NEC-1851-03", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "6478", + "id": "10003", "links": { - "self": "/stops/6478" + "self": "/stops/10003" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6478" + "related": "/facilities/?filter[stop]=10003" } }, "parent_station": { @@ -350668,222 +352634,190 @@ }, { "attributes": { - "direction_id": 0, - "headsign": "Orient Heights via Jeffries Point" + "direction_id": 1, + "headsign": "Ashmont" }, - "id": "62216820", + "id": "67250316", "links": { - "self": "/trips/62216820" + "self": "/trips/67250316" }, "relationships": { "route": { "data": { - "id": "120", + "id": "24", "type": "route" } }, "route_pattern": { "data": { - "id": "120-3-0", + "id": "24-2-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "1200151", + "id": "240169", "type": "shape" } }, "stops": { "data": [ { - "id": "57400", - "type": "stop" - }, - { - "id": "15857", - "type": "stop" - }, - { - "id": "5857", - "type": "stop" - }, - { - "id": "5858", - "type": "stop" - }, - { - "id": "5859", - "type": "stop" - }, - { - "id": "5861", - "type": "stop" - }, - { - "id": "5862", - "type": "stop" - }, - { - "id": "5863", - "type": "stop" - }, - { - "id": "5864", + "id": "6411", "type": "stop" }, { - "id": "5865", + "id": "6413", "type": "stop" }, { - "id": "5740", + "id": "6415", "type": "stop" }, { - "id": "5742", + "id": "6417", "type": "stop" }, { - "id": "5867", + "id": "64171", "type": "stop" }, { - "id": "5868", + "id": "6418", "type": "stop" }, { - "id": "5869", + "id": "6419", "type": "stop" }, { - "id": "5870", + "id": "6357", "type": "stop" }, { - "id": "5871", + "id": "16358", "type": "stop" }, { - "id": "5664", + "id": "6359", "type": "stop" }, { - "id": "5665", + "id": "6360", "type": "stop" }, { - "id": "5666", + "id": "16360", "type": "stop" }, { - "id": "5872", + "id": "6361", "type": "stop" }, { - "id": "5873", + "id": "6362", "type": "stop" }, { - "id": "5874", + "id": "63621", "type": "stop" }, { - "id": "5875", + "id": "6364", "type": "stop" }, { - "id": "5877", + "id": "16364", "type": "stop" }, { - "id": "5878", + "id": "6365", "type": "stop" }, { - "id": "5879", + "id": "16365", "type": "stop" }, { - "id": "5881", + "id": "6366", "type": "stop" }, { - "id": "5882", + "id": "1721", "type": "stop" }, { - "id": "5883", + "id": "185", "type": "stop" }, { - "id": "5884", + "id": "10582", "type": "stop" }, { - "id": "4728", + "id": "583", "type": "stop" }, { - "id": "5886", + "id": "584", "type": "stop" }, { - "id": "5887", + "id": "585", "type": "stop" }, { - "id": "5888", + "id": "586", "type": "stop" }, { - "id": "5889", + "id": "587", "type": "stop" }, { - "id": "5890", + "id": "588", "type": "stop" }, { - "id": "5891", + "id": "590", "type": "stop" }, { - "id": "5892", + "id": "591", "type": "stop" }, { - "id": "5893", + "id": "882", "type": "stop" }, { - "id": "6292", + "id": "593", "type": "stop" }, { - "id": "5894", + "id": "594", "type": "stop" }, { - "id": "5895", + "id": "595", "type": "stop" }, { - "id": "5896", + "id": "533", "type": "stop" }, { - "id": "5881", + "id": "534", "type": "stop" }, { - "id": "5880", + "id": "334", "type": "stop" } ] @@ -350893,14 +352827,14 @@ }, { "attributes": {}, - "id": "2558", + "id": "623", "links": { - "self": "/stops/2558" + "self": "/stops/623" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2558" + "related": "/facilities/?filter[stop]=623" } }, "parent_station": { @@ -350917,14 +352851,41 @@ }, { "attributes": {}, - "id": "1289", + "id": "NHRML-0078-01", "links": { - "self": "/stops/1289" + "self": "/stops/NHRML-0078-01" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1289" + "related": "/facilities/?filter[stop]=NHRML-0078-01" + } + }, + "parent_station": { + "data": { + "id": "place-NHRML-0078", + "type": "stop" + } + }, + "zone": { + "data": { + "id": "CR-zone-1", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "4881", + "links": { + "self": "/stops/4881" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=4881" } }, "parent_station": { @@ -350937,18 +352898,159 @@ } } }, - "type": "stop" + "type": "stop" + }, + { + "attributes": { + "direction_id": 0, + "headsign": "Riverside" + }, + "id": "canonical-Green-D-C1-0", + "links": { + "self": "/trips/canonical-Green-D-C1-0" + }, + "relationships": { + "route": { + "data": { + "id": "Green-D", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "Green-D-855-0", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "canonical", + "type": "service" + } + }, + "shape": { + "data": { + "id": "canonical-8000008", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "70504", + "type": "stop" + }, + { + "id": "70502", + "type": "stop" + }, + { + "id": "70208", + "type": "stop" + }, + { + "id": "70206", + "type": "stop" + }, + { + "id": "70204", + "type": "stop" + }, + { + "id": "70202", + "type": "stop" + }, + { + "id": "70198", + "type": "stop" + }, + { + "id": "70159", + "type": "stop" + }, + { + "id": "70157", + "type": "stop" + }, + { + "id": "70155", + "type": "stop" + }, + { + "id": "70153", + "type": "stop" + }, + { + "id": "70151", + "type": "stop" + }, + { + "id": "70187", + "type": "stop" + }, + { + "id": "70183", + "type": "stop" + }, + { + "id": "70181", + "type": "stop" + }, + { + "id": "70179", + "type": "stop" + }, + { + "id": "70177", + "type": "stop" + }, + { + "id": "70175", + "type": "stop" + }, + { + "id": "70173", + "type": "stop" + }, + { + "id": "70171", + "type": "stop" + }, + { + "id": "70169", + "type": "stop" + }, + { + "id": "70167", + "type": "stop" + }, + { + "id": "70165", + "type": "stop" + }, + { + "id": "70163", + "type": "stop" + }, + { + "id": "70161", + "type": "stop" + } + ] + } + }, + "type": "trip" }, { "attributes": {}, - "id": "1708", + "id": "5249", "links": { - "self": "/stops/1708" + "self": "/stops/5249" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1708" + "related": "/facilities/?filter[stop]=5249" } }, "parent_station": { @@ -350965,14 +353067,14 @@ }, { "attributes": {}, - "id": "3079", + "id": "8159", "links": { - "self": "/stops/3079" + "self": "/stops/8159" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3079" + "related": "/facilities/?filter[stop]=8159" } }, "parent_station": { @@ -350989,14 +353091,14 @@ }, { "attributes": {}, - "id": "601", + "id": "2922", "links": { - "self": "/stops/601" + "self": "/stops/2922" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=601" + "related": "/facilities/?filter[stop]=2922" } }, "parent_station": { @@ -351013,14 +353115,14 @@ }, { "attributes": {}, - "id": "437", + "id": "78205", "links": { - "self": "/stops/437" + "self": "/stops/78205" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=437" + "related": "/facilities/?filter[stop]=78205" } }, "parent_station": { @@ -351035,138 +353137,60 @@ }, "type": "stop" }, - { - "attributes": { - "color": "FFC72C", - "long_name": "Everett, Revere, or Chelsea - Haymarket", - "short_name": "111", - "sort_order": 51110, - "text_color": "000000" - }, - "id": "line-111", - "links": { - "self": "/lines/line-111" - }, - "type": "line" - }, { "attributes": { "direction_id": 0, - "headsign": "Central Square" + "headsign": "Swampscott (Local shuttle)" }, - "id": "62216368", + "id": "CR-NorthStationSwampscottLocal-Saturday-0-05:55:00", "links": { - "self": "/trips/62216368" + "self": "/trips/CR-NorthStationSwampscottLocal-Saturday-0-05%3A55%3A00" }, "relationships": { "route": { "data": { - "id": "426", + "id": "Shuttle-NorthStationSwampscottLocal", "type": "route" } }, "route_pattern": { "data": { - "id": "426-3-0", + "id": "Shuttle-NorthStationSwampscottLocal-0-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "CR-NorthStationSwampscottLocal-Saturday", "type": "service" } }, "shape": { "data": { - "id": "4260270", + "id": "NorthStationToSwampscottLocal-S", "type": "shape" } }, "stops": { "data": [ { - "id": "56733", - "type": "stop" - }, - { - "id": "6746", - "type": "stop" - }, - { - "id": "6747", - "type": "stop" - }, - { - "id": "7446", - "type": "stop" - }, - { - "id": "7447", - "type": "stop" - }, - { - "id": "7448", - "type": "stop" - }, - { - "id": "7449", - "type": "stop" - }, - { - "id": "17449", - "type": "stop" - }, - { - "id": "7450", - "type": "stop" - }, - { - "id": "7451", - "type": "stop" - }, - { - "id": "7452", - "type": "stop" - }, - { - "id": "4521", - "type": "stop" - }, - { - "id": "4522", - "type": "stop" - }, - { - "id": "4523", - "type": "stop" - }, - { - "id": "4524", - "type": "stop" - }, - { - "id": "4525", - "type": "stop" - }, - { - "id": "6822", + "id": "BNT-0000-B2", "type": "stop" }, { - "id": "6824", + "id": "ER-0042-B0", "type": "stop" }, { - "id": "6827", + "id": "15797", "type": "stop" }, { - "id": "6773", + "id": "14748", "type": "stop" }, { - "id": "14748", + "id": "ER-0128-B1", "type": "stop" } ] @@ -351176,14 +353200,14 @@ }, { "attributes": {}, - "id": "3811", + "id": "303", "links": { - "self": "/stops/3811" + "self": "/stops/303" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3811" + "related": "/facilities/?filter[stop]=303" } }, "parent_station": { @@ -351200,14 +353224,14 @@ }, { "attributes": {}, - "id": "1449", + "id": "7422", "links": { - "self": "/stops/1449" + "self": "/stops/7422" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1449" + "related": "/facilities/?filter[stop]=7422" } }, "parent_station": { @@ -351224,14 +353248,14 @@ }, { "attributes": {}, - "id": "7753", + "id": "24790", "links": { - "self": "/stops/7753" + "self": "/stops/24790" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7753" + "related": "/facilities/?filter[stop]=24790" } }, "parent_station": { @@ -351248,14 +353272,14 @@ }, { "attributes": {}, - "id": "6376", + "id": "4205", "links": { - "self": "/stops/6376" + "self": "/stops/4205" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6376" + "related": "/facilities/?filter[stop]=4205" } }, "parent_station": { @@ -351272,14 +353296,14 @@ }, { "attributes": {}, - "id": "2284", + "id": "2813", "links": { - "self": "/stops/2284" + "self": "/stops/2813" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2284" + "related": "/facilities/?filter[stop]=2813" } }, "parent_station": { @@ -351296,14 +353320,14 @@ }, { "attributes": {}, - "id": "6304", + "id": "3298", "links": { - "self": "/stops/6304" + "self": "/stops/3298" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6304" + "related": "/facilities/?filter[stop]=3298" } }, "parent_station": { @@ -351319,84 +353343,74 @@ "type": "stop" }, { - "attributes": { - "direction_id": 0, - "headsign": "Reading (Shuttle)" - }, - "id": "OakGroveReading-0-sample", + "attributes": {}, + "id": "9170100", "links": { - "self": "/trips/OakGroveReading-0-sample" + "self": "/stops/9170100" }, "relationships": { - "route": { - "data": { - "id": "Shuttle-OakGroveReading", - "type": "route" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=9170100" } }, - "route_pattern": { - "data": { - "id": "Shuttle-OakGroveReading-0-0", - "type": "route_pattern" - } + "parent_station": { + "data": null }, - "service": { - "data": { - "id": "canonical", - "type": "service" + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "24717", + "links": { + "self": "/stops/24717" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=24717" } }, - "shape": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "OakGroveToReading-S", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "9328", - "type": "stop" - }, - { - "id": "WR-0062-B2", - "type": "stop" - }, - { - "id": "WR-0067-B0", - "type": "stop" - }, - { - "id": "WR-0075-B0", - "type": "stop" - }, - { - "id": "WR-0085-B0", - "type": "stop" - }, - { - "id": "WR-0099-B0", - "type": "stop" - }, - { - "id": "WR-0120-B", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" + }, + { + "attributes": { + "color": "008EAA", + "long_name": "East Boston Ferry", + "short_name": "", + "sort_order": 30005, + "text_color": "FFFFFF" + }, + "id": "line-Boat-EastBoston", + "links": { + "self": "/lines/line-Boat-EastBoston" + }, + "type": "line" }, { "attributes": {}, - "id": "85551", + "id": "16618", "links": { - "self": "/stops/85551" + "self": "/stops/16618" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=85551" + "related": "/facilities/?filter[stop]=16618" } }, "parent_station": { @@ -351413,14 +353427,14 @@ }, { "attributes": {}, - "id": "4844", + "id": "7792", "links": { - "self": "/stops/4844" + "self": "/stops/7792" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4844" + "related": "/facilities/?filter[stop]=7792" } }, "parent_station": { @@ -351437,14 +353451,14 @@ }, { "attributes": {}, - "id": "9178", + "id": "86261", "links": { - "self": "/stops/9178" + "self": "/stops/86261" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9178" + "related": "/facilities/?filter[stop]=86261" } }, "parent_station": { @@ -351461,14 +353475,14 @@ }, { "attributes": {}, - "id": "3337", + "id": "8392", "links": { - "self": "/stops/3337" + "self": "/stops/8392" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3337" + "related": "/facilities/?filter[stop]=8392" } }, "parent_station": { @@ -351485,14 +353499,14 @@ }, { "attributes": {}, - "id": "8963", + "id": "4525", "links": { - "self": "/stops/8963" + "self": "/stops/4525" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8963" + "related": "/facilities/?filter[stop]=4525" } }, "parent_station": { @@ -351507,16 +353521,30 @@ }, "type": "stop" }, + { + "attributes": { + "color": "FFC72C", + "long_name": "Turkey Hill or Arlington Heights - Alewife", + "short_name": "67/79", + "sort_order": 50670, + "text_color": "000000" + }, + "id": "line-6779", + "links": { + "self": "/lines/line-6779" + }, + "type": "line" + }, { "attributes": {}, - "id": "2447", + "id": "16606", "links": { - "self": "/stops/2447" + "self": "/stops/16606" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2447" + "related": "/facilities/?filter[stop]=16606" } }, "parent_station": { @@ -351533,14 +353561,14 @@ }, { "attributes": {}, - "id": "602", + "id": "1847", "links": { - "self": "/stops/602" + "self": "/stops/1847" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=602" + "related": "/facilities/?filter[stop]=1847" } }, "parent_station": { @@ -351555,27 +353583,222 @@ }, "type": "stop" }, + { + "attributes": { + "direction_id": 0, + "headsign": "Winthrop Beach" + }, + "id": "67316463", + "links": { + "self": "/trips/67316463" + }, + "relationships": { + "route": { + "data": { + "id": "712", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "712-1-0", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "WinterWeekday", + "type": "service" + } + }, + "shape": { + "data": { + "id": "7120097", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "15880", + "type": "stop" + }, + { + "id": "109802", + "type": "stop" + }, + { + "id": "109804", + "type": "stop" + }, + { + "id": "109805", + "type": "stop" + }, + { + "id": "109870", + "type": "stop" + }, + { + "id": "109871", + "type": "stop" + }, + { + "id": "109872", + "type": "stop" + }, + { + "id": "109900", + "type": "stop" + }, + { + "id": "109873", + "type": "stop" + }, + { + "id": "109874", + "type": "stop" + }, + { + "id": "109875", + "type": "stop" + }, + { + "id": "109901", + "type": "stop" + }, + { + "id": "109877", + "type": "stop" + }, + { + "id": "109878", + "type": "stop" + }, + { + "id": "109879", + "type": "stop" + }, + { + "id": "109880", + "type": "stop" + }, + { + "id": "109898", + "type": "stop" + } + ] + } + }, + "type": "trip" + }, + { + "attributes": { + "direction_id": 0, + "headsign": "Watertown via Copley and Newton Corner (Express)" + }, + "id": "66653018", + "links": { + "self": "/trips/66653018" + }, + "relationships": { + "route": { + "data": { + "id": "504", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "504-2-0", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "WinterWeekday", + "type": "service" + } + }, + "shape": { + "data": { + "id": "5040125", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "6551", + "type": "stop" + }, + { + "id": "16535", + "type": "stop" + }, + { + "id": "6555", + "type": "stop" + }, + { + "id": "9983", + "type": "stop" + }, + { + "id": "177", + "type": "stop" + }, + { + "id": "173", + "type": "stop" + }, + { + "id": "178", + "type": "stop" + }, + { + "id": "903", + "type": "stop" + }, + { + "id": "19031", + "type": "stop" + }, + { + "id": "988", + "type": "stop" + }, + { + "id": "989", + "type": "stop" + }, + { + "id": "999", + "type": "stop" + } + ] + } + }, + "type": "trip" + }, { "attributes": {}, - "id": "70176", + "id": "628", "links": { - "self": "/stops/70176" + "self": "/stops/628" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70176" + "related": "/facilities/?filter[stop]=628" } }, "parent_station": { - "data": { - "id": "place-bcnfd", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } @@ -351584,14 +353807,14 @@ }, { "attributes": {}, - "id": "3479", + "id": "57001", "links": { - "self": "/stops/3479" + "self": "/stops/57001" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3479" + "related": "/facilities/?filter[stop]=57001" } }, "parent_station": { @@ -351608,14 +353831,14 @@ }, { "attributes": {}, - "id": "36540", + "id": "3221", "links": { - "self": "/stops/36540" + "self": "/stops/3221" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=36540" + "related": "/facilities/?filter[stop]=3221" } }, "parent_station": { @@ -351632,14 +353855,14 @@ }, { "attributes": {}, - "id": "109804", + "id": "4343", "links": { - "self": "/stops/109804" + "self": "/stops/4343" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=109804" + "related": "/facilities/?filter[stop]=4343" } }, "parent_station": { @@ -351654,27 +353877,38 @@ }, "type": "stop" }, + { + "attributes": { + "color": "FFC72C", + "long_name": "Charles River Loop - Forest Hills", + "short_name": "36", + "sort_order": 50360, + "text_color": "000000" + }, + "id": "line-36", + "links": { + "self": "/lines/line-36" + }, + "type": "line" + }, { "attributes": {}, - "id": "70069", + "id": "30233", "links": { - "self": "/stops/70069" + "self": "/stops/30233" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70069" + "related": "/facilities/?filter[stop]=30233" } }, "parent_station": { - "data": { - "id": "place-cntsq", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } @@ -351683,14 +353917,14 @@ }, { "attributes": {}, - "id": "5002", + "id": "5841", "links": { - "self": "/stops/5002" + "self": "/stops/5841" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5002" + "related": "/facilities/?filter[stop]=5841" } }, "parent_station": { @@ -351707,14 +353941,14 @@ }, { "attributes": {}, - "id": "5373", + "id": "86500", "links": { - "self": "/stops/5373" + "self": "/stops/86500" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5373" + "related": "/facilities/?filter[stop]=86500" } }, "parent_station": { @@ -351731,21 +353965,18 @@ }, { "attributes": {}, - "id": "38671", + "id": "11736", "links": { - "self": "/stops/38671" + "self": "/stops/11736" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=38671" + "related": "/facilities/?filter[stop]=11736" } }, "parent_station": { - "data": { - "id": "place-brntn", - "type": "stop" - } + "data": null }, "zone": { "data": { @@ -351758,14 +353989,14 @@ }, { "attributes": {}, - "id": "64171", + "id": "81440", "links": { - "self": "/stops/64171" + "self": "/stops/81440" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=64171" + "related": "/facilities/?filter[stop]=81440" } }, "parent_station": { @@ -351782,14 +354013,14 @@ }, { "attributes": {}, - "id": "13817", + "id": "19208", "links": { - "self": "/stops/13817" + "self": "/stops/19208" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=13817" + "related": "/facilities/?filter[stop]=19208" } }, "parent_station": { @@ -351805,46 +354036,39 @@ "type": "stop" }, { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Forest Hills", - "Oak Grove" - ], - "direction_names": [ - "South", - "North" - ], - "long_name": "Forest Hills - Jackson Square", - "short_name": "Orange Line Shuttle", - "sort_order": 61600, - "text_color": "000000", - "type": 3 - }, - "id": "Shuttle-ForestHillsJackson", + "attributes": {}, + "id": "11860", "links": { - "self": "/routes/Shuttle-ForestHillsJackson" + "self": "/stops/11860" }, "relationships": { - "line": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=11860" + } + }, + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "line-Orange", - "type": "line" + "id": "LocalBus", + "type": "zone" } } }, - "type": "route" + "type": "stop" }, { "attributes": {}, - "id": "34", + "id": "2595", "links": { - "self": "/stops/34" + "self": "/stops/2595" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=34" + "related": "/facilities/?filter[stop]=2595" } }, "parent_station": { @@ -351861,14 +354085,14 @@ }, { "attributes": {}, - "id": "3578", + "id": "1035", "links": { - "self": "/stops/3578" + "self": "/stops/1035" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3578" + "related": "/facilities/?filter[stop]=1035" } }, "parent_station": { @@ -351885,14 +354109,14 @@ }, { "attributes": {}, - "id": "15053", + "id": "3877", "links": { - "self": "/stops/15053" + "self": "/stops/3877" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=15053" + "related": "/facilities/?filter[stop]=3877" } }, "parent_station": { @@ -351909,230 +354133,203 @@ }, { "attributes": { - "direction_id": 1, - "headsign": "Wonderland via Cliftondale" + "direction_id": 0, + "headsign": "Saint Mary's Street (Shuttle)" }, - "id": "62216330", + "id": "GovernmentCenterSaintMarysStreetBackBay-0-sample", "links": { - "self": "/trips/62216330" + "self": "/trips/GovernmentCenterSaintMarysStreetBackBay-0-sample" }, "relationships": { "route": { "data": { - "id": "426", + "id": "Shuttle-BackBayStMarys", "type": "route" } }, "route_pattern": { "data": { - "id": "426-7-1", + "id": "Shuttle-BackBayStMarys-0-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "canonical", "type": "service" } }, "shape": { "data": { - "id": "4260268", + "id": "BackBayToSaintMary-S", "type": "shape" } }, "stops": { "data": [ { - "id": "16653", - "type": "stop" - }, - { - "id": "6674", - "type": "stop" - }, - { - "id": "6675", - "type": "stop" - }, - { - "id": "6780", - "type": "stop" - }, - { - "id": "6783", - "type": "stop" - }, - { - "id": "4451", - "type": "stop" - }, - { - "id": "4487", - "type": "stop" - }, - { - "id": "4488", - "type": "stop" - }, - { - "id": "7376", - "type": "stop" - }, - { - "id": "7377", - "type": "stop" - }, - { - "id": "7378", - "type": "stop" - }, - { - "id": "7379", - "type": "stop" - }, - { - "id": "7380", - "type": "stop" - }, - { - "id": "7381", - "type": "stop" - }, - { - "id": "7382", - "type": "stop" - }, - { - "id": "7383", - "type": "stop" - }, - { - "id": "7384", - "type": "stop" - }, - { - "id": "7386", + "id": "178", "type": "stop" }, { - "id": "7388", + "id": "93", "type": "stop" }, { - "id": "7390", + "id": "9070151", "type": "stop" }, { - "id": "7391", + "id": "9170211", "type": "stop" }, { - "id": "7392", + "id": "9070212", "type": "stop" - }, + } + ] + } + }, + "type": "trip" + }, + { + "attributes": { + "direction_id": 0, + "headsign": "Columbian Square" + }, + "id": "67290224", + "links": { + "self": "/trips/67290224" + }, + "relationships": { + "route": { + "data": { + "id": "226", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "226-_-0", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "WinterWeekday", + "type": "service" + } + }, + "shape": { + "data": { + "id": "2260036", + "type": "shape" + } + }, + "stops": { + "data": [ { - "id": "7393", + "id": "38671", "type": "stop" }, { - "id": "7394", + "id": "39692", "type": "stop" }, { - "id": "7395", + "id": "39693", "type": "stop" }, { - "id": "7396", + "id": "39694", "type": "stop" }, { - "id": "7397", + "id": "39695", "type": "stop" }, { - "id": "7398", + "id": "39696", "type": "stop" }, { - "id": "7399", + "id": "13808", "type": "stop" }, { - "id": "7400", + "id": "13813", "type": "stop" }, { - "id": "7401", + "id": "13814", "type": "stop" }, { - "id": "7403", + "id": "13815", "type": "stop" }, { - "id": "7404", + "id": "13816", "type": "stop" }, { - "id": "7405", + "id": "13817", "type": "stop" }, { - "id": "7407", + "id": "13818", "type": "stop" }, { - "id": "7408", + "id": "13819", "type": "stop" }, { - "id": "7409", + "id": "13820", "type": "stop" }, { - "id": "7410", + "id": "13821", "type": "stop" }, { - "id": "7411", + "id": "13822", "type": "stop" }, { - "id": "7412", + "id": "13823", "type": "stop" }, { - "id": "7413", + "id": "23823", "type": "stop" }, { - "id": "7414", + "id": "13824", "type": "stop" }, { - "id": "4498", + "id": "13825", "type": "stop" }, { - "id": "4500", + "id": "13826", "type": "stop" }, { - "id": "14717", + "id": "23826", "type": "stop" }, { - "id": "4717", + "id": "13827", "type": "stop" }, { - "id": "24717", + "id": "13828", "type": "stop" }, { - "id": "15795", + "id": "13829", "type": "stop" } ] @@ -352142,14 +354339,14 @@ }, { "attributes": {}, - "id": "1799", + "id": "15651", "links": { - "self": "/stops/1799" + "self": "/stops/15651" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1799" + "related": "/facilities/?filter[stop]=15651" } }, "parent_station": { @@ -352165,39 +354362,29 @@ "type": "stop" }, { - "attributes": {}, - "id": "5214", - "links": { - "self": "/stops/5214" + "attributes": { + "color": "006595", + "long_name": "CapeFlyer", + "short_name": "", + "sort_order": 21000, + "text_color": "FFFFFF" }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=5214" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } + "id": "line-CapeFlyer", + "links": { + "self": "/lines/line-CapeFlyer" }, - "type": "stop" + "type": "line" }, { "attributes": {}, - "id": "381", + "id": "4553", "links": { - "self": "/stops/381" + "self": "/stops/4553" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=381" + "related": "/facilities/?filter[stop]=4553" } }, "parent_station": { @@ -352212,47 +354399,16 @@ }, "type": "stop" }, - { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Fields Corner Loop", - "Fields Corner Loop" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Fields Corner Loop via Neponset Ave", - "short_name": "201", - "sort_order": 52010, - "text_color": "000000", - "type": 3 - }, - "id": "201", - "links": { - "self": "/routes/201" - }, - "relationships": { - "line": { - "data": { - "id": "line-201202", - "type": "line" - } - } - }, - "type": "route" - }, { "attributes": {}, - "id": "6160", + "id": "5445", "links": { - "self": "/stops/6160" + "self": "/stops/5445" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6160" + "related": "/facilities/?filter[stop]=5445" } }, "parent_station": { @@ -352269,38 +354425,35 @@ }, { "attributes": {}, - "id": "7168", + "id": "9070169", "links": { - "self": "/stops/7168" + "self": "/stops/9070169" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7168" + "related": "/facilities/?filter[stop]=9070169" } }, "parent_station": { "data": null }, "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } + "data": null } }, "type": "stop" }, { "attributes": {}, - "id": "86734", + "id": "2929", "links": { - "self": "/stops/86734" + "self": "/stops/2929" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=86734" + "related": "/facilities/?filter[stop]=2929" } }, "parent_station": { @@ -352317,35 +354470,14 @@ }, { "attributes": {}, - "id": "9070150", - "links": { - "self": "/stops/9070150" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=9070150" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": null - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "76434", + "id": "1839", "links": { - "self": "/stops/76434" + "self": "/stops/1839" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=76434" + "related": "/facilities/?filter[stop]=1839" } }, "parent_station": { @@ -352362,14 +354494,14 @@ }, { "attributes": {}, - "id": "2695", + "id": "4359", "links": { - "self": "/stops/2695" + "self": "/stops/4359" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2695" + "related": "/facilities/?filter[stop]=4359" } }, "parent_station": { @@ -352385,84 +354517,81 @@ "type": "stop" }, { - "attributes": {}, - "id": "2197", + "attributes": { + "direction_id": 0, + "headsign": "Lynn (Shuttle)" + }, + "id": "ChelseaLynnOmitNorthStation-0-sample", "links": { - "self": "/stops/2197" + "self": "/trips/ChelseaLynnOmitNorthStation-0-sample" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=2197" + "route": { + "data": { + "id": "Shuttle-ChelseaLynn", + "type": "route" } }, - "parent_station": { - "data": null - }, - "zone": { + "route_pattern": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "Shuttle-ChelseaLynn-0-0", + "type": "route_pattern" } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "5916", - "links": { - "self": "/stops/5916" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=5916" + }, + "service": { + "data": { + "id": "canonical", + "type": "service" } }, - "parent_station": { - "data": null - }, - "zone": { + "shape": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "ChelseaToLynn-S", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "ER-0042-B", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": { "direction_id": 0, - "headsign": "Providence" + "headsign": "Framingham" }, - "id": "CR-670263-805", + "id": "BaseWML-701947-595", "links": { - "self": "/trips/CR-670263-805" + "self": "/trips/BaseWML-701947-595" }, "relationships": { "route": { "data": { - "id": "CR-Providence", + "id": "CR-Worcester", "type": "route" } }, "route_pattern": { "data": { - "id": "CR-Providence-743ff41d-0", + "id": "CR-Worcester-d18892dd-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SPRING2024-SOUTHWKD-Weekday-1-Scbbf1ea5", + "id": "FALL 2024-SOUTHWKD-Weekday-42-Sb0e4ed14", "type": "service" } }, "shape": { "data": { - "id": "9890009", + "id": "9850002", "type": "shape" } }, @@ -352473,39 +354602,51 @@ "type": "stop" }, { - "id": "NEC-2276-01", + "id": "WML-0012-07", "type": "stop" }, { - "id": "NEC-2265-01", + "id": "WML-0025-07", "type": "stop" }, { - "id": "NEC-2173-01", + "id": "WML-0035-01", "type": "stop" }, { - "id": "NEC-2139-01", + "id": "WML-0081-02", "type": "stop" }, { - "id": "NEC-2108-01", + "id": "WML-0091-02", "type": "stop" }, { - "id": "NEC-2040-01", + "id": "WML-0102-02", "type": "stop" }, { - "id": "NEC-1969-03", + "id": "WML-0125-02", "type": "stop" }, { - "id": "NEC-1891-01", + "id": "WML-0135-02", "type": "stop" }, { - "id": "NEC-1851-03", + "id": "WML-0147-02", + "type": "stop" + }, + { + "id": "WML-0177-02", + "type": "stop" + }, + { + "id": "WML-0199-02", + "type": "stop" + }, + { + "id": "WML-0214-02", "type": "stop" } ] @@ -352513,55 +354654,37 @@ }, "type": "trip" }, - { - "attributes": {}, - "id": "5443", - "links": { - "self": "/stops/5443" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=5443" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, { "attributes": { "color": "FFC72C", "direction_destinations": [ - "Heath Street", - "Medford/Tufts" + "Wren Street", + "Forest Hills Station" ], "direction_names": [ - "West", - "East" + "Outbound", + "Inbound" ], - "long_name": "Heath Street - Prudential", - "short_name": "Green Line E Shuttle", - "sort_order": 61985, + "long_name": "Wren Street - Forest Hills Station", + "short_name": "38", + "sort_order": 50380, "text_color": "000000", "type": 3 }, - "id": "Shuttle-HeathPrudential", + "id": "38", "links": { - "self": "/routes/Shuttle-HeathPrudential" + "self": "/routes/38" }, "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, "line": { "data": { - "id": "line-Green", + "id": "line-38", "type": "line" } } @@ -352570,14 +354693,14 @@ }, { "attributes": {}, - "id": "2883", + "id": "2085", "links": { - "self": "/stops/2883" + "self": "/stops/2085" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2883" + "related": "/facilities/?filter[stop]=2085" } }, "parent_station": { @@ -352594,22 +354717,25 @@ }, { "attributes": {}, - "id": "41032", + "id": "FR-0147-02", "links": { - "self": "/stops/41032" + "self": "/stops/FR-0147-02" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=41032" + "related": "/facilities/?filter[stop]=FR-0147-02" } }, "parent_station": { - "data": null + "data": { + "id": "place-FR-0147", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "CR-zone-3", "type": "zone" } } @@ -352618,14 +354744,14 @@ }, { "attributes": {}, - "id": "5577", + "id": "16459", "links": { - "self": "/stops/5577" + "self": "/stops/16459" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5577" + "related": "/facilities/?filter[stop]=16459" } }, "parent_station": { @@ -352642,23 +354768,23 @@ }, { "attributes": { - "direction_id": 1, - "headsign": "North Station (Express shuttle)" + "direction_id": 0, + "headsign": "Cleveland Circle" }, - "id": "LynnNorthStationExpress-1-sample", + "id": "canonical-Green-C-C1-0", "links": { - "self": "/trips/LynnNorthStationExpress-1-sample" + "self": "/trips/canonical-Green-C-C1-0" }, "relationships": { "route": { "data": { - "id": "Shuttle-LynnNorthStationExpress", + "id": "Green-C", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-LynnNorthStationExpress-0-1", + "id": "Green-C-832-0", "type": "route_pattern" } }, @@ -352670,14 +354796,90 @@ }, "shape": { "data": { - "id": "LynnToNorthStationExpress-S", + "id": "canonical-8000006", "type": "shape" } }, "stops": { "data": [ { - "id": "BNT-0000-B1", + "id": "70202", + "type": "stop" + }, + { + "id": "70197", + "type": "stop" + }, + { + "id": "70159", + "type": "stop" + }, + { + "id": "70157", + "type": "stop" + }, + { + "id": "70155", + "type": "stop" + }, + { + "id": "70153", + "type": "stop" + }, + { + "id": "70151", + "type": "stop" + }, + { + "id": "70211", + "type": "stop" + }, + { + "id": "70213", + "type": "stop" + }, + { + "id": "70215", + "type": "stop" + }, + { + "id": "70217", + "type": "stop" + }, + { + "id": "70219", + "type": "stop" + }, + { + "id": "70223", + "type": "stop" + }, + { + "id": "70225", + "type": "stop" + }, + { + "id": "70227", + "type": "stop" + }, + { + "id": "70229", + "type": "stop" + }, + { + "id": "70231", + "type": "stop" + }, + { + "id": "70233", + "type": "stop" + }, + { + "id": "70235", + "type": "stop" + }, + { + "id": "70237", "type": "stop" } ] @@ -352687,14 +354889,14 @@ }, { "attributes": {}, - "id": "7498", + "id": "7314", "links": { - "self": "/stops/7498" + "self": "/stops/7314" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7498" + "related": "/facilities/?filter[stop]=7314" } }, "parent_station": { @@ -352711,14 +354913,14 @@ }, { "attributes": {}, - "id": "9070120", + "id": "9070216", "links": { - "self": "/stops/9070120" + "self": "/stops/9070216" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9070120" + "related": "/facilities/?filter[stop]=9070216" } }, "parent_station": { @@ -352732,14 +354934,14 @@ }, { "attributes": {}, - "id": "4349", + "id": "5401", "links": { - "self": "/stops/4349" + "self": "/stops/5401" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4349" + "related": "/facilities/?filter[stop]=5401" } }, "parent_station": { @@ -352756,14 +354958,14 @@ }, { "attributes": {}, - "id": "2490", + "id": "3592", "links": { - "self": "/stops/2490" + "self": "/stops/3592" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2490" + "related": "/facilities/?filter[stop]=3592" } }, "parent_station": { @@ -352780,14 +354982,14 @@ }, { "attributes": {}, - "id": "3711", + "id": "540", "links": { - "self": "/stops/3711" + "self": "/stops/540" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3711" + "related": "/facilities/?filter[stop]=540" } }, "parent_station": { @@ -352804,14 +355006,14 @@ }, { "attributes": {}, - "id": "8458", + "id": "4051", "links": { - "self": "/stops/8458" + "self": "/stops/4051" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8458" + "related": "/facilities/?filter[stop]=4051" } }, "parent_station": { @@ -352827,63 +355029,224 @@ "type": "stop" }, { - "attributes": {}, - "id": "86929", + "attributes": { + "direction_id": 1, + "headsign": "Wellington" + }, + "id": "66959827", "links": { - "self": "/stops/86929" + "self": "/trips/66959827" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=86929" + "route": { + "data": { + "id": "99", + "type": "route" } }, - "parent_station": { - "data": null + "route_pattern": { + "data": { + "id": "99-7-1", + "type": "route_pattern" + } }, - "zone": { + "service": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "WinterWeekday", + "type": "service" + } + }, + "shape": { + "data": { + "id": "990170", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "15058", + "type": "stop" + }, + { + "id": "15060", + "type": "stop" + }, + { + "id": "15061", + "type": "stop" + }, + { + "id": "5059", + "type": "stop" + }, + { + "id": "45059", + "type": "stop" + }, + { + "id": "5060", + "type": "stop" + }, + { + "id": "5061", + "type": "stop" + }, + { + "id": "5062", + "type": "stop" + }, + { + "id": "5079", + "type": "stop" + }, + { + "id": "45079", + "type": "stop" + }, + { + "id": "5080", + "type": "stop" + }, + { + "id": "45080", + "type": "stop" + }, + { + "id": "5081", + "type": "stop" + }, + { + "id": "5066", + "type": "stop" + }, + { + "id": "5067", + "type": "stop" + }, + { + "id": "5068", + "type": "stop" + }, + { + "id": "5069", + "type": "stop" + }, + { + "id": "5070", + "type": "stop" + }, + { + "id": "5327", + "type": "stop" + }, + { + "id": "5289", + "type": "stop" + }, + { + "id": "5373", + "type": "stop" + }, + { + "id": "5374", + "type": "stop" + }, + { + "id": "5447", + "type": "stop" + }, + { + "id": "5449", + "type": "stop" + }, + { + "id": "5395", + "type": "stop" + }, + { + "id": "5396", + "type": "stop" + }, + { + "id": "5397", + "type": "stop" + }, + { + "id": "5398", + "type": "stop" + }, + { + "id": "5399", + "type": "stop" + }, + { + "id": "5400", + "type": "stop" + }, + { + "id": "5401", + "type": "stop" + }, + { + "id": "5403", + "type": "stop" + }, + { + "id": "5404", + "type": "stop" + }, + { + "id": "5561", + "type": "stop" + }, + { + "id": "6569", + "type": "stop" + }, + { + "id": "52720", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "387", + "id": "GB-0229-B0", "links": { - "self": "/stops/387" + "self": "/stops/GB-0229-B0" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=387" + "related": "/facilities/?filter[stop]=GB-0229-B0" } }, "parent_station": { - "data": null - }, - "zone": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "place-GB-0229", + "type": "stop" } + }, + "zone": { + "data": null } }, "type": "stop" }, { "attributes": {}, - "id": "7545", + "id": "1900", "links": { - "self": "/stops/7545" + "self": "/stops/1900" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7545" + "related": "/facilities/?filter[stop]=1900" } }, "parent_station": { @@ -352900,14 +355263,14 @@ }, { "attributes": {}, - "id": "42883", + "id": "1147", "links": { - "self": "/stops/42883" + "self": "/stops/1147" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=42883" + "related": "/facilities/?filter[stop]=1147" } }, "parent_station": { @@ -352924,25 +355287,22 @@ }, { "attributes": {}, - "id": "PB-0245-S", + "id": "4815", "links": { - "self": "/stops/PB-0245-S" + "self": "/stops/4815" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=PB-0245-S" + "related": "/facilities/?filter[stop]=4815" } }, "parent_station": { - "data": { - "id": "place-PB-0245", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "CR-zone-6", + "id": "LocalBus", "type": "zone" } } @@ -352951,25 +355311,22 @@ }, { "attributes": {}, - "id": "70249", + "id": "1496", "links": { - "self": "/stops/70249" + "self": "/stops/1496" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70249" + "related": "/facilities/?filter[stop]=1496" } }, "parent_station": { - "data": { - "id": "place-brmnl", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } @@ -352978,14 +355335,14 @@ }, { "attributes": {}, - "id": "5541", + "id": "2355", "links": { - "self": "/stops/5541" + "self": "/stops/2355" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5541" + "related": "/facilities/?filter[stop]=2355" } }, "parent_station": { @@ -353002,14 +355359,14 @@ }, { "attributes": {}, - "id": "1152", + "id": "2808", "links": { - "self": "/stops/1152" + "self": "/stops/2808" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1152" + "related": "/facilities/?filter[stop]=2808" } }, "parent_station": { @@ -353026,25 +355383,25 @@ }, { "attributes": {}, - "id": "FR-0098-01", + "id": "NEC-2237-05", "links": { - "self": "/stops/FR-0098-01" + "self": "/stops/NEC-2237-05" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=FR-0098-01" + "related": "/facilities/?filter[stop]=NEC-2237-05" } }, "parent_station": { "data": { - "id": "place-FR-0098", + "id": "place-forhl", "type": "stop" } }, "zone": { "data": { - "id": "CR-zone-2", + "id": "CR-zone-1A", "type": "zone" } } @@ -353053,14 +355410,14 @@ }, { "attributes": {}, - "id": "4087", + "id": "7451", "links": { - "self": "/stops/4087" + "self": "/stops/7451" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4087" + "related": "/facilities/?filter[stop]=7451" } }, "parent_station": { @@ -353077,14 +355434,14 @@ }, { "attributes": {}, - "id": "18931", + "id": "61187", "links": { - "self": "/stops/18931" + "self": "/stops/61187" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=18931" + "related": "/facilities/?filter[stop]=61187" } }, "parent_station": { @@ -353101,14 +355458,14 @@ }, { "attributes": {}, - "id": "6164", + "id": "9074", "links": { - "self": "/stops/6164" + "self": "/stops/9074" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6164" + "related": "/facilities/?filter[stop]=9074" } }, "parent_station": { @@ -353125,18 +355482,21 @@ }, { "attributes": {}, - "id": "3915", + "id": "5879", "links": { - "self": "/stops/3915" + "self": "/stops/5879" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3915" + "related": "/facilities/?filter[stop]=5879" } }, "parent_station": { - "data": null + "data": { + "id": "place-orhte", + "type": "stop" + } }, "zone": { "data": { @@ -353148,92 +355508,39 @@ "type": "stop" }, { - "attributes": { - "direction_id": 0, - "headsign": "Boston College (Shuttle)" - }, - "id": "BostonCollegePackardsCorner-0-sample", + "attributes": {}, + "id": "4182", "links": { - "self": "/trips/BostonCollegePackardsCorner-0-sample" + "self": "/stops/4182" }, "relationships": { - "route": { - "data": { - "id": "Shuttle-BostonCollegePackardsCorner", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Shuttle-BostonCollegePackardsCorner-0-0", - "type": "route_pattern" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=4182" } }, - "service": { - "data": { - "id": "canonical", - "type": "service" - } + "parent_station": { + "data": null }, - "shape": { + "zone": { "data": { - "id": "PackardsCornerToBostonCollege-S", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "9070135", - "type": "stop" - }, - { - "id": "9070131", - "type": "stop" - }, - { - "id": "9070129", - "type": "stop" - }, - { - "id": "9070121", - "type": "stop" - }, - { - "id": "9070117", - "type": "stop" - }, - { - "id": "9070115", - "type": "stop" - }, - { - "id": "9070113", - "type": "stop" - }, - { - "id": "9070111", - "type": "stop" - }, - { - "id": "9070107", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "80", + "id": "88336", "links": { - "self": "/stops/80" + "self": "/stops/88336" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=80" + "related": "/facilities/?filter[stop]=88336" } }, "parent_station": { @@ -353251,73 +355558,77 @@ { "attributes": { "direction_id": 0, - "headsign": "Chelsea" + "headsign": "Middleborough/Lakeville" }, - "id": "61946625", + "id": "canonical-CR-Middleborough-C1-0", "links": { - "self": "/trips/61946625" + "self": "/trips/canonical-CR-Middleborough-C1-0" }, "relationships": { "route": { "data": { - "id": "743", + "id": "CR-Middleborough", "type": "route" } }, "route_pattern": { "data": { - "id": "743-_-0", + "id": "CR-Middleborough-52b80476-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "canonical", "type": "service" } }, "shape": { "data": { - "id": "7430030", + "id": "canonical-9800002", "type": "shape" } }, "stops": { "data": [ { - "id": "74611", + "id": "NEC-2287", "type": "stop" }, { - "id": "74612", + "id": "MM-0023-S", "type": "stop" }, { - "id": "74613", + "id": "MM-0079-S", "type": "stop" }, { - "id": "74624", + "id": "MM-0109-S", "type": "stop" }, { - "id": "7096", + "id": "MM-0150-S", "type": "stop" }, { - "id": "74637", + "id": "MM-0186-S", "type": "stop" }, { - "id": "74635", + "id": "MM-0200-S", "type": "stop" }, { - "id": "74633", + "id": "MM-0219-S", "type": "stop" }, { - "id": "74631", + "id": "MM-0277-S", + "type": "stop" + }, + { + "id": "MM-0356-S", "type": "stop" } ] @@ -353327,83 +355638,14 @@ }, { "attributes": {}, - "id": "31259", - "links": { - "self": "/stops/31259" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=31259" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "9070234", - "links": { - "self": "/stops/9070234" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=9070234" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": null - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "6413", - "links": { - "self": "/stops/6413" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=6413" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "362", + "id": "7472", "links": { - "self": "/stops/362" + "self": "/stops/7472" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=362" + "related": "/facilities/?filter[stop]=7472" } }, "parent_station": { @@ -353420,327 +355662,38 @@ }, { "attributes": {}, - "id": "5725", + "id": "3253", "links": { - "self": "/stops/5725" + "self": "/stops/3253" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5725" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": { - "direction_id": 0, - "headsign": "Northgate Shopping Center via Square One Mall" - }, - "id": "62216407", - "links": { - "self": "/trips/62216407" - }, - "relationships": { - "route": { - "data": { - "id": "429", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "429-2-0", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "SpringWeekday", - "type": "service" - } - }, - "shape": { - "data": { - "id": "4290276", - "type": "shape" + "related": "/facilities/?filter[stop]=3253" } }, - "stops": { - "data": [ - { - "id": "14748", - "type": "stop" - }, - { - "id": "6600", - "type": "stop" - }, - { - "id": "66721", - "type": "stop" - }, - { - "id": "66731", - "type": "stop" - }, - { - "id": "6674", - "type": "stop" - }, - { - "id": "66761", - "type": "stop" - }, - { - "id": "6676", - "type": "stop" - }, - { - "id": "6677", - "type": "stop" - }, - { - "id": "6678", - "type": "stop" - }, - { - "id": "6679", - "type": "stop" - }, - { - "id": "6681", - "type": "stop" - }, - { - "id": "6683", - "type": "stop" - }, - { - "id": "6684", - "type": "stop" - }, - { - "id": "6685", - "type": "stop" - }, - { - "id": "6686", - "type": "stop" - }, - { - "id": "6688", - "type": "stop" - }, - { - "id": "6689", - "type": "stop" - }, - { - "id": "6690", - "type": "stop" - }, - { - "id": "6691", - "type": "stop" - }, - { - "id": "6692", - "type": "stop" - }, - { - "id": "6694", - "type": "stop" - }, - { - "id": "6695", - "type": "stop" - }, - { - "id": "6697", - "type": "stop" - }, - { - "id": "6698", - "type": "stop" - }, - { - "id": "6699", - "type": "stop" - }, - { - "id": "6700", - "type": "stop" - }, - { - "id": "6701", - "type": "stop" - }, - { - "id": "6702", - "type": "stop" - }, - { - "id": "6704", - "type": "stop" - }, - { - "id": "6742", - "type": "stop" - }, - { - "id": "6744", - "type": "stop" - }, - { - "id": "56734", - "type": "stop" - }, - { - "id": "76734", - "type": "stop" - }, - { - "id": "86734", - "type": "stop" - }, - { - "id": "96734", - "type": "stop" - }, - { - "id": "96735", - "type": "stop" - }, - { - "id": "6715", - "type": "stop" - }, - { - "id": "6717", - "type": "stop" - }, - { - "id": "6719", - "type": "stop" - }, - { - "id": "67202", - "type": "stop" - }, - { - "id": "7529", - "type": "stop" - }, - { - "id": "7559", - "type": "stop" - }, - { - "id": "7560", - "type": "stop" - }, - { - "id": "7561", - "type": "stop" - }, - { - "id": "7562", - "type": "stop" - }, - { - "id": "17562", - "type": "stop" - }, - { - "id": "7564", - "type": "stop" - }, - { - "id": "7565", - "type": "stop" - }, - { - "id": "7566", - "type": "stop" - }, - { - "id": "7403", - "type": "stop" - }, - { - "id": "7404", - "type": "stop" - }, - { - "id": "7405", - "type": "stop" - }, - { - "id": "7407", - "type": "stop" - }, - { - "id": "7408", - "type": "stop" - }, - { - "id": "7409", - "type": "stop" - }, - { - "id": "7410", - "type": "stop" - }, - { - "id": "7411", - "type": "stop" - }, - { - "id": "7412", - "type": "stop" - }, - { - "id": "7413", - "type": "stop" - }, - { - "id": "7414", - "type": "stop" - }, - { - "id": "45534", - "type": "stop" - }, - { - "id": "6267", - "type": "stop" - } - ] + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "2805", + "id": "3412", "links": { - "self": "/stops/2805" + "self": "/stops/3412" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2805" + "related": "/facilities/?filter[stop]=3412" } }, "parent_station": { @@ -353756,57 +355709,47 @@ "type": "stop" }, { - "attributes": { - "color": "008EAA", - "direction_destinations": [ - "Lewis Mall Wharf", - "Long Wharf" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "East Boston Ferry", - "short_name": "", - "sort_order": 30005, - "text_color": "FFFFFF", - "type": 4 - }, - "id": "Boat-EastBoston", + "attributes": {}, + "id": "3597", "links": { - "self": "/routes/Boat-EastBoston" + "self": "/stops/3597" }, "relationships": { - "line": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=3597" + } + }, + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "line-Boat-EastBoston", - "type": "line" + "id": "LocalBus", + "type": "zone" } } }, - "type": "route" + "type": "stop" }, { "attributes": {}, - "id": "70100", + "id": "1668", "links": { - "self": "/stops/70100" + "self": "/stops/1668" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70100" + "related": "/facilities/?filter[stop]=1668" } }, "parent_station": { - "data": { - "id": "place-wlsta", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } @@ -353815,14 +355758,14 @@ }, { "attributes": {}, - "id": "2801", + "id": "2266", "links": { - "self": "/stops/2801" + "self": "/stops/2266" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2801" + "related": "/facilities/?filter[stop]=2266" } }, "parent_station": { @@ -353839,14 +355782,14 @@ }, { "attributes": {}, - "id": "31111", + "id": "4816", "links": { - "self": "/stops/31111" + "self": "/stops/4816" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=31111" + "related": "/facilities/?filter[stop]=4816" } }, "parent_station": { @@ -353863,49 +355806,70 @@ }, { "attributes": {}, - "id": "FR-0361-B1", + "id": "8635", "links": { - "self": "/stops/FR-0361-B1" + "self": "/stops/8635" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=FR-0361-B1" + "related": "/facilities/?filter[stop]=8635" } }, "parent_station": { - "data": { - "id": "place-FR-0361", - "type": "stop" - } + "data": null }, "zone": { - "data": null + "data": { + "id": "LocalBus", + "type": "zone" + } } }, "type": "stop" }, { "attributes": {}, - "id": "70838", + "id": "45414", "links": { - "self": "/stops/70838" + "self": "/stops/45414" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70838" + "related": "/facilities/?filter[stop]=45414" } }, "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "place-bomnl", - "type": "stop" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "3574", + "links": { + "self": "/stops/3574" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=3574" } }, + "parent_station": { + "data": null + }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } @@ -353914,87 +355878,52 @@ }, { "attributes": { - "direction_id": 0, - "headsign": "Stoughton" + "color": "FFC72C", + "long_name": "Bedford VA - Alewife via Hanscom Airport", + "short_name": "62/76", + "sort_order": 50620, + "text_color": "000000" + }, + "id": "line-6276", + "links": { + "self": "/lines/line-6276" }, - "id": "CR-670328-889", + "type": "line" + }, + { + "attributes": {}, + "id": "3361", "links": { - "self": "/trips/CR-670328-889" + "self": "/stops/3361" }, "relationships": { - "route": { - "data": { - "id": "CR-Providence", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "CR-Providence-d36ab58d-0", - "type": "route_pattern" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=3361" } }, - "service": { - "data": { - "id": "SPRING2024-SOUTHWKD-Weekday-1-Scbbf1ea5", - "type": "service" - } + "parent_station": { + "data": null }, - "shape": { + "zone": { "data": { - "id": "9890004", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "NEC-2287", - "type": "stop" - }, - { - "id": "NEC-2276-01", - "type": "stop" - }, - { - "id": "NEC-2265-01", - "type": "stop" - }, - { - "id": "NEC-2203-03", - "type": "stop" - }, - { - "id": "NEC-2173-01", - "type": "stop" - }, - { - "id": "SB-0150-04", - "type": "stop" - }, - { - "id": "SB-0156-S", - "type": "stop" - }, - { - "id": "SB-0189-S", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "7832", + "id": "16", "links": { - "self": "/stops/7832" + "self": "/stops/16" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7832" + "related": "/facilities/?filter[stop]=16" } }, "parent_station": { @@ -354011,190 +355940,230 @@ }, { "attributes": { - "direction_id": 1, - "headsign": "Central Square" + "direction_id": 0, + "headsign": "East Weymouth" }, - "id": "62204164", + "id": "67290606", "links": { - "self": "/trips/62204164" + "self": "/trips/67290606" }, "relationships": { "route": { "data": { - "id": "436", + "id": "222", "type": "route" } }, "route_pattern": { "data": { - "id": "436-2-1", + "id": "222-_-0", "type": "route_pattern" } }, "service": { "data": { - "id": "BUS22024-hbl24016-Saturday-02", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "4360230", + "id": "2220111", "type": "shape" } }, "stops": { "data": [ { - "id": "7341", + "id": "32004", "type": "stop" }, { - "id": "7342", + "id": "3515", "type": "stop" }, { - "id": "7343", + "id": "3516", "type": "stop" }, { - "id": "7344", + "id": "3518", "type": "stop" }, { - "id": "7345", + "id": "3520", "type": "stop" }, { - "id": "7346", + "id": "3521", "type": "stop" }, { - "id": "17347", + "id": "3522", "type": "stop" }, { - "id": "7348", + "id": "3523", "type": "stop" }, { - "id": "7349", + "id": "3524", "type": "stop" }, { - "id": "7350", + "id": "3525", "type": "stop" }, { - "id": "7352", + "id": "3526", "type": "stop" }, { - "id": "7353", + "id": "3527", "type": "stop" }, { - "id": "17354", + "id": "3528", "type": "stop" }, { - "id": "7355", + "id": "3529", "type": "stop" }, { - "id": "7356", + "id": "3530", "type": "stop" }, { - "id": "7357", + "id": "3531", "type": "stop" }, { - "id": "7359", + "id": "3532", "type": "stop" }, { - "id": "7292", + "id": "3533", "type": "stop" }, { - "id": "7293", + "id": "3534", "type": "stop" }, { - "id": "7294", + "id": "3535", "type": "stop" }, { - "id": "7295", + "id": "3536", "type": "stop" }, { - "id": "7296", + "id": "3538", "type": "stop" }, { - "id": "7297", + "id": "3539", "type": "stop" }, { - "id": "7298", + "id": "3660", "type": "stop" }, { - "id": "7299", + "id": "3661", "type": "stop" }, { - "id": "7300", + "id": "3662", "type": "stop" }, { - "id": "7369", + "id": "3664", "type": "stop" }, { - "id": "7370", + "id": "3665", "type": "stop" }, { - "id": "7371", + "id": "3666", "type": "stop" }, { - "id": "7372", + "id": "3667", "type": "stop" }, { - "id": "7373", + "id": "3668", "type": "stop" }, { - "id": "7374", + "id": "3669", "type": "stop" }, { - "id": "17231", + "id": "3670", "type": "stop" }, { - "id": "7233", + "id": "36701", "type": "stop" }, { - "id": "7234", + "id": "3671", "type": "stop" }, { - "id": "7237", + "id": "3672", "type": "stop" }, { - "id": "6772", + "id": "3673", "type": "stop" }, { - "id": "14748", + "id": "3674", + "type": "stop" + }, + { + "id": "3675", + "type": "stop" + }, + { + "id": "3676", + "type": "stop" + }, + { + "id": "3677", + "type": "stop" + }, + { + "id": "3678", + "type": "stop" + }, + { + "id": "3679", + "type": "stop" + }, + { + "id": "3682", + "type": "stop" + }, + { + "id": "36821", + "type": "stop" + }, + { + "id": "3683", + "type": "stop" + }, + { + "id": "36831", + "type": "stop" + }, + { + "id": "3684", "type": "stop" } ] @@ -354202,116 +356171,124 @@ }, "type": "trip" }, + { + "attributes": {}, + "id": "4925", + "links": { + "self": "/stops/4925" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=4925" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "6471", + "links": { + "self": "/stops/6471" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=6471" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, { "attributes": { - "direction_id": 1, - "headsign": "Fields Corner via Adams St" + "direction_id": 0, + "headsign": "Ashmont (Shuttle)" }, - "id": "61928623", + "id": "AshmontParkStreetViaPostOffice-Weekday-9e586-0-00:00:00", "links": { - "self": "/trips/61928623" + "self": "/trips/AshmontParkStreetViaPostOffice-Weekday-9e586-0-00%3A00%3A00" }, "relationships": { "route": { "data": { - "id": "201", + "id": "Shuttle-AshmontParkStreetViaPostOffice", "type": "route" } }, "route_pattern": { "data": { - "id": "201-8-1", + "id": "Shuttle-AshmontParkStreetViaPostOffice-0-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "canonical", "type": "service" } }, "shape": { "data": { - "id": "2010086", + "id": "ParkStreetToAshmontViaPostOffice-S", "type": "shape" } }, "stops": { "data": [ { - "id": "38813", - "type": "stop" - }, - { - "id": "38814", - "type": "stop" - }, - { - "id": "3077", - "type": "stop" - }, - { - "id": "33077", - "type": "stop" - }, - { - "id": "3078", - "type": "stop" - }, - { - "id": "3079", - "type": "stop" - }, - { - "id": "3080", - "type": "stop" - }, - { - "id": "3081", - "type": "stop" - }, - { - "id": "3082", - "type": "stop" - }, - { - "id": "3083", - "type": "stop" - }, - { - "id": "3084", + "id": "10000", "type": "stop" }, { - "id": "3085", + "id": "6564", "type": "stop" }, { - "id": "3086", + "id": "151", "type": "stop" }, { - "id": "8809", + "id": "9070083", "type": "stop" }, { - "id": "3088", + "id": "121", "type": "stop" }, { - "id": "3089", + "id": "90311", "type": "stop" }, { - "id": "32501", + "id": "34503", "type": "stop" }, { - "id": "322", + "id": "329", "type": "stop" }, { - "id": "323", + "id": "334", "type": "stop" } ] @@ -354321,14 +356298,14 @@ }, { "attributes": {}, - "id": "5582", + "id": "4557", "links": { - "self": "/stops/5582" + "self": "/stops/4557" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5582" + "related": "/facilities/?filter[stop]=4557" } }, "parent_station": { @@ -354345,14 +356322,14 @@ }, { "attributes": {}, - "id": "7352", + "id": "7135", "links": { - "self": "/stops/7352" + "self": "/stops/7135" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7352" + "related": "/facilities/?filter[stop]=7135" } }, "parent_station": { @@ -354369,22 +356346,25 @@ }, { "attributes": {}, - "id": "9277", + "id": "70203", "links": { - "self": "/stops/9277" + "self": "/stops/70203" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9277" + "related": "/facilities/?filter[stop]=70203" } }, "parent_station": { - "data": null + "data": { + "id": "place-haecl", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -354393,14 +356373,14 @@ }, { "attributes": {}, - "id": "3205", + "id": "67", "links": { - "self": "/stops/3205" + "self": "/stops/67" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3205" + "related": "/facilities/?filter[stop]=67" } }, "parent_station": { @@ -354415,30 +356395,16 @@ }, "type": "stop" }, - { - "attributes": { - "color": "FFC72C", - "long_name": "Medford Square - Davis", - "short_name": "94", - "sort_order": 50940, - "text_color": "000000" - }, - "id": "line-94", - "links": { - "self": "/lines/line-94" - }, - "type": "line" - }, { "attributes": {}, - "id": "17645", + "id": "327", "links": { - "self": "/stops/17645" + "self": "/stops/327" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=17645" + "related": "/facilities/?filter[stop]=327" } }, "parent_station": { @@ -354455,14 +356421,14 @@ }, { "attributes": {}, - "id": "4250", + "id": "79", "links": { - "self": "/stops/4250" + "self": "/stops/79" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4250" + "related": "/facilities/?filter[stop]=79" } }, "parent_station": { @@ -354479,14 +356445,14 @@ }, { "attributes": {}, - "id": "383", + "id": "14465", "links": { - "self": "/stops/383" + "self": "/stops/14465" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=383" + "related": "/facilities/?filter[stop]=14465" } }, "parent_station": { @@ -354503,14 +356469,14 @@ }, { "attributes": {}, - "id": "6260", + "id": "5527", "links": { - "self": "/stops/6260" + "self": "/stops/5527" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6260" + "related": "/facilities/?filter[stop]=5527" } }, "parent_station": { @@ -354525,16 +356491,30 @@ }, "type": "stop" }, + { + "attributes": { + "color": "FFC72C", + "long_name": "Cleary Square or Georgetowne - Forest Hills", + "short_name": "40", + "sort_order": 50400, + "text_color": "000000" + }, + "id": "line-4050", + "links": { + "self": "/lines/line-4050" + }, + "type": "line" + }, { "attributes": {}, - "id": "21772", + "id": "3843", "links": { - "self": "/stops/21772" + "self": "/stops/3843" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=21772" + "related": "/facilities/?filter[stop]=3843" } }, "parent_station": { @@ -354551,14 +356531,14 @@ }, { "attributes": {}, - "id": "4152", + "id": "13834", "links": { - "self": "/stops/4152" + "self": "/stops/13834" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4152" + "related": "/facilities/?filter[stop]=13834" } }, "parent_station": { @@ -354575,14 +356555,14 @@ }, { "attributes": {}, - "id": "18351", + "id": "82134", "links": { - "self": "/stops/18351" + "self": "/stops/82134" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=18351" + "related": "/facilities/?filter[stop]=82134" } }, "parent_station": { @@ -354599,14 +356579,14 @@ }, { "attributes": {}, - "id": "342", + "id": "109812", "links": { - "self": "/stops/342" + "self": "/stops/109812" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=342" + "related": "/facilities/?filter[stop]=109812" } }, "parent_station": { @@ -354623,22 +356603,25 @@ }, { "attributes": {}, - "id": "9526", + "id": "70169", "links": { - "self": "/stops/9526" + "self": "/stops/70169" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9526" + "related": "/facilities/?filter[stop]=70169" } }, "parent_station": { - "data": null + "data": { + "id": "place-newtn", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -354647,14 +356630,14 @@ }, { "attributes": {}, - "id": "1371", + "id": "8641", "links": { - "self": "/stops/1371" + "self": "/stops/8641" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1371" + "related": "/facilities/?filter[stop]=8641" } }, "parent_station": { @@ -354670,240 +356653,39 @@ "type": "stop" }, { - "attributes": { - "direction_id": 0, - "headsign": "Third Ave" - }, - "id": "61849129", + "attributes": {}, + "id": "4521", "links": { - "self": "/trips/61849129" + "self": "/stops/4521" }, "relationships": { - "route": { - "data": { - "id": "350", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "350-8-0", - "type": "route_pattern" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=4521" } }, - "service": { - "data": { - "id": "SpringWeekday", - "type": "service" - } + "parent_station": { + "data": null }, - "shape": { + "zone": { "data": { - "id": "3500218", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "141", - "type": "stop" - }, - { - "id": "22751", - "type": "stop" - }, - { - "id": "2275", - "type": "stop" - }, - { - "id": "2276", - "type": "stop" - }, - { - "id": "2277", - "type": "stop" - }, - { - "id": "2278", - "type": "stop" - }, - { - "id": "2279", - "type": "stop" - }, - { - "id": "2280", - "type": "stop" - }, - { - "id": "2281", - "type": "stop" - }, - { - "id": "2282", - "type": "stop" - }, - { - "id": "1656", - "type": "stop" - }, - { - "id": "1657", - "type": "stop" - }, - { - "id": "1658", - "type": "stop" - }, - { - "id": "1659", - "type": "stop" - }, - { - "id": "1660", - "type": "stop" - }, - { - "id": "1661", - "type": "stop" - }, - { - "id": "1662", - "type": "stop" - }, - { - "id": "1663", - "type": "stop" - }, - { - "id": "1665", - "type": "stop" - }, - { - "id": "1668", - "type": "stop" - }, - { - "id": "1670", - "type": "stop" - }, - { - "id": "1671", - "type": "stop" - }, - { - "id": "1672", - "type": "stop" - }, - { - "id": "1673", - "type": "stop" - }, - { - "id": "1674", - "type": "stop" - }, - { - "id": "1677", - "type": "stop" - }, - { - "id": "1678", - "type": "stop" - }, - { - "id": "1679", - "type": "stop" - }, - { - "id": "1680", - "type": "stop" - }, - { - "id": "1681", - "type": "stop" - }, - { - "id": "1682", - "type": "stop" - }, - { - "id": "1683", - "type": "stop" - }, - { - "id": "1684", - "type": "stop" - }, - { - "id": "1686", - "type": "stop" - }, - { - "id": "41686", - "type": "stop" - }, - { - "id": "1687", - "type": "stop" - }, - { - "id": "1688", - "type": "stop" - }, - { - "id": "16881", - "type": "stop" - }, - { - "id": "1689", - "type": "stop" - }, - { - "id": "49738", - "type": "stop" - }, - { - "id": "49739", - "type": "stop" - }, - { - "id": "49939", - "type": "stop" - }, - { - "id": "11689", - "type": "stop" - }, - { - "id": "50939", - "type": "stop" - }, - { - "id": "50940", - "type": "stop" - }, - { - "id": "49805", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "1682", + "id": "6113", "links": { - "self": "/stops/1682" + "self": "/stops/6113" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1682" + "related": "/facilities/?filter[stop]=6113" } }, "parent_station": { @@ -354918,40 +356700,77 @@ }, "type": "stop" }, + { + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Wachusett", + "North Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Littleton/Route 495 - Alewife (Express)", + "short_name": "Fitchburg Line Shuttle", + "sort_order": 60222, + "text_color": "000000", + "type": 3 + }, + "id": "Shuttle-AlewifeLittletonExpress", + "links": { + "self": "/routes/Shuttle-AlewifeLittletonExpress" + }, + "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, + "line": { + "data": { + "id": "line-Fitchburg", + "type": "line" + } + } + }, + "type": "route" + }, { "attributes": {}, - "id": "GB-0316-B0", + "id": "5400", "links": { - "self": "/stops/GB-0316-B0" + "self": "/stops/5400" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=GB-0316-B0" + "related": "/facilities/?filter[stop]=5400" } }, "parent_station": { - "data": { - "id": "place-GB-0316", - "type": "stop" - } + "data": null }, "zone": { - "data": null + "data": { + "id": "LocalBus", + "type": "zone" + } } }, "type": "stop" }, { "attributes": {}, - "id": "8272", + "id": "3269", "links": { - "self": "/stops/8272" + "self": "/stops/3269" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8272" + "related": "/facilities/?filter[stop]=3269" } }, "parent_station": { @@ -354968,14 +356787,14 @@ }, { "attributes": {}, - "id": "3420", + "id": "12940", "links": { - "self": "/stops/3420" + "self": "/stops/12940" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3420" + "related": "/facilities/?filter[stop]=12940" } }, "parent_station": { @@ -354992,155 +356811,204 @@ }, { "attributes": { - "direction_id": 0, - "headsign": "Point Shirley" + "direction_id": 1, + "headsign": "Alewife (Local shuttle)" }, - "id": "63213148", + "id": "AlewifeLittletonLocal-1-sample", "links": { - "self": "/trips/63213148" + "self": "/trips/AlewifeLittletonLocal-1-sample" }, "relationships": { "route": { "data": { - "id": "713", + "id": "Shuttle-AlewifeLittletonLocal", "type": "route" } }, "route_pattern": { "data": { - "id": "713-_-0", + "id": "Shuttle-AlewifeLittletonLocal-0-1", "type": "route_pattern" } }, "service": { "data": { - "id": "PRIV32024-hpp34hl7-Sunday-01", + "id": "canonical", "type": "service" } }, "shape": { "data": { - "id": "7130071", + "id": "LittletonToAlewifeLocal-S", "type": "shape" } }, "stops": { "data": [ { - "id": "15880", - "type": "stop" - }, - { - "id": "109802", - "type": "stop" - }, - { - "id": "109804", - "type": "stop" - }, - { - "id": "109805", - "type": "stop" - }, - { - "id": "109806", - "type": "stop" - }, - { - "id": "109808", - "type": "stop" - }, - { - "id": "109809", - "type": "stop" - }, - { - "id": "109810", - "type": "stop" - }, - { - "id": "109811", - "type": "stop" - }, - { - "id": "109812", - "type": "stop" - }, - { - "id": "109814", - "type": "stop" - }, - { - "id": "109815", - "type": "stop" - }, - { - "id": "109816", - "type": "stop" - }, - { - "id": "109817", - "type": "stop" - }, - { - "id": "109818", - "type": "stop" - }, - { - "id": "109819", + "id": "FR-0301-B", "type": "stop" }, { - "id": "109820", + "id": "FR-0253-B", "type": "stop" }, { - "id": "109841", + "id": "FR-0219-B", "type": "stop" }, { - "id": "109842", + "id": "FR-0201-B1", "type": "stop" }, { - "id": "109844", + "id": "FR-0167-B", "type": "stop" }, { - "id": "109845", + "id": "FR-0115-B1", "type": "stop" }, { - "id": "109846", + "id": "FR-0098-B1", "type": "stop" }, { - "id": "109848", + "id": "FR-0074-B", "type": "stop" }, { - "id": "109849", + "id": "FR-0064-B1", "type": "stop" }, { - "id": "109853", + "id": "9070061", "type": "stop" } ] } }, - "type": "trip" + "type": "trip" + }, + { + "attributes": {}, + "id": "8599", + "links": { + "self": "/stops/8599" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=8599" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "187", + "links": { + "self": "/stops/187" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=187" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "49221", + "links": { + "self": "/stops/49221" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=49221" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "North Station", + "Lechmere & North" + ], + "direction_names": [ + "West", + "East" + ], + "long_name": "Lechmere - North Station", + "short_name": "Green Line Shuttle", + "sort_order": 62020, + "text_color": "000000", + "type": 3 + }, + "id": "Shuttle-LechmereNorthStation", + "links": { + "self": "/routes/Shuttle-LechmereNorthStation" + }, + "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, + "line": { + "data": { + "id": "line-Green", + "type": "line" + } + } + }, + "type": "route" }, { "attributes": {}, - "id": "2703", + "id": "5375", "links": { - "self": "/stops/2703" + "self": "/stops/5375" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2703" + "related": "/facilities/?filter[stop]=5375" } }, "parent_station": { @@ -355157,14 +357025,14 @@ }, { "attributes": {}, - "id": "12862", + "id": "11781", "links": { - "self": "/stops/12862" + "self": "/stops/11781" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=12862" + "related": "/facilities/?filter[stop]=11781" } }, "parent_station": { @@ -355181,14 +357049,14 @@ }, { "attributes": {}, - "id": "7525", + "id": "13823", "links": { - "self": "/stops/7525" + "self": "/stops/13823" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7525" + "related": "/facilities/?filter[stop]=13823" } }, "parent_station": { @@ -355203,30 +357071,16 @@ }, "type": "stop" }, - { - "attributes": { - "color": "FFC72C", - "long_name": "Forest Hills - Andrew or UMass", - "short_name": "16", - "sort_order": 50160, - "text_color": "000000" - }, - "id": "line-16", - "links": { - "self": "/lines/line-16" - }, - "type": "line" - }, { "attributes": {}, - "id": "9099", + "id": "1662", "links": { - "self": "/stops/9099" + "self": "/stops/1662" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9099" + "related": "/facilities/?filter[stop]=1662" } }, "parent_station": { @@ -355243,14 +357097,14 @@ }, { "attributes": {}, - "id": "73619", + "id": "2401", "links": { - "self": "/stops/73619" + "self": "/stops/2401" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=73619" + "related": "/facilities/?filter[stop]=2401" } }, "parent_station": { @@ -355267,14 +357121,14 @@ }, { "attributes": {}, - "id": "393", + "id": "6538", "links": { - "self": "/stops/393" + "self": "/stops/6538" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=393" + "related": "/facilities/?filter[stop]=6538" } }, "parent_station": { @@ -355291,14 +357145,14 @@ }, { "attributes": {}, - "id": "2598", + "id": "75467", "links": { - "self": "/stops/2598" + "self": "/stops/75467" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2598" + "related": "/facilities/?filter[stop]=75467" } }, "parent_station": { @@ -355313,16 +357167,149 @@ }, "type": "stop" }, + { + "attributes": { + "direction_id": 1, + "headsign": "Harvard" + }, + "id": "67008298", + "links": { + "self": "/trips/67008298" + }, + "relationships": { + "route": { + "data": { + "id": "74", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "74-1-1", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "WinterWeekday", + "type": "service" + } + }, + "shape": { + "data": { + "id": "740084", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "2137", + "type": "stop" + }, + { + "id": "2139", + "type": "stop" + }, + { + "id": "2141", + "type": "stop" + }, + { + "id": "2143", + "type": "stop" + }, + { + "id": "2144", + "type": "stop" + }, + { + "id": "2148", + "type": "stop" + }, + { + "id": "2149", + "type": "stop" + }, + { + "id": "2150", + "type": "stop" + }, + { + "id": "2151", + "type": "stop" + }, + { + "id": "2152", + "type": "stop" + }, + { + "id": "2153", + "type": "stop" + }, + { + "id": "2154", + "type": "stop" + }, + { + "id": "2155", + "type": "stop" + }, + { + "id": "2156", + "type": "stop" + }, + { + "id": "2158", + "type": "stop" + }, + { + "id": "2159", + "type": "stop" + }, + { + "id": "2160", + "type": "stop" + }, + { + "id": "2161", + "type": "stop" + }, + { + "id": "2162", + "type": "stop" + }, + { + "id": "2163", + "type": "stop" + }, + { + "id": "12614", + "type": "stop" + }, + { + "id": "76127", + "type": "stop" + }, + { + "id": "32549", + "type": "stop" + } + ] + } + }, + "type": "trip" + }, { "attributes": {}, - "id": "3028", + "id": "4855", "links": { - "self": "/stops/3028" + "self": "/stops/4855" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3028" + "related": "/facilities/?filter[stop]=4855" } }, "parent_station": { @@ -355339,25 +357326,25 @@ }, { "attributes": {}, - "id": "PB-0212-S", + "id": "70266", "links": { - "self": "/stops/PB-0212-S" + "self": "/stops/70266" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=PB-0212-S" + "related": "/facilities/?filter[stop]=70266" } }, "parent_station": { "data": { - "id": "place-PB-0212", + "id": "place-butlr", "type": "stop" } }, "zone": { "data": { - "id": "CR-zone-5", + "id": "RapidTransit", "type": "zone" } } @@ -355366,22 +357353,25 @@ }, { "attributes": {}, - "id": "3208", + "id": "70059", "links": { - "self": "/stops/3208" + "self": "/stops/70059" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3208" + "related": "/facilities/?filter[stop]=70059" } }, "parent_station": { - "data": null + "data": { + "id": "place-wondl", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -355391,49 +357381,237 @@ { "attributes": { "direction_id": 0, - "headsign": "Haverhill (Shuttle)" + "headsign": "Quincy Center" }, - "id": "HaverhillLawrence-0-sample", + "id": "67290541", "links": { - "self": "/trips/HaverhillLawrence-0-sample" + "self": "/trips/67290541" }, "relationships": { "route": { "data": { - "id": "Shuttle-HaverhillLawrence", + "id": "245", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-HaverhillLawrence-0-0", + "id": "245-_-0", "type": "route_pattern" } }, "service": { "data": { - "id": "canonical", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "LawrenceToHaverhill-S", + "id": "2450103", "type": "shape" } }, "stops": { "data": [ { - "id": "WR-0264-B2", + "id": "185", "type": "stop" }, { - "id": "WR-0325-B", + "id": "4355", "type": "stop" }, { - "id": "WR-0329-B", + "id": "43551", + "type": "stop" + }, + { + "id": "4358", + "type": "stop" + }, + { + "id": "4359", + "type": "stop" + }, + { + "id": "4360", + "type": "stop" + }, + { + "id": "4362", + "type": "stop" + }, + { + "id": "4144", + "type": "stop" + }, + { + "id": "4145", + "type": "stop" + }, + { + "id": "4146", + "type": "stop" + }, + { + "id": "4147", + "type": "stop" + }, + { + "id": "4149", + "type": "stop" + }, + { + "id": "4152", + "type": "stop" + }, + { + "id": "4364", + "type": "stop" + }, + { + "id": "4365", + "type": "stop" + }, + { + "id": "4366", + "type": "stop" + }, + { + "id": "4367", + "type": "stop" + }, + { + "id": "4368", + "type": "stop" + }, + { + "id": "4370", + "type": "stop" + }, + { + "id": "4371", + "type": "stop" + }, + { + "id": "4372", + "type": "stop" + }, + { + "id": "4373", + "type": "stop" + }, + { + "id": "4375", + "type": "stop" + }, + { + "id": "4376", + "type": "stop" + }, + { + "id": "4378", + "type": "stop" + }, + { + "id": "3391", + "type": "stop" + }, + { + "id": "3392", + "type": "stop" + }, + { + "id": "3393", + "type": "stop" + }, + { + "id": "3394", + "type": "stop" + }, + { + "id": "4379", + "type": "stop" + }, + { + "id": "4380", + "type": "stop" + }, + { + "id": "4381", + "type": "stop" + }, + { + "id": "4382", + "type": "stop" + }, + { + "id": "4383", + "type": "stop" + }, + { + "id": "14383", + "type": "stop" + }, + { + "id": "23402", + "type": "stop" + }, + { + "id": "23403", + "type": "stop" + }, + { + "id": "23404", + "type": "stop" + }, + { + "id": "23406", + "type": "stop" + }, + { + "id": "23407", + "type": "stop" + }, + { + "id": "4314", + "type": "stop" + }, + { + "id": "4315", + "type": "stop" + }, + { + "id": "4316", + "type": "stop" + }, + { + "id": "4317", + "type": "stop" + }, + { + "id": "4318", + "type": "stop" + }, + { + "id": "4319", + "type": "stop" + }, + { + "id": "4320", + "type": "stop" + }, + { + "id": "14320", + "type": "stop" + }, + { + "id": "3199", + "type": "stop" + }, + { + "id": "32001", "type": "stop" } ] @@ -355441,14 +357619,28 @@ }, "type": "trip" }, + { + "attributes": { + "color": "FFC72C", + "long_name": "City Point - Copley", + "short_name": "10", + "sort_order": 50050, + "text_color": "000000" + }, + "id": "line-10", + "links": { + "self": "/lines/line-10" + }, + "type": "line" + }, { "attributes": { "direction_id": 1, - "headsign": "Brookline Village" + "headsign": "Kenmore" }, - "id": "61391315", + "id": "66644310", "links": { - "self": "/trips/61391315" + "self": "/trips/66644310" }, "relationships": { "route": { @@ -355459,36 +357651,24 @@ }, "route_pattern": { "data": { - "id": "60-3-1", + "id": "60-2-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "600202", + "id": "600229", "type": "shape" } }, "stops": { "data": [ - { - "id": "19661", - "type": "stop" - }, - { - "id": "17000", - "type": "stop" - }, - { - "id": "17001", - "type": "stop" - }, { "id": "19821", "type": "stop" @@ -355552,6 +357732,107 @@ { "id": "1555", "type": "stop" + }, + { + "id": "1556", + "type": "stop" + }, + { + "id": "1557", + "type": "stop" + }, + { + "id": "1558", + "type": "stop" + }, + { + "id": "1559", + "type": "stop" + }, + { + "id": "1804", + "type": "stop" + }, + { + "id": "1805", + "type": "stop" + }, + { + "id": "1806", + "type": "stop" + }, + { + "id": "9441", + "type": "stop" + }, + { + "id": "1562", + "type": "stop" + }, + { + "id": "1563", + "type": "stop" + }, + { + "id": "1564", + "type": "stop" + }, + { + "id": "899", + "type": "stop" + } + ] + } + }, + "type": "trip" + }, + { + "attributes": { + "direction_id": 0, + "headsign": "Swampscott (Shuttle)" + }, + "id": "NorthStationSwampscott-0-sample", + "links": { + "self": "/trips/NorthStationSwampscott-0-sample" + }, + "relationships": { + "route": { + "data": { + "id": "Shuttle-NorthStationSwampscottLimited", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "Shuttle-NorthStationSwampscottLimited-0-0", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "canonical", + "type": "service" + } + }, + "shape": { + "data": { + "id": "NorthStationToSwampscott-S", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "BNT-0000-B2", + "type": "stop" + }, + { + "id": "14748", + "type": "stop" + }, + { + "id": "ER-0128-B1", + "type": "stop" } ] } @@ -355560,14 +357841,14 @@ }, { "attributes": {}, - "id": "5854", + "id": "6842", "links": { - "self": "/stops/5854" + "self": "/stops/6842" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5854" + "related": "/facilities/?filter[stop]=6842" } }, "parent_station": { @@ -355584,25 +357865,22 @@ }, { "attributes": {}, - "id": "FB-0191-S", + "id": "53541", "links": { - "self": "/stops/FB-0191-S" + "self": "/stops/53541" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=FB-0191-S" + "related": "/facilities/?filter[stop]=53541" } }, "parent_station": { - "data": { - "id": "place-FB-0191", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "CR-zone-4", + "id": "LocalBus", "type": "zone" } } @@ -355610,60 +357888,63 @@ "type": "stop" }, { - "attributes": { - "color": "80276C", - "long_name": "Haverhill Line", - "short_name": "", - "sort_order": 20006, - "text_color": "FFFFFF" - }, - "id": "line-Haverhill", + "attributes": {}, + "id": "797", "links": { - "self": "/lines/line-Haverhill" + "self": "/stops/797" }, - "type": "line" + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=797" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" }, { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "City Point", - "Copley Square" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "City Point - Copley Square", - "short_name": "9", - "sort_order": 50090, - "text_color": "000000", - "type": 3 - }, - "id": "9", + "attributes": {}, + "id": "461", "links": { - "self": "/routes/9" + "self": "/stops/461" }, "relationships": { - "line": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=461" + } + }, + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "line-9", - "type": "line" + "id": "LocalBus", + "type": "zone" } } }, - "type": "route" + "type": "stop" }, { "attributes": {}, - "id": "224", + "id": "41111", "links": { - "self": "/stops/224" + "self": "/stops/41111" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=224" + "related": "/facilities/?filter[stop]=41111" } }, "parent_station": { @@ -355680,14 +357961,14 @@ }, { "attributes": {}, - "id": "3893", + "id": "96459", "links": { - "self": "/stops/3893" + "self": "/stops/96459" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3893" + "related": "/facilities/?filter[stop]=96459" } }, "parent_station": { @@ -355704,14 +357985,14 @@ }, { "attributes": {}, - "id": "4878", + "id": "13407", "links": { - "self": "/stops/4878" + "self": "/stops/13407" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4878" + "related": "/facilities/?filter[stop]=13407" } }, "parent_station": { @@ -355728,14 +358009,14 @@ }, { "attributes": {}, - "id": "3896", + "id": "24621", "links": { - "self": "/stops/3896" + "self": "/stops/24621" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3896" + "related": "/facilities/?filter[stop]=24621" } }, "parent_station": { @@ -355752,14 +358033,14 @@ }, { "attributes": {}, - "id": "7820", + "id": "174", "links": { - "self": "/stops/7820" + "self": "/stops/174" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7820" + "related": "/facilities/?filter[stop]=174" } }, "parent_station": { @@ -355776,22 +358057,25 @@ }, { "attributes": {}, - "id": "1613", + "id": "70197", "links": { - "self": "/stops/1613" + "self": "/stops/70197" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1613" + "related": "/facilities/?filter[stop]=70197" } }, "parent_station": { - "data": null + "data": { + "id": "place-pktrm", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -355800,23 +358084,23 @@ }, { "attributes": { - "direction_id": 0, - "headsign": "Washington Street (Shuttle)" + "direction_id": 1, + "headsign": "Oak Grove (Express shuttle)" }, - "id": "BlandfordStreetWashingtonStreet-0-sample", + "id": "OakGroveRockportExpress-1-sample", "links": { - "self": "/trips/BlandfordStreetWashingtonStreet-0-sample" + "self": "/trips/OakGroveRockportExpress-1-sample" }, "relationships": { "route": { "data": { - "id": "Shuttle-BlandfordWashington", + "id": "Shuttle-OakGroveRockportExpress", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-BlandfordWashington-0-0", + "id": "Shuttle-OakGroveRockportExpress-0-1", "type": "route_pattern" } }, @@ -355828,42 +358112,22 @@ }, "shape": { "data": { - "id": "BlandfordStreetToWashingtonStreet-S", + "id": "RockportToOakGroveExpress-S", "type": "shape" } }, "stops": { "data": [ { - "id": "951", - "type": "stop" - }, - { - "id": "952", - "type": "stop" - }, - { - "id": "953", - "type": "stop" - }, - { - "id": "956", - "type": "stop" - }, - { - "id": "958", - "type": "stop" - }, - { - "id": "9070131", + "id": "GB-0353-B", "type": "stop" }, { - "id": "9070129", + "id": "GB-0316-B1", "type": "stop" }, { - "id": "9070121", + "id": "9328", "type": "stop" } ] @@ -355873,14 +358137,14 @@ }, { "attributes": {}, - "id": "4139", + "id": "22549", "links": { - "self": "/stops/4139" + "self": "/stops/22549" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4139" + "related": "/facilities/?filter[stop]=22549" } }, "parent_station": { @@ -355897,14 +358161,14 @@ }, { "attributes": {}, - "id": "8959", + "id": "8272", "links": { - "self": "/stops/8959" + "self": "/stops/8272" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8959" + "related": "/facilities/?filter[stop]=8272" } }, "parent_station": { @@ -355920,168 +358184,39 @@ "type": "stop" }, { - "attributes": { - "direction_id": 1, - "headsign": "Kenmore" - }, - "id": "61393812", + "attributes": {}, + "id": "4581", "links": { - "self": "/trips/61393812" + "self": "/stops/4581" }, "relationships": { - "route": { - "data": { - "id": "60", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "60-2-1", - "type": "route_pattern" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=4581" } }, - "service": { - "data": { - "id": "SpringWeekday", - "type": "service" - } + "parent_station": { + "data": null }, - "shape": { + "zone": { "data": { - "id": "600196", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "19821", - "type": "stop" - }, - { - "id": "1984", - "type": "stop" - }, - { - "id": "1541", - "type": "stop" - }, - { - "id": "1543", - "type": "stop" - }, - { - "id": "1544", - "type": "stop" - }, - { - "id": "1545", - "type": "stop" - }, - { - "id": "1546", - "type": "stop" - }, - { - "id": "1547", - "type": "stop" - }, - { - "id": "1548", - "type": "stop" - }, - { - "id": "1549", - "type": "stop" - }, - { - "id": "1550", - "type": "stop" - }, - { - "id": "1551", - "type": "stop" - }, - { - "id": "1552", - "type": "stop" - }, - { - "id": "1553", - "type": "stop" - }, - { - "id": "1554", - "type": "stop" - }, - { - "id": "1555", - "type": "stop" - }, - { - "id": "1556", - "type": "stop" - }, - { - "id": "1557", - "type": "stop" - }, - { - "id": "1558", - "type": "stop" - }, - { - "id": "1559", - "type": "stop" - }, - { - "id": "1804", - "type": "stop" - }, - { - "id": "1805", - "type": "stop" - }, - { - "id": "1806", - "type": "stop" - }, - { - "id": "9441", - "type": "stop" - }, - { - "id": "1562", - "type": "stop" - }, - { - "id": "1563", - "type": "stop" - }, - { - "id": "1564", - "type": "stop" - }, - { - "id": "899", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "541", + "id": "7246", "links": { - "self": "/stops/541" + "self": "/stops/7246" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=541" + "related": "/facilities/?filter[stop]=7246" } }, "parent_station": { @@ -356098,14 +358233,14 @@ }, { "attributes": {}, - "id": "3307", + "id": "1887", "links": { - "self": "/stops/3307" + "self": "/stops/1887" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3307" + "related": "/facilities/?filter[stop]=1887" } }, "parent_station": { @@ -356121,155 +358256,135 @@ "type": "stop" }, { - "attributes": { - "direction_id": 1, - "headsign": "Ruggles" - }, - "id": "61394381", + "attributes": {}, + "id": "6958", "links": { - "self": "/trips/61394381" + "self": "/stops/6958" }, "relationships": { - "route": { - "data": { - "id": "19", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "19-_-1", - "type": "route_pattern" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=6958" } }, - "service": { - "data": { - "id": "SpringWeekday", - "type": "service" - } + "parent_station": { + "data": null }, - "shape": { + "zone": { "data": { - "id": "190310", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "323", - "type": "stop" - }, - { - "id": "55600", - "type": "stop" - }, - { - "id": "557", - "type": "stop" - }, - { - "id": "558", - "type": "stop" - }, - { - "id": "559", - "type": "stop" - }, - { - "id": "560", - "type": "stop" - }, - { - "id": "561", - "type": "stop" - }, - { - "id": "562", - "type": "stop" - }, - { - "id": "563", - "type": "stop" - }, - { - "id": "564", - "type": "stop" - }, - { - "id": "565", - "type": "stop" - }, + } + }, + "type": "stop" + }, + { + "attributes": { + "direction_id": 0, + "headsign": "Ashmont" + }, + "id": "66652053", + "links": { + "self": "/trips/66652053" + }, + "relationships": { + "route": { + "data": { + "id": "23", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "23-1-0", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "WinterWeekday", + "type": "service" + } + }, + "shape": { + "data": { + "id": "230219", + "type": "shape" + } + }, + "stops": { + "data": [ { - "id": "566", + "id": "13321", "type": "stop" }, { - "id": "567", + "id": "410", "type": "stop" }, { - "id": "568", + "id": "411", "type": "stop" }, { - "id": "386", + "id": "412", "type": "stop" }, { - "id": "387", + "id": "471", "type": "stop" }, { - "id": "388", + "id": "472", "type": "stop" }, { - "id": "390", + "id": "468", "type": "stop" }, { - "id": "392", + "id": "475", "type": "stop" }, { - "id": "393", + "id": "477", "type": "stop" }, { - "id": "394", + "id": "478", "type": "stop" }, { - "id": "395", + "id": "480", "type": "stop" }, { - "id": "396", + "id": "482", "type": "stop" }, { - "id": "21151", + "id": "483", "type": "stop" }, { - "id": "64", + "id": "485", "type": "stop" }, { - "id": "1", + "id": "426", "type": "stop" }, { - "id": "7", + "id": "428", "type": "stop" }, { - "id": "11", + "id": "430", "type": "stop" }, { - "id": "17862", + "id": "334", "type": "stop" } ] @@ -356279,25 +358394,22 @@ }, { "attributes": {}, - "id": "70199", + "id": "2080", "links": { - "self": "/stops/70199" + "self": "/stops/2080" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70199" + "related": "/facilities/?filter[stop]=2080" } }, "parent_station": { - "data": { - "id": "place-pktrm", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } @@ -356306,120 +358418,87 @@ }, { "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Cleveland Circle", - "Government Center" - ], - "direction_names": [ - "West", - "East" - ], - "long_name": "Cleveland Circle - Kenmore", - "short_name": "Green Line C Shuttle", - "sort_order": 61400, - "text_color": "000000", - "type": 3 + "direction_id": 0, + "headsign": "Forest Hills (Shuttle)" }, - "id": "Shuttle-ClevelandCircleKenmore", + "id": "BackBayForestHills-Weekday-9e586-0-00:00:00", "links": { - "self": "/routes/Shuttle-ClevelandCircleKenmore" + "self": "/trips/BackBayForestHills-Weekday-9e586-0-00%3A00%3A00" }, "relationships": { - "line": { + "route": { "data": { - "id": "line-Green", - "type": "line" - } - } - }, - "type": "route" - }, - { - "attributes": {}, - "id": "38155", - "links": { - "self": "/stops/38155" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=38155" + "id": "Shuttle-BackBayForestHills", + "type": "route" } }, - "parent_station": { + "route_pattern": { "data": { - "id": "place-river", - "type": "stop" + "id": "Shuttle-BackBayForestHills-0-0", + "type": "route_pattern" } }, - "zone": { + "service": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "36434", - "links": { - "self": "/stops/36434" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=36434" + "id": "canonical", + "type": "service" } }, - "parent_station": { - "data": null - }, - "zone": { + "shape": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "925", - "links": { - "self": "/stops/925" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=925" + "id": "BackBayToForestHills-S", + "type": "shape" } }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } + "stops": { + "data": [ + { + "id": "11384", + "type": "stop" + }, + { + "id": "9170012", + "type": "stop" + }, + { + "id": "9070010", + "type": "stop" + }, + { + "id": "1258", + "type": "stop" + }, + { + "id": "11531", + "type": "stop" + }, + { + "id": "9070004", + "type": "stop" + }, + { + "id": "9070002", + "type": "stop" + }, + { + "id": "875", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "68618", + "id": "86915", "links": { - "self": "/stops/68618" + "self": "/stops/86915" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=68618" + "related": "/facilities/?filter[stop]=86915" } }, "parent_station": { @@ -356436,14 +358515,14 @@ }, { "attributes": {}, - "id": "5356", + "id": "84791", "links": { - "self": "/stops/5356" + "self": "/stops/84791" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5356" + "related": "/facilities/?filter[stop]=84791" } }, "parent_station": { @@ -356459,39 +358538,52 @@ "type": "stop" }, { - "attributes": {}, - "id": "8973", + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Government Center", + "Wonderland" + ], + "direction_names": [ + "South", + "North" + ], + "long_name": "Wonderland - Government Center", + "short_name": "Blue Line Shuttle", + "sort_order": 61955, + "text_color": "000000", + "type": 3 + }, + "id": "Shuttle-GovernmentCenterWonderland", "links": { - "self": "/stops/8973" + "self": "/routes/Shuttle-GovernmentCenterWonderland" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=8973" + "agency": { + "data": { + "id": "1", + "type": "agency" } }, - "parent_station": { - "data": null - }, - "zone": { + "line": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "line-Blue", + "type": "line" } } }, - "type": "stop" + "type": "route" }, { "attributes": {}, - "id": "2176", + "id": "281", "links": { - "self": "/stops/2176" + "self": "/stops/281" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2176" + "related": "/facilities/?filter[stop]=281" } }, "parent_station": { @@ -356508,14 +358600,14 @@ }, { "attributes": {}, - "id": "4372", + "id": "5589", "links": { - "self": "/stops/4372" + "self": "/stops/5589" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4372" + "related": "/facilities/?filter[stop]=5589" } }, "parent_station": { @@ -356532,14 +358624,14 @@ }, { "attributes": {}, - "id": "3119", + "id": "7120", "links": { - "self": "/stops/3119" + "self": "/stops/7120" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3119" + "related": "/facilities/?filter[stop]=7120" } }, "parent_station": { @@ -356556,14 +358648,14 @@ }, { "attributes": {}, - "id": "1168", + "id": "56641", "links": { - "self": "/stops/1168" + "self": "/stops/56641" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1168" + "related": "/facilities/?filter[stop]=56641" } }, "parent_station": { @@ -356580,14 +358672,14 @@ }, { "attributes": {}, - "id": "1804", + "id": "3164", "links": { - "self": "/stops/1804" + "self": "/stops/3164" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1804" + "related": "/facilities/?filter[stop]=3164" } }, "parent_station": { @@ -356604,14 +358696,14 @@ }, { "attributes": {}, - "id": "3783", + "id": "959", "links": { - "self": "/stops/3783" + "self": "/stops/959" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3783" + "related": "/facilities/?filter[stop]=959" } }, "parent_station": { @@ -356628,14 +358720,14 @@ }, { "attributes": {}, - "id": "3594", + "id": "6154", "links": { - "self": "/stops/3594" + "self": "/stops/6154" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3594" + "related": "/facilities/?filter[stop]=6154" } }, "parent_station": { @@ -356652,14 +358744,14 @@ }, { "attributes": {}, - "id": "8301", + "id": "97", "links": { - "self": "/stops/8301" + "self": "/stops/97" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8301" + "related": "/facilities/?filter[stop]=97" } }, "parent_station": { @@ -356675,150 +358767,96 @@ "type": "stop" }, { - "attributes": {}, - "id": "29009", + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Rockport", + "North Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Rockport - Oak Grove (Express)", + "short_name": "Newburyport Line Shuttle", + "sort_order": 62185, + "text_color": "000000", + "type": 3 + }, + "id": "Shuttle-OakGroveRockportExpress", "links": { - "self": "/stops/29009" + "self": "/routes/Shuttle-OakGroveRockportExpress" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=29009" - } - }, - "parent_station": { + "agency": { "data": { - "id": "place-sull", - "type": "stop" + "id": "1", + "type": "agency" } }, - "zone": { + "line": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "line-Newburyport", + "type": "line" } } }, - "type": "stop" + "type": "route" }, { "attributes": { "direction_id": 0, - "headsign": "Ashmont" + "headsign": "Bradford" }, - "id": "62145219", + "id": "NorthWKDYF24-696230-217-HaverhillBradfordVan", "links": { - "self": "/trips/62145219" + "self": "/trips/NorthWKDYF24-696230-217-HaverhillBradfordVan" }, "relationships": { "route": { "data": { - "id": "21", + "id": "CR-Haverhill", "type": "route" } }, "route_pattern": { "data": { - "id": "21-_-0", + "id": "CR-Haverhill-8d9ad8d2-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "FALL 2024-N-Wdy-1-S6561ad1d-HvlBrdVn", "type": "service" } }, "shape": { "data": { - "id": "210132", + "id": "9820004", "type": "shape" } }, "stops": { "data": [ { - "id": "875", - "type": "stop" - }, - { - "id": "520", - "type": "stop" - }, - { - "id": "11521", - "type": "stop" - }, - { - "id": "5232", - "type": "stop" - }, - { - "id": "523", - "type": "stop" - }, - { - "id": "524", - "type": "stop" - }, - { - "id": "5240", - "type": "stop" - }, - { - "id": "525", - "type": "stop" - }, - { - "id": "526", - "type": "stop" - }, - { - "id": "527", - "type": "stop" - }, - { - "id": "528", - "type": "stop" - }, - { - "id": "529", - "type": "stop" - }, - { - "id": "530", - "type": "stop" - }, - { - "id": "507", - "type": "stop" - }, - { - "id": "508", - "type": "stop" - }, - { - "id": "509", - "type": "stop" - }, - { - "id": "510", + "id": "BNT-0000", "type": "stop" }, { - "id": "532", + "id": "WR-0205-02", "type": "stop" }, { - "id": "533", + "id": "WR-0228-02", "type": "stop" }, { - "id": "534", + "id": "WR-0264-02", "type": "stop" }, { - "id": "334", + "id": "WR-0325-01", "type": "stop" } ] @@ -356828,14 +358866,14 @@ }, { "attributes": {}, - "id": "7537", + "id": "9155", "links": { - "self": "/stops/7537" + "self": "/stops/9155" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7537" + "related": "/facilities/?filter[stop]=9155" } }, "parent_station": { @@ -356852,14 +358890,14 @@ }, { "attributes": {}, - "id": "4804", + "id": "3395", "links": { - "self": "/stops/4804" + "self": "/stops/3395" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4804" + "related": "/facilities/?filter[stop]=3395" } }, "parent_station": { @@ -356874,16 +358912,53 @@ }, "type": "stop" }, + { + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Beth Israel Deaconess Hospital", + "Andrew Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Beth Israel Deaconess Hospital - Andrew Station", + "short_name": "CT3", + "sort_order": 40030, + "text_color": "000000", + "type": 3 + }, + "id": "708", + "links": { + "self": "/routes/708" + }, + "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, + "line": { + "data": { + "id": "line-171708", + "type": "line" + } + } + }, + "type": "route" + }, { "attributes": {}, - "id": "8686", + "id": "9199", "links": { - "self": "/stops/8686" + "self": "/stops/9199" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8686" + "related": "/facilities/?filter[stop]=9199" } }, "parent_station": { @@ -356900,14 +358975,14 @@ }, { "attributes": {}, - "id": "6165", + "id": "191", "links": { - "self": "/stops/6165" + "self": "/stops/191" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6165" + "related": "/facilities/?filter[stop]=191" } }, "parent_station": { @@ -356915,7 +358990,7 @@ }, "zone": { "data": { - "id": "LocalBus", + "id": "ExpressBus-Downtown", "type": "zone" } } @@ -356924,14 +358999,14 @@ }, { "attributes": {}, - "id": "15651", + "id": "1142", "links": { - "self": "/stops/15651" + "self": "/stops/1142" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=15651" + "related": "/facilities/?filter[stop]=1142" } }, "parent_station": { @@ -356948,14 +359023,14 @@ }, { "attributes": {}, - "id": "99991", + "id": "514", "links": { - "self": "/stops/99991" + "self": "/stops/514" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=99991" + "related": "/facilities/?filter[stop]=514" } }, "parent_station": { @@ -356972,22 +359047,25 @@ }, { "attributes": {}, - "id": "6267", + "id": "70134", "links": { - "self": "/stops/6267" + "self": "/stops/70134" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6267" + "related": "/facilities/?filter[stop]=70134" } }, "parent_station": { - "data": null + "data": { + "id": "place-brico", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -356996,62 +359074,99 @@ }, { "attributes": {}, - "id": "599", + "id": "NEC-2108-01", "links": { - "self": "/stops/599" + "self": "/stops/NEC-2108-01" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=599" + "related": "/facilities/?filter[stop]=NEC-2108-01" } }, "parent_station": { - "data": null + "data": { + "id": "place-NEC-2108", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "CR-zone-4", "type": "zone" } } }, "type": "stop" }, + { + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Riverside", + "Union Square" + ], + "direction_names": [ + "West", + "East" + ], + "long_name": "Reservoir - Kenmore", + "short_name": "Green Line D Shuttle", + "sort_order": 62010, + "text_color": "000000", + "type": 3 + }, + "id": "Shuttle-KenmoreReservoir", + "links": { + "self": "/routes/Shuttle-KenmoreReservoir" + }, + "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, + "line": { + "data": { + "id": "line-Green", + "type": "line" + } + } + }, + "type": "route" + }, { "attributes": {}, - "id": "17839", + "id": "9070131", "links": { - "self": "/stops/17839" + "self": "/stops/9070131" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=17839" + "related": "/facilities/?filter[stop]=9070131" } }, "parent_station": { "data": null }, "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } + "data": null } }, "type": "stop" }, { "attributes": {}, - "id": "6679", + "id": "8597", "links": { - "self": "/stops/6679" + "self": "/stops/8597" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6679" + "related": "/facilities/?filter[stop]=8597" } }, "parent_station": { @@ -357068,14 +359183,14 @@ }, { "attributes": {}, - "id": "5467", + "id": "9018", "links": { - "self": "/stops/5467" + "self": "/stops/9018" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5467" + "related": "/facilities/?filter[stop]=9018" } }, "parent_station": { @@ -357092,14 +359207,14 @@ }, { "attributes": {}, - "id": "8168", + "id": "5615", "links": { - "self": "/stops/8168" + "self": "/stops/5615" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8168" + "related": "/facilities/?filter[stop]=5615" } }, "parent_station": { @@ -357116,14 +359231,14 @@ }, { "attributes": {}, - "id": "71187", + "id": "601", "links": { - "self": "/stops/71187" + "self": "/stops/601" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=71187" + "related": "/facilities/?filter[stop]=601" } }, "parent_station": { @@ -357140,14 +359255,14 @@ }, { "attributes": {}, - "id": "3604", + "id": "46275", "links": { - "self": "/stops/3604" + "self": "/stops/46275" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3604" + "related": "/facilities/?filter[stop]=46275" } }, "parent_station": { @@ -357164,14 +359279,14 @@ }, { "attributes": {}, - "id": "5699", + "id": "6163", "links": { - "self": "/stops/5699" + "self": "/stops/6163" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5699" + "related": "/facilities/?filter[stop]=6163" } }, "parent_station": { @@ -357188,41 +359303,287 @@ }, { "attributes": {}, - "id": "70239", + "id": "1564", "links": { - "self": "/stops/70239" + "self": "/stops/1564" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70239" + "related": "/facilities/?filter[stop]=1564" } }, "parent_station": { - "data": { - "id": "place-prmnl", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } }, "type": "stop" }, + { + "attributes": { + "direction_id": 1, + "headsign": "University Park" + }, + "id": "67008597", + "links": { + "self": "/trips/67008597" + }, + "relationships": { + "route": { + "data": { + "id": "70", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "70-6-1", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "WinterWeekday", + "type": "service" + } + }, + "shape": { + "data": { + "id": "700273", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "9526", + "type": "stop" + }, + { + "id": "86932", + "type": "stop" + }, + { + "id": "86933", + "type": "stop" + }, + { + "id": "86935", + "type": "stop" + }, + { + "id": "86936", + "type": "stop" + }, + { + "id": "86937", + "type": "stop" + }, + { + "id": "86939", + "type": "stop" + }, + { + "id": "86940", + "type": "stop" + }, + { + "id": "869411", + "type": "stop" + }, + { + "id": "86943", + "type": "stop" + }, + { + "id": "86944", + "type": "stop" + }, + { + "id": "869451", + "type": "stop" + }, + { + "id": "86945", + "type": "stop" + }, + { + "id": "8670", + "type": "stop" + }, + { + "id": "8671", + "type": "stop" + }, + { + "id": "8672", + "type": "stop" + }, + { + "id": "8674", + "type": "stop" + }, + { + "id": "8676", + "type": "stop" + }, + { + "id": "8678", + "type": "stop" + }, + { + "id": "8679", + "type": "stop" + }, + { + "id": "8291", + "type": "stop" + }, + { + "id": "8292", + "type": "stop" + }, + { + "id": "8293", + "type": "stop" + }, + { + "id": "8294", + "type": "stop" + }, + { + "id": "8298", + "type": "stop" + }, + { + "id": "8295", + "type": "stop" + }, + { + "id": "8296", + "type": "stop" + }, + { + "id": "8297", + "type": "stop" + }, + { + "id": "1432", + "type": "stop" + }, + { + "id": "1433", + "type": "stop" + }, + { + "id": "1434", + "type": "stop" + }, + { + "id": "1435", + "type": "stop" + }, + { + "id": "1436", + "type": "stop" + }, + { + "id": "1437", + "type": "stop" + }, + { + "id": "1438", + "type": "stop" + }, + { + "id": "1442", + "type": "stop" + }, + { + "id": "1043", + "type": "stop" + }, + { + "id": "1045", + "type": "stop" + }, + { + "id": "1046", + "type": "stop" + }, + { + "id": "1049", + "type": "stop" + }, + { + "id": "1589", + "type": "stop" + }, + { + "id": "1051", + "type": "stop" + }, + { + "id": "1052", + "type": "stop" + }, + { + "id": "1053", + "type": "stop" + }, + { + "id": "1055", + "type": "stop" + }, + { + "id": "1056", + "type": "stop" + }, + { + "id": "1057", + "type": "stop" + }, + { + "id": "1058", + "type": "stop" + }, + { + "id": "1059", + "type": "stop" + }, + { + "id": "72", + "type": "stop" + }, + { + "id": "73", + "type": "stop" + }, + { + "id": "730", + "type": "stop" + } + ] + } + }, + "type": "trip" + }, { "attributes": {}, - "id": "6150", + "id": "290", "links": { - "self": "/stops/6150" + "self": "/stops/290" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6150" + "related": "/facilities/?filter[stop]=290" } }, "parent_station": { @@ -357239,14 +359600,14 @@ }, { "attributes": {}, - "id": "6507", + "id": "3286", "links": { - "self": "/stops/6507" + "self": "/stops/3286" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6507" + "related": "/facilities/?filter[stop]=3286" } }, "parent_station": { @@ -357263,25 +359624,25 @@ }, { "attributes": {}, - "id": "70266", + "id": "GB-0296-01", "links": { - "self": "/stops/70266" + "self": "/stops/GB-0296-01" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70266" + "related": "/facilities/?filter[stop]=GB-0296-01" } }, "parent_station": { "data": { - "id": "place-butlr", + "id": "place-GB-0296", "type": "stop" } }, "zone": { "data": { - "id": "RapidTransit", + "id": "CR-zone-7", "type": "zone" } } @@ -357290,14 +359651,14 @@ }, { "attributes": {}, - "id": "7104", + "id": "2518", "links": { - "self": "/stops/7104" + "self": "/stops/2518" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7104" + "related": "/facilities/?filter[stop]=2518" } }, "parent_station": { @@ -357314,25 +359675,159 @@ }, { "attributes": {}, - "id": "70179", + "id": "3683", + "links": { + "self": "/stops/3683" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=3683" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": { + "direction_id": 0, + "headsign": "Winthrop Beach" + }, + "id": "67316462", + "links": { + "self": "/trips/67316462" + }, + "relationships": { + "route": { + "data": { + "id": "713", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "713-1-0", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "WinterWeekday", + "type": "service" + } + }, + "shape": { + "data": { + "id": "7130068", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "15880", + "type": "stop" + }, + { + "id": "109802", + "type": "stop" + }, + { + "id": "109804", + "type": "stop" + }, + { + "id": "109805", + "type": "stop" + }, + { + "id": "109806", + "type": "stop" + }, + { + "id": "109808", + "type": "stop" + }, + { + "id": "109809", + "type": "stop" + }, + { + "id": "109810", + "type": "stop" + }, + { + "id": "109811", + "type": "stop" + }, + { + "id": "109812", + "type": "stop" + }, + { + "id": "109814", + "type": "stop" + }, + { + "id": "109815", + "type": "stop" + }, + { + "id": "109816", + "type": "stop" + }, + { + "id": "109817", + "type": "stop" + }, + { + "id": "109818", + "type": "stop" + }, + { + "id": "109819", + "type": "stop" + }, + { + "id": "109820", + "type": "stop" + }, + { + "id": "109821", + "type": "stop" + } + ] + } + }, + "type": "trip" + }, + { + "attributes": {}, + "id": "7907", "links": { - "self": "/stops/70179" + "self": "/stops/7907" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70179" + "related": "/facilities/?filter[stop]=7907" } }, "parent_station": { - "data": { - "id": "place-brkhl", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } @@ -357341,14 +359836,14 @@ }, { "attributes": {}, - "id": "8158", + "id": "1340", "links": { - "self": "/stops/8158" + "self": "/stops/1340" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8158" + "related": "/facilities/?filter[stop]=1340" } }, "parent_station": { @@ -357363,30 +359858,16 @@ }, "type": "stop" }, - { - "attributes": { - "color": "FFC72C", - "long_name": "Needham Junction or Dedham Mall - Watertown", - "short_name": "52/59", - "sort_order": 50520, - "text_color": "000000" - }, - "id": "line-5259", - "links": { - "self": "/lines/line-5259" - }, - "type": "line" - }, { "attributes": {}, - "id": "4489", + "id": "7295", "links": { - "self": "/stops/4489" + "self": "/stops/7295" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4489" + "related": "/facilities/?filter[stop]=7295" } }, "parent_station": { @@ -357403,25 +359884,22 @@ }, { "attributes": {}, - "id": "70073", + "id": "4794", "links": { - "self": "/stops/70073" + "self": "/stops/4794" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70073" + "related": "/facilities/?filter[stop]=4794" } }, "parent_station": { - "data": { - "id": "place-chmnl", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } @@ -357430,14 +359908,14 @@ }, { "attributes": {}, - "id": "9000", + "id": "598", "links": { - "self": "/stops/9000" + "self": "/stops/598" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9000" + "related": "/facilities/?filter[stop]=598" } }, "parent_station": { @@ -357452,61 +359930,16 @@ }, "type": "stop" }, - { - "attributes": { - "direction_id": 0, - "headsign": "Lynn (Express shuttle)" - }, - "id": "LynnNorthStationExpress-0-sample", - "links": { - "self": "/trips/LynnNorthStationExpress-0-sample" - }, - "relationships": { - "route": { - "data": { - "id": "Shuttle-LynnNorthStationExpress", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Shuttle-LynnNorthStationExpress-0-0", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "canonical", - "type": "service" - } - }, - "shape": { - "data": { - "id": "NorthStationToLynnExpress-S", - "type": "shape" - } - }, - "stops": { - "data": [ - { - "id": "BNT-0000-B1", - "type": "stop" - } - ] - } - }, - "type": "trip" - }, { "attributes": {}, - "id": "1241", + "id": "4951", "links": { - "self": "/stops/1241" + "self": "/stops/4951" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1241" + "related": "/facilities/?filter[stop]=4951" } }, "parent_station": { @@ -357521,47 +359954,16 @@ }, "type": "stop" }, - { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Marblehead", - "Wonderland Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Marblehead - Wonderland Station via Humphrey Street", - "short_name": "442", - "sort_order": 54420, - "text_color": "000000", - "type": 3 - }, - "id": "442", - "links": { - "self": "/routes/442" - }, - "relationships": { - "line": { - "data": { - "id": "line-439441442", - "type": "line" - } - } - }, - "type": "route" - }, { "attributes": {}, - "id": "849", + "id": "2189", "links": { - "self": "/stops/849" + "self": "/stops/2189" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=849" + "related": "/facilities/?filter[stop]=2189" } }, "parent_station": { @@ -357578,25 +359980,22 @@ }, { "attributes": {}, - "id": "70153", + "id": "49220", "links": { - "self": "/stops/70153" + "self": "/stops/49220" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70153" + "related": "/facilities/?filter[stop]=49220" } }, "parent_station": { - "data": { - "id": "place-hymnl", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } @@ -357605,14 +360004,14 @@ }, { "attributes": {}, - "id": "7521", + "id": "4094", "links": { - "self": "/stops/7521" + "self": "/stops/4094" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7521" + "related": "/facilities/?filter[stop]=4094" } }, "parent_station": { @@ -357629,338 +360028,286 @@ }, { "attributes": { - "direction_id": 1, - "headsign": "Forest Hills" + "direction_id": 0, + "headsign": "Marblehead via Central Square & Paradise Rd (omits Point of Pines)" }, - "id": "62146234", + "id": "67202730", "links": { - "self": "/trips/62146234" + "self": "/trips/67202730" }, "relationships": { "route": { "data": { - "id": "34E", + "id": "441", "type": "route" } }, "route_pattern": { "data": { - "id": "34E-6-1", + "id": "441-5-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "34E0262", + "id": "4410223", "type": "shape" } }, "stops": { "data": [ { - "id": "89617", - "type": "stop" - }, - { - "id": "42618", - "type": "stop" - }, - { - "id": "43618", - "type": "stop" - }, - { - "id": "44618", - "type": "stop" - }, - { - "id": "45618", - "type": "stop" - }, - { - "id": "47618", - "type": "stop" - }, - { - "id": "48618", - "type": "stop" - }, - { - "id": "61848", - "type": "stop" - }, - { - "id": "49618", - "type": "stop" - }, - { - "id": "50618", - "type": "stop" - }, - { - "id": "51618", - "type": "stop" - }, - { - "id": "61851", - "type": "stop" - }, - { - "id": "52618", - "type": "stop" - }, - { - "id": "53618", + "id": "15798", "type": "stop" }, { - "id": "54618", + "id": "4736", "type": "stop" }, { - "id": "55618", + "id": "48541", "type": "stop" }, { - "id": "56618", + "id": "4855", "type": "stop" }, { - "id": "57618", + "id": "4856", "type": "stop" }, { - "id": "61857", + "id": "4738", "type": "stop" }, { - "id": "58618", + "id": "4739", "type": "stop" }, { - "id": "59618", + "id": "4741", "type": "stop" }, { - "id": "60618", + "id": "4742", "type": "stop" }, { - "id": "61618", + "id": "4743", "type": "stop" }, { - "id": "63618", + "id": "4744", "type": "stop" }, { - "id": "35619", + "id": "4745", "type": "stop" }, { - "id": "46619", + "id": "4746", "type": "stop" }, { - "id": "47619", + "id": "4747", "type": "stop" }, { - "id": "47620", + "id": "14748", "type": "stop" }, { - "id": "48619", + "id": "6600", "type": "stop" }, { - "id": "49619", + "id": "4749", "type": "stop" }, { - "id": "50619", + "id": "4751", "type": "stop" }, { - "id": "70619", + "id": "4752", "type": "stop" }, { - "id": "80619", + "id": "14753", "type": "stop" }, { - "id": "50620", + "id": "4755", "type": "stop" }, { - "id": "60620", + "id": "4757", "type": "stop" }, { - "id": "70620", + "id": "4758", "type": "stop" }, { - "id": "80620", + "id": "4759", "type": "stop" }, { - "id": "64618", + "id": "4760", "type": "stop" }, { - "id": "65618", + "id": "4762", "type": "stop" }, { - "id": "67618", + "id": "4763", "type": "stop" }, { - "id": "61866", + "id": "4764", "type": "stop" }, { - "id": "61867", + "id": "4765", "type": "stop" }, { - "id": "68618", + "id": "4766", "type": "stop" }, { - "id": "69618", + "id": "4768", "type": "stop" }, { - "id": "70618", + "id": "4769", "type": "stop" }, { - "id": "74618", + "id": "4770", "type": "stop" }, { - "id": "71618", + "id": "4771", "type": "stop" }, { - "id": "61872", + "id": "4772", "type": "stop" }, { - "id": "619", + "id": "4777", "type": "stop" }, { - "id": "620", + "id": "4779", "type": "stop" }, { - "id": "621", + "id": "4781", "type": "stop" }, { - "id": "622", + "id": "4782", "type": "stop" }, { - "id": "623", + "id": "4784", "type": "stop" }, { - "id": "624", + "id": "4785", "type": "stop" }, { - "id": "625", + "id": "4786", "type": "stop" }, { - "id": "10625", + "id": "4787", "type": "stop" }, { - "id": "626", + "id": "4788", "type": "stop" }, { - "id": "627", + "id": "4789", "type": "stop" }, { - "id": "628", + "id": "4790", "type": "stop" }, { - "id": "629", + "id": "4791", "type": "stop" }, { - "id": "630", + "id": "4792", "type": "stop" }, { - "id": "631", + "id": "4793", "type": "stop" }, { - "id": "632", + "id": "4794", "type": "stop" }, { - "id": "633", + "id": "4795", "type": "stop" }, { - "id": "10633", + "id": "4796", "type": "stop" }, { - "id": "634", + "id": "4797", "type": "stop" }, { - "id": "635", + "id": "4799", "type": "stop" }, { - "id": "636", + "id": "4800", "type": "stop" }, { - "id": "637", + "id": "4801", "type": "stop" }, { - "id": "638", + "id": "4802", "type": "stop" }, { - "id": "639", + "id": "4803", "type": "stop" }, { - "id": "640", + "id": "4804", "type": "stop" }, { - "id": "641", + "id": "4805", "type": "stop" }, { - "id": "642", + "id": "4806", "type": "stop" }, { - "id": "10642", + "id": "4807", "type": "stop" } ] @@ -357968,16 +360315,53 @@ }, "type": "trip" }, + { + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Dedham Mall", + "Watertown Yard" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Dedham Mall - Watertown Yard", + "short_name": "52", + "sort_order": 50520, + "text_color": "000000", + "type": 3 + }, + "id": "52", + "links": { + "self": "/routes/52" + }, + "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, + "line": { + "data": { + "id": "line-5259", + "type": "line" + } + } + }, + "type": "route" + }, { "attributes": {}, - "id": "2251", + "id": "7621", "links": { - "self": "/stops/2251" + "self": "/stops/7621" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2251" + "related": "/facilities/?filter[stop]=7621" } }, "parent_station": { @@ -357994,14 +360378,14 @@ }, { "attributes": {}, - "id": "2093", + "id": "63", "links": { - "self": "/stops/2093" + "self": "/stops/63" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2093" + "related": "/facilities/?filter[stop]=63" } }, "parent_station": { @@ -358009,7 +360393,7 @@ }, "zone": { "data": { - "id": "LocalBus", + "id": "ExpressBus-Downtown", "type": "zone" } } @@ -358018,14 +360402,14 @@ }, { "attributes": {}, - "id": "2222", + "id": "22365", "links": { - "self": "/stops/2222" + "self": "/stops/22365" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2222" + "related": "/facilities/?filter[stop]=22365" } }, "parent_station": { @@ -358042,14 +360426,14 @@ }, { "attributes": {}, - "id": "4198", + "id": "4497", "links": { - "self": "/stops/4198" + "self": "/stops/4497" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4198" + "related": "/facilities/?filter[stop]=4497" } }, "parent_station": { @@ -358066,69 +360450,62 @@ }, { "attributes": {}, - "id": "WML-0177-B1", + "id": "35704", "links": { - "self": "/stops/WML-0177-B1" + "self": "/stops/35704" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=WML-0177-B1" + "related": "/facilities/?filter[stop]=35704" } }, "parent_station": { - "data": { - "id": "place-WML-0177", - "type": "stop" - } + "data": null }, "zone": { - "data": null + "data": { + "id": "LocalBus", + "type": "zone" + } } }, "type": "stop" }, { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Riverside", - "Union Square" - ], - "direction_names": [ - "West", - "East" - ], - "long_name": "Riverside - Copley via Woodland (Express)", - "short_name": "Green Line D Shuttle", - "sort_order": 61450, - "text_color": "000000", - "type": 3 - }, - "id": "Shuttle-CopleyRiversideLimited", + "attributes": {}, + "id": "804", "links": { - "self": "/routes/Shuttle-CopleyRiversideLimited" + "self": "/stops/804" }, "relationships": { - "line": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=804" + } + }, + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "line-Green", - "type": "line" + "id": "LocalBus", + "type": "zone" } } }, - "type": "route" + "type": "stop" }, { "attributes": {}, - "id": "3338", + "id": "4283", "links": { - "self": "/stops/3338" + "self": "/stops/4283" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3338" + "related": "/facilities/?filter[stop]=4283" } }, "parent_station": { @@ -358145,14 +360522,14 @@ }, { "attributes": {}, - "id": "21916", + "id": "9204", "links": { - "self": "/stops/21916" + "self": "/stops/9204" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=21916" + "related": "/facilities/?filter[stop]=9204" } }, "parent_station": { @@ -358169,14 +360546,14 @@ }, { "attributes": {}, - "id": "6949", + "id": "3347", "links": { - "self": "/stops/6949" + "self": "/stops/3347" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6949" + "related": "/facilities/?filter[stop]=3347" } }, "parent_station": { @@ -358193,14 +360570,14 @@ }, { "attributes": {}, - "id": "7208", + "id": "78212", "links": { - "self": "/stops/7208" + "self": "/stops/78212" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7208" + "related": "/facilities/?filter[stop]=78212" } }, "parent_station": { @@ -358215,16 +360592,53 @@ }, "type": "stop" }, + { + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Newburyport", + "North Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Newburyport - Beverly (Local)", + "short_name": "Newburyport Line Shuttle", + "sort_order": 60691, + "text_color": "000000", + "type": 3 + }, + "id": "Shuttle-BeverlyNewburyportLocal", + "links": { + "self": "/routes/Shuttle-BeverlyNewburyportLocal" + }, + "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, + "line": { + "data": { + "id": "line-Newburyport", + "type": "line" + } + } + }, + "type": "route" + }, { "attributes": {}, - "id": "111236", + "id": "4014", "links": { - "self": "/stops/111236" + "self": "/stops/4014" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=111236" + "related": "/facilities/?filter[stop]=4014" } }, "parent_station": { @@ -358239,16 +360653,125 @@ }, "type": "stop" }, + { + "attributes": { + "direction_id": 1, + "headsign": "North Quincy" + }, + "id": "67290854", + "links": { + "self": "/trips/67290854" + }, + "relationships": { + "route": { + "data": { + "id": "210", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "210-_-1", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "WinterWeekday", + "type": "service" + } + }, + "shape": { + "data": { + "id": "2100076", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "32005", + "type": "stop" + }, + { + "id": "3041", + "type": "stop" + }, + { + "id": "3042", + "type": "stop" + }, + { + "id": "3043", + "type": "stop" + }, + { + "id": "3045", + "type": "stop" + }, + { + "id": "3046", + "type": "stop" + }, + { + "id": "3047", + "type": "stop" + }, + { + "id": "3048", + "type": "stop" + }, + { + "id": "3049", + "type": "stop" + }, + { + "id": "3050", + "type": "stop" + }, + { + "id": "3051", + "type": "stop" + }, + { + "id": "3052", + "type": "stop" + }, + { + "id": "3054", + "type": "stop" + }, + { + "id": "3055", + "type": "stop" + }, + { + "id": "3057", + "type": "stop" + }, + { + "id": "3058", + "type": "stop" + }, + { + "id": "3125", + "type": "stop" + } + ] + } + }, + "type": "trip" + }, { "attributes": {}, - "id": "482", + "id": "3905", "links": { - "self": "/stops/482" + "self": "/stops/3905" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=482" + "related": "/facilities/?filter[stop]=3905" } }, "parent_station": { @@ -358265,14 +360788,14 @@ }, { "attributes": {}, - "id": "6734", + "id": "1800", "links": { - "self": "/stops/6734" + "self": "/stops/1800" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6734" + "related": "/facilities/?filter[stop]=1800" } }, "parent_station": { @@ -358288,29 +360811,39 @@ "type": "stop" }, { - "attributes": { - "color": "FFC72C", - "long_name": "City Point - Copley via Broadway Station", - "short_name": "9", - "sort_order": 50090, - "text_color": "000000" - }, - "id": "line-9", + "attributes": {}, + "id": "2593", "links": { - "self": "/lines/line-9" + "self": "/stops/2593" }, - "type": "line" + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=2593" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" }, { "attributes": {}, - "id": "1399", + "id": "11522", "links": { - "self": "/stops/1399" + "self": "/stops/11522" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1399" + "related": "/facilities/?filter[stop]=11522" } }, "parent_station": { @@ -358327,14 +360860,14 @@ }, { "attributes": {}, - "id": "6643", + "id": "4862", "links": { - "self": "/stops/6643" + "self": "/stops/4862" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6643" + "related": "/facilities/?filter[stop]=4862" } }, "parent_station": { @@ -358351,14 +360884,14 @@ }, { "attributes": {}, - "id": "5821", + "id": "137", "links": { - "self": "/stops/5821" + "self": "/stops/137" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5821" + "related": "/facilities/?filter[stop]=137" } }, "parent_station": { @@ -358375,25 +360908,22 @@ }, { "attributes": {}, - "id": "70160", + "id": "16539", "links": { - "self": "/stops/70160" + "self": "/stops/16539" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70160" + "related": "/facilities/?filter[stop]=16539" } }, "parent_station": { - "data": { - "id": "place-river", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } @@ -358402,25 +360932,22 @@ }, { "attributes": {}, - "id": "FB-0118-02", + "id": "1170", "links": { - "self": "/stops/FB-0118-02" + "self": "/stops/1170" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=FB-0118-02" + "related": "/facilities/?filter[stop]=1170" } }, "parent_station": { - "data": { - "id": "place-FB-0118", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "CR-zone-2", + "id": "LocalBus", "type": "zone" } } @@ -358428,120 +360955,42 @@ "type": "stop" }, { - "attributes": { - "direction_id": 1, - "headsign": "South Station" - }, - "id": "CR-670237-740", + "attributes": {}, + "id": "5740", "links": { - "self": "/trips/CR-670237-740" + "self": "/stops/5740" }, "relationships": { - "route": { - "data": { - "id": "CR-Franklin", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "CR-Franklin-cb37a682-1", - "type": "route_pattern" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=5740" } }, - "service": { + "parent_station": { "data": { - "id": "SPRING2024-SOUTHWKD-Weekday-1-S85407dc6", - "type": "service" + "id": "place-mvbcl", + "type": "stop" } }, - "shape": { + "zone": { "data": { - "id": "FoxboroToSouthStationViaFairmount", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "FS-0049-S", - "type": "stop" - }, - { - "id": "FB-0166-S", - "type": "stop" - }, - { - "id": "FB-0148-02", - "type": "stop" - }, - { - "id": "FB-0143-02", - "type": "stop" - }, - { - "id": "FB-0125-02", - "type": "stop" - }, - { - "id": "FB-0118-02", - "type": "stop" - }, - { - "id": "FB-0109-02", - "type": "stop" - }, - { - "id": "FB-0095-04", - "type": "stop" - }, - { - "id": "DB-2205-02", - "type": "stop" - }, - { - "id": "DB-2222-02", - "type": "stop" - }, - { - "id": "DB-2230-02", - "type": "stop" - }, - { - "id": "DB-2240-02", - "type": "stop" - }, - { - "id": "DB-2249-02", - "type": "stop" - }, - { - "id": "DB-2258-02", - "type": "stop" - }, - { - "id": "DB-2265-02", - "type": "stop" - }, - { - "id": "NEC-2287", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "2475", + "id": "7185", "links": { - "self": "/stops/2475" + "self": "/stops/7185" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2475" + "related": "/facilities/?filter[stop]=7185" } }, "parent_station": { @@ -358558,14 +361007,14 @@ }, { "attributes": {}, - "id": "564", + "id": "472", "links": { - "self": "/stops/564" + "self": "/stops/472" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=564" + "related": "/facilities/?filter[stop]=472" } }, "parent_station": { @@ -358582,14 +361031,14 @@ }, { "attributes": {}, - "id": "10830", + "id": "3400", "links": { - "self": "/stops/10830" + "self": "/stops/3400" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=10830" + "related": "/facilities/?filter[stop]=3400" } }, "parent_station": { @@ -358606,14 +361055,14 @@ }, { "attributes": {}, - "id": "4284", + "id": "8237", "links": { - "self": "/stops/4284" + "self": "/stops/8237" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4284" + "related": "/facilities/?filter[stop]=8237" } }, "parent_station": { @@ -358628,16 +361077,53 @@ }, "type": "stop" }, + { + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Boston College", + "Government Center" + ], + "direction_names": [ + "West", + "East" + ], + "long_name": "Boston College - Kenmore", + "short_name": "Green Line B Shuttle", + "sort_order": 60790, + "text_color": "000000", + "type": 3 + }, + "id": "Shuttle-BostonCollegeKenmore", + "links": { + "self": "/routes/Shuttle-BostonCollegeKenmore" + }, + "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, + "line": { + "data": { + "id": "line-Green", + "type": "line" + } + } + }, + "type": "route" + }, { "attributes": {}, - "id": "8239", + "id": "5434", "links": { - "self": "/stops/8239" + "self": "/stops/5434" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8239" + "related": "/facilities/?filter[stop]=5434" } }, "parent_station": { @@ -358652,16 +361138,153 @@ }, "type": "stop" }, + { + "attributes": { + "direction_id": 1, + "headsign": "University Park" + }, + "id": "67146901", + "links": { + "self": "/trips/67146901" + }, + "relationships": { + "route": { + "data": { + "id": "64", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "64-_-1", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "BUS12025-hbt15hl6-Saturday-02", + "type": "service" + } + }, + "shape": { + "data": { + "id": "640189", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "1214", + "type": "stop" + }, + { + "id": "1094", + "type": "stop" + }, + { + "id": "1100", + "type": "stop" + }, + { + "id": "1102", + "type": "stop" + }, + { + "id": "1103", + "type": "stop" + }, + { + "id": "1104", + "type": "stop" + }, + { + "id": "1105", + "type": "stop" + }, + { + "id": "1040", + "type": "stop" + }, + { + "id": "11070", + "type": "stop" + }, + { + "id": "11071", + "type": "stop" + }, + { + "id": "1110", + "type": "stop" + }, + { + "id": "1111", + "type": "stop" + }, + { + "id": "1112", + "type": "stop" + }, + { + "id": "1114", + "type": "stop" + }, + { + "id": "1115", + "type": "stop" + }, + { + "id": "1116", + "type": "stop" + }, + { + "id": "1055", + "type": "stop" + }, + { + "id": "1056", + "type": "stop" + }, + { + "id": "1057", + "type": "stop" + }, + { + "id": "1058", + "type": "stop" + }, + { + "id": "1059", + "type": "stop" + }, + { + "id": "72", + "type": "stop" + }, + { + "id": "73", + "type": "stop" + }, + { + "id": "730", + "type": "stop" + } + ] + } + }, + "type": "trip" + }, { "attributes": {}, - "id": "7968", + "id": "528", "links": { - "self": "/stops/7968" + "self": "/stops/528" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7968" + "related": "/facilities/?filter[stop]=528" } }, "parent_station": { @@ -358678,14 +361301,14 @@ }, { "attributes": {}, - "id": "7791", + "id": "4101", "links": { - "self": "/stops/7791" + "self": "/stops/4101" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7791" + "related": "/facilities/?filter[stop]=4101" } }, "parent_station": { @@ -358702,14 +361325,14 @@ }, { "attributes": {}, - "id": "5397", + "id": "790", "links": { - "self": "/stops/5397" + "self": "/stops/790" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5397" + "related": "/facilities/?filter[stop]=790" } }, "parent_station": { @@ -358726,14 +361349,14 @@ }, { "attributes": {}, - "id": "730", + "id": "109900", "links": { - "self": "/stops/730" + "self": "/stops/109900" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=730" + "related": "/facilities/?filter[stop]=109900" } }, "parent_station": { @@ -358750,14 +361373,14 @@ }, { "attributes": {}, - "id": "38496", + "id": "16305", "links": { - "self": "/stops/38496" + "self": "/stops/16305" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=38496" + "related": "/facilities/?filter[stop]=16305" } }, "parent_station": { @@ -358774,25 +361397,22 @@ }, { "attributes": {}, - "id": "NEC-1891-01", + "id": "2264", "links": { - "self": "/stops/NEC-1891-01" + "self": "/stops/2264" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=NEC-1891-01" + "related": "/facilities/?filter[stop]=2264" } }, "parent_station": { - "data": { - "id": "place-NEC-1891", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "CR-zone-8", + "id": "LocalBus", "type": "zone" } } @@ -358801,14 +361421,14 @@ }, { "attributes": {}, - "id": "6950", + "id": "81451", "links": { - "self": "/stops/6950" + "self": "/stops/81451" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6950" + "related": "/facilities/?filter[stop]=81451" } }, "parent_station": { @@ -358825,14 +361445,14 @@ }, { "attributes": {}, - "id": "11836", + "id": "25982", "links": { - "self": "/stops/11836" + "self": "/stops/25982" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=11836" + "related": "/facilities/?filter[stop]=25982" } }, "parent_station": { @@ -358849,22 +361469,25 @@ }, { "attributes": {}, - "id": "609", + "id": "70100", "links": { - "self": "/stops/609" + "self": "/stops/70100" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=609" + "related": "/facilities/?filter[stop]=70100" } }, "parent_station": { - "data": null + "data": { + "id": "place-wlsta", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -358873,14 +361496,14 @@ }, { "attributes": {}, - "id": "7578", + "id": "7477", "links": { - "self": "/stops/7578" + "self": "/stops/7477" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7578" + "related": "/facilities/?filter[stop]=7477" } }, "parent_station": { @@ -358897,14 +361520,14 @@ }, { "attributes": {}, - "id": "8952", + "id": "2451", "links": { - "self": "/stops/8952" + "self": "/stops/2451" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8952" + "related": "/facilities/?filter[stop]=2451" } }, "parent_station": { @@ -358921,14 +361544,14 @@ }, { "attributes": {}, - "id": "7846", + "id": "1728", "links": { - "self": "/stops/7846" + "self": "/stops/1728" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7846" + "related": "/facilities/?filter[stop]=1728" } }, "parent_station": { @@ -358945,14 +361568,14 @@ }, { "attributes": {}, - "id": "7248", + "id": "6638", "links": { - "self": "/stops/7248" + "self": "/stops/6638" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7248" + "related": "/facilities/?filter[stop]=6638" } }, "parent_station": { @@ -358969,186 +361592,174 @@ }, { "attributes": {}, - "id": "WR-0075-B0", + "id": "1593", "links": { - "self": "/stops/WR-0075-B0" + "self": "/stops/1593" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=WR-0075-B0" + "related": "/facilities/?filter[stop]=1593" } }, "parent_station": { - "data": { - "id": "place-WR-0075", - "type": "stop" - } + "data": null }, "zone": { - "data": null + "data": { + "id": "LocalBus", + "type": "zone" + } } }, "type": "stop" }, { "attributes": { - "direction_id": 0, - "headsign": "Brighton Center via Brookline" + "direction_id": 1, + "headsign": "Maverick via Jeffries Point" }, - "id": "61391657", + "id": "67203013", "links": { - "self": "/trips/61391657" + "self": "/trips/67203013" }, "relationships": { "route": { "data": { - "id": "66", + "id": "120", "type": "route" } }, "route_pattern": { "data": { - "id": "66-5-0", + "id": "120-2-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "660266", + "id": "1200165", "type": "shape" } }, "stops": { "data": [ { - "id": "64000", - "type": "stop" - }, - { - "id": "1148", - "type": "stop" - }, - { - "id": "11149", - "type": "stop" - }, - { - "id": "11148", + "id": "5880", "type": "stop" }, { - "id": "21148", + "id": "5881", "type": "stop" }, { - "id": "1357", + "id": "5839", "type": "stop" }, { - "id": "13590", + "id": "5841", "type": "stop" }, { - "id": "1360", + "id": "5842", "type": "stop" }, { - "id": "1362", + "id": "5843", "type": "stop" }, { - "id": "1363", + "id": "5844", "type": "stop" }, { - "id": "1365", + "id": "5666", "type": "stop" }, { - "id": "1366", + "id": "5848", "type": "stop" }, { - "id": "1526", + "id": "5849", "type": "stop" }, { - "id": "1367", + "id": "5850", "type": "stop" }, { - "id": "1369", + "id": "5851", "type": "stop" }, { - "id": "1371", + "id": "5852", "type": "stop" }, { - "id": "1372", + "id": "5853", "type": "stop" }, { - "id": "1373", + "id": "5854", "type": "stop" }, { - "id": "1375", + "id": "5736", "type": "stop" }, { - "id": "1376", + "id": "5737", "type": "stop" }, { - "id": "1378", + "id": "57400", "type": "stop" }, { - "id": "1379", + "id": "15857", "type": "stop" }, { - "id": "964", + "id": "5857", "type": "stop" }, { - "id": "966", + "id": "5858", "type": "stop" }, { - "id": "967", + "id": "5859", "type": "stop" }, { - "id": "969", + "id": "5861", "type": "stop" }, { - "id": "970", + "id": "5862", "type": "stop" }, { - "id": "971", + "id": "5863", "type": "stop" }, { - "id": "1301", + "id": "5864", "type": "stop" }, { - "id": "1994", + "id": "5865", "type": "stop" }, { - "id": "994", + "id": "5740", "type": "stop" } ] @@ -359156,49 +361767,25 @@ }, "type": "trip" }, - { - "attributes": {}, - "id": "4395", - "links": { - "self": "/stops/4395" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=4395" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, { "attributes": { "direction_id": 0, - "headsign": "Jackson Square (Shuttle)" + "headsign": "Riverside (Shuttle)" }, - "id": "BackBayJacksonSquare-0-sample", + "id": "NewtonHighlandsRiverside-0-sample", "links": { - "self": "/trips/BackBayJacksonSquare-0-sample" + "self": "/trips/NewtonHighlandsRiverside-0-sample" }, "relationships": { "route": { "data": { - "id": "Shuttle-BackBayJackson", + "id": "Shuttle-NewtonHighlandsRiverside", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-BackBayJackson-0-0", + "id": "Shuttle-NewtonHighlandsRiverside-0-0", "type": "route_pattern" } }, @@ -359210,30 +361797,30 @@ }, "shape": { "data": { - "id": "BackBayToJacksonSquare-S", + "id": "NewtonHighlandsToRiverside-S", "type": "shape" } }, "stops": { "data": [ { - "id": "11384", + "id": "9170169", "type": "stop" }, { - "id": "9070012", + "id": "8206", "type": "stop" }, { - "id": "17861", + "id": "9070165", "type": "stop" }, { - "id": "1258", + "id": "9070162", "type": "stop" }, { - "id": "11531", + "id": "38155", "type": "stop" } ] @@ -359243,222 +361830,103 @@ }, { "attributes": {}, - "id": "70219", - "links": { - "self": "/stops/70219" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=70219" - } - }, - "parent_station": { - "data": { - "id": "place-cool", - "type": "stop" - } - }, - "zone": { - "data": { - "id": "RapidTransit", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "1170", + "id": "9070220", "links": { - "self": "/stops/1170" + "self": "/stops/9070220" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1170" + "related": "/facilities/?filter[stop]=9070220" } }, "parent_station": { "data": null }, "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "3902", - "links": { - "self": "/stops/3902" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=3902" - } - }, - "parent_station": { "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } } }, "type": "stop" }, { "attributes": { - "direction_id": 0, - "headsign": "Foxboro" - }, - "id": "canonical-CR-Foxboro-C1-0", - "links": { - "self": "/trips/canonical-CR-Foxboro-C1-0" - }, - "relationships": { - "route": { - "data": { - "id": "CR-Foxboro", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "CR-Foxboro-C1-0", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "canonical", - "type": "service" - } - }, - "shape": { - "data": { - "id": "canonical-SouthStationToFoxboroViaBackBay", - "type": "shape" - } - }, - "stops": { - "data": [ - { - "id": "NEC-2287", - "type": "stop" - }, - { - "id": "NEC-2276", - "type": "stop" - }, - { - "id": "FB-0118-01", - "type": "stop" - }, - { - "id": "FS-0049-S", - "type": "stop" - } - ] - } - }, - "type": "trip" - }, - { - "attributes": { - "direction_id": 0, - "headsign": "Haverhill (Shuttle)" + "direction_id": 1, + "headsign": "South Station" }, - "id": "HaverhillBallardvaleMaldenCenter-0-sample", + "id": "BaseWML-697675-504", "links": { - "self": "/trips/HaverhillBallardvaleMaldenCenter-0-sample" + "self": "/trips/BaseWML-697675-504" }, "relationships": { "route": { "data": { - "id": "Shuttle-HaverhillMaldenCenter", + "id": "CR-Worcester", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-HaverhillMaldenCenter-0-0", + "id": "CR-Worcester-72c8dfb6-1", "type": "route_pattern" } }, "service": { "data": { - "id": "canonical", + "id": "FALL 2024-SOUTHWKD-Weekday-42-Sb0e4ed14", "type": "service" } }, "shape": { "data": { - "id": "MaldenCenterToHaverhill-S", + "id": "9850001", "type": "shape" } }, "stops": { "data": [ { - "id": "5072", - "type": "stop" - }, - { - "id": "WR-0062-B0", - "type": "stop" - }, - { - "id": "WR-0067-B0", + "id": "WML-0442-CS", "type": "stop" }, { - "id": "WR-0075-B2", + "id": "WML-0364-02", "type": "stop" }, { - "id": "WR-0085-B0", + "id": "WML-0340-02", "type": "stop" }, { - "id": "WR-0099-B0", + "id": "WML-0274-02", "type": "stop" }, { - "id": "WR-0120-B", + "id": "WML-0252-02", "type": "stop" }, { - "id": "WR-0163-B0", + "id": "WML-0214-02", "type": "stop" }, { - "id": "WR-0205-B2", + "id": "WML-0199-02", "type": "stop" }, { - "id": "WR-0228-B0", + "id": "WML-0035-02", "type": "stop" }, { - "id": "WR-0264-B2", + "id": "WML-0025-05", "type": "stop" }, { - "id": "WR-0325-B", + "id": "WML-0012-05", "type": "stop" }, { - "id": "WR-0329-B", + "id": "NEC-2287", "type": "stop" } ] @@ -359468,14 +361936,14 @@ }, { "attributes": {}, - "id": "9028", + "id": "49797", "links": { - "self": "/stops/9028" + "self": "/stops/49797" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9028" + "related": "/facilities/?filter[stop]=49797" } }, "parent_station": { @@ -359492,22 +361960,25 @@ }, { "attributes": {}, - "id": "8905", + "id": "70278", "links": { - "self": "/stops/8905" + "self": "/stops/70278" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8905" + "related": "/facilities/?filter[stop]=70278" } }, "parent_station": { - "data": null + "data": { + "id": "place-astao", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -359516,14 +361987,14 @@ }, { "attributes": {}, - "id": "9421", + "id": "2032", "links": { - "self": "/stops/9421" + "self": "/stops/2032" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9421" + "related": "/facilities/?filter[stop]=2032" } }, "parent_station": { @@ -359541,53 +362012,45 @@ { "attributes": { "direction_id": 0, - "headsign": "Harvard (Shuttle)" + "headsign": "Winthrop Landing" }, - "id": "AlewifeHarvardViaBrattle-0-sample", + "id": "Boat-F6-0730-Aquarium-BWN-01-Weekday-Summer-25", "links": { - "self": "/trips/AlewifeHarvardViaBrattle-0-sample" + "self": "/trips/Boat-F6-0730-Aquarium-BWN-01-Weekday-Summer-25" }, "relationships": { "route": { "data": { - "id": "Shuttle-AlewifeHarvardViaBrattle", + "id": "Boat-F6", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-AlewifeHarvardViaBrattle-0-0", + "id": "Boat-F6-6-0", "type": "route_pattern" } }, "service": { "data": { - "id": "canonical", + "id": "Boat-F6-Weekday-Summer-25", "type": "service" } }, "shape": { "data": { - "id": "AlewifeToHarvardViaBrattle-S", + "id": "CentralWharfToWinthrop-F", "type": "shape" } }, "stops": { "data": [ { - "id": "141", - "type": "stop" - }, - { - "id": "2581", - "type": "stop" - }, - { - "id": "9070065", + "id": "Boat-Aquarium", "type": "stop" }, { - "id": "9070072", + "id": "Boat-Winthrop", "type": "stop" } ] @@ -359597,14 +362060,14 @@ }, { "attributes": {}, - "id": "5875", + "id": "111830", "links": { - "self": "/stops/5875" + "self": "/stops/111830" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5875" + "related": "/facilities/?filter[stop]=111830" } }, "parent_station": { @@ -359621,14 +362084,14 @@ }, { "attributes": {}, - "id": "5851", + "id": "4184", "links": { - "self": "/stops/5851" + "self": "/stops/4184" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5851" + "related": "/facilities/?filter[stop]=4184" } }, "parent_station": { @@ -359645,14 +362108,14 @@ }, { "attributes": {}, - "id": "47618", + "id": "2283", "links": { - "self": "/stops/47618" + "self": "/stops/2283" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=47618" + "related": "/facilities/?filter[stop]=2283" } }, "parent_station": { @@ -359669,331 +362132,178 @@ }, { "attributes": { - "direction_id": 0, - "headsign": "Watertown Yard" + "direction_id": 1, + "headsign": "Harbor Point via South Bay Center" }, - "id": "61392310_3", + "id": "66651621", "links": { - "self": "/trips/61392310_3" + "self": "/trips/66651621" }, "relationships": { "route": { "data": { - "id": "57", + "id": "16", "type": "route" } }, "route_pattern": { "data": { - "id": "57-C-0", + "id": "16-8-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "660267-3", + "id": "160366", "type": "shape" } }, "stops": { "data": [ { - "id": "966", - "type": "stop" - }, - { - "id": "967", - "type": "stop" - }, - { - "id": "969", - "type": "stop" - }, - { - "id": "970", - "type": "stop" - }, - { - "id": "971", - "type": "stop" - }, - { - "id": "972", - "type": "stop" - }, - { - "id": "973", - "type": "stop" - }, - { - "id": "974", - "type": "stop" - }, - { - "id": "975", - "type": "stop" - }, - { - "id": "977", - "type": "stop" - }, - { - "id": "9780", - "type": "stop" - }, - { - "id": "979", - "type": "stop" - }, - { - "id": "981", - "type": "stop" - }, - { - "id": "982", - "type": "stop" - }, - { - "id": "983", - "type": "stop" - }, - { - "id": "985", + "id": "875", "type": "stop" }, { - "id": "986", + "id": "520", "type": "stop" }, { - "id": "987", + "id": "522", "type": "stop" }, { - "id": "988", + "id": "10522", "type": "stop" }, { - "id": "989", + "id": "2922", "type": "stop" }, { - "id": "900", - "type": "stop" - } - ] - } - }, - "type": "trip" - }, - { - "attributes": {}, - "id": "5827", - "links": { - "self": "/stops/5827" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=5827" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "3672", - "links": { - "self": "/stops/3672" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=3672" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": { - "direction_id": 1, - "headsign": "Jackson Square via Franklin Field" - }, - "id": "62144591", - "links": { - "self": "/trips/62144591" - }, - "relationships": { - "route": { - "data": { - "id": "29", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "29-1-1", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "SpringWeekday", - "type": "service" - } - }, - "shape": { - "data": { - "id": "290144", - "type": "shape" - } - }, - "stops": { - "data": [ - { - "id": "18511", + "id": "2923", "type": "stop" }, { - "id": "1722", + "id": "2904", "type": "stop" }, { - "id": "1723", + "id": "2924", "type": "stop" }, { - "id": "1724", + "id": "2925", "type": "stop" }, { - "id": "1725", + "id": "2926", "type": "stop" }, { - "id": "1726", + "id": "2928", "type": "stop" }, { - "id": "1728", + "id": "2929", "type": "stop" }, { - "id": "1730", + "id": "2930", "type": "stop" }, { - "id": "1731", + "id": "2931", "type": "stop" }, { - "id": "1732", + "id": "2932", "type": "stop" }, { - "id": "1733", + "id": "12932", "type": "stop" }, { - "id": "1734", + "id": "1480", "type": "stop" }, { - "id": "11735", + "id": "2933", "type": "stop" }, { - "id": "11736", + "id": "2934", "type": "stop" }, { - "id": "1735", + "id": "124", "type": "stop" }, { - "id": "1736", + "id": "125", "type": "stop" }, { - "id": "1737", + "id": "29049", "type": "stop" }, { - "id": "381", + "id": "29051", "type": "stop" }, { - "id": "382", + "id": "29052", "type": "stop" }, { - "id": "383", + "id": "13", "type": "stop" }, { - "id": "9448", + "id": "15201", "type": "stop" }, { - "id": "1739", + "id": "5201", "type": "stop" }, { - "id": "1740", + "id": "35201", "type": "stop" }, { - "id": "1741", + "id": "5202", "type": "stop" }, { - "id": "1742", + "id": "5203", "type": "stop" }, { - "id": "1743", + "id": "121", "type": "stop" }, { - "id": "1188", + "id": "138", "type": "stop" }, { - "id": "1215", + "id": "139", "type": "stop" }, { - "id": "1216", + "id": "140", "type": "stop" }, { - "id": "11531", + "id": "142", "type": "stop" } ] @@ -360003,14 +362313,14 @@ }, { "attributes": {}, - "id": "4558", + "id": "8591", "links": { - "self": "/stops/4558" + "self": "/stops/8591" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4558" + "related": "/facilities/?filter[stop]=8591" } }, "parent_station": { @@ -360027,14 +362337,14 @@ }, { "attributes": {}, - "id": "2610", + "id": "1554", "links": { - "self": "/stops/2610" + "self": "/stops/1554" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2610" + "related": "/facilities/?filter[stop]=1554" } }, "parent_station": { @@ -360051,72 +362361,38 @@ }, { "attributes": {}, - "id": "GRB-0183-S", + "id": "111738", "links": { - "self": "/stops/GRB-0183-S" + "self": "/stops/111738" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=GRB-0183-S" + "related": "/facilities/?filter[stop]=111738" } }, "parent_station": { - "data": { - "id": "place-GRB-0183", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "CR-zone-4", + "id": "LocalBus", "type": "zone" } } }, "type": "stop" }, - { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Mattapan Station", - "Forest Hills Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Mattapan Station - Forest Hills Station via Cummins Highway and Roslindale Square", - "short_name": "30", - "sort_order": 50300, - "text_color": "000000", - "type": 3 - }, - "id": "30", - "links": { - "self": "/routes/30" - }, - "relationships": { - "line": { - "data": { - "id": "line-30", - "type": "line" - } - } - }, - "type": "route" - }, { "attributes": {}, - "id": "3464", + "id": "3257", "links": { - "self": "/stops/3464" + "self": "/stops/3257" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3464" + "related": "/facilities/?filter[stop]=3257" } }, "parent_station": { @@ -360133,14 +362409,14 @@ }, { "attributes": {}, - "id": "6695", + "id": "9108", "links": { - "self": "/stops/6695" + "self": "/stops/9108" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6695" + "related": "/facilities/?filter[stop]=9108" } }, "parent_station": { @@ -360155,124 +362431,37 @@ }, "type": "stop" }, - { - "attributes": { - "direction_id": 1, - "headsign": "Downtown via Cambridge St and Copley (Express)" - }, - "id": "61394424", - "links": { - "self": "/trips/61394424" - }, - "relationships": { - "route": { - "data": { - "id": "501", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "501-5-1", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "SpringWeekday", - "type": "service" - } - }, - "shape": { - "data": { - "id": "501-5-1", - "type": "shape" - } - }, - "stops": { - "data": [ - { - "id": "994", - "type": "stop" - }, - { - "id": "920", - "type": "stop" - }, - { - "id": "19201", - "type": "stop" - }, - { - "id": "922", - "type": "stop" - }, - { - "id": "924", - "type": "stop" - }, - { - "id": "925", - "type": "stop" - }, - { - "id": "1111", - "type": "stop" - }, - { - "id": "1112", - "type": "stop" - }, - { - "id": "1114", - "type": "stop" - }, - { - "id": "71855", - "type": "stop" - }, - { - "id": "6542", - "type": "stop" - }, - { - "id": "6550", - "type": "stop" - }, - { - "id": "6551", - "type": "stop" - } - ] - } - }, - "type": "trip" - }, { "attributes": { "color": "FFC72C", "direction_destinations": [ - "Ashmont/Braintree", - "Alewife" + "Riverside", + "Union Square" ], "direction_names": [ - "South", - "North" + "West", + "East" ], - "long_name": "Kendall/MIT - Broadway via Pearl Street", - "short_name": "Red Line Shuttle", - "sort_order": 61075, + "long_name": "Reservoir - Brookline Hills", + "short_name": "Green Line D Shuttle", + "sort_order": 61200, "text_color": "000000", "type": 3 }, - "id": "Shuttle-BroadwayKendallOmitDTX", + "id": "Shuttle-BrooklineHillsReservoir", "links": { - "self": "/routes/Shuttle-BroadwayKendallOmitDTX" + "self": "/routes/Shuttle-BrooklineHillsReservoir" }, "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, "line": { "data": { - "id": "line-Red", + "id": "line-Green", "type": "line" } } @@ -360281,14 +362470,14 @@ }, { "attributes": {}, - "id": "25991", + "id": "18691", "links": { - "self": "/stops/25991" + "self": "/stops/18691" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=25991" + "related": "/facilities/?filter[stop]=18691" } }, "parent_station": { @@ -360305,14 +362494,14 @@ }, { "attributes": {}, - "id": "32628", + "id": "7618", "links": { - "self": "/stops/32628" + "self": "/stops/7618" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=32628" + "related": "/facilities/?filter[stop]=7618" } }, "parent_station": { @@ -360329,14 +362518,14 @@ }, { "attributes": {}, - "id": "65547", + "id": "8194", "links": { - "self": "/stops/65547" + "self": "/stops/8194" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=65547" + "related": "/facilities/?filter[stop]=8194" } }, "parent_station": { @@ -360353,14 +362542,14 @@ }, { "attributes": {}, - "id": "4816", + "id": "2447", "links": { - "self": "/stops/4816" + "self": "/stops/2447" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4816" + "related": "/facilities/?filter[stop]=2447" } }, "parent_station": { @@ -360377,14 +362566,14 @@ }, { "attributes": {}, - "id": "4158", + "id": "3817", "links": { - "self": "/stops/4158" + "self": "/stops/3817" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4158" + "related": "/facilities/?filter[stop]=3817" } }, "parent_station": { @@ -360401,167 +362590,70 @@ }, { "attributes": {}, - "id": "9441", + "id": "34503", "links": { - "self": "/stops/9441" + "self": "/stops/34503" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9441" + "related": "/facilities/?filter[stop]=34503" } }, "parent_station": { "data": null }, "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } + "data": null } }, "type": "stop" }, { - "attributes": { - "direction_id": 1, - "headsign": "Malden" - }, - "id": "61869073", + "attributes": {}, + "id": "8864", "links": { - "self": "/trips/61869073" + "self": "/stops/8864" }, "relationships": { - "route": { - "data": { - "id": "108", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "108-7-1", - "type": "route_pattern" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=8864" } }, - "service": { - "data": { - "id": "SpringWeekday", - "type": "service" - } + "parent_station": { + "data": null }, - "shape": { + "zone": { "data": { - "id": "1080214", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "7412", - "type": "stop" - }, - { - "id": "6283", - "type": "stop" - }, - { - "id": "6284", - "type": "stop" - }, - { - "id": "6285", - "type": "stop" - }, - { - "id": "9018", - "type": "stop" - }, - { - "id": "9019", - "type": "stop" - }, - { - "id": "9020", - "type": "stop" - }, - { - "id": "9021", - "type": "stop" - }, - { - "id": "9023", - "type": "stop" - }, - { - "id": "9024", - "type": "stop" - }, - { - "id": "9025", - "type": "stop" - }, - { - "id": "9026", - "type": "stop" - }, - { - "id": "5440", - "type": "stop" - }, - { - "id": "5441", - "type": "stop" - }, - { - "id": "5442", - "type": "stop" - }, - { - "id": "5443", - "type": "stop" - }, - { - "id": "5444", - "type": "stop" - }, - { - "id": "5445", - "type": "stop" - }, - { - "id": "15431", - "type": "stop" - }, - { - "id": "5072", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "5100", + "id": "MM-0079-S", "links": { - "self": "/stops/5100" + "self": "/stops/MM-0079-S" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5100" + "related": "/facilities/?filter[stop]=MM-0079-S" } }, "parent_station": { - "data": null + "data": { + "id": "place-qnctr", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "CR-zone-1", "type": "zone" } } @@ -360570,21 +362662,24 @@ }, { "attributes": {}, - "id": "9070134", + "id": "82050", "links": { - "self": "/stops/9070134" + "self": "/stops/82050" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9070134" + "related": "/facilities/?filter[stop]=82050" } }, "parent_station": { "data": null }, "zone": { - "data": null + "data": { + "id": "LocalBus", + "type": "zone" + } } }, "type": "stop" @@ -360592,22 +362687,22 @@ { "attributes": { "direction_id": 0, - "headsign": "Government Center via Union Square (Shuttle)" + "headsign": "Riverside (Shuttle)" }, - "id": "GreenEGovernmentCenterMedfordViaUnionSq-0-sample", + "id": "ReservoirRiverside-0-sample", "links": { - "self": "/trips/GreenEGovernmentCenterMedfordViaUnionSq-0-sample" + "self": "/trips/ReservoirRiverside-0-sample" }, "relationships": { "route": { "data": { - "id": "Shuttle-GovernmentCenterMedfordViaUnionSq", + "id": "Shuttle-ReservoirRiverside", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-GovernmentCenterMedfordViaUnionSq-0-0", + "id": "Shuttle-ReservoirRiverside-0-0", "type": "route_pattern" } }, @@ -360619,151 +362714,42 @@ }, "shape": { "data": { - "id": "MedfordTuftsToGovernmentCenter-S", - "type": "shape" - } - }, - "stops": { - "data": [ - { - "id": "2379", - "type": "stop" - }, - { - "id": "2697", - "type": "stop" - }, - { - "id": "9070508", - "type": "stop" - }, - { - "id": "2388", - "type": "stop" - }, - { - "id": "2690", - "type": "stop" - }, - { - "id": "9170503", - "type": "stop" - }, - { - "id": "70500", - "type": "stop" - }, - { - "id": "9070093", - "type": "stop" - }, - { - "id": "9170206", - "type": "stop" - }, - { - "id": "9170024", - "type": "stop" - }, - { - "id": "4510", - "type": "stop" - } - ] - } - }, - "type": "trip" - }, - { - "attributes": { - "direction_id": 1, - "headsign": "Fields Corner via Neponset Ave" - }, - "id": "61928650", - "links": { - "self": "/trips/61928650" - }, - "relationships": { - "route": { - "data": { - "id": "202", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "202-6-1", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "SpringWeekday", - "type": "service" - } - }, - "shape": { - "data": { - "id": "2020072", + "id": "ReservoirToRiverside-S", "type": "shape" } }, "stops": { "data": [ { - "id": "38813", - "type": "stop" - }, - { - "id": "38814", - "type": "stop" - }, - { - "id": "8803", - "type": "stop" - }, - { - "id": "8805", - "type": "stop" - }, - { - "id": "8806", - "type": "stop" - }, - { - "id": "8807", - "type": "stop" - }, - { - "id": "8808", + "id": "21917", "type": "stop" }, { - "id": "8327", + "id": "1540", "type": "stop" }, { - "id": "3087", + "id": "9070171", "type": "stop" }, { - "id": "3088", + "id": "9170169", "type": "stop" }, { - "id": "3089", + "id": "8206", "type": "stop" }, { - "id": "32501", + "id": "9070165", "type": "stop" }, { - "id": "322", + "id": "9070162", "type": "stop" }, { - "id": "323", + "id": "38155", "type": "stop" } ] @@ -360773,21 +362759,18 @@ }, { "attributes": {}, - "id": "121", + "id": "883", "links": { - "self": "/stops/121" + "self": "/stops/883" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=121" + "related": "/facilities/?filter[stop]=883" } }, "parent_station": { - "data": { - "id": "place-jfk", - "type": "stop" - } + "data": null }, "zone": { "data": { @@ -360800,14 +362783,14 @@ }, { "attributes": {}, - "id": "4745", + "id": "10008", "links": { - "self": "/stops/4745" + "self": "/stops/10008" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4745" + "related": "/facilities/?filter[stop]=10008" } }, "parent_station": { @@ -360824,14 +362807,14 @@ }, { "attributes": {}, - "id": "1057", + "id": "4201", "links": { - "self": "/stops/1057" + "self": "/stops/4201" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1057" + "related": "/facilities/?filter[stop]=4201" } }, "parent_station": { @@ -360847,288 +362830,42 @@ "type": "stop" }, { - "attributes": { - "direction_id": 1, - "headsign": "Ashmont" - }, - "id": "61929423", + "attributes": {}, + "id": "70507", "links": { - "self": "/trips/61929423" + "self": "/stops/70507" }, "relationships": { - "route": { - "data": { - "id": "240", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "240-_-1", - "type": "route_pattern" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=70507" } }, - "service": { + "parent_station": { "data": { - "id": "SpringWeekday", - "type": "service" + "id": "place-mgngl", + "type": "stop" } }, - "shape": { + "zone": { "data": { - "id": "2400229", - "type": "shape" + "id": "RapidTransit", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "4277", - "type": "stop" - }, - { - "id": "4278", - "type": "stop" - }, - { - "id": "4279", - "type": "stop" - }, - { - "id": "4280", - "type": "stop" - }, - { - "id": "4281", - "type": "stop" - }, - { - "id": "4282", - "type": "stop" - }, - { - "id": "4283", - "type": "stop" - }, - { - "id": "4284", - "type": "stop" - }, - { - "id": "4285", - "type": "stop" - }, - { - "id": "4286", - "type": "stop" - }, - { - "id": "4288", - "type": "stop" - }, - { - "id": "4289", - "type": "stop" - }, - { - "id": "4290", - "type": "stop" - }, - { - "id": "4291", - "type": "stop" - }, - { - "id": "4292", - "type": "stop" - }, - { - "id": "4293", - "type": "stop" - }, - { - "id": "4294", - "type": "stop" - }, - { - "id": "42951", - "type": "stop" - }, - { - "id": "4297", - "type": "stop" - }, - { - "id": "4298", - "type": "stop" - }, - { - "id": "4299", - "type": "stop" - }, - { - "id": "4300", - "type": "stop" - }, - { - "id": "4301", - "type": "stop" - }, - { - "id": "43011", - "type": "stop" - }, - { - "id": "4303", - "type": "stop" - }, - { - "id": "4304", - "type": "stop" - }, - { - "id": "4305", - "type": "stop" - }, - { - "id": "4306", - "type": "stop" - }, - { - "id": "4307", - "type": "stop" - }, - { - "id": "4308", - "type": "stop" - }, - { - "id": "4309", - "type": "stop" - }, - { - "id": "4310", - "type": "stop" - }, - { - "id": "4311", - "type": "stop" - }, - { - "id": "4312", - "type": "stop" - }, - { - "id": "4193", - "type": "stop" - }, - { - "id": "4194", - "type": "stop" - }, - { - "id": "4195", - "type": "stop" - }, - { - "id": "4198", - "type": "stop" - }, - { - "id": "4200", - "type": "stop" - }, - { - "id": "4201", - "type": "stop" - }, - { - "id": "4202", - "type": "stop" - }, - { - "id": "4203", - "type": "stop" - }, - { - "id": "4204", - "type": "stop" - }, - { - "id": "4205", - "type": "stop" - }, - { - "id": "4206", - "type": "stop" - }, - { - "id": "4207", - "type": "stop" - }, - { - "id": "4208", - "type": "stop" - }, - { - "id": "4209", - "type": "stop" - }, - { - "id": "14211", - "type": "stop" - }, - { - "id": "590", - "type": "stop" - }, - { - "id": "591", - "type": "stop" - }, - { - "id": "882", - "type": "stop" - }, - { - "id": "593", - "type": "stop" - }, - { - "id": "594", - "type": "stop" - }, - { - "id": "595", - "type": "stop" - }, - { - "id": "533", - "type": "stop" - }, - { - "id": "534", - "type": "stop" - }, - { - "id": "334", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "81687", + "id": "6741", "links": { - "self": "/stops/81687" + "self": "/stops/6741" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=81687" + "related": "/facilities/?filter[stop]=6741" } }, "parent_station": { @@ -361145,14 +362882,14 @@ }, { "attributes": {}, - "id": "6942", + "id": "7317", "links": { - "self": "/stops/6942" + "self": "/stops/7317" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6942" + "related": "/facilities/?filter[stop]=7317" } }, "parent_station": { @@ -361169,22 +362906,25 @@ }, { "attributes": {}, - "id": "2863", + "id": "MM-0186-CS", "links": { - "self": "/stops/2863" + "self": "/stops/MM-0186-CS" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2863" + "related": "/facilities/?filter[stop]=MM-0186-CS" } }, "parent_station": { - "data": null + "data": { + "id": "place-MM-0186", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "CR-zone-4", "type": "zone" } } @@ -361193,14 +362933,14 @@ }, { "attributes": {}, - "id": "2627", + "id": "393", "links": { - "self": "/stops/2627" + "self": "/stops/393" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2627" + "related": "/facilities/?filter[stop]=393" } }, "parent_station": { @@ -361216,273 +362956,63 @@ "type": "stop" }, { - "attributes": { - "direction_id": 1, - "headsign": "Medford/Tufts" - }, - "id": "61805334", + "attributes": {}, + "id": "82034", "links": { - "self": "/trips/61805334" + "self": "/stops/82034" }, "relationships": { - "route": { - "data": { - "id": "Green-B", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Green-B-816-1", - "type": "route_pattern" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=82034" } }, - "service": { - "data": { - "id": "SpringWeekday", - "type": "service" - } + "parent_station": { + "data": null }, - "shape": { + "zone": { "data": { - "id": "8000014", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "70106", - "type": "stop" - }, - { - "id": "70110", - "type": "stop" - }, - { - "id": "70112", - "type": "stop" - }, - { - "id": "70114", - "type": "stop" - }, - { - "id": "70116", - "type": "stop" - }, - { - "id": "70120", - "type": "stop" - }, - { - "id": "70124", - "type": "stop" - }, - { - "id": "70126", - "type": "stop" - }, - { - "id": "70128", - "type": "stop" - }, - { - "id": "70130", - "type": "stop" - }, - { - "id": "70134", - "type": "stop" - }, - { - "id": "170136", - "type": "stop" - }, - { - "id": "170140", - "type": "stop" - }, - { - "id": "70144", - "type": "stop" - }, - { - "id": "70146", - "type": "stop" - }, - { - "id": "70148", - "type": "stop" - }, - { - "id": "71150", - "type": "stop" - }, - { - "id": "70152", - "type": "stop" - }, - { - "id": "70154", - "type": "stop" - }, - { - "id": "70156", - "type": "stop" - }, - { - "id": "70158", - "type": "stop" - }, - { - "id": "70200", - "type": "stop" - }, - { - "id": "70201", - "type": "stop" - }, - { - "id": "70203", - "type": "stop" - }, - { - "id": "70205", - "type": "stop" - }, - { - "id": "70207", - "type": "stop" - }, - { - "id": "70501", - "type": "stop" - }, - { - "id": "70513", - "type": "stop" - }, - { - "id": "70505", - "type": "stop" - }, - { - "id": "70507", - "type": "stop" - }, - { - "id": "70509", - "type": "stop" - }, - { - "id": "70511", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { - "attributes": { - "direction_id": 1, - "headsign": "South Station" - }, - "id": "CR-670298-840", + "attributes": {}, + "id": "5612", "links": { - "self": "/trips/CR-670298-840" + "self": "/stops/5612" }, "relationships": { - "route": { - "data": { - "id": "CR-Providence", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "CR-Providence-b26ac00b-1", - "type": "route_pattern" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=5612" } }, - "service": { - "data": { - "id": "SPRING2024-SOUTHWKD-Weekday-1-Scbbf1ea5", - "type": "service" - } + "parent_station": { + "data": null }, - "shape": { + "zone": { "data": { - "id": "9890008", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "NEC-1851-03", - "type": "stop" - }, - { - "id": "NEC-1891-02", - "type": "stop" - }, - { - "id": "NEC-1969-04", - "type": "stop" - }, - { - "id": "NEC-2040-02", - "type": "stop" - }, - { - "id": "NEC-2108-02", - "type": "stop" - }, - { - "id": "NEC-2139-02", - "type": "stop" - }, - { - "id": "NEC-2173-02", - "type": "stop" - }, - { - "id": "NEC-2192-02", - "type": "stop" - }, - { - "id": "NEC-2203-02", - "type": "stop" - }, - { - "id": "NEC-2265-02", - "type": "stop" - }, - { - "id": "NEC-2276-02", - "type": "stop" - }, - { - "id": "NEC-2287", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "1609", + "id": "5714", "links": { - "self": "/stops/1609" + "self": "/stops/5714" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1609" + "related": "/facilities/?filter[stop]=5714" } }, "parent_station": { @@ -361499,14 +363029,14 @@ }, { "attributes": {}, - "id": "3944", + "id": "3950", "links": { - "self": "/stops/3944" + "self": "/stops/3950" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3944" + "related": "/facilities/?filter[stop]=3950" } }, "parent_station": { @@ -361523,14 +363053,14 @@ }, { "attributes": {}, - "id": "9088", + "id": "17591", "links": { - "self": "/stops/9088" + "self": "/stops/17591" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9088" + "related": "/facilities/?filter[stop]=17591" } }, "parent_station": { @@ -361547,14 +363077,14 @@ }, { "attributes": {}, - "id": "9165", + "id": "788", "links": { - "self": "/stops/9165" + "self": "/stops/788" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9165" + "related": "/facilities/?filter[stop]=788" } }, "parent_station": { @@ -361571,14 +363101,14 @@ }, { "attributes": {}, - "id": "3480", + "id": "6405", "links": { - "self": "/stops/3480" + "self": "/stops/6405" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3480" + "related": "/facilities/?filter[stop]=6405" } }, "parent_station": { @@ -361595,14 +363125,14 @@ }, { "attributes": {}, - "id": "8467", + "id": "2547", "links": { - "self": "/stops/8467" + "self": "/stops/2547" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8467" + "related": "/facilities/?filter[stop]=2547" } }, "parent_station": { @@ -361619,22 +363149,25 @@ }, { "attributes": {}, - "id": "2906", + "id": "FB-0191-S", "links": { - "self": "/stops/2906" + "self": "/stops/FB-0191-S" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2906" + "related": "/facilities/?filter[stop]=FB-0191-S" } }, "parent_station": { - "data": null + "data": { + "id": "place-FB-0191", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "CR-zone-4", "type": "zone" } } @@ -361644,85 +363177,309 @@ { "attributes": { "direction_id": 0, - "headsign": "Rockport" + "headsign": "North Burlington via Mall Rd" }, - "id": "CR-660216-105", + "id": "67008113", "links": { - "self": "/trips/CR-660216-105" + "self": "/trips/67008113" }, "relationships": { "route": { "data": { - "id": "CR-Newburyport", + "id": "350", "type": "route" } }, "route_pattern": { "data": { - "id": "CR-Newburyport-e54dc640-0", + "id": "350-5-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SPRING2024-NORTHWKD-Weekday-5-S9d378dcf", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "9810007", + "id": "3500227", "type": "shape" } }, "stops": { "data": [ { - "id": "BNT-0000", + "id": "141", "type": "stop" }, { - "id": "ER-0042-01", + "id": "22751", "type": "stop" }, { - "id": "ER-0117-01", + "id": "2275", "type": "stop" }, { - "id": "ER-0128-01", + "id": "2276", "type": "stop" }, { - "id": "ER-0168-S", + "id": "2277", "type": "stop" }, { - "id": "ER-0183-01", + "id": "2278", "type": "stop" }, { - "id": "GB-0198-01", + "id": "2279", "type": "stop" }, { - "id": "GB-0229-01", + "id": "2280", "type": "stop" }, { - "id": "GB-0254-01", + "id": "2281", + "type": "stop" + }, + { + "id": "2282", + "type": "stop" + }, + { + "id": "1656", + "type": "stop" + }, + { + "id": "1657", + "type": "stop" + }, + { + "id": "1658", + "type": "stop" + }, + { + "id": "1659", + "type": "stop" + }, + { + "id": "1660", + "type": "stop" + }, + { + "id": "1661", + "type": "stop" + }, + { + "id": "1662", + "type": "stop" + }, + { + "id": "1663", + "type": "stop" + }, + { + "id": "1665", + "type": "stop" + }, + { + "id": "1668", + "type": "stop" + }, + { + "id": "1670", + "type": "stop" + }, + { + "id": "1671", + "type": "stop" + }, + { + "id": "1672", + "type": "stop" + }, + { + "id": "1673", + "type": "stop" + }, + { + "id": "1674", + "type": "stop" + }, + { + "id": "1677", + "type": "stop" + }, + { + "id": "1678", + "type": "stop" + }, + { + "id": "1679", + "type": "stop" + }, + { + "id": "1680", + "type": "stop" + }, + { + "id": "1681", + "type": "stop" + }, + { + "id": "1682", + "type": "stop" + }, + { + "id": "1683", + "type": "stop" + }, + { + "id": "1684", + "type": "stop" + }, + { + "id": "1686", + "type": "stop" + }, + { + "id": "41686", + "type": "stop" + }, + { + "id": "1687", + "type": "stop" + }, + { + "id": "1688", + "type": "stop" + }, + { + "id": "16881", + "type": "stop" + }, + { + "id": "1689", + "type": "stop" + }, + { + "id": "49738", + "type": "stop" + }, + { + "id": "49739", + "type": "stop" + }, + { + "id": "49939", + "type": "stop" + }, + { + "id": "11689", + "type": "stop" + }, + { + "id": "50939", + "type": "stop" + }, + { + "id": "50940", + "type": "stop" + }, + { + "id": "49807", + "type": "stop" + }, + { + "id": "49848", + "type": "stop" + }, + { + "id": "49849", + "type": "stop" + }, + { + "id": "49850", + "type": "stop" + }, + { + "id": "49808", + "type": "stop" + }, + { + "id": "18245", + "type": "stop" + }, + { + "id": "18246", + "type": "stop" + }, + { + "id": "18247", + "type": "stop" + }, + { + "id": "18248", + "type": "stop" + }, + { + "id": "18249", + "type": "stop" + }, + { + "id": "1692", + "type": "stop" + }, + { + "id": "41692", + "type": "stop" + }, + { + "id": "41693", + "type": "stop" + }, + { + "id": "1693", + "type": "stop" + }, + { + "id": "1694", + "type": "stop" + }, + { + "id": "1695", + "type": "stop" + }, + { + "id": "1696", + "type": "stop" + }, + { + "id": "1697", + "type": "stop" + }, + { + "id": "16971", + "type": "stop" + }, + { + "id": "1698", "type": "stop" }, { - "id": "GB-0296-01", + "id": "1699", "type": "stop" }, { - "id": "GB-0316-S", + "id": "6900", "type": "stop" }, { - "id": "GB-0353-S", + "id": "6902", "type": "stop" } ] @@ -361732,14 +363489,14 @@ }, { "attributes": {}, - "id": "892", + "id": "1557", "links": { - "self": "/stops/892" + "self": "/stops/1557" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=892" + "related": "/facilities/?filter[stop]=1557" } }, "parent_station": { @@ -361754,47 +363511,16 @@ }, "type": "stop" }, - { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Rockport", - "North Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Beverly - Rockport (Local)", - "short_name": "Rockport Line Shuttle", - "sort_order": 60705, - "text_color": "000000", - "type": 3 - }, - "id": "Shuttle-BeverlyRockportLocal", - "links": { - "self": "/routes/Shuttle-BeverlyRockportLocal" - }, - "relationships": { - "line": { - "data": { - "id": "line-Newburyport", - "type": "line" - } - } - }, - "type": "route" - }, { "attributes": {}, - "id": "9243", + "id": "85567", "links": { - "self": "/stops/9243" + "self": "/stops/85567" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9243" + "related": "/facilities/?filter[stop]=85567" } }, "parent_station": { @@ -361811,65 +363537,38 @@ }, { "attributes": {}, - "id": "70215", + "id": "ER-0362-B", "links": { - "self": "/stops/70215" + "self": "/stops/ER-0362-B" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70215" + "related": "/facilities/?filter[stop]=ER-0362-B" } }, "parent_station": { "data": { - "id": "place-kntst", + "id": "place-ER-0362", "type": "stop" } }, "zone": { - "data": { - "id": "RapidTransit", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "7881", - "links": { - "self": "/stops/7881" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=7881" - } - }, - "parent_station": { "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } } }, "type": "stop" }, { "attributes": {}, - "id": "2524", + "id": "128", "links": { - "self": "/stops/2524" + "self": "/stops/128" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2524" + "related": "/facilities/?filter[stop]=128" } }, "parent_station": { @@ -361885,36 +363584,29 @@ "type": "stop" }, { - "attributes": {}, - "id": "9070121", - "links": { - "self": "/stops/9070121" + "attributes": { + "color": "80276C", + "long_name": "Haverhill Line", + "short_name": "", + "sort_order": 20006, + "text_color": "FFFFFF" }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=9070121" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": null - } + "id": "line-Haverhill", + "links": { + "self": "/lines/line-Haverhill" }, - "type": "stop" + "type": "line" }, { "attributes": {}, - "id": "7738", + "id": "6390", "links": { - "self": "/stops/7738" + "self": "/stops/6390" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7738" + "related": "/facilities/?filter[stop]=6390" } }, "parent_station": { @@ -361931,14 +363623,14 @@ }, { "attributes": {}, - "id": "7775", + "id": "43618", "links": { - "self": "/stops/7775" + "self": "/stops/43618" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7775" + "related": "/facilities/?filter[stop]=43618" } }, "parent_station": { @@ -361955,14 +363647,14 @@ }, { "attributes": {}, - "id": "2438", + "id": "5420", "links": { - "self": "/stops/2438" + "self": "/stops/5420" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2438" + "related": "/facilities/?filter[stop]=5420" } }, "parent_station": { @@ -361980,53 +363672,81 @@ { "attributes": { "direction_id": 0, - "headsign": "Haverhill (Shuttle)" + "headsign": "Worcester" }, - "id": "AndoverHaverhill-0-sample", + "id": "BaseWML-701963-531", "links": { - "self": "/trips/AndoverHaverhill-0-sample" + "self": "/trips/BaseWML-701963-531" }, "relationships": { "route": { "data": { - "id": "Shuttle-AndoverHaverhill", + "id": "CR-Worcester", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-AndoverHaverhill-0-0", + "id": "CR-Worcester-b7d1e6e8-0", "type": "route_pattern" } }, "service": { "data": { - "id": "canonical", + "id": "FALL 2024-SOUTHWKD-Weekday-42-Sb0e4ed14", "type": "service" } }, "shape": { "data": { - "id": "AndoverToHaverhill-S", + "id": "9850002", "type": "shape" } }, "stops": { "data": [ { - "id": "WR-0228-B0", + "id": "NEC-2287", "type": "stop" }, { - "id": "WR-0264-B2", + "id": "WML-0012-07", "type": "stop" }, { - "id": "WR-0325-B", + "id": "WML-0025-07", "type": "stop" }, { - "id": "WR-0329-B", + "id": "WML-0035-01", + "type": "stop" + }, + { + "id": "WML-0199-02", + "type": "stop" + }, + { + "id": "WML-0214-02", + "type": "stop" + }, + { + "id": "WML-0252-01", + "type": "stop" + }, + { + "id": "WML-0274-01", + "type": "stop" + }, + { + "id": "WML-0340-01", + "type": "stop" + }, + { + "id": "WML-0364-01", + "type": "stop" + }, + { + "id": "WML-0442-CS", "type": "stop" } ] @@ -362036,25 +363756,22 @@ }, { "attributes": {}, - "id": "70095", + "id": "1436", "links": { - "self": "/stops/70095" + "self": "/stops/1436" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70095" + "related": "/facilities/?filter[stop]=1436" } }, "parent_station": { - "data": { - "id": "place-jfk", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } @@ -362063,14 +363780,14 @@ }, { "attributes": {}, - "id": "32501", + "id": "10425", "links": { - "self": "/stops/32501" + "self": "/stops/10425" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=32501" + "related": "/facilities/?filter[stop]=10425" } }, "parent_station": { @@ -362087,14 +363804,14 @@ }, { "attributes": {}, - "id": "86261", + "id": "5617", "links": { - "self": "/stops/86261" + "self": "/stops/5617" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=86261" + "related": "/facilities/?filter[stop]=5617" } }, "parent_station": { @@ -362111,38 +363828,35 @@ }, { "attributes": {}, - "id": "3853", + "id": "9070509", "links": { - "self": "/stops/3853" + "self": "/stops/9070509" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3853" + "related": "/facilities/?filter[stop]=9070509" } }, "parent_station": { "data": null }, "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } + "data": null } }, "type": "stop" }, { "attributes": {}, - "id": "2141", + "id": "249", "links": { - "self": "/stops/2141" + "self": "/stops/249" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2141" + "related": "/facilities/?filter[stop]=249" } }, "parent_station": { @@ -362158,39 +363872,52 @@ "type": "stop" }, { - "attributes": {}, - "id": "7313", + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Forest Hills", + "Oak Grove" + ], + "direction_names": [ + "South", + "North" + ], + "long_name": "Jackson Square - Copley", + "short_name": "Orange Line Shuttle", + "sort_order": 60501, + "text_color": "000000", + "type": 3 + }, + "id": "Shuttle-CopleyJackson", "links": { - "self": "/stops/7313" + "self": "/routes/Shuttle-CopleyJackson" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=7313" + "agency": { + "data": { + "id": "1", + "type": "agency" } }, - "parent_station": { - "data": null - }, - "zone": { + "line": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "line-Orange", + "type": "line" } } }, - "type": "stop" + "type": "route" }, { "attributes": {}, - "id": "15940", + "id": "1937", "links": { - "self": "/stops/15940" + "self": "/stops/1937" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=15940" + "related": "/facilities/?filter[stop]=1937" } }, "parent_station": { @@ -362207,14 +363934,14 @@ }, { "attributes": {}, - "id": "2134", + "id": "9421", "links": { - "self": "/stops/2134" + "self": "/stops/9421" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2134" + "related": "/facilities/?filter[stop]=9421" } }, "parent_station": { @@ -362229,16 +363956,53 @@ }, "type": "stop" }, + { + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Braintree", + "South Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Braintree - South Station (Express)", + "short_name": "Commuter Rail Shuttle", + "sort_order": 61010, + "text_color": "000000", + "type": 3 + }, + "id": "Shuttle-BraintreeSouthStationExpress", + "links": { + "self": "/routes/Shuttle-BraintreeSouthStationExpress" + }, + "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, + "line": { + "data": { + "id": "line-Middleborough", + "type": "line" + } + } + }, + "type": "route" + }, { "attributes": {}, - "id": "3670", + "id": "6252", "links": { - "self": "/stops/3670" + "self": "/stops/6252" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3670" + "related": "/facilities/?filter[stop]=6252" } }, "parent_station": { @@ -362255,14 +364019,14 @@ }, { "attributes": {}, - "id": "1070", + "id": "4782", "links": { - "self": "/stops/1070" + "self": "/stops/4782" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1070" + "related": "/facilities/?filter[stop]=4782" } }, "parent_station": { @@ -362280,34 +364044,34 @@ { "attributes": { "direction_id": 0, - "headsign": "Stoughton" + "headsign": "Worcester" }, - "id": "CR-670314-875", + "id": "BaseWML-701945-549", "links": { - "self": "/trips/CR-670314-875" + "self": "/trips/BaseWML-701945-549" }, "relationships": { "route": { "data": { - "id": "CR-Providence", + "id": "CR-Worcester", "type": "route" } }, "route_pattern": { "data": { - "id": "CR-Providence-cf299c9f-0", + "id": "CR-Worcester-0da1a3de-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SPRING2024-SOUTHWKD-Weekday-1-Scbbf1ea5", + "id": "FALL 2024-SOUTHWKD-Weekday-42-Sb0e4ed14", "type": "service" } }, "shape": { "data": { - "id": "9890004", + "id": "9850002", "type": "shape" } }, @@ -362318,31 +364082,35 @@ "type": "stop" }, { - "id": "NEC-2276-03", + "id": "WML-0012-07", "type": "stop" }, { - "id": "NEC-2265-03", + "id": "WML-0025-07", "type": "stop" }, { - "id": "NEC-2203-03", + "id": "WML-0214-01", "type": "stop" }, { - "id": "NEC-2173-01", + "id": "WML-0252-01", "type": "stop" }, { - "id": "SB-0150-04", + "id": "WML-0274-01", "type": "stop" }, { - "id": "SB-0156-S", + "id": "WML-0340-01", "type": "stop" }, { - "id": "SB-0189-S", + "id": "WML-0364-01", + "type": "stop" + }, + { + "id": "WML-0442-CS", "type": "stop" } ] @@ -362352,14 +364120,14 @@ }, { "attributes": {}, - "id": "45059", + "id": "6603", "links": { - "self": "/stops/45059" + "self": "/stops/6603" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=45059" + "related": "/facilities/?filter[stop]=6603" } }, "parent_station": { @@ -362376,14 +364144,14 @@ }, { "attributes": {}, - "id": "4038", + "id": "20620", "links": { - "self": "/stops/4038" + "self": "/stops/20620" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4038" + "related": "/facilities/?filter[stop]=20620" } }, "parent_station": { @@ -362400,14 +364168,14 @@ }, { "attributes": {}, - "id": "1166", + "id": "7386", "links": { - "self": "/stops/1166" + "self": "/stops/7386" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1166" + "related": "/facilities/?filter[stop]=7386" } }, "parent_station": { @@ -362424,14 +364192,14 @@ }, { "attributes": {}, - "id": "4243", + "id": "5656", "links": { - "self": "/stops/4243" + "self": "/stops/5656" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4243" + "related": "/facilities/?filter[stop]=5656" } }, "parent_station": { @@ -362448,14 +364216,14 @@ }, { "attributes": {}, - "id": "4177", + "id": "3600", "links": { - "self": "/stops/4177" + "self": "/stops/3600" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4177" + "related": "/facilities/?filter[stop]=3600" } }, "parent_station": { @@ -362472,14 +364240,38 @@ }, { "attributes": {}, - "id": "5093", + "id": "FR-0074-B", "links": { - "self": "/stops/5093" + "self": "/stops/FR-0074-B" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5093" + "related": "/facilities/?filter[stop]=FR-0074-B" + } + }, + "parent_station": { + "data": { + "id": "place-FR-0074", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "8484", + "links": { + "self": "/stops/8484" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=8484" } }, "parent_station": { @@ -362495,180 +364287,39 @@ "type": "stop" }, { - "attributes": { - "direction_id": 0, - "headsign": "City Point" - }, - "id": "61394065", + "attributes": {}, + "id": "5218", "links": { - "self": "/trips/61394065" + "self": "/stops/5218" }, "relationships": { - "route": { - "data": { - "id": "10", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "10-8-0", - "type": "route_pattern" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=5218" } }, - "service": { - "data": { - "id": "SpringWeekday", - "type": "service" - } + "parent_station": { + "data": null }, - "shape": { + "zone": { "data": { - "id": "100233", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "13321", - "type": "stop" - }, - { - "id": "392", - "type": "stop" - }, - { - "id": "393", - "type": "stop" - }, - { - "id": "394", - "type": "stop" - }, - { - "id": "395", - "type": "stop" - }, - { - "id": "396", - "type": "stop" - }, - { - "id": "21151", - "type": "stop" - }, - { - "id": "8", - "type": "stop" - }, - { - "id": "10", - "type": "stop" - }, - { - "id": "10010", - "type": "stop" - }, - { - "id": "13", - "type": "stop" - }, - { - "id": "14", - "type": "stop" - }, - { - "id": "15", - "type": "stop" - }, - { - "id": "16", - "type": "stop" - }, - { - "id": "17", - "type": "stop" - }, - { - "id": "18", - "type": "stop" - }, - { - "id": "19", - "type": "stop" - }, - { - "id": "20", - "type": "stop" - }, - { - "id": "21", - "type": "stop" - }, - { - "id": "22", - "type": "stop" - }, - { - "id": "23", - "type": "stop" - }, - { - "id": "24", - "type": "stop" - }, - { - "id": "25", - "type": "stop" - }, - { - "id": "27", - "type": "stop" - }, - { - "id": "28", - "type": "stop" - }, - { - "id": "29", - "type": "stop" - }, - { - "id": "30", - "type": "stop" - }, - { - "id": "32", - "type": "stop" - }, - { - "id": "10031", - "type": "stop" - }, - { - "id": "10032", - "type": "stop" - }, - { - "id": "33", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "939", + "id": "3851", "links": { - "self": "/stops/939" + "self": "/stops/3851" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=939" + "related": "/facilities/?filter[stop]=3851" } }, "parent_station": { @@ -362684,124 +364335,39 @@ "type": "stop" }, { - "attributes": { - "direction_id": 0, - "headsign": "Chestnut Hill Mall" - }, - "id": "61347860", + "attributes": {}, + "id": "5048", "links": { - "self": "/trips/61347860" + "self": "/stops/5048" }, "relationships": { - "route": { - "data": { - "id": "60", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "60-3-0", - "type": "route_pattern" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=5048" } }, - "service": { - "data": { - "id": "BUS22024-hbc24016-Saturday-02", - "type": "service" - } + "parent_station": { + "data": null }, - "shape": { + "zone": { "data": { - "id": "600204", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "11366", - "type": "stop" - }, - { - "id": "1527", - "type": "stop" - }, - { - "id": "1528", - "type": "stop" - }, - { - "id": "1529", - "type": "stop" - }, - { - "id": "15291", - "type": "stop" - }, - { - "id": "1530", - "type": "stop" - }, - { - "id": "1531", - "type": "stop" - }, - { - "id": "1532", - "type": "stop" - }, - { - "id": "1533", - "type": "stop" - }, - { - "id": "1534", - "type": "stop" - }, - { - "id": "1535", - "type": "stop" - }, - { - "id": "15351", - "type": "stop" - }, - { - "id": "1536", - "type": "stop" - }, - { - "id": "1539", - "type": "stop" - }, - { - "id": "1540", - "type": "stop" - }, - { - "id": "1965", - "type": "stop" - }, - { - "id": "19661", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "5590", + "id": "1641", "links": { - "self": "/stops/5590" + "self": "/stops/1641" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5590" + "related": "/facilities/?filter[stop]=1641" } }, "parent_station": { @@ -362817,92 +364383,63 @@ "type": "stop" }, { - "attributes": { - "direction_id": 0, - "headsign": "Boston College (Shuttle)" - }, - "id": "BabcockBostonCollege-0-sample", + "attributes": {}, + "id": "6474", "links": { - "self": "/trips/BabcockBostonCollege-0-sample" + "self": "/stops/6474" }, "relationships": { - "route": { - "data": { - "id": "Shuttle-BabcockBostonCollege", - "type": "route" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=6474" } }, - "route_pattern": { - "data": { - "id": "Shuttle-BabcockBostonCollege-0-0", - "type": "route_pattern" - } + "parent_station": { + "data": null }, - "service": { + "zone": { "data": { - "id": "canonical", - "type": "service" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "13590", + "links": { + "self": "/stops/13590" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=13590" } }, - "shape": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "BabcockStreetToBostonCollege-S", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "958", - "type": "stop" - }, - { - "id": "9070131", - "type": "stop" - }, - { - "id": "9070125", - "type": "stop" - }, - { - "id": "9070121", - "type": "stop" - }, - { - "id": "9070117", - "type": "stop" - }, - { - "id": "9070115", - "type": "stop" - }, - { - "id": "9070113", - "type": "stop" - }, - { - "id": "9070111", - "type": "stop" - }, - { - "id": "9070107", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "5231", + "id": "7570", "links": { - "self": "/stops/5231" + "self": "/stops/7570" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5231" + "related": "/facilities/?filter[stop]=7570" } }, "parent_station": { @@ -362919,22 +364456,25 @@ }, { "attributes": {}, - "id": "24581", + "id": "70081", "links": { - "self": "/stops/24581" + "self": "/stops/70081" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=24581" + "related": "/facilities/?filter[stop]=70081" } }, "parent_station": { - "data": null + "data": { + "id": "place-brdwy", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -362943,162 +364483,146 @@ }, { "attributes": { - "direction_id": 1, - "headsign": "Ruggles" + "direction_id": 0, + "headsign": "River St & Milton St" }, - "id": "61390987", + "id": "67251104", "links": { - "self": "/trips/61390987" + "self": "/trips/67251104" }, "relationships": { "route": { "data": { - "id": "23", + "id": "33", "type": "route" } }, "route_pattern": { "data": { - "id": "23-_-1", + "id": "33-5-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "230205", + "id": "330176", "type": "shape" } }, "stops": { "data": [ { - "id": "334", - "type": "stop" - }, - { - "id": "367", - "type": "stop" - }, - { - "id": "369", - "type": "stop" - }, - { - "id": "371", - "type": "stop" - }, - { - "id": "457", + "id": "185", "type": "stop" }, { - "id": "458", + "id": "6368", "type": "stop" }, { - "id": "460", + "id": "16369", "type": "stop" }, { - "id": "461", + "id": "6369", "type": "stop" }, { - "id": "463", + "id": "6371", "type": "stop" }, { - "id": "465", + "id": "6372", "type": "stop" }, { - "id": "467", + "id": "6373", "type": "stop" }, { - "id": "473", + "id": "6374", "type": "stop" }, { - "id": "469", + "id": "6375", "type": "stop" }, { - "id": "470", + "id": "6376", "type": "stop" }, { - "id": "386", + "id": "6377", "type": "stop" }, { - "id": "387", + "id": "76378", "type": "stop" }, { - "id": "388", + "id": "6390", "type": "stop" }, { - "id": "390", + "id": "2819", "type": "stop" }, { - "id": "392", + "id": "2818", "type": "stop" }, { - "id": "393", + "id": "22819", "type": "stop" }, { - "id": "394", + "id": "22818", "type": "stop" }, { - "id": "395", + "id": "22821", "type": "stop" }, { - "id": "396", + "id": "32818", "type": "stop" }, { - "id": "21151", + "id": "42818", "type": "stop" }, { - "id": "64000", + "id": "8959", "type": "stop" }, { - "id": "1148", + "id": "8960", "type": "stop" }, { - "id": "11149", + "id": "8961", "type": "stop" }, { - "id": "11148", + "id": "8962", "type": "stop" }, { - "id": "21148", + "id": "8963", "type": "stop" }, { - "id": "1224", + "id": "8964", "type": "stop" }, { - "id": "17861", + "id": "18974", "type": "stop" } ] @@ -363108,14 +364632,14 @@ }, { "attributes": {}, - "id": "111217", + "id": "18247", "links": { - "self": "/stops/111217" + "self": "/stops/18247" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=111217" + "related": "/facilities/?filter[stop]=18247" } }, "parent_station": { @@ -363132,14 +364656,14 @@ }, { "attributes": {}, - "id": "7784", + "id": "4459", "links": { - "self": "/stops/7784" + "self": "/stops/4459" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7784" + "related": "/facilities/?filter[stop]=4459" } }, "parent_station": { @@ -363156,14 +364680,14 @@ }, { "attributes": {}, - "id": "81464", + "id": "373", "links": { - "self": "/stops/81464" + "self": "/stops/373" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=81464" + "related": "/facilities/?filter[stop]=373" } }, "parent_station": { @@ -363179,104 +364703,87 @@ "type": "stop" }, { - "attributes": { - "direction_id": 1, - "headsign": "North Station" - }, - "id": "CR-660375-482", + "attributes": {}, + "id": "2028", "links": { - "self": "/trips/CR-660375-482" + "self": "/stops/2028" }, "relationships": { - "route": { - "data": { - "id": "CR-Fitchburg", - "type": "route" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=2028" } }, - "route_pattern": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "CR-Fitchburg-6528076d-1", - "type": "route_pattern" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "5253", + "links": { + "self": "/stops/5253" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=5253" } }, - "service": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "SPRING2024-NORTHWKD-Weekday-5", - "type": "service" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "17231", + "links": { + "self": "/stops/17231" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=17231" } }, - "shape": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "9840003", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "FR-0301-02", - "type": "stop" - }, - { - "id": "FR-0253-02", - "type": "stop" - }, - { - "id": "FR-0219-02", - "type": "stop" - }, - { - "id": "FR-0201-02", - "type": "stop" - }, - { - "id": "FR-0167-02", - "type": "stop" - }, - { - "id": "FR-0132-02", - "type": "stop" - }, - { - "id": "FR-0115-02", - "type": "stop" - }, - { - "id": "FR-0098-S", - "type": "stop" - }, - { - "id": "FR-0074-02", - "type": "stop" - }, - { - "id": "FR-0064-02", - "type": "stop" - }, - { - "id": "FR-0034-02", - "type": "stop" - }, - { - "id": "BNT-0000", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "2104", + "id": "527", "links": { - "self": "/stops/2104" + "self": "/stops/527" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2104" + "related": "/facilities/?filter[stop]=527" } }, "parent_station": { @@ -363293,25 +364800,22 @@ }, { "attributes": {}, - "id": "70131", + "id": "351", "links": { - "self": "/stops/70131" + "self": "/stops/351" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70131" + "related": "/facilities/?filter[stop]=351" } }, "parent_station": { - "data": { - "id": "place-harvd", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } @@ -363320,25 +364824,22 @@ }, { "attributes": {}, - "id": "70159", + "id": "7782", "links": { - "self": "/stops/70159" + "self": "/stops/7782" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70159" + "related": "/facilities/?filter[stop]=7782" } }, "parent_station": { - "data": { - "id": "place-boyls", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } @@ -363347,14 +364848,14 @@ }, { "attributes": {}, - "id": "4801", + "id": "4475", "links": { - "self": "/stops/4801" + "self": "/stops/4475" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4801" + "related": "/facilities/?filter[stop]=4475" } }, "parent_station": { @@ -363371,14 +364872,14 @@ }, { "attributes": {}, - "id": "5784", + "id": "2338", "links": { - "self": "/stops/5784" + "self": "/stops/2338" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5784" + "related": "/facilities/?filter[stop]=2338" } }, "parent_station": { @@ -363395,14 +364896,14 @@ }, { "attributes": {}, - "id": "295", + "id": "288", "links": { - "self": "/stops/295" + "self": "/stops/288" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=295" + "related": "/facilities/?filter[stop]=288" } }, "parent_station": { @@ -363419,14 +364920,14 @@ }, { "attributes": {}, - "id": "3858", + "id": "3143", "links": { - "self": "/stops/3858" + "self": "/stops/3143" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3858" + "related": "/facilities/?filter[stop]=3143" } }, "parent_station": { @@ -363444,73 +364945,45 @@ { "attributes": { "direction_id": 0, - "headsign": "Needham Heights" + "headsign": "South Weymouth (Shuttle)" }, - "id": "CR-670210-633", + "id": "BraintreeSouthWeymouth-0-sample", "links": { - "self": "/trips/CR-670210-633" + "self": "/trips/BraintreeSouthWeymouth-0-sample" }, "relationships": { "route": { "data": { - "id": "CR-Needham", + "id": "Shuttle-BraintreeSouthWeymouth", "type": "route" } }, "route_pattern": { "data": { - "id": "CR-Needham-7f6dbefb-0", + "id": "Shuttle-BraintreeSouthWeymouth-0-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SPRING2024-SOUTHWKD-Weekday-1-Scbbf1ea5", + "id": "canonical", "type": "service" } }, "shape": { "data": { - "id": "9860002", + "id": "BraintreeToSouthWeymouth-S", "type": "shape" } }, "stops": { "data": [ { - "id": "NEC-2237-05", - "type": "stop" - }, - { - "id": "NB-0064-S", - "type": "stop" - }, - { - "id": "NB-0072-S", - "type": "stop" - }, - { - "id": "NB-0076-S", - "type": "stop" - }, - { - "id": "NB-0080-S", - "type": "stop" - }, - { - "id": "NB-0109-S", - "type": "stop" - }, - { - "id": "NB-0120-S", - "type": "stop" - }, - { - "id": "NB-0127-S", + "id": "38671", "type": "stop" }, { - "id": "NB-0137-S", + "id": "South Weymouth-S", "type": "stop" } ] @@ -363520,14 +364993,14 @@ }, { "attributes": {}, - "id": "1320", + "id": "3162", "links": { - "self": "/stops/1320" + "self": "/stops/3162" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1320" + "related": "/facilities/?filter[stop]=3162" } }, "parent_station": { @@ -363544,25 +365017,22 @@ }, { "attributes": {}, - "id": "70242", + "id": "9239", "links": { - "self": "/stops/70242" + "self": "/stops/9239" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70242" + "related": "/facilities/?filter[stop]=9239" } }, "parent_station": { - "data": { - "id": "place-symcl", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } @@ -363571,14 +365041,14 @@ }, { "attributes": {}, - "id": "3784", + "id": "6408", "links": { - "self": "/stops/3784" + "self": "/stops/6408" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3784" + "related": "/facilities/?filter[stop]=6408" } }, "parent_station": { @@ -363595,14 +365065,14 @@ }, { "attributes": {}, - "id": "7250", + "id": "8229", "links": { - "self": "/stops/7250" + "self": "/stops/8229" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7250" + "related": "/facilities/?filter[stop]=8229" } }, "parent_station": { @@ -363619,14 +365089,14 @@ }, { "attributes": {}, - "id": "9245", + "id": "555", "links": { - "self": "/stops/9245" + "self": "/stops/555" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9245" + "related": "/facilities/?filter[stop]=555" } }, "parent_station": { @@ -363643,14 +365113,14 @@ }, { "attributes": {}, - "id": "4088", + "id": "4920", "links": { - "self": "/stops/4088" + "self": "/stops/4920" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4088" + "related": "/facilities/?filter[stop]=4920" } }, "parent_station": { @@ -363667,14 +365137,14 @@ }, { "attributes": {}, - "id": "2794", + "id": "6683", "links": { - "self": "/stops/2794" + "self": "/stops/6683" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2794" + "related": "/facilities/?filter[stop]=6683" } }, "parent_station": { @@ -363691,22 +365161,25 @@ }, { "attributes": {}, - "id": "7223", + "id": "70264", "links": { - "self": "/stops/7223" + "self": "/stops/70264" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7223" + "related": "/facilities/?filter[stop]=70264" } }, "parent_station": { - "data": null + "data": { + "id": "place-cedgr", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -363715,14 +365188,14 @@ }, { "attributes": {}, - "id": "4672", + "id": "5699", "links": { - "self": "/stops/4672" + "self": "/stops/5699" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4672" + "related": "/facilities/?filter[stop]=5699" } }, "parent_station": { @@ -363737,201 +365210,41 @@ }, "type": "stop" }, - { - "attributes": { - "direction_id": 0, - "headsign": "Riverside (Express shuttle)" - }, - "id": "CopleyRiversideExpress-0-sample", - "links": { - "self": "/trips/CopleyRiversideExpress-0-sample" - }, - "relationships": { - "route": { - "data": { - "id": "Shuttle-CopleyRiversideExpress", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Shuttle-CopleyRiversideExpress-0-0", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "canonical", - "type": "service" - } - }, - "shape": { - "data": { - "id": "CopleyToRiversideExpress-S", - "type": "shape" - } - }, - "stops": { - "data": [ - { - "id": "178", - "type": "stop" - }, - { - "id": "38155", - "type": "stop" - } - ] - } - }, - "type": "trip" - }, { "attributes": { "color": "FFC72C", - "direction_destinations": [ - "Sullivan Square Station", - "Ruggles Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Sullivan Square Station - Ruggles Station", - "short_name": "CT2", - "sort_order": 40020, - "text_color": "000000", - "type": 3 - }, - "id": "747", - "links": { - "self": "/routes/747" - }, - "relationships": { - "line": { - "data": { - "id": "line-747", - "type": "line" - } - } - }, - "type": "route" - }, - { - "attributes": { - "direction_id": 0, - "headsign": "Forest Hills" + "long_name": "Fields Corner Loop", + "short_name": "201/202", + "sort_order": 52010, + "text_color": "000000" }, - "id": "63032860", + "id": "line-201202", "links": { - "self": "/trips/63032860" - }, - "relationships": { - "route": { - "data": { - "id": "Orange", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Orange-6-0", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "RTL22024-hmo24on1-Weekday-01", - "type": "service" - } - }, - "shape": { - "data": { - "id": "46590001", - "type": "shape" - } - }, - "stops": { - "data": [ - { - "id": "70026", - "type": "stop" - }, - { - "id": "70024", - "type": "stop" - }, - { - "id": "70022", - "type": "stop" - }, - { - "id": "70020", - "type": "stop" - }, - { - "id": "70018", - "type": "stop" - }, - { - "id": "70016", - "type": "stop" - }, - { - "id": "70014", - "type": "stop" - }, - { - "id": "70012", - "type": "stop" - }, - { - "id": "70010", - "type": "stop" - }, - { - "id": "70008", - "type": "stop" - }, - { - "id": "70006", - "type": "stop" - }, - { - "id": "70004", - "type": "stop" - }, - { - "id": "70002", - "type": "stop" - }, - { - "id": "70001", - "type": "stop" - } - ] - } + "self": "/lines/line-201202" }, - "type": "trip" + "type": "line" }, { "attributes": {}, - "id": "7234", + "id": "ER-0042-02", "links": { - "self": "/stops/7234" + "self": "/stops/ER-0042-02" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7234" + "related": "/facilities/?filter[stop]=ER-0042-02" } }, "parent_station": { - "data": null + "data": { + "id": "place-chels", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "CR-zone-1A", "type": "zone" } } @@ -363940,14 +365253,14 @@ }, { "attributes": {}, - "id": "30256", + "id": "1621", "links": { - "self": "/stops/30256" + "self": "/stops/1621" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=30256" + "related": "/facilities/?filter[stop]=1621" } }, "parent_station": { @@ -363964,14 +365277,14 @@ }, { "attributes": {}, - "id": "1805", + "id": "9209", "links": { - "self": "/stops/1805" + "self": "/stops/9209" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1805" + "related": "/facilities/?filter[stop]=9209" } }, "parent_station": { @@ -363986,47 +365299,16 @@ }, "type": "stop" }, - { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "South Shore Plaza", - "Quincy Center Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "South Shore Plaza - Quincy Center Station", - "short_name": "236", - "sort_order": 52360, - "text_color": "000000", - "type": 3 - }, - "id": "236", - "links": { - "self": "/routes/236" - }, - "relationships": { - "line": { - "data": { - "id": "line-236", - "type": "line" - } - } - }, - "type": "route" - }, { "attributes": {}, - "id": "281", + "id": "14936", "links": { - "self": "/stops/281" + "self": "/stops/14936" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=281" + "related": "/facilities/?filter[stop]=14936" } }, "parent_station": { @@ -364043,154 +365325,198 @@ }, { "attributes": { - "direction_id": 1, - "headsign": "Forest Hills" + "direction_id": 0, + "headsign": "Mattapan" }, - "id": "62045330", + "id": "67251188", "links": { - "self": "/trips/62045330" + "self": "/trips/67251188" }, "relationships": { "route": { "data": { - "id": "33", + "id": "28", "type": "route" } }, "route_pattern": { "data": { - "id": "33-4-1", + "id": "28-9-0", "type": "route_pattern" } }, "service": { "data": { - "id": "BUS22024-hbb24016-Saturday-02", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "330163", + "id": "280193", "type": "shape" } }, "stops": { "data": [ { - "id": "18974", + "id": "11780", "type": "stop" }, { - "id": "6512", + "id": "11781", "type": "stop" }, { - "id": "6513", + "id": "1784", "type": "stop" }, { - "id": "6514", + "id": "1785", "type": "stop" }, { - "id": "6515", + "id": "17861", "type": "stop" }, { - "id": "8337", + "id": "17862", "type": "stop" }, { - "id": "8343", + "id": "11257", "type": "stop" }, { - "id": "8344", + "id": "1259", "type": "stop" }, { - "id": "56567", + "id": "11323", "type": "stop" }, { - "id": "75467", + "id": "11259", "type": "stop" }, { - "id": "26466", + "id": "64000", "type": "stop" }, { - "id": "36466", + "id": "40001", "type": "stop" }, { - "id": "6466", + "id": "401", "type": "stop" }, { - "id": "6467", + "id": "404", "type": "stop" }, { - "id": "6468", + "id": "405", "type": "stop" }, { - "id": "6470", + "id": "406", "type": "stop" }, { - "id": "6471", + "id": "407", "type": "stop" }, { - "id": "6472", + "id": "410", "type": "stop" }, { - "id": "6473", + "id": "411", "type": "stop" }, { - "id": "6474", + "id": "412", "type": "stop" }, { - "id": "6476", + "id": "413", "type": "stop" }, { - "id": "6478", + "id": "414", "type": "stop" }, { - "id": "6479", + "id": "415", "type": "stop" }, { - "id": "6480", + "id": "416", "type": "stop" }, { - "id": "16479", + "id": "417", "type": "stop" }, { - "id": "36479", + "id": "419", "type": "stop" }, { - "id": "56479", + "id": "1706", "type": "stop" }, { - "id": "76479", + "id": "1708", "type": "stop" }, { - "id": "875", + "id": "1709", + "type": "stop" + }, + { + "id": "1710", + "type": "stop" + }, + { + "id": "11712", + "type": "stop" + }, + { + "id": "1713", + "type": "stop" + }, + { + "id": "1714", + "type": "stop" + }, + { + "id": "1716", + "type": "stop" + }, + { + "id": "1717", + "type": "stop" + }, + { + "id": "1718", + "type": "stop" + }, + { + "id": "11719", + "type": "stop" + }, + { + "id": "1720", + "type": "stop" + }, + { + "id": "1721", + "type": "stop" + }, + { + "id": "18511", "type": "stop" } ] @@ -364200,14 +365526,14 @@ }, { "attributes": {}, - "id": "5297", + "id": "6280", "links": { - "self": "/stops/5297" + "self": "/stops/6280" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5297" + "related": "/facilities/?filter[stop]=6280" } }, "parent_station": { @@ -364224,14 +365550,14 @@ }, { "attributes": {}, - "id": "2110", + "id": "7832", "links": { - "self": "/stops/2110" + "self": "/stops/7832" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2110" + "related": "/facilities/?filter[stop]=7832" } }, "parent_station": { @@ -364248,14 +365574,14 @@ }, { "attributes": {}, - "id": "3333", + "id": "4474", "links": { - "self": "/stops/3333" + "self": "/stops/4474" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3333" + "related": "/facilities/?filter[stop]=4474" } }, "parent_station": { @@ -364272,14 +365598,14 @@ }, { "attributes": {}, - "id": "76593", + "id": "2468", "links": { - "self": "/stops/76593" + "self": "/stops/2468" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=76593" + "related": "/facilities/?filter[stop]=2468" } }, "parent_station": { @@ -364297,117 +365623,177 @@ { "attributes": { "direction_id": 0, - "headsign": "Chestnut Hill Mall" + "headsign": "Mattapan" }, - "id": "61394418", + "id": "66859731", "links": { - "self": "/trips/61394418" + "self": "/trips/66859731" }, "relationships": { "route": { "data": { - "id": "60", + "id": "28", "type": "route" } }, "route_pattern": { "data": { - "id": "60-4-0", + "id": "28-_-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "600200", + "id": "280189", "type": "shape" } }, "stops": { "data": [ { - "id": "11366", + "id": "17862", "type": "stop" }, { - "id": "1527", + "id": "11257", "type": "stop" }, { - "id": "1528", + "id": "1259", "type": "stop" }, { - "id": "1529", + "id": "11323", "type": "stop" }, { - "id": "15291", + "id": "11259", "type": "stop" }, { - "id": "1530", + "id": "64000", "type": "stop" }, { - "id": "1531", + "id": "40001", "type": "stop" }, { - "id": "1532", + "id": "401", "type": "stop" }, { - "id": "1533", + "id": "404", "type": "stop" }, { - "id": "1534", + "id": "405", "type": "stop" }, { - "id": "1535", + "id": "406", "type": "stop" }, { - "id": "15351", + "id": "407", "type": "stop" }, { - "id": "1536", + "id": "410", "type": "stop" }, { - "id": "1539", + "id": "411", "type": "stop" }, { - "id": "1540", + "id": "412", "type": "stop" }, { - "id": "1965", + "id": "413", "type": "stop" }, { - "id": "19661", + "id": "414", "type": "stop" }, { - "id": "17000", + "id": "415", "type": "stop" }, { - "id": "17001", + "id": "416", "type": "stop" }, { - "id": "19821", + "id": "417", + "type": "stop" + }, + { + "id": "419", + "type": "stop" + }, + { + "id": "1706", + "type": "stop" + }, + { + "id": "1708", + "type": "stop" + }, + { + "id": "1709", + "type": "stop" + }, + { + "id": "1710", + "type": "stop" + }, + { + "id": "11712", + "type": "stop" + }, + { + "id": "1713", + "type": "stop" + }, + { + "id": "1714", + "type": "stop" + }, + { + "id": "1716", + "type": "stop" + }, + { + "id": "1717", + "type": "stop" + }, + { + "id": "1718", + "type": "stop" + }, + { + "id": "11719", + "type": "stop" + }, + { + "id": "1720", + "type": "stop" + }, + { + "id": "1721", + "type": "stop" + }, + { + "id": "18511", "type": "stop" } ] @@ -364415,59 +365801,24 @@ }, "type": "trip" }, - { - "attributes": { - "color": "FFC72C", - "long_name": "Malden Center - Sullivan via Newland Street Housing", - "short_name": "105", - "sort_order": 51050, - "text_color": "000000" - }, - "id": "line-105", - "links": { - "self": "/lines/line-105" - }, - "type": "line" - }, { "attributes": {}, - "id": "49901", + "id": "WR-0062-B3", "links": { - "self": "/stops/49901" + "self": "/stops/WR-0062-B3" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=49901" + "related": "/facilities/?filter[stop]=WR-0062-B3" } }, "parent_station": { - "data": null - }, - "zone": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "2697", - "links": { - "self": "/stops/2697" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=2697" + "id": "place-WR-0062", + "type": "stop" } }, - "parent_station": { - "data": null - }, "zone": { "data": { "id": "LocalBus", @@ -364479,14 +365830,14 @@ }, { "attributes": {}, - "id": "6952", + "id": "5822", "links": { - "self": "/stops/6952" + "self": "/stops/5822" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6952" + "related": "/facilities/?filter[stop]=5822" } }, "parent_station": { @@ -364503,14 +365854,14 @@ }, { "attributes": {}, - "id": "1051", + "id": "8676", "links": { - "self": "/stops/1051" + "self": "/stops/8676" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1051" + "related": "/facilities/?filter[stop]=8676" } }, "parent_station": { @@ -364526,90 +365877,68 @@ "type": "stop" }, { - "attributes": {}, - "id": "4708", - "links": { - "self": "/stops/4708" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=4708" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } + "attributes": { + "direction_id": 1, + "headsign": "Long Wharf via Hull" }, - "type": "stop" - }, - { - "attributes": {}, - "id": "125", + "id": "Boat-F1-0540-Hingham-BF2H-01-Weekday-Fall-24", "links": { - "self": "/stops/125" + "self": "/trips/Boat-F1-0540-Hingham-BF2H-01-Weekday-Fall-24" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=125" + "route": { + "data": { + "id": "Boat-F1", + "type": "route" } }, - "parent_station": { - "data": null - }, - "zone": { + "route_pattern": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "WML-0252-02", - "links": { - "self": "/stops/WML-0252-02" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=WML-0252-02" + "id": "Boat-F1-1-1", + "type": "route_pattern" } }, - "parent_station": { + "service": { "data": { - "id": "place-WML-0252", - "type": "stop" + "id": "Boat-F1-Weekday-Fall-24", + "type": "service" } }, - "zone": { + "shape": { "data": { - "id": "CR-zone-6", - "type": "zone" + "id": "b0016", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "Boat-Hingham", + "type": "stop" + }, + { + "id": "Boat-Hull", + "type": "stop" + }, + { + "id": "Boat-Long", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "3844", + "id": "9070029", "links": { - "self": "/stops/3844" + "self": "/stops/9070029" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3844" + "related": "/facilities/?filter[stop]=9070029" } }, "parent_station": { @@ -364627,121 +365956,73 @@ { "attributes": { "direction_id": 0, - "headsign": "Davis" + "headsign": "JFK/UMass (Shuttle)" }, - "id": "61869269", + "id": "JFKKendall-Weekday-9e586-0-00:00:00", "links": { - "self": "/trips/61869269" + "self": "/trips/JFKKendall-Weekday-9e586-0-00%3A00%3A00" }, "relationships": { "route": { "data": { - "id": "89", + "id": "Shuttle-JFKKendall", "type": "route" } }, "route_pattern": { "data": { - "id": "89-2-0", + "id": "Shuttle-JFKKendall-0-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "canonical", "type": "service" } }, "shape": { "data": { - "id": "890190", + "id": "KendallToJFKViaAStreet-S", "type": "shape" } }, "stops": { "data": [ { - "id": "29011", - "type": "stop" - }, - { - "id": "2718", - "type": "stop" - }, - { - "id": "2719", - "type": "stop" - }, - { - "id": "2721", - "type": "stop" - }, - { - "id": "2723", - "type": "stop" - }, - { - "id": "2725", - "type": "stop" - }, - { - "id": "2726", - "type": "stop" - }, - { - "id": "2729", - "type": "stop" - }, - { - "id": "2731", - "type": "stop" - }, - { - "id": "2733", - "type": "stop" - }, - { - "id": "2734", - "type": "stop" - }, - { - "id": "2735", - "type": "stop" - }, - { - "id": "2736", + "id": "9170071", "type": "stop" }, { - "id": "2737", + "id": "9070073", "type": "stop" }, { - "id": "2738", + "id": "9170024", "type": "stop" }, { - "id": "5012", + "id": "204", "type": "stop" }, { - "id": "5014", + "id": "16535", "type": "stop" }, { - "id": "5015", + "id": "6564", "type": "stop" }, { - "id": "2582", + "id": "151", "type": "stop" }, { - "id": "2628", + "id": "9070083", "type": "stop" }, { - "id": "5104", + "id": "121", "type": "stop" } ] @@ -364751,41 +366032,14 @@ }, { "attributes": {}, - "id": "53270", - "links": { - "self": "/stops/53270" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=53270" - } - }, - "parent_station": { - "data": { - "id": "place-mlmnl", - "type": "stop" - } - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "6275", + "id": "7138", "links": { - "self": "/stops/6275" + "self": "/stops/7138" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6275" + "related": "/facilities/?filter[stop]=7138" } }, "parent_station": { @@ -364802,14 +366056,14 @@ }, { "attributes": {}, - "id": "7898", + "id": "42430", "links": { - "self": "/stops/7898" + "self": "/stops/42430" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7898" + "related": "/facilities/?filter[stop]=42430" } }, "parent_station": { @@ -364826,258 +366080,222 @@ }, { "attributes": { - "direction_id": 0, - "headsign": "Dedham Mall" + "direction_id": 1, + "headsign": "Wonderland via Central Square" }, - "id": "62145857", + "id": "67202245", "links": { - "self": "/trips/62145857" + "self": "/trips/67202245" }, "relationships": { "route": { "data": { - "id": "52", + "id": "439", "type": "route" } }, "route_pattern": { "data": { - "id": "52-5-0", + "id": "439-3-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "520219", + "id": "4390103", "type": "shape" } }, "stops": { "data": [ { - "id": "900", - "type": "stop" - }, - { - "id": "902", - "type": "stop" - }, - { - "id": "1900", - "type": "stop" - }, - { - "id": "903", - "type": "stop" - }, - { - "id": "8517", - "type": "stop" - }, - { - "id": "8518", - "type": "stop" - }, - { - "id": "8519", - "type": "stop" - }, - { - "id": "8520", - "type": "stop" - }, - { - "id": "8521", - "type": "stop" - }, - { - "id": "8522", + "id": "6613", "type": "stop" }, { - "id": "8523", + "id": "6614", "type": "stop" }, { - "id": "8524", + "id": "6615", "type": "stop" }, { - "id": "8525", + "id": "6616", "type": "stop" }, { - "id": "8526", + "id": "16616", "type": "stop" }, { - "id": "8527", + "id": "6623", "type": "stop" }, { - "id": "8528", + "id": "6624", "type": "stop" }, { - "id": "8529", + "id": "6625", "type": "stop" }, { - "id": "8530", + "id": "6626", "type": "stop" }, { - "id": "8531", + "id": "6627", "type": "stop" }, { - "id": "8532", + "id": "6628", "type": "stop" }, { - "id": "8533", + "id": "6629", "type": "stop" }, { - "id": "8534", + "id": "6631", "type": "stop" }, { - "id": "8535", + "id": "6632", "type": "stop" }, { - "id": "8536", + "id": "6633", "type": "stop" }, { - "id": "8537", + "id": "6634", "type": "stop" }, { - "id": "85371", + "id": "6635", "type": "stop" }, { - "id": "8540", + "id": "6636", "type": "stop" }, { - "id": "8541", + "id": "6637", "type": "stop" }, { - "id": "8542", + "id": "6638", "type": "stop" }, { - "id": "18542", + "id": "6639", "type": "stop" }, { - "id": "8544", + "id": "6640", "type": "stop" }, { - "id": "8545", + "id": "6641", "type": "stop" }, { - "id": "8546", + "id": "6642", "type": "stop" }, { - "id": "8547", + "id": "16642", "type": "stop" }, { - "id": "8548", + "id": "6643", "type": "stop" }, { - "id": "8549", + "id": "6644", "type": "stop" }, { - "id": "8550", + "id": "6645", "type": "stop" }, { - "id": "8552", + "id": "6646", "type": "stop" }, { - "id": "85511", + "id": "6647", "type": "stop" }, { - "id": "8553", + "id": "6649", "type": "stop" }, { - "id": "8554", + "id": "6650", "type": "stop" }, { - "id": "85551", + "id": "14748", "type": "stop" }, { - "id": "8556", + "id": "4701", "type": "stop" }, { - "id": "85562", + "id": "4702", "type": "stop" }, { - "id": "85563", + "id": "4703", "type": "stop" }, { - "id": "85564", + "id": "4704", "type": "stop" }, { - "id": "85565", + "id": "4705", "type": "stop" }, { - "id": "85566", + "id": "4706", "type": "stop" }, { - "id": "85567", + "id": "4707", "type": "stop" }, { - "id": "85568", + "id": "4708", "type": "stop" }, { - "id": "85569", + "id": "4709", "type": "stop" }, { - "id": "816", + "id": "4710", "type": "stop" }, { - "id": "817", + "id": "4712", "type": "stop" }, { - "id": "10835", + "id": "4714", "type": "stop" }, { - "id": "10833", + "id": "15798", "type": "stop" } ] @@ -365087,14 +366305,14 @@ }, { "attributes": {}, - "id": "9103", + "id": "293", "links": { - "self": "/stops/9103" + "self": "/stops/293" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9103" + "related": "/facilities/?filter[stop]=293" } }, "parent_station": { @@ -365111,14 +366329,14 @@ }, { "attributes": {}, - "id": "6943", + "id": "4012", "links": { - "self": "/stops/6943" + "self": "/stops/4012" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6943" + "related": "/facilities/?filter[stop]=4012" } }, "parent_station": { @@ -365135,14 +366353,41 @@ }, { "attributes": {}, - "id": "800", + "id": "WML-0012-05", "links": { - "self": "/stops/800" + "self": "/stops/WML-0012-05" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=800" + "related": "/facilities/?filter[stop]=WML-0012-05" + } + }, + "parent_station": { + "data": { + "id": "place-bbsta", + "type": "stop" + } + }, + "zone": { + "data": { + "id": "CR-zone-1A", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "4901", + "links": { + "self": "/stops/4901" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=4901" } }, "parent_station": { @@ -365160,53 +366405,77 @@ { "attributes": { "direction_id": 1, - "headsign": "Long Wharf via Georges Island & Logan Airport" + "headsign": "Park Street (Shuttle)" }, - "id": "Boat-F1-1000-Hingham-BF2H-01-Weekday-Summer-24", + "id": "AshmontParkStreetViaPostOffice-Weekday-9e586-1-00:00:00", "links": { - "self": "/trips/Boat-F1-1000-Hingham-BF2H-01-Weekday-Summer-24" + "self": "/trips/AshmontParkStreetViaPostOffice-Weekday-9e586-1-00%3A00%3A00" }, "relationships": { "route": { "data": { - "id": "Boat-F1", + "id": "Shuttle-AshmontParkStreetViaPostOffice", "type": "route" } }, "route_pattern": { "data": { - "id": "Boat-F1-8-1", + "id": "Shuttle-AshmontParkStreetViaPostOffice-0-1", "type": "route_pattern" } }, "service": { "data": { - "id": "Boat-F1-Weekday-Summer-24", + "id": "canonical", "type": "service" } }, "shape": { "data": { - "id": "b0020", + "id": "AshmontToParkStreetViaPostOffice-S", "type": "shape" } }, "stops": { "data": [ { - "id": "Boat-Hingham", + "id": "334", "type": "stop" }, { - "id": "Boat-George", + "id": "340", "type": "stop" }, { - "id": "Boat-Logan", + "id": "34500", "type": "stop" }, { - "id": "Boat-Long", + "id": "30088", + "type": "stop" + }, + { + "id": "121", + "type": "stop" + }, + { + "id": "13", + "type": "stop" + }, + { + "id": "150", + "type": "stop" + }, + { + "id": "892", + "type": "stop" + }, + { + "id": "9070080", + "type": "stop" + }, + { + "id": "10000", "type": "stop" } ] @@ -365216,14 +366485,14 @@ }, { "attributes": {}, - "id": "4228", + "id": "7124", "links": { - "self": "/stops/4228" + "self": "/stops/7124" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4228" + "related": "/facilities/?filter[stop]=7124" } }, "parent_station": { @@ -365240,14 +366509,14 @@ }, { "attributes": {}, - "id": "1839", + "id": "2180", "links": { - "self": "/stops/1839" + "self": "/stops/2180" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1839" + "related": "/facilities/?filter[stop]=2180" } }, "parent_station": { @@ -365264,14 +366533,14 @@ }, { "attributes": {}, - "id": "7324", + "id": "38483", "links": { - "self": "/stops/7324" + "self": "/stops/38483" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7324" + "related": "/facilities/?filter[stop]=38483" } }, "parent_station": { @@ -365288,14 +366557,14 @@ }, { "attributes": {}, - "id": "3174", + "id": "2796", "links": { - "self": "/stops/3174" + "self": "/stops/2796" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3174" + "related": "/facilities/?filter[stop]=2796" } }, "parent_station": { @@ -365312,14 +366581,14 @@ }, { "attributes": {}, - "id": "8212", + "id": "9033", "links": { - "self": "/stops/8212" + "self": "/stops/9033" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8212" + "related": "/facilities/?filter[stop]=9033" } }, "parent_station": { @@ -365336,41 +366605,14 @@ }, { "attributes": {}, - "id": "7097", - "links": { - "self": "/stops/7097" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=7097" - } - }, - "parent_station": { - "data": { - "id": "place-aport", - "type": "stop" - } - }, - "zone": { - "data": { - "id": "SLWaterfrontNonLogan", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "577", + "id": "2422", "links": { - "self": "/stops/577" + "self": "/stops/2422" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=577" + "related": "/facilities/?filter[stop]=2422" } }, "parent_station": { @@ -365386,39 +366628,52 @@ "type": "stop" }, { - "attributes": {}, - "id": "3344", + "attributes": { + "color": "008EAA", + "direction_destinations": [ + "Lewis Mall Wharf", + "Long Wharf" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "East Boston Ferry", + "short_name": "", + "sort_order": 30005, + "text_color": "FFFFFF", + "type": 4 + }, + "id": "Boat-EastBoston", "links": { - "self": "/stops/3344" + "self": "/routes/Boat-EastBoston" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=3344" + "agency": { + "data": { + "id": "1", + "type": "agency" } }, - "parent_station": { - "data": null - }, - "zone": { + "line": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "line-Boat-EastBoston", + "type": "line" } } }, - "type": "stop" + "type": "route" }, { "attributes": {}, - "id": "2217", + "id": "5887", "links": { - "self": "/stops/2217" + "self": "/stops/5887" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2217" + "related": "/facilities/?filter[stop]=5887" } }, "parent_station": { @@ -365435,14 +366690,14 @@ }, { "attributes": {}, - "id": "14302", + "id": "6573", "links": { - "self": "/stops/14302" + "self": "/stops/6573" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=14302" + "related": "/facilities/?filter[stop]=6573" } }, "parent_station": { @@ -365458,60 +366713,52 @@ "type": "stop" }, { - "attributes": {}, - "id": "9070107", - "links": { - "self": "/stops/9070107" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=9070107" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": null - } + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "North Burlington", + "Alewife Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "North Burlington - Alewife Station", + "short_name": "350", + "sort_order": 53500, + "text_color": "000000", + "type": 3 }, - "type": "stop" - }, - { - "attributes": {}, - "id": "ER-0362-B", + "id": "350", "links": { - "self": "/stops/ER-0362-B" + "self": "/routes/350" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=ER-0362-B" + "agency": { + "data": { + "id": "1", + "type": "agency" } }, - "parent_station": { + "line": { "data": { - "id": "place-ER-0362", - "type": "stop" + "id": "line-350351", + "type": "line" } - }, - "zone": { - "data": null } }, - "type": "stop" + "type": "route" }, { "attributes": {}, - "id": "96500", + "id": "7132", "links": { - "self": "/stops/96500" + "self": "/stops/7132" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=96500" + "related": "/facilities/?filter[stop]=7132" } }, "parent_station": { @@ -365527,39 +366774,52 @@ "type": "stop" }, { - "attributes": {}, - "id": "7903", + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Cleveland Circle", + "Government Center" + ], + "direction_names": [ + "West", + "East" + ], + "long_name": "Saint Mary's Street - Kenmore", + "short_name": "Green Line C Shuttle", + "sort_order": 62017, + "text_color": "000000", + "type": 3 + }, + "id": "Shuttle-KenmoreStMarysNotFenway", "links": { - "self": "/stops/7903" + "self": "/routes/Shuttle-KenmoreStMarysNotFenway" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=7903" + "agency": { + "data": { + "id": "1", + "type": "agency" } }, - "parent_station": { - "data": null - }, - "zone": { + "line": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "line-Green", + "type": "line" } } }, - "type": "stop" + "type": "route" }, { "attributes": {}, - "id": "7852", + "id": "13838", "links": { - "self": "/stops/7852" + "self": "/stops/13838" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7852" + "related": "/facilities/?filter[stop]=13838" } }, "parent_station": { @@ -365576,14 +366836,14 @@ }, { "attributes": {}, - "id": "6956", + "id": "6717", "links": { - "self": "/stops/6956" + "self": "/stops/6717" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6956" + "related": "/facilities/?filter[stop]=6717" } }, "parent_station": { @@ -365600,14 +366860,14 @@ }, { "attributes": {}, - "id": "7439", + "id": "3477", "links": { - "self": "/stops/7439" + "self": "/stops/3477" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7439" + "related": "/facilities/?filter[stop]=3477" } }, "parent_station": { @@ -365624,14 +366884,14 @@ }, { "attributes": {}, - "id": "4291", + "id": "66460", "links": { - "self": "/stops/4291" + "self": "/stops/66460" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4291" + "related": "/facilities/?filter[stop]=66460" } }, "parent_station": { @@ -365648,54 +366908,82 @@ }, { "attributes": { - "direction_id": 1, - "headsign": "Copley (Shuttle)" + "direction_id": 0, + "headsign": "Sullivan" }, - "id": "CopleyNorthStationRuggles-1-sample", + "id": "66957457", "links": { - "self": "/trips/CopleyNorthStationRuggles-1-sample" + "self": "/trips/66957457" }, "relationships": { "route": { "data": { - "id": "Shuttle-CopleyRuggles", + "id": "92", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-CopleyRuggles-0-1", + "id": "92-_-0", "type": "route_pattern" } }, "service": { "data": { - "id": "canonical", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "RugglesToCopley-S", + "id": "920167", "type": "shape" } }, "stops": { "data": [ { - "id": "17861", + "id": "117", "type": "stop" }, { - "id": "9070013", + "id": "2832", "type": "stop" }, { - "id": "11384", + "id": "2835", "type": "stop" }, { - "id": "9070154", + "id": "2836", + "type": "stop" + }, + { + "id": "2837", + "type": "stop" + }, + { + "id": "2838", + "type": "stop" + }, + { + "id": "2839", + "type": "stop" + }, + { + "id": "2840", + "type": "stop" + }, + { + "id": "32840", + "type": "stop" + }, + { + "id": "2841", + "type": "stop" + }, + { + "id": "29001", "type": "stop" } ] @@ -365705,14 +366993,14 @@ }, { "attributes": {}, - "id": "3528", + "id": "3978", "links": { - "self": "/stops/3528" + "self": "/stops/3978" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3528" + "related": "/facilities/?filter[stop]=3978" } }, "parent_station": { @@ -365729,14 +367017,14 @@ }, { "attributes": {}, - "id": "14225", + "id": "12323", "links": { - "self": "/stops/14225" + "self": "/stops/12323" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=14225" + "related": "/facilities/?filter[stop]=12323" } }, "parent_station": { @@ -365753,14 +367041,14 @@ }, { "attributes": {}, - "id": "5733", + "id": "2051", "links": { - "self": "/stops/5733" + "self": "/stops/2051" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5733" + "related": "/facilities/?filter[stop]=2051" } }, "parent_station": { @@ -365777,14 +367065,14 @@ }, { "attributes": {}, - "id": "8341", + "id": "4591", "links": { - "self": "/stops/8341" + "self": "/stops/4591" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8341" + "related": "/facilities/?filter[stop]=4591" } }, "parent_station": { @@ -365801,14 +367089,14 @@ }, { "attributes": {}, - "id": "776", + "id": "4668", "links": { - "self": "/stops/776" + "self": "/stops/4668" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=776" + "related": "/facilities/?filter[stop]=4668" } }, "parent_station": { @@ -365824,203 +367112,63 @@ "type": "stop" }, { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Oaklandvale", - "Haymarket Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Oaklandvale - Haymarket Station", - "short_name": "428", - "sort_order": 54280, - "text_color": "000000", - "type": 3 - }, - "id": "428", + "attributes": {}, + "id": "5089", "links": { - "self": "/routes/428" + "self": "/stops/5089" }, "relationships": { - "line": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=5089" + } + }, + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "line-426428", - "type": "line" + "id": "LocalBus", + "type": "zone" } } }, - "type": "route" + "type": "stop" }, { - "attributes": { - "direction_id": 1, - "headsign": "Medford/Tufts" - }, - "id": "61804912", + "attributes": {}, + "id": "1474", "links": { - "self": "/trips/61804912" + "self": "/stops/1474" }, "relationships": { - "route": { - "data": { - "id": "Green-D", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Green-D-856-1", - "type": "route_pattern" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=1474" } }, - "service": { - "data": { - "id": "SpringWeekday", - "type": "service" - } + "parent_station": { + "data": null }, - "shape": { + "zone": { "data": { - "id": "8000020", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "70160", - "type": "stop" - }, - { - "id": "70162", - "type": "stop" - }, - { - "id": "70164", - "type": "stop" - }, - { - "id": "70166", - "type": "stop" - }, - { - "id": "70168", - "type": "stop" - }, - { - "id": "70170", - "type": "stop" - }, - { - "id": "70172", - "type": "stop" - }, - { - "id": "70174", - "type": "stop" - }, - { - "id": "70176", - "type": "stop" - }, - { - "id": "70178", - "type": "stop" - }, - { - "id": "70180", - "type": "stop" - }, - { - "id": "70182", - "type": "stop" - }, - { - "id": "70186", - "type": "stop" - }, - { - "id": "70150", - "type": "stop" - }, - { - "id": "70152", - "type": "stop" - }, - { - "id": "70154", - "type": "stop" - }, - { - "id": "70156", - "type": "stop" - }, - { - "id": "70158", - "type": "stop" - }, - { - "id": "70200", - "type": "stop" - }, - { - "id": "70201", - "type": "stop" - }, - { - "id": "70203", - "type": "stop" - }, - { - "id": "70205", - "type": "stop" - }, - { - "id": "70207", - "type": "stop" - }, - { - "id": "70501", - "type": "stop" - }, - { - "id": "70513", - "type": "stop" - }, - { - "id": "70505", - "type": "stop" - }, - { - "id": "70507", - "type": "stop" - }, - { - "id": "70509", - "type": "stop" - }, - { - "id": "70511", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "65741", + "id": "7606", "links": { - "self": "/stops/65741" + "self": "/stops/7606" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=65741" + "related": "/facilities/?filter[stop]=7606" } }, "parent_station": { @@ -366037,14 +367185,14 @@ }, { "attributes": {}, - "id": "606", + "id": "1551", "links": { - "self": "/stops/606" + "self": "/stops/1551" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=606" + "related": "/facilities/?filter[stop]=1551" } }, "parent_station": { @@ -366060,168 +367208,39 @@ "type": "stop" }, { - "attributes": { - "direction_id": 1, - "headsign": "Orient Heights" - }, - "id": "61940804", + "attributes": {}, + "id": "5877", "links": { - "self": "/trips/61940804" + "self": "/stops/5877" }, "relationships": { - "route": { - "data": { - "id": "713", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "713-_-1", - "type": "route_pattern" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=5877" } }, - "service": { - "data": { - "id": "SpringWeekday", - "type": "service" - } + "parent_station": { + "data": null }, - "shape": { + "zone": { "data": { - "id": "7130070", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "109853", - "type": "stop" - }, - { - "id": "109857", - "type": "stop" - }, - { - "id": "109912", - "type": "stop" - }, - { - "id": "109858", - "type": "stop" - }, - { - "id": "109860", - "type": "stop" - }, - { - "id": "109861", - "type": "stop" - }, - { - "id": "109862", - "type": "stop" - }, - { - "id": "109864", - "type": "stop" - }, - { - "id": "109865", - "type": "stop" - }, - { - "id": "109821", - "type": "stop" - }, - { - "id": "109822", - "type": "stop" - }, - { - "id": "109898", - "type": "stop" - }, - { - "id": "109883", - "type": "stop" - }, - { - "id": "109884", - "type": "stop" - }, - { - "id": "109885", - "type": "stop" - }, - { - "id": "109886", - "type": "stop" - }, - { - "id": "109887", - "type": "stop" - }, - { - "id": "109888", - "type": "stop" - }, - { - "id": "109890", - "type": "stop" - }, - { - "id": "109891", - "type": "stop" - }, - { - "id": "109892", - "type": "stop" - }, - { - "id": "109893", - "type": "stop" - }, - { - "id": "109894", - "type": "stop" - }, - { - "id": "109896", - "type": "stop" - }, - { - "id": "109835", - "type": "stop" - }, - { - "id": "109836", - "type": "stop" - }, - { - "id": "109838", - "type": "stop" - }, - { - "id": "15880", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "7969", + "id": "6170", "links": { - "self": "/stops/7969" + "self": "/stops/6170" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7969" + "related": "/facilities/?filter[stop]=6170" } }, "parent_station": { @@ -366238,25 +367257,22 @@ }, { "attributes": {}, - "id": "70267", + "id": "2752", "links": { - "self": "/stops/70267" + "self": "/stops/2752" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70267" + "related": "/facilities/?filter[stop]=2752" } }, "parent_station": { - "data": { - "id": "place-miltt", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } @@ -366266,22 +367282,22 @@ { "attributes": { "direction_id": 1, - "headsign": "Union Square (Shuttle)" + "headsign": "South Station (Shuttle)" }, - "id": "GreenDGovernmentCenterUnionSquare-1-sample", + "id": "ReadvilleSouthStationFMT-1-sample", "links": { - "self": "/trips/GreenDGovernmentCenterUnionSquare-1-sample" + "self": "/trips/ReadvilleSouthStationFMT-1-sample" }, "relationships": { "route": { "data": { - "id": "Shuttle-GovernmentCenterUnionSquare", + "id": "Shuttle-ReadvilleSouthStation", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-GovernmentCenterUnionSquare-0-1", + "id": "Shuttle-ReadvilleSouthStation-0-1", "type": "route_pattern" } }, @@ -366293,30 +367309,42 @@ }, "shape": { "data": { - "id": "GovernmentCenterToUnionSquare-S", + "id": "ReadvilleToSouthStationViaFairmount-S", "type": "shape" } }, "stops": { "data": [ { - "id": "4510", + "id": "DB-2205-B1", "type": "stop" }, { - "id": "9070090", + "id": "DB-2222-B1", "type": "stop" }, { - "id": "9070091", + "id": "DB-2230-B1", "type": "stop" }, { - "id": "9070501", + "id": "DB-2240-B1", "type": "stop" }, { - "id": "9070503", + "id": "DB-2249-B3", + "type": "stop" + }, + { + "id": "DB-2258-B1", + "type": "stop" + }, + { + "id": "DB-2265-B1", + "type": "stop" + }, + { + "id": "NEC-2287-B", "type": "stop" } ] @@ -366325,207 +367353,161 @@ "type": "trip" }, { - "attributes": {}, - "id": "4546", - "links": { - "self": "/stops/4546" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=4546" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "7189", - "links": { - "self": "/stops/7189" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=7189" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } + "attributes": { + "direction_id": 1, + "headsign": "Avenue Louis Pasteur" }, - "type": "stop" - }, - { - "attributes": {}, - "id": "7502", + "id": "67251043_2", "links": { - "self": "/stops/7502" + "self": "/trips/67251043_2" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=7502" - } - }, - "parent_station": { - "data": null - }, - "zone": { + "route": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "1710", - "links": { - "self": "/stops/1710" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=1710" + "id": "39", + "type": "route" } }, - "parent_station": { - "data": null - }, - "zone": { + "route_pattern": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "2156", - "links": { - "self": "/stops/2156" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=2156" + "id": "39-7-1", + "type": "route_pattern" } }, - "parent_station": { - "data": null - }, - "zone": { + "service": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "927", - "links": { - "self": "/stops/927" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=927" + "id": "WinterWeekday", + "type": "service" } }, - "parent_station": { - "data": null - }, - "zone": { + "shape": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "9228", - "links": { - "self": "/stops/9228" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=9228" + "id": "210144-2", + "type": "shape" } }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } + "stops": { + "data": [ + { + "id": "10642", + "type": "stop" + }, + { + "id": "1936", + "type": "stop" + }, + { + "id": "1937", + "type": "stop" + }, + { + "id": "1128", + "type": "stop" + }, + { + "id": "1129", + "type": "stop" + }, + { + "id": "1130", + "type": "stop" + }, + { + "id": "1132", + "type": "stop" + }, + { + "id": "11131", + "type": "stop" + }, + { + "id": "6570", + "type": "stop" + }, + { + "id": "6571", + "type": "stop" + }, + { + "id": "6573", + "type": "stop" + }, + { + "id": "65741", + "type": "stop" + }, + { + "id": "6575", + "type": "stop" + }, + { + "id": "1315", + "type": "stop" + }, + { + "id": "1317", + "type": "stop" + }, + { + "id": "1319", + "type": "stop" + }, + { + "id": "11780", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { - "attributes": {}, - "id": "4531", + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Harvard Square", + "Reservoir Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Harvard Square - Reservoir Station", + "short_name": "86", + "sort_order": 50860, + "text_color": "000000", + "type": 3 + }, + "id": "86", "links": { - "self": "/stops/4531" + "self": "/routes/86" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=4531" + "agency": { + "data": { + "id": "1", + "type": "agency" } }, - "parent_station": { - "data": null - }, - "zone": { + "line": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "line-86", + "type": "line" } } }, - "type": "stop" + "type": "route" }, { "attributes": {}, - "id": "2368", + "id": "4931", "links": { - "self": "/stops/2368" + "self": "/stops/4931" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2368" + "related": "/facilities/?filter[stop]=4931" } }, "parent_station": { @@ -366542,14 +367524,14 @@ }, { "attributes": {}, - "id": "2854", + "id": "17562", "links": { - "self": "/stops/2854" + "self": "/stops/17562" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2854" + "related": "/facilities/?filter[stop]=17562" } }, "parent_station": { @@ -366566,14 +367548,14 @@ }, { "attributes": {}, - "id": "23404", + "id": "5336", "links": { - "self": "/stops/23404" + "self": "/stops/5336" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=23404" + "related": "/facilities/?filter[stop]=5336" } }, "parent_station": { @@ -366590,14 +367572,14 @@ }, { "attributes": {}, - "id": "4065", + "id": "913", "links": { - "self": "/stops/4065" + "self": "/stops/913" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4065" + "related": "/facilities/?filter[stop]=913" } }, "parent_station": { @@ -366614,14 +367596,14 @@ }, { "attributes": {}, - "id": "7110", + "id": "428", "links": { - "self": "/stops/7110" + "self": "/stops/428" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7110" + "related": "/facilities/?filter[stop]=428" } }, "parent_station": { @@ -366638,14 +367620,14 @@ }, { "attributes": {}, - "id": "7131", + "id": "1227", "links": { - "self": "/stops/7131" + "self": "/stops/1227" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7131" + "related": "/facilities/?filter[stop]=1227" } }, "parent_station": { @@ -366662,14 +367644,14 @@ }, { "attributes": {}, - "id": "600", + "id": "9143", "links": { - "self": "/stops/600" + "self": "/stops/9143" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=600" + "related": "/facilities/?filter[stop]=9143" } }, "parent_station": { @@ -366686,146 +367668,86 @@ }, { "attributes": { - "direction_id": 0, - "headsign": "Ashmont" + "direction_id": 1, + "headsign": "South Station" }, - "id": "61392330", + "id": "SouthWKDYF24-697839-840", "links": { - "self": "/trips/61392330" + "self": "/trips/SouthWKDYF24-697839-840" }, "relationships": { "route": { "data": { - "id": "23", + "id": "CR-Providence", "type": "route" } }, "route_pattern": { "data": { - "id": "23-3-0", + "id": "CR-Providence-b26ac00b-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "FALL 2024-SOUTHWKD-Weekday-1-Scbbf1ea5", "type": "service" } }, "shape": { "data": { - "id": "230208", + "id": "9890008", "type": "shape" } }, "stops": { "data": [ { - "id": "1259", - "type": "stop" - }, - { - "id": "11323", - "type": "stop" - }, - { - "id": "11259", - "type": "stop" - }, - { - "id": "64000", - "type": "stop" - }, - { - "id": "40001", - "type": "stop" - }, - { - "id": "401", - "type": "stop" - }, - { - "id": "404", - "type": "stop" - }, - { - "id": "405", - "type": "stop" - }, - { - "id": "406", - "type": "stop" - }, - { - "id": "407", - "type": "stop" - }, - { - "id": "410", - "type": "stop" - }, - { - "id": "411", - "type": "stop" - }, - { - "id": "412", - "type": "stop" - }, - { - "id": "471", - "type": "stop" - }, - { - "id": "472", - "type": "stop" - }, - { - "id": "468", + "id": "NEC-1851-03", "type": "stop" }, { - "id": "475", + "id": "NEC-1891-02", "type": "stop" }, { - "id": "477", + "id": "NEC-1969-04", "type": "stop" }, { - "id": "478", + "id": "NEC-2040-02", "type": "stop" }, { - "id": "480", + "id": "NEC-2108-02", "type": "stop" }, { - "id": "482", + "id": "NEC-2139-02", "type": "stop" }, { - "id": "483", + "id": "NEC-2173-02", "type": "stop" }, { - "id": "485", + "id": "NEC-2192-02", "type": "stop" }, { - "id": "426", + "id": "NEC-2203-02", "type": "stop" }, { - "id": "428", + "id": "NEC-2265-02", "type": "stop" }, { - "id": "430", + "id": "NEC-2276-02", "type": "stop" }, { - "id": "334", + "id": "NEC-2287", "type": "stop" } ] @@ -366835,14 +367757,14 @@ }, { "attributes": {}, - "id": "49158", + "id": "8496", "links": { - "self": "/stops/49158" + "self": "/stops/8496" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=49158" + "related": "/facilities/?filter[stop]=8496" } }, "parent_station": { @@ -366859,25 +367781,22 @@ }, { "attributes": {}, - "id": "WML-0012-07", + "id": "5569", "links": { - "self": "/stops/WML-0012-07" + "self": "/stops/5569" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=WML-0012-07" + "related": "/facilities/?filter[stop]=5569" } }, "parent_station": { - "data": { - "id": "place-bbsta", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "CR-zone-1A", + "id": "LocalBus", "type": "zone" } } @@ -366886,25 +367805,25 @@ }, { "attributes": {}, - "id": "GB-0353-S", + "id": "70508", "links": { - "self": "/stops/GB-0353-S" + "self": "/stops/70508" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=GB-0353-S" + "related": "/facilities/?filter[stop]=70508" } }, "parent_station": { "data": { - "id": "place-GB-0353", + "id": "place-mgngl", "type": "stop" } }, "zone": { "data": { - "id": "CR-zone-8", + "id": "RapidTransit", "type": "zone" } } @@ -366913,14 +367832,14 @@ }, { "attributes": {}, - "id": "41839", + "id": "7892", "links": { - "self": "/stops/41839" + "self": "/stops/7892" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=41839" + "related": "/facilities/?filter[stop]=7892" } }, "parent_station": { @@ -366939,27 +367858,33 @@ "attributes": { "color": "FFC72C", "direction_destinations": [ - "Dedham Square", - "Forest Hills Station" + "Ashmont/Braintree", + "Alewife" ], "direction_names": [ - "Outbound", - "Inbound" + "South", + "North" ], - "long_name": "Dedham Square - Forest Hills Station", - "short_name": "34", - "sort_order": 50340, + "long_name": "Harvard - South Station", + "short_name": "Red Line Shuttle", + "sort_order": 61964, "text_color": "000000", "type": 3 }, - "id": "34", + "id": "Shuttle-HarvardSouthStation", "links": { - "self": "/routes/34" + "self": "/routes/Shuttle-HarvardSouthStation" }, "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, "line": { "data": { - "id": "line-3434E", + "id": "line-Red", "type": "line" } } @@ -366968,14 +367893,14 @@ }, { "attributes": {}, - "id": "8150", + "id": "912", "links": { - "self": "/stops/8150" + "self": "/stops/912" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8150" + "related": "/facilities/?filter[stop]=912" } }, "parent_station": { @@ -366992,19 +367917,43 @@ }, { "attributes": {}, - "id": "70253", + "id": "578", "links": { - "self": "/stops/70253" + "self": "/stops/578" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70253" + "related": "/facilities/?filter[stop]=578" } }, "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "place-mispk", + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "70232", + "links": { + "self": "/stops/70232" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=70232" + } + }, + "parent_station": { + "data": { + "id": "place-tapst", "type": "stop" } }, @@ -367017,240 +367966,262 @@ }, "type": "stop" }, + { + "attributes": {}, + "id": "305", + "links": { + "self": "/stops/305" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=305" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, { "attributes": { - "direction_id": 0, - "headsign": "North Shore Mall via Lynnfield St" + "color": "FFC72C", + "direction_destinations": [ + "Boston College", + "Government Center" + ], + "direction_names": [ + "West", + "East" + ], + "long_name": "Babcock Street - Blandford Street", + "short_name": "Green Line B Shuttle", + "sort_order": 60400, + "text_color": "000000", + "type": 3 + }, + "id": "Shuttle-BabcockBlandford", + "links": { + "self": "/routes/Shuttle-BabcockBlandford" + }, + "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, + "line": { + "data": { + "id": "line-Green", + "type": "line" + } + } + }, + "type": "route" + }, + { + "attributes": {}, + "id": "41836", + "links": { + "self": "/stops/41836" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=41836" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": { + "direction_id": 1, + "headsign": "North Station" }, - "id": "62216468", + "id": "NorthWKDYF24-696296-404", "links": { - "self": "/trips/62216468" + "self": "/trips/NorthWKDYF24-696296-404" }, "relationships": { "route": { "data": { - "id": "436", + "id": "CR-Fitchburg", "type": "route" } }, "route_pattern": { "data": { - "id": "436-1-0", + "id": "CR-Fitchburg-94972bc9-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "FALL 2024-NORTHWKD-Weekday-1", "type": "service" } }, "shape": { "data": { - "id": "4360260", + "id": "9840003", "type": "shape" } }, "stops": { "data": [ { - "id": "14748", - "type": "stop" - }, - { - "id": "6600", - "type": "stop" - }, - { - "id": "6830", - "type": "stop" - }, - { - "id": "6831", - "type": "stop" - }, - { - "id": "6833", - "type": "stop" - }, - { - "id": "6834", - "type": "stop" - }, - { - "id": "7313", - "type": "stop" - }, - { - "id": "7314", - "type": "stop" - }, - { - "id": "7315", - "type": "stop" - }, - { - "id": "7316", - "type": "stop" - }, - { - "id": "17316", - "type": "stop" - }, - { - "id": "7317", - "type": "stop" - }, - { - "id": "7318", - "type": "stop" - }, - { - "id": "7319", - "type": "stop" - }, - { - "id": "7253", - "type": "stop" - }, - { - "id": "7254", - "type": "stop" - }, - { - "id": "7255", - "type": "stop" - }, - { - "id": "7256", - "type": "stop" - }, - { - "id": "7257", - "type": "stop" - }, - { - "id": "7258", - "type": "stop" - }, - { - "id": "7259", - "type": "stop" - }, - { - "id": "7260", - "type": "stop" - }, - { - "id": "7320", - "type": "stop" - }, - { - "id": "7322", - "type": "stop" - }, - { - "id": "7324", - "type": "stop" - }, - { - "id": "17325", - "type": "stop" - }, - { - "id": "7327", - "type": "stop" - }, - { - "id": "7328", - "type": "stop" - }, - { - "id": "7330", - "type": "stop" - }, - { - "id": "7331", - "type": "stop" - }, - { - "id": "7332", - "type": "stop" - }, - { - "id": "7334", - "type": "stop" - }, - { - "id": "7335", + "id": "FR-3338-CS", "type": "stop" }, { - "id": "7336", + "id": "FR-0494-CS", "type": "stop" }, { - "id": "7337", + "id": "FR-0451-02", "type": "stop" }, { - "id": "7338", + "id": "FR-0394-02", "type": "stop" }, { - "id": "7339", + "id": "FR-0361-02", "type": "stop" }, { - "id": "7340", + "id": "FR-0301-02", "type": "stop" }, { - "id": "4570", + "id": "FR-0253-02", "type": "stop" }, { - "id": "4572", + "id": "FR-0034-02", "type": "stop" }, { - "id": "4573", + "id": "BNT-0000", "type": "stop" - }, + } + ] + } + }, + "type": "trip" + }, + { + "attributes": {}, + "id": "Norwood Central-S", + "links": { + "self": "/stops/Norwood%20Central-S" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=Norwood%20Central-S" + } + }, + "parent_station": { + "data": { + "id": "place-FB-0148", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "direction_id": 1, + "headsign": "Kenmore (Shuttle)" + }, + "id": "NewtonHighlandsKenmore-Weekday-9e586-1-00:00:00", + "links": { + "self": "/trips/NewtonHighlandsKenmore-Weekday-9e586-1-00%3A00%3A00" + }, + "relationships": { + "route": { + "data": { + "id": "Shuttle-NewtonHighlandsKenmore", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "Shuttle-NewtonHighlandsKenmore-0-1", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "canonical", + "type": "service" + } + }, + "shape": { + "data": { + "id": "NewtonHighlandsToKenmore-S", + "type": "shape" + } + }, + "stops": { + "data": [ { - "id": "4574", + "id": "9070168", "type": "stop" }, { - "id": "4576", + "id": "9070170", "type": "stop" }, { - "id": "4577", + "id": "1984", "type": "stop" }, { - "id": "4578", + "id": "21917", "type": "stop" }, { - "id": "14586", + "id": "9070179", "type": "stop" }, { - "id": "24586", + "id": "9070180", "type": "stop" }, { - "id": "4581", + "id": "1804", "type": "stop" }, { - "id": "4582", + "id": "1807", "type": "stop" }, { - "id": "7269", + "id": "9070150", "type": "stop" } ] @@ -367260,22 +368231,25 @@ }, { "attributes": {}, - "id": "7617", + "id": "70165", "links": { - "self": "/stops/7617" + "self": "/stops/70165" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7617" + "related": "/facilities/?filter[stop]=70165" } }, "parent_station": { - "data": null + "data": { + "id": "place-waban", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -367284,14 +368258,14 @@ }, { "attributes": {}, - "id": "3069", + "id": "14548", "links": { - "self": "/stops/3069" + "self": "/stops/14548" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3069" + "related": "/facilities/?filter[stop]=14548" } }, "parent_station": { @@ -367308,14 +368282,14 @@ }, { "attributes": {}, - "id": "17288", + "id": "1692", "links": { - "self": "/stops/17288" + "self": "/stops/1692" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=17288" + "related": "/facilities/?filter[stop]=1692" } }, "parent_station": { @@ -367332,14 +368306,14 @@ }, { "attributes": {}, - "id": "4290", + "id": "8598", "links": { - "self": "/stops/4290" + "self": "/stops/8598" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4290" + "related": "/facilities/?filter[stop]=8598" } }, "parent_station": { @@ -367356,14 +368330,14 @@ }, { "attributes": {}, - "id": "5607", + "id": "29", "links": { - "self": "/stops/5607" + "self": "/stops/29" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5607" + "related": "/facilities/?filter[stop]=29" } }, "parent_station": { @@ -367380,14 +368354,14 @@ }, { "attributes": {}, - "id": "7391", + "id": "5501", "links": { - "self": "/stops/7391" + "self": "/stops/5501" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7391" + "related": "/facilities/?filter[stop]=5501" } }, "parent_station": { @@ -367404,14 +368378,14 @@ }, { "attributes": {}, - "id": "4925", + "id": "8952", "links": { - "self": "/stops/4925" + "self": "/stops/8952" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4925" + "related": "/facilities/?filter[stop]=8952" } }, "parent_station": { @@ -367428,14 +368402,14 @@ }, { "attributes": {}, - "id": "2366", + "id": "1202", "links": { - "self": "/stops/2366" + "self": "/stops/1202" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2366" + "related": "/facilities/?filter[stop]=1202" } }, "parent_station": { @@ -367452,25 +368426,22 @@ }, { "attributes": {}, - "id": "70012", + "id": "3287", "links": { - "self": "/stops/70012" + "self": "/stops/3287" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70012" + "related": "/facilities/?filter[stop]=3287" } }, "parent_station": { - "data": { - "id": "place-masta", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } @@ -367478,135 +368449,256 @@ "type": "stop" }, { - "attributes": {}, - "id": "1547", + "attributes": { + "direction_id": 0, + "headsign": "Blossom Street Pier" + }, + "id": "Boat-Lynn-0645-Long-BLY-01-Weekday-Summer-25", "links": { - "self": "/stops/1547" + "self": "/trips/Boat-Lynn-0645-Long-BLY-01-Weekday-Summer-25" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=1547" + "route": { + "data": { + "id": "Boat-Lynn", + "type": "route" } }, - "parent_station": { - "data": null + "route_pattern": { + "data": { + "id": "Boat-Lynn-1-0", + "type": "route_pattern" + } }, - "zone": { + "service": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "Boat-Lynn-Weekday-Summer-25", + "type": "service" + } + }, + "shape": { + "data": { + "id": "LongWharfNorthToLynn-F", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "Boat-Long", + "type": "stop" + }, + { + "id": "Boat-Blossom", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": { "direction_id": 0, - "headsign": "Ashmont via Forest Hills" + "headsign": "Charles River Loop" }, - "id": "62145395_1", + "id": "67251199", "links": { - "self": "/trips/62145395_1" + "self": "/trips/67251199" }, "relationships": { "route": { "data": { - "id": "39", + "id": "36", "type": "route" } }, "route_pattern": { "data": { - "id": "39-Y-0", + "id": "36-9-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "210134-1", + "id": "360383", "type": "shape" } }, "stops": { "data": [ { - "id": "11780", + "id": "1346", "type": "stop" }, { - "id": "91391", + "id": "1350", "type": "stop" }, { - "id": "92391", + "id": "1351", "type": "stop" }, { - "id": "1363", + "id": "1352", "type": "stop" }, { - "id": "1365", + "id": "1354", "type": "stop" }, { - "id": "21365", + "id": "17411", "type": "stop" }, { - "id": "22365", + "id": "17401", "type": "stop" }, { - "id": "31365", + "id": "17391", "type": "stop" }, { - "id": "51365", + "id": "1587", "type": "stop" }, { - "id": "61365", + "id": "11587", "type": "stop" }, { - "id": "1160", + "id": "21587", "type": "stop" }, { - "id": "1161", + "id": "547", "type": "stop" }, { - "id": "1164", + "id": "10642", "type": "stop" }, { - "id": "11164", + "id": "596", "type": "stop" }, { - "id": "1939", + "id": "597", "type": "stop" }, { - "id": "2006", + "id": "598", "type": "stop" }, { - "id": "2007", + "id": "599", "type": "stop" }, { - "id": "875", + "id": "600", + "type": "stop" + }, + { + "id": "601", + "type": "stop" + }, + { + "id": "602", + "type": "stop" + }, + { + "id": "797", + "type": "stop" + }, + { + "id": "798", + "type": "stop" + }, + { + "id": "799", + "type": "stop" + }, + { + "id": "800", + "type": "stop" + }, + { + "id": "801", + "type": "stop" + }, + { + "id": "802", + "type": "stop" + }, + { + "id": "803", + "type": "stop" + }, + { + "id": "804", + "type": "stop" + }, + { + "id": "805", + "type": "stop" + }, + { + "id": "806", + "type": "stop" + }, + { + "id": "807", + "type": "stop" + }, + { + "id": "808", + "type": "stop" + }, + { + "id": "810", + "type": "stop" + }, + { + "id": "821", + "type": "stop" + }, + { + "id": "812", + "type": "stop" + }, + { + "id": "11812", + "type": "stop" + }, + { + "id": "813", + "type": "stop" + }, + { + "id": "814", + "type": "stop" + }, + { + "id": "815", + "type": "stop" + }, + { + "id": "816", + "type": "stop" + }, + { + "id": "817", + "type": "stop" + }, + { + "id": "820", "type": "stop" } ] @@ -367615,47 +368707,168 @@ "type": "trip" }, { - "attributes": {}, - "id": "793", + "attributes": { + "direction_id": 0, + "headsign": "Broadway (Shuttle)" + }, + "id": "BroadwayHarvard-Weekday-9e586-0-00:00:00", "links": { - "self": "/stops/793" + "self": "/trips/BroadwayHarvard-Weekday-9e586-0-00%3A00%3A00" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=793" + "route": { + "data": { + "id": "Shuttle-BroadwayHarvard", + "type": "route" } }, - "parent_station": { - "data": null + "route_pattern": { + "data": { + "id": "Shuttle-BroadwayHarvard-0-0", + "type": "route_pattern" + } }, - "zone": { + "service": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "canonical", + "type": "service" + } + }, + "shape": { + "data": { + "id": "HarvardToBroadway-S", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "110", + "type": "stop" + }, + { + "id": "72", + "type": "stop" + }, + { + "id": "9170071", + "type": "stop" + }, + { + "id": "9070073", + "type": "stop" + }, + { + "id": "9170024", + "type": "stop" + }, + { + "id": "204", + "type": "stop" + }, + { + "id": "16535", + "type": "stop" + }, + { + "id": "6564", + "type": "stop" + }, + { + "id": "151", + "type": "stop" + } + ] + } + }, + "type": "trip" + }, + { + "attributes": { + "direction_id": 1, + "headsign": "Kendall/MIT (Shuttle)" + }, + "id": "BroadwayKendall-1-sample", + "links": { + "self": "/trips/BroadwayKendall-1-sample" + }, + "relationships": { + "route": { + "data": { + "id": "Shuttle-BroadwayKendall", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "Shuttle-BroadwayKendall-0-1", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "canonical", + "type": "service" } + }, + "shape": { + "data": { + "id": "BroadwayToKendall-S", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "151", + "type": "stop" + }, + { + "id": "892", + "type": "stop" + }, + { + "id": "6551", + "type": "stop" + }, + { + "id": "4510", + "type": "stop" + }, + { + "id": "9070074", + "type": "stop" + }, + { + "id": "9070071", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "9047", + "id": "SB-0150-06", "links": { - "self": "/stops/9047" + "self": "/stops/SB-0150-06" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9047" + "related": "/facilities/?filter[stop]=SB-0150-06" } }, "parent_station": { - "data": null + "data": { + "id": "place-NEC-2139", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "CR-zone-3", "type": "zone" } } @@ -367664,14 +368877,14 @@ }, { "attributes": {}, - "id": "109838", + "id": "109858", "links": { - "self": "/stops/109838" + "self": "/stops/109858" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=109838" + "related": "/facilities/?filter[stop]=109858" } }, "parent_station": { @@ -367688,14 +368901,14 @@ }, { "attributes": {}, - "id": "3277", + "id": "38493", "links": { - "self": "/stops/3277" + "self": "/stops/38493" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3277" + "related": "/facilities/?filter[stop]=38493" } }, "parent_station": { @@ -367712,14 +368925,14 @@ }, { "attributes": {}, - "id": "1639", + "id": "4913", "links": { - "self": "/stops/1639" + "self": "/stops/4913" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1639" + "related": "/facilities/?filter[stop]=4913" } }, "parent_station": { @@ -367736,14 +368949,14 @@ }, { "attributes": {}, - "id": "1149", + "id": "28281", "links": { - "self": "/stops/1149" + "self": "/stops/28281" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1149" + "related": "/facilities/?filter[stop]=28281" } }, "parent_station": { @@ -367760,14 +368973,14 @@ }, { "attributes": {}, - "id": "2729", + "id": "615", "links": { - "self": "/stops/2729" + "self": "/stops/615" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2729" + "related": "/facilities/?filter[stop]=615" } }, "parent_station": { @@ -367783,36 +368996,52 @@ "type": "stop" }, { - "attributes": {}, - "id": "9070508", + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Walpole Center", + "Forest Hills Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Walpole Center - Forest Hills Station", + "short_name": "34E", + "sort_order": 50341, + "text_color": "000000", + "type": 3 + }, + "id": "34E", "links": { - "self": "/stops/9070508" + "self": "/routes/34E" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=9070508" + "agency": { + "data": { + "id": "1", + "type": "agency" } }, - "parent_station": { - "data": null - }, - "zone": { - "data": null + "line": { + "data": { + "id": "line-3434E", + "type": "line" + } } }, - "type": "stop" + "type": "route" }, { "attributes": {}, - "id": "2690", + "id": "25059", "links": { - "self": "/stops/2690" + "self": "/stops/25059" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2690" + "related": "/facilities/?filter[stop]=25059" } }, "parent_station": { @@ -367829,14 +369058,14 @@ }, { "attributes": {}, - "id": "4380", + "id": "2318", "links": { - "self": "/stops/4380" + "self": "/stops/2318" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4380" + "related": "/facilities/?filter[stop]=2318" } }, "parent_station": { @@ -367853,14 +369082,14 @@ }, { "attributes": {}, - "id": "5546", + "id": "2723", "links": { - "self": "/stops/5546" + "self": "/stops/2723" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5546" + "related": "/facilities/?filter[stop]=2723" } }, "parent_station": { @@ -367877,14 +369106,14 @@ }, { "attributes": {}, - "id": "18975", + "id": "3415", "links": { - "self": "/stops/18975" + "self": "/stops/3415" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=18975" + "related": "/facilities/?filter[stop]=3415" } }, "parent_station": { @@ -367902,153 +369131,137 @@ { "attributes": { "direction_id": 0, - "headsign": "Brighton Center" + "headsign": "Woodlawn" }, - "id": "61393845", + "id": "66957467", "links": { - "self": "/trips/61393845" + "self": "/trips/66957467" }, "relationships": { "route": { "data": { - "id": "65", + "id": "111", "type": "route" } }, "route_pattern": { "data": { - "id": "65-_-0", + "id": "111-5-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "65-_-0", + "id": "1110262", "type": "shape" } }, "stops": { "data": [ { - "id": "899", - "type": "stop" - }, - { - "id": "8993", - "type": "stop" - }, - { - "id": "1518", - "type": "stop" - }, - { - "id": "1519", - "type": "stop" - }, - { - "id": "1520", + "id": "8309", "type": "stop" }, { - "id": "1777", + "id": "2832", "type": "stop" }, { - "id": "1778", + "id": "5611", "type": "stop" }, { - "id": "1521", + "id": "5612", "type": "stop" }, { - "id": "1523", + "id": "5613", "type": "stop" }, { - "id": "1524", + "id": "5614", "type": "stop" }, { - "id": "1525", + "id": "5615", "type": "stop" }, { - "id": "1526", + "id": "56170", "type": "stop" }, { - "id": "1286", + "id": "5618", "type": "stop" }, { - "id": "1287", + "id": "5619", "type": "stop" }, { - "id": "1288", + "id": "5620", "type": "stop" }, { - "id": "1289", + "id": "5621", "type": "stop" }, { - "id": "1290", + "id": "5623", "type": "stop" }, { - "id": "1291", + "id": "5624", "type": "stop" }, { - "id": "1292", + "id": "5625", "type": "stop" }, { - "id": "1293", + "id": "5626", "type": "stop" }, { - "id": "1294", + "id": "5627", "type": "stop" }, { - "id": "1295", + "id": "5628", "type": "stop" }, { - "id": "1296", + "id": "5629", "type": "stop" }, { - "id": "1298", + "id": "5630", "type": "stop" }, { - "id": "1299", + "id": "5631", "type": "stop" }, { - "id": "1300", + "id": "5632", "type": "stop" }, { - "id": "1301", + "id": "5633", "type": "stop" }, { - "id": "1994", + "id": "5636", "type": "stop" }, { - "id": "1026", + "id": "55471", "type": "stop" } ] @@ -368056,47 +369269,16 @@ }, "type": "trip" }, - { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Sullivan Square Station", - "Downtown" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Sullivan Square Station - Downtown via Bunker Hill Street", - "short_name": "93", - "sort_order": 50930, - "text_color": "000000", - "type": 3 - }, - "id": "93", - "links": { - "self": "/routes/93" - }, - "relationships": { - "line": { - "data": { - "id": "line-93", - "type": "line" - } - } - }, - "type": "route" - }, { "attributes": {}, - "id": "5737", + "id": "86618", "links": { - "self": "/stops/5737" + "self": "/stops/86618" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5737" + "related": "/facilities/?filter[stop]=86618" } }, "parent_station": { @@ -368114,68 +369296,50 @@ { "attributes": { "color": "FFC72C", - "long_name": "West Medford - Sullivan via Mystic Avenue", - "short_name": "95", - "sort_order": 50950, - "text_color": "000000" - }, - "id": "line-95", - "links": { - "self": "/lines/line-95" + "direction_destinations": [ + "Riverside", + "Union Square" + ], + "direction_names": [ + "West", + "East" + ], + "long_name": "Riverside - Kenmore via Saint Mary's Street", + "short_name": "Green Line D Shuttle", + "sort_order": 62015, + "text_color": "000000", + "type": 3 }, - "type": "line" - }, - { - "attributes": {}, - "id": "70512", + "id": "Shuttle-KenmoreStMarysRiverside", "links": { - "self": "/stops/70512" + "self": "/routes/Shuttle-KenmoreStMarysRiverside" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=70512" - } - }, - "parent_station": { + "agency": { "data": { - "id": "place-mdftf", - "type": "stop" + "id": "1", + "type": "agency" } }, - "zone": { + "line": { "data": { - "id": "RapidTransit", - "type": "zone" + "id": "line-Green", + "type": "line" } } }, - "type": "stop" - }, - { - "attributes": { - "color": "FFC72C", - "long_name": "Wonderland - Wellington", - "short_name": "110", - "sort_order": 51100, - "text_color": "000000" - }, - "id": "line-110", - "links": { - "self": "/lines/line-110" - }, - "type": "line" + "type": "route" }, { "attributes": {}, - "id": "2058", + "id": "41692", "links": { - "self": "/stops/2058" + "self": "/stops/41692" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2058" + "related": "/facilities/?filter[stop]=41692" } }, "parent_station": { @@ -368192,14 +369356,14 @@ }, { "attributes": {}, - "id": "19031", + "id": "2590", "links": { - "self": "/stops/19031" + "self": "/stops/2590" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=19031" + "related": "/facilities/?filter[stop]=2590" } }, "parent_station": { @@ -368216,14 +369380,14 @@ }, { "attributes": {}, - "id": "233", + "id": "8717", "links": { - "self": "/stops/233" + "self": "/stops/8717" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=233" + "related": "/facilities/?filter[stop]=8717" } }, "parent_station": { @@ -368240,93 +369404,38 @@ }, { "attributes": {}, - "id": "4093", + "id": "NB-0080-B1", "links": { - "self": "/stops/4093" + "self": "/stops/NB-0080-B1" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4093" + "related": "/facilities/?filter[stop]=NB-0080-B1" } }, "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Ashmont", - "Alewife" - ], - "direction_names": [ - "South", - "North" - ], - "long_name": "Ashmont - Park Street via Post Office", - "short_name": "Red Line Shuttle", - "sort_order": 60355, - "text_color": "000000", - "type": 3 - }, - "id": "Shuttle-AshmontParkStreetViaPostOffice", - "links": { - "self": "/routes/Shuttle-AshmontParkStreetViaPostOffice" - }, - "relationships": { - "line": { "data": { - "id": "line-Red", - "type": "line" - } - } - }, - "type": "route" - }, - { - "attributes": {}, - "id": "8460", - "links": { - "self": "/stops/8460" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=8460" + "id": "place-NB-0080", + "type": "stop" } }, - "parent_station": { - "data": null - }, "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } + "data": null } }, "type": "stop" }, { "attributes": {}, - "id": "337", + "id": "7909", "links": { - "self": "/stops/337" + "self": "/stops/7909" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=337" + "related": "/facilities/?filter[stop]=7909" } }, "parent_station": { @@ -368342,63 +369451,124 @@ "type": "stop" }, { - "attributes": {}, - "id": "GB-0198-B2", + "attributes": { + "direction_id": 0, + "headsign": "Ashmont via Washington St" + }, + "id": "67250459", "links": { - "self": "/stops/GB-0198-B2" + "self": "/trips/67250459" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=GB-0198-B2" + "route": { + "data": { + "id": "26", + "type": "route" } }, - "parent_station": { + "route_pattern": { "data": { - "id": "place-GB-0198", - "type": "stop" + "id": "26-1-0", + "type": "route_pattern" } }, - "zone": { - "data": null - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "3781", - "links": { - "self": "/stops/3781" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=3781" + "service": { + "data": { + "id": "WinterWeekday", + "type": "service" } }, - "parent_station": { - "data": null - }, - "zone": { + "shape": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "260063", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "507", + "type": "stop" + }, + { + "id": "508", + "type": "stop" + }, + { + "id": "509", + "type": "stop" + }, + { + "id": "510", + "type": "stop" + }, + { + "id": "511", + "type": "stop" + }, + { + "id": "512", + "type": "stop" + }, + { + "id": "514", + "type": "stop" + }, + { + "id": "515", + "type": "stop" + }, + { + "id": "516", + "type": "stop" + }, + { + "id": "517", + "type": "stop" + }, + { + "id": "518", + "type": "stop" + }, + { + "id": "437", + "type": "stop" + }, + { + "id": "4374", + "type": "stop" + }, + { + "id": "426", + "type": "stop" + }, + { + "id": "428", + "type": "stop" + }, + { + "id": "430", + "type": "stop" + }, + { + "id": "334", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "8492", + "id": "5349", "links": { - "self": "/stops/8492" + "self": "/stops/5349" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8492" + "related": "/facilities/?filter[stop]=5349" } }, "parent_station": { @@ -368414,90 +369584,180 @@ "type": "stop" }, { - "attributes": {}, - "id": "WML-0102-B0", - "links": { - "self": "/stops/WML-0102-B0" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=WML-0102-B0" - } - }, - "parent_station": { - "data": { - "id": "place-WML-0102", - "type": "stop" - } - }, - "zone": { - "data": null - } + "attributes": { + "direction_id": 0, + "headsign": "City Point" }, - "type": "stop" - }, - { - "attributes": {}, - "id": "3916", + "id": "66646021", "links": { - "self": "/stops/3916" + "self": "/trips/66646021" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=3916" + "route": { + "data": { + "id": "10", + "type": "route" } }, - "parent_station": { - "data": null - }, - "zone": { + "route_pattern": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "29013", - "links": { - "self": "/stops/29013" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=29013" + "id": "10-8-0", + "type": "route_pattern" } }, - "parent_station": { + "service": { "data": { - "id": "place-sull", - "type": "stop" + "id": "WinterWeekday", + "type": "service" } }, - "zone": { + "shape": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "100248", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "13321", + "type": "stop" + }, + { + "id": "392", + "type": "stop" + }, + { + "id": "393", + "type": "stop" + }, + { + "id": "394", + "type": "stop" + }, + { + "id": "395", + "type": "stop" + }, + { + "id": "396", + "type": "stop" + }, + { + "id": "21151", + "type": "stop" + }, + { + "id": "8", + "type": "stop" + }, + { + "id": "10", + "type": "stop" + }, + { + "id": "10010", + "type": "stop" + }, + { + "id": "13", + "type": "stop" + }, + { + "id": "14", + "type": "stop" + }, + { + "id": "15", + "type": "stop" + }, + { + "id": "16", + "type": "stop" + }, + { + "id": "17", + "type": "stop" + }, + { + "id": "18", + "type": "stop" + }, + { + "id": "19", + "type": "stop" + }, + { + "id": "20", + "type": "stop" + }, + { + "id": "21", + "type": "stop" + }, + { + "id": "22", + "type": "stop" + }, + { + "id": "23", + "type": "stop" + }, + { + "id": "24", + "type": "stop" + }, + { + "id": "25", + "type": "stop" + }, + { + "id": "27", + "type": "stop" + }, + { + "id": "28", + "type": "stop" + }, + { + "id": "29", + "type": "stop" + }, + { + "id": "30", + "type": "stop" + }, + { + "id": "32", + "type": "stop" + }, + { + "id": "10031", + "type": "stop" + }, + { + "id": "10032", + "type": "stop" + }, + { + "id": "33", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "7410", + "id": "109831", "links": { - "self": "/stops/7410" + "self": "/stops/109831" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7410" + "related": "/facilities/?filter[stop]=109831" } }, "parent_station": { @@ -368514,14 +369774,14 @@ }, { "attributes": {}, - "id": "11545", + "id": "5607", "links": { - "self": "/stops/11545" + "self": "/stops/5607" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=11545" + "related": "/facilities/?filter[stop]=5607" } }, "parent_station": { @@ -368538,14 +369798,14 @@ }, { "attributes": {}, - "id": "6637", + "id": "109806", "links": { - "self": "/stops/6637" + "self": "/stops/109806" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6637" + "related": "/facilities/?filter[stop]=109806" } }, "parent_station": { @@ -368562,14 +369822,14 @@ }, { "attributes": {}, - "id": "9008", + "id": "5872", "links": { - "self": "/stops/9008" + "self": "/stops/5872" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9008" + "related": "/facilities/?filter[stop]=5872" } }, "parent_station": { @@ -368586,14 +369846,14 @@ }, { "attributes": {}, - "id": "7912", + "id": "39684", "links": { - "self": "/stops/7912" + "self": "/stops/39684" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7912" + "related": "/facilities/?filter[stop]=39684" } }, "parent_station": { @@ -368610,14 +369870,14 @@ }, { "attributes": {}, - "id": "3977", + "id": "11319", "links": { - "self": "/stops/3977" + "self": "/stops/11319" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3977" + "related": "/facilities/?filter[stop]=11319" } }, "parent_station": { @@ -368634,14 +369894,14 @@ }, { "attributes": {}, - "id": "9003", + "id": "8552", "links": { - "self": "/stops/9003" + "self": "/stops/8552" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9003" + "related": "/facilities/?filter[stop]=8552" } }, "parent_station": { @@ -368658,14 +369918,14 @@ }, { "attributes": {}, - "id": "5355", + "id": "109846", "links": { - "self": "/stops/5355" + "self": "/stops/109846" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5355" + "related": "/facilities/?filter[stop]=109846" } }, "parent_station": { @@ -368682,14 +369942,14 @@ }, { "attributes": {}, - "id": "774", + "id": "9098", "links": { - "self": "/stops/774" + "self": "/stops/9098" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=774" + "related": "/facilities/?filter[stop]=9098" } }, "parent_station": { @@ -368706,91 +369966,28 @@ }, { "attributes": { - "direction_id": 1, - "headsign": "Forest Hills (Shuttle)" + "color": "FFC72C", + "long_name": "Beth Israel Deaconess, Boston Medical Center, or Nubian - Andrew or Logan Airport", + "short_name": "CT3/171", + "sort_order": 40030, + "text_color": "000000" }, - "id": "ForestHillsNeedhamHeights-1-sample", + "id": "line-171708", "links": { - "self": "/trips/ForestHillsNeedhamHeights-1-sample" - }, - "relationships": { - "route": { - "data": { - "id": "Shuttle-ForestHillsNeedhamHeights", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Shuttle-ForestHillsNeedhamHeights-0-1", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "canonical", - "type": "service" - } - }, - "shape": { - "data": { - "id": "NeedhamHeightsToForestHills-S", - "type": "shape" - } - }, - "stops": { - "data": [ - { - "id": "NB-0137-B", - "type": "stop" - }, - { - "id": "NB-0127-B", - "type": "stop" - }, - { - "id": "NB-0120-B1", - "type": "stop" - }, - { - "id": "NB-0109-B1", - "type": "stop" - }, - { - "id": "NB-0080-B1", - "type": "stop" - }, - { - "id": "NB-0076-B", - "type": "stop" - }, - { - "id": "NB-0072-B", - "type": "stop" - }, - { - "id": "NB-0064-B1", - "type": "stop" - }, - { - "id": "10642", - "type": "stop" - } - ] - } + "self": "/lines/line-171708" }, - "type": "trip" + "type": "line" }, { "attributes": {}, - "id": "8596", + "id": "1369", "links": { - "self": "/stops/8596" + "self": "/stops/1369" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8596" + "related": "/facilities/?filter[stop]=1369" } }, "parent_station": { @@ -368807,14 +370004,14 @@ }, { "attributes": {}, - "id": "7219", + "id": "8525", "links": { - "self": "/stops/7219" + "self": "/stops/8525" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7219" + "related": "/facilities/?filter[stop]=8525" } }, "parent_station": { @@ -368831,14 +370028,14 @@ }, { "attributes": {}, - "id": "39401", + "id": "1890", "links": { - "self": "/stops/39401" + "self": "/stops/1890" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=39401" + "related": "/facilities/?filter[stop]=1890" } }, "parent_station": { @@ -368855,14 +370052,14 @@ }, { "attributes": {}, - "id": "6645", + "id": "41835", "links": { - "self": "/stops/6645" + "self": "/stops/41835" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6645" + "related": "/facilities/?filter[stop]=41835" } }, "parent_station": { @@ -368879,14 +370076,14 @@ }, { "attributes": {}, - "id": "5768", + "id": "2750", "links": { - "self": "/stops/5768" + "self": "/stops/2750" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5768" + "related": "/facilities/?filter[stop]=2750" } }, "parent_station": { @@ -368903,25 +370100,22 @@ }, { "attributes": {}, - "id": "PB-0281-S", + "id": "1313", "links": { - "self": "/stops/PB-0281-S" + "self": "/stops/1313" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=PB-0281-S" + "related": "/facilities/?filter[stop]=1313" } }, "parent_station": { - "data": { - "id": "place-PB-0281", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "CR-zone-7", + "id": "LocalBus", "type": "zone" } } @@ -368930,14 +370124,14 @@ }, { "attributes": {}, - "id": "1678", + "id": "2258", "links": { - "self": "/stops/1678" + "self": "/stops/2258" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1678" + "related": "/facilities/?filter[stop]=2258" } }, "parent_station": { @@ -368953,90 +370147,197 @@ "type": "stop" }, { - "attributes": {}, - "id": "6840", + "attributes": { + "direction_id": 0, + "headsign": "Stoughton" + }, + "id": "SouthWKDYF24-697842-861", "links": { - "self": "/stops/6840" + "self": "/trips/SouthWKDYF24-697842-861" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=6840" + "route": { + "data": { + "id": "CR-Providence", + "type": "route" } }, - "parent_station": { - "data": null - }, - "zone": { + "route_pattern": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "4278", - "links": { - "self": "/stops/4278" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=4278" + "id": "CR-Providence-9515a09b-0", + "type": "route_pattern" } }, - "parent_station": { - "data": null + "service": { + "data": { + "id": "FALL 2024-SOUTHWKD-Weekday-1-Scbbf1ea5", + "type": "service" + } }, - "zone": { + "shape": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "9890004", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "NEC-2287", + "type": "stop" + }, + { + "id": "NEC-2276-01", + "type": "stop" + }, + { + "id": "NEC-2265-01", + "type": "stop" + }, + { + "id": "NEC-2173-01", + "type": "stop" + }, + { + "id": "SB-0150-04", + "type": "stop" + }, + { + "id": "SB-0156-S", + "type": "stop" + }, + { + "id": "SB-0189-S", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { - "attributes": {}, - "id": "5666", + "attributes": { + "direction_id": 1, + "headsign": "Downtown via Copley (Express)" + }, + "id": "66645780", "links": { - "self": "/stops/5666" + "self": "/trips/66645780" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=5666" + "route": { + "data": { + "id": "501", + "type": "route" } }, - "parent_station": { + "route_pattern": { "data": { - "id": "place-wimnl", - "type": "stop" + "id": "501-4-1", + "type": "route_pattern" } }, - "zone": { + "service": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "WinterWeekday", + "type": "service" } + }, + "shape": { + "data": { + "id": "5010150", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "994", + "type": "stop" + }, + { + "id": "972", + "type": "stop" + }, + { + "id": "973", + "type": "stop" + }, + { + "id": "974", + "type": "stop" + }, + { + "id": "975", + "type": "stop" + }, + { + "id": "977", + "type": "stop" + }, + { + "id": "9780", + "type": "stop" + }, + { + "id": "979", + "type": "stop" + }, + { + "id": "981", + "type": "stop" + }, + { + "id": "982", + "type": "stop" + }, + { + "id": "983", + "type": "stop" + }, + { + "id": "985", + "type": "stop" + }, + { + "id": "986", + "type": "stop" + }, + { + "id": "987", + "type": "stop" + }, + { + "id": "71855", + "type": "stop" + }, + { + "id": "6542", + "type": "stop" + }, + { + "id": "6550", + "type": "stop" + }, + { + "id": "6551", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "5400", + "id": "1674", "links": { - "self": "/stops/5400" + "self": "/stops/1674" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5400" + "related": "/facilities/?filter[stop]=1674" } }, "parent_station": { @@ -369053,43 +370354,22 @@ }, { "attributes": {}, - "id": "1733", + "id": "WR-0099-B1", "links": { - "self": "/stops/1733" + "self": "/stops/WR-0099-B1" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1733" + "related": "/facilities/?filter[stop]=WR-0099-B1" } }, "parent_station": { - "data": null - }, - "zone": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "7408", - "links": { - "self": "/stops/7408" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=7408" + "id": "place-WR-0099", + "type": "stop" } }, - "parent_station": { - "data": null - }, "zone": { "data": { "id": "LocalBus", @@ -369101,14 +370381,14 @@ }, { "attributes": {}, - "id": "17154", + "id": "3716", "links": { - "self": "/stops/17154" + "self": "/stops/3716" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=17154" + "related": "/facilities/?filter[stop]=3716" } }, "parent_station": { @@ -369125,14 +370405,14 @@ }, { "attributes": {}, - "id": "1", + "id": "5817", "links": { - "self": "/stops/1" + "self": "/stops/5817" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1" + "related": "/facilities/?filter[stop]=5817" } }, "parent_station": { @@ -369140,7 +370420,7 @@ }, "zone": { "data": { - "id": "ExpressBus-Downtown", + "id": "LocalBus", "type": "zone" } } @@ -369149,14 +370429,14 @@ }, { "attributes": {}, - "id": "1660", + "id": "111152", "links": { - "self": "/stops/1660" + "self": "/stops/111152" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1660" + "related": "/facilities/?filter[stop]=111152" } }, "parent_station": { @@ -369173,22 +370453,25 @@ }, { "attributes": {}, - "id": "7660", + "id": "70219", "links": { - "self": "/stops/7660" + "self": "/stops/70219" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7660" + "related": "/facilities/?filter[stop]=70219" } }, "parent_station": { - "data": null + "data": { + "id": "place-cool", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -369200,132 +370483,99 @@ "direction_id": 1, "headsign": "South Station" }, - "id": "canonical-CR-Needham-C1-1", + "id": "SouthWKDYF24-697778-740", "links": { - "self": "/trips/canonical-CR-Needham-C1-1" + "self": "/trips/SouthWKDYF24-697778-740" }, "relationships": { "route": { "data": { - "id": "CR-Needham", + "id": "CR-Franklin", "type": "route" } }, "route_pattern": { "data": { - "id": "CR-Needham-C1-1", + "id": "CR-Franklin-cb37a682-1", "type": "route_pattern" } }, "service": { "data": { - "id": "canonical", + "id": "FALL 2024-SOUTHWKD-Weekday-1-S85407dc6", "type": "service" } }, "shape": { "data": { - "id": "canonical-9860001", + "id": "FoxboroToSouthStationViaFairmount", "type": "shape" } }, "stops": { "data": [ { - "id": "NB-0137-S", + "id": "FS-0049-S", "type": "stop" }, { - "id": "NB-0127-S", + "id": "FB-0166-S", "type": "stop" }, { - "id": "NB-0120-S", + "id": "FB-0148-02", "type": "stop" }, { - "id": "NB-0109-S", + "id": "FB-0143-02", "type": "stop" }, { - "id": "NB-0080-S", + "id": "FB-0125-02", "type": "stop" }, { - "id": "NB-0076-S", + "id": "FB-0118-02", "type": "stop" }, { - "id": "NB-0072-S", + "id": "FB-0109-02", "type": "stop" }, { - "id": "NB-0064-S", + "id": "FB-0095-04", "type": "stop" }, { - "id": "NEC-2237-05", + "id": "DB-2205-02", "type": "stop" }, { - "id": "NEC-2265", + "id": "DB-2222-02", "type": "stop" }, { - "id": "NEC-2276", + "id": "DB-2230-02", "type": "stop" }, { - "id": "NEC-2287", + "id": "DB-2240-02", "type": "stop" - } - ] - } - }, - "type": "trip" - }, - { - "attributes": { - "direction_id": 0, - "headsign": "Charlestown Navy Yard" - }, - "id": "Boat-F4-0630-Long-B-01-Weekday-Summer-24", - "links": { - "self": "/trips/Boat-F4-0630-Long-B-01-Weekday-Summer-24" - }, - "relationships": { - "route": { - "data": { - "id": "Boat-F4", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Boat-F4-0-0", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "Boat-F4-Weekday-Summer-24", - "type": "service" - } - }, - "shape": { - "data": { - "id": "b0017", - "type": "shape" - } - }, - "stops": { - "data": [ + }, { - "id": "Boat-Long-South", + "id": "DB-2249-02", "type": "stop" }, { - "id": "Boat-Charlestown", + "id": "DB-2258-02", + "type": "stop" + }, + { + "id": "DB-2265-02", + "type": "stop" + }, + { + "id": "NEC-2287", "type": "stop" } ] @@ -369333,264 +370583,144 @@ }, "type": "trip" }, - { - "attributes": {}, - "id": "82851", - "links": { - "self": "/stops/82851" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=82851" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "6131", - "links": { - "self": "/stops/6131" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=6131" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "5832", - "links": { - "self": "/stops/5832" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=5832" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "78073", - "links": { - "self": "/stops/78073" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=78073" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, { "attributes": { - "direction_id": 0, - "headsign": "Quincy Center" + "direction_id": 1, + "headsign": "Avenue Louis Pasteur via JP Center" }, - "id": "61928661", + "id": "67251194_1", "links": { - "self": "/trips/61928661" + "self": "/trips/67251194_1" }, "relationships": { "route": { "data": { - "id": "210", + "id": "38", "type": "route" } }, "route_pattern": { "data": { - "id": "210-3-0", + "id": "38-D-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "2100103", + "id": "380173-1", "type": "shape" } }, "stops": { "data": [ { - "id": "323", - "type": "stop" - }, - { - "id": "55600", - "type": "stop" - }, - { - "id": "325", - "type": "stop" - }, - { - "id": "3065", - "type": "stop" - }, - { - "id": "3066", - "type": "stop" - }, - { - "id": "3067", - "type": "stop" - }, - { - "id": "3068", + "id": "5263", "type": "stop" }, { - "id": "3069", + "id": "5210", "type": "stop" }, { - "id": "3070", + "id": "5211", "type": "stop" }, { - "id": "3071", + "id": "5212", "type": "stop" }, { - "id": "3073", + "id": "5213", "type": "stop" }, { - "id": "3075", + "id": "5214", "type": "stop" }, { - "id": "30751", + "id": "804", "type": "stop" }, { - "id": "30752", + "id": "805", "type": "stop" }, { - "id": "3125", + "id": "15216", "type": "stop" }, { - "id": "3019", + "id": "5217", "type": "stop" }, { - "id": "3020", + "id": "5218", "type": "stop" }, { - "id": "3022", + "id": "5219", "type": "stop" }, { - "id": "3023", + "id": "5220", "type": "stop" }, { - "id": "3024", + "id": "5221", "type": "stop" }, { - "id": "3025", + "id": "5222", "type": "stop" }, { - "id": "3026", + "id": "5223", "type": "stop" }, { - "id": "3027", + "id": "5224", "type": "stop" }, { - "id": "3028", + "id": "5225", "type": "stop" }, { - "id": "3029", + "id": "5226", "type": "stop" }, { - "id": "3031", + "id": "5227", "type": "stop" }, { - "id": "3032", + "id": "5228", "type": "stop" }, { - "id": "3033", + "id": "5229", "type": "stop" }, { - "id": "3034", + "id": "5230", "type": "stop" }, { - "id": "3035", + "id": "5231", "type": "stop" }, { - "id": "3036", + "id": "2002", "type": "stop" }, { - "id": "32005", + "id": "2003", "type": "stop" } ] @@ -369600,14 +370730,14 @@ }, { "attributes": {}, - "id": "7910", + "id": "5689", "links": { - "self": "/stops/7910" + "self": "/stops/5689" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7910" + "related": "/facilities/?filter[stop]=5689" } }, "parent_station": { @@ -369624,25 +370754,49 @@ }, { "attributes": {}, - "id": "70045", + "id": "4534", "links": { - "self": "/stops/70045" + "self": "/stops/4534" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70045" + "related": "/facilities/?filter[stop]=4534" } }, "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "place-mvbcl", + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "SB-0150-04", + "links": { + "self": "/stops/SB-0150-04" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=SB-0150-04" + } + }, + "parent_station": { + "data": { + "id": "place-NEC-2139", "type": "stop" } }, "zone": { "data": { - "id": "RapidTransit", + "id": "CR-zone-3", "type": "zone" } } @@ -369651,14 +370805,14 @@ }, { "attributes": {}, - "id": "1352", + "id": "7229", "links": { - "self": "/stops/1352" + "self": "/stops/7229" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1352" + "related": "/facilities/?filter[stop]=7229" } }, "parent_station": { @@ -369675,22 +370829,25 @@ }, { "attributes": {}, - "id": "8160", + "id": "NEC-1851-03", "links": { - "self": "/stops/8160" + "self": "/stops/NEC-1851-03" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8160" + "related": "/facilities/?filter[stop]=NEC-1851-03" } }, "parent_station": { - "data": null + "data": { + "id": "place-NEC-1851", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "CR-zone-8", "type": "zone" } } @@ -369699,14 +370856,14 @@ }, { "attributes": {}, - "id": "1382", + "id": "1484", "links": { - "self": "/stops/1382" + "self": "/stops/1484" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1382" + "related": "/facilities/?filter[stop]=1484" } }, "parent_station": { @@ -369723,14 +370880,14 @@ }, { "attributes": {}, - "id": "10923", + "id": "5416", "links": { - "self": "/stops/10923" + "self": "/stops/5416" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=10923" + "related": "/facilities/?filter[stop]=5416" } }, "parent_station": { @@ -369747,14 +370904,14 @@ }, { "attributes": {}, - "id": "2681", + "id": "766", "links": { - "self": "/stops/2681" + "self": "/stops/766" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2681" + "related": "/facilities/?filter[stop]=766" } }, "parent_station": { @@ -369771,14 +370928,14 @@ }, { "attributes": {}, - "id": "2461", + "id": "5594", "links": { - "self": "/stops/2461" + "self": "/stops/5594" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2461" + "related": "/facilities/?filter[stop]=5594" } }, "parent_station": { @@ -369795,14 +370952,14 @@ }, { "attributes": {}, - "id": "7670", + "id": "3333", "links": { - "self": "/stops/7670" + "self": "/stops/3333" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7670" + "related": "/facilities/?filter[stop]=3333" } }, "parent_station": { @@ -369818,46 +370975,39 @@ "type": "stop" }, { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Eastern Avenue & Essex Street", - "Wonderland Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Eastern Avenue & Essex Street - Wonderland Station", - "short_name": "424", - "sort_order": 54240, - "text_color": "000000", - "type": 3 - }, - "id": "424", + "attributes": {}, + "id": "11545", "links": { - "self": "/routes/424" + "self": "/stops/11545" }, "relationships": { - "line": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=11545" + } + }, + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "line-424450456", - "type": "line" + "id": "LocalBus", + "type": "zone" } } }, - "type": "route" + "type": "stop" }, { "attributes": {}, - "id": "4010", + "id": "11158", "links": { - "self": "/stops/4010" + "self": "/stops/11158" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4010" + "related": "/facilities/?filter[stop]=11158" } }, "parent_station": { @@ -369874,14 +371024,14 @@ }, { "attributes": {}, - "id": "51839", + "id": "3896", "links": { - "self": "/stops/51839" + "self": "/stops/3896" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=51839" + "related": "/facilities/?filter[stop]=3896" } }, "parent_station": { @@ -369898,14 +371048,38 @@ }, { "attributes": {}, - "id": "82032", + "id": "ER-0208-B", "links": { - "self": "/stops/82032" + "self": "/stops/ER-0208-B" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=82032" + "related": "/facilities/?filter[stop]=ER-0208-B" + } + }, + "parent_station": { + "data": { + "id": "place-ER-0208", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "46734", + "links": { + "self": "/stops/46734" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=46734" } }, "parent_station": { @@ -369931,17 +371105,23 @@ "West", "East" ], - "long_name": "Riverside - Newton Highlands", + "long_name": "Newton Highlands - Fenway", "short_name": "Green Line D Shuttle", - "sort_order": 62100, + "sort_order": 61490, "text_color": "000000", "type": 3 }, - "id": "Shuttle-NewtonHighlandsRiverside", + "id": "Shuttle-FenwayNewtonHighlands", "links": { - "self": "/routes/Shuttle-NewtonHighlandsRiverside" + "self": "/routes/Shuttle-FenwayNewtonHighlands" }, "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, "line": { "data": { "id": "line-Green", @@ -369953,14 +371133,14 @@ }, { "attributes": {}, - "id": "7657", + "id": "8807", "links": { - "self": "/stops/7657" + "self": "/stops/8807" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7657" + "related": "/facilities/?filter[stop]=8807" } }, "parent_station": { @@ -369977,14 +371157,14 @@ }, { "attributes": {}, - "id": "9220", + "id": "8243", "links": { - "self": "/stops/9220" + "self": "/stops/8243" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9220" + "related": "/facilities/?filter[stop]=8243" } }, "parent_station": { @@ -370001,14 +371181,14 @@ }, { "attributes": {}, - "id": "78987", + "id": "2118", "links": { - "self": "/stops/78987" + "self": "/stops/2118" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=78987" + "related": "/facilities/?filter[stop]=2118" } }, "parent_station": { @@ -370025,22 +371205,25 @@ }, { "attributes": {}, - "id": "2357", + "id": "WR-0067-02", "links": { - "self": "/stops/2357" + "self": "/stops/WR-0067-02" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2357" + "related": "/facilities/?filter[stop]=WR-0067-02" } }, "parent_station": { - "data": null + "data": { + "id": "place-WR-0067", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "CR-zone-1", "type": "zone" } } @@ -370050,138 +371233,392 @@ { "attributes": { "direction_id": 1, - "headsign": "Quincy Center via North Randolph" + "headsign": "Foxboro" }, - "id": "61929431", + "id": "canonical-CR-Foxboro-C2-1", "links": { - "self": "/trips/61929431" + "self": "/trips/canonical-CR-Foxboro-C2-1" }, "relationships": { "route": { "data": { - "id": "240", + "id": "CR-Foxboro", "type": "route" } }, "route_pattern": { "data": { - "id": "240-2-1", + "id": "CR-Foxboro-C2-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "canonical", "type": "service" } }, "shape": { "data": { - "id": "2400220", + "id": "canonical-ProvidenceToSouthStationViaFoxboro", "type": "shape" } }, "stops": { "data": [ { - "id": "4277", + "id": "NEC-1851-03", "type": "stop" }, { - "id": "4278", + "id": "NEC-1891-02", "type": "stop" }, { - "id": "4279", + "id": "NEC-1969-04", "type": "stop" }, { - "id": "4280", + "id": "NEC-2040-02", "type": "stop" }, { - "id": "4281", + "id": "FS-0049-S", + "type": "stop" + } + ] + } + }, + "type": "trip" + }, + { + "attributes": {}, + "id": "71269", + "links": { + "self": "/stops/71269" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=71269" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "direction_id": 1, + "headsign": "Quincy Center" + }, + "id": "67290545", + "links": { + "self": "/trips/67290545" + }, + "relationships": { + "route": { + "data": { + "id": "230", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "230-3-1", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "WinterWeekday", + "type": "service" + } + }, + "shape": { + "data": { + "id": "2300158", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "39870", "type": "stop" }, { - "id": "4282", + "id": "3988", "type": "stop" }, { - "id": "4283", + "id": "3990", "type": "stop" }, { - "id": "4284", + "id": "3991", "type": "stop" }, { - "id": "4285", + "id": "3992", "type": "stop" }, { - "id": "4286", + "id": "3994", "type": "stop" }, { - "id": "4288", + "id": "3996", "type": "stop" }, { - "id": "4289", + "id": "3997", "type": "stop" }, { - "id": "4290", + "id": "3998", "type": "stop" }, { - "id": "4291", + "id": "3999", "type": "stop" }, { - "id": "4292", + "id": "4000", "type": "stop" }, { - "id": "4293", + "id": "4001", "type": "stop" }, { - "id": "4294", + "id": "4002", "type": "stop" }, { - "id": "42951", + "id": "4003", "type": "stop" }, { - "id": "4297", + "id": "4004", "type": "stop" }, { - "id": "4298", + "id": "4006", "type": "stop" }, { - "id": "4299", + "id": "4007", "type": "stop" }, { - "id": "4300", + "id": "4008", "type": "stop" }, { - "id": "4301", + "id": "4009", "type": "stop" }, { - "id": "43011", + "id": "4010", + "type": "stop" + }, + { + "id": "3900", + "type": "stop" + }, + { + "id": "3901", + "type": "stop" + }, + { + "id": "3902", + "type": "stop" + }, + { + "id": "3903", + "type": "stop" + }, + { + "id": "3905", + "type": "stop" + }, + { + "id": "3906", + "type": "stop" + }, + { + "id": "3907", + "type": "stop" + }, + { + "id": "39081", + "type": "stop" + }, + { + "id": "3910", + "type": "stop" + }, + { + "id": "3911", + "type": "stop" + }, + { + "id": "3913", + "type": "stop" + }, + { + "id": "3915", + "type": "stop" + }, + { + "id": "3916", + "type": "stop" + }, + { + "id": "3917", + "type": "stop" + }, + { + "id": "3918", + "type": "stop" + }, + { + "id": "3921", + "type": "stop" + }, + { + "id": "3922", + "type": "stop" + }, + { + "id": "3923", + "type": "stop" + }, + { + "id": "3925", + "type": "stop" + }, + { + "id": "3926", + "type": "stop" + }, + { + "id": "3928", + "type": "stop" + }, + { + "id": "3930", + "type": "stop" + }, + { + "id": "38671", + "type": "stop" + }, + { + "id": "3931", + "type": "stop" + }, + { + "id": "3933", + "type": "stop" + }, + { + "id": "3934", + "type": "stop" + }, + { + "id": "3935", + "type": "stop" + }, + { + "id": "3936", + "type": "stop" + }, + { + "id": "3937", + "type": "stop" + }, + { + "id": "3938", + "type": "stop" + }, + { + "id": "3939", + "type": "stop" + }, + { + "id": "3940", + "type": "stop" + }, + { + "id": "3941", + "type": "stop" + }, + { + "id": "3943", + "type": "stop" + }, + { + "id": "3944", + "type": "stop" + }, + { + "id": "3945", + "type": "stop" + }, + { + "id": "3946", + "type": "stop" + }, + { + "id": "3947", + "type": "stop" + }, + { + "id": "3948", + "type": "stop" + }, + { + "id": "3949", + "type": "stop" + }, + { + "id": "3950", + "type": "stop" + }, + { + "id": "3959", + "type": "stop" + }, + { + "id": "3420", + "type": "stop" + }, + { + "id": "3422", + "type": "stop" + }, + { + "id": "3423", + "type": "stop" + }, + { + "id": "33241", "type": "stop" }, { "id": "32000", "type": "stop" + }, + { + "id": "32003", + "type": "stop" } ] } @@ -370190,14 +371627,14 @@ }, { "attributes": {}, - "id": "4664", + "id": "3984", "links": { - "self": "/stops/4664" + "self": "/stops/3984" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4664" + "related": "/facilities/?filter[stop]=3984" } }, "parent_station": { @@ -370214,14 +371651,14 @@ }, { "attributes": {}, - "id": "9170151", + "id": "9070154", "links": { - "self": "/stops/9170151" + "self": "/stops/9070154" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9170151" + "related": "/facilities/?filter[stop]=9070154" } }, "parent_station": { @@ -370235,14 +371672,14 @@ }, { "attributes": {}, - "id": "98618", + "id": "1771", "links": { - "self": "/stops/98618" + "self": "/stops/1771" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=98618" + "related": "/facilities/?filter[stop]=1771" } }, "parent_station": { @@ -370259,14 +371696,14 @@ }, { "attributes": {}, - "id": "5736", + "id": "5531", "links": { - "self": "/stops/5736" + "self": "/stops/5531" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5736" + "related": "/facilities/?filter[stop]=5531" } }, "parent_station": { @@ -370283,18 +371720,21 @@ }, { "attributes": {}, - "id": "4929", + "id": "29010", "links": { - "self": "/stops/4929" + "self": "/stops/29010" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4929" + "related": "/facilities/?filter[stop]=29010" } }, "parent_station": { - "data": null + "data": { + "id": "place-sull", + "type": "stop" + } }, "zone": { "data": { @@ -370307,14 +371747,14 @@ }, { "attributes": {}, - "id": "7855", + "id": "8326", "links": { - "self": "/stops/7855" + "self": "/stops/8326" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7855" + "related": "/facilities/?filter[stop]=8326" } }, "parent_station": { @@ -370331,22 +371771,25 @@ }, { "attributes": {}, - "id": "10625", + "id": "ER-0362-01", "links": { - "self": "/stops/10625" + "self": "/stops/ER-0362-01" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=10625" + "related": "/facilities/?filter[stop]=ER-0362-01" } }, "parent_station": { - "data": null + "data": { + "id": "place-ER-0362", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "CR-zone-8", "type": "zone" } } @@ -370355,14 +371798,14 @@ }, { "attributes": {}, - "id": "35711", + "id": "4814", "links": { - "self": "/stops/35711" + "self": "/stops/4814" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=35711" + "related": "/facilities/?filter[stop]=4814" } }, "parent_station": { @@ -370379,14 +371822,14 @@ }, { "attributes": {}, - "id": "3407", + "id": "5235", "links": { - "self": "/stops/3407" + "self": "/stops/5235" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3407" + "related": "/facilities/?filter[stop]=5235" } }, "parent_station": { @@ -370403,86 +371846,164 @@ }, { "attributes": {}, - "id": "NHRML-0218-B0", + "id": "111828", "links": { - "self": "/stops/NHRML-0218-B0" + "self": "/stops/111828" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=NHRML-0218-B0" + "related": "/facilities/?filter[stop]=111828" } }, "parent_station": { - "data": { - "id": "place-NHRML-0218", - "type": "stop" - } + "data": null }, "zone": { - "data": null + "data": { + "id": "LocalBus", + "type": "zone" + } } }, "type": "stop" }, { - "attributes": {}, - "id": "90621", + "attributes": { + "direction_id": 1, + "headsign": "Kenmore (Shuttle)" + }, + "id": "ClevelandCircleKenmore-1-sample", "links": { - "self": "/stops/90621" + "self": "/trips/ClevelandCircleKenmore-1-sample" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=90621" + "route": { + "data": { + "id": "Shuttle-ClevelandCircleKenmore", + "type": "route" } }, - "parent_station": { - "data": null + "route_pattern": { + "data": { + "id": "Shuttle-ClevelandCircleKenmore-0-1", + "type": "route_pattern" + } }, - "zone": { + "service": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "canonical", + "type": "service" } + }, + "shape": { + "data": { + "id": "ClevelandCircleToKenmore-S", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "9070238", + "type": "stop" + }, + { + "id": "9070236", + "type": "stop" + }, + { + "id": "9070234", + "type": "stop" + }, + { + "id": "9070232", + "type": "stop" + }, + { + "id": "9070230", + "type": "stop" + }, + { + "id": "9070228", + "type": "stop" + }, + { + "id": "9070224", + "type": "stop" + }, + { + "id": "9070220", + "type": "stop" + }, + { + "id": "9070218", + "type": "stop" + }, + { + "id": "9070214", + "type": "stop" + }, + { + "id": "9070212", + "type": "stop" + }, + { + "id": "9070150", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { - "attributes": {}, - "id": "49220", + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Forest Hills", + "Back Bay" + ], + "direction_names": [ + "South", + "North" + ], + "long_name": "Forest Hills - Back Bay", + "short_name": "Orange Line Shuttle", + "sort_order": 60491, + "text_color": "000000", + "type": 3 + }, + "id": "Shuttle-BackBayForestHills", "links": { - "self": "/stops/49220" + "self": "/routes/Shuttle-BackBayForestHills" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=49220" + "agency": { + "data": { + "id": "1", + "type": "agency" } }, - "parent_station": { - "data": null - }, - "zone": { + "line": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "line-Orange", + "type": "line" } } }, - "type": "stop" + "type": "route" }, { "attributes": {}, - "id": "65544", + "id": "969", "links": { - "self": "/stops/65544" + "self": "/stops/969" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=65544" + "related": "/facilities/?filter[stop]=969" } }, "parent_station": { @@ -370499,14 +372020,14 @@ }, { "attributes": {}, - "id": "6959", + "id": "550", "links": { - "self": "/stops/6959" + "self": "/stops/550" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6959" + "related": "/facilities/?filter[stop]=550" } }, "parent_station": { @@ -370521,47 +372042,16 @@ }, "type": "stop" }, - { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Wachusett", - "Shirley" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Wachusett - Shirley", - "short_name": "Fitchburg Line Shuttle", - "sort_order": 62460, - "text_color": "000000", - "type": 3 - }, - "id": "Shuttle-ShirleyWachusett", - "links": { - "self": "/routes/Shuttle-ShirleyWachusett" - }, - "relationships": { - "line": { - "data": { - "id": "line-Fitchburg", - "type": "line" - } - } - }, - "type": "route" - }, { "attributes": {}, - "id": "4611", + "id": "10633", "links": { - "self": "/stops/4611" + "self": "/stops/10633" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4611" + "related": "/facilities/?filter[stop]=10633" } }, "parent_station": { @@ -370579,289 +372069,61 @@ { "attributes": { "direction_id": 0, - "headsign": "Marblehead via Central Square & Paradise Rd" + "headsign": "Braintree (Shuttle)" }, - "id": "62216528", + "id": "BraintreeJFK-0-sample", "links": { - "self": "/trips/62216528" + "self": "/trips/BraintreeJFK-0-sample" }, "relationships": { "route": { "data": { - "id": "441", + "id": "Shuttle-BraintreeJFK", "type": "route" } }, "route_pattern": { "data": { - "id": "441-7-0", + "id": "Shuttle-BraintreeJFK-0-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "canonical", "type": "service" } }, "shape": { "data": { - "id": "4410207", + "id": "JFKToBraintree-S", "type": "shape" } }, "stops": { "data": [ { - "id": "15795", - "type": "stop" - }, - { - "id": "4736", - "type": "stop" - }, - { - "id": "48541", - "type": "stop" - }, - { - "id": "4855", - "type": "stop" - }, - { - "id": "4856", - "type": "stop" - }, - { - "id": "4738", - "type": "stop" - }, - { - "id": "4739", - "type": "stop" - }, - { - "id": "4709", - "type": "stop" - }, - { - "id": "4741", - "type": "stop" - }, - { - "id": "4742", - "type": "stop" - }, - { - "id": "4743", - "type": "stop" - }, - { - "id": "4744", - "type": "stop" - }, - { - "id": "4745", - "type": "stop" - }, - { - "id": "4746", - "type": "stop" - }, - { - "id": "4747", - "type": "stop" - }, - { - "id": "14748", - "type": "stop" - }, - { - "id": "6600", - "type": "stop" - }, - { - "id": "4749", - "type": "stop" - }, - { - "id": "4751", - "type": "stop" - }, - { - "id": "4752", - "type": "stop" - }, - { - "id": "14753", - "type": "stop" - }, - { - "id": "4755", - "type": "stop" - }, - { - "id": "4757", - "type": "stop" - }, - { - "id": "4758", - "type": "stop" - }, - { - "id": "4759", - "type": "stop" - }, - { - "id": "4760", - "type": "stop" - }, - { - "id": "4762", - "type": "stop" - }, - { - "id": "4763", - "type": "stop" - }, - { - "id": "4764", - "type": "stop" - }, - { - "id": "4765", - "type": "stop" - }, - { - "id": "4766", - "type": "stop" - }, - { - "id": "4768", - "type": "stop" - }, - { - "id": "4769", - "type": "stop" - }, - { - "id": "4770", - "type": "stop" - }, - { - "id": "4771", - "type": "stop" - }, - { - "id": "4772", - "type": "stop" - }, - { - "id": "4777", - "type": "stop" - }, - { - "id": "4779", - "type": "stop" - }, - { - "id": "4781", - "type": "stop" - }, - { - "id": "4782", - "type": "stop" - }, - { - "id": "4784", - "type": "stop" - }, - { - "id": "4785", - "type": "stop" - }, - { - "id": "4786", - "type": "stop" - }, - { - "id": "4787", - "type": "stop" - }, - { - "id": "4788", - "type": "stop" - }, - { - "id": "4789", - "type": "stop" - }, - { - "id": "4790", - "type": "stop" - }, - { - "id": "4791", - "type": "stop" - }, - { - "id": "4792", - "type": "stop" - }, - { - "id": "4793", - "type": "stop" - }, - { - "id": "4794", - "type": "stop" - }, - { - "id": "4795", - "type": "stop" - }, - { - "id": "4796", - "type": "stop" - }, - { - "id": "4797", - "type": "stop" - }, - { - "id": "4799", - "type": "stop" - }, - { - "id": "4800", - "type": "stop" - }, - { - "id": "4801", - "type": "stop" - }, - { - "id": "4802", + "id": "121", "type": "stop" }, { - "id": "4803", + "id": "3125", "type": "stop" }, { - "id": "4804", + "id": "9170099", "type": "stop" }, { - "id": "4805", + "id": "9070101", "type": "stop" }, { - "id": "4806", + "id": "41031", "type": "stop" }, { - "id": "4807", + "id": "38671", "type": "stop" } ] @@ -370871,18 +372133,21 @@ }, { "attributes": {}, - "id": "5061", + "id": "BNT-0000-B2", "links": { - "self": "/stops/5061" + "self": "/stops/BNT-0000-B2" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5061" + "related": "/facilities/?filter[stop]=BNT-0000-B2" } }, "parent_station": { - "data": null + "data": { + "id": "place-north", + "type": "stop" + } }, "zone": { "data": { @@ -370895,38 +372160,38 @@ }, { "attributes": {}, - "id": "9127", + "id": "KB-0351-B1", "links": { - "self": "/stops/9127" + "self": "/stops/KB-0351-B1" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9127" + "related": "/facilities/?filter[stop]=KB-0351-B1" } }, "parent_station": { - "data": null - }, - "zone": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "place-KB-0351", + "type": "stop" } + }, + "zone": { + "data": null } }, "type": "stop" }, { "attributes": {}, - "id": "8501", + "id": "78215", "links": { - "self": "/stops/8501" + "self": "/stops/78215" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8501" + "related": "/facilities/?filter[stop]=78215" } }, "parent_station": { @@ -370943,14 +372208,14 @@ }, { "attributes": {}, - "id": "3149", + "id": "3999", "links": { - "self": "/stops/3149" + "self": "/stops/3999" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3149" + "related": "/facilities/?filter[stop]=3999" } }, "parent_station": { @@ -370967,14 +372232,14 @@ }, { "attributes": {}, - "id": "4235", + "id": "57002", "links": { - "self": "/stops/4235" + "self": "/stops/57002" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4235" + "related": "/facilities/?filter[stop]=57002" } }, "parent_station": { @@ -370991,14 +372256,14 @@ }, { "attributes": {}, - "id": "4885", + "id": "3141", "links": { - "self": "/stops/4885" + "self": "/stops/3141" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4885" + "related": "/facilities/?filter[stop]=3141" } }, "parent_station": { @@ -371015,14 +372280,14 @@ }, { "attributes": {}, - "id": "5255", + "id": "483", "links": { - "self": "/stops/5255" + "self": "/stops/483" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5255" + "related": "/facilities/?filter[stop]=483" } }, "parent_station": { @@ -371039,22 +372304,25 @@ }, { "attributes": {}, - "id": "49817", + "id": "NEC-1969-03", "links": { - "self": "/stops/49817" + "self": "/stops/NEC-1969-03" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=49817" + "related": "/facilities/?filter[stop]=NEC-1969-03" } }, "parent_station": { - "data": null + "data": { + "id": "place-NEC-1969", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "CR-zone-7", "type": "zone" } } @@ -371063,14 +372331,14 @@ }, { "attributes": {}, - "id": "1026", + "id": "5334", "links": { - "self": "/stops/1026" + "self": "/stops/5334" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1026" + "related": "/facilities/?filter[stop]=5334" } }, "parent_station": { @@ -371085,16 +372353,53 @@ }, "type": "stop" }, + { + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Newburyport or Rockport", + "North Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Beverly - North Station (Local)", + "short_name": "Newburyport/Rockport Line Shuttle", + "sort_order": 60694, + "text_color": "000000", + "type": 3 + }, + "id": "Shuttle-BeverlyNorthStationLocal", + "links": { + "self": "/routes/Shuttle-BeverlyNorthStationLocal" + }, + "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, + "line": { + "data": { + "id": "line-Newburyport", + "type": "line" + } + } + }, + "type": "route" + }, { "attributes": {}, - "id": "1481", + "id": "8855", "links": { - "self": "/stops/1481" + "self": "/stops/8855" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1481" + "related": "/facilities/?filter[stop]=8855" } }, "parent_station": { @@ -371111,378 +372416,103 @@ }, { "attributes": { - "direction_id": 1, - "headsign": "Forest Hills" + "color": "FFC72C", + "direction_destinations": [ + "Bedford Woods Drive", + "Third Avenue" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Bedford Woods Drive - Third Avenue", + "short_name": "351", + "sort_order": 53510, + "text_color": "000000", + "type": 3 + }, + "id": "351", + "links": { + "self": "/routes/351" + }, + "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, + "line": { + "data": { + "id": "line-350351", + "type": "line" + } + } + }, + "type": "route" + }, + { + "attributes": { + "direction_id": 0, + "headsign": "Babcock Street (Shuttle)" }, - "id": "62146199", + "id": "BabcockBackBayGovernmentCenter-0-sample", "links": { - "self": "/trips/62146199" + "self": "/trips/BabcockBackBayGovernmentCenter-0-sample" }, "relationships": { "route": { "data": { - "id": "34E", + "id": "Shuttle-BabcockBackBay", "type": "route" } }, "route_pattern": { "data": { - "id": "34E-1-1", + "id": "Shuttle-BabcockBackBay-0-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "canonical", "type": "service" } }, "shape": { "data": { - "id": "34E0260", + "id": "BackBayToBabcock-S", "type": "shape" } }, "stops": { "data": [ { - "id": "98618", - "type": "stop" - }, - { - "id": "97618", - "type": "stop" - }, - { - "id": "96618", - "type": "stop" - }, - { - "id": "95618", - "type": "stop" - }, - { - "id": "94618", - "type": "stop" - }, - { - "id": "93618", - "type": "stop" - }, - { - "id": "91618", - "type": "stop" - }, - { - "id": "89618", - "type": "stop" - }, - { - "id": "88618", - "type": "stop" - }, - { - "id": "89619", - "type": "stop" - }, - { - "id": "89617", - "type": "stop" - }, - { - "id": "42618", - "type": "stop" - }, - { - "id": "43618", - "type": "stop" - }, - { - "id": "44618", - "type": "stop" - }, - { - "id": "45618", - "type": "stop" - }, - { - "id": "47618", - "type": "stop" - }, - { - "id": "48618", - "type": "stop" - }, - { - "id": "61848", - "type": "stop" - }, - { - "id": "49618", - "type": "stop" - }, - { - "id": "50618", - "type": "stop" - }, - { - "id": "51618", - "type": "stop" - }, - { - "id": "61851", - "type": "stop" - }, - { - "id": "52618", - "type": "stop" - }, - { - "id": "53618", - "type": "stop" - }, - { - "id": "54618", - "type": "stop" - }, - { - "id": "55618", - "type": "stop" - }, - { - "id": "56618", - "type": "stop" - }, - { - "id": "57618", - "type": "stop" - }, - { - "id": "61857", - "type": "stop" - }, - { - "id": "58618", - "type": "stop" - }, - { - "id": "59618", - "type": "stop" - }, - { - "id": "60618", - "type": "stop" - }, - { - "id": "61618", - "type": "stop" - }, - { - "id": "63618", - "type": "stop" - }, - { - "id": "35619", - "type": "stop" - }, - { - "id": "46619", - "type": "stop" - }, - { - "id": "47619", - "type": "stop" - }, - { - "id": "47620", - "type": "stop" - }, - { - "id": "48619", - "type": "stop" - }, - { - "id": "49619", - "type": "stop" - }, - { - "id": "50619", - "type": "stop" - }, - { - "id": "70619", - "type": "stop" - }, - { - "id": "80619", - "type": "stop" - }, - { - "id": "50620", - "type": "stop" - }, - { - "id": "60620", - "type": "stop" - }, - { - "id": "70620", - "type": "stop" - }, - { - "id": "80620", - "type": "stop" - }, - { - "id": "64618", - "type": "stop" - }, - { - "id": "65618", - "type": "stop" - }, - { - "id": "67618", - "type": "stop" - }, - { - "id": "61866", - "type": "stop" - }, - { - "id": "61867", - "type": "stop" - }, - { - "id": "68618", - "type": "stop" - }, - { - "id": "69618", - "type": "stop" - }, - { - "id": "70618", - "type": "stop" - }, - { - "id": "74618", - "type": "stop" - }, - { - "id": "71618", - "type": "stop" - }, - { - "id": "61872", - "type": "stop" - }, - { - "id": "619", - "type": "stop" - }, - { - "id": "620", - "type": "stop" - }, - { - "id": "621", - "type": "stop" - }, - { - "id": "622", - "type": "stop" - }, - { - "id": "623", - "type": "stop" - }, - { - "id": "624", - "type": "stop" - }, - { - "id": "625", - "type": "stop" - }, - { - "id": "10625", - "type": "stop" - }, - { - "id": "626", - "type": "stop" - }, - { - "id": "627", - "type": "stop" - }, - { - "id": "628", - "type": "stop" - }, - { - "id": "629", - "type": "stop" - }, - { - "id": "630", - "type": "stop" - }, - { - "id": "631", - "type": "stop" - }, - { - "id": "632", - "type": "stop" - }, - { - "id": "633", - "type": "stop" - }, - { - "id": "10633", - "type": "stop" - }, - { - "id": "634", - "type": "stop" - }, - { - "id": "635", - "type": "stop" - }, - { - "id": "636", - "type": "stop" - }, - { - "id": "637", + "id": "9270014", "type": "stop" }, { - "id": "638", + "id": "9170153", "type": "stop" }, { - "id": "639", + "id": "9170151", "type": "stop" }, { - "id": "640", + "id": "952", "type": "stop" }, { - "id": "641", + "id": "953", "type": "stop" }, { - "id": "642", + "id": "956", "type": "stop" }, { - "id": "10642", + "id": "958", "type": "stop" } ] @@ -371492,14 +372522,14 @@ }, { "attributes": {}, - "id": "7508", + "id": "3178", "links": { - "self": "/stops/7508" + "self": "/stops/3178" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7508" + "related": "/facilities/?filter[stop]=3178" } }, "parent_station": { @@ -371516,14 +372546,14 @@ }, { "attributes": {}, - "id": "7419", + "id": "2762", "links": { - "self": "/stops/7419" + "self": "/stops/2762" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7419" + "related": "/facilities/?filter[stop]=2762" } }, "parent_station": { @@ -371538,24 +372568,80 @@ }, "type": "stop" }, + { + "attributes": { + "direction_id": 1, + "headsign": "Back Bay (Shuttle)" + }, + "id": "BackBayRuggles-1-sample", + "links": { + "self": "/trips/BackBayRuggles-1-sample" + }, + "relationships": { + "route": { + "data": { + "id": "Shuttle-BackBayRuggles", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "Shuttle-BackBayRuggles-0-1", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "canonical", + "type": "service" + } + }, + "shape": { + "data": { + "id": "RugglesToBackBay-S", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "17861", + "type": "stop" + }, + { + "id": "9070013", + "type": "stop" + }, + { + "id": "11384", + "type": "stop" + } + ] + } + }, + "type": "trip" + }, { "attributes": {}, - "id": "1586", + "id": "70168", "links": { - "self": "/stops/1586" + "self": "/stops/70168" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1586" + "related": "/facilities/?filter[stop]=70168" } }, "parent_station": { - "data": null + "data": { + "id": "place-newtn", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -371564,118 +372650,179 @@ }, { "attributes": { - "direction_id": 0, - "headsign": "Sullivan" + "direction_id": 1, + "headsign": "Broadway (Shuttle)" }, - "id": "61869413", + "id": "BroadwayNorthQuincy-Weekday-9e586-1-00:00:00", "links": { - "self": "/trips/61869413" + "self": "/trips/BroadwayNorthQuincy-Weekday-9e586-1-00%3A00%3A00" }, "relationships": { "route": { "data": { - "id": "93", + "id": "Shuttle-BroadwayNorthQuincy", "type": "route" } }, "route_pattern": { "data": { - "id": "93-1-0", + "id": "Shuttle-BroadwayNorthQuincy-0-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "canonical", "type": "service" } }, "shape": { "data": { - "id": "930176", + "id": "NorthQuincyHancockStGarageToBroadway-S", "type": "shape" } }, "stops": { "data": [ { - "id": "6548", - "type": "stop" - }, - { - "id": "11891", - "type": "stop" - }, - { - "id": "190", - "type": "stop" - }, - { - "id": "191", - "type": "stop" - }, - { - "id": "117", - "type": "stop" - }, - { - "id": "2832", - "type": "stop" - }, - { - "id": "12836", - "type": "stop" - }, - { - "id": "12858", - "type": "stop" - }, - { - "id": "12838", - "type": "stop" - }, - { - "id": "2860", - "type": "stop" - }, - { - "id": "2861", - "type": "stop" - }, - { - "id": "2862", - "type": "stop" - }, - { - "id": "2863", - "type": "stop" - }, - { - "id": "2864", + "id": "9370024", "type": "stop" }, { - "id": "2865", + "id": "121", "type": "stop" }, { - "id": "2866", + "id": "13", "type": "stop" }, { - "id": "12866", + "id": "151", "type": "stop" - }, + } + ] + } + }, + "type": "trip" + }, + { + "attributes": {}, + "id": "2803", + "links": { + "self": "/stops/2803" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=2803" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "3620", + "links": { + "self": "/stops/3620" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=3620" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "2574", + "links": { + "self": "/stops/2574" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=2574" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": { + "direction_id": 0, + "headsign": "Riverside via Woodland (Express shuttle)" + }, + "id": "CopleyRiversideViaWoodlandExpress-0-sample", + "links": { + "self": "/trips/CopleyRiversideViaWoodlandExpress-0-sample" + }, + "relationships": { + "route": { + "data": { + "id": "Shuttle-CopleyRiversideLimited", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "Shuttle-CopleyRiversideLimited-0-0", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "canonical", + "type": "service" + } + }, + "shape": { + "data": { + "id": "CopleyToRiversideViaWoodlandLimited-S", + "type": "shape" + } + }, + "stops": { + "data": [ { - "id": "2867", + "id": "178", "type": "stop" }, { - "id": "2841", + "id": "9070162", "type": "stop" }, { - "id": "29001", + "id": "38155", "type": "stop" } ] @@ -371683,16 +372830,53 @@ }, "type": "trip" }, + { + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "West Medford or Arlington Center", + "Sullivan Square Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "West Medford or Arlington Center - Sullivan Square Station", + "short_name": "95", + "sort_order": 50950, + "text_color": "000000", + "type": 3 + }, + "id": "95", + "links": { + "self": "/routes/95" + }, + "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, + "line": { + "data": { + "id": "line-95", + "type": "line" + } + } + }, + "type": "route" + }, { "attributes": {}, - "id": "1173", + "id": "1295", "links": { - "self": "/stops/1173" + "self": "/stops/1295" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1173" + "related": "/facilities/?filter[stop]=1295" } }, "parent_station": { @@ -371709,14 +372893,14 @@ }, { "attributes": {}, - "id": "3281", + "id": "4191", "links": { - "self": "/stops/3281" + "self": "/stops/4191" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3281" + "related": "/facilities/?filter[stop]=4191" } }, "parent_station": { @@ -371733,22 +372917,25 @@ }, { "attributes": {}, - "id": "61848", + "id": "NHRML-0218-01", "links": { - "self": "/stops/61848" + "self": "/stops/NHRML-0218-01" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=61848" + "related": "/facilities/?filter[stop]=NHRML-0218-01" } }, "parent_station": { - "data": null + "data": { + "id": "place-NHRML-0218", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "CR-zone-5", "type": "zone" } } @@ -371757,14 +372944,14 @@ }, { "attributes": {}, - "id": "97618", + "id": "15979", "links": { - "self": "/stops/97618" + "self": "/stops/15979" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=97618" + "related": "/facilities/?filter[stop]=15979" } }, "parent_station": { @@ -371781,14 +372968,14 @@ }, { "attributes": {}, - "id": "5224", + "id": "3247", "links": { - "self": "/stops/5224" + "self": "/stops/3247" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5224" + "related": "/facilities/?filter[stop]=3247" } }, "parent_station": { @@ -371805,14 +372992,14 @@ }, { "attributes": {}, - "id": "111810", + "id": "7242", "links": { - "self": "/stops/111810" + "self": "/stops/7242" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=111810" + "related": "/facilities/?filter[stop]=7242" } }, "parent_station": { @@ -371829,14 +373016,38 @@ }, { "attributes": {}, - "id": "3107", + "id": "South Weymouth-S", "links": { - "self": "/stops/3107" + "self": "/stops/South%20Weymouth-S" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3107" + "related": "/facilities/?filter[stop]=South%20Weymouth-S" + } + }, + "parent_station": { + "data": { + "id": "place-PB-0158", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "3789", + "links": { + "self": "/stops/3789" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=3789" } }, "parent_station": { @@ -371853,14 +373064,14 @@ }, { "attributes": {}, - "id": "3532", + "id": "4143", "links": { - "self": "/stops/3532" + "self": "/stops/4143" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3532" + "related": "/facilities/?filter[stop]=4143" } }, "parent_station": { @@ -371877,14 +373088,14 @@ }, { "attributes": {}, - "id": "78203", + "id": "4513", "links": { - "self": "/stops/78203" + "self": "/stops/4513" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=78203" + "related": "/facilities/?filter[stop]=4513" } }, "parent_station": { @@ -371901,14 +373112,14 @@ }, { "attributes": {}, - "id": "6861", + "id": "6139", "links": { - "self": "/stops/6861" + "self": "/stops/6139" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6861" + "related": "/facilities/?filter[stop]=6139" } }, "parent_station": { @@ -371925,14 +373136,14 @@ }, { "attributes": {}, - "id": "2847", + "id": "1184", "links": { - "self": "/stops/2847" + "self": "/stops/1184" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2847" + "related": "/facilities/?filter[stop]=1184" } }, "parent_station": { @@ -371949,14 +373160,14 @@ }, { "attributes": {}, - "id": "8270", + "id": "9114", "links": { - "self": "/stops/8270" + "self": "/stops/9114" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8270" + "related": "/facilities/?filter[stop]=9114" } }, "parent_station": { @@ -371972,304 +373183,167 @@ "type": "stop" }, { - "attributes": { - "direction_id": 1, - "headsign": "Harvard" - }, - "id": "61849986", + "attributes": {}, + "id": "234", "links": { - "self": "/trips/61849986" + "self": "/stops/234" }, "relationships": { - "route": { - "data": { - "id": "75", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "75-2-1", - "type": "route_pattern" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=234" } }, - "service": { - "data": { - "id": "SpringWeekday", - "type": "service" - } + "parent_station": { + "data": null }, - "shape": { + "zone": { "data": { - "id": "750092", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "2077", - "type": "stop" - }, - { - "id": "2078", - "type": "stop" - }, - { - "id": "12080", - "type": "stop" - }, - { - "id": "2080", - "type": "stop" - }, - { - "id": "2082", - "type": "stop" - }, - { - "id": "2083", - "type": "stop" - }, - { - "id": "2085", - "type": "stop" - }, - { - "id": "2159", - "type": "stop" - }, - { - "id": "2160", - "type": "stop" - }, - { - "id": "2161", - "type": "stop" - }, - { - "id": "2162", - "type": "stop" - }, - { - "id": "2163", - "type": "stop" - }, - { - "id": "12614", - "type": "stop" - }, - { - "id": "2076", - "type": "stop" - }, - { - "id": "32549", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": { - "direction_id": 1, - "headsign": "Avenue Louis Pasteur via Ruggles" + "direction_id": 0, + "headsign": "Clarendon Hill" }, - "id": "61946384", + "id": "67008802", "links": { - "self": "/trips/61946384" + "self": "/trips/67008802" }, "relationships": { "route": { "data": { - "id": "28", + "id": "87", "type": "route" } }, "route_pattern": { "data": { - "id": "28-9-1", + "id": "87-_-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "280181", + "id": "870200", "type": "shape" } }, "stops": { "data": [ { - "id": "18511", - "type": "stop" - }, - { - "id": "1722", - "type": "stop" - }, - { - "id": "1723", - "type": "stop" - }, - { - "id": "1724", - "type": "stop" - }, - { - "id": "1725", - "type": "stop" - }, - { - "id": "1726", - "type": "stop" - }, - { - "id": "1728", - "type": "stop" - }, - { - "id": "1730", - "type": "stop" - }, - { - "id": "1731", - "type": "stop" - }, - { - "id": "1732", - "type": "stop" - }, - { - "id": "1733", - "type": "stop" - }, - { - "id": "1734", - "type": "stop" - }, - { - "id": "1735", - "type": "stop" - }, - { - "id": "1736", - "type": "stop" - }, - { - "id": "1737", - "type": "stop" - }, - { - "id": "381", + "id": "70500", "type": "stop" }, { - "id": "382", + "id": "2605", "type": "stop" }, { - "id": "383", + "id": "2607", "type": "stop" }, { - "id": "384", + "id": "12610", "type": "stop" }, { - "id": "385", + "id": "2612", "type": "stop" }, { - "id": "386", + "id": "26131", "type": "stop" }, { - "id": "387", + "id": "12615", "type": "stop" }, { - "id": "388", + "id": "12616", "type": "stop" }, { - "id": "390", + "id": "2617", "type": "stop" }, { - "id": "392", + "id": "2618", "type": "stop" }, { - "id": "393", + "id": "2620", "type": "stop" }, { - "id": "394", + "id": "2621", "type": "stop" }, { - "id": "395", + "id": "2622", "type": "stop" }, { - "id": "396", + "id": "2623", "type": "stop" }, { - "id": "21151", + "id": "2625", "type": "stop" }, { - "id": "64000", + "id": "2626", "type": "stop" }, { - "id": "1148", + "id": "2627", "type": "stop" }, { - "id": "11149", + "id": "2628", "type": "stop" }, { - "id": "11148", + "id": "5104", "type": "stop" }, { - "id": "21148", + "id": "2631", "type": "stop" }, { - "id": "1224", + "id": "2632", "type": "stop" }, { - "id": "17861", + "id": "2634", "type": "stop" }, { - "id": "1798", + "id": "2635", "type": "stop" }, { - "id": "71391", + "id": "2715", "type": "stop" }, { - "id": "91391", + "id": "2636", "type": "stop" }, { - "id": "11780", + "id": "2637", "type": "stop" } ] @@ -372279,14 +373353,14 @@ }, { "attributes": {}, - "id": "86964", + "id": "9168", "links": { - "self": "/stops/86964" + "self": "/stops/9168" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=86964" + "related": "/facilities/?filter[stop]=9168" } }, "parent_station": { @@ -372303,14 +373377,14 @@ }, { "attributes": {}, - "id": "900", + "id": "5286", "links": { - "self": "/stops/900" + "self": "/stops/5286" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=900" + "related": "/facilities/?filter[stop]=5286" } }, "parent_station": { @@ -372327,14 +373401,14 @@ }, { "attributes": {}, - "id": "55632", + "id": "1", "links": { - "self": "/stops/55632" + "self": "/stops/1" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=55632" + "related": "/facilities/?filter[stop]=1" } }, "parent_station": { @@ -372342,7 +373416,7 @@ }, "zone": { "data": { - "id": "LocalBus", + "id": "ExpressBus-Downtown", "type": "zone" } } @@ -372351,14 +373425,14 @@ }, { "attributes": {}, - "id": "111806", + "id": "2446", "links": { - "self": "/stops/111806" + "self": "/stops/2446" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=111806" + "related": "/facilities/?filter[stop]=2446" } }, "parent_station": { @@ -372375,14 +373449,14 @@ }, { "attributes": {}, - "id": "5344", + "id": "3", "links": { - "self": "/stops/5344" + "self": "/stops/3" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5344" + "related": "/facilities/?filter[stop]=3" } }, "parent_station": { @@ -372397,16 +373471,53 @@ }, "type": "stop" }, + { + "attributes": { + "color": "FFC72C", + "direction_destinations": [ + "Watertown Yard", + "Kenmore Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Watertown Yard - Kenmore Station", + "short_name": "57", + "sort_order": 50570, + "text_color": "000000", + "type": 3 + }, + "id": "57", + "links": { + "self": "/routes/57" + }, + "relationships": { + "agency": { + "data": { + "id": "1", + "type": "agency" + } + }, + "line": { + "data": { + "id": "line-5757A", + "type": "line" + } + } + }, + "type": "route" + }, { "attributes": {}, - "id": "6203", + "id": "2416", "links": { - "self": "/stops/6203" + "self": "/stops/2416" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6203" + "related": "/facilities/?filter[stop]=2416" } }, "parent_station": { @@ -372421,16 +373532,113 @@ }, "type": "stop" }, + { + "attributes": { + "direction_id": 1, + "headsign": "North Station" + }, + "id": "NorthWKDYF24-696213-200-HaverhillBradfordVan", + "links": { + "self": "/trips/NorthWKDYF24-696213-200-HaverhillBradfordVan" + }, + "relationships": { + "route": { + "data": { + "id": "CR-Haverhill", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "CR-Haverhill-9794afd5-1", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "FALL 2024-N-Wdy-1-S6561ad1d-HvlBrdVn", + "type": "service" + } + }, + "shape": { + "data": { + "id": "9820001", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "WR-0325-01", + "type": "stop" + }, + { + "id": "WR-0264-02", + "type": "stop" + }, + { + "id": "WR-0228-02", + "type": "stop" + }, + { + "id": "WR-0205-02", + "type": "stop" + }, + { + "id": "WR-0163-S", + "type": "stop" + }, + { + "id": "WR-0120-S", + "type": "stop" + }, + { + "id": "WR-0099-02", + "type": "stop" + }, + { + "id": "WR-0085-02", + "type": "stop" + }, + { + "id": "WR-0075-02", + "type": "stop" + }, + { + "id": "WR-0067-02", + "type": "stop" + }, + { + "id": "WR-0062-02", + "type": "stop" + }, + { + "id": "WR-0053-S", + "type": "stop" + }, + { + "id": "WR-0045-S", + "type": "stop" + }, + { + "id": "BNT-0000", + "type": "stop" + } + ] + } + }, + "type": "trip" + }, { "attributes": {}, - "id": "78216", + "id": "8295", "links": { - "self": "/stops/78216" + "self": "/stops/8295" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=78216" + "related": "/facilities/?filter[stop]=8295" } }, "parent_station": { @@ -372447,14 +373655,14 @@ }, { "attributes": {}, - "id": "6831", + "id": "77551", "links": { - "self": "/stops/6831" + "self": "/stops/77551" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6831" + "related": "/facilities/?filter[stop]=77551" } }, "parent_station": { @@ -372471,38 +373679,38 @@ }, { "attributes": {}, - "id": "DB-0095-B0", + "id": "5890", "links": { - "self": "/stops/DB-0095-B0" + "self": "/stops/5890" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=DB-0095-B0" + "related": "/facilities/?filter[stop]=5890" } }, "parent_station": { - "data": { - "id": "place-DB-0095", - "type": "stop" - } + "data": null }, "zone": { - "data": null + "data": { + "id": "LocalBus", + "type": "zone" + } } }, "type": "stop" }, { "attributes": {}, - "id": "7570", + "id": "38485", "links": { - "self": "/stops/7570" + "self": "/stops/38485" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7570" + "related": "/facilities/?filter[stop]=38485" } }, "parent_station": { @@ -372519,14 +373727,14 @@ }, { "attributes": {}, - "id": "6860", + "id": "85562", "links": { - "self": "/stops/6860" + "self": "/stops/85562" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6860" + "related": "/facilities/?filter[stop]=85562" } }, "parent_station": { @@ -372543,14 +373751,14 @@ }, { "attributes": {}, - "id": "109858", + "id": "10421", "links": { - "self": "/stops/109858" + "self": "/stops/10421" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=109858" + "related": "/facilities/?filter[stop]=10421" } }, "parent_station": { @@ -372567,14 +373775,14 @@ }, { "attributes": {}, - "id": "1579", + "id": "8546", "links": { - "self": "/stops/1579" + "self": "/stops/8546" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1579" + "related": "/facilities/?filter[stop]=8546" } }, "parent_station": { @@ -372591,14 +373799,14 @@ }, { "attributes": {}, - "id": "1038", + "id": "1248", "links": { - "self": "/stops/1038" + "self": "/stops/1248" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1038" + "related": "/facilities/?filter[stop]=1248" } }, "parent_station": { @@ -372614,248 +373822,66 @@ "type": "stop" }, { - "attributes": { - "direction_id": 0, - "headsign": "East Weymouth" - }, - "id": "61929055", + "attributes": {}, + "id": "1468", "links": { - "self": "/trips/61929055" + "self": "/stops/1468" }, "relationships": { - "route": { - "data": { - "id": "222", - "type": "route" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=1468" } }, - "route_pattern": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "222-_-0", - "type": "route_pattern" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "PB-0281-S", + "links": { + "self": "/stops/PB-0281-S" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=PB-0281-S" } }, - "service": { + "parent_station": { "data": { - "id": "SpringWeekday", - "type": "service" + "id": "place-PB-0281", + "type": "stop" } }, - "shape": { + "zone": { "data": { - "id": "2220111", - "type": "shape" + "id": "CR-zone-7", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "32004", - "type": "stop" - }, - { - "id": "3515", - "type": "stop" - }, - { - "id": "3516", - "type": "stop" - }, - { - "id": "3518", - "type": "stop" - }, - { - "id": "3520", - "type": "stop" - }, - { - "id": "3521", - "type": "stop" - }, - { - "id": "3522", - "type": "stop" - }, - { - "id": "3523", - "type": "stop" - }, - { - "id": "3524", - "type": "stop" - }, - { - "id": "3525", - "type": "stop" - }, - { - "id": "3526", - "type": "stop" - }, - { - "id": "3527", - "type": "stop" - }, - { - "id": "3528", - "type": "stop" - }, - { - "id": "3529", - "type": "stop" - }, - { - "id": "3530", - "type": "stop" - }, - { - "id": "3531", - "type": "stop" - }, - { - "id": "3532", - "type": "stop" - }, - { - "id": "3533", - "type": "stop" - }, - { - "id": "3534", - "type": "stop" - }, - { - "id": "3535", - "type": "stop" - }, - { - "id": "3536", - "type": "stop" - }, - { - "id": "3538", - "type": "stop" - }, - { - "id": "3539", - "type": "stop" - }, - { - "id": "3660", - "type": "stop" - }, - { - "id": "3661", - "type": "stop" - }, - { - "id": "3662", - "type": "stop" - }, - { - "id": "3664", - "type": "stop" - }, - { - "id": "3665", - "type": "stop" - }, - { - "id": "3666", - "type": "stop" - }, - { - "id": "3667", - "type": "stop" - }, - { - "id": "3668", - "type": "stop" - }, - { - "id": "3669", - "type": "stop" - }, - { - "id": "3670", - "type": "stop" - }, - { - "id": "36701", - "type": "stop" - }, - { - "id": "3671", - "type": "stop" - }, - { - "id": "3672", - "type": "stop" - }, - { - "id": "3673", - "type": "stop" - }, - { - "id": "3674", - "type": "stop" - }, - { - "id": "3675", - "type": "stop" - }, - { - "id": "3676", - "type": "stop" - }, - { - "id": "3677", - "type": "stop" - }, - { - "id": "3678", - "type": "stop" - }, - { - "id": "3679", - "type": "stop" - }, - { - "id": "3682", - "type": "stop" - }, - { - "id": "36821", - "type": "stop" - }, - { - "id": "3683", - "type": "stop" - }, - { - "id": "36831", - "type": "stop" - }, - { - "id": "3684", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "12836", + "id": "17100", "links": { - "self": "/stops/12836" + "self": "/stops/17100" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=12836" + "related": "/facilities/?filter[stop]=17100" } }, "parent_station": { @@ -372872,25 +373898,25 @@ }, { "attributes": {}, - "id": "ER-0168-S", + "id": "323", "links": { - "self": "/stops/ER-0168-S" + "self": "/stops/323" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=ER-0168-S" + "related": "/facilities/?filter[stop]=323" } }, "parent_station": { "data": { - "id": "place-ER-0168", + "id": "place-fldcr", "type": "stop" } }, "zone": { "data": { - "id": "CR-zone-3", + "id": "LocalBus", "type": "zone" } } @@ -372899,14 +373925,14 @@ }, { "attributes": {}, - "id": "9033", + "id": "4247", "links": { - "self": "/stops/9033" + "self": "/stops/4247" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9033" + "related": "/facilities/?filter[stop]=4247" } }, "parent_station": { @@ -372922,46 +373948,63 @@ "type": "stop" }, { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Wren Street", - "Forest Hills Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Wren Street - Forest Hills Station", - "short_name": "38", - "sort_order": 50380, - "text_color": "000000", - "type": 3 + "attributes": {}, + "id": "5722", + "links": { + "self": "/stops/5722" }, - "id": "38", + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=5722" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "8670", "links": { - "self": "/routes/38" + "self": "/stops/8670" }, "relationships": { - "line": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=8670" + } + }, + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "line-38", - "type": "line" + "id": "LocalBus", + "type": "zone" } } }, - "type": "route" + "type": "stop" }, { "attributes": {}, - "id": "3703", + "id": "1575", "links": { - "self": "/stops/3703" + "self": "/stops/1575" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3703" + "related": "/facilities/?filter[stop]=1575" } }, "parent_station": { @@ -372977,55 +374020,72 @@ "type": "stop" }, { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Quincy Center Station", - "Ashmont Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "Quincy Center Station - Ashmont Station via West Quincy", - "short_name": "215", - "sort_order": 52150, - "text_color": "000000", - "type": 3 + "attributes": {}, + "id": "1373", + "links": { + "self": "/stops/1373" }, - "id": "215", + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=1373" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "1581", "links": { - "self": "/routes/215" + "self": "/stops/1581" }, "relationships": { - "line": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=1581" + } + }, + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "line-215", - "type": "line" + "id": "LocalBus", + "type": "zone" } } }, - "type": "route" + "type": "stop" }, { "attributes": { - "direction_id": 1, - "headsign": "Kenmore (Shuttle)" + "direction_id": 0, + "headsign": "Lowell (Shuttle)" }, - "id": "BostonCollegeKenmore-1-sample", + "id": "LowellWilmingtonExtended-0-sample", "links": { - "self": "/trips/BostonCollegeKenmore-1-sample" + "self": "/trips/LowellWilmingtonExtended-0-sample" }, "relationships": { "route": { "data": { - "id": "Shuttle-BostonCollegeKenmore", + "id": "Shuttle-LowellWilmington", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-BostonCollegeKenmore-0-1", + "id": "Shuttle-LowellWilmington-0-0", "type": "route_pattern" } }, @@ -373037,66 +374097,22 @@ }, "shape": { "data": { - "id": "BostonCollegeToKenmore-S", + "id": "WilmingtonToLowell-S", "type": "shape" } }, "stops": { "data": [ { - "id": "9070107", - "type": "stop" - }, - { - "id": "9070110", - "type": "stop" - }, - { - "id": "9070112", - "type": "stop" - }, - { - "id": "9070114", - "type": "stop" - }, - { - "id": "9070116", - "type": "stop" - }, - { - "id": "9170120", - "type": "stop" - }, - { - "id": "9070128", - "type": "stop" - }, - { - "id": "9070130", - "type": "stop" - }, - { - "id": "933", - "type": "stop" - }, - { - "id": "934", - "type": "stop" - }, - { - "id": "938", - "type": "stop" - }, - { - "id": "939", + "id": "NHRML-0152-B", "type": "stop" }, { - "id": "941", + "id": "NHRML-0218-B2", "type": "stop" }, { - "id": "9070150", + "id": "NHRML-0254-B", "type": "stop" } ] @@ -373106,14 +374122,14 @@ }, { "attributes": {}, - "id": "7582", + "id": "4877", "links": { - "self": "/stops/7582" + "self": "/stops/4877" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7582" + "related": "/facilities/?filter[stop]=4877" } }, "parent_station": { @@ -373129,39 +374145,29 @@ "type": "stop" }, { - "attributes": {}, - "id": "2374", - "links": { - "self": "/stops/2374" + "attributes": { + "color": "ED8B00", + "long_name": "Orange Line", + "short_name": "", + "sort_order": 10020, + "text_color": "FFFFFF" }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=2374" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } + "id": "line-Orange", + "links": { + "self": "/lines/line-Orange" }, - "type": "stop" + "type": "line" }, { "attributes": {}, - "id": "2326", + "id": "6411", "links": { - "self": "/stops/2326" + "self": "/stops/6411" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2326" + "related": "/facilities/?filter[stop]=6411" } }, "parent_station": { @@ -373178,14 +374184,14 @@ }, { "attributes": {}, - "id": "546", + "id": "7338", "links": { - "self": "/stops/546" + "self": "/stops/7338" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=546" + "related": "/facilities/?filter[stop]=7338" } }, "parent_station": { @@ -373202,14 +374208,14 @@ }, { "attributes": {}, - "id": "4721", + "id": "2453", "links": { - "self": "/stops/4721" + "self": "/stops/2453" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4721" + "related": "/facilities/?filter[stop]=2453" } }, "parent_station": { @@ -373226,41 +374232,14 @@ }, { "attributes": {}, - "id": "NEC-2173-02", - "links": { - "self": "/stops/NEC-2173-02" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=NEC-2173-02" - } - }, - "parent_station": { - "data": { - "id": "place-NEC-2173", - "type": "stop" - } - }, - "zone": { - "data": { - "id": "CR-zone-2", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "5976", + "id": "16403", "links": { - "self": "/stops/5976" + "self": "/stops/16403" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5976" + "related": "/facilities/?filter[stop]=16403" } }, "parent_station": { @@ -373277,14 +374256,14 @@ }, { "attributes": {}, - "id": "4882", + "id": "4346", "links": { - "self": "/stops/4882" + "self": "/stops/4346" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4882" + "related": "/facilities/?filter[stop]=4346" } }, "parent_station": { @@ -373301,22 +374280,25 @@ }, { "attributes": {}, - "id": "6317", + "id": "70186", "links": { - "self": "/stops/6317" + "self": "/stops/70186" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6317" + "related": "/facilities/?filter[stop]=70186" } }, "parent_station": { - "data": null + "data": { + "id": "place-fenwy", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -373325,322 +374307,262 @@ }, { "attributes": { - "direction_id": 0, - "headsign": "Salem Depot via Central Square" + "direction_id": 1, + "headsign": "Watertown Square" }, - "id": "62216720", + "id": "66645856", "links": { - "self": "/trips/62216720" + "self": "/trips/66645856" }, "relationships": { "route": { "data": { - "id": "455", + "id": "59", "type": "route" } }, "route_pattern": { "data": { - "id": "455-7-0", + "id": "59-_-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "4550271", + "id": "590095", "type": "shape" } }, "stops": { "data": [ { - "id": "15795", - "type": "stop" - }, - { - "id": "5700", - "type": "stop" - }, - { - "id": "5701", - "type": "stop" - }, - { - "id": "5703", - "type": "stop" - }, - { - "id": "5704", - "type": "stop" - }, - { - "id": "35704", - "type": "stop" - }, - { - "id": "4512", - "type": "stop" - }, - { - "id": "4513", - "type": "stop" - }, - { - "id": "4515", - "type": "stop" - }, - { - "id": "4516", - "type": "stop" - }, - { - "id": "4518", - "type": "stop" - }, - { - "id": "4520", - "type": "stop" - }, - { - "id": "45211", - "type": "stop" - }, - { - "id": "4521", - "type": "stop" - }, - { - "id": "4522", - "type": "stop" - }, - { - "id": "4523", + "id": "91852", "type": "stop" }, { - "id": "4524", + "id": "11853", "type": "stop" }, { - "id": "4525", + "id": "81437", "type": "stop" }, { - "id": "6822", + "id": "82437", "type": "stop" }, { - "id": "6824", + "id": "81438", "type": "stop" }, { - "id": "6827", + "id": "81439", "type": "stop" }, { - "id": "6773", + "id": "81440", "type": "stop" }, { - "id": "14748", + "id": "81441", "type": "stop" }, { - "id": "6600", + "id": "81442", "type": "stop" }, { - "id": "6830", + "id": "81443", "type": "stop" }, { - "id": "6831", + "id": "81444", "type": "stop" }, { - "id": "6833", + "id": "8144", "type": "stop" }, { - "id": "6834", + "id": "81445", "type": "stop" }, { - "id": "6142", + "id": "81446", "type": "stop" }, { - "id": "6143", + "id": "81447", "type": "stop" }, { - "id": "6144", + "id": "81448", "type": "stop" }, { - "id": "6145", + "id": "81449", "type": "stop" }, { - "id": "6146", + "id": "8145", "type": "stop" }, { - "id": "6147", + "id": "81451", "type": "stop" }, { - "id": "6148", + "id": "8146", "type": "stop" }, { - "id": "6149", + "id": "8147", "type": "stop" }, { - "id": "6150", + "id": "8148", "type": "stop" }, { - "id": "6151", + "id": "8149", "type": "stop" }, { - "id": "6152", + "id": "8150", "type": "stop" }, { - "id": "6153", + "id": "8151", "type": "stop" }, { - "id": "6154", + "id": "8152", "type": "stop" }, { - "id": "6155", + "id": "8153", "type": "stop" }, { - "id": "6156", + "id": "8154", "type": "stop" }, { - "id": "16156", + "id": "8155", "type": "stop" }, { - "id": "6157", + "id": "8156", "type": "stop" }, { - "id": "6158", + "id": "81561", "type": "stop" }, { - "id": "6159", + "id": "81562", "type": "stop" }, { - "id": "6160", + "id": "8158", "type": "stop" }, { - "id": "6161", + "id": "8159", "type": "stop" }, { - "id": "6162", + "id": "8160", "type": "stop" }, { - "id": "6163", + "id": "8161", "type": "stop" }, { - "id": "6164", + "id": "8162", "type": "stop" }, { - "id": "6165", + "id": "8163", "type": "stop" }, { - "id": "6166", + "id": "8164", "type": "stop" }, { - "id": "6167", + "id": "8165", "type": "stop" }, { - "id": "6168", + "id": "81651", "type": "stop" }, { - "id": "6169", + "id": "8166", "type": "stop" }, { - "id": "6170", + "id": "8167", "type": "stop" }, { - "id": "16170", + "id": "8168", "type": "stop" }, { - "id": "6171", + "id": "81681", "type": "stop" }, { - "id": "6173", + "id": "8169", "type": "stop" }, { - "id": "6174", + "id": "9492", "type": "stop" }, { - "id": "6175", + "id": "8170", "type": "stop" }, { - "id": "6176", + "id": "8171", "type": "stop" }, { - "id": "6177", + "id": "8172", "type": "stop" }, { - "id": "16177", + "id": "8173", "type": "stop" }, { - "id": "6178", + "id": "8174", "type": "stop" }, { - "id": "6180", + "id": "8175", "type": "stop" }, { - "id": "6181", + "id": "8176", "type": "stop" }, { - "id": "4563", + "id": "8177", "type": "stop" }, { - "id": "37150", + "id": "8178", "type": "stop" } ] @@ -373650,35 +374572,14 @@ }, { "attributes": {}, - "id": "9070230", - "links": { - "self": "/stops/9070230" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=9070230" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": null - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "4603", + "id": "109828", "links": { - "self": "/stops/4603" + "self": "/stops/109828" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4603" + "related": "/facilities/?filter[stop]=109828" } }, "parent_station": { @@ -373695,14 +374596,14 @@ }, { "attributes": {}, - "id": "5245", + "id": "3525", "links": { - "self": "/stops/5245" + "self": "/stops/3525" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5245" + "related": "/facilities/?filter[stop]=3525" } }, "parent_station": { @@ -373719,25 +374620,22 @@ }, { "attributes": {}, - "id": "WML-0199-01", + "id": "2074", "links": { - "self": "/stops/WML-0199-01" + "self": "/stops/2074" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=WML-0199-01" + "related": "/facilities/?filter[stop]=2074" } }, "parent_station": { - "data": { - "id": "place-WML-0199", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "CR-zone-4", + "id": "LocalBus", "type": "zone" } } @@ -373746,14 +374644,14 @@ }, { "attributes": {}, - "id": "7115", + "id": "1493", "links": { - "self": "/stops/7115" + "self": "/stops/1493" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7115" + "related": "/facilities/?filter[stop]=1493" } }, "parent_station": { @@ -373770,14 +374668,14 @@ }, { "attributes": {}, - "id": "3513", + "id": "16458", "links": { - "self": "/stops/3513" + "self": "/stops/16458" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3513" + "related": "/facilities/?filter[stop]=16458" } }, "parent_station": { @@ -373792,120 +374690,16 @@ }, "type": "stop" }, - { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "Ashmont/Braintree", - "Alewife" - ], - "direction_names": [ - "South", - "North" - ], - "long_name": "Alewife - Harvard via Brattle Street", - "short_name": "Red Line Shuttle", - "sort_order": 60218, - "text_color": "000000", - "type": 3 - }, - "id": "Shuttle-AlewifeHarvardViaBrattle", - "links": { - "self": "/routes/Shuttle-AlewifeHarvardViaBrattle" - }, - "relationships": { - "line": { - "data": { - "id": "line-Red", - "type": "line" - } - } - }, - "type": "route" - }, - { - "attributes": { - "direction_id": 0, - "headsign": "Fairmount" - }, - "id": "CR-670349-921", - "links": { - "self": "/trips/CR-670349-921" - }, - "relationships": { - "route": { - "data": { - "id": "CR-Fairmount", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "CR-Fairmount-3914aae7-0", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "SPRING2024-SOUTHWKD-Weekday-1", - "type": "service" - } - }, - "shape": { - "data": { - "id": "9870002", - "type": "shape" - } - }, - "stops": { - "data": [ - { - "id": "NEC-2287", - "type": "stop" - }, - { - "id": "DB-2265-01", - "type": "stop" - }, - { - "id": "DB-2258-01", - "type": "stop" - }, - { - "id": "DB-2249-01", - "type": "stop" - }, - { - "id": "DB-2240-01", - "type": "stop" - }, - { - "id": "DB-2230-01", - "type": "stop" - }, - { - "id": "DB-2222-01", - "type": "stop" - }, - { - "id": "DB-2205-01", - "type": "stop" - } - ] - } - }, - "type": "trip" - }, { "attributes": {}, - "id": "2561", + "id": "8342", "links": { - "self": "/stops/2561" + "self": "/stops/8342" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2561" + "related": "/facilities/?filter[stop]=8342" } }, "parent_station": { @@ -373922,14 +374716,14 @@ }, { "attributes": {}, - "id": "5275", + "id": "4924", "links": { - "self": "/stops/5275" + "self": "/stops/4924" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5275" + "related": "/facilities/?filter[stop]=4924" } }, "parent_station": { @@ -373946,14 +374740,14 @@ }, { "attributes": {}, - "id": "293", + "id": "5745", "links": { - "self": "/stops/293" + "self": "/stops/5745" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=293" + "related": "/facilities/?filter[stop]=5745" } }, "parent_station": { @@ -373971,367 +374765,213 @@ { "attributes": { "direction_id": 1, - "headsign": "Reading (Express shuttle)" + "headsign": "Quincy Center" }, - "id": "HaverhillReadingExpressExtended-1-sample", + "id": "67291036", "links": { - "self": "/trips/HaverhillReadingExpressExtended-1-sample" + "self": "/trips/67291036" }, "relationships": { "route": { "data": { - "id": "Shuttle-HaverhillReadingExpress", + "id": "236", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-HaverhillReadingExpress-0-1", + "id": "236-2-1", "type": "route_pattern" } }, "service": { "data": { - "id": "canonical", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "HaverhillToReadingExpress-S", + "id": "2360076", "type": "shape" } }, "stops": { "data": [ { - "id": "WR-0329-B", + "id": "4019", "type": "stop" }, { - "id": "WR-0264-B2", + "id": "4023", "type": "stop" }, { - "id": "WR-0120-B", + "id": "4024", "type": "stop" - } - ] - } - }, - "type": "trip" - }, - { - "attributes": { - "direction_id": 0, - "headsign": "Providence (Local shuttle)" - }, - "id": "AttleboroProvidenceLocal-0-sample", - "links": { - "self": "/trips/AttleboroProvidenceLocal-0-sample" - }, - "relationships": { - "route": { - "data": { - "id": "Shuttle-AttleboroProvidenceLocal", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Shuttle-AttleboroProvidenceLocal-0-0", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "canonical", - "type": "service" - } - }, - "shape": { - "data": { - "id": "AttleboroToProvidenceLocal-S", - "type": "shape" - } - }, - "stops": { - "data": [ + }, { - "id": "NEC-1969-B", + "id": "4025", "type": "stop" }, { - "id": "NEC-1891-B", + "id": "4026", "type": "stop" }, { - "id": "NEC-1851-B0", + "id": "4027", "type": "stop" - } - ] - } - }, - "type": "trip" - }, - { - "attributes": {}, - "id": "8175", - "links": { - "self": "/stops/8175" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=8175" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "9037", - "links": { - "self": "/stops/9037" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=9037" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "84921", - "links": { - "self": "/stops/84921" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=84921" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "2354", - "links": { - "self": "/stops/2354" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=2354" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "2369", - "links": { - "self": "/stops/2369" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=2369" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "3382", - "links": { - "self": "/stops/3382" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=3382" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "70008", - "links": { - "self": "/stops/70008" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=70008" - } - }, - "parent_station": { - "data": { - "id": "place-rcmnl", - "type": "stop" - } - }, - "zone": { - "data": { - "id": "RapidTransit", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "9070013", - "links": { - "self": "/stops/9070013" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=9070013" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": null - } - }, - "type": "stop" - }, - { - "attributes": { - "direction_id": 1, - "headsign": "Salem (Local shuttle)" - }, - "id": "RockportSalemForBeverly-1-sample", - "links": { - "self": "/trips/RockportSalemForBeverly-1-sample" - }, - "relationships": { - "route": { - "data": { - "id": "Shuttle-RockportSalemLocal", - "type": "route" - } - }, - "route_pattern": { - "data": { - "id": "Shuttle-RockportSalemLocal-0-1", - "type": "route_pattern" - } - }, - "service": { - "data": { - "id": "canonical", - "type": "service" - } - }, - "shape": { - "data": { - "id": "RockportToSalemLocal-S", - "type": "shape" - } - }, - "stops": { - "data": [ + }, { - "id": "GB-0353-B", + "id": "4028", "type": "stop" }, { - "id": "GB-0316-B1", + "id": "4029", "type": "stop" }, { - "id": "GB-0296-B1", + "id": "4030", "type": "stop" }, { - "id": "GB-0254-B2", + "id": "14030", "type": "stop" }, { - "id": "GB-0229-B1", + "id": "4031", "type": "stop" }, { - "id": "GB-0198-B3", + "id": "14301", "type": "stop" }, { - "id": "ER-0183-B", + "id": "14302", "type": "stop" }, { - "id": "ER-0168-B", + "id": "38671", + "type": "stop" + }, + { + "id": "39692", + "type": "stop" + }, + { + "id": "39691", + "type": "stop" + }, + { + "id": "39689", + "type": "stop" + }, + { + "id": "39688", + "type": "stop" + }, + { + "id": "39687", + "type": "stop" + }, + { + "id": "39686", + "type": "stop" + }, + { + "id": "39685", + "type": "stop" + }, + { + "id": "39684", + "type": "stop" + }, + { + "id": "39683", + "type": "stop" + }, + { + "id": "39682", + "type": "stop" + }, + { + "id": "39681", + "type": "stop" + }, + { + "id": "39679", + "type": "stop" + }, + { + "id": "39678", + "type": "stop" + }, + { + "id": "39677", + "type": "stop" + }, + { + "id": "39676", + "type": "stop" + }, + { + "id": "39675", + "type": "stop" + }, + { + "id": "39674", + "type": "stop" + }, + { + "id": "39673", + "type": "stop" + }, + { + "id": "39672", + "type": "stop" + }, + { + "id": "39671", + "type": "stop" + }, + { + "id": "3957", + "type": "stop" + }, + { + "id": "3950", + "type": "stop" + }, + { + "id": "3959", + "type": "stop" + }, + { + "id": "13959", + "type": "stop" + }, + { + "id": "3420", + "type": "stop" + }, + { + "id": "3422", + "type": "stop" + }, + { + "id": "3423", + "type": "stop" + }, + { + "id": "33241", + "type": "stop" + }, + { + "id": "32000", + "type": "stop" + }, + { + "id": "32001", "type": "stop" } ] @@ -374341,62 +374981,14 @@ }, { "attributes": {}, - "id": "523", - "links": { - "self": "/stops/523" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=523" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "5830", - "links": { - "self": "/stops/5830" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=5830" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "1337", + "id": "5376", "links": { - "self": "/stops/1337" + "self": "/stops/5376" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1337" + "related": "/facilities/?filter[stop]=5376" } }, "parent_station": { @@ -374413,14 +375005,14 @@ }, { "attributes": {}, - "id": "2077", + "id": "8188", "links": { - "self": "/stops/2077" + "self": "/stops/8188" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2077" + "related": "/facilities/?filter[stop]=8188" } }, "parent_station": { @@ -374437,14 +375029,14 @@ }, { "attributes": {}, - "id": "415", + "id": "374", "links": { - "self": "/stops/415" + "self": "/stops/374" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=415" + "related": "/facilities/?filter[stop]=374" } }, "parent_station": { @@ -374461,14 +375053,14 @@ }, { "attributes": {}, - "id": "566", + "id": "88337", "links": { - "self": "/stops/566" + "self": "/stops/88337" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=566" + "related": "/facilities/?filter[stop]=88337" } }, "parent_station": { @@ -374485,47 +375077,47 @@ }, { "attributes": {}, - "id": "1635", + "id": "ER-0227-B1", "links": { - "self": "/stops/1635" + "self": "/stops/ER-0227-B1" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1635" + "related": "/facilities/?filter[stop]=ER-0227-B1" } }, "parent_station": { - "data": null - }, - "zone": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "place-ER-0227", + "type": "stop" } + }, + "zone": { + "data": null } }, "type": "stop" }, { "attributes": { - "direction_id": 0, - "headsign": "Newton Highlands via Saint Mary's Street (Shuttle)" + "direction_id": 1, + "headsign": "West Gloucester (Shuttle)" }, - "id": "NewtonHighlandsStMarysKenmoreC-0-sample", + "id": "RockportWestGloucester-1-sample", "links": { - "self": "/trips/NewtonHighlandsStMarysKenmoreC-0-sample" + "self": "/trips/RockportWestGloucester-1-sample" }, "relationships": { "route": { "data": { - "id": "Shuttle-NewtonHighlandsStMarysKenmore", + "id": "Shuttle-RockportWestGloucester", "type": "route" } }, "route_pattern": { "data": { - "id": "Shuttle-NewtonHighlandsStMarysKenmore-0-0", + "id": "Shuttle-RockportWestGloucester-0-1", "type": "route_pattern" } }, @@ -374537,50 +375129,22 @@ }, "shape": { "data": { - "id": "KenmoreToNewtonHighlandsViaStMarys-S", + "id": "RockportToWestGloucester-S", "type": "shape" } }, "stops": { "data": [ { - "id": "9070151", - "type": "stop" - }, - { - "id": "9070212", - "type": "stop" - }, - { - "id": "9434", - "type": "stop" - }, - { - "id": "1521", - "type": "stop" - }, - { - "id": "1525", - "type": "stop" - }, - { - "id": "9070178", - "type": "stop" - }, - { - "id": "21917", - "type": "stop" - }, - { - "id": "1540", + "id": "GB-0353-B", "type": "stop" }, { - "id": "9070171", + "id": "GB-0316-B1", "type": "stop" }, { - "id": "9070168", + "id": "GB-0296-B2", "type": "stop" } ] @@ -374590,38 +375154,14 @@ }, { "attributes": {}, - "id": "39694", - "links": { - "self": "/stops/39694" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=39694" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "1876", + "id": "7510", "links": { - "self": "/stops/1876" + "self": "/stops/7510" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1876" + "related": "/facilities/?filter[stop]=7510" } }, "parent_station": { @@ -374638,162 +375178,42 @@ }, { "attributes": { - "direction_id": 0, - "headsign": "Stimson St" + "direction_id": 1, + "headsign": "North Station (Express shuttle)" }, - "id": "62144857", + "id": "LynnNorthStationExpress-1-sample", "links": { - "self": "/trips/62144857" + "self": "/trips/LynnNorthStationExpress-1-sample" }, "relationships": { "route": { "data": { - "id": "35", + "id": "Shuttle-LynnNorthStationExpress", "type": "route" } }, "route_pattern": { "data": { - "id": "35-_-0", + "id": "Shuttle-LynnNorthStationExpress-0-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "canonical", "type": "service" } }, "shape": { "data": { - "id": "350180", + "id": "LynnToNorthStationExpress-S", "type": "shape" } }, "stops": { "data": [ { - "id": "10642", - "type": "stop" - }, - { - "id": "596", - "type": "stop" - }, - { - "id": "597", - "type": "stop" - }, - { - "id": "598", - "type": "stop" - }, - { - "id": "599", - "type": "stop" - }, - { - "id": "600", - "type": "stop" - }, - { - "id": "601", - "type": "stop" - }, - { - "id": "602", - "type": "stop" - }, - { - "id": "797", - "type": "stop" - }, - { - "id": "798", - "type": "stop" - }, - { - "id": "799", - "type": "stop" - }, - { - "id": "800", - "type": "stop" - }, - { - "id": "801", - "type": "stop" - }, - { - "id": "802", - "type": "stop" - }, - { - "id": "803", - "type": "stop" - }, - { - "id": "804", - "type": "stop" - }, - { - "id": "805", - "type": "stop" - }, - { - "id": "806", - "type": "stop" - }, - { - "id": "807", - "type": "stop" - }, - { - "id": "808", - "type": "stop" - }, - { - "id": "810", - "type": "stop" - }, - { - "id": "821", - "type": "stop" - }, - { - "id": "822", - "type": "stop" - }, - { - "id": "823", - "type": "stop" - }, - { - "id": "824", - "type": "stop" - }, - { - "id": "825", - "type": "stop" - }, - { - "id": "826", - "type": "stop" - }, - { - "id": "10768", - "type": "stop" - }, - { - "id": "992", - "type": "stop" - }, - { - "id": "993", - "type": "stop" - }, - { - "id": "616", + "id": "BNT-0000-B1", "type": "stop" } ] @@ -374803,52 +375223,51 @@ }, { "attributes": { - "color": "80276C", - "long_name": "Foxboro Event Service", - "short_name": "", - "sort_order": 20013, - "text_color": "FFFFFF" - }, - "id": "line-Foxboro", - "links": { - "self": "/lines/line-Foxboro" + "color": "FFC72C", + "direction_destinations": [ + "Watertown Yard", + "Federal Street & Franklin Street" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Watertown Yard - Federal Street & Franklin Street", + "short_name": "504", + "sort_order": 55040, + "text_color": "000000", + "type": 3 }, - "type": "line" - }, - { - "attributes": {}, - "id": "6140", + "id": "504", "links": { - "self": "/stops/6140" + "self": "/routes/504" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=6140" + "agency": { + "data": { + "id": "1", + "type": "agency" } }, - "parent_station": { - "data": null - }, - "zone": { + "line": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "line-502504", + "type": "line" } } }, - "type": "stop" + "type": "route" }, { "attributes": {}, - "id": "7654", + "id": "4035", "links": { - "self": "/stops/7654" + "self": "/stops/4035" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7654" + "related": "/facilities/?filter[stop]=4035" } }, "parent_station": { @@ -374865,38 +375284,35 @@ }, { "attributes": {}, - "id": "79642", + "id": "9070043", "links": { - "self": "/stops/79642" + "self": "/stops/9070043" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=79642" + "related": "/facilities/?filter[stop]=9070043" } }, "parent_station": { "data": null }, "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } + "data": null } }, "type": "stop" }, { "attributes": {}, - "id": "807", + "id": "4001", "links": { - "self": "/stops/807" + "self": "/stops/4001" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=807" + "related": "/facilities/?filter[stop]=4001" } }, "parent_station": { @@ -374913,14 +375329,14 @@ }, { "attributes": {}, - "id": "6715", + "id": "18542", "links": { - "self": "/stops/6715" + "self": "/stops/18542" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6715" + "related": "/facilities/?filter[stop]=18542" } }, "parent_station": { @@ -374937,14 +375353,14 @@ }, { "attributes": {}, - "id": "9216", + "id": "1396", "links": { - "self": "/stops/9216" + "self": "/stops/1396" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9216" + "related": "/facilities/?filter[stop]=1396" } }, "parent_station": { @@ -374952,7 +375368,7 @@ }, "zone": { "data": { - "id": "LocalBus", + "id": "ExpressBus-Downtown", "type": "zone" } } @@ -374961,14 +375377,14 @@ }, { "attributes": {}, - "id": "230", + "id": "8293", "links": { - "self": "/stops/230" + "self": "/stops/8293" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=230" + "related": "/facilities/?filter[stop]=8293" } }, "parent_station": { @@ -374984,61 +375400,150 @@ "type": "stop" }, { - "attributes": {}, - "id": "1151", + "attributes": { + "direction_id": 0, + "headsign": "Harvard" + }, + "id": "66644621", "links": { - "self": "/stops/1151" + "self": "/trips/66644621" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=1151" + "route": { + "data": { + "id": "1", + "type": "route" } }, - "parent_station": { - "data": null - }, - "zone": { + "route_pattern": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "396", - "links": { - "self": "/stops/396" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=396" + "id": "1-_-0", + "type": "route_pattern" } }, - "parent_station": { - "data": null + "service": { + "data": { + "id": "WinterWeekday", + "type": "service" + } }, - "zone": { + "shape": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "010138", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "64", + "type": "stop" + }, + { + "id": "1", + "type": "stop" + }, + { + "id": "2", + "type": "stop" + }, + { + "id": "6", + "type": "stop" + }, + { + "id": "10003", + "type": "stop" + }, + { + "id": "57", + "type": "stop" + }, + { + "id": "58", + "type": "stop" + }, + { + "id": "10590", + "type": "stop" + }, + { + "id": "87", + "type": "stop" + }, + { + "id": "188", + "type": "stop" + }, + { + "id": "89", + "type": "stop" + }, + { + "id": "91", + "type": "stop" + }, + { + "id": "93", + "type": "stop" + }, + { + "id": "95", + "type": "stop" + }, + { + "id": "97", + "type": "stop" + }, + { + "id": "99", + "type": "stop" + }, + { + "id": "101", + "type": "stop" + }, + { + "id": "102", + "type": "stop" + }, + { + "id": "104", + "type": "stop" + }, + { + "id": "106", + "type": "stop" + }, + { + "id": "107", + "type": "stop" + }, + { + "id": "108", + "type": "stop" + }, + { + "id": "109", + "type": "stop" + }, + { + "id": "110", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": { "direction_id": 0, "headsign": "Quincy Center" }, - "id": "61928751", + "id": "67290574", "links": { - "self": "/trips/61928751" + "self": "/trips/67290574" }, "relationships": { "route": { @@ -375049,24 +375554,76 @@ }, "route_pattern": { "data": { - "id": "215-2-0", + "id": "215-_-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "2150196", + "id": "2150193", "type": "shape" } }, "stops": { "data": [ + { + "id": "3125", + "type": "stop" + }, + { + "id": "3168", + "type": "stop" + }, + { + "id": "3170", + "type": "stop" + }, + { + "id": "3172", + "type": "stop" + }, + { + "id": "3174", + "type": "stop" + }, + { + "id": "3386", + "type": "stop" + }, + { + "id": "3387", + "type": "stop" + }, + { + "id": "3388", + "type": "stop" + }, + { + "id": "3389", + "type": "stop" + }, + { + "id": "3391", + "type": "stop" + }, + { + "id": "3392", + "type": "stop" + }, + { + "id": "3393", + "type": "stop" + }, + { + "id": "3394", + "type": "stop" + }, { "id": "3395", "type": "stop" @@ -375190,14 +375747,14 @@ }, { "attributes": {}, - "id": "9236", + "id": "3299", "links": { - "self": "/stops/9236" + "self": "/stops/3299" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9236" + "related": "/facilities/?filter[stop]=3299" } }, "parent_station": { @@ -375214,25 +375771,22 @@ }, { "attributes": {}, - "id": "70047", + "id": "1677", "links": { - "self": "/stops/70047" + "self": "/stops/1677" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70047" + "related": "/facilities/?filter[stop]=1677" } }, "parent_station": { - "data": { - "id": "place-aport", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } @@ -375241,22 +375795,25 @@ }, { "attributes": {}, - "id": "8507", + "id": "WML-0252-02", "links": { - "self": "/stops/8507" + "self": "/stops/WML-0252-02" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8507" + "related": "/facilities/?filter[stop]=WML-0252-02" } }, "parent_station": { - "data": null + "data": { + "id": "place-WML-0252", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "CR-zone-6", "type": "zone" } } @@ -375265,14 +375822,14 @@ }, { "attributes": {}, - "id": "8845", + "id": "1055", "links": { - "self": "/stops/8845" + "self": "/stops/1055" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=8845" + "related": "/facilities/?filter[stop]=1055" } }, "parent_station": { @@ -375288,63 +375845,76 @@ "type": "stop" }, { - "attributes": {}, - "id": "2185", + "attributes": { + "color": "7C878E", + "direction_destinations": [ + "Chelsea Station", + "South Station" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Chelsea Station - South Station", + "short_name": "SL3", + "sort_order": 10053, + "text_color": "FFFFFF", + "type": 3 + }, + "id": "743", "links": { - "self": "/stops/2185" + "self": "/routes/743" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=2185" + "agency": { + "data": { + "id": "1", + "type": "agency" } }, - "parent_station": { - "data": null - }, - "zone": { + "line": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "line-SLWaterfront", + "type": "line" } } }, - "type": "stop" + "type": "route" }, { "attributes": {}, - "id": "2895", + "id": "WML-0199-B1", "links": { - "self": "/stops/2895" + "self": "/stops/WML-0199-B1" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2895" + "related": "/facilities/?filter[stop]=WML-0199-B1" } }, "parent_station": { - "data": null - }, - "zone": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "place-WML-0199", + "type": "stop" } + }, + "zone": { + "data": null } }, "type": "stop" }, { "attributes": {}, - "id": "38490", + "id": "4614", "links": { - "self": "/stops/38490" + "self": "/stops/4614" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=38490" + "related": "/facilities/?filter[stop]=4614" } }, "parent_station": { @@ -375361,14 +375931,14 @@ }, { "attributes": {}, - "id": "7572", + "id": "6822", "links": { - "self": "/stops/7572" + "self": "/stops/6822" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7572" + "related": "/facilities/?filter[stop]=6822" } }, "parent_station": { @@ -375385,14 +375955,14 @@ }, { "attributes": {}, - "id": "21411", + "id": "6152", "links": { - "self": "/stops/21411" + "self": "/stops/6152" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=21411" + "related": "/facilities/?filter[stop]=6152" } }, "parent_station": { @@ -375409,72 +375979,38 @@ }, { "attributes": {}, - "id": "FB-0095-05", + "id": "4943", "links": { - "self": "/stops/FB-0095-05" + "self": "/stops/4943" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=FB-0095-05" + "related": "/facilities/?filter[stop]=4943" } }, "parent_station": { - "data": { - "id": "place-DB-0095", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "CR-zone-2", + "id": "LocalBus", "type": "zone" } } }, "type": "stop" }, - { - "attributes": { - "color": "FFC72C", - "direction_destinations": [ - "North Woburn", - "Wellington Station" - ], - "direction_names": [ - "Outbound", - "Inbound" - ], - "long_name": "North Woburn - Wellington Station", - "short_name": "134", - "sort_order": 51340, - "text_color": "000000", - "type": 3 - }, - "id": "134", - "links": { - "self": "/routes/134" - }, - "relationships": { - "line": { - "data": { - "id": "line-134", - "type": "line" - } - } - }, - "type": "route" - }, { "attributes": {}, - "id": "6433", + "id": "8822", "links": { - "self": "/stops/6433" + "self": "/stops/8822" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6433" + "related": "/facilities/?filter[stop]=8822" } }, "parent_station": { @@ -375491,14 +376027,14 @@ }, { "attributes": {}, - "id": "5427", + "id": "17456", "links": { - "self": "/stops/5427" + "self": "/stops/17456" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5427" + "related": "/facilities/?filter[stop]=17456" } }, "parent_station": { @@ -375514,47 +376050,248 @@ "type": "stop" }, { - "attributes": {}, - "id": "9170154", + "attributes": { + "direction_id": 0, + "headsign": "Burlington via Medford Square, West Cummings & Woburn (Express)" + }, + "id": "66959919", "links": { - "self": "/stops/9170154" + "self": "/trips/66959919" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=9170154" + "route": { + "data": { + "id": "354", + "type": "route" } }, - "parent_station": { - "data": null + "route_pattern": { + "data": { + "id": "354-6-0", + "type": "route_pattern" + } }, - "zone": { - "data": null + "service": { + "data": { + "id": "WinterWeekday", + "type": "service" + } + }, + "shape": { + "data": { + "id": "3540150", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "65", + "type": "stop" + }, + { + "id": "4510", + "type": "stop" + }, + { + "id": "4511", + "type": "stop" + }, + { + "id": "45003", + "type": "stop" + }, + { + "id": "49901", + "type": "stop" + }, + { + "id": "50902", + "type": "stop" + }, + { + "id": "59901", + "type": "stop" + }, + { + "id": "49902", + "type": "stop" + }, + { + "id": "49999", + "type": "stop" + }, + { + "id": "49910", + "type": "stop" + }, + { + "id": "49911", + "type": "stop" + }, + { + "id": "49913", + "type": "stop" + }, + { + "id": "49914", + "type": "stop" + }, + { + "id": "49915", + "type": "stop" + }, + { + "id": "49916", + "type": "stop" + }, + { + "id": "50916", + "type": "stop" + }, + { + "id": "49917", + "type": "stop" + }, + { + "id": "49918", + "type": "stop" + }, + { + "id": "49919", + "type": "stop" + }, + { + "id": "49920", + "type": "stop" + }, + { + "id": "49924", + "type": "stop" + }, + { + "id": "49818", + "type": "stop" + }, + { + "id": "49926", + "type": "stop" + }, + { + "id": "49927", + "type": "stop" + }, + { + "id": "1684", + "type": "stop" + }, + { + "id": "1686", + "type": "stop" + }, + { + "id": "41686", + "type": "stop" + }, + { + "id": "1687", + "type": "stop" + }, + { + "id": "1688", + "type": "stop" + }, + { + "id": "16881", + "type": "stop" + }, + { + "id": "1689", + "type": "stop" + }, + { + "id": "1690", + "type": "stop" + }, + { + "id": "1691", + "type": "stop" + }, + { + "id": "1692", + "type": "stop" + }, + { + "id": "41692", + "type": "stop" + }, + { + "id": "41693", + "type": "stop" + }, + { + "id": "1693", + "type": "stop" + }, + { + "id": "1694", + "type": "stop" + }, + { + "id": "1695", + "type": "stop" + }, + { + "id": "1696", + "type": "stop" + }, + { + "id": "1697", + "type": "stop" + }, + { + "id": "16971", + "type": "stop" + }, + { + "id": "1698", + "type": "stop" + }, + { + "id": "1699", + "type": "stop" + }, + { + "id": "6900", + "type": "stop" + }, + { + "id": "6902", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "70029", + "id": "5291", "links": { - "self": "/stops/70029" + "self": "/stops/5291" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70029" + "related": "/facilities/?filter[stop]=5291" } }, "parent_station": { - "data": { - "id": "place-ccmnl", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } @@ -375563,38 +376300,38 @@ }, { "attributes": {}, - "id": "3590", + "id": "WR-0205-B2", "links": { - "self": "/stops/3590" + "self": "/stops/WR-0205-B2" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3590" + "related": "/facilities/?filter[stop]=WR-0205-B2" } }, "parent_station": { - "data": null - }, - "zone": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "place-WR-0205", + "type": "stop" } + }, + "zone": { + "data": null } }, "type": "stop" }, { "attributes": {}, - "id": "7335", + "id": "15038", "links": { - "self": "/stops/7335" + "self": "/stops/15038" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7335" + "related": "/facilities/?filter[stop]=15038" } }, "parent_station": { @@ -375611,14 +376348,14 @@ }, { "attributes": {}, - "id": "5580", + "id": "5095", "links": { - "self": "/stops/5580" + "self": "/stops/5095" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5580" + "related": "/facilities/?filter[stop]=5095" } }, "parent_station": { @@ -375635,38 +376372,35 @@ }, { "attributes": {}, - "id": "50881", + "id": "9070107", "links": { - "self": "/stops/50881" + "self": "/stops/9070107" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=50881" + "related": "/facilities/?filter[stop]=9070107" } }, "parent_station": { "data": null }, "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } + "data": null } }, "type": "stop" }, { "attributes": {}, - "id": "9170", + "id": "6677", "links": { - "self": "/stops/9170" + "self": "/stops/6677" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9170" + "related": "/facilities/?filter[stop]=6677" } }, "parent_station": { @@ -375683,14 +376417,14 @@ }, { "attributes": {}, - "id": "49902", + "id": "12615", "links": { - "self": "/stops/49902" + "self": "/stops/12615" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=49902" + "related": "/facilities/?filter[stop]=12615" } }, "parent_station": { @@ -375707,14 +376441,14 @@ }, { "attributes": {}, - "id": "86434", + "id": "2170", "links": { - "self": "/stops/86434" + "self": "/stops/2170" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=86434" + "related": "/facilities/?filter[stop]=2170" } }, "parent_station": { @@ -375731,22 +376465,25 @@ }, { "attributes": {}, - "id": "3080", + "id": "FB-0148-02", "links": { - "self": "/stops/3080" + "self": "/stops/FB-0148-02" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3080" + "related": "/facilities/?filter[stop]=FB-0148-02" } }, "parent_station": { - "data": null + "data": { + "id": "place-FB-0148", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "CR-zone-3", "type": "zone" } } @@ -375755,14 +376492,14 @@ }, { "attributes": {}, - "id": "5553", + "id": "1376", "links": { - "self": "/stops/5553" + "self": "/stops/1376" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5553" + "related": "/facilities/?filter[stop]=1376" } }, "parent_station": { @@ -375779,14 +376516,14 @@ }, { "attributes": {}, - "id": "5891", + "id": "4824", "links": { - "self": "/stops/5891" + "self": "/stops/4824" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5891" + "related": "/facilities/?filter[stop]=4824" } }, "parent_station": { @@ -375802,42 +376539,72 @@ "type": "stop" }, { - "attributes": {}, - "id": "70501", + "attributes": { + "direction_id": 1, + "headsign": "Union Square (Shuttle)" + }, + "id": "GreenDUnionSquareNorthStation-1-sample", "links": { - "self": "/stops/70501" + "self": "/trips/GreenDUnionSquareNorthStation-1-sample" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=70501" + "route": { + "data": { + "id": "Shuttle-NorthStationUnionSquare", + "type": "route" } }, - "parent_station": { + "route_pattern": { "data": { - "id": "place-lech", - "type": "stop" + "id": "Shuttle-NorthStationUnionSquare-0-1", + "type": "route_pattern" } }, - "zone": { + "service": { "data": { - "id": "RapidTransit", - "type": "zone" + "id": "canonical", + "type": "service" + } + }, + "shape": { + "data": { + "id": "NorthStationToUnionSquare-S", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "9070090", + "type": "stop" + }, + { + "id": "9070091", + "type": "stop" + }, + { + "id": "9070502", + "type": "stop" + }, + { + "id": "9070503", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "422", + "id": "3520", "links": { - "self": "/stops/422" + "self": "/stops/3520" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=422" + "related": "/facilities/?filter[stop]=3520" } }, "parent_station": { @@ -375853,114 +376620,518 @@ "type": "stop" }, { - "attributes": {}, - "id": "70508", + "attributes": { + "direction_id": 0, + "headsign": "Waverley" + }, + "id": "66645928", "links": { - "self": "/stops/70508" + "self": "/trips/66645928" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=70508" + "route": { + "data": { + "id": "554", + "type": "route" } }, - "parent_station": { + "route_pattern": { "data": { - "id": "place-mgngl", - "type": "stop" + "id": "554-6-0", + "type": "route_pattern" } }, - "zone": { + "service": { "data": { - "id": "RapidTransit", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "14", - "links": { - "self": "/stops/14" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=14" + "id": "WinterWeekday", + "type": "service" } }, - "parent_station": { - "data": null - }, - "zone": { + "shape": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "5540100", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "903", + "type": "stop" + }, + { + "id": "7640", + "type": "stop" + }, + { + "id": "7641", + "type": "stop" + }, + { + "id": "7642", + "type": "stop" + }, + { + "id": "7643", + "type": "stop" + }, + { + "id": "7644", + "type": "stop" + }, + { + "id": "7645", + "type": "stop" + }, + { + "id": "17645", + "type": "stop" + }, + { + "id": "7646", + "type": "stop" + }, + { + "id": "7647", + "type": "stop" + }, + { + "id": "7648", + "type": "stop" + }, + { + "id": "7649", + "type": "stop" + }, + { + "id": "7650", + "type": "stop" + }, + { + "id": "7651", + "type": "stop" + }, + { + "id": "7653", + "type": "stop" + }, + { + "id": "7654", + "type": "stop" + }, + { + "id": "7655", + "type": "stop" + }, + { + "id": "7656", + "type": "stop" + }, + { + "id": "76561", + "type": "stop" + }, + { + "id": "7657", + "type": "stop" + }, + { + "id": "7658", + "type": "stop" + }, + { + "id": "7659", + "type": "stop" + }, + { + "id": "76592", + "type": "stop" + }, + { + "id": "76593", + "type": "stop" + }, + { + "id": "7660", + "type": "stop" + }, + { + "id": "76594", + "type": "stop" + }, + { + "id": "7845", + "type": "stop" + }, + { + "id": "7846", + "type": "stop" + }, + { + "id": "17846", + "type": "stop" + }, + { + "id": "76597", + "type": "stop" + }, + { + "id": "86971", + "type": "stop" + }, + { + "id": "86944", + "type": "stop" + }, + { + "id": "869451", + "type": "stop" + }, + { + "id": "7859", + "type": "stop" + }, + { + "id": "7861", + "type": "stop" + }, + { + "id": "7865", + "type": "stop" + }, + { + "id": "7497", + "type": "stop" + }, + { + "id": "7498", + "type": "stop" + }, + { + "id": "74981", + "type": "stop" + }, + { + "id": "7578", + "type": "stop" + }, + { + "id": "78632", + "type": "stop" + }, + { + "id": "7579", + "type": "stop" + }, + { + "id": "75791", + "type": "stop" + }, + { + "id": "7705", + "type": "stop" + }, + { + "id": "77051", + "type": "stop" + }, + { + "id": "17711", + "type": "stop" + }, + { + "id": "77152", + "type": "stop" + }, + { + "id": "77053", + "type": "stop" + }, + { + "id": "2099", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { - "attributes": {}, - "id": "34618", + "attributes": { + "direction_id": 0, + "headsign": "Waverley" + }, + "id": "67007735", "links": { - "self": "/stops/34618" + "self": "/trips/67007735" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=34618" + "route": { + "data": { + "id": "73", + "type": "route" } }, - "parent_station": { - "data": null + "route_pattern": { + "data": { + "id": "73-2-0", + "type": "route_pattern" + } }, - "zone": { + "service": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "WinterWeekday", + "type": "service" + } + }, + "shape": { + "data": { + "id": "730170", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "76124", + "type": "stop" + }, + { + "id": "2020", + "type": "stop" + }, + { + "id": "2021", + "type": "stop" + }, + { + "id": "2023", + "type": "stop" + }, + { + "id": "2025", + "type": "stop" + }, + { + "id": "2026", + "type": "stop" + }, + { + "id": "2027", + "type": "stop" + }, + { + "id": "2028", + "type": "stop" + }, + { + "id": "2030", + "type": "stop" + }, + { + "id": "2118", + "type": "stop" + }, + { + "id": "2119", + "type": "stop" + }, + { + "id": "2121", + "type": "stop" + }, + { + "id": "2122", + "type": "stop" + }, + { + "id": "2123", + "type": "stop" + }, + { + "id": "2124", + "type": "stop" + }, + { + "id": "2125", + "type": "stop" + }, + { + "id": "2126", + "type": "stop" + }, + { + "id": "2127", + "type": "stop" + }, + { + "id": "2128", + "type": "stop" + }, + { + "id": "2129", + "type": "stop" + }, + { + "id": "2130", + "type": "stop" + }, + { + "id": "2131", + "type": "stop" + }, + { + "id": "2133", + "type": "stop" + }, + { + "id": "2134", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { - "attributes": {}, - "id": "7566", + "attributes": { + "direction_id": 0, + "headsign": "Watertown Square" + }, + "id": "67007738", "links": { - "self": "/stops/7566" + "self": "/trips/67007738" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=7566" + "route": { + "data": { + "id": "71", + "type": "route" } }, - "parent_station": { - "data": null + "route_pattern": { + "data": { + "id": "71-2-0", + "type": "route_pattern" + } }, - "zone": { + "service": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "WinterWeekday", + "type": "service" + } + }, + "shape": { + "data": { + "id": "710137", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "76124", + "type": "stop" + }, + { + "id": "2020", + "type": "stop" + }, + { + "id": "2021", + "type": "stop" + }, + { + "id": "2023", + "type": "stop" + }, + { + "id": "2025", + "type": "stop" + }, + { + "id": "2026", + "type": "stop" + }, + { + "id": "2027", + "type": "stop" + }, + { + "id": "2028", + "type": "stop" + }, + { + "id": "2030", + "type": "stop" + }, + { + "id": "2032", + "type": "stop" + }, + { + "id": "2033", + "type": "stop" + }, + { + "id": "2034", + "type": "stop" + }, + { + "id": "2036", + "type": "stop" + }, + { + "id": "2037", + "type": "stop" + }, + { + "id": "2038", + "type": "stop" + }, + { + "id": "2040", + "type": "stop" + }, + { + "id": "2047", + "type": "stop" + }, + { + "id": "2042", + "type": "stop" + }, + { + "id": "2043", + "type": "stop" + }, + { + "id": "2044", + "type": "stop" + }, + { + "id": "2046", + "type": "stop" + }, + { + "id": "8178", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "1661", + "id": "82139", "links": { - "self": "/stops/1661" + "self": "/stops/82139" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1661" + "related": "/facilities/?filter[stop]=82139" } }, "parent_station": { @@ -375977,14 +377148,14 @@ }, { "attributes": {}, - "id": "9247", + "id": "4318", "links": { - "self": "/stops/9247" + "self": "/stops/4318" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9247" + "related": "/facilities/?filter[stop]=4318" } }, "parent_station": { @@ -376001,22 +377172,25 @@ }, { "attributes": {}, - "id": "1189", + "id": "WR-0120-S", "links": { - "self": "/stops/1189" + "self": "/stops/WR-0120-S" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1189" + "related": "/facilities/?filter[stop]=WR-0120-S" } }, "parent_station": { - "data": null + "data": { + "id": "place-WR-0120", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "CR-zone-2", "type": "zone" } } @@ -376025,14 +377199,14 @@ }, { "attributes": {}, - "id": "3821", + "id": "7343", "links": { - "self": "/stops/3821" + "self": "/stops/7343" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3821" + "related": "/facilities/?filter[stop]=7343" } }, "parent_station": { @@ -376049,14 +377223,14 @@ }, { "attributes": {}, - "id": "802", + "id": "3421", "links": { - "self": "/stops/802" + "self": "/stops/3421" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=802" + "related": "/facilities/?filter[stop]=3421" } }, "parent_station": { @@ -376073,14 +377247,14 @@ }, { "attributes": {}, - "id": "6738", + "id": "5647", "links": { - "self": "/stops/6738" + "self": "/stops/5647" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6738" + "related": "/facilities/?filter[stop]=5647" } }, "parent_station": { @@ -376097,14 +377271,14 @@ }, { "attributes": {}, - "id": "55012", + "id": "8337", "links": { - "self": "/stops/55012" + "self": "/stops/8337" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=55012" + "related": "/facilities/?filter[stop]=8337" } }, "parent_station": { @@ -376121,14 +377295,14 @@ }, { "attributes": {}, - "id": "1846", + "id": "111823", "links": { - "self": "/stops/1846" + "self": "/stops/111823" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1846" + "related": "/facilities/?filter[stop]=111823" } }, "parent_station": { @@ -376144,39 +377318,148 @@ "type": "stop" }, { - "attributes": {}, - "id": "4511", + "attributes": { + "direction_id": 0, + "headsign": "Boston College" + }, + "id": "canonical-Green-B-C1-0", "links": { - "self": "/stops/4511" + "self": "/trips/canonical-Green-B-C1-0" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=4511" + "route": { + "data": { + "id": "Green-B", + "type": "route" } }, - "parent_station": { - "data": null + "route_pattern": { + "data": { + "id": "Green-B-812-0", + "type": "route_pattern" + } }, - "zone": { + "service": { "data": { - "id": "ExpressBus-Downtown", - "type": "zone" + "id": "canonical", + "type": "service" + } + }, + "shape": { + "data": { + "id": "canonical-8000013", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "70202", + "type": "stop" + }, + { + "id": "70196", + "type": "stop" + }, + { + "id": "70159", + "type": "stop" + }, + { + "id": "70157", + "type": "stop" + }, + { + "id": "70155", + "type": "stop" + }, + { + "id": "70153", + "type": "stop" + }, + { + "id": "71151", + "type": "stop" + }, + { + "id": "70149", + "type": "stop" + }, + { + "id": "70147", + "type": "stop" + }, + { + "id": "70145", + "type": "stop" + }, + { + "id": "170141", + "type": "stop" + }, + { + "id": "170137", + "type": "stop" + }, + { + "id": "70135", + "type": "stop" + }, + { + "id": "70131", + "type": "stop" + }, + { + "id": "70129", + "type": "stop" + }, + { + "id": "70127", + "type": "stop" + }, + { + "id": "70125", + "type": "stop" + }, + { + "id": "70121", + "type": "stop" + }, + { + "id": "70117", + "type": "stop" + }, + { + "id": "70115", + "type": "stop" + }, + { + "id": "70113", + "type": "stop" + }, + { + "id": "70111", + "type": "stop" + }, + { + "id": "70107", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "109811", + "id": "1111", "links": { - "self": "/stops/109811" + "self": "/stops/1111" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=109811" + "related": "/facilities/?filter[stop]=1111" } }, "parent_station": { @@ -376191,161 +377474,367 @@ }, "type": "stop" }, + { + "attributes": { + "color": "FFC72C", + "long_name": "Ashmont - Gallivan Boulevard", + "short_name": "26", + "sort_order": 50260, + "text_color": "000000" + }, + "id": "line-26", + "links": { + "self": "/lines/line-26" + }, + "type": "line" + }, { "attributes": { "direction_id": 1, - "headsign": "Quincy Center via Howard St" + "headsign": "Harvard" }, - "id": "61929134", + "id": "67007733", "links": { - "self": "/trips/61929134" + "self": "/trips/67007733" }, "relationships": { "route": { "data": { - "id": "225", + "id": "73", "type": "route" } }, "route_pattern": { "data": { - "id": "225-_-1", + "id": "73-5-1", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "WinterWeekday", "type": "service" } }, "shape": { "data": { - "id": "2250175", + "id": "730169", "type": "shape" } }, "stops": { "data": [ { - "id": "3824", + "id": "2134", "type": "stop" }, { - "id": "3709", + "id": "2099", "type": "stop" }, { - "id": "3710", + "id": "2101", "type": "stop" }, { - "id": "3711", + "id": "2102", "type": "stop" }, { - "id": "3713", + "id": "2103", "type": "stop" }, { - "id": "3714", + "id": "2104", "type": "stop" }, { - "id": "3715", + "id": "2106", "type": "stop" }, { - "id": "3716", + "id": "2107", "type": "stop" }, { - "id": "3717", + "id": "2108", "type": "stop" }, { - "id": "3718", + "id": "2110", "type": "stop" }, { - "id": "3719", + "id": "2112", "type": "stop" }, { - "id": "3720", + "id": "2113", "type": "stop" }, { - "id": "3722", + "id": "2115", "type": "stop" }, { - "id": "3724", + "id": "2117", "type": "stop" }, { - "id": "3726", + "id": "2064", "type": "stop" }, { - "id": "3727", + "id": "2066", "type": "stop" }, { - "id": "3728", + "id": "2067", "type": "stop" }, { - "id": "3729", + "id": "2068", "type": "stop" }, { - "id": "3731", + "id": "2070", "type": "stop" }, { - "id": "3732", + "id": "2071", "type": "stop" }, { - "id": "3733", + "id": "2073", "type": "stop" }, { - "id": "3422", + "id": "2074", "type": "stop" }, { - "id": "3423", + "id": "76124", + "type": "stop" + } + ] + } + }, + "type": "trip" + }, + { + "attributes": {}, + "id": "9279", + "links": { + "self": "/stops/9279" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=9279" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "13808", + "links": { + "self": "/stops/13808" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=13808" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": { + "direction_id": 0, + "headsign": "Harvard (Shuttle)" + }, + "id": "AlewifeHarvardViaBrattle-0-sample", + "links": { + "self": "/trips/AlewifeHarvardViaBrattle-0-sample" + }, + "relationships": { + "route": { + "data": { + "id": "Shuttle-AlewifeHarvardViaBrattle", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "Shuttle-AlewifeHarvardViaBrattle-0-0", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "canonical", + "type": "service" + } + }, + "shape": { + "data": { + "id": "AlewifeToHarvardViaBrattle-S", + "type": "shape" + } + }, + "stops": { + "data": [ + { + "id": "141", "type": "stop" }, { - "id": "33241", + "id": "2581", "type": "stop" }, { - "id": "32000", + "id": "9070065", "type": "stop" }, { - "id": "32001", + "id": "9070072", "type": "stop" } ] } }, - "type": "trip" + "type": "trip" + }, + { + "attributes": {}, + "id": "8861", + "links": { + "self": "/stops/8861" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=8861" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "5709", + "links": { + "self": "/stops/5709" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=5709" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "70158", + "links": { + "self": "/stops/70158" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=70158" + } + }, + "parent_station": { + "data": { + "id": "place-boyls", + "type": "stop" + } + }, + "zone": { + "data": { + "id": "RapidTransit", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "543", + "links": { + "self": "/stops/543" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=543" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" }, { "attributes": {}, - "id": "4982", + "id": "7217", "links": { - "self": "/stops/4982" + "self": "/stops/7217" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=4982" + "related": "/facilities/?filter[stop]=7217" } }, "parent_station": { @@ -376362,14 +377851,14 @@ }, { "attributes": {}, - "id": "10427", + "id": "2296", "links": { - "self": "/stops/10427" + "self": "/stops/2296" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=10427" + "related": "/facilities/?filter[stop]=2296" } }, "parent_station": { @@ -376386,14 +377875,14 @@ }, { "attributes": {}, - "id": "2402", + "id": "21587", "links": { - "self": "/stops/2402" + "self": "/stops/21587" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2402" + "related": "/facilities/?filter[stop]=21587" } }, "parent_station": { @@ -376410,14 +377899,14 @@ }, { "attributes": {}, - "id": "6633", + "id": "2002", "links": { - "self": "/stops/6633" + "self": "/stops/2002" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6633" + "related": "/facilities/?filter[stop]=2002" } }, "parent_station": { @@ -376434,14 +377923,14 @@ }, { "attributes": {}, - "id": "3887", + "id": "3690", "links": { - "self": "/stops/3887" + "self": "/stops/3690" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3887" + "related": "/facilities/?filter[stop]=3690" } }, "parent_station": { @@ -376458,14 +377947,14 @@ }, { "attributes": {}, - "id": "6175", + "id": "8156", "links": { - "self": "/stops/6175" + "self": "/stops/8156" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=6175" + "related": "/facilities/?filter[stop]=8156" } }, "parent_station": { @@ -376482,14 +377971,14 @@ }, { "attributes": {}, - "id": "136", + "id": "4190", "links": { - "self": "/stops/136" + "self": "/stops/4190" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=136" + "related": "/facilities/?filter[stop]=4190" } }, "parent_station": { @@ -376506,22 +377995,25 @@ }, { "attributes": {}, - "id": "7258", + "id": "70205", "links": { - "self": "/stops/7258" + "self": "/stops/70205" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7258" + "related": "/facilities/?filter[stop]=70205" } }, "parent_station": { - "data": null + "data": { + "id": "place-north", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -376530,14 +378022,14 @@ }, { "attributes": {}, - "id": "2128", + "id": "5006", "links": { - "self": "/stops/2128" + "self": "/stops/5006" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2128" + "related": "/facilities/?filter[stop]=5006" } }, "parent_station": { @@ -376554,25 +378046,22 @@ }, { "attributes": {}, - "id": "70046", + "id": "5729", "links": { - "self": "/stops/70046" + "self": "/stops/5729" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=70046" + "related": "/facilities/?filter[stop]=5729" } }, "parent_station": { - "data": { - "id": "place-mvbcl", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "RapidTransit", + "id": "LocalBus", "type": "zone" } } @@ -376581,147 +378070,75 @@ }, { "attributes": { - "direction_id": 1, - "headsign": "Government Center" + "color": "FFC72C", + "direction_destinations": [ + "Fields Corner Loop", + "Fields Corner Loop" + ], + "direction_names": [ + "Outbound", + "Inbound" + ], + "long_name": "Fields Corner Loop via Neponset Ave", + "short_name": "201", + "sort_order": 52010, + "text_color": "000000", + "type": 3 }, - "id": "canonical-Green-B-C1-1", + "id": "201", "links": { - "self": "/trips/canonical-Green-B-C1-1" + "self": "/routes/201" }, "relationships": { - "route": { + "agency": { "data": { - "id": "Green-B", - "type": "route" + "id": "1", + "type": "agency" } }, - "route_pattern": { + "line": { "data": { - "id": "Green-B-812-1", - "type": "route_pattern" + "id": "line-201202", + "type": "line" } - }, - "service": { - "data": { - "id": "canonical", - "type": "service" + } + }, + "type": "route" + }, + { + "attributes": {}, + "id": "7505", + "links": { + "self": "/stops/7505" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=7505" } }, - "shape": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "canonical-8000012", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "70106", - "type": "stop" - }, - { - "id": "70110", - "type": "stop" - }, - { - "id": "70112", - "type": "stop" - }, - { - "id": "70114", - "type": "stop" - }, - { - "id": "70116", - "type": "stop" - }, - { - "id": "70120", - "type": "stop" - }, - { - "id": "70124", - "type": "stop" - }, - { - "id": "70126", - "type": "stop" - }, - { - "id": "70128", - "type": "stop" - }, - { - "id": "70130", - "type": "stop" - }, - { - "id": "70134", - "type": "stop" - }, - { - "id": "170136", - "type": "stop" - }, - { - "id": "170140", - "type": "stop" - }, - { - "id": "70144", - "type": "stop" - }, - { - "id": "70146", - "type": "stop" - }, - { - "id": "70148", - "type": "stop" - }, - { - "id": "71150", - "type": "stop" - }, - { - "id": "70152", - "type": "stop" - }, - { - "id": "70154", - "type": "stop" - }, - { - "id": "70156", - "type": "stop" - }, - { - "id": "70158", - "type": "stop" - }, - { - "id": "70200", - "type": "stop" - }, - { - "id": "70201", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "2626", + "id": "8541", "links": { - "self": "/stops/2626" + "self": "/stops/8541" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2626" + "related": "/facilities/?filter[stop]=8541" } }, "parent_station": { @@ -376738,25 +378155,22 @@ }, { "attributes": {}, - "id": "NEC-2203-03", + "id": "1495", "links": { - "self": "/stops/NEC-2203-03" + "self": "/stops/1495" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=NEC-2203-03" + "related": "/facilities/?filter[stop]=1495" } }, "parent_station": { - "data": { - "id": "place-NEC-2203", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "CR-zone-1", + "id": "LocalBus", "type": "zone" } } @@ -376765,14 +378179,14 @@ }, { "attributes": {}, - "id": "516", + "id": "2735", "links": { - "self": "/stops/516" + "self": "/stops/2735" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=516" + "related": "/facilities/?filter[stop]=2735" } }, "parent_station": { @@ -376789,14 +378203,14 @@ }, { "attributes": {}, - "id": "3386", + "id": "109891", "links": { - "self": "/stops/3386" + "self": "/stops/109891" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3386" + "related": "/facilities/?filter[stop]=109891" } }, "parent_station": { @@ -376813,38 +378227,38 @@ }, { "attributes": {}, - "id": "FR-0394-B1", + "id": "4009", "links": { - "self": "/stops/FR-0394-B1" + "self": "/stops/4009" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=FR-0394-B1" + "related": "/facilities/?filter[stop]=4009" } }, "parent_station": { - "data": { - "id": "place-FR-0394", - "type": "stop" - } + "data": null }, "zone": { - "data": null + "data": { + "id": "LocalBus", + "type": "zone" + } } }, "type": "stop" }, { "attributes": {}, - "id": "11219", + "id": "1302", "links": { - "self": "/stops/11219" + "self": "/stops/1302" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=11219" + "related": "/facilities/?filter[stop]=1302" } }, "parent_station": { @@ -376860,80 +378274,63 @@ "type": "stop" }, { - "attributes": { - "direction_id": 1, - "headsign": "Beverly (Local shuttle)" - }, - "id": "NewburyportBeverlyLocalExtended-1-sample", + "attributes": {}, + "id": "5428", "links": { - "self": "/trips/NewburyportBeverlyLocalExtended-1-sample" + "self": "/stops/5428" }, "relationships": { - "route": { - "data": { - "id": "Shuttle-BeverlyNewburyportLocal", - "type": "route" + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=5428" } }, - "route_pattern": { - "data": { - "id": "Shuttle-BeverlyNewburyportLocal-0-1", - "type": "route_pattern" - } + "parent_station": { + "data": null }, - "service": { + "zone": { "data": { - "id": "canonical", - "type": "service" + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": {}, + "id": "80", + "links": { + "self": "/stops/80" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=80" } }, - "shape": { + "parent_station": { + "data": null + }, + "zone": { "data": { - "id": "NewburyportToBeverlyLocal-S", - "type": "shape" + "id": "LocalBus", + "type": "zone" } - }, - "stops": { - "data": [ - { - "id": "ER-0362-B", - "type": "stop" - }, - { - "id": "ER-0312-B", - "type": "stop" - }, - { - "id": "ER-0276-B", - "type": "stop" - }, - { - "id": "ER-0227-B1", - "type": "stop" - }, - { - "id": "ER-0208-B", - "type": "stop" - }, - { - "id": "ER-0183-B", - "type": "stop" - } - ] } }, - "type": "trip" + "type": "stop" }, { "attributes": {}, - "id": "910", + "id": "7885", "links": { - "self": "/stops/910" + "self": "/stops/7885" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=910" + "related": "/facilities/?filter[stop]=7885" } }, "parent_station": { @@ -376950,22 +378347,25 @@ }, { "attributes": {}, - "id": "3068", + "id": "70174", "links": { - "self": "/stops/3068" + "self": "/stops/70174" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=3068" + "related": "/facilities/?filter[stop]=70174" } }, "parent_station": { - "data": null + "data": { + "id": "place-rsmnl", + "type": "stop" + } }, "zone": { "data": { - "id": "LocalBus", + "id": "RapidTransit", "type": "zone" } } @@ -376974,21 +378374,24 @@ }, { "attributes": {}, - "id": "9070184", + "id": "5241", "links": { - "self": "/stops/9070184" + "self": "/stops/5241" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=9070184" + "related": "/facilities/?filter[stop]=5241" } }, "parent_station": { "data": null }, "zone": { - "data": null + "data": { + "id": "LocalBus", + "type": "zone" + } } }, "type": "stop" @@ -376996,141 +378399,162 @@ { "attributes": { "direction_id": 0, - "headsign": "Wolcott Square" + "headsign": "Providence" }, - "id": "62146036", + "id": "SouthWKNDF24-698062-1801", "links": { - "self": "/trips/62146036" + "self": "/trips/SouthWKNDF24-698062-1801" }, "relationships": { "route": { "data": { - "id": "32", + "id": "CR-Providence", "type": "route" } }, "route_pattern": { "data": { - "id": "32-3-0", + "id": "CR-Providence-744cd707-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "FALL 2024-SOUTHSAT-Saturday-1-Scbbf1ea5", "type": "service" } }, "shape": { "data": { - "id": "320280", + "id": "9890009", "type": "shape" } }, "stops": { "data": [ { - "id": "875", - "type": "stop" - }, - { - "id": "6495", - "type": "stop" - }, - { - "id": "26495", - "type": "stop" - }, - { - "id": "36495", - "type": "stop" - }, - { - "id": "46495", - "type": "stop" - }, - { - "id": "56495", + "id": "NEC-2287", "type": "stop" }, { - "id": "76495", + "id": "NEC-2276-01", "type": "stop" }, { - "id": "6496", + "id": "NEC-2265-01", "type": "stop" }, { - "id": "6498", + "id": "NEC-2203-03", "type": "stop" }, { - "id": "6500", + "id": "NEC-2192-03", "type": "stop" }, { - "id": "16498", + "id": "NEC-2173-01", "type": "stop" }, { - "id": "6502", + "id": "NEC-2139-01", "type": "stop" }, { - "id": "6504", + "id": "NEC-2108-01", "type": "stop" }, { - "id": "6505", + "id": "NEC-2040-01", "type": "stop" }, { - "id": "6507", + "id": "NEC-1969-03", "type": "stop" }, { - "id": "6508", + "id": "NEC-1891-01", "type": "stop" }, { - "id": "6509", + "id": "NEC-1851-03", "type": "stop" - }, + } + ] + } + }, + "type": "trip" + }, + { + "attributes": { + "direction_id": 0, + "headsign": "Readville" + }, + "id": "canonical-CR-Fairmount-C1-0", + "links": { + "self": "/trips/canonical-CR-Fairmount-C1-0" + }, + "relationships": { + "route": { + "data": { + "id": "CR-Fairmount", + "type": "route" + } + }, + "route_pattern": { + "data": { + "id": "CR-Fairmount-195ea3c8-0", + "type": "route_pattern" + } + }, + "service": { + "data": { + "id": "canonical", + "type": "service" + } + }, + "shape": { + "data": { + "id": "canonical-9870002", + "type": "shape" + } + }, + "stops": { + "data": [ { - "id": "2819", + "id": "NEC-2287", "type": "stop" }, { - "id": "2818", + "id": "DB-2265-01", "type": "stop" }, { - "id": "22819", + "id": "DB-2258-01", "type": "stop" }, { - "id": "22818", + "id": "DB-2249-01", "type": "stop" }, { - "id": "22821", + "id": "DB-2240-01", "type": "stop" }, { - "id": "32818", + "id": "DB-2230-01", "type": "stop" }, { - "id": "42818", + "id": "DB-2222-01", "type": "stop" }, { - "id": "42820", + "id": "DB-2205-01", "type": "stop" }, { - "id": "42819", + "id": "FB-0095-04", "type": "stop" } ] @@ -377139,111 +378563,153 @@ "type": "trip" }, { - "attributes": {}, - "id": "9078", + "attributes": { + "direction_id": 1, + "headsign": "Lawrence (Shuttle)" + }, + "id": "HaverhillLawrence-1-sample", "links": { - "self": "/stops/9078" + "self": "/trips/HaverhillLawrence-1-sample" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=9078" + "route": { + "data": { + "id": "Shuttle-HaverhillLawrence", + "type": "route" } }, - "parent_station": { - "data": null - }, - "zone": { + "route_pattern": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "3789", - "links": { - "self": "/stops/3789" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=3789" + "id": "Shuttle-HaverhillLawrence-0-1", + "type": "route_pattern" } }, - "parent_station": { - "data": null + "service": { + "data": { + "id": "canonical", + "type": "service" + } }, - "zone": { + "shape": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "HaverhillToLawrence-S", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "WR-0329-B", + "type": "stop" + }, + { + "id": "WR-0325-B", + "type": "stop" + }, + { + "id": "WR-0264-B2", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { - "attributes": {}, - "id": "8634", + "attributes": { + "direction_id": 0, + "headsign": "Government Center (Shuttle)" + }, + "id": "GovernmentCenterWonderland-0-sample", "links": { - "self": "/stops/8634" + "self": "/trips/GovernmentCenterWonderland-0-sample" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=8634" + "route": { + "data": { + "id": "Shuttle-GovernmentCenterWonderland", + "type": "route" } }, - "parent_station": { - "data": null - }, - "zone": { + "route_pattern": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "7699", - "links": { - "self": "/stops/7699" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=7699" + "id": "Shuttle-GovernmentCenterWonderland-0-0", + "type": "route_pattern" } }, - "parent_station": { - "data": null + "service": { + "data": { + "id": "canonical", + "type": "service" + } }, - "zone": { + "shape": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "WonderlandToGovernmentCenter-S", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "15797", + "type": "stop" + }, + { + "id": "9070057", + "type": "stop" + }, + { + "id": "9070055", + "type": "stop" + }, + { + "id": "9070053", + "type": "stop" + }, + { + "id": "5879", + "type": "stop" + }, + { + "id": "5666", + "type": "stop" + }, + { + "id": "7096", + "type": "stop" + }, + { + "id": "57400", + "type": "stop" + }, + { + "id": "9070043", + "type": "stop" + }, + { + "id": "65", + "type": "stop" + }, + { + "id": "4510", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "23530", + "id": "3660", "links": { - "self": "/stops/23530" + "self": "/stops/3660" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=23530" + "related": "/facilities/?filter[stop]=3660" } }, "parent_station": { @@ -377260,14 +378726,14 @@ }, { "attributes": {}, - "id": "891", + "id": "3073", "links": { - "self": "/stops/891" + "self": "/stops/3073" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=891" + "related": "/facilities/?filter[stop]=3073" } }, "parent_station": { @@ -377284,14 +378750,14 @@ }, { "attributes": {}, - "id": "7539", + "id": "1257", "links": { - "self": "/stops/7539" + "self": "/stops/1257" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=7539" + "related": "/facilities/?filter[stop]=1257" } }, "parent_station": { @@ -377307,63 +378773,72 @@ "type": "stop" }, { - "attributes": {}, - "id": "8162", + "attributes": { + "direction_id": 0, + "headsign": "Foxboro" + }, + "id": "canonical-CR-Foxboro-C1-0", "links": { - "self": "/stops/8162" + "self": "/trips/canonical-CR-Foxboro-C1-0" }, "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=8162" + "route": { + "data": { + "id": "CR-Foxboro", + "type": "route" } }, - "parent_station": { - "data": null - }, - "zone": { + "route_pattern": { "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "8304", - "links": { - "self": "/stops/8304" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=8304" + "id": "CR-Foxboro-C1-0", + "type": "route_pattern" } }, - "parent_station": { - "data": null + "service": { + "data": { + "id": "canonical", + "type": "service" + } }, - "zone": { + "shape": { "data": { - "id": "LocalBus", - "type": "zone" + "id": "canonical-SouthStationToFoxboroViaBackBay", + "type": "shape" } + }, + "stops": { + "data": [ + { + "id": "NEC-2287", + "type": "stop" + }, + { + "id": "NEC-2276", + "type": "stop" + }, + { + "id": "FB-0118-01", + "type": "stop" + }, + { + "id": "FS-0049-S", + "type": "stop" + } + ] } }, - "type": "stop" + "type": "trip" }, { "attributes": {}, - "id": "2314", + "id": "5261", "links": { - "self": "/stops/2314" + "self": "/stops/5261" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2314" + "related": "/facilities/?filter[stop]=5261" } }, "parent_station": { @@ -377380,25 +378855,22 @@ }, { "attributes": {}, - "id": "WML-0177-01", + "id": "5585", "links": { - "self": "/stops/WML-0177-01" + "self": "/stops/5585" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=WML-0177-01" + "related": "/facilities/?filter[stop]=5585" } }, "parent_station": { - "data": { - "id": "place-WML-0177", - "type": "stop" - } + "data": null }, "zone": { "data": { - "id": "CR-zone-4", + "id": "LocalBus", "type": "zone" } } @@ -377407,14 +378879,14 @@ }, { "attributes": {}, - "id": "2270", + "id": "2006", "links": { - "self": "/stops/2270" + "self": "/stops/2006" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=2270" + "related": "/facilities/?filter[stop]=2006" } }, "parent_station": { @@ -377431,14 +378903,14 @@ }, { "attributes": {}, - "id": "1413", + "id": "7555", "links": { - "self": "/stops/1413" + "self": "/stops/7555" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=1413" + "related": "/facilities/?filter[stop]=7555" } }, "parent_station": { @@ -377455,14 +378927,14 @@ }, { "attributes": {}, - "id": "21365", + "id": "7619", "links": { - "self": "/stops/21365" + "self": "/stops/7619" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=21365" + "related": "/facilities/?filter[stop]=7619" } }, "parent_station": { @@ -377480,157 +378952,133 @@ { "attributes": { "direction_id": 0, - "headsign": "Wonderland" + "headsign": "Oak Square" }, - "id": "62216127", + "id": "67146913", "links": { - "self": "/trips/62216127" + "self": "/trips/67146913" }, "relationships": { "route": { "data": { - "id": "117", + "id": "64", "type": "route" } }, "route_pattern": { "data": { - "id": "117-5-0", + "id": "64-3-0", "type": "route_pattern" } }, "service": { "data": { - "id": "SpringWeekday", + "id": "BUS12025-hbt15hl6-Saturday-02", "type": "service" } }, "shape": { "data": { - "id": "1170174", + "id": "640191", "type": "shape" } }, "stops": { "data": [ { - "id": "5740", - "type": "stop" - }, - { - "id": "5742", - "type": "stop" - }, - { - "id": "5743", - "type": "stop" - }, - { - "id": "5745", - "type": "stop" - }, - { - "id": "5746", - "type": "stop" - }, - { - "id": "5747", - "type": "stop" - }, - { - "id": "5748", + "id": "1060", "type": "stop" }, { - "id": "5749", + "id": "72", "type": "stop" }, { - "id": "5614", + "id": "1123", "type": "stop" }, { - "id": "5615", + "id": "2444", "type": "stop" }, { - "id": "5617", + "id": "1061", "type": "stop" }, { - "id": "5750", + "id": "1062", "type": "stop" }, { - "id": "5751", + "id": "1064", "type": "stop" }, { - "id": "35751", + "id": "1189", "type": "stop" }, { - "id": "5752", + "id": "1190", "type": "stop" }, { - "id": "5753", + "id": "1191", "type": "stop" }, { - "id": "5754", + "id": "1193", "type": "stop" }, { - "id": "5755", + "id": "1195", "type": "stop" }, { - "id": "5756", + "id": "1196", "type": "stop" }, { - "id": "5757", + "id": "11971", "type": "stop" }, { - "id": "5759", + "id": "11972", "type": "stop" }, { - "id": "5760", + "id": "1079", "type": "stop" }, { - "id": "5761", + "id": "1201", "type": "stop" }, { - "id": "5790", + "id": "1202", "type": "stop" }, { - "id": "5792", + "id": "1203", "type": "stop" }, { - "id": "5794", + "id": "1204", "type": "stop" }, { - "id": "4717", + "id": "1206", "type": "stop" }, { - "id": "5797", + "id": "1211", "type": "stop" }, { - "id": "5798", + "id": "1213", "type": "stop" }, { - "id": "15795", + "id": "1214", "type": "stop" } ] @@ -377640,134 +379088,14 @@ }, { "attributes": {}, - "id": "2880", - "links": { - "self": "/stops/2880" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=2880" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "1932", - "links": { - "self": "/stops/1932" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=1932" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "ExpressBus-Downtown", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "4305", - "links": { - "self": "/stops/4305" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=4305" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "345", - "links": { - "self": "/stops/345" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=345" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "11", - "links": { - "self": "/stops/11" - }, - "relationships": { - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=11" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": {}, - "id": "5510", + "id": "4607", "links": { - "self": "/stops/5510" + "self": "/stops/4607" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=5510" + "related": "/facilities/?filter[stop]=4607" } }, "parent_station": { @@ -377784,14 +379112,14 @@ }, { "attributes": {}, - "id": "97", + "id": "1688", "links": { - "self": "/stops/97" + "self": "/stops/1688" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=97" + "related": "/facilities/?filter[stop]=1688" } }, "parent_station": { diff --git a/priv/test_data/018f3488-cc89-7f91-b3b2-f49a588bc0d4.json b/priv/test_data/019465c2-dda6-7d1e-941a-e88090ba2c60.json similarity index 61% rename from priv/test_data/018f3488-cc89-7f91-b3b2-f49a588bc0d4.json rename to priv/test_data/019465c2-dda6-7d1e-941a-e88090ba2c60.json index f2a584dd..05841a0a 100644 --- a/priv/test_data/018f3488-cc89-7f91-b3b2-f49a588bc0d4.json +++ b/priv/test_data/019465c2-dda6-7d1e-941a-e88090ba2c60.json @@ -8,7 +8,8 @@ "longitude": -71.160065, "name": "West Roxbury", "platform_name": "Track 1 (All Trains)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "NB-0080-S", "links": { @@ -45,7 +46,8 @@ "longitude": -71.159678, "name": "West Roxbury", "platform_name": "Outbound Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "NB-0080-B0", "links": { @@ -77,7 +79,8 @@ "longitude": -71.159686, "name": "West Roxbury", "platform_name": "Boston Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "NB-0080-B1", "links": { @@ -101,6 +104,72 @@ }, "type": "stop" }, + { + "attributes": { + "description": "West Roxbury - Commuter Rail Outbound Shuttle - Centre St @ Lagrange St", + "latitude": 42.280858, + "location_type": 0, + "longitude": -71.158278, + "name": "West Roxbury - Centre St @ Lagrange St", + "platform_name": "Outbound Shuttle", + "vehicle_type": 3, + "wheelchair_boarding": 1 + }, + "id": "NB-0080-B2", + "links": { + "self": "/stops/NB-0080-B2" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=NB-0080-B2" + } + }, + "parent_station": { + "data": { + "id": "place-NB-0080", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "West Roxbury - Commuter Rail Boston Shuttle - Centre St @ Lagrange St", + "latitude": 42.280826, + "location_type": 0, + "longitude": -71.158096, + "name": "West Roxbury - Centre St @ Lagrange St", + "platform_name": "Boston Shuttle", + "vehicle_type": 3, + "wheelchair_boarding": 1 + }, + "id": "NB-0080-B3", + "links": { + "self": "/stops/NB-0080-B3" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=NB-0080-B3" + } + }, + "parent_station": { + "data": { + "id": "place-NB-0080", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, { "attributes": { "description": null, @@ -109,7 +178,8 @@ "longitude": -71.160065, "name": "West Roxbury", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-NB-0080", "links": { @@ -126,6 +196,14 @@ "id": "NB-0080-B1", "type": "stop" }, + { + "id": "NB-0080-B2", + "type": "stop" + }, + { + "id": "NB-0080-B3", + "type": "stop" + }, { "id": "NB-0080-S", "type": "stop" diff --git a/priv/test_data/018f3488-ccd3-7cb7-bee5-91074f8993f0.json b/priv/test_data/019465c2-dde3-799d-87aa-0a6d7b2375e5.json similarity index 91% rename from priv/test_data/018f3488-ccd3-7cb7-bee5-91074f8993f0.json rename to priv/test_data/019465c2-dde3-799d-87aa-0a6d7b2375e5.json index 40bdb4c1..e9741307 100644 --- a/priv/test_data/018f3488-ccd3-7cb7-bee5-91074f8993f0.json +++ b/priv/test_data/019465c2-dde3-799d-87aa-0a6d7b2375e5.json @@ -8,7 +8,8 @@ "longitude": -71.177035, "name": "Millennium Park", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "67120", "links": { @@ -40,7 +41,8 @@ "longitude": -71.175667, "name": "Rivermoor St @ Charles Park Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "129", "links": { @@ -72,7 +74,8 @@ "longitude": -71.175492, "name": "Charles Park Rd @ Rivermoor St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "137", "links": { @@ -104,7 +107,8 @@ "longitude": -71.174171, "name": "17 Charles Park Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "10830", "links": { @@ -136,7 +140,8 @@ "longitude": -71.172904, "name": "Charles Park Rd @ VFW Pkwy", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "10821", "links": { @@ -168,7 +173,8 @@ "longitude": -71.18138, "name": "Rivermoor St @ Industrial Park", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "120", "links": { @@ -200,7 +206,8 @@ "longitude": -71.169626, "name": "Baker St opp Varick Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "85565", "links": { @@ -232,7 +239,8 @@ "longitude": -71.171522, "name": "Veterans Hospital West Roxbury", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "10820", "links": { @@ -264,7 +272,8 @@ "longitude": -71.169493, "name": "Baker St @ Varick Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8394", "links": { @@ -296,7 +305,8 @@ "longitude": -71.168981, "name": "Baker St @ Amesbury St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "85566", "links": { @@ -328,7 +338,8 @@ "longitude": -71.170734, "name": "Baker St @ Capital St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "85564", "links": { @@ -360,7 +371,8 @@ "longitude": -71.168998, "name": "Baker St @ Rumford Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8393", "links": { @@ -392,7 +404,8 @@ "longitude": -71.16977, "name": "Vermont St @ Baker St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "853", "links": { @@ -424,7 +437,8 @@ "longitude": -71.170648, "name": "Baker St @ Lasell St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "833", "links": { @@ -456,7 +470,8 @@ "longitude": -71.171457, "name": "Baker St @ VFW Pkwy", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "85563", "links": { @@ -488,7 +503,8 @@ "longitude": -71.170052, "name": "Lasell St @ Temple St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "834", "links": { @@ -520,7 +536,8 @@ "longitude": -71.168076, "name": "Baker St @ Cutter Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "85567", "links": { @@ -552,7 +569,8 @@ "longitude": -71.167935, "name": "Baker St @ Cutter Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8392", "links": { diff --git a/priv/test_data/018f3488-cbfd-7574-8dfd-18d30ec066a9.json b/priv/test_data/019465c2-de1b-725a-9902-99000e4f1fcc.json similarity index 93% rename from priv/test_data/018f3488-cbfd-7574-8dfd-18d30ec066a9.json rename to priv/test_data/019465c2-de1b-725a-9902-99000e4f1fcc.json index 8f6a4ee9..c64e5613 100644 --- a/priv/test_data/018f3488-cbfd-7574-8dfd-18d30ec066a9.json +++ b/priv/test_data/019465c2-de1b-725a-9902-99000e4f1fcc.json @@ -8,7 +8,8 @@ "longitude": -70.869254, "name": "Montserrat", "platform_name": "Track 1 (Outbound)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "GB-0198-01", "links": { @@ -43,7 +44,8 @@ "longitude": -70.869254, "name": "Montserrat", "platform_name": "Track 2 (Boston)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "GB-0198-02", "links": { @@ -80,7 +82,8 @@ "longitude": -70.869254, "name": "Montserrat", "platform_name": "Commuter Rail", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "GB-0198", "links": { @@ -115,7 +118,8 @@ "longitude": -70.86876, "name": "Montserrat - Essex St @ Parramatta Rd", "platform_name": "Outbound Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "GB-0198-B2", "links": { @@ -147,7 +151,8 @@ "longitude": -70.868956, "name": "Montserrat - Essex St opp Parramatta Rd", "platform_name": "Boston Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "GB-0198-B3", "links": { @@ -179,7 +184,8 @@ "longitude": -70.869254, "name": "Montserrat", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-GB-0198", "links": { diff --git a/priv/test_data/018f3488-cc44-7601-a624-3b1a357db422.json b/priv/test_data/019465c2-de4f-7bd3-bc1d-578363e1ccf1.json similarity index 93% rename from priv/test_data/018f3488-cc44-7601-a624-3b1a357db422.json rename to priv/test_data/019465c2-de4f-7bd3-bc1d-578363e1ccf1.json index 322c16d0..e775dc03 100644 --- a/priv/test_data/018f3488-cc44-7601-a624-3b1a357db422.json +++ b/priv/test_data/019465c2-de4f-7bd3-bc1d-578363e1ccf1.json @@ -8,7 +8,8 @@ "longitude": -70.868956, "name": "Montserrat - Essex St opp Parramatta Rd", "platform_name": "Boston Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "GB-0198-B3", "links": { @@ -40,7 +41,8 @@ "longitude": -70.86876, "name": "Montserrat - Essex St @ Parramatta Rd", "platform_name": "Outbound Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "GB-0198-B2", "links": { @@ -74,7 +76,8 @@ "longitude": -70.869254, "name": "Montserrat", "platform_name": "Commuter Rail", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "GB-0198", "links": { @@ -109,7 +112,8 @@ "longitude": -70.869254, "name": "Montserrat", "platform_name": "Track 1 (Outbound)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "GB-0198-01", "links": { @@ -144,7 +148,8 @@ "longitude": -70.869254, "name": "Montserrat", "platform_name": "Track 2 (Boston)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "GB-0198-02", "links": { @@ -179,7 +184,8 @@ "longitude": -70.869254, "name": "Montserrat", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-GB-0198", "links": { diff --git a/priv/test_data/018f8200-d8e9-7cc6-ae17-1acc6abbdc75.json b/priv/test_data/019465c6-3214-7cd0-834d-69b0e30f868a.json similarity index 90% rename from priv/test_data/018f8200-d8e9-7cc6-ae17-1acc6abbdc75.json rename to priv/test_data/019465c6-3214-7cd0-834d-69b0e30f868a.json index 215a743e..ff2baa2c 100644 --- a/priv/test_data/018f8200-d8e9-7cc6-ae17-1acc6abbdc75.json +++ b/priv/test_data/019465c6-3214-7cd0-834d-69b0e30f868a.json @@ -8,7 +8,8 @@ "longitude": -71.082754, "name": "Washington St opp Ruggles St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1", "links": { @@ -46,7 +47,8 @@ "longitude": -71.068787, "name": "Theo Glynn Way @ Newmarket Sq", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "10", "links": { @@ -84,7 +86,8 @@ "longitude": -71.062911, "name": "Tremont St opp Temple Pl", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "10000", "links": { @@ -139,7 +142,8 @@ "longitude": -71.076237, "name": "Albany St opp Randall St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "10003", "links": { @@ -177,7 +181,8 @@ "longitude": -71.07128, "name": "Albany St opp E Concord St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "10005", "links": { @@ -215,7 +220,8 @@ "longitude": -71.070135, "name": "Albany St opp E Newton St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "10006", "links": { @@ -253,7 +259,8 @@ "longitude": -71.066556, "name": "540 Albany St opp Wareham St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "10007", "links": { @@ -291,7 +298,8 @@ "longitude": -71.064356, "name": "Albany St opp Randolph St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "10008", "links": { @@ -329,7 +337,8 @@ "longitude": -70.915924, "name": "High St @ Duck Lane", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "10009", "links": { @@ -367,7 +376,8 @@ "longitude": -71.064621, "name": "Southampton St @ Newmarket St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "10010", "links": { @@ -405,7 +415,8 @@ "longitude": -71.064227, "name": "Albany St @ Randolph St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "10011", "links": { @@ -443,7 +454,8 @@ "longitude": -71.066667, "name": "Albany St @ Wareham St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "10012", "links": { @@ -481,7 +493,8 @@ "longitude": -71.067875, "name": "Albany St @ E Dedham St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "10013", "links": { @@ -519,7 +532,8 @@ "longitude": -71.07251, "name": "Albany St opp Boston Medical", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "10014", "links": { @@ -557,7 +571,8 @@ "longitude": -71.072162, "name": "Harrison Ave @ E Newton St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "10015", "links": { @@ -595,7 +610,8 @@ "longitude": -71.162566, "name": "TradeCenter 128", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "10016", "links": { @@ -633,7 +649,8 @@ "longitude": -71.027132, "name": "E 1st St @ P St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "10031", "links": { @@ -671,7 +688,8 @@ "longitude": -71.029203, "name": "E 1st St opp O St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "10032", "links": { @@ -709,7 +727,8 @@ "longitude": -71.029444, "name": "E 1st St @ O St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "10033", "links": { @@ -747,7 +766,8 @@ "longitude": -71.099486, "name": "Massachusetts Ave @ Sidney St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "101", "links": { @@ -785,7 +805,8 @@ "longitude": -71.076347, "name": "Albany St @ Randall St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "10100", "links": { @@ -823,7 +844,8 @@ "longitude": -71.079147, "name": "Melnea Cass Blvd @ Harrison Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "10101", "links": { @@ -861,7 +883,8 @@ "longitude": -71.103404, "name": "Massachusetts Ave @ Prospect St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "102", "links": { @@ -885,6 +908,10 @@ "id": "1123", "type": "stop" }, + { + "id": "9070070", + "type": "stop" + }, { "id": "2446", "type": "stop" @@ -920,7 +947,8 @@ "longitude": -71.153761, "name": "Chestnut Hill Ave @ Veronica Smith Ctr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1026", "links": { @@ -958,7 +986,8 @@ "longitude": -71.152079, "name": "Chestnut Hill Ave @ Englewood Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1027", "links": { @@ -996,7 +1025,8 @@ "longitude": -71.153451, "name": "Chestnut Hill Ave @ Commonwealth Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1029", "links": { @@ -1051,7 +1081,8 @@ "longitude": -71.155037, "name": "Chestnut Hill Ave @ Strathmore Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1030", "links": { @@ -1084,12 +1115,13 @@ { "attributes": { "description": null, - "latitude": 42.342645, + "latitude": 42.343731, "location_type": 0, - "longitude": -71.153726, + "longitude": -71.153341, "name": "Chestnut Hill Ave opp Wiltshire Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1032", "links": { @@ -1127,7 +1159,8 @@ "longitude": -71.15322, "name": "Chestnut Hill Ave @ Wallingford Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1033", "links": { @@ -1165,7 +1198,8 @@ "longitude": -71.152997, "name": "Chestnut Hill Ave @ Union St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1034", "links": { @@ -1203,7 +1237,8 @@ "longitude": -71.153309, "name": "Market St @ Washington St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1035", "links": { @@ -1241,7 +1276,8 @@ "longitude": -71.151763, "name": "Market St @ Sparhawk St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1036", "links": { @@ -1279,7 +1315,8 @@ "longitude": -71.150376, "name": "Market St @ Gardena St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1038", "links": { @@ -1317,7 +1354,8 @@ "longitude": -71.149366, "name": "Market St @ N Beacon St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1039", "links": { @@ -1355,7 +1393,8 @@ "longitude": -71.105813, "name": "Massachusetts Ave @ Inman St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "104", "links": { @@ -1393,7 +1432,8 @@ "longitude": -71.148285, "name": "Market St @ Guest St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1040", "links": { @@ -1431,7 +1471,8 @@ "longitude": -71.147082, "name": "Market St @ Centola St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1041", "links": { @@ -1469,7 +1510,8 @@ "longitude": -71.097377, "name": "Columbus Ave @ Weld Ave - Egleston Sq", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "10413", "links": { @@ -1507,7 +1549,8 @@ "longitude": -71.087238, "name": "American Legion Hwy @ Blue Hill Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "10417", "links": { @@ -1545,7 +1588,8 @@ "longitude": -71.092507, "name": "American Legion Hwy opp Franklin Hill Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "10418", "links": { @@ -1583,7 +1627,8 @@ "longitude": -71.109847, "name": "American Legion Hwy @ Canterbury St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "10419", "links": { @@ -1621,7 +1666,8 @@ "longitude": -71.146341, "name": "Market St @ Lothrop St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1042", "links": { @@ -1659,7 +1705,8 @@ "longitude": -71.10739, "name": "American Legion Hwy @ Walk Hill St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "10421", "links": { @@ -1697,7 +1744,8 @@ "longitude": -71.111695, "name": "Opp 684 American Legion Hwy", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "10422", "links": { @@ -1735,7 +1783,8 @@ "longitude": -71.116254, "name": "American Legion Hwy @ Stella Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "10423", "links": { @@ -1773,7 +1822,8 @@ "longitude": -71.116716, "name": "American Legion Hwy @ Cummins Hwy", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "10424", "links": { @@ -1811,7 +1861,8 @@ "longitude": -71.116781, "name": "Opp 950 American Legion Hwy", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "10425", "links": { @@ -1849,7 +1900,8 @@ "longitude": -71.094593, "name": "American Legion Hwy opp Kingbird Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "10427", "links": { @@ -1887,7 +1939,8 @@ "longitude": -71.144413, "name": "Western Ave @ Mackin St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1043", "links": { @@ -1925,7 +1978,8 @@ "longitude": -71.141783, "name": "450 Western Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1045", "links": { @@ -1963,7 +2017,8 @@ "longitude": -71.139786, "name": "Western Ave @ Litchfield St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1046", "links": { @@ -2001,7 +2056,8 @@ "longitude": -71.135443, "name": "Western Ave @ Everett St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1049", "links": { @@ -2039,7 +2095,8 @@ "longitude": -71.128518, "name": "Western Ave @ Travis St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1051", "links": { @@ -2077,7 +2134,8 @@ "longitude": -71.125043, "name": "130 Western Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1052", "links": { @@ -2115,7 +2173,8 @@ "longitude": -71.094684, "name": "Circuit Dr @ Glen Ln", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "10522", "links": { @@ -2153,7 +2212,8 @@ "longitude": -71.119805, "name": "Western Ave @ Genzyme", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1053", "links": { @@ -2186,12 +2246,13 @@ { "attributes": { "description": null, - "latitude": 42.280886, + "latitude": 42.281053, "location_type": 0, - "longitude": -71.084654, + "longitude": -71.085164, "name": "Morton St @ Evans St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "10540", "links": { @@ -2204,11 +2265,11 @@ "connecting_stops": { "data": [ { - "id": "529", + "id": "place-DB-2230", "type": "stop" }, { - "id": "place-DB-2230", + "id": "529", "type": "stop" } ] @@ -2238,7 +2299,8 @@ "longitude": -71.114378, "name": "River St opp Blackstone St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1055", "links": { @@ -2276,7 +2338,8 @@ "longitude": -71.112387, "name": "River St @ Fairmont St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1056", "links": { @@ -2314,7 +2377,8 @@ "longitude": -71.067029, "name": "2165 Dorchester Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "10569", "links": { @@ -2352,7 +2416,8 @@ "longitude": -71.110605, "name": "River St @ Kelly Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1057", "links": { @@ -2390,7 +2455,8 @@ "longitude": -71.108992, "name": "River St opp Kinnaird St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1058", "links": { @@ -2428,7 +2494,8 @@ "longitude": -71.089868, "name": "River St opp Fremont St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "10582", "links": { @@ -2466,7 +2533,8 @@ "longitude": -71.105142, "name": "River St @ Green St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1059", "links": { @@ -2497,6 +2565,10 @@ { "id": "72", "type": "stop" + }, + { + "id": "9070070", + "type": "stop" } ] }, @@ -2525,7 +2597,8 @@ "longitude": -71.076956, "name": "Massachusetts Ave @ Washington St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "10590", "links": { @@ -2563,7 +2636,8 @@ "longitude": -71.108618, "name": "Massachusetts Ave @ Hancock St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "106", "links": { @@ -2601,7 +2675,8 @@ "longitude": -71.104311, "name": "Magazine St @ Green St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1060", "links": { @@ -2636,6 +2711,10 @@ { "id": "72", "type": "stop" + }, + { + "id": "9070070", + "type": "stop" } ] }, @@ -2664,7 +2743,8 @@ "longitude": -71.132671, "name": "Washington St @ Durnell Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "10603", "links": { @@ -2702,7 +2782,8 @@ "longitude": -71.108901, "name": "Western Ave @ Kinnaird St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1061", "links": { @@ -2740,7 +2821,8 @@ "longitude": -71.149996, "name": "Washington St opp W Boundary Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "10612", "links": { @@ -2778,7 +2860,8 @@ "longitude": -71.163235, "name": "Washington St @ Sumner St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "10618", "links": { @@ -2816,7 +2899,8 @@ "longitude": -71.110649, "name": "Western Ave @ Howard St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1062", "links": { @@ -2854,7 +2938,8 @@ "longitude": -71.148551, "name": "Washington St opp Heron St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "10625", "links": { @@ -2892,7 +2977,8 @@ "longitude": -71.132727, "name": "Washington St @ Rosecliff St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "10633", "links": { @@ -2930,7 +3016,8 @@ "longitude": -71.114114, "name": "Western Ave @ Putnam Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1064", "links": { @@ -2968,7 +3055,8 @@ "longitude": -71.114261, "name": "Forest Hills", "platform_name": "Upper Busway", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "10642", "links": { @@ -3009,7 +3097,8 @@ "longitude": -71.119704, "name": "Western Ave opp Genzyme", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1067", "links": { @@ -3047,7 +3136,8 @@ "longitude": -71.124387, "name": "125 Western Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1068", "links": { @@ -3085,7 +3175,8 @@ "longitude": -71.110773, "name": "Massachusetts Ave @ Dana St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "107", "links": { @@ -3123,7 +3214,8 @@ "longitude": -71.129148, "name": "Western Ave @ N Harvard St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "1070", "links": { @@ -3161,7 +3253,8 @@ "longitude": -71.132079, "name": "Western Ave opp Riverdale St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1071", "links": { @@ -3199,7 +3292,8 @@ "longitude": -71.135542, "name": "Western Ave @ Everett St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1072", "links": { @@ -3237,7 +3331,8 @@ "longitude": -71.138519, "name": "367 Western Ave opp Brighton Mills Mall", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1074", "links": { @@ -3275,7 +3370,8 @@ "longitude": -71.139575, "name": "Western Ave opp Litchfield St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1075", "links": { @@ -3313,7 +3409,8 @@ "longitude": -71.14136, "name": "445 Western Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1076", "links": { @@ -3351,7 +3448,8 @@ "longitude": -71.161907, "name": "Centre St @ Grove St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "10768", "links": { @@ -3389,7 +3487,8 @@ "longitude": -71.161806, "name": "Centre St @ Grove St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "10769", "links": { @@ -3427,7 +3526,8 @@ "longitude": -71.144012, "name": "495 Western Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1077", "links": { @@ -3465,7 +3565,8 @@ "longitude": -71.164194, "name": "Spring St @ Cass St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "10777", "links": { @@ -3503,7 +3604,8 @@ "longitude": -71.148576, "name": "Market St @ Vineland St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1079", "links": { @@ -3541,7 +3643,8 @@ "longitude": -71.112998, "name": "Massachusetts Ave @ Trowbridge St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "108", "links": { @@ -3579,7 +3682,8 @@ "longitude": -71.14958, "name": "Market St @ N Beacon St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1080", "links": { @@ -3617,7 +3721,8 @@ "longitude": -71.150891, "name": "Market St @ Keenan Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1081", "links": { @@ -3655,7 +3760,8 @@ "longitude": -71.171522, "name": "Veterans Hospital West Roxbury", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "10820", "links": { @@ -3693,7 +3799,8 @@ "longitude": -71.172904, "name": "Charles Park Rd @ VFW Pkwy", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "10821", "links": { @@ -3731,7 +3838,8 @@ "longitude": -71.152061, "name": "Market St @ Arlington St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1083", "links": { @@ -3769,7 +3877,8 @@ "longitude": -71.174171, "name": "17 Charles Park Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "10830", "links": { @@ -3807,7 +3916,8 @@ "longitude": -71.16853, "name": "Dedham Mall @ Stop & Shop", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "10833", "links": { @@ -3845,7 +3955,8 @@ "longitude": -71.170494, "name": "Dedham Mall @ South Side", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "10835", "links": { @@ -3883,7 +3994,8 @@ "longitude": -71.153531, "name": "Chestnut Hill Ave @ Washington St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1084", "links": { @@ -3921,7 +4033,8 @@ "longitude": -71.15375, "name": "Chestnut Hill Ave @ Academy Hill Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1085", "links": { @@ -3959,7 +4072,8 @@ "longitude": -71.153418, "name": "Chestnut Hill Ave @ Jackson Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1086", "links": { @@ -3997,7 +4111,8 @@ "longitude": -71.154691, "name": "Chestnut Hill Ave @ Embassy Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1088", "links": { @@ -4035,7 +4150,8 @@ "longitude": -71.155272, "name": "Chestnut Hill Ave @ South St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1089", "links": { @@ -4073,7 +4189,8 @@ "longitude": -71.115371, "name": "Massachusetts Ave @ Bow St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "109", "links": { @@ -4111,7 +4228,8 @@ "longitude": -71.153702, "name": "Chestnut Hill Ave @ Commonwealth Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1090", "links": { @@ -4166,7 +4284,8 @@ "longitude": -71.151428, "name": "Chestnut Hill Ave @ Beacon St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "1092", "links": { @@ -4204,7 +4323,8 @@ "longitude": -71.109187, "name": "Cummins Hwy @ Wood Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "10923", "links": { @@ -4242,7 +4362,8 @@ "longitude": -71.132097, "name": "Harvard Ave @ Brighton Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "10928", "links": { @@ -4280,7 +4401,8 @@ "longitude": -71.163102, "name": "Brooks St @ Faneuil St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1094", "links": { @@ -4318,7 +4440,8 @@ "longitude": -70.999451, "name": "Saratoga St @ Teragram St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "109802", "links": { @@ -4356,7 +4479,8 @@ "longitude": -70.991479, "name": "Main St @ Pleasant St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "109804", "links": { @@ -4394,7 +4518,8 @@ "longitude": -70.987804, "name": "Main St @ Read St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "109805", "links": { @@ -4432,7 +4557,8 @@ "longitude": -70.987209, "name": "Walden St @ Lincoln St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "109806", "links": { @@ -4470,7 +4596,8 @@ "longitude": -70.987193, "name": "Walden St @ Ingleside Park", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "109808", "links": { @@ -4508,7 +4635,8 @@ "longitude": -70.987693, "name": "Pauline St opp Woodside Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "109809", "links": { @@ -4546,7 +4674,8 @@ "longitude": -70.991198, "name": "Pauline St @ Pleasant St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "109810", "links": { @@ -4584,7 +4713,8 @@ "longitude": -70.989766, "name": "Pleasant St @ Somerset Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "109811", "links": { @@ -4622,7 +4752,8 @@ "longitude": -70.987328, "name": "Pleasant St @ Bartlett Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "109812", "links": { @@ -4660,7 +4791,8 @@ "longitude": -70.984668, "name": "Pleasant St @ Sunnyside Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "109814", "links": { @@ -4698,7 +4830,8 @@ "longitude": -70.98292, "name": "Pleasant St @ Seaview Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "109815", "links": { @@ -4736,7 +4869,8 @@ "longitude": -70.981132, "name": "Pleasant St @ Winthrop St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "109816", "links": { @@ -4774,7 +4908,8 @@ "longitude": -70.978521, "name": "Washington Ave opp Willow Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "109817", "links": { @@ -4812,7 +4947,8 @@ "longitude": -70.976842, "name": "Washington Ave opp Lewis Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "109818", "links": { @@ -4850,7 +4986,8 @@ "longitude": -70.974424, "name": "Washington Ave opp River Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "109819", "links": { @@ -4888,7 +5025,8 @@ "longitude": -70.97191, "name": "Washington Ave opp Veterans Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "109820", "links": { @@ -4926,7 +5064,8 @@ "longitude": -70.971585, "name": "Veterans Rd @ Washington Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "109821", "links": { @@ -4964,7 +5103,8 @@ "longitude": -70.972804, "name": "Veterans Rd @ Cutler St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "109822", "links": { @@ -5002,7 +5142,8 @@ "longitude": -70.97402, "name": "Veterans Rd @ Levy Bramson Way", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "109823", "links": { @@ -5040,7 +5181,8 @@ "longitude": -70.975147, "name": "99 Veterans Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "109824", "links": { @@ -5078,7 +5220,8 @@ "longitude": -70.975801, "name": "Veterans Rd @ Hadassah Way", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "109825", "links": { @@ -5116,7 +5259,8 @@ "longitude": -70.975503, "name": "Veterans Rd @ Shirley St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "109826", "links": { @@ -5154,7 +5298,8 @@ "longitude": -70.973827, "name": "Veterans Rd @ Locust St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "109827", "links": { @@ -5192,7 +5337,8 @@ "longitude": -70.973152, "name": "Crest Ave @ Grovers Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "109828", "links": { @@ -5230,7 +5376,8 @@ "longitude": -70.975745, "name": "Crest Ave @ Highland Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "109829", "links": { @@ -5268,7 +5415,8 @@ "longitude": -70.978052, "name": "Revere St opp Summit Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "109830", "links": { @@ -5306,7 +5454,8 @@ "longitude": -70.980365, "name": "Revere St @ Governors Dr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "109831", "links": { @@ -5344,7 +5493,8 @@ "longitude": -70.98227, "name": "Revere St @ Winthrop St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "109832", "links": { @@ -5382,7 +5532,8 @@ "longitude": -70.988116, "name": "Main St @ Read St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "109835", "links": { @@ -5420,7 +5571,8 @@ "longitude": -70.991716, "name": "Main St @ Pleasant St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "109836", "links": { @@ -5458,7 +5610,8 @@ "longitude": -70.999159, "name": "Saratoga St opp Teragram St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "109838", "links": { @@ -5496,7 +5649,8 @@ "longitude": -70.970441, "name": "Shirley St opp Moore St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "109841", "links": { @@ -5534,7 +5688,8 @@ "longitude": -70.971284, "name": "Shirley St opp Crystal Cove Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "109842", "links": { @@ -5572,7 +5727,8 @@ "longitude": -70.96932, "name": "Shirley St @ Pontos St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "109844", "links": { @@ -5610,7 +5766,8 @@ "longitude": -70.970139, "name": "Shirley St @ Petrel St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "109845", "links": { @@ -5648,7 +5805,8 @@ "longitude": -70.97039, "name": "Shirley St opp Yirrell Beach", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "109846", "links": { @@ -5686,7 +5844,8 @@ "longitude": -70.970887, "name": "Shirley St @ Bay View Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "109848", "links": { @@ -5724,7 +5883,8 @@ "longitude": -70.970587, "name": "Tafts Ave @ Otis St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "109849", "links": { @@ -5762,7 +5922,8 @@ "longitude": -70.967778, "name": "Deer Island - MWRA Gate", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "109853", "links": { @@ -5800,7 +5961,8 @@ "longitude": -70.970574, "name": "Tafts Ave @ Otis St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "109857", "links": { @@ -5838,7 +6000,8 @@ "longitude": -70.970795, "name": "Shirley St @ Bay View Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "109858", "links": { @@ -5876,7 +6039,8 @@ "longitude": -70.970216, "name": "Shirley St @ Yirrell Beach", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "109860", "links": { @@ -5914,7 +6078,8 @@ "longitude": -70.970071, "name": "Shirley St @ Petrel St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "109861", "links": { @@ -5952,7 +6117,8 @@ "longitude": -70.96921, "name": "Shirley St opp Pontos St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 2 }, "id": "109862", "links": { @@ -5990,7 +6156,8 @@ "longitude": -70.971194, "name": "Shirley St @ Crystal Cove Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "109864", "links": { @@ -6028,7 +6195,8 @@ "longitude": -70.970361, "name": "Shirley St @ Moore St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "109865", "links": { @@ -6066,7 +6234,8 @@ "longitude": -70.982478, "name": "Main St @ Winthrop St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "109870", "links": { @@ -6104,7 +6273,8 @@ "longitude": -70.980466, "name": "Revere St opp Governors Dr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "109871", "links": { @@ -6142,7 +6312,8 @@ "longitude": -70.977889, "name": "Revere St @ Summit Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "109872", "links": { @@ -6180,7 +6351,8 @@ "longitude": -70.975838, "name": "Crest Ave @ Revere St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "109873", "links": { @@ -6218,7 +6390,8 @@ "longitude": -70.973253, "name": "Crest Ave @ Grovers Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "109874", "links": { @@ -6256,7 +6429,8 @@ "longitude": -70.973757, "name": "Beach Rd @ Locust St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "109875", "links": { @@ -6294,7 +6468,8 @@ "longitude": -70.975001, "name": "Shirley St opp Coral Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "109877", "links": { @@ -6332,7 +6507,8 @@ "longitude": -70.974688, "name": "Shirley St opp Seafoam Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "109878", "links": { @@ -6370,7 +6546,8 @@ "longitude": -70.973918, "name": "Shirley St @ Levy Bramson Way", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "109879", "links": { @@ -6408,7 +6585,8 @@ "longitude": -70.972555, "name": "Shirley St @ Cutler St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "109880", "links": { @@ -6446,7 +6624,8 @@ "longitude": -70.97424, "name": "Washington Ave @ River Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "109883", "links": { @@ -6484,7 +6663,8 @@ "longitude": -70.976577, "name": "Washington Ave @ Lewis Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "109884", "links": { @@ -6522,7 +6702,8 @@ "longitude": -70.978265, "name": "Washington Ave @ Willow Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "109885", "links": { @@ -6560,7 +6741,8 @@ "longitude": -70.980875, "name": "Washington Ave @ Winthrop St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "109886", "links": { @@ -6598,7 +6780,8 @@ "longitude": -70.982654, "name": "Pleasant St @ Vine Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "109887", "links": { @@ -6636,7 +6819,8 @@ "longitude": -70.984401, "name": "Pleasant St @ Buchanan St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "109888", "links": { @@ -6674,7 +6858,8 @@ "longitude": -70.987061, "name": "Pleasant St @ Bartlett Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "109890", "links": { @@ -6712,7 +6897,8 @@ "longitude": -70.989729, "name": "Pleasant St @ Somerset Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "109891", "links": { @@ -6750,7 +6936,8 @@ "longitude": -70.991123, "name": "Pauline St @ Pleasant St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "109892", "links": { @@ -6788,7 +6975,8 @@ "longitude": -70.987603, "name": "Pauline St @ Woodside Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "109893", "links": { @@ -6826,7 +7014,8 @@ "longitude": -70.987069, "name": "Walden St opp Ingleside Park", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "109894", "links": { @@ -6864,7 +7053,8 @@ "longitude": -70.987067, "name": "Walden St @ Lincoln St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "109896", "links": { @@ -6902,7 +7092,8 @@ "longitude": -70.971283, "name": "Shirley St @ Washington Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "109898", "links": { @@ -6940,7 +7131,8 @@ "longitude": -70.976635, "name": "Revere St @ Golden Dr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "109899", "links": { @@ -6978,7 +7170,8 @@ "longitude": -70.976529, "name": "Revere St @ Hutchinson St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "109900", "links": { @@ -7016,7 +7209,8 @@ "longitude": -70.974996, "name": "Shirley St @ Beach Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "109901", "links": { @@ -7054,7 +7248,8 @@ "longitude": -70.971021, "name": "Tafts Ave @ Shirley St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "109912", "links": { @@ -7092,7 +7287,8 @@ "longitude": -71.084459, "name": "Melnea Cass Blvd opp Kerr Way", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "11", "links": { @@ -7128,9 +7324,10 @@ "latitude": 42.373111, "location_type": 0, "longitude": -71.117653, - "name": "Massachusetts Ave @ Holyoke St", + "name": "Massachusetts Ave opp Holyoke St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "110", "links": { @@ -7150,10 +7347,6 @@ "id": "9070072", "type": "stop" }, - { - "id": "2168", - "type": "stop" - }, { "id": "22549", "type": "stop" @@ -7185,7 +7378,8 @@ "longitude": -71.16246, "name": "Brooks St @ Hobart St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1100", "links": { @@ -7223,7 +7417,8 @@ "longitude": -71.157999, "name": "N Beacon St @ Parsons St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1102", "links": { @@ -7261,7 +7456,8 @@ "longitude": -71.154024, "name": "N Beacon St @ Goodenough St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1103", "links": { @@ -7299,7 +7495,8 @@ "longitude": -71.152801, "name": "N Beacon St opp Vineland St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1104", "links": { @@ -7337,7 +7534,8 @@ "longitude": -71.149465, "name": "N Beacon @ Market St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1105", "links": { @@ -7375,7 +7573,8 @@ "longitude": -71.14328, "name": "Guest St @ New Balance Way", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "11070", "links": { @@ -7408,12 +7607,13 @@ { "attributes": { "description": null, - "latitude": 42.355385, + "latitude": 42.356347, "location_type": 0, - "longitude": -71.142171, - "name": "Arthur St @ Hichborn St - Stop & Shop", + "longitude": -71.141144, + "name": "Guest St @ Arthur St - Stop & Shop", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "11071", "links": { @@ -7443,44 +7643,6 @@ }, "type": "stop" }, - { - "attributes": { - "description": null, - "latitude": 42.354115, - "location_type": 0, - "longitude": -71.14151, - "name": "N Beacon St @ Saunders St", - "platform_name": null, - "vehicle_type": 3 - }, - "id": "1109", - "links": { - "self": "/stops/1109" - }, - "relationships": { - "child_stops": { - "data": [] - }, - "connecting_stops": { - "data": [] - }, - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=1109" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, { "attributes": { "description": null, @@ -7489,7 +7651,8 @@ "longitude": -71.040238, "name": "Mt Vernon St @ South Point Dr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "111", "links": { @@ -7527,7 +7690,8 @@ "longitude": -71.138173, "name": "N Beacon St @ Cambridge St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1110", "links": { @@ -7565,7 +7729,8 @@ "longitude": -71.136365, "name": "Cambridge St opp Hano St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1111", "links": { @@ -7603,7 +7768,8 @@ "longitude": -70.919766, "name": "Pemberton Point", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "111146", "links": { @@ -7646,7 +7812,8 @@ "longitude": -70.913293, "name": "Main St from Pemberton Pnt to Spring St (FLAG)", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "111152", "links": { @@ -7684,7 +7851,8 @@ "longitude": -70.902498, "name": "Spring St from Main St to Nantasket Ave (FLAG)", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "111159", "links": { @@ -7722,7 +7890,8 @@ "longitude": -70.882178, "name": "Nantasket Ave from Y St to A St (FLAG)", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "111179", "links": { @@ -7760,7 +7929,8 @@ "longitude": -70.876717, "name": "Nantasket Ave from A St to Kenberma St (FLAG)", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "111196", "links": { @@ -7798,7 +7968,8 @@ "longitude": -71.132361, "name": "Cambridge St @ Harvard Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1112", "links": { @@ -7836,7 +8007,8 @@ "longitude": -70.869833, "name": "Nantasket Ave from Kenberma St to Bay St (FLAG)", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "111206", "links": { @@ -7874,7 +8046,8 @@ "longitude": -70.86018, "name": "Nantasket Ave from Bay St to Wash Blvd (FLAG)", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "111214", "links": { @@ -7912,7 +8085,8 @@ "longitude": -70.856877, "name": "Nantasket Ave from Wash Blvd to Park Ave (FLAG)", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "111217", "links": { @@ -7950,7 +8124,8 @@ "longitude": -70.846749, "name": "Atlantic Ave - Nantasket Ave to School St (FLAG)", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "111232", "links": { @@ -7988,7 +8163,8 @@ "longitude": -70.84597, "name": "School St - Atlantic Ave to Nantasket Ave (FLAG)", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "111234", "links": { @@ -8026,7 +8202,8 @@ "longitude": -70.845016, "name": "Nantasket Ave from School St to Rockland St (FLAG)", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "111236", "links": { @@ -8064,7 +8241,8 @@ "longitude": -70.876317, "name": "Summer St from Rockland St to Cushing Way (FLAG)", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "111248", "links": { @@ -8102,7 +8280,8 @@ "longitude": -70.882913, "name": "Summer St from Cushing Way to Water St (FLAG)", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "111251", "links": { @@ -8140,7 +8319,8 @@ "longitude": -70.882668, "name": "Summer St from Water St to Cushing Way (FLAG)", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "111258", "links": { @@ -8178,7 +8358,8 @@ "longitude": -71.111932, "name": "Centre St @ Roseway St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "11131", "links": { @@ -8216,7 +8397,8 @@ "longitude": -71.126505, "name": "Cambridge St @ N Harvard St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1114", "links": { @@ -8254,7 +8436,8 @@ "longitude": -71.090588, "name": "Malcolm X Blvd @ Madison Park HS", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "11148", "links": { @@ -8292,7 +8475,8 @@ "longitude": -71.08842, "name": "Malcolm X Blvd @ O'Bryant HS", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "11149", "links": { @@ -8330,7 +8514,8 @@ "longitude": -71.123967, "name": "Cambridge St @ Seattle St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1115", "links": { @@ -8368,7 +8553,8 @@ "longitude": -71.070917, "name": "Harrison Ave @ E Brookline St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "11158", "links": { @@ -8406,7 +8592,8 @@ "longitude": -71.118743, "name": "Cambridge St @ Mass Pike Exit", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1116", "links": { @@ -8444,7 +8631,8 @@ "longitude": -71.1145, "name": "Centre St @ Burroughs St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "11164", "links": { @@ -8482,7 +8670,8 @@ "longitude": -71.145198, "name": "Cobbs Corner, Canton", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "111640", "links": { @@ -8520,7 +8709,8 @@ "longitude": -71.149085, "name": "Washington St from Cobbs Corner to High St (FLAG)", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "111642", "links": { @@ -8558,7 +8748,8 @@ "longitude": -71.149245, "name": "Washington St from High St to Church St (FLAG)", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "111648", "links": { @@ -8596,7 +8787,8 @@ "longitude": -71.145689, "name": "Washington St - Church St to Canton Ctr Sta (FLAG)", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "111653", "links": { @@ -8634,7 +8826,8 @@ "longitude": -71.145462, "name": "Washington St opp Canton Center Station", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "111656", "links": { @@ -8681,7 +8874,8 @@ "longitude": -71.144918, "name": "Washington St - Canton Ctr Sta to Pequit St (FLAG)", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "111660", "links": { @@ -8719,7 +8913,8 @@ "longitude": -71.139199, "name": "Washington St - Chapman St to Pleasant St (FLAG)", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "111672", "links": { @@ -8757,7 +8952,8 @@ "longitude": -71.121815, "name": "Washington St - Pecunit St to Turnpike St (FLAG)", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "111685", "links": { @@ -8795,7 +8991,8 @@ "longitude": -71.102039, "name": "Blue Hill Ave - Barbara Ln to Valentine Rd (FLAG)", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "111711", "links": { @@ -8833,7 +9030,8 @@ "longitude": -71.098968, "name": "Blue Hill Ave @ Pagoda St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "111720", "links": { @@ -8871,7 +9069,8 @@ "longitude": -71.095503, "name": "Blue Hill Ave - Tucker St to Brush Hill Rd (FLAG)", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "111729", "links": { @@ -8909,7 +9108,8 @@ "longitude": -71.095677, "name": "Blue Hill Ave - Brush Hill Rd to Tucker St (FLAG)", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "111738", "links": { @@ -8947,7 +9147,8 @@ "longitude": -71.099238, "name": "Blue Hill Ave opp Pagoda St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "111747", "links": { @@ -8985,7 +9186,8 @@ "longitude": -71.108505, "name": "Blue Hill Ave from Barbara Ln to Curry Coll (FLAG)", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 2 }, "id": "111762", "links": { @@ -9023,7 +9225,8 @@ "longitude": -71.119299, "name": "Washington St from Royall St to Turnpike St (FLAG)", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "111775", "links": { @@ -9061,7 +9264,8 @@ "longitude": -71.13143, "name": "Washington St - Pecunit St to Pleasant St (FLAG)", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "111787", "links": { @@ -9099,7 +9303,8 @@ "longitude": -71.139085, "name": "Washington St - Pleasant St to Chapman St (FLAG)", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "111791", "links": { @@ -9137,7 +9342,8 @@ "longitude": -71.142813, "name": "Washington St from Chapman St to Lewis St (FLAG)", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "111796", "links": { @@ -9175,7 +9381,8 @@ "longitude": -71.145006, "name": "Washington St - Lewis St to Canton Ctr sta (FLAG)", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "111801", "links": { @@ -9213,7 +9420,8 @@ "longitude": -71.145661, "name": "Washington St @ Canton Center Station", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "111803", "links": { @@ -9260,7 +9468,8 @@ "longitude": -71.145862, "name": "Washington St - Canton Ctr Sta to Church St (FLAG)", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "111806", "links": { @@ -9298,7 +9507,8 @@ "longitude": -71.149384, "name": "Washington St from Church St to High St (FLAG)", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "111810", "links": { @@ -9336,7 +9546,8 @@ "longitude": -71.149281, "name": "Washington St from High St to Cobbs Corner (FLAG)", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "111815", "links": { @@ -9374,7 +9585,8 @@ "longitude": -70.851812, "name": "Rockland St from Kilby St to Nantasket Ave (FLAG)", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "111823", "links": { @@ -9412,7 +9624,8 @@ "longitude": -70.845936, "name": "School St - Nantasket Ave to Atlantic Ave (FLAG)", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "111828", "links": { @@ -9450,7 +9663,8 @@ "longitude": -70.84662, "name": "Atlantic Ave - School St to Nantasket Ave (FLAG)", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "111830", "links": { @@ -9488,7 +9702,8 @@ "longitude": -70.856588, "name": "Nantasket Ave from Park Ave to Wash Blvd (FLAG)", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "111844", "links": { @@ -9526,7 +9741,8 @@ "longitude": -70.860687, "name": "Nantasket Ave from Wash Blvd to Water St (FLAG)", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "111848", "links": { @@ -9564,7 +9780,8 @@ "longitude": -70.869545, "name": "Nantasket Ave from Water St to Kenberma St (FLAG)", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "111855", "links": { @@ -9602,7 +9819,8 @@ "longitude": -70.876468, "name": "Nantasket Ave from Kenburma St to A St (FLAG)", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "111864", "links": { @@ -9640,7 +9858,8 @@ "longitude": -71.099631, "name": "Washington St @ School St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "11187", "links": { @@ -9678,7 +9897,8 @@ "longitude": -70.881953, "name": "Nantasket Ave from A St to Y St (FLAG)", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "111881", "links": { @@ -9716,7 +9936,8 @@ "longitude": -70.889696, "name": "Nantasket Ave from Y St to Spring St (FLAG)", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "111895", "links": { @@ -9754,7 +9975,8 @@ "longitude": -70.913072, "name": "Main St from Spring St to Pemberton Pnt (FLAG)", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "111907", "links": { @@ -9792,7 +10014,8 @@ "longitude": -71.050338, "name": "A St @ Necco St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "11219", "links": { @@ -9830,7 +10053,8 @@ "longitude": -71.083038, "name": "Tremont St @ Lenox St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "11228", "links": { @@ -9868,7 +10092,8 @@ "longitude": -71.104405, "name": "Green St @ Magazine St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1123", "links": { @@ -9899,6 +10124,10 @@ { "id": "72", "type": "stop" + }, + { + "id": "9070070", + "type": "stop" } ] }, @@ -9927,7 +10156,8 @@ "longitude": -71.062519, "name": "South Bay Mall @ Target", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 2 }, "id": "11241", "links": { @@ -9965,7 +10195,8 @@ "longitude": -71.061951, "name": "South Bay Mall opp Bed Bath & Beyond", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "11242", "links": { @@ -10003,7 +10234,8 @@ "longitude": -71.062666, "name": "South Bay Mall @ Allstate Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "11244", "links": { @@ -10041,7 +10273,8 @@ "longitude": -71.092692, "name": "Malcolm X Blvd @ King St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "11257", "links": { @@ -10079,7 +10312,8 @@ "longitude": -71.086203, "name": "Malcolm X Blvd @ Shawmut Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "11259", "links": { @@ -10117,7 +10351,8 @@ "longitude": -71.115487, "name": "South St @ Sedgwick St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1128", "links": { @@ -10155,7 +10390,8 @@ "longitude": -71.114144, "name": "Centre St @ Seaverns Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1129", "links": { @@ -10193,7 +10429,8 @@ "longitude": -71.062198, "name": "Portland St @ Causeway St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "113", "links": { @@ -10213,6 +10450,10 @@ "id": "9070026", "type": "stop" }, + { + "id": "9070090", + "type": "stop" + }, { "id": "114", "type": "stop" @@ -10244,7 +10485,8 @@ "longitude": -71.114046, "name": "Centre St @ Saint John St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1130", "links": { @@ -10282,7 +10524,8 @@ "longitude": -71.129539, "name": "Harvard St @ Verndale St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "11302", "links": { @@ -10320,7 +10563,8 @@ "longitude": -71.055038, "name": "W Second St opp W Third St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "11319", "links": { @@ -10358,7 +10602,8 @@ "longitude": -71.11366, "name": "Centre St opp Beaufort Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1132", "links": { @@ -10396,7 +10641,8 @@ "longitude": -71.089207, "name": "Malcolm X Blvd opp O'Bryant HS", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "11323", "links": { @@ -10434,7 +10680,8 @@ "longitude": -71.110438, "name": "Centre St @ Paul Gore St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1134", "links": { @@ -10472,7 +10719,8 @@ "longitude": -71.108916, "name": "Centre St @ Sheridan St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1135", "links": { @@ -10510,7 +10758,8 @@ "longitude": -71.106772, "name": "Centre St @ Wyman St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1136", "links": { @@ -10548,7 +10797,8 @@ "longitude": -71.116433, "name": "Pearl St @ Brookline Village", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "11366", "links": { @@ -10603,7 +10853,8 @@ "longitude": -71.104662, "name": "Centre St @ Mozart St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1137", "links": { @@ -10641,7 +10892,8 @@ "longitude": -71.102796, "name": "Centre St @ Estrella St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1138", "links": { @@ -10679,7 +10931,8 @@ "longitude": -71.075956, "name": "Dartmouth St @ Back Bay Sta", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "11384", "links": { @@ -10734,7 +10987,8 @@ "longitude": -71.082045, "name": "Huntington Ave @ Belvidere St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "11388", "links": { @@ -10781,7 +11035,8 @@ "longitude": -71.081535, "name": "Huntington Ave @ Prudential Station", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "11389", "links": { @@ -10828,7 +11083,8 @@ "longitude": -71.08484, "name": "Dalton St @ Belvidere St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "11390", "links": { @@ -10866,7 +11122,8 @@ "longitude": -71.087141, "name": "Boylston St @ Massachusetts Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "11391", "links": { @@ -10929,7 +11186,8 @@ "longitude": -71.060067, "name": "Causeway St @ North Station", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "114", "links": { @@ -10956,6 +11214,10 @@ { "id": "113", "type": "stop" + }, + { + "id": "9070090", + "type": "stop" } ] }, @@ -10984,7 +11246,8 @@ "longitude": -71.097571, "name": "Centre St @ Highland St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1140", "links": { @@ -11022,7 +11285,8 @@ "longitude": -71.094184, "name": "Cambridge St @ Columbia St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "11408", "links": { @@ -11060,7 +11324,8 @@ "longitude": -71.096534, "name": "Centre St opp New Heath St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1141", "links": { @@ -11098,7 +11363,8 @@ "longitude": -71.087532, "name": "Cambridge St @ Max Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "11410", "links": { @@ -11136,7 +11402,8 @@ "longitude": -71.095355, "name": "Columbus Ave @ Walnut Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "11413", "links": { @@ -11174,7 +11441,8 @@ "longitude": -71.051426, "name": "A St @ Mt Washington Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "11419", "links": { @@ -11212,7 +11480,8 @@ "longitude": -71.095518, "name": "Centre St @ Cedar St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1142", "links": { @@ -11250,7 +11519,8 @@ "longitude": -71.093032, "name": "Centre St @ Highland Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1144", "links": { @@ -11288,7 +11558,8 @@ "longitude": -71.090903, "name": "42A John Eliot Sq", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1145", "links": { @@ -11326,7 +11597,8 @@ "longitude": -71.086206, "name": "Dudley St @ Guild Row", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1147", "links": { @@ -11364,7 +11636,8 @@ "longitude": -71.08613, "name": "Malcolm X Blvd @ Shawmut Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1148", "links": { @@ -11402,7 +11675,8 @@ "longitude": -71.062369, "name": "Herald St @ Harrison Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "11481", "links": { @@ -11440,7 +11714,8 @@ "longitude": -71.069142, "name": "Dudley St @ Uphams Corner Station", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "11482", "links": { @@ -11487,7 +11762,8 @@ "longitude": -70.851408, "name": "Nantasket Ave from Atlantic Ave to Park Ave (FLAG)", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "114878", "links": { @@ -11525,7 +11801,8 @@ "longitude": -70.851699, "name": "Nantasket Ave from Park Ave to Atlantic Ave (FLAG)", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "114882", "links": { @@ -11563,7 +11840,8 @@ "longitude": -71.091343, "name": "205 Roxbury St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1149", "links": { @@ -11601,7 +11879,8 @@ "longitude": -71.094099, "name": "Centre St @ Gardner St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "1150", "links": { @@ -11639,7 +11918,8 @@ "longitude": -71.066499, "name": "Dudley St @ Virginia St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "11501", "links": { @@ -11677,7 +11957,8 @@ "longitude": -71.095812, "name": "Centre St @ Cedar St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1151", "links": { @@ -11715,7 +11996,8 @@ "longitude": -71.065751, "name": "Bowdoin opp Mt Ida", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "11512", "links": { @@ -11753,7 +12035,8 @@ "longitude": -71.096665, "name": "Centre St @ New Heath St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1152", "links": { @@ -11791,7 +12074,8 @@ "longitude": -71.106632, "name": "Morton St @ Arborway", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "11521", "links": { @@ -11829,7 +12113,8 @@ "longitude": -71.106355, "name": "Morton St @ Circuit Dr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "11522", "links": { @@ -11867,7 +12152,8 @@ "longitude": -71.097421, "name": "Centre St @ Columbus Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1153", "links": { @@ -11905,7 +12191,8 @@ "longitude": -71.099546, "name": "Jackson Square", "platform_name": "Busway", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "11531", "links": { @@ -11946,7 +12233,8 @@ "longitude": -71.099579, "name": "Heath St @ Bromley St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1154", "links": { @@ -11984,7 +12272,8 @@ "longitude": -71.140476, "name": "Lee St @ Boylston St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "11545", "links": { @@ -12022,7 +12311,8 @@ "longitude": -71.102275, "name": "Centre St @ Bickford St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1155", "links": { @@ -12060,7 +12350,8 @@ "longitude": -71.105716, "name": "Centre St @ Sunnyside St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1156", "links": { @@ -12098,7 +12389,8 @@ "longitude": -71.108317, "name": "Centre St @ Creighton St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1158", "links": { @@ -12136,7 +12428,8 @@ "longitude": -71.094725, "name": "Circuit Dr @ Glen Ln", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 2 }, "id": "11587", "links": { @@ -12174,7 +12467,8 @@ "longitude": -71.110544, "name": "Centre St @ Barbara St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1159", "links": { @@ -12212,7 +12506,8 @@ "longitude": -71.087173, "name": "Ruggles St @ Cabot St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "11592", "links": { @@ -12250,7 +12545,8 @@ "longitude": -71.086016, "name": "Ruggles St opp Kerr Way", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "11593", "links": { @@ -12288,7 +12584,8 @@ "longitude": -71.046914, "name": "Seaport Blvd @ Fan Pier Blvd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "11599", "links": { @@ -12335,7 +12632,8 @@ "longitude": -71.111798, "name": "Centre St @ Moraine St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1160", "links": { @@ -12373,7 +12671,8 @@ "longitude": -71.11346, "name": "Centre St @ Lochstead Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1161", "links": { @@ -12411,7 +12710,8 @@ "longitude": -71.149989, "name": "W Boundary Rd @ Washington St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "11613", "links": { @@ -12449,7 +12749,8 @@ "longitude": -71.143709, "name": "Georgetowne Dr @ Georgetowne Pl", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "11618", "links": { @@ -12487,7 +12788,8 @@ "longitude": -71.11416, "name": "Centre St @ Myrtle St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1164", "links": { @@ -12525,7 +12827,8 @@ "longitude": -71.097563, "name": "Washington St @ Walnut Pk", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1165", "links": { @@ -12563,7 +12866,8 @@ "longitude": -71.096449, "name": "Washington St @ Cobden St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1166", "links": { @@ -12601,7 +12905,8 @@ "longitude": -71.095139, "name": "Washington St opp Dimock St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1167", "links": { @@ -12639,7 +12944,8 @@ "longitude": -71.094067, "name": "Washington St @ Townsend St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1168", "links": { @@ -12677,7 +12983,8 @@ "longitude": -71.211728, "name": "Burlington Mall Rd opp NE Executive Pk", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "11689", "links": { @@ -12715,7 +13022,8 @@ "longitude": -71.092974, "name": "Washington St @ Brinton St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1169", "links": { @@ -12753,7 +13061,8 @@ "longitude": -71.19492, "name": "S Bedford St @ Wayside Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "11694", "links": { @@ -12791,7 +13100,8 @@ "longitude": -71.057724, "name": "Congress St @ Haymarket Sta", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "117", "links": { @@ -12807,10 +13117,6 @@ "id": "9170024", "type": "stop" }, - { - "id": "9070025", - "type": "stop" - }, { "id": "9070024", "type": "stop" @@ -12854,7 +13160,8 @@ "longitude": -71.091752, "name": "Washington St @ ML King Blvd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1170", "links": { @@ -12892,7 +13199,8 @@ "longitude": -71.091674, "name": "Blue Hill Ave @ Morton St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "11712", "links": { @@ -12930,7 +13238,8 @@ "longitude": -71.093907, "name": "Blue Hill Ave opp Babson St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "11719", "links": { @@ -12968,7 +13277,8 @@ "longitude": -71.08928, "name": "Washington St @ Dale St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1172", "links": { @@ -13006,7 +13316,8 @@ "longitude": -71.088643, "name": "Washington St opp Cedar St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1173", "links": { @@ -13044,7 +13355,8 @@ "longitude": -71.082689, "name": "Ames St @ Franklin Field", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "11735", "links": { @@ -13082,7 +13394,8 @@ "longitude": -71.086389, "name": "Ames St @ Westview St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "11736", "links": { @@ -13120,7 +13433,8 @@ "longitude": -71.087772, "name": "Washington St @ Circuit St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1174", "links": { @@ -13158,7 +13472,8 @@ "longitude": -71.087283, "name": "Washington St @ St James St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1175", "links": { @@ -13196,7 +13511,8 @@ "longitude": -71.109771, "name": "Pearl St @ Putnam Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "11767", "links": { @@ -13234,7 +13550,8 @@ "longitude": -71.094815, "name": "Vassar St @ Massachusetts Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "11771", "links": { @@ -13272,7 +13589,8 @@ "longitude": -71.099004, "name": "Vassar St @ Pacific St Extension", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "11772", "links": { @@ -13310,7 +13628,8 @@ "longitude": -71.087033, "name": "Washington St @ Bartlett St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1178", "links": { @@ -13348,7 +13667,8 @@ "longitude": -71.102457, "name": "Ave Louis Pasteur @ Longwood Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "11780", "links": { @@ -13386,7 +13706,8 @@ "longitude": -71.101014, "name": "Ave Louis Pasteur @ The Fenway", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "11781", "links": { @@ -13424,7 +13745,8 @@ "longitude": -71.087812, "name": "Washington St @ Guild St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1179", "links": { @@ -13462,7 +13784,8 @@ "longitude": -71.079293, "name": "Harrison Ave @ Melnea Cass Blvd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "11792", "links": { @@ -13500,7 +13823,8 @@ "longitude": -71.101132, "name": "Ave Louis Pasteur @ The Fenway", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "11799", "links": { @@ -13538,7 +13862,8 @@ "longitude": -71.059491, "name": "Causeway St @ Medford St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "118", "links": { @@ -13565,6 +13890,10 @@ { "id": "113", "type": "stop" + }, + { + "id": "9070090", + "type": "stop" } ] }, @@ -13593,7 +13922,8 @@ "longitude": -71.088773, "name": "Washington St @ Cedar St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1180", "links": { @@ -13631,7 +13961,8 @@ "longitude": -71.102334, "name": "Ave Louis Pasteur @ Longwood Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "11802", "links": { @@ -13669,7 +14000,8 @@ "longitude": -71.105846, "name": "Longwood Ave @ Binney St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "11803", "links": { @@ -13707,7 +14039,8 @@ "longitude": -71.108581, "name": "Mountfort St @ Carlton St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "11809", "links": { @@ -13745,7 +14078,8 @@ "longitude": -71.089903, "name": "Washington St @ Oakland St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1181", "links": { @@ -13783,7 +14117,8 @@ "longitude": -71.161546, "name": "Spring St @ Spring St Apartments", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "11812", "links": { @@ -13821,7 +14156,8 @@ "longitude": -71.091899, "name": "Washington St @ Valentine St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1182", "links": { @@ -13859,7 +14195,8 @@ "longitude": -71.093122, "name": "Washington St @ Marcella St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1183", "links": { @@ -13897,7 +14234,8 @@ "longitude": -71.146793, "name": "Chestnut Hill Ave opp Buckminster Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "11835", "links": { @@ -13935,7 +14273,8 @@ "longitude": -71.150105, "name": "145 Grove St opp Bellingham Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "11836", "links": { @@ -13973,7 +14312,8 @@ "longitude": -71.152249, "name": "Grove St @ South St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "11837", "links": { @@ -14011,7 +14351,8 @@ "longitude": -71.169801, "name": "Corey St @ LaGrange St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "11839", "links": { @@ -14049,7 +14390,8 @@ "longitude": -71.094006, "name": "Washington St opp Townsend St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1184", "links": { @@ -14087,7 +14429,8 @@ "longitude": -71.146011, "name": "Chestnut Hill Ave @ Ackers Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "11845", "links": { @@ -14125,7 +14468,8 @@ "longitude": -71.095478, "name": "Washington St @ Dimock St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1185", "links": { @@ -14163,7 +14507,8 @@ "longitude": -71.237377, "name": "Chestnut St opp Oak St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "11853", "links": { @@ -14201,7 +14546,8 @@ "longitude": -71.097046, "name": "Washington St @ Bray St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1186", "links": { @@ -14239,7 +14585,8 @@ "longitude": -71.132156, "name": "Robert St @ Belgrade Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "11860", "links": { @@ -14277,7 +14624,8 @@ "longitude": -71.133832, "name": "5 Walter St opp Hewlett St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "11868", "links": { @@ -14315,7 +14663,8 @@ "longitude": -71.098606, "name": "Washington St @ Atherton St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1187", "links": { @@ -14353,7 +14702,8 @@ "longitude": -71.097652, "name": "Columbus Ave opp Weld Ave - Egleston Sq", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1188", "links": { @@ -14391,7 +14741,8 @@ "longitude": -71.117952, "name": "Soldiers Field Rd @ Cambridge St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 2 }, "id": "1189", "links": { @@ -14429,7 +14780,8 @@ "longitude": -71.056251, "name": "Pearl St @ Congress St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "11891", "links": { @@ -14504,7 +14856,8 @@ "longitude": -71.123853, "name": "Cambridge St @ Seattle St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1190", "links": { @@ -14542,7 +14895,8 @@ "longitude": -71.128045, "name": "Cambridge St @ Lincoln St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1191", "links": { @@ -14580,7 +14934,8 @@ "longitude": -71.146719, "name": "Chestnut Hill Ave @ Buckminster Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "11917", "links": { @@ -14618,7 +14973,8 @@ "longitude": -71.132875, "name": "Cambridge St @ Franklin St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1193", "links": { @@ -14656,7 +15012,8 @@ "longitude": -71.115764, "name": "Centre St @ Eliot St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "11939", "links": { @@ -14694,7 +15051,8 @@ "longitude": -71.135846, "name": "Cambridge St @ Emery Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1195", "links": { @@ -14732,7 +15090,8 @@ "longitude": -71.138128, "name": "N Beacon St @ Cambridge St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1196", "links": { @@ -14765,50 +15124,13 @@ { "attributes": { "description": null, - "latitude": 42.354266, - "location_type": 0, - "longitude": -71.141495, - "name": "N Beacon St opp Saunders St", - "platform_name": null, - "vehicle_type": 3 - }, - "id": "1197", - "links": { - "self": "/stops/1197" - }, - "relationships": { - "child_stops": { - "data": [] - }, - "connecting_stops": { - "data": [] - }, - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=1197" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": { - "description": null, - "latitude": 42.355468, + "latitude": 42.35642, "location_type": 0, - "longitude": -71.142005, - "name": "Arthur St @ Hichborn St - Stop & Shop", + "longitude": -71.140859, + "name": "Guest St @ Arthur St - Stop & Shop", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "11971", "links": { @@ -14846,7 +15168,8 @@ "longitude": -71.14318, "name": "Guest St opp New Balance Way", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "11972", "links": { @@ -14884,7 +15207,8 @@ "longitude": -71.18138, "name": "Rivermoor St @ Industrial Park", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "120", "links": { @@ -14922,7 +15246,8 @@ "longitude": -71.150426, "name": "239 N Beacon St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1201", "links": { @@ -14960,7 +15285,8 @@ "longitude": -71.152796, "name": "N Beacon St @ Vineland St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "1202", "links": { @@ -14998,7 +15324,8 @@ "longitude": -71.154394, "name": "N Beacon St @ Birmingham Pkwy", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 2 }, "id": "1203", "links": { @@ -15036,7 +15363,8 @@ "longitude": -71.157969, "name": "Birmingham Pkwy @ Soldiers Field Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1204", "links": { @@ -15074,7 +15402,8 @@ "longitude": -71.162645, "name": "Brooks St @ Gerrish St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1206", "links": { @@ -15112,7 +15441,8 @@ "longitude": -71.146422, "name": "Huron Ave @ Larchwood Dr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "12080", "links": { @@ -15150,7 +15480,8 @@ "longitude": -71.05178, "name": "JFK/UMass", "platform_name": "Busway", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "121", "links": { @@ -15191,7 +15522,8 @@ "longitude": -71.111037, "name": "Blue Hill Ave @ Curry College", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "121008", "links": { @@ -15229,7 +15561,8 @@ "longitude": -71.116431, "name": "Blue Hill Ave from Curry Coll to Canton Ave (FLAG)", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "121009", "links": { @@ -15267,7 +15600,8 @@ "longitude": -71.11952, "name": "Opp 1904 Canton Ave @ Trailside Museum", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 2 }, "id": "121010", "links": { @@ -15305,7 +15639,8 @@ "longitude": -71.13472, "name": "Royall St @ Compushare Driveway", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "121011", "links": { @@ -15343,7 +15678,8 @@ "longitude": -71.131106, "name": "Royall St @ Beacon Lane", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "121012", "links": { @@ -15381,7 +15717,8 @@ "longitude": -71.129262, "name": "Royall St @ Dunkin Brands Driveway", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "121013", "links": { @@ -15419,7 +15756,8 @@ "longitude": -71.124052, "name": "Royall St @ JW Foster Blvd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "121014", "links": { @@ -15457,7 +15795,8 @@ "longitude": -71.119251, "name": "1904 Canton Ave @ Trailside Museum", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "121017", "links": { @@ -15495,7 +15834,8 @@ "longitude": -71.110934, "name": "Blue Hill Ave opp Curry College", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 2 }, "id": "121019", "links": { @@ -15533,7 +15873,8 @@ "longitude": -71.163341, "name": "Faneuil St @ Brooks St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1211", "links": { @@ -15571,7 +15912,8 @@ "longitude": -71.167478, "name": "Faneuil St @ Bigelow St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1213", "links": { @@ -15609,7 +15951,8 @@ "longitude": -71.167349, "name": "Faneuil St @ Oak Square", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1214", "links": { @@ -15647,7 +15990,8 @@ "longitude": -71.150222, "name": "Huron Ave opp Fountain Terr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "12144", "links": { @@ -15685,7 +16029,8 @@ "longitude": -71.153669, "name": "Fresh Pond Golf Course", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "12145", "links": { @@ -15723,7 +16068,8 @@ "longitude": -71.15467, "name": "700 Huron Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "12147", "links": { @@ -15761,7 +16107,8 @@ "longitude": -71.098224, "name": "Columbus Ave @ Bray St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1215", "links": { @@ -15799,7 +16146,8 @@ "longitude": -71.098297, "name": "Columbus Ave @ Dimock St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1216", "links": { @@ -15837,7 +16185,8 @@ "longitude": -71.09808, "name": "Columbus Ave @ Centre St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1219", "links": { @@ -15875,7 +16224,8 @@ "longitude": -71.056267, "name": "Columbia Rd @ Buttonwood St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "122", "links": { @@ -15913,7 +16263,8 @@ "longitude": -71.096921, "name": "Columbus Ave @ Cedar St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1221", "links": { @@ -15951,7 +16302,8 @@ "longitude": -71.094468, "name": "Columbus Ave @ Malcolm X Blvd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1222", "links": { @@ -16001,12 +16353,13 @@ { "attributes": { "description": null, - "latitude": 42.363498, + "latitude": 42.363253, "location_type": 0, - "longitude": -71.087704, - "name": "Ames St @ Broadway", + "longitude": -71.089678, + "name": "Galileo Way @ Main St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "12231", "links": { @@ -16036,6 +16389,45 @@ }, "type": "stop" }, + { + "attributes": { + "description": null, + "latitude": 42.362762, + "location_type": 0, + "longitude": -71.089176, + "name": "Main St @ Galileo Way", + "platform_name": null, + "vehicle_type": 3, + "wheelchair_boarding": 1 + }, + "id": "12232", + "links": { + "self": "/stops/12232" + }, + "relationships": { + "child_stops": { + "data": [] + }, + "connecting_stops": { + "data": [] + }, + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=12232" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, { "attributes": { "description": null, @@ -16044,7 +16436,8 @@ "longitude": -71.092343, "name": "Tremont St opp Prentiss St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1224", "links": { @@ -16082,7 +16475,8 @@ "longitude": -71.086826, "name": "Tremont St @ Melnea Cass Blvd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1227", "links": { @@ -16120,7 +16514,8 @@ "longitude": -71.084022, "name": "Tremont St @ Hammond St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1228", "links": { @@ -16158,7 +16553,8 @@ "longitude": -71.059798, "name": "Columbia Rd opp Pond St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "123", "links": { @@ -16196,7 +16592,8 @@ "longitude": -71.081156, "name": "Tremont St @ Northampton St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1230", "links": { @@ -16234,7 +16631,8 @@ "longitude": -71.119545, "name": "Massachusetts Ave @ Upland Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "12301", "links": { @@ -16293,7 +16691,8 @@ "longitude": -71.078602, "name": "Tremont St @ Worcester St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1232", "links": { @@ -16331,7 +16730,8 @@ "longitude": -71.180683, "name": "Park Ave @ Oakland Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "12323", "links": { @@ -16369,7 +16769,8 @@ "longitude": -71.07568, "name": "Tremont St @ Aguadilla St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1234", "links": { @@ -16407,7 +16808,8 @@ "longitude": -71.072883, "name": "Tremont St @ Upton St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1235", "links": { @@ -16445,7 +16847,8 @@ "longitude": -71.164065, "name": "Lake St @ Pleasant St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "12352", "links": { @@ -16483,7 +16886,8 @@ "longitude": -71.180414, "name": "Park Ave @ Park Circle", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "12360", "links": { @@ -16521,7 +16925,8 @@ "longitude": -71.06961, "name": "Tremont St @ E Berkeley St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1237", "links": { @@ -16559,7 +16964,8 @@ "longitude": -71.120846, "name": "Winthrop St @ Orchard St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "12376", "links": { @@ -16597,7 +17003,8 @@ "longitude": -71.067595, "name": "Tremont St @ Marginal St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1239", "links": { @@ -16635,7 +17042,8 @@ "longitude": -71.061759, "name": "Massachusetts Ave @ Boston St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "124", "links": { @@ -16673,7 +17081,8 @@ "longitude": -71.067101, "name": "Charles St S @ Park Plaza", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1241", "links": { @@ -16711,7 +17120,8 @@ "longitude": -71.066481, "name": "Tremont St @ Charles St S", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1242", "links": { @@ -16762,7 +17172,8 @@ "longitude": -71.097963, "name": "Prospect St @ Cambridge St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "12439", "links": { @@ -16800,7 +17211,8 @@ "longitude": -71.097843, "name": "Prospect St @ Cambridge St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "12451", "links": { @@ -16838,7 +17250,8 @@ "longitude": -71.072264, "name": "Tremont St @ Union Pk", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1246", "links": { @@ -16876,7 +17289,8 @@ "longitude": -71.199535, "name": "Wadsworth Rd @ Appleton St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "12465", "links": { @@ -16914,7 +17328,8 @@ "longitude": -71.191934, "name": "Appleton St @ Virginia Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "12468", "links": { @@ -16952,7 +17367,8 @@ "longitude": -71.076185, "name": "Tremont St @ Pembroke St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1248", "links": { @@ -16990,7 +17406,8 @@ "longitude": -71.063945, "name": "Massachusetts Ave @ Clapp St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "125", "links": { @@ -17028,7 +17445,8 @@ "longitude": -71.078336, "name": "Tremont St @ Concord Sq", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1250", "links": { @@ -17066,7 +17484,8 @@ "longitude": -71.096266, "name": "Prospect St @ Oak St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "12512", "links": { @@ -17104,7 +17523,8 @@ "longitude": -71.081337, "name": "Tremont St @ Northampton St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1252", "links": { @@ -17142,7 +17562,8 @@ "longitude": -71.083178, "name": "Tremont St @ Douglas Pk", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1253", "links": { @@ -17180,7 +17601,8 @@ "longitude": -71.095686, "name": "Prospect St @ Webster Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "12530", "links": { @@ -17201,11 +17623,11 @@ "type": "stop" }, { - "id": "2531", + "id": "9070503", "type": "stop" }, { - "id": "9070503", + "id": "2531", "type": "stop" } ] @@ -17235,7 +17657,8 @@ "longitude": -71.0848, "name": "Tremont St @ Burke St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1254", "links": { @@ -17273,7 +17696,8 @@ "longitude": -71.086948, "name": "Tremont St @ Columbus Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1255", "links": { @@ -17311,7 +17735,8 @@ "longitude": -71.092638, "name": "Tremont St @ Prentiss St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1257", "links": { @@ -17349,7 +17774,8 @@ "longitude": -71.094831, "name": "Tremont St @ Roxbury Crossing Station", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1258", "links": { @@ -17404,7 +17830,8 @@ "longitude": -71.090881, "name": "Malcolm X Blvd opp Madison Park HS", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1259", "links": { @@ -17442,7 +17869,8 @@ "longitude": -71.097159, "name": "Columbus Ave @ New Cedar St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1260", "links": { @@ -17480,7 +17908,8 @@ "longitude": -71.091691, "name": "Somerville Ave @ Merriam St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "12610", "links": { @@ -17518,7 +17947,8 @@ "longitude": -71.120538, "name": "Waterhouse St @ Massachusetts Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "12614", "links": { @@ -17556,7 +17986,8 @@ "longitude": -71.100331, "name": "Somerville Ave @ Church St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "12615", "links": { @@ -17594,7 +18025,8 @@ "longitude": -71.101852, "name": "Somerville Ave @ School St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "12616", "links": { @@ -17632,7 +18064,8 @@ "longitude": -71.172161, "name": "Washington St opp Harris St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "12618", "links": { @@ -17670,7 +18103,8 @@ "longitude": -71.098483, "name": "Columbus Ave @ Heath St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1262", "links": { @@ -17708,7 +18142,8 @@ "longitude": -71.132577, "name": "Broadway opp Clarendon Hill Busway", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "12636", "links": { @@ -17746,7 +18181,8 @@ "longitude": -71.134568, "name": "Broadway @ Sunnyside Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "12637", "links": { @@ -17784,7 +18220,8 @@ "longitude": -71.135976, "name": "Broadway @ Silk St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "12638", "links": { @@ -17822,7 +18259,8 @@ "longitude": -71.13759, "name": "Broadway opp Cleveland St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "12639", "links": { @@ -17860,7 +18298,8 @@ "longitude": -71.139285, "name": "Broadway @ N Union St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "12640", "links": { @@ -17898,7 +18337,8 @@ "longitude": -71.141393, "name": "Broadway opp Harlow St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "12641", "links": { @@ -17936,7 +18376,8 @@ "longitude": -71.143421, "name": "Broadway @ Tufts St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "12642", "links": { @@ -17969,12 +18410,13 @@ { "attributes": { "description": null, - "latitude": 42.412422, + "latitude": 42.412632, "location_type": 0, - "longitude": -71.145571, + "longitude": -71.145991, "name": "Broadway @ Allen St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "12643", "links": { @@ -18012,7 +18454,8 @@ "longitude": -71.149008, "name": "Broadway @ Franklin St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "12644", "links": { @@ -18050,7 +18493,8 @@ "longitude": -71.150282, "name": "Broadway @ Massachusetts Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "12645", "links": { @@ -18088,7 +18532,8 @@ "longitude": -71.145561, "name": "Broadway @ Allen St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "12648", "links": { @@ -18126,7 +18571,8 @@ "longitude": -71.143411, "name": "Broadway @ Tufts St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "12649", "links": { @@ -18164,7 +18610,8 @@ "longitude": -71.098393, "name": "Columbus Ave @ Dimock St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1265", "links": { @@ -18202,7 +18649,8 @@ "longitude": -71.141394, "name": "Broadway @ Harlow St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "12650", "links": { @@ -18240,7 +18688,8 @@ "longitude": -71.139313, "name": "Broadway @ Oxford St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "12651", "links": { @@ -18278,7 +18727,8 @@ "longitude": -71.137313, "name": "Broadway @ Cleveland St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "12652", "links": { @@ -18316,7 +18766,8 @@ "longitude": -71.13596, "name": "Broadway opp Silk St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "12653", "links": { @@ -18354,7 +18805,8 @@ "longitude": -71.134563, "name": "Broadway opp Sunnyside Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "12654", "links": { @@ -18392,7 +18844,8 @@ "longitude": -71.098353, "name": "Columbus Ave opp Bray St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1266", "links": { @@ -18430,7 +18883,8 @@ "longitude": -71.149882, "name": "Washington St @ Shepard St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1268", "links": { @@ -18468,7 +18922,8 @@ "longitude": -71.148221, "name": "Washington St @ Snow St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1269", "links": { @@ -18506,7 +18961,8 @@ "longitude": -71.104294, "name": "Medford St @ Broadway - Magoun Sq", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "12699", "links": { @@ -18544,7 +19000,8 @@ "longitude": -71.065816, "name": "Massachusetts Ave @ Newmarket Station", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "127", "links": { @@ -18582,7 +19039,8 @@ "longitude": -71.146379, "name": "Washington St @ Monastery Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1270", "links": { @@ -18620,7 +19078,8 @@ "longitude": -71.144682, "name": "Washington St @ Euston St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1272", "links": { @@ -18658,7 +19117,8 @@ "longitude": -71.143266, "name": "Washington St @ Commonwealth Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1273", "links": { @@ -18683,11 +19143,11 @@ "type": "stop" }, { - "id": "9170120", + "id": "1295", "type": "stop" }, { - "id": "1295", + "id": "9170120", "type": "stop" } ] @@ -18717,7 +19177,8 @@ "longitude": -71.140567, "name": "Washington St @ Corey Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1274", "links": { @@ -18755,7 +19216,8 @@ "longitude": -71.137945, "name": "Wahington St @ Evans Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1275", "links": { @@ -18793,7 +19255,8 @@ "longitude": -71.084052, "name": "Washington St @ Myrtle St - Cobble Hill Apt", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "12759", "links": { @@ -18831,7 +19294,8 @@ "longitude": -71.135747, "name": "Washington St @ Beacon St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1276", "links": { @@ -18882,7 +19346,8 @@ "longitude": -71.134258, "name": "684 Washington St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1277", "links": { @@ -18920,7 +19385,8 @@ "longitude": -71.131602, "name": "Washington St @ Winthrop Path", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1278", "links": { @@ -18958,7 +19424,8 @@ "longitude": -71.127641, "name": "West St @ Lodge Hill Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "12789", "links": { @@ -18996,7 +19463,8 @@ "longitude": -71.129157, "name": "Washington St @ Gardner Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1279", "links": { @@ -19034,7 +19502,8 @@ "longitude": -71.067744, "name": "Massachusetts Ave opp Magazine St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "128", "links": { @@ -19072,7 +19541,8 @@ "longitude": -71.12648, "name": "Washington St @ Gardner Path", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1280", "links": { @@ -19110,7 +19580,8 @@ "longitude": -71.124667, "name": "Washington St @ Greenough Circle", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1281", "links": { @@ -19148,7 +19619,8 @@ "longitude": -71.127671, "name": "West St opp Lodge Hill Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "12812", "links": { @@ -19186,7 +19658,8 @@ "longitude": -71.122877, "name": "Washington St @ Cypress St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1282", "links": { @@ -19224,7 +19697,8 @@ "longitude": -71.072326, "name": "Main St opp Schraffts Bldg", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "12821", "links": { @@ -19262,7 +19736,8 @@ "longitude": -71.06385, "name": "Main St @ Union St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "12826", "links": { @@ -19300,7 +19775,8 @@ "longitude": -71.05831, "name": "Chelsea St opp Constitution Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "12828", "links": { @@ -19338,7 +19814,8 @@ "longitude": -71.060949, "name": "Chelsea St @ Warren St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "12829", "links": { @@ -19376,7 +19853,8 @@ "longitude": -71.118927, "name": "Washington St @ Harvard St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1283", "links": { @@ -19414,7 +19892,8 @@ "longitude": -71.060233, "name": "Chelsea St @ Warren St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "12836", "links": { @@ -19452,7 +19931,8 @@ "longitude": -71.056282, "name": "Chelsea St @ Fifth St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "12838", "links": { @@ -19490,7 +19970,8 @@ "longitude": -71.05686, "name": "Vine St @ Bunker Hill St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "12852", "links": { @@ -19528,7 +20009,8 @@ "longitude": -71.051157, "name": "Thirteenth St @ Second Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "12853", "links": { @@ -19566,7 +20048,8 @@ "longitude": -71.052615, "name": "First Ave @ Ninth St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "12855", "links": { @@ -19604,7 +20087,8 @@ "longitude": -71.054947, "name": "First Ave @ Fifth St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "12856", "links": { @@ -19651,7 +20135,8 @@ "longitude": -71.058191, "name": "Chelsea St @ Constitution Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "12858", "links": { @@ -19689,7 +20174,8 @@ "longitude": -71.054667, "name": "First Ave @ Terry Ring", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "12859", "links": { @@ -19736,7 +20222,8 @@ "longitude": -71.118928, "name": "Washington St @ Harvard St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1286", "links": { @@ -19774,7 +20261,8 @@ "longitude": -71.052255, "name": "First Ave @ Ninth St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "12860", "links": { @@ -19812,7 +20300,8 @@ "longitude": -71.052029, "name": "Thirteenth St @ Fifth Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "12862", "links": { @@ -19850,7 +20339,8 @@ "longitude": -71.069736, "name": "Bunker Hill St @ Baldwin St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "12866", "links": { @@ -19888,7 +20378,8 @@ "longitude": -71.122471, "name": "Washington St @ School St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1287", "links": { @@ -19926,7 +20417,8 @@ "longitude": -71.124492, "name": "Washington St opp Greenough St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1288", "links": { @@ -19964,7 +20456,8 @@ "longitude": -71.110199, "name": "Mystic Ave @ Main St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "12888", "links": { @@ -20002,7 +20495,8 @@ "longitude": -71.126747, "name": "Washington St @ Griggs Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1289", "links": { @@ -20040,7 +20534,8 @@ "longitude": -71.054079, "name": "Pearl St @ High St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "12891", "links": { @@ -20078,7 +20573,8 @@ "longitude": -71.175667, "name": "Rivermoor St @ Charles Park Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "129", "links": { @@ -20116,7 +20612,8 @@ "longitude": -71.129184, "name": "Washington St opp Gardner Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1290", "links": { @@ -20154,7 +20651,8 @@ "longitude": -71.131336, "name": "Washington St @ Fairbanks St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1291", "links": { @@ -20192,7 +20690,8 @@ "longitude": -71.135066, "name": "Washington St @ Beacon St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1292", "links": { @@ -20243,7 +20742,8 @@ "longitude": -71.138162, "name": "Washington St @ Bartlett St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1293", "links": { @@ -20281,7 +20781,8 @@ "longitude": -71.067211, "name": "Columbia Rd @ Bird St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "12932", "links": { @@ -20319,7 +20820,8 @@ "longitude": -71.140502, "name": "Washington St @ Corey Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1294", "links": { @@ -20357,7 +20859,8 @@ "longitude": -71.057845, "name": "Boston St @ Fr Songin Way", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "12940", "links": { @@ -20395,7 +20898,8 @@ "longitude": -71.142524, "name": "Washington St @ Commonwealth Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1295", "links": { @@ -20408,15 +20912,15 @@ "connecting_stops": { "data": [ { - "id": "9170120", + "id": "9070120", "type": "stop" }, { - "id": "9070120", + "id": "place-wascm", "type": "stop" }, { - "id": "place-wascm", + "id": "1273", "type": "stop" }, { @@ -20424,7 +20928,7 @@ "type": "stop" }, { - "id": "1273", + "id": "9170120", "type": "stop" } ] @@ -20454,7 +20958,8 @@ "longitude": -71.144416, "name": "Washington St opp Euston Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1296", "links": { @@ -20487,12 +20992,13 @@ { "attributes": { "description": null, - "latitude": 42.346056, + "latitude": 42.346279, "location_type": 0, - "longitude": -71.146117, - "name": "Washington St @ Monastery Rd", + "longitude": -71.14643, + "name": "Washington St @ Pamela Donovan Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "1298", "links": { @@ -20530,7 +21036,8 @@ "longitude": -71.148213, "name": "Washington St opp Snow St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1299", "links": { @@ -20568,7 +21075,8 @@ "longitude": -71.057625, "name": "Andrew", "platform_name": "Busway", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "13", "links": { @@ -20609,7 +21117,8 @@ "longitude": -71.149638, "name": "Washington St opp Shepard St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1300", "links": { @@ -20647,7 +21156,8 @@ "longitude": -71.150755, "name": "7 Winship St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1301", "links": { @@ -20685,7 +21195,8 @@ "longitude": -71.131245, "name": "Harvard Ave @ Commonwealth Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1302", "links": { @@ -20697,10 +21208,6 @@ }, "connecting_stops": { "data": [ - { - "id": "9070131", - "type": "stop" - }, { "id": "place-harvd", "type": "stop" @@ -20740,7 +21247,8 @@ "longitude": -71.127662, "name": "Harvard St @ Coolidge St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1304", "links": { @@ -20778,7 +21286,8 @@ "longitude": -71.124518, "name": "Harvard St @ Shailer St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1306", "links": { @@ -20816,7 +21325,8 @@ "longitude": -71.121845, "name": "Harvard St @ Beacon St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1308", "links": { @@ -20871,7 +21381,8 @@ "longitude": -71.121038, "name": "Harvard St @ Marion St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1309", "links": { @@ -20909,7 +21420,8 @@ "longitude": -71.017747, "name": "Adams St @ Grenwold Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "13093", "links": { @@ -20947,7 +21459,8 @@ "longitude": -71.065959, "name": "Massachusetts Ave opp Newmarket Station", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "131", "links": { @@ -20985,7 +21498,8 @@ "longitude": -71.121506, "name": "Harvard St @ Harris St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1310", "links": { @@ -21023,7 +21537,8 @@ "longitude": -71.120492, "name": "Harvard St @ School St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1311", "links": { @@ -21061,7 +21576,8 @@ "longitude": -71.057763, "name": "Dewar St @ Dorchester Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "13121", "links": { @@ -21099,7 +21615,8 @@ "longitude": -71.118824, "name": "Harvard St @ Washington St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1313", "links": { @@ -21137,7 +21654,8 @@ "longitude": -71.112992, "name": "Huntington Ave @ S Huntington Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1314", "links": { @@ -21188,7 +21706,8 @@ "longitude": -71.01647, "name": "Newland St @ Huckins Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "13142", "links": { @@ -21226,7 +21745,8 @@ "longitude": -71.109678, "name": "Huntington Ave @ Parker Hill Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1315", "links": { @@ -21273,7 +21793,8 @@ "longitude": -71.106036, "name": "Huntington Ave opp Fenwood Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1317", "links": { @@ -21320,7 +21841,8 @@ "longitude": -71.103909, "name": "Tremont St opp Wigglesworth St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1319", "links": { @@ -21375,7 +21897,8 @@ "longitude": -71.101262, "name": "Tremont St @ Saint Alphonsus St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1320", "links": { @@ -21413,7 +21936,8 @@ "longitude": -71.097819, "name": "Tremont St @ Sewall St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1322", "links": { @@ -21451,7 +21975,8 @@ "longitude": -71.095333, "name": "Tremont St @ Columbus Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1323", "links": { @@ -21506,7 +22031,8 @@ "longitude": -70.986311, "name": "Sea St @ Moffat Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "13245", "links": { @@ -21544,7 +22070,8 @@ "longitude": -71.091588, "name": "Humboldt Ave @ Seaver St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1325", "links": { @@ -21577,12 +22104,13 @@ { "attributes": { "description": null, - "latitude": 42.311245, + "latitude": 42.311266, "location_type": 0, - "longitude": -71.090936, + "longitude": -71.090937, "name": "Humboldt Ave @ Hutchings St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1326", "links": { @@ -21620,7 +22148,8 @@ "longitude": -71.090489, "name": "Humboldt Ave @ Homestead St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1327", "links": { @@ -21658,7 +22187,8 @@ "longitude": -71.089171, "name": "Humboldt Ave @ Crawford St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1328", "links": { @@ -21696,7 +22226,8 @@ "longitude": -71.064112, "name": "Massachusetts Ave opp Clapp St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "133", "links": { @@ -21729,12 +22260,13 @@ { "attributes": { "description": null, - "latitude": 42.314457, + "latitude": 42.314456, "location_type": 0, - "longitude": -71.088358, + "longitude": -71.088362, "name": "Humboldt Ave @ Waumbeck St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1330", "links": { @@ -21772,7 +22304,8 @@ "longitude": -71.087061, "name": "Humboldt Ave @ Wyoming St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1331", "links": { @@ -21810,7 +22343,8 @@ "longitude": -71.086525, "name": "Humboldt Ave @ Townsend St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1332", "links": { @@ -21848,7 +22382,8 @@ "longitude": -71.083219, "name": "Townsend St @ Warren St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "13321", "links": { @@ -21886,7 +22421,8 @@ "longitude": -71.086142, "name": "Humboldt Ave @ Humboldt Ct", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1334", "links": { @@ -21924,7 +22460,8 @@ "longitude": -71.085891, "name": "Humboldt Ave @ ML King Blvd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1335", "links": { @@ -21962,7 +22499,8 @@ "longitude": -71.085695, "name": "Walnut Ave @ Dale St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1337", "links": { @@ -22000,7 +22538,8 @@ "longitude": -71.084643, "name": "Walnut Ave @ Rockland St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1338", "links": { @@ -22038,7 +22577,8 @@ "longitude": -71.083755, "name": "Walnut Ave @ St Richard St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1339", "links": { @@ -22076,7 +22616,8 @@ "longitude": -71.061892, "name": "Massachusetts Ave @ Columbia Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "134", "links": { @@ -22114,7 +22655,8 @@ "longitude": -71.083985, "name": "Walnut Ave @ Circuit St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1340", "links": { @@ -22152,7 +22694,8 @@ "longitude": -71.038385, "name": "Bryant Ave @ Upton St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "13400", "links": { @@ -22190,7 +22733,8 @@ "longitude": -71.025084, "name": "Quarry St @ Common St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "13402", "links": { @@ -22228,7 +22772,8 @@ "longitude": -71.020566, "name": "Opp 254 Quarry St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "13403", "links": { @@ -22266,7 +22811,8 @@ "longitude": -71.016357, "name": "Opp 150 Quarry St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "13404", "links": { @@ -22304,7 +22850,8 @@ "longitude": -71.010311, "name": "Granite St @ Packards Lane", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "13406", "links": { @@ -22342,7 +22889,8 @@ "longitude": -71.006084, "name": "125 Granite St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "13407", "links": { @@ -22380,7 +22928,8 @@ "longitude": -71.084873, "name": "Walnut Ave @ Rockland St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1341", "links": { @@ -22418,7 +22967,8 @@ "longitude": -71.085991, "name": "Walnut Ave @ Humboldt Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1342", "links": { @@ -22456,7 +23006,8 @@ "longitude": -71.086094, "name": "Humboldt Ave @ ML King Blvd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1344", "links": { @@ -22494,7 +23045,8 @@ "longitude": -71.086397, "name": "Humboldt Ave @ Munroe St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1345", "links": { @@ -22532,7 +23084,8 @@ "longitude": -71.086546, "name": "Humboldt Ave @ Townsend St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1346", "links": { @@ -22570,7 +23123,8 @@ "longitude": -71.059926, "name": "Columbia Rd @ Pond St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "135", "links": { @@ -22603,12 +23157,13 @@ { "attributes": { "description": null, - "latitude": 42.314793, + "latitude": 42.314768, "location_type": 0, - "longitude": -71.088285, + "longitude": -71.088313, "name": "Humboldt Ave @ Waumbeck St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1350", "links": { @@ -22646,7 +23201,8 @@ "longitude": -71.089385, "name": "Humboldt Ave @ Crawford St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1351", "links": { @@ -22684,7 +23240,8 @@ "longitude": -71.0905, "name": "Humboldt Ave @ Homestead St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1352", "links": { @@ -22717,12 +23274,13 @@ { "attributes": { "description": null, - "latitude": 42.311265, + "latitude": 42.311303, "location_type": 0, - "longitude": -71.091117, + "longitude": -71.091092, "name": "Humboldt Ave @ Hutchings St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1353", "links": { @@ -22760,7 +23318,8 @@ "longitude": -71.091869, "name": "Humboldt Ave @ Seaver St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1354", "links": { @@ -22798,7 +23357,8 @@ "longitude": -71.095246, "name": "Tremont St opp Roxbury Crossing Sta", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1357", "links": { @@ -22853,7 +23413,8 @@ "longitude": -71.098589, "name": "Tremont St @ Tobin Community Center", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "13590", "links": { @@ -22891,7 +23452,8 @@ "longitude": -71.056004, "name": "Columbia Rd @ Buttonwood St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "136", "links": { @@ -22929,7 +23491,8 @@ "longitude": -71.101383, "name": "Tremont St @ Saint Alphonsus St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1360", "links": { @@ -22967,7 +23530,8 @@ "longitude": -71.173924, "name": "Washington St @ School St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "13618", "links": { @@ -23005,7 +23569,8 @@ "longitude": -71.103897, "name": "Tremont St @ Huntington Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1362", "links": { @@ -23060,7 +23625,8 @@ "longitude": -71.105931, "name": "Huntington Ave @ Fenwood Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1363", "links": { @@ -23107,7 +23673,8 @@ "longitude": -71.109273, "name": "835 Huntington Ave opp Parker Hill Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1365", "links": { @@ -23154,7 +23721,8 @@ "longitude": -71.113099, "name": "Huntington Ave @ Riverway", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1366", "links": { @@ -23192,7 +23760,8 @@ "longitude": -71.118666, "name": "Harvard St @ Kent St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1367", "links": { @@ -23230,7 +23799,8 @@ "longitude": -70.924934, "name": "Pleasant St opp Shawmut St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "13685", "links": { @@ -23268,7 +23838,8 @@ "longitude": -71.120612, "name": "Harvard St @ Aspinwall Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1369", "links": { @@ -23306,7 +23877,8 @@ "longitude": -71.175492, "name": "Charles Park Rd @ Rivermoor St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "137", "links": { @@ -23344,7 +23916,8 @@ "longitude": -71.121312, "name": "Harvard St opp Vernon St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1371", "links": { @@ -23382,7 +23955,8 @@ "longitude": -70.969725, "name": "Commercial St @ Quincy Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "13713", "links": { @@ -23420,7 +23994,8 @@ "longitude": -70.977686, "name": "Union St @ Commercial St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "13714", "links": { @@ -23458,7 +24033,8 @@ "longitude": -70.982342, "name": "Union St @ McCusker Dr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "13716", "links": { @@ -23496,7 +24072,8 @@ "longitude": -71.121143, "name": "Harvard St @ Beacon St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1372", "links": { @@ -23551,7 +24128,8 @@ "longitude": -71.124866, "name": "Harvard St @ Stedman St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1373", "links": { @@ -23589,7 +24167,8 @@ "longitude": -71.127686, "name": "Harvard St @ Coolidge St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1375", "links": { @@ -23627,7 +24206,8 @@ "longitude": -71.129451, "name": "Harvard St opp Verndale St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1376", "links": { @@ -23665,7 +24245,8 @@ "longitude": -71.130722, "name": "Harvard Ave @ Commonwealth Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1378", "links": { @@ -23681,10 +24262,6 @@ "id": "9070130", "type": "stop" }, - { - "id": "9070131", - "type": "stop" - }, { "id": "place-harvd", "type": "stop" @@ -23720,7 +24297,8 @@ "longitude": -71.131843, "name": "Harvard Ave @ Brighton Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1379", "links": { @@ -23758,7 +24336,8 @@ "longitude": -71.048782, "name": "Mt Vernon St @ Bay Side Expo Center", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "138", "links": { @@ -23796,7 +24375,8 @@ "longitude": -70.967288, "name": "Washington St opp Prospect St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "13808", "links": { @@ -23834,7 +24414,8 @@ "longitude": -71.071104, "name": "W Dedham St @ Washington St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1381", "links": { @@ -23872,7 +24453,8 @@ "longitude": -70.965438, "name": "Washington St opp Richmond St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "13813", "links": { @@ -23910,7 +24492,8 @@ "longitude": -70.963522, "name": "Washington St @ Broad St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "13814", "links": { @@ -23948,7 +24531,8 @@ "longitude": -70.961315, "name": "Washington St @ Hunt St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "13815", "links": { @@ -23986,7 +24570,8 @@ "longitude": -70.95882, "name": "409 Washington St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "13816", "links": { @@ -24024,7 +24609,8 @@ "longitude": -70.954448, "name": "Washington St opp Avalon Dr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "13817", "links": { @@ -24062,7 +24648,8 @@ "longitude": -70.952634, "name": "563 Washington St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "13818", "links": { @@ -24100,7 +24687,8 @@ "longitude": -70.950648, "name": "Washington St opp West Lake Dr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "13819", "links": { @@ -24138,7 +24726,8 @@ "longitude": -71.072691, "name": "43 W Dedham St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1382", "links": { @@ -24176,7 +24765,8 @@ "longitude": -70.946697, "name": "Washington St @ Winter Ct", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "13820", "links": { @@ -24214,7 +24804,8 @@ "longitude": -70.946122, "name": "Middle St @ Winter St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "13821", "links": { @@ -24252,7 +24843,8 @@ "longitude": -70.948617, "name": "Middle St @ Circuit Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "13822", "links": { @@ -24290,7 +24882,8 @@ "longitude": -70.949734, "name": "Middle St @ Tara Dr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "13823", "links": { @@ -24328,7 +24921,8 @@ "longitude": -70.952633, "name": "Middle St opp Mediterranean Dr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "13824", "links": { @@ -24366,7 +24960,8 @@ "longitude": -70.955589, "name": "561 Main St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "13825", "links": { @@ -24404,7 +24999,8 @@ "longitude": -70.955424, "name": "Opp 650 Main St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "13826", "links": { @@ -24442,7 +25038,8 @@ "longitude": -70.955386, "name": "Main St @ Adams Place", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "13827", "links": { @@ -24480,7 +25077,8 @@ "longitude": -70.954078, "name": "Opp 85 Columbian St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "13828", "links": { @@ -24518,7 +25116,8 @@ "longitude": -70.952619, "name": "Opp 41 Columbian St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "13829", "links": { @@ -24556,7 +25155,8 @@ "longitude": -71.07376, "name": "Dartmouth St @ Tremont St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1383", "links": { @@ -24594,7 +25194,8 @@ "longitude": -70.955167, "name": "Pleasant St @ Main St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "13830", "links": { @@ -24632,7 +25233,8 @@ "longitude": -70.955366, "name": "Opp 861 Main St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "13831", "links": { @@ -24670,7 +25272,8 @@ "longitude": -70.955265, "name": "780 Main St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "13832", "links": { @@ -24708,7 +25311,8 @@ "longitude": -70.955322, "name": "650 Main St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "13833", "links": { @@ -24746,7 +25350,8 @@ "longitude": -70.955457, "name": "Opp 561 Main St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "13834", "links": { @@ -24784,7 +25389,8 @@ "longitude": -70.952463, "name": "Middle St @ Mediterranean Dr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "13835", "links": { @@ -24822,7 +25428,8 @@ "longitude": -70.949666, "name": "Middle St @ Dixon St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "13836", "links": { @@ -24860,7 +25467,8 @@ "longitude": -70.94867, "name": "Middle St opp Circuit Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "13837", "links": { @@ -24898,7 +25506,8 @@ "longitude": -70.945851, "name": "Middle St opp Winter St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "13838", "links": { @@ -24936,7 +25545,8 @@ "longitude": -70.946504, "name": "Washington St opp Winter Ct", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "13839", "links": { @@ -24974,7 +25584,8 @@ "longitude": -71.074771, "name": "Dartmouth St @ Appleton St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1384", "links": { @@ -25012,7 +25623,8 @@ "longitude": -70.950452, "name": "Washington St @ West Lake Dr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "13840", "links": { @@ -25050,7 +25662,8 @@ "longitude": -70.953745, "name": "564 Washington St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "13841", "links": { @@ -25088,7 +25701,8 @@ "longitude": -70.954323, "name": "Washington St @ Avalon Dr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "13842", "links": { @@ -25126,7 +25740,8 @@ "longitude": -70.957198, "name": "Washington St @ Main St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "13843", "links": { @@ -25164,7 +25779,8 @@ "longitude": -70.924618, "name": "Pleasant St @ Colonels Dr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "13844", "links": { @@ -25202,7 +25818,8 @@ "longitude": -70.924606, "name": "Pleasant St @ Sanderson Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "13845", "links": { @@ -25240,7 +25857,8 @@ "longitude": -70.924437, "name": "Pleasant St opp Granite Post Lane", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "13846", "links": { @@ -25278,7 +25896,8 @@ "longitude": -70.924597, "name": "Pleasant St @ Lorraine St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "13848", "links": { @@ -25316,7 +25935,8 @@ "longitude": -70.924819, "name": "Pleasant St opp Lambert Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "13849", "links": { @@ -25354,7 +25974,8 @@ "longitude": -70.924461, "name": "Pleasant St @ Raymond St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "13850", "links": { @@ -25392,7 +26013,8 @@ "longitude": -70.924576, "name": "Pleasant St @ Riley Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "13851", "links": { @@ -25430,7 +26052,8 @@ "longitude": -70.924939, "name": "Pleasant St @ Lambert Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "13852", "links": { @@ -25468,7 +26091,8 @@ "longitude": -70.924716, "name": "Pleasant St @ Village Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "13853", "links": { @@ -25506,7 +26130,8 @@ "longitude": -70.924535, "name": "Pleasant St @ Granite Post Lane", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "13854", "links": { @@ -25544,7 +26169,8 @@ "longitude": -70.924736, "name": "Pleasant St opp Sanderson Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "13855", "links": { @@ -25582,7 +26208,8 @@ "longitude": -70.925524, "name": "Mutton Lane @ Old Stone Way", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "13856", "links": { @@ -25620,7 +26247,8 @@ "longitude": -70.928307, "name": "100 Mutton Lane", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "13857", "links": { @@ -25658,7 +26286,8 @@ "longitude": -70.927982, "name": "1197 Washington St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "13858", "links": { @@ -25696,7 +26325,8 @@ "longitude": -70.925847, "name": "851 Pleasant St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "13859", "links": { @@ -25734,7 +26364,8 @@ "longitude": -71.082561, "name": "Boylston St @ Prudential Center", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1389", "links": { @@ -25772,7 +26403,8 @@ "longitude": -71.045834, "name": "263 Mt Vernon St @ St Christopher's Church", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "139", "links": { @@ -25810,7 +26442,8 @@ "longitude": -71.074969, "name": "Dartmouth St @ Appleton St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1395", "links": { @@ -25848,7 +26481,8 @@ "longitude": -71.003457, "name": "Franklin St @ Guild St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "13959", "links": { @@ -25886,7 +26520,8 @@ "longitude": -71.073849, "name": "Dartmouth St @ Tremont St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1396", "links": { @@ -25924,7 +26559,8 @@ "longitude": -71.07269, "name": "Opp 43 W Dedham St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1397", "links": { @@ -25962,7 +26598,8 @@ "longitude": -71.071385, "name": "W Dedham St @ Washington St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1398", "links": { @@ -26000,7 +26637,8 @@ "longitude": -71.082894, "name": "Belvidere St @ Huntington Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1399", "links": { @@ -26038,7 +26676,8 @@ "longitude": -71.056582, "name": "Dorchester St @ Dorchester Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "14", "links": { @@ -26093,7 +26732,8 @@ "longitude": -71.042799, "name": "Mt Vernon St @ Paul A. Dever School", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "140", "links": { @@ -26131,7 +26771,8 @@ "longitude": -71.112868, "name": "Cambridge St @ Prescott St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1400", "links": { @@ -26169,7 +26810,8 @@ "longitude": -71.110198, "name": "Cambridge St @ Trowbridge St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1401", "links": { @@ -26207,7 +26849,8 @@ "longitude": -71.107192, "name": "Cambridge St @ Dana St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1402", "links": { @@ -26245,7 +26888,8 @@ "longitude": -71.104529, "name": "Cambridge St @ Highland Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1403", "links": { @@ -26283,7 +26927,8 @@ "longitude": -71.007924, "name": "Franklin St opp Summer St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "14030", "links": { @@ -26321,7 +26966,8 @@ "longitude": -71.102211, "name": "Cambridge St @ Fayette St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "14031", "links": { @@ -26359,7 +27005,8 @@ "longitude": -71.100075, "name": "Cambridge St @ Hampshire St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1404", "links": { @@ -26397,7 +27044,8 @@ "longitude": -71.098247, "name": "Cambridge St @ Prospect St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1405", "links": { @@ -26435,7 +27083,8 @@ "longitude": -71.039538, "name": "88 North St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "14056", "links": { @@ -26473,7 +27122,8 @@ "longitude": -71.096041, "name": "Cambridge St @ Norfolk St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1406", "links": { @@ -26511,7 +27161,8 @@ "longitude": -71.089618, "name": "Cambridge St @ Berkshire St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1409", "links": { @@ -26549,7 +27200,8 @@ "longitude": -71.141584, "name": "Alewife", "platform_name": "Busway", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "141", "links": { @@ -26575,7 +27227,7 @@ }, "zone": { "data": { - "id": "ExpressBus-Downtown", + "id": "LocalBus", "type": "zone" } } @@ -26590,7 +27242,8 @@ "longitude": -71.08492, "name": "Cambridge St @ Sixth St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1411", "links": { @@ -26628,7 +27281,8 @@ "longitude": -71.081637, "name": "Cambridge St @ Sciarappa St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1413", "links": { @@ -26666,7 +27320,8 @@ "longitude": -71.079161, "name": "Cambridge St @ Third St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1416", "links": { @@ -26704,7 +27359,8 @@ "longitude": -71.081692, "name": "Cambridge St @ Sciarappa St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1417", "links": { @@ -26742,7 +27398,8 @@ "longitude": -71.084657, "name": "Cambridge St @ Sixth St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1419", "links": { @@ -26775,12 +27432,13 @@ { "attributes": { "description": null, - "latitude": 42.317071, + "latitude": 42.317207, "location_type": 0, - "longitude": -71.040217, - "name": "Mt Vernon St @ South Point Dr", + "longitude": -71.040611, + "name": "Mt Vernon St opp South Point Dr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "142", "links": { @@ -26813,12 +27471,13 @@ { "attributes": { "description": null, - "latitude": 42.372002, + "latitude": 42.372115, "location_type": 0, - "longitude": -71.087253, + "longitude": -71.087735, "name": "Cambridge St @ Lambert St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1420", "links": { @@ -26856,7 +27515,8 @@ "longitude": -71.089941, "name": "Cambridge St opp Berkshire St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1421", "links": { @@ -26894,7 +27554,8 @@ "longitude": -71.07316, "name": "Central Ave @ Central Ave Station", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "14211", "links": { @@ -26949,7 +27610,8 @@ "longitude": -71.093143, "name": "Cambridge St @ Windsor St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1422", "links": { @@ -26987,7 +27649,8 @@ "longitude": -71.041416, "name": "S Main St opp Woodlawn Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "14225", "links": { @@ -27025,7 +27688,8 @@ "longitude": -71.096101, "name": "Cambridge St @ Norfolk St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1423", "links": { @@ -27063,7 +27727,8 @@ "longitude": -71.039587, "name": "Main St @ Demarco Park", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "14233", "links": { @@ -27101,7 +27766,8 @@ "longitude": -71.09798, "name": "Cambridge St @ Prospect St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1424", "links": { @@ -27139,7 +27805,8 @@ "longitude": -71.100371, "name": "Cambridge St @ Springfield St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1425", "links": { @@ -27177,7 +27844,8 @@ "longitude": -71.104467, "name": "Cambridge St opp Highland Ave - Cambridge Hospital", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1427", "links": { @@ -27215,7 +27883,8 @@ "longitude": -71.107961, "name": "Cambridge St @ Hovey Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1428", "links": { @@ -27253,7 +27922,8 @@ "longitude": -71.109935, "name": "Cambridge St @ Trowbridge St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1429", "links": { @@ -27291,7 +27961,8 @@ "longitude": -71.075289, "name": "Boylston St @ Clarendon St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "143", "links": { @@ -27329,7 +28000,8 @@ "longitude": -71.11234, "name": "Felton St @ Cambridge St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1430", "links": { @@ -27367,7 +28039,8 @@ "longitude": -71.004865, "name": "Pearl St @ Hancock St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "14301", "links": { @@ -27405,7 +28078,8 @@ "longitude": -71.000216, "name": "Pearl St @ Ivory Plaza", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "14302", "links": { @@ -27443,7 +28117,8 @@ "longitude": -71.112665, "name": "Broadway @ Felton St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1431", "links": { @@ -27481,7 +28156,8 @@ "longitude": -71.178564, "name": "Arsenal St @ Irving St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1432", "links": { @@ -27519,7 +28195,8 @@ "longitude": -71.017292, "name": "Adams St @ Whitwell St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "14320", "links": { @@ -27557,7 +28234,8 @@ "longitude": -71.175494, "name": "Arsenal St @ Beacon Pk", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1433", "links": { @@ -27595,7 +28273,8 @@ "longitude": -71.043633, "name": "Edge Hill Rd @ Hollis St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "14331", "links": { @@ -27633,7 +28312,8 @@ "longitude": -71.173348, "name": "Arsenal St @ Beechwood Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1434", "links": { @@ -27671,7 +28351,8 @@ "longitude": -71.170768, "name": "Arsenal St @ Louise St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1435", "links": { @@ -27709,7 +28390,8 @@ "longitude": -71.166469, "name": "Arsenal St opp School St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1436", "links": { @@ -27747,7 +28429,8 @@ "longitude": -71.162592, "name": "Arsenal St @ Talcott Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1437", "links": { @@ -27785,7 +28468,8 @@ "longitude": -71.159401, "name": "Arsenal St @ Bond St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1438", "links": { @@ -27823,7 +28507,8 @@ "longitude": -71.025077, "name": "Common St @ Hilltop St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "14383", "links": { @@ -27861,7 +28546,8 @@ "longitude": -71.07295, "name": "Boylston St @ Berkeley St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "144", "links": { @@ -27899,7 +28585,8 @@ "longitude": -71.153017, "name": "Arsenal St @ Forge Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1442", "links": { @@ -27932,12 +28619,13 @@ { "attributes": { "description": null, - "latitude": 42.36244, + "latitude": 42.362579, "location_type": 0, - "longitude": -71.153372, + "longitude": -71.154149, "name": "Arsenal St @ Arlington St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1443", "links": { @@ -27967,44 +28655,6 @@ }, "type": "stop" }, - { - "attributes": { - "description": null, - "latitude": 42.362711, - "location_type": 0, - "longitude": -71.155659, - "name": "Arsenal St @ Elm St", - "platform_name": null, - "vehicle_type": 3 - }, - "id": "1444", - "links": { - "self": "/stops/1444" - }, - "relationships": { - "child_stops": { - "data": [] - }, - "connecting_stops": { - "data": [] - }, - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=1444" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, { "attributes": { "description": null, @@ -28013,7 +28663,8 @@ "longitude": -71.159331, "name": "Arsenal St @ Watertown Mall", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1445", "links": { @@ -28051,7 +28702,8 @@ "longitude": -70.908936, "name": "Highland Ave @ Salem Hospital", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "14460", "links": { @@ -28089,7 +28741,8 @@ "longitude": -70.921301, "name": "Highland Ave @ Hawthorne Sq", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "14465", "links": { @@ -28127,7 +28780,8 @@ "longitude": -71.163337, "name": "Arsenal St opp Talcott Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1447", "links": { @@ -28165,7 +28819,8 @@ "longitude": -70.934272, "name": "Highland Ave @ Walmart", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "14470", "links": { @@ -28203,7 +28858,8 @@ "longitude": -71.167553, "name": "Arsenal St @ School St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1448", "links": { @@ -28241,7 +28897,8 @@ "longitude": -71.170568, "name": "Arsenal St opp Louise St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1449", "links": { @@ -28279,7 +28936,8 @@ "longitude": -71.070442, "name": "Arlington St @ Saint James Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "145", "links": { @@ -28330,7 +28988,8 @@ "longitude": -71.173414, "name": "Arsenal St opp Beechwood Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1450", "links": { @@ -28368,7 +29027,8 @@ "longitude": -71.176226, "name": "Arsenal St opp Beacon Pk", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1451", "links": { @@ -28406,7 +29066,8 @@ "longitude": -71.179245, "name": "Arsenal St @ Irving St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1452", "links": { @@ -28444,7 +29105,8 @@ "longitude": -70.932387, "name": "Highland Ave opp Olde Village Dr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "14544", "links": { @@ -28482,7 +29144,8 @@ "longitude": -70.921548, "name": "Highland Ave @ Hawthorne Sq", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "14548", "links": { @@ -28520,7 +29183,8 @@ "longitude": -70.910976, "name": "Highland Ave @ Willson St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "14551", "links": { @@ -28558,7 +29222,8 @@ "longitude": -70.907457, "name": "Highland Ave opp Proctor St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "14553", "links": { @@ -28596,7 +29261,8 @@ "longitude": -70.951632, "name": "10 Centennial Drive - Boston Children's @ Peabody", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "14586", "links": { @@ -28634,7 +29300,8 @@ "longitude": -71.069533, "name": "Arlington St @ Isabella St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "146", "links": { @@ -28672,7 +29339,8 @@ "longitude": -70.919211, "name": "Margin St @ N Shore Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "14609", "links": { @@ -28710,7 +29378,8 @@ "longitude": -70.921895, "name": "Water St opp Appleton St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "14612", "links": { @@ -28748,7 +29417,8 @@ "longitude": -70.931699, "name": "Endicott St opp Market Basket", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "14613", "links": { @@ -28786,7 +29456,8 @@ "longitude": -70.929196, "name": "Endicott St @ Hutchinson Dr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "14615", "links": { @@ -28824,7 +29495,8 @@ "longitude": -70.928754, "name": "Endicott St opp Hutchinson Dr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "14616", "links": { @@ -28862,7 +29534,8 @@ "longitude": -71.174748, "name": "Opp 450 Washington St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "14618", "links": { @@ -28900,7 +29573,8 @@ "longitude": -71.071079, "name": "Bowdoin St @ Geneva Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1468", "links": { @@ -28938,7 +29612,8 @@ "longitude": -71.06958, "name": "169 Bowdoin St opp Eunice St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1469", "links": { @@ -28976,7 +29651,8 @@ "longitude": -71.068436, "name": "Herald St @ Tremont St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "147", "links": { @@ -29014,7 +29690,8 @@ "longitude": -71.06809, "name": "Bowdoin St @ Norton St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1470", "links": { @@ -29052,7 +29729,8 @@ "longitude": -71.066699, "name": "Bowdoin St @ Hamilton St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1471", "links": { @@ -29090,7 +29768,8 @@ "longitude": -71.002099, "name": "American Legion Hwy @ Beach St - Bell Circle", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "14717", "links": { @@ -29128,7 +29807,8 @@ "longitude": -71.065473, "name": "Bowdoin St opp Elba Terr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1472", "links": { @@ -29166,7 +29846,8 @@ "longitude": -71.064656, "name": "Bowdoin St @ Quincy St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1473", "links": { @@ -29204,7 +29885,8 @@ "longitude": -71.064051, "name": "Bowdoin St @ Adams St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "14731", "links": { @@ -29242,7 +29924,8 @@ "longitude": -71.062685, "name": "Bowdoin St @ Winter St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1474", "links": { @@ -29280,7 +29963,8 @@ "longitude": -70.945945, "name": "Lynn", "platform_name": "Busway", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "14748", "links": { @@ -29321,7 +30005,8 @@ "longitude": -71.062553, "name": "Hancock St @ Bowdoin St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1475", "links": { @@ -29359,7 +30044,8 @@ "longitude": -70.928107, "name": "Lewis St @ Norcross Ter", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "14753", "links": { @@ -29397,7 +30083,8 @@ "longitude": -71.06448, "name": "Hancock St @ Rowell St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1478", "links": { @@ -29435,7 +30122,8 @@ "longitude": -71.065813, "name": "Hancock St @ Jerome St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1479", "links": { @@ -29473,7 +30161,8 @@ "longitude": -71.064724, "name": "Herald St @ Washington St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "148", "links": { @@ -29511,7 +30200,8 @@ "longitude": -71.065765, "name": "Columbia Rd @ Hancock St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1480", "links": { @@ -29549,7 +30239,8 @@ "longitude": -71.066085, "name": "Dudley St @ Belden St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "1481", "links": { @@ -29587,7 +30278,8 @@ "longitude": -70.896067, "name": "Humphrey St @ Alden Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "14822", "links": { @@ -29625,7 +30317,8 @@ "longitude": -71.071148, "name": "Dudley St opp Howard Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "14831", "links": { @@ -29663,7 +30356,8 @@ "longitude": -70.851977, "name": "Elm St @ Mugford St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "14836", "links": { @@ -29701,7 +30395,8 @@ "longitude": -71.072135, "name": "Dudley St @ E Cottage St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1484", "links": { @@ -29739,7 +30434,8 @@ "longitude": -71.073929, "name": "Dudley St @ Langdon St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1485", "links": { @@ -29777,7 +30473,8 @@ "longitude": -71.074807, "name": "Dudley St @ Magazine St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1486", "links": { @@ -29815,7 +30512,8 @@ "longitude": -70.889214, "name": "Humphrey St @ Winthrop Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "14860", "links": { @@ -29853,7 +30551,8 @@ "longitude": -70.897491, "name": "Salem St @ Tedesco Golf Course", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "14868", "links": { @@ -29891,7 +30590,8 @@ "longitude": -71.075411, "name": "Dudley St @ Hampden St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1487", "links": { @@ -29929,7 +30629,8 @@ "longitude": -70.90595, "name": "opp 331 Paradise Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "14875", "links": { @@ -29967,7 +30668,8 @@ "longitude": -71.077494, "name": "Dudley St @ Adams St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1488", "links": { @@ -30005,7 +30707,8 @@ "longitude": -70.928199, "name": "Lewis St @ Phillips Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "14889", "links": { @@ -30043,7 +30746,8 @@ "longitude": -71.079127, "name": "Dudley St @ Dearborn St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "1489", "links": { @@ -30081,7 +30785,8 @@ "longitude": -71.082962, "name": "Dudley St @ Harrison Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1491", "links": { @@ -30119,7 +30824,8 @@ "longitude": -70.934817, "name": "Washington St @ Blaney Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "14925", "links": { @@ -30157,7 +30863,8 @@ "longitude": -71.08101, "name": "Dudley St @ Greenville St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1493", "links": { @@ -30195,7 +30902,8 @@ "longitude": -70.926519, "name": "Washington St @ Lincoln Pl", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "14936", "links": { @@ -30233,7 +30941,8 @@ "longitude": -70.933778, "name": "Washington St opp Dustin St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "14937", "links": { @@ -30271,7 +30980,8 @@ "longitude": -71.077403, "name": "Dudley St @ Adams St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1495", "links": { @@ -30301,6 +31011,45 @@ }, "type": "stop" }, + { + "attributes": { + "description": null, + "latitude": 42.326323, + "location_type": 0, + "longitude": -71.075735, + "name": "Dudley St opp Hampden St", + "platform_name": null, + "vehicle_type": 3, + "wheelchair_boarding": 1 + }, + "id": "1496", + "links": { + "self": "/stops/1496" + }, + "relationships": { + "child_stops": { + "data": [] + }, + "connecting_stops": { + "data": [] + }, + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=1496" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, { "attributes": { "description": null, @@ -30309,7 +31058,8 @@ "longitude": -71.074964, "name": "Dudley St @ Blue Hill Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1497", "links": { @@ -30347,7 +31097,8 @@ "longitude": -71.073931, "name": "Dudley St @ Dennis St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1498", "links": { @@ -30385,7 +31136,8 @@ "longitude": -71.072268, "name": "Dudley St @ W Cottage St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1499", "links": { @@ -30423,7 +31175,8 @@ "longitude": -71.054238, "name": "Dorchester St @ Vinton St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "15", "links": { @@ -30461,7 +31214,8 @@ "longitude": -71.057015, "name": "Broadway Station - Red Line", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "150", "links": { @@ -30508,7 +31262,8 @@ "longitude": -71.071274, "name": "Dudley St @ Howard Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1500", "links": { @@ -30546,7 +31301,8 @@ "longitude": -71.111446, "name": "High St @ Bradlee Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "15002", "links": { @@ -30584,7 +31340,8 @@ "longitude": -71.069253, "name": "Dudley St @ Uphams Corner Station", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1501", "links": { @@ -30631,7 +31388,8 @@ "longitude": -71.116526, "name": "George St @ Burget Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "15038", "links": { @@ -30669,7 +31427,8 @@ "longitude": -71.065955, "name": "Hancock St @ Bird St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1504", "links": { @@ -30707,7 +31466,8 @@ "longitude": -71.042282, "name": "Spruce St @ Second St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "15045", "links": { @@ -30745,7 +31505,8 @@ "longitude": -71.044421, "name": "Spruce St @ Williams St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "15046", "links": { @@ -30783,7 +31544,8 @@ "longitude": -71.047492, "name": "Captains Row @ Commandants Way", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "15047", "links": { @@ -30821,7 +31583,8 @@ "longitude": -71.045684, "name": "150 Captains Row", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "15048", "links": { @@ -30859,7 +31622,8 @@ "longitude": -71.046016, "name": "Captains Row @ Boatswains Way", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "15049", "links": { @@ -30897,7 +31661,8 @@ "longitude": -71.046142, "name": "5 Admiral's Way", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "15050", "links": { @@ -30935,7 +31700,8 @@ "longitude": -71.044534, "name": "Commandants Way @ Williams St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "15052", "links": { @@ -30973,7 +31739,8 @@ "longitude": -71.042218, "name": "45 Spruce St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "15053", "links": { @@ -31011,7 +31778,8 @@ "longitude": -71.039363, "name": "100 Everett Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "15054", "links": { @@ -31041,6 +31809,45 @@ }, "type": "stop" }, + { + "attributes": { + "description": null, + "latitude": 42.394496, + "location_type": 0, + "longitude": -71.040729, + "name": "Spruce St opp Mystic Mall", + "platform_name": null, + "vehicle_type": 3, + "wheelchair_boarding": 1 + }, + "id": "15055", + "links": { + "self": "/stops/15055" + }, + "relationships": { + "child_stops": { + "data": [] + }, + "connecting_stops": { + "data": [] + }, + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=15055" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, { "attributes": { "description": null, @@ -31049,7 +31856,8 @@ "longitude": -71.089342, "name": "3 Woodland Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "15058", "links": { @@ -31087,7 +31895,8 @@ "longitude": -71.064654, "name": "Hancock St @ Trull St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1506", "links": { @@ -31125,7 +31934,8 @@ "longitude": -71.091909, "name": "Highland Ave @ Sturges St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "15060", "links": { @@ -31163,7 +31973,8 @@ "longitude": -71.089152, "name": "Highland Ave @ Waddell St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "15061", "links": { @@ -31201,7 +32012,8 @@ "longitude": -71.062621, "name": "Hancock St @ Bowdoin St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1508", "links": { @@ -31239,7 +32051,8 @@ "longitude": -71.074414, "name": "Harrison Ave opp East Springfield St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "15088", "links": { @@ -31277,7 +32090,8 @@ "longitude": -71.063188, "name": "Bowdoin St @ Tovar St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1509", "links": { @@ -31307,44 +32121,6 @@ }, "type": "stop" }, - { - "attributes": { - "description": null, - "latitude": 42.342008, - "location_type": 0, - "longitude": -71.067929, - "name": "Washington St @ Savoy St", - "platform_name": null, - "vehicle_type": 3 - }, - "id": "15094", - "links": { - "self": "/stops/15094" - }, - "relationships": { - "child_stops": { - "data": [] - }, - "connecting_stops": { - "data": [] - }, - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=15094" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, { "attributes": { "description": null, @@ -31353,7 +32129,8 @@ "longitude": -71.064848, "name": "Washington St @ Herald St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "15095", "links": { @@ -31391,7 +32168,8 @@ "longitude": -71.056949, "name": "W Broadway @ Broadway Station", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "151", "links": { @@ -31438,7 +32216,8 @@ "longitude": -71.064277, "name": "Bowdoin St @ Hendry St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1510", "links": { @@ -31476,7 +32255,8 @@ "longitude": -71.064371, "name": "St Peters Sq @ Church", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "15100", "links": { @@ -31514,7 +32294,8 @@ "longitude": -71.064944, "name": "Bowdoin St @ Quincy St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1511", "links": { @@ -31552,7 +32333,8 @@ "longitude": -71.067582, "name": "Bowdoin St @ Bowdoin Pk", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1512", "links": { @@ -31590,7 +32372,8 @@ "longitude": -71.069728, "name": "Bowdoin St @ Eunice St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1514", "links": { @@ -31628,7 +32411,8 @@ "longitude": -71.071158, "name": "Bowdoin St @ Geneva Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1515", "links": { @@ -31666,7 +32450,8 @@ "longitude": -71.075909, "name": "Washington St @ Worcester St", "platform_name": "Nubian", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "15176", "links": { @@ -31704,7 +32489,8 @@ "longitude": -71.098925, "name": "Brookline Ave opp Jersey St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1518", "links": { @@ -31742,7 +32528,8 @@ "longitude": -71.100993, "name": "Brookline Ave @ Fullerton St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1519", "links": { @@ -31780,7 +32567,8 @@ "longitude": -71.10228, "name": "Brookline Ave @ Park Dr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1520", "links": { @@ -31818,7 +32606,8 @@ "longitude": -71.055341, "name": "Preble St @ Rogers St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "15201", "links": { @@ -31856,7 +32645,8 @@ "longitude": -71.107918, "name": "Brookline Ave @ Longwood Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1521", "links": { @@ -31894,7 +32684,8 @@ "longitude": -71.146008, "name": "Centre @ Colbert St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "15216", "links": { @@ -31932,7 +32723,8 @@ "longitude": -71.109515, "name": "Brookline Ave @ Francis St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1523", "links": { @@ -31970,7 +32762,8 @@ "longitude": -71.106227, "name": "Washington St @ Rockvale Circle", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "15235", "links": { @@ -32008,7 +32801,8 @@ "longitude": -71.103092, "name": "Washington St @ Sylvia St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "15236", "links": { @@ -32046,7 +32840,8 @@ "longitude": -71.111669, "name": "Brookline Ave @ Aspinwall Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1524", "links": { @@ -32084,7 +32879,8 @@ "longitude": -71.124253, "name": "Centre St @ Louders Ln", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "15241", "links": { @@ -32122,7 +32918,8 @@ "longitude": -71.113834, "name": "Brookline Ave @ Pearl St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1525", "links": { @@ -32160,7 +32957,8 @@ "longitude": -71.116931, "name": "Washington St @ Pearl St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1526", "links": { @@ -32215,7 +33013,8 @@ "longitude": -71.117512, "name": "Walnut St @ High St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1527", "links": { @@ -32274,7 +33073,8 @@ "longitude": -71.119349, "name": "High St opp Edgehill Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1528", "links": { @@ -32312,7 +33112,8 @@ "longitude": -71.120223, "name": "High St @ Oakland Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1529", "links": { @@ -32350,7 +33151,8 @@ "longitude": -71.121404, "name": "High St @ Cypress St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "15291", "links": { @@ -32388,7 +33190,8 @@ "longitude": -71.053809, "name": "W Broadway @ B St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "153", "links": { @@ -32426,7 +33229,8 @@ "longitude": -71.1219, "name": "Cypress St opp Henry St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1530", "links": { @@ -32464,7 +33268,8 @@ "longitude": -71.124167, "name": "Cypress St @ Rice St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1531", "links": { @@ -32502,7 +33307,8 @@ "longitude": -71.125809, "name": "Cypress St @ Walnut St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1532", "links": { @@ -32540,7 +33346,8 @@ "longitude": -71.128527, "name": "Boylston St @ Clark Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1533", "links": { @@ -32578,7 +33385,8 @@ "longitude": -71.132781, "name": "Boylston St @ Sumner Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1534", "links": { @@ -32616,7 +33424,8 @@ "longitude": -71.143465, "name": "Boylston St @ Chestnut Hill Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "1535", "links": { @@ -32649,12 +33458,13 @@ { "attributes": { "description": null, - "latitude": 42.326496, + "latitude": 42.326535, "location_type": 0, - "longitude": -71.145482, - "name": "Boylston St @ Timon Ave", + "longitude": -71.14568, + "name": "Boylston St @ White Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "15351", "links": { @@ -32692,7 +33502,8 @@ "longitude": -71.148305, "name": "Boylston St @ Reservoir Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1536", "links": { @@ -32730,7 +33541,8 @@ "longitude": -71.159212, "name": "Boylston St @ Norfolk Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1539", "links": { @@ -32768,7 +33580,8 @@ "longitude": -71.051503, "name": "W Broadway @ D St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "154", "links": { @@ -32806,7 +33619,8 @@ "longitude": -71.163925, "name": "Boylston St @ Hammond St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1540", "links": { @@ -32844,7 +33658,8 @@ "longitude": -71.158789, "name": "Boylston St @ Randolph Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1541", "links": { @@ -32882,7 +33697,8 @@ "longitude": -71.148904, "name": "850 Boylston St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1543", "links": { @@ -32920,7 +33736,8 @@ "longitude": -71.070337, "name": "Centre St @ Jackson St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "15431", "links": { @@ -32958,7 +33775,8 @@ "longitude": -71.145053, "name": "Opp 763 Boylston St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1544", "links": { @@ -32996,7 +33814,8 @@ "longitude": -71.142702, "name": "Boylston St @ Heath St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1545", "links": { @@ -33034,7 +33853,8 @@ "longitude": -71.133177, "name": "Boylston St @ Warren St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1546", "links": { @@ -33072,7 +33892,8 @@ "longitude": -71.128441, "name": "Boylston St @ Kennard Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1547", "links": { @@ -33110,7 +33931,8 @@ "longitude": -71.126136, "name": "Cypress St @ Milton Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1548", "links": { @@ -33148,7 +33970,8 @@ "longitude": -71.125901, "name": "Cypress St @ Walnut St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1549", "links": { @@ -33186,7 +34009,8 @@ "longitude": -71.052656, "name": "Broadway @ Maple Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "15492", "links": { @@ -33224,7 +34048,8 @@ "longitude": -71.049177, "name": "W Broadway @ E St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "155", "links": { @@ -33262,7 +34087,8 @@ "longitude": -71.1244, "name": "Cypress St @ Kendall St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1550", "links": { @@ -33300,7 +34126,8 @@ "longitude": -71.122295, "name": "Cypress St @ Franklin St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1551", "links": { @@ -33338,7 +34165,8 @@ "longitude": -71.121275, "name": "High St @ Cypress St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1552", "links": { @@ -33376,7 +34204,8 @@ "longitude": -71.120199, "name": "High St @ Highland Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1553", "links": { @@ -33414,7 +34243,8 @@ "longitude": -71.119112, "name": "High St @ Cumberland Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1554", "links": { @@ -33452,7 +34282,8 @@ "longitude": -71.116532, "name": "Washington St @ Walnut St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "1555", "links": { @@ -33507,7 +34338,8 @@ "longitude": -71.113648, "name": "Brookline Ave opp Pearl St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1556", "links": { @@ -33540,12 +34372,13 @@ { "attributes": { "description": null, - "latitude": 42.334819, + "latitude": 42.334931, "location_type": 0, - "longitude": -71.111517, + "longitude": -71.111393, "name": "Brookline Ave opp Aspinwall Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "1557", "links": { @@ -33583,7 +34416,8 @@ "longitude": -71.109067, "name": "Brookline Ave @ Francis St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1558", "links": { @@ -33621,7 +34455,8 @@ "longitude": -71.108182, "name": "Brookline Ave @ Deaconess Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1559", "links": { @@ -33659,7 +34494,8 @@ "longitude": -71.04761, "name": "W Broadway @ F St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "156", "links": { @@ -33697,7 +34533,8 @@ "longitude": -71.176684, "name": "525 Washington St opp Marion St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "15618", "links": { @@ -33735,7 +34572,8 @@ "longitude": -71.100835, "name": "132 Brookline Ave opp Fullerton St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1562", "links": { @@ -33773,7 +34611,8 @@ "longitude": -71.041771, "name": "Everett Ave @ Revere Beach Pkwy", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "15625", "links": { @@ -33811,7 +34650,8 @@ "longitude": -71.098982, "name": "Brookline Ave @ Jersey St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1563", "links": { @@ -33849,7 +34689,8 @@ "longitude": -71.097506, "name": "Brookline Ave @ Newbury St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1564", "links": { @@ -33887,7 +34728,8 @@ "longitude": -71.041716, "name": "Everett Ave @ Revere Beach Pkwy", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "15645", "links": { @@ -33925,7 +34767,8 @@ "longitude": -71.033439, "name": "Summit Ave @ Lafayette Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "15649", "links": { @@ -33963,7 +34806,8 @@ "longitude": -71.086506, "name": "Franklin Park Loop @ Zoo entrance", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1565", "links": { @@ -34001,7 +34845,8 @@ "longitude": -71.030729, "name": "Summit Ave @ Chelsea Soldiers Home", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "15650", "links": { @@ -34039,7 +34884,8 @@ "longitude": -71.028524, "name": "Hillside Ave @ Crest Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "15651", "links": { @@ -34077,7 +34923,8 @@ "longitude": -71.082454, "name": "Blue Hill Ave opp Warren St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1566", "links": { @@ -34115,7 +34962,8 @@ "longitude": -71.081431, "name": "Blue Hill Ave @ Devon St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "15660", "links": { @@ -34153,7 +35001,8 @@ "longitude": -71.079497, "name": "Blue Hill Ave @ Lawrence Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "15661", "links": { @@ -34191,7 +35040,8 @@ "longitude": -71.080747, "name": "Blue Hill Ave @ Intervale St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1567", "links": { @@ -34229,7 +35079,8 @@ "longitude": -71.078817, "name": "Blue Hill Ave @ Quincy St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1569", "links": { @@ -34267,7 +35118,8 @@ "longitude": -71.045971, "name": "W Broadway @ Dorchester St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "157", "links": { @@ -34305,7 +35157,8 @@ "longitude": -71.078104, "name": "Blue Hill Ave @ Woodcliff St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1570", "links": { @@ -34343,7 +35196,8 @@ "longitude": -71.077926, "name": "Blue Hill Ave @ Ingleside St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1571", "links": { @@ -34381,7 +35235,8 @@ "longitude": -71.077688, "name": "Blue Hill Ave @ Julian St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1572", "links": { @@ -34419,7 +35274,8 @@ "longitude": -71.077688, "name": "Blue Hill Ave @ W Cottage St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1573", "links": { @@ -34457,7 +35313,8 @@ "longitude": -71.076673, "name": "Blue Hill Ave @ Moreland St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1574", "links": { @@ -34495,7 +35352,8 @@ "longitude": -71.076161, "name": "Blue Hill Ave @ Winthrop St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1575", "links": { @@ -34533,7 +35391,8 @@ "longitude": -71.075227, "name": "Blue Hill Ave @ Dudley St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1576", "links": { @@ -34571,7 +35430,8 @@ "longitude": -71.075288, "name": "Blue Hill Ave @ Mt Pleasant Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1577", "links": { @@ -34609,7 +35469,8 @@ "longitude": -71.076306, "name": "Blue Hill Ave @ Winthrop St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1578", "links": { @@ -34647,7 +35508,8 @@ "longitude": -70.993301, "name": "opp 1456 North Shore Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "15782", "links": { @@ -34685,7 +35547,8 @@ "longitude": -71.006801, "name": "Beach St @ Cary Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "15787", "links": { @@ -34723,7 +35586,8 @@ "longitude": -71.077232, "name": "Blue Hill Ave opp Stafford St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1579", "links": { @@ -34755,17 +35619,102 @@ }, { "attributes": { - "description": "Wonderland - Busway", - "latitude": 42.413385, + "description": "Wonderland - Busway Berth A", + "latitude": 42.413593, "location_type": 0, - "longitude": -70.99205, + "longitude": -70.992021, "name": "Wonderland", - "platform_name": "Busway", - "vehicle_type": 3 + "platform_name": "Busway Berth A", + "vehicle_type": 3, + "wheelchair_boarding": 1 + }, + "id": "15796", + "links": { + "self": "/stops/15796" + }, + "relationships": { + "child_stops": { + "data": [] + }, + "connecting_stops": { + "data": [] + }, + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=15796" + } + }, + "parent_station": { + "data": { + "id": "place-wondl", + "type": "stop" + } + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Wonderland - Busway Berth B", + "latitude": 42.413375, + "location_type": 0, + "longitude": -70.992039, + "name": "Wonderland", + "platform_name": "Busway Berth B", + "vehicle_type": 3, + "wheelchair_boarding": 1 + }, + "id": "15797", + "links": { + "self": "/stops/15797" + }, + "relationships": { + "child_stops": { + "data": [] + }, + "connecting_stops": { + "data": [] + }, + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=15797" + } + }, + "parent_station": { + "data": { + "id": "place-wondl", + "type": "stop" + } + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Wonderland - Busway Berth C", + "latitude": 42.413177, + "location_type": 0, + "longitude": -70.992104, + "name": "Wonderland", + "platform_name": "Busway Berth C", + "vehicle_type": 3, + "wheelchair_boarding": 1 }, - "id": "15795", + "id": "15798", "links": { - "self": "/stops/15795" + "self": "/stops/15798" }, "relationships": { "child_stops": { @@ -34776,7 +35725,49 @@ }, "facilities": { "links": { - "related": "/facilities/?filter[stop]=15795" + "related": "/facilities/?filter[stop]=15798" + } + }, + "parent_station": { + "data": { + "id": "place-wondl", + "type": "stop" + } + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Wonderland - Busway Berth D", + "latitude": 42.412939, + "location_type": 0, + "longitude": -70.992187, + "name": "Wonderland", + "platform_name": "Busway Berth D", + "vehicle_type": 3, + "wheelchair_boarding": 1 + }, + "id": "15799", + "links": { + "self": "/stops/15799" + }, + "relationships": { + "child_stops": { + "data": [] + }, + "connecting_stops": { + "data": [] + }, + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=15799" } }, "parent_station": { @@ -34802,7 +35793,8 @@ "longitude": -71.046724, "name": "442 W Broadway", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "158", "links": { @@ -34840,7 +35832,8 @@ "longitude": -71.077605, "name": "Blue Hill Ave @ Irwin St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1580", "links": { @@ -34870,6 +35863,48 @@ }, "type": "stop" }, + { + "attributes": { + "description": "Wonderland - Busway Drop-off Only", + "latitude": 42.412692, + "location_type": 0, + "longitude": -70.992249, + "name": "Wonderland", + "platform_name": "Busway Drop-off Only", + "vehicle_type": 3, + "wheelchair_boarding": 1 + }, + "id": "15800", + "links": { + "self": "/stops/15800" + }, + "relationships": { + "child_stops": { + "data": [] + }, + "connecting_stops": { + "data": [] + }, + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=15800" + } + }, + "parent_station": { + "data": { + "id": "place-wondl", + "type": "stop" + } + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, { "attributes": { "description": null, @@ -34878,7 +35913,8 @@ "longitude": -70.998214, "name": "Tomasello Way", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "15808", "links": { @@ -34916,7 +35952,8 @@ "longitude": -71.077823, "name": "Blue Hill Ave @ Clifford St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1581", "links": { @@ -34954,7 +35991,8 @@ "longitude": -71.078086, "name": "Blue Hill Ave @ Edgewood St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1582", "links": { @@ -34992,7 +36030,8 @@ "longitude": -71.078268, "name": "Blue Hill Ave @ Maywood St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "15820", "links": { @@ -35030,7 +36069,8 @@ "longitude": -71.078834, "name": "Blue Hill Ave @ Quincy St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1583", "links": { @@ -35068,7 +36108,8 @@ "longitude": -71.018266, "name": "267 Cooledge St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "15832", "links": { @@ -35106,7 +36147,8 @@ "longitude": -71.079686, "name": "Blue Hill Ave @ Gaston St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1584", "links": { @@ -35144,7 +36186,8 @@ "longitude": -71.081148, "name": "Blue Hill Ave @ Brunswick St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1585", "links": { @@ -35182,7 +36225,8 @@ "longitude": -71.038158, "name": "Sumner St @ Orleans St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "15857", "links": { @@ -35220,7 +36264,8 @@ "longitude": -71.082173, "name": "Blue Hill Ave @ Stanwood St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1586", "links": { @@ -35258,7 +36303,8 @@ "longitude": -71.08595, "name": "Franklin Park Zoo @ Entrance", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "1587", "links": { @@ -35296,7 +36342,8 @@ "longitude": -71.004595, "name": "Orient Heights", "platform_name": "Saratoga St Busway", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "15880", "links": { @@ -35337,7 +36384,8 @@ "longitude": -71.132038, "name": "Western Ave @ Riverdale St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1589", "links": { @@ -35375,7 +36423,8 @@ "longitude": -71.047973, "name": "W Broadway @ F St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "159", "links": { @@ -35413,7 +36462,8 @@ "longitude": -71.084203, "name": "Ruggles St @ Shawmut Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1593", "links": { @@ -35451,7 +36501,8 @@ "longitude": -71.064801, "name": "Grove St @ Walnut St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "15940", "links": { @@ -35489,7 +36540,8 @@ "longitude": -71.07189, "name": "Washington St opp Brazil St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "15969", "links": { @@ -35527,7 +36579,8 @@ "longitude": -71.071749, "name": "Pleasant St opp Converse Ln", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "15970", "links": { @@ -35565,7 +36618,8 @@ "longitude": -71.071532, "name": "Pleasant St opp Gould St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "15971", "links": { @@ -35603,7 +36657,8 @@ "longitude": -71.070392, "name": "Pleasant St opp Everett St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "15974", "links": { @@ -35641,7 +36696,8 @@ "longitude": -71.071903, "name": "Wyoming Ave @ Cottage St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "15975", "links": { @@ -35679,7 +36735,8 @@ "longitude": -71.07485, "name": "Wyoming Ave @ Cleveland St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "15976", "links": { @@ -35717,7 +36774,8 @@ "longitude": -71.076884, "name": "Wyoming Ave @ Whittier St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "15977", "links": { @@ -35755,7 +36813,8 @@ "longitude": -71.07876, "name": "Wyoming Ave @ Ravine Terr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "15978", "links": { @@ -35793,7 +36852,8 @@ "longitude": -71.083105, "name": "Wyoming Ave @ Fellsway E", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "15979", "links": { @@ -35831,7 +36891,8 @@ "longitude": -71.100693, "name": "Main St @ South St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "15982", "links": { @@ -35869,7 +36930,8 @@ "longitude": -71.100741, "name": "550 Main St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "15983", "links": { @@ -35907,7 +36969,8 @@ "longitude": -71.100667, "name": "Main St @ Summer St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "15984", "links": { @@ -35945,7 +37008,8 @@ "longitude": -71.100425, "name": "Main St @ Hancock St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "15985", "links": { @@ -35983,7 +37047,8 @@ "longitude": -71.100179, "name": "Main St opp Maple St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "15986", "links": { @@ -36021,7 +37086,8 @@ "longitude": -71.100043, "name": "Main St @ William St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "15987", "links": { @@ -36059,7 +37125,8 @@ "longitude": -71.09993, "name": "Main St @ Elm St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "15988", "links": { @@ -36097,7 +37164,8 @@ "longitude": -71.103846, "name": "Redstone Shopping Center", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "15989", "links": { @@ -36135,7 +37203,8 @@ "longitude": -71.100605, "name": "159 Main St opp Collincote St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "15990", "links": { @@ -36173,7 +37242,8 @@ "longitude": -71.100301, "name": "Main St opp Common St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "15992", "links": { @@ -36211,7 +37281,8 @@ "longitude": -71.100964, "name": "Main St @ Summer St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "15994", "links": { @@ -36249,7 +37320,8 @@ "longitude": -71.100929, "name": "Main St @ Graystone Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "15995", "links": { @@ -36287,7 +37359,8 @@ "longitude": -71.083065, "name": "Wyoming Ave @ Fellsway E", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "15999", "links": { @@ -36325,7 +37398,8 @@ "longitude": -71.052919, "name": "Dorchester St @ Old Colony Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "16", "links": { @@ -36363,7 +37437,8 @@ "longitude": -71.049404, "name": "W Broadway @ E St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "160", "links": { @@ -36401,7 +37476,8 @@ "longitude": -71.07873, "name": "Wyoming Ave @ Ravine Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "16000", "links": { @@ -36439,7 +37515,8 @@ "longitude": -71.077159, "name": "Wyoming Ave @ Melbourne Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "16001", "links": { @@ -36477,7 +37554,8 @@ "longitude": -71.240192, "name": "Bacon St @ Clark Ln", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1606", "links": { @@ -36515,7 +37593,8 @@ "longitude": -71.240623, "name": "Bacon St @ Greenwood Ln", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1607", "links": { @@ -36553,7 +37632,8 @@ "longitude": -71.241157, "name": "Bacon St @ Kendall Pk", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1608", "links": { @@ -36591,7 +37671,8 @@ "longitude": -71.241444, "name": "Bacon St @ Dale St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1609", "links": { @@ -36629,7 +37710,8 @@ "longitude": -71.050952, "name": "W Broadway @ D St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "161", "links": { @@ -36667,7 +37749,8 @@ "longitude": -71.242176, "name": "Bacon St @ Plympton St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1610", "links": { @@ -36705,7 +37788,8 @@ "longitude": -70.895073, "name": "Loring Ave @ Station Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "16118", "links": { @@ -36743,7 +37827,8 @@ "longitude": -71.146603, "name": "W Boundary Rd @ Cedarcrest Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1612", "links": { @@ -36781,7 +37866,8 @@ "longitude": -70.903734, "name": "1000 Loring Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "16126", "links": { @@ -36819,7 +37905,8 @@ "longitude": -71.147072, "name": "W Boundary Rd @ Ohrenberger School", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1613", "links": { @@ -36857,7 +37944,8 @@ "longitude": -70.918443, "name": "Essex St @ Jackson Pk", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "16131", "links": { @@ -36895,7 +37983,8 @@ "longitude": -70.922283, "name": "Essex St opp Burrill St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "16132", "links": { @@ -36933,7 +38022,8 @@ "longitude": -71.145549, "name": "W Boundary Rd @ Georgetowne Dr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1614", "links": { @@ -36971,7 +38061,8 @@ "longitude": -71.144959, "name": "Georgetowne Dr @ Margaretta Dr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1615", "links": { @@ -37009,7 +38100,8 @@ "longitude": -70.903634, "name": "Opp 1000 Loring Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "16156", "links": { @@ -37047,7 +38139,8 @@ "longitude": -71.146391, "name": "Margaretta Dr @ Crown Point Dr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1616", "links": { @@ -37085,7 +38178,8 @@ "longitude": -71.146429, "name": "Opp 67 Crown Point Dr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1617", "links": { @@ -37123,7 +38217,8 @@ "longitude": -70.891188, "name": "Loring Ave @ Salem State University", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "16170", "links": { @@ -37161,7 +38256,8 @@ "longitude": -70.892459, "name": "Lafayette @ Leavitt St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "16177", "links": { @@ -37199,7 +38295,8 @@ "longitude": -71.145182, "name": "84 Georgetowne Pl", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1618", "links": { @@ -37237,7 +38334,8 @@ "longitude": -71.052494, "name": "W Broadway @ C St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "162", "links": { @@ -37275,7 +38373,8 @@ "longitude": -71.144821, "name": "Georgetowne Dr opp Margaretta Dr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1620", "links": { @@ -37313,7 +38412,8 @@ "longitude": -71.145404, "name": "W Boundary Rd @ Georgetowne Dr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1621", "links": { @@ -37351,7 +38451,8 @@ "longitude": -71.146361, "name": "W Boundary Rd @ Cedarcrest Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1623", "links": { @@ -37389,7 +38490,8 @@ "longitude": -71.053732, "name": "W Broadway @ B St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "163", "links": { @@ -37427,7 +38529,8 @@ "longitude": -71.13485, "name": "High St @ Johnson Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "16305", "links": { @@ -37465,7 +38568,8 @@ "longitude": -71.133765, "name": "High St @ Harvard Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "16316", "links": { @@ -37512,7 +38616,8 @@ "longitude": -71.013361, "name": "Centre St @ Intervale St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1633", "links": { @@ -37550,7 +38655,8 @@ "longitude": -71.015087, "name": "Centre St @ Brooks Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1634", "links": { @@ -37588,7 +38694,8 @@ "longitude": -71.016759, "name": "Centre St @ Granite St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1635", "links": { @@ -37626,7 +38733,8 @@ "longitude": -71.119479, "name": "River St @ Walter St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "16358", "links": { @@ -37664,7 +38772,8 @@ "longitude": -71.018784, "name": "Centre St @ Kent St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1636", "links": { @@ -37702,7 +38811,8 @@ "longitude": -71.113314, "name": "River St @ Maida Terr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "16360", "links": { @@ -37740,7 +38850,8 @@ "longitude": -71.100859, "name": "River St @ Holmfield Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "16364", "links": { @@ -37778,7 +38889,8 @@ "longitude": -71.097192, "name": "River St @ Tesla St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "16365", "links": { @@ -37816,7 +38928,8 @@ "longitude": -71.097269, "name": "River St @ Violante St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "16369", "links": { @@ -37854,7 +38967,8 @@ "longitude": -71.021578, "name": "West St @ Centre St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1637", "links": { @@ -37892,7 +39006,8 @@ "longitude": -71.022923, "name": "West St @ Lyons St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1638", "links": { @@ -37930,7 +39045,8 @@ "longitude": -71.024085, "name": "West St @ Ida St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1639", "links": { @@ -37968,7 +39084,8 @@ "longitude": -71.12019, "name": "Fairmount Ave opp Pierce St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "16391", "links": { @@ -38015,7 +39132,8 @@ "longitude": -71.025263, "name": "West St @ Doble St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1640", "links": { @@ -38053,7 +39171,8 @@ "longitude": -71.117607, "name": "Summit St @ Neponset Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "16403", "links": { @@ -38091,7 +39210,8 @@ "longitude": -71.025546, "name": "West St @ Hayden St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1641", "links": { @@ -38129,7 +39249,8 @@ "longitude": -71.026229, "name": "West St @ Wickford Ln", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1642", "links": { @@ -38167,7 +39288,8 @@ "longitude": -71.028228, "name": "West St @ Willard St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1643", "links": { @@ -38205,7 +39327,8 @@ "longitude": -71.11613, "name": "Cummins Hwy @ American Legion Hwy", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "16434", "links": { @@ -38243,7 +39366,8 @@ "longitude": -71.028609, "name": "Willard St opp Ames St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1644", "links": { @@ -38281,7 +39405,8 @@ "longitude": -71.095147, "name": "Cummins Hwy @ Fairway St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "16458", "links": { @@ -38319,7 +39444,8 @@ "longitude": -71.096952, "name": "Cummins Hwy @ Regis Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "16459", "links": { @@ -38357,7 +39483,8 @@ "longitude": -71.131791, "name": "Hyde Park Ave @ Milton St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "16466", "links": { @@ -38395,7 +39522,8 @@ "longitude": -71.03111, "name": "Willard St opp Thistle Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1647", "links": { @@ -38433,7 +39561,8 @@ "longitude": -71.118526, "name": "Hyde Park Ave @ Florian St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "16479", "links": { @@ -38471,7 +39600,8 @@ "longitude": -71.031558, "name": "859 Willard St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1648", "links": { @@ -38509,7 +39639,8 @@ "longitude": -71.032036, "name": "Granite St @ Wood Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1649", "links": { @@ -38547,7 +39678,8 @@ "longitude": -71.120666, "name": "Hyde Park Ave @ Metropolitan Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "16498", "links": { @@ -38585,7 +39717,8 @@ "longitude": -71.027761, "name": "Granite St @ Partridge Hill Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1650", "links": { @@ -38623,7 +39756,8 @@ "longitude": -71.116515, "name": "950 American Legion Hwy", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "16500", "links": { @@ -38661,7 +39795,8 @@ "longitude": -71.058557, "name": "Otis St @ Summer St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "16535", "links": { @@ -38716,7 +39851,8 @@ "longitude": -71.059508, "name": "Chauncy St @ Summer St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "16538", "links": { @@ -38771,7 +39907,8 @@ "longitude": -71.05748, "name": "Milk St @ Devonshire St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "16539", "links": { @@ -38854,7 +39991,8 @@ "longitude": -71.055682, "name": "Congress St @ Franklin St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "16551", "links": { @@ -38892,7 +40030,8 @@ "longitude": -71.151004, "name": "Mystic St @ Garden St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1656", "links": { @@ -38930,7 +40069,8 @@ "longitude": -71.153004, "name": "Mystic St @ Rangely Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1657", "links": { @@ -38968,7 +40108,8 @@ "longitude": -71.153763, "name": "Mystic St @ Farrington St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1658", "links": { @@ -39001,12 +40142,13 @@ { "attributes": { "description": null, - "latitude": 42.422232, + "latitude": 42.422552, "location_type": 0, - "longitude": -71.153805, + "longitude": -71.153825, "name": "201 Mystic St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1659", "links": { @@ -39044,7 +40186,8 @@ "longitude": -71.152874, "name": "Mystic St @ Davis Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1660", "links": { @@ -39082,7 +40225,8 @@ "longitude": -70.935808, "name": "Beach Rd @ Surfside Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "16606", "links": { @@ -39120,7 +40264,8 @@ "longitude": -71.151971, "name": "Mystic St @ Beverley Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1661", "links": { @@ -39158,7 +40303,8 @@ "longitude": -70.934768, "name": "Flash Rd @ Castle Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "16616", "links": { @@ -39196,7 +40342,8 @@ "longitude": -71.177137, "name": "Washington St @ Richards St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "16618", "links": { @@ -39234,7 +40381,8 @@ "longitude": -71.153151, "name": "355 Mystic St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1662", "links": { @@ -39272,7 +40420,8 @@ "longitude": -71.15536, "name": "449 Mystic St - Winchester Line", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1663", "links": { @@ -39310,7 +40459,8 @@ "longitude": -70.926821, "name": "Nahant Rd opp Greenlawn Cemetery", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "16642", "links": { @@ -39348,7 +40498,8 @@ "longitude": -71.152499, "name": "Cambridge St @ Robinson Pk", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1665", "links": { @@ -39386,7 +40537,8 @@ "longitude": -70.947263, "name": "Market St @ Commuter Rail", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "16653", "links": { @@ -39424,7 +40576,8 @@ "longitude": -71.151924, "name": "Cambridge St @ Everett Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1668", "links": { @@ -39462,7 +40615,8 @@ "longitude": -70.958627, "name": "Broadway @ Mayfair St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "16683", "links": { @@ -39500,7 +40654,8 @@ "longitude": -71.153201, "name": "Cambridge St @ Church St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1670", "links": { @@ -39538,7 +40693,8 @@ "longitude": -71.154159, "name": "125 Cambridge St opp Oneida Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1671", "links": { @@ -39576,7 +40732,8 @@ "longitude": -71.155274, "name": "Cambridge St @ Foxcroft Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "1672", "links": { @@ -39614,7 +40771,8 @@ "longitude": -71.156869, "name": "Cambridge St @ Wildwood St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1673", "links": { @@ -39652,7 +40810,8 @@ "longitude": -71.006711, "name": "323 Walnut St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "16730", "links": { @@ -39690,7 +40849,8 @@ "longitude": -70.989209, "name": "Walnut St @ Sterling St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "16734", "links": { @@ -39728,7 +40888,8 @@ "longitude": -70.991008, "name": "Garfield Ave @ Castle Rising Ct", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "16739", "links": { @@ -39766,7 +40927,8 @@ "longitude": -71.159548, "name": "Cambridge St @ Pond St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1674", "links": { @@ -39799,12 +40961,13 @@ { "attributes": { "description": null, - "latitude": 42.460916, + "latitude": 42.461148, "location_type": 0, - "longitude": -71.165774, - "name": "Cambridge Rd @ NE Rehab Hospital", + "longitude": -71.1663, + "name": "Cambridge Rd @ Rehabilitation Way", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 2 }, "id": "1677", "links": { @@ -39842,7 +41005,8 @@ "longitude": -71.168766, "name": "Cambridge Rd @ Country Club Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1678", "links": { @@ -39880,7 +41044,8 @@ "longitude": -71.171197, "name": "254 Cambridge Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1679", "links": { @@ -39918,7 +41083,8 @@ "longitude": -71.069294, "name": "Tremont St @ Appleton St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "168", "links": { @@ -39956,7 +41122,8 @@ "longitude": -71.173918, "name": "Cambridge Rd opp Parker St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1680", "links": { @@ -39994,7 +41161,8 @@ "longitude": -71.175406, "name": "Cambridge Rd @ Crawford Dr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1681", "links": { @@ -40032,7 +41200,8 @@ "longitude": -71.176458, "name": "Cambridge Rd @ Litchfield Dr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1682", "links": { @@ -40070,7 +41239,8 @@ "longitude": -71.178331, "name": "Cambridge Rd @ Russell St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1683", "links": { @@ -40108,7 +41278,8 @@ "longitude": -71.180056, "name": "Cambridge Rd opp Revere Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1684", "links": { @@ -40146,7 +41317,8 @@ "longitude": -71.181932, "name": "Cambridge Rd @ Locust St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "1686", "links": { @@ -40184,7 +41356,8 @@ "longitude": -71.185216, "name": "Cambridge Rd @ Bedford Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1687", "links": { @@ -40222,7 +41395,8 @@ "longitude": -71.186437, "name": "Cambridge St @ Ray Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1688", "links": { @@ -40260,7 +41434,8 @@ "longitude": -71.18724, "name": "26 Cambridge St @ Cafe Escadrille", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "16881", "links": { @@ -40298,7 +41473,8 @@ "longitude": -71.188235, "name": "Cambridge St opp Lincoln Knoll Ln", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1689", "links": { @@ -40336,7 +41512,8 @@ "longitude": -71.189417, "name": "Cambridge St @ Wall St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1690", "links": { @@ -40374,7 +41551,8 @@ "longitude": -71.192697, "name": "Cambridge St @ Burlington Mall Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "1691", "links": { @@ -40412,7 +41590,8 @@ "longitude": -71.193675, "name": "76 Cambridge St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1692", "links": { @@ -40450,7 +41629,8 @@ "longitude": -71.194782, "name": "Cambridge St @ Birchcrest St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1693", "links": { @@ -40488,7 +41668,8 @@ "longitude": -71.195031, "name": "Cambridge St @ Cedarwood Ln", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "1694", "links": { @@ -40526,7 +41707,8 @@ "longitude": -71.195784, "name": "Cambridge St @ Bedford St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1695", "links": { @@ -40564,7 +41746,8 @@ "longitude": -71.195703, "name": "Cambridge St @ Olympian Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1696", "links": { @@ -40602,7 +41785,8 @@ "longitude": -71.19879, "name": "Cambridge St @ Winn St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "1697", "links": { @@ -40640,7 +41824,8 @@ "longitude": -71.201089, "name": "Cambridge St opp Terry Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "16971", "links": { @@ -40678,7 +41863,8 @@ "longitude": -71.20203, "name": "Cambridge St @ Skilton Ln", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1698", "links": { @@ -40716,7 +41902,8 @@ "longitude": -71.205012, "name": "Cambridge St @ Pontos Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1699", "links": { @@ -40754,7 +41941,8 @@ "longitude": -71.051146, "name": "Dorchester St @ E 8th St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "17", "links": { @@ -40792,7 +41980,8 @@ "longitude": -71.181524, "name": "325 Boylston St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "17000", "links": { @@ -40830,7 +42019,8 @@ "longitude": -71.179309, "name": "280 Boylston St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "17001", "links": { @@ -40868,7 +42058,8 @@ "longitude": -71.259622, "name": "Wyman St @ Winter St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "17011", "links": { @@ -40906,7 +42097,8 @@ "longitude": -71.119553, "name": "Babcock Street", "platform_name": "Park Street & North", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 1 }, "id": "170136", "links": { @@ -40947,7 +42139,8 @@ "longitude": -71.120257, "name": "Babcock Street", "platform_name": "Boston College", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 1 }, "id": "170137", "links": { @@ -40988,7 +42181,8 @@ "longitude": -71.114318, "name": "Amory Street", "platform_name": "Park Street & North", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 1 }, "id": "170140", "links": { @@ -41029,7 +42223,8 @@ "longitude": -71.115027, "name": "Amory Street", "platform_name": "Boston College", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 1 }, "id": "170141", "links": { @@ -41070,7 +42265,8 @@ "longitude": -71.08836, "name": "Blue Hill Ave @ Harvard St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1706", "links": { @@ -41108,7 +42304,8 @@ "longitude": -71.089062, "name": "Blue Hill Ave @ Paxton St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1708", "links": { @@ -41146,7 +42343,8 @@ "longitude": -71.089874, "name": "Blue Hill Ave @ Greenock St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1709", "links": { @@ -41184,7 +42382,8 @@ "longitude": -71.020862, "name": "Terminal A", "platform_name": "South Station", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "17091", "links": { @@ -41222,7 +42421,8 @@ "longitude": -71.017983, "name": "Terminal B Stop 2 - Arrivals Level", "platform_name": "South Station", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "17093", "links": { @@ -41260,7 +42460,8 @@ "longitude": -71.017289, "name": "Terminal C - Arrivals Level", "platform_name": "South Station", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "17094", "links": { @@ -41298,7 +42499,8 @@ "longitude": -71.020238, "name": "Terminal E - Arrivals Level", "platform_name": "South Station", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "17095", "links": { @@ -41336,7 +42538,8 @@ "longitude": -71.042336, "name": "Congress St @ World Trade Center Sta", "platform_name": "South Station", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "17096", "links": { @@ -41379,7 +42582,8 @@ "longitude": -71.071717, "name": "Berkeley St @ Columbus Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "171", "links": { @@ -41417,7 +42621,8 @@ "longitude": -71.090663, "name": "Blue Hill Ave @ Johnston Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1710", "links": { @@ -41455,7 +42660,8 @@ "longitude": -70.88449, "name": "Dodge St @ Enon St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "17100", "links": { @@ -41493,7 +42699,8 @@ "longitude": -70.884683, "name": "Opp 22 Enon St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "17101", "links": { @@ -41531,7 +42738,8 @@ "longitude": -70.884687, "name": "Enon St @ Lakeview Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "17102", "links": { @@ -41574,7 +42782,8 @@ "longitude": -71.092282, "name": "Blue Hill Ave @ Goodale Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1713", "links": { @@ -41612,7 +42821,8 @@ "longitude": -71.093154, "name": "Blue Hill Ave @ Wellington Hill St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1714", "links": { @@ -41650,7 +42860,8 @@ "longitude": -70.891029, "name": "Winter St @ Bridge St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "17142", "links": { @@ -41688,7 +42899,8 @@ "longitude": -70.890595, "name": "Hawthorne Blvd @ Essex St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "17144", "links": { @@ -41726,7 +42938,8 @@ "longitude": -70.890086, "name": "Hawthorne Blvd @ Derby St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "17153", "links": { @@ -41764,7 +42977,8 @@ "longitude": -70.890528, "name": "Hawthorne Blvd @ Washington Sq S", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "17154", "links": { @@ -41802,7 +43016,8 @@ "longitude": -70.890984, "name": "Winter St @ Bridge St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "17156", "links": { @@ -41840,7 +43055,8 @@ "longitude": -71.093719, "name": "Blue Hill Ave @ Mattapan St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1716", "links": { @@ -41878,7 +43094,8 @@ "longitude": -70.883524, "name": "Cabot St @ Stone St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "17166", "links": { @@ -41916,7 +43133,8 @@ "longitude": -71.093802, "name": "Blue Hill Ave @ Almont St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1717", "links": { @@ -41954,7 +43172,8 @@ "longitude": -70.878059, "name": "Cabot St @ Essex St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "17170", "links": { @@ -41992,7 +43211,8 @@ "longitude": -71.093816, "name": "Blue Hill Ave @ Woodhaven St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1718", "links": { @@ -42030,7 +43250,8 @@ "longitude": -71.093955, "name": "Blue Hill Ave @ Mattapan Sq", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1720", "links": { @@ -42068,7 +43289,8 @@ "longitude": -71.093631, "name": "Blue Hills Pkwy @ River St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1721", "links": { @@ -42111,7 +43333,8 @@ "longitude": -71.093523, "name": "1624 Blue Hill Ave @ Mattapan Sq", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1722", "links": { @@ -42149,7 +43372,8 @@ "longitude": -71.093479, "name": "Blue Hill Ave @ Babson St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1723", "links": { @@ -42187,7 +43411,8 @@ "longitude": -70.937928, "name": "Union St @ Lincoln St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "17231", "links": { @@ -42225,7 +43450,8 @@ "longitude": -71.093404, "name": "Blue Hill Ave opp Woodhaven St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1724", "links": { @@ -42263,7 +43489,8 @@ "longitude": -71.093362, "name": "1458 Blue Hill Ave opp Almont St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1725", "links": { @@ -42301,7 +43528,8 @@ "longitude": -70.957173, "name": "Boston St opp Ford St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "17255", "links": { @@ -42339,7 +43567,8 @@ "longitude": -71.093257, "name": "Blue Hill Ave @ Mattapan Library", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1726", "links": { @@ -42377,7 +43606,8 @@ "longitude": -71.09285, "name": "Blue Hill Ave @ Fessenden St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1728", "links": { @@ -42415,7 +43645,8 @@ "longitude": -70.957149, "name": "Boston St @ Ford St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "17288", "links": { @@ -42448,12 +43679,13 @@ { "attributes": { "description": null, - "latitude": 42.349935, + "latitude": 42.350295, "location_type": 0, - "longitude": -71.074649, - "name": "Saint James Ave @ Clarendon St", + "longitude": -71.073414, + "name": "Saint James Ave @ Berkeley St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "173", "links": { @@ -42491,7 +43723,8 @@ "longitude": -71.091909, "name": "Blue Hill Ave @ Woolson St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1730", "links": { @@ -42529,7 +43762,8 @@ "longitude": -71.091264, "name": "Blue Hill Ave @ Morton St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1731", "links": { @@ -42567,7 +43801,8 @@ "longitude": -70.945, "name": "Chestnut St opp Peach St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "17316", "links": { @@ -42605,7 +43840,8 @@ "longitude": -71.090712, "name": "Blue Hill Ave @ Woodrow Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1732", "links": { @@ -42643,7 +43879,8 @@ "longitude": -70.968929, "name": "Lynnfield St @ St Mary Cemetery", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "17325", "links": { @@ -42681,7 +43918,8 @@ "longitude": -71.089996, "name": "Blue Hill Ave @ Arbutus St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1733", "links": { @@ -42719,7 +43957,8 @@ "longitude": -71.089446, "name": "Blue Hill Ave @ Callender St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1734", "links": { @@ -42757,7 +43996,8 @@ "longitude": -70.9795, "name": "Lynnfield St @ Union Hospital", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "17347", "links": { @@ -42795,7 +44035,8 @@ "longitude": -71.088891, "name": "Blue Hill Ave @ Westview St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1735", "links": { @@ -42833,7 +44074,8 @@ "longitude": -70.968996, "name": "Lynnfield St @ St Mary Cemetery", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "17354", "links": { @@ -42871,7 +44113,8 @@ "longitude": -71.087959, "name": "Blue Hill Ave opp Health Ctr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1736", "links": { @@ -42909,7 +44152,8 @@ "longitude": -71.087487, "name": "Blue Hill Ave @ Harvard St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1737", "links": { @@ -42947,7 +44191,8 @@ "longitude": -70.946021, "name": "Goodridge St @ Memorial Pk Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "17370", "links": { @@ -42985,7 +44230,8 @@ "longitude": -71.087646, "name": "Seaver St @ Maple St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1739", "links": { @@ -43023,7 +44269,8 @@ "longitude": -71.087686, "name": "Seaver St opp Maple St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "17391", "links": { @@ -43061,7 +44308,8 @@ "longitude": -71.080571, "name": "Ring Rd @ Boylston St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "174", "links": { @@ -43099,7 +44347,8 @@ "longitude": -71.089319, "name": "Seaver St @ Elm Hill Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1740", "links": { @@ -43137,7 +44386,8 @@ "longitude": -71.089263, "name": "Seaver St opp Elm Hill Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "17401", "links": { @@ -43175,7 +44425,8 @@ "longitude": -71.091897, "name": "Seaver St @ Humboldt Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1741", "links": { @@ -43213,7 +44464,8 @@ "longitude": -71.092111, "name": "Seaver St opp Humboldt Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "17411", "links": { @@ -43251,7 +44503,8 @@ "longitude": -71.01978, "name": "Salem St @ Cutler Hwy", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "17419", "links": { @@ -43289,7 +44542,8 @@ "longitude": -71.093489, "name": "Seaver St @ Harold St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1742", "links": { @@ -43327,7 +44581,8 @@ "longitude": -71.093668, "name": "Seaver St opp Harold St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "17421", "links": { @@ -43365,7 +44620,8 @@ "longitude": -71.014681, "name": "Salem St opp Franklin", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "17422", "links": { @@ -43403,7 +44659,8 @@ "longitude": -71.00667, "name": "Lincoln Ave @ Charlotte Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "17429", "links": { @@ -43441,7 +44698,8 @@ "longitude": -71.095387, "name": "Columbus Ave @ Walnut Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1743", "links": { @@ -43479,7 +44737,8 @@ "longitude": -70.978415, "name": "Summer St opp Raddin Grove Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "17449", "links": { @@ -43517,7 +44776,8 @@ "longitude": -71.029801, "name": "Central Ave @ Kennedy Dr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "17456", "links": { @@ -43555,7 +44815,8 @@ "longitude": -71.029756, "name": "Central Ave @ Kennedy Dr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "17463", "links": { @@ -43593,7 +44854,8 @@ "longitude": -71.109219, "name": "Heath St @ VA Hospital", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1747", "links": { @@ -43648,7 +44910,8 @@ "longitude": -71.106369, "name": "Heath St opp Hayden St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1749", "links": { @@ -43686,7 +44949,8 @@ "longitude": -71.077432, "name": "Boylston St @ Dartmouth St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "175", "links": { @@ -43741,7 +45005,8 @@ "longitude": -71.104744, "name": "Heath St @ Walden St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1750", "links": { @@ -43779,7 +45044,8 @@ "longitude": -71.101936, "name": "106 Heath St opp Bickford Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1751", "links": { @@ -43817,7 +45083,8 @@ "longitude": -71.100399, "name": "Heath St @ Parker St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1752", "links": { @@ -43855,7 +45122,8 @@ "longitude": -71.099639, "name": "34 Heath St opp Bromley St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1753", "links": { @@ -43893,7 +45161,8 @@ "longitude": -71.100404, "name": "Heath St @ Wensley St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1755", "links": { @@ -43931,7 +45200,8 @@ "longitude": -71.102195, "name": "107 Heath St opp Bickford Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1756", "links": { @@ -43969,7 +45239,8 @@ "longitude": -71.015635, "name": "Essex St opp School St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "17562", "links": { @@ -44007,7 +45278,8 @@ "longitude": -71.105107, "name": "177 Heath St opp Walden St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1757", "links": { @@ -44045,7 +45317,8 @@ "longitude": -71.106467, "name": "Heath St @ Hayden St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1758", "links": { @@ -44083,7 +45356,8 @@ "longitude": -71.014587, "name": "56 Main St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "17591", "links": { @@ -44121,7 +45395,8 @@ "longitude": -71.076035, "name": "Dartmouth St opp Back Bay Sta", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "176", "links": { @@ -44176,7 +45451,8 @@ "longitude": -71.109123, "name": "Heath St opp VA Hospital", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1760", "links": { @@ -44214,7 +45490,8 @@ "longitude": -71.110231, "name": "Heath St @ S Huntington Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1761", "links": { @@ -44269,7 +45546,8 @@ "longitude": -71.10505, "name": "Pearl St @ William St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1764", "links": { @@ -44307,7 +45585,8 @@ "longitude": -71.210511, "name": "Washington St @ Lowell Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "17645", "links": { @@ -44345,7 +45624,8 @@ "longitude": -71.107594, "name": "Pearl St @ Erie St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1766", "links": { @@ -44383,7 +45663,8 @@ "longitude": -71.070502, "name": "Saint James Ave @ Arlington St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "177", "links": { @@ -44434,7 +45715,8 @@ "longitude": -71.111914, "name": "Granite St @ Pearl St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1771", "links": { @@ -44472,7 +45754,8 @@ "longitude": -71.189076, "name": "Lexington St @ Laurel St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "17711", "links": { @@ -44510,7 +45793,8 @@ "longitude": -71.110476, "name": "Granite St @ Brookline St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1772", "links": { @@ -44548,7 +45832,8 @@ "longitude": -71.109993, "name": "Mountfort St @ Lenox St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1773", "links": { @@ -44586,7 +45871,8 @@ "longitude": -71.105259, "name": "Park Dr @ Beacon St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1775", "links": { @@ -44624,7 +45910,8 @@ "longitude": -71.103831, "name": "Brookline Ave @ Pilgrim Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1777", "links": { @@ -44662,7 +45949,8 @@ "longitude": -71.234797, "name": "1045 Trapelo Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "17774", "links": { @@ -44700,7 +45988,8 @@ "longitude": -71.105828, "name": "Brookline Ave @ Short St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1778", "links": { @@ -44738,7 +46027,8 @@ "longitude": -71.107013, "name": "Longwood Ave @ Brookline Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1779", "links": { @@ -44776,7 +46066,8 @@ "longitude": -71.076639, "name": "Saint James Ave @ Dartmouth St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "178", "links": { @@ -44831,7 +46122,8 @@ "longitude": -71.104448, "name": "Longwood Ave @ Blackfan St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1780", "links": { @@ -44869,7 +46161,8 @@ "longitude": -71.237473, "name": "Crescent St @ Moody St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "17813", "links": { @@ -44907,7 +46200,8 @@ "longitude": -71.240002, "name": "Rumford Ave @ Lexington St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "17839", "links": { @@ -44945,7 +46239,8 @@ "longitude": -71.095079, "name": "Ruggles St @ Huntington Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1784", "links": { @@ -45000,7 +46295,8 @@ "longitude": -71.239454, "name": "Crescent St @ Spruce St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "17846", "links": { @@ -45038,7 +46334,8 @@ "longitude": -71.093223, "name": "Ruggles St @ Annunciation Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1785", "links": { @@ -45076,7 +46373,8 @@ "longitude": -71.089616, "name": "Ruggles", "platform_name": "Upper Busway", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "17861", "links": { @@ -45117,7 +46415,8 @@ "longitude": -71.089085, "name": "Ruggles", "platform_name": "Lower Busway Lane 1", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "17862", "links": { @@ -45158,7 +46457,8 @@ "longitude": -71.08905, "name": "Ruggles", "platform_name": "Lower Busway Lane 2", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "17863", "links": { @@ -45199,7 +46499,8 @@ "longitude": -71.075479, "name": "Washington St @ Worcester St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1787", "links": { @@ -45237,7 +46538,8 @@ "longitude": -71.272365, "name": "Springs Rd opp Bldg 23", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "17879", "links": { @@ -45275,7 +46577,8 @@ "longitude": -71.073677, "name": "Washington St @ E Newton St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1788", "links": { @@ -45313,7 +46616,8 @@ "longitude": -71.071195, "name": "Washington St @ Mystic St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1789", "links": { @@ -45351,7 +46655,8 @@ "longitude": -71.079598, "name": "Huntington Ave @ Ring Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "179", "links": { @@ -45389,7 +46694,8 @@ "longitude": -71.074011, "name": "Harrison Ave @ Worcester Sq", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1790", "links": { @@ -45427,7 +46733,8 @@ "longitude": -71.077233, "name": "Harrison Ave @ E Lenox St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1791", "links": { @@ -45465,7 +46772,8 @@ "longitude": -71.183186, "name": "Massachusetts Ave @ Park Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "17922", "links": { @@ -45503,7 +46811,8 @@ "longitude": -71.093235, "name": "Ruggles St @ Parker St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1798", "links": { @@ -45541,7 +46850,8 @@ "longitude": -71.095101, "name": "Ruggles St @ Huntington Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1799", "links": { @@ -45596,7 +46906,8 @@ "longitude": -71.049528, "name": "180 Dorchester St opp W 7th St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "18", "links": { @@ -45634,7 +46945,8 @@ "longitude": -71.05668, "name": "Auckland St @ Bay St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "180", "links": { @@ -45672,7 +46984,8 @@ "longitude": -71.097203, "name": "Louis Prang St @ Evans Way", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1800", "links": { @@ -45710,7 +47023,8 @@ "longitude": -71.106836, "name": "Brookline Ave @ Longwood Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1804", "links": { @@ -45748,7 +47062,8 @@ "longitude": -71.105523, "name": "Brookline Ave opp Short St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1805", "links": { @@ -45786,7 +47101,8 @@ "longitude": -71.103291, "name": "Brookline Ave @ The Fenway", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1806", "links": { @@ -45824,7 +47140,8 @@ "longitude": -71.104266, "name": "Park Dr @ Fenway Station", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1807", "links": { @@ -45871,7 +47188,8 @@ "longitude": -71.105198, "name": "Park Dr @ Beacon St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1808", "links": { @@ -45909,7 +47227,8 @@ "longitude": -71.110135, "name": "Commonwealth Ave @ University Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1810", "links": { @@ -45947,7 +47266,8 @@ "longitude": -71.109987, "name": "Brookline St @ Granite St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1811", "links": { @@ -45985,7 +47305,8 @@ "longitude": -71.107841, "name": "Brookline St @ Putnam Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1812", "links": { @@ -46023,7 +47344,8 @@ "longitude": -71.105984, "name": "Brookline St @ Erie St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1813", "links": { @@ -46061,7 +47383,8 @@ "longitude": -71.103988, "name": "Brookline St @ Pacific St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "1814", "links": { @@ -46099,7 +47422,8 @@ "longitude": -71.235576, "name": "Webster St opp Elder Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "18144", "links": { @@ -46137,7 +47461,8 @@ "longitude": -71.101948, "name": "Brookline St @ Green St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1816", "links": { @@ -46167,41 +47492,6 @@ }, "type": "stop" }, - { - "attributes": { - "description": null, - "latitude": 42.363748, - "location_type": 0, - "longitude": -71.103684, - "name": "Pearl St @ Franklin St", - "platform_name": null, - "vehicle_type": null - }, - "id": "1817", - "links": { - "self": "/stops/1817" - }, - "relationships": { - "child_stops": { - "data": [] - }, - "connecting_stops": { - "data": [] - }, - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=1817" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": null - } - }, - "type": "stop" - }, { "attributes": { "description": null, @@ -46210,7 +47500,8 @@ "longitude": -71.194413, "name": "Cambridge St @ Arlington Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "18239", "links": { @@ -46248,7 +47539,8 @@ "longitude": -71.183505, "name": "Cambridge Rd @ Sylvanus Wood Ln", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "18244", "links": { @@ -46286,7 +47578,8 @@ "longitude": -71.213096, "name": "Burlington Mall Rd @ NE Executive Pk", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "18245", "links": { @@ -46324,7 +47617,8 @@ "longitude": -71.205172, "name": "Burlington Mall Rd @ Lahey Hospital & Medical Ctr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "18246", "links": { @@ -46362,7 +47656,8 @@ "longitude": -71.202686, "name": "31 Burlington Mall Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "18247", "links": { @@ -46400,7 +47695,8 @@ "longitude": -71.200833, "name": "Burlington Mall Rd @ S Bedford St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "18248", "links": { @@ -46438,7 +47734,8 @@ "longitude": -71.196906, "name": "Burlington Mall Rd @ Marriott Hotel", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "18249", "links": { @@ -46476,7 +47773,8 @@ "longitude": -71.198056, "name": "S Bedford St @ Kimball Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 2 }, "id": "18251", "links": { @@ -46514,7 +47812,8 @@ "longitude": -71.154023, "name": "Mystic St @ Ridge St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "18272", "links": { @@ -46552,7 +47851,8 @@ "longitude": -71.030439, "name": "Kennedy Dr @ Bldg 142", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "18338", "links": { @@ -46590,7 +47890,8 @@ "longitude": -70.878907, "name": "Sohier Rd opp Tozer Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "18351", "links": { @@ -46628,7 +47929,8 @@ "longitude": -70.879029, "name": "100 Sohier Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "18352", "links": { @@ -46666,7 +47968,8 @@ "longitude": -71.157873, "name": "Independence Dr @ Maranville St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1836", "links": { @@ -46696,44 +47999,6 @@ }, "type": "stop" }, - { - "attributes": { - "description": null, - "latitude": 42.295424, - "location_type": 0, - "longitude": -71.158716, - "name": "Opp 650 VFW Pkwy", - "platform_name": null, - "vehicle_type": 3 - }, - "id": "1838", - "links": { - "self": "/stops/1838" - }, - "relationships": { - "child_stops": { - "data": [] - }, - "connecting_stops": { - "data": [] - }, - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=1838" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, { "attributes": { "description": null, @@ -46742,7 +48007,8 @@ "longitude": -71.16257, "name": "VFW Pkwy @ Corey St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1839", "links": { @@ -46780,7 +48046,8 @@ "longitude": -71.162185, "name": "310 Corey St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1840", "links": { @@ -46818,7 +48085,8 @@ "longitude": -71.160747, "name": "Corey St @ Weld St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1841", "links": { @@ -46856,7 +48124,8 @@ "longitude": -71.15857, "name": "Weld St @ Ruskin St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "1842", "links": { @@ -46894,7 +48163,8 @@ "longitude": -71.157421, "name": "Weld St @ Maple St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1843", "links": { @@ -46932,7 +48202,8 @@ "longitude": -71.155466, "name": "Weld St @ Willow St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1844", "links": { @@ -46970,7 +48241,8 @@ "longitude": -71.154376, "name": "Weld St @ Manthorne Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1845", "links": { @@ -47008,7 +48280,8 @@ "longitude": -71.152359, "name": "Weld St @ Russett Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1846", "links": { @@ -47046,7 +48319,8 @@ "longitude": -71.149474, "name": "Weld St @ Church St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1847", "links": { @@ -47084,7 +48358,8 @@ "longitude": -71.146614, "name": "Weld St @ Parklawn Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1848", "links": { @@ -47122,7 +48397,8 @@ "longitude": -71.18717, "name": "770 Dedham St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "18487", "links": { @@ -47160,7 +48436,8 @@ "longitude": -71.144645, "name": "Weld St @ Burnside Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1849", "links": { @@ -47198,7 +48475,8 @@ "longitude": -71.092067, "name": "Mattapan", "platform_name": "North Busway", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "185", "links": { @@ -47239,7 +48517,8 @@ "longitude": -71.143325, "name": "Weld St @ Ravenna Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1850", "links": { @@ -47277,7 +48556,8 @@ "longitude": -71.140076, "name": "Weld St @ Cerdan Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1851", "links": { @@ -47315,7 +48595,8 @@ "longitude": -71.091726, "name": "Mattapan", "platform_name": "South Busway", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "18511", "links": { @@ -47356,7 +48637,8 @@ "longitude": -71.138855, "name": "Weld St @ Colby Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1852", "links": { @@ -47394,7 +48676,8 @@ "longitude": -71.136678, "name": "Weld St opp Wedgewood Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1853", "links": { @@ -47432,7 +48715,8 @@ "longitude": -71.190013, "name": "Dedham St opp Rosalie Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "18542", "links": { @@ -47470,7 +48754,8 @@ "longitude": -71.130566, "name": "170 Walter St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1856", "links": { @@ -47508,7 +48793,8 @@ "longitude": -71.130541, "name": "144 Walter St opp Mendum St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1857", "links": { @@ -47546,7 +48832,8 @@ "longitude": -71.132098, "name": "Walter St opp Ashfield St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "18581", "links": { @@ -47584,7 +48871,8 @@ "longitude": -71.212864, "name": "Massachusetts Ave @ Marrett Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "18595", "links": { @@ -47622,7 +48910,8 @@ "longitude": -71.134177, "name": "Walter St @ Hewlett St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1860", "links": { @@ -47660,7 +48949,8 @@ "longitude": -71.180997, "name": "Washington St @ Sylvia Ln", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "18618", "links": { @@ -47698,7 +48988,8 @@ "longitude": -71.226073, "name": "Massachusetts Ave opp Grant St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "18636", "links": { @@ -47736,7 +49027,8 @@ "longitude": -71.132032, "name": "Walter St @ Ashfield St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "18691", "links": { @@ -47774,7 +49066,8 @@ "longitude": -71.083328, "name": "Massachusetts Ave @ Massachusetts Ave Station", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "187", "links": { @@ -47821,7 +49114,8 @@ "longitude": -71.130414, "name": "Walter St @ Mendum St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1871", "links": { @@ -47859,7 +49153,8 @@ "longitude": -71.130421, "name": "Opp 174 Walter St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1872", "links": { @@ -47897,7 +49192,8 @@ "longitude": -71.136765, "name": "Weld St @ Wedgewood Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1875", "links": { @@ -47935,7 +49231,8 @@ "longitude": -71.139006, "name": "Weld St @ Alward Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1876", "links": { @@ -47973,7 +49270,8 @@ "longitude": -71.140097, "name": "Weld St @ Morey St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1877", "links": { @@ -48011,7 +49309,8 @@ "longitude": -71.143458, "name": "Weld St @ Gretter Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1878", "links": { @@ -48049,7 +49348,8 @@ "longitude": -71.144283, "name": "Weld St @ Lantern Ln", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1879", "links": { @@ -48087,7 +49387,8 @@ "longitude": -71.083092, "name": "Massachusetts Ave @ Massachusetts Ave Station", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "188", "links": { @@ -48134,7 +49435,8 @@ "longitude": -71.146583, "name": "Weld St @ Parklawn Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1880", "links": { @@ -48172,7 +49474,8 @@ "longitude": -71.149288, "name": "Weld St @ Church St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1881", "links": { @@ -48210,7 +49513,8 @@ "longitude": -71.152187, "name": "Weld St @ Russet Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1882", "links": { @@ -48248,7 +49552,8 @@ "longitude": -71.154234, "name": "Weld St @ Manthorne Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1883", "links": { @@ -48286,7 +49591,8 @@ "longitude": -71.15561, "name": "Weld St @ Willow St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1884", "links": { @@ -48324,7 +49630,8 @@ "longitude": -71.157158, "name": "Weld St @ Maple St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1885", "links": { @@ -48362,7 +49669,8 @@ "longitude": -71.15855, "name": "Weld St @ Avalon Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1886", "links": { @@ -48400,7 +49708,8 @@ "longitude": -71.160532, "name": "Weld St @ Corey St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1887", "links": { @@ -48438,7 +49747,8 @@ "longitude": -71.162319, "name": "Corey St @ VFW Pkwy", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1888", "links": { @@ -48468,44 +49778,6 @@ }, "type": "stop" }, - { - "attributes": { - "description": null, - "latitude": 42.295163, - "location_type": 0, - "longitude": -71.158588, - "name": "650 VFW Pkwy", - "platform_name": null, - "vehicle_type": 3 - }, - "id": "1889", - "links": { - "self": "/stops/1889" - }, - "relationships": { - "child_stops": { - "data": [] - }, - "connecting_stops": { - "data": [] - }, - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=1889" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, { "attributes": { "description": null, @@ -48514,7 +49786,8 @@ "longitude": -71.157705, "name": "Independence Dr opp Maranville St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1890", "links": { @@ -48552,7 +49825,8 @@ "longitude": -71.156897, "name": "Independence Dr @ Thornton Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1891", "links": { @@ -48590,7 +49864,8 @@ "longitude": -71.155447, "name": "Independence Dr opp Gerry Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1892", "links": { @@ -48628,7 +49903,8 @@ "longitude": -71.25671, "name": "404 Wyman St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "18924", "links": { @@ -48666,7 +49942,8 @@ "longitude": -71.258987, "name": "Opp 175 Wyman St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "18925", "links": { @@ -48704,7 +49981,8 @@ "longitude": -71.257249, "name": "Totten Pond Rd @ Third Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "18928", "links": { @@ -48742,7 +50020,8 @@ "longitude": -71.153794, "name": "Grove St @ Russet Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1893", "links": { @@ -48780,7 +50059,8 @@ "longitude": -71.25261, "name": "Totten Pond Rd opp Winter St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "18931", "links": { @@ -48818,7 +50098,8 @@ "longitude": -71.152112, "name": "Grove St @ South St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1895", "links": { @@ -48856,7 +50137,8 @@ "longitude": -71.147075, "name": "River St @ Milton St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "18974", "links": { @@ -48894,7 +50176,8 @@ "longitude": -71.146712, "name": "River St @ Milton St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "18975", "links": { @@ -48932,7 +50215,8 @@ "longitude": -71.047576, "name": "Dorchester St @ Old Harbor St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "19", "links": { @@ -48970,7 +50254,8 @@ "longitude": -71.056733, "name": "Congress St @ State St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "190", "links": { @@ -49037,7 +50322,8 @@ "longitude": -71.185026, "name": "Centre St @ Pearl St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1900", "links": { @@ -49075,7 +50361,8 @@ "longitude": -71.185299, "name": "400 Centre St - West", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "19031", "links": { @@ -49113,7 +50400,8 @@ "longitude": -71.071718, "name": "Franklin St @ Vinton St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "19073", "links": { @@ -49151,7 +50439,8 @@ "longitude": -71.057129, "name": "Congress St @ North St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "191", "links": { @@ -49218,7 +50507,8 @@ "longitude": -71.069345, "name": "Main St @ North St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "19182", "links": { @@ -49256,7 +50546,8 @@ "longitude": -71.149073, "name": "Cambridge St opp Elko St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "19201", "links": { @@ -49294,7 +50585,8 @@ "longitude": -71.06816, "name": "Main St @ Oak Grove Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "19208", "links": { @@ -49332,7 +50624,8 @@ "longitude": -71.09486, "name": "Ipswich St @ Lansdowne St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1921", "links": { @@ -49370,7 +50663,8 @@ "longitude": -71.067966, "name": "Florence St @ Ramsdell Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "19215", "links": { @@ -49408,7 +50702,8 @@ "longitude": -71.095432, "name": "Ipswich St @ Boylston St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1922", "links": { @@ -49446,7 +50741,8 @@ "longitude": -71.097778, "name": "Boylston St @ Jersey St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1923", "links": { @@ -49484,7 +50780,8 @@ "longitude": -71.099663, "name": "Kilmarnock St @ Peterborough St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1924", "links": { @@ -49522,7 +50819,8 @@ "longitude": -71.099287, "name": "Kilmarnock St @ Queensberry St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1925", "links": { @@ -49560,7 +50858,8 @@ "longitude": -71.102727, "name": "Main St @ Lowell St - Reading Sq", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "19253", "links": { @@ -49598,7 +50897,8 @@ "longitude": -71.097113, "name": "Queensberry St @ Jersey St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1926", "links": { @@ -49636,7 +50936,8 @@ "longitude": -71.097768, "name": "Jersey St @ Boylston St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1927", "links": { @@ -49674,7 +50975,8 @@ "longitude": -71.095339, "name": "Ipswich St @ Boylston St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1928", "links": { @@ -49712,7 +51014,8 @@ "longitude": -71.094218, "name": "Ipswich St opp Lansdowne St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1929", "links": { @@ -49750,7 +51053,8 @@ "longitude": -71.089362, "name": "Ipswich St @ Boylston St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1931", "links": { @@ -49788,7 +51092,8 @@ "longitude": -71.087885, "name": "Boylston St @ Massachusetts Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 2 }, "id": "1932", "links": { @@ -49851,7 +51156,8 @@ "longitude": -71.114635, "name": "South St @ Spalding St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1936", "links": { @@ -49889,7 +51195,8 @@ "longitude": -71.115144, "name": "South St @ Child St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1937", "links": { @@ -49927,7 +51234,8 @@ "longitude": -71.115345, "name": "775 Centre St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1939", "links": { @@ -49965,7 +51273,8 @@ "longitude": -71.118664, "name": "Centre St @ Aldworth St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1940", "links": { @@ -50003,7 +51312,8 @@ "longitude": -71.073825, "name": "Washington St @ W Newton St", "platform_name": "Nubian", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "19402", "links": { @@ -50041,7 +51351,8 @@ "longitude": -71.120326, "name": "Centre St @ Orchard St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1941", "links": { @@ -50079,7 +51390,8 @@ "longitude": -71.07053, "name": "Pleasant St opp Frances St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "19573", "links": { @@ -50117,7 +51429,8 @@ "longitude": -71.183304, "name": "Washington St @ Harmony Hill Way", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "19618", "links": { @@ -50155,7 +51468,8 @@ "longitude": -71.166535, "name": "Boylston St @ Star Market - Service Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1965", "links": { @@ -50193,7 +51507,8 @@ "longitude": -71.177708, "name": "Mall at Chestnut Hill @ Bloomingdale's", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "19661", "links": { @@ -50231,7 +51546,8 @@ "longitude": -71.167627, "name": "Boylston St @ Tully St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "19821", "links": { @@ -50269,7 +51585,8 @@ "longitude": -71.163979, "name": "Boylston St @ Hammond St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1984", "links": { @@ -50307,7 +51624,8 @@ "longitude": -71.152449, "name": "Winship St @ Union St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "1994", "links": { @@ -50345,7 +51663,8 @@ "longitude": -71.081252, "name": "Washington St @ Melnea Cass Blvd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2", "links": { @@ -50383,7 +51702,8 @@ "longitude": -71.045728, "name": "Dorchester St @ E Broadway", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "20", "links": { @@ -50421,7 +51741,8 @@ "longitude": -71.11995, "name": "Centre St @ Arborway", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 2 }, "id": "2002", "links": { @@ -50459,7 +51780,8 @@ "longitude": -71.11811, "name": "Centre St @ Ballard St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 2 }, "id": "2003", "links": { @@ -50497,7 +51819,8 @@ "longitude": -71.115091, "name": "South St @ Jamaica St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2006", "links": { @@ -50535,7 +51858,8 @@ "longitude": -71.114769, "name": "South St @ St Rose St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2007", "links": { @@ -50573,7 +51897,8 @@ "longitude": -71.12327, "name": "Mt Auburn St @ Story St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2020", "links": { @@ -50611,7 +51936,8 @@ "longitude": -71.12563, "name": "Mt Auburn St @ Ash St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2021", "links": { @@ -50649,7 +51975,8 @@ "longitude": -71.130454, "name": "Mt Auburn St @ Sparks St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2023", "links": { @@ -50687,7 +52014,8 @@ "longitude": -71.134068, "name": "Mt Auburn St @ Longfellow Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2025", "links": { @@ -50725,7 +52053,8 @@ "longitude": -71.136647, "name": "Mt Auburn St @ Traill St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2026", "links": { @@ -50763,7 +52092,8 @@ "longitude": -71.139963, "name": "Mt Auburn St opp Coolidge Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2027", "links": { @@ -50801,7 +52131,8 @@ "longitude": -71.142976, "name": "Mt Auburn St @ Brattle St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "2028", "links": { @@ -50839,7 +52170,8 @@ "longitude": -71.148307, "name": "Mt Auburn St @ Homer Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2030", "links": { @@ -50877,7 +52209,8 @@ "longitude": -71.152444, "name": "Mt Auburn St @ Saint Marys St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "2032", "links": { @@ -50915,7 +52248,8 @@ "longitude": -71.155032, "name": "Mt Auburn St @ Keenan St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2033", "links": { @@ -50953,7 +52287,8 @@ "longitude": -71.157636, "name": "Mt Auburn St @ Kimball Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2034", "links": { @@ -50991,7 +52326,8 @@ "longitude": -71.160617, "name": "Mt Auburn St @ Upland Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2036", "links": { @@ -51029,7 +52365,8 @@ "longitude": -71.163428, "name": "Mt Auburn St @ Winsor Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2037", "links": { @@ -51067,7 +52404,8 @@ "longitude": -71.166657, "name": "Mt Auburn St @ Adams Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "2038", "links": { @@ -51105,7 +52443,8 @@ "longitude": -71.057192, "name": "Congress St opp North St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "204", "links": { @@ -51172,7 +52511,8 @@ "longitude": -71.171006, "name": "Mt Auburn St @ Amherst Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "2040", "links": { @@ -51210,7 +52550,8 @@ "longitude": -71.176239, "name": "Mt Auburn St @ Russell Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2042", "links": { @@ -51248,7 +52589,8 @@ "longitude": -71.17901, "name": "Mt Auburn St @ Marshall St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "2043", "links": { @@ -51286,7 +52628,8 @@ "longitude": -71.181318, "name": "Mt Auburn St @ Summer St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2044", "links": { @@ -51324,7 +52667,8 @@ "longitude": -71.184058, "name": "Mt Auburn St @ Main St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2046", "links": { @@ -51362,7 +52706,8 @@ "longitude": -71.174098, "name": "Mt Auburn St @ Bates Rd E", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "2047", "links": { @@ -51400,7 +52745,8 @@ "longitude": -71.183729, "name": "Mt Auburn St @ Main St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2048", "links": { @@ -51438,7 +52784,8 @@ "longitude": -71.181182, "name": "Mt Auburn St @ Patten St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2049", "links": { @@ -51476,7 +52823,8 @@ "longitude": -71.178736, "name": "Mt Auburn St @ Parker St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "2050", "links": { @@ -51514,7 +52862,8 @@ "longitude": -71.176092, "name": "Mt Auburn St @ Franklin St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2051", "links": { @@ -51552,7 +52901,8 @@ "longitude": -71.17398, "name": "Mt Auburn St @ Walnut St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "2052", "links": { @@ -51590,7 +52940,8 @@ "longitude": -71.170803, "name": "Mt Auburn St @ Boylston St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2054", "links": { @@ -51628,7 +52979,8 @@ "longitude": -71.167329, "name": "Mt Auburn St @ Winthrop St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2056", "links": { @@ -51666,7 +53018,8 @@ "longitude": -71.164816, "name": "Mt Auburn St @ School St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2057", "links": { @@ -51704,7 +53057,8 @@ "longitude": -71.161446, "name": "Mt Auburn St @ Adams St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2058", "links": { @@ -51742,7 +53096,8 @@ "longitude": -71.157955, "name": "Mt Auburn St @ Bigelow Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "2060", "links": { @@ -51780,7 +53135,8 @@ "longitude": -71.154963, "name": "Mt Auburn St opp Keenan St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2061", "links": { @@ -51818,7 +53174,8 @@ "longitude": -71.184959, "name": "Washington St opp Holiday Inn", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "20618", "links": { @@ -51856,7 +53213,8 @@ "longitude": -71.186133, "name": "Washington St @ Gay St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "20619", "links": { @@ -51894,7 +53252,8 @@ "longitude": -71.151351, "name": "Mt Auburn St @ Cottage St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "2062", "links": { @@ -51932,7 +53291,8 @@ "longitude": -71.187526, "name": "Washington St opp Waldo Way", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "20620", "links": { @@ -51970,7 +53330,8 @@ "longitude": -71.147889, "name": "Mt Auburn St opp Homer Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2064", "links": { @@ -52008,7 +53369,8 @@ "longitude": -71.142971, "name": "Mt Auburn St opp Brattle St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "2066", "links": { @@ -52046,7 +53408,8 @@ "longitude": -71.13997, "name": "Mt Auburn St @ Coolidge Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2067", "links": { @@ -52084,7 +53447,8 @@ "longitude": -71.136551, "name": "Mt Auburn St opp Traill St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2068", "links": { @@ -52117,12 +53481,13 @@ { "attributes": { "description": null, - "latitude": 42.374842, + "latitude": 42.374897, "location_type": 0, - "longitude": -71.133786, + "longitude": -71.134872, "name": "Mt Auburn St @ Mt Auburn Hospital", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2070", "links": { @@ -52160,7 +53525,8 @@ "longitude": -71.130712, "name": "Mt Auburn St opp Sparks St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2071", "links": { @@ -52198,7 +53564,8 @@ "longitude": -71.124752, "name": "Mt Auburn St @ Brewer St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2073", "links": { @@ -52236,7 +53603,8 @@ "longitude": -71.122407, "name": "Mt Auburn St @ University Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2074", "links": { @@ -52266,88 +53634,6 @@ }, "type": "stop" }, - { - "attributes": { - "description": "Harvard - Lower Busway", - "latitude": 42.374217, - "location_type": 0, - "longitude": -71.11897, - "name": "Harvard", - "platform_name": "Lower Busway", - "vehicle_type": 3 - }, - "id": "2076", - "links": { - "self": "/stops/2076" - }, - "relationships": { - "child_stops": { - "data": [] - }, - "connecting_stops": { - "data": [] - }, - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=2076" - } - }, - "parent_station": { - "data": { - "id": "place-harsq", - "type": "stop" - } - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": { - "description": "Harvard - Upper Busway", - "latitude": 42.374217, - "location_type": 0, - "longitude": -71.11897, - "name": "Harvard", - "platform_name": "Upper Busway", - "vehicle_type": 3 - }, - "id": "20761", - "links": { - "self": "/stops/20761" - }, - "relationships": { - "child_stops": { - "data": [] - }, - "connecting_stops": { - "data": [] - }, - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=20761" - } - }, - "parent_station": { - "data": { - "id": "place-harsq", - "type": "stop" - } - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, { "attributes": { "description": null, @@ -52356,7 +53642,8 @@ "longitude": -71.145767, "name": "Aberdeen Ave @ Mt Auburn St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2077", "links": { @@ -52394,7 +53681,8 @@ "longitude": -71.146202, "name": "61 Aberdeen Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2078", "links": { @@ -52432,7 +53720,8 @@ "longitude": -71.035651, "name": "Summer St @ Powerhouse St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "208", "links": { @@ -52470,7 +53759,8 @@ "longitude": -71.14328, "name": "Huron Ave @ Larch Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2080", "links": { @@ -52508,7 +53798,8 @@ "longitude": -71.140111, "name": "Huron Ave @ Lakeview Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2082", "links": { @@ -52546,7 +53837,8 @@ "longitude": -71.137926, "name": "Huron Ave @ Gurney St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2083", "links": { @@ -52584,7 +53876,8 @@ "longitude": -71.133927, "name": "Huron Ave @ Appleton St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2085", "links": { @@ -52622,7 +53915,8 @@ "longitude": -71.134242, "name": "Huron Ave @ Appleton St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2090", "links": { @@ -52660,7 +53954,8 @@ "longitude": -71.138011, "name": "Huron Ave @ Chilton St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2092", "links": { @@ -52698,7 +53993,8 @@ "longitude": -71.140218, "name": "Huron Ave @ Lakeview Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2093", "links": { @@ -52736,7 +54032,8 @@ "longitude": -71.14372, "name": "Huron Ave @ Larch Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2095", "links": { @@ -52774,7 +54071,8 @@ "longitude": -71.147434, "name": "Aberdeen Ave @ Huron Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2096", "links": { @@ -52812,7 +54110,8 @@ "longitude": -71.146734, "name": "Aberdeen Ave @ Aberdeen Way", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2097", "links": { @@ -52850,7 +54149,8 @@ "longitude": -71.146112, "name": "Aberdeen Ave @ Mt Auburn St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2098", "links": { @@ -52888,7 +54188,8 @@ "longitude": -71.189976, "name": "Trapelo Rd @ Church St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2099", "links": { @@ -52935,7 +54236,8 @@ "longitude": -71.044136, "name": "E Broadway @ G St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "21", "links": { @@ -52973,7 +54275,8 @@ "longitude": -71.039016, "name": "Summer St @ Drydock Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "210", "links": { @@ -53011,7 +54314,8 @@ "longitude": -71.186867, "name": "Trapelo Rd @ Sycamore St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2101", "links": { @@ -53049,7 +54353,8 @@ "longitude": -71.183865, "name": "Trapelo Rd @ Beech St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2102", "links": { @@ -53087,7 +54392,8 @@ "longitude": -71.182453, "name": "Trapelo Rd @ Walnut St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2103", "links": { @@ -53125,7 +54431,8 @@ "longitude": -71.180216, "name": "Trapelo Rd @ Bartlett Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2104", "links": { @@ -53163,7 +54470,8 @@ "longitude": -71.175891, "name": "Trapelo Rd @ Williston Rd - Cushing Square", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2106", "links": { @@ -53201,7 +54509,8 @@ "longitude": -71.172859, "name": "36 Trapelo Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2107", "links": { @@ -53239,7 +54548,8 @@ "longitude": -71.170735, "name": "Trapelo Rd @ Belmont St - Benton Square", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2108", "links": { @@ -53277,7 +54587,8 @@ "longitude": -71.166499, "name": "Belmont St opp Payson Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2110", "links": { @@ -53315,7 +54626,8 @@ "longitude": -71.162707, "name": "Belmont St @ Langdon Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2112", "links": { @@ -53353,7 +54665,8 @@ "longitude": -71.160444, "name": "Belmont St @ Woodleigh Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2113", "links": { @@ -53391,7 +54704,8 @@ "longitude": -71.093318, "name": "Malcolm X Blvd @ Tremont St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "21148", "links": { @@ -53429,7 +54743,8 @@ "longitude": -71.156581, "name": "Belmont St @ Prentiss St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2115", "links": { @@ -53467,7 +54782,8 @@ "longitude": -71.083021, "name": "Warren St @ Kearsarge Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "21151", "links": { @@ -53505,7 +54821,8 @@ "longitude": -71.069091, "name": "Harrison Ave opp Plympton St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "21158", "links": { @@ -53543,7 +54860,8 @@ "longitude": -71.053278, "name": "Purchase St @ Pearl St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2116", "links": { @@ -53581,7 +54899,8 @@ "longitude": -71.15267, "name": "Belmont St @ St. Mary's St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2117", "links": { @@ -53619,7 +54938,8 @@ "longitude": -71.098379, "name": "Vassar St opp Pacific St Extension", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "21174", "links": { @@ -53657,7 +54977,8 @@ "longitude": -71.151511, "name": "Belmont St @ Cushing St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2118", "links": { @@ -53695,7 +55016,8 @@ "longitude": -71.101184, "name": "Washington St @ Iffley Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "21187", "links": { @@ -53733,7 +55055,8 @@ "longitude": -71.154041, "name": "Belmont St @ Sullivan Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2119", "links": { @@ -53771,7 +55094,8 @@ "longitude": -71.04118, "name": "Summer St @ D St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "212", "links": { @@ -53809,7 +55133,8 @@ "longitude": -71.157563, "name": "Belmont St @ Marlboro St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2121", "links": { @@ -53847,7 +55172,8 @@ "longitude": -71.16094, "name": "Belmont St @ Falmouth St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2122", "links": { @@ -53885,7 +55211,8 @@ "longitude": -71.163357, "name": "Belmont St @ School St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2123", "links": { @@ -53923,7 +55250,8 @@ "longitude": -71.16635, "name": "Belmont St @ Payson Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2124", "links": { @@ -53961,7 +55289,8 @@ "longitude": -71.150265, "name": "Huron Ave @ Fountain Terrace", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "21248", "links": { @@ -53999,7 +55328,8 @@ "longitude": -71.169553, "name": "Belmont St @ Oakley Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2125", "links": { @@ -54037,7 +55367,8 @@ "longitude": -71.17284, "name": "Trapelo Rd @ Willow St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2126", "links": { @@ -54075,7 +55406,8 @@ "longitude": -71.175691, "name": "Trapelo Rd opp Williston Rd - Cushing Square", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2127", "links": { @@ -54113,7 +55445,8 @@ "longitude": -71.178011, "name": "Trapelo Rd opp Poplar St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2128", "links": { @@ -54151,7 +55484,8 @@ "longitude": -71.180186, "name": "Trapelo Rd @ Slade St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2129", "links": { @@ -54189,7 +55523,8 @@ "longitude": -71.182408, "name": "Trapelo Rd opp Walnut St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2130", "links": { @@ -54227,7 +55562,8 @@ "longitude": -71.184073, "name": "Trapelo Rd @ Beech St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2131", "links": { @@ -54265,7 +55601,8 @@ "longitude": -71.102701, "name": "Huntington Ave @ Wigglesworth St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "21317", "links": { @@ -54320,7 +55657,8 @@ "longitude": -71.188115, "name": "Trapelo Rd @ Waverley St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2133", "links": { @@ -54358,7 +55696,8 @@ "longitude": -71.190609, "name": "Church St @ Lexington St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2134", "links": { @@ -54405,7 +55744,8 @@ "longitude": -71.112061, "name": "S Huntington Ave @ Huntington Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "21365", "links": { @@ -54456,7 +55796,8 @@ "longitude": -71.174422, "name": "396 Concord Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2137", "links": { @@ -54499,7 +55840,8 @@ "longitude": -71.170817, "name": "Concord Ave @ Cottage St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2139", "links": { @@ -54537,7 +55879,8 @@ "longitude": -71.043647, "name": "Seaport Blvd @ Pier 4 Blvd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "214", "links": { @@ -54575,7 +55918,8 @@ "longitude": -71.166628, "name": "Concord Ave @ Orchard St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2141", "links": { @@ -54613,7 +55957,8 @@ "longitude": -71.120709, "name": "Winthrop St opp Orchard St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "21411", "links": { @@ -54651,7 +55996,8 @@ "longitude": -71.163816, "name": "Concord Ave @ Edgemoor Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2143", "links": { @@ -54684,12 +56030,13 @@ { "attributes": { "description": null, - "latitude": 42.39169, + "latitude": 42.391636, "location_type": 0, - "longitude": -71.161839, + "longitude": -71.16141, "name": "Concord Ave @ Watson Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "2144", "links": { @@ -54727,7 +56074,8 @@ "longitude": -71.161128, "name": "Bright Rd @ Gale Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2145", "links": { @@ -54765,7 +56113,8 @@ "longitude": -71.16113, "name": "Bright Rd @ Washington St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2146", "links": { @@ -54803,7 +56152,8 @@ "longitude": -71.156875, "name": "Concord Ave @ Blanchard Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2148", "links": { @@ -54839,9 +56189,10 @@ "latitude": 42.390463, "location_type": 0, "longitude": -71.15413, - "name": "Concord Ave @ Spinelli Pl", + "name": "Concord Ave opp Spinelli Pl", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2149", "links": { @@ -54879,7 +56230,8 @@ "longitude": -71.150767, "name": "Concord Ave opp Smith Pl", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2150", "links": { @@ -54912,12 +56264,13 @@ { "attributes": { "description": null, - "latitude": 42.389522, + "latitude": 42.389598, "location_type": 0, - "longitude": -71.147954, + "longitude": -71.148417, "name": "Concord Ave opp Moulton St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2151", "links": { @@ -54955,7 +56308,8 @@ "longitude": -71.146219, "name": "Concord Ave opp Fawcett St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2152", "links": { @@ -54993,7 +56347,8 @@ "longitude": -71.144816, "name": "Concord Ave opp Wheeler St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2153", "links": { @@ -55031,7 +56386,8 @@ "longitude": -71.14201, "name": "Concord Ave opp New St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2154", "links": { @@ -55069,7 +56425,8 @@ "longitude": -71.139005, "name": "Concord Ave opp Fern St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2155", "links": { @@ -55107,7 +56464,8 @@ "longitude": -71.13741, "name": "Concord Ave @ Alpine St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2156", "links": { @@ -55145,7 +56503,8 @@ "longitude": -71.134224, "name": "Concord Ave @ Walden St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2158", "links": { @@ -55183,7 +56542,8 @@ "longitude": -71.102447, "name": "Circuit Dr opp Shattuck Hospital", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 2 }, "id": "21587", "links": { @@ -55221,7 +56581,8 @@ "longitude": -71.130977, "name": "Concord Ave @ Huron Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "2159", "links": { @@ -55259,7 +56620,8 @@ "longitude": -71.047578, "name": "Seaport Blvd @ Sleeper St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "21599", "links": { @@ -55306,7 +56668,8 @@ "longitude": -71.128988, "name": "Concord Ave @ Buckingham St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2160", "links": { @@ -55344,7 +56707,8 @@ "longitude": -71.12742, "name": "Concord Ave @ Parker St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2161", "links": { @@ -55382,7 +56746,8 @@ "longitude": -71.185836, "name": "Washington St @ Chickering Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "21618", "links": { @@ -55420,7 +56785,8 @@ "longitude": -71.125867, "name": "Concord Ave @ Craigie St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2162", "links": { @@ -55458,7 +56824,8 @@ "longitude": -71.123673, "name": "Garden St @ Concord Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2163", "links": { @@ -55496,7 +56863,8 @@ "longitude": -71.11457, "name": "Quincy St @ Broadway opp Fogg Museum", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2166", "links": { @@ -55534,7 +56902,8 @@ "longitude": -71.115132, "name": "Quincy St @ Harvard St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2167", "links": { @@ -55572,7 +56941,8 @@ "longitude": -71.118511, "name": "Massachusetts Ave @ Johnston Gate", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2168", "links": { @@ -55627,7 +56997,8 @@ "longitude": -71.122342, "name": "Garden St opp Mason St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2170", "links": { @@ -55665,7 +57036,8 @@ "longitude": -71.124379, "name": "Concord Ave @ Chauncy St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2172", "links": { @@ -55703,7 +57075,8 @@ "longitude": -71.125597, "name": "Concord Ave opp Craigie St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2173", "links": { @@ -55741,7 +57114,8 @@ "longitude": -71.127371, "name": "Concord Ave @ Bond St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "2174", "links": { @@ -55779,7 +57153,8 @@ "longitude": -71.128718, "name": "Concord Ave opp Buckingham St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2175", "links": { @@ -55817,7 +57192,8 @@ "longitude": -71.130813, "name": "Concord Ave @ Huron Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2176", "links": { @@ -55855,7 +57231,8 @@ "longitude": -71.134151, "name": "Concord Ave @ Walden St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2177", "links": { @@ -55893,7 +57270,8 @@ "longitude": -71.10512, "name": "Amesbury St @ Vassar St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "21772", "links": { @@ -55931,7 +57309,8 @@ "longitude": -71.093953, "name": "Vassar St @ Massachusetts Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "21773", "links": { @@ -55964,12 +57343,13 @@ { "attributes": { "description": null, - "latitude": 42.385354, + "latitude": 42.385598, "location_type": 0, - "longitude": -71.137421, - "name": "Concord Ave @ Alpine St", + "longitude": -71.137909, + "name": "Concord Ave @ Corporal Burns Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2179", "links": { @@ -56007,7 +57387,8 @@ "longitude": -71.139558, "name": "Concord Ave @ Birch St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2180", "links": { @@ -56045,7 +57426,8 @@ "longitude": -71.141497, "name": "Concord Ave @ New St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2181", "links": { @@ -56083,7 +57465,8 @@ "longitude": -71.144847, "name": "Concord Ave @ Wheeler St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2182", "links": { @@ -56121,7 +57504,8 @@ "longitude": -71.143258, "name": "Chestnut Hill Ave @ Eliot St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "21835", "links": { @@ -56159,7 +57543,8 @@ "longitude": -71.164831, "name": "Corey St @ Marlin Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "21839", "links": { @@ -56197,7 +57582,8 @@ "longitude": -71.148279, "name": "Concord Ave @ Moulton St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2184", "links": { @@ -56235,7 +57621,8 @@ "longitude": -71.150509, "name": "Concord Ave @ Smith Pl", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2185", "links": { @@ -56273,7 +57660,8 @@ "longitude": -71.153436, "name": "Concord Ave @ Spinelli Pl", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2186", "links": { @@ -56311,7 +57699,8 @@ "longitude": -71.156152, "name": "799 Concord Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2187", "links": { @@ -56349,7 +57738,8 @@ "longitude": -71.161007, "name": "Bright Rd @ Washington St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2189", "links": { @@ -56387,7 +57777,8 @@ "longitude": -71.160998, "name": "Bright Rd @ Glenn Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2190", "links": { @@ -56425,7 +57816,8 @@ "longitude": -71.161205, "name": "Concord Ave @ Trowbridge St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "2191", "links": { @@ -56463,7 +57855,8 @@ "longitude": -71.150105, "name": "Grove St @ Bellingham St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "21916", "links": { @@ -56495,13 +57888,14 @@ }, { "attributes": { - "description": "Reservoir - Busway", - "latitude": 42.33512, + "description": "Reservoir - Busway Berth 1", + "latitude": 42.335069, "location_type": 0, - "longitude": -71.149405, + "longitude": -71.14933, "name": "Reservoir", - "platform_name": "Busway", - "vehicle_type": 3 + "platform_name": "Busway Berth 1", + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "21917", "links": { @@ -56534,6 +57928,48 @@ }, "type": "stop" }, + { + "attributes": { + "description": "Reservoir - Busway Berth 2", + "latitude": 42.335032, + "location_type": 0, + "longitude": -71.148928, + "name": "Reservoir", + "platform_name": "Busway Berth 2", + "vehicle_type": 3, + "wheelchair_boarding": 1 + }, + "id": "21918", + "links": { + "self": "/stops/21918" + }, + "relationships": { + "child_stops": { + "data": [] + }, + "connecting_stops": { + "data": [] + }, + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=21918" + } + }, + "parent_station": { + "data": { + "id": "place-rsmnl", + "type": "stop" + } + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, { "attributes": { "description": null, @@ -56542,7 +57978,8 @@ "longitude": -71.163804, "name": "Concord Ave opp Edgemoor Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2192", "links": { @@ -56580,7 +58017,8 @@ "longitude": -71.167496, "name": "Concord Ave opp Orchard St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "2194", "links": { @@ -56618,7 +58056,8 @@ "longitude": -71.170464, "name": "Concord Ave opp Cottage St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2196", "links": { @@ -56656,7 +58095,8 @@ "longitude": -71.173555, "name": "385 Concord Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2197", "links": { @@ -56694,7 +58134,8 @@ "longitude": -71.04167, "name": "E Broadway @ H St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "22", "links": { @@ -56732,7 +58173,8 @@ "longitude": -71.184245, "name": "West Service Rd @ George St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2201", "links": { @@ -56762,44 +58204,6 @@ }, "type": "stop" }, - { - "attributes": { - "description": null, - "latitude": 42.412752, - "location_type": 0, - "longitude": -71.186419, - "name": "West Service Rd @ St Pauls Church", - "platform_name": null, - "vehicle_type": 3 - }, - "id": "2202", - "links": { - "self": "/stops/2202" - }, - "relationships": { - "child_stops": { - "data": [] - }, - "connecting_stops": { - "data": [] - }, - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=2202" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, { "attributes": { "description": null, @@ -56808,7 +58212,8 @@ "longitude": -71.191827, "name": "West Service Rd @ Florence Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2203", "links": { @@ -56846,7 +58251,8 @@ "longitude": -71.05337, "name": "Atlantic Ave @ Congress St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "221", "links": { @@ -56884,7 +58290,8 @@ "longitude": -71.157606, "name": "Huron Ave @ Grove St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "22146", "links": { @@ -56922,7 +58329,8 @@ "longitude": -71.111675, "name": "454 Broadway", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2217", "links": { @@ -56960,7 +58368,8 @@ "longitude": -71.104785, "name": "Amesbury St @ Vassar St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "22173", "links": { @@ -56998,7 +58407,8 @@ "longitude": -71.109628, "name": "Broadway @ Ellery St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2218", "links": { @@ -57036,7 +58446,8 @@ "longitude": -71.051128, "name": "Atlantic Ave @ Seaport Blvd.", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "222", "links": { @@ -57074,7 +58485,8 @@ "longitude": -71.106969, "name": "Broadway @ Crawford St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2220", "links": { @@ -57112,7 +58524,8 @@ "longitude": -71.104669, "name": "Broadway @ Lee St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2221", "links": { @@ -57150,7 +58563,8 @@ "longitude": -71.102783, "name": "Broadway @ Inman St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2222", "links": { @@ -57188,7 +58602,8 @@ "longitude": -71.102797, "name": "Broadway @ Inman St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2223", "links": { @@ -57226,7 +58641,8 @@ "longitude": -71.104598, "name": "Broadway @ Fayette St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2224", "links": { @@ -57264,7 +58680,8 @@ "longitude": -71.106979, "name": "Broadway @ Highland Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2225", "links": { @@ -57302,7 +58719,8 @@ "longitude": -71.109589, "name": "Broadway @ Ellery St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2226", "links": { @@ -57332,44 +58750,6 @@ }, "type": "stop" }, - { - "attributes": { - "description": null, - "latitude": 42.364487, - "location_type": 0, - "longitude": -71.089007, - "name": "Broadway @ Galileo Way", - "platform_name": null, - "vehicle_type": 3 - }, - "id": "2228", - "links": { - "self": "/stops/2228" - }, - "relationships": { - "child_stops": { - "data": [] - }, - "connecting_stops": { - "data": [] - }, - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=2228" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, { "attributes": { "description": null, @@ -57378,7 +58758,8 @@ "longitude": -71.050665, "name": "Atlantic Ave @ Rowes Wharf", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "223", "links": { @@ -57421,7 +58802,8 @@ "longitude": -71.085841, "name": "Main St @ Kendall Station - Red Line", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2231", "links": { @@ -57472,7 +58854,8 @@ "longitude": -71.183282, "name": "116 Park Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "22358", "links": { @@ -57510,7 +58893,8 @@ "longitude": -71.111046, "name": "105 S Huntington Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "22365", "links": { @@ -57565,7 +58949,8 @@ "longitude": -71.051566, "name": "Atlantic Ave @ State St-Marriott Hotel", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "224", "links": { @@ -57632,7 +59017,8 @@ "longitude": -71.052557, "name": "Atlantic Ave @ Atlantic Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "225", "links": { @@ -57670,7 +59056,8 @@ "longitude": -71.17941, "name": "Massachusetts Ave @ Daniels St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2250", "links": { @@ -57708,7 +59095,8 @@ "longitude": -71.176264, "name": "Massachusetts Ave @ Appleton St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2251", "links": { @@ -57746,7 +59134,8 @@ "longitude": -71.172697, "name": "Massachusetts Ave @ Quincy St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2252", "links": { @@ -57784,7 +59173,8 @@ "longitude": -71.169748, "name": "Massachusetts Ave @ Menotomy Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2254", "links": { @@ -57822,7 +59212,8 @@ "longitude": -71.119237, "name": "Harvard Sq @ Garden St - Dawes Island", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "22549", "links": { @@ -57877,7 +59268,8 @@ "longitude": -71.167126, "name": "Massachusetts Ave @ Mt Vernon St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2255", "links": { @@ -57915,7 +59307,8 @@ "longitude": -71.163646, "name": "Massachusetts Ave @ Lockeland Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2256", "links": { @@ -57953,7 +59346,8 @@ "longitude": -71.160538, "name": "Massachusetts Ave @ Newman Way", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2257", "links": { @@ -57991,7 +59385,8 @@ "longitude": -71.156708, "name": "Massachusetts Ave @ Academy St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2258", "links": { @@ -58029,7 +59424,8 @@ "longitude": -71.154499, "name": "Massachusetts Ave @ Peg Spengler Way", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2259", "links": { @@ -58067,7 +59463,8 @@ "longitude": -71.15107, "name": "Massachusetts Ave @ Broadway", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2260", "links": { @@ -58105,7 +59502,8 @@ "longitude": -71.149683, "name": "Massachusetts Ave @ Avon Pl", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2261", "links": { @@ -58143,7 +59541,8 @@ "longitude": -71.196657, "name": "Washington St @ Fulton St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "22618", "links": { @@ -58181,7 +59580,8 @@ "longitude": -71.14848, "name": "Massachusetts Ave @ Wyman Terr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2262", "links": { @@ -58219,7 +59619,8 @@ "longitude": -71.179225, "name": "Washington St opp Dedham Plaza", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "22628", "links": { @@ -58257,7 +59658,8 @@ "longitude": -71.147239, "name": "Massachusetts Ave @ Linwood St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2263", "links": { @@ -58295,7 +59697,8 @@ "longitude": -71.144812, "name": "260 Massachusetts Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2264", "links": { @@ -58333,7 +59736,8 @@ "longitude": -71.142118, "name": "Massachusetts Ave @ Lake St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2265", "links": { @@ -58371,7 +59775,8 @@ "longitude": -71.140245, "name": "Massachusetts Ave @ Milton St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2266", "links": { @@ -58409,7 +59814,8 @@ "longitude": -71.138646, "name": "Massachusetts Ave @ Thorndike St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "22661", "links": { @@ -58447,7 +59853,8 @@ "longitude": -71.137324, "name": "Massachusetts Ave @ Lafayette St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "22671", "links": { @@ -58485,7 +59892,8 @@ "longitude": -71.135318, "name": "Massachusetts Ave @ Magoun St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2268", "links": { @@ -58523,7 +59931,8 @@ "longitude": -71.133125, "name": "Massachusetts Ave @ Cottage Park Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2269", "links": { @@ -58561,7 +59970,8 @@ "longitude": -71.13112, "name": "Massachusetts Ave @ Cedar St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2270", "links": { @@ -58599,7 +60009,8 @@ "longitude": -71.130684, "name": "Massachusetts Ave @ Cameron Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2271", "links": { @@ -58637,7 +60048,8 @@ "longitude": -71.133258, "name": "Massachusetts Ave @ Churchill Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2273", "links": { @@ -58675,7 +60087,8 @@ "longitude": -71.13535, "name": "Massachusetts Ave @ Gladstone St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2274", "links": { @@ -58713,7 +60126,8 @@ "longitude": -71.138361, "name": "Massachusetts Ave @ Teel St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2275", "links": { @@ -58751,7 +60165,8 @@ "longitude": -71.136788, "name": "Massachusetts Ave @ Route 16", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "22751", "links": { @@ -58789,7 +60204,8 @@ "longitude": -71.14048, "name": "Massachusetts Ave @ Trowbridge St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2276", "links": { @@ -58827,7 +60243,8 @@ "longitude": -71.142554, "name": "Massachusetts Ave opp Lake St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2277", "links": { @@ -58865,7 +60282,8 @@ "longitude": -71.145042, "name": "Massachusetts Ave @ Harlow St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2278", "links": { @@ -58903,7 +60321,8 @@ "longitude": -71.146681, "name": "Massachusetts Ave @ Foster St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2279", "links": { @@ -58941,7 +60360,8 @@ "longitude": -71.14824, "name": "Massachusetts Ave @ Wyman St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2280", "links": { @@ -58979,7 +60399,8 @@ "longitude": -71.149407, "name": "Massachusetts Ave @ Franklin St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2281", "links": { @@ -59017,7 +60438,8 @@ "longitude": -71.128705, "name": "Hyde Park Ave @ Reservation Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "22818", "links": { @@ -59055,7 +60477,8 @@ "longitude": -71.127058, "name": "Hyde Park Ave @ Glenwood Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "22819", "links": { @@ -59093,7 +60516,8 @@ "longitude": -71.151369, "name": "Massachusetts Ave @ Medford St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2282", "links": { @@ -59131,7 +60555,8 @@ "longitude": -71.129662, "name": "1587 Hyde Park Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "22821", "links": { @@ -59169,7 +60594,8 @@ "longitude": -71.153427, "name": "Massachusetts Ave @ Mystic St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2283", "links": { @@ -59207,7 +60633,8 @@ "longitude": -71.156865, "name": "Massachusetts Ave @ Central St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2284", "links": { @@ -59245,7 +60672,8 @@ "longitude": -71.159705, "name": "Massachusetts Ave @ Willow Ct", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2285", "links": { @@ -59283,7 +60711,8 @@ "longitude": -71.164714, "name": "905 Massachusetts Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2286", "links": { @@ -59321,7 +60750,8 @@ "longitude": -71.167129, "name": "Massachusetts Ave @ Prentiss Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2287", "links": { @@ -59359,7 +60789,8 @@ "longitude": -71.169933, "name": "Massachusetts Ave @ Brattle St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2288", "links": { @@ -59397,7 +60828,8 @@ "longitude": -71.172726, "name": "Massachusetts Ave @ Hobbs Ct", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2290", "links": { @@ -59435,7 +60867,8 @@ "longitude": -71.17585, "name": "Massachusetts Ave opp Appleton St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2291", "links": { @@ -59473,7 +60906,8 @@ "longitude": -71.179491, "name": "Massachusetts Ave opp Daniels St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2292", "links": { @@ -59511,7 +60945,8 @@ "longitude": -71.182803, "name": "Massachusetts Ave @ Park Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2293", "links": { @@ -59549,7 +60984,8 @@ "longitude": -71.128749, "name": "Massachusetts Ave @ Norris St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2296", "links": { @@ -59587,7 +61023,8 @@ "longitude": -71.127033, "name": "Massachusetts Ave @ Haskell St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2297", "links": { @@ -59625,7 +61062,8 @@ "longitude": -71.125201, "name": "Massachusetts Ave @ Rindge Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2298", "links": { @@ -59663,7 +61101,8 @@ "longitude": -71.123209, "name": "Massachusetts Ave @ Walden St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2299", "links": { @@ -59701,7 +61140,8 @@ "longitude": -71.04012, "name": "E Broadway @ I St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "23", "links": { @@ -59739,7 +61179,8 @@ "longitude": -71.052338, "name": "Commercial St @ Hanover St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "230", "links": { @@ -59777,7 +61218,8 @@ "longitude": -71.12071, "name": "Massachusetts Ave opp Beech St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2300", "links": { @@ -59815,7 +61257,8 @@ "longitude": -71.119594, "name": "Massachusetts Ave @ Linnaean St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2304", "links": { @@ -59853,7 +61296,8 @@ "longitude": -71.119935, "name": "Massachusetts Ave @ Shepard St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2305", "links": { @@ -59891,7 +61335,8 @@ "longitude": -71.120289, "name": "Massachusetts Ave @ Waterhouse St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2307", "links": { @@ -59929,7 +61374,8 @@ "longitude": -71.057329, "name": "Commercial St opp Hull St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "231", "links": { @@ -59967,7 +61413,8 @@ "longitude": -71.119941, "name": "Massachusetts Ave opp Waterhouse St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2310", "links": { @@ -60005,7 +61452,8 @@ "longitude": -71.119571, "name": "Massachusetts Ave @ Wendell St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2312", "links": { @@ -60043,7 +61491,8 @@ "longitude": -71.119263, "name": "Massachusetts Ave @ Exeter Park", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2314", "links": { @@ -60081,7 +61530,8 @@ "longitude": -71.119253, "name": "Massachusetts Ave @ Porter Red Line Sta", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "23151", "links": { @@ -60140,7 +61590,8 @@ "longitude": -71.119806, "name": "Massachusetts Ave @ Davenport St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2316", "links": { @@ -60152,6 +61603,10 @@ }, "connecting_stops": { "data": [ + { + "id": "2460", + "type": "stop" + }, { "id": "place-portr", "type": "stop" @@ -60199,7 +61654,8 @@ "longitude": -71.123235, "name": "Massachusetts Ave opp Walden St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2318", "links": { @@ -60237,7 +61693,8 @@ "longitude": -71.124913, "name": "Massachusetts Ave opp Rindge Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2319", "links": { @@ -60275,7 +61732,8 @@ "longitude": -71.126799, "name": "Massachusetts Ave @ Dover St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2320", "links": { @@ -60313,7 +61771,8 @@ "longitude": -71.12889, "name": "Massachusetts Ave @ Shea Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2321", "links": { @@ -60351,7 +61810,8 @@ "longitude": -71.180384, "name": "Park Circle @ Park Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2323", "links": { @@ -60389,7 +61849,8 @@ "longitude": -71.182156, "name": "Park Ave @ Wachusett Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "2324", "links": { @@ -60425,9 +61886,10 @@ "latitude": 42.410361, "location_type": 0, "longitude": -71.18126, - "name": "East Service Rd @ Park Ave Shelter", + "name": "East Service Rd @ Park Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2326", "links": { @@ -60465,7 +61927,8 @@ "longitude": -71.179189, "name": "East Service Rd @ Lamoine St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2327", "links": { @@ -60503,7 +61966,8 @@ "longitude": -71.175796, "name": "East Service Rd @ Clifton St - Pedestrian Bridge", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2328", "links": { @@ -60541,7 +62005,8 @@ "longitude": -71.174303, "name": "East Service Rd @ Radcliffe Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2329", "links": { @@ -60579,7 +62044,8 @@ "longitude": -71.051526, "name": "Commercial St @ Battery St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "233", "links": { @@ -60617,7 +62083,8 @@ "longitude": -71.165109, "name": "East Service Rd @ Pleasant St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2331", "links": { @@ -60655,7 +62122,8 @@ "longitude": -71.166224, "name": "Brighton St @ Pleasant St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "2332", "links": { @@ -60693,7 +62161,8 @@ "longitude": -71.163536, "name": "Brighton St @ Cross St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2334", "links": { @@ -60731,7 +62200,8 @@ "longitude": -71.162942, "name": "Brighton St @ Coolidge Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2335", "links": { @@ -60769,7 +62239,8 @@ "longitude": -71.161156, "name": "Brighton St @ Eliot Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2336", "links": { @@ -60807,7 +62278,8 @@ "longitude": -71.158749, "name": "Brighton St @ Hittinger St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2338", "links": { @@ -60840,12 +62312,13 @@ { "attributes": { "description": null, - "latitude": 42.39293, + "latitude": 42.393748, "location_type": 0, - "longitude": -71.15793, - "name": "Blanchard Rd opp Normandy Ave", + "longitude": -71.158204, + "name": "Blanchard Rd @ Hamilton Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2339", "links": { @@ -60883,7 +62356,8 @@ "longitude": -71.074592, "name": "Back Bay", "platform_name": "Busway", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "23391", "links": { @@ -60924,7 +62398,8 @@ "longitude": -71.051147, "name": "Commercial St @ Fleet St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "234", "links": { @@ -60962,7 +62437,8 @@ "longitude": -71.157577, "name": "Blanchard Rd @ Merrill Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2340", "links": { @@ -61000,7 +62476,8 @@ "longitude": -71.025345, "name": "Quarry St @ Common St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "23402", "links": { @@ -61038,7 +62515,8 @@ "longitude": -71.022007, "name": "270 Quarry St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "23403", "links": { @@ -61076,7 +62554,8 @@ "longitude": -71.016454, "name": "150 Quarry St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "23404", "links": { @@ -61114,7 +62593,8 @@ "longitude": -71.010231, "name": "Granite St @ Packards Lane", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "23406", "links": { @@ -61152,7 +62632,8 @@ "longitude": -71.005798, "name": "Opp 125 Granite St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "23407", "links": { @@ -61185,12 +62666,13 @@ { "attributes": { "description": null, - "latitude": 42.391641, + "latitude": 42.392086, "location_type": 0, - "longitude": -71.157397, + "longitude": -71.157561, "name": "Blanchard Rd opp Merrill Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2341", "links": { @@ -61223,12 +62705,13 @@ { "attributes": { "description": null, - "latitude": 42.393007, + "latitude": 42.393867, "location_type": 0, - "longitude": -71.157819, + "longitude": -71.158106, "name": "Blanchard Rd @ Normandy Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2342", "links": { @@ -61264,9 +62747,10 @@ "latitude": 42.395629, "location_type": 0, "longitude": -71.158655, - "name": "Brighton St @ Flanders Rd", + "name": "Brighton St opp Hittinger St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2343", "links": { @@ -61304,7 +62788,8 @@ "longitude": -71.161676, "name": "Brighton St opp Statler Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2345", "links": { @@ -61342,7 +62827,8 @@ "longitude": -71.16283, "name": "Brighton St @ Oliver Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2346", "links": { @@ -61380,7 +62866,8 @@ "longitude": -71.162861, "name": "Cross St @ Staunton Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2347", "links": { @@ -61413,12 +62900,13 @@ { "attributes": { "description": null, - "latitude": 42.403357, + "latitude": 42.403017, "location_type": 0, - "longitude": -71.159784, + "longitude": -71.160342, "name": "Cross St @ Gilmore Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2349", "links": { @@ -61456,7 +62944,8 @@ "longitude": -71.163768, "name": "West Service Rd @ Venner Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 2 }, "id": "2353", "links": { @@ -61494,7 +62983,8 @@ "longitude": -71.162733, "name": "244 Pleasant St opp Brunswick Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "23530", "links": { @@ -61532,7 +63022,8 @@ "longitude": -71.15927, "name": "Pleasant St @ Gould Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "23531", "links": { @@ -61565,12 +63056,13 @@ { "attributes": { "description": null, - "latitude": 42.411154, + "latitude": 42.411069, "location_type": 0, - "longitude": -71.158106, - "name": "Pleasant St @ Spring Valley Rd", + "longitude": -71.158136, + "name": "Pleasant St @ Spring Valley St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "23532", "links": { @@ -61603,12 +63095,13 @@ { "attributes": { "description": null, - "latitude": 42.412916, + "latitude": 42.41339, "location_type": 0, - "longitude": -71.156337, - "name": "Pleasant St @ Addison St", + "longitude": -71.15572, + "name": "Pleasant St @ Wellington St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "23533", "links": { @@ -61641,12 +63134,13 @@ { "attributes": { "description": null, - "latitude": 42.413263, + "latitude": 42.413334, "location_type": 0, - "longitude": -71.156037, - "name": "Pleasant St @ Oak Knoll", + "longitude": -71.155955, + "name": "Pleasant St @ Pelham Terr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "23535", "links": { @@ -61679,12 +63173,13 @@ { "attributes": { "description": null, - "latitude": 42.411546, + "latitude": 42.411208, "location_type": 0, - "longitude": -71.158204, + "longitude": -71.158281, "name": "Pleasant St @ Irving St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "23536", "links": { @@ -61722,7 +63217,8 @@ "longitude": -71.159217, "name": "Pleasant St @ Kensington St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "23537", "links": { @@ -61760,7 +63256,8 @@ "longitude": -71.162666, "name": "Pleasant St @ Brunswick Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "23538", "links": { @@ -61798,7 +63295,8 @@ "longitude": -71.174129, "name": "West Service Rd @ Highland Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2354", "links": { @@ -61836,7 +63334,8 @@ "longitude": -71.175919, "name": "West Service Rd @ Pedestrian Bridge", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2355", "links": { @@ -61874,7 +63373,8 @@ "longitude": -71.177309, "name": "West Service Rd @ Hillcrest St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2356", "links": { @@ -61912,7 +63412,8 @@ "longitude": -71.179647, "name": "West Service Rd @ Bellington St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2357", "links": { @@ -61950,7 +63451,8 @@ "longitude": -71.18156, "name": "West Service Rd @ Park Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "2358", "links": { @@ -61988,7 +63490,8 @@ "longitude": -71.181872, "name": "Park Ave @ Cedar Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "2359", "links": { @@ -62026,7 +63529,8 @@ "longitude": -71.052369, "name": "Atlantic Ave @ Central St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "236", "links": { @@ -62093,7 +63597,8 @@ "longitude": -71.18202, "name": "Park Ave opp Wachusett Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "2360", "links": { @@ -62131,7 +63636,8 @@ "longitude": -71.179505, "name": "Park Circle @ Eastern Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2361", "links": { @@ -62169,7 +63675,8 @@ "longitude": -71.197276, "name": "361 Washington St @ Aldaen Pk", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "23618", "links": { @@ -62207,7 +63714,8 @@ "longitude": -71.150834, "name": "Medford St @ Massachusetts Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2362", "links": { @@ -62245,7 +63753,8 @@ "longitude": -71.147613, "name": "Medford St @ Lewis Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2363", "links": { @@ -62283,7 +63792,8 @@ "longitude": -71.145911, "name": "Medford St @ Hamlet St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2365", "links": { @@ -62321,7 +63831,8 @@ "longitude": -71.144413, "name": "Medford St opp Hayes St - Medford Line", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2366", "links": { @@ -62359,7 +63870,8 @@ "longitude": -71.141844, "name": "High St @ Jerome St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2367", "links": { @@ -62397,7 +63909,8 @@ "longitude": -71.138772, "name": "High St @ Monument St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "2368", "links": { @@ -62435,7 +63948,8 @@ "longitude": -71.134657, "name": "Boston Ave @ Harvard Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2369", "links": { @@ -62473,7 +63987,8 @@ "longitude": -71.133103, "name": "Boston Ave @ Holton St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2370", "links": { @@ -62511,7 +64026,8 @@ "longitude": -71.131527, "name": "Boston Ave @ Arlington St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "2371", "links": { @@ -62549,7 +64065,8 @@ "longitude": -71.129317, "name": "Boston Ave @ Mystic Valley Pkwy", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2372", "links": { @@ -62587,7 +64104,8 @@ "longitude": -71.127297, "name": "Boston Ave @ Harris Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2373", "links": { @@ -62625,7 +64143,8 @@ "longitude": -71.125938, "name": "Boston Ave @ North St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2374", "links": { @@ -62663,7 +64182,8 @@ "longitude": -71.123928, "name": "Boston Ave @ Hillsdale Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2375", "links": { @@ -62701,7 +64221,8 @@ "longitude": -71.121671, "name": "Boston Ave @ Winthrop St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2376", "links": { @@ -62739,7 +64260,8 @@ "longitude": -71.118404, "name": "Boston Ave @ Tufts Garage", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "2378", "links": { @@ -62777,7 +64299,8 @@ "longitude": -71.117187, "name": "College Ave @ Boston Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2379", "links": { @@ -62815,7 +64338,8 @@ "longitude": -71.117466, "name": "College Ave @ Professors Row", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2380", "links": { @@ -62853,7 +64377,8 @@ "longitude": -71.116923, "name": "College Ave @ Powder House Sq", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "2381", "links": { @@ -62891,7 +64416,8 @@ "longitude": -70.951359, "name": "Middle St opp Rockaway Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "23823", "links": { @@ -62929,7 +64455,8 @@ "longitude": -70.955305, "name": "Main St @ Bayley Terrace", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "23826", "links": { @@ -62967,7 +64494,8 @@ "longitude": -70.955119, "name": "Main St @ Park Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "23832", "links": { @@ -63005,7 +64533,8 @@ "longitude": -70.951226, "name": "Middle St @ Rockaway Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "23835", "links": { @@ -63043,7 +64572,8 @@ "longitude": -71.102259, "name": "Medford St @ Glenwood Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "23841", "links": { @@ -63081,7 +64611,8 @@ "longitude": -71.10069, "name": "Medford St @ Central St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2385", "links": { @@ -63119,7 +64650,8 @@ "longitude": -71.099344, "name": "Medford St @ Sycamore St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2386", "links": { @@ -63157,7 +64689,8 @@ "longitude": -71.097269, "name": "Medford St @ School St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2388", "links": { @@ -63212,7 +64745,8 @@ "longitude": -71.094764, "name": "Pearl St @ Skilton Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2389", "links": { @@ -63250,7 +64784,8 @@ "longitude": -71.093312, "name": "Pearl St @ Walnut St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2390", "links": { @@ -63288,7 +64823,8 @@ "longitude": -71.090933, "name": "Pearl St @ McGrath Hwy", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2391", "links": { @@ -63326,7 +64862,8 @@ "longitude": -71.090089, "name": "Cross St @ Alston St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2392", "links": { @@ -63364,7 +64901,8 @@ "longitude": -71.08939, "name": "Cross St @ Fountain Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "23921", "links": { @@ -63402,7 +64940,8 @@ "longitude": -71.088, "name": "Pearl St @ Cross St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2394", "links": { @@ -63440,7 +64979,8 @@ "longitude": -71.090342, "name": "Pearl St @ McGrath Hwy", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2395", "links": { @@ -63478,7 +65018,8 @@ "longitude": -71.091313, "name": "Pearl St @ Wesley St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "23951", "links": { @@ -63516,7 +65057,8 @@ "longitude": -71.093038, "name": "Pearl St @ Walnut St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "2396", "links": { @@ -63554,7 +65096,8 @@ "longitude": -71.094908, "name": "Pearl St @ Bradley St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2397", "links": { @@ -63592,7 +65135,8 @@ "longitude": -71.097025, "name": "Medford St @ School St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2398", "links": { @@ -63647,7 +65191,8 @@ "longitude": -71.037553, "name": "E Broadway @ K St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "24", "links": { @@ -63685,7 +65230,8 @@ "longitude": -71.099284, "name": "Medford St @ Sycamore St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2400", "links": { @@ -63723,7 +65269,8 @@ "longitude": -71.100619, "name": "Medford St @ Central St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2401", "links": { @@ -63761,7 +65308,8 @@ "longitude": -71.101882, "name": "Medford St @ Bartlett St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2402", "links": { @@ -63799,7 +65347,8 @@ "longitude": -71.103896, "name": "Medford St @ Broadway - Magoun Sq", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2404", "links": { @@ -63837,7 +65386,8 @@ "longitude": -71.116808, "name": "College Ave @ Warner St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "2405", "links": { @@ -63875,7 +65425,8 @@ "longitude": -71.117309, "name": "College Ave @ Dearborn Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2406", "links": { @@ -63913,7 +65464,8 @@ "longitude": -71.116786, "name": "College Ave @ Boston Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2407", "links": { @@ -63956,7 +65508,8 @@ "longitude": -71.11802, "name": "Boston Ave @ Tufts Garage", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 2 }, "id": "2408", "links": { @@ -63994,7 +65547,8 @@ "longitude": -71.121651, "name": "Boston Ave @ Winthrop St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2410", "links": { @@ -64032,7 +65586,8 @@ "longitude": -71.123662, "name": "Boston Ave @ Piggott Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2411", "links": { @@ -64070,7 +65625,8 @@ "longitude": -71.125672, "name": "Boston Ave @ North St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2412", "links": { @@ -64108,7 +65664,8 @@ "longitude": -71.127804, "name": "196 Boston Ave opp Stoughton St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2413", "links": { @@ -64146,7 +65703,8 @@ "longitude": -71.128732, "name": "Boston Ave @ Mystic Valley Pkwy", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2414", "links": { @@ -64184,7 +65742,8 @@ "longitude": -71.131261, "name": "Boston Ave @ Arlington St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2415", "links": { @@ -64222,7 +65781,8 @@ "longitude": -71.132833, "name": "Boston Ave @ Holton St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "2416", "links": { @@ -64260,7 +65820,8 @@ "longitude": -71.13439, "name": "Boston Ave @ Harvard Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2417", "links": { @@ -64298,7 +65859,8 @@ "longitude": -71.13678, "name": "Boston Ave @ High St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "2418", "links": { @@ -64336,7 +65898,8 @@ "longitude": -71.139183, "name": "High St @ Pitcher Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "2419", "links": { @@ -64374,7 +65937,8 @@ "longitude": -71.141849, "name": "High St @ Mystic Valley Pkwy", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2420", "links": { @@ -64412,7 +65976,8 @@ "longitude": -71.144557, "name": "Medford St @ Hayes St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2421", "links": { @@ -64450,7 +66015,8 @@ "longitude": -71.14606, "name": "Medford St @ Webcowet Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2422", "links": { @@ -64488,7 +66054,8 @@ "longitude": -71.148382, "name": "Medford St opp Warren St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2424", "links": { @@ -64526,7 +66093,8 @@ "longitude": -71.138186, "name": "Rindge Ave @ Russell Field", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2425", "links": { @@ -64564,7 +66132,8 @@ "longitude": -71.136026, "name": "Rindge Ave opp Clifton St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2426", "links": { @@ -64602,7 +66171,8 @@ "longitude": -71.134079, "name": "Rindge Ave opp Clay St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2427", "links": { @@ -64640,7 +66210,8 @@ "longitude": -71.131263, "name": "Rindge Ave @ Middlesex St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2428", "links": { @@ -64678,7 +66249,8 @@ "longitude": -71.127691, "name": "Rindge Ave @ Haskell St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "24281", "links": { @@ -64716,7 +66288,8 @@ "longitude": -71.125386, "name": "Rindge Ave @ Pemberton St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2429", "links": { @@ -64754,7 +66327,8 @@ "longitude": -71.039266, "name": "Northern Ave @ D St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "243", "links": { @@ -64792,7 +66366,8 @@ "longitude": -71.118904, "name": "Somerville Ave @ Massachusetts Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2430", "links": { @@ -64851,7 +66426,8 @@ "longitude": -71.117346, "name": "Somerville Ave opp Beacon Terr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2431", "links": { @@ -64889,7 +66465,8 @@ "longitude": -71.114425, "name": "Somerville Ave opp Elm St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2432", "links": { @@ -64927,7 +66504,8 @@ "longitude": -71.108538, "name": "Park St @ Beacon St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2433", "links": { @@ -64965,7 +66543,8 @@ "longitude": -71.106605, "name": "Beacon St @ Washington St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2435", "links": { @@ -65003,7 +66582,8 @@ "longitude": -71.105099, "name": "Beacon St @ Smith Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2436", "links": { @@ -65041,7 +66621,8 @@ "longitude": -71.103995, "name": "Beacon St @ Cooney St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2437", "links": { @@ -65079,7 +66660,8 @@ "longitude": -71.102529, "name": "Beacon St opp Concord Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2438", "links": { @@ -65117,7 +66699,8 @@ "longitude": -71.100107, "name": "Hampshire St @ Inman St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2439", "links": { @@ -65155,7 +66738,8 @@ "longitude": -71.040496, "name": "Summer St @ E St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "244", "links": { @@ -65193,7 +66777,8 @@ "longitude": -71.100038, "name": "Prospect St @ St Mary Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2440", "links": { @@ -65231,7 +66816,8 @@ "longitude": -71.100892, "name": "Prospect St @ Broadway", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2441", "links": { @@ -65269,7 +66855,8 @@ "longitude": -71.101745, "name": "Prospect St @ Harvard St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2442", "links": { @@ -65307,7 +66894,8 @@ "longitude": -71.103138, "name": "Prospect St @ Bishop Allen Dr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2443", "links": { @@ -65338,6 +66926,10 @@ { "id": "1123", "type": "stop" + }, + { + "id": "9070070", + "type": "stop" } ] }, @@ -65366,7 +66958,8 @@ "longitude": -71.105242, "name": "Western Ave @ Green St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2444", "links": { @@ -65397,6 +66990,10 @@ { "id": "72", "type": "stop" + }, + { + "id": "9070070", + "type": "stop" } ] }, @@ -65425,7 +67022,8 @@ "longitude": -71.103015, "name": "Prospect St @ Bishop Allen Dr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2446", "links": { @@ -65453,6 +67051,10 @@ "id": "72", "type": "stop" }, + { + "id": "9070070", + "type": "stop" + }, { "id": "1123", "type": "stop" @@ -65484,7 +67086,8 @@ "longitude": -71.101754, "name": "Prospect St @ Harvard St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2447", "links": { @@ -65522,7 +67125,8 @@ "longitude": -71.101015, "name": "Prospect St @ Broadway", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2448", "links": { @@ -65560,7 +67164,8 @@ "longitude": -71.100863, "name": "Broadway @ Prospect St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "24481", "links": { @@ -65590,44 +67195,6 @@ }, "type": "stop" }, - { - "attributes": { - "description": null, - "latitude": 42.368507, - "location_type": 0, - "longitude": -71.09914, - "name": "Broadway @ Norfolk St", - "platform_name": null, - "vehicle_type": 3 - }, - "id": "24482", - "links": { - "self": "/stops/24482" - }, - "relationships": { - "child_stops": { - "data": [] - }, - "connecting_stops": { - "data": [] - }, - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=24482" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, { "attributes": { "description": null, @@ -65636,7 +67203,8 @@ "longitude": -71.097202, "name": "Broadway @ Columbia St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "24483", "links": { @@ -65674,7 +67242,8 @@ "longitude": -71.095555, "name": "Broadway @ Windsor St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "24484", "links": { @@ -65712,7 +67281,8 @@ "longitude": -71.091381, "name": "Broadway opp Hampshire St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "24485", "links": { @@ -65750,7 +67320,8 @@ "longitude": -71.09133, "name": "Broadway @ Hampshire St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "24486", "links": { @@ -65788,7 +67359,8 @@ "longitude": -71.095569, "name": "Broadway @ Windsor St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "24487", "links": { @@ -65826,7 +67398,8 @@ "longitude": -71.097511, "name": "Broadway @ Columbia St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "24488", "links": { @@ -65864,7 +67437,8 @@ "longitude": -71.09915, "name": "Broadway @ Norfolk St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "24489", "links": { @@ -65902,7 +67476,8 @@ "longitude": -71.099925, "name": "Prospect St @ Gardner Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2449", "links": { @@ -65940,7 +67515,8 @@ "longitude": -71.100745, "name": "Broadway @ Prospect St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "24490", "links": { @@ -65978,7 +67554,8 @@ "longitude": -71.100422, "name": "Hampshire St @ Cambridge St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2451", "links": { @@ -66016,7 +67593,8 @@ "longitude": -71.103295, "name": "45 Beacon St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2453", "links": { @@ -66054,7 +67632,8 @@ "longitude": -71.105076, "name": "Beacon St @ Calvin St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2454", "links": { @@ -66092,7 +67671,8 @@ "longitude": -71.106094, "name": "Beacon St @ Washington St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2455", "links": { @@ -66130,7 +67710,8 @@ "longitude": -71.108581, "name": "Beacon St @ Park St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2457", "links": { @@ -66168,7 +67749,8 @@ "longitude": -71.114294, "name": "Somerville Ave @ Elm St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "24581", "links": { @@ -66206,7 +67788,8 @@ "longitude": -70.954649, "name": "10 Centennial Drive - West", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "24586", "links": { @@ -66244,7 +67827,8 @@ "longitude": -71.116555, "name": "Somerville Ave @ Mossland St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2459", "links": { @@ -66282,7 +67866,8 @@ "longitude": -71.039113, "name": "Summer St @ Pappas Way", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "246", "links": { @@ -66320,7 +67905,8 @@ "longitude": -71.118917, "name": "Somerville Ave @ White St (Porter Sq)", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2460", "links": { @@ -66379,7 +67965,8 @@ "longitude": -71.125474, "name": "Rindge Ave @ Massachusetts Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2461", "links": { @@ -66417,7 +68004,8 @@ "longitude": -71.128818, "name": "Rindge Ave @ Hollis St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "24610", "links": { @@ -66455,7 +68043,8 @@ "longitude": -71.16643, "name": "Washington St @ Incinerator Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "24619", "links": { @@ -66493,7 +68082,8 @@ "longitude": -71.131424, "name": "Rindge Ave opp Middlesex St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2462", "links": { @@ -66531,7 +68121,8 @@ "longitude": -71.134038, "name": "Rindge Ave @ Clay St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "24621", "links": { @@ -66569,7 +68160,8 @@ "longitude": -71.198285, "name": "Washington St @ George St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "24628", "links": { @@ -66607,7 +68199,8 @@ "longitude": -71.136374, "name": "Rindge Ave @ Clifton St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2463", "links": { @@ -66645,7 +68238,8 @@ "longitude": -71.194248, "name": "Wadsworth Rd @ Dow Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2464", "links": { @@ -66683,7 +68277,8 @@ "longitude": -71.196852, "name": "Wadsworth Rd @ Homer Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2465", "links": { @@ -66721,7 +68316,8 @@ "longitude": -71.198315, "name": "Appleton St @ Lublin St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2466", "links": { @@ -66759,7 +68355,8 @@ "longitude": -71.195486, "name": "Appleton St @ Homer Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "2467", "links": { @@ -66797,7 +68394,8 @@ "longitude": -71.19327, "name": "Appleton St @ Kipling Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2468", "links": { @@ -66835,7 +68433,8 @@ "longitude": -71.188934, "name": "Appleton St opp Ely Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2469", "links": { @@ -66873,7 +68472,8 @@ "longitude": -71.035301, "name": "Northern Ave @ Harbor St", "platform_name": "Design Center", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "247", "links": { @@ -66911,7 +68511,8 @@ "longitude": -71.18662, "name": "Wachusett Ave @ Dow Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2470", "links": { @@ -66949,7 +68550,8 @@ "longitude": -71.185596, "name": "Wachusett Ave @ Florence Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2471", "links": { @@ -66982,12 +68584,13 @@ { "attributes": { "description": null, - "latitude": 42.411567, + "latitude": 42.411725, "location_type": 0, - "longitude": -70.996415, + "longitude": -70.996072, "name": "VFW Pkwy opp Wonderland Market Place", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "24716", "links": { @@ -67020,12 +68623,13 @@ { "attributes": { "description": null, - "latitude": 42.411656, + "latitude": 42.411487, "location_type": 0, - "longitude": -70.995407, + "longitude": -70.996019, "name": "VFW Pkwy @ Wonderland Market Place", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "24717", "links": { @@ -67063,7 +68667,8 @@ "longitude": -71.184127, "name": "Wachusett Ave @ Oakland Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2472", "links": { @@ -67101,7 +68706,8 @@ "longitude": -71.182949, "name": "Wachusett Ave @ Hillside Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "2473", "links": { @@ -67139,7 +68745,8 @@ "longitude": -71.164251, "name": "Lake St @ Pleasant St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2475", "links": { @@ -67177,7 +68784,8 @@ "longitude": -71.160663, "name": "Lake St @ Albert Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2477", "links": { @@ -67215,7 +68823,8 @@ "longitude": -71.15773, "name": "Lake St @ Rt 2 East on Ramp", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2478", "links": { @@ -67253,7 +68862,8 @@ "longitude": -71.1538, "name": "375 Acorn Park Dr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "24790", "links": { @@ -67291,7 +68901,8 @@ "longitude": -71.146375, "name": "Opp 10 Acorn Park Dr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "24791", "links": { @@ -67329,7 +68940,8 @@ "longitude": -71.155674, "name": "West Service Rd @ Lake St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2482", "links": { @@ -67367,7 +68979,8 @@ "longitude": -71.182886, "name": "Wachusett Ave @ Hillside Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "2483", "links": { @@ -67405,7 +69018,8 @@ "longitude": -71.184034, "name": "Wachusett Ave @ Prospect Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2484", "links": { @@ -67443,7 +69057,8 @@ "longitude": -71.185488, "name": "Wachusett Ave @ Florence Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2485", "links": { @@ -67481,7 +69096,8 @@ "longitude": -71.18653, "name": "Wachusett Ave @ Appleton St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2486", "links": { @@ -67519,7 +69135,8 @@ "longitude": -71.189071, "name": "Appleton St @ Ely Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2487", "links": { @@ -67557,7 +69174,8 @@ "longitude": -71.191872, "name": "Appleton St @ Wollaston Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2488", "links": { @@ -67595,7 +69213,8 @@ "longitude": -71.193, "name": "Appleton St @ Ortona St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2489", "links": { @@ -67633,7 +69252,8 @@ "longitude": -71.054339, "name": "B St @ Silver St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "249", "links": { @@ -67671,7 +69291,8 @@ "longitude": -71.195567, "name": "Appleton St @ Udine St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "2490", "links": { @@ -67709,7 +69330,8 @@ "longitude": -71.198262, "name": "Appleton St @ Lublin St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2491", "links": { @@ -67747,7 +69369,8 @@ "longitude": -71.204882, "name": "Service Road West @ Watertown St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2493", "links": { @@ -67785,7 +69408,8 @@ "longitude": -71.199096, "name": "East Service Rd @ Golden Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 2 }, "id": "2494", "links": { @@ -67823,7 +69447,8 @@ "longitude": -71.195301, "name": "East Service Rd @ Standish Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2495", "links": { @@ -67861,7 +69486,8 @@ "longitude": -71.03554, "name": "E Broadway @ L St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "25", "links": { @@ -67899,7 +69525,8 @@ "longitude": -71.055477, "name": "B St @ W 5th St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "250", "links": { @@ -67937,7 +69564,8 @@ "longitude": -71.047391, "name": "Captains Row @ Commandants Way", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "25051", "links": { @@ -67975,7 +69603,8 @@ "longitude": -71.093174, "name": "Highland Ave @ Molyneaux Circle", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 2 }, "id": "25059", "links": { @@ -68013,7 +69642,8 @@ "longitude": -71.056199, "name": "B St @ W 6th St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "251", "links": { @@ -68051,7 +69681,8 @@ "longitude": -71.096698, "name": "Somerville Ave @ Union Square", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2510", "links": { @@ -68089,7 +69720,8 @@ "longitude": -71.095956, "name": "25 Webster Ave @ Newton St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2512", "links": { @@ -68102,15 +69734,15 @@ "connecting_stops": { "data": [ { - "id": "2531", + "id": "9070503", "type": "stop" }, { - "id": "9070503", + "id": "place-unsqu", "type": "stop" }, { - "id": "place-unsqu", + "id": "2531", "type": "stop" } ] @@ -68140,7 +69772,8 @@ "longitude": -71.095093, "name": "Webster Ave @ Norfolk St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2513", "links": { @@ -68178,7 +69811,8 @@ "longitude": -71.09398, "name": "Windsor St @ Lincoln St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2515", "links": { @@ -68216,7 +69850,8 @@ "longitude": -71.094811, "name": "Windsor St @ Hampshire St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2516", "links": { @@ -68254,7 +69889,8 @@ "longitude": -71.091614, "name": "Hampshire St @ Portland St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2518", "links": { @@ -68292,7 +69928,8 @@ "longitude": -71.055505, "name": "W 7th St @ C St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "252", "links": { @@ -68330,7 +69967,8 @@ "longitude": -71.053031, "name": "Preble St @ Vinton St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "25202", "links": { @@ -68368,7 +70006,8 @@ "longitude": -71.052197, "name": "Old Colony Ave opp Gavin Way", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "25203", "links": { @@ -68406,7 +70045,8 @@ "longitude": -71.092051, "name": "Hampshire St @ Cardinal Medeiros Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2521", "links": { @@ -68444,7 +70084,8 @@ "longitude": -71.101789, "name": "Washington St @ Forest Hills St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "25236", "links": { @@ -68482,7 +70123,8 @@ "longitude": -71.095337, "name": "Hampshire St @ Union St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2524", "links": { @@ -68520,7 +70162,8 @@ "longitude": -71.094479, "name": "Columbia St @ Cambridge St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2525", "links": { @@ -68558,7 +70201,8 @@ "longitude": -71.095322, "name": "Webster Ave @ Prospect St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2528", "links": { @@ -68596,7 +70240,8 @@ "longitude": -71.054025, "name": "W 7th St @ D St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "253", "links": { @@ -68629,12 +70274,13 @@ { "attributes": { "description": null, - "latitude": 42.37812, + "latitude": 42.378346, "location_type": 0, - "longitude": -71.09467, - "name": "Prospect St @ Bennett Ct", + "longitude": -71.094513, + "name": "Prospect St @ Union Sq - Green Line", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2531", "links": { @@ -68685,7 +70331,8 @@ "longitude": -71.052445, "name": "W 7th St @ E St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "254", "links": { @@ -68718,12 +70365,13 @@ { "attributes": { "description": null, - "latitude": 42.378899, + "latitude": 42.378998, "location_type": 0, - "longitude": -71.103918, + "longitude": -71.103616, "name": "Washington St @ Dane St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2545", "links": { @@ -68756,12 +70404,13 @@ { "attributes": { "description": null, - "latitude": 42.378339, + "latitude": 42.378215, "location_type": 0, - "longitude": -71.10628, + "longitude": -71.106972, "name": "Washington St @ Beacon St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2546", "links": { @@ -68799,7 +70448,8 @@ "longitude": -71.109783, "name": "Kirkland St opp Trowbridge St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2547", "links": { @@ -68837,7 +70487,8 @@ "longitude": -71.112872, "name": "Kirkland St @ Kirkland Place", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2548", "links": { @@ -68875,7 +70526,8 @@ "longitude": -71.050899, "name": "W 7th St @ F St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "255", "links": { @@ -68913,7 +70565,8 @@ "longitude": -71.12127, "name": "JFK St @ Eliot St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2550", "links": { @@ -68951,7 +70604,8 @@ "longitude": -71.125108, "name": "N Harvard St @ Gate 2 Harvard Stadium", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2551", "links": { @@ -68989,7 +70643,8 @@ "longitude": -71.127933, "name": "N Harvard St @ S Campus Dr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2553", "links": { @@ -69027,7 +70682,8 @@ "longitude": -71.130488, "name": "N Harvard St @ Franklin St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2554", "links": { @@ -69065,7 +70721,8 @@ "longitude": -71.129009, "name": "N Harvard St @ Coolidge Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2555", "links": { @@ -69103,7 +70760,8 @@ "longitude": -71.127014, "name": "N Harvard St @ Hooker St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2556", "links": { @@ -69141,7 +70799,8 @@ "longitude": -71.126738, "name": "N Harvard St @ Empire St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2558", "links": { @@ -69179,7 +70838,8 @@ "longitude": -71.128574, "name": "N Harvard St @ Oxford St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2559", "links": { @@ -69217,7 +70877,8 @@ "longitude": -71.049923, "name": "W 7th St @ Dorchester St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "256", "links": { @@ -69255,7 +70916,8 @@ "longitude": -71.130333, "name": "N Harvard St @ Kingsley St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2560", "links": { @@ -69293,7 +70955,8 @@ "longitude": -71.129142, "name": "N Harvard St @ Western Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2561", "links": { @@ -69331,7 +70994,8 @@ "longitude": -71.199615, "name": "Washington St @ Railroad Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "25618", "links": { @@ -69369,7 +71033,8 @@ "longitude": -71.124824, "name": "N Harvard St opp Harvard Stadium Gate 2", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2564", "links": { @@ -69399,44 +71064,6 @@ }, "type": "stop" }, - { - "attributes": { - "description": null, - "latitude": 42.371486, - "location_type": 0, - "longitude": -71.120947, - "name": "JFK St @ Eliot St", - "platform_name": null, - "vehicle_type": 3 - }, - "id": "25641", - "links": { - "self": "/stops/25641" - }, - "relationships": { - "child_stops": { - "data": [] - }, - "connecting_stops": { - "data": [] - }, - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=25641" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, { "attributes": { "description": null, @@ -69445,7 +71072,8 @@ "longitude": -71.12163, "name": "16 Eliot St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2565", "links": { @@ -69481,9 +71109,10 @@ "latitude": 42.376674, "location_type": 0, "longitude": -71.113632, - "name": "Quincy St @ Kirkland St", + "name": "Kirkland St @ Quincy St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2567", "links": { @@ -69521,7 +71150,8 @@ "longitude": -71.11027, "name": "Kirkland St @ Irving St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2568", "links": { @@ -69554,12 +71184,13 @@ { "attributes": { "description": null, - "latitude": 42.378206, + "latitude": 42.378575, "location_type": 0, - "longitude": -71.106484, - "name": "Washington St @ Beacon St", + "longitude": -71.104944, + "name": "Washington St @ Caldwell Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2570", "links": { @@ -69592,50 +71223,13 @@ { "attributes": { "description": null, - "latitude": 42.378733, - "location_type": 0, - "longitude": -71.10416, - "name": "Washington St @ Calvin St", - "platform_name": null, - "vehicle_type": 3 - }, - "id": "2571", - "links": { - "self": "/stops/2571" - }, - "relationships": { - "child_stops": { - "data": [] - }, - "connecting_stops": { - "data": [] - }, - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=2571" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": { - "description": null, - "latitude": 42.379315, + "latitude": 42.3794, "location_type": 0, - "longitude": -71.100285, - "name": "Washington St @ Parker St", + "longitude": -71.100591, + "name": "Washington St @ Bowdoin St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "25712", "links": { @@ -69668,12 +71262,13 @@ { "attributes": { "description": null, - "latitude": 42.379425, + "latitude": 42.379457, "location_type": 0, - "longitude": -71.09784, - "name": "Washington St @ Kingman Rd", + "longitude": -71.098005, + "name": "Washington St opp Hawkins St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "25713", "links": { @@ -69711,7 +71306,8 @@ "longitude": -71.098527, "name": "51 Bow St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "2574", "links": { @@ -69749,7 +71345,8 @@ "longitude": -71.130239, "name": "Broadway @ Garrison Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2575", "links": { @@ -69787,7 +71384,8 @@ "longitude": -71.128798, "name": "Broadway @ Weston Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2576", "links": { @@ -69825,7 +71423,8 @@ "longitude": -71.12751, "name": "Broadway @ Holland St - Teele Sq", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2577", "links": { @@ -69863,7 +71462,8 @@ "longitude": -71.126139, "name": "Holland St @ Cameron Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2579", "links": { @@ -69901,7 +71501,8 @@ "longitude": -71.05098, "name": "E 8th St @ Dorchester St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "258", "links": { @@ -69939,7 +71540,8 @@ "longitude": -71.124909, "name": "Holland St @ Jay St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2580", "links": { @@ -69977,7 +71579,8 @@ "longitude": -71.049154, "name": "E 8th St @ Mercer St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "25800", "links": { @@ -70015,7 +71618,8 @@ "longitude": -71.122971, "name": "Holland St @ Dover St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2581", "links": { @@ -70062,7 +71666,8 @@ "longitude": -71.1218, "name": "Elm St @ Chester St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2582", "links": { @@ -70100,7 +71705,8 @@ "longitude": -71.120873, "name": "Elm St @ Russell St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2583", "links": { @@ -70138,7 +71744,8 @@ "longitude": -71.11922, "name": "Elm St @ Beech St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "2584", "links": { @@ -70176,7 +71783,8 @@ "longitude": -71.117202, "name": "Elm St @ Porter Sq Shopping Ctr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2586", "links": { @@ -70214,7 +71822,8 @@ "longitude": -71.11557, "name": "Elm St @ Mossland St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2587", "links": { @@ -70252,7 +71861,8 @@ "longitude": -71.113778, "name": "Elm St opp Porter St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2588", "links": { @@ -70290,7 +71900,8 @@ "longitude": -71.112011, "name": "Somerville Ave @ Sacramento St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2589", "links": { @@ -70328,7 +71939,8 @@ "longitude": -71.047219, "name": "E 8th St @ Old Harbor St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "259", "links": { @@ -70366,7 +71978,8 @@ "longitude": -71.109214, "name": "594 Somerville Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2590", "links": { @@ -70404,7 +72017,8 @@ "longitude": -71.107022, "name": "Somerville Ave opp Central St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2591", "links": { @@ -70442,7 +72056,8 @@ "longitude": -71.104227, "name": "Somerville Ave opp Loring St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2593", "links": { @@ -70480,7 +72095,8 @@ "longitude": -71.101817, "name": "Somerville Ave opp School St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2594", "links": { @@ -70518,7 +72134,8 @@ "longitude": -71.099677, "name": "Somerville Ave @ Carlton St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2595", "links": { @@ -70556,7 +72173,8 @@ "longitude": -71.072003, "name": "Pleasant St @ Stone Pl", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "25969", "links": { @@ -70594,7 +72212,8 @@ "longitude": -71.095404, "name": "Somerville Ave opp Stone Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2597", "links": { @@ -70632,7 +72251,8 @@ "longitude": -71.070007, "name": "Pleasant St @ Wyoming Ave - Wyoming Sq", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "25974", "links": { @@ -70679,7 +72299,8 @@ "longitude": -71.09271, "name": "Somerville Ave @ Linden St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2598", "links": { @@ -70717,7 +72338,8 @@ "longitude": -71.091729, "name": "Pond St opp Stone Zoo", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "25982", "links": { @@ -70755,7 +72377,8 @@ "longitude": -71.100064, "name": "Main St @ Pleasant St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "25986", "links": { @@ -70793,7 +72416,8 @@ "longitude": -71.100177, "name": "Main St @ Collincote St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "25988", "links": { @@ -70831,7 +72455,8 @@ "longitude": -71.101946, "name": "Redstone Shopping Center Access Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "25989", "links": { @@ -70869,7 +72494,8 @@ "longitude": -71.090299, "name": "Somerville Ave opp Mansfield St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2599", "links": { @@ -70907,7 +72533,8 @@ "longitude": -71.100209, "name": "Main St @ Elm St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "25990", "links": { @@ -70945,7 +72572,8 @@ "longitude": -71.100291, "name": "Main St @ Lindenwood Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "25991", "links": { @@ -70983,7 +72611,8 @@ "longitude": -71.100581, "name": "Main St @ Maple St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "25992", "links": { @@ -71021,7 +72650,8 @@ "longitude": -71.100749, "name": "Main St @ South St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "25996", "links": { @@ -71059,7 +72689,8 @@ "longitude": -71.091894, "name": "Pond St @ Stone Zoo", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "25997", "links": { @@ -71097,7 +72728,8 @@ "longitude": -71.045994, "name": "E 8th St @ Covington St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "260", "links": { @@ -71135,7 +72767,8 @@ "longitude": -71.088919, "name": "McGrath Hwy @ Medford St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2600", "links": { @@ -71173,7 +72806,8 @@ "longitude": -71.081478, "name": "McGrath Hwy @ Twin City Plaza", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2601", "links": { @@ -71206,12 +72840,13 @@ { "attributes": { "description": null, - "latitude": 42.373484, + "latitude": 42.374017, "location_type": 0, - "longitude": -71.081241, + "longitude": -71.082383, "name": "McGrath Hwy opp Twin City Plaza", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2605", "links": { @@ -71249,7 +72884,8 @@ "longitude": -71.088178, "name": "McGrath Hwy @ Poplar St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2607", "links": { @@ -71287,7 +72923,8 @@ "longitude": -71.043908, "name": "E 8th St @ G St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "261", "links": { @@ -71325,7 +72962,8 @@ "longitude": -71.092273, "name": "Washington St @ Washington Terr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2610", "links": { @@ -71363,7 +73001,8 @@ "longitude": -71.095164, "name": "Somerville Ave @ Stone Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2612", "links": { @@ -71396,12 +73035,13 @@ { "attributes": { "description": null, - "latitude": 42.37961, + "latitude": 42.379628, "location_type": 0, - "longitude": -71.096874, + "longitude": -71.096946, "name": "Washington St @ Webster Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2613", "links": { @@ -71439,7 +73079,8 @@ "longitude": -71.096622, "name": "Bow St @ Warren Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "26131", "links": { @@ -71477,7 +73118,8 @@ "longitude": -70.929601, "name": "Brookline St @ Marshall School", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "26137", "links": { @@ -71510,12 +73152,13 @@ { "attributes": { "description": null, - "latitude": 42.3794, + "latitude": 42.379408, "location_type": 0, - "longitude": -71.100178, + "longitude": -71.100221, "name": "Washington St opp Parker St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2615", "links": { @@ -71553,7 +73196,8 @@ "longitude": -71.104054, "name": "Somerville Ave @ Loring St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2617", "links": { @@ -71591,7 +73235,8 @@ "longitude": -71.107062, "name": "Somerville Ave @ Central St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2618", "links": { @@ -71629,7 +73274,8 @@ "longitude": -71.041552, "name": "E 8th St @ H St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "262", "links": { @@ -71667,7 +73313,8 @@ "longitude": -71.109672, "name": "Somerville Ave @ Spring St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2620", "links": { @@ -71705,7 +73352,8 @@ "longitude": -71.112013, "name": "Somerville Ave @ Lowell St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2621", "links": { @@ -71743,7 +73391,8 @@ "longitude": -71.113903, "name": "Elm St @ Porter St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2622", "links": { @@ -71781,7 +73430,8 @@ "longitude": -71.1153, "name": "Elm St @ Cedar St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2623", "links": { @@ -71819,7 +73469,8 @@ "longitude": -71.117016, "name": "Elm St @ Hancock St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2625", "links": { @@ -71857,7 +73508,8 @@ "longitude": -71.119271, "name": "Elm St @ Saint James Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2626", "links": { @@ -71895,7 +73547,8 @@ "longitude": -71.120725, "name": "Elm St @ Cutter Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2627", "links": { @@ -71933,7 +73586,8 @@ "longitude": -71.120198, "name": "Grove St @ Highland Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2628", "links": { @@ -71971,7 +73625,8 @@ "longitude": -71.039961, "name": "E 8th St @ I St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "263", "links": { @@ -72009,7 +73664,8 @@ "longitude": -71.124718, "name": "Holland St @ Simpson Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2631", "links": { @@ -72047,7 +73703,8 @@ "longitude": -71.126187, "name": "Holland St opp Cameron Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2632", "links": { @@ -72085,7 +73742,8 @@ "longitude": -71.127338, "name": "Broadway @ Curtis St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2634", "links": { @@ -72123,7 +73781,8 @@ "longitude": -71.128532, "name": "Broadway @ Dickson St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2635", "links": { @@ -72161,7 +73820,8 @@ "longitude": -71.131478, "name": "Broadway @ North St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2636", "links": { @@ -72199,7 +73859,8 @@ "longitude": -71.13207, "name": "Clarendon Hill Busway", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2637", "links": { @@ -72237,7 +73898,8 @@ "longitude": -71.037417, "name": "E 8th St @ K St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "264", "links": { @@ -72275,7 +73937,8 @@ "longitude": -71.11479, "name": "Cummins Hwy opp Calvary Cemetery", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "26434", "links": { @@ -72313,7 +73976,8 @@ "longitude": -71.099359, "name": "Cummins Hwy @ Brockton St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "26459", "links": { @@ -72351,7 +74015,8 @@ "longitude": -71.125372, "name": "1344 Hyde Park Ave @ Blake Estates", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "26466", "links": { @@ -72389,7 +74054,8 @@ "longitude": -71.130635, "name": "1664 Hyde Park Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "26467", "links": { @@ -72427,7 +74093,8 @@ "longitude": -71.117909, "name": "Hyde Park Ave opp Eldridge Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "26495", "links": { @@ -72465,7 +74132,8 @@ "longitude": -71.03539, "name": "E 8th St @ L St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "265", "links": { @@ -72503,7 +74171,8 @@ "longitude": -71.116358, "name": "American Legion Hwy @ Cummins Hwy", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "26500", "links": { @@ -72541,7 +74210,8 @@ "longitude": -71.089685, "name": "McGrath Hwy @ Alston St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2659", "links": { @@ -72579,7 +74249,8 @@ "longitude": -71.033352, "name": "E 8th St @ M St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "266", "links": { @@ -72617,7 +74288,8 @@ "longitude": -71.092778, "name": "Highland Ave @ Medford St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2660", "links": { @@ -72655,7 +74327,8 @@ "longitude": -71.094037, "name": "Highland Ave @ Walnut St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2661", "links": { @@ -72693,7 +74366,8 @@ "longitude": -71.20104, "name": "Washington St @ Cottage St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "26618", "links": { @@ -72731,7 +74405,8 @@ "longitude": -71.096633, "name": "75 Highland Ave opp Putnam St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2662", "links": { @@ -72769,7 +74444,8 @@ "longitude": -71.09859, "name": "Highland Ave @ School St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2664", "links": { @@ -72807,7 +74483,8 @@ "longitude": -71.10098, "name": "125 Highland Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2665", "links": { @@ -72845,7 +74522,8 @@ "longitude": -71.103505, "name": "Highland Ave @ Central St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2666", "links": { @@ -72883,7 +74561,8 @@ "longitude": -71.105084, "name": "Highland Ave @ Benton Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2667", "links": { @@ -72921,7 +74600,8 @@ "longitude": -71.107805, "name": "Highland Ave @ Lowell St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2668", "links": { @@ -72959,7 +74639,8 @@ "longitude": -71.109274, "name": "235 Highland Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2669", "links": { @@ -72997,7 +74678,8 @@ "longitude": -71.031299, "name": "E 8th St @ N St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "267", "links": { @@ -73035,7 +74717,8 @@ "longitude": -71.110743, "name": "263 Highland Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2670", "links": { @@ -73073,7 +74756,8 @@ "longitude": -71.112537, "name": "Highland Ave @ Cedar St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2671", "links": { @@ -73111,7 +74795,8 @@ "longitude": -71.114173, "name": "Highland Ave @ Cherry St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2672", "links": { @@ -73149,7 +74834,8 @@ "longitude": -71.11695, "name": "Highland Ave @ Willow Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2673", "links": { @@ -73187,7 +74873,8 @@ "longitude": -70.98552, "name": "Walnut St @ O'Callaghan Way", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "26734", "links": { @@ -73225,7 +74912,8 @@ "longitude": -71.119331, "name": "Highland Ave @ Cutter Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2674", "links": { @@ -73263,7 +74951,8 @@ "longitude": -71.116662, "name": "Highland Ave @ Willow Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2675", "links": { @@ -73301,7 +74990,8 @@ "longitude": -71.11417, "name": "Highland Ave @ Cherry St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2676", "links": { @@ -73339,7 +75029,8 @@ "longitude": -71.11225, "name": "Highland Ave @ Cedar St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2677", "links": { @@ -73377,7 +75068,8 @@ "longitude": -71.11074, "name": "Highland Ave @ Conwell St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2678", "links": { @@ -73415,7 +75107,8 @@ "longitude": -71.10885, "name": "Highland Ave @ Tower St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2679", "links": { @@ -73453,7 +75146,8 @@ "longitude": -71.029247, "name": "Columbia Rd @ O St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 2 }, "id": "268", "links": { @@ -73491,7 +75185,8 @@ "longitude": -71.107802, "name": "Highland Ave @ Lowell St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2680", "links": { @@ -73529,7 +75224,8 @@ "longitude": -71.105358, "name": "Highland Ave @ Benton Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2681", "links": { @@ -73567,7 +75263,8 @@ "longitude": -71.103567, "name": "Highland Ave @ Central St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2682", "links": { @@ -73605,7 +75302,8 @@ "longitude": -71.101254, "name": "Highland Ave @ Trull Ln", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2683", "links": { @@ -73643,7 +75341,8 @@ "longitude": -71.098864, "name": "Highland Ave @ School St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2684", "links": { @@ -73681,7 +75380,8 @@ "longitude": -71.095748, "name": "Highland Ave @ Vinal Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2686", "links": { @@ -73719,7 +75419,8 @@ "longitude": -71.094311, "name": "Highland Ave @ Walnut St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2687", "links": { @@ -73757,7 +75458,8 @@ "longitude": -71.092101, "name": "Medford St @ Highland Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2688", "links": { @@ -73795,7 +75497,8 @@ "longitude": -71.091137, "name": "422 McGrath Hwy", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2689", "links": { @@ -73833,7 +75536,8 @@ "longitude": -71.056782, "name": "W 7th St @ B St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "269", "links": { @@ -73866,12 +75570,13 @@ { "attributes": { "description": null, - "latitude": 42.380352, + "latitude": 42.380358, "location_type": 0, - "longitude": -71.089851, + "longitude": -71.089895, "name": "Medford St @ Washington St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2690", "links": { @@ -73909,7 +75614,8 @@ "longitude": -71.12519, "name": "Broadway opp Packard Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2691", "links": { @@ -73947,7 +75653,8 @@ "longitude": -71.122057, "name": "Broadway @ Simpson Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2692", "links": { @@ -73985,7 +75692,8 @@ "longitude": -71.11915, "name": "Broadway @ Billingham St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2693", "links": { @@ -74023,7 +75731,8 @@ "longitude": -71.115776, "name": "Broadway opp Warner St - Powder House Sq", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "2695", "links": { @@ -74061,7 +75770,8 @@ "longitude": -71.114482, "name": "Broadway @ Bay State Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2696", "links": { @@ -74099,7 +75809,8 @@ "longitude": -71.111859, "name": "Broadway @ Josephine Ave - Ball Sq", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2697", "links": { @@ -74150,7 +75861,8 @@ "longitude": -71.10781, "name": "Broadway @ Cedar St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2698", "links": { @@ -74188,7 +75900,8 @@ "longitude": -71.105186, "name": "Broadway @ Hinckley St - Magoun Sq", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2699", "links": { @@ -74226,7 +75939,8 @@ "longitude": -71.031087, "name": "E Broadway @ N St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "27", "links": { @@ -74264,7 +75978,8 @@ "longitude": -71.027186, "name": "Columbia Rd @ P St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 2 }, "id": "270", "links": { @@ -74302,7 +76017,8 @@ "longitude": -71.104096, "name": "Broadway @ Medford St - Magoun Sq", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2700", "links": { @@ -74340,7 +76056,8 @@ "longitude": -71.100118, "name": "Broadway @ Bartlett St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2702", "links": { @@ -74378,7 +76095,8 @@ "longitude": -71.098178, "name": "Broadway opp Main St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "2703", "links": { @@ -74416,7 +76134,8 @@ "longitude": -71.095921, "name": "Broadway @ Thurston St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2704", "links": { @@ -74454,7 +76173,8 @@ "longitude": -71.092807, "name": "Broadway @ Marshall St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2706", "links": { @@ -74492,7 +76212,8 @@ "longitude": -71.090264, "name": "Broadway @ Montgomery Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "2707", "links": { @@ -74530,7 +76251,8 @@ "longitude": -71.01882, "name": "Terminal B Stop 1 - Arrivals Level", "platform_name": "South Station", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "27092", "links": { @@ -74568,7 +76290,8 @@ "longitude": -71.086483, "name": "Broadway @ Cross St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2710", "links": { @@ -74606,7 +76329,8 @@ "longitude": -71.083859, "name": "Broadway @ Glen St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2711", "links": { @@ -74644,7 +76368,8 @@ "longitude": -71.080639, "name": "Broadway @ Lincoln St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2713", "links": { @@ -74682,7 +76407,8 @@ "longitude": -71.078666, "name": "Broadway @ Mt Vernon St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2714", "links": { @@ -74720,7 +76446,8 @@ "longitude": -71.130298, "name": "Broadway @ Belknap St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2715", "links": { @@ -74758,7 +76485,8 @@ "longitude": -71.080685, "name": "Broadway @ Austin St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2718", "links": { @@ -74796,7 +76524,8 @@ "longitude": -71.083179, "name": "Broadway @ Illinois Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2719", "links": { @@ -74834,7 +76563,8 @@ "longitude": -71.085778, "name": "Broadway @ Cross St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2721", "links": { @@ -74872,7 +76602,8 @@ "longitude": -71.090085, "name": "Broadway @ Fellsway W", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2723", "links": { @@ -74910,7 +76641,8 @@ "longitude": -71.092975, "name": "Broadway @ Temple St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2725", "links": { @@ -74948,7 +76680,8 @@ "longitude": -71.094823, "name": "Broadway @ Winter Hill Plaza", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2726", "links": { @@ -74986,7 +76719,8 @@ "longitude": -71.097355, "name": "Broadway @ Main St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "2729", "links": { @@ -75024,7 +76758,8 @@ "longitude": -71.101014, "name": "Broadway opp Glenwood Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2731", "links": { @@ -75062,7 +76797,8 @@ "longitude": -71.104121, "name": "Broadway @ Medford St - Magoun Sq", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2733", "links": { @@ -75100,7 +76836,8 @@ "longitude": -71.105925, "name": "Broadway @ William St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2734", "links": { @@ -75138,7 +76875,8 @@ "longitude": -71.107573, "name": "Broadway @ Alfred St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2735", "links": { @@ -75176,7 +76914,8 @@ "longitude": -71.112006, "name": "Broadway @ Boston Ave - Ball Sq", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2736", "links": { @@ -75227,7 +76966,8 @@ "longitude": -71.113803, "name": "Broadway @ Pearson Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2737", "links": { @@ -75265,7 +77005,8 @@ "longitude": -71.116273, "name": "Broadway @ Warner St - Powder House Sq", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "2738", "links": { @@ -75303,7 +77044,8 @@ "longitude": -71.117961, "name": "Broadway @ Walker St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2740", "links": { @@ -75341,7 +77083,8 @@ "longitude": -71.120555, "name": "Broadway @ Leonard St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "2741", "links": { @@ -75379,7 +77122,8 @@ "longitude": -71.122806, "name": "Broadway @ Mason St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2742", "links": { @@ -75417,7 +77161,8 @@ "longitude": -71.124828, "name": "Broadway @ Packard Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2743", "links": { @@ -75455,7 +77200,8 @@ "longitude": -71.087692, "name": "Cross St @ Pearl St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2745", "links": { @@ -75493,7 +77239,8 @@ "longitude": -71.086847, "name": "Cross St @ Ellsworth St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2746", "links": { @@ -75531,7 +77278,8 @@ "longitude": -71.085968, "name": "Cross St @ Broadway", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2747", "links": { @@ -75569,7 +77317,8 @@ "longitude": -71.086116, "name": "Cross St @ Broadway", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2748", "links": { @@ -75607,7 +77356,8 @@ "longitude": -71.086991, "name": "Cross St @ Otis St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2749", "links": { @@ -75645,7 +77395,8 @@ "longitude": -71.030048, "name": "E 8th @ Columbia Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "275", "links": { @@ -75683,7 +77434,8 @@ "longitude": -71.087844, "name": "Cross St @ Pearl St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2750", "links": { @@ -75721,7 +77473,8 @@ "longitude": -71.088713, "name": "Cross St @ Flint St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "2752", "links": { @@ -75759,7 +77512,8 @@ "longitude": -71.089538, "name": "Cross St @ Auburn Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2753", "links": { @@ -75797,7 +77551,8 @@ "longitude": -71.103034, "name": "Green St @ Pearl St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2755", "links": { @@ -75809,6 +77564,10 @@ }, "connecting_stops": { "data": [ + { + "id": "9070070", + "type": "stop" + }, { "id": "72", "type": "stop" @@ -75860,7 +77619,8 @@ "longitude": -71.078386, "name": "Cambridge St @ Brighton St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2757", "links": { @@ -75898,7 +77658,8 @@ "longitude": -71.082176, "name": "Washington St @ Mt Vernon St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2759", "links": { @@ -75936,7 +77697,8 @@ "longitude": -71.087483, "name": "Washington St @ Tufts St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2761", "links": { @@ -75974,7 +77736,8 @@ "longitude": -71.202528, "name": "Washington St @ Guild St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "27618", "links": { @@ -76007,12 +77770,13 @@ { "attributes": { "description": null, - "latitude": 42.38033, + "latitude": 42.380364, "location_type": 0, - "longitude": -71.089759, + "longitude": -71.08982, "name": "Washington St @ McGrath Hwy", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2762", "links": { @@ -76050,7 +77814,8 @@ "longitude": -71.090824, "name": "Washington St @ Boston St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2763", "links": { @@ -76088,7 +77853,8 @@ "longitude": -71.033111, "name": "E 8th St @ M St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "277", "links": { @@ -76126,7 +77892,8 @@ "longitude": -71.092286, "name": "Washington St @ Merriam St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2773", "links": { @@ -76164,7 +77931,8 @@ "longitude": -71.089974, "name": "Washington St @ Medford St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2774", "links": { @@ -76202,7 +77970,8 @@ "longitude": -71.086308, "name": "Washington St @ New Washington St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2776", "links": { @@ -76240,7 +78009,8 @@ "longitude": -71.081316, "name": "Washington St @ Inner Belt Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2777", "links": { @@ -76278,7 +78048,8 @@ "longitude": -71.084037, "name": "Washington St opp Myrtle St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2778", "links": { @@ -76316,7 +78087,8 @@ "longitude": -71.078998, "name": "Cambridge St @ Carter St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2779", "links": { @@ -76354,7 +78126,8 @@ "longitude": -71.035149, "name": "E 8th St @ L St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "278", "links": { @@ -76392,7 +78165,8 @@ "longitude": -71.124698, "name": "West St @ Gwinnett St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2787", "links": { @@ -76430,7 +78204,8 @@ "longitude": -71.126798, "name": "243 West St opp Myopia Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2788", "links": { @@ -76468,7 +78243,8 @@ "longitude": -71.128704, "name": "West St @ Deforest St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2789", "links": { @@ -76506,7 +78282,8 @@ "longitude": -71.037505, "name": "E 8th St @ K St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "279", "links": { @@ -76544,7 +78321,8 @@ "longitude": -71.130262, "name": "347 West St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2790", "links": { @@ -76582,7 +78360,8 @@ "longitude": -71.131688, "name": "403 West St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2791", "links": { @@ -76620,7 +78399,8 @@ "longitude": -71.131905, "name": "Poplar St @ Deforest St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2792", "links": { @@ -76658,7 +78438,8 @@ "longitude": -71.131665, "name": "544 Poplar St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2793", "links": { @@ -76696,7 +78477,8 @@ "longitude": -71.129526, "name": "Poplar St @ Beech St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2794", "links": { @@ -76734,7 +78516,8 @@ "longitude": -71.127961, "name": "Poplar St opp Cornell St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2795", "links": { @@ -76772,7 +78555,8 @@ "longitude": -71.125725, "name": "Poplar St @ Metropolitan Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2796", "links": { @@ -76810,7 +78594,8 @@ "longitude": -71.127103, "name": "Metropolitan Ave @ Hilburn St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2797", "links": { @@ -76848,7 +78633,8 @@ "longitude": -71.12918, "name": "154 Metropolitan Ave opp Malverna Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2798", "links": { @@ -76881,12 +78667,13 @@ { "attributes": { "description": null, - "latitude": 42.335672, + "latitude": 42.335674, "location_type": 0, - "longitude": -71.029038, + "longitude": -71.029349, "name": "E Broadway @ O St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "28", "links": { @@ -76924,7 +78711,8 @@ "longitude": -71.039724, "name": "E 8th St @ I St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "280", "links": { @@ -76962,7 +78750,8 @@ "longitude": -71.131416, "name": "Metropolitan Ave @ Kittredge St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2800", "links": { @@ -77000,7 +78789,8 @@ "longitude": -71.131686, "name": "Metropolitan Ave @ Kittredge St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2801", "links": { @@ -77038,7 +78828,8 @@ "longitude": -71.129199, "name": "Metropolitan Ave @ Malverna Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2803", "links": { @@ -77076,7 +78867,8 @@ "longitude": -71.127459, "name": "Metropolitan Ave @ Highfield Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2804", "links": { @@ -77114,7 +78906,8 @@ "longitude": -71.125869, "name": "Poplar St @ Metropolitan Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2805", "links": { @@ -77152,7 +78945,8 @@ "longitude": -71.127923, "name": "Poplar St @ Cornell St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2806", "links": { @@ -77190,7 +78984,8 @@ "longitude": -71.129374, "name": "Poplar St @ Beech St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2807", "links": { @@ -77228,7 +79023,8 @@ "longitude": -71.131783, "name": "529 Poplar St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2808", "links": { @@ -77266,7 +79062,8 @@ "longitude": -71.132046, "name": "575 Poplar St opp Deforest St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2809", "links": { @@ -77304,7 +79101,8 @@ "longitude": -71.041311, "name": "E 8th St @ H St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "281", "links": { @@ -77342,7 +79140,8 @@ "longitude": -71.132175, "name": "Poplar St @ West St - George Wright GC", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "2810", "links": { @@ -77380,7 +79179,8 @@ "longitude": -71.131246, "name": "338 West St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2811", "links": { @@ -77418,7 +79218,8 @@ "longitude": -71.128517, "name": "West St opp Deforest St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2812", "links": { @@ -77456,7 +79257,8 @@ "longitude": -71.126829, "name": "West St @ Myopia Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2813", "links": { @@ -77494,7 +79296,8 @@ "longitude": -71.124773, "name": "West St @ Summer St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2814", "links": { @@ -77532,7 +79335,8 @@ "longitude": -71.125337, "name": "Opp 1344 Hyde Park Ave - Blake Estates", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2818", "links": { @@ -77570,7 +79374,8 @@ "longitude": -71.124397, "name": "Hyde Park Ave @ Pingree St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2819", "links": { @@ -77613,7 +79418,8 @@ "longitude": -71.044314, "name": "E 8th St @ G St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "282", "links": { @@ -77651,7 +79457,8 @@ "longitude": -71.071852, "name": "Main St @ Bunker Hill St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2821", "links": { @@ -77689,7 +79496,8 @@ "longitude": -71.070908, "name": "Main St @ Baldwin St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2822", "links": { @@ -77727,7 +79535,8 @@ "longitude": -71.069908, "name": "Main St @ Middlesex St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2823", "links": { @@ -77765,7 +79574,8 @@ "longitude": -71.067792, "name": "Main St @ Dunstable St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2824", "links": { @@ -77803,7 +79613,8 @@ "longitude": -71.065733, "name": "Main St @ W School St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2825", "links": { @@ -77841,7 +79652,8 @@ "longitude": -71.062769, "name": "Main St @ Harvard St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "2827", "links": { @@ -77879,7 +79691,8 @@ "longitude": -71.061979, "name": "Main St @ City Sq", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "28281", "links": { @@ -77917,7 +79730,8 @@ "longitude": -71.058505, "name": "N Washington St @ Medford St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2829", "links": { @@ -77955,7 +79769,8 @@ "longitude": -71.046082, "name": "E 8th St @ Covington St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "283", "links": { @@ -77993,7 +79808,8 @@ "longitude": -71.058203, "name": "N Washington St @ Cooper St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2832", "links": { @@ -78031,7 +79847,8 @@ "longitude": -71.061511, "name": "Warren St @ Winthrop St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2835", "links": { @@ -78069,7 +79886,8 @@ "longitude": -71.063606, "name": "Warren St @ Church St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2836", "links": { @@ -78107,7 +79925,8 @@ "longitude": -71.066083, "name": "Main St @ School St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2837", "links": { @@ -78145,7 +79964,8 @@ "longitude": -71.067914, "name": "Main St @ Walker St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2838", "links": { @@ -78183,7 +80003,8 @@ "longitude": -71.069646, "name": "Main St @ Oak St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2839", "links": { @@ -78221,7 +80042,8 @@ "longitude": -71.047299, "name": "E 8th St @ Old Harbor St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "284", "links": { @@ -78259,7 +80081,8 @@ "longitude": -71.070852, "name": "Main St @ Baldwin St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2840", "links": { @@ -78297,7 +80120,8 @@ "longitude": -71.072681, "name": "529 Main St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2841", "links": { @@ -78335,7 +80159,8 @@ "longitude": -71.07149, "name": "Bunker Hill St @ Main St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2844", "links": { @@ -78373,7 +80198,8 @@ "longitude": -71.069733, "name": "Bunker Hill St @ Baldwin St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2845", "links": { @@ -78411,7 +80237,8 @@ "longitude": -71.068789, "name": "Bunker Hill St @ Auburn St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2846", "links": { @@ -78449,7 +80276,8 @@ "longitude": -71.066635, "name": "Bunker Hill St @ Clarken Ct", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2847", "links": { @@ -78487,7 +80315,8 @@ "longitude": -71.064639, "name": "Bunker Hill St @ Sullivan St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2848", "links": { @@ -78525,7 +80354,8 @@ "longitude": -71.062002, "name": "Bunker Hill St @ Green St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2849", "links": { @@ -78563,7 +80393,8 @@ "longitude": -71.048888, "name": "E 8th St @ Mercer St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "285", "links": { @@ -78601,7 +80432,8 @@ "longitude": -71.060779, "name": "Bunker Hill St @ Concord St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2850", "links": { @@ -78639,7 +80471,8 @@ "longitude": -71.058877, "name": "Bunker Hill St @ Ferrin St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2851", "links": { @@ -78677,7 +80510,8 @@ "longitude": -71.057048, "name": "Bunker Hill St @ Vine St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2852", "links": { @@ -78715,7 +80549,8 @@ "longitude": -71.056288, "name": "Bunker Hill St @ Lowney Way", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2853", "links": { @@ -78753,7 +80588,8 @@ "longitude": -71.058189, "name": "Adams St @ Lowney Way", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2854", "links": { @@ -78791,7 +80627,8 @@ "longitude": -71.060875, "name": "Park St @ Warren St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2855", "links": { @@ -78829,7 +80666,8 @@ "longitude": -71.050957, "name": "E 8th St @ Dorchester St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "286", "links": { @@ -78867,7 +80705,8 @@ "longitude": -71.056325, "name": "Vine St @ Moulton St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2860", "links": { @@ -78905,7 +80744,8 @@ "longitude": -71.059733, "name": "121 Bunker Hill St opp Lexington St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2861", "links": { @@ -78943,7 +80783,8 @@ "longitude": -71.202699, "name": "785 Washington St @ Norwood Hospital", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "28618", "links": { @@ -78981,7 +80822,8 @@ "longitude": -71.061439, "name": "Bunker Hill St @ Polk St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2862", "links": { @@ -79019,7 +80861,8 @@ "longitude": -71.063506, "name": "Bunker Hill St @ Pearl St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2863", "links": { @@ -79057,7 +80900,8 @@ "longitude": -71.065203, "name": "Bunker Hill St @ Sackville St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2864", "links": { @@ -79095,7 +80939,8 @@ "longitude": -71.066955, "name": "Bunker Hill St @ N Mead St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2865", "links": { @@ -79133,7 +80978,8 @@ "longitude": -71.068394, "name": "Bunker Hill St @ St Martin St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2866", "links": { @@ -79171,7 +81017,8 @@ "longitude": -71.07145, "name": "Bunker Hill St @ Medford St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2867", "links": { @@ -79209,7 +81056,8 @@ "longitude": -71.08034, "name": "Grand Union Blvd @ Foley St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "28742", "links": { @@ -79247,7 +81095,8 @@ "longitude": -71.080411, "name": "Grand Union Blvd @ Foley St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "28743", "links": { @@ -79285,7 +81134,8 @@ "longitude": -71.080798, "name": "Grand Union Blvd @ Canal St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "28745", "links": { @@ -79323,7 +81173,8 @@ "longitude": -71.081102, "name": "Grand Union Blvd opp Artisan Way", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "28746", "links": { @@ -79356,12 +81207,13 @@ { "attributes": { "description": null, - "latitude": 42.387725, + "latitude": 42.387545, "location_type": 0, - "longitude": -71.078526, - "name": "Mystic Ave @ Union St", + "longitude": -71.078257, + "name": "Mystic Ave @ North Union St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2875", "links": { @@ -79399,7 +81251,8 @@ "longitude": -71.088935, "name": "Mystic Ave @ Temple Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2879", "links": { @@ -79437,7 +81290,8 @@ "longitude": -71.0499, "name": "W 6th St @ F St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "288", "links": { @@ -79475,7 +81329,8 @@ "longitude": -71.091127, "name": "Mystic Ave @ Shore Dr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2880", "links": { @@ -79513,7 +81368,8 @@ "longitude": -71.098132, "name": "Mystic Ave @ Fulbright St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2883", "links": { @@ -79551,7 +81407,8 @@ "longitude": -71.102326, "name": "Mystic Ave opp Harvard St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2884", "links": { @@ -79589,7 +81446,8 @@ "longitude": -71.104066, "name": "Mystic Ave opp Billings Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2885", "links": { @@ -79627,7 +81485,8 @@ "longitude": -71.107564, "name": "Mystic Ave @ Reardon Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2886", "links": { @@ -79665,7 +81524,8 @@ "longitude": -71.108985, "name": "Mystic Ave @ James St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2887", "links": { @@ -79703,7 +81563,8 @@ "longitude": -71.108991, "name": "Mystic Ave @ Columbia Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2889", "links": { @@ -79741,7 +81602,8 @@ "longitude": -71.051409, "name": "W 6th St @ E St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "289", "links": { @@ -79779,7 +81641,8 @@ "longitude": -71.10772, "name": "Mystic Ave opp Reardon Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2890", "links": { @@ -79817,7 +81680,8 @@ "longitude": -71.105247, "name": "Mystic Ave @ Whyte St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2891", "links": { @@ -79855,7 +81719,8 @@ "longitude": -71.104219, "name": "Mystic Ave @ Billings Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2892", "links": { @@ -79893,7 +81758,8 @@ "longitude": -71.103043, "name": "Mystic Ave @ Golden Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2893", "links": { @@ -79931,7 +81797,8 @@ "longitude": -71.101203, "name": "Mystic Ave @ Bonner Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2894", "links": { @@ -79969,7 +81836,8 @@ "longitude": -71.100091, "name": "Opp 326 Mystic Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2895", "links": { @@ -80007,7 +81875,8 @@ "longitude": -71.09848, "name": "Mystic Ave opp Fulbright St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2896", "links": { @@ -80045,7 +81914,8 @@ "longitude": -71.095532, "name": "Mystic Ave @ Moreland St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2897", "links": { @@ -80083,7 +81953,8 @@ "longitude": -71.093766, "name": "Mystic Ave @ Mystic Apartments", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2898", "links": { @@ -80121,7 +81992,8 @@ "longitude": -71.091228, "name": "Mystic Ave opp Shore Dr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2899", "links": { @@ -80154,12 +82026,13 @@ { "attributes": { "description": null, - "latitude": 42.335698, + "latitude": 42.335716, "location_type": 0, - "longitude": -71.027303, + "longitude": -71.026898, "name": "E Broadway @ P St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "29", "links": { @@ -80197,7 +82070,8 @@ "longitude": -71.053007, "name": "W 6th St @ D St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "290", "links": { @@ -80235,7 +82109,8 @@ "longitude": -71.08904, "name": "Mystic Ave @ Temple Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2900", "links": { @@ -80267,13 +82142,14 @@ }, { "attributes": { - "description": "Sullivan Square - Upper Berth 1", - "latitude": 42.384581, + "description": "Sullivan Square - Upper Busway Berth A6", + "latitude": 42.384598, "location_type": 0, - "longitude": -71.076463, + "longitude": -71.076472, "name": "Sullivan Square", - "platform_name": "Upper Berth 1", - "vehicle_type": 3 + "platform_name": "Upper Busway Berth A6", + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "29001", "links": { @@ -80308,17 +82184,18 @@ }, { "attributes": { - "description": "Sullivan Square - Upper Berth 2", - "latitude": 42.384386, + "description": "Sullivan Square - Upper Busway Berth A4", + "latitude": 42.384266, "location_type": 0, - "longitude": -71.076502, + "longitude": -71.076519, "name": "Sullivan Square", - "platform_name": "Upper Berth 2", - "vehicle_type": 3 + "platform_name": "Upper Busway Berth A4", + "vehicle_type": 3, + "wheelchair_boarding": 1 }, - "id": "29002", + "id": "29003", "links": { - "self": "/stops/29002" + "self": "/stops/29003" }, "relationships": { "child_stops": { @@ -80329,7 +82206,7 @@ }, "facilities": { "links": { - "related": "/facilities/?filter[stop]=29002" + "related": "/facilities/?filter[stop]=29003" } }, "parent_station": { @@ -80349,17 +82226,18 @@ }, { "attributes": { - "description": "Sullivan Square - Upper Berth 3", - "latitude": 42.384266, + "description": "Sullivan Square - Upper Busway Berth A3", + "latitude": 42.384143, "location_type": 0, - "longitude": -71.076511, + "longitude": -71.076527, "name": "Sullivan Square", - "platform_name": "Upper Berth 3", - "vehicle_type": 3 + "platform_name": "Upper Busway Berth A3", + "vehicle_type": 3, + "wheelchair_boarding": 1 }, - "id": "29003", + "id": "29004", "links": { - "self": "/stops/29003" + "self": "/stops/29004" }, "relationships": { "child_stops": { @@ -80370,7 +82248,7 @@ }, "facilities": { "links": { - "related": "/facilities/?filter[stop]=29003" + "related": "/facilities/?filter[stop]=29004" } }, "parent_station": { @@ -80390,17 +82268,18 @@ }, { "attributes": { - "description": "Sullivan Square - Upper Berth 4", - "latitude": 42.384142, + "description": "Sullivan Square - Upper Busway Berth A2", + "latitude": 42.384032, "location_type": 0, - "longitude": -71.076513, + "longitude": -71.076534, "name": "Sullivan Square", - "platform_name": "Upper Berth 4", - "vehicle_type": 3 + "platform_name": "Upper Busway Berth A2", + "vehicle_type": 3, + "wheelchair_boarding": 1 }, - "id": "29004", + "id": "29005", "links": { - "self": "/stops/29004" + "self": "/stops/29005" }, "relationships": { "child_stops": { @@ -80411,7 +82290,7 @@ }, "facilities": { "links": { - "related": "/facilities/?filter[stop]=29004" + "related": "/facilities/?filter[stop]=29005" } }, "parent_station": { @@ -80431,17 +82310,18 @@ }, { "attributes": { - "description": "Sullivan Square - Upper Berth 5", - "latitude": 42.384032, + "description": "Sullivan Square - Upper Busway Berth A1", + "latitude": 42.38391, "location_type": 0, - "longitude": -71.076519, + "longitude": -71.076532, "name": "Sullivan Square", - "platform_name": "Upper Berth 5", - "vehicle_type": 3 + "platform_name": "Upper Busway Berth A1", + "vehicle_type": 3, + "wheelchair_boarding": 1 }, - "id": "29005", + "id": "29006", "links": { - "self": "/stops/29005" + "self": "/stops/29006" }, "relationships": { "child_stops": { @@ -80452,7 +82332,7 @@ }, "facilities": { "links": { - "related": "/facilities/?filter[stop]=29005" + "related": "/facilities/?filter[stop]=29006" } }, "parent_station": { @@ -80472,17 +82352,18 @@ }, { "attributes": { - "description": "Sullivan Square - Upper Berth 6", - "latitude": 42.383909, + "description": "Sullivan Square - Lower Busway Berth B4", + "latitude": 42.384346, "location_type": 0, - "longitude": -71.076521, + "longitude": -71.076339, "name": "Sullivan Square", - "platform_name": "Upper Berth 6", - "vehicle_type": 3 + "platform_name": "Lower Busway Berth B4", + "vehicle_type": 3, + "wheelchair_boarding": 1 }, - "id": "29006", + "id": "29007", "links": { - "self": "/stops/29006" + "self": "/stops/29007" }, "relationships": { "child_stops": { @@ -80493,7 +82374,7 @@ }, "facilities": { "links": { - "related": "/facilities/?filter[stop]=29006" + "related": "/facilities/?filter[stop]=29007" } }, "parent_station": { @@ -80513,54 +82394,14 @@ }, { "attributes": { - "description": "Sullivan Square - Lower Berth 7", - "latitude": 42.384358, + "description": "Sullivan Square - Lower Busway Berth B3", + "latitude": 42.384062, "location_type": 0, - "longitude": -71.076312, + "longitude": -71.076342, "name": "Sullivan Square", - "platform_name": "Lower Berth 7", - "vehicle_type": 3 - }, - "id": "29007", - "links": { - "self": "/stops/29007" - }, - "relationships": { - "child_stops": { - "data": [] - }, - "connecting_stops": { - "data": [] - }, - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=29007" - } - }, - "parent_station": { - "data": { - "id": "place-sull", - "type": "stop" - } - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": { - "description": "Sullivan Square - Lower Berth 8", - "latitude": 42.384167, - "location_type": 0, - "longitude": -71.076315, - "name": "Sullivan Square", - "platform_name": "Lower Berth 8", - "vehicle_type": 3 + "platform_name": "Lower Busway Berth B3", + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "29008", "links": { @@ -80595,13 +82436,14 @@ }, { "attributes": { - "description": "Sullivan Square - Lower Berth 9", - "latitude": 42.384035, + "description": "Sullivan Square - Lower Busway Berth B2", + "latitude": 42.383661, "location_type": 0, - "longitude": -71.076317, + "longitude": -71.076353, "name": "Sullivan Square", - "platform_name": "Lower Berth 9", - "vehicle_type": 3 + "platform_name": "Lower Busway Berth B2", + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "29009", "links": { @@ -80642,7 +82484,8 @@ "longitude": -71.08729, "name": "Mystic Ave @ Wheatland St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2901", "links": { @@ -80674,13 +82517,14 @@ }, { "attributes": { - "description": "Sullivan Square - Lower Berth 10", + "description": "Sullivan Square - Lower Busway Berth B1", "latitude": 42.38392, "location_type": 0, "longitude": -71.076318, "name": "Sullivan Square", - "platform_name": "Lower Berth 10", - "vehicle_type": 3 + "platform_name": "Lower Busway Berth B1", + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "29010", "links": { @@ -80715,13 +82559,14 @@ }, { "attributes": { - "description": "Sullivan Square - Lower Berth 11", - "latitude": 42.384351, + "description": "Sullivan Square - Lower Busway Berth C4", + "latitude": 42.38436, "location_type": 0, - "longitude": -71.076086, + "longitude": -71.07619, "name": "Sullivan Square", - "platform_name": "Lower Berth 11", - "vehicle_type": 3 + "platform_name": "Lower Busway Berth C4", + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "29011", "links": { @@ -80756,13 +82601,14 @@ }, { "attributes": { - "description": "Sullivan Square - Lower Berth 12", - "latitude": 42.384163, + "description": "Sullivan Square - Lower Busway Berth C3", + "latitude": 42.384059, "location_type": 0, - "longitude": -71.076087, + "longitude": -71.076192, "name": "Sullivan Square", - "platform_name": "Lower Berth 12", - "vehicle_type": 3 + "platform_name": "Lower Busway Berth C3", + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "29012", "links": { @@ -80797,13 +82643,14 @@ }, { "attributes": { - "description": "Sullivan Square - Lower Berth 13", - "latitude": 42.384032, + "description": "Sullivan Square - Lower Busway Berth C2", + "latitude": 42.383825, "location_type": 0, - "longitude": -71.076091, + "longitude": -71.076194, "name": "Sullivan Square", - "platform_name": "Lower Berth 13", - "vehicle_type": 3 + "platform_name": "Lower Busway Berth C2", + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "29013", "links": { @@ -80838,13 +82685,14 @@ }, { "attributes": { - "description": "Sullivan Square - Lower Berth 14", - "latitude": 42.383917, + "description": "Sullivan Square - Lower Busway Berth C1", + "latitude": 42.383612, "location_type": 0, - "longitude": -71.076089, + "longitude": -71.076196, "name": "Sullivan Square", - "platform_name": "Lower Berth 14", - "vehicle_type": 3 + "platform_name": "Lower Busway Berth C1", + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "29014", "links": { @@ -80885,7 +82733,8 @@ "longitude": -71.084055, "name": "Mystic Ave @ Garfield Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2902", "links": { @@ -80923,7 +82772,8 @@ "longitude": -71.083225, "name": "Columbia Rd @ Wolcott St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2904", "links": { @@ -80961,7 +82811,8 @@ "longitude": -71.062473, "name": "South Bay Mall @ Allstate Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "29049", "links": { @@ -80999,7 +82850,8 @@ "longitude": -71.057733, "name": "Boston St @ Ellery St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2905", "links": { @@ -81037,7 +82889,8 @@ "longitude": -71.061681, "name": "South Bay Mall @ Marshalls", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "29051", "links": { @@ -81075,7 +82928,8 @@ "longitude": -71.062576, "name": "South Bay Mall @ Target", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "29052", "links": { @@ -81113,7 +82967,8 @@ "longitude": -71.058965, "name": "Boston St opp Washburn St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2906", "links": { @@ -81151,7 +83006,8 @@ "longitude": -71.059251, "name": "Boston St @ W Howell St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2907", "links": { @@ -81184,12 +83040,13 @@ { "attributes": { "description": null, - "latitude": 42.323524, + "latitude": 42.323907, "location_type": 0, - "longitude": -71.060353, + "longitude": -71.060127, "name": "Boston St opp Harvest St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2908", "links": { @@ -81227,7 +83084,8 @@ "longitude": -71.061285, "name": "Boston St opp Mayhew St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2909", "links": { @@ -81265,7 +83123,8 @@ "longitude": -71.054006, "name": "W 7th St @ D St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "291", "links": { @@ -81303,7 +83162,8 @@ "longitude": -71.065045, "name": "Columbia Rd @ Dudley St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2910", "links": { @@ -81341,7 +83201,8 @@ "longitude": -71.067432, "name": "Columbia Rd @ Bird St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2911", "links": { @@ -81379,7 +83240,8 @@ "longitude": -71.068523, "name": "Columbia Rd @ Glendale St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2912", "links": { @@ -81417,7 +83279,8 @@ "longitude": -71.070413, "name": "Columbia Rd @ Quincy St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2913", "links": { @@ -81455,7 +83318,8 @@ "longitude": -71.072279, "name": "Columbia Rd @ Hamilton St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2914", "links": { @@ -81493,7 +83357,8 @@ "longitude": -71.075087, "name": "Columbia Rd opp Wyola Pl", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2915", "links": { @@ -81531,7 +83396,8 @@ "longitude": -71.076246, "name": "Columbia Rd @ Devon St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2916", "links": { @@ -81569,7 +83435,8 @@ "longitude": -71.078321, "name": "Columbia Rd @ Geneva Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2918", "links": { @@ -81607,7 +83474,8 @@ "longitude": -71.080507, "name": "Columbia Rd @ Washington St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2919", "links": { @@ -81645,7 +83513,8 @@ "longitude": -71.055242, "name": "W 7th St @ C St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "292", "links": { @@ -81683,7 +83552,8 @@ "longitude": -71.082426, "name": "Columbia Rd @ Seaver St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2920", "links": { @@ -81721,7 +83591,8 @@ "longitude": -71.086667, "name": "Glen Ln @ Blue Hill Ave - Franklin Park Zoo", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2922", "links": { @@ -81759,7 +83630,8 @@ "longitude": -71.084486, "name": "Old Rd @ Ellington St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2923", "links": { @@ -81797,7 +83669,8 @@ "longitude": -71.082124, "name": "Columbia Rd @ Seaver St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2924", "links": { @@ -81835,7 +83708,8 @@ "longitude": -71.080253, "name": "Columbia Rd @ Washington St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2925", "links": { @@ -81873,7 +83747,8 @@ "longitude": -71.107921, "name": "Lincoln St @ Reading Depot", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "29253", "links": { @@ -81916,7 +83791,8 @@ "longitude": -71.077044, "name": "185 Columbia Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2926", "links": { @@ -81954,7 +83830,8 @@ "longitude": -71.075996, "name": "Columbia Rd @ Devon St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2928", "links": { @@ -81992,7 +83869,8 @@ "longitude": -71.073962, "name": "Columbia Rd @ Intervale St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2929", "links": { @@ -82030,7 +83908,8 @@ "longitude": -71.05677, "name": "W 7th @ B Street", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "293", "links": { @@ -82068,7 +83947,8 @@ "longitude": -71.072044, "name": "Columbia Rd @ Hamilton St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2930", "links": { @@ -82106,7 +83986,8 @@ "longitude": -71.070077, "name": "Columbia Rd @ Quincy St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2931", "links": { @@ -82144,7 +84025,8 @@ "longitude": -71.068184, "name": "Columbia Rd @ Glendale St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2932", "links": { @@ -82182,7 +84064,8 @@ "longitude": -71.064572, "name": "Columbia Rd @ Stoughton St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2933", "links": { @@ -82220,7 +84103,8 @@ "longitude": -71.063102, "name": "Columbia Rd @ Annabel St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2934", "links": { @@ -82258,7 +84142,8 @@ "longitude": -71.062177, "name": "Columbia Rd @ Massachusetts Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2935", "links": { @@ -82296,7 +84181,8 @@ "longitude": -71.084056, "name": "Mystic Ave @ I-93 Underpass", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2936", "links": { @@ -82334,7 +84220,8 @@ "longitude": -71.061132, "name": "Boston St @ Mayhew St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2937", "links": { @@ -82372,7 +84259,8 @@ "longitude": -71.059813, "name": "Boston St @ Dorset St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2938", "links": { @@ -82410,7 +84298,8 @@ "longitude": -71.059106, "name": "Boston St @ Howell St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2939", "links": { @@ -82448,7 +84337,8 @@ "longitude": -71.058648, "name": "Boston St @ Rawson St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2940", "links": { @@ -82486,7 +84376,8 @@ "longitude": -71.206541, "name": "Watertown St @ Peacock Farm Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2941", "links": { @@ -82524,7 +84415,8 @@ "longitude": -71.20816, "name": "48 Pleasant St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2943", "links": { @@ -82562,7 +84454,8 @@ "longitude": -71.207023, "name": "Pleasant St opp Fern St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "2944", "links": { @@ -82600,7 +84493,8 @@ "longitude": -71.027196, "name": "P St @ E 5th St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "295", "links": { @@ -82638,7 +84532,8 @@ "longitude": -71.027166, "name": "P St @ Columbia Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "296", "links": { @@ -82676,7 +84571,8 @@ "longitude": -71.203033, "name": "Washington St @ Douglas Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "29618", "links": { @@ -82706,6 +84602,84 @@ }, "type": "stop" }, + { + "attributes": { + "description": null, + "latitude": 42.326652, + "location_type": 0, + "longitude": -71.056981, + "name": "Dorchester Ave opp Kemp St", + "platform_name": null, + "vehicle_type": 3, + "wheelchair_boarding": 1 + }, + "id": "298", + "links": { + "self": "/stops/298" + }, + "relationships": { + "child_stops": { + "data": [] + }, + "connecting_stops": { + "data": [] + }, + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=298" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": { + "description": null, + "latitude": 42.324955, + "location_type": 0, + "longitude": -71.056957, + "name": "Dorchester Ave @ Howell St", + "platform_name": null, + "vehicle_type": 3, + "wheelchair_boarding": 1 + }, + "id": "299", + "links": { + "self": "/stops/299" + }, + "relationships": { + "child_stops": { + "data": [] + }, + "connecting_stops": { + "data": [] + }, + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=299" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, { "attributes": { "description": "Washington St @ Melnea Cass Blvd - Silver Line - South Station/Downtown Crossing", @@ -82714,7 +84688,8 @@ "longitude": -71.080799, "name": "Washington St @ Melnea Cass Blvd - Silver Line", "platform_name": "South Station/Downtown Crossing", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3", "links": { @@ -82752,7 +84727,8 @@ "longitude": -71.02519, "name": "E Broadway @ Farragut Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "30", "links": { @@ -82782,6 +84758,45 @@ }, "type": "stop" }, + { + "attributes": { + "description": null, + "latitude": 42.323504, + "location_type": 0, + "longitude": -71.056928, + "name": "Dorchester Ave @ Dorset St", + "platform_name": null, + "vehicle_type": 3, + "wheelchair_boarding": 1 + }, + "id": "300", + "links": { + "self": "/stops/300" + }, + "relationships": { + "child_stops": { + "data": [] + }, + "connecting_stops": { + "data": [] + }, + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=300" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, { "attributes": { "description": null, @@ -82790,7 +84805,8 @@ "longitude": -71.067901, "name": "Massachusetts Ave @ Magazine St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "30009", "links": { @@ -82828,7 +84844,8 @@ "longitude": -71.05753, "name": "Savin Hill - Dorchester Ave @ Bay St", "platform_name": "Alewife Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "30088", "links": { @@ -82849,6 +84866,42 @@ "parent_station": { "data": null }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": null, + "latitude": 42.321778, + "location_type": 0, + "longitude": -71.056894, + "name": "Dorchester Ave @ Mt Vernon St", + "platform_name": null, + "vehicle_type": 3, + "wheelchair_boarding": 1 + }, + "id": "301", + "links": { + "self": "/stops/301" + }, + "relationships": { + "child_stops": { + "data": [] + }, + "connecting_stops": { + "data": [] + }, + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=301" + } + }, + "parent_station": { + "data": null + }, "zone": { "data": { "id": "LocalBus", @@ -82866,7 +84919,8 @@ "longitude": -71.026325, "name": "Hancock St opp Glover Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3019", "links": { @@ -82904,7 +84958,8 @@ "longitude": -71.025558, "name": "Hancock St @ Billings Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3020", "links": { @@ -82942,7 +84997,8 @@ "longitude": -71.022667, "name": "Hancock St opp Albion Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3022", "links": { @@ -82980,7 +85036,8 @@ "longitude": -71.020777, "name": "Hancock St @ Linden St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3023", "links": { @@ -83018,7 +85075,8 @@ "longitude": -71.051491, "name": "Atlantic Ave @ Milk St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "30233", "links": { @@ -83085,7 +85143,8 @@ "longitude": -71.051095, "name": "Atlantic Ave @ Commercial Wharf", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "30235", "links": { @@ -83123,7 +85182,8 @@ "longitude": -71.019559, "name": "Hancock St @ Chester St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3024", "links": { @@ -83161,7 +85221,8 @@ "longitude": -71.031986, "name": "Northern Ave @ Tide St", "platform_name": "Design Center", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "30249", "links": { @@ -83199,7 +85260,8 @@ "longitude": -71.018107, "name": "Hancock St @ Woodbine St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3025", "links": { @@ -83237,7 +85299,8 @@ "longitude": -71.030268, "name": "23 Drydock Ave", "platform_name": "Design Center", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "30250", "links": { @@ -83275,7 +85338,8 @@ "longitude": -71.028419, "name": "27 Drydock Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "30251", "links": { @@ -83313,7 +85377,8 @@ "longitude": -71.037379, "name": "Drydock Ave @ Harbor St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "30256", "links": { @@ -83351,7 +85416,8 @@ "longitude": -71.016165, "name": "Hancock St @ Beale St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3026", "links": { @@ -83389,7 +85455,8 @@ "longitude": -71.014316, "name": "Hancock St @ Wentworth Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3027", "links": { @@ -83427,7 +85494,8 @@ "longitude": -71.024883, "name": "Farragut Rd opp E Sixth St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "30270", "links": { @@ -83465,7 +85533,8 @@ "longitude": -71.025028, "name": "Farragut Rd @ Broadway", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "30272", "links": { @@ -83503,7 +85572,8 @@ "longitude": -71.01389, "name": "757 Hancock St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3028", "links": { @@ -83541,7 +85611,8 @@ "longitude": -71.048924, "name": "W 6th S @ Dorchester St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "30287", "links": { @@ -83579,7 +85650,8 @@ "longitude": -71.013047, "name": "Hancock St @ Clay St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3029", "links": { @@ -83617,7 +85689,8 @@ "longitude": -71.057089, "name": "250 Dorchester Avenue", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "30294", "links": { @@ -83655,7 +85728,8 @@ "longitude": -71.056844, "name": "Dorchester Ave @ Edison Green", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "303", "links": { @@ -83693,7 +85767,8 @@ "longitude": -71.011256, "name": "Hancock St @ Saint Anns Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3031", "links": { @@ -83731,7 +85806,8 @@ "longitude": -71.009528, "name": "Hancock St @ Carruth St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "3032", "links": { @@ -83769,7 +85845,8 @@ "longitude": -71.008775, "name": "Hancock St @ Furnace Brook Pkwy", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3033", "links": { @@ -83807,7 +85884,8 @@ "longitude": -71.063901, "name": "Dorchester Ave @ Dracut St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "30336", "links": { @@ -83845,7 +85923,8 @@ "longitude": -71.008194, "name": "Hancock St opp Butler Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3034", "links": { @@ -83883,7 +85962,8 @@ "longitude": -71.007079, "name": "Hancock St opp Merrymount Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3035", "links": { @@ -83921,7 +86001,8 @@ "longitude": -71.006352, "name": "Hancock St opp Greenleaf St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "3036", "links": { @@ -83959,7 +86040,8 @@ "longitude": -71.003123, "name": "1250 Hancock St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3038", "links": { @@ -83997,7 +86079,8 @@ "longitude": -71.006206, "name": "Hancock St @ Greenleaf St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "3041", "links": { @@ -84035,7 +86118,8 @@ "longitude": -71.006956, "name": "Hancock St @ Merrymount Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3042", "links": { @@ -84073,7 +86157,8 @@ "longitude": -71.008042, "name": "Hancock St @ Butler Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3043", "links": { @@ -84111,7 +86196,8 @@ "longitude": -71.009767, "name": "Hancock St opp Gilmore St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3045", "links": { @@ -84149,7 +86235,8 @@ "longitude": -71.011036, "name": "Hancock St opp Saint Anns Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3046", "links": { @@ -84187,7 +86274,8 @@ "longitude": -71.012046, "name": "Hancock St opp Standish Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3047", "links": { @@ -84225,7 +86313,8 @@ "longitude": -71.012806, "name": "Hancock St @ Fenno St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3048", "links": { @@ -84263,7 +86352,8 @@ "longitude": -71.01373, "name": "Hancock St @ Merrymount Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3049", "links": { @@ -84301,7 +86391,8 @@ "longitude": -71.056787, "name": "Dorchster Ave @ Howes St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "305", "links": { @@ -84339,7 +86430,8 @@ "longitude": -71.01491, "name": "Hancock St @ Bass St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3050", "links": { @@ -84377,7 +86469,8 @@ "longitude": -71.016449, "name": "Hancock St @ Beach St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3051", "links": { @@ -84415,7 +86508,8 @@ "longitude": -71.017837, "name": "Hancock St @ Willet St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3052", "links": { @@ -84453,7 +86547,8 @@ "longitude": -71.020774, "name": "Hancock St opp Linden St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3054", "links": { @@ -84491,7 +86586,8 @@ "longitude": -71.022563, "name": "Hancock St @ Albion Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3055", "links": { @@ -84529,7 +86625,8 @@ "longitude": -71.025565, "name": "Hancock St @ Billings Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3057", "links": { @@ -84567,7 +86664,8 @@ "longitude": -71.026404, "name": "Hancock St @ Glover Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3058", "links": { @@ -84605,7 +86703,8 @@ "longitude": -71.056738, "name": "Dorchester Ave @ Mayfield St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "306", "links": { @@ -84643,7 +86742,8 @@ "longitude": -71.203331, "name": "Washington St @ Walnut St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "30618", "links": { @@ -84681,7 +86781,8 @@ "longitude": -71.186615, "name": "Washington St @ Croft Regis Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "30619", "links": { @@ -84719,7 +86820,8 @@ "longitude": -71.187765, "name": "Washington St @ Dean St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "30620", "links": { @@ -84757,7 +86859,8 @@ "longitude": -71.035756, "name": "Newport Ave @ Hancock St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "30631", "links": { @@ -84795,7 +86898,8 @@ "longitude": -71.060828, "name": "Gibson St @ Dorchester Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3065", "links": { @@ -84833,7 +86937,8 @@ "longitude": -71.057136, "name": "Gibson St @ Adams St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3066", "links": { @@ -84871,7 +86976,8 @@ "longitude": -71.056392, "name": "Neponset Ave @ Adams St King Square", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3067", "links": { @@ -84909,7 +87015,8 @@ "longitude": -71.054336, "name": "Neponset Ave @ Victory Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3068", "links": { @@ -84947,7 +87054,8 @@ "longitude": -71.052328, "name": "Neponset Ave @ King St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3069", "links": { @@ -84985,7 +87093,8 @@ "longitude": -71.050815, "name": "Neponset Ave @ S Monroe Ter", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3070", "links": { @@ -85023,7 +87132,8 @@ "longitude": -71.048434, "name": "Neponset Ave @ Ashmont St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3071", "links": { @@ -85061,7 +87171,8 @@ "longitude": -71.047273, "name": "Neponset Ave opp Tolman St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3073", "links": { @@ -85099,7 +87210,8 @@ "longitude": -71.04401, "name": "Neponset Ave @ Minot St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3075", "links": { @@ -85137,7 +87249,8 @@ "longitude": -71.036311, "name": "Newport Ave @ Hancock St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "30751", "links": { @@ -85175,7 +87288,8 @@ "longitude": -71.034979, "name": "Newport Ave @ Heritage Dr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "30752", "links": { @@ -85213,7 +87327,8 @@ "longitude": -71.049947, "name": "Gallivan Blvd @ opp Marsh St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3077", "links": { @@ -85251,7 +87366,8 @@ "longitude": -71.054393, "name": "Gallivan Blvd @ Ross Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3078", "links": { @@ -85289,7 +87405,8 @@ "longitude": -71.055634, "name": "Adams St @ Minot St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3079", "links": { @@ -85327,7 +87444,8 @@ "longitude": -71.056932, "name": "Dorchester Ave @ Pearl St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "308", "links": { @@ -85365,7 +87483,8 @@ "longitude": -71.054975, "name": "Adams St @ Franconia St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3080", "links": { @@ -85403,7 +87522,8 @@ "longitude": -71.054527, "name": "Adams St @ Oakton Ave.", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3081", "links": { @@ -85441,7 +87561,8 @@ "longitude": -71.055221, "name": "Adams St @ Ashmont St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3082", "links": { @@ -85479,7 +87600,8 @@ "longitude": -71.056129, "name": "Adams St opp Msgr. Lydon Way", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3083", "links": { @@ -85517,7 +87639,8 @@ "longitude": -71.057091, "name": "Adams St opp Lonsdale St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3084", "links": { @@ -85555,7 +87678,8 @@ "longitude": -71.057242, "name": "Adams St @ King St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3085", "links": { @@ -85593,7 +87717,8 @@ "longitude": -71.056242, "name": "Adams St @ Elmdale St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3086", "links": { @@ -85631,7 +87756,8 @@ "longitude": -71.056364, "name": "Neponset Ave @ Adams St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3087", "links": { @@ -85669,7 +87795,8 @@ "longitude": -71.057257, "name": "Gibson St @ Adams St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3088", "links": { @@ -85707,7 +87834,8 @@ "longitude": -71.060947, "name": "Gibson St @ Dorchester Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3089", "links": { @@ -85745,7 +87873,8 @@ "longitude": -71.057082, "name": "Dorchester Ave @ Thornley Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "309", "links": { @@ -85775,44 +87904,6 @@ }, "type": "stop" }, - { - "attributes": { - "description": null, - "latitude": 42.263888, - "location_type": 0, - "longitude": -71.024997, - "name": "Highland Ave @ Brook St", - "platform_name": null, - "vehicle_type": 3 - }, - "id": "3090", - "links": { - "self": "/stops/3090" - }, - "relationships": { - "child_stops": { - "data": [] - }, - "connecting_stops": { - "data": [] - }, - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=3090" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, { "attributes": { "description": null, @@ -85821,7 +87912,8 @@ "longitude": -71.008657, "name": "Adams St @ Alleyne St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3093", "links": { @@ -85859,7 +87951,8 @@ "longitude": -71.011351, "name": "Newport Ave @ Furnace Brook Pkwy", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3094", "links": { @@ -85897,7 +87990,8 @@ "longitude": -71.01381, "name": "Newport Ave opp Willow Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3096", "links": { @@ -85935,7 +88029,8 @@ "longitude": -71.025962, "name": "Highland Ave @ Elmwood Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3106", "links": { @@ -85973,7 +88068,8 @@ "longitude": -71.027157, "name": "Highland Ave @ N Central Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3107", "links": { @@ -86011,7 +88107,8 @@ "longitude": -71.028405, "name": "Highland Ave @ Hobart Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3108", "links": { @@ -86049,7 +88146,8 @@ "longitude": -71.029685, "name": "Highland Ave @ Wilson Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3109", "links": { @@ -86087,7 +88185,8 @@ "longitude": -71.030307, "name": "Wilson Ave @ Belmont St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3110", "links": { @@ -86125,7 +88224,8 @@ "longitude": -71.031124, "name": "Wilson Ave opp Mascoma St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3111", "links": { @@ -86163,7 +88263,8 @@ "longitude": -71.042713, "name": "Mt Vernon St opp Paul A. Dever School", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "31111", "links": { @@ -86201,7 +88302,8 @@ "longitude": -71.03309, "name": "Wilson Ave @ Bowdoin Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3113", "links": { @@ -86239,7 +88341,8 @@ "longitude": -71.034622, "name": "Wilson Ave @ Harvard St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3114", "links": { @@ -86277,7 +88380,8 @@ "longitude": -71.035195, "name": "Harvard St @ Hamilton Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3115", "links": { @@ -86315,7 +88419,8 @@ "longitude": -71.03587, "name": "Harvard St @ Elliot Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3116", "links": { @@ -86353,7 +88458,8 @@ "longitude": -71.03649, "name": "Harvard St @ Holbrook Rd.", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3117", "links": { @@ -86391,7 +88497,8 @@ "longitude": -71.037288, "name": "W Squantum St @ Harvard St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3118", "links": { @@ -86429,7 +88536,8 @@ "longitude": -71.103431, "name": "Washington St @ Ophir St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "31187", "links": { @@ -86467,7 +88575,8 @@ "longitude": -71.035811, "name": "W Squantum St @ Bowdoin St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3119", "links": { @@ -86505,7 +88614,8 @@ "longitude": -71.056946, "name": "Auckland St @ Dewar St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "312", "links": { @@ -86543,7 +88653,8 @@ "longitude": -71.033544, "name": "W Squantum St opp Harriet Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3121", "links": { @@ -86581,7 +88692,8 @@ "longitude": -71.032749, "name": "W Squantun St opp Division St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3122", "links": { @@ -86619,7 +88731,8 @@ "longitude": -71.032013, "name": "W Squantum @ Small St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3123", "links": { @@ -86657,7 +88770,8 @@ "longitude": -71.031092, "name": "W Squantum St @ Farrington St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3124", "links": { @@ -86695,7 +88809,8 @@ "longitude": -71.028752, "name": "North Quincy", "platform_name": "Busway", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3125", "links": { @@ -86736,7 +88851,8 @@ "longitude": -71.034476, "name": "Drydock Ave @ Design Center Place", "platform_name": "South Station", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "31255", "links": { @@ -86774,7 +88890,8 @@ "longitude": -71.034878, "name": "Northern Ave opp Harbor St", "platform_name": "South Station", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "31256", "links": { @@ -86812,7 +88929,8 @@ "longitude": -71.031996, "name": "Northern Ave @ Tide St", "platform_name": "South Station", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "31257", "links": { @@ -86850,7 +88968,8 @@ "longitude": -71.027213, "name": "Drydock Ave @ Black Falcon Ave", "platform_name": "Design Center", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "31259", "links": { @@ -86888,7 +89007,8 @@ "longitude": -71.027749, "name": "E Squantum St @ Hancock St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3126", "links": { @@ -86926,7 +89046,8 @@ "longitude": -71.027046, "name": "E Squantum St @ Newbury Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3128", "links": { @@ -86964,7 +89085,8 @@ "longitude": -71.024995, "name": "E Squantum St @ Faxon Rd.", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3129", "links": { @@ -87002,7 +89124,8 @@ "longitude": -71.024135, "name": "E Squantum St @ Appleton St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3131", "links": { @@ -87040,7 +89163,8 @@ "longitude": -71.099868, "name": "Huntington Ave @ Longwood Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "31317", "links": { @@ -87087,7 +89211,8 @@ "longitude": -71.024522, "name": "E Squantum St @ Atlantic St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3133", "links": { @@ -87125,7 +89250,8 @@ "longitude": -71.024732, "name": "E Squantum St @ Ocean St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3134", "links": { @@ -87163,7 +89289,8 @@ "longitude": -71.024904, "name": "E Squantum St opp Ditmar St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3135", "links": { @@ -87201,7 +89328,8 @@ "longitude": -71.023727, "name": "E Squantum St @ Hummock Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3136", "links": { @@ -87239,7 +89367,8 @@ "longitude": -71.111437, "name": "S Huntington Ave opp VA Hospital", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "31365", "links": { @@ -87277,7 +89406,8 @@ "longitude": -71.086788, "name": "Huntington Ave @ Gainsborough St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "31391", "links": { @@ -87315,7 +89445,8 @@ "longitude": -71.018787, "name": "E Squantum St @ Deerfield St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3140", "links": { @@ -87353,7 +89484,8 @@ "longitude": -71.017453, "name": "E Squantum St @ Essex St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3141", "links": { @@ -87391,7 +89523,8 @@ "longitude": -71.014445, "name": "Huckins Ave @ E Squantum St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3143", "links": { @@ -87429,7 +89562,8 @@ "longitude": -71.010921, "name": "Huckins Ave @ Standish Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3144", "links": { @@ -87467,7 +89601,8 @@ "longitude": -71.008621, "name": "Huckins Ave @ Bellevue Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3145", "links": { @@ -87505,7 +89640,8 @@ "longitude": -71.009904, "name": "Bellevue Rd @ Wegdewood St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3147", "links": { @@ -87543,7 +89679,8 @@ "longitude": -71.011541, "name": "Bellevue Rd @ Standish Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "3148", "links": { @@ -87581,7 +89718,8 @@ "longitude": -71.013704, "name": "Bellevue Rd @ Dorchester St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3149", "links": { @@ -87619,7 +89757,8 @@ "longitude": -71.015403, "name": "Dorchester St opp Pratt Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3150", "links": { @@ -87657,7 +89796,8 @@ "longitude": -71.016547, "name": "Dorchester St @ E Squantum St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "3151", "links": { @@ -87695,7 +89835,8 @@ "longitude": -71.017445, "name": "E Squantum St opp Essex St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3152", "links": { @@ -87733,7 +89874,8 @@ "longitude": -71.019359, "name": "E Squantum St opp Heath St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3153", "links": { @@ -87771,7 +89913,8 @@ "longitude": -71.023669, "name": "E Squantum St opp Hummock Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3157", "links": { @@ -87809,7 +89952,8 @@ "longitude": -71.024886, "name": "E Squantum @ Ditmar St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 2 }, "id": "3158", "links": { @@ -87847,7 +89991,8 @@ "longitude": -71.02496, "name": "E Squantum St @ Edgeworth Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3159", "links": { @@ -87885,7 +90030,8 @@ "longitude": -71.02468, "name": "E Squantun St @ Atlantic St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3160", "links": { @@ -87923,7 +90069,8 @@ "longitude": -71.203417, "name": "Washington St opp Lenox St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "31618", "links": { @@ -87961,7 +90108,8 @@ "longitude": -71.190464, "name": "Opp 20 Washington St - Norwood Line", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "31619", "links": { @@ -87999,7 +90147,8 @@ "longitude": -71.024203, "name": "E Squantum St @ Holyoke St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3162", "links": { @@ -88037,7 +90186,8 @@ "longitude": -71.204508, "name": "Washington St opp Dean St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "31628", "links": { @@ -88075,7 +90225,8 @@ "longitude": -71.025033, "name": "E Squantum St @ Thoreau Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3164", "links": { @@ -88113,7 +90264,8 @@ "longitude": -71.027138, "name": "E Squantum St @ Newbury Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3165", "links": { @@ -88151,7 +90303,8 @@ "longitude": -71.027879, "name": "E Squantum St @ Hancock St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3167", "links": { @@ -88189,7 +90342,8 @@ "longitude": -71.031237, "name": "W Squantum St opp Farrington St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3168", "links": { @@ -88227,7 +90381,8 @@ "longitude": -71.058359, "name": "Dorchester Ave @ Hancock St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "317", "links": { @@ -88265,7 +90420,8 @@ "longitude": -71.0329, "name": "W Squantum St @ Division St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3170", "links": { @@ -88303,7 +90459,8 @@ "longitude": -71.034167, "name": "W Squantum St @ Montclair Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3172", "links": { @@ -88341,7 +90498,8 @@ "longitude": -71.037395, "name": "W Squantum St @ Evans St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3174", "links": { @@ -88379,7 +90537,8 @@ "longitude": -71.03657, "name": "Harvard St @ Holbrook Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3175", "links": { @@ -88417,7 +90576,8 @@ "longitude": -71.058617, "name": "Dorchester Ave @ Hecla St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3176", "links": { @@ -88455,7 +90615,8 @@ "longitude": -71.035442, "name": "Harvard St @ Hamilton Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3177", "links": { @@ -88493,7 +90654,8 @@ "longitude": -71.034807, "name": "Harvard St @ Wilson Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3178", "links": { @@ -88531,7 +90693,8 @@ "longitude": -71.033213, "name": "Wilson Ave @ Bowdoin St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3179", "links": { @@ -88569,7 +90732,8 @@ "longitude": -71.058836, "name": "Dorchester Ave @ Linden St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "318", "links": { @@ -88607,7 +90771,8 @@ "longitude": -71.03124, "name": "Wilson Ave @ Mascoma St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3181", "links": { @@ -88645,7 +90810,8 @@ "longitude": -71.029867, "name": "Wilson Ave @ Highland Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3182", "links": { @@ -88683,7 +90849,8 @@ "longitude": -71.137937, "name": "Lee St opp Dudley Way", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "31835", "links": { @@ -88721,7 +90888,8 @@ "longitude": -71.154068, "name": "Independence Dr @ Beverly Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "31836", "links": { @@ -88759,7 +90927,8 @@ "longitude": -71.168753, "name": "Corey St opp Mount Benedict Cemetery", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "31839", "links": { @@ -88797,7 +90966,8 @@ "longitude": -71.028655, "name": "Highland Ave @ Hobart St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3184", "links": { @@ -88835,7 +91005,8 @@ "longitude": -71.027408, "name": "Highland Ave @ N Central Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3185", "links": { @@ -88873,7 +91044,8 @@ "longitude": -71.23509, "name": "Highland Ave @ Dana Pl", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "31852", "links": { @@ -88911,7 +91083,8 @@ "longitude": -71.026047, "name": "Highland Ave @ Elmwood Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3186", "links": { @@ -88949,7 +91122,8 @@ "longitude": -71.025051, "name": "N Central @ Beale St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "31861", "links": { @@ -88987,7 +91161,8 @@ "longitude": -71.059214, "name": "Dorchester Ave @ Ellet St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "319", "links": { @@ -89025,7 +91200,8 @@ "longitude": -71.019209, "name": "Newport Ave @ Beale St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3191", "links": { @@ -89063,7 +91239,8 @@ "longitude": -71.147592, "name": "Grove St @ Allendale Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "31916", "links": { @@ -89101,7 +91278,8 @@ "longitude": -71.089273, "name": "Ipswich St @ Boylston St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "31918", "links": { @@ -89139,7 +91317,8 @@ "longitude": -71.017689, "name": "Newport Ave @ Lincoln Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3193", "links": { @@ -89177,7 +91356,8 @@ "longitude": -71.016338, "name": "Newport Ave @ Warren Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "3194", "links": { @@ -89215,7 +91395,8 @@ "longitude": -71.014387, "name": "Newport Ave @ Oakland Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3195", "links": { @@ -89253,7 +91434,8 @@ "longitude": -71.013434, "name": "Newport Ave @ George Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3196", "links": { @@ -89291,7 +91473,8 @@ "longitude": -71.012422, "name": "Newport Ave @ Lillian Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3197", "links": { @@ -89329,7 +91512,8 @@ "longitude": -71.011445, "name": "Newport Ave @ Furnace Brook Pwky", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3198", "links": { @@ -89367,7 +91551,8 @@ "longitude": -71.008922, "name": "Adams St opp Alleyne St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3199", "links": { @@ -89405,7 +91590,8 @@ "longitude": -71.025051, "name": "Farragut Rd opp E 2nd St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "32", "links": { @@ -89443,7 +91629,8 @@ "longitude": -71.059793, "name": "Dorchester Ave @ Adams St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "320", "links": { @@ -89481,7 +91668,8 @@ "longitude": -71.00588, "name": "Burgin Pkwy @ Quincy Center Station", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "32000", "links": { @@ -89528,7 +91716,8 @@ "longitude": -71.004973, "name": "Quincy Center", "platform_name": "Berth 1", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "32001", "links": { @@ -89569,7 +91758,8 @@ "longitude": -71.005099, "name": "Quincy Center", "platform_name": "Berth 2", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "32002", "links": { @@ -89610,7 +91800,8 @@ "longitude": -71.005168, "name": "Quincy Center", "platform_name": "Berth 3", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "32003", "links": { @@ -89651,7 +91842,8 @@ "longitude": -71.0052, "name": "Quincy Center", "platform_name": "Berth 4", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "32004", "links": { @@ -89692,7 +91884,8 @@ "longitude": -71.005231, "name": "Quincy Center", "platform_name": "Berth 5", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "32005", "links": { @@ -89733,7 +91926,8 @@ "longitude": -71.014041, "name": "Elm Ave @ Briggs St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3201", "links": { @@ -89771,7 +91965,8 @@ "longitude": -71.013882, "name": "Elm Ave @ Greene St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3202", "links": { @@ -89804,12 +91999,13 @@ { "attributes": { "description": null, - "latitude": 42.268848, + "latitude": 42.269125, "location_type": 0, - "longitude": -71.013536, + "longitude": -71.013503, "name": "Elm Ave @ Marlboro St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3203", "links": { @@ -89847,7 +92043,8 @@ "longitude": -71.013145, "name": "Elm Ave @ Willow St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "3204", "links": { @@ -89885,7 +92082,8 @@ "longitude": -71.012981, "name": "Elm Ave @ E Elm Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3205", "links": { @@ -89923,7 +92121,8 @@ "longitude": -71.013092, "name": "W Elm Ave @ Gould St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3206", "links": { @@ -89961,7 +92160,8 @@ "longitude": -71.012307, "name": "W Elm Ave opp Mason St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3207", "links": { @@ -89999,7 +92199,8 @@ "longitude": -71.012131, "name": "W Elm Ave @ Franklin Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3208", "links": { @@ -90037,7 +92238,8 @@ "longitude": -71.011667, "name": "W Elm Ave @ Billings Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3209", "links": { @@ -90075,7 +92277,8 @@ "longitude": -71.013813, "name": "Billings Rd @ Beach St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3210", "links": { @@ -90113,7 +92316,8 @@ "longitude": -71.01589, "name": "Billings Rd @ Vassal St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3211", "links": { @@ -90151,7 +92355,8 @@ "longitude": -71.017683, "name": "Billings Rd @ Apthorp St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3212", "links": { @@ -90189,7 +92394,8 @@ "longitude": -71.019672, "name": "Billings Rd @ French St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3213", "links": { @@ -90227,7 +92433,8 @@ "longitude": -71.020759, "name": "Billings Rd @ Faxon Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3214", "links": { @@ -90265,7 +92472,8 @@ "longitude": -71.022106, "name": "Billings Rd opp Tyler St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3215", "links": { @@ -90303,7 +92511,8 @@ "longitude": -71.023884, "name": "Billings Rd @ Felton St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3216", "links": { @@ -90341,7 +92550,8 @@ "longitude": -71.027883, "name": "Holmes St opp Moscow St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3218", "links": { @@ -90379,7 +92589,8 @@ "longitude": -71.026403, "name": "Holmes St @ Billings Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3219", "links": { @@ -90417,7 +92628,8 @@ "longitude": -71.064001, "name": "Geneva Ave opp Vinson St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "322", "links": { @@ -90455,7 +92667,8 @@ "longitude": -71.023596, "name": "Billings Rd @ Lunt St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3221", "links": { @@ -90493,7 +92706,8 @@ "longitude": -71.022219, "name": "Billings Rd @ Tyler St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3222", "links": { @@ -90526,12 +92740,13 @@ { "attributes": { "description": null, - "latitude": 42.275779, + "latitude": 42.275692, "location_type": 0, - "longitude": -71.021313, + "longitude": -71.021451, "name": "Billings Rd @ Freeman St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3223", "links": { @@ -90564,12 +92779,13 @@ { "attributes": { "description": null, - "latitude": 42.276463, + "latitude": 42.276659, "location_type": 0, - "longitude": -71.020136, + "longitude": -71.019812, "name": "Billings Rd @ Royal St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3224", "links": { @@ -90607,7 +92823,8 @@ "longitude": -71.018374, "name": "Billings Rd @ Calumet St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3225", "links": { @@ -90645,7 +92862,8 @@ "longitude": -71.01616, "name": "Billings Rd @ Vassal St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3226", "links": { @@ -90683,7 +92901,8 @@ "longitude": -71.014087, "name": "Billings Rd @ Beach St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3227", "links": { @@ -90721,7 +92940,8 @@ "longitude": -71.011825, "name": "Billings Rd @ W Elm Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3228", "links": { @@ -90759,7 +92979,8 @@ "longitude": -71.012177, "name": "W Elm Ave opp Franklin Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3229", "links": { @@ -90797,7 +93018,8 @@ "longitude": -71.062219, "name": "Fields Corner", "platform_name": "Busway", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "323", "links": { @@ -90838,7 +93060,8 @@ "longitude": -71.012354, "name": "W Elm Ave @ Mason St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3230", "links": { @@ -90876,7 +93099,8 @@ "longitude": -71.013165, "name": "W Elm Ave @ Gould St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3231", "links": { @@ -90914,7 +93138,8 @@ "longitude": -71.013279, "name": "Elm Ave @ Staunton St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3232", "links": { @@ -90952,7 +93177,8 @@ "longitude": -71.013731, "name": "Elm Ave @ Marlboro St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3234", "links": { @@ -90990,7 +93216,8 @@ "longitude": -71.014098, "name": "Elm Ave opp Greene St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3235", "links": { @@ -91028,7 +93255,8 @@ "longitude": -71.181989, "name": "Park Ave @ Florence Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "32358", "links": { @@ -91066,7 +93294,8 @@ "longitude": -71.014408, "name": "Elm Ave @ Hancock St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3236", "links": { @@ -91104,7 +93333,8 @@ "longitude": -71.002208, "name": "Coddington St @ Washington St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3237", "links": { @@ -91142,7 +93372,8 @@ "longitude": -70.998993, "name": "Coddington St @ Quincy YMCA", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3239", "links": { @@ -91180,7 +93411,8 @@ "longitude": -70.996083, "name": "55 Sea St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3240", "links": { @@ -91218,7 +93450,8 @@ "longitude": -70.995269, "name": "Sea St opp Overlook Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3241", "links": { @@ -91256,7 +93489,8 @@ "longitude": -70.992973, "name": "Sea St opp Samoset Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3242", "links": { @@ -91294,7 +93528,8 @@ "longitude": -70.990156, "name": "227 Sea St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3243", "links": { @@ -91332,7 +93567,8 @@ "longitude": -70.988374, "name": "Sea St @ Barbour Terr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3244", "links": { @@ -91370,7 +93606,8 @@ "longitude": -70.984997, "name": "405 Sea St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3245", "links": { @@ -91408,7 +93645,8 @@ "longitude": -70.982487, "name": "455 Sea St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3246", "links": { @@ -91446,7 +93684,8 @@ "longitude": -70.98025, "name": "Sea St @ Braintree Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3247", "links": { @@ -91484,7 +93723,8 @@ "longitude": -70.978466, "name": "Sea St @ Palmer St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3248", "links": { @@ -91522,7 +93762,8 @@ "longitude": -70.977687, "name": "565 Sea St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3249", "links": { @@ -91560,7 +93801,8 @@ "longitude": -71.060956, "name": "Park St Busway @ Dorchester Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "325", "links": { @@ -91598,7 +93840,8 @@ "longitude": -70.973875, "name": "Sea St @ Lee St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3250", "links": { @@ -91636,7 +93879,8 @@ "longitude": -71.060997, "name": "Park St Busway @ Dorchester Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "32501", "links": { @@ -91674,7 +93918,8 @@ "longitude": -70.971917, "name": "Opp 700 Sea St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3251", "links": { @@ -91712,7 +93957,8 @@ "longitude": -70.970523, "name": "749 Sea St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3252", "links": { @@ -91750,7 +93996,8 @@ "longitude": -70.968781, "name": "Sea St @ Babcock St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3253", "links": { @@ -91788,7 +94035,8 @@ "longitude": -70.966903, "name": "Sea St opp Manet Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3254", "links": { @@ -91826,7 +94074,8 @@ "longitude": -71.121784, "name": "Eliot St @ Bennett St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "32549", "links": { @@ -91864,7 +94113,8 @@ "longitude": -70.96421, "name": "Sea St opp Newton St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3255", "links": { @@ -91902,7 +94152,8 @@ "longitude": -70.961911, "name": "Sea St opp Malvern St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3256", "links": { @@ -91935,12 +94186,13 @@ { "attributes": { "description": null, - "latitude": 42.26563, + "latitude": 42.265666, "location_type": 0, - "longitude": -70.960342, + "longitude": -70.959913, "name": "Sea St @ Rockland St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3257", "links": { @@ -91973,12 +94225,13 @@ { "attributes": { "description": null, - "latitude": 42.265684, + "latitude": 42.265955, "location_type": 0, - "longitude": -70.959414, + "longitude": -70.95877, "name": "Sea St @ Darrow St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "3258", "links": { @@ -92016,7 +94269,8 @@ "longitude": -70.957347, "name": "Sea St @ Manet Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3259", "links": { @@ -92054,7 +94308,8 @@ "longitude": -71.061082, "name": "Dorchester Ave opp Gibson St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "326", "links": { @@ -92092,7 +94347,8 @@ "longitude": -70.954436, "name": "Sea St @ Wall St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "3260", "links": { @@ -92130,7 +94386,8 @@ "longitude": -70.952573, "name": "Sea St @ Bell St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3261", "links": { @@ -92168,7 +94425,8 @@ "longitude": -71.191353, "name": "83 Washington St opp Ellis Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "32619", "links": { @@ -92206,7 +94464,8 @@ "longitude": -70.951803, "name": "Sea St @ Thomas St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3262", "links": { @@ -92244,7 +94503,8 @@ "longitude": -71.205344, "name": "Washington St @ Oolah Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "32628", "links": { @@ -92282,7 +94542,8 @@ "longitude": -70.951532, "name": "1263 Sea St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3263", "links": { @@ -92320,7 +94581,8 @@ "longitude": -71.20601, "name": "Washington St @ Weld Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "32638", "links": { @@ -92358,7 +94620,8 @@ "longitude": -70.950956, "name": "Sea St @ Fensmere Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3265", "links": { @@ -92396,7 +94659,8 @@ "longitude": -70.951541, "name": "Sea St @ Bay View Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3266", "links": { @@ -92434,7 +94698,8 @@ "longitude": -70.951784, "name": "Sea St @ Winthrop St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3267", "links": { @@ -92472,7 +94737,8 @@ "longitude": -70.952467, "name": "Sea St opp Macy St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3268", "links": { @@ -92510,7 +94776,8 @@ "longitude": -70.95475, "name": "Sea St @ Parkhurst St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "32681", "links": { @@ -92548,7 +94815,8 @@ "longitude": -70.957168, "name": "Sea St @ Manet Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3269", "links": { @@ -92586,7 +94854,8 @@ "longitude": -71.0614, "name": "Dorchester Ave @ Melville Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "327", "links": { @@ -92624,7 +94893,8 @@ "longitude": -70.959206, "name": "Sea St opp Darrow St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "3270", "links": { @@ -92662,7 +94932,8 @@ "longitude": -70.960097, "name": "Sea St @ Winthrop St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3271", "links": { @@ -92700,7 +94971,8 @@ "longitude": -70.961651, "name": "Sea St @ Malvern St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3272", "links": { @@ -92738,7 +95010,8 @@ "longitude": -70.963951, "name": "Sea St @ Newton St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3273", "links": { @@ -92776,7 +95049,8 @@ "longitude": -70.966823, "name": "Sea St @ Manet Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3274", "links": { @@ -92814,7 +95088,8 @@ "longitude": -70.969853, "name": "Sea St opp Peterson Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3276", "links": { @@ -92852,7 +95127,8 @@ "longitude": -70.970705, "name": "748 Sea St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "32760", "links": { @@ -92890,7 +95166,8 @@ "longitude": -70.972057, "name": "700 Sea St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3277", "links": { @@ -92928,7 +95205,8 @@ "longitude": -70.973914, "name": "Sea St @ Post Island Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3278", "links": { @@ -92966,7 +95244,8 @@ "longitude": -70.976796, "name": "576 Sea St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3279", "links": { @@ -93004,7 +95283,8 @@ "longitude": -71.061707, "name": "1621 Dorchester Ave opp Dix St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "328", "links": { @@ -93042,7 +95322,8 @@ "longitude": -70.978531, "name": "Sea St @ Gannett Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3280", "links": { @@ -93080,7 +95361,8 @@ "longitude": -70.979564, "name": "Sea St @ Albatross Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3281", "links": { @@ -93118,7 +95400,8 @@ "longitude": -71.130753, "name": "1661 Hyde Park Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "32818", "links": { @@ -93156,7 +95439,8 @@ "longitude": -70.984139, "name": "410 Sea St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3283", "links": { @@ -93194,7 +95478,8 @@ "longitude": -70.985595, "name": "Sea St @ Norton Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "32831", "links": { @@ -93232,7 +95517,8 @@ "longitude": -70.989019, "name": "Sea St @ Algonquin Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3284", "links": { @@ -93270,7 +95556,8 @@ "longitude": -71.071764, "name": "Main St @ Bunker Hill St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "32840", "links": { @@ -93308,7 +95595,8 @@ "longitude": -70.99311, "name": "Sea St @ Samoset Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3286", "links": { @@ -93346,7 +95634,8 @@ "longitude": -70.995373, "name": "Sea St @ Overlook Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "3287", "links": { @@ -93384,7 +95673,8 @@ "longitude": -70.996193, "name": "Sea St @ Cemetery", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3288", "links": { @@ -93422,7 +95712,8 @@ "longitude": -70.997021, "name": "Coddington St @ Southern Artery", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3289", "links": { @@ -93460,7 +95751,8 @@ "longitude": -71.06228, "name": "Dorchester Ave @ Centre St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "329", "links": { @@ -93498,7 +95790,8 @@ "longitude": -70.999611, "name": "Coddington St @ Quincy High School", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3290", "links": { @@ -93536,7 +95829,8 @@ "longitude": -70.995792, "name": "McGrath Hwy opp Southern Artery", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "32910", "links": { @@ -93574,7 +95868,8 @@ "longitude": -70.996927, "name": "McGrath Hwy opp Brackett St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "32911", "links": { @@ -93612,7 +95907,8 @@ "longitude": -70.998193, "name": "McGrath Hwy @ Washington St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "32912", "links": { @@ -93650,7 +95946,8 @@ "longitude": -70.978651, "name": "Palmer St @ Sea St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3292", "links": { @@ -93688,7 +95985,8 @@ "longitude": -70.975083, "name": "Palmer St @ Oakwood Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3295", "links": { @@ -93726,7 +96024,8 @@ "longitude": -70.971888, "name": "Palmer St @ Forbush Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3298", "links": { @@ -93764,7 +96063,8 @@ "longitude": -70.970922, "name": "Palmer St opp Brockton Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "3299", "links": { @@ -93802,7 +96102,8 @@ "longitude": -71.031181, "name": "City Point Bus Terminal", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "33", "links": { @@ -93840,7 +96141,8 @@ "longitude": -71.062617, "name": "Dorchester Ave @ Cheverus Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "330", "links": { @@ -93878,7 +96180,8 @@ "longitude": -70.969807, "name": "Palmer St opp Roach St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3300", "links": { @@ -93916,7 +96219,8 @@ "longitude": -70.968562, "name": "Palmer St opp Bowes Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3301", "links": { @@ -93954,7 +96258,8 @@ "longitude": -70.966453, "name": "375 Palmer St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3303", "links": { @@ -93992,7 +96297,8 @@ "longitude": -70.966686, "name": "Palmer St @ Taffrail Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3304", "links": { @@ -94030,7 +96336,8 @@ "longitude": -70.965313, "name": "26 Taffrail Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3305", "links": { @@ -94068,7 +96375,8 @@ "longitude": -70.964262, "name": "Taffrail Rd @ Bicknell St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3306", "links": { @@ -94106,7 +96414,8 @@ "longitude": -70.963228, "name": "Bicknell St @ O'Brien Towers Driveway", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "3307", "links": { @@ -94144,7 +96453,8 @@ "longitude": -71.046954, "name": "Gallivan Blvd @ Hallet St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "33076", "links": { @@ -94182,7 +96492,8 @@ "longitude": -71.051656, "name": "Gallivan Blvd @ Woodfield St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "33077", "links": { @@ -94215,12 +96526,13 @@ { "attributes": { "description": null, - "latitude": 42.250419, + "latitude": 42.250425, "location_type": 0, - "longitude": -70.963708, + "longitude": -70.963799, "name": "O'Brien Towers", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3308", "links": { @@ -94250,44 +96562,6 @@ }, "type": "stop" }, - { - "attributes": { - "description": null, - "latitude": 42.251048, - "location_type": 0, - "longitude": -70.963094, - "name": "O'Brien Towers Driveway @ Bicknell St", - "platform_name": null, - "vehicle_type": 3 - }, - "id": "3309", - "links": { - "self": "/stops/3309" - }, - "relationships": { - "child_stops": { - "data": [] - }, - "connecting_stops": { - "data": [] - }, - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=3309" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, { "attributes": { "description": null, @@ -94296,7 +96570,8 @@ "longitude": -71.063344, "name": "Dorchester Ave opp Shepton St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "331", "links": { @@ -94334,7 +96609,8 @@ "longitude": -70.964106, "name": "Bicknell St @ Binnacle Lane", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "3310", "links": { @@ -94372,7 +96648,8 @@ "longitude": -70.965367, "name": "Bicknell St @ Yardarm Ln", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3311", "links": { @@ -94410,7 +96687,8 @@ "longitude": -70.966295, "name": "Palmer St @ Shed St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3312", "links": { @@ -94448,7 +96726,8 @@ "longitude": -70.968285, "name": "Palmer St @ Bowes Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3314", "links": { @@ -94486,7 +96765,8 @@ "longitude": -70.969556, "name": "Palmer St @ Roach St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "3315", "links": { @@ -94524,7 +96804,8 @@ "longitude": -70.970909, "name": "Palmer St @ Brockton Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3316", "links": { @@ -94562,7 +96843,8 @@ "longitude": -70.971833, "name": "Palmer St @ Empire St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3317", "links": { @@ -94600,7 +96882,8 @@ "longitude": -71.063639, "name": "Dorchester Ave @ Banton St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "332", "links": { @@ -94638,7 +96921,8 @@ "longitude": -70.975008, "name": "Palmer St opp Oakwood Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3320", "links": { @@ -94676,7 +96960,8 @@ "longitude": -70.975882, "name": "Palmer St opp Wilgus Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3321", "links": { @@ -94714,7 +96999,8 @@ "longitude": -70.978089, "name": "Palmer St opp Utica St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3322", "links": { @@ -94752,7 +97038,8 @@ "longitude": -70.978562, "name": "Palmer St @ Sea St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3323", "links": { @@ -94790,7 +97077,8 @@ "longitude": -71.003366, "name": "Granite St @ Hancock St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "33241", "links": { @@ -94828,7 +97116,8 @@ "longitude": -71.002111, "name": "1445 Hancock St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3326", "links": { @@ -94866,7 +97155,8 @@ "longitude": -71.000634, "name": "School St @ Hancock St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3327", "links": { @@ -94904,7 +97194,8 @@ "longitude": -71.00151, "name": "School St opp Gay St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3328", "links": { @@ -94942,7 +97233,8 @@ "longitude": -71.031327, "name": "E 1st St @ City Point Bus Terminal", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "333", "links": { @@ -94980,7 +97272,8 @@ "longitude": -71.003612, "name": "Franklin St @ Water St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3330", "links": { @@ -95018,7 +97311,8 @@ "longitude": -71.005941, "name": "Water St @ Pleasant St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3331", "links": { @@ -95056,7 +97350,8 @@ "longitude": -71.011504, "name": "Water St @ Lincoln Hancock Community School", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3332", "links": { @@ -95094,7 +97389,8 @@ "longitude": -71.008636, "name": "Water St @ Quincy St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3333", "links": { @@ -95132,7 +97428,8 @@ "longitude": -71.012967, "name": "Water St @ Gordon ter", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3335", "links": { @@ -95170,7 +97467,8 @@ "longitude": -71.015449, "name": "Copeland St @ Granite St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3336", "links": { @@ -95208,7 +97506,8 @@ "longitude": -71.017187, "name": "35 Copeland St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3337", "links": { @@ -95246,7 +97545,8 @@ "longitude": -71.019401, "name": "Copeland St @ Buckley St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3338", "links": { @@ -95284,7 +97584,8 @@ "longitude": -71.022767, "name": "165 Copeland St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3339", "links": { @@ -95322,7 +97623,8 @@ "longitude": -71.063879, "name": "Ashmont", "platform_name": "Busway", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "334", "links": { @@ -95363,7 +97665,8 @@ "longitude": -71.025035, "name": "Copeland St @ Furnace Brook Pwky", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3341", "links": { @@ -95401,7 +97704,8 @@ "longitude": -71.026465, "name": "Copeland St @ Cross St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3342", "links": { @@ -95439,7 +97743,8 @@ "longitude": -71.027722, "name": "Copeland St opp Furnace Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3343", "links": { @@ -95477,7 +97782,8 @@ "longitude": -71.030007, "name": "Copeland St @ Badgers Ln", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3344", "links": { @@ -95515,7 +97821,8 @@ "longitude": -71.031757, "name": "Willard St @ Copeland St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3345", "links": { @@ -95553,7 +97860,8 @@ "longitude": -71.033302, "name": "Willard St opp California Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3347", "links": { @@ -95591,7 +97899,8 @@ "longitude": -71.035179, "name": "Willard St @ Rogers St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3348", "links": { @@ -95629,7 +97938,8 @@ "longitude": -71.036493, "name": "Willard St @ Robertson St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3349", "links": { @@ -95667,7 +97977,8 @@ "longitude": -71.035971, "name": "Robertson St @ Quarry St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3350", "links": { @@ -95705,7 +98016,8 @@ "longitude": -71.03517, "name": "Robertson St @ Connell St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3351", "links": { @@ -95743,7 +98055,8 @@ "longitude": -71.034187, "name": "Robertson St opp Ellis St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3352", "links": { @@ -95781,7 +98094,8 @@ "longitude": -71.033785, "name": "Robertson St @ Kimball St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3353", "links": { @@ -95819,7 +98133,8 @@ "longitude": -71.032637, "name": "Robertson St @ Adams St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3354", "links": { @@ -95849,44 +98164,6 @@ }, "type": "stop" }, - { - "attributes": { - "description": null, - "latitude": 42.256313, - "location_type": 0, - "longitude": -71.033465, - "name": "Adams St @ Beale St", - "platform_name": null, - "vehicle_type": 3 - }, - "id": "3355", - "links": { - "self": "/stops/3355" - }, - "relationships": { - "child_stops": { - "data": [] - }, - "connecting_stops": { - "data": [] - }, - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=3355" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, { "attributes": { "description": null, @@ -95895,7 +98172,8 @@ "longitude": -71.03545, "name": "Adams St @ Washington St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3356", "links": { @@ -95933,7 +98211,8 @@ "longitude": -71.037376, "name": "Adams St @ Granite Pl", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3358", "links": { @@ -95971,7 +98250,8 @@ "longitude": -71.039279, "name": "Adams St @ Church St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3359", "links": { @@ -96009,7 +98289,8 @@ "longitude": -71.041825, "name": "Granite Ave @ Bassett St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3360", "links": { @@ -96047,7 +98328,8 @@ "longitude": -71.042534, "name": "Granite Ave @ Wood St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3361", "links": { @@ -96085,7 +98367,8 @@ "longitude": -71.206624, "name": "Washington St @ Austin St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "33618", "links": { @@ -96123,7 +98406,8 @@ "longitude": -71.193323, "name": "169 Washington St opp Neponset St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "33619", "links": { @@ -96161,7 +98445,8 @@ "longitude": -71.042902, "name": "Granite Ave @ Emerson Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3362", "links": { @@ -96199,7 +98484,8 @@ "longitude": -71.043721, "name": "Granite Ave @ Squantum St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3363", "links": { @@ -96237,7 +98523,8 @@ "longitude": -71.043104, "name": "Squantum St @ Antwerp St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "33632", "links": { @@ -96275,7 +98562,8 @@ "longitude": -71.041687, "name": "Squantum St @ Amsterdam Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "33634", "links": { @@ -96313,7 +98601,8 @@ "longitude": -71.040388, "name": "W Squantum St @ London Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "33635", "links": { @@ -96351,7 +98640,8 @@ "longitude": -71.044485, "name": "Opp 197 Granite Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 2 }, "id": "3364", "links": { @@ -96389,7 +98679,8 @@ "longitude": -71.045134, "name": "Granite Ave @ Hope Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3365", "links": { @@ -96427,7 +98718,8 @@ "longitude": -71.047728, "name": "Granite Ave @ Thistle Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3366", "links": { @@ -96465,7 +98757,8 @@ "longitude": -71.054108, "name": "Granite Ave @ Hilltop St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3368", "links": { @@ -96503,7 +98796,8 @@ "longitude": -71.054608, "name": "Granite Ave @ Milton St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3369", "links": { @@ -96541,7 +98835,8 @@ "longitude": -71.055323, "name": "Granite Ave @ Gallivan Blvd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "33691", "links": { @@ -96579,7 +98874,8 @@ "longitude": -71.063529, "name": "Dorchester Ave @ Msgr Lydon Way", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "337", "links": { @@ -96617,7 +98913,8 @@ "longitude": -71.056799, "name": "Gallivan Blvd @ Kenmere Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3370", "links": { @@ -96655,7 +98952,8 @@ "longitude": -71.058367, "name": "Gallivan Blvd @ Frederika St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3371", "links": { @@ -96693,7 +98991,8 @@ "longitude": -71.059796, "name": "Gallivan Blvd @ Carruth St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "3372", "links": { @@ -96731,7 +99030,8 @@ "longitude": -71.062126, "name": "Gallivan Blvd @ Huron Circle", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "3373", "links": { @@ -96769,7 +99069,8 @@ "longitude": -71.064545, "name": "Gallivan Blvd @ Hutchinson St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3375", "links": { @@ -96807,7 +99108,8 @@ "longitude": -71.062304, "name": "Gallivan Blvd opp Huron Circle", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3376", "links": { @@ -96845,7 +99147,8 @@ "longitude": -71.059982, "name": "Gallivan Blvd opp Carruth St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "33761", "links": { @@ -96883,7 +99186,8 @@ "longitude": -71.05822, "name": "Gallivan Blvd @ Adams St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3377", "links": { @@ -96921,7 +99225,8 @@ "longitude": -71.055791, "name": "Granite Ave @ Gallivan Blvd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3378", "links": { @@ -96959,7 +99264,8 @@ "longitude": -71.054799, "name": "Granite Ave @ Milton St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3379", "links": { @@ -96997,7 +99303,8 @@ "longitude": -71.063224, "name": "Dorchester Ave @ Shepton St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "338", "links": { @@ -97035,7 +99342,8 @@ "longitude": -71.054445, "name": "Granite Ave opp Hilltop St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3380", "links": { @@ -97073,7 +99381,8 @@ "longitude": -71.047956, "name": "Granite Ave opp Thistle Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3382", "links": { @@ -97111,7 +99420,8 @@ "longitude": -71.045251, "name": "Granite Ave opp Hope Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 2 }, "id": "3384", "links": { @@ -97149,7 +99459,8 @@ "longitude": -71.044603, "name": "197 Granite Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3385", "links": { @@ -97187,7 +99498,8 @@ "longitude": -71.043814, "name": "Granite Ave @ Squantum St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3386", "links": { @@ -97225,7 +99537,8 @@ "longitude": -71.043101, "name": "Granite Ave opp Emerson Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3387", "links": { @@ -97263,7 +99576,8 @@ "longitude": -71.04278, "name": "Granite Ave opp Wood St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3388", "links": { @@ -97301,7 +99615,8 @@ "longitude": -71.042668, "name": "Adams St @ Hollis St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3389", "links": { @@ -97339,7 +99654,8 @@ "longitude": -71.062505, "name": "Dorchester Ave @ King St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "339", "links": { @@ -97377,7 +99693,8 @@ "longitude": -71.039704, "name": "Adams St @ Mechanic St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3391", "links": { @@ -97415,7 +99732,8 @@ "longitude": -71.037727, "name": "Adams St @ Foster Ln", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3392", "links": { @@ -97453,7 +99771,8 @@ "longitude": -71.035688, "name": "Adams St @ Pilgrim Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3393", "links": { @@ -97491,7 +99810,8 @@ "longitude": -71.033739, "name": "Adams St @ Stedman St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3394", "links": { @@ -97529,7 +99849,8 @@ "longitude": -71.032785, "name": "Robertson St @ Adams St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3395", "links": { @@ -97567,7 +99888,8 @@ "longitude": -71.033754, "name": "Robertson St opp Kimball St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3396", "links": { @@ -97605,7 +99927,8 @@ "longitude": -71.034335, "name": "77 Robertson St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3397", "links": { @@ -97643,7 +99966,8 @@ "longitude": -71.035625, "name": "Robertson St @ Ballou St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3398", "links": { @@ -97681,7 +100005,8 @@ "longitude": -71.035932, "name": "Robertson St @ Quarry St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3399", "links": { @@ -97719,7 +100044,8 @@ "longitude": -71.027298, "name": "P St @ E 2nd St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "34", "links": { @@ -97757,7 +100083,8 @@ "longitude": -71.06205, "name": "Dorchester Ave @ Centre St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "340", "links": { @@ -97795,7 +100122,8 @@ "longitude": -71.036552, "name": "Willard St @ Robertson St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3400", "links": { @@ -97833,7 +100161,8 @@ "longitude": -71.035134, "name": "Willard St opp Rogers St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3401", "links": { @@ -97871,7 +100200,8 @@ "longitude": -71.033538, "name": "Willard St @ California Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3402", "links": { @@ -97909,7 +100239,8 @@ "longitude": -71.0327, "name": "Willard St @ Bates Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "34021", "links": { @@ -97947,7 +100278,8 @@ "longitude": -71.031821, "name": "307 Willard St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3403", "links": { @@ -97985,7 +100317,8 @@ "longitude": -71.030248, "name": "Copeland St opp Badgers Ln", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3404", "links": { @@ -98023,7 +100356,8 @@ "longitude": -71.027985, "name": "Copeland St @ Furnace Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3405", "links": { @@ -98061,7 +100395,8 @@ "longitude": -71.026739, "name": "Copeland St @ Cross St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3406", "links": { @@ -98099,7 +100434,8 @@ "longitude": -71.024941, "name": "Copeland St @ Furnace Brook Pkwy", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3407", "links": { @@ -98137,7 +100473,8 @@ "longitude": -71.02302, "name": "Copeland St @ Centre St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3408", "links": { @@ -98175,7 +100512,8 @@ "longitude": -71.061634, "name": "Dorchester Ave @ Dix St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "341", "links": { @@ -98213,7 +100551,8 @@ "longitude": -71.018423, "name": "62 Copeland St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3410", "links": { @@ -98251,7 +100590,8 @@ "longitude": -71.017446, "name": "38 Copeland St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3411", "links": { @@ -98289,7 +100629,8 @@ "longitude": -71.015376, "name": "Copeland St @ Granite St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3412", "links": { @@ -98327,7 +100668,8 @@ "longitude": -71.013466, "name": "Water St @ Roberts St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3413", "links": { @@ -98365,7 +100707,8 @@ "longitude": -71.011541, "name": "315 Water St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3415", "links": { @@ -98403,7 +100746,8 @@ "longitude": -71.008902, "name": "Water St @ Quincy St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3416", "links": { @@ -98441,7 +100785,8 @@ "longitude": -71.006097, "name": "Water St @ Liberty St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3417", "links": { @@ -98479,7 +100824,8 @@ "longitude": -71.003462, "name": "Franklin St @ Water St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3418", "links": { @@ -98517,7 +100863,8 @@ "longitude": -71.061336, "name": "Dorchester Ave @ Parkman St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "342", "links": { @@ -98555,7 +100902,8 @@ "longitude": -71.002731, "name": "School St @ Phipps St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3420", "links": { @@ -98585,6 +100933,45 @@ }, "type": "stop" }, + { + "attributes": { + "description": null, + "latitude": 42.245266, + "location_type": 0, + "longitude": -70.99979, + "name": "Hancock St @ Elm st", + "platform_name": null, + "vehicle_type": 3, + "wheelchair_boarding": 1 + }, + "id": "3421", + "links": { + "self": "/stops/3421" + }, + "relationships": { + "child_stops": { + "data": [] + }, + "connecting_stops": { + "data": [] + }, + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=3421" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, { "attributes": { "description": null, @@ -98593,7 +100980,8 @@ "longitude": -71.000719, "name": "Hancock St @ Walter J Hannon Pkwy", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3422", "links": { @@ -98631,7 +101019,8 @@ "longitude": -71.001703, "name": "Hancock St @ Cottage Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3423", "links": { @@ -98669,7 +101058,8 @@ "longitude": -70.996877, "name": "Coddington St @ Southern Artery", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3425", "links": { @@ -98707,7 +101097,8 @@ "longitude": -70.996936, "name": "McGrath Hwy @ Brackett St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3426", "links": { @@ -98745,7 +101136,8 @@ "longitude": -71.061006, "name": "Dorchester Ave @ Gibson St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "343", "links": { @@ -98783,7 +101175,8 @@ "longitude": -71.059987, "name": "Dorchester Ave opp Charles St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "345", "links": { @@ -98821,7 +101214,8 @@ "longitude": -71.060251, "name": "Dorchester Ave @ Lincoln St - Fields Corner Sta", "platform_name": "Alewife Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "34500", "links": { @@ -98843,10 +101237,7 @@ "data": null }, "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } + "data": null } }, "type": "stop" @@ -98859,7 +101250,8 @@ "longitude": -71.060253, "name": "Dorchester Ave @ Fields Corner Station", "platform_name": "Ashmont Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "34503", "links": { @@ -98881,10 +101273,7 @@ "data": null }, "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } + "data": null } }, "type": "stop" @@ -98897,7 +101286,8 @@ "longitude": -71.096313, "name": "Beacon St @ Raleigh St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "34509", "links": { @@ -98960,7 +101350,8 @@ "longitude": -71.095119, "name": "Commonwealth Ave @ Kenmore St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "34510", "links": { @@ -99018,12 +101409,13 @@ { "attributes": { "description": null, - "latitude": 42.264134, + "latitude": 42.264068, "location_type": 0, - "longitude": -71.021471, + "longitude": -71.02157, "name": "Beale St @ Farrington St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3455", "links": { @@ -99061,7 +101453,8 @@ "longitude": -71.088174, "name": "Ames St @ Main St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "34579", "links": { @@ -99099,7 +101492,8 @@ "longitude": -71.024802, "name": "Beale St @ N Central Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3458", "links": { @@ -99137,7 +101531,8 @@ "longitude": -71.059649, "name": "Dorchester Ave @ Adams St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "346", "links": { @@ -99175,7 +101570,8 @@ "longitude": -71.027792, "name": "Beale St @ Pine St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3460", "links": { @@ -99213,7 +101609,8 @@ "longitude": -71.030622, "name": "385 Beale St opp Summit Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3461", "links": { @@ -99251,7 +101648,8 @@ "longitude": -71.207265, "name": "Washington St @ Concord Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "34618", "links": { @@ -99289,7 +101687,8 @@ "longitude": -71.195418, "name": "Washington St opp Hill St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "34619", "links": { @@ -99327,7 +101726,8 @@ "longitude": -71.031896, "name": "Beale St @ Rockwell Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3462", "links": { @@ -99365,7 +101765,8 @@ "longitude": -71.044501, "name": "Adams St opp Brook Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3463", "links": { @@ -99403,7 +101804,8 @@ "longitude": -71.046313, "name": "Adams St @ Libby Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3464", "links": { @@ -99441,7 +101843,8 @@ "longitude": -71.047786, "name": "Adams St @ Squantum St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3465", "links": { @@ -99479,7 +101882,8 @@ "longitude": -71.051146, "name": "Adams St @ Cary Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3466", "links": { @@ -99517,7 +101921,8 @@ "longitude": -71.058138, "name": "316 Adams St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3468", "links": { @@ -99555,7 +101960,8 @@ "longitude": -71.059004, "name": "Dorchester Ave @ Kimball St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "347", "links": { @@ -99593,7 +101999,8 @@ "longitude": -71.063972, "name": "224 Adams St opp Churchills Ln", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3471", "links": { @@ -99631,7 +102038,8 @@ "longitude": -71.065939, "name": "Opp 191 Adams St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3472", "links": { @@ -99664,12 +102072,13 @@ { "attributes": { "description": null, - "latitude": 42.26877, + "latitude": 42.269454, "location_type": 0, - "longitude": -71.067254, - "name": "Adams St opp Canton Ave", + "longitude": -71.06745, + "name": "Adams St @ Wharf St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3473", "links": { @@ -99680,7 +102089,20 @@ "data": [] }, "connecting_stops": { - "data": [] + "data": [ + { + "id": "place-miltt", + "type": "stop" + }, + { + "id": "3477", + "type": "stop" + }, + { + "id": "3474", + "type": "stop" + } + ] }, "facilities": { "links": { @@ -99707,7 +102129,8 @@ "longitude": -71.067889, "name": "Adams St @ Eliot St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3474", "links": { @@ -99754,7 +102177,8 @@ "longitude": -71.020386, "name": "Beale St @ Arlington St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "3476", "links": { @@ -99792,7 +102216,8 @@ "longitude": -71.068002, "name": "Adams St @ Eliot St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3477", "links": { @@ -99839,7 +102264,8 @@ "longitude": -71.06743, "name": "Adams St @ Canton Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3478", "links": { @@ -99877,7 +102303,8 @@ "longitude": -71.066035, "name": "191 Adams St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3479", "links": { @@ -99915,7 +102342,8 @@ "longitude": -71.058749, "name": "Dorchester Ave @ Linden St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "348", "links": { @@ -99948,12 +102376,13 @@ { "attributes": { "description": null, - "latitude": 42.264653, + "latitude": 42.264406, "location_type": 0, - "longitude": -71.064212, + "longitude": -71.063989, "name": "Adams St @ Churchills Ln", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 2 }, "id": "3480", "links": { @@ -99991,7 +102420,8 @@ "longitude": -71.059033, "name": "Adams St @ Fontbonne Academy", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3482", "links": { @@ -100029,7 +102459,8 @@ "longitude": -71.056322, "name": "321 Adams St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3483", "links": { @@ -100067,7 +102498,8 @@ "longitude": -71.050876, "name": "Adams St @ Centre St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3485", "links": { @@ -100105,7 +102537,8 @@ "longitude": -71.048196, "name": "Adams St @ Rowe St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3486", "links": { @@ -100143,7 +102576,8 @@ "longitude": -71.046357, "name": "Adams St @ Governors Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3487", "links": { @@ -100181,7 +102615,8 @@ "longitude": -71.272622, "name": "Springs Rd @ Bldg 70", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "34879", "links": { @@ -100219,7 +102654,8 @@ "longitude": -71.044202, "name": "Adams St @ Babcock St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3488", "links": { @@ -100257,7 +102693,8 @@ "longitude": -71.031551, "name": "Beale St @ Forbes Hill Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3489", "links": { @@ -100295,7 +102732,8 @@ "longitude": -71.058222, "name": "Dorchester Ave @ Hoyt St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "349", "links": { @@ -100333,7 +102771,8 @@ "longitude": -71.030774, "name": "Beale St @ Summit Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "3490", "links": { @@ -100371,7 +102810,8 @@ "longitude": -71.027955, "name": "Beale St @ Pine St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3491", "links": { @@ -100409,7 +102849,8 @@ "longitude": -71.024958, "name": "Beale St @ S Central Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3493", "links": { @@ -100447,7 +102888,8 @@ "longitude": -71.022145, "name": "Beale St opp Safford St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3495", "links": { @@ -100485,7 +102927,8 @@ "longitude": -71.027246, "name": "P St @ E Broadway", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "35", "links": { @@ -100523,7 +102966,8 @@ "longitude": -71.057855, "name": "Dorchester Ave @ Dewar St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "350", "links": { @@ -100561,7 +103005,8 @@ "longitude": -71.057141, "name": "Dorchester Ave @ Savin Hill Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "351", "links": { @@ -100599,7 +103044,8 @@ "longitude": -71.136955, "name": "Boston Ave @ High St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "3513", "links": { @@ -100637,7 +103083,8 @@ "longitude": -71.000181, "name": "Washington St @ Foster St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3515", "links": { @@ -100675,7 +103122,8 @@ "longitude": -70.998165, "name": "Washington St @ McGrath Hwy", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3516", "links": { @@ -100713,7 +103161,8 @@ "longitude": -70.995926, "name": "Washington St @ Edwards St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3518", "links": { @@ -100751,7 +103200,8 @@ "longitude": -71.056616, "name": "Dorchester Ave @ Belfort St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "352", "links": { @@ -100789,7 +103239,8 @@ "longitude": -70.992055, "name": "Washington St @ Fowler St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "3520", "links": { @@ -100827,7 +103278,8 @@ "longitude": -71.052689, "name": "Old Colony Ave @ McDonough Way", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "35201", "links": { @@ -100865,7 +103317,8 @@ "longitude": -71.056534, "name": "Preble St @ Dorchester Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "35202", "links": { @@ -100920,7 +103373,8 @@ "longitude": -70.990435, "name": "Washington St @ Lowe St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3521", "links": { @@ -100958,7 +103412,8 @@ "longitude": -70.988986, "name": "Washington St @ Glenwood Way", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3522", "links": { @@ -100996,7 +103451,8 @@ "longitude": -70.987718, "name": "Washington St @ Massachusetts Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3523", "links": { @@ -101034,7 +103490,8 @@ "longitude": -71.099496, "name": "Washington St @ School St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "35236", "links": { @@ -101072,7 +103529,8 @@ "longitude": -70.985125, "name": "Washington St @ Arnold St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3524", "links": { @@ -101110,7 +103568,8 @@ "longitude": -70.983673, "name": "Washington St @ Ring Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3525", "links": { @@ -101148,7 +103607,8 @@ "longitude": -70.981808, "name": "Washington St @ Beacon St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3526", "links": { @@ -101186,7 +103646,8 @@ "longitude": -70.980128, "name": "Washington St @ Broadway", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3527", "links": { @@ -101224,7 +103685,8 @@ "longitude": -70.978189, "name": "Washington St @ Chubbuck St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3528", "links": { @@ -101262,7 +103724,8 @@ "longitude": -70.976365, "name": "Washington St @ Cleverly Ct", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3529", "links": { @@ -101300,7 +103763,8 @@ "longitude": -71.056601, "name": "Dorchester Ave @ Romsey St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "353", "links": { @@ -101338,7 +103802,8 @@ "longitude": -70.974626, "name": "Washington St @ South St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3530", "links": { @@ -101376,7 +103841,8 @@ "longitude": -70.96234, "name": "Bridge St @ Monatiquot St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3531", "links": { @@ -101414,7 +103880,8 @@ "longitude": -70.960438, "name": "Bridge St @ Bluff Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3532", "links": { @@ -101452,7 +103919,8 @@ "longitude": -70.959567, "name": "Bridge St @ Evans St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3533", "links": { @@ -101490,7 +103958,8 @@ "longitude": -70.957288, "name": "Bridge St @ Sherwood Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3534", "links": { @@ -101528,7 +103997,8 @@ "longitude": -70.955925, "name": "Bridge St opp Birchbrow Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3535", "links": { @@ -101566,7 +104036,8 @@ "longitude": -70.954621, "name": "Bridge St @ Princeton Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3536", "links": { @@ -101604,7 +104075,8 @@ "longitude": -70.95305, "name": "309 Bridge St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3537", "links": { @@ -101642,7 +104114,8 @@ "longitude": -70.952388, "name": "Bridge St @ Fairlawn Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3538", "links": { @@ -101680,7 +104153,8 @@ "longitude": -70.950907, "name": "Bridge St @ Standish St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3539", "links": { @@ -101718,7 +104192,8 @@ "longitude": -71.056645, "name": "Dorchester Ave @ Crescent Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "354", "links": { @@ -101756,7 +104231,8 @@ "longitude": -70.946418, "name": "Bridge St opp Blackstone Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3541", "links": { @@ -101794,7 +104270,8 @@ "longitude": -70.943897, "name": "Bridge St @ North St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3542", "links": { @@ -101832,7 +104309,8 @@ "longitude": -70.942311, "name": "Bridge St opp Lovell St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3543", "links": { @@ -101870,7 +104348,8 @@ "longitude": -70.940395, "name": "Bridge St @ Green St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3544", "links": { @@ -101908,7 +104387,8 @@ "longitude": -70.936869, "name": "Bridge St @ Riverway Plaza", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3545", "links": { @@ -101946,7 +104426,8 @@ "longitude": -70.927334, "name": "Lincoln St @ Beal St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3547", "links": { @@ -101984,7 +104465,8 @@ "longitude": -70.925221, "name": "Lincoln St @ Lincoln Plaza", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3548", "links": { @@ -102022,7 +104504,8 @@ "longitude": -70.922437, "name": "Lincoln St @ Sgt William Terry Dr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3549", "links": { @@ -102060,7 +104543,8 @@ "longitude": -70.916772, "name": "322 Lincoln St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3550", "links": { @@ -102098,7 +104582,8 @@ "longitude": -70.914494, "name": "Lincoln St opp USS Amesbury Dr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3551", "links": { @@ -102136,7 +104621,8 @@ "longitude": -70.912133, "name": "Lincoln St @ Fottler Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3553", "links": { @@ -102174,7 +104660,8 @@ "longitude": -70.903257, "name": "Lincoln St @ Thaxter St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3555", "links": { @@ -102212,7 +104699,8 @@ "longitude": -70.90307, "name": "Downer Ave @ Broad Cove Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "3556", "links": { @@ -102250,7 +104738,8 @@ "longitude": -70.902947, "name": "Downer Ave opp Condito Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "35571", "links": { @@ -102288,7 +104777,8 @@ "longitude": -70.902419, "name": "Downer Ave opp Planters Field Ln", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3558", "links": { @@ -102326,7 +104816,8 @@ "longitude": -70.899261, "name": "Downer Ave @ Otis St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "3560", "links": { @@ -102364,7 +104855,8 @@ "longitude": -70.894718, "name": "Otis St @ Governor Long Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3561", "links": { @@ -102402,7 +104894,8 @@ "longitude": -71.207834, "name": "Washington St @ Alandale Pkwy", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "35618", "links": { @@ -102440,7 +104933,8 @@ "longitude": -71.196517, "name": "Washington St opp Fulton St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "35619", "links": { @@ -102478,7 +104972,8 @@ "longitude": -70.892174, "name": "Otis St @ Broad Cove Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3563", "links": { @@ -102516,7 +105011,8 @@ "longitude": -70.887341, "name": "Otis St @ Ship St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3565", "links": { @@ -102554,7 +105050,8 @@ "longitude": -70.884863, "name": "North St @ Otis St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3566", "links": { @@ -102592,7 +105089,8 @@ "longitude": -70.886277, "name": "North St opp Station St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3567", "links": { @@ -102630,7 +105128,8 @@ "longitude": -70.887823, "name": "North St @ South St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3569", "links": { @@ -102660,6 +105159,45 @@ }, "type": "stop" }, + { + "attributes": { + "description": null, + "latitude": 42.323298, + "location_type": 0, + "longitude": -71.056743, + "name": "Dorchester Ave opp Locust St", + "platform_name": null, + "vehicle_type": 3, + "wheelchair_boarding": 1 + }, + "id": "357", + "links": { + "self": "/stops/357" + }, + "relationships": { + "child_stops": { + "data": [] + }, + "connecting_stops": { + "data": [] + }, + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=357" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, { "attributes": { "description": null, @@ -102668,7 +105206,8 @@ "longitude": -71.002017, "name": "Revere St @ Stowers St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "35704", "links": { @@ -102706,7 +105245,8 @@ "longitude": -70.887398, "name": "Main St @ Elm St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3571", "links": { @@ -102744,7 +105284,8 @@ "longitude": -70.882879, "name": "Main St @ Alexandra Way", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "35711", "links": { @@ -102782,7 +105323,8 @@ "longitude": -70.882126, "name": "Main St opp Clark Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3572", "links": { @@ -102820,7 +105362,8 @@ "longitude": -70.880118, "name": "Main St @ Playground", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3573", "links": { @@ -102858,7 +105401,8 @@ "longitude": -70.879979, "name": "Main St @ Firehouse", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3574", "links": { @@ -102896,7 +105440,8 @@ "longitude": -70.885704, "name": "Central St @ Main St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3575", "links": { @@ -102934,7 +105479,8 @@ "longitude": -71.028178, "name": "Broadway @ Cary Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "35751", "links": { @@ -102972,7 +105518,8 @@ "longitude": -70.886765, "name": "Central St @ Central Jr HS", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3576", "links": { @@ -103010,7 +105557,8 @@ "longitude": -71.009177, "name": "Broadway @ True St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "35765", "links": { @@ -103048,7 +105596,8 @@ "longitude": -70.887159, "name": "Central St @ Garrison Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3577", "links": { @@ -103086,7 +105635,8 @@ "longitude": -70.997656, "name": "Revere St @ Hawes St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "35772", "links": { @@ -103124,7 +105674,8 @@ "longitude": -70.994626, "name": "Revere St @ Michael Della Russo Way", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "35773", "links": { @@ -103162,7 +105713,8 @@ "longitude": -70.887722, "name": "Central St @ Weston Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "3578", "links": { @@ -103200,7 +105752,8 @@ "longitude": -70.888703, "name": "Central St @ Elm St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "3579", "links": { @@ -103230,6 +105783,45 @@ }, "type": "stop" }, + { + "attributes": { + "description": null, + "latitude": 42.324671, + "location_type": 0, + "longitude": -71.056777, + "name": "Dorchester Ave opp Howell St", + "platform_name": null, + "vehicle_type": 3, + "wheelchair_boarding": 1 + }, + "id": "358", + "links": { + "self": "/stops/358" + }, + "relationships": { + "child_stops": { + "data": [] + }, + "connecting_stops": { + "data": [] + }, + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=358" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, { "attributes": { "description": null, @@ -103238,7 +105830,8 @@ "longitude": -70.889903, "name": "Central St @ South St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3580", "links": { @@ -103276,7 +105869,8 @@ "longitude": -70.883973, "name": "Station St - Hingham Depot", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3582", "links": { @@ -103309,12 +105903,13 @@ { "attributes": { "description": null, - "latitude": 42.414893, + "latitude": 42.414841, "location_type": 0, - "longitude": -71.016054, + "longitude": -71.01586, "name": "104 Constitution Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "35830", "links": { @@ -103352,7 +105947,8 @@ "longitude": -70.884655, "name": "North St @ Otis St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3589", "links": { @@ -103382,6 +105978,45 @@ }, "type": "stop" }, + { + "attributes": { + "description": null, + "latitude": 42.32679, + "location_type": 0, + "longitude": -71.056809, + "name": "Dorchester Ave @ Kemp St", + "platform_name": null, + "vehicle_type": 3, + "wheelchair_boarding": 1 + }, + "id": "359", + "links": { + "self": "/stops/359" + }, + "relationships": { + "child_stops": { + "data": [] + }, + "connecting_stops": { + "data": [] + }, + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=359" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, { "attributes": { "description": null, @@ -103390,7 +106025,8 @@ "longitude": -70.887274, "name": "Otis St opp Ship St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3590", "links": { @@ -103428,7 +106064,8 @@ "longitude": -70.892094, "name": "Otis St opp Broad Cove Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3592", "links": { @@ -103466,7 +106103,8 @@ "longitude": -70.894635, "name": "Otis St opp Governor Long Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "3594", "links": { @@ -103504,7 +106142,8 @@ "longitude": -70.899094, "name": "Otis St @ Downer Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "3595", "links": { @@ -103542,7 +106181,8 @@ "longitude": -70.902216, "name": "Downer Ave @ Planters Field Ln", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3597", "links": { @@ -103580,7 +106220,8 @@ "longitude": -70.903077, "name": "Downer Ave @ Condito Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3598", "links": { @@ -103618,7 +106259,8 @@ "longitude": -70.9032, "name": "Downer Ave @ Lincoln St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3599", "links": { @@ -103656,7 +106298,8 @@ "longitude": -70.905485, "name": "Lincoln St opp Bulow Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3600", "links": { @@ -103694,7 +106337,8 @@ "longitude": -70.912221, "name": "Lincoln St @ Bradley Woods Dr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3602", "links": { @@ -103732,7 +106376,8 @@ "longitude": -70.922316, "name": "349 Lincoln St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3603", "links": { @@ -103770,7 +106415,8 @@ "longitude": -70.914667, "name": "Lincoln St @ USS Amesbury Dr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3604", "links": { @@ -103808,7 +106454,8 @@ "longitude": -70.916949, "name": "319 Lincoln St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3605", "links": { @@ -103846,7 +106493,8 @@ "longitude": -70.925393, "name": "Lincoln St opp Lincoln Plaza", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3607", "links": { @@ -103884,7 +106532,8 @@ "longitude": -70.927147, "name": "Lincoln St opp Beal St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3608", "links": { @@ -103922,7 +106571,8 @@ "longitude": -70.937044, "name": "Bridge St opp Riverway Plaza", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3610", "links": { @@ -103960,7 +106610,8 @@ "longitude": -70.939641, "name": "Bridge St @ Neck St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3611", "links": { @@ -103998,7 +106649,8 @@ "longitude": -70.942085, "name": "Bridge St @ Lovell St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3612", "links": { @@ -104036,7 +106688,8 @@ "longitude": -70.943667, "name": "Bridge St @ North St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3613", "links": { @@ -104074,7 +106727,8 @@ "longitude": -70.946188, "name": "Bridge St @ Blackstone Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3614", "links": { @@ -104112,7 +106766,8 @@ "longitude": -70.950785, "name": "Bridge St @ Newton St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3616", "links": { @@ -104150,7 +106805,8 @@ "longitude": -70.952114, "name": "Bridge St @ Pratt Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3617", "links": { @@ -104188,7 +106844,8 @@ "longitude": -70.954102, "name": "Bridge St @ Bayview St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3618", "links": { @@ -104226,7 +106883,8 @@ "longitude": -70.954695, "name": "Bridge St @ Bartlett St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3619", "links": { @@ -104264,7 +106922,8 @@ "longitude": -71.063583, "name": "Columbia Rd @ Holden St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "362", "links": { @@ -104302,7 +106961,8 @@ "longitude": -70.955691, "name": "Bridge St @ Birchbrow Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3620", "links": { @@ -104340,7 +107000,8 @@ "longitude": -70.957268, "name": "Bridge St opp Sherwood Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3621", "links": { @@ -104378,7 +107039,8 @@ "longitude": -70.959234, "name": "Bridge St opp Evans St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3622", "links": { @@ -104416,7 +107078,8 @@ "longitude": -70.960494, "name": "Bridge St opp Bluff Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3623", "links": { @@ -104454,7 +107117,8 @@ "longitude": -70.962234, "name": "Bridge St opp Monatiquot St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3624", "links": { @@ -104492,7 +107156,8 @@ "longitude": -70.97504, "name": "Washington St @ Baker Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3626", "links": { @@ -104530,7 +107195,8 @@ "longitude": -70.976736, "name": "Washington St @ Washington Ct", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3627", "links": { @@ -104568,7 +107234,8 @@ "longitude": -70.980344, "name": "Washington St @ Lebanon St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3629", "links": { @@ -104606,7 +107273,8 @@ "longitude": -70.982677, "name": "Washington St @ Southern Artery", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3630", "links": { @@ -104644,7 +107312,8 @@ "longitude": -70.984785, "name": "Washington St @ River St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3631", "links": { @@ -104682,7 +107351,8 @@ "longitude": -70.986294, "name": "Washington St @ Edison St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3632", "links": { @@ -104720,7 +107390,8 @@ "longitude": -70.98898, "name": "Washington St @ Mill St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3633", "links": { @@ -104758,7 +107429,8 @@ "longitude": -70.990169, "name": "Washington St opp Lowe St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3634", "links": { @@ -104796,7 +107468,8 @@ "longitude": -70.991856, "name": "Washington St @ Pond St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3635", "links": { @@ -104834,7 +107507,8 @@ "longitude": -70.99301, "name": "236 Washington St opp Union St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3636", "links": { @@ -104872,7 +107546,8 @@ "longitude": -70.996747, "name": "Washington St @ Elm St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "3638", "links": { @@ -104910,7 +107585,8 @@ "longitude": -70.998162, "name": "Washington St @ McGrath Hwy", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3639", "links": { @@ -104948,7 +107624,8 @@ "longitude": -71.002227, "name": "Washington St @ Coddington St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3640", "links": { @@ -104986,7 +107663,8 @@ "longitude": -71.110506, "name": "Cummins Hwy @ Pleasantview St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "36434", "links": { @@ -105024,7 +107702,8 @@ "longitude": -71.101593, "name": "Cummins Hwy @ Hallowell St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "36459", "links": { @@ -105062,7 +107741,8 @@ "longitude": -71.124162, "name": "Hyde Park Ave @ Oak St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "36466", "links": { @@ -105100,7 +107780,8 @@ "longitude": -71.118046, "name": "Hyde Park Ave @ Southbourne Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "36479", "links": { @@ -105138,7 +107819,8 @@ "longitude": -71.118265, "name": "Hyde Park Ave @ Dellmore Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "36495", "links": { @@ -105176,7 +107858,8 @@ "longitude": -71.115992, "name": "American Legion Hwy @ Stella Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "36500", "links": { @@ -105214,7 +107897,8 @@ "longitude": -71.064079, "name": "E Berkeley St @ Harrison Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "36538", "links": { @@ -105252,7 +107936,8 @@ "longitude": -71.069335, "name": "E Berkeley St @ Tremont St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "36539", "links": { @@ -105290,7 +107975,8 @@ "longitude": -71.071004, "name": "Berkeley St @ Chandler St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "36540", "links": { @@ -105328,7 +108014,8 @@ "longitude": -71.065731, "name": "E Berkeley St @ Washington St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "36541", "links": { @@ -105366,7 +108053,8 @@ "longitude": -70.947793, "name": "Sea St @ Pearl St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3660", "links": { @@ -105404,7 +108092,8 @@ "longitude": -70.944037, "name": "Sea St @ North St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3661", "links": { @@ -105442,7 +108131,8 @@ "longitude": -71.209497, "name": "1297 Washington St opp Morse St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "36618", "links": { @@ -105480,7 +108170,8 @@ "longitude": -70.944161, "name": "North St opp Curtis St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3662", "links": { @@ -105518,7 +108209,8 @@ "longitude": -70.944602, "name": "North St @ Pearl St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3664", "links": { @@ -105556,7 +108248,8 @@ "longitude": -70.944394, "name": "North St opp Moreland Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3665", "links": { @@ -105594,7 +108287,8 @@ "longitude": -70.944434, "name": "North St @ Saning Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3666", "links": { @@ -105632,7 +108326,8 @@ "longitude": -70.944884, "name": "North St opp Colasanti Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3667", "links": { @@ -105670,7 +108365,8 @@ "longitude": -70.944727, "name": "North St @ Abigail Adams Circle", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "3668", "links": { @@ -105708,7 +108404,8 @@ "longitude": -70.943969, "name": "North St @ Church St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3669", "links": { @@ -105746,7 +108443,8 @@ "longitude": -71.064648, "name": "Talbot Ave @ Dorchester Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "367", "links": { @@ -105784,7 +108482,8 @@ "longitude": -70.942788, "name": "North St @ Commercial St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3670", "links": { @@ -105822,7 +108521,8 @@ "longitude": -70.94096, "name": "Commercial St @ King Oak Terr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "36701", "links": { @@ -105860,7 +108560,8 @@ "longitude": -70.939882, "name": "Middle St @ Commercial St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "3671", "links": { @@ -105898,7 +108599,8 @@ "longitude": -70.939712, "name": "Middle St @ Gilbert Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3672", "links": { @@ -105936,7 +108638,8 @@ "longitude": -70.939056, "name": "Middle St @ Academy Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3673", "links": { @@ -105974,7 +108677,8 @@ "longitude": -70.937406, "name": "Middle St opp Maple St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3674", "links": { @@ -106012,7 +108716,8 @@ "longitude": -70.936939, "name": "Middle St @ Broad St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "3675", "links": { @@ -106050,7 +108755,8 @@ "longitude": -70.934907, "name": "601 Broad St opp Cain Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3676", "links": { @@ -106088,7 +108794,8 @@ "longitude": -70.932572, "name": "617 Broad St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "3677", "links": { @@ -106126,7 +108833,8 @@ "longitude": -70.931856, "name": "Broad St @ Fairmount Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "3678", "links": { @@ -106164,7 +108872,8 @@ "longitude": -70.929055, "name": "Broad St @ Hillcrest Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "3679", "links": { @@ -106202,7 +108911,8 @@ "longitude": -70.926845, "name": "Broad St @ Shawmut St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "3682", "links": { @@ -106240,7 +108950,8 @@ "longitude": -70.925419, "name": "Broad St @ Pleasant St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "36821", "links": { @@ -106278,7 +108989,8 @@ "longitude": -70.92488, "name": "Pleasant St @ Water St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3683", "links": { @@ -106316,7 +109028,8 @@ "longitude": -70.924007, "name": "Water St @ Myrtle St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "36831", "links": { @@ -106354,7 +109067,8 @@ "longitude": -70.923632, "name": "Water St @ Commercial St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3684", "links": { @@ -106392,7 +109106,8 @@ "longitude": -70.920606, "name": "High St @ Cedar St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "36841", "links": { @@ -106430,7 +109145,8 @@ "longitude": -70.914044, "name": "High St opp Nichols Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "36842", "links": { @@ -106468,7 +109184,8 @@ "longitude": -70.913782, "name": "High St @ Nichols Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "36843", "links": { @@ -106506,7 +109223,8 @@ "longitude": -70.921603, "name": "High St @ Commercial St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "36844", "links": { @@ -106544,7 +109262,8 @@ "longitude": -70.924113, "name": "Water St opp Myrtle St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "36845", "links": { @@ -106582,7 +109301,8 @@ "longitude": -70.925499, "name": "Broad St @ Commercial St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3685", "links": { @@ -106620,7 +109340,8 @@ "longitude": -70.926578, "name": "Broad St opp Shawmut St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "3686", "links": { @@ -106658,7 +109379,8 @@ "longitude": -70.927739, "name": "Broad St @ Cottage St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3687", "links": { @@ -106696,7 +109418,8 @@ "longitude": -70.928789, "name": "Broad St opp Hillcrest Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "3688", "links": { @@ -106734,7 +109457,8 @@ "longitude": -70.93159, "name": "Broad St @ Madison St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "3689", "links": { @@ -106772,7 +109496,8 @@ "longitude": -71.067273, "name": "Talbot Ave @ Welles Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "369", "links": { @@ -106810,7 +109535,8 @@ "longitude": -70.932803, "name": "Opp 617 Broad St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "3690", "links": { @@ -106848,7 +109574,8 @@ "longitude": -70.934501, "name": "Broad St @ Cain Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "3691", "links": { @@ -106886,7 +109613,8 @@ "longitude": -70.936737, "name": "Middle St @ Broad St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3692", "links": { @@ -106924,7 +109652,8 @@ "longitude": -70.937496, "name": "Middle St @ Maple St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3693", "links": { @@ -106962,7 +109691,8 @@ "longitude": -70.938832, "name": "Middle St opp Academy Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "3694", "links": { @@ -107000,7 +109730,8 @@ "longitude": -70.939535, "name": "Middle St opp Gilbert Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3695", "links": { @@ -107038,7 +109769,8 @@ "longitude": -70.939589, "name": "Middle St @ Commercial St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "3696", "links": { @@ -107076,7 +109808,8 @@ "longitude": -70.940651, "name": "Commercial St @ James Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "36961", "links": { @@ -107114,7 +109847,8 @@ "longitude": -70.942606, "name": "North St opp Commercial St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3697", "links": { @@ -107152,7 +109886,8 @@ "longitude": -70.943868, "name": "North St @ Green St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3698", "links": { @@ -107190,7 +109925,8 @@ "longitude": -70.944662, "name": "North St @ East St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3699", "links": { @@ -107228,7 +109964,8 @@ "longitude": -70.944815, "name": "North St @ Colasanti Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3700", "links": { @@ -107266,7 +110003,8 @@ "longitude": -70.944406, "name": "North St opp Saning Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3701", "links": { @@ -107304,7 +110042,8 @@ "longitude": -70.944211, "name": "North St @ Moreland Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3702", "links": { @@ -107342,7 +110081,8 @@ "longitude": -70.9445, "name": "North St opp Pearl St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "3703", "links": { @@ -107380,7 +110120,8 @@ "longitude": -70.944069, "name": "North St @ Curtis St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3705", "links": { @@ -107418,7 +110159,8 @@ "longitude": -70.944077, "name": "Sea St @ North St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3706", "links": { @@ -107456,7 +110198,8 @@ "longitude": -70.947457, "name": "Sea St opp Pearl St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3707", "links": { @@ -107494,7 +110237,8 @@ "longitude": -70.948461, "name": "Sea St @ Bridge St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3708", "links": { @@ -107532,7 +110276,8 @@ "longitude": -70.965292, "name": "Washington St @ Richmond St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3709", "links": { @@ -107570,7 +110315,8 @@ "longitude": -71.070633, "name": "Talbot Ave @ Centre St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "371", "links": { @@ -107608,7 +110354,8 @@ "longitude": -70.967001, "name": "Washington St @ Prospect St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3710", "links": { @@ -107646,7 +110393,8 @@ "longitude": -70.968502, "name": "Commercial St opp Brookside Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3711", "links": { @@ -107684,7 +110432,8 @@ "longitude": -70.969034, "name": "Quincy Ave @ Weymouth Landing", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3713", "links": { @@ -107731,7 +110480,8 @@ "longitude": -70.969039, "name": "Quincy Ave @ Gordon Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3714", "links": { @@ -107769,7 +110519,8 @@ "longitude": -70.96915, "name": "Quincy Ave @ Edge Hill Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3715", "links": { @@ -107807,7 +110558,8 @@ "longitude": -70.895998, "name": "Salem", "platform_name": "Busway", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "37150", "links": { @@ -107848,7 +110600,8 @@ "longitude": -70.969541, "name": "155 Quincy Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3716", "links": { @@ -107886,7 +110639,8 @@ "longitude": -70.970283, "name": "Quincy Ave @ Audubon Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3717", "links": { @@ -107924,7 +110678,8 @@ "longitude": -70.970924, "name": "Quincy Ave opp Cotton Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3718", "links": { @@ -107962,7 +110717,8 @@ "longitude": -70.972503, "name": "Quincy Ave @ Harbor Villa Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3719", "links": { @@ -108000,7 +110756,8 @@ "longitude": -71.073109, "name": "Talbot Ave @ Southern Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "372", "links": { @@ -108038,7 +110795,8 @@ "longitude": -70.974992, "name": "Quincy Ave opp Dewey Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3720", "links": { @@ -108076,7 +110834,8 @@ "longitude": -70.977821, "name": "Quincy Ave @ Patten Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3722", "links": { @@ -108114,7 +110873,8 @@ "longitude": -70.980632, "name": "Quincy Ave @ E Howard St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3724", "links": { @@ -108152,7 +110912,8 @@ "longitude": -70.983246, "name": "Quincy Ave @ Southern Artery", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3726", "links": { @@ -108185,12 +110946,13 @@ { "attributes": { "description": null, - "latitude": 42.240464, + "latitude": 42.240156, "location_type": 0, - "longitude": -70.987378, - "name": "354 Quincy Ave", + "longitude": -70.986298, + "name": "Quincy Ave @ Faxon Commons", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3727", "links": { @@ -108228,7 +110990,8 @@ "longitude": -70.988849, "name": "Quincy Ave @ Charlesmount Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3728", "links": { @@ -108266,7 +111029,8 @@ "longitude": -70.990674, "name": "Quincy Ave opp President Plaza", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "3729", "links": { @@ -108304,7 +111068,8 @@ "longitude": -71.075287, "name": "Talbot Ave @ Spencer St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "373", "links": { @@ -108342,7 +111107,8 @@ "longitude": -70.994245, "name": "Quincy Ave opp Faxon Park Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3731", "links": { @@ -108380,7 +111146,8 @@ "longitude": -70.996075, "name": "Quincy Ave @ Scammell St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3732", "links": { @@ -108418,7 +111185,8 @@ "longitude": -70.997438, "name": "Quincy Ave opp Water St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3733", "links": { @@ -108456,7 +111224,8 @@ "longitude": -71.077978, "name": "Talbot Ave @ Talbot Station", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "374", "links": { @@ -108503,7 +111272,8 @@ "longitude": -71.079774, "name": "Talbot Ave @ Bernard St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "375", "links": { @@ -108541,7 +111311,8 @@ "longitude": -71.082526, "name": "Talbot Ave @ Kerwin St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "376", "links": { @@ -108579,7 +111350,8 @@ "longitude": -71.211388, "name": "Washington St @ Rockhill St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "37618", "links": { @@ -108617,7 +111389,8 @@ "longitude": -71.086043, "name": "Talbot Ave @ Nightingale St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "378", "links": { @@ -108655,7 +111428,8 @@ "longitude": -70.999951, "name": "Pearl St @ Ivory Plaza", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3780", "links": { @@ -108693,7 +111467,8 @@ "longitude": -71.004953, "name": "Pearl St @ Washington St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3781", "links": { @@ -108729,9 +111504,10 @@ "latitude": 42.201868, "location_type": 0, "longitude": -71.007149, - "name": " Franklin St @ Washington St", + "name": "Franklin St @ Washington St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3782", "links": { @@ -108769,7 +111545,8 @@ "longitude": -71.007714, "name": "Franklin St @ Summer St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3783", "links": { @@ -108807,7 +111584,8 @@ "longitude": -71.000078, "name": "Quincy Ave @ School St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3784", "links": { @@ -108845,7 +111623,8 @@ "longitude": -70.997708, "name": "Quincy Ave @ Water St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3785", "links": { @@ -108883,7 +111662,8 @@ "longitude": -70.996087, "name": "Quincy Ave @ Blanchard Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3786", "links": { @@ -108921,7 +111701,8 @@ "longitude": -70.994519, "name": "Quincy Ave @ Faxon Park Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3787", "links": { @@ -108959,7 +111740,8 @@ "longitude": -70.992068, "name": "Quincy Ave opp Richard St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3788", "links": { @@ -108997,7 +111779,8 @@ "longitude": -70.990704, "name": "Quincy Ave @ President Plaza", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "3789", "links": { @@ -109035,7 +111818,8 @@ "longitude": -70.989118, "name": "Quincy Ave opp Charlesmount Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "3790", "links": { @@ -109073,7 +111857,8 @@ "longitude": -70.983822, "name": "Quincy Ave @ Southern Artery", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3792", "links": { @@ -109111,7 +111896,8 @@ "longitude": -70.980937, "name": "Quincy Ave @ W Howard St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3793", "links": { @@ -109149,7 +111935,8 @@ "longitude": -70.977862, "name": "Quincy Ave @ Quirk Chevrolet", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3796", "links": { @@ -109187,7 +111974,8 @@ "longitude": -70.97525, "name": "Quincy Ave @ Dewey Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3798", "links": { @@ -109225,7 +112013,8 @@ "longitude": -70.972895, "name": "Quincy Ave @ Hayward St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3799", "links": { @@ -109263,7 +112052,8 @@ "longitude": -70.971182, "name": "Quincy Ave @ Cotton Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3800", "links": { @@ -109301,7 +112091,8 @@ "longitude": -70.970354, "name": "Opp 197 Quincy Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3801", "links": { @@ -109339,7 +112130,8 @@ "longitude": -70.969728, "name": "Quincy Ave @ Edgemont Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3802", "links": { @@ -109377,7 +112169,8 @@ "longitude": -70.969307, "name": "Quincy Ave @ Cedar Cliff Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3803", "links": { @@ -109415,7 +112208,8 @@ "longitude": -70.969105, "name": "Quincy Ave @ Allen St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3804", "links": { @@ -109453,7 +112247,8 @@ "longitude": -70.969299, "name": "Quincy Ave @ Commercial St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3806", "links": { @@ -109500,7 +112295,8 @@ "longitude": -70.96814, "name": "Front St @ Commercial St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3808", "links": { @@ -109538,7 +112334,8 @@ "longitude": -70.9686, "name": "Front St @ Elmwood Pk", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3809", "links": { @@ -109576,7 +112373,8 @@ "longitude": -71.086576, "name": "Blue Hill Ave @ Wales St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "381", "links": { @@ -109614,7 +112412,8 @@ "longitude": -70.968361, "name": "Front St @ Glines Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3811", "links": { @@ -109652,7 +112451,8 @@ "longitude": -70.967982, "name": "Front St @ Sterling St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3812", "links": { @@ -109690,7 +112490,8 @@ "longitude": -70.96755, "name": "Summer St @ Walnut Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3813", "links": { @@ -109728,7 +112529,8 @@ "longitude": -71.253304, "name": "Riverside", "platform_name": "Busway", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "38155", "links": { @@ -109769,7 +112571,8 @@ "longitude": -70.965929, "name": "Summer St @ Harland Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 2 }, "id": "3816", "links": { @@ -109807,7 +112610,8 @@ "longitude": -70.96496, "name": "Federal St @ Summer St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3817", "links": { @@ -109845,7 +112649,8 @@ "longitude": -70.960567, "name": "Federal St @ Front St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3819", "links": { @@ -109883,7 +112688,8 @@ "longitude": -71.085882, "name": "Blue Hill Ave @ Charlotte St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "382", "links": { @@ -109921,7 +112727,8 @@ "longitude": -70.957953, "name": "Federal St @ Washington St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3820", "links": { @@ -109959,7 +112766,8 @@ "longitude": -70.958654, "name": "396 Washington St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3821", "links": { @@ -109997,7 +112805,8 @@ "longitude": -70.96005, "name": "Washington St @ King Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3822", "links": { @@ -110035,7 +112844,8 @@ "longitude": -70.961124, "name": "Washington St @ Kensington Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "3823", "links": { @@ -110073,7 +112883,8 @@ "longitude": -70.963154, "name": "Washington St @ Broad St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3824", "links": { @@ -110111,7 +112922,8 @@ "longitude": -70.994571, "name": "Scammell St @ Martensen St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "3825", "links": { @@ -110149,7 +112961,8 @@ "longitude": -70.992656, "name": "Scammell St @ Mary St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3826", "links": { @@ -110187,7 +113000,8 @@ "longitude": -70.991928, "name": "South St @ Keating St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3827", "links": { @@ -110225,7 +113039,8 @@ "longitude": -70.989852, "name": "South St opp Winthrop Pk", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3828", "links": { @@ -110263,7 +113078,8 @@ "longitude": -70.986736, "name": "South St opp Main St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3829", "links": { @@ -110301,7 +113117,8 @@ "longitude": -71.085185, "name": "Blue Hill Ave @ Ellington St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "383", "links": { @@ -110339,7 +113156,8 @@ "longitude": -70.985646, "name": "South St opp Arnold St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3830", "links": { @@ -110377,7 +113195,8 @@ "longitude": -70.98392, "name": "South St @ Southern Artery", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3831", "links": { @@ -110415,7 +113234,8 @@ "longitude": -70.98404, "name": "Southern Artery opp Presidential Dr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "38331", "links": { @@ -110453,7 +113273,8 @@ "longitude": -70.983788, "name": "Southern Artery @ Presidential Dr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "38391", "links": { @@ -110491,7 +113312,8 @@ "longitude": -71.08439, "name": "Blue Hill Ave @ Pasadena Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "384", "links": { @@ -110529,7 +113351,8 @@ "longitude": -70.984011, "name": "South St @ Southern Artery", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3841", "links": { @@ -110567,7 +113390,8 @@ "longitude": -70.985376, "name": "South St @ Arnold St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "38411", "links": { @@ -110605,7 +113429,8 @@ "longitude": -70.9868, "name": "South St @ Main St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3842", "links": { @@ -110643,7 +113468,8 @@ "longitude": -70.98963, "name": "South St @ Winthrop Pk", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3843", "links": { @@ -110681,7 +113507,8 @@ "longitude": -70.991599, "name": "South St opp Keating St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3844", "links": { @@ -110719,7 +113546,8 @@ "longitude": -70.994047, "name": "Scammell St @ Dysart St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3845", "links": { @@ -110757,7 +113585,8 @@ "longitude": -71.003478, "name": "Franklin St opp Pearl St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3846", "links": { @@ -110795,7 +113624,8 @@ "longitude": -71.003419, "name": "Franklin St @ Presidents Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3848", "links": { @@ -110833,7 +113663,8 @@ "longitude": -71.002967, "name": "Franklin St opp Trescott St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "38481", "links": { @@ -110871,7 +113702,8 @@ "longitude": -71.001285, "name": "Franklin St @ High St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "38482", "links": { @@ -110909,7 +113741,8 @@ "longitude": -70.999602, "name": "Franklin St @ Norman Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "38483", "links": { @@ -110947,7 +113780,8 @@ "longitude": -70.998238, "name": "Franklin St @ HooverAve", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "38484", "links": { @@ -110985,7 +113819,8 @@ "longitude": -70.996654, "name": "Franklin St opp Penns Hill Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "38485", "links": { @@ -111023,7 +113858,8 @@ "longitude": -70.994241, "name": "Commercial St opp John Paul Circle", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "38486", "links": { @@ -111061,7 +113897,8 @@ "longitude": -70.992337, "name": "Commercial St @ Bower Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "38487", "links": { @@ -111099,7 +113936,8 @@ "longitude": -70.989067, "name": "Commercial St opp Erickson St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "38488", "links": { @@ -111137,7 +113975,8 @@ "longitude": -70.988089, "name": "Commercial St @ Elm St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "38489", "links": { @@ -111175,7 +114014,8 @@ "longitude": -71.003972, "name": "Independence Ave @ Goddard St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3849", "links": { @@ -111208,12 +114048,13 @@ { "attributes": { "description": null, - "latitude": 42.22706, + "latitude": 42.226949, "location_type": 0, - "longitude": -70.990699, - "name": "Elm St opp Jay St", + "longitude": -70.99117, + "name": "Elm St @ Bower Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "38490", "links": { @@ -111251,7 +114092,8 @@ "longitude": -70.992802, "name": "Elm St opp Drinkwater Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "38492", "links": { @@ -111289,7 +114131,8 @@ "longitude": -70.996636, "name": "Middle St @ Elm St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "38493", "links": { @@ -111322,12 +114165,13 @@ { "attributes": { "description": null, - "latitude": 42.22191, + "latitude": 42.221458, "location_type": 0, - "longitude": -70.99581, + "longitude": -70.995757, "name": "Middle St @ Myrtle St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "38494", "links": { @@ -111365,7 +114209,8 @@ "longitude": -70.995567, "name": "Middle St @ River St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "38495", "links": { @@ -111403,7 +114248,8 @@ "longitude": -70.994674, "name": "Middle St @ Hunt Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "38496", "links": { @@ -111441,7 +114287,8 @@ "longitude": -70.992352, "name": "233 Middle St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "38497", "links": { @@ -111479,7 +114326,8 @@ "longitude": -70.990871, "name": "Middle St @ Townsend Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "38498", "links": { @@ -111517,7 +114365,8 @@ "longitude": -70.989318, "name": "Middle St @ Totnes Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "38499", "links": { @@ -111555,7 +114404,8 @@ "longitude": -71.08374, "name": "Blue Hill Ave @ Castlegate Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "385", "links": { @@ -111593,7 +114443,8 @@ "longitude": -71.004919, "name": "Independence Ave @ Lawry St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3850", "links": { @@ -111631,7 +114482,8 @@ "longitude": -70.988589, "name": "Union St @ Middle St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "38501", "links": { @@ -111669,7 +114521,8 @@ "longitude": -70.99422, "name": "Union St @ Cleveland Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "38502", "links": { @@ -111707,7 +114560,8 @@ "longitude": -71.00578, "name": "Independence Ave @ Federal Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "3851", "links": { @@ -111745,7 +114599,8 @@ "longitude": -71.006101, "name": "Independence Ave opp Verchild St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3852", "links": { @@ -111792,7 +114647,8 @@ "longitude": -71.005795, "name": "Independence Ave opp Lurton St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3853", "links": { @@ -111830,7 +114686,8 @@ "longitude": -71.005524, "name": "41 Independence Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3854", "links": { @@ -111868,7 +114725,8 @@ "longitude": -71.004983, "name": "Independence Ave @ Centre St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "3855", "links": { @@ -111906,7 +114764,8 @@ "longitude": -71.005107, "name": "Washington St @ Common St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3857", "links": { @@ -111944,7 +114803,8 @@ "longitude": -71.004773, "name": "Washington St opp School St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3858", "links": { @@ -111982,7 +114842,8 @@ "longitude": -71.004128, "name": "Washington St @ Elm St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3859", "links": { @@ -112020,7 +114881,8 @@ "longitude": -71.083162, "name": "Warren St @ Sunderland St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "386", "links": { @@ -112058,7 +114920,8 @@ "longitude": -71.003752, "name": "Washington St opp River St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3860", "links": { @@ -112096,7 +114959,8 @@ "longitude": -71.003327, "name": "Washington St opp Soper House Ln", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3861", "links": { @@ -112134,7 +114998,8 @@ "longitude": -71.003183, "name": "Washington St @ Holllis Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3862", "links": { @@ -112172,7 +115037,8 @@ "longitude": -71.004212, "name": "Washington St @ Montiquot Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3863", "links": { @@ -112210,7 +115076,8 @@ "longitude": -71.004547, "name": "Washington St @ West St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3864", "links": { @@ -112248,7 +115115,8 @@ "longitude": -71.004648, "name": "Washington St @ Robinson Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3865", "links": { @@ -112286,7 +115154,8 @@ "longitude": -71.003667, "name": "Washington St @ Academy St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3866", "links": { @@ -112324,7 +115193,8 @@ "longitude": -71.003733, "name": "Washington St @ Hobart Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3867", "links": { @@ -112362,7 +115232,8 @@ "longitude": -71.001278, "name": "Braintree", "platform_name": "Busway", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "38671", "links": { @@ -112403,7 +115274,8 @@ "longitude": -71.00466, "name": "Washington St opp Gilbert L Bean Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3868", "links": { @@ -112441,7 +115313,8 @@ "longitude": -71.082867, "name": "Warren St @ Intervale St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "387", "links": { @@ -112479,7 +115352,8 @@ "longitude": -71.005144, "name": "Washington St @ Summer St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3870", "links": { @@ -112517,7 +115391,8 @@ "longitude": -71.005182, "name": "Hancock St @ Hall Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3872", "links": { @@ -112555,7 +115430,8 @@ "longitude": -71.005175, "name": "Hancock St @ Hancock Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3873", "links": { @@ -112593,7 +115469,8 @@ "longitude": -71.005366, "name": "Hancock St @ Washington St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3874", "links": { @@ -112631,7 +115508,8 @@ "longitude": -71.006127, "name": "Hancock St @ Smith St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3876", "links": { @@ -112669,7 +115547,8 @@ "longitude": -71.006572, "name": "Hancock St @ Highland Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3877", "links": { @@ -112707,7 +115586,8 @@ "longitude": -71.006902, "name": "355 Hancock St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "38771", "links": { @@ -112745,7 +115625,8 @@ "longitude": -71.007228, "name": "Washington St opp Hancock St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3879", "links": { @@ -112783,7 +115664,8 @@ "longitude": -71.08356, "name": "Warren St @ Gaston St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "388", "links": { @@ -112821,7 +115703,8 @@ "longitude": -71.008626, "name": "Washington St opp Peach St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3881", "links": { @@ -112859,7 +115742,8 @@ "longitude": -71.047245, "name": "Hallet St @ Florian Hall", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "38812", "links": { @@ -112897,7 +115781,8 @@ "longitude": -71.048564, "name": "Keystone Apartments", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "38813", "links": { @@ -112935,7 +115820,8 @@ "longitude": -71.047119, "name": "55 Hallet St opp Florian Hall", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "38814", "links": { @@ -112973,7 +115859,8 @@ "longitude": -71.012718, "name": "Washington St opp Bellevue Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3882", "links": { @@ -113011,7 +115898,8 @@ "longitude": -71.013824, "name": "Washington St opp Massachusetts Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3883", "links": { @@ -113049,7 +115937,8 @@ "longitude": -71.014772, "name": "Washington St @ Plymouth Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3884", "links": { @@ -113087,7 +115976,8 @@ "longitude": -71.014645, "name": "Washington St @ Hillview Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3885", "links": { @@ -113125,7 +116015,8 @@ "longitude": -71.012872, "name": "Washington St @ South St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3887", "links": { @@ -113161,9 +116052,10 @@ "latitude": 42.172496, "location_type": 0, "longitude": -71.010689, - "name": "Washington St @ Olympus Specialty Hospital", + "name": "2015 Washington St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3888", "links": { @@ -113201,7 +116093,8 @@ "longitude": -71.00846, "name": "Washington St @ Roosevelt St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3890", "links": { @@ -113239,7 +116132,8 @@ "longitude": -71.006992, "name": "N Franklin St @ W Division St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "3891", "links": { @@ -113277,7 +116171,8 @@ "longitude": -71.006898, "name": "N Franklin St @ Rose Way", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3892", "links": { @@ -113315,7 +116210,8 @@ "longitude": -71.006941, "name": "N Franklin St opp Damon Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3893", "links": { @@ -113353,7 +116249,8 @@ "longitude": -71.006532, "name": "N Franklin St @ Cedarcrest Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3894", "links": { @@ -113391,7 +116288,8 @@ "longitude": -71.006297, "name": "N Franklin St @ Noonans Lane", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3895", "links": { @@ -113429,7 +116327,8 @@ "longitude": -71.006804, "name": "N Franklin St @ Elm Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3896", "links": { @@ -113467,7 +116366,8 @@ "longitude": -71.008631, "name": "N Franklin St @ Linfield St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3897", "links": { @@ -113505,7 +116405,8 @@ "longitude": -71.082891, "name": "Warren St @ Quincy St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "390", "links": { @@ -113543,7 +116444,8 @@ "longitude": -71.008642, "name": "N Franklin St @ Jewel Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3900", "links": { @@ -113581,7 +116483,8 @@ "longitude": -71.007011, "name": "N Franklin St @ School St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3901", "links": { @@ -113619,7 +116522,8 @@ "longitude": -71.006188, "name": "N Franklin St @ Belcher St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3902", "links": { @@ -113657,7 +116561,8 @@ "longitude": -71.006375, "name": "N Franklin St opp Cedarcrest Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3903", "links": { @@ -113695,7 +116600,8 @@ "longitude": -71.006806, "name": "N Franklin St @ Damon Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3905", "links": { @@ -113733,7 +116639,8 @@ "longitude": -71.006785, "name": "N Franklin St opp Rose Way", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3906", "links": { @@ -113771,7 +116678,8 @@ "longitude": -71.00674, "name": "N Franklin St @ Johns Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3907", "links": { @@ -113809,7 +116717,8 @@ "longitude": -71.008373, "name": "Washington St @ Water St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "39081", "links": { @@ -113845,9 +116754,10 @@ "latitude": 42.172757, "location_type": 0, "longitude": -71.010776, - "name": "Washington St @ Virginia Rd", + "name": "2000 Washington St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3910", "links": { @@ -113885,7 +116795,8 @@ "longitude": -71.013131, "name": "Washington St @ Brewster Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3911", "links": { @@ -113923,7 +116834,8 @@ "longitude": -71.014478, "name": "Washington St @ Arbutus Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3913", "links": { @@ -113961,7 +116873,8 @@ "longitude": -71.013639, "name": "Washington St @ Park Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3915", "links": { @@ -113999,7 +116912,8 @@ "longitude": -71.012756, "name": "Washington St @ Bellevue Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3916", "links": { @@ -114037,7 +116951,8 @@ "longitude": -71.008691, "name": "Washington St @ Peach St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3917", "links": { @@ -114075,7 +116990,8 @@ "longitude": -71.007088, "name": "Washington St opp Braxton St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3918", "links": { @@ -114113,7 +117029,8 @@ "longitude": -71.081788, "name": "Warren St @ Maywood St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "392", "links": { @@ -114151,7 +117068,8 @@ "longitude": -71.006503, "name": "Hancock St opp Highland Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3921", "links": { @@ -114189,7 +117107,8 @@ "longitude": -71.006084, "name": "Hancock St opp Smith St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3922", "links": { @@ -114227,7 +117146,8 @@ "longitude": -71.005134, "name": "Hancock St @ Washington St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3923", "links": { @@ -114265,7 +117185,8 @@ "longitude": -71.005055, "name": "Hancock St opp Hancock Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3925", "links": { @@ -114303,7 +117224,8 @@ "longitude": -71.005039, "name": "Hancock St opp Hall Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3926", "links": { @@ -114341,7 +117263,8 @@ "longitude": -71.004952, "name": "Washington St opp Summer St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3928", "links": { @@ -114379,7 +117302,8 @@ "longitude": -71.08138, "name": "Warren St @ Woodbine St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "393", "links": { @@ -114417,7 +117341,8 @@ "longitude": -71.004448, "name": "Washington St @ Gilbert Bean Dr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3930", "links": { @@ -114455,7 +117380,8 @@ "longitude": -71.003654, "name": "Washington St opp Hobart Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3931", "links": { @@ -114493,7 +117419,8 @@ "longitude": -70.983929, "name": "Southern Artery @ South St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "39321", "links": { @@ -114531,7 +117458,8 @@ "longitude": -71.003525, "name": "Washington St opp Academy St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3933", "links": { @@ -114569,7 +117497,8 @@ "longitude": -71.004498, "name": "Washington St @ Sherbrooke Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3934", "links": { @@ -114607,7 +117536,8 @@ "longitude": -71.004456, "name": "Washington St opp West St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3935", "links": { @@ -114645,7 +117575,8 @@ "longitude": -71.00306, "name": "Washington St @ Clark St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3936", "links": { @@ -114683,7 +117614,8 @@ "longitude": -71.003334, "name": "400 Washington St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3937", "links": { @@ -114721,7 +117653,8 @@ "longitude": -71.003573, "name": "Washington St @ River St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3938", "links": { @@ -114759,7 +117692,8 @@ "longitude": -71.003952, "name": "Washington St @ Elm St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3939", "links": { @@ -114797,7 +117731,8 @@ "longitude": -71.081813, "name": "Warren St @ Waverly St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "394", "links": { @@ -114835,7 +117770,8 @@ "longitude": -71.004589, "name": "Washington St @ School St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3940", "links": { @@ -114873,7 +117809,8 @@ "longitude": -70.983694, "name": "Southern Artery @ South St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "39401", "links": { @@ -114911,7 +117848,8 @@ "longitude": -71.004974, "name": "Washington St @ President Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "3941", "links": { @@ -114949,7 +117887,8 @@ "longitude": -71.004818, "name": "Independence Ave opp Centre St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "3943", "links": { @@ -114987,7 +117926,8 @@ "longitude": -71.00531, "name": "Opp 41 Independence Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3944", "links": { @@ -115025,7 +117965,8 @@ "longitude": -71.005637, "name": "Independence Ave @ Lurton St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3945", "links": { @@ -115063,7 +118004,8 @@ "longitude": -71.005958, "name": "Independence Ave @ Verchild St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3946", "links": { @@ -115110,7 +118052,8 @@ "longitude": -71.005705, "name": "Independence Ave @ Federal Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3947", "links": { @@ -115148,7 +118091,8 @@ "longitude": -71.004535, "name": "Independence Ave @ Bennington St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "3948", "links": { @@ -115186,7 +118130,8 @@ "longitude": -71.00341, "name": "Independence Ave @ Franklin St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3949", "links": { @@ -115224,7 +118169,8 @@ "longitude": -71.082602, "name": "Warren St @ Whiting St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "395", "links": { @@ -115262,7 +118208,8 @@ "longitude": -71.00318, "name": "Franklin St @ Payne St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3950", "links": { @@ -115300,7 +118247,8 @@ "longitude": -71.003273, "name": "Franklin St @ Independence Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "3957", "links": { @@ -115338,7 +118286,8 @@ "longitude": -71.003354, "name": "Franklin St @ Pearl St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3959", "links": { @@ -115376,7 +118325,8 @@ "longitude": -71.083166, "name": "Warren St @ Moreland St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "396", "links": { @@ -115414,7 +118364,8 @@ "longitude": -71.008631, "name": "N Franklin St @ Union St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3966", "links": { @@ -115452,7 +118403,8 @@ "longitude": -71.008544, "name": "S Franklin St opp Norfolk Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3967", "links": { @@ -115490,7 +118442,8 @@ "longitude": -71.001865, "name": "Franklin St @ Richie Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "39671", "links": { @@ -115528,7 +118481,8 @@ "longitude": -71.000664, "name": "Franklin St opp High St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "39672", "links": { @@ -115566,7 +118520,8 @@ "longitude": -70.999344, "name": "Franklin St opp Norman Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "39673", "links": { @@ -115604,7 +118559,8 @@ "longitude": -70.997888, "name": "Franklin St @ Viden Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "39674", "links": { @@ -115642,7 +118598,8 @@ "longitude": -70.996388, "name": "Franklin St @ Penns Hill Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "39675", "links": { @@ -115680,7 +118637,8 @@ "longitude": -70.993987, "name": "Commercial St @ John Paul Circle", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "39676", "links": { @@ -115718,7 +118676,8 @@ "longitude": -70.991773, "name": "Commercial St @ John Paul Circle", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "39677", "links": { @@ -115756,7 +118715,8 @@ "longitude": -70.988794, "name": "Commercial St @ Erickson St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "39678", "links": { @@ -115794,7 +118754,8 @@ "longitude": -70.987743, "name": "Commercial St @ Elm St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "39679", "links": { @@ -115832,7 +118793,8 @@ "longitude": -71.008353, "name": "S Franklin St @ Chandler St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3968", "links": { @@ -115870,7 +118832,8 @@ "longitude": -70.990867, "name": "Elm St @ Jay St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "39681", "links": { @@ -115908,7 +118871,8 @@ "longitude": -70.992946, "name": "Elm St @ Drinkwater Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "39682", "links": { @@ -115946,7 +118910,8 @@ "longitude": -70.99652, "name": "Elm St @ Adams St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "39683", "links": { @@ -115979,12 +118944,13 @@ { "attributes": { "description": null, - "latitude": 42.222112, + "latitude": 42.221617, "location_type": 0, - "longitude": -70.995723, - "name": "Middle St @ Morrison St", + "longitude": -70.995619, + "name": "Middle St opp Myrtle St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "39684", "links": { @@ -116022,7 +118988,8 @@ "longitude": -70.995405, "name": "Middle St @ River St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "39685", "links": { @@ -116060,7 +119027,8 @@ "longitude": -70.994481, "name": "Middle St opp Hunt Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "39686", "links": { @@ -116098,7 +119066,8 @@ "longitude": -70.992967, "name": "Middle St @ Whitter Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "39687", "links": { @@ -116136,7 +119105,8 @@ "longitude": -70.990581, "name": "Middle St @ Marshall St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "39688", "links": { @@ -116174,7 +119144,8 @@ "longitude": -70.989645, "name": "Middle St @ Kew Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "39689", "links": { @@ -116212,7 +119183,8 @@ "longitude": -71.0084, "name": "S Franklin St @ Adams St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3969", "links": { @@ -116250,7 +119222,8 @@ "longitude": -70.988413, "name": "Middle St @ Union St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "39691", "links": { @@ -116288,7 +119261,8 @@ "longitude": -70.994427, "name": "Union St @ Cleveland Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "39692", "links": { @@ -116326,7 +119300,8 @@ "longitude": -70.988424, "name": "Union St @ Middle St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "39693", "links": { @@ -116364,7 +119339,8 @@ "longitude": -70.981789, "name": "Union St opp McCusker Dr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "39694", "links": { @@ -116402,7 +119378,8 @@ "longitude": -70.975802, "name": "Commercial St @ Faxon St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "39695", "links": { @@ -116440,7 +119417,8 @@ "longitude": -70.969954, "name": "Commercial St opp Shaw St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "39696", "links": { @@ -116478,7 +119456,8 @@ "longitude": -71.008733, "name": "S Franklin St @ Technical Park Dr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3970", "links": { @@ -116516,7 +119495,8 @@ "longitude": -71.008729, "name": "261 S Franklin St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "3971", "links": { @@ -116554,7 +119534,8 @@ "longitude": -71.00876, "name": "S Franklin St @ King Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3972", "links": { @@ -116592,7 +119573,8 @@ "longitude": -71.008907, "name": "S Franklin St @ Walsh Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "3973", "links": { @@ -116630,7 +119612,8 @@ "longitude": -71.008107, "name": "S Franklin St @ Dresser Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3975", "links": { @@ -116668,7 +119651,8 @@ "longitude": -71.007216, "name": "S Franklin St @ Hillsdale Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3976", "links": { @@ -116706,7 +119690,8 @@ "longitude": -71.006418, "name": "549 S Franklin St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3977", "links": { @@ -116744,7 +119729,8 @@ "longitude": -71.006692, "name": "S Franklin St opp Quincy St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3978", "links": { @@ -116782,7 +119768,8 @@ "longitude": -71.00752, "name": "S Franklin St @ Laurel Pk", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3979", "links": { @@ -116820,7 +119807,8 @@ "longitude": -71.008253, "name": "716 S Franklin St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3980", "links": { @@ -116858,7 +119846,8 @@ "longitude": -71.008895, "name": "778 S Franklin St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3981", "links": { @@ -116896,7 +119885,8 @@ "longitude": -71.009539, "name": "S Franklin St @ South St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3982", "links": { @@ -116934,7 +119924,8 @@ "longitude": -71.011692, "name": "S Franklin St @ Upland St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3984", "links": { @@ -116972,7 +119963,8 @@ "longitude": -71.012296, "name": "1002 S Franklin St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3985", "links": { @@ -117010,7 +120002,8 @@ "longitude": -71.014033, "name": "S Franklin St @ Hamilton Way", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3986", "links": { @@ -117048,7 +120041,8 @@ "longitude": -71.022045, "name": "Montello", "platform_name": "Spark Street Parking Lot", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "39870", "links": { @@ -117089,7 +120083,8 @@ "longitude": -71.016899, "name": "Howard St @ Lisa Dr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3988", "links": { @@ -117127,7 +120122,8 @@ "longitude": -71.014077, "name": "S Franklin St opp Hamilton Way", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3990", "links": { @@ -117165,7 +120161,8 @@ "longitude": -71.012286, "name": "S Franklin St @ Woodlawn Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3991", "links": { @@ -117203,7 +120200,8 @@ "longitude": -71.011556, "name": "S Franklin St @ Emery St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3992", "links": { @@ -117241,7 +120239,8 @@ "longitude": -71.01023, "name": "S Franklin St @ Linwood St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3994", "links": { @@ -117279,7 +120278,8 @@ "longitude": -71.007153, "name": "Holbrook Court Apartments", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "39941", "links": { @@ -117317,7 +120317,8 @@ "longitude": -71.008903, "name": "S Franklin St @ Diman Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3996", "links": { @@ -117355,7 +120356,8 @@ "longitude": -71.00803, "name": "Opp 716 S Franklin St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3997", "links": { @@ -117393,7 +120395,8 @@ "longitude": -71.007467, "name": "S Franklin St opp Laurel Pk", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3998", "links": { @@ -117431,7 +120434,8 @@ "longitude": -71.006679, "name": "S Franklin St @ Quincy St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "3999", "links": { @@ -117469,7 +120473,8 @@ "longitude": -71.078518, "name": "Washington St @ Lenox St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4", "links": { @@ -117507,7 +120512,8 @@ "longitude": -71.006292, "name": "Opp 549 S Franklin St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4000", "links": { @@ -117545,7 +120551,8 @@ "longitude": -71.083487, "name": "Warren St @ Dabney Pl", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "40001", "links": { @@ -117583,7 +120590,8 @@ "longitude": -71.006985, "name": "S Franklin St opp Hillsdale Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4001", "links": { @@ -117621,7 +120629,8 @@ "longitude": -71.007913, "name": "S Franklin St @ Dresser Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4002", "links": { @@ -117659,7 +120668,8 @@ "longitude": -71.008754, "name": "S Franklin St opp Walsh Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4003", "links": { @@ -117697,7 +120707,8 @@ "longitude": -71.008651, "name": "S Franklin St opp King Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4004", "links": { @@ -117735,7 +120746,8 @@ "longitude": -71.008428, "name": "S Franklin St @ Holbrook HS", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "4006", "links": { @@ -117773,7 +120785,8 @@ "longitude": -71.008309, "name": "S Franklin St opp Adams St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4007", "links": { @@ -117811,7 +120824,8 @@ "longitude": -71.008218, "name": "S Franklin St opp Chandler St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4008", "links": { @@ -117849,7 +120863,8 @@ "longitude": -71.008282, "name": "S Franklin St @ Holbrook Park", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4009", "links": { @@ -117887,7 +120902,8 @@ "longitude": -71.082883, "name": "Warren St @ Walnut Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "401", "links": { @@ -117925,7 +120941,8 @@ "longitude": -71.008474, "name": "S Franklin St @ Plymouth St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4010", "links": { @@ -117963,7 +120980,8 @@ "longitude": -71.008477, "name": "Franklin St @ Taylor St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4011", "links": { @@ -118001,7 +121019,8 @@ "longitude": -71.010762, "name": "Franklin St @ Marshfield Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4012", "links": { @@ -118039,7 +121058,8 @@ "longitude": -71.012413, "name": "Franklin St @ Elmwood Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4013", "links": { @@ -118077,7 +121097,8 @@ "longitude": -71.013954, "name": "Franklin St @ Hollingsworth Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4014", "links": { @@ -118115,7 +121136,8 @@ "longitude": -71.016069, "name": "Franklin St @ Reed Hill Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4015", "links": { @@ -118153,7 +121175,8 @@ "longitude": -71.019227, "name": "Franklin St @ West St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4016", "links": { @@ -118191,7 +121214,8 @@ "longitude": -71.020193, "name": "Granite St @ West St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4017", "links": { @@ -118229,7 +121253,8 @@ "longitude": -71.023648, "name": "S Shore Plaza @ Garage", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4019", "links": { @@ -118267,7 +121292,8 @@ "longitude": -71.022573, "name": "S Shore Mall Rd @ Travelers Ins.", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4020", "links": { @@ -118305,7 +121331,8 @@ "longitude": -71.023141, "name": "Granite St @ Davis Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4023", "links": { @@ -118343,7 +121370,8 @@ "longitude": -71.019834, "name": "Granite St @ West St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4024", "links": { @@ -118381,7 +121409,8 @@ "longitude": -71.019194, "name": "Franklin St @ Granite St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4025", "links": { @@ -118419,7 +121448,8 @@ "longitude": -71.016334, "name": "Franklin St opp Reed Hill Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4026", "links": { @@ -118457,7 +121487,8 @@ "longitude": -71.014388, "name": "Franklin St opp Hollingsworth Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4027", "links": { @@ -118495,7 +121526,8 @@ "longitude": -71.012671, "name": "Franklin St opp Elmwood Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4028", "links": { @@ -118533,7 +121565,8 @@ "longitude": -71.01102, "name": "Franklin St @ Marshfield Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4029", "links": { @@ -118571,7 +121604,8 @@ "longitude": -71.009223, "name": "Franklin St @ Safford St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4030", "links": { @@ -118609,7 +121643,8 @@ "longitude": -71.007314, "name": "Franklin St @ Washington St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4031", "links": { @@ -118647,7 +121682,8 @@ "longitude": -71.01977, "name": "579 Granite St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4032", "links": { @@ -118685,7 +121721,8 @@ "longitude": -71.022074, "name": "738 Granite St opp Town St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4034", "links": { @@ -118723,7 +121760,8 @@ "longitude": -71.024, "name": "Granite St @ Lundquist Dr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4035", "links": { @@ -118761,7 +121799,8 @@ "longitude": -71.025932, "name": "Granite St @ King Hill Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "4036", "links": { @@ -118799,7 +121838,8 @@ "longitude": -71.027666, "name": "Pond St @ Margaret Dr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4037", "links": { @@ -118837,7 +121877,8 @@ "longitude": -71.027997, "name": "531 Pond St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "4038", "links": { @@ -118875,7 +121916,8 @@ "longitude": -71.028437, "name": "Pond St @ Rocsam Park Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4039", "links": { @@ -118913,7 +121955,8 @@ "longitude": -71.082102, "name": "Warren St opp Waverly St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "404", "links": { @@ -118951,7 +121994,8 @@ "longitude": -71.029853, "name": "North St @ Maitland Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4040", "links": { @@ -118989,7 +122033,8 @@ "longitude": -71.029915, "name": "North St @ Broad St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4042", "links": { @@ -119027,7 +122072,8 @@ "longitude": -71.029537, "name": "North St @ Oak St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4043", "links": { @@ -119065,7 +122111,8 @@ "longitude": -71.028259, "name": "North St @ Scannel Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4044", "links": { @@ -119103,7 +122150,8 @@ "longitude": -71.029679, "name": "North St @ Pictun Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4046", "links": { @@ -119141,7 +122189,8 @@ "longitude": -71.030944, "name": "North St @ McDevitt Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4047", "links": { @@ -119179,7 +122228,8 @@ "longitude": -71.033227, "name": "North St @ Dyer Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4049", "links": { @@ -119217,7 +122267,8 @@ "longitude": -71.081628, "name": "Warren St opp Woodbine St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "405", "links": { @@ -119255,7 +122306,8 @@ "longitude": -71.034601, "name": "North St @ Truman Dr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4050", "links": { @@ -119293,7 +122345,8 @@ "longitude": -71.03491, "name": "North St @ Liberty St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4051", "links": { @@ -119331,7 +122384,8 @@ "longitude": -71.034931, "name": "320 North St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 2 }, "id": "4053", "links": { @@ -119369,7 +122423,8 @@ "longitude": -71.035376, "name": "North St opp Seton Way", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4054", "links": { @@ -119407,7 +122462,8 @@ "longitude": -71.036508, "name": "168 North St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4055", "links": { @@ -119445,7 +122501,8 @@ "longitude": -71.03837, "name": "North St @ Cottage St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4056", "links": { @@ -119483,7 +122540,8 @@ "longitude": -71.040267, "name": "North St @ Short St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4057", "links": { @@ -119521,7 +122579,8 @@ "longitude": -71.041089, "name": "North St @ N Main St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4058", "links": { @@ -119559,7 +122618,8 @@ "longitude": -71.08212, "name": "Warren St @ ML King Blvd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "406", "links": { @@ -119597,7 +122657,8 @@ "longitude": -71.038501, "name": "North St @ Mill St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4061", "links": { @@ -119635,7 +122696,8 @@ "longitude": -71.213844, "name": "67 Washington St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "40618", "links": { @@ -119673,7 +122735,8 @@ "longitude": -71.186975, "name": "Washington St @ Hooper St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "40619", "links": { @@ -119711,7 +122774,8 @@ "longitude": -71.035552, "name": "North St @ Seton Way", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4062", "links": { @@ -119749,7 +122813,8 @@ "longitude": -71.039387, "name": "81 North St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4063", "links": { @@ -119787,7 +122852,8 @@ "longitude": -71.036517, "name": "203 North St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4064", "links": { @@ -119825,7 +122891,8 @@ "longitude": -71.034854, "name": "North St @ Cochato Pk", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4065", "links": { @@ -119863,7 +122930,8 @@ "longitude": -71.034781, "name": "327 North St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4066", "links": { @@ -119901,7 +122969,8 @@ "longitude": -71.033384, "name": "455 North St opp Dyer Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4069", "links": { @@ -119939,7 +123008,8 @@ "longitude": -71.083032, "name": "Warren St @ Townsend St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "407", "links": { @@ -119977,7 +123047,8 @@ "longitude": -71.030786, "name": "North St @ Teed Dr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4071", "links": { @@ -120015,7 +123086,8 @@ "longitude": -71.029401, "name": "North St @ Canessa St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4072", "links": { @@ -120053,7 +123125,8 @@ "longitude": -71.028109, "name": "North St opp Scannel Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4074", "links": { @@ -120091,7 +123164,8 @@ "longitude": -71.029237, "name": "North St @ Randolph Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 2 }, "id": "4075", "links": { @@ -120129,7 +123203,8 @@ "longitude": -71.029746, "name": "North St opp Broad St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4076", "links": { @@ -120167,7 +123242,8 @@ "longitude": -71.029647, "name": "North St opp Maitland Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4078", "links": { @@ -120205,7 +123281,8 @@ "longitude": -71.028438, "name": "Pond St @ Ida Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4079", "links": { @@ -120243,7 +123320,8 @@ "longitude": -71.028199, "name": "536 Pond St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4080", "links": { @@ -120281,7 +123359,8 @@ "longitude": -71.027616, "name": "Pond St opp Margaret Dr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4081", "links": { @@ -120319,7 +123398,8 @@ "longitude": -71.025935, "name": "Granite St @ Pond St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "4082", "links": { @@ -120357,7 +123437,8 @@ "longitude": -71.023968, "name": "Granite St @ Emerald Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4083", "links": { @@ -120395,7 +123476,8 @@ "longitude": -71.022107, "name": "Granite St @ Town St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4084", "links": { @@ -120433,7 +123515,8 @@ "longitude": -71.020729, "name": "Granite St @ Andersen Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4085", "links": { @@ -120471,7 +123554,8 @@ "longitude": -71.019635, "name": "Granite St opp Peterson Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4086", "links": { @@ -120509,7 +123593,8 @@ "longitude": -71.031754, "name": "Granite St @ Braintree Hill Pk", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4087", "links": { @@ -120547,7 +123632,8 @@ "longitude": -71.031316, "name": "Opp 859 Willard St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4088", "links": { @@ -120585,7 +123671,8 @@ "longitude": -71.030926, "name": "Willard St @ Thistle Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4089", "links": { @@ -120623,7 +123710,8 @@ "longitude": -71.0285, "name": "Willard St @ Ames St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4092", "links": { @@ -120661,7 +123749,8 @@ "longitude": -71.028307, "name": "West St @ Willard St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4093", "links": { @@ -120699,7 +123788,8 @@ "longitude": -71.025834, "name": "West St @ Trask Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4094", "links": { @@ -120737,7 +123827,8 @@ "longitude": -71.025399, "name": "West St opp Hayden St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "4095", "links": { @@ -120775,7 +123866,8 @@ "longitude": -71.025287, "name": "West St @ Doble St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4096", "links": { @@ -120813,7 +123905,8 @@ "longitude": -71.024105, "name": "West St @ Sullivan Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "4097", "links": { @@ -120851,7 +123944,8 @@ "longitude": -71.023124, "name": "West St @ Hynes Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4098", "links": { @@ -120889,7 +123983,8 @@ "longitude": -71.021417, "name": "West St @ Centre St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4099", "links": { @@ -120927,7 +124022,8 @@ "longitude": -71.035628, "name": "E Broadway @ L St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "41", "links": { @@ -120965,7 +124061,8 @@ "longitude": -71.083653, "name": "Warren St @ Waumbeck St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "410", "links": { @@ -121003,7 +124100,8 @@ "longitude": -71.019643, "name": "Centre St @ McDonald St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4100", "links": { @@ -121041,7 +124139,8 @@ "longitude": -71.016616, "name": "Centre St @ Bartlett St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4101", "links": { @@ -121079,7 +124178,8 @@ "longitude": -71.015132, "name": "Centre St @ Albertina St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4102", "links": { @@ -121117,7 +124217,8 @@ "longitude": -71.013608, "name": "Centre St @ Intervale St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4103", "links": { @@ -121155,7 +124256,8 @@ "longitude": -71.007244, "name": "Quincy Adams", "platform_name": "Busway", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "41031", "links": { @@ -121196,7 +124298,8 @@ "longitude": -71.011882, "name": "Centre St @ Liberty St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "41032", "links": { @@ -121234,7 +124337,8 @@ "longitude": -71.010995, "name": "Centre St @ Crown Colony Dr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "41033", "links": { @@ -121272,7 +124376,8 @@ "longitude": -71.011635, "name": "Centre St @ Liberty St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "41035", "links": { @@ -121310,7 +124415,8 @@ "longitude": -71.082984, "name": "Warren St @ Brunswick St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "411", "links": { @@ -121348,7 +124454,8 @@ "longitude": -71.045472, "name": "250 Mt Vernon St @ Geiger Gibson Health Center", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "41111", "links": { @@ -121386,7 +124493,8 @@ "longitude": -71.1048, "name": "Washington St @ Green St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "41187", "links": { @@ -121424,7 +124532,8 @@ "longitude": -71.083262, "name": "Warren St @ Crawford St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "412", "links": { @@ -121462,7 +124571,8 @@ "longitude": -71.08442, "name": "Blue Hill Ave @ Wayne St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "413", "links": { @@ -121500,7 +124610,8 @@ "longitude": -71.073275, "name": "Central Ave @ Central Ave Station", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4134", "links": { @@ -121555,7 +124666,8 @@ "longitude": -71.074169, "name": "Central Ave @ Maple St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "4136", "links": { @@ -121593,7 +124705,8 @@ "longitude": -71.075912, "name": "Central Ave opp Griggs Ln", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4137", "links": { @@ -121631,7 +124744,8 @@ "longitude": -71.077174, "name": "Central Ave @ Valley Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4138", "links": { @@ -121669,7 +124783,8 @@ "longitude": -71.078289, "name": "Central Ave @ Columbine Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4139", "links": { @@ -121707,7 +124822,8 @@ "longitude": -71.088908, "name": "Huntington Ave @ Opera Pl", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "41391", "links": { @@ -121754,7 +124870,8 @@ "longitude": -71.084754, "name": "Blue Hill Ave @ Seaver St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "414", "links": { @@ -121792,7 +124909,8 @@ "longitude": -71.079584, "name": "Central Ave @ Hinckley Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4140", "links": { @@ -121830,7 +124948,8 @@ "longitude": -71.080725, "name": "Central Ave @ Allerton Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4141", "links": { @@ -121868,7 +124987,8 @@ "longitude": -71.080881, "name": "Central Ave @ Rustlewood Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4142", "links": { @@ -121906,7 +125026,8 @@ "longitude": -71.081173, "name": "Central Ave @ Brook Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4143", "links": { @@ -121944,7 +125065,8 @@ "longitude": -71.081128, "name": "Reedsdale Rd @ Central Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4144", "links": { @@ -121982,7 +125104,8 @@ "longitude": -71.078941, "name": "Reedsdale Rd @ Walnut St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4145", "links": { @@ -122020,7 +125143,8 @@ "longitude": -71.077407, "name": "Reedsdale Rd @ Canton Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4146", "links": { @@ -122056,9 +125180,10 @@ "latitude": 42.252277, "location_type": 0, "longitude": -71.075258, - "name": "Opp 202 Reedsdale Rd @ MIlton Hospital", + "name": "Opp 202 Reedsdale Rd @ Milton Hospital", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4147", "links": { @@ -122096,7 +125221,8 @@ "longitude": -71.073788, "name": "Reedsdale Rd @ Spafford Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4149", "links": { @@ -122134,7 +125260,8 @@ "longitude": -71.08537, "name": "Blue Hill Ave @ Franklin Park Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "415", "links": { @@ -122172,7 +125299,8 @@ "longitude": -71.071331, "name": "Reedsdale Rd @ Clifton Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4152", "links": { @@ -122210,7 +125338,8 @@ "longitude": -71.069317, "name": "Randolph Ave @ Reedsdale Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4153", "links": { @@ -122248,7 +125377,8 @@ "longitude": -71.069445, "name": "Randolph Ave opp Pleasant St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4154", "links": { @@ -122286,7 +125416,8 @@ "longitude": -71.069525, "name": "Randolph Ave @ Reed St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4155", "links": { @@ -122324,7 +125455,8 @@ "longitude": -71.069575, "name": "Randolph Ave @ Highland St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4156", "links": { @@ -122362,7 +125494,8 @@ "longitude": -71.069675, "name": "Randolph Ave @ Hallen Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4157", "links": { @@ -122400,7 +125533,8 @@ "longitude": -71.069805, "name": "Randolph Ave opp Ridgewood Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4158", "links": { @@ -122438,7 +125572,8 @@ "longitude": -71.070002, "name": "Randolph Ave opp Nahanton Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4159", "links": { @@ -122476,7 +125611,8 @@ "longitude": -71.085964, "name": "Blue Hill Ave opp McLellan St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "416", "links": { @@ -122514,7 +125650,8 @@ "longitude": -71.070883, "name": "Randolph Ave opp Hilltop St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4160", "links": { @@ -122552,7 +125689,8 @@ "longitude": -71.071147, "name": "Randolph Ave @ Hillside St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4161", "links": { @@ -122590,7 +125728,8 @@ "longitude": -71.215108, "name": "Washington St @ Mansion Dr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "41618", "links": { @@ -122628,7 +125767,8 @@ "longitude": -71.071136, "name": "Randolph Ave opp Eager Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4162", "links": { @@ -122666,7 +125806,8 @@ "longitude": -71.070983, "name": "Randolph Ave @ Susi Ln", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4163", "links": { @@ -122704,7 +125845,8 @@ "longitude": -71.070762, "name": "Randolph Ave @ Chickataubut Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4164", "links": { @@ -122742,7 +125884,8 @@ "longitude": -71.06285, "name": "N Main St @ Scanlon Dr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4165", "links": { @@ -122780,7 +125923,8 @@ "longitude": -71.061665, "name": "N Main St @ Soren St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4166", "links": { @@ -122818,7 +125962,8 @@ "longitude": -71.061267, "name": "N Main St @ Hills St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4167", "links": { @@ -122856,7 +126001,8 @@ "longitude": -71.060912, "name": "N Main St @ Stacy St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4168", "links": { @@ -122894,7 +126040,8 @@ "longitude": -71.18329, "name": "Cambridge Rd @ Pheasant Ridge Apts", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "41686", "links": { @@ -122932,7 +126079,8 @@ "longitude": -71.060265, "name": "N Main St @ Royal St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4169", "links": { @@ -122970,7 +126118,8 @@ "longitude": -71.194221, "name": "82 Cambridge St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "41692", "links": { @@ -123008,7 +126157,8 @@ "longitude": -71.194079, "name": "Cambridge St @ Rita Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "41693", "links": { @@ -123046,7 +126196,8 @@ "longitude": -71.087228, "name": "Blue Hill Ave @ American Legion Hwy", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "417", "links": { @@ -123084,7 +126235,8 @@ "longitude": -71.059514, "name": "N Main St @ Reed St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4171", "links": { @@ -123122,7 +126274,8 @@ "longitude": -71.05921, "name": "1034 N Main St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4172", "links": { @@ -123160,7 +126313,8 @@ "longitude": -71.058144, "name": "N Main St @ Intervale Terr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4173", "links": { @@ -123198,7 +126352,8 @@ "longitude": -71.057238, "name": "N Main St @ Gordon St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4174", "links": { @@ -123236,7 +126391,8 @@ "longitude": -71.055272, "name": "N Main St @ Chestnut St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4175", "links": { @@ -123274,7 +126430,8 @@ "longitude": -71.053734, "name": "N Main St opp Francis Dr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4177", "links": { @@ -123312,7 +126469,8 @@ "longitude": -71.052146, "name": "Opp 721 N Main St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 2 }, "id": "4179", "links": { @@ -123350,7 +126508,8 @@ "longitude": -71.050957, "name": "Opp 641 N Main St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4180", "links": { @@ -123388,7 +126547,8 @@ "longitude": -71.049704, "name": "564 N Main St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4181", "links": { @@ -123426,7 +126586,8 @@ "longitude": -71.04854, "name": "N Main St @ Grove St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4182", "links": { @@ -123464,7 +126625,8 @@ "longitude": -71.047866, "name": "N Main St @ Jasper Ln", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4183", "links": { @@ -123502,7 +126664,8 @@ "longitude": -71.138095, "name": "Lee St @ Warren St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "41835", "links": { @@ -123540,7 +126703,8 @@ "longitude": -71.15539, "name": "Independence Dr @ Gerry Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "41836", "links": { @@ -123578,7 +126742,8 @@ "longitude": -71.168567, "name": "LaGrange St @ Brookfarm Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "41839", "links": { @@ -123616,7 +126781,8 @@ "longitude": -71.047296, "name": "N Main St @ Wales Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4184", "links": { @@ -123654,7 +126820,8 @@ "longitude": -71.046564, "name": "N Main St opp Roel St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4185", "links": { @@ -123692,7 +126859,8 @@ "longitude": -71.234965, "name": "Highland Ave @ Rosemary St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "41852", "links": { @@ -123730,7 +126898,8 @@ "longitude": -71.045626, "name": "N Main St @ West St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4186", "links": { @@ -123768,7 +126937,8 @@ "longitude": -71.044974, "name": "307 N Main St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4187", "links": { @@ -123806,7 +126976,8 @@ "longitude": -71.044223, "name": "N Main St @ Depot St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4188", "links": { @@ -123844,7 +127015,8 @@ "longitude": -71.099677, "name": "326 Mystic Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "41883", "links": { @@ -123882,7 +127054,8 @@ "longitude": -71.043483, "name": "N Main St @ Warren St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4189", "links": { @@ -123920,7 +127093,8 @@ "longitude": -71.087913, "name": "Blue Hill Ave @ Angell St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "419", "links": { @@ -123958,7 +127132,8 @@ "longitude": -71.042818, "name": "N Main St @ DiAuto Dr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4190", "links": { @@ -123996,7 +127171,8 @@ "longitude": -71.042345, "name": "N Main St opp Short St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4191", "links": { @@ -124034,7 +127210,8 @@ "longitude": -71.146308, "name": "Newton St @ Grove St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "41916", "links": { @@ -124072,7 +127249,8 @@ "longitude": -71.069218, "name": "Randolph Ave @ Pleasant St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4193", "links": { @@ -124110,7 +127288,8 @@ "longitude": -71.069112, "name": "Randolph Ave @ Reedsdale Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4194", "links": { @@ -124148,7 +127327,8 @@ "longitude": -71.071231, "name": "Reedsdale Rd opp Clifton Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4195", "links": { @@ -124186,7 +127366,8 @@ "longitude": -71.07344, "name": "Reedsdale Rd @ Meredith Cir", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4198", "links": { @@ -124224,7 +127405,8 @@ "longitude": -71.037312, "name": "E Broadway @ K St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "42", "links": { @@ -124262,7 +127444,8 @@ "longitude": -71.085853, "name": "Talbot Ave opp Nightingale St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "420", "links": { @@ -124300,7 +127483,8 @@ "longitude": -71.075599, "name": "184 Reedsdale Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4200", "links": { @@ -124338,7 +127522,8 @@ "longitude": -71.076854, "name": "Reedsdale Rd @ Academy Lane", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4201", "links": { @@ -124376,7 +127561,8 @@ "longitude": -71.078755, "name": "Reedsdale Rd @ Walnut St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4202", "links": { @@ -124414,7 +127600,8 @@ "longitude": -71.080961, "name": "Reedsdale Rd @ Brook Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4203", "links": { @@ -124452,7 +127639,8 @@ "longitude": -71.080797, "name": "Central Ave opp Rustlewood Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4204", "links": { @@ -124490,7 +127678,8 @@ "longitude": -71.080649, "name": "324 Central Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4205", "links": { @@ -124528,7 +127717,8 @@ "longitude": -71.079559, "name": "Central Ave opp Hinckley Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4206", "links": { @@ -124566,7 +127756,8 @@ "longitude": -71.078297, "name": "Central Ave @ Columbine Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4207", "links": { @@ -124604,7 +127795,8 @@ "longitude": -71.077183, "name": "Central Ave @ Valley Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4208", "links": { @@ -124642,7 +127834,8 @@ "longitude": -71.075979, "name": "Central Ave @ Griggs Ln", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4209", "links": { @@ -124680,7 +127873,8 @@ "longitude": -71.082315, "name": "Talbot Ave opp Kerwin St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "421", "links": { @@ -124718,7 +127912,8 @@ "longitude": -71.041975, "name": "Opp 32 S Main St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4214", "links": { @@ -124756,7 +127951,8 @@ "longitude": -71.043111, "name": "S Main St @ Elgin Court", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4215", "links": { @@ -124794,7 +127990,8 @@ "longitude": -71.0435, "name": "S Main St @ Woodlawn St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4216", "links": { @@ -124832,7 +128029,8 @@ "longitude": -71.044146, "name": "S Main St @ Fairview Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4217", "links": { @@ -124870,7 +128068,8 @@ "longitude": -71.04454, "name": "S Main St @ Fairmount St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4218", "links": { @@ -124908,7 +128107,8 @@ "longitude": -71.04504, "name": "S Main St @ Cole Terr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4219", "links": { @@ -124946,7 +128146,8 @@ "longitude": -71.079788, "name": "Talbot Ave @ Bernard St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "422", "links": { @@ -124984,7 +128185,8 @@ "longitude": -71.045175, "name": "S Main St @ Fitch Terr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4220", "links": { @@ -125020,9 +128222,10 @@ "latitude": 42.151808, "location_type": 0, "longitude": -71.044611, - "name": "309 S Main opp Rtichard Rd", + "name": "309 S Main opp Richard Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4221", "links": { @@ -125060,7 +128263,8 @@ "longitude": -71.04427, "name": "S Main St @ Stoughton St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4222", "links": { @@ -125098,7 +128302,8 @@ "longitude": -71.043244, "name": "S Main St @ Selwyn Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4223", "links": { @@ -125136,7 +128341,8 @@ "longitude": -71.04208, "name": "Opp 530 S Main St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4224", "links": { @@ -125174,7 +128380,8 @@ "longitude": -71.041694, "name": "S Main St opp Centre St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4225", "links": { @@ -125212,7 +128419,8 @@ "longitude": -71.040927, "name": "625 S Main St opp Frederickson Dr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4227", "links": { @@ -125250,7 +128458,8 @@ "longitude": -71.040245, "name": "701 S Main St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4228", "links": { @@ -125288,7 +128497,8 @@ "longitude": -71.040192, "name": "N Main St @ Langley Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4229", "links": { @@ -125326,7 +128536,8 @@ "longitude": -71.077992, "name": "Talbot Ave @ Talbot Station", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "423", "links": { @@ -125373,7 +128584,8 @@ "longitude": -71.039778, "name": "Main St opp Demarco Park", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4230", "links": { @@ -125411,7 +128623,8 @@ "longitude": -71.040198, "name": "E Main St @ W Main St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4232", "links": { @@ -125449,7 +128662,8 @@ "longitude": -71.039789, "name": "E Main St @ E High St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4233", "links": { @@ -125487,7 +128701,8 @@ "longitude": -71.039848, "name": "40 N Main St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4234", "links": { @@ -125525,7 +128740,8 @@ "longitude": -71.04001, "name": "S Main St @ Acorn Dr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "4235", "links": { @@ -125563,7 +128779,8 @@ "longitude": -71.039951, "name": "702 S Main St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4236", "links": { @@ -125601,7 +128818,8 @@ "longitude": -71.040466, "name": "S Main St @ Karen Dr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4237", "links": { @@ -125639,7 +128857,8 @@ "longitude": -71.040663, "name": "S Main St @ Frederickson Dr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4238", "links": { @@ -125677,7 +128896,8 @@ "longitude": -71.04113, "name": "S Main St @ Woodlawn Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4239", "links": { @@ -125715,7 +128935,8 @@ "longitude": -71.074625, "name": "Talbot Ave @ Colonial Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "424", "links": { @@ -125753,7 +128974,8 @@ "longitude": -71.041408, "name": "S Main St @ Centre St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4240", "links": { @@ -125791,7 +129013,8 @@ "longitude": -71.041822, "name": "498 S Main St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4241", "links": { @@ -125829,7 +129052,8 @@ "longitude": -71.042987, "name": "S Main St opp Selwyn Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4242", "links": { @@ -125867,7 +129091,8 @@ "longitude": -71.043952, "name": "S Main St @ Woodland Pkwy", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4243", "links": { @@ -125905,7 +129130,8 @@ "longitude": -71.044329, "name": "S Main St @ Richard Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "42430", "links": { @@ -125943,7 +129169,8 @@ "longitude": -71.044939, "name": "S Main St opp Fitch Terr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4244", "links": { @@ -125981,7 +129208,8 @@ "longitude": -71.044887, "name": "S Main St opp Cole Terr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4245", "links": { @@ -126019,7 +129247,8 @@ "longitude": -71.044634, "name": "S Main St opp Martin Terr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4246", "links": { @@ -126057,7 +129286,8 @@ "longitude": -71.044003, "name": "S Main St @ Darrell Dr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4247", "links": { @@ -126095,7 +129325,8 @@ "longitude": -71.043369, "name": "S Main St @ Van Beal Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4248", "links": { @@ -126133,7 +129364,8 @@ "longitude": -71.042923, "name": "S Main St @ Maple St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4249", "links": { @@ -126171,7 +129403,8 @@ "longitude": -71.072345, "name": "Talbot Ave @ Norfolk St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "425", "links": { @@ -126209,7 +129442,8 @@ "longitude": -71.041785, "name": "32 S Main St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4250", "links": { @@ -126247,7 +129481,8 @@ "longitude": -71.04038, "name": "Union St @ South St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4252", "links": { @@ -126285,7 +129520,8 @@ "longitude": -71.033456, "name": "Union St opp Prospect Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4253", "links": { @@ -126323,7 +129559,8 @@ "longitude": -71.029729, "name": "Union St @ Fencourt Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4254", "links": { @@ -126361,7 +129598,8 @@ "longitude": -71.027714, "name": "Holbrook/Randolph", "platform_name": "West Parking Lot", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4255", "links": { @@ -126402,7 +129640,8 @@ "longitude": -71.02939, "name": "316 Union St opp Fencourt Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4256", "links": { @@ -126440,7 +129679,8 @@ "longitude": -71.033183, "name": "Union St @ Prospect Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4257", "links": { @@ -126478,7 +129718,8 @@ "longitude": -71.040036, "name": "Union St @ Howard St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4258", "links": { @@ -126516,7 +129757,8 @@ "longitude": -71.069975, "name": "Talbot Ave @ Lithgow St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "426", "links": { @@ -126554,7 +129796,8 @@ "longitude": -71.216913, "name": "Washington St @ Rhoades Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "42618", "links": { @@ -126592,7 +129835,8 @@ "longitude": -71.041184, "name": "North St @ Union St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4275", "links": { @@ -126630,7 +129874,8 @@ "longitude": -71.04184, "name": "N Main St opp Memorial Pkwy", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4277", "links": { @@ -126668,7 +129913,8 @@ "longitude": -71.043162, "name": "N Main St opp Warren St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4278", "links": { @@ -126706,7 +129952,8 @@ "longitude": -71.044045, "name": "N Main St @ Credit Union Way", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4279", "links": { @@ -126744,7 +129991,8 @@ "longitude": -71.066708, "name": "Talbot Ave @ Welles Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "428", "links": { @@ -126782,7 +130030,8 @@ "longitude": -71.044952, "name": "N Main St @ Pleasant St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4280", "links": { @@ -126820,7 +130069,8 @@ "longitude": -71.045562, "name": "N Main St @ Park St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4281", "links": { @@ -126858,7 +130108,8 @@ "longitude": -71.131842, "name": "Hyde Park Ave @ Milton St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "42818", "links": { @@ -126896,7 +130147,8 @@ "longitude": -71.132696, "name": "Hyde Park Ave @ Wolcott Square", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "42819", "links": { @@ -126939,7 +130191,8 @@ "longitude": -71.046259, "name": "N Main St @ Roel St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4282", "links": { @@ -126977,7 +130230,8 @@ "longitude": -71.131891, "name": "Neponset Valley Pkwy @ Westinghouse Plaza", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "42820", "links": { @@ -127015,7 +130269,8 @@ "longitude": -71.04697, "name": "N Main St @ Mt Pleasant Sq", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4283", "links": { @@ -127053,7 +130308,8 @@ "longitude": -71.047775, "name": "N Main St @ School Ln", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4284", "links": { @@ -127091,7 +130347,8 @@ "longitude": -71.048469, "name": "N Main St @ Liberty St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4285", "links": { @@ -127129,7 +130386,8 @@ "longitude": -71.049275, "name": "571 N Main St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4286", "links": { @@ -127167,7 +130425,8 @@ "longitude": -71.080039, "name": "Mystic Ave @ Plaza Entrance - Home Depot", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "42876", "links": { @@ -127205,7 +130464,8 @@ "longitude": -71.050599, "name": "641 N Main St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4288", "links": { @@ -127238,12 +130498,13 @@ { "attributes": { "description": null, - "latitude": 42.405329, + "latitude": 42.405778, "location_type": 0, - "longitude": -71.101094, + "longitude": -71.101494, "name": "Mystic Ave opp Bonner Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "42883", "links": { @@ -127281,7 +130542,8 @@ "longitude": -71.105622, "name": "Mystic Ave @ Hancock St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "42885", "links": { @@ -127319,7 +130581,8 @@ "longitude": -71.051837, "name": "721 N Main St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4289", "links": { @@ -127357,7 +130620,8 @@ "longitude": -71.053376, "name": "N Main St @ Francis Dr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4290", "links": { @@ -127395,7 +130659,8 @@ "longitude": -71.054721, "name": "N Main St @ Oak St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4291", "links": { @@ -127433,7 +130698,8 @@ "longitude": -71.056582, "name": "901 N Main St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4292", "links": { @@ -127471,7 +130737,8 @@ "longitude": -71.057732, "name": "969 N Main St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4293", "links": { @@ -127509,7 +130776,8 @@ "longitude": -71.058382, "name": "N Main St opp Intervale Terr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4294", "links": { @@ -127547,7 +130815,8 @@ "longitude": -71.059112, "name": "Opp 1048 N Main St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "42951", "links": { @@ -127585,7 +130854,8 @@ "longitude": -71.059709, "name": "N Main St @ Charles St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4297", "links": { @@ -127623,7 +130893,8 @@ "longitude": -71.060112, "name": "N Main St @ Bennington St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4298", "links": { @@ -127661,7 +130932,8 @@ "longitude": -71.060644, "name": "N Main St opp Stacy St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4299", "links": { @@ -127699,7 +130971,8 @@ "longitude": -71.039686, "name": "E Broadway @ I St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "43", "links": { @@ -127737,7 +131010,8 @@ "longitude": -71.064759, "name": "Talbot Ave @ Dorchester Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "430", "links": { @@ -127775,7 +131049,8 @@ "longitude": -71.06096, "name": "N Main St @ Oliver St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4300", "links": { @@ -127813,7 +131088,8 @@ "longitude": -71.061504, "name": "N Main St @ Ballard St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4301", "links": { @@ -127851,7 +131127,8 @@ "longitude": -71.06251, "name": "N Main St @ Russ St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "43011", "links": { @@ -127889,7 +131166,8 @@ "longitude": -71.070512, "name": "Randolph Ave @ Chickataubut Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4303", "links": { @@ -127927,7 +131205,8 @@ "longitude": -71.070737, "name": "1248 Randolph Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4304", "links": { @@ -127965,7 +131244,8 @@ "longitude": -71.070886, "name": "Randolph Ave @ Eager Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4305", "links": { @@ -128003,7 +131283,8 @@ "longitude": -71.071033, "name": "Randolph Ave opp Hillside St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4306", "links": { @@ -128041,7 +131322,8 @@ "longitude": -71.070723, "name": "Randolph Ave @ Hilltop St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4307", "links": { @@ -128079,7 +131361,8 @@ "longitude": -71.069839, "name": "Randolph Ave @ Nahanton Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4308", "links": { @@ -128117,7 +131400,8 @@ "longitude": -71.069588, "name": "Randolph Ave @ Ridgewood Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4309", "links": { @@ -128155,7 +131439,8 @@ "longitude": -71.073001, "name": "355 Norfolk St opp Withington St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "431", "links": { @@ -128193,7 +131478,8 @@ "longitude": -71.069448, "name": "Randolph Ave opp Hallen Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4310", "links": { @@ -128231,7 +131517,8 @@ "longitude": -71.069359, "name": "Randolph Ave opp Highland St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4311", "links": { @@ -128269,7 +131556,8 @@ "longitude": -71.069297, "name": "Randolph Ave @ Access Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4312", "links": { @@ -128307,7 +131595,8 @@ "longitude": -71.005674, "name": "Whitwell St @ Dixwell Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4314", "links": { @@ -128345,7 +131634,8 @@ "longitude": -71.00807, "name": "Whitwell St @ Glendale Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4315", "links": { @@ -128383,7 +131673,8 @@ "longitude": -71.009571, "name": "Whitwell St @ Maywood Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4316", "links": { @@ -128421,7 +131712,8 @@ "longitude": -71.011428, "name": "198 Whitwell St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4317", "links": { @@ -128459,7 +131751,8 @@ "longitude": -71.012464, "name": "Whitwell St @ Roselin Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4318", "links": { @@ -128497,7 +131790,8 @@ "longitude": -71.014901, "name": "Whitwell St opp Farrell St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4319", "links": { @@ -128535,7 +131829,8 @@ "longitude": -71.075474, "name": "Norfolk St @ Darlington St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "432", "links": { @@ -128573,7 +131868,8 @@ "longitude": -71.016004, "name": "52 Whitwell St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4320", "links": { @@ -128611,7 +131907,8 @@ "longitude": -71.026871, "name": "529 Adams St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4326", "links": { @@ -128649,7 +131946,8 @@ "longitude": -71.02825, "name": "Adams St @ Reservoir Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4327", "links": { @@ -128687,7 +131985,8 @@ "longitude": -71.029611, "name": "Adams St opp White St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4328", "links": { @@ -128725,7 +132024,8 @@ "longitude": -71.031604, "name": "Adams St @ Greenview St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4329", "links": { @@ -128763,7 +132063,8 @@ "longitude": -71.042663, "name": "Edge Hill Rd opp Grafton Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4331", "links": { @@ -128801,7 +132102,8 @@ "longitude": -71.045936, "name": "Edge Hill Rd @ Reservation Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4332", "links": { @@ -128839,7 +132141,8 @@ "longitude": -71.048092, "name": "Edge Hill Rd @ Otis St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "4333", "links": { @@ -128877,7 +132180,8 @@ "longitude": -71.049954, "name": "Edge Hill Rd @ Westvale Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "4334", "links": { @@ -128915,7 +132219,8 @@ "longitude": -71.052481, "name": "80 Edge Hill Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "4336", "links": { @@ -128953,7 +132258,8 @@ "longitude": -71.054956, "name": "Edge Hill Rd @ Pleasant St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4337", "links": { @@ -128991,7 +132297,8 @@ "longitude": -71.057536, "name": "Pleasant St @ Hazel St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4338", "links": { @@ -129029,7 +132336,8 @@ "longitude": -71.059876, "name": "Pleasant St @ Badger Cir", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4340", "links": { @@ -129067,7 +132375,8 @@ "longitude": -71.063808, "name": "Pleasant St @ Gun Hill St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4341", "links": { @@ -129105,7 +132414,8 @@ "longitude": -71.065668, "name": "Pleasant St @ Lodge St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4342", "links": { @@ -129143,7 +132453,8 @@ "longitude": -71.06751, "name": "Pleasant St @ Reedsdale Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4343", "links": { @@ -129181,7 +132492,8 @@ "longitude": -71.069046, "name": "Reedsdale Rd @ Randolph Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4344", "links": { @@ -129219,7 +132531,8 @@ "longitude": -71.085422, "name": "Brook Rd @ Standish Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "4346", "links": { @@ -129257,7 +132570,8 @@ "longitude": -71.086209, "name": "Brook Rd @ Windsor Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "4347", "links": { @@ -129295,7 +132609,8 @@ "longitude": -71.087765, "name": "250 Brook Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4348", "links": { @@ -129333,7 +132648,8 @@ "longitude": -71.089566, "name": "Brook Rd @ Brandon Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4349", "links": { @@ -129371,7 +132687,8 @@ "longitude": -71.078788, "name": "Norfolk St @ Milton Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "435", "links": { @@ -129409,7 +132726,8 @@ "longitude": -71.090993, "name": "Brook Rd @ Briarfield Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4350", "links": { @@ -129447,7 +132765,8 @@ "longitude": -71.093456, "name": "116 Blue Hills Pkwy", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4351", "links": { @@ -129485,7 +132804,8 @@ "longitude": -71.094304, "name": "Blue Hills Pkwy @ Blue Hill Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4355", "links": { @@ -129523,7 +132843,8 @@ "longitude": -71.093815, "name": "Blue Hills Pkwy @ Austin St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "43551", "links": { @@ -129561,7 +132882,8 @@ "longitude": -71.089853, "name": "Brook Rd @ Saint Marys Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4358", "links": { @@ -129599,7 +132921,8 @@ "longitude": -71.087952, "name": "Opp 250 Brook Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4359", "links": { @@ -129637,7 +132960,8 @@ "longitude": -71.079551, "name": "Norfolk St @ Charles Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "436", "links": { @@ -129675,7 +132999,8 @@ "longitude": -71.086371, "name": "Brook Rd opp Windsor Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4360", "links": { @@ -129713,7 +133038,8 @@ "longitude": -71.215784, "name": "Washington St @ Chestnut St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "43618", "links": { @@ -129751,7 +133077,8 @@ "longitude": -71.084547, "name": "Brook Rd @ Lincoln St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4362", "links": { @@ -129789,7 +133116,8 @@ "longitude": -71.069021, "name": "Reedsdale Rd @ Randolph Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4364", "links": { @@ -129827,7 +133155,8 @@ "longitude": -71.067362, "name": "Pleasant St @ Reedsdale Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4365", "links": { @@ -129865,7 +133194,8 @@ "longitude": -71.065739, "name": "Pleasant St @ Bailey Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4366", "links": { @@ -129903,7 +133233,8 @@ "longitude": -71.064182, "name": "Pleasant St @ Mathaurs St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4367", "links": { @@ -129941,7 +133272,8 @@ "longitude": -71.060399, "name": "Pleasant St @ Nancy Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4368", "links": { @@ -129979,7 +133311,8 @@ "longitude": -71.07108, "name": "Washington St @ Welles Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "437", "links": { @@ -130017,7 +133350,8 @@ "longitude": -71.057858, "name": "Pleasant St @ Horton Pl", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4370", "links": { @@ -130055,7 +133389,8 @@ "longitude": -71.055127, "name": "Pleasant St @ Lawrence Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4371", "links": { @@ -130093,7 +133428,8 @@ "longitude": -71.052346, "name": "Opp 80 Edge Hill Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "4372", "links": { @@ -130131,7 +133467,8 @@ "longitude": -71.049864, "name": "Edge Hill Rd opp Westvale Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4373", "links": { @@ -130169,7 +133506,8 @@ "longitude": -71.071218, "name": "Washington St @ Lithgow St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4374", "links": { @@ -130207,7 +133545,8 @@ "longitude": -71.048344, "name": "Edge Hill Rd @ Cedar Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4375", "links": { @@ -130245,7 +133584,8 @@ "longitude": -71.046067, "name": "Edge Hill Rd @ Huntington Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4376", "links": { @@ -130283,7 +133623,8 @@ "longitude": -71.042799, "name": "Edge Hill Rd @ Grafton Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4378", "links": { @@ -130321,7 +133662,8 @@ "longitude": -71.032456, "name": "Adams St @ Robertson St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4379", "links": { @@ -130359,7 +133701,8 @@ "longitude": -71.080611, "name": "227 Norfolk St opp Stanton St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "438", "links": { @@ -130397,7 +133740,8 @@ "longitude": -71.03134, "name": "Adams St @ Campbell St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4380", "links": { @@ -130435,7 +133779,8 @@ "longitude": -71.029888, "name": "Adams St @ White St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4381", "links": { @@ -130473,7 +133818,8 @@ "longitude": -71.028377, "name": "Adams St @ Alrick Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4382", "links": { @@ -130511,7 +133857,8 @@ "longitude": -71.026557, "name": "Adams St @ Adams Plaza", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4383", "links": { @@ -130549,7 +133896,8 @@ "longitude": -71.081358, "name": "247 Norfolk St opp Capen St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "439", "links": { @@ -130587,7 +133935,8 @@ "longitude": -71.016965, "name": "Opp 52 Whitwell St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4390", "links": { @@ -130625,7 +133974,8 @@ "longitude": -71.014922, "name": "Whitwell St @ Farrell St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4391", "links": { @@ -130663,7 +134013,8 @@ "longitude": -71.012628, "name": "Whitwell St @ Cranch St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4392", "links": { @@ -130701,7 +134052,8 @@ "longitude": -71.01093, "name": "197 Whitwell St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4393", "links": { @@ -130739,7 +134091,8 @@ "longitude": -71.009538, "name": "Whitwell St opp Maywood Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4394", "links": { @@ -130777,7 +134130,8 @@ "longitude": -71.008038, "name": "Whitwell St @ Deldorf St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4395", "links": { @@ -130815,7 +134169,8 @@ "longitude": -71.0055, "name": "Whitwell St @ Granite St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4396", "links": { @@ -130853,7 +134208,8 @@ "longitude": -71.041754, "name": "E Broadway @ H St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "44", "links": { @@ -130891,7 +134247,8 @@ "longitude": -71.083184, "name": "Norfolk St opp Nelson St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "440", "links": { @@ -130929,7 +134286,8 @@ "longitude": -71.081447, "name": "Brook Rd @ Central Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4404", "links": { @@ -130967,7 +134325,8 @@ "longitude": -71.085274, "name": "Norfolk St @ Willowwood St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "441", "links": { @@ -131000,12 +134359,13 @@ { "attributes": { "description": null, - "latitude": 42.281691, + "latitude": 42.281869, "location_type": 0, - "longitude": -71.086974, + "longitude": -71.086842, "name": "Norfolk St @ Morton St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "443", "links": { @@ -131038,12 +134398,13 @@ { "attributes": { "description": null, - "latitude": 42.418162, + "latitude": 42.418221, "location_type": 0, - "longitude": -71.068466, + "longitude": -71.068078, "name": "Medford St @ Brackenbury St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "44330", "links": { @@ -131081,7 +134442,8 @@ "longitude": -71.068234, "name": "Medford St @ Brackenbury St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "44413", "links": { @@ -131119,7 +134481,8 @@ "longitude": -70.964894, "name": "Market Square @ Western Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4451", "links": { @@ -131152,12 +134515,13 @@ { "attributes": { "description": null, - "latitude": 42.521623, + "latitude": 42.521664, "location_type": 0, - "longitude": -70.898764, - "name": "North St opp Lynde St", + "longitude": -70.898769, + "name": "North St @ Essex St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4453", "links": { @@ -131195,7 +134559,8 @@ "longitude": -70.901543, "name": "Essex St @ Beckford St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4455", "links": { @@ -131233,7 +134598,8 @@ "longitude": -70.902724, "name": "Essex St @ Monroe St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4456", "links": { @@ -131271,7 +134637,8 @@ "longitude": -70.904073, "name": "Essex St @ Flint St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "4457", "links": { @@ -131309,7 +134676,8 @@ "longitude": -70.905553, "name": "Essex St opp Warren St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4458", "links": { @@ -131347,7 +134715,8 @@ "longitude": -70.907589, "name": "Highland Ave @ Proctor St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4459", "links": { @@ -131385,7 +134754,8 @@ "longitude": -71.214986, "name": "Washington St opp Mansion Dr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "44618", "links": { @@ -131423,7 +134793,8 @@ "longitude": -70.911106, "name": "Highland Ave @ Cherry Hill Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4462", "links": { @@ -131461,7 +134832,8 @@ "longitude": -70.912772, "name": "Highland Ave @ Valley St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4463", "links": { @@ -131494,12 +134866,13 @@ { "attributes": { "description": null, - "latitude": 42.503691, + "latitude": 42.503456, "location_type": 0, - "longitude": -70.923355, + "longitude": -70.923751, "name": "Highland Ave @ Marlborough Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4465", "links": { @@ -131537,7 +134910,8 @@ "longitude": -70.925848, "name": "Highland Ave @ Thomas Circle", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4467", "links": { @@ -131575,7 +134949,8 @@ "longitude": -70.932565, "name": "Highland Ave @ 400 Highland Place", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 2 }, "id": "4470", "links": { @@ -131613,7 +134988,8 @@ "longitude": -70.936838, "name": "Highland Ave @ Belleaire Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "4472", "links": { @@ -131651,7 +135027,8 @@ "longitude": -70.938717, "name": "Western Ave @ Fays Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "4473", "links": { @@ -131689,7 +135066,8 @@ "longitude": -70.939816, "name": "Western Ave opp Victory Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4474", "links": { @@ -131727,7 +135105,8 @@ "longitude": -70.94145, "name": "Western Ave opp Eastern Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4475", "links": { @@ -131765,7 +135144,8 @@ "longitude": -70.98563, "name": "350 Revere Beach Blvd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "44762", "links": { @@ -131803,7 +135183,8 @@ "longitude": -70.942598, "name": "Western Ave @ Maple St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "4477", "links": { @@ -131841,7 +135222,8 @@ "longitude": -70.945183, "name": "Western Ave @ Chatham St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4479", "links": { @@ -131879,7 +135261,8 @@ "longitude": -70.946253, "name": "Western Ave opp Tracey Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4480", "links": { @@ -131917,7 +135300,8 @@ "longitude": -70.947211, "name": "Western Ave @ Cross St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4481", "links": { @@ -131955,7 +135339,8 @@ "longitude": -70.948921, "name": "Western Ave @ Chestnut St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4482", "links": { @@ -131993,7 +135378,8 @@ "longitude": -70.960072, "name": "Western Ave @ Congress St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4483", "links": { @@ -132031,7 +135417,8 @@ "longitude": -70.961617, "name": "Western Ave @ Park St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4484", "links": { @@ -132069,7 +135456,8 @@ "longitude": -70.963189, "name": "Western Ave @ Mall St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4485", "links": { @@ -132107,7 +135495,8 @@ "longitude": -70.965208, "name": "Western Ave @ Market Square", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4486", "links": { @@ -132145,7 +135534,8 @@ "longitude": -70.966695, "name": "743 Western Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4487", "links": { @@ -132183,7 +135573,8 @@ "longitude": -70.968935, "name": "Western Ave @ Breed Square", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4488", "links": { @@ -132221,7 +135612,8 @@ "longitude": -70.970423, "name": "Western Ave @ Summer St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4489", "links": { @@ -132259,7 +135651,8 @@ "longitude": -70.971438, "name": "Western Ave @ Albion St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4490", "links": { @@ -132297,7 +135690,8 @@ "longitude": -70.973197, "name": "Western Ave @ Ida St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4491", "links": { @@ -132335,7 +135729,8 @@ "longitude": -70.974007, "name": "Western Ave @ MBTA Lynn Garage", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4492", "links": { @@ -132373,7 +135768,8 @@ "longitude": -70.975908, "name": "Western Ave @ Cooper St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4494", "links": { @@ -132411,7 +135807,8 @@ "longitude": -70.980847, "name": "Salem Tnpk @ Ballard St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4495", "links": { @@ -132449,7 +135846,8 @@ "longitude": -71.003972, "name": "Broadway @ Ward St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4497", "links": { @@ -132487,7 +135885,8 @@ "longitude": -71.003376, "name": "462 American Legion Hwy", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4498", "links": { @@ -132525,7 +135924,8 @@ "longitude": -71.044151, "name": "E Broadway @ G St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "45", "links": { @@ -132563,7 +135963,8 @@ "longitude": -71.003437, "name": "American Legion Hwy @ Revere St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4500", "links": { @@ -132601,7 +136002,8 @@ "longitude": -71.106038, "name": "Medford Sq @ City Hall Parking lot", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "45002", "links": { @@ -132639,7 +136041,8 @@ "longitude": -71.106435, "name": "City Hall Mall @ Salem St - Medford City Hall", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "45003", "links": { @@ -132677,7 +136080,8 @@ "longitude": -71.08528, "name": "Highland Ave @ Pamela Circle", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "45059", "links": { @@ -132715,7 +136119,8 @@ "longitude": -71.08632, "name": "Savin St @ Fellsmere Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "45079", "links": { @@ -132753,7 +136158,8 @@ "longitude": -71.08622, "name": "Savin St @ Fellsmere Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "45080", "links": { @@ -132791,7 +136197,8 @@ "longitude": -71.0598, "name": "Cambridge St @ Government Ctr Sta", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4510", "links": { @@ -132834,7 +136241,8 @@ "longitude": -71.058975, "name": "Sudbury St @ Congress St - Haymarket Sta", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4511", "links": { @@ -132858,10 +136266,6 @@ "id": "place-haecl", "type": "stop" }, - { - "id": "9070025", - "type": "stop" - }, { "id": "9070024", "type": "stop" @@ -132897,7 +136301,8 @@ "longitude": -71.003031, "name": "American Legion Hwy @ Revere St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4512", "links": { @@ -132935,7 +136340,8 @@ "longitude": -71.001931, "name": "American Legion Hwy @ Hutchinson St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4513", "links": { @@ -132973,7 +136379,8 @@ "longitude": -71.00354, "name": "Brown Circle Rotary", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4515", "links": { @@ -133011,7 +136418,8 @@ "longitude": -70.980563, "name": "Salem Tnpk @ Ballard St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4516", "links": { @@ -133049,7 +136457,8 @@ "longitude": -70.975838, "name": "Western Ave opp Cooper St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4518", "links": { @@ -133087,7 +136496,8 @@ "longitude": -70.974024, "name": "Western Ave opp Lynn Garage", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4520", "links": { @@ -133125,7 +136535,8 @@ "longitude": -70.971275, "name": "Western Ave @ Minot St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4521", "links": { @@ -133163,7 +136574,8 @@ "longitude": -70.973048, "name": "Western Ave opp Ida St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "45211", "links": { @@ -133201,7 +136613,8 @@ "longitude": -70.969695, "name": "Western Ave @ Summer St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4522", "links": { @@ -133239,7 +136652,8 @@ "longitude": -70.967777, "name": "Western Ave @ Walden St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4523", "links": { @@ -133277,7 +136691,8 @@ "longitude": -70.966901, "name": "760 Western Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4524", "links": { @@ -133315,7 +136730,8 @@ "longitude": -70.964746, "name": "Market Square @ Western Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4525", "links": { @@ -133353,7 +136769,8 @@ "longitude": -71.001815, "name": "American Legion Hwy @ Bell Circle", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4526", "links": { @@ -133391,7 +136808,8 @@ "longitude": -71.002861, "name": "133 - 135 American Legion Hwy", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "45261", "links": { @@ -133429,7 +136847,8 @@ "longitude": -70.964985, "name": "Western Ave @ Market Square", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4527", "links": { @@ -133467,7 +136886,8 @@ "longitude": -70.962324, "name": "Western Ave opp Barrett St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4528", "links": { @@ -133505,7 +136925,8 @@ "longitude": -70.961555, "name": "Western Ave @ Park St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4529", "links": { @@ -133543,7 +136964,8 @@ "longitude": -70.959972, "name": "Western Ave @ Brimblecom St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4530", "links": { @@ -133581,7 +137003,8 @@ "longitude": -70.958405, "name": "Western Ave @ Franklin St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4531", "links": { @@ -133619,7 +137042,8 @@ "longitude": -70.956926, "name": "Western Ave @ Washington St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4532", "links": { @@ -133657,7 +137081,8 @@ "longitude": -71.075771, "name": "Commercial St @ Medford St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "45326", "links": { @@ -133690,12 +137115,13 @@ { "attributes": { "description": null, - "latitude": 42.423343, + "latitude": 42.423764, "location_type": 0, - "longitude": -71.074847, + "longitude": -71.074728, "name": "Commercial St @ Charles St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "45327", "links": { @@ -133733,7 +137159,8 @@ "longitude": -70.947107, "name": "Western Ave @ West Colony Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4533", "links": { @@ -133771,7 +137198,8 @@ "longitude": -71.070706, "name": "Medford St @ Green St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "45330", "links": { @@ -133809,7 +137237,8 @@ "longitude": -71.065605, "name": "Medford St @ Main St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "45331", "links": { @@ -133847,7 +137276,8 @@ "longitude": -71.085803, "name": "Pleasant St @ Vista St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "45332", "links": { @@ -133885,7 +137315,8 @@ "longitude": -70.94609, "name": "Western Ave @ Tracy Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4534", "links": { @@ -133923,7 +137354,8 @@ "longitude": -70.945222, "name": "Western Ave @ Chatham St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4535", "links": { @@ -133961,7 +137393,8 @@ "longitude": -70.94221, "name": "Western Ave @ Waitt Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4537", "links": { @@ -133999,7 +137432,8 @@ "longitude": -71.055601, "name": "Lyme St @ Bryant St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "45378", "links": { @@ -134037,7 +137471,8 @@ "longitude": -70.941027, "name": "Western Ave @ Linton Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4538", "links": { @@ -134075,7 +137510,8 @@ "longitude": -70.939477, "name": "Western Ave @ Victory Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4539", "links": { @@ -134113,7 +137549,8 @@ "longitude": -70.938569, "name": "Western Ave @ Fays Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "4540", "links": { @@ -134151,7 +137588,8 @@ "longitude": -71.062034, "name": "Main St @ Winthrop St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "45406", "links": { @@ -134189,7 +137627,8 @@ "longitude": -70.93701, "name": "Western Ave @ Buchanan Circle", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "4541", "links": { @@ -134227,7 +137666,8 @@ "longitude": -71.065671, "name": "Medford St @ Main St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "45413", "links": { @@ -134265,7 +137705,8 @@ "longitude": -71.070712, "name": "Medford St @ Green St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "45414", "links": { @@ -134303,7 +137744,8 @@ "longitude": -71.075575, "name": "Commercial St @ Medford St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "45416", "links": { @@ -134336,12 +137778,13 @@ { "attributes": { "description": null, - "latitude": 42.423378, + "latitude": 42.423732, "location_type": 0, - "longitude": -71.07471, + "longitude": -71.074564, "name": "Commercial St @ Charles St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "45417", "links": { @@ -134379,7 +137822,8 @@ "longitude": -71.05572, "name": "Lyme St @ Bryant St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "45428", "links": { @@ -134417,7 +137861,8 @@ "longitude": -70.933686, "name": "Highland Ave opp Walmart", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4544", "links": { @@ -134455,7 +137900,8 @@ "longitude": -70.929629, "name": "Highland Ave @ Cedar Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4546", "links": { @@ -134493,7 +137939,8 @@ "longitude": -70.925538, "name": "Highland Ave @ Greenledge St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4547", "links": { @@ -134531,7 +137978,8 @@ "longitude": -70.908476, "name": "81 Highland Ave @ Salem Hospital", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "4553", "links": { @@ -134569,7 +138017,8 @@ "longitude": -71.010442, "name": "Charger St @ Squire Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "45534", "links": { @@ -134607,7 +138056,8 @@ "longitude": -70.906524, "name": "Opp 30 Highland Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "4554", "links": { @@ -134645,7 +138095,8 @@ "longitude": -70.905361, "name": "Essex St @ Warren St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "4555", "links": { @@ -134683,7 +138134,8 @@ "longitude": -70.903797, "name": "Essex St @ Flint St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "4557", "links": { @@ -134721,7 +138173,8 @@ "longitude": -70.902575, "name": "Essex St opp Monroe St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4558", "links": { @@ -134759,7 +138212,8 @@ "longitude": -71.022036, "name": "Park Ave @ S Genesee St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "45581", "links": { @@ -134797,7 +138251,8 @@ "longitude": -70.901448, "name": "Essex St @ Hamilton st", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4559", "links": { @@ -134835,7 +138290,8 @@ "longitude": -70.899086, "name": "Essex St @ Summer St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4560", "links": { @@ -134873,7 +138329,8 @@ "longitude": -70.945447, "name": "10 Sylvan St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4561", "links": { @@ -134911,7 +138368,8 @@ "longitude": -71.213447, "name": "Opp 67 Washington St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "45618", "links": { @@ -134949,7 +138407,8 @@ "longitude": -70.89534, "name": "Washington St @ New Derby St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4562", "links": { @@ -134987,7 +138446,8 @@ "longitude": -70.895725, "name": "Washington St @ Church St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4563", "links": { @@ -135025,7 +138485,8 @@ "longitude": -71.071663, "name": "Washington St @ Kenwood St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "457", "links": { @@ -135063,7 +138524,8 @@ "longitude": -70.980737, "name": "Lynnfield St @ Bartholomew St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4570", "links": { @@ -135101,7 +138563,8 @@ "longitude": -70.972292, "name": "First Ave @ Lynnfield St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4572", "links": { @@ -135139,7 +138602,8 @@ "longitude": -70.974484, "name": "Centennial Dr @ First Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4573", "links": { @@ -135172,12 +138636,13 @@ { "attributes": { "description": null, - "latitude": 42.521515, + "latitude": 42.52153, "location_type": 0, - "longitude": -70.970031, + "longitude": -70.97003, "name": "5 Centennial Dr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4574", "links": { @@ -135215,7 +138680,8 @@ "longitude": -70.961154, "name": "Centennial Dr @ Corporation Way", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "4576", "links": { @@ -135253,7 +138719,8 @@ "longitude": -70.957076, "name": "Centennial Dr opp Marriott Dr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4577", "links": { @@ -135291,7 +138758,8 @@ "longitude": -70.953577, "name": "Centennial Dr opp Rt128 Ramp", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4578", "links": { @@ -135329,7 +138797,8 @@ "longitude": -71.071811, "name": "Washington St @ Melville Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "458", "links": { @@ -135367,7 +138836,8 @@ "longitude": -70.949024, "name": "Essex Ctr Dr @ Essex Green Dr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4581", "links": { @@ -135405,7 +138875,8 @@ "longitude": -70.988389, "name": "Crescent Ave @ Orchard St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "45811", "links": { @@ -135443,7 +138914,8 @@ "longitude": -70.985118, "name": "Endicott Ave @ Waterview Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "45816", "links": { @@ -135481,7 +138953,8 @@ "longitude": -70.947225, "name": "Lahey Clinic before Crosswalk", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4582", "links": { @@ -135519,7 +138992,8 @@ "longitude": -70.947082, "name": "Lahey Clinic before Crosswalk", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "45821", "links": { @@ -135557,7 +139031,8 @@ "longitude": -70.948889, "name": "Essex Ctr Dr opp Essex Green Dr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4583", "links": { @@ -135595,7 +139070,8 @@ "longitude": -71.015192, "name": "Cooledge St @ Raymond Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "45830", "links": { @@ -135633,7 +139109,8 @@ "longitude": -71.016451, "name": "219 Cushman Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "45833", "links": { @@ -135671,7 +139148,8 @@ "longitude": -71.018902, "name": "Cushman Ave @ Newhall St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "45834", "links": { @@ -135709,7 +139187,8 @@ "longitude": -71.011871, "name": "Cooledge St @ Constitution Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "45838", "links": { @@ -135747,7 +139226,8 @@ "longitude": -70.957779, "name": "opp 11 Centennial Dr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "4587", "links": { @@ -135785,7 +139265,8 @@ "longitude": -70.960967, "name": "Centennial Dr opp Corporation Way", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "4588", "links": { @@ -135823,7 +139304,8 @@ "longitude": -70.970871, "name": "2 Centennial Dr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 2 }, "id": "4590", "links": { @@ -135861,7 +139343,8 @@ "longitude": -70.974625, "name": "First Ave opp Centennial Dr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4591", "links": { @@ -135899,7 +139382,8 @@ "longitude": -70.972378, "name": "First Ave @ Lynnfield St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4592", "links": { @@ -135937,7 +139421,8 @@ "longitude": -70.980866, "name": "Lynnfield St opp Bartholomew St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4594", "links": { @@ -135975,7 +139460,8 @@ "longitude": -70.945202, "name": "Opp 10 Sylvan St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4596", "links": { @@ -136013,7 +139499,8 @@ "longitude": -70.942894, "name": "Endicott St @ Commonwealth Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4597", "links": { @@ -136051,7 +139538,8 @@ "longitude": -71.045901, "name": "Dorchester St @ Broadway", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "46", "links": { @@ -136089,7 +139577,8 @@ "longitude": -71.072087, "name": "Washington St @ Park St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "460", "links": { @@ -136127,7 +139616,8 @@ "longitude": -70.900323, "name": "North St opp Mason St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4601", "links": { @@ -136165,7 +139655,8 @@ "longitude": -70.902835, "name": "North St @ Dearborn St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4602", "links": { @@ -136203,7 +139694,8 @@ "longitude": -70.904244, "name": "North St @ Orne St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4603", "links": { @@ -136241,7 +139733,8 @@ "longitude": -70.906347, "name": "North St @ Liberty Hill Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4604", "links": { @@ -136279,7 +139772,8 @@ "longitude": -70.90791, "name": "North St @ Garden Terr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4605", "links": { @@ -136317,7 +139811,8 @@ "longitude": -70.909692, "name": "North St @ Woodside St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4606", "links": { @@ -136355,7 +139850,8 @@ "longitude": -70.910559, "name": "North St opp Cushing St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4607", "links": { @@ -136393,7 +139889,8 @@ "longitude": -70.912969, "name": "North St @ Highland St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4608", "links": { @@ -136431,7 +139928,8 @@ "longitude": -70.918699, "name": "Margin St opp Margin St Ct", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4609", "links": { @@ -136469,7 +139967,8 @@ "longitude": -71.072446, "name": "Washington St opp Algonquin St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "461", "links": { @@ -136507,7 +140006,8 @@ "longitude": -70.919478, "name": "176 Water St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4610", "links": { @@ -136545,7 +140045,8 @@ "longitude": -70.919774, "name": "Water St @ S Liberty St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "4611", "links": { @@ -136583,7 +140084,8 @@ "longitude": -70.931707, "name": "Endicott St @ Market Basket", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4614", "links": { @@ -136621,7 +140123,8 @@ "longitude": -70.942572, "name": "Commonwealth Ave @ Endicott St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4615", "links": { @@ -136659,7 +140162,8 @@ "longitude": -71.032399, "name": "Broadway @ City Hall Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "46170", "links": { @@ -136697,7 +140201,8 @@ "longitude": -71.025179, "name": "Kennedy Dr @ Salem St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "46267", "links": { @@ -136735,7 +140240,8 @@ "longitude": -71.029619, "name": "Kennedy Dr @ Central Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "46268", "links": { @@ -136773,7 +140279,8 @@ "longitude": -71.018661, "name": "Cushman Ave @ Gordon Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "46275", "links": { @@ -136811,7 +140318,8 @@ "longitude": -71.016434, "name": "Cushman Ave @ Adams St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "46276", "links": { @@ -136849,7 +140357,8 @@ "longitude": -71.073911, "name": "Washington St @ Bowdoin St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "463", "links": { @@ -136887,7 +140396,8 @@ "longitude": -71.107863, "name": "Cummins Hwy @ Hebron St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "46434", "links": { @@ -136925,7 +140435,8 @@ "longitude": -71.10644, "name": "Cummins Hwy @ Greenfield Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "46435", "links": { @@ -136963,7 +140474,8 @@ "longitude": -71.103495, "name": "Cummins Hwy @ Savannah Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "46459", "links": { @@ -137001,7 +140513,8 @@ "longitude": -71.129544, "name": "1600 Hyde Park Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "46467", "links": { @@ -137039,7 +140552,8 @@ "longitude": -71.118752, "name": "Hyde Park Ave opp Florian Street", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "46495", "links": { @@ -137077,7 +140591,8 @@ "longitude": -71.076167, "name": "Washington St @ Vassar St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "465", "links": { @@ -137115,7 +140630,8 @@ "longitude": -71.19527, "name": "Washington St @ Hill St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 2 }, "id": "46619", "links": { @@ -137153,7 +140669,8 @@ "longitude": -70.921456, "name": "Water St @ Broad St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "4662", "links": { @@ -137191,7 +140708,8 @@ "longitude": -70.919885, "name": "Water St @ S Liberty St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4664", "links": { @@ -137229,7 +140747,8 @@ "longitude": -70.919618, "name": "Opp 176 Water St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4665", "links": { @@ -137267,7 +140786,8 @@ "longitude": -70.918815, "name": "Margin St @ Margin St Ct", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4666", "links": { @@ -137305,7 +140825,8 @@ "longitude": -70.912682, "name": "North St @ Highland St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4667", "links": { @@ -137343,7 +140864,8 @@ "longitude": -70.910567, "name": "North St @ Cushing St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4668", "links": { @@ -137381,7 +140903,8 @@ "longitude": -70.908772, "name": "North St opp Nursery St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4669", "links": { @@ -137419,7 +140942,8 @@ "longitude": -71.078466, "name": "Washington Street @ Four Corners / Geneva Station", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "467", "links": { @@ -137457,7 +140981,8 @@ "longitude": -70.907758, "name": "North St @ Cressey Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4670", "links": { @@ -137495,7 +141020,8 @@ "longitude": -70.906365, "name": "North St @ Symonds Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4671", "links": { @@ -137533,7 +141059,8 @@ "longitude": -70.90425, "name": "North St @ School St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4672", "links": { @@ -137571,7 +141098,8 @@ "longitude": -70.90289, "name": "North St opp Dearborn St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4673", "links": { @@ -137609,7 +141137,8 @@ "longitude": -70.986898, "name": "O'Callaghan Way @ Osborne St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "46734", "links": { @@ -137647,7 +141176,8 @@ "longitude": -70.900508, "name": "North St @ Mason St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4674", "links": { @@ -137685,7 +141215,8 @@ "longitude": -71.0807, "name": "Washington St @ Columbia Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "468", "links": { @@ -137723,7 +141254,8 @@ "longitude": -71.081517, "name": "Washington St @ Joe L Smith Way", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "469", "links": { @@ -137761,7 +141293,8 @@ "longitude": -71.04774, "name": "Dorchester St @ W 5th St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "47", "links": { @@ -137799,7 +141332,8 @@ "longitude": -71.082638, "name": "Washington St @ Blue Hill Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "470", "links": { @@ -137837,7 +141371,8 @@ "longitude": -70.948333, "name": "Lynnway @ Pleasant St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4701", "links": { @@ -137875,7 +141410,8 @@ "longitude": -70.949363, "name": "333 Lynnway", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "4702", "links": { @@ -137913,7 +141449,8 @@ "longitude": -70.952967, "name": "Lynnway @ Shepard St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4703", "links": { @@ -137951,7 +141488,8 @@ "longitude": -70.958037, "name": "Lynnway @ Commercial St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4704", "links": { @@ -137989,7 +141527,8 @@ "longitude": -70.961756, "name": "621 Lynnway", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4705", "links": { @@ -138027,7 +141566,8 @@ "longitude": -70.963033, "name": "715 Lynnway", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4706", "links": { @@ -138065,7 +141605,8 @@ "longitude": -70.96405, "name": "777 Lynnway", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4707", "links": { @@ -138103,7 +141644,8 @@ "longitude": -70.965073, "name": "Lynnway @ General Edwards Bridge", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4708", "links": { @@ -138141,7 +141683,8 @@ "longitude": -70.967824, "name": "Point of Pines", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4709", "links": { @@ -138179,7 +141722,8 @@ "longitude": -71.082867, "name": "Washington St @ Blue Hill Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "471", "links": { @@ -138217,7 +141761,8 @@ "longitude": -70.970489, "name": "N Shore Rd @ Tobin Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4710", "links": { @@ -138255,7 +141800,8 @@ "longitude": -70.986172, "name": "N Shore Rd @ Oak Island St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4712", "links": { @@ -138293,7 +141839,8 @@ "longitude": -70.99066, "name": "N Shore Rd @ Freeman St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4714", "links": { @@ -138331,7 +141878,8 @@ "longitude": -70.999563, "name": "Beach St @ Shirley Ave - Bell Circle", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4717", "links": { @@ -138369,7 +141917,8 @@ "longitude": -70.887236, "name": "Cummings Center @ 101U South Dr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "47170", "links": { @@ -138407,7 +141956,8 @@ "longitude": -71.005942, "name": "230 Burbank Hwy", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4718", "links": { @@ -138445,7 +141995,8 @@ "longitude": -71.081657, "name": "Washington St @ Jeremiah Burke HS", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "472", "links": { @@ -138483,7 +142034,8 @@ "longitude": -71.010742, "name": "McClellan Highway opp Tomasello Way", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4720", "links": { @@ -138521,7 +142073,8 @@ "longitude": -71.013117, "name": "McClellan Highway @ Boardman St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4721", "links": { @@ -138559,7 +142112,8 @@ "longitude": -71.019421, "name": "McClellan Highway opp Addison St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4722", "links": { @@ -138597,7 +142151,8 @@ "longitude": -71.019171, "name": "McClellan Highway @ Addison St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4727", "links": { @@ -138635,7 +142190,8 @@ "longitude": -71.012888, "name": "McClellan Highway @ Boardman St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4728", "links": { @@ -138673,7 +142229,8 @@ "longitude": -71.080324, "name": "Washington St @ Columbia Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "473", "links": { @@ -138711,7 +142268,8 @@ "longitude": -71.009349, "name": "Burbank Hwy @ Suffolk Downs", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "4730", "links": { @@ -138749,7 +142307,8 @@ "longitude": -71.008321, "name": "Opp 40 Burbank Hwy", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4731", "links": { @@ -138782,12 +142341,13 @@ { "attributes": { "description": null, - "latitude": 42.402323, + "latitude": 42.401976, "location_type": 0, - "longitude": -71.004204, - "name": "281 Burbank Hwy", + "longitude": -71.004547, + "name": "Burbank Hwy @ Furlong Dr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4732", "links": { @@ -138825,7 +142385,8 @@ "longitude": -71.000379, "name": "Beach St @ Upham St - Bell Circle", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4733", "links": { @@ -138863,7 +142424,8 @@ "longitude": -70.990671, "name": "N Shore Rd @ Revere St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4736", "links": { @@ -138901,7 +142463,8 @@ "longitude": -70.974634, "name": "N Shore Rd opp Mills Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 2 }, "id": "4738", "links": { @@ -138939,7 +142502,8 @@ "longitude": -70.970132, "name": "N Shore Rd @ John Ave Ext", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "4739", "links": { @@ -138977,7 +142541,8 @@ "longitude": -70.964593, "name": "Lynnway @ General Edwards Bridge", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4741", "links": { @@ -139015,7 +142580,8 @@ "longitude": -70.963811, "name": "Lynnway @ Hanson St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4742", "links": { @@ -139053,7 +142619,8 @@ "longitude": -70.962647, "name": "Lynnway @ Harding St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4743", "links": { @@ -139091,7 +142658,8 @@ "longitude": -70.96212, "name": "626 Lynnway", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4744", "links": { @@ -139129,7 +142697,8 @@ "longitude": -70.957827, "name": "Lynnway @ Commercial St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4745", "links": { @@ -139167,7 +142736,8 @@ "longitude": -70.952698, "name": "Lynnway opp Shepard St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4746", "links": { @@ -139205,7 +142775,8 @@ "longitude": -70.950888, "name": "Lynnway @ Blossom St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4747", "links": { @@ -139243,7 +142814,8 @@ "longitude": -70.938686, "name": "Broad St @ Nahant St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "4749", "links": { @@ -139281,7 +142853,8 @@ "longitude": -71.078215, "name": "Washington Street @ Four Corners / Geneva Station", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "475", "links": { @@ -139319,7 +142892,8 @@ "longitude": -70.934462, "name": "Lewis St @ Atlantic St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4751", "links": { @@ -139357,7 +142931,8 @@ "longitude": -70.93277, "name": "Lewis St @ Cherry St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4752", "links": { @@ -139395,7 +142970,8 @@ "longitude": -71.021131, "name": "Main St opp Kennedy Dr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "47526", "links": { @@ -139433,7 +143009,8 @@ "longitude": -71.022323, "name": "Main St opp Pierce Memorial Dr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "47527", "links": { @@ -139471,7 +143048,8 @@ "longitude": -70.924489, "name": "Ocean St opp Michigan Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4755", "links": { @@ -139509,7 +143087,8 @@ "longitude": -70.92269, "name": "New Ocean St @ Rock Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "4757", "links": { @@ -139547,7 +143126,8 @@ "longitude": -70.921446, "name": "New Ocean St @ Burrill St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4758", "links": { @@ -139585,7 +143165,8 @@ "longitude": -70.91942, "name": "Paradise Rd @ Shaw Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "4759", "links": { @@ -139623,7 +143204,8 @@ "longitude": -70.91849, "name": "Paradise Rd @ Andrew Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4760", "links": { @@ -139661,7 +143243,8 @@ "longitude": -70.984702, "name": "Jack Satter House @ Revere Beach Blvd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4761", "links": { @@ -139699,7 +143282,8 @@ "longitude": -71.211237, "name": "Washington St opp Rockhill St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "47618", "links": { @@ -139737,7 +143321,8 @@ "longitude": -71.193171, "name": "Washington St @ Neponset St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "47619", "links": { @@ -139775,7 +143360,8 @@ "longitude": -70.917198, "name": "Paradise Rd @ Ellis Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "4762", "links": { @@ -139813,7 +143399,8 @@ "longitude": -71.191213, "name": "Washington St @ Ellis Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "47620", "links": { @@ -139851,7 +143438,8 @@ "longitude": -70.914919, "name": "Paradise Rd @ Farragut Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "4763", "links": { @@ -139889,7 +143477,8 @@ "longitude": -70.913301, "name": "Paradise Rd opp Franklin Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "4764", "links": { @@ -139927,7 +143516,8 @@ "longitude": -70.910284, "name": "Paradise Rd @ Walker Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4765", "links": { @@ -139965,7 +143555,8 @@ "longitude": -70.908844, "name": "Paradise Rd @ Parsons Dr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4766", "links": { @@ -140003,7 +143594,8 @@ "longitude": -70.908098, "name": "Paradise Rd opp Longwood Dr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4768", "links": { @@ -140041,7 +143633,8 @@ "longitude": -70.905444, "name": "331 Paradise Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4769", "links": { @@ -140079,7 +143672,8 @@ "longitude": -71.076116, "name": "Washington St @ Vassar St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "477", "links": { @@ -140117,7 +143711,8 @@ "longitude": -70.903739, "name": "383 Paradise Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4770", "links": { @@ -140155,7 +143750,8 @@ "longitude": -70.900298, "name": "Paradise Rd @ Vinnin St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4771", "links": { @@ -140193,7 +143789,8 @@ "longitude": -70.898908, "name": "Salem St @ Sunbeam Ln", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4772", "links": { @@ -140231,7 +143828,8 @@ "longitude": -70.892579, "name": "Salem St @ Humphrey St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 2 }, "id": "4777", "links": { @@ -140269,7 +143867,8 @@ "longitude": -70.889838, "name": "Humphrey St @ Beach Bluff Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4779", "links": { @@ -140307,7 +143906,8 @@ "longitude": -71.073547, "name": "Washington St @ Harvard St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "478", "links": { @@ -140345,7 +143945,8 @@ "longitude": -70.889103, "name": "Humphrey St @ Seaview Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "4781", "links": { @@ -140383,7 +143984,8 @@ "longitude": -70.887888, "name": "Humphrey St @ May St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4782", "links": { @@ -140421,7 +144023,8 @@ "longitude": -70.886852, "name": "Humphrey St opp Ruby Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4784", "links": { @@ -140459,7 +144062,8 @@ "longitude": -70.885394, "name": "Humphrey St @ Rockaway Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4785", "links": { @@ -140497,7 +144101,8 @@ "longitude": -70.884625, "name": "Humphrey St @ Clifton Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4786", "links": { @@ -140535,7 +144140,8 @@ "longitude": -70.883794, "name": "Humphrey St @ Ware Ln", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4787", "links": { @@ -140573,7 +144179,8 @@ "longitude": -71.272484, "name": "Springs Rd opp Bldg 23", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "47879", "links": { @@ -140611,7 +144218,8 @@ "longitude": -70.882204, "name": "Humphrey St @ Hereford Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "4788", "links": { @@ -140649,7 +144257,8 @@ "longitude": -70.880276, "name": "Humphrey St @ Glendale Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "4789", "links": { @@ -140687,7 +144296,8 @@ "longitude": -70.877126, "name": "Humphrey St @ Sevinor Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4790", "links": { @@ -140725,7 +144335,8 @@ "longitude": -70.875668, "name": "Humphrey St @ Sheldon Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4791", "links": { @@ -140763,7 +144374,8 @@ "longitude": -70.873451, "name": "Humphrey St @ Countryside Ln", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4792", "links": { @@ -140801,7 +144413,8 @@ "longitude": -70.870158, "name": "Humphrey St @ Lafayette St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4793", "links": { @@ -140839,7 +144452,8 @@ "longitude": -70.86747, "name": "Pleasant St @ Smith St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "4794", "links": { @@ -140877,7 +144491,8 @@ "longitude": -70.864434, "name": "Pleasant St @ Devereux St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4795", "links": { @@ -140915,7 +144530,8 @@ "longitude": -70.86266, "name": "Pleasant St @ Bubier Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4796", "links": { @@ -140953,7 +144569,8 @@ "longitude": -70.860761, "name": "Pleasant St @ Gerry St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4797", "links": { @@ -140991,7 +144608,8 @@ "longitude": -70.858676, "name": "Pleasant St opp Bessom St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4799", "links": { @@ -141024,12 +144642,13 @@ { "attributes": { "description": null, - "latitude": 42.334118, + "latitude": 42.333973, "location_type": 0, - "longitude": -71.048751, + "longitude": -71.049151, "name": "Dorchester St @ W 6th St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "48", "links": { @@ -141067,7 +144686,8 @@ "longitude": -71.072631, "name": "Washington St @ Algonquin St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "480", "links": { @@ -141105,7 +144725,8 @@ "longitude": -70.857652, "name": "Pleasant St opp Anderson St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4800", "links": { @@ -141143,7 +144764,8 @@ "longitude": -70.855517, "name": "Pleasant St @ Essex St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4801", "links": { @@ -141181,7 +144803,8 @@ "longitude": -70.853096, "name": "Pleasant St @ Rockaway St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "4802", "links": { @@ -141219,7 +144842,8 @@ "longitude": -70.850217, "name": "Pleasant St @ Washington St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4803", "links": { @@ -141257,7 +144881,8 @@ "longitude": -70.84917, "name": "Washington St @ State St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4804", "links": { @@ -141295,7 +144920,8 @@ "longitude": -70.848066, "name": "Washington St @ Pickett St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "4805", "links": { @@ -141333,7 +144959,8 @@ "longitude": -70.84721, "name": "Opp 27 Washington St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4806", "links": { @@ -141371,7 +144998,8 @@ "longitude": -70.845368, "name": "7 Franklin St @ Fire House", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4807", "links": { @@ -141409,7 +145037,8 @@ "longitude": -70.919708, "name": "Opp 56 Humphrey St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 2 }, "id": "4811", "links": { @@ -141447,7 +145076,8 @@ "longitude": -70.916052, "name": "Opp 174 Humphrey St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4813", "links": { @@ -141485,7 +145115,8 @@ "longitude": -70.913087, "name": "281 Humphrey St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4814", "links": { @@ -141523,7 +145154,8 @@ "longitude": -70.910436, "name": "Humphrey St @ Greenwood Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4815", "links": { @@ -141561,7 +145193,8 @@ "longitude": -70.907912, "name": "Humphrey St @ Marshall St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4816", "links": { @@ -141599,7 +145232,8 @@ "longitude": -70.905573, "name": "509 Humphrey St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4817", "links": { @@ -141637,7 +145271,8 @@ "longitude": -70.903589, "name": "Humphrey St opp Millett Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4818", "links": { @@ -141675,7 +145310,8 @@ "longitude": -70.90069, "name": "Humphrey St opp Pleasant St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4819", "links": { @@ -141713,7 +145349,8 @@ "longitude": -71.072162, "name": "Washington St @ Park St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "482", "links": { @@ -141751,7 +145388,8 @@ "longitude": -70.899176, "name": "Humphrey St @ Bates Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4820", "links": { @@ -141789,7 +145427,8 @@ "longitude": -70.898388, "name": "Humphrey St @ Shelton Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4821", "links": { @@ -141827,7 +145466,8 @@ "longitude": -70.894907, "name": "Humphrey St @ Puritan Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4822", "links": { @@ -141865,7 +145505,8 @@ "longitude": -70.894577, "name": "Humphrey St opp Orchard Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4823", "links": { @@ -141903,7 +145544,8 @@ "longitude": -70.894142, "name": "Humphrey St @ Palmer Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4824", "links": { @@ -141941,7 +145583,8 @@ "longitude": -70.89366, "name": "Humphrey St @ Ocean Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4825", "links": { @@ -141979,7 +145622,8 @@ "longitude": -70.892267, "name": "Humphrey St opp Salem St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "4826", "links": { @@ -142017,7 +145661,8 @@ "longitude": -71.07199, "name": "Washington St @ Wheatland Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "483", "links": { @@ -142055,7 +145700,8 @@ "longitude": -71.098879, "name": "Fellsway W @ Park St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "48304", "links": { @@ -142093,7 +145739,8 @@ "longitude": -70.845389, "name": "Franklin St opp Fire House", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4832", "links": { @@ -142131,7 +145778,8 @@ "longitude": -71.029475, "name": "Kennedy Dr @ Central Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "48336", "links": { @@ -142169,7 +145817,8 @@ "longitude": -71.025214, "name": "Kennedy Dr @ Salem St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "48337", "links": { @@ -142207,7 +145856,8 @@ "longitude": -70.848237, "name": "Washington St @ Pearl St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "4834", "links": { @@ -142245,7 +145895,8 @@ "longitude": -70.849833, "name": "Mugford St @ Washington St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4835", "links": { @@ -142283,7 +145934,8 @@ "longitude": -70.851048, "name": "27 Mugford St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4836", "links": { @@ -142321,7 +145973,8 @@ "longitude": -70.85282, "name": "Elm St @ Harris St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4837", "links": { @@ -142359,7 +146012,8 @@ "longitude": -70.855041, "name": "Elm St @ Creesy St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "4838", "links": { @@ -142397,7 +146051,8 @@ "longitude": -70.855937, "name": "Pleasant St @ Spring St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4839", "links": { @@ -142435,7 +146090,8 @@ "longitude": -70.857591, "name": "Pleasant St @ Anderson St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4840", "links": { @@ -142473,7 +146129,8 @@ "longitude": -70.858824, "name": "Pleasant St @ Bessom St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4841", "links": { @@ -142511,7 +146168,8 @@ "longitude": -70.860898, "name": "Pleasant St opp Gerry St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4843", "links": { @@ -142549,7 +146207,8 @@ "longitude": -70.862669, "name": "Pleasant St @ Maverick St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4844", "links": { @@ -142587,7 +146246,8 @@ "longitude": -70.864552, "name": "Pleasant St @ Devereux Terr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4845", "links": { @@ -142625,7 +146285,8 @@ "longitude": -70.867616, "name": "Pleasant St @ Baldwin Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "4846", "links": { @@ -142663,7 +146324,8 @@ "longitude": -70.870287, "name": "Humphrey St @ Lafayette St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4847", "links": { @@ -142701,7 +146363,8 @@ "longitude": -70.87387, "name": "Humphrey St @ Laurel St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4848", "links": { @@ -142739,7 +146402,8 @@ "longitude": -70.875715, "name": "Humphrey St @ Birch St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4849", "links": { @@ -142777,7 +146441,8 @@ "longitude": -71.071797, "name": "Washington St @ Southern Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "485", "links": { @@ -142815,7 +146480,8 @@ "longitude": -70.877262, "name": "Humphrey St opp Sevinor Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4850", "links": { @@ -142853,7 +146519,8 @@ "longitude": -70.880207, "name": "Humphrey St opp Glendale Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4851", "links": { @@ -142891,7 +146558,8 @@ "longitude": -70.882669, "name": "Humphrey St @ Charlotte Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "4852", "links": { @@ -142929,7 +146597,8 @@ "longitude": -70.883311, "name": "Humphrey St @ Palmer Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4853", "links": { @@ -142967,7 +146636,8 @@ "longitude": -70.989349, "name": "N Shore Rd @ Jackson St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "48541", "links": { @@ -143005,7 +146675,8 @@ "longitude": -70.987687, "name": "N Shore Rd @ York St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4855", "links": { @@ -143043,7 +146714,8 @@ "longitude": -70.985951, "name": "N Shore Rd @ Oak Island St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4856", "links": { @@ -143081,7 +146753,8 @@ "longitude": -70.88452, "name": "Humphrey St @ Clifton Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4857", "links": { @@ -143119,7 +146792,8 @@ "longitude": -71.030797, "name": "Trueman Dr @ Central Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "48575", "links": { @@ -143157,7 +146831,8 @@ "longitude": -70.885311, "name": "Humphrey St @ Tufts St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4858", "links": { @@ -143195,7 +146870,8 @@ "longitude": -70.887, "name": "Humphrey St @ Ruby Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4859", "links": { @@ -143233,7 +146909,8 @@ "longitude": -70.888223, "name": "Humphrey St @ West St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4860", "links": { @@ -143271,7 +146948,8 @@ "longitude": -70.889618, "name": "Humphrey St @ Crossman Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "4861", "links": { @@ -143309,7 +146987,8 @@ "longitude": -71.210423, "name": "Washington St opp Mylod St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "48618", "links": { @@ -143347,7 +147026,8 @@ "longitude": -71.190263, "name": "20 Washington St - Westwood Line", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "48619", "links": { @@ -143385,7 +147065,8 @@ "longitude": -70.889956, "name": "Humphrey St @ Stanley Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4862", "links": { @@ -143423,7 +147104,8 @@ "longitude": -70.892636, "name": "Humphrey St @ Salem St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4864", "links": { @@ -143461,7 +147143,8 @@ "longitude": -70.892518, "name": "Salem St @ Humphrey St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4865", "links": { @@ -143499,7 +147182,8 @@ "longitude": -70.89883, "name": "Salem St @ Sunbeam Ln", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4870", "links": { @@ -143537,7 +147221,8 @@ "longitude": -70.900521, "name": "1000 Paradise Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4872", "links": { @@ -143575,7 +147260,8 @@ "longitude": -70.902066, "name": "500 Paradise Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4873", "links": { @@ -143613,7 +147299,8 @@ "longitude": -70.902881, "name": "Paradise Rd @ Swampscott Mall", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4874", "links": { @@ -143651,7 +147338,8 @@ "longitude": -70.903752, "name": "Opp 383 Paradise Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4875", "links": { @@ -143689,7 +147377,8 @@ "longitude": -70.907985, "name": "Paradise Rd @ Longwood Dr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4876", "links": { @@ -143727,7 +147416,8 @@ "longitude": -70.910116, "name": "306 Paradise Rd opp Walker Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4877", "links": { @@ -143765,7 +147455,8 @@ "longitude": -70.913416, "name": "Paradise Rd @ Franklin Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "4878", "links": { @@ -143803,7 +147494,8 @@ "longitude": -70.915906, "name": "Paradise Rd @ Norfolk Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4879", "links": { @@ -143841,7 +147533,8 @@ "longitude": -70.917107, "name": "Paradise Rd @ Ellis Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "4880", "links": { @@ -143879,7 +147572,8 @@ "longitude": -70.918652, "name": "Paradise Rd opp Andrew Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4881", "links": { @@ -143917,7 +147611,8 @@ "longitude": -70.919591, "name": "Paradise Rd @ Berkshire St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "4882", "links": { @@ -143955,7 +147650,8 @@ "longitude": -70.921169, "name": "Paradise Rd @ Burrill St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4883", "links": { @@ -143993,7 +147689,8 @@ "longitude": -70.922852, "name": "New Ocean St opp Rock Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4885", "links": { @@ -144031,7 +147728,8 @@ "longitude": -70.924804, "name": "Ocean St @ Michigan Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "4886", "links": { @@ -144069,7 +147767,8 @@ "longitude": -70.932805, "name": "Lewis St @ Lafayette Park", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4891", "links": { @@ -144107,7 +147806,8 @@ "longitude": -70.934505, "name": "Lewis St @ Chestnut St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4892", "links": { @@ -144145,7 +147845,8 @@ "longitude": -70.940051, "name": "Broad St @ Silsbee St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4895", "links": { @@ -144183,7 +147884,8 @@ "longitude": -71.051028, "name": "Dorchester St @ W 8th St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "49", "links": { @@ -144221,7 +147923,8 @@ "longitude": -71.062211, "name": "Temple Pl @ Washington St", "platform_name": "Nubian", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "49001", "links": { @@ -144288,7 +147991,8 @@ "longitude": -71.063684, "name": "Washington St @ Tufts Med Ctr", "platform_name": "Nubian", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "49002", "links": { @@ -144339,7 +148043,8 @@ "longitude": -71.064695, "name": "Washington St @ Herald St", "platform_name": "Nubian", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "49003", "links": { @@ -144377,7 +148082,8 @@ "longitude": -70.89429, "name": "Humphrey St @ Orchard Circle", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4901", "links": { @@ -144415,7 +148121,8 @@ "longitude": -70.894724, "name": "Humphrey St @ Orchard Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4902", "links": { @@ -144453,7 +148160,8 @@ "longitude": -70.89482, "name": "Humphrey St opp Puritan Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4903", "links": { @@ -144491,7 +148199,8 @@ "longitude": -70.896211, "name": "Humphrey St @ Phillips Circle", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4904", "links": { @@ -144529,7 +148238,8 @@ "longitude": -71.082736, "name": "Riverside Ave @ Bradbury Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "49040", "links": { @@ -144567,7 +148277,8 @@ "longitude": -70.898517, "name": "Humphrey St opp Shelton Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4905", "links": { @@ -144605,7 +148316,8 @@ "longitude": -70.900513, "name": "Humphrey St @ Pleasant St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4906", "links": { @@ -144643,7 +148355,8 @@ "longitude": -71.041665, "name": "Salem St @ Church St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "49061", "links": { @@ -144681,7 +148394,8 @@ "longitude": -71.029096, "name": "Salem St @ Clapp St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "49067", "links": { @@ -144719,7 +148433,8 @@ "longitude": -70.903688, "name": "Humphrey St @ Millett Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4907", "links": { @@ -144757,7 +148472,8 @@ "longitude": -70.905654, "name": "508 Humphrey St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4908", "links": { @@ -144795,7 +148511,8 @@ "longitude": -70.907537, "name": "Humphrey St @ Cedar Hill Terr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4909", "links": { @@ -144833,7 +148550,8 @@ "longitude": -71.082001, "name": "Riverside Ave @ Bradbury Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "49096", "links": { @@ -144871,7 +148589,8 @@ "longitude": -70.910532, "name": "Humphrey St @ Greenwood Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4911", "links": { @@ -144909,7 +148628,8 @@ "longitude": -70.913713, "name": "260 Humphrey St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4912", "links": { @@ -144947,7 +148667,8 @@ "longitude": -70.915652, "name": "198 Humphrey St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4913", "links": { @@ -144985,7 +148706,8 @@ "longitude": -70.917452, "name": "Humphrey St @ Monument Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4914", "links": { @@ -145023,7 +148745,8 @@ "longitude": -70.920145, "name": "50 Humphrey St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4915", "links": { @@ -145061,7 +148784,8 @@ "longitude": -71.093296, "name": "61 Locust St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "49157", "links": { @@ -145099,7 +148823,8 @@ "longitude": -71.091567, "name": "Meadow Glen Mall @ Main Entrance", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "49158", "links": { @@ -145137,7 +148862,8 @@ "longitude": -70.922245, "name": "Humphrey St @ Eastern Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4916", "links": { @@ -145175,7 +148901,8 @@ "longitude": -71.090875, "name": "400 Riverside Ave opp Linden St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "49164", "links": { @@ -145213,7 +148940,8 @@ "longitude": -70.952054, "name": "Lynn St opp Fairview Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4919", "links": { @@ -145251,7 +148979,8 @@ "longitude": -70.951438, "name": "Lynn St @ MacArthur Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4920", "links": { @@ -145289,7 +149018,8 @@ "longitude": -70.948444, "name": "Lynn St @ Coolidge Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4921", "links": { @@ -145327,7 +149057,8 @@ "longitude": -70.946838, "name": "Lynn St @ Rainbow Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "4922", "links": { @@ -145365,7 +149096,8 @@ "longitude": -71.067758, "name": "Main St opp Oak Grove Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "49220", "links": { @@ -145398,12 +149130,13 @@ { "attributes": { "description": null, - "latitude": 42.443484, + "latitude": 42.443954, "location_type": 0, - "longitude": -71.068173, - "name": "Main St @ Banks Pl", + "longitude": -71.068217, + "name": "Main St @ Banks St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "49221", "links": { @@ -145441,7 +149174,8 @@ "longitude": -70.94506, "name": "Lynn St opp Lynn St Ct", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4923", "links": { @@ -145479,7 +149213,8 @@ "longitude": -70.942676, "name": "Washington St @ Granite St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "4924", "links": { @@ -145517,7 +149252,8 @@ "longitude": -70.938798, "name": "Washington St @ Hingston St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4925", "links": { @@ -145555,7 +149291,8 @@ "longitude": -70.930424, "name": "Washington St @ Bresnahan St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "4926", "links": { @@ -145593,7 +149330,8 @@ "longitude": -70.926143, "name": "Washington St @ Aborn St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4927", "links": { @@ -145631,7 +149369,8 @@ "longitude": -70.923617, "name": "Washington St @ Main St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4928", "links": { @@ -145669,7 +149408,8 @@ "longitude": -70.927097, "name": "Central St @ Walnut St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4929", "links": { @@ -145707,7 +149447,8 @@ "longitude": -70.927303, "name": "Central St @ Community Life Center", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "4930", "links": { @@ -145745,7 +149486,8 @@ "longitude": -71.082875, "name": "North Ave @ Winn St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "49305", "links": { @@ -145783,7 +149525,8 @@ "longitude": -70.929826, "name": "Andover St @ Pound Ln", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4931", "links": { @@ -145821,7 +149564,8 @@ "longitude": -70.932952, "name": "Andover St opp Buttonwood Ln", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4932", "links": { @@ -145859,7 +149603,8 @@ "longitude": -70.933359, "name": "Andover St @ Buttonwood Ln", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4933", "links": { @@ -145897,7 +149642,8 @@ "longitude": -70.927431, "name": "86 Central St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "4934", "links": { @@ -145935,7 +149681,8 @@ "longitude": -70.927319, "name": "Central St opp Walnut St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4935", "links": { @@ -145973,7 +149720,8 @@ "longitude": -70.923395, "name": "Washington St @ Main St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4936", "links": { @@ -146011,7 +149759,8 @@ "longitude": -70.930609, "name": "Washington St @ Lowe St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4937", "links": { @@ -146049,7 +149798,8 @@ "longitude": -70.935153, "name": "Washington St opp Blaney St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "4938", "links": { @@ -146087,7 +149837,8 @@ "longitude": -70.939128, "name": "Washington St @ Allens Ln", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4939", "links": { @@ -146125,7 +149876,8 @@ "longitude": -71.070513, "name": "Gallivan Blvd @ Washington St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "494", "links": { @@ -146163,7 +149915,8 @@ "longitude": -70.94282, "name": "Washington St opp Granite St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4940", "links": { @@ -146201,7 +149954,8 @@ "longitude": -70.945017, "name": "23 Lynn St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4941", "links": { @@ -146239,7 +149993,8 @@ "longitude": -70.946981, "name": "Lynn St @ Brown St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "4942", "links": { @@ -146277,7 +150032,8 @@ "longitude": -70.9486, "name": "Lynn St @ Winnegance Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4943", "links": { @@ -146315,7 +150071,8 @@ "longitude": -70.952175, "name": "Lynn St @ Fairview Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4945", "links": { @@ -146353,7 +150110,8 @@ "longitude": -70.919221, "name": "Margin St @ Dobbs Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4948", "links": { @@ -146391,7 +150149,8 @@ "longitude": -70.916697, "name": "Margin St @ Roycroft Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "4949", "links": { @@ -146429,7 +150188,8 @@ "longitude": -70.91394, "name": "Margin St @ Driscoll St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4950", "links": { @@ -146467,7 +150227,8 @@ "longitude": -70.913895, "name": "Margin St opp Driscoll St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4951", "links": { @@ -146505,7 +150266,8 @@ "longitude": -70.91654, "name": "Margin St opp Roycroft Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4952", "links": { @@ -146543,7 +150305,8 @@ "longitude": -71.068937, "name": "Gallivan Blvd @ Owencroft Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "496", "links": { @@ -146581,7 +150344,8 @@ "longitude": -71.208241, "name": "Washington St @ Short St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "49618", "links": { @@ -146619,7 +150383,8 @@ "longitude": -71.190035, "name": "Washington St opp Marshall St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "49619", "links": { @@ -146657,7 +150422,8 @@ "longitude": -71.075075, "name": "Gallivan Blvd @ Milton Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "497", "links": { @@ -146695,7 +150461,8 @@ "longitude": -71.060394, "name": "Tremont St @ Beacon St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "49704", "links": { @@ -146733,7 +150500,8 @@ "longitude": -71.194768, "name": "S Bedford St @ Wayside Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "49738", "links": { @@ -146771,7 +150539,8 @@ "longitude": -71.197685, "name": "S Bedford St opp Kimball Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "49739", "links": { @@ -146809,7 +150578,8 @@ "longitude": -71.252377, "name": "Bedford Woods Dr @ Bldg 174", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "49795", "links": { @@ -146847,7 +150617,8 @@ "longitude": -71.248142, "name": "3 Oak Park Dr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "49796", "links": { @@ -146885,7 +150656,8 @@ "longitude": -71.250897, "name": "7 Oak Park Dr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "49797", "links": { @@ -146923,7 +150695,8 @@ "longitude": -71.250401, "name": "10 Oak Park Dr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "49798", "links": { @@ -146961,7 +150734,8 @@ "longitude": -71.076948, "name": "Gallivan Blvd @ Arbella Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "498", "links": { @@ -146999,7 +150773,8 @@ "longitude": -71.241983, "name": "Crosby Dr @ Middlesex Trnpk", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "49800", "links": { @@ -147037,7 +150812,8 @@ "longitude": -71.244063, "name": "28-30 Crosby Dr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "49801", "links": { @@ -147075,7 +150851,8 @@ "longitude": -71.242357, "name": "4 Crosby Dr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "49803", "links": { @@ -147113,7 +150890,8 @@ "longitude": -71.223178, "name": "Third Ave @ Middlesex Trnpk", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "49805", "links": { @@ -147151,7 +150929,8 @@ "longitude": -71.232269, "name": "Blue Sky Drive", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "49806", "links": { @@ -147189,7 +150968,8 @@ "longitude": -71.226441, "name": "2-4 Fourth Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "49807", "links": { @@ -147227,7 +151007,8 @@ "longitude": -71.217131, "name": "Burlington Mall Rd opp Meadow Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "49808", "links": { @@ -147263,9 +151044,10 @@ "latitude": 42.503598, "location_type": 0, "longitude": -71.239766, - "name": " MITRE Corp Inner Rd", + "name": "MITRE Corp Inner Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "49810", "links": { @@ -147303,7 +151085,8 @@ "longitude": -71.177023, "name": "Lexington St @ Mayflower St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "49816", "links": { @@ -147341,7 +151124,8 @@ "longitude": -71.174741, "name": "Lexington St @ Totman Dr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "49817", "links": { @@ -147379,7 +151163,8 @@ "longitude": -71.174747, "name": "Lexington St opp Totman Dr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "49818", "links": { @@ -147417,7 +151202,8 @@ "longitude": -71.140687, "name": "Bow St @ Montvale Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "4982", "links": { @@ -147455,7 +151241,8 @@ "longitude": -71.160798, "name": "126 Pleasant St opp Valley Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "49823", "links": { @@ -147493,7 +151280,8 @@ "longitude": -71.15588, "name": "Pleasant St @ Arlington Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "49824", "links": { @@ -147531,7 +151319,8 @@ "longitude": -71.120414, "name": "Washington St @ Mill St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "49825", "links": { @@ -147569,7 +151358,8 @@ "longitude": -71.150086, "name": "Montvale Ave @ Prospect St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "49826", "links": { @@ -147607,7 +151397,8 @@ "longitude": -71.147035, "name": "Montvale Ave @ Fairmount St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "49827", "links": { @@ -147645,7 +151436,8 @@ "longitude": -71.144302, "name": "Montvale Ave @ Eastern Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "49828", "links": { @@ -147683,7 +151475,8 @@ "longitude": -71.14078, "name": "45 Bow St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "49829", "links": { @@ -147721,7 +151514,8 @@ "longitude": -71.139071, "name": "Salem St @ Hilltop Terr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "49831", "links": { @@ -147759,7 +151553,8 @@ "longitude": -71.135821, "name": "Salem St @ Wood St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "49832", "links": { @@ -147797,7 +151592,8 @@ "longitude": -71.130188, "name": "Pine St opp Montvale Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "49834", "links": { @@ -147835,7 +151631,8 @@ "longitude": -71.128156, "name": "Pine St opp Felton St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "49836", "links": { @@ -147873,7 +151670,8 @@ "longitude": -71.125988, "name": "Pine St @ Orange St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "49837", "links": { @@ -147911,7 +151709,8 @@ "longitude": -71.122886, "name": "Central St @ Pine St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "49838", "links": { @@ -147949,7 +151748,8 @@ "longitude": -71.12414, "name": "Central St @ Montvale Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "49839", "links": { @@ -147987,7 +151787,8 @@ "longitude": -71.121032, "name": "Montvale Ave @ Washington St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "49841", "links": { @@ -148025,7 +151826,8 @@ "longitude": -71.117154, "name": "Montvale Ave @ I93 ramp", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "49842", "links": { @@ -148063,7 +151865,8 @@ "longitude": -71.239692, "name": "MITRE Corp Inner Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "49846", "links": { @@ -148101,7 +151904,8 @@ "longitude": -71.236177, "name": "209 Burlington Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "49847", "links": { @@ -148139,7 +151943,8 @@ "longitude": -71.225332, "name": "53 Third Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "49848", "links": { @@ -148177,7 +151982,8 @@ "longitude": -71.223674, "name": "Opp 32 Second Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "49849", "links": { @@ -148215,7 +152021,8 @@ "longitude": -71.221597, "name": "Second Ave @ South Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "49850", "links": { @@ -148253,7 +152060,8 @@ "longitude": -71.080231, "name": "Gallivan Blvd @ Fairmount St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "499", "links": { @@ -148291,7 +152099,8 @@ "longitude": -71.117201, "name": "Montvale Ave @ I93", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "49901", "links": { @@ -148324,12 +152133,13 @@ { "attributes": { "description": null, - "latitude": 42.49486, + "latitude": 42.494228, "location_type": 0, - "longitude": -71.124292, - "name": "295 Washington St", + "longitude": -71.124026, + "name": "Washington St @ Carlena Ter", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "49902", "links": { @@ -148367,7 +152177,8 @@ "longitude": -71.123476, "name": "42 Central St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "49903", "links": { @@ -148405,7 +152216,8 @@ "longitude": -71.122749, "name": "Central St @ Pine St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "49904", "links": { @@ -148443,7 +152255,8 @@ "longitude": -71.125721, "name": "Pine St opp Orange St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "49906", "links": { @@ -148481,7 +152294,8 @@ "longitude": -71.128135, "name": "Pine St @ Felton St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "49907", "links": { @@ -148519,7 +152333,8 @@ "longitude": -71.135427, "name": "Salem St @ Wildwood Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "49910", "links": { @@ -148557,7 +152372,8 @@ "longitude": -71.13867, "name": "Salem St @ Sedgewick Pk", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "49911", "links": { @@ -148595,7 +152411,8 @@ "longitude": -71.140906, "name": "60 Bow St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "49913", "links": { @@ -148633,7 +152450,8 @@ "longitude": -71.140839, "name": "Bow St @ Montvale Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "49914", "links": { @@ -148671,7 +152489,8 @@ "longitude": -71.144219, "name": "Montvale Ave opp Eastern Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "49915", "links": { @@ -148709,7 +152528,8 @@ "longitude": -71.148131, "name": "60 Montvale Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "49916", "links": { @@ -148747,7 +152567,8 @@ "longitude": -71.151629, "name": "Montvale Ave @ Main St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "49917", "links": { @@ -148785,7 +152606,8 @@ "longitude": -71.153344, "name": "Pleasant St @ Abbott St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "49918", "links": { @@ -148823,7 +152645,8 @@ "longitude": -71.156014, "name": "Pleasant St @ N Warren St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "49919", "links": { @@ -148861,7 +152684,8 @@ "longitude": -71.160863, "name": "Pleasant St @ Valley Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "49920", "links": { @@ -148899,7 +152723,8 @@ "longitude": -71.17253, "name": "Lexington St @ Willow St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "49924", "links": { @@ -148937,7 +152762,8 @@ "longitude": -71.176638, "name": "177 Lexington St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "49926", "links": { @@ -148975,7 +152801,8 @@ "longitude": -71.178464, "name": "Lexington St @ Russell St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "49927", "links": { @@ -149013,7 +152840,8 @@ "longitude": -71.204918, "name": "40 Burlington Mall Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "49939", "links": { @@ -149051,7 +152879,8 @@ "longitude": -71.225437, "name": "32 Third Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "49943", "links": { @@ -149089,7 +152918,8 @@ "longitude": -71.243841, "name": "Opp 28-30 Crosby Dr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "49946", "links": { @@ -149127,7 +152957,8 @@ "longitude": -71.24212, "name": "9 Crosby Dr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "49948", "links": { @@ -149165,7 +152996,8 @@ "longitude": -71.23247, "name": "Dawes Drive", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "49950", "links": { @@ -149203,7 +153035,8 @@ "longitude": -71.126538, "name": "400 W Cummings Pk", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "49999", "links": { @@ -149241,7 +153074,8 @@ "longitude": -71.07707, "name": "Washington St @ Massachusetts Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5", "links": { @@ -149279,7 +153113,8 @@ "longitude": -71.053061, "name": "Dorchester St @ Old Colony Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "50", "links": { @@ -149317,7 +153152,8 @@ "longitude": -71.107833, "name": "Salem St opp River St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5002", "links": { @@ -149355,7 +153191,8 @@ "longitude": -71.106177, "name": "Clippership Dr @ Riverside Towers", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "50021", "links": { @@ -149393,7 +153230,8 @@ "longitude": -71.112906, "name": "High St @ Hillside Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "5003", "links": { @@ -149431,7 +153269,8 @@ "longitude": -71.114929, "name": "High St @ Powder House Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5004", "links": { @@ -149469,7 +153308,8 @@ "longitude": -71.117556, "name": "High St @ Rural Ave - Winthrop Circle", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5005", "links": { @@ -149507,7 +153347,8 @@ "longitude": -71.118106, "name": "305 Winthrop St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5006", "links": { @@ -149545,7 +153386,8 @@ "longitude": -71.118233, "name": "300 Winthrop St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5008", "links": { @@ -149583,7 +153425,8 @@ "longitude": -71.072729, "name": "Gallivan Blvd @ Nevada St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 2 }, "id": "501", "links": { @@ -149621,7 +153464,8 @@ "longitude": -71.11736, "name": "College Ave @ Broadway", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5012", "links": { @@ -149659,7 +153503,8 @@ "longitude": -71.119993, "name": "College Ave @ William St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5014", "links": { @@ -149697,7 +153542,8 @@ "longitude": -71.122171, "name": "College Ave @ Highland Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5015", "links": { @@ -149744,7 +153590,8 @@ "longitude": -71.11951, "name": "College Ave @ Francesca Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5019", "links": { @@ -149782,7 +153629,8 @@ "longitude": -71.117175, "name": "College Ave @ Broadway - Powder House Sq", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5021", "links": { @@ -149820,7 +153668,8 @@ "longitude": -71.110125, "name": "Main St @ High St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5031", "links": { @@ -149858,7 +153707,8 @@ "longitude": -71.110676, "name": "Main St @ Emerson St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5032", "links": { @@ -149896,7 +153746,8 @@ "longitude": -71.110828, "name": "George St @ Main St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5034", "links": { @@ -149934,7 +153785,8 @@ "longitude": -71.113596, "name": "55 George St opp Wedgemere Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5035", "links": { @@ -149972,7 +153824,8 @@ "longitude": -71.116533, "name": "George St @ Marston St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5036", "links": { @@ -150010,7 +153863,8 @@ "longitude": -71.119813, "name": "George St @ Winthrop St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5037", "links": { @@ -150048,7 +153902,8 @@ "longitude": -71.119799, "name": "George St @ Winthrop St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5038", "links": { @@ -150086,7 +153941,8 @@ "longitude": -71.113763, "name": "George St @ Wedgemere Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5039", "links": { @@ -150124,7 +153980,8 @@ "longitude": -71.110725, "name": "George St @ Main St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5040", "links": { @@ -150162,7 +154019,8 @@ "longitude": -71.041468, "name": "Market Basket", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5045", "links": { @@ -150205,7 +154063,8 @@ "longitude": -71.064193, "name": "Belmont St @ Main St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5047", "links": { @@ -150243,7 +154102,8 @@ "longitude": -71.061698, "name": "Belmont St @ Kinsman St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5048", "links": { @@ -150281,7 +154141,8 @@ "longitude": -71.059766, "name": "Hancock St @ Belmont St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5049", "links": { @@ -150319,7 +154180,8 @@ "longitude": -71.056985, "name": "Hancock St @ Tappan St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5050", "links": { @@ -150357,7 +154219,8 @@ "longitude": -71.055102, "name": "Hancock St @ Dean St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5051", "links": { @@ -150395,7 +154258,8 @@ "longitude": -71.055072, "name": "Hancock St @ Glendale Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5054", "links": { @@ -150433,7 +154297,8 @@ "longitude": -71.056954, "name": "Hancock St @ Central Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5055", "links": { @@ -150471,7 +154336,8 @@ "longitude": -71.059761, "name": "Hancock St @ Belmont St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5056", "links": { @@ -150509,7 +154375,8 @@ "longitude": -71.0615, "name": "62 Belmont St opp Kinsman St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5057", "links": { @@ -150547,7 +154414,8 @@ "longitude": -71.064299, "name": "Belmont St @ Main St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5058", "links": { @@ -150585,7 +154453,8 @@ "longitude": -71.086962, "name": "Highland Ave @ Rita Dr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5059", "links": { @@ -150623,7 +154492,8 @@ "longitude": -71.08424, "name": "Highland Ave opp Circle Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5060", "links": { @@ -150661,7 +154531,8 @@ "longitude": -71.082368, "name": "Highland Ave @ Wiley St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "5061", "links": { @@ -150699,7 +154570,8 @@ "longitude": -71.207087, "name": "Washington St @ Saint John Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "50618", "links": { @@ -150737,7 +154609,8 @@ "longitude": -71.188179, "name": "Washington St @ East St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "50619", "links": { @@ -150775,7 +154648,8 @@ "longitude": -71.081953, "name": "Highland Ave @ Pine St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5062", "links": { @@ -150813,7 +154687,8 @@ "longitude": -71.187061, "name": "Washington St @ Alcott Ln", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "50620", "links": { @@ -150851,7 +154726,8 @@ "longitude": -71.079628, "name": "Clifton St @ Dexter St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5066", "links": { @@ -150889,7 +154765,8 @@ "longitude": -71.076896, "name": "Clifton St @ Cedar St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "5067", "links": { @@ -150927,7 +154804,8 @@ "longitude": -71.07485, "name": "Summer St @ Clifton St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5068", "links": { @@ -150965,7 +154843,8 @@ "longitude": -71.074376, "name": "Summer St @ Chestnut St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5069", "links": { @@ -151003,7 +154882,8 @@ "longitude": -71.078726, "name": "Gallivan Blvd @ Morton St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "507", "links": { @@ -151041,7 +154921,8 @@ "longitude": -71.074151, "name": "14 Summer St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5070", "links": { @@ -151084,7 +154965,8 @@ "longitude": -71.074659, "name": "Malden Center", "platform_name": "West Busway", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5072", "links": { @@ -151125,7 +155007,8 @@ "longitude": -71.074265, "name": "Summer St @ Lincoln St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5074", "links": { @@ -151163,7 +155046,8 @@ "longitude": -71.074738, "name": "Summer St @ Clifton St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5075", "links": { @@ -151201,7 +155085,8 @@ "longitude": -71.077325, "name": "Clifton St @ Kernwood St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5076", "links": { @@ -151239,7 +155124,8 @@ "longitude": -71.079393, "name": "Clifton St @ Dexter St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5077", "links": { @@ -151277,7 +155163,8 @@ "longitude": -71.081658, "name": "Clifton St @ Highland Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5078", "links": { @@ -151315,7 +155202,8 @@ "longitude": -71.082894, "name": "Savin St @ Fellsway E", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5079", "links": { @@ -151353,7 +155241,8 @@ "longitude": -71.076598, "name": "Gallivan Blvd opp Arbella Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "508", "links": { @@ -151391,7 +155280,8 @@ "longitude": -71.087567, "name": "Hospital Rd @ Savin St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5080", "links": { @@ -151429,7 +155319,8 @@ "longitude": -71.082798, "name": "Savin St @ Fellsway E", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "5081", "links": { @@ -151467,7 +155358,8 @@ "longitude": -71.082249, "name": "617 Highland Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "5083", "links": { @@ -151505,7 +155397,8 @@ "longitude": -71.083041, "name": "Highland Ave @ Glenwood St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5084", "links": { @@ -151543,7 +155436,8 @@ "longitude": -71.083806, "name": "Highland Ave @ Circle Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5085", "links": { @@ -151581,7 +155475,8 @@ "longitude": -71.085425, "name": "Highland Ave @ McCormack St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "5086", "links": { @@ -151619,7 +155514,8 @@ "longitude": -71.086866, "name": "Highland Ave @ Blomerth St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5087", "links": { @@ -151657,7 +155553,8 @@ "longitude": -71.089402, "name": "Highland Ave @ Tucker St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5088", "links": { @@ -151695,7 +155592,8 @@ "longitude": -71.091543, "name": "Highland Ave @ E Border Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "50881", "links": { @@ -151733,7 +155631,8 @@ "longitude": -71.072264, "name": "91 E Concord St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5089", "links": { @@ -151771,7 +155670,8 @@ "longitude": -71.07495, "name": "Gallivan Blvd @ Oakridge St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "509", "links": { @@ -151809,7 +155709,8 @@ "longitude": -71.121106, "name": "Montvale Ave @ Washington St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "50902", "links": { @@ -151847,7 +155748,8 @@ "longitude": -71.072068, "name": "E Newton St @ Harrison Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5091", "links": { @@ -151885,7 +155787,8 @@ "longitude": -71.149613, "name": "Montvale Ave opp Prospect St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "50916", "links": { @@ -151923,7 +155826,8 @@ "longitude": -71.069417, "name": "Washington St @ Union Pk", "platform_name": "South Station/Downtown Crossing", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5093", "links": { @@ -151961,7 +155865,8 @@ "longitude": -71.213664, "name": "Burlington Mall Rd @ Lexington St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "50939", "links": { @@ -151991,44 +155896,6 @@ }, "type": "stop" }, - { - "attributes": { - "description": null, - "latitude": 42.342695, - "location_type": 0, - "longitude": -71.067065, - "name": "Washington St @ Perry St", - "platform_name": null, - "vehicle_type": 3 - }, - "id": "5094", - "links": { - "self": "/stops/5094" - }, - "relationships": { - "child_stops": { - "data": [] - }, - "connecting_stops": { - "data": [] - }, - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=5094" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, { "attributes": { "description": null, @@ -152037,7 +155904,8 @@ "longitude": -71.216745, "name": "Burlington Mall Rd @ Meadow Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "50940", "links": { @@ -152075,7 +155943,8 @@ "longitude": -71.225725, "name": "23 Fourth Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "50944", "links": { @@ -152113,7 +155982,8 @@ "longitude": -71.065726, "name": "Washington St @ E Berkeley St", "platform_name": "South Station/Downtown Crossing", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5095", "links": { @@ -152151,7 +156021,8 @@ "longitude": -71.066256, "name": "Washington St @ E Berkeley St", "platform_name": "Nubian", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5098", "links": { @@ -152181,44 +156052,6 @@ }, "type": "stop" }, - { - "attributes": { - "description": null, - "latitude": 42.342225, - "location_type": 0, - "longitude": -71.067903, - "name": "Washington St opp Savoy St", - "platform_name": null, - "vehicle_type": 3 - }, - "id": "5099", - "links": { - "self": "/stops/5099" - }, - "relationships": { - "child_stops": { - "data": [] - }, - "connecting_stops": { - "data": [] - }, - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=5099" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, { "attributes": { "description": null, @@ -152227,7 +156060,8 @@ "longitude": -71.054465, "name": "Dorchester St @ Middle St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "51", "links": { @@ -152265,7 +156099,8 @@ "longitude": -71.072905, "name": "Gallivan Blvd @ Pleasant Hill Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 2 }, "id": "510", "links": { @@ -152303,7 +156138,8 @@ "longitude": -71.071317, "name": "Washington St @ W Dedham St", "platform_name": "Nubian", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5100", "links": { @@ -152341,7 +156177,8 @@ "longitude": -71.121879, "name": "Davis", "platform_name": "Busway", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5104", "links": { @@ -152382,7 +156219,8 @@ "longitude": -71.069699, "name": "Washington St @ Gallivan Blvd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "511", "links": { @@ -152420,7 +156258,8 @@ "longitude": -71.048754, "name": "Mt Vernon St @ Bayside Expo Center", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "51111", "links": { @@ -152458,7 +156297,8 @@ "longitude": -71.106554, "name": "Washington St @ Union Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "51187", "links": { @@ -152496,7 +156336,8 @@ "longitude": -71.070203, "name": "Washington St opp Codman Hill Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "512", "links": { @@ -152534,7 +156375,8 @@ "longitude": -71.095172, "name": "Huntington Ave @ Ruggles St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "51317", "links": { @@ -152589,7 +156431,8 @@ "longitude": -71.112317, "name": "S Huntington Ave @ Bynner St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "51365", "links": { @@ -152627,7 +156470,8 @@ "longitude": -71.070857, "name": "Washington St @ Coolidge Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "514", "links": { @@ -152665,7 +156509,8 @@ "longitude": -71.071177, "name": "Washington St @ Fuller St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "515", "links": { @@ -152703,7 +156548,8 @@ "longitude": -71.071403, "name": "Washington St @ Burt St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "516", "links": { @@ -152741,7 +156587,8 @@ "longitude": -71.206644, "name": "1182 Washington St @ Balch School", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "51618", "links": { @@ -152779,7 +156626,8 @@ "longitude": -71.071429, "name": "Washington St opp Armandine St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "517", "links": { @@ -152817,7 +156665,8 @@ "longitude": -71.071094, "name": "Washington St @ Ashmont St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "518", "links": { @@ -152855,7 +156704,8 @@ "longitude": -71.14092, "name": "Lee St @ Sears Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "51835", "links": { @@ -152893,7 +156743,8 @@ "longitude": -71.156984, "name": "Independence Dr @ Sherman Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "51836", "links": { @@ -152931,7 +156782,8 @@ "longitude": -71.170531, "name": "LaGrange St @ Anderer Ln", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "51839", "links": { @@ -152969,7 +156821,8 @@ "longitude": -71.235732, "name": "Highland Ave opp Oakland Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "51852", "links": { @@ -153007,7 +156860,8 @@ "longitude": -71.142333, "name": "Clyde St @ Whitney St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "51917", "links": { @@ -153045,7 +156899,8 @@ "longitude": -71.142086, "name": "Clyde St @ Country Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "51918", "links": { @@ -153083,7 +156938,8 @@ "longitude": -71.056389, "name": "Dorchester St @ Dorchester Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "52", "links": { @@ -153133,12 +156989,13 @@ { "attributes": { "description": null, - "latitude": 42.301283, + "latitude": 42.30135, "location_type": 0, - "longitude": -71.109358, + "longitude": -71.109364, "name": "Arborway @ Courthouse", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "520", "links": { @@ -153176,7 +157033,8 @@ "longitude": -71.052827, "name": "Preble St @ Old Colony Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5201", "links": { @@ -153214,7 +157072,8 @@ "longitude": -71.052634, "name": "Old Colony Ave @ Gavin Way", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5202", "links": { @@ -153252,7 +157111,8 @@ "longitude": -71.05251, "name": "Old Colony Ave @ Msgr O'Callaghan Way", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5203", "links": { @@ -153290,7 +157150,8 @@ "longitude": -71.146643, "name": "Park St @ Saville St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5210", "links": { @@ -153328,7 +157189,8 @@ "longitude": -71.148451, "name": "Park St opp Gertrude Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5211", "links": { @@ -153366,7 +157228,8 @@ "longitude": -71.150495, "name": "230 Park St opp Gilmore Terr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5212", "links": { @@ -153404,7 +157267,8 @@ "longitude": -71.149252, "name": "Anawan Ave @ Allenwood St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5213", "links": { @@ -153442,7 +157306,8 @@ "longitude": -71.147775, "name": "Anawan Ave @ W Roxbury Pkwy", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5214", "links": { @@ -153480,7 +157345,8 @@ "longitude": -71.084091, "name": "Fellsway @ Riverside Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5215", "links": { @@ -153518,7 +157384,8 @@ "longitude": -71.14417, "name": "Centre St @ South St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5217", "links": { @@ -153556,7 +157423,8 @@ "longitude": -71.142062, "name": "Centre St @ Guernsey St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5218", "links": { @@ -153594,7 +157462,8 @@ "longitude": -71.140829, "name": "Centre St @ Bradfield Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5219", "links": { @@ -153632,7 +157501,8 @@ "longitude": -71.102356, "name": "Circuit Dr @ Shattuck Hospital", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "522", "links": { @@ -153670,7 +157540,8 @@ "longitude": -71.139812, "name": "Centre St @ Fletcher St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5220", "links": { @@ -153708,7 +157579,8 @@ "longitude": -71.138545, "name": "Centre St @ Hewlett St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5221", "links": { @@ -153746,7 +157618,8 @@ "longitude": -71.137342, "name": "Centre St @ Ardale St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5222", "links": { @@ -153784,7 +157657,8 @@ "longitude": -71.135578, "name": "Centre St @ Weld St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5223", "links": { @@ -153822,7 +157696,8 @@ "longitude": -71.1342, "name": "Centre St opp Buchanan Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5224", "links": { @@ -153860,7 +157735,8 @@ "longitude": -71.13231, "name": "1200 Centre St opp VFW Pkwy", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5225", "links": { @@ -153898,7 +157774,8 @@ "longitude": -71.130466, "name": "Centre St @ Walter St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "5226", "links": { @@ -153936,7 +157813,8 @@ "longitude": -71.127124, "name": "Centre St opp Faulkner Hospital", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5227", "links": { @@ -153974,7 +157852,8 @@ "longitude": -71.125277, "name": "Centre St @ Westchester Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5228", "links": { @@ -154012,7 +157891,8 @@ "longitude": -71.124579, "name": "Centre St opp Rambler Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5229", "links": { @@ -154050,7 +157930,8 @@ "longitude": -71.096524, "name": "Morton St @ Canterbury St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "523", "links": { @@ -154088,7 +157969,8 @@ "longitude": -71.12422, "name": "Centre St opp Louders Ln", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5230", "links": { @@ -154126,7 +158008,8 @@ "longitude": -71.122487, "name": "Centre St @ Arborway Rotary", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5231", "links": { @@ -154164,7 +158047,8 @@ "longitude": -71.102226, "name": "Morton St opp Shattuck Hospital", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 2 }, "id": "5232", "links": { @@ -154202,7 +158086,8 @@ "longitude": -71.111044, "name": "Washington St @ Arborway Garage", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "5233", "links": { @@ -154240,7 +158125,8 @@ "longitude": -71.109133, "name": "Washington St @ Brookley Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5234", "links": { @@ -154278,7 +158164,8 @@ "longitude": -71.10846, "name": "Washington St @ Rossmore Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5235", "links": { @@ -154316,7 +158203,8 @@ "longitude": -71.104245, "name": "Washington St @ Glen Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5236", "links": { @@ -154354,7 +158242,8 @@ "longitude": -71.094142, "name": "Morton St @ Harvard St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "524", "links": { @@ -154392,7 +158281,8 @@ "longitude": -71.093576, "name": "Morton St @ Courtland Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5240", "links": { @@ -154430,7 +158320,8 @@ "longitude": -71.122782, "name": "Centre St @ Hillcroft Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5241", "links": { @@ -154468,7 +158359,8 @@ "longitude": -71.124871, "name": "Centre St @ Rambler Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5243", "links": { @@ -154506,7 +158398,8 @@ "longitude": -71.125639, "name": "Centre St @ Westchester Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5244", "links": { @@ -154544,7 +158437,8 @@ "longitude": -71.127376, "name": "Centre St @ Faulkner Hospital", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5245", "links": { @@ -154582,7 +158476,8 @@ "longitude": -71.130313, "name": "Centre St opp Walter St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5246", "links": { @@ -154620,7 +158515,8 @@ "longitude": -71.132485, "name": "Centre St @ VFW Pkwy", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5247", "links": { @@ -154658,7 +158554,8 @@ "longitude": -71.134235, "name": "Centre St @ Buchanan Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5248", "links": { @@ -154696,7 +158593,8 @@ "longitude": -71.136665, "name": "Centre St @ Weld St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5249", "links": { @@ -154734,7 +158632,8 @@ "longitude": -71.093181, "name": "Morton St @ Greendale Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "525", "links": { @@ -154772,7 +158671,8 @@ "longitude": -71.13749, "name": "1437 Centre St opp Ardale St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5250", "links": { @@ -154810,7 +158710,8 @@ "longitude": -71.138693, "name": "1467 Centre St opp Hewlett St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5251", "links": { @@ -154848,7 +158749,8 @@ "longitude": -71.139718, "name": "Centre St @ Fletcher St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5252", "links": { @@ -154886,7 +158788,8 @@ "longitude": -71.141686, "name": "1539 Centre St opp Bradfield Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5253", "links": { @@ -154924,7 +158827,8 @@ "longitude": -71.142269, "name": "Centre St @ Montclair Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5254", "links": { @@ -154962,7 +158866,8 @@ "longitude": -71.145032, "name": "Centre St @ Church St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5255", "links": { @@ -155000,7 +158905,8 @@ "longitude": -71.14698, "name": "Centre St @ W Roxbury Pkwy", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5256", "links": { @@ -155038,7 +158944,8 @@ "longitude": -71.147838, "name": "W Roxbury Pkwy @ Beech St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5257", "links": { @@ -155076,7 +158983,8 @@ "longitude": -71.147859, "name": "Anawan Ave @ W Roxbury Pkwy", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5258", "links": { @@ -155114,7 +159022,8 @@ "longitude": -71.149404, "name": "101 Anawan Ave opp Allenwood St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5259", "links": { @@ -155152,7 +159061,8 @@ "longitude": -71.091028, "name": "Morton St @ Blue Hill Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "526", "links": { @@ -155190,7 +159100,8 @@ "longitude": -71.150507, "name": "Park St @ Gilmore Terr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5260", "links": { @@ -155228,7 +159139,8 @@ "longitude": -71.148714, "name": "Park St @ Gertrude Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5261", "links": { @@ -155266,7 +159178,8 @@ "longitude": -71.205315, "name": "Washington St @ Heaton Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "52618", "links": { @@ -155304,7 +159217,8 @@ "longitude": -71.146763, "name": "Park St @ Woodard Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5262", "links": { @@ -155342,7 +159256,8 @@ "longitude": -71.148157, "name": "Woodard Rd @ Wren St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5263", "links": { @@ -155380,7 +159295,8 @@ "longitude": -71.089799, "name": "Fellsway W @ Salem St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5264", "links": { @@ -155418,7 +159334,8 @@ "longitude": -71.08655, "name": "1250 Fellsway", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "5265", "links": { @@ -155456,7 +159373,8 @@ "longitude": -71.086306, "name": "Fellsway @ Emerald St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5266", "links": { @@ -155494,7 +159412,8 @@ "longitude": -71.086105, "name": "Fellsway @ Central Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "5267", "links": { @@ -155532,7 +159451,8 @@ "longitude": -71.086421, "name": "Fellsway @ Malden St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "5268", "links": { @@ -155570,7 +159490,8 @@ "longitude": -71.084902, "name": "Fellsway @ Myrtle St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "5269", "links": { @@ -155608,7 +159529,8 @@ "longitude": -71.088905, "name": "Morton St @ Wildwood St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "527", "links": { @@ -155646,7 +159568,8 @@ "longitude": -71.085148, "name": "Fellsway @ Second St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "5270", "links": { @@ -155678,17 +159601,312 @@ }, { "attributes": { - "description": null, - "latitude": 42.402581, + "description": "Wellington - Busway Berth A1", + "latitude": 42.402533, "location_type": 0, - "longitude": -71.076089, - "name": "Wellington Station Busway", - "platform_name": null, - "vehicle_type": 3 + "longitude": -71.075586, + "name": "Wellington", + "platform_name": "Busway Berth A1", + "vehicle_type": 3, + "wheelchair_boarding": 1 + }, + "id": "52710", + "links": { + "self": "/stops/52710" + }, + "relationships": { + "child_stops": { + "data": [] + }, + "connecting_stops": { + "data": [] + }, + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=52710" + } + }, + "parent_station": { + "data": { + "id": "place-welln", + "type": "stop" + } + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Wellington - Busway Berth A2", + "latitude": 42.402469, + "location_type": 0, + "longitude": -71.075826, + "name": "Wellington", + "platform_name": "Busway Berth A2", + "vehicle_type": 3, + "wheelchair_boarding": 1 + }, + "id": "52711", + "links": { + "self": "/stops/52711" + }, + "relationships": { + "child_stops": { + "data": [] + }, + "connecting_stops": { + "data": [] + }, + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=52711" + } + }, + "parent_station": { + "data": { + "id": "place-welln", + "type": "stop" + } + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Wellington - Busway Berth A3", + "latitude": 42.402463, + "location_type": 0, + "longitude": -71.07609, + "name": "Wellington", + "platform_name": "Busway Berth A3", + "vehicle_type": 3, + "wheelchair_boarding": 1 + }, + "id": "52712", + "links": { + "self": "/stops/52712" + }, + "relationships": { + "child_stops": { + "data": [] + }, + "connecting_stops": { + "data": [] + }, + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=52712" + } + }, + "parent_station": { + "data": { + "id": "place-welln", + "type": "stop" + } + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Wellington - Busway Berth A4", + "latitude": 42.40246, + "location_type": 0, + "longitude": -71.0763, + "name": "Wellington", + "platform_name": "Busway Berth A4", + "vehicle_type": 3, + "wheelchair_boarding": 1 + }, + "id": "52713", + "links": { + "self": "/stops/52713" + }, + "relationships": { + "child_stops": { + "data": [] + }, + "connecting_stops": { + "data": [] + }, + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=52713" + } + }, + "parent_station": { + "data": { + "id": "place-welln", + "type": "stop" + } + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Wellington - Busway Berth B1", + "latitude": 42.402616, + "location_type": 0, + "longitude": -71.075739, + "name": "Wellington", + "platform_name": "Busway Berth B1", + "vehicle_type": 3, + "wheelchair_boarding": 1 + }, + "id": "52714", + "links": { + "self": "/stops/52714" + }, + "relationships": { + "child_stops": { + "data": [] + }, + "connecting_stops": { + "data": [] + }, + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=52714" + } + }, + "parent_station": { + "data": { + "id": "place-welln", + "type": "stop" + } + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Wellington - Busway Berth B2", + "latitude": 42.402597, + "location_type": 0, + "longitude": -71.076024, + "name": "Wellington", + "platform_name": "Busway Berth B2", + "vehicle_type": 3, + "wheelchair_boarding": 1 + }, + "id": "52715", + "links": { + "self": "/stops/52715" + }, + "relationships": { + "child_stops": { + "data": [] + }, + "connecting_stops": { + "data": [] + }, + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=52715" + } + }, + "parent_station": { + "data": { + "id": "place-welln", + "type": "stop" + } + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Wellington - Busway Berth B3", + "latitude": 42.402602, + "location_type": 0, + "longitude": -71.076337, + "name": "Wellington", + "platform_name": "Busway Berth B3", + "vehicle_type": 3, + "wheelchair_boarding": 1 + }, + "id": "52716", + "links": { + "self": "/stops/52716" + }, + "relationships": { + "child_stops": { + "data": [] + }, + "connecting_stops": { + "data": [] + }, + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=52716" + } + }, + "parent_station": { + "data": { + "id": "place-welln", + "type": "stop" + } + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Wellington - Busway Drop-off Only", + "latitude": 42.402517, + "location_type": 0, + "longitude": -71.076577, + "name": "Wellington", + "platform_name": "Busway Drop-off Only", + "vehicle_type": 3, + "wheelchair_boarding": 1 }, - "id": "5271", + "id": "52720", "links": { - "self": "/stops/5271" + "self": "/stops/52720" }, "relationships": { "child_stops": { @@ -155699,7 +159917,7 @@ }, "facilities": { "links": { - "related": "/facilities/?filter[stop]=5271" + "related": "/facilities/?filter[stop]=52720" } }, "parent_station": { @@ -155725,7 +159943,8 @@ "longitude": -71.084731, "name": "Fellsway @ Second St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5274", "links": { @@ -155763,7 +159982,8 @@ "longitude": -71.084593, "name": "Fellsway @ Myrtle St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "5275", "links": { @@ -155801,7 +160021,8 @@ "longitude": -71.085794, "name": "Fellsway @ Medford St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "5276", "links": { @@ -155839,7 +160060,8 @@ "longitude": -71.086004, "name": "Fellsway @ Malden St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "5277", "links": { @@ -155877,7 +160099,8 @@ "longitude": -71.08603, "name": "Fellsway @ Watts St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5279", "links": { @@ -155915,7 +160138,8 @@ "longitude": -71.087316, "name": "Morton St @ Norfolk St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "528", "links": { @@ -155953,7 +160177,8 @@ "longitude": -71.092564, "name": "Salem St @ Grant Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5282", "links": { @@ -155991,7 +160216,8 @@ "longitude": -71.094073, "name": "390 Salem St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5283", "links": { @@ -156029,7 +160255,8 @@ "longitude": -71.095905, "name": "Salem St @ Almont St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5284", "links": { @@ -156067,7 +160294,8 @@ "longitude": -71.0975, "name": "Salem St @ Paris St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5285", "links": { @@ -156105,7 +160333,8 @@ "longitude": -71.099584, "name": "Salem St @ Court St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5286", "links": { @@ -156143,7 +160372,8 @@ "longitude": -71.101701, "name": "Salem St @ Allen Ct", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "5287", "links": { @@ -156181,7 +160411,8 @@ "longitude": -71.070368, "name": "Centre St @ Stop & Shop", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5289", "links": { @@ -156217,9 +160448,10 @@ "latitude": 42.280779, "location_type": 0, "longitude": -71.084621, - "name": "Morton St opp Evans St", + "name": "Morton St @ Evans St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "529", "links": { @@ -156266,7 +160498,8 @@ "longitude": -71.110777, "name": "Main St @ Summer St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5290", "links": { @@ -156304,7 +160537,8 @@ "longitude": -71.110644, "name": "Main St @ George St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5291", "links": { @@ -156342,7 +160576,8 @@ "longitude": -71.110155, "name": "Main St @ Stearns Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5292", "links": { @@ -156380,7 +160615,8 @@ "longitude": -71.109479, "name": "Main St @ Windsor Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "5293", "links": { @@ -156418,7 +160654,8 @@ "longitude": -71.108982, "name": "Main St @ Wellesley St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5294", "links": { @@ -156456,7 +160693,8 @@ "longitude": -71.108534, "name": "Main St @ Princeton St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5295", "links": { @@ -156494,7 +160732,8 @@ "longitude": -71.108027, "name": "Main St @ Harvard St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5296", "links": { @@ -156532,7 +160771,8 @@ "longitude": -71.107303, "name": "Main St @ Marion St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5297", "links": { @@ -156570,7 +160810,8 @@ "longitude": -71.106406, "name": "Main St @ Medford St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5298", "links": { @@ -156608,7 +160849,8 @@ "longitude": -71.104027, "name": "Main St @ Albion St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5299", "links": { @@ -156641,12 +160883,13 @@ { "attributes": { "description": null, - "latitude": 42.279969, + "latitude": 42.280123, "location_type": 0, - "longitude": -71.082091, + "longitude": -71.082274, "name": "Morton St @ Lorna Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "530", "links": { @@ -156684,7 +160927,8 @@ "longitude": -71.101845, "name": "Main St @ Dexter St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5300", "links": { @@ -156722,7 +160966,8 @@ "longitude": -71.099991, "name": "Main St @ Bow St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5301", "links": { @@ -156760,7 +161005,8 @@ "longitude": -71.09876, "name": "Main St opp Moreland St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5302", "links": { @@ -156798,7 +161044,8 @@ "longitude": -71.097724, "name": "Main St @ Broadway", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "5303", "links": { @@ -156836,7 +161083,8 @@ "longitude": -71.098711, "name": "Main St @ Moreland St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5305", "links": { @@ -156874,7 +161122,8 @@ "longitude": -71.09993, "name": "Main St @ Henry St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5306", "links": { @@ -156912,7 +161161,8 @@ "longitude": -71.101931, "name": "Main St @ Dexter St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5307", "links": { @@ -156950,7 +161200,8 @@ "longitude": -71.103889, "name": "Main St opp Albion St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5308", "links": { @@ -156988,7 +161239,8 @@ "longitude": -71.106442, "name": "Main St @ Medford St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5309", "links": { @@ -157026,7 +161278,8 @@ "longitude": -71.107141, "name": "Main St @ Mayberry Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5310", "links": { @@ -157064,7 +161317,8 @@ "longitude": -71.107831, "name": "Main St @ Harvard St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5311", "links": { @@ -157102,7 +161356,8 @@ "longitude": -71.108659, "name": "Main St @ Bowen Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5312", "links": { @@ -157140,7 +161395,8 @@ "longitude": -71.109634, "name": "Main St @ Hancock St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5314", "links": { @@ -157178,7 +161434,8 @@ "longitude": -71.110163, "name": "Main St @ Hancock Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5315", "links": { @@ -157216,7 +161473,8 @@ "longitude": -71.110529, "name": "Main St opp George St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5316", "links": { @@ -157254,7 +161512,8 @@ "longitude": -71.110636, "name": "160 Main St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5317", "links": { @@ -157292,7 +161551,8 @@ "longitude": -71.110386, "name": "Main St @ Mystic Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5319", "links": { @@ -157330,7 +161590,8 @@ "longitude": -71.068711, "name": "Gallivan Blvd @ Stone Terr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "532", "links": { @@ -157368,7 +161629,8 @@ "longitude": -71.10153, "name": "Salem St @ Hadley Pl", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5321", "links": { @@ -157406,7 +161668,8 @@ "longitude": -71.098936, "name": "Salem St @ Park St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5322", "links": { @@ -157444,7 +161707,8 @@ "longitude": -71.097078, "name": "Salem St @ Dudley St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5323", "links": { @@ -157482,7 +161746,8 @@ "longitude": -71.094961, "name": "Salem St @ Garfield Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5324", "links": { @@ -157520,7 +161785,8 @@ "longitude": -71.092252, "name": "Salem St @ Grant Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5325", "links": { @@ -157558,7 +161824,8 @@ "longitude": -71.073919, "name": "Malden Center", "platform_name": "East Busway Platform 2", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5327", "links": { @@ -157599,7 +161866,8 @@ "longitude": -71.074107, "name": "Malden Center", "platform_name": "East Busway Platform 1", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "53270", "links": { @@ -157640,7 +161908,8 @@ "longitude": -71.076625, "name": "Pleasant St @ Elm St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5328", "links": { @@ -157678,7 +161947,8 @@ "longitude": -71.065696, "name": "Dorchester Ave @ Gallivan Blvd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "533", "links": { @@ -157716,7 +161986,8 @@ "longitude": -71.082156, "name": "Pleasant St @ Prospect St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5330", "links": { @@ -157754,7 +162025,8 @@ "longitude": -71.084679, "name": "Pleasant St opp West St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5331", "links": { @@ -157792,7 +162064,8 @@ "longitude": -71.08738, "name": "Pleasant St @ Fellsway E", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "5332", "links": { @@ -157830,7 +162103,8 @@ "longitude": -71.090929, "name": "Salem St @ Fellsway Garage", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5333", "links": { @@ -157868,7 +162142,8 @@ "longitude": -71.087282, "name": "Pleasant St @ Fellsway E", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "5334", "links": { @@ -157906,7 +162181,8 @@ "longitude": -71.085785, "name": "Pleasant St @ Gale St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5335", "links": { @@ -157944,7 +162220,8 @@ "longitude": -71.081591, "name": "Pleasant St @ Talbot St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5336", "links": { @@ -157982,7 +162259,8 @@ "longitude": -71.079966, "name": "Pleasant St @ Russell St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5337", "links": { @@ -158020,7 +162298,8 @@ "longitude": -71.077387, "name": "Centre St @ Pleasant St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5338", "links": { @@ -158058,7 +162337,8 @@ "longitude": -71.065287, "name": "Dorchester Ave @ Van Winkle St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "534", "links": { @@ -158096,7 +162376,8 @@ "longitude": -71.067354, "name": "Main St opp Pleasant St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5342", "links": { @@ -158129,16 +162410,17 @@ { "attributes": { "description": null, - "latitude": 42.425902, + "latitude": 42.42533, "location_type": 0, - "longitude": -71.065783, - "name": "Ferry St @ Irving St", + "longitude": -71.066156, + "name": "Centre St @ Ferry St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, - "id": "5343", + "id": "53430", "links": { - "self": "/stops/5343" + "self": "/stops/53430" }, "relationships": { "child_stops": { @@ -158149,7 +162431,7 @@ }, "facilities": { "links": { - "related": "/facilities/?filter[stop]=5343" + "related": "/facilities/?filter[stop]=53430" } }, "parent_station": { @@ -158172,7 +162454,8 @@ "longitude": -71.064776, "name": "Ferry St @ Eastern Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5344", "links": { @@ -158210,7 +162493,8 @@ "longitude": -71.061542, "name": "Ferry St opp Clayton St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5345", "links": { @@ -158248,7 +162532,8 @@ "longitude": -71.058851, "name": "Ferry St @ Cross St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5347", "links": { @@ -158286,7 +162571,8 @@ "longitude": -71.057054, "name": "Ferry St @ Winthrop St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5348", "links": { @@ -158324,7 +162610,8 @@ "longitude": -71.054897, "name": "Ferry St @ Belmont St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5349", "links": { @@ -158354,44 +162641,6 @@ }, "type": "stop" }, - { - "attributes": { - "description": null, - "latitude": 42.419133, - "location_type": 0, - "longitude": -71.053036, - "name": "Ferry St @ Bennett St", - "platform_name": null, - "vehicle_type": 3 - }, - "id": "5350", - "links": { - "self": "/stops/5350" - }, - "relationships": { - "child_stops": { - "data": [] - }, - "connecting_stops": { - "data": [] - }, - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=5350" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, { "attributes": { "description": null, @@ -158400,7 +162649,8 @@ "longitude": -71.050995, "name": "Ferry St @ Central Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5351", "links": { @@ -158430,120 +162680,6 @@ }, "type": "stop" }, - { - "attributes": { - "description": null, - "latitude": 42.417127, - "location_type": 0, - "longitude": -71.049458, - "name": "Ferry St @ Glendale St", - "platform_name": null, - "vehicle_type": 3 - }, - "id": "5352", - "links": { - "self": "/stops/5352" - }, - "relationships": { - "child_stops": { - "data": [] - }, - "connecting_stops": { - "data": [] - }, - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=5352" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": { - "description": null, - "latitude": 42.416209, - "location_type": 0, - "longitude": -71.049046, - "name": "Ferry St @ Walnut St - Glendale Towers", - "platform_name": null, - "vehicle_type": 3 - }, - "id": "5353", - "links": { - "self": "/stops/5353" - }, - "relationships": { - "child_stops": { - "data": [] - }, - "connecting_stops": { - "data": [] - }, - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=5353" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": { - "description": null, - "latitude": 42.415073, - "location_type": 0, - "longitude": -71.048403, - "name": "Ferry St @ Broadway", - "platform_name": null, - "vehicle_type": 3 - }, - "id": "5354", - "links": { - "self": "/stops/5354" - }, - "relationships": { - "child_stops": { - "data": [] - }, - "connecting_stops": { - "data": [] - }, - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=5354" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, { "attributes": { "description": null, @@ -158552,7 +162688,8 @@ "longitude": -71.048507, "name": "Ferry St @ Broadway", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "53541", "links": { @@ -158582,82 +162719,6 @@ }, "type": "stop" }, - { - "attributes": { - "description": null, - "latitude": 42.416285, - "location_type": 0, - "longitude": -71.048935, - "name": "381 Ferry St opp Walnut St - Glendale Towers", - "platform_name": null, - "vehicle_type": 3 - }, - "id": "5355", - "links": { - "self": "/stops/5355" - }, - "relationships": { - "child_stops": { - "data": [] - }, - "connecting_stops": { - "data": [] - }, - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=5355" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": { - "description": null, - "latitude": 42.417225, - "location_type": 0, - "longitude": -71.049383, - "name": "Ferry St @ Shute St", - "platform_name": null, - "vehicle_type": 3 - }, - "id": "5356", - "links": { - "self": "/stops/5356" - }, - "relationships": { - "child_stops": { - "data": [] - }, - "connecting_stops": { - "data": [] - }, - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=5356" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, { "attributes": { "description": null, @@ -158666,7 +162727,8 @@ "longitude": -71.050716, "name": "Ferry St @ Rock Valley Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5357", "links": { @@ -158696,44 +162758,6 @@ }, "type": "stop" }, - { - "attributes": { - "description": null, - "latitude": 42.419093, - "location_type": 0, - "longitude": -71.052711, - "name": "Ferry St @ Coolidge St", - "platform_name": null, - "vehicle_type": 3 - }, - "id": "5358", - "links": { - "self": "/stops/5358" - }, - "relationships": { - "child_stops": { - "data": [] - }, - "connecting_stops": { - "data": [] - }, - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=5358" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, { "attributes": { "description": null, @@ -158742,7 +162766,8 @@ "longitude": -71.054503, "name": "Ferry St @ Rich St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5359", "links": { @@ -158780,7 +162805,8 @@ "longitude": -71.065378, "name": "Dorchester Ave @ Hurlcroft Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "536", "links": { @@ -158818,7 +162844,8 @@ "longitude": -71.056916, "name": "Ferry St @ Harvard St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5360", "links": { @@ -158856,7 +162883,8 @@ "longitude": -71.058585, "name": "Ferry St @ Cross St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5361", "links": { @@ -158894,7 +162922,8 @@ "longitude": -71.204642, "name": "Washington St @ Dean St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "53618", "links": { @@ -158932,7 +162961,8 @@ "longitude": -71.060815, "name": "Ferry St @ Magnolia St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5362", "links": { @@ -158970,7 +163000,8 @@ "longitude": -71.063036, "name": "Ferry St @ Holyoke St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5363", "links": { @@ -159008,7 +163039,8 @@ "longitude": -71.064342, "name": "Ferry St @ Eastern Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5364", "links": { @@ -159046,7 +163078,8 @@ "longitude": -71.067214, "name": "Eastern Ave @ Main St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5365", "links": { @@ -159084,7 +163117,8 @@ "longitude": -71.067664, "name": "Main St @ Centre St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5366", "links": { @@ -159122,7 +163156,8 @@ "longitude": -71.071159, "name": "Florence St @ Washington St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5369", "links": { @@ -159160,7 +163195,8 @@ "longitude": -71.0659, "name": "Dorchester Ave @ Gallivan Blvd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "537", "links": { @@ -159190,6 +163226,45 @@ }, "type": "stop" }, + { + "attributes": { + "description": null, + "latitude": 42.42515, + "location_type": 0, + "longitude": -71.067134, + "name": "Centre St @ Main St", + "platform_name": null, + "vehicle_type": 3, + "wheelchair_boarding": 1 + }, + "id": "5372", + "links": { + "self": "/stops/5372" + }, + "relationships": { + "child_stops": { + "data": [] + }, + "connecting_stops": { + "data": [] + }, + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=5372" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, { "attributes": { "description": null, @@ -159198,7 +163273,8 @@ "longitude": -71.067841, "name": "310 Main St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5373", "links": { @@ -159236,7 +163312,8 @@ "longitude": -71.067331, "name": "Main St @ Madison St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5374", "links": { @@ -159274,7 +163351,8 @@ "longitude": -71.065004, "name": "Eastern Ave @ Ferry St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "5375", "links": { @@ -159312,7 +163390,8 @@ "longitude": -71.063517, "name": "Eastern Ave @ Phillips Ct", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5376", "links": { @@ -159350,7 +163429,8 @@ "longitude": -71.059522, "name": "Eastern Ave @ Franklin St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5377", "links": { @@ -159388,7 +163468,8 @@ "longitude": -71.057534, "name": "435 Eastern Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5378", "links": { @@ -159426,7 +163507,8 @@ "longitude": -71.054588, "name": "210 Lyme St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5379", "links": { @@ -159464,7 +163546,8 @@ "longitude": -71.052092, "name": "Willow St @ Daniels St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "5380", "links": { @@ -159502,7 +163585,8 @@ "longitude": -71.050902, "name": "23 Bowdoin St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5381", "links": { @@ -159540,7 +163624,8 @@ "longitude": -71.049474, "name": "Bowdoin St @ Harvard St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5382", "links": { @@ -159578,7 +163663,8 @@ "longitude": -71.046735, "name": "Bowdoin St @ Newland St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5383", "links": { @@ -159616,7 +163702,8 @@ "longitude": -71.048116, "name": "Newland St @ Alden St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5384", "links": { @@ -159654,7 +163741,8 @@ "longitude": -71.050842, "name": "Newland St @ Bryant St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5385", "links": { @@ -159692,7 +163780,8 @@ "longitude": -71.052523, "name": "Bryant St @ Harvard St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5386", "links": { @@ -159730,7 +163819,8 @@ "longitude": -71.054666, "name": "Bryant St @ Willow St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5387", "links": { @@ -159768,7 +163858,8 @@ "longitude": -71.056259, "name": "Cross St @ Henry St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5388", "links": { @@ -159806,7 +163897,8 @@ "longitude": -71.058688, "name": "Cross St @ Ferry St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5389", "links": { @@ -159844,7 +163936,8 @@ "longitude": -71.060183, "name": "Cross St @ Walnut St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5391", "links": { @@ -159882,7 +163975,8 @@ "longitude": -71.061447, "name": "Cross St @ Pelham St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5392", "links": { @@ -159920,7 +164014,8 @@ "longitude": -71.063396, "name": "Cross St @ High St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5393", "links": { @@ -159958,7 +164053,8 @@ "longitude": -71.065427, "name": "Cross St @ Main St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5394", "links": { @@ -159996,7 +164092,8 @@ "longitude": -71.065392, "name": "Main St @ Converse Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5395", "links": { @@ -160029,12 +164126,13 @@ { "attributes": { "description": null, - "latitude": 42.41472, + "latitude": 42.415034, "location_type": 0, - "longitude": -71.06424, - "name": "Main St @ Peirce Ave", + "longitude": -71.06445, + "name": "Main St @ Wyllis Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5396", "links": { @@ -160072,7 +164170,8 @@ "longitude": -71.063608, "name": "Main St @ Floyd St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5397", "links": { @@ -160110,7 +164209,8 @@ "longitude": -71.063166, "name": "Main St @ Everett St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5398", "links": { @@ -160148,7 +164248,8 @@ "longitude": -71.062744, "name": "Main St @ Prescott St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5399", "links": { @@ -160186,7 +164287,8 @@ "longitude": -71.082171, "name": "Morton St @ Selden St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "540", "links": { @@ -160224,7 +164326,8 @@ "longitude": -71.062389, "name": "Main St @ Baldwin Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5400", "links": { @@ -160262,7 +164365,8 @@ "longitude": -71.062197, "name": "202 Main St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5401", "links": { @@ -160300,7 +164404,8 @@ "longitude": -71.061599, "name": "Main St @ Tileston St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5403", "links": { @@ -160338,7 +164443,8 @@ "longitude": -71.061171, "name": "Main St @ West St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5404", "links": { @@ -160376,7 +164482,8 @@ "longitude": -71.061262, "name": "Main St @ Elmwood St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5405", "links": { @@ -160414,7 +164521,8 @@ "longitude": -71.061422, "name": "Main St @ Oakes St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5406", "links": { @@ -160452,7 +164560,8 @@ "longitude": -71.062239, "name": "Main St @ Baldwin Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5408", "links": { @@ -160490,7 +164599,8 @@ "longitude": -71.062419, "name": "Main St @ Clark St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5409", "links": { @@ -160528,7 +164638,8 @@ "longitude": -71.087192, "name": "Morton St @ Norfolk St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "541", "links": { @@ -160566,7 +164677,8 @@ "longitude": -71.062793, "name": "Main St @ Dyer Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5410", "links": { @@ -160604,7 +164716,8 @@ "longitude": -71.063482, "name": "Main St @ Bradford St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5411", "links": { @@ -160637,12 +164750,13 @@ { "attributes": { "description": null, - "latitude": 42.415112, + "latitude": 42.41516, "location_type": 0, - "longitude": -71.064329, + "longitude": -71.064368, "name": "Main St @ Belmont St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5412", "links": { @@ -160680,7 +164794,8 @@ "longitude": -71.065277, "name": "Main St @ Clarendon St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5413", "links": { @@ -160718,7 +164833,8 @@ "longitude": -71.065335, "name": "Cross St @ Main St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5414", "links": { @@ -160756,7 +164872,8 @@ "longitude": -71.063053, "name": "Cross St @ Stevens St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "5415", "links": { @@ -160794,7 +164911,8 @@ "longitude": -71.06127, "name": "Cross St @ Pratt St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5416", "links": { @@ -160832,7 +164950,8 @@ "longitude": -71.060043, "name": "Cross St @ Walnut St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5417", "links": { @@ -160870,7 +164989,8 @@ "longitude": -71.058536, "name": "Cross St @ Ferry St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5418", "links": { @@ -160908,7 +165028,8 @@ "longitude": -71.056107, "name": "Cross St @ Henry St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5419", "links": { @@ -160946,7 +165067,8 @@ "longitude": -71.089011, "name": "Morton St @ Theodore St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "542", "links": { @@ -160984,7 +165106,8 @@ "longitude": -71.053688, "name": "Opp 314 Bryant St @ Suffolk Manor", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5420", "links": { @@ -161022,7 +165145,8 @@ "longitude": -71.052561, "name": "Bryant St @ Harvard St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5421", "links": { @@ -161060,7 +165184,8 @@ "longitude": -71.050701, "name": "Newland St @ Bryant St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5422", "links": { @@ -161098,7 +165223,8 @@ "longitude": -71.047965, "name": "218 Newland St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5423", "links": { @@ -161136,7 +165262,8 @@ "longitude": -71.047191, "name": "172 Bowdoin St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5424", "links": { @@ -161174,7 +165301,8 @@ "longitude": -71.049413, "name": "Bowdoin St opp Harvard St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5425", "links": { @@ -161212,7 +165340,8 @@ "longitude": -71.051517, "name": "Bowdoin St @ Willow St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5426", "links": { @@ -161250,7 +165379,8 @@ "longitude": -71.052852, "name": "Willow St @ Lyme St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "5427", "links": { @@ -161288,7 +165418,8 @@ "longitude": -71.054703, "name": "Lyme St @ Cross St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5428", "links": { @@ -161326,7 +165457,8 @@ "longitude": -71.057433, "name": "420 Eastern Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5429", "links": { @@ -161364,7 +165496,8 @@ "longitude": -71.092672, "name": "Morton St opp Wellington Hill St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "543", "links": { @@ -161402,7 +165535,8 @@ "longitude": -71.059934, "name": "Eastern Ave @ Franklin St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5430", "links": { @@ -161440,7 +165574,8 @@ "longitude": -71.06365, "name": "Eastern Ave @ Phillips Ct", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5431", "links": { @@ -161478,7 +165613,8 @@ "longitude": -71.049136, "name": "Lebanon St @ Wilbur St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5432", "links": { @@ -161516,7 +165652,8 @@ "longitude": -71.048291, "name": "Lebanon St @ Sylvan St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5433", "links": { @@ -161554,7 +165691,8 @@ "longitude": -71.047253, "name": "Lebanon St @ Cherry St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5434", "links": { @@ -161592,7 +165730,8 @@ "longitude": -71.045519, "name": "Lebanon St @ Orchard St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5435", "links": { @@ -161630,7 +165769,8 @@ "longitude": -71.046151, "name": "Lebanon St @ Salem St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5436", "links": { @@ -161668,7 +165808,8 @@ "longitude": -71.093342, "name": "Morton St @ Havelock St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "544", "links": { @@ -161706,7 +165847,8 @@ "longitude": -71.051995, "name": "468 Salem St opp Dell St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5440", "links": { @@ -161744,7 +165886,8 @@ "longitude": -71.054536, "name": "Salem St @ Granville Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "5441", "links": { @@ -161782,7 +165925,8 @@ "longitude": -71.057927, "name": "Salem St @ Pierce St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5442", "links": { @@ -161820,7 +165964,8 @@ "longitude": -71.060977, "name": "Salem St @ Wolcott St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5443", "links": { @@ -161858,7 +166003,8 @@ "longitude": -71.063364, "name": "Salem St @ Tremont St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5444", "links": { @@ -161896,7 +166042,8 @@ "longitude": -71.065805, "name": "Salem St @ Park St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5445", "links": { @@ -161934,7 +166081,8 @@ "longitude": -71.067219, "name": "Main St @ Brown Terr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5447", "links": { @@ -161972,7 +166120,8 @@ "longitude": -71.066126, "name": "Main St @ Wigglesworth St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5449", "links": { @@ -162010,7 +166159,8 @@ "longitude": -71.096071, "name": "Morton St @ Canterbury St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "545", "links": { @@ -162048,7 +166198,8 @@ "longitude": -71.027724, "name": "Eagle St @ Lexington St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5450", "links": { @@ -162086,7 +166237,8 @@ "longitude": -71.065523, "name": "Main St @ Cross St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5451", "links": { @@ -162124,7 +166276,8 @@ "longitude": -71.066374, "name": "Main St @ Wilson Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5452", "links": { @@ -162162,7 +166315,8 @@ "longitude": -71.067055, "name": "Main St @ Newhall St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5453", "links": { @@ -162200,7 +166354,8 @@ "longitude": -71.067208, "name": "Main St @ Eastern Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5454", "links": { @@ -162238,7 +166393,8 @@ "longitude": -71.064714, "name": "Salem St opp Sprague St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5457", "links": { @@ -162276,7 +166432,8 @@ "longitude": -71.061182, "name": "Salem St @ Richardson St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5459", "links": { @@ -162314,7 +166471,8 @@ "longitude": -71.101828, "name": "Morton St @ Shattuck Hospital", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 2 }, "id": "546", "links": { @@ -162352,7 +166510,8 @@ "longitude": -71.059667, "name": "Salem St @ Salem Pl", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5460", "links": { @@ -162390,7 +166549,8 @@ "longitude": -71.058288, "name": "Salem St @ Harding Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5461", "links": { @@ -162428,7 +166588,8 @@ "longitude": -71.203256, "name": "Washington St @ Lenox St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "54618", "links": { @@ -162466,7 +166627,8 @@ "longitude": -71.054889, "name": "Salem St @ Cross St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5462", "links": { @@ -162504,7 +166666,8 @@ "longitude": -71.05245, "name": "Salem St @ Dell St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5463", "links": { @@ -162542,7 +166705,8 @@ "longitude": -71.04979, "name": "Salem St @ Branch St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5464", "links": { @@ -162580,7 +166744,8 @@ "longitude": -71.047263, "name": "627 Salem St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "54651", "links": { @@ -162618,7 +166783,8 @@ "longitude": -71.046006, "name": "Lebanon St @ Salem St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5466", "links": { @@ -162656,7 +166822,8 @@ "longitude": -71.0454, "name": "Lebanon St @ Granite St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5467", "links": { @@ -162694,7 +166861,8 @@ "longitude": -71.046972, "name": "Lebanon St @ Valley St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5468", "links": { @@ -162732,7 +166900,8 @@ "longitude": -71.048595, "name": "Lebanon St @ Marshall Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5469", "links": { @@ -162765,12 +166934,13 @@ { "attributes": { "description": null, - "latitude": 42.30165, + "latitude": 42.301615, "location_type": 0, - "longitude": -71.109381, + "longitude": -71.109803, "name": "Arborway opp Courthouse", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "547", "links": { @@ -162808,7 +166978,8 @@ "longitude": -71.048962, "name": "Lebanon St Loop", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5472", "links": { @@ -162846,7 +167017,8 @@ "longitude": -71.026422, "name": "Eastern Ave @ Lynn St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5473", "links": { @@ -162884,7 +167056,8 @@ "longitude": -71.028973, "name": "Eastern Ave @ Clapp St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5474", "links": { @@ -162922,7 +167095,8 @@ "longitude": -71.030993, "name": "1388 Eastern Ave opp Bellvale St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5475", "links": { @@ -162960,7 +167134,8 @@ "longitude": -71.032624, "name": "1332 Eastern Ave opp Prentiss St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5476", "links": { @@ -162998,7 +167173,8 @@ "longitude": -71.040331, "name": "Broadway @ Eastern Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5478", "links": { @@ -163036,7 +167212,8 @@ "longitude": -71.041174, "name": "Broadway @ Sheafe St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5480", "links": { @@ -163074,7 +167251,8 @@ "longitude": -71.042284, "name": "Broadway @ Broadway Plaza", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5481", "links": { @@ -163112,7 +167290,8 @@ "longitude": -71.042806, "name": "990 Broadway opp Grover St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5482", "links": { @@ -163150,7 +167329,8 @@ "longitude": -71.043436, "name": "Broadway @ Shute St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5483", "links": { @@ -163188,7 +167368,8 @@ "longitude": -71.044062, "name": "Broadway @ Cameron St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5484", "links": { @@ -163226,7 +167407,8 @@ "longitude": -71.045367, "name": "Broadway @ Kenwood Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5485", "links": { @@ -163264,7 +167446,8 @@ "longitude": -71.046423, "name": "Broadway @ Edith Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5486", "links": { @@ -163302,7 +167485,8 @@ "longitude": -71.047339, "name": "Broadway @ Marie Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5487", "links": { @@ -163335,12 +167519,13 @@ { "attributes": { "description": null, - "latitude": 42.41537, + "latitude": 42.414588, "location_type": 0, - "longitude": -71.048144, - "name": "Broadway @ Ferry St", + "longitude": -71.048785, + "name": "Broadway @ Timothy Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5488", "links": { @@ -163378,7 +167563,8 @@ "longitude": -71.049838, "name": "Broadway @ Raymond St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5490", "links": { @@ -163416,7 +167602,8 @@ "longitude": -71.054733, "name": "Broadway @ Church St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5495", "links": { @@ -163454,7 +167641,8 @@ "longitude": -71.055845, "name": "Broadway @ Norwood St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5496", "links": { @@ -163492,7 +167680,8 @@ "longitude": -71.062332, "name": "Broadway @ Bowdoin St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5497", "links": { @@ -163530,7 +167719,8 @@ "longitude": -71.063754, "name": "Broadway opp Beacham St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5498", "links": { @@ -163568,7 +167758,8 @@ "longitude": -71.065003, "name": "Broadway opp Thorndike St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5499", "links": { @@ -163606,7 +167797,8 @@ "longitude": -71.077214, "name": "Washington St @ Massachusetts Ave", "platform_name": "Nubian", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "55", "links": { @@ -163644,7 +167836,8 @@ "longitude": -71.076623, "name": "Geneva Ave @ Four Corners/Geneva Station", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "550", "links": { @@ -163691,7 +167884,8 @@ "longitude": -71.067198, "name": "Broadway @ Horizon Way", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5500", "links": { @@ -163729,7 +167923,8 @@ "longitude": -71.068723, "name": "Opp 173 Alford St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5501", "links": { @@ -163767,7 +167962,8 @@ "longitude": -71.070228, "name": "Alford St @ MWRA Pump Station", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "55011", "links": { @@ -163805,7 +168001,8 @@ "longitude": -71.072882, "name": "Alford St @ MBTA Charlestown Garage", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "55012", "links": { @@ -163838,50 +168035,13 @@ { "attributes": { "description": null, - "latitude": 42.38579, - "location_type": 0, - "longitude": -71.07345, - "name": "Alford St @ West St", - "platform_name": null, - "vehicle_type": 3 - }, - "id": "5502", - "links": { - "self": "/stops/5502" - }, - "relationships": { - "child_stops": { - "data": [] - }, - "connecting_stops": { - "data": [] - }, - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=5502" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": { - "description": null, - "latitude": 42.38602, + "latitude": 42.38542, "location_type": 0, - "longitude": -71.072459, + "longitude": -71.072566, "name": "Alford St @ Main St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5504", "links": { @@ -163919,7 +168079,8 @@ "longitude": -71.068478, "name": "173 Alford St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5505", "links": { @@ -163957,7 +168118,8 @@ "longitude": -71.066856, "name": "Broadway @ Dexter St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5506", "links": { @@ -163995,7 +168157,8 @@ "longitude": -71.064982, "name": "Broadway @ Thorndike St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5507", "links": { @@ -164033,7 +168196,8 @@ "longitude": -71.06301, "name": "Broadway @ Langdon St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5508", "links": { @@ -164071,7 +168235,8 @@ "longitude": -71.061599, "name": "Broadway St @ Bartlett St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5509", "links": { @@ -164109,7 +168274,8 @@ "longitude": -71.074046, "name": "Geneva Ave opp Olney St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "551", "links": { @@ -164147,7 +168313,8 @@ "longitude": -71.054757, "name": "Broadway @ Mansfield St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5510", "links": { @@ -164185,7 +168352,8 @@ "longitude": -71.052194, "name": "Broadway @ High St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5513", "links": { @@ -164223,7 +168391,8 @@ "longitude": -71.050917, "name": "Broadway @ Lexington St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5514", "links": { @@ -164261,7 +168430,8 @@ "longitude": -71.046701, "name": "Broadway @ Gledhill St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5515", "links": { @@ -164299,7 +168469,8 @@ "longitude": -71.048331, "name": "Broadway @ Oakland Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5517", "links": { @@ -164337,7 +168508,8 @@ "longitude": -71.047355, "name": "Broadway @ Coburn Terr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5519", "links": { @@ -164375,7 +168547,8 @@ "longitude": -71.071992, "name": "Geneva Ave @ Bowdoin St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "552", "links": { @@ -164413,7 +168586,8 @@ "longitude": -71.045566, "name": "Broadway @ Summit Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5520", "links": { @@ -164451,7 +168625,8 @@ "longitude": -71.044255, "name": "Broadway @ Lynn St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5521", "links": { @@ -164489,7 +168664,8 @@ "longitude": -71.043299, "name": "Broadway @ Shute St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5522", "links": { @@ -164527,7 +168703,8 @@ "longitude": -71.042819, "name": "Broadway @ Estes St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5523", "links": { @@ -164565,7 +168742,8 @@ "longitude": -71.04223, "name": "53 Broadway", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5524", "links": { @@ -164603,7 +168781,8 @@ "longitude": -71.041124, "name": "Broadway opp Sheafe St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 2 }, "id": "5525", "links": { @@ -164641,7 +168820,8 @@ "longitude": -71.040002, "name": "Eastern Ave @ Broadway", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5527", "links": { @@ -164679,7 +168859,8 @@ "longitude": -71.032539, "name": "Eastern Ave @ Prentiss St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5529", "links": { @@ -164717,7 +168898,8 @@ "longitude": -71.069795, "name": "Geneva Ave @ Holiday St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "553", "links": { @@ -164755,7 +168937,8 @@ "longitude": -71.030897, "name": "Eastern Ave @ Bellvale St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5530", "links": { @@ -164793,7 +168976,8 @@ "longitude": -71.028744, "name": "Eastern Ave @ Cleveland St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5531", "links": { @@ -164831,7 +169015,8 @@ "longitude": -71.026548, "name": "Eastern Ave @ Lynn St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5532", "links": { @@ -164861,44 +169046,6 @@ }, "type": "stop" }, - { - "attributes": { - "description": null, - "latitude": 42.410245, - "location_type": 0, - "longitude": -71.013294, - "name": "Park Ave @ Busway Entrance", - "platform_name": null, - "vehicle_type": 3 - }, - "id": "5537", - "links": { - "self": "/stops/5537" - }, - "relationships": { - "child_stops": { - "data": [] - }, - "connecting_stops": { - "data": [] - }, - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=5537" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, { "attributes": { "description": null, @@ -164907,7 +169054,8 @@ "longitude": -71.016755, "name": "Park Ave @ Allston St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5538", "links": { @@ -164945,7 +169093,8 @@ "longitude": -71.018443, "name": "Park Ave @ Cambridge St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5539", "links": { @@ -164983,7 +169132,8 @@ "longitude": -71.06761, "name": "Geneva Ave @ Westville St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "554", "links": { @@ -165021,7 +169171,8 @@ "longitude": -71.020637, "name": "Park Ave @ Essex St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5540", "links": { @@ -165059,7 +169210,8 @@ "longitude": -71.021759, "name": "Park Ave @ Genesee St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5541", "links": { @@ -165097,7 +169249,8 @@ "longitude": -71.023808, "name": "Park Ave @ Irving St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5542", "links": { @@ -165135,7 +169288,8 @@ "longitude": -71.025833, "name": "Park Ave @ Lambert St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5543", "links": { @@ -165173,7 +169327,8 @@ "longitude": -71.028857, "name": "633 Park Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5544", "links": { @@ -165211,7 +169366,8 @@ "longitude": -71.030613, "name": "Park Ave @ McLeavey St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5546", "links": { @@ -165244,12 +169400,13 @@ { "attributes": { "description": null, - "latitude": 42.415684, + "latitude": 42.415658, "location_type": 0, - "longitude": -71.033138, + "longitude": -71.033547, "name": "Elm St opp Haskell Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5547", "links": { @@ -165279,6 +169436,45 @@ }, "type": "stop" }, + { + "attributes": { + "description": null, + "latitude": 42.415691, + "location_type": 0, + "longitude": -71.032962, + "name": "Elm St @ Washington Ave", + "platform_name": null, + "vehicle_type": 3, + "wheelchair_boarding": 1 + }, + "id": "55471", + "links": { + "self": "/stops/55471" + }, + "relationships": { + "child_stops": { + "data": [] + }, + "connecting_stops": { + "data": [] + }, + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=55471" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, { "attributes": { "description": null, @@ -165287,7 +169483,8 @@ "longitude": -71.036124, "name": "Elm St @ Abbott Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5549", "links": { @@ -165325,7 +169522,8 @@ "longitude": -71.065948, "name": "Geneva Ave @ Dakota St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "555", "links": { @@ -165363,7 +169561,8 @@ "longitude": -71.038432, "name": "Elm St @ Jackson Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5550", "links": { @@ -165401,7 +169600,8 @@ "longitude": -71.043431, "name": "Elm St @ Russell St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5553", "links": { @@ -165434,12 +169634,13 @@ { "attributes": { "description": null, - "latitude": 42.409958, + "latitude": 42.410905, "location_type": 0, - "longitude": -71.045743, - "name": "Ferry St @ Chestnut St", + "longitude": -71.045747, + "name": "Ferry St @ Reed Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5555", "links": { @@ -165472,12 +169673,13 @@ { "attributes": { "description": null, - "latitude": 42.408492, + "latitude": 42.408158, "location_type": 0, - "longitude": -71.046213, + "longitude": -71.046406, "name": "Ferry St @ Arlington St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "5556", "links": { @@ -165515,7 +169717,8 @@ "longitude": -71.047435, "name": "Ferry St @ Orange Ct", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5557", "links": { @@ -165548,12 +169751,13 @@ { "attributes": { "description": null, - "latitude": 42.404557, + "latitude": 42.404776, "location_type": 0, - "longitude": -71.048028, + "longitude": -71.047965, "name": "Ferry St @ Chelsea St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5558", "links": { @@ -165591,7 +169795,8 @@ "longitude": -71.056979, "name": "Broadway opp Second St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5559", "links": { @@ -165629,7 +169834,8 @@ "longitude": -71.065237, "name": "Geneva Ave @ Tonawanda St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "556", "links": { @@ -165667,7 +169873,8 @@ "longitude": -71.058531, "name": "Broadway @ Gladstone St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5560", "links": { @@ -165705,7 +169912,8 @@ "longitude": -71.063789, "name": "Fields Corner Sta @ Geneva Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "55600", "links": { @@ -165743,7 +169951,8 @@ "longitude": -71.067636, "name": "Santilli Circle", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "5561", "links": { @@ -165781,7 +169990,8 @@ "longitude": -71.203202, "name": "930 Washington St opp Walnut Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "55618", "links": { @@ -165819,7 +170029,8 @@ "longitude": -71.009402, "name": "Broadway @ Cushman Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5562", "links": { @@ -165857,7 +170068,8 @@ "longitude": -71.06754, "name": "Santilli Circle", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5563", "links": { @@ -165895,7 +170107,8 @@ "longitude": -71.070616, "name": "Gateway Center opp Texas Roadhouse", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "55631", "links": { @@ -165933,7 +170146,8 @@ "longitude": -71.070054, "name": "Gateway Center @ Target", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "55632", "links": { @@ -165971,7 +170185,8 @@ "longitude": -71.058383, "name": "Broadway @ Gladstone St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5565", "links": { @@ -166009,7 +170224,8 @@ "longitude": -71.047077, "name": "Ferry St @ Union St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5566", "links": { @@ -166042,12 +170258,13 @@ { "attributes": { "description": null, - "latitude": 42.408292, + "latitude": 42.408701, "location_type": 0, - "longitude": -71.046166, + "longitude": -71.046026, "name": "Ferry St @ Nichols St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5567", "links": { @@ -166077,44 +170294,6 @@ }, "type": "stop" }, - { - "attributes": { - "description": null, - "latitude": 42.409815, - "location_type": 0, - "longitude": -71.045644, - "name": "Ferry St @ Cherry St", - "platform_name": null, - "vehicle_type": 3 - }, - "id": "5568", - "links": { - "self": "/stops/5568" - }, - "relationships": { - "child_stops": { - "data": [] - }, - "connecting_stops": { - "data": [] - }, - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=5568" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, { "attributes": { "description": null, @@ -166123,7 +170302,8 @@ "longitude": -71.04559, "name": "Ferry St @ Clarence St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5569", "links": { @@ -166161,7 +170341,8 @@ "longitude": -71.065374, "name": "452 Geneva Ave opp Bloomfield St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "557", "links": { @@ -166199,7 +170380,8 @@ "longitude": -71.042941, "name": "Elm St @ Woodlawn St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5571", "links": { @@ -166232,50 +170414,13 @@ { "attributes": { "description": null, - "latitude": 42.413492, - "location_type": 0, - "longitude": -71.039477, - "name": "Elm St @ Jefferson Ave", - "platform_name": null, - "vehicle_type": 3 - }, - "id": "5572", - "links": { - "self": "/stops/5572" - }, - "relationships": { - "child_stops": { - "data": [] - }, - "connecting_stops": { - "data": [] - }, - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=5572" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": { - "description": null, - "latitude": 42.414014, + "latitude": 42.413646, "location_type": 0, - "longitude": -71.036738, - "name": "Elm St @ Englewood Ave", + "longitude": -71.038397, + "name": "Elm St @ Springvale Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5574", "links": { @@ -166308,12 +170453,13 @@ { "attributes": { "description": null, - "latitude": 42.415126, + "latitude": 42.414535, "location_type": 0, - "longitude": -71.0348, - "name": "289 Elm St", + "longitude": -71.035917, + "name": "Elm St @ Winthrop Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5576", "links": { @@ -166346,12 +170492,13 @@ { "attributes": { "description": null, - "latitude": 42.415589, + "latitude": 42.415556, "location_type": 0, - "longitude": -71.033108, + "longitude": -71.032918, "name": "Elm St @ Haskell Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5577", "links": { @@ -166389,7 +170536,8 @@ "longitude": -71.030898, "name": "Park Ave opp McCleavey St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5578", "links": { @@ -166427,7 +170575,8 @@ "longitude": -71.029132, "name": "630 Park Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5579", "links": { @@ -166465,7 +170614,8 @@ "longitude": -71.067152, "name": "Geneva Ave @ Westville St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "558", "links": { @@ -166503,7 +170653,8 @@ "longitude": -71.025517, "name": "Park Ave @ Dale St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5580", "links": { @@ -166541,7 +170692,8 @@ "longitude": -71.023644, "name": "Park Ave @ S Irving St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5581", "links": { @@ -166579,7 +170731,8 @@ "longitude": -71.020172, "name": "290 Park Ave opp Essex St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5582", "links": { @@ -166617,7 +170770,8 @@ "longitude": -71.018718, "name": "Park Ave @ S Cambridge St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5583", "links": { @@ -166655,7 +170809,8 @@ "longitude": -71.013618, "name": "40 Park Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5585", "links": { @@ -166685,44 +170840,6 @@ }, "type": "stop" }, - { - "attributes": { - "description": null, - "latitude": 42.410663, - "location_type": 0, - "longitude": -71.012304, - "name": "Broadway @ Park Ave", - "platform_name": null, - "vehicle_type": 3 - }, - "id": "5586", - "links": { - "self": "/stops/5586" - }, - "relationships": { - "child_stops": { - "data": [] - }, - "connecting_stops": { - "data": [] - }, - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=5586" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, { "attributes": { "description": null, @@ -166731,7 +170848,8 @@ "longitude": -71.033033, "name": "60 Woodlawn Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5587", "links": { @@ -166769,7 +170887,8 @@ "longitude": -71.031519, "name": "Woodlawn Ave @ Washington Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5588", "links": { @@ -166807,7 +170926,8 @@ "longitude": -71.0314, "name": "Washington Ave @ Prospect Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5589", "links": { @@ -166845,7 +170965,8 @@ "longitude": -71.068069, "name": "Geneva Ave @ Topliff St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "559", "links": { @@ -166883,7 +171004,8 @@ "longitude": -71.0302, "name": "Washington Ave @ Annese Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "5590", "links": { @@ -166921,7 +171043,8 @@ "longitude": -71.029544, "name": "Garfield Ave @ Exeter St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5591", "links": { @@ -166959,7 +171082,8 @@ "longitude": -71.029563, "name": "78 Garfield Ave opp Clyde St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5592", "links": { @@ -166997,7 +171121,8 @@ "longitude": -71.030581, "name": "Sagamore Ave @ Jones Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5593", "links": { @@ -167035,7 +171160,8 @@ "longitude": -71.03309, "name": "Sagamore Ave @ Murray St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5594", "links": { @@ -167073,7 +171199,8 @@ "longitude": -71.035371, "name": "Sagamore Ave @ Washington Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5595", "links": { @@ -167111,7 +171238,8 @@ "longitude": -71.035993, "name": "Washington Ave @ Revere Beach Pkwy", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5596", "links": { @@ -167149,7 +171277,8 @@ "longitude": -71.036281, "name": "Washington Ave @ Reynolds Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5597", "links": { @@ -167187,7 +171316,8 @@ "longitude": -71.035402, "name": "296 Washington Ave opp Jefferson Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5598", "links": { @@ -167225,7 +171355,8 @@ "longitude": -71.033468, "name": "Washington Ave @ Carmel St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5599", "links": { @@ -167263,7 +171394,8 @@ "longitude": -71.069383, "name": "Geneva Ave @ Holiday St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "560", "links": { @@ -167301,7 +171433,8 @@ "longitude": -71.03232, "name": "Washington Ave @ Spruce St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5600", "links": { @@ -167331,6 +171464,162 @@ }, "type": "stop" }, + { + "attributes": { + "description": null, + "latitude": 42.403869, + "location_type": 0, + "longitude": -71.054938, + "name": "Second St @ Revere St", + "platform_name": null, + "vehicle_type": 3, + "wheelchair_boarding": 1 + }, + "id": "56000", + "links": { + "self": "/stops/56000" + }, + "relationships": { + "child_stops": { + "data": [] + }, + "connecting_stops": { + "data": [] + }, + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=56000" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": { + "description": null, + "latitude": 42.401671, + "location_type": 0, + "longitude": -71.052, + "name": "Second St @ Spring St", + "platform_name": null, + "vehicle_type": 3, + "wheelchair_boarding": 1 + }, + "id": "56001", + "links": { + "self": "/stops/56001" + }, + "relationships": { + "child_stops": { + "data": [] + }, + "connecting_stops": { + "data": [] + }, + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=56001" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": { + "description": null, + "latitude": 42.399068, + "location_type": 0, + "longitude": -71.048907, + "name": "Second St opp Boston St", + "platform_name": null, + "vehicle_type": 3, + "wheelchair_boarding": 1 + }, + "id": "56002", + "links": { + "self": "/stops/56002" + }, + "relationships": { + "child_stops": { + "data": [] + }, + "connecting_stops": { + "data": [] + }, + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=56002" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": { + "description": null, + "latitude": 42.396249, + "location_type": 0, + "longitude": -71.04599, + "name": "Second St opp Carter St", + "platform_name": null, + "vehicle_type": 3, + "wheelchair_boarding": 1 + }, + "id": "56003", + "links": { + "self": "/stops/56003" + }, + "relationships": { + "child_stops": { + "data": [] + }, + "connecting_stops": { + "data": [] + }, + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=56003" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, { "attributes": { "description": null, @@ -167339,7 +171628,8 @@ "longitude": -71.031347, "name": "Washington Ave @ Bloomingdale St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5602", "links": { @@ -167377,7 +171667,8 @@ "longitude": -71.033126, "name": "Washington Ave @ Heard St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5603", "links": { @@ -167428,7 +171719,8 @@ "longitude": -71.034136, "name": "Washington Ave @ Broadway", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5605", "links": { @@ -167466,7 +171758,8 @@ "longitude": -71.035912, "name": "Broadway @ Fourth St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5606", "links": { @@ -167504,7 +171797,8 @@ "longitude": -71.038396, "name": "Third St @ Chestnut St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5607", "links": { @@ -167542,7 +171836,8 @@ "longitude": -71.033613, "name": "Washington Ave @ Chestnut St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5609", "links": { @@ -167593,7 +171888,8 @@ "longitude": -71.070724, "name": "Geneva Ave @ Levant St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "561", "links": { @@ -167631,7 +171927,8 @@ "longitude": -71.042267, "name": "Beacon St @ Broadway", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5611", "links": { @@ -167669,7 +171966,8 @@ "longitude": -71.040606, "name": "Park St @ Williams St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5612", "links": { @@ -167707,7 +172005,8 @@ "longitude": -71.037918, "name": "Park St @ Cross St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5613", "links": { @@ -167745,7 +172044,8 @@ "longitude": -71.035677, "name": "Park St @ Hawthorne St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "5614", "links": { @@ -167783,7 +172083,8 @@ "longitude": -71.03413, "name": "Hawthorne St @ Broadway", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5615", "links": { @@ -167821,7 +172122,8 @@ "longitude": -71.03296, "name": "Broadway @ Shurtleff St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5617", "links": { @@ -167859,7 +172161,8 @@ "longitude": -71.032845, "name": "City Hall Ave @ Broadway", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "56170", "links": { @@ -167897,7 +172200,8 @@ "longitude": -71.03264, "name": "Washington Ave @ Crescent Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5618", "links": { @@ -167948,7 +172252,8 @@ "longitude": -71.031703, "name": "125 Washington Ave opp Orange St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5619", "links": { @@ -167986,7 +172291,8 @@ "longitude": -71.071953, "name": "Geneva Ave @ Bowdoin St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "562", "links": { @@ -168024,7 +172330,8 @@ "longitude": -71.030839, "name": "Washington Ave @ Cary Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5620", "links": { @@ -168062,7 +172369,8 @@ "longitude": -71.032062, "name": "Washington Ave @ Spruce St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5621", "links": { @@ -168100,7 +172408,8 @@ "longitude": -71.033637, "name": "Washington Ave opp Carmel St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5623", "links": { @@ -168138,7 +172447,8 @@ "longitude": -71.035604, "name": "Washington Ave @ Jefferson Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5624", "links": { @@ -168176,7 +172486,8 @@ "longitude": -71.036144, "name": "325 Washington Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5625", "links": { @@ -168214,7 +172525,8 @@ "longitude": -71.035224, "name": "Sagamore Ave @ Washington Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5626", "links": { @@ -168252,7 +172564,8 @@ "longitude": -71.032991, "name": "Sagamore Ave @ Murray St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5627", "links": { @@ -168290,7 +172603,8 @@ "longitude": -71.029993, "name": "Sagamore Ave @ Garfield Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5628", "links": { @@ -168328,7 +172642,8 @@ "longitude": -71.029419, "name": "Garfield Ave @ Clyde St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5629", "links": { @@ -168366,7 +172681,8 @@ "longitude": -71.07428, "name": "Geneva Ave @ Olney St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "563", "links": { @@ -168404,7 +172720,8 @@ "longitude": -71.029513, "name": "Garfield Ave opp Bell St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5630", "links": { @@ -168442,7 +172759,8 @@ "longitude": -71.029914, "name": "Garfield Ave @ Fenno St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5631", "links": { @@ -168480,7 +172798,8 @@ "longitude": -71.031285, "name": "Washington Ave @ Columbus St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5632", "links": { @@ -168518,7 +172837,8 @@ "longitude": -71.031314, "name": "Washington Ave @ Prospect Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5633", "links": { @@ -168556,7 +172876,8 @@ "longitude": -71.032236, "name": "Washington Ave @ Park Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5636", "links": { @@ -168594,7 +172915,8 @@ "longitude": -71.054381, "name": "Chelsea St @ Victoria St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5637", "links": { @@ -168627,12 +172949,13 @@ { "attributes": { "description": null, - "latitude": 42.40517, + "latitude": 42.40546, "location_type": 0, - "longitude": -71.051943, - "name": "Chelsea St @ Spring St", + "longitude": -71.052578, + "name": "Chelsea St @ Cabot St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5638", "links": { @@ -168670,7 +172993,8 @@ "longitude": -71.076651, "name": "Geneva Ave @ Four Corners/Geneva Station", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "564", "links": { @@ -168717,7 +173041,8 @@ "longitude": -71.048497, "name": "Chelsea St @ S Ferry St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5640", "links": { @@ -168755,7 +173080,8 @@ "longitude": -71.046633, "name": "221 Chelsea St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5642", "links": { @@ -168793,7 +173119,8 @@ "longitude": -71.044177, "name": "271 Chelsea St opp Luke Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5643", "links": { @@ -168831,7 +173158,8 @@ "longitude": -71.103265, "name": "Cummins Hwy @ Rugby Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "56434", "links": { @@ -168869,7 +173197,8 @@ "longitude": -71.043325, "name": "Chelsea St opp Francis St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5644", "links": { @@ -168907,7 +173236,8 @@ "longitude": -71.106331, "name": "Cummins Hwy @ Alabama St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "56459", "links": { @@ -168945,7 +173275,8 @@ "longitude": -71.040833, "name": "Everett Ave @ Carter St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5646", "links": { @@ -168983,7 +173314,8 @@ "longitude": -71.040291, "name": "Everett Ave @ Vale St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5647", "links": { @@ -169034,7 +173366,8 @@ "longitude": -71.117619, "name": "Hyde Park Ave @ Eldridge Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "56479", "links": { @@ -169072,7 +173405,8 @@ "longitude": -71.039983, "name": "Spruce St @ Everett Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5648", "links": { @@ -169110,7 +173444,8 @@ "longitude": -71.119007, "name": "Hyde Park Ave opp Mt Hope St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "56495", "links": { @@ -169148,7 +173483,8 @@ "longitude": -71.078119, "name": "Geneva Ave @ Columbia Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "565", "links": { @@ -169186,7 +173522,8 @@ "longitude": -71.036276, "name": "Arlington St @ Fifth St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5650", "links": { @@ -169224,7 +173561,8 @@ "longitude": -71.112385, "name": "686 American Legion Hwy", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "56500", "links": { @@ -169260,9 +173598,10 @@ "latitude": 42.394674, "location_type": 0, "longitude": -71.03391, - "name": "Sixth St @ Walnut St", + "name": "Sixth St @ Poplar St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "5651", "links": { @@ -169308,12 +173647,13 @@ { "attributes": { "description": null, - "latitude": 42.39055, + "latitude": 42.390162, "location_type": 0, - "longitude": -71.03815, - "name": "Broadway opp Cross St", + "longitude": -71.03807, + "name": "Cross St @ Broadway", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5653", "links": { @@ -169351,7 +173691,8 @@ "longitude": -71.033423, "name": "Central Ave @ Shawmut St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5654", "links": { @@ -169389,7 +173730,8 @@ "longitude": -71.031916, "name": "Central Ave @ Lynn St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5656", "links": { @@ -169427,7 +173769,8 @@ "longitude": -71.128529, "name": "1532 Hyde Park Ave opp Reservation Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "56567", "links": { @@ -169465,7 +173808,8 @@ "longitude": -71.030342, "name": "Central Ave @ Highland Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5657", "links": { @@ -169503,7 +173847,8 @@ "longitude": -71.026812, "name": "Central Ave @ Willow St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5658", "links": { @@ -169541,7 +173886,8 @@ "longitude": -71.024561, "name": "245 Central Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5659", "links": { @@ -169588,7 +173934,8 @@ "longitude": -71.07851, "name": "Geneva Ave @ Columbia Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "566", "links": { @@ -169626,7 +173973,8 @@ "longitude": -71.2028, "name": "Washington St @ East Hoyle St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "56618", "links": { @@ -169664,7 +174012,8 @@ "longitude": -71.026894, "name": "Bennington St @ Bremen St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5664", "links": { @@ -169702,7 +174051,8 @@ "longitude": -71.026413, "name": "E Eagle St @ Chelsea St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "56641", "links": { @@ -169740,7 +174090,8 @@ "longitude": -71.025214, "name": "Bennington St @ Neptune Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5665", "links": { @@ -169778,7 +174129,8 @@ "longitude": -71.023287, "name": "Wood Island", "platform_name": "Busway", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5666", "links": { @@ -169819,7 +174171,8 @@ "longitude": -71.079805, "name": "Geneva Ave @ Jeremiah Burke High School", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "567", "links": { @@ -169857,7 +174210,8 @@ "longitude": -71.022681, "name": "Chelsea St opp Curtis St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5670", "links": { @@ -169895,7 +174249,8 @@ "longitude": -71.024536, "name": "Central Ave @ Chelsea Garage", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5673", "links": { @@ -169942,7 +174297,8 @@ "longitude": -70.984499, "name": "Lynn Classical High School", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "56732", "links": { @@ -169980,7 +174336,8 @@ "longitude": -70.984672, "name": "Fecteau Way", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "56733", "links": { @@ -170018,7 +174375,8 @@ "longitude": -70.986748, "name": "O'Callaghan Way opp Osborne St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "56734", "links": { @@ -170056,7 +174414,8 @@ "longitude": -71.029934, "name": "Central Ave @ Highland St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5675", "links": { @@ -170094,7 +174453,8 @@ "longitude": -71.03218, "name": "Central Ave @ Lynn St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5676", "links": { @@ -170132,7 +174492,8 @@ "longitude": -71.033375, "name": "Central Ave @ Shawmut St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5678", "links": { @@ -170170,7 +174531,8 @@ "longitude": -71.025506, "name": "Chelsea St @ Eagle Sq", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5679", "links": { @@ -170208,7 +174570,8 @@ "longitude": -71.082804, "name": "Geneva Ave @ Blue Hill Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "568", "links": { @@ -170246,7 +174609,8 @@ "longitude": -71.039037, "name": "Everett Ave @ Arlington St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5682", "links": { @@ -170284,7 +174648,8 @@ "longitude": -71.040116, "name": "Everett Ave @ Maple St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5684", "links": { @@ -170335,7 +174700,8 @@ "longitude": -71.040726, "name": "Everett Ave @ Carter St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5685", "links": { @@ -170373,7 +174739,8 @@ "longitude": -71.04268, "name": "Chelsea St @ Malden St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5687", "links": { @@ -170411,7 +174778,8 @@ "longitude": -71.043921, "name": "Chelsea St @ Luke Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5688", "links": { @@ -170449,7 +174817,8 @@ "longitude": -71.04637, "name": "Chelsea St @ Irving St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5689", "links": { @@ -170487,7 +174856,8 @@ "longitude": -71.066507, "name": "Dorchester Ave @ Valley Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "569", "links": { @@ -170525,7 +174895,8 @@ "longitude": -71.049929, "name": "Chelsea St @ Mead St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "5691", "links": { @@ -170558,12 +174929,13 @@ { "attributes": { "description": null, - "latitude": 42.405279, + "latitude": 42.405534, "location_type": 0, - "longitude": -71.051946, - "name": "Chelsea St @ Edmester Ct", + "longitude": -71.052426, + "name": "Chelsea St @ Chelsea Pl", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5692", "links": { @@ -170601,7 +174973,8 @@ "longitude": -71.053488, "name": "Chelsea St @ Plumer St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5693", "links": { @@ -170639,7 +175012,8 @@ "longitude": -71.05641, "name": "Broadway @ Everett Sq", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5695", "links": { @@ -170677,7 +175051,8 @@ "longitude": -70.989564, "name": "Revere St @ Bay Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5699", "links": { @@ -170715,7 +175090,8 @@ "longitude": -71.073541, "name": "Massachusetts Ave @ Albany St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "57", "links": { @@ -170753,7 +175129,8 @@ "longitude": -71.067229, "name": "Dorchester Ave @ St Gregory St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "570", "links": { @@ -170791,7 +175168,8 @@ "longitude": -70.991787, "name": "Revere St @ Ford St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5700", "links": { @@ -170824,16 +175202,17 @@ { "attributes": { "description": null, - "latitude": 42.418573, + "latitude": 42.396321, "location_type": 0, - "longitude": -70.995974, - "name": "Revere St @ Bosson St", + "longitude": -71.045881, + "name": "Second St @ Carter St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, - "id": "5701", + "id": "57000", "links": { - "self": "/stops/5701" + "self": "/stops/57000" }, "relationships": { "child_stops": { @@ -170844,7 +175223,7 @@ }, "facilities": { "links": { - "related": "/facilities/?filter[stop]=5701" + "related": "/facilities/?filter[stop]=57000" } }, "parent_station": { @@ -170862,16 +175241,17 @@ { "attributes": { "description": null, - "latitude": 42.418494, + "latitude": 42.39888, "location_type": 0, - "longitude": -70.998769, - "name": "Revere St @ Bates St", + "longitude": -71.0485, + "name": "Second St @ Boston St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, - "id": "5703", + "id": "57001", "links": { - "self": "/stops/5703" + "self": "/stops/57001" }, "relationships": { "child_stops": { @@ -170882,7 +175262,7 @@ }, "facilities": { "links": { - "related": "/facilities/?filter[stop]=5703" + "related": "/facilities/?filter[stop]=57001" } }, "parent_station": { @@ -170900,16 +175280,17 @@ { "attributes": { "description": null, - "latitude": 42.417444, + "latitude": 42.402126, "location_type": 0, - "longitude": -71.000738, - "name": "Revere St @ Breed St", + "longitude": -71.052423, + "name": "Second St @ Spring St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, - "id": "5704", + "id": "57002", "links": { - "self": "/stops/5704" + "self": "/stops/57002" }, "relationships": { "child_stops": { @@ -170920,7 +175301,7 @@ }, "facilities": { "links": { - "related": "/facilities/?filter[stop]=5704" + "related": "/facilities/?filter[stop]=57002" } }, "parent_station": { @@ -170938,16 +175319,17 @@ { "attributes": { "description": null, - "latitude": 42.416761, + "latitude": 42.404056, "location_type": 0, - "longitude": -71.00732, - "name": "Revere St @ Carleton St", + "longitude": -71.055, + "name": "Second St @ Revere St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, - "id": "5709", + "id": "57003", "links": { - "self": "/stops/5709" + "self": "/stops/57003" }, "relationships": { "child_stops": { @@ -170958,7 +175340,7 @@ }, "facilities": { "links": { - "related": "/facilities/?filter[stop]=5709" + "related": "/facilities/?filter[stop]=57003" } }, "parent_station": { @@ -170976,16 +175358,17 @@ { "attributes": { "description": null, - "latitude": 42.272456, + "latitude": 42.418573, "location_type": 0, - "longitude": -71.068104, - "name": "Dorchester Ave @ Washington St", + "longitude": -70.995974, + "name": "Revere St @ Bosson St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, - "id": "571", + "id": "5701", "links": { - "self": "/stops/571" + "self": "/stops/5701" }, "relationships": { "child_stops": { @@ -170996,7 +175379,7 @@ }, "facilities": { "links": { - "related": "/facilities/?filter[stop]=571" + "related": "/facilities/?filter[stop]=5701" } }, "parent_station": { @@ -171014,16 +175397,17 @@ { "attributes": { "description": null, - "latitude": 42.413516, + "latitude": 42.418494, "location_type": 0, - "longitude": -71.010219, - "name": "570 Broadway @ Elmwood Ave", + "longitude": -70.998769, + "name": "Revere St @ Bates St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, - "id": "5711", + "id": "5703", "links": { - "self": "/stops/5711" + "self": "/stops/5703" }, "relationships": { "child_stops": { @@ -171034,7 +175418,7 @@ }, "facilities": { "links": { - "related": "/facilities/?filter[stop]=5711" + "related": "/facilities/?filter[stop]=5703" } }, "parent_station": { @@ -171052,16 +175436,17 @@ { "attributes": { "description": null, - "latitude": 42.410793, + "latitude": 42.417444, "location_type": 0, - "longitude": -71.01197, - "name": "Broadway opp Central Ave", + "longitude": -71.000738, + "name": "Revere St @ Breed St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, - "id": "5713", + "id": "5704", "links": { - "self": "/stops/5713" + "self": "/stops/5704" }, "relationships": { "child_stops": { @@ -171072,7 +175457,7 @@ }, "facilities": { "links": { - "related": "/facilities/?filter[stop]=5713" + "related": "/facilities/?filter[stop]=5704" } }, "parent_station": { @@ -171090,16 +175475,17 @@ { "attributes": { "description": null, - "latitude": 42.408443, + "latitude": 42.416761, "location_type": 0, - "longitude": -71.013505, - "name": "Broadway @ Yeamans St", + "longitude": -71.00732, + "name": "Revere St @ Carleton St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, - "id": "5714", + "id": "5709", "links": { - "self": "/stops/5714" + "self": "/stops/5709" }, "relationships": { "child_stops": { @@ -171110,7 +175496,7 @@ }, "facilities": { "links": { - "related": "/facilities/?filter[stop]=5714" + "related": "/facilities/?filter[stop]=5709" } }, "parent_station": { @@ -171128,16 +175514,17 @@ { "attributes": { "description": null, - "latitude": 42.405046, + "latitude": 42.272456, "location_type": 0, - "longitude": -71.016352, - "name": "Broadway @ Page St", + "longitude": -71.068104, + "name": "Dorchester Ave @ Washington St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, - "id": "5715", + "id": "571", "links": { - "self": "/stops/5715" + "self": "/stops/571" }, "relationships": { "child_stops": { @@ -171148,7 +175535,7 @@ }, "facilities": { "links": { - "related": "/facilities/?filter[stop]=5715" + "related": "/facilities/?filter[stop]=571" } }, "parent_station": { @@ -171166,16 +175553,17 @@ { "attributes": { "description": null, - "latitude": 42.402054, + "latitude": 42.413516, "location_type": 0, - "longitude": -71.019701, - "name": "Broadway @ Cabot St", + "longitude": -71.010219, + "name": "570 Broadway @ Elmwood Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, - "id": "5718", + "id": "5711", "links": { - "self": "/stops/5718" + "self": "/stops/5711" }, "relationships": { "child_stops": { @@ -171186,7 +175574,7 @@ }, "facilities": { "links": { - "related": "/facilities/?filter[stop]=5718" + "related": "/facilities/?filter[stop]=5711" } }, "parent_station": { @@ -171204,16 +175592,17 @@ { "attributes": { "description": null, - "latitude": 42.400896, + "latitude": 42.410862, "location_type": 0, - "longitude": -71.021032, - "name": "Broadway @ Stockton St", + "longitude": -71.011956, + "name": "Broadway opp Central Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, - "id": "5719", + "id": "57121", "links": { - "self": "/stops/5719" + "self": "/stops/57121" }, "relationships": { "child_stops": { @@ -171224,7 +175613,7 @@ }, "facilities": { "links": { - "related": "/facilities/?filter[stop]=5719" + "related": "/facilities/?filter[stop]=57121" } }, "parent_station": { @@ -171242,16 +175631,17 @@ { "attributes": { "description": null, - "latitude": 42.27208, + "latitude": 42.410107, "location_type": 0, - "longitude": -71.070655, - "name": "River St @ Wichita Ter", + "longitude": -71.012447, + "name": "Broadway @ Park Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, - "id": "572", + "id": "5713", "links": { - "self": "/stops/572" + "self": "/stops/5713" }, "relationships": { "child_stops": { @@ -171262,7 +175652,7 @@ }, "facilities": { "links": { - "related": "/facilities/?filter[stop]=572" + "related": "/facilities/?filter[stop]=5713" } }, "parent_station": { @@ -171280,16 +175670,17 @@ { "attributes": { "description": null, - "latitude": 42.399754, + "latitude": 42.408443, "location_type": 0, - "longitude": -71.022329, - "name": "Broadway @ Webster Ave", + "longitude": -71.013505, + "name": "Broadway @ Yeamans St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, - "id": "5720", + "id": "5714", "links": { - "self": "/stops/5720" + "self": "/stops/5714" }, "relationships": { "child_stops": { @@ -171300,7 +175691,7 @@ }, "facilities": { "links": { - "related": "/facilities/?filter[stop]=5720" + "related": "/facilities/?filter[stop]=5714" } }, "parent_station": { @@ -171318,16 +175709,17 @@ { "attributes": { "description": null, - "latitude": 42.398745, + "latitude": 42.405046, "location_type": 0, - "longitude": -71.023666, - "name": "Broadway opp Green St", + "longitude": -71.016352, + "name": "Broadway @ Page St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, - "id": "5721", + "id": "5715", "links": { - "self": "/stops/5721" + "self": "/stops/5715" }, "relationships": { "child_stops": { @@ -171338,7 +175730,7 @@ }, "facilities": { "links": { - "related": "/facilities/?filter[stop]=5721" + "related": "/facilities/?filter[stop]=5715" } }, "parent_station": { @@ -171356,16 +175748,17 @@ { "attributes": { "description": null, - "latitude": 42.397829, + "latitude": 42.402054, "location_type": 0, - "longitude": -71.025257, - "name": "Broadway @ Eleanor St", + "longitude": -71.019701, + "name": "Broadway @ Cabot St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, - "id": "5722", + "id": "5718", "links": { - "self": "/stops/5722" + "self": "/stops/5718" }, "relationships": { "child_stops": { @@ -171376,7 +175769,7 @@ }, "facilities": { "links": { - "related": "/facilities/?filter[stop]=5722" + "related": "/facilities/?filter[stop]=5718" } }, "parent_station": { @@ -171394,16 +175787,17 @@ { "attributes": { "description": null, - "latitude": 42.39693, + "latitude": 42.400634, "location_type": 0, - "longitude": -71.02686, - "name": "Broadway @ Parker St", + "longitude": -71.021407, + "name": "Broadway @ Stockton St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, - "id": "5723", + "id": "5719", "links": { - "self": "/stops/5723" + "self": "/stops/5719" }, "relationships": { "child_stops": { @@ -171414,7 +175808,7 @@ }, "facilities": { "links": { - "related": "/facilities/?filter[stop]=5723" + "related": "/facilities/?filter[stop]=5719" } }, "parent_station": { @@ -171432,16 +175826,17 @@ { "attributes": { "description": null, - "latitude": 42.396061, + "latitude": 42.27208, "location_type": 0, - "longitude": -71.028454, - "name": "Broadway @ Cary Ave", + "longitude": -71.070655, + "name": "River St @ Wichita Ter", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, - "id": "5724", + "id": "572", "links": { - "self": "/stops/5724" + "self": "/stops/572" }, "relationships": { "child_stops": { @@ -171452,7 +175847,85 @@ }, "facilities": { "links": { - "related": "/facilities/?filter[stop]=5724" + "related": "/facilities/?filter[stop]=572" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": { + "description": null, + "latitude": 42.398479, + "location_type": 0, + "longitude": -71.024231, + "name": "Broadway opp Green St", + "platform_name": null, + "vehicle_type": 3, + "wheelchair_boarding": 1 + }, + "id": "5721", + "links": { + "self": "/stops/5721" + }, + "relationships": { + "child_stops": { + "data": [] + }, + "connecting_stops": { + "data": [] + }, + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=5721" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": { + "description": null, + "latitude": 42.397677, + "location_type": 0, + "longitude": -71.025649, + "name": "Broadway @ Eleanor St", + "platform_name": null, + "vehicle_type": 3, + "wheelchair_boarding": 1 + }, + "id": "5722", + "links": { + "self": "/stops/5722" + }, + "relationships": { + "child_stops": { + "data": [] + }, + "connecting_stops": { + "data": [] + }, + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=5722" } }, "parent_station": { @@ -171470,16 +175943,17 @@ { "attributes": { "description": null, - "latitude": 42.395377, + "latitude": 42.396061, "location_type": 0, - "longitude": -71.029581, - "name": "Broadway @ Crescent Ave", + "longitude": -71.028454, + "name": "Broadway @ Cary Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, - "id": "5725", + "id": "5724", "links": { - "self": "/stops/5725" + "self": "/stops/5724" }, "relationships": { "child_stops": { @@ -171490,7 +175964,7 @@ }, "facilities": { "links": { - "related": "/facilities/?filter[stop]=5725" + "related": "/facilities/?filter[stop]=5724" } }, "parent_station": { @@ -171513,7 +175987,8 @@ "longitude": -71.03099, "name": "Broadway opp Gerrish Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5726", "links": { @@ -171551,7 +176026,8 @@ "longitude": -71.037719, "name": "Pearl St opp Essex St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5728", "links": { @@ -171589,7 +176065,8 @@ "longitude": -71.038734, "name": "Pearl St @ Williams St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5729", "links": { @@ -171627,7 +176104,8 @@ "longitude": -71.039373, "name": "Meridian St @ Condor St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5730", "links": { @@ -171660,12 +176138,13 @@ { "attributes": { "description": null, - "latitude": 42.381432, + "latitude": 42.381458, "location_type": 0, - "longitude": -71.039378, + "longitude": -71.039362, "name": "Meridian St @ West Eagle St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5731", "links": { @@ -171703,7 +176182,8 @@ "longitude": -71.039312, "name": "Meridian St @ White St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5732", "links": { @@ -171741,7 +176221,8 @@ "longitude": -71.039287, "name": "Meridian St @ Eutaw St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5733", "links": { @@ -171779,7 +176260,8 @@ "longitude": -71.039277, "name": "Meridian St @ Lexington St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5734", "links": { @@ -171817,7 +176299,8 @@ "longitude": -71.039143, "name": "Meridian St @ Liverpool St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5736", "links": { @@ -171855,7 +176338,8 @@ "longitude": -71.039105, "name": "Meridian St @ Havre St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5737", "links": { @@ -171893,7 +176377,8 @@ "longitude": -71.074869, "name": "River St @ Cedar St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "574", "links": { @@ -171931,7 +176416,8 @@ "longitude": -71.039615, "name": "Maverick", "platform_name": "Busway", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5740", "links": { @@ -171972,7 +176458,8 @@ "longitude": -71.039473, "name": "Maverick", "platform_name": "East Busway", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "57400", "links": { @@ -172013,7 +176500,8 @@ "longitude": -71.038958, "name": "Meridian St @ Havre St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5742", "links": { @@ -172051,7 +176539,8 @@ "longitude": -71.039031, "name": "Meridian St @ Saratoga St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5743", "links": { @@ -172089,7 +176578,8 @@ "longitude": -71.039108, "name": "Meridian St @ Eutaw St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5745", "links": { @@ -172127,7 +176617,8 @@ "longitude": -71.039186, "name": "Meridian St @ White St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5746", "links": { @@ -172165,7 +176656,8 @@ "longitude": -71.039184, "name": "Meridian St @ Falcon St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5747", "links": { @@ -172203,7 +176695,8 @@ "longitude": -71.038557, "name": "Pearl St @ Marginal St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5748", "links": { @@ -172241,7 +176734,8 @@ "longitude": -71.037711, "name": "Pearl St @ Essex St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5749", "links": { @@ -172279,7 +176773,8 @@ "longitude": -71.078388, "name": "River St @ Standard St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "575", "links": { @@ -172312,12 +176807,13 @@ { "attributes": { "description": null, - "latitude": 42.394393, + "latitude": 42.39476, "location_type": 0, - "longitude": -71.03111, + "longitude": -71.030491, "name": "Broadway @ Gerrish Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5750", "links": { @@ -172350,88 +176846,13 @@ { "attributes": { "description": null, - "latitude": 42.395197, - "location_type": 0, - "longitude": -71.029701, - "name": "Broadway @ Crescent Ave", - "platform_name": null, - "vehicle_type": 3 - }, - "id": "5751", - "links": { - "self": "/stops/5751" - }, - "relationships": { - "child_stops": { - "data": [] - }, - "connecting_stops": { - "data": [] - }, - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=5751" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": { - "description": null, - "latitude": 42.396747, - "location_type": 0, - "longitude": -71.026979, - "name": "Broadway @ Parker St", - "platform_name": null, - "vehicle_type": 3 - }, - "id": "5752", - "links": { - "self": "/stops/5752" - }, - "relationships": { - "child_stops": { - "data": [] - }, - "connecting_stops": { - "data": [] - }, - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=5752" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": { - "description": null, - "latitude": 42.397643, + "latitude": 42.39787, "location_type": 0, - "longitude": -71.02537, + "longitude": -71.025018, "name": "Broadway @ Eleanor St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5753", "links": { @@ -172469,7 +176890,8 @@ "longitude": -71.023637, "name": "Broadway @ Green St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5754", "links": { @@ -172502,50 +176924,13 @@ { "attributes": { "description": null, - "latitude": 42.399746, + "latitude": 42.401037, "location_type": 0, - "longitude": -71.022146, - "name": "Broadway @ Webster Ave", - "platform_name": null, - "vehicle_type": 3 - }, - "id": "5755", - "links": { - "self": "/stops/5755" - }, - "relationships": { - "child_stops": { - "data": [] - }, - "connecting_stops": { - "data": [] - }, - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=5755" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": { - "description": null, - "latitude": 42.400699, - "location_type": 0, - "longitude": -71.021093, + "longitude": -71.02071, "name": "Broadway @ Stockton St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5756", "links": { @@ -172578,12 +176963,13 @@ { "attributes": { "description": null, - "latitude": 42.401857, + "latitude": 42.402706, "location_type": 0, - "longitude": -71.019773, - "name": "Broadway @ Cabot St", + "longitude": -71.018792, + "name": "Broadway @ Clinton St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5757", "links": { @@ -172621,7 +177007,8 @@ "longitude": -71.016173, "name": "Broadway @ Taft St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5759", "links": { @@ -172659,7 +177046,8 @@ "longitude": -71.080781, "name": "River St opp Duxbury Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "576", "links": { @@ -172697,7 +177085,8 @@ "longitude": -71.014559, "name": "Broadway @ Beach St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5760", "links": { @@ -172730,12 +177119,13 @@ { "attributes": { "description": null, - "latitude": 42.408222, + "latitude": 42.408342, "location_type": 0, - "longitude": -71.013389, + "longitude": -71.013356, "name": "Broadway @ Pleasant St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5761", "links": { @@ -172773,7 +177163,8 @@ "longitude": -71.202573, "name": "Washington St @ Norwood Hospital", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "57618", "links": { @@ -172806,12 +177197,13 @@ { "attributes": { "description": null, - "latitude": 42.411045, + "latitude": 42.41027, "location_type": 0, - "longitude": -71.011627, - "name": "Broadway opp Fernwood Ave", + "longitude": -71.012136, + "name": "Broadway @ Central Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5763", "links": { @@ -172841,6 +177233,45 @@ }, "type": "stop" }, + { + "attributes": { + "description": null, + "latitude": 42.411083, + "location_type": 0, + "longitude": -71.011609, + "name": "Broadway opp Fernwood Ave", + "platform_name": null, + "vehicle_type": 3, + "wheelchair_boarding": 1 + }, + "id": "57641", + "links": { + "self": "/stops/57641" + }, + "relationships": { + "child_stops": { + "data": [] + }, + "connecting_stops": { + "data": [] + }, + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=57641" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, { "attributes": { "description": null, @@ -172849,7 +177280,8 @@ "longitude": -71.009976, "name": "Broadway opp Elmwood Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5765", "links": { @@ -172882,12 +177314,13 @@ { "attributes": { "description": null, - "latitude": 42.416594, + "latitude": 42.416577, "location_type": 0, - "longitude": -71.005719, + "longitude": -71.005101, "name": "Revere St @ Lee St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5768", "links": { @@ -172925,7 +177358,8 @@ "longitude": -71.082411, "name": "River St opp Leahaven Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "577", "links": { @@ -172963,7 +177397,8 @@ "longitude": -71.001753, "name": "Revere St @ Stowers St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5770", "links": { @@ -173001,7 +177436,8 @@ "longitude": -71.00059, "name": "235 Revere St opp Breed St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5771", "links": { @@ -173039,7 +177475,8 @@ "longitude": -70.99272, "name": "Revere St @ Sagamore St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5774", "links": { @@ -173077,7 +177514,8 @@ "longitude": -71.084455, "name": "River St @ Newcroft Circle", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "578", "links": { @@ -173115,7 +177553,8 @@ "longitude": -70.99548, "name": "Beach St opp Nahant Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5783", "links": { @@ -173153,7 +177592,8 @@ "longitude": -70.998887, "name": "Beach St @ VFW Pkwy", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5784", "links": { @@ -173191,7 +177631,8 @@ "longitude": -71.003659, "name": "Beach St @ Harris St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5786", "links": { @@ -173227,9 +177668,10 @@ "latitude": 42.408978, "location_type": 0, "longitude": -71.008839, - "name": "Beach St @ School St", + "name": "Central Ave @ School St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5788", "links": { @@ -173267,7 +177709,8 @@ "longitude": -71.087361, "name": "River St @ Gladeside Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "579", "links": { @@ -173300,12 +177743,13 @@ { "attributes": { "description": null, - "latitude": 42.409605, + "latitude": 42.409716, "location_type": 0, - "longitude": -71.010465, + "longitude": -71.010688, "name": "49 Central Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5790", "links": { @@ -173341,9 +177785,10 @@ "latitude": 42.40923, "location_type": 0, "longitude": -71.006776, - "name": "Beach St @ Eustis St", + "name": "Beach St @ Cary Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5792", "links": { @@ -173381,7 +177826,8 @@ "longitude": -71.003578, "name": "Beach St @ Harris St - Bell Circle", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5794", "links": { @@ -173419,7 +177865,8 @@ "longitude": -70.99676, "name": "Beach St @ Walnut Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5797", "links": { @@ -173457,7 +177904,8 @@ "longitude": -70.993879, "name": "Beach St @ N Shore Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5798", "links": { @@ -173495,7 +177943,8 @@ "longitude": -71.074931, "name": "Massachusetts Ave @ Harrison Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "58", "links": { @@ -173533,7 +177982,8 @@ "longitude": -71.090009, "name": "River St @ Fremont St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "580", "links": { @@ -173566,12 +178016,13 @@ { "attributes": { "description": null, - "latitude": 42.406175, + "latitude": 42.406162, "location_type": 0, - "longitude": -71.013788, + "longitude": -71.013594, "name": "Beach St @ Wilson St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5801", "links": { @@ -173609,7 +178060,8 @@ "longitude": -71.009697, "name": "Winthrop Ave @ Beach St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5803", "links": { @@ -173647,7 +178099,8 @@ "longitude": -71.007663, "name": "Winthrop Ave @ Victoria St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "5804", "links": { @@ -173685,7 +178138,8 @@ "longitude": -71.00598, "name": "Winthrop Ave @ Revere Beach Pkway", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5805", "links": { @@ -173723,7 +178177,8 @@ "longitude": -71.002152, "name": "Revere Beach Pkwy @ Green St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5806", "links": { @@ -173761,7 +178216,8 @@ "longitude": -71.000701, "name": "Revere Beach Pkwy @ Pratt Pl", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5807", "links": { @@ -173799,7 +178255,8 @@ "longitude": -70.996693, "name": "560 Winthrop Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5809", "links": { @@ -173837,7 +178294,8 @@ "longitude": -70.992533, "name": "Winthrop Ave @ Beachmont Station", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5810", "links": { @@ -173892,7 +178350,8 @@ "longitude": -70.989199, "name": "Crescent Ave @ Winthrop Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5811", "links": { @@ -173930,7 +178389,8 @@ "longitude": -70.986688, "name": "Crescent Ave @ Webster St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5812", "links": { @@ -173968,7 +178428,8 @@ "longitude": -70.98499, "name": "Crescent Ave @ Summer St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5813", "links": { @@ -174006,7 +178467,8 @@ "longitude": -70.982159, "name": "Crescent Ave @ Winthrop Pkwy", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5814", "links": { @@ -174044,7 +178506,8 @@ "longitude": -70.982434, "name": "Endicott Ave opp Bradstreet Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5815", "links": { @@ -174082,7 +178545,8 @@ "longitude": -70.984086, "name": "200 Endicott Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5816", "links": { @@ -174120,7 +178584,8 @@ "longitude": -70.987574, "name": "Endicott Ave @ Leverett Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5817", "links": { @@ -174158,7 +178623,8 @@ "longitude": -70.990628, "name": "Endicott Ave @ Atlantic Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5818", "links": { @@ -174196,7 +178662,8 @@ "longitude": -70.992783, "name": "Winthrop Ave @ Beachmont Station", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5819", "links": { @@ -174247,7 +178714,8 @@ "longitude": -70.998349, "name": "Revere Beach Pkwy @ Campbell Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "5821", "links": { @@ -174285,7 +178753,8 @@ "longitude": -70.999702, "name": "Revere Beach Pkwy @ Woods Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "5822", "links": { @@ -174323,7 +178792,8 @@ "longitude": -71.001141, "name": "Revere Beach Pkwy @ Hillside Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5823", "links": { @@ -174361,7 +178831,8 @@ "longitude": -71.005951, "name": "Winthrop Ave @ Revere Beach Pkwy", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5824", "links": { @@ -174399,7 +178870,8 @@ "longitude": -71.007338, "name": "Winthrop Ave @ Elm St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5825", "links": { @@ -174437,7 +178909,8 @@ "longitude": -71.010246, "name": "Winthrop Ave @ Beach St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5826", "links": { @@ -174475,7 +178948,8 @@ "longitude": -71.012573, "name": "Winthrop Ave @ Broadway", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5827", "links": { @@ -174513,7 +178987,8 @@ "longitude": -71.01477, "name": "Proctor Ave @ B St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "5828", "links": { @@ -174551,7 +179026,8 @@ "longitude": -71.017408, "name": "Proctor Ave @ Adams St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5829", "links": { @@ -174589,7 +179065,8 @@ "longitude": -71.086792, "name": "River St opp Gladeside Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "583", "links": { @@ -174627,7 +179104,8 @@ "longitude": -71.017161, "name": "Adams St @ Constitution Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5830", "links": { @@ -174665,7 +179143,8 @@ "longitude": -71.016503, "name": "Adams St @ Adams Ct", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "5831", "links": { @@ -174703,7 +179182,8 @@ "longitude": -71.016946, "name": "Cooledge St @ Adams St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5832", "links": { @@ -174741,7 +179221,8 @@ "longitude": -71.019129, "name": "Constitution Ave @ Cooledge St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "5833", "links": { @@ -174779,7 +179260,8 @@ "longitude": -71.017437, "name": "Constitution Ave @ Adams St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "5835", "links": { @@ -174812,12 +179294,13 @@ { "attributes": { "description": null, - "latitude": 42.412593, + "latitude": 42.412721, "location_type": 0, - "longitude": -71.010941, + "longitude": -71.011267, "name": "Proctor Ave @ Broadway", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5837", "links": { @@ -174855,7 +179338,8 @@ "longitude": -71.010303, "name": "Bennington St @ Trident St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5839", "links": { @@ -174888,12 +179372,13 @@ { "attributes": { "description": null, - "latitude": 42.271172, + "latitude": 42.27108, "location_type": 0, - "longitude": -71.083864, - "name": "308 River St opp Newcroft Circle", + "longitude": -71.08443, + "name": "River St opp Newcroft Circle", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "584", "links": { @@ -174931,7 +179416,8 @@ "longitude": -71.012515, "name": "Bennington St @ Westbrook St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5841", "links": { @@ -174969,7 +179455,8 @@ "longitude": -71.016436, "name": "Bennington St @ Byron St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5842", "links": { @@ -175007,7 +179494,8 @@ "longitude": -71.01864, "name": "Bennington St @ Moore St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5843", "links": { @@ -175045,7 +179533,8 @@ "longitude": -71.020555, "name": "Bennington St @ Curtis St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5844", "links": { @@ -175083,7 +179572,8 @@ "longitude": -71.025342, "name": "467 Chelsea St - Eagle Square", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5846", "links": { @@ -175121,7 +179611,8 @@ "longitude": -71.025378, "name": "Bennington St @ Neptune Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5848", "links": { @@ -175159,7 +179650,8 @@ "longitude": -71.027455, "name": "Bennington St @ Chelsea St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5849", "links": { @@ -175197,7 +179689,8 @@ "longitude": -71.082334, "name": "River St @ Leahaven Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "585", "links": { @@ -175235,7 +179728,8 @@ "longitude": -71.029659, "name": "Bennington St @ Prescott St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5850", "links": { @@ -175273,7 +179767,8 @@ "longitude": -71.031805, "name": "Bennington St @ Putnam St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 2 }, "id": "5851", "links": { @@ -175311,7 +179806,8 @@ "longitude": -71.033887, "name": "Bennington St @ Brooks St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5852", "links": { @@ -175349,7 +179845,8 @@ "longitude": -71.035984, "name": "Bennington St @ Marion St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5853", "links": { @@ -175387,7 +179884,8 @@ "longitude": -71.038382, "name": "Bennington St @ Porter St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5854", "links": { @@ -175425,7 +179923,8 @@ "longitude": -71.035598, "name": "Sumner St @ Cottage St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5857", "links": { @@ -175463,7 +179962,8 @@ "longitude": -71.03312, "name": "Sumner St @ Lamson St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5858", "links": { @@ -175501,7 +180001,8 @@ "longitude": -71.030841, "name": "Sumner St @ Webster St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5859", "links": { @@ -175539,7 +180040,8 @@ "longitude": -71.081543, "name": "River St @ Meadowbank Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "586", "links": { @@ -175577,7 +180079,8 @@ "longitude": -71.029525, "name": "Jeffries St @ Everett St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5861", "links": { @@ -175615,7 +180118,8 @@ "longitude": -71.201766, "name": "Washington St @ Day St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "58618", "links": { @@ -175653,7 +180157,8 @@ "longitude": -71.030532, "name": "Opp 345 Maverick St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5862", "links": { @@ -175691,7 +180196,8 @@ "longitude": -71.032181, "name": "Maverick St @ Lamson St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5863", "links": { @@ -175729,7 +180235,8 @@ "longitude": -71.034615, "name": "Maverick St @ Cottage St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5864", "links": { @@ -175767,7 +180274,8 @@ "longitude": -71.036054, "name": "Maverick St @ Frankfort St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5865", "links": { @@ -175805,7 +180313,8 @@ "longitude": -71.038265, "name": "Bennington St @ Porter St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5867", "links": { @@ -175843,7 +180352,8 @@ "longitude": -71.035676, "name": "Bennington St @ Marion St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5868", "links": { @@ -175881,7 +180391,8 @@ "longitude": -71.033472, "name": "Bennington St @ Brooks St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5869", "links": { @@ -175919,7 +180430,8 @@ "longitude": -71.078311, "name": "168 River St opp Standard St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "587", "links": { @@ -175957,7 +180469,8 @@ "longitude": -71.03133, "name": "Bennington St @ Putnam St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5870", "links": { @@ -175995,7 +180508,8 @@ "longitude": -71.029571, "name": "Bennington St @ Prescott St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5871", "links": { @@ -176033,7 +180547,8 @@ "longitude": -71.021944, "name": "Bennington St @ Swift St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5872", "links": { @@ -176071,7 +180586,8 @@ "longitude": -71.020354, "name": "Bennington St @ Harmony St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5873", "links": { @@ -176109,7 +180625,8 @@ "longitude": -71.018257, "name": "Bennington St @ Moore St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5874", "links": { @@ -176147,7 +180664,8 @@ "longitude": -71.01609, "name": "Bennington St @ Byron St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5875", "links": { @@ -176185,7 +180703,8 @@ "longitude": -71.012431, "name": "Bennington St @ Westbrook St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5877", "links": { @@ -176223,7 +180742,8 @@ "longitude": -71.010483, "name": "Bennington St @ Trident St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5878", "links": { @@ -176261,7 +180781,8 @@ "longitude": -71.00499, "name": "Orient Heights", "platform_name": "Bennington St Busway", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5879", "links": { @@ -176302,7 +180823,8 @@ "longitude": -71.074811, "name": "River St opp Cedar St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "588", "links": { @@ -176340,7 +180862,8 @@ "longitude": -71.004229, "name": "Orient Heights", "platform_name": "Bennington St Busway", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5880", "links": { @@ -176376,12 +180899,13 @@ { "attributes": { "description": null, - "latitude": 42.387061, + "latitude": 42.387193, "location_type": 0, - "longitude": -71.00575, + "longitude": -71.005518, "name": "Bennington St @ Antrim St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "5881", "links": { @@ -176424,7 +180948,8 @@ "longitude": -71.008261, "name": "Boardman St @ Saratoga St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5882", "links": { @@ -176462,7 +180987,8 @@ "longitude": -71.010564, "name": "Boardman St @ Ashley St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5883", "links": { @@ -176500,7 +181026,8 @@ "longitude": -71.012513, "name": "Boardman St @ Leyden St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5884", "links": { @@ -176538,7 +181065,8 @@ "longitude": -71.011238, "name": "Waldemar Ave @ McClellan Hwy", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5886", "links": { @@ -176576,7 +181104,8 @@ "longitude": -71.008144, "name": "220 Waldemar Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5887", "links": { @@ -176614,7 +181143,8 @@ "longitude": -71.00708, "name": "160 Waldemar Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5888", "links": { @@ -176652,7 +181182,8 @@ "longitude": -71.005005, "name": "Crestway Rd @ Faywood Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5889", "links": { @@ -176690,7 +181221,8 @@ "longitude": -71.007272, "name": "171 Faywood Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5890", "links": { @@ -176728,7 +181260,8 @@ "longitude": -71.010055, "name": "219 Faywood Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5891", "links": { @@ -176766,7 +181299,8 @@ "longitude": -71.008241, "name": "202 Orient Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5892", "links": { @@ -176804,7 +181338,8 @@ "longitude": -71.005985, "name": "Orient Ave @ Drumlin Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5893", "links": { @@ -176842,7 +181377,8 @@ "longitude": -71.001965, "name": "Orient Ave opp Beachview Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5894", "links": { @@ -176880,7 +181416,8 @@ "longitude": -71.000096, "name": "Orient Ave @ Faywood Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5895", "links": { @@ -176918,7 +181455,8 @@ "longitude": -70.999388, "name": "Walley St @ Gladstone St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5896", "links": { @@ -176956,7 +181494,8 @@ "longitude": -71.022529, "name": "Chelsea St @ Curtis St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5897", "links": { @@ -176994,7 +181533,8 @@ "longitude": -71.030574, "name": "Lexington St @ Prescott St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5898", "links": { @@ -177032,7 +181572,8 @@ "longitude": -71.032704, "name": "Lexington St @ Putnam St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5899", "links": { @@ -177070,7 +181611,8 @@ "longitude": -71.076941, "name": "Massachusetts Ave @ Washington St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "59", "links": { @@ -177108,7 +181650,8 @@ "longitude": -71.070623, "name": "River St opp Wichita Ter", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "590", "links": { @@ -177146,7 +181689,8 @@ "longitude": -71.034853, "name": "Lexington St @ Brooks St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5900", "links": { @@ -177184,7 +181728,8 @@ "longitude": -71.037013, "name": "Lexington St @ Marion St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5901", "links": { @@ -177222,7 +181767,8 @@ "longitude": -71.039091, "name": "Lexington St @ Meridian St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5902", "links": { @@ -177260,7 +181806,8 @@ "longitude": -71.037177, "name": "Lexington St @ Marion St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5903", "links": { @@ -177298,7 +181845,8 @@ "longitude": -71.03501, "name": "Lexington St @ Brooks St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5904", "links": { @@ -177336,7 +181884,8 @@ "longitude": -71.032861, "name": "Lexington St @ Putnam St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5905", "links": { @@ -177374,7 +181923,8 @@ "longitude": -71.030731, "name": "Lexington St @ Prescott St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5906", "links": { @@ -177412,7 +181962,8 @@ "longitude": -71.028218, "name": "Lexington St @ Shelby St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5907", "links": { @@ -177450,7 +182001,8 @@ "longitude": -71.067814, "name": "Dorchester Ave opp Adirondack Pl", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "591", "links": { @@ -177488,7 +182040,8 @@ "longitude": -71.063089, "name": "Grove St @ Linwood Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5910", "links": { @@ -177526,7 +182079,8 @@ "longitude": -71.05947, "name": "Grove St @ Lebanon St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5911", "links": { @@ -177564,7 +182118,8 @@ "longitude": -71.056767, "name": "Grove St @ Faxon St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5912", "links": { @@ -177602,7 +182157,8 @@ "longitude": -71.054949, "name": "Grove St @ Argyle St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5913", "links": { @@ -177640,7 +182196,8 @@ "longitude": -71.053183, "name": "Grove St @ Florence Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5914", "links": { @@ -177678,7 +182235,8 @@ "longitude": -71.052019, "name": "Grove St @ Swains Pond Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5915", "links": { @@ -177716,7 +182274,8 @@ "longitude": -71.051823, "name": "Laurel St @ Sixth St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5916", "links": { @@ -177754,7 +182313,8 @@ "longitude": -71.05012, "name": "167 Laurel St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5917", "links": { @@ -177792,7 +182352,8 @@ "longitude": -71.04867, "name": "183 Laurel St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5918", "links": { @@ -177830,7 +182391,8 @@ "longitude": -71.047435, "name": "229 Laurel St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5919", "links": { @@ -177868,7 +182430,8 @@ "longitude": -71.046359, "name": "Laurel St @ Sycamore Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5920", "links": { @@ -177906,7 +182469,8 @@ "longitude": -71.04664, "name": "Waverly Ave @ Simonds Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5921", "links": { @@ -177944,7 +182508,8 @@ "longitude": -71.048852, "name": "Upham St @ East St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5923", "links": { @@ -177982,7 +182547,8 @@ "longitude": -71.050518, "name": "Upham St @ Hillcrest Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5924", "links": { @@ -178020,7 +182586,8 @@ "longitude": -71.052898, "name": "Upham St @ Lincoln St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5925", "links": { @@ -178058,7 +182625,8 @@ "longitude": -71.055137, "name": "Upham St @ Stratford Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5926", "links": { @@ -178096,7 +182664,8 @@ "longitude": -71.058591, "name": "Upham St @ Bellevue Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "5927", "links": { @@ -178134,7 +182703,8 @@ "longitude": -71.064482, "name": "Upham St @ Main St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5929", "links": { @@ -178172,7 +182742,8 @@ "longitude": -71.067153, "name": "Dorchester Ave opp St Gregory St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "593", "links": { @@ -178210,7 +182781,8 @@ "longitude": -71.064152, "name": "Franklin St @ Pratt St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5930", "links": { @@ -178248,7 +182820,8 @@ "longitude": -71.069719, "name": "Franklin St @ Greenwood St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5931", "links": { @@ -178286,7 +182859,8 @@ "longitude": -71.071846, "name": "Franklin St @ Apthorp Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "5932", "links": { @@ -178324,7 +182898,8 @@ "longitude": -71.073868, "name": "Franklin St @ Woodland Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "5933", "links": { @@ -178362,7 +182937,8 @@ "longitude": -71.075879, "name": "Franklin St @ Botolph St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "5934", "links": { @@ -178400,7 +182976,8 @@ "longitude": -71.076114, "name": "Walton Pk @ South Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "5935", "links": { @@ -178438,7 +183015,8 @@ "longitude": -71.076114, "name": "Walton Pk @ Orris St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "5936", "links": { @@ -178476,7 +183054,8 @@ "longitude": -71.066888, "name": "Opp 2165 Dorchester Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "594", "links": { @@ -178514,7 +183093,8 @@ "longitude": -71.066396, "name": "Dorchester Ave opp Valley Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "595", "links": { @@ -178552,7 +183132,8 @@ "longitude": -71.117515, "name": "3867 Washington St opp Tollgate Way", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "596", "links": { @@ -178590,7 +183171,8 @@ "longitude": -71.200888, "name": "Washington St @ Cottage St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "59618", "links": { @@ -178628,7 +183210,8 @@ "longitude": -71.072243, "name": "Washington St @ Clifton St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5962", "links": { @@ -178666,7 +183249,8 @@ "longitude": -71.071887, "name": "Washington St opp Francis St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "5963", "links": { @@ -178704,7 +183288,8 @@ "longitude": -71.071432, "name": "349 Washington St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5967", "links": { @@ -178742,7 +183327,8 @@ "longitude": -71.07153, "name": "377 Washington St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5968", "links": { @@ -178780,7 +183366,8 @@ "longitude": -71.11976, "name": "Washington St @ Lochdale Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "597", "links": { @@ -178818,7 +183405,8 @@ "longitude": -71.074822, "name": "Wyoming Ave opp Cleveland St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5975", "links": { @@ -178856,7 +183444,8 @@ "longitude": -71.073899, "name": "Wyoming Ave @ Florence St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5976", "links": { @@ -178894,7 +183483,8 @@ "longitude": -71.071966, "name": "Wyoming Ave @ Cottage St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5978", "links": { @@ -178932,7 +183522,8 @@ "longitude": -71.121409, "name": "Washington St @ Archdale Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "598", "links": { @@ -178970,7 +183561,8 @@ "longitude": -71.070158, "name": "Wyoming Ave @ Pleasant St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5980", "links": { @@ -179017,7 +183609,8 @@ "longitude": -71.070522, "name": "Pleasant St @ Everett St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5982", "links": { @@ -179055,7 +183648,8 @@ "longitude": -71.07064, "name": "Pleasant St @ Frances St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5983", "links": { @@ -179093,7 +183687,8 @@ "longitude": -71.07156, "name": "Pleasant St @ Gould St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5985", "links": { @@ -179131,7 +183726,8 @@ "longitude": -71.071853, "name": "Pleasant St @ Converse Ln", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5986", "links": { @@ -179169,7 +183765,8 @@ "longitude": -71.072172, "name": "Pleasant St @ Washington St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5987", "links": { @@ -179207,7 +183804,8 @@ "longitude": -71.072037, "name": "Washington St @ Brazil St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5988", "links": { @@ -179245,7 +183843,8 @@ "longitude": -71.122671, "name": "Washington St @ Mosgrove Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "599", "links": { @@ -179283,7 +183882,8 @@ "longitude": -71.071435, "name": "Washington St @ Glen Rock Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5990", "links": { @@ -179321,7 +183921,8 @@ "longitude": -71.1203, "name": "Washington St @ Mill St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "59901", "links": { @@ -179359,7 +183960,8 @@ "longitude": -71.071292, "name": "Washington St opp Oak Grove Sta", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "5991", "links": { @@ -179406,7 +184008,8 @@ "longitude": -71.071995, "name": "Washington St @ Grove St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "5992", "links": { @@ -179444,7 +184047,8 @@ "longitude": -71.072009, "name": "Washington St @ Francis St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "5993", "links": { @@ -179482,7 +184086,8 @@ "longitude": -71.079576, "name": "Melnea Cass Blvd @ Harrison Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6", "links": { @@ -179520,7 +184125,8 @@ "longitude": -71.078951, "name": "Washington St @ Lenox St", "platform_name": "Nubian", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "60", "links": { @@ -179558,7 +184164,8 @@ "longitude": -71.124116, "name": "Washington St opp Granfield Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "600", "links": { @@ -179596,7 +184203,8 @@ "longitude": -71.125748, "name": "Washington St @ South St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "601", "links": { @@ -179634,7 +184242,8 @@ "longitude": -71.128796, "name": "South St @ Taft Hill Terr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "602", "links": { @@ -179672,7 +184281,8 @@ "longitude": -71.128949, "name": "Poplar St @ South St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6022", "links": { @@ -179710,7 +184320,8 @@ "longitude": -71.13158, "name": "Washington St @ Albano St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "603", "links": { @@ -179748,7 +184359,8 @@ "longitude": -71.133514, "name": "Washington St @ Metropolitan Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "604", "links": { @@ -179786,7 +184398,8 @@ "longitude": -71.135513, "name": "Washington St @ Cornell St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "605", "links": { @@ -179824,7 +184437,8 @@ "longitude": -71.136949, "name": "Washington St @ Walworth St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "606", "links": { @@ -179862,7 +184476,8 @@ "longitude": -71.199468, "name": "Washington St @ Railroad Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "60618", "links": { @@ -179900,7 +184515,8 @@ "longitude": -71.186789, "name": "Washington St @ Curtis St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "60620", "links": { @@ -179938,7 +184554,8 @@ "longitude": -71.139145, "name": "Washington St @ Liszt St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "607", "links": { @@ -179976,7 +184593,8 @@ "longitude": -71.140573, "name": "Washington St @ W Roxbury Pkwy", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "608", "links": { @@ -180014,7 +184632,8 @@ "longitude": -71.143932, "name": "Washington St @ Lagrange St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "609", "links": { @@ -180052,7 +184671,8 @@ "longitude": -71.081246, "name": "Washington St @ Melnea Cass Blvd", "platform_name": "Nubian", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "61", "links": { @@ -180090,7 +184710,8 @@ "longitude": -71.145305, "name": "Washington St @ Cowing St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "610", "links": { @@ -180128,7 +184749,8 @@ "longitude": -70.894455, "name": "New Derby St opp Klop Alley", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6103", "links": { @@ -180166,7 +184788,8 @@ "longitude": -70.893016, "name": "Lafayette St @ Harbor St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6104", "links": { @@ -180204,7 +184827,8 @@ "longitude": -70.8927, "name": "Lafayette St @ Cedar St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6106", "links": { @@ -180242,7 +184866,8 @@ "longitude": -70.892205, "name": "Lafayette St @ Hancock St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6108", "links": { @@ -180280,7 +184905,8 @@ "longitude": -70.891934, "name": "Lafayette St @ Holly St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6109", "links": { @@ -180318,7 +184944,8 @@ "longitude": -71.147358, "name": "Washington St @ Maplewood St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "611", "links": { @@ -180356,7 +184983,8 @@ "longitude": -70.891651, "name": "Lafayette St @ Laurel St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6110", "links": { @@ -180394,7 +185022,8 @@ "longitude": -70.891351, "name": "Lafayette St @ Ocean Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6111", "links": { @@ -180432,7 +185061,8 @@ "longitude": -70.891112, "name": "Lafayette St @ Forest Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6112", "links": { @@ -180470,7 +185100,8 @@ "longitude": -70.890897, "name": "Lafayette St @ Loring Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6113", "links": { @@ -180508,7 +185139,8 @@ "longitude": -70.891175, "name": "Loring Ave @ Linden St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "6114", "links": { @@ -180546,7 +185178,8 @@ "longitude": -70.893446, "name": "Loring Ave opp Rainbow Terr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6115", "links": { @@ -180584,7 +185217,8 @@ "longitude": -70.895041, "name": "Loring Ave opp Raymond Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6116", "links": { @@ -180622,7 +185256,8 @@ "longitude": -70.895192, "name": "Loring Ave @ Sumner Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6118", "links": { @@ -180660,7 +185295,8 @@ "longitude": -71.107657, "name": "Washington St @ Williams St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "61187", "links": { @@ -180698,7 +185334,8 @@ "longitude": -70.895175, "name": "Loring Ave @ Pickman Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6119", "links": { @@ -180736,7 +185373,8 @@ "longitude": -71.149002, "name": "Washington St @ Heron St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "612", "links": { @@ -180774,7 +185412,8 @@ "longitude": -70.893194, "name": "Loring Ave opp Lincoln Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6120", "links": { @@ -180812,7 +185451,8 @@ "longitude": -70.894974, "name": "Loring Ave @ Riverview St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6122", "links": { @@ -180850,7 +185490,8 @@ "longitude": -70.896583, "name": "446 Loring Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6123", "links": { @@ -180888,7 +185529,8 @@ "longitude": -70.898141, "name": "Loring Ave @ Intervale Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6124", "links": { @@ -180926,7 +185568,8 @@ "longitude": -70.900223, "name": "Loring Ave @ Cedar Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6125", "links": { @@ -180964,7 +185607,8 @@ "longitude": -70.901798, "name": "Loring Ave @ Vinnin St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6126", "links": { @@ -181002,7 +185646,8 @@ "longitude": -70.907712, "name": "Essex St @ Swampscott Mall", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6127", "links": { @@ -181040,7 +185685,8 @@ "longitude": -70.911405, "name": "Essex St opp Ryan Pl", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6128", "links": { @@ -181078,7 +185724,8 @@ "longitude": -70.914122, "name": "Opp 399 Essex St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6129", "links": { @@ -181116,7 +185763,8 @@ "longitude": -71.151819, "name": "Washington St @ Weymouth Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "613", "links": { @@ -181154,7 +185802,8 @@ "longitude": -70.915242, "name": "Essex St @ Stetson Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6130", "links": { @@ -181192,7 +185841,8 @@ "longitude": -70.91647, "name": "262 Essex St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6131", "links": { @@ -181230,7 +185880,8 @@ "longitude": -70.919921, "name": "Essex St @ Burpee Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6132", "links": { @@ -181268,7 +185919,8 @@ "longitude": -70.923803, "name": "Essex St @ Cherry St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6133", "links": { @@ -181306,7 +185958,8 @@ "longitude": -70.927162, "name": "13 Essex St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6134", "links": { @@ -181344,7 +185997,8 @@ "longitude": -70.928526, "name": "Essex St @ Eastern Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6135", "links": { @@ -181382,7 +186036,8 @@ "longitude": -70.930258, "name": "Essex St @ Empire St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6136", "links": { @@ -181420,7 +186075,8 @@ "longitude": -71.112224, "name": "S Huntington Ave @ Perkins St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "61365", "links": { @@ -181458,7 +186114,8 @@ "longitude": -70.932306, "name": "141 Essex St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6137", "links": { @@ -181496,7 +186153,8 @@ "longitude": -70.933213, "name": "Essex St @ Porter St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6138", "links": { @@ -181534,7 +186192,8 @@ "longitude": -70.934528, "name": "Essex St @ Chatham St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6139", "links": { @@ -181572,7 +186231,8 @@ "longitude": -71.092168, "name": "Huntington Ave @ Forsyth Way", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "61391", "links": { @@ -181610,7 +186270,8 @@ "longitude": -71.154223, "name": "Washington St @ Rockingham Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "614", "links": { @@ -181648,7 +186309,8 @@ "longitude": -70.936877, "name": "Essex St @ Fayette St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6140", "links": { @@ -181686,7 +186348,8 @@ "longitude": -70.936802, "name": "Essex St @ Fayette St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6142", "links": { @@ -181724,7 +186387,8 @@ "longitude": -70.934655, "name": "Essex St @ Chatham St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6143", "links": { @@ -181762,7 +186426,8 @@ "longitude": -70.93308, "name": "Essex St opp Porter St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6144", "links": { @@ -181800,7 +186465,8 @@ "longitude": -70.930043, "name": "Essex St @ Empire St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6145", "links": { @@ -181838,7 +186504,8 @@ "longitude": -70.928635, "name": "Essex St @ Eastern Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6146", "links": { @@ -181876,7 +186543,8 @@ "longitude": -70.927088, "name": "12 Essex St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6147", "links": { @@ -181914,7 +186582,8 @@ "longitude": -70.923793, "name": "Essex St @ Essex Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "6148", "links": { @@ -181952,7 +186621,8 @@ "longitude": -70.921845, "name": "Essex St @ Burrill St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6149", "links": { @@ -181990,7 +186660,8 @@ "longitude": -71.155356, "name": "Washington St opp Desoto Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "615", "links": { @@ -182028,7 +186699,8 @@ "longitude": -70.920587, "name": "Essex St @ Elm Pl", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6150", "links": { @@ -182066,7 +186738,8 @@ "longitude": -70.916394, "name": "253 Essex St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6151", "links": { @@ -182104,7 +186777,8 @@ "longitude": -70.915177, "name": "Essex St @ Stetson Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6152", "links": { @@ -182142,7 +186816,8 @@ "longitude": -70.913878, "name": "Essex St @ Eastman Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6153", "links": { @@ -182180,7 +186855,8 @@ "longitude": -70.912242, "name": "Essex St @ Alvin Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "6154", "links": { @@ -182218,7 +186894,8 @@ "longitude": -70.911291, "name": "Essex St @ Ryan Pl", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6155", "links": { @@ -182256,7 +186933,8 @@ "longitude": -70.907307, "name": "Essex St @ Swampscott Mall", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6156", "links": { @@ -182294,7 +186972,8 @@ "longitude": -70.901666, "name": "Loring Ave @ Vinnin St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6157", "links": { @@ -182332,7 +187011,8 @@ "longitude": -70.899901, "name": "Loring Ave @ Maple Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6158", "links": { @@ -182370,7 +187050,8 @@ "longitude": -70.898483, "name": "Loring Ave @ Chandler Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6159", "links": { @@ -182408,7 +187089,8 @@ "longitude": -71.157252, "name": "Washington St @ Grove St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "616", "links": { @@ -182446,7 +187128,8 @@ "longitude": -70.897698, "name": "Opp 494 Loring Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6160", "links": { @@ -182484,7 +187167,8 @@ "longitude": -70.89642, "name": "Opp 446 Loring Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6161", "links": { @@ -182522,7 +187206,8 @@ "longitude": -71.198283, "name": "460 Washington St opp George St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "61618", "links": { @@ -182560,7 +187245,8 @@ "longitude": -70.894967, "name": "Loring Ave opp Riverview St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6162", "links": { @@ -182598,7 +187284,8 @@ "longitude": -70.893249, "name": "Loring Ave @ Leggs Hill Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6163", "links": { @@ -182636,7 +187323,8 @@ "longitude": -70.892927, "name": "Loring Ave @ Lincoln Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6164", "links": { @@ -182674,7 +187362,8 @@ "longitude": -70.894994, "name": "Loring Ave @ Grant Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6165", "links": { @@ -182712,7 +187401,8 @@ "longitude": -70.8949, "name": "Loring Ave @ Monroe Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6166", "links": { @@ -182750,7 +187440,8 @@ "longitude": -70.894903, "name": "Loring Ave @ Sumner Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6167", "links": { @@ -182788,7 +187479,8 @@ "longitude": -70.895754, "name": "Loring Ave opp Jefferson Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6168", "links": { @@ -182826,7 +187518,8 @@ "longitude": -70.894923, "name": "Loring Ave @ Raymond Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6169", "links": { @@ -182864,7 +187557,8 @@ "longitude": -70.893544, "name": "Loring Ave @ Rainbow Terr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6170", "links": { @@ -182902,7 +187596,8 @@ "longitude": -70.890697, "name": "Opp 352 Lafayette St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6171", "links": { @@ -182940,7 +187635,8 @@ "longitude": -70.891, "name": "Lafayette St @ Clifton Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6173", "links": { @@ -182978,7 +187674,8 @@ "longitude": -70.891236, "name": "Lafayette St @ Ocean Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6174", "links": { @@ -183016,7 +187713,8 @@ "longitude": -70.89149, "name": "Lafayette St @ Willow Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6175", "links": { @@ -183054,7 +187752,8 @@ "longitude": -70.891772, "name": "Lafayette St @ Leach St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6176", "links": { @@ -183092,7 +187791,8 @@ "longitude": -70.89209, "name": "Lafayette St @ Saltonstall Pkwy", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6177", "links": { @@ -183130,7 +187830,8 @@ "longitude": -70.892584, "name": "Lafayette St @ Palmer St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6178", "links": { @@ -183168,7 +187869,8 @@ "longitude": -71.160671, "name": "Washington St opp Rockland Towers", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "618", "links": { @@ -183206,7 +187908,8 @@ "longitude": -70.892975, "name": "Lafayette St @ Harbor St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6180", "links": { @@ -183244,7 +187947,8 @@ "longitude": -70.89472, "name": "New Derby St @ Klopp Alley", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6181", "links": { @@ -183282,7 +187986,8 @@ "longitude": -71.142439, "name": "Clyde St opp Country Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "61835", "links": { @@ -183320,7 +188025,8 @@ "longitude": -71.216043, "name": "Washington St @ Riverwalk Ln", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "61842", "links": { @@ -183358,7 +188064,8 @@ "longitude": -71.209502, "name": "Washington St @ Morse St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "61848", "links": { @@ -183396,7 +188103,8 @@ "longitude": -71.20597, "name": "Washington St @ Saint George Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "61851", "links": { @@ -183434,7 +188142,8 @@ "longitude": -71.236174, "name": "Highland Ave @ May St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "61852", "links": { @@ -183472,7 +188181,8 @@ "longitude": -71.20237, "name": "Washington St @ Guild St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "61857", "links": { @@ -183510,7 +188220,8 @@ "longitude": -71.179396, "name": "Washington St @ Dedham Plaza", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "61866", "links": { @@ -183548,7 +188259,8 @@ "longitude": -71.176993, "name": "Washington St @ Metcalf St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "61867", "links": { @@ -183586,7 +188298,8 @@ "longitude": -71.161892, "name": "Washington St @ Oak St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "61872", "links": { @@ -183624,7 +188337,8 @@ "longitude": -71.160255, "name": "Washington St @ Rockland Towers", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "619", "links": { @@ -183662,7 +188376,8 @@ "longitude": -71.140678, "name": "Lee St @ Sears Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "61916", "links": { @@ -183700,7 +188415,8 @@ "longitude": -71.081738, "name": "Washington St @ Williams St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "62", "links": { @@ -183738,7 +188454,8 @@ "longitude": -71.159317, "name": "Washington St @ Birchwood St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "620", "links": { @@ -183776,7 +188493,8 @@ "longitude": -71.1836, "name": "Park Ave @ Wollaston Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "6201", "links": { @@ -183814,7 +188532,8 @@ "longitude": -71.182991, "name": "Park Ave @ Appleton St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "6202", "links": { @@ -183852,7 +188571,8 @@ "longitude": -71.18206, "name": "Park Ave @ Florence Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "6203", "links": { @@ -183890,7 +188610,8 @@ "longitude": -71.180753, "name": "Park Ave @ Oakland Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "6204", "links": { @@ -183928,7 +188649,8 @@ "longitude": -71.022868, "name": "Main St @ Pierce Memorial Dr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "6206", "links": { @@ -183966,7 +188688,8 @@ "longitude": -71.021391, "name": "Main St @ Kennedy Dr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "6207", "links": { @@ -184004,7 +188727,8 @@ "longitude": -71.018868, "name": "Main St @ Vine St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6208", "links": { @@ -184042,7 +188766,8 @@ "longitude": -71.157076, "name": "Washington St @ Grove St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "621", "links": { @@ -184080,7 +188805,8 @@ "longitude": -71.009918, "name": "Central St @ Columbus Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6212", "links": { @@ -184118,7 +188844,8 @@ "longitude": -71.009658, "name": "329 Central St opp Jasper St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6213", "links": { @@ -184156,7 +188883,8 @@ "longitude": -71.180446, "name": "Park Ave @ Prospect Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6216", "links": { @@ -184194,7 +188922,8 @@ "longitude": -71.181987, "name": "Park Ave @ Cedar Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "6218", "links": { @@ -184232,7 +188961,8 @@ "longitude": -71.155382, "name": "Washington St @ Desoto Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "622", "links": { @@ -184270,7 +189000,8 @@ "longitude": -71.154519, "name": "Washington St @ Ridgecrest Dr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "623", "links": { @@ -184308,7 +189039,8 @@ "longitude": -71.009496, "name": "Central St @ Jasper St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6230", "links": { @@ -184346,7 +189078,8 @@ "longitude": -71.151799, "name": "Washington St @ Woodley Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "624", "links": { @@ -184384,7 +189117,8 @@ "longitude": -71.149908, "name": "Washington St @ W Boundary Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "625", "links": { @@ -184422,7 +189156,8 @@ "longitude": -71.010681, "name": "Malden St @ Stark Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6250", "links": { @@ -184460,7 +189195,8 @@ "longitude": -71.012032, "name": "Malden St @ Patriot Pkwy", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6251", "links": { @@ -184498,7 +189234,8 @@ "longitude": -71.013275, "name": "Malden St @ Conant St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6252", "links": { @@ -184536,7 +189273,8 @@ "longitude": -71.014046, "name": "Malden St @ Newman St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6253", "links": { @@ -184574,7 +189312,8 @@ "longitude": -71.015176, "name": "Malden St @ Steeple St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6254", "links": { @@ -184612,7 +189351,8 @@ "longitude": -71.016462, "name": "Malden St @ Charger St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6255", "links": { @@ -184650,7 +189390,8 @@ "longitude": -71.017169, "name": "Malden St @ Gore Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6256", "links": { @@ -184688,7 +189429,8 @@ "longitude": -71.01749, "name": "Malden St @ Derby Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6257", "links": { @@ -184726,7 +189468,8 @@ "longitude": -71.018841, "name": "Malden St @ Keayne St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6258", "links": { @@ -184764,7 +189507,8 @@ "longitude": -71.020199, "name": "Malden St @ Stevens St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6259", "links": { @@ -184802,7 +189546,8 @@ "longitude": -71.147107, "name": "Washington St opp Maplewood St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "626", "links": { @@ -184840,7 +189585,8 @@ "longitude": -71.022307, "name": "Malden St @ Washington Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6260", "links": { @@ -184878,7 +189624,8 @@ "longitude": -71.022687, "name": "Washington Ave opp Brookdale St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6262", "links": { @@ -184916,7 +189663,8 @@ "longitude": -71.011751, "name": "Northgate Shopping Ctr - Shopping Mall", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6267", "links": { @@ -184954,7 +189702,8 @@ "longitude": -71.022668, "name": "Washington Ave @ Brookdale St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6269", "links": { @@ -184992,7 +189741,8 @@ "longitude": -71.145032, "name": "Washington St opp Cowing St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "627", "links": { @@ -185030,7 +189780,8 @@ "longitude": -71.022113, "name": "Malden St @ Lucia Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6271", "links": { @@ -185068,7 +189819,8 @@ "longitude": -71.020263, "name": "Malden St @ Geneva St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6272", "links": { @@ -185106,7 +189858,8 @@ "longitude": -71.017441, "name": "Malden St opp Derby Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6274", "links": { @@ -185144,7 +189897,8 @@ "longitude": -71.0173, "name": "Malden St @ Roland Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6275", "links": { @@ -185182,7 +189936,8 @@ "longitude": -71.015148, "name": "Malden St @ Kingman Av", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6277", "links": { @@ -185218,9 +189973,10 @@ "latitude": 42.419996, "location_type": 0, "longitude": -71.014047, - "name": "Malden St @ South St", + "name": "Malden St @ South Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6278", "links": { @@ -185258,7 +190014,8 @@ "longitude": -71.143477, "name": "Washington St @ Enneking Pkwy", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "628", "links": { @@ -185296,7 +190053,8 @@ "longitude": -71.01182, "name": "Malden St opp Patriot Pkwy", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6280", "links": { @@ -185334,7 +190092,8 @@ "longitude": -71.010387, "name": "Malden St opp Stark Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6281", "links": { @@ -185372,7 +190131,8 @@ "longitude": -71.027677, "name": "Beach St @ Lawrence St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6283", "links": { @@ -185410,7 +190170,8 @@ "longitude": -71.029514, "name": "Beach St @ Clapp St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6284", "links": { @@ -185448,7 +190209,8 @@ "longitude": -71.03157, "name": "Salem St opp Bellvale St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6285", "links": { @@ -185486,7 +190248,8 @@ "longitude": -71.139621, "name": "Washington St opp Schubert St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "629", "links": { @@ -185524,7 +190287,8 @@ "longitude": -71.003808, "name": "Orient Ave @ Selma St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "6292", "links": { @@ -185562,7 +190326,8 @@ "longitude": -71.119899, "name": "High St @ Essex St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6298", "links": { @@ -185600,7 +190365,8 @@ "longitude": -71.123212, "name": "High St @ Woburn St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "6299", "links": { @@ -185638,7 +190404,8 @@ "longitude": -71.082875, "name": "Washington St @ Ruggles St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "63", "links": { @@ -185676,7 +190443,8 @@ "longitude": -71.138763, "name": "Washington St @ Blue Ledge Dr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "630", "links": { @@ -185714,7 +190482,8 @@ "longitude": -71.126234, "name": "High St @ Mystic St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6301", "links": { @@ -185752,7 +190521,8 @@ "longitude": -71.128743, "name": "High St @ Allston St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6302", "links": { @@ -185790,7 +190560,8 @@ "longitude": -71.131224, "name": "High St @ Warren St - W Medford Sq", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6303", "links": { @@ -185828,7 +190599,8 @@ "longitude": -71.133027, "name": "Playstead Rd @ Irving St - W Medford Sta", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6304", "links": { @@ -185875,7 +190647,8 @@ "longitude": -71.13436, "name": "Playstead Rd @ Madison St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6305", "links": { @@ -185913,7 +190686,8 @@ "longitude": -71.134837, "name": "Playstead Rd @ Clewley Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "6307", "links": { @@ -185951,7 +190725,8 @@ "longitude": -71.134153, "name": "Playstead Rd @ Dianne Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6308", "links": { @@ -185989,7 +190764,8 @@ "longitude": -71.132365, "name": "Playstead Rd @ Osborne Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6309", "links": { @@ -186027,7 +190803,8 @@ "longitude": -71.137033, "name": "Washington St @ Beech St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "631", "links": { @@ -186065,7 +190842,8 @@ "longitude": -71.131364, "name": "Playstead Rd @ Winthrop St - W Medford Sq", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6310", "links": { @@ -186103,7 +190881,8 @@ "longitude": -71.132646, "name": "Playstead Rd opp Osborne Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6311", "links": { @@ -186141,7 +190920,8 @@ "longitude": -71.134423, "name": "Playstead Rd @ Roberts Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6312", "links": { @@ -186179,7 +190959,8 @@ "longitude": -71.134967, "name": "Playstead Rd opp Clewley Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6313", "links": { @@ -186217,7 +190998,8 @@ "longitude": -71.134416, "name": "Playstead Rd opp Madison St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6315", "links": { @@ -186255,7 +191037,8 @@ "longitude": -71.130609, "name": "High St @ Canal St - W Medford Sq", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "6316", "links": { @@ -186293,7 +191076,8 @@ "longitude": -71.12864, "name": "High St @ Allston St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6317", "links": { @@ -186331,7 +191115,8 @@ "longitude": -71.126479, "name": "High St @ Mystic St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6318", "links": { @@ -186369,7 +191154,8 @@ "longitude": -71.135573, "name": "Washington St @ Cornell St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "632", "links": { @@ -186407,7 +191193,8 @@ "longitude": -71.123131, "name": "High St @ Hastings Ln", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "6320", "links": { @@ -186445,7 +191232,8 @@ "longitude": -71.119922, "name": "238 High St opp Essex St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6321", "links": { @@ -186483,7 +191271,8 @@ "longitude": -71.117561, "name": "High St @ Winthrop St - Winthrop Circle", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6322", "links": { @@ -186521,7 +191310,8 @@ "longitude": -71.114997, "name": "High St opp Powder House Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6323", "links": { @@ -186559,7 +191349,8 @@ "longitude": -71.111883, "name": "High St opp Governors Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6324", "links": { @@ -186597,7 +191388,8 @@ "longitude": -71.108534, "name": "37 Riverside Ave @ Medford Sq", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "63241", "links": { @@ -186635,7 +191427,8 @@ "longitude": -71.133567, "name": "Washington St @ Metropolitan Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "633", "links": { @@ -186673,7 +191466,8 @@ "longitude": -71.131416, "name": "Washington St @ Albano St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "634", "links": { @@ -186711,7 +191505,8 @@ "longitude": -71.129081, "name": "Washington St @ Poplar St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "635", "links": { @@ -186749,7 +191544,8 @@ "longitude": -71.12058, "name": "River St @ Way St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6357", "links": { @@ -186787,7 +191583,8 @@ "longitude": -71.117831, "name": "River St @ West St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6359", "links": { @@ -186825,7 +191622,8 @@ "longitude": -71.127791, "name": "Washington St @ Cummins Hwy", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "636", "links": { @@ -186863,7 +191661,8 @@ "longitude": -71.115746, "name": "River St @ Metropolitan Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6360", "links": { @@ -186901,7 +191700,8 @@ "longitude": -71.109851, "name": "900 River St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6361", "links": { @@ -186939,7 +191739,8 @@ "longitude": -71.197158, "name": "356 Washington St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "63618", "links": { @@ -186977,7 +191778,8 @@ "longitude": -71.108462, "name": "River St opp Wood Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6362", "links": { @@ -187015,7 +191817,8 @@ "longitude": -71.106204, "name": "River St @ Agnes Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "63621", "links": { @@ -187053,7 +191856,8 @@ "longitude": -71.102202, "name": "River St @ Wachusett St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6364", "links": { @@ -187091,7 +191895,8 @@ "longitude": -71.099481, "name": "River St @ Mattakeeset St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6365", "links": { @@ -187129,7 +191934,8 @@ "longitude": -71.094186, "name": "River St @ Blue Hill Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6366", "links": { @@ -187176,7 +191982,8 @@ "longitude": -71.094318, "name": "River St @ Cummings Hwy", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6368", "links": { @@ -187214,7 +192021,8 @@ "longitude": -71.099618, "name": "River St @ Caton St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6369", "links": { @@ -187252,7 +192060,8 @@ "longitude": -71.125513, "name": "Washington St @ Firth Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "637", "links": { @@ -187290,7 +192099,8 @@ "longitude": -71.101746, "name": "River St opp Massasoit St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6371", "links": { @@ -187328,7 +192138,8 @@ "longitude": -71.105151, "name": "River St @ Tileston St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6372", "links": { @@ -187366,7 +192177,8 @@ "longitude": -71.10883, "name": "River St @ Wood Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6373", "links": { @@ -187404,7 +192216,8 @@ "longitude": -71.111146, "name": "River St @ Reddy Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6374", "links": { @@ -187442,7 +192255,8 @@ "longitude": -71.11341, "name": "River St @ Huntington Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6375", "links": { @@ -187480,7 +192294,8 @@ "longitude": -71.115601, "name": "River St @ Metropolitan Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6376", "links": { @@ -187518,7 +192333,8 @@ "longitude": -71.117983, "name": "River St @ West St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6377", "links": { @@ -187556,7 +192372,8 @@ "longitude": -71.124166, "name": "Washington St @ Granfield Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "638", "links": { @@ -187594,7 +192411,8 @@ "longitude": -71.122523, "name": "Washington St @ Whipple Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "639", "links": { @@ -187632,7 +192450,8 @@ "longitude": -71.120718, "name": "River St opp Way St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6390", "links": { @@ -187670,7 +192489,8 @@ "longitude": -71.117976, "name": "Beacon St @ Fairmount Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "6392", "links": { @@ -187708,7 +192528,8 @@ "longitude": -71.115552, "name": "Beacon St @ Albion St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "6393", "links": { @@ -187746,7 +192567,8 @@ "longitude": -71.112847, "name": "Beacon St @ Metropolitan Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6394", "links": { @@ -187784,7 +192606,8 @@ "longitude": -71.111082, "name": "Metropolitan Ave @ Highland St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6396", "links": { @@ -187822,7 +192645,8 @@ "longitude": -71.109476, "name": "Summit St @ Metropolitan Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6397", "links": { @@ -187860,7 +192684,8 @@ "longitude": -71.111651, "name": "Summit St @ Milton Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6398", "links": { @@ -187898,7 +192723,8 @@ "longitude": -71.113466, "name": "Milton Ave @ Highland St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "6399", "links": { @@ -187936,7 +192762,8 @@ "longitude": -71.083887, "name": "Nubian", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "64", "links": { @@ -187977,7 +192804,8 @@ "longitude": -71.12139, "name": "Washington St @ Archdale Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "640", "links": { @@ -188015,7 +192843,8 @@ "longitude": -71.114406, "name": "Highland St @ Albion St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6400", "links": { @@ -188048,12 +192877,13 @@ { "attributes": { "description": null, - "latitude": 42.329544, + "latitude": 42.329513, "location_type": 0, - "longitude": -71.083982, + "longitude": -71.083736, "name": "Nubian", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "64000", "links": { @@ -188094,7 +192924,8 @@ "longitude": -71.115692, "name": "Highland St @ Warren Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "64001", "links": { @@ -188132,7 +192963,8 @@ "longitude": -71.084633, "name": "Dudley St @ Nubian Station", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "64002", "links": { @@ -188175,7 +193007,8 @@ "longitude": -71.116815, "name": "Highland St @ Fairmount Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6401", "links": { @@ -188213,7 +193046,8 @@ "longitude": -71.117192, "name": "17 Pond St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6402", "links": { @@ -188251,7 +193085,8 @@ "longitude": -71.116594, "name": "Williams St @ Summit St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6403", "links": { @@ -188289,7 +193124,8 @@ "longitude": -71.118824, "name": "Washington St @ Dana Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6405", "links": { @@ -188327,7 +193163,8 @@ "longitude": -71.120291, "name": "Washington St @ Garfield Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6406", "links": { @@ -188365,7 +193202,8 @@ "longitude": -71.121132, "name": "Washington St @ Chittick Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6407", "links": { @@ -188403,7 +193241,8 @@ "longitude": -71.122396, "name": "Washington St @ Woodglen Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6408", "links": { @@ -188441,7 +193280,8 @@ "longitude": -71.123604, "name": "Washington St @ Faraday St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6409", "links": { @@ -188479,7 +193319,8 @@ "longitude": -71.119493, "name": "Washington St @ Aldwin Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "641", "links": { @@ -188517,7 +193358,8 @@ "longitude": -71.124308, "name": "Washington St @ Needham Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6410", "links": { @@ -188555,7 +193397,8 @@ "longitude": -71.126148, "name": "Truman Hwy @ Wakefield Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "6411", "links": { @@ -188593,7 +193436,8 @@ "longitude": -71.125272, "name": "Truman Hwy @ Tyler St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6413", "links": { @@ -188631,7 +193475,8 @@ "longitude": -71.123996, "name": "Truman Hwy @ Chittick Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6415", "links": { @@ -188669,7 +193514,8 @@ "longitude": -71.122439, "name": "Truman Hwy @ Dana Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6417", "links": { @@ -188707,7 +193553,8 @@ "longitude": -71.120427, "name": "Truman Hwy @ Mountfair Terr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "64171", "links": { @@ -188745,7 +193592,8 @@ "longitude": -71.119533, "name": "Truman Hwy @ Williams Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6418", "links": { @@ -188783,7 +193631,8 @@ "longitude": -71.118706, "name": "Fairmount Ave @ Truman Hwy", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6419", "links": { @@ -188830,7 +193679,8 @@ "longitude": -71.117613, "name": "Washington St @ Tollgate Way", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "642", "links": { @@ -188868,7 +193718,8 @@ "longitude": -71.128092, "name": "Cummins Hwy @ Washington St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6428", "links": { @@ -188906,7 +193757,8 @@ "longitude": -71.125039, "name": "Cummins Hwy @ Sycamore St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6430", "links": { @@ -188944,7 +193796,8 @@ "longitude": -71.124104, "name": "93 Cummins Hwy opp Sherwood St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6431", "links": { @@ -188982,7 +193835,8 @@ "longitude": -71.122574, "name": "Cummins Hwy @ Brown Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6432", "links": { @@ -189020,7 +193874,8 @@ "longitude": -71.120531, "name": "Cummins Hwy @ Rowe St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6433", "links": { @@ -189058,7 +193913,8 @@ "longitude": -71.118724, "name": "Cummins Hwy @ Hyde Park Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6459", "links": { @@ -189096,7 +193952,8 @@ "longitude": -71.120534, "name": "Cummins Hwy @ Rowe St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6460", "links": { @@ -189134,7 +193991,8 @@ "longitude": -71.122577, "name": "Cummins Hwy @ Brown Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6461", "links": { @@ -189172,7 +194030,8 @@ "longitude": -71.185441, "name": "960 Washington St opp Carmichael Cir", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "64618", "links": { @@ -189210,7 +194069,8 @@ "longitude": -71.123861, "name": "Cummins Hwy @ Sherwood St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6462", "links": { @@ -189248,7 +194108,8 @@ "longitude": -71.125001, "name": "Cummins Hwy @ Sycamore St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6463", "links": { @@ -189286,7 +194147,8 @@ "longitude": -71.125969, "name": "Cummins Hwy @ Florence St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6464", "links": { @@ -189324,7 +194186,8 @@ "longitude": -71.12353, "name": "Hyde Park Ave @ Clay St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6466", "links": { @@ -189362,7 +194225,8 @@ "longitude": -71.123037, "name": "Hyde Park Ave @ Harvard Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6467", "links": { @@ -189400,7 +194264,8 @@ "longitude": -71.121992, "name": "Hyde Park Ave @ West St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6468", "links": { @@ -189438,7 +194303,8 @@ "longitude": -71.121242, "name": "Hyde Park Ave @ Westminster St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6470", "links": { @@ -189476,7 +194342,8 @@ "longitude": -71.120924, "name": "Hyde Park Ave @ Thatcher St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6471", "links": { @@ -189514,7 +194381,8 @@ "longitude": -71.120811, "name": "942 Hyde Park Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6472", "links": { @@ -189552,7 +194420,8 @@ "longitude": -71.120425, "name": "Hyde Park Ave @ Collins Street", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6473", "links": { @@ -189590,7 +194459,8 @@ "longitude": -71.119979, "name": "Hyde Park Ave @ American Legion Hwy", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6474", "links": { @@ -189628,7 +194498,8 @@ "longitude": -71.119388, "name": "Hyde Park Ave @ Ramsdell Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6476", "links": { @@ -189666,7 +194537,8 @@ "longitude": -71.118822, "name": "Hyde Park Ave @ Cummins Hwy", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6478", "links": { @@ -189704,7 +194576,8 @@ "longitude": -71.118823, "name": "512 Hyde Park Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6479", "links": { @@ -189742,7 +194615,8 @@ "longitude": -71.118763, "name": "Hyde Park Ave @ Mt Hope St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6480", "links": { @@ -189780,7 +194654,8 @@ "longitude": -71.116225, "name": "Hyde Park Ave opp Walk Hill St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6495", "links": { @@ -189818,7 +194693,8 @@ "longitude": -71.119028, "name": "Hyde Park Ave @ Cummins Hwy", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6496", "links": { @@ -189856,7 +194732,8 @@ "longitude": -71.1197, "name": "Hyde Park Ave opp Ramsdell Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6498", "links": { @@ -189894,7 +194771,8 @@ "longitude": -71.057481, "name": "State St @ Washington Mall - State St Sta", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "65", "links": { @@ -189961,7 +194839,8 @@ "longitude": -71.120218, "name": "Hyde Park Ave opp American Legion Hwy", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6500", "links": { @@ -189999,7 +194878,8 @@ "longitude": -71.121026, "name": "Hyde Park Ave @ Willow Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6502", "links": { @@ -190037,7 +194917,8 @@ "longitude": -71.121186, "name": "Hyde Park Ave @ Greenwood Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6504", "links": { @@ -190075,7 +194956,8 @@ "longitude": -71.12146, "name": "Hyde Park Ave @ Westminster St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6505", "links": { @@ -190113,7 +194995,8 @@ "longitude": -71.1223, "name": "Hyde Park Ave @ West St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6507", "links": { @@ -190151,7 +195034,8 @@ "longitude": -71.123477, "name": "Hyde Park Ave opp Webster St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6508", "links": { @@ -190189,7 +195073,8 @@ "longitude": -71.124011, "name": "Hyde Park Ave @ Winthrop St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6509", "links": { @@ -190227,7 +195112,8 @@ "longitude": -71.143466, "name": "River St @ Ernest Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6512", "links": { @@ -190265,7 +195151,8 @@ "longitude": -71.140332, "name": "River St @ Vallaro Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6513", "links": { @@ -190303,7 +195190,8 @@ "longitude": -71.138382, "name": "River St @ Norton St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6514", "links": { @@ -190341,7 +195229,8 @@ "longitude": -71.136475, "name": "River St @ Neponset Valley Pkwy", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6515", "links": { @@ -190379,7 +195268,8 @@ "longitude": -71.136614, "name": "Turtle Pond Pkwy @ Fairview Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6516", "links": { @@ -190417,7 +195307,8 @@ "longitude": -71.138871, "name": "Turtle Pond Pkwy @ Bajko Rink", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6517", "links": { @@ -190455,7 +195346,8 @@ "longitude": -71.138901, "name": "Turtle Pond Pkwy @ Alwin St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6519", "links": { @@ -190493,7 +195385,8 @@ "longitude": -71.143083, "name": "Dedham Pkwy @ Georgetowne Dr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6522", "links": { @@ -190531,7 +195424,8 @@ "longitude": -71.143466, "name": "Alwin St @ Dedham Pkwy", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6523", "links": { @@ -190569,7 +195463,8 @@ "longitude": -71.14202, "name": "Alwin St @ Leighton Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6524", "links": { @@ -190607,7 +195502,8 @@ "longitude": -71.139562, "name": "Alwin St @ Turtle Pond Pkwy", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "6526", "links": { @@ -190645,7 +195541,8 @@ "longitude": -71.134093, "name": "272 Reservation Rd opp Brainard St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6527", "links": { @@ -190683,7 +195580,8 @@ "longitude": -71.132125, "name": "Reservation Rd @ Thompson St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6528", "links": { @@ -190721,7 +195619,8 @@ "longitude": -71.131076, "name": "Reservation Rd @ River St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6529", "links": { @@ -190754,12 +195653,13 @@ { "attributes": { "description": null, - "latitude": 42.355521, + "latitude": 42.35479, "location_type": 0, - "longitude": -71.057253, - "name": "Franklin St @ Devonshire St", + "longitude": -71.056314, + "name": "Federal St @ Matthews St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6535", "links": { @@ -190797,7 +195697,8 @@ "longitude": -71.062581, "name": "Washington St @ Essex St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6537", "links": { @@ -190844,7 +195745,8 @@ "longitude": -71.056003, "name": "Essex St @ Atlantic Ave", "platform_name": "Nubian", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6538", "links": { @@ -190899,7 +195801,8 @@ "longitude": -71.062868, "name": "Kneeland St @ Washington St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6542", "links": { @@ -190937,7 +195840,8 @@ "longitude": -71.057373, "name": "Devonshire St @ Water St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "65471", "links": { @@ -191012,7 +195916,8 @@ "longitude": -71.057414, "name": "Devonshire St @ Milk St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6548", "links": { @@ -191095,7 +196000,8 @@ "longitude": -71.057992, "name": "Lincoln St @ Essex St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6550", "links": { @@ -191133,7 +196039,8 @@ "longitude": -71.056411, "name": "Federal St @ Franklin St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6551", "links": { @@ -191171,7 +196078,8 @@ "longitude": -71.233474, "name": "Washington St @ Prospect St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "65541", "links": { @@ -191209,7 +196117,8 @@ "longitude": -71.234461, "name": "Washington St @ Auburn St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "65542", "links": { @@ -191247,7 +196156,8 @@ "longitude": -71.236355, "name": "Washington St @ Greenough St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "65543", "links": { @@ -191285,7 +196195,8 @@ "longitude": -71.238435, "name": "Washington St @ Commonwealth Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "65544", "links": { @@ -191323,7 +196234,8 @@ "longitude": -71.241232, "name": "Commonwealth Ave opp Cheswick Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "65546", "links": { @@ -191361,7 +196273,8 @@ "longitude": -71.245414, "name": "Commonwealth Ave @ Pamela Ct", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "65547", "links": { @@ -191399,7 +196312,8 @@ "longitude": -71.059655, "name": "Chinatown Gate", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6555", "links": { @@ -191437,7 +196351,8 @@ "longitude": -71.184133, "name": "Washington St @ Ariadne Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "65618", "links": { @@ -191475,7 +196390,8 @@ "longitude": -71.054774, "name": "Summer St @ South Station - Red Line entrance", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6564", "links": { @@ -191530,7 +196446,8 @@ "longitude": -71.063413, "name": "Washington St @ Tufts Med Ctr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6565", "links": { @@ -191581,7 +196498,8 @@ "longitude": -71.062552, "name": "Washington St @ Essex St", "platform_name": "Downtown Crossing", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6567", "links": { @@ -191628,7 +196546,8 @@ "longitude": -71.075506, "name": "Corporation Way", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6569", "links": { @@ -191666,7 +196585,8 @@ "longitude": -71.112025, "name": "S Huntington Ave @ Perkins St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6570", "links": { @@ -191704,7 +196624,8 @@ "longitude": -71.112191, "name": "S Huntington Ave @ Bynner St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6571", "links": { @@ -191742,7 +196663,8 @@ "longitude": -71.111284, "name": "S Huntington Ave @ VA Hospital", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6573", "links": { @@ -191780,7 +196702,8 @@ "longitude": -71.11093, "name": "100 S Huntington Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "65741", "links": { @@ -191835,7 +196758,8 @@ "longitude": -71.111965, "name": "S Huntington Ave @ Huntington Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6575", "links": { @@ -191886,7 +196810,8 @@ "longitude": -71.236903, "name": "Common St opp Middle St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6598", "links": { @@ -191924,7 +196849,8 @@ "longitude": -71.11597, "name": "Mt Auburn St @ DeWolfe St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "66", "links": { @@ -191957,12 +196883,13 @@ { "attributes": { "description": null, - "latitude": 42.4634, + "latitude": 42.463582, "location_type": 0, - "longitude": -70.943974, + "longitude": -70.943846, "name": "Union St @ Exchange St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6600", "links": { @@ -192000,7 +196927,8 @@ "longitude": -70.937398, "name": "Nahant St @ W Baltimore St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6603", "links": { @@ -192038,7 +196966,8 @@ "longitude": -70.935115, "name": "Nahant St @ Tudor St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "6605", "links": { @@ -192076,7 +197005,8 @@ "longitude": -70.935268, "name": "27 Beach Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6606", "links": { @@ -192114,7 +197044,8 @@ "longitude": -70.937571, "name": "Lynnway Rotary @ Nahant Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6607", "links": { @@ -192152,7 +197083,8 @@ "longitude": -70.937335, "name": "Nahant Rd opp Wilson Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6610", "links": { @@ -192190,7 +197122,8 @@ "longitude": -70.935517, "name": "Nahant Rd opp Little Nahant Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 2 }, "id": "6611", "links": { @@ -192228,7 +197161,8 @@ "longitude": -70.934095, "name": "Castle Rd @ Ward Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6612", "links": { @@ -192266,7 +197200,8 @@ "longitude": -70.935193, "name": "Opp 50 Castle Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6613", "links": { @@ -192304,7 +197239,8 @@ "longitude": -70.935037, "name": "Castle Rd @ Harborview Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6614", "links": { @@ -192342,7 +197278,8 @@ "longitude": -70.935968, "name": "Castle Rd opp Wendell Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6615", "links": { @@ -192380,7 +197317,8 @@ "longitude": -70.935375, "name": "Castle Rd @ Phillips Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "6616", "links": { @@ -192418,7 +197356,8 @@ "longitude": -70.93282, "name": "Flash Rd opp Foxhill Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6623", "links": { @@ -192456,7 +197395,8 @@ "longitude": -70.930031, "name": "Flash Rd @ Spring Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6624", "links": { @@ -192494,7 +197434,8 @@ "longitude": -70.928842, "name": "Spring Rd @ Coolidge Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6625", "links": { @@ -192532,7 +197473,8 @@ "longitude": -70.926173, "name": "Spring Rd @ Emerald Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6626", "links": { @@ -192570,7 +197512,8 @@ "longitude": -70.92503, "name": "Emerald Rd @ Pond St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6627", "links": { @@ -192608,7 +197551,8 @@ "longitude": -70.922978, "name": "Emerald Rd @ Ocean St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "6628", "links": { @@ -192646,7 +197590,8 @@ "longitude": -70.921327, "name": "Willow Rd @ Valley Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "6629", "links": { @@ -192684,7 +197629,8 @@ "longitude": -70.917785, "name": "Willow Rd @ Summer St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6631", "links": { @@ -192722,7 +197668,8 @@ "longitude": -70.916481, "name": "Wharf St @ Willow Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6632", "links": { @@ -192760,7 +197707,8 @@ "longitude": -70.91557, "name": "Wharf St opp Desmond Dr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6633", "links": { @@ -192798,7 +197746,8 @@ "longitude": -70.91348, "name": "Wharf St @ Walton Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6634", "links": { @@ -192836,7 +197785,8 @@ "longitude": -70.912355, "name": "Wharf St @ Nahant Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6635", "links": { @@ -192874,7 +197824,8 @@ "longitude": -70.914656, "name": "Nahant Rd @ Village Store", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6636", "links": { @@ -192912,7 +197863,8 @@ "longitude": -70.916003, "name": "Nahant Rd @ Summer St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "6637", "links": { @@ -192950,7 +197902,8 @@ "longitude": -70.918373, "name": "Nahant Rd @ Winter St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "6638", "links": { @@ -192988,7 +197941,8 @@ "longitude": -70.920814, "name": "Nahant Rd @ Ocean St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "6639", "links": { @@ -193026,7 +197980,8 @@ "longitude": -70.922526, "name": "Nahant Rd opp Tallwood Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6640", "links": { @@ -193064,7 +198019,8 @@ "longitude": -70.923556, "name": "Nahant Rd @ Pond St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6641", "links": { @@ -193102,7 +198058,8 @@ "longitude": -70.925735, "name": "Nahant Rd @ High St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6642", "links": { @@ -193140,7 +198097,8 @@ "longitude": -70.92844, "name": "Nahant Rd @ Antigo Way", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6643", "links": { @@ -193178,7 +198136,8 @@ "longitude": -71.101659, "name": "Cummins Hwy @ Harmon St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "66434", "links": { @@ -193216,7 +198175,8 @@ "longitude": -70.930061, "name": "Nahant Rd @ Spring Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6644", "links": { @@ -193254,7 +198214,8 @@ "longitude": -70.933042, "name": "Nahant Rd @ Castle Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6645", "links": { @@ -193292,7 +198253,8 @@ "longitude": -71.107489, "name": "Cummins Hwy @ Hebron St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "66459", "links": { @@ -193330,7 +198292,8 @@ "longitude": -70.935622, "name": "Nahant Rd @ Little Nahant Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6646", "links": { @@ -193368,7 +198331,8 @@ "longitude": -71.108216, "name": "Cummins Hwy @ Livermore St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "66460", "links": { @@ -193406,7 +198370,8 @@ "longitude": -70.937167, "name": "Nahant Rd @ Wilson Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6647", "links": { @@ -193444,7 +198409,8 @@ "longitude": -70.9371, "name": "Lynnway @ Surfside Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6649", "links": { @@ -193482,7 +198448,8 @@ "longitude": -70.938972, "name": "Lynnway @ Newhall St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6650", "links": { @@ -193520,7 +198487,8 @@ "longitude": -71.106444, "name": "American Legion Hwy @ Walk Hill St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "66500", "links": { @@ -193558,7 +198526,8 @@ "longitude": -70.946636, "name": "Oxford St @ Washington St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "66721", "links": { @@ -193596,7 +198565,8 @@ "longitude": -70.947962, "name": "Oxford St @ Market St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "66731", "links": { @@ -193634,7 +198604,8 @@ "longitude": -70.949829, "name": "Market St @ Liberty St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6674", "links": { @@ -193672,7 +198643,8 @@ "longitude": -70.95301, "name": "N Common St @ Franklin St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6675", "links": { @@ -193710,7 +198682,8 @@ "longitude": -70.955076, "name": "Franklin St @ Hanover St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6676", "links": { @@ -193748,7 +198721,8 @@ "longitude": -70.952905, "name": "Franklin St @ N Common", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "66761", "links": { @@ -193786,7 +198760,8 @@ "longitude": -70.956217, "name": "Franklin St @ Laighton St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6677", "links": { @@ -193824,7 +198799,8 @@ "longitude": -70.956993, "name": "Franklin St @ Lyman St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6678", "links": { @@ -193862,7 +198838,8 @@ "longitude": -70.958241, "name": "Franklin St @ Western Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6679", "links": { @@ -193900,7 +198877,8 @@ "longitude": -70.959904, "name": "N Franklin St @ Boston St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6681", "links": { @@ -193938,7 +198916,8 @@ "longitude": -70.963097, "name": "Boston St @ New Park St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "6683", "links": { @@ -193976,7 +198955,8 @@ "longitude": -70.964158, "name": "Boston St @ Grove St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6684", "links": { @@ -194014,7 +198994,8 @@ "longitude": -70.965757, "name": "Boston St @ Moulton St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6685", "links": { @@ -194052,7 +199033,8 @@ "longitude": -70.946878, "name": "Euclid Ave @ Chase St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "66854", "links": { @@ -194090,7 +199072,8 @@ "longitude": -70.967748, "name": "Boston St @ N Federal St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6686", "links": { @@ -194128,7 +199111,8 @@ "longitude": -70.971326, "name": "Boston St @ Childs St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6688", "links": { @@ -194166,7 +199150,8 @@ "longitude": -70.973941, "name": "Boston St opp Cottage St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6689", "links": { @@ -194204,7 +199189,8 @@ "longitude": -70.975838, "name": "Boston St @ Myrtle St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6690", "links": { @@ -194242,7 +199228,8 @@ "longitude": -70.976108, "name": "Myrtle St @ Wilfred St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6691", "links": { @@ -194280,7 +199267,8 @@ "longitude": -70.97619, "name": "Myrtle St @ Woodbine St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6692", "links": { @@ -194318,7 +199306,8 @@ "longitude": -70.976432, "name": "Myrtle St @ Holyoke St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6694", "links": { @@ -194356,7 +199345,8 @@ "longitude": -70.977551, "name": "Holyoke St opp Gardiner St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6695", "links": { @@ -194394,7 +199384,8 @@ "longitude": -70.981102, "name": "Holyoke St opp Thorpe Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6697", "links": { @@ -194432,7 +199423,8 @@ "longitude": -70.983011, "name": "Holyoke St @ O'Callaghan Way", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6698", "links": { @@ -194470,7 +199462,8 @@ "longitude": -70.984479, "name": "O'Callaghan Way @ Holyoke St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6699", "links": { @@ -194508,7 +199501,8 @@ "longitude": -71.113514, "name": "Mt Auburn St @ Putnam Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "67", "links": { @@ -194546,7 +199540,8 @@ "longitude": -70.985916, "name": "O'Callaghan Way @ Kings Hill Dr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6700", "links": { @@ -194584,7 +199579,8 @@ "longitude": -70.987559, "name": "Kings Hill Dr @ Newcastle St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "6701", "links": { @@ -194622,7 +199618,8 @@ "longitude": -70.99006, "name": "Kings Hill Dr @ Nottingham Ct", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6702", "links": { @@ -194660,7 +199657,8 @@ "longitude": -70.990562, "name": "Kings Hill Dr @ Kingswood Circle", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6704", "links": { @@ -194698,7 +199696,8 @@ "longitude": -70.991903, "name": "Garfield Ave opp Hayes St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6706", "links": { @@ -194736,7 +199735,8 @@ "longitude": -70.993486, "name": "Garfield Ave @ Catalina Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "6707", "links": { @@ -194774,7 +199774,8 @@ "longitude": -70.994414, "name": "Garfield Ave @ Washington Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "6708", "links": { @@ -194812,7 +199813,8 @@ "longitude": -70.99525, "name": "Garfield Ave @ Newcomb Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "6709", "links": { @@ -194850,7 +199852,8 @@ "longitude": -70.99599, "name": "Newcomb Ave @ Jefferson Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "6710", "links": { @@ -194888,7 +199891,8 @@ "longitude": -70.997835, "name": "Newcomb Ave @ Edison St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "6711", "links": { @@ -194926,7 +199930,8 @@ "longitude": -70.997463, "name": "Edison St @ Walnut St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "6712", "links": { @@ -194964,7 +199969,8 @@ "longitude": -71.177035, "name": "Millennium Park", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "67120", "links": { @@ -195002,7 +200008,8 @@ "longitude": -71.00644, "name": "Opp 323 Walnut St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6715", "links": { @@ -195040,7 +200047,8 @@ "longitude": -71.011385, "name": "Walnut St opp Central St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6717", "links": { @@ -195078,7 +200086,8 @@ "longitude": -71.014762, "name": "Walnut St @ Walnut Pl", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6719", "links": { @@ -195116,7 +200125,8 @@ "longitude": -71.019775, "name": "Saugus Plaza Shopping Center", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "67202", "links": { @@ -195154,7 +200164,8 @@ "longitude": -71.014568, "name": "Walnut St opp Kirkland St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6727", "links": { @@ -195192,7 +200203,8 @@ "longitude": -71.011405, "name": "Walnut St @ Central St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6729", "links": { @@ -195230,7 +200242,8 @@ "longitude": -70.997599, "name": "Walnut St @ Edison St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6733", "links": { @@ -195268,7 +200281,8 @@ "longitude": -70.995859, "name": "Walnut St @ Jefferson Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6734", "links": { @@ -195306,7 +200320,8 @@ "longitude": -70.996048, "name": "Newcomb Ave @ Jefferson Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6735", "links": { @@ -195344,7 +200359,8 @@ "longitude": -70.99539, "name": "Garfield Ave @ Newcomb Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "6736", "links": { @@ -195382,7 +200398,8 @@ "longitude": -70.994669, "name": "Garfield Ave @ Washington Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "6737", "links": { @@ -195420,7 +200437,8 @@ "longitude": -70.99327, "name": "Garfield Ave @ Sherman St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6738", "links": { @@ -195458,7 +200476,8 @@ "longitude": -70.991878, "name": "Garfield Ave @ Hayes St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6739", "links": { @@ -195496,7 +200515,8 @@ "longitude": -70.990693, "name": "Kings Hill Dr @ Kingswood Ln", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6741", "links": { @@ -195534,7 +200554,8 @@ "longitude": -70.990121, "name": "Kings Hill Dr @ Magner Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "6742", "links": { @@ -195572,7 +200593,8 @@ "longitude": -70.987587, "name": "Kings Hill Dr @ Newcastle St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "6744", "links": { @@ -195610,7 +200632,8 @@ "longitude": -70.986071, "name": "O'Callaghan Way @ Kings Hill Dr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6746", "links": { @@ -195648,7 +200671,8 @@ "longitude": -70.983633, "name": "O'Callaghan Way @ Holyoke St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6747", "links": { @@ -195686,7 +200710,8 @@ "longitude": -70.980598, "name": "Holyoke St @ Thorpe Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "6749", "links": { @@ -195724,7 +200749,8 @@ "longitude": -70.977418, "name": "Holyoke St @ Gardiner St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6751", "links": { @@ -195762,7 +200788,8 @@ "longitude": -70.976675, "name": "Holyoke St @ Myrtle St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "6752", "links": { @@ -195800,7 +200827,8 @@ "longitude": -70.976282, "name": "Myrtle St @ Florence St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "6754", "links": { @@ -195838,7 +200866,8 @@ "longitude": -70.976129, "name": "28 Myrtle St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6755", "links": { @@ -195876,7 +200905,8 @@ "longitude": -70.976015, "name": "Myrtle St @ Boston St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6756", "links": { @@ -195914,7 +200944,8 @@ "longitude": -70.973827, "name": "Boston St @ Cottage St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6757", "links": { @@ -195952,7 +200983,8 @@ "longitude": -70.971497, "name": "Boston St opp Childs St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6758", "links": { @@ -195990,7 +201022,8 @@ "longitude": -70.967978, "name": "Boston St @ Federal St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6760", "links": { @@ -196028,7 +201061,8 @@ "longitude": -70.964853, "name": "Boston St @ Mall St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6761", "links": { @@ -196066,7 +201100,8 @@ "longitude": -71.180957, "name": "Washington St @ Montague Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "67618", "links": { @@ -196104,7 +201139,8 @@ "longitude": -70.962552, "name": "Boston St @ Park St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6762", "links": { @@ -196142,7 +201178,8 @@ "longitude": -70.960068, "name": "Boston St @ Franklin St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6764", "links": { @@ -196180,7 +201217,8 @@ "longitude": -70.957108, "name": "Washington St @ Western Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6767", "links": { @@ -196218,7 +201256,8 @@ "longitude": -70.953577, "name": "Washington St @ Hanover St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6769", "links": { @@ -196256,7 +201295,8 @@ "longitude": -70.949799, "name": "Washington St @ Essex St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6771", "links": { @@ -196294,7 +201334,8 @@ "longitude": -70.946134, "name": "Washington St @ Munroe St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6772", "links": { @@ -196345,7 +201386,8 @@ "longitude": -70.949441, "name": "Market St @ Tremont St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6773", "links": { @@ -196383,7 +201425,8 @@ "longitude": -70.957435, "name": "N Common St @ Baker St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6780", "links": { @@ -196421,7 +201464,8 @@ "longitude": -70.96058, "name": "N Common St @ Park St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "6783", "links": { @@ -196459,7 +201503,8 @@ "longitude": -71.110427, "name": "Massachusetts Ave @ Bay St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "68", "links": { @@ -196497,7 +201542,8 @@ "longitude": -70.961091, "name": "S Common St @ Caggiano Plaza", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6822", "links": { @@ -196535,7 +201581,8 @@ "longitude": -70.955977, "name": "S Common St @ Blossom St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "6824", "links": { @@ -196573,7 +201620,8 @@ "longitude": -70.951763, "name": "S Common St @ Market St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6827", "links": { @@ -196611,7 +201659,8 @@ "longitude": -70.942949, "name": "Union St @ Silsbee St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6830", "links": { @@ -196649,7 +201698,8 @@ "longitude": -70.941581, "name": "Union St @ Smith St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6831", "links": { @@ -196687,7 +201737,8 @@ "longitude": -70.938845, "name": "Union St @ Pinkham St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6833", "links": { @@ -196725,7 +201776,8 @@ "longitude": -70.936996, "name": "Union St @ Chestnut St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6834", "links": { @@ -196763,7 +201815,8 @@ "longitude": -70.935201, "name": "Olive St @ Fayette St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6835", "links": { @@ -196801,7 +201854,8 @@ "longitude": -70.935401, "name": "Fayette St @ Trinity Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6836", "links": { @@ -196839,7 +201893,8 @@ "longitude": -70.933344, "name": "Trinity Ave @ Chatham St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6837", "links": { @@ -196877,7 +201932,8 @@ "longitude": -70.932174, "name": "Timson St @ Brookline Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6838", "links": { @@ -196915,7 +201971,8 @@ "longitude": -70.930928, "name": "86 Timson St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6839", "links": { @@ -196953,7 +202010,8 @@ "longitude": -70.929628, "name": "Timson St @ Empire St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6840", "links": { @@ -196991,7 +202049,8 @@ "longitude": -70.927676, "name": "Timson St @ Eastern Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6841", "links": { @@ -197029,7 +202088,8 @@ "longitude": -70.928663, "name": "Eastern Ave @ Essex St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6842", "links": { @@ -197067,7 +202127,8 @@ "longitude": -70.930056, "name": "301 Eastern Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6843", "links": { @@ -197105,7 +202166,8 @@ "longitude": -70.931038, "name": "Eastern Ave @ Melvin Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6844", "links": { @@ -197143,7 +202205,8 @@ "longitude": -70.931656, "name": "Eastern Ave @ Herschel St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6845", "links": { @@ -197181,7 +202244,8 @@ "longitude": -70.933104, "name": "Eastern Ave @ Clark St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6846", "links": { @@ -197219,7 +202283,8 @@ "longitude": -70.934256, "name": "Eastern Ave @ Harvest St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6847", "links": { @@ -197257,7 +202322,8 @@ "longitude": -70.936112, "name": "Eastern Ave @ Alden St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6848", "links": { @@ -197295,7 +202361,8 @@ "longitude": -70.938501, "name": "Eastern Ave @ Glenwood St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "6849", "links": { @@ -197333,7 +202400,8 @@ "longitude": -70.945714, "name": "Maple St @ Euclid Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6854", "links": { @@ -197371,7 +202439,8 @@ "longitude": -70.948253, "name": "Euclid Ave @ Clayton St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6855", "links": { @@ -197409,7 +202478,8 @@ "longitude": -70.950989, "name": "Euclid Ave @ Verona St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6857", "links": { @@ -197447,7 +202517,8 @@ "longitude": -70.954184, "name": "219 Euclid Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6859", "links": { @@ -197485,7 +202556,8 @@ "longitude": -70.954819, "name": "Euclid Ave @ Rockdale Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "6860", "links": { @@ -197523,7 +202595,8 @@ "longitude": -70.957243, "name": "Euclid Ave @ Clairmont St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6861", "links": { @@ -197561,7 +202634,8 @@ "longitude": -71.174729, "name": "450 Washington St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "68618", "links": { @@ -197599,7 +202673,8 @@ "longitude": -70.959489, "name": "Broadway @ Euclid Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6862", "links": { @@ -197637,7 +202712,8 @@ "longitude": -70.958567, "name": "Broadway @ Warwick St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6863", "links": { @@ -197675,7 +202751,8 @@ "longitude": -71.107884, "name": "Massachusetts Ave opp Lee St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "69", "links": { @@ -197713,7 +202790,8 @@ "longitude": -71.20746, "name": "Cambridge St @ Chestnut Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6900", "links": { @@ -197751,7 +202829,8 @@ "longitude": -71.21163, "name": "Chestnut Ave @ Cambridge St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6902", "links": { @@ -197789,7 +202868,8 @@ "longitude": -71.150902, "name": "Main St @ Myrtle St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6941", "links": { @@ -197827,7 +202907,8 @@ "longitude": -71.149829, "name": "226 Main St opp Green St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6942", "links": { @@ -197865,7 +202946,8 @@ "longitude": -71.150067, "name": "Main St @ Warren Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6943", "links": { @@ -197903,7 +202985,8 @@ "longitude": -71.150117, "name": "Main St @ Richardson St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6944", "links": { @@ -197941,7 +203024,8 @@ "longitude": -71.148644, "name": "Main St @ Stoddard St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6945", "links": { @@ -197979,7 +203063,8 @@ "longitude": -71.14655, "name": "Main St @ Lydon Ct", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6946", "links": { @@ -198017,7 +203102,8 @@ "longitude": -71.14543, "name": "Main St @ Sheridan Circle", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6947", "links": { @@ -198055,7 +203141,8 @@ "longitude": -71.144048, "name": "Main St @ Hemingway St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6948", "links": { @@ -198093,7 +203180,8 @@ "longitude": -71.142455, "name": "Main St @ Canal St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6949", "links": { @@ -198131,7 +203219,8 @@ "longitude": -71.140231, "name": "Main St @ Clark St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6950", "links": { @@ -198169,7 +203258,8 @@ "longitude": -71.138449, "name": "Main St @ Lake St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6951", "links": { @@ -198207,7 +203297,8 @@ "longitude": -71.137993, "name": "Main St @ Vine St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6952", "links": { @@ -198245,7 +203336,8 @@ "longitude": -71.134346, "name": "Main St @ Washington St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6953", "links": { @@ -198283,7 +203375,8 @@ "longitude": -71.13422, "name": "Main St @ Mystic Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6954", "links": { @@ -198321,7 +203414,8 @@ "longitude": -71.134644, "name": "Main St @ Lincolnshire Way", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6955", "links": { @@ -198359,7 +203453,8 @@ "longitude": -71.134773, "name": "Main St @ Madison Ave West", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6956", "links": { @@ -198397,7 +203492,8 @@ "longitude": -71.135678, "name": "Main St @ Ridgefield Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6957", "links": { @@ -198435,7 +203531,8 @@ "longitude": -71.133287, "name": "Main St opp Highland Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6958", "links": { @@ -198473,7 +203570,8 @@ "longitude": -71.132932, "name": "Main St @ South Gateway", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 2 }, "id": "6959", "links": { @@ -198511,7 +203609,8 @@ "longitude": -71.131961, "name": "Winthrop St opp Winford Way", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "6961", "links": { @@ -198549,7 +203648,8 @@ "longitude": -71.173256, "name": "Washington St @ High St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "69618", "links": { @@ -198587,7 +203687,8 @@ "longitude": -71.081108, "name": "Melnea Cass Blvd @ Washington St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7", "links": { @@ -198625,7 +203726,8 @@ "longitude": -71.114129, "name": "Forest Hills", "platform_name": "Orange Line", - "vehicle_type": 1 + "vehicle_type": 1, + "wheelchair_boarding": 1 }, "id": "70001", "links": { @@ -198666,7 +203768,8 @@ "longitude": -71.108059, "name": "Green Street", "platform_name": "Forest Hills", - "vehicle_type": 1 + "vehicle_type": 1, + "wheelchair_boarding": 1 }, "id": "70002", "links": { @@ -198707,7 +203810,8 @@ "longitude": -71.107988, "name": "Green Street", "platform_name": "Oak Grove", - "vehicle_type": 1 + "vehicle_type": 1, + "wheelchair_boarding": 1 }, "id": "70003", "links": { @@ -198748,7 +203852,8 @@ "longitude": -71.104248, "name": "Stony Brook", "platform_name": "Forest Hills", - "vehicle_type": 1 + "vehicle_type": 1, + "wheelchair_boarding": 1 }, "id": "70004", "links": { @@ -198789,7 +203894,8 @@ "longitude": -71.104248, "name": "Stony Brook", "platform_name": "Oak Grove", - "vehicle_type": 1 + "vehicle_type": 1, + "wheelchair_boarding": 1 }, "id": "70005", "links": { @@ -198830,7 +203936,8 @@ "longitude": -71.099592, "name": "Jackson Square", "platform_name": "Forest Hills", - "vehicle_type": 1 + "vehicle_type": 1, + "wheelchair_boarding": 1 }, "id": "70006", "links": { @@ -198871,7 +203978,8 @@ "longitude": -71.099592, "name": "Jackson Square", "platform_name": "Oak Grove", - "vehicle_type": 1 + "vehicle_type": 1, + "wheelchair_boarding": 1 }, "id": "70007", "links": { @@ -198912,7 +204020,8 @@ "longitude": -71.096121, "name": "Roxbury Crossing", "platform_name": "Forest Hills", - "vehicle_type": 1 + "vehicle_type": 1, + "wheelchair_boarding": 1 }, "id": "70008", "links": { @@ -198953,7 +204062,8 @@ "longitude": -71.09604, "name": "Roxbury Crossing", "platform_name": "Oak Grove", - "vehicle_type": 1 + "vehicle_type": 1, + "wheelchair_boarding": 1 }, "id": "70009", "links": { @@ -198994,7 +204104,8 @@ "longitude": -71.089684, "name": "Ruggles", "platform_name": "Forest Hills", - "vehicle_type": 1 + "vehicle_type": 1, + "wheelchair_boarding": 1 }, "id": "70010", "links": { @@ -199035,7 +204146,8 @@ "longitude": -71.089635, "name": "Ruggles", "platform_name": "Oak Grove", - "vehicle_type": 1 + "vehicle_type": 1, + "wheelchair_boarding": 1 }, "id": "70011", "links": { @@ -199076,7 +204188,8 @@ "longitude": -71.084188, "name": "Massachusetts Avenue", "platform_name": "Forest Hills", - "vehicle_type": 1 + "vehicle_type": 1, + "wheelchair_boarding": 1 }, "id": "70012", "links": { @@ -199117,7 +204230,8 @@ "longitude": -71.084124, "name": "Massachusetts Avenue", "platform_name": "Oak Grove", - "vehicle_type": 1 + "vehicle_type": 1, + "wheelchair_boarding": 1 }, "id": "70013", "links": { @@ -199158,7 +204272,8 @@ "longitude": -71.075727, "name": "Back Bay", "platform_name": "Forest Hills", - "vehicle_type": 1 + "vehicle_type": 1, + "wheelchair_boarding": 1 }, "id": "70014", "links": { @@ -199199,7 +204314,8 @@ "longitude": -71.075727, "name": "Back Bay", "platform_name": "Oak Grove", - "vehicle_type": 1 + "vehicle_type": 1, + "wheelchair_boarding": 1 }, "id": "70015", "links": { @@ -199240,7 +204356,8 @@ "longitude": -71.063917, "name": "Tufts Medical Center", "platform_name": "Forest Hills", - "vehicle_type": 1 + "vehicle_type": 1, + "wheelchair_boarding": 1 }, "id": "70016", "links": { @@ -199281,7 +204398,8 @@ "longitude": -71.063917, "name": "Tufts Medical Center", "platform_name": "Oak Grove", - "vehicle_type": 1 + "vehicle_type": 1, + "wheelchair_boarding": 1 }, "id": "70017", "links": { @@ -199322,7 +204440,8 @@ "longitude": -71.062752, "name": "Chinatown", "platform_name": "Forest Hills", - "vehicle_type": 1 + "vehicle_type": 1, + "wheelchair_boarding": 1 }, "id": "70018", "links": { @@ -199363,7 +204482,8 @@ "longitude": -71.062752, "name": "Chinatown", "platform_name": "Oak Grove", - "vehicle_type": 1 + "vehicle_type": 1, + "wheelchair_boarding": 1 }, "id": "70019", "links": { @@ -199404,7 +204524,8 @@ "longitude": -71.060225, "name": "Downtown Crossing", "platform_name": "Forest Hills", - "vehicle_type": 1 + "vehicle_type": 1, + "wheelchair_boarding": 1 }, "id": "70020", "links": { @@ -199445,7 +204566,8 @@ "longitude": -71.060225, "name": "Downtown Crossing", "platform_name": "Oak Grove", - "vehicle_type": 1 + "vehicle_type": 1, + "wheelchair_boarding": 1 }, "id": "70021", "links": { @@ -199486,7 +204608,8 @@ "longitude": -71.057598, "name": "State", "platform_name": "Forest Hills", - "vehicle_type": 1 + "vehicle_type": 1, + "wheelchair_boarding": 1 }, "id": "70022", "links": { @@ -199527,7 +204650,8 @@ "longitude": -71.057598, "name": "State", "platform_name": "Oak Grove", - "vehicle_type": 1 + "vehicle_type": 1, + "wheelchair_boarding": 1 }, "id": "70023", "links": { @@ -199568,7 +204692,8 @@ "longitude": -71.05829, "name": "Haymarket", "platform_name": "Forest Hills", - "vehicle_type": 1 + "vehicle_type": 1, + "wheelchair_boarding": 1 }, "id": "70024", "links": { @@ -199609,7 +204734,8 @@ "longitude": -71.05829, "name": "Haymarket", "platform_name": "Oak Grove", - "vehicle_type": 1 + "vehicle_type": 1, + "wheelchair_boarding": 1 }, "id": "70025", "links": { @@ -199650,7 +204776,8 @@ "longitude": -71.060205, "name": "North Station", "platform_name": "Forest Hills", - "vehicle_type": 1 + "vehicle_type": 1, + "wheelchair_boarding": 1 }, "id": "70026", "links": { @@ -199691,7 +204818,8 @@ "longitude": -71.060205, "name": "North Station", "platform_name": "Oak Grove", - "vehicle_type": 1 + "vehicle_type": 1, + "wheelchair_boarding": 1 }, "id": "70027", "links": { @@ -199732,7 +204860,8 @@ "longitude": -71.069533, "name": "Community College", "platform_name": "Forest Hills", - "vehicle_type": 1 + "vehicle_type": 1, + "wheelchair_boarding": 1 }, "id": "70028", "links": { @@ -199773,7 +204902,8 @@ "longitude": -71.069533, "name": "Community College", "platform_name": "Oak Grove", - "vehicle_type": 1 + "vehicle_type": 1, + "wheelchair_boarding": 1 }, "id": "70029", "links": { @@ -199814,7 +204944,8 @@ "longitude": -71.076994, "name": "Sullivan Square", "platform_name": "Forest Hills", - "vehicle_type": 1 + "vehicle_type": 1, + "wheelchair_boarding": 1 }, "id": "70030", "links": { @@ -199855,7 +204986,8 @@ "longitude": -71.076994, "name": "Sullivan Square", "platform_name": "Oak Grove", - "vehicle_type": 1 + "vehicle_type": 1, + "wheelchair_boarding": 1 }, "id": "70031", "links": { @@ -199896,7 +205028,8 @@ "longitude": -71.077252, "name": "Wellington", "platform_name": "Forest Hills", - "vehicle_type": 1 + "vehicle_type": 1, + "wheelchair_boarding": 1 }, "id": "70032", "links": { @@ -199937,7 +205070,8 @@ "longitude": -71.07715, "name": "Wellington", "platform_name": "Oak Grove", - "vehicle_type": 1 + "vehicle_type": 1, + "wheelchair_boarding": 1 }, "id": "70033", "links": { @@ -199978,7 +205112,8 @@ "longitude": -71.074381, "name": "Malden Center", "platform_name": "Forest Hills", - "vehicle_type": 1 + "vehicle_type": 1, + "wheelchair_boarding": 1 }, "id": "70034", "links": { @@ -200019,7 +205154,8 @@ "longitude": -71.074314, "name": "Malden Center", "platform_name": "Oak Grove", - "vehicle_type": 1 + "vehicle_type": 1, + "wheelchair_boarding": 1 }, "id": "70035", "links": { @@ -200060,7 +205196,8 @@ "longitude": -71.070875, "name": "Oak Grove", "platform_name": "Orange Line", - "vehicle_type": 1 + "vehicle_type": 1, + "wheelchair_boarding": 1 }, "id": "70036", "links": { @@ -200101,7 +205238,8 @@ "longitude": -71.062037, "name": "Bowdoin", "platform_name": "Wonderland", - "vehicle_type": 1 + "vehicle_type": 1, + "wheelchair_boarding": 2 }, "id": "70038", "links": { @@ -200142,7 +205280,8 @@ "longitude": -71.059215, "name": "Government Center", "platform_name": "Bowdoin", - "vehicle_type": 1 + "vehicle_type": 1, + "wheelchair_boarding": 1 }, "id": "70039", "links": { @@ -200183,7 +205322,8 @@ "longitude": -71.059215, "name": "Government Center", "platform_name": "Wonderland", - "vehicle_type": 1 + "vehicle_type": 1, + "wheelchair_boarding": 1 }, "id": "70040", "links": { @@ -200224,7 +205364,8 @@ "longitude": -71.057598, "name": "State", "platform_name": "Bowdoin", - "vehicle_type": 1 + "vehicle_type": 1, + "wheelchair_boarding": 1 }, "id": "70041", "links": { @@ -200265,7 +205406,8 @@ "longitude": -71.057598, "name": "State", "platform_name": "Wonderland", - "vehicle_type": 1 + "vehicle_type": 1, + "wheelchair_boarding": 1 }, "id": "70042", "links": { @@ -200306,7 +205448,8 @@ "longitude": -71.051652, "name": "Aquarium", "platform_name": "Bowdoin", - "vehicle_type": 1 + "vehicle_type": 1, + "wheelchair_boarding": 1 }, "id": "70043", "links": { @@ -200347,7 +205490,8 @@ "longitude": -71.051652, "name": "Aquarium", "platform_name": "Wonderland", - "vehicle_type": 1 + "vehicle_type": 1, + "wheelchair_boarding": 1 }, "id": "70044", "links": { @@ -200388,7 +205532,8 @@ "longitude": -71.03953, "name": "Maverick", "platform_name": "Bowdoin", - "vehicle_type": 1 + "vehicle_type": 1, + "wheelchair_boarding": 1 }, "id": "70045", "links": { @@ -200429,7 +205574,8 @@ "longitude": -71.03953, "name": "Maverick", "platform_name": "Wonderland", - "vehicle_type": 1 + "vehicle_type": 1, + "wheelchair_boarding": 1 }, "id": "70046", "links": { @@ -200470,7 +205616,8 @@ "longitude": -71.030395, "name": "Airport", "platform_name": "Bowdoin", - "vehicle_type": 1 + "vehicle_type": 1, + "wheelchair_boarding": 1 }, "id": "70047", "links": { @@ -200511,7 +205658,8 @@ "longitude": -71.030395, "name": "Airport", "platform_name": "Wonderland", - "vehicle_type": 1 + "vehicle_type": 1, + "wheelchair_boarding": 1 }, "id": "70048", "links": { @@ -200552,7 +205700,8 @@ "longitude": -71.022818, "name": "Wood Island", "platform_name": "Bowdoin", - "vehicle_type": 1 + "vehicle_type": 1, + "wheelchair_boarding": 1 }, "id": "70049", "links": { @@ -200593,7 +205742,8 @@ "longitude": -71.022783, "name": "Wood Island", "platform_name": "Wonderland", - "vehicle_type": 1 + "vehicle_type": 1, + "wheelchair_boarding": 1 }, "id": "70050", "links": { @@ -200634,7 +205784,8 @@ "longitude": -71.004809, "name": "Orient Heights", "platform_name": "Bowdoin", - "vehicle_type": 1 + "vehicle_type": 1, + "wheelchair_boarding": 1 }, "id": "70051", "links": { @@ -200675,7 +205826,8 @@ "longitude": -71.004767, "name": "Orient Heights", "platform_name": "Wonderland", - "vehicle_type": 1 + "vehicle_type": 1, + "wheelchair_boarding": 1 }, "id": "70052", "links": { @@ -200716,7 +205868,8 @@ "longitude": -70.997323, "name": "Suffolk Downs", "platform_name": "Bowdoin", - "vehicle_type": 1 + "vehicle_type": 1, + "wheelchair_boarding": 1 }, "id": "70053", "links": { @@ -200757,7 +205910,8 @@ "longitude": -70.99703, "name": "Suffolk Downs", "platform_name": "Wonderland", - "vehicle_type": 1 + "vehicle_type": 1, + "wheelchair_boarding": 1 }, "id": "70054", "links": { @@ -200798,7 +205952,8 @@ "longitude": -70.992647, "name": "Beachmont", "platform_name": "Bowdoin", - "vehicle_type": 1 + "vehicle_type": 1, + "wheelchair_boarding": 1 }, "id": "70055", "links": { @@ -200839,7 +205994,8 @@ "longitude": -70.992551, "name": "Beachmont", "platform_name": "Wonderland", - "vehicle_type": 1 + "vehicle_type": 1, + "wheelchair_boarding": 1 }, "id": "70056", "links": { @@ -200880,7 +206036,8 @@ "longitude": -70.992586, "name": "Revere Beach", "platform_name": "Bowdoin", - "vehicle_type": 1 + "vehicle_type": 1, + "wheelchair_boarding": 1 }, "id": "70057", "links": { @@ -200921,7 +206078,8 @@ "longitude": -70.992497, "name": "Revere Beach", "platform_name": "Wonderland", - "vehicle_type": 1 + "vehicle_type": 1, + "wheelchair_boarding": 1 }, "id": "70058", "links": { @@ -200962,7 +206120,8 @@ "longitude": -70.991714, "name": "Wonderland", "platform_name": "Bowdoin", - "vehicle_type": 1 + "vehicle_type": 1, + "wheelchair_boarding": 1 }, "id": "70059", "links": { @@ -201003,7 +206162,8 @@ "longitude": -70.991685, "name": "Wonderland", "platform_name": "Exit Only", - "vehicle_type": 1 + "vehicle_type": 1, + "wheelchair_boarding": 1 }, "id": "70060", "links": { @@ -201039,12 +206199,13 @@ { "attributes": { "description": "Alewife - Red Line", - "latitude": 42.396158, + "latitude": 42.396148, "location_type": 0, - "longitude": -71.139971, + "longitude": -71.140698, "name": "Alewife", "platform_name": "Red Line", - "vehicle_type": 1 + "vehicle_type": 1, + "wheelchair_boarding": 1 }, "id": "70061", "links": { @@ -201085,7 +206246,8 @@ "longitude": -71.121815, "name": "Davis", "platform_name": "Ashmont/Braintree", - "vehicle_type": 1 + "vehicle_type": 1, + "wheelchair_boarding": 1 }, "id": "70063", "links": { @@ -201126,7 +206288,8 @@ "longitude": -71.121815, "name": "Davis", "platform_name": "Alewife", - "vehicle_type": 1 + "vehicle_type": 1, + "wheelchair_boarding": 1 }, "id": "70064", "links": { @@ -201167,7 +206330,8 @@ "longitude": -71.119149, "name": "Porter", "platform_name": "Ashmont/Braintree", - "vehicle_type": 1 + "vehicle_type": 1, + "wheelchair_boarding": 1 }, "id": "70065", "links": { @@ -201208,7 +206372,8 @@ "longitude": -71.119149, "name": "Porter", "platform_name": "Alewife", - "vehicle_type": 1 + "vehicle_type": 1, + "wheelchair_boarding": 1 }, "id": "70066", "links": { @@ -201249,7 +206414,8 @@ "longitude": -71.118956, "name": "Harvard", "platform_name": "Ashmont/Braintree", - "vehicle_type": 1 + "vehicle_type": 1, + "wheelchair_boarding": 1 }, "id": "70067", "links": { @@ -201290,7 +206456,8 @@ "longitude": -71.118956, "name": "Harvard", "platform_name": "Alewife", - "vehicle_type": 1 + "vehicle_type": 1, + "wheelchair_boarding": 1 }, "id": "70068", "links": { @@ -201331,7 +206498,8 @@ "longitude": -71.103621, "name": "Central", "platform_name": "Ashmont/Braintree", - "vehicle_type": 1 + "vehicle_type": 1, + "wheelchair_boarding": 1 }, "id": "70069", "links": { @@ -201372,7 +206540,8 @@ "longitude": -71.103554, "name": "Central", "platform_name": "Alewife", - "vehicle_type": 1 + "vehicle_type": 1, + "wheelchair_boarding": 1 }, "id": "70070", "links": { @@ -201413,7 +206582,8 @@ "longitude": -71.085605, "name": "Kendall/MIT", "platform_name": "Ashmont/Braintree", - "vehicle_type": 1 + "vehicle_type": 1, + "wheelchair_boarding": 1 }, "id": "70071", "links": { @@ -201454,7 +206624,8 @@ "longitude": -71.085591, "name": "Kendall/MIT", "platform_name": "Alewife", - "vehicle_type": 1 + "vehicle_type": 1, + "wheelchair_boarding": 1 }, "id": "70072", "links": { @@ -201495,7 +206666,8 @@ "longitude": -71.071505, "name": "Charles/MGH", "platform_name": "Ashmont/Braintree", - "vehicle_type": 1 + "vehicle_type": 1, + "wheelchair_boarding": 1 }, "id": "70073", "links": { @@ -201536,7 +206708,8 @@ "longitude": -71.071602, "name": "Charles/MGH", "platform_name": "Alewife", - "vehicle_type": 1 + "vehicle_type": 1, + "wheelchair_boarding": 1 }, "id": "70074", "links": { @@ -201577,7 +206750,8 @@ "longitude": -71.062424, "name": "Park Street", "platform_name": "Ashmont/Braintree", - "vehicle_type": 1 + "vehicle_type": 1, + "wheelchair_boarding": 1 }, "id": "70075", "links": { @@ -201618,7 +206792,8 @@ "longitude": -71.062424, "name": "Park Street", "platform_name": "Alewife", - "vehicle_type": 1 + "vehicle_type": 1, + "wheelchair_boarding": 1 }, "id": "70076", "links": { @@ -201659,7 +206834,8 @@ "longitude": -71.060225, "name": "Downtown Crossing", "platform_name": "Ashmont/Braintree", - "vehicle_type": 1 + "vehicle_type": 1, + "wheelchair_boarding": 1 }, "id": "70077", "links": { @@ -201700,7 +206876,8 @@ "longitude": -71.060225, "name": "Downtown Crossing", "platform_name": "Alewife", - "vehicle_type": 1 + "vehicle_type": 1, + "wheelchair_boarding": 1 }, "id": "70078", "links": { @@ -201741,7 +206918,8 @@ "longitude": -71.055242, "name": "South Station", "platform_name": "Ashmont/Braintree", - "vehicle_type": 1 + "vehicle_type": 1, + "wheelchair_boarding": 1 }, "id": "70079", "links": { @@ -201782,7 +206960,8 @@ "longitude": -71.055242, "name": "South Station", "platform_name": "Alewife", - "vehicle_type": 1 + "vehicle_type": 1, + "wheelchair_boarding": 1 }, "id": "70080", "links": { @@ -201823,7 +207002,8 @@ "longitude": -71.056967, "name": "Broadway", "platform_name": "Ashmont/Braintree", - "vehicle_type": 1 + "vehicle_type": 1, + "wheelchair_boarding": 1 }, "id": "70081", "links": { @@ -201864,7 +207044,8 @@ "longitude": -71.056967, "name": "Broadway", "platform_name": "Alewife", - "vehicle_type": 1 + "vehicle_type": 1, + "wheelchair_boarding": 1 }, "id": "70082", "links": { @@ -201905,7 +207086,8 @@ "longitude": -71.057655, "name": "Andrew", "platform_name": "Ashmont/Braintree", - "vehicle_type": 1 + "vehicle_type": 1, + "wheelchair_boarding": 1 }, "id": "70083", "links": { @@ -201946,7 +207128,8 @@ "longitude": -71.057655, "name": "Andrew", "platform_name": "Alewife", - "vehicle_type": 1 + "vehicle_type": 1, + "wheelchair_boarding": 1 }, "id": "70084", "links": { @@ -201987,7 +207170,8 @@ "longitude": -71.052514, "name": "JFK/UMass", "platform_name": "Ashmont", - "vehicle_type": 1 + "vehicle_type": 1, + "wheelchair_boarding": 1 }, "id": "70085", "links": { @@ -202028,7 +207212,8 @@ "longitude": -71.052473, "name": "JFK/UMass", "platform_name": "Alewife (from Ashmont)", - "vehicle_type": 1 + "vehicle_type": 1, + "wheelchair_boarding": 1 }, "id": "70086", "links": { @@ -202069,7 +207254,8 @@ "longitude": -71.053678, "name": "Savin Hill", "platform_name": "Ashmont", - "vehicle_type": 1 + "vehicle_type": 1, + "wheelchair_boarding": 1 }, "id": "70087", "links": { @@ -202110,7 +207296,8 @@ "longitude": -71.053612, "name": "Savin Hill", "platform_name": "Alewife", - "vehicle_type": 1 + "vehicle_type": 1, + "wheelchair_boarding": 1 }, "id": "70088", "links": { @@ -202151,7 +207338,8 @@ "longitude": -71.062021, "name": "Fields Corner", "platform_name": "Ashmont", - "vehicle_type": 1 + "vehicle_type": 1, + "wheelchair_boarding": 1 }, "id": "70089", "links": { @@ -202192,7 +207380,8 @@ "longitude": -71.061945, "name": "Fields Corner", "platform_name": "Alewife", - "vehicle_type": 1 + "vehicle_type": 1, + "wheelchair_boarding": 1 }, "id": "70090", "links": { @@ -202233,7 +207422,8 @@ "longitude": -71.065738, "name": "Shawmut", "platform_name": "Ashmont", - "vehicle_type": 1 + "vehicle_type": 1, + "wheelchair_boarding": 1 }, "id": "70091", "links": { @@ -202274,7 +207464,8 @@ "longitude": -71.065738, "name": "Shawmut", "platform_name": "Alewife", - "vehicle_type": 1 + "vehicle_type": 1, + "wheelchair_boarding": 1 }, "id": "70092", "links": { @@ -202315,7 +207506,8 @@ "longitude": -71.063833, "name": "Ashmont", "platform_name": "Exit Only", - "vehicle_type": 1 + "vehicle_type": 1, + "wheelchair_boarding": 1 }, "id": "70093", "links": { @@ -202356,7 +207548,8 @@ "longitude": -71.063725, "name": "Ashmont", "platform_name": "Alewife", - "vehicle_type": 1 + "vehicle_type": 1, + "wheelchair_boarding": 1 }, "id": "70094", "links": { @@ -202397,7 +207590,8 @@ "longitude": -71.052287, "name": "JFK/UMass", "platform_name": "Braintree", - "vehicle_type": 1 + "vehicle_type": 1, + "wheelchair_boarding": 1 }, "id": "70095", "links": { @@ -202438,7 +207632,8 @@ "longitude": -71.052215, "name": "JFK/UMass", "platform_name": "Alewife (from Braintree)", - "vehicle_type": 1 + "vehicle_type": 1, + "wheelchair_boarding": 1 }, "id": "70096", "links": { @@ -202479,7 +207674,8 @@ "longitude": -71.030194, "name": "North Quincy", "platform_name": "Braintree", - "vehicle_type": 1 + "vehicle_type": 1, + "wheelchair_boarding": 1 }, "id": "70097", "links": { @@ -202520,7 +207716,8 @@ "longitude": -71.030144, "name": "North Quincy", "platform_name": "Alewife", - "vehicle_type": 1 + "vehicle_type": 1, + "wheelchair_boarding": 1 }, "id": "70098", "links": { @@ -202561,7 +207758,8 @@ "longitude": -71.020542, "name": "Wollaston", "platform_name": "Braintree", - "vehicle_type": 1 + "vehicle_type": 1, + "wheelchair_boarding": 1 }, "id": "70099", "links": { @@ -202602,7 +207800,8 @@ "longitude": -71.020457, "name": "Wollaston", "platform_name": "Alewife", - "vehicle_type": 1 + "vehicle_type": 1, + "wheelchair_boarding": 1 }, "id": "70100", "links": { @@ -202643,7 +207842,8 @@ "longitude": -71.005409, "name": "Quincy Center", "platform_name": "Braintree", - "vehicle_type": 1 + "vehicle_type": 1, + "wheelchair_boarding": 1 }, "id": "70101", "links": { @@ -202684,7 +207884,8 @@ "longitude": -71.005409, "name": "Quincy Center", "platform_name": "Alewife", - "vehicle_type": 1 + "vehicle_type": 1, + "wheelchair_boarding": 1 }, "id": "70102", "links": { @@ -202725,7 +207926,8 @@ "longitude": -71.007153, "name": "Quincy Adams", "platform_name": "Braintree", - "vehicle_type": 1 + "vehicle_type": 1, + "wheelchair_boarding": 1 }, "id": "70103", "links": { @@ -202766,7 +207968,8 @@ "longitude": -71.007153, "name": "Quincy Adams", "platform_name": "Alewife", - "vehicle_type": 1 + "vehicle_type": 1, + "wheelchair_boarding": 1 }, "id": "70104", "links": { @@ -202807,7 +208010,8 @@ "longitude": -71.001645, "name": "Braintree", "platform_name": "Red Line", - "vehicle_type": 1 + "vehicle_type": 1, + "wheelchair_boarding": 1 }, "id": "70105", "links": { @@ -202848,7 +208052,8 @@ "longitude": -71.167029, "name": "Boston College", "platform_name": "Park Street & North", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 1 }, "id": "70106", "links": { @@ -202889,7 +208094,8 @@ "longitude": -71.166849, "name": "Boston College", "platform_name": "Exit Only", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 1 }, "id": "70107", "links": { @@ -202930,7 +208136,8 @@ "longitude": -71.157057, "name": "South Street", "platform_name": "Park Street & North", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 2 }, "id": "70110", "links": { @@ -202971,7 +208178,8 @@ "longitude": -71.157499, "name": "South Street", "platform_name": "Boston College", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 2 }, "id": "70111", "links": { @@ -203012,7 +208220,8 @@ "longitude": -71.152526, "name": "Chestnut Hill Avenue", "platform_name": "Park Street & North", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 2 }, "id": "70112", "links": { @@ -203053,7 +208262,8 @@ "longitude": -71.153025, "name": "Chestnut Hill Avenue", "platform_name": "Boston College", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 2 }, "id": "70113", "links": { @@ -203094,7 +208304,8 @@ "longitude": -71.150633, "name": "Chiswick Road", "platform_name": "Park Street & North", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 2 }, "id": "70114", "links": { @@ -203135,7 +208346,8 @@ "longitude": -71.15114, "name": "Chiswick Road", "platform_name": "Boston College", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 2 }, "id": "70115", "links": { @@ -203176,7 +208388,8 @@ "longitude": -71.146089, "name": "Sutherland Road", "platform_name": "Park Street & North", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 2 }, "id": "70116", "links": { @@ -203217,7 +208430,8 @@ "longitude": -71.146607, "name": "Sutherland Road", "platform_name": "Boston College", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 2 }, "id": "70117", "links": { @@ -203258,7 +208472,8 @@ "longitude": -71.142385, "name": "Washington Street", "platform_name": "Park Street & North", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 1 }, "id": "70120", "links": { @@ -203299,7 +208514,8 @@ "longitude": -71.142731, "name": "Washington Street", "platform_name": "Boston College", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 1 }, "id": "70121", "links": { @@ -203340,7 +208556,8 @@ "longitude": -71.140436, "name": "Warren Street", "platform_name": "Park Street & North", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 2 }, "id": "70124", "links": { @@ -203381,7 +208598,8 @@ "longitude": -71.140051, "name": "Warren Street", "platform_name": "Boston College", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 2 }, "id": "70125", "links": { @@ -203422,7 +208640,8 @@ "longitude": -71.137881, "name": "Allston Street", "platform_name": "Park Street & North", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 2 }, "id": "70126", "links": { @@ -203463,7 +208682,8 @@ "longitude": -71.137362, "name": "Allston Street", "platform_name": "Boston College", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 2 }, "id": "70127", "links": { @@ -203504,7 +208724,8 @@ "longitude": -71.1345, "name": "Griggs Street", "platform_name": "Park Street & North", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 2 }, "id": "70128", "links": { @@ -203545,7 +208766,8 @@ "longitude": -71.134305, "name": "Griggs Street", "platform_name": "Boston College", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 2 }, "id": "70129", "links": { @@ -203586,7 +208808,8 @@ "longitude": -71.131298, "name": "Harvard Avenue", "platform_name": "Park Street & North", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 1 }, "id": "70130", "links": { @@ -203627,7 +208850,8 @@ "longitude": -71.130727, "name": "Harvard Avenue", "platform_name": "Boston College", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 1 }, "id": "70131", "links": { @@ -203668,7 +208892,8 @@ "longitude": -71.125067, "name": "Packard's Corner", "platform_name": "Park Street & North", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 2 }, "id": "70134", "links": { @@ -203709,7 +208934,8 @@ "longitude": -71.12551, "name": "Packard's Corner", "platform_name": "Boston College", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 2 }, "id": "70135", "links": { @@ -203750,7 +208976,8 @@ "longitude": -71.106902, "name": "Boston University Central", "platform_name": "Park Street & North", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 1 }, "id": "70144", "links": { @@ -203791,7 +209018,8 @@ "longitude": -71.107455, "name": "Boston University Central", "platform_name": "Boston College", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 1 }, "id": "70145", "links": { @@ -203832,7 +209060,8 @@ "longitude": -71.103989, "name": "Boston University East", "platform_name": "Park Street & North", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 1 }, "id": "70146", "links": { @@ -203873,7 +209102,8 @@ "longitude": -71.104657, "name": "Boston University East", "platform_name": "Boston College", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 1 }, "id": "70147", "links": { @@ -203914,7 +209144,8 @@ "longitude": -71.099821, "name": "Blandford Street", "platform_name": "Park Street & North", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 2 }, "id": "70148", "links": { @@ -203955,7 +209186,8 @@ "longitude": -71.100213, "name": "Blandford Street", "platform_name": "Boston College", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 2 }, "id": "70149", "links": { @@ -203996,7 +209228,8 @@ "longitude": -71.095169, "name": "Kenmore", "platform_name": "Park Street & North", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 1 }, "id": "70150", "links": { @@ -204037,7 +209270,8 @@ "longitude": -71.095169, "name": "Kenmore", "platform_name": "Cleveland Circle, Riverside", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 1 }, "id": "70151", "links": { @@ -204078,7 +209312,8 @@ "longitude": -71.087903, "name": "Hynes Convention Center", "platform_name": "Park Street & North", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 2 }, "id": "70152", "links": { @@ -204119,7 +209354,8 @@ "longitude": -71.087903, "name": "Hynes Convention Center", "platform_name": "Kenmore & West", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 2 }, "id": "70153", "links": { @@ -204160,7 +209396,8 @@ "longitude": -71.078049, "name": "Copley", "platform_name": "Park Street & North", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 1 }, "id": "70154", "links": { @@ -204201,7 +209438,8 @@ "longitude": -71.077376, "name": "Copley", "platform_name": "Kenmore & West, Heath Street", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 1 }, "id": "70155", "links": { @@ -204242,7 +209480,8 @@ "longitude": -71.070893, "name": "Arlington", "platform_name": "Park Street & North", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 1 }, "id": "70156", "links": { @@ -204283,7 +209522,8 @@ "longitude": -71.070893, "name": "Arlington", "platform_name": "Copley & West", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 1 }, "id": "70157", "links": { @@ -204324,7 +209564,8 @@ "longitude": -71.064682, "name": "Boylston", "platform_name": "Park Street & North", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 2 }, "id": "70158", "links": { @@ -204365,7 +209606,8 @@ "longitude": -71.064545, "name": "Boylston", "platform_name": "Copley & West", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 2 }, "id": "70159", "links": { @@ -204406,7 +209648,8 @@ "longitude": -71.252256, "name": "Riverside", "platform_name": "Park Street & North", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 1 }, "id": "70160", "links": { @@ -204447,7 +209690,8 @@ "longitude": -71.252236, "name": "Riverside", "platform_name": "Park Street & North", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 1 }, "id": "70161", "links": { @@ -204488,7 +209732,8 @@ "longitude": -71.243055, "name": "Woodland", "platform_name": "Park Street & North", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 1 }, "id": "70162", "links": { @@ -204529,7 +209774,8 @@ "longitude": -71.243659, "name": "Woodland", "platform_name": "Riverside", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 1 }, "id": "70163", "links": { @@ -204570,7 +209816,8 @@ "longitude": -71.230476, "name": "Waban", "platform_name": "Park Street & North", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 1 }, "id": "70164", "links": { @@ -204611,7 +209858,8 @@ "longitude": -71.230714, "name": "Waban", "platform_name": "Riverside", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 1 }, "id": "70165", "links": { @@ -204652,7 +209900,8 @@ "longitude": -71.21642, "name": "Eliot", "platform_name": "Park Street & North", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 1 }, "id": "70166", "links": { @@ -204693,7 +209942,8 @@ "longitude": -71.216949, "name": "Eliot", "platform_name": "Riverside", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 1 }, "id": "70167", "links": { @@ -204734,7 +209984,8 @@ "longitude": -71.205082, "name": "Newton Highlands", "platform_name": "Park Street & North", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 1 }, "id": "70168", "links": { @@ -204775,7 +210026,8 @@ "longitude": -71.205421, "name": "Newton Highlands", "platform_name": "Riverside", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 1 }, "id": "70169", "links": { @@ -204816,7 +210068,8 @@ "longitude": -71.192024, "name": "Newton Centre", "platform_name": "Park Street & North", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 1 }, "id": "70170", "links": { @@ -204857,7 +210110,8 @@ "longitude": -71.192622, "name": "Newton Centre", "platform_name": "Riverside", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 1 }, "id": "70171", "links": { @@ -204898,7 +210152,8 @@ "longitude": -71.164146, "name": "Chestnut Hill", "platform_name": "Park Street & North", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 1 }, "id": "70172", "links": { @@ -204939,7 +210194,8 @@ "longitude": -71.16478, "name": "Chestnut Hill", "platform_name": "Riverside", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 1 }, "id": "70173", "links": { @@ -204980,7 +210236,8 @@ "longitude": -71.147879, "name": "Reservoir", "platform_name": "Park Street & North", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 1 }, "id": "70174", "links": { @@ -205021,7 +210278,8 @@ "longitude": -71.148601, "name": "Reservoir", "platform_name": "Riverside", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 1 }, "id": "70175", "links": { @@ -205062,7 +210320,8 @@ "longitude": -71.140112, "name": "Beaconsfield", "platform_name": "Park Street & North", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 1 }, "id": "70176", "links": { @@ -205103,7 +210362,8 @@ "longitude": -71.140903, "name": "Beaconsfield", "platform_name": "Riverside", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 1 }, "id": "70177", "links": { @@ -205144,7 +210404,8 @@ "longitude": -71.126406, "name": "Brookline Hills", "platform_name": "Park Street & North", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 1 }, "id": "70178", "links": { @@ -205185,7 +210446,8 @@ "longitude": -71.127025, "name": "Brookline Hills", "platform_name": "Riverside", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 1 }, "id": "70179", "links": { @@ -205226,7 +210488,8 @@ "longitude": -71.116751, "name": "Brookline Village", "platform_name": "Park Street & North", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 1 }, "id": "70180", "links": { @@ -205267,7 +210530,8 @@ "longitude": -71.117041, "name": "Brookline Village", "platform_name": "Riverside", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 1 }, "id": "70181", "links": { @@ -205308,7 +210572,8 @@ "longitude": -71.109777, "name": "Longwood", "platform_name": "Park Street & North", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 1 }, "id": "70182", "links": { @@ -205349,7 +210614,8 @@ "longitude": -71.110147, "name": "Longwood", "platform_name": "Riverside", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 1 }, "id": "70183", "links": { @@ -205390,7 +210656,8 @@ "longitude": -71.104269, "name": "Fenway", "platform_name": "Park Street & North", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 1 }, "id": "70186", "links": { @@ -205431,7 +210698,8 @@ "longitude": -71.104968, "name": "Fenway", "platform_name": "Riverside", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 1 }, "id": "70187", "links": { @@ -205472,7 +210740,8 @@ "longitude": -71.062424, "name": "Park Street", "platform_name": "Boston College", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 1 }, "id": "70196", "links": { @@ -205513,7 +210782,8 @@ "longitude": -71.062424, "name": "Park Street", "platform_name": "Cleveland Circle", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 1 }, "id": "70197", "links": { @@ -205554,7 +210824,8 @@ "longitude": -71.062424, "name": "Park Street", "platform_name": "Riverside", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 1 }, "id": "70198", "links": { @@ -205595,7 +210866,8 @@ "longitude": -71.062424, "name": "Park Street", "platform_name": "Heath Street", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 1 }, "id": "70199", "links": { @@ -205636,7 +210908,8 @@ "longitude": -71.062424, "name": "Park Street", "platform_name": "Government Center & North", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 1 }, "id": "70200", "links": { @@ -205677,7 +210950,8 @@ "longitude": -71.059215, "name": "Government Center", "platform_name": "North Station & North", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 1 }, "id": "70201", "links": { @@ -205718,7 +210992,8 @@ "longitude": -71.059215, "name": "Government Center", "platform_name": "Copley & West", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 1 }, "id": "70202", "links": { @@ -205759,7 +211034,8 @@ "longitude": -71.05829, "name": "Haymarket", "platform_name": "North Station & North", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 1 }, "id": "70203", "links": { @@ -205800,7 +211076,8 @@ "longitude": -71.05829, "name": "Haymarket", "platform_name": "Copley & West", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 1 }, "id": "70204", "links": { @@ -205841,7 +211118,8 @@ "longitude": -71.060205, "name": "North Station", "platform_name": "Lechmere & North", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 1 }, "id": "70205", "links": { @@ -205882,7 +211160,8 @@ "longitude": -71.060205, "name": "North Station", "platform_name": "Copley & West", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 1 }, "id": "70206", "links": { @@ -205923,7 +211202,8 @@ "longitude": -71.067666, "name": "Science Park/West End", "platform_name": "Lechmere & North", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 1 }, "id": "70207", "links": { @@ -205964,7 +211244,8 @@ "longitude": -71.067666, "name": "Science Park/West End", "platform_name": "Copley & West", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 1 }, "id": "70208", "links": { @@ -206005,7 +211286,8 @@ "longitude": -71.107697, "name": "Saint Mary's Street", "platform_name": "Cleveland Circle", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 1 }, "id": "70211", "links": { @@ -206046,7 +211328,8 @@ "longitude": -71.107166, "name": "Saint Mary's Street", "platform_name": "Park Street & North", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 1 }, "id": "70212", "links": { @@ -206087,7 +211370,8 @@ "longitude": -71.111761, "name": "Hawes Street", "platform_name": "Cleveland Circle", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 2 }, "id": "70213", "links": { @@ -206128,7 +211412,8 @@ "longitude": -71.111157, "name": "Hawes Street", "platform_name": "Park Street & North", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 2 }, "id": "70214", "links": { @@ -206169,7 +211454,8 @@ "longitude": -71.114097, "name": "Kent Street", "platform_name": "Cleveland Circle", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 2 }, "id": "70215", "links": { @@ -206210,7 +211496,8 @@ "longitude": -71.114569, "name": "Kent Street", "platform_name": "Park Street & North", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 2 }, "id": "70216", "links": { @@ -206251,7 +211538,8 @@ "longitude": -71.116927, "name": "Saint Paul Street", "platform_name": "Cleveland Circle", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 2 }, "id": "70217", "links": { @@ -206292,7 +211580,8 @@ "longitude": -71.117498, "name": "Saint Paul Street", "platform_name": "Park Street & North", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 2 }, "id": "70218", "links": { @@ -206333,7 +211622,8 @@ "longitude": -71.120915, "name": "Coolidge Corner", "platform_name": "Cleveland Circle", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 1 }, "id": "70219", "links": { @@ -206374,7 +211664,8 @@ "longitude": -71.121685, "name": "Coolidge Corner", "platform_name": "Park Street & North", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 1 }, "id": "70220", "links": { @@ -206415,7 +211706,8 @@ "longitude": -71.125652, "name": "Summit Avenue", "platform_name": "Cleveland Circle", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 2 }, "id": "70223", "links": { @@ -206456,7 +211748,8 @@ "longitude": -71.125759, "name": "Summit Avenue", "platform_name": "Park Street & North", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 2 }, "id": "70224", "links": { @@ -206497,7 +211790,8 @@ "longitude": -71.128869, "name": "Brandon Hall", "platform_name": "Cleveland Circle", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 2 }, "id": "70225", "links": { @@ -206538,7 +211832,8 @@ "longitude": -71.12866, "name": "Brandon Hall", "platform_name": "Park Street & North", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 2 }, "id": "70226", "links": { @@ -206579,7 +211874,8 @@ "longitude": -71.131228, "name": "Fairbanks Street", "platform_name": "Cleveland Circle", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 2 }, "id": "70227", "links": { @@ -206620,7 +211916,8 @@ "longitude": -71.131078, "name": "Fairbanks Street", "platform_name": "Park Street & North", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 2 }, "id": "70228", "links": { @@ -206661,7 +211958,8 @@ "longitude": -71.135139, "name": "Washington Square", "platform_name": "Cleveland Circle", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 1 }, "id": "70229", "links": { @@ -206702,7 +212000,8 @@ "longitude": -71.134587, "name": "Washington Square", "platform_name": "Park Street & North", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 1 }, "id": "70230", "links": { @@ -206743,7 +212042,8 @@ "longitude": -71.138731, "name": "Tappan Street", "platform_name": "Cleveland Circle", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 2 }, "id": "70231", "links": { @@ -206784,7 +212084,8 @@ "longitude": -71.13819, "name": "Tappan Street", "platform_name": "Park Street & North", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 2 }, "id": "70232", "links": { @@ -206825,7 +212126,8 @@ "longitude": -71.141753, "name": "Dean Road", "platform_name": "Cleveland Circle", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 2 }, "id": "70233", "links": { @@ -206866,7 +212168,8 @@ "longitude": -71.142309, "name": "Dean Road", "platform_name": "Park Street & North", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 2 }, "id": "70234", "links": { @@ -206907,7 +212210,8 @@ "longitude": -71.145867, "name": "Englewood Avenue", "platform_name": "Cleveland Circle", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 2 }, "id": "70235", "links": { @@ -206948,7 +212252,8 @@ "longitude": -71.145368, "name": "Englewood Avenue", "platform_name": "Park Street & North", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 2 }, "id": "70236", "links": { @@ -206989,7 +212294,8 @@ "longitude": -71.149201, "name": "Cleveland Circle", "platform_name": "Exit Only", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 1 }, "id": "70237", "links": { @@ -207030,7 +212336,8 @@ "longitude": -71.148774, "name": "Cleveland Circle", "platform_name": "Park Street & North", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 1 }, "id": "70238", "links": { @@ -207071,7 +212378,8 @@ "longitude": -71.081696, "name": "Prudential", "platform_name": "Heath Street", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 1 }, "id": "70239", "links": { @@ -207112,7 +212420,8 @@ "longitude": -71.081696, "name": "Prudential", "platform_name": "Park Street & North", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 1 }, "id": "70240", "links": { @@ -207153,7 +212462,8 @@ "longitude": -71.085056, "name": "Symphony", "platform_name": "Heath Street", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 2 }, "id": "70241", "links": { @@ -207194,7 +212504,8 @@ "longitude": -71.085056, "name": "Symphony", "platform_name": "Park Street & North", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 2 }, "id": "70242", "links": { @@ -207235,7 +212546,8 @@ "longitude": -71.09021, "name": "Northeastern University", "platform_name": "Heath Street", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 1 }, "id": "70243", "links": { @@ -207276,7 +212588,8 @@ "longitude": -71.0892, "name": "Northeastern University", "platform_name": "Park Street & North", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 1 }, "id": "70244", "links": { @@ -207317,7 +212630,8 @@ "longitude": -71.09524, "name": "Museum of Fine Arts", "platform_name": "Heath Street", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 1 }, "id": "70245", "links": { @@ -207358,7 +212672,8 @@ "longitude": -71.094682, "name": "Museum of Fine Arts", "platform_name": "Park Street & North", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 1 }, "id": "70246", "links": { @@ -207399,7 +212714,8 @@ "longitude": -71.099883, "name": "Longwood Medical Area", "platform_name": "Heath Street", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 1 }, "id": "70247", "links": { @@ -207440,7 +212756,8 @@ "longitude": -71.099328, "name": "Longwood Medical Area", "platform_name": "Park Street & North", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 1 }, "id": "70248", "links": { @@ -207481,7 +212798,8 @@ "longitude": -71.104487, "name": "Brigham Circle", "platform_name": "Heath Street", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 1 }, "id": "70249", "links": { @@ -207522,7 +212840,8 @@ "longitude": -71.103017, "name": "Brigham Circle", "platform_name": "Park Street & North", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 1 }, "id": "70250", "links": { @@ -207563,7 +212882,8 @@ "longitude": -71.105721, "name": "Fenwood Road", "platform_name": "Heath Street", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 2 }, "id": "70251", "links": { @@ -207604,7 +212924,8 @@ "longitude": -71.105583, "name": "Fenwood Road", "platform_name": "Park Street & North", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 2 }, "id": "70252", "links": { @@ -207645,7 +212966,8 @@ "longitude": -71.109276, "name": "Mission Park", "platform_name": "Heath Street", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 2 }, "id": "70253", "links": { @@ -207686,7 +213008,8 @@ "longitude": -71.10968, "name": "Mission Park", "platform_name": "Park Street & North", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 2 }, "id": "70254", "links": { @@ -207727,7 +213050,8 @@ "longitude": -71.111925, "name": "Riverway", "platform_name": "Heath Street", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 2 }, "id": "70255", "links": { @@ -207768,7 +213092,8 @@ "longitude": -71.111961, "name": "Riverway", "platform_name": "Park Street & North", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 2 }, "id": "70256", "links": { @@ -207809,7 +213134,8 @@ "longitude": -71.111046, "name": "Back of the Hill", "platform_name": "Heath Street", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 2 }, "id": "70257", "links": { @@ -207850,7 +213176,8 @@ "longitude": -71.110931, "name": "Back of the Hill", "platform_name": "Park Street & North", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 2 }, "id": "70258", "links": { @@ -207891,7 +213218,8 @@ "longitude": -71.110252, "name": "Heath Street", "platform_name": "Green Line", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 1 }, "id": "70260", "links": { @@ -207932,7 +213260,8 @@ "longitude": -71.063191, "name": "Ashmont", "platform_name": "Mattapan Trolley", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 1 }, "id": "70261", "links": { @@ -207973,7 +213302,8 @@ "longitude": -71.060392, "name": "Cedar Grove", "platform_name": "Mattapan", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 1 }, "id": "70263", "links": { @@ -208014,7 +213344,8 @@ "longitude": -71.060381, "name": "Cedar Grove", "platform_name": "Ashmont", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 1 }, "id": "70264", "links": { @@ -208055,7 +213386,8 @@ "longitude": -71.062513, "name": "Butler", "platform_name": "Mattapan", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 1 }, "id": "70265", "links": { @@ -208096,7 +213428,8 @@ "longitude": -71.062438, "name": "Butler", "platform_name": "Ashmont", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 1 }, "id": "70266", "links": { @@ -208137,7 +213470,8 @@ "longitude": -71.067253, "name": "Milton", "platform_name": "Mattapan", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 1 }, "id": "70267", "links": { @@ -208178,7 +213512,8 @@ "longitude": -71.067289, "name": "Milton", "platform_name": "Ashmont", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 1 }, "id": "70268", "links": { @@ -208219,7 +213554,8 @@ "longitude": -71.073523, "name": "Central Avenue", "platform_name": "Mattapan", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 1 }, "id": "70269", "links": { @@ -208260,7 +213596,8 @@ "longitude": -71.073358, "name": "Central Avenue", "platform_name": "Ashmont", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 1 }, "id": "70270", "links": { @@ -208301,7 +213638,8 @@ "longitude": -71.081504, "name": "Valley Road", "platform_name": "Mattapan", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 2 }, "id": "70271", "links": { @@ -208342,7 +213680,8 @@ "longitude": -71.081343, "name": "Valley Road", "platform_name": "Ashmont", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 2 }, "id": "70272", "links": { @@ -208383,7 +213722,8 @@ "longitude": -71.087139, "name": "Capen Street", "platform_name": "Mattapan", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 1 }, "id": "70273", "links": { @@ -208424,7 +213764,8 @@ "longitude": -71.087338, "name": "Capen Street", "platform_name": "Ashmont", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 1 }, "id": "70274", "links": { @@ -208465,7 +213806,8 @@ "longitude": -71.092389, "name": "Mattapan", "platform_name": "Exit Only", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 1 }, "id": "70275", "links": { @@ -208506,7 +213848,8 @@ "longitude": -71.092233, "name": "Mattapan", "platform_name": "Ashmont", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 1 }, "id": "70276", "links": { @@ -208547,7 +213890,8 @@ "longitude": -71.077262, "name": "Assembly", "platform_name": "Forest Hills", - "vehicle_type": 1 + "vehicle_type": 1, + "wheelchair_boarding": 1 }, "id": "70278", "links": { @@ -208588,7 +213932,8 @@ "longitude": -71.07718, "name": "Assembly", "platform_name": "Oak Grove", - "vehicle_type": 1 + "vehicle_type": 1, + "wheelchair_boarding": 1 }, "id": "70279", "links": { @@ -208629,7 +213974,8 @@ "longitude": -71.07752, "name": "Lechmere", "platform_name": "Water St Busway", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "70500", "links": { @@ -208670,7 +214016,8 @@ "longitude": -71.076457, "name": "Lechmere", "platform_name": "Union Square, Medford/Tufts", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 1 }, "id": "70501", "links": { @@ -208711,7 +214058,8 @@ "longitude": -71.07586, "name": "Lechmere", "platform_name": "Copley & West", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 1 }, "id": "70502", "links": { @@ -208752,7 +214100,8 @@ "longitude": -71.093964, "name": "Union Square", "platform_name": "Copley & West", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 1 }, "id": "70503", "links": { @@ -208793,7 +214142,8 @@ "longitude": -71.093993, "name": "Union Square", "platform_name": "Copley & West", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 1 }, "id": "70504", "links": { @@ -208834,7 +214184,8 @@ "longitude": -71.096956, "name": "Gilman Square", "platform_name": "Medford/Tufts", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 1 }, "id": "70505", "links": { @@ -208875,7 +214226,8 @@ "longitude": -71.096629, "name": "Gilman Square", "platform_name": "Copley & West", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 1 }, "id": "70506", "links": { @@ -208916,7 +214268,8 @@ "longitude": -71.106824, "name": "Magoun Square", "platform_name": "Medford/Tufts", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 1 }, "id": "70507", "links": { @@ -208957,7 +214310,8 @@ "longitude": -71.106688, "name": "Magoun Square", "platform_name": "Copley & West", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 1 }, "id": "70508", "links": { @@ -208998,7 +214352,8 @@ "longitude": -71.111331, "name": "Ball Square", "platform_name": "Medford/Tufts", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 1 }, "id": "70509", "links": { @@ -209039,7 +214394,8 @@ "longitude": -71.111207, "name": "Ball Square", "platform_name": "Copley & West", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 1 }, "id": "70510", "links": { @@ -209080,7 +214436,8 @@ "longitude": -71.11728, "name": "Medford/Tufts", "platform_name": "Medford/Tufts", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 1 }, "id": "70511", "links": { @@ -209121,7 +214478,8 @@ "longitude": -71.117339, "name": "Medford/Tufts", "platform_name": "Copley & West", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 1 }, "id": "70512", "links": { @@ -209162,7 +214520,8 @@ "longitude": -71.087032, "name": "East Somerville", "platform_name": "Medford/Tufts", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 1 }, "id": "70513", "links": { @@ -209203,7 +214562,8 @@ "longitude": -71.086829, "name": "East Somerville", "platform_name": "Copley & West", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 1 }, "id": "70514", "links": { @@ -209244,7 +214604,8 @@ "longitude": -71.170267, "name": "272 Washington St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "70618", "links": { @@ -209282,7 +214643,8 @@ "longitude": -71.187628, "name": "Washington St @ Dean Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "70619", "links": { @@ -209320,7 +214682,8 @@ "longitude": -71.186426, "name": "Washington St @ Loring St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "70620", "links": { @@ -209358,7 +214721,8 @@ "longitude": -71.062037, "name": "Bowdoin", "platform_name": "Exit Only", - "vehicle_type": 1 + "vehicle_type": 1, + "wheelchair_boarding": 2 }, "id": "70838", "links": { @@ -209399,7 +214763,8 @@ "longitude": -71.017167, "name": "Terminal C - Departures Level", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7094", "links": { @@ -209431,13 +214796,14 @@ }, { "attributes": { - "description": "Airport - Silver Line - SL3 Chelsea", - "latitude": 42.374693, + "description": "Airport - Busway Berth 2", + "latitude": 42.3745, "location_type": 0, - "longitude": -71.029333, + "longitude": -71.029541, "name": "Airport", - "platform_name": "Chelsea", - "vehicle_type": 3 + "platform_name": "Busway Berth 2", + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7096", "links": { @@ -209472,13 +214838,14 @@ }, { "attributes": { - "description": "Airport - Silver Line - SL3 South Station", - "latitude": 42.374518, + "description": "Airport - Busway Berth 1", + "latitude": 42.374304, "location_type": 0, - "longitude": -71.029532, + "longitude": -71.029726, "name": "Airport", - "platform_name": "South Station", - "vehicle_type": 3 + "platform_name": "Busway Berth 1", + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7097", "links": { @@ -209519,7 +214886,8 @@ "longitude": -71.105923, "name": "Massachusetts Ave opp Inman St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "71", "links": { @@ -209557,7 +214925,8 @@ "longitude": -70.884593, "name": "Dodge St @ Enon St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7100", "links": { @@ -209595,7 +214964,8 @@ "longitude": -70.884492, "name": "Enon St @ Super Stop + Shop", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7101", "links": { @@ -209633,7 +215003,8 @@ "longitude": -70.886611, "name": "Dodge St @ Salem Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7102", "links": { @@ -209671,7 +215042,8 @@ "longitude": -70.887711, "name": "Dodge St @ Raymond Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7103", "links": { @@ -209709,7 +215081,8 @@ "longitude": -70.88847, "name": "Dodge St @ King Terr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7104", "links": { @@ -209747,7 +215120,8 @@ "longitude": -70.890031, "name": "Dodge St opp Shopping Ctr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7105", "links": { @@ -209785,7 +215159,8 @@ "longitude": -70.891306, "name": "Dodge St @ Conant St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7106", "links": { @@ -209823,7 +215198,8 @@ "longitude": -70.893092, "name": "Dodge St @ Cabot St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7107", "links": { @@ -209861,7 +215237,8 @@ "longitude": -70.892323, "name": "Cabot St @ New Balch St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7109", "links": { @@ -209899,7 +215276,8 @@ "longitude": -70.891351, "name": "Cabot St opp Hill St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7110", "links": { @@ -209937,7 +215315,8 @@ "longitude": -70.890188, "name": "Cabot St opp Lexington Dr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7111", "links": { @@ -209975,7 +215354,8 @@ "longitude": -70.88937, "name": "Opp 545 Cabot St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7112", "links": { @@ -210013,7 +215393,8 @@ "longitude": -70.888542, "name": "Cabot St @ Columbia Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7113", "links": { @@ -210051,7 +215432,8 @@ "longitude": -70.8875, "name": "Cabot St @ Bradford Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7114", "links": { @@ -210089,7 +215471,8 @@ "longitude": -70.886473, "name": "Cabot St @ Memorial School", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7115", "links": { @@ -210127,7 +215510,8 @@ "longitude": -71.095169, "name": "Kenmore", "platform_name": "Park Street & North", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 1 }, "id": "71150", "links": { @@ -210168,7 +215552,8 @@ "longitude": -71.095169, "name": "Kenmore", "platform_name": "Boston College", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 1 }, "id": "71151", "links": { @@ -210209,7 +215594,8 @@ "longitude": -70.88495, "name": "Cabot St opp Kittredge St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7117", "links": { @@ -210247,7 +215633,8 @@ "longitude": -70.884124, "name": "Cabot St @ Balch St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7118", "links": { @@ -210285,7 +215672,8 @@ "longitude": -71.110246, "name": "Washington St @ Burnett St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 2 }, "id": "71187", "links": { @@ -210323,7 +215711,8 @@ "longitude": -71.062424, "name": "Park Street", "platform_name": "Drop-off Only", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 1 }, "id": "71199", "links": { @@ -210364,7 +215753,8 @@ "longitude": -70.883413, "name": "Cabot St opp Mason St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7120", "links": { @@ -210402,7 +215792,8 @@ "longitude": -70.881895, "name": "Cabot St @ Beckford St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7121", "links": { @@ -210440,7 +215831,8 @@ "longitude": -70.880516, "name": "Cabot St opp Colon St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7123", "links": { @@ -210478,7 +215870,8 @@ "longitude": -70.880118, "name": "Rantoul St @ Cabot St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7124", "links": { @@ -210516,7 +215909,8 @@ "longitude": -70.880633, "name": "Rantoul St opp Lenox St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7125", "links": { @@ -210554,7 +215948,8 @@ "longitude": -70.881493, "name": "Elliot St @ Rantoul St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7126", "links": { @@ -210592,7 +215987,8 @@ "longitude": -71.059163, "name": "Adams St @ Milton St - Cedar Grove Sta", "platform_name": "Mattapan Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "71263", "links": { @@ -210632,7 +216028,8 @@ "longitude": -71.058742, "name": "Adams St @ Milton St - Cedar Grove Sta", "platform_name": "Ashmont Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "71264", "links": { @@ -210667,7 +216064,8 @@ "longitude": -71.064038, "name": "Adams St @ Butler St - Butler Sta", "platform_name": "Mattapan Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "71265", "links": { @@ -210702,7 +216100,8 @@ "longitude": -71.064183, "name": "Adams St @ Butler St - Butler Sta", "platform_name": "Ashmont Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "71266", "links": { @@ -210737,7 +216136,8 @@ "longitude": -71.073334, "name": "Eliot St @ Central Ave - Central Ave Sta", "platform_name": "Ashmont Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "71269", "links": { @@ -210789,7 +216189,8 @@ "longitude": -70.880264, "name": "Elliot St @ Mechanic St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7127", "links": { @@ -210827,7 +216228,8 @@ "longitude": -71.073302, "name": "Eliot St @ Central Ave - Central Ave Sta", "platform_name": "Mattapan Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "71270", "links": { @@ -210879,7 +216281,8 @@ "longitude": -71.080965, "name": "Eliot St @ Valley Rd Sta", "platform_name": "Capen St Van Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "71271", "links": { @@ -210923,7 +216326,8 @@ "longitude": -71.081139, "name": "Eliot St opp Valley Rd Sta", "platform_name": "Central Ave Van Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "71272", "links": { @@ -210967,7 +216371,8 @@ "longitude": -71.085531, "name": "Eliot St opp Capen Street", "platform_name": "Ashmont Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "71273", "links": { @@ -211002,7 +216407,8 @@ "longitude": -71.085375, "name": "Eliot St @ Capen Street - Capen St Sta", "platform_name": "Mattapan Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "71274", "links": { @@ -211037,7 +216443,8 @@ "longitude": -70.878737, "name": "Cabot St @ Roundy St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7128", "links": { @@ -211075,7 +216482,8 @@ "longitude": -70.878599, "name": "Cabot St @ Judson St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7129", "links": { @@ -211113,7 +216521,8 @@ "longitude": -70.87824, "name": "Cabot St @ Pond St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7130", "links": { @@ -211151,7 +216560,8 @@ "longitude": -70.878211, "name": "Cabot St @ Federal St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7131", "links": { @@ -211189,7 +216599,8 @@ "longitude": -71.092248, "name": "Huntington Ave @ Parker St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "71317", "links": { @@ -211227,7 +216638,8 @@ "longitude": -70.879755, "name": "Cabot St @ Vestry St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7132", "links": { @@ -211265,7 +216677,8 @@ "longitude": -70.880128, "name": "Cabot St @ Railroad Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7133", "links": { @@ -211303,7 +216716,8 @@ "longitude": -70.880912, "name": "Cabot St opp May St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7134", "links": { @@ -211341,7 +216755,8 @@ "longitude": -70.883885, "name": "46 Cabot St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7135", "links": { @@ -211379,7 +216794,8 @@ "longitude": -70.884887, "name": "Cabot St @ Rantoul St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7136", "links": { @@ -211417,7 +216833,8 @@ "longitude": -70.887566, "name": "Bridge St @ Thorndike St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7138", "links": { @@ -211455,7 +216872,8 @@ "longitude": -70.889082, "name": "Bridge St @ Skerry St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7139", "links": { @@ -211493,7 +216911,8 @@ "longitude": -71.096046, "name": "Huntington Ave @ Louis Prang St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "71391", "links": { @@ -211548,7 +216967,8 @@ "longitude": -70.88705, "name": "Bridge St @ Ames St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7140", "links": { @@ -211586,7 +217006,8 @@ "longitude": -70.888339, "name": "Bridge St @ March St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7141", "links": { @@ -211624,7 +217045,8 @@ "longitude": -70.890072, "name": "Bridge St @ Saunders St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7142", "links": { @@ -211662,7 +217084,8 @@ "longitude": -70.890195, "name": "Hawthorne Blvd @ Derby St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7150", "links": { @@ -211700,7 +217123,8 @@ "longitude": -71.162993, "name": "38 Washington St opp Sumner St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "71618", "links": { @@ -211738,7 +217162,8 @@ "longitude": -70.888611, "name": "Bridge St @ Cromwell St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7162", "links": { @@ -211776,7 +217201,8 @@ "longitude": -70.888384, "name": "Bridge St @ Osgood St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7163", "links": { @@ -211814,7 +217240,8 @@ "longitude": -70.886909, "name": "11 Bridge St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7164", "links": { @@ -211852,7 +217279,8 @@ "longitude": -70.880413, "name": "Cabot St opp Highland Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7168", "links": { @@ -211890,7 +217318,8 @@ "longitude": -70.879976, "name": "Cabot St @ Franklin Pl", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7169", "links": { @@ -211928,7 +217357,8 @@ "longitude": -70.879067, "name": "Cabot St @ Thorndike St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7170", "links": { @@ -211966,7 +217396,8 @@ "longitude": -70.878664, "name": "Cabot St @ Dane St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7172", "links": { @@ -212004,7 +217435,8 @@ "longitude": -70.878559, "name": "Cabot St opp Elliot St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7173", "links": { @@ -212042,7 +217474,8 @@ "longitude": -70.878354, "name": "Cabot St opp Chestnut St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7174", "links": { @@ -212080,7 +217513,8 @@ "longitude": -70.878211, "name": "Cabot St opp Summer St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7175", "links": { @@ -212118,7 +217552,8 @@ "longitude": -70.878289, "name": "Cabot St @ Pickett St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7176", "links": { @@ -212156,7 +217591,8 @@ "longitude": -70.880051, "name": "Cabot St @ Rantoul St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7177", "links": { @@ -212194,7 +217630,8 @@ "longitude": -70.882538, "name": "Cabot St opp Simon St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7178", "links": { @@ -212232,7 +217669,8 @@ "longitude": -70.883707, "name": "Cabot St @ Herrick St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7180", "links": { @@ -212270,7 +217708,8 @@ "longitude": -70.88403, "name": "Cabot St opp Balch St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7181", "links": { @@ -212308,7 +217747,8 @@ "longitude": -70.885186, "name": "Cabot St @ Russell St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7182", "links": { @@ -212346,7 +217786,8 @@ "longitude": -70.885939, "name": "497 Cabot St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7183", "links": { @@ -212384,7 +217825,8 @@ "longitude": -71.142555, "name": "Clyde St opp Whitney St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "71835", "links": { @@ -212422,7 +217864,8 @@ "longitude": -70.887326, "name": "Cabot St @ Roosevelt Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7184", "links": { @@ -212460,7 +217903,8 @@ "longitude": -70.888526, "name": "Cabot St opp Columbia Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7185", "links": { @@ -212498,7 +217942,8 @@ "longitude": -71.237058, "name": "Chestnut St @ Great Plain Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "71852", "links": { @@ -212545,7 +217990,8 @@ "longitude": -71.076218, "name": "Stuart St @ Dartmouth St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "71855", "links": { @@ -212600,7 +218046,8 @@ "longitude": -70.889273, "name": "545 Cabot St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7186", "links": { @@ -212638,7 +218085,8 @@ "longitude": -70.890242, "name": "Cabot St @ Lexington Dr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7187", "links": { @@ -212676,7 +218124,8 @@ "longitude": -70.891022, "name": "Cabot St @ Hill St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7188", "links": { @@ -212714,7 +218163,8 @@ "longitude": -70.891984, "name": "Cabot St @ Country Dr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7189", "links": { @@ -212752,7 +218202,8 @@ "longitude": -70.892949, "name": "Dodge St @ Longmeadow Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7190", "links": { @@ -212790,7 +218241,8 @@ "longitude": -70.890863, "name": "Dodge St opp Conant St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7191", "links": { @@ -212828,7 +218280,8 @@ "longitude": -71.137981, "name": "Lee St opp Warren St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "71916", "links": { @@ -212866,7 +218319,8 @@ "longitude": -71.137752, "name": "Lee St @ Dudley Way", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "71917", "links": { @@ -212904,7 +218358,8 @@ "longitude": -70.888684, "name": "Dodge St @ Longwood Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7192", "links": { @@ -212942,7 +218397,8 @@ "longitude": -70.887558, "name": "Dodge St opp Raymond Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7193", "links": { @@ -212980,7 +218436,8 @@ "longitude": -70.886459, "name": "Dodge St @ Tozer Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7194", "links": { @@ -213018,7 +218475,8 @@ "longitude": -70.957302, "name": "Broadway @ Bay State Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "7199", "links": { @@ -213056,7 +218514,8 @@ "longitude": -71.103074, "name": "Massachusetts Ave @ Pearl St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "72", "links": { @@ -213072,6 +218531,10 @@ "id": "102", "type": "stop" }, + { + "id": "9070070", + "type": "stop" + }, { "id": "place-cntsq", "type": "stop" @@ -213119,7 +218582,8 @@ "longitude": -70.958369, "name": "Broadway opp Commonwealth Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7200", "links": { @@ -213157,7 +218621,8 @@ "longitude": -70.958774, "name": "Broadway opp Mayfair St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7201", "links": { @@ -213195,7 +218660,8 @@ "longitude": -70.958665, "name": "Broadway @ Jeness St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7202", "links": { @@ -213233,7 +218699,8 @@ "longitude": -70.957503, "name": "Euclid Ave @ Clairmont St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7205", "links": { @@ -213271,7 +218738,8 @@ "longitude": -70.9556, "name": "Euclid Ave @ Magnolia Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "7206", "links": { @@ -213309,7 +218777,8 @@ "longitude": -70.954035, "name": "Euclid Ave @ Peary Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "7208", "links": { @@ -213347,7 +218816,8 @@ "longitude": -70.950863, "name": "Euclid Ave @ Verona St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7210", "links": { @@ -213385,7 +218855,8 @@ "longitude": -70.948261, "name": "Euclid Ave opp Clayton St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7211", "links": { @@ -213423,7 +218894,8 @@ "longitude": -70.947152, "name": "Euclid Ave opp Chase Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7212", "links": { @@ -213461,7 +218933,8 @@ "longitude": -70.945862, "name": "Maple St @ Euclid Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7213", "links": { @@ -213499,7 +218972,8 @@ "longitude": -70.941938, "name": "Waitt Ave @ President St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7214", "links": { @@ -213537,7 +219011,8 @@ "longitude": -70.938221, "name": "Eastern Ave @ Glenwood St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7217", "links": { @@ -213575,7 +219050,8 @@ "longitude": -70.936131, "name": "Eastern Ave @ Oakwood Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7218", "links": { @@ -213613,7 +219089,8 @@ "longitude": -70.934337, "name": "460 Eastern Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7219", "links": { @@ -213651,7 +219128,8 @@ "longitude": -70.933146, "name": "Eastern Ave @ Lambert Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7220", "links": { @@ -213689,7 +219167,8 @@ "longitude": -70.93041, "name": "294 Eastern Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7222", "links": { @@ -213727,7 +219206,8 @@ "longitude": -70.92929, "name": "Eastern Ave @ Sheldon St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7223", "links": { @@ -213765,7 +219245,8 @@ "longitude": -70.929772, "name": "Timson St @ Empire St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7225", "links": { @@ -213803,7 +219284,8 @@ "longitude": -70.930868, "name": "87 Timson St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7226", "links": { @@ -213841,7 +219323,8 @@ "longitude": -70.932318, "name": "Timson St opp Brookline Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7227", "links": { @@ -213879,7 +219362,8 @@ "longitude": -70.93322, "name": "Timson St @ Chatham St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7228", "links": { @@ -213917,7 +219401,8 @@ "longitude": -70.935405, "name": "Trinity Ave @ Fayette St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7229", "links": { @@ -213955,7 +219440,8 @@ "longitude": -70.935315, "name": "11 Olive St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7230", "links": { @@ -213993,7 +219479,8 @@ "longitude": -70.93921, "name": "Union St @ Union Ct", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7233", "links": { @@ -214031,7 +219518,8 @@ "longitude": -70.941538, "name": "Union St @ Joyce St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7234", "links": { @@ -214069,7 +219557,8 @@ "longitude": -70.943385, "name": "Buffum St @ Union St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7237", "links": { @@ -214107,7 +219596,8 @@ "longitude": -70.949959, "name": "Washington St @ Essex St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7240", "links": { @@ -214145,7 +219635,8 @@ "longitude": -70.953569, "name": "Washington St @ Beacon Hill Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7242", "links": { @@ -214183,7 +219674,8 @@ "longitude": -70.957094, "name": "Washington St @ Western Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7245", "links": { @@ -214221,7 +219713,8 @@ "longitude": -70.955646, "name": "Western Ave @ Lawton Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7246", "links": { @@ -214259,7 +219752,8 @@ "longitude": -70.954444, "name": "Western Ave @ Bellair St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7247", "links": { @@ -214297,7 +219791,8 @@ "longitude": -70.95363, "name": "Western Ave @ Nichols Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7248", "links": { @@ -214335,7 +219830,8 @@ "longitude": -70.952218, "name": "Western Ave @ Bayview Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7249", "links": { @@ -214373,7 +219869,8 @@ "longitude": -70.950894, "name": "Western Ave @ Linden Terr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7250", "links": { @@ -214411,7 +219908,8 @@ "longitude": -70.950089, "name": "Western Ave @ Rockingham St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7251", "links": { @@ -214449,7 +219947,8 @@ "longitude": -70.94896, "name": "Western Ave @ Chestnut St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7252", "links": { @@ -214487,7 +219986,8 @@ "longitude": -70.950953, "name": "Chestnut St @ Maple St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7253", "links": { @@ -214525,7 +220025,8 @@ "longitude": -70.952235, "name": "Chestnut St opp Rand St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7254", "links": { @@ -214563,7 +220064,8 @@ "longitude": -70.953798, "name": "Chestnut St opp Allerton St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7255", "links": { @@ -214601,7 +220103,8 @@ "longitude": -70.955686, "name": "Broadway @ Carter Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7256", "links": { @@ -214639,7 +220142,8 @@ "longitude": -70.956163, "name": "Broadway @ Virginia Terr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7257", "links": { @@ -214677,7 +220181,8 @@ "longitude": -70.956831, "name": "Broadway opp Hudson St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7258", "links": { @@ -214715,7 +220220,8 @@ "longitude": -70.958387, "name": "Broadway @ Magnolia Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7259", "links": { @@ -214753,7 +220259,8 @@ "longitude": -70.959703, "name": "Broadway opp Richardson Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7260", "links": { @@ -214791,7 +220298,8 @@ "longitude": -70.959411, "name": "Euclid Ave @ Broadway", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7263", "links": { @@ -214829,7 +220337,8 @@ "longitude": -70.958356, "name": "Broadway @ Commonwealth Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7265", "links": { @@ -214867,7 +220376,8 @@ "longitude": -70.957786, "name": "Broadway @ Broadway Circle", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7266", "links": { @@ -214905,7 +220415,8 @@ "longitude": -70.957518, "name": "44 Broadway", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7267", "links": { @@ -214943,7 +220454,8 @@ "longitude": -70.957161, "name": "Broadway @ Bay State Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7268", "links": { @@ -214981,7 +220493,8 @@ "longitude": -70.945123, "name": "Northshore Mall @ Entrance F", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7269", "links": { @@ -215019,7 +220532,8 @@ "longitude": -70.938449, "name": "Liberty Tree Mall @ Best Buy", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7270", "links": { @@ -215057,7 +220571,8 @@ "longitude": -70.958321, "name": "Boston St @ Stetson St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7288", "links": { @@ -215095,7 +220610,8 @@ "longitude": -70.958408, "name": "Boston St opp Stetson St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7289", "links": { @@ -215125,44 +220641,6 @@ }, "type": "stop" }, - { - "attributes": { - "description": null, - "latitude": 42.487, - "location_type": 0, - "longitude": -70.960247, - "name": "Broadway @ Conomo Ave", - "platform_name": null, - "vehicle_type": 3 - }, - "id": "7290", - "links": { - "self": "/stops/7290" - }, - "relationships": { - "child_stops": { - "data": [] - }, - "connecting_stops": { - "data": [] - }, - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=7290" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, { "attributes": { "description": null, @@ -215171,7 +220649,8 @@ "longitude": -70.959841, "name": "Broadway @ Richardson Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7292", "links": { @@ -215209,7 +220688,8 @@ "longitude": -70.958533, "name": "Broadway @ Springvale Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7293", "links": { @@ -215247,7 +220727,8 @@ "longitude": -70.957075, "name": "Broadway @ Hudson St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7294", "links": { @@ -215285,7 +220766,8 @@ "longitude": -70.956234, "name": "Broadway opp Virginia Terr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7295", "links": { @@ -215323,7 +220805,8 @@ "longitude": -70.955196, "name": "Chestnut St @ Boston St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7296", "links": { @@ -215361,7 +220844,8 @@ "longitude": -70.954042, "name": "Chestnut St @ Allerton St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7297", "links": { @@ -215399,7 +220883,8 @@ "longitude": -70.95265, "name": "Chestnut St opp Pond St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7298", "links": { @@ -215437,7 +220922,8 @@ "longitude": -70.950569, "name": "Chestnut St @ Maple Street", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7299", "links": { @@ -215475,7 +220961,8 @@ "longitude": -71.099509, "name": "Massachusetts Ave @ Sidney St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "73", "links": { @@ -215513,7 +221000,8 @@ "longitude": -71.100647, "name": "Franklin St @ Sidney St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "730", "links": { @@ -215551,7 +221039,8 @@ "longitude": -70.949077, "name": "Chestnut St @ Western Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7300", "links": { @@ -215589,7 +221078,8 @@ "longitude": -70.951042, "name": "Western Ave opp Linden Terr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7302", "links": { @@ -215627,7 +221117,8 @@ "longitude": -70.952183, "name": "Western Ave opp Bayview Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7303", "links": { @@ -215665,7 +221156,8 @@ "longitude": -70.953778, "name": "Western Ave opp Nichols Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7304", "links": { @@ -215703,7 +221195,8 @@ "longitude": -70.954375, "name": "Western Ave @ Granite St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7305", "links": { @@ -215741,7 +221234,8 @@ "longitude": -70.955167, "name": "Western Ave @ Lawton Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7306", "links": { @@ -215779,7 +221273,8 @@ "longitude": -70.957219, "name": "Western Ave @ Washington St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7307", "links": { @@ -215817,7 +221312,8 @@ "longitude": -70.958336, "name": "Western Ave @ Franklin St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7308", "links": { @@ -215855,7 +221351,8 @@ "longitude": -70.957421, "name": "Franklin St @ Albany St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7309", "links": { @@ -215893,7 +221390,8 @@ "longitude": -70.956472, "name": "Franklin St @ Baker St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7310", "links": { @@ -215931,7 +221429,8 @@ "longitude": -70.955107, "name": "Franklin St @ Hanover St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7311", "links": { @@ -215969,7 +221468,8 @@ "longitude": -70.953131, "name": "Franklin St @ N Common St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7312", "links": { @@ -216007,7 +221507,8 @@ "longitude": -70.937956, "name": "Chestnut St @ Essex St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7313", "links": { @@ -216045,7 +221546,8 @@ "longitude": -70.939833, "name": "Chestnut St opp Chestnut Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7314", "links": { @@ -216083,7 +221585,8 @@ "longitude": -70.941609, "name": "Chestnut St @ Adams St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7315", "links": { @@ -216121,7 +221624,8 @@ "longitude": -70.943652, "name": "Chestnut St opp Eade St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7316", "links": { @@ -216159,7 +221663,8 @@ "longitude": -70.946287, "name": "Chestnut St @ Goodridge St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7317", "links": { @@ -216197,7 +221702,8 @@ "longitude": -70.947217, "name": "Chestnut St @ Clough St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7318", "links": { @@ -216235,7 +221741,8 @@ "longitude": -70.949069, "name": "Chestnut St @ Western Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7319", "links": { @@ -216273,7 +221780,8 @@ "longitude": -70.962092, "name": "Lynnfield St opp Floyd Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7320", "links": { @@ -216311,7 +221819,8 @@ "longitude": -70.964429, "name": "Lynnfield St opp Averill St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7322", "links": { @@ -216349,7 +221858,8 @@ "longitude": -70.967895, "name": "153 Lynnfield St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7324", "links": { @@ -216387,7 +221897,8 @@ "longitude": -70.971736, "name": "Lynnfield St @ Kernwood Dr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7327", "links": { @@ -216425,7 +221936,8 @@ "longitude": -70.970895, "name": "Lynnfield St opp Trevett Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7328", "links": { @@ -216463,7 +221975,8 @@ "longitude": -70.97096, "name": "Lynnfield St @ Woodale Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7330", "links": { @@ -216501,7 +222014,8 @@ "longitude": -70.972963, "name": "Lynnfield St opp Lebel Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7331", "links": { @@ -216539,7 +222053,8 @@ "longitude": -70.975966, "name": "Lynnfield St @ Harris Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7332", "links": { @@ -216577,7 +222092,8 @@ "longitude": -70.97941, "name": "Lynnfield St opp Union Hospital", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7334", "links": { @@ -216615,7 +222131,8 @@ "longitude": -70.980323, "name": "Lynnfield St opp Stocker Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7335", "links": { @@ -216653,7 +222170,8 @@ "longitude": -70.981115, "name": "Lynnfield St opp Gallo Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7336", "links": { @@ -216691,7 +222209,8 @@ "longitude": -70.982749, "name": "Lynnfield St @ Tuscan Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7337", "links": { @@ -216729,7 +222248,8 @@ "longitude": -70.985599, "name": "715 Lynnfield St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7338", "links": { @@ -216767,7 +222287,8 @@ "longitude": -70.987515, "name": "Lynnfield St @ Cobb Ln", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7339", "links": { @@ -216805,7 +222326,8 @@ "longitude": -70.989516, "name": "Lynnfield St opp Lookout Terr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "7340", "links": { @@ -216843,7 +222365,8 @@ "longitude": -70.989783, "name": "Lynnfield St @ Lookout Terr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7341", "links": { @@ -216881,7 +222404,8 @@ "longitude": -70.987789, "name": "Lynnfield St @ Bradford Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7342", "links": { @@ -216919,7 +222443,8 @@ "longitude": -70.985862, "name": "724 Lynnfield St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7343", "links": { @@ -216957,7 +222482,8 @@ "longitude": -70.983126, "name": "Lynnfield St @ Regina Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "7344", "links": { @@ -216995,7 +222521,8 @@ "longitude": -70.98116, "name": "Lynnfield St @ Gallo Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7345", "links": { @@ -217033,7 +222560,8 @@ "longitude": -70.980066, "name": "Lynnfield St @ Dartmouth St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7346", "links": { @@ -217071,7 +222599,8 @@ "longitude": -70.976058, "name": "Lynnfield St opp Harris Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7348", "links": { @@ -217109,7 +222638,8 @@ "longitude": -70.973238, "name": "Lynnfield St @ Lebel Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7349", "links": { @@ -217147,7 +222677,8 @@ "longitude": -70.971238, "name": "Lynnfield St @ Allston St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "7350", "links": { @@ -217185,7 +222716,8 @@ "longitude": -70.970954, "name": "Lynnfield St @ Trevett Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7352", "links": { @@ -217223,7 +222755,8 @@ "longitude": -70.971927, "name": "Lynnfield St @ Verdmont Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7353", "links": { @@ -217261,7 +222794,8 @@ "longitude": -70.967892, "name": "155 Lynnfield St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7355", "links": { @@ -217299,7 +222833,8 @@ "longitude": -70.965629, "name": "126 Lynnfield St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7356", "links": { @@ -217337,7 +222872,8 @@ "longitude": -70.964721, "name": "Lynnfield St @ Averill St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7357", "links": { @@ -217375,7 +222911,8 @@ "longitude": -70.962277, "name": "Lynnfield St @ Floyd Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7359", "links": { @@ -217413,7 +222950,8 @@ "longitude": -71.216467, "name": "Washington St @ East St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "73618", "links": { @@ -217451,7 +222989,8 @@ "longitude": -71.21835, "name": "205 Washington St @ East Walpole Loop", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "73619", "links": { @@ -217489,7 +223028,8 @@ "longitude": -70.947237, "name": "Chestnut St @ Grant St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7369", "links": { @@ -217527,7 +223067,8 @@ "longitude": -70.946145, "name": "Chestnut St @ Allen Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7370", "links": { @@ -217565,7 +223106,8 @@ "longitude": -70.944986, "name": "390 Chestnut St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7371", "links": { @@ -217603,7 +223145,8 @@ "longitude": -70.941595, "name": "Chestnut St @ Adams St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7372", "links": { @@ -217641,7 +223184,8 @@ "longitude": -70.939852, "name": "Chestnut St @ Chestnut Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7373", "links": { @@ -217679,7 +223223,8 @@ "longitude": -70.938013, "name": "Chestnut St @ Essex St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7374", "links": { @@ -217717,7 +223262,8 @@ "longitude": -70.973239, "name": "Summer St @ Linden St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7376", "links": { @@ -217755,7 +223301,8 @@ "longitude": -70.976182, "name": "Summer St opp Margin St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7377", "links": { @@ -217793,7 +223340,8 @@ "longitude": -70.977175, "name": "Summer St opp Dearborn Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "7378", "links": { @@ -217831,7 +223379,8 @@ "longitude": -70.978407, "name": "Summer St @ Raddin Grove Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7379", "links": { @@ -217869,7 +223418,8 @@ "longitude": -70.979576, "name": "787 Summer St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7380", "links": { @@ -217907,7 +223457,8 @@ "longitude": -70.980893, "name": "817 Summer St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7381", "links": { @@ -217945,7 +223496,8 @@ "longitude": -70.98224, "name": "Summer St @ Boston St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7382", "links": { @@ -217983,7 +223535,8 @@ "longitude": -70.984779, "name": "Boston St @ Northside Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7383", "links": { @@ -218021,7 +223574,8 @@ "longitude": -70.986685, "name": "Boston St @ Winnepurkit Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7384", "links": { @@ -218059,7 +223613,8 @@ "longitude": -70.98878, "name": "Boston St @ Hamilton St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7386", "links": { @@ -218097,7 +223652,8 @@ "longitude": -70.989777, "name": "Lincoln Ave @ Vincent St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7388", "links": { @@ -218135,7 +223691,8 @@ "longitude": -70.990568, "name": "Lincoln Ave @ Chestnut St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7390", "links": { @@ -218173,7 +223730,8 @@ "longitude": -70.991651, "name": "Lincoln Ave opp Dudley St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7391", "links": { @@ -218211,7 +223769,8 @@ "longitude": -70.992446, "name": "Lincoln Ave opp Guild Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7392", "links": { @@ -218249,7 +223808,8 @@ "longitude": -70.993358, "name": "Lincoln Ave @ Overlea Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "7393", "links": { @@ -218287,7 +223847,8 @@ "longitude": -70.994146, "name": "Lincoln Ave opp Bristow St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7394", "links": { @@ -218325,7 +223886,8 @@ "longitude": -70.996381, "name": "Lincoln Ave @ Atlantic Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7395", "links": { @@ -218363,7 +223925,8 @@ "longitude": -70.999054, "name": "Lincoln Ave opp Nason Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7396", "links": { @@ -218401,7 +223964,8 @@ "longitude": -71.00067, "name": "Lincoln Ave opp Sunnyside Pk", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7397", "links": { @@ -218434,12 +223998,13 @@ { "attributes": { "description": null, - "latitude": 42.449995, + "latitude": 42.450009, "location_type": 0, - "longitude": -71.002867, + "longitude": -71.00253, "name": "Lincoln Ave @ Intervale Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7398", "links": { @@ -218477,7 +224042,8 @@ "longitude": -71.005469, "name": "Lincoln Ave @ Central St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7399", "links": { @@ -218515,7 +224081,8 @@ "longitude": -71.096014, "name": "Massachusetts Ave @ Albany St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "74", "links": { @@ -218553,7 +224120,8 @@ "longitude": -71.006013, "name": "Lincoln Ave @ Oak Hill Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7400", "links": { @@ -218591,7 +224159,8 @@ "longitude": -71.009514, "name": "Lincoln Ave @ Jackson St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7401", "links": { @@ -218629,7 +224198,8 @@ "longitude": -71.011467, "name": "Lincoln Ave @ Linwood St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7403", "links": { @@ -218667,7 +224237,8 @@ "longitude": -71.012455, "name": "Lincoln Ave @ Laurel St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7404", "links": { @@ -218705,7 +224276,8 @@ "longitude": -71.013241, "name": "Salem St @ Clifton St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "7405", "links": { @@ -218743,7 +224315,8 @@ "longitude": -71.015399, "name": "Salem St @ Walnut St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7407", "links": { @@ -218781,7 +224354,8 @@ "longitude": -71.017489, "name": "Salem St @ Waitt Ct", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7408", "links": { @@ -218819,7 +224393,8 @@ "longitude": -71.02066, "name": "Salem St @ Cutler Hwy", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7409", "links": { @@ -218857,7 +224432,8 @@ "longitude": -71.022051, "name": "Lynn St @ Lawrence St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7410", "links": { @@ -218895,7 +224471,8 @@ "longitude": -71.023324, "name": "Lynn St @ Oliver St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7411", "links": { @@ -218928,12 +224505,13 @@ { "attributes": { "description": null, - "latitude": 42.432182, + "latitude": 42.432282, "location_type": 0, - "longitude": -71.025284, - "name": "Lynn St @ Beach St", + "longitude": -71.025263, + "name": "Lynn St @ Beach St, Berth A", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7412", "links": { @@ -218963,6 +224541,84 @@ }, "type": "stop" }, + { + "attributes": { + "description": null, + "latitude": 42.432468, + "location_type": 0, + "longitude": -71.025044, + "name": "Lynn St @ Beach St, Berth B", + "platform_name": null, + "vehicle_type": 3, + "wheelchair_boarding": 1 + }, + "id": "74120", + "links": { + "self": "/stops/74120" + }, + "relationships": { + "child_stops": { + "data": [] + }, + "connecting_stops": { + "data": [] + }, + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=74120" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": { + "description": null, + "latitude": 42.43274, + "location_type": 0, + "longitude": -71.024618, + "name": "Lynn St @ Beach St, Berth C", + "platform_name": null, + "vehicle_type": 3, + "wheelchair_boarding": 1 + }, + "id": "74121", + "links": { + "self": "/stops/74121" + }, + "relationships": { + "child_stops": { + "data": [] + }, + "connecting_stops": { + "data": [] + }, + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=74121" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, { "attributes": { "description": null, @@ -218971,7 +224627,8 @@ "longitude": -71.024606, "name": "Beach St @ Hancock Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7413", "links": { @@ -219009,7 +224666,8 @@ "longitude": -71.020885, "name": "Squire Rd @ Super Stop + Shop", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7414", "links": { @@ -219047,7 +224705,8 @@ "longitude": -71.020858, "name": "Squire Rd opp Super Stop + Shop", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 2 }, "id": "7415", "links": { @@ -219085,7 +224744,8 @@ "longitude": -71.024087, "name": "Wesley St @ Lynn St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7417", "links": { @@ -219123,7 +224783,8 @@ "longitude": -71.023381, "name": "Lynn St opp Revere St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7418", "links": { @@ -219161,7 +224822,8 @@ "longitude": -71.02191, "name": "Lynn St @ Spring St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7419", "links": { @@ -219199,7 +224861,8 @@ "longitude": -71.01734, "name": "Salem St @ Waitt Pk", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7420", "links": { @@ -219237,7 +224900,8 @@ "longitude": -71.015427, "name": "Salem St @ Marshall St N", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7422", "links": { @@ -219275,7 +224939,8 @@ "longitude": -71.013243, "name": "Salem St opp Clifton St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "7423", "links": { @@ -219313,7 +224978,8 @@ "longitude": -71.012307, "name": "Lincoln Ave opp Laurel St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7424", "links": { @@ -219351,7 +225017,8 @@ "longitude": -71.010914, "name": "Lincoln Ave @ Western Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7426", "links": { @@ -219389,7 +225056,8 @@ "longitude": -71.010244, "name": "Lincoln Ave @ Lincoln Ct", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7427", "links": { @@ -219427,7 +225095,8 @@ "longitude": -71.009776, "name": "Lincoln Ave @ Essex St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7428", "links": { @@ -219465,7 +225134,8 @@ "longitude": -71.009114, "name": "Lincoln Ave @ Cliftondale Sq", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7429", "links": { @@ -219503,7 +225173,8 @@ "longitude": -71.005674, "name": "Lincoln Ave opp Kent St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7430", "links": { @@ -219536,12 +225207,13 @@ { "attributes": { "description": null, - "latitude": 42.449889, + "latitude": 42.449914, "location_type": 0, - "longitude": -71.002434, + "longitude": -71.001894, "name": "Lincoln Ave @ Morton Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "7431", "links": { @@ -219579,7 +225251,8 @@ "longitude": -71.000911, "name": "Lincoln Ave @ Sunnyside Pk", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7432", "links": { @@ -219617,7 +225290,8 @@ "longitude": -70.998981, "name": "Lincoln Ave @ Nason Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7433", "links": { @@ -219655,7 +225329,8 @@ "longitude": -70.996441, "name": "Lincoln Ave opp Atlantic Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7434", "links": { @@ -219693,7 +225368,8 @@ "longitude": -70.994255, "name": "Lincoln Ave @ Bristow St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7435", "links": { @@ -219731,7 +225407,8 @@ "longitude": -70.993206, "name": "Lincoln Ave opp Overlea Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7436", "links": { @@ -219769,7 +225446,8 @@ "longitude": -70.992459, "name": "Lincoln Ave @ Guild Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7437", "links": { @@ -219807,7 +225485,8 @@ "longitude": -70.991676, "name": "Lincoln Ave @ Bates St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7438", "links": { @@ -219845,7 +225524,8 @@ "longitude": -70.9903, "name": "Lincoln Ave @ Ballard St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7439", "links": { @@ -219883,7 +225563,8 @@ "longitude": -70.989976, "name": "60 Lincoln Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7440", "links": { @@ -219921,7 +225602,8 @@ "longitude": -70.989636, "name": "Lincoln Ave @ Vincent St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7441", "links": { @@ -219959,7 +225641,8 @@ "longitude": -70.989327, "name": "30 Lincoln Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7442", "links": { @@ -219997,7 +225680,8 @@ "longitude": -70.988635, "name": "Boston St opp Hamilton St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7443", "links": { @@ -220035,7 +225719,8 @@ "longitude": -70.98615, "name": "Boston St @ Browns Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7445", "links": { @@ -220073,7 +225758,8 @@ "longitude": -70.984691, "name": "Boston St @ Southside Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7446", "links": { @@ -220111,7 +225797,8 @@ "longitude": -70.982362, "name": "Summer St @ Boston St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7447", "links": { @@ -220149,7 +225836,8 @@ "longitude": -70.981163, "name": "Summer St @ Deer Pk", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7448", "links": { @@ -220187,7 +225875,8 @@ "longitude": -70.979584, "name": "Summer St @ Ames St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7449", "links": { @@ -220225,7 +225914,8 @@ "longitude": -70.977128, "name": "Summer St @ Dearborn Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "7450", "links": { @@ -220263,7 +225953,8 @@ "longitude": -70.976191, "name": "Summer St @ Margin St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7451", "links": { @@ -220301,7 +225992,8 @@ "longitude": -70.972838, "name": "Summer St @ River St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7452", "links": { @@ -220339,7 +226031,8 @@ "longitude": -71.055242, "name": "South Station", "platform_name": "Airport/Design Center/Chelsea", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "74611", "links": { @@ -220380,7 +226073,8 @@ "longitude": -71.04685, "name": "Courthouse", "platform_name": "Airport/Design Center/Chelsea", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "74612", "links": { @@ -220421,7 +226115,8 @@ "longitude": -71.04246, "name": "World Trade Center", "platform_name": "Airport/Design Center/Chelsea", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "74613", "links": { @@ -220462,7 +226157,8 @@ "longitude": -71.038801, "name": "Silver Line Way", "platform_name": "South Station", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "74614", "links": { @@ -220503,7 +226199,8 @@ "longitude": -71.04246, "name": "World Trade Center", "platform_name": "South Station", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "74615", "links": { @@ -220544,7 +226241,8 @@ "longitude": -71.04685, "name": "Courthouse", "platform_name": "South Station", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "74616", "links": { @@ -220585,7 +226283,8 @@ "longitude": -71.055242, "name": "South Station", "platform_name": "Exit Only", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "74617", "links": { @@ -220626,7 +226325,8 @@ "longitude": -71.165565, "name": "Washington St opp Eastbrook Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "74618", "links": { @@ -220664,7 +226364,8 @@ "longitude": -71.037969, "name": "Silver Line Way", "platform_name": "Airport/Design Center/Chelsea", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "74624", "links": { @@ -220705,7 +226406,8 @@ "longitude": -71.04029, "name": "Chelsea", "platform_name": "South Station", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "74630", "links": { @@ -220746,7 +226448,8 @@ "longitude": -71.040437, "name": "Chelsea", "platform_name": "Exit Only", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "74631", "links": { @@ -220787,7 +226490,8 @@ "longitude": -71.033291, "name": "Bellingham Square", "platform_name": "South Station", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "74632", "links": { @@ -220828,7 +226532,8 @@ "longitude": -71.034599, "name": "Bellingham Square", "platform_name": "Chelsea", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "74633", "links": { @@ -220869,7 +226574,8 @@ "longitude": -71.028439, "name": "Box District", "platform_name": "South Station", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "74634", "links": { @@ -220910,7 +226616,8 @@ "longitude": -71.028452, "name": "Box District", "platform_name": "Chelsea", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "74635", "links": { @@ -220951,7 +226658,8 @@ "longitude": -71.02409, "name": "Eastern Avenue", "platform_name": "South Station", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "74636", "links": { @@ -220992,7 +226700,8 @@ "longitude": -71.023829, "name": "Eastern Avenue", "platform_name": "Chelsea", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "74637", "links": { @@ -221033,7 +226742,8 @@ "longitude": -70.99192, "name": "Winter St @ Chestnut St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7464", "links": { @@ -221071,7 +226781,8 @@ "longitude": -70.993295, "name": "Winter St @ Stocker St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7465", "links": { @@ -221109,7 +226820,8 @@ "longitude": -70.999306, "name": "Winter St opp Westland Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7467", "links": { @@ -221147,7 +226859,8 @@ "longitude": -71.00303, "name": "Winter St opp Kenwood Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7469", "links": { @@ -221185,7 +226898,8 @@ "longitude": -71.007489, "name": "Winter St opp E Denver St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7471", "links": { @@ -221223,7 +226937,8 @@ "longitude": -71.009193, "name": "Winter St @ Central St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7472", "links": { @@ -221261,7 +226976,8 @@ "longitude": -71.009667, "name": "Central St @ Hamilton St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7474", "links": { @@ -221299,7 +227015,8 @@ "longitude": -71.012402, "name": "Main St @ Summer St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7475", "links": { @@ -221337,7 +227054,8 @@ "longitude": -71.014678, "name": "59 Main St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7476", "links": { @@ -221375,7 +227093,8 @@ "longitude": -71.016751, "name": "Main St @ Newhall Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7477", "links": { @@ -221413,7 +227132,8 @@ "longitude": -71.018992, "name": "Main St @ Vine St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7478", "links": { @@ -221451,7 +227171,8 @@ "longitude": -71.027036, "name": "Opp 190 Main St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7481", "links": { @@ -221489,7 +227210,8 @@ "longitude": -71.210876, "name": "555 Pleasant St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7482", "links": { @@ -221527,7 +227249,8 @@ "longitude": -71.030074, "name": "Main St @ Forest St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7484", "links": { @@ -221565,7 +227288,8 @@ "longitude": -71.032522, "name": "291 Main St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7485", "links": { @@ -221603,7 +227327,8 @@ "longitude": -71.035003, "name": "Main St @ Lynn Fells Pkwy", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7486", "links": { @@ -221641,7 +227366,8 @@ "longitude": -71.226951, "name": "Beaver St opp Forest St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7497", "links": { @@ -221679,7 +227405,8 @@ "longitude": -71.223387, "name": "Beaver St @ Field Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7498", "links": { @@ -221717,7 +227444,8 @@ "longitude": -71.216619, "name": "Beaver St @ Linden St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "74981", "links": { @@ -221755,7 +227483,8 @@ "longitude": -71.093551, "name": "84 Massachusetts Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "75", "links": { @@ -221793,7 +227522,8 @@ "longitude": -71.013455, "name": "Summer St @ Appleton St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "7502", "links": { @@ -221831,7 +227561,8 @@ "longitude": -71.013212, "name": "Summer St @ Fiske Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7503", "links": { @@ -221869,7 +227600,8 @@ "longitude": -71.012929, "name": "32 Summer St opp Prospect St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7504", "links": { @@ -221907,7 +227639,8 @@ "longitude": -71.012809, "name": "Summer St opp Parker St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7505", "links": { @@ -221945,7 +227678,8 @@ "longitude": -71.012313, "name": "Main St opp Summer St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7506", "links": { @@ -221983,7 +227717,8 @@ "longitude": -71.009744, "name": "Central St @ Vermont Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7507", "links": { @@ -222021,7 +227756,8 @@ "longitude": -71.01006, "name": "Central St @ Denver St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7508", "links": { @@ -222059,7 +227795,8 @@ "longitude": -71.009105, "name": "Central St opp Assembly Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7510", "links": { @@ -222097,7 +227834,8 @@ "longitude": -71.008719, "name": "Central St @ Knowles Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7511", "links": { @@ -222135,7 +227873,8 @@ "longitude": -71.006947, "name": "Central St @ Still Dr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7513", "links": { @@ -222173,7 +227912,8 @@ "longitude": -71.005654, "name": "Central St @ Lincoln Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7515", "links": { @@ -222211,7 +227951,8 @@ "longitude": -71.01102, "name": "Essex St @ Staaf Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7516", "links": { @@ -222249,7 +227990,8 @@ "longitude": -71.014282, "name": "Essex St @ Grove St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7517", "links": { @@ -222287,7 +228029,8 @@ "longitude": -71.016564, "name": "Essex St opp Anawan Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7518", "links": { @@ -222325,7 +228068,8 @@ "longitude": -71.017513, "name": "Essex St @ Putnam St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7519", "links": { @@ -222363,7 +228107,8 @@ "longitude": -71.019501, "name": "177 Essex St opp Felton St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7520", "links": { @@ -222401,7 +228146,8 @@ "longitude": -71.020375, "name": "209 Essex St opp Pleasant Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "7521", "links": { @@ -222439,7 +228185,8 @@ "longitude": -71.020804, "name": "Vine St @ Crescent Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7522", "links": { @@ -222477,7 +228224,8 @@ "longitude": -71.019272, "name": "Vine St @ Beech St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "7523", "links": { @@ -222515,7 +228263,8 @@ "longitude": -71.018679, "name": "Vine St @ Talbot St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "7525", "links": { @@ -222553,7 +228302,8 @@ "longitude": -71.025815, "name": "Square One Mall @ Sears", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7529", "links": { @@ -222589,9 +228339,10 @@ "latitude": 42.450207, "location_type": 0, "longitude": -71.026352, - "name": "Opp 1450 Broadway", + "name": "1715 Broadway", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 2 }, "id": "7532", "links": { @@ -222629,7 +228380,8 @@ "longitude": -71.030131, "name": "Broadway @ Blue Hill Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7534", "links": { @@ -222667,7 +228419,8 @@ "longitude": -71.032078, "name": "Broadway @ Elwell St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7536", "links": { @@ -222705,7 +228458,8 @@ "longitude": -71.034563, "name": "522 Broadway @ Cliffside Commons", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7537", "links": { @@ -222743,7 +228497,8 @@ "longitude": -71.037855, "name": "380 Broadway", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7539", "links": { @@ -222781,7 +228536,8 @@ "longitude": -71.038665, "name": "Broadway @ Mingo St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7540", "links": { @@ -222819,7 +228575,8 @@ "longitude": -71.038524, "name": "Broadway opp Mingo St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7541", "links": { @@ -222857,7 +228614,8 @@ "longitude": -71.035521, "name": "Broadway @ Ridge Hill Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7542", "links": { @@ -222895,7 +228653,8 @@ "longitude": -71.033608, "name": "Broadway opp Cliffside Commons", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7543", "links": { @@ -222933,7 +228692,8 @@ "longitude": -71.032076, "name": "Broadway @ Central Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7545", "links": { @@ -222971,7 +228731,8 @@ "longitude": -71.126826, "name": "Hyde Park Ave @ Glenwood Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "75467", "links": { @@ -223009,7 +228770,8 @@ "longitude": -71.029982, "name": "665 Broadway", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7547", "links": { @@ -223047,7 +228809,8 @@ "longitude": -71.028216, "name": "Broadway @ A St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7548", "links": { @@ -223085,7 +228848,8 @@ "longitude": -71.025978, "name": "1450 Broadway", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7550", "links": { @@ -223123,7 +228887,8 @@ "longitude": -71.018822, "name": "Vine St @ Talbot St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "7555", "links": { @@ -223161,7 +228926,8 @@ "longitude": -71.019363, "name": "Vine St opp Beech St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "7557", "links": { @@ -223194,50 +228960,13 @@ { "attributes": { "description": null, - "latitude": 42.456605, + "latitude": 42.456009, "location_type": 0, - "longitude": -71.021391, - "name": "Vine St @ Essex St", - "platform_name": null, - "vehicle_type": 3 - }, - "id": "7558", - "links": { - "self": "/stops/7558" - }, - "relationships": { - "child_stops": { - "data": [] - }, - "connecting_stops": { - "data": [] - }, - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=7558" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, - { - "attributes": { - "description": null, - "latitude": 42.456366, - "location_type": 0, - "longitude": -71.021397, + "longitude": -71.021073, "name": "Essex St opp Vine St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7559", "links": { @@ -223275,7 +229004,8 @@ "longitude": -71.020296, "name": "Essex St @ Pleasant Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "7560", "links": { @@ -223313,7 +229043,8 @@ "longitude": -71.019583, "name": "Essex St @ Felton St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7561", "links": { @@ -223351,7 +229082,8 @@ "longitude": -71.219919, "name": "Washington St @ Washington Green", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 2 }, "id": "75618", "links": { @@ -223389,7 +229121,8 @@ "longitude": -71.017539, "name": "Essex St @ Hood St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7562", "links": { @@ -223427,7 +229160,8 @@ "longitude": -71.014357, "name": "Essex St opp Grove St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7564", "links": { @@ -223465,7 +229199,8 @@ "longitude": -71.012967, "name": "78 Essex St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7565", "links": { @@ -223503,7 +229238,8 @@ "longitude": -71.010965, "name": "Essex St opp Staaf Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7566", "links": { @@ -223541,7 +229277,8 @@ "longitude": -71.006729, "name": "480 Central St opp Still Dr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7567", "links": { @@ -223579,7 +229316,8 @@ "longitude": -71.008626, "name": "Central St @ Crimson Ct", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7569", "links": { @@ -223617,7 +229355,8 @@ "longitude": -71.009012, "name": "Central St @ Assembly Dr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7570", "links": { @@ -223655,7 +229394,8 @@ "longitude": -71.009926, "name": "Central St opp Denver St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7572", "links": { @@ -223693,7 +229433,8 @@ "longitude": -71.009252, "name": "Central St opp Parker St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "7573", "links": { @@ -223731,7 +229472,8 @@ "longitude": -71.008857, "name": "Central St @ Prospect St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "75731", "links": { @@ -223769,7 +229511,8 @@ "longitude": -71.00883, "name": "Central St opp Pleasant St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7575", "links": { @@ -223807,7 +229550,8 @@ "longitude": -71.008878, "name": "Appleton St @ Hull Dr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "7576", "links": { @@ -223845,7 +229589,8 @@ "longitude": -71.210523, "name": "Beaver St @ Waverley Oaks Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7578", "links": { @@ -223883,7 +229628,8 @@ "longitude": -71.20392, "name": "Beaver St @ Warren St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7579", "links": { @@ -223921,7 +229667,8 @@ "longitude": -71.201237, "name": "Warren St @ Webster Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "75791", "links": { @@ -223959,7 +229706,8 @@ "longitude": -71.210937, "name": "570 Pleasant St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7580", "links": { @@ -223997,7 +229745,8 @@ "longitude": -71.035076, "name": "Main St @ Lynn Fells Pkwy", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7582", "links": { @@ -224035,7 +229784,8 @@ "longitude": -71.032565, "name": "288 Main St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7583", "links": { @@ -224073,7 +229823,8 @@ "longitude": -71.030063, "name": "Main St opp Forest St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7585", "links": { @@ -224111,7 +229862,8 @@ "longitude": -71.027405, "name": "190 Main St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7587", "links": { @@ -224149,7 +229901,8 @@ "longitude": -71.016384, "name": "78 Main St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7591", "links": { @@ -224187,7 +229940,8 @@ "longitude": -71.00928, "name": "Winter St @ Central St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7595", "links": { @@ -224225,7 +229979,8 @@ "longitude": -71.007532, "name": "Winter St @ E Denver St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7596", "links": { @@ -224263,7 +230018,8 @@ "longitude": -71.002971, "name": "Winter St @ Kenwood Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7598", "links": { @@ -224301,7 +230057,8 @@ "longitude": -71.261187, "name": "South St @ Angleside Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7600", "links": { @@ -224339,7 +230096,8 @@ "longitude": -71.25812, "name": "South St opp Brandeis Univ Entrance", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "7602", "links": { @@ -224377,7 +230135,8 @@ "longitude": -71.255392, "name": "South St @ Shapiro Athletic Center", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7603", "links": { @@ -224415,7 +230174,8 @@ "longitude": -71.251378, "name": "South St opp Shakespeare Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "76031", "links": { @@ -224453,7 +230213,8 @@ "longitude": -71.250209, "name": "South St @ Dartmouth St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7605", "links": { @@ -224491,7 +230252,8 @@ "longitude": -71.249953, "name": "64 South St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "76051", "links": { @@ -224529,7 +230291,8 @@ "longitude": -71.249977, "name": "South St @ Russell St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "76052", "links": { @@ -224567,7 +230330,8 @@ "longitude": -70.999284, "name": "Winter St @ Westland Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7606", "links": { @@ -224605,7 +230369,8 @@ "longitude": -70.993273, "name": "Winter St opp Stocker St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7608", "links": { @@ -224643,7 +230408,8 @@ "longitude": -70.991888, "name": "Winter St @ Chestnut St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7609", "links": { @@ -224673,6 +230439,300 @@ }, "type": "stop" }, + { + "attributes": { + "description": "Harvard - Upper Busway Berth B1", + "latitude": 42.374145, + "location_type": 0, + "longitude": -71.119, + "name": "Harvard", + "platform_name": "Upper Busway Berth B1", + "vehicle_type": 3, + "wheelchair_boarding": 1 + }, + "id": "76121", + "links": { + "self": "/stops/76121" + }, + "relationships": { + "child_stops": { + "data": [] + }, + "connecting_stops": { + "data": [] + }, + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=76121" + } + }, + "parent_station": { + "data": { + "id": "place-harsq", + "type": "stop" + } + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Harvard - Upper Busway Berth B2", + "latitude": 42.374094, + "location_type": 0, + "longitude": -71.11901, + "name": "Harvard", + "platform_name": "Upper Busway Berth B2", + "vehicle_type": 3, + "wheelchair_boarding": 1 + }, + "id": "76122", + "links": { + "self": "/stops/76122" + }, + "relationships": { + "child_stops": { + "data": [] + }, + "connecting_stops": { + "data": [] + }, + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=76122" + } + }, + "parent_station": { + "data": { + "id": "place-harsq", + "type": "stop" + } + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Harvard - Upper Busway Berth B3", + "latitude": 42.374019, + "location_type": 0, + "longitude": -71.119035, + "name": "Harvard", + "platform_name": "Upper Busway Berth B3", + "vehicle_type": 3, + "wheelchair_boarding": 1 + }, + "id": "76123", + "links": { + "self": "/stops/76123" + }, + "relationships": { + "child_stops": { + "data": [] + }, + "connecting_stops": { + "data": [] + }, + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=76123" + } + }, + "parent_station": { + "data": { + "id": "place-harsq", + "type": "stop" + } + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Harvard - Upper Busway Berth B4", + "latitude": 42.373956, + "location_type": 0, + "longitude": -71.119066, + "name": "Harvard", + "platform_name": "Upper Busway Berth B4", + "vehicle_type": 3, + "wheelchair_boarding": 1 + }, + "id": "76124", + "links": { + "self": "/stops/76124" + }, + "relationships": { + "child_stops": { + "data": [] + }, + "connecting_stops": { + "data": [] + }, + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=76124" + } + }, + "parent_station": { + "data": { + "id": "place-harsq", + "type": "stop" + } + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Harvard - Upper Busway Berth B5", + "latitude": 42.3739, + "location_type": 0, + "longitude": -71.119094, + "name": "Harvard", + "platform_name": "Upper Busway Berth B5", + "vehicle_type": 3, + "wheelchair_boarding": 1 + }, + "id": "76125", + "links": { + "self": "/stops/76125" + }, + "relationships": { + "child_stops": { + "data": [] + }, + "connecting_stops": { + "data": [] + }, + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=76125" + } + }, + "parent_station": { + "data": { + "id": "place-harsq", + "type": "stop" + } + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Harvard - Upper Busway Berth B6", + "latitude": 42.373839, + "location_type": 0, + "longitude": -71.119119, + "name": "Harvard", + "platform_name": "Upper Busway Berth B6", + "vehicle_type": 3, + "wheelchair_boarding": 1 + }, + "id": "76126", + "links": { + "self": "/stops/76126" + }, + "relationships": { + "child_stops": { + "data": [] + }, + "connecting_stops": { + "data": [] + }, + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=76126" + } + }, + "parent_station": { + "data": { + "id": "place-harsq", + "type": "stop" + } + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Harvard - Lower Busway", + "latitude": 42.37421, + "location_type": 0, + "longitude": -71.119106, + "name": "Harvard", + "platform_name": "Lower Busway", + "vehicle_type": 3, + "wheelchair_boarding": 1 + }, + "id": "76127", + "links": { + "self": "/stops/76127" + }, + "relationships": { + "child_stops": { + "data": [] + }, + "connecting_stops": { + "data": [] + }, + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=76127" + } + }, + "parent_station": { + "data": { + "id": "place-harsq", + "type": "stop" + } + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, { "attributes": { "description": null, @@ -224681,7 +230741,8 @@ "longitude": -71.238613, "name": "River St @ James St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7617", "links": { @@ -224719,7 +230780,8 @@ "longitude": -71.237056, "name": "River St opp Williams St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "76171", "links": { @@ -224757,7 +230819,8 @@ "longitude": -71.235196, "name": "River St @ Pine St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7618", "links": { @@ -224795,7 +230858,8 @@ "longitude": -71.233695, "name": "River St opp Mague St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7619", "links": { @@ -224833,7 +230897,8 @@ "longitude": -71.230741, "name": "37 Elm St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7620", "links": { @@ -224871,7 +230936,8 @@ "longitude": -71.229975, "name": "Elm St @ Webster St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7621", "links": { @@ -224909,7 +230975,8 @@ "longitude": -71.229194, "name": "Elm St @ Washington St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7622", "links": { @@ -224952,7 +231019,8 @@ "longitude": -71.230344, "name": "Washington St @ Shaw St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7623", "links": { @@ -224990,7 +231058,8 @@ "longitude": -71.225082, "name": "Washington St @ Chestnut St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7625", "links": { @@ -225028,7 +231097,8 @@ "longitude": -71.219564, "name": "Washington St opp Armory St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "76251", "links": { @@ -225066,7 +231136,8 @@ "longitude": -71.218743, "name": "Washington St opp Cross St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7626", "links": { @@ -225104,7 +231175,8 @@ "longitude": -71.2158, "name": "Washington St opp Eddy St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7627", "links": { @@ -225142,7 +231214,8 @@ "longitude": -71.212605, "name": "Washington St opp Walker St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7629", "links": { @@ -225180,7 +231253,8 @@ "longitude": -71.158587, "name": "Stimson St @ Washington St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "763", "links": { @@ -225218,7 +231292,8 @@ "longitude": -71.21073, "name": "Washington St @ Lowell Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7630", "links": { @@ -225256,7 +231331,8 @@ "longitude": -71.207105, "name": "Washington St @ Walnut St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "7631", "links": { @@ -225311,7 +231387,8 @@ "longitude": -71.202328, "name": "Washington St @ Harvard St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7632", "links": { @@ -225366,7 +231443,8 @@ "longitude": -71.196329, "name": "Washington St @ Lewis Terr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7633", "links": { @@ -225404,7 +231482,8 @@ "longitude": -71.191947, "name": "Washington St @ Jewett St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7634", "links": { @@ -225442,7 +231521,8 @@ "longitude": -71.190193, "name": "Washington St @ Church St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7635", "links": { @@ -225480,7 +231560,8 @@ "longitude": -71.11982, "name": "River St @ Webster St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "76378", "links": { @@ -225518,7 +231599,8 @@ "longitude": -71.159711, "name": "85 Stimson St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "764", "links": { @@ -225556,7 +231638,8 @@ "longitude": -71.190037, "name": "Washington St @ Hovey St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7640", "links": { @@ -225594,7 +231677,8 @@ "longitude": -71.191526, "name": "Washington St @ Jewett St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7641", "links": { @@ -225632,7 +231716,8 @@ "longitude": -71.196373, "name": "Washington St @ Adams St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7642", "links": { @@ -225670,7 +231755,8 @@ "longitude": -71.199548, "name": "Washington St @ Craft St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7643", "links": { @@ -225708,7 +231794,8 @@ "longitude": -71.199001, "name": "Washington St opp Crafts St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "76431", "links": { @@ -225746,7 +231833,8 @@ "longitude": -71.099366, "name": "Cummins Hwy @ Bismark St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "76434", "links": { @@ -225784,7 +231872,8 @@ "longitude": -71.201322, "name": "Washington St @ Court St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7644", "links": { @@ -225839,7 +231928,8 @@ "longitude": -71.207707, "name": "Washington St @ Walnut St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "7645", "links": { @@ -225894,7 +231984,8 @@ "longitude": -71.109278, "name": "Cummins Hwy @ Harvard St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "76459", "links": { @@ -225932,7 +232023,8 @@ "longitude": -71.213111, "name": "Washington St @ Walker St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7646", "links": { @@ -225970,7 +232062,8 @@ "longitude": -71.215806, "name": "Washington St @ Eddy St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7647", "links": { @@ -226008,7 +232101,8 @@ "longitude": -71.116079, "name": "Hyde Park Ave @ Walk Hill St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "76479", "links": { @@ -226046,7 +232140,8 @@ "longitude": -71.21827, "name": "Washington St @ Cross St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7648", "links": { @@ -226084,7 +232179,8 @@ "longitude": -71.219559, "name": "Washington St @ Armory St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7649", "links": { @@ -226122,7 +232218,8 @@ "longitude": -71.119055, "name": "515 Hyde Park Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "76495", "links": { @@ -226160,7 +232257,8 @@ "longitude": -71.163301, "name": "2550 Centre St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "765", "links": { @@ -226198,7 +232296,8 @@ "longitude": -71.225706, "name": "Washington St @ Watertown St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7650", "links": { @@ -226236,7 +232335,8 @@ "longitude": -71.09416, "name": "American Legion Hwy @ Kingbird Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "76500", "links": { @@ -226274,7 +232374,8 @@ "longitude": -71.227825, "name": "Washington St @ Cherry St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7651", "links": { @@ -226312,7 +232413,8 @@ "longitude": -71.229883, "name": "Elm St @ Webster St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7653", "links": { @@ -226350,7 +232452,8 @@ "longitude": -71.231055, "name": "Elm St @ River St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7654", "links": { @@ -226388,7 +232491,8 @@ "longitude": -71.233436, "name": "River St @ Mague Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7655", "links": { @@ -226426,7 +232530,8 @@ "longitude": -71.23524, "name": "River St @ Sheridan St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7656", "links": { @@ -226464,7 +232569,8 @@ "longitude": -71.236797, "name": "River St @ William St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "76561", "links": { @@ -226502,7 +232608,8 @@ "longitude": -71.238343, "name": "River St @ James St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7657", "links": { @@ -226540,7 +232647,8 @@ "longitude": -71.239495, "name": "River St @ Lexington St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7658", "links": { @@ -226578,7 +232686,8 @@ "longitude": -71.239345, "name": "Lexington St @ Whitlowe Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7659", "links": { @@ -226616,7 +232725,8 @@ "longitude": -71.239061, "name": "Moody St @ Underwood Pk", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "76592", "links": { @@ -226654,7 +232764,8 @@ "longitude": -71.238784, "name": "Moody St @ Washington Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "76593", "links": { @@ -226692,7 +232803,8 @@ "longitude": -71.238189, "name": "Moody St @ Ash St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "76594", "links": { @@ -226730,7 +232842,8 @@ "longitude": -71.236758, "name": "Moody St @ Pine St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "76597", "links": { @@ -226768,7 +232881,8 @@ "longitude": -71.162853, "name": "2508 Centre St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "766", "links": { @@ -226806,7 +232920,8 @@ "longitude": -71.238487, "name": "Moody St @ Robbins St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7660", "links": { @@ -226844,7 +232959,8 @@ "longitude": -71.221976, "name": "Washington St @ Short St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "76618", "links": { @@ -226882,7 +232998,8 @@ "longitude": -71.16286, "name": "Centre St @ Linden Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "767", "links": { @@ -226920,7 +233037,8 @@ "longitude": -71.248476, "name": "Hope Ave @ Boston Children's Waltham", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7670", "links": { @@ -226958,7 +233076,8 @@ "longitude": -70.985365, "name": "O'Callaghan Way @ Walnut St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "76734", "links": { @@ -226996,7 +233115,8 @@ "longitude": -71.162489, "name": "Centre St opp Northdale Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "768", "links": { @@ -227034,7 +233154,8 @@ "longitude": -71.161904, "name": "Centre St opp Glenhaven Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "769", "links": { @@ -227072,7 +233193,8 @@ "longitude": -71.204134, "name": "Beaver St @ Hollace St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7696", "links": { @@ -227110,7 +233232,8 @@ "longitude": -71.210405, "name": "Beaver St @ Waverley Oak Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "7697", "links": { @@ -227148,7 +233271,8 @@ "longitude": -71.22617, "name": "Beaver St @ Forest St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7698", "links": { @@ -227186,7 +233310,8 @@ "longitude": -71.223454, "name": "Beaver St opp Field Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7699", "links": { @@ -227224,7 +233349,8 @@ "longitude": -71.089148, "name": "Massachusetts Ave @ Marlborough St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "77", "links": { @@ -227262,7 +233388,8 @@ "longitude": -71.161403, "name": "Centre St @ Wedgemere Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "770", "links": { @@ -227300,7 +233427,8 @@ "longitude": -71.231356, "name": "Beaver St @ Valley View Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 2 }, "id": "7700", "links": { @@ -227338,7 +233466,8 @@ "longitude": -71.198735, "name": "Warren St @ Brookline St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7705", "links": { @@ -227376,7 +233505,8 @@ "longitude": -71.193252, "name": "Belmont St @ Duff St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "77051", "links": { @@ -227414,7 +233544,8 @@ "longitude": -71.190568, "name": "Lexington St @ Sycamore St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "77053", "links": { @@ -227452,7 +233583,8 @@ "longitude": -71.190642, "name": "Lexington St @ Sycamore St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7709", "links": { @@ -227490,7 +233622,8 @@ "longitude": -71.160569, "name": "Centre St opp Acacia Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "771", "links": { @@ -227528,7 +233661,8 @@ "longitude": -71.189437, "name": "Lexington St @ Burnham St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7710", "links": { @@ -227566,7 +233700,8 @@ "longitude": -71.189319, "name": "Lexington St @ Belmont St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7711", "links": { @@ -227604,7 +233739,8 @@ "longitude": -71.193172, "name": "Belmont St opp Duff St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "77110", "links": { @@ -227642,7 +233778,8 @@ "longitude": -71.201392, "name": "Warren St @ Waverley St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7713", "links": { @@ -227680,7 +233817,8 @@ "longitude": -71.189344, "name": "Lexington St @ Beech St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "77152", "links": { @@ -227718,7 +233856,8 @@ "longitude": -71.242085, "name": "Bacon St @ Athletic Field Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7718", "links": { @@ -227756,7 +233895,8 @@ "longitude": -71.160229, "name": "Centre St opp Cass St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "772", "links": { @@ -227794,7 +233934,8 @@ "longitude": -71.243722, "name": "Dale St opp Caughey St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7721", "links": { @@ -227832,7 +233973,8 @@ "longitude": -71.245212, "name": "Dale St @ Claremont St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7722", "links": { @@ -227870,7 +234012,8 @@ "longitude": -71.248774, "name": "Tomlin St @ Dale St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7723", "links": { @@ -227908,7 +234051,8 @@ "longitude": -71.248956, "name": "Tomlin St @ Summit St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7724", "links": { @@ -227946,7 +234090,8 @@ "longitude": -71.246883, "name": "184 Hammond St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "77241", "links": { @@ -227984,7 +234129,8 @@ "longitude": -71.246617, "name": "Hammond St @ Plympton St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "77242", "links": { @@ -228022,7 +234168,8 @@ "longitude": -71.246685, "name": "Hammond St @ Lawrence St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "77243", "links": { @@ -228060,7 +234207,8 @@ "longitude": -71.246781, "name": "Hammond St @ Columbus Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "77244", "links": { @@ -228098,7 +234246,8 @@ "longitude": -71.246855, "name": "36 Hammond St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "77245", "links": { @@ -228136,7 +234285,8 @@ "longitude": -71.160407, "name": "Centre St @ Bogandale Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "773", "links": { @@ -228174,7 +234324,8 @@ "longitude": -71.235743, "name": "High St @ Beech St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "77375", "links": { @@ -228212,7 +234363,8 @@ "longitude": -71.231317, "name": "High St @ Newton St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "77376", "links": { @@ -228250,7 +234402,8 @@ "longitude": -71.229914, "name": "High St @ Parmenter Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "77377", "links": { @@ -228288,7 +234441,8 @@ "longitude": -71.228447, "name": "High St @ Hovey Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "77378", "links": { @@ -228326,7 +234480,8 @@ "longitude": -71.226737, "name": "High St @ Hamblin Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "77379", "links": { @@ -228364,7 +234519,8 @@ "longitude": -71.225421, "name": "Waltham St @ Bonita St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7738", "links": { @@ -228402,7 +234558,8 @@ "longitude": -71.223802, "name": "Walthm St @ Lodge Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "7739", "links": { @@ -228440,7 +234597,8 @@ "longitude": -71.171854, "name": "Spring St @ Charles River Loop", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "774", "links": { @@ -228478,7 +234636,8 @@ "longitude": -71.222829, "name": "Crafts St @ Waltham St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7740", "links": { @@ -228516,7 +234675,8 @@ "longitude": -71.217202, "name": "Crafts St @ Albemarle Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7741", "links": { @@ -228554,7 +234714,8 @@ "longitude": -71.213089, "name": "Crafts St @ California St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7743", "links": { @@ -228592,7 +234753,8 @@ "longitude": -71.210848, "name": "Walnut St @ Linwood Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "7744", "links": { @@ -228630,7 +234792,8 @@ "longitude": -71.170858, "name": "Spring St @ Gould St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "775", "links": { @@ -228668,7 +234831,8 @@ "longitude": -71.226437, "name": "High St @ Hamblin Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7752", "links": { @@ -228706,7 +234870,8 @@ "longitude": -71.228447, "name": "High St @ Cedar St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "77521", "links": { @@ -228744,7 +234909,8 @@ "longitude": -71.229636, "name": "High St @ Pamenter Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7753", "links": { @@ -228782,7 +234948,8 @@ "longitude": -71.23077, "name": "High St @ Newton St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "7754", "links": { @@ -228820,7 +234987,8 @@ "longitude": -71.23318, "name": "High St @ Gardner St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "77541", "links": { @@ -228858,7 +235026,8 @@ "longitude": -71.235543, "name": "High St @ Hall St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7755", "links": { @@ -228896,7 +235065,8 @@ "longitude": -71.237423, "name": "High St @ Moody St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "77551", "links": { @@ -228934,7 +235104,8 @@ "longitude": -71.168752, "name": "Spring St @ Cypress St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "776", "links": { @@ -228972,7 +235143,8 @@ "longitude": -71.234255, "name": "Massachusetts Ave opp Forest St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7761", "links": { @@ -229010,7 +235182,8 @@ "longitude": -71.224862, "name": "Washington St @ Lafayette Dr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 2 }, "id": "77618", "links": { @@ -229048,7 +235221,8 @@ "longitude": -71.237211, "name": "Worthen Rd @ Hayden Rec Ctr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7762", "links": { @@ -229086,7 +235260,8 @@ "longitude": -71.232673, "name": "Worthen Rd @ Waltham St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7763", "links": { @@ -229124,7 +235299,8 @@ "longitude": -71.16684, "name": "Spring St @ Baker St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "777", "links": { @@ -229162,7 +235338,8 @@ "longitude": -71.234024, "name": "Lexington St @ Brookway Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7774", "links": { @@ -229200,7 +235377,8 @@ "longitude": -71.239371, "name": "Trapelo Rd @ Leitha Dr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7775", "links": { @@ -229238,7 +235416,8 @@ "longitude": -71.241612, "name": "Trapelo Rd @ Sheffield Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7776", "links": { @@ -229276,7 +235455,8 @@ "longitude": -71.081253, "name": "Melnea Cass Blvd @ Washington St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "77777", "links": { @@ -229314,7 +235494,8 @@ "longitude": -71.247131, "name": "Trapelo Rd opp Outlook Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7778", "links": { @@ -229352,7 +235533,8 @@ "longitude": -71.249663, "name": "Trapelo Rd @ Berkley St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "7779", "links": { @@ -229390,7 +235572,8 @@ "longitude": -71.162796, "name": "Spring St @ Powell St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "778", "links": { @@ -229428,7 +235611,8 @@ "longitude": -71.25358, "name": "Smith St @ Trapelo Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "7780", "links": { @@ -229466,7 +235650,8 @@ "longitude": -71.254913, "name": "Lincoln St @ Smith St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "7782", "links": { @@ -229504,7 +235689,8 @@ "longitude": -71.252341, "name": "Lincoln St opp Graymore Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7784", "links": { @@ -229542,7 +235728,8 @@ "longitude": -71.249521, "name": "Lake St @ Lincoln St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7785", "links": { @@ -229580,7 +235767,8 @@ "longitude": -71.24607, "name": "Lake St @ Seminole Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "7787", "links": { @@ -229618,7 +235806,8 @@ "longitude": -71.241836, "name": "Lake St @ Bowdoin Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "7789", "links": { @@ -229656,7 +235845,8 @@ "longitude": -71.160282, "name": "Spring St @ Centre St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "779", "links": { @@ -229694,7 +235884,8 @@ "longitude": -71.238293, "name": "Lake St @ Indian Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7790", "links": { @@ -229732,7 +235923,8 @@ "longitude": -71.236493, "name": "Lake St opp Hardy Residences", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7791", "links": { @@ -229770,7 +235962,8 @@ "longitude": -71.235069, "name": "Lake St @ Lexington St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7792", "links": { @@ -229808,7 +236001,8 @@ "longitude": -71.236391, "name": "130 Lexington St @ Shopping Plaza", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7795", "links": { @@ -229846,7 +236040,8 @@ "longitude": -71.235824, "name": "Lexington St @ School St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7797", "links": { @@ -229884,7 +236079,8 @@ "longitude": -71.159427, "name": "Centre St @ Saint Theresa Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "780", "links": { @@ -229922,7 +236118,8 @@ "longitude": -71.195754, "name": "Adams St @ Washington St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7800", "links": { @@ -229960,7 +236157,8 @@ "longitude": -71.197984, "name": "Adams St @ Middle St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7801", "links": { @@ -229998,7 +236196,8 @@ "longitude": -71.202235, "name": "Adams St @ Watertown St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7802", "links": { @@ -230036,7 +236235,8 @@ "longitude": -71.200117, "name": "Chapel St @ Watertown St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7804", "links": { @@ -230074,7 +236274,8 @@ "longitude": -71.200814, "name": "78 Chapel St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7805", "links": { @@ -230112,7 +236313,8 @@ "longitude": -71.204297, "name": "California St @ Bridge St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7806", "links": { @@ -230150,7 +236352,8 @@ "longitude": -71.204886, "name": "Pleasant St @ Bridge St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7807", "links": { @@ -230188,7 +236391,8 @@ "longitude": -71.209247, "name": "541 Pleasant St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "78071", "links": { @@ -230226,7 +236430,8 @@ "longitude": -71.213576, "name": "Pleasant St @ Repton Pl", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "78073", "links": { @@ -230264,7 +236469,8 @@ "longitude": -71.217614, "name": "River St @ Seyon St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7808", "links": { @@ -230302,7 +236508,8 @@ "longitude": -71.223273, "name": "River St @ School Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7809", "links": { @@ -230340,7 +236547,8 @@ "longitude": -71.158096, "name": "Centre St @ Lagrange St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "781", "links": { @@ -230378,7 +236586,8 @@ "longitude": -71.224591, "name": "River St @ Bright St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7810", "links": { @@ -230416,7 +236625,8 @@ "longitude": -71.226784, "name": "River St @ Ripley St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7811", "links": { @@ -230454,7 +236664,8 @@ "longitude": -71.228258, "name": "River St @ Newton St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7812", "links": { @@ -230492,7 +236703,8 @@ "longitude": -71.231293, "name": "River St @ Jackson St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "78121", "links": { @@ -230530,7 +236742,8 @@ "longitude": -71.2399, "name": "Crescent St opp Spruce St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7813", "links": { @@ -230568,7 +236781,8 @@ "longitude": -71.241288, "name": "113 Crescent St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7814", "links": { @@ -230606,7 +236820,8 @@ "longitude": -71.242903, "name": "Crescent St opp Cherry St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "78141", "links": { @@ -230644,7 +236859,8 @@ "longitude": -71.243556, "name": "Crescent St opp Brown St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7815", "links": { @@ -230682,7 +236898,8 @@ "longitude": -71.243522, "name": "Crescent St @ Woerd Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7816", "links": { @@ -230720,7 +236937,8 @@ "longitude": -71.244611, "name": "Opp 48 Woerd Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7817", "links": { @@ -230758,7 +236976,8 @@ "longitude": -71.245653, "name": "Rumford Ave @ Woerd Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7818", "links": { @@ -230796,7 +237015,8 @@ "longitude": -71.156948, "name": "Centre St @ Bellevue St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "782", "links": { @@ -230834,7 +237054,8 @@ "longitude": -71.243279, "name": "Rumford Ave @ Buttrick St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7820", "links": { @@ -230872,7 +237093,8 @@ "longitude": -71.239754, "name": "Lexington St @ Rumford Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "78201", "links": { @@ -230902,44 +237124,6 @@ }, "type": "stop" }, - { - "attributes": { - "description": null, - "latitude": 42.355582, - "location_type": 0, - "longitude": -71.241668, - "name": "161 Lexington St", - "platform_name": null, - "vehicle_type": 3 - }, - "id": "78202", - "links": { - "self": "/stops/78202" - }, - "relationships": { - "child_stops": { - "data": [] - }, - "connecting_stops": { - "data": [] - }, - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=78202" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, { "attributes": { "description": null, @@ -230948,7 +237132,8 @@ "longitude": -71.243162, "name": "181 Lexington St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "78203", "links": { @@ -230986,7 +237171,8 @@ "longitude": -71.245893, "name": "Lexington St @ Orris St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "78204", "links": { @@ -231024,7 +237210,8 @@ "longitude": -71.247226, "name": "Lexington St @ Freeman St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "78205", "links": { @@ -231062,7 +237249,8 @@ "longitude": -71.245416, "name": "Commonwealth Ave opp Pamela Ct", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "78211", "links": { @@ -231100,7 +237288,8 @@ "longitude": -71.241044, "name": "Commonwealth Ave @ Auburn St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "78212", "links": { @@ -231138,7 +237327,8 @@ "longitude": -71.241367, "name": "Commonwealth Ave @ Cheswick Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "78213", "links": { @@ -231176,7 +237366,8 @@ "longitude": -71.238283, "name": "Washington St @ Commonwealth Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "78215", "links": { @@ -231214,7 +237405,8 @@ "longitude": -71.236076, "name": "1600 Washington St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "78216", "links": { @@ -231252,7 +237444,8 @@ "longitude": -71.23431, "name": "Washington St @ Auburn St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "78218", "links": { @@ -231290,7 +237483,8 @@ "longitude": -71.233334, "name": "Washington St @ Prospect St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "78219", "links": { @@ -231328,7 +237522,8 @@ "longitude": -71.247735, "name": "Commonwealth Ave @ Lexington St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7825", "links": { @@ -231366,7 +237561,8 @@ "longitude": -71.251325, "name": "Commonwealth Ave opp Ash St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7826", "links": { @@ -231404,7 +237600,8 @@ "longitude": -71.252981, "name": "Commonwealth Ave @ Islington Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "7827", "links": { @@ -231442,7 +237639,8 @@ "longitude": -71.257536, "name": "Commonwealth Ave @ Marriott", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7828", "links": { @@ -231480,7 +237678,8 @@ "longitude": -71.257145, "name": "Commonwealth Ave opp Marriott", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7829", "links": { @@ -231518,7 +237717,8 @@ "longitude": -71.156338, "name": "Centre St @ Park St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "783", "links": { @@ -231556,7 +237756,8 @@ "longitude": -71.252884, "name": "Commonwealth Ave @ Islington Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7830", "links": { @@ -231594,7 +237795,8 @@ "longitude": -71.250898, "name": "Commonwealth Ave @ Ash St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7831", "links": { @@ -231632,7 +237834,8 @@ "longitude": -71.248621, "name": "Commonwealth Ave @ Melrose St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7832", "links": { @@ -231670,7 +237873,8 @@ "longitude": -71.240918, "name": "Commonwealth Ave @ Auburn St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7833", "links": { @@ -231708,7 +237912,8 @@ "longitude": -71.247017, "name": "Lexington St @ Auburndale Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7834", "links": { @@ -231746,7 +237951,8 @@ "longitude": -71.245871, "name": "Lexington St @ Orris St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7835", "links": { @@ -231784,7 +237990,8 @@ "longitude": -71.242884, "name": "180 Lexington St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7836", "links": { @@ -231822,7 +238029,8 @@ "longitude": -71.241216, "name": "Lexington St @ Roberta Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7837", "links": { @@ -231860,7 +238068,8 @@ "longitude": -71.23961, "name": "Lexington St @ River St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7838", "links": { @@ -231898,7 +238107,8 @@ "longitude": -71.243538, "name": "Rumford Ave @ Buttrick St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7839", "links": { @@ -231936,7 +238146,8 @@ "longitude": -71.15466, "name": "Centre St @ Corey St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "784", "links": { @@ -231974,7 +238185,8 @@ "longitude": -71.245634, "name": "Rumford Ave @ Woerd Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7841", "links": { @@ -232012,7 +238224,8 @@ "longitude": -71.24456, "name": "48 Woerd Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7842", "links": { @@ -232050,7 +238263,8 @@ "longitude": -71.243411, "name": "Crescent St @ Woerd Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7843", "links": { @@ -232088,7 +238302,8 @@ "longitude": -71.243254, "name": "Crescent St @ Brown St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7844", "links": { @@ -232126,7 +238341,8 @@ "longitude": -71.24189, "name": "Crescent St @ Maple St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7845", "links": { @@ -232164,7 +238380,8 @@ "longitude": -71.242208, "name": "Maple St @ Crescent St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "78451", "links": { @@ -232202,7 +238419,8 @@ "longitude": -71.237722, "name": "Maple St @ Moody St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "78452", "links": { @@ -232240,7 +238458,8 @@ "longitude": -71.240569, "name": "Crescent St @ Walnut St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7846", "links": { @@ -232278,7 +238497,8 @@ "longitude": -71.231227, "name": "River St @ Jackson St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "78471", "links": { @@ -232316,7 +238536,8 @@ "longitude": -71.228266, "name": "River St @ Newton St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7848", "links": { @@ -232354,7 +238575,8 @@ "longitude": -71.227054, "name": "River St @ Ripley St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7849", "links": { @@ -232392,7 +238614,8 @@ "longitude": -71.152363, "name": "Centre St @ Willow St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "785", "links": { @@ -232430,7 +238653,8 @@ "longitude": -71.224599, "name": "River St @ Bright St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7850", "links": { @@ -232468,7 +238692,8 @@ "longitude": -71.223167, "name": "River St @ School Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7851", "links": { @@ -232506,7 +238731,8 @@ "longitude": -71.221264, "name": "River St @ Willow St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "78511", "links": { @@ -232544,7 +238770,8 @@ "longitude": -71.213922, "name": "Pleasant St opp Repton Pl", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "78512", "links": { @@ -232582,7 +238809,8 @@ "longitude": -71.209387, "name": "Pleasant St @ Paramount Pl", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "78513", "links": { @@ -232620,7 +238848,8 @@ "longitude": -71.2176, "name": "River St @ Seyon St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7852", "links": { @@ -232658,7 +238887,8 @@ "longitude": -71.204787, "name": "Pleasant St @ Bridge St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "78531", "links": { @@ -232696,7 +238926,8 @@ "longitude": -71.204205, "name": "California St @ Bridge St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7854", "links": { @@ -232734,7 +238965,8 @@ "longitude": -71.200933, "name": "75 Chapel St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7855", "links": { @@ -232772,7 +239004,8 @@ "longitude": -71.200206, "name": "Chapel St @ Watertown St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7856", "links": { @@ -232810,7 +239043,8 @@ "longitude": -71.200215, "name": "Adams St @ Quirk St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "78571", "links": { @@ -232848,7 +239082,8 @@ "longitude": -71.196176, "name": "Adams St @ Washington St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "78573", "links": { @@ -232886,7 +239121,8 @@ "longitude": -71.198235, "name": "Adams St @ Lincoln Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7858", "links": { @@ -232924,7 +239160,8 @@ "longitude": -71.235172, "name": "School St @ Lexington St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7859", "links": { @@ -232962,7 +239199,8 @@ "longitude": -71.150087, "name": "Belgrade Ave @ Centre St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "786", "links": { @@ -233000,7 +239238,8 @@ "longitude": -71.208693, "name": "135 Beaver St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "78600", "links": { @@ -233038,7 +239277,8 @@ "longitude": -71.236188, "name": "Lexington St opp Shopping Plaza", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "7861", "links": { @@ -233076,7 +239316,8 @@ "longitude": -71.237099, "name": "Dale St @ Lexington St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "7862", "links": { @@ -233114,7 +239355,8 @@ "longitude": -71.208507, "name": "opp 135 Beaver St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "78632", "links": { @@ -233152,7 +239394,8 @@ "longitude": -71.241274, "name": "Dale St @ Bacon St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7864", "links": { @@ -233190,7 +239433,8 @@ "longitude": -71.231462, "name": "Beaver St @ Valley View Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7865", "links": { @@ -233228,7 +239472,8 @@ "longitude": -71.147524, "name": "Belgrade Ave @ West Roxbury Pkwy", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "787", "links": { @@ -233266,7 +239511,8 @@ "longitude": -71.232643, "name": "Worthen Rd @ Waltham St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7874", "links": { @@ -233304,7 +239550,8 @@ "longitude": -71.237081, "name": "Worthen Rd @ Hayden Rec Ctr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "78741", "links": { @@ -233342,7 +239589,8 @@ "longitude": -71.234167, "name": "Massachusetts Ave @ Forest St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "78742", "links": { @@ -233380,7 +239628,8 @@ "longitude": -71.228563, "name": "Massachusetts Ave @ Depot Sq", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7878", "links": { @@ -233418,7 +239667,8 @@ "longitude": -71.145019, "name": "Belgrade Ave @ Iona St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "788", "links": { @@ -233465,7 +239715,8 @@ "longitude": -71.276188, "name": "Springs Rd opp Hillside Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7881", "links": { @@ -233503,7 +239754,8 @@ "longitude": -71.278434, "name": "Springs Rd @ Hancock St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "7882", "links": { @@ -233541,7 +239793,8 @@ "longitude": -71.279122, "name": "South Rd @ Great Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7883", "links": { @@ -233579,7 +239832,8 @@ "longitude": -71.279105, "name": "South Rd opp Crescent Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7884", "links": { @@ -233617,7 +239871,8 @@ "longitude": -71.27875, "name": "South Rd opp Hartford St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7885", "links": { @@ -233655,7 +239910,8 @@ "longitude": -71.27801, "name": "South Rd @ Railroad Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7886", "links": { @@ -233693,7 +239949,8 @@ "longitude": -71.27675, "name": "Loomis St opp Hartford St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7887", "links": { @@ -233731,7 +239988,8 @@ "longitude": -71.273314, "name": "Loomis St @ Winthrop Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7888", "links": { @@ -233769,7 +240027,8 @@ "longitude": -71.271528, "name": "Loomis St @ Great Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7889", "links": { @@ -233807,7 +240066,8 @@ "longitude": -71.143322, "name": "Belgrade Ave @ Rexhame St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "789", "links": { @@ -233845,7 +240105,8 @@ "longitude": -71.268268, "name": "Great Rd opp Brooksbie Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7890", "links": { @@ -233883,7 +240144,8 @@ "longitude": -71.266435, "name": "Great Rd @ Roberts Dr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7891", "links": { @@ -233921,7 +240183,8 @@ "longitude": -71.26284, "name": "Great Rd @ Shopping Center", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7892", "links": { @@ -233959,7 +240222,8 @@ "longitude": -71.260104, "name": "Great Road @ Pine St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7894", "links": { @@ -233997,7 +240261,8 @@ "longitude": -71.255949, "name": "Great Rd @ Perham St - Lexington Line", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "7896", "links": { @@ -234035,7 +240300,8 @@ "longitude": -71.251528, "name": "Bedford St @ Hartwell Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7898", "links": { @@ -234073,7 +240339,8 @@ "longitude": -71.253388, "name": "Hartwell Ave @ Westview St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "78981", "links": { @@ -234111,7 +240378,8 @@ "longitude": -71.257744, "name": "Hartwell Ave @ Bikeway", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "78982", "links": { @@ -234149,7 +240417,8 @@ "longitude": -71.257603, "name": "Hartwell Ave @ Bikeway", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "78987", "links": { @@ -234187,7 +240456,8 @@ "longitude": -71.252434, "name": "Hartwell Ave opp Westview St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "78988", "links": { @@ -234220,12 +240490,13 @@ { "attributes": { "description": null, - "latitude": 42.346965, + "latitude": 42.347671, "location_type": 0, - "longitude": -71.08772, - "name": "Massachusetts Ave @ Boylston St", + "longitude": -71.088092, + "name": "Massachusetts Ave @ Newbury St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "79", "links": { @@ -234238,23 +240509,23 @@ "connecting_stops": { "data": [ { - "id": "1932", + "id": "place-hymnl", "type": "stop" }, { - "id": "9070152", + "id": "93", "type": "stop" }, { - "id": "11391", + "id": "1932", "type": "stop" }, { - "id": "place-hymnl", + "id": "11391", "type": "stop" }, { - "id": "93", + "id": "9070152", "type": "stop" }, { @@ -234288,7 +240559,8 @@ "longitude": -71.139543, "name": "Belgrade Ave @ Aldrich St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "790", "links": { @@ -234324,9 +240596,10 @@ "latitude": 42.473709, "location_type": 0, "longitude": -71.248316, - "name": "Bedford St @ Eldred St", + "name": "Bedford St opp Eldred St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7900", "links": { @@ -234364,7 +240637,8 @@ "longitude": -71.242312, "name": "Bedford St opp Simonds Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7902", "links": { @@ -234400,9 +240674,10 @@ "latitude": 42.463959, "location_type": 0, "longitude": -71.240906, - "name": "Bedford St @ Harding Rd", + "name": "Bedford St @ Valley Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7903", "links": { @@ -234440,7 +240715,8 @@ "longitude": -71.240328, "name": "Bedford St opp Ledgelawn Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7904", "links": { @@ -234478,7 +240754,8 @@ "longitude": -71.239206, "name": "Bedford St @ Sunny Knoll Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7905", "links": { @@ -234516,7 +240793,8 @@ "longitude": -71.238466, "name": "Bedford St @ Vaille Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7906", "links": { @@ -234554,7 +240832,8 @@ "longitude": -71.237239, "name": "Bedford St @ Reed St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7907", "links": { @@ -234592,7 +240871,8 @@ "longitude": -71.235379, "name": "Bedford St @ Hill St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7908", "links": { @@ -234630,7 +240910,8 @@ "longitude": -71.234247, "name": "Bedford St @ Tewksbury St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7909", "links": { @@ -234668,7 +240949,8 @@ "longitude": -71.137212, "name": "Belgrade Ave @ Walworth St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "791", "links": { @@ -234706,7 +240988,8 @@ "longitude": -71.233126, "name": "Opp 57 Bedford St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7910", "links": { @@ -234744,7 +241027,8 @@ "longitude": -71.231867, "name": "Bedford St @ Worthen Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7911", "links": { @@ -234782,7 +241066,8 @@ "longitude": -71.230669, "name": "Bedford St @ Harrington Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7912", "links": { @@ -234820,7 +241105,8 @@ "longitude": -71.20362, "name": "Massachusetts Ave @ Oak St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7913", "links": { @@ -234858,7 +241144,8 @@ "longitude": -71.201908, "name": "430 Massachusetts Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7914", "links": { @@ -234896,7 +241183,8 @@ "longitude": -71.198778, "name": "Massachusetts Ave @ Fottler Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7915", "links": { @@ -234934,7 +241222,8 @@ "longitude": -71.19629, "name": "Massachusetts Ave @ Charles St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "7916", "links": { @@ -234972,7 +241261,8 @@ "longitude": -71.194862, "name": "Massachusetts Ave @ Bow St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7917", "links": { @@ -235010,7 +241300,8 @@ "longitude": -71.192893, "name": "Massachusetts Ave @ Hibbert St - Arlington Line", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7918", "links": { @@ -235048,7 +241339,8 @@ "longitude": -71.189411, "name": "Massachusetts Ave opp Drake Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7919", "links": { @@ -235086,7 +241378,8 @@ "longitude": -71.135028, "name": "Belgrade Ave @ Penfield St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "792", "links": { @@ -235124,7 +241417,8 @@ "longitude": -71.187619, "name": "Massachusetts Ave @ Paul Revere Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7921", "links": { @@ -235162,7 +241456,8 @@ "longitude": -71.184975, "name": "Arlington Heights Busway", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7922", "links": { @@ -235200,7 +241495,8 @@ "longitude": -71.132805, "name": "Belgrade Ave @ Pinehurst St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "793", "links": { @@ -235238,7 +241534,8 @@ "longitude": -71.129553, "name": "Corinth St @ Cohasset St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "795", "links": { @@ -235276,7 +241573,8 @@ "longitude": -71.168968, "name": "Summer St opp Washington St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7953", "links": { @@ -235314,7 +241612,8 @@ "longitude": -71.168978, "name": "Washington St @ Candia St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7954", "links": { @@ -235352,7 +241651,8 @@ "longitude": -71.169786, "name": "Washington St @ Ronald Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7955", "links": { @@ -235390,7 +241690,8 @@ "longitude": -71.171061, "name": "Washington St @ Mountain Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7956", "links": { @@ -235428,7 +241729,8 @@ "longitude": -71.173205, "name": "Clyde Terr @ Lawrence Ln", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "7959", "links": { @@ -235466,7 +241768,8 @@ "longitude": -71.175483, "name": "Forest St @ Thomas St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7960", "links": { @@ -235504,7 +241807,8 @@ "longitude": -71.17617, "name": "Forest St @ Heard Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7961", "links": { @@ -235542,7 +241846,8 @@ "longitude": -71.229095, "name": "625 Washington St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "79618", "links": { @@ -235580,7 +241885,8 @@ "longitude": -71.17575, "name": "Forest St @ Hancock St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7962", "links": { @@ -235618,7 +241924,8 @@ "longitude": -71.174804, "name": "Forest St @ Sunset Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7963", "links": { @@ -235656,7 +241963,8 @@ "longitude": -71.173818, "name": "Summer st @ Forest St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "79642", "links": { @@ -235694,7 +242002,8 @@ "longitude": -71.169347, "name": "Summer St @ Washington St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7965", "links": { @@ -235732,7 +242041,8 @@ "longitude": -71.164407, "name": "Summer St opp Symmes Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7966", "links": { @@ -235770,7 +242080,8 @@ "longitude": -71.162328, "name": "Summer St opp Oak Hill Dr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7967", "links": { @@ -235808,7 +242119,8 @@ "longitude": -71.159091, "name": "Summer St opp Richfield Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7968", "links": { @@ -235846,7 +242158,8 @@ "longitude": -71.157816, "name": "Mill St @ Mill Brook Dr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7969", "links": { @@ -235884,7 +242197,8 @@ "longitude": -71.130665, "name": "Belgrade Ave @ Robert St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "797", "links": { @@ -235927,7 +242241,8 @@ "longitude": -71.15777, "name": "Mill St @ Bacon St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7976", "links": { @@ -235965,7 +242280,8 @@ "longitude": -71.157863, "name": "Summer St @ Winthrop Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7977", "links": { @@ -236003,7 +242319,8 @@ "longitude": -71.161968, "name": "Summer St @ Oak Hill Dr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7978", "links": { @@ -236041,7 +242358,8 @@ "longitude": -71.164097, "name": "Summer St @ Symmes Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7979", "links": { @@ -236079,7 +242397,8 @@ "longitude": -71.132946, "name": "Belgrade Ave opp Pinehurst St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "798", "links": { @@ -236117,7 +242436,8 @@ "longitude": -71.162062, "name": "Symmes Circle @ Symmes Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "7981", "links": { @@ -236155,7 +242475,8 @@ "longitude": -71.135109, "name": "Belgrade Ave opp Penfield St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "799", "links": { @@ -236193,7 +242514,8 @@ "longitude": -71.070724, "name": "Massachusetts Ave @ Island St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8", "links": { @@ -236231,7 +242553,8 @@ "longitude": -71.086458, "name": "Massachusetts Ave opp Christian Science Ctr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "80", "links": { @@ -236269,7 +242592,8 @@ "longitude": -71.137533, "name": "Belgrade Ave @ Walworth St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "800", "links": { @@ -236307,7 +242631,8 @@ "longitude": -71.139544, "name": "Belgrade Ave opp Aldrich St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "801", "links": { @@ -236345,7 +242670,8 @@ "longitude": -71.143403, "name": "Belgrade Ave opp Rexhame St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "802", "links": { @@ -236383,7 +242709,8 @@ "longitude": -71.145052, "name": "Belgrade Ave @ McCraw St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "803", "links": { @@ -236430,7 +242757,8 @@ "longitude": -71.147975, "name": "Belgrade Ave @ West Roxbury Pkwy", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "804", "links": { @@ -236468,7 +242796,8 @@ "longitude": -71.149887, "name": "Belgrade Ave @ Centre St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "805", "links": { @@ -236506,7 +242835,8 @@ "longitude": -71.152439, "name": "Centre St @ Willow St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "806", "links": { @@ -236544,7 +242874,8 @@ "longitude": -71.18739, "name": "Washington St @ Waldo Way", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "80619", "links": { @@ -236582,7 +242913,8 @@ "longitude": -71.185988, "name": "14 Washington St opp Gay St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "80620", "links": { @@ -236620,7 +242952,8 @@ "longitude": -71.155081, "name": "Centre St @ Corey St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "807", "links": { @@ -236658,7 +242991,8 @@ "longitude": -71.156956, "name": "Centre St opp Bellevue st", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "808", "links": { @@ -236696,7 +243030,8 @@ "longitude": -71.158246, "name": "Centre St @ Lagrange St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "810", "links": { @@ -236734,7 +243069,8 @@ "longitude": -71.160401, "name": "Spring St @ Temple St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "812", "links": { @@ -236767,12 +243103,13 @@ { "attributes": { "description": null, - "latitude": 42.277537, + "latitude": 42.277627, "location_type": 0, - "longitude": -71.16324, + "longitude": -71.162945, "name": "Spring St opp Powell St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "813", "links": { @@ -236810,7 +243147,8 @@ "longitude": -71.088899, "name": "360 Huntington Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "81317", "links": { @@ -236857,7 +243195,8 @@ "longitude": -71.165423, "name": "Spring St @ Gardner St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "814", "links": { @@ -236895,7 +243234,8 @@ "longitude": -71.236875, "name": "Chapel St @ Great Plain Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "81437", "links": { @@ -236942,7 +243282,8 @@ "longitude": -71.235673, "name": "Highland Ave @ Oakland Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "81438", "links": { @@ -236980,7 +243321,8 @@ "longitude": -71.234835, "name": "Highland Ave @ Rosemary St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "81439", "links": { @@ -237018,7 +243360,8 @@ "longitude": -71.235483, "name": "Webster St @ Elder St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8144", "links": { @@ -237056,7 +243399,8 @@ "longitude": -71.23495, "name": "Highland Ave @ Dana Pl", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "81440", "links": { @@ -237094,7 +243438,8 @@ "longitude": -71.235202, "name": "Highland Ave @ Mark Lee Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "81441", "links": { @@ -237141,7 +243486,8 @@ "longitude": -71.236746, "name": "Hillside Ave @ Hunnewell St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "81442", "links": { @@ -237179,7 +243525,8 @@ "longitude": -71.235709, "name": "Hillside Ave @ Avery St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "81443", "links": { @@ -237217,7 +243564,8 @@ "longitude": -71.234013, "name": "Webster St @ Hillside Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "81444", "links": { @@ -237255,7 +243603,8 @@ "longitude": -71.2363, "name": "Webster St @ Central Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "81445", "links": { @@ -237293,7 +243642,8 @@ "longitude": -71.235193, "name": "Central Ave @ Noanette Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "81446", "links": { @@ -237331,7 +243681,8 @@ "longitude": -71.232925, "name": "Central Ave @ Gould St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "81447", "links": { @@ -237369,7 +243720,8 @@ "longitude": -71.23117, "name": "Central Ave @ Hampton Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "81448", "links": { @@ -237407,7 +243759,8 @@ "longitude": -71.228521, "name": "Central Ave @ Reservoir St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "81449", "links": { @@ -237445,7 +243798,8 @@ "longitude": -71.224718, "name": "Chestnut St @ Elliot St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8145", "links": { @@ -237483,7 +243837,8 @@ "longitude": -71.224024, "name": "Chestnut St @ Pennsylvania Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "81451", "links": { @@ -237521,7 +243876,8 @@ "longitude": -71.220632, "name": "Chestnut St @ Oak St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8146", "links": { @@ -237559,7 +243915,8 @@ "longitude": -71.220548, "name": "Oak St @ Chestnut St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "81463", "links": { @@ -237597,7 +243954,8 @@ "longitude": -71.217401, "name": "173 Oak St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "81464", "links": { @@ -237635,7 +243993,8 @@ "longitude": -71.221019, "name": "Oak St @ Elliot St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8147", "links": { @@ -237673,7 +244032,8 @@ "longitude": -71.219808, "name": "Elliot St @ Linden St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8148", "links": { @@ -237711,7 +244071,8 @@ "longitude": -71.217344, "name": "Elliot St @ Wetherell St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8149", "links": { @@ -237749,7 +244110,8 @@ "longitude": -71.166787, "name": "Spring St @ Baker St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "815", "links": { @@ -237787,7 +244149,8 @@ "longitude": -71.216105, "name": "Elliot St @ Columbia Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8150", "links": { @@ -237825,7 +244188,8 @@ "longitude": -71.213877, "name": "Elliot St opp Charles St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8151", "links": { @@ -237863,7 +244227,8 @@ "longitude": -71.212902, "name": "Woodward St @ Boylston St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8152", "links": { @@ -237901,7 +244266,8 @@ "longitude": -71.21382, "name": "Lincoln St @ Woodward St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8153", "links": { @@ -237939,7 +244305,8 @@ "longitude": -71.210712, "name": "Lincoln St @ Bowdoin St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8154", "links": { @@ -237977,7 +244344,8 @@ "longitude": -71.206537, "name": "Newton Highlands", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8155", "links": { @@ -238018,7 +244386,8 @@ "longitude": -71.206722, "name": "Walnut St @ Duncklee St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8156", "links": { @@ -238056,7 +244425,8 @@ "longitude": -71.206106, "name": "Walnut St @ Berwick Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "81561", "links": { @@ -238094,7 +244464,8 @@ "longitude": -71.206825, "name": "Walnut St @ Beacon St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "81562", "links": { @@ -238132,7 +244503,8 @@ "longitude": -71.20746, "name": "Walnut St @ Brentwood Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8158", "links": { @@ -238170,7 +244542,8 @@ "longitude": -71.207751, "name": "796 Walnut St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8159", "links": { @@ -238208,7 +244581,8 @@ "longitude": -71.168808, "name": "Spring St @ Moville St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "816", "links": { @@ -238246,7 +244620,8 @@ "longitude": -71.207072, "name": "Walnut St @ Homer St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8160", "links": { @@ -238284,7 +244659,8 @@ "longitude": -71.20682, "name": "Walnut St @ Commonwealth Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8161", "links": { @@ -238322,7 +244698,8 @@ "longitude": -71.239757, "name": "East St @ Kendall St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "81618", "links": { @@ -238360,7 +244737,8 @@ "longitude": -71.206639, "name": "Walnut St @ Prospect Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8162", "links": { @@ -238398,7 +244776,8 @@ "longitude": -71.205909, "name": "Walnut St @ Mill St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8163", "links": { @@ -238436,7 +244815,8 @@ "longitude": -71.206015, "name": "Walnut St @ Clyde St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8164", "links": { @@ -238474,7 +244854,8 @@ "longitude": -71.206604, "name": "Walnut St opp Otis St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8165", "links": { @@ -238512,7 +244893,8 @@ "longitude": -71.20674, "name": "Walnut St @ Washington Pk", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "81651", "links": { @@ -238550,7 +244932,8 @@ "longitude": -71.207027, "name": "Walnut St @ Newtonville Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8166", "links": { @@ -238609,7 +244992,8 @@ "longitude": -71.20733, "name": "Walnut St @ Washington St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8167", "links": { @@ -238664,7 +245048,8 @@ "longitude": -71.208007, "name": "Walnut St @ Page Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8168", "links": { @@ -238702,7 +245087,8 @@ "longitude": -71.20888, "name": "Walnut St @ Watertown St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "81681", "links": { @@ -238740,7 +245126,8 @@ "longitude": -71.210799, "name": "Walnut St @ Linwood Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "81682", "links": { @@ -238778,7 +245165,8 @@ "longitude": -71.213104, "name": "Crafts St @ California St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "81683", "links": { @@ -238816,7 +245204,8 @@ "longitude": -71.216606, "name": "Crafts St @ Albemarle Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "81685", "links": { @@ -238854,7 +245243,8 @@ "longitude": -71.22195, "name": "Crafts St @ Harding St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "81686", "links": { @@ -238892,7 +245282,8 @@ "longitude": -71.223558, "name": "Waltham St @ Lodge Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "81687", "links": { @@ -238930,7 +245321,8 @@ "longitude": -71.225457, "name": "Waltham St @ Hazelhurst Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "81688", "links": { @@ -238968,7 +245360,8 @@ "longitude": -71.206749, "name": "Watertown St @ Crafts St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8169", "links": { @@ -239006,7 +245399,8 @@ "longitude": -71.170956, "name": "Spring St @ VA Hospital", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "817", "links": { @@ -239044,7 +245438,8 @@ "longitude": -71.202409, "name": "Watertown St @ Adams St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8170", "links": { @@ -239082,7 +245477,8 @@ "longitude": -71.200222, "name": "Watertown St @ Chapel St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8171", "links": { @@ -239120,7 +245516,8 @@ "longitude": -71.197011, "name": "Watertown St @ Pearl St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8172", "links": { @@ -239158,7 +245555,8 @@ "longitude": -71.195534, "name": "Watertown St @ Washburn St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8173", "links": { @@ -239196,7 +245594,8 @@ "longitude": -71.194156, "name": "Watertown St @ Pond St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8174", "links": { @@ -239234,7 +245633,8 @@ "longitude": -71.192276, "name": "Watertown St @ Morse St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8175", "links": { @@ -239272,7 +245672,8 @@ "longitude": -71.191427, "name": "Watertown St @ Fifth Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8176", "links": { @@ -239310,7 +245711,8 @@ "longitude": -71.188539, "name": "Watertown St @ Aldrich Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8177", "links": { @@ -239348,7 +245750,8 @@ "longitude": -71.185502, "name": "Watertown Sq Terminal", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8178", "links": { @@ -239386,7 +245789,8 @@ "longitude": -71.188538, "name": "Watertown St opp Aldrich Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8180", "links": { @@ -239424,7 +245828,8 @@ "longitude": -71.191223, "name": "Watertown St @ Fifth St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8181", "links": { @@ -239462,7 +245867,8 @@ "longitude": -71.192143, "name": "Watertown St opp Morse St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8182", "links": { @@ -239500,7 +245906,8 @@ "longitude": -71.194485, "name": "Watertown St opp Pond St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8183", "links": { @@ -239538,7 +245945,8 @@ "longitude": -71.147817, "name": "Grove St opp Allandale Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "81835", "links": { @@ -239576,7 +245984,8 @@ "longitude": -71.19681, "name": "Watertown St opp Pearl St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8185", "links": { @@ -239614,7 +246023,8 @@ "longitude": -71.23751, "name": "Chestnut St @ Oak St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "81852", "links": { @@ -239652,7 +246062,8 @@ "longitude": -71.200225, "name": "Watertown St @ Chapel St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8186", "links": { @@ -239690,7 +246101,8 @@ "longitude": -71.201837, "name": "Watertown St @ Adams St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8187", "links": { @@ -239728,7 +246140,8 @@ "longitude": -71.206028, "name": "503 Watertown St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8188", "links": { @@ -239766,7 +246179,8 @@ "longitude": -71.209045, "name": "Walnut St @ Watertown St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8189", "links": { @@ -239804,7 +246218,8 @@ "longitude": -71.140511, "name": "Lee St @ Boylston St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "81916", "links": { @@ -239842,7 +246257,8 @@ "longitude": -71.143, "name": "Chestnut Hill Ave @ Channing Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "81917", "links": { @@ -239880,7 +246296,8 @@ "longitude": -71.206755, "name": "Walnut St @ Otis St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8192", "links": { @@ -239918,7 +246335,8 @@ "longitude": -71.206153, "name": "Walnut St @ Clyde St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8193", "links": { @@ -239956,7 +246374,8 @@ "longitude": -71.206012, "name": "Walnut St @ Mill St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8194", "links": { @@ -239994,7 +246413,8 @@ "longitude": -71.206756, "name": "Walnut St @ Prospect Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8195", "links": { @@ -240032,7 +246452,8 @@ "longitude": -71.206955, "name": "Walnut St @ Commonwealth Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8196", "links": { @@ -240070,7 +246491,8 @@ "longitude": -71.20714, "name": "Walnut St @ Homer St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8197", "links": { @@ -240108,7 +246530,8 @@ "longitude": -71.207877, "name": "791 Walnut St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8198", "links": { @@ -240146,7 +246569,8 @@ "longitude": -71.207637, "name": "Walnut St @ Brentwood Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8199", "links": { @@ -240184,7 +246608,8 @@ "longitude": -71.084701, "name": "Massachusetts Ave @ Huntington Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "82", "links": { @@ -240231,7 +246656,8 @@ "longitude": -71.171963, "name": "Charles River Loop", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 2 }, "id": "820", "links": { @@ -240269,7 +246695,8 @@ "longitude": -71.206915, "name": "Walnut St @ Beacon St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "8200", "links": { @@ -240307,7 +246734,8 @@ "longitude": -71.206229, "name": "Walnut St @ Fisher Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "82011", "links": { @@ -240345,7 +246773,8 @@ "longitude": -71.206799, "name": "Walnut St @ Duncklee St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8202", "links": { @@ -240383,7 +246812,8 @@ "longitude": -71.206479, "name": "Newton Highlands", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8203", "links": { @@ -240424,7 +246854,8 @@ "longitude": -71.209784, "name": "Needham St @ Easy St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "82030", "links": { @@ -240462,7 +246893,8 @@ "longitude": -71.213104, "name": "Needham St @ Jaconett Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "82031", "links": { @@ -240500,7 +246932,8 @@ "longitude": -71.21495, "name": "Needham St opp Charlemont St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "82032", "links": { @@ -240538,7 +246971,8 @@ "longitude": -71.217212, "name": "156 Oak St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "82033", "links": { @@ -240576,7 +247010,8 @@ "longitude": -71.22031, "name": "106 Oak St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "82034", "links": { @@ -240614,7 +247049,8 @@ "longitude": -71.211591, "name": "Needham St opp Columbia Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "82039", "links": { @@ -240652,7 +247088,8 @@ "longitude": -71.208476, "name": "69 Lincoln St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8204", "links": { @@ -240690,7 +247127,8 @@ "longitude": -71.214802, "name": "Needham St @ Charlemont St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "82047", "links": { @@ -240728,7 +247166,8 @@ "longitude": -71.212953, "name": "Needham St @ Jaconnet St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "82048", "links": { @@ -240766,7 +247205,8 @@ "longitude": -71.211439, "name": "Needham St @ Columbia Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "82049", "links": { @@ -240804,7 +247244,8 @@ "longitude": -71.210819, "name": "Lincoln St @ Bowdoin St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8205", "links": { @@ -240842,7 +247283,8 @@ "longitude": -71.20961, "name": "Needham St opp Easy St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "82050", "links": { @@ -240880,7 +247322,8 @@ "longitude": -71.21393, "name": "Lincoln St @ Woodward St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8206", "links": { @@ -240918,7 +247361,8 @@ "longitude": -71.212736, "name": "Woodward St @ Boylston St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8207", "links": { @@ -240956,7 +247400,8 @@ "longitude": -71.213905, "name": "Elliot St @ Charles St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8208", "links": { @@ -240994,7 +247439,8 @@ "longitude": -71.21603, "name": "Elliot St @ Columbia Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8209", "links": { @@ -241032,7 +247478,8 @@ "longitude": -71.159417, "name": "Centre St @ Lorette St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "821", "links": { @@ -241070,7 +247517,8 @@ "longitude": -71.217485, "name": "Elliot St @ Cottage St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8210", "links": { @@ -241108,7 +247556,8 @@ "longitude": -71.219553, "name": "Elliot St @ Linden St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8211", "links": { @@ -241146,7 +247595,8 @@ "longitude": -71.221176, "name": "Oak St @ Elliot St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8212", "links": { @@ -241184,7 +247634,8 @@ "longitude": -71.220609, "name": "Oak St @ Chestnut St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8213", "links": { @@ -241222,7 +247673,8 @@ "longitude": -71.235052, "name": "Central Ave @ Parkland Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "82130", "links": { @@ -241260,7 +247712,8 @@ "longitude": -71.223898, "name": "Chestnut St @ Pennsylvania Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "82131", "links": { @@ -241298,7 +247751,8 @@ "longitude": -71.224603, "name": "Chestnut St @ Elliot St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "82132", "links": { @@ -241336,7 +247790,8 @@ "longitude": -71.228917, "name": "Central Ave @ Reservoir St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "82133", "links": { @@ -241374,7 +247829,8 @@ "longitude": -71.231303, "name": "Central Ave @ Saint Mary St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "82134", "links": { @@ -241412,7 +247868,8 @@ "longitude": -71.232792, "name": "Central Ave @ Gould St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "82135", "links": { @@ -241450,7 +247907,8 @@ "longitude": -71.236449, "name": "Webster St @ Central Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "82136", "links": { @@ -241488,7 +247946,8 @@ "longitude": -71.234063, "name": "Webster St @ Hillside Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "82137", "links": { @@ -241526,7 +247985,8 @@ "longitude": -71.235697, "name": "Hillside Ave @ Avery St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "82138", "links": { @@ -241564,7 +248024,8 @@ "longitude": -71.236878, "name": "Hillside Ave @ Hunnewell St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "82139", "links": { @@ -241602,7 +248063,8 @@ "longitude": -71.235334, "name": "Highland Ave @ Avery Sq", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "82140", "links": { @@ -241649,7 +248111,8 @@ "longitude": -71.160531, "name": "Centre St @ Autumn St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "822", "links": { @@ -241687,7 +248150,8 @@ "longitude": -71.210048, "name": "Cambridge St opp Wilmington Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8229", "links": { @@ -241725,7 +248189,8 @@ "longitude": -71.160281, "name": "Centre St @ Cass St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "823", "links": { @@ -241763,7 +248228,8 @@ "longitude": -71.207494, "name": "Cambridge St opp Chestnut Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8230", "links": { @@ -241801,7 +248267,8 @@ "longitude": -71.205379, "name": "Cambridge St @ Great Pines Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8231", "links": { @@ -241839,7 +248306,8 @@ "longitude": -71.202249, "name": "Cambridge St opp Skilton Ln", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8232", "links": { @@ -241877,7 +248345,8 @@ "longitude": -71.200582, "name": "Cambridge St @ Terry Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8233", "links": { @@ -241915,7 +248384,8 @@ "longitude": -71.198483, "name": "Cambridge St @ Church Ln", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "8234", "links": { @@ -241953,7 +248423,8 @@ "longitude": -71.195917, "name": "Cambridge St @ Bedford St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8235", "links": { @@ -241991,7 +248462,8 @@ "longitude": -71.195198, "name": "127 Cambridge St opp Cedarwood Ln", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8236", "links": { @@ -242029,7 +248501,8 @@ "longitude": -71.194692, "name": "Cambridge St opp Birchcrest St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8237", "links": { @@ -242067,7 +248540,8 @@ "longitude": -71.19443, "name": "99 Cambridge St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8239", "links": { @@ -242105,7 +248579,8 @@ "longitude": -71.160805, "name": "Centre St @ Bronx Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "824", "links": { @@ -242143,7 +248618,8 @@ "longitude": -71.193811, "name": "Cambridge St @ Burlington Mall Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8240", "links": { @@ -242181,7 +248657,8 @@ "longitude": -71.19024, "name": "Cambridge St @ Wayside Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8241", "links": { @@ -242219,7 +248696,8 @@ "longitude": -71.188211, "name": "Cambridge St @ Lincoln Knoll Ln", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8242", "links": { @@ -242257,7 +248735,8 @@ "longitude": -71.186901, "name": "Cambridge St opp Ray Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8243", "links": { @@ -242295,7 +248774,8 @@ "longitude": -71.236048, "name": "Highland Ave @ May St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "82437", "links": { @@ -242333,7 +248813,8 @@ "longitude": -71.185434, "name": "Cambridge Rd @ S Bedford Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 2 }, "id": "8244", "links": { @@ -242371,7 +248852,8 @@ "longitude": -71.182285, "name": "81 Cambridge Rd opp Locust St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 2 }, "id": "8245", "links": { @@ -242409,7 +248891,8 @@ "longitude": -71.180326, "name": "Cambridge Rd @ Revere Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 2 }, "id": "8247", "links": { @@ -242447,7 +248930,8 @@ "longitude": -71.178576, "name": "Russell St @ Cambridge St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "82471", "links": { @@ -242485,7 +248969,8 @@ "longitude": -71.178436, "name": "Cambridge Rd @ Russell St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8248", "links": { @@ -242523,7 +249008,8 @@ "longitude": -71.176234, "name": "205 Cambridge Rd opp Day Circle", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8249", "links": { @@ -242561,7 +249047,8 @@ "longitude": -71.161439, "name": "Centre St opp Wedgemere Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "825", "links": { @@ -242599,7 +249086,8 @@ "longitude": -71.174707, "name": "223 Cambridge Rd opp Crawford Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8250", "links": { @@ -242637,7 +249125,8 @@ "longitude": -71.17304, "name": "Cambridge Rd @ Parker St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8251", "links": { @@ -242675,7 +249164,8 @@ "longitude": -71.171898, "name": "259 Cambridge Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8252", "links": { @@ -242713,7 +249203,8 @@ "longitude": -71.168312, "name": "Cambridge Rd @ Crescent Park Dr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8253", "links": { @@ -242751,7 +249242,8 @@ "longitude": -71.164216, "name": "Cambridge Rd @ Wainwright Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 2 }, "id": "8254", "links": { @@ -242789,7 +249281,8 @@ "longitude": -71.159735, "name": "Cambridge St opp Pond St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8257", "links": { @@ -242827,7 +249320,8 @@ "longitude": -71.157039, "name": "Cambridge St @ Wildwood St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8259", "links": { @@ -242865,7 +249359,8 @@ "longitude": -71.16203, "name": "Centre St @ Glenhaven Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "826", "links": { @@ -242903,7 +249398,8 @@ "longitude": -71.155459, "name": "Cambridge St @ Blossom Hill Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8260", "links": { @@ -242941,7 +249437,8 @@ "longitude": -71.154625, "name": "Cambridge St @ Oneida Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8261", "links": { @@ -242979,7 +249476,8 @@ "longitude": -71.242841, "name": "East St @ Pennington Dr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "82618", "links": { @@ -243017,7 +249515,8 @@ "longitude": -71.153306, "name": "Cambridge St @ High St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8262", "links": { @@ -243055,7 +249554,8 @@ "longitude": -71.15221, "name": "Cambridge St @ Myopia Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 2 }, "id": "8264", "links": { @@ -243093,7 +249593,8 @@ "longitude": -71.152937, "name": "26 Cambridge St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8267", "links": { @@ -243123,44 +249624,6 @@ }, "type": "stop" }, - { - "attributes": { - "description": null, - "latitude": 42.436319, - "location_type": 0, - "longitude": -71.155374, - "name": "Cambridge St @ Arlington St", - "platform_name": null, - "vehicle_type": 3 - }, - "id": "8268", - "links": { - "self": "/stops/8268" - }, - "relationships": { - "child_stops": { - "data": [] - }, - "connecting_stops": { - "data": [] - }, - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=8268" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, { "attributes": { "description": null, @@ -243169,7 +249632,8 @@ "longitude": -71.155609, "name": "Mystic St @ Old Mystic St - Arlington Line", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8269", "links": { @@ -243207,7 +249671,8 @@ "longitude": -71.162822, "name": "Centre St @ Northdale Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "827", "links": { @@ -243245,7 +249710,8 @@ "longitude": -71.153132, "name": "Mystic St @ Falmouth Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8270", "links": { @@ -243283,7 +249749,8 @@ "longitude": -71.152233, "name": "294 Mystic St opp Beverly Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8271", "links": { @@ -243321,7 +249788,8 @@ "longitude": -71.153391, "name": "Mystic St @ Columbia Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8272", "links": { @@ -243359,7 +249827,8 @@ "longitude": -71.153778, "name": "Mystic St @ Victoria Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8273", "links": { @@ -243397,7 +249866,8 @@ "longitude": -71.152743, "name": "144 Mystic St opp Rangely Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8274", "links": { @@ -243435,7 +249905,8 @@ "longitude": -71.151205, "name": "Mystic St @ Russell St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8275", "links": { @@ -243473,7 +249944,8 @@ "longitude": -71.064353, "name": "Tremont St @ Boylston Station", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8279", "links": { @@ -243516,7 +249988,8 @@ "longitude": -71.162965, "name": "Centre St @ Fairlane Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "828", "links": { @@ -243554,7 +250027,8 @@ "longitude": -71.065439, "name": "285 Tremont St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8281", "links": { @@ -243605,7 +250079,8 @@ "longitude": -71.20713, "name": "Watertown St @ Crafts St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8285", "links": { @@ -243643,7 +250118,8 @@ "longitude": -71.208103, "name": "Walnut St @ Page Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "82851", "links": { @@ -243681,7 +250157,8 @@ "longitude": -71.207073, "name": "Walnut St @ Austin St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "82853", "links": { @@ -243740,7 +250217,8 @@ "longitude": -71.162978, "name": "2519 Centre St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "829", "links": { @@ -243778,7 +250256,8 @@ "longitude": -71.203268, "name": "Main St @ Evans St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "8291", "links": { @@ -243814,9 +250293,10 @@ "latitude": 42.372745, "location_type": 0, "longitude": -71.20129, - "name": "590 Main St opp Herson St", + "name": "590 Main St opp Hersom St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8292", "links": { @@ -243854,7 +250334,8 @@ "longitude": -71.198807, "name": "Main St @ Pilgrim Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "8293", "links": { @@ -243892,7 +250373,8 @@ "longitude": -71.195998, "name": "Main St @ Oakland St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8294", "links": { @@ -243930,7 +250412,8 @@ "longitude": -71.192201, "name": "Main St @ French St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8295", "links": { @@ -243968,7 +250451,8 @@ "longitude": -71.189099, "name": "Main St @ Green St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "8296", "links": { @@ -244006,7 +250490,8 @@ "longitude": -71.186543, "name": "Main St @ Cross St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8297", "links": { @@ -244044,7 +250529,8 @@ "longitude": -71.194843, "name": "Main St @ Howard St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8298", "links": { @@ -244082,7 +250568,8 @@ "longitude": -71.163277, "name": "Stimson St @ Centre St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "830", "links": { @@ -244120,7 +250607,8 @@ "longitude": -71.101815, "name": "Fellsway W @ Elm St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8301", "links": { @@ -244158,7 +250646,8 @@ "longitude": -71.102168, "name": "Fellsway W opp Elm St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8302", "links": { @@ -244196,7 +250685,8 @@ "longitude": -71.103828, "name": "Fellsway W @ S Border Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8303", "links": { @@ -244234,7 +250724,8 @@ "longitude": -71.216067, "name": "Needham St @ Oak St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "83032", "links": { @@ -244272,7 +250763,8 @@ "longitude": -71.101209, "name": "Fellsway W @ Fulton St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8304", "links": { @@ -244310,7 +250802,8 @@ "longitude": -71.097251, "name": "Fellsway W @ Paris St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8305", "links": { @@ -244348,7 +250841,8 @@ "longitude": -71.094343, "name": "Fellsway W @ Cherry St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8306", "links": { @@ -244386,7 +250880,8 @@ "longitude": -71.092796, "name": "Fellsway W @ Grant Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8307", "links": { @@ -244424,7 +250919,8 @@ "longitude": -71.090152, "name": "Salem St @ Fellsway W", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8308", "links": { @@ -244462,7 +250958,8 @@ "longitude": -71.056806, "name": "Surface Rd @ Hanover St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8309", "links": { @@ -244478,10 +250975,6 @@ "id": "117", "type": "stop" }, - { - "id": "9070025", - "type": "stop" - }, { "id": "9170024", "type": "stop" @@ -244517,44 +251010,6 @@ }, "type": "stop" }, - { - "attributes": { - "description": null, - "latitude": 42.361933, - "location_type": 0, - "longitude": -71.056211, - "name": "Surface Rd opp Public Market", - "platform_name": null, - "vehicle_type": 3 - }, - "id": "83091", - "links": { - "self": "/stops/83091" - }, - "relationships": { - "child_stops": { - "data": [] - }, - "connecting_stops": { - "data": [] - }, - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=83091" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, { "attributes": { "description": null, @@ -244563,7 +251018,8 @@ "longitude": -71.159719, "name": "80 Stimson St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "831", "links": { @@ -244601,7 +251057,8 @@ "longitude": -71.089893, "name": "Fellsway W @ Salem St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8311", "links": { @@ -244639,7 +251096,8 @@ "longitude": -71.091619, "name": "Fellsway W @ Fells Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "83111", "links": { @@ -244677,7 +251135,8 @@ "longitude": -71.097269, "name": "Fellsway W @ Fern Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8313", "links": { @@ -244715,7 +251174,8 @@ "longitude": -71.101017, "name": "Fellsway W @ Fulton St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8314", "links": { @@ -244753,7 +251213,8 @@ "longitude": -71.102573, "name": "Fellsway W @ Ridgeway Rd - Roosevelt Circle", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8315", "links": { @@ -244791,7 +251252,8 @@ "longitude": -71.101141, "name": "Fellsway W @ Foss St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "8317", "links": { @@ -244829,7 +251291,8 @@ "longitude": -70.879784, "name": "7 Sohier Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8318", "links": { @@ -244867,7 +251330,8 @@ "longitude": -70.879216, "name": "Sohier Rd @ Story Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8319", "links": { @@ -244905,7 +251369,8 @@ "longitude": -71.158675, "name": "Stimson St @ Washington St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "832", "links": { @@ -244943,7 +251408,8 @@ "longitude": -70.879032, "name": "Sohier Rd @ Beverly High School", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8320", "links": { @@ -244981,7 +251447,8 @@ "longitude": -70.879158, "name": "Sohier Rd @ Beverly High School", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8323", "links": { @@ -245019,7 +251486,8 @@ "longitude": -70.879386, "name": "Sohier Rd opp Story Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8324", "links": { @@ -245057,7 +251525,8 @@ "longitude": -70.879807, "name": "22 Sohier Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8325", "links": { @@ -245095,7 +251564,8 @@ "longitude": -71.056697, "name": "Adams St @ Parkman St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8326", "links": { @@ -245133,7 +251603,8 @@ "longitude": -71.054305, "name": "Neponset Ave @ Victory Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8327", "links": { @@ -245171,7 +251642,8 @@ "longitude": -71.143445, "name": "1 W Milton St opp Ernest Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8328", "links": { @@ -245209,7 +251681,8 @@ "longitude": -71.14037, "name": "49 W Milton St opp W Milton Pl", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8329", "links": { @@ -245247,7 +251720,8 @@ "longitude": -71.170648, "name": "Baker St @ Lasell St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "833", "links": { @@ -245285,7 +251759,8 @@ "longitude": -71.138145, "name": "113 W Milton St opp Pine Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8330", "links": { @@ -245323,7 +251798,8 @@ "longitude": -71.13563, "name": "Readville St @ W Milton St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8331", "links": { @@ -245361,7 +251837,8 @@ "longitude": -71.135558, "name": "Readville St opp Como Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8332", "links": { @@ -245399,7 +251876,8 @@ "longitude": -71.134245, "name": "Readville St @ Albermarle St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8333", "links": { @@ -245437,7 +251915,8 @@ "longitude": -71.134256, "name": "Neponset Valley Parkway @ Readville St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8335", "links": { @@ -245475,7 +251954,8 @@ "longitude": -71.033202, "name": "Kennedy Dr @ Main Stop", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8336", "links": { @@ -245513,7 +251993,8 @@ "longitude": -71.136126, "name": "River St opp Turtle Pond Pkwy", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8337", "links": { @@ -245551,7 +252032,8 @@ "longitude": -71.031803, "name": "Kennedy Dr @ Bldg 184", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8338", "links": { @@ -245589,7 +252071,8 @@ "longitude": -71.198672, "name": "Main St @ Gilbert St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "8339", "links": { @@ -245627,7 +252110,8 @@ "longitude": -71.170052, "name": "Lasell St @ Temple St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "834", "links": { @@ -245665,7 +252149,8 @@ "longitude": -71.050745, "name": "Victory Rd @ Puritan Mall Driveway", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8340", "links": { @@ -245703,7 +252188,8 @@ "longitude": -71.049066, "name": "Puritan Mall Service Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8341", "links": { @@ -245741,7 +252227,8 @@ "longitude": -71.048106, "name": "Freeport St @ Morrisey Blvd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8342", "links": { @@ -245779,7 +252266,8 @@ "longitude": -71.131703, "name": "Opp 1557 River St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8343", "links": { @@ -245817,7 +252305,8 @@ "longitude": -71.130937, "name": "River St @ Reservation Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8344", "links": { @@ -245855,7 +252344,8 @@ "longitude": -71.169316, "name": "Lasell St @ Perham St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "835", "links": { @@ -245893,7 +252383,8 @@ "longitude": -71.167836, "name": "Lasell St opp Atlantis St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "836", "links": { @@ -245931,7 +252422,8 @@ "longitude": -71.246425, "name": "East St @ Hartshorn Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "83618", "links": { @@ -245969,7 +252461,8 @@ "longitude": -71.166774, "name": "Lasell St @ Lagrange St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "837", "links": { @@ -246007,7 +252500,8 @@ "longitude": -71.165448, "name": "Lagrange St @ Vermont St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "838", "links": { @@ -246045,7 +252539,8 @@ "longitude": -71.163908, "name": "Lagrange St @ Burard St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "839", "links": { @@ -246083,7 +252578,8 @@ "longitude": -71.167, "name": "Baker St opp Wycliff Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8390", "links": { @@ -246121,7 +252617,8 @@ "longitude": -71.166864, "name": "Baker St opp Dunwell St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8391", "links": { @@ -246159,7 +252656,8 @@ "longitude": -71.167935, "name": "Baker St @ Cutter Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8392", "links": { @@ -246197,7 +252695,8 @@ "longitude": -71.168998, "name": "Baker St @ Rumford Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8393", "links": { @@ -246235,7 +252734,8 @@ "longitude": -71.169493, "name": "Baker St @ Varick Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8394", "links": { @@ -246273,7 +252773,8 @@ "longitude": -71.080299, "name": "Massachusetts Ave @ Tremont St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "84", "links": { @@ -246311,7 +252812,8 @@ "longitude": -71.162477, "name": "Lagrange St @ Pender St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "840", "links": { @@ -246349,7 +252851,8 @@ "longitude": -71.161613, "name": "Lagrange St @ Virgil Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "841", "links": { @@ -246387,7 +252890,8 @@ "longitude": -71.160818, "name": "Lagrange St @ Westmount Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "842", "links": { @@ -246425,7 +252929,8 @@ "longitude": -71.187952, "name": "Massachusetts Ave opp Paul Revere Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8428", "links": { @@ -246463,7 +252968,8 @@ "longitude": -71.189452, "name": "Massachusetts Ave @ Drake Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8429", "links": { @@ -246501,7 +253007,8 @@ "longitude": -71.159686, "name": "Lagrange St @ Dent St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "843", "links": { @@ -246544,7 +253051,8 @@ "longitude": -71.193137, "name": "Massachusetts Ave opp Sylvia St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8430", "links": { @@ -246582,7 +253090,8 @@ "longitude": -71.194599, "name": "Massachusetts Ave @ Bow St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8431", "links": { @@ -246620,7 +253129,8 @@ "longitude": -71.196019, "name": "Massachusetts Ave opp Charles St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8432", "links": { @@ -246658,7 +253168,8 @@ "longitude": -71.198781, "name": "Massachusetts Ave @ Fottler Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8433", "links": { @@ -246696,7 +253207,8 @@ "longitude": -71.201648, "name": "Opp 430 Massachusetts Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8434", "links": { @@ -246734,7 +253246,8 @@ "longitude": -71.203657, "name": "Massachusetts Ave opp Oak St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8435", "links": { @@ -246767,12 +253280,13 @@ { "attributes": { "description": null, - "latitude": 42.428863, + "latitude": 42.429044, "location_type": 0, - "longitude": -71.206655, + "longitude": -71.206768, "name": "Massachusetts Ave opp Pleasant St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8436", "links": { @@ -246810,7 +253324,8 @@ "longitude": -71.230615, "name": "Bedford St @ Harrington Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8437", "links": { @@ -246848,7 +253363,8 @@ "longitude": -71.232488, "name": "Bedford St opp Worthen Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8438", "links": { @@ -246886,7 +253402,8 @@ "longitude": -71.232967, "name": "57 Bedford St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8439", "links": { @@ -246924,7 +253441,8 @@ "longitude": -71.234191, "name": "Bedford St @ Tewksbury St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8440", "links": { @@ -246962,7 +253480,8 @@ "longitude": -71.235553, "name": "Bedford St @ Revere St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8441", "links": { @@ -247000,7 +253519,8 @@ "longitude": -71.237183, "name": "Bedford St @ Larchmont Ln", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8442", "links": { @@ -247038,7 +253558,8 @@ "longitude": -71.238449, "name": "Bedford St opp Vaille Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8443", "links": { @@ -247076,7 +253597,8 @@ "longitude": -71.239095, "name": "Bedford St opp Sunny Knoll Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8444", "links": { @@ -247114,7 +253636,8 @@ "longitude": -71.240218, "name": "Bedford St @ Ledgelawn Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8445", "links": { @@ -247152,7 +253675,8 @@ "longitude": -71.240788, "name": "Bedford St @ N Hancock St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8446", "links": { @@ -247190,7 +253714,8 @@ "longitude": -71.242392, "name": "Bedford St @ Simonds Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8447", "links": { @@ -247228,7 +253753,8 @@ "longitude": -71.243533, "name": "343 Bedford St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8448", "links": { @@ -247266,7 +253792,8 @@ "longitude": -71.248515, "name": "Bedford St @ Eldred St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8449", "links": { @@ -247304,7 +253831,8 @@ "longitude": -71.158368, "name": "Lagrange St @ Centre St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "845", "links": { @@ -247342,7 +253870,8 @@ "longitude": -71.249636, "name": "Bedford St @ National Guard Armory", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8450", "links": { @@ -247380,7 +253909,8 @@ "longitude": -71.251498, "name": "Bedford St opp Hartwell Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8451", "links": { @@ -247418,7 +253948,8 @@ "longitude": -71.255747, "name": "Great Rd @ Perham St - Bedford Line", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8453", "links": { @@ -247456,7 +253987,8 @@ "longitude": -71.259671, "name": "Great Rd @ Shawsheen Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8455", "links": { @@ -247494,7 +254026,8 @@ "longitude": -71.263394, "name": "Great Rd @ Shopping Center", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8457", "links": { @@ -247532,7 +254065,8 @@ "longitude": -71.266464, "name": "Great Rd opp Roberts Dr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8458", "links": { @@ -247570,7 +254104,8 @@ "longitude": -71.268309, "name": "Great Rd @ Brooksbie Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8459", "links": { @@ -247608,7 +254143,8 @@ "longitude": -71.160733, "name": "Lagrange St @ Westmount Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "846", "links": { @@ -247646,7 +254182,8 @@ "longitude": -71.27168, "name": "Loomis St @ Great Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8460", "links": { @@ -247676,44 +254213,6 @@ }, "type": "stop" }, - { - "attributes": { - "description": null, - "latitude": 42.488237, - "location_type": 0, - "longitude": -71.27318, - "name": "Loomis St opp Winthrop Ave", - "platform_name": null, - "vehicle_type": 3 - }, - "id": "8461", - "links": { - "self": "/stops/8461" - }, - "relationships": { - "child_stops": { - "data": [] - }, - "connecting_stops": { - "data": [] - }, - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=8461" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } - } - }, - "type": "stop" - }, { "attributes": { "description": null, @@ -247722,7 +254221,8 @@ "longitude": -71.249357, "name": "East St @ School St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "84618", "links": { @@ -247760,7 +254260,8 @@ "longitude": -71.277032, "name": "Loomis St @ Hartford St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8462", "links": { @@ -247798,7 +254299,8 @@ "longitude": -71.278624, "name": "South Rd @ Hartford St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8464", "links": { @@ -247836,7 +254338,8 @@ "longitude": -71.278935, "name": "South Rd @ Crescent Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8465", "links": { @@ -247874,7 +254377,8 @@ "longitude": -71.279005, "name": "South Rd @ Great Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8466", "links": { @@ -247912,7 +254416,8 @@ "longitude": -71.278346, "name": "Springs Rd @ Hancock St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8467", "links": { @@ -247950,7 +254455,8 @@ "longitude": -71.276318, "name": "Springs Rd @ Hillside Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8468", "links": { @@ -247988,7 +254494,8 @@ "longitude": -71.161535, "name": "Lagrange St opp Virgil Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "847", "links": { @@ -248026,7 +254533,8 @@ "longitude": -71.273305, "name": "Bedford VA Hospital @ Middlesex CC - Bldg 10", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8471", "links": { @@ -248064,7 +254572,8 @@ "longitude": -71.171725, "name": "Baker St @ VFW Pkwy", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8473", "links": { @@ -248102,7 +254611,8 @@ "longitude": -71.179479, "name": "Spiers Rd @ June Ln", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8474", "links": { @@ -248140,7 +254650,8 @@ "longitude": -71.181249, "name": "Fredette Rd @ Spiers Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "84741", "links": { @@ -248178,7 +254689,8 @@ "longitude": -71.183913, "name": "Sawmill Brook Pkwy @ McCarthy Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8476", "links": { @@ -248216,7 +254728,8 @@ "longitude": -71.185586, "name": "Sawmill Brook Pkwy @ Keller Path", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8477", "links": { @@ -248254,7 +254767,8 @@ "longitude": -71.188363, "name": "Sawmill Brook Pkwy @ Spiers Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8478", "links": { @@ -248292,7 +254806,8 @@ "longitude": -71.191092, "name": "Sawmill Brook Pkwy @ Walsh Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "84791", "links": { @@ -248330,7 +254845,8 @@ "longitude": -71.162432, "name": "Lagrange St opp Pender St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "848", "links": { @@ -248368,7 +254884,8 @@ "longitude": -71.192139, "name": "Wiswall Rd @ Walsh Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "8480", "links": { @@ -248406,7 +254923,8 @@ "longitude": -71.190612, "name": "Wiswall Rd @ Chinian Path", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8481", "links": { @@ -248444,7 +254962,8 @@ "longitude": -71.189216, "name": "Wiswall Rd @ Shumaker Path", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "8482", "links": { @@ -248482,7 +255001,8 @@ "longitude": -71.186386, "name": "Wiswall Rd @ McCarthy Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8483", "links": { @@ -248520,7 +255040,8 @@ "longitude": -71.185198, "name": "Wiswall Rd @ Indian Ridge Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8484", "links": { @@ -248558,7 +255079,8 @@ "longitude": -71.184913, "name": "Wiswall Rd @ Dedham St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8485", "links": { @@ -248596,7 +255118,8 @@ "longitude": -71.185078, "name": "Dedham St opp Wiswall Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8486", "links": { @@ -248634,7 +255157,8 @@ "longitude": -71.208042, "name": "Winchester St @ Centre St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "84885", "links": { @@ -248672,7 +255196,8 @@ "longitude": -71.189971, "name": "Dedham St @ Rosalie Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8489", "links": { @@ -248710,7 +255235,8 @@ "longitude": -71.163863, "name": "Lagrange St opp Burard St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "849", "links": { @@ -248748,7 +255274,8 @@ "longitude": -71.191265, "name": "Dedham St @ Arnold St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8490", "links": { @@ -248786,7 +255313,8 @@ "longitude": -71.191972, "name": "Dedham St @ Greenwood St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "8491", "links": { @@ -248824,7 +255352,8 @@ "longitude": -71.19376, "name": "Dedham St @ Meadowbrook Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8492", "links": { @@ -248862,7 +255391,8 @@ "longitude": -71.191838, "name": "Wheeler Rd @ Meadowbrook Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "84921", "links": { @@ -248900,7 +255430,8 @@ "longitude": -71.196478, "name": "Parker St @ Wheeler Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8495", "links": { @@ -248938,7 +255469,8 @@ "longitude": -71.19573, "name": "Parker St @ Roosevelt Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8496", "links": { @@ -248976,7 +255508,8 @@ "longitude": -71.194994, "name": "Parker St @ Hagen Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8497", "links": { @@ -249014,7 +255547,8 @@ "longitude": -71.194689, "name": "288 Parker St opp Parker Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8498", "links": { @@ -249052,7 +255586,8 @@ "longitude": -71.194258, "name": "Parker St @ Boylston St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8499", "links": { @@ -249090,7 +255625,8 @@ "longitude": -71.165208, "name": "Lagrange St @ Vermont St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "850", "links": { @@ -249128,7 +255664,8 @@ "longitude": -71.194147, "name": "200 Parker St opp Stearns St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "8500", "links": { @@ -249166,7 +255703,8 @@ "longitude": -71.194001, "name": "Parker St @ Glenwood Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8501", "links": { @@ -249204,7 +255742,8 @@ "longitude": -71.193834, "name": "Parker St @ Cypress St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8502", "links": { @@ -249242,7 +255781,8 @@ "longitude": -71.194359, "name": "Cypress St @ Braeland Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "8503", "links": { @@ -249280,7 +255820,8 @@ "longitude": -71.194786, "name": "Centre St @ Beacon St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8504", "links": { @@ -249318,7 +255859,8 @@ "longitude": -71.194615, "name": "Centre St @ Langley Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8505", "links": { @@ -249356,7 +255898,8 @@ "longitude": -71.193394, "name": "Centre St @ Gibbs St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8506", "links": { @@ -249394,7 +255937,8 @@ "longitude": -71.193264, "name": "Centre St @ Commonwealth Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8507", "links": { @@ -249432,7 +255976,8 @@ "longitude": -71.192876, "name": "Centre St @ Ward St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8508", "links": { @@ -249470,7 +256015,8 @@ "longitude": -71.192584, "name": "Centre St @ Alderwood Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8509", "links": { @@ -249508,7 +256054,8 @@ "longitude": -71.167015, "name": "Vermont St @ Carroll St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "851", "links": { @@ -249546,7 +256093,8 @@ "longitude": -71.191992, "name": "Centre St @ Cotton St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8510", "links": { @@ -249584,7 +256132,8 @@ "longitude": -71.18996, "name": "790 Centre St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8511", "links": { @@ -249622,7 +256171,8 @@ "longitude": -71.189175, "name": "Centre St @ Sargent St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8512", "links": { @@ -249660,7 +256210,8 @@ "longitude": -71.187914, "name": "Centre St @ George St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8513", "links": { @@ -249698,7 +256249,8 @@ "longitude": -71.186879, "name": "Centre St @ Hyde Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8514", "links": { @@ -249736,7 +256288,8 @@ "longitude": -71.185986, "name": "Centre St @ Newtonville Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8515", "links": { @@ -249774,7 +256327,8 @@ "longitude": -71.186386, "name": "Centre St @ Church St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8516", "links": { @@ -249812,7 +256366,8 @@ "longitude": -71.186523, "name": "Centre St @ Church St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8517", "links": { @@ -249850,7 +256405,8 @@ "longitude": -71.186111, "name": "Centre St @ Newtonville Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "8518", "links": { @@ -249888,7 +256444,8 @@ "longitude": -71.18683, "name": "Centre St @ Bellevue St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8519", "links": { @@ -249926,7 +256483,8 @@ "longitude": -71.168478, "name": "Vermont St @ Temple St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "852", "links": { @@ -249964,7 +256522,8 @@ "longitude": -71.188066, "name": "Centre St @ Lombard St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "8520", "links": { @@ -250002,7 +256561,8 @@ "longitude": -71.189408, "name": "Centre St @ Cabot St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8521", "links": { @@ -250040,7 +256600,8 @@ "longitude": -71.19017, "name": "785 Centre St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8522", "links": { @@ -250078,7 +256639,8 @@ "longitude": -71.192231, "name": "Centre St @ Cotton St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8523", "links": { @@ -250116,7 +256678,8 @@ "longitude": -71.266621, "name": "MIT Lincoln Laboratory", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "85231", "links": { @@ -250154,7 +256717,8 @@ "longitude": -71.192622, "name": "Centre St @ Mill St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8524", "links": { @@ -250192,7 +256756,8 @@ "longitude": -71.19317, "name": "Centre St @ Ward St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "8525", "links": { @@ -250230,7 +256795,8 @@ "longitude": -71.193394, "name": "Centre St @ Commonwealth Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8526", "links": { @@ -250268,7 +256834,8 @@ "longitude": -71.193531, "name": "Centre St @ Bowen St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "8527", "links": { @@ -250306,7 +256873,8 @@ "longitude": -71.19488, "name": "Centre St @ Beacon St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8528", "links": { @@ -250344,7 +256912,8 @@ "longitude": -71.208186, "name": "Winchester St @ Centre St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "85284", "links": { @@ -250382,7 +256951,8 @@ "longitude": -71.194445, "name": "Cypress St @ Braeland Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8529", "links": { @@ -250420,7 +256990,8 @@ "longitude": -71.16977, "name": "Vermont St @ Baker St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "853", "links": { @@ -250458,7 +257029,8 @@ "longitude": -71.193972, "name": "Parker St @ Cypress St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8530", "links": { @@ -250496,7 +257068,8 @@ "longitude": -71.194146, "name": "Parker St @ Athelstane Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8531", "links": { @@ -250534,7 +257107,8 @@ "longitude": -71.19426, "name": "Parker St @ Stearns St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "8532", "links": { @@ -250572,7 +257146,8 @@ "longitude": -71.194398, "name": "Parker St @ Boylston St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8533", "links": { @@ -250610,7 +257185,8 @@ "longitude": -71.194773, "name": "Parker St @ Parker Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8534", "links": { @@ -250648,7 +257224,8 @@ "longitude": -71.195139, "name": "Parker St @ Hagen Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8535", "links": { @@ -250686,7 +257263,8 @@ "longitude": -71.195773, "name": "Parker St @ Parker Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8536", "links": { @@ -250724,7 +257302,8 @@ "longitude": -71.196618, "name": "Parker St opp Wheeler Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8537", "links": { @@ -250762,7 +257341,8 @@ "longitude": -71.191512, "name": "Wheeler Rd @ Meadowbrook Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "85371", "links": { @@ -250800,7 +257380,8 @@ "longitude": -71.07511, "name": "Massachusetts Ave @ Harrison Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "854", "links": { @@ -250838,7 +257419,8 @@ "longitude": -71.193871, "name": "Dedham St opp Meadowbrook Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8540", "links": { @@ -250876,7 +257458,8 @@ "longitude": -71.192013, "name": "Dedham St opp Greenwood St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "8541", "links": { @@ -250914,7 +257497,8 @@ "longitude": -71.191288, "name": "Dedham St opp Arnold Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8542", "links": { @@ -250952,7 +257536,8 @@ "longitude": -71.186789, "name": "Dedham St @ Carlson Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8544", "links": { @@ -250990,7 +257575,8 @@ "longitude": -71.185086, "name": "Dedham St @ Wiswall Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8545", "links": { @@ -251028,7 +257614,8 @@ "longitude": -71.185245, "name": "Wiswall Rd @ Indian Ridge Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8546", "links": { @@ -251066,7 +257653,8 @@ "longitude": -71.187017, "name": "Wiswall Rd opp McCarthy Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8547", "links": { @@ -251104,7 +257692,8 @@ "longitude": -71.189055, "name": "Wiswall Rd @ O Roadway", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8548", "links": { @@ -251142,7 +257731,8 @@ "longitude": -71.190452, "name": "Wiswall Rd @ M Roadway", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "8549", "links": { @@ -251180,7 +257770,8 @@ "longitude": -71.073291, "name": "Massachusetts Ave @ Albany St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "855", "links": { @@ -251218,7 +257809,8 @@ "longitude": -71.19229, "name": "Wiswall Rd @ Walsh Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "8550", "links": { @@ -251256,7 +257848,8 @@ "longitude": -71.188248, "name": "Sawmill Brook Pkwy @ Spiers Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "85511", "links": { @@ -251294,7 +257887,8 @@ "longitude": -71.191003, "name": "Sawmill Brook Pkwy @ Walsh Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8552", "links": { @@ -251332,7 +257926,8 @@ "longitude": -71.185716, "name": "Sawmill Brook Pkwy @ Keller Path", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8553", "links": { @@ -251370,7 +257965,8 @@ "longitude": -71.183769, "name": "Sawmill Brook Pkwy @ McCarthy Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8554", "links": { @@ -251408,7 +258004,8 @@ "longitude": -71.181257, "name": "Fredette Rd @ Spiers Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "85551", "links": { @@ -251446,7 +258043,8 @@ "longitude": -71.178978, "name": "Spiers Rd @ Dedham St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8556", "links": { @@ -251484,7 +258082,8 @@ "longitude": -71.171822, "name": "Baker St @ VFW Pkwy", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "85562", "links": { @@ -251522,7 +258121,8 @@ "longitude": -71.171457, "name": "Baker St @ VFW Pkwy", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "85563", "links": { @@ -251560,7 +258160,8 @@ "longitude": -71.170734, "name": "Baker St @ Capital St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "85564", "links": { @@ -251598,7 +258199,8 @@ "longitude": -71.169626, "name": "Baker St opp Varick Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "85565", "links": { @@ -251636,7 +258238,8 @@ "longitude": -71.168981, "name": "Baker St @ Amesbury St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "85566", "links": { @@ -251674,7 +258277,8 @@ "longitude": -71.168076, "name": "Baker St @ Cutter Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "85567", "links": { @@ -251712,7 +258316,8 @@ "longitude": -71.167005, "name": "Baker St @ Dunwell St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "85568", "links": { @@ -251750,7 +258355,8 @@ "longitude": -71.167133, "name": "Baker St @ Wycliff Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "85569", "links": { @@ -251788,7 +258394,8 @@ "longitude": -71.073689, "name": "Massachusetts Ave @ Albany St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "856", "links": { @@ -251826,7 +258433,8 @@ "longitude": -71.251994, "name": "935 East St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "85618", "links": { @@ -251864,7 +258472,8 @@ "longitude": -71.031296, "name": "Broadway @ Trueman Dr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8575", "links": { @@ -251902,7 +258511,8 @@ "longitude": -71.03066, "name": "Trueman Dr @ Central Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8576", "links": { @@ -251940,7 +258550,8 @@ "longitude": -71.031087, "name": "Trueman Dr @ Broadway", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8577", "links": { @@ -251978,7 +258589,8 @@ "longitude": -71.207842, "name": "Massachusetts Ave opp Independence Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8591", "links": { @@ -252016,7 +258628,8 @@ "longitude": -71.210535, "name": "Massachusetts Ave @ Maple St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8593", "links": { @@ -252054,7 +258667,8 @@ "longitude": -71.212514, "name": "Massachusetts Ave opp Marrett Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8595", "links": { @@ -252092,7 +258706,8 @@ "longitude": -71.213845, "name": "Massachusetts Ave opp Pelham Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8596", "links": { @@ -252130,7 +258745,8 @@ "longitude": -71.216775, "name": "Massachusetts Ave @ Percy Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8597", "links": { @@ -252168,7 +258784,8 @@ "longitude": -71.219261, "name": "Massachusetts Ave opp Bloomfield St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8598", "links": { @@ -252206,7 +258823,8 @@ "longitude": -71.220974, "name": "Massachusetts Ave opp Slocum Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8599", "links": { @@ -252244,7 +258862,8 @@ "longitude": -71.22278, "name": "Massachusetts Ave @ Woburn St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8600", "links": { @@ -252282,7 +258901,8 @@ "longitude": -71.224683, "name": "Massachusetts Ave @ Lexington Post Office", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8601", "links": { @@ -252320,7 +258940,8 @@ "longitude": -71.235305, "name": "Marrett Rd @ Waltham St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8602", "links": { @@ -252358,7 +258979,8 @@ "longitude": -71.237385, "name": "Marrett Rd @ Prospect Hill Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8603", "links": { @@ -252396,7 +259018,8 @@ "longitude": -71.23984, "name": "Marrett Rd @ Downing Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8604", "links": { @@ -252434,7 +259057,8 @@ "longitude": -71.242631, "name": "Marrett Rd opp Spring St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8605", "links": { @@ -252472,7 +259096,8 @@ "longitude": -71.24625, "name": "Marrett Rd @ Tufts Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8606", "links": { @@ -252510,7 +259135,8 @@ "longitude": -71.247174, "name": "Marrett Rd @ Middle St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8607", "links": { @@ -252548,7 +259174,8 @@ "longitude": -71.250889, "name": "Marrett Rd @ Lincoln St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8608", "links": { @@ -252586,7 +259213,8 @@ "longitude": -71.251988, "name": "655 Marrett Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8609", "links": { @@ -252624,7 +259252,8 @@ "longitude": -71.253345, "name": "Marrett Rd @ Leroy Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8610", "links": { @@ -252662,7 +259291,8 @@ "longitude": -71.261248, "name": "Marrett Rd opp Forbes Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8611", "links": { @@ -252695,12 +259325,13 @@ { "attributes": { "description": null, - "latitude": 42.450888, + "latitude": 42.451124, "location_type": 0, - "longitude": -71.257882, + "longitude": -71.258375, "name": "Wood St @ Patterson Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "86114", "links": { @@ -252733,12 +259364,13 @@ { "attributes": { "description": null, - "latitude": 42.452743, + "latitude": 42.452583, "location_type": 0, - "longitude": -71.262029, + "longitude": -71.261739, "name": "Wood St opp Woodpark Circle", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8612", "links": { @@ -252776,7 +259408,8 @@ "longitude": -71.262832, "name": "Wood St @ Conestoga Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "86121", "links": { @@ -252814,7 +259447,8 @@ "longitude": -71.263489, "name": "Wood St @ Bates Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "86122", "links": { @@ -252852,7 +259486,8 @@ "longitude": -71.289443, "name": "Hanscom Field Dr @ Old Bedford Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "86178", "links": { @@ -252885,12 +259520,13 @@ { "attributes": { "description": null, - "latitude": 42.462813, + "latitude": 42.462871, "location_type": 0, - "longitude": -71.291173, + "longitude": -71.291055, "name": "Civil Air Terminal", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "86179", "links": { @@ -252928,7 +259564,8 @@ "longitude": -71.289706, "name": "Hanscom Field Dr @ Old Bedford Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 2 }, "id": "86180", "links": { @@ -252966,7 +259603,8 @@ "longitude": -71.263737, "name": "Wood St @ Schilling Cir - MIT Lincoln Laboratory", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8623", "links": { @@ -252999,12 +259637,13 @@ { "attributes": { "description": null, - "latitude": 42.455369, + "latitude": 42.454544, "location_type": 0, - "longitude": -71.262946, - "name": "Wood St opp Conestoga Rd", + "longitude": -71.263026, + "name": "Wood St @ Chestnut Ln", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "86232", "links": { @@ -253037,12 +259676,13 @@ { "attributes": { "description": null, - "latitude": 42.452631, + "latitude": 42.452437, "location_type": 0, - "longitude": -71.26204, + "longitude": -71.261649, "name": "Wood St @ Woodpark Circle", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 2 }, "id": "8624", "links": { @@ -253075,12 +259715,13 @@ { "attributes": { "description": null, - "latitude": 42.450778, + "latitude": 42.451096, "location_type": 0, - "longitude": -71.257879, - "name": "Wood St opp Patterson Rd", + "longitude": -71.258549, + "name": "Wood St @ Fairview Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 2 }, "id": "86242", "links": { @@ -253118,7 +259759,8 @@ "longitude": -71.261344, "name": "Marrett Rd @ Forbes Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "86261", "links": { @@ -253156,7 +259798,8 @@ "longitude": -71.253166, "name": "Marrett Rd @ Elena Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 2 }, "id": "8627", "links": { @@ -253194,7 +259837,8 @@ "longitude": -71.25209, "name": "656 Marrett Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8628", "links": { @@ -253232,7 +259876,8 @@ "longitude": -71.250908, "name": "Marrett Rd @ Lincoln St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8629", "links": { @@ -253270,7 +259915,8 @@ "longitude": -71.247267, "name": "Marrett Rd @ Middle St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8630", "links": { @@ -253308,7 +259954,8 @@ "longitude": -71.246204, "name": "Marrett Rd @ Tufts Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8631", "links": { @@ -253346,7 +259993,8 @@ "longitude": -71.241256, "name": "Marrett Rd @ Spring St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8632", "links": { @@ -253384,7 +260032,8 @@ "longitude": -71.239452, "name": "Marrett Rd opp Downing Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8633", "links": { @@ -253422,7 +260071,8 @@ "longitude": -71.237497, "name": "Marrett Rd opp Prospect Hill Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8634", "links": { @@ -253460,7 +260110,8 @@ "longitude": -71.235184, "name": "Marrett Rd @ Waltham St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8635", "links": { @@ -253498,7 +260149,8 @@ "longitude": -71.229185, "name": "Massachusetts Ave opp Meriam St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8636", "links": { @@ -253536,7 +260188,8 @@ "longitude": -71.222763, "name": "Massachusetts Ave @ Winthrop Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8637", "links": { @@ -253574,7 +260227,8 @@ "longitude": -71.221019, "name": "Massachusetts Ave @ Slocum Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8638", "links": { @@ -253612,7 +260266,8 @@ "longitude": -71.219054, "name": "Massachusetts Ave @ Bloomfield St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8639", "links": { @@ -253650,7 +260305,8 @@ "longitude": -71.216798, "name": "Massachusetts Ave @ Percy Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8640", "links": { @@ -253688,7 +260344,8 @@ "longitude": -71.213938, "name": "Massachusetts Ave @ Pelham Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8641", "links": { @@ -253726,7 +260383,8 @@ "longitude": -71.209909, "name": "Massachusetts Ave @ Plainfield St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8643", "links": { @@ -253764,7 +260422,8 @@ "longitude": -71.096861, "name": "Cummins Hwy @ Rosewood St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "86434", "links": { @@ -253802,7 +260461,8 @@ "longitude": -71.207998, "name": "Massachusetts Ave @ Independence Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8645", "links": { @@ -253840,7 +260500,8 @@ "longitude": -71.114692, "name": "Cummins Hwy @ Calvary Cemetery", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "86458", "links": { @@ -253878,7 +260539,8 @@ "longitude": -71.110236, "name": "Cummins Hwy opp Pleasantview St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "86459", "links": { @@ -253916,7 +260578,8 @@ "longitude": -71.207156, "name": "Massachusetts Ave @ Pleasant St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8647", "links": { @@ -253954,7 +260617,8 @@ "longitude": -71.207209, "name": "Pleasant St @ Fern St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8648", "links": { @@ -253992,7 +260656,8 @@ "longitude": -71.208366, "name": "Pleasant St @ Luongo's Farm Lane", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8649", "links": { @@ -254030,7 +260695,8 @@ "longitude": -71.092219, "name": "American Legion Hwy @ Franklin Hill Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "86500", "links": { @@ -254068,7 +260734,8 @@ "longitude": -71.207367, "name": "Watertown St @ Crescent Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8651", "links": { @@ -254106,7 +260773,8 @@ "longitude": -71.25317, "name": "Main St @ Glenwood Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "86618", "links": { @@ -254144,7 +260812,8 @@ "longitude": -71.228726, "name": "Main St @ Newton St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8670", "links": { @@ -254182,7 +260851,8 @@ "longitude": -71.226086, "name": "Main St @ Chamberlain Terr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8671", "links": { @@ -254220,7 +260890,8 @@ "longitude": -71.220551, "name": "Main St opp Rose Hill Way", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8672", "links": { @@ -254258,7 +260929,8 @@ "longitude": -70.988949, "name": "Walnut St opp Sterling St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "86734", "links": { @@ -254296,7 +260968,8 @@ "longitude": -71.216876, "name": "Main St @ Willow St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8674", "links": { @@ -254334,7 +261007,8 @@ "longitude": -71.213012, "name": "Main St @ Rangeley Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8676", "links": { @@ -254372,7 +261046,8 @@ "longitude": -71.210485, "name": "Main St opp Warren St - Watertown Line", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8678", "links": { @@ -254410,7 +261085,8 @@ "longitude": -71.207022, "name": "Main St opp Longfellow Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8679", "links": { @@ -254448,7 +261124,8 @@ "longitude": -71.056269, "name": "Adams St @ Centre St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8680", "links": { @@ -254486,7 +261163,8 @@ "longitude": -71.057347, "name": "Adams St @ King St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8681", "links": { @@ -254524,7 +261202,8 @@ "longitude": -71.057297, "name": "Adams St @ Lonsdale St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8682", "links": { @@ -254562,7 +261241,8 @@ "longitude": -71.056239, "name": "Adams St @ Msgr Lydon Way", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8683", "links": { @@ -254600,7 +261280,8 @@ "longitude": -71.055445, "name": "Adams St @ Ashmont St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8684", "links": { @@ -254638,7 +261319,8 @@ "longitude": -71.054597, "name": "Adams St @ Helena Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8685", "links": { @@ -254676,7 +261358,8 @@ "longitude": -71.055176, "name": "Adams St @ Westmoreland St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "8686", "links": { @@ -254714,7 +261397,8 @@ "longitude": -71.055696, "name": "Adams St @ Minot St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8687", "links": { @@ -254752,7 +261436,8 @@ "longitude": -71.072369, "name": "Washington St @ Clifton St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8691", "links": { @@ -254790,7 +261475,8 @@ "longitude": -71.234301, "name": "Lexington St opp Stearns Hill Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "86915", "links": { @@ -254828,7 +261514,8 @@ "longitude": -71.130854, "name": "Winthrop St @ Playstead Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8692", "links": { @@ -254866,7 +261553,8 @@ "longitude": -71.262416, "name": "Stow St @ Tavern Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "86929", "links": { @@ -254904,7 +261592,8 @@ "longitude": -71.265195, "name": "Main St @ Stow St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "86930", "links": { @@ -254942,7 +261631,8 @@ "longitude": -71.260928, "name": "Main St @ Sheridan Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "86932", "links": { @@ -254980,7 +261670,8 @@ "longitude": -71.258031, "name": "1164 Main St @ Philips Ter", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "86933", "links": { @@ -255018,7 +261709,8 @@ "longitude": -71.254685, "name": "Main St @ Everett St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "86935", "links": { @@ -255056,7 +261748,8 @@ "longitude": -71.25265, "name": "Main St opp Prospect Hill Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "86936", "links": { @@ -255094,7 +261787,8 @@ "longitude": -71.250351, "name": "Main St @ Weston St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "86937", "links": { @@ -255132,7 +261826,8 @@ "longitude": -71.24687, "name": "Main St @ Prospect St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "86939", "links": { @@ -255170,7 +261865,8 @@ "longitude": -71.243664, "name": "Main St @ Harvard St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "86940", "links": { @@ -255208,7 +261904,8 @@ "longitude": -71.240208, "name": "Main St @ Daniels Ct", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "869411", "links": { @@ -255246,7 +261943,8 @@ "longitude": -71.236982, "name": "Moody St @ Main St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "86943", "links": { @@ -255284,7 +261982,8 @@ "longitude": -71.235692, "name": "Carter St @ Waltham Comm Rail Sta", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "86944", "links": { @@ -255331,7 +262030,8 @@ "longitude": -71.232009, "name": "Main St @ Appleton St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "86945", "links": { @@ -255369,7 +262069,8 @@ "longitude": -71.234782, "name": "Elm St @ Main St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "869451", "links": { @@ -255407,7 +262108,8 @@ "longitude": -71.238159, "name": "Moody St @ Ash St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "86964", "links": { @@ -255445,7 +262147,8 @@ "longitude": -71.238865, "name": "Moody St @ Orange St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "86965", "links": { @@ -255483,7 +262186,8 @@ "longitude": -71.239316, "name": "Moody St opp Underwood Pk", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "86967", "links": { @@ -255521,7 +262225,8 @@ "longitude": -71.239519, "name": "Lexington St @ Whitlowe Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "86968", "links": { @@ -255559,7 +262264,8 @@ "longitude": -71.236394, "name": "Moody St @ Carter St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "86971", "links": { @@ -255610,7 +262316,8 @@ "longitude": -71.080362, "name": "Massachusetts Ave @ Tremont St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "87", "links": { @@ -255648,7 +262355,8 @@ "longitude": -71.063999, "name": "Dorchester Ave @ Talbot Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8717", "links": { @@ -255686,7 +262394,8 @@ "longitude": -71.113634, "name": "Forest Hills", "platform_name": "Lower Busway", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "875", "links": { @@ -255727,7 +262436,8 @@ "longitude": -71.035539, "name": "L St @ E 3rd St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "879", "links": { @@ -255765,7 +262475,8 @@ "longitude": -71.035546, "name": "L St @ E 2nd St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "880", "links": { @@ -255803,7 +262514,8 @@ "longitude": -71.044017, "name": "398 Neponset Ave @ Neponset Health Center", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8803", "links": { @@ -255841,7 +262553,8 @@ "longitude": -71.047238, "name": "Neponset Ave @ Tolman St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8805", "links": { @@ -255879,7 +262592,8 @@ "longitude": -71.048593, "name": "248 Neponset Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8806", "links": { @@ -255917,7 +262631,8 @@ "longitude": -71.050744, "name": "Neponset Ave @ Popes Hill St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8807", "links": { @@ -255955,7 +262670,8 @@ "longitude": -71.052297, "name": "Neponset Ave opp King St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8808", "links": { @@ -255993,7 +262709,8 @@ "longitude": -71.056561, "name": "Adams St @ Parkman St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8809", "links": { @@ -256031,7 +262748,8 @@ "longitude": -71.053941, "name": "Hilltop St @ Granite Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8811", "links": { @@ -256069,7 +262787,8 @@ "longitude": -71.051266, "name": "Hilltop St opp Crockett Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8812", "links": { @@ -256107,7 +262826,8 @@ "longitude": -71.049718, "name": "Hilltop St opp Whitridge St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8813", "links": { @@ -256145,7 +262865,8 @@ "longitude": -71.047954, "name": "Hilltop St @ Hallet St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8814", "links": { @@ -256183,7 +262904,8 @@ "longitude": -71.185281, "name": "Main St @ Merchants Row", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8815", "links": { @@ -256221,7 +262943,8 @@ "longitude": -71.187683, "name": "Main St @ Thaxter St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8816", "links": { @@ -256259,7 +262982,8 @@ "longitude": -71.189316, "name": "Main St opp Green St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "88171", "links": { @@ -256297,7 +263021,8 @@ "longitude": -71.191645, "name": "Main St @ Waverley Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8818", "links": { @@ -256335,7 +263060,8 @@ "longitude": -71.194738, "name": "Main St @ Edenfield Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8819", "links": { @@ -256373,7 +263099,8 @@ "longitude": -71.067521, "name": "Dorchester Ave @ Richmond St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "882", "links": { @@ -256411,7 +263138,8 @@ "longitude": -71.196349, "name": "Main St @ Olney St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "8820", "links": { @@ -256449,7 +263177,8 @@ "longitude": -71.201758, "name": "Main St @ Copeland St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8821", "links": { @@ -256487,7 +263216,8 @@ "longitude": -71.202912, "name": "Main St @ Wilmot St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "8822", "links": { @@ -256525,7 +263255,8 @@ "longitude": -71.20622, "name": "Main St @ Emerson Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8823", "links": { @@ -256563,7 +263294,8 @@ "longitude": -71.207399, "name": "Main St @ Longfellow Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8824", "links": { @@ -256601,7 +263333,8 @@ "longitude": -71.210156, "name": "Main St @ Warren St - Waltham Line", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8825", "links": { @@ -256639,7 +263372,8 @@ "longitude": -71.213128, "name": "Main St @ Brigham Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8826", "links": { @@ -256677,7 +263411,8 @@ "longitude": -71.21656, "name": "Main St opp Willow St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8828", "links": { @@ -256715,7 +263450,8 @@ "longitude": -71.067662, "name": "Dorchester Ave @ Richmond St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "883", "links": { @@ -256753,7 +263489,8 @@ "longitude": -71.220963, "name": "Main St @ Rose Hill Way", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8830", "links": { @@ -256791,7 +263528,8 @@ "longitude": -71.226552, "name": "Main St opp Chamberlain Terr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8831", "links": { @@ -256829,7 +263567,8 @@ "longitude": -71.228446, "name": "Main St @ Harris St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8832", "links": { @@ -256867,7 +263606,8 @@ "longitude": -71.232884, "name": "Main St @ Liberty St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "88332", "links": { @@ -256905,7 +263645,8 @@ "longitude": -71.234936, "name": "Elm St @ Main St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "883321", "links": { @@ -256943,7 +263684,8 @@ "longitude": -71.235376, "name": "Carter St opp Commuter Rail Station", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "88333", "links": { @@ -256990,7 +263732,8 @@ "longitude": -71.237666, "name": "691 Main St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "88334", "links": { @@ -257028,7 +263771,8 @@ "longitude": -71.240174, "name": "Main St @ Exchange St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "88335", "links": { @@ -257066,7 +263810,8 @@ "longitude": -71.243179, "name": "Main St @ Bacon St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "88336", "links": { @@ -257104,7 +263849,8 @@ "longitude": -71.246665, "name": "Main St @ Hammond St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "88337", "links": { @@ -257142,7 +263888,8 @@ "longitude": -71.250101, "name": "South St @ Weston St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "88339", "links": { @@ -257180,7 +263927,8 @@ "longitude": -71.250207, "name": "South St @ Bedford St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "88340", "links": { @@ -257218,7 +263966,8 @@ "longitude": -71.248541, "name": "Hope Ave @ Boston Children's Waltham", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "88341", "links": { @@ -257256,7 +264005,8 @@ "longitude": -71.25127, "name": "South St @ Shakespeare Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "88342", "links": { @@ -257294,7 +264044,8 @@ "longitude": -71.258565, "name": "South St @ Brandeis University", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "88344", "links": { @@ -257332,7 +264083,8 @@ "longitude": -71.261256, "name": "South St @ Turner St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "88345", "links": { @@ -257370,7 +264122,8 @@ "longitude": -71.262337, "name": "Sunnyside St @ South St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "88346", "links": { @@ -257408,7 +264161,8 @@ "longitude": -71.035424, "name": "Summer St @ E 1st St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "884", "links": { @@ -257446,7 +264200,8 @@ "longitude": -71.250081, "name": "Main St @ Palmer St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8841", "links": { @@ -257484,7 +264239,8 @@ "longitude": -71.252557, "name": "Main St @ Prospect Hill Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8842", "links": { @@ -257522,7 +264278,8 @@ "longitude": -71.255206, "name": "Main St @ Lunda St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8843", "links": { @@ -257560,7 +264317,8 @@ "longitude": -71.258841, "name": "Main St @ Edgehill Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8845", "links": { @@ -257598,7 +264356,8 @@ "longitude": -71.260985, "name": "Main St @ Hill Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8846", "links": { @@ -257636,7 +264395,8 @@ "longitude": -71.265379, "name": "Main St @ Stow St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8848", "links": { @@ -257674,7 +264434,8 @@ "longitude": -71.263004, "name": "Stow St @ Tavern Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8849", "links": { @@ -257712,7 +264473,8 @@ "longitude": -71.035547, "name": "Summer St @ E 1st St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "885", "links": { @@ -257750,7 +264512,8 @@ "longitude": -71.263594, "name": "Tavern Rd @ Weston St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8850", "links": { @@ -257788,7 +264551,8 @@ "longitude": -71.158783, "name": "Main St @ Old Main St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 2 }, "id": "8852", "links": { @@ -257826,7 +264590,8 @@ "longitude": -71.159141, "name": "1076 Main St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8853", "links": { @@ -257864,7 +264629,8 @@ "longitude": -71.160718, "name": "1032 Main St opp Wheeling St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8854", "links": { @@ -257902,7 +264668,8 @@ "longitude": -71.161074, "name": "Main St @ Mountain St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8855", "links": { @@ -257940,7 +264707,8 @@ "longitude": -71.161122, "name": "Main St @ Altavesta Circle", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "8856", "links": { @@ -257978,7 +264746,8 @@ "longitude": -71.161544, "name": "Main St opp O'Neil Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8857", "links": { @@ -258016,7 +264785,8 @@ "longitude": -71.161168, "name": "Main St @ Nichols St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8858", "links": { @@ -258054,7 +264824,8 @@ "longitude": -71.147136, "name": "Veterans Memorial Senior Center", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "88591", "links": { @@ -258092,7 +264863,8 @@ "longitude": -71.03534, "name": "L St @ Broadway", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "886", "links": { @@ -258130,7 +264902,8 @@ "longitude": -71.161837, "name": "Elm St @ Traverse St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8860", "links": { @@ -258168,7 +264941,8 @@ "longitude": -71.162552, "name": "Elm St @ Ward St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8861", "links": { @@ -258206,7 +264980,8 @@ "longitude": -71.221995, "name": "Washington St @ Polley Ln", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "88618", "links": { @@ -258244,7 +265019,8 @@ "longitude": -71.161605, "name": "Elm St @ West St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "8862", "links": { @@ -258282,7 +265058,8 @@ "longitude": -71.159017, "name": "Elm St @ Monument", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8863", "links": { @@ -258320,7 +265097,8 @@ "longitude": -71.156036, "name": "Main St @ Middlesex Canal Pk", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8864", "links": { @@ -258358,7 +265136,8 @@ "longitude": -71.155323, "name": "Main St opp Capozzi Cir", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8865", "links": { @@ -258396,7 +265175,8 @@ "longitude": -71.154447, "name": "Main St @ Eaton Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8866", "links": { @@ -258434,7 +265214,8 @@ "longitude": -71.153298, "name": "Main St @ Charles Gardner Ln", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8867", "links": { @@ -258472,7 +265253,8 @@ "longitude": -71.151976, "name": "Main St opp Charles St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8868", "links": { @@ -258510,7 +265292,8 @@ "longitude": -71.152187, "name": "Main St @ Kilby St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8869", "links": { @@ -258548,7 +265331,8 @@ "longitude": -71.150859, "name": "466 Main St opp Union St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8870", "links": { @@ -258586,7 +265370,8 @@ "longitude": -71.05039, "name": "Summer St @ Melcher St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "888", "links": { @@ -258616,6 +265401,45 @@ }, "type": "stop" }, + { + "attributes": { + "description": null, + "latitude": 42.34886, + "location_type": 0, + "longitude": -71.04753, + "name": "350 Summer St", + "platform_name": null, + "vehicle_type": 3, + "wheelchair_boarding": 1 + }, + "id": "88801", + "links": { + "self": "/stops/88801" + }, + "relationships": { + "child_stops": { + "data": [] + }, + "connecting_stops": { + "data": [] + }, + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=88801" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, { "attributes": { "description": null, @@ -258624,7 +265448,8 @@ "longitude": -71.043514, "name": "Summer St opp WTC Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "889", "links": { @@ -258662,7 +265487,8 @@ "longitude": -71.084121, "name": "Massachusetts Ave @ St Botolph St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "89", "links": { @@ -258713,7 +265539,8 @@ "longitude": -71.044125, "name": "Summer St @ WTC Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "890", "links": { @@ -258743,6 +265570,45 @@ }, "type": "stop" }, + { + "attributes": { + "description": null, + "latitude": 42.34876, + "location_type": 0, + "longitude": -71.04675, + "name": "400 Summer St", + "platform_name": null, + "vehicle_type": 3, + "wheelchair_boarding": 1 + }, + "id": "89001", + "links": { + "self": "/stops/89001" + }, + "relationships": { + "child_stops": { + "data": [] + }, + "connecting_stops": { + "data": [] + }, + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=89001" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": { + "id": "LocalBus", + "type": "zone" + } + } + }, + "type": "stop" + }, { "attributes": { "description": null, @@ -258751,7 +265617,8 @@ "longitude": -71.242404, "name": "Bacon St @ School St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8901", "links": { @@ -258789,7 +265656,8 @@ "longitude": -71.241094, "name": "Bacon St @ Varnum Pk", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8904", "links": { @@ -258827,7 +265695,8 @@ "longitude": -71.240558, "name": "Bacon St opp Greenwood Ln", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8905", "links": { @@ -258865,7 +265734,8 @@ "longitude": -71.240119, "name": "Bacon St opp Clark Ln", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8906", "links": { @@ -258903,7 +265773,8 @@ "longitude": -71.050865, "name": "Summer St opp Melcher St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "891", "links": { @@ -258941,7 +265812,8 @@ "longitude": -71.055136, "name": "Summer St @ Atlantic Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "892", "links": { @@ -258996,7 +265868,8 @@ "longitude": -71.250028, "name": "59 South St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "89339", "links": { @@ -259034,7 +265907,8 @@ "longitude": -71.133986, "name": "Neponset Valley Parkway @ Readville St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "89413", "links": { @@ -259072,7 +265946,8 @@ "longitude": -71.140109, "name": "Alwin St @ Stonehill Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "8946", "links": { @@ -259110,7 +265985,8 @@ "longitude": -71.142082, "name": "Alwin St opp Leighton Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8947", "links": { @@ -259148,7 +266024,8 @@ "longitude": -71.143432, "name": "Alwin St @ Dedham Pkwy", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8948", "links": { @@ -259186,7 +266063,8 @@ "longitude": -71.143062, "name": "Dedham Pkwy opp Georgetowne Dr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8949", "links": { @@ -259224,7 +266102,8 @@ "longitude": -71.031442, "name": "E Broadway @ N St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "895", "links": { @@ -259262,7 +266141,8 @@ "longitude": -71.139224, "name": "Turtle Pond Pkwy @ Alwin St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8952", "links": { @@ -259300,7 +266180,8 @@ "longitude": -71.138966, "name": "Turtle Pond Pkwy opp Bajko Rink", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8954", "links": { @@ -259338,7 +266219,8 @@ "longitude": -71.136749, "name": "Turtle Pond Pkwy @ Fairview Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8955", "links": { @@ -259376,7 +266258,8 @@ "longitude": -71.134699, "name": "Readville St @ Norton St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8959", "links": { @@ -259414,7 +266297,8 @@ "longitude": -71.135796, "name": "Readville St @ Como Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8960", "links": { @@ -259452,7 +266336,8 @@ "longitude": -71.241283, "name": "Totten Pond Rd @ Pond End Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "89606", "links": { @@ -259490,7 +266375,8 @@ "longitude": -71.253762, "name": "Totten Pond Rd @ Winter St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "89609", "links": { @@ -259528,7 +266414,8 @@ "longitude": -71.135767, "name": "Readville St @ W Milton St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8961", "links": { @@ -259566,7 +266453,8 @@ "longitude": -71.257227, "name": "Totten Pond Rd @ Third Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "89610", "links": { @@ -259604,7 +266492,8 @@ "longitude": -71.258857, "name": "175 Wyman St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "89612", "links": { @@ -259642,7 +266531,8 @@ "longitude": -71.256562, "name": "Opp 404 Wyman St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 2 }, "id": "89613", "links": { @@ -259680,7 +266570,8 @@ "longitude": -71.218377, "name": "238 Washington St opp May St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "89617", "links": { @@ -259718,7 +266609,8 @@ "longitude": -71.224638, "name": "Washington St @ Pilgrim Way", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "89618", "links": { @@ -259756,7 +266648,8 @@ "longitude": -71.219805, "name": "Washington St opp Washington Green", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "89619", "links": { @@ -259794,7 +266687,8 @@ "longitude": -71.138246, "name": "W Milton St @ Pine Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8962", "links": { @@ -259832,7 +266726,8 @@ "longitude": -71.140687, "name": "W Milton St @ W Milton Pl", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8963", "links": { @@ -259870,7 +266765,8 @@ "longitude": -71.143447, "name": "W Milton St @ Ernest Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8964", "links": { @@ -259908,7 +266804,8 @@ "longitude": -71.137011, "name": "River St opp Neponset Valley Pkwy", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8970", "links": { @@ -259946,7 +266843,8 @@ "longitude": -71.138248, "name": "1799 River St opp Norton St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8971", "links": { @@ -259984,7 +266882,8 @@ "longitude": -71.140102, "name": "River St opp Vallaro Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8973", "links": { @@ -260022,7 +266921,8 @@ "longitude": -71.143229, "name": "River St @ Solaris Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8975", "links": { @@ -260055,12 +266955,13 @@ { "attributes": { "description": "Kenmore - Busway", - "latitude": 42.348927, + "latitude": 42.348918, "location_type": 0, - "longitude": -71.09583, + "longitude": -71.095456, "name": "Kenmore", "platform_name": "Busway", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "899", "links": { @@ -260101,7 +267002,8 @@ "longitude": -71.097773, "name": "Brookline Ave opp Newbury St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "8993", "links": { @@ -260139,7 +267041,8 @@ "longitude": -71.185536, "name": "Water St @ Watertown Yard", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "900", "links": { @@ -260177,7 +267080,8 @@ "longitude": -71.054012, "name": "Sylvan St @ Kimball St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9000", "links": { @@ -260215,7 +267119,8 @@ "longitude": -71.051859, "name": "Sylvan St @ Blantyre Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9001", "links": { @@ -260253,7 +267158,8 @@ "longitude": -71.050522, "name": "Sylvan St @ Gilbert St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9002", "links": { @@ -260291,7 +267197,8 @@ "longitude": -71.048295, "name": "Sylvan St @ Lebanon St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9003", "links": { @@ -260329,7 +267236,8 @@ "longitude": -71.051561, "name": "Lebanon St @ Bratley St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9006", "links": { @@ -260367,7 +267275,8 @@ "longitude": -71.054695, "name": "Lebanon St @ Forest St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9008", "links": { @@ -260405,7 +267314,8 @@ "longitude": -71.03382, "name": "Salem St opp Wescott St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9018", "links": { @@ -260443,7 +267353,8 @@ "longitude": -71.035964, "name": "68 Hunting St opp Hunting Playground", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9019", "links": { @@ -260481,7 +267392,8 @@ "longitude": -71.185448, "name": "Galen St @ Boyd St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "902", "links": { @@ -260519,7 +267431,8 @@ "longitude": -71.03866, "name": "Hunting St @ Salem St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "9020", "links": { @@ -260557,7 +267470,8 @@ "longitude": -71.039413, "name": "Salem St @ Home St - Broadway Sq", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9021", "links": { @@ -260595,7 +267509,8 @@ "longitude": -71.042186, "name": "Salem St @ Stanton St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9023", "links": { @@ -260633,7 +267548,8 @@ "longitude": -71.043566, "name": "Salem St opp Spruce St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9024", "links": { @@ -260671,7 +267587,8 @@ "longitude": -71.046025, "name": "Salem St @ Lebanon St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9025", "links": { @@ -260709,7 +267626,8 @@ "longitude": -71.048239, "name": "Salem St @ Rockwell St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9026", "links": { @@ -260747,7 +267665,8 @@ "longitude": -71.080027, "name": "Pleasant St opp Russell St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9028", "links": { @@ -260785,7 +267704,8 @@ "longitude": -71.081109, "name": "Highland Ave @ Pleasant St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9029", "links": { @@ -260823,7 +267743,8 @@ "longitude": -71.185943, "name": "Washington St @ Bacon St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "903", "links": { @@ -260861,7 +267782,8 @@ "longitude": -71.080878, "name": "Highland Ave @ Wentworth St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9030", "links": { @@ -260899,7 +267821,8 @@ "longitude": -71.184249, "name": "400 Centre St - East", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "9031", "links": { @@ -260937,7 +267860,8 @@ "longitude": -71.080631, "name": "Highland Ave @ Charles St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "90310", "links": { @@ -260975,7 +267899,8 @@ "longitude": -71.05752, "name": "Dorchester Ave @ Melvinside Ter", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "90311", "links": { @@ -261013,7 +267938,8 @@ "longitude": -71.080151, "name": "Highland Ave @ Emerald St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9032", "links": { @@ -261051,7 +267977,8 @@ "longitude": -71.079978, "name": "Highland Ave @ Thacher St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9033", "links": { @@ -261089,7 +268016,8 @@ "longitude": -71.079956, "name": "Highland Ave @ Oakland St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "9034", "links": { @@ -261127,7 +268055,8 @@ "longitude": -71.07994, "name": "Highland Ave @ Medford St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "9035", "links": { @@ -261165,7 +268094,8 @@ "longitude": -71.079733, "name": "Highland Ave @ Devir St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9036", "links": { @@ -261203,7 +268133,8 @@ "longitude": -71.079578, "name": "Highland Ave @ Middlesex Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "9037", "links": { @@ -261241,7 +268172,8 @@ "longitude": -71.079279, "name": "Middlesex Ave @ First St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9038", "links": { @@ -261279,7 +268211,8 @@ "longitude": -71.079912, "name": "Middlesex Ave @ Third St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9039", "links": { @@ -261317,7 +268250,8 @@ "longitude": -71.182378, "name": "Park St @ Elmwood St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "904", "links": { @@ -261355,7 +268289,8 @@ "longitude": -71.080329, "name": "Riverside Ave @ Middlesex Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9040", "links": { @@ -261393,7 +268328,8 @@ "longitude": -71.0842, "name": "Riverside Ave @ Fellsway", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9041", "links": { @@ -261431,7 +268367,8 @@ "longitude": -71.084645, "name": "Fellsway @ Riverside Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9042", "links": { @@ -261469,7 +268406,8 @@ "longitude": -71.082385, "name": "Fellsway @ Wellington Circle Shopping Ctr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "9043", "links": { @@ -261507,7 +268445,8 @@ "longitude": -71.082879, "name": "Fellsway @ Bradbury Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9045", "links": { @@ -261545,7 +268484,8 @@ "longitude": -71.080281, "name": "Riverside Ave @ Middlesex Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9047", "links": { @@ -261583,7 +268523,8 @@ "longitude": -71.07959, "name": "Middlesex Ave @ Third St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9048", "links": { @@ -261621,7 +268562,8 @@ "longitude": -71.079138, "name": "Middlesex Ave @ First St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9049", "links": { @@ -261659,7 +268601,8 @@ "longitude": -71.181072, "name": "Tremont St opp Hibbard Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "905", "links": { @@ -261697,7 +268640,8 @@ "longitude": -71.079398, "name": "Middlesex Ave @ Highland Ave - Townline Plaza", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9050", "links": { @@ -261735,7 +268679,8 @@ "longitude": -71.079597, "name": "41 Highland Ave opp Devir St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9051", "links": { @@ -261773,7 +268718,8 @@ "longitude": -71.079804, "name": "Highland Ave @ Medford St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "9052", "links": { @@ -261811,7 +268757,8 @@ "longitude": -71.079795, "name": "Highland Ave @ Oakland St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "9053", "links": { @@ -261849,7 +268796,8 @@ "longitude": -71.079831, "name": "Highland Ave @ Thacher St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9054", "links": { @@ -261887,7 +268835,8 @@ "longitude": -71.080077, "name": "Highland Ave @ Adams St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9055", "links": { @@ -261925,7 +268874,8 @@ "longitude": -71.080433, "name": "Highland Ave @ Charles St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9056", "links": { @@ -261963,7 +268913,8 @@ "longitude": -71.080805, "name": "Highland Ave @ Wentworth St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9057", "links": { @@ -262001,7 +268952,8 @@ "longitude": -71.08099, "name": "Highland Ave @ Pleasant St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9058", "links": { @@ -262039,7 +268991,8 @@ "longitude": -71.17911, "name": "Tremont St @ Waverley Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "906", "links": { @@ -262077,7 +269030,8 @@ "longitude": -71.0459, "name": "Salem St @ Maplewood St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9060", "links": { @@ -262115,7 +269069,8 @@ "longitude": -71.043512, "name": "Salem St @ Spruce St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9061", "links": { @@ -262153,7 +269108,8 @@ "longitude": -71.188252, "name": "Washington St @ School St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "90620", "links": { @@ -262191,7 +269147,8 @@ "longitude": -71.190031, "name": "Washington St @ Marshall St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "90621", "links": { @@ -262229,7 +269186,8 @@ "longitude": -71.039596, "name": "Salem St @ Broadway - Broadway Sq", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9063", "links": { @@ -262267,7 +269225,8 @@ "longitude": -71.031767, "name": "Salem St @ Bellvale St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9067", "links": { @@ -262305,7 +269264,8 @@ "longitude": -71.027039, "name": "Salem St @ Brentwood St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9068", "links": { @@ -262343,7 +269303,8 @@ "longitude": -71.025457, "name": "Salem St @ Revere St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9069", "links": { @@ -262381,7 +269342,8 @@ "longitude": -71.17681, "name": "Tremont St @ Pembroke St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "907", "links": { @@ -262419,7 +269381,8 @@ "longitude": -71.021736, "name": "Salem St @ Lynn St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9070", "links": { @@ -262457,7 +269420,8 @@ "longitude": -71.107185, "name": "Green Street - Amory St @ Green St", "platform_name": "Forest Hills Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9070002", "links": { @@ -262501,7 +269465,8 @@ "longitude": -71.106623, "name": "Green Street - Amory St @ Green St", "platform_name": "Oak Grove Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9070003", "links": { @@ -262545,7 +269510,8 @@ "longitude": -71.10275, "name": "Stony Brook - Amory St @ Boylston St", "platform_name": "Forest Hills Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9070004", "links": { @@ -262580,7 +269546,8 @@ "longitude": -71.104428, "name": "Stony Brook - Boylston St @ Stony Brook", "platform_name": "Oak Grove Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9070005", "links": { @@ -262620,7 +269587,8 @@ "longitude": -71.099969, "name": "Jackson Square - Centre St opp Jackson Square Busway", "platform_name": "Oak Grove Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9070007", "links": { @@ -262660,7 +269628,8 @@ "longitude": -71.088016, "name": "Ruggles - Tremont St @ Ruggles St", "platform_name": "Forest Hills Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9070010", "links": { @@ -262700,7 +269669,8 @@ "longitude": -71.082397, "name": "Massachusetts Avenue - Columbus Ave @ Northampton St", "platform_name": "Forest Hills Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9070012", "links": { @@ -262735,7 +269705,8 @@ "longitude": -71.081959, "name": "Massachusetts Avenue - Columbus Ave @ Massachusetts Ave", "platform_name": "Oak Grove Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9070013", "links": { @@ -262770,7 +269741,8 @@ "longitude": -71.056756, "name": "State", "platform_name": "Orange Line Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9070022", "links": { @@ -262834,7 +269806,8 @@ "longitude": -71.057643, "name": "Haymarket - Congress St opp Hanover St", "platform_name": "Forest Hills Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9070024", "links": { @@ -262846,10 +269819,6 @@ }, "connecting_stops": { "data": [ - { - "id": "9070025", - "type": "stop" - }, { "id": "117", "type": "stop" @@ -262886,66 +269855,6 @@ }, "type": "stop" }, - { - "attributes": { - "description": "Haymarket - Red Line Alewife Shuttle - Congress St @ Hanover St", - "latitude": 42.361361, - "location_type": 0, - "longitude": -71.057419, - "name": "Haymarket - Congress St @ Hanover St", - "platform_name": "Alewife Shuttle", - "vehicle_type": 3 - }, - "id": "9070025", - "links": { - "self": "/stops/9070025" - }, - "relationships": { - "child_stops": { - "data": [] - }, - "connecting_stops": { - "data": [ - { - "id": "9070024", - "type": "stop" - }, - { - "id": "117", - "type": "stop" - }, - { - "id": "9170024", - "type": "stop" - }, - { - "id": "8309", - "type": "stop" - }, - { - "id": "4511", - "type": "stop" - }, - { - "id": "place-haecl", - "type": "stop" - } - ] - }, - "facilities": { - "links": { - "related": "/facilities/?filter[stop]=9070025" - } - }, - "parent_station": { - "data": null - }, - "zone": { - "data": null - } - }, - "type": "stop" - }, { "attributes": { "description": "North Station - Orange Line Shuttle - Haverhill St @ Causeway St", @@ -262954,7 +269863,8 @@ "longitude": -71.060426, "name": "North Station", "platform_name": "Orange Line Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9070026", "links": { @@ -262981,6 +269891,10 @@ { "id": "113", "type": "stop" + }, + { + "id": "9070090", + "type": "stop" } ] }, @@ -262993,7 +269907,10 @@ "data": null }, "zone": { - "data": null + "data": { + "id": "LocalBus", + "type": "zone" + } } }, "type": "stop" @@ -263006,7 +269923,8 @@ "longitude": -71.058239, "name": "North Station", "platform_name": "Sullivan Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9070027", "links": { @@ -263041,7 +269959,8 @@ "longitude": -71.06832, "name": "Community College - Rutherford Ave @ Austin St", "platform_name": "Forest Hills Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9070028", "links": { @@ -263079,7 +269998,8 @@ "longitude": -71.067764, "name": "Community College - Rutherford Ave @ Austin St", "platform_name": "Oak Grove Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9070029", "links": { @@ -263117,7 +270037,8 @@ "longitude": -71.06064, "name": "Government Center - Cambridge St @ Sudbury St", "platform_name": "Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9070039", "links": { @@ -263152,7 +270073,8 @@ "longitude": -71.052605, "name": "Aquarium - Surface Rd @ State St", "platform_name": "Blue Line Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9070043", "links": { @@ -263216,7 +270138,8 @@ "longitude": -71.039179, "name": "Maverick", "platform_name": "Government Center Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9070045", "links": { @@ -263260,7 +270183,8 @@ "longitude": -71.039096, "name": "Maverick", "platform_name": "Airport Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9070046", "links": { @@ -263304,7 +270228,8 @@ "longitude": -71.029323, "name": "Airport", "platform_name": "Blue Line Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9070047", "links": { @@ -263342,7 +270267,8 @@ "longitude": -70.996908, "name": "Suffolk Downs - Bennington St opp Leverett Ave", "platform_name": "Southbound Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9070053", "links": { @@ -263386,7 +270312,8 @@ "longitude": -70.99681, "name": "Suffolk Downs - Bennington St @ Leverett Ave", "platform_name": "Wonderland Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9070054", "links": { @@ -263430,7 +270357,8 @@ "longitude": -70.992052, "name": "Beachmont - State Rd @ Winthrop Ave", "platform_name": "Southbound Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9070055", "links": { @@ -263482,7 +270410,8 @@ "longitude": -70.991903, "name": "Beachmont - Bennington St @ Winthrop Ave", "platform_name": "Wonderland Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9070056", "links": { @@ -263534,7 +270463,8 @@ "longitude": -70.992724, "name": "Revere Beach - Beach St opp Kimball Ave", "platform_name": "Southbound Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9070057", "links": { @@ -263578,7 +270508,8 @@ "longitude": -70.992596, "name": "Revere Beach - Beach St @ Kimball Ave", "platform_name": "Wonderland Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9070058", "links": { @@ -263622,7 +270553,8 @@ "longitude": -71.141886, "name": "Alewife", "platform_name": "Busway Berth 5", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9070061", "links": { @@ -263663,7 +270595,8 @@ "longitude": -71.11934, "name": "Porter - Massachusetts Avenue @ Mount Vernon St", "platform_name": "Ashmont/Braintree Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9070065", "links": { @@ -263711,6 +270644,107 @@ }, "type": "stop" }, + { + "attributes": { + "description": "Central - Red Line Alewife Shuttle - Massachusetts Ave opp Linden St", + "latitude": 42.37289, + "location_type": 0, + "longitude": -71.11677, + "name": "Harvard - Massachusetts Ave opp Linden St", + "platform_name": "Alewife Shuttle", + "vehicle_type": 3, + "wheelchair_boarding": 1 + }, + "id": "9070068", + "links": { + "self": "/stops/9070068" + }, + "relationships": { + "child_stops": { + "data": [] + }, + "connecting_stops": { + "data": [] + }, + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=9070068" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Central - Red Line Alewife Shuttle - Massachusetts Ave opp Pearl St", + "latitude": 42.36472, + "location_type": 0, + "longitude": -71.10237, + "name": "Central - Massachusetts Ave opp Pearl St", + "platform_name": "Alewife Shuttle", + "vehicle_type": 3, + "wheelchair_boarding": 1 + }, + "id": "9070070", + "links": { + "self": "/stops/9070070" + }, + "relationships": { + "child_stops": { + "data": [] + }, + "connecting_stops": { + "data": [ + { + "id": "72", + "type": "stop" + }, + { + "id": "2755", + "type": "stop" + }, + { + "id": "102", + "type": "stop" + }, + { + "id": "place-cntsq", + "type": "stop" + }, + { + "id": "1123", + "type": "stop" + }, + { + "id": "2446", + "type": "stop" + }, + { + "id": "2443", + "type": "stop" + } + ] + }, + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=9070070" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, { "attributes": { "description": "Kendall/MIT - Red Line Shuttle - Main St opp Dock St", @@ -263719,7 +270753,8 @@ "longitude": -71.087137, "name": "Kendall/MIT - Main St opp Dock St", "platform_name": "Red Line Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9070071", "links": { @@ -263767,7 +270802,8 @@ "longitude": -71.1202, "name": "Harvard - Brattle St @ Palmer St", "platform_name": "Red Line Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9070072", "links": { @@ -263815,7 +270851,8 @@ "longitude": -71.069163, "name": "Charles/MGH - Cambridge St @ Lindall Pl", "platform_name": "Ashmont/Braintree Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9070073", "links": { @@ -263850,7 +270887,8 @@ "longitude": -71.069722, "name": "Charles/MGH - 325 Cambridge St", "platform_name": "Alewife Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9070074", "links": { @@ -263890,7 +270928,8 @@ "longitude": -71.062487, "name": "Park Street - Tremont St @ Winter St", "platform_name": "Red Line Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9070076", "links": { @@ -263942,7 +270981,8 @@ "longitude": -71.05661, "name": "South Station - Summer St @ Surface Rd", "platform_name": "Ashmont/Braintree Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9070079", "links": { @@ -263994,7 +271034,8 @@ "longitude": -71.05933, "name": "Downtown Crossing - Franklin St @ Washington St", "platform_name": "Red Line Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9070080", "links": { @@ -264033,10 +271074,7 @@ "data": null }, "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } + "data": null } }, "type": "stop" @@ -264049,7 +271087,8 @@ "longitude": -71.057042, "name": "Andrew - Dorchester Ave @ Dexter St", "platform_name": "Ashmont/Braintree Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9070083", "links": { @@ -264076,10 +271115,7 @@ "data": null }, "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } + "data": null } }, "type": "stop" @@ -264092,7 +271128,8 @@ "longitude": -71.06405, "name": "North Station - Nashua St @ Red Auerbach Way", "platform_name": "Lechmere & North/Oak Grove Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9070090", "links": { @@ -264103,7 +271140,24 @@ "data": [] }, "connecting_stops": { - "data": [] + "data": [ + { + "id": "113", + "type": "stop" + }, + { + "id": "place-north", + "type": "stop" + }, + { + "id": "9070026", + "type": "stop" + }, + { + "id": "114", + "type": "stop" + } + ] }, "facilities": { "links": { @@ -264114,23 +271168,21 @@ "data": null }, "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } + "data": null } }, "type": "stop" }, { "attributes": { - "description": "Green Line Lechmere & North Shuttle", + "description": "Science Park/West End - Green Line Lechmere & North Shuttle - Nashua St @ Leverett Cir", "latitude": 42.36752, "location_type": 0, "longitude": -71.0668, - "name": "Science Park - Nashua St", + "name": "Science Park/West End - Nashua St @ Leverett Cir", "platform_name": "Lechmere & North Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9070091", "links": { @@ -264145,10 +271197,6 @@ { "id": "place-spmnl", "type": "stop" - }, - { - "id": "9070093", - "type": "stop" } ] }, @@ -264168,13 +271216,14 @@ }, { "attributes": { - "description": "Science Park - Green Line Copley & West Shuttle - Martha Rd @ Whittier Pl", - "latitude": 42.366105, + "description": "Science Park/West End - Green Line Copley & West Shuttle - Martha Rd @ Amy Ct", + "latitude": 42.3661, "location_type": 0, - "longitude": -71.066986, - "name": "Science Park - Martha Rd @ Whittier Pl", + "longitude": -71.06676, + "name": "Science Park/West End - Martha Rd @ Amy Ct", "platform_name": "Copley & West Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9070093", "links": { @@ -264185,16 +271234,7 @@ "data": [] }, "connecting_stops": { - "data": [ - { - "id": "place-spmnl", - "type": "stop" - }, - { - "id": "9070091", - "type": "stop" - } - ] + "data": [] }, "facilities": { "links": { @@ -264218,7 +271258,8 @@ "longitude": -71.003876, "name": "Quincy Center - 1259 Hancock St", "platform_name": "Braintree Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9070101", "links": { @@ -264249,10 +271290,7 @@ "data": null }, "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } + "data": null } }, "type": "stop" @@ -264260,12 +271298,13 @@ { "attributes": { "description": "Boston College - Green Line Shuttle - Commonwealth Ave @ Lake St", - "latitude": 42.34007, + "latitude": 42.33981, "location_type": 0, - "longitude": -71.166492, + "longitude": -71.16641, "name": "Boston College - Commonwealth Ave @ Lake St", "platform_name": "Green Line Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9070107", "links": { @@ -264305,7 +271344,8 @@ "longitude": -71.157805, "name": "South Street - Commonwealth Ave opp South St", "platform_name": "Park Street & North Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9070110", "links": { @@ -264349,7 +271389,8 @@ "longitude": -71.157486, "name": "South Street - Commonwealth Ave @ South St", "platform_name": "Boston College Shuttle - Commonwealth Ave opp South St", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9070111", "links": { @@ -264388,12 +271429,13 @@ { "attributes": { "description": "Chestnut Hill Avenue - Green Line Park Street & North Shuttle", - "latitude": 42.338001, + "latitude": 42.33802, "location_type": 0, - "longitude": -71.154084, + "longitude": -71.15411, "name": "Chestnut Hill Avenue - Commonwealth Ave @ Chestnut Hill Ave", "platform_name": "Park Street & North Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9070112", "links": { @@ -264440,12 +271482,13 @@ { "attributes": { "description": "Chestnut Hill Avenue - Green Line Boston College Shuttle - Commonwealth Ave @ Chestnut Hill Ave", - "latitude": 42.338296, + "latitude": 42.33827, "location_type": 0, - "longitude": -71.153994, + "longitude": -71.15399, "name": "Chestnut Hill Avenue - Commonwealth Ave @ Chestnut Hill Ave", "platform_name": "Boston College Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9070113", "links": { @@ -264497,7 +271540,8 @@ "longitude": -71.150962, "name": "Chiswick Road - Commonwealth Ave @ Chiswick Rd", "platform_name": "Park Street & North Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9070114", "links": { @@ -264509,10 +271553,6 @@ }, "connecting_stops": { "data": [ - { - "id": "9070115", - "type": "stop" - }, { "id": "place-chswk", "type": "stop" @@ -264536,12 +271576,13 @@ { "attributes": { "description": "Chiswick Road - Green Line Boston College Shuttle - Commonwealth Ave @ Chiswick Rd", - "latitude": 42.340555, + "latitude": 42.3402, "location_type": 0, - "longitude": -71.151273, + "longitude": -71.15175, "name": "Chiswick Road - Commonwealth Ave @ Chiswick Rd", "platform_name": "Boston College Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9070115", "links": { @@ -264552,16 +271593,7 @@ "data": [] }, "connecting_stops": { - "data": [ - { - "id": "9070114", - "type": "stop" - }, - { - "id": "place-chswk", - "type": "stop" - } - ] + "data": [] }, "facilities": { "links": { @@ -264585,7 +271617,8 @@ "longitude": -71.145883, "name": "Sutherland Road - Commonwealth Ave @ Colborne Rd", "platform_name": "Park Street & North Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9070116", "links": { @@ -264600,10 +271633,6 @@ { "id": "place-sthld", "type": "stop" - }, - { - "id": "9070117", - "type": "stop" } ] }, @@ -264624,12 +271653,13 @@ { "attributes": { "description": "Sutherland Road - Green Line Boston College Shuttle - Commonwealth Ave @ Colborne Rd", - "latitude": 42.341805, + "latitude": 42.34186, "location_type": 0, - "longitude": -71.146004, + "longitude": -71.14758, "name": "Sutherland Road - Commonwealth Ave @ Colborne Rd", "platform_name": "Boston College Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9070117", "links": { @@ -264640,16 +271670,7 @@ "data": [] }, "connecting_stops": { - "data": [ - { - "id": "place-sthld", - "type": "stop" - }, - { - "id": "9070116", - "type": "stop" - } - ] + "data": [] }, "facilities": { "links": { @@ -264673,7 +271694,8 @@ "longitude": -71.142476, "name": "Washington Street - Commonwealth Ave @ Washington St", "platform_name": "Park Street & North Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9070120", "links": { @@ -264698,11 +271720,11 @@ "type": "stop" }, { - "id": "9170120", + "id": "1273", "type": "stop" }, { - "id": "1273", + "id": "9170120", "type": "stop" } ] @@ -264724,12 +271746,13 @@ { "attributes": { "description": "Washington Street - Green Line Shuttle - Commonwealth Ave @ Washington St", - "latitude": 42.343924, + "latitude": 42.34411, "location_type": 0, - "longitude": -71.142985, + "longitude": -71.14306, "name": "Washington Street - Commonwealth Ave @ Washington St", "platform_name": "Green Line Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9070121", "links": { @@ -264742,11 +271765,11 @@ "connecting_stops": { "data": [ { - "id": "place-wascm", + "id": "1273", "type": "stop" }, { - "id": "1273", + "id": "place-wascm", "type": "stop" }, { @@ -264780,12 +271803,13 @@ { "attributes": { "description": "Warren Street - Green Line Park Street & North Shuttle - Commonwealth Ave @ Kelton St", - "latitude": 42.348366, + "latitude": 42.34855, "location_type": 0, - "longitude": -71.139974, + "longitude": -71.13965, "name": "Warren Street - Commonwealth Ave @ Kelton St", "platform_name": "Park Street & North Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9070124", "links": { @@ -264824,12 +271848,13 @@ { "attributes": { "description": "Warren Street - Green Line Boston College Shuttle - Commonwealth Ave @ Warren St", - "latitude": 42.348545, + "latitude": 42.34862, "location_type": 0, - "longitude": -71.140483, + "longitude": -71.14056, "name": "Warren Street - Commonwealth Ave @ Warren St", "platform_name": "Boston College Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9070125", "links": { @@ -264873,7 +271898,8 @@ "longitude": -71.134255, "name": "Griggs Street - Commonwealth Ave @ Griggs St", "platform_name": "Park Street & North Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9070128", "links": { @@ -264917,7 +271943,8 @@ "longitude": -71.134118, "name": "Griggs Street - Commonwealth Ave opp Griggs St", "platform_name": "Boston College Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9070129", "links": { @@ -264961,7 +271988,8 @@ "longitude": -71.131085, "name": "Harvard Avenue - Commonwealth Ave @ Harvard Ave", "platform_name": "Park Street & North Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9070130", "links": { @@ -264973,10 +272001,6 @@ }, "connecting_stops": { "data": [ - { - "id": "9070131", - "type": "stop" - }, { "id": "place-harvd", "type": "stop" @@ -265008,12 +272032,13 @@ { "attributes": { "description": "Harvard Avenue - Green Line Boston College Shuttle - Commonwealth Ave @ Harvard Ave", - "latitude": 42.350306, + "latitude": 42.35079, "location_type": 0, - "longitude": -71.131188, + "longitude": -71.13022, "name": "Harvard Avenue - Commonwealth Ave @ Harvard Ave", "platform_name": "Boston College Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9070131", "links": { @@ -265024,24 +272049,7 @@ "data": [] }, "connecting_stops": { - "data": [ - { - "id": "place-harvd", - "type": "stop" - }, - { - "id": "9070130", - "type": "stop" - }, - { - "id": "1302", - "type": "stop" - }, - { - "id": "1378", - "type": "stop" - } - ] + "data": [] }, "facilities": { "links": { @@ -265065,7 +272073,8 @@ "longitude": -71.123965, "name": "Packard's Corner", "platform_name": "Park Street & North Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9070134", "links": { @@ -265113,7 +272122,8 @@ "longitude": -71.124976, "name": "Packard's Corner", "platform_name": "Boston College Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9070135", "links": { @@ -265161,7 +272171,8 @@ "longitude": -71.095526, "name": "Kenmore - 512 Commonwealth Ave", "platform_name": "Green Line Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9070150", "links": { @@ -265221,7 +272232,8 @@ "longitude": -71.095826, "name": "Kenmore - 660 Beacon St", "platform_name": "Westbound Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9070151", "links": { @@ -265281,7 +272293,8 @@ "longitude": -71.086917, "name": "Hynes Convention Center - Cambria St @ Boylston St", "platform_name": "Park Street & North Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9070152", "links": { @@ -265298,15 +272311,15 @@ "type": "stop" }, { - "id": "79", + "id": "1932", "type": "stop" }, { - "id": "1932", + "id": "place-hymnl", "type": "stop" }, { - "id": "place-hymnl", + "id": "79", "type": "stop" }, { @@ -265341,7 +272354,8 @@ "longitude": -71.076293, "name": "Copley - Opp 575 Boylston St", "platform_name": "Green Line Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9070154", "links": { @@ -265393,7 +272407,8 @@ "longitude": -71.07578, "name": "Copley - Saint James Ave @ Trinity Pl", "platform_name": "Westbound Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9070155", "links": { @@ -265428,7 +272443,8 @@ "longitude": -71.070881, "name": "Arlington", "platform_name": "Park Street & North Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9070156", "links": { @@ -265468,6 +272484,47 @@ }, "type": "stop" }, + { + "attributes": { + "description": "Riverside - Green Line Shuttle", + "latitude": 42.33721, + "location_type": 0, + "longitude": -71.252673, + "name": "Riverside", + "platform_name": "Green Line Shuttle", + "vehicle_type": 3, + "wheelchair_boarding": 1 + }, + "id": "9070160", + "links": { + "self": "/stops/9070160" + }, + "relationships": { + "child_stops": { + "data": [] + }, + "connecting_stops": { + "data": [ + { + "id": "place-river", + "type": "stop" + } + ] + }, + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=9070160" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, { "attributes": { "description": "Woodland - Green Line Shuttle", @@ -265476,7 +272533,8 @@ "longitude": -71.243312, "name": "Woodland", "platform_name": "Green Line Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9070162", "links": { @@ -265516,7 +272574,8 @@ "longitude": -71.231039, "name": "Waban - Beacon St @ Waban", "platform_name": "Park Street & North Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9070164", "links": { @@ -265560,7 +272619,8 @@ "longitude": -71.231098, "name": "Waban - Beacon St opp Waban", "platform_name": "Riverside Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9070165", "links": { @@ -265604,12 +272664,52 @@ "longitude": -71.205831, "name": "Newton Highlands", "platform_name": "Green Line Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9070168", "links": { "self": "/stops/9070168" }, + "relationships": { + "child_stops": { + "data": [] + }, + "connecting_stops": { + "data": [] + }, + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=9070168" + } + }, + "parent_station": { + "data": { + "id": "place-newtn", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Newton Highlands - Green Line Shuttle - Walnut St", + "latitude": 42.32176, + "location_type": 0, + "longitude": -71.20616, + "name": "Newton Highlands - Walnut St", + "platform_name": "Green Line Shuttle", + "vehicle_type": 3, + "wheelchair_boarding": 1 + }, + "id": "9070169", + "links": { + "self": "/stops/9070169" + }, "relationships": { "child_stops": { "data": [] @@ -265617,22 +272717,22 @@ "connecting_stops": { "data": [ { - "id": "place-newtn", + "id": "9170168", "type": "stop" }, { - "id": "9170168", + "id": "9170169", "type": "stop" }, { - "id": "9170169", + "id": "place-newtn", "type": "stop" } ] }, "facilities": { "links": { - "related": "/facilities/?filter[stop]=9070168" + "related": "/facilities/?filter[stop]=9070169" } }, "parent_station": { @@ -265652,7 +272752,8 @@ "longitude": -71.191152, "name": "Newton Centre - Langley Rd @ Braeland Ave", "platform_name": "Park Street & North Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9070170", "links": { @@ -265696,7 +272797,8 @@ "longitude": -71.190997, "name": "Newton Centre - Langley Rd opp Braeland Ave", "platform_name": "Riverside Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9070171", "links": { @@ -265740,7 +272842,8 @@ "longitude": -71.126602, "name": "Brookline Hills - Boylston St @ Cypress St", "platform_name": "Riverside Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9070178", "links": { @@ -265775,7 +272878,8 @@ "longitude": -71.125599, "name": "Brookline Hills - Boylston St @ Cypress St", "platform_name": "Park Street & North Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9070179", "links": { @@ -265810,7 +272914,8 @@ "longitude": -71.115961, "name": "Brookline Village - Pearl St @ Brookline Place Parking", "platform_name": "Park Street & North Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9070180", "links": { @@ -265862,7 +272967,8 @@ "longitude": -71.08859, "name": "Hynes Convention Center - Commonwealth Ave @ Massachusetts Ave", "platform_name": "Green Line Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9070184", "links": { @@ -265897,7 +273003,8 @@ "longitude": -71.0949, "name": "Kenmore - Commonwealth Ave @ Kenmore St", "platform_name": "Green Line Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9070185", "links": { @@ -265957,7 +273064,8 @@ "longitude": -71.10212, "name": "Boston University East - 610 Commonwealth Ave", "platform_name": "Green Line Park Street & North Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9070186", "links": { @@ -265992,7 +273100,8 @@ "longitude": -71.107571, "name": "Saint Mary's Street", "platform_name": "Westbound Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9070211", "links": { @@ -266036,7 +273145,8 @@ "longitude": -71.107009, "name": "Saint Mary's Street - Beacon St @ Saint Mary's St", "platform_name": "Park Street & North Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9070212", "links": { @@ -266080,7 +273190,8 @@ "longitude": -71.110831, "name": "Hawes Street", "platform_name": "Cleveland Circle Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9070213", "links": { @@ -266124,7 +273235,8 @@ "longitude": -71.11065, "name": "Hawes Street - 1089 Beacon St", "platform_name": "Park Street & North Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9070214", "links": { @@ -266168,7 +273280,8 @@ "longitude": -71.11386, "name": "Kent Street", "platform_name": "Cleveland Circle Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9070215", "links": { @@ -266212,7 +273325,8 @@ "longitude": -71.113664, "name": "Kent Street", "platform_name": "Park Street & North Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9070216", "links": { @@ -266256,7 +273370,8 @@ "longitude": -71.116713, "name": "Saint Paul Street", "platform_name": "Cleveland Circle Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9070217", "links": { @@ -266300,7 +273415,8 @@ "longitude": -71.11804, "name": "Saint Paul Street - 1253 Beacon St", "platform_name": "Park Street & North Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9070218", "links": { @@ -266344,7 +273460,8 @@ "longitude": -71.121007, "name": "Coolidge Corner", "platform_name": "Cleveland Circle Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9070219", "links": { @@ -266396,7 +273513,8 @@ "longitude": -71.121669, "name": "Coolidge Corner", "platform_name": "Park Street & North Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9070220", "links": { @@ -266448,7 +273566,8 @@ "longitude": -71.12621, "name": "Summit Avenue - 1428 Beacon St", "platform_name": "Cleveland Circle Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9070223", "links": { @@ -266492,7 +273611,8 @@ "longitude": -71.125834, "name": "Summit Avenue", "platform_name": "Park Street & North Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9070224", "links": { @@ -266536,7 +273656,8 @@ "longitude": -71.128629, "name": "Brandon Hall", "platform_name": "Cleveland Circle Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9070225", "links": { @@ -266580,7 +273701,8 @@ "longitude": -71.128765, "name": "Brandon Hall", "platform_name": "Park Street & North Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9070226", "links": { @@ -266624,7 +273746,8 @@ "longitude": -71.1317, "name": "Fairbanks Street", "platform_name": "Cleveland Circle Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9070227", "links": { @@ -266668,7 +273791,8 @@ "longitude": -71.130957, "name": "Fairbanks Street", "platform_name": "Park Street & North Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9070228", "links": { @@ -266712,7 +273836,8 @@ "longitude": -71.135035, "name": "Washington Square", "platform_name": "Cleveland Circle Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9070229", "links": { @@ -266760,7 +273885,8 @@ "longitude": -71.13409, "name": "Washington Square - 1601 Beacon St", "platform_name": "Park Street & North Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9070230", "links": { @@ -266795,7 +273921,8 @@ "longitude": -71.138504, "name": "Tappan Street", "platform_name": "Cleveland Circle Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9070231", "links": { @@ -266839,7 +273966,8 @@ "longitude": -71.138541, "name": "Tappan Street", "platform_name": "Park Street & North Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9070232", "links": { @@ -266883,7 +274011,8 @@ "longitude": -71.141682, "name": "Dean Road", "platform_name": "Cleveland Circle Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9070233", "links": { @@ -266927,7 +274056,8 @@ "longitude": -71.142381, "name": "Dean Road", "platform_name": "Park Street & North Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9070234", "links": { @@ -266971,7 +274101,8 @@ "longitude": -71.14601, "name": "Englewood Avenue - 1856 Beacon St", "platform_name": "Cleveland Circle Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9070235", "links": { @@ -267015,7 +274146,8 @@ "longitude": -71.14586, "name": "Englewood Avenue - 1855 Beacon St", "platform_name": "Park Street & North Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9070236", "links": { @@ -267059,7 +274191,8 @@ "longitude": -71.148524, "name": "Cleveland Circle", "platform_name": "Cleveland Circle Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9070237", "links": { @@ -267103,7 +274236,8 @@ "longitude": -71.149119, "name": "Cleveland Circle", "platform_name": "Green Line Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9070238", "links": { @@ -267151,7 +274285,8 @@ "longitude": -71.077741, "name": "Lechmere - Water St @ Lechmere Busway", "platform_name": "Green Line Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9070501", "links": { @@ -267186,7 +274321,8 @@ "longitude": -71.077843, "name": "Lechmere - Monsignor O'Brien Hwy opp Gore St", "platform_name": "Green Line Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9070502", "links": { @@ -267226,7 +274362,8 @@ "longitude": -71.09467, "name": "Union Square - Prospect St @ Union Sq Station", "platform_name": "Green Line Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9070503", "links": { @@ -267274,7 +274411,8 @@ "longitude": -71.09538, "name": "Gilman Square - Medford St opp Gilman Sq Station", "platform_name": "Medford/Tufts Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9070505", "links": { @@ -267326,7 +274464,8 @@ "longitude": -71.0955, "name": "Gilman Square - Medford St @ Gilman Sq Station", "platform_name": "Copley & West Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9070506", "links": { @@ -267378,7 +274517,8 @@ "longitude": -71.10375, "name": "Magoun Square - Medford St @ Lowell St", "platform_name": "Copley & West Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9070508", "links": { @@ -267413,7 +274553,8 @@ "longitude": -71.11175, "name": "Ball Square - Boston Ave @ Broadway", "platform_name": "Medford/Tufts Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9070509", "links": { @@ -267461,7 +274602,8 @@ "longitude": -71.08828, "name": "East Somerville - Joy St @ Washington St", "platform_name": "Green Line Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9070513", "links": { @@ -267496,7 +274638,8 @@ "longitude": -71.074237, "name": "Warren St @ Melrose St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "9071", "links": { @@ -267534,7 +274677,8 @@ "longitude": -71.073595, "name": "Franklin St @ Warren St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "9073", "links": { @@ -267572,7 +274716,8 @@ "longitude": -71.069631, "name": "Franklin St opp Greenwood St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9074", "links": { @@ -267610,7 +274755,8 @@ "longitude": -71.066188, "name": "Franklin St @ Ashland St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9075", "links": { @@ -267648,7 +274794,8 @@ "longitude": -71.063887, "name": "Franklin St @ Albion St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9076", "links": { @@ -267686,7 +274833,8 @@ "longitude": -71.061884, "name": "Porter St @ Rowe St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9077", "links": { @@ -267724,7 +274872,8 @@ "longitude": -71.058282, "name": "Porter St @ Bellevue Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9078", "links": { @@ -267762,7 +274911,8 @@ "longitude": -71.055183, "name": "Porter St @ Garfield Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9079", "links": { @@ -267800,7 +274950,8 @@ "longitude": -71.051182, "name": "Porter St @ Moreland Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9080", "links": { @@ -267838,7 +274989,8 @@ "longitude": -71.050436, "name": "Porter St @ East St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9081", "links": { @@ -267876,7 +275028,8 @@ "longitude": -71.04967, "name": "East St opp Sheffield Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9082", "links": { @@ -267914,7 +275067,8 @@ "longitude": -71.049025, "name": "East St @ Enmore Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9083", "links": { @@ -267952,7 +275106,8 @@ "longitude": -71.048737, "name": "East St @ Upham St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9084", "links": { @@ -267990,7 +275145,8 @@ "longitude": -71.047955, "name": "Upham St @ Highview Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9085", "links": { @@ -268028,7 +275184,8 @@ "longitude": -71.046817, "name": "Waverly Ave @ First St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9086", "links": { @@ -268066,7 +275223,8 @@ "longitude": -71.046339, "name": "Waverly Ave @ Laurel St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9087", "links": { @@ -268104,7 +275262,8 @@ "longitude": -71.047545, "name": "Laurel St @ Highview Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9088", "links": { @@ -268142,7 +275301,8 @@ "longitude": -71.048788, "name": "184 Laurel St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9089", "links": { @@ -268180,7 +275340,8 @@ "longitude": -71.173786, "name": "Tremont St @ Cufflin St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "909", "links": { @@ -268218,7 +275379,8 @@ "longitude": -71.050149, "name": "166 Laurel St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9090", "links": { @@ -268256,7 +275418,8 @@ "longitude": -71.051934, "name": "Laurel St @ Sixth St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9091", "links": { @@ -268294,7 +275457,8 @@ "longitude": -71.052363, "name": "Grove St opp Goss Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9092", "links": { @@ -268332,7 +275496,8 @@ "longitude": -71.053287, "name": "Grove St opp Florence Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9093", "links": { @@ -268370,7 +275535,8 @@ "longitude": -71.05506, "name": "Grove St opp Argyle St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9095", "links": { @@ -268408,7 +275574,8 @@ "longitude": -71.056828, "name": "Grove St @ Gooch St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9096", "links": { @@ -268446,7 +275613,8 @@ "longitude": -71.059566, "name": "Grove St @ Lebanon St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9097", "links": { @@ -268484,7 +275652,8 @@ "longitude": -71.063499, "name": "Grove St opp Linwood Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9098", "links": { @@ -268522,7 +275691,8 @@ "longitude": -71.06473, "name": "Grove St @ Walnut St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9099", "links": { @@ -268560,7 +275730,8 @@ "longitude": -71.086739, "name": "Massachusetts Ave @ Clearway St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "91", "links": { @@ -268598,7 +275769,8 @@ "longitude": -71.172438, "name": "Tremont St @ Tremont Pl", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "910", "links": { @@ -268636,7 +275808,8 @@ "longitude": -71.066339, "name": "Grove St @ Main St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9100", "links": { @@ -268674,7 +275847,8 @@ "longitude": -71.131749, "name": "Winthrop St @ Winford Way", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9101", "links": { @@ -268712,7 +275886,8 @@ "longitude": -71.132683, "name": "Main St @ Town Way", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9103", "links": { @@ -268750,7 +275925,8 @@ "longitude": -71.133191, "name": "Main St @ Highland Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9104", "links": { @@ -268788,7 +275964,8 @@ "longitude": -71.135646, "name": "Main St @ Everell Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9105", "links": { @@ -268826,7 +276003,8 @@ "longitude": -71.134855, "name": "Main St @ Marshall Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9106", "links": { @@ -268864,7 +276042,8 @@ "longitude": -71.134486, "name": "Main St @ Chestnut St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9107", "links": { @@ -268902,7 +276081,8 @@ "longitude": -71.133983, "name": "Main St @ Prospect St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9108", "links": { @@ -268940,7 +276120,8 @@ "longitude": -71.134098, "name": "Main St @ Fairview Terr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9109", "links": { @@ -268978,7 +276159,8 @@ "longitude": -71.137709, "name": "Main St @ Vine St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9111", "links": { @@ -269016,7 +276198,8 @@ "longitude": -71.138313, "name": "Main St @ Lake St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9113", "links": { @@ -269054,7 +276237,8 @@ "longitude": -71.139961, "name": "757 Main St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9114", "links": { @@ -269092,7 +276276,8 @@ "longitude": -71.140856, "name": "Main St opp Richardson St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "9115", "links": { @@ -269130,7 +276315,8 @@ "longitude": -71.143731, "name": "Main St opp Hemmingway St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9116", "links": { @@ -269168,7 +276354,8 @@ "longitude": -71.14553, "name": "Main St opp Sheridan Circle", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9117", "links": { @@ -269206,7 +276393,8 @@ "longitude": -71.146828, "name": "Main St @ Cranes Ct", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9118", "links": { @@ -269244,7 +276432,8 @@ "longitude": -71.148603, "name": "Main St @ Vining Ct", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9119", "links": { @@ -269282,7 +276471,8 @@ "longitude": -71.168767, "name": "Tremont St @ Washington St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "912", "links": { @@ -269320,7 +276510,8 @@ "longitude": -71.149962, "name": "Main St @ Richardson St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9120", "links": { @@ -269358,7 +276549,8 @@ "longitude": -71.149957, "name": "Main St @ Fowle St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9121", "links": { @@ -269396,7 +276588,8 @@ "longitude": -71.149603, "name": "Main St @ Green St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9122", "links": { @@ -269434,7 +276627,8 @@ "longitude": -71.150713, "name": "Main St opp Myrtle St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9123", "links": { @@ -269472,7 +276666,8 @@ "longitude": -71.151609, "name": "Main St @ Montvale Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9124", "links": { @@ -269510,7 +276705,8 @@ "longitude": -71.152051, "name": "Common St @ Woburn City Hall", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9125", "links": { @@ -269548,7 +276744,8 @@ "longitude": -71.150841, "name": "Main St @ Everett St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9127", "links": { @@ -269586,7 +276783,8 @@ "longitude": -71.151862, "name": "Main St @ Manning St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9128", "links": { @@ -269624,7 +276822,8 @@ "longitude": -71.152084, "name": "Main St @ Mishawum Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9129", "links": { @@ -269662,7 +276861,8 @@ "longitude": -71.166553, "name": "Washington St @ Breck Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "913", "links": { @@ -269700,7 +276900,8 @@ "longitude": -71.153081, "name": "Main St @ Page Pl", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9130", "links": { @@ -269738,7 +276939,8 @@ "longitude": -71.154162, "name": "Main St @ Eaton Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9131", "links": { @@ -269776,7 +276978,8 @@ "longitude": -71.08651, "name": "Huntington Ave @ Gainsborough St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "91317", "links": { @@ -269814,7 +277017,8 @@ "longitude": -71.155907, "name": "Main St @ Fisher Terr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9133", "links": { @@ -269852,7 +277056,8 @@ "longitude": -71.159009, "name": "Elm St @ Monument", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9134", "links": { @@ -269890,7 +277095,8 @@ "longitude": -71.161553, "name": "Elm St opp West St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9135", "links": { @@ -269928,7 +277134,8 @@ "longitude": -71.162461, "name": "Elm St opp Ward St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9136", "links": { @@ -269966,7 +277173,8 @@ "longitude": -71.16183, "name": "73 Elm St opp Traverse St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9137", "links": { @@ -270004,7 +277212,8 @@ "longitude": -71.160959, "name": "Main St @ East Nichols St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9139", "links": { @@ -270042,7 +277251,8 @@ "longitude": -71.100187, "name": "Huntington Ave @ Longwood Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "91391", "links": { @@ -270089,7 +277299,8 @@ "longitude": -71.160878, "name": "Main St @ W Dexter Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9140", "links": { @@ -270127,7 +277338,8 @@ "longitude": -71.160818, "name": "Main St opp Mountain St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9142", "links": { @@ -270165,7 +277377,8 @@ "longitude": -71.160477, "name": "Main St @ Wheeling St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9143", "links": { @@ -270203,7 +277416,8 @@ "longitude": -71.158938, "name": "1075 Main St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9144", "links": { @@ -270241,7 +277455,8 @@ "longitude": -71.130914, "name": "Winthrop St @ Playstead Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9145", "links": { @@ -270279,7 +277494,8 @@ "longitude": -71.129796, "name": "578 Winthrop St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9146", "links": { @@ -270317,7 +277533,8 @@ "longitude": -71.12592, "name": "Winthrop St @ Brooks St - Medford HS", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9147", "links": { @@ -270355,7 +277572,8 @@ "longitude": -71.123087, "name": "Winthrop St @ Exeter St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9149", "links": { @@ -270393,7 +277611,8 @@ "longitude": -71.163647, "name": "Washington St @ Langley Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "915", "links": { @@ -270431,7 +277650,8 @@ "longitude": -71.120978, "name": "Winthrop St @ Suffolk St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9150", "links": { @@ -270469,7 +277689,8 @@ "longitude": -71.105074, "name": "Riverside Ave @ Saltonstall Building", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9151", "links": { @@ -270507,7 +277728,8 @@ "longitude": -71.102765, "name": "163 Riverside Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9152", "links": { @@ -270545,7 +277767,8 @@ "longitude": -71.100884, "name": "Riverside Ave @ Marine St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9153", "links": { @@ -270583,7 +277806,8 @@ "longitude": -71.098314, "name": "Riverside Ave @ Maverick St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9154", "links": { @@ -270621,7 +277845,8 @@ "longitude": -71.096531, "name": "Riverside Ave @ Foster Ct", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9155", "links": { @@ -270659,7 +277884,8 @@ "longitude": -71.094289, "name": "Riverside Ave @ Light Guard Dr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9156", "links": { @@ -270697,7 +277923,8 @@ "longitude": -71.092978, "name": "Riverside Ave @ Rockwell Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9157", "links": { @@ -270735,7 +277962,8 @@ "longitude": -71.09182, "name": "Riverside Ave @ Locust St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9158", "links": { @@ -270773,7 +278001,8 @@ "longitude": -71.089816, "name": "Riverside Ave @ Hall St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9159", "links": { @@ -270811,7 +278040,8 @@ "longitude": -71.160127, "name": "Washington St @ Lake St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "916", "links": { @@ -270849,7 +278079,8 @@ "longitude": -71.087957, "name": "Riverside Ave @ Commercial St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9160", "links": { @@ -270887,7 +278118,8 @@ "longitude": -71.085081, "name": "Riverside Ave @ Fellsway", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9161", "links": { @@ -270925,7 +278157,8 @@ "longitude": -71.229238, "name": "624 Washington St opp Bird Middle School", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "91618", "links": { @@ -270963,7 +278196,8 @@ "longitude": -71.085185, "name": "Riverside Ave @ Fellsway", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9162", "links": { @@ -271001,7 +278235,8 @@ "longitude": -71.088031, "name": "Riverside Ave opp Commercial St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9163", "links": { @@ -271039,7 +278274,8 @@ "longitude": -71.089571, "name": "Riverside Ave opp Hall St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9164", "links": { @@ -271077,7 +278313,8 @@ "longitude": -71.093443, "name": "350 Riverside Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9165", "links": { @@ -271115,7 +278352,8 @@ "longitude": -71.095422, "name": "Riverside Ave @ Hunewill Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9167", "links": { @@ -271153,7 +278391,8 @@ "longitude": -71.096486, "name": "Riverside Ave @ Carolina St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9168", "links": { @@ -271191,7 +278430,8 @@ "longitude": -71.098291, "name": "Riverside Ave @ Pembroke St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9169", "links": { @@ -271229,7 +278469,8 @@ "longitude": -71.157011, "name": "Washington St @ Foster St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "917", "links": { @@ -271267,7 +278508,8 @@ "longitude": -71.100883, "name": "Riverside Ave @ Park St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9170", "links": { @@ -271305,7 +278547,8 @@ "longitude": -71.082114, "name": "Massachusetts Avenue - Columbus Ave @ Newcastle Ct", "platform_name": "Forest Hills Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9170012", "links": { @@ -271340,7 +278583,8 @@ "longitude": -71.074988, "name": "Back Bay - Columbus Ave @ Dartmouth St", "platform_name": "Forest Hills Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9170014", "links": { @@ -271375,7 +278619,8 @@ "longitude": -71.058311, "name": "Haymarket - Congress St @ New Sudbury St", "platform_name": "Ashmont/Braintree Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9170024", "links": { @@ -271399,10 +278644,6 @@ "id": "place-haecl", "type": "stop" }, - { - "id": "9070025", - "type": "stop" - }, { "id": "9070024", "type": "stop" @@ -271435,7 +278676,8 @@ "longitude": -71.053228, "name": "Aquarium - State St opp McKinley Sq", "platform_name": "Blue Line Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9170043", "links": { @@ -271499,7 +278741,8 @@ "longitude": -71.029861, "name": "Airport", "platform_name": "Blue Line Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9170047", "links": { @@ -271537,7 +278780,8 @@ "longitude": -71.085583, "name": "Kendall/MIT - Main St @ Hayward St", "platform_name": "Ashmont/Braintree Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9170071", "links": { @@ -271585,7 +278829,8 @@ "longitude": -71.061699, "name": "Park Street - Tremont St opp Hamilton Pl", "platform_name": "Red Line Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9170076", "links": { @@ -271637,7 +278882,8 @@ "longitude": -71.020832, "name": "Wollaston - Newport Ave @ Brook St", "platform_name": "Braintree Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9170099", "links": { @@ -271668,10 +278914,7 @@ "data": null }, "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } + "data": null } }, "type": "stop" @@ -271684,7 +278927,8 @@ "longitude": -71.020771, "name": "Wollaston - Newport Ave opp Brook St", "platform_name": "Alewife Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9170100", "links": { @@ -271715,10 +278959,7 @@ "data": null }, "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } + "data": null } }, "type": "stop" @@ -271726,12 +278967,13 @@ { "attributes": { "description": "Washington Street - Green Line Park Street & North Shuttle - Commonwealth Ave @ Washington St", - "latitude": 42.343435, + "latitude": 42.34444, "location_type": 0, - "longitude": -71.142732, + "longitude": -71.14203, "name": "Washington Street - Commonwealth Ave @ Washington St", "platform_name": "Park Street & North Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9170120", "links": { @@ -271744,19 +278986,19 @@ "connecting_stops": { "data": [ { - "id": "1295", + "id": "9070120", "type": "stop" }, { - "id": "place-wascm", + "id": "9070121", "type": "stop" }, { - "id": "9070120", + "id": "place-wascm", "type": "stop" }, { - "id": "9070121", + "id": "1295", "type": "stop" }, { @@ -271787,7 +279029,8 @@ "longitude": -71.0949, "name": "Kenmore - Commonwealth Ave @ Kenmore St", "platform_name": "Westbound Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9170151", "links": { @@ -271847,7 +279090,8 @@ "longitude": -71.08835, "name": "Hynes - Commonwealth Ave @ Massachusetts Ave", "platform_name": "Park Street & North Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9170152", "links": { @@ -271868,19 +279112,19 @@ "type": "stop" }, { - "id": "11391", + "id": "79", "type": "stop" }, { - "id": "1932", + "id": "11391", "type": "stop" }, { - "id": "9070152", + "id": "1932", "type": "stop" }, { - "id": "79", + "id": "9070152", "type": "stop" } ] @@ -271907,7 +279151,8 @@ "longitude": -71.088504, "name": "Hynes - Commonwealth Ave @ Massachusetts Ave", "platform_name": "Westbound Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9170153", "links": { @@ -271942,7 +279187,8 @@ "longitude": -71.077016, "name": "Copley - Boylston St @ Dartmouth St", "platform_name": "Park Street & North Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9170154", "links": { @@ -271988,13 +279234,14 @@ }, { "attributes": { - "description": "Newton Highlands - Green Line Park St & North Shuttle - Walnut St @ Lincoln St", + "description": "Newton Highlands - Green Line Shuttle - Walnut St @ Lincoln St", "latitude": 42.32166, "location_type": 0, "longitude": -71.206241, "name": "Newton Highlands - Walnut St @ Lincoln St", - "platform_name": "Park Street & North Shuttle", - "vehicle_type": 3 + "platform_name": "Green Line Shuttle", + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9170168", "links": { @@ -272007,11 +279254,11 @@ "connecting_stops": { "data": [ { - "id": "9170169", + "id": "9070169", "type": "stop" }, { - "id": "9070168", + "id": "9170169", "type": "stop" }, { @@ -272042,7 +279289,8 @@ "longitude": -71.205878, "name": "Newton Highlands - Walnut St @ Floral St", "platform_name": "Green Line Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9170169", "links": { @@ -272059,7 +279307,7 @@ "type": "stop" }, { - "id": "9070168", + "id": "9070169", "type": "stop" }, { @@ -272090,7 +279338,8 @@ "longitude": -71.126691, "name": "Brookline Hills", "platform_name": "Green Line Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9170178", "links": { @@ -272130,7 +279379,8 @@ "longitude": -71.063902, "name": "North Station - Lomasney Way @ Causeway St", "platform_name": "Forest Hills/Copley & West Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9170206", "links": { @@ -272165,7 +279415,8 @@ "longitude": -71.104819, "name": "Fenway - Beacon St @ Park Dr", "platform_name": "Cleveland Circle Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9170211", "links": { @@ -272200,7 +279451,8 @@ "longitude": -71.104819, "name": "Fenway - Beacon St @ Park Dr", "platform_name": "Park Street & North Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9170212", "links": { @@ -272235,7 +279487,8 @@ "longitude": -71.093704, "name": "Union Square - Somerville Ave @ Prospect St", "platform_name": "Green Line Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9170503", "links": { @@ -272270,7 +279523,8 @@ "longitude": -71.105122, "name": "116 Riverside Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9172", "links": { @@ -272308,7 +279562,8 @@ "longitude": -71.120863, "name": "Winthrop St @ Lawrence Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9174", "links": { @@ -272346,7 +279601,8 @@ "longitude": -71.122968, "name": "Winthrop St @ Woodside Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9175", "links": { @@ -272384,7 +279640,8 @@ "longitude": -71.124967, "name": "475 Winthrop St @ Temple Shalom", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9176", "links": { @@ -272422,7 +279679,8 @@ "longitude": -71.127063, "name": "Winthrop St @ Medford HS", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9177", "links": { @@ -272460,7 +279718,8 @@ "longitude": -71.12897, "name": "Winthrop St opp Smith Ln", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9178", "links": { @@ -272498,7 +279757,8 @@ "longitude": -71.06981, "name": "Main St @ Water St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9179", "links": { @@ -272536,7 +279796,8 @@ "longitude": -71.154176, "name": "Washington St @ Chestnut Hill Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "918", "links": { @@ -272574,7 +279835,8 @@ "longitude": -71.069327, "name": "Main St @ Galvin Middle School", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "9181", "links": { @@ -272612,7 +279874,8 @@ "longitude": -71.068964, "name": "Main St opp Charles St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9183", "links": { @@ -272650,7 +279913,8 @@ "longitude": -71.14654, "name": "Newton St @ Grove St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "91835", "links": { @@ -272688,7 +279952,8 @@ "longitude": -71.068767, "name": "Main St opp Green St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9184", "links": { @@ -272726,7 +279991,8 @@ "longitude": -71.06899, "name": "Opp 818 Main St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9185", "links": { @@ -272764,7 +280030,8 @@ "longitude": -71.237947, "name": "Needham Junction", "platform_name": "West Parking Lot", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "91852", "links": { @@ -272805,7 +280072,8 @@ "longitude": -71.06779, "name": "Main St @ Forest St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "9187", "links": { @@ -272843,7 +280111,8 @@ "longitude": -71.065557, "name": "Main St @ Greenwood Plaza", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9188", "links": { @@ -272876,12 +280145,13 @@ { "attributes": { "description": null, - "latitude": 42.479893, + "latitude": 42.48022, "location_type": 0, - "longitude": -71.06435, - "name": "Main St @ Marion Ct", + "longitude": -71.06462, + "name": "Main St opp Greenwood School", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9189", "links": { @@ -272919,7 +280189,8 @@ "longitude": -71.152193, "name": "Washington St opp Waldo Terr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "919", "links": { @@ -272957,7 +280228,8 @@ "longitude": -71.063162, "name": "Main St opp Pitman Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9190", "links": { @@ -272995,7 +280267,8 @@ "longitude": -71.062403, "name": "Main St @ Hanson St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9191", "links": { @@ -273033,7 +280306,8 @@ "longitude": -71.145914, "name": "Chestnut Hill Ave opp Ackers Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "91916", "links": { @@ -273071,7 +280345,8 @@ "longitude": -71.061702, "name": "Main St @ Humphrey St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9192", "links": { @@ -273109,7 +280384,8 @@ "longitude": -71.061372, "name": "Main St opp Bay State Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9193", "links": { @@ -273147,7 +280423,8 @@ "longitude": -71.061294, "name": "Main St @ Briggs St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9194", "links": { @@ -273185,7 +280462,8 @@ "longitude": -71.061211, "name": "Main St @ W Highland Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9195", "links": { @@ -273223,7 +280501,8 @@ "longitude": -71.061664, "name": "910 Main St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9196", "links": { @@ -273261,7 +280540,8 @@ "longitude": -71.061746, "name": "Main St opp Linden Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9197", "links": { @@ -273299,7 +280579,8 @@ "longitude": -71.062015, "name": "Main St @ Melrose St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9198", "links": { @@ -273337,7 +280618,8 @@ "longitude": -71.062318, "name": "Main St @ Lebanon St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9199", "links": { @@ -273375,7 +280657,8 @@ "longitude": -71.150156, "name": "Cambridge St @ Washington St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "920", "links": { @@ -273413,7 +280696,8 @@ "longitude": -71.063131, "name": "Main St @ Emerson St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9200", "links": { @@ -273451,7 +280735,8 @@ "longitude": -71.064624, "name": "Main St @ Essex St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9201", "links": { @@ -273489,7 +280774,8 @@ "longitude": -71.065486, "name": "Main St @ W Foster St - Melrose Sq", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9202", "links": { @@ -273527,7 +280813,8 @@ "longitude": -71.066468, "name": "Main St @ Grove St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9203", "links": { @@ -273565,7 +280852,8 @@ "longitude": -71.067473, "name": "Main St @ W Wyoming Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9204", "links": { @@ -273603,7 +280891,8 @@ "longitude": -71.068104, "name": "238 Main St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9205", "links": { @@ -273641,7 +280930,8 @@ "longitude": -71.068128, "name": "Main St @ Lodge Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "9206", "links": { @@ -273679,7 +280969,8 @@ "longitude": -71.068167, "name": "Main St @ Sylvan St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9207", "links": { @@ -273717,7 +281008,8 @@ "longitude": -71.067199, "name": "Main St @ Fairlawn St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "9209", "links": { @@ -273755,7 +281047,8 @@ "longitude": -71.067705, "name": "Main St @ Rosemont St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9210", "links": { @@ -273793,7 +281086,8 @@ "longitude": -71.067819, "name": "Main St @ Winter St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9211", "links": { @@ -273831,7 +281125,8 @@ "longitude": -71.067982, "name": "Main St @ Clifton St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9212", "links": { @@ -273869,7 +281164,8 @@ "longitude": -71.067703, "name": "Main St @ Mountain Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9213", "links": { @@ -273907,7 +281203,8 @@ "longitude": -71.067055, "name": "Main St @ Salem St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9214", "links": { @@ -273945,7 +281242,8 @@ "longitude": -71.066963, "name": "Main St @ Salem St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9215", "links": { @@ -273983,7 +281281,8 @@ "longitude": -71.067523, "name": "Main St @ Mountain Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9216", "links": { @@ -274021,7 +281320,8 @@ "longitude": -71.067859, "name": "Main St @ Park Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9217", "links": { @@ -274059,7 +281359,8 @@ "longitude": -71.067717, "name": "Main St @ Leonard St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9218", "links": { @@ -274097,7 +281398,8 @@ "longitude": -71.067595, "name": "Main St opp Rosemont St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9219", "links": { @@ -274135,7 +281437,8 @@ "longitude": -71.145688, "name": "Cambridge St opp Dustin St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "922", "links": { @@ -274173,7 +281476,8 @@ "longitude": -71.067041, "name": "Main St opp Fairlawn St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9220", "links": { @@ -274211,7 +281515,8 @@ "longitude": -71.068052, "name": "Main St @ Banks Pl", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9221", "links": { @@ -274249,7 +281554,8 @@ "longitude": -71.06801, "name": "Main St @ Sylvan St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9222", "links": { @@ -274287,7 +281593,8 @@ "longitude": -71.067984, "name": "Main St opp Lodge Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "9223", "links": { @@ -274325,7 +281632,8 @@ "longitude": -71.067978, "name": "Main St @ Potomac St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "9224", "links": { @@ -274363,7 +281671,8 @@ "longitude": -71.067239, "name": "Main St @ E Wyoming Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9225", "links": { @@ -274401,7 +281710,8 @@ "longitude": -71.066447, "name": "Main St @ Grove St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9226", "links": { @@ -274439,7 +281749,8 @@ "longitude": -71.065465, "name": "Main St @ E Foster St - Melrose Sq", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9227", "links": { @@ -274477,7 +281788,8 @@ "longitude": -71.06473, "name": "Main St @ Upham St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9228", "links": { @@ -274515,7 +281827,8 @@ "longitude": -71.06311, "name": "Main St @ E Emerson St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9229", "links": { @@ -274553,7 +281866,8 @@ "longitude": -71.062229, "name": "Main St @ Lebanon St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9230", "links": { @@ -274591,7 +281905,8 @@ "longitude": -71.061844, "name": "Main St @ Short St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9231", "links": { @@ -274629,7 +281944,8 @@ "longitude": -71.06166, "name": "Main St @ Linden Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9232", "links": { @@ -274667,7 +281983,8 @@ "longitude": -71.061381, "name": "Main St @ Green St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9233", "links": { @@ -274705,7 +282022,8 @@ "longitude": -71.061085, "name": "Main St @ E Highland Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9235", "links": { @@ -274743,7 +282061,8 @@ "longitude": -71.061153, "name": "Main St @ Boardman Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9236", "links": { @@ -274781,7 +282100,8 @@ "longitude": -71.061249, "name": "Main St @ Bay State Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9237", "links": { @@ -274819,7 +282139,8 @@ "longitude": -71.061634, "name": "Main St @ Flint St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9238", "links": { @@ -274857,7 +282178,8 @@ "longitude": -71.0624, "name": "Main St @ Grafton St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "9239", "links": { @@ -274895,7 +282217,8 @@ "longitude": -71.102717, "name": "677 Huntington Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "92391", "links": { @@ -274950,7 +282273,8 @@ "longitude": -71.140761, "name": "Cambridge St @ Gordon St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "924", "links": { @@ -274988,7 +282312,8 @@ "longitude": -71.063088, "name": "Main St @ Pitman Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9240", "links": { @@ -275021,12 +282346,13 @@ { "attributes": { "description": null, - "latitude": 42.479788, + "latitude": 42.48026, "location_type": 0, - "longitude": -71.064113, - "name": "Main St opp Marion Ct", + "longitude": -71.06444, + "name": "Main St @ Greenwood School", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9241", "links": { @@ -275064,7 +282390,8 @@ "longitude": -71.065858, "name": "Main St @ Oak St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9242", "links": { @@ -275102,7 +282429,8 @@ "longitude": -71.067731, "name": "Main St @ Walton Pl", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9243", "links": { @@ -275140,7 +282468,8 @@ "longitude": -71.068876, "name": "814 Main St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 2 }, "id": "9245", "links": { @@ -275178,7 +282507,8 @@ "longitude": -71.068655, "name": "Main St @ Green St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9246", "links": { @@ -275216,7 +282546,8 @@ "longitude": -71.068794, "name": "Main St @ Charles St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9247", "links": { @@ -275254,7 +282585,8 @@ "longitude": -71.069215, "name": "Main St @ Nahant St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9249", "links": { @@ -275292,7 +282624,8 @@ "longitude": -71.13843, "name": "Cambridge St @ Barrows St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "925", "links": { @@ -275330,7 +282663,8 @@ "longitude": -71.069193, "name": "Main St @ Richardson St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9250", "links": { @@ -275368,7 +282702,8 @@ "longitude": -71.069633, "name": "Main St @ Water St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9251", "links": { @@ -275406,7 +282741,8 @@ "longitude": -71.136687, "name": "Brighton Ave @ Cambridge St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "926", "links": { @@ -275444,7 +282780,8 @@ "longitude": -71.134179, "name": "Brighton Ave @ Allston St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "927", "links": { @@ -275482,7 +282819,8 @@ "longitude": -71.076171, "name": "Back Bay - 167 Dartmouth St", "platform_name": "Green Line Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9270014", "links": { @@ -275534,7 +282872,8 @@ "longitude": -71.057192, "name": "State - Congress St @ State St", "platform_name": "Ashmont/Braintree Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9270022", "links": { @@ -275598,7 +282937,8 @@ "longitude": -71.07102, "name": "Salem St @ Main St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9276", "links": { @@ -275636,7 +282976,8 @@ "longitude": -71.068434, "name": "Salem St @ Pleasant St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9277", "links": { @@ -275674,7 +283015,8 @@ "longitude": -71.069465, "name": "Pleasant St @ Wave Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "9279", "links": { @@ -275712,7 +283054,8 @@ "longitude": -71.131746, "name": "Brighton Ave @ Harvard Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "928", "links": { @@ -275750,7 +283093,8 @@ "longitude": -71.070612, "name": "Pleasant St @ Sweetser St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9281", "links": { @@ -275788,7 +283132,8 @@ "longitude": -71.069515, "name": "Cordis St @ Court St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "9283", "links": { @@ -275826,7 +283171,8 @@ "longitude": -71.06573, "name": "Cordis St @ Vernon St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9284", "links": { @@ -275864,7 +283210,8 @@ "longitude": -71.064263, "name": "Vernon St @ Lowell St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "9285", "links": { @@ -275902,7 +283249,8 @@ "longitude": -71.068609, "name": "Lowell St @ Magnolia Terr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "9287", "links": { @@ -275940,7 +283288,8 @@ "longitude": -71.072172, "name": "Lowell St opp Pleasant St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "9289", "links": { @@ -275978,7 +283327,8 @@ "longitude": -71.077498, "name": "Lowell St @ Main St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9292", "links": { @@ -276016,7 +283366,8 @@ "longitude": -71.086636, "name": "Salem St @ Governor Dr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9293", "links": { @@ -276054,7 +283405,8 @@ "longitude": -71.088456, "name": "Salem St @ Libby Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9294", "links": { @@ -276092,7 +283444,8 @@ "longitude": -71.092062, "name": "Salem St @ Winter St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9295", "links": { @@ -276130,7 +283483,8 @@ "longitude": -71.094311, "name": "Salem St opp Manning St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9296", "links": { @@ -276168,7 +283522,8 @@ "longitude": -71.103083, "name": "Woburn St @ Lowell St - Reading Sq", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9297", "links": { @@ -276206,7 +283561,8 @@ "longitude": -71.088033, "name": "Massachusetts Ave @ Newbury St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "93", "links": { @@ -276223,19 +283579,19 @@ "type": "stop" }, { - "id": "11391", + "id": "79", "type": "stop" }, { - "id": "1932", + "id": "11391", "type": "stop" }, { - "id": "9170152", + "id": "1932", "type": "stop" }, { - "id": "79", + "id": "9170152", "type": "stop" }, { @@ -276269,7 +283625,8 @@ "longitude": -71.100049, "name": "Washington St @ Eliot St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "9300", "links": { @@ -276307,7 +283664,8 @@ "longitude": -71.094801, "name": "Walkers Brook Dr @ New Crossing Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9301", "links": { @@ -276345,7 +283703,8 @@ "longitude": -71.086992, "name": "North Ave opp Lakeview Office Pk", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9304", "links": { @@ -276383,7 +283742,8 @@ "longitude": -71.084649, "name": "North Ave @ Wolcott St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9305", "links": { @@ -276421,7 +283781,8 @@ "longitude": -71.078406, "name": "North Ave @ Church St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9306", "links": { @@ -276459,7 +283820,8 @@ "longitude": -71.07588, "name": "North Ave @ Chestnut St - Commuter Rail Station", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9307", "links": { @@ -276502,7 +283864,8 @@ "longitude": -71.126219, "name": "Brighton Ave @ Commonwealth Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 2 }, "id": "931", "links": { @@ -276540,7 +283903,8 @@ "longitude": -71.024137, "name": "Atlantic Middle School", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "93129", "links": { @@ -276578,7 +283942,8 @@ "longitude": -71.02546, "name": "Hollis Ave @ Newbury Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "93130", "links": { @@ -276616,7 +283981,8 @@ "longitude": -71.075484, "name": "Corporation Way after bridge", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9318", "links": { @@ -276654,7 +284020,8 @@ "longitude": -71.081695, "name": "Fellsway @ Middlesex Ave - Wellington Circle", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "9319", "links": { @@ -276692,7 +284059,8 @@ "longitude": -71.071145, "name": "Washington St @ Oak Grove Station", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9326", "links": { @@ -276739,7 +284107,8 @@ "longitude": -71.096547, "name": "Salem St @ Spring St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9327", "links": { @@ -276777,7 +284146,8 @@ "longitude": -71.070338, "name": "Oak Grove Busway", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9328", "links": { @@ -276818,7 +284188,8 @@ "longitude": -71.121168, "name": "Commonwealth Ave @ Babcock St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 2 }, "id": "933", "links": { @@ -276865,7 +284236,8 @@ "longitude": -71.038379, "name": "Hunting St @ Salem St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9339", "links": { @@ -276903,7 +284275,8 @@ "longitude": -71.118201, "name": "Commonwealth Ave @ Pleasant St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "934", "links": { @@ -276954,7 +284327,8 @@ "longitude": -71.036057, "name": "Hunting St @ Coleman St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9340", "links": { @@ -276992,7 +284366,8 @@ "longitude": -71.240311, "name": "710 East St opp Kendall St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "93618", "links": { @@ -277030,7 +284405,8 @@ "longitude": -71.108712, "name": "Commonwealth Ave @ Carlton St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "937", "links": { @@ -277068,7 +284444,8 @@ "longitude": -71.057305, "name": "State - Devonshire St @ State St", "platform_name": "Ashmont/Braintree Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9370022", "links": { @@ -277128,6 +284505,47 @@ }, "type": "stop" }, + { + "attributes": { + "description": "North Quincy - Red Line Alewife Shuttle - Hancock Street Garage", + "latitude": 42.2767, + "location_type": 0, + "longitude": -71.03086, + "name": "North Quincy - Hancock Street Garage", + "platform_name": null, + "vehicle_type": 3, + "wheelchair_boarding": 1 + }, + "id": "9370024", + "links": { + "self": "/stops/9370024" + }, + "relationships": { + "child_stops": { + "data": [] + }, + "connecting_stops": { + "data": [ + { + "id": "place-nqncy", + "type": "stop" + } + ] + }, + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=9370024" + } + }, + "parent_station": { + "data": null + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, { "attributes": { "description": null, @@ -277136,7 +284554,8 @@ "longitude": -71.106391, "name": "Commonwealth Ave @ St Mary's St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "938", "links": { @@ -277183,7 +284602,8 @@ "longitude": -71.103055, "name": "Commonwealth Ave @ Hinsdale St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "939", "links": { @@ -277230,7 +284650,8 @@ "longitude": -71.093873, "name": "Morton St @ Harvard St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9406", "links": { @@ -277268,7 +284689,8 @@ "longitude": -71.099643, "name": "Commonwealth Ave @ Blandford St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "941", "links": { @@ -277315,7 +284737,8 @@ "longitude": -71.073503, "name": "E Newton St @ Washington St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9421", "links": { @@ -277353,7 +284776,8 @@ "longitude": -70.954427, "name": "Neptune Blvd @ Blossom St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "94320", "links": { @@ -277391,7 +284815,8 @@ "longitude": -70.954323, "name": "Neptune Blvd @ Blossom St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "94321", "links": { @@ -277429,7 +284854,8 @@ "longitude": -70.950662, "name": "Tremont St opp St Mary's High School", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "94323", "links": { @@ -277467,7 +284893,8 @@ "longitude": -70.959437, "name": "Neptune Blvd @ Commercial St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "94325", "links": { @@ -277505,7 +284932,8 @@ "longitude": -71.104558, "name": "Park Dr @ Fenway Sta", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9434", "links": { @@ -277552,7 +284980,8 @@ "longitude": -71.102093, "name": "Brookline Ave @ Boylston St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9441", "links": { @@ -277590,7 +285019,8 @@ "longitude": -71.085316, "name": "Seaver St @ Blue Hill Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9448", "links": { @@ -277628,7 +285058,8 @@ "longitude": -71.243081, "name": "East St @ Eastover Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "94618", "links": { @@ -277666,7 +285097,8 @@ "longitude": -71.205884, "name": "498 Watertown St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9492", "links": { @@ -277704,7 +285136,8 @@ "longitude": -71.089334, "name": "Massachusetts Ave @ Beacon St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "95", "links": { @@ -277742,7 +285175,8 @@ "longitude": -71.10074, "name": "Commonwealth Ave @ Silber Way", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "951", "links": { @@ -277789,7 +285223,8 @@ "longitude": -71.2167, "name": "Beaver St @ Linden St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9518", "links": { @@ -277827,7 +285262,8 @@ "longitude": -71.103801, "name": "Commonwealth Ave @ Granby St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "952", "links": { @@ -277874,7 +285310,8 @@ "longitude": -71.263706, "name": "Weston St @ Cedarwood Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9522", "links": { @@ -277912,7 +285349,8 @@ "longitude": -71.261895, "name": "Main Shopping Center @ Marshall's", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9525", "links": { @@ -277950,7 +285388,8 @@ "longitude": -71.262237, "name": "Main Shopping Center @ Market Basket", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9526", "links": { @@ -277988,7 +285427,8 @@ "longitude": -71.10663, "name": "Commonwealth Ave @ St Mary's St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "953", "links": { @@ -278035,7 +285475,8 @@ "longitude": -71.108831, "name": "Commonwealth Ave @ University Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "954", "links": { @@ -278073,7 +285514,8 @@ "longitude": -71.115933, "name": "Commonwealth Ave @ Buick St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 2 }, "id": "956", "links": { @@ -278116,7 +285558,8 @@ "longitude": -71.246662, "name": "East St @ Diamond St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "95618", "links": { @@ -278154,7 +285597,8 @@ "longitude": -71.121441, "name": "Commonwealth Ave @ Babcock St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 2 }, "id": "958", "links": { @@ -278201,7 +285645,8 @@ "longitude": -71.123515, "name": "1079 Commonwealth Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "959", "links": { @@ -278239,7 +285684,8 @@ "longitude": -71.125623, "name": "Brighton Ave @ Malvern St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "960", "links": { @@ -278290,7 +285736,8 @@ "longitude": -71.130286, "name": "Brighton Ave @ Linden St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "962", "links": { @@ -278328,7 +285775,8 @@ "longitude": -71.133875, "name": "Brighton Ave opp Quint Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "964", "links": { @@ -278366,7 +285814,8 @@ "longitude": -71.094332, "name": "Cummins Hwy @ River St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "96434", "links": { @@ -278404,7 +285853,8 @@ "longitude": -71.116096, "name": "Cummins Hwy @ American Legion Hwy", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "96459", "links": { @@ -278442,7 +285892,8 @@ "longitude": -71.110061, "name": "American Legion Hwy @ Canterbury St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "96500", "links": { @@ -278480,7 +285931,8 @@ "longitude": -71.137948, "name": "Cambridge St @ N Beacon St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "966", "links": { @@ -278518,7 +285970,8 @@ "longitude": -71.248963, "name": "East St @ School St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "96618", "links": { @@ -278556,7 +286009,8 @@ "longitude": -71.141711, "name": "Cambridge St @ Saunders St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "967", "links": { @@ -278594,7 +286048,8 @@ "longitude": -70.995549, "name": "Walnut St opp Jefferson Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "96734", "links": { @@ -278632,7 +286087,8 @@ "longitude": -70.997329, "name": "Walnut St opp Edison St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "96735", "links": { @@ -278670,7 +286126,8 @@ "longitude": -71.145539, "name": "Cambridge St @ Dustin St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "969", "links": { @@ -278708,7 +286165,8 @@ "longitude": -71.093716, "name": "77 Massachusetts Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "97", "links": { @@ -278746,7 +286204,8 @@ "longitude": -71.147347, "name": "Cambridge St @ Sparhawk St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "970", "links": { @@ -278784,7 +286243,8 @@ "longitude": -71.149226, "name": "Cambridge St @ Elko St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "971", "links": { @@ -278822,7 +286282,8 @@ "longitude": -71.151941, "name": "Washington St @ Waldo Terr", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "972", "links": { @@ -278860,7 +286321,8 @@ "longitude": -71.15404, "name": "Washington St @ Market St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "973", "links": { @@ -278898,7 +286360,8 @@ "longitude": -71.157223, "name": "Washington St @ Foster St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "974", "links": { @@ -278936,7 +286399,8 @@ "longitude": -71.160573, "name": "Washington St @ Brock St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "975", "links": { @@ -278974,7 +286438,8 @@ "longitude": -71.251906, "name": "East St @ Main St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "97618", "links": { @@ -279012,7 +286477,8 @@ "longitude": -71.164524, "name": "Washington St @ Oak Square Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "977", "links": { @@ -279050,7 +286516,8 @@ "longitude": -71.166438, "name": "Washington St @ Oak Sq", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9780", "links": { @@ -279088,7 +286555,8 @@ "longitude": -71.168636, "name": "Tremont St @ Washington St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "979", "links": { @@ -279126,7 +286594,8 @@ "longitude": -71.172164, "name": "Tremont St opp Tremont Pl", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "981", "links": { @@ -279164,7 +286633,8 @@ "longitude": -71.173976, "name": "Tremont St opp Cufflin St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "982", "links": { @@ -279202,7 +286672,8 @@ "longitude": -71.176534, "name": "Tremont St @ Whittemore Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "983", "links": { @@ -279240,7 +286711,8 @@ "longitude": -71.178781, "name": "Tremont St @ Waverley Ave", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "985", "links": { @@ -279278,7 +286750,8 @@ "longitude": -71.181197, "name": "Tremont St @ Hibbard Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "986", "links": { @@ -279316,7 +286789,8 @@ "longitude": -71.25294, "name": "Main St @ Stone St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "98618", "links": { @@ -279354,7 +286828,8 @@ "longitude": -71.182247, "name": "Park St @ Tremont St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 0 }, "id": "987", "links": { @@ -279392,7 +286867,8 @@ "longitude": -71.184642, "name": "Centre St @ Jefferson St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "988", "links": { @@ -279430,7 +286906,8 @@ "longitude": -71.185332, "name": "Galen St @ Maple St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "989", "links": { @@ -279468,7 +286945,8 @@ "longitude": -71.095722, "name": "Massachusetts Ave @ Albany St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "99", "links": { @@ -279506,7 +286984,8 @@ "longitude": -71.158188, "name": "Grove St opp Altair Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "992", "links": { @@ -279544,7 +287023,8 @@ "longitude": -71.157452, "name": "Grove St @ Overlook Rd", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "993", "links": { @@ -279582,7 +287062,8 @@ "longitude": -71.152305, "name": "Winship St @ Union St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "994", "links": { @@ -279620,7 +287101,8 @@ "longitude": -71.064668, "name": "240 Southampton St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 2 }, "id": "9955", "links": { @@ -279658,7 +287140,8 @@ "longitude": -71.069388, "name": "Massachusetts Ave @ Theo Glynn Way", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9960", "links": { @@ -279696,7 +287179,8 @@ "longitude": -71.06926, "name": "Charles St @ Beacon St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9980", "links": { @@ -279734,7 +287218,8 @@ "longitude": -71.065766, "name": "Beacon St opp Walnut St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9981", "links": { @@ -279772,7 +287257,8 @@ "longitude": -71.06328, "name": "Beacon St @ Park St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9982", "links": { @@ -279810,7 +287296,8 @@ "longitude": -71.066798, "name": "Stuart St @ Charles St S", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "9983", "links": { @@ -279848,7 +287335,8 @@ "longitude": -71.168849, "name": "245 Washington St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "99832", "links": { @@ -279886,7 +287374,8 @@ "longitude": -71.185942, "name": "Galen St @ Water St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "999", "links": { @@ -279924,7 +287413,8 @@ "longitude": -71.115619, "name": "South St @ Bardwell St", "platform_name": null, - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "99991", "links": { @@ -279957,12 +287447,13 @@ { "attributes": { "description": "Alewife - Red Line - Track 1", - "latitude": 42.396158, + "latitude": 42.396218, "location_type": 0, - "longitude": -71.139971, + "longitude": -71.1407, "name": "Alewife", "platform_name": "Track 1", - "vehicle_type": 1 + "vehicle_type": 1, + "wheelchair_boarding": 1 }, "id": "Alewife-01", "links": { @@ -279998,12 +287489,13 @@ { "attributes": { "description": "Alewife - Red Line - Track 2", - "latitude": 42.396158, + "latitude": 42.396071, "location_type": 0, - "longitude": -71.139971, + "longitude": -71.140695, "name": "Alewife", "platform_name": "Track 2", - "vehicle_type": 1 + "vehicle_type": 1, + "wheelchair_boarding": 1 }, "id": "Alewife-02", "links": { @@ -280044,7 +287536,8 @@ "longitude": -71.062326, "name": "North Station", "platform_name": "Commuter Rail", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "BNT-0000", "links": { @@ -280080,12 +287573,13 @@ { "attributes": { "description": "North Station - Commuter Rail - Track 1", - "latitude": 42.366493, + "latitude": 42.366761, "location_type": 0, - "longitude": -71.062829, + "longitude": -71.062365, "name": "North Station", "platform_name": "Commuter Rail - Track 1", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "BNT-0000-01", "links": { @@ -280121,12 +287615,13 @@ { "attributes": { "description": "North Station - Commuter Rail - Track 2", - "latitude": 42.366493, + "latitude": 42.366761, "location_type": 0, - "longitude": -71.062829, + "longitude": -71.062365, "name": "North Station", "platform_name": "Commuter Rail - Track 2", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "BNT-0000-02", "links": { @@ -280162,12 +287657,13 @@ { "attributes": { "description": "North Station - Commuter Rail - Track 3", - "latitude": 42.366535, + "latitude": 42.366687, "location_type": 0, - "longitude": -71.06273, + "longitude": -71.062475, "name": "North Station", "platform_name": "Commuter Rail - Track 3", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "BNT-0000-03", "links": { @@ -280203,12 +287699,13 @@ { "attributes": { "description": "North Station - Commuter Rail - Track 4", - "latitude": 42.366535, + "latitude": 42.366687, "location_type": 0, - "longitude": -71.06273, + "longitude": -71.062475, "name": "North Station", "platform_name": "Commuter Rail - Track 4", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "BNT-0000-04", "links": { @@ -280249,7 +287746,8 @@ "longitude": -71.062601, "name": "North Station", "platform_name": "Commuter Rail - Track 5", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "BNT-0000-05", "links": { @@ -280290,7 +287788,8 @@ "longitude": -71.062601, "name": "North Station", "platform_name": "Commuter Rail - Track 6", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "BNT-0000-06", "links": { @@ -280326,12 +287825,13 @@ { "attributes": { "description": "North Station - Commuter Rail - Track 7", - "latitude": 42.366687, + "latitude": 42.366561, "location_type": 0, - "longitude": -71.062475, + "longitude": -71.062713, "name": "North Station", "platform_name": "Commuter Rail - Track 7", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "BNT-0000-07", "links": { @@ -280367,12 +287867,13 @@ { "attributes": { "description": "North Station - Commuter Rail - Track 8", - "latitude": 42.366687, + "latitude": 42.366561, "location_type": 0, - "longitude": -71.062475, + "longitude": -71.062713, "name": "North Station", "platform_name": "Commuter Rail - Track 8", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "BNT-0000-08", "links": { @@ -280408,12 +287909,13 @@ { "attributes": { "description": "North Station - Commuter Rail - Track 9", - "latitude": 42.366761, + "latitude": 42.366493, "location_type": 0, - "longitude": -71.062365, + "longitude": -71.062829, "name": "North Station", "platform_name": "Commuter Rail - Track 9", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "BNT-0000-09", "links": { @@ -280449,12 +287951,13 @@ { "attributes": { "description": "North Station - Commuter Rail - Track 10", - "latitude": 42.366761, + "latitude": 42.366493, "location_type": 0, - "longitude": -71.062365, + "longitude": -71.062829, "name": "North Station", "platform_name": "Commuter Rail - Track 10", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "BNT-0000-10", "links": { @@ -280495,7 +287998,8 @@ "longitude": -71.060356, "name": "North Station - Causeway St opp Beverly St", "platform_name": "Commuter Rail Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "BNT-0000-B1", "links": { @@ -280533,7 +288037,8 @@ "longitude": -71.064022, "name": "North Station - Nashua St @ Red Auerbach Way", "platform_name": "Commuter Rail Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "BNT-0000-B2", "links": { @@ -280574,7 +288079,8 @@ "longitude": -71.048779, "name": "Central Wharf (South)", "platform_name": "Winthrop Ferry", - "vehicle_type": 4 + "vehicle_type": 4, + "wheelchair_boarding": 1 }, "id": "Boat-Aquarium", "links": { @@ -280641,7 +288147,8 @@ "longitude": -70.94802, "name": "Blossom Street Pier", "platform_name": "Lynn Ferry", - "vehicle_type": 4 + "vehicle_type": 4, + "wheelchair_boarding": 1 }, "id": "Boat-Blossom", "links": { @@ -280679,7 +288186,8 @@ "longitude": -71.052528, "name": "Charlestown Navy Yard", "platform_name": "Charlestown Ferry", - "vehicle_type": 4 + "vehicle_type": 4, + "wheelchair_boarding": 1 }, "id": "Boat-Charlestown", "links": { @@ -280723,7 +288231,8 @@ "longitude": -71.04323, "name": "Seaport/Fan Pier", "platform_name": "Winthrop Ferry", - "vehicle_type": 4 + "vehicle_type": 4, + "wheelchair_boarding": 1 }, "id": "Boat-Fan", "links": { @@ -280761,7 +288270,8 @@ "longitude": -70.930427, "name": "Georges Island", "platform_name": "Hingham/Hull Ferry", - "vehicle_type": 4 + "vehicle_type": 4, + "wheelchair_boarding": 1 }, "id": "Boat-George", "links": { @@ -280799,7 +288309,8 @@ "longitude": -70.919844, "name": "Hingham", "platform_name": "Hingham/Hull Ferry", - "vehicle_type": 4 + "vehicle_type": 4, + "wheelchair_boarding": 1 }, "id": "Boat-Hingham", "links": { @@ -280837,7 +288348,8 @@ "longitude": -70.920215, "name": "Hull", "platform_name": "Hingham/Hull Ferry", - "vehicle_type": 4 + "vehicle_type": 4, + "wheelchair_boarding": 1 }, "id": "Boat-Hull", "links": { @@ -280880,7 +288392,8 @@ "longitude": -71.041958, "name": "Lewis Mall Wharf", "platform_name": "East Boston Ferry", - "vehicle_type": 4 + "vehicle_type": 4, + "wheelchair_boarding": 1 }, "id": "Boat-Lewis", "links": { @@ -280918,7 +288431,8 @@ "longitude": -71.02734, "name": "Logan Airport Ferry Terminal", "platform_name": "Hingham/Hull Ferry", - "vehicle_type": 4 + "vehicle_type": 4, + "wheelchair_boarding": 1 }, "id": "Boat-Logan", "links": { @@ -280956,7 +288470,8 @@ "longitude": -71.049976, "name": "Long Wharf (North)", "platform_name": "Gate 5", - "vehicle_type": 4 + "vehicle_type": 4, + "wheelchair_boarding": 1 }, "id": "Boat-Long", "links": { @@ -281023,7 +288538,8 @@ "longitude": -71.050498, "name": "Long Wharf (South)", "platform_name": "Charlestown Ferry", - "vehicle_type": 4 + "vehicle_type": 4, + "wheelchair_boarding": 1 }, "id": "Boat-Long-South", "links": { @@ -281090,7 +288606,8 @@ "longitude": -71.04859, "name": "Long Wharf (South) - Gate 4", "platform_name": "Gate 4", - "vehicle_type": 4 + "vehicle_type": 4, + "wheelchair_boarding": 1 }, "id": "Boat-Long-South-4", "links": { @@ -281161,7 +288678,8 @@ "longitude": -71.03201, "name": "Quincy", "platform_name": "Winthrop Ferry", - "vehicle_type": 4 + "vehicle_type": 4, + "wheelchair_boarding": 1 }, "id": "Boat-Quincy", "links": { @@ -281199,7 +288717,8 @@ "longitude": -71.049897, "name": "Rowes Wharf", "platform_name": "Gate C", - "vehicle_type": 4 + "vehicle_type": 4, + "wheelchair_boarding": 1 }, "id": "Boat-Rowes", "links": { @@ -281242,7 +288761,8 @@ "longitude": -70.973302, "name": "Winthrop Landing", "platform_name": "Winthrop Ferry", - "vehicle_type": 4 + "vehicle_type": 4, + "wheelchair_boarding": 1 }, "id": "Boat-Winthrop", "links": { @@ -281280,7 +288800,8 @@ "longitude": -71.0016, "name": "Braintree", "platform_name": "Track 1", - "vehicle_type": 1 + "vehicle_type": 1, + "wheelchair_boarding": 1 }, "id": "Braintree-01", "links": { @@ -281321,7 +288842,8 @@ "longitude": -71.001704, "name": "Braintree", "platform_name": "Track 2", - "vehicle_type": 1 + "vehicle_type": 1, + "wheelchair_boarding": 1 }, "id": "Braintree-02", "links": { @@ -281362,7 +288884,8 @@ "longitude": -70.714722, "name": "Wareham Village", "platform_name": "Track 1 (All Trains)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "CM-0493-S", "links": { @@ -281403,7 +288926,8 @@ "longitude": -70.616226, "name": "Buzzards Bay", "platform_name": "Track 1 (All Trains)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "CM-0547-S", "links": { @@ -281444,7 +288968,8 @@ "longitude": -70.588772, "name": "Bourne", "platform_name": "Track 1 (All Trains)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "CM-0564-S", "links": { @@ -281485,7 +289010,8 @@ "longitude": -70.276583, "name": "Hyannis", "platform_name": "Track 1 (All Trains)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "CM-0790-S", "links": { @@ -281526,7 +289052,8 @@ "longitude": -71.133246, "name": "Readville", "platform_name": "Commuter Rail", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "DB-0095", "links": { @@ -281567,7 +289094,8 @@ "longitude": -71.133271, "name": "Readville - Lower Parking Lot", "platform_name": "Commuter Rail Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "DB-0095-B0", "links": { @@ -281605,7 +289133,8 @@ "longitude": -71.11927, "name": "Fairmount", "platform_name": "Commuter Rail", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "DB-2205", "links": { @@ -281646,7 +289175,8 @@ "longitude": -71.11927, "name": "Fairmount", "platform_name": "Track 1 (Outbound)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "DB-2205-01", "links": { @@ -281687,7 +289217,8 @@ "longitude": -71.11927, "name": "Fairmount", "platform_name": "Track 2 (South Station)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "DB-2205-02", "links": { @@ -281728,7 +289259,8 @@ "longitude": -71.11933, "name": "Fairmount - Fairmount Ave opp Ramp", "platform_name": "Outbound Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "DB-2205-B0", "links": { @@ -281766,7 +289298,8 @@ "longitude": -71.11946, "name": "Fairmount - Fairmount Ave @ Ramp", "platform_name": "South Station Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "DB-2205-B1", "links": { @@ -281804,7 +289337,8 @@ "longitude": -71.095782, "name": "Blue Hill Avenue", "platform_name": "Commuter Rail", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "DB-2222", "links": { @@ -281845,7 +289379,8 @@ "longitude": -71.095782, "name": "Blue Hill Avenue", "platform_name": "Track 1 (Outbound)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "DB-2222-01", "links": { @@ -281886,7 +289421,8 @@ "longitude": -71.095782, "name": "Blue Hill Avenue", "platform_name": "Track 2 (South Station)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "DB-2222-02", "links": { @@ -281927,7 +289463,8 @@ "longitude": -71.093816, "name": "Blue Hill Avenue - Blue Hill Ave @ Woodhaven St", "platform_name": "Outbound Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "DB-2222-B0", "links": { @@ -281965,7 +289502,8 @@ "longitude": -71.093404, "name": "Blue Hill Avenue - Blue Hill Ave opp Woodhaven St", "platform_name": "South Station Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "DB-2222-B1", "links": { @@ -282003,7 +289541,8 @@ "longitude": -71.085475, "name": "Morton Street", "platform_name": "Commuter Rail", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "DB-2230", "links": { @@ -282044,7 +289583,8 @@ "longitude": -71.085475, "name": "Morton Street", "platform_name": "Track 1 (Outbound)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "DB-2230-01", "links": { @@ -282085,7 +289625,8 @@ "longitude": -71.085475, "name": "Morton Street", "platform_name": "Track 2 (South Station)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "DB-2230-02", "links": { @@ -282126,7 +289667,8 @@ "longitude": -71.084654, "name": "Morton Street - Morton St @ Evans St", "platform_name": "Outbound Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "DB-2230-B0", "links": { @@ -282164,7 +289706,8 @@ "longitude": -71.084621, "name": "Morton Street - Morton St opp Evans St", "platform_name": "South Station Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "DB-2230-B1", "links": { @@ -282202,7 +289745,8 @@ "longitude": -71.07814, "name": "Talbot Avenue", "platform_name": "Commuter Rail", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "DB-2240", "links": { @@ -282243,7 +289787,8 @@ "longitude": -71.07814, "name": "Talbot Avenue", "platform_name": "Track 1 (Outbound)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "DB-2240-01", "links": { @@ -282284,7 +289829,8 @@ "longitude": -71.07814, "name": "Talbot Avenue", "platform_name": "Track 2 (South Station)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "DB-2240-02", "links": { @@ -282325,7 +289871,8 @@ "longitude": -71.077992, "name": "Talbot Avenue - Talbot Ave opp Pick-up/Drop-off", "platform_name": "Outbound Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "DB-2240-B0", "links": { @@ -282363,7 +289910,8 @@ "longitude": -71.077978, "name": "Talbot Avenue - Talbot Ave @ Pick-up/Drop-off", "platform_name": "South Station Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "DB-2240-B1", "links": { @@ -282401,7 +289949,8 @@ "longitude": -71.076833, "name": "Four Corners/Geneva", "platform_name": "Commuter Rail", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "DB-2249", "links": { @@ -282442,7 +289991,8 @@ "longitude": -71.077979, "name": "Four Corners/Geneva", "platform_name": "Track 1 (Outbound)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "DB-2249-01", "links": { @@ -282483,7 +290033,8 @@ "longitude": -71.076096, "name": "Four Corners/Geneva", "platform_name": "Track 2 (South Station)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "DB-2249-02", "links": { @@ -282524,7 +290075,8 @@ "longitude": -71.076623, "name": "Four Corners/Geneva - Opp 198 Geneva Ave", "platform_name": "Outbound Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "DB-2249-B2", "links": { @@ -282562,7 +290114,8 @@ "longitude": -71.076651, "name": "Four Corners/Geneva - 198 Geneva Ave", "platform_name": "South Station Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "DB-2249-B3", "links": { @@ -282600,7 +290153,8 @@ "longitude": -71.068627, "name": "Uphams Corner", "platform_name": "Commuter Rail", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "DB-2258", "links": { @@ -282641,7 +290195,8 @@ "longitude": -71.068627, "name": "Uphams Corner", "platform_name": "Track 1 (Outbound)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "DB-2258-01", "links": { @@ -282682,7 +290237,8 @@ "longitude": -71.068627, "name": "Uphams Corner", "platform_name": "Track 2 (South Station)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "DB-2258-02", "links": { @@ -282723,7 +290279,8 @@ "longitude": -71.069253, "name": "Uphams Corner - Dudley St @ Alexander St", "platform_name": "Outbound Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "DB-2258-B0", "links": { @@ -282761,7 +290318,8 @@ "longitude": -71.069142, "name": "Uphams Corner - Dudley St @ Clifton St", "platform_name": "South Station Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "DB-2258-B1", "links": { @@ -282799,7 +290357,8 @@ "longitude": -71.065674, "name": "Newmarket", "platform_name": "Commuter Rail", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "DB-2265", "links": { @@ -282840,7 +290399,8 @@ "longitude": -71.065674, "name": "Newmarket", "platform_name": "Track 1 (Outbound)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "DB-2265-01", "links": { @@ -282881,7 +290441,8 @@ "longitude": -71.065674, "name": "Newmarket", "platform_name": "Track 2 (South Station)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "DB-2265-02", "links": { @@ -282922,7 +290483,8 @@ "longitude": -71.06588, "name": "Newmarket - Newmarket Sq @ Massachusetts Ave", "platform_name": "Commuter Rail Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "DB-2265-B1", "links": { @@ -282960,7 +290522,8 @@ "longitude": -71.174254, "name": "Dedham Corp Center", "platform_name": "Commuter Rail Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "Dedham Corp Center-S", "links": { @@ -282998,7 +290561,8 @@ "longitude": -71.04229, "name": "Chelsea", "platform_name": "Commuter Rail", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "ER-0042", "links": { @@ -283039,7 +290603,8 @@ "longitude": -71.04229, "name": "Chelsea", "platform_name": "Track 1 (Outbound)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "ER-0042-01", "links": { @@ -283080,7 +290645,8 @@ "longitude": -71.042409, "name": "Chelsea", "platform_name": "Track 2 (Boston)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "ER-0042-02", "links": { @@ -283121,7 +290687,8 @@ "longitude": -71.034536, "name": "Chelsea", "platform_name": "Commuter Rail Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "ER-0042-B", "links": { @@ -283159,7 +290726,8 @@ "longitude": -71.040116, "name": "Chelsea - Everett Ave @ Maple St", "platform_name": "Commuter Rail Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "ER-0042-B0", "links": { @@ -283200,7 +290768,8 @@ "longitude": -71.040291, "name": "Chelsea - Everett Ave @ Vale St", "platform_name": "Commuter Rail Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "ER-0042-B1", "links": { @@ -283241,7 +290810,8 @@ "longitude": -70.969848, "name": "River Works", "platform_name": "Commuter Rail", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 2 }, "id": "ER-0099", "links": { @@ -283282,7 +290852,8 @@ "longitude": -70.969848, "name": "River Works", "platform_name": "Track 1 (Outbound)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 2 }, "id": "ER-0099-01", "links": { @@ -283323,7 +290894,8 @@ "longitude": -70.969848, "name": "River Works", "platform_name": "Track 2 (Boston)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 2 }, "id": "ER-0099-02", "links": { @@ -283364,7 +290936,8 @@ "longitude": -70.945421, "name": "Lynn", "platform_name": "Commuter Rail", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "ER-0115", "links": { @@ -283405,7 +290978,8 @@ "longitude": -70.945421, "name": "Lynn", "platform_name": "Track 1 (Outbound)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "ER-0115-01", "links": { @@ -283446,7 +291020,8 @@ "longitude": -70.945421, "name": "Lynn", "platform_name": "Track 2 (Boston)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "ER-0115-02", "links": { @@ -283487,7 +291062,8 @@ "longitude": -70.940001, "name": "Lynn Interim", "platform_name": "Track 1 (Outbound)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "ER-0117-01", "links": { @@ -283541,7 +291117,8 @@ "longitude": -70.940878, "name": "Lynn Interim", "platform_name": "Track 2 (Boston)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "ER-0117-02", "links": { @@ -283595,7 +291172,8 @@ "longitude": -70.922537, "name": "Swampscott", "platform_name": "Commuter Rail", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "ER-0128", "links": { @@ -283636,7 +291214,8 @@ "longitude": -70.922537, "name": "Swampscott", "platform_name": "Track 1 (Outbound)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "ER-0128-01", "links": { @@ -283677,7 +291256,8 @@ "longitude": -70.922537, "name": "Swampscott", "platform_name": "Track 2 (Boston)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "ER-0128-02", "links": { @@ -283718,7 +291298,8 @@ "longitude": -70.922023, "name": "Swampscott - Railroad Ave @ Burrill St", "platform_name": "Outbound Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "ER-0128-B0", "links": { @@ -283753,13 +291334,14 @@ }, { "attributes": { - "description": "Swampscott - Commuter Rail Shuttle - Railroad Ave @ Burrill St", - "latitude": 42.473671, + "description": "Swampscott - Commuter Rail Shuttle - Railroad Ave @ Pine St", + "latitude": 42.47318, "location_type": 0, - "longitude": -70.922011, - "name": "Swampscott - Railroad Ave @ Burrill St", + "longitude": -70.92299, + "name": "Swampscott - Railroad Ave @ Pine St", "platform_name": "Commuter Rail Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "ER-0128-B1", "links": { @@ -283800,7 +291382,8 @@ "longitude": -70.896899, "name": "Salem - Busway", "platform_name": "Commuter Rail Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "ER-0168-B", "links": { @@ -283841,7 +291424,8 @@ "longitude": -70.895876, "name": "Salem", "platform_name": "Track 1 (All Trains)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "ER-0168-S", "links": { @@ -283882,7 +291466,8 @@ "longitude": -70.885432, "name": "Beverly", "platform_name": "Commuter Rail", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "ER-0183", "links": { @@ -283923,7 +291508,8 @@ "longitude": -70.885432, "name": "Beverly", "platform_name": "Track 1 (Outbound)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "ER-0183-01", "links": { @@ -283964,7 +291550,8 @@ "longitude": -70.885432, "name": "Beverly", "platform_name": "Track 2 (Boston)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "ER-0183-02", "links": { @@ -284005,7 +291592,8 @@ "longitude": -70.885254, "name": "Beverly - Park St", "platform_name": "Commuter Rail Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "ER-0183-B", "links": { @@ -284046,7 +291634,8 @@ "longitude": -70.883851, "name": "North Beverly", "platform_name": "Commuter Rail", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "ER-0208", "links": { @@ -284087,7 +291676,8 @@ "longitude": -70.883851, "name": "North Beverly", "platform_name": "Track 1 (Outbound)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "ER-0208-01", "links": { @@ -284128,7 +291718,8 @@ "longitude": -70.883851, "name": "North Beverly", "platform_name": "Track 2 (Boston)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "ER-0208-02", "links": { @@ -284169,7 +291760,8 @@ "longitude": -70.8839, "name": "North Beverly - Parking Lot", "platform_name": "Commuter Rail Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "ER-0208-B", "links": { @@ -284207,7 +291799,8 @@ "longitude": -70.88429, "name": "North Beverly - Enon St @ Dodge St", "platform_name": "Outbound Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "ER-0208-B0", "links": { @@ -284245,7 +291838,8 @@ "longitude": -70.884463, "name": "North Beverly - Enon St opp Dodge St", "platform_name": "Boston Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "ER-0208-B1", "links": { @@ -284283,7 +291877,8 @@ "longitude": -70.874955, "name": "Hamilton/Wenham - Bay Rd opp Railroad Ave", "platform_name": "Outbound Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "ER-0227-B0", "links": { @@ -284321,7 +291916,8 @@ "longitude": -70.874816, "name": "Hamilton/Wenham - Bay Rd @ Railroad Ave", "platform_name": "Boston Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "ER-0227-B1", "links": { @@ -284359,7 +291955,8 @@ "longitude": -70.874801, "name": "Hamilton/Wenham", "platform_name": "Track 1 (All Trains)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "ER-0227-S", "links": { @@ -284400,7 +291997,8 @@ "longitude": -70.840107, "name": "Ipswich - Saltonstall St @ Market St", "platform_name": "Commuter Rail Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "ER-0276-B", "links": { @@ -284438,7 +292036,8 @@ "longitude": -70.840589, "name": "Ipswich", "platform_name": "Track 1 (All Trains)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "ER-0276-S", "links": { @@ -284479,7 +292078,8 @@ "longitude": -70.859257, "name": "Rowley", "platform_name": "Commuter Rail Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "ER-0312-B", "links": { @@ -284517,7 +292117,8 @@ "longitude": -70.859034, "name": "Rowley", "platform_name": "Track 1 (All Trains)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "ER-0312-S", "links": { @@ -284558,7 +292159,8 @@ "longitude": -70.87797, "name": "Newburyport", "platform_name": "Commuter Rail", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "ER-0362", "links": { @@ -284599,7 +292201,8 @@ "longitude": -70.87797, "name": "Newburyport", "platform_name": "Track 1", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "ER-0362-01", "links": { @@ -284640,7 +292243,8 @@ "longitude": -70.87797, "name": "Newburyport", "platform_name": "Track 2", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "ER-0362-02", "links": { @@ -284681,7 +292285,8 @@ "longitude": -70.877515, "name": "Newburyport - Route 1 Parking", "platform_name": "Commuter Rail Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "ER-0362-B", "links": { @@ -284719,7 +292324,8 @@ "longitude": -71.133569, "name": "Readville", "platform_name": "Track 4", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "FB-0095-04", "links": { @@ -284760,7 +292366,8 @@ "longitude": -71.134295, "name": "Readville", "platform_name": "Track 5", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "FB-0095-05", "links": { @@ -284801,7 +292408,8 @@ "longitude": -71.158647, "name": "Endicott", "platform_name": "Commuter Rail", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 2 }, "id": "FB-0109", "links": { @@ -284842,7 +292450,8 @@ "longitude": -71.158647, "name": "Endicott", "platform_name": "Track 1 (Outbound)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 2 }, "id": "FB-0109-01", "links": { @@ -284883,7 +292492,8 @@ "longitude": -71.158647, "name": "Endicott", "platform_name": "Track 2 (Boston)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 2 }, "id": "FB-0109-02", "links": { @@ -284924,7 +292534,8 @@ "longitude": -71.174254, "name": "Dedham Corporate Center", "platform_name": "Commuter Rail", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "FB-0118", "links": { @@ -284965,7 +292576,8 @@ "longitude": -71.174254, "name": "Dedham Corporate Center", "platform_name": "Track 1 (Outbound)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "FB-0118-01", "links": { @@ -285006,7 +292618,8 @@ "longitude": -71.174254, "name": "Dedham Corporate Center", "platform_name": "Track 2 (Boston)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "FB-0118-02", "links": { @@ -285047,7 +292660,8 @@ "longitude": -71.183961, "name": "Islington", "platform_name": "Commuter Rail", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 2 }, "id": "FB-0125", "links": { @@ -285088,7 +292702,8 @@ "longitude": -71.183961, "name": "Islington", "platform_name": "Track 1 (Outbound)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 2 }, "id": "FB-0125-01", "links": { @@ -285129,7 +292744,8 @@ "longitude": -71.183961, "name": "Islington", "platform_name": "Track 2 (Boston)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 2 }, "id": "FB-0125-02", "links": { @@ -285170,7 +292786,8 @@ "longitude": -71.196688, "name": "Norwood Depot", "platform_name": "Commuter Rail", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "FB-0143", "links": { @@ -285211,7 +292828,8 @@ "longitude": -71.196688, "name": "Norwood Depot", "platform_name": "Track 1 (Outbound)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "FB-0143-01", "links": { @@ -285252,7 +292870,8 @@ "longitude": -71.196688, "name": "Norwood Depot", "platform_name": "Track 2 (Boston)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "FB-0143-02", "links": { @@ -285293,7 +292912,8 @@ "longitude": -71.199665, "name": "Norwood Central", "platform_name": "Commuter Rail", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "FB-0148", "links": { @@ -285334,7 +292954,8 @@ "longitude": -71.199665, "name": "Norwood Central", "platform_name": "Track 1 (Outbound)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "FB-0148-01", "links": { @@ -285375,7 +292996,8 @@ "longitude": -71.199665, "name": "Norwood Central", "platform_name": "Track 2 (Boston)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "FB-0148-02", "links": { @@ -285416,7 +293038,8 @@ "longitude": -71.219366, "name": "Windsor Gardens", "platform_name": "Track 1 (All Trains)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 2 }, "id": "FB-0166-S", "links": { @@ -285457,7 +293080,8 @@ "longitude": -71.236125, "name": "Plimptonville", "platform_name": "Track 1 (All Trains)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 2 }, "id": "FB-0177-S", "links": { @@ -285498,7 +293122,8 @@ "longitude": -71.257803, "name": "Walpole - North Parking Lot", "platform_name": "Commuter Rail Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "FB-0191-B", "links": { @@ -285536,7 +293161,8 @@ "longitude": -71.25779, "name": "Walpole", "platform_name": "Track 1 (All Trains)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 2 }, "id": "FB-0191-S", "links": { @@ -285577,7 +293203,8 @@ "longitude": -71.32447, "name": "Norfolk - East Parking Lot", "platform_name": "Commuter Rail Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "FB-0230-B", "links": { @@ -285615,7 +293242,8 @@ "longitude": -71.325217, "name": "Norfolk", "platform_name": "Track 1 (All Trains)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "FB-0230-S", "links": { @@ -285656,7 +293284,8 @@ "longitude": -71.396213, "name": "Franklin - E Central St @ Cottage St", "platform_name": "Commuter Rail Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "FB-0275-B0", "links": { @@ -285694,7 +293323,8 @@ "longitude": -71.396111, "name": "Franklin - Parking Lot", "platform_name": "Commuter Rail Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "FB-0275-B1", "links": { @@ -285732,7 +293362,8 @@ "longitude": -71.396102, "name": "Franklin", "platform_name": "Track 1 (All Trains)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 2 }, "id": "FB-0275-S", "links": { @@ -285773,7 +293404,8 @@ "longitude": -71.439075, "name": "Forge Park/495 - South Parking Lot", "platform_name": "Commuter Rail Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "FB-0303-B", "links": { @@ -285811,7 +293443,8 @@ "longitude": -71.43902, "name": "Forge Park/495", "platform_name": "Track 1 (All Trains)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "FB-0303-S", "links": { @@ -285852,7 +293485,8 @@ "longitude": -71.119148, "name": "Porter", "platform_name": "Commuter Rail", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "FR-0034", "links": { @@ -285893,7 +293527,8 @@ "longitude": -71.119149, "name": "Porter", "platform_name": "Commuter Rail - Track 1 (Outbound)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "FR-0034-01", "links": { @@ -285934,7 +293569,8 @@ "longitude": -71.119149, "name": "Porter", "platform_name": "Commuter Rail - Track 2 (Boston)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "FR-0034-02", "links": { @@ -285975,7 +293611,8 @@ "longitude": -71.17619, "name": "Belmont", "platform_name": "Commuter Rail", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 2 }, "id": "FR-0064", "links": { @@ -286016,7 +293653,8 @@ "longitude": -71.17619, "name": "Belmont", "platform_name": "Track 1 (Outbound)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 2 }, "id": "FR-0064-01", "links": { @@ -286057,7 +293695,8 @@ "longitude": -71.17619, "name": "Belmont", "platform_name": "Track 2 (Boston)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 2 }, "id": "FR-0064-02", "links": { @@ -286098,7 +293737,8 @@ "longitude": -71.176343, "name": "Belmont", "platform_name": "Outbound Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "FR-0064-B0", "links": { @@ -286136,7 +293776,8 @@ "longitude": -71.176302, "name": "Belmont", "platform_name": "Boston Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "FR-0064-B1", "links": { @@ -286174,7 +293815,8 @@ "longitude": -71.190744, "name": "Waverley", "platform_name": "Commuter Rail", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 2 }, "id": "FR-0074", "links": { @@ -286215,7 +293857,8 @@ "longitude": -71.190744, "name": "Waverley", "platform_name": "Track 1 (Outbound)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 2 }, "id": "FR-0074-01", "links": { @@ -286256,7 +293899,8 @@ "longitude": -71.190744, "name": "Waverley", "platform_name": "Track 2 (Boston)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 2 }, "id": "FR-0074-02", "links": { @@ -286297,7 +293941,8 @@ "longitude": -71.191096, "name": "Waverly", "platform_name": "Commuter Rail Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "FR-0074-B", "links": { @@ -286335,7 +293980,8 @@ "longitude": -71.235615, "name": "Waltham", "platform_name": "Commuter Rail", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "FR-0098", "links": { @@ -286376,7 +294022,8 @@ "longitude": -71.238672, "name": "Waltham", "platform_name": "Track 1 (Outbound)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "FR-0098-01", "links": { @@ -286417,7 +294064,8 @@ "longitude": -71.235376, "name": "Waltham", "platform_name": "Outbound Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "FR-0098-B0", "links": { @@ -286455,7 +294103,8 @@ "longitude": -71.235692, "name": "Waltham", "platform_name": "Boston Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "FR-0098-B1", "links": { @@ -286493,7 +294142,8 @@ "longitude": -71.235615, "name": "Waltham", "platform_name": "Track 2 (Boston)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "FR-0098-S", "links": { @@ -286534,7 +294184,8 @@ "longitude": -71.260065, "name": "Brandeis/Roberts", "platform_name": "Commuter Rail", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "FR-0115", "links": { @@ -286575,7 +294226,8 @@ "longitude": -71.260065, "name": "Brandeis/Roberts", "platform_name": "Track 1 (Outbound)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "FR-0115-01", "links": { @@ -286616,7 +294268,8 @@ "longitude": -71.260065, "name": "Brandeis/Roberts", "platform_name": "Track 2 (Boston)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "FR-0115-02", "links": { @@ -286657,7 +294310,8 @@ "longitude": -71.260587, "name": "Brandeis/Roberts", "platform_name": "Outbound Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "FR-0115-B0", "links": { @@ -286695,7 +294349,8 @@ "longitude": -71.260361, "name": "Brandeis/Roberts", "platform_name": "Boston Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "FR-0115-B1", "links": { @@ -286733,7 +294388,8 @@ "longitude": -71.282411, "name": "Kendal Green", "platform_name": "Commuter Rail", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 2 }, "id": "FR-0132", "links": { @@ -286774,7 +294430,8 @@ "longitude": -71.282411, "name": "Kendal Green", "platform_name": "Track 1", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 2 }, "id": "FR-0132-01", "links": { @@ -286815,7 +294472,8 @@ "longitude": -71.282411, "name": "Kendal Green", "platform_name": "Track 2", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 2 }, "id": "FR-0132-02", "links": { @@ -286856,7 +294514,8 @@ "longitude": -71.289203, "name": "Hastings", "platform_name": "Commuter Rail", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 2 }, "id": "FR-0137", "links": { @@ -286897,7 +294556,8 @@ "longitude": -71.289203, "name": "Hastings", "platform_name": "Track 1", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 2 }, "id": "FR-0137-01", "links": { @@ -286938,7 +294598,8 @@ "longitude": -71.289203, "name": "Hastings", "platform_name": "Track 2", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 2 }, "id": "FR-0137-02", "links": { @@ -286979,7 +294640,8 @@ "longitude": -71.302357, "name": "Silver Hill", "platform_name": "Commuter Rail", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 2 }, "id": "FR-0147", "links": { @@ -287020,7 +294682,8 @@ "longitude": -71.302357, "name": "Silver Hill", "platform_name": "Track 1", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 2 }, "id": "FR-0147-01", "links": { @@ -287061,7 +294724,8 @@ "longitude": -71.302357, "name": "Silver Hill", "platform_name": "Track 2", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 2 }, "id": "FR-0147-02", "links": { @@ -287102,7 +294766,8 @@ "longitude": -71.325404, "name": "Lincoln", "platform_name": "Commuter Rail", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 2 }, "id": "FR-0167", "links": { @@ -287143,7 +294808,8 @@ "longitude": -71.326462, "name": "Lincoln", "platform_name": "Track 1 (Outbound)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 2 }, "id": "FR-0167-01", "links": { @@ -287184,7 +294850,8 @@ "longitude": -71.325512, "name": "Lincoln", "platform_name": "Track 2 (Boston)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 2 }, "id": "FR-0167-02", "links": { @@ -287225,7 +294892,8 @@ "longitude": -71.326243, "name": "Lincoln", "platform_name": "Commuter Rail Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "FR-0167-B", "links": { @@ -287263,7 +294931,8 @@ "longitude": -71.357677, "name": "Concord", "platform_name": "Commuter Rail", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 2 }, "id": "FR-0201", "links": { @@ -287304,7 +294973,8 @@ "longitude": -71.357677, "name": "Concord", "platform_name": "Track 1 (Outbound)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 2 }, "id": "FR-0201-01", "links": { @@ -287345,7 +295015,8 @@ "longitude": -71.357677, "name": "Concord", "platform_name": "Track 2 (Boston)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 2 }, "id": "FR-0201-02", "links": { @@ -287386,7 +295057,8 @@ "longitude": -71.357253, "name": "Concord", "platform_name": "Outbound Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "FR-0201-B0", "links": { @@ -287424,7 +295096,8 @@ "longitude": -71.357301, "name": "Concord", "platform_name": "Boston Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "FR-0201-B1", "links": { @@ -287462,7 +295135,8 @@ "longitude": -71.392892, "name": "West Concord", "platform_name": "Commuter Rail", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "FR-0219", "links": { @@ -287503,7 +295177,8 @@ "longitude": -71.392892, "name": "West Concord", "platform_name": "Track 1 (Outbound)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "FR-0219-01", "links": { @@ -287544,7 +295219,8 @@ "longitude": -71.392892, "name": "West Concord", "platform_name": "Track 2 (Boston)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "FR-0219-02", "links": { @@ -287585,7 +295261,8 @@ "longitude": -71.394097, "name": "West Concord", "platform_name": "Commuter Rail Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "FR-0219-B", "links": { @@ -287623,7 +295300,8 @@ "longitude": -71.457744, "name": "South Acton", "platform_name": "Commuter Rail", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "FR-0253", "links": { @@ -287664,7 +295342,8 @@ "longitude": -71.457744, "name": "South Acton", "platform_name": "Track 1 (Outbound)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "FR-0253-01", "links": { @@ -287705,7 +295384,8 @@ "longitude": -71.457744, "name": "South Acton", "platform_name": "Track 2 (Boston)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "FR-0253-02", "links": { @@ -287746,7 +295426,8 @@ "longitude": -71.457814, "name": "South Acton", "platform_name": "Commuter Rail Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "FR-0253-B", "links": { @@ -287784,7 +295465,8 @@ "longitude": -71.502643, "name": "Littleton/Route 495", "platform_name": "Commuter Rail", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "FR-0301", "links": { @@ -287825,7 +295507,8 @@ "longitude": -71.502643, "name": "Littleton/Route 495", "platform_name": "Track 1 (Outbound)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "FR-0301-01", "links": { @@ -287866,7 +295549,8 @@ "longitude": -71.502643, "name": "Littleton/Route 495", "platform_name": "Track 2 (Boston)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "FR-0301-02", "links": { @@ -287907,7 +295591,8 @@ "longitude": -71.502629, "name": "Littleton/Route 495", "platform_name": "Commuter Rail Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "FR-0301-B", "links": { @@ -287945,7 +295630,8 @@ "longitude": -71.588476, "name": "Ayer", "platform_name": "Commuter Rail", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 2 }, "id": "FR-0361", "links": { @@ -287986,7 +295672,8 @@ "longitude": -71.588476, "name": "Ayer", "platform_name": "Track 1", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 2 }, "id": "FR-0361-01", "links": { @@ -288027,7 +295714,8 @@ "longitude": -71.588476, "name": "Ayer", "platform_name": "Track 2", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 2 }, "id": "FR-0361-02", "links": { @@ -288068,7 +295756,8 @@ "longitude": -71.589507, "name": "Ayer", "platform_name": "Outbound Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "FR-0361-B0", "links": { @@ -288106,7 +295795,8 @@ "longitude": -71.589267, "name": "Ayer", "platform_name": "Boston Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "FR-0361-B1", "links": { @@ -288144,7 +295834,8 @@ "longitude": -71.648004, "name": "Shirley", "platform_name": "Commuter Rail", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 2 }, "id": "FR-0394", "links": { @@ -288185,7 +295876,8 @@ "longitude": -71.648004, "name": "Shirley", "platform_name": "Track 1", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 2 }, "id": "FR-0394-01", "links": { @@ -288226,7 +295918,8 @@ "longitude": -71.648004, "name": "Shirley", "platform_name": "Track 2", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 2 }, "id": "FR-0394-02", "links": { @@ -288267,7 +295960,8 @@ "longitude": -71.648064, "name": "Shirley - Front St @ Phoenix St", "platform_name": "Outbound Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "FR-0394-B0", "links": { @@ -288305,7 +295999,8 @@ "longitude": -71.647958, "name": "Shirley - Front St @ Phoenix St", "platform_name": "Boston Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "FR-0394-B1", "links": { @@ -288343,7 +296038,8 @@ "longitude": -71.739186, "name": "North Leominster", "platform_name": "Commuter Rail", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "FR-0451", "links": { @@ -288384,7 +296080,8 @@ "longitude": -71.739186, "name": "North Leominster", "platform_name": "Track 1 (Outbound)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "FR-0451-01", "links": { @@ -288425,7 +296122,8 @@ "longitude": -71.739186, "name": "North Leominster", "platform_name": "Track 2 (Boston)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "FR-0451-02", "links": { @@ -288466,7 +296164,8 @@ "longitude": -71.739104, "name": "North Leominster - Busway", "platform_name": "Commuter Rail Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "FR-0451-B", "links": { @@ -288504,7 +296203,8 @@ "longitude": -71.792811, "name": "Fitchburg - Intermodal Transportation Center", "platform_name": "Commuter Rail Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "FR-0494-B", "links": { @@ -288542,7 +296242,8 @@ "longitude": -71.792611, "name": "Fitchburg", "platform_name": "Track 3 (All Trains)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "FR-0494-CS", "links": { @@ -288583,7 +296284,8 @@ "longitude": -71.848127, "name": "Wachusett - Parking Lot", "platform_name": "Commuter Rail Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "FR-3338-B", "links": { @@ -288621,7 +296323,8 @@ "longitude": -71.848488, "name": "Wachusett", "platform_name": "Track 3 (All Trains)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "FR-3338-CS", "links": { @@ -288662,7 +296365,8 @@ "longitude": -71.26151, "name": "Foxboro", "platform_name": "Track 1 (All Trains)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "FS-0049-S", "links": { @@ -288703,7 +296407,8 @@ "longitude": -71.114005, "name": "Forest Hills", "platform_name": "Track 1", - "vehicle_type": 1 + "vehicle_type": 1, + "wheelchair_boarding": 1 }, "id": "Forest Hills-01", "links": { @@ -288744,7 +296449,8 @@ "longitude": -71.114283, "name": "Forest Hills", "platform_name": "Track 2", - "vehicle_type": 1 + "vehicle_type": 1, + "wheelchair_boarding": 1 }, "id": "Forest Hills-02", "links": { @@ -288785,7 +296491,8 @@ "longitude": -70.869254, "name": "Montserrat", "platform_name": "Commuter Rail", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "GB-0198", "links": { @@ -288826,7 +296533,8 @@ "longitude": -70.869254, "name": "Montserrat", "platform_name": "Track 1 (Outbound)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "GB-0198-01", "links": { @@ -288867,7 +296575,8 @@ "longitude": -70.869254, "name": "Montserrat", "platform_name": "Track 2 (Boston)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "GB-0198-02", "links": { @@ -288908,7 +296617,8 @@ "longitude": -70.86876, "name": "Montserrat - Essex St @ Parramatta Rd", "platform_name": "Outbound Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "GB-0198-B2", "links": { @@ -288946,7 +296656,8 @@ "longitude": -70.868956, "name": "Montserrat - Essex St opp Parramatta Rd", "platform_name": "Boston Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "GB-0198-B3", "links": { @@ -288984,7 +296695,8 @@ "longitude": -70.825541, "name": "Prides Crossing", "platform_name": "Commuter Rail", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 2 }, "id": "GB-0222", "links": { @@ -289025,7 +296737,8 @@ "longitude": -70.825541, "name": "Prides Crossing", "platform_name": "Track 1", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 2 }, "id": "GB-0222-01", "links": { @@ -289066,7 +296779,8 @@ "longitude": -70.825541, "name": "Prides Crossing", "platform_name": "Track 2", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 2 }, "id": "GB-0222-02", "links": { @@ -289107,7 +296821,8 @@ "longitude": -70.811405, "name": "Beverly Farms", "platform_name": "Commuter Rail", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "GB-0229", "links": { @@ -289148,7 +296863,8 @@ "longitude": -70.811405, "name": "Beverly Farms", "platform_name": "Track 1 (Outbound)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "GB-0229-01", "links": { @@ -289189,7 +296905,8 @@ "longitude": -70.811405, "name": "Beverly Farms", "platform_name": "Track 2 (Boston)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "GB-0229-02", "links": { @@ -289230,7 +296947,8 @@ "longitude": -70.812622, "name": "Beverly Farms - West St opp Oak St", "platform_name": "Outbound Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "GB-0229-B0", "links": { @@ -289268,7 +296986,8 @@ "longitude": -70.812093, "name": "Beverly Farms - West St @ Oak St", "platform_name": "Boston Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "GB-0229-B1", "links": { @@ -289306,7 +297025,8 @@ "longitude": -70.77009, "name": "Manchester", "platform_name": "Commuter Rail", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "GB-0254", "links": { @@ -289347,7 +297067,8 @@ "longitude": -70.77009, "name": "Manchester", "platform_name": "Track 1 (Outbound)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "GB-0254-01", "links": { @@ -289388,7 +297109,8 @@ "longitude": -70.77009, "name": "Manchester", "platform_name": "Track 2 (Boston)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "GB-0254-02", "links": { @@ -289429,7 +297151,8 @@ "longitude": -70.768786, "name": "Manchester - 11 Summer St", "platform_name": "Commuter Rail Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "GB-0254-B2", "links": { @@ -289467,7 +297190,8 @@ "longitude": -70.705417, "name": "West Gloucester", "platform_name": "Commuter Rail", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "GB-0296", "links": { @@ -289508,7 +297232,8 @@ "longitude": -70.705417, "name": "West Gloucester", "platform_name": "Track 1 (Outbound)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "GB-0296-01", "links": { @@ -289549,7 +297274,8 @@ "longitude": -70.705417, "name": "West Gloucester", "platform_name": "Track 2 (Boston)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "GB-0296-02", "links": { @@ -289590,7 +297316,8 @@ "longitude": -70.70493, "name": "West Gloucester - Essex Ave @ Lynwood Ave", "platform_name": "Outbound Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "GB-0296-B0", "links": { @@ -289628,7 +297355,8 @@ "longitude": -70.705014, "name": "West Gloucester - Essex Ave opp Lynwood Ave", "platform_name": "Boston Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "GB-0296-B1", "links": { @@ -289666,7 +297394,8 @@ "longitude": -70.70535, "name": "West Gloucester - Parking Lot", "platform_name": "Commuter Rail Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "GB-0296-B2", "links": { @@ -289704,7 +297433,8 @@ "longitude": -70.667627, "name": "Gloucester", "platform_name": "Outbound Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "GB-0316-B0", "links": { @@ -289742,7 +297472,8 @@ "longitude": -70.66755, "name": "Gloucester - Opp 24 Railroad Ave", "platform_name": "Commuter Rail Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "GB-0316-B1", "links": { @@ -289780,7 +297511,8 @@ "longitude": -70.668345, "name": "Gloucester", "platform_name": "Track 1 (All Trains)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "GB-0316-S", "links": { @@ -289821,7 +297553,8 @@ "longitude": -70.626669, "name": "Rockport", "platform_name": "Commuter Rail Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "GB-0353-B", "links": { @@ -289859,7 +297592,8 @@ "longitude": -70.627055, "name": "Rockport", "platform_name": "Track 1 (All Trains)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "GB-0353-S", "links": { @@ -289900,7 +297634,8 @@ "longitude": -70.968152, "name": "Weymouth Landing/East Braintree", "platform_name": "Track 1 (All Trains)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "GRB-0118-S", "links": { @@ -289941,7 +297676,8 @@ "longitude": -70.9214, "name": "East Weymouth", "platform_name": "Track 1 (All Trains)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "GRB-0146-S", "links": { @@ -289982,7 +297718,8 @@ "longitude": -70.902708, "name": "West Hingham", "platform_name": "Track 1 (All Trains)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "GRB-0162-S", "links": { @@ -290023,7 +297760,8 @@ "longitude": -70.869205, "name": "Nantasket Junction", "platform_name": "Track 1 (All Trains)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "GRB-0183-S", "links": { @@ -290064,7 +297802,8 @@ "longitude": -70.837529, "name": "Cohasset", "platform_name": "Track 1 (All Trains)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "GRB-0199-S", "links": { @@ -290105,7 +297844,8 @@ "longitude": -70.788884, "name": "North Scituate", "platform_name": "Commuter Rail Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "GRB-0233-B", "links": { @@ -290143,7 +297883,8 @@ "longitude": -70.788602, "name": "North Scituate", "platform_name": "Track 1 (All Trains)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "GRB-0233-S", "links": { @@ -290184,7 +297925,8 @@ "longitude": -70.746371, "name": "Greenbush", "platform_name": "Commuter Rail Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "GRB-0276-B", "links": { @@ -290222,7 +297964,8 @@ "longitude": -70.746641, "name": "Greenbush", "platform_name": "Track 1 (All Trains)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "GRB-0276-S", "links": { @@ -290263,7 +298006,8 @@ "longitude": -71.059215, "name": "Government Center", "platform_name": "Loop Platform", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 1 }, "id": "Government Center-Brattle", "links": { @@ -290296,6 +298040,45 @@ }, "type": "stop" }, + { + "attributes": { + "description": "Kingston - Commuter Rail Shuttle - Parking Lot", + "latitude": 41.97777, + "location_type": 0, + "longitude": -70.72169, + "name": "Kingston - Parking Lot", + "platform_name": "Commuter Rail Shuttle", + "vehicle_type": 3, + "wheelchair_boarding": 1 + }, + "id": "KB-0351-B1", + "links": { + "self": "/stops/KB-0351-B1" + }, + "relationships": { + "child_stops": { + "data": [] + }, + "connecting_stops": { + "data": [] + }, + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=KB-0351-B1" + } + }, + "parent_station": { + "data": { + "id": "place-KB-0351", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, { "attributes": { "description": "Kingston - Commuter Rail - Track 1 (All Trains)", @@ -290304,7 +298087,8 @@ "longitude": -70.721709, "name": "Kingston", "platform_name": "Track 1 (All Trains)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "KB-0351-S", "links": { @@ -290345,7 +298129,8 @@ "longitude": -71.052391, "name": "JFK/UMass", "platform_name": "Track 1 (All Trains)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "MM-0023-S", "links": { @@ -290386,7 +298171,8 @@ "longitude": -71.005409, "name": "Quincy Center", "platform_name": "Track 1 (All Trains)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "MM-0079-S", "links": { @@ -290427,7 +298213,8 @@ "longitude": -71.001053, "name": "Braintree", "platform_name": "Commuter Rail", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "MM-0109", "links": { @@ -290468,7 +298255,8 @@ "longitude": -71.001031, "name": "Braintree", "platform_name": "Commuter Rail - Track 2", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "MM-0109-CS", "links": { @@ -290509,7 +298297,8 @@ "longitude": -71.001088, "name": "Braintree", "platform_name": "Commuter Rail - Track 1", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "MM-0109-S", "links": { @@ -290550,7 +298339,8 @@ "longitude": -71.027371, "name": "Holbrook/Randolph", "platform_name": "Track 1 (All Trains)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "MM-0150-S", "links": { @@ -290591,7 +298381,8 @@ "longitude": -71.022001, "name": "Montello", "platform_name": "Commuter Rail", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "MM-0186", "links": { @@ -290632,7 +298423,8 @@ "longitude": -71.022001, "name": "Montello", "platform_name": "Track 2", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "MM-0186-CS", "links": { @@ -290673,7 +298465,8 @@ "longitude": -71.022001, "name": "Montello", "platform_name": "Track 1", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "MM-0186-S", "links": { @@ -290714,7 +298507,8 @@ "longitude": -71.016534, "name": "Brockton", "platform_name": "Commuter Rail", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "MM-0200", "links": { @@ -290755,7 +298549,8 @@ "longitude": -71.016534, "name": "Brockton", "platform_name": "Track 2", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "MM-0200-CS", "links": { @@ -290796,7 +298591,8 @@ "longitude": -71.016534, "name": "Brockton", "platform_name": "Track 1", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "MM-0200-S", "links": { @@ -290837,7 +298633,8 @@ "longitude": -71.011004, "name": "Campello", "platform_name": "Track 1 (All Trains)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "MM-0219-S", "links": { @@ -290878,7 +298675,8 @@ "longitude": -70.96441, "name": "Bridgewater", "platform_name": "Commuter Rail Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "MM-0277-B0", "links": { @@ -290903,10 +298701,7 @@ } }, "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } + "data": null } }, "type": "stop" @@ -290919,7 +298714,8 @@ "longitude": -70.96537, "name": "Bridgewater", "platform_name": "Track 1 (All Trains)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "MM-0277-S", "links": { @@ -290960,7 +298756,8 @@ "longitude": -70.91833, "name": "Middleborough/Lakeville", "platform_name": "Commuter Rail Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "MM-0356-B0", "links": { @@ -290985,10 +298782,7 @@ } }, "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } + "data": null } }, "type": "stop" @@ -291001,7 +298795,8 @@ "longitude": -70.918444, "name": "Middleborough/Lakeville", "platform_name": "Track 1 (All Trains)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "MM-0356-S", "links": { @@ -291042,7 +298837,8 @@ "longitude": -70.768962, "name": "Manchester - Parking Lot", "platform_name": "Commuter Rail Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "Manchester-S", "links": { @@ -291074,13 +298870,14 @@ }, { "attributes": { - "description": "Roslindale Village - Commuter Rail Outbound Shuttle", - "latitude": 42.286845, + "description": "Roslindale Village - Commuter Rail Outbound Shuttle - Belgrade Ave @ Robert St", + "latitude": 42.286921, "location_type": 0, - "longitude": -71.130867, - "name": "Roslindale Village", + "longitude": -71.130665, + "name": "Roslindale Village - Belgrade Ave @ Robert St", "platform_name": "Outbound Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "NB-0064-B0", "links": { @@ -291118,7 +298915,8 @@ "longitude": -71.13103, "name": "Roslindale Village", "platform_name": "Boston Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "NB-0064-B1", "links": { @@ -291148,6 +298946,45 @@ }, "type": "stop" }, + { + "attributes": { + "description": "Roslindale Village - Commuter Rail Boston Shuttle - Corinth St @ Cohasset St", + "latitude": 42.285956, + "location_type": 0, + "longitude": -71.129553, + "name": "Roslindale Village - Corinth St @ Cohasset St", + "platform_name": "Boston Shuttle", + "vehicle_type": 3, + "wheelchair_boarding": 1 + }, + "id": "NB-0064-B2", + "links": { + "self": "/stops/NB-0064-B2" + }, + "relationships": { + "child_stops": { + "data": [] + }, + "connecting_stops": { + "data": [] + }, + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=NB-0064-B2" + } + }, + "parent_station": { + "data": { + "id": "place-NB-0064", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, { "attributes": { "description": "Roslindale Village - Commuter Rail - Track 1 (All Trains)", @@ -291156,7 +298993,8 @@ "longitude": -71.130283, "name": "Roslindale Village", "platform_name": "Track 1 (All Trains)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "NB-0064-S", "links": { @@ -291197,7 +299035,8 @@ "longitude": -71.145682, "name": "Bellevue", "platform_name": "Commuter Rail Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "NB-0072-B", "links": { @@ -291227,6 +299066,84 @@ }, "type": "stop" }, + { + "attributes": { + "description": "Bellevue - Commuter Rail Outbound Shuttle - Belgrade Ave @ McCraw St", + "latitude": 42.286077, + "location_type": 0, + "longitude": -71.145052, + "name": "Bellevue - Belgrade Ave @ Iona St", + "platform_name": "Outbound Shuttle", + "vehicle_type": 3, + "wheelchair_boarding": 1 + }, + "id": "NB-0072-B0", + "links": { + "self": "/stops/NB-0072-B0" + }, + "relationships": { + "child_stops": { + "data": [] + }, + "connecting_stops": { + "data": [] + }, + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=NB-0072-B0" + } + }, + "parent_station": { + "data": { + "id": "place-NB-0072", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Bellevue - Commuter Rail Boston Shuttle - Belgrade Ave @ Iona St", + "latitude": 42.285984, + "location_type": 0, + "longitude": -71.145019, + "name": "Bellevue - Belgrade Ave @ McCraw St", + "platform_name": "Boston Shuttle", + "vehicle_type": 3, + "wheelchair_boarding": 1 + }, + "id": "NB-0072-B1", + "links": { + "self": "/stops/NB-0072-B1" + }, + "relationships": { + "child_stops": { + "data": [] + }, + "connecting_stops": { + "data": [] + }, + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=NB-0072-B1" + } + }, + "parent_station": { + "data": { + "id": "place-NB-0072", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, { "attributes": { "description": "Bellevue - Commuter Rail - Track 1 (All Trains)", @@ -291235,7 +299152,8 @@ "longitude": -71.145557, "name": "Bellevue", "platform_name": "Track 1 (All Trains)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "NB-0072-S", "links": { @@ -291276,7 +299194,8 @@ "longitude": -71.154282, "name": "Highland", "platform_name": "Commuter Rail Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "NB-0076-B", "links": { @@ -291306,6 +299225,84 @@ }, "type": "stop" }, + { + "attributes": { + "description": "Highland - Commuter Rail Outbound Shuttle - Centre St @ Corey St", + "latitude": 42.286119, + "location_type": 0, + "longitude": -71.155081, + "name": "Highland - Centre St @ Corey St", + "platform_name": "Outbound Shuttle", + "vehicle_type": 3, + "wheelchair_boarding": 1 + }, + "id": "NB-0076-B0", + "links": { + "self": "/stops/NB-0076-B0" + }, + "relationships": { + "child_stops": { + "data": [] + }, + "connecting_stops": { + "data": [] + }, + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=NB-0076-B0" + } + }, + "parent_station": { + "data": { + "id": "place-NB-0076", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Highland - Commuter Rail Boston Shuttle - Centre St @ Corey St", + "latitude": 42.286181, + "location_type": 0, + "longitude": -71.15466, + "name": "Highland - Centre St @ Corey St", + "platform_name": "Boston Shuttle", + "vehicle_type": 3, + "wheelchair_boarding": 1 + }, + "id": "NB-0076-B1", + "links": { + "self": "/stops/NB-0076-B1" + }, + "relationships": { + "child_stops": { + "data": [] + }, + "connecting_stops": { + "data": [] + }, + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=NB-0076-B1" + } + }, + "parent_station": { + "data": { + "id": "place-NB-0076", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, { "attributes": { "description": "Highland - Commuter Rail - Track 1 (All Trains)", @@ -291314,7 +299311,8 @@ "longitude": -71.153937, "name": "Highland", "platform_name": "Track 1 (All Trains)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "NB-0076-S", "links": { @@ -291355,7 +299353,8 @@ "longitude": -71.159678, "name": "West Roxbury", "platform_name": "Outbound Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "NB-0080-B0", "links": { @@ -291393,7 +299392,8 @@ "longitude": -71.159686, "name": "West Roxbury", "platform_name": "Boston Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "NB-0080-B1", "links": { @@ -291423,6 +299423,84 @@ }, "type": "stop" }, + { + "attributes": { + "description": "West Roxbury - Commuter Rail Outbound Shuttle - Centre St @ Lagrange St", + "latitude": 42.280858, + "location_type": 0, + "longitude": -71.158278, + "name": "West Roxbury - Centre St @ Lagrange St", + "platform_name": "Outbound Shuttle", + "vehicle_type": 3, + "wheelchair_boarding": 1 + }, + "id": "NB-0080-B2", + "links": { + "self": "/stops/NB-0080-B2" + }, + "relationships": { + "child_stops": { + "data": [] + }, + "connecting_stops": { + "data": [] + }, + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=NB-0080-B2" + } + }, + "parent_station": { + "data": { + "id": "place-NB-0080", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "West Roxbury - Commuter Rail Boston Shuttle - Centre St @ Lagrange St", + "latitude": 42.280826, + "location_type": 0, + "longitude": -71.158096, + "name": "West Roxbury - Centre St @ Lagrange St", + "platform_name": "Boston Shuttle", + "vehicle_type": 3, + "wheelchair_boarding": 1 + }, + "id": "NB-0080-B3", + "links": { + "self": "/stops/NB-0080-B3" + }, + "relationships": { + "child_stops": { + "data": [] + }, + "connecting_stops": { + "data": [] + }, + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=NB-0080-B3" + } + }, + "parent_station": { + "data": { + "id": "place-NB-0080", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, { "attributes": { "description": "West Roxbury - Commuter Rail - Track 1 (All Trains)", @@ -291431,7 +299509,8 @@ "longitude": -71.160065, "name": "West Roxbury", "platform_name": "Track 1 (All Trains)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "NB-0080-S", "links": { @@ -291467,12 +299546,13 @@ { "attributes": { "description": "Hersey - Commuter Rail Outbound Shuttle", - "latitude": 42.276037, + "latitude": 42.276121, "location_type": 0, - "longitude": -71.215128, + "longitude": -71.215341, "name": "Hersey", "platform_name": "Outbound Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "NB-0109-B0", "links": { @@ -291510,7 +299590,8 @@ "longitude": -71.215243, "name": "Hersey", "platform_name": "Boston Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "NB-0109-B1", "links": { @@ -291548,7 +299629,8 @@ "longitude": -71.215528, "name": "Hersey", "platform_name": "Track 1 (All Trains)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "NB-0109-S", "links": { @@ -291589,7 +299671,8 @@ "longitude": -71.236062, "name": "Needham Junction", "platform_name": "Outbound Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "NB-0120-B0", "links": { @@ -291627,7 +299710,8 @@ "longitude": -71.235835, "name": "Needham Junction", "platform_name": "Boston Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "NB-0120-B1", "links": { @@ -291665,7 +299749,8 @@ "longitude": -71.235559, "name": "Needham Junction", "platform_name": "Track 1 (All Trains)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "NB-0120-S", "links": { @@ -291706,7 +299791,8 @@ "longitude": -71.237862, "name": "Needham Center", "platform_name": "Commuter Rail Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "NB-0127-B", "links": { @@ -291736,6 +299822,84 @@ }, "type": "stop" }, + { + "attributes": { + "description": "Needham Center - Commuter Rail Outbound Shuttle - Chapel St @ Great Plain Ave", + "latitude": 42.280372, + "location_type": 0, + "longitude": -71.236875, + "name": "Needham Center - Chapel St @ Great Plain Ave", + "platform_name": "Commuter Rail Shuttle", + "vehicle_type": 3, + "wheelchair_boarding": 1 + }, + "id": "NB-0127-B0", + "links": { + "self": "/stops/NB-0127-B0" + }, + "relationships": { + "child_stops": { + "data": [] + }, + "connecting_stops": { + "data": [] + }, + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=NB-0127-B0" + } + }, + "parent_station": { + "data": { + "id": "place-NB-0127", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Needham Center - Commuter Rail Boston Shuttle - Chestnut St @ Great Plain Ave", + "latitude": 42.280087, + "location_type": 0, + "longitude": -71.237058, + "name": "Needham Center - Chestnut St @ Great Plain Ave", + "platform_name": "Boston Shuttle", + "vehicle_type": 3, + "wheelchair_boarding": 1 + }, + "id": "NB-0127-B1", + "links": { + "self": "/stops/NB-0127-B1" + }, + "relationships": { + "child_stops": { + "data": [] + }, + "connecting_stops": { + "data": [] + }, + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=NB-0127-B1" + } + }, + "parent_station": { + "data": { + "id": "place-NB-0127", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, { "attributes": { "description": "Needham Center - Commuter Rail - Track 1 (All Trains)", @@ -291744,7 +299908,8 @@ "longitude": -71.237686, "name": "Needham Center", "platform_name": "Track 1 (All Trains)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "NB-0127-S", "links": { @@ -291785,7 +299950,8 @@ "longitude": -71.235923, "name": "Needham Heights", "platform_name": "Commuter Rail Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "NB-0137-B", "links": { @@ -291815,6 +299981,84 @@ }, "type": "stop" }, + { + "attributes": { + "description": "Needham Heights - Commuter Rail Outbound Shuttle - Highland Ave @ Mark Lee Rd", + "latitude": 42.293995, + "location_type": 0, + "longitude": -71.235193, + "name": "Needham Heights - Highland Ave @ Mark Lee Rd", + "platform_name": "Outbound Shuttle", + "vehicle_type": 3, + "wheelchair_boarding": 1 + }, + "id": "NB-0137-B0", + "links": { + "self": "/stops/NB-0137-B0" + }, + "relationships": { + "child_stops": { + "data": [] + }, + "connecting_stops": { + "data": [] + }, + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=NB-0137-B0" + } + }, + "parent_station": { + "data": { + "id": "place-NB-0137", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Needham Heights - Commuter Rail Boston Shuttle - Highland Ave @ Avery Sq", + "latitude": 42.294072, + "location_type": 0, + "longitude": -71.235355, + "name": "Needham Heights - Highland Ave @ Avery Sq", + "platform_name": "Boston Shuttle", + "vehicle_type": 3, + "wheelchair_boarding": 1 + }, + "id": "NB-0137-B1", + "links": { + "self": "/stops/NB-0137-B1" + }, + "relationships": { + "child_stops": { + "data": [] + }, + "connecting_stops": { + "data": [] + }, + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=NB-0137-B1" + } + }, + "parent_station": { + "data": { + "id": "place-NB-0137", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, { "attributes": { "description": "Needham Heights - Commuter Rail - Track 1 (All Trains)", @@ -291823,7 +300067,8 @@ "longitude": -71.236027, "name": "Needham Heights", "platform_name": "Track 1 (All Trains)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "NB-0137-S", "links": { @@ -291864,7 +300109,8 @@ "longitude": -71.491147, "name": "Wickford Junction", "platform_name": "Track 3 (All Trains)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "NEC-1659-03", "links": { @@ -291905,7 +300151,8 @@ "longitude": -71.49183, "name": "Wickford Junction - Pick-up/Drop-off", "platform_name": "Commuter Rail Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "NEC-1659-B", "links": { @@ -291943,7 +300190,8 @@ "longitude": -71.442453, "name": "TF Green Airport", "platform_name": "Track 3 (All Trains)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "NEC-1768-03", "links": { @@ -291984,7 +300232,8 @@ "longitude": -71.443341, "name": "TF Green Airport - 700 Jefferson Blvd", "platform_name": "Commuter Rail Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "NEC-1768-B", "links": { @@ -292022,7 +300271,8 @@ "longitude": -71.413301, "name": "Providence", "platform_name": "Commuter Rail", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "NEC-1851", "links": { @@ -292063,7 +300313,8 @@ "longitude": -71.413301, "name": "Providence", "platform_name": "Track 1", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "NEC-1851-01", "links": { @@ -292104,7 +300355,8 @@ "longitude": -71.413301, "name": "Providence", "platform_name": "Track 2", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "NEC-1851-02", "links": { @@ -292145,7 +300397,8 @@ "longitude": -71.413301, "name": "Providence", "platform_name": "Track 3", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "NEC-1851-03", "links": { @@ -292186,7 +300439,8 @@ "longitude": -71.413301, "name": "Providence", "platform_name": "Track 5", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "NEC-1851-05", "links": { @@ -292227,7 +300481,8 @@ "longitude": -71.413033, "name": "Providence - Railroad St @ Providence Station", "platform_name": "Commuter Rail Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "NEC-1851-B0", "links": { @@ -292265,7 +300520,8 @@ "longitude": -71.41377, "name": "Providence - Gaspee St @ Providence Station", "platform_name": "Boston Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "NEC-1851-B1", "links": { @@ -292303,7 +300559,8 @@ "longitude": -71.41391, "name": "Providence - Gaspee St opp Providence Station", "platform_name": "Providence Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "NEC-1851-B2", "links": { @@ -292341,7 +300598,8 @@ "longitude": -71.392, "name": "Pawtucket/Central Falls", "platform_name": "Commuter Rail", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "NEC-1891", "links": { @@ -292382,7 +300640,8 @@ "longitude": -71.392048, "name": "Pawtucket/Central Falls", "platform_name": "Track 1 (Outbound)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "NEC-1891-01", "links": { @@ -292423,7 +300682,8 @@ "longitude": -71.391959, "name": "Pawtucket/Central Falls", "platform_name": "Track 2 (Boston)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "NEC-1891-02", "links": { @@ -292464,7 +300724,8 @@ "longitude": -71.39181, "name": "Pawtucket/Central Falls - Transit Center", "platform_name": "Commuter Rail Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "NEC-1891-B", "links": { @@ -292502,7 +300763,8 @@ "longitude": -71.354621, "name": "South Attleboro", "platform_name": "Commuter Rail", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "NEC-1919", "links": { @@ -292543,7 +300805,8 @@ "longitude": -71.354621, "name": "South Attleboro", "platform_name": "Track 1 (Outbound)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "NEC-1919-01", "links": { @@ -292584,7 +300847,8 @@ "longitude": -71.354621, "name": "South Attleboro", "platform_name": "Track 2 (Boston)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "NEC-1919-02", "links": { @@ -292625,7 +300889,8 @@ "longitude": -71.285094, "name": "Attleboro", "platform_name": "Commuter Rail", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "NEC-1969", "links": { @@ -292666,7 +300931,8 @@ "longitude": -71.285094, "name": "Attleboro", "platform_name": "Track 3 (Outbound)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "NEC-1969-03", "links": { @@ -292707,7 +300973,8 @@ "longitude": -71.285094, "name": "Attleboro", "platform_name": "Track 4 (Boston)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "NEC-1969-04", "links": { @@ -292748,7 +301015,8 @@ "longitude": -71.28519, "name": "Attleboro - Transit Center", "platform_name": "Commuter Rail Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "NEC-1969-B", "links": { @@ -292786,7 +301054,8 @@ "longitude": -71.219917, "name": "Mansfield", "platform_name": "Commuter Rail", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "NEC-2040", "links": { @@ -292827,7 +301096,8 @@ "longitude": -71.219917, "name": "Mansfield", "platform_name": "Track 1 (Outbound)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "NEC-2040-01", "links": { @@ -292868,7 +301138,8 @@ "longitude": -71.219917, "name": "Mansfield", "platform_name": "Track 2 (Boston)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "NEC-2040-02", "links": { @@ -292909,7 +301180,8 @@ "longitude": -71.184468, "name": "Sharon", "platform_name": "Commuter Rail", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "NEC-2108", "links": { @@ -292950,7 +301222,8 @@ "longitude": -71.184468, "name": "Sharon", "platform_name": "Track 1 (Outbound)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "NEC-2108-01", "links": { @@ -292991,7 +301264,8 @@ "longitude": -71.184468, "name": "Sharon", "platform_name": "Track 2 (Boston)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "NEC-2108-02", "links": { @@ -293032,7 +301306,8 @@ "longitude": -71.15376, "name": "Canton Junction", "platform_name": "Commuter Rail", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "NEC-2139", "links": { @@ -293073,7 +301348,8 @@ "longitude": -71.153828, "name": "Canton Junction", "platform_name": "Track 1", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "NEC-2139-01", "links": { @@ -293114,7 +301390,8 @@ "longitude": -71.153718, "name": "Canton Junction", "platform_name": "Track 2", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "NEC-2139-02", "links": { @@ -293155,7 +301432,8 @@ "longitude": -71.147134, "name": "Route 128", "platform_name": "Commuter Rail", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "NEC-2173", "links": { @@ -293196,7 +301474,8 @@ "longitude": -71.147134, "name": "Route 128", "platform_name": "Track 1 (Outbound)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "NEC-2173-01", "links": { @@ -293237,7 +301516,8 @@ "longitude": -71.147134, "name": "Route 128", "platform_name": "Track 2 (Boston)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "NEC-2173-02", "links": { @@ -293278,7 +301558,8 @@ "longitude": -71.133281, "name": "Readville", "platform_name": "Track 2", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "NEC-2192-02", "links": { @@ -293319,7 +301600,8 @@ "longitude": -71.133433, "name": "Readville", "platform_name": "Track 3", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "NEC-2192-03", "links": { @@ -293360,7 +301642,8 @@ "longitude": -71.125526, "name": "Hyde Park", "platform_name": "Commuter Rail", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "NEC-2203", "links": { @@ -293401,7 +301684,8 @@ "longitude": -71.125526, "name": "Hyde Park", "platform_name": "Track 2 (South Station)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "NEC-2203-02", "links": { @@ -293442,7 +301726,8 @@ "longitude": -71.125526, "name": "Hyde Park", "platform_name": "Track 3 (Outbound)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "NEC-2203-03", "links": { @@ -293483,7 +301768,8 @@ "longitude": -71.113551, "name": "Forest Hills", "platform_name": "Commuter Rail", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "NEC-2237", "links": { @@ -293524,7 +301810,8 @@ "longitude": -71.113491, "name": "Forest Hills", "platform_name": "Commuter Rail - Track 3", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "NEC-2237-03", "links": { @@ -293565,7 +301852,8 @@ "longitude": -71.113625, "name": "Forest Hills", "platform_name": "Commuter Rail - Track 5", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "NEC-2237-05", "links": { @@ -293606,7 +301894,8 @@ "longitude": -71.089208, "name": "Ruggles", "platform_name": "Commuter Rail", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "NEC-2265", "links": { @@ -293647,7 +301936,8 @@ "longitude": -71.089517, "name": "Ruggles", "platform_name": "Commuter Rail - Track 1", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "NEC-2265-01", "links": { @@ -293688,7 +301978,8 @@ "longitude": -71.087737, "name": "Ruggles", "platform_name": "Commuter Rail - Track 2", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "NEC-2265-02", "links": { @@ -293729,7 +302020,8 @@ "longitude": -71.089554, "name": "Ruggles", "platform_name": "Commuter Rail - Track 3", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "NEC-2265-03", "links": { @@ -293770,7 +302062,8 @@ "longitude": -71.075727, "name": "Back Bay", "platform_name": "Commuter Rail", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "NEC-2276", "links": { @@ -293811,7 +302104,8 @@ "longitude": -71.075312, "name": "Back Bay", "platform_name": "Commuter Rail - Track 1", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "NEC-2276-01", "links": { @@ -293852,7 +302146,8 @@ "longitude": -71.075299, "name": "Back Bay", "platform_name": "Commuter Rail - Track 2", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "NEC-2276-02", "links": { @@ -293893,7 +302188,8 @@ "longitude": -71.075312, "name": "Back Bay", "platform_name": "Commuter Rail - Track 3", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "NEC-2276-03", "links": { @@ -293934,7 +302230,8 @@ "longitude": -71.075894, "name": "Back Bay", "platform_name": "Commuter Rail Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "NEC-2276-B", "links": { @@ -293972,7 +302269,8 @@ "longitude": -71.055417, "name": "South Station", "platform_name": "Commuter Rail", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "NEC-2287", "links": { @@ -294013,7 +302311,8 @@ "longitude": -71.05571, "name": "South Station", "platform_name": "Commuter Rail - Track 1", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "NEC-2287-01", "links": { @@ -294054,7 +302353,8 @@ "longitude": -71.055552, "name": "South Station", "platform_name": "Commuter Rail - Track 2", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "NEC-2287-02", "links": { @@ -294095,7 +302395,8 @@ "longitude": -71.055552, "name": "South Station", "platform_name": "Commuter Rail - Track 3", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "NEC-2287-03", "links": { @@ -294136,7 +302437,8 @@ "longitude": -71.055396, "name": "South Station", "platform_name": "Commuter Rail - Track 4", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "NEC-2287-04", "links": { @@ -294177,7 +302479,8 @@ "longitude": -71.055396, "name": "South Station", "platform_name": "Commuter Rail - Track 5", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "NEC-2287-05", "links": { @@ -294218,7 +302521,8 @@ "longitude": -71.055238, "name": "South Station", "platform_name": "Commuter Rail - Track 6", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "NEC-2287-06", "links": { @@ -294259,7 +302563,8 @@ "longitude": -71.055238, "name": "South Station", "platform_name": "Commuter Rail - Track 7", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "NEC-2287-07", "links": { @@ -294300,7 +302605,8 @@ "longitude": -71.055081, "name": "South Station", "platform_name": "Commuter Rail - Track 8", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "NEC-2287-08", "links": { @@ -294341,7 +302647,8 @@ "longitude": -71.055081, "name": "South Station", "platform_name": "Commuter Rail - Track 9", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "NEC-2287-09", "links": { @@ -294382,7 +302689,8 @@ "longitude": -71.054958, "name": "South Station", "platform_name": "Commuter Rail - Track 10", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "NEC-2287-10", "links": { @@ -294423,7 +302731,8 @@ "longitude": -71.054958, "name": "South Station", "platform_name": "Commuter Rail - Track 11", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "NEC-2287-11", "links": { @@ -294464,7 +302773,8 @@ "longitude": -71.05493, "name": "South Station", "platform_name": "Commuter Rail - Track 12", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "NEC-2287-12", "links": { @@ -294505,7 +302815,8 @@ "longitude": -71.05493, "name": "South Station", "platform_name": "Commuter Rail - Track 13", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "NEC-2287-13", "links": { @@ -294546,7 +302857,8 @@ "longitude": -71.055529, "name": "South Station - Atlantic Ave @ Summer St", "platform_name": "Commuter Rail Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "NEC-2287-B", "links": { @@ -294571,10 +302883,7 @@ } }, "zone": { - "data": { - "id": "LocalBus", - "type": "zone" - } + "data": null } }, "type": "stop" @@ -294587,7 +302896,8 @@ "longitude": -71.133342, "name": "West Medford", "platform_name": "Commuter Rail", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 2 }, "id": "NHRML-0055", "links": { @@ -294628,7 +302938,8 @@ "longitude": -71.133342, "name": "West Medford", "platform_name": "Track 1 (Outbound)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 2 }, "id": "NHRML-0055-01", "links": { @@ -294669,7 +302980,8 @@ "longitude": -71.133342, "name": "West Medford", "platform_name": "Track 2 (Boston)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 2 }, "id": "NHRML-0055-02", "links": { @@ -294710,7 +303022,8 @@ "longitude": -71.133027, "name": "West Medford - Playstead Rd @ Irving St", "platform_name": "Outbound Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "NHRML-0055-B0", "links": { @@ -294748,7 +303061,8 @@ "longitude": -71.134641, "name": "West Medford - Playstead Rd opp Madison St", "platform_name": "Boston Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "NHRML-0055-B1", "links": { @@ -294786,7 +303100,8 @@ "longitude": -71.140169, "name": "Wedgemere", "platform_name": "Commuter Rail", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "NHRML-0073", "links": { @@ -294827,7 +303142,8 @@ "longitude": -71.140169, "name": "Wedgemere", "platform_name": "Track 1 (Outbound)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "NHRML-0073-01", "links": { @@ -294868,7 +303184,8 @@ "longitude": -71.140169, "name": "Wedgemere", "platform_name": "Track 2 (Boston)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "NHRML-0073-02", "links": { @@ -294909,7 +303226,8 @@ "longitude": -71.140463, "name": "Wedgemere - Parking Lot", "platform_name": "Commuter Rail Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "NHRML-0073-B", "links": { @@ -294947,7 +303265,8 @@ "longitude": -71.13783, "name": "Winchester Center", "platform_name": "Commuter Rail", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "NHRML-0078", "links": { @@ -294988,7 +303307,8 @@ "longitude": -71.13783, "name": "Winchester Center", "platform_name": "Track 1 (Outbound)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "NHRML-0078-01", "links": { @@ -295029,7 +303349,8 @@ "longitude": -71.13783, "name": "Winchester Center", "platform_name": "Track 2 (Boston)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "NHRML-0078-02", "links": { @@ -295070,7 +303391,8 @@ "longitude": -71.137618, "name": "Mishawum", "platform_name": "Commuter Rail", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 2 }, "id": "NHRML-0116", "links": { @@ -295111,7 +303433,8 @@ "longitude": -71.137618, "name": "Mishawum", "platform_name": "Track 1 (Outbound)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 2 }, "id": "NHRML-0116-01", "links": { @@ -295152,7 +303475,8 @@ "longitude": -71.137618, "name": "Mishawum", "platform_name": "Track 2 (Boston)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 2 }, "id": "NHRML-0116-02", "links": { @@ -295193,7 +303517,8 @@ "longitude": -71.144475, "name": "Anderson/Woburn", "platform_name": "Commuter Rail", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "NHRML-0127", "links": { @@ -295234,7 +303559,8 @@ "longitude": -71.144475, "name": "Anderson/Woburn", "platform_name": "Track 1 (Outbound)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "NHRML-0127-01", "links": { @@ -295275,7 +303601,8 @@ "longitude": -71.144475, "name": "Anderson/Woburn", "platform_name": "Track 2 (Boston)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "NHRML-0127-02", "links": { @@ -295316,7 +303643,8 @@ "longitude": -71.14387, "name": "Anderson/Woburn - Busway", "platform_name": "Commuter Rail Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "NHRML-0127-B", "links": { @@ -295357,7 +303685,8 @@ "longitude": -71.174334, "name": "Wilmington", "platform_name": "Commuter Rail", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "NHRML-0152", "links": { @@ -295398,7 +303727,8 @@ "longitude": -71.174334, "name": "Wilmington", "platform_name": "Track 1 (Outbound)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "NHRML-0152-01", "links": { @@ -295439,7 +303769,8 @@ "longitude": -71.174334, "name": "Wilmington", "platform_name": "Track 2 (Boston)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "NHRML-0152-02", "links": { @@ -295480,7 +303811,8 @@ "longitude": -71.174367, "name": "Wilmington - Parking Lot", "platform_name": "Commuter Rail Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "NHRML-0152-B", "links": { @@ -295518,7 +303850,8 @@ "longitude": -71.280995, "name": "North Billerica", "platform_name": "Commuter Rail", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "NHRML-0218", "links": { @@ -295559,7 +303892,8 @@ "longitude": -71.280995, "name": "North Billerica", "platform_name": "Track 1 (Outbound)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "NHRML-0218-01", "links": { @@ -295600,7 +303934,8 @@ "longitude": -71.280995, "name": "North Billerica", "platform_name": "Track 2 (Boston)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "NHRML-0218-02", "links": { @@ -295641,7 +303976,8 @@ "longitude": -71.279762, "name": "North Billerica - Billerica Ave @ East Parking Lot", "platform_name": "Commuter Rail Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "NHRML-0218-B0", "links": { @@ -295679,7 +304015,8 @@ "longitude": -71.281252, "name": "North Billerica - West Parking Lot", "platform_name": "Commuter Rail Shuttle - West Parking Lot", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "NHRML-0218-B1", "links": { @@ -295717,7 +304054,8 @@ "longitude": -71.281409, "name": "North Billerica - Station St @ West Parking Lot", "platform_name": "Commuter Rail Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "NHRML-0218-B2", "links": { @@ -295755,7 +304093,8 @@ "longitude": -71.314543, "name": "Lowell", "platform_name": "Commuter Rail", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "NHRML-0254", "links": { @@ -295796,7 +304135,8 @@ "longitude": -71.314543, "name": "Lowell", "platform_name": "Track 3", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "NHRML-0254-03", "links": { @@ -295837,7 +304177,8 @@ "longitude": -71.314543, "name": "Lowell", "platform_name": "Track 4", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "NHRML-0254-04", "links": { @@ -295878,7 +304219,8 @@ "longitude": -71.314554, "name": "Lowell - Busway", "platform_name": "Commuter Rail Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "NHRML-0254-B", "links": { @@ -295911,12 +304253,13 @@ { "attributes": { "description": "Norwood Central - Commuter Rail Shuttle", - "latitude": 42.188775, + "latitude": 42.18918, "location_type": 0, - "longitude": -71.199665, + "longitude": -71.20006, "name": "Norwood Central", "platform_name": "Commuter Rail Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "Norwood Central-S", "links": { @@ -295954,7 +304297,8 @@ "longitude": -71.070837, "name": "Oak Grove", "platform_name": "Track 1", - "vehicle_type": 1 + "vehicle_type": 1, + "wheelchair_boarding": 1 }, "id": "Oak Grove-01", "links": { @@ -295995,7 +304339,8 @@ "longitude": -71.070905, "name": "Oak Grove", "platform_name": "Track 2", - "vehicle_type": 1 + "vehicle_type": 1, + "wheelchair_boarding": 1 }, "id": "Oak Grove-02", "links": { @@ -296036,7 +304381,8 @@ "longitude": -70.953302, "name": "South Weymouth", "platform_name": "Track 1 (All Trains)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "PB-0158-S", "links": { @@ -296077,7 +304423,8 @@ "longitude": -70.934405, "name": "Abington", "platform_name": "Track 1 (All Trains)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "PB-0194-S", "links": { @@ -296118,7 +304465,8 @@ "longitude": -70.923411, "name": "Whitman", "platform_name": "Track 1 (All Trains)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "PB-0212-S", "links": { @@ -296159,7 +304507,8 @@ "longitude": -70.882438, "name": "Hanson", "platform_name": "Track 1 (All Trains)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "PB-0245-S", "links": { @@ -296200,7 +304549,8 @@ "longitude": -70.824263, "name": "Halifax", "platform_name": "Commuter Rail", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "PB-0281", "links": { @@ -296233,6 +304583,45 @@ }, "type": "stop" }, + { + "attributes": { + "description": "Halifax - Commuter Rail Shuttle - Parking Lot", + "latitude": 42.01456, + "location_type": 0, + "longitude": -70.82424, + "name": "Halifax - Parking Lot", + "platform_name": "Commuter Rail Shuttle", + "vehicle_type": 3, + "wheelchair_boarding": 1 + }, + "id": "PB-0281-B0", + "links": { + "self": "/stops/PB-0281-B0" + }, + "relationships": { + "child_stops": { + "data": [] + }, + "connecting_stops": { + "data": [] + }, + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=PB-0281-B0" + } + }, + "parent_station": { + "data": { + "id": "place-PB-0281", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, { "attributes": { "description": "Halifax - Commuter Rail - Track 2", @@ -296241,7 +304630,8 @@ "longitude": -70.824263, "name": "Halifax", "platform_name": "Track 2", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "PB-0281-CS", "links": { @@ -296282,7 +304672,8 @@ "longitude": -70.824263, "name": "Halifax", "platform_name": "Track 1 (All Trains)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "PB-0281-S", "links": { @@ -296323,7 +304714,8 @@ "longitude": -70.690421, "name": "Plymouth", "platform_name": "Track 1 (All Trains)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "PB-0356-S", "links": { @@ -296364,7 +304756,8 @@ "longitude": -71.152837, "name": "Canton Junction", "platform_name": "Track 4", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "SB-0150-04", "links": { @@ -296405,7 +304798,8 @@ "longitude": -71.153581, "name": "Canton Junction", "platform_name": "Track 6", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "SB-0150-06", "links": { @@ -296446,7 +304840,8 @@ "longitude": -71.14628, "name": "Canton Center", "platform_name": "Track 1 (All Trains)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "SB-0156-S", "links": { @@ -296487,7 +304882,8 @@ "longitude": -71.103627, "name": "Stoughton", "platform_name": "Track 1 (All Trains)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "SB-0189-S", "links": { @@ -296528,7 +304924,8 @@ "longitude": -70.953304, "name": "South Weymouth", "platform_name": "Commuter Rail Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "South Weymouth-S", "links": { @@ -296566,7 +304963,8 @@ "longitude": -71.093964, "name": "Union Square", "platform_name": "Track 1", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 1 }, "id": "Union Square-01", "links": { @@ -296607,7 +305005,8 @@ "longitude": -71.093993, "name": "Union Square", "platform_name": "Track 2", - "vehicle_type": 0 + "vehicle_type": 0, + "wheelchair_boarding": 1 }, "id": "Union Square-02", "links": { @@ -296648,7 +305047,8 @@ "longitude": -71.075393, "name": "Back Bay", "platform_name": "Commuter Rail - Track 5", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "WML-0012-05", "links": { @@ -296689,7 +305089,8 @@ "longitude": -71.075393, "name": "Back Bay", "platform_name": "Commuter Rail - Track 7", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "WML-0012-07", "links": { @@ -296730,7 +305131,8 @@ "longitude": -71.099974, "name": "Lansdowne", "platform_name": "Commuter Rail", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "WML-0025", "links": { @@ -296771,7 +305173,8 @@ "longitude": -71.099974, "name": "Lansdowne", "platform_name": "Track 5", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "WML-0025-05", "links": { @@ -296812,7 +305215,8 @@ "longitude": -71.099974, "name": "Lansdowne", "platform_name": "Track 7", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "WML-0025-07", "links": { @@ -296853,7 +305257,8 @@ "longitude": -71.139883, "name": "Boston Landing", "platform_name": "Commuter Rail", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "WML-0035", "links": { @@ -296894,7 +305299,8 @@ "longitude": -71.139883, "name": "Boston Landing", "platform_name": "Track 1 (Outbound)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "WML-0035-01", "links": { @@ -296935,7 +305341,8 @@ "longitude": -71.139883, "name": "Boston Landing", "platform_name": "Track 2 (South Station)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "WML-0035-02", "links": { @@ -296976,7 +305383,8 @@ "longitude": -71.141258, "name": "Boston Landing", "platform_name": "Commuter Rail Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "WML-0035-B", "links": { @@ -297014,7 +305422,8 @@ "longitude": -71.14208, "name": "Boston Landing - Guest St @ Arthur St", "platform_name": "Outbound Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "WML-0035-B0", "links": { @@ -297052,7 +305461,8 @@ "longitude": -71.14209, "name": "Boston Landing - Guest St @ Arthur St", "platform_name": "Boston Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "WML-0035-B1", "links": { @@ -297090,7 +305500,8 @@ "longitude": -71.205408, "name": "Newtonville", "platform_name": "Commuter Rail - Track 2 (All Trains)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 2 }, "id": "WML-0081-02", "links": { @@ -297131,7 +305542,8 @@ "longitude": -71.20765, "name": "Newtonville - Washington St @ Walnut St", "platform_name": "Outbound Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "WML-0081-B2", "links": { @@ -297169,7 +305581,8 @@ "longitude": -71.2071, "name": "Newtonville - Washington St @ Walnut St", "platform_name": "Boston Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "WML-0081-B3", "links": { @@ -297207,7 +305620,8 @@ "longitude": -71.230528, "name": "West Newton", "platform_name": "Commuter Rail - Track 2 (All Trains)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 2 }, "id": "WML-0091-02", "links": { @@ -297248,7 +305662,8 @@ "longitude": -71.232205, "name": "West Newton", "platform_name": "Outbound Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "WML-0091-B0", "links": { @@ -297286,7 +305701,8 @@ "longitude": -71.228833, "name": "West Newton", "platform_name": "Boston Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "WML-0091-B1", "links": { @@ -297324,7 +305740,8 @@ "longitude": -71.250373, "name": "Auburndale", "platform_name": "Commuter Rail - Track 2 (All Trains)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 2 }, "id": "WML-0102-02", "links": { @@ -297365,7 +305782,8 @@ "longitude": -71.252123, "name": "Auburndale", "platform_name": "Commuter Rail Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "WML-0102-B", "links": { @@ -297403,7 +305821,8 @@ "longitude": -71.25223, "name": "Auburndale - Woodland Rd opp Auburndale Sta", "platform_name": "Outbound Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "WML-0102-B0", "links": { @@ -297441,7 +305860,8 @@ "longitude": -71.272288, "name": "Wellesley Farms", "platform_name": "Commuter Rail", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 2 }, "id": "WML-0125", "links": { @@ -297482,7 +305902,8 @@ "longitude": -71.272288, "name": "Wellesley Farms", "platform_name": "Track 1", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 2 }, "id": "WML-0125-01", "links": { @@ -297523,7 +305944,8 @@ "longitude": -71.272288, "name": "Wellesley Farms", "platform_name": "Track 2", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 2 }, "id": "WML-0125-02", "links": { @@ -297564,7 +305986,8 @@ "longitude": -71.277044, "name": "Wellesley Hills", "platform_name": "Commuter Rail", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 2 }, "id": "WML-0135", "links": { @@ -297605,7 +306028,8 @@ "longitude": -71.277044, "name": "Wellesley Hills", "platform_name": "Track 1", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 2 }, "id": "WML-0135-01", "links": { @@ -297646,7 +306070,8 @@ "longitude": -71.277044, "name": "Wellesley Hills", "platform_name": "Track 2", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 2 }, "id": "WML-0135-02", "links": { @@ -297687,7 +306112,8 @@ "longitude": -71.27672, "name": "Wellesley Hills - Washington St opp Abbott Rd", "platform_name": "Commuter Rail Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "WML-0135-B0", "links": { @@ -297725,7 +306151,8 @@ "longitude": -71.27658, "name": "Wellesley Hills - Washington St @ Abbott Rd", "platform_name": "Commuter Rail Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "WML-0135-B1", "links": { @@ -297763,7 +306190,8 @@ "longitude": -71.294173, "name": "Wellesley Square", "platform_name": "Commuter Rail", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 2 }, "id": "WML-0147", "links": { @@ -297804,7 +306232,8 @@ "longitude": -71.294173, "name": "Wellesley Square", "platform_name": "Track 1", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 2 }, "id": "WML-0147-01", "links": { @@ -297845,7 +306274,8 @@ "longitude": -71.294173, "name": "Wellesley Square", "platform_name": "Track 2", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 2 }, "id": "WML-0147-02", "links": { @@ -297886,7 +306316,8 @@ "longitude": -71.29367, "name": "Wellesley Square - Central St @ Railroad Ave", "platform_name": "Commuter Rail Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "WML-0147-B0", "links": { @@ -297924,7 +306355,8 @@ "longitude": -71.29367, "name": "Wellesley Square - Central St opp Railroad Ave", "platform_name": "Commuter Rail Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "WML-0147-B1", "links": { @@ -297962,7 +306394,8 @@ "longitude": -71.347133, "name": "Natick Center", "platform_name": "Commuter Rail", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 2 }, "id": "WML-0177", "links": { @@ -298003,7 +306436,8 @@ "longitude": -71.347133, "name": "Natick Center", "platform_name": "Track 1", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 2 }, "id": "WML-0177-01", "links": { @@ -298044,7 +306478,8 @@ "longitude": -71.347133, "name": "Natick Center", "platform_name": "Track 2", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 2 }, "id": "WML-0177-02", "links": { @@ -298085,7 +306520,8 @@ "longitude": -71.3469, "name": "Natick Center - South Ave opp Adams St", "platform_name": "Commuter Rail Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "WML-0177-B0", "links": { @@ -298123,7 +306559,8 @@ "longitude": -71.34666, "name": "Natick Center - South Ave @ Washington St", "platform_name": "Commuter Rail Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "WML-0177-B1", "links": { @@ -298161,7 +306598,8 @@ "longitude": -71.391797, "name": "West Natick", "platform_name": "Commuter Rail", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "WML-0199", "links": { @@ -298202,7 +306640,8 @@ "longitude": -71.391797, "name": "West Natick", "platform_name": "Track 1", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "WML-0199-01", "links": { @@ -298243,7 +306682,8 @@ "longitude": -71.391797, "name": "West Natick", "platform_name": "Track 2", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "WML-0199-02", "links": { @@ -298284,7 +306724,8 @@ "longitude": -71.39095, "name": "West Natick - W Central St @ West Natick Parking Lot", "platform_name": "Commuter Rail Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "WML-0199-B0", "links": { @@ -298322,7 +306763,8 @@ "longitude": -71.3912, "name": "West Natick - W Central St opp West Natick Parking Lot", "platform_name": "Commuter Rail Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "WML-0199-B1", "links": { @@ -298360,7 +306802,8 @@ "longitude": -71.420055, "name": "Framingham", "platform_name": "Commuter Rail", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "WML-0214", "links": { @@ -298401,7 +306844,8 @@ "longitude": -71.420055, "name": "Framingham", "platform_name": "Track 1", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "WML-0214-01", "links": { @@ -298442,7 +306886,8 @@ "longitude": -71.420055, "name": "Framingham", "platform_name": "Track 2", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "WML-0214-02", "links": { @@ -298483,7 +306928,8 @@ "longitude": -71.419555, "name": "Framingham - Waverly St @ Framingham Station", "platform_name": "Commuter Rail Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "WML-0214-B", "links": { @@ -298521,7 +306967,8 @@ "longitude": -71.482161, "name": "Ashland", "platform_name": "Commuter Rail", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "WML-0252", "links": { @@ -298562,7 +307009,8 @@ "longitude": -71.482161, "name": "Ashland", "platform_name": "Track 1 (Outbound)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "WML-0252-01", "links": { @@ -298603,7 +307051,8 @@ "longitude": -71.482161, "name": "Ashland", "platform_name": "Track 2 (Boston)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "WML-0252-02", "links": { @@ -298644,7 +307093,8 @@ "longitude": -71.482251, "name": "Ashland - South Parking Lot", "platform_name": "Commuter Rail Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "WML-0252-B", "links": { @@ -298682,7 +307132,8 @@ "longitude": -71.524371, "name": "Southborough", "platform_name": "Commuter Rail", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "WML-0274", "links": { @@ -298723,7 +307174,8 @@ "longitude": -71.524371, "name": "Southborough", "platform_name": "Track 1 (Outbound)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "WML-0274-01", "links": { @@ -298764,7 +307216,8 @@ "longitude": -71.524371, "name": "Southborough", "platform_name": "Track 2 (Boston)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "WML-0274-02", "links": { @@ -298805,7 +307258,8 @@ "longitude": -71.647076, "name": "Westborough", "platform_name": "Commuter Rail", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "WML-0340", "links": { @@ -298846,7 +307300,8 @@ "longitude": -71.647076, "name": "Westborough", "platform_name": "Track 1 (Outbound)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "WML-0340-01", "links": { @@ -298887,7 +307342,8 @@ "longitude": -71.647076, "name": "Westborough", "platform_name": "Track 2 (Boston)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "WML-0340-02", "links": { @@ -298928,7 +307384,8 @@ "longitude": -71.685325, "name": "Grafton", "platform_name": "Commuter Rail", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "WML-0364", "links": { @@ -298969,7 +307426,8 @@ "longitude": -71.685325, "name": "Grafton", "platform_name": "Track 1 (Outbound)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "WML-0364-01", "links": { @@ -299010,7 +307468,8 @@ "longitude": -71.685325, "name": "Grafton", "platform_name": "Track 2 (Boston)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "WML-0364-02", "links": { @@ -299051,7 +307510,8 @@ "longitude": -71.791806, "name": "Worcester", "platform_name": "Track 1 (All Trains)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "WML-0442-CS", "links": { @@ -299092,7 +307552,8 @@ "longitude": -71.07411, "name": "Malden Center", "platform_name": "Track 1 (All Trains)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "WR-0045-S", "links": { @@ -299133,7 +307594,8 @@ "longitude": -71.070705, "name": "Oak Grove", "platform_name": "Commuter Rail - Track 1 (All Trains)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "WR-0053-S", "links": { @@ -299174,7 +307636,8 @@ "longitude": -71.069379, "name": "Wyoming Hill", "platform_name": "Commuter Rail", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 2 }, "id": "WR-0062", "links": { @@ -299215,7 +307678,8 @@ "longitude": -71.069379, "name": "Wyoming Hill", "platform_name": "Track 1 (Outbound)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 2 }, "id": "WR-0062-01", "links": { @@ -299256,7 +307720,8 @@ "longitude": -71.069379, "name": "Wyoming Hill", "platform_name": "Track 2 (Boston)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 2 }, "id": "WR-0062-02", "links": { @@ -299297,7 +307762,8 @@ "longitude": -71.070114, "name": "Wyoming Hill - Pleasant St @ W Wyoming Ave", "platform_name": "Outbound Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "WR-0062-B0", "links": { @@ -299335,7 +307801,8 @@ "longitude": -71.069511, "name": "Wyoming Hill - W Wyoming Ave @ Wyoming Hill Station", "platform_name": "Boston Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "WR-0062-B1", "links": { @@ -299373,7 +307840,8 @@ "longitude": -71.067239, "name": "Wyoming Hill - Main St @ E Wyoming Ave", "platform_name": "Outbound Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "WR-0062-B2", "links": { @@ -299398,7 +307866,10 @@ } }, "zone": { - "data": null + "data": { + "id": "LocalBus", + "type": "zone" + } } }, "type": "stop" @@ -299411,7 +307882,8 @@ "longitude": -71.067473, "name": "Wyoming Hill - Main St @ W Wyoming Ave", "platform_name": "Boston Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "WR-0062-B3", "links": { @@ -299452,7 +307924,8 @@ "longitude": -71.069789, "name": "Melrose/Cedar Park", "platform_name": "Commuter Rail", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 2 }, "id": "WR-0067", "links": { @@ -299493,7 +307966,8 @@ "longitude": -71.069789, "name": "Melrose/Cedar Park", "platform_name": "Track 1 (Outbound)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 2 }, "id": "WR-0067-01", "links": { @@ -299534,7 +308008,8 @@ "longitude": -71.069789, "name": "Melrose/Cedar Park", "platform_name": "Track 2 (Boston)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 2 }, "id": "WR-0067-02", "links": { @@ -299570,12 +308045,13 @@ { "attributes": { "description": "Melrose/Cedar Park - Commuter Rail Outbound Shuttle - Essex St @ W Emerson St", - "latitude": 42.459271, + "latitude": 42.45892, "location_type": 0, - "longitude": -71.069361, + "longitude": -71.06932, "name": "Melrose/Cedar Park - Essex St @ W Emerson St", "platform_name": "Outbound Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "WR-0067-B0", "links": { @@ -299611,12 +308087,13 @@ { "attributes": { "description": "Melrose/Cedar Park - Commuter Rail Boston Shuttle - Tremont St @ W Emerson St", - "latitude": 42.458806, + "latitude": 42.45925, "location_type": 0, - "longitude": -71.069395, + "longitude": -71.0695, "name": "Melrose/Cedar Park - Tremont St @ W Emerson St", "platform_name": "Boston Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "WR-0067-B1", "links": { @@ -299657,7 +308134,8 @@ "longitude": -71.068297, "name": "Melrose Highlands", "platform_name": "Commuter Rail", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "WR-0075", "links": { @@ -299698,7 +308176,8 @@ "longitude": -71.068297, "name": "Melrose Highlands", "platform_name": "Track 1 (Outbound)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "WR-0075-01", "links": { @@ -299739,7 +308218,8 @@ "longitude": -71.068297, "name": "Melrose Highlands", "platform_name": "Track 2 (Boston)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "WR-0075-02", "links": { @@ -299780,7 +308260,8 @@ "longitude": -71.068945, "name": "Melrose Highlands - Franklin St @ Belmont St", "platform_name": "Outbound Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "WR-0075-B0", "links": { @@ -299821,7 +308302,8 @@ "longitude": -71.068381, "name": "Melrose Highlands - Franklin St opp Marvin Rd", "platform_name": "Boston Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "WR-0075-B1", "links": { @@ -299862,7 +308344,8 @@ "longitude": -71.068366, "name": "Melrose Highlands - Nason Dr @ Belmont St", "platform_name": "Commuter Rail Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "WR-0075-B2", "links": { @@ -299900,7 +308383,8 @@ "longitude": -71.067247, "name": "Greenwood", "platform_name": "Commuter Rail", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 2 }, "id": "WR-0085", "links": { @@ -299941,7 +308425,8 @@ "longitude": -71.067247, "name": "Greenwood", "platform_name": "Track 1 (Outbound)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 2 }, "id": "WR-0085-01", "links": { @@ -299982,7 +308467,8 @@ "longitude": -71.067247, "name": "Greenwood", "platform_name": "Track 2 (Boston)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 2 }, "id": "WR-0085-02", "links": { @@ -300023,7 +308509,8 @@ "longitude": -71.067731, "name": "Greenwood - Main St @ Walton Pl", "platform_name": "Outbound Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "WR-0085-B0", "links": { @@ -300064,7 +308551,8 @@ "longitude": -71.06779, "name": "Greenwood - Main St @ Forest St", "platform_name": "Boston Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "WR-0085-B1", "links": { @@ -300105,7 +308593,8 @@ "longitude": -71.075566, "name": "Wakefield", "platform_name": "Commuter Rail", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 2 }, "id": "WR-0099", "links": { @@ -300146,7 +308635,8 @@ "longitude": -71.075566, "name": "Wakefield", "platform_name": "Track 1 (Outbound)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 2 }, "id": "WR-0099-01", "links": { @@ -300187,7 +308677,8 @@ "longitude": -71.075566, "name": "Wakefield", "platform_name": "Track 2 (Boston)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 2 }, "id": "WR-0099-02", "links": { @@ -300228,7 +308719,8 @@ "longitude": -71.075737, "name": "Wakefield - North Ave @ Chestnut St", "platform_name": "Outbound Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "WR-0099-B0", "links": { @@ -300269,7 +308761,8 @@ "longitude": -71.07588, "name": "Wakefield - North Ave @ Chestnut St", "platform_name": "Boston Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "WR-0099-B1", "links": { @@ -300310,7 +308803,8 @@ "longitude": -71.107921, "name": "Reading - Lincoln St @ Prescott St", "platform_name": "Commuter Rail Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "WR-0120-B", "links": { @@ -300351,7 +308845,8 @@ "longitude": -71.108294, "name": "Reading", "platform_name": "Track 1 (All Trains)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "WR-0120-S", "links": { @@ -300392,7 +308887,8 @@ "longitude": -71.159119, "name": "North Wilmington - 379 Middlesex Ave", "platform_name": "Outbound Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "WR-0163-B0", "links": { @@ -300430,7 +308926,8 @@ "longitude": -71.159299, "name": "North Wilmington - Opp 279 Middlesex Ave", "platform_name": "Boston Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "WR-0163-B1", "links": { @@ -300468,7 +308965,8 @@ "longitude": -71.159696, "name": "North Wilmington", "platform_name": "Track 1 (All Trains)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 2 }, "id": "WR-0163-S", "links": { @@ -300509,7 +309007,8 @@ "longitude": -71.159962, "name": "Ballardvale", "platform_name": "Track 2 (All Trains)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "WR-0205-02", "links": { @@ -300550,7 +309049,8 @@ "longitude": -71.160238, "name": "Ballardvale - Andover St opp Tewksbury St", "platform_name": "Outbound Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "WR-0205-B0", "links": { @@ -300588,7 +309088,8 @@ "longitude": -71.160209, "name": "Ballardvale - Andover St @ Tewksbury St", "platform_name": "Boston Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "WR-0205-B1", "links": { @@ -300626,7 +309127,8 @@ "longitude": -71.159803, "name": "Ballardvale - Parking Lot", "platform_name": "Commuter Rail Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "WR-0205-B2", "links": { @@ -300664,7 +309166,8 @@ "longitude": -71.144502, "name": "Andover", "platform_name": "Track 2 (All Trains)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "WR-0228-02", "links": { @@ -300705,7 +309208,8 @@ "longitude": -71.144712, "name": "Andover - Railroad St opp Amici Way", "platform_name": "Outbound Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "WR-0228-B0", "links": { @@ -300743,7 +309247,8 @@ "longitude": -71.144893, "name": "Andover - Railroad St @ Amici Way", "platform_name": "Boston Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "WR-0228-B1", "links": { @@ -300781,7 +309286,8 @@ "longitude": -71.15198, "name": "Lawrence", "platform_name": "Track 2 (All Trains)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "WR-0264-02", "links": { @@ -300822,7 +309328,8 @@ "longitude": -71.152442, "name": "Lawrence - Busway", "platform_name": "Commuter Rail Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "WR-0264-B2", "links": { @@ -300860,7 +309367,8 @@ "longitude": -71.088411, "name": "Bradford", "platform_name": "Commuter Rail", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "WR-0325", "links": { @@ -300901,7 +309409,8 @@ "longitude": -71.088411, "name": "Bradford", "platform_name": "Track 1 (Outbound)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "WR-0325-01", "links": { @@ -300942,7 +309451,8 @@ "longitude": -71.088411, "name": "Bradford", "platform_name": "Track 2 (Boston)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "WR-0325-02", "links": { @@ -300983,7 +309493,8 @@ "longitude": -71.088467, "name": "Bradford - Parking Lot", "platform_name": "Commuter Rail Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "WR-0325-B", "links": { @@ -301008,7 +309519,10 @@ } }, "zone": { - "data": null + "data": { + "id": "LocalBus", + "type": "zone" + } } }, "type": "stop" @@ -301021,7 +309535,8 @@ "longitude": -71.086237, "name": "Haverhill", "platform_name": "Commuter Rail", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "WR-0329", "links": { @@ -301062,7 +309577,8 @@ "longitude": -71.086237, "name": "Haverhill", "platform_name": "Track 1", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "WR-0329-01", "links": { @@ -301103,7 +309619,8 @@ "longitude": -71.086237, "name": "Haverhill", "platform_name": "Track 2 (Boston)", - "vehicle_type": 2 + "vehicle_type": 2, + "wheelchair_boarding": 1 }, "id": "WR-0329-02", "links": { @@ -301144,7 +309661,8 @@ "longitude": -71.086418, "name": "Haverhill - Parking Lot", "platform_name": "Commuter Rail Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "WR-0329-B", "links": { @@ -301169,7 +309687,10 @@ } }, "zone": { - "data": null + "data": { + "id": "LocalBus", + "type": "zone" + } } }, "type": "stop" @@ -301182,7 +309703,8 @@ "longitude": -71.219366, "name": "Windsor Gardens", "platform_name": "Commuter Rail Shuttle", - "vehicle_type": 3 + "vehicle_type": 3, + "wheelchair_boarding": 1 }, "id": "Windsor Gardens-S", "links": { @@ -301220,7 +309742,8 @@ "longitude": -70.714722, "name": "Wareham Village", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-CM-0493", "links": { @@ -301263,7 +309786,8 @@ "longitude": -70.616226, "name": "Buzzards Bay", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-CM-0547", "links": { @@ -301306,7 +309830,8 @@ "longitude": -70.588772, "name": "Bourne", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-CM-0564", "links": { @@ -301349,7 +309874,8 @@ "longitude": -70.276583, "name": "Hyannis", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-CM-0790", "links": { @@ -301392,7 +309918,8 @@ "longitude": -71.133246, "name": "Readville", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-DB-0095", "links": { @@ -301460,7 +309987,8 @@ "longitude": -71.11927, "name": "Fairmount", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-DB-2205", "links": { @@ -301528,7 +310056,8 @@ "longitude": -71.095782, "name": "Blue Hill Avenue", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-DB-2222", "links": { @@ -301587,7 +310116,8 @@ "longitude": -71.085475, "name": "Morton Street", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-DB-2230", "links": { @@ -301655,7 +310185,8 @@ "longitude": -71.07814, "name": "Talbot Avenue", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-DB-2240", "links": { @@ -301723,7 +310254,8 @@ "longitude": -71.076833, "name": "Four Corners/Geneva", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-DB-2249", "links": { @@ -301791,7 +310323,8 @@ "longitude": -71.068627, "name": "Uphams Corner", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-DB-2258", "links": { @@ -301859,7 +310392,8 @@ "longitude": -71.065674, "name": "Newmarket", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-DB-2265", "links": { @@ -301914,7 +310448,8 @@ "longitude": -70.969848, "name": "River Works", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, "id": "place-ER-0099", "links": { @@ -301965,7 +310500,8 @@ "longitude": -70.945421, "name": "Lynn", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-ER-0115", "links": { @@ -302033,7 +310569,8 @@ "longitude": -70.940434, "name": "Lynn Interim", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-ER-0117", "links": { @@ -302080,7 +310617,8 @@ "longitude": -70.922537, "name": "Swampscott", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-ER-0128", "links": { @@ -302139,7 +310677,8 @@ "longitude": -70.895876, "name": "Salem", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-ER-0168", "links": { @@ -302190,7 +310729,8 @@ "longitude": -70.885432, "name": "Beverly", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-ER-0183", "links": { @@ -302245,7 +310785,8 @@ "longitude": -70.883851, "name": "North Beverly", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-ER-0208", "links": { @@ -302313,7 +310854,8 @@ "longitude": -70.874801, "name": "Hamilton/Wenham", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-ER-0227", "links": { @@ -302364,7 +310906,8 @@ "longitude": -70.840589, "name": "Ipswich", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-ER-0276", "links": { @@ -302411,7 +310954,8 @@ "longitude": -70.859034, "name": "Rowley", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-ER-0312", "links": { @@ -302458,7 +311002,8 @@ "longitude": -70.87797, "name": "Newburyport", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-ER-0362", "links": { @@ -302513,7 +311058,8 @@ "longitude": -71.158647, "name": "Endicott", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, "id": "place-FB-0109", "links": { @@ -302564,7 +311110,8 @@ "longitude": -71.174254, "name": "Dedham Corporate Center", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-FB-0118", "links": { @@ -302619,7 +311166,8 @@ "longitude": -71.183961, "name": "Islington", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, "id": "place-FB-0125", "links": { @@ -302670,7 +311218,8 @@ "longitude": -71.196688, "name": "Norwood Depot", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-FB-0143", "links": { @@ -302721,7 +311270,8 @@ "longitude": -71.199665, "name": "Norwood Central", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-FB-0148", "links": { @@ -302776,7 +311326,8 @@ "longitude": -71.219366, "name": "Windsor Gardens", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, "id": "place-FB-0166", "links": { @@ -302823,7 +311374,8 @@ "longitude": -71.236125, "name": "Plimptonville", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, "id": "place-FB-0177", "links": { @@ -302866,7 +311418,8 @@ "longitude": -71.25779, "name": "Walpole", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, "id": "place-FB-0191", "links": { @@ -302913,7 +311466,8 @@ "longitude": -71.325217, "name": "Norfolk", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-FB-0230", "links": { @@ -302960,7 +311514,8 @@ "longitude": -71.396102, "name": "Franklin", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, "id": "place-FB-0275", "links": { @@ -303011,7 +311566,8 @@ "longitude": -71.43902, "name": "Forge Park/495", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-FB-0303", "links": { @@ -303058,7 +311614,8 @@ "longitude": -71.17619, "name": "Belmont", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, "id": "place-FR-0064", "links": { @@ -303122,7 +311679,8 @@ "longitude": -71.190744, "name": "Waverley", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, "id": "place-FR-0074", "links": { @@ -303186,7 +311744,8 @@ "longitude": -71.235615, "name": "Waltham", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-FR-0098", "links": { @@ -303254,7 +311813,8 @@ "longitude": -71.260065, "name": "Brandeis/Roberts", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-FR-0115", "links": { @@ -303313,7 +311873,8 @@ "longitude": -71.282411, "name": "Kendal Green", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, "id": "place-FR-0132", "links": { @@ -303364,7 +311925,8 @@ "longitude": -71.289203, "name": "Hastings", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, "id": "place-FR-0137", "links": { @@ -303415,7 +311977,8 @@ "longitude": -71.302357, "name": "Silver Hill", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, "id": "place-FR-0147", "links": { @@ -303466,7 +312029,8 @@ "longitude": -71.325512, "name": "Lincoln", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, "id": "place-FR-0167", "links": { @@ -303521,7 +312085,8 @@ "longitude": -71.357677, "name": "Concord", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, "id": "place-FR-0201", "links": { @@ -303580,7 +312145,8 @@ "longitude": -71.392892, "name": "West Concord", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-FR-0219", "links": { @@ -303635,7 +312201,8 @@ "longitude": -71.457744, "name": "South Acton", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-FR-0253", "links": { @@ -303690,7 +312257,8 @@ "longitude": -71.502643, "name": "Littleton/Route 495", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-FR-0301", "links": { @@ -303745,7 +312313,8 @@ "longitude": -71.588476, "name": "Ayer", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, "id": "place-FR-0361", "links": { @@ -303804,7 +312373,8 @@ "longitude": -71.648004, "name": "Shirley", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, "id": "place-FR-0394", "links": { @@ -303863,7 +312433,8 @@ "longitude": -71.739186, "name": "North Leominster", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-FR-0451", "links": { @@ -303918,7 +312489,8 @@ "longitude": -71.792611, "name": "Fitchburg", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-FR-0494", "links": { @@ -303965,7 +312537,8 @@ "longitude": -71.848488, "name": "Wachusett", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-FR-3338", "links": { @@ -304012,7 +312585,8 @@ "longitude": -71.26151, "name": "Foxboro", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-FS-0049", "links": { @@ -304055,7 +312629,8 @@ "longitude": -70.869254, "name": "Montserrat", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-GB-0198", "links": { @@ -304114,7 +312689,8 @@ "longitude": -70.825541, "name": "Prides Crossing", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, "id": "place-GB-0222", "links": { @@ -304165,7 +312741,8 @@ "longitude": -70.811405, "name": "Beverly Farms", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-GB-0229", "links": { @@ -304224,7 +312801,8 @@ "longitude": -70.77009, "name": "Manchester", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-GB-0254", "links": { @@ -304283,7 +312861,8 @@ "longitude": -70.705417, "name": "West Gloucester", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-GB-0296", "links": { @@ -304346,7 +312925,8 @@ "longitude": -70.668345, "name": "Gloucester", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-GB-0316", "links": { @@ -304397,7 +312977,8 @@ "longitude": -70.627055, "name": "Rockport", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-GB-0353", "links": { @@ -304444,7 +313025,8 @@ "longitude": -70.968152, "name": "Weymouth Landing/East Braintree", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-GRB-0118", "links": { @@ -304496,7 +313078,8 @@ "longitude": -70.9214, "name": "East Weymouth", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-GRB-0146", "links": { @@ -304539,7 +313122,8 @@ "longitude": -70.902708, "name": "West Hingham", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-GRB-0162", "links": { @@ -304582,7 +313166,8 @@ "longitude": -70.869205, "name": "Nantasket Junction", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-GRB-0183", "links": { @@ -304625,7 +313210,8 @@ "longitude": -70.837529, "name": "Cohasset", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-GRB-0199", "links": { @@ -304668,7 +313254,8 @@ "longitude": -70.788602, "name": "North Scituate", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-GRB-0233", "links": { @@ -304715,7 +313302,8 @@ "longitude": -70.746641, "name": "Greenbush", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-GRB-0276", "links": { @@ -304762,7 +313350,8 @@ "longitude": -70.721709, "name": "Kingston", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-KB-0351", "links": { @@ -304771,6 +313360,10 @@ "relationships": { "child_stops": { "data": [ + { + "id": "KB-0351-B1", + "type": "stop" + }, { "id": "KB-0351-S", "type": "stop" @@ -304805,7 +313398,8 @@ "longitude": -71.027371, "name": "Holbrook/Randolph", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-MM-0150", "links": { @@ -304852,7 +313446,8 @@ "longitude": -71.022001, "name": "Montello", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-MM-0186", "links": { @@ -304907,7 +313502,8 @@ "longitude": -71.016534, "name": "Brockton", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-MM-0200", "links": { @@ -304958,7 +313554,8 @@ "longitude": -71.011004, "name": "Campello", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-MM-0219", "links": { @@ -305001,7 +313598,8 @@ "longitude": -70.96537, "name": "Bridgewater", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-MM-0277", "links": { @@ -305048,7 +313646,8 @@ "longitude": -70.918444, "name": "Middleborough/Lakeville", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-MM-0356", "links": { @@ -305095,7 +313694,8 @@ "longitude": -71.130283, "name": "Roslindale Village", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-NB-0064", "links": { @@ -305112,6 +313712,10 @@ "id": "NB-0064-B1", "type": "stop" }, + { + "id": "NB-0064-B2", + "type": "stop" + }, { "id": "NB-0064-S", "type": "stop" @@ -305151,7 +313755,8 @@ "longitude": -71.145557, "name": "Bellevue", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-NB-0072", "links": { @@ -305164,6 +313769,14 @@ "id": "NB-0072-B", "type": "stop" }, + { + "id": "NB-0072-B0", + "type": "stop" + }, + { + "id": "NB-0072-B1", + "type": "stop" + }, { "id": "NB-0072-S", "type": "stop" @@ -305207,7 +313820,8 @@ "longitude": -71.153937, "name": "Highland", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-NB-0076", "links": { @@ -305220,6 +313834,14 @@ "id": "NB-0076-B", "type": "stop" }, + { + "id": "NB-0076-B0", + "type": "stop" + }, + { + "id": "NB-0076-B1", + "type": "stop" + }, { "id": "NB-0076-S", "type": "stop" @@ -305254,7 +313876,8 @@ "longitude": -71.160065, "name": "West Roxbury", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-NB-0080", "links": { @@ -305271,6 +313894,14 @@ "id": "NB-0080-B1", "type": "stop" }, + { + "id": "NB-0080-B2", + "type": "stop" + }, + { + "id": "NB-0080-B3", + "type": "stop" + }, { "id": "NB-0080-S", "type": "stop" @@ -305310,7 +313941,8 @@ "longitude": -71.215528, "name": "Hersey", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-NB-0109", "links": { @@ -305361,7 +313993,8 @@ "longitude": -71.235559, "name": "Needham Junction", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-NB-0120", "links": { @@ -305416,7 +314049,8 @@ "longitude": -71.237686, "name": "Needham Center", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-NB-0127", "links": { @@ -305429,6 +314063,14 @@ "id": "NB-0127-B", "type": "stop" }, + { + "id": "NB-0127-B0", + "type": "stop" + }, + { + "id": "NB-0127-B1", + "type": "stop" + }, { "id": "NB-0127-S", "type": "stop" @@ -305472,7 +314114,8 @@ "longitude": -71.236027, "name": "Needham Heights", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-NB-0137", "links": { @@ -305485,6 +314128,14 @@ "id": "NB-0137-B", "type": "stop" }, + { + "id": "NB-0137-B0", + "type": "stop" + }, + { + "id": "NB-0137-B1", + "type": "stop" + }, { "id": "NB-0137-S", "type": "stop" @@ -305528,7 +314179,8 @@ "longitude": -71.491147, "name": "Wickford Junction", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-NEC-1659", "links": { @@ -305575,7 +314227,8 @@ "longitude": -71.442453, "name": "TF Green Airport", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-NEC-1768", "links": { @@ -305622,7 +314275,8 @@ "longitude": -71.413301, "name": "Providence", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-NEC-1851", "links": { @@ -305693,7 +314347,8 @@ "longitude": -71.392, "name": "Pawtucket/Central Falls", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-NEC-1891", "links": { @@ -305760,7 +314415,8 @@ "longitude": -71.354621, "name": "South Attleboro", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-NEC-1919", "links": { @@ -305811,7 +314467,8 @@ "longitude": -71.285094, "name": "Attleboro", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-NEC-1969", "links": { @@ -305866,7 +314523,8 @@ "longitude": -71.219917, "name": "Mansfield", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-NEC-2040", "links": { @@ -305917,7 +314575,8 @@ "longitude": -71.184468, "name": "Sharon", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-NEC-2108", "links": { @@ -305968,7 +314627,8 @@ "longitude": -71.15376, "name": "Canton Junction", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-NEC-2139", "links": { @@ -306027,7 +314687,8 @@ "longitude": -71.147134, "name": "Route 128", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-NEC-2173", "links": { @@ -306078,7 +314739,8 @@ "longitude": -71.125526, "name": "Hyde Park", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-NEC-2203", "links": { @@ -306134,7 +314796,8 @@ "longitude": -71.133342, "name": "West Medford", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, "id": "place-NHRML-0055", "links": { @@ -306202,7 +314865,8 @@ "longitude": -71.140169, "name": "Wedgemere", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-NHRML-0073", "links": { @@ -306257,7 +314921,8 @@ "longitude": -71.13783, "name": "Winchester Center", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-NHRML-0078", "links": { @@ -306308,7 +314973,8 @@ "longitude": -71.137618, "name": "Mishawum", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, "id": "place-NHRML-0116", "links": { @@ -306359,7 +315025,8 @@ "longitude": -71.144475, "name": "Anderson/Woburn", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-NHRML-0127", "links": { @@ -306414,7 +315081,8 @@ "longitude": -71.174334, "name": "Wilmington", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-NHRML-0152", "links": { @@ -306469,7 +315137,8 @@ "longitude": -71.280995, "name": "North Billerica", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-NHRML-0218", "links": { @@ -306532,7 +315201,8 @@ "longitude": -71.314543, "name": "Lowell", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-NHRML-0254", "links": { @@ -306587,7 +315257,8 @@ "longitude": -70.953302, "name": "South Weymouth", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-PB-0158", "links": { @@ -306634,7 +315305,8 @@ "longitude": -70.934405, "name": "Abington", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-PB-0194", "links": { @@ -306677,7 +315349,8 @@ "longitude": -70.923411, "name": "Whitman", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-PB-0212", "links": { @@ -306720,7 +315393,8 @@ "longitude": -70.882438, "name": "Hanson", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-PB-0245", "links": { @@ -306763,7 +315437,8 @@ "longitude": -70.824263, "name": "Halifax", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-PB-0281", "links": { @@ -306776,6 +315451,10 @@ "id": "PB-0281", "type": "stop" }, + { + "id": "PB-0281-B0", + "type": "stop" + }, { "id": "PB-0281-CS", "type": "stop" @@ -306814,7 +315493,8 @@ "longitude": -70.690421, "name": "Plymouth", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-PB-0356", "links": { @@ -306857,7 +315537,8 @@ "longitude": -71.14628, "name": "Canton Center", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-SB-0156", "links": { @@ -306909,7 +315590,8 @@ "longitude": -71.103627, "name": "Stoughton", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-SB-0189", "links": { @@ -306952,7 +315634,8 @@ "longitude": -71.099974, "name": "Lansdowne", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-WML-0025", "links": { @@ -307003,7 +315686,8 @@ "longitude": -71.139883, "name": "Boston Landing", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-WML-0035", "links": { @@ -307066,7 +315750,8 @@ "longitude": -71.205408, "name": "Newtonville", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, "id": "place-WML-0081", "links": { @@ -307154,7 +315839,8 @@ "longitude": -71.230528, "name": "West Newton", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, "id": "place-WML-0091", "links": { @@ -307226,7 +315912,8 @@ "longitude": -71.250373, "name": "Auburndale", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, "id": "place-WML-0102", "links": { @@ -307293,7 +315980,8 @@ "longitude": -71.272288, "name": "Wellesley Farms", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, "id": "place-WML-0125", "links": { @@ -307344,7 +316032,8 @@ "longitude": -71.277044, "name": "Wellesley Hills", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, "id": "place-WML-0135", "links": { @@ -307403,7 +316092,8 @@ "longitude": -71.294173, "name": "Wellesley Square", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, "id": "place-WML-0147", "links": { @@ -307462,7 +316152,8 @@ "longitude": -71.347133, "name": "Natick Center", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, "id": "place-WML-0177", "links": { @@ -307521,7 +316212,8 @@ "longitude": -71.391797, "name": "West Natick", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-WML-0199", "links": { @@ -307580,7 +316272,8 @@ "longitude": -71.420055, "name": "Framingham", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-WML-0214", "links": { @@ -307635,7 +316328,8 @@ "longitude": -71.482161, "name": "Ashland", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-WML-0252", "links": { @@ -307690,7 +316384,8 @@ "longitude": -71.524371, "name": "Southborough", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-WML-0274", "links": { @@ -307741,7 +316436,8 @@ "longitude": -71.647076, "name": "Westborough", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-WML-0340", "links": { @@ -307792,7 +316488,8 @@ "longitude": -71.685325, "name": "Grafton", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-WML-0364", "links": { @@ -307843,7 +316540,8 @@ "longitude": -71.791806, "name": "Worcester", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-WML-0442", "links": { @@ -307886,7 +316584,8 @@ "longitude": -71.069379, "name": "Wyoming Hill", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, "id": "place-WR-0062", "links": { @@ -307962,7 +316661,8 @@ "longitude": -71.069789, "name": "Melrose/Cedar Park", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, "id": "place-WR-0067", "links": { @@ -308021,7 +316721,8 @@ "longitude": -71.068297, "name": "Melrose Highlands", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-WR-0075", "links": { @@ -308084,7 +316785,8 @@ "longitude": -71.067247, "name": "Greenwood", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, "id": "place-WR-0085", "links": { @@ -308143,7 +316845,8 @@ "longitude": -71.075566, "name": "Wakefield", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, "id": "place-WR-0099", "links": { @@ -308207,7 +316910,8 @@ "longitude": -71.108294, "name": "Reading", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-WR-0120", "links": { @@ -308259,7 +316963,8 @@ "longitude": -71.159696, "name": "North Wilmington", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, "id": "place-WR-0163", "links": { @@ -308310,7 +317015,8 @@ "longitude": -71.159962, "name": "Ballardvale", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-WR-0205", "links": { @@ -308365,7 +317071,8 @@ "longitude": -71.144502, "name": "Andover", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-WR-0228", "links": { @@ -308416,7 +317123,8 @@ "longitude": -71.15198, "name": "Lawrence", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-WR-0264", "links": { @@ -308463,7 +317171,8 @@ "longitude": -71.088411, "name": "Bradford", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-WR-0325", "links": { @@ -308518,7 +317227,8 @@ "longitude": -71.086237, "name": "Haverhill", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-WR-0329", "links": { @@ -308573,7 +317283,8 @@ "longitude": -71.141287, "name": "Alewife", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-alfcl", "links": { @@ -308607,7 +317318,7 @@ "type": "stop" }, { - "id": "door-alfcl-busway", + "id": "door-alfcl-alewifes", "type": "stop" }, { @@ -308625,6 +317336,334 @@ { "id": "door-alfcl-steel", "type": "stop" + }, + { + "id": "node-349-bottom", + "type": "stop" + }, + { + "id": "node-349-top", + "type": "stop" + }, + { + "id": "node-350-bottom", + "type": "stop" + }, + { + "id": "node-350-top", + "type": "stop" + }, + { + "id": "node-351-bottom", + "type": "stop" + }, + { + "id": "node-351-top", + "type": "stop" + }, + { + "id": "node-352-bottom", + "type": "stop" + }, + { + "id": "node-352-top", + "type": "stop" + }, + { + "id": "node-353-bottom", + "type": "stop" + }, + { + "id": "node-353-top", + "type": "stop" + }, + { + "id": "node-354-bottom", + "type": "stop" + }, + { + "id": "node-354-top", + "type": "stop" + }, + { + "id": "node-355-bottom", + "type": "stop" + }, + { + "id": "node-355-top", + "type": "stop" + }, + { + "id": "node-356-bottom", + "type": "stop" + }, + { + "id": "node-356-top", + "type": "stop" + }, + { + "id": "node-357-bottom", + "type": "stop" + }, + { + "id": "node-357-top", + "type": "stop" + }, + { + "id": "node-813-bottom", + "type": "stop" + }, + { + "id": "node-813-top", + "type": "stop" + }, + { + "id": "node-814-concourse", + "type": "stop" + }, + { + "id": "node-814-fifth", + "type": "stop" + }, + { + "id": "node-814-fourth", + "type": "stop" + }, + { + "id": "node-814-ground", + "type": "stop" + }, + { + "id": "node-814-second", + "type": "stop" + }, + { + "id": "node-814-third", + "type": "stop" + }, + { + "id": "node-815-concourse", + "type": "stop" + }, + { + "id": "node-815-fifth", + "type": "stop" + }, + { + "id": "node-815-fourth", + "type": "stop" + }, + { + "id": "node-815-ground", + "type": "stop" + }, + { + "id": "node-815-second", + "type": "stop" + }, + { + "id": "node-815-third", + "type": "stop" + }, + { + "id": "node-961-bottom", + "type": "stop" + }, + { + "id": "node-961-top", + "type": "stop" + }, + { + "id": "node-alfcl-buswaynorthstairs-bottom", + "type": "stop" + }, + { + "id": "node-alfcl-buswaynorthstairs-top", + "type": "stop" + }, + { + "id": "node-alfcl-buswayramp-bottom", + "type": "stop" + }, + { + "id": "node-alfcl-buswayramp-landing", + "type": "stop" + }, + { + "id": "node-alfcl-buswayramp-top", + "type": "stop" + }, + { + "id": "node-alfcl-buswayrampstairs-top", + "type": "stop" + }, + { + "id": "node-alfcl-buswaysouthstairs-bottom", + "type": "stop" + }, + { + "id": "node-alfcl-buswaysouthstairs-top", + "type": "stop" + }, + { + "id": "node-alfcl-cambridgesidepickstairs-top", + "type": "stop" + }, + { + "id": "node-alfcl-cambridgesideramp-bottom", + "type": "stop" + }, + { + "id": "node-alfcl-cambridgesideramp-landing", + "type": "stop" + }, + { + "id": "node-alfcl-cambridgesideramp-top", + "type": "stop" + }, + { + "id": "node-alfcl-eaststairs-bottom", + "type": "stop" + }, + { + "id": "node-alfcl-eaststairs-top", + "type": "stop" + }, + { + "id": "node-alfcl-egaragestairs-fifth", + "type": "stop" + }, + { + "id": "node-alfcl-egaragestairs-fourth", + "type": "stop" + }, + { + "id": "node-alfcl-egaragestairs-second", + "type": "stop" + }, + { + "id": "node-alfcl-egaragestairs-third", + "type": "stop" + }, + { + "id": "node-alfcl-fifth", + "type": "stop" + }, + { + "id": "node-alfcl-fourth", + "type": "stop" + }, + { + "id": "node-alfcl-groundparkingstairs-bottom", + "type": "stop" + }, + { + "id": "node-alfcl-groundparkingstairs-top", + "type": "stop" + }, + { + "id": "node-alfcl-main-farepaid", + "type": "stop" + }, + { + "id": "node-alfcl-main-fareunpaid", + "type": "stop" + }, + { + "id": "node-alfcl-mainstairs-concourse", + "type": "stop" + }, + { + "id": "node-alfcl-mainstairs-ground", + "type": "stop" + }, + { + "id": "node-alfcl-mainstairs-second", + "type": "stop" + }, + { + "id": "node-alfcl-pick", + "type": "stop" + }, + { + "id": "node-alfcl-pickstairs-bottom", + "type": "stop" + }, + { + "id": "node-alfcl-pickstairs-top", + "type": "stop" + }, + { + "id": "node-alfcl-russell-farepaid", + "type": "stop" + }, + { + "id": "node-alfcl-russell-fareunpaid", + "type": "stop" + }, + { + "id": "node-alfcl-russellstairs-bottom", + "type": "stop" + }, + { + "id": "node-alfcl-russellstairs-top", + "type": "stop" + }, + { + "id": "node-alfcl-second", + "type": "stop" + }, + { + "id": "node-alfcl-steelplramp-bottom", + "type": "stop" + }, + { + "id": "node-alfcl-steelplramp-landing", + "type": "stop" + }, + { + "id": "node-alfcl-steelplramp-top", + "type": "stop" + }, + { + "id": "node-alfcl-steelplstairs-top", + "type": "stop" + }, + { + "id": "node-alfcl-third", + "type": "stop" + }, + { + "id": "node-alfcl-weststairs-bottom", + "type": "stop" + }, + { + "id": "node-alfcl-weststairs-top", + "type": "stop" + }, + { + "id": "node-alfcl-wgaragestairs-concourse", + "type": "stop" + }, + { + "id": "node-alfcl-wgaragestairs-fifth", + "type": "stop" + }, + { + "id": "node-alfcl-wgaragestairs-fourth", + "type": "stop" + }, + { + "id": "node-alfcl-wgaragestairs-ground", + "type": "stop" + }, + { + "id": "node-alfcl-wgaragestairs-second", + "type": "stop" + }, + { + "id": "node-alfcl-wgaragestairs-third", + "type": "stop" } ] }, @@ -308653,7 +317692,8 @@ "longitude": -71.137955, "name": "Allston Street", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, "id": "place-alsgr", "links": { @@ -308697,7 +317737,8 @@ "longitude": -71.114748, "name": "Amory Street", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-amory", "links": { @@ -308762,7 +317803,8 @@ "longitude": -71.057655, "name": "Andrew", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-andrw", "links": { @@ -308931,7 +317973,8 @@ "longitude": -71.030395, "name": "Airport", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-aport", "links": { @@ -309111,7 +318154,8 @@ "longitude": -71.051652, "name": "Aquarium", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-aqucl", "links": { @@ -309364,7 +318408,8 @@ "longitude": -71.070893, "name": "Arlington", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-armnl", "links": { @@ -309529,7 +318574,8 @@ "longitude": -71.063777, "name": "Ashmont", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-asmnl", "links": { @@ -309705,7 +318751,8 @@ "longitude": -71.077257, "name": "Assembly", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-astao", "links": { @@ -309853,7 +318900,8 @@ "longitude": -71.119924, "name": "Babcock Street", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-babck", "links": { @@ -309922,7 +318970,8 @@ "longitude": -71.111003, "name": "Ball Square", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-balsq", "links": { @@ -310011,7 +319060,8 @@ "longitude": -71.075727, "name": "Back Bay", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-bbsta", "links": { @@ -310347,7 +319397,8 @@ "longitude": -71.111313, "name": "Back of the Hill", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, "id": "place-bckhl", "links": { @@ -310400,7 +319451,8 @@ "longitude": -71.140455, "name": "Beaconsfield", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-bcnfd", "links": { @@ -310464,7 +319516,8 @@ "longitude": -71.13533, "name": "Washington Square", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-bcnwa", "links": { @@ -310521,7 +319574,8 @@ "longitude": -71.033884, "name": "Bellingham Square", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-belsq", "links": { @@ -310606,7 +319660,8 @@ "longitude": -71.100258, "name": "Blandford Street", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, "id": "place-bland", "links": { @@ -310659,7 +319714,8 @@ "longitude": -70.992319, "name": "Beachmont", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-bmmnl", "links": { @@ -310780,7 +319836,8 @@ "longitude": -71.129082, "name": "Brandon Hall", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, "id": "place-bndhl", "links": { @@ -310833,7 +319890,8 @@ "longitude": -71.062037, "name": "Bowdoin", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, "id": "place-bomnl", "links": { @@ -310925,7 +319983,8 @@ "longitude": -71.028365, "name": "Box District", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-boxdt", "links": { @@ -310969,7 +320028,8 @@ "longitude": -71.06459, "name": "Boylston", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, "id": "place-boyls", "links": { @@ -311050,7 +320110,8 @@ "longitude": -71.056967, "name": "Broadway", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-brdwy", "links": { @@ -311159,7 +320220,8 @@ "longitude": -71.125031, "name": "Packard's Corner", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, "id": "place-brico", "links": { @@ -311216,7 +320278,8 @@ "longitude": -71.126683, "name": "Brookline Hills", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-brkhl", "links": { @@ -311277,7 +320340,8 @@ "longitude": -71.104609, "name": "Brigham Circle", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-brmnl", "links": { @@ -311338,7 +320402,8 @@ "longitude": -71.001138, "name": "Braintree", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-brntn", "links": { @@ -311489,7 +320554,8 @@ "longitude": -71.106865, "name": "Boston University Central", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-bucen", "links": { @@ -311542,7 +320608,8 @@ "longitude": -71.103889, "name": "Boston University East", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-buest", "links": { @@ -311595,7 +320662,8 @@ "longitude": -71.062519, "name": "Butler", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-butlr", "links": { @@ -311651,7 +320719,8 @@ "longitude": -71.116857, "name": "Brookline Village", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-bvmnl", "links": { @@ -311732,7 +320801,8 @@ "longitude": -71.087338, "name": "Capen Street", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-capst", "links": { @@ -311784,7 +320854,8 @@ "longitude": -71.069533, "name": "Community College", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-ccmnl", "links": { @@ -311868,7 +320939,8 @@ "longitude": -71.060394, "name": "Cedar Grove", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-cedgr", "links": { @@ -311925,7 +320997,8 @@ "longitude": -71.073444, "name": "Central Avenue", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-cenav", "links": { @@ -311994,7 +321067,8 @@ "longitude": -71.041314, "name": "Chelsea", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-chels", "links": { @@ -312122,7 +321196,8 @@ "longitude": -71.164699, "name": "Chestnut Hill", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-chhil", "links": { @@ -312190,7 +321265,8 @@ "longitude": -71.15316, "name": "Chestnut Hill Avenue", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, "id": "place-chill", "links": { @@ -312251,7 +321327,8 @@ "longitude": -71.070628, "name": "Charles/MGH", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-chmnl", "links": { @@ -312360,7 +321437,8 @@ "longitude": -71.062752, "name": "Chinatown", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-chncl", "links": { @@ -312497,7 +321575,8 @@ "longitude": -71.150711, "name": "Chiswick Road", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, "id": "place-chswk", "links": { @@ -312521,10 +321600,6 @@ { "id": "9070114", "type": "stop" - }, - { - "id": "9070115", - "type": "stop" } ] }, @@ -312550,7 +321625,8 @@ "longitude": -71.149326, "name": "Cleveland Circle", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-clmnl", "links": { @@ -312603,7 +321679,8 @@ "longitude": -71.103802, "name": "Central", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-cntsq", "links": { @@ -312759,6 +321836,10 @@ { "id": "1059", "type": "stop" + }, + { + "id": "9070070", + "type": "stop" } ] }, @@ -312784,7 +321865,8 @@ "longitude": -71.077447, "name": "Copley", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-coecl", "links": { @@ -312897,7 +321979,8 @@ "longitude": -71.038385, "name": "Silver Line Way", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-conrd", "links": { @@ -312941,7 +322024,8 @@ "longitude": -71.121263, "name": "Coolidge Corner", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-cool", "links": { @@ -313002,7 +322086,8 @@ "longitude": -71.04685, "name": "Courthouse", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-crtst", "links": { @@ -313239,7 +322324,8 @@ "longitude": -71.121815, "name": "Davis", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-davis", "links": { @@ -313432,7 +322518,8 @@ "longitude": -71.141853, "name": "Dean Road", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, "id": "place-denrd", "links": { @@ -313485,7 +322572,8 @@ "longitude": -71.060225, "name": "Downtown Crossing", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-dwnxg", "links": { @@ -313854,7 +322942,8 @@ "longitude": -71.216684, "name": "Eliot", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-eliot", "links": { @@ -313930,7 +323019,8 @@ "longitude": -71.14566, "name": "Englewood Avenue", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, "id": "place-engav", "links": { @@ -313983,7 +323073,8 @@ "longitude": -71.086625, "name": "East Somerville", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-esomr", "links": { @@ -314031,7 +323122,8 @@ "longitude": -71.023859, "name": "Eastern Avenue", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-estav", "links": { @@ -314084,7 +323176,8 @@ "longitude": -71.131073, "name": "Fairbanks Street", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, "id": "place-fbkst", "links": { @@ -314137,7 +323230,8 @@ "longitude": -71.105728, "name": "Fenwood Road", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, "id": "place-fenwd", "links": { @@ -314190,7 +323284,8 @@ "longitude": -71.104213, "name": "Fenway", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-fenwy", "links": { @@ -314255,7 +323350,8 @@ "longitude": -71.061667, "name": "Fields Corner", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-fldcr", "links": { @@ -314367,7 +323463,8 @@ "longitude": -71.113943, "name": "Forest Hills", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-forhl", "links": { @@ -314594,7 +323691,8 @@ "longitude": -71.096766, "name": "Gilman Square", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-gilmn", "links": { @@ -314695,7 +323793,8 @@ "longitude": -71.059215, "name": "Government Center", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-gover", "links": { @@ -314856,7 +323955,8 @@ "longitude": -71.134949, "name": "Griggs Street", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, "id": "place-grigg", "links": { @@ -314909,7 +324009,8 @@ "longitude": -71.107414, "name": "Green Street", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-grnst", "links": { @@ -314998,7 +324099,8 @@ "longitude": -71.05829, "name": "Haymarket", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-haecl", "links": { @@ -315211,10 +324313,6 @@ "id": "8309", "type": "stop" }, - { - "id": "9070025", - "type": "stop" - }, { "id": "9070024", "type": "stop" @@ -315243,7 +324341,8 @@ "longitude": -71.118956, "name": "Harvard", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-harsq", "links": { @@ -315253,19 +324352,39 @@ "child_stops": { "data": [ { - "id": "2076", + "id": "70067", + "type": "stop" + }, + { + "id": "70068", "type": "stop" }, { - "id": "20761", + "id": "76121", "type": "stop" }, { - "id": "70067", + "id": "76122", "type": "stop" }, { - "id": "70068", + "id": "76123", + "type": "stop" + }, + { + "id": "76124", + "type": "stop" + }, + { + "id": "76125", + "type": "stop" + }, + { + "id": "76126", + "type": "stop" + }, + { + "id": "76127", "type": "stop" }, { @@ -315436,10 +324555,6 @@ "id": "110", "type": "stop" }, - { - "id": "2168", - "type": "stop" - }, { "id": "22549", "type": "stop" @@ -315468,7 +324583,8 @@ "longitude": -71.131355, "name": "Harvard Avenue", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-harvd", "links": { @@ -315489,10 +324605,6 @@ }, "connecting_stops": { "data": [ - { - "id": "9070131", - "type": "stop" - }, { "id": "9070130", "type": "stop" @@ -315529,7 +324641,8 @@ "longitude": -71.110252, "name": "Heath Street", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-hsmnl", "links": { @@ -315586,7 +324699,8 @@ "longitude": -71.111145, "name": "Hawes Street", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, "id": "place-hwsst", "links": { @@ -315639,7 +324753,8 @@ "longitude": -71.087903, "name": "Hynes Convention Center", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, "id": "place-hymnl", "links": { @@ -315729,15 +324844,15 @@ "type": "stop" }, { - "id": "11391", + "id": "79", "type": "stop" }, { - "id": "1932", + "id": "11391", "type": "stop" }, { - "id": "79", + "id": "1932", "type": "stop" }, { @@ -315772,7 +324887,8 @@ "longitude": -71.099592, "name": "Jackson Square", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-jaksn", "links": { @@ -315861,7 +324977,8 @@ "longitude": -71.052391, "name": "JFK/UMass", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-jfk", "links": { @@ -316100,7 +325217,8 @@ "longitude": -71.095169, "name": "Kenmore", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-kencl", "links": { @@ -316289,7 +325407,8 @@ "longitude": -71.086176, "name": "Kendall/MIT", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-knncl", "links": { @@ -316330,14 +325449,6 @@ "id": "door-knncl-sbsecond", "type": "stop" }, - { - "id": "node-362-entrance", - "type": "stop" - }, - { - "id": "node-362-platform", - "type": "stop" - }, { "id": "node-450-entrance", "type": "stop" @@ -316482,7 +325593,8 @@ "longitude": -71.114197, "name": "Kent Street", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, "id": "place-kntst", "links": { @@ -316535,7 +325647,8 @@ "longitude": -71.166769, "name": "Boston College", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-lake", "links": { @@ -316584,7 +325697,8 @@ "longitude": -71.076584, "name": "Lechmere", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-lech", "links": { @@ -316693,7 +325807,8 @@ "longitude": -71.100052, "name": "Longwood Medical Area", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-lngmd", "links": { @@ -316746,7 +325861,8 @@ "longitude": -71.109956, "name": "Longwood", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-longw", "links": { @@ -316834,7 +325950,8 @@ "longitude": -71.083423, "name": "Massachusetts Avenue", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-masta", "links": { @@ -316983,7 +326100,8 @@ "longitude": -71.092486, "name": "Mattapan", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-matt", "links": { @@ -317051,7 +326169,8 @@ "longitude": -71.117044, "name": "Medford/Tufts", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-mdftf", "links": { @@ -317128,7 +326247,8 @@ "longitude": -71.095512, "name": "Museum of Fine Arts", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-mfa", "links": { @@ -317189,7 +326309,8 @@ "longitude": -71.106388, "name": "Magoun Square", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-mgngl", "links": { @@ -317269,7 +326390,8 @@ "longitude": -71.067266, "name": "Milton", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-miltt", "links": { @@ -317330,7 +326452,8 @@ "longitude": -71.109756, "name": "Mission Park", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, "id": "place-mispk", "links": { @@ -317383,7 +326506,8 @@ "longitude": -71.07411, "name": "Malden Center", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-mlmnl", "links": { @@ -317542,7 +326666,8 @@ "longitude": -71.03953, "name": "Maverick", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-mvbcl", "links": { @@ -317691,7 +326816,8 @@ "longitude": -71.205509, "name": "Newton Highlands", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-newtn", "links": { @@ -317716,6 +326842,10 @@ "id": "8203", "type": "stop" }, + { + "id": "9070168", + "type": "stop" + }, { "id": "door-newtn-hyde", "type": "stop" @@ -317749,7 +326879,7 @@ "connecting_stops": { "data": [ { - "id": "9070168", + "id": "9070169", "type": "stop" }, { @@ -317784,7 +326914,8 @@ "longitude": -71.192414, "name": "Newton Centre", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-newto", "links": { @@ -317889,7 +327020,8 @@ "longitude": -71.06129, "name": "North Station", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-north", "links": { @@ -317970,6 +327102,14 @@ "id": "door-north-causewaye", "type": "stop" }, + { + "id": "door-north-causewayexite", + "type": "stop" + }, + { + "id": "door-north-causewayexitw", + "type": "stop" + }, { "id": "door-north-causeways", "type": "stop" @@ -317982,6 +327122,10 @@ "id": "door-north-crcauseway", "type": "stop" }, + { + "id": "door-north-crcausewayw", + "type": "stop" + }, { "id": "door-north-crnashua", "type": "stop" @@ -317993,6 +327137,330 @@ { "id": "door-north-valenti", "type": "stop" + }, + { + "id": "door-north-valentiexite", + "type": "stop" + }, + { + "id": "door-north-valentiexitw", + "type": "stop" + }, + { + "id": "node-302-bottom", + "type": "stop" + }, + { + "id": "node-302-top", + "type": "stop" + }, + { + "id": "node-303-bottom", + "type": "stop" + }, + { + "id": "node-303-top", + "type": "stop" + }, + { + "id": "node-304-bottom", + "type": "stop" + }, + { + "id": "node-304-top", + "type": "stop" + }, + { + "id": "node-384-bottom", + "type": "stop" + }, + { + "id": "node-384-top", + "type": "stop" + }, + { + "id": "node-385-bottom", + "type": "stop" + }, + { + "id": "node-385-top", + "type": "stop" + }, + { + "id": "node-391-bottom", + "type": "stop" + }, + { + "id": "node-391-top", + "type": "stop" + }, + { + "id": "node-392-bottom", + "type": "stop" + }, + { + "id": "node-392-top", + "type": "stop" + }, + { + "id": "node-393-bottom", + "type": "stop" + }, + { + "id": "node-393-top", + "type": "stop" + }, + { + "id": "node-447-bottom", + "type": "stop" + }, + { + "id": "node-447-top", + "type": "stop" + }, + { + "id": "node-731-bottom", + "type": "stop" + }, + { + "id": "node-731-top", + "type": "stop" + }, + { + "id": "node-732-bottom", + "type": "stop" + }, + { + "id": "node-732-top", + "type": "stop" + }, + { + "id": "node-909-bottom", + "type": "stop" + }, + { + "id": "node-909-top", + "type": "stop" + }, + { + "id": "node-910-bottom", + "type": "stop" + }, + { + "id": "node-910-top", + "type": "stop" + }, + { + "id": "node-911-bottom", + "type": "stop" + }, + { + "id": "node-911-top", + "type": "stop" + }, + { + "id": "node-912-bottom", + "type": "stop" + }, + { + "id": "node-912-top", + "type": "stop" + }, + { + "id": "node-north-causeway-farepaid", + "type": "stop" + }, + { + "id": "node-north-causeway-fareunpaid", + "type": "stop" + }, + { + "id": "node-north-causeway-lobby", + "type": "stop" + }, + { + "id": "node-north-causewayexite-farepaid", + "type": "stop" + }, + { + "id": "node-north-causewayexite-fareunpaid", + "type": "stop" + }, + { + "id": "node-north-causewayexitw-farepaid", + "type": "stop" + }, + { + "id": "node-north-causewayexitw-fareunpaid", + "type": "stop" + }, + { + "id": "node-north-causewayoakgrove-stairs-bottom", + "type": "stop" + }, + { + "id": "node-north-causewayoakgrove-stairs-top", + "type": "stop" + }, + { + "id": "node-north-causewaystairs-bottom", + "type": "stop" + }, + { + "id": "node-north-causewaystairs-top", + "type": "stop" + }, + { + "id": "node-north-centerstairs-bottom", + "type": "stop" + }, + { + "id": "node-north-centerstairs-top", + "type": "stop" + }, + { + "id": "node-north-cr-lobby", + "type": "stop" + }, + { + "id": "node-north-crgates-main-farepaid", + "type": "stop" + }, + { + "id": "node-north-crgates-main-fareunpaid", + "type": "stop" + }, + { + "id": "node-north-crgates-west-farepaid", + "type": "stop" + }, + { + "id": "node-north-crgates-west-fareunpaid", + "type": "stop" + }, + { + "id": "node-north-eastramp-bottom", + "type": "stop" + }, + { + "id": "node-north-eastramp-top", + "type": "stop" + }, + { + "id": "node-north-eaststairs-bottom", + "type": "stop" + }, + { + "id": "node-north-eaststairs-top", + "type": "stop" + }, + { + "id": "node-north-ecausewayexitstairs-bottom", + "type": "stop" + }, + { + "id": "node-north-ecausewayexitstairs-top", + "type": "stop" + }, + { + "id": "node-north-evalentiexitstairs-bottom", + "type": "stop" + }, + { + "id": "node-north-evalentiexitstairs-top", + "type": "stop" + }, + { + "id": "node-north-northstairs-bottom", + "type": "stop" + }, + { + "id": "node-north-northstairs-top", + "type": "stop" + }, + { + "id": "node-north-passageway-cr", + "type": "stop" + }, + { + "id": "node-north-passageway-subway", + "type": "stop" + }, + { + "id": "node-north-passagewaystairs-bottom", + "type": "stop" + }, + { + "id": "node-north-passagewaystairs-top", + "type": "stop" + }, + { + "id": "node-north-southstairs-bottom", + "type": "stop" + }, + { + "id": "node-north-southstairs-top", + "type": "stop" + }, + { + "id": "node-north-valenti-farepaid", + "type": "stop" + }, + { + "id": "node-north-valenti-fareunpaid", + "type": "stop" + }, + { + "id": "node-north-valenti-lobby", + "type": "stop" + }, + { + "id": "node-north-valenti-streetstairs-bottom", + "type": "stop" + }, + { + "id": "node-north-valenti-streetstairs-top", + "type": "stop" + }, + { + "id": "node-north-valentiexite-farepaid", + "type": "stop" + }, + { + "id": "node-north-valentiexite-fareunpaid", + "type": "stop" + }, + { + "id": "node-north-valentiexitw-farepaid", + "type": "stop" + }, + { + "id": "node-north-valentiexitw-fareunpaid", + "type": "stop" + }, + { + "id": "node-north-valentioakgrove-stairs-bottom", + "type": "stop" + }, + { + "id": "node-north-valentioakgrove-stairs-top", + "type": "stop" + }, + { + "id": "node-north-wcausewayexitstairs-bottom", + "type": "stop" + }, + { + "id": "node-north-wcausewayexitstairs-top", + "type": "stop" + }, + { + "id": "node-north-wvalentiexitstairs-bottom", + "type": "stop" + }, + { + "id": "node-north-wvalentiexitstairs-top", + "type": "stop" } ] }, @@ -318009,6 +327477,10 @@ { "id": "113", "type": "stop" + }, + { + "id": "9070090", + "type": "stop" } ] }, @@ -318037,7 +327509,8 @@ "longitude": -71.029583, "name": "North Quincy", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-nqncy", "links": { @@ -318193,7 +327666,12 @@ ] }, "connecting_stops": { - "data": [] + "data": [ + { + "id": "9370024", + "type": "stop" + } + ] }, "facilities": { "links": { @@ -318217,7 +327695,8 @@ "longitude": -71.083982, "name": "Nubian", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-nubn", "links": { @@ -318266,7 +327745,8 @@ "longitude": -71.088806, "name": "Northeastern University", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-nuniv", "links": { @@ -318319,7 +327799,8 @@ "longitude": -71.071097, "name": "Oak Grove", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-ogmnl", "links": { @@ -318519,7 +328000,8 @@ "longitude": -71.004736, "name": "Orient Heights", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-orhte", "links": { @@ -318679,7 +328161,8 @@ "longitude": -71.062424, "name": "Park Street", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-pktrm", "links": { @@ -319044,7 +328527,8 @@ "longitude": -71.119149, "name": "Porter", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-portr", "links": { @@ -319316,7 +328800,8 @@ "longitude": -71.081696, "name": "Prudential", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-prmnl", "links": { @@ -319485,7 +328970,8 @@ "longitude": -71.007153, "name": "Quincy Adams", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-qamnl", "links": { @@ -319510,6 +328996,10 @@ "id": "door-qamnl-burgin", "type": "stop" }, + { + "id": "door-qamnl-centre", + "type": "stop" + }, { "id": "door-qamnl-indep", "type": "stop" @@ -319517,6 +329007,214 @@ { "id": "door-qamnl-pickup", "type": "stop" + }, + { + "id": "node-344-bottom", + "type": "stop" + }, + { + "id": "node-344-top", + "type": "stop" + }, + { + "id": "node-345-bottom", + "type": "stop" + }, + { + "id": "node-345-top", + "type": "stop" + }, + { + "id": "node-346-bottom", + "type": "stop" + }, + { + "id": "node-346-top", + "type": "stop" + }, + { + "id": "node-347-bottom", + "type": "stop" + }, + { + "id": "node-347-top", + "type": "stop" + }, + { + "id": "node-348-bottom", + "type": "stop" + }, + { + "id": "node-348-top", + "type": "stop" + }, + { + "id": "node-736-bottom", + "type": "stop" + }, + { + "id": "node-736-top", + "type": "stop" + }, + { + "id": "node-805-bottom", + "type": "stop" + }, + { + "id": "node-805-top", + "type": "stop" + }, + { + "id": "node-806-fifth", + "type": "stop" + }, + { + "id": "node-806-fourth", + "type": "stop" + }, + { + "id": "node-806-ground", + "type": "stop" + }, + { + "id": "node-806-second", + "type": "stop" + }, + { + "id": "node-806-sixth", + "type": "stop" + }, + { + "id": "node-806-third", + "type": "stop" + }, + { + "id": "node-807-fifth", + "type": "stop" + }, + { + "id": "node-807-fourth", + "type": "stop" + }, + { + "id": "node-807-ground", + "type": "stop" + }, + { + "id": "node-807-second", + "type": "stop" + }, + { + "id": "node-807-sixth", + "type": "stop" + }, + { + "id": "node-807-third", + "type": "stop" + }, + { + "id": "node-qamnl-busway-centerdoor", + "type": "stop" + }, + { + "id": "node-qamnl-busway-northdoor", + "type": "stop" + }, + { + "id": "node-qamnl-busway-southdoor", + "type": "stop" + }, + { + "id": "node-qamnl-farepaid", + "type": "stop" + }, + { + "id": "node-qamnl-fareunpaid", + "type": "stop" + }, + { + "id": "node-qamnl-fifth-lobby", + "type": "stop" + }, + { + "id": "node-qamnl-fourth-lobby", + "type": "stop" + }, + { + "id": "node-qamnl-ngaragestairs-fifth", + "type": "stop" + }, + { + "id": "node-qamnl-ngaragestairs-fourth", + "type": "stop" + }, + { + "id": "node-qamnl-ngaragestairs-ground", + "type": "stop" + }, + { + "id": "node-qamnl-ngaragestairs-second", + "type": "stop" + }, + { + "id": "node-qamnl-ngaragestairs-sixth", + "type": "stop" + }, + { + "id": "node-qamnl-ngaragestairs-third", + "type": "stop" + }, + { + "id": "node-qamnl-northstairs-bottom", + "type": "stop" + }, + { + "id": "node-qamnl-northstairs-top", + "type": "stop" + }, + { + "id": "node-qamnl-second-lobby", + "type": "stop" + }, + { + "id": "node-qamnl-sgaragestairs-fifth", + "type": "stop" + }, + { + "id": "node-qamnl-sgaragestairs-fourth", + "type": "stop" + }, + { + "id": "node-qamnl-sgaragestairs-ground", + "type": "stop" + }, + { + "id": "node-qamnl-sgaragestairs-second", + "type": "stop" + }, + { + "id": "node-qamnl-sgaragestairs-sixth", + "type": "stop" + }, + { + "id": "node-qamnl-sgaragestairs-third", + "type": "stop" + }, + { + "id": "node-qamnl-sixth-lobby", + "type": "stop" + }, + { + "id": "node-qamnl-southstairs-bottom", + "type": "stop" + }, + { + "id": "node-qamnl-southstairs-top", + "type": "stop" + }, + { + "id": "node-qamnl-third-lobby", + "type": "stop" } ] }, @@ -319554,7 +329252,8 @@ "longitude": -71.005409, "name": "Quincy Center", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-qnctr", "links": { @@ -319714,7 +329413,8 @@ "longitude": -70.992533, "name": "Revere Beach", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-rbmnl", "links": { @@ -319851,7 +329551,8 @@ "longitude": -71.095451, "name": "Roxbury Crossing", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-rcmnl", "links": { @@ -319948,7 +329649,8 @@ "longitude": -71.252685, "name": "Riverside", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-river", "links": { @@ -320004,7 +329706,12 @@ ] }, "connecting_stops": { - "data": [] + "data": [ + { + "id": "9070160", + "type": "stop" + } + ] }, "facilities": { "links": { @@ -320028,7 +329735,8 @@ "longitude": -71.148758, "name": "Reservoir", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-rsmnl", "links": { @@ -320041,6 +329749,10 @@ "id": "21917", "type": "stop" }, + { + "id": "21918", + "type": "stop" + }, { "id": "70174", "type": "stop" @@ -320113,7 +329825,8 @@ "longitude": -71.088961, "name": "Ruggles", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-rugg", "links": { @@ -320369,7 +330082,8 @@ "longitude": -71.111931, "name": "Riverway", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, "id": "place-rvrwy", "links": { @@ -320426,7 +330140,8 @@ "longitude": -71.104248, "name": "Stony Brook", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-sbmnl", "links": { @@ -320511,7 +330226,8 @@ "longitude": -70.997123, "name": "Suffolk Downs", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-sdmnl", "links": { @@ -320644,7 +330360,8 @@ "longitude": -71.053331, "name": "Savin Hill", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-shmnl", "links": { @@ -320752,7 +330469,8 @@ "longitude": -71.107353, "name": "Saint Mary's Street", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-smary", "links": { @@ -320805,7 +330523,8 @@ "longitude": -71.065738, "name": "Shawmut", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-smmnl", "links": { @@ -320893,7 +330612,8 @@ "longitude": -71.157661, "name": "South Street", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, "id": "place-sougr", "links": { @@ -320946,7 +330666,8 @@ "longitude": -71.067666, "name": "Science Park/West End", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-spmnl", "links": { @@ -321063,10 +330784,6 @@ }, "connecting_stops": { "data": [ - { - "id": "9070093", - "type": "stop" - }, { "id": "9070091", "type": "stop" @@ -321095,7 +330812,8 @@ "longitude": -71.055242, "name": "South Station", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-sstat", "links": { @@ -321599,7 +331317,8 @@ "longitude": -71.057598, "name": "State", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-state", "links": { @@ -321948,7 +331667,8 @@ "longitude": -71.146202, "name": "Sutherland Road", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, "id": "place-sthld", "links": { @@ -321969,10 +331689,6 @@ }, "connecting_stops": { "data": [ - { - "id": "9070117", - "type": "stop" - }, { "id": "9070116", "type": "stop" @@ -322001,7 +331717,8 @@ "longitude": -71.116997, "name": "Saint Paul Street", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, "id": "place-stpul", "links": { @@ -322054,7 +331771,8 @@ "longitude": -71.076994, "name": "Sullivan Square", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-sull", "links": { @@ -322067,10 +331785,6 @@ "id": "29001", "type": "stop" }, - { - "id": "29002", - "type": "stop" - }, { "id": "29003", "type": "stop" @@ -322230,7 +331944,8 @@ "longitude": -71.12561, "name": "Summit Avenue", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, "id": "place-sumav", "links": { @@ -322283,7 +331998,8 @@ "longitude": -71.085056, "name": "Symphony", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, "id": "place-symcl", "links": { @@ -322432,7 +332148,8 @@ "longitude": -71.138702, "name": "Tappan Street", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, "id": "place-tapst", "links": { @@ -322485,7 +332202,8 @@ "longitude": -71.063917, "name": "Tufts Medical Center", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-tumnl", "links": { @@ -322662,7 +332380,8 @@ "longitude": -71.094761, "name": "Union Square", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-unsqu", "links": { @@ -322724,11 +332443,15 @@ "connecting_stops": { "data": [ { - "id": "2531", + "id": "9070503", "type": "stop" }, { - "id": "9070503", + "id": "12530", + "type": "stop" + }, + { + "id": "2531", "type": "stop" }, { @@ -322759,7 +332482,8 @@ "longitude": -71.081343, "name": "Valley Road", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, "id": "place-valrd", "links": { @@ -322824,7 +332548,8 @@ "longitude": -71.230609, "name": "Waban", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-waban", "links": { @@ -322905,7 +332630,8 @@ "longitude": -71.142853, "name": "Washington Street", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-wascm", "links": { @@ -322927,11 +332653,11 @@ "connecting_stops": { "data": [ { - "id": "9070121", + "id": "9070120", "type": "stop" }, { - "id": "9070120", + "id": "9070121", "type": "stop" }, { @@ -322970,7 +332696,8 @@ "longitude": -71.077082, "name": "Wellington", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-welln", "links": { @@ -322980,7 +332707,35 @@ "child_stops": { "data": [ { - "id": "5271", + "id": "52710", + "type": "stop" + }, + { + "id": "52711", + "type": "stop" + }, + { + "id": "52712", + "type": "stop" + }, + { + "id": "52713", + "type": "stop" + }, + { + "id": "52714", + "type": "stop" + }, + { + "id": "52715", + "type": "stop" + }, + { + "id": "52716", + "type": "stop" + }, + { + "id": "52720", "type": "stop" }, { @@ -323102,7 +332857,8 @@ "longitude": -71.022865, "name": "Wood Island", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-wimnl", "links": { @@ -323250,7 +333006,8 @@ "longitude": -71.020337, "name": "Wollaston", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-wlsta", "links": { @@ -323455,7 +333212,8 @@ "longitude": -70.991648, "name": "Wonderland", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-wondl", "links": { @@ -323465,7 +333223,23 @@ "child_stops": { "data": [ { - "id": "15795", + "id": "15796", + "type": "stop" + }, + { + "id": "15797", + "type": "stop" + }, + { + "id": "15798", + "type": "stop" + }, + { + "id": "15799", + "type": "stop" + }, + { + "id": "15800", "type": "stop" }, { @@ -323683,7 +333457,8 @@ "longitude": -71.243362, "name": "Woodland", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-woodl", "links": { @@ -323740,7 +333515,8 @@ "longitude": -71.140457, "name": "Warren Street", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, "id": "place-wrnst", "links": { @@ -323793,7 +333569,8 @@ "longitude": -71.04246, "name": "World Trade Center", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, "id": "place-wtcst", "links": { @@ -323942,27 +333719,28 @@ "included": [ { "attributes": { - "description": "Harvard - Bottom of stairs between Harvard Square landing and lobby", - "latitude": null, + "description": "Porter - Lobby level of Elevator 982 between street and lobby", + "latitude": 42.388288, "location_type": 3, - "longitude": null, - "name": "Harvard", + "longitude": -71.118866, + "name": "Porter", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-harsq-sqlowstair-lobby", + "id": "node-982-lobby", "links": { - "self": "/stops/node-harsq-sqlowstair-lobby" + "self": "/stops/node-982-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-harsq-sqlowstair-lobby" + "related": "/facilities/?filter[stop]=node-982-lobby" } }, "parent_station": { "data": { - "id": "place-harsq", + "id": "place-portr", "type": "stop" } }, @@ -323974,27 +333752,28 @@ }, { "attributes": { - "description": "Andrew - Elevator", - "latitude": 42.330017, - "location_type": 2, - "longitude": -71.057684, - "name": "Andrew - Elevator", + "description": "JFK/UMass - Top of stairs between busway, Commuter Rail, Old Colony Avenue and Red Line", + "latitude": 42.320796, + "location_type": 3, + "longitude": -71.051706, + "name": "JFK/UMass", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-andrw-elevator", + "id": "node-jfk-oldstairw-lobby", "links": { - "self": "/stops/door-andrw-elevator" + "self": "/stops/node-jfk-oldstairw-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-andrw-elevator" + "related": "/facilities/?filter[stop]=node-jfk-oldstairw-lobby" } }, "parent_station": { "data": { - "id": "place-andrw", + "id": "place-jfk", "type": "stop" } }, @@ -324006,27 +333785,28 @@ }, { "attributes": { - "description": "State - Top of stairs between Congress St and Bowdoin platform", + "description": "Aquarium - Top of escalator from Wonderland platform to State Street", "latitude": null, "location_type": 3, "longitude": null, - "name": "State", + "name": "Aquarium", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-state-congressstairs-street", + "id": "node-394-lobby", "links": { - "self": "/stops/node-state-congressstairs-street" + "self": "/stops/node-394-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-state-congressstairs-street" + "related": "/facilities/?filter[stop]=node-394-lobby" } }, "parent_station": { "data": { - "id": "place-state", + "id": "place-aqucl", "type": "stop" } }, @@ -324038,27 +333818,28 @@ }, { "attributes": { - "description": "Park Street - Bottom of elevator between Boston Common and Copley & West platform", - "latitude": 42.356355, + "description": "Revere Beach - Top of stairs between Bowdoin platform and lobby", + "latitude": 42.407892, "location_type": 3, - "longitude": -71.062692, - "name": "Park Street", + "longitude": -70.992669, + "name": "Revere Beach", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-978-lobby", + "id": "node-rbmnl-884stair-lobby", "links": { - "self": "/stops/node-978-lobby" + "self": "/stops/node-rbmnl-884stair-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-978-lobby" + "related": "/facilities/?filter[stop]=node-rbmnl-884stair-lobby" } }, "parent_station": { "data": { - "id": "place-pktrm", + "id": "place-rbmnl", "type": "stop" } }, @@ -324070,27 +333851,28 @@ }, { "attributes": { - "description": "Forest Hills - Top of north lower busway escalator", - "latitude": 42.300694, + "description": "Wonderland - Bridge level of garage elevator", + "latitude": 42.413499, "location_type": 3, - "longitude": -71.113653, - "name": "Forest Hills", + "longitude": -70.991905, + "name": "Wonderland", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-127-lobby", + "id": "node-702-bridge", "links": { - "self": "/stops/node-127-lobby" + "self": "/stops/node-702-bridge" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-127-lobby" + "related": "/facilities/?filter[stop]=node-702-bridge" } }, "parent_station": { "data": { - "id": "place-forhl", + "id": "place-wondl", "type": "stop" } }, @@ -324102,27 +333884,28 @@ }, { "attributes": { - "description": "Arlington - Bottom of eastbound stairs", - "latitude": null, + "description": "Kendall/MIT - Paid side of fare gates", + "latitude": 42.362507, "location_type": 3, - "longitude": null, - "name": "Arlington", + "longitude": -71.086214, + "name": "Kendall/MIT", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-armnl-ebstairs-platform", + "id": "node-knncl-nbmain-farepaid", "links": { - "self": "/stops/node-armnl-ebstairs-platform" + "self": "/stops/node-knncl-nbmain-farepaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-armnl-ebstairs-platform" + "related": "/facilities/?filter[stop]=node-knncl-nbmain-farepaid" } }, "parent_station": { "data": { - "id": "place-armnl", + "id": "place-knncl", "type": "stop" } }, @@ -324134,27 +333917,28 @@ }, { "attributes": { - "description": "Symphony - Bottom of stairs for entrances", + "description": "Hynes Convention Center - Paid side of fare gates", "latitude": null, "location_type": 3, "longitude": null, - "name": "Symphony", + "name": "Hynes Convention Center", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-symcl-eb-midbottom", + "id": "node-hymnl-farepaid", "links": { - "self": "/stops/node-symcl-eb-midbottom" + "self": "/stops/node-hymnl-farepaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-symcl-eb-midbottom" + "related": "/facilities/?filter[stop]=node-hymnl-farepaid" } }, "parent_station": { "data": { - "id": "place-symcl", + "id": "place-hymnl", "type": "stop" } }, @@ -324166,27 +333950,28 @@ }, { "attributes": { - "description": "Orient Heights - Bottom of Elevator 715", - "latitude": 42.386795, + "description": "North Quincy - Top of stairs between platform and Hancock Street, Newport Avenue lobby", + "latitude": 42.27638, "location_type": 3, - "longitude": -71.004704, - "name": "Orient Heights", + "longitude": -71.030792, + "name": "North Quincy", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-715-street", + "id": "node-nqncy-nhpstair-lobby", "links": { - "self": "/stops/node-715-street" + "self": "/stops/node-nqncy-nhpstair-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-715-street" + "related": "/facilities/?filter[stop]=node-nqncy-nhpstair-lobby" } }, "parent_station": { "data": { - "id": "place-orhte", + "id": "place-nqncy", "type": "stop" } }, @@ -324198,27 +333983,28 @@ }, { "attributes": { - "description": "Ruggles - Ruggles St", - "latitude": 42.335891, - "location_type": 2, - "longitude": -71.090358, - "name": "Ruggles - Ruggles St", + "description": "Hynes Convention Center - Unpaid side of fare gates", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "Hynes Convention Center", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-rugg-ruggles", + "id": "node-hymnl-fareunpaid", "links": { - "self": "/stops/door-rugg-ruggles" + "self": "/stops/node-hymnl-fareunpaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-rugg-ruggles" + "related": "/facilities/?filter[stop]=node-hymnl-fareunpaid" } }, "parent_station": { "data": { - "id": "place-rugg", + "id": "place-hymnl", "type": "stop" } }, @@ -324230,27 +334016,28 @@ }, { "attributes": { - "description": "Wollaston - Bottom of stairs between Newport Avenue lobby and platform", - "latitude": null, + "description": "South Station - Bottom of Elevator 949", + "latitude": 42.35288, "location_type": 3, - "longitude": null, - "name": "Wollaston", + "longitude": -71.055333, + "name": "South Station", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-wlsta-stair6-lobby", + "id": "node-949-lobby", "links": { - "self": "/stops/node-wlsta-stair6-lobby" + "self": "/stops/node-949-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-wlsta-stair6-lobby" + "related": "/facilities/?filter[stop]=node-949-lobby" } }, "parent_station": { "data": { - "id": "place-wlsta", + "id": "place-sstat", "type": "stop" } }, @@ -324262,27 +334049,28 @@ }, { "attributes": { - "description": "Symphony - Massachusetts Ave, Symphony Hall", - "latitude": 42.342457, - "location_type": 2, - "longitude": -71.084862, - "name": "Symphony - Massachusetts Ave, Symphony Hall", + "description": "Park Street - Bottom of elevator between Tremont Street and Government Center & North lobby", + "latitude": 42.35618, + "location_type": 3, + "longitude": -71.062236, + "name": "Park Street", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-symcl-ebsymphony", + "id": "node-804-lobby", "links": { - "self": "/stops/door-symcl-ebsymphony" + "self": "/stops/node-804-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-symcl-ebsymphony" + "related": "/facilities/?filter[stop]=node-804-lobby" } }, "parent_station": { "data": { - "id": "place-symcl", + "id": "place-pktrm", "type": "stop" } }, @@ -324294,27 +334082,28 @@ }, { "attributes": { - "description": "Downtown Crossing - Bottom of elevator between Ashmont/Braintree platform and Chauncy Street lobby", - "latitude": null, + "description": "Suffolk Downs - Top of stairs for Bennington Street", + "latitude": 42.390349, "location_type": 3, - "longitude": null, - "name": "Downtown Crossing", + "longitude": -70.996949, + "name": "Suffolk Downs", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-870-platform", + "id": "node-sdmnl-benn-stairs", "links": { - "self": "/stops/node-870-platform" + "self": "/stops/node-sdmnl-benn-stairs" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-870-platform" + "related": "/facilities/?filter[stop]=node-sdmnl-benn-stairs" } }, "parent_station": { "data": { - "id": "place-dwnxg", + "id": "place-sdmnl", "type": "stop" } }, @@ -324326,27 +334115,28 @@ }, { "attributes": { - "description": "Andrew - Bottom of outbound elevator", - "latitude": null, + "description": "Ashmont - Paid side of fare gates", + "latitude": 42.284097, "location_type": 3, - "longitude": null, - "name": "Andrew", + "longitude": -71.063445, + "name": "Ashmont", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-879-platform", + "id": "node-asmnl-mtpfarepaid", "links": { - "self": "/stops/node-879-platform" + "self": "/stops/node-asmnl-mtpfarepaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-879-platform" + "related": "/facilities/?filter[stop]=node-asmnl-mtpfarepaid" } }, "parent_station": { "data": { - "id": "place-andrw", + "id": "place-asmnl", "type": "stop" } }, @@ -324358,27 +334148,28 @@ }, { "attributes": { - "description": "Orient Heights - Paid side of fare gates", - "latitude": 42.387043, + "description": "Wollaston - Bottom of escalator from parking lobby to bridge", + "latitude": null, "location_type": 3, - "longitude": -71.004634, - "name": "Orient Heights", + "longitude": null, + "name": "Wollaston", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-orhte-benn-farepaid", + "id": "node-448-lobby", "links": { - "self": "/stops/node-orhte-benn-farepaid" + "self": "/stops/node-448-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-orhte-benn-farepaid" + "related": "/facilities/?filter[stop]=node-448-lobby" } }, "parent_station": { "data": { - "id": "place-orhte", + "id": "place-wlsta", "type": "stop" } }, @@ -324390,27 +334181,28 @@ }, { "attributes": { - "description": "Kenmore - Bottom of escalator from Park Street & North platform", + "description": "Park Street - Paid side of exit-only gate", "latitude": null, "location_type": 3, "longitude": null, - "name": "Kenmore", + "name": "Park Street", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-432-platform", + "id": "node-pktrm-tremefare-paid", "links": { - "self": "/stops/node-432-platform" + "self": "/stops/node-pktrm-tremefare-paid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-432-platform" + "related": "/facilities/?filter[stop]=node-pktrm-tremefare-paid" } }, "parent_station": { "data": { - "id": "place-kencl", + "id": "place-pktrm", "type": "stop" } }, @@ -324422,27 +334214,28 @@ }, { "attributes": { - "description": "Mattapan - Lower Busway", - "latitude": 42.267431, - "location_type": 2, - "longitude": -71.092376, - "name": "Mattapan - Lower Busway", + "description": "Downtown Crossing - Bottom of stairs between Forest Hills platform and Alewife platform", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "Downtown Crossing", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-matt-southbus", + "id": "node-dwnxg-stair1-rl", "links": { - "self": "/stops/door-matt-southbus" + "self": "/stops/node-dwnxg-stair1-rl" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-matt-southbus" + "related": "/facilities/?filter[stop]=node-dwnxg-stair1-rl" } }, "parent_station": { "data": { - "id": "place-matt", + "id": "place-dwnxg", "type": "stop" } }, @@ -324454,27 +334247,28 @@ }, { "attributes": { - "description": "Quincy Center - Paid side of fare gates", - "latitude": 42.251593, - "location_type": 3, - "longitude": -71.005255, - "name": "Quincy Center", + "description": "Reservoir - Chestnut Hill Ave, Buses (Park St & North)", + "latitude": 42.335051, + "location_type": 2, + "longitude": -71.1487, + "name": "Reservoir - Chestnut Hill Ave, Buses (Park St & North)", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, - "id": "node-qnctr-farepaid", + "id": "door-rsmnl-estairs", "links": { - "self": "/stops/node-qnctr-farepaid" + "self": "/stops/door-rsmnl-estairs" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-qnctr-farepaid" + "related": "/facilities/?filter[stop]=door-rsmnl-estairs" } }, "parent_station": { "data": { - "id": "place-qnctr", + "id": "place-rsmnl", "type": "stop" } }, @@ -324486,27 +334280,28 @@ }, { "attributes": { - "description": "Government Center - Unpaid side of fare gates", - "latitude": 42.359714, + "description": "South Station - Bottom of stairs for exit from Red Line", + "latitude": null, "location_type": 3, - "longitude": -71.05936, - "name": "Government Center", + "longitude": null, + "name": "South Station", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-gover-fareunpaid", + "id": "node-sstat-382stair-rl", "links": { - "self": "/stops/node-gover-fareunpaid" + "self": "/stops/node-sstat-382stair-rl" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-gover-fareunpaid" + "related": "/facilities/?filter[stop]=node-sstat-382stair-rl" } }, "parent_station": { "data": { - "id": "place-gover", + "id": "place-sstat", "type": "stop" } }, @@ -324518,27 +334313,28 @@ }, { "attributes": { - "description": "Jackson Square - Bottom of stairs", - "latitude": null, + "description": "Ball Square - Bottom of Boston Ave ramp", + "latitude": 42.399896, "location_type": 3, - "longitude": null, - "name": "Jackson Square", + "longitude": -71.111019, + "name": "Ball Square", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-jaksn-stairs-platform", + "id": "node-balsq-ramp-bottom", "links": { - "self": "/stops/node-jaksn-stairs-platform" + "self": "/stops/node-balsq-ramp-bottom" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-jaksn-stairs-platform" + "related": "/facilities/?filter[stop]=node-balsq-ramp-bottom" } }, "parent_station": { "data": { - "id": "place-jaksn", + "id": "place-balsq", "type": "stop" } }, @@ -324550,27 +334346,28 @@ }, { "attributes": { - "description": "State - Bottom of Elevator 802 between Oak Grove platform and Wonderland platform, Forest Hills passageway", - "latitude": null, + "description": "Porter - Top of stairs between Commuter Rail platform and west side of Mass Ave", + "latitude": 42.388474, "location_type": 3, - "longitude": null, - "name": "State", + "longitude": -71.1198, + "name": "Porter", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-802-nbplatform", + "id": "node-portr-weststairs-street", "links": { - "self": "/stops/node-802-nbplatform" + "self": "/stops/node-portr-weststairs-street" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-802-nbplatform" + "related": "/facilities/?filter[stop]=node-portr-weststairs-street" } }, "parent_station": { "data": { - "id": "place-state", + "id": "place-portr", "type": "stop" } }, @@ -324582,27 +334379,28 @@ }, { "attributes": { - "description": "Ashmont - Top of stairs from Peabody Square to Alewife platform", - "latitude": 42.285047, - "location_type": 3, - "longitude": -71.063944, - "name": "Ashmont", + "description": "Newton Centre - Union St (Ramp)", + "latitude": 42.329357, + "location_type": 2, + "longitude": -71.193269, + "name": "Newton Centre - Union St (Ramp)", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-asmnl-peanbstair-lobby", + "id": "door-newto-unionr", "links": { - "self": "/stops/node-asmnl-peanbstair-lobby" + "self": "/stops/door-newto-unionr" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-asmnl-peanbstair-lobby" + "related": "/facilities/?filter[stop]=door-newto-unionr" } }, "parent_station": { "data": { - "id": "place-asmnl", + "id": "place-newto", "type": "stop" } }, @@ -324614,27 +334412,28 @@ }, { "attributes": { - "description": "Government Center - Top of stairs between Green Line and Blue Line", + "description": "South Station - Top of Escalator 420", "latitude": null, "location_type": 3, "longitude": null, - "name": "Government Center", + "name": "South Station", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-gover-wbtransstairs-gl", + "id": "node-420-middle", "links": { - "self": "/stops/node-gover-wbtransstairs-gl" + "self": "/stops/node-420-middle" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-gover-wbtransstairs-gl" + "related": "/facilities/?filter[stop]=node-420-middle" } }, "parent_station": { "data": { - "id": "place-gover", + "id": "place-sstat", "type": "stop" } }, @@ -324646,27 +334445,28 @@ }, { "attributes": { - "description": "Jackson Square - Top of Elevator 846", - "latitude": null, + "description": "North Quincy - Top of escalator from platform to Squantum Street lobby", + "latitude": 42.275236, "location_type": 3, - "longitude": null, - "name": "Jackson Square", + "longitude": -71.029553, + "name": "North Quincy", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-jaksn-846-lobby", + "id": "node-325-lobby", "links": { - "self": "/stops/node-jaksn-846-lobby" + "self": "/stops/node-325-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-jaksn-846-lobby" + "related": "/facilities/?filter[stop]=node-325-lobby" } }, "parent_station": { "data": { - "id": "place-jaksn", + "id": "place-nqncy", "type": "stop" } }, @@ -324678,27 +334478,28 @@ }, { "attributes": { - "description": "Roxbury Crossing - Unpaid side of fare gates", - "latitude": 42.33129, + "description": "Assembly - Bottom of platform stairs for Foley Street", + "latitude": 42.392943, "location_type": 3, - "longitude": -71.095567, - "name": "Roxbury Crossing", + "longitude": -71.07727, + "name": "Assembly", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-rcmnl-fareunpaid", + "id": "node-astao-folplatstair-platform", "links": { - "self": "/stops/node-rcmnl-fareunpaid" + "self": "/stops/node-astao-folplatstair-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-rcmnl-fareunpaid" + "related": "/facilities/?filter[stop]=node-astao-folplatstair-platform" } }, "parent_station": { "data": { - "id": "place-rcmnl", + "id": "place-astao", "type": "stop" } }, @@ -324710,27 +334511,28 @@ }, { "attributes": { - "description": "Stony Brook - Bottom of Escalator 132", - "latitude": 42.317204, + "description": "Massachusetts Avenue - Bottom of Escalator 139", + "latitude": 42.341245, "location_type": 3, - "longitude": -71.10436, - "name": "Stony Brook", + "longitude": -71.083695, + "name": "Massachusetts Avenue", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-sbmnl-132-platform", + "id": "node-masta-139-platform", "links": { - "self": "/stops/node-sbmnl-132-platform" + "self": "/stops/node-masta-139-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-sbmnl-132-platform" + "related": "/facilities/?filter[stop]=node-masta-139-platform" } }, "parent_station": { "data": { - "id": "place-sbmnl", + "id": "place-masta", "type": "stop" } }, @@ -324742,27 +334544,28 @@ }, { "attributes": { - "description": "Aquarium - Bottom of elevator between Wonderland platform and Atlantic Avenue", - "latitude": null, - "location_type": 3, - "longitude": null, - "name": "Aquarium", + "description": "State - Devonshire St, Water St", + "latitude": 42.357487, + "location_type": 2, + "longitude": -71.057412, + "name": "State - Devonshire St, Water St", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, - "id": "node-924-platform", + "id": "door-state-water", "links": { - "self": "/stops/node-924-platform" + "self": "/stops/door-state-water" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-924-platform" + "related": "/facilities/?filter[stop]=door-state-water" } }, "parent_station": { "data": { - "id": "place-aqucl", + "id": "place-state", "type": "stop" } }, @@ -324774,27 +334577,28 @@ }, { "attributes": { - "description": "Arlington - Bottom of eastbound elevator", - "latitude": null, + "description": "Quincy Adams - Fourth floor of south garage stairs", + "latitude": 42.23286, "location_type": 3, - "longitude": null, - "name": "Arlington", + "longitude": -71.007535, + "name": "Quincy Adams", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-963-platform", + "id": "node-qamnl-sgaragestairs-fourth", "links": { - "self": "/stops/node-963-platform" + "self": "/stops/node-qamnl-sgaragestairs-fourth" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-963-platform" + "related": "/facilities/?filter[stop]=node-qamnl-sgaragestairs-fourth" } }, "parent_station": { "data": { - "id": "place-armnl", + "id": "place-qamnl", "type": "stop" } }, @@ -324806,27 +334610,28 @@ }, { "attributes": { - "description": "Arlington - Top of stairs from eastbound escalator", + "description": "State - Unpaid side of fare gates", "latitude": null, "location_type": 3, "longitude": null, - "name": "Arlington", + "name": "State", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-armnl-eescstairs-escalator", + "id": "node-state-cityhall-fareunpaid", "links": { - "self": "/stops/node-armnl-eescstairs-escalator" + "self": "/stops/node-state-cityhall-fareunpaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-armnl-eescstairs-escalator" + "related": "/facilities/?filter[stop]=node-state-cityhall-fareunpaid" } }, "parent_station": { "data": { - "id": "place-armnl", + "id": "place-state", "type": "stop" } }, @@ -324838,27 +334643,28 @@ }, { "attributes": { - "description": "Malden Center - Bottom of Orange Line platform stairs", - "latitude": 42.426843, - "location_type": 3, - "longitude": -71.074253, - "name": "Malden Center", + "description": "Waban - Wyman St", + "latitude": 42.326355, + "location_type": 2, + "longitude": -71.23056, + "name": "Waban - Wyman St", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-mlmnl-olstairs-lobby", + "id": "door-waban-wyman", "links": { - "self": "/stops/node-mlmnl-olstairs-lobby" + "self": "/stops/door-waban-wyman" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-mlmnl-olstairs-lobby" + "related": "/facilities/?filter[stop]=door-waban-wyman" } }, "parent_station": { "data": { - "id": "place-mlmnl", + "id": "place-waban", "type": "stop" } }, @@ -324870,27 +334676,28 @@ }, { "attributes": { - "description": "Beachmont - Bottom of Elevator 887", - "latitude": 42.397439, + "description": "Wollaston - Paid side of Newport Avenue lobby fare gates", + "latitude": null, "location_type": 3, - "longitude": -70.992364, - "name": "Beachmont", + "longitude": null, + "name": "Wollaston", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-887-lobby", + "id": "node-wlsta-mainnewp-farepaid", "links": { - "self": "/stops/node-887-lobby" + "self": "/stops/node-wlsta-mainnewp-farepaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-887-lobby" + "related": "/facilities/?filter[stop]=node-wlsta-mainnewp-farepaid" } }, "parent_station": { "data": { - "id": "place-bmmnl", + "id": "place-wlsta", "type": "stop" } }, @@ -324902,27 +334709,28 @@ }, { "attributes": { - "description": "Downtown Crossing - Bottom of escalator from Ashmont/Braintree platform to Chauncy Street", - "latitude": null, - "location_type": 3, - "longitude": null, - "name": "Downtown Crossing", + "description": "South Station - Financial Center", + "latitude": 42.352544, + "location_type": 2, + "longitude": -71.055824, + "name": "South Station - Financial Center", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, - "id": "node-112-platform", + "id": "door-sstat-finctr", "links": { - "self": "/stops/node-112-platform" + "self": "/stops/door-sstat-finctr" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-112-platform" + "related": "/facilities/?filter[stop]=door-sstat-finctr" } }, "parent_station": { "data": { - "id": "place-dwnxg", + "id": "place-sstat", "type": "stop" } }, @@ -324934,27 +334742,28 @@ }, { "attributes": { - "description": "Newton Highlands - Bottom of ramp for Walnut Street, Station Avenue", - "latitude": 42.322224, - "location_type": 3, - "longitude": -71.205753, - "name": "Newton Highlands", + "description": "Forest Hills - Hyde Park Ave, West Roxbury Court, Franklin Park/Zoo (South)", + "latitude": 42.300134, + "location_type": 2, + "longitude": -71.113898, + "name": "Forest Hills - Hyde Park Ave, West Roxbury Court, Franklin Park/Zoo (South)", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-newtn-walnut-platform", + "id": "door-forhl-lowers", "links": { - "self": "/stops/node-newtn-walnut-platform" + "self": "/stops/door-forhl-lowers" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-newtn-walnut-platform" + "related": "/facilities/?filter[stop]=door-forhl-lowers" } }, "parent_station": { "data": { - "id": "place-newtn", + "id": "place-forhl", "type": "stop" } }, @@ -324966,27 +334775,28 @@ }, { "attributes": { - "description": "Aquarium - State St (North)", - "latitude": 42.359534, - "location_type": 2, - "longitude": -71.053183, - "name": "Aquarium - State St (North)", + "description": "Alewife - Fourth floor of garage level of Elevator 814", + "latitude": 42.395791, + "location_type": 3, + "longitude": -71.141323, + "name": "Alewife", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-aqucl-mcknorth", + "id": "node-814-fourth", "links": { - "self": "/stops/door-aqucl-mcknorth" + "self": "/stops/node-814-fourth" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-aqucl-mcknorth" + "related": "/facilities/?filter[stop]=node-814-fourth" } }, "parent_station": { "data": { - "id": "place-aqucl", + "id": "place-alfcl", "type": "stop" } }, @@ -324998,27 +334808,28 @@ }, { "attributes": { - "description": "Revere Beach - Top of stairs between Wonderland platform and lobby", - "latitude": 42.407911, + "description": "Courthouse - Top of stairs for South Station platform", + "latitude": null, "location_type": 3, - "longitude": -70.99243, - "name": "Revere Beach", + "longitude": null, + "name": "Courthouse", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-rbmnl-885stair-lobby", + "id": "node-crtst-ssmainstair-lobby", "links": { - "self": "/stops/node-rbmnl-885stair-lobby" + "self": "/stops/node-crtst-ssmainstair-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-rbmnl-885stair-lobby" + "related": "/facilities/?filter[stop]=node-crtst-ssmainstair-lobby" } }, "parent_station": { "data": { - "id": "place-rbmnl", + "id": "place-crtst", "type": "stop" } }, @@ -325030,27 +334841,28 @@ }, { "attributes": { - "description": "World Trade Center - Bottom of outbound platform stairs", + "description": "Government Center - Bottom of escalator from Green Line to plaza", "latitude": null, "location_type": 3, "longitude": null, - "name": "World Trade Center", + "name": "Government Center", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-wtcst-obstairs-platform", + "id": "node-444-platform", "links": { - "self": "/stops/node-wtcst-obstairs-platform" + "self": "/stops/node-444-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-wtcst-obstairs-platform" + "related": "/facilities/?filter[stop]=node-444-platform" } }, "parent_station": { "data": { - "id": "place-wtcst", + "id": "place-gover", "type": "stop" } }, @@ -325062,27 +334874,28 @@ }, { "attributes": { - "description": "Porter - Ashmont/Braintree platform level of Red Line, lobby elevator", - "latitude": 42.388489, + "description": "Quincy Adams - Sixth floor of garage level of Elevator 806", + "latitude": 42.233073, "location_type": 3, - "longitude": -71.119066, - "name": "Porter", + "longitude": -71.007199, + "name": "Quincy Adams", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-987-sbplatform", + "id": "node-806-sixth", "links": { - "self": "/stops/node-987-sbplatform" + "self": "/stops/node-806-sixth" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-987-sbplatform" + "related": "/facilities/?filter[stop]=node-806-sixth" } }, "parent_station": { "data": { - "id": "place-portr", + "id": "place-qamnl", "type": "stop" } }, @@ -325094,27 +334907,28 @@ }, { "attributes": { - "description": "Park Street - Bottom of escalator from Government Center & North platform to Boston Common", - "latitude": null, - "location_type": 3, - "longitude": null, - "name": "Park Street", + "description": "North Station - Causeway St (Elevator)", + "latitude": 42.365639, + "location_type": 2, + "longitude": -71.060472, + "name": "North Station - Causeway St (Elevator)", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-320-lobby", + "id": "door-north-causewaye", "links": { - "self": "/stops/node-320-lobby" + "self": "/stops/door-north-causewaye" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-320-lobby" + "related": "/facilities/?filter[stop]=door-north-causewaye" } }, "parent_station": { "data": { - "id": "place-pktrm", + "id": "place-north", "type": "stop" } }, @@ -325126,27 +334940,28 @@ }, { "attributes": { - "description": "JFK/UMass - Top of stairs between Columbia Road and Old Colony Road, Commuter Rail, busway", - "latitude": 42.321367, + "description": "Quincy Adams - Top of south stairs between lobby and platform", + "latitude": 42.233064, "location_type": 3, - "longitude": -71.052215, - "name": "JFK/UMass", + "longitude": -71.006964, + "name": "Quincy Adams", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-jfk-crcolstair-columbia", + "id": "node-qamnl-southstairs-top", "links": { - "self": "/stops/node-jfk-crcolstair-columbia" + "self": "/stops/node-qamnl-southstairs-top" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-jfk-crcolstair-columbia" + "related": "/facilities/?filter[stop]=node-qamnl-southstairs-top" } }, "parent_station": { "data": { - "id": "place-jfk", + "id": "place-qamnl", "type": "stop" } }, @@ -325158,27 +334973,28 @@ }, { "attributes": { - "description": "Hynes Convention Center - Bottom of stairs for Kenmore & West", + "description": "Central - Paid side of fare gates", "latitude": null, "location_type": 3, "longitude": null, - "name": "Hynes Convention Center", + "name": "Central", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-hymnl-wbstairs-platform", + "id": "node-cntsq-obstair-farepaid", "links": { - "self": "/stops/node-hymnl-wbstairs-platform" + "self": "/stops/node-cntsq-obstair-farepaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-hymnl-wbstairs-platform" + "related": "/facilities/?filter[stop]=node-cntsq-obstair-farepaid" } }, "parent_station": { "data": { - "id": "place-hymnl", + "id": "place-cntsq", "type": "stop" } }, @@ -325190,27 +335006,28 @@ }, { "attributes": { - "description": "Arlington - Top of westbound stairs", - "latitude": null, + "description": "Porter - Lobby level of elevator between lobby and Commuter Rail", + "latitude": 42.388193, "location_type": 3, - "longitude": null, - "name": "Arlington", + "longitude": -71.118924, + "name": "Porter", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-armnl-wbstairs-lobby", + "id": "node-986-lobby", "links": { - "self": "/stops/node-armnl-wbstairs-lobby" + "self": "/stops/node-986-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-armnl-wbstairs-lobby" + "related": "/facilities/?filter[stop]=node-986-lobby" } }, "parent_station": { "data": { - "id": "place-armnl", + "id": "place-portr", "type": "stop" } }, @@ -325222,27 +335039,28 @@ }, { "attributes": { - "description": "Downtown Crossing - Top of escalator from Alewife platform to Oak Grove platform", + "description": "Aquarium - Bottom of elevator between lobby and State Street", "latitude": null, "location_type": 3, "longitude": null, - "name": "Downtown Crossing", + "name": "Aquarium", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-332-ol", + "id": "node-915-lobby", "links": { - "self": "/stops/node-332-ol" + "self": "/stops/node-915-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-332-ol" + "related": "/facilities/?filter[stop]=node-915-lobby" } }, "parent_station": { "data": { - "id": "place-dwnxg", + "id": "place-aqucl", "type": "stop" } }, @@ -325254,27 +335072,28 @@ }, { "attributes": { - "description": "Massachusetts Avenue - Camden St", - "latitude": 42.340379, - "location_type": 2, - "longitude": -71.084763, - "name": "Massachusetts Avenue - Camden St", + "description": "Government Center - Top of escalator from Green Line to plaza", + "latitude": 42.359611, + "location_type": 3, + "longitude": -71.0593, + "name": "Government Center", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-masta-camden", + "id": "node-445-lobby", "links": { - "self": "/stops/door-masta-camden" + "self": "/stops/node-445-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-masta-camden" + "related": "/facilities/?filter[stop]=node-445-lobby" } }, "parent_station": { "data": { - "id": "place-masta", + "id": "place-gover", "type": "stop" } }, @@ -325286,27 +335105,28 @@ }, { "attributes": { - "description": "Aquarium - Top of stairs between platform and Atlantic Avenue", + "description": "Back Bay - Top of Orange Line platform west stairs", "latitude": null, "location_type": 3, "longitude": null, - "name": "Aquarium", + "name": "Back Bay", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-aqucl-wbatlanticstairs-lobby", + "id": "node-bbsta-olestairs-lobby", "links": { - "self": "/stops/node-aqucl-wbatlanticstairs-lobby" + "self": "/stops/node-bbsta-olestairs-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-aqucl-wbatlanticstairs-lobby" + "related": "/facilities/?filter[stop]=node-bbsta-olestairs-lobby" } }, "parent_station": { "data": { - "id": "place-aqucl", + "id": "place-bbsta", "type": "stop" } }, @@ -325318,27 +335138,28 @@ }, { "attributes": { - "description": "Downtown Crossing - Bottom of stairs between Macy's and Summer Street Concourse", + "description": "Tufts Medical Center - Top of Escalator 147", "latitude": null, "location_type": 3, "longitude": null, - "name": "Downtown Crossing", + "name": "Tufts Medical Center", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-dwnxg-macysstairs-lobby", + "id": "node-147-lobby", "links": { - "self": "/stops/node-dwnxg-macysstairs-lobby" + "self": "/stops/node-147-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-dwnxg-macysstairs-lobby" + "related": "/facilities/?filter[stop]=node-147-lobby" } }, "parent_station": { "data": { - "id": "place-dwnxg", + "id": "place-tumnl", "type": "stop" } }, @@ -325350,27 +335171,28 @@ }, { "attributes": { - "description": "Green Street - Bottom of stairs", - "latitude": 42.310317, - "location_type": 3, - "longitude": -71.107743, - "name": "Green Street", + "description": "Newtonville - Harvard St", + "latitude": 42.352499, + "location_type": 2, + "longitude": -71.202209, + "name": "Newtonville - Harvard St", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, - "id": "node-grnst-stairs-platform", + "id": "door-WML-0081-harvard", "links": { - "self": "/stops/node-grnst-stairs-platform" + "self": "/stops/door-WML-0081-harvard" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-grnst-stairs-platform" + "related": "/facilities/?filter[stop]=door-WML-0081-harvard" } }, "parent_station": { "data": { - "id": "place-grnst", + "id": "place-WML-0081", "type": "stop" } }, @@ -325382,27 +335204,28 @@ }, { "attributes": { - "description": "Wellington - Bottom of stairs for platform for all trains", - "latitude": 42.40206, + "description": "Suffolk Downs - Bottom of ramp for Wonderland platform", + "latitude": 42.390396, "location_type": 3, - "longitude": -71.077163, - "name": "Wellington", + "longitude": -70.997086, + "name": "Suffolk Downs", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-welln-fhstair-platform", + "id": "node-sdmnl-pob-platform", "links": { - "self": "/stops/node-welln-fhstair-platform" + "self": "/stops/node-sdmnl-pob-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-welln-fhstair-platform" + "related": "/facilities/?filter[stop]=node-sdmnl-pob-platform" } }, "parent_station": { "data": { - "id": "place-welln", + "id": "place-sdmnl", "type": "stop" } }, @@ -325414,27 +335237,28 @@ }, { "attributes": { - "description": "Back Bay - Paid side of exit-only gates", - "latitude": null, + "description": "JFK/UMass - Paid side of exit-only gates", + "latitude": 42.321178, "location_type": 3, - "longitude": null, - "name": "Back Bay", + "longitude": -71.052378, + "name": "JFK/UMass", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-bbsta-clar-farepaid", + "id": "node-jfk-bracolfarepaid", "links": { - "self": "/stops/node-bbsta-clar-farepaid" + "self": "/stops/node-jfk-bracolfarepaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-bbsta-clar-farepaid" + "related": "/facilities/?filter[stop]=node-jfk-bracolfarepaid" } }, "parent_station": { "data": { - "id": "place-bbsta", + "id": "place-jfk", "type": "stop" } }, @@ -325446,27 +335270,28 @@ }, { "attributes": { - "description": "Copley - Bottom of Old South Church stairs", - "latitude": 42.350344, + "description": "Newton Centre - Bottom of eastern stairs for Union Street", + "latitude": 42.329552, "location_type": 3, - "longitude": -71.077609, - "name": "Copley", + "longitude": -71.192299, + "name": "Newton Centre", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-coecl-churchstair-platform", + "id": "node-newto-uniones-platform", "links": { - "self": "/stops/node-coecl-churchstair-platform" + "self": "/stops/node-newto-uniones-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-coecl-churchstair-platform" + "related": "/facilities/?filter[stop]=node-newto-uniones-platform" } }, "parent_station": { "data": { - "id": "place-coecl", + "id": "place-newto", "type": "stop" } }, @@ -325478,27 +335303,28 @@ }, { "attributes": { - "description": "Symphony - Bottom of stairs for entrances", + "description": "Downtown Crossing - Unpaid side of exit-only gate", "latitude": null, "location_type": 3, "longitude": null, - "name": "Symphony", + "name": "Downtown Crossing", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-symcl-wb-midbottom", + "id": "node-dwnxg-113fare-unpaid", "links": { - "self": "/stops/node-symcl-wb-midbottom" + "self": "/stops/node-dwnxg-113fare-unpaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-symcl-wb-midbottom" + "related": "/facilities/?filter[stop]=node-dwnxg-113fare-unpaid" } }, "parent_station": { "data": { - "id": "place-symcl", + "id": "place-dwnxg", "type": "stop" } }, @@ -325510,27 +335336,28 @@ }, { "attributes": { - "description": "Suffolk Downs - Top of stairs for Wonderland platform", - "latitude": 42.390504, + "description": "Assembly - Bottom of Escalator 442", + "latitude": 42.393272, "location_type": 3, - "longitude": -70.99706, - "name": "Suffolk Downs", + "longitude": -71.077691, + "name": "Assembly", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-sdmnl-pobstair-bridge", + "id": "node-astao-442-ground", "links": { - "self": "/stops/node-sdmnl-pobstair-bridge" + "self": "/stops/node-astao-442-ground" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-sdmnl-pobstair-bridge" + "related": "/facilities/?filter[stop]=node-astao-442-ground" } }, "parent_station": { "data": { - "id": "place-sdmnl", + "id": "place-astao", "type": "stop" } }, @@ -325542,27 +335369,28 @@ }, { "attributes": { - "description": "Central - Paid side of fare gates", - "latitude": null, - "location_type": 3, - "longitude": null, - "name": "Central", + "description": "Newton Centre - Langley Rd", + "latitude": 42.329974, + "location_type": 2, + "longitude": -71.19147, + "name": "Newton Centre - Langley Rd", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-cntsq-obstair-farepaid", + "id": "door-newto-langley", "links": { - "self": "/stops/node-cntsq-obstair-farepaid" + "self": "/stops/door-newto-langley" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-cntsq-obstair-farepaid" + "related": "/facilities/?filter[stop]=door-newto-langley" } }, "parent_station": { "data": { - "id": "place-cntsq", + "id": "place-newto", "type": "stop" } }, @@ -325574,27 +335402,28 @@ }, { "attributes": { - "description": "Kendall/MIT - Paid side of fare gates", - "latitude": null, + "description": "Wonderland - Lobby level of pedestrian bridge elevator", + "latitude": 42.413306, "location_type": 3, - "longitude": null, - "name": "Kendall/MIT", + "longitude": -70.991889, + "name": "Wonderland", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-knncl-nbsec-farepaid", + "id": "node-708-lobby", "links": { - "self": "/stops/node-knncl-nbsec-farepaid" + "self": "/stops/node-708-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-knncl-nbsec-farepaid" + "related": "/facilities/?filter[stop]=node-708-lobby" } }, "parent_station": { "data": { - "id": "place-knncl", + "id": "place-wondl", "type": "stop" } }, @@ -325606,27 +335435,28 @@ }, { "attributes": { - "description": "Forest Hills - Bottom of Commuter Rail elevator", - "latitude": 42.300838, + "description": "North Station - Top of Escalator 391 from Causeway Street lobby to Forest Hills, Copley & West platforms", + "latitude": 42.365429, "location_type": 3, - "longitude": -71.113793, - "name": "Forest Hills", + "longitude": -71.060456, + "name": "North Station", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-841-platform", + "id": "node-391-top", "links": { - "self": "/stops/node-841-platform" + "self": "/stops/node-391-top" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-841-platform" + "related": "/facilities/?filter[stop]=node-391-top" } }, "parent_station": { "data": { - "id": "place-forhl", + "id": "place-north", "type": "stop" } }, @@ -325638,27 +335468,28 @@ }, { "attributes": { - "description": "Massachusetts Avenue - Bottom of platform stairs from lobby", - "latitude": 42.341287, + "description": "Orient Heights - Top of Elevator 713", + "latitude": 42.387001, "location_type": 3, - "longitude": -71.083753, - "name": "Massachusetts Avenue", + "longitude": -71.004831, + "name": "Orient Heights", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-masta-mainstair-platform", + "id": "node-713-bridge", "links": { - "self": "/stops/node-masta-mainstair-platform" + "self": "/stops/node-713-bridge" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-masta-mainstair-platform" + "related": "/facilities/?filter[stop]=node-713-bridge" } }, "parent_station": { "data": { - "id": "place-masta", + "id": "place-orhte", "type": "stop" } }, @@ -325670,27 +335501,28 @@ }, { "attributes": { - "description": "Quincy Center - Unpaid side of Elevator 810 fare gates", - "latitude": 42.251538, + "description": "North Quincy - Bottom of escalator from platform to Hancock Street, Newport Avenue lobby", + "latitude": 42.276301, "location_type": 3, - "longitude": -71.00522, - "name": "Quincy Center", + "longitude": -71.030679, + "name": "North Quincy", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-qnctr-elevfareunpaid", + "id": "node-326-platform", "links": { - "self": "/stops/node-qnctr-elevfareunpaid" + "self": "/stops/node-326-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-qnctr-elevfareunpaid" + "related": "/facilities/?filter[stop]=node-326-platform" } }, "parent_station": { "data": { - "id": "place-qnctr", + "id": "place-nqncy", "type": "stop" } }, @@ -325702,27 +335534,28 @@ }, { "attributes": { - "description": "Wonderland - Plaza level of stairs from garage to Revere Beach Plaza", - "latitude": 42.41353, + "description": "Suffolk Downs - Top of ramp for Bowdoin platform", + "latitude": 42.390641, "location_type": 3, - "longitude": -70.991894, - "name": "Wonderland", + "longitude": -70.997305, + "name": "Suffolk Downs", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-wondl-ibplazastairs-plaza", + "id": "node-sdmnl-pib-bridge", "links": { - "self": "/stops/node-wondl-ibplazastairs-plaza" + "self": "/stops/node-sdmnl-pib-bridge" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-wondl-ibplazastairs-plaza" + "related": "/facilities/?filter[stop]=node-sdmnl-pib-bridge" } }, "parent_station": { "data": { - "id": "place-wondl", + "id": "place-sdmnl", "type": "stop" } }, @@ -325734,27 +335567,28 @@ }, { "attributes": { - "description": "Wood Island - Bottom of stairs for Lovell Street", - "latitude": 42.379464, + "description": "Ashmont - Top of elevator between Red Line platform and lobby, busway, Mattapan Line", + "latitude": 42.284479, "location_type": 3, - "longitude": -71.022999, - "name": "Wood Island", + "longitude": -71.063875, + "name": "Ashmont", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-wimnl-obunpaidstairs-street", + "id": "node-970-lobby", "links": { - "self": "/stops/node-wimnl-obunpaidstairs-street" + "self": "/stops/node-970-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-wimnl-obunpaidstairs-street" + "related": "/facilities/?filter[stop]=node-970-lobby" } }, "parent_station": { "data": { - "id": "place-wimnl", + "id": "place-asmnl", "type": "stop" } }, @@ -325766,27 +335600,28 @@ }, { "attributes": { - "description": "Porter - Bottom of escalator from Red Line platforms to lobby", - "latitude": 42.388779, - "location_type": 3, - "longitude": -71.118799, - "name": "Porter", + "description": "Brookline Village - Station St, Kent St", + "latitude": 42.332818, + "location_type": 2, + "longitude": -71.11661, + "name": "Brookline Village - Station St, Kent St", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-511-sbplatform", + "id": "door-bvmnl-kent", "links": { - "self": "/stops/node-511-sbplatform" + "self": "/stops/door-bvmnl-kent" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-511-sbplatform" + "related": "/facilities/?filter[stop]=door-bvmnl-kent" } }, "parent_station": { "data": { - "id": "place-portr", + "id": "place-bvmnl", "type": "stop" } }, @@ -325798,27 +335633,28 @@ }, { "attributes": { - "description": "Massachusetts Avenue - Top of stairs to north end of underpass", - "latitude": 42.341867, - "location_type": 3, - "longitude": -71.083146, - "name": "Massachusetts Avenue", + "description": "Porter - Somerville Ave (Elevator)", + "latitude": 42.388389, + "location_type": 2, + "longitude": -71.118992, + "name": "Porter - Somerville Ave (Elevator)", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-masta-undernorth-lobby", + "id": "door-portr-elevator985", "links": { - "self": "/stops/node-masta-undernorth-lobby" + "self": "/stops/door-portr-elevator985" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-masta-undernorth-lobby" + "related": "/facilities/?filter[stop]=door-portr-elevator985" } }, "parent_station": { "data": { - "id": "place-masta", + "id": "place-portr", "type": "stop" } }, @@ -325830,27 +335666,28 @@ }, { "attributes": { - "description": "Park Street - Bottom of stairs between Boston Common and Copley & West platform", - "latitude": null, - "location_type": 3, - "longitude": null, - "name": "Park Street", + "description": "Central - Pearl St", + "latitude": 42.364831, + "location_type": 2, + "longitude": -71.102989, + "name": "Central - Pearl St", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, - "id": "node-pktrm-wbparkstairs-lobby", + "id": "door-cntsq-pearl", "links": { - "self": "/stops/node-pktrm-wbparkstairs-lobby" + "self": "/stops/door-cntsq-pearl" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-pktrm-wbparkstairs-lobby" + "related": "/facilities/?filter[stop]=door-cntsq-pearl" } }, "parent_station": { "data": { - "id": "place-pktrm", + "id": "place-cntsq", "type": "stop" } }, @@ -325862,27 +335699,28 @@ }, { "attributes": { - "description": "Charles/MGH - Bottom of Escalator 425", - "latitude": 42.361057, + "description": "Porter - Alewife platform level of Red Line, lobby elevator", + "latitude": 42.388524, "location_type": 3, - "longitude": -71.070463, - "name": "Charles/MGH", + "longitude": -71.119062, + "name": "Porter", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-425-lobby", + "id": "node-983-nbplatform", "links": { - "self": "/stops/node-425-lobby" + "self": "/stops/node-983-nbplatform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-425-lobby" + "related": "/facilities/?filter[stop]=node-983-nbplatform" } }, "parent_station": { "data": { - "id": "place-chmnl", + "id": "place-portr", "type": "stop" } }, @@ -325894,27 +335732,28 @@ }, { "attributes": { - "description": "Symphony - Westland Ave, Symphony Hall", - "latitude": 42.342941, - "location_type": 2, - "longitude": -71.08536, - "name": "Symphony - Westland Ave, Symphony Hall", + "description": "North Station - Top of Escalator 303 from Valenti Way lobby to Forest Hills, Copley & West platforms", + "latitude": 42.364967, + "location_type": 3, + "longitude": -71.059918, + "name": "North Station", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-symcl-westland", + "id": "node-303-top", "links": { - "self": "/stops/door-symcl-westland" + "self": "/stops/node-303-top" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-symcl-westland" + "related": "/facilities/?filter[stop]=node-303-top" } }, "parent_station": { "data": { - "id": "place-symcl", + "id": "place-north", "type": "stop" } }, @@ -325926,27 +335765,28 @@ }, { "attributes": { - "description": "State - Bottom of stairs between Bowdoin platform and State St, Devonshire St", - "latitude": null, + "description": "Oak Grove - Bottom of escalator from Washington Street", + "latitude": 42.436782, "location_type": 3, - "longitude": null, - "name": "State", + "longitude": -71.071084, + "name": "Oak Grove", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-state-bowdoinoldstatestairs-wbplatform", + "id": "node-102-street", "links": { - "self": "/stops/node-state-bowdoinoldstatestairs-wbplatform" + "self": "/stops/node-102-street" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-state-bowdoinoldstatestairs-wbplatform" + "related": "/facilities/?filter[stop]=node-102-street" } }, "parent_station": { "data": { - "id": "place-state", + "id": "place-ogmnl", "type": "stop" } }, @@ -325958,27 +335798,28 @@ }, { "attributes": { - "description": "Maverick - Paid side of Lewis Mall fare gates", - "latitude": 42.368184, + "description": "Oak Grove - Top of Banks Place, busway, parking stairs", + "latitude": 42.436898, "location_type": 3, - "longitude": -71.040301, - "name": "Maverick", + "longitude": -71.070639, + "name": "Oak Grove", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-mvbcl-lewfarepaid", + "id": "node-ogmnl-banksstair-lobby", "links": { - "self": "/stops/node-mvbcl-lewfarepaid" + "self": "/stops/node-ogmnl-banksstair-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-mvbcl-lewfarepaid" + "related": "/facilities/?filter[stop]=node-ogmnl-banksstair-lobby" } }, "parent_station": { "data": { - "id": "place-mvbcl", + "id": "place-ogmnl", "type": "stop" } }, @@ -325990,27 +335831,28 @@ }, { "attributes": { - "description": "Porter - Top of stairs between Somerville Ave and lobby", - "latitude": 42.388407, + "description": "Assembly - Top of stairs for Foley Street", + "latitude": 42.393191, "location_type": 3, - "longitude": -71.11917, - "name": "Porter", + "longitude": -71.077636, + "name": "Assembly", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-portr-somervilleavestairs-street", + "id": "node-astao-foldoorstair-lobby", "links": { - "self": "/stops/node-portr-somervilleavestairs-street" + "self": "/stops/node-astao-foldoorstair-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-portr-somervilleavestairs-street" + "related": "/facilities/?filter[stop]=node-astao-foldoorstair-lobby" } }, "parent_station": { "data": { - "id": "place-portr", + "id": "place-astao", "type": "stop" } }, @@ -326022,27 +335864,28 @@ }, { "attributes": { - "description": "Arlington - Top of westbound escalator", + "description": "Harvard - Bottom of stairs between Brattle Square and Upper Busway", "latitude": null, "location_type": 3, "longitude": null, - "name": "Arlington", + "name": "Harvard", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-436-lobby", + "id": "node-harsq-bratstair-upper", "links": { - "self": "/stops/node-436-lobby" + "self": "/stops/node-harsq-bratstair-upper" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-436-lobby" + "related": "/facilities/?filter[stop]=node-harsq-bratstair-upper" } }, "parent_station": { "data": { - "id": "place-armnl", + "id": "place-harsq", "type": "stop" } }, @@ -326054,27 +335897,28 @@ }, { "attributes": { - "description": "Government Center - Bottom of escalator from Green Line to plaza", + "description": "Bowdoin - Bottom of ramp between platform and lobby", "latitude": null, "location_type": 3, "longitude": null, - "name": "Government Center", + "name": "Bowdoin", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-444-platform", + "id": "node-bomnl-ramp-platform", "links": { - "self": "/stops/node-444-platform" + "self": "/stops/node-bomnl-ramp-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-444-platform" + "related": "/facilities/?filter[stop]=node-bomnl-ramp-platform" } }, "parent_station": { "data": { - "id": "place-gover", + "id": "place-bomnl", "type": "stop" } }, @@ -326086,27 +335930,28 @@ }, { "attributes": { - "description": "Prudential - Prudential Center", - "latitude": 42.345632, - "location_type": 2, - "longitude": -71.081223, - "name": "Prudential - Prudential Center", + "description": "Courthouse - Bottom of stairs for exit-only gates from outbound platform", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "Courthouse", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-prmnl-prudential", + "id": "node-crtst-wtcexitstair-platform", "links": { - "self": "/stops/door-prmnl-prudential" + "self": "/stops/node-crtst-wtcexitstair-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-prmnl-prudential" + "related": "/facilities/?filter[stop]=node-crtst-wtcexitstair-platform" } }, "parent_station": { "data": { - "id": "place-prmnl", + "id": "place-crtst", "type": "stop" } }, @@ -326118,27 +335963,28 @@ }, { "attributes": { - "description": "Harvard - Bottom of escalator from Harvard Square mezzanine to lobby", - "latitude": null, + "description": "Quincy Adams - Top of Elevator 805 between lobby and platform", + "latitude": 42.233306, "location_type": 3, - "longitude": null, - "name": "Harvard", + "longitude": -71.006913, + "name": "Quincy Adams", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-515-lobby", + "id": "node-805-top", "links": { - "self": "/stops/node-515-lobby" + "self": "/stops/node-805-top" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-515-lobby" + "related": "/facilities/?filter[stop]=node-805-top" } }, "parent_station": { "data": { - "id": "place-harsq", + "id": "place-qamnl", "type": "stop" } }, @@ -326150,27 +335996,28 @@ }, { "attributes": { - "description": "South Station - Top of Escalator 411", - "latitude": null, - "location_type": 3, - "longitude": null, - "name": "South Station", + "description": "State - Old State House, State St", + "latitude": 42.358735, + "location_type": 2, + "longitude": -71.057298, + "name": "State - Old State House, State St", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, - "id": "node-411-lobby", + "id": "door-state-state", "links": { - "self": "/stops/node-411-lobby" + "self": "/stops/door-state-state" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-411-lobby" + "related": "/facilities/?filter[stop]=door-state-state" } }, "parent_station": { "data": { - "id": "place-sstat", + "id": "place-state", "type": "stop" } }, @@ -326182,27 +336029,28 @@ }, { "attributes": { - "description": "Haymarket - Bottom of stairs between lobby and Oak Grove mezzanine", - "latitude": null, + "description": "Airport - Top of stairs on unpaid Bremen Street side", + "latitude": 42.374438, "location_type": 3, - "longitude": null, - "name": "Haymarket", + "longitude": -71.030366, + "name": "Airport", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-haecl-congogstairs-passage", + "id": "node-aport-bremenstairs-bridge", "links": { - "self": "/stops/node-haecl-congogstairs-passage" + "self": "/stops/node-aport-bremenstairs-bridge" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-haecl-congogstairs-passage" + "related": "/facilities/?filter[stop]=node-aport-bremenstairs-bridge" } }, "parent_station": { "data": { - "id": "place-haecl", + "id": "place-aport", "type": "stop" } }, @@ -326214,27 +336062,28 @@ }, { "attributes": { - "description": "Oak Grove - Bottom of Washington Street stairs", - "latitude": 42.436781, + "description": "Andrew - South inbound platform ingress point", + "latitude": null, "location_type": 3, - "longitude": -71.071108, - "name": "Oak Grove", + "longitude": null, + "name": "Andrew", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-ogmnl-washstair-street", + "id": "node-andrw-sibingress", "links": { - "self": "/stops/node-ogmnl-washstair-street" + "self": "/stops/node-andrw-sibingress" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-ogmnl-washstair-street" + "related": "/facilities/?filter[stop]=node-andrw-sibingress" } }, "parent_station": { "data": { - "id": "place-ogmnl", + "id": "place-andrw", "type": "stop" } }, @@ -326246,27 +336095,28 @@ }, { "attributes": { - "description": "Aquarium - Top of stairs for Atlantic Avenue", - "latitude": null, + "description": "Orient Heights - Bottom of stairs for Wonderland", + "latitude": 42.386787, "location_type": 3, - "longitude": null, - "name": "Aquarium", + "longitude": -71.004876, + "name": "Orient Heights", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-aqucl-atlanticstairs-street", + "id": "node-orhte-obpaidstairs-platform", "links": { - "self": "/stops/node-aqucl-atlanticstairs-street" + "self": "/stops/node-orhte-obpaidstairs-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-aqucl-atlanticstairs-street" + "related": "/facilities/?filter[stop]=node-orhte-obpaidstairs-platform" } }, "parent_station": { "data": { - "id": "place-aqucl", + "id": "place-orhte", "type": "stop" } }, @@ -326278,27 +336128,28 @@ }, { "attributes": { - "description": "Harvard - Top of escalator from Alewife platform to Church Street lobby", - "latitude": null, + "description": "Suffolk Downs - Unpaid side of fare gates", + "latitude": 42.390616, "location_type": 3, - "longitude": null, - "name": "Harvard", + "longitude": -70.997303, + "name": "Suffolk Downs", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-516-lobby", + "id": "node-sdmnl-wall-fareunpaid", "links": { - "self": "/stops/node-516-lobby" + "self": "/stops/node-sdmnl-wall-fareunpaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-516-lobby" + "related": "/facilities/?filter[stop]=node-sdmnl-wall-fareunpaid" } }, "parent_station": { "data": { - "id": "place-harsq", + "id": "place-sdmnl", "type": "stop" } }, @@ -326310,27 +336161,28 @@ }, { "attributes": { - "description": "Davis - Top of Escalator 342", - "latitude": 42.396952, + "description": "Park Street - Top of elevator between Copley & West platform and passageway to Government Center & North", + "latitude": null, "location_type": 3, - "longitude": -71.123187, - "name": "Davis", + "longitude": null, + "name": "Park Street", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-342-entrance", + "id": "node-823-platform", "links": { - "self": "/stops/node-342-entrance" + "self": "/stops/node-823-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-342-entrance" + "related": "/facilities/?filter[stop]=node-823-platform" } }, "parent_station": { "data": { - "id": "place-davis", + "id": "place-pktrm", "type": "stop" } }, @@ -326342,27 +336194,28 @@ }, { "attributes": { - "description": "Wood Island - Bottom of Elevator 890 (within fare control)", - "latitude": 42.379529, + "description": "Wonderland - Lobby level of stairs from garage to Revere Beach Plaza", + "latitude": 42.41353, "location_type": 3, - "longitude": -71.022854, - "name": "Wood Island", + "longitude": -70.991894, + "name": "Wonderland", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-890-paidplatform", + "id": "node-wondl-ibplazastairs-lobby", "links": { - "self": "/stops/node-890-paidplatform" + "self": "/stops/node-wondl-ibplazastairs-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-890-paidplatform" + "related": "/facilities/?filter[stop]=node-wondl-ibplazastairs-lobby" } }, "parent_station": { "data": { - "id": "place-wimnl", + "id": "place-wondl", "type": "stop" } }, @@ -326374,27 +336227,28 @@ }, { "attributes": { - "description": "Wellington - Top of elevator between Oak Grove platform and lobby", - "latitude": 42.40194, + "description": "Prudential - Top of Heath Street stairs", + "latitude": null, "location_type": 3, - "longitude": -71.077061, - "name": "Wellington", + "longitude": null, + "name": "Prudential", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-864-lobby", + "id": "node-prmnl-wbstair-lobby", "links": { - "self": "/stops/node-864-lobby" + "self": "/stops/node-prmnl-wbstair-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-864-lobby" + "related": "/facilities/?filter[stop]=node-prmnl-wbstair-lobby" } }, "parent_station": { "data": { - "id": "place-welln", + "id": "place-prmnl", "type": "stop" } }, @@ -326406,27 +336260,28 @@ }, { "attributes": { - "description": "Downtown Crossing - Bottom of escalator from Washington Street, Winter Street mezzanine to street", + "description": "Tufts Medical Center - Paid side of fare gates", "latitude": null, "location_type": 3, "longitude": null, - "name": "Downtown Crossing", + "name": "Tufts Medical Center", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-365-middle", + "id": "node-tumnl-tre-farepaid", "links": { - "self": "/stops/node-365-middle" + "self": "/stops/node-tumnl-tre-farepaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-365-middle" + "related": "/facilities/?filter[stop]=node-tumnl-tre-farepaid" } }, "parent_station": { "data": { - "id": "place-dwnxg", + "id": "place-tumnl", "type": "stop" } }, @@ -326438,27 +336293,28 @@ }, { "attributes": { - "description": "Ball Square - Bottom of Boston Ave ramp", - "latitude": 42.399896, + "description": "Assembly - Top of platform stairs for Foley Street", + "latitude": 42.393071, "location_type": 3, - "longitude": -71.111019, - "name": "Ball Square", + "longitude": -71.077278, + "name": "Assembly", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-balsq-ramp-bottom", + "id": "node-astao-folplatstair-lobby", "links": { - "self": "/stops/node-balsq-ramp-bottom" + "self": "/stops/node-astao-folplatstair-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-balsq-ramp-bottom" + "related": "/facilities/?filter[stop]=node-astao-folplatstair-lobby" } }, "parent_station": { "data": { - "id": "place-balsq", + "id": "place-astao", "type": "stop" } }, @@ -326470,27 +336326,28 @@ }, { "attributes": { - "description": "Forest Hills - Bottom of Commuter Rail stairs", - "latitude": 42.300909, + "description": "Alewife - Fourth floor garage lobby", + "latitude": 42.395778, "location_type": 3, - "longitude": -71.113775, - "name": "Forest Hills", + "longitude": -71.141265, + "name": "Alewife", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-forhl-crstairs-platform", + "id": "node-alfcl-fourth", "links": { - "self": "/stops/node-forhl-crstairs-platform" + "self": "/stops/node-alfcl-fourth" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-forhl-crstairs-platform" + "related": "/facilities/?filter[stop]=node-alfcl-fourth" } }, "parent_station": { "data": { - "id": "place-forhl", + "id": "place-alfcl", "type": "stop" } }, @@ -326502,27 +336359,28 @@ }, { "attributes": { - "description": "Brookline Hills - Top of ramp between Tappan St and Riverside platform", - "latitude": 42.331384, + "description": "Hynes Convention Center - Bottom of stairs for Park Street & North", + "latitude": null, "location_type": 3, - "longitude": -71.126731, - "name": "Brookline Hills", + "longitude": null, + "name": "Hynes Convention Center", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-brkhl-eastramp-top", + "id": "node-hymnl-ebstairs-platform", "links": { - "self": "/stops/node-brkhl-eastramp-top" + "self": "/stops/node-hymnl-ebstairs-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-brkhl-eastramp-top" + "related": "/facilities/?filter[stop]=node-hymnl-ebstairs-platform" } }, "parent_station": { "data": { - "id": "place-brkhl", + "id": "place-hymnl", "type": "stop" } }, @@ -326534,27 +336392,28 @@ }, { "attributes": { - "description": "Quincy Center - Stairs platform level", - "latitude": 42.25128, + "description": "Maverick - Unpaid side of Lewis Mall fare gates", + "latitude": 42.368184, "location_type": 3, - "longitude": -71.005313, - "name": "Quincy Center", + "longitude": -71.040301, + "name": "Maverick", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-qnctr-crstair-platform", + "id": "node-mvbcl-lewfareunpaid", "links": { - "self": "/stops/node-qnctr-crstair-platform" + "self": "/stops/node-mvbcl-lewfareunpaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-qnctr-crstair-platform" + "related": "/facilities/?filter[stop]=node-mvbcl-lewfareunpaid" } }, "parent_station": { "data": { - "id": "place-qnctr", + "id": "place-mvbcl", "type": "stop" } }, @@ -326566,27 +336425,28 @@ }, { "attributes": { - "description": "Newton Highlands - Lake Ave, Walnut St", - "latitude": 42.322676, - "location_type": 2, - "longitude": -71.205617, - "name": "Newton Highlands - Lake Ave, Walnut St", + "description": "Wood Island - Top of stairs for Lovell Street", + "latitude": 42.379476, + "location_type": 3, + "longitude": -71.023073, + "name": "Wood Island", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-newtn-lake", + "id": "node-wimnl-love-stairs", "links": { - "self": "/stops/door-newtn-lake" + "self": "/stops/node-wimnl-love-stairs" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-newtn-lake" + "related": "/facilities/?filter[stop]=node-wimnl-love-stairs" } }, "parent_station": { "data": { - "id": "place-newtn", + "id": "place-wimnl", "type": "stop" } }, @@ -326598,27 +336458,28 @@ }, { "attributes": { - "description": "Ruggles - Columbus Ave, Tremont St", - "latitude": 42.335873, - "location_type": 2, - "longitude": -71.088906, - "name": "Ruggles - Columbus Ave, Tremont St", + "description": "Symphony - Bottom of stairs for First Church, Falmouth St", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "Symphony", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-rugg-columbus", + "id": "node-symcl-falmstair-platform", "links": { - "self": "/stops/door-rugg-columbus" + "self": "/stops/node-symcl-falmstair-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-rugg-columbus" + "related": "/facilities/?filter[stop]=node-symcl-falmstair-platform" } }, "parent_station": { "data": { - "id": "place-rugg", + "id": "place-symcl", "type": "stop" } }, @@ -326630,27 +336491,28 @@ }, { "attributes": { - "description": "Hynes Convention Center - Bottom of stairs for Park Street & North", - "latitude": null, + "description": "Alewife - Bottom of Escalator 357 from second floor of garage to fifth floor of garage", + "latitude": 42.395816, "location_type": 3, - "longitude": null, - "name": "Hynes Convention Center", + "longitude": -71.140942, + "name": "Alewife", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-hymnl-ebstairs-platform", + "id": "node-357-bottom", "links": { - "self": "/stops/node-hymnl-ebstairs-platform" + "self": "/stops/node-357-bottom" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-hymnl-ebstairs-platform" + "related": "/facilities/?filter[stop]=node-357-bottom" } }, "parent_station": { "data": { - "id": "place-hymnl", + "id": "place-alfcl", "type": "stop" } }, @@ -326662,27 +336524,28 @@ }, { "attributes": { - "description": "Ruggles - Top of Forsyth Street entrance escalator", - "latitude": 42.336861, + "description": "Maverick - Top of escalator from lobby to Lewis Mall", + "latitude": 42.368262, "location_type": 3, - "longitude": -71.089372, - "name": "Ruggles", + "longitude": -71.040533, + "name": "Maverick", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-138-top", + "id": "node-428-entrance", "links": { - "self": "/stops/node-138-top" + "self": "/stops/node-428-entrance" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-138-top" + "related": "/facilities/?filter[stop]=node-428-entrance" } }, "parent_station": { "data": { - "id": "place-rugg", + "id": "place-mvbcl", "type": "stop" } }, @@ -326694,27 +336557,28 @@ }, { "attributes": { - "description": "Forest Hills - Building door for upper busway", - "latitude": 42.300465, + "description": "Alewife - Top of stairs between concourse and ground level parking", + "latitude": 42.395867, "location_type": 3, - "longitude": -71.114151, - "name": "Forest Hills", + "longitude": -71.141889, + "name": "Alewife", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-forhl-upperdoor", + "id": "node-alfcl-groundparkingstairs-top", "links": { - "self": "/stops/node-forhl-upperdoor" + "self": "/stops/node-alfcl-groundparkingstairs-top" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-forhl-upperdoor" + "related": "/facilities/?filter[stop]=node-alfcl-groundparkingstairs-top" } }, "parent_station": { "data": { - "id": "place-forhl", + "id": "place-alfcl", "type": "stop" } }, @@ -326726,27 +336590,28 @@ }, { "attributes": { - "description": "Tufts Medical Center - Top of Escalator 149", - "latitude": null, + "description": "Lechmere - Top of stairs for O'Brien Hwy", + "latitude": 42.370861, "location_type": 3, - "longitude": null, - "name": "Tufts Medical Center", + "longitude": -71.075629, + "name": "Lechmere", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-149-lobby", + "id": "node-lech-obrienstairs-top", "links": { - "self": "/stops/node-149-lobby" + "self": "/stops/node-lech-obrienstairs-top" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-149-lobby" + "related": "/facilities/?filter[stop]=node-lech-obrienstairs-top" } }, "parent_station": { "data": { - "id": "place-tumnl", + "id": "place-lech", "type": "stop" } }, @@ -326758,27 +336623,28 @@ }, { "attributes": { - "description": "Beachmont - Bottom of stairs for Wonderland", - "latitude": 42.397323, + "description": "Government Center - Bottom of elevator between Green Line and Blue Line", + "latitude": null, "location_type": 3, - "longitude": -70.992432, - "name": "Beachmont", + "longitude": null, + "name": "Government Center", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-bmmnl-379stair-lobby", + "id": "node-723-bl", "links": { - "self": "/stops/node-bmmnl-379stair-lobby" + "self": "/stops/node-723-bl" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-bmmnl-379stair-lobby" + "related": "/facilities/?filter[stop]=node-723-bl" } }, "parent_station": { "data": { - "id": "place-bmmnl", + "id": "place-gover", "type": "stop" } }, @@ -326790,27 +336656,28 @@ }, { "attributes": { - "description": "JFK/UMass - Sydney St (South)", - "latitude": 42.319895, - "location_type": 2, - "longitude": -71.052602, - "name": "JFK/UMass - Sydney St (South)", + "description": "Massachusetts Avenue - Bottom of platform stairs from lobby", + "latitude": 42.341287, + "location_type": 3, + "longitude": -71.083753, + "name": "Massachusetts Avenue", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-jfk-sydneys", + "id": "node-masta-mainstair-platform", "links": { - "self": "/stops/door-jfk-sydneys" + "self": "/stops/node-masta-mainstair-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-jfk-sydneys" + "related": "/facilities/?filter[stop]=node-masta-mainstair-platform" } }, "parent_station": { "data": { - "id": "place-jfk", + "id": "place-masta", "type": "stop" } }, @@ -326822,27 +336689,28 @@ }, { "attributes": { - "description": "Wellington - Unpaid side of fare gates", - "latitude": 42.40228, - "location_type": 3, - "longitude": -71.077111, - "name": "Wellington", + "description": "Bellingham Square - Washington Avenue", + "latitude": 42.395247, + "location_type": 2, + "longitude": -71.033173, + "name": "Bellingham Square - Washington Avenue", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-welln-fareunpaid", + "id": "door-belsq-washington", "links": { - "self": "/stops/node-welln-fareunpaid" + "self": "/stops/door-belsq-washington" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-welln-fareunpaid" + "related": "/facilities/?filter[stop]=door-belsq-washington" } }, "parent_station": { "data": { - "id": "place-welln", + "id": "place-belsq", "type": "stop" } }, @@ -326854,27 +336722,28 @@ }, { "attributes": { - "description": "Harvard - Top of ramp between Upper Busway and Red Line lobby", - "latitude": null, + "description": "Orient Heights - Bottom of Elevator 712", + "latitude": 42.386992, "location_type": 3, - "longitude": null, - "name": "Harvard", + "longitude": -71.004863, + "name": "Orient Heights", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-harsq-upperramp-upper", + "id": "node-712-platform", "links": { - "self": "/stops/node-harsq-upperramp-upper" + "self": "/stops/node-712-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-harsq-upperramp-upper" + "related": "/facilities/?filter[stop]=node-712-platform" } }, "parent_station": { "data": { - "id": "place-harsq", + "id": "place-orhte", "type": "stop" } }, @@ -326886,27 +336755,28 @@ }, { "attributes": { - "description": "Back Bay - Outdoor side of exit-only gate", + "description": "Symphony - Bottom of stairs for entrances", "latitude": null, "location_type": 3, "longitude": null, - "name": "Back Bay", + "name": "Symphony", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-bbsta-2clarexit-fareunpaid", + "id": "node-symcl-eb-midbottom", "links": { - "self": "/stops/node-bbsta-2clarexit-fareunpaid" + "self": "/stops/node-symcl-eb-midbottom" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-bbsta-2clarexit-fareunpaid" + "related": "/facilities/?filter[stop]=node-symcl-eb-midbottom" } }, "parent_station": { "data": { - "id": "place-bbsta", + "id": "place-symcl", "type": "stop" } }, @@ -326918,27 +336788,28 @@ }, { "attributes": { - "description": "Braintree - Bottom of Commuter Rail platform escalator", - "latitude": 42.207627, + "description": "Medford/Tufts - Top of Elevator 772", + "latitude": 42.408005, "location_type": 3, - "longitude": -71.001369, - "name": "Braintree", + "longitude": -71.117041, + "name": "Medford/Tufts", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-333-bottom", + "id": "node-772-top", "links": { - "self": "/stops/node-333-bottom" + "self": "/stops/node-772-top" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-333-bottom" + "related": "/facilities/?filter[stop]=node-772-top" } }, "parent_station": { "data": { - "id": "place-brntn", + "id": "place-mdftf", "type": "stop" } }, @@ -326950,27 +336821,28 @@ }, { "attributes": { - "description": "Ruggles - Columbus Ave, Buses", - "latitude": 42.336473, - "location_type": 2, - "longitude": -71.089194, - "name": "Ruggles - Columbus Ave, Buses", + "description": "Roxbury Crossing - Top of Escalator 134", + "latitude": 42.331227, + "location_type": 3, + "longitude": -71.095574, + "name": "Roxbury Crossing", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-rugg-buses", + "id": "node-rcmnl-134-lobby", "links": { - "self": "/stops/door-rugg-buses" + "self": "/stops/node-rcmnl-134-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-rugg-buses" + "related": "/facilities/?filter[stop]=node-rcmnl-134-lobby" } }, "parent_station": { "data": { - "id": "place-rugg", + "id": "place-rcmnl", "type": "stop" } }, @@ -326982,27 +336854,28 @@ }, { "attributes": { - "description": "Broadway - Top of platform escalator", + "description": "Park Street - Top of stairs between Alewife platform and Copley & West platform", "latitude": null, "location_type": 3, "longitude": null, - "name": "Broadway", + "name": "Park Street", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-367-lobby", + "id": "node-pktrm-stair5-gl", "links": { - "self": "/stops/node-367-lobby" + "self": "/stops/node-pktrm-stair5-gl" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-367-lobby" + "related": "/facilities/?filter[stop]=node-pktrm-stair5-gl" } }, "parent_station": { "data": { - "id": "place-brdwy", + "id": "place-pktrm", "type": "stop" } }, @@ -327014,27 +336887,28 @@ }, { "attributes": { - "description": "Revere Beach - Unpaid side of fare gates", - "latitude": 42.407872, + "description": "Courthouse - Bottom of elevator between outbound platform and lobby", + "latitude": null, "location_type": 3, - "longitude": -70.992533, - "name": "Revere Beach", + "longitude": null, + "name": "Courthouse", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-rbmnl-fareunpaid", + "id": "node-938-platform", "links": { - "self": "/stops/node-rbmnl-fareunpaid" + "self": "/stops/node-938-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-rbmnl-fareunpaid" + "related": "/facilities/?filter[stop]=node-938-platform" } }, "parent_station": { "data": { - "id": "place-rbmnl", + "id": "place-crtst", "type": "stop" } }, @@ -327046,27 +336920,28 @@ }, { "attributes": { - "description": "Braintree - Parking garage entrance", - "latitude": 42.20772, + "description": "Newton Centre - Bottom of ramp for Union Street", + "latitude": 42.329414, "location_type": 3, - "longitude": -71.001006, - "name": "Braintree", + "longitude": -71.192631, + "name": "Newton Centre", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-brntn-parking", + "id": "node-newto-ramp-platform", "links": { - "self": "/stops/node-brntn-parking" + "self": "/stops/node-newto-ramp-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-brntn-parking" + "related": "/facilities/?filter[stop]=node-newto-ramp-platform" } }, "parent_station": { "data": { - "id": "place-brntn", + "id": "place-newto", "type": "stop" } }, @@ -327078,27 +336953,28 @@ }, { "attributes": { - "description": "Park Street - Paid side of exit-only gate", - "latitude": null, + "description": "Quincy Adams - Ground level of Elevator 806 ", + "latitude": 42.233073, "location_type": 3, - "longitude": null, - "name": "Park Street", + "longitude": -71.007199, + "name": "Quincy Adams", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-pktrm-nbexitpaid", + "id": "node-806-ground", "links": { - "self": "/stops/node-pktrm-nbexitpaid" + "self": "/stops/node-806-ground" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-pktrm-nbexitpaid" + "related": "/facilities/?filter[stop]=node-806-ground" } }, "parent_station": { "data": { - "id": "place-pktrm", + "id": "place-qamnl", "type": "stop" } }, @@ -327110,27 +336986,28 @@ }, { "attributes": { - "description": "Wonderland - Bottom of stairs from Wonderland-bound platform to pedestrian bridge", - "latitude": 42.413279, + "description": "Massachusetts Avenue - Top of Elevator 852", + "latitude": 42.341345, "location_type": 3, - "longitude": -70.991659, - "name": "Wonderland", + "longitude": -71.083634, + "name": "Massachusetts Avenue", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-wondl-obplatstairs-platform", + "id": "node-masta-852-lobby", "links": { - "self": "/stops/node-wondl-obplatstairs-platform" + "self": "/stops/node-masta-852-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-wondl-obplatstairs-platform" + "related": "/facilities/?filter[stop]=node-masta-852-lobby" } }, "parent_station": { "data": { - "id": "place-wondl", + "id": "place-masta", "type": "stop" } }, @@ -327142,27 +337019,28 @@ }, { "attributes": { - "description": "Wollaston - Parking, drop-off/pick-up", - "latitude": 42.266783, + "description": "Wood Island - Bennington St", + "latitude": 42.379854, "location_type": 2, - "longitude": -71.020104, - "name": "Wollaston - Parking, drop-off/pick-up", + "longitude": -71.023052, + "name": "Wood Island - Bennington St", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-wlsta-parking", + "id": "door-wimnl-benning", "links": { - "self": "/stops/door-wlsta-parking" + "self": "/stops/door-wimnl-benning" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-wlsta-parking" + "related": "/facilities/?filter[stop]=door-wimnl-benning" } }, "parent_station": { "data": { - "id": "place-wlsta", + "id": "place-wimnl", "type": "stop" } }, @@ -327174,22 +337052,23 @@ }, { "attributes": { - "description": "South Station - Bottom of Escalator 389", + "description": "South Station - Bottom of Escalator 419", "latitude": null, "location_type": 3, "longitude": null, "name": "South Station", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-389-rl", + "id": "node-419-middle", "links": { - "self": "/stops/node-389-rl" + "self": "/stops/node-419-middle" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-389-rl" + "related": "/facilities/?filter[stop]=node-419-middle" } }, "parent_station": { @@ -327206,27 +337085,28 @@ }, { "attributes": { - "description": "Eliot - Top of ramp to westbound Boylston Street", - "latitude": 42.31876, + "description": "Kenmore - Top of Park Street & North stairs", + "latitude": null, "location_type": 3, - "longitude": -71.215955, - "name": "Eliot", + "longitude": null, + "name": "Kenmore", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-eliot-boylwr-platform", + "id": "node-kencl-ebstair-lobby", "links": { - "self": "/stops/node-eliot-boylwr-platform" + "self": "/stops/node-kencl-ebstair-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-eliot-boylwr-platform" + "related": "/facilities/?filter[stop]=node-kencl-ebstair-lobby" } }, "parent_station": { "data": { - "id": "place-eliot", + "id": "place-kencl", "type": "stop" } }, @@ -327238,27 +337118,28 @@ }, { "attributes": { - "description": "North Station - Causeway St, Canal St", - "latitude": 42.365975, - "location_type": 2, - "longitude": -71.061759, - "name": "North Station - Causeway St, Canal St", + "description": "Quincy Adams - Top of Elevator 736 between lobby and platform", + "latitude": 42.233325, + "location_type": 3, + "longitude": -71.006909, + "name": "Quincy Adams", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-north-crcanal", + "id": "node-736-top", "links": { - "self": "/stops/door-north-crcanal" + "self": "/stops/node-736-top" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-north-crcanal" + "related": "/facilities/?filter[stop]=node-736-top" } }, "parent_station": { "data": { - "id": "place-north", + "id": "place-qamnl", "type": "stop" } }, @@ -327270,27 +337151,28 @@ }, { "attributes": { - "description": "Wollaston - Bottom of elevator between parking lobby and bridge", - "latitude": null, + "description": "Quincy Center - Unpaid side of Elevator 810 fare gates", + "latitude": 42.251538, "location_type": 3, - "longitude": null, - "name": "Wollaston", + "longitude": -71.00522, + "name": "Quincy Center", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-733-lobby", + "id": "node-qnctr-elevfareunpaid", "links": { - "self": "/stops/node-733-lobby" + "self": "/stops/node-qnctr-elevfareunpaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-733-lobby" + "related": "/facilities/?filter[stop]=node-qnctr-elevfareunpaid" } }, "parent_station": { "data": { - "id": "place-wlsta", + "id": "place-qnctr", "type": "stop" } }, @@ -327302,27 +337184,28 @@ }, { "attributes": { - "description": "Park Street - Bottom of stairs between Red Line center platform and Government Center & North platform", + "description": "Downtown Crossing - Bottom of stairs between Alewife platform and Chauncy Street lobby", "latitude": null, "location_type": 3, "longitude": null, - "name": "Park Street", + "name": "Downtown Crossing", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-pktrm-cpebstairs-rl", + "id": "node-dwnxg-stair4-platform", "links": { - "self": "/stops/node-pktrm-cpebstairs-rl" + "self": "/stops/node-dwnxg-stair4-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-pktrm-cpebstairs-rl" + "related": "/facilities/?filter[stop]=node-dwnxg-stair4-platform" } }, "parent_station": { "data": { - "id": "place-pktrm", + "id": "place-dwnxg", "type": "stop" } }, @@ -327334,27 +337217,28 @@ }, { "attributes": { - "description": "Government Center - City Hall Plaza", - "latitude": 42.359699, + "description": "Savin Hill - Savin Hill Ave", + "latitude": 42.311299, "location_type": 2, - "longitude": -71.05936, - "name": "Government Center - City Hall Plaza", + "longitude": -71.053302, + "name": "Savin Hill - Savin Hill Ave", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-gover-main", + "id": "door-shmnl-savin", "links": { - "self": "/stops/door-gover-main" + "self": "/stops/door-shmnl-savin" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-gover-main" + "related": "/facilities/?filter[stop]=door-shmnl-savin" } }, "parent_station": { "data": { - "id": "place-gover", + "id": "place-shmnl", "type": "stop" } }, @@ -327366,27 +337250,28 @@ }, { "attributes": { - "description": "Wollaston - Newport Ave (Ramp)", - "latitude": 42.266222, - "location_type": 2, - "longitude": -71.020167, - "name": "Wollaston - Newport Ave (Ramp)", + "description": "Courthouse - Bottom of escalator from South Station platform to exit-only gates", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "Courthouse", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-wlsta-newpsouth", + "id": "node-416-platform", "links": { - "self": "/stops/door-wlsta-newpsouth" + "self": "/stops/node-416-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-wlsta-newpsouth" + "related": "/facilities/?filter[stop]=node-416-platform" } }, "parent_station": { "data": { - "id": "place-wlsta", + "id": "place-crtst", "type": "stop" } }, @@ -327398,27 +337283,28 @@ }, { "attributes": { - "description": "Wood Island - Bottom of Elevator 889 (outside fare control)", - "latitude": 42.379769, + "description": "Copley - Unpaid side of fare gates", + "latitude": 42.349835, "location_type": 3, - "longitude": -71.022991, - "name": "Wood Island", + "longitude": -71.078072, + "name": "Copley", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-889-unpaidstreet", + "id": "node-coecl-ebfareunpaid", "links": { - "self": "/stops/node-889-unpaidstreet" + "self": "/stops/node-coecl-ebfareunpaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-889-unpaidstreet" + "related": "/facilities/?filter[stop]=node-coecl-ebfareunpaid" } }, "parent_station": { "data": { - "id": "place-wimnl", + "id": "place-coecl", "type": "stop" } }, @@ -327430,27 +337316,28 @@ }, { "attributes": { - "description": "Symphony - Massachusetts Ave, Huntington Ave (West)", - "latitude": 42.342822, - "location_type": 2, - "longitude": -71.085185, - "name": "Symphony - Massachusetts Ave, Huntington Ave (West)", + "description": "Gilman Square - Bottom of stairs for School St", + "latitude": 42.38822, + "location_type": 3, + "longitude": -71.097392, + "name": "Gilman Square", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-symcl-huntw", + "id": "node-gilmn-schstairs-bottom", "links": { - "self": "/stops/door-symcl-huntw" + "self": "/stops/node-gilmn-schstairs-bottom" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-symcl-huntw" + "related": "/facilities/?filter[stop]=node-gilmn-schstairs-bottom" } }, "parent_station": { "data": { - "id": "place-symcl", + "id": "place-gilmn", "type": "stop" } }, @@ -327462,27 +337349,28 @@ }, { "attributes": { - "description": "Harvard - Bottom of stairs between Upper Busway and Lower Busway", - "latitude": null, + "description": "Quincy Center - Bottom of ramp to Burgin Parkway", + "latitude": 42.25114, "location_type": 3, - "longitude": null, - "name": "Harvard", + "longitude": -71.005249, + "name": "Quincy Center", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-harsq-lowupstair-lower", + "id": "node-qnctr-burginramp-cr", "links": { - "self": "/stops/node-harsq-lowupstair-lower" + "self": "/stops/node-qnctr-burginramp-cr" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-harsq-lowupstair-lower" + "related": "/facilities/?filter[stop]=node-qnctr-burginramp-cr" } }, "parent_station": { "data": { - "id": "place-harsq", + "id": "place-qnctr", "type": "stop" } }, @@ -327494,27 +337382,28 @@ }, { "attributes": { - "description": "Airport - Paid side of fare gates", - "latitude": 42.374495, + "description": "Wollaston - Top of stairs between Newport Avenue lobby and platform", + "latitude": null, "location_type": 3, - "longitude": -71.030252, - "name": "Airport", + "longitude": null, + "name": "Wollaston", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-aport-bremen-farepaid", + "id": "node-wlsta-stair4-platform", "links": { - "self": "/stops/node-aport-bremen-farepaid" + "self": "/stops/node-wlsta-stair4-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-aport-bremen-farepaid" + "related": "/facilities/?filter[stop]=node-wlsta-stair4-platform" } }, "parent_station": { "data": { - "id": "place-aport", + "id": "place-wlsta", "type": "stop" } }, @@ -327526,27 +337415,28 @@ }, { "attributes": { - "description": "South Station - Top of stairs for drop-off only platform", + "description": "North Station - Bottom of stairs between Causeway Street east entrance and commuter rail station", "latitude": null, "location_type": 3, "longitude": null, - "name": "South Station", + "name": "North Station", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-sstat-388stair-lobby", + "id": "node-north-eaststairs-bottom", "links": { - "self": "/stops/node-sstat-388stair-lobby" + "self": "/stops/node-north-eaststairs-bottom" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-sstat-388stair-lobby" + "related": "/facilities/?filter[stop]=node-north-eaststairs-bottom" } }, "parent_station": { "data": { - "id": "place-sstat", + "id": "place-north", "type": "stop" } }, @@ -327558,27 +337448,28 @@ }, { "attributes": { - "description": "Back Bay - Top of Orange Line platform west stairs", + "description": "Tufts Medical Center - Top of stairs for Oak Grove, Washington Street", "latitude": null, "location_type": 3, "longitude": null, - "name": "Back Bay", + "name": "Tufts Medical Center", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-bbsta-olestairs-lobby", + "id": "node-tumnl-washnbstairs-lobby", "links": { - "self": "/stops/node-bbsta-olestairs-lobby" + "self": "/stops/node-tumnl-washnbstairs-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-bbsta-olestairs-lobby" + "related": "/facilities/?filter[stop]=node-tumnl-washnbstairs-lobby" } }, "parent_station": { "data": { - "id": "place-bbsta", + "id": "place-tumnl", "type": "stop" } }, @@ -327590,27 +337481,28 @@ }, { "attributes": { - "description": "Savin Hill - Bottom of southern stairs between platform and lobby", - "latitude": 42.310729, + "description": "South Station - Red Line level of Elevator 918", + "latitude": null, "location_type": 3, - "longitude": -71.053594, - "name": "Savin Hill", + "longitude": null, + "name": "South Station", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-shmnl-platstair-platform", + "id": "node-918-rl", "links": { - "self": "/stops/node-shmnl-platstair-platform" + "self": "/stops/node-918-rl" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-shmnl-platstair-platform" + "related": "/facilities/?filter[stop]=node-918-rl" } }, "parent_station": { "data": { - "id": "place-shmnl", + "id": "place-sstat", "type": "stop" } }, @@ -327622,27 +337514,28 @@ }, { "attributes": { - "description": "Union Square - Top of stairs for Prospect St", - "latitude": 42.377625, + "description": "Oak Grove - Bottom of Orange Line escalator", + "latitude": 42.437163, "location_type": 3, - "longitude": -71.095015, - "name": "Union Square", + "longitude": -71.070948, + "name": "Oak Grove", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-unsqu-stairs-top", + "id": "node-103-platform", "links": { - "self": "/stops/node-unsqu-stairs-top" + "self": "/stops/node-103-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-unsqu-stairs-top" + "related": "/facilities/?filter[stop]=node-103-platform" } }, "parent_station": { "data": { - "id": "place-unsqu", + "id": "place-ogmnl", "type": "stop" } }, @@ -327654,27 +337547,28 @@ }, { "attributes": { - "description": "Government Center - Top of escalator to Green Line", + "description": "South Station - Top of stairs for Ashmont/Braintree", "latitude": null, "location_type": 3, "longitude": null, - "name": "Government Center", + "name": "South Station", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-446-gl", + "id": "node-sstat-400stair-middle", "links": { - "self": "/stops/node-446-gl" + "self": "/stops/node-sstat-400stair-middle" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-446-gl" + "related": "/facilities/?filter[stop]=node-sstat-400stair-middle" } }, "parent_station": { "data": { - "id": "place-gover", + "id": "place-sstat", "type": "stop" } }, @@ -327686,27 +337580,28 @@ }, { "attributes": { - "description": "Forest Hills - Bottom of south lower busway escalator", - "latitude": 42.300451, + "description": "Bowdoin - Unpaid side of fare gates", + "latitude": null, "location_type": 3, - "longitude": -71.113818, - "name": "Forest Hills", + "longitude": null, + "name": "Bowdoin", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-128-busway", + "id": "node-bomnl-fareunpaid", "links": { - "self": "/stops/node-128-busway" + "self": "/stops/node-bomnl-fareunpaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-128-busway" + "related": "/facilities/?filter[stop]=node-bomnl-fareunpaid" } }, "parent_station": { "data": { - "id": "place-forhl", + "id": "place-bomnl", "type": "stop" } }, @@ -327718,27 +337613,28 @@ }, { "attributes": { - "description": "Haymarket - Bottom of elevator between lobby and busway", - "latitude": null, + "description": "Porter - Top of escalator to lobby from Red Line platforms", + "latitude": 42.388462, "location_type": 3, - "longitude": null, - "name": "Haymarket", + "longitude": -71.118825, + "name": "Porter", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-908-lobby", + "id": "node-511-lobby", "links": { - "self": "/stops/node-908-lobby" + "self": "/stops/node-511-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-908-lobby" + "related": "/facilities/?filter[stop]=node-511-lobby" } }, "parent_station": { "data": { - "id": "place-haecl", + "id": "place-portr", "type": "stop" } }, @@ -327750,27 +337646,28 @@ }, { "attributes": { - "description": "Symphony - First Church, Falmouth St", - "latitude": 42.343075, - "location_type": 2, - "longitude": -71.085195, - "name": "Symphony - First Church, Falmouth St", + "description": "State - Bottom of stairs between Milk Street and lobby", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "State", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-symcl-falmouth", + "id": "node-state-milkststairs-lobby", "links": { - "self": "/stops/door-symcl-falmouth" + "self": "/stops/node-state-milkststairs-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-symcl-falmouth" + "related": "/facilities/?filter[stop]=node-state-milkststairs-lobby" } }, "parent_station": { "data": { - "id": "place-symcl", + "id": "place-state", "type": "stop" } }, @@ -327782,27 +337679,28 @@ }, { "attributes": { - "description": "Back Bay - Dartmouth St (Tracks 5 and 7)", - "latitude": 42.347572, - "location_type": 2, - "longitude": -71.076228, - "name": "Back Bay - Dartmouth St (Tracks 5 and 7)", + "description": "Ashmont - Top of Beale Street ramp", + "latitude": 42.283925, + "location_type": 3, + "longitude": -71.063505, + "name": "Ashmont", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-bbsta-dartmw", + "id": "node-asmnl-bealeramp", "links": { - "self": "/stops/door-bbsta-dartmw" + "self": "/stops/node-asmnl-bealeramp" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-bbsta-dartmw" + "related": "/facilities/?filter[stop]=node-asmnl-bealeramp" } }, "parent_station": { "data": { - "id": "place-bbsta", + "id": "place-asmnl", "type": "stop" } }, @@ -327814,27 +337712,28 @@ }, { "attributes": { - "description": "Science Park/West End - Monsignor O'Brien Hwy, Museum of Science (Elevator)", - "latitude": 42.36665, + "description": "Savin Hill - South Sydney St", + "latitude": 42.310856, "location_type": 2, - "longitude": -71.067966, - "name": "Science Park/West End - Monsignor O'Brien Hwy, Museum of Science (Elevator)", + "longitude": -71.053701, + "name": "Savin Hill - South Sydney St", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-spmnl-obrienel", + "id": "door-shmnl-sydney", "links": { - "self": "/stops/door-spmnl-obrienel" + "self": "/stops/door-shmnl-sydney" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-spmnl-obrienel" + "related": "/facilities/?filter[stop]=door-shmnl-sydney" } }, "parent_station": { "data": { - "id": "place-spmnl", + "id": "place-shmnl", "type": "stop" } }, @@ -327846,27 +337745,28 @@ }, { "attributes": { - "description": "North Quincy - Bottom of stairs between Hancock Street and lobby", - "latitude": 42.276633, + "description": "Ruggles - Paid side of exit-only gates", + "latitude": null, "location_type": 3, - "longitude": -71.030899, - "name": "North Quincy", + "longitude": null, + "name": "Ruggles", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-nqncy-hstair-street", + "id": "node-rugg-olexit-farepaid", "links": { - "self": "/stops/node-nqncy-hstair-street" + "self": "/stops/node-rugg-olexit-farepaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-nqncy-hstair-street" + "related": "/facilities/?filter[stop]=node-rugg-olexit-farepaid" } }, "parent_station": { "data": { - "id": "place-nqncy", + "id": "place-rugg", "type": "stop" } }, @@ -327878,27 +337778,28 @@ }, { "attributes": { - "description": "Park Street - Paid side of exit-only gate", - "latitude": null, - "location_type": 3, - "longitude": null, - "name": "Park Street", + "description": "Butler - Branchfield St, Butler St", + "latitude": 42.272469, + "location_type": 2, + "longitude": -71.062579, + "name": "Butler - Branchfield St, Butler St", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-pktrm-sbexitpaid", + "id": "door-butlr-branchfield", "links": { - "self": "/stops/node-pktrm-sbexitpaid" + "self": "/stops/door-butlr-branchfield" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-pktrm-sbexitpaid" + "related": "/facilities/?filter[stop]=door-butlr-branchfield" } }, "parent_station": { "data": { - "id": "place-pktrm", + "id": "place-butlr", "type": "stop" } }, @@ -327910,27 +337811,28 @@ }, { "attributes": { - "description": "Assembly - Top of Elevator 719", - "latitude": 42.392237, + "description": "Porter - Bottom of stairs between Somerville Ave and lobby", + "latitude": 42.388329, "location_type": 3, - "longitude": -71.077218, - "name": "Assembly", + "longitude": -71.118943, + "name": "Porter", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-astao-719-lobby", + "id": "node-portr-somervilleavestairs-lobby", "links": { - "self": "/stops/node-astao-719-lobby" + "self": "/stops/node-portr-somervilleavestairs-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-astao-719-lobby" + "related": "/facilities/?filter[stop]=node-portr-somervilleavestairs-lobby" } }, "parent_station": { "data": { - "id": "place-astao", + "id": "place-portr", "type": "stop" } }, @@ -327942,22 +337844,23 @@ }, { "attributes": { - "description": "Haymarket - RMV, City Hall, Faneuil Hall Marketplace", - "latitude": 42.361977, - "location_type": 2, - "longitude": -71.057805, - "name": "Haymarket - RMV, City Hall, Faneuil Hall Marketplace", + "description": "Haymarket - Top of stairs between mezzanine and Oak Grove platform", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "Haymarket", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-haecl-congress", + "id": "node-haecl-congogplatn-passage", "links": { - "self": "/stops/door-haecl-congress" + "self": "/stops/node-haecl-congogplatn-passage" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-haecl-congress" + "related": "/facilities/?filter[stop]=node-haecl-congogplatn-passage" } }, "parent_station": { @@ -327974,27 +337877,28 @@ }, { "attributes": { - "description": "South Station - Financial Center", - "latitude": 42.352544, - "location_type": 2, - "longitude": -71.055824, - "name": "South Station - Financial Center", + "description": "Boylston - Bottom of Park Street & East stairs", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "Boylston", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-sstat-finctr", + "id": "node-boyls-instair-platform", "links": { - "self": "/stops/door-sstat-finctr" + "self": "/stops/node-boyls-instair-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-sstat-finctr" + "related": "/facilities/?filter[stop]=node-boyls-instair-platform" } }, "parent_station": { "data": { - "id": "place-sstat", + "id": "place-boyls", "type": "stop" } }, @@ -328006,27 +337910,28 @@ }, { "attributes": { - "description": "Porter - Bottom of stairs between Commuter Rail and lobby", - "latitude": 42.388161, + "description": "Revere Beach - Paid side of exit-only gates", + "latitude": 42.407357, "location_type": 3, - "longitude": -71.11887, - "name": "Porter", + "longitude": -70.992379, + "name": "Revere Beach", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-portr-crstairs-lobby", + "id": "node-rbmnl-shirleyfarepaid", "links": { - "self": "/stops/node-portr-crstairs-lobby" + "self": "/stops/node-rbmnl-shirleyfarepaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-portr-crstairs-lobby" + "related": "/facilities/?filter[stop]=node-rbmnl-shirleyfarepaid" } }, "parent_station": { "data": { - "id": "place-portr", + "id": "place-rbmnl", "type": "stop" } }, @@ -328038,27 +337943,28 @@ }, { "attributes": { - "description": "Assembly - Top of stairs for Revolution Drive", - "latitude": 42.392158, - "location_type": 3, - "longitude": -71.077406, - "name": "Assembly", + "description": "Aquarium - State St (South)", + "latitude": 42.359331, + "location_type": 2, + "longitude": -71.053039, + "name": "Aquarium - State St (South)", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-astao-revdoorstair-lobby", + "id": "door-aqucl-mcksouth", "links": { - "self": "/stops/node-astao-revdoorstair-lobby" + "self": "/stops/door-aqucl-mcksouth" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-astao-revdoorstair-lobby" + "related": "/facilities/?filter[stop]=door-aqucl-mcksouth" } }, "parent_station": { "data": { - "id": "place-astao", + "id": "place-aqucl", "type": "stop" } }, @@ -328070,27 +337976,28 @@ }, { "attributes": { - "description": "Riverside - Top of ramp for buses", - "latitude": 42.337347, + "description": "Assembly - Bottom of platform stairs for Revolution Drive", + "latitude": 42.392069, "location_type": 3, - "longitude": -71.252761, - "name": "Riverside", + "longitude": -71.077199, + "name": "Assembly", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-river-ramp-lobby", + "id": "node-astao-revplatstair-platform", "links": { - "self": "/stops/node-river-ramp-lobby" + "self": "/stops/node-astao-revplatstair-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-river-ramp-lobby" + "related": "/facilities/?filter[stop]=node-astao-revplatstair-platform" } }, "parent_station": { "data": { - "id": "place-river", + "id": "place-astao", "type": "stop" } }, @@ -328102,27 +338009,28 @@ }, { "attributes": { - "description": "Assembly - Unpaid side of fare gates", - "latitude": 42.39219, + "description": "Jackson Square - Bottom of Escalator 133", + "latitude": null, "location_type": 3, - "longitude": -71.077269, - "name": "Assembly", + "longitude": null, + "name": "Jackson Square", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-astao-rev-fareunpaid", + "id": "node-jaksn-133-platform", "links": { - "self": "/stops/node-astao-rev-fareunpaid" + "self": "/stops/node-jaksn-133-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-astao-rev-fareunpaid" + "related": "/facilities/?filter[stop]=node-jaksn-133-platform" } }, "parent_station": { "data": { - "id": "place-astao", + "id": "place-jaksn", "type": "stop" } }, @@ -328134,27 +338042,28 @@ }, { "attributes": { - "description": "Suffolk Downs - Bottom of ramp for Bennington Street", - "latitude": 42.390388, + "description": "Symphony - Unpaid side of fare gates", + "latitude": null, "location_type": 3, - "longitude": -70.997057, - "name": "Suffolk Downs", + "longitude": null, + "name": "Symphony", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-sdmnl-unob-street", + "id": "node-symcl-eb-fareunpaid", "links": { - "self": "/stops/node-sdmnl-unob-street" + "self": "/stops/node-symcl-eb-fareunpaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-sdmnl-unob-street" + "related": "/facilities/?filter[stop]=node-symcl-eb-fareunpaid" } }, "parent_station": { "data": { - "id": "place-sdmnl", + "id": "place-symcl", "type": "stop" } }, @@ -328166,27 +338075,28 @@ }, { "attributes": { - "description": "Symphony - Bottom of stairs for Massachusetts Ave, Symphony Hall", + "description": "Downtown Crossing - Bottom of stairs between lobby and Washington Street at Summer Street", "latitude": null, "location_type": 3, "longitude": null, - "name": "Symphony", + "name": "Downtown Crossing", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-symcl-sympstair-platform", + "id": "node-dwnxg-stair14-lobby", "links": { - "self": "/stops/node-symcl-sympstair-platform" + "self": "/stops/node-dwnxg-stair14-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-symcl-sympstair-platform" + "related": "/facilities/?filter[stop]=node-dwnxg-stair14-lobby" } }, "parent_station": { "data": { - "id": "place-symcl", + "id": "place-dwnxg", "type": "stop" } }, @@ -328198,27 +338108,28 @@ }, { "attributes": { - "description": "South Station - Top of stairs for Ashmont/Braintree", - "latitude": null, + "description": "North Quincy - Unpaid side of Hancock Street, Newport Avenue fare gates", + "latitude": 42.27643, "location_type": 3, - "longitude": null, - "name": "South Station", + "longitude": -71.030873, + "name": "North Quincy", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-sstat-919stair-sl", + "id": "node-nqncy-nhfareunpaid", "links": { - "self": "/stops/node-sstat-919stair-sl" + "self": "/stops/node-nqncy-nhfareunpaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-sstat-919stair-sl" + "related": "/facilities/?filter[stop]=node-nqncy-nhfareunpaid" } }, "parent_station": { "data": { - "id": "place-sstat", + "id": "place-nqncy", "type": "stop" } }, @@ -328230,27 +338141,28 @@ }, { "attributes": { - "description": "Newtonville - Bottom of stairs for Harvard St", - "latitude": 42.352441, + "description": "Aquarium - Landing for stairs for State Stree north", + "latitude": null, "location_type": 3, - "longitude": -71.202367, - "name": "Newtonville", + "longitude": null, + "name": "Aquarium", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-WML-0081-harvardstairs-bottom", + "id": "node-aqucl-nstatestairs-landing", "links": { - "self": "/stops/node-WML-0081-harvardstairs-bottom" + "self": "/stops/node-aqucl-nstatestairs-landing" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-WML-0081-harvardstairs-bottom" + "related": "/facilities/?filter[stop]=node-aqucl-nstatestairs-landing" } }, "parent_station": { "data": { - "id": "place-WML-0081", + "id": "place-aqucl", "type": "stop" } }, @@ -328262,27 +338174,28 @@ }, { "attributes": { - "description": "Porter - Top of escalator from lobby to Red Line platforms", - "latitude": 42.38846, + "description": "Government Center - Bottom of escalator from Green Line to plaza", + "latitude": null, "location_type": 3, - "longitude": -71.11878, - "name": "Porter", + "longitude": null, + "name": "Government Center", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-509-lobby", + "id": "node-445-platform", "links": { - "self": "/stops/node-509-lobby" + "self": "/stops/node-445-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-509-lobby" + "related": "/facilities/?filter[stop]=node-445-platform" } }, "parent_station": { "data": { - "id": "place-portr", + "id": "place-gover", "type": "stop" } }, @@ -328294,27 +338207,28 @@ }, { "attributes": { - "description": "Wollaston - Bottom of elevator between Newport Avenue lobby and platform", - "latitude": null, - "location_type": 3, - "longitude": null, - "name": "Wollaston", + "description": "Sullivan Square - Buses, Parking, Street", + "latitude": 42.384309, + "location_type": 2, + "longitude": -71.076635, + "name": "Sullivan Square - Buses, Parking, Street", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-734-lobby", + "id": "door-sull-main", "links": { - "self": "/stops/node-734-lobby" + "self": "/stops/door-sull-main" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-734-lobby" + "related": "/facilities/?filter[stop]=door-sull-main" } }, "parent_station": { "data": { - "id": "place-wlsta", + "id": "place-sull", "type": "stop" } }, @@ -328326,27 +338240,28 @@ }, { "attributes": { - "description": "Green Street - Paid side of fare gates", - "latitude": 42.310462, - "location_type": 3, - "longitude": -71.107597, - "name": "Green Street", + "description": "Assembly - Revolution Dr", + "latitude": 42.392164, + "location_type": 2, + "longitude": -71.077559, + "name": "Assembly - Revolution Dr", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-grnst-farepaid", + "id": "door-astao-revol", "links": { - "self": "/stops/node-grnst-farepaid" + "self": "/stops/door-astao-revol" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-grnst-farepaid" + "related": "/facilities/?filter[stop]=door-astao-revol" } }, "parent_station": { "data": { - "id": "place-grnst", + "id": "place-astao", "type": "stop" } }, @@ -328358,27 +338273,28 @@ }, { "attributes": { - "description": "State - Top of escalator from lobby to Milk Street", - "latitude": null, + "description": "Ruggles - Top of Commuter Rail (Track 2) ramp", + "latitude": 42.336711, "location_type": 3, - "longitude": null, - "name": "State", + "longitude": -71.088831, + "name": "Ruggles", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-523-street", + "id": "node-rugg-track2ramp-top", "links": { - "self": "/stops/node-523-street" + "self": "/stops/node-rugg-track2ramp-top" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-523-street" + "related": "/facilities/?filter[stop]=node-rugg-track2ramp-top" } }, "parent_station": { "data": { - "id": "place-state", + "id": "place-rugg", "type": "stop" } }, @@ -328390,27 +338306,28 @@ }, { "attributes": { - "description": "Wonderland - Unpaid side of fare gates", - "latitude": 42.413652, + "description": "Malden Center - Bottom of Orange Line platform stairs", + "latitude": 42.426843, "location_type": 3, - "longitude": -70.991768, - "name": "Wonderland", + "longitude": -71.074253, + "name": "Malden Center", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-wondl-fareunpaid", + "id": "node-mlmnl-olstairs-lobby", "links": { - "self": "/stops/node-wondl-fareunpaid" + "self": "/stops/node-mlmnl-olstairs-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-wondl-fareunpaid" + "related": "/facilities/?filter[stop]=node-mlmnl-olstairs-lobby" } }, "parent_station": { "data": { - "id": "place-wondl", + "id": "place-mlmnl", "type": "stop" } }, @@ -328422,27 +338339,28 @@ }, { "attributes": { - "description": "Andrew - Bottom of left outbound exit-only escalator", - "latitude": null, + "description": "Wellington - Top of elevator between platform for all trains and lobby", + "latitude": 42.401946, "location_type": 3, - "longitude": null, - "name": "Andrew", + "longitude": -71.077199, + "name": "Wellington", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-123-platform", + "id": "node-865-lobby", "links": { - "self": "/stops/node-123-platform" + "self": "/stops/node-865-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-123-platform" + "related": "/facilities/?filter[stop]=node-865-lobby" } }, "parent_station": { "data": { - "id": "place-andrw", + "id": "place-welln", "type": "stop" } }, @@ -328454,27 +338372,28 @@ }, { "attributes": { - "description": "Chinatown - Bottom of escalator from Oak Grove lobby", - "latitude": null, + "description": "Kendall/MIT - Unpaid side of fare gates", + "latitude": 42.362507, "location_type": 3, - "longitude": null, - "name": "Chinatown", + "longitude": -71.086214, + "name": "Kendall/MIT", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-377-lobby", + "id": "node-knncl-nbmain-fareunpaid", "links": { - "self": "/stops/node-377-lobby" + "self": "/stops/node-knncl-nbmain-fareunpaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-377-lobby" + "related": "/facilities/?filter[stop]=node-knncl-nbmain-fareunpaid" } }, "parent_station": { "data": { - "id": "place-chncl", + "id": "place-knncl", "type": "stop" } }, @@ -328486,27 +338405,28 @@ }, { "attributes": { - "description": "Green Street - Top of Escalator 131", - "latitude": 42.310388, + "description": "Longwood - Bottom of steps for Colchester Street", + "latitude": 42.341873, "location_type": 3, - "longitude": -71.107617, - "name": "Green Street", + "longitude": -71.109853, + "name": "Longwood", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-grnst-131-lobby", + "id": "node-longw-cstairs-platform", "links": { - "self": "/stops/node-grnst-131-lobby" + "self": "/stops/node-longw-cstairs-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-grnst-131-lobby" + "related": "/facilities/?filter[stop]=node-longw-cstairs-platform" } }, "parent_station": { "data": { - "id": "place-grnst", + "id": "place-longw", "type": "stop" } }, @@ -328518,27 +338438,28 @@ }, { "attributes": { - "description": "South Station - Top of Escalator 390", + "description": "Arlington - Paid side of fare gates", "latitude": null, "location_type": 3, "longitude": null, - "name": "South Station", + "name": "Arlington", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-390-sl", + "id": "node-armnl-farepaid", "links": { - "self": "/stops/node-390-sl" + "self": "/stops/node-armnl-farepaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-390-sl" + "related": "/facilities/?filter[stop]=node-armnl-farepaid" } }, "parent_station": { "data": { - "id": "place-sstat", + "id": "place-armnl", "type": "stop" } }, @@ -328550,27 +338471,28 @@ }, { "attributes": { - "description": "World Trade Center - Paid lobby center", + "description": "Aquarium - Top of elevator between Wonderland platform and State Street", "latitude": null, "location_type": 3, "longitude": null, - "name": "World Trade Center", + "name": "Aquarium", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-wtcst-paidlobbycenter", + "id": "node-913-lobby", "links": { - "self": "/stops/node-wtcst-paidlobbycenter" + "self": "/stops/node-913-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-wtcst-paidlobbycenter" + "related": "/facilities/?filter[stop]=node-913-lobby" } }, "parent_station": { "data": { - "id": "place-wtcst", + "id": "place-aqucl", "type": "stop" } }, @@ -328582,27 +338504,28 @@ }, { "attributes": { - "description": "Riverside - Paid side of fare gates", - "latitude": 42.337352, + "description": "Fields Corner - Top of escalator to Alewife platform", + "latitude": 42.299892, "location_type": 3, - "longitude": -71.252685, - "name": "Riverside", + "longitude": -71.062021, + "name": "Fields Corner", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-river-farepaid", + "id": "node-427-platform", "links": { - "self": "/stops/node-river-farepaid" + "self": "/stops/node-427-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-river-farepaid" + "related": "/facilities/?filter[stop]=node-427-platform" } }, "parent_station": { "data": { - "id": "place-river", + "id": "place-fldcr", "type": "stop" } }, @@ -328614,27 +338537,28 @@ }, { "attributes": { - "description": "State - Top of stairs between Bowdoin platform and State St, Devonshire St", + "description": "Andrew - Bottom of north outbound stairs", "latitude": null, "location_type": 3, "longitude": null, - "name": "State", + "name": "Andrew", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-state-bowdoinoldstatestairs-landing", + "id": "node-andrw-nobstairs-platform", "links": { - "self": "/stops/node-state-bowdoinoldstatestairs-landing" + "self": "/stops/node-andrw-nobstairs-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-state-bowdoinoldstatestairs-landing" + "related": "/facilities/?filter[stop]=node-andrw-nobstairs-platform" } }, "parent_station": { "data": { - "id": "place-state", + "id": "place-andrw", "type": "stop" } }, @@ -328646,27 +338570,28 @@ }, { "attributes": { - "description": "South Station - Bottom of Escalator 386", - "latitude": null, + "description": "Malden Center - Top of stairs from Commercial Street", + "latitude": 42.42685, "location_type": 3, - "longitude": null, - "name": "South Station", + "longitude": -71.074058, + "name": "Malden Center", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-386-lobby", + "id": "node-mlmnl-commstair-lobby", "links": { - "self": "/stops/node-386-lobby" + "self": "/stops/node-mlmnl-commstair-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-386-lobby" + "related": "/facilities/?filter[stop]=node-mlmnl-commstair-lobby" } }, "parent_station": { "data": { - "id": "place-sstat", + "id": "place-mlmnl", "type": "stop" } }, @@ -328678,27 +338603,28 @@ }, { "attributes": { - "description": "Wollaston - Bottom of stairs between Newport Avenue and lobby to lobby", + "description": "Park Street - Bottom of stairs between Alewife platform and Government Center & North platform", "latitude": null, "location_type": 3, "longitude": null, - "name": "Wollaston", + "name": "Park Street", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-wlsta-stair7-lobby", + "id": "node-pktrm-stair7-rl", "links": { - "self": "/stops/node-wlsta-stair7-lobby" + "self": "/stops/node-pktrm-stair7-rl" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-wlsta-stair7-lobby" + "related": "/facilities/?filter[stop]=node-pktrm-stair7-rl" } }, "parent_station": { "data": { - "id": "place-wlsta", + "id": "place-pktrm", "type": "stop" } }, @@ -328710,27 +338636,28 @@ }, { "attributes": { - "description": "Oak Grove - Banks Place", - "latitude": 42.436859, - "location_type": 2, - "longitude": -71.070343, - "name": "Oak Grove - Banks Place", + "description": "Beachmont - Bottom of Elevator 886", + "latitude": 42.397494, + "location_type": 3, + "longitude": -70.99251, + "name": "Beachmont", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-ogmnl-banks", + "id": "node-886-lobby", "links": { - "self": "/stops/door-ogmnl-banks" + "self": "/stops/node-886-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-ogmnl-banks" + "related": "/facilities/?filter[stop]=node-886-lobby" } }, "parent_station": { "data": { - "id": "place-ogmnl", + "id": "place-bmmnl", "type": "stop" } }, @@ -328742,27 +338669,28 @@ }, { "attributes": { - "description": "Wellington - Top of Oak Grove stairs", - "latitude": 42.402198, + "description": "Riverside - Top of stairs for Grove Street", + "latitude": 42.337291, "location_type": 3, - "longitude": -71.077068, - "name": "Wellington", + "longitude": -71.252617, + "name": "Riverside", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-welln-ogstair-lobby", + "id": "node-river-estairs-lobby", "links": { - "self": "/stops/node-welln-ogstair-lobby" + "self": "/stops/node-river-estairs-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-welln-ogstair-lobby" + "related": "/facilities/?filter[stop]=node-river-estairs-lobby" } }, "parent_station": { "data": { - "id": "place-welln", + "id": "place-river", "type": "stop" } }, @@ -328774,27 +338702,28 @@ }, { "attributes": { - "description": "Chestnut Hill - Brimmer and May, Longyear Museum", - "latitude": 42.326736, + "description": "Ashmont - Peabody Square", + "latitude": 42.285204, "location_type": 2, - "longitude": -71.164175, - "name": "Chestnut Hill - Brimmer and May, Longyear Museum", + "longitude": -71.064223, + "name": "Ashmont - Peabody Square", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-chhil-museum", + "id": "door-asmnl-peabody", "links": { - "self": "/stops/door-chhil-museum" + "self": "/stops/door-asmnl-peabody" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-chhil-museum" + "related": "/facilities/?filter[stop]=door-asmnl-peabody" } }, "parent_station": { "data": { - "id": "place-chhil", + "id": "place-asmnl", "type": "stop" } }, @@ -328806,27 +338735,28 @@ }, { "attributes": { - "description": "Haymarket - Top of elevator between Forest Hills platform and Congress Street lobby", + "description": "Bowdoin - Top of ramp between platform and lobby", "latitude": null, "location_type": 3, "longitude": null, - "name": "Haymarket", + "name": "Bowdoin", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-904-lobby", + "id": "node-bomnl-ramp-lobby", "links": { - "self": "/stops/node-904-lobby" + "self": "/stops/node-bomnl-ramp-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-904-lobby" + "related": "/facilities/?filter[stop]=node-bomnl-ramp-lobby" } }, "parent_station": { "data": { - "id": "place-haecl", + "id": "place-bomnl", "type": "stop" } }, @@ -328838,27 +338768,28 @@ }, { "attributes": { - "description": "Malden Center - Top of ramp from Commercial Street", - "latitude": 42.426896, + "description": "Back Bay - Top of Tracks 1-3 stairs", + "latitude": null, "location_type": 3, - "longitude": -71.074026, - "name": "Malden Center", + "longitude": null, + "name": "Back Bay", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-mlmnl-ramptop", + "id": "node-bbsta-13stairs-lobby", "links": { - "self": "/stops/node-mlmnl-ramptop" + "self": "/stops/node-bbsta-13stairs-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-mlmnl-ramptop" + "related": "/facilities/?filter[stop]=node-bbsta-13stairs-lobby" } }, "parent_station": { "data": { - "id": "place-mlmnl", + "id": "place-bbsta", "type": "stop" } }, @@ -328870,27 +338801,28 @@ }, { "attributes": { - "description": "Downtown Crossing - Top of elevator between Alewife platform and Oak Grove platform", + "description": "Prudential - Bottom of stairs between Prudential Center and lobby", "latitude": null, "location_type": 3, "longitude": null, - "name": "Downtown Crossing", + "name": "Prudential", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-999-ol", + "id": "node-prmnl-prustair-lobby", "links": { - "self": "/stops/node-999-ol" + "self": "/stops/node-prmnl-prustair-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-999-ol" + "related": "/facilities/?filter[stop]=node-prmnl-prustair-lobby" } }, "parent_station": { "data": { - "id": "place-dwnxg", + "id": "place-prmnl", "type": "stop" } }, @@ -328902,27 +338834,28 @@ }, { "attributes": { - "description": "State - Top of escalator from Oak Grove platform to City Hall", + "description": "Wollaston - Bottom of ramp between Newport Avenue and ramp to lobby", "latitude": null, "location_type": 3, "longitude": null, - "name": "State", + "name": "Wollaston", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-374-lobby", + "id": "node-wlsta-newprampup-middle", "links": { - "self": "/stops/node-374-lobby" + "self": "/stops/node-wlsta-newprampup-middle" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-374-lobby" + "related": "/facilities/?filter[stop]=node-wlsta-newprampup-middle" } }, "parent_station": { "data": { - "id": "place-state", + "id": "place-wlsta", "type": "stop" } }, @@ -328934,27 +338867,28 @@ }, { "attributes": { - "description": "Broadway - Broadway", - "latitude": 42.34256, - "location_type": 2, - "longitude": -71.056944, - "name": "Broadway - Broadway", + "description": "Tufts Medical Center - Bottom of stairs for Forest Hills, Tremont Street", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "Tufts Medical Center", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-brdwy-main", + "id": "node-tumnl-tresbstairs-platform", "links": { - "self": "/stops/door-brdwy-main" + "self": "/stops/node-tumnl-tresbstairs-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-brdwy-main" + "related": "/facilities/?filter[stop]=node-tumnl-tresbstairs-platform" } }, "parent_station": { "data": { - "id": "place-brdwy", + "id": "place-tumnl", "type": "stop" } }, @@ -328966,27 +338900,28 @@ }, { "attributes": { - "description": "Orient Heights - Bottom of stairs for Wonderland", - "latitude": 42.386787, + "description": "Bellingham Square - Chelsea-bound end of of crosswalk", + "latitude": 42.395572, "location_type": 3, - "longitude": -71.004876, - "name": "Orient Heights", + "longitude": -71.034162, + "name": "Bellingham Square", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-orhte-obpaidstairs-platform", + "id": "node-belsq-crosswalk-chelsea", "links": { - "self": "/stops/node-orhte-obpaidstairs-platform" + "self": "/stops/node-belsq-crosswalk-chelsea" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-orhte-obpaidstairs-platform" + "related": "/facilities/?filter[stop]=node-belsq-crosswalk-chelsea" } }, "parent_station": { "data": { - "id": "place-orhte", + "id": "place-belsq", "type": "stop" } }, @@ -328998,27 +338933,28 @@ }, { "attributes": { - "description": "Boylston - Unpaid side of fare gates", + "description": "Kenmore - Bottom of Commonwealth Avenue stairs", "latitude": null, "location_type": 3, "longitude": null, - "name": "Boylston", + "name": "Kenmore", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-boyls-in-fareunpaid", + "id": "node-kencl-commstair-lobby", "links": { - "self": "/stops/node-boyls-in-fareunpaid" + "self": "/stops/node-kencl-commstair-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-boyls-in-fareunpaid" + "related": "/facilities/?filter[stop]=node-kencl-commstair-lobby" } }, "parent_station": { "data": { - "id": "place-boyls", + "id": "place-kencl", "type": "stop" } }, @@ -329030,27 +338966,28 @@ }, { "attributes": { - "description": "Bowdoin - Bottom of escalator from lobby to entrance", - "latitude": null, + "description": "Alewife - Top of Escalator 356 from second floor of garage to fourth floor of garage", + "latitude": 42.395769, "location_type": 3, - "longitude": null, - "name": "Bowdoin", + "longitude": -71.141187, + "name": "Alewife", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-125-lobby", + "id": "node-356-top", "links": { - "self": "/stops/node-125-lobby" + "self": "/stops/node-356-top" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-125-lobby" + "related": "/facilities/?filter[stop]=node-356-top" } }, "parent_station": { "data": { - "id": "place-bomnl", + "id": "place-alfcl", "type": "stop" } }, @@ -329062,27 +338999,28 @@ }, { "attributes": { - "description": "Haymarket - Bottom of stairs between lobby and Oak Grove mezzanine", - "latitude": null, - "location_type": 3, - "longitude": null, - "name": "Haymarket", + "description": "Amory Street - Amory St", + "latitude": 42.350845, + "location_type": 2, + "longitude": -71.113863, + "name": "Amory Street - Amory St", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-haecl-congogstairn-passage", + "id": "door-amory-ebamory", "links": { - "self": "/stops/node-haecl-congogstairn-passage" + "self": "/stops/door-amory-ebamory" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-haecl-congogstairn-passage" + "related": "/facilities/?filter[stop]=door-amory-ebamory" } }, "parent_station": { "data": { - "id": "place-haecl", + "id": "place-amory", "type": "stop" } }, @@ -329094,27 +339032,28 @@ }, { "attributes": { - "description": "South Station - Bottom of Escalator 390", + "description": "State - Top of Elevator 967 between Oak Grove platform and Wonderland platform, Forest Hills passageway", "latitude": null, "location_type": 3, "longitude": null, - "name": "South Station", + "name": "State", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-390-rl", + "id": "node-967-sbplatform", "links": { - "self": "/stops/node-390-rl" + "self": "/stops/node-967-sbplatform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-390-rl" + "related": "/facilities/?filter[stop]=node-967-sbplatform" } }, "parent_station": { "data": { - "id": "place-sstat", + "id": "place-state", "type": "stop" } }, @@ -329126,27 +339065,28 @@ }, { "attributes": { - "description": "Courthouse - Unpaid side of South Station fare gates", - "latitude": null, + "description": "Stony Brook - Top of stairs", + "latitude": 42.317312, "location_type": 3, - "longitude": null, - "name": "Courthouse", + "longitude": -71.104258, + "name": "Stony Brook", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-crtst-ssmain-fareunpaid", + "id": "node-sbmnl-stairs-lobby", "links": { - "self": "/stops/node-crtst-ssmain-fareunpaid" + "self": "/stops/node-sbmnl-stairs-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-crtst-ssmain-fareunpaid" + "related": "/facilities/?filter[stop]=node-sbmnl-stairs-lobby" } }, "parent_station": { "data": { - "id": "place-crtst", + "id": "place-sbmnl", "type": "stop" } }, @@ -329158,27 +339098,28 @@ }, { "attributes": { - "description": "Waban - Bottom of ramp to Beacon Street stairs", - "latitude": 42.326071, + "description": "South Station - Bottom of Escalator 411", + "latitude": null, "location_type": 3, - "longitude": -71.230783, - "name": "Waban", + "longitude": null, + "name": "South Station", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-waban-beacon-ramp", + "id": "node-411-sl", "links": { - "self": "/stops/node-waban-beacon-ramp" + "self": "/stops/node-411-sl" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-waban-beacon-ramp" + "related": "/facilities/?filter[stop]=node-411-sl" } }, "parent_station": { "data": { - "id": "place-waban", + "id": "place-sstat", "type": "stop" } }, @@ -329190,27 +339131,28 @@ }, { "attributes": { - "description": "Downtown Crossing - Bottom of stairs between Chauncy Street lobby and street", - "latitude": null, + "description": "Orient Heights - Top of stairs for Saratoga Street", + "latitude": 42.38696, "location_type": 3, - "longitude": null, - "name": "Downtown Crossing", + "longitude": -71.004793, + "name": "Orient Heights", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-dwnxg-stair16-lobby", + "id": "node-orhte-obunpaidstairs-bridge", "links": { - "self": "/stops/node-dwnxg-stair16-lobby" + "self": "/stops/node-orhte-obunpaidstairs-bridge" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-dwnxg-stair16-lobby" + "related": "/facilities/?filter[stop]=node-orhte-obunpaidstairs-bridge" } }, "parent_station": { "data": { - "id": "place-dwnxg", + "id": "place-orhte", "type": "stop" } }, @@ -329222,27 +339164,28 @@ }, { "attributes": { - "description": "Ashmont - Unpaid side of fare gates", - "latitude": 42.284097, + "description": "Hynes Convention Center - Bottom of stairs for Kenmore & West", + "latitude": null, "location_type": 3, - "longitude": -71.063445, - "name": "Ashmont", + "longitude": null, + "name": "Hynes Convention Center", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-asmnl-mtpfareunpaid", + "id": "node-hymnl-wbstairs-platform", "links": { - "self": "/stops/node-asmnl-mtpfareunpaid" + "self": "/stops/node-hymnl-wbstairs-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-asmnl-mtpfareunpaid" + "related": "/facilities/?filter[stop]=node-hymnl-wbstairs-platform" } }, "parent_station": { "data": { - "id": "place-asmnl", + "id": "place-hymnl", "type": "stop" } }, @@ -329254,27 +339197,28 @@ }, { "attributes": { - "description": "Oak Grove - Bottom of Banks Place, busway, parking elevator", - "latitude": 42.436976, - "location_type": 3, - "longitude": -71.070749, - "name": "Oak Grove", + "description": "Fields Corner - Busway, Street", + "latitude": 42.300019, + "location_type": 2, + "longitude": -71.061475, + "name": "Fields Corner - Busway, Street", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-800-street", + "id": "door-fldcr-busway", "links": { - "self": "/stops/node-800-street" + "self": "/stops/door-fldcr-busway" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-800-street" + "related": "/facilities/?filter[stop]=door-fldcr-busway" } }, "parent_station": { "data": { - "id": "place-ogmnl", + "id": "place-fldcr", "type": "stop" } }, @@ -329286,27 +339230,28 @@ }, { "attributes": { - "description": "Community College - Community College, Rutherford Ave", - "latitude": 42.373719, - "location_type": 2, - "longitude": -71.0696, - "name": "Community College - Community College, Rutherford Ave", + "description": "Porter - Bottom of stairs between Commuter Rail and lobby", + "latitude": 42.388161, + "location_type": 3, + "longitude": -71.11887, + "name": "Porter", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-ccmnl-main", + "id": "node-portr-crstairs-lobby", "links": { - "self": "/stops/door-ccmnl-main" + "self": "/stops/node-portr-crstairs-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-ccmnl-main" + "related": "/facilities/?filter[stop]=node-portr-crstairs-lobby" } }, "parent_station": { "data": { - "id": "place-ccmnl", + "id": "place-portr", "type": "stop" } }, @@ -329318,27 +339263,28 @@ }, { "attributes": { - "description": "Fields Corner - Top of elevator for Alewife platform", - "latitude": 42.30014, + "description": "World Trade Center - Bottom of inbound platform elevator", + "latitude": null, "location_type": 3, - "longitude": -71.061747, - "name": "Fields Corner", + "longitude": null, + "name": "World Trade Center", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-957-platform", + "id": "node-935-platform", "links": { - "self": "/stops/node-957-platform" + "self": "/stops/node-935-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-957-platform" + "related": "/facilities/?filter[stop]=node-935-platform" } }, "parent_station": { "data": { - "id": "place-fldcr", + "id": "place-wtcst", "type": "stop" } }, @@ -329350,27 +339296,28 @@ }, { "attributes": { - "description": "Wood Island - Unpaid side of exit-only gates", - "latitude": 42.379557, - "location_type": 3, - "longitude": -71.022953, - "name": "Wood Island", + "description": "Fenway - Fenway Park, Park Dr, Longwood", + "latitude": 42.345393, + "location_type": 2, + "longitude": -71.104116, + "name": "Fenway - Fenway Park, Park Dr, Longwood", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-wimnl-love-fareunpaid", + "id": "door-fenwy-longwood", "links": { - "self": "/stops/node-wimnl-love-fareunpaid" + "self": "/stops/door-fenwy-longwood" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-wimnl-love-fareunpaid" + "related": "/facilities/?filter[stop]=door-fenwy-longwood" } }, "parent_station": { "data": { - "id": "place-wimnl", + "id": "place-fenwy", "type": "stop" } }, @@ -329382,27 +339329,28 @@ }, { "attributes": { - "description": "Downtown Crossing - Bottom of elevator between Franklin Street lobby and street", + "description": "Wollaston - Top of elevator between Newport Avenue lobby and platform", "latitude": null, "location_type": 3, "longitude": null, - "name": "Downtown Crossing", + "name": "Wollaston", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-891-lobby", + "id": "node-734-platform", "links": { - "self": "/stops/node-891-lobby" + "self": "/stops/node-734-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-891-lobby" + "related": "/facilities/?filter[stop]=node-734-platform" } }, "parent_station": { "data": { - "id": "place-dwnxg", + "id": "place-wlsta", "type": "stop" } }, @@ -329414,27 +339362,28 @@ }, { "attributes": { - "description": "South Station - Top of stairs for Commuter Rail concourse", + "description": "Downtown Crossing - Bottom of stairs between Chauncy Street lobby and street", "latitude": null, "location_type": 3, "longitude": null, - "name": "South Station", + "name": "Downtown Crossing", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-sstat-bldgstair-ground", + "id": "node-dwnxg-stair16-lobby", "links": { - "self": "/stops/node-sstat-bldgstair-ground" + "self": "/stops/node-dwnxg-stair16-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-sstat-bldgstair-ground" + "related": "/facilities/?filter[stop]=node-dwnxg-stair16-lobby" } }, "parent_station": { "data": { - "id": "place-sstat", + "id": "place-dwnxg", "type": "stop" } }, @@ -329446,27 +339395,28 @@ }, { "attributes": { - "description": "Ruggles - Top of Columbus Street entrance stairs", + "description": "Haymarket - Top of elevator between Forest Hills platform and Congress Street lobby", "latitude": null, "location_type": 3, "longitude": null, - "name": "Ruggles", + "name": "Haymarket", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-rugg-columbusstairs-top", + "id": "node-904-lobby", "links": { - "self": "/stops/node-rugg-columbusstairs-top" + "self": "/stops/node-904-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-rugg-columbusstairs-top" + "related": "/facilities/?filter[stop]=node-904-lobby" } }, "parent_station": { "data": { - "id": "place-rugg", + "id": "place-haecl", "type": "stop" } }, @@ -329478,27 +339428,28 @@ }, { "attributes": { - "description": "Aquarium - Bottom of stairs between platform and State Street", - "latitude": null, + "description": "Alewife - Pick-up/Drop-off", + "latitude": 42.39563, "location_type": 3, - "longitude": null, - "name": "Aquarium", + "longitude": -71.141923, + "name": "Alewife", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-aqucl-wbstatestairs-platform", + "id": "node-alfcl-pick", "links": { - "self": "/stops/node-aqucl-wbstatestairs-platform" + "self": "/stops/node-alfcl-pick" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-aqucl-wbstatestairs-platform" + "related": "/facilities/?filter[stop]=node-alfcl-pick" } }, "parent_station": { "data": { - "id": "place-aqucl", + "id": "place-alfcl", "type": "stop" } }, @@ -329510,27 +339461,28 @@ }, { "attributes": { - "description": "Green Street - Unpaid side of fare gates", - "latitude": 42.310462, + "description": "Chelsea - Bottom of ramp between Third St and Boston-bound platform", + "latitude": 42.397672, "location_type": 3, - "longitude": -71.107597, - "name": "Green Street", + "longitude": -71.044064, + "name": "Chelsea", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-grnst-fareunpaid", + "id": "node-chels-thirdnorth-bottom", "links": { - "self": "/stops/node-grnst-fareunpaid" + "self": "/stops/node-chels-thirdnorth-bottom" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-grnst-fareunpaid" + "related": "/facilities/?filter[stop]=node-chels-thirdnorth-bottom" } }, "parent_station": { "data": { - "id": "place-grnst", + "id": "place-chels", "type": "stop" } }, @@ -329542,27 +339494,28 @@ }, { "attributes": { - "description": "Savin Hill - Paid side of Sydney Street fare gates", - "latitude": 42.310828, - "location_type": 3, - "longitude": -71.053602, - "name": "Savin Hill", + "description": "State - Congress St (North)", + "latitude": 42.359115, + "location_type": 2, + "longitude": -71.056699, + "name": "State - Congress St (North)", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-shmnl-syd-farepaid", + "id": "door-state-congress", "links": { - "self": "/stops/node-shmnl-syd-farepaid" + "self": "/stops/door-state-congress" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-shmnl-syd-farepaid" + "related": "/facilities/?filter[stop]=door-state-congress" } }, "parent_station": { "data": { - "id": "place-shmnl", + "id": "place-state", "type": "stop" } }, @@ -329574,27 +339527,28 @@ }, { "attributes": { - "description": "Science Park/West End - Unpaid side of fare gates", - "latitude": 42.36666, + "description": "Ruggles - Top of Lower Busway Lane 1 stairs", + "latitude": null, "location_type": 3, - "longitude": -71.067927, - "name": "Science Park/West End", + "longitude": null, + "name": "Ruggles", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-spmnl-ofareunpaid", + "id": "node-rugg-bus1stairs-lobby", "links": { - "self": "/stops/node-spmnl-ofareunpaid" + "self": "/stops/node-rugg-bus1stairs-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-spmnl-ofareunpaid" + "related": "/facilities/?filter[stop]=node-rugg-bus1stairs-lobby" } }, "parent_station": { "data": { - "id": "place-spmnl", + "id": "place-rugg", "type": "stop" } }, @@ -329606,27 +339560,28 @@ }, { "attributes": { - "description": "Wood Island - Unpaid side of fare gates", - "latitude": 42.379793, + "description": "Malden Center - Bottom of Orange Line platform escalator", + "latitude": 42.426762, "location_type": 3, - "longitude": -71.022981, - "name": "Wood Island", + "longitude": -71.074315, + "name": "Malden Center", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-wimnl-benn-fareunpaid", + "id": "node-311-lobby", "links": { - "self": "/stops/node-wimnl-benn-fareunpaid" + "self": "/stops/node-311-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-wimnl-benn-fareunpaid" + "related": "/facilities/?filter[stop]=node-311-lobby" } }, "parent_station": { "data": { - "id": "place-wimnl", + "id": "place-mlmnl", "type": "stop" } }, @@ -329638,27 +339593,28 @@ }, { "attributes": { - "description": "Roxbury Crossing - Tremont St", - "latitude": 42.331415, - "location_type": 2, - "longitude": -71.09548, - "name": "Roxbury Crossing - Tremont St", + "description": "Wood Island - Bottom of Elevator 889 (within fare control)", + "latitude": 42.379769, + "location_type": 3, + "longitude": -71.022991, + "name": "Wood Island", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-rcmnl-tremont", + "id": "node-889-paidplatform", "links": { - "self": "/stops/door-rcmnl-tremont" + "self": "/stops/node-889-paidplatform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-rcmnl-tremont" + "related": "/facilities/?filter[stop]=node-889-paidplatform" } }, "parent_station": { "data": { - "id": "place-rcmnl", + "id": "place-wimnl", "type": "stop" } }, @@ -329670,27 +339626,28 @@ }, { "attributes": { - "description": "Quincy Center - Top of Elevator 896", - "latitude": 42.25119, + "description": "Alewife - Top of stairs between concourse ramp landing and busway", + "latitude": 42.395283, "location_type": 3, - "longitude": -71.005254, - "name": "Quincy Center", + "longitude": -71.141353, + "name": "Alewife", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-896-entrance", + "id": "node-alfcl-buswayrampstairs-top", "links": { - "self": "/stops/node-896-entrance" + "self": "/stops/node-alfcl-buswayrampstairs-top" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-896-entrance" + "related": "/facilities/?filter[stop]=node-alfcl-buswayrampstairs-top" } }, "parent_station": { "data": { - "id": "place-qnctr", + "id": "place-alfcl", "type": "stop" } }, @@ -329702,27 +339659,28 @@ }, { "attributes": { - "description": "Stony Brook - Bottom of Elevator 845", - "latitude": 42.317298, + "description": "Alewife - Third floor of garage level of stairs between second floor of garage and fifth floor of garage", + "latitude": 42.395746, "location_type": 3, - "longitude": -71.104284, - "name": "Stony Brook", + "longitude": -71.141234, + "name": "Alewife", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-sbmnl-845-platform", + "id": "node-alfcl-egaragestairs-third", "links": { - "self": "/stops/node-sbmnl-845-platform" + "self": "/stops/node-alfcl-egaragestairs-third" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-sbmnl-845-platform" + "related": "/facilities/?filter[stop]=node-alfcl-egaragestairs-third" } }, "parent_station": { "data": { - "id": "place-sbmnl", + "id": "place-alfcl", "type": "stop" } }, @@ -329734,27 +339692,28 @@ }, { "attributes": { - "description": "Porter - Massachusetts Ave (East), Buses", - "latitude": 42.388254, - "location_type": 2, - "longitude": -71.119099, - "name": "Porter - Massachusetts Ave (East), Buses", + "description": "Copley - Bottom of Old South Church stairs", + "latitude": 42.350344, + "location_type": 3, + "longitude": -71.077609, + "name": "Copley", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-portr-crtransfer", + "id": "node-coecl-churchstair-platform", "links": { - "self": "/stops/door-portr-crtransfer" + "self": "/stops/node-coecl-churchstair-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-portr-crtransfer" + "related": "/facilities/?filter[stop]=node-coecl-churchstair-platform" } }, "parent_station": { "data": { - "id": "place-portr", + "id": "place-coecl", "type": "stop" } }, @@ -329766,27 +339725,28 @@ }, { "attributes": { - "description": "Mattapan - Upper Busway", - "latitude": 42.267684, - "location_type": 2, - "longitude": -71.092224, - "name": "Mattapan - Upper Busway", + "description": "North Station - Bottom of exit-only stairs from Lechmere & North platform to Valenti Way", + "latitude": 42.365048, + "location_type": 3, + "longitude": -71.060016, + "name": "North Station", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-matt-northbus", + "id": "node-north-wvalentiexitstairs-bottom", "links": { - "self": "/stops/door-matt-northbus" + "self": "/stops/node-north-wvalentiexitstairs-bottom" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-matt-northbus" + "related": "/facilities/?filter[stop]=node-north-wvalentiexitstairs-bottom" } }, "parent_station": { "data": { - "id": "place-matt", + "id": "place-north", "type": "stop" } }, @@ -329798,27 +339758,28 @@ }, { "attributes": { - "description": "South Station - Atlantic Ave", - "latitude": 42.351551, - "location_type": 2, - "longitude": -71.055716, - "name": "South Station - Atlantic Ave", + "description": "Quincy Adams - Third floor of garage level of Elevator 806", + "latitude": 42.233073, + "location_type": 3, + "longitude": -71.007199, + "name": "Quincy Adams", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-sstat-atlantic", + "id": "node-806-third", "links": { - "self": "/stops/door-sstat-atlantic" + "self": "/stops/node-806-third" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-sstat-atlantic" + "related": "/facilities/?filter[stop]=node-806-third" } }, "parent_station": { "data": { - "id": "place-sstat", + "id": "place-qamnl", "type": "stop" } }, @@ -329830,27 +339791,28 @@ }, { "attributes": { - "description": "Waban - Beacon St (Stairs)", - "latitude": 42.326298, - "location_type": 2, - "longitude": -71.230923, - "name": "Waban - Beacon St (Stairs)", + "description": "State - Paid side of fare gates", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "State", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-waban-beacon", + "id": "node-state-water-farepaid", "links": { - "self": "/stops/door-waban-beacon" + "self": "/stops/node-state-water-farepaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-waban-beacon" + "related": "/facilities/?filter[stop]=node-state-water-farepaid" } }, "parent_station": { "data": { - "id": "place-waban", + "id": "place-state", "type": "stop" } }, @@ -329862,27 +339824,28 @@ }, { "attributes": { - "description": "Central - Bottom of stairs for Pearl St", - "latitude": null, + "description": "Quincy Center - Top of Elevator 810", + "latitude": 42.251488, "location_type": 3, - "longitude": null, - "name": "Central", + "longitude": -71.005189, + "name": "Quincy Center", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-cntsq-pearlstair-platform", + "id": "node-810-entrance", "links": { - "self": "/stops/node-cntsq-pearlstair-platform" + "self": "/stops/node-810-entrance" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-cntsq-pearlstair-platform" + "related": "/facilities/?filter[stop]=node-810-entrance" } }, "parent_station": { "data": { - "id": "place-cntsq", + "id": "place-qnctr", "type": "stop" } }, @@ -329894,27 +339857,28 @@ }, { "attributes": { - "description": "South Station - Bottom of stairs for Alewife", + "description": "Bowdoin - Bottom of stairs between entrance and street", "latitude": null, "location_type": 3, "longitude": null, - "name": "South Station", + "name": "Bowdoin", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-sstat-420stair-rl", + "id": "node-bomnl-entstair", "links": { - "self": "/stops/node-sstat-420stair-rl" + "self": "/stops/node-bomnl-entstair" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-sstat-420stair-rl" + "related": "/facilities/?filter[stop]=node-bomnl-entstair" } }, "parent_station": { "data": { - "id": "place-sstat", + "id": "place-bomnl", "type": "stop" } }, @@ -329926,27 +339890,28 @@ }, { "attributes": { - "description": "Symphony - Top of stairs for entrances", - "latitude": null, + "description": "Kendall/MIT - Top of Elevator 866", + "latitude": 42.362647, "location_type": 3, - "longitude": null, - "name": "Symphony", + "longitude": -71.086734, + "name": "Kendall/MIT", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-symcl-wb-midtop", + "id": "node-866-entrance", "links": { - "self": "/stops/node-symcl-wb-midtop" + "self": "/stops/node-866-entrance" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-symcl-wb-midtop" + "related": "/facilities/?filter[stop]=node-866-entrance" } }, "parent_station": { "data": { - "id": "place-symcl", + "id": "place-knncl", "type": "stop" } }, @@ -329958,27 +339923,28 @@ }, { "attributes": { - "description": "Harvard - Top of stairs between Red Line platforms", + "description": "Boylston - Paid side of fare gates", "latitude": null, "location_type": 3, "longitude": null, - "name": "Harvard", + "name": "Boylston", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-harsq-sbstair-nb", + "id": "node-boyls-out-farepaid", "links": { - "self": "/stops/node-harsq-sbstair-nb" + "self": "/stops/node-boyls-out-farepaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-harsq-sbstair-nb" + "related": "/facilities/?filter[stop]=node-boyls-out-farepaid" } }, "parent_station": { "data": { - "id": "place-harsq", + "id": "place-boyls", "type": "stop" } }, @@ -329990,27 +339956,61 @@ }, { "attributes": { - "description": "Aquarium - Landing for escalator from lobby to State Street", + "description": "Quincy Center - Stairs platform level", + "latitude": 42.25128, + "location_type": 3, + "longitude": -71.005313, + "name": "Quincy Center", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-qnctr-crstair-platform", + "links": { + "self": "/stops/node-qnctr-crstair-platform" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-qnctr-crstair-platform" + } + }, + "parent_station": { + "data": { + "id": "place-qnctr", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Andrew - Bottom of south busway entrance stairs", "latitude": null, "location_type": 3, "longitude": null, - "name": "Aquarium", + "name": "Andrew", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-397-landing", + "id": "node-andrw-sbusstairs-lobby", "links": { - "self": "/stops/node-397-landing" + "self": "/stops/node-andrw-sbusstairs-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-397-landing" + "related": "/facilities/?filter[stop]=node-andrw-sbusstairs-lobby" } }, "parent_station": { "data": { - "id": "place-aqucl", + "id": "place-andrw", "type": "stop" } }, @@ -330022,27 +340022,28 @@ }, { "attributes": { - "description": "Woodland - Main", - "latitude": 42.333136, - "location_type": 2, - "longitude": -71.24372, - "name": "Woodland - Main", + "description": "State - Top of Elevator 803 between Milk Street to lobby", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "State", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-woodl-main", + "id": "node-803-street", "links": { - "self": "/stops/door-woodl-main" + "self": "/stops/node-803-street" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-woodl-main" + "related": "/facilities/?filter[stop]=node-803-street" } }, "parent_station": { "data": { - "id": "place-woodl", + "id": "place-state", "type": "stop" } }, @@ -330054,27 +340055,28 @@ }, { "attributes": { - "description": "Chinatown - Washington St, Essex St", - "latitude": 42.352405, - "location_type": 2, - "longitude": -71.063087, - "name": "Chinatown - Washington St, Essex St", + "description": "Central - Bottom of stairs for Prospect St", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "Central", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-chncl-fhelevator", + "id": "node-cntsq-prospectstair-platform", "links": { - "self": "/stops/door-chncl-fhelevator" + "self": "/stops/node-cntsq-prospectstair-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-chncl-fhelevator" + "related": "/facilities/?filter[stop]=node-cntsq-prospectstair-platform" } }, "parent_station": { "data": { - "id": "place-chncl", + "id": "place-cntsq", "type": "stop" } }, @@ -330086,27 +340088,28 @@ }, { "attributes": { - "description": "Quincy Center - Hancock St", - "latitude": 42.251586, - "location_type": 2, - "longitude": -71.005003, - "name": "Quincy Center - Hancock St", + "description": "Porter - Bottom of escalator from Alewife platform to Ashmont/Braintree platform", + "latitude": 42.388693, + "location_type": 3, + "longitude": -71.119035, + "name": "Porter", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-qnctr-busway", + "id": "node-506-nbplatform", "links": { - "self": "/stops/door-qnctr-busway" + "self": "/stops/node-506-nbplatform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-qnctr-busway" + "related": "/facilities/?filter[stop]=node-506-nbplatform" } }, "parent_station": { "data": { - "id": "place-qnctr", + "id": "place-portr", "type": "stop" } }, @@ -330118,27 +340121,28 @@ }, { "attributes": { - "description": "Auburndale - Woodland Rd", - "latitude": 42.345139, - "location_type": 2, - "longitude": -71.252126, - "name": "Auburndale - Woodland Rd", + "description": "Chelsea - Bottom of ramp between Third St and outbound platform", + "latitude": 42.397546, + "location_type": 3, + "longitude": -71.043956, + "name": "Chelsea", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-WML-0102-woodland", + "id": "node-chels-thirdout-bottom", "links": { - "self": "/stops/door-WML-0102-woodland" + "self": "/stops/node-chels-thirdout-bottom" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-WML-0102-woodland" + "related": "/facilities/?filter[stop]=node-chels-thirdout-bottom" } }, "parent_station": { "data": { - "id": "place-WML-0102", + "id": "place-chels", "type": "stop" } }, @@ -330150,27 +340154,28 @@ }, { "attributes": { - "description": "Wonderland - Revere Beach Plaza level of Wonderland-bound platform elevator", - "latitude": 42.413446, + "description": "Quincy Adams - Top of Escalator 348 from fourth floor of garage to sixth floor of garage", + "latitude": 42.23293, "location_type": 3, - "longitude": -70.991592, - "name": "Wonderland", + "longitude": -71.007696, + "name": "Quincy Adams", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-710-plaza", + "id": "node-348-top", "links": { - "self": "/stops/node-710-plaza" + "self": "/stops/node-348-top" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-710-plaza" + "related": "/facilities/?filter[stop]=node-348-top" } }, "parent_station": { "data": { - "id": "place-wondl", + "id": "place-qamnl", "type": "stop" } }, @@ -330182,27 +340187,28 @@ }, { "attributes": { - "description": "Andrew - Bottom of inbound escalator", + "description": "Park Street - Paid side of fare gates", "latitude": null, "location_type": 3, "longitude": null, - "name": "Andrew", + "name": "Park Street", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-301-platform", + "id": "node-pktrm-westfare-paid", "links": { - "self": "/stops/node-301-platform" + "self": "/stops/node-pktrm-westfare-paid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-301-platform" + "related": "/facilities/?filter[stop]=node-pktrm-westfare-paid" } }, "parent_station": { "data": { - "id": "place-andrw", + "id": "place-pktrm", "type": "stop" } }, @@ -330214,27 +340220,28 @@ }, { "attributes": { - "description": "Wellington - Top of stairs for platform for all trains", - "latitude": 42.402196, - "location_type": 3, - "longitude": -71.077163, - "name": "Wellington", + "description": "Andrew - Southampton St", + "latitude": 42.330004, + "location_type": 2, + "longitude": -71.057863, + "name": "Andrew - Southampton St", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, - "id": "node-welln-fhstair-lobby", + "id": "door-andrw-exitonly", "links": { - "self": "/stops/node-welln-fhstair-lobby" + "self": "/stops/door-andrw-exitonly" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-welln-fhstair-lobby" + "related": "/facilities/?filter[stop]=door-andrw-exitonly" } }, "parent_station": { "data": { - "id": "place-welln", + "id": "place-andrw", "type": "stop" } }, @@ -330246,27 +340253,28 @@ }, { "attributes": { - "description": "Harvard - Bottom of elevator between Brattle Square and Upper Busway", - "latitude": 42.373318, + "description": "World Trade Center - Bottom of second World Trade Center entrance escalator", + "latitude": null, "location_type": 3, - "longitude": -71.120635, - "name": "Harvard", + "longitude": null, + "name": "World Trade Center", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-973-upper", + "id": "node-401-landing", "links": { - "self": "/stops/node-973-upper" + "self": "/stops/node-401-landing" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-973-upper" + "related": "/facilities/?filter[stop]=node-401-landing" } }, "parent_station": { "data": { - "id": "place-harsq", + "id": "place-wtcst", "type": "stop" } }, @@ -330278,27 +340286,28 @@ }, { "attributes": { - "description": "Kenmore - Bottom of westbound platform elevator", - "latitude": 42.349006, + "description": "State - Unpaid side of fare gates", + "latitude": null, "location_type": 3, - "longitude": -71.095367, - "name": "Kenmore", + "longitude": null, + "name": "State", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-971-platform", + "id": "node-state-exchange-fareunpaid", "links": { - "self": "/stops/node-971-platform" + "self": "/stops/node-state-exchange-fareunpaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-971-platform" + "related": "/facilities/?filter[stop]=node-state-exchange-fareunpaid" } }, "parent_station": { "data": { - "id": "place-kencl", + "id": "place-state", "type": "stop" } }, @@ -330310,27 +340319,28 @@ }, { "attributes": { - "description": "Downtown Crossing - Bottom of stairs between Temple Place lobby and street", - "latitude": null, + "description": "Ashmont - Top of Radford Lane ramp", + "latitude": 42.283964, "location_type": 3, - "longitude": null, - "name": "Downtown Crossing", + "longitude": -71.063341, + "name": "Ashmont", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-dwnxg-stair13-lobby", + "id": "node-asmnl-radfordramp", "links": { - "self": "/stops/node-dwnxg-stair13-lobby" + "self": "/stops/node-asmnl-radfordramp" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-dwnxg-stair13-lobby" + "related": "/facilities/?filter[stop]=node-asmnl-radfordramp" } }, "parent_station": { "data": { - "id": "place-dwnxg", + "id": "place-asmnl", "type": "stop" } }, @@ -330342,27 +340352,28 @@ }, { "attributes": { - "description": "Kendall/MIT - Bottom of Elevator 757 for Ashmont/Braintree platform", - "latitude": 42.36211, + "description": "Roxbury Crossing - Unpaid side of fare gates", + "latitude": 42.33129, "location_type": 3, - "longitude": -71.086174, - "name": "Kendall/MIT", + "longitude": -71.095567, + "name": "Roxbury Crossing", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-757-platform", + "id": "node-rcmnl-fareunpaid", "links": { - "self": "/stops/node-757-platform" + "self": "/stops/node-rcmnl-fareunpaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-757-platform" + "related": "/facilities/?filter[stop]=node-rcmnl-fareunpaid" } }, "parent_station": { "data": { - "id": "place-knncl", + "id": "place-rcmnl", "type": "stop" } }, @@ -330374,27 +340385,28 @@ }, { "attributes": { - "description": "Jackson Square - Bottom of Elevator 846", + "description": "Courthouse - Top of escalator from lobby to Thomson Place mezzanine", "latitude": null, "location_type": 3, "longitude": null, - "name": "Jackson Square", + "name": "Courthouse", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-jaksn-846-platform", + "id": "node-412-landing", "links": { - "self": "/stops/node-jaksn-846-platform" + "self": "/stops/node-412-landing" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-jaksn-846-platform" + "related": "/facilities/?filter[stop]=node-412-landing" } }, "parent_station": { "data": { - "id": "place-jaksn", + "id": "place-crtst", "type": "stop" } }, @@ -330406,27 +340418,28 @@ }, { "attributes": { - "description": "JFK/UMass - Bottom of Commuter Rail platform ramp", - "latitude": 42.321163, + "description": "Ball Square - Bottom of Broadway stairs", + "latitude": 42.399732, "location_type": 3, - "longitude": -71.052148, - "name": "JFK/UMass", + "longitude": -71.11087, + "name": "Ball Square", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-jfk-crramp-street", + "id": "node-balsq-stairs-bottom", "links": { - "self": "/stops/node-jfk-crramp-street" + "self": "/stops/node-balsq-stairs-bottom" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-jfk-crramp-street" + "related": "/facilities/?filter[stop]=node-balsq-stairs-bottom" } }, "parent_station": { "data": { - "id": "place-jfk", + "id": "place-balsq", "type": "stop" } }, @@ -330438,27 +340451,28 @@ }, { "attributes": { - "description": "Oak Grove - Bottom of Orange Line elevator", - "latitude": 42.437009, + "description": "State - Top of stairs between Bowdoin platform, Oak Grove platform landing and State St, Devonshire St", + "latitude": null, "location_type": 3, - "longitude": -71.070966, - "name": "Oak Grove", + "longitude": null, + "name": "State", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-746-platform", + "id": "node-state-oldstateogministairs-street", "links": { - "self": "/stops/node-746-platform" + "self": "/stops/node-state-oldstateogministairs-street" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-746-platform" + "related": "/facilities/?filter[stop]=node-state-oldstateogministairs-street" } }, "parent_station": { "data": { - "id": "place-ogmnl", + "id": "place-state", "type": "stop" } }, @@ -330470,27 +340484,28 @@ }, { "attributes": { - "description": "South Station - Unpaid side of fare gates", - "latitude": null, - "location_type": 3, - "longitude": null, - "name": "South Station", + "description": "Andrew - Elevator", + "latitude": 42.330017, + "location_type": 2, + "longitude": -71.057684, + "name": "Andrew - Elevator", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-sstat-north-fareunpaid", + "id": "door-andrw-elevator", "links": { - "self": "/stops/node-sstat-north-fareunpaid" + "self": "/stops/door-andrw-elevator" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-sstat-north-fareunpaid" + "related": "/facilities/?filter[stop]=door-andrw-elevator" } }, "parent_station": { "data": { - "id": "place-sstat", + "id": "place-andrw", "type": "stop" } }, @@ -330502,27 +340517,28 @@ }, { "attributes": { - "description": "Back Bay - Paid side of fare gates", + "description": "Haymarket - Bottom of stairs between busway lobby and Orange Line passageway", "latitude": null, "location_type": 3, "longitude": null, - "name": "Back Bay", + "name": "Haymarket", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-bbsta-upper-farepaid", + "id": "node-haecl-busolstair-passage", "links": { - "self": "/stops/node-bbsta-upper-farepaid" + "self": "/stops/node-haecl-busolstair-passage" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-bbsta-upper-farepaid" + "related": "/facilities/?filter[stop]=node-haecl-busolstair-passage" } }, "parent_station": { "data": { - "id": "place-bbsta", + "id": "place-haecl", "type": "stop" } }, @@ -330534,27 +340550,28 @@ }, { "attributes": { - "description": "Assembly - Foley St", - "latitude": 42.393312, - "location_type": 2, - "longitude": -71.077661, - "name": "Assembly - Foley St", + "description": "Courthouse - Bottom of stairs between Thomson Place landing and lobby", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "Courthouse", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-astao-foley", + "id": "node-crtst-southlobstair-lobby", "links": { - "self": "/stops/door-astao-foley" + "self": "/stops/node-crtst-southlobstair-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-astao-foley" + "related": "/facilities/?filter[stop]=node-crtst-southlobstair-lobby" } }, "parent_station": { "data": { - "id": "place-astao", + "id": "place-crtst", "type": "stop" } }, @@ -330566,27 +340583,28 @@ }, { "attributes": { - "description": "Newton Centre - Union St, Herrick Rd", - "latitude": 42.329135, + "description": "Prudential - Huntington Ave", + "latitude": 42.345791, "location_type": 2, - "longitude": -71.193355, - "name": "Newton Centre - Union St, Herrick Rd", + "longitude": -71.081609, + "name": "Prudential - Huntington Ave", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, - "id": "door-newto-herrick", + "id": "door-prmnl-huntington", "links": { - "self": "/stops/door-newto-herrick" + "self": "/stops/door-prmnl-huntington" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-newto-herrick" + "related": "/facilities/?filter[stop]=door-prmnl-huntington" } }, "parent_station": { "data": { - "id": "place-newto", + "id": "place-prmnl", "type": "stop" } }, @@ -330598,27 +340616,28 @@ }, { "attributes": { - "description": "Haymarket - Top of stairs between lobby and Forest Hills mezzanine", - "latitude": null, - "location_type": 3, - "longitude": null, - "name": "Haymarket", + "description": "Reservoir - Cleveland Circle (Ramp)", + "latitude": 42.335271, + "location_type": 2, + "longitude": -71.14981, + "name": "Reservoir - Cleveland Circle (Ramp)", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-haecl-congfhstair-lobby", + "id": "door-rsmnl-wramp", "links": { - "self": "/stops/node-haecl-congfhstair-lobby" + "self": "/stops/door-rsmnl-wramp" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-haecl-congfhstair-lobby" + "related": "/facilities/?filter[stop]=door-rsmnl-wramp" } }, "parent_station": { "data": { - "id": "place-haecl", + "id": "place-rsmnl", "type": "stop" } }, @@ -330630,27 +340649,28 @@ }, { "attributes": { - "description": "Forest Hills - Unpaid side of fare gates", - "latitude": 42.300742, + "description": "South Station - Lobby level of Elevator 901", + "latitude": null, "location_type": 3, - "longitude": -71.114062, - "name": "Forest Hills", + "longitude": null, + "name": "South Station", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-forhl-busfareunpaid", + "id": "node-901-lobby", "links": { - "self": "/stops/node-forhl-busfareunpaid" + "self": "/stops/node-901-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-forhl-busfareunpaid" + "related": "/facilities/?filter[stop]=node-901-lobby" } }, "parent_station": { "data": { - "id": "place-forhl", + "id": "place-sstat", "type": "stop" } }, @@ -330662,27 +340682,28 @@ }, { "attributes": { - "description": "Magoun Square - Top of Elevator 767", - "latitude": 42.393854, + "description": "JFK/UMass - Bottom of Commuter Rail platform ramp", + "latitude": 42.321163, "location_type": 3, - "longitude": -71.106485, - "name": "Magoun Square", + "longitude": -71.052148, + "name": "JFK/UMass", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-767-top", + "id": "node-jfk-crramp-street", "links": { - "self": "/stops/node-767-top" + "self": "/stops/node-jfk-crramp-street" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-767-top" + "related": "/facilities/?filter[stop]=node-jfk-crramp-street" } }, "parent_station": { "data": { - "id": "place-mgngl", + "id": "place-jfk", "type": "stop" } }, @@ -330694,27 +340715,28 @@ }, { "attributes": { - "description": "Davis - Top of southern stairs for platform", - "latitude": null, + "description": "Shawmut - Top of Ashmont Elevator 954", + "latitude": 42.293109, "location_type": 3, - "longitude": null, - "name": "Davis", + "longitude": -71.065894, + "name": "Shawmut", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-davis-340stair-lobby", + "id": "node-smmnl-954-lobby", "links": { - "self": "/stops/node-davis-340stair-lobby" + "self": "/stops/node-smmnl-954-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-davis-340stair-lobby" + "related": "/facilities/?filter[stop]=node-smmnl-954-lobby" } }, "parent_station": { "data": { - "id": "place-davis", + "id": "place-smmnl", "type": "stop" } }, @@ -330726,27 +340748,28 @@ }, { "attributes": { - "description": "Malden Center - Top of Orange Line platform stairs", - "latitude": 42.426942, + "description": "State - Bottom of escalator from Orange Line to State St, Devonshire St", + "latitude": null, "location_type": 3, - "longitude": -71.07424, - "name": "Malden Center", + "longitude": null, + "name": "State", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-mlmnl-olstairs-platform", + "id": "node-502-sbplatform", "links": { - "self": "/stops/node-mlmnl-olstairs-platform" + "self": "/stops/node-502-sbplatform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-mlmnl-olstairs-platform" + "related": "/facilities/?filter[stop]=node-502-sbplatform" } }, "parent_station": { "data": { - "id": "place-mlmnl", + "id": "place-state", "type": "stop" } }, @@ -330758,27 +340781,28 @@ }, { "attributes": { - "description": "South Station - Top of stairs for SL1/SL2/SL3 platform", + "description": "Aquarium - Top of escalator from lobby to State Street", "latitude": null, "location_type": 3, "longitude": null, - "name": "South Station", + "name": "Aquarium", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-sstat-918stair-lobby", + "id": "node-397-street", "links": { - "self": "/stops/node-sstat-918stair-lobby" + "self": "/stops/node-397-street" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-sstat-918stair-lobby" + "related": "/facilities/?filter[stop]=node-397-street" } }, "parent_station": { "data": { - "id": "place-sstat", + "id": "place-aqucl", "type": "stop" } }, @@ -330790,27 +340814,28 @@ }, { "attributes": { - "description": "Bellingham Square - Washington Avenue", - "latitude": 42.395247, - "location_type": 2, - "longitude": -71.033173, - "name": "Bellingham Square - Washington Avenue", + "description": "Haymarket - Bottom of stairs between Forest Hills platform and Green Line, busway passageway", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "Haymarket", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-belsq-washington", + "id": "node-haecl-passfhstair-passage", "links": { - "self": "/stops/door-belsq-washington" + "self": "/stops/node-haecl-passfhstair-passage" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-belsq-washington" + "related": "/facilities/?filter[stop]=node-haecl-passfhstair-passage" } }, "parent_station": { "data": { - "id": "place-belsq", + "id": "place-haecl", "type": "stop" } }, @@ -330822,27 +340847,28 @@ }, { "attributes": { - "description": "Quincy Adams - Pick-up/Drop-off", - "latitude": 42.232705, - "location_type": 2, - "longitude": -71.007425, - "name": "Quincy Adams - Pick-up/Drop-off", + "description": "Kenmore - Paid side of fare gates", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "Kenmore", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-qamnl-pickup", + "id": "node-kencl-farepaid", "links": { - "self": "/stops/door-qamnl-pickup" + "self": "/stops/node-kencl-farepaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-qamnl-pickup" + "related": "/facilities/?filter[stop]=node-kencl-farepaid" } }, "parent_station": { "data": { - "id": "place-qamnl", + "id": "place-kencl", "type": "stop" } }, @@ -330854,27 +340880,28 @@ }, { "attributes": { - "description": "Harvard - Paid side of Church Street fare gates", - "latitude": 42.374353, - "location_type": 3, - "longitude": -71.118802, - "name": "Harvard", + "description": "Riverside - Buses, Parking (Stairs)", + "latitude": 42.337328, + "location_type": 2, + "longitude": -71.252858, + "name": "Riverside - Buses, Parking (Stairs)", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, - "id": "node-harsq-harfarepaid", + "id": "door-river-wstairs", "links": { - "self": "/stops/node-harsq-harfarepaid" + "self": "/stops/door-river-wstairs" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-harsq-harfarepaid" + "related": "/facilities/?filter[stop]=door-river-wstairs" } }, "parent_station": { "data": { - "id": "place-harsq", + "id": "place-river", "type": "stop" } }, @@ -330886,27 +340913,28 @@ }, { "attributes": { - "description": "Tufts Medical Center - Bottom of stairs for Forest Hills, Tremont Street", + "description": "Courthouse - Bottom of escalator from mezzanine to Thomson Place", "latitude": null, "location_type": 3, "longitude": null, - "name": "Tufts Medical Center", + "name": "Courthouse", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-tumnl-tresbstairs-platform", + "id": "node-413-landing", "links": { - "self": "/stops/node-tumnl-tresbstairs-platform" + "self": "/stops/node-413-landing" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-tumnl-tresbstairs-platform" + "related": "/facilities/?filter[stop]=node-413-landing" } }, "parent_station": { "data": { - "id": "place-tumnl", + "id": "place-crtst", "type": "stop" } }, @@ -330918,27 +340946,28 @@ }, { "attributes": { - "description": "Chelsea - Third St", - "latitude": 42.397823, + "description": "Kendall/MIT - Main St, Third St", + "latitude": 42.362232, "location_type": 2, - "longitude": -71.044761, - "name": "Chelsea - Third St", + "longitude": -71.084862, + "name": "Kendall/MIT - Main St, Third St", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, - "id": "door-chels-crnorththird", + "id": "door-knncl-sbsecond", "links": { - "self": "/stops/door-chels-crnorththird" + "self": "/stops/door-knncl-sbsecond" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-chels-crnorththird" + "related": "/facilities/?filter[stop]=door-knncl-sbsecond" } }, "parent_station": { "data": { - "id": "place-chels", + "id": "place-knncl", "type": "stop" } }, @@ -330950,27 +340979,28 @@ }, { "attributes": { - "description": "Prudential - Bottom of elevator between Heath Street platform and lobby", - "latitude": null, + "description": "Quincy Adams - South door between lobby and busway", + "latitude": 42.232995, "location_type": 3, - "longitude": null, - "name": "Prudential", + "longitude": -71.007158, + "name": "Quincy Adams", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-920-platform", + "id": "node-qamnl-busway-southdoor", "links": { - "self": "/stops/node-920-platform" + "self": "/stops/node-qamnl-busway-southdoor" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-920-platform" + "related": "/facilities/?filter[stop]=node-qamnl-busway-southdoor" } }, "parent_station": { "data": { - "id": "place-prmnl", + "id": "place-qamnl", "type": "stop" } }, @@ -330982,27 +341012,28 @@ }, { "attributes": { - "description": "Maverick - Top of stairs between Lewis Mall and lobby", - "latitude": 42.368251, + "description": "Waban - Bottom of ramp to Beacon Street stairs", + "latitude": 42.326071, "location_type": 3, - "longitude": -71.040546, - "name": "Maverick", + "longitude": -71.230783, + "name": "Waban", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-mvbcl-lewstair-entrance", + "id": "node-waban-beacon-ramp", "links": { - "self": "/stops/node-mvbcl-lewstair-entrance" + "self": "/stops/node-waban-beacon-ramp" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-mvbcl-lewstair-entrance" + "related": "/facilities/?filter[stop]=node-waban-beacon-ramp" } }, "parent_station": { "data": { - "id": "place-mvbcl", + "id": "place-waban", "type": "stop" } }, @@ -331014,27 +341045,28 @@ }, { "attributes": { - "description": "Wonderland - Revere Beach Plaza level of garage elevator", - "latitude": 42.413499, + "description": "Government Center - Unpaid side of fare gates", + "latitude": 42.359714, "location_type": 3, - "longitude": -70.991905, - "name": "Wonderland", + "longitude": -71.05936, + "name": "Government Center", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-702-plaza", + "id": "node-gover-fareunpaid", "links": { - "self": "/stops/node-702-plaza" + "self": "/stops/node-gover-fareunpaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-702-plaza" + "related": "/facilities/?filter[stop]=node-gover-fareunpaid" } }, "parent_station": { "data": { - "id": "place-wondl", + "id": "place-gover", "type": "stop" } }, @@ -331046,27 +341078,28 @@ }, { "attributes": { - "description": "State - Top of stairs from escalator to Milk Street", - "latitude": null, - "location_type": 3, - "longitude": null, - "name": "State", + "description": "Waban - Parking (Stairs)", + "latitude": 42.326046, + "location_type": 2, + "longitude": -71.230725, + "name": "Waban - Parking (Stairs)", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, - "id": "node-state-milkmidstairs-landing", + "id": "door-waban-parks", "links": { - "self": "/stops/node-state-milkmidstairs-landing" + "self": "/stops/door-waban-parks" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-state-milkmidstairs-landing" + "related": "/facilities/?filter[stop]=door-waban-parks" } }, "parent_station": { "data": { - "id": "place-state", + "id": "place-waban", "type": "stop" } }, @@ -331078,27 +341111,28 @@ }, { "attributes": { - "description": "Kendall/MIT - Stairs platform level", + "description": "Prudential - Bottom of elevator between Prudential Center and lobby", "latitude": null, "location_type": 3, "longitude": null, - "name": "Kendall/MIT", + "name": "Prudential", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-knncl-frontnbstair-platform", + "id": "node-917-lobby", "links": { - "self": "/stops/node-knncl-frontnbstair-platform" + "self": "/stops/node-917-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-knncl-frontnbstair-platform" + "related": "/facilities/?filter[stop]=node-917-lobby" } }, "parent_station": { "data": { - "id": "place-knncl", + "id": "place-prmnl", "type": "stop" } }, @@ -331110,27 +341144,28 @@ }, { "attributes": { - "description": "Ashmont - Top of Beale Street ramp", - "latitude": 42.283925, + "description": "Gilman Square - Bottom of stairs for Medford St", + "latitude": 42.387746, "location_type": 3, - "longitude": -71.063505, - "name": "Ashmont", + "longitude": -71.096354, + "name": "Gilman Square", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-asmnl-bealeramp", + "id": "node-gilmn-medstairs-bottom", "links": { - "self": "/stops/node-asmnl-bealeramp" + "self": "/stops/node-gilmn-medstairs-bottom" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-asmnl-bealeramp" + "related": "/facilities/?filter[stop]=node-gilmn-medstairs-bottom" } }, "parent_station": { "data": { - "id": "place-asmnl", + "id": "place-gilmn", "type": "stop" } }, @@ -331142,27 +341177,28 @@ }, { "attributes": { - "description": "Back Bay - Top of Orange Line platform west escalator", + "description": "Downtown Crossing - Paid side of exit-only gate", "latitude": null, "location_type": 3, "longitude": null, - "name": "Back Bay", + "name": "Downtown Crossing", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-141-lobby", + "id": "node-dwnxg-wintexitfare-paid", "links": { - "self": "/stops/node-141-lobby" + "self": "/stops/node-dwnxg-wintexitfare-paid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-141-lobby" + "related": "/facilities/?filter[stop]=node-dwnxg-wintexitfare-paid" } }, "parent_station": { "data": { - "id": "place-bbsta", + "id": "place-dwnxg", "type": "stop" } }, @@ -331174,27 +341210,28 @@ }, { "attributes": { - "description": "Park Street - Top of stairs between Red Line center platform and Government Center & North platform", + "description": "Sullivan Square - Top of Escalator 308", "latitude": null, "location_type": 3, "longitude": null, - "name": "Park Street", + "name": "Sullivan Square", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-pktrm-stair14-gl", + "id": "node-308-lobby", "links": { - "self": "/stops/node-pktrm-stair14-gl" + "self": "/stops/node-308-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-pktrm-stair14-gl" + "related": "/facilities/?filter[stop]=node-308-lobby" } }, "parent_station": { "data": { - "id": "place-pktrm", + "id": "place-sull", "type": "stop" } }, @@ -331206,27 +341243,28 @@ }, { "attributes": { - "description": "Chelsea - Everett Ave", - "latitude": 42.396771, - "location_type": 2, - "longitude": -71.040123, - "name": "Chelsea - Everett Ave", + "description": "Savin Hill - Top of elevator between platform and lobby", + "latitude": 42.311045, + "location_type": 3, + "longitude": -71.053449, + "name": "Savin Hill", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-chels-sldropoff", + "id": "node-946-lobby", "links": { - "self": "/stops/door-chels-sldropoff" + "self": "/stops/node-946-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-chels-sldropoff" + "related": "/facilities/?filter[stop]=node-946-lobby" } }, "parent_station": { "data": { - "id": "place-chels", + "id": "place-shmnl", "type": "stop" } }, @@ -331238,27 +341276,28 @@ }, { "attributes": { - "description": "Downtown Crossing - Top of stairs between Oak Grove platform and Alewife platform", - "latitude": null, + "description": "North Quincy - Top of escalator from Newport Avenue to lobby", + "latitude": 42.276383, "location_type": 3, - "longitude": null, - "name": "Downtown Crossing", + "longitude": -71.031055, + "name": "North Quincy", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-dwnxg-stair2-ol", + "id": "node-383-lobby", "links": { - "self": "/stops/node-dwnxg-stair2-ol" + "self": "/stops/node-383-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-dwnxg-stair2-ol" + "related": "/facilities/?filter[stop]=node-383-lobby" } }, "parent_station": { "data": { - "id": "place-dwnxg", + "id": "place-nqncy", "type": "stop" } }, @@ -331270,27 +341309,28 @@ }, { "attributes": { - "description": "Science Park/West End - Platform level of south side elevator", - "latitude": 42.366701, + "description": "Tufts Medical Center - Unpaid side of fare gates", + "latitude": null, "location_type": 3, - "longitude": -71.067904, - "name": "Science Park/West End", + "longitude": null, + "name": "Tufts Medical Center", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-980-platform", + "id": "node-tumnl-wash-fareunpaid", "links": { - "self": "/stops/node-980-platform" + "self": "/stops/node-tumnl-wash-fareunpaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-980-platform" + "related": "/facilities/?filter[stop]=node-tumnl-wash-fareunpaid" } }, "parent_station": { "data": { - "id": "place-spmnl", + "id": "place-tumnl", "type": "stop" } }, @@ -331302,27 +341342,28 @@ }, { "attributes": { - "description": "Downtown Crossing - Hawley St (Escalator)", - "latitude": 42.355229, - "location_type": 2, - "longitude": -71.059366, - "name": "Downtown Crossing - Hawley St (Escalator)", + "description": "Stony Brook - Top of Elevator 845", + "latitude": 42.317298, + "location_type": 3, + "longitude": -71.104284, + "name": "Stony Brook", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-dwnxg-hawley", + "id": "node-sbmnl-845-lobby", "links": { - "self": "/stops/door-dwnxg-hawley" + "self": "/stops/node-sbmnl-845-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-dwnxg-hawley" + "related": "/facilities/?filter[stop]=node-sbmnl-845-lobby" } }, "parent_station": { "data": { - "id": "place-dwnxg", + "id": "place-sbmnl", "type": "stop" } }, @@ -331334,27 +341375,28 @@ }, { "attributes": { - "description": "Ashmont - Top of escalator from Red Line platform to Peabody Square, busway", - "latitude": 42.284978, + "description": "Suffolk Downs - Bottom of ramp for Bowdoin platform", + "latitude": 42.390641, "location_type": 3, - "longitude": -71.064163, - "name": "Ashmont", + "longitude": -70.997277, + "name": "Suffolk Downs", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-437-lobby", + "id": "node-sdmnl-pib-platform", "links": { - "self": "/stops/node-437-lobby" + "self": "/stops/node-sdmnl-pib-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-437-lobby" + "related": "/facilities/?filter[stop]=node-sdmnl-pib-platform" } }, "parent_station": { "data": { - "id": "place-asmnl", + "id": "place-sdmnl", "type": "stop" } }, @@ -331366,27 +341408,28 @@ }, { "attributes": { - "description": "South Station - Bottom of Elevator 919", + "description": "Sullivan Square - Top of stairs for lower busway", "latitude": null, "location_type": 3, "longitude": null, - "name": "South Station", + "name": "Sullivan Square", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-919-rl", + "id": "node-lbusstairs-upper", "links": { - "self": "/stops/node-919-rl" + "self": "/stops/node-lbusstairs-upper" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-919-rl" + "related": "/facilities/?filter[stop]=node-lbusstairs-upper" } }, "parent_station": { "data": { - "id": "place-sstat", + "id": "place-sull", "type": "stop" } }, @@ -331398,27 +341441,28 @@ }, { "attributes": { - "description": "Eliot - Top of stairs to westbound Boylston Street", - "latitude": 42.318572, + "description": "North Quincy - Top of elevator between Newport Avenue and lobby", + "latitude": 42.276337, "location_type": 3, - "longitude": -71.215915, - "name": "Eliot", + "longitude": -71.031019, + "name": "North Quincy", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-eliot-boylws-bridge", + "id": "node-898-lobby", "links": { - "self": "/stops/node-eliot-boylws-bridge" + "self": "/stops/node-898-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-eliot-boylws-bridge" + "related": "/facilities/?filter[stop]=node-898-lobby" } }, "parent_station": { "data": { - "id": "place-eliot", + "id": "place-nqncy", "type": "stop" } }, @@ -331430,27 +341474,28 @@ }, { "attributes": { - "description": "Chinatown - Bottom of escalator from Forest Hill lobby", + "description": "Downtown Crossing - Top of escalator from Alewife platform to Oak Grove platform", "latitude": null, "location_type": 3, "longitude": null, - "name": "Chinatown", + "name": "Downtown Crossing", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-366-lobby", + "id": "node-332-ol", "links": { - "self": "/stops/node-366-lobby" + "self": "/stops/node-332-ol" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-366-lobby" + "related": "/facilities/?filter[stop]=node-332-ol" } }, "parent_station": { "data": { - "id": "place-chncl", + "id": "place-dwnxg", "type": "stop" } }, @@ -331462,27 +341507,28 @@ }, { "attributes": { - "description": "Prudential - Bottom of elevator between Prudential Center and lobby", - "latitude": null, + "description": "Alewife - Top of stairs between Russell Field lobby and Red Line platform", + "latitude": 42.396173, "location_type": 3, - "longitude": null, - "name": "Prudential", + "longitude": -71.139834, + "name": "Alewife", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-917-lobby", + "id": "node-alfcl-russellstairs-top", "links": { - "self": "/stops/node-917-lobby" + "self": "/stops/node-alfcl-russellstairs-top" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-917-lobby" + "related": "/facilities/?filter[stop]=node-alfcl-russellstairs-top" } }, "parent_station": { "data": { - "id": "place-prmnl", + "id": "place-alfcl", "type": "stop" } }, @@ -331494,27 +341540,28 @@ }, { "attributes": { - "description": "Ruggles - Top of Commuter Rail (Tracks 1 & 3) platform elevator", - "latitude": 42.336466, + "description": "Oak Grove - Bottom of Banks Place, busway, parking stairs", + "latitude": 42.436884, "location_type": 3, - "longitude": -71.08939, - "name": "Ruggles", + "longitude": -71.070482, + "name": "Oak Grove", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-849-lobby", + "id": "node-ogmnl-banksstair-street", "links": { - "self": "/stops/node-849-lobby" + "self": "/stops/node-ogmnl-banksstair-street" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-849-lobby" + "related": "/facilities/?filter[stop]=node-ogmnl-banksstair-street" } }, "parent_station": { "data": { - "id": "place-rugg", + "id": "place-ogmnl", "type": "stop" } }, @@ -331526,27 +341573,28 @@ }, { "attributes": { - "description": "Andrew - Bottom of south inbound platform stairs", - "latitude": null, + "description": "Government Center - Top of stairs between plaza and Green Line", + "latitude": 42.359616, "location_type": 3, - "longitude": null, - "name": "Andrew", + "longitude": -71.05933, + "name": "Government Center", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-andrw-sibstairs-platform", + "id": "node-gover-sentrancestairs-lobby", "links": { - "self": "/stops/node-andrw-sibstairs-platform" + "self": "/stops/node-gover-sentrancestairs-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-andrw-sibstairs-platform" + "related": "/facilities/?filter[stop]=node-gover-sentrancestairs-lobby" } }, "parent_station": { "data": { - "id": "place-andrw", + "id": "place-gover", "type": "stop" } }, @@ -331558,27 +341606,28 @@ }, { "attributes": { - "description": "Riverside - Unpaid side of fare gates", - "latitude": 42.337352, + "description": "Central - Bottom of stairs for Pearl St", + "latitude": null, "location_type": 3, - "longitude": -71.252685, - "name": "Riverside", + "longitude": null, + "name": "Central", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-river-fareunpaid", + "id": "node-cntsq-pearlstair-platform", "links": { - "self": "/stops/node-river-fareunpaid" + "self": "/stops/node-cntsq-pearlstair-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-river-fareunpaid" + "related": "/facilities/?filter[stop]=node-cntsq-pearlstair-platform" } }, "parent_station": { "data": { - "id": "place-river", + "id": "place-cntsq", "type": "stop" } }, @@ -331590,27 +341639,28 @@ }, { "attributes": { - "description": "Downtown Crossing - Paid side of fare gates", - "latitude": null, - "location_type": 3, - "longitude": null, - "name": "Downtown Crossing", + "description": "Chestnut Hill - Parking Lot Access (West)", + "latitude": 42.326831, + "location_type": 2, + "longitude": -71.16484, + "name": "Chestnut Hill - Parking Lot Access (West)", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, - "id": "node-dwnxg-frnkfare-paid", + "id": "door-chhil-parkw", "links": { - "self": "/stops/node-dwnxg-frnkfare-paid" + "self": "/stops/door-chhil-parkw" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-dwnxg-frnkfare-paid" + "related": "/facilities/?filter[stop]=door-chhil-parkw" } }, "parent_station": { "data": { - "id": "place-dwnxg", + "id": "place-chhil", "type": "stop" } }, @@ -331622,27 +341672,28 @@ }, { "attributes": { - "description": "Airport - Bottom of Elevator 955", - "latitude": 42.374447, + "description": "North Quincy - Bottom of ramp between busway and Red Line station", + "latitude": 42.27529, "location_type": 3, - "longitude": -71.030429, - "name": "Airport", + "longitude": -71.029114, + "name": "North Quincy", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-955-lobby", + "id": "node-nqncy-senterramp-bus", "links": { - "self": "/stops/node-955-lobby" + "self": "/stops/node-nqncy-senterramp-bus" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-955-lobby" + "related": "/facilities/?filter[stop]=node-nqncy-senterramp-bus" } }, "parent_station": { "data": { - "id": "place-aport", + "id": "place-nqncy", "type": "stop" } }, @@ -331654,27 +341705,28 @@ }, { "attributes": { - "description": "Gilman Square - Medford St", - "latitude": 42.387592, - "location_type": 2, - "longitude": -71.096227, - "name": "Gilman Square - Medford St", + "description": "Davis - Bottom of Escalator 342", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "Davis", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-gilmn-medford", + "id": "node-342-lobby", "links": { - "self": "/stops/door-gilmn-medford" + "self": "/stops/node-342-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-gilmn-medford" + "related": "/facilities/?filter[stop]=node-342-lobby" } }, "parent_station": { "data": { - "id": "place-gilmn", + "id": "place-davis", "type": "stop" } }, @@ -331686,27 +341738,28 @@ }, { "attributes": { - "description": "Forest Hills - Bottom of Orange Line platform south escalator", - "latitude": 42.300603, + "description": "Porter - Top of stairs between Massachusetts Ave and lobby", + "latitude": 42.388267, "location_type": 3, - "longitude": -71.114281, - "name": "Forest Hills", + "longitude": -71.119103, + "name": "Porter", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-130-platform", + "id": "node-portr-massavestairs-crplatform", "links": { - "self": "/stops/node-130-platform" + "self": "/stops/node-portr-massavestairs-crplatform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-130-platform" + "related": "/facilities/?filter[stop]=node-portr-massavestairs-crplatform" } }, "parent_station": { "data": { - "id": "place-forhl", + "id": "place-portr", "type": "stop" } }, @@ -331718,27 +341771,28 @@ }, { "attributes": { - "description": "Charles/MGH - Top of Ashmont/Braintree platform stairs", - "latitude": 42.361053, + "description": "Ruggles - Bottom of Commuter Rail (Tracks 1 & 3) platform elevator", + "latitude": 42.336466, "location_type": 3, - "longitude": -71.070612, - "name": "Charles/MGH", + "longitude": -71.08939, + "name": "Ruggles", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-chmnl-sbstairs-platform", + "id": "node-849-platform", "links": { - "self": "/stops/node-chmnl-sbstairs-platform" + "self": "/stops/node-849-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-chmnl-sbstairs-platform" + "related": "/facilities/?filter[stop]=node-849-platform" } }, "parent_station": { "data": { - "id": "place-chmnl", + "id": "place-rugg", "type": "stop" } }, @@ -331750,27 +341804,28 @@ }, { "attributes": { - "description": "Chestnut Hill - Bottom of stairs to parking lot", - "latitude": 42.326797, + "description": "State - Bottom of Elevator 803 between Milk Street to lobby", + "latitude": null, "location_type": 3, - "longitude": -71.164839, - "name": "Chestnut Hill", + "longitude": null, + "name": "State", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-chhil-parkstairs-platform", + "id": "node-803-sbplatform", "links": { - "self": "/stops/node-chhil-parkstairs-platform" + "self": "/stops/node-803-sbplatform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-chhil-parkstairs-platform" + "related": "/facilities/?filter[stop]=node-803-sbplatform" } }, "parent_station": { "data": { - "id": "place-chhil", + "id": "place-state", "type": "stop" } }, @@ -331782,27 +341837,28 @@ }, { "attributes": { - "description": "Downtown Crossing - Bottom of stairs between Franklin Street lobby and street", - "latitude": null, - "location_type": 3, - "longitude": null, - "name": "Downtown Crossing", + "description": "Alewife - Steel Place, Alewife Brook Reserve", + "latitude": 42.395504, + "location_type": 2, + "longitude": -71.142506, + "name": "Alewife - Steel Place, Alewife Brook Reserve", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-dwnxg-stair9-lobby", + "id": "door-alfcl-steel", "links": { - "self": "/stops/node-dwnxg-stair9-lobby" + "self": "/stops/door-alfcl-steel" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-dwnxg-stair9-lobby" + "related": "/facilities/?filter[stop]=door-alfcl-steel" } }, "parent_station": { "data": { - "id": "place-dwnxg", + "id": "place-alfcl", "type": "stop" } }, @@ -331814,27 +341870,28 @@ }, { "attributes": { - "description": "Eliot - Meredith Ave", - "latitude": 42.319024, + "description": "Chelsea - Third St", + "latitude": 42.397823, "location_type": 2, - "longitude": -71.216831, - "name": "Eliot - Meredith Ave", + "longitude": -71.044761, + "name": "Chelsea - Third St", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-eliot-meredith", + "id": "door-chels-crnorththird", "links": { - "self": "/stops/door-eliot-meredith" + "self": "/stops/door-chels-crnorththird" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-eliot-meredith" + "related": "/facilities/?filter[stop]=door-chels-crnorththird" } }, "parent_station": { "data": { - "id": "place-eliot", + "id": "place-chels", "type": "stop" } }, @@ -331846,27 +341903,28 @@ }, { "attributes": { - "description": "Copley - Paid side of fare gates", - "latitude": 42.349835, + "description": "Back Bay - Top of Tracks 1-3 up escalator", + "latitude": null, "location_type": 3, - "longitude": -71.078072, - "name": "Copley", + "longitude": null, + "name": "Back Bay", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-coecl-ebfarepaid", + "id": "node-143-lobby", "links": { - "self": "/stops/node-coecl-ebfarepaid" + "self": "/stops/node-143-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-coecl-ebfarepaid" + "related": "/facilities/?filter[stop]=node-143-lobby" } }, "parent_station": { "data": { - "id": "place-coecl", + "id": "place-bbsta", "type": "stop" } }, @@ -331878,27 +341936,28 @@ }, { "attributes": { - "description": "Charles/MGH - Bottom of Elevator 952", - "latitude": 42.361199, + "description": "Airport - Top of Elevator 955", + "latitude": 42.374447, "location_type": 3, - "longitude": -71.070431, - "name": "Charles/MGH", + "longitude": -71.030429, + "name": "Airport", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-952-lobby", + "id": "node-955-bridge", "links": { - "self": "/stops/node-952-lobby" + "self": "/stops/node-955-bridge" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-952-lobby" + "related": "/facilities/?filter[stop]=node-955-bridge" } }, "parent_station": { "data": { - "id": "place-chmnl", + "id": "place-aport", "type": "stop" } }, @@ -331910,27 +341969,28 @@ }, { "attributes": { - "description": "Medford/Tufts - Top of Elevator 772", - "latitude": 42.408005, - "location_type": 3, - "longitude": -71.117041, - "name": "Medford/Tufts", + "description": "Back Bay - Dartmouth St (South)", + "latitude": 42.347348, + "location_type": 2, + "longitude": -71.075791, + "name": "Back Bay - Dartmouth St (South)", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-772-top", + "id": "door-bbsta-dartms", "links": { - "self": "/stops/node-772-top" + "self": "/stops/door-bbsta-dartms" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-772-top" + "related": "/facilities/?filter[stop]=door-bbsta-dartms" } }, "parent_station": { "data": { - "id": "place-mdftf", + "id": "place-bbsta", "type": "stop" } }, @@ -331942,27 +342002,28 @@ }, { "attributes": { - "description": "Valley Road - Top of stairs", - "latitude": 42.268194, + "description": "Oak Grove - Bottom of escalator from busway, parking", + "latitude": 42.4369, "location_type": 3, - "longitude": -71.081398, - "name": "Valley Road", + "longitude": -71.070482, + "name": "Oak Grove", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-valrd-stairs-street", + "id": "node-104-street", "links": { - "self": "/stops/node-valrd-stairs-street" + "self": "/stops/node-104-street" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-valrd-stairs-street" + "related": "/facilities/?filter[stop]=node-104-street" } }, "parent_station": { "data": { - "id": "place-valrd", + "id": "place-ogmnl", "type": "stop" } }, @@ -331974,27 +342035,28 @@ }, { "attributes": { - "description": "State - Top of escalator from Oak Grove platform to State St, Devonshire St", - "latitude": null, + "description": "Roxbury Crossing - Bottom of Elevator 847", + "latitude": 42.331244, "location_type": 3, - "longitude": null, - "name": "State", + "longitude": -71.095608, + "name": "Roxbury Crossing", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-6-landing", + "id": "node-rcmnl-847-platform", "links": { - "self": "/stops/node-6-landing" + "self": "/stops/node-rcmnl-847-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-6-landing" + "related": "/facilities/?filter[stop]=node-rcmnl-847-platform" } }, "parent_station": { "data": { - "id": "place-state", + "id": "place-rcmnl", "type": "stop" } }, @@ -332006,27 +342068,28 @@ }, { "attributes": { - "description": "Massachusetts Avenue - Massachusetts Ave (Northside)", - "latitude": 42.341773, - "location_type": 2, - "longitude": -71.083167, - "name": "Massachusetts Avenue - Massachusetts Ave (Northside)", + "description": "South Station - Top of Escalator 390", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "South Station", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-masta-corridor", + "id": "node-390-sl", "links": { - "self": "/stops/door-masta-corridor" + "self": "/stops/node-390-sl" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-masta-corridor" + "related": "/facilities/?filter[stop]=node-390-sl" } }, "parent_station": { "data": { - "id": "place-masta", + "id": "place-sstat", "type": "stop" } }, @@ -332038,22 +342101,23 @@ }, { "attributes": { - "description": "Malden Center - Top of stairs from Commercial Street", - "latitude": 42.42685, - "location_type": 3, - "longitude": -71.074058, - "name": "Malden Center", + "description": "Malden Center - Commercial St, Malden Government Center (ramp)", + "latitude": 42.42689, + "location_type": 2, + "longitude": -71.073987, + "name": "Malden Center - Commercial St, Malden Government Center (ramp)", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-mlmnl-commstair-lobby", + "id": "door-mlmnl-ramp", "links": { - "self": "/stops/node-mlmnl-commstair-lobby" + "self": "/stops/door-mlmnl-ramp" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-mlmnl-commstair-lobby" + "related": "/facilities/?filter[stop]=door-mlmnl-ramp" } }, "parent_station": { @@ -332070,27 +342134,28 @@ }, { "attributes": { - "description": "Revere Beach - Top of Elevator 885 between Wonderland platform and lobby", - "latitude": 42.407872, + "description": "Harvard - Bottom of elevator between Harvard Square and lobby", + "latitude": 42.373407, "location_type": 3, - "longitude": -70.992427, - "name": "Revere Beach", + "longitude": -71.119116, + "name": "Harvard", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-885-lobby", + "id": "node-821-lobby", "links": { - "self": "/stops/node-885-lobby" + "self": "/stops/node-821-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-885-lobby" + "related": "/facilities/?filter[stop]=node-821-lobby" } }, "parent_station": { "data": { - "id": "place-rbmnl", + "id": "place-harsq", "type": "stop" } }, @@ -332102,27 +342167,28 @@ }, { "attributes": { - "description": "Valley Road - Eliot St", - "latitude": 42.267932, - "location_type": 2, - "longitude": -71.081125, - "name": "Valley Road - Eliot St", + "description": "Savin Hill - Top of stairs between Sydney Street and lobby", + "latitude": 42.310838, + "location_type": 3, + "longitude": -71.053681, + "name": "Savin Hill", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-valrd-eliot", + "id": "node-shmnl-sydstair-lobby", "links": { - "self": "/stops/door-valrd-eliot" + "self": "/stops/node-shmnl-sydstair-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-valrd-eliot" + "related": "/facilities/?filter[stop]=node-shmnl-sydstair-lobby" } }, "parent_station": { "data": { - "id": "place-valrd", + "id": "place-shmnl", "type": "stop" } }, @@ -332134,27 +342200,28 @@ }, { "attributes": { - "description": "Arlington - Bottom of westbound elevator", + "description": "Chinatown - Top of stairs between lobby and landing", "latitude": null, "location_type": 3, "longitude": null, - "name": "Arlington", + "name": "Chinatown", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-962-platform", + "id": "node-chncl-fhlower-landing", "links": { - "self": "/stops/node-962-platform" + "self": "/stops/node-chncl-fhlower-landing" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-962-platform" + "related": "/facilities/?filter[stop]=node-chncl-fhlower-landing" } }, "parent_station": { "data": { - "id": "place-armnl", + "id": "place-chncl", "type": "stop" } }, @@ -332166,27 +342233,28 @@ }, { "attributes": { - "description": "Kendall/MIT - Unpaid side of fare gates", - "latitude": 42.362507, + "description": "Alewife - Top of Escalator 355 from second floor of garage to third floor of garage", + "latitude": 42.395792, "location_type": 3, - "longitude": -71.086214, - "name": "Kendall/MIT", + "longitude": -71.14116, + "name": "Alewife", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-knncl-nbmain-fareunpaid", + "id": "node-355-top", "links": { - "self": "/stops/node-knncl-nbmain-fareunpaid" + "self": "/stops/node-355-top" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-knncl-nbmain-fareunpaid" + "related": "/facilities/?filter[stop]=node-355-top" } }, "parent_station": { "data": { - "id": "place-knncl", + "id": "place-alfcl", "type": "stop" } }, @@ -332198,27 +342266,28 @@ }, { "attributes": { - "description": "Valley Road - Bottom of stairs", - "latitude": 42.268304, + "description": "Orient Heights - Unpaid side of fare gates", + "latitude": 42.386891, "location_type": 3, - "longitude": -71.081497, - "name": "Valley Road", + "longitude": -71.004446, + "name": "Orient Heights", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-valrd-stairs-platform", + "id": "node-orhte-sara-fareunpaid", "links": { - "self": "/stops/node-valrd-stairs-platform" + "self": "/stops/node-orhte-sara-fareunpaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-valrd-stairs-platform" + "related": "/facilities/?filter[stop]=node-orhte-sara-fareunpaid" } }, "parent_station": { "data": { - "id": "place-valrd", + "id": "place-orhte", "type": "stop" } }, @@ -332230,27 +342299,28 @@ }, { "attributes": { - "description": "Oak Grove - Bottom of Orange Line escalator", - "latitude": 42.437163, - "location_type": 3, - "longitude": -71.070948, - "name": "Oak Grove", + "description": "Riverside - Buses, Parking (Ramp)", + "latitude": 42.33727, + "location_type": 2, + "longitude": -71.252948, + "name": "Riverside - Buses, Parking (Ramp)", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-103-platform", + "id": "door-river-ramp", "links": { - "self": "/stops/node-103-platform" + "self": "/stops/door-river-ramp" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-103-platform" + "related": "/facilities/?filter[stop]=door-river-ramp" } }, "parent_station": { "data": { - "id": "place-ogmnl", + "id": "place-river", "type": "stop" } }, @@ -332262,27 +342332,28 @@ }, { "attributes": { - "description": "Bellingham Square - Chelsea-bound end of of crosswalk", - "latitude": 42.395572, + "description": "Savin Hill - Unpaid side of Sydney Street fare gates", + "latitude": 42.310828, "location_type": 3, - "longitude": -71.034162, - "name": "Bellingham Square", + "longitude": -71.053602, + "name": "Savin Hill", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-belsq-crosswalk-chelsea", + "id": "node-shmnl-syd-fareunpaid", "links": { - "self": "/stops/node-belsq-crosswalk-chelsea" + "self": "/stops/node-shmnl-syd-fareunpaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-belsq-crosswalk-chelsea" + "related": "/facilities/?filter[stop]=node-shmnl-syd-fareunpaid" } }, "parent_station": { "data": { - "id": "place-belsq", + "id": "place-shmnl", "type": "stop" } }, @@ -332294,27 +342365,28 @@ }, { "attributes": { - "description": "West Newton - Bottom of stairs for Washington St (East)", - "latitude": 42.347983, + "description": "Park Street - Top of stairs between Copley & West platform and passageway to Government Center & North", + "latitude": null, "location_type": 3, - "longitude": -71.228852, - "name": "West Newton", + "longitude": null, + "name": "Park Street", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-WML-0091-ebwasstairs-bottom", + "id": "node-pktrm-wbupassstairs-platform", "links": { - "self": "/stops/node-WML-0091-ebwasstairs-bottom" + "self": "/stops/node-pktrm-wbupassstairs-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-WML-0091-ebwasstairs-bottom" + "related": "/facilities/?filter[stop]=node-pktrm-wbupassstairs-platform" } }, "parent_station": { "data": { - "id": "place-WML-0091", + "id": "place-pktrm", "type": "stop" } }, @@ -332326,27 +342398,28 @@ }, { "attributes": { - "description": "World Trade Center - Bottom of outbound platform elevator", - "latitude": null, + "description": "North Station - Top of stairs between Causeway Street lobby and Forest Hills, Copley & West platforms", + "latitude": 42.365545, "location_type": 3, - "longitude": null, - "name": "World Trade Center", + "longitude": -71.060575, + "name": "North Station", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-936-platform", + "id": "node-north-northstairs-top", "links": { - "self": "/stops/node-936-platform" + "self": "/stops/node-north-northstairs-top" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-936-platform" + "related": "/facilities/?filter[stop]=node-north-northstairs-top" } }, "parent_station": { "data": { - "id": "place-wtcst", + "id": "place-north", "type": "stop" } }, @@ -332358,27 +342431,28 @@ }, { "attributes": { - "description": "Haymarket - Bottom of stairs between lobby and busway", - "latitude": null, + "description": "Quincy Adams - Second floor garage lobby", + "latitude": 42.233083, "location_type": 3, - "longitude": null, - "name": "Haymarket", + "longitude": -71.007196, + "name": "Quincy Adams", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-haecl-busstair-lobby", + "id": "node-qamnl-second-lobby", "links": { - "self": "/stops/node-haecl-busstair-lobby" + "self": "/stops/node-qamnl-second-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-haecl-busstair-lobby" + "related": "/facilities/?filter[stop]=node-qamnl-second-lobby" } }, "parent_station": { "data": { - "id": "place-haecl", + "id": "place-qamnl", "type": "stop" } }, @@ -332390,27 +342464,28 @@ }, { "attributes": { - "description": "Harvard - Bottom of stairs for Church Street", - "latitude": 42.374328, + "description": "Kendall/MIT - Bottom of Escalator 450 to Carleton St", + "latitude": 42.362142, "location_type": 3, - "longitude": -71.118891, - "name": "Harvard", + "longitude": -71.08625, + "name": "Kendall/MIT", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-harsq-churstair-lobby", + "id": "node-450-platform", "links": { - "self": "/stops/node-harsq-churstair-lobby" + "self": "/stops/node-450-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-harsq-churstair-lobby" + "related": "/facilities/?filter[stop]=node-450-platform" } }, "parent_station": { "data": { - "id": "place-harsq", + "id": "place-knncl", "type": "stop" } }, @@ -332422,27 +342497,28 @@ }, { "attributes": { - "description": "Downtown Crossing - Bottom of elevator between Alewife platform and Chauncy Street lobby", + "description": "Wollaston - Top of stairs between platform and bridge", "latitude": null, "location_type": 3, "longitude": null, - "name": "Downtown Crossing", + "name": "Wollaston", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-869-platform", + "id": "node-wlsta-stair5-bridge", "links": { - "self": "/stops/node-869-platform" + "self": "/stops/node-wlsta-stair5-bridge" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-869-platform" + "related": "/facilities/?filter[stop]=node-wlsta-stair5-bridge" } }, "parent_station": { "data": { - "id": "place-dwnxg", + "id": "place-wlsta", "type": "stop" } }, @@ -332454,27 +342530,28 @@ }, { "attributes": { - "description": "Porter - Bottom of stairs between Alewife platform and Ashmont/Braintree platform", - "latitude": 42.388712, - "location_type": 3, - "longitude": -71.119054, - "name": "Porter", + "description": "Medford/Tufts - Boston Ave, College Ave", + "latitude": 42.407798, + "location_type": 2, + "longitude": -71.117017, + "name": "Medford/Tufts - Boston Ave, College Ave", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-portr-506stairs-nbplatform", + "id": "door-mdftf-boston", "links": { - "self": "/stops/node-portr-506stairs-nbplatform" + "self": "/stops/door-mdftf-boston" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-portr-506stairs-nbplatform" + "related": "/facilities/?filter[stop]=door-mdftf-boston" } }, "parent_station": { "data": { - "id": "place-portr", + "id": "place-mdftf", "type": "stop" } }, @@ -332486,27 +342563,28 @@ }, { "attributes": { - "description": "Haymarket - Paid side of Congress Street fare gates", - "latitude": null, + "description": "JFK/UMass - Bottom of escalator from platform to Columbia Road", + "latitude": 42.321174, "location_type": 3, - "longitude": null, - "name": "Haymarket", + "longitude": -71.052552, + "name": "JFK/UMass", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-haecl-congfarepaid", + "id": "node-322-platform", "links": { - "self": "/stops/node-haecl-congfarepaid" + "self": "/stops/node-322-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-haecl-congfarepaid" + "related": "/facilities/?filter[stop]=node-322-platform" } }, "parent_station": { "data": { - "id": "place-haecl", + "id": "place-jfk", "type": "stop" } }, @@ -332518,27 +342596,28 @@ }, { "attributes": { - "description": "Waban - Bottom of stairs to Beacon Street", - "latitude": 42.326257, + "description": "Courthouse - Unpaid side of outbound exit-only gates", + "latitude": null, "location_type": 3, - "longitude": -71.23089, - "name": "Waban", + "longitude": null, + "name": "Courthouse", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-waban-beacon-stairs", + "id": "node-crtst-wtcexit-fareunpaid", "links": { - "self": "/stops/node-waban-beacon-stairs" + "self": "/stops/node-crtst-wtcexit-fareunpaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-waban-beacon-stairs" + "related": "/facilities/?filter[stop]=node-crtst-wtcexit-fareunpaid" } }, "parent_station": { "data": { - "id": "place-waban", + "id": "place-crtst", "type": "stop" } }, @@ -332550,27 +342629,28 @@ }, { "attributes": { - "description": "Courthouse - Paid side of outbound exit-only gates", + "description": "Government Center - Top of elevator between Green Line and Blue Line", "latitude": null, "location_type": 3, "longitude": null, - "name": "Courthouse", + "name": "Government Center", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-crtst-wtcexit-farepaid", + "id": "node-722-gl", "links": { - "self": "/stops/node-crtst-wtcexit-farepaid" + "self": "/stops/node-722-gl" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-crtst-wtcexit-farepaid" + "related": "/facilities/?filter[stop]=node-722-gl" } }, "parent_station": { "data": { - "id": "place-crtst", + "id": "place-gover", "type": "stop" } }, @@ -332582,27 +342662,28 @@ }, { "attributes": { - "description": "Orient Heights - Bennington St", - "latitude": 42.38708, - "location_type": 2, - "longitude": -71.004664, - "name": "Orient Heights - Bennington St", + "description": "JFK/UMass - Unpaid side of exit-only gates", + "latitude": 42.319928, + "location_type": 3, + "longitude": -71.052412, + "name": "JFK/UMass", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-orhte-benning", + "id": "node-jfk-sydfareunpaid", "links": { - "self": "/stops/door-orhte-benning" + "self": "/stops/node-jfk-sydfareunpaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-orhte-benning" + "related": "/facilities/?filter[stop]=node-jfk-sydfareunpaid" } }, "parent_station": { "data": { - "id": "place-orhte", + "id": "place-jfk", "type": "stop" } }, @@ -332614,27 +342695,28 @@ }, { "attributes": { - "description": "North Quincy - Top of stairs between Hancock Street and lobby", - "latitude": 42.276542, - "location_type": 3, - "longitude": -71.030788, - "name": "North Quincy", + "description": "Wonderland - Ocean Ave North", + "latitude": 42.413372, + "location_type": 2, + "longitude": -70.990494, + "name": "Wonderland - Ocean Ave North", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, - "id": "node-nqncy-hstair-lobby", + "id": "door-wondl-oceann", "links": { - "self": "/stops/node-nqncy-hstair-lobby" + "self": "/stops/door-wondl-oceann" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-nqncy-hstair-lobby" + "related": "/facilities/?filter[stop]=door-wondl-oceann" } }, "parent_station": { "data": { - "id": "place-nqncy", + "id": "place-wondl", "type": "stop" } }, @@ -332646,27 +342728,28 @@ }, { "attributes": { - "description": "North Quincy - Top of stairs between platform and Squantum Street lobby", - "latitude": 42.275225, + "description": "Charles/MGH - Bottom of Elevator 951", + "latitude": 42.361078, "location_type": 3, - "longitude": -71.029569, - "name": "North Quincy", + "longitude": -71.070472, + "name": "Charles/MGH", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-nqncy-spstair-lobby", + "id": "node-951-lobby", "links": { - "self": "/stops/node-nqncy-spstair-lobby" + "self": "/stops/node-951-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-nqncy-spstair-lobby" + "related": "/facilities/?filter[stop]=node-951-lobby" } }, "parent_station": { "data": { - "id": "place-nqncy", + "id": "place-chmnl", "type": "stop" } }, @@ -332678,27 +342761,28 @@ }, { "attributes": { - "description": "State - Top of stairs between Oak Grove platform and Wonderland platform, Forest Hills passageway", - "latitude": null, + "description": "Newton Centre - Top of ramp for Union Street", + "latitude": 42.329303, "location_type": 3, - "longitude": null, - "name": "State", + "longitude": -71.193077, + "name": "Newton Centre", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-state-olnbplatformstairssec-sbplatform", + "id": "node-newto-ramp-landing", "links": { - "self": "/stops/node-state-olnbplatformstairssec-sbplatform" + "self": "/stops/node-newto-ramp-landing" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-state-olnbplatformstairssec-sbplatform" + "related": "/facilities/?filter[stop]=node-newto-ramp-landing" } }, "parent_station": { "data": { - "id": "place-state", + "id": "place-newto", "type": "stop" } }, @@ -332710,27 +342794,28 @@ }, { "attributes": { - "description": "Gilman Square - School St", - "latitude": 42.388307, - "location_type": 2, - "longitude": -71.097622, - "name": "Gilman Square - School St", + "description": "Haymarket - Bottom of elevator between Oak Grove platform and Green Line, busway passageway", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "Haymarket", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-gilmn-school", + "id": "node-907-passage", "links": { - "self": "/stops/door-gilmn-school" + "self": "/stops/node-907-passage" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-gilmn-school" + "related": "/facilities/?filter[stop]=node-907-passage" } }, "parent_station": { "data": { - "id": "place-gilmn", + "id": "place-haecl", "type": "stop" } }, @@ -332742,27 +342827,28 @@ }, { "attributes": { - "description": "Airport - Bottom of Escalator 407", - "latitude": 42.374178, + "description": "North Quincy - Top of elevator between platform and Squantum Street lobby", + "latitude": 42.275398, "location_type": 3, - "longitude": -71.030056, - "name": "Airport", + "longitude": -71.029739, + "name": "North Quincy", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-407-platform", + "id": "node-900-lobby", "links": { - "self": "/stops/node-407-platform" + "self": "/stops/node-900-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-407-platform" + "related": "/facilities/?filter[stop]=node-900-lobby" } }, "parent_station": { "data": { - "id": "place-aport", + "id": "place-nqncy", "type": "stop" } }, @@ -332774,27 +342860,28 @@ }, { "attributes": { - "description": "Back Bay - Unpaid side of exit-only gates", + "description": "Downtown Crossing - Bottom of elevator between Washington Street, Winter Street lobby and street", "latitude": null, "location_type": 3, "longitude": null, - "name": "Back Bay", + "name": "Downtown Crossing", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-bbsta-clar-fareunpaid", + "id": "node-892-lobby", "links": { - "self": "/stops/node-bbsta-clar-fareunpaid" + "self": "/stops/node-892-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-bbsta-clar-fareunpaid" + "related": "/facilities/?filter[stop]=node-892-lobby" } }, "parent_station": { "data": { - "id": "place-bbsta", + "id": "place-dwnxg", "type": "stop" } }, @@ -332806,27 +342893,28 @@ }, { "attributes": { - "description": "Davis - Bottom of Escalator 339", + "description": "Downtown Crossing - Top of exit-only stairs from Alewife platform to Summer Street Concourse", "latitude": null, "location_type": 3, "longitude": null, - "name": "Davis", + "name": "Downtown Crossing", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-339-lobby", + "id": "node-dwnxg-nbsumexitfare-paid", "links": { - "self": "/stops/node-339-lobby" + "self": "/stops/node-dwnxg-nbsumexitfare-paid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-339-lobby" + "related": "/facilities/?filter[stop]=node-dwnxg-nbsumexitfare-paid" } }, "parent_station": { "data": { - "id": "place-davis", + "id": "place-dwnxg", "type": "stop" } }, @@ -332838,27 +342926,28 @@ }, { "attributes": { - "description": "Aquarium - Landing for stairs for State Stree north", + "description": "State - Top of stairs between Oak Grove platform and State St, Devonshire St", "latitude": null, "location_type": 3, "longitude": null, - "name": "Aquarium", + "name": "State", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-aqucl-nstatestairs-landingtop", + "id": "node-state-ogoldstatehousestairs-landing", "links": { - "self": "/stops/node-aqucl-nstatestairs-landingtop" + "self": "/stops/node-state-ogoldstatehousestairs-landing" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-aqucl-nstatestairs-landingtop" + "related": "/facilities/?filter[stop]=node-state-ogoldstatehousestairs-landing" } }, "parent_station": { "data": { - "id": "place-aqucl", + "id": "place-state", "type": "stop" } }, @@ -332870,27 +342959,28 @@ }, { "attributes": { - "description": "Harvard - Top of ramp between main lobby and Lower Busway", - "latitude": null, + "description": "Science Park/West End - Top of Nashua entrance stairs", + "latitude": 42.366853, "location_type": 3, - "longitude": null, - "name": "Harvard", + "longitude": -71.067793, + "name": "Science Park/West End", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-harsq-lowerramp-lobby", + "id": "node-spmnl-nashuastairs-top", "links": { - "self": "/stops/node-harsq-lowerramp-lobby" + "self": "/stops/node-spmnl-nashuastairs-top" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-harsq-lowerramp-lobby" + "related": "/facilities/?filter[stop]=node-spmnl-nashuastairs-top" } }, "parent_station": { "data": { - "id": "place-harsq", + "id": "place-spmnl", "type": "stop" } }, @@ -332902,27 +342992,28 @@ }, { "attributes": { - "description": "Eliot - Boylston St Eastbound", - "latitude": 42.318301, - "location_type": 2, - "longitude": -71.215414, - "name": "Eliot - Boylston St Eastbound", + "description": "Kenmore - Top of escalator from Park Street & North platform", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "Kenmore", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-eliot-boyle", + "id": "node-432-lobby", "links": { - "self": "/stops/door-eliot-boyle" + "self": "/stops/node-432-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-eliot-boyle" + "related": "/facilities/?filter[stop]=node-432-lobby" } }, "parent_station": { "data": { - "id": "place-eliot", + "id": "place-kencl", "type": "stop" } }, @@ -332934,27 +343025,28 @@ }, { "attributes": { - "description": "Braintree - Top of Commuter Rail platform escalator", - "latitude": 42.207699, + "description": "Porter - Top of stairs between Alewife platform and Ashmont/Braintree platform", + "latitude": 42.388872, "location_type": 3, - "longitude": -71.001357, - "name": "Braintree", + "longitude": -71.119021, + "name": "Porter", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-333-top", + "id": "node-portr-507stairs-sbplatform", "links": { - "self": "/stops/node-333-top" + "self": "/stops/node-portr-507stairs-sbplatform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-333-top" + "related": "/facilities/?filter[stop]=node-portr-507stairs-sbplatform" } }, "parent_station": { "data": { - "id": "place-brntn", + "id": "place-portr", "type": "stop" } }, @@ -332966,27 +343058,28 @@ }, { "attributes": { - "description": "Ruggles - Top of Lower Busway Lane 1 elevator", - "latitude": 42.336228, + "description": "State - Bottom of stairs between Water Street and lobby", + "latitude": null, "location_type": 3, - "longitude": -71.089127, - "name": "Ruggles", + "longitude": null, + "name": "State", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-728-lobby", + "id": "node-state-waterststairs-lobby", "links": { - "self": "/stops/node-728-lobby" + "self": "/stops/node-state-waterststairs-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-728-lobby" + "related": "/facilities/?filter[stop]=node-state-waterststairs-lobby" } }, "parent_station": { "data": { - "id": "place-rugg", + "id": "place-state", "type": "stop" } }, @@ -332998,27 +343091,28 @@ }, { "attributes": { - "description": "Stony Brook - Bottom of stairs", - "latitude": 42.317193, + "description": "Science Park/West End - Platform level of south side elevator", + "latitude": 42.366701, "location_type": 3, - "longitude": -71.104314, - "name": "Stony Brook", + "longitude": -71.067904, + "name": "Science Park/West End", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-sbmnl-stairs-platform", + "id": "node-980-platform", "links": { - "self": "/stops/node-sbmnl-stairs-platform" + "self": "/stops/node-980-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-sbmnl-stairs-platform" + "related": "/facilities/?filter[stop]=node-980-platform" } }, "parent_station": { "data": { - "id": "place-sbmnl", + "id": "place-spmnl", "type": "stop" } }, @@ -333030,27 +343124,28 @@ }, { "attributes": { - "description": "Wonderland - Street level of Bowdoin-bound platform elevator", - "latitude": 42.413786, - "location_type": 3, - "longitude": -70.991751, - "name": "Wonderland", + "description": "Kendall/MIT - Main St, Third St", + "latitude": 42.362439, + "location_type": 2, + "longitude": -71.084837, + "name": "Kendall/MIT - Main St, Third St", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, - "id": "node-709-street", + "id": "door-knncl-nbsecond", "links": { - "self": "/stops/node-709-street" + "self": "/stops/door-knncl-nbsecond" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-709-street" + "related": "/facilities/?filter[stop]=door-knncl-nbsecond" } }, "parent_station": { "data": { - "id": "place-wondl", + "id": "place-knncl", "type": "stop" } }, @@ -333062,27 +343157,28 @@ }, { "attributes": { - "description": "Wollaston - Beale Street, drop-off/pick-up", - "latitude": 42.266639, - "location_type": 2, - "longitude": -71.019948, - "name": "Wollaston - Beale Street, drop-off/pick-up", + "description": "Ruggles - Bottom of Commuter Rail (Track 2) ramp", + "latitude": 42.336862, + "location_type": 3, + "longitude": -71.088668, + "name": "Ruggles", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-wlsta-beale", + "id": "node-rugg-track2ramp-bottom", "links": { - "self": "/stops/door-wlsta-beale" + "self": "/stops/node-rugg-track2ramp-bottom" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-wlsta-beale" + "related": "/facilities/?filter[stop]=node-rugg-track2ramp-bottom" } }, "parent_station": { "data": { - "id": "place-wlsta", + "id": "place-rugg", "type": "stop" } }, @@ -333094,27 +343190,28 @@ }, { "attributes": { - "description": "Assembly - Top of Elevator 717", - "latitude": 42.393058, + "description": "Orient Heights - Bottom of Escalator 441", + "latitude": 42.386743, "location_type": 3, - "longitude": -71.077318, - "name": "Assembly", + "longitude": -71.004934, + "name": "Orient Heights", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-astao-717-lobby", + "id": "node-441-platform", "links": { - "self": "/stops/node-astao-717-lobby" + "self": "/stops/node-441-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-astao-717-lobby" + "related": "/facilities/?filter[stop]=node-441-platform" } }, "parent_station": { "data": { - "id": "place-astao", + "id": "place-orhte", "type": "stop" } }, @@ -333126,27 +343223,28 @@ }, { "attributes": { - "description": "Back Bay - Clarendon St, Columbus Ave", - "latitude": 42.34754, - "location_type": 2, - "longitude": -71.07341, - "name": "Back Bay - Clarendon St, Columbus Ave", + "description": "Central - Unpaid side of fare gates", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "Central", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-bbsta-clarcolum", + "id": "node-cntsq-westernstair-fareunpaid", "links": { - "self": "/stops/door-bbsta-clarcolum" + "self": "/stops/node-cntsq-westernstair-fareunpaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-bbsta-clarcolum" + "related": "/facilities/?filter[stop]=node-cntsq-westernstair-fareunpaid" } }, "parent_station": { "data": { - "id": "place-bbsta", + "id": "place-cntsq", "type": "stop" } }, @@ -333158,27 +343256,28 @@ }, { "attributes": { - "description": "Chinatown - Bottom of Forest Hills elevator", - "latitude": 42.352456, + "description": "Community College - Paid side of fare gates", + "latitude": null, "location_type": 3, - "longitude": -71.062935, - "name": "Chinatown", + "longitude": null, + "name": "Community College", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-922-lobby", + "id": "node-ccmnl-farepaid", "links": { - "self": "/stops/node-922-lobby" + "self": "/stops/node-ccmnl-farepaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-922-lobby" + "related": "/facilities/?filter[stop]=node-ccmnl-farepaid" } }, "parent_station": { "data": { - "id": "place-chncl", + "id": "place-ccmnl", "type": "stop" } }, @@ -333190,27 +343289,28 @@ }, { "attributes": { - "description": "Massachusetts Avenue - Unpaid lobby", - "latitude": 42.341462, - "location_type": 3, - "longitude": -71.083532, - "name": "Massachusetts Avenue", + "description": "Wollaston - Newport Ave (Stairs)", + "latitude": 42.266554, + "location_type": 2, + "longitude": -71.020523, + "name": "Wollaston - Newport Ave (Stairs)", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, - "id": "node-masta-unpaid-lobby", + "id": "door-wlsta-newpnorth", "links": { - "self": "/stops/node-masta-unpaid-lobby" + "self": "/stops/door-wlsta-newpnorth" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-masta-unpaid-lobby" + "related": "/facilities/?filter[stop]=door-wlsta-newpnorth" } }, "parent_station": { "data": { - "id": "place-masta", + "id": "place-wlsta", "type": "stop" } }, @@ -333222,27 +343322,28 @@ }, { "attributes": { - "description": "Andrew - Bottom of north busway entrance stairs", - "latitude": null, + "description": "Revere Beach - Bottom of stairs for Beach Street", + "latitude": 42.408327, "location_type": 3, - "longitude": null, - "name": "Andrew", + "longitude": -70.992529, + "name": "Revere Beach", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-andrw-nbusstairs-lobby", + "id": "node-rbmnl-beachstair", "links": { - "self": "/stops/node-andrw-nbusstairs-lobby" + "self": "/stops/node-rbmnl-beachstair" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-andrw-nbusstairs-lobby" + "related": "/facilities/?filter[stop]=node-rbmnl-beachstair" } }, "parent_station": { "data": { - "id": "place-andrw", + "id": "place-rbmnl", "type": "stop" } }, @@ -333254,27 +343355,28 @@ }, { "attributes": { - "description": "North Quincy - Top of elevator between Hancock Street and lobby", - "latitude": 42.276502, + "description": "Alewife - Bottom of ramp between concourse and Steel Place", + "latitude": 42.395676, "location_type": 3, - "longitude": -71.030741, - "name": "North Quincy", + "longitude": -71.141853, + "name": "Alewife", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-897-lobby", + "id": "node-alfcl-steelplramp-bottom", "links": { - "self": "/stops/node-897-lobby" + "self": "/stops/node-alfcl-steelplramp-bottom" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-897-lobby" + "related": "/facilities/?filter[stop]=node-alfcl-steelplramp-bottom" } }, "parent_station": { "data": { - "id": "place-nqncy", + "id": "place-alfcl", "type": "stop" } }, @@ -333286,27 +343388,28 @@ }, { "attributes": { - "description": "Lechmere - Bottom of North First St Elevator 763", - "latitude": 42.371635, + "description": "Back Bay - Bottom of Tracks 5-7 east stairs", + "latitude": null, "location_type": 3, - "longitude": -71.076645, - "name": "Lechmere", + "longitude": null, + "name": "Back Bay", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-763-bottom", + "id": "node-bbsta-e57stairs-platform", "links": { - "self": "/stops/node-763-bottom" + "self": "/stops/node-bbsta-e57stairs-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-763-bottom" + "related": "/facilities/?filter[stop]=node-bbsta-e57stairs-platform" } }, "parent_station": { "data": { - "id": "place-lech", + "id": "place-bbsta", "type": "stop" } }, @@ -333318,27 +343421,28 @@ }, { "attributes": { - "description": "Oak Grove - Bottom of escalator from busway, parking", - "latitude": 42.4369, + "description": "Aquarium - Top of escalator from lobby to Atlantic Avenue", + "latitude": null, "location_type": 3, - "longitude": -71.070482, - "name": "Oak Grove", + "longitude": null, + "name": "Aquarium", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-104-street", + "id": "node-406-street", "links": { - "self": "/stops/node-104-street" + "self": "/stops/node-406-street" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-104-street" + "related": "/facilities/?filter[stop]=node-406-street" } }, "parent_station": { "data": { - "id": "place-ogmnl", + "id": "place-aqucl", "type": "stop" } }, @@ -333350,27 +343454,28 @@ }, { "attributes": { - "description": "Prudential - Bottom of stairs for elevator", - "latitude": null, + "description": "Ball Square - Top of Boston Ave ramp", + "latitude": 42.399974, "location_type": 3, - "longitude": null, - "name": "Prudential", + "longitude": -71.111074, + "name": "Ball Square", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-prmnl-921stair-platform", + "id": "node-balsq-ramp-top", "links": { - "self": "/stops/node-prmnl-921stair-platform" + "self": "/stops/node-balsq-ramp-top" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-prmnl-921stair-platform" + "related": "/facilities/?filter[stop]=node-balsq-ramp-top" } }, "parent_station": { "data": { - "id": "place-prmnl", + "id": "place-balsq", "type": "stop" } }, @@ -333382,27 +343487,28 @@ }, { "attributes": { - "description": "Boylston - Boston Common, Street", - "latitude": 42.352531, - "location_type": 2, - "longitude": -71.064685, - "name": "Boylston - Boston Common, Street", + "description": "Prudential - Bottom of Heath Street stairs", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "Prudential", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-boyls-inbound", + "id": "node-prmnl-wbstair-platform", "links": { - "self": "/stops/door-boyls-inbound" + "self": "/stops/node-prmnl-wbstair-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-boyls-inbound" + "related": "/facilities/?filter[stop]=node-prmnl-wbstair-platform" } }, "parent_station": { "data": { - "id": "place-boyls", + "id": "place-prmnl", "type": "stop" } }, @@ -333414,27 +343520,28 @@ }, { "attributes": { - "description": "Porter - Top of escalator from Somerville Ave to lobby", - "latitude": 42.388395, + "description": "Alewife - Third floor of garage level of Elevator 814", + "latitude": 42.395791, "location_type": 3, - "longitude": -71.119176, - "name": "Porter", + "longitude": -71.141323, + "name": "Alewife", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-504-street", + "id": "node-814-third", "links": { - "self": "/stops/node-504-street" + "self": "/stops/node-814-third" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-504-street" + "related": "/facilities/?filter[stop]=node-814-third" } }, "parent_station": { "data": { - "id": "place-portr", + "id": "place-alfcl", "type": "stop" } }, @@ -333446,27 +343553,28 @@ }, { "attributes": { - "description": "Ruggles - Bottom of Orange Line Ruggles Street exit stairs", + "description": "Downtown Crossing - Outside of exit-only doors from Ashmont/Braintree platform", "latitude": null, "location_type": 3, "longitude": null, - "name": "Ruggles", + "name": "Downtown Crossing", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-rugg-olexit-platform", + "id": "node-dwnxg-sbsumexitfare-unpaid", "links": { - "self": "/stops/node-rugg-olexit-platform" + "self": "/stops/node-dwnxg-sbsumexitfare-unpaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-rugg-olexit-platform" + "related": "/facilities/?filter[stop]=node-dwnxg-sbsumexitfare-unpaid" } }, "parent_station": { "data": { - "id": "place-rugg", + "id": "place-dwnxg", "type": "stop" } }, @@ -333478,27 +343586,28 @@ }, { "attributes": { - "description": "Science Park/West End - Street level of south side elevator", - "latitude": 42.366701, - "location_type": 3, - "longitude": -71.067904, - "name": "Science Park/West End", + "description": "Union Square - Prospect St", + "latitude": 42.377647, + "location_type": 2, + "longitude": -71.094856, + "name": "Union Square - Prospect St", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-980-street", + "id": "door-unsqu-somerville", "links": { - "self": "/stops/node-980-street" + "self": "/stops/door-unsqu-somerville" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-980-street" + "related": "/facilities/?filter[stop]=door-unsqu-somerville" } }, "parent_station": { "data": { - "id": "place-spmnl", + "id": "place-unsqu", "type": "stop" } }, @@ -333510,27 +343619,28 @@ }, { "attributes": { - "description": "Boylston - Paid side of fare gates", - "latitude": null, + "description": "Alewife - Concourse level of stairs between concourse and fifth floor of garage", + "latitude": 42.395509, "location_type": 3, - "longitude": null, - "name": "Boylston", + "longitude": -71.142271, + "name": "Alewife", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-boyls-in-farepaid", + "id": "node-alfcl-wgaragestairs-concourse", "links": { - "self": "/stops/node-boyls-in-farepaid" + "self": "/stops/node-alfcl-wgaragestairs-concourse" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-boyls-in-farepaid" + "related": "/facilities/?filter[stop]=node-alfcl-wgaragestairs-concourse" } }, "parent_station": { "data": { - "id": "place-boyls", + "id": "place-alfcl", "type": "stop" } }, @@ -333542,27 +343652,28 @@ }, { "attributes": { - "description": "Brookline Village - 10 Brookline Place West", - "latitude": 42.332177, - "location_type": 2, - "longitude": -71.11744, - "name": "Brookline Village - 10 Brookline Place West", + "description": "Central - Unpaid side of fare gates", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "Central", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-bvmnl-place", + "id": "node-cntsq-ibstair-fareunpaid", "links": { - "self": "/stops/door-bvmnl-place" + "self": "/stops/node-cntsq-ibstair-fareunpaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-bvmnl-place" + "related": "/facilities/?filter[stop]=node-cntsq-ibstair-fareunpaid" } }, "parent_station": { "data": { - "id": "place-bvmnl", + "id": "place-cntsq", "type": "stop" } }, @@ -333574,27 +343685,28 @@ }, { "attributes": { - "description": "Massachusetts Avenue - Bottom of Elevator 852", - "latitude": 42.341345, + "description": "Park Street - Unpaid side of fare gates", + "latitude": null, "location_type": 3, - "longitude": -71.083634, - "name": "Massachusetts Avenue", + "longitude": null, + "name": "Park Street", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-masta-852-platform", + "id": "node-pktrm-westfare-unpaid", "links": { - "self": "/stops/node-masta-852-platform" + "self": "/stops/node-pktrm-westfare-unpaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-masta-852-platform" + "related": "/facilities/?filter[stop]=node-pktrm-westfare-unpaid" } }, "parent_station": { "data": { - "id": "place-masta", + "id": "place-pktrm", "type": "stop" } }, @@ -333606,27 +343718,28 @@ }, { "attributes": { - "description": "Porter - Bottom of stairs between Red Line platforms and lobby", - "latitude": 42.388763, + "description": "Courthouse - Bottom of escalator from lobby to Fan Pier Boulevard", + "latitude": null, "location_type": 3, - "longitude": -71.118826, - "name": "Porter", + "longitude": null, + "name": "Courthouse", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-portr-lobbyrlstairs-sbplatform", + "id": "node-418-lobby", "links": { - "self": "/stops/node-portr-lobbyrlstairs-sbplatform" + "self": "/stops/node-418-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-portr-lobbyrlstairs-sbplatform" + "related": "/facilities/?filter[stop]=node-418-lobby" } }, "parent_station": { "data": { - "id": "place-portr", + "id": "place-crtst", "type": "stop" } }, @@ -333638,27 +343751,28 @@ }, { "attributes": { - "description": "Airport - Top of stairs on Wonderland, Busway side", - "latitude": 42.374241, + "description": "Malden Center - Top of Orange Line platform elevator", + "latitude": 42.426827, "location_type": 3, - "longitude": -71.030114, - "name": "Airport", + "longitude": -71.07429, + "name": "Malden Center", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-aport-ebpaidstairs-bridge", + "id": "node-945-platform", "links": { - "self": "/stops/node-aport-ebpaidstairs-bridge" + "self": "/stops/node-945-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-aport-ebpaidstairs-bridge" + "related": "/facilities/?filter[stop]=node-945-platform" } }, "parent_station": { "data": { - "id": "place-aport", + "id": "place-mlmnl", "type": "stop" } }, @@ -333670,27 +343784,28 @@ }, { "attributes": { - "description": "Porter - Lobby level of elevator to Red Line platforms", - "latitude": 42.388489, - "location_type": 3, - "longitude": -71.119066, - "name": "Porter", + "description": "Malden Center - Summer St, Pleasant St", + "latitude": 42.42688, + "location_type": 2, + "longitude": -71.074355, + "name": "Malden Center - Summer St, Pleasant St", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-987-lobby", + "id": "door-mlmnl-pleasant", "links": { - "self": "/stops/node-987-lobby" + "self": "/stops/door-mlmnl-pleasant" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-987-lobby" + "related": "/facilities/?filter[stop]=door-mlmnl-pleasant" } }, "parent_station": { "data": { - "id": "place-portr", + "id": "place-mlmnl", "type": "stop" } }, @@ -333702,27 +343817,28 @@ }, { "attributes": { - "description": "Assembly - Revolution Dr", - "latitude": 42.392164, - "location_type": 2, - "longitude": -71.077559, - "name": "Assembly - Revolution Dr", + "description": "Alewife - Top of Escalator 353 from concourse to busway", + "latitude": 42.395942, + "location_type": 3, + "longitude": -71.141696, + "name": "Alewife", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-astao-revol", + "id": "node-353-top", "links": { - "self": "/stops/door-astao-revol" + "self": "/stops/node-353-top" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-astao-revol" + "related": "/facilities/?filter[stop]=node-353-top" } }, "parent_station": { "data": { - "id": "place-astao", + "id": "place-alfcl", "type": "stop" } }, @@ -333734,27 +343850,28 @@ }, { "attributes": { - "description": "Haymarket - Bottom of stairs between lobby and Forest Hills mezzanine", + "description": "Chinatown - Top of escalator from Oak Grove lobby", "latitude": null, "location_type": 3, "longitude": null, - "name": "Haymarket", + "name": "Chinatown", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-haecl-congfhstair-passage", + "id": "node-377-landing", "links": { - "self": "/stops/node-haecl-congfhstair-passage" + "self": "/stops/node-377-landing" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-haecl-congfhstair-passage" + "related": "/facilities/?filter[stop]=node-377-landing" } }, "parent_station": { "data": { - "id": "place-haecl", + "id": "place-chncl", "type": "stop" } }, @@ -333766,27 +343883,28 @@ }, { "attributes": { - "description": "Eliot - Lincoln St, Parking", - "latitude": 42.319272, - "location_type": 2, - "longitude": -71.216878, - "name": "Eliot - Lincoln St, Parking", + "description": "State - Bottom of escalator from Oak Grove platform to State St, Devonshire St", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "State", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-eliot-lincoln", + "id": "node-6-nbplatform", "links": { - "self": "/stops/door-eliot-lincoln" + "self": "/stops/node-6-nbplatform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-eliot-lincoln" + "related": "/facilities/?filter[stop]=node-6-nbplatform" } }, "parent_station": { "data": { - "id": "place-eliot", + "id": "place-state", "type": "stop" } }, @@ -333798,27 +343916,28 @@ }, { "attributes": { - "description": "JFK/UMass - Bottom of elevator between Ashmont, Alewife platform and lobby", - "latitude": 42.32056, + "description": "Alewife - Bottom of south stairs between concourse and busway", + "latitude": 42.395732, "location_type": 3, - "longitude": -71.052477, - "name": "JFK/UMass", + "longitude": -71.141588, + "name": "Alewife", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-831-platform", + "id": "node-alfcl-buswaysouthstairs-bottom", "links": { - "self": "/stops/node-831-platform" + "self": "/stops/node-alfcl-buswaysouthstairs-bottom" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-831-platform" + "related": "/facilities/?filter[stop]=node-alfcl-buswaysouthstairs-bottom" } }, "parent_station": { "data": { - "id": "place-jfk", + "id": "place-alfcl", "type": "stop" } }, @@ -333830,27 +343949,28 @@ }, { "attributes": { - "description": "Downtown Crossing - Franklin St", - "latitude": 42.356064, - "location_type": 2, - "longitude": -71.059326, - "name": "Downtown Crossing - Franklin St", + "description": "Porter - Bottom of escalator from Red Line platforms to lobby", + "latitude": 42.388779, + "location_type": 3, + "longitude": -71.118799, + "name": "Porter", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-dwnxg-franklin", + "id": "node-511-sbplatform", "links": { - "self": "/stops/door-dwnxg-franklin" + "self": "/stops/node-511-sbplatform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-dwnxg-franklin" + "related": "/facilities/?filter[stop]=node-511-sbplatform" } }, "parent_station": { "data": { - "id": "place-dwnxg", + "id": "place-portr", "type": "stop" } }, @@ -333862,27 +343982,28 @@ }, { "attributes": { - "description": "Andrew - Bottom of north inbound stairs", + "description": "Kenmore - Bottom of ramp between lobby and fare vending machines", "latitude": null, "location_type": 3, "longitude": null, - "name": "Andrew", + "name": "Kenmore", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-andrw-nibstairs-platform", + "id": "node-kencl-fvmramp-lobby", "links": { - "self": "/stops/node-andrw-nibstairs-platform" + "self": "/stops/node-kencl-fvmramp-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-andrw-nibstairs-platform" + "related": "/facilities/?filter[stop]=node-kencl-fvmramp-lobby" } }, "parent_station": { "data": { - "id": "place-andrw", + "id": "place-kencl", "type": "stop" } }, @@ -333894,27 +344015,28 @@ }, { "attributes": { - "description": "Back Bay - Top of Track 2 escalator", + "description": "South Station - Bottom of stairs for Red Line, Silver Line lobby", "latitude": null, "location_type": 3, "longitude": null, - "name": "Back Bay", + "name": "South Station", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-144-lobby", + "id": "node-sstat-419stair-middle", "links": { - "self": "/stops/node-144-lobby" + "self": "/stops/node-sstat-419stair-middle" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-144-lobby" + "related": "/facilities/?filter[stop]=node-sstat-419stair-middle" } }, "parent_station": { "data": { - "id": "place-bbsta", + "id": "place-sstat", "type": "stop" } }, @@ -333926,27 +344048,28 @@ }, { "attributes": { - "description": "Andrew - Top of north inbound stairs", - "latitude": null, - "location_type": 3, - "longitude": null, - "name": "Andrew", + "description": "South Station - Atlantic Ave, Summer St", + "latitude": 42.352677, + "location_type": 2, + "longitude": -71.055013, + "name": "South Station - Atlantic Ave, Summer St", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, - "id": "node-andrw-nibstairs-lobby", + "id": "door-sstat-reserve", "links": { - "self": "/stops/node-andrw-nibstairs-lobby" + "self": "/stops/door-sstat-reserve" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-andrw-nibstairs-lobby" + "related": "/facilities/?filter[stop]=door-sstat-reserve" } }, "parent_station": { "data": { - "id": "place-andrw", + "id": "place-sstat", "type": "stop" } }, @@ -333958,27 +344081,28 @@ }, { "attributes": { - "description": "Science Park/West End - Paid side of fare gates", - "latitude": 42.36666, - "location_type": 3, - "longitude": -71.067927, - "name": "Science Park/West End", + "description": "Harvard - Church St, Harvard Yard", + "latitude": 42.374384, + "location_type": 2, + "longitude": -71.118669, + "name": "Harvard - Church St, Harvard Yard", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, - "id": "node-spmnl-ofarepaid", + "id": "door-harsq-yard", "links": { - "self": "/stops/node-spmnl-ofarepaid" + "self": "/stops/door-harsq-yard" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-spmnl-ofarepaid" + "related": "/facilities/?filter[stop]=door-harsq-yard" } }, "parent_station": { "data": { - "id": "place-spmnl", + "id": "place-harsq", "type": "stop" } }, @@ -333990,22 +344114,23 @@ }, { "attributes": { - "description": "Copley - Unpaid side of fare gates", - "latitude": 42.350189, + "description": "Copley - Paid side of fare gates", + "latitude": 42.349835, "location_type": 3, - "longitude": -71.0774, + "longitude": -71.078072, "name": "Copley", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-coecl-wbfareunpaid", + "id": "node-coecl-ebfarepaid", "links": { - "self": "/stops/node-coecl-wbfareunpaid" + "self": "/stops/node-coecl-ebfarepaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-coecl-wbfareunpaid" + "related": "/facilities/?filter[stop]=node-coecl-ebfarepaid" } }, "parent_station": { @@ -334022,27 +344147,28 @@ }, { "attributes": { - "description": "Wollaston - Top of stairs between Newport Avenue and parking lobbies", + "description": "Back Bay - Bottom of Tracks 1-3 elevator", "latitude": null, "location_type": 3, "longitude": null, - "name": "Wollaston", + "name": "Back Bay", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-wlsta-lobbysteps-upper", + "id": "node-855-platform", "links": { - "self": "/stops/node-wlsta-lobbysteps-upper" + "self": "/stops/node-855-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-wlsta-lobbysteps-upper" + "related": "/facilities/?filter[stop]=node-855-platform" } }, "parent_station": { "data": { - "id": "place-wlsta", + "id": "place-bbsta", "type": "stop" } }, @@ -334054,27 +344180,28 @@ }, { "attributes": { - "description": "Prudential - Top of elevator between Heath Street platform and lobby", - "latitude": null, + "description": "Alewife - Concourse level of Elevator 814", + "latitude": 42.395791, "location_type": 3, - "longitude": null, - "name": "Prudential", + "longitude": -71.141323, + "name": "Alewife", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-920-lobby", + "id": "node-814-concourse", "links": { - "self": "/stops/node-920-lobby" + "self": "/stops/node-814-concourse" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-920-lobby" + "related": "/facilities/?filter[stop]=node-814-concourse" } }, "parent_station": { "data": { - "id": "place-prmnl", + "id": "place-alfcl", "type": "stop" } }, @@ -334086,27 +344213,28 @@ }, { "attributes": { - "description": "Symphony - Massachusetts Ave, Huntington Ave (East)", - "latitude": 42.342957, - "location_type": 2, - "longitude": -71.085021, - "name": "Symphony - Massachusetts Ave, Huntington Ave (East)", + "description": "Davis - Bottom of stairs for Holland Street", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "Davis", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-symcl-hunte", + "id": "node-davis-holland-lobby", "links": { - "self": "/stops/door-symcl-hunte" + "self": "/stops/node-davis-holland-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-symcl-hunte" + "related": "/facilities/?filter[stop]=node-davis-holland-lobby" } }, "parent_station": { "data": { - "id": "place-symcl", + "id": "place-davis", "type": "stop" } }, @@ -334118,27 +344246,28 @@ }, { "attributes": { - "description": "Kenmore - Bottom of escalator from westbound platform", + "description": "Arlington - Top of stairs from eastbound escalator", "latitude": null, "location_type": 3, "longitude": null, - "name": "Kenmore", + "name": "Arlington", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-431-platform", + "id": "node-armnl-eescstairs-escalator", "links": { - "self": "/stops/node-431-platform" + "self": "/stops/node-armnl-eescstairs-escalator" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-431-platform" + "related": "/facilities/?filter[stop]=node-armnl-eescstairs-escalator" } }, "parent_station": { "data": { - "id": "place-kencl", + "id": "place-armnl", "type": "stop" } }, @@ -334150,27 +344279,28 @@ }, { "attributes": { - "description": "Andrew - South inbound platform ingress point", - "latitude": null, + "description": "Magoun Square - Bottom of Elevator 768", + "latitude": 42.393894, "location_type": 3, - "longitude": null, - "name": "Andrew", + "longitude": -71.106514, + "name": "Magoun Square", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-andrw-sibingress", + "id": "node-768-bottom", "links": { - "self": "/stops/node-andrw-sibingress" + "self": "/stops/node-768-bottom" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-andrw-sibingress" + "related": "/facilities/?filter[stop]=node-768-bottom" } }, "parent_station": { "data": { - "id": "place-andrw", + "id": "place-mgngl", "type": "stop" } }, @@ -334182,27 +344312,28 @@ }, { "attributes": { - "description": "Chinatown - Top of stairs between lobby and landing", + "description": "Ruggles - Bottom of Orange Line north platform escalator", "latitude": null, "location_type": 3, "longitude": null, - "name": "Chinatown", + "name": "Ruggles", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-chncl-oglower-landing", + "id": "node-137-platform", "links": { - "self": "/stops/node-chncl-oglower-landing" + "self": "/stops/node-137-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-chncl-oglower-landing" + "related": "/facilities/?filter[stop]=node-137-platform" } }, "parent_station": { "data": { - "id": "place-chncl", + "id": "place-rugg", "type": "stop" } }, @@ -334214,27 +344345,28 @@ }, { "attributes": { - "description": "Aquarium - Bottom of stairs for State Street south", - "latitude": null, + "description": "JFK/UMass - Paid side of fare gates", + "latitude": 42.320665, "location_type": 3, - "longitude": null, - "name": "Aquarium", + "longitude": -71.052351, + "name": "JFK/UMass", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-aqucl-sstatestairs-lobby", + "id": "node-jfk-mainfarepaid", "links": { - "self": "/stops/node-aqucl-sstatestairs-lobby" + "self": "/stops/node-jfk-mainfarepaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-aqucl-sstatestairs-lobby" + "related": "/facilities/?filter[stop]=node-jfk-mainfarepaid" } }, "parent_station": { "data": { - "id": "place-aqucl", + "id": "place-jfk", "type": "stop" } }, @@ -334246,27 +344378,28 @@ }, { "attributes": { - "description": "Maverick - Bottom of elevator between Lewis Mall and lobby", - "latitude": 42.3681, + "description": "Massachusetts Avenue - Top of ramp from main entrance", + "latitude": 42.341469, "location_type": 3, - "longitude": -71.040365, - "name": "Maverick", + "longitude": -71.083445, + "name": "Massachusetts Avenue", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-966-lobby", + "id": "node-masta-unpramp-exit", "links": { - "self": "/stops/node-966-lobby" + "self": "/stops/node-masta-unpramp-exit" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-966-lobby" + "related": "/facilities/?filter[stop]=node-masta-unpramp-exit" } }, "parent_station": { "data": { - "id": "place-mvbcl", + "id": "place-masta", "type": "stop" } }, @@ -334278,27 +344411,28 @@ }, { "attributes": { - "description": "Lechmere - Bottom of North First St Elevator 762", - "latitude": 42.371655, + "description": "Harvard - Top of stairs between Alewife platform and Church Street lobby", + "latitude": null, "location_type": 3, - "longitude": -71.076675, - "name": "Lechmere", + "longitude": null, + "name": "Harvard", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-762-bottom", + "id": "node-harsq-harstair-lobby", "links": { - "self": "/stops/node-762-bottom" + "self": "/stops/node-harsq-harstair-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-762-bottom" + "related": "/facilities/?filter[stop]=node-harsq-harstair-lobby" } }, "parent_station": { "data": { - "id": "place-lech", + "id": "place-harsq", "type": "stop" } }, @@ -334310,27 +344444,28 @@ }, { "attributes": { - "description": "Courthouse - Bottom of stairs for exit-only gates from outbound platform", - "latitude": null, + "description": "Malden Center - Top of Commuter Rail platform elevator", + "latitude": 42.426915, "location_type": 3, - "longitude": null, - "name": "Courthouse", + "longitude": -71.074049, + "name": "Malden Center", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-crtst-wtcexitstair-platform", + "id": "node-944-platform", "links": { - "self": "/stops/node-crtst-wtcexitstair-platform" + "self": "/stops/node-944-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-crtst-wtcexitstair-platform" + "related": "/facilities/?filter[stop]=node-944-platform" } }, "parent_station": { "data": { - "id": "place-crtst", + "id": "place-mlmnl", "type": "stop" } }, @@ -334342,27 +344477,28 @@ }, { "attributes": { - "description": "Stony Brook - Top of stairs", - "latitude": 42.317312, + "description": "North Station - Paid side of fare gates", + "latitude": null, "location_type": 3, - "longitude": -71.104258, - "name": "Stony Brook", + "longitude": null, + "name": "North Station", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-sbmnl-stairs-lobby", + "id": "node-north-crgates-west-farepaid", "links": { - "self": "/stops/node-sbmnl-stairs-lobby" + "self": "/stops/node-north-crgates-west-farepaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-sbmnl-stairs-lobby" + "related": "/facilities/?filter[stop]=node-north-crgates-west-farepaid" } }, "parent_station": { "data": { - "id": "place-sbmnl", + "id": "place-north", "type": "stop" } }, @@ -334374,27 +344510,28 @@ }, { "attributes": { - "description": "Wellington - Top of parking garage stairs", - "latitude": 42.402398, + "description": "Gilman Square - Top of Medford St Elevator 765", + "latitude": 42.387695, "location_type": 3, - "longitude": -71.080182, - "name": "Wellington", + "longitude": -71.096277, + "name": "Gilman Square", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-welln-skystairs-bridge", + "id": "node-765-top", "links": { - "self": "/stops/node-welln-skystairs-bridge" + "self": "/stops/node-765-top" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-welln-skystairs-bridge" + "related": "/facilities/?filter[stop]=node-765-top" } }, "parent_station": { "data": { - "id": "place-welln", + "id": "place-gilmn", "type": "stop" } }, @@ -334406,27 +344543,28 @@ }, { "attributes": { - "description": "Downtown Crossing - Bottom of stairs between Alewife platform and Chauncy Street lobby", + "description": "Back Bay - Bottom of Orange Line platform elevator", "latitude": null, "location_type": 3, "longitude": null, - "name": "Downtown Crossing", + "name": "Back Bay", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-dwnxg-stair4-platform", + "id": "node-853-platform", "links": { - "self": "/stops/node-dwnxg-stair4-platform" + "self": "/stops/node-853-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-dwnxg-stair4-platform" + "related": "/facilities/?filter[stop]=node-853-platform" } }, "parent_station": { "data": { - "id": "place-dwnxg", + "id": "place-bbsta", "type": "stop" } }, @@ -334438,27 +344576,28 @@ }, { "attributes": { - "description": "Quincy Center - Burgin Parkway (Ramp)", - "latitude": 42.25087, - "location_type": 2, - "longitude": -71.005139, - "name": "Quincy Center - Burgin Parkway (Ramp)", + "description": "JFK/UMass - Top of stairs between Sydney Street and lobby", + "latitude": 42.319903, + "location_type": 3, + "longitude": -71.052554, + "name": "JFK/UMass", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-qnctr-burginramp", + "id": "node-jfk-sydneysstair-lobby", "links": { - "self": "/stops/door-qnctr-burginramp" + "self": "/stops/node-jfk-sydneysstair-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-qnctr-burginramp" + "related": "/facilities/?filter[stop]=node-jfk-sydneysstair-lobby" } }, "parent_station": { "data": { - "id": "place-qnctr", + "id": "place-jfk", "type": "stop" } }, @@ -334470,27 +344609,28 @@ }, { "attributes": { - "description": "Ruggles - Bottom of Commuter Rail (Tracks 1 & 3) platform elevator", - "latitude": 42.336466, + "description": "South Station - Bottom of Elevator 6476", + "latitude": null, "location_type": 3, - "longitude": -71.08939, - "name": "Ruggles", + "longitude": null, + "name": "South Station", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-849-platform", + "id": "node-6476-lobby", "links": { - "self": "/stops/node-849-platform" + "self": "/stops/node-6476-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-849-platform" + "related": "/facilities/?filter[stop]=node-6476-lobby" } }, "parent_station": { "data": { - "id": "place-rugg", + "id": "place-sstat", "type": "stop" } }, @@ -334502,27 +344642,28 @@ }, { "attributes": { - "description": "Haymarket - Top of stairs between mezzanine and Oak Grove platform", - "latitude": null, + "description": "North Station - Bottom of Elevator 731 between passageway and Causeway Street", + "latitude": 42.365833, "location_type": 3, - "longitude": null, - "name": "Haymarket", + "longitude": -71.060892, + "name": "North Station", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-haecl-congogplats-passage", + "id": "node-731-bottom", "links": { - "self": "/stops/node-haecl-congogplats-passage" + "self": "/stops/node-731-bottom" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-haecl-congogplats-passage" + "related": "/facilities/?filter[stop]=node-731-bottom" } }, "parent_station": { "data": { - "id": "place-haecl", + "id": "place-north", "type": "stop" } }, @@ -334534,27 +344675,28 @@ }, { "attributes": { - "description": "Porter - Lobby level of Elevator 982 between street and lobby", - "latitude": 42.388288, + "description": "Wellington - Top of stairs for platform for all trains", + "latitude": 42.402196, "location_type": 3, - "longitude": -71.118866, - "name": "Porter", + "longitude": -71.077163, + "name": "Wellington", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-982-lobby", + "id": "node-welln-fhstair-lobby", "links": { - "self": "/stops/node-982-lobby" + "self": "/stops/node-welln-fhstair-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-982-lobby" + "related": "/facilities/?filter[stop]=node-welln-fhstair-lobby" } }, "parent_station": { "data": { - "id": "place-portr", + "id": "place-welln", "type": "stop" } }, @@ -334566,27 +344708,28 @@ }, { "attributes": { - "description": "Fields Corner - Bottom to escalator to Alewife platform", - "latitude": 42.299959, + "description": "South Station - Bottom of Escalator 424", + "latitude": null, "location_type": 3, - "longitude": -71.061757, - "name": "Fields Corner", + "longitude": null, + "name": "South Station", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-427-lobby", + "id": "node-424-lobby", "links": { - "self": "/stops/node-427-lobby" + "self": "/stops/node-424-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-427-lobby" + "related": "/facilities/?filter[stop]=node-424-lobby" } }, "parent_station": { "data": { - "id": "place-fldcr", + "id": "place-sstat", "type": "stop" } }, @@ -334598,27 +344741,28 @@ }, { "attributes": { - "description": "Malden Center - Commercial St, Malden Government Center", - "latitude": 42.426814, + "description": "Bellingham Square - Sixth Street", + "latitude": 42.395527, "location_type": 2, - "longitude": -71.073983, - "name": "Malden Center - Commercial St, Malden Government Center", + "longitude": -71.034574, + "name": "Bellingham Square - Sixth Street", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-mlmnl-commercial", + "id": "door-belsq-sixth", "links": { - "self": "/stops/door-mlmnl-commercial" + "self": "/stops/door-belsq-sixth" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-mlmnl-commercial" + "related": "/facilities/?filter[stop]=door-belsq-sixth" } }, "parent_station": { "data": { - "id": "place-mlmnl", + "id": "place-belsq", "type": "stop" } }, @@ -334630,27 +344774,28 @@ }, { "attributes": { - "description": "Downtown Crossing - Unpaid side of fare gates", - "latitude": null, - "location_type": 3, - "longitude": null, - "name": "Downtown Crossing", + "description": "Orient Heights - Bennington St", + "latitude": 42.38708, + "location_type": 2, + "longitude": -71.004664, + "name": "Orient Heights - Bennington St", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-dwnxg-templefare-unpaid", + "id": "door-orhte-benning", "links": { - "self": "/stops/node-dwnxg-templefare-unpaid" + "self": "/stops/door-orhte-benning" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-dwnxg-templefare-unpaid" + "related": "/facilities/?filter[stop]=door-orhte-benning" } }, "parent_station": { "data": { - "id": "place-dwnxg", + "id": "place-orhte", "type": "stop" } }, @@ -334662,27 +344807,28 @@ }, { "attributes": { - "description": "Symphony - Top of stairs for west entrances", - "latitude": null, + "description": "JFK/UMass - Top of ramp for busway, Commuter Rail, Old Colony Road", + "latitude": 42.320707, "location_type": 3, - "longitude": null, - "name": "Symphony", + "longitude": -71.051746, + "name": "JFK/UMass", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-symcl-wb-wtop", + "id": "node-jfk-busramp-lobby", "links": { - "self": "/stops/node-symcl-wb-wtop" + "self": "/stops/node-jfk-busramp-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-symcl-wb-wtop" + "related": "/facilities/?filter[stop]=node-jfk-busramp-lobby" } }, "parent_station": { "data": { - "id": "place-symcl", + "id": "place-jfk", "type": "stop" } }, @@ -334694,27 +344840,28 @@ }, { "attributes": { - "description": "Haymarket - Unpaid side of Congress Street fare gates", + "description": "South Station - Bottom of stairs for Ashmont/Braintree", "latitude": null, "location_type": 3, "longitude": null, - "name": "Haymarket", + "name": "South Station", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-haecl-congfareunpaid", + "id": "node-sstat-390stair-rl", "links": { - "self": "/stops/node-haecl-congfareunpaid" + "self": "/stops/node-sstat-390stair-rl" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-haecl-congfareunpaid" + "related": "/facilities/?filter[stop]=node-sstat-390stair-rl" } }, "parent_station": { "data": { - "id": "place-haecl", + "id": "place-sstat", "type": "stop" } }, @@ -334726,27 +344873,28 @@ }, { "attributes": { - "description": "Haymarket - Bottom of elevator between Forest Hills platform and Congress Street lobby", + "description": "Courthouse - Top of escalator from South Station platform to lobby", "latitude": null, "location_type": 3, "longitude": null, - "name": "Haymarket", + "name": "Courthouse", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-904-platform", + "id": "node-414-lobby", "links": { - "self": "/stops/node-904-platform" + "self": "/stops/node-414-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-904-platform" + "related": "/facilities/?filter[stop]=node-414-lobby" } }, "parent_station": { "data": { - "id": "place-haecl", + "id": "place-crtst", "type": "stop" } }, @@ -334758,27 +344906,28 @@ }, { "attributes": { - "description": "Brookline Village - Buses, Route 9", - "latitude": 42.33266, - "location_type": 2, - "longitude": -71.116542, - "name": "Brookline Village - Buses, Route 9", + "description": "Maverick - Paid side of Maverick Square fare gates", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "Maverick", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-bvmnl-boylston", + "id": "node-mvbcl-msqfarepaid", "links": { - "self": "/stops/door-bvmnl-boylston" + "self": "/stops/node-mvbcl-msqfarepaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-bvmnl-boylston" + "related": "/facilities/?filter[stop]=node-mvbcl-msqfarepaid" } }, "parent_station": { "data": { - "id": "place-bvmnl", + "id": "place-mvbcl", "type": "stop" } }, @@ -334790,27 +344939,28 @@ }, { "attributes": { - "description": "Downtown Crossing - Chauncy St", - "latitude": 42.35436, - "location_type": 2, - "longitude": -71.059588, - "name": "Downtown Crossing - Chauncy St", + "description": "Braintree - Parking garage entrance", + "latitude": 42.20772, + "location_type": 3, + "longitude": -71.001006, + "name": "Braintree", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-dwnxg-chauncy", + "id": "node-brntn-parking", "links": { - "self": "/stops/door-dwnxg-chauncy" + "self": "/stops/node-brntn-parking" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-dwnxg-chauncy" + "related": "/facilities/?filter[stop]=node-brntn-parking" } }, "parent_station": { "data": { - "id": "place-dwnxg", + "id": "place-brntn", "type": "stop" } }, @@ -334822,27 +344972,28 @@ }, { "attributes": { - "description": "Oak Grove - Paid side of fare gates", - "latitude": 42.436952, + "description": "Davis - Unpaid side of fare gates", + "latitude": null, "location_type": 3, - "longitude": -71.070841, - "name": "Oak Grove", + "longitude": null, + "name": "Davis", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-ogmnl-farepaid", + "id": "node-davis-fareunpaid", "links": { - "self": "/stops/node-ogmnl-farepaid" + "self": "/stops/node-davis-fareunpaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-ogmnl-farepaid" + "related": "/facilities/?filter[stop]=node-davis-fareunpaid" } }, "parent_station": { "data": { - "id": "place-ogmnl", + "id": "place-davis", "type": "stop" } }, @@ -334854,27 +345005,28 @@ }, { "attributes": { - "description": "Haymarket - Bottom of stairs between mezzanine and Oak Grove platform", + "description": "Tufts Medical Center - Bottom of stairs for Forest Hills, Washington Street", "latitude": null, "location_type": 3, "longitude": null, - "name": "Haymarket", + "name": "Tufts Medical Center", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-haecl-congogplatn-platform", + "id": "node-tumnl-washsbstairs-platform", "links": { - "self": "/stops/node-haecl-congogplatn-platform" + "self": "/stops/node-tumnl-washsbstairs-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-haecl-congogplatn-platform" + "related": "/facilities/?filter[stop]=node-tumnl-washsbstairs-platform" } }, "parent_station": { "data": { - "id": "place-haecl", + "id": "place-tumnl", "type": "stop" } }, @@ -334886,27 +345038,28 @@ }, { "attributes": { - "description": "Beachmont - Top of Elevator 887", - "latitude": 42.397439, + "description": "Back Bay - Bottom of Orange Line platform west escalator", + "latitude": null, "location_type": 3, - "longitude": -70.992364, - "name": "Beachmont", + "longitude": null, + "name": "Back Bay", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-887-platform", + "id": "node-141-platform", "links": { - "self": "/stops/node-887-platform" + "self": "/stops/node-141-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-887-platform" + "related": "/facilities/?filter[stop]=node-141-platform" } }, "parent_station": { "data": { - "id": "place-bmmnl", + "id": "place-bbsta", "type": "stop" } }, @@ -334918,27 +345071,28 @@ }, { "attributes": { - "description": "North Quincy - Bottom of stairs between busway and Red Line station", - "latitude": 42.275244, + "description": "Central - Unpaid side of fare gates", + "latitude": null, "location_type": 3, - "longitude": -71.0293, - "name": "North Quincy", + "longitude": null, + "name": "Central", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-nqncy-senterstair-bus", + "id": "node-cntsq-pearlstair-fareunpaid", "links": { - "self": "/stops/node-nqncy-senterstair-bus" + "self": "/stops/node-cntsq-pearlstair-fareunpaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-nqncy-senterstair-bus" + "related": "/facilities/?filter[stop]=node-cntsq-pearlstair-fareunpaid" } }, "parent_station": { "data": { - "id": "place-nqncy", + "id": "place-cntsq", "type": "stop" } }, @@ -334950,27 +345104,28 @@ }, { "attributes": { - "description": "Fields Corner - Bottom of stairs for Alewife platform", - "latitude": 42.300016, + "description": "Oak Grove - Bottom of Banks Place, busway, parking elevator", + "latitude": 42.436976, "location_type": 3, - "longitude": -71.061828, - "name": "Fields Corner", + "longitude": -71.070749, + "name": "Oak Grove", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-fldcr-alewstair-lobby", + "id": "node-800-street", "links": { - "self": "/stops/node-fldcr-alewstair-lobby" + "self": "/stops/node-800-street" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-fldcr-alewstair-lobby" + "related": "/facilities/?filter[stop]=node-800-street" } }, "parent_station": { "data": { - "id": "place-fldcr", + "id": "place-ogmnl", "type": "stop" } }, @@ -334982,27 +345137,28 @@ }, { "attributes": { - "description": "Back Bay - Bottom of Tracks 1-3 down escalator", - "latitude": null, + "description": "Braintree - Bottom of Red Line platform upward escalator", + "latitude": 42.207614, "location_type": 3, - "longitude": null, - "name": "Back Bay", + "longitude": -71.001661, + "name": "Braintree", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-142-platform", + "id": "node-335-lobby", "links": { - "self": "/stops/node-142-platform" + "self": "/stops/node-335-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-142-platform" + "related": "/facilities/?filter[stop]=node-335-lobby" } }, "parent_station": { "data": { - "id": "place-bbsta", + "id": "place-brntn", "type": "stop" } }, @@ -335014,27 +345170,28 @@ }, { "attributes": { - "description": "Wonderland - Paid side of fare gates", - "latitude": 42.413652, + "description": "Downtown Crossing - Bottom of stairs between Ashmont/Braintree platform and Chauncy Street lobby", + "latitude": null, "location_type": 3, - "longitude": -70.991768, - "name": "Wonderland", + "longitude": null, + "name": "Downtown Crossing", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-wondl-farepaid", + "id": "node-dwnxg-stair5-platform", "links": { - "self": "/stops/node-wondl-farepaid" + "self": "/stops/node-dwnxg-stair5-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-wondl-farepaid" + "related": "/facilities/?filter[stop]=node-dwnxg-stair5-platform" } }, "parent_station": { "data": { - "id": "place-wondl", + "id": "place-dwnxg", "type": "stop" } }, @@ -335046,27 +345203,28 @@ }, { "attributes": { - "description": "Park Street - Unpaid side of fare gate", - "latitude": 42.356214, + "description": "Lechmere - Top of O'Brien Hwy Elevator 764", + "latitude": 42.370882, "location_type": 3, - "longitude": -71.062204, - "name": "Park Street", + "longitude": -71.075697, + "name": "Lechmere", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-pktrm-804unpaid", + "id": "node-764-top", "links": { - "self": "/stops/node-pktrm-804unpaid" + "self": "/stops/node-764-top" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-pktrm-804unpaid" + "related": "/facilities/?filter[stop]=node-764-top" } }, "parent_station": { "data": { - "id": "place-pktrm", + "id": "place-lech", "type": "stop" } }, @@ -335078,27 +345236,28 @@ }, { "attributes": { - "description": "Porter - Alewife platform level of Red Line, lobby elevator", - "latitude": 42.388489, + "description": "Courthouse - Top of stairs for exit-only gates from outbound platform", + "latitude": null, "location_type": 3, - "longitude": -71.119066, - "name": "Porter", + "longitude": null, + "name": "Courthouse", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-987-nbplatform", + "id": "node-crtst-wtcexitstair-lobby", "links": { - "self": "/stops/node-987-nbplatform" + "self": "/stops/node-crtst-wtcexitstair-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-987-nbplatform" + "related": "/facilities/?filter[stop]=node-crtst-wtcexitstair-lobby" } }, "parent_station": { "data": { - "id": "place-portr", + "id": "place-crtst", "type": "stop" } }, @@ -335110,27 +345269,28 @@ }, { "attributes": { - "description": "Assembly - Bottom of Elevator 716", - "latitude": 42.393273, + "description": "Revere Beach - Top of Elevator 885 between Wonderland platform and lobby", + "latitude": 42.407872, "location_type": 3, - "longitude": -71.077612, - "name": "Assembly", + "longitude": -70.992427, + "name": "Revere Beach", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-astao-716-ground", + "id": "node-885-lobby", "links": { - "self": "/stops/node-astao-716-ground" + "self": "/stops/node-885-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-astao-716-ground" + "related": "/facilities/?filter[stop]=node-885-lobby" } }, "parent_station": { "data": { - "id": "place-astao", + "id": "place-rbmnl", "type": "stop" } }, @@ -335142,27 +345302,28 @@ }, { "attributes": { - "description": "Reservoir - Bottom of stairs for Park Street & North", - "latitude": 42.335076, + "description": "Ashmont - Bottom of stairs from Red Line platform to Peabody Square", + "latitude": 42.284652, "location_type": 3, - "longitude": -71.148542, - "name": "Reservoir", + "longitude": -71.063975, + "name": "Ashmont", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-rsmnl-estairs-platform", + "id": "node-asmnl-peasbstair-platform", "links": { - "self": "/stops/node-rsmnl-estairs-platform" + "self": "/stops/node-asmnl-peasbstair-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-rsmnl-estairs-platform" + "related": "/facilities/?filter[stop]=node-asmnl-peasbstair-platform" } }, "parent_station": { "data": { - "id": "place-rsmnl", + "id": "place-asmnl", "type": "stop" } }, @@ -335174,27 +345335,28 @@ }, { "attributes": { - "description": "Back Bay - Bottom of Track 2 stairs", - "latitude": null, + "description": "Wood Island - Paid side of exit-only gates", + "latitude": 42.379557, "location_type": 3, - "longitude": null, - "name": "Back Bay", + "longitude": -71.022953, + "name": "Wood Island", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-bbsta-2stairs-platform", + "id": "node-wimnl-love-farepaid", "links": { - "self": "/stops/node-bbsta-2stairs-platform" + "self": "/stops/node-wimnl-love-farepaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-bbsta-2stairs-platform" + "related": "/facilities/?filter[stop]=node-wimnl-love-farepaid" } }, "parent_station": { "data": { - "id": "place-bbsta", + "id": "place-wimnl", "type": "stop" } }, @@ -335206,27 +345368,28 @@ }, { "attributes": { - "description": "Forest Hills - Paid side of fare gates", - "latitude": 42.301777, + "description": "Aquarium - Bottom of escalator from Bowdoin platform to State Street", + "latitude": null, "location_type": 3, - "longitude": -71.113546, - "name": "Forest Hills", + "longitude": null, + "name": "Aquarium", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-forhl-southfarepaid", + "id": "node-395-platform", "links": { - "self": "/stops/node-forhl-southfarepaid" + "self": "/stops/node-395-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-forhl-southfarepaid" + "related": "/facilities/?filter[stop]=node-395-platform" } }, "parent_station": { "data": { - "id": "place-forhl", + "id": "place-aqucl", "type": "stop" } }, @@ -335238,27 +345401,28 @@ }, { "attributes": { - "description": "Harvard - Harvard Square", - "latitude": 42.373371, - "location_type": 2, - "longitude": -71.119004, - "name": "Harvard - Harvard Square", + "description": "Medford/Tufts - Top of stairs", + "latitude": 42.40785, + "location_type": 3, + "longitude": -71.116914, + "name": "Medford/Tufts", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-harsq-square", + "id": "node-mdftf-stairs-top", "links": { - "self": "/stops/door-harsq-square" + "self": "/stops/node-mdftf-stairs-top" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-harsq-square" + "related": "/facilities/?filter[stop]=node-mdftf-stairs-top" } }, "parent_station": { "data": { - "id": "place-harsq", + "id": "place-mdftf", "type": "stop" } }, @@ -335270,27 +345434,28 @@ }, { "attributes": { - "description": "Haymarket - Top of elevator between Oak Grove platform and Green Line, busway passageway", + "description": "Park Street - Unpaid side of exit-only gate", "latitude": null, "location_type": 3, "longitude": null, - "name": "Haymarket", + "name": "Park Street", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-907-platform", + "id": "node-pktrm-nbexitunpaid", "links": { - "self": "/stops/node-907-platform" + "self": "/stops/node-pktrm-nbexitunpaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-907-platform" + "related": "/facilities/?filter[stop]=node-pktrm-nbexitunpaid" } }, "parent_station": { "data": { - "id": "place-haecl", + "id": "place-pktrm", "type": "stop" } }, @@ -335302,27 +345467,28 @@ }, { "attributes": { - "description": "Andrew - Bottom of Dorchester Ave entrance stairs", - "latitude": null, + "description": "Shawmut - Top of Ashmont stairs", + "latitude": 42.293159, "location_type": 3, - "longitude": null, - "name": "Andrew", + "longitude": -71.065862, + "name": "Shawmut", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-andrw-dotstairs-lobby", + "id": "node-smmnl-sbstairs-lobby", "links": { - "self": "/stops/node-andrw-dotstairs-lobby" + "self": "/stops/node-smmnl-sbstairs-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-andrw-dotstairs-lobby" + "related": "/facilities/?filter[stop]=node-smmnl-sbstairs-lobby" } }, "parent_station": { "data": { - "id": "place-andrw", + "id": "place-smmnl", "type": "stop" } }, @@ -335334,27 +345500,28 @@ }, { "attributes": { - "description": "Chelsea - Buses 112, 114", - "latitude": 42.396716, - "location_type": 2, - "longitude": -71.040931, - "name": "Chelsea - Buses 112, 114", + "description": "South Station - Bottom of escalators for Commuter Rail concourse", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "South Station", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-chels-mall", + "id": "node-sstat-bldgescup-lobby", "links": { - "self": "/stops/door-chels-mall" + "self": "/stops/node-sstat-bldgescup-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-chels-mall" + "related": "/facilities/?filter[stop]=node-sstat-bldgescup-lobby" } }, "parent_station": { "data": { - "id": "place-chels", + "id": "place-sstat", "type": "stop" } }, @@ -335366,27 +345533,28 @@ }, { "attributes": { - "description": "Massachusetts Avenue - Bottom of stairs from main entrance", - "latitude": 42.341489, - "location_type": 3, - "longitude": -71.083527, - "name": "Massachusetts Avenue", + "description": "North Station - Causeway St, Haverhill St", + "latitude": 42.365496, + "location_type": 2, + "longitude": -71.06049, + "name": "North Station - Causeway St, Haverhill St", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, - "id": "node-masta-unpstair-lobby", + "id": "door-north-causeways", "links": { - "self": "/stops/node-masta-unpstair-lobby" + "self": "/stops/door-north-causeways" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-masta-unpstair-lobby" + "related": "/facilities/?filter[stop]=door-north-causeways" } }, "parent_station": { "data": { - "id": "place-masta", + "id": "place-north", "type": "stop" } }, @@ -335398,27 +345566,28 @@ }, { "attributes": { - "description": "Davis - Top of northern stairs for platform", - "latitude": null, + "description": "North Station - Bottom of Escalator 384 from Valenti Way lobby to Valenti Way entrance", + "latitude": 42.364777, "location_type": 3, - "longitude": null, - "name": "Davis", + "longitude": -71.059751, + "name": "North Station", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-davis-341stair-lobby", + "id": "node-384-bottom", "links": { - "self": "/stops/node-davis-341stair-lobby" + "self": "/stops/node-384-bottom" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-davis-341stair-lobby" + "related": "/facilities/?filter[stop]=node-384-bottom" } }, "parent_station": { "data": { - "id": "place-davis", + "id": "place-north", "type": "stop" } }, @@ -335430,27 +345599,28 @@ }, { "attributes": { - "description": "Ashmont - Unpaid side of fare gates", - "latitude": 42.285063, + "description": "JFK/UMass - Top of southern stairs between Ashmont, Alewife platform and lobby", + "latitude": 42.320493, "location_type": 3, - "longitude": -71.063999, - "name": "Ashmont", + "longitude": -71.052468, + "name": "JFK/UMass", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-asmnl-peafareunpaid", + "id": "node-jfk-ashgasstair-lobby", "links": { - "self": "/stops/node-asmnl-peafareunpaid" + "self": "/stops/node-jfk-ashgasstair-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-asmnl-peafareunpaid" + "related": "/facilities/?filter[stop]=node-jfk-ashgasstair-lobby" } }, "parent_station": { "data": { - "id": "place-asmnl", + "id": "place-jfk", "type": "stop" } }, @@ -335462,27 +345632,28 @@ }, { "attributes": { - "description": "Wonderland - Street level of Ocean Ave ramp", - "latitude": 42.413377, + "description": "Haymarket - Bottom of elevator between Green Line, busway and Orange Line passageway", + "latitude": null, "location_type": 3, - "longitude": -70.990498, - "name": "Wonderland", + "longitude": null, + "name": "Haymarket", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-wondl-oceanramp-bottom", + "id": "node-906-passage", "links": { - "self": "/stops/node-wondl-oceanramp-bottom" + "self": "/stops/node-906-passage" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-wondl-oceanramp-bottom" + "related": "/facilities/?filter[stop]=node-906-passage" } }, "parent_station": { "data": { - "id": "place-wondl", + "id": "place-haecl", "type": "stop" } }, @@ -335494,22 +345665,23 @@ }, { "attributes": { - "description": "Courthouse - Top of stairs for exit-only gates from outbound platform", + "description": "Courthouse - Top of escalator from outbound platform to lobby", "latitude": null, "location_type": 3, "longitude": null, "name": "Courthouse", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-crtst-wtcexitstair-lobby", + "id": "node-415-lobby", "links": { - "self": "/stops/node-crtst-wtcexitstair-lobby" + "self": "/stops/node-415-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-crtst-wtcexitstair-lobby" + "related": "/facilities/?filter[stop]=node-415-lobby" } }, "parent_station": { @@ -335526,27 +345698,28 @@ }, { "attributes": { - "description": "Jackson Square - Top of stairs", - "latitude": null, + "description": "North Quincy - Paid side of Squantum Street fare gates", + "latitude": 42.275154, "location_type": 3, - "longitude": null, - "name": "Jackson Square", + "longitude": -71.029517, + "name": "North Quincy", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-jaksn-stairs-lobby", + "id": "node-nqncy-sfarepaid", "links": { - "self": "/stops/node-jaksn-stairs-lobby" + "self": "/stops/node-nqncy-sfarepaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-jaksn-stairs-lobby" + "related": "/facilities/?filter[stop]=node-nqncy-sfarepaid" } }, "parent_station": { "data": { - "id": "place-jaksn", + "id": "place-nqncy", "type": "stop" } }, @@ -335558,27 +345731,28 @@ }, { "attributes": { - "description": "Ruggles - Bottom of Orange Line north platform stairs", + "description": "State - Top of escalator from Oak Grove platform to City Hall", "latitude": null, "location_type": 3, "longitude": null, - "name": "Ruggles", + "name": "State", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-rugg-olnstairs-platform", + "id": "node-374-lobby", "links": { - "self": "/stops/node-rugg-olnstairs-platform" + "self": "/stops/node-374-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-rugg-olnstairs-platform" + "related": "/facilities/?filter[stop]=node-374-lobby" } }, "parent_station": { "data": { - "id": "place-rugg", + "id": "place-state", "type": "stop" } }, @@ -335590,27 +345764,28 @@ }, { "attributes": { - "description": "Braintree - Top of Commuter Rail platform stairs", - "latitude": 42.20781, + "description": "Forest Hills - Top of south lower busway escalator", + "latitude": 42.300536, "location_type": 3, - "longitude": -71.00116, - "name": "Braintree", + "longitude": -71.113759, + "name": "Forest Hills", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-brntn-crstairs-top", + "id": "node-128-lobby", "links": { - "self": "/stops/node-brntn-crstairs-top" + "self": "/stops/node-128-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-brntn-crstairs-top" + "related": "/facilities/?filter[stop]=node-128-lobby" } }, "parent_station": { "data": { - "id": "place-brntn", + "id": "place-forhl", "type": "stop" } }, @@ -335622,27 +345797,28 @@ }, { "attributes": { - "description": "Orient Heights - Saratoga St, Barnes Ave", - "latitude": 42.386862, - "location_type": 2, - "longitude": -71.004364, - "name": "Orient Heights - Saratoga St, Barnes Ave", + "description": "Revere Beach - Bottom of stairs for Shirley Avenue", + "latitude": 42.407433, + "location_type": 3, + "longitude": -70.992394, + "name": "Revere Beach", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-orhte-saratoga", + "id": "node-rbmnl-shirleystair", "links": { - "self": "/stops/door-orhte-saratoga" + "self": "/stops/node-rbmnl-shirleystair" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-orhte-saratoga" + "related": "/facilities/?filter[stop]=node-rbmnl-shirleystair" } }, "parent_station": { "data": { - "id": "place-orhte", + "id": "place-rbmnl", "type": "stop" } }, @@ -335654,27 +345830,28 @@ }, { "attributes": { - "description": "Oak Grove - Top of Orange Line escalator", - "latitude": 42.437046, - "location_type": 3, - "longitude": -71.070964, - "name": "Oak Grove", + "description": "Wonderland - Ocean Ave", + "latitude": 42.413295, + "location_type": 2, + "longitude": -70.99155, + "name": "Wonderland - Ocean Ave", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-103-lobby", + "id": "door-wondl-ocean", "links": { - "self": "/stops/node-103-lobby" + "self": "/stops/door-wondl-ocean" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-103-lobby" + "related": "/facilities/?filter[stop]=door-wondl-ocean" } }, "parent_station": { "data": { - "id": "place-ogmnl", + "id": "place-wondl", "type": "stop" } }, @@ -335686,27 +345863,28 @@ }, { "attributes": { - "description": "Savin Hill - Savin Hill Ave", - "latitude": 42.311299, - "location_type": 2, - "longitude": -71.053302, - "name": "Savin Hill - Savin Hill Ave", + "description": "Sullivan Square - Bottom of Escalator 307", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "Sullivan Square", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-shmnl-savin", + "id": "node-307-platform", "links": { - "self": "/stops/door-shmnl-savin" + "self": "/stops/node-307-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-shmnl-savin" + "related": "/facilities/?filter[stop]=node-307-platform" } }, "parent_station": { "data": { - "id": "place-shmnl", + "id": "place-sull", "type": "stop" } }, @@ -335718,27 +345896,28 @@ }, { "attributes": { - "description": "Downtown Crossing - Top of stairs between Oak Grove platform and Ashmont/Braintree platform", - "latitude": null, - "location_type": 3, - "longitude": null, - "name": "Downtown Crossing", + "description": "Park Street - Tremont St to Lobby (Elevator 804)", + "latitude": 42.356172, + "location_type": 2, + "longitude": -71.062239, + "name": "Park Street - Tremont St to Lobby (Elevator 804)", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-dwnxg-stair7-ol", + "id": "door-pktrm-elevatoreb", "links": { - "self": "/stops/node-dwnxg-stair7-ol" + "self": "/stops/door-pktrm-elevatoreb" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-dwnxg-stair7-ol" + "related": "/facilities/?filter[stop]=door-pktrm-elevatoreb" } }, "parent_station": { "data": { - "id": "place-dwnxg", + "id": "place-pktrm", "type": "stop" } }, @@ -335750,27 +345929,28 @@ }, { "attributes": { - "description": "Courthouse - Fan Pier Blvd, Seaport Blvd", - "latitude": 42.352611, - "location_type": 2, - "longitude": -71.047046, - "name": "Courthouse - Fan Pier Blvd, Seaport Blvd", + "description": "North Quincy - Unpaid side of Squantum Street fare gates", + "latitude": 42.275154, + "location_type": 3, + "longitude": -71.029517, + "name": "North Quincy", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-crtst-north", + "id": "node-nqncy-sfareunpaid", "links": { - "self": "/stops/door-crtst-north" + "self": "/stops/node-nqncy-sfareunpaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-crtst-north" + "related": "/facilities/?filter[stop]=node-nqncy-sfareunpaid" } }, "parent_station": { "data": { - "id": "place-crtst", + "id": "place-nqncy", "type": "stop" } }, @@ -335782,27 +345962,28 @@ }, { "attributes": { - "description": "Hynes Convention Center - Massachusetts Ave, Buses", - "latitude": 42.347837, - "location_type": 2, - "longitude": -71.087825, - "name": "Hynes Convention Center - Massachusetts Ave, Buses", + "description": "Alewife - Bottom of ramp between concourse and busway", + "latitude": 42.395736, + "location_type": 3, + "longitude": -71.141561, + "name": "Alewife", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-hymnl-mass", + "id": "node-alfcl-buswayramp-bottom", "links": { - "self": "/stops/door-hymnl-mass" + "self": "/stops/node-alfcl-buswayramp-bottom" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-hymnl-mass" + "related": "/facilities/?filter[stop]=node-alfcl-buswayramp-bottom" } }, "parent_station": { "data": { - "id": "place-hymnl", + "id": "place-alfcl", "type": "stop" } }, @@ -335814,27 +345995,28 @@ }, { "attributes": { - "description": "Prudential - Bottom of stairs between Huntington Avenue and lobby", + "description": "Harvard - Bottom of ramp between main lobby and Lower Busway", "latitude": null, "location_type": 3, "longitude": null, - "name": "Prudential", + "name": "Harvard", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-prmnl-huntstair-lobby", + "id": "node-harsq-lowerramp-lower", "links": { - "self": "/stops/node-prmnl-huntstair-lobby" + "self": "/stops/node-harsq-lowerramp-lower" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-prmnl-huntstair-lobby" + "related": "/facilities/?filter[stop]=node-harsq-lowerramp-lower" } }, "parent_station": { "data": { - "id": "place-prmnl", + "id": "place-harsq", "type": "stop" } }, @@ -335846,22 +346028,23 @@ }, { "attributes": { - "description": "Park Street - Bottom of elevator between Government Center & North center platform and passageway to Copley & West", + "description": "Park Street - Bottom of stairs between Government Center & North platform and Tremont Street, Winter Street", "latitude": null, "location_type": 3, "longitude": null, "name": "Park Street", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-pktrm-midupassstairs-under", + "id": "node-pktrm-tremontstairs-lobby", "links": { - "self": "/stops/node-pktrm-midupassstairs-under" + "self": "/stops/node-pktrm-tremontstairs-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-pktrm-midupassstairs-under" + "related": "/facilities/?filter[stop]=node-pktrm-tremontstairs-lobby" } }, "parent_station": { @@ -335878,27 +346061,28 @@ }, { "attributes": { - "description": "Lechmere - O'Brien Hwy", - "latitude": 42.370844, - "location_type": 2, - "longitude": -71.075681, - "name": "Lechmere - O'Brien Hwy", + "description": "North Station - Top of stairs between Causeway Street lobby and Causeway Street", + "latitude": 42.365542, + "location_type": 3, + "longitude": -71.060584, + "name": "North Station", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-lech-obrien", + "id": "node-north-causewaystairs-top", "links": { - "self": "/stops/door-lech-obrien" + "self": "/stops/node-north-causewaystairs-top" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-lech-obrien" + "related": "/facilities/?filter[stop]=node-north-causewaystairs-top" } }, "parent_station": { "data": { - "id": "place-lech", + "id": "place-north", "type": "stop" } }, @@ -335910,27 +346094,28 @@ }, { "attributes": { - "description": "Park Street - Top of stairs between Alewife platform and Winter Street Concourse", + "description": "Tufts Medical Center - Top of stairs for Forest Hills, Tremont Street", "latitude": null, "location_type": 3, "longitude": null, - "name": "Park Street", + "name": "Tufts Medical Center", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-pktrm-nbwinterstairs-lobby", + "id": "node-tumnl-tresbstairs-lobby", "links": { - "self": "/stops/node-pktrm-nbwinterstairs-lobby" + "self": "/stops/node-tumnl-tresbstairs-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-pktrm-nbwinterstairs-lobby" + "related": "/facilities/?filter[stop]=node-tumnl-tresbstairs-lobby" } }, "parent_station": { "data": { - "id": "place-pktrm", + "id": "place-tumnl", "type": "stop" } }, @@ -335942,27 +346127,28 @@ }, { "attributes": { - "description": "Forest Hills - Bottom of Orange Line platform south stairs", - "latitude": 42.300596, - "location_type": 3, - "longitude": -71.114255, - "name": "Forest Hills", + "description": "Copley - Dartmouth St (East)", + "latitude": 42.350312, + "location_type": 2, + "longitude": -71.077382, + "name": "Copley - Dartmouth St (East)", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, - "id": "node-forhl-splatstairs-platform", + "id": "door-coecl-east", "links": { - "self": "/stops/node-forhl-splatstairs-platform" + "self": "/stops/door-coecl-east" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-forhl-splatstairs-platform" + "related": "/facilities/?filter[stop]=door-coecl-east" } }, "parent_station": { "data": { - "id": "place-forhl", + "id": "place-coecl", "type": "stop" } }, @@ -335974,27 +346160,28 @@ }, { "attributes": { - "description": "Haymarket - Mezzanine-level of elevator between Oak Grove platform and Congress Street lobby", + "description": "Back Bay - Top of Track 2 elevator", "latitude": null, "location_type": 3, "longitude": null, - "name": "Haymarket", + "name": "Back Bay", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-903-passage", + "id": "node-854-lobby", "links": { - "self": "/stops/node-903-passage" + "self": "/stops/node-854-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-903-passage" + "related": "/facilities/?filter[stop]=node-854-lobby" } }, "parent_station": { "data": { - "id": "place-haecl", + "id": "place-bbsta", "type": "stop" } }, @@ -336006,27 +346193,28 @@ }, { "attributes": { - "description": "Park Street - Top of elevator between Red Line and Copley & West platform", - "latitude": null, + "description": "Suffolk Downs - Paid side of exit-only gates", + "latitude": 42.390439, "location_type": 3, - "longitude": null, - "name": "Park Street", + "longitude": -70.997026, + "name": "Suffolk Downs", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-979-gl", + "id": "node-sdmnl-benn-farepaid", "links": { - "self": "/stops/node-979-gl" + "self": "/stops/node-sdmnl-benn-farepaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-979-gl" + "related": "/facilities/?filter[stop]=node-sdmnl-benn-farepaid" } }, "parent_station": { "data": { - "id": "place-pktrm", + "id": "place-sdmnl", "type": "stop" } }, @@ -336038,27 +346226,28 @@ }, { "attributes": { - "description": "Science Park/West End - Paid side of fare gates", - "latitude": 42.366854, + "description": "North Station - Bottom of Escalator 303 from Valenti Way lobby to Forest Hills, Copley & West platforms", + "latitude": 42.365051, "location_type": 3, - "longitude": -71.067755, - "name": "Science Park/West End", + "longitude": -71.060007, + "name": "North Station", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-spmnl-mfarepaid", + "id": "node-303-bottom", "links": { - "self": "/stops/node-spmnl-mfarepaid" + "self": "/stops/node-303-bottom" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-spmnl-mfarepaid" + "related": "/facilities/?filter[stop]=node-303-bottom" } }, "parent_station": { "data": { - "id": "place-spmnl", + "id": "place-north", "type": "stop" } }, @@ -336070,27 +346259,28 @@ }, { "attributes": { - "description": "Forest Hills - Hyde Park Ave, West Roxbury Court, Franklin Park/Zoo (South)", - "latitude": 42.300134, + "description": "Revere Beach - 300 Ocean Ave", + "latitude": 42.4079, "location_type": 2, - "longitude": -71.113898, - "name": "Forest Hills - Hyde Park Ave, West Roxbury Court, Franklin Park/Zoo (South)", + "longitude": -70.99211, + "name": "Revere Beach - 300 Ocean Ave", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, - "id": "door-forhl-lowers", + "id": "door-rbmnl-ocean", "links": { - "self": "/stops/door-forhl-lowers" + "self": "/stops/door-rbmnl-ocean" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-forhl-lowers" + "related": "/facilities/?filter[stop]=door-rbmnl-ocean" } }, "parent_station": { "data": { - "id": "place-forhl", + "id": "place-rbmnl", "type": "stop" } }, @@ -336102,27 +346292,28 @@ }, { "attributes": { - "description": "Haymarket - Bottom of stairs between mezzanine and Oak Grove platform", + "description": "Chinatown - Paid side of fare gates", "latitude": null, "location_type": 3, "longitude": null, - "name": "Haymarket", + "name": "Chinatown", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-haecl-congogplats-platform", + "id": "node-chncl-fhfarepaid", "links": { - "self": "/stops/node-haecl-congogplats-platform" + "self": "/stops/node-chncl-fhfarepaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-haecl-congogplats-platform" + "related": "/facilities/?filter[stop]=node-chncl-fhfarepaid" } }, "parent_station": { "data": { - "id": "place-haecl", + "id": "place-chncl", "type": "stop" } }, @@ -336134,27 +346325,28 @@ }, { "attributes": { - "description": "Revere Beach - Top of stairs between Bowdoin platform and lobby", - "latitude": 42.407892, + "description": "Andrew - Bottom of right outbound exit-only escalator", + "latitude": null, "location_type": 3, - "longitude": -70.992669, - "name": "Revere Beach", + "longitude": null, + "name": "Andrew", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-rbmnl-884stair-lobby", + "id": "node-124-platform", "links": { - "self": "/stops/node-rbmnl-884stair-lobby" + "self": "/stops/node-124-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-rbmnl-884stair-lobby" + "related": "/facilities/?filter[stop]=node-124-platform" } }, "parent_station": { "data": { - "id": "place-rbmnl", + "id": "place-andrw", "type": "stop" } }, @@ -336166,27 +346358,28 @@ }, { "attributes": { - "description": "Alewife - Steel Place, Alewife Brook Reserve", - "latitude": 42.395578, - "location_type": 2, - "longitude": -71.142469, - "name": "Alewife - Steel Place, Alewife Brook Reserve", + "description": "Ruggles - Top of Orange Line platform elevator", + "latitude": 42.336583, + "location_type": 3, + "longitude": -71.089568, + "name": "Ruggles", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-alfcl-steel", + "id": "node-850-lobby", "links": { - "self": "/stops/door-alfcl-steel" + "self": "/stops/node-850-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-alfcl-steel" + "related": "/facilities/?filter[stop]=node-850-lobby" } }, "parent_station": { "data": { - "id": "place-alfcl", + "id": "place-rugg", "type": "stop" } }, @@ -336198,27 +346391,28 @@ }, { "attributes": { - "description": "Prudential - Bottom of escalator from lobby to Huntington Avenue", - "latitude": null, + "description": "JFK/UMass - Unpaid side of exit-only gates", + "latitude": 42.321341, "location_type": 3, - "longitude": null, - "name": "Prudential", + "longitude": -71.05258, + "name": "JFK/UMass", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-503-lobby", + "id": "node-jfk-ashcolfareunpaid", "links": { - "self": "/stops/node-503-lobby" + "self": "/stops/node-jfk-ashcolfareunpaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-503-lobby" + "related": "/facilities/?filter[stop]=node-jfk-ashcolfareunpaid" } }, "parent_station": { "data": { - "id": "place-prmnl", + "id": "place-jfk", "type": "stop" } }, @@ -336230,27 +346424,28 @@ }, { "attributes": { - "description": "Malden Center - Top of stairs to exit-only gates", - "latitude": 42.427064, - "location_type": 3, - "longitude": -71.074191, - "name": "Malden Center", + "description": "Amory Street - Buick St, Saint Paul St", + "latitude": 42.351138, + "location_type": 2, + "longitude": -71.115595, + "name": "Amory Street - Buick St, Saint Paul St", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-mlmnl-exitstair-platform", + "id": "door-amory-wbbuick", "links": { - "self": "/stops/node-mlmnl-exitstair-platform" + "self": "/stops/door-amory-wbbuick" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-mlmnl-exitstair-platform" + "related": "/facilities/?filter[stop]=door-amory-wbbuick" } }, "parent_station": { "data": { - "id": "place-mlmnl", + "id": "place-amory", "type": "stop" } }, @@ -336262,27 +346457,28 @@ }, { "attributes": { - "description": "Boylston - Bottom of Park Street & East stairs", - "latitude": null, + "description": "Quincy Adams - Top of Escalator 346 from lobby to second floor of garage", + "latitude": 42.23316, "location_type": 3, - "longitude": null, - "name": "Boylston", + "longitude": -71.007273, + "name": "Quincy Adams", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-boyls-instair-platform", + "id": "node-346-top", "links": { - "self": "/stops/node-boyls-instair-platform" + "self": "/stops/node-346-top" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-boyls-instair-platform" + "related": "/facilities/?filter[stop]=node-346-top" } }, "parent_station": { "data": { - "id": "place-boyls", + "id": "place-qamnl", "type": "stop" } }, @@ -336294,27 +346490,28 @@ }, { "attributes": { - "description": "Suffolk Downs - Top of ramp for all trains, Walley Street", - "latitude": 42.390654, + "description": "Downtown Crossing - Top of elevator between Alewife platform and Chauncy Street lobby", + "latitude": null, "location_type": 3, - "longitude": -70.997328, - "name": "Suffolk Downs", + "longitude": null, + "name": "Downtown Crossing", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-sdmnl-unib-bridge", + "id": "node-869-lobby", "links": { - "self": "/stops/node-sdmnl-unib-bridge" + "self": "/stops/node-869-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-sdmnl-unib-bridge" + "related": "/facilities/?filter[stop]=node-869-lobby" } }, "parent_station": { "data": { - "id": "place-sdmnl", + "id": "place-dwnxg", "type": "stop" } }, @@ -336326,27 +346523,28 @@ }, { "attributes": { - "description": "Wonderland - Top of Revere Beach Plaza stairs from Ocean Ave", - "latitude": 42.413438, + "description": "Wollaston - Top of ramp between Newport Avenue and parking lobbies", + "latitude": null, "location_type": 3, - "longitude": -70.990741, - "name": "Wonderland", + "longitude": null, + "name": "Wollaston", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-wondl-oceanstairs-plaza", + "id": "node-wlsta-lobbyramp-upper", "links": { - "self": "/stops/node-wondl-oceanstairs-plaza" + "self": "/stops/node-wlsta-lobbyramp-upper" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-wondl-oceanstairs-plaza" + "related": "/facilities/?filter[stop]=node-wlsta-lobbyramp-upper" } }, "parent_station": { "data": { - "id": "place-wondl", + "id": "place-wlsta", "type": "stop" } }, @@ -336358,27 +346556,28 @@ }, { "attributes": { - "description": "Davis - Unpaid side of fare gates", - "latitude": null, - "location_type": 3, - "longitude": null, - "name": "Davis", + "description": "Woodland - East", + "latitude": 42.332729, + "location_type": 2, + "longitude": -71.242908, + "name": "Woodland - East", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-davis-fareunpaid", + "id": "door-woodl-east", "links": { - "self": "/stops/node-davis-fareunpaid" + "self": "/stops/door-woodl-east" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-davis-fareunpaid" + "related": "/facilities/?filter[stop]=door-woodl-east" } }, "parent_station": { "data": { - "id": "place-davis", + "id": "place-woodl", "type": "stop" } }, @@ -336390,27 +346589,28 @@ }, { "attributes": { - "description": "World Trade Center - Top of first World Trade Center entrance escalator", - "latitude": null, + "description": "Alewife - Bottom of Escalator 353 from concourse to busway", + "latitude": 42.395827, "location_type": 3, - "longitude": null, - "name": "World Trade Center", + "longitude": -71.141637, + "name": "Alewife", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-402-landing", + "id": "node-353-bottom", "links": { - "self": "/stops/node-402-landing" + "self": "/stops/node-353-bottom" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-402-landing" + "related": "/facilities/?filter[stop]=node-353-bottom" } }, "parent_station": { "data": { - "id": "place-wtcst", + "id": "place-alfcl", "type": "stop" } }, @@ -336422,27 +346622,28 @@ }, { "attributes": { - "description": "Fields Corner - Busway, Street", - "latitude": 42.300019, - "location_type": 2, - "longitude": -71.061475, - "name": "Fields Corner - Busway, Street", + "description": "Symphony - Bottom of stairs for entrances", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "Symphony", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-fldcr-busway", + "id": "node-symcl-wb-midbottom", "links": { - "self": "/stops/door-fldcr-busway" + "self": "/stops/node-symcl-wb-midbottom" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-fldcr-busway" + "related": "/facilities/?filter[stop]=node-symcl-wb-midbottom" } }, "parent_station": { "data": { - "id": "place-fldcr", + "id": "place-symcl", "type": "stop" } }, @@ -336454,27 +346655,28 @@ }, { "attributes": { - "description": "Ball Square - Broadway", - "latitude": 42.399533, - "location_type": 2, - "longitude": -71.110737, - "name": "Ball Square - Broadway", + "description": "Davis - Bottom of Escalator 343", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "Davis", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-balsq-broadway", + "id": "node-343-lobby", "links": { - "self": "/stops/door-balsq-broadway" + "self": "/stops/node-343-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-balsq-broadway" + "related": "/facilities/?filter[stop]=node-343-lobby" } }, "parent_station": { "data": { - "id": "place-balsq", + "id": "place-davis", "type": "stop" } }, @@ -336486,27 +346688,28 @@ }, { "attributes": { - "description": "Forest Hills - Washington St (Roslindale)", - "latitude": 42.300204, - "location_type": 2, - "longitude": -71.114404, - "name": "Forest Hills - Washington St (Roslindale)", + "description": "Revere Beach - Top of Elevator 884 between Bowdoin platform and lobby", + "latitude": 42.407853, + "location_type": 3, + "longitude": -70.992649, + "name": "Revere Beach", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-forhl-upper", + "id": "node-884-lobby", "links": { - "self": "/stops/door-forhl-upper" + "self": "/stops/node-884-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-forhl-upper" + "related": "/facilities/?filter[stop]=node-884-lobby" } }, "parent_station": { "data": { - "id": "place-forhl", + "id": "place-rbmnl", "type": "stop" } }, @@ -336518,27 +346721,28 @@ }, { "attributes": { - "description": "Copley - Dartmouth St, Old South Church", - "latitude": 42.350194, - "location_type": 2, - "longitude": -71.077551, - "name": "Copley - Dartmouth St, Old South Church", + "description": "South Station - Top of Escalator 398", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "South Station", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-coecl-church", + "id": "node-398-sl", "links": { - "self": "/stops/door-coecl-church" + "self": "/stops/node-398-sl" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-coecl-church" + "related": "/facilities/?filter[stop]=node-398-sl" } }, "parent_station": { "data": { - "id": "place-coecl", + "id": "place-sstat", "type": "stop" } }, @@ -336550,27 +346754,28 @@ }, { "attributes": { - "description": "Suffolk Downs - Bennington St", - "latitude": 42.390367, + "description": "Oak Grove - Washington St", + "latitude": 42.436676, "location_type": 2, - "longitude": -70.996964, - "name": "Suffolk Downs - Bennington St", + "longitude": -71.071152, + "name": "Oak Grove - Washington St", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, - "id": "door-sdmnl-benning", + "id": "door-ogmnl-wash", "links": { - "self": "/stops/door-sdmnl-benning" + "self": "/stops/door-ogmnl-wash" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-sdmnl-benning" + "related": "/facilities/?filter[stop]=door-ogmnl-wash" } }, "parent_station": { "data": { - "id": "place-sdmnl", + "id": "place-ogmnl", "type": "stop" } }, @@ -336582,27 +346787,28 @@ }, { "attributes": { - "description": "Tufts Medical Center - Bottom of stairs for Oak Grove, Tremont Street", + "description": "South Station - Commuter Rail concourse waiting area", "latitude": null, "location_type": 3, "longitude": null, - "name": "Tufts Medical Center", + "name": "South Station", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-tumnl-trenbstairs-platform", + "id": "node-sstat-cr-lobby", "links": { - "self": "/stops/node-tumnl-trenbstairs-platform" + "self": "/stops/node-sstat-cr-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-tumnl-trenbstairs-platform" + "related": "/facilities/?filter[stop]=node-sstat-cr-lobby" } }, "parent_station": { "data": { - "id": "place-tumnl", + "id": "place-sstat", "type": "stop" } }, @@ -336614,27 +346820,28 @@ }, { "attributes": { - "description": "Park Street - Paid side of fare gates", - "latitude": null, - "location_type": 3, - "longitude": null, - "name": "Park Street", + "description": "Arlington - Elevator, Boylston St", + "latitude": 42.351796, + "location_type": 2, + "longitude": -71.07128, + "name": "Arlington - Elevator, Boylston St", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-pktrm-wintfare-paid", + "id": "door-armnl-elevator", "links": { - "self": "/stops/node-pktrm-wintfare-paid" + "self": "/stops/door-armnl-elevator" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-pktrm-wintfare-paid" + "related": "/facilities/?filter[stop]=door-armnl-elevator" } }, "parent_station": { "data": { - "id": "place-pktrm", + "id": "place-armnl", "type": "stop" } }, @@ -336646,27 +346853,28 @@ }, { "attributes": { - "description": "Fields Corner - Unpaid side of fare gates", - "latitude": 42.300049, + "description": "Hynes Convention Center - Top of stairs for Kenmore & West", + "latitude": null, "location_type": 3, - "longitude": -71.061699, - "name": "Fields Corner", + "longitude": null, + "name": "Hynes Convention Center", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-fldcr-fareunpaid", + "id": "node-hymnl-wbstairs-lobby", "links": { - "self": "/stops/node-fldcr-fareunpaid" + "self": "/stops/node-hymnl-wbstairs-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-fldcr-fareunpaid" + "related": "/facilities/?filter[stop]=node-hymnl-wbstairs-lobby" } }, "parent_station": { "data": { - "id": "place-fldcr", + "id": "place-hymnl", "type": "stop" } }, @@ -336678,27 +346886,28 @@ }, { "attributes": { - "description": "State - Congress St (Exchange Place)", - "latitude": 42.358413, - "location_type": 2, - "longitude": -71.056499, - "name": "State - Congress St (Exchange Place)", + "description": "Beachmont - Bottom of Escalator 378", + "latitude": 42.397439, + "location_type": 3, + "longitude": -70.99256, + "name": "Beachmont", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-state-exchange", + "id": "node-378-lobby", "links": { - "self": "/stops/door-state-exchange" + "self": "/stops/node-378-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-state-exchange" + "related": "/facilities/?filter[stop]=node-378-lobby" } }, "parent_station": { "data": { - "id": "place-state", + "id": "place-bmmnl", "type": "stop" } }, @@ -336710,27 +346919,28 @@ }, { "attributes": { - "description": "Downtown Crossing - Paid side of fare gates", + "description": "Chinatown - Bottom of stairs between lobby and landing", "latitude": null, "location_type": 3, "longitude": null, - "name": "Downtown Crossing", + "name": "Chinatown", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-dwnxg-sumwashfare-paid", + "id": "node-chncl-oglower-lobby", "links": { - "self": "/stops/node-dwnxg-sumwashfare-paid" + "self": "/stops/node-chncl-oglower-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-dwnxg-sumwashfare-paid" + "related": "/facilities/?filter[stop]=node-chncl-oglower-lobby" } }, "parent_station": { "data": { - "id": "place-dwnxg", + "id": "place-chncl", "type": "stop" } }, @@ -336742,27 +346952,28 @@ }, { "attributes": { - "description": "Airport - Bottom of stairs on unpaid Brement Street side", - "latitude": 42.374505, + "description": "North Station - Bottom of Escalator 447 from passageway to commuter rail station", + "latitude": null, "location_type": 3, - "longitude": -71.030301, - "name": "Airport", + "longitude": null, + "name": "North Station", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-aport-bremenstairs-lobby", + "id": "node-447-bottom", "links": { - "self": "/stops/node-aport-bremenstairs-lobby" + "self": "/stops/node-447-bottom" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-aport-bremenstairs-lobby" + "related": "/facilities/?filter[stop]=node-447-bottom" } }, "parent_station": { "data": { - "id": "place-aport", + "id": "place-north", "type": "stop" } }, @@ -336774,27 +346985,28 @@ }, { "attributes": { - "description": "Symphony - Bottom of stairs for west entrances", - "latitude": null, + "description": "Stony Brook - Bottom of stairs", + "latitude": 42.317193, "location_type": 3, - "longitude": null, - "name": "Symphony", + "longitude": -71.104314, + "name": "Stony Brook", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-symcl-wb-wbottom", + "id": "node-sbmnl-stairs-platform", "links": { - "self": "/stops/node-symcl-wb-wbottom" + "self": "/stops/node-sbmnl-stairs-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-symcl-wb-wbottom" + "related": "/facilities/?filter[stop]=node-sbmnl-stairs-platform" } }, "parent_station": { "data": { - "id": "place-symcl", + "id": "place-sbmnl", "type": "stop" } }, @@ -336806,27 +347018,28 @@ }, { "attributes": { - "description": "Shawmut - Bottom of Alewife Elevator 953", - "latitude": 42.29313, - "location_type": 3, - "longitude": -71.065707, - "name": "Shawmut", + "description": "Quincy Center - Burgin Parkway (Stairs)", + "latitude": 42.251403, + "location_type": 2, + "longitude": -71.005508, + "name": "Quincy Center - Burgin Parkway (Stairs)", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, - "id": "node-smmnl-953-platform", + "id": "door-qnctr-burgin", "links": { - "self": "/stops/node-smmnl-953-platform" + "self": "/stops/door-qnctr-burgin" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-smmnl-953-platform" + "related": "/facilities/?filter[stop]=door-qnctr-burgin" } }, "parent_station": { "data": { - "id": "place-smmnl", + "id": "place-qnctr", "type": "stop" } }, @@ -336838,27 +347051,28 @@ }, { "attributes": { - "description": "Fields Corner - Bottom of stairs for Ashmont platform", - "latitude": 42.300016, + "description": "Wollaston - Bottom of stairs between Newport Avenue and parking lobbies", + "latitude": null, "location_type": 3, - "longitude": -71.061828, - "name": "Fields Corner", + "longitude": null, + "name": "Wollaston", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-fldcr-ashstair-lobby", + "id": "node-wlsta-lobbysteps-lower", "links": { - "self": "/stops/node-fldcr-ashstair-lobby" + "self": "/stops/node-wlsta-lobbysteps-lower" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-fldcr-ashstair-lobby" + "related": "/facilities/?filter[stop]=node-wlsta-lobbysteps-lower" } }, "parent_station": { "data": { - "id": "place-fldcr", + "id": "place-wlsta", "type": "stop" } }, @@ -336870,27 +347084,28 @@ }, { "attributes": { - "description": "Oak Grove - Top of escalator from busway, parking", - "latitude": 42.436916, + "description": "World Trade Center - Top of first flight of World Trade Center entrance stairs", + "latitude": null, "location_type": 3, - "longitude": -71.070639, - "name": "Oak Grove", + "longitude": null, + "name": "World Trade Center", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-104-lobby", + "id": "node-wtcst-wtcbstairs-landing", "links": { - "self": "/stops/node-104-lobby" + "self": "/stops/node-wtcst-wtcbstairs-landing" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-104-lobby" + "related": "/facilities/?filter[stop]=node-wtcst-wtcbstairs-landing" } }, "parent_station": { "data": { - "id": "place-ogmnl", + "id": "place-wtcst", "type": "stop" } }, @@ -336902,27 +347117,28 @@ }, { "attributes": { - "description": "Newton Centre - Bottom of eastern stairs for Union Street", - "latitude": 42.329552, + "description": "Back Bay - Top of Orange Line platform east escalator", + "latitude": null, "location_type": 3, - "longitude": -71.192299, - "name": "Newton Centre", + "longitude": null, + "name": "Back Bay", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-newto-uniones-platform", + "id": "node-140-lobby", "links": { - "self": "/stops/node-newto-uniones-platform" + "self": "/stops/node-140-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-newto-uniones-platform" + "related": "/facilities/?filter[stop]=node-140-lobby" } }, "parent_station": { "data": { - "id": "place-newto", + "id": "place-bbsta", "type": "stop" } }, @@ -336934,27 +347150,28 @@ }, { "attributes": { - "description": "Newton Centre - Top of ramp for Union Street", - "latitude": 42.329303, + "description": "Kenmore - Bottom of Commonwealth Avenue elevator", + "latitude": 42.34867, "location_type": 3, - "longitude": -71.193077, - "name": "Newton Centre", + "longitude": -71.095573, + "name": "Kenmore", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-newto-ramp-landing", + "id": "node-948-lobby", "links": { - "self": "/stops/node-newto-ramp-landing" + "self": "/stops/node-948-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-newto-ramp-landing" + "related": "/facilities/?filter[stop]=node-948-lobby" } }, "parent_station": { "data": { - "id": "place-newto", + "id": "place-kencl", "type": "stop" } }, @@ -336966,27 +347183,28 @@ }, { "attributes": { - "description": "Courthouse - Unpaid side of South Station exit-only gates", + "description": "State - Paid side of fare gates", "latitude": null, "location_type": 3, "longitude": null, - "name": "Courthouse", + "name": "State", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-crtst-ssexit-fareunpaid", + "id": "node-state-cityhall-farepaid", "links": { - "self": "/stops/node-crtst-ssexit-fareunpaid" + "self": "/stops/node-state-cityhall-farepaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-crtst-ssexit-fareunpaid" + "related": "/facilities/?filter[stop]=node-state-cityhall-farepaid" } }, "parent_station": { "data": { - "id": "place-crtst", + "id": "place-state", "type": "stop" } }, @@ -336998,27 +347216,28 @@ }, { "attributes": { - "description": "JFK/UMass - Top of stairs between busway, Commuter Rail, Old Colony Avenue and Red Line", - "latitude": 42.320784, - "location_type": 3, - "longitude": -71.051687, - "name": "JFK/UMass", + "description": "Wollaston - Parking, drop-off/pick-up", + "latitude": 42.266783, + "location_type": 2, + "longitude": -71.020104, + "name": "Wollaston - Parking, drop-off/pick-up", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-jfk-oldstaire-lobby", + "id": "door-wlsta-parking", "links": { - "self": "/stops/node-jfk-oldstaire-lobby" + "self": "/stops/door-wlsta-parking" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-jfk-oldstaire-lobby" + "related": "/facilities/?filter[stop]=door-wlsta-parking" } }, "parent_station": { "data": { - "id": "place-jfk", + "id": "place-wlsta", "type": "stop" } }, @@ -337030,27 +347249,28 @@ }, { "attributes": { - "description": "Wood Island - Top of stairs for Lovell Street", - "latitude": 42.379496, - "location_type": 3, - "longitude": -71.022901, - "name": "Wood Island", + "description": "South Station - Summer St", + "latitude": 42.351787, + "location_type": 2, + "longitude": -71.054402, + "name": "South Station - Summer St", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-wimnl-obunpaidstairs-bridge", + "id": "door-sstat-summer", "links": { - "self": "/stops/node-wimnl-obunpaidstairs-bridge" + "self": "/stops/door-sstat-summer" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-wimnl-obunpaidstairs-bridge" + "related": "/facilities/?filter[stop]=door-sstat-summer" } }, "parent_station": { "data": { - "id": "place-wimnl", + "id": "place-sstat", "type": "stop" } }, @@ -337062,27 +347282,28 @@ }, { "attributes": { - "description": "Wollaston - Bottom of ramp between lobby and Newport Avenue", - "latitude": null, + "description": "Magoun Square - Top of stairs", + "latitude": 42.393721, "location_type": 3, - "longitude": null, - "name": "Wollaston", + "longitude": -71.106436, + "name": "Magoun Square", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-wlsta-newpramp-lobby", + "id": "node-mgngl-stairs-top", "links": { - "self": "/stops/node-wlsta-newpramp-lobby" + "self": "/stops/node-mgngl-stairs-top" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-wlsta-newpramp-lobby" + "related": "/facilities/?filter[stop]=node-mgngl-stairs-top" } }, "parent_station": { "data": { - "id": "place-wlsta", + "id": "place-mgngl", "type": "stop" } }, @@ -337094,27 +347315,28 @@ }, { "attributes": { - "description": "Green Street - Bottom of Elevator 844", - "latitude": 42.31037, + "description": "Sullivan Square - Top of stairs for Forest Hills, Oak Grove", + "latitude": null, "location_type": 3, - "longitude": -71.107662, - "name": "Green Street", + "longitude": null, + "name": "Sullivan Square", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-grnst-844-platform", + "id": "node-sull-sbstairs-lobby", "links": { - "self": "/stops/node-grnst-844-platform" + "self": "/stops/node-sull-sbstairs-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-grnst-844-platform" + "related": "/facilities/?filter[stop]=node-sull-sbstairs-lobby" } }, "parent_station": { "data": { - "id": "place-grnst", + "id": "place-sull", "type": "stop" } }, @@ -337126,27 +347348,28 @@ }, { "attributes": { - "description": "Andrew - Top of outbound elevator stairs", - "latitude": null, + "description": "Porter - Bottom of escalator from Red Line platforms to lobby", + "latitude": 42.388777, "location_type": 3, - "longitude": null, - "name": "Andrew", + "longitude": -71.118777, + "name": "Porter", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-andrw-obelstairs-lobby", + "id": "node-510-sbplatform", "links": { - "self": "/stops/node-andrw-obelstairs-lobby" + "self": "/stops/node-510-sbplatform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-andrw-obelstairs-lobby" + "related": "/facilities/?filter[stop]=node-510-sbplatform" } }, "parent_station": { "data": { - "id": "place-andrw", + "id": "place-portr", "type": "stop" } }, @@ -337158,27 +347381,28 @@ }, { "attributes": { - "description": "Back Bay - Clarendon St (Track 2)", - "latitude": 42.347471, - "location_type": 2, - "longitude": -71.07305, - "name": "Back Bay - Clarendon St (Track 2)", + "description": "Harvard - Bottom of ramp between Upper Busway and Red Line lobby", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "Harvard", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-bbsta-clarendon2", + "id": "node-harsq-upperramp-lobby", "links": { - "self": "/stops/door-bbsta-clarendon2" + "self": "/stops/node-harsq-upperramp-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-bbsta-clarendon2" + "related": "/facilities/?filter[stop]=node-harsq-upperramp-lobby" } }, "parent_station": { "data": { - "id": "place-bbsta", + "id": "place-harsq", "type": "stop" } }, @@ -337190,27 +347414,28 @@ }, { "attributes": { - "description": "Union Square - Entry/exit gate", - "latitude": 42.377402, + "description": "Porter - Bottom of Commuter Rail platform ramp", + "latitude": 42.388198, "location_type": 3, - "longitude": -71.094841, - "name": "Union Square", + "longitude": -71.118998, + "name": "Porter", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-unsqu-rollupgate", + "id": "node-portr-crramp-elevator", "links": { - "self": "/stops/node-unsqu-rollupgate" + "self": "/stops/node-portr-crramp-elevator" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-unsqu-rollupgate" + "related": "/facilities/?filter[stop]=node-portr-crramp-elevator" } }, "parent_station": { "data": { - "id": "place-unsqu", + "id": "place-portr", "type": "stop" } }, @@ -337222,27 +347447,28 @@ }, { "attributes": { - "description": "Forest Hills - Top of Orange Line stairs for Arborway, Southwest Corridor Park", - "latitude": 42.301794, + "description": "Park Street - Paid side of fare gates", + "latitude": null, "location_type": 3, - "longitude": -71.113449, - "name": "Forest Hills", + "longitude": null, + "name": "Park Street", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-forhl-southstairs-lobby", + "id": "node-pktrm-tremwfare-paid", "links": { - "self": "/stops/node-forhl-southstairs-lobby" + "self": "/stops/node-pktrm-tremwfare-paid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-forhl-southstairs-lobby" + "related": "/facilities/?filter[stop]=node-pktrm-tremwfare-paid" } }, "parent_station": { "data": { - "id": "place-forhl", + "id": "place-pktrm", "type": "stop" } }, @@ -337254,27 +347480,28 @@ }, { "attributes": { - "description": "Sullivan Square - Top of Elevator 881", + "description": "State - Top of stairs between Oak Grove platform and Wonderland platform, State St, Devonshire St", "latitude": null, "location_type": 3, "longitude": null, - "name": "Sullivan Square", + "name": "State", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-881-lobby", + "id": "node-state-olnbplatformstairsmain-sbplatform", "links": { - "self": "/stops/node-881-lobby" + "self": "/stops/node-state-olnbplatformstairsmain-sbplatform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-881-lobby" + "related": "/facilities/?filter[stop]=node-state-olnbplatformstairsmain-sbplatform" } }, "parent_station": { "data": { - "id": "place-sull", + "id": "place-state", "type": "stop" } }, @@ -337286,27 +347513,28 @@ }, { "attributes": { - "description": "JFK/UMass - Paid side of exit-only gates", - "latitude": 42.321341, + "description": "Davis - Top of Escalator 336", + "latitude": 42.396792, "location_type": 3, - "longitude": -71.05258, - "name": "JFK/UMass", + "longitude": -71.121828, + "name": "Davis", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-jfk-ashcolfarepaid", + "id": "node-336-entrance", "links": { - "self": "/stops/node-jfk-ashcolfarepaid" + "self": "/stops/node-336-entrance" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-jfk-ashcolfarepaid" + "related": "/facilities/?filter[stop]=node-336-entrance" } }, "parent_station": { "data": { - "id": "place-jfk", + "id": "place-davis", "type": "stop" } }, @@ -337318,27 +347546,28 @@ }, { "attributes": { - "description": "North Quincy - Unpaid side of Squantum Street fare gates", - "latitude": 42.275154, + "description": "Science Park/West End - Bottom of inbound platform stairs", + "latitude": 42.366683, "location_type": 3, - "longitude": -71.029517, - "name": "North Quincy", + "longitude": -71.067831, + "name": "Science Park/West End", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-nqncy-sfareunpaid", + "id": "node-spmnl-ibstairs-lobby", "links": { - "self": "/stops/node-nqncy-sfareunpaid" + "self": "/stops/node-spmnl-ibstairs-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-nqncy-sfareunpaid" + "related": "/facilities/?filter[stop]=node-spmnl-ibstairs-lobby" } }, "parent_station": { "data": { - "id": "place-nqncy", + "id": "place-spmnl", "type": "stop" } }, @@ -337350,27 +347579,28 @@ }, { "attributes": { - "description": "State - Bottom of escalator from Orange Line to State St, Devonshire St", - "latitude": null, + "description": "Park Street - Bottom of elevator between Boston Common and Copley & West platform", + "latitude": 42.356355, "location_type": 3, - "longitude": null, - "name": "State", + "longitude": -71.062692, + "name": "Park Street", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-502-sbplatform", + "id": "node-978-lobby", "links": { - "self": "/stops/node-502-sbplatform" + "self": "/stops/node-978-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-502-sbplatform" + "related": "/facilities/?filter[stop]=node-978-lobby" } }, "parent_station": { "data": { - "id": "place-state", + "id": "place-pktrm", "type": "stop" } }, @@ -337382,27 +347612,28 @@ }, { "attributes": { - "description": "Wonderland - Bowdoin-bound platform end of Revere Beach Plaza", - "latitude": 42.413704, - "location_type": 3, - "longitude": -70.991872, - "name": "Wonderland", + "description": "JFK/UMass - Columbia Rd", + "latitude": 42.321358, + "location_type": 2, + "longitude": -71.052583, + "name": "JFK/UMass - Columbia Rd", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-wondl-oceanaveingress", + "id": "door-jfk-columbia", "links": { - "self": "/stops/node-wondl-oceanaveingress" + "self": "/stops/door-jfk-columbia" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-wondl-oceanaveingress" + "related": "/facilities/?filter[stop]=door-jfk-columbia" } }, "parent_station": { "data": { - "id": "place-wondl", + "id": "place-jfk", "type": "stop" } }, @@ -337414,27 +347645,28 @@ }, { "attributes": { - "description": "Downtown Crossing - Top of exit-only stairs from Alewife platform to Summer Street Concourse", - "latitude": null, - "location_type": 3, - "longitude": null, - "name": "Downtown Crossing", + "description": "Milton - Parking, Wharf St", + "latitude": 42.270275, + "location_type": 2, + "longitude": -71.067246, + "name": "Milton - Parking, Wharf St", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-dwnxg-nbsumexitfare-paid", + "id": "door-miltt-wharf", "links": { - "self": "/stops/node-dwnxg-nbsumexitfare-paid" + "self": "/stops/door-miltt-wharf" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-dwnxg-nbsumexitfare-paid" + "related": "/facilities/?filter[stop]=door-miltt-wharf" } }, "parent_station": { "data": { - "id": "place-dwnxg", + "id": "place-miltt", "type": "stop" } }, @@ -337446,27 +347678,28 @@ }, { "attributes": { - "description": "Gilman Square - Top of Medford St Elevator 765", - "latitude": 42.387695, - "location_type": 3, - "longitude": -71.096277, - "name": "Gilman Square", + "description": "Butler - Bearse Ave, Butler St", + "latitude": 42.272115, + "location_type": 2, + "longitude": -71.062677, + "name": "Butler - Bearse Ave, Butler St", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-765-top", + "id": "door-butlr-bearse", "links": { - "self": "/stops/node-765-top" + "self": "/stops/door-butlr-bearse" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-765-top" + "related": "/facilities/?filter[stop]=door-butlr-bearse" } }, "parent_station": { "data": { - "id": "place-gilmn", + "id": "place-butlr", "type": "stop" } }, @@ -337478,27 +347711,28 @@ }, { "attributes": { - "description": "Braintree - Unpaid side of fare gates", - "latitude": 42.207551, + "description": "Kendall/MIT - Stairs street level", + "latitude": 42.36245, "location_type": 3, - "longitude": -71.001542, - "name": "Braintree", + "longitude": -71.084845, + "name": "Kendall/MIT", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-brntn-fareunpaid", + "id": "node-knncl-backnbstair-entrance", "links": { - "self": "/stops/node-brntn-fareunpaid" + "self": "/stops/node-knncl-backnbstair-entrance" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-brntn-fareunpaid" + "related": "/facilities/?filter[stop]=node-knncl-backnbstair-entrance" } }, "parent_station": { "data": { - "id": "place-brntn", + "id": "place-knncl", "type": "stop" } }, @@ -337510,27 +347744,28 @@ }, { "attributes": { - "description": "North Quincy - Newport Ave Extension", - "latitude": 42.276483, - "location_type": 2, - "longitude": -71.031184, - "name": "North Quincy - Newport Ave Extension", + "description": "South Station - Bottom of stairs for Summer Street, Atlantic Avenue, Amtrak, Commuter Rail", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "South Station", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-nqncy-newport", + "id": "node-sstat-outmainstair-lobby", "links": { - "self": "/stops/door-nqncy-newport" + "self": "/stops/node-sstat-outmainstair-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-nqncy-newport" + "related": "/facilities/?filter[stop]=node-sstat-outmainstair-lobby" } }, "parent_station": { "data": { - "id": "place-nqncy", + "id": "place-sstat", "type": "stop" } }, @@ -337542,27 +347777,28 @@ }, { "attributes": { - "description": "Downtown Crossing - Bottom of stairs between Ashmont/Braintree platform and Chauncy Street lobby", - "latitude": null, + "description": "Alewife - Bottom of Elevator 813 between concourse and Red Line platform", + "latitude": 42.396122, "location_type": 3, - "longitude": null, - "name": "Downtown Crossing", + "longitude": -71.141487, + "name": "Alewife", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-dwnxg-stair5-platform", + "id": "node-813-bottom", "links": { - "self": "/stops/node-dwnxg-stair5-platform" + "self": "/stops/node-813-bottom" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-dwnxg-stair5-platform" + "related": "/facilities/?filter[stop]=node-813-bottom" } }, "parent_station": { "data": { - "id": "place-dwnxg", + "id": "place-alfcl", "type": "stop" } }, @@ -337574,27 +347810,28 @@ }, { "attributes": { - "description": "Kenmore - Fenway Park, Commonwealth Ave", - "latitude": 42.348616, + "description": "North Station - Valenti Way", + "latitude": 42.364652, "location_type": 2, - "longitude": -71.09552, - "name": "Kenmore - Fenway Park, Commonwealth Ave", + "longitude": -71.059541, + "name": "North Station - Valenti Way", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-kencl-commonwealth", + "id": "door-north-valenti", "links": { - "self": "/stops/door-kencl-commonwealth" + "self": "/stops/door-north-valenti" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-kencl-commonwealth" + "related": "/facilities/?filter[stop]=door-north-valenti" } }, "parent_station": { "data": { - "id": "place-kencl", + "id": "place-north", "type": "stop" } }, @@ -337606,27 +347843,28 @@ }, { "attributes": { - "description": "Revere Beach - Ocean Ave, Shirley Ave", - "latitude": 42.40782, - "location_type": 2, - "longitude": -70.992633, - "name": "Revere Beach - Ocean Ave, Shirley Ave", + "description": "Forest Hills - Top of Orange Line platform south escalator", + "latitude": 42.300698, + "location_type": 3, + "longitude": -71.114218, + "name": "Forest Hills", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-rbmnl-main", + "id": "node-130-lobby", "links": { - "self": "/stops/door-rbmnl-main" + "self": "/stops/node-130-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-rbmnl-main" + "related": "/facilities/?filter[stop]=node-130-lobby" } }, "parent_station": { "data": { - "id": "place-rbmnl", + "id": "place-forhl", "type": "stop" } }, @@ -337638,27 +347876,28 @@ }, { "attributes": { - "description": "Newton Centre - Bottom of stairs for Braeland Avenue", - "latitude": 42.329398, + "description": "JFK/UMass - Top of stairs from Braintree, Alewife platform and Columbia Road", + "latitude": 42.321148, "location_type": 3, - "longitude": -71.192328, - "name": "Newton Centre", + "longitude": -71.052342, + "name": "JFK/UMass", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-newto-braeland-platform", + "id": "node-jfk-bracolstair-lobby", "links": { - "self": "/stops/node-newto-braeland-platform" + "self": "/stops/node-jfk-bracolstair-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-newto-braeland-platform" + "related": "/facilities/?filter[stop]=node-jfk-bracolstair-lobby" } }, "parent_station": { "data": { - "id": "place-newto", + "id": "place-jfk", "type": "stop" } }, @@ -337670,27 +347909,28 @@ }, { "attributes": { - "description": "Gilman Square - Bottom of School St Elevator 766", - "latitude": 42.388245, + "description": "Ruggles - Top of Lower Busway Lane 2 escalator", + "latitude": null, "location_type": 3, - "longitude": -71.097497, - "name": "Gilman Square", + "longitude": null, + "name": "Ruggles", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-766-bottom", + "id": "node-135-lobby", "links": { - "self": "/stops/node-766-bottom" + "self": "/stops/node-135-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-766-bottom" + "related": "/facilities/?filter[stop]=node-135-lobby" } }, "parent_station": { "data": { - "id": "place-gilmn", + "id": "place-rugg", "type": "stop" } }, @@ -337702,27 +347942,28 @@ }, { "attributes": { - "description": "Braintree - Bottom of Red Line platform elevator", - "latitude": 42.207528, - "location_type": 3, - "longitude": -71.00167, - "name": "Braintree", + "description": "Back Bay - Clarendon St (Tracks 1 and 3)", + "latitude": 42.347552, + "location_type": 2, + "longitude": -71.072937, + "name": "Back Bay - Clarendon St (Tracks 1 and 3)", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, - "id": "node-811-lobby", + "id": "door-bbsta-clarendon1", "links": { - "self": "/stops/node-811-lobby" + "self": "/stops/door-bbsta-clarendon1" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-811-lobby" + "related": "/facilities/?filter[stop]=door-bbsta-clarendon1" } }, "parent_station": { "data": { - "id": "place-brntn", + "id": "place-bbsta", "type": "stop" } }, @@ -337734,27 +347975,28 @@ }, { "attributes": { - "description": "Back Bay - Dartmouth St (South)", - "latitude": 42.347348, + "description": "North Station - Causeway St, Canal St", + "latitude": 42.365975, "location_type": 2, - "longitude": -71.075791, - "name": "Back Bay - Dartmouth St (South)", + "longitude": -71.061759, + "name": "North Station - Causeway St, Canal St", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-bbsta-dartms", + "id": "door-north-crcanal", "links": { - "self": "/stops/door-bbsta-dartms" + "self": "/stops/door-north-crcanal" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-bbsta-dartms" + "related": "/facilities/?filter[stop]=door-north-crcanal" } }, "parent_station": { "data": { - "id": "place-bbsta", + "id": "place-north", "type": "stop" } }, @@ -337766,27 +348008,28 @@ }, { "attributes": { - "description": "Wonderland - Top of Revere Beach Blvd ramp", - "latitude": 42.413471, + "description": "South Station - Bottom of stairs for Atlantic Avenue, Summer Street", + "latitude": null, "location_type": 3, - "longitude": -70.990568, - "name": "Wonderland", + "longitude": null, + "name": "South Station", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-wondl-revereramp-top", + "id": "node-sstat-reservestair-lobby", "links": { - "self": "/stops/node-wondl-revereramp-top" + "self": "/stops/node-sstat-reservestair-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-wondl-revereramp-top" + "related": "/facilities/?filter[stop]=node-sstat-reservestair-lobby" } }, "parent_station": { "data": { - "id": "place-wondl", + "id": "place-sstat", "type": "stop" } }, @@ -337798,27 +348041,28 @@ }, { "attributes": { - "description": "Forest Hills - Bottom of Orange Line stairs for Arborway, Southwest Corridor Park", - "latitude": 42.301714, + "description": "Ashmont - Top of elevator from Peabody Square to Alewife platform", + "latitude": 42.284995, "location_type": 3, - "longitude": -71.11352, - "name": "Forest Hills", + "longitude": -71.063875, + "name": "Ashmont", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-forhl-southstairs-platform", + "id": "node-968-lobby", "links": { - "self": "/stops/node-forhl-southstairs-platform" + "self": "/stops/node-968-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-forhl-southstairs-platform" + "related": "/facilities/?filter[stop]=node-968-lobby" } }, "parent_station": { "data": { - "id": "place-forhl", + "id": "place-asmnl", "type": "stop" } }, @@ -337830,27 +348074,28 @@ }, { "attributes": { - "description": "Suffolk Downs - Bottom of stairs for Wonderland platform", - "latitude": 42.390504, - "location_type": 3, - "longitude": -70.99706, - "name": "Suffolk Downs", + "description": "Beaconsfield - Beaconsfield Rd", + "latitude": 42.335788, + "location_type": 2, + "longitude": -71.13993, + "name": "Beaconsfield - Beaconsfield Rd", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-sdmnl-pobstair-platform", + "id": "door-bcnfd-bcnfield", "links": { - "self": "/stops/node-sdmnl-pobstair-platform" + "self": "/stops/door-bcnfd-bcnfield" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-sdmnl-pobstair-platform" + "related": "/facilities/?filter[stop]=door-bcnfd-bcnfield" } }, "parent_station": { "data": { - "id": "place-sdmnl", + "id": "place-bcnfd", "type": "stop" } }, @@ -337862,27 +348107,28 @@ }, { "attributes": { - "description": "World Trade Center - Top of inbound platform escalator", - "latitude": null, + "description": "Beachmont - Bottom of Elevator 887", + "latitude": 42.397439, "location_type": 3, - "longitude": null, - "name": "World Trade Center", + "longitude": -70.992364, + "name": "Beachmont", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-403-lobby", + "id": "node-887-lobby", "links": { - "self": "/stops/node-403-lobby" + "self": "/stops/node-887-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-403-lobby" + "related": "/facilities/?filter[stop]=node-887-lobby" } }, "parent_station": { "data": { - "id": "place-wtcst", + "id": "place-bmmnl", "type": "stop" } }, @@ -337894,27 +348140,28 @@ }, { "attributes": { - "description": "World Trade Center - Top of inbound platform elevator", + "description": "Harvard - Top of escalator from Harvard Square mezzanine to lobby", "latitude": null, "location_type": 3, "longitude": null, - "name": "World Trade Center", + "name": "Harvard", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-935-lobby", + "id": "node-515-landing", "links": { - "self": "/stops/node-935-lobby" + "self": "/stops/node-515-landing" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-935-lobby" + "related": "/facilities/?filter[stop]=node-515-landing" } }, "parent_station": { "data": { - "id": "place-wtcst", + "id": "place-harsq", "type": "stop" } }, @@ -337926,27 +348173,28 @@ }, { "attributes": { - "description": "Charles/MGH - Unpaid side of fare gates", - "latitude": 42.36111, + "description": "Back Bay - Unpaid side of fare gates", + "latitude": null, "location_type": 3, - "longitude": -71.070358, - "name": "Charles/MGH", + "longitude": null, + "name": "Back Bay", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-chmnl-fareunpaid", + "id": "node-bbsta-lower-fareunpaid", "links": { - "self": "/stops/node-chmnl-fareunpaid" + "self": "/stops/node-bbsta-lower-fareunpaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-chmnl-fareunpaid" + "related": "/facilities/?filter[stop]=node-bbsta-lower-fareunpaid" } }, "parent_station": { "data": { - "id": "place-chmnl", + "id": "place-bbsta", "type": "stop" } }, @@ -337958,27 +348206,28 @@ }, { "attributes": { - "description": "Maverick - Bottom of stairs between Maverick Square and lobby", + "description": "State - Top of Elevator 802 between Oak Grove platform and Wonderland platform, Forest Hills passageway", "latitude": null, "location_type": 3, "longitude": null, - "name": "Maverick", + "name": "State", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-mvbcl-msqstair-lobby", + "id": "node-802-sbplatform", "links": { - "self": "/stops/node-mvbcl-msqstair-lobby" + "self": "/stops/node-802-sbplatform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-mvbcl-msqstair-lobby" + "related": "/facilities/?filter[stop]=node-802-sbplatform" } }, "parent_station": { "data": { - "id": "place-mvbcl", + "id": "place-state", "type": "stop" } }, @@ -337990,27 +348239,28 @@ }, { "attributes": { - "description": "Charles/MGH - Bottom of Ashmont/Braintree platform stairs", - "latitude": 42.361028, + "description": "Braintree - Bottom of Commuter Rail platform escalator", + "latitude": 42.207627, "location_type": 3, - "longitude": -71.070475, - "name": "Charles/MGH", + "longitude": -71.001369, + "name": "Braintree", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-chmnl-sbstairs-lobby", + "id": "node-333-bottom", "links": { - "self": "/stops/node-chmnl-sbstairs-lobby" + "self": "/stops/node-333-bottom" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-chmnl-sbstairs-lobby" + "related": "/facilities/?filter[stop]=node-333-bottom" } }, "parent_station": { "data": { - "id": "place-chmnl", + "id": "place-brntn", "type": "stop" } }, @@ -338022,27 +348272,28 @@ }, { "attributes": { - "description": "Beachmont - Top of Elevator 886", - "latitude": 42.397494, + "description": "Government Center - Bottom of stairs between Green Line and Blue Line", + "latitude": null, "location_type": 3, - "longitude": -70.99251, - "name": "Beachmont", + "longitude": null, + "name": "Government Center", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-886-platform", + "id": "node-gover-wbtransstairs-bl", "links": { - "self": "/stops/node-886-platform" + "self": "/stops/node-gover-wbtransstairs-bl" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-886-platform" + "related": "/facilities/?filter[stop]=node-gover-wbtransstairs-bl" } }, "parent_station": { "data": { - "id": "place-bmmnl", + "id": "place-gover", "type": "stop" } }, @@ -338054,27 +348305,28 @@ }, { "attributes": { - "description": "State - Unpaid side of fare gates", - "latitude": null, + "description": "North Station - Bottom of exit-only stairs from Valenti Way lobby to Valenti Way", + "latitude": 42.365118, "location_type": 3, - "longitude": null, - "name": "State", + "longitude": -71.059806, + "name": "North Station", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-state-exchange-fareunpaid", + "id": "node-north-evalentiexitstairs-bottom", "links": { - "self": "/stops/node-state-exchange-fareunpaid" + "self": "/stops/node-north-evalentiexitstairs-bottom" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-state-exchange-fareunpaid" + "related": "/facilities/?filter[stop]=node-north-evalentiexitstairs-bottom" } }, "parent_station": { "data": { - "id": "place-state", + "id": "place-north", "type": "stop" } }, @@ -338086,27 +348338,28 @@ }, { "attributes": { - "description": "North Quincy - West Squantum St", - "latitude": 42.27521, - "location_type": 2, - "longitude": -71.029243, - "name": "North Quincy - West Squantum St", + "description": "Aquarium - Unpaid side of fare gates", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "Aquarium", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-nqncy-squantum", + "id": "node-aqucl-atlfareunpaid", "links": { - "self": "/stops/door-nqncy-squantum" + "self": "/stops/node-aqucl-atlfareunpaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-nqncy-squantum" + "related": "/facilities/?filter[stop]=node-aqucl-atlfareunpaid" } }, "parent_station": { "data": { - "id": "place-nqncy", + "id": "place-aqucl", "type": "stop" } }, @@ -338118,27 +348371,28 @@ }, { "attributes": { - "description": "Suffolk Downs - Paid side of fare gates", - "latitude": 42.390616, + "description": "North Station - Top of stairs between Causeway Street lobby and Oak Grove platform", + "latitude": 42.3656, "location_type": 3, - "longitude": -70.997303, - "name": "Suffolk Downs", + "longitude": -71.060353, + "name": "North Station", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-sdmnl-wall-farepaid", + "id": "node-north-causewayoakgrove-stairs-top", "links": { - "self": "/stops/node-sdmnl-wall-farepaid" + "self": "/stops/node-north-causewayoakgrove-stairs-top" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-sdmnl-wall-farepaid" + "related": "/facilities/?filter[stop]=node-north-causewayoakgrove-stairs-top" } }, "parent_station": { "data": { - "id": "place-sdmnl", + "id": "place-north", "type": "stop" } }, @@ -338150,27 +348404,28 @@ }, { "attributes": { - "description": "Stony Brook - Top of Escalator 132", - "latitude": 42.317323, - "location_type": 3, - "longitude": -71.104299, - "name": "Stony Brook", + "description": "Assembly - Foley St", + "latitude": 42.393312, + "location_type": 2, + "longitude": -71.077661, + "name": "Assembly - Foley St", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-sbmnl-132-lobby", + "id": "door-astao-foley", "links": { - "self": "/stops/node-sbmnl-132-lobby" + "self": "/stops/door-astao-foley" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-sbmnl-132-lobby" + "related": "/facilities/?filter[stop]=door-astao-foley" } }, "parent_station": { "data": { - "id": "place-sbmnl", + "id": "place-astao", "type": "stop" } }, @@ -338182,27 +348437,28 @@ }, { "attributes": { - "description": "Oak Grove - Top of Banks Place, busway, parking elevator", - "latitude": 42.436976, + "description": "JFK/UMass - Top of northern stairs between Ashmont, Alewife platform and lobby", + "latitude": 42.320614, "location_type": 3, - "longitude": -71.070749, - "name": "Oak Grove", + "longitude": -71.052483, + "name": "JFK/UMass", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-800-lobby", + "id": "node-jfk-ashganstair-lobby", "links": { - "self": "/stops/node-800-lobby" + "self": "/stops/node-jfk-ashganstair-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-800-lobby" + "related": "/facilities/?filter[stop]=node-jfk-ashganstair-lobby" } }, "parent_station": { "data": { - "id": "place-ogmnl", + "id": "place-jfk", "type": "stop" } }, @@ -338214,27 +348470,28 @@ }, { "attributes": { - "description": "Waban - Wyman St", - "latitude": 42.326355, - "location_type": 2, - "longitude": -71.23056, - "name": "Waban - Wyman St", + "description": "North Station - Unpaid side of fare gates", + "latitude": 42.365125, + "location_type": 3, + "longitude": -71.059868, + "name": "North Station", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-waban-wyman", + "id": "node-north-valentiexite-fareunpaid", "links": { - "self": "/stops/door-waban-wyman" + "self": "/stops/node-north-valentiexite-fareunpaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-waban-wyman" + "related": "/facilities/?filter[stop]=node-north-valentiexite-fareunpaid" } }, "parent_station": { "data": { - "id": "place-waban", + "id": "place-north", "type": "stop" } }, @@ -338246,27 +348503,28 @@ }, { "attributes": { - "description": "Forest Hills - Arborway, Arnold Arboretum, South St, Washington St (Jamaica Plain)", - "latitude": 42.300934, - "location_type": 2, - "longitude": -71.11382, - "name": "Forest Hills - Arborway, Arnold Arboretum, South St, Washington St (Jamaica Plain)", + "description": "Roxbury Crossing - Bottom of Escalator 134", + "latitude": 42.331132, + "location_type": 3, + "longitude": -71.095658, + "name": "Roxbury Crossing", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-forhl-arborway", + "id": "node-rcmnl-134-platform", "links": { - "self": "/stops/door-forhl-arborway" + "self": "/stops/node-rcmnl-134-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-forhl-arborway" + "related": "/facilities/?filter[stop]=node-rcmnl-134-platform" } }, "parent_station": { "data": { - "id": "place-forhl", + "id": "place-rcmnl", "type": "stop" } }, @@ -338278,27 +348536,28 @@ }, { "attributes": { - "description": "North Station - Valenti Way", - "latitude": 42.364652, - "location_type": 2, - "longitude": -71.059541, - "name": "North Station - Valenti Way", + "description": "Chinatown - Bottom of stairs between escalator and street", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "Chinatown", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-north-valenti", + "id": "node-chncl-ogupper-landing", "links": { - "self": "/stops/door-north-valenti" + "self": "/stops/node-chncl-ogupper-landing" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-north-valenti" + "related": "/facilities/?filter[stop]=node-chncl-ogupper-landing" } }, "parent_station": { "data": { - "id": "place-north", + "id": "place-chncl", "type": "stop" } }, @@ -338310,27 +348569,28 @@ }, { "attributes": { - "description": "Airport - Top of stairs on unpaid Bremen Street side", - "latitude": 42.374438, + "description": "Harvard - Top of stairs between Red Line platforms", + "latitude": null, "location_type": 3, - "longitude": -71.030366, - "name": "Airport", + "longitude": null, + "name": "Harvard", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-aport-bremenstairs-bridge", + "id": "node-harsq-sbstair-nb", "links": { - "self": "/stops/node-aport-bremenstairs-bridge" + "self": "/stops/node-harsq-sbstair-nb" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-aport-bremenstairs-bridge" + "related": "/facilities/?filter[stop]=node-harsq-sbstair-nb" } }, "parent_station": { "data": { - "id": "place-aport", + "id": "place-harsq", "type": "stop" } }, @@ -338342,27 +348602,28 @@ }, { "attributes": { - "description": "JFK/UMass - Top of ramp between busway, Commuter Rail, Old Colony Avenue and Red Line", - "latitude": 42.321012, + "description": "North Station - Bottom of south stairs between Lechmere & North platform and Forest Hills, Copley & West platform", + "latitude": 42.365134, "location_type": 3, - "longitude": -71.052144, - "name": "JFK/UMass", + "longitude": -71.060115, + "name": "North Station", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-jfk-crramp-cr", + "id": "node-north-southstairs-bottom", "links": { - "self": "/stops/node-jfk-crramp-cr" + "self": "/stops/node-north-southstairs-bottom" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-jfk-crramp-cr" + "related": "/facilities/?filter[stop]=node-north-southstairs-bottom" } }, "parent_station": { "data": { - "id": "place-jfk", + "id": "place-north", "type": "stop" } }, @@ -338374,27 +348635,28 @@ }, { "attributes": { - "description": "Eliot - Boylston St Westbound (Stairs)", - "latitude": 42.318488, - "location_type": 2, - "longitude": -71.215831, - "name": "Eliot - Boylston St Westbound (Stairs)", + "description": "State - Paid side of fare gates", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "State", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-eliot-boylws", + "id": "node-state-exchange-farepaid", "links": { - "self": "/stops/door-eliot-boylws" + "self": "/stops/node-state-exchange-farepaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-eliot-boylws" + "related": "/facilities/?filter[stop]=node-state-exchange-farepaid" } }, "parent_station": { "data": { - "id": "place-eliot", + "id": "place-state", "type": "stop" } }, @@ -338406,27 +348668,28 @@ }, { "attributes": { - "description": "Back Bay - Top of Tracks 1-3 down escalator", + "description": "Haymarket - Top of elevator between Oak Grove platform and Green Line, busway passageway", "latitude": null, "location_type": 3, "longitude": null, - "name": "Back Bay", + "name": "Haymarket", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-142-lobby", + "id": "node-907-platform", "links": { - "self": "/stops/node-142-lobby" + "self": "/stops/node-907-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-142-lobby" + "related": "/facilities/?filter[stop]=node-907-platform" } }, "parent_station": { "data": { - "id": "place-bbsta", + "id": "place-haecl", "type": "stop" } }, @@ -338438,22 +348701,6623 @@ }, { "attributes": { - "description": "Downtown Crossing - Top of exit-only stairs from Oak Grove platform", + "description": "South Station - Bottom of Escalator 389", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "South Station", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-389-rl", + "links": { + "self": "/stops/node-389-rl" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-389-rl" + } + }, + "parent_station": { + "data": { + "id": "place-sstat", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Ashmont - Bottom of stairs from Peabody Square to Alewife platform", + "latitude": 42.284958, + "location_type": 3, + "longitude": -71.063895, + "name": "Ashmont", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-asmnl-peanbstair-platform", + "links": { + "self": "/stops/node-asmnl-peanbstair-platform" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-asmnl-peanbstair-platform" + } + }, + "parent_station": { + "data": { + "id": "place-asmnl", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "South Station - Top of stairs from drop-off only platform", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "South Station", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-sstat-400sl-middle", + "links": { + "self": "/stops/node-sstat-400sl-middle" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-sstat-400sl-middle" + } + }, + "parent_station": { + "data": { + "id": "place-sstat", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "South Station - Top of stairs for SL1/SL2/SL3 platform", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "South Station", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-sstat-918stair-lobby", + "links": { + "self": "/stops/node-sstat-918stair-lobby" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-sstat-918stair-lobby" + } + }, + "parent_station": { + "data": { + "id": "place-sstat", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Ashmont - Bottom of stairs from Mattapan Line, busway to Alewife platform", + "latitude": 42.284219, + "location_type": 3, + "longitude": -71.063473, + "name": "Ashmont", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-asmnl-mtpnbstair-platform", + "links": { + "self": "/stops/node-asmnl-mtpnbstair-platform" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-asmnl-mtpnbstair-platform" + } + }, + "parent_station": { + "data": { + "id": "place-asmnl", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Arlington - Top of westbound elevator", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "Arlington", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-962-lobby", + "links": { + "self": "/stops/node-962-lobby" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-962-lobby" + } + }, + "parent_station": { + "data": { + "id": "place-armnl", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Porter - Somerville Ave, Massachusetts Ave", + "latitude": 42.388475, + "location_type": 2, + "longitude": -71.119212, + "name": "Porter - Somerville Ave, Massachusetts Ave", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 2 + }, + "id": "door-portr-escal", + "links": { + "self": "/stops/door-portr-escal" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=door-portr-escal" + } + }, + "parent_station": { + "data": { + "id": "place-portr", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Airport - Buses, Airport", + "latitude": 42.373984, + "location_type": 2, + "longitude": -71.030031, + "name": "Airport - Buses, Airport", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "door-aport-buses", + "links": { + "self": "/stops/door-aport-buses" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=door-aport-buses" + } + }, + "parent_station": { + "data": { + "id": "place-aport", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Airport - Bottom of stairs on unpaid Busway side", + "latitude": 42.373982, + "location_type": 3, + "longitude": -71.030138, + "name": "Airport", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-aport-buswaystairs-lobby", + "links": { + "self": "/stops/node-aport-buswaystairs-lobby" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-aport-buswaystairs-lobby" + } + }, + "parent_station": { + "data": { + "id": "place-aport", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Harvard - Bottom of escalator from mezzanine to Harvard Square", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "Harvard", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-512-landing", + "links": { + "self": "/stops/node-512-landing" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-512-landing" + } + }, + "parent_station": { + "data": { + "id": "place-harsq", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Quincy Adams - Ground floor of north garage stairs", + "latitude": 42.233243, + "location_type": 3, + "longitude": -71.007151, + "name": "Quincy Adams", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-qamnl-ngaragestairs-ground", + "links": { + "self": "/stops/node-qamnl-ngaragestairs-ground" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-qamnl-ngaragestairs-ground" + } + }, + "parent_station": { + "data": { + "id": "place-qamnl", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "North Station - Unpaid side of fare gates", + "latitude": 42.365568, + "location_type": 3, + "longitude": -71.060358, + "name": "North Station", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-north-causewayexite-fareunpaid", + "links": { + "self": "/stops/node-north-causewayexite-fareunpaid" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-north-causewayexite-fareunpaid" + } + }, + "parent_station": { + "data": { + "id": "place-north", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Kendall/MIT - Top of stairs between Main St and Ashmont/Braintree platform", + "latitude": 42.362292, + "location_type": 3, + "longitude": -71.08615, + "name": "Kendall/MIT", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-knncl-sbmain-entrance", + "links": { + "self": "/stops/node-knncl-sbmain-entrance" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-knncl-sbmain-entrance" + } + }, + "parent_station": { + "data": { + "id": "place-knncl", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Wood Island - Bottom of stairs for Bowdoin", + "latitude": 42.3798, + "location_type": 3, + "longitude": -71.022876, + "name": "Wood Island", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-wimnl-ibpaidstairs-platform", + "links": { + "self": "/stops/node-wimnl-ibpaidstairs-platform" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-wimnl-ibpaidstairs-platform" + } + }, + "parent_station": { + "data": { + "id": "place-wimnl", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Andrew - Bottom of inbound elevator", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "Andrew", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-880-platform", + "links": { + "self": "/stops/node-880-platform" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-880-platform" + } + }, + "parent_station": { + "data": { + "id": "place-andrw", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Courthouse - Paid side of outbound exit-only gates", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "Courthouse", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-crtst-wtcexit-farepaid", + "links": { + "self": "/stops/node-crtst-wtcexit-farepaid" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-crtst-wtcexit-farepaid" + } + }, + "parent_station": { + "data": { + "id": "place-crtst", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Wonderland - Busway door to lobby", + "latitude": 42.413428, + "location_type": 3, + "longitude": -70.991982, + "name": "Wonderland", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-wondl-buswaydoor", + "links": { + "self": "/stops/node-wondl-buswaydoor" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-wondl-buswaydoor" + } + }, + "parent_station": { + "data": { + "id": "place-wondl", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Back Bay - Top of Orange Line platform elevator", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "Back Bay", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-853-lobby", + "links": { + "self": "/stops/node-853-lobby" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-853-lobby" + } + }, + "parent_station": { + "data": { + "id": "place-bbsta", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Park Street - Top of stairs between Red Line center platform and Government Center & North platform", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "Park Street", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-pktrm-stair14-gl", + "links": { + "self": "/stops/node-pktrm-stair14-gl" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-pktrm-stair14-gl" + } + }, + "parent_station": { + "data": { + "id": "place-pktrm", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "South Station - Bottom of stairs for drop-off only platform", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "South Station", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-sstat-388stair-sl", + "links": { + "self": "/stops/node-sstat-388stair-sl" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-sstat-388stair-sl" + } + }, + "parent_station": { + "data": { + "id": "place-sstat", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Community College - Bottom of Elevator 933", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "Community College", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-ccmnl-933-platform", + "links": { + "self": "/stops/node-ccmnl-933-platform" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-ccmnl-933-platform" + } + }, + "parent_station": { + "data": { + "id": "place-ccmnl", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Porter - Bottom of stairs between Alewife platform and Ashmont/Braintree platform", + "latitude": 42.388712, + "location_type": 3, + "longitude": -71.119054, + "name": "Porter", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-portr-506stairs-nbplatform", + "links": { + "self": "/stops/node-portr-506stairs-nbplatform" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-portr-506stairs-nbplatform" + } + }, + "parent_station": { + "data": { + "id": "place-portr", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Chelsea - Bottom of ramp between Everett Ave and Boston-bound platform", + "latitude": 42.397014, + "location_type": 3, + "longitude": -71.040778, + "name": "Chelsea", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-chels-everettnorth-bottom", + "links": { + "self": "/stops/node-chels-everettnorth-bottom" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-chels-everettnorth-bottom" + } + }, + "parent_station": { + "data": { + "id": "place-chels", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "North Station - Top of Escalator 392 from Forest Hills, Copley & West platforms to Causeway Street lobby", + "latitude": 42.365438, + "location_type": 3, + "longitude": -71.060437, + "name": "North Station", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-392-top", + "links": { + "self": "/stops/node-392-top" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-392-top" + } + }, + "parent_station": { + "data": { + "id": "place-north", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Alewife - Top of stairs between concourse ramp and Steel Place", + "latitude": 42.395543, + "location_type": 3, + "longitude": -71.142358, + "name": "Alewife", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-alfcl-steelplstairs-top", + "links": { + "self": "/stops/node-alfcl-steelplstairs-top" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-alfcl-steelplstairs-top" + } + }, + "parent_station": { + "data": { + "id": "place-alfcl", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Copley - Bottom of Park Street & East platform Elevator 976", + "latitude": 42.34977, + "location_type": 3, + "longitude": -71.078123, + "name": "Copley", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-coecl-976-platform", + "links": { + "self": "/stops/node-coecl-976-platform" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-coecl-976-platform" + } + }, + "parent_station": { + "data": { + "id": "place-coecl", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Bellingham Square - South Station-bound end of crosswalk", + "latitude": 42.395491, + "location_type": 3, + "longitude": -71.034186, + "name": "Bellingham Square", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-belsq-crosswalk-southsta", + "links": { + "self": "/stops/node-belsq-crosswalk-southsta" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-belsq-crosswalk-southsta" + } + }, + "parent_station": { + "data": { + "id": "place-belsq", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Chinatown - Washington St, Essex St", + "latitude": 42.352252, + "location_type": 2, + "longitude": -71.062519, + "name": "Chinatown - Washington St, Essex St", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 2 + }, + "id": "door-chncl-ogessex", + "links": { + "self": "/stops/door-chncl-ogessex" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=door-chncl-ogessex" + } + }, + "parent_station": { + "data": { + "id": "place-chncl", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Aquarium - Bottom of elevator between Wonderland platform and State Street", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "Aquarium", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-913-platform", + "links": { + "self": "/stops/node-913-platform" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-913-platform" + } + }, + "parent_station": { + "data": { + "id": "place-aqucl", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Park Street - Top of stairs between Alewife platform and Winter Street Concourse", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "Park Street", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-pktrm-nbwinterstairs-lobby", + "links": { + "self": "/stops/node-pktrm-nbwinterstairs-lobby" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-pktrm-nbwinterstairs-lobby" + } + }, + "parent_station": { + "data": { + "id": "place-pktrm", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Boylston - Unpaid side of fare gates", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "Boylston", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-boyls-out-fareunpaid", + "links": { + "self": "/stops/node-boyls-out-fareunpaid" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-boyls-out-fareunpaid" + } + }, + "parent_station": { + "data": { + "id": "place-boyls", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Davis - Top of stairs for College Avenue", + "latitude": 42.396763, + "location_type": 3, + "longitude": -71.121839, + "name": "Davis", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-davis-colstairup-entrance", + "links": { + "self": "/stops/node-davis-colstairup-entrance" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-davis-colstairup-entrance" + } + }, + "parent_station": { + "data": { + "id": "place-davis", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Forest Hills - Washington St (Roslindale)", + "latitude": 42.300204, + "location_type": 2, + "longitude": -71.114404, + "name": "Forest Hills - Washington St (Roslindale)", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "door-forhl-upper", + "links": { + "self": "/stops/door-forhl-upper" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=door-forhl-upper" + } + }, + "parent_station": { + "data": { + "id": "place-forhl", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Back Bay - Bottom of Track 2 Clarendon Street exit stairs", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "Back Bay", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-bbsta-2clarexit-bottom", + "links": { + "self": "/stops/node-bbsta-2clarexit-bottom" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-bbsta-2clarexit-bottom" + } + }, + "parent_station": { + "data": { + "id": "place-bbsta", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Davis - Top of Elevator 817", + "latitude": 42.396816, + "location_type": 3, + "longitude": -71.121817, + "name": "Davis", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-817-entrance", + "links": { + "self": "/stops/node-817-entrance" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-817-entrance" + } + }, + "parent_station": { + "data": { + "id": "place-davis", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Park Street - Paid side of fare gates", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "Park Street", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-pktrm-wintfare-paid", + "links": { + "self": "/stops/node-pktrm-wintfare-paid" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-pktrm-wintfare-paid" + } + }, + "parent_station": { + "data": { + "id": "place-pktrm", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Harvard - Bottom of stairs for Church Street", + "latitude": 42.374328, + "location_type": 3, + "longitude": -71.118891, + "name": "Harvard", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-harsq-churstair-lobby", + "links": { + "self": "/stops/node-harsq-churstair-lobby" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-harsq-churstair-lobby" + } + }, + "parent_station": { + "data": { + "id": "place-harsq", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Wonderland - Bowdoin-bound platform end of Revere Beach Plaza", + "latitude": 42.413704, + "location_type": 3, + "longitude": -70.991872, + "name": "Wonderland", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-wondl-oceanaveingress", + "links": { + "self": "/stops/node-wondl-oceanaveingress" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-wondl-oceanaveingress" + } + }, + "parent_station": { + "data": { + "id": "place-wondl", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Savin Hill - Top of southern stairs between platform and lobby", + "latitude": 42.310795, + "location_type": 3, + "longitude": -71.053564, + "name": "Savin Hill", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-shmnl-platstair-lobby", + "links": { + "self": "/stops/node-shmnl-platstair-lobby" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-shmnl-platstair-lobby" + } + }, + "parent_station": { + "data": { + "id": "place-shmnl", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Downtown Crossing - Bottom of elevator between Alewife platform and Oak Grove platform", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "Downtown Crossing", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-999-rl", + "links": { + "self": "/stops/node-999-rl" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-999-rl" + } + }, + "parent_station": { + "data": { + "id": "place-dwnxg", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Courthouse - Bottom of stairs for South Station platform", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "Courthouse", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-crtst-ssmainstair-platform", + "links": { + "self": "/stops/node-crtst-ssmainstair-platform" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-crtst-ssmainstair-platform" + } + }, + "parent_station": { + "data": { + "id": "place-crtst", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Alewife - Top of Escalator 350 from Russell Field lobby to Red Line platform", + "latitude": 42.396153, + "location_type": 3, + "longitude": -71.139841, + "name": "Alewife", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-350-top", + "links": { + "self": "/stops/node-350-top" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-350-top" + } + }, + "parent_station": { + "data": { + "id": "place-alfcl", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Orient Heights - Paid side of fare gates", + "latitude": 42.387043, + "location_type": 3, + "longitude": -71.004634, + "name": "Orient Heights", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-orhte-benn-farepaid", + "links": { + "self": "/stops/node-orhte-benn-farepaid" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-orhte-benn-farepaid" + } + }, + "parent_station": { + "data": { + "id": "place-orhte", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Central - Prospect St", + "latitude": 42.365778, + "location_type": 2, + "longitude": -71.104131, + "name": "Central - Prospect St", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 2 + }, + "id": "door-cntsq-prospect", + "links": { + "self": "/stops/door-cntsq-prospect" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=door-cntsq-prospect" + } + }, + "parent_station": { + "data": { + "id": "place-cntsq", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Prudential - Bottom of elevator between Heath Street platform and lobby", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "Prudential", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-920-platform", + "links": { + "self": "/stops/node-920-platform" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-920-platform" + } + }, + "parent_station": { + "data": { + "id": "place-prmnl", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Chelsea - Top of ramp between Everett Ave and outbound platform", + "latitude": 42.396958, + "location_type": 3, + "longitude": -71.041087, + "name": "Chelsea", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-chels-everettout-top", + "links": { + "self": "/stops/node-chels-everettout-top" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-chels-everettout-top" + } + }, + "parent_station": { + "data": { + "id": "place-chels", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Science Park/West End - Paid side of fare gates", + "latitude": 42.366854, + "location_type": 3, + "longitude": -71.067755, + "name": "Science Park/West End", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-spmnl-mfarepaid", + "links": { + "self": "/stops/node-spmnl-mfarepaid" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-spmnl-mfarepaid" + } + }, + "parent_station": { + "data": { + "id": "place-spmnl", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "East Somerville - Washington St", + "latitude": 42.379391, + "location_type": 2, + "longitude": -71.086636, + "name": "East Somerville - Washington St", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "door-esomr-washington", + "links": { + "self": "/stops/door-esomr-washington" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=door-esomr-washington" + } + }, + "parent_station": { + "data": { + "id": "place-esomr", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Andrew - North lobby center", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "Andrew", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-andrw-nlobbycenter", + "links": { + "self": "/stops/node-andrw-nlobbycenter" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-andrw-nlobbycenter" + } + }, + "parent_station": { + "data": { + "id": "place-andrw", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Charles/MGH - Bottom of Ashmont/Braintree platform stairs", + "latitude": 42.361028, + "location_type": 3, + "longitude": -71.070475, + "name": "Charles/MGH", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-chmnl-sbstairs-lobby", + "links": { + "self": "/stops/node-chmnl-sbstairs-lobby" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-chmnl-sbstairs-lobby" + } + }, + "parent_station": { + "data": { + "id": "place-chmnl", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Oak Grove - Bottom of Banks Place, busway, parking elevator", + "latitude": 42.43686, + "location_type": 3, + "longitude": -71.070508, + "name": "Oak Grove", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-745-street", + "links": { + "self": "/stops/node-745-street" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-745-street" + } + }, + "parent_station": { + "data": { + "id": "place-ogmnl", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "North Station - Top of exit-only stairs between Lechmere & North platform and Causeway Street", + "latitude": 42.365424, + "location_type": 3, + "longitude": -71.060456, + "name": "North Station", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-north-wcausewayexitstairs-top", + "links": { + "self": "/stops/node-north-wcausewayexitstairs-top" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-north-wcausewayexitstairs-top" + } + }, + "parent_station": { + "data": { + "id": "place-north", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "World Trade Center - Unpaid side of fare gates", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "World Trade Center", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-wtcst-fareunpaid", + "links": { + "self": "/stops/node-wtcst-fareunpaid" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-wtcst-fareunpaid" + } + }, + "parent_station": { + "data": { + "id": "place-wtcst", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Wood Island - Bottom of Elevator 889 (outside fare control)", + "latitude": 42.379769, + "location_type": 3, + "longitude": -71.022991, + "name": "Wood Island", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-889-unpaidstreet", + "links": { + "self": "/stops/node-889-unpaidstreet" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-889-unpaidstreet" + } + }, + "parent_station": { + "data": { + "id": "place-wimnl", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Quincy Adams - Fifth floor of south garage stairs", + "latitude": 42.232798, + "location_type": 3, + "longitude": -71.007646, + "name": "Quincy Adams", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-qamnl-sgaragestairs-fifth", + "links": { + "self": "/stops/node-qamnl-sgaragestairs-fifth" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-qamnl-sgaragestairs-fifth" + } + }, + "parent_station": { + "data": { + "id": "place-qamnl", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Chestnut Hill - Bottom of stairs to parking lot", + "latitude": 42.326797, + "location_type": 3, + "longitude": -71.164839, + "name": "Chestnut Hill", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-chhil-parkstairs-platform", + "links": { + "self": "/stops/node-chhil-parkstairs-platform" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-chhil-parkstairs-platform" + } + }, + "parent_station": { + "data": { + "id": "place-chhil", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "North Station - Valenti Way", + "latitude": 42.365125, + "location_type": 2, + "longitude": -71.059868, + "name": "North Station - Valenti Way", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 2 + }, + "id": "door-north-valentiexite", + "links": { + "self": "/stops/door-north-valentiexite" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=door-north-valentiexite" + } + }, + "parent_station": { + "data": { + "id": "place-north", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Orient Heights - Bottom of stairs for Saratoga Street", + "latitude": 42.386873, + "location_type": 3, + "longitude": -71.004614, + "name": "Orient Heights", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-orhte-obunpaidstairs-street", + "links": { + "self": "/stops/node-orhte-obunpaidstairs-street" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-orhte-obunpaidstairs-street" + } + }, + "parent_station": { + "data": { + "id": "place-orhte", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Haymarket - Bottom of stairs between mezzanine and Forest Hills platform", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "Haymarket", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-haecl-congfhplats-platform", + "links": { + "self": "/stops/node-haecl-congfhplats-platform" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-haecl-congfhplats-platform" + } + }, + "parent_station": { + "data": { + "id": "place-haecl", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Massachusetts Avenue - Massachusetts Ave (Southside)", + "latitude": 42.341551, + "location_type": 2, + "longitude": -71.083436, + "name": "Massachusetts Avenue - Massachusetts Ave (Southside)", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "door-masta-main", + "links": { + "self": "/stops/door-masta-main" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=door-masta-main" + } + }, + "parent_station": { + "data": { + "id": "place-masta", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Back Bay - Top of Tracks 1-3 down escalator", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "Back Bay", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-142-lobby", + "links": { + "self": "/stops/node-142-lobby" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-142-lobby" + } + }, + "parent_station": { + "data": { + "id": "place-bbsta", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Downtown Crossing - Top of escalator from Ashmont/Braintree platform to Oak Grove platform", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "Downtown Crossing", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-331-ol", + "links": { + "self": "/stops/node-331-ol" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-331-ol" + } + }, + "parent_station": { + "data": { + "id": "place-dwnxg", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Malden Center - Top of Commuter Rail platform stairs", + "latitude": 42.426615, + "location_type": 3, + "longitude": -71.074173, + "name": "Malden Center", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-mlmnl-crstairs-platform", + "links": { + "self": "/stops/node-mlmnl-crstairs-platform" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-mlmnl-crstairs-platform" + } + }, + "parent_station": { + "data": { + "id": "place-mlmnl", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Quincy Center - Bottom of Elevator 810", + "latitude": 42.251488, + "location_type": 3, + "longitude": -71.005189, + "name": "Quincy Center", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-810-platform", + "links": { + "self": "/stops/node-810-platform" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-810-platform" + } + }, + "parent_station": { + "data": { + "id": "place-qnctr", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Park Street - Bottom of stairs between West Street and Copley & West platform", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "Park Street", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-pktrm-weststairs-lobby", + "links": { + "self": "/stops/node-pktrm-weststairs-lobby" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-pktrm-weststairs-lobby" + } + }, + "parent_station": { + "data": { + "id": "place-pktrm", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Davis - Top of Escalator 339", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "Davis", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-339-middle", + "links": { + "self": "/stops/node-339-middle" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-339-middle" + } + }, + "parent_station": { + "data": { + "id": "place-davis", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Davis - Paid side of fare gates", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "Davis", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-davis-farepaid", + "links": { + "self": "/stops/node-davis-farepaid" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-davis-farepaid" + } + }, + "parent_station": { + "data": { + "id": "place-davis", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Harvard - Bottom of escalator from Alewife platform to Church Street lobby", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "Harvard", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-516-platform", + "links": { + "self": "/stops/node-516-platform" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-516-platform" + } + }, + "parent_station": { + "data": { + "id": "place-harsq", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Stony Brook - Bottom of Elevator 845", + "latitude": 42.317298, + "location_type": 3, + "longitude": -71.104284, + "name": "Stony Brook", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-sbmnl-845-platform", + "links": { + "self": "/stops/node-sbmnl-845-platform" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-sbmnl-845-platform" + } + }, + "parent_station": { + "data": { + "id": "place-sbmnl", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Alewife - Top of west stairs between concourse and Red Line platform", + "latitude": 42.396127, + "location_type": 3, + "longitude": -71.141355, + "name": "Alewife", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-alfcl-weststairs-top", + "links": { + "self": "/stops/node-alfcl-weststairs-top" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-alfcl-weststairs-top" + } + }, + "parent_station": { + "data": { + "id": "place-alfcl", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Porter - Lobby level of elevator to Red Line platforms", + "latitude": 42.388524, + "location_type": 3, + "longitude": -71.119062, + "name": "Porter", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-983-lobby", + "links": { + "self": "/stops/node-983-lobby" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-983-lobby" + } + }, + "parent_station": { + "data": { + "id": "place-portr", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "State - Bottom of stairs between Oak Grove platform and State St, Devonshire St", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "State", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-state-ogoldstatehousestairs-nbplatform", + "links": { + "self": "/stops/node-state-ogoldstatehousestairs-nbplatform" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-state-ogoldstatehousestairs-nbplatform" + } + }, + "parent_station": { + "data": { + "id": "place-state", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Ball Square - Broadway", + "latitude": 42.399533, + "location_type": 2, + "longitude": -71.110737, + "name": "Ball Square - Broadway", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "door-balsq-broadway", + "links": { + "self": "/stops/door-balsq-broadway" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=door-balsq-broadway" + } + }, + "parent_station": { + "data": { + "id": "place-balsq", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Airport - Top of stairs on Bowdoin, Bremen Street side", + "latitude": 42.374479, + "location_type": 3, + "longitude": -71.030279, + "name": "Airport", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-aport-wbpaidstairs-bridge", + "links": { + "self": "/stops/node-aport-wbpaidstairs-bridge" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-aport-wbpaidstairs-bridge" + } + }, + "parent_station": { + "data": { + "id": "place-aport", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Suffolk Downs - Bottom of ramp for all trains, Walley Street", + "latitude": 42.390671, + "location_type": 3, + "longitude": -70.997343, + "name": "Suffolk Downs", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-sdmnl-unib-street", + "links": { + "self": "/stops/node-sdmnl-unib-street" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-sdmnl-unib-street" + } + }, + "parent_station": { + "data": { + "id": "place-sdmnl", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Wellington - Bottom of Oak Grove stairs", + "latitude": 42.402059, + "location_type": 3, + "longitude": -71.077069, + "name": "Wellington", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-welln-ogstair-platform", + "links": { + "self": "/stops/node-welln-ogstair-platform" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-welln-ogstair-platform" + } + }, + "parent_station": { + "data": { + "id": "place-welln", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Copley - Dartmouth St, Old South Church", + "latitude": 42.350194, + "location_type": 2, + "longitude": -71.077551, + "name": "Copley - Dartmouth St, Old South Church", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "door-coecl-church", + "links": { + "self": "/stops/door-coecl-church" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=door-coecl-church" + } + }, + "parent_station": { + "data": { + "id": "place-coecl", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Broadway - Broadway", + "latitude": 42.34256, + "location_type": 2, + "longitude": -71.056944, + "name": "Broadway - Broadway", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "door-brdwy-main", + "links": { + "self": "/stops/door-brdwy-main" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=door-brdwy-main" + } + }, + "parent_station": { + "data": { + "id": "place-brdwy", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Ashmont - Top of stairs from Red Line platform to Peabody Square", + "latitude": 42.284736, + "location_type": 3, + "longitude": -71.064023, + "name": "Ashmont", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-asmnl-peasbstair-lobby", + "links": { + "self": "/stops/node-asmnl-peasbstair-lobby" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-asmnl-peasbstair-lobby" + } + }, + "parent_station": { + "data": { + "id": "place-asmnl", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Wellington - Bottom of escalator from Oak Grove platform to lobby", + "latitude": 42.402059, + "location_type": 3, + "longitude": -71.077036, + "name": "Wellington", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-310-platform", + "links": { + "self": "/stops/node-310-platform" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-310-platform" + } + }, + "parent_station": { + "data": { + "id": "place-welln", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Broadway - Traveler St", + "latitude": 42.342962, + "location_type": 2, + "longitude": -71.057389, + "name": "Broadway - Traveler St", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 2 + }, + "id": "door-brdwy-traveler", + "links": { + "self": "/stops/door-brdwy-traveler" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=door-brdwy-traveler" + } + }, + "parent_station": { + "data": { + "id": "place-brdwy", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Central - Paid side of fare gates", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "Central", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-cntsq-essexstair-farepaid", + "links": { + "self": "/stops/node-cntsq-essexstair-farepaid" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-cntsq-essexstair-farepaid" + } + }, + "parent_station": { + "data": { + "id": "place-cntsq", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Harvard - Bottom of elevator between Brattle Square and Upper Busway", + "latitude": 42.373318, + "location_type": 3, + "longitude": -71.120635, + "name": "Harvard", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-973-upper", + "links": { + "self": "/stops/node-973-upper" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-973-upper" + } + }, + "parent_station": { + "data": { + "id": "place-harsq", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Forest Hills - Top of Orange Line main lobby elevator", + "latitude": 42.300809, + "location_type": 3, + "longitude": -71.114206, + "name": "Forest Hills", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-842-lobby", + "links": { + "self": "/stops/node-842-lobby" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-842-lobby" + } + }, + "parent_station": { + "data": { + "id": "place-forhl", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Oak Grove - Top of Banks Place, busway, parking elevator", + "latitude": 42.436976, + "location_type": 3, + "longitude": -71.070749, + "name": "Oak Grove", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-800-lobby", + "links": { + "self": "/stops/node-800-lobby" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-800-lobby" + } + }, + "parent_station": { + "data": { + "id": "place-ogmnl", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Wollaston - Paid side of secondary Newport Avenue fare gates", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "Wollaston", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-wlsta-stair6gate-farepaid", + "links": { + "self": "/stops/node-wlsta-stair6gate-farepaid" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-wlsta-stair6gate-farepaid" + } + }, + "parent_station": { + "data": { + "id": "place-wlsta", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "North Station - Top of stairs between passageway and commuter rail station", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "North Station", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-north-passagewaystairs-top", + "links": { + "self": "/stops/node-north-passagewaystairs-top" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-north-passagewaystairs-top" + } + }, + "parent_station": { + "data": { + "id": "place-north", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Arlington - Bottom of Public Garden corner stairs", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "Arlington", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-armnl-nstairs-lobby", + "links": { + "self": "/stops/node-armnl-nstairs-lobby" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-armnl-nstairs-lobby" + } + }, + "parent_station": { + "data": { + "id": "place-armnl", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Green Street - Bottom of Elevator 844", + "latitude": 42.31037, + "location_type": 3, + "longitude": -71.107662, + "name": "Green Street", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-grnst-844-platform", + "links": { + "self": "/stops/node-grnst-844-platform" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-grnst-844-platform" + } + }, + "parent_station": { + "data": { + "id": "place-grnst", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "JFK/UMass - Paid side of exit-only gates", + "latitude": 42.321341, + "location_type": 3, + "longitude": -71.05258, + "name": "JFK/UMass", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-jfk-ashcolfarepaid", + "links": { + "self": "/stops/node-jfk-ashcolfarepaid" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-jfk-ashcolfarepaid" + } + }, + "parent_station": { + "data": { + "id": "place-jfk", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "North Station - Bottom of Elevator 732 between passageway and commuter rail station", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "North Station", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-732-bottom", + "links": { + "self": "/stops/node-732-bottom" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-732-bottom" + } + }, + "parent_station": { + "data": { + "id": "place-north", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Shawmut - Bottom of Ashmont Elevator 954", + "latitude": 42.293109, + "location_type": 3, + "longitude": -71.065894, + "name": "Shawmut", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-smmnl-954-platform", + "links": { + "self": "/stops/node-smmnl-954-platform" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-smmnl-954-platform" + } + }, + "parent_station": { + "data": { + "id": "place-smmnl", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Airport - Bottom of Escalator 407", + "latitude": 42.374178, + "location_type": 3, + "longitude": -71.030056, + "name": "Airport", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-407-platform", + "links": { + "self": "/stops/node-407-platform" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-407-platform" + } + }, + "parent_station": { + "data": { + "id": "place-aport", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Arlington - Bottom of Arlington Street east stairs", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "Arlington", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-armnl-sestairs-lobby", + "links": { + "self": "/stops/node-armnl-sestairs-lobby" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-armnl-sestairs-lobby" + } + }, + "parent_station": { + "data": { + "id": "place-armnl", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "South Station - Unpaid side of exit-only gates", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "South Station", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-sstat-alewife-fareunpaid", + "links": { + "self": "/stops/node-sstat-alewife-fareunpaid" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-sstat-alewife-fareunpaid" + } + }, + "parent_station": { + "data": { + "id": "place-sstat", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Courthouse - Unpaid side of outbound fare gates", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "Courthouse", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-crtst-wtcmain-fareunpaid", + "links": { + "self": "/stops/node-crtst-wtcmain-fareunpaid" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-crtst-wtcmain-fareunpaid" + } + }, + "parent_station": { + "data": { + "id": "place-crtst", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Downtown Crossing - Paid side of exit-only gate", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "Downtown Crossing", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-dwnxg-112fare-paid", + "links": { + "self": "/stops/node-dwnxg-112fare-paid" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-dwnxg-112fare-paid" + } + }, + "parent_station": { + "data": { + "id": "place-dwnxg", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Forest Hills - Top of Commuter Rail elevator", + "latitude": 42.300838, + "location_type": 3, + "longitude": -71.113793, + "name": "Forest Hills", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-841-lobby", + "links": { + "self": "/stops/node-841-lobby" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-841-lobby" + } + }, + "parent_station": { + "data": { + "id": "place-forhl", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Porter - Top of stairs between Commuter Rail and lobby", + "latitude": 42.388124, + "location_type": 3, + "longitude": -71.11877, + "name": "Porter", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-portr-crstairs-crplatform", + "links": { + "self": "/stops/node-portr-crstairs-crplatform" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-portr-crstairs-crplatform" + } + }, + "parent_station": { + "data": { + "id": "place-portr", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Amory Street - Amory St", + "latitude": 42.350922, + "location_type": 2, + "longitude": -71.113846, + "name": "Amory Street - Amory St", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "door-amory-wbamory", + "links": { + "self": "/stops/door-amory-wbamory" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=door-amory-wbamory" + } + }, + "parent_station": { + "data": { + "id": "place-amory", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "North Station - Bottom of Escalator 304 from Oak Grove platform to Valenti Way lobby", + "latitude": 42.365137, + "location_type": 3, + "longitude": -71.059882, + "name": "North Station", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-304-bottom", + "links": { + "self": "/stops/node-304-bottom" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-304-bottom" + } + }, + "parent_station": { + "data": { + "id": "place-north", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Park Street - Bottom of stairs between Ashmont/Braintree platform and Copley & West platform", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "Park Street", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-pktrm-sbwbstairs-rl", + "links": { + "self": "/stops/node-pktrm-sbwbstairs-rl" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-pktrm-sbwbstairs-rl" + } + }, + "parent_station": { + "data": { + "id": "place-pktrm", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "North Station - Paid side of fare gates", + "latitude": 42.365642, + "location_type": 3, + "longitude": -71.060548, + "name": "North Station", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-north-causeway-farepaid", + "links": { + "self": "/stops/node-north-causeway-farepaid" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-north-causeway-farepaid" + } + }, + "parent_station": { + "data": { + "id": "place-north", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Revere Beach - Beach St", + "latitude": 42.408455, + "location_type": 2, + "longitude": -70.99255, + "name": "Revere Beach - Beach St", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 2 + }, + "id": "door-rbmnl-beach", + "links": { + "self": "/stops/door-rbmnl-beach" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=door-rbmnl-beach" + } + }, + "parent_station": { + "data": { + "id": "place-rbmnl", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "State - Paid side of fare gates", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "State", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-state-oldstate-farepaid", + "links": { + "self": "/stops/node-state-oldstate-farepaid" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-state-oldstate-farepaid" + } + }, + "parent_station": { + "data": { + "id": "place-state", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Malden Center - Top of Orange Line platform stairs", + "latitude": 42.426942, + "location_type": 3, + "longitude": -71.07424, + "name": "Malden Center", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-mlmnl-olstairs-platform", + "links": { + "self": "/stops/node-mlmnl-olstairs-platform" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-mlmnl-olstairs-platform" + } + }, + "parent_station": { + "data": { + "id": "place-mlmnl", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Kenmore - Bottom of westbound platform stairs", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "Kenmore", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-kencl-wbstair-platform", + "links": { + "self": "/stops/node-kencl-wbstair-platform" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-kencl-wbstair-platform" + } + }, + "parent_station": { + "data": { + "id": "place-kencl", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Chinatown - Bottom of escalator from Oak Grove lobby", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "Chinatown", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-377-lobby", + "links": { + "self": "/stops/node-377-lobby" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-377-lobby" + } + }, + "parent_station": { + "data": { + "id": "place-chncl", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Lechmere - Bottom of O'Brien Hwy Elevator 764", + "latitude": 42.370882, + "location_type": 3, + "longitude": -71.075697, + "name": "Lechmere", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-764-bottom", + "links": { + "self": "/stops/node-764-bottom" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-764-bottom" + } + }, + "parent_station": { + "data": { + "id": "place-lech", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Eliot - Top of ramp to eastbound Boylston Street", + "latitude": 42.318272, + "location_type": 3, + "longitude": -71.215228, + "name": "Eliot", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-eliot-boyle-bridge", + "links": { + "self": "/stops/node-eliot-boyle-bridge" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-eliot-boyle-bridge" + } + }, + "parent_station": { + "data": { + "id": "place-eliot", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Chelsea - Bottom of ramp between Everett Ave and outbound platform", + "latitude": 42.3969, + "location_type": 3, + "longitude": -71.040881, + "name": "Chelsea", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-chels-everettout-bottom", + "links": { + "self": "/stops/node-chels-everettout-bottom" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-chels-everettout-bottom" + } + }, + "parent_station": { + "data": { + "id": "place-chels", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "North Quincy - Bottom of escalator from platform to Squantum Street lobby", + "latitude": 42.275324, + "location_type": 3, + "longitude": -71.029644, + "name": "North Quincy", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-325-platform", + "links": { + "self": "/stops/node-325-platform" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-325-platform" + } + }, + "parent_station": { + "data": { + "id": "place-nqncy", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Woodland - Main", + "latitude": 42.333136, + "location_type": 2, + "longitude": -71.24372, + "name": "Woodland - Main", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "door-woodl-main", + "links": { + "self": "/stops/door-woodl-main" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=door-woodl-main" + } + }, + "parent_station": { + "data": { + "id": "place-woodl", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Beachmont - Top of stairs for Wonderland", + "latitude": 42.397323, + "location_type": 3, + "longitude": -70.992432, + "name": "Beachmont", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-bmmnl-379stair-platform", + "links": { + "self": "/stops/node-bmmnl-379stair-platform" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-bmmnl-379stair-platform" + } + }, + "parent_station": { + "data": { + "id": "place-bmmnl", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Union Square - Bottom of Prospect St Elevator 771", + "latitude": 42.377594, + "location_type": 3, + "longitude": -71.094998, + "name": "Union Square", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-771-bottom", + "links": { + "self": "/stops/node-771-bottom" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-771-bottom" + } + }, + "parent_station": { + "data": { + "id": "place-unsqu", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Boylston - Boston Common, Street", + "latitude": 42.353214, + "location_type": 2, + "longitude": -71.064546, + "name": "Boylston - Boston Common, Street", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 2 + }, + "id": "door-boyls-outbound", + "links": { + "self": "/stops/door-boyls-outbound" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=door-boyls-outbound" + } + }, + "parent_station": { + "data": { + "id": "place-boyls", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "South Station - Paid side of exit-only gates", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "South Station", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-sstat-alewife-farepaid", + "links": { + "self": "/stops/node-sstat-alewife-farepaid" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-sstat-alewife-farepaid" + } + }, + "parent_station": { + "data": { + "id": "place-sstat", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Quincy Center - Unpaid side of fare gates", + "latitude": 42.251593, + "location_type": 3, + "longitude": -71.005255, + "name": "Quincy Center", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-qnctr-fareunpaid", + "links": { + "self": "/stops/node-qnctr-fareunpaid" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-qnctr-fareunpaid" + } + }, + "parent_station": { + "data": { + "id": "place-qnctr", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Courthouse - Top of escalator from lobby to Fan Pier Boulevard", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "Courthouse", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-418-entrance", + "links": { + "self": "/stops/node-418-entrance" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-418-entrance" + } + }, + "parent_station": { + "data": { + "id": "place-crtst", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Downtown Crossing - Bottom of escalator from Ashmont/Braintree platform to Chauncy Street", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "Downtown Crossing", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-112-platform", + "links": { + "self": "/stops/node-112-platform" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-112-platform" + } + }, + "parent_station": { + "data": { + "id": "place-dwnxg", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "North Station - Unpaid side of fare gates", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "North Station", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-north-crgates-west-fareunpaid", + "links": { + "self": "/stops/node-north-crgates-west-fareunpaid" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-north-crgates-west-fareunpaid" + } + }, + "parent_station": { + "data": { + "id": "place-north", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Fields Corner - Unpaid side of fare gates", + "latitude": 42.300049, + "location_type": 3, + "longitude": -71.061699, + "name": "Fields Corner", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-fldcr-fareunpaid", + "links": { + "self": "/stops/node-fldcr-fareunpaid" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-fldcr-fareunpaid" + } + }, + "parent_station": { + "data": { + "id": "place-fldcr", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Beachmont - Winthrop Ave", + "latitude": 42.397551, + "location_type": 2, + "longitude": -70.992358, + "name": "Beachmont - Winthrop Ave", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "door-bmmnl-main", + "links": { + "self": "/stops/door-bmmnl-main" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=door-bmmnl-main" + } + }, + "parent_station": { + "data": { + "id": "place-bmmnl", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Airport - Top of Elevator 932", + "latitude": 42.374562, + "location_type": 3, + "longitude": -71.03024, + "name": "Airport", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-932-bridge", + "links": { + "self": "/stops/node-932-bridge" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-932-bridge" + } + }, + "parent_station": { + "data": { + "id": "place-aport", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Orient Heights - Top of Escalator 441", + "latitude": 42.386799, + "location_type": 3, + "longitude": -71.00477, + "name": "Orient Heights", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-441-bridge", + "links": { + "self": "/stops/node-441-bridge" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-441-bridge" + } + }, + "parent_station": { + "data": { + "id": "place-orhte", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Alewife - Paid side of fare gates", + "latitude": 42.395969, + "location_type": 3, + "longitude": -71.141281, + "name": "Alewife", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-alfcl-main-farepaid", + "links": { + "self": "/stops/node-alfcl-main-farepaid" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-alfcl-main-farepaid" + } + }, + "parent_station": { + "data": { + "id": "place-alfcl", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Tufts Medical Center - Bottom of Escalator 145", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "Tufts Medical Center", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-145-lobby", + "links": { + "self": "/stops/node-145-lobby" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-145-lobby" + } + }, + "parent_station": { + "data": { + "id": "place-tumnl", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Wollaston - Bottom of ramp between Newport Avenue and parking lobbies", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "Wollaston", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-wlsta-lobbyramp-lower", + "links": { + "self": "/stops/node-wlsta-lobbyramp-lower" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-wlsta-lobbyramp-lower" + } + }, + "parent_station": { + "data": { + "id": "place-wlsta", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Brookline Hills - Tappan St (West)", + "latitude": 42.331446, + "location_type": 2, + "longitude": -71.127064, + "name": "Brookline Hills - Tappan St (West)", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "door-brkhl-bhs", + "links": { + "self": "/stops/door-brkhl-bhs" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=door-brkhl-bhs" + } + }, + "parent_station": { + "data": { + "id": "place-brkhl", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Prudential - Top of escalator from Heath Street platform to lobby", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "Prudential", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-152-lobby", + "links": { + "self": "/stops/node-152-lobby" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-152-lobby" + } + }, + "parent_station": { + "data": { + "id": "place-prmnl", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Riverside - Paid side of fare gates", + "latitude": 42.337352, + "location_type": 3, + "longitude": -71.252685, + "name": "Riverside", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-river-farepaid", + "links": { + "self": "/stops/node-river-farepaid" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-river-farepaid" + } + }, + "parent_station": { + "data": { + "id": "place-river", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Orient Heights - Paid side of fare gates", + "latitude": 42.386891, + "location_type": 3, + "longitude": -71.004446, + "name": "Orient Heights", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-orhte-sara-farepaid", + "links": { + "self": "/stops/node-orhte-sara-farepaid" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-orhte-sara-farepaid" + } + }, + "parent_station": { + "data": { + "id": "place-orhte", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Wellington - Top of ramp for busway, parking", + "latitude": 42.402409, + "location_type": 3, + "longitude": -71.076655, + "name": "Wellington", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-welln-busramp-lobby", + "links": { + "self": "/stops/node-welln-busramp-lobby" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-welln-busramp-lobby" + } + }, + "parent_station": { + "data": { + "id": "place-welln", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Tufts Medical Center - Top of Elevator 858", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "Tufts Medical Center", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-858-lobby", + "links": { + "self": "/stops/node-858-lobby" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-858-lobby" + } + }, + "parent_station": { + "data": { + "id": "place-tumnl", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Courthouse - Top of escalator from mezzanine to Thomson Place", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "Courthouse", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-413-entrance", + "links": { + "self": "/stops/node-413-entrance" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-413-entrance" + } + }, + "parent_station": { + "data": { + "id": "place-crtst", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Magoun Square - Bottom of ramp", + "latitude": 42.393673, + "location_type": 3, + "longitude": -71.106381, + "name": "Magoun Square", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-mgngl-ramp-bottom", + "links": { + "self": "/stops/node-mgngl-ramp-bottom" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-mgngl-ramp-bottom" + } + }, + "parent_station": { + "data": { + "id": "place-mgngl", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "West Newton - Washington St (West)", + "latitude": 42.347664, + "location_type": 2, + "longitude": -71.232233, + "name": "West Newton - Washington St (West)", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 2 + }, + "id": "door-WML-0091-wbwas", + "links": { + "self": "/stops/door-WML-0091-wbwas" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=door-WML-0091-wbwas" + } + }, + "parent_station": { + "data": { + "id": "place-WML-0091", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Forest Hills - Top of south lower busway stairs", + "latitude": 42.300527, + "location_type": 3, + "longitude": -71.113738, + "name": "Forest Hills", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-forhl-slowbusstairs-lobby", + "links": { + "self": "/stops/node-forhl-slowbusstairs-lobby" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-forhl-slowbusstairs-lobby" + } + }, + "parent_station": { + "data": { + "id": "place-forhl", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Alewife - Ground level of Elevator 814", + "latitude": 42.395791, + "location_type": 3, + "longitude": -71.141323, + "name": "Alewife", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-814-ground", + "links": { + "self": "/stops/node-814-ground" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-814-ground" + } + }, + "parent_station": { + "data": { + "id": "place-alfcl", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Back Bay - Bottom of Tracks 1-3 down escalator", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "Back Bay", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-142-platform", + "links": { + "self": "/stops/node-142-platform" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-142-platform" + } + }, + "parent_station": { + "data": { + "id": "place-bbsta", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Fields Corner - Paid side of fare gates", + "latitude": 42.300049, + "location_type": 3, + "longitude": -71.061699, + "name": "Fields Corner", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-fldcr-farepaid", + "links": { + "self": "/stops/node-fldcr-farepaid" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-fldcr-farepaid" + } + }, + "parent_station": { + "data": { + "id": "place-fldcr", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Suffolk Downs - Bennington St", + "latitude": 42.390367, + "location_type": 2, + "longitude": -70.996964, + "name": "Suffolk Downs - Bennington St", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "door-sdmnl-benning", + "links": { + "self": "/stops/door-sdmnl-benning" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=door-sdmnl-benning" + } + }, + "parent_station": { + "data": { + "id": "place-sdmnl", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Forest Hills - Bottom of Orange Line main lobby north escalator", + "latitude": 42.300956, + "location_type": 3, + "longitude": -71.114044, + "name": "Forest Hills", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-129-platform", + "links": { + "self": "/stops/node-129-platform" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-129-platform" + } + }, + "parent_station": { + "data": { + "id": "place-forhl", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Arlington - Top of eastbound stairs", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "Arlington", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-armnl-ebstairs-lobby", + "links": { + "self": "/stops/node-armnl-ebstairs-lobby" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-armnl-ebstairs-lobby" + } + }, + "parent_station": { + "data": { + "id": "place-armnl", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Charles/MGH - Unpaid side of fare gates", + "latitude": 42.36111, + "location_type": 3, + "longitude": -71.070358, + "name": "Charles/MGH", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-chmnl-fareunpaid", + "links": { + "self": "/stops/node-chmnl-fareunpaid" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-chmnl-fareunpaid" + } + }, + "parent_station": { + "data": { + "id": "place-chmnl", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "North Station - Unpaid side of fare gates", + "latitude": 42.3649, + "location_type": 3, + "longitude": -71.059783, + "name": "North Station", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-north-valenti-fareunpaid", + "links": { + "self": "/stops/node-north-valenti-fareunpaid" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-north-valenti-fareunpaid" + } + }, + "parent_station": { + "data": { + "id": "place-north", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Orient Heights - Bottom of stairs for Bowdoin", + "latitude": 42.386782, + "location_type": 3, + "longitude": -71.004888, + "name": "Orient Heights", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-orhte-ibpaidstairs-platform", + "links": { + "self": "/stops/node-orhte-ibpaidstairs-platform" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-orhte-ibpaidstairs-platform" + } + }, + "parent_station": { + "data": { + "id": "place-orhte", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Ruggles - Bottom of Lower Busway Lane 1 elevator", + "latitude": 42.336228, + "location_type": 3, + "longitude": -71.089127, + "name": "Ruggles", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-728-street", + "links": { + "self": "/stops/node-728-street" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-728-street" + } + }, + "parent_station": { + "data": { + "id": "place-rugg", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Lechmere - Busway, North First St", + "latitude": 42.3717, + "location_type": 2, + "longitude": -71.076726, + "name": "Lechmere - Busway, North First St", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "door-lech-firstracks", + "links": { + "self": "/stops/door-lech-firstracks" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=door-lech-firstracks" + } + }, + "parent_station": { + "data": { + "id": "place-lech", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Downtown Crossing - Top of stairs between Ashmont/Braintree platform and Chauncy Street lobby", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "Downtown Crossing", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-dwnxg-stair5-lobby", + "links": { + "self": "/stops/node-dwnxg-stair5-lobby" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-dwnxg-stair5-lobby" + } + }, + "parent_station": { + "data": { + "id": "place-dwnxg", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Quincy Center - Burgin Parkway entryway", + "latitude": 42.251483, + "location_type": 3, + "longitude": -71.005374, + "name": "Quincy Center", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-qnctr-burgin-door", + "links": { + "self": "/stops/node-qnctr-burgin-door" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-qnctr-burgin-door" + } + }, + "parent_station": { + "data": { + "id": "place-qnctr", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Ruggles - Top of Orange Line south platform stairs", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "Ruggles", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-rugg-olsstairs-lobby", + "links": { + "self": "/stops/node-rugg-olsstairs-lobby" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-rugg-olsstairs-lobby" + } + }, + "parent_station": { + "data": { + "id": "place-rugg", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "North Quincy - Bottom of elevator between platform and Squantum Street lobby", + "latitude": 42.275398, + "location_type": 3, + "longitude": -71.029739, + "name": "North Quincy", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-900-platform", + "links": { + "self": "/stops/node-900-platform" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-900-platform" + } + }, + "parent_station": { + "data": { + "id": "place-nqncy", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "South Station - Bottom of Escalator 388", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "South Station", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-388-sl", + "links": { + "self": "/stops/node-388-sl" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-388-sl" + } + }, + "parent_station": { + "data": { + "id": "place-sstat", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Beachmont - Paid side of fare gates", + "latitude": 42.397464, + "location_type": 3, + "longitude": -70.992431, + "name": "Beachmont", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-bmmnl-farepaid", + "links": { + "self": "/stops/node-bmmnl-farepaid" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-bmmnl-farepaid" + } + }, + "parent_station": { + "data": { + "id": "place-bmmnl", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Tufts Medical Center - Unpaid side of fare gates", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "Tufts Medical Center", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-tumnl-tre-fareunpaid", + "links": { + "self": "/stops/node-tumnl-tre-fareunpaid" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-tumnl-tre-fareunpaid" + } + }, + "parent_station": { + "data": { + "id": "place-tumnl", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Aquarium - Top of escalator from Bowdoin platform to State Street", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "Aquarium", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-395-lobby", + "links": { + "self": "/stops/node-395-lobby" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-395-lobby" + } + }, + "parent_station": { + "data": { + "id": "place-aqucl", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Alewife - Concourse level of stairs between concourse and second floor of garage", + "latitude": 42.395843, + "location_type": 3, + "longitude": -71.141163, + "name": "Alewife", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-alfcl-mainstairs-concourse", + "links": { + "self": "/stops/node-alfcl-mainstairs-concourse" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-alfcl-mainstairs-concourse" + } + }, + "parent_station": { + "data": { + "id": "place-alfcl", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Wellington - Station Landing, Garage", + "latitude": 42.402461, + "location_type": 2, + "longitude": -71.080092, + "name": "Wellington - Station Landing, Garage", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "door-welln-garage", + "links": { + "self": "/stops/door-welln-garage" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=door-welln-garage" + } + }, + "parent_station": { + "data": { + "id": "place-welln", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "State - Bottom of escalator from lobby to Milk Street", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "State", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-523-sbplatform", + "links": { + "self": "/stops/node-523-sbplatform" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-523-sbplatform" + } + }, + "parent_station": { + "data": { + "id": "place-state", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Hynes Convention Center - Top of stairs for Park Street & North", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "Hynes Convention Center", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-hymnl-ebstairs-lobby", + "links": { + "self": "/stops/node-hymnl-ebstairs-lobby" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-hymnl-ebstairs-lobby" + } + }, + "parent_station": { + "data": { + "id": "place-hymnl", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Prudential - Bottom of Park Street & North stairs", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "Prudential", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-prmnl-ebstair-platform", + "links": { + "self": "/stops/node-prmnl-ebstair-platform" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-prmnl-ebstair-platform" + } + }, + "parent_station": { + "data": { + "id": "place-prmnl", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "JFK/UMass - Busway, JFK Library, Mount Vernon St (Stairs)", + "latitude": 42.320829, + "location_type": 2, + "longitude": -71.051623, + "name": "JFK/UMass - Busway, JFK Library, Mount Vernon St (Stairs)", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 2 + }, + "id": "door-jfk-oldcolony", + "links": { + "self": "/stops/door-jfk-oldcolony" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=door-jfk-oldcolony" + } + }, + "parent_station": { + "data": { + "id": "place-jfk", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "State - Washington St, Milk St", + "latitude": 42.35715, + "location_type": 2, + "longitude": -71.058394, + "name": "State - Washington St, Milk St", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "door-state-meeting", + "links": { + "self": "/stops/door-state-meeting" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=door-state-meeting" + } + }, + "parent_station": { + "data": { + "id": "place-state", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Downtown Crossing - Bottom of stairs between Oak Grove platform and Ashmont/Braintree platform", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "Downtown Crossing", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-dwnxg-stair7-rl", + "links": { + "self": "/stops/node-dwnxg-stair7-rl" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-dwnxg-stair7-rl" + } + }, + "parent_station": { + "data": { + "id": "place-dwnxg", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Quincy Adams - Ground floor of south garage stairs", + "latitude": 42.23305, + "location_type": 3, + "longitude": -71.007184, + "name": "Quincy Adams", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-qamnl-sgaragestairs-ground", + "links": { + "self": "/stops/node-qamnl-sgaragestairs-ground" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-qamnl-sgaragestairs-ground" + } + }, + "parent_station": { + "data": { + "id": "place-qamnl", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Bowdoin - Cambridge St", + "latitude": 42.36135, + "location_type": 2, + "longitude": -71.061971, + "name": "Bowdoin - Cambridge St", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 2 + }, + "id": "door-bomnl-main", + "links": { + "self": "/stops/door-bomnl-main" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=door-bomnl-main" + } + }, + "parent_station": { + "data": { + "id": "place-bomnl", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "North Station - Bottom of north stairs between Lechmere & North platform and Forest Hills, Copley & West platforms", + "latitude": 42.365266, + "location_type": 3, + "longitude": -71.060264, + "name": "North Station", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-north-centerstairs-bottom", + "links": { + "self": "/stops/node-north-centerstairs-bottom" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-north-centerstairs-bottom" + } + }, + "parent_station": { + "data": { + "id": "place-north", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Suffolk Downs - Top of ramp for Bennington Street", + "latitude": 42.390406, + "location_type": 3, + "longitude": -70.996983, + "name": "Suffolk Downs", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-sdmnl-unob-bridge", + "links": { + "self": "/stops/node-sdmnl-unob-bridge" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-sdmnl-unob-bridge" + } + }, + "parent_station": { + "data": { + "id": "place-sdmnl", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Ruggles - Top of Commuter Rail (Tracks 1 & 3) platform stairs", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "Ruggles", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-rugg-crstairs-lobby", + "links": { + "self": "/stops/node-rugg-crstairs-lobby" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-rugg-crstairs-lobby" + } + }, + "parent_station": { + "data": { + "id": "place-rugg", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "South Station - Main Entry, Dewey Square", + "latitude": 42.352302, + "location_type": 2, + "longitude": -71.05523, + "name": "South Station - Main Entry, Dewey Square", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "door-sstat-main", + "links": { + "self": "/stops/door-sstat-main" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=door-sstat-main" + } + }, + "parent_station": { + "data": { + "id": "place-sstat", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Brookline Hills - Tappan St (East)", + "latitude": 42.331375, + "location_type": 2, + "longitude": -71.126612, + "name": "Brookline Hills - Tappan St (East)", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "door-brkhl-cypress", + "links": { + "self": "/stops/door-brkhl-cypress" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=door-brkhl-cypress" + } + }, + "parent_station": { + "data": { + "id": "place-brkhl", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Symphony - Top of stairs for east entrances", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "Symphony", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-symcl-wb-etop", + "links": { + "self": "/stops/node-symcl-wb-etop" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-symcl-wb-etop" + } + }, + "parent_station": { + "data": { + "id": "place-symcl", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Downtown Crossing - Bottom of escalator from Alewife platform to Oak Grove platform", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "Downtown Crossing", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-332-rl", + "links": { + "self": "/stops/node-332-rl" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-332-rl" + } + }, + "parent_station": { + "data": { + "id": "place-dwnxg", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Auburndale - Bottom of stairs for Woodland Rd", + "latitude": 42.345207, + "location_type": 3, + "longitude": -71.251965, + "name": "Auburndale", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-WML-0102-woodlandstairs-bottom", + "links": { + "self": "/stops/node-WML-0102-woodlandstairs-bottom" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-WML-0102-woodlandstairs-bottom" + } + }, + "parent_station": { + "data": { + "id": "place-WML-0102", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Back Bay - Station side of exit-only door", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "Back Bay", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-bbsta-dartexit-farepaid", + "links": { + "self": "/stops/node-bbsta-dartexit-farepaid" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-bbsta-dartexit-farepaid" + } + }, + "parent_station": { + "data": { + "id": "place-bbsta", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Science Park/West End - Unpaid side of fare gates", + "latitude": 42.366854, + "location_type": 3, + "longitude": -71.067755, + "name": "Science Park/West End", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-spmnl-mfareunpaid", + "links": { + "self": "/stops/node-spmnl-mfareunpaid" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-spmnl-mfareunpaid" + } + }, + "parent_station": { + "data": { + "id": "place-spmnl", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Harvard - Ramp between Alewife platform and fare gates", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "Harvard", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-harsq-nbramp-platform", + "links": { + "self": "/stops/node-harsq-nbramp-platform" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-harsq-nbramp-platform" + } + }, + "parent_station": { + "data": { + "id": "place-harsq", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Park Street - Unpaid side of exit-only gate", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "Park Street", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-pktrm-tremefare-unpaid", + "links": { + "self": "/stops/node-pktrm-tremefare-unpaid" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-pktrm-tremefare-unpaid" + } + }, + "parent_station": { + "data": { + "id": "place-pktrm", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Airport - Bottom of Elevator 956", + "latitude": 42.374094, + "location_type": 3, + "longitude": -71.030254, + "name": "Airport", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-956-lobby", + "links": { + "self": "/stops/node-956-lobby" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-956-lobby" + } + }, + "parent_station": { + "data": { + "id": "place-aport", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Davis - Bottom of Elevator 817", + "latitude": 42.396816, + "location_type": 3, + "longitude": -71.121817, + "name": "Davis", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-817-lobby", + "links": { + "self": "/stops/node-817-lobby" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-817-lobby" + } + }, + "parent_station": { + "data": { + "id": "place-davis", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Quincy Adams - Third floor of south garage stairs", + "latitude": 42.232932, + "location_type": 3, + "longitude": -71.007404, + "name": "Quincy Adams", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-qamnl-sgaragestairs-third", + "links": { + "self": "/stops/node-qamnl-sgaragestairs-third" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-qamnl-sgaragestairs-third" + } + }, + "parent_station": { + "data": { + "id": "place-qamnl", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Beachmont - Top of Escalator 379", + "latitude": 42.397263, + "location_type": 3, + "longitude": -70.992465, + "name": "Beachmont", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-379-platform", + "links": { + "self": "/stops/node-379-platform" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-379-platform" + } + }, + "parent_station": { + "data": { + "id": "place-bmmnl", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Porter - Top of escalator to Somerville Ave from lobby", + "latitude": 42.388417, + "location_type": 3, + "longitude": -71.119161, + "name": "Porter", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-505-street", + "links": { + "self": "/stops/node-505-street" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-505-street" + } + }, + "parent_station": { + "data": { + "id": "place-portr", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Massachusetts Avenue - Bottom of Camden St stairs", + "latitude": 42.340493, + "location_type": 3, + "longitude": -71.084657, + "name": "Massachusetts Avenue", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-masta-camdstair-platform", + "links": { + "self": "/stops/node-masta-camdstair-platform" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-masta-camdstair-platform" + } + }, + "parent_station": { + "data": { + "id": "place-masta", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "JFK/UMass - Paid side of exit-only gates", + "latitude": 42.319928, + "location_type": 3, + "longitude": -71.052412, + "name": "JFK/UMass", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-jfk-sydfarepaid", + "links": { + "self": "/stops/node-jfk-sydfarepaid" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-jfk-sydfarepaid" + } + }, + "parent_station": { + "data": { + "id": "place-jfk", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Jackson Square - Bottom of stairs", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "Jackson Square", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-jaksn-stairs-platform", + "links": { + "self": "/stops/node-jaksn-stairs-platform" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-jaksn-stairs-platform" + } + }, + "parent_station": { + "data": { + "id": "place-jaksn", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Wonderland - Top of Revere Beach Blvd ramp", + "latitude": 42.413471, + "location_type": 3, + "longitude": -70.990568, + "name": "Wonderland", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-wondl-revereramp-top", + "links": { + "self": "/stops/node-wondl-revereramp-top" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-wondl-revereramp-top" + } + }, + "parent_station": { + "data": { + "id": "place-wondl", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Waban - Bottom of stairs to parking lot", + "latitude": 42.326048, + "location_type": 3, + "longitude": -71.230747, + "name": "Waban", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-waban-parkstairs-platform", + "links": { + "self": "/stops/node-waban-parkstairs-platform" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-waban-parkstairs-platform" + } + }, + "parent_station": { + "data": { + "id": "place-waban", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Stony Brook - Bottom of Escalator 132", + "latitude": 42.317204, + "location_type": 3, + "longitude": -71.10436, + "name": "Stony Brook", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-sbmnl-132-platform", + "links": { + "self": "/stops/node-sbmnl-132-platform" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-sbmnl-132-platform" + } + }, + "parent_station": { + "data": { + "id": "place-sbmnl", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "JFK/UMass - Bottom of southern stairs between Braintree, Alewife platform and lobby", + "latitude": 42.320427, + "location_type": 3, + "longitude": -71.052252, + "name": "JFK/UMass", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-jfk-bragasstair-platform", + "links": { + "self": "/stops/node-jfk-bragasstair-platform" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-jfk-bragasstair-platform" + } + }, + "parent_station": { + "data": { + "id": "place-jfk", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "North Quincy - Bottom of elevator between Hancock Street and lobby", + "latitude": 42.276502, + "location_type": 3, + "longitude": -71.030741, + "name": "North Quincy", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-897-street", + "links": { + "self": "/stops/node-897-street" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-897-street" + } + }, + "parent_station": { + "data": { + "id": "place-nqncy", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Science Park/West End - Paid side of fare gates", + "latitude": 42.36677, + "location_type": 3, + "longitude": -71.06786, + "name": "Science Park/West End", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-spmnl-sfarepaid", + "links": { + "self": "/stops/node-spmnl-sfarepaid" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-spmnl-sfarepaid" + } + }, + "parent_station": { + "data": { + "id": "place-spmnl", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Massachusetts Avenue - Massachusetts Ave (Northside)", + "latitude": 42.341773, + "location_type": 2, + "longitude": -71.083167, + "name": "Massachusetts Avenue - Massachusetts Ave (Northside)", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "door-masta-corridor", + "links": { + "self": "/stops/door-masta-corridor" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=door-masta-corridor" + } + }, + "parent_station": { + "data": { + "id": "place-masta", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Quincy Center - Quincy Center lobby", + "latitude": 42.251538, + "location_type": 3, + "longitude": -71.00522, + "name": "Quincy Center", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-qnctr-center-lobby", + "links": { + "self": "/stops/node-qnctr-center-lobby" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-qnctr-center-lobby" + } + }, + "parent_station": { + "data": { + "id": "place-qnctr", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Alewife - Third floor of garage level of Elevator 815", + "latitude": 42.395815, + "location_type": 3, + "longitude": -71.141239, + "name": "Alewife", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-815-third", + "links": { + "self": "/stops/node-815-third" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-815-third" + } + }, + "parent_station": { + "data": { + "id": "place-alfcl", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "South Station - Bottom of Escalator 382", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "South Station", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-382-rl", + "links": { + "self": "/stops/node-382-rl" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-382-rl" + } + }, + "parent_station": { + "data": { + "id": "place-sstat", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Union Square - Top of stairs for Prospect St", + "latitude": 42.377625, + "location_type": 3, + "longitude": -71.095015, + "name": "Union Square", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-unsqu-stairs-top", + "links": { + "self": "/stops/node-unsqu-stairs-top" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-unsqu-stairs-top" + } + }, + "parent_station": { + "data": { + "id": "place-unsqu", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Alewife - Landing of ramp between concourse and busway", + "latitude": 42.395326, + "location_type": 3, + "longitude": -71.141373, + "name": "Alewife", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-alfcl-buswayramp-landing", + "links": { + "self": "/stops/node-alfcl-buswayramp-landing" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-alfcl-buswayramp-landing" + } + }, + "parent_station": { + "data": { + "id": "place-alfcl", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Kenmore - Bottom of stairs a between lobby and fare vending machines", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "Kenmore", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-kencl-fvmstair-lobby", + "links": { + "self": "/stops/node-kencl-fvmstair-lobby" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-kencl-fvmstair-lobby" + } + }, + "parent_station": { + "data": { + "id": "place-kencl", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Downtown Crossing - Unpaid side of fare gates", "latitude": null, "location_type": 3, "longitude": null, "name": "Downtown Crossing", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-dwnxg-stair11-middle", + "id": "node-dwnxg-sumchyfare-unpaid", "links": { - "self": "/stops/node-dwnxg-stair11-middle" + "self": "/stops/node-dwnxg-sumchyfare-unpaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-dwnxg-stair11-middle" + "related": "/facilities/?filter[stop]=node-dwnxg-sumchyfare-unpaid" } }, "parent_station": { @@ -338470,27 +355334,556 @@ }, { "attributes": { - "description": "Arlington - Top of stairs from westbound escalator", + "description": "JFK/UMass - Top of elevator between Braintree, Alewife platform and lobby", + "latitude": 42.320576, + "location_type": 3, + "longitude": -71.052273, + "name": "JFK/UMass", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-830-lobby", + "links": { + "self": "/stops/node-830-lobby" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-830-lobby" + } + }, + "parent_station": { + "data": { + "id": "place-jfk", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "South Station - Top of stairs for exit from Red Line", "latitude": null, "location_type": 3, "longitude": null, - "name": "Arlington", + "name": "South Station", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-sstat-389stair-lobby", + "links": { + "self": "/stops/node-sstat-389stair-lobby" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-sstat-389stair-lobby" + } + }, + "parent_station": { + "data": { + "id": "place-sstat", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Andrew - Bottom of left outbound exit-only escalator", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "Andrew", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-123-platform", + "links": { + "self": "/stops/node-123-platform" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-123-platform" + } + }, + "parent_station": { + "data": { + "id": "place-andrw", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Oak Grove - Top of Washington Street elevator", + "latitude": 42.436947, + "location_type": 3, + "longitude": -71.071056, + "name": "Oak Grove", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-744-lobby", + "links": { + "self": "/stops/node-744-lobby" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-744-lobby" + } + }, + "parent_station": { + "data": { + "id": "place-ogmnl", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Central Avenue - Central Ave (South)", + "latitude": 42.269991, + "location_type": 2, + "longitude": -71.073299, + "name": "Central Avenue - Central Ave (South)", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "door-cenav-ashmont", + "links": { + "self": "/stops/door-cenav-ashmont" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=door-cenav-ashmont" + } + }, + "parent_station": { + "data": { + "id": "place-cenav", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Braintree - Bottom of Red Line platform downward escalator", + "latitude": 42.207402, + "location_type": 3, + "longitude": -71.001693, + "name": "Braintree", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-334-lobby", + "links": { + "self": "/stops/node-334-lobby" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-334-lobby" + } + }, + "parent_station": { + "data": { + "id": "place-brntn", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "South Station - Paid side of fare gates", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "South Station", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-sstat-north-farepaid", + "links": { + "self": "/stops/node-sstat-north-farepaid" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-sstat-north-farepaid" + } + }, + "parent_station": { + "data": { + "id": "place-sstat", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Braintree - Top of Red Line platform south stairs", + "latitude": 42.207273, + "location_type": 3, + "longitude": -71.001671, + "name": "Braintree", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-brntn-splatstairs-platform", + "links": { + "self": "/stops/node-brntn-splatstairs-platform" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-brntn-splatstairs-platform" + } + }, + "parent_station": { + "data": { + "id": "place-brntn", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Quincy Adams - Bottom of Elevator 736 between lobby and platform", + "latitude": 42.233325, + "location_type": 3, + "longitude": -71.006909, + "name": "Quincy Adams", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-736-bottom", + "links": { + "self": "/stops/node-736-bottom" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-736-bottom" + } + }, + "parent_station": { + "data": { + "id": "place-qamnl", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Back Bay - Top of Orange Line platform east stairs", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "Back Bay", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-bbsta-olwstairs-lobby", + "links": { + "self": "/stops/node-bbsta-olwstairs-lobby" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-bbsta-olwstairs-lobby" + } + }, + "parent_station": { + "data": { + "id": "place-bbsta", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Science Park/West End - Unpaid side of fare gates", + "latitude": 42.36666, + "location_type": 3, + "longitude": -71.067927, + "name": "Science Park/West End", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-spmnl-ofareunpaid", + "links": { + "self": "/stops/node-spmnl-ofareunpaid" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-spmnl-ofareunpaid" + } + }, + "parent_station": { + "data": { + "id": "place-spmnl", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Wollaston - Beale Street, drop-off/pick-up", + "latitude": 42.266639, + "location_type": 2, + "longitude": -71.019948, + "name": "Wollaston - Beale Street, drop-off/pick-up", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "door-wlsta-beale", + "links": { + "self": "/stops/door-wlsta-beale" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=door-wlsta-beale" + } + }, + "parent_station": { + "data": { + "id": "place-wlsta", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Symphony - Unpaid side of fare gates", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "Symphony", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-symcl-wb-fareunpaid", + "links": { + "self": "/stops/node-symcl-wb-fareunpaid" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-symcl-wb-fareunpaid" + } + }, + "parent_station": { + "data": { + "id": "place-symcl", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Maverick - Bottom of escalator from Lewis Mall to lobby", + "latitude": 42.368169, + "location_type": 3, + "longitude": -71.040401, + "name": "Maverick", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-429-lobby", + "links": { + "self": "/stops/node-429-lobby" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-429-lobby" + } + }, + "parent_station": { + "data": { + "id": "place-mvbcl", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Malden Center - Top of Orange Line platform escalator", + "latitude": 42.426814, + "location_type": 3, + "longitude": -71.07408, + "name": "Malden Center", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-311-platform", + "links": { + "self": "/stops/node-311-platform" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-311-platform" + } + }, + "parent_station": { + "data": { + "id": "place-mlmnl", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Stony Brook - Top of Escalator 132", + "latitude": 42.317323, + "location_type": 3, + "longitude": -71.104299, + "name": "Stony Brook", + "platform_name": null, + "vehicle_type": null, + "wheelchair_boarding": 1 + }, + "id": "node-sbmnl-132-lobby", + "links": { + "self": "/stops/node-sbmnl-132-lobby" + }, + "relationships": { + "facilities": { + "links": { + "related": "/facilities/?filter[stop]=node-sbmnl-132-lobby" + } + }, + "parent_station": { + "data": { + "id": "place-sbmnl", + "type": "stop" + } + }, + "zone": { + "data": null + } + }, + "type": "stop" + }, + { + "attributes": { + "description": "Wellington - Top of escalator from Oak Grove platform to lobby", + "latitude": 42.402199, + "location_type": 3, + "longitude": -71.077039, + "name": "Wellington", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-armnl-wescstairs-escalator", + "id": "node-310-lobby", "links": { - "self": "/stops/node-armnl-wescstairs-escalator" + "self": "/stops/node-310-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-armnl-wescstairs-escalator" + "related": "/facilities/?filter[stop]=node-310-lobby" } }, "parent_station": { "data": { - "id": "place-armnl", + "id": "place-welln", "type": "stop" } }, @@ -338502,27 +355895,28 @@ }, { "attributes": { - "description": "Arlington - Bottom of Boylston Street stairs", + "description": "Government Center - Top of elevator between Green Line and Blue Line", "latitude": null, "location_type": 3, "longitude": null, - "name": "Arlington", + "name": "Government Center", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-armnl-nwstairs-lobby", + "id": "node-723-gl", "links": { - "self": "/stops/node-armnl-nwstairs-lobby" + "self": "/stops/node-723-gl" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-armnl-nwstairs-lobby" + "related": "/facilities/?filter[stop]=node-723-gl" } }, "parent_station": { "data": { - "id": "place-armnl", + "id": "place-gover", "type": "stop" } }, @@ -338534,27 +355928,28 @@ }, { "attributes": { - "description": "Orient Heights - Bottom of Elevator 713", - "latitude": 42.387001, + "description": "Alewife - Second floor of garage level of stairs between concourse and second floor of garage", + "latitude": 42.395819, "location_type": 3, - "longitude": -71.004831, - "name": "Orient Heights", + "longitude": -71.141204, + "name": "Alewife", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-713-street", + "id": "node-alfcl-mainstairs-second", "links": { - "self": "/stops/node-713-street" + "self": "/stops/node-alfcl-mainstairs-second" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-713-street" + "related": "/facilities/?filter[stop]=node-alfcl-mainstairs-second" } }, "parent_station": { "data": { - "id": "place-orhte", + "id": "place-alfcl", "type": "stop" } }, @@ -338566,27 +355961,28 @@ }, { "attributes": { - "description": "Ashmont - Paid side of fare gates", - "latitude": 42.284097, + "description": "Wonderland - Bottom of Revere Beach Plaza stairs from Wonderland-bound platform", + "latitude": 42.413403, "location_type": 3, - "longitude": -71.063445, - "name": "Ashmont", + "longitude": -70.991535, + "name": "Wonderland", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-asmnl-mtpfarepaid", + "id": "node-wondl-obplazastairs-street", "links": { - "self": "/stops/node-asmnl-mtpfarepaid" + "self": "/stops/node-wondl-obplazastairs-street" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-asmnl-mtpfarepaid" + "related": "/facilities/?filter[stop]=node-wondl-obplazastairs-street" } }, "parent_station": { "data": { - "id": "place-asmnl", + "id": "place-wondl", "type": "stop" } }, @@ -338598,27 +355994,28 @@ }, { "attributes": { - "description": "State - Bottom of Elevator 967 between Oak Grove platform and Wonderland platform, Forest Hills passageway", + "description": "Davis - Bottom of Escalator 341", "latitude": null, "location_type": 3, "longitude": null, - "name": "State", + "name": "Davis", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-967-nbplatform", + "id": "node-341-platform", "links": { - "self": "/stops/node-967-nbplatform" + "self": "/stops/node-341-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-967-nbplatform" + "related": "/facilities/?filter[stop]=node-341-platform" } }, "parent_station": { "data": { - "id": "place-state", + "id": "place-davis", "type": "stop" } }, @@ -338630,27 +356027,28 @@ }, { "attributes": { - "description": "State - Paid side of fare gates", - "latitude": null, + "description": "Wood Island - Paid side of fare gates", + "latitude": 42.379793, "location_type": 3, - "longitude": null, - "name": "State", + "longitude": -71.022981, + "name": "Wood Island", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-state-cityhall-farepaid", + "id": "node-wimnl-benn-farepaid", "links": { - "self": "/stops/node-state-cityhall-farepaid" + "self": "/stops/node-wimnl-benn-farepaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-state-cityhall-farepaid" + "related": "/facilities/?filter[stop]=node-wimnl-benn-farepaid" } }, "parent_station": { "data": { - "id": "place-state", + "id": "place-wimnl", "type": "stop" } }, @@ -338662,27 +356060,28 @@ }, { "attributes": { - "description": "Harvard - Paid side of Harvard Square fare gates", - "latitude": null, + "description": "North Station - Bottom of Elevator 910 between Lechmere & North platform and Forest Hills, Copley & West platforms", + "latitude": 42.365187, "location_type": 3, - "longitude": null, - "name": "Harvard", + "longitude": -71.060207, + "name": "North Station", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-harsq-sqfarepaid", + "id": "node-910-bottom", "links": { - "self": "/stops/node-harsq-sqfarepaid" + "self": "/stops/node-910-bottom" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-harsq-sqfarepaid" + "related": "/facilities/?filter[stop]=node-910-bottom" } }, "parent_station": { "data": { - "id": "place-harsq", + "id": "place-north", "type": "stop" } }, @@ -338694,27 +356093,28 @@ }, { "attributes": { - "description": "Assembly - Bottom of Escalator 442", - "latitude": 42.393272, - "location_type": 3, - "longitude": -71.077691, - "name": "Assembly", + "description": "Eliot - Lincoln St, Parking", + "latitude": 42.319272, + "location_type": 2, + "longitude": -71.216878, + "name": "Eliot - Lincoln St, Parking", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, - "id": "node-astao-442-ground", + "id": "door-eliot-lincoln", "links": { - "self": "/stops/node-astao-442-ground" + "self": "/stops/door-eliot-lincoln" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-astao-442-ground" + "related": "/facilities/?filter[stop]=door-eliot-lincoln" } }, "parent_station": { "data": { - "id": "place-astao", + "id": "place-eliot", "type": "stop" } }, @@ -338726,27 +356126,28 @@ }, { "attributes": { - "description": "Wollaston - Paid side of Newport Avenue lobby fare gates", + "description": "Davis - Bottom of Escalator 340", "latitude": null, "location_type": 3, "longitude": null, - "name": "Wollaston", + "name": "Davis", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-wlsta-mainnewp-farepaid", + "id": "node-340-platform", "links": { - "self": "/stops/node-wlsta-mainnewp-farepaid" + "self": "/stops/node-340-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-wlsta-mainnewp-farepaid" + "related": "/facilities/?filter[stop]=node-340-platform" } }, "parent_station": { "data": { - "id": "place-wlsta", + "id": "place-davis", "type": "stop" } }, @@ -338758,27 +356159,28 @@ }, { "attributes": { - "description": "Beachmont - Top of Escalator 378", - "latitude": 42.39732, + "description": "Shawmut - Paid side of fare gates", + "latitude": 42.293117, "location_type": 3, - "longitude": -70.992638, - "name": "Beachmont", + "longitude": -71.065797, + "name": "Shawmut", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-378-platform", + "id": "node-smmnl-farepaid", "links": { - "self": "/stops/node-378-platform" + "self": "/stops/node-smmnl-farepaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-378-platform" + "related": "/facilities/?filter[stop]=node-smmnl-farepaid" } }, "parent_station": { "data": { - "id": "place-bmmnl", + "id": "place-smmnl", "type": "stop" } }, @@ -338790,27 +356192,28 @@ }, { "attributes": { - "description": "Orient Heights - Top of Elevator 712", - "latitude": 42.386992, + "description": "Chinatown - Unpaid side of fare gates", + "latitude": null, "location_type": 3, - "longitude": -71.004863, - "name": "Orient Heights", + "longitude": null, + "name": "Chinatown", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-712-bridge", + "id": "node-chncl-ogfareunpaid", "links": { - "self": "/stops/node-712-bridge" + "self": "/stops/node-chncl-ogfareunpaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-712-bridge" + "related": "/facilities/?filter[stop]=node-chncl-ogfareunpaid" } }, "parent_station": { "data": { - "id": "place-orhte", + "id": "place-chncl", "type": "stop" } }, @@ -338822,27 +356225,28 @@ }, { "attributes": { - "description": "Bellingham Square - South Station-bound end of crosswalk", - "latitude": 42.395491, + "description": "Quincy Adams - Second floor of garage level of Elevator 806", + "latitude": 42.233073, "location_type": 3, - "longitude": -71.034186, - "name": "Bellingham Square", + "longitude": -71.007199, + "name": "Quincy Adams", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-belsq-crosswalk-southsta", + "id": "node-806-second", "links": { - "self": "/stops/node-belsq-crosswalk-southsta" + "self": "/stops/node-806-second" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-belsq-crosswalk-southsta" + "related": "/facilities/?filter[stop]=node-806-second" } }, "parent_station": { "data": { - "id": "place-belsq", + "id": "place-qamnl", "type": "stop" } }, @@ -338854,27 +356258,28 @@ }, { "attributes": { - "description": "Lechmere - Bottom of stairs for North First St", - "latitude": 42.371716, + "description": "JFK/UMass - Top of stairs from Ashmont, Alewife platform and Columbia Road", + "latitude": 42.321284, "location_type": 3, - "longitude": -71.076785, - "name": "Lechmere", + "longitude": -71.052585, + "name": "JFK/UMass", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-lech-firststairs-bottom", + "id": "node-jfk-ashcolstair-lobby", "links": { - "self": "/stops/node-lech-firststairs-bottom" + "self": "/stops/node-jfk-ashcolstair-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-lech-firststairs-bottom" + "related": "/facilities/?filter[stop]=node-jfk-ashcolstair-lobby" } }, "parent_station": { "data": { - "id": "place-lech", + "id": "place-jfk", "type": "stop" } }, @@ -338886,27 +356291,28 @@ }, { "attributes": { - "description": "Suffolk Downs - Top of ramp for Bennington Street", - "latitude": 42.390416, + "description": "Alewife - Top of Elevator 813 between concourse and Red Line platform", + "latitude": 42.396122, "location_type": 3, - "longitude": -70.996914, - "name": "Suffolk Downs", + "longitude": -71.141487, + "name": "Alewife", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-sdmnl-benn-ramp", + "id": "node-813-top", "links": { - "self": "/stops/node-sdmnl-benn-ramp" + "self": "/stops/node-813-top" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-sdmnl-benn-ramp" + "related": "/facilities/?filter[stop]=node-813-top" } }, "parent_station": { "data": { - "id": "place-sdmnl", + "id": "place-alfcl", "type": "stop" } }, @@ -338918,27 +356324,28 @@ }, { "attributes": { - "description": "Back Bay - Station side of exit-only gate", - "latitude": null, - "location_type": 3, - "longitude": null, - "name": "Back Bay", + "description": "Ashmont - Radford Lane", + "latitude": 42.283587, + "location_type": 2, + "longitude": -71.062983, + "name": "Ashmont - Radford Lane", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-bbsta-2clarexit-farepaid", + "id": "door-asmnl-radford", "links": { - "self": "/stops/node-bbsta-2clarexit-farepaid" + "self": "/stops/door-asmnl-radford" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-bbsta-2clarexit-farepaid" + "related": "/facilities/?filter[stop]=door-asmnl-radford" } }, "parent_station": { "data": { - "id": "place-bbsta", + "id": "place-asmnl", "type": "stop" } }, @@ -338950,27 +356357,28 @@ }, { "attributes": { - "description": "Ashmont - Bottom of stairs from Mattapan Line, busway to Alewife platform", - "latitude": 42.284219, - "location_type": 3, - "longitude": -71.063473, - "name": "Ashmont", + "description": "Park Street - Tremont St, Boston Common", + "latitude": 42.35637, + "location_type": 2, + "longitude": -71.062321, + "name": "Park Street - Tremont St, Boston Common", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, - "id": "node-asmnl-mtpnbstair-platform", + "id": "door-pktrm-tremonte", "links": { - "self": "/stops/node-asmnl-mtpnbstair-platform" + "self": "/stops/door-pktrm-tremonte" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-asmnl-mtpnbstair-platform" + "related": "/facilities/?filter[stop]=door-pktrm-tremonte" } }, "parent_station": { "data": { - "id": "place-asmnl", + "id": "place-pktrm", "type": "stop" } }, @@ -338982,27 +356390,28 @@ }, { "attributes": { - "description": "Airport - Bottom of stairs on Wonderland, Busway side", - "latitude": 42.374156, + "description": "Central - Unpaid side of fare gates", + "latitude": null, "location_type": 3, - "longitude": -71.030072, - "name": "Airport", + "longitude": null, + "name": "Central", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-aport-ebpaidstairs-platform", + "id": "node-cntsq-essexstair-fareunpaid", "links": { - "self": "/stops/node-aport-ebpaidstairs-platform" + "self": "/stops/node-cntsq-essexstair-fareunpaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-aport-ebpaidstairs-platform" + "related": "/facilities/?filter[stop]=node-cntsq-essexstair-fareunpaid" } }, "parent_station": { "data": { - "id": "place-aport", + "id": "place-cntsq", "type": "stop" } }, @@ -339014,27 +356423,28 @@ }, { "attributes": { - "description": "Downtown Crossing - Roche Bros", - "latitude": 42.355292, - "location_type": 2, - "longitude": -71.060075, - "name": "Downtown Crossing - Roche Bros", + "description": "Alewife - Top of ramp between concourse and Cambridgeside Drive", + "latitude": 42.395141, + "location_type": 3, + "longitude": -71.141529, + "name": "Alewife", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-dwnxg-rochebros", + "id": "node-alfcl-cambridgesideramp-top", "links": { - "self": "/stops/door-dwnxg-rochebros" + "self": "/stops/node-alfcl-cambridgesideramp-top" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-dwnxg-rochebros" + "related": "/facilities/?filter[stop]=node-alfcl-cambridgesideramp-top" } }, "parent_station": { "data": { - "id": "place-dwnxg", + "id": "place-alfcl", "type": "stop" } }, @@ -339046,27 +356456,28 @@ }, { "attributes": { - "description": "JFK/UMass - Sydney St (North)", - "latitude": 42.320597, - "location_type": 2, - "longitude": -71.052713, - "name": "JFK/UMass - Sydney St (North)", + "description": "North Quincy - Bottom of stairs between Newport Avenue and lobby", + "latitude": 42.276461, + "location_type": 3, + "longitude": -71.031181, + "name": "North Quincy", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-jfk-sydneyn", + "id": "node-nqncy-nstair-street", "links": { - "self": "/stops/door-jfk-sydneyn" + "self": "/stops/node-nqncy-nstair-street" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-jfk-sydneyn" + "related": "/facilities/?filter[stop]=node-nqncy-nstair-street" } }, "parent_station": { "data": { - "id": "place-jfk", + "id": "place-nqncy", "type": "stop" } }, @@ -339078,27 +356489,28 @@ }, { "attributes": { - "description": "Ashmont - Beale St", - "latitude": 42.283765, - "location_type": 2, - "longitude": -71.063468, - "name": "Ashmont - Beale St", + "description": "Hynes Convention Center - Bottom of Escalator 315", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "Hynes Convention Center", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-asmnl-beale", + "id": "node-315-platform", "links": { - "self": "/stops/door-asmnl-beale" + "self": "/stops/node-315-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-asmnl-beale" + "related": "/facilities/?filter[stop]=node-315-platform" } }, "parent_station": { "data": { - "id": "place-asmnl", + "id": "place-hymnl", "type": "stop" } }, @@ -339110,27 +356522,28 @@ }, { "attributes": { - "description": "Suffolk Downs - Bottom of ramp for Wonderland platform", - "latitude": 42.390396, - "location_type": 3, - "longitude": -70.997086, - "name": "Suffolk Downs", + "description": "Davis - College Ave, Tufts University, Buses", + "latitude": 42.396742, + "location_type": 2, + "longitude": -71.121989, + "name": "Davis - College Ave, Tufts University, Buses", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-sdmnl-pob-platform", + "id": "door-davis-busway", "links": { - "self": "/stops/node-sdmnl-pob-platform" + "self": "/stops/door-davis-busway" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-sdmnl-pob-platform" + "related": "/facilities/?filter[stop]=door-davis-busway" } }, "parent_station": { "data": { - "id": "place-sdmnl", + "id": "place-davis", "type": "stop" } }, @@ -339142,27 +356555,28 @@ }, { "attributes": { - "description": "State - Paid side of fare gates", + "description": "Back Bay - Paid side of fare gates", "latitude": null, "location_type": 3, "longitude": null, - "name": "State", + "name": "Back Bay", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-state-congress-farepaid", + "id": "node-bbsta-lower-farepaid", "links": { - "self": "/stops/node-state-congress-farepaid" + "self": "/stops/node-bbsta-lower-farepaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-state-congress-farepaid" + "related": "/facilities/?filter[stop]=node-bbsta-lower-farepaid" } }, "parent_station": { "data": { - "id": "place-state", + "id": "place-bbsta", "type": "stop" } }, @@ -339174,27 +356588,28 @@ }, { "attributes": { - "description": "Orient Heights - Top of stairs for Saratoga Street", - "latitude": 42.38696, + "description": "Wonderland - Bridge level of stairs from garage to Revere Beach Plaza", + "latitude": 42.41353, "location_type": 3, - "longitude": -71.004793, - "name": "Orient Heights", + "longitude": -70.991894, + "name": "Wonderland", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-orhte-obunpaidstairs-bridge", + "id": "node-wondl-ibplazastairs-bridge", "links": { - "self": "/stops/node-orhte-obunpaidstairs-bridge" + "self": "/stops/node-wondl-ibplazastairs-bridge" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-orhte-obunpaidstairs-bridge" + "related": "/facilities/?filter[stop]=node-wondl-ibplazastairs-bridge" } }, "parent_station": { "data": { - "id": "place-orhte", + "id": "place-wondl", "type": "stop" } }, @@ -339206,27 +356621,28 @@ }, { "attributes": { - "description": "Butler - Bearse Ave, Butler St", - "latitude": 42.272115, - "location_type": 2, - "longitude": -71.062677, - "name": "Butler - Bearse Ave, Butler St", + "description": "North Quincy - Top of stairs between Newport Avenue and lobby", + "latitude": 42.276377, + "location_type": 3, + "longitude": -71.031073, + "name": "North Quincy", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-butlr-bearse", + "id": "node-nqncy-nstair-lobby", "links": { - "self": "/stops/door-butlr-bearse" + "self": "/stops/node-nqncy-nstair-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-butlr-bearse" + "related": "/facilities/?filter[stop]=node-nqncy-nstair-lobby" } }, "parent_station": { "data": { - "id": "place-butlr", + "id": "place-nqncy", "type": "stop" } }, @@ -339238,27 +356654,28 @@ }, { "attributes": { - "description": "Davis - Bottom of stairs for College Avenue", + "description": "Haymarket - Bottom of stairs between mezzanine and Oak Grove platform", "latitude": null, "location_type": 3, "longitude": null, - "name": "Davis", + "name": "Haymarket", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-davis-colstairlow-lobby", + "id": "node-haecl-congogplatn-platform", "links": { - "self": "/stops/node-davis-colstairlow-lobby" + "self": "/stops/node-haecl-congogplatn-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-davis-colstairlow-lobby" + "related": "/facilities/?filter[stop]=node-haecl-congogplatn-platform" } }, "parent_station": { "data": { - "id": "place-davis", + "id": "place-haecl", "type": "stop" } }, @@ -339270,27 +356687,28 @@ }, { "attributes": { - "description": "Wonderland - Ocean Ave North", - "latitude": 42.413372, - "location_type": 2, - "longitude": -70.990494, - "name": "Wonderland - Ocean Ave North", + "description": "Back Bay - Top of eastern underpass stairs", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "Back Bay", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-wondl-oceann", + "id": "node-bbsta-upassestairs-top", "links": { - "self": "/stops/door-wondl-oceann" + "self": "/stops/node-bbsta-upassestairs-top" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-wondl-oceann" + "related": "/facilities/?filter[stop]=node-bbsta-upassestairs-top" } }, "parent_station": { "data": { - "id": "place-wondl", + "id": "place-bbsta", "type": "stop" } }, @@ -339302,27 +356720,28 @@ }, { "attributes": { - "description": "Park Street - Bottom of elevator between Red Line and Government Center & North platform, Winter Street Concourse", + "description": "North Station - Paid side of fare gates", "latitude": null, "location_type": 3, "longitude": null, - "name": "Park Street", + "name": "North Station", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-808-rl", + "id": "node-north-crgates-main-farepaid", "links": { - "self": "/stops/node-808-rl" + "self": "/stops/node-north-crgates-main-farepaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-808-rl" + "related": "/facilities/?filter[stop]=node-north-crgates-main-farepaid" } }, "parent_station": { "data": { - "id": "place-pktrm", + "id": "place-north", "type": "stop" } }, @@ -339334,27 +356753,28 @@ }, { "attributes": { - "description": "South Station - Bottom of stairs for Summer Street, Atlantic Avenue", - "latitude": null, + "description": "Alewife - Third floor of stairs between concourse and fifth floor of garage", + "latitude": 42.395511, "location_type": 3, - "longitude": null, - "name": "South Station", + "longitude": -71.142221, + "name": "Alewife", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-sstat-deweystair-lobby", + "id": "node-alfcl-wgaragestairs-third", "links": { - "self": "/stops/node-sstat-deweystair-lobby" + "self": "/stops/node-alfcl-wgaragestairs-third" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-sstat-deweystair-lobby" + "related": "/facilities/?filter[stop]=node-alfcl-wgaragestairs-third" } }, "parent_station": { "data": { - "id": "place-sstat", + "id": "place-alfcl", "type": "stop" } }, @@ -339366,27 +356786,28 @@ }, { "attributes": { - "description": "Airport - Bottom of stairs on Bowdoin, Brement Street side", - "latitude": 42.374431, + "description": "Central - Bottom of Escalator 359 for Massachusetts Ave", + "latitude": null, "location_type": 3, - "longitude": -71.030339, - "name": "Airport", + "longitude": null, + "name": "Central", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-aport-wbpaidstairs-platform", + "id": "node-cntsq-359-platform", "links": { - "self": "/stops/node-aport-wbpaidstairs-platform" + "self": "/stops/node-cntsq-359-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-aport-wbpaidstairs-platform" + "related": "/facilities/?filter[stop]=node-cntsq-359-platform" } }, "parent_station": { "data": { - "id": "place-aport", + "id": "place-cntsq", "type": "stop" } }, @@ -339398,27 +356819,28 @@ }, { "attributes": { - "description": "Ruggles - Top of Lower Busway Lane 2 escalator", + "description": "Back Bay - Bottom of Track 2 escalator", "latitude": null, "location_type": 3, "longitude": null, - "name": "Ruggles", + "name": "Back Bay", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-135-lobby", + "id": "node-144-platform", "links": { - "self": "/stops/node-135-lobby" + "self": "/stops/node-144-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-135-lobby" + "related": "/facilities/?filter[stop]=node-144-platform" } }, "parent_station": { "data": { - "id": "place-rugg", + "id": "place-bbsta", "type": "stop" } }, @@ -339430,27 +356852,28 @@ }, { "attributes": { - "description": "Longwood - Chapel St, Longwood Ave", - "latitude": 42.341542, - "location_type": 2, - "longitude": -71.110298, - "name": "Longwood - Chapel St, Longwood Ave", + "description": "State - Top of stairs from escalator to Milk Street", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "State", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-longw-longwood", + "id": "node-state-milkmidstairs-landing", "links": { - "self": "/stops/door-longw-longwood" + "self": "/stops/node-state-milkmidstairs-landing" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-longw-longwood" + "related": "/facilities/?filter[stop]=node-state-milkmidstairs-landing" } }, "parent_station": { "data": { - "id": "place-longw", + "id": "place-state", "type": "stop" } }, @@ -339462,27 +356885,28 @@ }, { "attributes": { - "description": "Haymarket - Bottom of stairs between Forest Hills platform and Green Line, busway passageway", - "latitude": null, - "location_type": 3, - "longitude": null, - "name": "Haymarket", + "description": "Newtonville - Walnut St", + "latitude": 42.351356, + "location_type": 2, + "longitude": -71.20701, + "name": "Newtonville - Walnut St", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, - "id": "node-haecl-passfhstair-passage", + "id": "door-WML-0081-walnut", "links": { - "self": "/stops/node-haecl-passfhstair-passage" + "self": "/stops/door-WML-0081-walnut" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-haecl-passfhstair-passage" + "related": "/facilities/?filter[stop]=door-WML-0081-walnut" } }, "parent_station": { "data": { - "id": "place-haecl", + "id": "place-WML-0081", "type": "stop" } }, @@ -339494,27 +356918,28 @@ }, { "attributes": { - "description": "Prudential - Bottom of stairs for elevator", + "description": "World Trade Center - Top of inbound platform elevator", "latitude": null, "location_type": 3, "longitude": null, - "name": "Prudential", + "name": "World Trade Center", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-prmnl-920stair-platform", + "id": "node-935-lobby", "links": { - "self": "/stops/node-prmnl-920stair-platform" + "self": "/stops/node-935-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-prmnl-920stair-platform" + "related": "/facilities/?filter[stop]=node-935-lobby" } }, "parent_station": { "data": { - "id": "place-prmnl", + "id": "place-wtcst", "type": "stop" } }, @@ -339526,27 +356951,28 @@ }, { "attributes": { - "description": "Maverick - Unpaid side of Maverick Square fare gates", - "latitude": null, + "description": "Alewife - Bottom of west stairs between concourse and Red Line platform", + "latitude": 42.396131, "location_type": 3, - "longitude": null, - "name": "Maverick", + "longitude": -71.141035, + "name": "Alewife", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-mvbcl-msqfareunpaid", + "id": "node-alfcl-weststairs-bottom", "links": { - "self": "/stops/node-mvbcl-msqfareunpaid" + "self": "/stops/node-alfcl-weststairs-bottom" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-mvbcl-msqfareunpaid" + "related": "/facilities/?filter[stop]=node-alfcl-weststairs-bottom" } }, "parent_station": { "data": { - "id": "place-mvbcl", + "id": "place-alfcl", "type": "stop" } }, @@ -339558,27 +356984,28 @@ }, { "attributes": { - "description": "Forest Hills - Paid side of fare gates", - "latitude": 42.300742, + "description": "Braintree - Top of Red Line platform downward escalator", + "latitude": 42.207274, "location_type": 3, - "longitude": -71.114062, - "name": "Forest Hills", + "longitude": -71.001694, + "name": "Braintree", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-forhl-busfarepaid", + "id": "node-334-platform", "links": { - "self": "/stops/node-forhl-busfarepaid" + "self": "/stops/node-334-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-forhl-busfarepaid" + "related": "/facilities/?filter[stop]=node-334-platform" } }, "parent_station": { "data": { - "id": "place-forhl", + "id": "place-brntn", "type": "stop" } }, @@ -339590,27 +357017,28 @@ }, { "attributes": { - "description": "Wonderland - 1300 North Shore Rd", - "latitude": 42.41365, - "location_type": 2, - "longitude": -70.991904, - "name": "Wonderland - 1300 North Shore Rd", + "description": "Arlington - Bottom of elevator to street", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "Arlington", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-wondl-nshore", + "id": "node-964-lobby", "links": { - "self": "/stops/door-wondl-nshore" + "self": "/stops/node-964-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-wondl-nshore" + "related": "/facilities/?filter[stop]=node-964-lobby" } }, "parent_station": { "data": { - "id": "place-wondl", + "id": "place-armnl", "type": "stop" } }, @@ -339622,27 +357050,28 @@ }, { "attributes": { - "description": "Revere Beach - Unpaid side of exit-only gates", - "latitude": 42.407357, + "description": "North Station - Bottom of stairs between Causeway Street lobby and Oak Grove platform", + "latitude": 42.365668, "location_type": 3, - "longitude": -70.992379, - "name": "Revere Beach", + "longitude": -71.06043, + "name": "North Station", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-rbmnl-shirleyfareunpaid", + "id": "node-north-causewayoakgrove-stairs-bottom", "links": { - "self": "/stops/node-rbmnl-shirleyfareunpaid" + "self": "/stops/node-north-causewayoakgrove-stairs-bottom" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-rbmnl-shirleyfareunpaid" + "related": "/facilities/?filter[stop]=node-north-causewayoakgrove-stairs-bottom" } }, "parent_station": { "data": { - "id": "place-rbmnl", + "id": "place-north", "type": "stop" } }, @@ -339654,27 +357083,28 @@ }, { "attributes": { - "description": "Green Street - Bottom of Escalator 131", - "latitude": 42.310297, + "description": "Government Center - Bottom of stairs between plaza and Green Line", + "latitude": null, "location_type": 3, - "longitude": -71.107676, - "name": "Green Street", + "longitude": null, + "name": "Government Center", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-grnst-131-platform", + "id": "node-gover-sentrancestairs-platform", "links": { - "self": "/stops/node-grnst-131-platform" + "self": "/stops/node-gover-sentrancestairs-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-grnst-131-platform" + "related": "/facilities/?filter[stop]=node-gover-sentrancestairs-platform" } }, "parent_station": { "data": { - "id": "place-grnst", + "id": "place-gover", "type": "stop" } }, @@ -339686,27 +357116,28 @@ }, { "attributes": { - "description": "Reservoir - Chestnut Hill Ave, Buses (Park St & North)", - "latitude": 42.335051, - "location_type": 2, - "longitude": -71.1487, - "name": "Reservoir - Chestnut Hill Ave, Buses (Park St & North)", + "description": "Park Street - Bottom of stairs between Red Line center platform and Winter Street Concourse", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "Park Street", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-rsmnl-estairs", + "id": "node-pktrm-stair4-platform", "links": { - "self": "/stops/door-rsmnl-estairs" + "self": "/stops/node-pktrm-stair4-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-rsmnl-estairs" + "related": "/facilities/?filter[stop]=node-pktrm-stair4-platform" } }, "parent_station": { "data": { - "id": "place-rsmnl", + "id": "place-pktrm", "type": "stop" } }, @@ -339718,27 +357149,28 @@ }, { "attributes": { - "description": "Ruggles - Bottom of Commuter Rail (Tracks 1 & 3) platform stairs", - "latitude": null, + "description": "Forest Hills - Unpaid side of fare gates", + "latitude": 42.301777, "location_type": 3, - "longitude": null, - "name": "Ruggles", + "longitude": -71.113546, + "name": "Forest Hills", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-rugg-crstairs-platform", + "id": "node-forhl-southfareunpaid", "links": { - "self": "/stops/node-rugg-crstairs-platform" + "self": "/stops/node-forhl-southfareunpaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-rugg-crstairs-platform" + "related": "/facilities/?filter[stop]=node-forhl-southfareunpaid" } }, "parent_station": { "data": { - "id": "place-rugg", + "id": "place-forhl", "type": "stop" } }, @@ -339750,27 +357182,28 @@ }, { "attributes": { - "description": "Pawtucket/Central Falls - Pine St, Pick-up/Drop-off", - "latitude": 41.878974, + "description": "Courthouse - Thomson Pl, Seaport Blvd", + "latitude": 42.352247, "location_type": 2, - "longitude": -71.391064, - "name": "Pawtucket/Central Falls - Pine St, Pick-up/Drop-off", + "longitude": -71.046901, + "name": "Courthouse - Thomson Pl, Seaport Blvd", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-NEC-1891-pinedrop", + "id": "door-crtst-south", "links": { - "self": "/stops/door-NEC-1891-pinedrop" + "self": "/stops/door-crtst-south" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-NEC-1891-pinedrop" + "related": "/facilities/?filter[stop]=door-crtst-south" } }, "parent_station": { "data": { - "id": "place-NEC-1891", + "id": "place-crtst", "type": "stop" } }, @@ -339782,27 +357215,28 @@ }, { "attributes": { - "description": "Savin Hill - Top of elevator between platform and lobby", - "latitude": 42.311045, + "description": "Haymarket - Top of stairs between mezzanine and Forest Hills platform", + "latitude": null, "location_type": 3, - "longitude": -71.053449, - "name": "Savin Hill", + "longitude": null, + "name": "Haymarket", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-946-lobby", + "id": "node-haecl-congfhplatn-passage", "links": { - "self": "/stops/node-946-lobby" + "self": "/stops/node-haecl-congfhplatn-passage" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-946-lobby" + "related": "/facilities/?filter[stop]=node-haecl-congfhplatn-passage" } }, "parent_station": { "data": { - "id": "place-shmnl", + "id": "place-haecl", "type": "stop" } }, @@ -339814,27 +357248,28 @@ }, { "attributes": { - "description": "Kendall/MIT - Stairs platform level", - "latitude": null, + "description": "Wellington - Top of parking garage stairs", + "latitude": 42.402398, "location_type": 3, - "longitude": null, - "name": "Kendall/MIT", + "longitude": -71.080182, + "name": "Wellington", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-knncl-frontsbstair-platform", + "id": "node-welln-skystairs-bridge", "links": { - "self": "/stops/node-knncl-frontsbstair-platform" + "self": "/stops/node-welln-skystairs-bridge" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-knncl-frontsbstair-platform" + "related": "/facilities/?filter[stop]=node-welln-skystairs-bridge" } }, "parent_station": { "data": { - "id": "place-knncl", + "id": "place-welln", "type": "stop" } }, @@ -339846,27 +357281,28 @@ }, { "attributes": { - "description": "Back Bay - Bottom of Tracks 5-7 elevator", - "latitude": null, - "location_type": 3, - "longitude": null, - "name": "Back Bay", + "description": "Valley Road - Eliot St", + "latitude": 42.267932, + "location_type": 2, + "longitude": -71.081125, + "name": "Valley Road - Eliot St", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, - "id": "node-856-platform", + "id": "door-valrd-eliot", "links": { - "self": "/stops/node-856-platform" + "self": "/stops/door-valrd-eliot" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-856-platform" + "related": "/facilities/?filter[stop]=door-valrd-eliot" } }, "parent_station": { "data": { - "id": "place-bbsta", + "id": "place-valrd", "type": "stop" } }, @@ -339878,27 +357314,28 @@ }, { "attributes": { - "description": "Haymarket - Bottom of stairs between mezzanine and Forest Hills platform", + "description": "Wollaston - Top of elevator between platform and bridge", "latitude": null, "location_type": 3, "longitude": null, - "name": "Haymarket", + "name": "Wollaston", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-haecl-congfhplats-platform", + "id": "node-735-bridge", "links": { - "self": "/stops/node-haecl-congfhplats-platform" + "self": "/stops/node-735-bridge" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-haecl-congfhplats-platform" + "related": "/facilities/?filter[stop]=node-735-bridge" } }, "parent_station": { "data": { - "id": "place-haecl", + "id": "place-wlsta", "type": "stop" } }, @@ -339910,27 +357347,28 @@ }, { "attributes": { - "description": "Andrew - Top of inbound elevator", - "latitude": null, + "description": "Ruggles - Bottom of Orange Line platform elevator", + "latitude": 42.336583, "location_type": 3, - "longitude": null, - "name": "Andrew", + "longitude": -71.089568, + "name": "Ruggles", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-880-lobby", + "id": "node-850-platform", "links": { - "self": "/stops/node-880-lobby" + "self": "/stops/node-850-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-880-lobby" + "related": "/facilities/?filter[stop]=node-850-platform" } }, "parent_station": { "data": { - "id": "place-andrw", + "id": "place-rugg", "type": "stop" } }, @@ -339942,27 +357380,28 @@ }, { "attributes": { - "description": "Sullivan Square - Bottom of ramp for lower busway", - "latitude": null, - "location_type": 3, - "longitude": null, - "name": "Sullivan Square", + "description": "Kendall/MIT - Elevator, Buses, Main St, Third St, Carleton St", + "latitude": 42.362125, + "location_type": 2, + "longitude": -71.086145, + "name": "Kendall/MIT - Elevator, Buses, Main St, Third St, Carleton St", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-lbusramp-lower", + "id": "door-knncl-sbelevator", "links": { - "self": "/stops/node-lbusramp-lower" + "self": "/stops/door-knncl-sbelevator" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-lbusramp-lower" + "related": "/facilities/?filter[stop]=door-knncl-sbelevator" } }, "parent_station": { "data": { - "id": "place-sull", + "id": "place-knncl", "type": "stop" } }, @@ -339974,22 +357413,23 @@ }, { "attributes": { - "description": "Assembly - Top of Escalator 442", - "latitude": 42.393187, + "description": "Assembly - Paid side of fare gates", + "latitude": 42.393162, "location_type": 3, - "longitude": -71.077668, + "longitude": -71.077304, "name": "Assembly", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-astao-442-lobby", + "id": "node-astao-fol-farepaid", "links": { - "self": "/stops/node-astao-442-lobby" + "self": "/stops/node-astao-fol-farepaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-astao-442-lobby" + "related": "/facilities/?filter[stop]=node-astao-fol-farepaid" } }, "parent_station": { @@ -340006,22 +357446,23 @@ }, { "attributes": { - "description": "Back Bay - Paid side of fare gates", - "latitude": null, - "location_type": 3, - "longitude": null, - "name": "Back Bay", + "description": "Back Bay - Dartmouth St (North)", + "latitude": 42.347584, + "location_type": 2, + "longitude": -71.0759, + "name": "Back Bay - Dartmouth St (North)", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-bbsta-lower-farepaid", + "id": "door-bbsta-dartmn", "links": { - "self": "/stops/node-bbsta-lower-farepaid" + "self": "/stops/door-bbsta-dartmn" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-bbsta-lower-farepaid" + "related": "/facilities/?filter[stop]=door-bbsta-dartmn" } }, "parent_station": { @@ -340038,27 +357479,28 @@ }, { "attributes": { - "description": "Arlington - Bottom of Public Garden corner stairs", - "latitude": null, + "description": "JFK/UMass - Bottom of northern stairs between Braintree, Alewife platform and lobby", + "latitude": 42.320679, "location_type": 3, - "longitude": null, - "name": "Arlington", + "longitude": -71.052289, + "name": "JFK/UMass", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-armnl-nstairs-lobby", + "id": "node-jfk-braganstair-platform", "links": { - "self": "/stops/node-armnl-nstairs-lobby" + "self": "/stops/node-jfk-braganstair-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-armnl-nstairs-lobby" + "related": "/facilities/?filter[stop]=node-jfk-braganstair-platform" } }, "parent_station": { "data": { - "id": "place-armnl", + "id": "place-jfk", "type": "stop" } }, @@ -340070,27 +357512,28 @@ }, { "attributes": { - "description": "Central - Paid side of fare gates", + "description": "Downtown Crossing - Bottom of exit-only stairs from Oak Grove platform", "latitude": null, "location_type": 3, "longitude": null, - "name": "Central", + "name": "Downtown Crossing", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-cntsq-prospectstair-farepaid", + "id": "node-dwnxg-stair11-lobby", "links": { - "self": "/stops/node-cntsq-prospectstair-farepaid" + "self": "/stops/node-dwnxg-stair11-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-cntsq-prospectstair-farepaid" + "related": "/facilities/?filter[stop]=node-dwnxg-stair11-lobby" } }, "parent_station": { "data": { - "id": "place-cntsq", + "id": "place-dwnxg", "type": "stop" } }, @@ -340102,27 +357545,28 @@ }, { "attributes": { - "description": "Park Street - Bottom of elevator between Government Center & North platform and passageway to Copley & West", + "description": "Arlington - Bottom of Boylston Street stairs", "latitude": null, "location_type": 3, "longitude": null, - "name": "Park Street", + "name": "Arlington", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-812-under", + "id": "node-armnl-nwstairs-lobby", "links": { - "self": "/stops/node-812-under" + "self": "/stops/node-armnl-nwstairs-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-812-under" + "related": "/facilities/?filter[stop]=node-armnl-nwstairs-lobby" } }, "parent_station": { "data": { - "id": "place-pktrm", + "id": "place-armnl", "type": "stop" } }, @@ -340134,27 +357578,28 @@ }, { "attributes": { - "description": "World Trade Center - Bottom of World Trade Center entrance elevator", - "latitude": null, + "description": "Charles/MGH - Bottom of Escalator 425", + "latitude": 42.361057, "location_type": 3, - "longitude": null, - "name": "World Trade Center", + "longitude": -71.070463, + "name": "Charles/MGH", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-934-lobby", + "id": "node-425-lobby", "links": { - "self": "/stops/node-934-lobby" + "self": "/stops/node-425-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-934-lobby" + "related": "/facilities/?filter[stop]=node-425-lobby" } }, "parent_station": { "data": { - "id": "place-wtcst", + "id": "place-chmnl", "type": "stop" } }, @@ -340166,27 +357611,28 @@ }, { "attributes": { - "description": "Airport - Unpaid side of fare gates", - "latitude": 42.374122, + "description": "South Station - Bottom of Elevator 927", + "latitude": null, "location_type": 3, - "longitude": -71.030096, - "name": "Airport", + "longitude": null, + "name": "South Station", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-aport-buses-fareunpaid", + "id": "node-927-rl", "links": { - "self": "/stops/node-aport-buses-fareunpaid" + "self": "/stops/node-927-rl" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-aport-buses-fareunpaid" + "related": "/facilities/?filter[stop]=node-927-rl" } }, "parent_station": { "data": { - "id": "place-aport", + "id": "place-sstat", "type": "stop" } }, @@ -340198,27 +357644,28 @@ }, { "attributes": { - "description": "Orient Heights - Bottom of stairs for Bennington Street", - "latitude": 42.386991, - "location_type": 3, - "longitude": -71.004686, - "name": "Orient Heights", + "description": "Porter - Massachusetts Ave (East), Buses", + "latitude": 42.388254, + "location_type": 2, + "longitude": -71.119099, + "name": "Porter - Massachusetts Ave (East), Buses", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, - "id": "node-orhte-ibunpaidstairs-street", + "id": "door-portr-crtransfer", "links": { - "self": "/stops/node-orhte-ibunpaidstairs-street" + "self": "/stops/door-portr-crtransfer" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-orhte-ibunpaidstairs-street" + "related": "/facilities/?filter[stop]=door-portr-crtransfer" } }, "parent_station": { "data": { - "id": "place-orhte", + "id": "place-portr", "type": "stop" } }, @@ -340230,27 +357677,28 @@ }, { "attributes": { - "description": "Back Bay - Top of Tracks 1-3 up escalator", - "latitude": null, - "location_type": 3, - "longitude": null, - "name": "Back Bay", + "description": "West Newton - Washington St (East)", + "latitude": 42.347974, + "location_type": 2, + "longitude": -71.228818, + "name": "West Newton - Washington St (East)", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, - "id": "node-143-lobby", + "id": "door-WML-0091-ebwas", "links": { - "self": "/stops/node-143-lobby" + "self": "/stops/door-WML-0091-ebwas" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-143-lobby" + "related": "/facilities/?filter[stop]=door-WML-0091-ebwas" } }, "parent_station": { "data": { - "id": "place-bbsta", + "id": "place-WML-0091", "type": "stop" } }, @@ -340262,27 +357710,28 @@ }, { "attributes": { - "description": "Kendall/MIT - Bottom of Escalator 362", - "latitude": 42.362612, - "location_type": 3, - "longitude": -71.086188, - "name": "Kendall/MIT", + "description": "Government Center - City Hall Plaza", + "latitude": 42.359699, + "location_type": 2, + "longitude": -71.05936, + "name": "Government Center - City Hall Plaza", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-362-platform", + "id": "door-gover-main", "links": { - "self": "/stops/node-362-platform" + "self": "/stops/door-gover-main" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-362-platform" + "related": "/facilities/?filter[stop]=door-gover-main" } }, "parent_station": { "data": { - "id": "place-knncl", + "id": "place-gover", "type": "stop" } }, @@ -340294,27 +357743,28 @@ }, { "attributes": { - "description": "Back Bay - Bottom of Track 2 Clarendon Street exit stairs", + "description": "South Station - Silver Line level of Elevator 901", "latitude": null, "location_type": 3, "longitude": null, - "name": "Back Bay", + "name": "South Station", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-bbsta-2clarexit-bottom", + "id": "node-901-sl", "links": { - "self": "/stops/node-bbsta-2clarexit-bottom" + "self": "/stops/node-901-sl" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-bbsta-2clarexit-bottom" + "related": "/facilities/?filter[stop]=node-901-sl" } }, "parent_station": { "data": { - "id": "place-bbsta", + "id": "place-sstat", "type": "stop" } }, @@ -340326,27 +357776,28 @@ }, { "attributes": { - "description": "Chestnut Hill - Shopping Center, Boston College", - "latitude": 42.326808, - "location_type": 2, - "longitude": -71.165473, - "name": "Chestnut Hill - Shopping Center, Boston College", + "description": "Sullivan Square - Bottom of stairs for lower busway", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "Sullivan Square", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-chhil-bc", + "id": "node-lbusstairs-lower", "links": { - "self": "/stops/door-chhil-bc" + "self": "/stops/node-lbusstairs-lower" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-chhil-bc" + "related": "/facilities/?filter[stop]=node-lbusstairs-lower" } }, "parent_station": { "data": { - "id": "place-chhil", + "id": "place-sull", "type": "stop" } }, @@ -340358,27 +357809,28 @@ }, { "attributes": { - "description": "Eliot - Top of ramp to eastbound Boylston Street", - "latitude": 42.318272, + "description": "Andrew - Bottom of south outbound stairs", + "latitude": null, "location_type": 3, - "longitude": -71.215228, - "name": "Eliot", + "longitude": null, + "name": "Andrew", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-eliot-boyle-bridge", + "id": "node-andrw-sobstairs-platform", "links": { - "self": "/stops/node-eliot-boyle-bridge" + "self": "/stops/node-andrw-sobstairs-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-eliot-boyle-bridge" + "related": "/facilities/?filter[stop]=node-andrw-sobstairs-platform" } }, "parent_station": { "data": { - "id": "place-eliot", + "id": "place-andrw", "type": "stop" } }, @@ -340390,27 +357842,28 @@ }, { "attributes": { - "description": "Science Park/West End - Platform level of north side elevator", - "latitude": 42.366846, + "description": "South Station - Lobby level of Elevator 918", + "latitude": null, "location_type": 3, - "longitude": -71.067777, - "name": "Science Park/West End", + "longitude": null, + "name": "South Station", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-981-platform", + "id": "node-918-lobby", "links": { - "self": "/stops/node-981-platform" + "self": "/stops/node-918-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-981-platform" + "related": "/facilities/?filter[stop]=node-918-lobby" } }, "parent_station": { "data": { - "id": "place-spmnl", + "id": "place-sstat", "type": "stop" } }, @@ -340422,27 +357875,28 @@ }, { "attributes": { - "description": "Back Bay - Clarendon St, Buses (South)", - "latitude": 42.347445, - "location_type": 2, - "longitude": -71.07467, - "name": "Back Bay - Clarendon St, Buses (South)", + "description": "Porter - Top of stairs between Alewife platform and Ashmont/Braintree platform", + "latitude": 42.388761, + "location_type": 3, + "longitude": -71.119051, + "name": "Porter", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-bbsta-busways", + "id": "node-portr-506stairs-sbplatform", "links": { - "self": "/stops/door-bbsta-busways" + "self": "/stops/node-portr-506stairs-sbplatform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-bbsta-busways" + "related": "/facilities/?filter[stop]=node-portr-506stairs-sbplatform" } }, "parent_station": { "data": { - "id": "place-bbsta", + "id": "place-portr", "type": "stop" } }, @@ -340454,27 +357908,28 @@ }, { "attributes": { - "description": "Downtown Crossing - Paid side of exit-only gate", + "description": "Prudential - Bottom of ramp for elevator", "latitude": null, "location_type": 3, "longitude": null, - "name": "Downtown Crossing", + "name": "Prudential", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-dwnxg-113fare-paid", + "id": "node-prmnl-921ramp-platform", "links": { - "self": "/stops/node-dwnxg-113fare-paid" + "self": "/stops/node-prmnl-921ramp-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-dwnxg-113fare-paid" + "related": "/facilities/?filter[stop]=node-prmnl-921ramp-platform" } }, "parent_station": { "data": { - "id": "place-dwnxg", + "id": "place-prmnl", "type": "stop" } }, @@ -340486,27 +357941,28 @@ }, { "attributes": { - "description": "Airport - Top of Elevator 932", - "latitude": 42.374562, + "description": "Broadway - Bottom of main entrance elevator", + "latitude": 42.342573, "location_type": 3, - "longitude": -71.03024, - "name": "Airport", + "longitude": -71.056945, + "name": "Broadway", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-932-bridge", + "id": "node-868-lobby", "links": { - "self": "/stops/node-932-bridge" + "self": "/stops/node-868-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-932-bridge" + "related": "/facilities/?filter[stop]=node-868-lobby" } }, "parent_station": { "data": { - "id": "place-aport", + "id": "place-brdwy", "type": "stop" } }, @@ -340518,27 +357974,28 @@ }, { "attributes": { - "description": "Harvard - Bottom of escalator from Harvard Square to mezzanine", + "description": "Back Bay - Top of stairs between lobby and underpass", "latitude": null, "location_type": 3, "longitude": null, - "name": "Harvard", + "name": "Back Bay", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-513-landing", + "id": "node-bbsta-upassmezstairs-top", "links": { - "self": "/stops/node-513-landing" + "self": "/stops/node-bbsta-upassmezstairs-top" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-513-landing" + "related": "/facilities/?filter[stop]=node-bbsta-upassmezstairs-top" } }, "parent_station": { "data": { - "id": "place-harsq", + "id": "place-bbsta", "type": "stop" } }, @@ -340550,27 +358007,28 @@ }, { "attributes": { - "description": "Wonderland - Bottom of stairs to Blue Line lobby from North Shore Road", - "latitude": 42.413665, - "location_type": 3, - "longitude": -70.991982, - "name": "Wonderland", + "description": "North Quincy - Hancock St", + "latitude": 42.276631, + "location_type": 2, + "longitude": -71.030922, + "name": "North Quincy - Hancock St", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-wondl-nshorestairs-bottom", + "id": "door-nqncy-hancock", "links": { - "self": "/stops/node-wondl-nshorestairs-bottom" + "self": "/stops/door-nqncy-hancock" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-wondl-nshorestairs-bottom" + "related": "/facilities/?filter[stop]=door-nqncy-hancock" } }, "parent_station": { "data": { - "id": "place-wondl", + "id": "place-nqncy", "type": "stop" } }, @@ -340582,27 +358040,28 @@ }, { "attributes": { - "description": "Oak Grove - Top of Washington Street elevator", - "latitude": 42.436947, + "description": "Lechmere - Top of North First St Elevator 763", + "latitude": 42.371635, "location_type": 3, - "longitude": -71.071056, - "name": "Oak Grove", + "longitude": -71.076645, + "name": "Lechmere", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-744-lobby", + "id": "node-763-top", "links": { - "self": "/stops/node-744-lobby" + "self": "/stops/node-763-top" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-744-lobby" + "related": "/facilities/?filter[stop]=node-763-top" } }, "parent_station": { "data": { - "id": "place-ogmnl", + "id": "place-lech", "type": "stop" } }, @@ -340614,27 +358073,28 @@ }, { "attributes": { - "description": "South Station - Silver Line level of Elevator 901", - "latitude": null, + "description": "Quincy Center - Bottom of Elevator 896", + "latitude": 42.25119, "location_type": 3, - "longitude": null, - "name": "South Station", + "longitude": -71.005254, + "name": "Quincy Center", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-901-sl", + "id": "node-896-platform", "links": { - "self": "/stops/node-901-sl" + "self": "/stops/node-896-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-901-sl" + "related": "/facilities/?filter[stop]=node-896-platform" } }, "parent_station": { "data": { - "id": "place-sstat", + "id": "place-qnctr", "type": "stop" } }, @@ -340646,27 +358106,28 @@ }, { "attributes": { - "description": "Aquarium - Top of elevator between Wonderland platform and Atlantic Avenue", + "description": "Ruggles - Top of Orange Line north platform stairs", "latitude": null, "location_type": 3, "longitude": null, - "name": "Aquarium", + "name": "Ruggles", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-924-lobby", + "id": "node-rugg-olnstairs-lobby", "links": { - "self": "/stops/node-924-lobby" + "self": "/stops/node-rugg-olnstairs-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-924-lobby" + "related": "/facilities/?filter[stop]=node-rugg-olnstairs-lobby" } }, "parent_station": { "data": { - "id": "place-aqucl", + "id": "place-rugg", "type": "stop" } }, @@ -340678,27 +358139,28 @@ }, { "attributes": { - "description": "State - Bottom of stairs between Forest Hills passageway and Oak Grove platform", - "latitude": null, - "location_type": 3, - "longitude": null, - "name": "State", + "description": "Downtown Crossing - Washington St, Summer St", + "latitude": 42.355519, + "location_type": 2, + "longitude": -71.060327, + "name": "Downtown Crossing - Washington St, Summer St", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, - "id": "node-state-olpassagestairs-nbplatform", + "id": "door-dwnxg-summer", "links": { - "self": "/stops/node-state-olpassagestairs-nbplatform" + "self": "/stops/door-dwnxg-summer" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-state-olpassagestairs-nbplatform" + "related": "/facilities/?filter[stop]=door-dwnxg-summer" } }, "parent_station": { "data": { - "id": "place-state", + "id": "place-dwnxg", "type": "stop" } }, @@ -340710,27 +358172,28 @@ }, { "attributes": { - "description": "Davis - Top of lower stairs for College Avenue", + "description": "State - Paid side of fare gates", "latitude": null, "location_type": 3, "longitude": null, - "name": "Davis", + "name": "State", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-davis-colstairlow-middle", + "id": "node-state-congress-farepaid", "links": { - "self": "/stops/node-davis-colstairlow-middle" + "self": "/stops/node-state-congress-farepaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-davis-colstairlow-middle" + "related": "/facilities/?filter[stop]=node-state-congress-farepaid" } }, "parent_station": { "data": { - "id": "place-davis", + "id": "place-state", "type": "stop" } }, @@ -340742,27 +358205,28 @@ }, { "attributes": { - "description": "Andrew - Bottom of south busway entrance stairs", - "latitude": null, - "location_type": 3, - "longitude": null, - "name": "Andrew", + "description": "Chinatown - Washington St, Essex St", + "latitude": 42.352405, + "location_type": 2, + "longitude": -71.063087, + "name": "Chinatown - Washington St, Essex St", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-andrw-sbusstairs-lobby", + "id": "door-chncl-fhelevator", "links": { - "self": "/stops/node-andrw-sbusstairs-lobby" + "self": "/stops/door-chncl-fhelevator" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-andrw-sbusstairs-lobby" + "related": "/facilities/?filter[stop]=door-chncl-fhelevator" } }, "parent_station": { "data": { - "id": "place-andrw", + "id": "place-chncl", "type": "stop" } }, @@ -340774,27 +358238,28 @@ }, { "attributes": { - "description": "Science Park/West End - Top of outbound platform stairs", - "latitude": 42.366739, + "description": "Alewife - Top of ramp between concourse and Steel Place", + "latitude": 42.395614, "location_type": 3, - "longitude": -71.067601, - "name": "Science Park/West End", + "longitude": -71.141966, + "name": "Alewife", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-spmnl-obstairs-platform", + "id": "node-alfcl-steelplramp-top", "links": { - "self": "/stops/node-spmnl-obstairs-platform" + "self": "/stops/node-alfcl-steelplramp-top" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-spmnl-obstairs-platform" + "related": "/facilities/?filter[stop]=node-alfcl-steelplramp-top" } }, "parent_station": { "data": { - "id": "place-spmnl", + "id": "place-alfcl", "type": "stop" } }, @@ -340806,27 +358271,28 @@ }, { "attributes": { - "description": "Hynes Convention Center - Top of stairs for Kenmore & West", + "description": "Courthouse - Paid side of South Station exit-only gates", "latitude": null, "location_type": 3, "longitude": null, - "name": "Hynes Convention Center", + "name": "Courthouse", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-hymnl-wbstairs-lobby", + "id": "node-crtst-ssexit-farepaid", "links": { - "self": "/stops/node-hymnl-wbstairs-lobby" + "self": "/stops/node-crtst-ssexit-farepaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-hymnl-wbstairs-lobby" + "related": "/facilities/?filter[stop]=node-crtst-ssexit-farepaid" } }, "parent_station": { "data": { - "id": "place-hymnl", + "id": "place-crtst", "type": "stop" } }, @@ -340838,27 +358304,28 @@ }, { "attributes": { - "description": "Downtown Crossing - Unpaid side of fare gates", + "description": "Government Center - Bottom of stairs between plaza and Green Line", "latitude": null, "location_type": 3, "longitude": null, - "name": "Downtown Crossing", + "name": "Government Center", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-dwnxg-sumwashfare-unpaid", + "id": "node-gover-nentrancestairs-platform", "links": { - "self": "/stops/node-dwnxg-sumwashfare-unpaid" + "self": "/stops/node-gover-nentrancestairs-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-dwnxg-sumwashfare-unpaid" + "related": "/facilities/?filter[stop]=node-gover-nentrancestairs-platform" } }, "parent_station": { "data": { - "id": "place-dwnxg", + "id": "place-gover", "type": "stop" } }, @@ -340870,27 +358337,28 @@ }, { "attributes": { - "description": "Aquarium - Waterfront and New England Aquarium", - "latitude": 42.359791, - "location_type": 2, - "longitude": -71.051631, - "name": "Aquarium - Waterfront and New England Aquarium", + "description": "Kenmore - Bottom of busway stairs", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "Kenmore", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-aqucl-atlantic", + "id": "node-kencl-busstair-landing", "links": { - "self": "/stops/door-aqucl-atlantic" + "self": "/stops/node-kencl-busstair-landing" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-aqucl-atlantic" + "related": "/facilities/?filter[stop]=node-kencl-busstair-landing" } }, "parent_station": { "data": { - "id": "place-aqucl", + "id": "place-kencl", "type": "stop" } }, @@ -340902,27 +358370,28 @@ }, { "attributes": { - "description": "Park Street - Bottom of elevator between Tremont Street and Government Center & North lobby", - "latitude": 42.35618, + "description": "Alewife - Bottom of stairs between concourse and pick-up/drop-off", + "latitude": 42.395666, "location_type": 3, - "longitude": -71.062236, - "name": "Park Street", + "longitude": -71.141985, + "name": "Alewife", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-804-lobby", + "id": "node-alfcl-pickstairs-bottom", "links": { - "self": "/stops/node-804-lobby" + "self": "/stops/node-alfcl-pickstairs-bottom" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-804-lobby" + "related": "/facilities/?filter[stop]=node-alfcl-pickstairs-bottom" } }, "parent_station": { "data": { - "id": "place-pktrm", + "id": "place-alfcl", "type": "stop" } }, @@ -340934,27 +358403,28 @@ }, { "attributes": { - "description": "South Station - Top of Escalator 420", - "latitude": null, + "description": "Wonderland - Unpaid side of fare gates", + "latitude": 42.413652, "location_type": 3, - "longitude": null, - "name": "South Station", + "longitude": -70.991768, + "name": "Wonderland", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-420-middle", + "id": "node-wondl-fareunpaid", "links": { - "self": "/stops/node-420-middle" + "self": "/stops/node-wondl-fareunpaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-420-middle" + "related": "/facilities/?filter[stop]=node-wondl-fareunpaid" } }, "parent_station": { "data": { - "id": "place-sstat", + "id": "place-wondl", "type": "stop" } }, @@ -340966,27 +358436,28 @@ }, { "attributes": { - "description": "Kenmore - Top of ramp between lobby and fare vending machines", - "latitude": null, - "location_type": 3, - "longitude": null, - "name": "Kenmore", + "description": "Park Street - Boston Common", + "latitude": 42.355456, + "location_type": 2, + "longitude": -71.063402, + "name": "Park Street - Boston Common", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, - "id": "node-kencl-fvmramp-landing", + "id": "door-pktrm-west", "links": { - "self": "/stops/node-kencl-fvmramp-landing" + "self": "/stops/door-pktrm-west" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-kencl-fvmramp-landing" + "related": "/facilities/?filter[stop]=door-pktrm-west" } }, "parent_station": { "data": { - "id": "place-kencl", + "id": "place-pktrm", "type": "stop" } }, @@ -340998,27 +358469,28 @@ }, { "attributes": { - "description": "Oak Grove - Top of Orange Line elevator", - "latitude": 42.436982, + "description": "Downtown Crossing - Bottom of elevator between Alewife platform and Oak Grove platform", + "latitude": null, "location_type": 3, - "longitude": -71.07095, - "name": "Oak Grove", + "longitude": null, + "name": "Downtown Crossing", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-801-lobby", + "id": "node-998-rl", "links": { - "self": "/stops/node-801-lobby" + "self": "/stops/node-998-rl" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-801-lobby" + "related": "/facilities/?filter[stop]=node-998-rl" } }, "parent_station": { "data": { - "id": "place-ogmnl", + "id": "place-dwnxg", "type": "stop" } }, @@ -341030,27 +358502,28 @@ }, { "attributes": { - "description": "Wonderland - Revere Beach Plaza level of Bowdoin-bound platform elevator", - "latitude": 42.413786, + "description": "Courthouse - Top of elevator between South Station platform and lobby", + "latitude": null, "location_type": 3, - "longitude": -70.991751, - "name": "Wonderland", + "longitude": null, + "name": "Courthouse", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-709-plaza", + "id": "node-937-lobby", "links": { - "self": "/stops/node-709-plaza" + "self": "/stops/node-937-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-709-plaza" + "related": "/facilities/?filter[stop]=node-937-lobby" } }, "parent_station": { "data": { - "id": "place-wondl", + "id": "place-crtst", "type": "stop" } }, @@ -341062,27 +358535,28 @@ }, { "attributes": { - "description": "Andrew - Street, Buses", - "latitude": 42.330017, - "location_type": 2, - "longitude": -71.057309, - "name": "Andrew - Street, Buses", + "description": "Massachusetts Avenue - Unpaid lobby", + "latitude": 42.341462, + "location_type": 3, + "longitude": -71.083532, + "name": "Massachusetts Avenue", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-andrw-dotave", + "id": "node-masta-unpaid-lobby", "links": { - "self": "/stops/door-andrw-dotave" + "self": "/stops/node-masta-unpaid-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-andrw-dotave" + "related": "/facilities/?filter[stop]=node-masta-unpaid-lobby" } }, "parent_station": { "data": { - "id": "place-andrw", + "id": "place-masta", "type": "stop" } }, @@ -341094,27 +358568,28 @@ }, { "attributes": { - "description": "Wonderland - Lobby level of garage elevator", - "latitude": 42.413527, + "description": "JFK/UMass - Bottom of stairs from Braintree, Alewife platform and Columbia Road", + "latitude": 42.321051, "location_type": 3, - "longitude": -70.991894, - "name": "Wonderland", + "longitude": -71.052327, + "name": "JFK/UMass", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-701-lobby", + "id": "node-jfk-bracolstair-platform", "links": { - "self": "/stops/node-701-lobby" + "self": "/stops/node-jfk-bracolstair-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-701-lobby" + "related": "/facilities/?filter[stop]=node-jfk-bracolstair-platform" } }, "parent_station": { "data": { - "id": "place-wondl", + "id": "place-jfk", "type": "stop" } }, @@ -341126,27 +358601,28 @@ }, { "attributes": { - "description": "Ruggles - Top of Lower Busway Lane 1 stairs", + "description": "Courthouse - Top of elevator between outbound platform and lobby", "latitude": null, "location_type": 3, "longitude": null, - "name": "Ruggles", + "name": "Courthouse", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-rugg-bus1stairs-lobby", + "id": "node-938-lobby", "links": { - "self": "/stops/node-rugg-bus1stairs-lobby" + "self": "/stops/node-938-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-rugg-bus1stairs-lobby" + "related": "/facilities/?filter[stop]=node-938-lobby" } }, "parent_station": { "data": { - "id": "place-rugg", + "id": "place-crtst", "type": "stop" } }, @@ -341158,27 +358634,28 @@ }, { "attributes": { - "description": "Forest Hills - Hyde Park Ave, West Roxbury Court, Franklin Park/Zoo (North)", - "latitude": 42.300974, - "location_type": 2, - "longitude": -71.113346, - "name": "Forest Hills - Hyde Park Ave, West Roxbury Court, Franklin Park/Zoo (North)", + "description": "Wollaston - Bottom of elevator between platform and bridge", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "Wollaston", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-forhl-lowern", + "id": "node-735-platform", "links": { - "self": "/stops/door-forhl-lowern" + "self": "/stops/node-735-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-forhl-lowern" + "related": "/facilities/?filter[stop]=node-735-platform" } }, "parent_station": { "data": { - "id": "place-forhl", + "id": "place-wlsta", "type": "stop" } }, @@ -341190,27 +358667,28 @@ }, { "attributes": { - "description": "Longwood - Emerald Necklace (Ramp)", - "latitude": 42.341747, - "location_type": 2, - "longitude": -71.10961, - "name": "Longwood - Emerald Necklace (Ramp)", + "description": "Wollaston - Bottom of stairs between Newport Avenue and ramp", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "Wollaston", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-longw-neckramp", + "id": "node-wlsta-newpstairup-middle", "links": { - "self": "/stops/door-longw-neckramp" + "self": "/stops/node-wlsta-newpstairup-middle" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-longw-neckramp" + "related": "/facilities/?filter[stop]=node-wlsta-newpstairup-middle" } }, "parent_station": { "data": { - "id": "place-longw", + "id": "place-wlsta", "type": "stop" } }, @@ -341222,27 +358700,28 @@ }, { "attributes": { - "description": "Ruggles - Top of Orange Line south platform stairs", - "latitude": null, + "description": "Beachmont - Bottom of stairs for Wonderland", + "latitude": 42.397323, "location_type": 3, - "longitude": null, - "name": "Ruggles", + "longitude": -70.992432, + "name": "Beachmont", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-rugg-olsstairs-lobby", + "id": "node-bmmnl-379stair-lobby", "links": { - "self": "/stops/node-rugg-olsstairs-lobby" + "self": "/stops/node-bmmnl-379stair-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-rugg-olsstairs-lobby" + "related": "/facilities/?filter[stop]=node-bmmnl-379stair-lobby" } }, "parent_station": { "data": { - "id": "place-rugg", + "id": "place-bmmnl", "type": "stop" } }, @@ -341254,27 +358733,28 @@ }, { "attributes": { - "description": "Sullivan Square - Top of Escalator 308", - "latitude": null, - "location_type": 3, - "longitude": null, - "name": "Sullivan Square", + "description": "Park Street - Escalator to Tremont St (South)", + "latitude": 42.355976, + "location_type": 2, + "longitude": -71.062427, + "name": "Park Street - Escalator to Tremont St (South)", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, - "id": "node-308-lobby", + "id": "door-pktrm-exitashbrain", "links": { - "self": "/stops/node-308-lobby" + "self": "/stops/door-pktrm-exitashbrain" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-308-lobby" + "related": "/facilities/?filter[stop]=door-pktrm-exitashbrain" } }, "parent_station": { "data": { - "id": "place-sull", + "id": "place-pktrm", "type": "stop" } }, @@ -341286,27 +358766,28 @@ }, { "attributes": { - "description": "Ashmont - Top of elevator from Peabody Square to Alewife platform", - "latitude": 42.284995, + "description": "Porter - Commuter Rail level of elevator between lobby and Commuter Rail", + "latitude": 42.388193, "location_type": 3, - "longitude": -71.063875, - "name": "Ashmont", + "longitude": -71.118924, + "name": "Porter", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-968-lobby", + "id": "node-986-crplatform", "links": { - "self": "/stops/node-968-lobby" + "self": "/stops/node-986-crplatform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-968-lobby" + "related": "/facilities/?filter[stop]=node-986-crplatform" } }, "parent_station": { "data": { - "id": "place-asmnl", + "id": "place-portr", "type": "stop" } }, @@ -341318,27 +358799,28 @@ }, { "attributes": { - "description": "Downtown Crossing - Top of elevator between Alewife platform and Chauncy Street lobby", - "latitude": null, + "description": "North Quincy - Top of escalator from platform to Hancock Street, Newport Avenue lobby", + "latitude": 42.276388, "location_type": 3, - "longitude": null, - "name": "Downtown Crossing", + "longitude": -71.030773, + "name": "North Quincy", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-869-lobby", + "id": "node-326-lobby", "links": { - "self": "/stops/node-869-lobby" + "self": "/stops/node-326-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-869-lobby" + "related": "/facilities/?filter[stop]=node-326-lobby" } }, "parent_station": { "data": { - "id": "place-dwnxg", + "id": "place-nqncy", "type": "stop" } }, @@ -341350,27 +358832,28 @@ }, { "attributes": { - "description": "Kendall/MIT - Elevator, Buses, Main St, Third St, Carleton St", - "latitude": 42.362125, - "location_type": 2, - "longitude": -71.086145, - "name": "Kendall/MIT - Elevator, Buses, Main St, Third St, Carleton St", + "description": "Airport - Top of Escalator 408", + "latitude": 42.374278, + "location_type": 3, + "longitude": -71.030083, + "name": "Airport", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-knncl-sbelevator", + "id": "node-408-bridge", "links": { - "self": "/stops/door-knncl-sbelevator" + "self": "/stops/node-408-bridge" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-knncl-sbelevator" + "related": "/facilities/?filter[stop]=node-408-bridge" } }, "parent_station": { "data": { - "id": "place-knncl", + "id": "place-aport", "type": "stop" } }, @@ -341382,27 +358865,28 @@ }, { "attributes": { - "description": "Chestnut Hill - Parking Lot Access (East)", - "latitude": 42.326909, - "location_type": 2, - "longitude": -71.164347, - "name": "Chestnut Hill - Parking Lot Access (East)", + "description": "Massachusetts Avenue - Unpaid side of exit-only gates", + "latitude": 42.340418, + "location_type": 3, + "longitude": -71.084757, + "name": "Massachusetts Avenue", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-chhil-parke", + "id": "node-masta-camfareunpaid", "links": { - "self": "/stops/door-chhil-parke" + "self": "/stops/node-masta-camfareunpaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-chhil-parke" + "related": "/facilities/?filter[stop]=node-masta-camfareunpaid" } }, "parent_station": { "data": { - "id": "place-chhil", + "id": "place-masta", "type": "stop" } }, @@ -341414,27 +358898,28 @@ }, { "attributes": { - "description": "State - Bottom of ramp between Bowdoin platform and Oak Grove platform", - "latitude": null, + "description": "Oak Grove - Bottom of Orange Line elevator", + "latitude": 42.436982, "location_type": 3, - "longitude": null, - "name": "State", + "longitude": -71.070951, + "name": "Oak Grove", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-state-bowdoinramp-nbplatform", + "id": "node-743-platform", "links": { - "self": "/stops/node-state-bowdoinramp-nbplatform" + "self": "/stops/node-743-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-state-bowdoinramp-nbplatform" + "related": "/facilities/?filter[stop]=node-743-platform" } }, "parent_station": { "data": { - "id": "place-state", + "id": "place-ogmnl", "type": "stop" } }, @@ -341446,27 +358931,28 @@ }, { "attributes": { - "description": "Aquarium - Bottom of stairs between platform and State Street", + "description": "Wollaston - Bottom of stairs between Newport Avenue and lobby to lobby", "latitude": null, "location_type": 3, "longitude": null, - "name": "Aquarium", + "name": "Wollaston", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-aqucl-ebstatestairs-platform", + "id": "node-wlsta-stair7-lobby", "links": { - "self": "/stops/node-aqucl-ebstatestairs-platform" + "self": "/stops/node-wlsta-stair7-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-aqucl-ebstatestairs-platform" + "related": "/facilities/?filter[stop]=node-wlsta-stair7-lobby" } }, "parent_station": { "data": { - "id": "place-aqucl", + "id": "place-wlsta", "type": "stop" } }, @@ -341478,27 +358964,28 @@ }, { "attributes": { - "description": "Newton Centre - Bottom of stairs for Herrick Road, Union Street", - "latitude": 42.329161, + "description": "Assembly - Unpaid side of fare gates", + "latitude": 42.39219, "location_type": 3, - "longitude": -71.193303, - "name": "Newton Centre", + "longitude": -71.077269, + "name": "Assembly", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-newto-herrick-landing", + "id": "node-astao-rev-fareunpaid", "links": { - "self": "/stops/node-newto-herrick-landing" + "self": "/stops/node-astao-rev-fareunpaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-newto-herrick-landing" + "related": "/facilities/?filter[stop]=node-astao-rev-fareunpaid" } }, "parent_station": { "data": { - "id": "place-newto", + "id": "place-astao", "type": "stop" } }, @@ -341510,27 +358997,28 @@ }, { "attributes": { - "description": "Andrew - Unpaid side of fare gates", + "description": "Downtown Crossing - Bottom of stairs between Forest Hills platform and Ashmont/Braintree platform", "latitude": null, "location_type": 3, "longitude": null, - "name": "Andrew", + "name": "Downtown Crossing", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-andrw-fareunpaid", + "id": "node-dwnxg-stair8-rl", "links": { - "self": "/stops/node-andrw-fareunpaid" + "self": "/stops/node-dwnxg-stair8-rl" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-andrw-fareunpaid" + "related": "/facilities/?filter[stop]=node-dwnxg-stair8-rl" } }, "parent_station": { "data": { - "id": "place-andrw", + "id": "place-dwnxg", "type": "stop" } }, @@ -341542,27 +359030,28 @@ }, { "attributes": { - "description": "Beachmont - Unpaid side of fare gates", - "latitude": 42.397464, - "location_type": 3, - "longitude": -70.992431, - "name": "Beachmont", + "description": "Pawtucket/Central Falls - Pine St, Pick-up/Drop-off", + "latitude": 41.878974, + "location_type": 2, + "longitude": -71.391064, + "name": "Pawtucket/Central Falls - Pine St, Pick-up/Drop-off", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-bmmnl-fareunpaid", + "id": "door-NEC-1891-pinedrop", "links": { - "self": "/stops/node-bmmnl-fareunpaid" + "self": "/stops/door-NEC-1891-pinedrop" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-bmmnl-fareunpaid" + "related": "/facilities/?filter[stop]=door-NEC-1891-pinedrop" } }, "parent_station": { "data": { - "id": "place-bmmnl", + "id": "place-NEC-1891", "type": "stop" } }, @@ -341574,27 +359063,28 @@ }, { "attributes": { - "description": "Fields Corner - Bottom of elevator for Alewife platform", - "latitude": 42.30014, + "description": "Sullivan Square - Bottom of stairs for Forest Hills, Oak Grove", + "latitude": null, "location_type": 3, - "longitude": -71.061747, - "name": "Fields Corner", + "longitude": null, + "name": "Sullivan Square", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-957-lobby", + "id": "node-sull-sbstairs-platform", "links": { - "self": "/stops/node-957-lobby" + "self": "/stops/node-sull-sbstairs-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-957-lobby" + "related": "/facilities/?filter[stop]=node-sull-sbstairs-platform" } }, "parent_station": { "data": { - "id": "place-fldcr", + "id": "place-sull", "type": "stop" } }, @@ -341606,27 +359096,28 @@ }, { "attributes": { - "description": "South Station - Top of stairs for SL1/SL2/SL3 platform", + "description": "Wollaston - Bottom of escalator from platform to bridge", "latitude": null, "location_type": 3, "longitude": null, - "name": "South Station", + "name": "Wollaston", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-sstat-411stair-lobby", + "id": "node-449-platform", "links": { - "self": "/stops/node-sstat-411stair-lobby" + "self": "/stops/node-449-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-sstat-411stair-lobby" + "related": "/facilities/?filter[stop]=node-449-platform" } }, "parent_station": { "data": { - "id": "place-sstat", + "id": "place-wlsta", "type": "stop" } }, @@ -341638,22 +359129,23 @@ }, { "attributes": { - "description": "Ruggles - Bottom of Orange Line south platform escalator", - "latitude": null, - "location_type": 3, - "longitude": null, - "name": "Ruggles", + "description": "Ruggles - Upper Busway", + "latitude": 42.336821, + "location_type": 2, + "longitude": -71.089501, + "name": "Ruggles - Upper Busway", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-136-platform", + "id": "door-rugg-upper", "links": { - "self": "/stops/node-136-platform" + "self": "/stops/door-rugg-upper" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-136-platform" + "related": "/facilities/?filter[stop]=door-rugg-upper" } }, "parent_station": { @@ -341670,27 +359162,28 @@ }, { "attributes": { - "description": "Airport - Bottom of stairs on unpaid Busway side", - "latitude": 42.373982, + "description": "Park Street - Top of elevator between Red Line and Government Center & North platform, Winter Street Concourse", + "latitude": null, "location_type": 3, - "longitude": -71.030138, - "name": "Airport", + "longitude": null, + "name": "Park Street", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-aport-buswaystairs-lobby", + "id": "node-808-gl", "links": { - "self": "/stops/node-aport-buswaystairs-lobby" + "self": "/stops/node-808-gl" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-aport-buswaystairs-lobby" + "related": "/facilities/?filter[stop]=node-808-gl" } }, "parent_station": { "data": { - "id": "place-aport", + "id": "place-pktrm", "type": "stop" } }, @@ -341702,27 +359195,28 @@ }, { "attributes": { - "description": "State - Bottom of stairs between Oak Grove platform and City Hall", - "latitude": null, + "description": "Longwood - Top of platform stairs for Emerald Necklace", + "latitude": 42.341433, "location_type": 3, - "longitude": null, - "name": "State", + "longitude": -71.110073, + "name": "Longwood", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-ogcityhallstairs-nbplatform", + "id": "node-longw-pstairs-landing", "links": { - "self": "/stops/node-ogcityhallstairs-nbplatform" + "self": "/stops/node-longw-pstairs-landing" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-ogcityhallstairs-nbplatform" + "related": "/facilities/?filter[stop]=node-longw-pstairs-landing" } }, "parent_station": { "data": { - "id": "place-state", + "id": "place-longw", "type": "stop" } }, @@ -341734,27 +359228,28 @@ }, { "attributes": { - "description": "South Station - Top of Escalator 400", - "latitude": null, + "description": "Forest Hills - Bottom of Orange Line elevator for Arborway, Southwest Corridor Park", + "latitude": 42.301657, "location_type": 3, - "longitude": null, - "name": "South Station", + "longitude": -71.113503, + "name": "Forest Hills", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-400-middle", + "id": "node-724-lobby", "links": { - "self": "/stops/node-400-middle" + "self": "/stops/node-724-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-400-middle" + "related": "/facilities/?filter[stop]=node-724-lobby" } }, "parent_station": { "data": { - "id": "place-sstat", + "id": "place-forhl", "type": "stop" } }, @@ -341766,27 +359261,28 @@ }, { "attributes": { - "description": "South Station - Commuter Rail concourse waiting area", - "latitude": null, - "location_type": 3, - "longitude": null, - "name": "South Station", + "description": "Arlington - Arlington St (West)", + "latitude": 42.351694, + "location_type": 2, + "longitude": -71.070686, + "name": "Arlington - Arlington St (West)", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, - "id": "node-sstat-cr-lobby", + "id": "door-armnl-arltw", "links": { - "self": "/stops/node-sstat-cr-lobby" + "self": "/stops/door-armnl-arltw" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-sstat-cr-lobby" + "related": "/facilities/?filter[stop]=door-armnl-arltw" } }, "parent_station": { "data": { - "id": "place-sstat", + "id": "place-armnl", "type": "stop" } }, @@ -341798,27 +359294,28 @@ }, { "attributes": { - "description": "Downtown Crossing - 101 Arch St, Summer St", - "latitude": 42.354843, + "description": "Chelsea - Third St", + "latitude": 42.397676, "location_type": 2, - "longitude": -71.05948, - "name": "Downtown Crossing - 101 Arch St, Summer St", + "longitude": -71.04466, + "name": "Chelsea - Third St", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-dwnxg-101arch", + "id": "door-chels-croutthird", "links": { - "self": "/stops/door-dwnxg-101arch" + "self": "/stops/door-chels-croutthird" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-dwnxg-101arch" + "related": "/facilities/?filter[stop]=door-chels-croutthird" } }, "parent_station": { "data": { - "id": "place-dwnxg", + "id": "place-chels", "type": "stop" } }, @@ -341830,27 +359327,28 @@ }, { "attributes": { - "description": "Oak Grove - Top of Commuter Rail stairs", - "latitude": 42.437036, + "description": "Ashmont - Top of stairs from Peabody Square to Alewife platform", + "latitude": 42.285047, "location_type": 3, - "longitude": -71.070734, - "name": "Oak Grove", + "longitude": -71.063944, + "name": "Ashmont", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-ogmnl-crstair-lobby", + "id": "node-asmnl-peanbstair-lobby", "links": { - "self": "/stops/node-ogmnl-crstair-lobby" + "self": "/stops/node-asmnl-peanbstair-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-ogmnl-crstair-lobby" + "related": "/facilities/?filter[stop]=node-asmnl-peanbstair-lobby" } }, "parent_station": { "data": { - "id": "place-ogmnl", + "id": "place-asmnl", "type": "stop" } }, @@ -341862,27 +359360,28 @@ }, { "attributes": { - "description": "Oak Grove - Bottom of escalator from Washington Street", - "latitude": 42.436782, + "description": "Kendall/MIT - Top of Elevator 756 for Ashmont/Braintree platform", + "latitude": 42.362143, "location_type": 3, - "longitude": -71.071084, - "name": "Oak Grove", + "longitude": -71.08617, + "name": "Kendall/MIT", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-102-street", + "id": "node-756-entrance", "links": { - "self": "/stops/node-102-street" + "self": "/stops/node-756-entrance" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-102-street" + "related": "/facilities/?filter[stop]=node-756-entrance" } }, "parent_station": { "data": { - "id": "place-ogmnl", + "id": "place-knncl", "type": "stop" } }, @@ -341894,27 +359393,28 @@ }, { "attributes": { - "description": "South Station - Paid side of fare gates", + "description": "Arlington - Bottom of eastbound escalator", "latitude": null, "location_type": 3, "longitude": null, - "name": "South Station", + "name": "Arlington", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-sstat-south-farepaid", + "id": "node-435-platform", "links": { - "self": "/stops/node-sstat-south-farepaid" + "self": "/stops/node-435-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-sstat-south-farepaid" + "related": "/facilities/?filter[stop]=node-435-platform" } }, "parent_station": { "data": { - "id": "place-sstat", + "id": "place-armnl", "type": "stop" } }, @@ -341926,27 +359426,28 @@ }, { "attributes": { - "description": "Fields Corner - Paid side of fare gates", - "latitude": 42.300049, + "description": "Government Center - Top of stairs between Green Line and Blue Line", + "latitude": null, "location_type": 3, - "longitude": -71.061699, - "name": "Fields Corner", + "longitude": null, + "name": "Government Center", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-fldcr-farepaid", + "id": "node-gover-ebtransstairs-gl", "links": { - "self": "/stops/node-fldcr-farepaid" + "self": "/stops/node-gover-ebtransstairs-gl" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-fldcr-farepaid" + "related": "/facilities/?filter[stop]=node-gover-ebtransstairs-gl" } }, "parent_station": { "data": { - "id": "place-fldcr", + "id": "place-gover", "type": "stop" } }, @@ -341958,27 +359459,28 @@ }, { "attributes": { - "description": "Tufts Medical Center - Top of stairs for Forest Hills, Tremont Street", - "latitude": null, + "description": "Forest Hills - Unpaid side of fare gates", + "latitude": 42.300742, "location_type": 3, - "longitude": null, - "name": "Tufts Medical Center", + "longitude": -71.114062, + "name": "Forest Hills", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-tumnl-tresbstairs-lobby", + "id": "node-forhl-busfareunpaid", "links": { - "self": "/stops/node-tumnl-tresbstairs-lobby" + "self": "/stops/node-forhl-busfareunpaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-tumnl-tresbstairs-lobby" + "related": "/facilities/?filter[stop]=node-forhl-busfareunpaid" } }, "parent_station": { "data": { - "id": "place-tumnl", + "id": "place-forhl", "type": "stop" } }, @@ -341990,27 +359492,28 @@ }, { "attributes": { - "description": "Newtonville - Walnut St", - "latitude": 42.351356, - "location_type": 2, - "longitude": -71.20701, - "name": "Newtonville - Walnut St", + "description": "Medford/Tufts - Bottom of Elevator 772", + "latitude": 42.408005, + "location_type": 3, + "longitude": -71.117041, + "name": "Medford/Tufts", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-WML-0081-walnut", + "id": "node-772-bottom", "links": { - "self": "/stops/door-WML-0081-walnut" + "self": "/stops/node-772-bottom" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-WML-0081-walnut" + "related": "/facilities/?filter[stop]=node-772-bottom" } }, "parent_station": { "data": { - "id": "place-WML-0081", + "id": "place-mdftf", "type": "stop" } }, @@ -342022,27 +359525,28 @@ }, { "attributes": { - "description": "Andrew - South lobby center", - "latitude": null, - "location_type": 3, - "longitude": null, - "name": "Andrew", + "description": "Harvard - Brattle Square", + "latitude": 42.37331, + "location_type": 2, + "longitude": -71.120545, + "name": "Harvard - Brattle Square", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-andrw-slobbycenter", + "id": "door-harsq-brattle", "links": { - "self": "/stops/node-andrw-slobbycenter" + "self": "/stops/door-harsq-brattle" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-andrw-slobbycenter" + "related": "/facilities/?filter[stop]=door-harsq-brattle" } }, "parent_station": { "data": { - "id": "place-andrw", + "id": "place-harsq", "type": "stop" } }, @@ -342054,27 +359558,28 @@ }, { "attributes": { - "description": "Revere Beach - Top of stairs for Ocean Street", - "latitude": 42.407819, + "description": "Charles/MGH - Paid side of fare gates", + "latitude": 42.36111, "location_type": 3, - "longitude": -70.992395, - "name": "Revere Beach", + "longitude": -71.070358, + "name": "Charles/MGH", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-rbmnl-oceanstair", + "id": "node-chmnl-farepaid", "links": { - "self": "/stops/node-rbmnl-oceanstair" + "self": "/stops/node-chmnl-farepaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-rbmnl-oceanstair" + "related": "/facilities/?filter[stop]=node-chmnl-farepaid" } }, "parent_station": { "data": { - "id": "place-rbmnl", + "id": "place-chmnl", "type": "stop" } }, @@ -342086,27 +359591,28 @@ }, { "attributes": { - "description": "Assembly - Bottom of Escalator 443", - "latitude": 42.392946, - "location_type": 3, - "longitude": -71.077235, - "name": "Assembly", + "description": "Ashmont - Mattapan Line (Lobby)", + "latitude": 42.283928, + "location_type": 2, + "longitude": -71.063598, + "name": "Ashmont - Mattapan Line (Lobby)", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-astao-443-platform", + "id": "door-asmnl-matpn", "links": { - "self": "/stops/node-astao-443-platform" + "self": "/stops/door-asmnl-matpn" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-astao-443-platform" + "related": "/facilities/?filter[stop]=door-asmnl-matpn" } }, "parent_station": { "data": { - "id": "place-astao", + "id": "place-asmnl", "type": "stop" } }, @@ -342118,27 +359624,28 @@ }, { "attributes": { - "description": "South Station - Bottom of stairs for Alewife", - "latitude": null, - "location_type": 3, - "longitude": null, - "name": "South Station", + "description": "Quincy Adams - Burgin Parkway", + "latitude": 42.233317, + "location_type": 2, + "longitude": -71.007363, + "name": "Quincy Adams - Burgin Parkway", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-sstat-398stair-rl", + "id": "door-qamnl-burgin", "links": { - "self": "/stops/node-sstat-398stair-rl" + "self": "/stops/door-qamnl-burgin" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-sstat-398stair-rl" + "related": "/facilities/?filter[stop]=door-qamnl-burgin" } }, "parent_station": { "data": { - "id": "place-sstat", + "id": "place-qamnl", "type": "stop" } }, @@ -342150,27 +359657,28 @@ }, { "attributes": { - "description": "Porter - Top of stairs between Alewife platform and Ashmont/Braintree platform", - "latitude": 42.388872, + "description": "Ashmont - Bottom of escalator from Red Line platform to Peabody Square, busway", + "latitude": 42.28491, "location_type": 3, - "longitude": -71.119021, - "name": "Porter", + "longitude": -71.064123, + "name": "Ashmont", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-portr-507stairs-sbplatform", + "id": "node-437-platform", "links": { - "self": "/stops/node-portr-507stairs-sbplatform" + "self": "/stops/node-437-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-portr-507stairs-sbplatform" + "related": "/facilities/?filter[stop]=node-437-platform" } }, "parent_station": { "data": { - "id": "place-portr", + "id": "place-asmnl", "type": "stop" } }, @@ -342182,27 +359690,28 @@ }, { "attributes": { - "description": "Wellington - Bottom of elevator between platform for all trains and lobby", - "latitude": 42.401946, + "description": "Government Center - Top of escalator to Green Line", + "latitude": null, "location_type": 3, - "longitude": -71.077199, - "name": "Wellington", + "longitude": null, + "name": "Government Center", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-865-platform", + "id": "node-446-gl", "links": { - "self": "/stops/node-865-platform" + "self": "/stops/node-446-gl" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-865-platform" + "related": "/facilities/?filter[stop]=node-446-gl" } }, "parent_station": { "data": { - "id": "place-welln", + "id": "place-gover", "type": "stop" } }, @@ -342214,27 +359723,28 @@ }, { "attributes": { - "description": "Park Street - Escalator to Tremont St (South)", - "latitude": 42.355976, - "location_type": 2, - "longitude": -71.062427, - "name": "Park Street - Escalator to Tremont St (South)", + "description": "State - Top of ramp between Bowdoin platform and Oak Grove platform", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "State", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-pktrm-exitashbrain", + "id": "node-state-bowdoinramp-wbplatform", "links": { - "self": "/stops/door-pktrm-exitashbrain" + "self": "/stops/node-state-bowdoinramp-wbplatform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-pktrm-exitashbrain" + "related": "/facilities/?filter[stop]=node-state-bowdoinramp-wbplatform" } }, "parent_station": { "data": { - "id": "place-pktrm", + "id": "place-state", "type": "stop" } }, @@ -342246,27 +359756,28 @@ }, { "attributes": { - "description": "Porter - Top of stairs between Alewife platform and Ashmont/Braintree platform", - "latitude": 42.388761, + "description": "Maverick - Bottom of stairs between Maverick Square and lobby", + "latitude": null, "location_type": 3, - "longitude": -71.119051, - "name": "Porter", + "longitude": null, + "name": "Maverick", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-portr-506stairs-sbplatform", + "id": "node-mvbcl-msqstair-lobby", "links": { - "self": "/stops/node-portr-506stairs-sbplatform" + "self": "/stops/node-mvbcl-msqstair-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-portr-506stairs-sbplatform" + "related": "/facilities/?filter[stop]=node-mvbcl-msqstair-lobby" } }, "parent_station": { "data": { - "id": "place-portr", + "id": "place-mvbcl", "type": "stop" } }, @@ -342278,27 +359789,28 @@ }, { "attributes": { - "description": "Braintree - Bottom of Red Line platform upward escalator", - "latitude": 42.207614, + "description": "Kendall/MIT - Unpaid side of fare gates", + "latitude": null, "location_type": 3, - "longitude": -71.001661, - "name": "Braintree", + "longitude": null, + "name": "Kendall/MIT", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-335-lobby", + "id": "node-knncl-nbsec-fareunpaid", "links": { - "self": "/stops/node-335-lobby" + "self": "/stops/node-knncl-nbsec-fareunpaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-335-lobby" + "related": "/facilities/?filter[stop]=node-knncl-nbsec-fareunpaid" } }, "parent_station": { "data": { - "id": "place-brntn", + "id": "place-knncl", "type": "stop" } }, @@ -342310,27 +359822,28 @@ }, { "attributes": { - "description": "Beachmont - Top of stairs for Bowdoin", - "latitude": 42.397377, + "description": "Quincy Adams - Second floor of south garage stairs", + "latitude": 42.232984, "location_type": 3, - "longitude": -70.992599, - "name": "Beachmont", + "longitude": -71.007305, + "name": "Quincy Adams", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-bmmnl-378stair-platform", + "id": "node-qamnl-sgaragestairs-second", "links": { - "self": "/stops/node-bmmnl-378stair-platform" + "self": "/stops/node-qamnl-sgaragestairs-second" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-bmmnl-378stair-platform" + "related": "/facilities/?filter[stop]=node-qamnl-sgaragestairs-second" } }, "parent_station": { "data": { - "id": "place-bmmnl", + "id": "place-qamnl", "type": "stop" } }, @@ -342342,27 +359855,28 @@ }, { "attributes": { - "description": "World Trade Center - Top of outbound platform escalator", - "latitude": null, + "description": "North Station - Top of stairs between Valenti Way entrance and Valenti Way lobby", + "latitude": 42.364694, "location_type": 3, - "longitude": null, - "name": "World Trade Center", + "longitude": -71.059632, + "name": "North Station", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-404-lobby", + "id": "node-north-valenti-streetstairs-top", "links": { - "self": "/stops/node-404-lobby" + "self": "/stops/node-north-valenti-streetstairs-top" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-404-lobby" + "related": "/facilities/?filter[stop]=node-north-valenti-streetstairs-top" } }, "parent_station": { "data": { - "id": "place-wtcst", + "id": "place-north", "type": "stop" } }, @@ -342374,27 +359888,28 @@ }, { "attributes": { - "description": "Haymarket - Top of stairs between lobby and Oak Grove mezzanine", + "description": "South Station - Bottom of stairs from drop-off only platform", "latitude": null, "location_type": 3, "longitude": null, - "name": "Haymarket", + "name": "South Station", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-haecl-congogstairn-lobby", + "id": "node-sstat-400sl-sl", "links": { - "self": "/stops/node-haecl-congogstairn-lobby" + "self": "/stops/node-sstat-400sl-sl" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-haecl-congogstairn-lobby" + "related": "/facilities/?filter[stop]=node-sstat-400sl-sl" } }, "parent_station": { "data": { - "id": "place-haecl", + "id": "place-sstat", "type": "stop" } }, @@ -342406,27 +359921,28 @@ }, { "attributes": { - "description": "Back Bay - Top of Orange Line platform east escalator", + "description": "Park Street - Top of elevator between Government Center & North side platform and passageway to Copley & West", "latitude": null, "location_type": 3, "longitude": null, - "name": "Back Bay", + "name": "Park Street", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-140-lobby", + "id": "node-pktrm-ebupassstairs-platform", "links": { - "self": "/stops/node-140-lobby" + "self": "/stops/node-pktrm-ebupassstairs-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-140-lobby" + "related": "/facilities/?filter[stop]=node-pktrm-ebupassstairs-platform" } }, "parent_station": { "data": { - "id": "place-bbsta", + "id": "place-pktrm", "type": "stop" } }, @@ -342438,27 +359954,28 @@ }, { "attributes": { - "description": "North Quincy - Bottom of elevator between platform and Hancock Street, Newport Avenue lobby", - "latitude": 42.27622, + "description": "Porter - Top of escalator from lobby to Red Line platforms", + "latitude": 42.38846, "location_type": 3, - "longitude": -71.030607, - "name": "North Quincy", + "longitude": -71.11878, + "name": "Porter", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-899-platform", + "id": "node-509-lobby", "links": { - "self": "/stops/node-899-platform" + "self": "/stops/node-509-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-899-platform" + "related": "/facilities/?filter[stop]=node-509-lobby" } }, "parent_station": { "data": { - "id": "place-nqncy", + "id": "place-portr", "type": "stop" } }, @@ -342470,27 +359987,28 @@ }, { "attributes": { - "description": "Wollaston - Top of escalator from platform to bridge", - "latitude": null, + "description": "Ashmont - Top of stairs from Red Line platform to busway", + "latitude": 42.284302, "location_type": 3, - "longitude": null, - "name": "Wollaston", + "longitude": -71.063774, + "name": "Ashmont", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-449-bridge", + "id": "node-asmnl-rdexstair-lobby", "links": { - "self": "/stops/node-449-bridge" + "self": "/stops/node-asmnl-rdexstair-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-449-bridge" + "related": "/facilities/?filter[stop]=node-asmnl-rdexstair-lobby" } }, "parent_station": { "data": { - "id": "place-wlsta", + "id": "place-asmnl", "type": "stop" } }, @@ -342502,27 +360020,28 @@ }, { "attributes": { - "description": "Courthouse - Top of escalator from lobby to Thomson Place mezzanine", - "latitude": null, + "description": "Davis - Top of stairs for Holland Street", + "latitude": 42.396948, "location_type": 3, - "longitude": null, - "name": "Courthouse", + "longitude": -71.123239, + "name": "Davis", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-412-landing", + "id": "node-davis-holland-entrance", "links": { - "self": "/stops/node-412-landing" + "self": "/stops/node-davis-holland-entrance" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-412-landing" + "related": "/facilities/?filter[stop]=node-davis-holland-entrance" } }, "parent_station": { "data": { - "id": "place-crtst", + "id": "place-davis", "type": "stop" } }, @@ -342534,27 +360053,28 @@ }, { "attributes": { - "description": "Symphony - Unpaid side of fare gates", - "latitude": null, + "description": "Charles/MGH - Top of Ashmont/Braintree platform stairs", + "latitude": 42.361053, "location_type": 3, - "longitude": null, - "name": "Symphony", + "longitude": -71.070612, + "name": "Charles/MGH", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-symcl-wb-fareunpaid", + "id": "node-chmnl-sbstairs-platform", "links": { - "self": "/stops/node-symcl-wb-fareunpaid" + "self": "/stops/node-chmnl-sbstairs-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-symcl-wb-fareunpaid" + "related": "/facilities/?filter[stop]=node-chmnl-sbstairs-platform" } }, "parent_station": { "data": { - "id": "place-symcl", + "id": "place-chmnl", "type": "stop" } }, @@ -342566,27 +360086,28 @@ }, { "attributes": { - "description": "South Station - Bottom of Escalator 387", + "description": "Courthouse - Unpaid side of South Station exit-only gates", "latitude": null, "location_type": 3, "longitude": null, - "name": "South Station", + "name": "Courthouse", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-387-lobby", + "id": "node-crtst-ssexit-fareunpaid", "links": { - "self": "/stops/node-387-lobby" + "self": "/stops/node-crtst-ssexit-fareunpaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-387-lobby" + "related": "/facilities/?filter[stop]=node-crtst-ssexit-fareunpaid" } }, "parent_station": { "data": { - "id": "place-sstat", + "id": "place-crtst", "type": "stop" } }, @@ -342598,27 +360119,28 @@ }, { "attributes": { - "description": "Central - Bottom of stairs for Western Ave", - "latitude": null, - "location_type": 3, - "longitude": null, - "name": "Central", + "description": "Community College - Community College, Rutherford Ave", + "latitude": 42.373719, + "location_type": 2, + "longitude": -71.0696, + "name": "Community College - Community College, Rutherford Ave", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-cntsq-westernstair-platform", + "id": "door-ccmnl-main", "links": { - "self": "/stops/node-cntsq-westernstair-platform" + "self": "/stops/door-ccmnl-main" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-cntsq-westernstair-platform" + "related": "/facilities/?filter[stop]=door-ccmnl-main" } }, "parent_station": { "data": { - "id": "place-cntsq", + "id": "place-ccmnl", "type": "stop" } }, @@ -342630,27 +360152,28 @@ }, { "attributes": { - "description": "Kendall/MIT - Unpaid side of fare gates", - "latitude": null, + "description": "Massachusetts Avenue - Unpaid side of fare gates", + "latitude": 42.341426, "location_type": 3, - "longitude": null, - "name": "Kendall/MIT", + "longitude": -71.083572, + "name": "Massachusetts Avenue", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-knncl-nbsec-fareunpaid", + "id": "node-masta-fareunpaid", "links": { - "self": "/stops/node-knncl-nbsec-fareunpaid" + "self": "/stops/node-masta-fareunpaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-knncl-nbsec-fareunpaid" + "related": "/facilities/?filter[stop]=node-masta-fareunpaid" } }, "parent_station": { "data": { - "id": "place-knncl", + "id": "place-masta", "type": "stop" } }, @@ -342662,27 +360185,28 @@ }, { "attributes": { - "description": "Haymarket - Top of elevator between Oak Grove platform and Congress Street lobby", - "latitude": null, + "description": "North Station - Top of Escalator 393 from Oak Grove platform to Causeway Street lobby", + "latitude": 42.36554, "location_type": 3, - "longitude": null, - "name": "Haymarket", + "longitude": -71.060279, + "name": "North Station", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-903-lobby", + "id": "node-393-top", "links": { - "self": "/stops/node-903-lobby" + "self": "/stops/node-393-top" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-903-lobby" + "related": "/facilities/?filter[stop]=node-393-top" } }, "parent_station": { "data": { - "id": "place-haecl", + "id": "place-north", "type": "stop" } }, @@ -342694,27 +360218,28 @@ }, { "attributes": { - "description": "Massachusetts Avenue - Top of ramp from main entrance", - "latitude": 42.341469, + "description": "Prudential - Top of elevator between Heath Street platform and lobby", + "latitude": null, "location_type": 3, - "longitude": -71.083445, - "name": "Massachusetts Avenue", + "longitude": null, + "name": "Prudential", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-masta-unpramp-exit", + "id": "node-920-lobby", "links": { - "self": "/stops/node-masta-unpramp-exit" + "self": "/stops/node-920-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-masta-unpramp-exit" + "related": "/facilities/?filter[stop]=node-920-lobby" } }, "parent_station": { "data": { - "id": "place-masta", + "id": "place-prmnl", "type": "stop" } }, @@ -342726,27 +360251,28 @@ }, { "attributes": { - "description": "Forest Hills - Bottom of Orange Line main lobby north escalator", - "latitude": 42.300956, + "description": "Alewife - Bottom of Escalator 356 from second floor of garage to fourth floor of garage", + "latitude": 42.395822, "location_type": 3, - "longitude": -71.114044, - "name": "Forest Hills", + "longitude": -71.140989, + "name": "Alewife", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-129-platform", + "id": "node-356-bottom", "links": { - "self": "/stops/node-129-platform" + "self": "/stops/node-356-bottom" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-129-platform" + "related": "/facilities/?filter[stop]=node-356-bottom" } }, "parent_station": { "data": { - "id": "place-forhl", + "id": "place-alfcl", "type": "stop" } }, @@ -342758,27 +360284,28 @@ }, { "attributes": { - "description": "Lechmere - Top of O'Brien Hwy Elevator 764", - "latitude": 42.370882, + "description": "Maverick - Unpaid side of Maverick Square fare gates", + "latitude": null, "location_type": 3, - "longitude": -71.075697, - "name": "Lechmere", + "longitude": null, + "name": "Maverick", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-764-top", + "id": "node-mvbcl-msqfareunpaid", "links": { - "self": "/stops/node-764-top" + "self": "/stops/node-mvbcl-msqfareunpaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-764-top" + "related": "/facilities/?filter[stop]=node-mvbcl-msqfareunpaid" } }, "parent_station": { "data": { - "id": "place-lech", + "id": "place-mvbcl", "type": "stop" } }, @@ -342790,27 +360317,28 @@ }, { "attributes": { - "description": "Ruggles - Top of Commuter Rail (Tracks 1 & 3) platform stairs", + "description": "State - Unpaid side of fare gates", "latitude": null, "location_type": 3, "longitude": null, - "name": "Ruggles", + "name": "State", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-rugg-crstairs-lobby", + "id": "node-state-milk-fareunpaid", "links": { - "self": "/stops/node-rugg-crstairs-lobby" + "self": "/stops/node-state-milk-fareunpaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-rugg-crstairs-lobby" + "related": "/facilities/?filter[stop]=node-state-milk-fareunpaid" } }, "parent_station": { "data": { - "id": "place-rugg", + "id": "place-state", "type": "stop" } }, @@ -342822,27 +360350,28 @@ }, { "attributes": { - "description": "Science Park/West End - Unpaid side of fare gates", - "latitude": 42.36677, + "description": "Downtown Crossing - Paid side of fare gates", + "latitude": null, "location_type": 3, - "longitude": -71.06786, - "name": "Science Park/West End", + "longitude": null, + "name": "Downtown Crossing", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-spmnl-sfareunpaid", + "id": "node-dwnxg-frnkfare-paid", "links": { - "self": "/stops/node-spmnl-sfareunpaid" + "self": "/stops/node-dwnxg-frnkfare-paid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-spmnl-sfareunpaid" + "related": "/facilities/?filter[stop]=node-dwnxg-frnkfare-paid" } }, "parent_station": { "data": { - "id": "place-spmnl", + "id": "place-dwnxg", "type": "stop" } }, @@ -342854,27 +360383,28 @@ }, { "attributes": { - "description": "Beachmont - Bottom of stairs for Bowdoin", - "latitude": 42.397377, + "description": "Airport - Top of stairs on unpaid Busway side", + "latitude": 42.374005, "location_type": 3, - "longitude": -70.992599, - "name": "Beachmont", + "longitude": -71.030161, + "name": "Airport", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-bmmnl-378stair-lobby", + "id": "node-aport-buswaystairs-bridge", "links": { - "self": "/stops/node-bmmnl-378stair-lobby" + "self": "/stops/node-aport-buswaystairs-bridge" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-bmmnl-378stair-lobby" + "related": "/facilities/?filter[stop]=node-aport-buswaystairs-bridge" } }, "parent_station": { "data": { - "id": "place-bmmnl", + "id": "place-aport", "type": "stop" } }, @@ -342886,27 +360416,28 @@ }, { "attributes": { - "description": "Medford/Tufts - Bottom of Elevator 770", - "latitude": 42.407966, + "description": "Harvard - Bottom of stairs between Harvard Square and landing", + "latitude": null, "location_type": 3, - "longitude": -71.117009, - "name": "Medford/Tufts", + "longitude": null, + "name": "Harvard", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-770-bottom", + "id": "node-harsq-sqhighstair-landing", "links": { - "self": "/stops/node-770-bottom" + "self": "/stops/node-harsq-sqhighstair-landing" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-770-bottom" + "related": "/facilities/?filter[stop]=node-harsq-sqhighstair-landing" } }, "parent_station": { "data": { - "id": "place-mdftf", + "id": "place-harsq", "type": "stop" } }, @@ -342918,27 +360449,28 @@ }, { "attributes": { - "description": "Maverick - Top of escalator from Maverick Square to lobby", - "latitude": 42.369134, + "description": "Orient Heights - Top of Elevator 715", + "latitude": 42.386795, "location_type": 3, - "longitude": -71.039563, - "name": "Maverick", + "longitude": -71.004704, + "name": "Orient Heights", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-434-entrance", + "id": "node-715-bridge", "links": { - "self": "/stops/node-434-entrance" + "self": "/stops/node-715-bridge" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-434-entrance" + "related": "/facilities/?filter[stop]=node-715-bridge" } }, "parent_station": { "data": { - "id": "place-mvbcl", + "id": "place-orhte", "type": "stop" } }, @@ -342950,22 +360482,23 @@ }, { "attributes": { - "description": "Wollaston - Top of stairs between Newport Avenue lobby and platform", + "description": "Wollaston - Top of stairs between Newport Avenue and parking lobbies", "latitude": null, "location_type": 3, "longitude": null, "name": "Wollaston", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-wlsta-stair6-platform", + "id": "node-wlsta-lobbysteps-upper", "links": { - "self": "/stops/node-wlsta-stair6-platform" + "self": "/stops/node-wlsta-lobbysteps-upper" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-wlsta-stair6-platform" + "related": "/facilities/?filter[stop]=node-wlsta-lobbysteps-upper" } }, "parent_station": { @@ -342982,27 +360515,28 @@ }, { "attributes": { - "description": "Brookline Village - Station St, Kent St", - "latitude": 42.332818, + "description": "Kenmore - Boston University, Beacon St", + "latitude": 42.349273, "location_type": 2, - "longitude": -71.11661, - "name": "Brookline Village - Station St, Kent St", + "longitude": -71.095549, + "name": "Kenmore - Boston University, Beacon St", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, - "id": "door-bvmnl-kent", + "id": "door-kencl-beacon", "links": { - "self": "/stops/door-bvmnl-kent" + "self": "/stops/door-kencl-beacon" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-bvmnl-kent" + "related": "/facilities/?filter[stop]=door-kencl-beacon" } }, "parent_station": { "data": { - "id": "place-bvmnl", + "id": "place-kencl", "type": "stop" } }, @@ -343014,27 +360548,28 @@ }, { "attributes": { - "description": "Quincy Center - Bottom of ramp to Burgin Parkway", - "latitude": 42.25114, - "location_type": 3, - "longitude": -71.005249, - "name": "Quincy Center", + "description": "Reservoir - Chestnut Hill Ave, Cleveland Circle (Ramp)", + "latitude": 42.334975, + "location_type": 2, + "longitude": -71.148607, + "name": "Reservoir - Chestnut Hill Ave, Cleveland Circle (Ramp)", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-qnctr-burginramp-cr", + "id": "door-rsmnl-eramp", "links": { - "self": "/stops/node-qnctr-burginramp-cr" + "self": "/stops/door-rsmnl-eramp" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-qnctr-burginramp-cr" + "related": "/facilities/?filter[stop]=door-rsmnl-eramp" } }, "parent_station": { "data": { - "id": "place-qnctr", + "id": "place-rsmnl", "type": "stop" } }, @@ -343046,27 +360581,28 @@ }, { "attributes": { - "description": "Downtown Crossing - Top of stairs between Forest Hills platform and Alewife platform", + "description": "Ruggles - Top of Lower Busway Lane 2 stairs", "latitude": null, "location_type": 3, "longitude": null, - "name": "Downtown Crossing", + "name": "Ruggles", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-dwnxg-stair1-ol", + "id": "node-rugg-bus2stairs-lobby", "links": { - "self": "/stops/node-dwnxg-stair1-ol" + "self": "/stops/node-rugg-bus2stairs-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-dwnxg-stair1-ol" + "related": "/facilities/?filter[stop]=node-rugg-bus2stairs-lobby" } }, "parent_station": { "data": { - "id": "place-dwnxg", + "id": "place-rugg", "type": "stop" } }, @@ -343078,27 +360614,28 @@ }, { "attributes": { - "description": "South Station - Bottom of stairs for Ashmont/Braintree", - "latitude": null, + "description": "Braintree - Top of Red Line platform upward escalator", + "latitude": 42.20763, "location_type": 3, - "longitude": null, - "name": "South Station", + "longitude": -71.001649, + "name": "Braintree", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-sstat-400stair-rl", + "id": "node-335-platform", "links": { - "self": "/stops/node-sstat-400stair-rl" + "self": "/stops/node-335-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-sstat-400stair-rl" + "related": "/facilities/?filter[stop]=node-335-platform" } }, "parent_station": { "data": { - "id": "place-sstat", + "id": "place-brntn", "type": "stop" } }, @@ -343110,27 +360647,28 @@ }, { "attributes": { - "description": "Tufts Medical Center - Top of Escalator 147", - "latitude": null, - "location_type": 3, - "longitude": null, - "name": "Tufts Medical Center", + "description": "Newton Highlands - Walnut St, Station Ave, Buses", + "latitude": 42.32204, + "location_type": 2, + "longitude": -71.206245, + "name": "Newton Highlands - Walnut St, Station Ave, Buses", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-147-lobby", + "id": "door-newtn-walnut", "links": { - "self": "/stops/node-147-lobby" + "self": "/stops/door-newtn-walnut" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-147-lobby" + "related": "/facilities/?filter[stop]=door-newtn-walnut" } }, "parent_station": { "data": { - "id": "place-tumnl", + "id": "place-newtn", "type": "stop" } }, @@ -343142,27 +360680,28 @@ }, { "attributes": { - "description": "Brookline Hills - Tappan St (East)", - "latitude": 42.331375, - "location_type": 2, - "longitude": -71.126612, - "name": "Brookline Hills - Tappan St (East)", + "description": "Copley - Bottom of westbound platform stairs", + "latitude": 42.349792, + "location_type": 3, + "longitude": -71.078052, + "name": "Copley", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-brkhl-cypress", + "id": "node-coecl-bplstair-platform", "links": { - "self": "/stops/door-brkhl-cypress" + "self": "/stops/node-coecl-bplstair-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-brkhl-cypress" + "related": "/facilities/?filter[stop]=node-coecl-bplstair-platform" } }, "parent_station": { "data": { - "id": "place-brkhl", + "id": "place-coecl", "type": "stop" } }, @@ -343174,27 +360713,28 @@ }, { "attributes": { - "description": "Braintree - Top of Red Line platform downward escalator", - "latitude": 42.207274, + "description": "Wollaston - Paid side of parking lobby fare gates", + "latitude": null, "location_type": 3, - "longitude": -71.001694, - "name": "Braintree", + "longitude": null, + "name": "Wollaston", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-334-platform", + "id": "node-wlsta-park-farepaid", "links": { - "self": "/stops/node-334-platform" + "self": "/stops/node-wlsta-park-farepaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-334-platform" + "related": "/facilities/?filter[stop]=node-wlsta-park-farepaid" } }, "parent_station": { "data": { - "id": "place-brntn", + "id": "place-wlsta", "type": "stop" } }, @@ -343206,27 +360746,28 @@ }, { "attributes": { - "description": "Hynes Convention Center - Bottom of stairs for Newbury Street exit", - "latitude": null, + "description": "Malden Center - Bottom of stairs to exit-only gates", + "latitude": 42.426951, "location_type": 3, - "longitude": null, - "name": "Hynes Convention Center", + "longitude": -71.074237, + "name": "Malden Center", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-hymnl-newburyexit", + "id": "node-mlmnl-exitstair-lobby", "links": { - "self": "/stops/node-hymnl-newburyexit" + "self": "/stops/node-mlmnl-exitstair-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-hymnl-newburyexit" + "related": "/facilities/?filter[stop]=node-mlmnl-exitstair-lobby" } }, "parent_station": { "data": { - "id": "place-hymnl", + "id": "place-mlmnl", "type": "stop" } }, @@ -343238,27 +360779,28 @@ }, { "attributes": { - "description": "South Station - Bottom of Elevator 926", - "latitude": 42.352402, + "description": "Downtown Crossing - Unpaid side of fare gates", + "latitude": null, "location_type": 3, - "longitude": -71.055409, - "name": "South Station", + "longitude": null, + "name": "Downtown Crossing", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-926-lobby", + "id": "node-dwnxg-sumwashfare-unpaid", "links": { - "self": "/stops/node-926-lobby" + "self": "/stops/node-dwnxg-sumwashfare-unpaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-926-lobby" + "related": "/facilities/?filter[stop]=node-dwnxg-sumwashfare-unpaid" } }, "parent_station": { "data": { - "id": "place-sstat", + "id": "place-dwnxg", "type": "stop" } }, @@ -343270,22 +360812,23 @@ }, { "attributes": { - "description": "Orient Heights - Paid side of fare gates", - "latitude": 42.386891, + "description": "Orient Heights - Top of Elevator 712", + "latitude": 42.386992, "location_type": 3, - "longitude": -71.004446, + "longitude": -71.004863, "name": "Orient Heights", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-orhte-sara-farepaid", + "id": "node-712-bridge", "links": { - "self": "/stops/node-orhte-sara-farepaid" + "self": "/stops/node-712-bridge" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-orhte-sara-farepaid" + "related": "/facilities/?filter[stop]=node-712-bridge" } }, "parent_station": { @@ -343302,27 +360845,28 @@ }, { "attributes": { - "description": "Medford/Tufts - Top of stairs", - "latitude": 42.40785, - "location_type": 3, - "longitude": -71.116914, - "name": "Medford/Tufts", + "description": "Chinatown - Washington St, Essex St", + "latitude": 42.352457, + "location_type": 2, + "longitude": -71.062678, + "name": "Chinatown - Washington St, Essex St", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, - "id": "node-mdftf-stairs-top", + "id": "door-chncl-foresthills", "links": { - "self": "/stops/node-mdftf-stairs-top" + "self": "/stops/door-chncl-foresthills" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-mdftf-stairs-top" + "related": "/facilities/?filter[stop]=door-chncl-foresthills" } }, "parent_station": { "data": { - "id": "place-mdftf", + "id": "place-chncl", "type": "stop" } }, @@ -343334,27 +360878,28 @@ }, { "attributes": { - "description": "Downtown Crossing - Bottom of stairs between Forest Hills platform and Ashmont/Braintree platform", - "latitude": null, + "description": "Wood Island - Top of stairs for Wonderland", + "latitude": 42.379632, "location_type": 3, - "longitude": null, - "name": "Downtown Crossing", + "longitude": -71.022762, + "name": "Wood Island", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-dwnxg-stair8-rl", + "id": "node-wimnl-obpaidstairs-bridge", "links": { - "self": "/stops/node-dwnxg-stair8-rl" + "self": "/stops/node-wimnl-obpaidstairs-bridge" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-dwnxg-stair8-rl" + "related": "/facilities/?filter[stop]=node-wimnl-obpaidstairs-bridge" } }, "parent_station": { "data": { - "id": "place-dwnxg", + "id": "place-wimnl", "type": "stop" } }, @@ -343366,27 +360911,28 @@ }, { "attributes": { - "description": "Ashmont - Buses", - "latitude": 42.284449, - "location_type": 2, - "longitude": -71.063865, - "name": "Ashmont - Buses", + "description": "Kenmore - Bottom of escalator from westbound platform", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "Kenmore", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-asmnl-rdexits", + "id": "node-431-platform", "links": { - "self": "/stops/door-asmnl-rdexits" + "self": "/stops/node-431-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-asmnl-rdexits" + "related": "/facilities/?filter[stop]=node-431-platform" } }, "parent_station": { "data": { - "id": "place-asmnl", + "id": "place-kencl", "type": "stop" } }, @@ -343398,27 +360944,28 @@ }, { "attributes": { - "description": "Airport - Top of stairs on unpaid Busway side", - "latitude": 42.374005, + "description": "West Newton - Bottom of stairs for Washington St (West)", + "latitude": 42.347677, "location_type": 3, - "longitude": -71.030161, - "name": "Airport", + "longitude": -71.232199, + "name": "West Newton", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-aport-buswaystairs-bridge", + "id": "node-WML-0091-wbwasstairs-bottom", "links": { - "self": "/stops/node-aport-buswaystairs-bridge" + "self": "/stops/node-WML-0091-wbwasstairs-bottom" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-aport-buswaystairs-bridge" + "related": "/facilities/?filter[stop]=node-WML-0091-wbwasstairs-bottom" } }, "parent_station": { "data": { - "id": "place-aport", + "id": "place-WML-0091", "type": "stop" } }, @@ -343430,27 +360977,28 @@ }, { "attributes": { - "description": "Suffolk Downs - Bottom of ramp for Bowdoin platform", - "latitude": 42.390641, + "description": "North Quincy - Paid side of Hancock Street, Newport Avenue fare gates", + "latitude": 42.27643, "location_type": 3, - "longitude": -70.997277, - "name": "Suffolk Downs", + "longitude": -71.030873, + "name": "North Quincy", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-sdmnl-pib-platform", + "id": "node-nqncy-nhfarepaid", "links": { - "self": "/stops/node-sdmnl-pib-platform" + "self": "/stops/node-nqncy-nhfarepaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-sdmnl-pib-platform" + "related": "/facilities/?filter[stop]=node-nqncy-nhfarepaid" } }, "parent_station": { "data": { - "id": "place-sdmnl", + "id": "place-nqncy", "type": "stop" } }, @@ -343462,27 +361010,28 @@ }, { "attributes": { - "description": "South Station - Top of stairs for Red Line, Silver Line lobby", + "description": "Hynes Convention Center - Lobby end of middle landing", "latitude": null, "location_type": 3, "longitude": null, - "name": "South Station", + "name": "Hynes Convention Center", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-sstat-399stair-lobby", + "id": "node-hymnl-wbstairs-midtlobby", "links": { - "self": "/stops/node-sstat-399stair-lobby" + "self": "/stops/node-hymnl-wbstairs-midtlobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-sstat-399stair-lobby" + "related": "/facilities/?filter[stop]=node-hymnl-wbstairs-midtlobby" } }, "parent_station": { "data": { - "id": "place-sstat", + "id": "place-hymnl", "type": "stop" } }, @@ -343494,27 +361043,28 @@ }, { "attributes": { - "description": "Government Center - Top of elevator between plaza and Green Line", - "latitude": 42.359606, - "location_type": 3, - "longitude": -71.059409, - "name": "Government Center", + "description": "Babcock Street - Babcock St", + "latitude": 42.351719, + "location_type": 2, + "longitude": -71.121123, + "name": "Babcock Street - Babcock St", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-720-lobby", + "id": "door-babck-ebbabcock", "links": { - "self": "/stops/node-720-lobby" + "self": "/stops/door-babck-ebbabcock" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-720-lobby" + "related": "/facilities/?filter[stop]=door-babck-ebbabcock" } }, "parent_station": { "data": { - "id": "place-gover", + "id": "place-babck", "type": "stop" } }, @@ -343526,27 +361076,28 @@ }, { "attributes": { - "description": "Wonderland - Revere Beach Plaza entryway from garage and pedestrian bridge", - "latitude": 42.413585, - "location_type": 3, - "longitude": -70.991876, - "name": "Wonderland", + "description": "Symphony - Massachusetts Ave, Huntington Ave (East)", + "latitude": 42.342957, + "location_type": 2, + "longitude": -71.085021, + "name": "Symphony - Massachusetts Ave, Huntington Ave (East)", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, - "id": "node-wondl-ibplazaentrance", + "id": "door-symcl-hunte", "links": { - "self": "/stops/node-wondl-ibplazaentrance" + "self": "/stops/door-symcl-hunte" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-wondl-ibplazaentrance" + "related": "/facilities/?filter[stop]=door-symcl-hunte" } }, "parent_station": { "data": { - "id": "place-wondl", + "id": "place-symcl", "type": "stop" } }, @@ -343558,27 +361109,28 @@ }, { "attributes": { - "description": "Arlington - Bottom of stairs from eastbound escalator", + "description": "Tufts Medical Center - Bottom of Escalator 149", "latitude": null, "location_type": 3, "longitude": null, - "name": "Arlington", + "name": "Tufts Medical Center", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-armnl-eescstairs-lobby", + "id": "node-149-platform", "links": { - "self": "/stops/node-armnl-eescstairs-lobby" + "self": "/stops/node-149-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-armnl-eescstairs-lobby" + "related": "/facilities/?filter[stop]=node-149-platform" } }, "parent_station": { "data": { - "id": "place-armnl", + "id": "place-tumnl", "type": "stop" } }, @@ -343590,27 +361142,28 @@ }, { "attributes": { - "description": "Beachmont - Top of Escalator 379", - "latitude": 42.397263, + "description": "Downtown Crossing - Outside of exit-only doors from Alewife platform", + "latitude": null, "location_type": 3, - "longitude": -70.992465, - "name": "Beachmont", + "longitude": null, + "name": "Downtown Crossing", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-379-platform", + "id": "node-dwnxg-nbsumexitfare-unpaid", "links": { - "self": "/stops/node-379-platform" + "self": "/stops/node-dwnxg-nbsumexitfare-unpaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-379-platform" + "related": "/facilities/?filter[stop]=node-dwnxg-nbsumexitfare-unpaid" } }, "parent_station": { "data": { - "id": "place-bmmnl", + "id": "place-dwnxg", "type": "stop" } }, @@ -343622,27 +361175,28 @@ }, { "attributes": { - "description": "State - Top of stairs between Oak Grove platform and City Hall", - "latitude": null, + "description": "Copley - Unpaid side of fare gates", + "latitude": 42.350189, "location_type": 3, - "longitude": null, - "name": "State", + "longitude": -71.0774, + "name": "Copley", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-ogcityhallstairs-lobby", + "id": "node-coecl-wbfareunpaid", "links": { - "self": "/stops/node-ogcityhallstairs-lobby" + "self": "/stops/node-coecl-wbfareunpaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-ogcityhallstairs-lobby" + "related": "/facilities/?filter[stop]=node-coecl-wbfareunpaid" } }, "parent_station": { "data": { - "id": "place-state", + "id": "place-coecl", "type": "stop" } }, @@ -343654,27 +361208,28 @@ }, { "attributes": { - "description": "Government Center - Bottom of elevator between plaza and Green Line", - "latitude": 42.359606, + "description": "Park Street - Top of stairs between Ashmont/Braintree platform and Copley & West platform", + "latitude": null, "location_type": 3, - "longitude": -71.059409, - "name": "Government Center", + "longitude": null, + "name": "Park Street", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-720-platform", + "id": "node-pktrm-sbwbstairs-gl", "links": { - "self": "/stops/node-720-platform" + "self": "/stops/node-pktrm-sbwbstairs-gl" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-720-platform" + "related": "/facilities/?filter[stop]=node-pktrm-sbwbstairs-gl" } }, "parent_station": { "data": { - "id": "place-gover", + "id": "place-pktrm", "type": "stop" } }, @@ -343686,27 +361241,28 @@ }, { "attributes": { - "description": "Oak Grove - Top of Orange Line stairs", - "latitude": 42.437045, + "description": "Quincy Adams - Sixth floor of south garage stairs", + "latitude": 42.23274, "location_type": 3, - "longitude": -71.070931, - "name": "Oak Grove", + "longitude": -71.007755, + "name": "Quincy Adams", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-ogmnl-olstair-lobby", + "id": "node-qamnl-sgaragestairs-sixth", "links": { - "self": "/stops/node-ogmnl-olstair-lobby" + "self": "/stops/node-qamnl-sgaragestairs-sixth" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-ogmnl-olstair-lobby" + "related": "/facilities/?filter[stop]=node-qamnl-sgaragestairs-sixth" } }, "parent_station": { "data": { - "id": "place-ogmnl", + "id": "place-qamnl", "type": "stop" } }, @@ -343718,27 +361274,28 @@ }, { "attributes": { - "description": "Porter - Top of escalator from Alewife platform to Ashmont/Braintree platform", - "latitude": 42.388867, + "description": "Haymarket - Bottom of stairs between lobby and busway", + "latitude": null, "location_type": 3, - "longitude": -71.119042, - "name": "Porter", + "longitude": null, + "name": "Haymarket", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-507-sbplatform", + "id": "node-haecl-busstair-lobby", "links": { - "self": "/stops/node-507-sbplatform" + "self": "/stops/node-haecl-busstair-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-507-sbplatform" + "related": "/facilities/?filter[stop]=node-haecl-busstair-lobby" } }, "parent_station": { "data": { - "id": "place-portr", + "id": "place-haecl", "type": "stop" } }, @@ -343750,27 +361307,28 @@ }, { "attributes": { - "description": "Back Bay - Bottom of Tracks 1-3 Clarendon Street exit stairs", - "latitude": null, + "description": "Forest Hills - Bottom of Orange Line platform south escalator", + "latitude": 42.300603, "location_type": 3, - "longitude": null, - "name": "Back Bay", + "longitude": -71.114281, + "name": "Forest Hills", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-bbsta-13clarexit-bottom", + "id": "node-130-platform", "links": { - "self": "/stops/node-bbsta-13clarexit-bottom" + "self": "/stops/node-130-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-bbsta-13clarexit-bottom" + "related": "/facilities/?filter[stop]=node-130-platform" } }, "parent_station": { "data": { - "id": "place-bbsta", + "id": "place-forhl", "type": "stop" } }, @@ -343782,27 +361340,28 @@ }, { "attributes": { - "description": "South Station - Summer St, Atlantic Ave, Commuter Rail", - "latitude": 42.352363, - "location_type": 2, - "longitude": -71.055071, - "name": "South Station - Summer St, Atlantic Ave, Commuter Rail", + "description": "Chinatown - Bottom of Oak Grove elevator", + "latitude": 42.352626, + "location_type": 3, + "longitude": -71.062408, + "name": "Chinatown", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-sstat-outmain", + "id": "node-876-lobby", "links": { - "self": "/stops/door-sstat-outmain" + "self": "/stops/node-876-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-sstat-outmain" + "related": "/facilities/?filter[stop]=node-876-lobby" } }, "parent_station": { "data": { - "id": "place-sstat", + "id": "place-chncl", "type": "stop" } }, @@ -343814,27 +361373,28 @@ }, { "attributes": { - "description": "JFK/UMass - Top of stairs between busway, Commuter Rail, Old Colony Avenue and Red Line", - "latitude": 42.320796, - "location_type": 3, - "longitude": -71.051706, - "name": "JFK/UMass", + "description": "Newton Highlands - Lake Ave, Walnut St", + "latitude": 42.322676, + "location_type": 2, + "longitude": -71.205617, + "name": "Newton Highlands - Lake Ave, Walnut St", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-jfk-oldstairw-lobby", + "id": "door-newtn-lake", "links": { - "self": "/stops/node-jfk-oldstairw-lobby" + "self": "/stops/door-newtn-lake" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-jfk-oldstairw-lobby" + "related": "/facilities/?filter[stop]=door-newtn-lake" } }, "parent_station": { "data": { - "id": "place-jfk", + "id": "place-newtn", "type": "stop" } }, @@ -343846,27 +361406,28 @@ }, { "attributes": { - "description": "Tufts Medical Center - Unpaid side of fare gates", + "description": "Maverick - Bottom of escalator from Maverick Square to lobby", "latitude": null, "location_type": 3, "longitude": null, - "name": "Tufts Medical Center", + "name": "Maverick", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-tumnl-wash-fareunpaid", + "id": "node-434-lobby", "links": { - "self": "/stops/node-tumnl-wash-fareunpaid" + "self": "/stops/node-434-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-tumnl-wash-fareunpaid" + "related": "/facilities/?filter[stop]=node-434-lobby" } }, "parent_station": { "data": { - "id": "place-tumnl", + "id": "place-mvbcl", "type": "stop" } }, @@ -343878,27 +361439,28 @@ }, { "attributes": { - "description": "Massachusetts Avenue - Unpaid side of fare gates", - "latitude": 42.341426, + "description": "Longwood - Bottom of platform ramp for Emerald Necklace", + "latitude": 42.341463, "location_type": 3, - "longitude": -71.083572, - "name": "Massachusetts Avenue", + "longitude": -71.110097, + "name": "Longwood", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-masta-fareunpaid", + "id": "node-longw-pramp-platform", "links": { - "self": "/stops/node-masta-fareunpaid" + "self": "/stops/node-longw-pramp-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-masta-fareunpaid" + "related": "/facilities/?filter[stop]=node-longw-pramp-platform" } }, "parent_station": { "data": { - "id": "place-masta", + "id": "place-longw", "type": "stop" } }, @@ -343910,27 +361472,28 @@ }, { "attributes": { - "description": "Downtown Crossing - Bottom of stairs between Washington Street, Winter Street lobby and mezzanine", - "latitude": null, + "description": "Malden Center - Paid side of exit-only gates", + "latitude": 42.426928, "location_type": 3, - "longitude": null, - "name": "Downtown Crossing", + "longitude": -71.074247, + "name": "Malden Center", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-dwnxg-stair10-lobby", + "id": "node-mlmnl-exitfarepaid", "links": { - "self": "/stops/node-dwnxg-stair10-lobby" + "self": "/stops/node-mlmnl-exitfarepaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-dwnxg-stair10-lobby" + "related": "/facilities/?filter[stop]=node-mlmnl-exitfarepaid" } }, "parent_station": { "data": { - "id": "place-dwnxg", + "id": "place-mlmnl", "type": "stop" } }, @@ -343942,27 +361505,28 @@ }, { "attributes": { - "description": "Newtonville - Bottom of stairs for Walnut St", - "latitude": 42.351373, + "description": "Park Street - Bottom of elevator between Red Line and Copley & West platform", + "latitude": null, "location_type": 3, - "longitude": -71.206839, - "name": "Newtonville", + "longitude": null, + "name": "Park Street", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-WML-0081-walnutstairs-bottom", + "id": "node-979-rl", "links": { - "self": "/stops/node-WML-0081-walnutstairs-bottom" + "self": "/stops/node-979-rl" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-WML-0081-walnutstairs-bottom" + "related": "/facilities/?filter[stop]=node-979-rl" } }, "parent_station": { "data": { - "id": "place-WML-0081", + "id": "place-pktrm", "type": "stop" } }, @@ -343974,27 +361538,28 @@ }, { "attributes": { - "description": "Chinatown - Bottom of stairs for street", + "description": "Courthouse - Top of escalator from South Station platform to exit-only gates", "latitude": null, "location_type": 3, "longitude": null, - "name": "Chinatown", + "name": "Courthouse", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-chncl-ogonlystair-lobby", + "id": "node-416-lobby", "links": { - "self": "/stops/node-chncl-ogonlystair-lobby" + "self": "/stops/node-416-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-chncl-ogonlystair-lobby" + "related": "/facilities/?filter[stop]=node-416-lobby" } }, "parent_station": { "data": { - "id": "place-chncl", + "id": "place-crtst", "type": "stop" } }, @@ -344006,27 +361571,28 @@ }, { "attributes": { - "description": "Newton Highlands - Bottom of ramp for Hyde Street", - "latitude": 42.323184, + "description": "Alewife - Second floor of stairs between concourse and fifth floor of garage", + "latitude": 42.395511, "location_type": 3, - "longitude": -71.204705, - "name": "Newton Highlands", + "longitude": -71.142221, + "name": "Alewife", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-newtn-hyde-platform", + "id": "node-alfcl-wgaragestairs-second", "links": { - "self": "/stops/node-newtn-hyde-platform" + "self": "/stops/node-alfcl-wgaragestairs-second" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-newtn-hyde-platform" + "related": "/facilities/?filter[stop]=node-alfcl-wgaragestairs-second" } }, "parent_station": { "data": { - "id": "place-newtn", + "id": "place-alfcl", "type": "stop" } }, @@ -344038,27 +361604,28 @@ }, { "attributes": { - "description": "Ruggles - Bottom of Forsyth Street entrance stairs", + "description": "Jackson Square - Top of Escalator 133", "latitude": null, "location_type": 3, "longitude": null, - "name": "Ruggles", + "name": "Jackson Square", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-rugg-forsythstairs-bottom", + "id": "node-jaksn-133-lobby", "links": { - "self": "/stops/node-rugg-forsythstairs-bottom" + "self": "/stops/node-jaksn-133-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-rugg-forsythstairs-bottom" + "related": "/facilities/?filter[stop]=node-jaksn-133-lobby" } }, "parent_station": { "data": { - "id": "place-rugg", + "id": "place-jaksn", "type": "stop" } }, @@ -344070,27 +361637,28 @@ }, { "attributes": { - "description": "Courthouse - Top of elevator between Fan Pier Boulevard and lobby", - "latitude": null, + "description": "Assembly - Top of stairs for Revolution Drive", + "latitude": 42.392158, "location_type": 3, - "longitude": null, - "name": "Courthouse", + "longitude": -71.077406, + "name": "Assembly", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-940-entrance", + "id": "node-astao-revdoorstair-lobby", "links": { - "self": "/stops/node-940-entrance" + "self": "/stops/node-astao-revdoorstair-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-940-entrance" + "related": "/facilities/?filter[stop]=node-astao-revdoorstair-lobby" } }, "parent_station": { "data": { - "id": "place-crtst", + "id": "place-astao", "type": "stop" } }, @@ -344102,27 +361670,28 @@ }, { "attributes": { - "description": "Auburndale - Auburn St", - "latitude": 42.346332, - "location_type": 2, - "longitude": -71.246948, - "name": "Auburndale - Auburn St", + "description": "Quincy Adams - Second floor of garage level of Elevator 807", + "latitude": 42.233095, + "location_type": 3, + "longitude": -71.007194, + "name": "Quincy Adams", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-WML-0102-auburn", + "id": "node-807-second", "links": { - "self": "/stops/door-WML-0102-auburn" + "self": "/stops/node-807-second" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-WML-0102-auburn" + "related": "/facilities/?filter[stop]=node-807-second" } }, "parent_station": { "data": { - "id": "place-WML-0102", + "id": "place-qamnl", "type": "stop" } }, @@ -344134,27 +361703,28 @@ }, { "attributes": { - "description": "Tufts Medical Center - Bottom of Escalator 145", + "description": "Haymarket - Top of stairs between Oak Grove platform and Green Line, busway passageway", "latitude": null, "location_type": 3, "longitude": null, - "name": "Tufts Medical Center", + "name": "Haymarket", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-145-lobby", + "id": "node-haecl-passogstair-platform", "links": { - "self": "/stops/node-145-lobby" + "self": "/stops/node-haecl-passogstair-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-145-lobby" + "related": "/facilities/?filter[stop]=node-haecl-passogstair-platform" } }, "parent_station": { "data": { - "id": "place-tumnl", + "id": "place-haecl", "type": "stop" } }, @@ -344166,27 +361736,28 @@ }, { "attributes": { - "description": "Riverside - Buses, Parking (Stairs)", - "latitude": 42.337328, - "location_type": 2, - "longitude": -71.252858, - "name": "Riverside - Buses, Parking (Stairs)", + "description": "Aquarium - Top of elevator between Bowdoin platform and State Street", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "Aquarium", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-river-wstairs", + "id": "node-914-lobby", "links": { - "self": "/stops/door-river-wstairs" + "self": "/stops/node-914-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-river-wstairs" + "related": "/facilities/?filter[stop]=node-914-lobby" } }, "parent_station": { "data": { - "id": "place-river", + "id": "place-aqucl", "type": "stop" } }, @@ -344198,27 +361769,28 @@ }, { "attributes": { - "description": "Massachusetts Avenue - North end of Massachusetts Ave underpass", - "latitude": 42.341801, + "description": "Wollaston - Top of stairs between Newport Avenue and lobby", + "latitude": null, "location_type": 3, - "longitude": -71.083222, - "name": "Massachusetts Avenue", + "longitude": null, + "name": "Wollaston", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-masta-undernorth-way", + "id": "node-wlsta-stair7-street", "links": { - "self": "/stops/node-masta-undernorth-way" + "self": "/stops/node-wlsta-stair7-street" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-masta-undernorth-way" + "related": "/facilities/?filter[stop]=node-wlsta-stair7-street" } }, "parent_station": { "data": { - "id": "place-masta", + "id": "place-wlsta", "type": "stop" } }, @@ -344230,27 +361802,28 @@ }, { "attributes": { - "description": "Airport - Unpaid side of fare gates", - "latitude": 42.374495, + "description": "Harvard - Bottom of stairs between Upper Busway and Lower Busway", + "latitude": null, "location_type": 3, - "longitude": -71.030252, - "name": "Airport", + "longitude": null, + "name": "Harvard", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-aport-bremen-fareunpaid", + "id": "node-harsq-lowupstair-lower", "links": { - "self": "/stops/node-aport-bremen-fareunpaid" + "self": "/stops/node-harsq-lowupstair-lower" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-aport-bremen-fareunpaid" + "related": "/facilities/?filter[stop]=node-harsq-lowupstair-lower" } }, "parent_station": { "data": { - "id": "place-aport", + "id": "place-harsq", "type": "stop" } }, @@ -344262,27 +361835,28 @@ }, { "attributes": { - "description": "Courthouse - Bottom of escalator from lobby to Fan Pier Boulevard", - "latitude": null, + "description": "Wood Island - Bottom of stairs for all trains, buses, Bennington Street", + "latitude": 42.379818, "location_type": 3, - "longitude": null, - "name": "Courthouse", + "longitude": -71.023092, + "name": "Wood Island", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-418-lobby", + "id": "node-wimnl-ibunpaidstairs-street", "links": { - "self": "/stops/node-418-lobby" + "self": "/stops/node-wimnl-ibunpaidstairs-street" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-418-lobby" + "related": "/facilities/?filter[stop]=node-wimnl-ibunpaidstairs-street" } }, "parent_station": { "data": { - "id": "place-crtst", + "id": "place-wimnl", "type": "stop" } }, @@ -344294,27 +361868,28 @@ }, { "attributes": { - "description": "Harvard - Top of stairs between Upper Busway and Lower Busway", - "latitude": null, - "location_type": 3, - "longitude": null, - "name": "Harvard", + "description": "Chestnut Hill - Shopping Center, Boston College", + "latitude": 42.326808, + "location_type": 2, + "longitude": -71.165473, + "name": "Chestnut Hill - Shopping Center, Boston College", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, - "id": "node-harsq-lowupstair-upper", + "id": "door-chhil-bc", "links": { - "self": "/stops/node-harsq-lowupstair-upper" + "self": "/stops/door-chhil-bc" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-harsq-lowupstair-upper" + "related": "/facilities/?filter[stop]=door-chhil-bc" } }, "parent_station": { "data": { - "id": "place-harsq", + "id": "place-chhil", "type": "stop" } }, @@ -344326,27 +361901,28 @@ }, { "attributes": { - "description": "Maverick - Sumner St, Maverick Square", - "latitude": 42.369193, - "location_type": 2, - "longitude": -71.0395, - "name": "Maverick - Sumner St, Maverick Square", + "description": "Ruggles - Top of Forsyth Street entrance escalator", + "latitude": 42.336861, + "location_type": 3, + "longitude": -71.089372, + "name": "Ruggles", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-mvbcl-square", + "id": "node-138-top", "links": { - "self": "/stops/door-mvbcl-square" + "self": "/stops/node-138-top" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-mvbcl-square" + "related": "/facilities/?filter[stop]=node-138-top" } }, "parent_station": { "data": { - "id": "place-mvbcl", + "id": "place-rugg", "type": "stop" } }, @@ -344358,27 +361934,28 @@ }, { "attributes": { - "description": "Park Street - Bottom of stairs between Alewife platform and Winter Street Concourse", - "latitude": null, + "description": "Quincy Adams - Fourth floor of north garage stairs", + "latitude": 42.233049, "location_type": 3, - "longitude": null, - "name": "Park Street", + "longitude": -71.007517, + "name": "Quincy Adams", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-pktrm-nbwinterstairs-platform", + "id": "node-qamnl-ngaragestairs-fourth", "links": { - "self": "/stops/node-pktrm-nbwinterstairs-platform" + "self": "/stops/node-qamnl-ngaragestairs-fourth" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-pktrm-nbwinterstairs-platform" + "related": "/facilities/?filter[stop]=node-qamnl-ngaragestairs-fourth" } }, "parent_station": { "data": { - "id": "place-pktrm", + "id": "place-qamnl", "type": "stop" } }, @@ -344390,27 +361967,28 @@ }, { "attributes": { - "description": "Beachmont - Bottom of Escalator 379", - "latitude": 42.397384, + "description": "Assembly - Top of Escalator 442", + "latitude": 42.393187, "location_type": 3, - "longitude": -70.992387, - "name": "Beachmont", + "longitude": -71.077668, + "name": "Assembly", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-379-lobby", + "id": "node-astao-442-lobby", "links": { - "self": "/stops/node-379-lobby" + "self": "/stops/node-astao-442-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-379-lobby" + "related": "/facilities/?filter[stop]=node-astao-442-lobby" } }, "parent_station": { "data": { - "id": "place-bmmnl", + "id": "place-astao", "type": "stop" } }, @@ -344422,27 +362000,28 @@ }, { "attributes": { - "description": "Courthouse - Bottom of stairs for South Station platform", + "description": "Back Bay - Bottom of Tracks 5-7 west stairs", "latitude": null, "location_type": 3, "longitude": null, - "name": "Courthouse", + "name": "Back Bay", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-crtst-ssmainstair-platform", + "id": "node-bbsta-w57stairs-platform", "links": { - "self": "/stops/node-crtst-ssmainstair-platform" + "self": "/stops/node-bbsta-w57stairs-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-crtst-ssmainstair-platform" + "related": "/facilities/?filter[stop]=node-bbsta-w57stairs-platform" } }, "parent_station": { "data": { - "id": "place-crtst", + "id": "place-bbsta", "type": "stop" } }, @@ -344454,27 +362033,28 @@ }, { "attributes": { - "description": "Wonderland - Top of Revere Beach Plaza stairs from North Shore Road", - "latitude": 42.413713, - "location_type": 3, - "longitude": -70.991682, - "name": "Wonderland", + "description": "Riverside - Grove Street, Parking", + "latitude": 42.337258, + "location_type": 2, + "longitude": -71.252523, + "name": "Riverside - Grove Street, Parking", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, - "id": "node-wondl-nshoreplazastairs-plaza", + "id": "door-river-estairs", "links": { - "self": "/stops/node-wondl-nshoreplazastairs-plaza" + "self": "/stops/door-river-estairs" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-wondl-nshoreplazastairs-plaza" + "related": "/facilities/?filter[stop]=door-river-estairs" } }, "parent_station": { "data": { - "id": "place-wondl", + "id": "place-river", "type": "stop" } }, @@ -344486,27 +362066,28 @@ }, { "attributes": { - "description": "Wellington - Top of escalator from platform for all trains to lobby", - "latitude": 42.402196, + "description": "Newton Highlands - Bottom of ramp for Hyde Street", + "latitude": 42.323184, "location_type": 3, - "longitude": -71.077194, - "name": "Wellington", + "longitude": -71.204705, + "name": "Newton Highlands", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-309-lobby", + "id": "node-newtn-hyde-platform", "links": { - "self": "/stops/node-309-lobby" + "self": "/stops/node-newtn-hyde-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-309-lobby" + "related": "/facilities/?filter[stop]=node-newtn-hyde-platform" } }, "parent_station": { "data": { - "id": "place-welln", + "id": "place-newtn", "type": "stop" } }, @@ -344518,27 +362099,28 @@ }, { "attributes": { - "description": "Wollaston - Unpaid side of Newport Avenue lobby fare gates", - "latitude": null, + "description": "North Station - Top of Escalator 385 from Valenti Way entrance to Valenti Way lobby", + "latitude": 42.364706, "location_type": 3, - "longitude": null, - "name": "Wollaston", + "longitude": -71.059611, + "name": "North Station", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-wlsta-mainnewp-fareunpaid", + "id": "node-385-top", "links": { - "self": "/stops/node-wlsta-mainnewp-fareunpaid" + "self": "/stops/node-385-top" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-wlsta-mainnewp-fareunpaid" + "related": "/facilities/?filter[stop]=node-385-top" } }, "parent_station": { "data": { - "id": "place-wlsta", + "id": "place-north", "type": "stop" } }, @@ -344550,27 +362132,28 @@ }, { "attributes": { - "description": "Kendall/MIT - Top of stairs between Carleton St and Ashmont/Braintree platform", - "latitude": 42.362029, + "description": "Assembly - Bottom of Elevator 719", + "latitude": 42.392237, "location_type": 3, - "longitude": -71.086242, - "name": "Kendall/MIT", + "longitude": -71.077218, + "name": "Assembly", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-knncl-sbcarleton-entrance", + "id": "node-astao-719-platform", "links": { - "self": "/stops/node-knncl-sbcarleton-entrance" + "self": "/stops/node-astao-719-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-knncl-sbcarleton-entrance" + "related": "/facilities/?filter[stop]=node-astao-719-platform" } }, "parent_station": { "data": { - "id": "place-knncl", + "id": "place-astao", "type": "stop" } }, @@ -344582,27 +362165,28 @@ }, { "attributes": { - "description": "Airport - Paid side of fare gates", - "latitude": 42.374122, + "description": "South Station - Top of stairs for SL1/SL2/SL3 platform", + "latitude": null, "location_type": 3, - "longitude": -71.030096, - "name": "Airport", + "longitude": null, + "name": "South Station", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-aport-buses-farepaid", + "id": "node-sstat-411stair-lobby", "links": { - "self": "/stops/node-aport-buses-farepaid" + "self": "/stops/node-sstat-411stair-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-aport-buses-farepaid" + "related": "/facilities/?filter[stop]=node-sstat-411stair-lobby" } }, "parent_station": { "data": { - "id": "place-aport", + "id": "place-sstat", "type": "stop" } }, @@ -344614,27 +362198,28 @@ }, { "attributes": { - "description": "Kendall/MIT - Bottom of Elevator 756 for Ashmont/Braintree platform", - "latitude": 42.362143, + "description": "Arlington - Top of westbound stairs", + "latitude": null, "location_type": 3, - "longitude": -71.08617, - "name": "Kendall/MIT", + "longitude": null, + "name": "Arlington", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-756-platform", + "id": "node-armnl-wbstairs-lobby", "links": { - "self": "/stops/node-756-platform" + "self": "/stops/node-armnl-wbstairs-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-756-platform" + "related": "/facilities/?filter[stop]=node-armnl-wbstairs-lobby" } }, "parent_station": { "data": { - "id": "place-knncl", + "id": "place-armnl", "type": "stop" } }, @@ -344646,27 +362231,28 @@ }, { "attributes": { - "description": "Reservoir - Bottom of ramp for Cleveland Circle", - "latitude": 42.335125, + "description": "North Station - Top of Elevator 732 between passageway and commuter rail station", + "latitude": null, "location_type": 3, - "longitude": -71.149228, - "name": "Reservoir", + "longitude": null, + "name": "North Station", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-rsmnl-wramp-platform", + "id": "node-732-top", "links": { - "self": "/stops/node-rsmnl-wramp-platform" + "self": "/stops/node-732-top" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-rsmnl-wramp-platform" + "related": "/facilities/?filter[stop]=node-732-top" } }, "parent_station": { "data": { - "id": "place-rsmnl", + "id": "place-north", "type": "stop" } }, @@ -344678,27 +362264,28 @@ }, { "attributes": { - "description": "Fields Corner - Top of escalator to Alewife platform", - "latitude": 42.299892, + "description": "Forest Hills - Bottom of Commuter Rail elevator", + "latitude": 42.300838, "location_type": 3, - "longitude": -71.062021, - "name": "Fields Corner", + "longitude": -71.113793, + "name": "Forest Hills", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-427-platform", + "id": "node-841-platform", "links": { - "self": "/stops/node-427-platform" + "self": "/stops/node-841-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-427-platform" + "related": "/facilities/?filter[stop]=node-841-platform" } }, "parent_station": { "data": { - "id": "place-fldcr", + "id": "place-forhl", "type": "stop" } }, @@ -344710,27 +362297,28 @@ }, { "attributes": { - "description": "Andrew - Top of south outbound stairs", - "latitude": null, - "location_type": 3, - "longitude": null, - "name": "Andrew", + "description": "Union Square - Allen St", + "latitude": 42.376841, + "location_type": 2, + "longitude": -71.093356, + "name": "Union Square - Allen St", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-andrw-sobstairs-lobby", + "id": "door-unsqu-allen", "links": { - "self": "/stops/node-andrw-sobstairs-lobby" + "self": "/stops/door-unsqu-allen" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-andrw-sobstairs-lobby" + "related": "/facilities/?filter[stop]=door-unsqu-allen" } }, "parent_station": { "data": { - "id": "place-andrw", + "id": "place-unsqu", "type": "stop" } }, @@ -344742,27 +362330,28 @@ }, { "attributes": { - "description": "Science Park/West End - Bottom of outbound platform stairs", - "latitude": 42.36681, + "description": "Hynes Convention Center - Bottom of stairs for Newbury Street exit", + "latitude": null, "location_type": 3, - "longitude": -71.067754, - "name": "Science Park/West End", + "longitude": null, + "name": "Hynes Convention Center", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-spmnl-obstairs-lobby", + "id": "node-hymnl-newburyexit", "links": { - "self": "/stops/node-spmnl-obstairs-lobby" + "self": "/stops/node-hymnl-newburyexit" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-spmnl-obstairs-lobby" + "related": "/facilities/?filter[stop]=node-hymnl-newburyexit" } }, "parent_station": { "data": { - "id": "place-spmnl", + "id": "place-hymnl", "type": "stop" } }, @@ -344774,27 +362363,28 @@ }, { "attributes": { - "description": "Quincy Adams - Independence Avenue", - "latitude": 42.233436, - "location_type": 2, - "longitude": -71.006137, - "name": "Quincy Adams - Independence Avenue", + "description": "Wood Island - Top of Elevator 889 (outside fare control)", + "latitude": 42.379769, + "location_type": 3, + "longitude": -71.022991, + "name": "Wood Island", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-qamnl-indep", + "id": "node-889-unpaidbridge", "links": { - "self": "/stops/door-qamnl-indep" + "self": "/stops/node-889-unpaidbridge" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-qamnl-indep" + "related": "/facilities/?filter[stop]=node-889-unpaidbridge" } }, "parent_station": { "data": { - "id": "place-qamnl", + "id": "place-wimnl", "type": "stop" } }, @@ -344806,27 +362396,28 @@ }, { "attributes": { - "description": "Ashmont - Paid side of fare gates", - "latitude": 42.283572, - "location_type": 3, - "longitude": -71.06297, - "name": "Ashmont", + "description": "World Trade Center - Congress St", + "latitude": 42.348702, + "location_type": 2, + "longitude": -71.042368, + "name": "World Trade Center - Congress St", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-asmnl-radfarepaid", + "id": "door-wtcst-congress", "links": { - "self": "/stops/node-asmnl-radfarepaid" + "self": "/stops/door-wtcst-congress" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-asmnl-radfarepaid" + "related": "/facilities/?filter[stop]=door-wtcst-congress" } }, "parent_station": { "data": { - "id": "place-asmnl", + "id": "place-wtcst", "type": "stop" } }, @@ -344838,27 +362429,28 @@ }, { "attributes": { - "description": "Assembly - Top of platform stairs for Revolution Drive", - "latitude": 42.392158, + "description": "Haymarket - Bottom of escalator from lobby to busway", + "latitude": null, "location_type": 3, - "longitude": -71.077208, - "name": "Assembly", + "longitude": null, + "name": "Haymarket", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-astao-revplatstair-lobby", + "id": "node-313-lobby", "links": { - "self": "/stops/node-astao-revplatstair-lobby" + "self": "/stops/node-313-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-astao-revplatstair-lobby" + "related": "/facilities/?filter[stop]=node-313-lobby" } }, "parent_station": { "data": { - "id": "place-astao", + "id": "place-haecl", "type": "stop" } }, @@ -344870,27 +362462,28 @@ }, { "attributes": { - "description": "Downtown Crossing - Temple Place, Lafaytette Place", - "latitude": 42.354877, - "location_type": 2, - "longitude": -71.061547, - "name": "Downtown Crossing - Temple Place, Lafaytette Place", + "description": "Beachmont - Unpaid side of fare gates", + "latitude": 42.397464, + "location_type": 3, + "longitude": -70.992431, + "name": "Beachmont", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-dwnxg-temple", + "id": "node-bmmnl-fareunpaid", "links": { - "self": "/stops/door-dwnxg-temple" + "self": "/stops/node-bmmnl-fareunpaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-dwnxg-temple" + "related": "/facilities/?filter[stop]=node-bmmnl-fareunpaid" } }, "parent_station": { "data": { - "id": "place-dwnxg", + "id": "place-bmmnl", "type": "stop" } }, @@ -344902,27 +362495,28 @@ }, { "attributes": { - "description": "Quincy Center - Burgin Parkway entryway", - "latitude": 42.251483, + "description": "Community College - Top of stairs", + "latitude": null, "location_type": 3, - "longitude": -71.005374, - "name": "Quincy Center", + "longitude": null, + "name": "Community College", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-qnctr-burgin-door", + "id": "node-ccmnl-stairs-lobby", "links": { - "self": "/stops/node-qnctr-burgin-door" + "self": "/stops/node-ccmnl-stairs-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-qnctr-burgin-door" + "related": "/facilities/?filter[stop]=node-ccmnl-stairs-lobby" } }, "parent_station": { "data": { - "id": "place-qnctr", + "id": "place-ccmnl", "type": "stop" } }, @@ -344934,27 +362528,28 @@ }, { "attributes": { - "description": "South Station - Bottom of stairs for exit from Red Line", - "latitude": null, - "location_type": 3, - "longitude": null, - "name": "South Station", + "description": "Quincy Center - Burgin Parkway (Ramp)", + "latitude": 42.25087, + "location_type": 2, + "longitude": -71.005139, + "name": "Quincy Center - Burgin Parkway (Ramp)", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-sstat-389stair-rl", + "id": "door-qnctr-burginramp", "links": { - "self": "/stops/node-sstat-389stair-rl" + "self": "/stops/door-qnctr-burginramp" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-sstat-389stair-rl" + "related": "/facilities/?filter[stop]=door-qnctr-burginramp" } }, "parent_station": { "data": { - "id": "place-sstat", + "id": "place-qnctr", "type": "stop" } }, @@ -344966,27 +362561,28 @@ }, { "attributes": { - "description": "Airport - Bottom of Elevator 932", - "latitude": 42.374562, - "location_type": 3, - "longitude": -71.03024, - "name": "Airport", + "description": "Ruggles - Northeastern, Forsyth St", + "latitude": 42.33701, + "location_type": 2, + "longitude": -71.089421, + "name": "Ruggles - Northeastern, Forsyth St", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-932-platform", + "id": "door-rugg-forsyth", "links": { - "self": "/stops/node-932-platform" + "self": "/stops/door-rugg-forsyth" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-932-platform" + "related": "/facilities/?filter[stop]=door-rugg-forsyth" } }, "parent_station": { "data": { - "id": "place-aport", + "id": "place-rugg", "type": "stop" } }, @@ -344998,27 +362594,28 @@ }, { "attributes": { - "description": "Braintree - Garage, Buses, Union St", - "latitude": 42.207528, - "location_type": 2, - "longitude": -71.001339, - "name": "Braintree - Garage, Buses, Union St", + "description": "Malden Center - Top of Commuter Rail platform escalator", + "latitude": 42.426608, + "location_type": 3, + "longitude": -71.074148, + "name": "Malden Center", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-brntn-faregates", + "id": "node-312-platform", "links": { - "self": "/stops/door-brntn-faregates" + "self": "/stops/node-312-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-brntn-faregates" + "related": "/facilities/?filter[stop]=node-312-platform" } }, "parent_station": { "data": { - "id": "place-brntn", + "id": "place-mlmnl", "type": "stop" } }, @@ -345030,27 +362627,28 @@ }, { "attributes": { - "description": "Kendall/MIT - Top of Escalator 362", - "latitude": 42.362721, + "description": "Porter - Bottom of stairs between Red Line platforms and lobby", + "latitude": 42.388763, "location_type": 3, - "longitude": -71.086168, - "name": "Kendall/MIT", + "longitude": -71.118826, + "name": "Porter", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-362-entrance", + "id": "node-portr-lobbyrlstairs-sbplatform", "links": { - "self": "/stops/node-362-entrance" + "self": "/stops/node-portr-lobbyrlstairs-sbplatform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-362-entrance" + "related": "/facilities/?filter[stop]=node-portr-lobbyrlstairs-sbplatform" } }, "parent_station": { "data": { - "id": "place-knncl", + "id": "place-portr", "type": "stop" } }, @@ -345062,27 +362660,28 @@ }, { "attributes": { - "description": "JFK/UMass - Bottom of southern stairs between Ashmont, Alewife platform and lobby", - "latitude": 42.320412, + "description": "Park Street - Bottom of stairs between Alewife platform and Copley & West platform", + "latitude": null, "location_type": 3, - "longitude": -71.05246, - "name": "JFK/UMass", + "longitude": null, + "name": "Park Street", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-jfk-ashgasstair-platform", + "id": "node-pktrm-stair5-rl", "links": { - "self": "/stops/node-jfk-ashgasstair-platform" + "self": "/stops/node-pktrm-stair5-rl" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-jfk-ashgasstair-platform" + "related": "/facilities/?filter[stop]=node-pktrm-stair5-rl" } }, "parent_station": { "data": { - "id": "place-jfk", + "id": "place-pktrm", "type": "stop" } }, @@ -345094,27 +362693,28 @@ }, { "attributes": { - "description": "Davis - Bottom of Escalator 340", - "latitude": null, - "location_type": 3, - "longitude": null, - "name": "Davis", + "description": "Revere Beach - Shirley Ave", + "latitude": 42.407331, + "location_type": 2, + "longitude": -70.992363, + "name": "Revere Beach - Shirley Ave", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, - "id": "node-340-platform", + "id": "door-rbmnl-shirley", "links": { - "self": "/stops/node-340-platform" + "self": "/stops/door-rbmnl-shirley" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-340-platform" + "related": "/facilities/?filter[stop]=door-rbmnl-shirley" } }, "parent_station": { "data": { - "id": "place-davis", + "id": "place-rbmnl", "type": "stop" } }, @@ -345126,27 +362726,28 @@ }, { "attributes": { - "description": "Copley - Unpaid side of fare gates", - "latitude": 42.349835, + "description": "Massachusetts Avenue - Top of stairs to south end of underpass", + "latitude": 42.341518, "location_type": 3, - "longitude": -71.078072, - "name": "Copley", + "longitude": -71.083571, + "name": "Massachusetts Avenue", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-coecl-ebfareunpaid", + "id": "node-masta-undersouth-lobby", "links": { - "self": "/stops/node-coecl-ebfareunpaid" + "self": "/stops/node-masta-undersouth-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-coecl-ebfareunpaid" + "related": "/facilities/?filter[stop]=node-masta-undersouth-lobby" } }, "parent_station": { "data": { - "id": "place-coecl", + "id": "place-masta", "type": "stop" } }, @@ -345158,27 +362759,28 @@ }, { "attributes": { - "description": "Ruggles - Unpaid side of Orange Line faregates", - "latitude": null, - "location_type": 3, - "longitude": null, - "name": "Ruggles", + "description": "Milton - Neponset Trail", + "latitude": 42.270436, + "location_type": 2, + "longitude": -71.067005, + "name": "Milton - Neponset Trail", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-rugg-fareunpaid", + "id": "door-miltt-trail", "links": { - "self": "/stops/node-rugg-fareunpaid" + "self": "/stops/door-miltt-trail" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-rugg-fareunpaid" + "related": "/facilities/?filter[stop]=door-miltt-trail" } }, "parent_station": { "data": { - "id": "place-rugg", + "id": "place-miltt", "type": "stop" } }, @@ -345190,27 +362792,28 @@ }, { "attributes": { - "description": "Roxbury Crossing - Top of Escalator 134", - "latitude": 42.331227, - "location_type": 3, - "longitude": -71.095574, - "name": "Roxbury Crossing", + "description": "North Station - Causeway St", + "latitude": 42.365568, + "location_type": 2, + "longitude": -71.060358, + "name": "North Station - Causeway St", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, - "id": "node-rcmnl-134-lobby", + "id": "door-north-causewayexite", "links": { - "self": "/stops/node-rcmnl-134-lobby" + "self": "/stops/door-north-causewayexite" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-rcmnl-134-lobby" + "related": "/facilities/?filter[stop]=door-north-causewayexite" } }, "parent_station": { "data": { - "id": "place-rcmnl", + "id": "place-north", "type": "stop" } }, @@ -345222,27 +362825,28 @@ }, { "attributes": { - "description": "Ashmont - Bottom of escalator from Red Line platform to Mattapan Line, busway", - "latitude": 42.284128, + "description": "Harvard - Top of stairs between main lobby and Lower Busway", + "latitude": null, "location_type": 3, - "longitude": -71.063672, - "name": "Ashmont", + "longitude": null, + "name": "Harvard", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-438-platform", + "id": "node-harsq-lowerstair-lobby", "links": { - "self": "/stops/node-438-platform" + "self": "/stops/node-harsq-lowerstair-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-438-platform" + "related": "/facilities/?filter[stop]=node-harsq-lowerstair-lobby" } }, "parent_station": { "data": { - "id": "place-asmnl", + "id": "place-harsq", "type": "stop" } }, @@ -345254,27 +362858,28 @@ }, { "attributes": { - "description": "Porter - Bottom of escalator from Somerville Ave to lobby", - "latitude": 42.388313, + "description": "Beachmont - Top of Elevator 886", + "latitude": 42.397494, "location_type": 3, - "longitude": -71.11895, - "name": "Porter", + "longitude": -70.99251, + "name": "Beachmont", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-504-lobby", + "id": "node-886-platform", "links": { - "self": "/stops/node-504-lobby" + "self": "/stops/node-886-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-504-lobby" + "related": "/facilities/?filter[stop]=node-886-platform" } }, "parent_station": { "data": { - "id": "place-portr", + "id": "place-bmmnl", "type": "stop" } }, @@ -345286,27 +362891,28 @@ }, { "attributes": { - "description": "Revere Beach - Bottom of Elevator 885 between Wonderland platform and lobby", - "latitude": 42.407872, + "description": "Oak Grove - Top of Orange Line escalator", + "latitude": 42.437046, "location_type": 3, - "longitude": -70.992427, - "name": "Revere Beach", + "longitude": -71.070964, + "name": "Oak Grove", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-885-platform", + "id": "node-103-lobby", "links": { - "self": "/stops/node-885-platform" + "self": "/stops/node-103-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-885-platform" + "related": "/facilities/?filter[stop]=node-103-lobby" } }, "parent_station": { "data": { - "id": "place-rbmnl", + "id": "place-ogmnl", "type": "stop" } }, @@ -345318,27 +362924,28 @@ }, { "attributes": { - "description": "Oak Grove - Top of Orange Line elevator", - "latitude": 42.437009, + "description": "Wonderland - Revere Beach Plaza level of garage elevator", + "latitude": 42.413467, "location_type": 3, - "longitude": -71.070966, - "name": "Oak Grove", + "longitude": -70.991914, + "name": "Wonderland", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-746-lobby", + "id": "node-703-plaza", "links": { - "self": "/stops/node-746-lobby" + "self": "/stops/node-703-plaza" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-746-lobby" + "related": "/facilities/?filter[stop]=node-703-plaza" } }, "parent_station": { "data": { - "id": "place-ogmnl", + "id": "place-wondl", "type": "stop" } }, @@ -345350,27 +362957,28 @@ }, { "attributes": { - "description": "Government Center - Top of elevator between Green Line and Blue Line", + "description": "Central - Bottom of stairs for Massachusetts Ave", "latitude": null, "location_type": 3, "longitude": null, - "name": "Government Center", + "name": "Central", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-723-gl", + "id": "node-cntsq-ibstair-platform", "links": { - "self": "/stops/node-723-gl" + "self": "/stops/node-cntsq-ibstair-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-723-gl" + "related": "/facilities/?filter[stop]=node-cntsq-ibstair-platform" } }, "parent_station": { "data": { - "id": "place-gover", + "id": "place-cntsq", "type": "stop" } }, @@ -345382,27 +362990,28 @@ }, { "attributes": { - "description": "Fields Corner - Top of elevator for Ashmont platform", - "latitude": 42.299982, + "description": "Downtown Crossing - Bottom of stairs between Washington Street, Winter Street lobby and mezzanine", + "latitude": null, "location_type": 3, - "longitude": -71.061671, - "name": "Fields Corner", + "longitude": null, + "name": "Downtown Crossing", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-958-platform", + "id": "node-dwnxg-stair10-lobby", "links": { - "self": "/stops/node-958-platform" + "self": "/stops/node-dwnxg-stair10-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-958-platform" + "related": "/facilities/?filter[stop]=node-dwnxg-stair10-lobby" } }, "parent_station": { "data": { - "id": "place-fldcr", + "id": "place-dwnxg", "type": "stop" } }, @@ -345414,27 +363023,28 @@ }, { "attributes": { - "description": "Davis - Top of Escalator 339", + "description": "Arlington - Top of westbound escalator", "latitude": null, "location_type": 3, "longitude": null, - "name": "Davis", + "name": "Arlington", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-339-middle", + "id": "node-436-lobby", "links": { - "self": "/stops/node-339-middle" + "self": "/stops/node-436-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-339-middle" + "related": "/facilities/?filter[stop]=node-436-lobby" } }, "parent_station": { "data": { - "id": "place-davis", + "id": "place-armnl", "type": "stop" } }, @@ -345446,27 +363056,28 @@ }, { "attributes": { - "description": "Amory Street - Buick St, Saint Paul St", - "latitude": 42.351138, - "location_type": 2, - "longitude": -71.115595, - "name": "Amory Street - Buick St, Saint Paul St", + "description": "Oak Grove - Top of escalator from busway, parking", + "latitude": 42.436916, + "location_type": 3, + "longitude": -71.070639, + "name": "Oak Grove", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-amory-wbbuick", + "id": "node-104-lobby", "links": { - "self": "/stops/door-amory-wbbuick" + "self": "/stops/node-104-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-amory-wbbuick" + "related": "/facilities/?filter[stop]=node-104-lobby" } }, "parent_station": { "data": { - "id": "place-amory", + "id": "place-ogmnl", "type": "stop" } }, @@ -345478,27 +363089,28 @@ }, { "attributes": { - "description": "Tufts Medical Center - Bottom of Escalator 147", - "latitude": null, + "description": "Wellington - Top of parking garage elevator", + "latitude": 42.402443, "location_type": 3, - "longitude": null, - "name": "Tufts Medical Center", + "longitude": -71.080172, + "name": "Wellington", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-147-platform", + "id": "node-welln-skyelev-bridge", "links": { - "self": "/stops/node-147-platform" + "self": "/stops/node-welln-skyelev-bridge" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-147-platform" + "related": "/facilities/?filter[stop]=node-welln-skyelev-bridge" } }, "parent_station": { "data": { - "id": "place-tumnl", + "id": "place-welln", "type": "stop" } }, @@ -345510,27 +363122,28 @@ }, { "attributes": { - "description": "Wollaston - Unpaid side of secondary Newport Avenue fare gates", - "latitude": null, + "description": "Quincy Adams - Center door between lobby and busway", + "latitude": 42.233158, "location_type": 3, - "longitude": null, - "name": "Wollaston", + "longitude": -71.00723, + "name": "Quincy Adams", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-wlsta-stair6gate-fareunpaid", + "id": "node-qamnl-busway-centerdoor", "links": { - "self": "/stops/node-wlsta-stair6gate-fareunpaid" + "self": "/stops/node-qamnl-busway-centerdoor" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-wlsta-stair6gate-fareunpaid" + "related": "/facilities/?filter[stop]=node-qamnl-busway-centerdoor" } }, "parent_station": { "data": { - "id": "place-wlsta", + "id": "place-qamnl", "type": "stop" } }, @@ -345542,27 +363155,28 @@ }, { "attributes": { - "description": "Chinatown - Paid side of fare gates", - "latitude": null, + "description": "Government Center - Top of elevator between plaza and Green Line", + "latitude": 42.359606, "location_type": 3, - "longitude": null, - "name": "Chinatown", + "longitude": -71.059409, + "name": "Government Center", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-chncl-fhfarepaid", + "id": "node-720-lobby", "links": { - "self": "/stops/node-chncl-fhfarepaid" + "self": "/stops/node-720-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-chncl-fhfarepaid" + "related": "/facilities/?filter[stop]=node-720-lobby" } }, "parent_station": { "data": { - "id": "place-chncl", + "id": "place-gover", "type": "stop" } }, @@ -345574,27 +363188,28 @@ }, { "attributes": { - "description": "Andrew - Top of north outbound stairs", + "description": "Bowdoin - Paid side of fare gates", "latitude": null, "location_type": 3, "longitude": null, - "name": "Andrew", + "name": "Bowdoin", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-andrw-nobstairs-lobby", + "id": "node-bomnl-farepaid", "links": { - "self": "/stops/node-andrw-nobstairs-lobby" + "self": "/stops/node-bomnl-farepaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-andrw-nobstairs-lobby" + "related": "/facilities/?filter[stop]=node-bomnl-farepaid" } }, "parent_station": { "data": { - "id": "place-andrw", + "id": "place-bomnl", "type": "stop" } }, @@ -345606,27 +363221,28 @@ }, { "attributes": { - "description": "Ruggles - Paid side of Orange Line faregates", - "latitude": null, + "description": "Riverside - Top of ramp for buses", + "latitude": 42.337347, "location_type": 3, - "longitude": null, - "name": "Ruggles", + "longitude": -71.252761, + "name": "Riverside", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-rugg-farepaid", + "id": "node-river-ramp-lobby", "links": { - "self": "/stops/node-rugg-farepaid" + "self": "/stops/node-river-ramp-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-rugg-farepaid" + "related": "/facilities/?filter[stop]=node-river-ramp-lobby" } }, "parent_station": { "data": { - "id": "place-rugg", + "id": "place-river", "type": "stop" } }, @@ -345638,27 +363254,28 @@ }, { "attributes": { - "description": "Harvard - Ramp between Alewife platform and fare gates", + "description": "Downtown Crossing - Paid side of fare gates", "latitude": null, "location_type": 3, "longitude": null, - "name": "Harvard", + "name": "Downtown Crossing", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-harsq-nbramp-platform", + "id": "node-dwnxg-sumchyfare-paid", "links": { - "self": "/stops/node-harsq-nbramp-platform" + "self": "/stops/node-dwnxg-sumchyfare-paid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-harsq-nbramp-platform" + "related": "/facilities/?filter[stop]=node-dwnxg-sumchyfare-paid" } }, "parent_station": { "data": { - "id": "place-harsq", + "id": "place-dwnxg", "type": "stop" } }, @@ -345670,27 +363287,28 @@ }, { "attributes": { - "description": "Park Street - Bottom of escalator from Alewife platform to Tremont Street", - "latitude": null, - "location_type": 3, - "longitude": null, - "name": "Park Street", + "description": "Pawtucket/Central Falls - Buses, Pine St", + "latitude": 41.878566, + "location_type": 2, + "longitude": -71.391797, + "name": "Pawtucket/Central Falls - Buses, Pine St", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-373-platform", + "id": "door-NEC-1891-pinebus", "links": { - "self": "/stops/node-373-platform" + "self": "/stops/door-NEC-1891-pinebus" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-373-platform" + "related": "/facilities/?filter[stop]=door-NEC-1891-pinebus" } }, "parent_station": { "data": { - "id": "place-pktrm", + "id": "place-NEC-1891", "type": "stop" } }, @@ -345702,27 +363320,28 @@ }, { "attributes": { - "description": "Porter - Lobby level of elevator to Red Line platforms", - "latitude": 42.388524, + "description": "Wonderland - Top of Revere Beach Plaza stairs from North Shore Road", + "latitude": 42.413713, "location_type": 3, - "longitude": -71.119062, - "name": "Porter", + "longitude": -70.991682, + "name": "Wonderland", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-983-lobby", + "id": "node-wondl-nshoreplazastairs-plaza", "links": { - "self": "/stops/node-983-lobby" + "self": "/stops/node-wondl-nshoreplazastairs-plaza" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-983-lobby" + "related": "/facilities/?filter[stop]=node-wondl-nshoreplazastairs-plaza" } }, "parent_station": { "data": { - "id": "place-portr", + "id": "place-wondl", "type": "stop" } }, @@ -345734,27 +363353,28 @@ }, { "attributes": { - "description": "Shawmut - Paid side of fare gates", - "latitude": 42.293117, - "location_type": 3, - "longitude": -71.065797, - "name": "Shawmut", + "description": "Forest Hills - Arborway, Southwest Corridor Park", + "latitude": 42.30183, + "location_type": 2, + "longitude": -71.113534, + "name": "Forest Hills - Arborway, Southwest Corridor Park", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-smmnl-farepaid", + "id": "door-forhl-south", "links": { - "self": "/stops/node-smmnl-farepaid" + "self": "/stops/door-forhl-south" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-smmnl-farepaid" + "related": "/facilities/?filter[stop]=door-forhl-south" } }, "parent_station": { "data": { - "id": "place-smmnl", + "id": "place-forhl", "type": "stop" } }, @@ -345766,27 +363386,28 @@ }, { "attributes": { - "description": "Haymarket - Top of stairs between Oak Grove platform and Green Line, busway passageway", - "latitude": null, + "description": "Government Center - Top of escalator from Green Line to plaza", + "latitude": 42.359727, "location_type": 3, - "longitude": null, - "name": "Haymarket", + "longitude": -71.059203, + "name": "Government Center", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-haecl-passogstair-platform", + "id": "node-444-lobby", "links": { - "self": "/stops/node-haecl-passogstair-platform" + "self": "/stops/node-444-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-haecl-passogstair-platform" + "related": "/facilities/?filter[stop]=node-444-lobby" } }, "parent_station": { "data": { - "id": "place-haecl", + "id": "place-gover", "type": "stop" } }, @@ -345798,27 +363419,28 @@ }, { "attributes": { - "description": "Park Street - Paid side of fare gates", - "latitude": null, - "location_type": 3, - "longitude": null, - "name": "Park Street", + "description": "Ashmont - Beale St", + "latitude": 42.283765, + "location_type": 2, + "longitude": -71.063468, + "name": "Ashmont - Beale St", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-pktrm-westfare-paid", + "id": "door-asmnl-beale", "links": { - "self": "/stops/node-pktrm-westfare-paid" + "self": "/stops/door-asmnl-beale" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-pktrm-westfare-paid" + "related": "/facilities/?filter[stop]=door-asmnl-beale" } }, "parent_station": { "data": { - "id": "place-pktrm", + "id": "place-asmnl", "type": "stop" } }, @@ -345830,27 +363452,28 @@ }, { "attributes": { - "description": "Assembly - Bottom of platform stairs for Revolution Drive", - "latitude": 42.392069, + "description": "Kendall/MIT - Stairs platform level", + "latitude": 42.362663, "location_type": 3, - "longitude": -71.077199, - "name": "Assembly", + "longitude": -71.086634, + "name": "Kendall/MIT", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-astao-revplatstair-platform", + "id": "node-knncl-frontnbstair-platform", "links": { - "self": "/stops/node-astao-revplatstair-platform" + "self": "/stops/node-knncl-frontnbstair-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-astao-revplatstair-platform" + "related": "/facilities/?filter[stop]=node-knncl-frontnbstair-platform" } }, "parent_station": { "data": { - "id": "place-astao", + "id": "place-knncl", "type": "stop" } }, @@ -345862,27 +363485,28 @@ }, { "attributes": { - "description": "Oak Grove - Washington St (Elevator)", - "latitude": 42.436947, + "description": "Beaconsfield - Parking Lot", + "latitude": 42.335845, "location_type": 2, - "longitude": -71.071056, - "name": "Oak Grove - Washington St (Elevator)", + "longitude": -71.14042, + "name": "Beaconsfield - Parking Lot", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, - "id": "door-ogmnl-washel", + "id": "door-bcnfd-lot", "links": { - "self": "/stops/door-ogmnl-washel" + "self": "/stops/door-bcnfd-lot" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-ogmnl-washel" + "related": "/facilities/?filter[stop]=door-bcnfd-lot" } }, "parent_station": { "data": { - "id": "place-ogmnl", + "id": "place-bcnfd", "type": "stop" } }, @@ -345894,27 +363518,28 @@ }, { "attributes": { - "description": "Wonderland - Bottom of Revere Beach Plaza stairs from North Shore Road", - "latitude": 42.413754, + "description": "Quincy Adams - Bottom of north stairs between lobby and platform", + "latitude": 42.233382, "location_type": 3, - "longitude": -70.991935, - "name": "Wonderland", + "longitude": -71.006893, + "name": "Quincy Adams", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-wondl-nshoreplazastairs-street", + "id": "node-qamnl-northstairs-bottom", "links": { - "self": "/stops/node-wondl-nshoreplazastairs-street" + "self": "/stops/node-qamnl-northstairs-bottom" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-wondl-nshoreplazastairs-street" + "related": "/facilities/?filter[stop]=node-qamnl-northstairs-bottom" } }, "parent_station": { "data": { - "id": "place-wondl", + "id": "place-qamnl", "type": "stop" } }, @@ -345926,27 +363551,28 @@ }, { "attributes": { - "description": "Symphony - Bottom of west stairs for Massachusetts Ave, Huntington Ave", + "description": "Hynes Convention Center - Bottom of stairs for Massachusetts Avenue", "latitude": null, "location_type": 3, "longitude": null, - "name": "Symphony", + "name": "Hynes Convention Center", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-symcl-hunwstair-platform", + "id": "node-hymnl-massentrance", "links": { - "self": "/stops/node-symcl-hunwstair-platform" + "self": "/stops/node-hymnl-massentrance" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-symcl-hunwstair-platform" + "related": "/facilities/?filter[stop]=node-hymnl-massentrance" } }, "parent_station": { "data": { - "id": "place-symcl", + "id": "place-hymnl", "type": "stop" } }, @@ -345958,27 +363584,28 @@ }, { "attributes": { - "description": "Forest Hills - Bottom of north lower busway escalator", - "latitude": 42.300778, + "description": "State - Top of stairs between Oak Grove platform and City Hall", + "latitude": null, "location_type": 3, - "longitude": -71.113596, - "name": "Forest Hills", + "longitude": null, + "name": "State", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-127-busway", + "id": "node-ogcityhallstairs-lobby", "links": { - "self": "/stops/node-127-busway" + "self": "/stops/node-ogcityhallstairs-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-127-busway" + "related": "/facilities/?filter[stop]=node-ogcityhallstairs-lobby" } }, "parent_station": { "data": { - "id": "place-forhl", + "id": "place-state", "type": "stop" } }, @@ -345990,27 +363617,28 @@ }, { "attributes": { - "description": "Quincy Center - Quincy Center lobby", - "latitude": 42.251538, + "description": "Massachusetts Avenue - Bottom of Elevator 852", + "latitude": 42.341345, "location_type": 3, - "longitude": -71.00522, - "name": "Quincy Center", + "longitude": -71.083634, + "name": "Massachusetts Avenue", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-qnctr-center-lobby", + "id": "node-masta-852-platform", "links": { - "self": "/stops/node-qnctr-center-lobby" + "self": "/stops/node-masta-852-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-qnctr-center-lobby" + "related": "/facilities/?filter[stop]=node-masta-852-platform" } }, "parent_station": { "data": { - "id": "place-qnctr", + "id": "place-masta", "type": "stop" } }, @@ -346022,27 +363650,28 @@ }, { "attributes": { - "description": "Wood Island - Top of Elevator 890 (within fare control)", - "latitude": 42.379529, - "location_type": 3, - "longitude": -71.022854, - "name": "Wood Island", + "description": "North Station - Causeway St (East)", + "latitude": 42.366404, + "location_type": 2, + "longitude": -71.061324, + "name": "North Station - Causeway St (East)", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-890-paidbridge", + "id": "door-north-crcauseway", "links": { - "self": "/stops/node-890-paidbridge" + "self": "/stops/door-north-crcauseway" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-890-paidbridge" + "related": "/facilities/?filter[stop]=door-north-crcauseway" } }, "parent_station": { "data": { - "id": "place-wimnl", + "id": "place-north", "type": "stop" } }, @@ -346054,27 +363683,28 @@ }, { "attributes": { - "description": "Fields Corner - Bottom of Charles Street ramp", - "latitude": 42.300284, + "description": "Oak Grove - Top of Orange Line elevator", + "latitude": 42.437009, "location_type": 3, - "longitude": -71.061831, - "name": "Fields Corner", + "longitude": -71.070966, + "name": "Oak Grove", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-fldcr-charlesramp-lobby", + "id": "node-746-lobby", "links": { - "self": "/stops/node-fldcr-charlesramp-lobby" + "self": "/stops/node-746-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-fldcr-charlesramp-lobby" + "related": "/facilities/?filter[stop]=node-746-lobby" } }, "parent_station": { "data": { - "id": "place-fldcr", + "id": "place-ogmnl", "type": "stop" } }, @@ -346086,27 +363716,28 @@ }, { "attributes": { - "description": "Science Park/West End - Street level of north side elevator", - "latitude": 42.366846, + "description": "Ruggles - Bottom of Orange Line north platform stairs", + "latitude": null, "location_type": 3, - "longitude": -71.067777, - "name": "Science Park/West End", + "longitude": null, + "name": "Ruggles", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-981-street", + "id": "node-rugg-olnstairs-platform", "links": { - "self": "/stops/node-981-street" + "self": "/stops/node-rugg-olnstairs-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-981-street" + "related": "/facilities/?filter[stop]=node-rugg-olnstairs-platform" } }, "parent_station": { "data": { - "id": "place-spmnl", + "id": "place-rugg", "type": "stop" } }, @@ -346118,27 +363749,28 @@ }, { "attributes": { - "description": "South Station - Bottom of Escalator 419", - "latitude": null, + "description": "Orient Heights - Bottom of Elevator 714", + "latitude": 42.386783, "location_type": 3, - "longitude": null, - "name": "South Station", + "longitude": -71.004738, + "name": "Orient Heights", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-419-middle", + "id": "node-714-platform", "links": { - "self": "/stops/node-419-middle" + "self": "/stops/node-714-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-419-middle" + "related": "/facilities/?filter[stop]=node-714-platform" } }, "parent_station": { "data": { - "id": "place-sstat", + "id": "place-orhte", "type": "stop" } }, @@ -346150,27 +363782,28 @@ }, { "attributes": { - "description": "Bowdoin - Top of stairs between entrance and lobby", + "description": "Downtown Crossing - Top of stairs between Washington Street, Winter Street lobby and mezzanine", "latitude": null, "location_type": 3, "longitude": null, - "name": "Bowdoin", + "name": "Downtown Crossing", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-bomnl-lobstair-entrance", + "id": "node-dwnxg-stair10-middle", "links": { - "self": "/stops/node-bomnl-lobstair-entrance" + "self": "/stops/node-dwnxg-stair10-middle" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-bomnl-lobstair-entrance" + "related": "/facilities/?filter[stop]=node-dwnxg-stair10-middle" } }, "parent_station": { "data": { - "id": "place-bomnl", + "id": "place-dwnxg", "type": "stop" } }, @@ -346182,27 +363815,28 @@ }, { "attributes": { - "description": "Harvard - Church St, Harvard Square", - "latitude": 42.374317, + "description": "Central - Western Ave", + "latitude": 42.365635, "location_type": 2, - "longitude": -71.118956, - "name": "Harvard - Church St, Harvard Square", + "longitude": -71.104304, + "name": "Central - Western Ave", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, - "id": "door-harsq-church", + "id": "door-cntsq-western", "links": { - "self": "/stops/door-harsq-church" + "self": "/stops/door-cntsq-western" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-harsq-church" + "related": "/facilities/?filter[stop]=door-cntsq-western" } }, "parent_station": { "data": { - "id": "place-harsq", + "id": "place-cntsq", "type": "stop" } }, @@ -346214,27 +363848,28 @@ }, { "attributes": { - "description": "Boylston - Boston Common, Street", - "latitude": 42.353214, - "location_type": 2, - "longitude": -71.064546, - "name": "Boylston - Boston Common, Street", + "description": "Prudential - Bottom of stairs for elevator", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "Prudential", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-boyls-outbound", + "id": "node-prmnl-920stair-platform", "links": { - "self": "/stops/door-boyls-outbound" + "self": "/stops/node-prmnl-920stair-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-boyls-outbound" + "related": "/facilities/?filter[stop]=node-prmnl-920stair-platform" } }, "parent_station": { "data": { - "id": "place-boyls", + "id": "place-prmnl", "type": "stop" } }, @@ -346246,27 +363881,28 @@ }, { "attributes": { - "description": "Andrew - Bottom of right outbound exit-only escalator", - "latitude": null, + "description": "Wellington - Top of stairs for busway, parking", + "latitude": 42.402444, "location_type": 3, - "longitude": null, - "name": "Andrew", + "longitude": -71.076618, + "name": "Wellington", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-124-platform", + "id": "node-welln-busstair-lobby", "links": { - "self": "/stops/node-124-platform" + "self": "/stops/node-welln-busstair-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-124-platform" + "related": "/facilities/?filter[stop]=node-welln-busstair-lobby" } }, "parent_station": { "data": { - "id": "place-andrw", + "id": "place-welln", "type": "stop" } }, @@ -346278,27 +363914,28 @@ }, { "attributes": { - "description": "Forest Hills - Top of north lower busway stairs", - "latitude": 42.300686, + "description": "Malden Center - Bottom of Orange Line platform elevator", + "latitude": 42.426827, "location_type": 3, - "longitude": -71.113634, - "name": "Forest Hills", + "longitude": -71.07429, + "name": "Malden Center", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-forhl-nlowbusstairs-lobby", + "id": "node-945-lobby", "links": { - "self": "/stops/node-forhl-nlowbusstairs-lobby" + "self": "/stops/node-945-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-forhl-nlowbusstairs-lobby" + "related": "/facilities/?filter[stop]=node-945-lobby" } }, "parent_station": { "data": { - "id": "place-forhl", + "id": "place-mlmnl", "type": "stop" } }, @@ -346310,27 +363947,28 @@ }, { "attributes": { - "description": "Wood Island - Top of Escalator 380", - "latitude": 42.379586, + "description": "Porter - Ashmont/Braintree platform level of Red Line, lobby elevator", + "latitude": 42.388524, "location_type": 3, - "longitude": -71.022781, - "name": "Wood Island", + "longitude": -71.119062, + "name": "Porter", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-380-bridge", + "id": "node-983-sbplatform", "links": { - "self": "/stops/node-380-bridge" + "self": "/stops/node-983-sbplatform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-380-bridge" + "related": "/facilities/?filter[stop]=node-983-sbplatform" } }, "parent_station": { "data": { - "id": "place-wimnl", + "id": "place-portr", "type": "stop" } }, @@ -346342,27 +363980,28 @@ }, { "attributes": { - "description": "Sullivan Square - Top of stairs for Forest Hills, Oak Grove", + "description": "Wollaston - Unpaid side of parking lobby fare gates", "latitude": null, "location_type": 3, "longitude": null, - "name": "Sullivan Square", + "name": "Wollaston", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-sull-sbstairs-lobby", + "id": "node-wlsta-park-fareunpaid", "links": { - "self": "/stops/node-sull-sbstairs-lobby" + "self": "/stops/node-wlsta-park-fareunpaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-sull-sbstairs-lobby" + "related": "/facilities/?filter[stop]=node-wlsta-park-fareunpaid" } }, "parent_station": { "data": { - "id": "place-sull", + "id": "place-wlsta", "type": "stop" } }, @@ -346374,27 +364013,28 @@ }, { "attributes": { - "description": "Back Bay - Garage", - "latitude": 42.347684, - "location_type": 2, - "longitude": -71.075054, - "name": "Back Bay - Garage", + "description": "Science Park/West End - Mezzanine level of south side elevator", + "latitude": 42.366701, + "location_type": 3, + "longitude": -71.067904, + "name": "Science Park/West End", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-bbsta-garage", + "id": "node-980-lobby", "links": { - "self": "/stops/door-bbsta-garage" + "self": "/stops/node-980-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-bbsta-garage" + "related": "/facilities/?filter[stop]=node-980-lobby" } }, "parent_station": { "data": { - "id": "place-bbsta", + "id": "place-spmnl", "type": "stop" } }, @@ -346406,27 +364046,28 @@ }, { "attributes": { - "description": "Downtown Crossing - Paid side of exit-only gate", - "latitude": null, - "location_type": 3, - "longitude": null, - "name": "Downtown Crossing", + "description": "North Station - Nashua St", + "latitude": 42.366019, + "location_type": 2, + "longitude": -71.062951, + "name": "North Station - Nashua St", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-dwnxg-wintexitfare-paid", + "id": "door-north-crnashua", "links": { - "self": "/stops/node-dwnxg-wintexitfare-paid" + "self": "/stops/door-north-crnashua" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-dwnxg-wintexitfare-paid" + "related": "/facilities/?filter[stop]=door-north-crnashua" } }, "parent_station": { "data": { - "id": "place-dwnxg", + "id": "place-north", "type": "stop" } }, @@ -346438,27 +364079,28 @@ }, { "attributes": { - "description": "Porter - Top of escalator to Somerville Ave from lobby", - "latitude": 42.388417, + "description": "North Station - Subway end of passageway from subway station to commuter rail station", + "latitude": 42.365735, "location_type": 3, - "longitude": -71.119161, - "name": "Porter", + "longitude": -71.060795, + "name": "North Station", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-505-street", + "id": "node-north-passageway-subway", "links": { - "self": "/stops/node-505-street" + "self": "/stops/node-north-passageway-subway" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-505-street" + "related": "/facilities/?filter[stop]=node-north-passageway-subway" } }, "parent_station": { "data": { - "id": "place-portr", + "id": "place-north", "type": "stop" } }, @@ -346470,27 +364112,28 @@ }, { "attributes": { - "description": "Back Bay - Top of Track 2 elevator", - "latitude": null, + "description": "Assembly - Top of Elevator 719", + "latitude": 42.392237, "location_type": 3, - "longitude": null, - "name": "Back Bay", + "longitude": -71.077218, + "name": "Assembly", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-854-lobby", + "id": "node-astao-719-lobby", "links": { - "self": "/stops/node-854-lobby" + "self": "/stops/node-astao-719-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-854-lobby" + "related": "/facilities/?filter[stop]=node-astao-719-lobby" } }, "parent_station": { "data": { - "id": "place-bbsta", + "id": "place-astao", "type": "stop" } }, @@ -346502,27 +364145,28 @@ }, { "attributes": { - "description": "Science Park/West End - Top of inbound platform stairs", - "latitude": 42.366631, + "description": "Haymarket - Bottom of stairs between Green Line and Orange Line passageway", + "latitude": null, "location_type": 3, - "longitude": -71.067707, - "name": "Science Park/West End", + "longitude": null, + "name": "Haymarket", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-spmnl-ibstairs-platform", + "id": "node-haecl-glstair-passage", "links": { - "self": "/stops/node-spmnl-ibstairs-platform" + "self": "/stops/node-haecl-glstair-passage" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-spmnl-ibstairs-platform" + "related": "/facilities/?filter[stop]=node-haecl-glstair-passage" } }, "parent_station": { "data": { - "id": "place-spmnl", + "id": "place-haecl", "type": "stop" } }, @@ -346534,27 +364178,28 @@ }, { "attributes": { - "description": "South Station - Top of stairs for Red Line, Silver Line lobby", - "latitude": null, + "description": "Brookline Hills - Top of ramp between Tappan St and Riverside platform", + "latitude": 42.331384, "location_type": 3, - "longitude": null, - "name": "South Station", + "longitude": -71.126731, + "name": "Brookline Hills", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-sstat-419stair-lobby", + "id": "node-brkhl-eastramp-top", "links": { - "self": "/stops/node-sstat-419stair-lobby" + "self": "/stops/node-brkhl-eastramp-top" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-sstat-419stair-lobby" + "related": "/facilities/?filter[stop]=node-brkhl-eastramp-top" } }, "parent_station": { "data": { - "id": "place-sstat", + "id": "place-brkhl", "type": "stop" } }, @@ -346566,27 +364211,28 @@ }, { "attributes": { - "description": "Bowdoin - Bottom of stairs between entrance and street", - "latitude": null, + "description": "Alewife - Bottom of Elevator 961 between Russell Field lobby and Red Line platform", + "latitude": 42.39612, "location_type": 3, - "longitude": null, - "name": "Bowdoin", + "longitude": -71.139856, + "name": "Alewife", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-bomnl-entstair", + "id": "node-961-bottom", "links": { - "self": "/stops/node-bomnl-entstair" + "self": "/stops/node-961-bottom" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-bomnl-entstair" + "related": "/facilities/?filter[stop]=node-961-bottom" } }, "parent_station": { "data": { - "id": "place-bomnl", + "id": "place-alfcl", "type": "stop" } }, @@ -346598,27 +364244,28 @@ }, { "attributes": { - "description": "Quincy Center - Bottom of Elevator 896", - "latitude": 42.25119, - "location_type": 3, - "longitude": -71.005254, - "name": "Quincy Center", + "description": "Copley - Boylston St", + "latitude": 42.349799, + "location_type": 2, + "longitude": -71.078026, + "name": "Copley - Boylston St", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, - "id": "node-896-platform", + "id": "door-coecl-bpl", "links": { - "self": "/stops/node-896-platform" + "self": "/stops/door-coecl-bpl" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-896-platform" + "related": "/facilities/?filter[stop]=door-coecl-bpl" } }, "parent_station": { "data": { - "id": "place-qnctr", + "id": "place-coecl", "type": "stop" } }, @@ -346630,27 +364277,28 @@ }, { "attributes": { - "description": "Courthouse - Bottom of escalator from mezzanine to Thomson Place", + "description": "Central - Paid side of fare gates", "latitude": null, "location_type": 3, "longitude": null, - "name": "Courthouse", + "name": "Central", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-413-landing", + "id": "node-cntsq-westernstair-farepaid", "links": { - "self": "/stops/node-413-landing" + "self": "/stops/node-cntsq-westernstair-farepaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-413-landing" + "related": "/facilities/?filter[stop]=node-cntsq-westernstair-farepaid" } }, "parent_station": { "data": { - "id": "place-crtst", + "id": "place-cntsq", "type": "stop" } }, @@ -346662,27 +364310,28 @@ }, { "attributes": { - "description": "Aquarium - Top of elevator between Wonderland platform and State Street", + "description": "Courthouse - Bottom of elevator between South Station platform and lobby", "latitude": null, "location_type": 3, "longitude": null, - "name": "Aquarium", + "name": "Courthouse", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-913-lobby", + "id": "node-937-platform", "links": { - "self": "/stops/node-913-lobby" + "self": "/stops/node-937-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-913-lobby" + "related": "/facilities/?filter[stop]=node-937-platform" } }, "parent_station": { "data": { - "id": "place-aqucl", + "id": "place-crtst", "type": "stop" } }, @@ -346694,27 +364343,28 @@ }, { "attributes": { - "description": "Ashmont - Bottom of stairs from Red Line platform to busway", - "latitude": 42.284398, + "description": "Sullivan Square - Top of Elevator 881", + "latitude": null, "location_type": 3, - "longitude": -71.063827, - "name": "Ashmont", + "longitude": null, + "name": "Sullivan Square", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-asmnl-rdexstair-platform", + "id": "node-881-lobby", "links": { - "self": "/stops/node-asmnl-rdexstair-platform" + "self": "/stops/node-881-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-asmnl-rdexstair-platform" + "related": "/facilities/?filter[stop]=node-881-lobby" } }, "parent_station": { "data": { - "id": "place-asmnl", + "id": "place-sull", "type": "stop" } }, @@ -346726,27 +364376,28 @@ }, { "attributes": { - "description": "Copley - Bottom of northeast stairs", - "latitude": 42.350384, + "description": "Chinatown - Bottom of stairs for street", + "latitude": null, "location_type": 3, - "longitude": -71.077447, - "name": "Copley", + "longitude": null, + "name": "Chinatown", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-coecl-eaststair-platform", + "id": "node-chncl-fhupper-landing", "links": { - "self": "/stops/node-coecl-eaststair-platform" + "self": "/stops/node-chncl-fhupper-landing" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-coecl-eaststair-platform" + "related": "/facilities/?filter[stop]=node-chncl-fhupper-landing" } }, "parent_station": { "data": { - "id": "place-coecl", + "id": "place-chncl", "type": "stop" } }, @@ -346758,27 +364409,28 @@ }, { "attributes": { - "description": "Aquarium - Paid side of fare gates", - "latitude": null, - "location_type": 3, - "longitude": null, - "name": "Aquarium", + "description": "Babcock Street - Babcock St", + "latitude": 42.351797, + "location_type": 2, + "longitude": -71.121103, + "name": "Babcock Street - Babcock St", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-aqucl-atlfarepaid", + "id": "door-babck-wbbabcock", "links": { - "self": "/stops/node-aqucl-atlfarepaid" + "self": "/stops/door-babck-wbbabcock" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-aqucl-atlfarepaid" + "related": "/facilities/?filter[stop]=door-babck-wbbabcock" } }, "parent_station": { "data": { - "id": "place-aqucl", + "id": "place-babck", "type": "stop" } }, @@ -346790,27 +364442,28 @@ }, { "attributes": { - "description": "Downtown Crossing - Top of stairs between Alewife platform and Chauncy Street lobby", + "description": "Prudential - Top of escalator from lobby to Prudential Center", "latitude": null, "location_type": 3, "longitude": null, - "name": "Downtown Crossing", + "name": "Prudential", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-dwnxg-stair4-lobby", + "id": "node-151-street", "links": { - "self": "/stops/node-dwnxg-stair4-lobby" + "self": "/stops/node-151-street" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-dwnxg-stair4-lobby" + "related": "/facilities/?filter[stop]=node-151-street" } }, "parent_station": { "data": { - "id": "place-dwnxg", + "id": "place-prmnl", "type": "stop" } }, @@ -346822,27 +364475,28 @@ }, { "attributes": { - "description": "Orient Heights - Top of stairs for Bowdoin", - "latitude": 42.386944, + "description": "South Station - Top of stairs for Commuter Rail concourse", + "latitude": null, "location_type": 3, - "longitude": -71.00485, - "name": "Orient Heights", + "longitude": null, + "name": "South Station", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-orhte-ibpaidstairs-bridge", + "id": "node-sstat-bldgstair-ground", "links": { - "self": "/stops/node-orhte-ibpaidstairs-bridge" + "self": "/stops/node-sstat-bldgstair-ground" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-orhte-ibpaidstairs-bridge" + "related": "/facilities/?filter[stop]=node-sstat-bldgstair-ground" } }, "parent_station": { "data": { - "id": "place-orhte", + "id": "place-sstat", "type": "stop" } }, @@ -346854,27 +364508,28 @@ }, { "attributes": { - "description": "JFK/UMass - Unpaid side of exit-only gates", - "latitude": 42.321178, + "description": "State - Unpaid side of fare gates", + "latitude": null, "location_type": 3, - "longitude": -71.052378, - "name": "JFK/UMass", + "longitude": null, + "name": "State", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-jfk-bracolfareunpaid", + "id": "node-state-water-fareunpaid", "links": { - "self": "/stops/node-jfk-bracolfareunpaid" + "self": "/stops/node-state-water-fareunpaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-jfk-bracolfareunpaid" + "related": "/facilities/?filter[stop]=node-state-water-fareunpaid" } }, "parent_station": { "data": { - "id": "place-jfk", + "id": "place-state", "type": "stop" } }, @@ -346886,27 +364541,28 @@ }, { "attributes": { - "description": "Wood Island - Top of Elevator 890 (outside fare control)", - "latitude": 42.379529, + "description": "Fields Corner - Bottom to escalator to Alewife platform", + "latitude": 42.299959, "location_type": 3, - "longitude": -71.022854, - "name": "Wood Island", + "longitude": -71.061757, + "name": "Fields Corner", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-890-unpaidbridge", + "id": "node-427-lobby", "links": { - "self": "/stops/node-890-unpaidbridge" + "self": "/stops/node-427-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-890-unpaidbridge" + "related": "/facilities/?filter[stop]=node-427-lobby" } }, "parent_station": { "data": { - "id": "place-wimnl", + "id": "place-fldcr", "type": "stop" } }, @@ -346918,27 +364574,28 @@ }, { "attributes": { - "description": "Boylston - Unpaid side of fare gates", + "description": "Haymarket - Top of stairs between Forest Hills platform and Green Line, busway passageway", "latitude": null, "location_type": 3, "longitude": null, - "name": "Boylston", + "name": "Haymarket", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-boyls-out-fareunpaid", + "id": "node-haecl-passfhstair-platform", "links": { - "self": "/stops/node-boyls-out-fareunpaid" + "self": "/stops/node-haecl-passfhstair-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-boyls-out-fareunpaid" + "related": "/facilities/?filter[stop]=node-haecl-passfhstair-platform" } }, "parent_station": { "data": { - "id": "place-boyls", + "id": "place-haecl", "type": "stop" } }, @@ -346950,27 +364607,28 @@ }, { "attributes": { - "description": "Back Bay - Outdoor side of exit-only door", - "latitude": null, - "location_type": 3, - "longitude": null, - "name": "Back Bay", + "description": "Orient Heights - Saratoga St, Barnes Ave", + "latitude": 42.386862, + "location_type": 2, + "longitude": -71.004364, + "name": "Orient Heights - Saratoga St, Barnes Ave", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-bbsta-dartexit-fareunpaid", + "id": "door-orhte-saratoga", "links": { - "self": "/stops/node-bbsta-dartexit-fareunpaid" + "self": "/stops/door-orhte-saratoga" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-bbsta-dartexit-fareunpaid" + "related": "/facilities/?filter[stop]=door-orhte-saratoga" } }, "parent_station": { "data": { - "id": "place-bbsta", + "id": "place-orhte", "type": "stop" } }, @@ -346982,27 +364640,28 @@ }, { "attributes": { - "description": "Chinatown - Washington St, Essex St", - "latitude": 42.352457, - "location_type": 2, - "longitude": -71.062678, - "name": "Chinatown - Washington St, Essex St", + "description": "Newtonville - Bottom of stairs for Walnut St", + "latitude": 42.351373, + "location_type": 3, + "longitude": -71.206839, + "name": "Newtonville", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-chncl-foresthills", + "id": "node-WML-0081-walnutstairs-bottom", "links": { - "self": "/stops/door-chncl-foresthills" + "self": "/stops/node-WML-0081-walnutstairs-bottom" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-chncl-foresthills" + "related": "/facilities/?filter[stop]=node-WML-0081-walnutstairs-bottom" } }, "parent_station": { "data": { - "id": "place-chncl", + "id": "place-WML-0081", "type": "stop" } }, @@ -347014,27 +364673,28 @@ }, { "attributes": { - "description": "Massachusetts Avenue - Paid side of fare gates", - "latitude": 42.341426, + "description": "Ball Square - Bottom of Broadway Elevator 769", + "latitude": 42.399775, "location_type": 3, - "longitude": -71.083572, - "name": "Massachusetts Avenue", + "longitude": -71.110929, + "name": "Ball Square", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-masta-farepaid", + "id": "node-769-bottom", "links": { - "self": "/stops/node-masta-farepaid" + "self": "/stops/node-769-bottom" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-masta-farepaid" + "related": "/facilities/?filter[stop]=node-769-bottom" } }, "parent_station": { "data": { - "id": "place-masta", + "id": "place-balsq", "type": "stop" } }, @@ -347046,27 +364706,28 @@ }, { "attributes": { - "description": "North Quincy - Bottom of elevator between platform and Squantum Street lobby", - "latitude": 42.275398, + "description": "Park Street - Paid side of exit-only gate", + "latitude": null, "location_type": 3, - "longitude": -71.029739, - "name": "North Quincy", + "longitude": null, + "name": "Park Street", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-900-platform", + "id": "node-pktrm-sbexitpaid", "links": { - "self": "/stops/node-900-platform" + "self": "/stops/node-pktrm-sbexitpaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-900-platform" + "related": "/facilities/?filter[stop]=node-pktrm-sbexitpaid" } }, "parent_station": { "data": { - "id": "place-nqncy", + "id": "place-pktrm", "type": "stop" } }, @@ -347078,27 +364739,28 @@ }, { "attributes": { - "description": "Aquarium - Top of escalator from Atlantic Avenue to lobby", - "latitude": null, + "description": "Wonderland - Street level of Bowdoin-bound platform elevator", + "latitude": 42.413786, "location_type": 3, - "longitude": null, - "name": "Aquarium", + "longitude": -70.991751, + "name": "Wonderland", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-405-street", + "id": "node-709-street", "links": { - "self": "/stops/node-405-street" + "self": "/stops/node-709-street" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-405-street" + "related": "/facilities/?filter[stop]=node-709-street" } }, "parent_station": { "data": { - "id": "place-aqucl", + "id": "place-wondl", "type": "stop" } }, @@ -347109,28 +364771,29 @@ "type": "stop" }, { - "attributes": { - "description": "Wollaston - Bottom of stairs between Newport Avenue and ramp", - "latitude": null, + "attributes": { + "description": "North Station - Paid side of fare gates", + "latitude": 42.36497, "location_type": 3, - "longitude": null, - "name": "Wollaston", + "longitude": -71.059898, + "name": "North Station", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-wlsta-newpstairup-middle", + "id": "node-north-valentiexitw-farepaid", "links": { - "self": "/stops/node-wlsta-newpstairup-middle" + "self": "/stops/node-north-valentiexitw-farepaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-wlsta-newpstairup-middle" + "related": "/facilities/?filter[stop]=node-north-valentiexitw-farepaid" } }, "parent_station": { "data": { - "id": "place-wlsta", + "id": "place-north", "type": "stop" } }, @@ -347142,27 +364805,28 @@ }, { "attributes": { - "description": "Arlington - Bottom of elevator to street", - "latitude": null, + "description": "North Quincy - Top of stairs between Hancock Street and lobby", + "latitude": 42.276542, "location_type": 3, - "longitude": null, - "name": "Arlington", + "longitude": -71.030788, + "name": "North Quincy", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-964-lobby", + "id": "node-nqncy-hstair-lobby", "links": { - "self": "/stops/node-964-lobby" + "self": "/stops/node-nqncy-hstair-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-964-lobby" + "related": "/facilities/?filter[stop]=node-nqncy-hstair-lobby" } }, "parent_station": { "data": { - "id": "place-armnl", + "id": "place-nqncy", "type": "stop" } }, @@ -347174,27 +364838,28 @@ }, { "attributes": { - "description": "Downtown Crossing - Bottom of stairs between Washington Street, Winter Street mezzanine and street", - "latitude": null, + "description": "Kendall/MIT - Bottom of stairs between Main St and Ashmont/Braintree platform", + "latitude": 42.362225, "location_type": 3, - "longitude": null, - "name": "Downtown Crossing", + "longitude": -71.086159, + "name": "Kendall/MIT", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-dwnxg-stair12-middle", + "id": "node-knncl-sbmain-platform", "links": { - "self": "/stops/node-dwnxg-stair12-middle" + "self": "/stops/node-knncl-sbmain-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-dwnxg-stair12-middle" + "related": "/facilities/?filter[stop]=node-knncl-sbmain-platform" } }, "parent_station": { "data": { - "id": "place-dwnxg", + "id": "place-knncl", "type": "stop" } }, @@ -347206,27 +364871,28 @@ }, { "attributes": { - "description": "Malden Center - Top of Orange Line platform elevator", - "latitude": 42.426827, + "description": "North Station - Top of Escalator 302 from Forest Hills, Copley & West platforms to Valenti Way lobby", + "latitude": 42.364957, "location_type": 3, - "longitude": -71.07429, - "name": "Malden Center", + "longitude": -71.059938, + "name": "North Station", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-945-platform", + "id": "node-302-top", "links": { - "self": "/stops/node-945-platform" + "self": "/stops/node-302-top" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-945-platform" + "related": "/facilities/?filter[stop]=node-302-top" } }, "parent_station": { "data": { - "id": "place-mlmnl", + "id": "place-north", "type": "stop" } }, @@ -347238,27 +364904,28 @@ }, { "attributes": { - "description": "Longwood - Emerald Necklace (Stairs)", - "latitude": 42.341394, - "location_type": 2, - "longitude": -71.110009, - "name": "Longwood - Emerald Necklace (Stairs)", + "description": "Kendall/MIT - Paid side of fare gates", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "Kendall/MIT", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-longw-neckstairs", + "id": "node-knncl-sbsec-farepaid", "links": { - "self": "/stops/door-longw-neckstairs" + "self": "/stops/node-knncl-sbsec-farepaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-longw-neckstairs" + "related": "/facilities/?filter[stop]=node-knncl-sbsec-farepaid" } }, "parent_station": { "data": { - "id": "place-longw", + "id": "place-knncl", "type": "stop" } }, @@ -347270,27 +364937,28 @@ }, { "attributes": { - "description": "JFK/UMass - Bottom of stairs between Ashmont, Alewife platform and Sydney Street", - "latitude": 42.320063, - "location_type": 3, - "longitude": -71.052405, - "name": "JFK/UMass", + "description": "Capen Street - Capen St (West)", + "latitude": 42.267595, + "location_type": 2, + "longitude": -71.087241, + "name": "Capen Street - Capen St (West)", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-jfk-ashsydstair-platform", + "id": "door-capst-mattapan", "links": { - "self": "/stops/node-jfk-ashsydstair-platform" + "self": "/stops/door-capst-mattapan" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-jfk-ashsydstair-platform" + "related": "/facilities/?filter[stop]=door-capst-mattapan" } }, "parent_station": { "data": { - "id": "place-jfk", + "id": "place-capst", "type": "stop" } }, @@ -347302,27 +364970,28 @@ }, { "attributes": { - "description": "World Trade Center - Bottom of first flight of World Trade Center entrance stairs", - "latitude": null, + "description": "Copley - Bottom of northeast stairs", + "latitude": 42.350384, "location_type": 3, - "longitude": null, - "name": "World Trade Center", + "longitude": -71.077447, + "name": "Copley", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-wtcst-wtcbstairs-lobby", + "id": "node-coecl-eaststair-platform", "links": { - "self": "/stops/node-wtcst-wtcbstairs-lobby" + "self": "/stops/node-coecl-eaststair-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-wtcst-wtcbstairs-lobby" + "related": "/facilities/?filter[stop]=node-coecl-eaststair-platform" } }, "parent_station": { "data": { - "id": "place-wtcst", + "id": "place-coecl", "type": "stop" } }, @@ -347334,27 +365003,28 @@ }, { "attributes": { - "description": "Back Bay - Clarendon St (Tracks 1 and 3)", - "latitude": 42.347552, - "location_type": 2, - "longitude": -71.072937, - "name": "Back Bay - Clarendon St (Tracks 1 and 3)", + "description": "Quincy Adams - Bottom of Escalator 347 from second floor of garage to fourth floor of garage", + "latitude": 42.233139, + "location_type": 3, + "longitude": -71.007312, + "name": "Quincy Adams", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-bbsta-clarendon1", + "id": "node-347-bottom", "links": { - "self": "/stops/door-bbsta-clarendon1" + "self": "/stops/node-347-bottom" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-bbsta-clarendon1" + "related": "/facilities/?filter[stop]=node-347-bottom" } }, "parent_station": { "data": { - "id": "place-bbsta", + "id": "place-qamnl", "type": "stop" } }, @@ -347366,27 +365036,28 @@ }, { "attributes": { - "description": "Ruggles - Northeastern, Forsyth St", - "latitude": 42.33701, + "description": "Maverick - Sumner St, Maverick Square", + "latitude": 42.369193, "location_type": 2, - "longitude": -71.089421, - "name": "Ruggles - Northeastern, Forsyth St", + "longitude": -71.0395, + "name": "Maverick - Sumner St, Maverick Square", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-rugg-forsyth", + "id": "door-mvbcl-square", "links": { - "self": "/stops/door-rugg-forsyth" + "self": "/stops/door-mvbcl-square" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-rugg-forsyth" + "related": "/facilities/?filter[stop]=door-mvbcl-square" } }, "parent_station": { "data": { - "id": "place-rugg", + "id": "place-mvbcl", "type": "stop" } }, @@ -347398,27 +365069,28 @@ }, { "attributes": { - "description": "Lechmere - Top of North First St Elevator 763", - "latitude": 42.371635, + "description": "North Quincy - Bottom of escalator from Hancock Street to lobby", + "latitude": 42.276625, "location_type": 3, - "longitude": -71.076645, - "name": "Lechmere", + "longitude": -71.030917, + "name": "North Quincy", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-763-top", + "id": "node-327-street", "links": { - "self": "/stops/node-763-top" + "self": "/stops/node-327-street" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-763-top" + "related": "/facilities/?filter[stop]=node-327-street" } }, "parent_station": { "data": { - "id": "place-lech", + "id": "place-nqncy", "type": "stop" } }, @@ -347430,27 +365102,28 @@ }, { "attributes": { - "description": "Maverick - Top of elevator between Lewis Mall and lobby", - "latitude": 42.3681, + "description": "Porter - Top of stairs between Somerville Ave and lobby", + "latitude": 42.388407, "location_type": 3, - "longitude": -71.040365, - "name": "Maverick", + "longitude": -71.11917, + "name": "Porter", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-966-entrance", + "id": "node-portr-somervilleavestairs-street", "links": { - "self": "/stops/node-966-entrance" + "self": "/stops/node-portr-somervilleavestairs-street" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-966-entrance" + "related": "/facilities/?filter[stop]=node-portr-somervilleavestairs-street" } }, "parent_station": { "data": { - "id": "place-mvbcl", + "id": "place-portr", "type": "stop" } }, @@ -347462,27 +365135,28 @@ }, { "attributes": { - "description": "Ashmont - Bottom of elevator from Peabody Square to Alewife platform", - "latitude": 42.284995, + "description": "Haymarket - Top of stairs between lobby and Oak Grove mezzanine", + "latitude": null, "location_type": 3, - "longitude": -71.063875, - "name": "Ashmont", + "longitude": null, + "name": "Haymarket", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-968-platform", + "id": "node-haecl-congogstairn-lobby", "links": { - "self": "/stops/node-968-platform" + "self": "/stops/node-haecl-congogstairn-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-968-platform" + "related": "/facilities/?filter[stop]=node-haecl-congogstairn-lobby" } }, "parent_station": { "data": { - "id": "place-asmnl", + "id": "place-haecl", "type": "stop" } }, @@ -347494,27 +365168,28 @@ }, { "attributes": { - "description": "State - Top of escalator from Oak Grove platform to Wonderland platform, State St, Devonshire St", + "description": "Symphony - Bottom of stairs for east entrances", "latitude": null, "location_type": 3, "longitude": null, - "name": "State", + "name": "Symphony", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-501-sbplatform", + "id": "node-symcl-wb-ebottom", "links": { - "self": "/stops/node-501-sbplatform" + "self": "/stops/node-symcl-wb-ebottom" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-501-sbplatform" + "related": "/facilities/?filter[stop]=node-symcl-wb-ebottom" } }, "parent_station": { "data": { - "id": "place-state", + "id": "place-symcl", "type": "stop" } }, @@ -347526,27 +365201,28 @@ }, { "attributes": { - "description": "Arlington - Top of eastbound stairs", + "description": "Park Street - Unpaid side of fare gates", "latitude": null, "location_type": 3, "longitude": null, - "name": "Arlington", + "name": "Park Street", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-armnl-ebstairs-lobby", + "id": "node-pktrm-wintfare-unpaid", "links": { - "self": "/stops/node-armnl-ebstairs-lobby" + "self": "/stops/node-pktrm-wintfare-unpaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-armnl-ebstairs-lobby" + "related": "/facilities/?filter[stop]=node-pktrm-wintfare-unpaid" } }, "parent_station": { "data": { - "id": "place-armnl", + "id": "place-pktrm", "type": "stop" } }, @@ -347558,27 +365234,28 @@ }, { "attributes": { - "description": "Brookline Village - Bottom of stairs for 10 Brookline Place", - "latitude": 42.332215, + "description": "Back Bay - Station side of exit-only gate", + "latitude": null, "location_type": 3, - "longitude": -71.117499, - "name": "Brookline Village", + "longitude": null, + "name": "Back Bay", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-bvmnl-stairs-platform", + "id": "node-bbsta-13clarexit-farepaid", "links": { - "self": "/stops/node-bvmnl-stairs-platform" + "self": "/stops/node-bbsta-13clarexit-farepaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-bvmnl-stairs-platform" + "related": "/facilities/?filter[stop]=node-bbsta-13clarexit-farepaid" } }, "parent_station": { "data": { - "id": "place-bvmnl", + "id": "place-bbsta", "type": "stop" } }, @@ -347590,27 +365267,28 @@ }, { "attributes": { - "description": "Cedar Grove - Hillsdale St", - "latitude": 42.279969, - "location_type": 2, - "longitude": -71.061122, - "name": "Cedar Grove - Hillsdale St", + "description": "Alewife - Landing of ramp between concourse and Cambridgeside Drive", + "latitude": 42.395433, + "location_type": 3, + "longitude": -71.141686, + "name": "Alewife", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-cedgr-hillsdale", + "id": "node-alfcl-cambridgesideramp-landing", "links": { - "self": "/stops/door-cedgr-hillsdale" + "self": "/stops/node-alfcl-cambridgesideramp-landing" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-cedgr-hillsdale" + "related": "/facilities/?filter[stop]=node-alfcl-cambridgesideramp-landing" } }, "parent_station": { "data": { - "id": "place-cedgr", + "id": "place-alfcl", "type": "stop" } }, @@ -347622,27 +365300,28 @@ }, { "attributes": { - "description": "Tufts Medical Center - Paid side of fare gates", - "latitude": null, + "description": "Orient Heights - Top of stairs for Wonderland", + "latitude": 42.386819, "location_type": 3, - "longitude": null, - "name": "Tufts Medical Center", + "longitude": -71.004778, + "name": "Orient Heights", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-tumnl-tre-farepaid", + "id": "node-orhte-obpaidstairs-bridge", "links": { - "self": "/stops/node-tumnl-tre-farepaid" + "self": "/stops/node-orhte-obpaidstairs-bridge" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-tumnl-tre-farepaid" + "related": "/facilities/?filter[stop]=node-orhte-obpaidstairs-bridge" } }, "parent_station": { "data": { - "id": "place-tumnl", + "id": "place-orhte", "type": "stop" } }, @@ -347654,27 +365333,28 @@ }, { "attributes": { - "description": "Central Avenue - Central Ave (North), Neponset Trail", - "latitude": 42.270069, - "location_type": 2, - "longitude": -71.073327, - "name": "Central Avenue - Central Ave (North), Neponset Trail", + "description": "Orient Heights - Top of Elevator 714", + "latitude": 42.386783, + "location_type": 3, + "longitude": -71.004738, + "name": "Orient Heights", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-cenav-mattapan", + "id": "node-714-bridge", "links": { - "self": "/stops/door-cenav-mattapan" + "self": "/stops/node-714-bridge" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-cenav-mattapan" + "related": "/facilities/?filter[stop]=node-714-bridge" } }, "parent_station": { "data": { - "id": "place-cenav", + "id": "place-orhte", "type": "stop" } }, @@ -347686,27 +365366,28 @@ }, { "attributes": { - "description": "Chestnut Hill - Parking Lot Access (West)", - "latitude": 42.326831, + "description": "Alewife - Russell Field", + "latitude": 42.39606, "location_type": 2, - "longitude": -71.16484, - "name": "Chestnut Hill - Parking Lot Access (West)", + "longitude": -71.139575, + "name": "Alewife - Russell Field", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-chhil-parkw", + "id": "door-alfcl-russell", "links": { - "self": "/stops/door-chhil-parkw" + "self": "/stops/door-alfcl-russell" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-chhil-parkw" + "related": "/facilities/?filter[stop]=door-alfcl-russell" } }, "parent_station": { "data": { - "id": "place-chhil", + "id": "place-alfcl", "type": "stop" } }, @@ -347718,27 +365399,28 @@ }, { "attributes": { - "description": "Airport - Bottom of Escalator 409", - "latitude": 42.374381, + "description": "Tufts Medical Center - Bottom of Elevator 858", + "latitude": null, "location_type": 3, - "longitude": -71.030339, - "name": "Airport", + "longitude": null, + "name": "Tufts Medical Center", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-409-platform", + "id": "node-858-platform", "links": { - "self": "/stops/node-409-platform" + "self": "/stops/node-858-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-409-platform" + "related": "/facilities/?filter[stop]=node-858-platform" } }, "parent_station": { "data": { - "id": "place-aport", + "id": "place-tumnl", "type": "stop" } }, @@ -347750,27 +365432,28 @@ }, { "attributes": { - "description": "Downtown Crossing - Top of exit-only stairs from Ashmont/Braintree platform to Summer Street Concourse", + "description": "Ruggles - Bottom of Orange Line south platform stairs", "latitude": null, "location_type": 3, "longitude": null, - "name": "Downtown Crossing", + "name": "Ruggles", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-dwnxg-sbsumexitfare-paid", + "id": "node-rugg-olsstairs-platform", "links": { - "self": "/stops/node-dwnxg-sbsumexitfare-paid" + "self": "/stops/node-rugg-olsstairs-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-dwnxg-sbsumexitfare-paid" + "related": "/facilities/?filter[stop]=node-rugg-olsstairs-platform" } }, "parent_station": { "data": { - "id": "place-dwnxg", + "id": "place-rugg", "type": "stop" } }, @@ -347782,27 +365465,28 @@ }, { "attributes": { - "description": "Copley - Bottom of westbound platform Elevator 977", - "latitude": 42.350398, + "description": "Malden Center - Unpaid side of exit-only gates", + "latitude": 42.426928, "location_type": 3, - "longitude": -71.077661, - "name": "Copley", + "longitude": -71.074247, + "name": "Malden Center", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-coecl-977-platform", + "id": "node-mlmnl-exitfareunpaid", "links": { - "self": "/stops/node-coecl-977-platform" + "self": "/stops/node-mlmnl-exitfareunpaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-coecl-977-platform" + "related": "/facilities/?filter[stop]=node-mlmnl-exitfareunpaid" } }, "parent_station": { "data": { - "id": "place-coecl", + "id": "place-mlmnl", "type": "stop" } }, @@ -347814,27 +365498,28 @@ }, { "attributes": { - "description": "North Quincy - Top of elevator between platform and Squantum Street lobby", - "latitude": 42.275398, - "location_type": 3, - "longitude": -71.029739, - "name": "North Quincy", + "description": "JFK/UMass - Sydney St (South)", + "latitude": 42.319895, + "location_type": 2, + "longitude": -71.052602, + "name": "JFK/UMass - Sydney St (South)", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, - "id": "node-900-lobby", + "id": "door-jfk-sydneys", "links": { - "self": "/stops/node-900-lobby" + "self": "/stops/door-jfk-sydneys" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-900-lobby" + "related": "/facilities/?filter[stop]=door-jfk-sydneys" } }, "parent_station": { "data": { - "id": "place-nqncy", + "id": "place-jfk", "type": "stop" } }, @@ -347846,27 +365531,28 @@ }, { "attributes": { - "description": "Maverick - Bottom of elevator between Maverick Square and lobby", - "latitude": 42.369139, - "location_type": 3, - "longitude": -71.039577, - "name": "Maverick", + "description": "Chelsea - Everett Ave", + "latitude": 42.396771, + "location_type": 2, + "longitude": -71.040123, + "name": "Chelsea - Everett Ave", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-965-lobby", + "id": "door-chels-sldropoff", "links": { - "self": "/stops/node-965-lobby" + "self": "/stops/door-chels-sldropoff" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-965-lobby" + "related": "/facilities/?filter[stop]=door-chels-sldropoff" } }, "parent_station": { "data": { - "id": "place-mvbcl", + "id": "place-chels", "type": "stop" } }, @@ -347878,27 +365564,28 @@ }, { "attributes": { - "description": "Chelsea - Top of ramp between Everett Ave and Boston-bound platform", - "latitude": 42.397059, + "description": "Wonderland - Paid side of fare gates", + "latitude": 42.413652, "location_type": 3, - "longitude": -71.04099, - "name": "Chelsea", + "longitude": -70.991768, + "name": "Wonderland", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-chels-everettnorth-top", + "id": "node-wondl-farepaid", "links": { - "self": "/stops/node-chels-everettnorth-top" + "self": "/stops/node-wondl-farepaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-chels-everettnorth-top" + "related": "/facilities/?filter[stop]=node-wondl-farepaid" } }, "parent_station": { "data": { - "id": "place-chels", + "id": "place-wondl", "type": "stop" } }, @@ -347910,27 +365597,28 @@ }, { "attributes": { - "description": "Oak Grove - Top of Washington Street stairs", - "latitude": 42.436908, - "location_type": 3, - "longitude": -71.071099, - "name": "Oak Grove", + "description": "Kenmore - Fenway Park, Commonwealth Ave", + "latitude": 42.348616, + "location_type": 2, + "longitude": -71.09552, + "name": "Kenmore - Fenway Park, Commonwealth Ave", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-ogmnl-washstair-lobby", + "id": "door-kencl-commonwealth", "links": { - "self": "/stops/node-ogmnl-washstair-lobby" + "self": "/stops/door-kencl-commonwealth" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-ogmnl-washstair-lobby" + "related": "/facilities/?filter[stop]=door-kencl-commonwealth" } }, "parent_station": { "data": { - "id": "place-ogmnl", + "id": "place-kencl", "type": "stop" } }, @@ -347942,27 +365630,28 @@ }, { "attributes": { - "description": "Downtown Crossing - Bottom of exit-only stairs from Ashmont/Braintree platform to Summer Street Concourse", + "description": "Prudential - Top of Park Street & North stairs", "latitude": null, "location_type": 3, "longitude": null, - "name": "Downtown Crossing", + "name": "Prudential", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-dwnxg-stair6-platform", + "id": "node-prmnl-ebstair-lobby", "links": { - "self": "/stops/node-dwnxg-stair6-platform" + "self": "/stops/node-prmnl-ebstair-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-dwnxg-stair6-platform" + "related": "/facilities/?filter[stop]=node-prmnl-ebstair-lobby" } }, "parent_station": { "data": { - "id": "place-dwnxg", + "id": "place-prmnl", "type": "stop" } }, @@ -347974,27 +365663,28 @@ }, { "attributes": { - "description": "Aquarium - Bottom of escalator from lobby to Atlantic Avenue", - "latitude": null, + "description": "Wood Island - Top of stairs for Lovell Street", + "latitude": 42.379496, "location_type": 3, - "longitude": null, - "name": "Aquarium", + "longitude": -71.022901, + "name": "Wood Island", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-406-lobby", + "id": "node-wimnl-obunpaidstairs-bridge", "links": { - "self": "/stops/node-406-lobby" + "self": "/stops/node-wimnl-obunpaidstairs-bridge" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-406-lobby" + "related": "/facilities/?filter[stop]=node-wimnl-obunpaidstairs-bridge" } }, "parent_station": { "data": { - "id": "place-aqucl", + "id": "place-wimnl", "type": "stop" } }, @@ -348006,27 +365696,28 @@ }, { "attributes": { - "description": "Central - Bottom of stairs for Massachusetts Ave", - "latitude": null, + "description": "Gilman Square - Bottom of Medford St Elevator 765", + "latitude": 42.387695, "location_type": 3, - "longitude": null, - "name": "Central", + "longitude": -71.096277, + "name": "Gilman Square", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-cntsq-obstair-platform", + "id": "node-765-bottom", "links": { - "self": "/stops/node-cntsq-obstair-platform" + "self": "/stops/node-765-bottom" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-cntsq-obstair-platform" + "related": "/facilities/?filter[stop]=node-765-bottom" } }, "parent_station": { "data": { - "id": "place-cntsq", + "id": "place-gilmn", "type": "stop" } }, @@ -348038,27 +365729,28 @@ }, { "attributes": { - "description": "Central - Bottom of Escalator 359 for Massachusetts Ave", - "latitude": null, + "description": "Union Square - Top of Prospect St Elevator 771", + "latitude": 42.377604, "location_type": 3, - "longitude": null, - "name": "Central", + "longitude": -71.095025, + "name": "Union Square", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-cntsq-359-platform", + "id": "node-771-top", "links": { - "self": "/stops/node-cntsq-359-platform" + "self": "/stops/node-771-top" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-cntsq-359-platform" + "related": "/facilities/?filter[stop]=node-771-top" } }, "parent_station": { "data": { - "id": "place-cntsq", + "id": "place-unsqu", "type": "stop" } }, @@ -348070,27 +365762,28 @@ }, { "attributes": { - "description": "Medford/Tufts - Bottom of stairs", - "latitude": 42.407908, - "location_type": 3, - "longitude": -71.117, - "name": "Medford/Tufts", + "description": "Downtown Crossing - Temple Place, Lafaytette Place", + "latitude": 42.354877, + "location_type": 2, + "longitude": -71.061547, + "name": "Downtown Crossing - Temple Place, Lafaytette Place", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, - "id": "node-mdftf-stairs-bottom", + "id": "door-dwnxg-temple", "links": { - "self": "/stops/node-mdftf-stairs-bottom" + "self": "/stops/door-dwnxg-temple" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-mdftf-stairs-bottom" + "related": "/facilities/?filter[stop]=door-dwnxg-temple" } }, "parent_station": { "data": { - "id": "place-mdftf", + "id": "place-dwnxg", "type": "stop" } }, @@ -348102,27 +365795,28 @@ }, { "attributes": { - "description": "State - Paid side of fare gates", - "latitude": null, + "description": "Forest Hills - Top of Orange Line stairs for Arborway, Southwest Corridor Park", + "latitude": 42.301794, "location_type": 3, - "longitude": null, - "name": "State", + "longitude": -71.113449, + "name": "Forest Hills", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-state-oldstate-farepaid", + "id": "node-forhl-southstairs-lobby", "links": { - "self": "/stops/node-state-oldstate-farepaid" + "self": "/stops/node-forhl-southstairs-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-state-oldstate-farepaid" + "related": "/facilities/?filter[stop]=node-forhl-southstairs-lobby" } }, "parent_station": { "data": { - "id": "place-state", + "id": "place-forhl", "type": "stop" } }, @@ -348134,27 +365828,28 @@ }, { "attributes": { - "description": "North Station - Causeway St (East)", - "latitude": 42.366404, - "location_type": 2, - "longitude": -71.061324, - "name": "North Station - Causeway St (East)", + "description": "Longwood - Top of exit ramp for Emerald Necklace", + "latitude": 42.341449, + "location_type": 3, + "longitude": -71.110035, + "name": "Longwood", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-north-crcauseway", + "id": "node-longw-eramp-landing", "links": { - "self": "/stops/door-north-crcauseway" + "self": "/stops/node-longw-eramp-landing" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-north-crcauseway" + "related": "/facilities/?filter[stop]=node-longw-eramp-landing" } }, "parent_station": { "data": { - "id": "place-north", + "id": "place-longw", "type": "stop" } }, @@ -348166,27 +365861,28 @@ }, { "attributes": { - "description": "Fenway - Fenway Park, Park Dr, Longwood", - "latitude": 42.345393, - "location_type": 2, - "longitude": -71.104116, - "name": "Fenway - Fenway Park, Park Dr, Longwood", + "description": "Suffolk Downs - Top of stairs for Bowdoin platform", + "latitude": 42.390644, + "location_type": 3, + "longitude": -70.997215, + "name": "Suffolk Downs", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-fenwy-longwood", + "id": "node-sdmnl-pibstair-bridge", "links": { - "self": "/stops/door-fenwy-longwood" + "self": "/stops/node-sdmnl-pibstair-bridge" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-fenwy-longwood" + "related": "/facilities/?filter[stop]=node-sdmnl-pibstair-bridge" } }, "parent_station": { "data": { - "id": "place-fenwy", + "id": "place-sdmnl", "type": "stop" } }, @@ -348198,27 +365894,28 @@ }, { "attributes": { - "description": "Forest Hills - Top of Orange Line platform south stairs", - "latitude": 42.30069, - "location_type": 3, - "longitude": -71.114194, - "name": "Forest Hills", + "description": "Newton Centre - Union St, Herrick Rd", + "latitude": 42.329135, + "location_type": 2, + "longitude": -71.193355, + "name": "Newton Centre - Union St, Herrick Rd", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, - "id": "node-forhl-splatstairs-lobby", + "id": "door-newto-herrick", "links": { - "self": "/stops/node-forhl-splatstairs-lobby" + "self": "/stops/door-newto-herrick" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-forhl-splatstairs-lobby" + "related": "/facilities/?filter[stop]=door-newto-herrick" } }, "parent_station": { "data": { - "id": "place-forhl", + "id": "place-newto", "type": "stop" } }, @@ -348230,27 +365927,28 @@ }, { "attributes": { - "description": "Assembly - Unpaid side of fare gates", - "latitude": 42.393162, + "description": "Davis - Top of Escalator 340", + "latitude": null, "location_type": 3, - "longitude": -71.077304, - "name": "Assembly", + "longitude": null, + "name": "Davis", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-astao-fol-fareunpaid", + "id": "node-340-lobby", "links": { - "self": "/stops/node-astao-fol-fareunpaid" + "self": "/stops/node-340-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-astao-fol-fareunpaid" + "related": "/facilities/?filter[stop]=node-340-lobby" } }, "parent_station": { "data": { - "id": "place-astao", + "id": "place-davis", "type": "stop" } }, @@ -348262,27 +365960,28 @@ }, { "attributes": { - "description": "Back Bay - Bottom of eastern underpass stairs", - "latitude": null, - "location_type": 3, - "longitude": null, - "name": "Back Bay", + "description": "Bellingham Square - Arlington Street", + "latitude": 42.395667, + "location_type": 2, + "longitude": -71.034627, + "name": "Bellingham Square - Arlington Street", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-bbsta-upassestairs-bottom", + "id": "door-belsq-arlington", "links": { - "self": "/stops/node-bbsta-upassestairs-bottom" + "self": "/stops/door-belsq-arlington" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-bbsta-upassestairs-bottom" + "related": "/facilities/?filter[stop]=door-belsq-arlington" } }, "parent_station": { "data": { - "id": "place-bbsta", + "id": "place-belsq", "type": "stop" } }, @@ -348294,27 +365993,28 @@ }, { "attributes": { - "description": "Shawmut - Bottom of Ashmont Elevator 954", - "latitude": 42.293109, + "description": "Massachusetts Avenue - North end of Massachusetts Ave underpass", + "latitude": 42.341801, "location_type": 3, - "longitude": -71.065894, - "name": "Shawmut", + "longitude": -71.083222, + "name": "Massachusetts Avenue", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-smmnl-954-platform", + "id": "node-masta-undernorth-way", "links": { - "self": "/stops/node-smmnl-954-platform" + "self": "/stops/node-masta-undernorth-way" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-smmnl-954-platform" + "related": "/facilities/?filter[stop]=node-masta-undernorth-way" } }, "parent_station": { "data": { - "id": "place-smmnl", + "id": "place-masta", "type": "stop" } }, @@ -348326,27 +366026,28 @@ }, { "attributes": { - "description": "Back Bay - Bottom of Tracks 1-3 stairs", - "latitude": null, + "description": "Massachusetts Avenue - South end of Massachusetts Ave underpass", + "latitude": 42.34161, "location_type": 3, - "longitude": null, - "name": "Back Bay", + "longitude": -71.083455, + "name": "Massachusetts Avenue", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-bbsta-13stairs-platform", + "id": "node-masta-undersouth-way", "links": { - "self": "/stops/node-bbsta-13stairs-platform" + "self": "/stops/node-masta-undersouth-way" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-bbsta-13stairs-platform" + "related": "/facilities/?filter[stop]=node-masta-undersouth-way" } }, "parent_station": { "data": { - "id": "place-bbsta", + "id": "place-masta", "type": "stop" } }, @@ -348358,27 +366059,28 @@ }, { "attributes": { - "description": "Park Street - Park Street end of Winter Street Concourse", - "latitude": null, + "description": "Oak Grove - Top of Orange Line stairs", + "latitude": 42.437045, "location_type": 3, - "longitude": null, - "name": "Park Street", + "longitude": -71.070931, + "name": "Oak Grove", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-pktrm-concourse", + "id": "node-ogmnl-olstair-lobby", "links": { - "self": "/stops/node-pktrm-concourse" + "self": "/stops/node-ogmnl-olstair-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-pktrm-concourse" + "related": "/facilities/?filter[stop]=node-ogmnl-olstair-lobby" } }, "parent_station": { "data": { - "id": "place-pktrm", + "id": "place-ogmnl", "type": "stop" } }, @@ -348390,27 +366092,28 @@ }, { "attributes": { - "description": "Assembly - Bottom of Elevator 719", - "latitude": 42.392237, + "description": "Aquarium - Bottom of escalator from Atlantic Avenue to lobby", + "latitude": null, "location_type": 3, - "longitude": -71.077218, - "name": "Assembly", + "longitude": null, + "name": "Aquarium", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-astao-719-platform", + "id": "node-405-lobby", "links": { - "self": "/stops/node-astao-719-platform" + "self": "/stops/node-405-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-astao-719-platform" + "related": "/facilities/?filter[stop]=node-405-lobby" } }, "parent_station": { "data": { - "id": "place-astao", + "id": "place-aqucl", "type": "stop" } }, @@ -348422,27 +366125,28 @@ }, { "attributes": { - "description": "Park Street - Bottom of stairs between Ashmont/Braintree platform and Winter Street Concourse", + "description": "Symphony - Bottom of stairs for west entrances", "latitude": null, "location_type": 3, "longitude": null, - "name": "Park Street", + "name": "Symphony", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-pktrm-sbwinterstairs-platform", + "id": "node-symcl-wb-wbottom", "links": { - "self": "/stops/node-pktrm-sbwinterstairs-platform" + "self": "/stops/node-symcl-wb-wbottom" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-pktrm-sbwinterstairs-platform" + "related": "/facilities/?filter[stop]=node-symcl-wb-wbottom" } }, "parent_station": { "data": { - "id": "place-pktrm", + "id": "place-symcl", "type": "stop" } }, @@ -348454,27 +366158,28 @@ }, { "attributes": { - "description": "Park Street - Unpaid side of fare gates", + "description": "South Station - Bottom of stairs for Ashmont/Braintree", "latitude": null, "location_type": 3, "longitude": null, - "name": "Park Street", + "name": "South Station", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-pktrm-wintfare-unpaid", + "id": "node-sstat-919stair-rl", "links": { - "self": "/stops/node-pktrm-wintfare-unpaid" + "self": "/stops/node-sstat-919stair-rl" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-pktrm-wintfare-unpaid" + "related": "/facilities/?filter[stop]=node-sstat-919stair-rl" } }, "parent_station": { "data": { - "id": "place-pktrm", + "id": "place-sstat", "type": "stop" } }, @@ -348486,27 +366191,28 @@ }, { "attributes": { - "description": "Beaconsfield - Clark Rd", - "latitude": 42.335555, - "location_type": 2, - "longitude": -71.13997, - "name": "Beaconsfield - Clark Rd", + "description": "Courthouse - Unpaid side of South Station fare gates", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "Courthouse", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-bcnfd-clark", + "id": "node-crtst-ssmain-fareunpaid", "links": { - "self": "/stops/door-bcnfd-clark" + "self": "/stops/node-crtst-ssmain-fareunpaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-bcnfd-clark" + "related": "/facilities/?filter[stop]=node-crtst-ssmain-fareunpaid" } }, "parent_station": { "data": { - "id": "place-bcnfd", + "id": "place-crtst", "type": "stop" } }, @@ -348518,27 +366224,28 @@ }, { "attributes": { - "description": "Back Bay - Station side of exit-only gate", + "description": "Prudential - Bottom of escalator from lobby to Prudential Center", "latitude": null, "location_type": 3, "longitude": null, - "name": "Back Bay", + "name": "Prudential", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-bbsta-13clarexit-farepaid", + "id": "node-151-lobby", "links": { - "self": "/stops/node-bbsta-13clarexit-farepaid" + "self": "/stops/node-151-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-bbsta-13clarexit-farepaid" + "related": "/facilities/?filter[stop]=node-151-lobby" } }, "parent_station": { "data": { - "id": "place-bbsta", + "id": "place-prmnl", "type": "stop" } }, @@ -348550,27 +366257,28 @@ }, { "attributes": { - "description": "Prudential - Bottom of stairs to escalator", - "latitude": null, + "description": "Kendall/MIT - Paid side of fare gates", + "latitude": 42.362366, "location_type": 3, - "longitude": null, - "name": "Prudential", + "longitude": -71.086186, + "name": "Kendall/MIT", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-prmnl-152stair-platform", + "id": "node-knncl-sbmain-farepaid", "links": { - "self": "/stops/node-prmnl-152stair-platform" + "self": "/stops/node-knncl-sbmain-farepaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-prmnl-152stair-platform" + "related": "/facilities/?filter[stop]=node-knncl-sbmain-farepaid" } }, "parent_station": { "data": { - "id": "place-prmnl", + "id": "place-knncl", "type": "stop" } }, @@ -348582,27 +366290,28 @@ }, { "attributes": { - "description": "Harvard - Church St, Harvard Yard", - "latitude": 42.374384, - "location_type": 2, - "longitude": -71.118669, - "name": "Harvard - Church St, Harvard Yard", + "description": "Quincy Adams - Bottom of Escalator 344 from platform to lobby", + "latitude": 42.233374, + "location_type": 3, + "longitude": -71.006868, + "name": "Quincy Adams", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-harsq-yard", + "id": "node-344-bottom", "links": { - "self": "/stops/door-harsq-yard" + "self": "/stops/node-344-bottom" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-harsq-yard" + "related": "/facilities/?filter[stop]=node-344-bottom" } }, "parent_station": { "data": { - "id": "place-harsq", + "id": "place-qamnl", "type": "stop" } }, @@ -348614,27 +366323,28 @@ }, { "attributes": { - "description": "Wonderland - Revere Beach Plaza", - "latitude": 42.413607, + "description": "Alewife - Bottom of Escalator 354 from concourse to second floor of garage", + "latitude": 42.395876, "location_type": 3, - "longitude": -70.991443, - "name": "Wonderland", + "longitude": -71.141264, + "name": "Alewife", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-wondl-eplazacenter", + "id": "node-354-bottom", "links": { - "self": "/stops/node-wondl-eplazacenter" + "self": "/stops/node-354-bottom" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-wondl-eplazacenter" + "related": "/facilities/?filter[stop]=node-354-bottom" } }, "parent_station": { "data": { - "id": "place-wondl", + "id": "place-alfcl", "type": "stop" } }, @@ -348646,27 +366356,28 @@ }, { "attributes": { - "description": "Park Street - Bottom of stairs between Ashmont/Braintree platform and Government Center & North platform", + "description": "Symphony - Bottom of stairs for Westland Ave, Symphony Hall", "latitude": null, "location_type": 3, "longitude": null, - "name": "Park Street", + "name": "Symphony", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-pktrm-stair8-rl", + "id": "node-symcl-weststair-platform", "links": { - "self": "/stops/node-pktrm-stair8-rl" + "self": "/stops/node-symcl-weststair-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-pktrm-stair8-rl" + "related": "/facilities/?filter[stop]=node-symcl-weststair-platform" } }, "parent_station": { "data": { - "id": "place-pktrm", + "id": "place-symcl", "type": "stop" } }, @@ -348678,27 +366389,28 @@ }, { "attributes": { - "description": "Forest Hills - Top of lower busway elevator", - "latitude": 42.300601, + "description": "North Station - Paid side of fare gates", + "latitude": 42.365568, "location_type": 3, - "longitude": -71.113674, - "name": "Forest Hills", + "longitude": -71.060358, + "name": "North Station", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-843-lobby", + "id": "node-north-causewayexite-farepaid", "links": { - "self": "/stops/node-843-lobby" + "self": "/stops/node-north-causewayexite-farepaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-843-lobby" + "related": "/facilities/?filter[stop]=node-north-causewayexite-farepaid" } }, "parent_station": { "data": { - "id": "place-forhl", + "id": "place-north", "type": "stop" } }, @@ -348710,27 +366422,28 @@ }, { "attributes": { - "description": "Back Bay - Bottom of western underpass stairs", - "latitude": null, + "description": "Alewife - Ground floor of stairs between concourse and fifth floor of garage", + "latitude": 42.395511, "location_type": 3, - "longitude": null, - "name": "Back Bay", + "longitude": -71.142221, + "name": "Alewife", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-bbsta-upasswstairs-bottom", + "id": "node-alfcl-wgaragestairs-ground", "links": { - "self": "/stops/node-bbsta-upasswstairs-bottom" + "self": "/stops/node-alfcl-wgaragestairs-ground" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-bbsta-upasswstairs-bottom" + "related": "/facilities/?filter[stop]=node-alfcl-wgaragestairs-ground" } }, "parent_station": { "data": { - "id": "place-bbsta", + "id": "place-alfcl", "type": "stop" } }, @@ -348742,27 +366455,28 @@ }, { "attributes": { - "description": "North Quincy - Top of escalator from Newport Avenue to lobby", - "latitude": 42.276383, + "description": "Revere Beach - Bottom of stairs between Wonderland platform and lobby", + "latitude": 42.408005, "location_type": 3, - "longitude": -71.031055, - "name": "North Quincy", + "longitude": -70.992465, + "name": "Revere Beach", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-383-lobby", + "id": "node-rbmnl-885stair-platform", "links": { - "self": "/stops/node-383-lobby" + "self": "/stops/node-rbmnl-885stair-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-383-lobby" + "related": "/facilities/?filter[stop]=node-rbmnl-885stair-platform" } }, "parent_station": { "data": { - "id": "place-nqncy", + "id": "place-rbmnl", "type": "stop" } }, @@ -348774,27 +366488,28 @@ }, { "attributes": { - "description": "South Station - Atlantic Ave, Summer St", - "latitude": 42.352677, - "location_type": 2, - "longitude": -71.055013, - "name": "South Station - Atlantic Ave, Summer St", + "description": "Braintree - Top of Commuter Rail platform ramp", + "latitude": 42.208595, + "location_type": 3, + "longitude": -71.001135, + "name": "Braintree", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-sstat-reserve", + "id": "node-brntn-crramp-top", "links": { - "self": "/stops/door-sstat-reserve" + "self": "/stops/node-brntn-crramp-top" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-sstat-reserve" + "related": "/facilities/?filter[stop]=node-brntn-crramp-top" } }, "parent_station": { "data": { - "id": "place-sstat", + "id": "place-brntn", "type": "stop" } }, @@ -348806,27 +366521,28 @@ }, { "attributes": { - "description": "Porter - Bottom of escalator from Red Line platforms to lobby", - "latitude": 42.388777, + "description": "North Station - Bottom of Escalator 392 from Forest Hills, Copley & West platforms to Causeway Street lobby", + "latitude": 42.365359, "location_type": 3, - "longitude": -71.118777, - "name": "Porter", + "longitude": -71.060352, + "name": "North Station", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-510-sbplatform", + "id": "node-392-bottom", "links": { - "self": "/stops/node-510-sbplatform" + "self": "/stops/node-392-bottom" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-510-sbplatform" + "related": "/facilities/?filter[stop]=node-392-bottom" } }, "parent_station": { "data": { - "id": "place-portr", + "id": "place-north", "type": "stop" } }, @@ -348838,27 +366554,28 @@ }, { "attributes": { - "description": "Kenmore - Bottom of Commonwealth Avenue elevator", - "latitude": 42.34867, + "description": "Quincy Center - Top of Escalator 330", + "latitude": 42.251681, "location_type": 3, - "longitude": -71.095573, - "name": "Kenmore", + "longitude": -71.005342, + "name": "Quincy Center", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-948-lobby", + "id": "node-330-entrance", "links": { - "self": "/stops/node-948-lobby" + "self": "/stops/node-330-entrance" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-948-lobby" + "related": "/facilities/?filter[stop]=node-330-entrance" } }, "parent_station": { "data": { - "id": "place-kencl", + "id": "place-qnctr", "type": "stop" } }, @@ -348870,27 +366587,28 @@ }, { "attributes": { - "description": "Maverick - Top of escalator from lobby to Maverick Square", - "latitude": 42.369129, + "description": "Beachmont - Top of Escalator 378", + "latitude": 42.39732, "location_type": 3, - "longitude": -71.039548, - "name": "Maverick", + "longitude": -70.992638, + "name": "Beachmont", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-433-entrance", + "id": "node-378-platform", "links": { - "self": "/stops/node-433-entrance" + "self": "/stops/node-378-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-433-entrance" + "related": "/facilities/?filter[stop]=node-378-platform" } }, "parent_station": { "data": { - "id": "place-mvbcl", + "id": "place-bmmnl", "type": "stop" } }, @@ -348902,27 +366620,28 @@ }, { "attributes": { - "description": "Aquarium - Bottom of elevator between Bowdoin platform and Atlantic Avenue", - "latitude": null, + "description": "Fields Corner - Bottom of stairs for Alewife platform", + "latitude": 42.300016, "location_type": 3, - "longitude": null, - "name": "Aquarium", + "longitude": -71.061828, + "name": "Fields Corner", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-923-platform", + "id": "node-fldcr-alewstair-lobby", "links": { - "self": "/stops/node-923-platform" + "self": "/stops/node-fldcr-alewstair-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-923-platform" + "related": "/facilities/?filter[stop]=node-fldcr-alewstair-lobby" } }, "parent_station": { "data": { - "id": "place-aqucl", + "id": "place-fldcr", "type": "stop" } }, @@ -348934,27 +366653,28 @@ }, { "attributes": { - "description": "Orient Heights - Unpaid side of fare gates", - "latitude": 42.387043, + "description": "Back Bay - Unpaid side of exit-only gates", + "latitude": null, "location_type": 3, - "longitude": -71.004634, - "name": "Orient Heights", + "longitude": null, + "name": "Back Bay", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-orhte-benn-fareunpaid", + "id": "node-bbsta-clar-fareunpaid", "links": { - "self": "/stops/node-orhte-benn-fareunpaid" + "self": "/stops/node-bbsta-clar-fareunpaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-orhte-benn-fareunpaid" + "related": "/facilities/?filter[stop]=node-bbsta-clar-fareunpaid" } }, "parent_station": { "data": { - "id": "place-orhte", + "id": "place-bbsta", "type": "stop" } }, @@ -348966,27 +366686,28 @@ }, { "attributes": { - "description": "Park Street - Bottom of stairs between Alewife platform and Copley & West platform", - "latitude": null, - "location_type": 3, - "longitude": null, - "name": "Park Street", + "description": "Auburndale - Woodland Rd", + "latitude": 42.345139, + "location_type": 2, + "longitude": -71.252126, + "name": "Auburndale - Woodland Rd", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, - "id": "node-pktrm-stair5-rl", + "id": "door-WML-0102-woodland", "links": { - "self": "/stops/node-pktrm-stair5-rl" + "self": "/stops/door-WML-0102-woodland" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-pktrm-stair5-rl" + "related": "/facilities/?filter[stop]=door-WML-0102-woodland" } }, "parent_station": { "data": { - "id": "place-pktrm", + "id": "place-WML-0102", "type": "stop" } }, @@ -348998,27 +366719,28 @@ }, { "attributes": { - "description": "Kenmore - Bottom of Beacon Street stairs", + "description": "Bowdoin - Bottom of escalator from lobby to entrance", "latitude": null, "location_type": 3, "longitude": null, - "name": "Kenmore", + "name": "Bowdoin", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-kencl-beacstair-lobby", + "id": "node-125-lobby", "links": { - "self": "/stops/node-kencl-beacstair-lobby" + "self": "/stops/node-125-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-kencl-beacstair-lobby" + "related": "/facilities/?filter[stop]=node-125-lobby" } }, "parent_station": { "data": { - "id": "place-kencl", + "id": "place-bomnl", "type": "stop" } }, @@ -349030,27 +366752,28 @@ }, { "attributes": { - "description": "Back Bay - Top of stairs between lobby and underpass", + "description": "Park Street - Bottom of stairs between Red Line center platform and Copley & West platform", "latitude": null, "location_type": 3, "longitude": null, - "name": "Back Bay", + "name": "Park Street", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-bbsta-upassmezstairs-top", + "id": "node-pktrm-cpwbstairs-rl", "links": { - "self": "/stops/node-bbsta-upassmezstairs-top" + "self": "/stops/node-pktrm-cpwbstairs-rl" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-bbsta-upassmezstairs-top" + "related": "/facilities/?filter[stop]=node-pktrm-cpwbstairs-rl" } }, "parent_station": { "data": { - "id": "place-bbsta", + "id": "place-pktrm", "type": "stop" } }, @@ -349062,27 +366785,28 @@ }, { "attributes": { - "description": "Porter - Commuter Rail level of elevator between lobby and Commuter Rail", - "latitude": 42.388193, + "description": "Back Bay - Outdoor side of exit-only gate", + "latitude": null, "location_type": 3, - "longitude": -71.118924, - "name": "Porter", + "longitude": null, + "name": "Back Bay", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-986-crplatform", + "id": "node-bbsta-13clarexit-fareunpaid", "links": { - "self": "/stops/node-986-crplatform" + "self": "/stops/node-bbsta-13clarexit-fareunpaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-986-crplatform" + "related": "/facilities/?filter[stop]=node-bbsta-13clarexit-fareunpaid" } }, "parent_station": { "data": { - "id": "place-portr", + "id": "place-bbsta", "type": "stop" } }, @@ -349094,27 +366818,28 @@ }, { "attributes": { - "description": "Broadway - Top of platform stairs", - "latitude": null, + "description": "Wonderland - Bottom of stairs to pedestrian bridge from Blue Line lobby", + "latitude": 42.413344, "location_type": 3, - "longitude": null, - "name": "Broadway", + "longitude": -70.991885, + "name": "Wonderland", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-brdwy-platstairs-lobby", + "id": "node-wondl-ibfootbridgestairs-lobby", "links": { - "self": "/stops/node-brdwy-platstairs-lobby" + "self": "/stops/node-wondl-ibfootbridgestairs-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-brdwy-platstairs-lobby" + "related": "/facilities/?filter[stop]=node-wondl-ibfootbridgestairs-lobby" } }, "parent_station": { "data": { - "id": "place-brdwy", + "id": "place-wondl", "type": "stop" } }, @@ -349126,27 +366851,28 @@ }, { "attributes": { - "description": "South Station - Bottom of stairs for Red Line, Silver Line lobby", + "description": "Hynes Convention Center - Top of Escalator 315", "latitude": null, "location_type": 3, "longitude": null, - "name": "South Station", + "name": "Hynes Convention Center", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-sstat-399stair-middle", + "id": "node-315-top", "links": { - "self": "/stops/node-sstat-399stair-middle" + "self": "/stops/node-315-top" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-sstat-399stair-middle" + "related": "/facilities/?filter[stop]=node-315-top" } }, "parent_station": { "data": { - "id": "place-sstat", + "id": "place-hymnl", "type": "stop" } }, @@ -349158,27 +366884,28 @@ }, { "attributes": { - "description": "Symphony - Bottom of stairs for Westland Ave, Symphony Hall", + "description": "Davis - Bottom of Escalator 338", "latitude": null, "location_type": 3, "longitude": null, - "name": "Symphony", + "name": "Davis", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-symcl-weststair-platform", + "id": "node-338-lobby", "links": { - "self": "/stops/node-symcl-weststair-platform" + "self": "/stops/node-338-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-symcl-weststair-platform" + "related": "/facilities/?filter[stop]=node-338-lobby" } }, "parent_station": { "data": { - "id": "place-symcl", + "id": "place-davis", "type": "stop" } }, @@ -349190,27 +366917,28 @@ }, { "attributes": { - "description": "Newton Centre - Langley Rd", - "latitude": 42.329974, - "location_type": 2, - "longitude": -71.19147, - "name": "Newton Centre - Langley Rd", + "description": "Tufts Medical Center - Top of Escalator 149", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "Tufts Medical Center", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-newto-langley", + "id": "node-149-lobby", "links": { - "self": "/stops/door-newto-langley" + "self": "/stops/node-149-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-newto-langley" + "related": "/facilities/?filter[stop]=node-149-lobby" } }, "parent_station": { "data": { - "id": "place-newto", + "id": "place-tumnl", "type": "stop" } }, @@ -349222,27 +366950,28 @@ }, { "attributes": { - "description": "Davis - Top of Escalator 338", - "latitude": null, + "description": "Orient Heights - Top of Escalator 440", + "latitude": 42.38696, "location_type": 3, - "longitude": null, - "name": "Davis", + "longitude": -71.00486, + "name": "Orient Heights", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-338-middle", + "id": "node-440-bridge", "links": { - "self": "/stops/node-338-middle" + "self": "/stops/node-440-bridge" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-338-middle" + "related": "/facilities/?filter[stop]=node-440-bridge" } }, "parent_station": { "data": { - "id": "place-davis", + "id": "place-orhte", "type": "stop" } }, @@ -349254,27 +366983,28 @@ }, { "attributes": { - "description": "Union Square - Bottom of stairs for Prospect St", - "latitude": 42.377717, - "location_type": 3, - "longitude": -71.094908, - "name": "Union Square", + "description": "Back Bay - Dartmouth St (Tracks 5 and 7)", + "latitude": 42.347572, + "location_type": 2, + "longitude": -71.076228, + "name": "Back Bay - Dartmouth St (Tracks 5 and 7)", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, - "id": "node-unsqu-stairs-bottom", + "id": "door-bbsta-dartmw", "links": { - "self": "/stops/node-unsqu-stairs-bottom" + "self": "/stops/door-bbsta-dartmw" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-unsqu-stairs-bottom" + "related": "/facilities/?filter[stop]=door-bbsta-dartmw" } }, "parent_station": { "data": { - "id": "place-unsqu", + "id": "place-bbsta", "type": "stop" } }, @@ -349286,27 +367016,28 @@ }, { "attributes": { - "description": "Aquarium - Unpaid side of fare gates", - "latitude": null, + "description": "Malden Center - Top of ramp from Commercial Street", + "latitude": 42.426896, "location_type": 3, - "longitude": null, - "name": "Aquarium", + "longitude": -71.074026, + "name": "Malden Center", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-aqucl-atlfareunpaid", + "id": "node-mlmnl-ramptop", "links": { - "self": "/stops/node-aqucl-atlfareunpaid" + "self": "/stops/node-mlmnl-ramptop" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-aqucl-atlfareunpaid" + "related": "/facilities/?filter[stop]=node-mlmnl-ramptop" } }, "parent_station": { "data": { - "id": "place-aqucl", + "id": "place-mlmnl", "type": "stop" } }, @@ -349318,27 +367049,28 @@ }, { "attributes": { - "description": "Andrew - Top of inbound lobby ramp", + "description": "State - Bottom of stairs between Oak Grove platform and City Hall", "latitude": null, "location_type": 3, "longitude": null, - "name": "Andrew", + "name": "State", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-andrw-ibramp-top", + "id": "node-ogcityhallstairs-nbplatform", "links": { - "self": "/stops/node-andrw-ibramp-top" + "self": "/stops/node-ogcityhallstairs-nbplatform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-andrw-ibramp-top" + "related": "/facilities/?filter[stop]=node-ogcityhallstairs-nbplatform" } }, "parent_station": { "data": { - "id": "place-andrw", + "id": "place-state", "type": "stop" } }, @@ -349350,27 +367082,28 @@ }, { "attributes": { - "description": "Quincy Center - Stairs lobby level", - "latitude": 42.25128, + "description": "South Station - Top of stairs for drop-off only platform", + "latitude": null, "location_type": 3, - "longitude": -71.005313, - "name": "Quincy Center", + "longitude": null, + "name": "South Station", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-qnctr-crstair-entrance", + "id": "node-sstat-388stair-lobby", "links": { - "self": "/stops/node-qnctr-crstair-entrance" + "self": "/stops/node-sstat-388stair-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-qnctr-crstair-entrance" + "related": "/facilities/?filter[stop]=node-sstat-388stair-lobby" } }, "parent_station": { "data": { - "id": "place-qnctr", + "id": "place-sstat", "type": "stop" } }, @@ -349382,27 +367115,28 @@ }, { "attributes": { - "description": "Park Street - Tremont St", - "latitude": 42.356069, - "location_type": 2, - "longitude": -71.062334, - "name": "Park Street - Tremont St", + "description": "Back Bay - Paid side of fare gates", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "Back Bay", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-pktrm-tremstair", + "id": "node-bbsta-upper-farepaid", "links": { - "self": "/stops/door-pktrm-tremstair" + "self": "/stops/node-bbsta-upper-farepaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-pktrm-tremstair" + "related": "/facilities/?filter[stop]=node-bbsta-upper-farepaid" } }, "parent_station": { "data": { - "id": "place-pktrm", + "id": "place-bbsta", "type": "stop" } }, @@ -349414,27 +367148,28 @@ }, { "attributes": { - "description": "Ruggles - Paid side of exit-only gates", - "latitude": null, - "location_type": 3, - "longitude": null, - "name": "Ruggles", + "description": "Prudential - Prudential Center", + "latitude": 42.345632, + "location_type": 2, + "longitude": -71.081223, + "name": "Prudential - Prudential Center", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-rugg-olexit-farepaid", + "id": "door-prmnl-prudential", "links": { - "self": "/stops/node-rugg-olexit-farepaid" + "self": "/stops/door-prmnl-prudential" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-rugg-olexit-farepaid" + "related": "/facilities/?filter[stop]=door-prmnl-prudential" } }, "parent_station": { "data": { - "id": "place-rugg", + "id": "place-prmnl", "type": "stop" } }, @@ -349446,27 +367181,28 @@ }, { "attributes": { - "description": "State - Top of Elevator 802 between Oak Grove platform and Wonderland platform, Forest Hills passageway", - "latitude": null, + "description": "Revere Beach - Unpaid side of exit-only gates", + "latitude": 42.40844, "location_type": 3, - "longitude": null, - "name": "State", + "longitude": -70.992549, + "name": "Revere Beach", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-802-sbplatform", + "id": "node-rbmnl-beachfareunpaid", "links": { - "self": "/stops/node-802-sbplatform" + "self": "/stops/node-rbmnl-beachfareunpaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-802-sbplatform" + "related": "/facilities/?filter[stop]=node-rbmnl-beachfareunpaid" } }, "parent_station": { "data": { - "id": "place-state", + "id": "place-rbmnl", "type": "stop" } }, @@ -349478,27 +367214,28 @@ }, { "attributes": { - "description": "Central - Unpaid side of fare gates", + "description": "World Trade Center - Top of second World Trade Center entrance stairs", "latitude": null, "location_type": 3, "longitude": null, - "name": "Central", + "name": "World Trade Center", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-cntsq-ibstair-fareunpaid", + "id": "node-wtcst-wtctstairs-top", "links": { - "self": "/stops/node-cntsq-ibstair-fareunpaid" + "self": "/stops/node-wtcst-wtctstairs-top" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-cntsq-ibstair-fareunpaid" + "related": "/facilities/?filter[stop]=node-wtcst-wtctstairs-top" } }, "parent_station": { "data": { - "id": "place-cntsq", + "id": "place-wtcst", "type": "stop" } }, @@ -349510,27 +367247,28 @@ }, { "attributes": { - "description": "Chelsea - Bottom of ramp between Everett Ave and outbound platform", - "latitude": 42.3969, + "description": "Harvard - Bottom of escalator from lobby to Harvard Square mezzanine", + "latitude": null, "location_type": 3, - "longitude": -71.040881, - "name": "Chelsea", + "longitude": null, + "name": "Harvard", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-chels-everettout-bottom", + "id": "node-514-lobby", "links": { - "self": "/stops/node-chels-everettout-bottom" + "self": "/stops/node-514-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-chels-everettout-bottom" + "related": "/facilities/?filter[stop]=node-514-lobby" } }, "parent_station": { "data": { - "id": "place-chels", + "id": "place-harsq", "type": "stop" } }, @@ -349542,27 +367280,28 @@ }, { "attributes": { - "description": "Wollaston - Paid side of parking lobby fare gates", - "latitude": null, + "description": "Union Square - Entry/exit gate", + "latitude": 42.377402, "location_type": 3, - "longitude": null, - "name": "Wollaston", + "longitude": -71.094841, + "name": "Union Square", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-wlsta-park-farepaid", + "id": "node-unsqu-rollupgate", "links": { - "self": "/stops/node-wlsta-park-farepaid" + "self": "/stops/node-unsqu-rollupgate" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-wlsta-park-farepaid" + "related": "/facilities/?filter[stop]=node-unsqu-rollupgate" } }, "parent_station": { "data": { - "id": "place-wlsta", + "id": "place-unsqu", "type": "stop" } }, @@ -349574,27 +367313,28 @@ }, { "attributes": { - "description": "South Station - Top of Escalator 389", - "latitude": null, - "location_type": 3, - "longitude": null, - "name": "South Station", + "description": "Amory Street - Buick St, Saint Paul St", + "latitude": 42.351054, + "location_type": 2, + "longitude": -71.115613, + "name": "Amory Street - Buick St, Saint Paul St", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-389-lobby", + "id": "door-amory-ebbuick", "links": { - "self": "/stops/node-389-lobby" + "self": "/stops/door-amory-ebbuick" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-389-lobby" + "related": "/facilities/?filter[stop]=door-amory-ebbuick" } }, "parent_station": { "data": { - "id": "place-sstat", + "id": "place-amory", "type": "stop" } }, @@ -349606,27 +367346,28 @@ }, { "attributes": { - "description": "Park Street - Top of elevator between Red Line and Government Center & North platform, Winter Street Concourse", + "description": "South Station - Top of stairs from drop-off only platform", "latitude": null, "location_type": 3, "longitude": null, - "name": "Park Street", + "name": "South Station", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-808-gl", + "id": "node-sstat-420sl-middle", "links": { - "self": "/stops/node-808-gl" + "self": "/stops/node-sstat-420sl-middle" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-808-gl" + "related": "/facilities/?filter[stop]=node-sstat-420sl-middle" } }, "parent_station": { "data": { - "id": "place-pktrm", + "id": "place-sstat", "type": "stop" } }, @@ -349638,27 +367379,28 @@ }, { "attributes": { - "description": "Chinatown - Elevator (Oak Grove)", - "latitude": 42.352628, + "description": "Stony Brook - Amory St", + "latitude": 42.3171, "location_type": 2, - "longitude": -71.062443, - "name": "Chinatown - Elevator (Oak Grove)", + "longitude": -71.104216, + "name": "Stony Brook - Amory St", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-chncl-ogelevator", + "id": "door-sbmnl-main", "links": { - "self": "/stops/door-chncl-ogelevator" + "self": "/stops/door-sbmnl-main" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-chncl-ogelevator" + "related": "/facilities/?filter[stop]=door-sbmnl-main" } }, "parent_station": { "data": { - "id": "place-chncl", + "id": "place-sbmnl", "type": "stop" } }, @@ -349670,27 +367412,28 @@ }, { "attributes": { - "description": "Bowdoin - Bottom of ramp between platform and lobby", + "description": "Wollaston - Bottom of stairs between Newport Avenue lobby and platform", "latitude": null, "location_type": 3, "longitude": null, - "name": "Bowdoin", + "name": "Wollaston", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-bomnl-ramp-platform", + "id": "node-wlsta-stair6-lobby", "links": { - "self": "/stops/node-bomnl-ramp-platform" + "self": "/stops/node-wlsta-stair6-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-bomnl-ramp-platform" + "related": "/facilities/?filter[stop]=node-wlsta-stair6-lobby" } }, "parent_station": { "data": { - "id": "place-bomnl", + "id": "place-wlsta", "type": "stop" } }, @@ -349702,27 +367445,28 @@ }, { "attributes": { - "description": "Haymarket - Bottom of stairs between Oak Grove platform and Green Line, busway passageway", - "latitude": null, + "description": "Suffolk Downs - Top of ramp for Wonderland platform", + "latitude": 42.390408, "location_type": 3, - "longitude": null, - "name": "Haymarket", + "longitude": -70.997015, + "name": "Suffolk Downs", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-haecl-passogstair-passage", + "id": "node-sdmnl-pob-bridge", "links": { - "self": "/stops/node-haecl-passogstair-passage" + "self": "/stops/node-sdmnl-pob-bridge" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-haecl-passogstair-passage" + "related": "/facilities/?filter[stop]=node-sdmnl-pob-bridge" } }, "parent_station": { "data": { - "id": "place-haecl", + "id": "place-sdmnl", "type": "stop" } }, @@ -349734,27 +367478,28 @@ }, { "attributes": { - "description": "Braintree - Paid side of fare gates", - "latitude": 42.207551, + "description": "Alewife - Bottom of ramp between concourse and Cambridgeside Drive", + "latitude": 42.395669, "location_type": 3, - "longitude": -71.001542, - "name": "Braintree", + "longitude": -71.141802, + "name": "Alewife", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-brntn-farepaid", + "id": "node-alfcl-cambridgesideramp-bottom", "links": { - "self": "/stops/node-brntn-farepaid" + "self": "/stops/node-alfcl-cambridgesideramp-bottom" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-brntn-farepaid" + "related": "/facilities/?filter[stop]=node-alfcl-cambridgesideramp-bottom" } }, "parent_station": { "data": { - "id": "place-brntn", + "id": "place-alfcl", "type": "stop" } }, @@ -349766,27 +367511,28 @@ }, { "attributes": { - "description": "JFK/UMass - Top of stairs between Braintree, Alewife platform and Sydney Street", - "latitude": 42.319968, + "description": "Quincy Adams - Fourth floor of garage level of Elevator 806", + "latitude": 42.233073, "location_type": 3, - "longitude": -71.052189, - "name": "JFK/UMass", + "longitude": -71.007199, + "name": "Quincy Adams", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-jfk-brasydstair-lobby", + "id": "node-806-fourth", "links": { - "self": "/stops/node-jfk-brasydstair-lobby" + "self": "/stops/node-806-fourth" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-jfk-brasydstair-lobby" + "related": "/facilities/?filter[stop]=node-806-fourth" } }, "parent_station": { "data": { - "id": "place-jfk", + "id": "place-qamnl", "type": "stop" } }, @@ -349798,27 +367544,28 @@ }, { "attributes": { - "description": "Kenmore - Paid lobby level for Park Street & North elevator", - "latitude": 42.348888, + "description": "Downtown Crossing - Paid side of fare gates", + "latitude": null, "location_type": 3, - "longitude": -71.095356, - "name": "Kenmore", + "longitude": null, + "name": "Downtown Crossing", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-972-paidlobby", + "id": "node-dwnxg-wintwashfare-paid", "links": { - "self": "/stops/node-972-paidlobby" + "self": "/stops/node-dwnxg-wintwashfare-paid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-972-paidlobby" + "related": "/facilities/?filter[stop]=node-dwnxg-wintwashfare-paid" } }, "parent_station": { "data": { - "id": "place-kencl", + "id": "place-dwnxg", "type": "stop" } }, @@ -349830,27 +367577,28 @@ }, { "attributes": { - "description": "Forest Hills - Top of south lower busway escalator", - "latitude": 42.300536, + "description": "Green Street - Top of Escalator 131", + "latitude": 42.310388, "location_type": 3, - "longitude": -71.113759, - "name": "Forest Hills", + "longitude": -71.107617, + "name": "Green Street", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-128-lobby", + "id": "node-grnst-131-lobby", "links": { - "self": "/stops/node-128-lobby" + "self": "/stops/node-grnst-131-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-128-lobby" + "related": "/facilities/?filter[stop]=node-grnst-131-lobby" } }, "parent_station": { "data": { - "id": "place-forhl", + "id": "place-grnst", "type": "stop" } }, @@ -349862,27 +367610,28 @@ }, { "attributes": { - "description": "North Quincy - Bottom of elevator between Newport Avenue and lobby", - "latitude": 42.276337, - "location_type": 3, - "longitude": -71.031019, - "name": "North Quincy", + "description": "Longwood - Chapel St, Longwood Ave", + "latitude": 42.341542, + "location_type": 2, + "longitude": -71.110298, + "name": "Longwood - Chapel St, Longwood Ave", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-898-street", + "id": "door-longw-longwood", "links": { - "self": "/stops/node-898-street" + "self": "/stops/door-longw-longwood" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-898-street" + "related": "/facilities/?filter[stop]=door-longw-longwood" } }, "parent_station": { "data": { - "id": "place-nqncy", + "id": "place-longw", "type": "stop" } }, @@ -349894,27 +367643,28 @@ }, { "attributes": { - "description": "Beachmont - Paid side of fare gates", - "latitude": 42.397464, + "description": "Andrew - Bottom of south inbound platform stairs", + "latitude": null, "location_type": 3, - "longitude": -70.992431, - "name": "Beachmont", + "longitude": null, + "name": "Andrew", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-bmmnl-farepaid", + "id": "node-andrw-sibstairs-platform", "links": { - "self": "/stops/node-bmmnl-farepaid" + "self": "/stops/node-andrw-sibstairs-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-bmmnl-farepaid" + "related": "/facilities/?filter[stop]=node-andrw-sibstairs-platform" } }, "parent_station": { "data": { - "id": "place-bmmnl", + "id": "place-andrw", "type": "stop" } }, @@ -349926,27 +367676,28 @@ }, { "attributes": { - "description": "Courthouse - Bottom of stairs between Thomson Place landing and lobby", + "description": "State - Top of stairs between Wonderland platform and State St, Devonshire St", "latitude": null, "location_type": 3, "longitude": null, - "name": "Courthouse", + "name": "State", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-crtst-southlobstair-lobby", + "id": "node-state-wonderlandoldstatestairs-landing", "links": { - "self": "/stops/node-crtst-southlobstair-lobby" + "self": "/stops/node-state-wonderlandoldstatestairs-landing" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-crtst-southlobstair-lobby" + "related": "/facilities/?filter[stop]=node-state-wonderlandoldstatestairs-landing" } }, "parent_station": { "data": { - "id": "place-crtst", + "id": "place-state", "type": "stop" } }, @@ -349958,27 +367709,28 @@ }, { "attributes": { - "description": "Jackson Square - Bottom of Escalator 133", - "latitude": null, + "description": "Oak Grove - Bottom of Washington Street stairs", + "latitude": 42.436781, "location_type": 3, - "longitude": null, - "name": "Jackson Square", + "longitude": -71.071108, + "name": "Oak Grove", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-jaksn-133-platform", + "id": "node-ogmnl-washstair-street", "links": { - "self": "/stops/node-jaksn-133-platform" + "self": "/stops/node-ogmnl-washstair-street" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-jaksn-133-platform" + "related": "/facilities/?filter[stop]=node-ogmnl-washstair-street" } }, "parent_station": { "data": { - "id": "place-jaksn", + "id": "place-ogmnl", "type": "stop" } }, @@ -349990,27 +367742,28 @@ }, { "attributes": { - "description": "Sullivan Square - Bottom of Elevator 881", + "description": "Arlington - Top of eastbound elevator", "latitude": null, "location_type": 3, "longitude": null, - "name": "Sullivan Square", + "name": "Arlington", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-881-platform", + "id": "node-963-lobby", "links": { - "self": "/stops/node-881-platform" + "self": "/stops/node-963-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-881-platform" + "related": "/facilities/?filter[stop]=node-963-lobby" } }, "parent_station": { "data": { - "id": "place-sull", + "id": "place-armnl", "type": "stop" } }, @@ -350022,27 +367775,28 @@ }, { "attributes": { - "description": "Courthouse - Top of escalator from mezzanine to Thomson Place", - "latitude": null, + "description": "Airport - Bottom of stairs on unpaid Brement Street side", + "latitude": 42.374505, "location_type": 3, - "longitude": null, - "name": "Courthouse", + "longitude": -71.030301, + "name": "Airport", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-413-entrance", + "id": "node-aport-bremenstairs-lobby", "links": { - "self": "/stops/node-413-entrance" + "self": "/stops/node-aport-bremenstairs-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-413-entrance" + "related": "/facilities/?filter[stop]=node-aport-bremenstairs-lobby" } }, "parent_station": { "data": { - "id": "place-crtst", + "id": "place-aport", "type": "stop" } }, @@ -350054,27 +367808,28 @@ }, { "attributes": { - "description": "Haymarket - Top of stairs between busway lobby and Orange Line passageway", - "latitude": null, + "description": "Ruggles - Bottom of Lower Busway Lane 2 elevator", + "latitude": 42.336486, "location_type": 3, - "longitude": null, - "name": "Haymarket", + "longitude": -71.089081, + "name": "Ruggles", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-haecl-busolstair-green", + "id": "node-848-busway", "links": { - "self": "/stops/node-haecl-busolstair-green" + "self": "/stops/node-848-busway" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-haecl-busolstair-green" + "related": "/facilities/?filter[stop]=node-848-busway" } }, "parent_station": { "data": { - "id": "place-haecl", + "id": "place-rugg", "type": "stop" } }, @@ -350086,27 +367841,28 @@ }, { "attributes": { - "description": "Oak Grove - Washington St", - "latitude": 42.436676, - "location_type": 2, - "longitude": -71.071152, - "name": "Oak Grove - Washington St", + "description": "JFK/UMass - Top of stairs between Sydney Street and lobby", + "latitude": 42.320701, + "location_type": 3, + "longitude": -71.052626, + "name": "JFK/UMass", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-ogmnl-wash", + "id": "node-jfk-sydneynstair-lobby", "links": { - "self": "/stops/door-ogmnl-wash" + "self": "/stops/node-jfk-sydneynstair-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-ogmnl-wash" + "related": "/facilities/?filter[stop]=node-jfk-sydneynstair-lobby" } }, "parent_station": { "data": { - "id": "place-ogmnl", + "id": "place-jfk", "type": "stop" } }, @@ -350118,27 +367874,28 @@ }, { "attributes": { - "description": "Science Park/West End - Nashua St, Spaulding Rehab Hospital (Elevator)", - "latitude": 42.366856, - "location_type": 2, - "longitude": -71.067733, - "name": "Science Park/West End - Nashua St, Spaulding Rehab Hospital (Elevator)", + "description": "World Trade Center - Bottom of outbound platform elevator", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "World Trade Center", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-spmnl-nashuael", + "id": "node-936-platform", "links": { - "self": "/stops/door-spmnl-nashuael" + "self": "/stops/node-936-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-spmnl-nashuael" + "related": "/facilities/?filter[stop]=node-936-platform" } }, "parent_station": { "data": { - "id": "place-spmnl", + "id": "place-wtcst", "type": "stop" } }, @@ -350150,27 +367907,28 @@ }, { "attributes": { - "description": "Prudential - Top of escalator from lobby to Prudential Center", - "latitude": null, + "description": "Savin Hill - Bottom of southern stairs between platform and lobby", + "latitude": 42.310729, "location_type": 3, - "longitude": null, - "name": "Prudential", + "longitude": -71.053594, + "name": "Savin Hill", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-151-street", + "id": "node-shmnl-platstair-platform", "links": { - "self": "/stops/node-151-street" + "self": "/stops/node-shmnl-platstair-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-151-street" + "related": "/facilities/?filter[stop]=node-shmnl-platstair-platform" } }, "parent_station": { "data": { - "id": "place-prmnl", + "id": "place-shmnl", "type": "stop" } }, @@ -350182,27 +367940,28 @@ }, { "attributes": { - "description": "Copley - Paid side of fare gates", - "latitude": 42.350189, + "description": "Wonderland - Bowdoin-bound platform end of pedestrian bridge", + "latitude": 42.413273, "location_type": 3, - "longitude": -71.0774, - "name": "Copley", + "longitude": -70.991927, + "name": "Wonderland", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-coecl-wbfarepaid", + "id": "node-wondl-footbridgeib", "links": { - "self": "/stops/node-coecl-wbfarepaid" + "self": "/stops/node-wondl-footbridgeib" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-coecl-wbfarepaid" + "related": "/facilities/?filter[stop]=node-wondl-footbridgeib" } }, "parent_station": { "data": { - "id": "place-coecl", + "id": "place-wondl", "type": "stop" } }, @@ -350214,27 +367973,28 @@ }, { "attributes": { - "description": "Newton Centre - Bottom of ramp for Langley Road", - "latitude": 42.329726, + "description": "Charles/MGH - Bottom of Elevator 952", + "latitude": 42.361199, "location_type": 3, - "longitude": -71.191845, - "name": "Newton Centre", + "longitude": -71.070431, + "name": "Charles/MGH", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-newto-langley-platform", + "id": "node-952-lobby", "links": { - "self": "/stops/node-newto-langley-platform" + "self": "/stops/node-952-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-newto-langley-platform" + "related": "/facilities/?filter[stop]=node-952-lobby" } }, "parent_station": { "data": { - "id": "place-newto", + "id": "place-chmnl", "type": "stop" } }, @@ -350246,27 +368006,28 @@ }, { "attributes": { - "description": "Savin Hill - South Sydney St", - "latitude": 42.310856, - "location_type": 2, - "longitude": -71.053701, - "name": "Savin Hill - South Sydney St", + "description": "North Station - Top of stairs between Valenti Way lobby and Oak Grove platform", + "latitude": 42.364999, + "location_type": 3, + "longitude": -71.059716, + "name": "North Station", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-shmnl-sydney", + "id": "node-north-valentioakgrove-stairs-top", "links": { - "self": "/stops/door-shmnl-sydney" + "self": "/stops/node-north-valentioakgrove-stairs-top" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-shmnl-sydney" + "related": "/facilities/?filter[stop]=node-north-valentioakgrove-stairs-top" } }, "parent_station": { "data": { - "id": "place-shmnl", + "id": "place-north", "type": "stop" } }, @@ -350278,27 +368039,28 @@ }, { "attributes": { - "description": "Back Bay - Bottom of Track 2 elevator", - "latitude": null, + "description": "Roxbury Crossing - Top of Elevator 847", + "latitude": 42.331244, "location_type": 3, - "longitude": null, - "name": "Back Bay", + "longitude": -71.095608, + "name": "Roxbury Crossing", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-854-platform", + "id": "node-rcmnl-847-lobby", "links": { - "self": "/stops/node-854-platform" + "self": "/stops/node-rcmnl-847-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-854-platform" + "related": "/facilities/?filter[stop]=node-rcmnl-847-lobby" } }, "parent_station": { "data": { - "id": "place-bbsta", + "id": "place-rcmnl", "type": "stop" } }, @@ -350310,27 +368072,28 @@ }, { "attributes": { - "description": "Shawmut - Top of Alewife stairs", - "latitude": 42.293171, + "description": "North Station - Bottom of Escalator 385 from Valenti Way entrance to Valenti Way lobby", + "latitude": 42.364799, "location_type": 3, - "longitude": -71.065765, - "name": "Shawmut", + "longitude": -71.059712, + "name": "North Station", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-smmnl-nbstairs-lobby", + "id": "node-385-bottom", "links": { - "self": "/stops/node-smmnl-nbstairs-lobby" + "self": "/stops/node-385-bottom" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-smmnl-nbstairs-lobby" + "related": "/facilities/?filter[stop]=node-385-bottom" } }, "parent_station": { "data": { - "id": "place-smmnl", + "id": "place-north", "type": "stop" } }, @@ -350342,27 +368105,28 @@ }, { "attributes": { - "description": "Massachusetts Avenue - Top of Elevator 852", - "latitude": 42.341345, + "description": "Boylston - Bottom of Copley & West stairs", + "latitude": null, "location_type": 3, - "longitude": -71.083634, - "name": "Massachusetts Avenue", + "longitude": null, + "name": "Boylston", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-masta-852-lobby", + "id": "node-boyls-outstair-platform", "links": { - "self": "/stops/node-masta-852-lobby" + "self": "/stops/node-boyls-outstair-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-masta-852-lobby" + "related": "/facilities/?filter[stop]=node-boyls-outstair-platform" } }, "parent_station": { "data": { - "id": "place-masta", + "id": "place-boyls", "type": "stop" } }, @@ -350374,27 +368138,28 @@ }, { "attributes": { - "description": "Downtown Crossing - Top of stairs between Washington Street, Winter Street lobby and mezzanine", - "latitude": null, + "description": "Wellington - Bottom of escalator from platform for all trains to lobby", + "latitude": 42.402059, "location_type": 3, - "longitude": null, - "name": "Downtown Crossing", + "longitude": -71.077195, + "name": "Wellington", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-dwnxg-stair10-middle", + "id": "node-309-platform", "links": { - "self": "/stops/node-dwnxg-stair10-middle" + "self": "/stops/node-309-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-dwnxg-stair10-middle" + "related": "/facilities/?filter[stop]=node-309-platform" } }, "parent_station": { "data": { - "id": "place-dwnxg", + "id": "place-welln", "type": "stop" } }, @@ -350406,27 +368171,28 @@ }, { "attributes": { - "description": "Shawmut - Unpaid side of fare gates", - "latitude": 42.293117, + "description": "North Station - Bottom of Escalator 391 from Causeway Street lobby to Forest Hills, Copley & West platforms", + "latitude": 42.365349, "location_type": 3, - "longitude": -71.065797, - "name": "Shawmut", + "longitude": -71.060373, + "name": "North Station", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-smmnl-fareunpaid", + "id": "node-391-bottom", "links": { - "self": "/stops/node-smmnl-fareunpaid" + "self": "/stops/node-391-bottom" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-smmnl-fareunpaid" + "related": "/facilities/?filter[stop]=node-391-bottom" } }, "parent_station": { "data": { - "id": "place-smmnl", + "id": "place-north", "type": "stop" } }, @@ -350438,27 +368204,28 @@ }, { "attributes": { - "description": "Jackson Square - Paid side of fare gates", - "latitude": null, + "description": "Copley - Bottom of westbound platform Elevator 977", + "latitude": 42.350398, "location_type": 3, - "longitude": null, - "name": "Jackson Square", + "longitude": -71.077661, + "name": "Copley", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-jaksn-farepaid", + "id": "node-coecl-977-platform", "links": { - "self": "/stops/node-jaksn-farepaid" + "self": "/stops/node-coecl-977-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-jaksn-farepaid" + "related": "/facilities/?filter[stop]=node-coecl-977-platform" } }, "parent_station": { "data": { - "id": "place-jaksn", + "id": "place-coecl", "type": "stop" } }, @@ -350470,27 +368237,28 @@ }, { "attributes": { - "description": "Downtown Crossing - Bottom of escalator from Ashmont/Braintree platform to Oak Grove platform", + "description": "Back Bay - Bottom of Tracks 1-3 stairs", "latitude": null, "location_type": 3, "longitude": null, - "name": "Downtown Crossing", + "name": "Back Bay", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-331-rl", + "id": "node-bbsta-13stairs-platform", "links": { - "self": "/stops/node-331-rl" + "self": "/stops/node-bbsta-13stairs-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-331-rl" + "related": "/facilities/?filter[stop]=node-bbsta-13stairs-platform" } }, "parent_station": { "data": { - "id": "place-dwnxg", + "id": "place-bbsta", "type": "stop" } }, @@ -350502,27 +368270,28 @@ }, { "attributes": { - "description": "Sullivan Square - Bottom of Escalator 307", - "latitude": null, - "location_type": 3, - "longitude": null, - "name": "Sullivan Square", + "description": "Cedar Grove - Fellsway St", + "latitude": 42.27971, + "location_type": 2, + "longitude": -71.06036, + "name": "Cedar Grove - Fellsway St", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-307-platform", + "id": "door-cedgr-fellsway", "links": { - "self": "/stops/node-307-platform" + "self": "/stops/door-cedgr-fellsway" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-307-platform" + "related": "/facilities/?filter[stop]=door-cedgr-fellsway" } }, "parent_station": { "data": { - "id": "place-sull", + "id": "place-cedgr", "type": "stop" } }, @@ -350534,27 +368303,28 @@ }, { "attributes": { - "description": "Courthouse - Top of elevator between Thomson Place and lobby", + "description": "Park Street - Bottom of elevator between Government Center & North platform and passageway to Copley & West", "latitude": null, "location_type": 3, "longitude": null, - "name": "Courthouse", + "name": "Park Street", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-939-entrance", + "id": "node-812-under", "links": { - "self": "/stops/node-939-entrance" + "self": "/stops/node-812-under" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-939-entrance" + "related": "/facilities/?filter[stop]=node-812-under" } }, "parent_station": { "data": { - "id": "place-crtst", + "id": "place-pktrm", "type": "stop" } }, @@ -350566,27 +368336,28 @@ }, { "attributes": { - "description": "Park Street - Elevator, Tremont St", - "latitude": 42.356331, - "location_type": 2, - "longitude": -71.062675, - "name": "Park Street - Elevator, Tremont St", + "description": "Wood Island - Unpaid side of exit-only gates", + "latitude": 42.379557, + "location_type": 3, + "longitude": -71.022953, + "name": "Wood Island", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-pktrm-elevatorwb", + "id": "node-wimnl-love-fareunpaid", "links": { - "self": "/stops/door-pktrm-elevatorwb" + "self": "/stops/node-wimnl-love-fareunpaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-pktrm-elevatorwb" + "related": "/facilities/?filter[stop]=node-wimnl-love-fareunpaid" } }, "parent_station": { "data": { - "id": "place-pktrm", + "id": "place-wimnl", "type": "stop" } }, @@ -350598,27 +368369,28 @@ }, { "attributes": { - "description": "Government Center - Top of stairs between Green Line and Blue Line", + "description": "South Station - Red Line level of Elevator 901", "latitude": null, "location_type": 3, "longitude": null, - "name": "Government Center", + "name": "South Station", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-gover-ebtransstairs-gl", + "id": "node-901-rl", "links": { - "self": "/stops/node-gover-ebtransstairs-gl" + "self": "/stops/node-901-rl" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-gover-ebtransstairs-gl" + "related": "/facilities/?filter[stop]=node-901-rl" } }, "parent_station": { "data": { - "id": "place-gover", + "id": "place-sstat", "type": "stop" } }, @@ -350630,27 +368402,28 @@ }, { "attributes": { - "description": "Chinatown - Unpaid side of fare gates", - "latitude": null, + "description": "Airport - Bottom of Escalator 409", + "latitude": 42.374381, "location_type": 3, - "longitude": null, - "name": "Chinatown", + "longitude": -71.030339, + "name": "Airport", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-chncl-fhfareunpaid", + "id": "node-409-platform", "links": { - "self": "/stops/node-chncl-fhfareunpaid" + "self": "/stops/node-409-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-chncl-fhfareunpaid" + "related": "/facilities/?filter[stop]=node-409-platform" } }, "parent_station": { "data": { - "id": "place-chncl", + "id": "place-aport", "type": "stop" } }, @@ -350662,27 +368435,28 @@ }, { "attributes": { - "description": "Tufts Medical Center - Bottom of stairs for Tremont Street", - "latitude": null, + "description": "Braintree - Top of Red Line platform north stairs", + "latitude": 42.207627, "location_type": 3, - "longitude": null, - "name": "Tufts Medical Center", + "longitude": -71.001614, + "name": "Braintree", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-tumnl-trestairs-lobby", + "id": "node-brntn-nplatstairs-platform", "links": { - "self": "/stops/node-tumnl-trestairs-lobby" + "self": "/stops/node-brntn-nplatstairs-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-tumnl-trestairs-lobby" + "related": "/facilities/?filter[stop]=node-brntn-nplatstairs-platform" } }, "parent_station": { "data": { - "id": "place-tumnl", + "id": "place-brntn", "type": "stop" } }, @@ -350694,27 +368468,28 @@ }, { "attributes": { - "description": "Assembly - Top of Escalator 443", - "latitude": 42.393072, + "description": "Kendall/MIT - Bottom of Elevator 756 for Ashmont/Braintree platform", + "latitude": 42.362143, "location_type": 3, - "longitude": -71.077247, - "name": "Assembly", + "longitude": -71.08617, + "name": "Kendall/MIT", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-astao-443-lobby", + "id": "node-756-platform", "links": { - "self": "/stops/node-astao-443-lobby" + "self": "/stops/node-756-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-astao-443-lobby" + "related": "/facilities/?filter[stop]=node-756-platform" } }, "parent_station": { "data": { - "id": "place-astao", + "id": "place-knncl", "type": "stop" } }, @@ -350726,27 +368501,28 @@ }, { "attributes": { - "description": "Aquarium - Paid side of fare gates", - "latitude": null, + "description": "North Station - Bottom of exit-only stairs between Lechmere & North platform and Causeway Street", + "latitude": 42.365356, "location_type": 3, - "longitude": null, - "name": "Aquarium", + "longitude": -71.060361, + "name": "North Station", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-aqucl-statefarepaid", + "id": "node-north-wcausewayexitstairs-bottom", "links": { - "self": "/stops/node-aqucl-statefarepaid" + "self": "/stops/node-north-wcausewayexitstairs-bottom" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-aqucl-statefarepaid" + "related": "/facilities/?filter[stop]=node-north-wcausewayexitstairs-bottom" } }, "parent_station": { "data": { - "id": "place-aqucl", + "id": "place-north", "type": "stop" } }, @@ -350758,27 +368534,28 @@ }, { "attributes": { - "description": "Oak Grove - Bottom of Orange Line stairs", - "latitude": 42.437161, + "description": "Forest Hills - Top of Orange Line main lobby north escalator", + "latitude": 42.300859, "location_type": 3, - "longitude": -71.07092, - "name": "Oak Grove", + "longitude": -71.114109, + "name": "Forest Hills", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-ogmnl-olstair-platform", + "id": "node-129-lobby", "links": { - "self": "/stops/node-ogmnl-olstair-platform" + "self": "/stops/node-129-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-ogmnl-olstair-platform" + "related": "/facilities/?filter[stop]=node-129-lobby" } }, "parent_station": { "data": { - "id": "place-ogmnl", + "id": "place-forhl", "type": "stop" } }, @@ -350790,27 +368567,28 @@ }, { "attributes": { - "description": "Kendall/MIT - Main St, Third St", - "latitude": 42.362232, - "location_type": 2, - "longitude": -71.084862, - "name": "Kendall/MIT - Main St, Third St", + "description": "North Station - Paid side of fare gates", + "latitude": 42.365448, + "location_type": 3, + "longitude": -71.060439, + "name": "North Station", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-knncl-sbsecond", + "id": "node-north-causewayexitw-farepaid", "links": { - "self": "/stops/door-knncl-sbsecond" + "self": "/stops/node-north-causewayexitw-farepaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-knncl-sbsecond" + "related": "/facilities/?filter[stop]=node-north-causewayexitw-farepaid" } }, "parent_station": { "data": { - "id": "place-knncl", + "id": "place-north", "type": "stop" } }, @@ -350822,27 +368600,28 @@ }, { "attributes": { - "description": "JFK/UMass - Paid side of fare gates", - "latitude": 42.320665, + "description": "Oak Grove - Unpaid side of fare gates", + "latitude": 42.436952, "location_type": 3, - "longitude": -71.052351, - "name": "JFK/UMass", + "longitude": -71.070841, + "name": "Oak Grove", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-jfk-mainfarepaid", + "id": "node-ogmnl-fareunpaid", "links": { - "self": "/stops/node-jfk-mainfarepaid" + "self": "/stops/node-ogmnl-fareunpaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-jfk-mainfarepaid" + "related": "/facilities/?filter[stop]=node-ogmnl-fareunpaid" } }, "parent_station": { "data": { - "id": "place-jfk", + "id": "place-ogmnl", "type": "stop" } }, @@ -350854,27 +368633,28 @@ }, { "attributes": { - "description": "South Station - Top of Elevator 6476", - "latitude": null, - "location_type": 3, - "longitude": null, - "name": "South Station", + "description": "Kenmore - Busway, Commonwealth Ave", + "latitude": 42.348882, + "location_type": 2, + "longitude": -71.09542, + "name": "Kenmore - Busway, Commonwealth Ave", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-6476-ground", + "id": "door-kencl-busway", "links": { - "self": "/stops/node-6476-ground" + "self": "/stops/door-kencl-busway" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-6476-ground" + "related": "/facilities/?filter[stop]=door-kencl-busway" } }, "parent_station": { "data": { - "id": "place-sstat", + "id": "place-kencl", "type": "stop" } }, @@ -350886,27 +368666,28 @@ }, { "attributes": { - "description": "Sullivan Square - Bottom of Elevator 840", + "description": "Aquarium - Bottom of stairs for State Street south", "latitude": null, "location_type": 3, "longitude": null, - "name": "Sullivan Square", + "name": "Aquarium", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-840-platform", + "id": "node-aqucl-sstatestairs-lobby", "links": { - "self": "/stops/node-840-platform" + "self": "/stops/node-aqucl-sstatestairs-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-840-platform" + "related": "/facilities/?filter[stop]=node-aqucl-sstatestairs-lobby" } }, "parent_station": { "data": { - "id": "place-sull", + "id": "place-aqucl", "type": "stop" } }, @@ -350918,27 +368699,28 @@ }, { "attributes": { - "description": "Sullivan Square - Buses, Parking, Street", - "latitude": 42.384309, - "location_type": 2, - "longitude": -71.076635, - "name": "Sullivan Square - Buses, Parking, Street", + "description": "Ruggles - Bottom of Orange Line Ruggles Street exit stairs", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "Ruggles", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-sull-main", + "id": "node-rugg-olexit-platform", "links": { - "self": "/stops/door-sull-main" + "self": "/stops/node-rugg-olexit-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-sull-main" + "related": "/facilities/?filter[stop]=node-rugg-olexit-platform" } }, "parent_station": { "data": { - "id": "place-sull", + "id": "place-rugg", "type": "stop" } }, @@ -350950,27 +368732,28 @@ }, { "attributes": { - "description": "Ruggles - Top of Forsyth Street entrance stairs", - "latitude": null, + "description": "Alewife - Concourse level of Elevator 815", + "latitude": 42.395815, "location_type": 3, - "longitude": null, - "name": "Ruggles", + "longitude": -71.141239, + "name": "Alewife", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-rugg-forsythstairs-top", + "id": "node-815-concourse", "links": { - "self": "/stops/node-rugg-forsythstairs-top" + "self": "/stops/node-815-concourse" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-rugg-forsythstairs-top" + "related": "/facilities/?filter[stop]=node-815-concourse" } }, "parent_station": { "data": { - "id": "place-rugg", + "id": "place-alfcl", "type": "stop" } }, @@ -350982,27 +368765,28 @@ }, { "attributes": { - "description": "State - Bottom of stairs between Water Street and lobby", - "latitude": null, + "description": "North Station - Bottom of stairs between Causeway Street lobby and Forest Hills, Copley & West platforms", + "latitude": 42.36561, "location_type": 3, - "longitude": null, - "name": "State", + "longitude": -71.060652, + "name": "North Station", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-state-waterststairs-lobby", + "id": "node-north-northstairs-bottom", "links": { - "self": "/stops/node-state-waterststairs-lobby" + "self": "/stops/node-north-northstairs-bottom" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-state-waterststairs-lobby" + "related": "/facilities/?filter[stop]=node-north-northstairs-bottom" } }, "parent_station": { "data": { - "id": "place-state", + "id": "place-north", "type": "stop" } }, @@ -351014,27 +368798,28 @@ }, { "attributes": { - "description": "Back Bay - Bottom of Tracks 5-7 west stairs", + "description": "State - Bottom of Elevator 975 between Congress St and Wonderland platform", "latitude": null, "location_type": 3, "longitude": null, - "name": "Back Bay", + "name": "State", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-bbsta-w57stairs-platform", + "id": "node-975-ebplatform", "links": { - "self": "/stops/node-bbsta-w57stairs-platform" + "self": "/stops/node-975-ebplatform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-bbsta-w57stairs-platform" + "related": "/facilities/?filter[stop]=node-975-ebplatform" } }, "parent_station": { "data": { - "id": "place-bbsta", + "id": "place-state", "type": "stop" } }, @@ -351046,27 +368831,28 @@ }, { "attributes": { - "description": "State - Bottom of stairs between lobby and City Hall", + "description": "Courthouse - Paid side of South Station fare gates", "latitude": null, "location_type": 3, "longitude": null, - "name": "State", + "name": "Courthouse", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-state-statestreetstairs-lobby", + "id": "node-crtst-ssmain-farepaid", "links": { - "self": "/stops/node-state-statestreetstairs-lobby" + "self": "/stops/node-crtst-ssmain-farepaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-state-statestreetstairs-lobby" + "related": "/facilities/?filter[stop]=node-crtst-ssmain-farepaid" } }, "parent_station": { "data": { - "id": "place-state", + "id": "place-crtst", "type": "stop" } }, @@ -351078,27 +368864,28 @@ }, { "attributes": { - "description": "State - Top of stairs between Wonderland platform, Orange Line landing and State St, Devonshire St", + "description": "Davis - Bottom of stairs for College Avenue", "latitude": null, "location_type": 3, "longitude": null, - "name": "State", + "name": "Davis", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-state-oldstatepassageministairs-street", + "id": "node-davis-colstairlow-lobby", "links": { - "self": "/stops/node-state-oldstatepassageministairs-street" + "self": "/stops/node-davis-colstairlow-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-state-oldstatepassageministairs-street" + "related": "/facilities/?filter[stop]=node-davis-colstairlow-lobby" } }, "parent_station": { "data": { - "id": "place-state", + "id": "place-davis", "type": "stop" } }, @@ -351110,27 +368897,28 @@ }, { "attributes": { - "description": "Davis - Top of Escalator 343", - "latitude": 42.396964, + "description": "Broadway - Bottom of platform elevator", + "latitude": null, "location_type": 3, - "longitude": -71.12318, - "name": "Davis", + "longitude": null, + "name": "Broadway", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-343-entrance", + "id": "node-867-platform", "links": { - "self": "/stops/node-343-entrance" + "self": "/stops/node-867-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-343-entrance" + "related": "/facilities/?filter[stop]=node-867-platform" } }, "parent_station": { "data": { - "id": "place-davis", + "id": "place-brdwy", "type": "stop" } }, @@ -351142,27 +368930,28 @@ }, { "attributes": { - "description": "Lechmere - Top of North First St Elevator 762", - "latitude": 42.371655, + "description": "Haymarket - Top of stairs between Green Line and Orange Line passageway", + "latitude": null, "location_type": 3, - "longitude": -71.076675, - "name": "Lechmere", + "longitude": null, + "name": "Haymarket", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-762-top", + "id": "node-haecl-glstair-green", "links": { - "self": "/stops/node-762-top" + "self": "/stops/node-haecl-glstair-green" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-762-top" + "related": "/facilities/?filter[stop]=node-haecl-glstair-green" } }, "parent_station": { "data": { - "id": "place-lech", + "id": "place-haecl", "type": "stop" } }, @@ -351174,27 +368963,28 @@ }, { "attributes": { - "description": "Wood Island - Paid side of exit-only gates", - "latitude": 42.379557, + "description": "Maverick - Top of escalator from Lewis Mall to lobby", + "latitude": 42.368235, "location_type": 3, - "longitude": -71.022953, - "name": "Wood Island", + "longitude": -71.040556, + "name": "Maverick", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-wimnl-love-farepaid", + "id": "node-429-entrance", "links": { - "self": "/stops/node-wimnl-love-farepaid" + "self": "/stops/node-429-entrance" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-wimnl-love-farepaid" + "related": "/facilities/?filter[stop]=node-429-entrance" } }, "parent_station": { "data": { - "id": "place-wimnl", + "id": "place-mvbcl", "type": "stop" } }, @@ -351206,27 +368996,28 @@ }, { "attributes": { - "description": "Forest Hills - Top of Commuter Rail stairs", - "latitude": 42.300807, + "description": "Ruggles - Unpaid side of Orange Line faregates", + "latitude": null, "location_type": 3, - "longitude": -71.113842, - "name": "Forest Hills", + "longitude": null, + "name": "Ruggles", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-forhl-crstairs-lobby", + "id": "node-rugg-fareunpaid", "links": { - "self": "/stops/node-forhl-crstairs-lobby" + "self": "/stops/node-rugg-fareunpaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-forhl-crstairs-lobby" + "related": "/facilities/?filter[stop]=node-rugg-fareunpaid" } }, "parent_station": { "data": { - "id": "place-forhl", + "id": "place-rugg", "type": "stop" } }, @@ -351238,27 +369029,28 @@ }, { "attributes": { - "description": "Porter - Alewife platform level of Red Line, lobby elevator", - "latitude": 42.388524, + "description": "Ruggles - Top of Commuter Rail (Tracks 1 & 3) platform elevator", + "latitude": 42.336466, "location_type": 3, - "longitude": -71.119062, - "name": "Porter", + "longitude": -71.08939, + "name": "Ruggles", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-983-nbplatform", + "id": "node-849-lobby", "links": { - "self": "/stops/node-983-nbplatform" + "self": "/stops/node-849-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-983-nbplatform" + "related": "/facilities/?filter[stop]=node-849-lobby" } }, "parent_station": { "data": { - "id": "place-portr", + "id": "place-rugg", "type": "stop" } }, @@ -351270,27 +369062,28 @@ }, { "attributes": { - "description": "Milton - Parking, Wharf St", - "latitude": 42.270275, + "description": "Airport - Bremen St", + "latitude": 42.374553, "location_type": 2, - "longitude": -71.067246, - "name": "Milton - Parking, Wharf St", + "longitude": -71.030306, + "name": "Airport - Bremen St", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-miltt-wharf", + "id": "door-aport-bremen", "links": { - "self": "/stops/door-miltt-wharf" + "self": "/stops/door-aport-bremen" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-miltt-wharf" + "related": "/facilities/?filter[stop]=door-aport-bremen" } }, "parent_station": { "data": { - "id": "place-miltt", + "id": "place-aport", "type": "stop" } }, @@ -351302,27 +369095,28 @@ }, { "attributes": { - "description": "Broadway - Bottom of main entrance escalator", - "latitude": null, + "description": "Quincy Adams - Sixth floor of garage level of Elevator 807", + "latitude": 42.233095, "location_type": 3, - "longitude": null, - "name": "Broadway", + "longitude": -71.007194, + "name": "Quincy Adams", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-372-lobby", + "id": "node-807-sixth", "links": { - "self": "/stops/node-372-lobby" + "self": "/stops/node-807-sixth" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-372-lobby" + "related": "/facilities/?filter[stop]=node-807-sixth" } }, "parent_station": { "data": { - "id": "place-brdwy", + "id": "place-qamnl", "type": "stop" } }, @@ -351334,27 +369128,28 @@ }, { "attributes": { - "description": "Maverick - Bottom of stairs between Lewis Mall and lobby", - "latitude": 42.368181, + "description": "Prudential - Bottom of escalator from Heath Street platform to lobby", + "latitude": null, "location_type": 3, - "longitude": -71.040392, - "name": "Maverick", + "longitude": null, + "name": "Prudential", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-mvbcl-lewstair-lobby", + "id": "node-152-platform", "links": { - "self": "/stops/node-mvbcl-lewstair-lobby" + "self": "/stops/node-152-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-mvbcl-lewstair-lobby" + "related": "/facilities/?filter[stop]=node-152-platform" } }, "parent_station": { "data": { - "id": "place-mvbcl", + "id": "place-prmnl", "type": "stop" } }, @@ -351366,27 +369161,28 @@ }, { "attributes": { - "description": "Ruggles - Bottom of Lower Busway Lane 2 stairs", + "description": "Aquarium - Bottom of escalator from Wonderland platform to State Street", "latitude": null, "location_type": 3, "longitude": null, - "name": "Ruggles", + "name": "Aquarium", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-rugg-bus2stairs-busway", + "id": "node-394-platform", "links": { - "self": "/stops/node-rugg-bus2stairs-busway" + "self": "/stops/node-394-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-rugg-bus2stairs-busway" + "related": "/facilities/?filter[stop]=node-394-platform" } }, "parent_station": { "data": { - "id": "place-rugg", + "id": "place-aqucl", "type": "stop" } }, @@ -351398,27 +369194,28 @@ }, { "attributes": { - "description": "Malden Center - Bottom of Orange Line platform elevator", - "latitude": 42.426827, + "description": "Shawmut - Top of Alewife Elevator 953", + "latitude": 42.29313, "location_type": 3, - "longitude": -71.07429, - "name": "Malden Center", + "longitude": -71.065707, + "name": "Shawmut", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-945-lobby", + "id": "node-smmnl-953-lobby", "links": { - "self": "/stops/node-945-lobby" + "self": "/stops/node-smmnl-953-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-945-lobby" + "related": "/facilities/?filter[stop]=node-smmnl-953-lobby" } }, "parent_station": { "data": { - "id": "place-mlmnl", + "id": "place-smmnl", "type": "stop" } }, @@ -351430,27 +369227,28 @@ }, { "attributes": { - "description": "Chelsea - Top of ramp between Everett Ave and outbound platform", - "latitude": 42.396958, + "description": "Sullivan Square - Bottom of stairs for Oak Grove", + "latitude": null, "location_type": 3, - "longitude": -71.041087, - "name": "Chelsea", + "longitude": null, + "name": "Sullivan Square", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-chels-everettout-top", + "id": "node-sull-nbstairs-platform", "links": { - "self": "/stops/node-chels-everettout-top" + "self": "/stops/node-sull-nbstairs-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-chels-everettout-top" + "related": "/facilities/?filter[stop]=node-sull-nbstairs-platform" } }, "parent_station": { "data": { - "id": "place-chels", + "id": "place-sull", "type": "stop" } }, @@ -351462,27 +369260,28 @@ }, { "attributes": { - "description": "Tufts Medical Center - Paid side of fare gates", - "latitude": null, - "location_type": 3, - "longitude": null, - "name": "Tufts Medical Center", + "description": "Haymarket - RMV, Sudbury St, New Chardon St", + "latitude": 42.3629, + "location_type": 2, + "longitude": -71.058138, + "name": "Haymarket - RMV, Sudbury St, New Chardon St", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-tumnl-wash-farepaid", + "id": "door-haecl-busway", "links": { - "self": "/stops/node-tumnl-wash-farepaid" + "self": "/stops/door-haecl-busway" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-tumnl-wash-farepaid" + "related": "/facilities/?filter[stop]=door-haecl-busway" } }, "parent_station": { "data": { - "id": "place-tumnl", + "id": "place-haecl", "type": "stop" } }, @@ -351494,27 +369293,28 @@ }, { "attributes": { - "description": "West Newton - Bottom of stairs for Washington St (West)", - "latitude": 42.347677, + "description": "Quincy Adams - Top of Escalator 344 from platform to lobby", + "latitude": 42.233514, "location_type": 3, - "longitude": -71.232199, - "name": "West Newton", + "longitude": -71.006839, + "name": "Quincy Adams", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-WML-0091-wbwasstairs-bottom", + "id": "node-344-top", "links": { - "self": "/stops/node-WML-0091-wbwasstairs-bottom" + "self": "/stops/node-344-top" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-WML-0091-wbwasstairs-bottom" + "related": "/facilities/?filter[stop]=node-344-top" } }, "parent_station": { "data": { - "id": "place-WML-0091", + "id": "place-qamnl", "type": "stop" } }, @@ -351526,27 +369326,28 @@ }, { "attributes": { - "description": "Aquarium - Top of escalator from lobby to Atlantic Avenue", - "latitude": null, + "description": "Wood Island - Bottom of stairs for Lovell Street", + "latitude": 42.379464, "location_type": 3, - "longitude": null, - "name": "Aquarium", + "longitude": -71.022999, + "name": "Wood Island", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-406-street", + "id": "node-wimnl-obunpaidstairs-street", "links": { - "self": "/stops/node-406-street" + "self": "/stops/node-wimnl-obunpaidstairs-street" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-406-street" + "related": "/facilities/?filter[stop]=node-wimnl-obunpaidstairs-street" } }, "parent_station": { "data": { - "id": "place-aqucl", + "id": "place-wimnl", "type": "stop" } }, @@ -351558,27 +369359,28 @@ }, { "attributes": { - "description": "Wellington - End of Station Landing parking garage", - "latitude": 42.402493, + "description": "State - Bottom of escalator from Oak Grove platform to Wonderland platform, State St, Devonshire St", + "latitude": null, "location_type": 3, - "longitude": -71.080064, - "name": "Wellington", + "longitude": null, + "name": "State", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-welln-skyentry", + "id": "node-501-nbplatform", "links": { - "self": "/stops/node-welln-skyentry" + "self": "/stops/node-501-nbplatform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-welln-skyentry" + "related": "/facilities/?filter[stop]=node-501-nbplatform" } }, "parent_station": { "data": { - "id": "place-welln", + "id": "place-state", "type": "stop" } }, @@ -351590,27 +369392,28 @@ }, { "attributes": { - "description": "Courthouse - Bottom of stairs for outbound platform", - "latitude": null, + "description": "Charles/MGH - Top of Alewife platform stairs", + "latitude": 42.361265, "location_type": 3, - "longitude": null, - "name": "Courthouse", + "longitude": -71.070521, + "name": "Charles/MGH", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-crtst-wtcmainstair-platform", + "id": "node-chmnl-nbstairs-platform", "links": { - "self": "/stops/node-crtst-wtcmainstair-platform" + "self": "/stops/node-chmnl-nbstairs-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-crtst-wtcmainstair-platform" + "related": "/facilities/?filter[stop]=node-chmnl-nbstairs-platform" } }, "parent_station": { "data": { - "id": "place-crtst", + "id": "place-chmnl", "type": "stop" } }, @@ -351622,27 +369425,28 @@ }, { "attributes": { - "description": "Beachmont - Bottom of Escalator 378", - "latitude": 42.397439, + "description": "Bowdoin - Bottom of stairs between entrance and lobby", + "latitude": null, "location_type": 3, - "longitude": -70.99256, - "name": "Beachmont", + "longitude": null, + "name": "Bowdoin", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-378-lobby", + "id": "node-bomnl-lobstair-lobby", "links": { - "self": "/stops/node-378-lobby" + "self": "/stops/node-bomnl-lobstair-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-378-lobby" + "related": "/facilities/?filter[stop]=node-bomnl-lobstair-lobby" } }, "parent_station": { "data": { - "id": "place-bmmnl", + "id": "place-bomnl", "type": "stop" } }, @@ -351654,27 +369458,28 @@ }, { "attributes": { - "description": "JFK/UMass - Top of stairs between Sydney Street and lobby", - "latitude": 42.319903, + "description": "North Station - Bottom of stairs between passageway and commuter rail station", + "latitude": null, "location_type": 3, - "longitude": -71.052554, - "name": "JFK/UMass", + "longitude": null, + "name": "North Station", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-jfk-sydneysstair-lobby", + "id": "node-north-passagewaystairs-bottom", "links": { - "self": "/stops/node-jfk-sydneysstair-lobby" + "self": "/stops/node-north-passagewaystairs-bottom" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-jfk-sydneysstair-lobby" + "related": "/facilities/?filter[stop]=node-north-passagewaystairs-bottom" } }, "parent_station": { "data": { - "id": "place-jfk", + "id": "place-north", "type": "stop" } }, @@ -351686,27 +369491,28 @@ }, { "attributes": { - "description": "Downtown Crossing - Paid side of fare gates", - "latitude": null, - "location_type": 3, - "longitude": null, - "name": "Downtown Crossing", + "description": "Beaconsfield - Dean Rd, Beacon St", + "latitude": 42.336053, + "location_type": 2, + "longitude": -71.141404, + "name": "Beaconsfield - Dean Rd, Beacon St", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, - "id": "node-dwnxg-templefare-paid", + "id": "door-bcnfd-dean", "links": { - "self": "/stops/node-dwnxg-templefare-paid" + "self": "/stops/door-bcnfd-dean" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-dwnxg-templefare-paid" + "related": "/facilities/?filter[stop]=door-bcnfd-dean" } }, "parent_station": { "data": { - "id": "place-dwnxg", + "id": "place-bcnfd", "type": "stop" } }, @@ -351718,27 +369524,28 @@ }, { "attributes": { - "description": "Wellington - Buses, Parking Lot", - "latitude": 42.402446, - "location_type": 2, - "longitude": -71.076576, - "name": "Wellington - Buses, Parking Lot", + "description": "Downtown Crossing - Bottom of escalator from Franklin Street lobby to street", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "Downtown Crossing", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-welln-busway", + "id": "node-364-lobby", "links": { - "self": "/stops/door-welln-busway" + "self": "/stops/node-364-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-welln-busway" + "related": "/facilities/?filter[stop]=node-364-lobby" } }, "parent_station": { "data": { - "id": "place-welln", + "id": "place-dwnxg", "type": "stop" } }, @@ -351750,27 +369557,28 @@ }, { "attributes": { - "description": "Maverick - Bottom of escalator from lobby to Maverick Square", + "description": "Aquarium - Top of stairs for Atlantic Avenue", "latitude": null, "location_type": 3, "longitude": null, - "name": "Maverick", + "name": "Aquarium", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-433-lobby", + "id": "node-aqucl-atlanticstairs-street", "links": { - "self": "/stops/node-433-lobby" + "self": "/stops/node-aqucl-atlanticstairs-street" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-433-lobby" + "related": "/facilities/?filter[stop]=node-aqucl-atlanticstairs-street" } }, "parent_station": { "data": { - "id": "place-mvbcl", + "id": "place-aqucl", "type": "stop" } }, @@ -351782,27 +369590,28 @@ }, { "attributes": { - "description": "JFK/UMass - Top of stairs between Sydney Street and lobby", - "latitude": 42.320701, + "description": "Ashmont - Paid side of fare gates", + "latitude": 42.285063, "location_type": 3, - "longitude": -71.052626, - "name": "JFK/UMass", + "longitude": -71.063999, + "name": "Ashmont", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-jfk-sydneynstair-lobby", + "id": "node-asmnl-peafarepaid", "links": { - "self": "/stops/node-jfk-sydneynstair-lobby" + "self": "/stops/node-asmnl-peafarepaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-jfk-sydneynstair-lobby" + "related": "/facilities/?filter[stop]=node-asmnl-peafarepaid" } }, "parent_station": { "data": { - "id": "place-jfk", + "id": "place-asmnl", "type": "stop" } }, @@ -351814,27 +369623,28 @@ }, { "attributes": { - "description": "Ruggles - Upper Busway", - "latitude": 42.336821, + "description": "Tufts Medical Center - Washington St, Tufts Medical Center", + "latitude": 42.349662, "location_type": 2, - "longitude": -71.089501, - "name": "Ruggles - Upper Busway", + "longitude": -71.063917, + "name": "Tufts Medical Center - Washington St, Tufts Medical Center", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-rugg-upper", + "id": "door-tumnl-washington", "links": { - "self": "/stops/door-rugg-upper" + "self": "/stops/door-tumnl-washington" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-rugg-upper" + "related": "/facilities/?filter[stop]=door-tumnl-washington" } }, "parent_station": { "data": { - "id": "place-rugg", + "id": "place-tumnl", "type": "stop" } }, @@ -351846,27 +369656,28 @@ }, { "attributes": { - "description": "Savin Hill - Bottom of elevator between platform and lobby", - "latitude": 42.311045, + "description": "Ashmont - Bottom of elevator from Peabody Square to Alewife platform", + "latitude": 42.284995, "location_type": 3, - "longitude": -71.053449, - "name": "Savin Hill", + "longitude": -71.063875, + "name": "Ashmont", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-946-platform", + "id": "node-968-platform", "links": { - "self": "/stops/node-946-platform" + "self": "/stops/node-968-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-946-platform" + "related": "/facilities/?filter[stop]=node-968-platform" } }, "parent_station": { "data": { - "id": "place-shmnl", + "id": "place-asmnl", "type": "stop" } }, @@ -351878,27 +369689,28 @@ }, { "attributes": { - "description": "Government Center - Top of elevator between Green Line and Blue Line", - "latitude": null, + "description": "Suffolk Downs - Top of ramp for Bennington Street", + "latitude": 42.390416, "location_type": 3, - "longitude": null, - "name": "Government Center", + "longitude": -70.996914, + "name": "Suffolk Downs", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-722-gl", + "id": "node-sdmnl-benn-ramp", "links": { - "self": "/stops/node-722-gl" + "self": "/stops/node-sdmnl-benn-ramp" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-722-gl" + "related": "/facilities/?filter[stop]=node-sdmnl-benn-ramp" } }, "parent_station": { "data": { - "id": "place-gover", + "id": "place-sdmnl", "type": "stop" } }, @@ -351910,27 +369722,28 @@ }, { "attributes": { - "description": "Wollaston - Bottom of stairs between parking lobby and bridge", - "latitude": null, - "location_type": 3, - "longitude": null, - "name": "Wollaston", + "description": "Park Street - Elevator, Tremont St", + "latitude": 42.356331, + "location_type": 2, + "longitude": -71.062675, + "name": "Park Street - Elevator, Tremont St", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-wlsta-stair1-lobby", + "id": "door-pktrm-elevatorwb", "links": { - "self": "/stops/node-wlsta-stair1-lobby" + "self": "/stops/door-pktrm-elevatorwb" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-wlsta-stair1-lobby" + "related": "/facilities/?filter[stop]=door-pktrm-elevatorwb" } }, "parent_station": { "data": { - "id": "place-wlsta", + "id": "place-pktrm", "type": "stop" } }, @@ -351942,27 +369755,28 @@ }, { "attributes": { - "description": "Airport - Top of Escalator 409", - "latitude": 42.374464, + "description": "Ruggles - Top of Forsyth Street entrance stairs", + "latitude": null, "location_type": 3, - "longitude": -71.030249, - "name": "Airport", + "longitude": null, + "name": "Ruggles", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-409-bridge", + "id": "node-rugg-forsythstairs-top", "links": { - "self": "/stops/node-409-bridge" + "self": "/stops/node-rugg-forsythstairs-top" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-409-bridge" + "related": "/facilities/?filter[stop]=node-rugg-forsythstairs-top" } }, "parent_station": { "data": { - "id": "place-aport", + "id": "place-rugg", "type": "stop" } }, @@ -351974,27 +369788,28 @@ }, { "attributes": { - "description": "Riverside - Grove Street, Parking", - "latitude": 42.337258, - "location_type": 2, - "longitude": -71.252523, - "name": "Riverside - Grove Street, Parking", + "description": "Andrew - Top of inbound elevator", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "Andrew", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-river-estairs", + "id": "node-880-lobby", "links": { - "self": "/stops/door-river-estairs" + "self": "/stops/node-880-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-river-estairs" + "related": "/facilities/?filter[stop]=node-880-lobby" } }, "parent_station": { "data": { - "id": "place-river", + "id": "place-andrw", "type": "stop" } }, @@ -352006,27 +369821,28 @@ }, { "attributes": { - "description": "Suffolk Downs - Unpaid side of exit-only gates", - "latitude": 42.390439, + "description": "North Quincy - Bottom of stairs between busway and Red Line station", + "latitude": 42.275244, "location_type": 3, - "longitude": -70.997026, - "name": "Suffolk Downs", + "longitude": -71.0293, + "name": "North Quincy", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-sdmnl-benn-fareunpaid", + "id": "node-nqncy-senterstair-bus", "links": { - "self": "/stops/node-sdmnl-benn-fareunpaid" + "self": "/stops/node-nqncy-senterstair-bus" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-sdmnl-benn-fareunpaid" + "related": "/facilities/?filter[stop]=node-nqncy-senterstair-bus" } }, "parent_station": { "data": { - "id": "place-sdmnl", + "id": "place-nqncy", "type": "stop" } }, @@ -352038,27 +369854,28 @@ }, { "attributes": { - "description": "Central - Paid side of fare gates", + "description": "Haymarket - Bottom of elevator between Forest Hills platform and Congress Street lobby", "latitude": null, "location_type": 3, "longitude": null, - "name": "Central", + "name": "Haymarket", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-cntsq-pearlstair-farepaid", + "id": "node-904-platform", "links": { - "self": "/stops/node-cntsq-pearlstair-farepaid" + "self": "/stops/node-904-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-cntsq-pearlstair-farepaid" + "related": "/facilities/?filter[stop]=node-904-platform" } }, "parent_station": { "data": { - "id": "place-cntsq", + "id": "place-haecl", "type": "stop" } }, @@ -352070,27 +369887,28 @@ }, { "attributes": { - "description": "Courthouse - Top of stairs for exit-only gates from South Station platform", - "latitude": null, + "description": "Wonderland - Wonderland-bound platform end of pedestrian bridge", + "latitude": 42.413205, "location_type": 3, - "longitude": null, - "name": "Courthouse", + "longitude": -70.9917, + "name": "Wonderland", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-crtst-ssexitstair-lobby", + "id": "node-wondl-footbridgeob", "links": { - "self": "/stops/node-crtst-ssexitstair-lobby" + "self": "/stops/node-wondl-footbridgeob" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-crtst-ssexitstair-lobby" + "related": "/facilities/?filter[stop]=node-wondl-footbridgeob" } }, "parent_station": { "data": { - "id": "place-crtst", + "id": "place-wondl", "type": "stop" } }, @@ -352102,27 +369920,28 @@ }, { "attributes": { - "description": "Downtown Crossing - Paid side of exit-only gate", - "latitude": null, + "description": "Porter - Ashmont/Braintree platform level of Red Line, lobby elevator", + "latitude": 42.388489, "location_type": 3, - "longitude": null, - "name": "Downtown Crossing", + "longitude": -71.119066, + "name": "Porter", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-dwnxg-112fare-paid", + "id": "node-987-sbplatform", "links": { - "self": "/stops/node-dwnxg-112fare-paid" + "self": "/stops/node-987-sbplatform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-dwnxg-112fare-paid" + "related": "/facilities/?filter[stop]=node-987-sbplatform" } }, "parent_station": { "data": { - "id": "place-dwnxg", + "id": "place-portr", "type": "stop" } }, @@ -352134,27 +369953,28 @@ }, { "attributes": { - "description": "Davis - Bottom of Elevator 817", - "latitude": 42.396816, + "description": "Aquarium - Bottom of stairs between platform and Atlantic Avenue", + "latitude": null, "location_type": 3, - "longitude": -71.121817, - "name": "Davis", + "longitude": null, + "name": "Aquarium", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-817-lobby", + "id": "node-aqucl-ebatlanticstairs-platform", "links": { - "self": "/stops/node-817-lobby" + "self": "/stops/node-aqucl-ebatlanticstairs-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-817-lobby" + "related": "/facilities/?filter[stop]=node-aqucl-ebatlanticstairs-platform" } }, "parent_station": { "data": { - "id": "place-davis", + "id": "place-aqucl", "type": "stop" } }, @@ -352166,27 +369986,28 @@ }, { "attributes": { - "description": "Orient Heights - Bottom of Escalator 441", - "latitude": 42.386743, + "description": "Newtonville - Bottom of stairs for Harvard St", + "latitude": 42.352441, "location_type": 3, - "longitude": -71.004934, - "name": "Orient Heights", + "longitude": -71.202367, + "name": "Newtonville", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-441-platform", + "id": "node-WML-0081-harvardstairs-bottom", "links": { - "self": "/stops/node-441-platform" + "self": "/stops/node-WML-0081-harvardstairs-bottom" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-441-platform" + "related": "/facilities/?filter[stop]=node-WML-0081-harvardstairs-bottom" } }, "parent_station": { "data": { - "id": "place-orhte", + "id": "place-WML-0081", "type": "stop" } }, @@ -352198,27 +370019,28 @@ }, { "attributes": { - "description": "Central - Paid side of fare gates", + "description": "Jackson Square - Top of stairs", "latitude": null, "location_type": 3, "longitude": null, - "name": "Central", + "name": "Jackson Square", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-cntsq-essexstair-farepaid", + "id": "node-jaksn-stairs-lobby", "links": { - "self": "/stops/node-cntsq-essexstair-farepaid" + "self": "/stops/node-jaksn-stairs-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-cntsq-essexstair-farepaid" + "related": "/facilities/?filter[stop]=node-jaksn-stairs-lobby" } }, "parent_station": { "data": { - "id": "place-cntsq", + "id": "place-jaksn", "type": "stop" } }, @@ -352230,22 +370052,23 @@ }, { "attributes": { - "description": "South Station - Bottom of Elevator 927", + "description": "South Station - Bottom of Escalator 420", "latitude": null, "location_type": 3, "longitude": null, "name": "South Station", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-927-rl", + "id": "node-420-rl", "links": { - "self": "/stops/node-927-rl" + "self": "/stops/node-420-rl" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-927-rl" + "related": "/facilities/?filter[stop]=node-420-rl" } }, "parent_station": { @@ -352262,27 +370085,28 @@ }, { "attributes": { - "description": "Tufts Medical Center - Bottom of Elevator 857", - "latitude": null, + "description": "JFK/UMass - Unpaid side of fare gates", + "latitude": 42.320665, "location_type": 3, - "longitude": null, - "name": "Tufts Medical Center", + "longitude": -71.052351, + "name": "JFK/UMass", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-857-lobby", + "id": "node-jfk-mainfareunpaid", "links": { - "self": "/stops/node-857-lobby" + "self": "/stops/node-jfk-mainfareunpaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-857-lobby" + "related": "/facilities/?filter[stop]=node-jfk-mainfareunpaid" } }, "parent_station": { "data": { - "id": "place-tumnl", + "id": "place-jfk", "type": "stop" } }, @@ -352294,27 +370118,28 @@ }, { "attributes": { - "description": "Quincy Center - Bottom of Elevator 810", - "latitude": 42.251488, + "description": "World Trade Center - Paid side of fare gates", + "latitude": null, "location_type": 3, - "longitude": -71.005189, - "name": "Quincy Center", + "longitude": null, + "name": "World Trade Center", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-810-platform", + "id": "node-wtcst-farepaid", "links": { - "self": "/stops/node-810-platform" + "self": "/stops/node-wtcst-farepaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-810-platform" + "related": "/facilities/?filter[stop]=node-wtcst-farepaid" } }, "parent_station": { "data": { - "id": "place-qnctr", + "id": "place-wtcst", "type": "stop" } }, @@ -352326,27 +370151,28 @@ }, { "attributes": { - "description": "World Trade Center - Bottom of second World Trade Center entrance escalator", + "description": "Prudential - Bottom of stairs between Huntington Avenue and lobby", "latitude": null, "location_type": 3, "longitude": null, - "name": "World Trade Center", + "name": "Prudential", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-401-landing", + "id": "node-prmnl-huntstair-lobby", "links": { - "self": "/stops/node-401-landing" + "self": "/stops/node-prmnl-huntstair-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-401-landing" + "related": "/facilities/?filter[stop]=node-prmnl-huntstair-lobby" } }, "parent_station": { "data": { - "id": "place-wtcst", + "id": "place-prmnl", "type": "stop" } }, @@ -352358,27 +370184,28 @@ }, { "attributes": { - "description": "State - Bottom of stairs between Oak Grove platform and State St, Devonshire St", - "latitude": null, + "description": "Science Park/West End - Street level of north side elevator", + "latitude": 42.366846, "location_type": 3, - "longitude": null, - "name": "State", + "longitude": -71.067777, + "name": "Science Park/West End", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-state-ogoldstatehousestairs-nbplatform", + "id": "node-981-street", "links": { - "self": "/stops/node-state-ogoldstatehousestairs-nbplatform" + "self": "/stops/node-981-street" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-state-ogoldstatehousestairs-nbplatform" + "related": "/facilities/?filter[stop]=node-981-street" } }, "parent_station": { "data": { - "id": "place-state", + "id": "place-spmnl", "type": "stop" } }, @@ -352390,27 +370217,28 @@ }, { "attributes": { - "description": "State - Congress St (North)", - "latitude": 42.359115, - "location_type": 2, - "longitude": -71.056699, - "name": "State - Congress St (North)", + "description": "Kendall/MIT - Top of stairs between Carleton St and Ashmont/Braintree platform", + "latitude": 42.362029, + "location_type": 3, + "longitude": -71.086242, + "name": "Kendall/MIT", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-state-congress", + "id": "node-knncl-sbcarleton-entrance", "links": { - "self": "/stops/door-state-congress" + "self": "/stops/node-knncl-sbcarleton-entrance" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-state-congress" + "related": "/facilities/?filter[stop]=node-knncl-sbcarleton-entrance" } }, "parent_station": { "data": { - "id": "place-state", + "id": "place-knncl", "type": "stop" } }, @@ -352422,27 +370250,28 @@ }, { "attributes": { - "description": "Prudential - Top of escalator from Heath Street platform to lobby", + "description": "Kendall/MIT - Unpaid side of fare gates", "latitude": null, "location_type": 3, "longitude": null, - "name": "Prudential", + "name": "Kendall/MIT", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-152-lobby", + "id": "node-knncl-sbsec-fareunpaid", "links": { - "self": "/stops/node-152-lobby" + "self": "/stops/node-knncl-sbsec-fareunpaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-152-lobby" + "related": "/facilities/?filter[stop]=node-knncl-sbsec-fareunpaid" } }, "parent_station": { "data": { - "id": "place-prmnl", + "id": "place-knncl", "type": "stop" } }, @@ -352454,27 +370283,28 @@ }, { "attributes": { - "description": "Ruggles - Bottom of Lower Busway Lane 2 elevator", - "latitude": 42.336486, + "description": "Community College - Paid lobby", + "latitude": null, "location_type": 3, - "longitude": -71.089081, - "name": "Ruggles", + "longitude": null, + "name": "Community College", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-848-busway", + "id": "node-ccmnl-lobby", "links": { - "self": "/stops/node-848-busway" + "self": "/stops/node-ccmnl-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-848-busway" + "related": "/facilities/?filter[stop]=node-ccmnl-lobby" } }, "parent_station": { "data": { - "id": "place-rugg", + "id": "place-ccmnl", "type": "stop" } }, @@ -352486,27 +370316,28 @@ }, { "attributes": { - "description": "Porter - Top of stairs between Commuter Rail and lobby", - "latitude": 42.388124, + "description": "Sullivan Square - Bottom of Escalator 308", + "latitude": null, "location_type": 3, - "longitude": -71.11877, - "name": "Porter", + "longitude": null, + "name": "Sullivan Square", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-portr-crstairs-crplatform", + "id": "node-308-platform", "links": { - "self": "/stops/node-portr-crstairs-crplatform" + "self": "/stops/node-308-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-portr-crstairs-crplatform" + "related": "/facilities/?filter[stop]=node-308-platform" } }, "parent_station": { "data": { - "id": "place-portr", + "id": "place-sull", "type": "stop" } }, @@ -352518,27 +370349,28 @@ }, { "attributes": { - "description": "Mattapan - Neponset Trail, Parking", - "latitude": 42.267744, - "location_type": 2, - "longitude": -71.091871, - "name": "Mattapan - Neponset Trail, Parking", + "description": "Newton Centre - Bottom of western stairs for Union Street", + "latitude": 42.329432, + "location_type": 3, + "longitude": -71.192594, + "name": "Newton Centre", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-matt-neponset", + "id": "node-newto-unionws-platform", "links": { - "self": "/stops/door-matt-neponset" + "self": "/stops/node-newto-unionws-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-matt-neponset" + "related": "/facilities/?filter[stop]=node-newto-unionws-platform" } }, "parent_station": { "data": { - "id": "place-matt", + "id": "place-newto", "type": "stop" } }, @@ -352550,27 +370382,28 @@ }, { "attributes": { - "description": "Ruggles - Bottom of Lower Busway Lane 2 escalator", - "latitude": null, + "description": "Orient Heights - Bottom of Elevator 713", + "latitude": 42.387001, "location_type": 3, - "longitude": null, - "name": "Ruggles", + "longitude": -71.004831, + "name": "Orient Heights", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-135-busway", + "id": "node-713-street", "links": { - "self": "/stops/node-135-busway" + "self": "/stops/node-713-street" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-135-busway" + "related": "/facilities/?filter[stop]=node-713-street" } }, "parent_station": { "data": { - "id": "place-rugg", + "id": "place-orhte", "type": "stop" } }, @@ -352582,27 +370415,28 @@ }, { "attributes": { - "description": "Boylston - Paid side of fare gates", - "latitude": null, + "description": "Assembly - Top of Elevator 716", + "latitude": 42.393273, "location_type": 3, - "longitude": null, - "name": "Boylston", + "longitude": -71.077612, + "name": "Assembly", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-boyls-out-farepaid", + "id": "node-astao-716-lobby", "links": { - "self": "/stops/node-boyls-out-farepaid" + "self": "/stops/node-astao-716-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-boyls-out-farepaid" + "related": "/facilities/?filter[stop]=node-astao-716-lobby" } }, "parent_station": { "data": { - "id": "place-boyls", + "id": "place-astao", "type": "stop" } }, @@ -352614,27 +370448,28 @@ }, { "attributes": { - "description": "South Station - Bottom of stairs for SL1/SL2/SL3 platform", + "description": "Kendall/MIT - Stairs platform level", "latitude": null, "location_type": 3, "longitude": null, - "name": "South Station", + "name": "Kendall/MIT", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-sstat-918stair-sl", + "id": "node-knncl-frontsbstair-platform", "links": { - "self": "/stops/node-sstat-918stair-sl" + "self": "/stops/node-knncl-frontsbstair-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-sstat-918stair-sl" + "related": "/facilities/?filter[stop]=node-knncl-frontsbstair-platform" } }, "parent_station": { "data": { - "id": "place-sstat", + "id": "place-knncl", "type": "stop" } }, @@ -352646,27 +370481,28 @@ }, { "attributes": { - "description": "Tufts Medical Center - Bottom of Elevator 859", - "latitude": null, + "description": "Waban - Bottom of stairs to Beacon Street", + "latitude": 42.326257, "location_type": 3, - "longitude": null, - "name": "Tufts Medical Center", + "longitude": -71.23089, + "name": "Waban", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-859-platform", + "id": "node-waban-beacon-stairs", "links": { - "self": "/stops/node-859-platform" + "self": "/stops/node-waban-beacon-stairs" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-859-platform" + "related": "/facilities/?filter[stop]=node-waban-beacon-stairs" } }, "parent_station": { "data": { - "id": "place-tumnl", + "id": "place-waban", "type": "stop" } }, @@ -352678,27 +370514,28 @@ }, { "attributes": { - "description": "Medford/Tufts - Bottom of Elevator 772", - "latitude": 42.408005, + "description": "Davis - Top of Escalator 341", + "latitude": null, "location_type": 3, - "longitude": -71.117041, - "name": "Medford/Tufts", + "longitude": null, + "name": "Davis", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-772-bottom", + "id": "node-341-lobby", "links": { - "self": "/stops/node-772-bottom" + "self": "/stops/node-341-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-772-bottom" + "related": "/facilities/?filter[stop]=node-341-lobby" } }, "parent_station": { "data": { - "id": "place-mdftf", + "id": "place-davis", "type": "stop" } }, @@ -352710,27 +370547,28 @@ }, { "attributes": { - "description": "State - Old State House, State St", - "latitude": 42.358735, - "location_type": 2, - "longitude": -71.057298, - "name": "State - Old State House, State St", + "description": "Haymarket - Top of stairs between mezzanine and Oak Grove platform", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "Haymarket", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-state-state", + "id": "node-haecl-congogplats-passage", "links": { - "self": "/stops/door-state-state" + "self": "/stops/node-haecl-congogplats-passage" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-state-state" + "related": "/facilities/?filter[stop]=node-haecl-congogplats-passage" } }, "parent_station": { "data": { - "id": "place-state", + "id": "place-haecl", "type": "stop" } }, @@ -352742,27 +370580,28 @@ }, { "attributes": { - "description": "Charles/MGH - Beacon Hill, Esplanade, Hospitals", - "latitude": 42.361117, - "location_type": 2, - "longitude": -71.07057, - "name": "Charles/MGH - Beacon Hill, Esplanade, Hospitals", + "description": "Downtown Crossing - Top of stairs between Oak Grove platform and Alewife platform", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "Downtown Crossing", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-chmnl-main", + "id": "node-dwnxg-stair2-ol", "links": { - "self": "/stops/door-chmnl-main" + "self": "/stops/node-dwnxg-stair2-ol" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-chmnl-main" + "related": "/facilities/?filter[stop]=node-dwnxg-stair2-ol" } }, "parent_station": { "data": { - "id": "place-chmnl", + "id": "place-dwnxg", "type": "stop" } }, @@ -352774,27 +370613,28 @@ }, { "attributes": { - "description": "Back Bay - Bottom of Orange Line platform west stairs", - "latitude": null, + "description": "Forest Hills - Top of lower busway elevator", + "latitude": 42.300601, "location_type": 3, - "longitude": null, - "name": "Back Bay", + "longitude": -71.113674, + "name": "Forest Hills", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-bbsta-olwstairs-platform", + "id": "node-843-lobby", "links": { - "self": "/stops/node-bbsta-olwstairs-platform" + "self": "/stops/node-843-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-bbsta-olwstairs-platform" + "related": "/facilities/?filter[stop]=node-843-lobby" } }, "parent_station": { "data": { - "id": "place-bbsta", + "id": "place-forhl", "type": "stop" } }, @@ -352806,27 +370646,28 @@ }, { "attributes": { - "description": "Brookline Hills - Tappan St (West)", - "latitude": 42.331446, - "location_type": 2, - "longitude": -71.127064, - "name": "Brookline Hills - Tappan St (West)", + "description": "Gilman Square - Top of School St Elevator 766", + "latitude": 42.388245, + "location_type": 3, + "longitude": -71.097497, + "name": "Gilman Square", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-brkhl-bhs", + "id": "node-766-top", "links": { - "self": "/stops/door-brkhl-bhs" + "self": "/stops/node-766-top" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-brkhl-bhs" + "related": "/facilities/?filter[stop]=node-766-top" } }, "parent_station": { "data": { - "id": "place-brkhl", + "id": "place-gilmn", "type": "stop" } }, @@ -352838,27 +370679,28 @@ }, { "attributes": { - "description": "Beaconsfield - Parking Lot", - "latitude": 42.335845, - "location_type": 2, - "longitude": -71.14042, - "name": "Beaconsfield - Parking Lot", + "description": "Forest Hills - Bottom of north lower busway escalator", + "latitude": 42.300778, + "location_type": 3, + "longitude": -71.113596, + "name": "Forest Hills", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-bcnfd-lot", + "id": "node-127-busway", "links": { - "self": "/stops/door-bcnfd-lot" + "self": "/stops/node-127-busway" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-bcnfd-lot" + "related": "/facilities/?filter[stop]=node-127-busway" } }, "parent_station": { "data": { - "id": "place-bcnfd", + "id": "place-forhl", "type": "stop" } }, @@ -352870,27 +370712,28 @@ }, { "attributes": { - "description": "Orient Heights - Top of Elevator 713", - "latitude": 42.387001, + "description": "Wellington - Top of Oak Grove stairs", + "latitude": 42.402198, "location_type": 3, - "longitude": -71.004831, - "name": "Orient Heights", + "longitude": -71.077068, + "name": "Wellington", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-713-bridge", + "id": "node-welln-ogstair-lobby", "links": { - "self": "/stops/node-713-bridge" + "self": "/stops/node-welln-ogstair-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-713-bridge" + "related": "/facilities/?filter[stop]=node-welln-ogstair-lobby" } }, "parent_station": { "data": { - "id": "place-orhte", + "id": "place-welln", "type": "stop" } }, @@ -352902,27 +370745,28 @@ }, { "attributes": { - "description": "Courthouse - Bottom of elevator between outbound platform and lobby", - "latitude": null, + "description": "Chinatown - Bottom of Forest Hills elevator", + "latitude": 42.352456, "location_type": 3, - "longitude": null, - "name": "Courthouse", + "longitude": -71.062935, + "name": "Chinatown", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-938-platform", + "id": "node-922-lobby", "links": { - "self": "/stops/node-938-platform" + "self": "/stops/node-922-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-938-platform" + "related": "/facilities/?filter[stop]=node-922-lobby" } }, "parent_station": { "data": { - "id": "place-crtst", + "id": "place-chncl", "type": "stop" } }, @@ -352934,27 +370778,28 @@ }, { "attributes": { - "description": "Braintree - Bottom of Red Line platform north stairs", - "latitude": 42.207611, + "description": "Wonderland - Bottom of Revere Beach Plaza stairs from North Shore Road", + "latitude": 42.413754, "location_type": 3, - "longitude": -71.001633, - "name": "Braintree", + "longitude": -70.991935, + "name": "Wonderland", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-brntn-nplatstairs-lobby", + "id": "node-wondl-nshoreplazastairs-street", "links": { - "self": "/stops/node-brntn-nplatstairs-lobby" + "self": "/stops/node-wondl-nshoreplazastairs-street" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-brntn-nplatstairs-lobby" + "related": "/facilities/?filter[stop]=node-wondl-nshoreplazastairs-street" } }, "parent_station": { "data": { - "id": "place-brntn", + "id": "place-wondl", "type": "stop" } }, @@ -352966,27 +370811,28 @@ }, { "attributes": { - "description": "Courthouse - Bottom of escalator from South Station platform to exit-only gates", - "latitude": null, + "description": "Charles/MGH - Top of Escalator 426", + "latitude": 42.361234, "location_type": 3, - "longitude": null, - "name": "Courthouse", + "longitude": -71.07053, + "name": "Charles/MGH", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-416-platform", + "id": "node-426-platform", "links": { - "self": "/stops/node-416-platform" + "self": "/stops/node-426-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-416-platform" + "related": "/facilities/?filter[stop]=node-426-platform" } }, "parent_station": { "data": { - "id": "place-crtst", + "id": "place-chmnl", "type": "stop" } }, @@ -352998,27 +370844,28 @@ }, { "attributes": { - "description": "State - Bottom of escalator from Oak Grove platform to State St, Devonshire St", - "latitude": null, + "description": "Magoun Square - Bottom of stairs", + "latitude": 42.393797, "location_type": 3, - "longitude": null, - "name": "State", + "longitude": -71.106492, + "name": "Magoun Square", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-6-nbplatform", + "id": "node-mgngl-stairs-bottom", "links": { - "self": "/stops/node-6-nbplatform" + "self": "/stops/node-mgngl-stairs-bottom" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-6-nbplatform" + "related": "/facilities/?filter[stop]=node-mgngl-stairs-bottom" } }, "parent_station": { "data": { - "id": "place-state", + "id": "place-mgngl", "type": "stop" } }, @@ -353030,27 +370877,28 @@ }, { "attributes": { - "description": "Malden Center - Summer St, Pleasant St", - "latitude": 42.42688, + "description": "Wollaston - Newport Ave (Ramp)", + "latitude": 42.266222, "location_type": 2, - "longitude": -71.074355, - "name": "Malden Center - Summer St, Pleasant St", + "longitude": -71.020167, + "name": "Wollaston - Newport Ave (Ramp)", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-mlmnl-pleasant", + "id": "door-wlsta-newpsouth", "links": { - "self": "/stops/door-mlmnl-pleasant" + "self": "/stops/door-wlsta-newpsouth" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-mlmnl-pleasant" + "related": "/facilities/?filter[stop]=door-wlsta-newpsouth" } }, "parent_station": { "data": { - "id": "place-mlmnl", + "id": "place-wlsta", "type": "stop" } }, @@ -353062,27 +370910,28 @@ }, { "attributes": { - "description": "JFK/UMass - Top of southern stairs between Ashmont, Alewife platform and lobby", - "latitude": 42.320493, + "description": "State - Top of Elevator 974 between Congress St and Bowdoin platform", + "latitude": null, "location_type": 3, - "longitude": -71.052468, - "name": "JFK/UMass", + "longitude": null, + "name": "State", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-jfk-ashgasstair-lobby", + "id": "node-974-street", "links": { - "self": "/stops/node-jfk-ashgasstair-lobby" + "self": "/stops/node-974-street" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-jfk-ashgasstair-lobby" + "related": "/facilities/?filter[stop]=node-974-street" } }, "parent_station": { "data": { - "id": "place-jfk", + "id": "place-state", "type": "stop" } }, @@ -353094,27 +370943,28 @@ }, { "attributes": { - "description": "Newton Centre - Bottom of western stairs for Union Street", - "latitude": 42.329432, + "description": "Haymarket - Top of stairs between mezzanine and Forest Hills platform", + "latitude": null, "location_type": 3, - "longitude": -71.192594, - "name": "Newton Centre", + "longitude": null, + "name": "Haymarket", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-newto-unionws-platform", + "id": "node-haecl-congfhplats-passage", "links": { - "self": "/stops/node-newto-unionws-platform" + "self": "/stops/node-haecl-congfhplats-passage" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-newto-unionws-platform" + "related": "/facilities/?filter[stop]=node-haecl-congfhplats-passage" } }, "parent_station": { "data": { - "id": "place-newto", + "id": "place-haecl", "type": "stop" } }, @@ -353126,27 +370976,28 @@ }, { "attributes": { - "description": "State - Paid side of fare gates", + "description": "South Station - Top of escalators for Commuter Rail concourse", "latitude": null, "location_type": 3, "longitude": null, - "name": "State", + "name": "South Station", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-state-exchange-farepaid", + "id": "node-sstat-bldgescup-ground", "links": { - "self": "/stops/node-state-exchange-farepaid" + "self": "/stops/node-sstat-bldgescup-ground" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-state-exchange-farepaid" + "related": "/facilities/?filter[stop]=node-sstat-bldgescup-ground" } }, "parent_station": { "data": { - "id": "place-state", + "id": "place-sstat", "type": "stop" } }, @@ -353158,27 +371009,28 @@ }, { "attributes": { - "description": "Porter - Lobby level of elevator between lobby and Commuter Rail", - "latitude": 42.388193, + "description": "Back Bay - Bottom of Orange Line platform west stairs", + "latitude": null, "location_type": 3, - "longitude": -71.118924, - "name": "Porter", + "longitude": null, + "name": "Back Bay", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-986-lobby", + "id": "node-bbsta-olwstairs-platform", "links": { - "self": "/stops/node-986-lobby" + "self": "/stops/node-bbsta-olwstairs-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-986-lobby" + "related": "/facilities/?filter[stop]=node-bbsta-olwstairs-platform" } }, "parent_station": { "data": { - "id": "place-portr", + "id": "place-bbsta", "type": "stop" } }, @@ -353190,27 +371042,28 @@ }, { "attributes": { - "description": "Davis - Top of stairs for Holland Street", - "latitude": 42.396948, - "location_type": 3, - "longitude": -71.123239, - "name": "Davis", + "description": "Symphony - Massachusetts Ave, Symphony Hall", + "latitude": 42.342457, + "location_type": 2, + "longitude": -71.084862, + "name": "Symphony - Massachusetts Ave, Symphony Hall", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, - "id": "node-davis-holland-entrance", + "id": "door-symcl-ebsymphony", "links": { - "self": "/stops/node-davis-holland-entrance" + "self": "/stops/door-symcl-ebsymphony" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-davis-holland-entrance" + "related": "/facilities/?filter[stop]=door-symcl-ebsymphony" } }, "parent_station": { "data": { - "id": "place-davis", + "id": "place-symcl", "type": "stop" } }, @@ -353222,27 +371075,28 @@ }, { "attributes": { - "description": "Forest Hills - Bottom of Orange Line elevator for Arborway, Southwest Corridor Park", - "latitude": 42.301657, + "description": "Wonderland - Revere Beach Plaza entryway from garage and pedestrian bridge", + "latitude": 42.413585, "location_type": 3, - "longitude": -71.113503, - "name": "Forest Hills", + "longitude": -70.991876, + "name": "Wonderland", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-724-lobby", + "id": "node-wondl-ibplazaentrance", "links": { - "self": "/stops/node-724-lobby" + "self": "/stops/node-wondl-ibplazaentrance" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-724-lobby" + "related": "/facilities/?filter[stop]=node-wondl-ibplazaentrance" } }, "parent_station": { "data": { - "id": "place-forhl", + "id": "place-wondl", "type": "stop" } }, @@ -353254,27 +371108,28 @@ }, { "attributes": { - "description": "Bowdoin - Bottom of stairs between entrance and lobby", - "latitude": null, - "location_type": 3, - "longitude": null, - "name": "Bowdoin", + "description": "Mattapan - Lower Busway", + "latitude": 42.267431, + "location_type": 2, + "longitude": -71.092376, + "name": "Mattapan - Lower Busway", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-bomnl-lobstair-lobby", + "id": "door-matt-southbus", "links": { - "self": "/stops/node-bomnl-lobstair-lobby" + "self": "/stops/door-matt-southbus" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-bomnl-lobstair-lobby" + "related": "/facilities/?filter[stop]=door-matt-southbus" } }, "parent_station": { "data": { - "id": "place-bomnl", + "id": "place-matt", "type": "stop" } }, @@ -353286,27 +371141,28 @@ }, { "attributes": { - "description": "Aquarium - Bottom of elevator between Wonderland platform and State Street", - "latitude": null, - "location_type": 3, - "longitude": null, - "name": "Aquarium", + "description": "Ball Square - Boston Ave", + "latitude": 42.399891, + "location_type": 2, + "longitude": -71.111125, + "name": "Ball Square - Boston Ave", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-913-platform", + "id": "door-balsq-boston", "links": { - "self": "/stops/node-913-platform" + "self": "/stops/door-balsq-boston" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-913-platform" + "related": "/facilities/?filter[stop]=door-balsq-boston" } }, "parent_station": { "data": { - "id": "place-aqucl", + "id": "place-balsq", "type": "stop" } }, @@ -353318,27 +371174,28 @@ }, { "attributes": { - "description": "Arlington - Elevator, Boylston St", - "latitude": 42.351796, + "description": "Park Street - Escalator to Tremont St (North)", + "latitude": 42.356504, "location_type": 2, - "longitude": -71.07128, - "name": "Arlington - Elevator, Boylston St", + "longitude": -71.061904, + "name": "Park Street - Escalator to Tremont St (North)", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, - "id": "door-armnl-elevator", + "id": "door-pktrm-exitalewife", "links": { - "self": "/stops/door-armnl-elevator" + "self": "/stops/door-pktrm-exitalewife" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-armnl-elevator" + "related": "/facilities/?filter[stop]=door-pktrm-exitalewife" } }, "parent_station": { "data": { - "id": "place-armnl", + "id": "place-pktrm", "type": "stop" } }, @@ -353350,27 +371207,28 @@ }, { "attributes": { - "description": "Hynes Convention Center - Bottom of stairs for Massachusetts Avenue", - "latitude": null, - "location_type": 3, - "longitude": null, - "name": "Hynes Convention Center", + "description": "Symphony - First Church, Falmouth St", + "latitude": 42.343075, + "location_type": 2, + "longitude": -71.085195, + "name": "Symphony - First Church, Falmouth St", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, - "id": "node-hymnl-massentrance", + "id": "door-symcl-falmouth", "links": { - "self": "/stops/node-hymnl-massentrance" + "self": "/stops/door-symcl-falmouth" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-hymnl-massentrance" + "related": "/facilities/?filter[stop]=door-symcl-falmouth" } }, "parent_station": { "data": { - "id": "place-hymnl", + "id": "place-symcl", "type": "stop" } }, @@ -353382,27 +371240,28 @@ }, { "attributes": { - "description": "Prudential - Bottom of escalator from Prudential Center to lobby", - "latitude": null, + "description": "Wonderland - Bottom of stairs from Wonderland-bound platform to pedestrian bridge", + "latitude": 42.413279, "location_type": 3, - "longitude": null, - "name": "Prudential", + "longitude": -70.991659, + "name": "Wonderland", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-150-lobby", + "id": "node-wondl-obplatstairs-platform", "links": { - "self": "/stops/node-150-lobby" + "self": "/stops/node-wondl-obplatstairs-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-150-lobby" + "related": "/facilities/?filter[stop]=node-wondl-obplatstairs-platform" } }, "parent_station": { "data": { - "id": "place-prmnl", + "id": "place-wondl", "type": "stop" } }, @@ -353414,27 +371273,28 @@ }, { "attributes": { - "description": "Hynes Convention Center - Top of stairs for Newbury Street exit", + "description": "Park Street - Bottom of elevator between Government Center & North center platform and passageway to Copley & West", "latitude": null, "location_type": 3, "longitude": null, - "name": "Hynes Convention Center", + "name": "Park Street", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-hymnl-newbury-farepaid", + "id": "node-pktrm-midupassstairs-under", "links": { - "self": "/stops/node-hymnl-newbury-farepaid" + "self": "/stops/node-pktrm-midupassstairs-under" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-hymnl-newbury-farepaid" + "related": "/facilities/?filter[stop]=node-pktrm-midupassstairs-under" } }, "parent_station": { "data": { - "id": "place-hymnl", + "id": "place-pktrm", "type": "stop" } }, @@ -353446,22 +371306,23 @@ }, { "attributes": { - "description": "Wonderland - Platform level of Wonderland-bound platform elevator", - "latitude": 42.413446, + "description": "Wonderland - Top of Revere Beach Plaza stairs from Ocean Ave", + "latitude": 42.413438, "location_type": 3, - "longitude": -70.991592, + "longitude": -70.990741, "name": "Wonderland", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-710-platform", + "id": "node-wondl-oceanstairs-plaza", "links": { - "self": "/stops/node-710-platform" + "self": "/stops/node-wondl-oceanstairs-plaza" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-710-platform" + "related": "/facilities/?filter[stop]=node-wondl-oceanstairs-plaza" } }, "parent_station": { @@ -353478,27 +371339,28 @@ }, { "attributes": { - "description": "Tufts Medical Center - Top of Escalator 146", - "latitude": null, - "location_type": 3, - "longitude": null, - "name": "Tufts Medical Center", + "description": "JFK/UMass - Busway, JFK Library, Mount Vernon St (Ramp)", + "latitude": 42.320486, + "location_type": 2, + "longitude": -71.051545, + "name": "JFK/UMass - Busway, JFK Library, Mount Vernon St (Ramp)", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-146-lobby", + "id": "door-jfk-busway", "links": { - "self": "/stops/node-146-lobby" + "self": "/stops/door-jfk-busway" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-146-lobby" + "related": "/facilities/?filter[stop]=door-jfk-busway" } }, "parent_station": { "data": { - "id": "place-tumnl", + "id": "place-jfk", "type": "stop" } }, @@ -353510,27 +371372,28 @@ }, { "attributes": { - "description": "Oak Grove - Top of Commuter Rail escalator", - "latitude": 42.437037, - "location_type": 3, - "longitude": -71.070755, - "name": "Oak Grove", + "description": "Ruggles - Columbus Ave, Tremont St", + "latitude": 42.335873, + "location_type": 2, + "longitude": -71.088906, + "name": "Ruggles - Columbus Ave, Tremont St", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-105-lobby", + "id": "door-rugg-columbus", "links": { - "self": "/stops/node-105-lobby" + "self": "/stops/door-rugg-columbus" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-105-lobby" + "related": "/facilities/?filter[stop]=door-rugg-columbus" } }, "parent_station": { "data": { - "id": "place-ogmnl", + "id": "place-rugg", "type": "stop" } }, @@ -353542,27 +371405,28 @@ }, { "attributes": { - "description": "Arlington - Bottom of Arlington Street east stairs", - "latitude": null, + "description": "Airport - Unpaid side of fare gates", + "latitude": 42.374495, "location_type": 3, - "longitude": null, - "name": "Arlington", + "longitude": -71.030252, + "name": "Airport", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-armnl-sestairs-lobby", + "id": "node-aport-bremen-fareunpaid", "links": { - "self": "/stops/node-armnl-sestairs-lobby" + "self": "/stops/node-aport-bremen-fareunpaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-armnl-sestairs-lobby" + "related": "/facilities/?filter[stop]=node-aport-bremen-fareunpaid" } }, "parent_station": { "data": { - "id": "place-armnl", + "id": "place-aport", "type": "stop" } }, @@ -353574,27 +371438,28 @@ }, { "attributes": { - "description": "Wonderland - Ocean Ave", - "latitude": 42.413295, - "location_type": 2, - "longitude": -70.99155, - "name": "Wonderland - Ocean Ave", + "description": "Beachmont - Bottom of Escalator 379", + "latitude": 42.397384, + "location_type": 3, + "longitude": -70.992387, + "name": "Beachmont", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-wondl-ocean", + "id": "node-379-lobby", "links": { - "self": "/stops/door-wondl-ocean" + "self": "/stops/node-379-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-wondl-ocean" + "related": "/facilities/?filter[stop]=node-379-lobby" } }, "parent_station": { "data": { - "id": "place-wondl", + "id": "place-bmmnl", "type": "stop" } }, @@ -353606,27 +371471,28 @@ }, { "attributes": { - "description": "Haymarket - Bottom of escalator from lobby to busway", - "latitude": null, + "description": "Newton Highlands - Bottom of stairs for Hyde Street", + "latitude": 42.323408, "location_type": 3, - "longitude": null, - "name": "Haymarket", + "longitude": -71.204458, + "name": "Newton Highlands", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-313-lobby", + "id": "node-newtn-hyde-stairs", "links": { - "self": "/stops/node-313-lobby" + "self": "/stops/node-newtn-hyde-stairs" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-313-lobby" + "related": "/facilities/?filter[stop]=node-newtn-hyde-stairs" } }, "parent_station": { "data": { - "id": "place-haecl", + "id": "place-newtn", "type": "stop" } }, @@ -353638,27 +371504,28 @@ }, { "attributes": { - "description": "Kendall/MIT - Bottom of Escalator 450 to Carleton St", - "latitude": 42.362142, + "description": "Park Street - Bottom of escalator from Ashmont/Braintree platform to Tremont Street", + "latitude": null, "location_type": 3, - "longitude": -71.08625, - "name": "Kendall/MIT", + "longitude": null, + "name": "Park Street", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-450-platform", + "id": "node-375-platform", "links": { - "self": "/stops/node-450-platform" + "self": "/stops/node-375-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-450-platform" + "related": "/facilities/?filter[stop]=node-375-platform" } }, "parent_station": { "data": { - "id": "place-knncl", + "id": "place-pktrm", "type": "stop" } }, @@ -353670,27 +371537,28 @@ }, { "attributes": { - "description": "South Station - Silver Line level of Elevator 918", + "description": "Courthouse - Bottom of stairs for outbound platform", "latitude": null, "location_type": 3, "longitude": null, - "name": "South Station", + "name": "Courthouse", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-918-sl", + "id": "node-crtst-wtcmainstair-platform", "links": { - "self": "/stops/node-918-sl" + "self": "/stops/node-crtst-wtcmainstair-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-918-sl" + "related": "/facilities/?filter[stop]=node-crtst-wtcmainstair-platform" } }, "parent_station": { "data": { - "id": "place-sstat", + "id": "place-crtst", "type": "stop" } }, @@ -353702,27 +371570,28 @@ }, { "attributes": { - "description": "South Station - Red Line level of Elevator 901", + "description": "Haymarket - Bottom of elevator between lobby and busway", "latitude": null, "location_type": 3, "longitude": null, - "name": "South Station", + "name": "Haymarket", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-901-rl", + "id": "node-908-lobby", "links": { - "self": "/stops/node-901-rl" + "self": "/stops/node-908-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-901-rl" + "related": "/facilities/?filter[stop]=node-908-lobby" } }, "parent_station": { "data": { - "id": "place-sstat", + "id": "place-haecl", "type": "stop" } }, @@ -353734,27 +371603,28 @@ }, { "attributes": { - "description": "Symphony - Top of stairs for east entrances", + "description": "State - Top of escalator from Oak Grove platform to State St, Devonshire St", "latitude": null, "location_type": 3, "longitude": null, - "name": "Symphony", + "name": "State", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-symcl-wb-etop", + "id": "node-6-landing", "links": { - "self": "/stops/node-symcl-wb-etop" + "self": "/stops/node-6-landing" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-symcl-wb-etop" + "related": "/facilities/?filter[stop]=node-6-landing" } }, "parent_station": { "data": { - "id": "place-symcl", + "id": "place-state", "type": "stop" } }, @@ -353766,27 +371636,28 @@ }, { "attributes": { - "description": "Braintree - Bottom of Commuter Rail platform ramp", - "latitude": 42.207966, + "description": "Brookline Village - Bottom of stairs for 10 Brookline Place", + "latitude": 42.332215, "location_type": 3, - "longitude": -71.001287, - "name": "Braintree", + "longitude": -71.117499, + "name": "Brookline Village", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-brntn-crramp-bottom", + "id": "node-bvmnl-stairs-platform", "links": { - "self": "/stops/node-brntn-crramp-bottom" + "self": "/stops/node-bvmnl-stairs-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-brntn-crramp-bottom" + "related": "/facilities/?filter[stop]=node-bvmnl-stairs-platform" } }, "parent_station": { "data": { - "id": "place-brntn", + "id": "place-bvmnl", "type": "stop" } }, @@ -353798,27 +371669,28 @@ }, { "attributes": { - "description": "Ashmont - Bottom of escalator from Red Line platform to Peabody Square, busway", - "latitude": 42.28491, + "description": "Magoun Square - Bottom of Elevator 767", + "latitude": 42.393854, "location_type": 3, - "longitude": -71.064123, - "name": "Ashmont", + "longitude": -71.106485, + "name": "Magoun Square", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-437-platform", + "id": "node-767-bottom", "links": { - "self": "/stops/node-437-platform" + "self": "/stops/node-767-bottom" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-437-platform" + "related": "/facilities/?filter[stop]=node-767-bottom" } }, "parent_station": { "data": { - "id": "place-asmnl", + "id": "place-mgngl", "type": "stop" } }, @@ -353830,27 +371702,28 @@ }, { "attributes": { - "description": "Porter - Top of escalator from Alewife platform to Ashmont/Braintree platform", - "latitude": 42.388766, + "description": "Quincy Adams - Top of north stairs between lobby and platform", + "latitude": 42.233509, "location_type": 3, - "longitude": -71.119029, - "name": "Porter", + "longitude": -71.006866, + "name": "Quincy Adams", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-506-sbplatform", + "id": "node-qamnl-northstairs-top", "links": { - "self": "/stops/node-506-sbplatform" + "self": "/stops/node-qamnl-northstairs-top" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-506-sbplatform" + "related": "/facilities/?filter[stop]=node-qamnl-northstairs-top" } }, "parent_station": { "data": { - "id": "place-portr", + "id": "place-qamnl", "type": "stop" } }, @@ -353862,27 +371735,28 @@ }, { "attributes": { - "description": "North Station - Causeway St (Elevator)", - "latitude": 42.365639, - "location_type": 2, - "longitude": -71.060472, - "name": "North Station - Causeway St (Elevator)", + "description": "Oak Grove - Bottom of Orange Line elevator", + "latitude": 42.436982, + "location_type": 3, + "longitude": -71.07095, + "name": "Oak Grove", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-north-causewaye", + "id": "node-801-platform", "links": { - "self": "/stops/door-north-causewaye" + "self": "/stops/node-801-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-north-causewaye" + "related": "/facilities/?filter[stop]=node-801-platform" } }, "parent_station": { "data": { - "id": "place-north", + "id": "place-ogmnl", "type": "stop" } }, @@ -353894,27 +371768,28 @@ }, { "attributes": { - "description": "Downtown Crossing - Bottom of elevator between Alewife platform and Oak Grove platform", - "latitude": null, + "description": "North Station - Top of south stairs between Lechmere & North platform and Forest Hills, Copley & West platform", + "latitude": 42.365069, "location_type": 3, - "longitude": null, - "name": "Downtown Crossing", + "longitude": -71.060045, + "name": "North Station", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-998-rl", + "id": "node-north-southstairs-top", "links": { - "self": "/stops/node-998-rl" + "self": "/stops/node-north-southstairs-top" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-998-rl" + "related": "/facilities/?filter[stop]=node-north-southstairs-top" } }, "parent_station": { "data": { - "id": "place-dwnxg", + "id": "place-north", "type": "stop" } }, @@ -353926,22 +371801,23 @@ }, { "attributes": { - "description": "Porter - Somerville Ave, Massachusetts Ave", - "latitude": 42.388475, - "location_type": 2, - "longitude": -71.119212, - "name": "Porter - Somerville Ave, Massachusetts Ave", + "description": "Porter - Top of escalator from Alewife platform to Ashmont/Braintree platform", + "latitude": 42.388766, + "location_type": 3, + "longitude": -71.119029, + "name": "Porter", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-portr-escal", + "id": "node-506-sbplatform", "links": { - "self": "/stops/door-portr-escal" + "self": "/stops/node-506-sbplatform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-portr-escal" + "related": "/facilities/?filter[stop]=node-506-sbplatform" } }, "parent_station": { @@ -353958,27 +371834,28 @@ }, { "attributes": { - "description": "Prudential - Huntington Ave", - "latitude": 42.345791, - "location_type": 2, - "longitude": -71.081609, - "name": "Prudential - Huntington Ave", + "description": "Porter - Bottom of stairs between Commuter Rail platform and west side of Mass Ave", + "latitude": 42.388432, + "location_type": 3, + "longitude": -71.119672, + "name": "Porter", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-prmnl-huntington", + "id": "node-portr-weststairs-crplatform", "links": { - "self": "/stops/door-prmnl-huntington" + "self": "/stops/node-portr-weststairs-crplatform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-prmnl-huntington" + "related": "/facilities/?filter[stop]=node-portr-weststairs-crplatform" } }, "parent_station": { "data": { - "id": "place-prmnl", + "id": "place-portr", "type": "stop" } }, @@ -353990,27 +371867,28 @@ }, { "attributes": { - "description": "Arlington - Top of eastbound elevator", - "latitude": null, - "location_type": 3, - "longitude": null, - "name": "Arlington", + "description": "Tufts Medical Center - Tremont St, YMCA Wang", + "latitude": 42.34869, + "location_type": 2, + "longitude": -71.06531, + "name": "Tufts Medical Center - Tremont St, YMCA Wang", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, - "id": "node-963-lobby", + "id": "door-tumnl-tremont", "links": { - "self": "/stops/node-963-lobby" + "self": "/stops/door-tumnl-tremont" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-963-lobby" + "related": "/facilities/?filter[stop]=door-tumnl-tremont" } }, "parent_station": { "data": { - "id": "place-armnl", + "id": "place-tumnl", "type": "stop" } }, @@ -354022,27 +371900,28 @@ }, { "attributes": { - "description": "Charles/MGH - Bottom of Alewife platform stairs", - "latitude": 42.361238, + "description": "Downtown Crossing - Top of stairs between Oak Grove platform and Ashmont/Braintree platform", + "latitude": null, "location_type": 3, - "longitude": -71.070396, - "name": "Charles/MGH", + "longitude": null, + "name": "Downtown Crossing", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-chmnl-nbstairs-lobby", + "id": "node-dwnxg-stair7-ol", "links": { - "self": "/stops/node-chmnl-nbstairs-lobby" + "self": "/stops/node-dwnxg-stair7-ol" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-chmnl-nbstairs-lobby" + "related": "/facilities/?filter[stop]=node-dwnxg-stair7-ol" } }, "parent_station": { "data": { - "id": "place-chmnl", + "id": "place-dwnxg", "type": "stop" } }, @@ -354054,22 +371933,23 @@ }, { "attributes": { - "description": "Airport - Top of Elevator 955", - "latitude": 42.374447, + "description": "Airport - Bottom of Elevator 932", + "latitude": 42.374562, "location_type": 3, - "longitude": -71.030429, + "longitude": -71.03024, "name": "Airport", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-955-bridge", + "id": "node-932-platform", "links": { - "self": "/stops/node-955-bridge" + "self": "/stops/node-932-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-955-bridge" + "related": "/facilities/?filter[stop]=node-932-platform" } }, "parent_station": { @@ -354086,27 +371966,28 @@ }, { "attributes": { - "description": "Magoun Square - Bottom of Elevator 767", - "latitude": 42.393854, + "description": "Andrew - Top of inbound lobby ramp", + "latitude": null, "location_type": 3, - "longitude": -71.106485, - "name": "Magoun Square", + "longitude": null, + "name": "Andrew", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-767-bottom", + "id": "node-andrw-ibramp-top", "links": { - "self": "/stops/node-767-bottom" + "self": "/stops/node-andrw-ibramp-top" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-767-bottom" + "related": "/facilities/?filter[stop]=node-andrw-ibramp-top" } }, "parent_station": { "data": { - "id": "place-mgngl", + "id": "place-andrw", "type": "stop" } }, @@ -354118,27 +371999,28 @@ }, { "attributes": { - "description": "Beachmont - Winthrop Ave", - "latitude": 42.397551, - "location_type": 2, - "longitude": -70.992358, - "name": "Beachmont - Winthrop Ave", + "description": "Davis - Bottom of northern stairs for platform", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "Davis", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-bmmnl-main", + "id": "node-davis-341stair-platform", "links": { - "self": "/stops/door-bmmnl-main" + "self": "/stops/node-davis-341stair-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-bmmnl-main" + "related": "/facilities/?filter[stop]=node-davis-341stair-platform" } }, "parent_station": { "data": { - "id": "place-bmmnl", + "id": "place-davis", "type": "stop" } }, @@ -354150,27 +372032,28 @@ }, { "attributes": { - "description": "Park Street - Top of stairs between Red Line center platform and Winter Street Concourse", - "latitude": null, + "description": "Alewife - Bottom of Escalator 352 from platform to concourse", + "latitude": 42.396162, "location_type": 3, - "longitude": null, - "name": "Park Street", + "longitude": -71.141226, + "name": "Alewife", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-pktrm-stair4-lobby", + "id": "node-352-bottom", "links": { - "self": "/stops/node-pktrm-stair4-lobby" + "self": "/stops/node-352-bottom" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-pktrm-stair4-lobby" + "related": "/facilities/?filter[stop]=node-352-bottom" } }, "parent_station": { "data": { - "id": "place-pktrm", + "id": "place-alfcl", "type": "stop" } }, @@ -354182,27 +372065,28 @@ }, { "attributes": { - "description": "Harvard - Ramp between Ashmont/Braintree platform and fare gates", - "latitude": null, + "description": "Alewife - Paid side of fare gates", + "latitude": 42.39609, "location_type": 3, - "longitude": null, - "name": "Harvard", + "longitude": -71.139641, + "name": "Alewife", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-harsq-sbramp-platform", + "id": "node-alfcl-russell-farepaid", "links": { - "self": "/stops/node-harsq-sbramp-platform" + "self": "/stops/node-alfcl-russell-farepaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-harsq-sbramp-platform" + "related": "/facilities/?filter[stop]=node-alfcl-russell-farepaid" } }, "parent_station": { "data": { - "id": "place-harsq", + "id": "place-alfcl", "type": "stop" } }, @@ -354214,27 +372098,28 @@ }, { "attributes": { - "description": "North Quincy - Top of elevator between platform and Hancock Street, Newport Avenue lobby", - "latitude": 42.27622, + "description": "Alewife - Top of north stairs between concourse and busway", + "latitude": 42.395971, "location_type": 3, - "longitude": -71.030607, - "name": "North Quincy", + "longitude": -71.141679, + "name": "Alewife", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-899-lobby", + "id": "node-alfcl-buswaynorthstairs-top", "links": { - "self": "/stops/node-899-lobby" + "self": "/stops/node-alfcl-buswaynorthstairs-top" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-899-lobby" + "related": "/facilities/?filter[stop]=node-alfcl-buswaynorthstairs-top" } }, "parent_station": { "data": { - "id": "place-nqncy", + "id": "place-alfcl", "type": "stop" } }, @@ -354246,27 +372131,28 @@ }, { "attributes": { - "description": "South Station - Top of stairs from drop-off only platform", + "description": "Downtown Crossing - Bottom of escalator from Ashmont/Braintree platform to Oak Grove platform", "latitude": null, "location_type": 3, "longitude": null, - "name": "South Station", + "name": "Downtown Crossing", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-sstat-400sl-middle", + "id": "node-331-rl", "links": { - "self": "/stops/node-sstat-400sl-middle" + "self": "/stops/node-331-rl" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-sstat-400sl-middle" + "related": "/facilities/?filter[stop]=node-331-rl" } }, "parent_station": { "data": { - "id": "place-sstat", + "id": "place-dwnxg", "type": "stop" } }, @@ -354278,27 +372164,28 @@ }, { "attributes": { - "description": "Porter - Bottom of stairs between Commuter Rail platform and east side of Mass Ave", - "latitude": 42.388218, + "description": "Ashmont - Top of escalator from Red Line platform to Peabody Square, busway", + "latitude": 42.284978, "location_type": 3, - "longitude": -71.118983, - "name": "Porter", + "longitude": -71.064163, + "name": "Ashmont", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-portr-eaststairs-crplatform", + "id": "node-437-lobby", "links": { - "self": "/stops/node-portr-eaststairs-crplatform" + "self": "/stops/node-437-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-portr-eaststairs-crplatform" + "related": "/facilities/?filter[stop]=node-437-lobby" } }, "parent_station": { "data": { - "id": "place-portr", + "id": "place-asmnl", "type": "stop" } }, @@ -354310,27 +372197,28 @@ }, { "attributes": { - "description": "Massachusetts Avenue - Southwest Corridor Park", - "latitude": 42.341364, - "location_type": 2, - "longitude": -71.083434, - "name": "Massachusetts Avenue - Southwest Corridor Park", + "description": "North Station - Unpaid side of fare gates", + "latitude": 42.365642, + "location_type": 3, + "longitude": -71.060548, + "name": "North Station", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-masta-side", + "id": "node-north-causeway-fareunpaid", "links": { - "self": "/stops/door-masta-side" + "self": "/stops/node-north-causeway-fareunpaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-masta-side" + "related": "/facilities/?filter[stop]=node-north-causeway-fareunpaid" } }, "parent_station": { "data": { - "id": "place-masta", + "id": "place-north", "type": "stop" } }, @@ -354342,27 +372230,28 @@ }, { "attributes": { - "description": "Government Center - Top of escalator from Green Line to plaza", - "latitude": 42.359611, + "description": "Wood Island - Top of Elevator 890 (outside fare control)", + "latitude": 42.379529, "location_type": 3, - "longitude": -71.0593, - "name": "Government Center", + "longitude": -71.022854, + "name": "Wood Island", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-445-lobby", + "id": "node-890-unpaidbridge", "links": { - "self": "/stops/node-445-lobby" + "self": "/stops/node-890-unpaidbridge" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-445-lobby" + "related": "/facilities/?filter[stop]=node-890-unpaidbridge" } }, "parent_station": { "data": { - "id": "place-gover", + "id": "place-wimnl", "type": "stop" } }, @@ -354374,27 +372263,28 @@ }, { "attributes": { - "description": "Courthouse - Top of escalator from South Station platform to exit-only gates", - "latitude": null, + "description": "Malden Center - Bottom of stairs from Commercial Street", + "latitude": 42.426846, "location_type": 3, - "longitude": null, - "name": "Courthouse", + "longitude": -71.074036, + "name": "Malden Center", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-416-lobby", + "id": "node-mlmnl-commstair-bus", "links": { - "self": "/stops/node-416-lobby" + "self": "/stops/node-mlmnl-commstair-bus" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-416-lobby" + "related": "/facilities/?filter[stop]=node-mlmnl-commstair-bus" } }, "parent_station": { "data": { - "id": "place-crtst", + "id": "place-mlmnl", "type": "stop" } }, @@ -354406,27 +372296,28 @@ }, { "attributes": { - "description": "Ruggles - Bottom of Orange Line north platform escalator", - "latitude": null, + "description": "Fenway - Bottom of stairs for Park Drive", + "latitude": 42.34534, "location_type": 3, - "longitude": null, - "name": "Ruggles", + "longitude": -71.104235, + "name": "Fenway", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-137-platform", + "id": "node-fenwy-stairs-platform", "links": { - "self": "/stops/node-137-platform" + "self": "/stops/node-fenwy-stairs-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-137-platform" + "related": "/facilities/?filter[stop]=node-fenwy-stairs-platform" } }, "parent_station": { "data": { - "id": "place-rugg", + "id": "place-fenwy", "type": "stop" } }, @@ -354438,27 +372329,28 @@ }, { "attributes": { - "description": "South Station - Bottom of Escalator 424", + "description": "Park Street - Unpaid side of fare gates", "latitude": null, "location_type": 3, "longitude": null, - "name": "South Station", + "name": "Park Street", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-424-lobby", + "id": "node-pktrm-tremstairfare-unpaid", "links": { - "self": "/stops/node-424-lobby" + "self": "/stops/node-pktrm-tremstairfare-unpaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-424-lobby" + "related": "/facilities/?filter[stop]=node-pktrm-tremstairfare-unpaid" } }, "parent_station": { "data": { - "id": "place-sstat", + "id": "place-pktrm", "type": "stop" } }, @@ -354470,27 +372362,28 @@ }, { "attributes": { - "description": "Assembly - Paid side of fare gates", - "latitude": 42.39219, + "description": "Airport - Top of Escalator 410", + "latitude": 42.37447, "location_type": 3, - "longitude": -71.077269, - "name": "Assembly", + "longitude": -71.030262, + "name": "Airport", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-astao-rev-farepaid", + "id": "node-410-bridge", "links": { - "self": "/stops/node-astao-rev-farepaid" + "self": "/stops/node-410-bridge" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-astao-rev-farepaid" + "related": "/facilities/?filter[stop]=node-410-bridge" } }, "parent_station": { "data": { - "id": "place-astao", + "id": "place-aport", "type": "stop" } }, @@ -354502,27 +372395,28 @@ }, { "attributes": { - "description": "Back Bay - Dartmouth St (North)", - "latitude": 42.347584, - "location_type": 2, - "longitude": -71.0759, - "name": "Back Bay - Dartmouth St (North)", + "description": "Forest Hills - Bottom of south lower busway stairs", + "latitude": 42.300448, + "location_type": 3, + "longitude": -71.113793, + "name": "Forest Hills", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-bbsta-dartmn", + "id": "node-forhl-slowbusstairs-busway", "links": { - "self": "/stops/door-bbsta-dartmn" + "self": "/stops/node-forhl-slowbusstairs-busway" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-bbsta-dartmn" + "related": "/facilities/?filter[stop]=node-forhl-slowbusstairs-busway" } }, "parent_station": { "data": { - "id": "place-bbsta", + "id": "place-forhl", "type": "stop" } }, @@ -354534,27 +372428,28 @@ }, { "attributes": { - "description": "JFK/UMass - Unpaid side of exit-only gates", - "latitude": 42.321341, + "description": "Downtown Crossing - Top of elevator between Alewife platform and Oak Grove platform", + "latitude": null, "location_type": 3, - "longitude": -71.05258, - "name": "JFK/UMass", + "longitude": null, + "name": "Downtown Crossing", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-jfk-ashcolfareunpaid", + "id": "node-999-ol", "links": { - "self": "/stops/node-jfk-ashcolfareunpaid" + "self": "/stops/node-999-ol" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-jfk-ashcolfareunpaid" + "related": "/facilities/?filter[stop]=node-999-ol" } }, "parent_station": { "data": { - "id": "place-jfk", + "id": "place-dwnxg", "type": "stop" } }, @@ -354566,27 +372461,28 @@ }, { "attributes": { - "description": "Back Bay - Station side of exit-only door", + "description": "Kenmore - Unpaid side of fare gates", "latitude": null, "location_type": 3, "longitude": null, - "name": "Back Bay", + "name": "Kenmore", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-bbsta-dartexit-farepaid", + "id": "node-kencl-fareunpaid", "links": { - "self": "/stops/node-bbsta-dartexit-farepaid" + "self": "/stops/node-kencl-fareunpaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-bbsta-dartexit-farepaid" + "related": "/facilities/?filter[stop]=node-kencl-fareunpaid" } }, "parent_station": { "data": { - "id": "place-bbsta", + "id": "place-kencl", "type": "stop" } }, @@ -354598,27 +372494,28 @@ }, { "attributes": { - "description": "Union Square - Top of Prospect St Elevator 771", - "latitude": 42.377604, + "description": "Park Street - Bottom of stairs between Red Line center platform and Government Center & North platform", + "latitude": null, "location_type": 3, - "longitude": -71.095025, - "name": "Union Square", + "longitude": null, + "name": "Park Street", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-771-top", + "id": "node-pktrm-cpebstairs-rl", "links": { - "self": "/stops/node-771-top" + "self": "/stops/node-pktrm-cpebstairs-rl" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-771-top" + "related": "/facilities/?filter[stop]=node-pktrm-cpebstairs-rl" } }, "parent_station": { "data": { - "id": "place-unsqu", + "id": "place-pktrm", "type": "stop" } }, @@ -354630,27 +372527,28 @@ }, { "attributes": { - "description": "Amory Street - Amory St", - "latitude": 42.350922, - "location_type": 2, - "longitude": -71.113846, - "name": "Amory Street - Amory St", + "description": "Chinatown - Unpaid side of fare gates", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "Chinatown", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-amory-wbamory", + "id": "node-chncl-fhfareunpaid", "links": { - "self": "/stops/door-amory-wbamory" + "self": "/stops/node-chncl-fhfareunpaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-amory-wbamory" + "related": "/facilities/?filter[stop]=node-chncl-fhfareunpaid" } }, "parent_station": { "data": { - "id": "place-amory", + "id": "place-chncl", "type": "stop" } }, @@ -354662,27 +372560,28 @@ }, { "attributes": { - "description": "Quincy Center - Bottom of Escalator 330", - "latitude": 42.251767, + "description": "Porter - Alewife platform level of Red Line, lobby elevator", + "latitude": 42.388489, "location_type": 3, - "longitude": -71.005383, - "name": "Quincy Center", + "longitude": -71.119066, + "name": "Porter", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-330-platform", + "id": "node-987-nbplatform", "links": { - "self": "/stops/node-330-platform" + "self": "/stops/node-987-nbplatform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-330-platform" + "related": "/facilities/?filter[stop]=node-987-nbplatform" } }, "parent_station": { "data": { - "id": "place-qnctr", + "id": "place-portr", "type": "stop" } }, @@ -354694,27 +372593,28 @@ }, { "attributes": { - "description": "Kendall/MIT - Paid side of fare gates", + "description": "Arlington - Top of stairs from westbound escalator", "latitude": null, "location_type": 3, "longitude": null, - "name": "Kendall/MIT", + "name": "Arlington", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-knncl-sbsec-farepaid", + "id": "node-armnl-wescstairs-escalator", "links": { - "self": "/stops/node-knncl-sbsec-farepaid" + "self": "/stops/node-armnl-wescstairs-escalator" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-knncl-sbsec-farepaid" + "related": "/facilities/?filter[stop]=node-armnl-wescstairs-escalator" } }, "parent_station": { "data": { - "id": "place-knncl", + "id": "place-armnl", "type": "stop" } }, @@ -354726,27 +372626,28 @@ }, { "attributes": { - "description": "State - Unpaid side of fare gates", - "latitude": null, - "location_type": 3, - "longitude": null, - "name": "State", + "description": "Forest Hills - Arborway, Arnold Arboretum, South St, Washington St (Jamaica Plain)", + "latitude": 42.300934, + "location_type": 2, + "longitude": -71.11382, + "name": "Forest Hills - Arborway, Arnold Arboretum, South St, Washington St (Jamaica Plain)", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-state-oldstate-fareunpaid", + "id": "door-forhl-arborway", "links": { - "self": "/stops/node-state-oldstate-fareunpaid" + "self": "/stops/door-forhl-arborway" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-state-oldstate-fareunpaid" + "related": "/facilities/?filter[stop]=door-forhl-arborway" } }, "parent_station": { "data": { - "id": "place-state", + "id": "place-forhl", "type": "stop" } }, @@ -354758,27 +372659,28 @@ }, { "attributes": { - "description": "Porter - Top of Commuter Rail platform ramp", - "latitude": 42.388241, + "description": "Massachusetts Avenue - Paid side of exit-only gates", + "latitude": 42.340418, "location_type": 3, - "longitude": -71.119118, - "name": "Porter", + "longitude": -71.084757, + "name": "Massachusetts Avenue", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-portr-crramp-minihigh", + "id": "node-masta-camfarepaid", "links": { - "self": "/stops/node-portr-crramp-minihigh" + "self": "/stops/node-masta-camfarepaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-portr-crramp-minihigh" + "related": "/facilities/?filter[stop]=node-masta-camfarepaid" } }, "parent_station": { "data": { - "id": "place-portr", + "id": "place-masta", "type": "stop" } }, @@ -354790,27 +372692,28 @@ }, { "attributes": { - "description": "Aquarium - Bottom of escalator from Bowdoin platform to State Street", - "latitude": null, + "description": "Charles/MGH - Top of Elevator 951", + "latitude": 42.361078, "location_type": 3, - "longitude": null, - "name": "Aquarium", + "longitude": -71.070472, + "name": "Charles/MGH", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-395-platform", + "id": "node-951-platform", "links": { - "self": "/stops/node-395-platform" + "self": "/stops/node-951-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-395-platform" + "related": "/facilities/?filter[stop]=node-951-platform" } }, "parent_station": { "data": { - "id": "place-aqucl", + "id": "place-chmnl", "type": "stop" } }, @@ -354822,27 +372725,28 @@ }, { "attributes": { - "description": "Courthouse - Top of stairs for outbound platform", - "latitude": null, + "description": "Oak Grove - Top of Washington Street stairs", + "latitude": 42.436908, "location_type": 3, - "longitude": null, - "name": "Courthouse", + "longitude": -71.071099, + "name": "Oak Grove", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-crtst-wtcmainstair-lobby", + "id": "node-ogmnl-washstair-lobby", "links": { - "self": "/stops/node-crtst-wtcmainstair-lobby" + "self": "/stops/node-ogmnl-washstair-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-crtst-wtcmainstair-lobby" + "related": "/facilities/?filter[stop]=node-ogmnl-washstair-lobby" } }, "parent_station": { "data": { - "id": "place-crtst", + "id": "place-ogmnl", "type": "stop" } }, @@ -354854,27 +372758,28 @@ }, { "attributes": { - "description": "Aquarium - Top of escalator from Bowdoin platform to State Street", - "latitude": null, + "description": "Maverick - Bottom of elevator between Lewis Mall and lobby", + "latitude": 42.3681, "location_type": 3, - "longitude": null, - "name": "Aquarium", + "longitude": -71.040365, + "name": "Maverick", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-395-lobby", + "id": "node-966-lobby", "links": { - "self": "/stops/node-395-lobby" + "self": "/stops/node-966-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-395-lobby" + "related": "/facilities/?filter[stop]=node-966-lobby" } }, "parent_station": { "data": { - "id": "place-aqucl", + "id": "place-mvbcl", "type": "stop" } }, @@ -354886,27 +372791,28 @@ }, { "attributes": { - "description": "Hynes Convention Center - Top of stairs for Park Street & North", - "latitude": null, + "description": "Malden Center - Paid side of fare gates", + "latitude": 42.426814, "location_type": 3, - "longitude": null, - "name": "Hynes Convention Center", + "longitude": -71.074214, + "name": "Malden Center", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-hymnl-ebstairs-lobby", + "id": "node-mlmnl-farepaid", "links": { - "self": "/stops/node-hymnl-ebstairs-lobby" + "self": "/stops/node-mlmnl-farepaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-hymnl-ebstairs-lobby" + "related": "/facilities/?filter[stop]=node-mlmnl-farepaid" } }, "parent_station": { "data": { - "id": "place-hymnl", + "id": "place-mlmnl", "type": "stop" } }, @@ -354918,27 +372824,28 @@ }, { "attributes": { - "description": "Sullivan Square - Bottom of Escalator 308", - "latitude": null, + "description": "Airport - Bottom of Escalator 408", + "latitude": 42.374207, "location_type": 3, - "longitude": null, - "name": "Sullivan Square", + "longitude": -71.030049, + "name": "Airport", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-308-platform", + "id": "node-408-platform", "links": { - "self": "/stops/node-308-platform" + "self": "/stops/node-408-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-308-platform" + "related": "/facilities/?filter[stop]=node-408-platform" } }, "parent_station": { "data": { - "id": "place-sull", + "id": "place-aport", "type": "stop" } }, @@ -354950,27 +372857,28 @@ }, { "attributes": { - "description": "Ruggles - Unpaid side of exit-only gates", + "description": "Kenmore - Bottom of escalator from Park Street & North platform", "latitude": null, "location_type": 3, "longitude": null, - "name": "Ruggles", + "name": "Kenmore", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-rugg-olexit-fareunpaid", + "id": "node-432-platform", "links": { - "self": "/stops/node-rugg-olexit-fareunpaid" + "self": "/stops/node-432-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-rugg-olexit-fareunpaid" + "related": "/facilities/?filter[stop]=node-432-platform" } }, "parent_station": { "data": { - "id": "place-rugg", + "id": "place-kencl", "type": "stop" } }, @@ -354982,27 +372890,28 @@ }, { "attributes": { - "description": "North Quincy - Bottom of stairs between platform and Squantum Street lobby", - "latitude": 42.275315, + "description": "Quincy Adams - Fifth floor garage lobby", + "latitude": 42.233083, "location_type": 3, - "longitude": -71.029663, - "name": "North Quincy", + "longitude": -71.007196, + "name": "Quincy Adams", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-nqncy-spstair-platform", + "id": "node-qamnl-fifth-lobby", "links": { - "self": "/stops/node-nqncy-spstair-platform" + "self": "/stops/node-qamnl-fifth-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-nqncy-spstair-platform" + "related": "/facilities/?filter[stop]=node-qamnl-fifth-lobby" } }, "parent_station": { "data": { - "id": "place-nqncy", + "id": "place-qamnl", "type": "stop" } }, @@ -355014,27 +372923,28 @@ }, { "attributes": { - "description": "Alewife - Russell Field", - "latitude": 42.39606, - "location_type": 2, - "longitude": -71.139575, - "name": "Alewife - Russell Field", + "description": "Quincy Center - Paid side of fare gates", + "latitude": 42.251593, + "location_type": 3, + "longitude": -71.005255, + "name": "Quincy Center", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-alfcl-russell", + "id": "node-qnctr-farepaid", "links": { - "self": "/stops/door-alfcl-russell" + "self": "/stops/node-qnctr-farepaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-alfcl-russell" + "related": "/facilities/?filter[stop]=node-qnctr-farepaid" } }, "parent_station": { "data": { - "id": "place-alfcl", + "id": "place-qnctr", "type": "stop" } }, @@ -355046,27 +372956,28 @@ }, { "attributes": { - "description": "Lechmere - Busway, North First St", - "latitude": 42.3717, - "location_type": 2, - "longitude": -71.076726, - "name": "Lechmere - Busway, North First St", + "description": "Government Center - Paid side of fare gates", + "latitude": 42.359714, + "location_type": 3, + "longitude": -71.05936, + "name": "Government Center", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-lech-firstracks", + "id": "node-gover-farepaid", "links": { - "self": "/stops/door-lech-firstracks" + "self": "/stops/node-gover-farepaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-lech-firstracks" + "related": "/facilities/?filter[stop]=node-gover-farepaid" } }, "parent_station": { "data": { - "id": "place-lech", + "id": "place-gover", "type": "stop" } }, @@ -355078,27 +372989,28 @@ }, { "attributes": { - "description": "West Newton - Washington St (West)", - "latitude": 42.347664, - "location_type": 2, - "longitude": -71.232233, - "name": "West Newton - Washington St (West)", + "description": "South Station - Bottom of Escalator 398", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "South Station", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-WML-0091-wbwas", + "id": "node-398-rl", "links": { - "self": "/stops/door-WML-0091-wbwas" + "self": "/stops/node-398-rl" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-WML-0091-wbwas" + "related": "/facilities/?filter[stop]=node-398-rl" } }, "parent_station": { "data": { - "id": "place-WML-0091", + "id": "place-sstat", "type": "stop" } }, @@ -355110,27 +373022,28 @@ }, { "attributes": { - "description": "JFK/UMass - Top of stairs from Ashmont, Alewife platform and Columbia Road", - "latitude": 42.321284, - "location_type": 3, - "longitude": -71.052585, - "name": "JFK/UMass", + "description": "Cedar Grove - Hillsdale St", + "latitude": 42.279969, + "location_type": 2, + "longitude": -71.061122, + "name": "Cedar Grove - Hillsdale St", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-jfk-ashcolstair-lobby", + "id": "door-cedgr-hillsdale", "links": { - "self": "/stops/node-jfk-ashcolstair-lobby" + "self": "/stops/door-cedgr-hillsdale" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-jfk-ashcolstair-lobby" + "related": "/facilities/?filter[stop]=door-cedgr-hillsdale" } }, "parent_station": { "data": { - "id": "place-jfk", + "id": "place-cedgr", "type": "stop" } }, @@ -355142,27 +373055,28 @@ }, { "attributes": { - "description": "Gilman Square - Bottom of stairs for Medford St", - "latitude": 42.387746, + "description": "South Station - Bottom of escalators from Commuter Rail concourse", + "latitude": null, "location_type": 3, - "longitude": -71.096354, - "name": "Gilman Square", + "longitude": null, + "name": "South Station", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-gilmn-medstairs-bottom", + "id": "node-sstat-bldgescdown-lobby", "links": { - "self": "/stops/node-gilmn-medstairs-bottom" + "self": "/stops/node-sstat-bldgescdown-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-gilmn-medstairs-bottom" + "related": "/facilities/?filter[stop]=node-sstat-bldgescdown-lobby" } }, "parent_station": { "data": { - "id": "place-gilmn", + "id": "place-sstat", "type": "stop" } }, @@ -355174,27 +373088,28 @@ }, { "attributes": { - "description": "North Quincy - Bottom of escalator from platform to Hancock Street, Newport Avenue lobby", - "latitude": 42.276301, + "description": "Assembly - Bottom of Elevator 716", + "latitude": 42.393273, "location_type": 3, - "longitude": -71.030679, - "name": "North Quincy", + "longitude": -71.077612, + "name": "Assembly", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-326-platform", + "id": "node-astao-716-ground", "links": { - "self": "/stops/node-326-platform" + "self": "/stops/node-astao-716-ground" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-326-platform" + "related": "/facilities/?filter[stop]=node-astao-716-ground" } }, "parent_station": { "data": { - "id": "place-nqncy", + "id": "place-astao", "type": "stop" } }, @@ -355206,27 +373121,28 @@ }, { "attributes": { - "description": "Ashmont - Bottom of elevator between Red Line platform and lobby, busway, Mattapan Line", - "latitude": 42.284479, - "location_type": 3, - "longitude": -71.063875, - "name": "Ashmont", + "description": "Arlington - Public Garden ", + "latitude": 42.352, + "location_type": 2, + "longitude": -71.070864, + "name": "Arlington - Public Garden ", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, - "id": "node-970-platform", + "id": "door-armnl-garden", "links": { - "self": "/stops/node-970-platform" + "self": "/stops/door-armnl-garden" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-970-platform" + "related": "/facilities/?filter[stop]=door-armnl-garden" } }, "parent_station": { "data": { - "id": "place-asmnl", + "id": "place-armnl", "type": "stop" } }, @@ -355238,27 +373154,28 @@ }, { "attributes": { - "description": "Newtonville - Harvard St", - "latitude": 42.352499, - "location_type": 2, - "longitude": -71.202209, - "name": "Newtonville - Harvard St", + "description": "South Station - Top of Elevator 919", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "South Station", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-WML-0081-harvard", + "id": "node-919-sl", "links": { - "self": "/stops/door-WML-0081-harvard" + "self": "/stops/node-919-sl" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-WML-0081-harvard" + "related": "/facilities/?filter[stop]=node-919-sl" } }, "parent_station": { "data": { - "id": "place-WML-0081", + "id": "place-sstat", "type": "stop" } }, @@ -355270,27 +373187,28 @@ }, { "attributes": { - "description": "Courthouse - Bottom of escalator from outbound platform to exit-only gates", + "description": "Prudential - Bottom of stairs for elevator", "latitude": null, "location_type": 3, "longitude": null, - "name": "Courthouse", + "name": "Prudential", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-417-platform", + "id": "node-prmnl-921stair-platform", "links": { - "self": "/stops/node-417-platform" + "self": "/stops/node-prmnl-921stair-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-417-platform" + "related": "/facilities/?filter[stop]=node-prmnl-921stair-platform" } }, "parent_station": { "data": { - "id": "place-crtst", + "id": "place-prmnl", "type": "stop" } }, @@ -355302,27 +373220,28 @@ }, { "attributes": { - "description": "Government Center - Top of escalator from Green Line to plaza", - "latitude": 42.359727, + "description": "Courthouse - Bottom of elevator between Fan Pier Boulevard and lobby", + "latitude": null, "location_type": 3, - "longitude": -71.059203, - "name": "Government Center", + "longitude": null, + "name": "Courthouse", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-444-lobby", + "id": "node-940-lobby", "links": { - "self": "/stops/node-444-lobby" + "self": "/stops/node-940-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-444-lobby" + "related": "/facilities/?filter[stop]=node-940-lobby" } }, "parent_station": { "data": { - "id": "place-gover", + "id": "place-crtst", "type": "stop" } }, @@ -355334,27 +373253,28 @@ }, { "attributes": { - "description": "Kenmore - Top of westbound platform elevator", - "latitude": 42.349006, + "description": "State - Top of stairs between Forest Hills passageway and Oak Grove platform", + "latitude": null, "location_type": 3, - "longitude": -71.095367, - "name": "Kenmore", + "longitude": null, + "name": "State", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-971-lobby", + "id": "node-state-olpassagestairs-sbplatform", "links": { - "self": "/stops/node-971-lobby" + "self": "/stops/node-state-olpassagestairs-sbplatform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-971-lobby" + "related": "/facilities/?filter[stop]=node-state-olpassagestairs-sbplatform" } }, "parent_station": { "data": { - "id": "place-kencl", + "id": "place-state", "type": "stop" } }, @@ -355366,27 +373286,28 @@ }, { "attributes": { - "description": "Park Street - Top of stairs between Ashmont/Braintree platform and Government Center & North platform", - "latitude": null, + "description": "Quincy Adams - Sixth floor garage lobby", + "latitude": 42.233083, "location_type": 3, - "longitude": null, - "name": "Park Street", + "longitude": -71.007196, + "name": "Quincy Adams", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-pktrm-stair8-gl", + "id": "node-qamnl-sixth-lobby", "links": { - "self": "/stops/node-pktrm-stair8-gl" + "self": "/stops/node-qamnl-sixth-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-pktrm-stair8-gl" + "related": "/facilities/?filter[stop]=node-qamnl-sixth-lobby" } }, "parent_station": { "data": { - "id": "place-pktrm", + "id": "place-qamnl", "type": "stop" } }, @@ -355398,27 +373319,28 @@ }, { "attributes": { - "description": "Tufts Medical Center - Bottom of Escalator 149", + "description": "State - Top of escalator from Oak Grove platform to Wonderland platform, State St, Devonshire St", "latitude": null, "location_type": 3, "longitude": null, - "name": "Tufts Medical Center", + "name": "State", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-149-platform", + "id": "node-501-sbplatform", "links": { - "self": "/stops/node-149-platform" + "self": "/stops/node-501-sbplatform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-149-platform" + "related": "/facilities/?filter[stop]=node-501-sbplatform" } }, "parent_station": { "data": { - "id": "place-tumnl", + "id": "place-state", "type": "stop" } }, @@ -355430,27 +373352,28 @@ }, { "attributes": { - "description": "Butler - Branchfield St, Butler St", - "latitude": 42.272469, - "location_type": 2, - "longitude": -71.062579, - "name": "Butler - Branchfield St, Butler St", + "description": "Fields Corner - Top of elevator for Alewife platform", + "latitude": 42.30014, + "location_type": 3, + "longitude": -71.061747, + "name": "Fields Corner", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-butlr-branchfield", + "id": "node-957-platform", "links": { - "self": "/stops/door-butlr-branchfield" + "self": "/stops/node-957-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-butlr-branchfield" + "related": "/facilities/?filter[stop]=node-957-platform" } }, "parent_station": { "data": { - "id": "place-butlr", + "id": "place-fldcr", "type": "stop" } }, @@ -355462,27 +373385,28 @@ }, { "attributes": { - "description": "Forest Hills - Top of Commuter Rail elevator", - "latitude": 42.300838, + "description": "Braintree - Bottom of Red Line platform elevator", + "latitude": 42.207528, "location_type": 3, - "longitude": -71.113793, - "name": "Forest Hills", + "longitude": -71.00167, + "name": "Braintree", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-841-lobby", + "id": "node-811-lobby", "links": { - "self": "/stops/node-841-lobby" + "self": "/stops/node-811-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-841-lobby" + "related": "/facilities/?filter[stop]=node-811-lobby" } }, "parent_station": { "data": { - "id": "place-forhl", + "id": "place-brntn", "type": "stop" } }, @@ -355494,27 +373418,28 @@ }, { "attributes": { - "description": "Massachusetts Avenue - Top of stairs to south end of underpass", - "latitude": 42.341518, + "description": "Porter - Top of escalator to lobby from Red Line platforms", + "latitude": 42.388462, "location_type": 3, - "longitude": -71.083571, - "name": "Massachusetts Avenue", + "longitude": -71.118802, + "name": "Porter", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-masta-undersouth-lobby", + "id": "node-510-lobby", "links": { - "self": "/stops/node-masta-undersouth-lobby" + "self": "/stops/node-510-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-masta-undersouth-lobby" + "related": "/facilities/?filter[stop]=node-510-lobby" } }, "parent_station": { "data": { - "id": "place-masta", + "id": "place-portr", "type": "stop" } }, @@ -355526,27 +373451,28 @@ }, { "attributes": { - "description": "South Station - Bottom of stairs for Ashmont/Braintree", - "latitude": null, + "description": "Government Center - Top of elevator between plaza and Green Line", + "latitude": 42.359606, "location_type": 3, - "longitude": null, - "name": "South Station", + "longitude": -71.059409, + "name": "Government Center", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-sstat-390stair-rl", + "id": "node-721-lobby", "links": { - "self": "/stops/node-sstat-390stair-rl" + "self": "/stops/node-721-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-sstat-390stair-rl" + "related": "/facilities/?filter[stop]=node-721-lobby" } }, "parent_station": { "data": { - "id": "place-sstat", + "id": "place-gover", "type": "stop" } }, @@ -355558,27 +373484,28 @@ }, { "attributes": { - "description": "Symphony - Top of stairs for entrances", - "latitude": null, - "location_type": 3, - "longitude": null, - "name": "Symphony", + "description": "Quincy Adams - Independence Avenue", + "latitude": 42.233436, + "location_type": 2, + "longitude": -71.006137, + "name": "Quincy Adams - Independence Avenue", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-symcl-eb-midtop", + "id": "door-qamnl-indep", "links": { - "self": "/stops/node-symcl-eb-midtop" + "self": "/stops/door-qamnl-indep" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-symcl-eb-midtop" + "related": "/facilities/?filter[stop]=door-qamnl-indep" } }, "parent_station": { "data": { - "id": "place-symcl", + "id": "place-qamnl", "type": "stop" } }, @@ -355590,27 +373517,28 @@ }, { "attributes": { - "description": "Oak Grove - Bottom of Orange Line elevator", - "latitude": 42.436982, + "description": "Ashmont - Paid side of fare gates", + "latitude": 42.283572, "location_type": 3, - "longitude": -71.070951, - "name": "Oak Grove", + "longitude": -71.06297, + "name": "Ashmont", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-743-platform", + "id": "node-asmnl-radfarepaid", "links": { - "self": "/stops/node-743-platform" + "self": "/stops/node-asmnl-radfarepaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-743-platform" + "related": "/facilities/?filter[stop]=node-asmnl-radfarepaid" } }, "parent_station": { "data": { - "id": "place-ogmnl", + "id": "place-asmnl", "type": "stop" } }, @@ -355622,27 +373550,28 @@ }, { "attributes": { - "description": "Wood Island - Paid side of fare gates", - "latitude": 42.379793, + "description": "Airport - Bottom of stairs on Wonderland, Busway side", + "latitude": 42.374156, "location_type": 3, - "longitude": -71.022981, - "name": "Wood Island", + "longitude": -71.030072, + "name": "Airport", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-wimnl-benn-farepaid", + "id": "node-aport-ebpaidstairs-platform", "links": { - "self": "/stops/node-wimnl-benn-farepaid" + "self": "/stops/node-aport-ebpaidstairs-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-wimnl-benn-farepaid" + "related": "/facilities/?filter[stop]=node-aport-ebpaidstairs-platform" } }, "parent_station": { "data": { - "id": "place-wimnl", + "id": "place-aport", "type": "stop" } }, @@ -355654,27 +373583,28 @@ }, { "attributes": { - "description": "Broadway - Traveler St", - "latitude": 42.342962, - "location_type": 2, - "longitude": -71.057389, - "name": "Broadway - Traveler St", + "description": "Shawmut - Top of Alewife stairs", + "latitude": 42.293171, + "location_type": 3, + "longitude": -71.065765, + "name": "Shawmut", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-brdwy-traveler", + "id": "node-smmnl-nbstairs-lobby", "links": { - "self": "/stops/door-brdwy-traveler" + "self": "/stops/node-smmnl-nbstairs-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-brdwy-traveler" + "related": "/facilities/?filter[stop]=node-smmnl-nbstairs-lobby" } }, "parent_station": { "data": { - "id": "place-brdwy", + "id": "place-smmnl", "type": "stop" } }, @@ -355686,27 +373616,28 @@ }, { "attributes": { - "description": "Oak Grove - Bottom of Commuter Rail escalator", - "latitude": 42.437152, + "description": "Sullivan Square - Bottom of Elevator 840", + "latitude": null, "location_type": 3, - "longitude": -71.070744, - "name": "Oak Grove", + "longitude": null, + "name": "Sullivan Square", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-105-crplatform", + "id": "node-840-platform", "links": { - "self": "/stops/node-105-crplatform" + "self": "/stops/node-840-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-105-crplatform" + "related": "/facilities/?filter[stop]=node-840-platform" } }, "parent_station": { "data": { - "id": "place-ogmnl", + "id": "place-sull", "type": "stop" } }, @@ -355718,27 +373649,28 @@ }, { "attributes": { - "description": "Back Bay - Underpass to Copley Place", - "latitude": 42.347273, - "location_type": 2, - "longitude": -71.076565, - "name": "Back Bay - Underpass to Copley Place", + "description": "JFK/UMass - Top of elevator between Ashmont, Alewife platform and lobby", + "latitude": 42.32056, + "location_type": 3, + "longitude": -71.052477, + "name": "JFK/UMass", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-bbsta-underpass", + "id": "node-831-lobby", "links": { - "self": "/stops/door-bbsta-underpass" + "self": "/stops/node-831-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-bbsta-underpass" + "related": "/facilities/?filter[stop]=node-831-lobby" } }, "parent_station": { "data": { - "id": "place-bbsta", + "id": "place-jfk", "type": "stop" } }, @@ -355750,27 +373682,28 @@ }, { "attributes": { - "description": "Park Street - Unpaid side of fare gates", - "latitude": null, + "description": "South Station - Bottom of Elevator 926", + "latitude": 42.352402, "location_type": 3, - "longitude": null, - "name": "Park Street", + "longitude": -71.055409, + "name": "South Station", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-pktrm-tremstairfare-unpaid", + "id": "node-926-lobby", "links": { - "self": "/stops/node-pktrm-tremstairfare-unpaid" + "self": "/stops/node-926-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-pktrm-tremstairfare-unpaid" + "related": "/facilities/?filter[stop]=node-926-lobby" } }, "parent_station": { "data": { - "id": "place-pktrm", + "id": "place-sstat", "type": "stop" } }, @@ -355782,27 +373715,28 @@ }, { "attributes": { - "description": "Wonderland - Revere Beach Plaza level of Ocean Ave elevator", - "latitude": 42.413529, + "description": "North Quincy - Top of elevator between platform and Hancock Street, Newport Avenue lobby", + "latitude": 42.27622, "location_type": 3, - "longitude": -70.99058, - "name": "Wonderland", + "longitude": -71.030607, + "name": "North Quincy", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-711-plaza", + "id": "node-899-lobby", "links": { - "self": "/stops/node-711-plaza" + "self": "/stops/node-899-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-711-plaza" + "related": "/facilities/?filter[stop]=node-899-lobby" } }, "parent_station": { "data": { - "id": "place-wondl", + "id": "place-nqncy", "type": "stop" } }, @@ -355814,27 +373748,28 @@ }, { "attributes": { - "description": "Charles/MGH - Top of Escalator 425", - "latitude": 42.361082, + "description": "Wollaston - Unpaid side of Newport Avenue lobby fare gates", + "latitude": null, "location_type": 3, - "longitude": -71.0706, - "name": "Charles/MGH", + "longitude": null, + "name": "Wollaston", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-425-platform", + "id": "node-wlsta-mainnewp-fareunpaid", "links": { - "self": "/stops/node-425-platform" + "self": "/stops/node-wlsta-mainnewp-fareunpaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-425-platform" + "related": "/facilities/?filter[stop]=node-wlsta-mainnewp-fareunpaid" } }, "parent_station": { "data": { - "id": "place-chmnl", + "id": "place-wlsta", "type": "stop" } }, @@ -355846,27 +373781,28 @@ }, { "attributes": { - "description": "South Station - Dewey Sq (Summer St, Atlantic Ave)", - "latitude": 42.352886, - "location_type": 2, - "longitude": -71.055505, - "name": "South Station - Dewey Sq (Summer St, Atlantic Ave)", + "description": "Forest Hills - Bottom of Commuter Rail stairs", + "latitude": 42.300909, + "location_type": 3, + "longitude": -71.113775, + "name": "Forest Hills", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-sstat-dewey", + "id": "node-forhl-crstairs-platform", "links": { - "self": "/stops/door-sstat-dewey" + "self": "/stops/node-forhl-crstairs-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-sstat-dewey" + "related": "/facilities/?filter[stop]=node-forhl-crstairs-platform" } }, "parent_station": { "data": { - "id": "place-sstat", + "id": "place-forhl", "type": "stop" } }, @@ -355878,27 +373814,28 @@ }, { "attributes": { - "description": "North Quincy - Bottom of escalator from Hancock Street to lobby", - "latitude": 42.276625, + "description": "Beaconsfield - Bottom of stairs to Dean Road, Beacon Street", + "latitude": 42.336041, "location_type": 3, - "longitude": -71.030917, - "name": "North Quincy", + "longitude": -71.141306, + "name": "Beaconsfield", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-327-street", + "id": "node-bcnfd-stairs-platform", "links": { - "self": "/stops/node-327-street" + "self": "/stops/node-bcnfd-stairs-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-327-street" + "related": "/facilities/?filter[stop]=node-bcnfd-stairs-platform" } }, "parent_station": { "data": { - "id": "place-nqncy", + "id": "place-bcnfd", "type": "stop" } }, @@ -355910,27 +373847,28 @@ }, { "attributes": { - "description": "Copley - Bottom of Park Street & East platform Elevator 976", - "latitude": 42.34977, + "description": "World Trade Center - Bottom of outbound platform stairs", + "latitude": null, "location_type": 3, - "longitude": -71.078123, - "name": "Copley", + "longitude": null, + "name": "World Trade Center", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-coecl-976-platform", + "id": "node-wtcst-obstairs-platform", "links": { - "self": "/stops/node-coecl-976-platform" + "self": "/stops/node-wtcst-obstairs-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-coecl-976-platform" + "related": "/facilities/?filter[stop]=node-wtcst-obstairs-platform" } }, "parent_station": { "data": { - "id": "place-coecl", + "id": "place-wtcst", "type": "stop" } }, @@ -355942,27 +373880,28 @@ }, { "attributes": { - "description": "Arlington - Bottom of stairs from westbound escalator", - "latitude": null, - "location_type": 3, - "longitude": null, - "name": "Arlington", + "description": "Science Park/West End - Monsignor O'Brien Hwy, Museum of Science (Elevator)", + "latitude": 42.36665, + "location_type": 2, + "longitude": -71.067966, + "name": "Science Park/West End - Monsignor O'Brien Hwy, Museum of Science (Elevator)", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-armnl-wescstairs-lobby", + "id": "door-spmnl-obrienel", "links": { - "self": "/stops/node-armnl-wescstairs-lobby" + "self": "/stops/door-spmnl-obrienel" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-armnl-wescstairs-lobby" + "related": "/facilities/?filter[stop]=door-spmnl-obrienel" } }, "parent_station": { "data": { - "id": "place-armnl", + "id": "place-spmnl", "type": "stop" } }, @@ -355974,27 +373913,28 @@ }, { "attributes": { - "description": "Braintree - Top of Red Line platform north stairs", - "latitude": 42.207627, + "description": "South Station - Top of stairs for Red Line, Silver Line lobby", + "latitude": null, "location_type": 3, - "longitude": -71.001614, - "name": "Braintree", + "longitude": null, + "name": "South Station", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-brntn-nplatstairs-platform", + "id": "node-sstat-399stair-lobby", "links": { - "self": "/stops/node-brntn-nplatstairs-platform" + "self": "/stops/node-sstat-399stair-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-brntn-nplatstairs-platform" + "related": "/facilities/?filter[stop]=node-sstat-399stair-lobby" } }, "parent_station": { "data": { - "id": "place-brntn", + "id": "place-sstat", "type": "stop" } }, @@ -356006,27 +373946,28 @@ }, { "attributes": { - "description": "Andrew - Top of outbound elevator", + "description": "Prudential - Bottom of ramp for elevator", "latitude": null, "location_type": 3, "longitude": null, - "name": "Andrew", + "name": "Prudential", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-879-lobby", + "id": "node-prmnl-920ramp-platform", "links": { - "self": "/stops/node-879-lobby" + "self": "/stops/node-prmnl-920ramp-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-879-lobby" + "related": "/facilities/?filter[stop]=node-prmnl-920ramp-platform" } }, "parent_station": { "data": { - "id": "place-andrw", + "id": "place-prmnl", "type": "stop" } }, @@ -356038,27 +373979,28 @@ }, { "attributes": { - "description": "South Station - Bottom of stairs for SL1/SL2/SL3 platform", - "latitude": null, - "location_type": 3, - "longitude": null, - "name": "South Station", + "description": "Aquarium - Waterfront and New England Aquarium", + "latitude": 42.359861, + "location_type": 2, + "longitude": -71.051243, + "name": "Aquarium - Waterfront and New England Aquarium", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-sstat-411stair-sl", + "id": "door-aqucl-atlanticelev", "links": { - "self": "/stops/node-sstat-411stair-sl" + "self": "/stops/door-aqucl-atlanticelev" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-sstat-411stair-sl" + "related": "/facilities/?filter[stop]=door-aqucl-atlanticelev" } }, "parent_station": { "data": { - "id": "place-sstat", + "id": "place-aqucl", "type": "stop" } }, @@ -356070,27 +374012,28 @@ }, { "attributes": { - "description": "Quincy Center - Stairs platform level", - "latitude": 42.251781, + "description": "North Station - Bottom of ramp between Causeway Street east entrance and commuter rail station", + "latitude": null, "location_type": 3, - "longitude": -71.005346, - "name": "Quincy Center", + "longitude": null, + "name": "North Station", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-qnctr-rdstair-platform", + "id": "node-north-eastramp-bottom", "links": { - "self": "/stops/node-qnctr-rdstair-platform" + "self": "/stops/node-north-eastramp-bottom" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-qnctr-rdstair-platform" + "related": "/facilities/?filter[stop]=node-north-eastramp-bottom" } }, "parent_station": { "data": { - "id": "place-qnctr", + "id": "place-north", "type": "stop" } }, @@ -356102,27 +374045,28 @@ }, { "attributes": { - "description": "Wonderland - Revere Beach Plaza level of garage elevator", - "latitude": 42.413527, + "description": "Aquarium - Bottom of elevator between Bowdoin platform and Atlantic Avenue", + "latitude": null, "location_type": 3, - "longitude": -70.991894, - "name": "Wonderland", + "longitude": null, + "name": "Aquarium", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-701-plaza", + "id": "node-923-platform", "links": { - "self": "/stops/node-701-plaza" + "self": "/stops/node-923-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-701-plaza" + "related": "/facilities/?filter[stop]=node-923-platform" } }, "parent_station": { "data": { - "id": "place-wondl", + "id": "place-aqucl", "type": "stop" } }, @@ -356134,27 +374078,28 @@ }, { "attributes": { - "description": "Courthouse - Top of escalator from South Station platform to lobby", + "description": "Arlington - Bottom of eastbound elevator", "latitude": null, "location_type": 3, "longitude": null, - "name": "Courthouse", + "name": "Arlington", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-414-lobby", + "id": "node-963-platform", "links": { - "self": "/stops/node-414-lobby" + "self": "/stops/node-963-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-414-lobby" + "related": "/facilities/?filter[stop]=node-963-platform" } }, "parent_station": { "data": { - "id": "place-crtst", + "id": "place-armnl", "type": "stop" } }, @@ -356166,27 +374111,28 @@ }, { "attributes": { - "description": "Porter - Lobby level of Elevator 985 between street and lobby", - "latitude": 42.388389, + "description": "Green Street - Bottom of Escalator 131", + "latitude": 42.310297, "location_type": 3, - "longitude": -71.118992, - "name": "Porter", + "longitude": -71.107676, + "name": "Green Street", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-985-lobby", + "id": "node-grnst-131-platform", "links": { - "self": "/stops/node-985-lobby" + "self": "/stops/node-grnst-131-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-985-lobby" + "related": "/facilities/?filter[stop]=node-grnst-131-platform" } }, "parent_station": { "data": { - "id": "place-portr", + "id": "place-grnst", "type": "stop" } }, @@ -356198,27 +374144,28 @@ }, { "attributes": { - "description": "Government Center - Paid side of fare gates", - "latitude": 42.359714, + "description": "Magoun Square - Top of ramp", + "latitude": 42.393326, "location_type": 3, - "longitude": -71.05936, - "name": "Government Center", + "longitude": -71.106128, + "name": "Magoun Square", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-gover-farepaid", + "id": "node-mgngl-ramp-top", "links": { - "self": "/stops/node-gover-farepaid" + "self": "/stops/node-mgngl-ramp-top" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-gover-farepaid" + "related": "/facilities/?filter[stop]=node-mgngl-ramp-top" } }, "parent_station": { "data": { - "id": "place-gover", + "id": "place-mgngl", "type": "stop" } }, @@ -356230,22 +374177,23 @@ }, { "attributes": { - "description": "Central - Bottom of stairs for Prospect St", + "description": "Central - Unpaid side of fare gates", "latitude": null, "location_type": 3, "longitude": null, "name": "Central", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-cntsq-prospectstair-platform", + "id": "node-cntsq-prospectstair-fareunpaid", "links": { - "self": "/stops/node-cntsq-prospectstair-platform" + "self": "/stops/node-cntsq-prospectstair-fareunpaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-cntsq-prospectstair-platform" + "related": "/facilities/?filter[stop]=node-cntsq-prospectstair-fareunpaid" } }, "parent_station": { @@ -356262,27 +374210,28 @@ }, { "attributes": { - "description": "State - Bottom of stairs between Milk Street and lobby", - "latitude": null, + "description": "Kenmore - Paid lobby level for Park Street & North elevator", + "latitude": 42.348888, "location_type": 3, - "longitude": null, - "name": "State", + "longitude": -71.095356, + "name": "Kenmore", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-state-milkststairs-lobby", + "id": "node-972-paidlobby", "links": { - "self": "/stops/node-state-milkststairs-lobby" + "self": "/stops/node-972-paidlobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-state-milkststairs-lobby" + "related": "/facilities/?filter[stop]=node-972-paidlobby" } }, "parent_station": { "data": { - "id": "place-state", + "id": "place-kencl", "type": "stop" } }, @@ -356294,27 +374243,28 @@ }, { "attributes": { - "description": "Aquarium - Landing for stairs for State Stree north", + "description": "Downtown Crossing - Bottom of escalator from Washington Street, Winter Street mezzanine to street", "latitude": null, "location_type": 3, "longitude": null, - "name": "Aquarium", + "name": "Downtown Crossing", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-aqucl-nstatestairs-landing", + "id": "node-365-middle", "links": { - "self": "/stops/node-aqucl-nstatestairs-landing" + "self": "/stops/node-365-middle" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-aqucl-nstatestairs-landing" + "related": "/facilities/?filter[stop]=node-365-middle" } }, "parent_station": { "data": { - "id": "place-aqucl", + "id": "place-dwnxg", "type": "stop" } }, @@ -356326,27 +374276,28 @@ }, { "attributes": { - "description": "Ruggles - Bottom of Orange Line south platform stairs", - "latitude": null, - "location_type": 3, - "longitude": null, - "name": "Ruggles", + "description": "Science Park/West End - Nashua St, Spaulding Rehab Hospital (Elevator)", + "latitude": 42.366856, + "location_type": 2, + "longitude": -71.067733, + "name": "Science Park/West End - Nashua St, Spaulding Rehab Hospital (Elevator)", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-rugg-olsstairs-platform", + "id": "door-spmnl-nashuael", "links": { - "self": "/stops/node-rugg-olsstairs-platform" + "self": "/stops/door-spmnl-nashuael" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-rugg-olsstairs-platform" + "related": "/facilities/?filter[stop]=door-spmnl-nashuael" } }, "parent_station": { "data": { - "id": "place-rugg", + "id": "place-spmnl", "type": "stop" } }, @@ -356358,27 +374309,28 @@ }, { "attributes": { - "description": "Central - Western Ave", - "latitude": 42.365635, - "location_type": 2, - "longitude": -71.104304, - "name": "Central - Western Ave", + "description": "Park Street - Park Street end of Winter Street Concourse", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "Park Street", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-cntsq-western", + "id": "node-pktrm-concourse", "links": { - "self": "/stops/door-cntsq-western" + "self": "/stops/node-pktrm-concourse" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-cntsq-western" + "related": "/facilities/?filter[stop]=node-pktrm-concourse" } }, "parent_station": { "data": { - "id": "place-cntsq", + "id": "place-pktrm", "type": "stop" } }, @@ -356390,27 +374342,28 @@ }, { "attributes": { - "description": "Roxbury Crossing - Top of stairs", - "latitude": 42.331234, + "description": "Park Street - Top of stairs between Red Line center platform and Copley & West platform", + "latitude": null, "location_type": 3, - "longitude": -71.095679, - "name": "Roxbury Crossing", + "longitude": null, + "name": "Park Street", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-rcmnl-stairs-lobby", + "id": "node-pktrm-cpwbstairs-gl", "links": { - "self": "/stops/node-rcmnl-stairs-lobby" + "self": "/stops/node-pktrm-cpwbstairs-gl" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-rcmnl-stairs-lobby" + "related": "/facilities/?filter[stop]=node-pktrm-cpwbstairs-gl" } }, "parent_station": { "data": { - "id": "place-rcmnl", + "id": "place-pktrm", "type": "stop" } }, @@ -356422,27 +374375,28 @@ }, { "attributes": { - "description": "Green Street - Top of stairs", - "latitude": 42.310406, + "description": "Aquarium - Landing for stairs for State Stree north", + "latitude": null, "location_type": 3, - "longitude": -71.107673, - "name": "Green Street", + "longitude": null, + "name": "Aquarium", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-grnst-stairs-lobby", + "id": "node-aqucl-nstatestairs-landingtop", "links": { - "self": "/stops/node-grnst-stairs-lobby" + "self": "/stops/node-aqucl-nstatestairs-landingtop" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-grnst-stairs-lobby" + "related": "/facilities/?filter[stop]=node-aqucl-nstatestairs-landingtop" } }, "parent_station": { "data": { - "id": "place-grnst", + "id": "place-aqucl", "type": "stop" } }, @@ -356454,27 +374408,28 @@ }, { "attributes": { - "description": "Prudential - Top of elevator between Park Street & North platform and lobby", - "latitude": null, + "description": "Assembly - Bottom of Escalator 443", + "latitude": 42.392946, "location_type": 3, - "longitude": null, - "name": "Prudential", + "longitude": -71.077235, + "name": "Assembly", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-921-lobby", + "id": "node-astao-443-platform", "links": { - "self": "/stops/node-921-lobby" + "self": "/stops/node-astao-443-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-921-lobby" + "related": "/facilities/?filter[stop]=node-astao-443-platform" } }, "parent_station": { "data": { - "id": "place-prmnl", + "id": "place-astao", "type": "stop" } }, @@ -356486,27 +374441,28 @@ }, { "attributes": { - "description": "South Station - Bottom of stairs for Summer Street, Atlantic Avenue, Financial Center", - "latitude": null, + "description": "Copley - Paid side of fare gates", + "latitude": 42.350189, "location_type": 3, - "longitude": null, - "name": "South Station", + "longitude": -71.0774, + "name": "Copley", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-sstat-finctrstair-lobby", + "id": "node-coecl-wbfarepaid", "links": { - "self": "/stops/node-sstat-finctrstair-lobby" + "self": "/stops/node-coecl-wbfarepaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-sstat-finctrstair-lobby" + "related": "/facilities/?filter[stop]=node-coecl-wbfarepaid" } }, "parent_station": { "data": { - "id": "place-sstat", + "id": "place-coecl", "type": "stop" } }, @@ -356518,27 +374474,28 @@ }, { "attributes": { - "description": "Government Center - Bottom of elevator between Green Line and Blue Line", - "latitude": null, + "description": "Savin Hill - Unpaid side of Savin Hill Avenue fare gates", + "latitude": 42.311291, "location_type": 3, - "longitude": null, - "name": "Government Center", + "longitude": -71.053315, + "name": "Savin Hill", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-722-bl", + "id": "node-shmnl-sh-fareunpaid", "links": { - "self": "/stops/node-722-bl" + "self": "/stops/node-shmnl-sh-fareunpaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-722-bl" + "related": "/facilities/?filter[stop]=node-shmnl-sh-fareunpaid" } }, "parent_station": { "data": { - "id": "place-gover", + "id": "place-shmnl", "type": "stop" } }, @@ -356550,27 +374507,28 @@ }, { "attributes": { - "description": "Courthouse - Top of stairs for South Station platform", + "description": "South Station - Top of Escalator 389", "latitude": null, "location_type": 3, "longitude": null, - "name": "Courthouse", + "name": "South Station", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-crtst-ssmainstair-lobby", + "id": "node-389-lobby", "links": { - "self": "/stops/node-crtst-ssmainstair-lobby" + "self": "/stops/node-389-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-crtst-ssmainstair-lobby" + "related": "/facilities/?filter[stop]=node-389-lobby" } }, "parent_station": { "data": { - "id": "place-crtst", + "id": "place-sstat", "type": "stop" } }, @@ -356582,27 +374540,28 @@ }, { "attributes": { - "description": "Lechmere - Bottom of O'Brien Hwy Elevator 764", - "latitude": 42.370882, - "location_type": 3, - "longitude": -71.075697, - "name": "Lechmere", + "description": "Chelsea - Everett Ave", + "latitude": 42.396658, + "location_type": 2, + "longitude": -71.040091, + "name": "Chelsea - Everett Ave", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-764-bottom", + "id": "door-chels-slsstat", "links": { - "self": "/stops/node-764-bottom" + "self": "/stops/door-chels-slsstat" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-764-bottom" + "related": "/facilities/?filter[stop]=door-chels-slsstat" } }, "parent_station": { "data": { - "id": "place-lech", + "id": "place-chels", "type": "stop" } }, @@ -356614,27 +374573,28 @@ }, { "attributes": { - "description": "Suffolk Downs - Paid side of exit-only gates", - "latitude": 42.390439, + "description": "Central - Bottom of stairs for Essex St", + "latitude": null, "location_type": 3, - "longitude": -70.997026, - "name": "Suffolk Downs", + "longitude": null, + "name": "Central", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-sdmnl-benn-farepaid", + "id": "node-cntsq-essexstair-platform", "links": { - "self": "/stops/node-sdmnl-benn-farepaid" + "self": "/stops/node-cntsq-essexstair-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-sdmnl-benn-farepaid" + "related": "/facilities/?filter[stop]=node-cntsq-essexstair-platform" } }, "parent_station": { "data": { - "id": "place-sdmnl", + "id": "place-cntsq", "type": "stop" } }, @@ -356646,27 +374606,28 @@ }, { "attributes": { - "description": "Massachusetts Avenue - Bottom of ramp from main entrance", - "latitude": 42.341461, + "description": "Aquarium - Top of stairs for State Street north", + "latitude": null, "location_type": 3, - "longitude": -71.083481, - "name": "Massachusetts Avenue", + "longitude": null, + "name": "Aquarium", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-masta-unpramp-lobby", + "id": "node-aqucl-nstatestairs-street", "links": { - "self": "/stops/node-masta-unpramp-lobby" + "self": "/stops/node-aqucl-nstatestairs-street" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-masta-unpramp-lobby" + "related": "/facilities/?filter[stop]=node-aqucl-nstatestairs-street" } }, "parent_station": { "data": { - "id": "place-masta", + "id": "place-aqucl", "type": "stop" } }, @@ -356678,27 +374639,28 @@ }, { "attributes": { - "description": "Aquarium - Bottom of stairs for Atlantic Avenue", + "description": "Jackson Square - Bottom of Elevator 846", "latitude": null, "location_type": 3, "longitude": null, - "name": "Aquarium", + "name": "Jackson Square", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-aqucl-atlanticstairs-lobby", + "id": "node-jaksn-846-platform", "links": { - "self": "/stops/node-aqucl-atlanticstairs-lobby" + "self": "/stops/node-jaksn-846-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-aqucl-atlanticstairs-lobby" + "related": "/facilities/?filter[stop]=node-jaksn-846-platform" } }, "parent_station": { "data": { - "id": "place-aqucl", + "id": "place-jaksn", "type": "stop" } }, @@ -356710,22 +374672,23 @@ }, { "attributes": { - "description": "State - Bottom of stairs between Wonderland platform and State St, Devonshire St", + "description": "State - Bottom of stairs between Oak Grove platform and Wonderland platform, State St, Devonshire St", "latitude": null, "location_type": 3, "longitude": null, "name": "State", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-state-wonderlandoldstatestairs-ebplatform", + "id": "node-state-olnbplatformstairsmain-nbplatform", "links": { - "self": "/stops/node-state-wonderlandoldstatestairs-ebplatform" + "self": "/stops/node-state-olnbplatformstairsmain-nbplatform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-state-wonderlandoldstatestairs-ebplatform" + "related": "/facilities/?filter[stop]=node-state-olnbplatformstairsmain-nbplatform" } }, "parent_station": { @@ -356742,27 +374705,28 @@ }, { "attributes": { - "description": "Wood Island - Top of Elevator 889 (within fare control)", - "latitude": 42.379769, - "location_type": 3, - "longitude": -71.022991, - "name": "Wood Island", + "description": "Central - Mass Ave", + "latitude": 42.365541, + "location_type": 2, + "longitude": -71.103749, + "name": "Central - Mass Ave", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-889-paidbridge", + "id": "door-cntsq-obmass", "links": { - "self": "/stops/node-889-paidbridge" + "self": "/stops/door-cntsq-obmass" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-889-paidbridge" + "related": "/facilities/?filter[stop]=door-cntsq-obmass" } }, "parent_station": { "data": { - "id": "place-wimnl", + "id": "place-cntsq", "type": "stop" } }, @@ -356774,27 +374738,28 @@ }, { "attributes": { - "description": "State - Unpaid side of fare gates", - "latitude": null, + "description": "Massachusetts Avenue - Top of lobby stairs from platform", + "latitude": 42.341364, "location_type": 3, - "longitude": null, - "name": "State", + "longitude": -71.083664, + "name": "Massachusetts Avenue", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-state-cityhall-fareunpaid", + "id": "node-masta-mainstair-lobby", "links": { - "self": "/stops/node-state-cityhall-fareunpaid" + "self": "/stops/node-masta-mainstair-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-state-cityhall-fareunpaid" + "related": "/facilities/?filter[stop]=node-masta-mainstair-lobby" } }, "parent_station": { "data": { - "id": "place-state", + "id": "place-masta", "type": "stop" } }, @@ -356806,27 +374771,28 @@ }, { "attributes": { - "description": "Ruggles - Top of Orange Line north platform escalator", - "latitude": null, + "description": "Porter - Lobby level of Elevator 985 between street and lobby", + "latitude": 42.388389, "location_type": 3, - "longitude": null, - "name": "Ruggles", + "longitude": -71.118992, + "name": "Porter", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-137-lobby", + "id": "node-985-lobby", "links": { - "self": "/stops/node-137-lobby" + "self": "/stops/node-985-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-137-lobby" + "related": "/facilities/?filter[stop]=node-985-lobby" } }, "parent_station": { "data": { - "id": "place-rugg", + "id": "place-portr", "type": "stop" } }, @@ -356838,27 +374804,28 @@ }, { "attributes": { - "description": "Porter - Massachusetts Ave (West), Buses", - "latitude": 42.388604, + "description": "Symphony - Massachusetts Ave, First Church of Christ", + "latitude": 42.342764, "location_type": 2, - "longitude": -71.119752, - "name": "Porter - Massachusetts Ave (West), Buses", + "longitude": -71.084511, + "name": "Symphony - Massachusetts Ave, First Church of Christ", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, - "id": "door-portr-cracross", + "id": "door-symcl-ebchurch", "links": { - "self": "/stops/door-portr-cracross" + "self": "/stops/door-symcl-ebchurch" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-portr-cracross" + "related": "/facilities/?filter[stop]=door-symcl-ebchurch" } }, "parent_station": { "data": { - "id": "place-portr", + "id": "place-symcl", "type": "stop" } }, @@ -356870,27 +374837,28 @@ }, { "attributes": { - "description": "Sullivan Square - Bottom of stairs for Forest Hills, Oak Grove", + "description": "Aquarium - Landing for escalator from lobby to State Street", "latitude": null, "location_type": 3, "longitude": null, - "name": "Sullivan Square", + "name": "Aquarium", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-sull-sbstairs-platform", + "id": "node-396-landing", "links": { - "self": "/stops/node-sull-sbstairs-platform" + "self": "/stops/node-396-landing" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-sull-sbstairs-platform" + "related": "/facilities/?filter[stop]=node-396-landing" } }, "parent_station": { "data": { - "id": "place-sull", + "id": "place-aqucl", "type": "stop" } }, @@ -356902,27 +374870,28 @@ }, { "attributes": { - "description": "Downtown Crossing - Bottom of exit-only stairs from Oak Grove platform", + "description": "Park Street - Bottom of stairs between Red Line center platform and Government Center & North platform", "latitude": null, "location_type": 3, "longitude": null, - "name": "Downtown Crossing", + "name": "Park Street", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-dwnxg-stair11-lobby", + "id": "node-pktrm-stair14-rl", "links": { - "self": "/stops/node-dwnxg-stair11-lobby" + "self": "/stops/node-pktrm-stair14-rl" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-dwnxg-stair11-lobby" + "related": "/facilities/?filter[stop]=node-pktrm-stair14-rl" } }, "parent_station": { "data": { - "id": "place-dwnxg", + "id": "place-pktrm", "type": "stop" } }, @@ -356934,27 +374903,28 @@ }, { "attributes": { - "description": "Eliot - Boylston St Westbound (Ramp)", - "latitude": 42.318555, - "location_type": 2, - "longitude": -71.21543, - "name": "Eliot - Boylston St Westbound (Ramp)", + "description": "Courthouse - Top of elevator between Thomson Place and lobby", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "Courthouse", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-eliot-boylwr", + "id": "node-939-entrance", "links": { - "self": "/stops/door-eliot-boylwr" + "self": "/stops/node-939-entrance" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-eliot-boylwr" + "related": "/facilities/?filter[stop]=node-939-entrance" } }, "parent_station": { "data": { - "id": "place-eliot", + "id": "place-crtst", "type": "stop" } }, @@ -356966,27 +374936,28 @@ }, { "attributes": { - "description": "Massachusetts Avenue - Paid side of exit-only gates", - "latitude": 42.340418, + "description": "Savin Hill - Top of northern stairs between platform and lobby", + "latitude": 42.31116, "location_type": 3, - "longitude": -71.084757, - "name": "Massachusetts Avenue", + "longitude": -71.05339, + "name": "Savin Hill", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-masta-camfarepaid", + "id": "node-shmnl-endstair-lobby", "links": { - "self": "/stops/node-masta-camfarepaid" + "self": "/stops/node-shmnl-endstair-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-masta-camfarepaid" + "related": "/facilities/?filter[stop]=node-shmnl-endstair-lobby" } }, "parent_station": { "data": { - "id": "place-masta", + "id": "place-shmnl", "type": "stop" } }, @@ -356998,27 +374969,28 @@ }, { "attributes": { - "description": "Downtown Crossing - Summer St, Washington St", - "latitude": 42.355369, - "location_type": 2, - "longitude": -71.060192, - "name": "Downtown Crossing - Summer St, Washington St", + "description": "Davis - Top of Escalator 342", + "latitude": 42.396952, + "location_type": 3, + "longitude": -71.123187, + "name": "Davis", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-dwnxg-summereast", + "id": "node-342-entrance", "links": { - "self": "/stops/door-dwnxg-summereast" + "self": "/stops/node-342-entrance" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-dwnxg-summereast" + "related": "/facilities/?filter[stop]=node-342-entrance" } }, "parent_station": { "data": { - "id": "place-dwnxg", + "id": "place-davis", "type": "stop" } }, @@ -357030,27 +375002,28 @@ }, { "attributes": { - "description": "Community College - Top of Elevator 933", + "description": "Downtown Crossing - Bottom of escalator from Alewife platform to Hawley Street", "latitude": null, "location_type": 3, "longitude": null, - "name": "Community College", + "name": "Downtown Crossing", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-ccmnl-933-lobby", + "id": "node-113-platform", "links": { - "self": "/stops/node-ccmnl-933-lobby" + "self": "/stops/node-113-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-ccmnl-933-lobby" + "related": "/facilities/?filter[stop]=node-113-platform" } }, "parent_station": { "data": { - "id": "place-ccmnl", + "id": "place-dwnxg", "type": "stop" } }, @@ -357062,27 +375035,28 @@ }, { "attributes": { - "description": "Malden Center - Paid side of exit-only gates", - "latitude": 42.426928, + "description": "Broadway - Bottom of Traveler Street entrance stairs", + "latitude": null, "location_type": 3, - "longitude": -71.074247, - "name": "Malden Center", + "longitude": null, + "name": "Broadway", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-mlmnl-exitfarepaid", + "id": "node-brdwy-travelerstairs-lobby", "links": { - "self": "/stops/node-mlmnl-exitfarepaid" + "self": "/stops/node-brdwy-travelerstairs-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-mlmnl-exitfarepaid" + "related": "/facilities/?filter[stop]=node-brdwy-travelerstairs-lobby" } }, "parent_station": { "data": { - "id": "place-mlmnl", + "id": "place-brdwy", "type": "stop" } }, @@ -357094,27 +375068,28 @@ }, { "attributes": { - "description": "Wood Island - Top of stairs for Lovell Street", - "latitude": 42.379476, - "location_type": 3, - "longitude": -71.023073, - "name": "Wood Island", + "description": "Forest Hills - Hyde Park Ave, West Roxbury Court, Franklin Park/Zoo (North)", + "latitude": 42.300974, + "location_type": 2, + "longitude": -71.113346, + "name": "Forest Hills - Hyde Park Ave, West Roxbury Court, Franklin Park/Zoo (North)", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-wimnl-love-stairs", + "id": "door-forhl-lowern", "links": { - "self": "/stops/node-wimnl-love-stairs" + "self": "/stops/door-forhl-lowern" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-wimnl-love-stairs" + "related": "/facilities/?filter[stop]=door-forhl-lowern" } }, "parent_station": { "data": { - "id": "place-wimnl", + "id": "place-forhl", "type": "stop" } }, @@ -357126,27 +375101,28 @@ }, { "attributes": { - "description": "Park Street - Unpaid side of fare gates", - "latitude": null, + "description": "North Quincy - Bottom of elevator between Newport Avenue and lobby", + "latitude": 42.276337, "location_type": 3, - "longitude": null, - "name": "Park Street", + "longitude": -71.031019, + "name": "North Quincy", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-pktrm-westfare-unpaid", + "id": "node-898-street", "links": { - "self": "/stops/node-pktrm-westfare-unpaid" + "self": "/stops/node-898-street" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-pktrm-westfare-unpaid" + "related": "/facilities/?filter[stop]=node-898-street" } }, "parent_station": { "data": { - "id": "place-pktrm", + "id": "place-nqncy", "type": "stop" } }, @@ -357158,27 +375134,28 @@ }, { "attributes": { - "description": "Park Street - Tremont St, Winter St", - "latitude": 42.356397, - "location_type": 2, - "longitude": -71.062008, - "name": "Park Street - Tremont St, Winter St", + "description": "Alewife - Top of Escalator 357 from second floor of garage to fifth floor of garage", + "latitude": 42.395744, + "location_type": 3, + "longitude": -71.141211, + "name": "Alewife", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-pktrm-winter", + "id": "node-357-top", "links": { - "self": "/stops/door-pktrm-winter" + "self": "/stops/node-357-top" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-pktrm-winter" + "related": "/facilities/?filter[stop]=node-357-top" } }, "parent_station": { "data": { - "id": "place-pktrm", + "id": "place-alfcl", "type": "stop" } }, @@ -357190,27 +375167,28 @@ }, { "attributes": { - "description": "Government Center - Bottom of elevator between plaza and Green Line", - "latitude": 42.359606, + "description": "Chinatown - Bottom of stairs between landing and lobby", + "latitude": null, "location_type": 3, - "longitude": -71.059409, - "name": "Government Center", + "longitude": null, + "name": "Chinatown", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-721-platform", + "id": "node-chncl-fhlower-lobby", "links": { - "self": "/stops/node-721-platform" + "self": "/stops/node-chncl-fhlower-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-721-platform" + "related": "/facilities/?filter[stop]=node-chncl-fhlower-lobby" } }, "parent_station": { "data": { - "id": "place-gover", + "id": "place-chncl", "type": "stop" } }, @@ -357222,27 +375200,28 @@ }, { "attributes": { - "description": "Courthouse - Bottom of escalator from outbound platform to lobby", - "latitude": null, + "description": "Kendall/MIT - Unpaid side of fare gates", + "latitude": 42.362366, "location_type": 3, - "longitude": null, - "name": "Courthouse", + "longitude": -71.086186, + "name": "Kendall/MIT", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-415-platform", + "id": "node-knncl-sbmain-fareunpaid", "links": { - "self": "/stops/node-415-platform" + "self": "/stops/node-knncl-sbmain-fareunpaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-415-platform" + "related": "/facilities/?filter[stop]=node-knncl-sbmain-fareunpaid" } }, "parent_station": { "data": { - "id": "place-crtst", + "id": "place-knncl", "type": "stop" } }, @@ -357254,27 +375233,28 @@ }, { "attributes": { - "description": "Savin Hill - Top of northern stairs between platform and lobby", - "latitude": 42.31116, + "description": "Malden Center - Bottom of Commuter Rail platform stairs", + "latitude": 42.426738, "location_type": 3, - "longitude": -71.05339, - "name": "Savin Hill", + "longitude": -71.07412, + "name": "Malden Center", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-shmnl-endstair-lobby", + "id": "node-mlmnl-crstairs-lobby", "links": { - "self": "/stops/node-shmnl-endstair-lobby" + "self": "/stops/node-mlmnl-crstairs-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-shmnl-endstair-lobby" + "related": "/facilities/?filter[stop]=node-mlmnl-crstairs-lobby" } }, "parent_station": { "data": { - "id": "place-shmnl", + "id": "place-mlmnl", "type": "stop" } }, @@ -357286,27 +375266,28 @@ }, { "attributes": { - "description": "Davis - Top of Elevator 816", + "description": "State - Bottom of stairs between Wonderland platform, Orange Line landing and State St, Devonshire St", "latitude": null, "location_type": 3, "longitude": null, - "name": "Davis", + "name": "State", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-816-lobby", + "id": "node-state-oldstatepassageministairs-landing", "links": { - "self": "/stops/node-816-lobby" + "self": "/stops/node-state-oldstatepassageministairs-landing" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-816-lobby" + "related": "/facilities/?filter[stop]=node-state-oldstatepassageministairs-landing" } }, "parent_station": { "data": { - "id": "place-davis", + "id": "place-state", "type": "stop" } }, @@ -357318,27 +375299,28 @@ }, { "attributes": { - "description": "Andrew - Buses", - "latitude": 42.330164, - "location_type": 2, - "longitude": -71.057605, - "name": "Andrew - Buses", + "description": "JFK/UMass - Top of stairs between Ashmont, Alewife platform and Sydney Street", + "latitude": 42.319999, + "location_type": 3, + "longitude": -71.052398, + "name": "JFK/UMass", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-andrw-busway", + "id": "node-jfk-ashsydstair-lobby", "links": { - "self": "/stops/door-andrw-busway" + "self": "/stops/node-jfk-ashsydstair-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-andrw-busway" + "related": "/facilities/?filter[stop]=node-jfk-ashsydstair-lobby" } }, "parent_station": { "data": { - "id": "place-andrw", + "id": "place-jfk", "type": "stop" } }, @@ -357350,27 +375332,28 @@ }, { "attributes": { - "description": "Ruggles - Bottom of Lower Busway Lane 1 elevator", - "latitude": 42.336228, + "description": "Wollaston - Top of escalator from platform to bridge", + "latitude": null, "location_type": 3, - "longitude": -71.089127, - "name": "Ruggles", + "longitude": null, + "name": "Wollaston", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-728-street", + "id": "node-449-bridge", "links": { - "self": "/stops/node-728-street" + "self": "/stops/node-449-bridge" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-728-street" + "related": "/facilities/?filter[stop]=node-449-bridge" } }, "parent_station": { "data": { - "id": "place-rugg", + "id": "place-wlsta", "type": "stop" } }, @@ -357382,27 +375365,28 @@ }, { "attributes": { - "description": "Downtown Crossing - Paid side of fare gates", - "latitude": null, + "description": "JFK/UMass - Top of escalator from platform to Columbia Road", + "latitude": 42.321285, "location_type": 3, - "longitude": null, - "name": "Downtown Crossing", + "longitude": -71.05256, + "name": "JFK/UMass", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-dwnxg-sumchyfare-paid", + "id": "node-322-lobby", "links": { - "self": "/stops/node-dwnxg-sumchyfare-paid" + "self": "/stops/node-322-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-dwnxg-sumchyfare-paid" + "related": "/facilities/?filter[stop]=node-322-lobby" } }, "parent_station": { "data": { - "id": "place-dwnxg", + "id": "place-jfk", "type": "stop" } }, @@ -357414,27 +375398,28 @@ }, { "attributes": { - "description": "Wellington - Top of parking garage elevator", - "latitude": 42.402443, + "description": "North Station - Paid side of fare gates", + "latitude": 42.365125, "location_type": 3, - "longitude": -71.080172, - "name": "Wellington", + "longitude": -71.059868, + "name": "North Station", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-welln-skyelev-bridge", + "id": "node-north-valentiexite-farepaid", "links": { - "self": "/stops/node-welln-skyelev-bridge" + "self": "/stops/node-north-valentiexite-farepaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-welln-skyelev-bridge" + "related": "/facilities/?filter[stop]=node-north-valentiexite-farepaid" } }, "parent_station": { "data": { - "id": "place-welln", + "id": "place-north", "type": "stop" } }, @@ -357446,27 +375431,28 @@ }, { "attributes": { - "description": "Airport - Buses, Airport", - "latitude": 42.373984, - "location_type": 2, - "longitude": -71.030031, - "name": "Airport - Buses, Airport", + "description": "Auburndale - Bottom of stairs for Auburn St", + "latitude": 42.346302, + "location_type": 3, + "longitude": -71.247122, + "name": "Auburndale", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-aport-buses", + "id": "node-WML-0102-auburnstairs-bottom", "links": { - "self": "/stops/door-aport-buses" + "self": "/stops/node-WML-0102-auburnstairs-bottom" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-aport-buses" + "related": "/facilities/?filter[stop]=node-WML-0102-auburnstairs-bottom" } }, "parent_station": { "data": { - "id": "place-aport", + "id": "place-WML-0102", "type": "stop" } }, @@ -357478,27 +375464,28 @@ }, { "attributes": { - "description": "JFK/UMass - Bottom of stairs between Columbia Road and Old Colony Road, Commuter Rail, busway", - "latitude": 42.321284, + "description": "Andrew - Paid side of fare gates", + "latitude": null, "location_type": 3, - "longitude": -71.052171, - "name": "JFK/UMass", + "longitude": null, + "name": "Andrew", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-jfk-crcolstair-street", + "id": "node-andrw-farepaid", "links": { - "self": "/stops/node-jfk-crcolstair-street" + "self": "/stops/node-andrw-farepaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-jfk-crcolstair-street" + "related": "/facilities/?filter[stop]=node-andrw-farepaid" } }, "parent_station": { "data": { - "id": "place-jfk", + "id": "place-andrw", "type": "stop" } }, @@ -357510,27 +375497,28 @@ }, { "attributes": { - "description": "Roxbury Crossing - Top of Elevator 847", - "latitude": 42.331244, + "description": "Kenmore - Bottom of westbound platform elevator", + "latitude": 42.349006, "location_type": 3, - "longitude": -71.095608, - "name": "Roxbury Crossing", + "longitude": -71.095367, + "name": "Kenmore", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-rcmnl-847-lobby", + "id": "node-971-platform", "links": { - "self": "/stops/node-rcmnl-847-lobby" + "self": "/stops/node-971-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-rcmnl-847-lobby" + "related": "/facilities/?filter[stop]=node-971-platform" } }, "parent_station": { "data": { - "id": "place-rcmnl", + "id": "place-kencl", "type": "stop" } }, @@ -357542,27 +375530,28 @@ }, { "attributes": { - "description": "Courthouse - Paid side of South Station exit-only gates", - "latitude": null, - "location_type": 3, - "longitude": null, - "name": "Courthouse", + "description": "Quincy Adams - Pick-up/Drop-off", + "latitude": 42.232705, + "location_type": 2, + "longitude": -71.007425, + "name": "Quincy Adams - Pick-up/Drop-off", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-crtst-ssexit-farepaid", + "id": "door-qamnl-pickup", "links": { - "self": "/stops/node-crtst-ssexit-farepaid" + "self": "/stops/door-qamnl-pickup" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-crtst-ssexit-farepaid" + "related": "/facilities/?filter[stop]=door-qamnl-pickup" } }, "parent_station": { "data": { - "id": "place-crtst", + "id": "place-qamnl", "type": "stop" } }, @@ -357574,27 +375563,28 @@ }, { "attributes": { - "description": "Back Bay - Clarendon St, Buses (North)", - "latitude": 42.347654, - "location_type": 2, - "longitude": -71.074699, - "name": "Back Bay - Clarendon St, Buses (North)", + "description": "Sullivan Square - Unpaid side of fare gates", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "Sullivan Square", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-bbsta-buswayn", + "id": "node-sull-fareunpaid", "links": { - "self": "/stops/door-bbsta-buswayn" + "self": "/stops/node-sull-fareunpaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-bbsta-buswayn" + "related": "/facilities/?filter[stop]=node-sull-fareunpaid" } }, "parent_station": { "data": { - "id": "place-bbsta", + "id": "place-sull", "type": "stop" } }, @@ -357606,27 +375596,28 @@ }, { "attributes": { - "description": "South Station - Top of stairs for Alewife", + "description": "Tufts Medical Center - Bottom of Escalator 147", "latitude": null, "location_type": 3, "longitude": null, - "name": "South Station", + "name": "Tufts Medical Center", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-sstat-420stair-middle", + "id": "node-147-platform", "links": { - "self": "/stops/node-sstat-420stair-middle" + "self": "/stops/node-147-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-sstat-420stair-middle" + "related": "/facilities/?filter[stop]=node-147-platform" } }, "parent_station": { "data": { - "id": "place-sstat", + "id": "place-tumnl", "type": "stop" } }, @@ -357638,27 +375629,28 @@ }, { "attributes": { - "description": "Newton Highlands - Bottom of stairs for Hyde Street", - "latitude": 42.323408, + "description": "Wonderland - Revere Beach Plaza", + "latitude": 42.413607, "location_type": 3, - "longitude": -71.204458, - "name": "Newton Highlands", + "longitude": -70.991443, + "name": "Wonderland", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-newtn-hyde-stairs", + "id": "node-wondl-eplazacenter", "links": { - "self": "/stops/node-newtn-hyde-stairs" + "self": "/stops/node-wondl-eplazacenter" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-newtn-hyde-stairs" + "related": "/facilities/?filter[stop]=node-wondl-eplazacenter" } }, "parent_station": { "data": { - "id": "place-newtn", + "id": "place-wondl", "type": "stop" } }, @@ -357670,27 +375662,28 @@ }, { "attributes": { - "description": "Downtown Crossing - Top of elevator between Ashmont/Braintree platform and Chauncy Street lobby", + "description": "Kenmore - Bottom of busway escalator", "latitude": null, "location_type": 3, "longitude": null, - "name": "Downtown Crossing", + "name": "Kenmore", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-870-lobby", + "id": "node-430-landing", "links": { - "self": "/stops/node-870-lobby" + "self": "/stops/node-430-landing" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-870-lobby" + "related": "/facilities/?filter[stop]=node-430-landing" } }, "parent_station": { "data": { - "id": "place-dwnxg", + "id": "place-kencl", "type": "stop" } }, @@ -357702,27 +375695,28 @@ }, { "attributes": { - "description": "Malden Center - Bottom of Commuter Rail platform escalator", - "latitude": 42.426731, + "description": "Tufts Medical Center - Bottom of stairs for Oak Grove, Tremont Street", + "latitude": null, "location_type": 3, - "longitude": -71.074094, - "name": "Malden Center", + "longitude": null, + "name": "Tufts Medical Center", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-312-lobby", + "id": "node-tumnl-trenbstairs-platform", "links": { - "self": "/stops/node-312-lobby" + "self": "/stops/node-tumnl-trenbstairs-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-312-lobby" + "related": "/facilities/?filter[stop]=node-tumnl-trenbstairs-platform" } }, "parent_station": { "data": { - "id": "place-mlmnl", + "id": "place-tumnl", "type": "stop" } }, @@ -357734,27 +375728,28 @@ }, { "attributes": { - "description": "Back Bay - Bottom of Tracks 1-3 up escalator", + "description": "World Trade Center - Top of outbound platform stairs", "latitude": null, "location_type": 3, "longitude": null, - "name": "Back Bay", + "name": "World Trade Center", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-143-platform", + "id": "node-wtcst-obstairs-lobby", "links": { - "self": "/stops/node-143-platform" + "self": "/stops/node-wtcst-obstairs-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-143-platform" + "related": "/facilities/?filter[stop]=node-wtcst-obstairs-lobby" } }, "parent_station": { "data": { - "id": "place-bbsta", + "id": "place-wtcst", "type": "stop" } }, @@ -357766,27 +375761,28 @@ }, { "attributes": { - "description": "Newton Centre - Bottom of ramp for Union Street", - "latitude": 42.329414, + "description": "Haymarket - Top of elevator between Oak Grove platform and Congress Street lobby", + "latitude": null, "location_type": 3, - "longitude": -71.192631, - "name": "Newton Centre", + "longitude": null, + "name": "Haymarket", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-newto-ramp-platform", + "id": "node-903-lobby", "links": { - "self": "/stops/node-newto-ramp-platform" + "self": "/stops/node-903-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-newto-ramp-platform" + "related": "/facilities/?filter[stop]=node-903-lobby" } }, "parent_station": { "data": { - "id": "place-newto", + "id": "place-haecl", "type": "stop" } }, @@ -357798,27 +375794,28 @@ }, { "attributes": { - "description": "Harvard - Bottom of escalator from lobby to Harvard Square mezzanine", - "latitude": null, + "description": "Fields Corner - Top of elevator for Ashmont platform", + "latitude": 42.299982, "location_type": 3, - "longitude": null, - "name": "Harvard", + "longitude": -71.061671, + "name": "Fields Corner", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-514-lobby", + "id": "node-958-platform", "links": { - "self": "/stops/node-514-lobby" + "self": "/stops/node-958-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-514-lobby" + "related": "/facilities/?filter[stop]=node-958-platform" } }, "parent_station": { "data": { - "id": "place-harsq", + "id": "place-fldcr", "type": "stop" } }, @@ -357830,27 +375827,28 @@ }, { "attributes": { - "description": "Bowdoin - Top of escalator from lobby to entrance", + "description": "Ruggles - Bottom of Commuter Rail (Tracks 1 & 3) platform stairs", "latitude": null, "location_type": 3, "longitude": null, - "name": "Bowdoin", + "name": "Ruggles", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-125-entrance", + "id": "node-rugg-crstairs-platform", "links": { - "self": "/stops/node-125-entrance" + "self": "/stops/node-rugg-crstairs-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-125-entrance" + "related": "/facilities/?filter[stop]=node-rugg-crstairs-platform" } }, "parent_station": { "data": { - "id": "place-bomnl", + "id": "place-rugg", "type": "stop" } }, @@ -357862,27 +375860,28 @@ }, { "attributes": { - "description": "Wollaston - Top of elevator between Newport Avenue lobby and platform", - "latitude": null, - "location_type": 3, - "longitude": null, - "name": "Wollaston", + "description": "Brookline Village - Buses, Route 9", + "latitude": 42.33266, + "location_type": 2, + "longitude": -71.116542, + "name": "Brookline Village - Buses, Route 9", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-734-platform", + "id": "door-bvmnl-boylston", "links": { - "self": "/stops/node-734-platform" + "self": "/stops/door-bvmnl-boylston" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-734-platform" + "related": "/facilities/?filter[stop]=door-bvmnl-boylston" } }, "parent_station": { "data": { - "id": "place-wlsta", + "id": "place-bvmnl", "type": "stop" } }, @@ -357894,27 +375893,28 @@ }, { "attributes": { - "description": "Arlington - Top of westbound elevator", + "description": "Andrew - Top of north outbound stairs", "latitude": null, "location_type": 3, "longitude": null, - "name": "Arlington", + "name": "Andrew", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-962-lobby", + "id": "node-andrw-nobstairs-lobby", "links": { - "self": "/stops/node-962-lobby" + "self": "/stops/node-andrw-nobstairs-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-962-lobby" + "related": "/facilities/?filter[stop]=node-andrw-nobstairs-lobby" } }, "parent_station": { "data": { - "id": "place-armnl", + "id": "place-andrw", "type": "stop" } }, @@ -357926,27 +375926,28 @@ }, { "attributes": { - "description": "Haymarket - RMV, Sudbury St, New Chardon St", - "latitude": 42.3629, - "location_type": 2, - "longitude": -71.058138, - "name": "Haymarket - RMV, Sudbury St, New Chardon St", + "description": "Porter - Bottom of escalator to Red Line platforms from lobby", + "latitude": 42.388777, + "location_type": 3, + "longitude": -71.118753, + "name": "Porter", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-haecl-busway", + "id": "node-509-sbplatform", "links": { - "self": "/stops/door-haecl-busway" + "self": "/stops/node-509-sbplatform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-haecl-busway" + "related": "/facilities/?filter[stop]=node-509-sbplatform" } }, "parent_station": { "data": { - "id": "place-haecl", + "id": "place-portr", "type": "stop" } }, @@ -357958,27 +375959,28 @@ }, { "attributes": { - "description": "Wonderland - Bowdoin-bound platform end of pedestrian bridge", - "latitude": 42.413273, + "description": "Kenmore - Top of stairs between lobby and fare vending machines", + "latitude": null, "location_type": 3, - "longitude": -70.991927, - "name": "Wonderland", + "longitude": null, + "name": "Kenmore", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-wondl-footbridgeib", + "id": "node-kencl-fvmstair-landing", "links": { - "self": "/stops/node-wondl-footbridgeib" + "self": "/stops/node-kencl-fvmstair-landing" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-wondl-footbridgeib" + "related": "/facilities/?filter[stop]=node-kencl-fvmstair-landing" } }, "parent_station": { "data": { - "id": "place-wondl", + "id": "place-kencl", "type": "stop" } }, @@ -357990,27 +375992,28 @@ }, { "attributes": { - "description": "Wollaston - Unpaid side of parking lobby fare gates", - "latitude": null, + "description": "Alewife - Bottom of north stairs between concourse and busway", + "latitude": 42.395871, "location_type": 3, - "longitude": null, - "name": "Wollaston", + "longitude": -71.141628, + "name": "Alewife", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-wlsta-park-fareunpaid", + "id": "node-alfcl-buswaynorthstairs-bottom", "links": { - "self": "/stops/node-wlsta-park-fareunpaid" + "self": "/stops/node-alfcl-buswaynorthstairs-bottom" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-wlsta-park-fareunpaid" + "related": "/facilities/?filter[stop]=node-alfcl-buswaynorthstairs-bottom" } }, "parent_station": { "data": { - "id": "place-wlsta", + "id": "place-alfcl", "type": "stop" } }, @@ -358022,27 +376025,28 @@ }, { "attributes": { - "description": "South Station - South Station Bus Terminal", - "latitude": 42.35069, - "location_type": 2, - "longitude": -71.056121, - "name": "South Station - South Station Bus Terminal", + "description": "State - Top of stairs between Wonderland platform, Orange Line landing and State St, Devonshire St", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "State", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-sstat-bus", + "id": "node-state-oldstatepassageministairs-street", "links": { - "self": "/stops/door-sstat-bus" + "self": "/stops/node-state-oldstatepassageministairs-street" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-sstat-bus" + "related": "/facilities/?filter[stop]=node-state-oldstatepassageministairs-street" } }, "parent_station": { "data": { - "id": "place-sstat", + "id": "place-state", "type": "stop" } }, @@ -358054,27 +376058,28 @@ }, { "attributes": { - "description": "Maverick - Top of escalator from Lewis Mall to lobby", - "latitude": 42.368235, + "description": "North Station - Bottom of Escalator 393 from Oak Grove platform to Causeway Street lobby", + "latitude": 42.365454, "location_type": 3, - "longitude": -71.040556, - "name": "Maverick", + "longitude": -71.060184, + "name": "North Station", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-429-entrance", + "id": "node-393-bottom", "links": { - "self": "/stops/node-429-entrance" + "self": "/stops/node-393-bottom" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-429-entrance" + "related": "/facilities/?filter[stop]=node-393-bottom" } }, "parent_station": { "data": { - "id": "place-mvbcl", + "id": "place-north", "type": "stop" } }, @@ -358086,27 +376091,28 @@ }, { "attributes": { - "description": "Haymarket - Unpaid side of busway fare gates", + "description": "South Station - Bottom of stairs for SL1/SL2/SL3 platform", "latitude": null, "location_type": 3, "longitude": null, - "name": "Haymarket", + "name": "South Station", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-haecl-busfareunpaid", + "id": "node-sstat-918stair-sl", "links": { - "self": "/stops/node-haecl-busfareunpaid" + "self": "/stops/node-sstat-918stair-sl" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-haecl-busfareunpaid" + "related": "/facilities/?filter[stop]=node-sstat-918stair-sl" } }, "parent_station": { "data": { - "id": "place-haecl", + "id": "place-sstat", "type": "stop" } }, @@ -358118,27 +376124,28 @@ }, { "attributes": { - "description": "South Station - Top of escalators from Commuter Rail concourse", + "description": "Back Bay - Top of Tracks 1-3 elevator", "latitude": null, "location_type": 3, "longitude": null, - "name": "South Station", + "name": "Back Bay", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-sstat-bldgescdown-ground", + "id": "node-855-lobby", "links": { - "self": "/stops/node-sstat-bldgescdown-ground" + "self": "/stops/node-855-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-sstat-bldgescdown-ground" + "related": "/facilities/?filter[stop]=node-855-lobby" } }, "parent_station": { "data": { - "id": "place-sstat", + "id": "place-bbsta", "type": "stop" } }, @@ -358150,27 +376157,28 @@ }, { "attributes": { - "description": "Kendall/MIT - Stairs street level", - "latitude": 42.36245, - "location_type": 3, - "longitude": -71.084845, - "name": "Kendall/MIT", + "description": "Green Street - Woolsey Sq, Green St, Amory St", + "latitude": 42.310556, + "location_type": 2, + "longitude": -71.107519, + "name": "Green Street - Woolsey Sq, Green St, Amory St", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-knncl-backnbstair-entrance", + "id": "door-grnst-main", "links": { - "self": "/stops/node-knncl-backnbstair-entrance" + "self": "/stops/door-grnst-main" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-knncl-backnbstair-entrance" + "related": "/facilities/?filter[stop]=door-grnst-main" } }, "parent_station": { "data": { - "id": "place-knncl", + "id": "place-grnst", "type": "stop" } }, @@ -358182,27 +376190,28 @@ }, { "attributes": { - "description": "Community College - Top of stairs", - "latitude": null, + "description": "Porter - Top of escalator from Somerville Ave to lobby", + "latitude": 42.388395, "location_type": 3, - "longitude": null, - "name": "Community College", + "longitude": -71.119176, + "name": "Porter", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-ccmnl-stairs-lobby", + "id": "node-504-street", "links": { - "self": "/stops/node-ccmnl-stairs-lobby" + "self": "/stops/node-504-street" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-ccmnl-stairs-lobby" + "related": "/facilities/?filter[stop]=node-504-street" } }, "parent_station": { "data": { - "id": "place-ccmnl", + "id": "place-portr", "type": "stop" } }, @@ -358214,27 +376223,28 @@ }, { "attributes": { - "description": "Courthouse - Top of stairs between Thomson Place landing and lobby", - "latitude": null, + "description": "Eliot - Top of stairs to westbound Boylston Street", + "latitude": 42.318572, "location_type": 3, - "longitude": null, - "name": "Courthouse", + "longitude": -71.215915, + "name": "Eliot", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-crtst-southlobstair-landing", + "id": "node-eliot-boylws-bridge", "links": { - "self": "/stops/node-crtst-southlobstair-landing" + "self": "/stops/node-eliot-boylws-bridge" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-crtst-southlobstair-landing" + "related": "/facilities/?filter[stop]=node-eliot-boylws-bridge" } }, "parent_station": { "data": { - "id": "place-crtst", + "id": "place-eliot", "type": "stop" } }, @@ -358246,27 +376256,28 @@ }, { "attributes": { - "description": "Downtown Crossing - Top of escalator from Ashmont/Braintree platform to Oak Grove platform", + "description": "Aquarium - Top of elevator between Bowdoin platform and Atlantic Avenue", "latitude": null, "location_type": 3, "longitude": null, - "name": "Downtown Crossing", + "name": "Aquarium", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-331-ol", + "id": "node-923-lobby", "links": { - "self": "/stops/node-331-ol" + "self": "/stops/node-923-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-331-ol" + "related": "/facilities/?filter[stop]=node-923-lobby" } }, "parent_station": { "data": { - "id": "place-dwnxg", + "id": "place-aqucl", "type": "stop" } }, @@ -358278,27 +376289,28 @@ }, { "attributes": { - "description": "Wellington - Top of escalator from Oak Grove platform to lobby", - "latitude": 42.402199, + "description": "Airport - Paid side of fare gates", + "latitude": 42.374122, "location_type": 3, - "longitude": -71.077039, - "name": "Wellington", + "longitude": -71.030096, + "name": "Airport", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-310-lobby", + "id": "node-aport-buses-farepaid", "links": { - "self": "/stops/node-310-lobby" + "self": "/stops/node-aport-buses-farepaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-310-lobby" + "related": "/facilities/?filter[stop]=node-aport-buses-farepaid" } }, "parent_station": { "data": { - "id": "place-welln", + "id": "place-aport", "type": "stop" } }, @@ -358310,27 +376322,28 @@ }, { "attributes": { - "description": "South Station - Red Line level of Elevator 918", - "latitude": null, + "description": "Fields Corner - Top of stairs for Ashmont platform", + "latitude": 42.300071, "location_type": 3, - "longitude": null, - "name": "South Station", + "longitude": -71.061963, + "name": "Fields Corner", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-918-rl", + "id": "node-fldcr-ashstair-platform", "links": { - "self": "/stops/node-918-rl" + "self": "/stops/node-fldcr-ashstair-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-918-rl" + "related": "/facilities/?filter[stop]=node-fldcr-ashstair-platform" } }, "parent_station": { "data": { - "id": "place-sstat", + "id": "place-fldcr", "type": "stop" } }, @@ -358342,27 +376355,28 @@ }, { "attributes": { - "description": "Wollaston - Top of stairs between Newport Avenue lobby and platform", - "latitude": null, + "description": "Alewife - Ground level of Elevator 815", + "latitude": 42.395815, "location_type": 3, - "longitude": null, - "name": "Wollaston", + "longitude": -71.141239, + "name": "Alewife", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-wlsta-stair4-platform", + "id": "node-815-ground", "links": { - "self": "/stops/node-wlsta-stair4-platform" + "self": "/stops/node-815-ground" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-wlsta-stair4-platform" + "related": "/facilities/?filter[stop]=node-815-ground" } }, "parent_station": { "data": { - "id": "place-wlsta", + "id": "place-alfcl", "type": "stop" } }, @@ -358374,27 +376388,28 @@ }, { "attributes": { - "description": "Oak Grove - Bottom of Commuter Rail stairs", - "latitude": 42.43715, + "description": "Harvard - Paid side of Harvard Square fare gates", + "latitude": null, "location_type": 3, - "longitude": -71.070722, - "name": "Oak Grove", + "longitude": null, + "name": "Harvard", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-ogmnl-crstair-crplatform", + "id": "node-harsq-sqfarepaid", "links": { - "self": "/stops/node-ogmnl-crstair-crplatform" + "self": "/stops/node-harsq-sqfarepaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-ogmnl-crstair-crplatform" + "related": "/facilities/?filter[stop]=node-harsq-sqfarepaid" } }, "parent_station": { "data": { - "id": "place-ogmnl", + "id": "place-harsq", "type": "stop" } }, @@ -358406,27 +376421,28 @@ }, { "attributes": { - "description": "Community College - Top of Escalator 305", - "latitude": null, - "location_type": 3, - "longitude": null, - "name": "Community College", + "description": "Haymarket - RMV, City Hall, Faneuil Hall Marketplace", + "latitude": 42.361977, + "location_type": 2, + "longitude": -71.057805, + "name": "Haymarket - RMV, City Hall, Faneuil Hall Marketplace", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-ccmnl-305-lobby", + "id": "door-haecl-congress", "links": { - "self": "/stops/node-ccmnl-305-lobby" + "self": "/stops/door-haecl-congress" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-ccmnl-305-lobby" + "related": "/facilities/?filter[stop]=door-haecl-congress" } }, "parent_station": { "data": { - "id": "place-ccmnl", + "id": "place-haecl", "type": "stop" } }, @@ -358438,27 +376454,28 @@ }, { "attributes": { - "description": "Revere Beach - Beach St", - "latitude": 42.408455, - "location_type": 2, - "longitude": -70.99255, - "name": "Revere Beach - Beach St", + "description": "Forest Hills - Bottom of north lower busway stairs", + "latitude": 42.300763, + "location_type": 3, + "longitude": -71.113582, + "name": "Forest Hills", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-rbmnl-beach", + "id": "node-forhl-nlowbusstairs-busway", "links": { - "self": "/stops/door-rbmnl-beach" + "self": "/stops/node-forhl-nlowbusstairs-busway" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-rbmnl-beach" + "related": "/facilities/?filter[stop]=node-forhl-nlowbusstairs-busway" } }, "parent_station": { "data": { - "id": "place-rbmnl", + "id": "place-forhl", "type": "stop" } }, @@ -358470,27 +376487,28 @@ }, { "attributes": { - "description": "Suffolk Downs - Top of ramp for Bennington Street", - "latitude": 42.390406, + "description": "JFK/UMass - Top of southern stairs between Braintree, Alewife platform and lobby", + "latitude": 42.320507, "location_type": 3, - "longitude": -70.996983, - "name": "Suffolk Downs", + "longitude": -71.052263, + "name": "JFK/UMass", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-sdmnl-unob-bridge", + "id": "node-jfk-bragasstair-lobby", "links": { - "self": "/stops/node-sdmnl-unob-bridge" + "self": "/stops/node-jfk-bragasstair-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-sdmnl-unob-bridge" + "related": "/facilities/?filter[stop]=node-jfk-bragasstair-lobby" } }, "parent_station": { "data": { - "id": "place-sdmnl", + "id": "place-jfk", "type": "stop" } }, @@ -358502,27 +376520,28 @@ }, { "attributes": { - "description": "Orient Heights - Top of Escalator 440", - "latitude": 42.38696, + "description": "Science Park/West End - Bottom of outbound platform stairs", + "latitude": 42.36681, "location_type": 3, - "longitude": -71.00486, - "name": "Orient Heights", + "longitude": -71.067754, + "name": "Science Park/West End", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-440-bridge", + "id": "node-spmnl-obstairs-lobby", "links": { - "self": "/stops/node-440-bridge" + "self": "/stops/node-spmnl-obstairs-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-440-bridge" + "related": "/facilities/?filter[stop]=node-spmnl-obstairs-lobby" } }, "parent_station": { "data": { - "id": "place-orhte", + "id": "place-spmnl", "type": "stop" } }, @@ -358534,27 +376553,28 @@ }, { "attributes": { - "description": "Haymarket - Top of stairs between mezzanine and Forest Hills platform", + "description": "Harvard - Ramp between Ashmont/Braintree platform and fare gates", "latitude": null, "location_type": 3, "longitude": null, - "name": "Haymarket", + "name": "Harvard", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-haecl-congfhplatn-passage", + "id": "node-harsq-sbramp-platform", "links": { - "self": "/stops/node-haecl-congfhplatn-passage" + "self": "/stops/node-harsq-sbramp-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-haecl-congfhplatn-passage" + "related": "/facilities/?filter[stop]=node-harsq-sbramp-platform" } }, "parent_station": { "data": { - "id": "place-haecl", + "id": "place-harsq", "type": "stop" } }, @@ -358566,27 +376586,28 @@ }, { "attributes": { - "description": "Magoun Square - Top of ramp", - "latitude": 42.393326, + "description": "Kendall/MIT - Stairs street level", + "latitude": 42.362645, "location_type": 3, - "longitude": -71.106128, - "name": "Magoun Square", + "longitude": -71.086635, + "name": "Kendall/MIT", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-mgngl-ramp-top", + "id": "node-knncl-frontnbstair-entrance", "links": { - "self": "/stops/node-mgngl-ramp-top" + "self": "/stops/node-knncl-frontnbstair-entrance" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-mgngl-ramp-top" + "related": "/facilities/?filter[stop]=node-knncl-frontnbstair-entrance" } }, "parent_station": { "data": { - "id": "place-mgngl", + "id": "place-knncl", "type": "stop" } }, @@ -358598,27 +376619,28 @@ }, { "attributes": { - "description": "Forest Hills - Unpaid side of fare gates", - "latitude": 42.301777, + "description": "Alewife - Top of Escalator 354 from concourse to second floor of garage", + "latitude": 42.395873, "location_type": 3, - "longitude": -71.113546, - "name": "Forest Hills", + "longitude": -71.140992, + "name": "Alewife", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-forhl-southfareunpaid", + "id": "node-354-top", "links": { - "self": "/stops/node-forhl-southfareunpaid" + "self": "/stops/node-354-top" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-forhl-southfareunpaid" + "related": "/facilities/?filter[stop]=node-354-top" } }, "parent_station": { "data": { - "id": "place-forhl", + "id": "place-alfcl", "type": "stop" } }, @@ -358630,27 +376652,28 @@ }, { "attributes": { - "description": "South Station - Bottom of Escalator 400", + "description": "Prudential - Top of elevator between Park Street & North platform and lobby", "latitude": null, "location_type": 3, "longitude": null, - "name": "South Station", + "name": "Prudential", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-400-rl", + "id": "node-921-lobby", "links": { - "self": "/stops/node-400-rl" + "self": "/stops/node-921-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-400-rl" + "related": "/facilities/?filter[stop]=node-921-lobby" } }, "parent_station": { "data": { - "id": "place-sstat", + "id": "place-prmnl", "type": "stop" } }, @@ -358662,27 +376685,28 @@ }, { "attributes": { - "description": "Forest Hills - Top of Orange Line main lobby elevator", - "latitude": 42.300809, + "description": "Courthouse - Paid side of outbound fare gates", + "latitude": null, "location_type": 3, - "longitude": -71.114206, - "name": "Forest Hills", + "longitude": null, + "name": "Courthouse", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-842-lobby", + "id": "node-crtst-wtcmain-farepaid", "links": { - "self": "/stops/node-842-lobby" + "self": "/stops/node-crtst-wtcmain-farepaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-842-lobby" + "related": "/facilities/?filter[stop]=node-crtst-wtcmain-farepaid" } }, "parent_station": { "data": { - "id": "place-forhl", + "id": "place-crtst", "type": "stop" } }, @@ -358694,27 +376718,28 @@ }, { "attributes": { - "description": "World Trade Center - Top of outbound platform elevator", + "description": "Jackson Square - Unpaid side of fare gates", "latitude": null, "location_type": 3, "longitude": null, - "name": "World Trade Center", + "name": "Jackson Square", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-936-lobby", + "id": "node-jaksn-fareunpaid", "links": { - "self": "/stops/node-936-lobby" + "self": "/stops/node-jaksn-fareunpaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-936-lobby" + "related": "/facilities/?filter[stop]=node-jaksn-fareunpaid" } }, "parent_station": { "data": { - "id": "place-wtcst", + "id": "place-jaksn", "type": "stop" } }, @@ -358726,27 +376751,28 @@ }, { "attributes": { - "description": "Downtown Crossing - Bottom of stairs between Forest Hills platform and Alewife platform", - "latitude": null, + "description": "Government Center - Bottom of elevator between plaza and Green Line", + "latitude": 42.359606, "location_type": 3, - "longitude": null, - "name": "Downtown Crossing", + "longitude": -71.059409, + "name": "Government Center", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-dwnxg-stair1-rl", + "id": "node-721-platform", "links": { - "self": "/stops/node-dwnxg-stair1-rl" + "self": "/stops/node-721-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-dwnxg-stair1-rl" + "related": "/facilities/?filter[stop]=node-721-platform" } }, "parent_station": { "data": { - "id": "place-dwnxg", + "id": "place-gover", "type": "stop" } }, @@ -358758,27 +376784,28 @@ }, { "attributes": { - "description": "Kenmore - Boston University, Beacon St", - "latitude": 42.349273, - "location_type": 2, - "longitude": -71.095549, - "name": "Kenmore - Boston University, Beacon St", + "description": "Forest Hills - Bottom of Orange Line stairs for Arborway, Southwest Corridor Park", + "latitude": 42.301714, + "location_type": 3, + "longitude": -71.11352, + "name": "Forest Hills", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-kencl-beacon", + "id": "node-forhl-southstairs-platform", "links": { - "self": "/stops/door-kencl-beacon" + "self": "/stops/node-forhl-southstairs-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-kencl-beacon" + "related": "/facilities/?filter[stop]=node-forhl-southstairs-platform" } }, "parent_station": { "data": { - "id": "place-kencl", + "id": "place-forhl", "type": "stop" } }, @@ -358790,27 +376817,28 @@ }, { "attributes": { - "description": "Downtown Crossing - Macy's", - "latitude": 42.355253, - "location_type": 2, - "longitude": -71.060521, - "name": "Downtown Crossing - Macy's", + "description": "Massachusetts Avenue - Bottom of ramp from main entrance", + "latitude": 42.341461, + "location_type": 3, + "longitude": -71.083481, + "name": "Massachusetts Avenue", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-dwnxg-macys", + "id": "node-masta-unpramp-lobby", "links": { - "self": "/stops/door-dwnxg-macys" + "self": "/stops/node-masta-unpramp-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-dwnxg-macys" + "related": "/facilities/?filter[stop]=node-masta-unpramp-lobby" } }, "parent_station": { "data": { - "id": "place-dwnxg", + "id": "place-masta", "type": "stop" } }, @@ -358822,27 +376850,28 @@ }, { "attributes": { - "description": "Revere Beach - Bottom of Elevator 884 between Bowdoin platform and lobby", - "latitude": 42.407853, + "description": "Reservoir - Bottom of ramp for Cleveland Circle", + "latitude": 42.335125, "location_type": 3, - "longitude": -70.992649, - "name": "Revere Beach", + "longitude": -71.149228, + "name": "Reservoir", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-884-platform", + "id": "node-rsmnl-wramp-platform", "links": { - "self": "/stops/node-884-platform" + "self": "/stops/node-rsmnl-wramp-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-884-platform" + "related": "/facilities/?filter[stop]=node-rsmnl-wramp-platform" } }, "parent_station": { "data": { - "id": "place-rbmnl", + "id": "place-rsmnl", "type": "stop" } }, @@ -358854,27 +376883,28 @@ }, { "attributes": { - "description": "Milton - Neponset Trail", - "latitude": 42.270436, - "location_type": 2, - "longitude": -71.067005, - "name": "Milton - Neponset Trail", + "description": "Park Street - Paid side of exit-only gate", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "Park Street", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-miltt-trail", + "id": "node-pktrm-nbexitpaid", "links": { - "self": "/stops/door-miltt-trail" + "self": "/stops/node-pktrm-nbexitpaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-miltt-trail" + "related": "/facilities/?filter[stop]=node-pktrm-nbexitpaid" } }, "parent_station": { "data": { - "id": "place-miltt", + "id": "place-pktrm", "type": "stop" } }, @@ -358886,27 +376916,28 @@ }, { "attributes": { - "description": "Prudential - Bottom of escalator from Heath Street platform to lobby", - "latitude": null, + "description": "Alewife - Top of Escalator 352 from platform to concourse", + "latitude": 42.396161, "location_type": 3, - "longitude": null, - "name": "Prudential", + "longitude": -71.14136, + "name": "Alewife", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-152-platform", + "id": "node-352-top", "links": { - "self": "/stops/node-152-platform" + "self": "/stops/node-352-top" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-152-platform" + "related": "/facilities/?filter[stop]=node-352-top" } }, "parent_station": { "data": { - "id": "place-prmnl", + "id": "place-alfcl", "type": "stop" } }, @@ -358918,27 +376949,28 @@ }, { "attributes": { - "description": "Malden Center - Unpaid side of fare gates", - "latitude": 42.426814, + "description": "Central - Paid side of fare gates", + "latitude": null, "location_type": 3, - "longitude": -71.074214, - "name": "Malden Center", + "longitude": null, + "name": "Central", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-mlmnl-fareunpaid", + "id": "node-cntsq-pearlstair-farepaid", "links": { - "self": "/stops/node-mlmnl-fareunpaid" + "self": "/stops/node-cntsq-pearlstair-farepaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-mlmnl-fareunpaid" + "related": "/facilities/?filter[stop]=node-cntsq-pearlstair-farepaid" } }, "parent_station": { "data": { - "id": "place-mlmnl", + "id": "place-cntsq", "type": "stop" } }, @@ -358950,27 +376982,28 @@ }, { "attributes": { - "description": "Gilman Square - Bottom of stairs for School St", - "latitude": 42.38822, + "description": "Orient Heights - Top of stairs for Bowdoin", + "latitude": 42.386944, "location_type": 3, - "longitude": -71.097392, - "name": "Gilman Square", + "longitude": -71.00485, + "name": "Orient Heights", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-gilmn-schstairs-bottom", + "id": "node-orhte-ibpaidstairs-bridge", "links": { - "self": "/stops/node-gilmn-schstairs-bottom" + "self": "/stops/node-orhte-ibpaidstairs-bridge" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-gilmn-schstairs-bottom" + "related": "/facilities/?filter[stop]=node-orhte-ibpaidstairs-bridge" } }, "parent_station": { "data": { - "id": "place-gilmn", + "id": "place-orhte", "type": "stop" } }, @@ -358982,27 +377015,28 @@ }, { "attributes": { - "description": "Chelsea - Bottom of ramp between Third St and outbound platform", - "latitude": 42.397546, - "location_type": 3, - "longitude": -71.043956, - "name": "Chelsea", + "description": "Symphony - Massachusetts Ave, Huntington Ave (West)", + "latitude": 42.342822, + "location_type": 2, + "longitude": -71.085185, + "name": "Symphony - Massachusetts Ave, Huntington Ave (West)", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, - "id": "node-chels-thirdout-bottom", + "id": "door-symcl-huntw", "links": { - "self": "/stops/node-chels-thirdout-bottom" + "self": "/stops/door-symcl-huntw" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-chels-thirdout-bottom" + "related": "/facilities/?filter[stop]=door-symcl-huntw" } }, "parent_station": { "data": { - "id": "place-chels", + "id": "place-symcl", "type": "stop" } }, @@ -359014,27 +377048,28 @@ }, { "attributes": { - "description": "Back Bay - Bottom of Tracks 5-7 east stairs", - "latitude": null, + "description": "Malden Center - Top of stairs to exit-only gates", + "latitude": 42.427064, "location_type": 3, - "longitude": null, - "name": "Back Bay", + "longitude": -71.074191, + "name": "Malden Center", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-bbsta-e57stairs-platform", + "id": "node-mlmnl-exitstair-platform", "links": { - "self": "/stops/node-bbsta-e57stairs-platform" + "self": "/stops/node-mlmnl-exitstair-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-bbsta-e57stairs-platform" + "related": "/facilities/?filter[stop]=node-mlmnl-exitstair-platform" } }, "parent_station": { "data": { - "id": "place-bbsta", + "id": "place-mlmnl", "type": "stop" } }, @@ -359046,27 +377081,28 @@ }, { "attributes": { - "description": "Longwood - Bottom of platform ramp for Emerald Necklace", - "latitude": 42.341463, + "description": "World Trade Center - Paid lobby center", + "latitude": null, "location_type": 3, - "longitude": -71.110097, - "name": "Longwood", + "longitude": null, + "name": "World Trade Center", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-longw-pramp-platform", + "id": "node-wtcst-paidlobbycenter", "links": { - "self": "/stops/node-longw-pramp-platform" + "self": "/stops/node-wtcst-paidlobbycenter" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-longw-pramp-platform" + "related": "/facilities/?filter[stop]=node-wtcst-paidlobbycenter" } }, "parent_station": { "data": { - "id": "place-longw", + "id": "place-wtcst", "type": "stop" } }, @@ -359078,27 +377114,28 @@ }, { "attributes": { - "description": "Kenmore - Top of stairs between lobby and fare vending machines", + "description": "South Station - Bottom of Escalator 390", "latitude": null, "location_type": 3, "longitude": null, - "name": "Kenmore", + "name": "South Station", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-kencl-fvmstair-landing", + "id": "node-390-rl", "links": { - "self": "/stops/node-kencl-fvmstair-landing" + "self": "/stops/node-390-rl" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-kencl-fvmstair-landing" + "related": "/facilities/?filter[stop]=node-390-rl" } }, "parent_station": { "data": { - "id": "place-kencl", + "id": "place-sstat", "type": "stop" } }, @@ -359110,27 +377147,28 @@ }, { "attributes": { - "description": "Park Street - Bottom of elevator between Copley & West platform and passageway to Government Center & North", + "description": "State - Bottom of stairs between lobby and City Hall", "latitude": null, "location_type": 3, "longitude": null, - "name": "Park Street", + "name": "State", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-823-under", + "id": "node-state-statestreetstairs-lobby", "links": { - "self": "/stops/node-823-under" + "self": "/stops/node-state-statestreetstairs-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-823-under" + "related": "/facilities/?filter[stop]=node-state-statestreetstairs-lobby" } }, "parent_station": { "data": { - "id": "place-pktrm", + "id": "place-state", "type": "stop" } }, @@ -359142,27 +377180,28 @@ }, { "attributes": { - "description": "North Quincy - Bottom of escalator from platform to Squantum Street lobby", - "latitude": 42.275324, + "description": "Longwood - Top of exit stairs for Emerald Necklace", + "latitude": 42.34142, "location_type": 3, - "longitude": -71.029644, - "name": "North Quincy", + "longitude": -71.110053, + "name": "Longwood", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-325-platform", + "id": "node-longw-estairs-landing", "links": { - "self": "/stops/node-325-platform" + "self": "/stops/node-longw-estairs-landing" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-325-platform" + "related": "/facilities/?filter[stop]=node-longw-estairs-landing" } }, "parent_station": { "data": { - "id": "place-nqncy", + "id": "place-longw", "type": "stop" } }, @@ -359174,27 +377213,28 @@ }, { "attributes": { - "description": "Revere Beach - Paid side of fare gates", - "latitude": 42.407872, - "location_type": 3, - "longitude": -70.992533, - "name": "Revere Beach", + "description": "Harvard - Harvard Square", + "latitude": 42.373371, + "location_type": 2, + "longitude": -71.119004, + "name": "Harvard - Harvard Square", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-rbmnl-farepaid", + "id": "door-harsq-square", "links": { - "self": "/stops/node-rbmnl-farepaid" + "self": "/stops/door-harsq-square" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-rbmnl-farepaid" + "related": "/facilities/?filter[stop]=door-harsq-square" } }, "parent_station": { "data": { - "id": "place-rbmnl", + "id": "place-harsq", "type": "stop" } }, @@ -359206,27 +377246,28 @@ }, { "attributes": { - "description": "Davis - Bottom of Escalator 342", - "latitude": null, + "description": "Forest Hills - Bottom of Orange Line platform south stairs", + "latitude": 42.300596, "location_type": 3, - "longitude": null, - "name": "Davis", + "longitude": -71.114255, + "name": "Forest Hills", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-342-lobby", + "id": "node-forhl-splatstairs-platform", "links": { - "self": "/stops/node-342-lobby" + "self": "/stops/node-forhl-splatstairs-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-342-lobby" + "related": "/facilities/?filter[stop]=node-forhl-splatstairs-platform" } }, "parent_station": { "data": { - "id": "place-davis", + "id": "place-forhl", "type": "stop" } }, @@ -359238,27 +377279,28 @@ }, { "attributes": { - "description": "North Quincy - Paid side of Squantum Street fare gates", - "latitude": 42.275154, + "description": "Haymarket - Bottom of elevator between Oak Grove platform and Congress Street lobby", + "latitude": null, "location_type": 3, - "longitude": -71.029517, - "name": "North Quincy", + "longitude": null, + "name": "Haymarket", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-nqncy-sfarepaid", + "id": "node-903-platform", "links": { - "self": "/stops/node-nqncy-sfarepaid" + "self": "/stops/node-903-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-nqncy-sfarepaid" + "related": "/facilities/?filter[stop]=node-903-platform" } }, "parent_station": { "data": { - "id": "place-nqncy", + "id": "place-haecl", "type": "stop" } }, @@ -359270,27 +377312,28 @@ }, { "attributes": { - "description": "Longwood - Bottom of steps for Colchester Street", - "latitude": 42.341873, + "description": "Forest Hills - Top of Orange Line platform south stairs", + "latitude": 42.30069, "location_type": 3, - "longitude": -71.109853, - "name": "Longwood", + "longitude": -71.114194, + "name": "Forest Hills", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-longw-cstairs-platform", + "id": "node-forhl-splatstairs-lobby", "links": { - "self": "/stops/node-longw-cstairs-platform" + "self": "/stops/node-forhl-splatstairs-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-longw-cstairs-platform" + "related": "/facilities/?filter[stop]=node-forhl-splatstairs-lobby" } }, "parent_station": { "data": { - "id": "place-longw", + "id": "place-forhl", "type": "stop" } }, @@ -359302,27 +377345,28 @@ }, { "attributes": { - "description": "State - Washington St, Milk St", - "latitude": 42.35715, - "location_type": 2, - "longitude": -71.058394, - "name": "State - Washington St, Milk St", + "description": "South Station - Bottom of stairs for Ashmont/Braintree", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "South Station", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-state-meeting", + "id": "node-sstat-400stair-rl", "links": { - "self": "/stops/door-state-meeting" + "self": "/stops/node-sstat-400stair-rl" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-state-meeting" + "related": "/facilities/?filter[stop]=node-sstat-400stair-rl" } }, "parent_station": { "data": { - "id": "place-state", + "id": "place-sstat", "type": "stop" } }, @@ -359334,27 +377378,28 @@ }, { "attributes": { - "description": "Roxbury Crossing - Bottom of stairs", - "latitude": 42.331167, - "location_type": 3, - "longitude": -71.095731, - "name": "Roxbury Crossing", + "description": "Chestnut Hill - Parking Lot Access (East)", + "latitude": 42.326909, + "location_type": 2, + "longitude": -71.164347, + "name": "Chestnut Hill - Parking Lot Access (East)", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-rcmnl-stairs-platform", + "id": "door-chhil-parke", "links": { - "self": "/stops/node-rcmnl-stairs-platform" + "self": "/stops/door-chhil-parke" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-rcmnl-stairs-platform" + "related": "/facilities/?filter[stop]=door-chhil-parke" } }, "parent_station": { "data": { - "id": "place-rcmnl", + "id": "place-chhil", "type": "stop" } }, @@ -359366,27 +377411,28 @@ }, { "attributes": { - "description": "Courthouse - Top of elevator between outbound platform and lobby", - "latitude": null, + "description": "Lechmere - Top of stairs for North First St", + "latitude": 42.371667, "location_type": 3, - "longitude": null, - "name": "Courthouse", + "longitude": -71.076756, + "name": "Lechmere", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-938-lobby", + "id": "node-lech-firststairs-top", "links": { - "self": "/stops/node-938-lobby" + "self": "/stops/node-lech-firststairs-top" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-938-lobby" + "related": "/facilities/?filter[stop]=node-lech-firststairs-top" } }, "parent_station": { "data": { - "id": "place-crtst", + "id": "place-lech", "type": "stop" } }, @@ -359398,27 +377444,28 @@ }, { "attributes": { - "description": "Aquarium - Waterfront and New England Aquarium", - "latitude": 42.359861, - "location_type": 2, - "longitude": -71.051243, - "name": "Aquarium - Waterfront and New England Aquarium", + "description": "Alewife - Landing of ramp between concourse and Steel Place", + "latitude": 42.395541, + "location_type": 3, + "longitude": -71.142298, + "name": "Alewife", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-aqucl-atlanticelev", + "id": "node-alfcl-steelplramp-landing", "links": { - "self": "/stops/door-aqucl-atlanticelev" + "self": "/stops/node-alfcl-steelplramp-landing" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-aqucl-atlanticelev" + "related": "/facilities/?filter[stop]=node-alfcl-steelplramp-landing" } }, "parent_station": { "data": { - "id": "place-aqucl", + "id": "place-alfcl", "type": "stop" } }, @@ -359430,27 +377477,28 @@ }, { "attributes": { - "description": "Downtown Crossing - Bottom of escalator from Alewife platform to Oak Grove platform", + "description": "Aquarium - Top of stairs between platform and Atlantic Avenue", "latitude": null, "location_type": 3, "longitude": null, - "name": "Downtown Crossing", + "name": "Aquarium", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-332-rl", + "id": "node-aqucl-ebatlanticstairs-lobby", "links": { - "self": "/stops/node-332-rl" + "self": "/stops/node-aqucl-ebatlanticstairs-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-332-rl" + "related": "/facilities/?filter[stop]=node-aqucl-ebatlanticstairs-lobby" } }, "parent_station": { "data": { - "id": "place-dwnxg", + "id": "place-aqucl", "type": "stop" } }, @@ -359462,27 +377510,28 @@ }, { "attributes": { - "description": "Tufts Medical Center - Tremont St, YMCA Wang", - "latitude": 42.34869, - "location_type": 2, - "longitude": -71.06531, - "name": "Tufts Medical Center - Tremont St, YMCA Wang", + "description": "Wollaston - Bottom of stairs between platform and bridge", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "Wollaston", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-tumnl-tremont", + "id": "node-wlsta-stair5-platform", "links": { - "self": "/stops/door-tumnl-tremont" + "self": "/stops/node-wlsta-stair5-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-tumnl-tremont" + "related": "/facilities/?filter[stop]=node-wlsta-stair5-platform" } }, "parent_station": { "data": { - "id": "place-tumnl", + "id": "place-wlsta", "type": "stop" } }, @@ -359494,27 +377543,28 @@ }, { "attributes": { - "description": "Downtown Crossing - Bottom of escalator from Alewife platform to Hawley Street", + "description": "Courthouse - Bottom of elevator between Thomson Place and lobby", "latitude": null, "location_type": 3, "longitude": null, - "name": "Downtown Crossing", + "name": "Courthouse", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-113-platform", + "id": "node-939-lobby", "links": { - "self": "/stops/node-113-platform" + "self": "/stops/node-939-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-113-platform" + "related": "/facilities/?filter[stop]=node-939-lobby" } }, "parent_station": { "data": { - "id": "place-dwnxg", + "id": "place-crtst", "type": "stop" } }, @@ -359526,27 +377576,28 @@ }, { "attributes": { - "description": "Downtown Crossing - Bottom of stairs between lobby and Summer Street at Washington Street", - "latitude": null, + "description": "Maverick - Paid side of Lewis Mall fare gates", + "latitude": 42.368184, "location_type": 3, - "longitude": null, - "name": "Downtown Crossing", + "longitude": -71.040301, + "name": "Maverick", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-dwnxg-stair15-lobby", + "id": "node-mvbcl-lewfarepaid", "links": { - "self": "/stops/node-dwnxg-stair15-lobby" + "self": "/stops/node-mvbcl-lewfarepaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-dwnxg-stair15-lobby" + "related": "/facilities/?filter[stop]=node-mvbcl-lewfarepaid" } }, "parent_station": { "data": { - "id": "place-dwnxg", + "id": "place-mvbcl", "type": "stop" } }, @@ -359558,27 +377609,28 @@ }, { "attributes": { - "description": "Chinatown - Unpaid side of fare gates", - "latitude": null, + "description": "North Quincy - Bottom of escalator from Newport Avenue to lobby", + "latitude": 42.276471, "location_type": 3, - "longitude": null, - "name": "Chinatown", + "longitude": -71.031162, + "name": "North Quincy", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-chncl-ogfareunpaid", + "id": "node-383-street", "links": { - "self": "/stops/node-chncl-ogfareunpaid" + "self": "/stops/node-383-street" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-chncl-ogfareunpaid" + "related": "/facilities/?filter[stop]=node-383-street" } }, "parent_station": { "data": { - "id": "place-chncl", + "id": "place-nqncy", "type": "stop" } }, @@ -359590,27 +377642,28 @@ }, { "attributes": { - "description": "Aquarium - Bottom of elevator between Bowdoin platform and State Street", + "description": "South Station - Top of stairs for Alewife", "latitude": null, "location_type": 3, "longitude": null, - "name": "Aquarium", + "name": "South Station", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-914-platform", + "id": "node-sstat-420stair-middle", "links": { - "self": "/stops/node-914-platform" + "self": "/stops/node-sstat-420stair-middle" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-914-platform" + "related": "/facilities/?filter[stop]=node-sstat-420stair-middle" } }, "parent_station": { "data": { - "id": "place-aqucl", + "id": "place-sstat", "type": "stop" } }, @@ -359622,27 +377675,28 @@ }, { "attributes": { - "description": "Kenmore - Bottom of westbound platform stairs", - "latitude": null, + "description": "Quincy Adams - Bottom of Elevator 805 between lobby and platform", + "latitude": 42.233306, "location_type": 3, - "longitude": null, - "name": "Kenmore", + "longitude": -71.006913, + "name": "Quincy Adams", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-kencl-wbstair-platform", + "id": "node-805-bottom", "links": { - "self": "/stops/node-kencl-wbstair-platform" + "self": "/stops/node-805-bottom" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-kencl-wbstair-platform" + "related": "/facilities/?filter[stop]=node-805-bottom" } }, "parent_station": { "data": { - "id": "place-kencl", + "id": "place-qamnl", "type": "stop" } }, @@ -359654,27 +377708,28 @@ }, { "attributes": { - "description": "South Station - Bottom of stairs from drop-off only platform", + "description": "Prudential - Top of stairs between Prudential Center and lobby", "latitude": null, "location_type": 3, "longitude": null, - "name": "South Station", + "name": "Prudential", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-sstat-400sl-sl", + "id": "node-prmnl-prustair-street", "links": { - "self": "/stops/node-sstat-400sl-sl" + "self": "/stops/node-prmnl-prustair-street" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-sstat-400sl-sl" + "related": "/facilities/?filter[stop]=node-prmnl-prustair-street" } }, "parent_station": { "data": { - "id": "place-sstat", + "id": "place-prmnl", "type": "stop" } }, @@ -359686,27 +377741,28 @@ }, { "attributes": { - "description": "Downtown Crossing - Top of stairs between Ashmont/Braintree platform and Chauncy Street lobby", + "description": "Symphony - Paid side of fare gates", "latitude": null, "location_type": 3, "longitude": null, - "name": "Downtown Crossing", + "name": "Symphony", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-dwnxg-stair5-lobby", + "id": "node-symcl-wb-farepaid", "links": { - "self": "/stops/node-dwnxg-stair5-lobby" + "self": "/stops/node-symcl-wb-farepaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-dwnxg-stair5-lobby" + "related": "/facilities/?filter[stop]=node-symcl-wb-farepaid" } }, "parent_station": { "data": { - "id": "place-dwnxg", + "id": "place-symcl", "type": "stop" } }, @@ -359718,27 +377774,28 @@ }, { "attributes": { - "description": "Kendall/MIT - Main St, Third St", - "latitude": 42.362439, - "location_type": 2, - "longitude": -71.084837, - "name": "Kendall/MIT - Main St, Third St", + "description": "Ruggles - Bottom of Forsyth Street entrance elevator", + "latitude": 42.336924, + "location_type": 3, + "longitude": -71.08933, + "name": "Ruggles", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-knncl-nbsecond", + "id": "node-851-bottom", "links": { - "self": "/stops/door-knncl-nbsecond" + "self": "/stops/node-851-bottom" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-knncl-nbsecond" + "related": "/facilities/?filter[stop]=node-851-bottom" } }, "parent_station": { "data": { - "id": "place-knncl", + "id": "place-rugg", "type": "stop" } }, @@ -359750,27 +377807,28 @@ }, { "attributes": { - "description": "Aquarium - Bottom of elevator between lobby and State Street", - "latitude": null, + "description": "North Station - Top of exit-only stairs from Valenti Way lobby to Valenti Way", + "latitude": 42.365048, "location_type": 3, - "longitude": null, - "name": "Aquarium", + "longitude": -71.059723, + "name": "North Station", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-915-lobby", + "id": "node-north-evalentiexitstairs-top", "links": { - "self": "/stops/node-915-lobby" + "self": "/stops/node-north-evalentiexitstairs-top" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-915-lobby" + "related": "/facilities/?filter[stop]=node-north-evalentiexitstairs-top" } }, "parent_station": { "data": { - "id": "place-aqucl", + "id": "place-north", "type": "stop" } }, @@ -359782,27 +377840,28 @@ }, { "attributes": { - "description": "Braintree - Garage, Buses, Ivory St", - "latitude": 42.207352, + "description": "Babcock Street - Harry Agganis Way, Pleasant St", + "latitude": 42.351424, "location_type": 2, - "longitude": -71.001361, - "name": "Braintree - Garage, Buses, Ivory St", + "longitude": -71.118712, + "name": "Babcock Street - Harry Agganis Way, Pleasant St", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-brntn-busway", + "id": "door-babck-ebagganis", "links": { - "self": "/stops/door-brntn-busway" + "self": "/stops/door-babck-ebagganis" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-brntn-busway" + "related": "/facilities/?filter[stop]=door-babck-ebagganis" } }, "parent_station": { "data": { - "id": "place-brntn", + "id": "place-babck", "type": "stop" } }, @@ -359814,27 +377873,28 @@ }, { "attributes": { - "description": "South Station - Main Entry, Dewey Square", - "latitude": 42.352302, - "location_type": 2, - "longitude": -71.05523, - "name": "South Station - Main Entry, Dewey Square", + "description": "Broadway - Bottom of main entrance stairs", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "Broadway", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-sstat-main", + "id": "node-brdwy-mainstairs-lobby", "links": { - "self": "/stops/door-sstat-main" + "self": "/stops/node-brdwy-mainstairs-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-sstat-main" + "related": "/facilities/?filter[stop]=node-brdwy-mainstairs-lobby" } }, "parent_station": { "data": { - "id": "place-sstat", + "id": "place-brdwy", "type": "stop" } }, @@ -359846,27 +377906,28 @@ }, { "attributes": { - "description": "South Station - Top of Elevator 919", - "latitude": null, + "description": "Assembly - Unpaid side of fare gates", + "latitude": 42.393162, "location_type": 3, - "longitude": null, - "name": "South Station", + "longitude": -71.077304, + "name": "Assembly", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-919-sl", + "id": "node-astao-fol-fareunpaid", "links": { - "self": "/stops/node-919-sl" + "self": "/stops/node-astao-fol-fareunpaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-919-sl" + "related": "/facilities/?filter[stop]=node-astao-fol-fareunpaid" } }, "parent_station": { "data": { - "id": "place-sstat", + "id": "place-astao", "type": "stop" } }, @@ -359878,27 +377939,28 @@ }, { "attributes": { - "description": "South Station - Bottom of escalators from Commuter Rail concourse", - "latitude": null, + "description": "Kendall/MIT - Stairs platform level", + "latitude": 42.362628, "location_type": 3, - "longitude": null, - "name": "South Station", + "longitude": -71.086204, + "name": "Kendall/MIT", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-sstat-bldgescdown-lobby", + "id": "node-knncl-backnbstair-platform", "links": { - "self": "/stops/node-sstat-bldgescdown-lobby" + "self": "/stops/node-knncl-backnbstair-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-sstat-bldgescdown-lobby" + "related": "/facilities/?filter[stop]=node-knncl-backnbstair-platform" } }, "parent_station": { "data": { - "id": "place-sstat", + "id": "place-knncl", "type": "stop" } }, @@ -359910,27 +377972,28 @@ }, { "attributes": { - "description": "Braintree - Bottom of Red Line platform south stairs", - "latitude": 42.207548, + "description": "Revere Beach - Paid side of exit-only gates", + "latitude": 42.40844, "location_type": 3, - "longitude": -71.001499, - "name": "Braintree", + "longitude": -70.992549, + "name": "Revere Beach", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-brntn-splatstairs-lobby", + "id": "node-rbmnl-beachfarepaid", "links": { - "self": "/stops/node-brntn-splatstairs-lobby" + "self": "/stops/node-rbmnl-beachfarepaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-brntn-splatstairs-lobby" + "related": "/facilities/?filter[stop]=node-rbmnl-beachfarepaid" } }, "parent_station": { "data": { - "id": "place-brntn", + "id": "place-rbmnl", "type": "stop" } }, @@ -359942,27 +378005,28 @@ }, { "attributes": { - "description": "Wellington - Top of ramp for busway, parking", - "latitude": 42.402409, + "description": "Alewife - Second floor garage lobby", + "latitude": 42.395778, "location_type": 3, - "longitude": -71.076655, - "name": "Wellington", + "longitude": -71.141265, + "name": "Alewife", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-welln-busramp-lobby", + "id": "node-alfcl-second", "links": { - "self": "/stops/node-welln-busramp-lobby" + "self": "/stops/node-alfcl-second" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-welln-busramp-lobby" + "related": "/facilities/?filter[stop]=node-alfcl-second" } }, "parent_station": { "data": { - "id": "place-welln", + "id": "place-alfcl", "type": "stop" } }, @@ -359974,27 +378038,28 @@ }, { "attributes": { - "description": "World Trade Center - Bottom of inbound platform elevator", - "latitude": null, + "description": "Kendall/MIT - Top of Elevator 757 for Ashmont/Braintree platform", + "latitude": 42.36211, "location_type": 3, - "longitude": null, - "name": "World Trade Center", + "longitude": -71.086174, + "name": "Kendall/MIT", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-935-platform", + "id": "node-757-entrance", "links": { - "self": "/stops/node-935-platform" + "self": "/stops/node-757-entrance" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-935-platform" + "related": "/facilities/?filter[stop]=node-757-entrance" } }, "parent_station": { "data": { - "id": "place-wtcst", + "id": "place-knncl", "type": "stop" } }, @@ -360006,27 +378071,28 @@ }, { "attributes": { - "description": "Newton Centre - Union St (West stairs)", - "latitude": 42.329494, + "description": "Downtown Crossing - Chauncy St", + "latitude": 42.35436, "location_type": 2, - "longitude": -71.192643, - "name": "Newton Centre - Union St (West stairs)", + "longitude": -71.059588, + "name": "Downtown Crossing - Chauncy St", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, - "id": "door-newto-unionws", + "id": "door-dwnxg-chauncy", "links": { - "self": "/stops/door-newto-unionws" + "self": "/stops/door-dwnxg-chauncy" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-newto-unionws" + "related": "/facilities/?filter[stop]=door-dwnxg-chauncy" } }, "parent_station": { "data": { - "id": "place-newto", + "id": "place-dwnxg", "type": "stop" } }, @@ -360038,27 +378104,28 @@ }, { "attributes": { - "description": "North Quincy - Bottom of ramp between busway and Red Line station", - "latitude": 42.27529, + "description": "South Station - Unpaid side of fare gates", + "latitude": null, "location_type": 3, - "longitude": -71.029114, - "name": "North Quincy", + "longitude": null, + "name": "South Station", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-nqncy-senterramp-bus", + "id": "node-sstat-south-fareunpaid", "links": { - "self": "/stops/node-nqncy-senterramp-bus" + "self": "/stops/node-sstat-south-fareunpaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-nqncy-senterramp-bus" + "related": "/facilities/?filter[stop]=node-sstat-south-fareunpaid" } }, "parent_station": { "data": { - "id": "place-nqncy", + "id": "place-sstat", "type": "stop" } }, @@ -360070,27 +378137,28 @@ }, { "attributes": { - "description": "Courthouse - Bottom of elevator between Thomson Place and lobby", - "latitude": null, - "location_type": 3, - "longitude": null, - "name": "Courthouse", + "description": "Oak Grove - Banks Place", + "latitude": 42.436859, + "location_type": 2, + "longitude": -71.070343, + "name": "Oak Grove - Banks Place", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-939-lobby", + "id": "door-ogmnl-banks", "links": { - "self": "/stops/node-939-lobby" + "self": "/stops/door-ogmnl-banks" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-939-lobby" + "related": "/facilities/?filter[stop]=door-ogmnl-banks" } }, "parent_station": { "data": { - "id": "place-crtst", + "id": "place-ogmnl", "type": "stop" } }, @@ -360102,27 +378170,28 @@ }, { "attributes": { - "description": "Braintree - Top of Red Line platform upward escalator", - "latitude": 42.20763, + "description": "Government Center - Top of stairs between Green Line and Blue Line", + "latitude": null, "location_type": 3, - "longitude": -71.001649, - "name": "Braintree", + "longitude": null, + "name": "Government Center", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-335-platform", + "id": "node-gover-wbtransstairs-gl", "links": { - "self": "/stops/node-335-platform" + "self": "/stops/node-gover-wbtransstairs-gl" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-335-platform" + "related": "/facilities/?filter[stop]=node-gover-wbtransstairs-gl" } }, "parent_station": { "data": { - "id": "place-brntn", + "id": "place-gover", "type": "stop" } }, @@ -360134,27 +378203,28 @@ }, { "attributes": { - "description": "Newton Centre - Union St (East stairs)", - "latitude": 42.32962, - "location_type": 2, - "longitude": -71.192341, - "name": "Newton Centre - Union St (East stairs)", + "description": "Lechmere - Bottom of North First St Elevator 762", + "latitude": 42.371655, + "location_type": 3, + "longitude": -71.076675, + "name": "Lechmere", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-newto-uniones", + "id": "node-762-bottom", "links": { - "self": "/stops/door-newto-uniones" + "self": "/stops/node-762-bottom" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-newto-uniones" + "related": "/facilities/?filter[stop]=node-762-bottom" } }, "parent_station": { "data": { - "id": "place-newto", + "id": "place-lech", "type": "stop" } }, @@ -360166,27 +378236,28 @@ }, { "attributes": { - "description": "State - Bottom of escalator from lobby to Milk Street", - "latitude": null, + "description": "Alewife - Second floor of garage level of stairs between second floor of garage and fifth floor of garage", + "latitude": 42.395783, "location_type": 3, - "longitude": null, - "name": "State", + "longitude": -71.141223, + "name": "Alewife", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-523-sbplatform", + "id": "node-alfcl-egaragestairs-second", "links": { - "self": "/stops/node-523-sbplatform" + "self": "/stops/node-alfcl-egaragestairs-second" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-523-sbplatform" + "related": "/facilities/?filter[stop]=node-alfcl-egaragestairs-second" } }, "parent_station": { "data": { - "id": "place-state", + "id": "place-alfcl", "type": "stop" } }, @@ -360198,27 +378269,28 @@ }, { "attributes": { - "description": "Assembly - Bottom of stairs for Foley Street", - "latitude": 42.393279, + "description": "Haymarket - Unpaid side of Congress Street fare gates", + "latitude": null, "location_type": 3, - "longitude": -71.077656, - "name": "Assembly", + "longitude": null, + "name": "Haymarket", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-astao-foldoorstair-ground", + "id": "node-haecl-congfareunpaid", "links": { - "self": "/stops/node-astao-foldoorstair-ground" + "self": "/stops/node-haecl-congfareunpaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-astao-foldoorstair-ground" + "related": "/facilities/?filter[stop]=node-haecl-congfareunpaid" } }, "parent_station": { "data": { - "id": "place-astao", + "id": "place-haecl", "type": "stop" } }, @@ -360230,27 +378302,28 @@ }, { "attributes": { - "description": "Central - Unpaid side of fare gates", - "latitude": null, + "description": "Maverick - Top of stairs between Lewis Mall and lobby", + "latitude": 42.368251, "location_type": 3, - "longitude": null, - "name": "Central", + "longitude": -71.040546, + "name": "Maverick", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-cntsq-obstair-fareunpaid", + "id": "node-mvbcl-lewstair-entrance", "links": { - "self": "/stops/node-cntsq-obstair-fareunpaid" + "self": "/stops/node-mvbcl-lewstair-entrance" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-cntsq-obstair-fareunpaid" + "related": "/facilities/?filter[stop]=node-mvbcl-lewstair-entrance" } }, "parent_station": { "data": { - "id": "place-cntsq", + "id": "place-mvbcl", "type": "stop" } }, @@ -360262,27 +378335,28 @@ }, { "attributes": { - "description": "Wollaston - Bottom of escalator from platform to bridge", - "latitude": null, + "description": "North Station - Bottom of stairs between Valenti Way entrance and Valenti Way lobby", + "latitude": 42.364778, "location_type": 3, - "longitude": null, - "name": "Wollaston", + "longitude": -71.05972, + "name": "North Station", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-449-platform", + "id": "node-north-valenti-streetstairs-bottom", "links": { - "self": "/stops/node-449-platform" + "self": "/stops/node-north-valenti-streetstairs-bottom" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-449-platform" + "related": "/facilities/?filter[stop]=node-north-valenti-streetstairs-bottom" } }, "parent_station": { "data": { - "id": "place-wlsta", + "id": "place-north", "type": "stop" } }, @@ -360294,27 +378368,28 @@ }, { "attributes": { - "description": "South Station - Bottom of Escalator 388", - "latitude": null, + "description": "North Station - Unpaid side of fare gates", + "latitude": 42.36497, "location_type": 3, - "longitude": null, - "name": "South Station", + "longitude": -71.059898, + "name": "North Station", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-388-sl", + "id": "node-north-valentiexitw-fareunpaid", "links": { - "self": "/stops/node-388-sl" + "self": "/stops/node-north-valentiexitw-fareunpaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-388-sl" + "related": "/facilities/?filter[stop]=node-north-valentiexitw-fareunpaid" } }, "parent_station": { "data": { - "id": "place-sstat", + "id": "place-north", "type": "stop" } }, @@ -360326,27 +378401,28 @@ }, { "attributes": { - "description": "Davis - College Ave, Tufts University, Buses", - "latitude": 42.396742, - "location_type": 2, - "longitude": -71.121989, - "name": "Davis - College Ave, Tufts University, Buses", + "description": "Lechmere - Bottom of stairs for North First St", + "latitude": 42.371716, + "location_type": 3, + "longitude": -71.076785, + "name": "Lechmere", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-davis-busway", + "id": "node-lech-firststairs-bottom", "links": { - "self": "/stops/door-davis-busway" + "self": "/stops/node-lech-firststairs-bottom" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-davis-busway" + "related": "/facilities/?filter[stop]=node-lech-firststairs-bottom" } }, "parent_station": { "data": { - "id": "place-davis", + "id": "place-lech", "type": "stop" } }, @@ -360358,27 +378434,28 @@ }, { "attributes": { - "description": "State - Top of stairs between Wonderland platform and State St, Devonshire St", + "description": "Symphony - Bottom of stairs for Massachusetts Ave, Symphony Hall", "latitude": null, "location_type": 3, "longitude": null, - "name": "State", + "name": "Symphony", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-state-wonderlandoldstatestairs-landing", + "id": "node-symcl-sympstair-platform", "links": { - "self": "/stops/node-state-wonderlandoldstatestairs-landing" + "self": "/stops/node-symcl-sympstair-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-state-wonderlandoldstatestairs-landing" + "related": "/facilities/?filter[stop]=node-symcl-sympstair-platform" } }, "parent_station": { "data": { - "id": "place-state", + "id": "place-symcl", "type": "stop" } }, @@ -360390,27 +378467,28 @@ }, { "attributes": { - "description": "Jackson Square - Top of Escalator 133", + "description": "Boylston - Paid side of fare gates", "latitude": null, "location_type": 3, "longitude": null, - "name": "Jackson Square", + "name": "Boylston", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-jaksn-133-lobby", + "id": "node-boyls-in-farepaid", "links": { - "self": "/stops/node-jaksn-133-lobby" + "self": "/stops/node-boyls-in-farepaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-jaksn-133-lobby" + "related": "/facilities/?filter[stop]=node-boyls-in-farepaid" } }, "parent_station": { "data": { - "id": "place-jaksn", + "id": "place-boyls", "type": "stop" } }, @@ -360422,27 +378500,28 @@ }, { "attributes": { - "description": "Chelsea - Everett Ave", - "latitude": 42.396658, - "location_type": 2, - "longitude": -71.040091, - "name": "Chelsea - Everett Ave", + "description": "Ruggles - Bottom of Forsyth Street entrance stairs", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "Ruggles", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-chels-slsstat", + "id": "node-rugg-forsythstairs-bottom", "links": { - "self": "/stops/door-chels-slsstat" + "self": "/stops/node-rugg-forsythstairs-bottom" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-chels-slsstat" + "related": "/facilities/?filter[stop]=node-rugg-forsythstairs-bottom" } }, "parent_station": { "data": { - "id": "place-chels", + "id": "place-rugg", "type": "stop" } }, @@ -360454,27 +378533,28 @@ }, { "attributes": { - "description": "Ruggles - Top of Orange Line platform elevator", - "latitude": 42.336583, + "description": "Aquarium - Bottom of elevator between Bowdoin platform and State Street", + "latitude": null, "location_type": 3, - "longitude": -71.089568, - "name": "Ruggles", + "longitude": null, + "name": "Aquarium", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-850-lobby", + "id": "node-914-platform", "links": { - "self": "/stops/node-850-lobby" + "self": "/stops/node-914-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-850-lobby" + "related": "/facilities/?filter[stop]=node-914-platform" } }, "parent_station": { "data": { - "id": "place-rugg", + "id": "place-aqucl", "type": "stop" } }, @@ -360486,27 +378566,28 @@ }, { "attributes": { - "description": "Haymarket - Top of stairs between mezzanine and Oak Grove platform", + "description": "State - Paid side of fare gates", "latitude": null, "location_type": 3, "longitude": null, - "name": "Haymarket", + "name": "State", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-haecl-congogplatn-passage", + "id": "node-state-milk-farepaid", "links": { - "self": "/stops/node-haecl-congogplatn-passage" + "self": "/stops/node-state-milk-farepaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-haecl-congogplatn-passage" + "related": "/facilities/?filter[stop]=node-state-milk-farepaid" } }, "parent_station": { "data": { - "id": "place-haecl", + "id": "place-state", "type": "stop" } }, @@ -360518,27 +378599,28 @@ }, { "attributes": { - "description": "Orient Heights - Bottom of Escalator 440", - "latitude": 42.386901, + "description": "State - Bottom of stairs between Congress St and Wonderland platform", + "latitude": null, "location_type": 3, - "longitude": -71.005031, - "name": "Orient Heights", + "longitude": null, + "name": "State", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-440-platform", + "id": "node-state-exchangestairs-ebplatform", "links": { - "self": "/stops/node-440-platform" + "self": "/stops/node-state-exchangestairs-ebplatform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-440-platform" + "related": "/facilities/?filter[stop]=node-state-exchangestairs-ebplatform" } }, "parent_station": { "data": { - "id": "place-orhte", + "id": "place-state", "type": "stop" } }, @@ -360550,27 +378632,28 @@ }, { "attributes": { - "description": "Forest Hills - Top of Orange Line platform north stairs", - "latitude": 42.300851, + "description": "South Station - Top of Elevator 927", + "latitude": null, "location_type": 3, - "longitude": -71.114086, - "name": "Forest Hills", + "longitude": null, + "name": "South Station", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-forhl-nplatstairs-lobby", + "id": "node-927-sl", "links": { - "self": "/stops/node-forhl-nplatstairs-lobby" + "self": "/stops/node-927-sl" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-forhl-nplatstairs-lobby" + "related": "/facilities/?filter[stop]=node-927-sl" } }, "parent_station": { "data": { - "id": "place-forhl", + "id": "place-sstat", "type": "stop" } }, @@ -360582,27 +378665,28 @@ }, { "attributes": { - "description": "Tufts Medical Center - Bottom of stairs for Forest Hills, Washington Street", + "description": "Andrew - Bottom of entrance elevator", "latitude": null, "location_type": 3, "longitude": null, - "name": "Tufts Medical Center", + "name": "Andrew", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-tumnl-washsbstairs-platform", + "id": "node-872-lobby", "links": { - "self": "/stops/node-tumnl-washsbstairs-platform" + "self": "/stops/node-872-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-tumnl-washsbstairs-platform" + "related": "/facilities/?filter[stop]=node-872-lobby" } }, "parent_station": { "data": { - "id": "place-tumnl", + "id": "place-andrw", "type": "stop" } }, @@ -360614,27 +378698,28 @@ }, { "attributes": { - "description": "South Station - Top of stairs for Alewife", + "description": "Tufts Medical Center - Bottom of Escalator 146", "latitude": null, "location_type": 3, "longitude": null, - "name": "South Station", + "name": "Tufts Medical Center", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-sstat-398stair-sl", + "id": "node-146-platform", "links": { - "self": "/stops/node-sstat-398stair-sl" + "self": "/stops/node-146-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-sstat-398stair-sl" + "related": "/facilities/?filter[stop]=node-146-platform" } }, "parent_station": { "data": { - "id": "place-sstat", + "id": "place-tumnl", "type": "stop" } }, @@ -360646,27 +378731,28 @@ }, { "attributes": { - "description": "Aquarium - Unpaid side of fare gates", + "description": "South Station - Top of stairs for exit from Red Line", "latitude": null, "location_type": 3, "longitude": null, - "name": "Aquarium", + "name": "South Station", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-aqucl-statefareunpaid", + "id": "node-sstat-382stair-lobby", "links": { - "self": "/stops/node-aqucl-statefareunpaid" + "self": "/stops/node-sstat-382stair-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-aqucl-statefareunpaid" + "related": "/facilities/?filter[stop]=node-sstat-382stair-lobby" } }, "parent_station": { "data": { - "id": "place-aqucl", + "id": "place-sstat", "type": "stop" } }, @@ -360678,27 +378764,28 @@ }, { "attributes": { - "description": "South Station - Unpaid side of fare gates", - "latitude": null, + "description": "North Station - Top of Elevator 731 between passageway and Causeway Street", + "latitude": 42.365833, "location_type": 3, - "longitude": null, - "name": "South Station", + "longitude": -71.060892, + "name": "North Station", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-sstat-south-fareunpaid", + "id": "node-731-top", "links": { - "self": "/stops/node-sstat-south-fareunpaid" + "self": "/stops/node-731-top" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-sstat-south-fareunpaid" + "related": "/facilities/?filter[stop]=node-731-top" } }, "parent_station": { "data": { - "id": "place-sstat", + "id": "place-north", "type": "stop" } }, @@ -360710,27 +378797,28 @@ }, { "attributes": { - "description": "Community College - Unpaid side of fare gates", + "description": "Prudential - Paid side of fare gates", "latitude": null, "location_type": 3, "longitude": null, - "name": "Community College", + "name": "Prudential", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-ccmnl-fareunpaid", + "id": "node-prmnl-farepaid", "links": { - "self": "/stops/node-ccmnl-fareunpaid" + "self": "/stops/node-prmnl-farepaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-ccmnl-fareunpaid" + "related": "/facilities/?filter[stop]=node-prmnl-farepaid" } }, "parent_station": { "data": { - "id": "place-ccmnl", + "id": "place-prmnl", "type": "stop" } }, @@ -360742,27 +378830,28 @@ }, { "attributes": { - "description": "Community College - Paid side of fare gates", - "latitude": null, - "location_type": 3, - "longitude": null, - "name": "Community College", + "description": "Wonderland - Revere Beach", + "latitude": 42.41329, + "location_type": 2, + "longitude": -70.98977, + "name": "Wonderland - Revere Beach", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-ccmnl-farepaid", + "id": "door-wondl-revere", "links": { - "self": "/stops/node-ccmnl-farepaid" + "self": "/stops/door-wondl-revere" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-ccmnl-farepaid" + "related": "/facilities/?filter[stop]=door-wondl-revere" } }, "parent_station": { "data": { - "id": "place-ccmnl", + "id": "place-wondl", "type": "stop" } }, @@ -360774,27 +378863,28 @@ }, { "attributes": { - "description": "Wood Island - Bottom of Elevator 889 (within fare control)", - "latitude": 42.379769, + "description": "Arlington - Unpaid side of fare gates", + "latitude": null, "location_type": 3, - "longitude": -71.022991, - "name": "Wood Island", + "longitude": null, + "name": "Arlington", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-889-paidplatform", + "id": "node-armnl-fareunpaid", "links": { - "self": "/stops/node-889-paidplatform" + "self": "/stops/node-armnl-fareunpaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-889-paidplatform" + "related": "/facilities/?filter[stop]=node-armnl-fareunpaid" } }, "parent_station": { "data": { - "id": "place-wimnl", + "id": "place-armnl", "type": "stop" } }, @@ -360806,27 +378896,28 @@ }, { "attributes": { - "description": "Airport - Top of Escalator 410", - "latitude": 42.37447, + "description": "Charles/MGH - Bottom of Escalator 426", + "latitude": 42.361211, "location_type": 3, - "longitude": -71.030262, - "name": "Airport", + "longitude": -71.070404, + "name": "Charles/MGH", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-410-bridge", + "id": "node-426-lobby", "links": { - "self": "/stops/node-410-bridge" + "self": "/stops/node-426-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-410-bridge" + "related": "/facilities/?filter[stop]=node-426-lobby" } }, "parent_station": { "data": { - "id": "place-aport", + "id": "place-chmnl", "type": "stop" } }, @@ -360838,27 +378929,28 @@ }, { "attributes": { - "description": "South Station - Top of stairs for Ashmont/Braintree", - "latitude": null, - "location_type": 3, - "longitude": null, - "name": "South Station", + "description": "Auburndale - Auburn St", + "latitude": 42.346332, + "location_type": 2, + "longitude": -71.246948, + "name": "Auburndale - Auburn St", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, - "id": "node-sstat-400stair-middle", + "id": "door-WML-0102-auburn", "links": { - "self": "/stops/node-sstat-400stair-middle" + "self": "/stops/door-WML-0102-auburn" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-sstat-400stair-middle" + "related": "/facilities/?filter[stop]=door-WML-0102-auburn" } }, "parent_station": { "data": { - "id": "place-sstat", + "id": "place-WML-0102", "type": "stop" } }, @@ -360870,27 +378962,28 @@ }, { "attributes": { - "description": "Ruggles - Bottom of Commuter Rail (Track 2) ramp", - "latitude": 42.336862, - "location_type": 3, - "longitude": -71.088668, - "name": "Ruggles", + "description": "Wonderland - Ocean Ave North Elevator", + "latitude": 42.413537, + "location_type": 2, + "longitude": -70.990558, + "name": "Wonderland - Ocean Ave North Elevator", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-rugg-track2ramp-bottom", + "id": "door-wondl-oceannele", "links": { - "self": "/stops/node-rugg-track2ramp-bottom" + "self": "/stops/door-wondl-oceannele" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-rugg-track2ramp-bottom" + "related": "/facilities/?filter[stop]=door-wondl-oceannele" } }, "parent_station": { "data": { - "id": "place-rugg", + "id": "place-wondl", "type": "stop" } }, @@ -360902,27 +378995,28 @@ }, { "attributes": { - "description": "Back Bay - Unpaid side of fare gates", - "latitude": null, + "description": "Ashmont - Unpaid side of fare gates", + "latitude": 42.285063, "location_type": 3, - "longitude": null, - "name": "Back Bay", + "longitude": -71.063999, + "name": "Ashmont", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-bbsta-upper-fareunpaid", + "id": "node-asmnl-peafareunpaid", "links": { - "self": "/stops/node-bbsta-upper-fareunpaid" + "self": "/stops/node-asmnl-peafareunpaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-bbsta-upper-fareunpaid" + "related": "/facilities/?filter[stop]=node-asmnl-peafareunpaid" } }, "parent_station": { "data": { - "id": "place-bbsta", + "id": "place-asmnl", "type": "stop" } }, @@ -360934,27 +379028,28 @@ }, { "attributes": { - "description": "Harvard - Top of stairs between Harvard Square landing and lobby", + "description": "Davis - Top of lower stairs for College Avenue", "latitude": null, "location_type": 3, "longitude": null, - "name": "Harvard", + "name": "Davis", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-harsq-sqlowstair-landing", + "id": "node-davis-colstairlow-middle", "links": { - "self": "/stops/node-harsq-sqlowstair-landing" + "self": "/stops/node-davis-colstairlow-middle" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-harsq-sqlowstair-landing" + "related": "/facilities/?filter[stop]=node-davis-colstairlow-middle" } }, "parent_station": { "data": { - "id": "place-harsq", + "id": "place-davis", "type": "stop" } }, @@ -360966,27 +379061,28 @@ }, { "attributes": { - "description": "Tufts Medical Center - Bottom of Escalator 148", + "description": "Downtown Crossing - Bottom of stairs between Macy's and Summer Street Concourse", "latitude": null, "location_type": 3, "longitude": null, - "name": "Tufts Medical Center", + "name": "Downtown Crossing", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-148-platform", + "id": "node-dwnxg-macysstairs-lobby", "links": { - "self": "/stops/node-148-platform" + "self": "/stops/node-dwnxg-macysstairs-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-148-platform" + "related": "/facilities/?filter[stop]=node-dwnxg-macysstairs-lobby" } }, "parent_station": { "data": { - "id": "place-tumnl", + "id": "place-dwnxg", "type": "stop" } }, @@ -360998,27 +379094,28 @@ }, { "attributes": { - "description": "Ashmont - Top of escalator from Red Line platform to Mattapan Line, busway", - "latitude": 42.284065, - "location_type": 3, - "longitude": -71.063637, - "name": "Ashmont", + "description": "World Trade Center - World Trade Center Ave", + "latitude": 42.348484, + "location_type": 2, + "longitude": -71.042509, + "name": "World Trade Center - World Trade Center Ave", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-438-lobby", + "id": "door-wtcst-wtc", "links": { - "self": "/stops/node-438-lobby" + "self": "/stops/door-wtcst-wtc" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-438-lobby" + "related": "/facilities/?filter[stop]=door-wtcst-wtc" } }, "parent_station": { "data": { - "id": "place-asmnl", + "id": "place-wtcst", "type": "stop" } }, @@ -361030,27 +379127,28 @@ }, { "attributes": { - "description": "Waban - Bottom of stairs to parking lot", - "latitude": 42.326048, - "location_type": 3, - "longitude": -71.230747, - "name": "Waban", + "description": "Quincy Adams - Centre Street", + "latitude": 42.231657, + "location_type": 2, + "longitude": -71.008542, + "name": "Quincy Adams - Centre Street", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-waban-parkstairs-platform", + "id": "door-qamnl-centre", "links": { - "self": "/stops/node-waban-parkstairs-platform" + "self": "/stops/door-qamnl-centre" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-waban-parkstairs-platform" + "related": "/facilities/?filter[stop]=door-qamnl-centre" } }, "parent_station": { "data": { - "id": "place-waban", + "id": "place-qamnl", "type": "stop" } }, @@ -361062,27 +379160,28 @@ }, { "attributes": { - "description": "Arlington - Bottom of Arlington Street west stairs", - "latitude": null, - "location_type": 3, - "longitude": null, - "name": "Arlington", + "description": "Downtown Crossing - Roche Bros", + "latitude": 42.355292, + "location_type": 2, + "longitude": -71.060075, + "name": "Downtown Crossing - Roche Bros", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-armnl-swstairs-lobby", + "id": "door-dwnxg-rochebros", "links": { - "self": "/stops/node-armnl-swstairs-lobby" + "self": "/stops/door-dwnxg-rochebros" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-armnl-swstairs-lobby" + "related": "/facilities/?filter[stop]=door-dwnxg-rochebros" } }, "parent_station": { "data": { - "id": "place-armnl", + "id": "place-dwnxg", "type": "stop" } }, @@ -361094,27 +379193,28 @@ }, { "attributes": { - "description": "Tufts Medical Center - Bottom of stairs for Washington Street", + "description": "Downtown Crossing - Paid side of fare gates", "latitude": null, "location_type": 3, "longitude": null, - "name": "Tufts Medical Center", + "name": "Downtown Crossing", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-tumnl-washstairs-lobby", + "id": "node-dwnxg-templefare-paid", "links": { - "self": "/stops/node-tumnl-washstairs-lobby" + "self": "/stops/node-dwnxg-templefare-paid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-tumnl-washstairs-lobby" + "related": "/facilities/?filter[stop]=node-dwnxg-templefare-paid" } }, "parent_station": { "data": { - "id": "place-tumnl", + "id": "place-dwnxg", "type": "stop" } }, @@ -361126,27 +379226,28 @@ }, { "attributes": { - "description": "State - Unpaid side of fare gates", + "description": "Central - Paid side of fare gates", "latitude": null, "location_type": 3, "longitude": null, - "name": "State", + "name": "Central", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-state-milk-fareunpaid", + "id": "node-cntsq-ibstair-farepaid", "links": { - "self": "/stops/node-state-milk-fareunpaid" + "self": "/stops/node-cntsq-ibstair-farepaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-state-milk-fareunpaid" + "related": "/facilities/?filter[stop]=node-cntsq-ibstair-farepaid" } }, "parent_station": { "data": { - "id": "place-state", + "id": "place-cntsq", "type": "stop" } }, @@ -361158,27 +379259,28 @@ }, { "attributes": { - "description": "Symphony - Massachusetts Ave, First Church of Christ", - "latitude": 42.342764, - "location_type": 2, - "longitude": -71.084511, - "name": "Symphony - Massachusetts Ave, First Church of Christ", + "description": "South Station - Top of Escalator 411", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "South Station", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-symcl-ebchurch", + "id": "node-411-lobby", "links": { - "self": "/stops/door-symcl-ebchurch" + "self": "/stops/node-411-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-symcl-ebchurch" + "related": "/facilities/?filter[stop]=node-411-lobby" } }, "parent_station": { "data": { - "id": "place-symcl", + "id": "place-sstat", "type": "stop" } }, @@ -361190,27 +379292,28 @@ }, { "attributes": { - "description": "Government Center - Bottom of stairs between plaza and Green Line", - "latitude": null, + "description": "Newton Highlands - Bottom of ramp for Lake Avenue", + "latitude": 42.322655, "location_type": 3, - "longitude": null, - "name": "Government Center", + "longitude": -71.205326, + "name": "Newton Highlands", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-gover-sentrancestairs-platform", + "id": "node-newtn-lake-platform", "links": { - "self": "/stops/node-gover-sentrancestairs-platform" + "self": "/stops/node-newtn-lake-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-gover-sentrancestairs-platform" + "related": "/facilities/?filter[stop]=node-newtn-lake-platform" } }, "parent_station": { "data": { - "id": "place-gover", + "id": "place-newtn", "type": "stop" } }, @@ -361222,27 +379325,28 @@ }, { "attributes": { - "description": "Cedar Grove - Fellsway St", - "latitude": 42.27971, - "location_type": 2, - "longitude": -71.06036, - "name": "Cedar Grove - Fellsway St", + "description": "Andrew - Bottom of north busway entrance stairs", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "Andrew", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-cedgr-fellsway", + "id": "node-andrw-nbusstairs-lobby", "links": { - "self": "/stops/door-cedgr-fellsway" + "self": "/stops/node-andrw-nbusstairs-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-cedgr-fellsway" + "related": "/facilities/?filter[stop]=node-andrw-nbusstairs-lobby" } }, "parent_station": { "data": { - "id": "place-cedgr", + "id": "place-andrw", "type": "stop" } }, @@ -361254,27 +379358,28 @@ }, { "attributes": { - "description": "Orient Heights - Top of Escalator 441", - "latitude": 42.386799, + "description": "Kenmore - Top of westbound platform elevator", + "latitude": 42.349006, "location_type": 3, - "longitude": -71.00477, - "name": "Orient Heights", + "longitude": -71.095367, + "name": "Kenmore", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-441-bridge", + "id": "node-971-lobby", "links": { - "self": "/stops/node-441-bridge" + "self": "/stops/node-971-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-441-bridge" + "related": "/facilities/?filter[stop]=node-971-lobby" } }, "parent_station": { "data": { - "id": "place-orhte", + "id": "place-kencl", "type": "stop" } }, @@ -361286,27 +379391,28 @@ }, { "attributes": { - "description": "Government Center - Top of elevator between plaza and Green Line", - "latitude": 42.359606, + "description": "Maverick - Bottom of escalator from lobby to Maverick Square", + "latitude": null, "location_type": 3, - "longitude": -71.059409, - "name": "Government Center", + "longitude": null, + "name": "Maverick", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-721-lobby", + "id": "node-433-lobby", "links": { - "self": "/stops/node-721-lobby" + "self": "/stops/node-433-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-721-lobby" + "related": "/facilities/?filter[stop]=node-433-lobby" } }, "parent_station": { "data": { - "id": "place-gover", + "id": "place-mvbcl", "type": "stop" } }, @@ -361318,27 +379424,28 @@ }, { "attributes": { - "description": "Porter - Bottom of escalator to Somerville Ave from lobby", - "latitude": 42.388342, + "description": "Courthouse - Top of elevator between Fan Pier Boulevard and lobby", + "latitude": null, "location_type": 3, - "longitude": -71.11893, - "name": "Porter", + "longitude": null, + "name": "Courthouse", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-505-lobby", + "id": "node-940-entrance", "links": { - "self": "/stops/node-505-lobby" + "self": "/stops/node-940-entrance" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-505-lobby" + "related": "/facilities/?filter[stop]=node-940-entrance" } }, "parent_station": { "data": { - "id": "place-portr", + "id": "place-crtst", "type": "stop" } }, @@ -361350,27 +379457,28 @@ }, { "attributes": { - "description": "Massachusetts Avenue - Top of stairs from main entrance", - "latitude": 42.341506, + "description": "State - Unpaid side of fare gates", + "latitude": null, "location_type": 3, - "longitude": -71.083506, - "name": "Massachusetts Avenue", + "longitude": null, + "name": "State", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-masta-unpstair-exit", + "id": "node-state-oldstate-fareunpaid", "links": { - "self": "/stops/node-masta-unpstair-exit" + "self": "/stops/node-state-oldstate-fareunpaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-masta-unpstair-exit" + "related": "/facilities/?filter[stop]=node-state-oldstate-fareunpaid" } }, "parent_station": { "data": { - "id": "place-masta", + "id": "place-state", "type": "stop" } }, @@ -361382,27 +379490,28 @@ }, { "attributes": { - "description": "Beaconsfield - Dean Rd, Beacon St", - "latitude": 42.336053, - "location_type": 2, - "longitude": -71.141404, - "name": "Beaconsfield - Dean Rd, Beacon St", + "description": "Symphony - Top of stairs for entrances", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "Symphony", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-bcnfd-dean", + "id": "node-symcl-eb-midtop", "links": { - "self": "/stops/door-bcnfd-dean" + "self": "/stops/node-symcl-eb-midtop" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-bcnfd-dean" + "related": "/facilities/?filter[stop]=node-symcl-eb-midtop" } }, "parent_station": { "data": { - "id": "place-bcnfd", + "id": "place-symcl", "type": "stop" } }, @@ -361414,27 +379523,28 @@ }, { "attributes": { - "description": "North Quincy - Bottom of stairs between Newport Avenue and lobby", - "latitude": 42.276461, + "description": "Back Bay - Bottom of Tracks 1-3 up escalator", + "latitude": null, "location_type": 3, - "longitude": -71.031181, - "name": "North Quincy", + "longitude": null, + "name": "Back Bay", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-nqncy-nstair-street", + "id": "node-143-platform", "links": { - "self": "/stops/node-nqncy-nstair-street" + "self": "/stops/node-143-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-nqncy-nstair-street" + "related": "/facilities/?filter[stop]=node-143-platform" } }, "parent_station": { "data": { - "id": "place-nqncy", + "id": "place-bbsta", "type": "stop" } }, @@ -361446,27 +379556,28 @@ }, { "attributes": { - "description": "Porter - Somerville Ave (Elevator)", - "latitude": 42.388389, - "location_type": 2, - "longitude": -71.118992, - "name": "Porter - Somerville Ave (Elevator)", + "description": "South Station - Bottom of Escalator 386", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "South Station", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-portr-elevator985", + "id": "node-386-lobby", "links": { - "self": "/stops/door-portr-elevator985" + "self": "/stops/node-386-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-portr-elevator985" + "related": "/facilities/?filter[stop]=node-386-lobby" } }, "parent_station": { "data": { - "id": "place-portr", + "id": "place-sstat", "type": "stop" } }, @@ -361478,27 +379589,28 @@ }, { "attributes": { - "description": "Airport - Bremen St", - "latitude": 42.374553, - "location_type": 2, - "longitude": -71.030306, - "name": "Airport - Bremen St", + "description": "Union Square - Bottom of stairs for Prospect St", + "latitude": 42.377717, + "location_type": 3, + "longitude": -71.094908, + "name": "Union Square", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-aport-bremen", + "id": "node-unsqu-stairs-bottom", "links": { - "self": "/stops/door-aport-bremen" + "self": "/stops/node-unsqu-stairs-bottom" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-aport-bremen" + "related": "/facilities/?filter[stop]=node-unsqu-stairs-bottom" } }, "parent_station": { "data": { - "id": "place-aport", + "id": "place-unsqu", "type": "stop" } }, @@ -361510,27 +379622,28 @@ }, { "attributes": { - "description": "Savin Hill - Top of escalator from platform to lobby", - "latitude": 42.310921, + "description": "Prudential - Bottom of stairs to escalator", + "latitude": null, "location_type": 3, - "longitude": -71.053506, - "name": "Savin Hill", + "longitude": null, + "name": "Prudential", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-423-lobby", + "id": "node-prmnl-152stair-platform", "links": { - "self": "/stops/node-423-lobby" + "self": "/stops/node-prmnl-152stair-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-423-lobby" + "related": "/facilities/?filter[stop]=node-prmnl-152stair-platform" } }, "parent_station": { "data": { - "id": "place-shmnl", + "id": "place-prmnl", "type": "stop" } }, @@ -361542,27 +379655,28 @@ }, { "attributes": { - "description": "Ball Square - Top of Broadway Elevator 769", - "latitude": 42.399775, + "description": "North Station - Unpaid side of fare gates", + "latitude": 42.365448, "location_type": 3, - "longitude": -71.110929, - "name": "Ball Square", + "longitude": -71.060439, + "name": "North Station", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-769-top", + "id": "node-north-causewayexitw-fareunpaid", "links": { - "self": "/stops/node-769-top" + "self": "/stops/node-north-causewayexitw-fareunpaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-769-top" + "related": "/facilities/?filter[stop]=node-north-causewayexitw-fareunpaid" } }, "parent_station": { "data": { - "id": "place-balsq", + "id": "place-north", "type": "stop" } }, @@ -361574,27 +379688,28 @@ }, { "attributes": { - "description": "Downtown Crossing - Downtown Crossing end of Winter Street Concourse", + "description": "Back Bay - Bottom of eastern underpass stairs", "latitude": null, "location_type": 3, "longitude": null, - "name": "Downtown Crossing", + "name": "Back Bay", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-dwnxg-concourse", + "id": "node-bbsta-upassestairs-bottom", "links": { - "self": "/stops/node-dwnxg-concourse" + "self": "/stops/node-bbsta-upassestairs-bottom" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-dwnxg-concourse" + "related": "/facilities/?filter[stop]=node-bbsta-upassestairs-bottom" } }, "parent_station": { "data": { - "id": "place-dwnxg", + "id": "place-bbsta", "type": "stop" } }, @@ -361606,27 +379721,28 @@ }, { "attributes": { - "description": "Oak Grove - Bottom of Banks Place, busway, parking stairs", - "latitude": 42.436884, + "description": "Aquarium - Top of stairs between platform and Atlantic Avenue", + "latitude": null, "location_type": 3, - "longitude": -71.070482, - "name": "Oak Grove", + "longitude": null, + "name": "Aquarium", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-ogmnl-banksstair-street", + "id": "node-aqucl-wbatlanticstairs-lobby", "links": { - "self": "/stops/node-ogmnl-banksstair-street" + "self": "/stops/node-aqucl-wbatlanticstairs-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-ogmnl-banksstair-street" + "related": "/facilities/?filter[stop]=node-aqucl-wbatlanticstairs-lobby" } }, "parent_station": { "data": { - "id": "place-ogmnl", + "id": "place-aqucl", "type": "stop" } }, @@ -361638,27 +379754,28 @@ }, { "attributes": { - "description": "South Station - Top of Escalator 388", - "latitude": null, - "location_type": 3, - "longitude": null, - "name": "South Station", + "description": "Massachusetts Avenue - Southwest Corridor Park", + "latitude": 42.341364, + "location_type": 2, + "longitude": -71.083434, + "name": "Massachusetts Avenue - Southwest Corridor Park", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-388-lobby", + "id": "door-masta-side", "links": { - "self": "/stops/node-388-lobby" + "self": "/stops/door-masta-side" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-388-lobby" + "related": "/facilities/?filter[stop]=door-masta-side" } }, "parent_station": { "data": { - "id": "place-sstat", + "id": "place-masta", "type": "stop" } }, @@ -361670,27 +379787,28 @@ }, { "attributes": { - "description": "Newton Highlands - Walnut St, Station Ave, Buses", - "latitude": 42.32204, - "location_type": 2, - "longitude": -71.206245, - "name": "Newton Highlands - Walnut St, Station Ave, Buses", + "description": "Ashmont - Unpaid side of fare gates", + "latitude": 42.283572, + "location_type": 3, + "longitude": -71.06297, + "name": "Ashmont", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-newtn-walnut", + "id": "node-asmnl-radfareunpaid", "links": { - "self": "/stops/door-newtn-walnut" + "self": "/stops/node-asmnl-radfareunpaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-newtn-walnut" + "related": "/facilities/?filter[stop]=node-asmnl-radfareunpaid" } }, "parent_station": { "data": { - "id": "place-newtn", + "id": "place-asmnl", "type": "stop" } }, @@ -361702,27 +379820,28 @@ }, { "attributes": { - "description": "JFK/UMass - Bottom of escalator from platform to Columbia Road", - "latitude": 42.321174, + "description": "Butler - Bottom of ramp for Bearse Avenue", + "latitude": 42.272359, "location_type": 3, - "longitude": -71.052552, - "name": "JFK/UMass", + "longitude": -71.062462, + "name": "Butler", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-322-platform", + "id": "node-butlr-ramp-platform", "links": { - "self": "/stops/node-322-platform" + "self": "/stops/node-butlr-ramp-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-322-platform" + "related": "/facilities/?filter[stop]=node-butlr-ramp-platform" } }, "parent_station": { "data": { - "id": "place-jfk", + "id": "place-butlr", "type": "stop" } }, @@ -361734,27 +379853,28 @@ }, { "attributes": { - "description": "Wonderland - Bottom of Revere Beach Plaza stairs from Wonderland-bound platform", - "latitude": 42.413403, + "description": "Downtown Crossing - Bottom of exit-only stairs from Alewife platform to Summer Street Concourse", + "latitude": null, "location_type": 3, - "longitude": -70.991535, - "name": "Wonderland", + "longitude": null, + "name": "Downtown Crossing", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-wondl-obplazastairs-street", + "id": "node-dwnxg-stair3-platform", "links": { - "self": "/stops/node-wondl-obplazastairs-street" + "self": "/stops/node-dwnxg-stair3-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-wondl-obplazastairs-street" + "related": "/facilities/?filter[stop]=node-dwnxg-stair3-platform" } }, "parent_station": { "data": { - "id": "place-wondl", + "id": "place-dwnxg", "type": "stop" } }, @@ -361766,27 +379886,28 @@ }, { "attributes": { - "description": "Union Square - Allen St", - "latitude": 42.376841, - "location_type": 2, - "longitude": -71.093356, - "name": "Union Square - Allen St", + "description": "Wollaston - Top of ramp between lobby and Newport Avenue", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "Wollaston", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-unsqu-allen", + "id": "node-wlsta-newpramp-middle", "links": { - "self": "/stops/door-unsqu-allen" + "self": "/stops/node-wlsta-newpramp-middle" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-unsqu-allen" + "related": "/facilities/?filter[stop]=node-wlsta-newpramp-middle" } }, "parent_station": { "data": { - "id": "place-unsqu", + "id": "place-wlsta", "type": "stop" } }, @@ -361798,27 +379919,28 @@ }, { "attributes": { - "description": "Bowdoin - Paid side of fare gates", - "latitude": null, + "description": "Oak Grove - Top of Banks Place, busway, parking elevator", + "latitude": 42.43686, "location_type": 3, - "longitude": null, - "name": "Bowdoin", + "longitude": -71.070508, + "name": "Oak Grove", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-bomnl-farepaid", + "id": "node-745-lobby", "links": { - "self": "/stops/node-bomnl-farepaid" + "self": "/stops/node-745-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-bomnl-farepaid" + "related": "/facilities/?filter[stop]=node-745-lobby" } }, "parent_station": { "data": { - "id": "place-bomnl", + "id": "place-ogmnl", "type": "stop" } }, @@ -361830,27 +379952,28 @@ }, { "attributes": { - "description": "Orient Heights - Unpaid side of fare gates", - "latitude": 42.386891, - "location_type": 3, - "longitude": -71.004446, - "name": "Orient Heights", + "description": "Ruggles - Columbus Ave (Commuter Rail - Track 2)", + "latitude": 42.338187, + "location_type": 2, + "longitude": -71.087078, + "name": "Ruggles - Columbus Ave (Commuter Rail - Track 2)", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-orhte-sara-fareunpaid", + "id": "door-rugg-track2", "links": { - "self": "/stops/node-orhte-sara-fareunpaid" + "self": "/stops/door-rugg-track2" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-orhte-sara-fareunpaid" + "related": "/facilities/?filter[stop]=door-rugg-track2" } }, "parent_station": { "data": { - "id": "place-orhte", + "id": "place-rugg", "type": "stop" } }, @@ -361862,27 +379985,28 @@ }, { "attributes": { - "description": "Fenway - Park Dr (Stairs)", - "latitude": 42.345298, - "location_type": 2, - "longitude": -71.10423, - "name": "Fenway - Park Dr (Stairs)", + "description": "State - Bottom of stairs between Bowdoin platform, Oak Grove platform landing and State St, Devonshire St", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "State", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-fenwy-parkdr", + "id": "node-state-oldstateogministairs-landing", "links": { - "self": "/stops/door-fenwy-parkdr" + "self": "/stops/node-state-oldstateogministairs-landing" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-fenwy-parkdr" + "related": "/facilities/?filter[stop]=node-state-oldstateogministairs-landing" } }, "parent_station": { "data": { - "id": "place-fenwy", + "id": "place-state", "type": "stop" } }, @@ -361894,27 +380018,28 @@ }, { "attributes": { - "description": "Park Street - Tremont St to Lobby (Elevator 804)", - "latitude": 42.356172, - "location_type": 2, - "longitude": -71.062239, - "name": "Park Street - Tremont St to Lobby (Elevator 804)", + "description": "Orient Heights - Bottom of stairs for Bennington Street", + "latitude": 42.386991, + "location_type": 3, + "longitude": -71.004686, + "name": "Orient Heights", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-pktrm-elevatoreb", + "id": "node-orhte-ibunpaidstairs-street", "links": { - "self": "/stops/door-pktrm-elevatoreb" + "self": "/stops/node-orhte-ibunpaidstairs-street" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-pktrm-elevatoreb" + "related": "/facilities/?filter[stop]=node-orhte-ibunpaidstairs-street" } }, "parent_station": { "data": { - "id": "place-pktrm", + "id": "place-orhte", "type": "stop" } }, @@ -361926,27 +380051,28 @@ }, { "attributes": { - "description": "South Station - Lobby level of Elevator 901", + "description": "Downtown Crossing - Downtown Crossing end of Winter Street Concourse", "latitude": null, "location_type": 3, "longitude": null, - "name": "South Station", + "name": "Downtown Crossing", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-901-lobby", + "id": "node-dwnxg-concourse", "links": { - "self": "/stops/node-901-lobby" + "self": "/stops/node-dwnxg-concourse" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-901-lobby" + "related": "/facilities/?filter[stop]=node-dwnxg-concourse" } }, "parent_station": { "data": { - "id": "place-sstat", + "id": "place-dwnxg", "type": "stop" } }, @@ -361958,27 +380084,28 @@ }, { "attributes": { - "description": "JFK/UMass - Bottom of southern stairs between Braintree, Alewife platform and lobby", - "latitude": 42.320427, + "description": "Orient Heights - Unpaid side of fare gates", + "latitude": 42.387043, "location_type": 3, - "longitude": -71.052252, - "name": "JFK/UMass", + "longitude": -71.004634, + "name": "Orient Heights", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-jfk-bragasstair-platform", + "id": "node-orhte-benn-fareunpaid", "links": { - "self": "/stops/node-jfk-bragasstair-platform" + "self": "/stops/node-orhte-benn-fareunpaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-jfk-bragasstair-platform" + "related": "/facilities/?filter[stop]=node-orhte-benn-fareunpaid" } }, "parent_station": { "data": { - "id": "place-jfk", + "id": "place-orhte", "type": "stop" } }, @@ -361990,27 +380117,28 @@ }, { "attributes": { - "description": "Aquarium - Bottom of elevator between lobby and Atlantic Avenue", - "latitude": null, - "location_type": 3, - "longitude": null, - "name": "Aquarium", + "description": "Ashmont - Buses", + "latitude": 42.284449, + "location_type": 2, + "longitude": -71.063865, + "name": "Ashmont - Buses", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, - "id": "node-925-lobby", + "id": "door-asmnl-rdexits", "links": { - "self": "/stops/node-925-lobby" + "self": "/stops/door-asmnl-rdexits" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-925-lobby" + "related": "/facilities/?filter[stop]=door-asmnl-rdexits" } }, "parent_station": { "data": { - "id": "place-aqucl", + "id": "place-asmnl", "type": "stop" } }, @@ -362022,27 +380150,28 @@ }, { "attributes": { - "description": "South Station - Unpaid side of exit-only gates", + "description": "State - Top of stairs between Orange Line and State St, Devonshire St", "latitude": null, "location_type": 3, "longitude": null, - "name": "South Station", + "name": "State", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-sstat-alewife-fareunpaid", + "id": "node-state-passageoldstatehousestairs-landing", "links": { - "self": "/stops/node-sstat-alewife-fareunpaid" + "self": "/stops/node-state-passageoldstatehousestairs-landing" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-sstat-alewife-fareunpaid" + "related": "/facilities/?filter[stop]=node-state-passageoldstatehousestairs-landing" } }, "parent_station": { "data": { - "id": "place-sstat", + "id": "place-state", "type": "stop" } }, @@ -362054,27 +380183,28 @@ }, { "attributes": { - "description": "World Trade Center - World Trade Center Ave", - "latitude": 42.348484, - "location_type": 2, - "longitude": -71.042509, - "name": "World Trade Center - World Trade Center Ave", + "description": "Airport - Top of Elevator 931", + "latitude": 42.37423, + "location_type": 3, + "longitude": -71.030177, + "name": "Airport", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-wtcst-wtc", + "id": "node-931-bridge", "links": { - "self": "/stops/door-wtcst-wtc" + "self": "/stops/node-931-bridge" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-wtcst-wtc" + "related": "/facilities/?filter[stop]=node-931-bridge" } }, "parent_station": { "data": { - "id": "place-wtcst", + "id": "place-aport", "type": "stop" } }, @@ -362086,27 +380216,28 @@ }, { "attributes": { - "description": "Chelsea - Bottom of ramp between Third St and Boston-bound platform", - "latitude": 42.397672, + "description": "Harvard - Top of ramp between main lobby and Lower Busway", + "latitude": null, "location_type": 3, - "longitude": -71.044064, - "name": "Chelsea", + "longitude": null, + "name": "Harvard", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-chels-thirdnorth-bottom", + "id": "node-harsq-lowerramp-lobby", "links": { - "self": "/stops/node-chels-thirdnorth-bottom" + "self": "/stops/node-harsq-lowerramp-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-chels-thirdnorth-bottom" + "related": "/facilities/?filter[stop]=node-harsq-lowerramp-lobby" } }, "parent_station": { "data": { - "id": "place-chels", + "id": "place-harsq", "type": "stop" } }, @@ -362118,27 +380249,28 @@ }, { "attributes": { - "description": "Massachusetts Avenue - Top of Escalator 139", - "latitude": 42.341327, + "description": "Braintree - Bottom of Commuter Rail platform stairs", + "latitude": 42.207631, "location_type": 3, - "longitude": -71.083606, - "name": "Massachusetts Avenue", + "longitude": -71.001345, + "name": "Braintree", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-masta-139-lobby", + "id": "node-brntn-crstairs-bottom", "links": { - "self": "/stops/node-masta-139-lobby" + "self": "/stops/node-brntn-crstairs-bottom" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-masta-139-lobby" + "related": "/facilities/?filter[stop]=node-brntn-crstairs-bottom" } }, "parent_station": { "data": { - "id": "place-masta", + "id": "place-brntn", "type": "stop" } }, @@ -362150,27 +380282,28 @@ }, { "attributes": { - "description": "Community College - Paid lobby", + "description": "World Trade Center - Top of inbound platform stairs", "latitude": null, "location_type": 3, "longitude": null, - "name": "Community College", + "name": "World Trade Center", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-ccmnl-lobby", + "id": "node-wtcst-ibstairs-lobby", "links": { - "self": "/stops/node-ccmnl-lobby" + "self": "/stops/node-wtcst-ibstairs-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-ccmnl-lobby" + "related": "/facilities/?filter[stop]=node-wtcst-ibstairs-lobby" } }, "parent_station": { "data": { - "id": "place-ccmnl", + "id": "place-wtcst", "type": "stop" } }, @@ -362182,27 +380315,28 @@ }, { "attributes": { - "description": "Ball Square - Bottom of Broadway stairs", - "latitude": 42.399732, + "description": "Back Bay - Bottom of Tracks 5-7 Dartmouth Street exit stairs", + "latitude": null, "location_type": 3, - "longitude": -71.11087, - "name": "Ball Square", + "longitude": null, + "name": "Back Bay", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-balsq-stairs-bottom", + "id": "node-bbsta-dartexit-platform", "links": { - "self": "/stops/node-balsq-stairs-bottom" + "self": "/stops/node-bbsta-dartexit-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-balsq-stairs-bottom" + "related": "/facilities/?filter[stop]=node-bbsta-dartexit-platform" } }, "parent_station": { "data": { - "id": "place-balsq", + "id": "place-bbsta", "type": "stop" } }, @@ -362214,27 +380348,28 @@ }, { "attributes": { - "description": "Ruggles - Columbus Ave (Commuter Rail - Track 2)", - "latitude": 42.338187, - "location_type": 2, - "longitude": -71.087078, - "name": "Ruggles - Columbus Ave (Commuter Rail - Track 2)", + "description": "Aquarium - Top of escalator from Atlantic Avenue to lobby", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "Aquarium", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-rugg-track2", + "id": "node-405-street", "links": { - "self": "/stops/door-rugg-track2" + "self": "/stops/node-405-street" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-rugg-track2" + "related": "/facilities/?filter[stop]=node-405-street" } }, "parent_station": { "data": { - "id": "place-rugg", + "id": "place-aqucl", "type": "stop" } }, @@ -362246,27 +380381,28 @@ }, { "attributes": { - "description": "Orient Heights - Top of Elevator 715", - "latitude": 42.386795, + "description": "North Station - Bottom of Escalator 302 from Forest Hills, Copley & West platforms to Valenti Way lobby", + "latitude": 42.365038, "location_type": 3, - "longitude": -71.004704, - "name": "Orient Heights", + "longitude": -71.06003, + "name": "North Station", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-715-bridge", + "id": "node-302-bottom", "links": { - "self": "/stops/node-715-bridge" + "self": "/stops/node-302-bottom" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-715-bridge" + "related": "/facilities/?filter[stop]=node-302-bottom" } }, "parent_station": { "data": { - "id": "place-orhte", + "id": "place-north", "type": "stop" } }, @@ -362278,27 +380414,28 @@ }, { "attributes": { - "description": "Roxbury Crossing - Bottom of Elevator 847", - "latitude": 42.331244, + "description": "Harvard - Bottom of northern stairs between Red Line platforms", + "latitude": null, "location_type": 3, - "longitude": -71.095608, - "name": "Roxbury Crossing", + "longitude": null, + "name": "Harvard", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-rcmnl-847-platform", + "id": "node-harsq-sbstair-sbn", "links": { - "self": "/stops/node-rcmnl-847-platform" + "self": "/stops/node-harsq-sbstair-sbn" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-rcmnl-847-platform" + "related": "/facilities/?filter[stop]=node-harsq-sbstair-sbn" } }, "parent_station": { "data": { - "id": "place-rcmnl", + "id": "place-harsq", "type": "stop" } }, @@ -362310,27 +380447,28 @@ }, { "attributes": { - "description": "Kendall/MIT - Unpaid side of fare gates", - "latitude": 42.362366, - "location_type": 3, - "longitude": -71.086186, - "name": "Kendall/MIT", + "description": "Eliot - Meredith Ave", + "latitude": 42.319024, + "location_type": 2, + "longitude": -71.216831, + "name": "Eliot - Meredith Ave", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-knncl-sbmain-fareunpaid", + "id": "door-eliot-meredith", "links": { - "self": "/stops/node-knncl-sbmain-fareunpaid" + "self": "/stops/door-eliot-meredith" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-knncl-sbmain-fareunpaid" + "related": "/facilities/?filter[stop]=door-eliot-meredith" } }, "parent_station": { "data": { - "id": "place-knncl", + "id": "place-eliot", "type": "stop" } }, @@ -362342,27 +380480,28 @@ }, { "attributes": { - "description": "Bowdoin - Bottom of stairs between ramp and lobby", + "description": "Broadway - Bottom of platform stairs", "latitude": null, "location_type": 3, "longitude": null, - "name": "Bowdoin", + "name": "Broadway", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-bomnl-pstair-platform", + "id": "node-brdwy-platstairs-platform", "links": { - "self": "/stops/node-bomnl-pstair-platform" + "self": "/stops/node-brdwy-platstairs-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-bomnl-pstair-platform" + "related": "/facilities/?filter[stop]=node-brdwy-platstairs-platform" } }, "parent_station": { "data": { - "id": "place-bomnl", + "id": "place-brdwy", "type": "stop" } }, @@ -362374,27 +380513,28 @@ }, { "attributes": { - "description": "Haymarket - Bottom of elevator between Forest Hills platform and Green Line, busway passageway", - "latitude": null, + "description": "Suffolk Downs - Top of stairs for Wonderland platform", + "latitude": 42.390504, "location_type": 3, - "longitude": null, - "name": "Haymarket", + "longitude": -70.99706, + "name": "Suffolk Downs", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-905-passage", + "id": "node-sdmnl-pobstair-bridge", "links": { - "self": "/stops/node-905-passage" + "self": "/stops/node-sdmnl-pobstair-bridge" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-905-passage" + "related": "/facilities/?filter[stop]=node-sdmnl-pobstair-bridge" } }, "parent_station": { "data": { - "id": "place-haecl", + "id": "place-sdmnl", "type": "stop" } }, @@ -362406,27 +380546,28 @@ }, { "attributes": { - "description": "Suffolk Downs - Walley St", - "latitude": 42.39064, - "location_type": 2, - "longitude": -70.997388, - "name": "Suffolk Downs - Walley St", + "description": "Newton Centre - Bottom of stairs for Herrick Road, Union Street", + "latitude": 42.329161, + "location_type": 3, + "longitude": -71.193303, + "name": "Newton Centre", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-sdmnl-walley", + "id": "node-newto-herrick-landing", "links": { - "self": "/stops/door-sdmnl-walley" + "self": "/stops/node-newto-herrick-landing" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-sdmnl-walley" + "related": "/facilities/?filter[stop]=node-newto-herrick-landing" } }, "parent_station": { "data": { - "id": "place-sdmnl", + "id": "place-newto", "type": "stop" } }, @@ -362438,27 +380579,28 @@ }, { "attributes": { - "description": "Davis - Top of Elevator 817", - "latitude": 42.396816, + "description": "Bowdoin - Top of escalator from lobby to entrance", + "latitude": null, "location_type": 3, - "longitude": -71.121817, - "name": "Davis", + "longitude": null, + "name": "Bowdoin", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-817-entrance", + "id": "node-125-entrance", "links": { - "self": "/stops/node-817-entrance" + "self": "/stops/node-125-entrance" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-817-entrance" + "related": "/facilities/?filter[stop]=node-125-entrance" } }, "parent_station": { "data": { - "id": "place-davis", + "id": "place-bomnl", "type": "stop" } }, @@ -362470,27 +380612,28 @@ }, { "attributes": { - "description": "Back Bay - Top of Tracks 5-7 west stairs", + "description": "Downtown Crossing - Bottom of stairs between lobby and Summer Street at Washington Street", "latitude": null, "location_type": 3, "longitude": null, - "name": "Back Bay", + "name": "Downtown Crossing", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-bbsta-w57stairs-lobby", + "id": "node-dwnxg-stair15-lobby", "links": { - "self": "/stops/node-bbsta-w57stairs-lobby" + "self": "/stops/node-dwnxg-stair15-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-bbsta-w57stairs-lobby" + "related": "/facilities/?filter[stop]=node-dwnxg-stair15-lobby" } }, "parent_station": { "data": { - "id": "place-bbsta", + "id": "place-dwnxg", "type": "stop" } }, @@ -362502,27 +380645,28 @@ }, { "attributes": { - "description": "Tufts Medical Center - Top of stairs for Forest Hills, Washington Street", + "description": "Haymarket - Top of stairs between lobby and Forest Hills mezzanine", "latitude": null, "location_type": 3, "longitude": null, - "name": "Tufts Medical Center", + "name": "Haymarket", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-tumnl-washsbstairs-lobby", + "id": "node-haecl-congfhstair-lobby", "links": { - "self": "/stops/node-tumnl-washsbstairs-lobby" + "self": "/stops/node-haecl-congfhstair-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-tumnl-washsbstairs-lobby" + "related": "/facilities/?filter[stop]=node-haecl-congfhstair-lobby" } }, "parent_station": { "data": { - "id": "place-tumnl", + "id": "place-haecl", "type": "stop" } }, @@ -362534,27 +380678,28 @@ }, { "attributes": { - "description": "State - Bottom of escalator from Oak Grove platform to City Hall", - "latitude": null, + "description": "Quincy Adams - Fifth floor of garage level of Elevator 806", + "latitude": 42.233073, "location_type": 3, - "longitude": null, - "name": "State", + "longitude": -71.007199, + "name": "Quincy Adams", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-374-nbplatform", + "id": "node-806-fifth", "links": { - "self": "/stops/node-374-nbplatform" + "self": "/stops/node-806-fifth" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-374-nbplatform" + "related": "/facilities/?filter[stop]=node-806-fifth" } }, "parent_station": { "data": { - "id": "place-state", + "id": "place-qamnl", "type": "stop" } }, @@ -362566,27 +380711,28 @@ }, { "attributes": { - "description": "Copley - Bottom of westbound platform stairs", - "latitude": 42.349792, + "description": "Park Street - Top of stairs between Alewife platform and Government Center & North platform", + "latitude": null, "location_type": 3, - "longitude": -71.078052, - "name": "Copley", + "longitude": null, + "name": "Park Street", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-coecl-bplstair-platform", + "id": "node-pktrm-stair7-gl", "links": { - "self": "/stops/node-coecl-bplstair-platform" + "self": "/stops/node-pktrm-stair7-gl" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-coecl-bplstair-platform" + "related": "/facilities/?filter[stop]=node-pktrm-stair7-gl" } }, "parent_station": { "data": { - "id": "place-coecl", + "id": "place-pktrm", "type": "stop" } }, @@ -362598,27 +380744,28 @@ }, { "attributes": { - "description": "Harvard - Bottom of stairs between main lobby and Lower Busway", - "latitude": null, + "description": "Kendall/MIT - Bottom of Elevator 757 for Ashmont/Braintree platform", + "latitude": 42.36211, "location_type": 3, - "longitude": null, - "name": "Harvard", + "longitude": -71.086174, + "name": "Kendall/MIT", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-harsq-lowerstair-lower", + "id": "node-757-platform", "links": { - "self": "/stops/node-harsq-lowerstair-lower" + "self": "/stops/node-757-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-harsq-lowerstair-lower" + "related": "/facilities/?filter[stop]=node-757-platform" } }, "parent_station": { "data": { - "id": "place-harsq", + "id": "place-knncl", "type": "stop" } }, @@ -362630,27 +380777,28 @@ }, { "attributes": { - "description": "Newton Highlands - Hyde St", - "latitude": 42.323498, - "location_type": 2, - "longitude": -71.204336, - "name": "Newton Highlands - Hyde St", + "description": "Savin Hill - Paid side of Sydney Street fare gates", + "latitude": 42.310828, + "location_type": 3, + "longitude": -71.053602, + "name": "Savin Hill", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-newtn-hyde", + "id": "node-shmnl-syd-farepaid", "links": { - "self": "/stops/door-newtn-hyde" + "self": "/stops/node-shmnl-syd-farepaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-newtn-hyde" + "related": "/facilities/?filter[stop]=node-shmnl-syd-farepaid" } }, "parent_station": { "data": { - "id": "place-newtn", + "id": "place-shmnl", "type": "stop" } }, @@ -362662,27 +380810,28 @@ }, { "attributes": { - "description": "Courthouse - Bottom of escalator from lobby to Thomson Place mezzanine", - "latitude": null, + "description": "Revere Beach - Top of stairs for Ocean Street", + "latitude": 42.407819, "location_type": 3, - "longitude": null, - "name": "Courthouse", + "longitude": -70.992395, + "name": "Revere Beach", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-412-lobby", + "id": "node-rbmnl-oceanstair", "links": { - "self": "/stops/node-412-lobby" + "self": "/stops/node-rbmnl-oceanstair" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-412-lobby" + "related": "/facilities/?filter[stop]=node-rbmnl-oceanstair" } }, "parent_station": { "data": { - "id": "place-crtst", + "id": "place-rbmnl", "type": "stop" } }, @@ -362694,27 +380843,28 @@ }, { "attributes": { - "description": "Orient Heights - Bottom of stairs for Bowdoin", - "latitude": 42.386782, + "description": "Maverick - Top of elevator between Maverick Square and lobby", + "latitude": 42.369139, "location_type": 3, - "longitude": -71.004888, - "name": "Orient Heights", + "longitude": -71.039577, + "name": "Maverick", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-orhte-ibpaidstairs-platform", + "id": "node-965-entrance", "links": { - "self": "/stops/node-orhte-ibpaidstairs-platform" + "self": "/stops/node-965-entrance" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-orhte-ibpaidstairs-platform" + "related": "/facilities/?filter[stop]=node-965-entrance" } }, "parent_station": { "data": { - "id": "place-orhte", + "id": "place-mvbcl", "type": "stop" } }, @@ -362726,27 +380876,28 @@ }, { "attributes": { - "description": "JFK/UMass - Top of escalator from platform to Columbia Road", - "latitude": 42.321285, + "description": "Wonderland - Revere Beach Plaza level of Ocean Ave elevator", + "latitude": 42.413529, "location_type": 3, - "longitude": -71.05256, - "name": "JFK/UMass", + "longitude": -70.99058, + "name": "Wonderland", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-322-lobby", + "id": "node-711-plaza", "links": { - "self": "/stops/node-322-lobby" + "self": "/stops/node-711-plaza" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-322-lobby" + "related": "/facilities/?filter[stop]=node-711-plaza" } }, "parent_station": { "data": { - "id": "place-jfk", + "id": "place-wondl", "type": "stop" } }, @@ -362758,27 +380909,28 @@ }, { "attributes": { - "description": "State - Bottom of stairs between Oak Grove platform and Wonderland platform, State St, Devonshire St", + "description": "Downtown Crossing - Top of stairs between Forest Hills platform and Ashmont/Braintree platform", "latitude": null, "location_type": 3, "longitude": null, - "name": "State", + "name": "Downtown Crossing", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-state-olnbplatformstairsmain-nbplatform", + "id": "node-dwnxg-stair8-ol", "links": { - "self": "/stops/node-state-olnbplatformstairsmain-nbplatform" + "self": "/stops/node-dwnxg-stair8-ol" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-state-olnbplatformstairsmain-nbplatform" + "related": "/facilities/?filter[stop]=node-dwnxg-stair8-ol" } }, "parent_station": { "data": { - "id": "place-state", + "id": "place-dwnxg", "type": "stop" } }, @@ -362790,22 +380942,23 @@ }, { "attributes": { - "description": "Downtown Crossing - Top of elevator between Alewife platform and Oak Grove platform", + "description": "Downtown Crossing - Bottom of elevator between Ashmont/Braintree platform and Chauncy Street lobby", "latitude": null, "location_type": 3, "longitude": null, "name": "Downtown Crossing", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-998-ol", + "id": "node-870-platform", "links": { - "self": "/stops/node-998-ol" + "self": "/stops/node-870-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-998-ol" + "related": "/facilities/?filter[stop]=node-870-platform" } }, "parent_station": { @@ -362822,27 +380975,28 @@ }, { "attributes": { - "description": "JFK/UMass - Top of southern stairs between Braintree, Alewife platform and lobby", - "latitude": 42.320507, + "description": "Wonderland - Bridge level of garage elevator", + "latitude": 42.413527, "location_type": 3, - "longitude": -71.052263, - "name": "JFK/UMass", + "longitude": -70.991894, + "name": "Wonderland", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-jfk-bragasstair-lobby", + "id": "node-701-bridge", "links": { - "self": "/stops/node-jfk-bragasstair-lobby" + "self": "/stops/node-701-bridge" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-jfk-bragasstair-lobby" + "related": "/facilities/?filter[stop]=node-701-bridge" } }, "parent_station": { "data": { - "id": "place-jfk", + "id": "place-wondl", "type": "stop" } }, @@ -362854,27 +381008,28 @@ }, { "attributes": { - "description": "Forest Hills - Arborway, Southwest Corridor Park", - "latitude": 42.30183, - "location_type": 2, - "longitude": -71.113534, - "name": "Forest Hills - Arborway, Southwest Corridor Park", + "description": "Assembly - Top of Elevator 717", + "latitude": 42.393058, + "location_type": 3, + "longitude": -71.077318, + "name": "Assembly", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-forhl-south", + "id": "node-astao-717-lobby", "links": { - "self": "/stops/door-forhl-south" + "self": "/stops/node-astao-717-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-forhl-south" + "related": "/facilities/?filter[stop]=node-astao-717-lobby" } }, "parent_station": { "data": { - "id": "place-forhl", + "id": "place-astao", "type": "stop" } }, @@ -362886,22 +381041,23 @@ }, { "attributes": { - "description": "Haymarket - Bottom of stairs between mezzanine and Forest Hills platform", + "description": "Haymarket - Mezzanine-level of elevator between Oak Grove platform and Congress Street lobby", "latitude": null, "location_type": 3, "longitude": null, "name": "Haymarket", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-haecl-congfhplatn-platform", + "id": "node-903-passage", "links": { - "self": "/stops/node-haecl-congfhplatn-platform" + "self": "/stops/node-903-passage" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-haecl-congfhplatn-platform" + "related": "/facilities/?filter[stop]=node-903-passage" } }, "parent_station": { @@ -362918,27 +381074,28 @@ }, { "attributes": { - "description": "Airport - Bottom of Escalator 410", - "latitude": 42.374406, + "description": "Alewife - Bottom of Escalator 355 from second floor of garage to third floor of garage", + "latitude": 42.395826, "location_type": 3, - "longitude": -71.030337, - "name": "Airport", + "longitude": -71.141035, + "name": "Alewife", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-410-platform", + "id": "node-355-bottom", "links": { - "self": "/stops/node-410-platform" + "self": "/stops/node-355-bottom" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-410-platform" + "related": "/facilities/?filter[stop]=node-355-bottom" } }, "parent_station": { "data": { - "id": "place-aport", + "id": "place-alfcl", "type": "stop" } }, @@ -362950,27 +381107,28 @@ }, { "attributes": { - "description": "Kenmore - Bottom of Park Street & North elevator", - "latitude": 42.348888, - "location_type": 3, - "longitude": -71.095356, - "name": "Kenmore", + "description": "Fenway - Park Dr (Stairs)", + "latitude": 42.345298, + "location_type": 2, + "longitude": -71.10423, + "name": "Fenway - Park Dr (Stairs)", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, - "id": "node-972-platform", + "id": "door-fenwy-parkdr", "links": { - "self": "/stops/node-972-platform" + "self": "/stops/door-fenwy-parkdr" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-972-platform" + "related": "/facilities/?filter[stop]=door-fenwy-parkdr" } }, "parent_station": { "data": { - "id": "place-kencl", + "id": "place-fenwy", "type": "stop" } }, @@ -362982,27 +381140,28 @@ }, { "attributes": { - "description": "Downtown Crossing - Bottom of escalator from Franklin Street lobby to street", - "latitude": null, - "location_type": 3, - "longitude": null, - "name": "Downtown Crossing", + "description": "Harvard - Church St, Harvard Square", + "latitude": 42.374317, + "location_type": 2, + "longitude": -71.118956, + "name": "Harvard - Church St, Harvard Square", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, - "id": "node-364-lobby", + "id": "door-harsq-church", "links": { - "self": "/stops/node-364-lobby" + "self": "/stops/door-harsq-church" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-364-lobby" + "related": "/facilities/?filter[stop]=door-harsq-church" } }, "parent_station": { "data": { - "id": "place-dwnxg", + "id": "place-harsq", "type": "stop" } }, @@ -363014,27 +381173,28 @@ }, { "attributes": { - "description": "Wonderland - Bridge level of garage elevator", - "latitude": 42.413467, - "location_type": 3, - "longitude": -70.991914, - "name": "Wonderland", + "description": "North Station - Valenti Way", + "latitude": 42.36497, + "location_type": 2, + "longitude": -71.059898, + "name": "North Station - Valenti Way", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, - "id": "node-703-bridge", + "id": "door-north-valentiexitw", "links": { - "self": "/stops/node-703-bridge" + "self": "/stops/door-north-valentiexitw" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-703-bridge" + "related": "/facilities/?filter[stop]=door-north-valentiexitw" } }, "parent_station": { "data": { - "id": "place-wondl", + "id": "place-north", "type": "stop" } }, @@ -363046,27 +381206,28 @@ }, { "attributes": { - "description": "Tufts Medical Center - Top of stairs for Oak Grove, Tremont Street", + "description": "South Station - Bottom of Escalator 399", "latitude": null, "location_type": 3, "longitude": null, - "name": "Tufts Medical Center", + "name": "South Station", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-tumnl-trenbstairs-lobby", + "id": "node-399-middle", "links": { - "self": "/stops/node-tumnl-trenbstairs-lobby" + "self": "/stops/node-399-middle" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-tumnl-trenbstairs-lobby" + "related": "/facilities/?filter[stop]=node-399-middle" } }, "parent_station": { "data": { - "id": "place-tumnl", + "id": "place-sstat", "type": "stop" } }, @@ -363078,27 +381239,28 @@ }, { "attributes": { - "description": "Reservoir - Cleveland Circle (Ramp)", - "latitude": 42.335271, - "location_type": 2, - "longitude": -71.14981, - "name": "Reservoir - Cleveland Circle (Ramp)", + "description": "Wonderland - Blue Line unpaid lobby", + "latitude": 42.413659, + "location_type": 3, + "longitude": -70.991859, + "name": "Wonderland", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-rsmnl-wramp", + "id": "node-wondl-lobbycenter", "links": { - "self": "/stops/door-rsmnl-wramp" + "self": "/stops/node-wondl-lobbycenter" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-rsmnl-wramp" + "related": "/facilities/?filter[stop]=node-wondl-lobbycenter" } }, "parent_station": { "data": { - "id": "place-rsmnl", + "id": "place-wondl", "type": "stop" } }, @@ -363110,27 +381272,28 @@ }, { "attributes": { - "description": "Ruggles - Top of Lower Busway Lane 2 elevator", - "latitude": 42.336486, + "description": "Savin Hill - Top of escalator from platform to lobby", + "latitude": 42.310921, "location_type": 3, - "longitude": -71.089081, - "name": "Ruggles", + "longitude": -71.053506, + "name": "Savin Hill", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-848-lobby", + "id": "node-423-lobby", "links": { - "self": "/stops/node-848-lobby" + "self": "/stops/node-423-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-848-lobby" + "related": "/facilities/?filter[stop]=node-423-lobby" } }, "parent_station": { "data": { - "id": "place-rugg", + "id": "place-shmnl", "type": "stop" } }, @@ -363142,27 +381305,28 @@ }, { "attributes": { - "description": "North Quincy - Top of escalator from Hancock Street to lobby", - "latitude": 42.276533, + "description": "Haymarket - Top of stairs between lobby and Oak Grove mezzanine", + "latitude": null, "location_type": 3, - "longitude": -71.030809, - "name": "North Quincy", + "longitude": null, + "name": "Haymarket", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-327-lobby", + "id": "node-haecl-congogstairs-lobby", "links": { - "self": "/stops/node-327-lobby" + "self": "/stops/node-haecl-congogstairs-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-327-lobby" + "related": "/facilities/?filter[stop]=node-haecl-congogstairs-lobby" } }, "parent_station": { "data": { - "id": "place-nqncy", + "id": "place-haecl", "type": "stop" } }, @@ -363174,27 +381338,28 @@ }, { "attributes": { - "description": "Hynes Convention Center - Lobby end of middle landing", - "latitude": null, + "description": "Science Park/West End - Platform level of north side elevator", + "latitude": 42.366846, "location_type": 3, - "longitude": null, - "name": "Hynes Convention Center", + "longitude": -71.067777, + "name": "Science Park/West End", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-hymnl-wbstairs-midtlobby", + "id": "node-981-platform", "links": { - "self": "/stops/node-hymnl-wbstairs-midtlobby" + "self": "/stops/node-981-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-hymnl-wbstairs-midtlobby" + "related": "/facilities/?filter[stop]=node-981-platform" } }, "parent_station": { "data": { - "id": "place-hymnl", + "id": "place-spmnl", "type": "stop" } }, @@ -363206,27 +381371,28 @@ }, { "attributes": { - "description": "Courthouse - Bottom of elevator between South Station platform and lobby", + "description": "Back Bay - Bottom of Tracks 5-7 elevator", "latitude": null, "location_type": 3, "longitude": null, - "name": "Courthouse", + "name": "Back Bay", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-937-platform", + "id": "node-856-platform", "links": { - "self": "/stops/node-937-platform" + "self": "/stops/node-856-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-937-platform" + "related": "/facilities/?filter[stop]=node-856-platform" } }, "parent_station": { "data": { - "id": "place-crtst", + "id": "place-bbsta", "type": "stop" } }, @@ -363238,27 +381404,28 @@ }, { "attributes": { - "description": "Central - Mass Ave", - "latitude": 42.365541, - "location_type": 2, - "longitude": -71.103749, - "name": "Central - Mass Ave", + "description": "Ruggles - Top of Orange Line north platform escalator", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "Ruggles", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-cntsq-obmass", + "id": "node-137-lobby", "links": { - "self": "/stops/door-cntsq-obmass" + "self": "/stops/node-137-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-cntsq-obmass" + "related": "/facilities/?filter[stop]=node-137-lobby" } }, "parent_station": { "data": { - "id": "place-cntsq", + "id": "place-rugg", "type": "stop" } }, @@ -363270,27 +381437,28 @@ }, { "attributes": { - "description": "Wonderland - Lobby level of garage elevator", - "latitude": 42.413499, + "description": "Shawmut - Bottom of Ashmont stairs", + "latitude": 42.293212, "location_type": 3, - "longitude": -70.991905, - "name": "Wonderland", + "longitude": -71.065922, + "name": "Shawmut", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-702-lobby", + "id": "node-smmnl-sbstairs-platform", "links": { - "self": "/stops/node-702-lobby" + "self": "/stops/node-smmnl-sbstairs-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-702-lobby" + "related": "/facilities/?filter[stop]=node-smmnl-sbstairs-platform" } }, "parent_station": { "data": { - "id": "place-wondl", + "id": "place-smmnl", "type": "stop" } }, @@ -363302,27 +381470,28 @@ }, { "attributes": { - "description": "Ashmont - Unpaid side of fare gates", - "latitude": 42.283572, + "description": "Back Bay - Station side of exit-only gate", + "latitude": null, "location_type": 3, - "longitude": -71.06297, - "name": "Ashmont", + "longitude": null, + "name": "Back Bay", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-asmnl-radfareunpaid", + "id": "node-bbsta-2clarexit-farepaid", "links": { - "self": "/stops/node-asmnl-radfareunpaid" + "self": "/stops/node-bbsta-2clarexit-farepaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-asmnl-radfareunpaid" + "related": "/facilities/?filter[stop]=node-bbsta-2clarexit-farepaid" } }, "parent_station": { "data": { - "id": "place-asmnl", + "id": "place-bbsta", "type": "stop" } }, @@ -363334,27 +381503,28 @@ }, { "attributes": { - "description": "Courthouse - Top of elevator between South Station platform and lobby", + "description": "Symphony - Top of stairs for entrances", "latitude": null, "location_type": 3, "longitude": null, - "name": "Courthouse", + "name": "Symphony", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-937-lobby", + "id": "node-symcl-wb-midtop", "links": { - "self": "/stops/node-937-lobby" + "self": "/stops/node-symcl-wb-midtop" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-937-lobby" + "related": "/facilities/?filter[stop]=node-symcl-wb-midtop" } }, "parent_station": { "data": { - "id": "place-crtst", + "id": "place-symcl", "type": "stop" } }, @@ -363366,27 +381536,28 @@ }, { "attributes": { - "description": "Arlington - Bottom of westbound stairs", + "description": "Harvard - Top of escalator from lobby to Harvard Square mezzanine", "latitude": null, "location_type": 3, "longitude": null, - "name": "Arlington", + "name": "Harvard", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-armnl-wbstairs-platform", + "id": "node-514-landing", "links": { - "self": "/stops/node-armnl-wbstairs-platform" + "self": "/stops/node-514-landing" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-armnl-wbstairs-platform" + "related": "/facilities/?filter[stop]=node-514-landing" } }, "parent_station": { "data": { - "id": "place-armnl", + "id": "place-harsq", "type": "stop" } }, @@ -363398,27 +381569,28 @@ }, { "attributes": { - "description": "Maverick - Bottom of escalator from Maverick Square to lobby", - "latitude": null, + "description": "North Station - Top of exit-only stairs from Lechmere & North platform to Valenti Way", + "latitude": 42.364962, "location_type": 3, - "longitude": null, - "name": "Maverick", + "longitude": -71.059926, + "name": "North Station", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-434-lobby", + "id": "node-north-wvalentiexitstairs-top", "links": { - "self": "/stops/node-434-lobby" + "self": "/stops/node-north-wvalentiexitstairs-top" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-434-lobby" + "related": "/facilities/?filter[stop]=node-north-wvalentiexitstairs-top" } }, "parent_station": { "data": { - "id": "place-mvbcl", + "id": "place-north", "type": "stop" } }, @@ -363430,27 +381602,28 @@ }, { "attributes": { - "description": "Downtown Crossing - Bottom of elevator between Washington Street, Winter Street lobby and street", + "description": "Andrew - Bottom of outbound elevator", "latitude": null, "location_type": 3, "longitude": null, - "name": "Downtown Crossing", + "name": "Andrew", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-892-lobby", + "id": "node-879-platform", "links": { - "self": "/stops/node-892-lobby" + "self": "/stops/node-879-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-892-lobby" + "related": "/facilities/?filter[stop]=node-879-platform" } }, "parent_station": { "data": { - "id": "place-dwnxg", + "id": "place-andrw", "type": "stop" } }, @@ -363462,27 +381635,28 @@ }, { "attributes": { - "description": "Downtown Crossing - Washington St, Summer St", - "latitude": 42.355519, - "location_type": 2, - "longitude": -71.060327, - "name": "Downtown Crossing - Washington St, Summer St", + "description": "Broadway - Bottom of platform escalator", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "Broadway", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-dwnxg-summer", + "id": "node-367-platform", "links": { - "self": "/stops/door-dwnxg-summer" + "self": "/stops/node-367-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-dwnxg-summer" + "related": "/facilities/?filter[stop]=node-367-platform" } }, "parent_station": { "data": { - "id": "place-dwnxg", + "id": "place-brdwy", "type": "stop" } }, @@ -363494,27 +381668,28 @@ }, { "attributes": { - "description": "Ashmont - Top of elevator from Mattapan Line, busway to Alewife platform", - "latitude": 42.284205, + "description": "Wellington - Bottom of stairs for platform for all trains", + "latitude": 42.40206, "location_type": 3, - "longitude": -71.063422, - "name": "Ashmont", + "longitude": -71.077163, + "name": "Wellington", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-969-lobby", + "id": "node-welln-fhstair-platform", "links": { - "self": "/stops/node-969-lobby" + "self": "/stops/node-welln-fhstair-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-969-lobby" + "related": "/facilities/?filter[stop]=node-welln-fhstair-platform" } }, "parent_station": { "data": { - "id": "place-asmnl", + "id": "place-welln", "type": "stop" } }, @@ -363526,27 +381701,28 @@ }, { "attributes": { - "description": "Aquarium - Top of elevator between Bowdoin platform and Atlantic Avenue", + "description": "State - Bottom of escalator from Oak Grove platform to City Hall", "latitude": null, "location_type": 3, "longitude": null, - "name": "Aquarium", + "name": "State", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-923-lobby", + "id": "node-374-nbplatform", "links": { - "self": "/stops/node-923-lobby" + "self": "/stops/node-374-nbplatform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-923-lobby" + "related": "/facilities/?filter[stop]=node-374-nbplatform" } }, "parent_station": { "data": { - "id": "place-aqucl", + "id": "place-state", "type": "stop" } }, @@ -363558,27 +381734,28 @@ }, { "attributes": { - "description": "Massachusetts Avenue - South end of Massachusetts Ave underpass", - "latitude": 42.34161, - "location_type": 3, - "longitude": -71.083455, - "name": "Massachusetts Avenue", + "description": "Courthouse - Fan Pier Blvd, Seaport Blvd", + "latitude": 42.352611, + "location_type": 2, + "longitude": -71.047046, + "name": "Courthouse - Fan Pier Blvd, Seaport Blvd", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-masta-undersouth-way", + "id": "door-crtst-north", "links": { - "self": "/stops/node-masta-undersouth-way" + "self": "/stops/door-crtst-north" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-masta-undersouth-way" + "related": "/facilities/?filter[stop]=door-crtst-north" } }, "parent_station": { "data": { - "id": "place-masta", + "id": "place-crtst", "type": "stop" } }, @@ -363590,27 +381767,28 @@ }, { "attributes": { - "description": "Lechmere - Top of stairs for North First St", - "latitude": 42.371667, + "description": "South Station - Bottom of stairs for Summer Street, Atlantic Avenue", + "latitude": null, "location_type": 3, - "longitude": -71.076756, - "name": "Lechmere", + "longitude": null, + "name": "South Station", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-lech-firststairs-top", + "id": "node-sstat-deweystair-lobby", "links": { - "self": "/stops/node-lech-firststairs-top" + "self": "/stops/node-sstat-deweystair-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-lech-firststairs-top" + "related": "/facilities/?filter[stop]=node-sstat-deweystair-lobby" } }, "parent_station": { "data": { - "id": "place-lech", + "id": "place-sstat", "type": "stop" } }, @@ -363622,27 +381800,28 @@ }, { "attributes": { - "description": "Kendall/MIT - Stairs platform level", - "latitude": 42.362628, + "description": "Assembly - Top of platform stairs for Revolution Drive", + "latitude": 42.392158, "location_type": 3, - "longitude": -71.086204, - "name": "Kendall/MIT", + "longitude": -71.077208, + "name": "Assembly", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-knncl-backnbstair-platform", + "id": "node-astao-revplatstair-lobby", "links": { - "self": "/stops/node-knncl-backnbstair-platform" + "self": "/stops/node-astao-revplatstair-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-knncl-backnbstair-platform" + "related": "/facilities/?filter[stop]=node-astao-revplatstair-lobby" } }, "parent_station": { "data": { - "id": "place-knncl", + "id": "place-astao", "type": "stop" } }, @@ -363654,27 +381833,28 @@ }, { "attributes": { - "description": "JFK/UMass - Bottom of northern stairs between Ashmont, Alewife platform and lobby", - "latitude": 42.320666, + "description": "Ball Square - Top of Broadway Elevator 769", + "latitude": 42.399775, "location_type": 3, - "longitude": -71.052488, - "name": "JFK/UMass", + "longitude": -71.110929, + "name": "Ball Square", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-jfk-ashganstair-platform", + "id": "node-769-top", "links": { - "self": "/stops/node-jfk-ashganstair-platform" + "self": "/stops/node-769-top" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-jfk-ashganstair-platform" + "related": "/facilities/?filter[stop]=node-769-top" } }, "parent_station": { "data": { - "id": "place-jfk", + "id": "place-balsq", "type": "stop" } }, @@ -363686,27 +381866,28 @@ }, { "attributes": { - "description": "Oak Grove - Top of Banks Place, busway, parking stairs", - "latitude": 42.436898, + "description": "Reservoir - Bottom of ramp for Park Street & North", + "latitude": 42.335163, "location_type": 3, - "longitude": -71.070639, - "name": "Oak Grove", + "longitude": -71.14788, + "name": "Reservoir", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-ogmnl-banksstair-lobby", + "id": "node-rsmnl-eramp-platform", "links": { - "self": "/stops/node-ogmnl-banksstair-lobby" + "self": "/stops/node-rsmnl-eramp-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-ogmnl-banksstair-lobby" + "related": "/facilities/?filter[stop]=node-rsmnl-eramp-platform" } }, "parent_station": { "data": { - "id": "place-ogmnl", + "id": "place-rsmnl", "type": "stop" } }, @@ -363718,27 +381899,28 @@ }, { "attributes": { - "description": "Chelsea - Third St", - "latitude": 42.397676, - "location_type": 2, - "longitude": -71.04466, - "name": "Chelsea - Third St", + "description": "Chinatown - Top of escalator from Forest Hill lobby", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "Chinatown", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-chels-croutthird", + "id": "node-366-landing", "links": { - "self": "/stops/door-chels-croutthird" + "self": "/stops/node-366-landing" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-chels-croutthird" + "related": "/facilities/?filter[stop]=node-366-landing" } }, "parent_station": { "data": { - "id": "place-chels", + "id": "place-chncl", "type": "stop" } }, @@ -363750,27 +381932,28 @@ }, { "attributes": { - "description": "Savin Hill - Unpaid side of Savin Hill Avenue fare gates", - "latitude": 42.311291, + "description": "South Station - Paid side of fare gates", + "latitude": null, "location_type": 3, - "longitude": -71.053315, - "name": "Savin Hill", + "longitude": null, + "name": "South Station", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-shmnl-sh-fareunpaid", + "id": "node-sstat-south-farepaid", "links": { - "self": "/stops/node-shmnl-sh-fareunpaid" + "self": "/stops/node-sstat-south-farepaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-shmnl-sh-fareunpaid" + "related": "/facilities/?filter[stop]=node-sstat-south-farepaid" } }, "parent_station": { "data": { - "id": "place-shmnl", + "id": "place-sstat", "type": "stop" } }, @@ -363782,27 +381965,28 @@ }, { "attributes": { - "description": "Porter - Top of escalator to lobby from Red Line platforms", - "latitude": 42.388462, + "description": "Alewife - Bottom of Escalator 350 from Russell Field lobby to Red Line platform", + "latitude": 42.396155, "location_type": 3, - "longitude": -71.118802, - "name": "Porter", + "longitude": -71.140072, + "name": "Alewife", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-510-lobby", + "id": "node-350-bottom", "links": { - "self": "/stops/node-510-lobby" + "self": "/stops/node-350-bottom" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-510-lobby" + "related": "/facilities/?filter[stop]=node-350-bottom" } }, "parent_station": { "data": { - "id": "place-portr", + "id": "place-alfcl", "type": "stop" } }, @@ -363814,27 +381998,28 @@ }, { "attributes": { - "description": "Quincy Center - Unpaid side of fare gates", - "latitude": 42.251593, - "location_type": 3, - "longitude": -71.005255, - "name": "Quincy Center", + "description": "Eliot - Boylston St Westbound (Ramp)", + "latitude": 42.318555, + "location_type": 2, + "longitude": -71.21543, + "name": "Eliot - Boylston St Westbound (Ramp)", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-qnctr-fareunpaid", + "id": "door-eliot-boylwr", "links": { - "self": "/stops/node-qnctr-fareunpaid" + "self": "/stops/door-eliot-boylwr" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-qnctr-fareunpaid" + "related": "/facilities/?filter[stop]=door-eliot-boylwr" } }, "parent_station": { "data": { - "id": "place-qnctr", + "id": "place-eliot", "type": "stop" } }, @@ -363846,27 +382031,28 @@ }, { "attributes": { - "description": "Courthouse - Paid side of outbound fare gates", - "latitude": null, - "location_type": 3, - "longitude": null, - "name": "Courthouse", + "description": "Back Bay - Clarendon St, Columbus Ave", + "latitude": 42.34754, + "location_type": 2, + "longitude": -71.07341, + "name": "Back Bay - Clarendon St, Columbus Ave", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, - "id": "node-crtst-wtcmain-farepaid", + "id": "door-bbsta-clarcolum", "links": { - "self": "/stops/node-crtst-wtcmain-farepaid" + "self": "/stops/door-bbsta-clarcolum" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-crtst-wtcmain-farepaid" + "related": "/facilities/?filter[stop]=door-bbsta-clarcolum" } }, "parent_station": { "data": { - "id": "place-crtst", + "id": "place-bbsta", "type": "stop" } }, @@ -363878,27 +382064,28 @@ }, { "attributes": { - "description": "Assembly - Bottom of Elevator 717", - "latitude": 42.393058, + "description": "Quincy Adams - Second floor of north garage stairs", + "latitude": 42.233166, "location_type": 3, - "longitude": -71.077318, - "name": "Assembly", + "longitude": -71.007298, + "name": "Quincy Adams", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-astao-717-platform", + "id": "node-qamnl-ngaragestairs-second", "links": { - "self": "/stops/node-astao-717-platform" + "self": "/stops/node-qamnl-ngaragestairs-second" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-astao-717-platform" + "related": "/facilities/?filter[stop]=node-qamnl-ngaragestairs-second" } }, "parent_station": { "data": { - "id": "place-astao", + "id": "place-qamnl", "type": "stop" } }, @@ -363910,27 +382097,28 @@ }, { "attributes": { - "description": "Hynes Convention Center - Paid side of fare gates", - "latitude": null, + "description": "Quincy Center - Bottom of Escalator 330", + "latitude": 42.251767, "location_type": 3, - "longitude": null, - "name": "Hynes Convention Center", + "longitude": -71.005383, + "name": "Quincy Center", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-hymnl-farepaid", + "id": "node-330-platform", "links": { - "self": "/stops/node-hymnl-farepaid" + "self": "/stops/node-330-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-hymnl-farepaid" + "related": "/facilities/?filter[stop]=node-330-platform" } }, "parent_station": { "data": { - "id": "place-hymnl", + "id": "place-qnctr", "type": "stop" } }, @@ -363942,27 +382130,28 @@ }, { "attributes": { - "description": "Porter - Bottom of stairs between Commuter Rail platform and west side of Mass Ave", - "latitude": 42.388432, + "description": "North Quincy - Bottom of stairs between Hancock Street and lobby", + "latitude": 42.276633, "location_type": 3, - "longitude": -71.119672, - "name": "Porter", + "longitude": -71.030899, + "name": "North Quincy", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-portr-weststairs-crplatform", + "id": "node-nqncy-hstair-street", "links": { - "self": "/stops/node-portr-weststairs-crplatform" + "self": "/stops/node-nqncy-hstair-street" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-portr-weststairs-crplatform" + "related": "/facilities/?filter[stop]=node-nqncy-hstair-street" } }, "parent_station": { "data": { - "id": "place-portr", + "id": "place-nqncy", "type": "stop" } }, @@ -363974,27 +382163,28 @@ }, { "attributes": { - "description": "Charles/MGH - Bottom of Escalator 426", - "latitude": 42.361211, + "description": "Park Street - Bottom of stairs between Ashmont/Braintree platform and Winter Street Concourse", + "latitude": null, "location_type": 3, - "longitude": -71.070404, - "name": "Charles/MGH", + "longitude": null, + "name": "Park Street", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-426-lobby", + "id": "node-pktrm-sbwinterstairs-platform", "links": { - "self": "/stops/node-426-lobby" + "self": "/stops/node-pktrm-sbwinterstairs-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-426-lobby" + "related": "/facilities/?filter[stop]=node-pktrm-sbwinterstairs-platform" } }, "parent_station": { "data": { - "id": "place-chmnl", + "id": "place-pktrm", "type": "stop" } }, @@ -364006,27 +382196,28 @@ }, { "attributes": { - "description": "Park Street - Tremont St, Boston Common", - "latitude": 42.35637, - "location_type": 2, - "longitude": -71.062321, - "name": "Park Street - Tremont St, Boston Common", + "description": "Longwood - Top of platform ramp for Emerald Necklace", + "latitude": 42.341448, + "location_type": 3, + "longitude": -71.110055, + "name": "Longwood", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-pktrm-tremonte", + "id": "node-longw-pramp-landing", "links": { - "self": "/stops/door-pktrm-tremonte" + "self": "/stops/node-longw-pramp-landing" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-pktrm-tremonte" + "related": "/facilities/?filter[stop]=node-longw-pramp-landing" } }, "parent_station": { "data": { - "id": "place-pktrm", + "id": "place-longw", "type": "stop" } }, @@ -364038,27 +382229,28 @@ }, { "attributes": { - "description": "State - Top of stairs between Oak Grove platform and State St, Devonshire St", + "description": "Andrew - Unpaid side of fare gates", "latitude": null, "location_type": 3, "longitude": null, - "name": "State", + "name": "Andrew", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-state-ogoldstatehousestairs-landing", + "id": "node-andrw-fareunpaid", "links": { - "self": "/stops/node-state-ogoldstatehousestairs-landing" + "self": "/stops/node-andrw-fareunpaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-state-ogoldstatehousestairs-landing" + "related": "/facilities/?filter[stop]=node-andrw-fareunpaid" } }, "parent_station": { "data": { - "id": "place-state", + "id": "place-andrw", "type": "stop" } }, @@ -364070,27 +382262,28 @@ }, { "attributes": { - "description": "State - Unpaid side of fare gates", + "description": "Aquarium - Bottom of stairs between platform and State Street", "latitude": null, "location_type": 3, "longitude": null, - "name": "State", + "name": "Aquarium", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-state-congress-fareunpaid", + "id": "node-aqucl-wbstatestairs-platform", "links": { - "self": "/stops/node-state-congress-fareunpaid" + "self": "/stops/node-aqucl-wbstatestairs-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-state-congress-fareunpaid" + "related": "/facilities/?filter[stop]=node-aqucl-wbstatestairs-platform" } }, "parent_station": { "data": { - "id": "place-state", + "id": "place-aqucl", "type": "stop" } }, @@ -364102,27 +382295,28 @@ }, { "attributes": { - "description": "Prudential - Top of Heath Street stairs", - "latitude": null, + "description": "Lechmere - Bottom of North First St Elevator 763", + "latitude": 42.371635, "location_type": 3, - "longitude": null, - "name": "Prudential", + "longitude": -71.076645, + "name": "Lechmere", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-prmnl-wbstair-lobby", + "id": "node-763-bottom", "links": { - "self": "/stops/node-prmnl-wbstair-lobby" + "self": "/stops/node-763-bottom" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-prmnl-wbstair-lobby" + "related": "/facilities/?filter[stop]=node-763-bottom" } }, "parent_station": { "data": { - "id": "place-prmnl", + "id": "place-lech", "type": "stop" } }, @@ -364134,27 +382328,28 @@ }, { "attributes": { - "description": "Wollaston - Paid side of secondary Newport Avenue fare gates", - "latitude": null, + "description": "Chelsea - Top of ramp between Third St and outbound platform", + "latitude": 42.397497, "location_type": 3, - "longitude": null, - "name": "Wollaston", + "longitude": -71.043703, + "name": "Chelsea", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-wlsta-stair6gate-farepaid", + "id": "node-chels-thirdout-top", "links": { - "self": "/stops/node-wlsta-stair6gate-farepaid" + "self": "/stops/node-chels-thirdout-top" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-wlsta-stair6gate-farepaid" + "related": "/facilities/?filter[stop]=node-chels-thirdout-top" } }, "parent_station": { "data": { - "id": "place-wlsta", + "id": "place-chels", "type": "stop" } }, @@ -364166,27 +382361,28 @@ }, { "attributes": { - "description": "Aquarium - Bottom of stairs between platform and Atlantic Avenue", + "description": "Park Street - Bottom of stairs between Ashmont/Braintree platform and Government Center & North platform", "latitude": null, "location_type": 3, "longitude": null, - "name": "Aquarium", + "name": "Park Street", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-aqucl-wbatlanticstairs-platform", + "id": "node-pktrm-stair8-rl", "links": { - "self": "/stops/node-aqucl-wbatlanticstairs-platform" + "self": "/stops/node-pktrm-stair8-rl" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-aqucl-wbatlanticstairs-platform" + "related": "/facilities/?filter[stop]=node-pktrm-stair8-rl" } }, "parent_station": { "data": { - "id": "place-aqucl", + "id": "place-pktrm", "type": "stop" } }, @@ -364198,27 +382394,28 @@ }, { "attributes": { - "description": "Central - Bottom of Elevator 861 for Massachusetts Ave", - "latitude": 42.365109, + "description": "Kenmore - Bottom of Beacon Street stairs", + "latitude": null, "location_type": 3, - "longitude": -71.103409, - "name": "Central", + "longitude": null, + "name": "Kenmore", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-cntsq-861-platform", + "id": "node-kencl-beacstair-lobby", "links": { - "self": "/stops/node-cntsq-861-platform" + "self": "/stops/node-kencl-beacstair-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-cntsq-861-platform" + "related": "/facilities/?filter[stop]=node-kencl-beacstair-lobby" } }, "parent_station": { "data": { - "id": "place-cntsq", + "id": "place-kencl", "type": "stop" } }, @@ -364230,27 +382427,28 @@ }, { "attributes": { - "description": "Malden Center - Commercial St, Malden Government Center (ramp)", - "latitude": 42.42689, - "location_type": 2, - "longitude": -71.073987, - "name": "Malden Center - Commercial St, Malden Government Center (ramp)", + "description": "Broadway - Unpaid side of fare gates", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "Broadway", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-mlmnl-ramp", + "id": "node-brdwy-fareunpaid", "links": { - "self": "/stops/door-mlmnl-ramp" + "self": "/stops/node-brdwy-fareunpaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-mlmnl-ramp" + "related": "/facilities/?filter[stop]=node-brdwy-fareunpaid" } }, "parent_station": { "data": { - "id": "place-mlmnl", + "id": "place-brdwy", "type": "stop" } }, @@ -364262,27 +382460,28 @@ }, { "attributes": { - "description": "Ruggles - Bottom of Forsyth Street entrance elevator", - "latitude": 42.336924, + "description": "Revere Beach - Top of stairs between Wonderland platform and lobby", + "latitude": 42.407911, "location_type": 3, - "longitude": -71.08933, - "name": "Ruggles", + "longitude": -70.99243, + "name": "Revere Beach", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-851-bottom", + "id": "node-rbmnl-885stair-lobby", "links": { - "self": "/stops/node-851-bottom" + "self": "/stops/node-rbmnl-885stair-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-851-bottom" + "related": "/facilities/?filter[stop]=node-rbmnl-885stair-lobby" } }, "parent_station": { "data": { - "id": "place-rugg", + "id": "place-rbmnl", "type": "stop" } }, @@ -364294,27 +382493,28 @@ }, { "attributes": { - "description": "Newton Highlands - Bottom of ramp for Lake Avenue", - "latitude": 42.322655, + "description": "Maverick - Top of stairs between Maverick Square and lobby", + "latitude": 42.369118, "location_type": 3, - "longitude": -71.205326, - "name": "Newton Highlands", + "longitude": -71.039522, + "name": "Maverick", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-newtn-lake-platform", + "id": "node-mvbcl-msqstair-entrance", "links": { - "self": "/stops/node-newtn-lake-platform" + "self": "/stops/node-mvbcl-msqstair-entrance" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-newtn-lake-platform" + "related": "/facilities/?filter[stop]=node-mvbcl-msqstair-entrance" } }, "parent_station": { "data": { - "id": "place-newtn", + "id": "place-mvbcl", "type": "stop" } }, @@ -364326,27 +382526,28 @@ }, { "attributes": { - "description": "Stony Brook - Unpaid side of fare gates", - "latitude": 42.317261, + "description": "Ashmont - Bottom of elevator between Red Line platform and lobby, busway, Mattapan Line", + "latitude": 42.284479, "location_type": 3, - "longitude": -71.104088, - "name": "Stony Brook", + "longitude": -71.063875, + "name": "Ashmont", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-sbmnl-fareunpaid", + "id": "node-970-platform", "links": { - "self": "/stops/node-sbmnl-fareunpaid" + "self": "/stops/node-970-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-sbmnl-fareunpaid" + "related": "/facilities/?filter[stop]=node-970-platform" } }, "parent_station": { "data": { - "id": "place-sbmnl", + "id": "place-asmnl", "type": "stop" } }, @@ -364358,27 +382559,28 @@ }, { "attributes": { - "description": "Haymarket - Top of elevator between Green Line, busway and Orange Line passageway", - "latitude": null, - "location_type": 3, - "longitude": null, - "name": "Haymarket", + "description": "Alewife - Cambridgepark Dr, Alewife Brook Pkwy", + "latitude": 42.394893, + "location_type": 2, + "longitude": -71.141516, + "name": "Alewife - Cambridgepark Dr, Alewife Brook Pkwy", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-906-green", + "id": "door-alfcl-cambridgepark", "links": { - "self": "/stops/node-906-green" + "self": "/stops/door-alfcl-cambridgepark" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-906-green" + "related": "/facilities/?filter[stop]=door-alfcl-cambridgepark" } }, "parent_station": { "data": { - "id": "place-haecl", + "id": "place-alfcl", "type": "stop" } }, @@ -364390,27 +382592,28 @@ }, { "attributes": { - "description": "Haymarket - Top of stairs between mezzanine and Forest Hills platform", - "latitude": null, + "description": "Malden Center - Unpaid side of fare gates", + "latitude": 42.426814, "location_type": 3, - "longitude": null, - "name": "Haymarket", + "longitude": -71.074214, + "name": "Malden Center", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-haecl-congfhplats-passage", + "id": "node-mlmnl-fareunpaid", "links": { - "self": "/stops/node-haecl-congfhplats-passage" + "self": "/stops/node-mlmnl-fareunpaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-haecl-congfhplats-passage" + "related": "/facilities/?filter[stop]=node-mlmnl-fareunpaid" } }, "parent_station": { "data": { - "id": "place-haecl", + "id": "place-mlmnl", "type": "stop" } }, @@ -364422,27 +382625,28 @@ }, { "attributes": { - "description": "JFK/UMass - Top of elevator between Ashmont, Alewife platform and lobby", - "latitude": 42.32056, + "description": "Science Park/West End - Unpaid side of fare gates", + "latitude": 42.366799, "location_type": 3, - "longitude": -71.052477, - "name": "JFK/UMass", + "longitude": -71.067842, + "name": "Science Park/West End", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-831-lobby", + "id": "node-spmnl-nfareunpaid", "links": { - "self": "/stops/node-831-lobby" + "self": "/stops/node-spmnl-nfareunpaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-831-lobby" + "related": "/facilities/?filter[stop]=node-spmnl-nfareunpaid" } }, "parent_station": { "data": { - "id": "place-jfk", + "id": "place-spmnl", "type": "stop" } }, @@ -364454,27 +382658,28 @@ }, { "attributes": { - "description": "Aquarium - Top of stairs between platform and State Street", + "description": "Tufts Medical Center - Bottom of Elevator 859", "latitude": null, "location_type": 3, "longitude": null, - "name": "Aquarium", + "name": "Tufts Medical Center", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-aqucl-ebstatestairs-lobby", + "id": "node-859-platform", "links": { - "self": "/stops/node-aqucl-ebstatestairs-lobby" + "self": "/stops/node-859-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-aqucl-ebstatestairs-lobby" + "related": "/facilities/?filter[stop]=node-859-platform" } }, "parent_station": { "data": { - "id": "place-aqucl", + "id": "place-tumnl", "type": "stop" } }, @@ -364486,27 +382691,28 @@ }, { "attributes": { - "description": "Wonderland - Lobby level of garage elevator", - "latitude": 42.413467, - "location_type": 3, - "longitude": -70.991914, - "name": "Wonderland", + "description": "Newton Centre - Union St (West stairs)", + "latitude": 42.329494, + "location_type": 2, + "longitude": -71.192643, + "name": "Newton Centre - Union St (West stairs)", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, - "id": "node-703-lobby", + "id": "door-newto-unionws", "links": { - "self": "/stops/node-703-lobby" + "self": "/stops/door-newto-unionws" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-703-lobby" + "related": "/facilities/?filter[stop]=door-newto-unionws" } }, "parent_station": { "data": { - "id": "place-wondl", + "id": "place-newto", "type": "stop" } }, @@ -364518,27 +382724,28 @@ }, { "attributes": { - "description": "Forest Hills - Top of south lower busway stairs", - "latitude": 42.300527, + "description": "Alewife - Fourth floor of stairs between concourse and fifth floor of garage", + "latitude": 42.395511, "location_type": 3, - "longitude": -71.113738, - "name": "Forest Hills", + "longitude": -71.142221, + "name": "Alewife", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-forhl-slowbusstairs-lobby", + "id": "node-alfcl-wgaragestairs-fourth", "links": { - "self": "/stops/node-forhl-slowbusstairs-lobby" + "self": "/stops/node-alfcl-wgaragestairs-fourth" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-forhl-slowbusstairs-lobby" + "related": "/facilities/?filter[stop]=node-alfcl-wgaragestairs-fourth" } }, "parent_station": { "data": { - "id": "place-forhl", + "id": "place-alfcl", "type": "stop" } }, @@ -364550,27 +382757,28 @@ }, { "attributes": { - "description": "Lechmere - Bottom of stairs for O'Brien Hwy", - "latitude": 42.370815, - "location_type": 3, - "longitude": -71.075627, - "name": "Lechmere", + "description": "State - City Hall", + "latitude": 42.359435, + "location_type": 2, + "longitude": -71.057615, + "name": "State - City Hall", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, - "id": "node-lech-obrienstairs-bottom", + "id": "door-state-cityhall", "links": { - "self": "/stops/node-lech-obrienstairs-bottom" + "self": "/stops/door-state-cityhall" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-lech-obrienstairs-bottom" + "related": "/facilities/?filter[stop]=door-state-cityhall" } }, "parent_station": { "data": { - "id": "place-lech", + "id": "place-state", "type": "stop" } }, @@ -364582,22 +382790,23 @@ }, { "attributes": { - "description": "State - Paid side of fare gates", + "description": "State - Unpaid side of fare gates", "latitude": null, "location_type": 3, "longitude": null, "name": "State", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-state-milk-farepaid", + "id": "node-state-congress-fareunpaid", "links": { - "self": "/stops/node-state-milk-farepaid" + "self": "/stops/node-state-congress-fareunpaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-state-milk-farepaid" + "related": "/facilities/?filter[stop]=node-state-congress-fareunpaid" } }, "parent_station": { @@ -364614,27 +382823,28 @@ }, { "attributes": { - "description": "Revere Beach - Bottom of stairs between Wonderland platform and lobby", - "latitude": 42.408005, + "description": "Science Park/West End - Top of outbound platform stairs", + "latitude": 42.366739, "location_type": 3, - "longitude": -70.992465, - "name": "Revere Beach", + "longitude": -71.067601, + "name": "Science Park/West End", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-rbmnl-885stair-platform", + "id": "node-spmnl-obstairs-platform", "links": { - "self": "/stops/node-rbmnl-885stair-platform" + "self": "/stops/node-spmnl-obstairs-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-rbmnl-885stair-platform" + "related": "/facilities/?filter[stop]=node-spmnl-obstairs-platform" } }, "parent_station": { "data": { - "id": "place-rbmnl", + "id": "place-spmnl", "type": "stop" } }, @@ -364646,27 +382856,28 @@ }, { "attributes": { - "description": "Orient Heights - Bottom of Elevator 714", - "latitude": 42.386783, - "location_type": 3, - "longitude": -71.004738, - "name": "Orient Heights", + "description": "Back Bay - Garage", + "latitude": 42.347684, + "location_type": 2, + "longitude": -71.075054, + "name": "Back Bay - Garage", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-714-platform", + "id": "door-bbsta-garage", "links": { - "self": "/stops/node-714-platform" + "self": "/stops/door-bbsta-garage" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-714-platform" + "related": "/facilities/?filter[stop]=door-bbsta-garage" } }, "parent_station": { "data": { - "id": "place-orhte", + "id": "place-bbsta", "type": "stop" } }, @@ -364678,27 +382889,28 @@ }, { "attributes": { - "description": "Kenmore - Unpaid lobby level for busway elevator", - "latitude": 42.348888, + "description": "Maverick - Bottom of stairs between Lewis Mall and lobby", + "latitude": 42.368181, "location_type": 3, - "longitude": -71.095356, - "name": "Kenmore", + "longitude": -71.040392, + "name": "Maverick", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-972-unpaidlobby", + "id": "node-mvbcl-lewstair-lobby", "links": { - "self": "/stops/node-972-unpaidlobby" + "self": "/stops/node-mvbcl-lewstair-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-972-unpaidlobby" + "related": "/facilities/?filter[stop]=node-mvbcl-lewstair-lobby" } }, "parent_station": { "data": { - "id": "place-kencl", + "id": "place-mvbcl", "type": "stop" } }, @@ -364710,27 +382922,28 @@ }, { "attributes": { - "description": "Oak Grove - Bottom of Orange Line elevator", - "latitude": 42.436982, + "description": "South Station - Unpaid side of exit-only gates", + "latitude": null, "location_type": 3, - "longitude": -71.07095, - "name": "Oak Grove", + "longitude": null, + "name": "South Station", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-801-platform", + "id": "node-sstat-ashbrain-fareunpaid", "links": { - "self": "/stops/node-801-platform" + "self": "/stops/node-sstat-ashbrain-fareunpaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-801-platform" + "related": "/facilities/?filter[stop]=node-sstat-ashbrain-fareunpaid" } }, "parent_station": { "data": { - "id": "place-ogmnl", + "id": "place-sstat", "type": "stop" } }, @@ -364742,27 +382955,28 @@ }, { "attributes": { - "description": "Malden Center - Unpaid side of exit-only gates", - "latitude": 42.426928, + "description": "Wonderland - Revere Beach Plaza level of garage elevator", + "latitude": 42.413527, "location_type": 3, - "longitude": -71.074247, - "name": "Malden Center", + "longitude": -70.991894, + "name": "Wonderland", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-mlmnl-exitfareunpaid", + "id": "node-701-plaza", "links": { - "self": "/stops/node-mlmnl-exitfareunpaid" + "self": "/stops/node-701-plaza" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-mlmnl-exitfareunpaid" + "related": "/facilities/?filter[stop]=node-701-plaza" } }, "parent_station": { "data": { - "id": "place-mlmnl", + "id": "place-wondl", "type": "stop" } }, @@ -364774,27 +382988,28 @@ }, { "attributes": { - "description": "Kendall/MIT - Carleton St", - "latitude": 42.362005, - "location_type": 2, - "longitude": -71.086255, - "name": "Kendall/MIT - Carleton St", + "description": "Symphony - Bottom of west stairs for Massachusetts Ave, Huntington Ave", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "Symphony", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-knncl-sbcarleton", + "id": "node-symcl-hunwstair-platform", "links": { - "self": "/stops/door-knncl-sbcarleton" + "self": "/stops/node-symcl-hunwstair-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-knncl-sbcarleton" + "related": "/facilities/?filter[stop]=node-symcl-hunwstair-platform" } }, "parent_station": { "data": { - "id": "place-knncl", + "id": "place-symcl", "type": "stop" } }, @@ -364806,27 +383021,28 @@ }, { "attributes": { - "description": "South Station - Top of stairs for Ashmont/Braintree", - "latitude": null, + "description": "Fields Corner - Bottom of Charles Street stairs", + "latitude": 42.300302, "location_type": 3, - "longitude": null, - "name": "South Station", + "longitude": -71.061796, + "name": "Fields Corner", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-sstat-390stair-sl", + "id": "node-fldcr-charlesstairs-lobby", "links": { - "self": "/stops/node-sstat-390stair-sl" + "self": "/stops/node-fldcr-charlesstairs-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-sstat-390stair-sl" + "related": "/facilities/?filter[stop]=node-fldcr-charlesstairs-lobby" } }, "parent_station": { "data": { - "id": "place-sstat", + "id": "place-fldcr", "type": "stop" } }, @@ -364838,27 +383054,28 @@ }, { "attributes": { - "description": "Hynes Convention Center - Unpaid side of fare gates", - "latitude": null, + "description": "Green Street - Top of Elevator 844", + "latitude": 42.31037, "location_type": 3, - "longitude": null, - "name": "Hynes Convention Center", + "longitude": -71.107662, + "name": "Green Street", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-hymnl-fareunpaid", + "id": "node-grnst-844-lobby", "links": { - "self": "/stops/node-hymnl-fareunpaid" + "self": "/stops/node-grnst-844-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-hymnl-fareunpaid" + "related": "/facilities/?filter[stop]=node-grnst-844-lobby" } }, "parent_station": { "data": { - "id": "place-hymnl", + "id": "place-grnst", "type": "stop" } }, @@ -364870,27 +383087,28 @@ }, { "attributes": { - "description": "Chinatown - Top of stairs between lobby and landing", + "description": "South Station - Top of escalators from Commuter Rail concourse", "latitude": null, "location_type": 3, "longitude": null, - "name": "Chinatown", + "name": "South Station", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-chncl-fhlower-landing", + "id": "node-sstat-bldgescdown-ground", "links": { - "self": "/stops/node-chncl-fhlower-landing" + "self": "/stops/node-sstat-bldgescdown-ground" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-chncl-fhlower-landing" + "related": "/facilities/?filter[stop]=node-sstat-bldgescdown-ground" } }, "parent_station": { "data": { - "id": "place-chncl", + "id": "place-sstat", "type": "stop" } }, @@ -364902,27 +383120,28 @@ }, { "attributes": { - "description": "Wollaston - Bottom of ramp between Newport Avenue and ramp to lobby", - "latitude": null, + "description": "JFK/UMass - Bottom of stairs between Ashmont, Alewife platform and Sydney Street", + "latitude": 42.320063, "location_type": 3, - "longitude": null, - "name": "Wollaston", + "longitude": -71.052405, + "name": "JFK/UMass", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-wlsta-newprampup-middle", + "id": "node-jfk-ashsydstair-platform", "links": { - "self": "/stops/node-wlsta-newprampup-middle" + "self": "/stops/node-jfk-ashsydstair-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-wlsta-newprampup-middle" + "related": "/facilities/?filter[stop]=node-jfk-ashsydstair-platform" } }, "parent_station": { "data": { - "id": "place-wlsta", + "id": "place-jfk", "type": "stop" } }, @@ -364934,27 +383153,28 @@ }, { "attributes": { - "description": "South Station - Bottom of Escalator 398", - "latitude": null, + "description": "Quincy Adams - Sixth floor of north garage stairs", + "latitude": 42.232924, "location_type": 3, - "longitude": null, - "name": "South Station", + "longitude": -71.007744, + "name": "Quincy Adams", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-398-rl", + "id": "node-qamnl-ngaragestairs-sixth", "links": { - "self": "/stops/node-398-rl" + "self": "/stops/node-qamnl-ngaragestairs-sixth" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-398-rl" + "related": "/facilities/?filter[stop]=node-qamnl-ngaragestairs-sixth" } }, "parent_station": { "data": { - "id": "place-sstat", + "id": "place-qamnl", "type": "stop" } }, @@ -364966,27 +383186,28 @@ }, { "attributes": { - "description": "World Trade Center - Top of second World Trade Center entrance escalator", + "description": "South Station - Bottom of stairs for SL1/SL2/SL3 platform", "latitude": null, "location_type": 3, "longitude": null, - "name": "World Trade Center", + "name": "South Station", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-401-top", + "id": "node-sstat-411stair-sl", "links": { - "self": "/stops/node-401-top" + "self": "/stops/node-sstat-411stair-sl" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-401-top" + "related": "/facilities/?filter[stop]=node-sstat-411stair-sl" } }, "parent_station": { "data": { - "id": "place-wtcst", + "id": "place-sstat", "type": "stop" } }, @@ -364998,27 +383219,28 @@ }, { "attributes": { - "description": "Capen Street - Capen St (East)", - "latitude": 42.267529, + "description": "Magoun Square - Lowell St", + "latitude": 42.39323, "location_type": 2, - "longitude": -71.087266, - "name": "Capen Street - Capen St (East)", + "longitude": -71.106048, + "name": "Magoun Square - Lowell St", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-capst-ashmont", + "id": "door-mgngl-lowell", "links": { - "self": "/stops/door-capst-ashmont" + "self": "/stops/door-mgngl-lowell" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-capst-ashmont" + "related": "/facilities/?filter[stop]=door-mgngl-lowell" } }, "parent_station": { "data": { - "id": "place-capst", + "id": "place-mgngl", "type": "stop" } }, @@ -365030,27 +383252,28 @@ }, { "attributes": { - "description": "Park Street - Top of elevator between Government Center & North platform and passageway to Copley & West", - "latitude": null, - "location_type": 3, - "longitude": null, - "name": "Park Street", + "description": "Newton Highlands - Hyde St", + "latitude": 42.323498, + "location_type": 2, + "longitude": -71.204336, + "name": "Newton Highlands - Hyde St", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, - "id": "node-812-platform", + "id": "door-newtn-hyde", "links": { - "self": "/stops/node-812-platform" + "self": "/stops/door-newtn-hyde" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-812-platform" + "related": "/facilities/?filter[stop]=door-newtn-hyde" } }, "parent_station": { "data": { - "id": "place-pktrm", + "id": "place-newtn", "type": "stop" } }, @@ -365062,27 +383285,28 @@ }, { "attributes": { - "description": "Sullivan Square - Top of stairs for Oak Grove", - "latitude": null, + "description": "Forest Hills - Top of north lower busway escalator", + "latitude": 42.300694, "location_type": 3, - "longitude": null, - "name": "Sullivan Square", + "longitude": -71.113653, + "name": "Forest Hills", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-sull-nbstairs-lobby", + "id": "node-127-lobby", "links": { - "self": "/stops/node-sull-nbstairs-lobby" + "self": "/stops/node-127-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-sull-nbstairs-lobby" + "related": "/facilities/?filter[stop]=node-127-lobby" } }, "parent_station": { "data": { - "id": "place-sull", + "id": "place-forhl", "type": "stop" } }, @@ -365094,27 +383318,28 @@ }, { "attributes": { - "description": "Wollaston - Top of stairs between Newport Avenue and lobby", - "latitude": null, + "description": "North Station - Paid side of fare gates", + "latitude": 42.3649, "location_type": 3, - "longitude": null, - "name": "Wollaston", + "longitude": -71.059783, + "name": "North Station", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-wlsta-stair7-street", + "id": "node-north-valenti-farepaid", "links": { - "self": "/stops/node-wlsta-stair7-street" + "self": "/stops/node-north-valenti-farepaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-wlsta-stair7-street" + "related": "/facilities/?filter[stop]=node-north-valenti-farepaid" } }, "parent_station": { "data": { - "id": "place-wlsta", + "id": "place-north", "type": "stop" } }, @@ -365126,27 +383351,28 @@ }, { "attributes": { - "description": "Wood Island - Bottom of stairs for all trains, buses, Bennington Street", - "latitude": 42.379818, - "location_type": 3, - "longitude": -71.023092, - "name": "Wood Island", + "description": "Back Bay - Clarendon St, Buses (North)", + "latitude": 42.347654, + "location_type": 2, + "longitude": -71.074699, + "name": "Back Bay - Clarendon St, Buses (North)", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-wimnl-ibunpaidstairs-street", + "id": "door-bbsta-buswayn", "links": { - "self": "/stops/node-wimnl-ibunpaidstairs-street" + "self": "/stops/door-bbsta-buswayn" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-wimnl-ibunpaidstairs-street" + "related": "/facilities/?filter[stop]=door-bbsta-buswayn" } }, "parent_station": { "data": { - "id": "place-wimnl", + "id": "place-bbsta", "type": "stop" } }, @@ -365158,27 +383384,28 @@ }, { "attributes": { - "description": "Kenmore - Paid side of fare gates", + "description": "Courthouse - Top of stairs for exit-only gates from South Station platform", "latitude": null, "location_type": 3, "longitude": null, - "name": "Kenmore", + "name": "Courthouse", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-kencl-farepaid", + "id": "node-crtst-ssexitstair-lobby", "links": { - "self": "/stops/node-kencl-farepaid" + "self": "/stops/node-crtst-ssexitstair-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-kencl-farepaid" + "related": "/facilities/?filter[stop]=node-crtst-ssexitstair-lobby" } }, "parent_station": { "data": { - "id": "place-kencl", + "id": "place-crtst", "type": "stop" } }, @@ -365190,27 +383417,28 @@ }, { "attributes": { - "description": "Massachusetts Avenue - Massachusetts Ave (Southside)", - "latitude": 42.341551, + "description": "Reservoir - Chestnut Hill Ave, Buses (Riverside)", + "latitude": 42.335157, "location_type": 2, - "longitude": -71.083436, - "name": "Massachusetts Avenue - Massachusetts Ave (Southside)", + "longitude": -71.148775, + "name": "Reservoir - Chestnut Hill Ave, Buses (Riverside)", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, - "id": "door-masta-main", + "id": "door-rsmnl-wstairs", "links": { - "self": "/stops/door-masta-main" + "self": "/stops/door-rsmnl-wstairs" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-masta-main" + "related": "/facilities/?filter[stop]=door-rsmnl-wstairs" } }, "parent_station": { "data": { - "id": "place-masta", + "id": "place-rsmnl", "type": "stop" } }, @@ -365222,27 +383450,28 @@ }, { "attributes": { - "description": "Ashmont - Top of elevator between Red Line platform and lobby, busway, Mattapan Line", - "latitude": 42.284479, + "description": "South Station - Bottom of stairs for Commuter Rail concourse", + "latitude": null, "location_type": 3, - "longitude": -71.063875, - "name": "Ashmont", + "longitude": null, + "name": "South Station", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-970-lobby", + "id": "node-sstat-bldgstair-lobby", "links": { - "self": "/stops/node-970-lobby" + "self": "/stops/node-sstat-bldgstair-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-970-lobby" + "related": "/facilities/?filter[stop]=node-sstat-bldgstair-lobby" } }, "parent_station": { "data": { - "id": "place-asmnl", + "id": "place-sstat", "type": "stop" } }, @@ -365254,27 +383483,28 @@ }, { "attributes": { - "description": "Quincy Center - Top of Escalator 330", - "latitude": 42.251681, + "description": "Haymarket - Unpaid side of busway fare gates", + "latitude": null, "location_type": 3, - "longitude": -71.005342, - "name": "Quincy Center", + "longitude": null, + "name": "Haymarket", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-330-entrance", + "id": "node-haecl-busfareunpaid", "links": { - "self": "/stops/node-330-entrance" + "self": "/stops/node-haecl-busfareunpaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-330-entrance" + "related": "/facilities/?filter[stop]=node-haecl-busfareunpaid" } }, "parent_station": { "data": { - "id": "place-qnctr", + "id": "place-haecl", "type": "stop" } }, @@ -365286,27 +383516,28 @@ }, { "attributes": { - "description": "Stony Brook - Top of Elevator 845", - "latitude": 42.317298, + "description": "Ruggles - Bottom of Orange Line south platform escalator", + "latitude": null, "location_type": 3, - "longitude": -71.104284, - "name": "Stony Brook", + "longitude": null, + "name": "Ruggles", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-sbmnl-845-lobby", + "id": "node-136-platform", "links": { - "self": "/stops/node-sbmnl-845-lobby" + "self": "/stops/node-136-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-sbmnl-845-lobby" + "related": "/facilities/?filter[stop]=node-136-platform" } }, "parent_station": { "data": { - "id": "place-sbmnl", + "id": "place-rugg", "type": "stop" } }, @@ -365318,27 +383549,28 @@ }, { "attributes": { - "description": "Science Park/West End - Top of Nashua entrance stairs", - "latitude": 42.366853, + "description": "Downtown Crossing - Bottom of exit-only stairs from Ashmont/Braintree platform to Summer Street Concourse", + "latitude": null, "location_type": 3, - "longitude": -71.067793, - "name": "Science Park/West End", + "longitude": null, + "name": "Downtown Crossing", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-spmnl-nashuastairs-top", + "id": "node-dwnxg-stair6-platform", "links": { - "self": "/stops/node-spmnl-nashuastairs-top" + "self": "/stops/node-dwnxg-stair6-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-spmnl-nashuastairs-top" + "related": "/facilities/?filter[stop]=node-dwnxg-stair6-platform" } }, "parent_station": { "data": { - "id": "place-spmnl", + "id": "place-dwnxg", "type": "stop" } }, @@ -365350,27 +383582,28 @@ }, { "attributes": { - "description": "Government Center - Bottom of stairs between Green Line and Blue Line", - "latitude": null, + "description": "Central - Bottom of Elevator 860 for Massachusetts Ave", + "latitude": 42.3654, "location_type": 3, - "longitude": null, - "name": "Government Center", + "longitude": -71.103485, + "name": "Central", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-gover-ebtransstairs-bl", + "id": "node-cntsq-860-platform", "links": { - "self": "/stops/node-gover-ebtransstairs-bl" + "self": "/stops/node-cntsq-860-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-gover-ebtransstairs-bl" + "related": "/facilities/?filter[stop]=node-cntsq-860-platform" } }, "parent_station": { "data": { - "id": "place-gover", + "id": "place-cntsq", "type": "stop" } }, @@ -365382,27 +383615,28 @@ }, { "attributes": { - "description": "Braintree - Bottom of Commuter Rail platform stairs", - "latitude": 42.207631, + "description": "Alewife - Bottom of stairs between concourse and ground level parking", + "latitude": 42.395756, "location_type": 3, - "longitude": -71.001345, - "name": "Braintree", + "longitude": -71.141838, + "name": "Alewife", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-brntn-crstairs-bottom", + "id": "node-alfcl-groundparkingstairs-bottom", "links": { - "self": "/stops/node-brntn-crstairs-bottom" + "self": "/stops/node-alfcl-groundparkingstairs-bottom" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-brntn-crstairs-bottom" + "related": "/facilities/?filter[stop]=node-alfcl-groundparkingstairs-bottom" } }, "parent_station": { "data": { - "id": "place-brntn", + "id": "place-alfcl", "type": "stop" } }, @@ -365414,27 +383648,28 @@ }, { "attributes": { - "description": "Wonderland - Revere Beach", - "latitude": 42.41329, - "location_type": 2, - "longitude": -70.98977, - "name": "Wonderland - Revere Beach", + "description": "Gilman Square - Top of stairs for Medford St", + "latitude": 42.387703, + "location_type": 3, + "longitude": -71.096244, + "name": "Gilman Square", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-wondl-revere", + "id": "node-gilmn-medstairs-top", "links": { - "self": "/stops/door-wondl-revere" + "self": "/stops/node-gilmn-medstairs-top" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-wondl-revere" + "related": "/facilities/?filter[stop]=node-gilmn-medstairs-top" } }, "parent_station": { "data": { - "id": "place-wondl", + "id": "place-gilmn", "type": "stop" } }, @@ -365446,27 +383681,28 @@ }, { "attributes": { - "description": "Science Park/West End - Unpaid side of fare gates", - "latitude": 42.366854, + "description": "Chinatown - Top of stairs between lobby and landing", + "latitude": null, "location_type": 3, - "longitude": -71.067755, - "name": "Science Park/West End", + "longitude": null, + "name": "Chinatown", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-spmnl-mfareunpaid", + "id": "node-chncl-oglower-landing", "links": { - "self": "/stops/node-spmnl-mfareunpaid" + "self": "/stops/node-chncl-oglower-landing" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-spmnl-mfareunpaid" + "related": "/facilities/?filter[stop]=node-chncl-oglower-landing" } }, "parent_station": { "data": { - "id": "place-spmnl", + "id": "place-chncl", "type": "stop" } }, @@ -365478,27 +383714,28 @@ }, { "attributes": { - "description": "Orient Heights - Top of stairs for Wonderland", - "latitude": 42.386819, + "description": "Prudential - Top of escalator from Prudential Center to lobby", + "latitude": null, "location_type": 3, - "longitude": -71.004778, - "name": "Orient Heights", + "longitude": null, + "name": "Prudential", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-orhte-obpaidstairs-bridge", + "id": "node-150-street", "links": { - "self": "/stops/node-orhte-obpaidstairs-bridge" + "self": "/stops/node-150-street" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-orhte-obpaidstairs-bridge" + "related": "/facilities/?filter[stop]=node-150-street" } }, "parent_station": { "data": { - "id": "place-orhte", + "id": "place-prmnl", "type": "stop" } }, @@ -365510,27 +383747,28 @@ }, { "attributes": { - "description": "Alewife - Alewife Path", - "latitude": 42.395862, + "description": "Central Avenue - Central Ave (North), Neponset Trail", + "latitude": 42.270069, "location_type": 2, - "longitude": -71.140929, - "name": "Alewife - Alewife Path", + "longitude": -71.073327, + "name": "Central Avenue - Central Ave (North), Neponset Trail", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-alfcl-alewife", + "id": "door-cenav-mattapan", "links": { - "self": "/stops/door-alfcl-alewife" + "self": "/stops/door-cenav-mattapan" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-alfcl-alewife" + "related": "/facilities/?filter[stop]=door-cenav-mattapan" } }, "parent_station": { "data": { - "id": "place-alfcl", + "id": "place-cenav", "type": "stop" } }, @@ -365542,27 +383780,28 @@ }, { "attributes": { - "description": "Back Bay - Bottom of Tracks 1-3 elevator", + "description": "Courthouse - Bottom of stairs between Fan Pier Boulevard and lobby", "latitude": null, "location_type": 3, "longitude": null, - "name": "Back Bay", + "name": "Courthouse", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-855-platform", + "id": "node-crtst-northentstair-lobby", "links": { - "self": "/stops/node-855-platform" + "self": "/stops/node-crtst-northentstair-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-855-platform" + "related": "/facilities/?filter[stop]=node-crtst-northentstair-lobby" } }, "parent_station": { "data": { - "id": "place-bbsta", + "id": "place-crtst", "type": "stop" } }, @@ -365574,27 +383813,28 @@ }, { "attributes": { - "description": "State - Bottom of stairs between Wonderland platform, Orange Line landing and State St, Devonshire St", - "latitude": null, + "description": "Forest Hills - Paid side of fare gates", + "latitude": 42.301777, "location_type": 3, - "longitude": null, - "name": "State", + "longitude": -71.113546, + "name": "Forest Hills", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-state-oldstatepassageministairs-landing", + "id": "node-forhl-southfarepaid", "links": { - "self": "/stops/node-state-oldstatepassageministairs-landing" + "self": "/stops/node-forhl-southfarepaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-state-oldstatepassageministairs-landing" + "related": "/facilities/?filter[stop]=node-forhl-southfarepaid" } }, "parent_station": { "data": { - "id": "place-state", + "id": "place-forhl", "type": "stop" } }, @@ -365606,27 +383846,28 @@ }, { "attributes": { - "description": "Downtown Crossing - Unpaid side of fare gates", - "latitude": null, + "description": "Braintree - Top of Commuter Rail platform escalator", + "latitude": 42.207699, "location_type": 3, - "longitude": null, - "name": "Downtown Crossing", + "longitude": -71.001357, + "name": "Braintree", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-dwnxg-wintwashfare-unpaid", + "id": "node-333-top", "links": { - "self": "/stops/node-dwnxg-wintwashfare-unpaid" + "self": "/stops/node-333-top" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-dwnxg-wintwashfare-unpaid" + "related": "/facilities/?filter[stop]=node-333-top" } }, "parent_station": { "data": { - "id": "place-dwnxg", + "id": "place-brntn", "type": "stop" } }, @@ -365638,27 +383879,28 @@ }, { "attributes": { - "description": "Wollaston - Top of elevator between platform and bridge", - "latitude": null, + "description": "Wonderland - Revere Beach Plaza", + "latitude": 42.413648, "location_type": 3, - "longitude": null, - "name": "Wollaston", + "longitude": -70.991613, + "name": "Wonderland", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-735-bridge", + "id": "node-wondl-plazacenter", "links": { - "self": "/stops/node-735-bridge" + "self": "/stops/node-wondl-plazacenter" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-735-bridge" + "related": "/facilities/?filter[stop]=node-wondl-plazacenter" } }, "parent_station": { "data": { - "id": "place-wlsta", + "id": "place-wondl", "type": "stop" } }, @@ -365670,27 +383912,28 @@ }, { "attributes": { - "description": "Ashmont - Top of stairs from Mattapan Line, busway to Alewife platform", - "latitude": 42.284137, + "description": "Davis - Bottom of southern stairs for platform", + "latitude": null, "location_type": 3, - "longitude": -71.063424, - "name": "Ashmont", + "longitude": null, + "name": "Davis", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-asmnl-mtpnbstair-lobby", + "id": "node-davis-340stair-platform", "links": { - "self": "/stops/node-asmnl-mtpnbstair-lobby" + "self": "/stops/node-davis-340stair-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-asmnl-mtpnbstair-lobby" + "related": "/facilities/?filter[stop]=node-davis-340stair-platform" } }, "parent_station": { "data": { - "id": "place-asmnl", + "id": "place-davis", "type": "stop" } }, @@ -365702,27 +383945,28 @@ }, { "attributes": { - "description": "Harvard - Top of stairs between Alewife platform and Church Street lobby", - "latitude": null, - "location_type": 3, - "longitude": null, - "name": "Harvard", + "description": "Maverick - Lewis Mall", + "latitude": 42.368275, + "location_type": 2, + "longitude": -71.040539, + "name": "Maverick - Lewis Mall", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-harsq-harstair-lobby", + "id": "door-mvbcl-lewis", "links": { - "self": "/stops/node-harsq-harstair-lobby" + "self": "/stops/door-mvbcl-lewis" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-harsq-harstair-lobby" + "related": "/facilities/?filter[stop]=door-mvbcl-lewis" } }, "parent_station": { "data": { - "id": "place-harsq", + "id": "place-mvbcl", "type": "stop" } }, @@ -365734,27 +383978,28 @@ }, { "attributes": { - "description": "Chinatown - Bottom of stairs between lobby and landing", + "description": "North Station - Commuter rail waiting area", "latitude": null, "location_type": 3, "longitude": null, - "name": "Chinatown", + "name": "North Station", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-chncl-oglower-lobby", + "id": "node-north-cr-lobby", "links": { - "self": "/stops/node-chncl-oglower-lobby" + "self": "/stops/node-north-cr-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-chncl-oglower-lobby" + "related": "/facilities/?filter[stop]=node-north-cr-lobby" } }, "parent_station": { "data": { - "id": "place-chncl", + "id": "place-north", "type": "stop" } }, @@ -365766,27 +384011,28 @@ }, { "attributes": { - "description": "Assembly - Bottom of stairs for Revolution Drive", - "latitude": 42.392157, + "description": "Roxbury Crossing - Bottom of stairs", + "latitude": 42.331167, "location_type": 3, - "longitude": -71.077538, - "name": "Assembly", + "longitude": -71.095731, + "name": "Roxbury Crossing", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-astao-revdoorstair-ground", + "id": "node-rcmnl-stairs-platform", "links": { - "self": "/stops/node-astao-revdoorstair-ground" + "self": "/stops/node-rcmnl-stairs-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-astao-revdoorstair-ground" + "related": "/facilities/?filter[stop]=node-rcmnl-stairs-platform" } }, "parent_station": { "data": { - "id": "place-astao", + "id": "place-rcmnl", "type": "stop" } }, @@ -365798,27 +384044,28 @@ }, { "attributes": { - "description": "Airport - Top of Escalator 407", - "latitude": 42.374246, + "description": "Tufts Medical Center - Top of stairs for Oak Grove, Tremont Street", + "latitude": null, "location_type": 3, - "longitude": -71.030091, - "name": "Airport", + "longitude": null, + "name": "Tufts Medical Center", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-407-bridge", + "id": "node-tumnl-trenbstairs-lobby", "links": { - "self": "/stops/node-407-bridge" + "self": "/stops/node-tumnl-trenbstairs-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-407-bridge" + "related": "/facilities/?filter[stop]=node-tumnl-trenbstairs-lobby" } }, "parent_station": { "data": { - "id": "place-aport", + "id": "place-tumnl", "type": "stop" } }, @@ -365830,27 +384077,28 @@ }, { "attributes": { - "description": "Stony Brook - Paid side of fare gates", - "latitude": 42.317261, + "description": "Suffolk Downs - Top of ramp for all trains, Walley Street", + "latitude": 42.390654, "location_type": 3, - "longitude": -71.104088, - "name": "Stony Brook", + "longitude": -70.997328, + "name": "Suffolk Downs", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-sbmnl-farepaid", + "id": "node-sdmnl-unib-bridge", "links": { - "self": "/stops/node-sbmnl-farepaid" + "self": "/stops/node-sdmnl-unib-bridge" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-sbmnl-farepaid" + "related": "/facilities/?filter[stop]=node-sdmnl-unib-bridge" } }, "parent_station": { "data": { - "id": "place-sbmnl", + "id": "place-sdmnl", "type": "stop" } }, @@ -365862,27 +384110,28 @@ }, { "attributes": { - "description": "Copley - Dartmouth St (East)", - "latitude": 42.350312, - "location_type": 2, - "longitude": -71.077382, - "name": "Copley - Dartmouth St (East)", + "description": "Porter - Bottom of escalator to Somerville Ave from lobby", + "latitude": 42.388342, + "location_type": 3, + "longitude": -71.11893, + "name": "Porter", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-coecl-east", + "id": "node-505-lobby", "links": { - "self": "/stops/door-coecl-east" + "self": "/stops/node-505-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-coecl-east" + "related": "/facilities/?filter[stop]=node-505-lobby" } }, "parent_station": { "data": { - "id": "place-coecl", + "id": "place-portr", "type": "stop" } }, @@ -365894,27 +384143,28 @@ }, { "attributes": { - "description": "Downtown Crossing - Unpaid side of fare gates", + "description": "Central - Paid side of fare gates", "latitude": null, "location_type": 3, "longitude": null, - "name": "Downtown Crossing", + "name": "Central", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-dwnxg-frnkfare-unpaid", + "id": "node-cntsq-prospectstair-farepaid", "links": { - "self": "/stops/node-dwnxg-frnkfare-unpaid" + "self": "/stops/node-cntsq-prospectstair-farepaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-dwnxg-frnkfare-unpaid" + "related": "/facilities/?filter[stop]=node-cntsq-prospectstair-farepaid" } }, "parent_station": { "data": { - "id": "place-dwnxg", + "id": "place-cntsq", "type": "stop" } }, @@ -365926,27 +384176,28 @@ }, { "attributes": { - "description": "Suffolk Downs - Top of stairs for Bowdoin platform", - "latitude": 42.390644, + "description": "West Newton - Bottom of stairs for Washington St (East)", + "latitude": 42.347983, "location_type": 3, - "longitude": -70.997215, - "name": "Suffolk Downs", + "longitude": -71.228852, + "name": "West Newton", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-sdmnl-pibstair-bridge", + "id": "node-WML-0091-ebwasstairs-bottom", "links": { - "self": "/stops/node-sdmnl-pibstair-bridge" + "self": "/stops/node-WML-0091-ebwasstairs-bottom" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-sdmnl-pibstair-bridge" + "related": "/facilities/?filter[stop]=node-WML-0091-ebwasstairs-bottom" } }, "parent_station": { "data": { - "id": "place-sdmnl", + "id": "place-WML-0091", "type": "stop" } }, @@ -365958,27 +384209,28 @@ }, { "attributes": { - "description": "World Trade Center - Unpaid side of fare gates", + "description": "Downtown Crossing - Top of stairs between Forest Hills platform and Alewife platform", "latitude": null, "location_type": 3, "longitude": null, - "name": "World Trade Center", + "name": "Downtown Crossing", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-wtcst-fareunpaid", + "id": "node-dwnxg-stair1-ol", "links": { - "self": "/stops/node-wtcst-fareunpaid" + "self": "/stops/node-dwnxg-stair1-ol" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-wtcst-fareunpaid" + "related": "/facilities/?filter[stop]=node-dwnxg-stair1-ol" } }, "parent_station": { "data": { - "id": "place-wtcst", + "id": "place-dwnxg", "type": "stop" } }, @@ -365990,27 +384242,28 @@ }, { "attributes": { - "description": "State - Top of stairs between Forest Hills passageway and Oak Grove platform", - "latitude": null, - "location_type": 3, - "longitude": null, - "name": "State", + "description": "North Station - TD Garden passageway (Elevator)", + "latitude": 42.365833, + "location_type": 2, + "longitude": -71.060892, + "name": "North Station - TD Garden passageway (Elevator)", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-state-olpassagestairs-sbplatform", + "id": "door-north-tdgarden", "links": { - "self": "/stops/node-state-olpassagestairs-sbplatform" + "self": "/stops/door-north-tdgarden" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-state-olpassagestairs-sbplatform" + "related": "/facilities/?filter[stop]=door-north-tdgarden" } }, "parent_station": { "data": { - "id": "place-state", + "id": "place-north", "type": "stop" } }, @@ -366022,27 +384275,28 @@ }, { "attributes": { - "description": "Park Street - Top of stairs between Ashmont/Braintree platform and Winter Street Concourse", + "description": "State - Bottom of stairs between Orange Line and State St, Devonshire St", "latitude": null, "location_type": 3, "longitude": null, - "name": "Park Street", + "name": "State", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-pktrm-sbwinterstairs-lobby", + "id": "node-state-passageoldstatehousestairs-sbplatform", "links": { - "self": "/stops/node-pktrm-sbwinterstairs-lobby" + "self": "/stops/node-state-passageoldstatehousestairs-sbplatform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-pktrm-sbwinterstairs-lobby" + "related": "/facilities/?filter[stop]=node-state-passageoldstatehousestairs-sbplatform" } }, "parent_station": { "data": { - "id": "place-pktrm", + "id": "place-state", "type": "stop" } }, @@ -366054,27 +384308,28 @@ }, { "attributes": { - "description": "Medford/Tufts - Top of Elevator 770", - "latitude": 42.407966, + "description": "Haymarket - Paid side of busway fare gates", + "latitude": null, "location_type": 3, - "longitude": -71.117009, - "name": "Medford/Tufts", + "longitude": null, + "name": "Haymarket", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-770-top", + "id": "node-haecl-busfarepaid", "links": { - "self": "/stops/node-770-top" + "self": "/stops/node-haecl-busfarepaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-770-top" + "related": "/facilities/?filter[stop]=node-haecl-busfarepaid" } }, "parent_station": { "data": { - "id": "place-mdftf", + "id": "place-haecl", "type": "stop" } }, @@ -366086,27 +384341,28 @@ }, { "attributes": { - "description": "North Quincy - Top of escalator from platform to Squantum Street lobby", - "latitude": 42.275236, - "location_type": 3, - "longitude": -71.029553, - "name": "North Quincy", + "description": "Union Square - Prospect St, Webster Ave", + "latitude": 42.377612, + "location_type": 2, + "longitude": -71.095045, + "name": "Union Square - Prospect St, Webster Ave", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-325-lobby", + "id": "door-unsqu-elevator", "links": { - "self": "/stops/node-325-lobby" + "self": "/stops/door-unsqu-elevator" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-325-lobby" + "related": "/facilities/?filter[stop]=door-unsqu-elevator" } }, "parent_station": { "data": { - "id": "place-nqncy", + "id": "place-unsqu", "type": "stop" } }, @@ -366118,27 +384374,28 @@ }, { "attributes": { - "description": "Downtown Crossing - Unpaid side of exit-only gate", + "description": "South Station - Top of Escalator 388", "latitude": null, "location_type": 3, "longitude": null, - "name": "Downtown Crossing", + "name": "South Station", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-dwnxg-113fare-unpaid", + "id": "node-388-lobby", "links": { - "self": "/stops/node-dwnxg-113fare-unpaid" + "self": "/stops/node-388-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-dwnxg-113fare-unpaid" + "related": "/facilities/?filter[stop]=node-388-lobby" } }, "parent_station": { "data": { - "id": "place-dwnxg", + "id": "place-sstat", "type": "stop" } }, @@ -366150,27 +384407,28 @@ }, { "attributes": { - "description": "Arlington - Arlington St (East)", - "latitude": 42.351738, + "description": "Aquarium - State St (North)", + "latitude": 42.359534, "location_type": 2, - "longitude": -71.070509, - "name": "Arlington - Arlington St (East)", + "longitude": -71.053183, + "name": "Aquarium - State St (North)", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, - "id": "door-armnl-arlte", + "id": "door-aqucl-mcknorth", "links": { - "self": "/stops/door-armnl-arlte" + "self": "/stops/door-aqucl-mcknorth" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-armnl-arlte" + "related": "/facilities/?filter[stop]=door-aqucl-mcknorth" } }, "parent_station": { "data": { - "id": "place-armnl", + "id": "place-aqucl", "type": "stop" } }, @@ -366182,27 +384440,28 @@ }, { "attributes": { - "description": "Quincy Center - Stairs lobby level", - "latitude": 42.251695, + "description": "Riverside - Top of stairs for buses", + "latitude": 42.33733, "location_type": 3, - "longitude": -71.005296, - "name": "Quincy Center", + "longitude": -71.25277, + "name": "Riverside", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-qnctr-rdstair-entrance", + "id": "node-river-wstairs-lobby", "links": { - "self": "/stops/node-qnctr-rdstair-entrance" + "self": "/stops/node-river-wstairs-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-qnctr-rdstair-entrance" + "related": "/facilities/?filter[stop]=node-river-wstairs-lobby" } }, "parent_station": { "data": { - "id": "place-qnctr", + "id": "place-river", "type": "stop" } }, @@ -366214,27 +384473,28 @@ }, { "attributes": { - "description": "JFK/UMass - Busway, JFK Library, Mount Vernon St (Ramp)", - "latitude": 42.320486, + "description": "Roxbury Crossing - Tremont St", + "latitude": 42.331415, "location_type": 2, - "longitude": -71.051545, - "name": "JFK/UMass - Busway, JFK Library, Mount Vernon St (Ramp)", + "longitude": -71.09548, + "name": "Roxbury Crossing - Tremont St", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-jfk-busway", + "id": "door-rcmnl-tremont", "links": { - "self": "/stops/door-jfk-busway" + "self": "/stops/door-rcmnl-tremont" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-jfk-busway" + "related": "/facilities/?filter[stop]=door-rcmnl-tremont" } }, "parent_station": { "data": { - "id": "place-jfk", + "id": "place-rcmnl", "type": "stop" } }, @@ -366246,27 +384506,28 @@ }, { "attributes": { - "description": "Malden Center - Top of Commuter Rail platform escalator", - "latitude": 42.426608, + "description": "North Quincy - Top of stairs between platform and Squantum Street lobby", + "latitude": 42.275225, "location_type": 3, - "longitude": -71.074148, - "name": "Malden Center", + "longitude": -71.029569, + "name": "North Quincy", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-312-platform", + "id": "node-nqncy-spstair-lobby", "links": { - "self": "/stops/node-312-platform" + "self": "/stops/node-nqncy-spstair-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-312-platform" + "related": "/facilities/?filter[stop]=node-nqncy-spstair-lobby" } }, "parent_station": { "data": { - "id": "place-mlmnl", + "id": "place-nqncy", "type": "stop" } }, @@ -366278,27 +384539,28 @@ }, { "attributes": { - "description": "Park Street - Bottom of stairs between Government Center & North platform and Tremont Street, Winter Street", - "latitude": null, + "description": "Porter - Bottom of escalator from Alewife platform to Ashmont/Braintree platform", + "latitude": 42.388941, "location_type": 3, - "longitude": null, - "name": "Park Street", + "longitude": -71.119037, + "name": "Porter", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-pktrm-tremontstairs-lobby", + "id": "node-507-nbplatform", "links": { - "self": "/stops/node-pktrm-tremontstairs-lobby" + "self": "/stops/node-507-nbplatform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-pktrm-tremontstairs-lobby" + "related": "/facilities/?filter[stop]=node-507-nbplatform" } }, "parent_station": { "data": { - "id": "place-pktrm", + "id": "place-portr", "type": "stop" } }, @@ -366310,27 +384572,28 @@ }, { "attributes": { - "description": "Kenmore - Bottom of stairs a between lobby and fare vending machines", + "description": "Back Bay - Unpaid side of fare gates", "latitude": null, "location_type": 3, "longitude": null, - "name": "Kenmore", + "name": "Back Bay", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-kencl-fvmstair-lobby", + "id": "node-bbsta-upper-fareunpaid", "links": { - "self": "/stops/node-kencl-fvmstair-lobby" + "self": "/stops/node-bbsta-upper-fareunpaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-kencl-fvmstair-lobby" + "related": "/facilities/?filter[stop]=node-bbsta-upper-fareunpaid" } }, "parent_station": { "data": { - "id": "place-kencl", + "id": "place-bbsta", "type": "stop" } }, @@ -366342,27 +384605,28 @@ }, { "attributes": { - "description": "Aquarium - Top of escalator from Wonderland platform to State Street", - "latitude": null, + "description": "Alewife - Ground level of stairs between concourse and second floor of garage", + "latitude": 42.395819, "location_type": 3, - "longitude": null, - "name": "Aquarium", + "longitude": -71.141204, + "name": "Alewife", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-394-lobby", + "id": "node-alfcl-mainstairs-ground", "links": { - "self": "/stops/node-394-lobby" + "self": "/stops/node-alfcl-mainstairs-ground" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-394-lobby" + "related": "/facilities/?filter[stop]=node-alfcl-mainstairs-ground" } }, "parent_station": { "data": { - "id": "place-aqucl", + "id": "place-alfcl", "type": "stop" } }, @@ -366374,27 +384638,28 @@ }, { "attributes": { - "description": "Porter - Bottom of escalator to Red Line platforms from lobby", - "latitude": 42.388777, - "location_type": 3, - "longitude": -71.118753, - "name": "Porter", + "description": "Beaconsfield - Clark Rd", + "latitude": 42.335555, + "location_type": 2, + "longitude": -71.13997, + "name": "Beaconsfield - Clark Rd", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-509-sbplatform", + "id": "door-bcnfd-clark", "links": { - "self": "/stops/node-509-sbplatform" + "self": "/stops/door-bcnfd-clark" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-509-sbplatform" + "related": "/facilities/?filter[stop]=door-bcnfd-clark" } }, "parent_station": { "data": { - "id": "place-portr", + "id": "place-bcnfd", "type": "stop" } }, @@ -366406,27 +384671,28 @@ }, { "attributes": { - "description": "Alewife - Cambridgepark Dr, Alewife Brook Pkwy", - "latitude": 42.394893, - "location_type": 2, - "longitude": -71.141516, - "name": "Alewife - Cambridgepark Dr, Alewife Brook Pkwy", + "description": "North Station - Top of ramp between Causeway Street east entrance and commuter rail station", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "North Station", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-alfcl-cambridgepark", + "id": "node-north-eastramp-top", "links": { - "self": "/stops/door-alfcl-cambridgepark" + "self": "/stops/node-north-eastramp-top" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-alfcl-cambridgepark" + "related": "/facilities/?filter[stop]=node-north-eastramp-top" } }, "parent_station": { "data": { - "id": "place-alfcl", + "id": "place-north", "type": "stop" } }, @@ -366438,27 +384704,28 @@ }, { "attributes": { - "description": "Ruggles - Bottom of Lower Busway Lane 1 stairs", - "latitude": null, + "description": "North Quincy - Bottom of stairs between platform and Squantum Street lobby", + "latitude": 42.275315, "location_type": 3, - "longitude": null, - "name": "Ruggles", + "longitude": -71.029663, + "name": "North Quincy", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-rugg-bus1stairs-busway", + "id": "node-nqncy-spstair-platform", "links": { - "self": "/stops/node-rugg-bus1stairs-busway" + "self": "/stops/node-nqncy-spstair-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-rugg-bus1stairs-busway" + "related": "/facilities/?filter[stop]=node-nqncy-spstair-platform" } }, "parent_station": { "data": { - "id": "place-rugg", + "id": "place-nqncy", "type": "stop" } }, @@ -366470,27 +384737,28 @@ }, { "attributes": { - "description": "Suffolk Downs - Bottom of ramp for all trains, Walley Street", - "latitude": 42.390671, + "description": "Tufts Medical Center - Bottom of Escalator 148", + "latitude": null, "location_type": 3, - "longitude": -70.997343, - "name": "Suffolk Downs", + "longitude": null, + "name": "Tufts Medical Center", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-sdmnl-unib-street", + "id": "node-148-platform", "links": { - "self": "/stops/node-sdmnl-unib-street" + "self": "/stops/node-148-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-sdmnl-unib-street" + "related": "/facilities/?filter[stop]=node-148-platform" } }, "parent_station": { "data": { - "id": "place-sdmnl", + "id": "place-tumnl", "type": "stop" } }, @@ -366502,27 +384770,28 @@ }, { "attributes": { - "description": "Haymarket - Paid side of busway fare gates", - "latitude": null, + "description": "Quincy Center - Stairs platform level", + "latitude": 42.251781, "location_type": 3, - "longitude": null, - "name": "Haymarket", + "longitude": -71.005346, + "name": "Quincy Center", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-haecl-busfarepaid", + "id": "node-qnctr-rdstair-platform", "links": { - "self": "/stops/node-haecl-busfarepaid" + "self": "/stops/node-qnctr-rdstair-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-haecl-busfarepaid" + "related": "/facilities/?filter[stop]=node-qnctr-rdstair-platform" } }, "parent_station": { "data": { - "id": "place-haecl", + "id": "place-qnctr", "type": "stop" } }, @@ -366534,27 +384803,28 @@ }, { "attributes": { - "description": "South Station - Bottom of Escalator 399", - "latitude": null, + "description": "North Station - Top of Elevator 911 between Causeway Street lobby and Oak Grove platform", + "latitude": 42.365566, "location_type": 3, - "longitude": null, - "name": "South Station", + "longitude": -71.060349, + "name": "North Station", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-399-middle", + "id": "node-911-top", "links": { - "self": "/stops/node-399-middle" + "self": "/stops/node-911-top" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-399-middle" + "related": "/facilities/?filter[stop]=node-911-top" } }, "parent_station": { "data": { - "id": "place-sstat", + "id": "place-north", "type": "stop" } }, @@ -366566,27 +384836,28 @@ }, { "attributes": { - "description": "Wonderland - Top of Revere Beach Plaza stairs to Wonderland-bound platform", - "latitude": 42.413448, + "description": "Harvard - Unpaid side of Church Street fare gates", + "latitude": 42.374353, "location_type": 3, - "longitude": -70.991518, - "name": "Wonderland", + "longitude": -71.118802, + "name": "Harvard", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-wondl-obplazaentrance", + "id": "node-harsq-harfareunpaid", "links": { - "self": "/stops/node-wondl-obplazaentrance" + "self": "/stops/node-harsq-harfareunpaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-wondl-obplazaentrance" + "related": "/facilities/?filter[stop]=node-harsq-harfareunpaid" } }, "parent_station": { "data": { - "id": "place-wondl", + "id": "place-harsq", "type": "stop" } }, @@ -366598,27 +384869,28 @@ }, { "attributes": { - "description": "Downtown Crossing - Washington St, Winter St", - "latitude": 42.355362, - "location_type": 2, - "longitude": -71.06072, - "name": "Downtown Crossing - Washington St, Winter St", + "description": "Sullivan Square - Bottom of ramp for lower busway", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "Sullivan Square", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-dwnxg-winter", + "id": "node-lbusramp-lower", "links": { - "self": "/stops/door-dwnxg-winter" + "self": "/stops/node-lbusramp-lower" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-dwnxg-winter" + "related": "/facilities/?filter[stop]=node-lbusramp-lower" } }, "parent_station": { "data": { - "id": "place-dwnxg", + "id": "place-sull", "type": "stop" } }, @@ -366630,27 +384902,28 @@ }, { "attributes": { - "description": "Longwood - Top of platform stairs for Emerald Necklace", - "latitude": 42.341433, + "description": "Wonderland - Platform level of Wonderland-bound platform elevator", + "latitude": 42.413446, "location_type": 3, - "longitude": -71.110073, - "name": "Longwood", + "longitude": -70.991592, + "name": "Wonderland", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-longw-pstairs-landing", + "id": "node-710-platform", "links": { - "self": "/stops/node-longw-pstairs-landing" + "self": "/stops/node-710-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-longw-pstairs-landing" + "related": "/facilities/?filter[stop]=node-710-platform" } }, "parent_station": { "data": { - "id": "place-longw", + "id": "place-wondl", "type": "stop" } }, @@ -366662,27 +384935,28 @@ }, { "attributes": { - "description": "Fields Corner - Bottom of elevator for Ashmont platform", - "latitude": 42.299982, + "description": "Alewife - Bottom of east stairs between concourse and Red Line platform", + "latitude": 42.396131, "location_type": 3, - "longitude": -71.061671, - "name": "Fields Corner", + "longitude": -71.141035, + "name": "Alewife", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-958-lobby", + "id": "node-alfcl-eaststairs-bottom", "links": { - "self": "/stops/node-958-lobby" + "self": "/stops/node-alfcl-eaststairs-bottom" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-958-lobby" + "related": "/facilities/?filter[stop]=node-alfcl-eaststairs-bottom" } }, "parent_station": { "data": { - "id": "place-fldcr", + "id": "place-alfcl", "type": "stop" } }, @@ -366694,27 +384968,28 @@ }, { "attributes": { - "description": "Community College - Bottom of Elevator 933", + "description": "Aquarium - Bottom of elevator between lobby and Atlantic Avenue", "latitude": null, "location_type": 3, "longitude": null, - "name": "Community College", + "name": "Aquarium", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-ccmnl-933-platform", + "id": "node-925-lobby", "links": { - "self": "/stops/node-ccmnl-933-platform" + "self": "/stops/node-925-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-ccmnl-933-platform" + "related": "/facilities/?filter[stop]=node-925-lobby" } }, "parent_station": { "data": { - "id": "place-ccmnl", + "id": "place-aqucl", "type": "stop" } }, @@ -366726,27 +385001,28 @@ }, { "attributes": { - "description": "Ruggles - Top of Commuter Rail (Track 2) ramp", - "latitude": 42.336711, + "description": "Hynes Convention Center - Top of stairs for Newbury Street exit", + "latitude": null, "location_type": 3, - "longitude": -71.088831, - "name": "Ruggles", + "longitude": null, + "name": "Hynes Convention Center", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-rugg-track2ramp-top", + "id": "node-hymnl-newbury-farepaid", "links": { - "self": "/stops/node-rugg-track2ramp-top" + "self": "/stops/node-hymnl-newbury-farepaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-rugg-track2ramp-top" + "related": "/facilities/?filter[stop]=node-hymnl-newbury-farepaid" } }, "parent_station": { "data": { - "id": "place-rugg", + "id": "place-hymnl", "type": "stop" } }, @@ -366758,27 +385034,28 @@ }, { "attributes": { - "description": "JFK/UMass - Bottom of stairs from Ashmont, Alewife platform and Columbia Road", - "latitude": 42.321173, + "description": "Haymarket - Bottom of stairs between mezzanine and Forest Hills platform", + "latitude": null, "location_type": 3, - "longitude": -71.052577, - "name": "JFK/UMass", + "longitude": null, + "name": "Haymarket", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-jfk-ashcolstair-platform", + "id": "node-haecl-congfhplatn-platform", "links": { - "self": "/stops/node-jfk-ashcolstair-platform" + "self": "/stops/node-haecl-congfhplatn-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-jfk-ashcolstair-platform" + "related": "/facilities/?filter[stop]=node-haecl-congfhplatn-platform" } }, "parent_station": { "data": { - "id": "place-jfk", + "id": "place-haecl", "type": "stop" } }, @@ -366790,27 +385067,28 @@ }, { "attributes": { - "description": "Back Bay - Bottom of Orange Line Clarendon Street exit stairs", + "description": "Davis - Bottom of upper stairs for College Avenue", "latitude": null, "location_type": 3, "longitude": null, - "name": "Back Bay", + "name": "Davis", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-bbsta-olclarexit-bottom", + "id": "node-davis-colstairup-middle", "links": { - "self": "/stops/node-bbsta-olclarexit-bottom" + "self": "/stops/node-davis-colstairup-middle" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-bbsta-olclarexit-bottom" + "related": "/facilities/?filter[stop]=node-davis-colstairup-middle" } }, "parent_station": { "data": { - "id": "place-bbsta", + "id": "place-davis", "type": "stop" } }, @@ -366822,27 +385100,28 @@ }, { "attributes": { - "description": "JFK/UMass - Top of ramp for busway, Commuter Rail, Old Colony Road", - "latitude": 42.320707, + "description": "Andrew - Top of outbound elevator", + "latitude": null, "location_type": 3, - "longitude": -71.051746, - "name": "JFK/UMass", + "longitude": null, + "name": "Andrew", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-jfk-busramp-lobby", + "id": "node-879-lobby", "links": { - "self": "/stops/node-jfk-busramp-lobby" + "self": "/stops/node-879-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-jfk-busramp-lobby" + "related": "/facilities/?filter[stop]=node-879-lobby" } }, "parent_station": { "data": { - "id": "place-jfk", + "id": "place-andrw", "type": "stop" } }, @@ -366854,27 +385133,28 @@ }, { "attributes": { - "description": "Downtown Crossing - Bottom of exit-only stairs from Alewife platform to Summer Street Concourse", + "description": "Aquarium - Paid side of fare gates", "latitude": null, "location_type": 3, "longitude": null, - "name": "Downtown Crossing", + "name": "Aquarium", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-dwnxg-stair3-platform", + "id": "node-aqucl-atlfarepaid", "links": { - "self": "/stops/node-dwnxg-stair3-platform" + "self": "/stops/node-aqucl-atlfarepaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-dwnxg-stair3-platform" + "related": "/facilities/?filter[stop]=node-aqucl-atlfarepaid" } }, "parent_station": { "data": { - "id": "place-dwnxg", + "id": "place-aqucl", "type": "stop" } }, @@ -366886,27 +385166,28 @@ }, { "attributes": { - "description": "North Quincy - Paid side of Hancock Street, Newport Avenue fare gates", - "latitude": 42.27643, + "description": "Wonderland - Revere Beach Plaza level of garage elevator", + "latitude": 42.413499, "location_type": 3, - "longitude": -71.030873, - "name": "North Quincy", + "longitude": -70.991905, + "name": "Wonderland", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-nqncy-nhfarepaid", + "id": "node-702-plaza", "links": { - "self": "/stops/node-nqncy-nhfarepaid" + "self": "/stops/node-702-plaza" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-nqncy-nhfarepaid" + "related": "/facilities/?filter[stop]=node-702-plaza" } }, "parent_station": { "data": { - "id": "place-nqncy", + "id": "place-wondl", "type": "stop" } }, @@ -366918,27 +385199,28 @@ }, { "attributes": { - "description": "Ruggles - Bottom of Forsyth Street entrance escalator", - "latitude": 42.336913, + "description": "Harvard - Unpaid side of Harvard Square fare gates", + "latitude": null, "location_type": 3, - "longitude": -71.089399, - "name": "Ruggles", + "longitude": null, + "name": "Harvard", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-138-bottom", + "id": "node-harsq-sqfareunpaid", "links": { - "self": "/stops/node-138-bottom" + "self": "/stops/node-harsq-sqfareunpaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-138-bottom" + "related": "/facilities/?filter[stop]=node-harsq-sqfareunpaid" } }, "parent_station": { "data": { - "id": "place-rugg", + "id": "place-harsq", "type": "stop" } }, @@ -366950,27 +385232,28 @@ }, { "attributes": { - "description": "Harvard - Bottom of escalator from mezzanine to Harvard Square", + "description": "Government Center - Bottom of escalator to Green Line", "latitude": null, "location_type": 3, "longitude": null, - "name": "Harvard", + "name": "Government Center", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-512-landing", + "id": "node-446-bl", "links": { - "self": "/stops/node-512-landing" + "self": "/stops/node-446-bl" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-512-landing" + "related": "/facilities/?filter[stop]=node-446-bl" } }, "parent_station": { "data": { - "id": "place-harsq", + "id": "place-gover", "type": "stop" } }, @@ -366982,27 +385265,28 @@ }, { "attributes": { - "description": "Davis - Paid side of fare gates", + "description": "Aquarium - Landing for escalator from lobby to State Street", "latitude": null, "location_type": 3, "longitude": null, - "name": "Davis", + "name": "Aquarium", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-davis-farepaid", + "id": "node-397-landing", "links": { - "self": "/stops/node-davis-farepaid" + "self": "/stops/node-397-landing" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-davis-farepaid" + "related": "/facilities/?filter[stop]=node-397-landing" } }, "parent_station": { "data": { - "id": "place-davis", + "id": "place-aqucl", "type": "stop" } }, @@ -367014,27 +385298,28 @@ }, { "attributes": { - "description": "Chinatown - Washington St, Essex St", - "latitude": 42.352252, + "description": "Downtown Crossing - Macy's", + "latitude": 42.355253, "location_type": 2, - "longitude": -71.062519, - "name": "Chinatown - Washington St, Essex St", + "longitude": -71.060521, + "name": "Downtown Crossing - Macy's", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-chncl-ogessex", + "id": "door-dwnxg-macys", "links": { - "self": "/stops/door-chncl-ogessex" + "self": "/stops/door-dwnxg-macys" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-chncl-ogessex" + "related": "/facilities/?filter[stop]=door-dwnxg-macys" } }, "parent_station": { "data": { - "id": "place-chncl", + "id": "place-dwnxg", "type": "stop" } }, @@ -367046,27 +385331,28 @@ }, { "attributes": { - "description": "Science Park/West End - Monsignor O'Brien Hwy, Museum of Science (Stairs)", - "latitude": 42.36673, - "location_type": 2, - "longitude": -71.067998, - "name": "Science Park/West End - Monsignor O'Brien Hwy, Museum of Science (Stairs)", + "description": "State - Bottom of ramp between Bowdoin platform and Oak Grove platform", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "State", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-spmnl-obrien", + "id": "node-state-bowdoinramp-nbplatform", "links": { - "self": "/stops/door-spmnl-obrien" + "self": "/stops/node-state-bowdoinramp-nbplatform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-spmnl-obrien" + "related": "/facilities/?filter[stop]=node-state-bowdoinramp-nbplatform" } }, "parent_station": { "data": { - "id": "place-spmnl", + "id": "place-state", "type": "stop" } }, @@ -367078,27 +385364,28 @@ }, { "attributes": { - "description": "Shawmut - Top of Alewife Elevator 953", - "latitude": 42.29313, + "description": "Wood Island - Bottom of stairs for Wonderland", + "latitude": 42.379632, "location_type": 3, - "longitude": -71.065707, - "name": "Shawmut", + "longitude": -71.022762, + "name": "Wood Island", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-smmnl-953-lobby", + "id": "node-wimnl-obpaidstairs-platform", "links": { - "self": "/stops/node-smmnl-953-lobby" + "self": "/stops/node-wimnl-obpaidstairs-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-smmnl-953-lobby" + "related": "/facilities/?filter[stop]=node-wimnl-obpaidstairs-platform" } }, "parent_station": { "data": { - "id": "place-smmnl", + "id": "place-wimnl", "type": "stop" } }, @@ -367110,27 +385397,28 @@ }, { "attributes": { - "description": "Central - Unpaid side of fare gates", - "latitude": null, + "description": "Ashmont - Bottom of elevator from Mattapan Line, busway to Alewife platform", + "latitude": 42.284205, "location_type": 3, - "longitude": null, - "name": "Central", + "longitude": -71.063422, + "name": "Ashmont", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-cntsq-prospectstair-fareunpaid", + "id": "node-969-platform", "links": { - "self": "/stops/node-cntsq-prospectstair-fareunpaid" + "self": "/stops/node-969-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-cntsq-prospectstair-fareunpaid" + "related": "/facilities/?filter[stop]=node-969-platform" } }, "parent_station": { "data": { - "id": "place-cntsq", + "id": "place-asmnl", "type": "stop" } }, @@ -367142,27 +385430,28 @@ }, { "attributes": { - "description": "Quincy Center - Top of Elevator 810", - "latitude": 42.251488, + "description": "Magoun Square - Top of Elevator 767", + "latitude": 42.393854, "location_type": 3, - "longitude": -71.005189, - "name": "Quincy Center", + "longitude": -71.106485, + "name": "Magoun Square", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-810-entrance", + "id": "node-767-top", "links": { - "self": "/stops/node-810-entrance" + "self": "/stops/node-767-top" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-810-entrance" + "related": "/facilities/?filter[stop]=node-767-top" } }, "parent_station": { "data": { - "id": "place-qnctr", + "id": "place-mgngl", "type": "stop" } }, @@ -367174,27 +385463,28 @@ }, { "attributes": { - "description": "Prudential - Paid side of fare gates", + "description": "State - Bottom of stairs from escalator to Milk Street", "latitude": null, "location_type": 3, "longitude": null, - "name": "Prudential", + "name": "State", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-prmnl-farepaid", + "id": "node-state-milkmidstairs-street", "links": { - "self": "/stops/node-prmnl-farepaid" + "self": "/stops/node-state-milkmidstairs-street" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-prmnl-farepaid" + "related": "/facilities/?filter[stop]=node-state-milkmidstairs-street" } }, "parent_station": { "data": { - "id": "place-prmnl", + "id": "place-state", "type": "stop" } }, @@ -367206,27 +385496,28 @@ }, { "attributes": { - "description": "Park Street - Bottom of stairs between West Street and Copley & West platform", + "description": "South Station - Bottom of Escalator 400", "latitude": null, "location_type": 3, "longitude": null, - "name": "Park Street", + "name": "South Station", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-pktrm-weststairs-lobby", + "id": "node-400-rl", "links": { - "self": "/stops/node-pktrm-weststairs-lobby" + "self": "/stops/node-400-rl" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-pktrm-weststairs-lobby" + "related": "/facilities/?filter[stop]=node-400-rl" } }, "parent_station": { "data": { - "id": "place-pktrm", + "id": "place-sstat", "type": "stop" } }, @@ -367238,27 +385529,28 @@ }, { "attributes": { - "description": "State - Top of Elevator 803 between Milk Street to lobby", - "latitude": null, + "description": "North Quincy - Bottom of stairs between platform and Hancock Street, Newport Avenue lobby", + "latitude": 42.276287, "location_type": 3, - "longitude": null, - "name": "State", + "longitude": -71.030696, + "name": "North Quincy", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-803-street", + "id": "node-nqncy-nhpstair-platform", "links": { - "self": "/stops/node-803-street" + "self": "/stops/node-nqncy-nhpstair-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-803-street" + "related": "/facilities/?filter[stop]=node-nqncy-nhpstair-platform" } }, "parent_station": { "data": { - "id": "place-state", + "id": "place-nqncy", "type": "stop" } }, @@ -367270,27 +385562,28 @@ }, { "attributes": { - "description": "South Station - USPS Post Office", - "latitude": 42.351108, + "description": "Downtown Crossing - Franklin St", + "latitude": 42.356064, "location_type": 2, - "longitude": -71.054729, - "name": "South Station - USPS Post Office", + "longitude": -71.059326, + "name": "Downtown Crossing - Franklin St", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-sstat-usps", + "id": "door-dwnxg-franklin", "links": { - "self": "/stops/door-sstat-usps" + "self": "/stops/door-dwnxg-franklin" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-sstat-usps" + "related": "/facilities/?filter[stop]=door-dwnxg-franklin" } }, "parent_station": { "data": { - "id": "place-sstat", + "id": "place-dwnxg", "type": "stop" } }, @@ -367302,27 +385595,28 @@ }, { "attributes": { - "description": "Chinatown - Bottom of stairs for street", - "latitude": null, + "description": "Kendall/MIT - Bottom of Elevator 866", + "latitude": 42.362647, "location_type": 3, - "longitude": null, - "name": "Chinatown", + "longitude": -71.086734, + "name": "Kendall/MIT", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-chncl-fhupper-landing", + "id": "node-866-platform", "links": { - "self": "/stops/node-chncl-fhupper-landing" + "self": "/stops/node-866-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-chncl-fhupper-landing" + "related": "/facilities/?filter[stop]=node-866-platform" } }, "parent_station": { "data": { - "id": "place-chncl", + "id": "place-knncl", "type": "stop" } }, @@ -367334,27 +385628,28 @@ }, { "attributes": { - "description": "Babcock Street - Babcock St", - "latitude": 42.351719, - "location_type": 2, - "longitude": -71.121123, - "name": "Babcock Street - Babcock St", + "description": "North Station - Top of Escalator 447 from passageway to commuter rail station", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "North Station", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-babck-ebbabcock", + "id": "node-447-top", "links": { - "self": "/stops/door-babck-ebbabcock" + "self": "/stops/node-447-top" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-babck-ebbabcock" + "related": "/facilities/?filter[stop]=node-447-top" } }, "parent_station": { "data": { - "id": "place-babck", + "id": "place-north", "type": "stop" } }, @@ -367366,27 +385661,28 @@ }, { "attributes": { - "description": "Union Square - Prospect St", - "latitude": 42.377647, - "location_type": 2, - "longitude": -71.094856, - "name": "Union Square - Prospect St", + "description": "Wellington - Unpaid side of fare gates", + "latitude": 42.40228, + "location_type": 3, + "longitude": -71.077111, + "name": "Wellington", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-unsqu-somerville", + "id": "node-welln-fareunpaid", "links": { - "self": "/stops/door-unsqu-somerville" + "self": "/stops/node-welln-fareunpaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-unsqu-somerville" + "related": "/facilities/?filter[stop]=node-welln-fareunpaid" } }, "parent_station": { "data": { - "id": "place-unsqu", + "id": "place-welln", "type": "stop" } }, @@ -367398,27 +385694,28 @@ }, { "attributes": { - "description": "Copley - Boylston St", - "latitude": 42.349799, - "location_type": 2, - "longitude": -71.078026, - "name": "Copley - Boylston St", + "description": "Alewife - Top of Escalator 351 from concourse to platform", + "latitude": 42.396162, + "location_type": 3, + "longitude": -71.141124, + "name": "Alewife", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-coecl-bpl", + "id": "node-351-top", "links": { - "self": "/stops/door-coecl-bpl" + "self": "/stops/node-351-top" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-coecl-bpl" + "related": "/facilities/?filter[stop]=node-351-top" } }, "parent_station": { "data": { - "id": "place-coecl", + "id": "place-alfcl", "type": "stop" } }, @@ -367430,27 +385727,28 @@ }, { "attributes": { - "description": "Orient Heights - Bottom of stairs for Saratoga Street", - "latitude": 42.386873, + "description": "Ruggles - Bottom of Lower Busway Lane 2 stairs", + "latitude": null, "location_type": 3, - "longitude": -71.004614, - "name": "Orient Heights", + "longitude": null, + "name": "Ruggles", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-orhte-obunpaidstairs-street", + "id": "node-rugg-bus2stairs-busway", "links": { - "self": "/stops/node-orhte-obunpaidstairs-street" + "self": "/stops/node-rugg-bus2stairs-busway" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-orhte-obunpaidstairs-street" + "related": "/facilities/?filter[stop]=node-rugg-bus2stairs-busway" } }, "parent_station": { "data": { - "id": "place-orhte", + "id": "place-rugg", "type": "stop" } }, @@ -367462,27 +385760,28 @@ }, { "attributes": { - "description": "South Station - Top of Escalator 398", - "latitude": null, + "description": "Quincy Adams - Top of Escalator 345 from lobby to platform", + "latitude": 42.233067, "location_type": 3, - "longitude": null, - "name": "South Station", + "longitude": -71.006935, + "name": "Quincy Adams", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-398-sl", + "id": "node-345-top", "links": { - "self": "/stops/node-398-sl" + "self": "/stops/node-345-top" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-398-sl" + "related": "/facilities/?filter[stop]=node-345-top" } }, "parent_station": { "data": { - "id": "place-sstat", + "id": "place-qamnl", "type": "stop" } }, @@ -367494,27 +385793,28 @@ }, { "attributes": { - "description": "Longwood - Top of exit ramp for Emerald Necklace", - "latitude": 42.341449, + "description": "Newton Highlands - Bottom of ramp for Walnut Street, Station Avenue", + "latitude": 42.322224, "location_type": 3, - "longitude": -71.110035, - "name": "Longwood", + "longitude": -71.205753, + "name": "Newton Highlands", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-longw-eramp-landing", + "id": "node-newtn-walnut-platform", "links": { - "self": "/stops/node-longw-eramp-landing" + "self": "/stops/node-newtn-walnut-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-longw-eramp-landing" + "related": "/facilities/?filter[stop]=node-newtn-walnut-platform" } }, "parent_station": { "data": { - "id": "place-longw", + "id": "place-newtn", "type": "stop" } }, @@ -367526,27 +385826,28 @@ }, { "attributes": { - "description": "Tufts Medical Center - Bottom of stairs for Oak Grove, Washington Street", - "latitude": null, - "location_type": 3, - "longitude": null, - "name": "Tufts Medical Center", + "description": "Gilman Square - Medford St", + "latitude": 42.387592, + "location_type": 2, + "longitude": -71.096227, + "name": "Gilman Square - Medford St", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-tumnl-washnbstairs-platform", + "id": "door-gilmn-medford", "links": { - "self": "/stops/node-tumnl-washnbstairs-platform" + "self": "/stops/door-gilmn-medford" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-tumnl-washnbstairs-platform" + "related": "/facilities/?filter[stop]=door-gilmn-medford" } }, "parent_station": { "data": { - "id": "place-tumnl", + "id": "place-gilmn", "type": "stop" } }, @@ -367558,27 +385859,28 @@ }, { "attributes": { - "description": "Central - Unpaid side of fare gates", + "description": "Park Street - Bottom of stairs between Alewife platform and Winter Street Concourse", "latitude": null, "location_type": 3, "longitude": null, - "name": "Central", + "name": "Park Street", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-cntsq-pearlstair-fareunpaid", + "id": "node-pktrm-nbwinterstairs-platform", "links": { - "self": "/stops/node-cntsq-pearlstair-fareunpaid" + "self": "/stops/node-pktrm-nbwinterstairs-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-cntsq-pearlstair-fareunpaid" + "related": "/facilities/?filter[stop]=node-pktrm-nbwinterstairs-platform" } }, "parent_station": { "data": { - "id": "place-cntsq", + "id": "place-pktrm", "type": "stop" } }, @@ -367590,27 +385892,28 @@ }, { "attributes": { - "description": "South Station - Bottom of escalators for Commuter Rail concourse", + "description": "World Trade Center - Top of outbound platform escalator", "latitude": null, "location_type": 3, "longitude": null, - "name": "South Station", + "name": "World Trade Center", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-sstat-bldgescup-lobby", + "id": "node-404-lobby", "links": { - "self": "/stops/node-sstat-bldgescup-lobby" + "self": "/stops/node-404-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-sstat-bldgescup-lobby" + "related": "/facilities/?filter[stop]=node-404-lobby" } }, "parent_station": { "data": { - "id": "place-sstat", + "id": "place-wtcst", "type": "stop" } }, @@ -367622,22 +385925,23 @@ }, { "attributes": { - "description": "Haymarket - Bottom of elevator between Oak Grove platform and Congress Street lobby", + "description": "Haymarket - Top of stairs between busway lobby and Orange Line passageway", "latitude": null, "location_type": 3, "longitude": null, "name": "Haymarket", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-903-platform", + "id": "node-haecl-busolstair-green", "links": { - "self": "/stops/node-903-platform" + "self": "/stops/node-haecl-busolstair-green" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-903-platform" + "related": "/facilities/?filter[stop]=node-haecl-busolstair-green" } }, "parent_station": { @@ -367654,27 +385958,28 @@ }, { "attributes": { - "description": "South Station - Top of stairs for exit from Red Line", - "latitude": null, + "description": "Porter - Bottom of stairs between Massachusetts Ave and lobby", + "latitude": 42.388206, "location_type": 3, - "longitude": null, - "name": "South Station", + "longitude": -71.118907, + "name": "Porter", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-sstat-389stair-lobby", + "id": "node-portr-massavestairs-lobby", "links": { - "self": "/stops/node-sstat-389stair-lobby" + "self": "/stops/node-portr-massavestairs-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-sstat-389stair-lobby" + "related": "/facilities/?filter[stop]=node-portr-massavestairs-lobby" } }, "parent_station": { "data": { - "id": "place-sstat", + "id": "place-portr", "type": "stop" } }, @@ -367686,27 +385991,28 @@ }, { "attributes": { - "description": "Harvard - Brattle Square", - "latitude": 42.37331, - "location_type": 2, - "longitude": -71.120545, - "name": "Harvard - Brattle Square", + "description": "Assembly - Top of Elevator 718", + "latitude": 42.392198, + "location_type": 3, + "longitude": -71.077432, + "name": "Assembly", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-harsq-brattle", + "id": "node-astao-718-lobby", "links": { - "self": "/stops/door-harsq-brattle" + "self": "/stops/node-astao-718-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-harsq-brattle" + "related": "/facilities/?filter[stop]=node-astao-718-lobby" } }, "parent_station": { "data": { - "id": "place-harsq", + "id": "place-astao", "type": "stop" } }, @@ -367718,27 +386024,28 @@ }, { "attributes": { - "description": "West Newton - Washington St (East)", - "latitude": 42.347974, - "location_type": 2, - "longitude": -71.228818, - "name": "West Newton - Washington St (East)", + "description": "Davis - Top of Escalator 338", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "Davis", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-WML-0091-ebwas", + "id": "node-338-middle", "links": { - "self": "/stops/door-WML-0091-ebwas" + "self": "/stops/node-338-middle" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-WML-0091-ebwas" + "related": "/facilities/?filter[stop]=node-338-middle" } }, "parent_station": { "data": { - "id": "place-WML-0091", + "id": "place-davis", "type": "stop" } }, @@ -367750,27 +386057,28 @@ }, { "attributes": { - "description": "Quincy Center - Burgin Parkway (Stairs)", - "latitude": 42.251403, - "location_type": 2, - "longitude": -71.005508, - "name": "Quincy Center - Burgin Parkway (Stairs)", + "description": "Harvard - Paid side of Church Street fare gates", + "latitude": 42.374353, + "location_type": 3, + "longitude": -71.118802, + "name": "Harvard", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-qnctr-burgin", + "id": "node-harsq-harfarepaid", "links": { - "self": "/stops/door-qnctr-burgin" + "self": "/stops/node-harsq-harfarepaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-qnctr-burgin" + "related": "/facilities/?filter[stop]=node-harsq-harfarepaid" } }, "parent_station": { "data": { - "id": "place-qnctr", + "id": "place-harsq", "type": "stop" } }, @@ -367782,27 +386090,28 @@ }, { "attributes": { - "description": "Wollaston - Top of stairs between platform and bridge", + "description": "World Trade Center - Top of first World Trade Center entrance escalator", "latitude": null, "location_type": 3, "longitude": null, - "name": "Wollaston", + "name": "World Trade Center", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-wlsta-stair5-bridge", + "id": "node-402-landing", "links": { - "self": "/stops/node-wlsta-stair5-bridge" + "self": "/stops/node-402-landing" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-wlsta-stair5-bridge" + "related": "/facilities/?filter[stop]=node-402-landing" } }, "parent_station": { "data": { - "id": "place-wlsta", + "id": "place-wtcst", "type": "stop" } }, @@ -367814,27 +386123,28 @@ }, { "attributes": { - "description": "Kendall/MIT - Buses, Main St, Third St", - "latitude": 42.362303, - "location_type": 2, - "longitude": -71.086149, - "name": "Kendall/MIT - Buses, Main St, Third St", + "description": "Maverick - Top of escalator from lobby to Maverick Square", + "latitude": 42.369129, + "location_type": 3, + "longitude": -71.039548, + "name": "Maverick", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-knncl-sbmain", + "id": "node-433-entrance", "links": { - "self": "/stops/door-knncl-sbmain" + "self": "/stops/node-433-entrance" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-knncl-sbmain" + "related": "/facilities/?filter[stop]=node-433-entrance" } }, "parent_station": { "data": { - "id": "place-knncl", + "id": "place-mvbcl", "type": "stop" } }, @@ -367846,27 +386156,28 @@ }, { "attributes": { - "description": "Riverside - Buses, Parking (Ramp)", - "latitude": 42.33727, - "location_type": 2, - "longitude": -71.252948, - "name": "Riverside - Buses, Parking (Ramp)", + "description": "Oak Grove - Paid side of fare gates", + "latitude": 42.436952, + "location_type": 3, + "longitude": -71.070841, + "name": "Oak Grove", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-river-ramp", + "id": "node-ogmnl-farepaid", "links": { - "self": "/stops/door-river-ramp" + "self": "/stops/node-ogmnl-farepaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-river-ramp" + "related": "/facilities/?filter[stop]=node-ogmnl-farepaid" } }, "parent_station": { "data": { - "id": "place-river", + "id": "place-ogmnl", "type": "stop" } }, @@ -367878,27 +386189,28 @@ }, { "attributes": { - "description": "Broadway - Bottom of main entrance stairs", - "latitude": null, + "description": "Beachmont - Top of stairs for Bowdoin", + "latitude": 42.397377, "location_type": 3, - "longitude": null, - "name": "Broadway", + "longitude": -70.992599, + "name": "Beachmont", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-brdwy-mainstairs-lobby", + "id": "node-bmmnl-378stair-platform", "links": { - "self": "/stops/node-brdwy-mainstairs-lobby" + "self": "/stops/node-bmmnl-378stair-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-brdwy-mainstairs-lobby" + "related": "/facilities/?filter[stop]=node-bmmnl-378stair-platform" } }, "parent_station": { "data": { - "id": "place-brdwy", + "id": "place-bmmnl", "type": "stop" } }, @@ -367910,27 +386222,28 @@ }, { "attributes": { - "description": "Sullivan Square - Top of stairs for lower busway", + "description": "Courthouse - Top of escalator from outbound platform to exit-only gates", "latitude": null, "location_type": 3, "longitude": null, - "name": "Sullivan Square", + "name": "Courthouse", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-lbusstairs-upper", + "id": "node-417-lobby", "links": { - "self": "/stops/node-lbusstairs-upper" + "self": "/stops/node-417-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-lbusstairs-upper" + "related": "/facilities/?filter[stop]=node-417-lobby" } }, "parent_station": { "data": { - "id": "place-sull", + "id": "place-crtst", "type": "stop" } }, @@ -367942,27 +386255,28 @@ }, { "attributes": { - "description": "Riverside - Top of stairs for Grove Street", - "latitude": 42.337291, + "description": "Wonderland - Revere Beach Plaza level of Wonderland-bound platform elevator", + "latitude": 42.413446, "location_type": 3, - "longitude": -71.252617, - "name": "Riverside", + "longitude": -70.991592, + "name": "Wonderland", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-river-estairs-lobby", + "id": "node-710-plaza", "links": { - "self": "/stops/node-river-estairs-lobby" + "self": "/stops/node-710-plaza" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-river-estairs-lobby" + "related": "/facilities/?filter[stop]=node-710-plaza" } }, "parent_station": { "data": { - "id": "place-river", + "id": "place-wondl", "type": "stop" } }, @@ -367974,27 +386288,28 @@ }, { "attributes": { - "description": "Chelsea - Top of ramp between Third St and outbound platform", - "latitude": 42.397497, - "location_type": 3, - "longitude": -71.043703, - "name": "Chelsea", + "description": "Aquarium - Waterfront and New England Aquarium", + "latitude": 42.359791, + "location_type": 2, + "longitude": -71.051631, + "name": "Aquarium - Waterfront and New England Aquarium", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, - "id": "node-chels-thirdout-top", + "id": "door-aqucl-atlantic", "links": { - "self": "/stops/node-chels-thirdout-top" + "self": "/stops/door-aqucl-atlantic" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-chels-thirdout-top" + "related": "/facilities/?filter[stop]=door-aqucl-atlantic" } }, "parent_station": { "data": { - "id": "place-chels", + "id": "place-aqucl", "type": "stop" } }, @@ -368006,27 +386321,28 @@ }, { "attributes": { - "description": "Magoun Square - Bottom of stairs", - "latitude": 42.393797, + "description": "North Station - Top of Escalator 384 from Valenti Way lobby to Valenti Way entrance", + "latitude": 42.364682, "location_type": 3, - "longitude": -71.106492, - "name": "Magoun Square", + "longitude": -71.059652, + "name": "North Station", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-mgngl-stairs-bottom", + "id": "node-384-top", "links": { - "self": "/stops/node-mgngl-stairs-bottom" + "self": "/stops/node-384-top" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-mgngl-stairs-bottom" + "related": "/facilities/?filter[stop]=node-384-top" } }, "parent_station": { "data": { - "id": "place-mgngl", + "id": "place-north", "type": "stop" } }, @@ -368038,27 +386354,28 @@ }, { "attributes": { - "description": "Ashmont - Bottom of stairs from Red Line platform to Peabody Square", - "latitude": 42.284652, + "description": "Charles/MGH - Bottom of Alewife platform stairs", + "latitude": 42.361238, "location_type": 3, - "longitude": -71.063975, - "name": "Ashmont", + "longitude": -71.070396, + "name": "Charles/MGH", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-asmnl-peasbstair-platform", + "id": "node-chmnl-nbstairs-lobby", "links": { - "self": "/stops/node-asmnl-peasbstair-platform" + "self": "/stops/node-chmnl-nbstairs-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-asmnl-peasbstair-platform" + "related": "/facilities/?filter[stop]=node-chmnl-nbstairs-lobby" } }, "parent_station": { "data": { - "id": "place-asmnl", + "id": "place-chmnl", "type": "stop" } }, @@ -368070,27 +386387,28 @@ }, { "attributes": { - "description": "South Station - Paid side of exit-only gates", - "latitude": null, + "description": "Charles/MGH - Top of Elevator 952", + "latitude": 42.361199, "location_type": 3, - "longitude": null, - "name": "South Station", + "longitude": -71.070431, + "name": "Charles/MGH", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-sstat-ashbrain-farepaid", + "id": "node-952-platform", "links": { - "self": "/stops/node-sstat-ashbrain-farepaid" + "self": "/stops/node-952-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-sstat-ashbrain-farepaid" + "related": "/facilities/?filter[stop]=node-952-platform" } }, "parent_station": { "data": { - "id": "place-sstat", + "id": "place-chmnl", "type": "stop" } }, @@ -368102,27 +386420,28 @@ }, { "attributes": { - "description": "Davis - Bottom of stairs for Holland Street", - "latitude": null, + "description": "Oak Grove - Bottom of Orange Line stairs", + "latitude": 42.437161, "location_type": 3, - "longitude": null, - "name": "Davis", + "longitude": -71.07092, + "name": "Oak Grove", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-davis-holland-lobby", + "id": "node-ogmnl-olstair-platform", "links": { - "self": "/stops/node-davis-holland-lobby" + "self": "/stops/node-ogmnl-olstair-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-davis-holland-lobby" + "related": "/facilities/?filter[stop]=node-ogmnl-olstair-platform" } }, "parent_station": { "data": { - "id": "place-davis", + "id": "place-ogmnl", "type": "stop" } }, @@ -368134,27 +386453,28 @@ }, { "attributes": { - "description": "Massachusetts Avenue - Bottom of Camden St stairs", - "latitude": 42.340493, + "description": "Wollaston - Top of stairs between Newport Avenue lobby and platform", + "latitude": null, "location_type": 3, - "longitude": -71.084657, - "name": "Massachusetts Avenue", + "longitude": null, + "name": "Wollaston", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-masta-camdstair-platform", + "id": "node-wlsta-stair6-platform", "links": { - "self": "/stops/node-masta-camdstair-platform" + "self": "/stops/node-wlsta-stair6-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-masta-camdstair-platform" + "related": "/facilities/?filter[stop]=node-wlsta-stair6-platform" } }, "parent_station": { "data": { - "id": "place-masta", + "id": "place-wlsta", "type": "stop" } }, @@ -368166,27 +386486,28 @@ }, { "attributes": { - "description": "Park Street - Unpaid side of fare gates", + "description": "Wollaston - Top of escalator from parking lobby to bridge", "latitude": null, "location_type": 3, "longitude": null, - "name": "Park Street", + "name": "Wollaston", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-pktrm-tremwfare-unpaid", + "id": "node-448-bridge", "links": { - "self": "/stops/node-pktrm-tremwfare-unpaid" + "self": "/stops/node-448-bridge" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-pktrm-tremwfare-unpaid" + "related": "/facilities/?filter[stop]=node-448-bridge" } }, "parent_station": { "data": { - "id": "place-pktrm", + "id": "place-wlsta", "type": "stop" } }, @@ -368198,27 +386519,28 @@ }, { "attributes": { - "description": "Back Bay - Top of Tracks 1-3 elevator", - "latitude": null, + "description": "Roxbury Crossing - Paid side of fare gates", + "latitude": 42.33129, "location_type": 3, - "longitude": null, - "name": "Back Bay", + "longitude": -71.095567, + "name": "Roxbury Crossing", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-855-lobby", + "id": "node-rcmnl-farepaid", "links": { - "self": "/stops/node-855-lobby" + "self": "/stops/node-rcmnl-farepaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-855-lobby" + "related": "/facilities/?filter[stop]=node-rcmnl-farepaid" } }, "parent_station": { "data": { - "id": "place-bbsta", + "id": "place-rcmnl", "type": "stop" } }, @@ -368230,27 +386552,28 @@ }, { "attributes": { - "description": "Hynes Convention Center - Unpaid side of exit-only gate", - "latitude": null, + "description": "JFK/UMass - Unpaid side of exit-only gates", + "latitude": 42.321178, "location_type": 3, - "longitude": null, - "name": "Hynes Convention Center", + "longitude": -71.052378, + "name": "JFK/UMass", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-hymnl-newbury-fareunpaid", + "id": "node-jfk-bracolfareunpaid", "links": { - "self": "/stops/node-hymnl-newbury-fareunpaid" + "self": "/stops/node-jfk-bracolfareunpaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-hymnl-newbury-fareunpaid" + "related": "/facilities/?filter[stop]=node-jfk-bracolfareunpaid" } }, "parent_station": { "data": { - "id": "place-hymnl", + "id": "place-jfk", "type": "stop" } }, @@ -368262,27 +386585,28 @@ }, { "attributes": { - "description": "Auburndale - Bottom of stairs for Woodland Rd", - "latitude": 42.345207, + "description": "Back Bay - Bottom of Track 2 elevator", + "latitude": null, "location_type": 3, - "longitude": -71.251965, - "name": "Auburndale", + "longitude": null, + "name": "Back Bay", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-WML-0102-woodlandstairs-bottom", + "id": "node-854-platform", "links": { - "self": "/stops/node-WML-0102-woodlandstairs-bottom" + "self": "/stops/node-854-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-WML-0102-woodlandstairs-bottom" + "related": "/facilities/?filter[stop]=node-854-platform" } }, "parent_station": { "data": { - "id": "place-WML-0102", + "id": "place-bbsta", "type": "stop" } }, @@ -368294,27 +386618,28 @@ }, { "attributes": { - "description": "Back Bay - Top of Tracks 1-3 stairs", + "description": "Park Street - Top of elevator between Red Line and Copley & West platform", "latitude": null, "location_type": 3, "longitude": null, - "name": "Back Bay", + "name": "Park Street", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-bbsta-13stairs-lobby", + "id": "node-979-gl", "links": { - "self": "/stops/node-bbsta-13stairs-lobby" + "self": "/stops/node-979-gl" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-bbsta-13stairs-lobby" + "related": "/facilities/?filter[stop]=node-979-gl" } }, "parent_station": { "data": { - "id": "place-bbsta", + "id": "place-pktrm", "type": "stop" } }, @@ -368326,27 +386651,28 @@ }, { "attributes": { - "description": "Charles/MGH - Top of Elevator 951", - "latitude": 42.361078, + "description": "Tufts Medical Center - Top of Elevator 859", + "latitude": null, "location_type": 3, - "longitude": -71.070472, - "name": "Charles/MGH", + "longitude": null, + "name": "Tufts Medical Center", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-951-platform", + "id": "node-859-lobby", "links": { - "self": "/stops/node-951-platform" + "self": "/stops/node-859-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-951-platform" + "related": "/facilities/?filter[stop]=node-859-lobby" } }, "parent_station": { "data": { - "id": "place-chmnl", + "id": "place-tumnl", "type": "stop" } }, @@ -368358,27 +386684,28 @@ }, { "attributes": { - "description": "Malden Center - Bottom of stairs from Commercial Street", - "latitude": 42.426846, + "description": "Airport - Bottom of stairs on Bowdoin, Brement Street side", + "latitude": 42.374431, "location_type": 3, - "longitude": -71.074036, - "name": "Malden Center", + "longitude": -71.030339, + "name": "Airport", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-mlmnl-commstair-bus", + "id": "node-aport-wbpaidstairs-platform", "links": { - "self": "/stops/node-mlmnl-commstair-bus" + "self": "/stops/node-aport-wbpaidstairs-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-mlmnl-commstair-bus" + "related": "/facilities/?filter[stop]=node-aport-wbpaidstairs-platform" } }, "parent_station": { "data": { - "id": "place-mlmnl", + "id": "place-aport", "type": "stop" } }, @@ -368390,27 +386717,28 @@ }, { "attributes": { - "description": "Kendall/MIT - Paid side of fare gates", - "latitude": 42.362507, + "description": "Aquarium - Bottom of stairs between platform and Atlantic Avenue", + "latitude": null, "location_type": 3, - "longitude": -71.086214, - "name": "Kendall/MIT", + "longitude": null, + "name": "Aquarium", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-knncl-nbmain-farepaid", + "id": "node-aqucl-wbatlanticstairs-platform", "links": { - "self": "/stops/node-knncl-nbmain-farepaid" + "self": "/stops/node-aqucl-wbatlanticstairs-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-knncl-nbmain-farepaid" + "related": "/facilities/?filter[stop]=node-aqucl-wbatlanticstairs-platform" } }, "parent_station": { "data": { - "id": "place-knncl", + "id": "place-aqucl", "type": "stop" } }, @@ -368422,27 +386750,28 @@ }, { "attributes": { - "description": "Symphony - Bottom of east stairs for Massachusetts Ave, Huntington Ave", + "description": "Community College - Top of Elevator 933", "latitude": null, "location_type": 3, "longitude": null, - "name": "Symphony", + "name": "Community College", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-symcl-hunestair-platform", + "id": "node-ccmnl-933-lobby", "links": { - "self": "/stops/node-symcl-hunestair-platform" + "self": "/stops/node-ccmnl-933-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-symcl-hunestair-platform" + "related": "/facilities/?filter[stop]=node-ccmnl-933-lobby" } }, "parent_station": { "data": { - "id": "place-symcl", + "id": "place-ccmnl", "type": "stop" } }, @@ -368454,27 +386783,28 @@ }, { "attributes": { - "description": "North Quincy - Top of escalator from platform to Hancock Street, Newport Avenue lobby", - "latitude": 42.276388, + "description": "North Station - Top of stairs between Causeway Street east entrance and commuter rail station", + "latitude": null, "location_type": 3, - "longitude": -71.030773, - "name": "North Quincy", + "longitude": null, + "name": "North Station", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-326-lobby", + "id": "node-north-eaststairs-top", "links": { - "self": "/stops/node-326-lobby" + "self": "/stops/node-north-eaststairs-top" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-326-lobby" + "related": "/facilities/?filter[stop]=node-north-eaststairs-top" } }, "parent_station": { "data": { - "id": "place-nqncy", + "id": "place-north", "type": "stop" } }, @@ -368486,27 +386816,28 @@ }, { "attributes": { - "description": "Savin Hill - Paid side of Savin Hill Avenue fare gates", - "latitude": 42.311291, + "description": "Andrew - Top of north inbound stairs", + "latitude": null, "location_type": 3, - "longitude": -71.053315, - "name": "Savin Hill", + "longitude": null, + "name": "Andrew", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-shmnl-sh-farepaid", + "id": "node-andrw-nibstairs-lobby", "links": { - "self": "/stops/node-shmnl-sh-farepaid" + "self": "/stops/node-andrw-nibstairs-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-shmnl-sh-farepaid" + "related": "/facilities/?filter[stop]=node-andrw-nibstairs-lobby" } }, "parent_station": { "data": { - "id": "place-shmnl", + "id": "place-andrw", "type": "stop" } }, @@ -368518,27 +386849,28 @@ }, { "attributes": { - "description": "Maverick - Top of stairs between Maverick Square and lobby", - "latitude": 42.369118, + "description": "Wonderland - Lobby level of garage elevator", + "latitude": 42.413467, "location_type": 3, - "longitude": -71.039522, - "name": "Maverick", + "longitude": -70.991914, + "name": "Wonderland", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-mvbcl-msqstair-entrance", + "id": "node-703-lobby", "links": { - "self": "/stops/node-mvbcl-msqstair-entrance" + "self": "/stops/node-703-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-mvbcl-msqstair-entrance" + "related": "/facilities/?filter[stop]=node-703-lobby" } }, "parent_station": { "data": { - "id": "place-mvbcl", + "id": "place-wondl", "type": "stop" } }, @@ -368550,27 +386882,28 @@ }, { "attributes": { - "description": "Kenmore - Bottom of Commonwealth Avenue stairs", + "description": "Sullivan Square - Top of ramp for lower busway", "latitude": null, "location_type": 3, "longitude": null, - "name": "Kenmore", + "name": "Sullivan Square", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-kencl-commstair-lobby", + "id": "node-lbusramp-upper", "links": { - "self": "/stops/node-kencl-commstair-lobby" + "self": "/stops/node-lbusramp-upper" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-kencl-commstair-lobby" + "related": "/facilities/?filter[stop]=node-lbusramp-upper" } }, "parent_station": { "data": { - "id": "place-kencl", + "id": "place-sull", "type": "stop" } }, @@ -368582,27 +386915,28 @@ }, { "attributes": { - "description": "Prudential - Unpaid side of fare gates", - "latitude": null, - "location_type": 3, - "longitude": null, - "name": "Prudential", + "description": "Brookline Village - 10 Brookline Place West", + "latitude": 42.332177, + "location_type": 2, + "longitude": -71.11744, + "name": "Brookline Village - 10 Brookline Place West", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, - "id": "node-prmnl-fareunpaid", + "id": "door-bvmnl-place", "links": { - "self": "/stops/node-prmnl-fareunpaid" + "self": "/stops/door-bvmnl-place" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-prmnl-fareunpaid" + "related": "/facilities/?filter[stop]=door-bvmnl-place" } }, "parent_station": { "data": { - "id": "place-prmnl", + "id": "place-bvmnl", "type": "stop" } }, @@ -368614,27 +386948,28 @@ }, { "attributes": { - "description": "Downtown Crossing - Unpaid side of exit-only gate", + "description": "North Station - Unpaid side of fare gates", "latitude": null, "location_type": 3, "longitude": null, - "name": "Downtown Crossing", + "name": "North Station", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-dwnxg-wintexitfare-unpaid", + "id": "node-north-crgates-main-fareunpaid", "links": { - "self": "/stops/node-dwnxg-wintexitfare-unpaid" + "self": "/stops/node-north-crgates-main-fareunpaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-dwnxg-wintexitfare-unpaid" + "related": "/facilities/?filter[stop]=node-north-crgates-main-fareunpaid" } }, "parent_station": { "data": { - "id": "place-dwnxg", + "id": "place-north", "type": "stop" } }, @@ -368646,27 +386981,28 @@ }, { "attributes": { - "description": "State - Top of escalator from Orange Line to State St, Devonshire St", - "latitude": null, + "description": "North Station - Top of Elevator 910 between Lechmere & North platform and Forest Hills, Copley & West platforms", + "latitude": 42.365187, "location_type": 3, - "longitude": null, - "name": "State", + "longitude": -71.060207, + "name": "North Station", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-502-landing", + "id": "node-910-top", "links": { - "self": "/stops/node-502-landing" + "self": "/stops/node-910-top" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-502-landing" + "related": "/facilities/?filter[stop]=node-910-top" } }, "parent_station": { "data": { - "id": "place-state", + "id": "place-north", "type": "stop" } }, @@ -368678,27 +387014,28 @@ }, { "attributes": { - "description": "Science Park/West End - Paid side of fare gates", - "latitude": 42.366799, + "description": "Park Street - Unpaid side of fare gates", + "latitude": null, "location_type": 3, - "longitude": -71.067842, - "name": "Science Park/West End", + "longitude": null, + "name": "Park Street", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-spmnl-nfarepaid", + "id": "node-pktrm-tremwfare-unpaid", "links": { - "self": "/stops/node-spmnl-nfarepaid" + "self": "/stops/node-pktrm-tremwfare-unpaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-spmnl-nfarepaid" + "related": "/facilities/?filter[stop]=node-pktrm-tremwfare-unpaid" } }, "parent_station": { "data": { - "id": "place-spmnl", + "id": "place-pktrm", "type": "stop" } }, @@ -368710,27 +387047,28 @@ }, { "attributes": { - "description": "Newton Centre - Union St (Ramp)", - "latitude": 42.329357, - "location_type": 2, - "longitude": -71.193269, - "name": "Newton Centre - Union St (Ramp)", + "description": "Green Street - Paid side of fare gates", + "latitude": 42.310462, + "location_type": 3, + "longitude": -71.107597, + "name": "Green Street", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-newto-unionr", + "id": "node-grnst-farepaid", "links": { - "self": "/stops/door-newto-unionr" + "self": "/stops/node-grnst-farepaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-newto-unionr" + "related": "/facilities/?filter[stop]=node-grnst-farepaid" } }, "parent_station": { "data": { - "id": "place-newto", + "id": "place-grnst", "type": "stop" } }, @@ -368742,27 +387080,28 @@ }, { "attributes": { - "description": "World Trade Center - Bottom of first World Trade Center entrance escalator", + "description": "Chinatown - Paid side of fare gates", "latitude": null, "location_type": 3, "longitude": null, - "name": "World Trade Center", + "name": "Chinatown", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-402-lobby", + "id": "node-chncl-ogfarepaid", "links": { - "self": "/stops/node-402-lobby" + "self": "/stops/node-chncl-ogfarepaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-402-lobby" + "related": "/facilities/?filter[stop]=node-chncl-ogfarepaid" } }, "parent_station": { "data": { - "id": "place-wtcst", + "id": "place-chncl", "type": "stop" } }, @@ -368774,27 +387113,28 @@ }, { "attributes": { - "description": "Forest Hills - Bottom of north lower busway stairs", - "latitude": 42.300763, + "description": "Reservoir - Bottom of stairs for Riverside", + "latitude": 42.335184, "location_type": 3, - "longitude": -71.113582, - "name": "Forest Hills", + "longitude": -71.148618, + "name": "Reservoir", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-forhl-nlowbusstairs-busway", + "id": "node-rsmnl-wstairs-platform", "links": { - "self": "/stops/node-forhl-nlowbusstairs-busway" + "self": "/stops/node-rsmnl-wstairs-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-forhl-nlowbusstairs-busway" + "related": "/facilities/?filter[stop]=node-rsmnl-wstairs-platform" } }, "parent_station": { "data": { - "id": "place-forhl", + "id": "place-rsmnl", "type": "stop" } }, @@ -368806,27 +387146,28 @@ }, { "attributes": { - "description": "Wellington - Bottom of Oak Grove stairs", - "latitude": 42.402059, - "location_type": 3, - "longitude": -71.077069, - "name": "Wellington", + "description": "Chestnut Hill - Brimmer and May, Longyear Museum", + "latitude": 42.326736, + "location_type": 2, + "longitude": -71.164175, + "name": "Chestnut Hill - Brimmer and May, Longyear Museum", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-welln-ogstair-platform", + "id": "door-chhil-museum", "links": { - "self": "/stops/node-welln-ogstair-platform" + "self": "/stops/door-chhil-museum" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-welln-ogstair-platform" + "related": "/facilities/?filter[stop]=door-chhil-museum" } }, "parent_station": { "data": { - "id": "place-welln", + "id": "place-chhil", "type": "stop" } }, @@ -368838,22 +387179,23 @@ }, { "attributes": { - "description": "Kenmore - Top of escalator from Park Street & North platform", - "latitude": null, + "description": "Kenmore - Bottom of Park Street & North elevator", + "latitude": 42.348888, "location_type": 3, - "longitude": null, + "longitude": -71.095356, "name": "Kenmore", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-432-lobby", + "id": "node-972-platform", "links": { - "self": "/stops/node-432-lobby" + "self": "/stops/node-972-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-432-lobby" + "related": "/facilities/?filter[stop]=node-972-platform" } }, "parent_station": { @@ -368870,27 +387212,28 @@ }, { "attributes": { - "description": "Fields Corner - Top of stairs for Ashmont platform", - "latitude": 42.300071, - "location_type": 3, - "longitude": -71.061963, - "name": "Fields Corner", + "description": "Park Street - Tremont St", + "latitude": 42.356069, + "location_type": 2, + "longitude": -71.062334, + "name": "Park Street - Tremont St", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, - "id": "node-fldcr-ashstair-platform", + "id": "door-pktrm-tremstair", "links": { - "self": "/stops/node-fldcr-ashstair-platform" + "self": "/stops/door-pktrm-tremstair" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-fldcr-ashstair-platform" + "related": "/facilities/?filter[stop]=door-pktrm-tremstair" } }, "parent_station": { "data": { - "id": "place-fldcr", + "id": "place-pktrm", "type": "stop" } }, @@ -368902,27 +387245,28 @@ }, { "attributes": { - "description": "Back Bay - Top of Tracks 5-7 elevator", + "description": "Harvard - Top of escalator from Alewife platform to Church Street lobby", "latitude": null, "location_type": 3, "longitude": null, - "name": "Back Bay", + "name": "Harvard", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-856-lobby", + "id": "node-516-lobby", "links": { - "self": "/stops/node-856-lobby" + "self": "/stops/node-516-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-856-lobby" + "related": "/facilities/?filter[stop]=node-516-lobby" } }, "parent_station": { "data": { - "id": "place-bbsta", + "id": "place-harsq", "type": "stop" } }, @@ -368934,27 +387278,28 @@ }, { "attributes": { - "description": "Wonderland - Bridge level of garage elevator", - "latitude": 42.413499, + "description": "North Station - Top of Elevator 909 between Valenti Way entrance and Valenti Way lobby", + "latitude": 42.364824, "location_type": 3, - "longitude": -70.991905, - "name": "Wonderland", + "longitude": -71.059841, + "name": "North Station", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-702-bridge", + "id": "node-909-top", "links": { - "self": "/stops/node-702-bridge" + "self": "/stops/node-909-top" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-702-bridge" + "related": "/facilities/?filter[stop]=node-909-top" } }, "parent_station": { "data": { - "id": "place-wondl", + "id": "place-north", "type": "stop" } }, @@ -368966,27 +387311,28 @@ }, { "attributes": { - "description": "Aquarium - Landing for escalator from lobby to State Street", - "latitude": null, + "description": "Roxbury Crossing - Top of stairs", + "latitude": 42.331234, "location_type": 3, - "longitude": null, - "name": "Aquarium", + "longitude": -71.095679, + "name": "Roxbury Crossing", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-396-landing", + "id": "node-rcmnl-stairs-lobby", "links": { - "self": "/stops/node-396-landing" + "self": "/stops/node-rcmnl-stairs-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-396-landing" + "related": "/facilities/?filter[stop]=node-rcmnl-stairs-lobby" } }, "parent_station": { "data": { - "id": "place-aqucl", + "id": "place-rcmnl", "type": "stop" } }, @@ -368998,27 +387344,28 @@ }, { "attributes": { - "description": "Longwood - Top of exit stairs for Emerald Necklace", - "latitude": 42.34142, + "description": "Community College - Bottom of stairs", + "latitude": null, "location_type": 3, - "longitude": -71.110053, - "name": "Longwood", + "longitude": null, + "name": "Community College", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-longw-estairs-landing", + "id": "node-ccmnl-stairs-platform", "links": { - "self": "/stops/node-longw-estairs-landing" + "self": "/stops/node-ccmnl-stairs-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-longw-estairs-landing" + "related": "/facilities/?filter[stop]=node-ccmnl-stairs-platform" } }, "parent_station": { "data": { - "id": "place-longw", + "id": "place-ccmnl", "type": "stop" } }, @@ -369030,27 +387377,28 @@ }, { "attributes": { - "description": "Community College - Bottom of Escalator 305", + "description": "Courthouse - Bottom of escalator from lobby to Thomson Place mezzanine", "latitude": null, "location_type": 3, "longitude": null, - "name": "Community College", + "name": "Courthouse", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-ccmnl-305-platform", + "id": "node-412-lobby", "links": { - "self": "/stops/node-ccmnl-305-platform" + "self": "/stops/node-412-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-ccmnl-305-platform" + "related": "/facilities/?filter[stop]=node-412-lobby" } }, "parent_station": { "data": { - "id": "place-ccmnl", + "id": "place-crtst", "type": "stop" } }, @@ -369062,27 +387410,28 @@ }, { "attributes": { - "description": "Auburndale - Bottom of stairs for Auburn St", - "latitude": 42.346302, + "description": "Davis - Top of Elevator 816", + "latitude": null, "location_type": 3, - "longitude": -71.247122, - "name": "Auburndale", + "longitude": null, + "name": "Davis", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-WML-0102-auburnstairs-bottom", + "id": "node-816-lobby", "links": { - "self": "/stops/node-WML-0102-auburnstairs-bottom" + "self": "/stops/node-816-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-WML-0102-auburnstairs-bottom" + "related": "/facilities/?filter[stop]=node-816-lobby" } }, "parent_station": { "data": { - "id": "place-WML-0102", + "id": "place-davis", "type": "stop" } }, @@ -369094,27 +387443,28 @@ }, { "attributes": { - "description": "Forest Hills - Building door for lower busway", - "latitude": 42.300614, + "description": "Alewife - Fifth floor garage lobby", + "latitude": 42.395778, "location_type": 3, - "longitude": -71.113763, - "name": "Forest Hills", + "longitude": -71.141265, + "name": "Alewife", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-forhl-lowerdoor", + "id": "node-alfcl-fifth", "links": { - "self": "/stops/node-forhl-lowerdoor" + "self": "/stops/node-alfcl-fifth" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-forhl-lowerdoor" + "related": "/facilities/?filter[stop]=node-alfcl-fifth" } }, "parent_station": { "data": { - "id": "place-forhl", + "id": "place-alfcl", "type": "stop" } }, @@ -369126,27 +387476,28 @@ }, { "attributes": { - "description": "Davis - Bottom of Elevator 816", - "latitude": null, + "description": "Porter - Lobby level of elevator to Red Line platforms", + "latitude": 42.388489, "location_type": 3, - "longitude": null, - "name": "Davis", + "longitude": -71.119066, + "name": "Porter", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-816-platform", + "id": "node-987-lobby", "links": { - "self": "/stops/node-816-platform" + "self": "/stops/node-987-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-816-platform" + "related": "/facilities/?filter[stop]=node-987-lobby" } }, "parent_station": { "data": { - "id": "place-davis", + "id": "place-portr", "type": "stop" } }, @@ -369158,27 +387509,28 @@ }, { "attributes": { - "description": "South Station - Bottom of Elevator 949", - "latitude": 42.35288, + "description": "Wood Island - Bottom of Escalator 380", + "latitude": 42.379548, "location_type": 3, - "longitude": -71.055333, - "name": "South Station", + "longitude": -71.022886, + "name": "Wood Island", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-949-lobby", + "id": "node-380-platform", "links": { - "self": "/stops/node-949-lobby" + "self": "/stops/node-380-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-949-lobby" + "related": "/facilities/?filter[stop]=node-380-platform" } }, "parent_station": { "data": { - "id": "place-sstat", + "id": "place-wimnl", "type": "stop" } }, @@ -369190,27 +387542,28 @@ }, { "attributes": { - "description": "Assembly - Bottom of Elevator 718", - "latitude": 42.392198, + "description": "Community College - Top of Escalator 305", + "latitude": null, "location_type": 3, - "longitude": -71.077432, - "name": "Assembly", + "longitude": null, + "name": "Community College", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-astao-718-ground", + "id": "node-ccmnl-305-lobby", "links": { - "self": "/stops/node-astao-718-ground" + "self": "/stops/node-ccmnl-305-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-astao-718-ground" + "related": "/facilities/?filter[stop]=node-ccmnl-305-lobby" } }, "parent_station": { "data": { - "id": "place-astao", + "id": "place-ccmnl", "type": "stop" } }, @@ -369222,27 +387575,28 @@ }, { "attributes": { - "description": "Davis - Top of Escalator 340", + "description": "Harvard - Bottom of southern stairs between Red Line platforms", "latitude": null, "location_type": 3, "longitude": null, - "name": "Davis", + "name": "Harvard", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-340-lobby", + "id": "node-harsq-sbstair-sbs", "links": { - "self": "/stops/node-340-lobby" + "self": "/stops/node-harsq-sbstair-sbs" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-340-lobby" + "related": "/facilities/?filter[stop]=node-harsq-sbstair-sbs" } }, "parent_station": { "data": { - "id": "place-davis", + "id": "place-harsq", "type": "stop" } }, @@ -369254,27 +387608,28 @@ }, { "attributes": { - "description": "Davis - Top of Escalator 336", - "latitude": 42.396792, + "description": "Porter - Top of Commuter Rail platform ramp", + "latitude": 42.388241, "location_type": 3, - "longitude": -71.121828, - "name": "Davis", + "longitude": -71.119118, + "name": "Porter", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-336-entrance", + "id": "node-portr-crramp-minihigh", "links": { - "self": "/stops/node-336-entrance" + "self": "/stops/node-portr-crramp-minihigh" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-336-entrance" + "related": "/facilities/?filter[stop]=node-portr-crramp-minihigh" } }, "parent_station": { "data": { - "id": "place-davis", + "id": "place-portr", "type": "stop" } }, @@ -369286,27 +387641,28 @@ }, { "attributes": { - "description": "Kenmore - Bottom of busway stairs", - "latitude": null, + "description": "Suffolk Downs - Bottom of stairs for Wonderland platform", + "latitude": 42.390504, "location_type": 3, - "longitude": null, - "name": "Kenmore", + "longitude": -70.99706, + "name": "Suffolk Downs", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-kencl-busstair-landing", + "id": "node-sdmnl-pobstair-platform", "links": { - "self": "/stops/node-kencl-busstair-landing" + "self": "/stops/node-sdmnl-pobstair-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-kencl-busstair-landing" + "related": "/facilities/?filter[stop]=node-sdmnl-pobstair-platform" } }, "parent_station": { "data": { - "id": "place-kencl", + "id": "place-sdmnl", "type": "stop" } }, @@ -369318,27 +387674,28 @@ }, { "attributes": { - "description": "Suffolk Downs - Top of ramp for Bowdoin platform", - "latitude": 42.390641, + "description": "Downtown Crossing - Top of elevator between Alewife platform and Oak Grove platform", + "latitude": null, "location_type": 3, - "longitude": -70.997305, - "name": "Suffolk Downs", + "longitude": null, + "name": "Downtown Crossing", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-sdmnl-pib-bridge", + "id": "node-998-ol", "links": { - "self": "/stops/node-sdmnl-pib-bridge" + "self": "/stops/node-998-ol" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-sdmnl-pib-bridge" + "related": "/facilities/?filter[stop]=node-998-ol" } }, "parent_station": { "data": { - "id": "place-sdmnl", + "id": "place-dwnxg", "type": "stop" } }, @@ -369350,27 +387707,28 @@ }, { "attributes": { - "description": "Andrew - North lobby center", - "latitude": null, + "description": "Medford/Tufts - Top of Elevator 770", + "latitude": 42.407966, "location_type": 3, - "longitude": null, - "name": "Andrew", + "longitude": -71.117009, + "name": "Medford/Tufts", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-andrw-nlobbycenter", + "id": "node-770-top", "links": { - "self": "/stops/node-andrw-nlobbycenter" + "self": "/stops/node-770-top" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-andrw-nlobbycenter" + "related": "/facilities/?filter[stop]=node-770-top" } }, "parent_station": { "data": { - "id": "place-andrw", + "id": "place-mdftf", "type": "stop" } }, @@ -369382,27 +387740,28 @@ }, { "attributes": { - "description": "Ruggles - Top of Lower Busway Lane 2 stairs", + "description": "Park Street - Top of elevator between Government Center & North platform and passageway to Copley & West", "latitude": null, "location_type": 3, "longitude": null, - "name": "Ruggles", + "name": "Park Street", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-rugg-bus2stairs-lobby", + "id": "node-812-platform", "links": { - "self": "/stops/node-rugg-bus2stairs-lobby" + "self": "/stops/node-812-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-rugg-bus2stairs-lobby" + "related": "/facilities/?filter[stop]=node-812-platform" } }, "parent_station": { "data": { - "id": "place-rugg", + "id": "place-pktrm", "type": "stop" } }, @@ -369414,27 +387773,28 @@ }, { "attributes": { - "description": "Porter - Unpaid side of fare gates", - "latitude": 42.388397, + "description": "Airport - Paid side of fare gates", + "latitude": 42.374495, "location_type": 3, - "longitude": -71.11885, - "name": "Porter", + "longitude": -71.030252, + "name": "Airport", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-portr-fareunpaid", + "id": "node-aport-bremen-farepaid", "links": { - "self": "/stops/node-portr-fareunpaid" + "self": "/stops/node-aport-bremen-farepaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-portr-fareunpaid" + "related": "/facilities/?filter[stop]=node-aport-bremen-farepaid" } }, "parent_station": { "data": { - "id": "place-portr", + "id": "place-aport", "type": "stop" } }, @@ -369446,27 +387806,28 @@ }, { "attributes": { - "description": "Malden Center - Bottom of Commuter Rail platform stairs", - "latitude": 42.426738, + "description": "South Station - Top of Elevator 6476", + "latitude": null, "location_type": 3, - "longitude": -71.07412, - "name": "Malden Center", + "longitude": null, + "name": "South Station", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-mlmnl-crstairs-lobby", + "id": "node-6476-ground", "links": { - "self": "/stops/node-mlmnl-crstairs-lobby" + "self": "/stops/node-6476-ground" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-mlmnl-crstairs-lobby" + "related": "/facilities/?filter[stop]=node-6476-ground" } }, "parent_station": { "data": { - "id": "place-mlmnl", + "id": "place-sstat", "type": "stop" } }, @@ -369478,27 +387839,28 @@ }, { "attributes": { - "description": "Forest Hills - Top of Orange Line main lobby north escalator", - "latitude": 42.300859, + "description": "Harvard - Bottom of stairs between main lobby and Lower Busway", + "latitude": null, "location_type": 3, - "longitude": -71.114109, - "name": "Forest Hills", + "longitude": null, + "name": "Harvard", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-129-lobby", + "id": "node-harsq-lowerstair-lower", "links": { - "self": "/stops/node-129-lobby" + "self": "/stops/node-harsq-lowerstair-lower" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-129-lobby" + "related": "/facilities/?filter[stop]=node-harsq-lowerstair-lower" } }, "parent_station": { "data": { - "id": "place-forhl", + "id": "place-harsq", "type": "stop" } }, @@ -369510,27 +387872,28 @@ }, { "attributes": { - "description": "Forest Hills - Top of Orange Line platform south escalator", - "latitude": 42.300698, + "description": "Massachusetts Avenue - Bottom of stairs from main entrance", + "latitude": 42.341489, "location_type": 3, - "longitude": -71.114218, - "name": "Forest Hills", + "longitude": -71.083527, + "name": "Massachusetts Avenue", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-130-lobby", + "id": "node-masta-unpstair-lobby", "links": { - "self": "/stops/node-130-lobby" + "self": "/stops/node-masta-unpstair-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-130-lobby" + "related": "/facilities/?filter[stop]=node-masta-unpstair-lobby" } }, "parent_station": { "data": { - "id": "place-forhl", + "id": "place-masta", "type": "stop" } }, @@ -369542,27 +387905,28 @@ }, { "attributes": { - "description": "Suffolk Downs - Bottom of stairs for Bowdoin platform", - "latitude": 42.390644, + "description": "Quincy Adams - Fifth floor of north garage stairs", + "latitude": 42.232978, "location_type": 3, - "longitude": -70.997215, - "name": "Suffolk Downs", + "longitude": -71.007652, + "name": "Quincy Adams", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-sdmnl-pibstair-platform", + "id": "node-qamnl-ngaragestairs-fifth", "links": { - "self": "/stops/node-sdmnl-pibstair-platform" + "self": "/stops/node-qamnl-ngaragestairs-fifth" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-sdmnl-pibstair-platform" + "related": "/facilities/?filter[stop]=node-qamnl-ngaragestairs-fifth" } }, "parent_station": { "data": { - "id": "place-sdmnl", + "id": "place-qamnl", "type": "stop" } }, @@ -369574,27 +387938,28 @@ }, { "attributes": { - "description": "Amory Street - Amory St", - "latitude": 42.350845, - "location_type": 2, - "longitude": -71.113863, - "name": "Amory Street - Amory St", + "description": "Haymarket - Bottom of elevator between Forest Hills platform and Green Line, busway passageway", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "Haymarket", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-amory-ebamory", + "id": "node-905-passage", "links": { - "self": "/stops/door-amory-ebamory" + "self": "/stops/node-905-passage" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-amory-ebamory" + "related": "/facilities/?filter[stop]=node-905-passage" } }, "parent_station": { "data": { - "id": "place-amory", + "id": "place-haecl", "type": "stop" } }, @@ -369606,27 +387971,28 @@ }, { "attributes": { - "description": "Oak Grove - Top of Orange Line elevator", - "latitude": 42.436982, + "description": "World Trade Center - Top of second World Trade Center entrance escalator", + "latitude": null, "location_type": 3, - "longitude": -71.070951, - "name": "Oak Grove", + "longitude": null, + "name": "World Trade Center", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-743-lobby", + "id": "node-401-top", "links": { - "self": "/stops/node-743-lobby" + "self": "/stops/node-401-top" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-743-lobby" + "related": "/facilities/?filter[stop]=node-401-top" } }, "parent_station": { "data": { - "id": "place-ogmnl", + "id": "place-wtcst", "type": "stop" } }, @@ -369638,27 +388004,28 @@ }, { "attributes": { - "description": "Kenmore - Top of escalator from westbound platform", - "latitude": null, + "description": "Assembly - Bottom of stairs for Foley Street", + "latitude": 42.393279, "location_type": 3, - "longitude": null, - "name": "Kenmore", + "longitude": -71.077656, + "name": "Assembly", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-431-lobby", + "id": "node-astao-foldoorstair-ground", "links": { - "self": "/stops/node-431-lobby" + "self": "/stops/node-astao-foldoorstair-ground" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-431-lobby" + "related": "/facilities/?filter[stop]=node-astao-foldoorstair-ground" } }, "parent_station": { "data": { - "id": "place-kencl", + "id": "place-astao", "type": "stop" } }, @@ -369670,27 +388037,28 @@ }, { "attributes": { - "description": "Airport - Bottom of Elevator 956", - "latitude": 42.374094, + "description": "Chelsea - Top of ramp between Everett Ave and Boston-bound platform", + "latitude": 42.397059, "location_type": 3, - "longitude": -71.030254, - "name": "Airport", + "longitude": -71.04099, + "name": "Chelsea", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-956-lobby", + "id": "node-chels-everettnorth-top", "links": { - "self": "/stops/node-956-lobby" + "self": "/stops/node-chels-everettnorth-top" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-956-lobby" + "related": "/facilities/?filter[stop]=node-chels-everettnorth-top" } }, "parent_station": { "data": { - "id": "place-aport", + "id": "place-chels", "type": "stop" } }, @@ -369702,27 +388070,28 @@ }, { "attributes": { - "description": "South Station - Bottom of stairs for exit from Red Line", + "description": "Downtown Crossing - Unpaid side of exit-only gate", "latitude": null, "location_type": 3, "longitude": null, - "name": "South Station", + "name": "Downtown Crossing", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-sstat-382stair-rl", + "id": "node-dwnxg-wintexitfare-unpaid", "links": { - "self": "/stops/node-sstat-382stair-rl" + "self": "/stops/node-dwnxg-wintexitfare-unpaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-sstat-382stair-rl" + "related": "/facilities/?filter[stop]=node-dwnxg-wintexitfare-unpaid" } }, "parent_station": { "data": { - "id": "place-sstat", + "id": "place-dwnxg", "type": "stop" } }, @@ -369734,27 +388103,28 @@ }, { "attributes": { - "description": "Prudential - Top of elevator between Prudential Center and lobby", - "latitude": null, + "description": "Airport - Top of Escalator 409", + "latitude": 42.374464, "location_type": 3, - "longitude": null, - "name": "Prudential", + "longitude": -71.030249, + "name": "Airport", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-917-street", + "id": "node-409-bridge", "links": { - "self": "/stops/node-917-street" + "self": "/stops/node-409-bridge" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-917-street" + "related": "/facilities/?filter[stop]=node-409-bridge" } }, "parent_station": { "data": { - "id": "place-prmnl", + "id": "place-aport", "type": "stop" } }, @@ -369766,27 +388136,28 @@ }, { "attributes": { - "description": "Lechmere - Busway", - "latitude": 42.371733, - "location_type": 2, - "longitude": -71.076881, - "name": "Lechmere - Busway", + "description": "South Station - Top of stairs for Red Line, Silver Line lobby", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "South Station", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-lech-busway", + "id": "node-sstat-419stair-lobby", "links": { - "self": "/stops/door-lech-busway" + "self": "/stops/node-sstat-419stair-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-lech-busway" + "related": "/facilities/?filter[stop]=node-sstat-419stair-lobby" } }, "parent_station": { "data": { - "id": "place-lech", + "id": "place-sstat", "type": "stop" } }, @@ -369798,27 +388169,28 @@ }, { "attributes": { - "description": "Wonderland - Bottom of stairs to pedestrian bridge from Blue Line lobby", - "latitude": 42.413344, + "description": "Ruggles - Bottom of Lower Busway Lane 2 escalator", + "latitude": null, "location_type": 3, - "longitude": -70.991885, - "name": "Wonderland", + "longitude": null, + "name": "Ruggles", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-wondl-ibfootbridgestairs-lobby", + "id": "node-135-busway", "links": { - "self": "/stops/node-wondl-ibfootbridgestairs-lobby" + "self": "/stops/node-135-busway" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-wondl-ibfootbridgestairs-lobby" + "related": "/facilities/?filter[stop]=node-135-busway" } }, "parent_station": { "data": { - "id": "place-wondl", + "id": "place-rugg", "type": "stop" } }, @@ -369830,27 +388202,28 @@ }, { "attributes": { - "description": "Prudential - Top of stairs between Prudential Center and lobby", - "latitude": null, - "location_type": 3, - "longitude": null, - "name": "Prudential", + "description": "Arlington - Arlington St (East)", + "latitude": 42.351738, + "location_type": 2, + "longitude": -71.070509, + "name": "Arlington - Arlington St (East)", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, - "id": "node-prmnl-prustair-street", + "id": "door-armnl-arlte", "links": { - "self": "/stops/node-prmnl-prustair-street" + "self": "/stops/door-armnl-arlte" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-prmnl-prustair-street" + "related": "/facilities/?filter[stop]=door-armnl-arlte" } }, "parent_station": { "data": { - "id": "place-prmnl", + "id": "place-armnl", "type": "stop" } }, @@ -369862,27 +388235,28 @@ }, { "attributes": { - "description": "Wollaston - Top of elevator between parking lobby and bridge", - "latitude": null, - "location_type": 3, - "longitude": null, - "name": "Wollaston", + "description": "Downtown Crossing - Washington St, Winter St", + "latitude": 42.355362, + "location_type": 2, + "longitude": -71.06072, + "name": "Downtown Crossing - Washington St, Winter St", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-733-bridge", + "id": "door-dwnxg-winter", "links": { - "self": "/stops/node-733-bridge" + "self": "/stops/door-dwnxg-winter" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-733-bridge" + "related": "/facilities/?filter[stop]=door-dwnxg-winter" } }, "parent_station": { "data": { - "id": "place-wlsta", + "id": "place-dwnxg", "type": "stop" } }, @@ -369894,27 +388268,28 @@ }, { "attributes": { - "description": "Savin Hill - Top of southern stairs between platform and lobby", - "latitude": 42.310795, + "description": "JFK/UMass - Bottom of northern stairs between Ashmont, Alewife platform and lobby", + "latitude": 42.320666, "location_type": 3, - "longitude": -71.053564, - "name": "Savin Hill", + "longitude": -71.052488, + "name": "JFK/UMass", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-shmnl-platstair-lobby", + "id": "node-jfk-ashganstair-platform", "links": { - "self": "/stops/node-shmnl-platstair-lobby" + "self": "/stops/node-jfk-ashganstair-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-shmnl-platstair-lobby" + "related": "/facilities/?filter[stop]=node-jfk-ashganstair-platform" } }, "parent_station": { "data": { - "id": "place-shmnl", + "id": "place-jfk", "type": "stop" } }, @@ -369926,27 +388301,28 @@ }, { "attributes": { - "description": "Kenmore - Bottom of ramp between lobby and fare vending machines", - "latitude": null, + "description": "Science Park/West End - Paid side of fare gates", + "latitude": 42.366799, "location_type": 3, - "longitude": null, - "name": "Kenmore", + "longitude": -71.067842, + "name": "Science Park/West End", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-kencl-fvmramp-lobby", + "id": "node-spmnl-nfarepaid", "links": { - "self": "/stops/node-kencl-fvmramp-lobby" + "self": "/stops/node-spmnl-nfarepaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-kencl-fvmramp-lobby" + "related": "/facilities/?filter[stop]=node-spmnl-nfarepaid" } }, "parent_station": { "data": { - "id": "place-kencl", + "id": "place-spmnl", "type": "stop" } }, @@ -369958,27 +388334,28 @@ }, { "attributes": { - "description": "Broadway - Bottom of Traveler Street entrance stairs", - "latitude": null, + "description": "Alewife - Unpaid side of fare gates", + "latitude": 42.395969, "location_type": 3, - "longitude": null, - "name": "Broadway", + "longitude": -71.141281, + "name": "Alewife", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-brdwy-travelerstairs-lobby", + "id": "node-alfcl-main-fareunpaid", "links": { - "self": "/stops/node-brdwy-travelerstairs-lobby" + "self": "/stops/node-alfcl-main-fareunpaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-brdwy-travelerstairs-lobby" + "related": "/facilities/?filter[stop]=node-alfcl-main-fareunpaid" } }, "parent_station": { "data": { - "id": "place-brdwy", + "id": "place-alfcl", "type": "stop" } }, @@ -369990,27 +388367,28 @@ }, { "attributes": { - "description": "Hynes Convention Center - Bottom of Escalator 315", - "latitude": null, + "description": "Quincy Adams - Fourth floor of garage level of Elevator 807", + "latitude": 42.233095, "location_type": 3, - "longitude": null, - "name": "Hynes Convention Center", + "longitude": -71.007194, + "name": "Quincy Adams", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-315-platform", + "id": "node-807-fourth", "links": { - "self": "/stops/node-315-platform" + "self": "/stops/node-807-fourth" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-315-platform" + "related": "/facilities/?filter[stop]=node-807-fourth" } }, "parent_station": { "data": { - "id": "place-hymnl", + "id": "place-qamnl", "type": "stop" } }, @@ -370022,27 +388400,28 @@ }, { "attributes": { - "description": "Courthouse - Top of stairs between Thomson Place and landing", + "description": "Park Street - Bottom of stairs between Copley & West platform and passageway to Government Center & North", "latitude": null, "location_type": 3, "longitude": null, - "name": "Courthouse", + "name": "Park Street", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-crtst-southentstair-entrance", + "id": "node-pktrm-wbupassstairs-under", "links": { - "self": "/stops/node-crtst-southentstair-entrance" + "self": "/stops/node-pktrm-wbupassstairs-under" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-crtst-southentstair-entrance" + "related": "/facilities/?filter[stop]=node-pktrm-wbupassstairs-under" } }, "parent_station": { "data": { - "id": "place-crtst", + "id": "place-pktrm", "type": "stop" } }, @@ -370054,27 +388433,28 @@ }, { "attributes": { - "description": "Ball Square - Top of Boston Ave ramp", - "latitude": 42.399974, + "description": "Suffolk Downs - Unpaid side of exit-only gates", + "latitude": 42.390439, "location_type": 3, - "longitude": -71.111074, - "name": "Ball Square", + "longitude": -70.997026, + "name": "Suffolk Downs", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-balsq-ramp-top", + "id": "node-sdmnl-benn-fareunpaid", "links": { - "self": "/stops/node-balsq-ramp-top" + "self": "/stops/node-sdmnl-benn-fareunpaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-balsq-ramp-top" + "related": "/facilities/?filter[stop]=node-sdmnl-benn-fareunpaid" } }, "parent_station": { "data": { - "id": "place-balsq", + "id": "place-sdmnl", "type": "stop" } }, @@ -370086,27 +388466,28 @@ }, { "attributes": { - "description": "Boylston - Bottom of Copley & West stairs", + "description": "Prudential - Bottom of elevator between Park Street & North platform and lobby", "latitude": null, "location_type": 3, "longitude": null, - "name": "Boylston", + "name": "Prudential", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-boyls-outstair-platform", + "id": "node-921-platform", "links": { - "self": "/stops/node-boyls-outstair-platform" + "self": "/stops/node-921-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-boyls-outstair-platform" + "related": "/facilities/?filter[stop]=node-921-platform" } }, "parent_station": { "data": { - "id": "place-boyls", + "id": "place-prmnl", "type": "stop" } }, @@ -370118,27 +388499,28 @@ }, { "attributes": { - "description": "Back Bay - Bottom of Orange Line platform west escalator", + "description": "Sullivan Square - Top of Escalator 307", "latitude": null, "location_type": 3, "longitude": null, - "name": "Back Bay", + "name": "Sullivan Square", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-141-platform", + "id": "node-307-lobby", "links": { - "self": "/stops/node-141-platform" + "self": "/stops/node-307-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-141-platform" + "related": "/facilities/?filter[stop]=node-307-lobby" } }, "parent_station": { "data": { - "id": "place-bbsta", + "id": "place-sull", "type": "stop" } }, @@ -370150,27 +388532,28 @@ }, { "attributes": { - "description": "Oak Grove - Top of escalator from Washington Street", - "latitude": 42.436906, - "location_type": 3, - "longitude": -71.071075, - "name": "Oak Grove", + "description": "Kendall/MIT - Buses, Main St, Third St", + "latitude": 42.362303, + "location_type": 2, + "longitude": -71.086149, + "name": "Kendall/MIT - Buses, Main St, Third St", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, - "id": "node-102-lobby", + "id": "door-knncl-sbmain", "links": { - "self": "/stops/node-102-lobby" + "self": "/stops/door-knncl-sbmain" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-102-lobby" + "related": "/facilities/?filter[stop]=door-knncl-sbmain" } }, "parent_station": { "data": { - "id": "place-ogmnl", + "id": "place-knncl", "type": "stop" } }, @@ -370182,27 +388565,28 @@ }, { "attributes": { - "description": "Courthouse - Top of escalator from outbound platform to exit-only gates", - "latitude": null, + "description": "JFK/UMass - Bottom of stairs between Braintree, Alewife platform and Sydney Street", + "latitude": 42.320033, "location_type": 3, - "longitude": null, - "name": "Courthouse", + "longitude": -71.052198, + "name": "JFK/UMass", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-417-lobby", + "id": "node-jfk-brasydstair-platform", "links": { - "self": "/stops/node-417-lobby" + "self": "/stops/node-jfk-brasydstair-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-417-lobby" + "related": "/facilities/?filter[stop]=node-jfk-brasydstair-platform" } }, "parent_station": { "data": { - "id": "place-crtst", + "id": "place-jfk", "type": "stop" } }, @@ -370214,27 +388598,28 @@ }, { "attributes": { - "description": "Ball Square - Bottom of Broadway Elevator 769", - "latitude": 42.399775, + "description": "Forest Hills - Bottom of Orange Line platform north stairs", + "latitude": 42.300943, "location_type": 3, - "longitude": -71.110929, - "name": "Ball Square", + "longitude": -71.114027, + "name": "Forest Hills", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-769-bottom", + "id": "node-forhl-nplatstairs-platform", "links": { - "self": "/stops/node-769-bottom" + "self": "/stops/node-forhl-nplatstairs-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-769-bottom" + "related": "/facilities/?filter[stop]=node-forhl-nplatstairs-platform" } }, "parent_station": { "data": { - "id": "place-balsq", + "id": "place-forhl", "type": "stop" } }, @@ -370246,27 +388631,28 @@ }, { "attributes": { - "description": "Park Street - Bottom of stairs between Red Line center platform and Winter Street Concourse", - "latitude": null, + "description": "Riverside - Unpaid side of fare gates", + "latitude": 42.337352, "location_type": 3, - "longitude": null, - "name": "Park Street", + "longitude": -71.252685, + "name": "Riverside", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-pktrm-stair4-platform", + "id": "node-river-fareunpaid", "links": { - "self": "/stops/node-pktrm-stair4-platform" + "self": "/stops/node-river-fareunpaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-pktrm-stair4-platform" + "related": "/facilities/?filter[stop]=node-river-fareunpaid" } }, "parent_station": { "data": { - "id": "place-pktrm", + "id": "place-river", "type": "stop" } }, @@ -370278,27 +388664,28 @@ }, { "attributes": { - "description": "Assembly - Top of stairs for Foley Street", - "latitude": 42.393191, + "description": "Aquarium - Bottom of stairs between platform and State Street", + "latitude": null, "location_type": 3, - "longitude": -71.077636, - "name": "Assembly", + "longitude": null, + "name": "Aquarium", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-astao-foldoorstair-lobby", + "id": "node-aqucl-ebstatestairs-platform", "links": { - "self": "/stops/node-astao-foldoorstair-lobby" + "self": "/stops/node-aqucl-ebstatestairs-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-astao-foldoorstair-lobby" + "related": "/facilities/?filter[stop]=node-aqucl-ebstatestairs-platform" } }, "parent_station": { "data": { - "id": "place-astao", + "id": "place-aqucl", "type": "stop" } }, @@ -370310,27 +388697,28 @@ }, { "attributes": { - "description": "South Station - Top of stairs for exit from Red Line", - "latitude": null, - "location_type": 3, - "longitude": null, - "name": "South Station", + "description": "Chelsea - Buses 112, 114", + "latitude": 42.396716, + "location_type": 2, + "longitude": -71.040931, + "name": "Chelsea - Buses 112, 114", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-sstat-382stair-lobby", + "id": "door-chels-mall", "links": { - "self": "/stops/node-sstat-382stair-lobby" + "self": "/stops/door-chels-mall" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-sstat-382stair-lobby" + "related": "/facilities/?filter[stop]=door-chels-mall" } }, "parent_station": { "data": { - "id": "place-sstat", + "id": "place-chels", "type": "stop" } }, @@ -370342,27 +388730,28 @@ }, { "attributes": { - "description": "Park Street - Top of elevator between Copley & West platform and passageway to Government Center & North", - "latitude": null, + "description": "Medford/Tufts - Bottom of stairs", + "latitude": 42.407908, "location_type": 3, - "longitude": null, - "name": "Park Street", + "longitude": -71.117, + "name": "Medford/Tufts", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-823-platform", + "id": "node-mdftf-stairs-bottom", "links": { - "self": "/stops/node-823-platform" + "self": "/stops/node-mdftf-stairs-bottom" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-823-platform" + "related": "/facilities/?filter[stop]=node-mdftf-stairs-bottom" } }, "parent_station": { "data": { - "id": "place-pktrm", + "id": "place-mdftf", "type": "stop" } }, @@ -370374,27 +388763,28 @@ }, { "attributes": { - "description": "Symphony - Unpaid side of fare gates", - "latitude": null, + "description": "Ruggles - Top of Lower Busway Lane 2 elevator", + "latitude": 42.336486, "location_type": 3, - "longitude": null, - "name": "Symphony", + "longitude": -71.089081, + "name": "Ruggles", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-symcl-eb-fareunpaid", + "id": "node-848-lobby", "links": { - "self": "/stops/node-symcl-eb-fareunpaid" + "self": "/stops/node-848-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-symcl-eb-fareunpaid" + "related": "/facilities/?filter[stop]=node-848-lobby" } }, "parent_station": { "data": { - "id": "place-symcl", + "id": "place-rugg", "type": "stop" } }, @@ -370406,27 +388796,28 @@ }, { "attributes": { - "description": "Shawmut - Bottom of Alewife stairs", - "latitude": 42.293242, + "description": "Alewife - Bottom of Escalator 351 from concourse to platform", + "latitude": 42.396163, "location_type": 3, - "longitude": -71.065729, - "name": "Shawmut", + "longitude": -71.141, + "name": "Alewife", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-smmnl-nbstairs-platform", + "id": "node-351-bottom", "links": { - "self": "/stops/node-smmnl-nbstairs-platform" + "self": "/stops/node-351-bottom" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-smmnl-nbstairs-platform" + "related": "/facilities/?filter[stop]=node-351-bottom" } }, "parent_station": { "data": { - "id": "place-smmnl", + "id": "place-alfcl", "type": "stop" } }, @@ -370438,27 +388829,28 @@ }, { "attributes": { - "description": "Science Park/West End - Top of O'Brien entrance stairs", - "latitude": 42.36671, + "description": "South Station - Bottom of stairs for Red Line, Silver Line lobby", + "latitude": null, "location_type": 3, - "longitude": -71.067941, - "name": "Science Park/West End", + "longitude": null, + "name": "South Station", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-spmnl-obrienstairs-top", + "id": "node-sstat-399stair-middle", "links": { - "self": "/stops/node-spmnl-obrienstairs-top" + "self": "/stops/node-sstat-399stair-middle" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-spmnl-obrienstairs-top" + "related": "/facilities/?filter[stop]=node-sstat-399stair-middle" } }, "parent_station": { "data": { - "id": "place-spmnl", + "id": "place-sstat", "type": "stop" } }, @@ -370470,27 +388862,28 @@ }, { "attributes": { - "description": "Government Center - Top of stairs between plaza and Green Line", - "latitude": 42.359738, - "location_type": 3, - "longitude": -71.059227, - "name": "Government Center", + "description": "Kendall/MIT - Main St, Buses", + "latitude": 42.362614, + "location_type": 2, + "longitude": -71.086678, + "name": "Kendall/MIT - Main St, Buses", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-gover-nentrancestairs-lobby", + "id": "door-knncl-nbmain", "links": { - "self": "/stops/node-gover-nentrancestairs-lobby" + "self": "/stops/door-knncl-nbmain" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-gover-nentrancestairs-lobby" + "related": "/facilities/?filter[stop]=door-knncl-nbmain" } }, "parent_station": { "data": { - "id": "place-gover", + "id": "place-knncl", "type": "stop" } }, @@ -370502,27 +388895,28 @@ }, { "attributes": { - "description": "JFK/UMass - Paid side of exit-only gates", - "latitude": 42.319928, + "description": "Revere Beach - Unpaid side of fare gates", + "latitude": 42.407872, "location_type": 3, - "longitude": -71.052412, - "name": "JFK/UMass", + "longitude": -70.992533, + "name": "Revere Beach", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-jfk-sydfarepaid", + "id": "node-rbmnl-fareunpaid", "links": { - "self": "/stops/node-jfk-sydfarepaid" + "self": "/stops/node-rbmnl-fareunpaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-jfk-sydfarepaid" + "related": "/facilities/?filter[stop]=node-rbmnl-fareunpaid" } }, "parent_station": { "data": { - "id": "place-jfk", + "id": "place-rbmnl", "type": "stop" } }, @@ -370534,27 +388928,28 @@ }, { "attributes": { - "description": "North Quincy - Bottom of elevator between Hancock Street and lobby", - "latitude": 42.276502, + "description": "Back Bay - Bottom of western underpass stairs", + "latitude": null, "location_type": 3, - "longitude": -71.030741, - "name": "North Quincy", + "longitude": null, + "name": "Back Bay", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-897-street", + "id": "node-bbsta-upasswstairs-bottom", "links": { - "self": "/stops/node-897-street" + "self": "/stops/node-bbsta-upasswstairs-bottom" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-897-street" + "related": "/facilities/?filter[stop]=node-bbsta-upasswstairs-bottom" } }, "parent_station": { "data": { - "id": "place-nqncy", + "id": "place-bbsta", "type": "stop" } }, @@ -370566,27 +388961,28 @@ }, { "attributes": { - "description": "Kendall/MIT - Stairs street level", - "latitude": 42.362239, + "description": "Hynes Convention Center - Platform end of middle landing", + "latitude": null, "location_type": 3, - "longitude": -71.084866, - "name": "Kendall/MIT", + "longitude": null, + "name": "Hynes Convention Center", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-knncl-frontsbstair-entrance", + "id": "node-hymnl-wbstairs-midblobby", "links": { - "self": "/stops/node-knncl-frontsbstair-entrance" + "self": "/stops/node-hymnl-wbstairs-midblobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-knncl-frontsbstair-entrance" + "related": "/facilities/?filter[stop]=node-hymnl-wbstairs-midblobby" } }, "parent_station": { "data": { - "id": "place-knncl", + "id": "place-hymnl", "type": "stop" } }, @@ -370598,27 +388994,28 @@ }, { "attributes": { - "description": "Wood Island - Lovell St", - "latitude": 42.379446, - "location_type": 2, - "longitude": -71.023083, - "name": "Wood Island - Lovell St", + "description": "Forest Hills - Top of Commuter Rail stairs", + "latitude": 42.300807, + "location_type": 3, + "longitude": -71.113842, + "name": "Forest Hills", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-wimnl-lovell", + "id": "node-forhl-crstairs-lobby", "links": { - "self": "/stops/door-wimnl-lovell" + "self": "/stops/node-forhl-crstairs-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-wimnl-lovell" + "related": "/facilities/?filter[stop]=node-forhl-crstairs-lobby" } }, "parent_station": { "data": { - "id": "place-wimnl", + "id": "place-forhl", "type": "stop" } }, @@ -370630,27 +389027,28 @@ }, { "attributes": { - "description": "JFK/UMass - Top of stairs from Braintree, Alewife platform and Columbia Road", - "latitude": 42.321148, + "description": "Downtown Crossing - Paid side of fare gates", + "latitude": null, "location_type": 3, - "longitude": -71.052342, - "name": "JFK/UMass", + "longitude": null, + "name": "Downtown Crossing", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-jfk-bracolstair-lobby", + "id": "node-dwnxg-sumwashfare-paid", "links": { - "self": "/stops/node-jfk-bracolstair-lobby" + "self": "/stops/node-dwnxg-sumwashfare-paid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-jfk-bracolstair-lobby" + "related": "/facilities/?filter[stop]=node-dwnxg-sumwashfare-paid" } }, "parent_station": { "data": { - "id": "place-jfk", + "id": "place-dwnxg", "type": "stop" } }, @@ -370662,27 +389060,28 @@ }, { "attributes": { - "description": "Assembly - Top of Elevator 718", - "latitude": 42.392198, - "location_type": 3, - "longitude": -71.077432, - "name": "Assembly", + "description": "Boylston - Boston Common, Street", + "latitude": 42.352531, + "location_type": 2, + "longitude": -71.064685, + "name": "Boylston - Boston Common, Street", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, - "id": "node-astao-718-lobby", + "id": "door-boyls-inbound", "links": { - "self": "/stops/node-astao-718-lobby" + "self": "/stops/door-boyls-inbound" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-astao-718-lobby" + "related": "/facilities/?filter[stop]=door-boyls-inbound" } }, "parent_station": { "data": { - "id": "place-astao", + "id": "place-boyls", "type": "stop" } }, @@ -370694,27 +389093,28 @@ }, { "attributes": { - "description": "Suffolk Downs - Top of stairs for Bennington Street", - "latitude": 42.390349, + "description": "Fields Corner - Bottom of stairs for Ashmont platform", + "latitude": 42.300016, "location_type": 3, - "longitude": -70.996949, - "name": "Suffolk Downs", + "longitude": -71.061828, + "name": "Fields Corner", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-sdmnl-benn-stairs", + "id": "node-fldcr-ashstair-lobby", "links": { - "self": "/stops/node-sdmnl-benn-stairs" + "self": "/stops/node-fldcr-ashstair-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-sdmnl-benn-stairs" + "related": "/facilities/?filter[stop]=node-fldcr-ashstair-lobby" } }, "parent_station": { "data": { - "id": "place-sdmnl", + "id": "place-fldcr", "type": "stop" } }, @@ -370726,27 +389126,28 @@ }, { "attributes": { - "description": "South Station - Unpaid side of exit-only gates", + "description": "Downtown Crossing - Bottom of elevator between Franklin Street lobby and street", "latitude": null, "location_type": 3, "longitude": null, - "name": "South Station", + "name": "Downtown Crossing", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-sstat-ashbrain-fareunpaid", + "id": "node-891-lobby", "links": { - "self": "/stops/node-sstat-ashbrain-fareunpaid" + "self": "/stops/node-891-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-sstat-ashbrain-fareunpaid" + "related": "/facilities/?filter[stop]=node-891-lobby" } }, "parent_station": { "data": { - "id": "place-sstat", + "id": "place-dwnxg", "type": "stop" } }, @@ -370758,27 +389159,28 @@ }, { "attributes": { - "description": "Harvard - Bottom of southern stairs between Red Line platforms", - "latitude": null, - "location_type": 3, - "longitude": null, - "name": "Harvard", + "description": "Downtown Crossing - Hawley St (Escalator)", + "latitude": 42.355229, + "location_type": 2, + "longitude": -71.059366, + "name": "Downtown Crossing - Hawley St (Escalator)", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, - "id": "node-harsq-sbstair-sbs", + "id": "door-dwnxg-hawley", "links": { - "self": "/stops/node-harsq-sbstair-sbs" + "self": "/stops/door-dwnxg-hawley" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-harsq-sbstair-sbs" + "related": "/facilities/?filter[stop]=door-dwnxg-hawley" } }, "parent_station": { "data": { - "id": "place-harsq", + "id": "place-dwnxg", "type": "stop" } }, @@ -370790,27 +389192,28 @@ }, { "attributes": { - "description": "Park Street - Bottom of stairs between Ashmont/Braintree platform and Copley & West platform", - "latitude": null, + "description": "Alewife - Fifth floor of garage level of Elevator 814", + "latitude": 42.395791, "location_type": 3, - "longitude": null, - "name": "Park Street", + "longitude": -71.141323, + "name": "Alewife", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-pktrm-sbwbstairs-rl", + "id": "node-814-fifth", "links": { - "self": "/stops/node-pktrm-sbwbstairs-rl" + "self": "/stops/node-814-fifth" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-pktrm-sbwbstairs-rl" + "related": "/facilities/?filter[stop]=node-814-fifth" } }, "parent_station": { "data": { - "id": "place-pktrm", + "id": "place-alfcl", "type": "stop" } }, @@ -370822,27 +389225,28 @@ }, { "attributes": { - "description": "Magoun Square - Top of stairs", - "latitude": 42.393721, + "description": "Alewife - Fifth floor of garage level of Elevator 815", + "latitude": 42.395815, "location_type": 3, - "longitude": -71.106436, - "name": "Magoun Square", + "longitude": -71.141239, + "name": "Alewife", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-mgngl-stairs-top", + "id": "node-815-fifth", "links": { - "self": "/stops/node-mgngl-stairs-top" + "self": "/stops/node-815-fifth" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-mgngl-stairs-top" + "related": "/facilities/?filter[stop]=node-815-fifth" } }, "parent_station": { "data": { - "id": "place-mgngl", + "id": "place-alfcl", "type": "stop" } }, @@ -370854,27 +389258,28 @@ }, { "attributes": { - "description": "Orient Heights - Bottom of Elevator 712", - "latitude": 42.386992, - "location_type": 3, - "longitude": -71.004863, - "name": "Orient Heights", + "description": "South Station - USPS Post Office", + "latitude": 42.351108, + "location_type": 2, + "longitude": -71.054729, + "name": "South Station - USPS Post Office", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-712-platform", + "id": "door-sstat-usps", "links": { - "self": "/stops/node-712-platform" + "self": "/stops/door-sstat-usps" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-712-platform" + "related": "/facilities/?filter[stop]=door-sstat-usps" } }, "parent_station": { "data": { - "id": "place-orhte", + "id": "place-sstat", "type": "stop" } }, @@ -370886,27 +389291,28 @@ }, { "attributes": { - "description": "Porter - Paid side of fare gates", - "latitude": 42.388397, + "description": "Quincy Adams - North door between lobby and busway", + "latitude": 42.233312, "location_type": 3, - "longitude": -71.11885, - "name": "Porter", + "longitude": -71.007123, + "name": "Quincy Adams", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-portr-farepaid", + "id": "node-qamnl-busway-northdoor", "links": { - "self": "/stops/node-portr-farepaid" + "self": "/stops/node-qamnl-busway-northdoor" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-portr-farepaid" + "related": "/facilities/?filter[stop]=node-qamnl-busway-northdoor" } }, "parent_station": { "data": { - "id": "place-portr", + "id": "place-qamnl", "type": "stop" } }, @@ -370918,27 +389324,28 @@ }, { "attributes": { - "description": "Longwood - Bottom of platform stairs for Emerald Necklace", - "latitude": 42.341446, + "description": "Oak Grove - Bottom of Commuter Rail stairs", + "latitude": 42.43715, "location_type": 3, - "longitude": -71.110103, - "name": "Longwood", + "longitude": -71.070722, + "name": "Oak Grove", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-longw-pstairs-platform", + "id": "node-ogmnl-crstair-crplatform", "links": { - "self": "/stops/node-longw-pstairs-platform" + "self": "/stops/node-ogmnl-crstair-crplatform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-longw-pstairs-platform" + "related": "/facilities/?filter[stop]=node-ogmnl-crstair-crplatform" } }, "parent_station": { "data": { - "id": "place-longw", + "id": "place-ogmnl", "type": "stop" } }, @@ -370950,27 +389357,28 @@ }, { "attributes": { - "description": "Haymarket - Top of stairs between lobby and Oak Grove mezzanine", - "latitude": null, + "description": "Ruggles - Top of Lower Busway Lane 1 elevator", + "latitude": 42.336228, "location_type": 3, - "longitude": null, - "name": "Haymarket", + "longitude": -71.089127, + "name": "Ruggles", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-haecl-congogstairs-lobby", + "id": "node-728-lobby", "links": { - "self": "/stops/node-haecl-congogstairs-lobby" + "self": "/stops/node-728-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-haecl-congogstairs-lobby" + "related": "/facilities/?filter[stop]=node-728-lobby" } }, "parent_station": { "data": { - "id": "place-haecl", + "id": "place-rugg", "type": "stop" } }, @@ -370982,27 +389390,28 @@ }, { "attributes": { - "description": "South Station - Lobby level of Elevator 918", + "description": "Back Bay - Top of Orange Line platform west escalator", "latitude": null, "location_type": 3, "longitude": null, - "name": "South Station", + "name": "Back Bay", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-918-lobby", + "id": "node-141-lobby", "links": { - "self": "/stops/node-918-lobby" + "self": "/stops/node-141-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-918-lobby" + "related": "/facilities/?filter[stop]=node-141-lobby" } }, "parent_station": { "data": { - "id": "place-sstat", + "id": "place-bbsta", "type": "stop" } }, @@ -371014,27 +389423,28 @@ }, { "attributes": { - "description": "Davis - Bottom of Escalator 338", + "description": "South Station - Top of Escalator 382", "latitude": null, "location_type": 3, "longitude": null, - "name": "Davis", + "name": "South Station", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-338-lobby", + "id": "node-382-lobby", "links": { - "self": "/stops/node-338-lobby" + "self": "/stops/node-382-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-338-lobby" + "related": "/facilities/?filter[stop]=node-382-lobby" } }, "parent_station": { "data": { - "id": "place-davis", + "id": "place-sstat", "type": "stop" } }, @@ -371046,27 +389456,28 @@ }, { "attributes": { - "description": "South Station - Top of stairs from drop-off only platform", - "latitude": null, + "description": "Ashmont - Bottom of stairs from Red Line platform to busway", + "latitude": 42.284398, "location_type": 3, - "longitude": null, - "name": "South Station", + "longitude": -71.063827, + "name": "Ashmont", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-sstat-420sl-middle", + "id": "node-asmnl-rdexstair-platform", "links": { - "self": "/stops/node-sstat-420sl-middle" + "self": "/stops/node-asmnl-rdexstair-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-sstat-420sl-middle" + "related": "/facilities/?filter[stop]=node-asmnl-rdexstair-platform" } }, "parent_station": { "data": { - "id": "place-sstat", + "id": "place-asmnl", "type": "stop" } }, @@ -371078,27 +389489,28 @@ }, { "attributes": { - "description": "Brookline Village - Station St, Washington St", - "latitude": 42.332552, - "location_type": 2, - "longitude": -71.117214, - "name": "Brookline Village - Station St, Washington St", + "description": "Prudential - Unpaid side of fare gates", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "Prudential", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-bvmnl-washington", + "id": "node-prmnl-fareunpaid", "links": { - "self": "/stops/door-bvmnl-washington" + "self": "/stops/node-prmnl-fareunpaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-bvmnl-washington" + "related": "/facilities/?filter[stop]=node-prmnl-fareunpaid" } }, "parent_station": { "data": { - "id": "place-bvmnl", + "id": "place-prmnl", "type": "stop" } }, @@ -371110,27 +389522,28 @@ }, { "attributes": { - "description": "Tufts Medical Center - Bottom of Elevator 858", + "description": "Courthouse - Top of stairs between Thomson Place and landing", "latitude": null, "location_type": 3, "longitude": null, - "name": "Tufts Medical Center", + "name": "Courthouse", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-858-platform", + "id": "node-crtst-southentstair-entrance", "links": { - "self": "/stops/node-858-platform" + "self": "/stops/node-crtst-southentstair-entrance" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-858-platform" + "related": "/facilities/?filter[stop]=node-crtst-southentstair-entrance" } }, "parent_station": { "data": { - "id": "place-tumnl", + "id": "place-crtst", "type": "stop" } }, @@ -371142,27 +389555,28 @@ }, { "attributes": { - "description": "JFK/UMass - Top of northern stairs between Ashmont, Alewife platform and lobby", - "latitude": 42.320614, + "description": "Alewife - Third floor garage lobby", + "latitude": 42.395778, "location_type": 3, - "longitude": -71.052483, - "name": "JFK/UMass", + "longitude": -71.141265, + "name": "Alewife", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-jfk-ashganstair-lobby", + "id": "node-alfcl-third", "links": { - "self": "/stops/node-jfk-ashganstair-lobby" + "self": "/stops/node-alfcl-third" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-jfk-ashganstair-lobby" + "related": "/facilities/?filter[stop]=node-alfcl-third" } }, "parent_station": { "data": { - "id": "place-jfk", + "id": "place-alfcl", "type": "stop" } }, @@ -371174,27 +389588,28 @@ }, { "attributes": { - "description": "Oak Grove - Top of Banks Place, busway, parking elevator", - "latitude": 42.43686, + "description": "Andrew - Top of south outbound stairs", + "latitude": null, "location_type": 3, - "longitude": -71.070508, - "name": "Oak Grove", + "longitude": null, + "name": "Andrew", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-745-lobby", + "id": "node-andrw-sobstairs-lobby", "links": { - "self": "/stops/node-745-lobby" + "self": "/stops/node-andrw-sobstairs-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-745-lobby" + "related": "/facilities/?filter[stop]=node-andrw-sobstairs-lobby" } }, "parent_station": { "data": { - "id": "place-ogmnl", + "id": "place-andrw", "type": "stop" } }, @@ -371206,27 +389621,28 @@ }, { "attributes": { - "description": "Kendall/MIT - Top of Elevator 757 for Ashmont/Braintree platform", - "latitude": 42.36211, + "description": "World Trade Center - Bottom of World Trade Center entrance elevator", + "latitude": null, "location_type": 3, - "longitude": -71.086174, - "name": "Kendall/MIT", + "longitude": null, + "name": "World Trade Center", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-757-entrance", + "id": "node-934-lobby", "links": { - "self": "/stops/node-757-entrance" + "self": "/stops/node-934-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-757-entrance" + "related": "/facilities/?filter[stop]=node-934-lobby" } }, "parent_station": { "data": { - "id": "place-knncl", + "id": "place-wtcst", "type": "stop" } }, @@ -371238,27 +389654,28 @@ }, { "attributes": { - "description": "State - Bottom of Elevator 803 between Milk Street to lobby", - "latitude": null, - "location_type": 3, - "longitude": null, - "name": "State", + "description": "Porter - Massachusetts Ave (West), Buses", + "latitude": 42.388604, + "location_type": 2, + "longitude": -71.119752, + "name": "Porter - Massachusetts Ave (West), Buses", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, - "id": "node-803-sbplatform", + "id": "door-portr-cracross", "links": { - "self": "/stops/node-803-sbplatform" + "self": "/stops/door-portr-cracross" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-803-sbplatform" + "related": "/facilities/?filter[stop]=door-portr-cracross" } }, "parent_station": { "data": { - "id": "place-state", + "id": "place-portr", "type": "stop" } }, @@ -371270,27 +389687,28 @@ }, { "attributes": { - "description": "Shawmut - Clementine Park, Centre St", - "latitude": 42.293067, - "location_type": 2, - "longitude": -71.065784, - "name": "Shawmut - Clementine Park, Centre St", + "description": "JFK/UMass - Bottom of stairs from Ashmont, Alewife platform and Columbia Road", + "latitude": 42.321173, + "location_type": 3, + "longitude": -71.052577, + "name": "JFK/UMass", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-smmnl-clemen", + "id": "node-jfk-ashcolstair-platform", "links": { - "self": "/stops/door-smmnl-clemen" + "self": "/stops/node-jfk-ashcolstair-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-smmnl-clemen" + "related": "/facilities/?filter[stop]=node-jfk-ashcolstair-platform" } }, "parent_station": { "data": { - "id": "place-smmnl", + "id": "place-jfk", "type": "stop" } }, @@ -371302,27 +389720,28 @@ }, { "attributes": { - "description": "Andrew - Bottom of inbound elevator", - "latitude": null, + "description": "Quincy Adams - Unpaid side of fare gates", + "latitude": 42.23317, "location_type": 3, - "longitude": null, - "name": "Andrew", + "longitude": -71.00706, + "name": "Quincy Adams", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-880-platform", + "id": "node-qamnl-fareunpaid", "links": { - "self": "/stops/node-880-platform" + "self": "/stops/node-qamnl-fareunpaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-880-platform" + "related": "/facilities/?filter[stop]=node-qamnl-fareunpaid" } }, "parent_station": { "data": { - "id": "place-andrw", + "id": "place-qamnl", "type": "stop" } }, @@ -371334,27 +389753,28 @@ }, { "attributes": { - "description": "Assembly - Top of Elevator 716", - "latitude": 42.393273, + "description": "JFK/UMass - Top of stairs between Columbia Road and Old Colony Road, Commuter Rail, busway", + "latitude": 42.321367, "location_type": 3, - "longitude": -71.077612, - "name": "Assembly", + "longitude": -71.052215, + "name": "JFK/UMass", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-astao-716-lobby", + "id": "node-jfk-crcolstair-columbia", "links": { - "self": "/stops/node-astao-716-lobby" + "self": "/stops/node-jfk-crcolstair-columbia" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-astao-716-lobby" + "related": "/facilities/?filter[stop]=node-jfk-crcolstair-columbia" } }, "parent_station": { "data": { - "id": "place-astao", + "id": "place-jfk", "type": "stop" } }, @@ -371366,27 +389786,28 @@ }, { "attributes": { - "description": "Park Street - Bottom of stairs from Government Center & North platform to Tremont Street, Winter Street", - "latitude": null, + "description": "JFK/UMass - Top of stairs between busway, Commuter Rail, Old Colony Avenue and Red Line", + "latitude": 42.320784, "location_type": 3, - "longitude": null, - "name": "Park Street", + "longitude": -71.051687, + "name": "JFK/UMass", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-pktrm-stair17-lobby", + "id": "node-jfk-oldstaire-lobby", "links": { - "self": "/stops/node-pktrm-stair17-lobby" + "self": "/stops/node-jfk-oldstaire-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-pktrm-stair17-lobby" + "related": "/facilities/?filter[stop]=node-jfk-oldstaire-lobby" } }, "parent_station": { "data": { - "id": "place-pktrm", + "id": "place-jfk", "type": "stop" } }, @@ -371398,27 +389819,28 @@ }, { "attributes": { - "description": "Massachusetts Avenue - Bottom of Escalator 139", - "latitude": 42.341245, - "location_type": 3, - "longitude": -71.083695, - "name": "Massachusetts Avenue", + "description": "Braintree - Garage, Buses, Ivory St", + "latitude": 42.207352, + "location_type": 2, + "longitude": -71.001361, + "name": "Braintree - Garage, Buses, Ivory St", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-masta-139-platform", + "id": "door-brntn-busway", "links": { - "self": "/stops/node-masta-139-platform" + "self": "/stops/door-brntn-busway" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-masta-139-platform" + "related": "/facilities/?filter[stop]=door-brntn-busway" } }, "parent_station": { "data": { - "id": "place-masta", + "id": "place-brntn", "type": "stop" } }, @@ -371430,27 +389852,28 @@ }, { "attributes": { - "description": "Waban - Parking (Stairs)", - "latitude": 42.326046, + "description": "Science Park/West End - Monsignor O'Brien Hwy, Museum of Science (Stairs)", + "latitude": 42.36673, "location_type": 2, - "longitude": -71.230725, - "name": "Waban - Parking (Stairs)", + "longitude": -71.067998, + "name": "Science Park/West End - Monsignor O'Brien Hwy, Museum of Science (Stairs)", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, - "id": "door-waban-parks", + "id": "door-spmnl-obrien", "links": { - "self": "/stops/door-waban-parks" + "self": "/stops/door-spmnl-obrien" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-waban-parks" + "related": "/facilities/?filter[stop]=door-spmnl-obrien" } }, "parent_station": { "data": { - "id": "place-waban", + "id": "place-spmnl", "type": "stop" } }, @@ -371462,27 +389885,28 @@ }, { "attributes": { - "description": "Sullivan Square - Unpaid side of fare gates", - "latitude": null, + "description": "Alewife - Top of stairs between concourse and pick-up/drop-off", + "latitude": 42.395639, "location_type": 3, - "longitude": null, - "name": "Sullivan Square", + "longitude": -71.142093, + "name": "Alewife", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-sull-fareunpaid", + "id": "node-alfcl-pickstairs-top", "links": { - "self": "/stops/node-sull-fareunpaid" + "self": "/stops/node-alfcl-pickstairs-top" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-sull-fareunpaid" + "related": "/facilities/?filter[stop]=node-alfcl-pickstairs-top" } }, "parent_station": { "data": { - "id": "place-sull", + "id": "place-alfcl", "type": "stop" } }, @@ -371494,27 +389918,28 @@ }, { "attributes": { - "description": "Kenmore - Top of westbound platform stairs", + "description": "Park Street - Top of stairs between Red Line center platform and Government Center & North platform", "latitude": null, "location_type": 3, "longitude": null, - "name": "Kenmore", + "name": "Park Street", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-kencl-wbstair-lobby", + "id": "node-pktrm-cpebstairs-gl", "links": { - "self": "/stops/node-kencl-wbstair-lobby" + "self": "/stops/node-pktrm-cpebstairs-gl" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-kencl-wbstair-lobby" + "related": "/facilities/?filter[stop]=node-pktrm-cpebstairs-gl" } }, "parent_station": { "data": { - "id": "place-kencl", + "id": "place-pktrm", "type": "stop" } }, @@ -371526,27 +389951,28 @@ }, { "attributes": { - "description": "Sullivan Square - Top of Escalator 307", + "description": "Wollaston - Unpaid side of secondary Newport Avenue fare gates", "latitude": null, "location_type": 3, "longitude": null, - "name": "Sullivan Square", + "name": "Wollaston", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-307-lobby", + "id": "node-wlsta-stair6gate-fareunpaid", "links": { - "self": "/stops/node-307-lobby" + "self": "/stops/node-wlsta-stair6gate-fareunpaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-307-lobby" + "related": "/facilities/?filter[stop]=node-wlsta-stair6gate-fareunpaid" } }, "parent_station": { "data": { - "id": "place-sull", + "id": "place-wlsta", "type": "stop" } }, @@ -371558,27 +389984,28 @@ }, { "attributes": { - "description": "Capen Street - Capen St (West)", - "latitude": 42.267595, - "location_type": 2, - "longitude": -71.087241, - "name": "Capen Street - Capen St (West)", + "description": "Forest Hills - Bottom of south lower busway escalator", + "latitude": 42.300451, + "location_type": 3, + "longitude": -71.113818, + "name": "Forest Hills", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-capst-mattapan", + "id": "node-128-busway", "links": { - "self": "/stops/door-capst-mattapan" + "self": "/stops/node-128-busway" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-capst-mattapan" + "related": "/facilities/?filter[stop]=node-128-busway" } }, "parent_station": { "data": { - "id": "place-capst", + "id": "place-forhl", "type": "stop" } }, @@ -371590,27 +390017,28 @@ }, { "attributes": { - "description": "Malden Center - Top of Orange Line platform escalator", - "latitude": 42.426814, + "description": "Chinatown - Bottom of stairs for street", + "latitude": null, "location_type": 3, - "longitude": -71.07408, - "name": "Malden Center", + "longitude": null, + "name": "Chinatown", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-311-platform", + "id": "node-chncl-ogonlystair-lobby", "links": { - "self": "/stops/node-311-platform" + "self": "/stops/node-chncl-ogonlystair-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-311-platform" + "related": "/facilities/?filter[stop]=node-chncl-ogonlystair-lobby" } }, "parent_station": { "data": { - "id": "place-mlmnl", + "id": "place-chncl", "type": "stop" } }, @@ -371622,27 +390050,28 @@ }, { "attributes": { - "description": "Park Street - Paid side of fare gates", + "description": "Bowdoin - Top of stairs between platform and lobby", "latitude": null, "location_type": 3, "longitude": null, - "name": "Park Street", + "name": "Bowdoin", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-pktrm-tremstairfare-paid", + "id": "node-bomnl-pstair-lobby", "links": { - "self": "/stops/node-pktrm-tremstairfare-paid" + "self": "/stops/node-bomnl-pstair-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-pktrm-tremstairfare-paid" + "related": "/facilities/?filter[stop]=node-bomnl-pstair-lobby" } }, "parent_station": { "data": { - "id": "place-pktrm", + "id": "place-bomnl", "type": "stop" } }, @@ -371654,27 +390083,28 @@ }, { "attributes": { - "description": "South Station - Bottom of Escalator 411", + "description": "Courthouse - Top of stairs between Thomson Place landing and lobby", "latitude": null, "location_type": 3, "longitude": null, - "name": "South Station", + "name": "Courthouse", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-411-sl", + "id": "node-crtst-southlobstair-landing", "links": { - "self": "/stops/node-411-sl" + "self": "/stops/node-crtst-southlobstair-landing" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-411-sl" + "related": "/facilities/?filter[stop]=node-crtst-southlobstair-landing" } }, "parent_station": { "data": { - "id": "place-sstat", + "id": "place-crtst", "type": "stop" } }, @@ -371686,27 +390116,28 @@ }, { "attributes": { - "description": "Arlington - Unpaid side of fare gates", + "description": "Park Street - Bottom of stairs between Boston Common and Copley & West platform", "latitude": null, "location_type": 3, "longitude": null, - "name": "Arlington", + "name": "Park Street", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-armnl-fareunpaid", + "id": "node-pktrm-wbparkstairs-lobby", "links": { - "self": "/stops/node-armnl-fareunpaid" + "self": "/stops/node-pktrm-wbparkstairs-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-armnl-fareunpaid" + "related": "/facilities/?filter[stop]=node-pktrm-wbparkstairs-lobby" } }, "parent_station": { "data": { - "id": "place-armnl", + "id": "place-pktrm", "type": "stop" } }, @@ -371718,27 +390149,28 @@ }, { "attributes": { - "description": "Sullivan Square - Bottom of stairs for lower busway", + "description": "Prudential - Bottom of escalator from Prudential Center to lobby", "latitude": null, "location_type": 3, "longitude": null, - "name": "Sullivan Square", + "name": "Prudential", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-lbusstairs-lower", + "id": "node-150-lobby", "links": { - "self": "/stops/node-lbusstairs-lower" + "self": "/stops/node-150-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-lbusstairs-lower" + "related": "/facilities/?filter[stop]=node-150-lobby" } }, "parent_station": { "data": { - "id": "place-sull", + "id": "place-prmnl", "type": "stop" } }, @@ -371750,27 +390182,28 @@ }, { "attributes": { - "description": "North Station - TD Garden passageway (Elevator)", - "latitude": 42.365833, - "location_type": 2, - "longitude": -71.060892, - "name": "North Station - TD Garden passageway (Elevator)", + "description": "Community College - Unpaid side of fare gates", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "Community College", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-north-tdgarden", + "id": "node-ccmnl-fareunpaid", "links": { - "self": "/stops/door-north-tdgarden" + "self": "/stops/node-ccmnl-fareunpaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-north-tdgarden" + "related": "/facilities/?filter[stop]=node-ccmnl-fareunpaid" } }, "parent_station": { "data": { - "id": "place-north", + "id": "place-ccmnl", "type": "stop" } }, @@ -371782,27 +390215,28 @@ }, { "attributes": { - "description": "Malden Center - Bottom of stairs to exit-only gates", - "latitude": 42.426951, + "description": "Park Street - Bottom of stairs between Boston Common and Government Center & North platform", + "latitude": null, "location_type": 3, - "longitude": -71.074237, - "name": "Malden Center", + "longitude": null, + "name": "Park Street", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-mlmnl-exitstair-lobby", + "id": "node-pktrm-ebparkstairs-lobby", "links": { - "self": "/stops/node-mlmnl-exitstair-lobby" + "self": "/stops/node-pktrm-ebparkstairs-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-mlmnl-exitstair-lobby" + "related": "/facilities/?filter[stop]=node-pktrm-ebparkstairs-lobby" } }, "parent_station": { "data": { - "id": "place-mlmnl", + "id": "place-pktrm", "type": "stop" } }, @@ -371814,27 +390248,28 @@ }, { "attributes": { - "description": "South Station - Bottom of stairs for drop-off only platform", - "latitude": null, + "description": "Newton Centre - Bottom of stairs for Braeland Avenue", + "latitude": 42.329398, "location_type": 3, - "longitude": null, - "name": "South Station", + "longitude": -71.192328, + "name": "Newton Centre", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-sstat-388stair-sl", + "id": "node-newto-braeland-platform", "links": { - "self": "/stops/node-sstat-388stair-sl" + "self": "/stops/node-newto-braeland-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-sstat-388stair-sl" + "related": "/facilities/?filter[stop]=node-newto-braeland-platform" } }, "parent_station": { "data": { - "id": "place-sstat", + "id": "place-newto", "type": "stop" } }, @@ -371846,27 +390281,28 @@ }, { "attributes": { - "description": "Courthouse - Top of escalator from lobby to Fan Pier Boulevard", - "latitude": null, + "description": "Oak Grove - Top of Orange Line elevator", + "latitude": 42.436982, "location_type": 3, - "longitude": null, - "name": "Courthouse", + "longitude": -71.070951, + "name": "Oak Grove", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-418-entrance", + "id": "node-743-lobby", "links": { - "self": "/stops/node-418-entrance" + "self": "/stops/node-743-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-418-entrance" + "related": "/facilities/?filter[stop]=node-743-lobby" } }, "parent_station": { "data": { - "id": "place-crtst", + "id": "place-ogmnl", "type": "stop" } }, @@ -371878,27 +390314,28 @@ }, { "attributes": { - "description": "Central Avenue - Central Ave (South)", - "latitude": 42.269991, + "description": "Lechmere - Busway", + "latitude": 42.371733, "location_type": 2, - "longitude": -71.073299, - "name": "Central Avenue - Central Ave (South)", + "longitude": -71.076881, + "name": "Lechmere - Busway", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-cenav-ashmont", + "id": "door-lech-busway", "links": { - "self": "/stops/door-cenav-ashmont" + "self": "/stops/door-lech-busway" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-cenav-ashmont" + "related": "/facilities/?filter[stop]=door-lech-busway" } }, "parent_station": { "data": { - "id": "place-cenav", + "id": "place-lech", "type": "stop" } }, @@ -371910,27 +390347,28 @@ }, { "attributes": { - "description": "Park Street - Paid side of fare gates", - "latitude": null, + "description": "Ashmont - Top of stairs from Mattapan Line, busway to Alewife platform", + "latitude": 42.284137, "location_type": 3, - "longitude": null, - "name": "Park Street", + "longitude": -71.063424, + "name": "Ashmont", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-pktrm-tremwfare-paid", + "id": "node-asmnl-mtpnbstair-lobby", "links": { - "self": "/stops/node-pktrm-tremwfare-paid" + "self": "/stops/node-asmnl-mtpnbstair-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-pktrm-tremwfare-paid" + "related": "/facilities/?filter[stop]=node-asmnl-mtpnbstair-lobby" } }, "parent_station": { "data": { - "id": "place-pktrm", + "id": "place-asmnl", "type": "stop" } }, @@ -371942,27 +390380,28 @@ }, { "attributes": { - "description": "Longwood - Top of platform ramp for Emerald Necklace", - "latitude": 42.341448, - "location_type": 3, - "longitude": -71.110055, - "name": "Longwood", + "description": "Ruggles - Columbus Ave, Buses", + "latitude": 42.336473, + "location_type": 2, + "longitude": -71.089194, + "name": "Ruggles - Columbus Ave, Buses", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-longw-pramp-landing", + "id": "door-rugg-buses", "links": { - "self": "/stops/node-longw-pramp-landing" + "self": "/stops/door-rugg-buses" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-longw-pramp-landing" + "related": "/facilities/?filter[stop]=door-rugg-buses" } }, "parent_station": { "data": { - "id": "place-longw", + "id": "place-rugg", "type": "stop" } }, @@ -371974,27 +390413,28 @@ }, { "attributes": { - "description": "Aquarium - Top of stairs for State Street north", - "latitude": null, + "description": "Alewife - Top of south stairs between concourse and busway", + "latitude": 42.395644, "location_type": 3, - "longitude": null, - "name": "Aquarium", + "longitude": -71.141542, + "name": "Alewife", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-aqucl-nstatestairs-street", + "id": "node-alfcl-buswaysouthstairs-top", "links": { - "self": "/stops/node-aqucl-nstatestairs-street" + "self": "/stops/node-alfcl-buswaysouthstairs-top" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-aqucl-nstatestairs-street" + "related": "/facilities/?filter[stop]=node-alfcl-buswaysouthstairs-top" } }, "parent_station": { "data": { - "id": "place-aqucl", + "id": "place-alfcl", "type": "stop" } }, @@ -372006,27 +390446,28 @@ }, { "attributes": { - "description": "Haymarket - Bottom of stairs between busway lobby and Orange Line passageway", - "latitude": null, + "description": "Forest Hills - Building door for upper busway", + "latitude": 42.300465, "location_type": 3, - "longitude": null, - "name": "Haymarket", + "longitude": -71.114151, + "name": "Forest Hills", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-haecl-busolstair-passage", + "id": "node-forhl-upperdoor", "links": { - "self": "/stops/node-haecl-busolstair-passage" + "self": "/stops/node-forhl-upperdoor" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-haecl-busolstair-passage" + "related": "/facilities/?filter[stop]=node-forhl-upperdoor" } }, "parent_station": { "data": { - "id": "place-haecl", + "id": "place-forhl", "type": "stop" } }, @@ -372038,27 +390479,28 @@ }, { "attributes": { - "description": "Downtown Crossing - Unpaid side of exit-only gate", - "latitude": null, + "description": "Harvard - Bottom of stairs for Harvard Yard", + "latitude": 42.374357, "location_type": 3, - "longitude": null, - "name": "Downtown Crossing", + "longitude": -71.118681, + "name": "Harvard", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-dwnxg-112fare-unpaid", + "id": "node-harsq-yardstair-lobby", "links": { - "self": "/stops/node-dwnxg-112fare-unpaid" + "self": "/stops/node-harsq-yardstair-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-dwnxg-112fare-unpaid" + "related": "/facilities/?filter[stop]=node-harsq-yardstair-lobby" } }, "parent_station": { "data": { - "id": "place-dwnxg", + "id": "place-harsq", "type": "stop" } }, @@ -372070,27 +390512,28 @@ }, { "attributes": { - "description": "Green Street - Woolsey Sq, Green St, Amory St", - "latitude": 42.310556, - "location_type": 2, - "longitude": -71.107519, - "name": "Green Street - Woolsey Sq, Green St, Amory St", + "description": "North Station - Top of exit-only stairs between Causeway Street lobby and Causeway Street", + "latitude": 42.365596, + "location_type": 3, + "longitude": -71.060356, + "name": "North Station", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-grnst-main", + "id": "node-north-ecausewayexitstairs-top", "links": { - "self": "/stops/door-grnst-main" + "self": "/stops/node-north-ecausewayexitstairs-top" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-grnst-main" + "related": "/facilities/?filter[stop]=node-north-ecausewayexitstairs-top" } }, "parent_station": { "data": { - "id": "place-grnst", + "id": "place-north", "type": "stop" } }, @@ -372102,27 +390545,28 @@ }, { "attributes": { - "description": "Haymarket - Top of elevator between Forest Hills platform and Green Line, busway passageway", + "description": "Aquarium - Unpaid side of fare gates", "latitude": null, "location_type": 3, "longitude": null, - "name": "Haymarket", + "name": "Aquarium", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-905-platform", + "id": "node-aqucl-statefareunpaid", "links": { - "self": "/stops/node-905-platform" + "self": "/stops/node-aqucl-statefareunpaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-905-platform" + "related": "/facilities/?filter[stop]=node-aqucl-statefareunpaid" } }, "parent_station": { "data": { - "id": "place-haecl", + "id": "place-aqucl", "type": "stop" } }, @@ -372134,27 +390578,28 @@ }, { "attributes": { - "description": "Maverick - Bottom of escalator from Lewis Mall to lobby", - "latitude": 42.368169, + "description": "Wood Island - Top of stairs for Bowdoin", + "latitude": 42.3798, "location_type": 3, - "longitude": -71.040401, - "name": "Maverick", + "longitude": -71.022876, + "name": "Wood Island", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-429-lobby", + "id": "node-wimnl-ibpaidstairs-bridge", "links": { - "self": "/stops/node-429-lobby" + "self": "/stops/node-wimnl-ibpaidstairs-bridge" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-429-lobby" + "related": "/facilities/?filter[stop]=node-wimnl-ibpaidstairs-bridge" } }, "parent_station": { "data": { - "id": "place-mvbcl", + "id": "place-wimnl", "type": "stop" } }, @@ -372166,27 +390611,28 @@ }, { "attributes": { - "description": "Davis - Bottom of upper stairs for College Avenue", - "latitude": null, - "location_type": 3, - "longitude": null, - "name": "Davis", + "description": "Back Bay - Clarendon St, Buses (South)", + "latitude": 42.347445, + "location_type": 2, + "longitude": -71.07467, + "name": "Back Bay - Clarendon St, Buses (South)", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-davis-colstairup-middle", + "id": "door-bbsta-busways", "links": { - "self": "/stops/node-davis-colstairup-middle" + "self": "/stops/door-bbsta-busways" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-davis-colstairup-middle" + "related": "/facilities/?filter[stop]=door-bbsta-busways" } }, "parent_station": { "data": { - "id": "place-davis", + "id": "place-bbsta", "type": "stop" } }, @@ -372198,27 +390644,28 @@ }, { "attributes": { - "description": "North Station - Causeway St, Haverhill St", - "latitude": 42.365496, - "location_type": 2, - "longitude": -71.06049, - "name": "North Station - Causeway St, Haverhill St", + "description": "North Quincy - Bottom of elevator between platform and Hancock Street, Newport Avenue lobby", + "latitude": 42.27622, + "location_type": 3, + "longitude": -71.030607, + "name": "North Quincy", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-north-causeways", + "id": "node-899-platform", "links": { - "self": "/stops/door-north-causeways" + "self": "/stops/node-899-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-north-causeways" + "related": "/facilities/?filter[stop]=node-899-platform" } }, "parent_station": { "data": { - "id": "place-north", + "id": "place-nqncy", "type": "stop" } }, @@ -372230,27 +390677,28 @@ }, { "attributes": { - "description": "JFK/UMass - Top of elevator between Braintree, Alewife platform and lobby", - "latitude": 42.320576, + "description": "North Station - Bottom of stairs between Valenti Way lobby and Oak Grove platform", + "latitude": 42.365013, "location_type": 3, - "longitude": -71.052273, - "name": "JFK/UMass", + "longitude": -71.059745, + "name": "North Station", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-830-lobby", + "id": "node-north-valentioakgrove-stairs-bottom", "links": { - "self": "/stops/node-830-lobby" + "self": "/stops/node-north-valentioakgrove-stairs-bottom" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-830-lobby" + "related": "/facilities/?filter[stop]=node-north-valentioakgrove-stairs-bottom" } }, "parent_station": { "data": { - "id": "place-jfk", + "id": "place-north", "type": "stop" } }, @@ -372262,27 +390710,28 @@ }, { "attributes": { - "description": "Porter - Bottom of escalator from Alewife platform to Ashmont/Braintree platform", - "latitude": 42.388693, + "description": "Tufts Medical Center - Top of stairs for Forest Hills, Washington Street", + "latitude": null, "location_type": 3, - "longitude": -71.119035, - "name": "Porter", + "longitude": null, + "name": "Tufts Medical Center", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-506-nbplatform", + "id": "node-tumnl-washsbstairs-lobby", "links": { - "self": "/stops/node-506-nbplatform" + "self": "/stops/node-tumnl-washsbstairs-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-506-nbplatform" + "related": "/facilities/?filter[stop]=node-tumnl-washsbstairs-lobby" } }, "parent_station": { "data": { - "id": "place-portr", + "id": "place-tumnl", "type": "stop" } }, @@ -372294,27 +390743,28 @@ }, { "attributes": { - "description": "South Station - Bottom of stairs for Red Line, Silver Line lobby", - "latitude": null, + "description": "Ashmont - Top of escalator from Red Line platform to Mattapan Line, busway", + "latitude": 42.284065, "location_type": 3, - "longitude": null, - "name": "South Station", + "longitude": -71.063637, + "name": "Ashmont", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-sstat-419stair-middle", + "id": "node-438-lobby", "links": { - "self": "/stops/node-sstat-419stair-middle" + "self": "/stops/node-438-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-sstat-419stair-middle" + "related": "/facilities/?filter[stop]=node-438-lobby" } }, "parent_station": { "data": { - "id": "place-sstat", + "id": "place-asmnl", "type": "stop" } }, @@ -372326,27 +390776,28 @@ }, { "attributes": { - "description": "State - Top of Elevator 967 between Oak Grove platform and Wonderland platform, Forest Hills passageway", + "description": "Arlington - Bottom of stairs from westbound escalator", "latitude": null, "location_type": 3, "longitude": null, - "name": "State", + "name": "Arlington", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-967-sbplatform", + "id": "node-armnl-wescstairs-lobby", "links": { - "self": "/stops/node-967-sbplatform" + "self": "/stops/node-armnl-wescstairs-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-967-sbplatform" + "related": "/facilities/?filter[stop]=node-armnl-wescstairs-lobby" } }, "parent_station": { "data": { - "id": "place-state", + "id": "place-armnl", "type": "stop" } }, @@ -372358,27 +390809,28 @@ }, { "attributes": { - "description": "Longwood - Chapel St, Colchester St", - "latitude": 42.34189, - "location_type": 2, - "longitude": -71.109877, - "name": "Longwood - Chapel St, Colchester St", + "description": "Oak Grove - Bottom of Orange Line elevator", + "latitude": 42.437009, + "location_type": 3, + "longitude": -71.070966, + "name": "Oak Grove", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-longw-colchester", + "id": "node-746-platform", "links": { - "self": "/stops/door-longw-colchester" + "self": "/stops/node-746-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-longw-colchester" + "related": "/facilities/?filter[stop]=node-746-platform" } }, "parent_station": { "data": { - "id": "place-longw", + "id": "place-ogmnl", "type": "stop" } }, @@ -372390,27 +390842,28 @@ }, { "attributes": { - "description": "Park Street - Boston Common, Tremont St", - "latitude": 42.35649, - "location_type": 2, - "longitude": -71.062531, - "name": "Park Street - Boston Common, Tremont St", + "description": "Back Bay - Outdoor side of exit-only gate", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "Back Bay", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-pktrm-tremontw", + "id": "node-bbsta-2clarexit-fareunpaid", "links": { - "self": "/stops/door-pktrm-tremontw" + "self": "/stops/node-bbsta-2clarexit-fareunpaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-pktrm-tremontw" + "related": "/facilities/?filter[stop]=node-bbsta-2clarexit-fareunpaid" } }, "parent_station": { "data": { - "id": "place-pktrm", + "id": "place-bbsta", "type": "stop" } }, @@ -372422,27 +390875,28 @@ }, { "attributes": { - "description": "Revere Beach - Bottom of stairs between Bowdoin platform and lobby", - "latitude": 42.407952, + "description": "Park Street - Bottom of escalator from Government Center & North platform to Boston Common", + "latitude": null, "location_type": 3, - "longitude": -70.992655, - "name": "Revere Beach", + "longitude": null, + "name": "Park Street", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-rbmnl-884stair-platform", + "id": "node-320-lobby", "links": { - "self": "/stops/node-rbmnl-884stair-platform" + "self": "/stops/node-320-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-rbmnl-884stair-platform" + "related": "/facilities/?filter[stop]=node-320-lobby" } }, "parent_station": { "data": { - "id": "place-rbmnl", + "id": "place-pktrm", "type": "stop" } }, @@ -372454,27 +390908,28 @@ }, { "attributes": { - "description": "Mattapan - Mattapan Square", - "latitude": 42.267516, - "location_type": 2, - "longitude": -71.093089, - "name": "Mattapan - Mattapan Square", + "description": "Downtown Crossing - Bottom of stairs between Washington Street, Winter Street mezzanine and street", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "Downtown Crossing", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-matt-square", + "id": "node-dwnxg-stair12-middle", "links": { - "self": "/stops/door-matt-square" + "self": "/stops/node-dwnxg-stair12-middle" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-matt-square" + "related": "/facilities/?filter[stop]=node-dwnxg-stair12-middle" } }, "parent_station": { "data": { - "id": "place-matt", + "id": "place-dwnxg", "type": "stop" } }, @@ -372486,27 +390941,28 @@ }, { "attributes": { - "description": "Kendall/MIT - Unpaid side of fare gates", + "description": "Arlington - Bottom of stairs from eastbound escalator", "latitude": null, "location_type": 3, "longitude": null, - "name": "Kendall/MIT", + "name": "Arlington", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-knncl-sbsec-fareunpaid", + "id": "node-armnl-eescstairs-lobby", "links": { - "self": "/stops/node-knncl-sbsec-fareunpaid" + "self": "/stops/node-armnl-eescstairs-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-knncl-sbsec-fareunpaid" + "related": "/facilities/?filter[stop]=node-armnl-eescstairs-lobby" } }, "parent_station": { "data": { - "id": "place-knncl", + "id": "place-armnl", "type": "stop" } }, @@ -372518,27 +390974,28 @@ }, { "attributes": { - "description": "Davis - Bottom of Escalator 337", - "latitude": null, + "description": "JFK/UMass - Top of ramp between busway, Commuter Rail, Old Colony Avenue and Red Line", + "latitude": 42.321012, "location_type": 3, - "longitude": null, - "name": "Davis", + "longitude": -71.052144, + "name": "JFK/UMass", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-337-middle", + "id": "node-jfk-crramp-cr", "links": { - "self": "/stops/node-337-middle" + "self": "/stops/node-jfk-crramp-cr" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-337-middle" + "related": "/facilities/?filter[stop]=node-jfk-crramp-cr" } }, "parent_station": { "data": { - "id": "place-davis", + "id": "place-jfk", "type": "stop" } }, @@ -372550,27 +391007,28 @@ }, { "attributes": { - "description": "Bellingham Square - Bottom of ramp for Washington Avenue", - "latitude": 42.395351, + "description": "Airport - Top of stairs on Wonderland, Busway side", + "latitude": 42.374241, "location_type": 3, - "longitude": -71.033473, - "name": "Bellingham Square", + "longitude": -71.030114, + "name": "Airport", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-belsq-ramp-platform", + "id": "node-aport-ebpaidstairs-bridge", "links": { - "self": "/stops/node-belsq-ramp-platform" + "self": "/stops/node-aport-ebpaidstairs-bridge" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-belsq-ramp-platform" + "related": "/facilities/?filter[stop]=node-aport-ebpaidstairs-bridge" } }, "parent_station": { "data": { - "id": "place-belsq", + "id": "place-aport", "type": "stop" } }, @@ -372582,27 +391040,28 @@ }, { "attributes": { - "description": "South Station - Top of Elevator 927", + "description": "Courthouse - Bottom of stairs between Thomson Place and landing", "latitude": null, "location_type": 3, "longitude": null, - "name": "South Station", + "name": "Courthouse", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-927-sl", + "id": "node-crtst-southentstair-landing", "links": { - "self": "/stops/node-927-sl" + "self": "/stops/node-crtst-southentstair-landing" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-927-sl" + "related": "/facilities/?filter[stop]=node-crtst-southentstair-landing" } }, "parent_station": { "data": { - "id": "place-sstat", + "id": "place-crtst", "type": "stop" } }, @@ -372614,27 +391073,28 @@ }, { "attributes": { - "description": "Babcock Street - Harry Agganis Way, Pleasant St", - "latitude": 42.35151, - "location_type": 2, - "longitude": -71.118695, - "name": "Babcock Street - Harry Agganis Way, Pleasant St", + "description": "Haymarket - Bottom of stairs between lobby and Oak Grove mezzanine", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "Haymarket", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-babck-wbagganis", + "id": "node-haecl-congogstairn-passage", "links": { - "self": "/stops/door-babck-wbagganis" + "self": "/stops/node-haecl-congogstairn-passage" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-babck-wbagganis" + "related": "/facilities/?filter[stop]=node-haecl-congogstairn-passage" } }, "parent_station": { "data": { - "id": "place-babck", + "id": "place-haecl", "type": "stop" } }, @@ -372646,27 +391106,28 @@ }, { "attributes": { - "description": "Medford/Tufts - Boston Ave, College Ave", - "latitude": 42.407798, - "location_type": 2, - "longitude": -71.117017, - "name": "Medford/Tufts - Boston Ave, College Ave", + "description": "Tufts Medical Center - Paid side of fare gates", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "Tufts Medical Center", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-mdftf-boston", + "id": "node-tumnl-wash-farepaid", "links": { - "self": "/stops/door-mdftf-boston" + "self": "/stops/node-tumnl-wash-farepaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-mdftf-boston" + "related": "/facilities/?filter[stop]=node-tumnl-wash-farepaid" } }, "parent_station": { "data": { - "id": "place-mdftf", + "id": "place-tumnl", "type": "stop" } }, @@ -372678,27 +391139,28 @@ }, { "attributes": { - "description": "Fields Corner - Top of stairs for Alewife platform", - "latitude": 42.299925, + "description": "Forest Hills - Top of north lower busway stairs", + "latitude": 42.300686, "location_type": 3, - "longitude": -71.061892, - "name": "Fields Corner", + "longitude": -71.113634, + "name": "Forest Hills", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-fldcr-alewstair-platform", + "id": "node-forhl-nlowbusstairs-lobby", "links": { - "self": "/stops/node-fldcr-alewstair-platform" + "self": "/stops/node-forhl-nlowbusstairs-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-fldcr-alewstair-platform" + "related": "/facilities/?filter[stop]=node-forhl-nlowbusstairs-lobby" } }, "parent_station": { "data": { - "id": "place-fldcr", + "id": "place-forhl", "type": "stop" } }, @@ -372710,27 +391172,28 @@ }, { "attributes": { - "description": "State - Bottom of Elevator 975 between Congress St and Wonderland platform", + "description": "Community College - Bottom of Escalator 305", "latitude": null, "location_type": 3, "longitude": null, - "name": "State", + "name": "Community College", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-975-ebplatform", + "id": "node-ccmnl-305-platform", "links": { - "self": "/stops/node-975-ebplatform" + "self": "/stops/node-ccmnl-305-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-975-ebplatform" + "related": "/facilities/?filter[stop]=node-ccmnl-305-platform" } }, "parent_station": { "data": { - "id": "place-state", + "id": "place-ccmnl", "type": "stop" } }, @@ -372742,27 +391205,28 @@ }, { "attributes": { - "description": "Gilman Square - Bottom of Medford St Elevator 765", - "latitude": 42.387695, + "description": "Airport - Top of Elevator 956", + "latitude": 42.374094, "location_type": 3, - "longitude": -71.096277, - "name": "Gilman Square", + "longitude": -71.030254, + "name": "Airport", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-765-bottom", + "id": "node-956-bridge", "links": { - "self": "/stops/node-765-bottom" + "self": "/stops/node-956-bridge" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-765-bottom" + "related": "/facilities/?filter[stop]=node-956-bridge" } }, "parent_station": { "data": { - "id": "place-gilmn", + "id": "place-aport", "type": "stop" } }, @@ -372774,27 +391238,28 @@ }, { "attributes": { - "description": "Haymarket - Top of stairs between Green Line and Orange Line passageway", - "latitude": null, + "description": "Suffolk Downs - Paid side of fare gates", + "latitude": 42.390616, "location_type": 3, - "longitude": null, - "name": "Haymarket", + "longitude": -70.997303, + "name": "Suffolk Downs", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-haecl-glstair-green", + "id": "node-sdmnl-wall-farepaid", "links": { - "self": "/stops/node-haecl-glstair-green" + "self": "/stops/node-sdmnl-wall-farepaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-haecl-glstair-green" + "related": "/facilities/?filter[stop]=node-sdmnl-wall-farepaid" } }, "parent_station": { "data": { - "id": "place-haecl", + "id": "place-sdmnl", "type": "stop" } }, @@ -372806,27 +391271,28 @@ }, { "attributes": { - "description": "Porter - Bottom of escalator from Alewife platform to Ashmont/Braintree platform", - "latitude": 42.388941, - "location_type": 3, - "longitude": -71.119037, - "name": "Porter", + "description": "Chelsea - Everett Ave, Silver Line - SL3", + "latitude": 42.396899, + "location_type": 2, + "longitude": -71.04015, + "name": "Chelsea - Everett Ave, Silver Line - SL3", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-507-nbplatform", + "id": "door-chels-crnorthever", "links": { - "self": "/stops/node-507-nbplatform" + "self": "/stops/door-chels-crnorthever" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-507-nbplatform" + "related": "/facilities/?filter[stop]=door-chels-crnorthever" } }, "parent_station": { "data": { - "id": "place-portr", + "id": "place-chels", "type": "stop" } }, @@ -372838,27 +391304,28 @@ }, { "attributes": { - "description": "Aquarium - Bottom of escalator from lobby to State Street", - "latitude": null, + "description": "Stony Brook - Unpaid side of fare gates", + "latitude": 42.317261, "location_type": 3, - "longitude": null, - "name": "Aquarium", + "longitude": -71.104088, + "name": "Stony Brook", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-396-lobby", + "id": "node-sbmnl-fareunpaid", "links": { - "self": "/stops/node-396-lobby" + "self": "/stops/node-sbmnl-fareunpaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-396-lobby" + "related": "/facilities/?filter[stop]=node-sbmnl-fareunpaid" } }, "parent_station": { "data": { - "id": "place-aqucl", + "id": "place-sbmnl", "type": "stop" } }, @@ -372870,27 +391337,28 @@ }, { "attributes": { - "description": "Charles/MGH - Paid side of fare gates", - "latitude": 42.36111, + "description": "Quincy Adams - Bottom of Escalator 348 from fourth floor of garage to sixth floor of garage", + "latitude": 42.233012, "location_type": 3, - "longitude": -71.070358, - "name": "Charles/MGH", + "longitude": -71.007547, + "name": "Quincy Adams", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-chmnl-farepaid", + "id": "node-348-bottom", "links": { - "self": "/stops/node-chmnl-farepaid" + "self": "/stops/node-348-bottom" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-chmnl-farepaid" + "related": "/facilities/?filter[stop]=node-348-bottom" } }, "parent_station": { "data": { - "id": "place-chmnl", + "id": "place-qamnl", "type": "stop" } }, @@ -372902,27 +391370,28 @@ }, { "attributes": { - "description": "Prudential - Bottom of Heath Street stairs", - "latitude": null, - "location_type": 3, - "longitude": null, - "name": "Prudential", + "description": "Wellington - Buses, Parking Lot", + "latitude": 42.402446, + "location_type": 2, + "longitude": -71.076576, + "name": "Wellington - Buses, Parking Lot", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-prmnl-wbstair-platform", + "id": "door-welln-busway", "links": { - "self": "/stops/node-prmnl-wbstair-platform" + "self": "/stops/door-welln-busway" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-prmnl-wbstair-platform" + "related": "/facilities/?filter[stop]=door-welln-busway" } }, "parent_station": { "data": { - "id": "place-prmnl", + "id": "place-welln", "type": "stop" } }, @@ -372934,27 +391403,28 @@ }, { "attributes": { - "description": "World Trade Center - Bottom of inbound platform escalator", + "description": "South Station - Bottom of Escalator 387", "latitude": null, "location_type": 3, "longitude": null, - "name": "World Trade Center", + "name": "South Station", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-403-platform", + "id": "node-387-lobby", "links": { - "self": "/stops/node-403-platform" + "self": "/stops/node-387-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-403-platform" + "related": "/facilities/?filter[stop]=node-387-lobby" } }, "parent_station": { "data": { - "id": "place-wtcst", + "id": "place-sstat", "type": "stop" } }, @@ -372966,27 +391436,28 @@ }, { "attributes": { - "description": "Porter - Bottom of stairs between Somerville Ave and lobby", - "latitude": 42.388329, - "location_type": 3, - "longitude": -71.118943, - "name": "Porter", + "description": "JFK/UMass - Sydney St (North)", + "latitude": 42.320597, + "location_type": 2, + "longitude": -71.052713, + "name": "JFK/UMass - Sydney St (North)", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, - "id": "node-portr-somervilleavestairs-lobby", + "id": "door-jfk-sydneyn", "links": { - "self": "/stops/node-portr-somervilleavestairs-lobby" + "self": "/stops/door-jfk-sydneyn" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-portr-somervilleavestairs-lobby" + "related": "/facilities/?filter[stop]=door-jfk-sydneyn" } }, "parent_station": { "data": { - "id": "place-portr", + "id": "place-jfk", "type": "stop" } }, @@ -372998,27 +391469,28 @@ }, { "attributes": { - "description": "North Quincy - Unpaid side of Hancock Street, Newport Avenue fare gates", - "latitude": 42.27643, + "description": "Aquarium - Bottom of escalator from lobby to State Street", + "latitude": null, "location_type": 3, - "longitude": -71.030873, - "name": "North Quincy", + "longitude": null, + "name": "Aquarium", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-nqncy-nhfareunpaid", + "id": "node-396-lobby", "links": { - "self": "/stops/node-nqncy-nhfareunpaid" + "self": "/stops/node-396-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-nqncy-nhfareunpaid" + "related": "/facilities/?filter[stop]=node-396-lobby" } }, "parent_station": { "data": { - "id": "place-nqncy", + "id": "place-aqucl", "type": "stop" } }, @@ -373030,27 +391502,28 @@ }, { "attributes": { - "description": "Porter - Bottom of stairs between Alewife platform and Ashmont/Braintree platform", - "latitude": 42.388922, + "description": "South Station - Top of stairs for Ashmont/Braintree", + "latitude": null, "location_type": 3, - "longitude": -71.119018, - "name": "Porter", + "longitude": null, + "name": "South Station", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-portr-507stairs-nbplatform", + "id": "node-sstat-390stair-sl", "links": { - "self": "/stops/node-portr-507stairs-nbplatform" + "self": "/stops/node-sstat-390stair-sl" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-portr-507stairs-nbplatform" + "related": "/facilities/?filter[stop]=node-sstat-390stair-sl" } }, "parent_station": { "data": { - "id": "place-portr", + "id": "place-sstat", "type": "stop" } }, @@ -373062,27 +391535,28 @@ }, { "attributes": { - "description": "Reservoir - Chestnut Hill Ave, Cleveland Circle (Ramp)", - "latitude": 42.334975, - "location_type": 2, - "longitude": -71.148607, - "name": "Reservoir - Chestnut Hill Ave, Cleveland Circle (Ramp)", + "description": "Wellington - Top of elevator between Oak Grove platform and lobby", + "latitude": 42.40194, + "location_type": 3, + "longitude": -71.077061, + "name": "Wellington", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-rsmnl-eramp", + "id": "node-864-lobby", "links": { - "self": "/stops/door-rsmnl-eramp" + "self": "/stops/node-864-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-rsmnl-eramp" + "related": "/facilities/?filter[stop]=node-864-lobby" } }, "parent_station": { "data": { - "id": "place-rsmnl", + "id": "place-welln", "type": "stop" } }, @@ -373094,27 +391568,28 @@ }, { "attributes": { - "description": "Harvard - Unpaid side of Harvard Square fare gates", - "latitude": null, - "location_type": 3, - "longitude": null, - "name": "Harvard", + "description": "Lechmere - O'Brien Hwy", + "latitude": 42.370844, + "location_type": 2, + "longitude": -71.075681, + "name": "Lechmere - O'Brien Hwy", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-harsq-sqfareunpaid", + "id": "door-lech-obrien", "links": { - "self": "/stops/node-harsq-sqfareunpaid" + "self": "/stops/door-lech-obrien" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-harsq-sqfareunpaid" + "related": "/facilities/?filter[stop]=door-lech-obrien" } }, "parent_station": { "data": { - "id": "place-harsq", + "id": "place-lech", "type": "stop" } }, @@ -373126,27 +391601,28 @@ }, { "attributes": { - "description": "Wonderland - Lobby level of stairs from garage to Revere Beach Plaza", - "latitude": 42.41353, + "description": "North Station - Causeway Street lobby", + "latitude": 42.365541, "location_type": 3, - "longitude": -70.991894, - "name": "Wonderland", + "longitude": -71.060431, + "name": "North Station", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-wondl-ibplazastairs-lobby", + "id": "node-north-causeway-lobby", "links": { - "self": "/stops/node-wondl-ibplazastairs-lobby" + "self": "/stops/node-north-causeway-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-wondl-ibplazastairs-lobby" + "related": "/facilities/?filter[stop]=node-north-causeway-lobby" } }, "parent_station": { "data": { - "id": "place-wondl", + "id": "place-north", "type": "stop" } }, @@ -373158,27 +391634,28 @@ }, { "attributes": { - "description": "Courthouse - Thomson Pl, Seaport Blvd", - "latitude": 42.352247, - "location_type": 2, - "longitude": -71.046901, - "name": "Courthouse - Thomson Pl, Seaport Blvd", + "description": "Quincy Center - Stairs lobby level", + "latitude": 42.25128, + "location_type": 3, + "longitude": -71.005313, + "name": "Quincy Center", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-crtst-south", + "id": "node-qnctr-crstair-entrance", "links": { - "self": "/stops/door-crtst-south" + "self": "/stops/node-qnctr-crstair-entrance" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-crtst-south" + "related": "/facilities/?filter[stop]=node-qnctr-crstair-entrance" } }, "parent_station": { "data": { - "id": "place-crtst", + "id": "place-qnctr", "type": "stop" } }, @@ -373190,27 +391667,28 @@ }, { "attributes": { - "description": "State - Bottom of Elevator 974 between Congress St and Bowdoin platform", - "latitude": null, + "description": "Airport - Bottom of Elevator 955", + "latitude": 42.374447, "location_type": 3, - "longitude": null, - "name": "State", + "longitude": -71.030429, + "name": "Airport", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-974-wbplatform", + "id": "node-955-lobby", "links": { - "self": "/stops/node-974-wbplatform" + "self": "/stops/node-955-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-974-wbplatform" + "related": "/facilities/?filter[stop]=node-955-lobby" } }, "parent_station": { "data": { - "id": "place-state", + "id": "place-aport", "type": "stop" } }, @@ -373222,27 +391700,28 @@ }, { "attributes": { - "description": "JFK/UMass - Unpaid side of fare gates", - "latitude": 42.320665, + "description": "Harvard - Top of ramp between Upper Busway and Red Line lobby", + "latitude": null, "location_type": 3, - "longitude": -71.052351, - "name": "JFK/UMass", + "longitude": null, + "name": "Harvard", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-jfk-mainfareunpaid", + "id": "node-harsq-upperramp-upper", "links": { - "self": "/stops/node-jfk-mainfareunpaid" + "self": "/stops/node-harsq-upperramp-upper" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-jfk-mainfareunpaid" + "related": "/facilities/?filter[stop]=node-harsq-upperramp-upper" } }, "parent_station": { "data": { - "id": "place-jfk", + "id": "place-harsq", "type": "stop" } }, @@ -373254,27 +391733,28 @@ }, { "attributes": { - "description": "Tufts Medical Center - Unpaid side of fare gates", - "latitude": null, + "description": "Valley Road - Top of stairs", + "latitude": 42.268194, "location_type": 3, - "longitude": null, - "name": "Tufts Medical Center", + "longitude": -71.081398, + "name": "Valley Road", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-tumnl-tre-fareunpaid", + "id": "node-valrd-stairs-street", "links": { - "self": "/stops/node-tumnl-tre-fareunpaid" + "self": "/stops/node-valrd-stairs-street" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-tumnl-tre-fareunpaid" + "related": "/facilities/?filter[stop]=node-valrd-stairs-street" } }, "parent_station": { "data": { - "id": "place-tumnl", + "id": "place-valrd", "type": "stop" } }, @@ -373286,27 +391766,28 @@ }, { "attributes": { - "description": "Science Park/West End - Nashua St, Spaulding Rehab Hospital (Stairs)", - "latitude": 42.36687, - "location_type": 2, - "longitude": -71.067757, - "name": "Science Park/West End - Nashua St, Spaulding Rehab Hospital (Stairs)", + "description": "Back Bay - Top of Tracks 5-7 west stairs", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "Back Bay", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-spmnl-nashua", + "id": "node-bbsta-w57stairs-lobby", "links": { - "self": "/stops/door-spmnl-nashua" + "self": "/stops/node-bbsta-w57stairs-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-spmnl-nashua" + "related": "/facilities/?filter[stop]=node-bbsta-w57stairs-lobby" } }, "parent_station": { "data": { - "id": "place-spmnl", + "id": "place-bbsta", "type": "stop" } }, @@ -373318,27 +391799,28 @@ }, { "attributes": { - "description": "State - Devonshire St, Water St", - "latitude": 42.357487, - "location_type": 2, - "longitude": -71.057412, - "name": "State - Devonshire St, Water St", + "description": "Quincy Adams - Fourth floor garage lobby", + "latitude": 42.233083, + "location_type": 3, + "longitude": -71.007196, + "name": "Quincy Adams", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-state-water", + "id": "node-qamnl-fourth-lobby", "links": { - "self": "/stops/door-state-water" + "self": "/stops/node-qamnl-fourth-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-state-water" + "related": "/facilities/?filter[stop]=node-qamnl-fourth-lobby" } }, "parent_station": { "data": { - "id": "place-state", + "id": "place-qamnl", "type": "stop" } }, @@ -373350,27 +391832,28 @@ }, { "attributes": { - "description": "Ball Square - Boston Ave", - "latitude": 42.399891, - "location_type": 2, - "longitude": -71.111125, - "name": "Ball Square - Boston Ave", + "description": "Alewife - Top of stairs between Cambridgeside Drive ramp and pick-up/drop-off", + "latitude": 42.395464, + "location_type": 3, + "longitude": -71.141766, + "name": "Alewife", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-balsq-boston", + "id": "node-alfcl-cambridgesidepickstairs-top", "links": { - "self": "/stops/door-balsq-boston" + "self": "/stops/node-alfcl-cambridgesidepickstairs-top" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-balsq-boston" + "related": "/facilities/?filter[stop]=node-alfcl-cambridgesidepickstairs-top" } }, "parent_station": { "data": { - "id": "place-balsq", + "id": "place-alfcl", "type": "stop" } }, @@ -373382,27 +391865,28 @@ }, { "attributes": { - "description": "Park Street - Top of stairs between Red Line center platform and Government Center & North platform", - "latitude": null, - "location_type": 3, - "longitude": null, - "name": "Park Street", + "description": "Jackson Square - Centre St, Busway, Park", + "latitude": 42.323014, + "location_type": 2, + "longitude": -71.099879, + "name": "Jackson Square - Centre St, Busway, Park", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-pktrm-cpebstairs-gl", + "id": "door-jaksn-main", "links": { - "self": "/stops/node-pktrm-cpebstairs-gl" + "self": "/stops/door-jaksn-main" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-pktrm-cpebstairs-gl" + "related": "/facilities/?filter[stop]=door-jaksn-main" } }, "parent_station": { "data": { - "id": "place-pktrm", + "id": "place-jaksn", "type": "stop" } }, @@ -373414,27 +391898,28 @@ }, { "attributes": { - "description": "Park Street - Top of elevator between Government Center & North side platform and passageway to Copley & West", + "description": "Jackson Square - Top of Elevator 846", "latitude": null, "location_type": 3, "longitude": null, - "name": "Park Street", + "name": "Jackson Square", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-pktrm-ebupassstairs-platform", + "id": "node-jaksn-846-lobby", "links": { - "self": "/stops/node-pktrm-ebupassstairs-platform" + "self": "/stops/node-jaksn-846-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-pktrm-ebupassstairs-platform" + "related": "/facilities/?filter[stop]=node-jaksn-846-lobby" } }, "parent_station": { "data": { - "id": "place-pktrm", + "id": "place-jaksn", "type": "stop" } }, @@ -373446,27 +391931,28 @@ }, { "attributes": { - "description": "Wollaston - Top of escalator from parking lobby to bridge", + "description": "Park Street - Bottom of stairs from Government Center & North platform to Tremont Street, Winter Street", "latitude": null, "location_type": 3, "longitude": null, - "name": "Wollaston", + "name": "Park Street", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-448-bridge", + "id": "node-pktrm-stair17-lobby", "links": { - "self": "/stops/node-448-bridge" + "self": "/stops/node-pktrm-stair17-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-448-bridge" + "related": "/facilities/?filter[stop]=node-pktrm-stair17-lobby" } }, "parent_station": { "data": { - "id": "place-wlsta", + "id": "place-pktrm", "type": "stop" } }, @@ -373478,27 +391964,28 @@ }, { "attributes": { - "description": "Tufts Medical Center - Washington St, Tufts Medical Center", - "latitude": 42.349662, - "location_type": 2, - "longitude": -71.063917, - "name": "Tufts Medical Center - Washington St, Tufts Medical Center", + "description": "Wellington - Bottom of elevator between Oak Grove platform and lobby", + "latitude": 42.40194, + "location_type": 3, + "longitude": -71.077061, + "name": "Wellington", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-tumnl-washington", + "id": "node-864-platform", "links": { - "self": "/stops/door-tumnl-washington" + "self": "/stops/node-864-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-tumnl-washington" + "related": "/facilities/?filter[stop]=node-864-platform" } }, "parent_station": { "data": { - "id": "place-tumnl", + "id": "place-welln", "type": "stop" } }, @@ -373510,27 +391997,28 @@ }, { "attributes": { - "description": "Wood Island - Bottom of Escalator 380", - "latitude": 42.379548, - "location_type": 3, - "longitude": -71.022886, - "name": "Wood Island", + "description": "Kendall/MIT - Carleton St", + "latitude": 42.362005, + "location_type": 2, + "longitude": -71.086255, + "name": "Kendall/MIT - Carleton St", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, - "id": "node-380-platform", + "id": "door-knncl-sbcarleton", "links": { - "self": "/stops/node-380-platform" + "self": "/stops/door-knncl-sbcarleton" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-380-platform" + "related": "/facilities/?filter[stop]=door-knncl-sbcarleton" } }, "parent_station": { "data": { - "id": "place-wimnl", + "id": "place-knncl", "type": "stop" } }, @@ -373542,27 +392030,28 @@ }, { "attributes": { - "description": "Haymarket - Top of stairs between Forest Hills platform and Green Line, busway passageway", - "latitude": null, - "location_type": 3, - "longitude": null, - "name": "Haymarket", + "description": "Suffolk Downs - Walley St", + "latitude": 42.39064, + "location_type": 2, + "longitude": -70.997388, + "name": "Suffolk Downs - Walley St", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-haecl-passfhstair-platform", + "id": "door-sdmnl-walley", "links": { - "self": "/stops/node-haecl-passfhstair-platform" + "self": "/stops/door-sdmnl-walley" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-haecl-passfhstair-platform" + "related": "/facilities/?filter[stop]=door-sdmnl-walley" } }, "parent_station": { "data": { - "id": "place-haecl", + "id": "place-sdmnl", "type": "stop" } }, @@ -373574,27 +392063,28 @@ }, { "attributes": { - "description": "Broadway - Bottom of platform stairs", - "latitude": null, + "description": "Porter - Bottom of escalator from Somerville Ave to lobby", + "latitude": 42.388313, "location_type": 3, - "longitude": null, - "name": "Broadway", + "longitude": -71.11895, + "name": "Porter", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-brdwy-platstairs-platform", + "id": "node-504-lobby", "links": { - "self": "/stops/node-brdwy-platstairs-platform" + "self": "/stops/node-504-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-brdwy-platstairs-platform" + "related": "/facilities/?filter[stop]=node-504-lobby" } }, "parent_station": { "data": { - "id": "place-brdwy", + "id": "place-portr", "type": "stop" } }, @@ -373606,27 +392096,28 @@ }, { "attributes": { - "description": "World Trade Center - Top of outbound platform stairs", - "latitude": null, + "description": "Quincy Adams - Third floor garage lobby", + "latitude": 42.233083, "location_type": 3, - "longitude": null, - "name": "World Trade Center", + "longitude": -71.007196, + "name": "Quincy Adams", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-wtcst-obstairs-lobby", + "id": "node-qamnl-third-lobby", "links": { - "self": "/stops/node-wtcst-obstairs-lobby" + "self": "/stops/node-qamnl-third-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-wtcst-obstairs-lobby" + "related": "/facilities/?filter[stop]=node-qamnl-third-lobby" } }, "parent_station": { "data": { - "id": "place-wtcst", + "id": "place-qamnl", "type": "stop" } }, @@ -373638,27 +392129,28 @@ }, { "attributes": { - "description": "State - Bottom of stairs between Bowdoin platform, Oak Grove platform landing and State St, Devonshire St", - "latitude": null, + "description": "Davis - Top of Escalator 337", + "latitude": 42.396782, "location_type": 3, - "longitude": null, - "name": "State", + "longitude": -71.121832, + "name": "Davis", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-state-oldstateogministairs-landing", + "id": "node-337-entrance", "links": { - "self": "/stops/node-state-oldstateogministairs-landing" + "self": "/stops/node-337-entrance" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-state-oldstateogministairs-landing" + "related": "/facilities/?filter[stop]=node-337-entrance" } }, "parent_station": { "data": { - "id": "place-state", + "id": "place-davis", "type": "stop" } }, @@ -373670,27 +392162,28 @@ }, { "attributes": { - "description": "Courthouse - Top of stairs between Fan Pier Boulevard and lobby", - "latitude": null, + "description": "Gilman Square - Bottom of School St Elevator 766", + "latitude": 42.388245, "location_type": 3, - "longitude": null, - "name": "Courthouse", + "longitude": -71.097497, + "name": "Gilman Square", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-crtst-northentstair-entrance", + "id": "node-766-bottom", "links": { - "self": "/stops/node-crtst-northentstair-entrance" + "self": "/stops/node-766-bottom" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-crtst-northentstair-entrance" + "related": "/facilities/?filter[stop]=node-766-bottom" } }, "parent_station": { "data": { - "id": "place-crtst", + "id": "place-gilmn", "type": "stop" } }, @@ -373702,27 +392195,28 @@ }, { "attributes": { - "description": "Roxbury Crossing - Paid side of fare gates", - "latitude": 42.33129, + "description": "Chestnut Hill - Bottom of stairs to Hammond Street", + "latitude": 42.326761, "location_type": 3, - "longitude": -71.095567, - "name": "Roxbury Crossing", + "longitude": -71.165281, + "name": "Chestnut Hill", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-rcmnl-farepaid", + "id": "node-chhil-roadstairs-platform", "links": { - "self": "/stops/node-rcmnl-farepaid" + "self": "/stops/node-chhil-roadstairs-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-rcmnl-farepaid" + "related": "/facilities/?filter[stop]=node-chhil-roadstairs-platform" } }, "parent_station": { "data": { - "id": "place-rcmnl", + "id": "place-chhil", "type": "stop" } }, @@ -373734,27 +392228,28 @@ }, { "attributes": { - "description": "Broadway - Paid side of fare gates", - "latitude": null, - "location_type": 3, - "longitude": null, - "name": "Broadway", + "description": "South Station - Atlantic Ave", + "latitude": 42.351551, + "location_type": 2, + "longitude": -71.055716, + "name": "South Station - Atlantic Ave", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-brdwy-farepaid", + "id": "door-sstat-atlantic", "links": { - "self": "/stops/node-brdwy-farepaid" + "self": "/stops/door-sstat-atlantic" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-brdwy-farepaid" + "related": "/facilities/?filter[stop]=door-sstat-atlantic" } }, "parent_station": { "data": { - "id": "place-brdwy", + "id": "place-sstat", "type": "stop" } }, @@ -373766,27 +392261,28 @@ }, { "attributes": { - "description": "Central - Mass Ave", - "latitude": 42.36519, - "location_type": 2, - "longitude": -71.103557, - "name": "Central - Mass Ave", + "description": "Haymarket - Top of elevator between Green Line, busway and Orange Line passageway", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "Haymarket", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-cntsq-ibmass", + "id": "node-906-green", "links": { - "self": "/stops/door-cntsq-ibmass" + "self": "/stops/node-906-green" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-cntsq-ibmass" + "related": "/facilities/?filter[stop]=node-906-green" } }, "parent_station": { "data": { - "id": "place-cntsq", + "id": "place-haecl", "type": "stop" } }, @@ -373798,27 +392294,28 @@ }, { "attributes": { - "description": "Courthouse - Unpaid side of outbound exit-only gates", + "description": "South Station - Unpaid side of fare gates", "latitude": null, "location_type": 3, "longitude": null, - "name": "Courthouse", + "name": "South Station", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-crtst-wtcexit-fareunpaid", + "id": "node-sstat-north-fareunpaid", "links": { - "self": "/stops/node-crtst-wtcexit-fareunpaid" + "self": "/stops/node-sstat-north-fareunpaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-crtst-wtcexit-fareunpaid" + "related": "/facilities/?filter[stop]=node-sstat-north-fareunpaid" } }, "parent_station": { "data": { - "id": "place-crtst", + "id": "place-sstat", "type": "stop" } }, @@ -373830,27 +392327,28 @@ }, { "attributes": { - "description": "Airport - Top of stairs on Bowdoin, Bremen Street side", - "latitude": 42.374479, + "description": "Kendall/MIT - Stairs street level", + "latitude": 42.362239, "location_type": 3, - "longitude": -71.030279, - "name": "Airport", + "longitude": -71.084866, + "name": "Kendall/MIT", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-aport-wbpaidstairs-bridge", + "id": "node-knncl-frontsbstair-entrance", "links": { - "self": "/stops/node-aport-wbpaidstairs-bridge" + "self": "/stops/node-knncl-frontsbstair-entrance" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-aport-wbpaidstairs-bridge" + "related": "/facilities/?filter[stop]=node-knncl-frontsbstair-entrance" } }, "parent_station": { "data": { - "id": "place-aport", + "id": "place-knncl", "type": "stop" } }, @@ -373862,27 +392360,28 @@ }, { "attributes": { - "description": "Downtown Crossing - Bottom of stairs between Oak Grove platform and Alewife platform", + "description": "State - Bottom of stairs between Congress St and Bowdoin platform", "latitude": null, "location_type": 3, "longitude": null, - "name": "Downtown Crossing", + "name": "State", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-dwnxg-stair2-rl", + "id": "node-state-congressstairs-wbplatform", "links": { - "self": "/stops/node-dwnxg-stair2-rl" + "self": "/stops/node-state-congressstairs-wbplatform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-dwnxg-stair2-rl" + "related": "/facilities/?filter[stop]=node-state-congressstairs-wbplatform" } }, "parent_station": { "data": { - "id": "place-dwnxg", + "id": "place-state", "type": "stop" } }, @@ -373894,27 +392393,28 @@ }, { "attributes": { - "description": "Hynes Convention Center - Newbury St", - "latitude": 42.348151, - "location_type": 2, - "longitude": -71.087555, - "name": "Hynes Convention Center - Newbury St", + "description": "Wonderland - Bridge level of garage elevator", + "latitude": 42.413467, + "location_type": 3, + "longitude": -70.991914, + "name": "Wonderland", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-hymnl-newbury", + "id": "node-703-bridge", "links": { - "self": "/stops/door-hymnl-newbury" + "self": "/stops/node-703-bridge" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-hymnl-newbury" + "related": "/facilities/?filter[stop]=node-703-bridge" } }, "parent_station": { "data": { - "id": "place-hymnl", + "id": "place-wondl", "type": "stop" } }, @@ -373926,27 +392426,28 @@ }, { "attributes": { - "description": "Kendall/MIT - Top of Elevator 866", - "latitude": 42.362724, + "description": "Airport - Top of Escalator 407", + "latitude": 42.374246, "location_type": 3, - "longitude": -71.086223, - "name": "Kendall/MIT", + "longitude": -71.030091, + "name": "Airport", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-866-entrance", + "id": "node-407-bridge", "links": { - "self": "/stops/node-866-entrance" + "self": "/stops/node-407-bridge" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-866-entrance" + "related": "/facilities/?filter[stop]=node-407-bridge" } }, "parent_station": { "data": { - "id": "place-knncl", + "id": "place-aport", "type": "stop" } }, @@ -373958,27 +392459,28 @@ }, { "attributes": { - "description": "Kendall/MIT - Bottom of stairs between Main St and Ashmont/Braintree platform", - "latitude": 42.362225, + "description": "World Trade Center - Bottom of outbound platform escalator", + "latitude": null, "location_type": 3, - "longitude": -71.086159, - "name": "Kendall/MIT", + "longitude": null, + "name": "World Trade Center", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-knncl-sbmain-platform", + "id": "node-404-platform", "links": { - "self": "/stops/node-knncl-sbmain-platform" + "self": "/stops/node-404-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-knncl-sbmain-platform" + "related": "/facilities/?filter[stop]=node-404-platform" } }, "parent_station": { "data": { - "id": "place-knncl", + "id": "place-wtcst", "type": "stop" } }, @@ -373990,27 +392492,28 @@ }, { "attributes": { - "description": "North Quincy - Top of elevator between Newport Avenue and lobby", - "latitude": 42.276337, + "description": "Davis - Top of Escalator 343", + "latitude": 42.396964, "location_type": 3, - "longitude": -71.031019, - "name": "North Quincy", + "longitude": -71.12318, + "name": "Davis", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-898-lobby", + "id": "node-343-entrance", "links": { - "self": "/stops/node-898-lobby" + "self": "/stops/node-343-entrance" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-898-lobby" + "related": "/facilities/?filter[stop]=node-343-entrance" } }, "parent_station": { "data": { - "id": "place-nqncy", + "id": "place-davis", "type": "stop" } }, @@ -374022,27 +392525,28 @@ }, { "attributes": { - "description": "JFK/UMass - Bottom of elevator between Braintree, Alewife platform and lobby", - "latitude": 42.320576, + "description": "Oak Grove - Top of escalator from Washington Street", + "latitude": 42.436906, "location_type": 3, - "longitude": -71.052273, - "name": "JFK/UMass", + "longitude": -71.071075, + "name": "Oak Grove", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-830-platform", + "id": "node-102-lobby", "links": { - "self": "/stops/node-830-platform" + "self": "/stops/node-102-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-830-platform" + "related": "/facilities/?filter[stop]=node-102-lobby" } }, "parent_station": { "data": { - "id": "place-jfk", + "id": "place-ogmnl", "type": "stop" } }, @@ -374054,27 +392558,28 @@ }, { "attributes": { - "description": "South Station - Top of Escalator 382", + "description": "Kenmore - Top of escalator from westbound platform", "latitude": null, "location_type": 3, "longitude": null, - "name": "South Station", + "name": "Kenmore", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-382-lobby", + "id": "node-431-lobby", "links": { - "self": "/stops/node-382-lobby" + "self": "/stops/node-431-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-382-lobby" + "related": "/facilities/?filter[stop]=node-431-lobby" } }, "parent_station": { "data": { - "id": "place-sstat", + "id": "place-kencl", "type": "stop" } }, @@ -374086,27 +392591,28 @@ }, { "attributes": { - "description": "Beaconsfield - Beaconsfield Rd", - "latitude": 42.335788, - "location_type": 2, - "longitude": -71.13993, - "name": "Beaconsfield - Beaconsfield Rd", + "description": "Copley - Bottom of Escalator 439 from westbound platform", + "latitude": 42.350337, + "location_type": 3, + "longitude": -71.07764, + "name": "Copley", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-bcnfd-bcnfield", + "id": "node-coecl-439-platform", "links": { - "self": "/stops/door-bcnfd-bcnfield" + "self": "/stops/node-coecl-439-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-bcnfd-bcnfield" + "related": "/facilities/?filter[stop]=node-coecl-439-platform" } }, "parent_station": { "data": { - "id": "place-bcnfd", + "id": "place-coecl", "type": "stop" } }, @@ -374118,27 +392624,28 @@ }, { "attributes": { - "description": "Downtown Crossing - Outside of exit-only doors from Alewife platform", - "latitude": null, + "description": "North Quincy - Top of elevator between Hancock Street and lobby", + "latitude": 42.276502, "location_type": 3, - "longitude": null, - "name": "Downtown Crossing", + "longitude": -71.030741, + "name": "North Quincy", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-dwnxg-nbsumexitfare-unpaid", + "id": "node-897-lobby", "links": { - "self": "/stops/node-dwnxg-nbsumexitfare-unpaid" + "self": "/stops/node-897-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-dwnxg-nbsumexitfare-unpaid" + "related": "/facilities/?filter[stop]=node-897-lobby" } }, "parent_station": { "data": { - "id": "place-dwnxg", + "id": "place-nqncy", "type": "stop" } }, @@ -374150,27 +392657,28 @@ }, { "attributes": { - "description": "Reservoir - Bottom of stairs for Riverside", - "latitude": 42.335184, + "description": "North Station - Top of Elevator 912 between Causeway Street lobby and Causeway Street", + "latitude": 42.365692, "location_type": 3, - "longitude": -71.148618, - "name": "Reservoir", + "longitude": -71.060464, + "name": "North Station", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-rsmnl-wstairs-platform", + "id": "node-912-top", "links": { - "self": "/stops/node-rsmnl-wstairs-platform" + "self": "/stops/node-912-top" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-rsmnl-wstairs-platform" + "related": "/facilities/?filter[stop]=node-912-top" } }, "parent_station": { "data": { - "id": "place-rsmnl", + "id": "place-north", "type": "stop" } }, @@ -374182,27 +392690,28 @@ }, { "attributes": { - "description": "Shawmut - Top of Ashmont stairs", - "latitude": 42.293159, + "description": "Science Park/West End - Top of O'Brien entrance stairs", + "latitude": 42.36671, "location_type": 3, - "longitude": -71.065862, - "name": "Shawmut", + "longitude": -71.067941, + "name": "Science Park/West End", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-smmnl-sbstairs-lobby", + "id": "node-spmnl-obrienstairs-top", "links": { - "self": "/stops/node-smmnl-sbstairs-lobby" + "self": "/stops/node-spmnl-obrienstairs-top" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-smmnl-sbstairs-lobby" + "related": "/facilities/?filter[stop]=node-spmnl-obrienstairs-top" } }, "parent_station": { "data": { - "id": "place-smmnl", + "id": "place-spmnl", "type": "stop" } }, @@ -374214,27 +392723,28 @@ }, { "attributes": { - "description": "Back Bay - Bottom of Track 2 escalator", - "latitude": null, - "location_type": 3, - "longitude": null, - "name": "Back Bay", + "description": "Longwood - Emerald Necklace (Stairs)", + "latitude": 42.341394, + "location_type": 2, + "longitude": -71.110009, + "name": "Longwood - Emerald Necklace (Stairs)", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, - "id": "node-144-platform", + "id": "door-longw-neckstairs", "links": { - "self": "/stops/node-144-platform" + "self": "/stops/door-longw-neckstairs" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-144-platform" + "related": "/facilities/?filter[stop]=door-longw-neckstairs" } }, "parent_station": { "data": { - "id": "place-bbsta", + "id": "place-longw", "type": "stop" } }, @@ -374246,27 +392756,28 @@ }, { "attributes": { - "description": "Maverick - Bottom of escalator from lobby to Lewis Mall", - "latitude": 42.368198, + "description": "Park Street - Top of stairs between Red Line center platform and Winter Street Concourse", + "latitude": null, "location_type": 3, - "longitude": -71.040381, - "name": "Maverick", + "longitude": null, + "name": "Park Street", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-428-lobby", + "id": "node-pktrm-stair4-lobby", "links": { - "self": "/stops/node-428-lobby" + "self": "/stops/node-pktrm-stair4-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-428-lobby" + "related": "/facilities/?filter[stop]=node-pktrm-stair4-lobby" } }, "parent_station": { "data": { - "id": "place-mvbcl", + "id": "place-pktrm", "type": "stop" } }, @@ -374278,27 +392789,28 @@ }, { "attributes": { - "description": "Savin Hill - Top of stairs between Sydney Street and lobby", - "latitude": 42.310838, + "description": "JFK/UMass - Top of northern stairs between Braintree, Alewife platform and lobby", + "latitude": 42.320626, "location_type": 3, - "longitude": -71.053681, - "name": "Savin Hill", + "longitude": -71.05228, + "name": "JFK/UMass", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-shmnl-sydstair-lobby", + "id": "node-jfk-braganstair-lobby", "links": { - "self": "/stops/node-shmnl-sydstair-lobby" + "self": "/stops/node-jfk-braganstair-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-shmnl-sydstair-lobby" + "related": "/facilities/?filter[stop]=node-jfk-braganstair-lobby" } }, "parent_station": { "data": { - "id": "place-shmnl", + "id": "place-jfk", "type": "stop" } }, @@ -374310,27 +392822,28 @@ }, { "attributes": { - "description": "Prudential - Bottom of Park Street & North stairs", + "description": "World Trade Center - Bottom of inbound platform stairs", "latitude": null, "location_type": 3, "longitude": null, - "name": "Prudential", + "name": "World Trade Center", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-prmnl-ebstair-platform", + "id": "node-wtcst-ibstairs-platform", "links": { - "self": "/stops/node-prmnl-ebstair-platform" + "self": "/stops/node-wtcst-ibstairs-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-prmnl-ebstair-platform" + "related": "/facilities/?filter[stop]=node-wtcst-ibstairs-platform" } }, "parent_station": { "data": { - "id": "place-prmnl", + "id": "place-wtcst", "type": "stop" } }, @@ -374342,27 +392855,28 @@ }, { "attributes": { - "description": "Davis - Bottom of northern stairs for platform", + "description": "Downtown Crossing - Unpaid side of fare gates", "latitude": null, "location_type": 3, "longitude": null, - "name": "Davis", + "name": "Downtown Crossing", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-davis-341stair-platform", + "id": "node-dwnxg-wintwashfare-unpaid", "links": { - "self": "/stops/node-davis-341stair-platform" + "self": "/stops/node-dwnxg-wintwashfare-unpaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-davis-341stair-platform" + "related": "/facilities/?filter[stop]=node-dwnxg-wintwashfare-unpaid" } }, "parent_station": { "data": { - "id": "place-davis", + "id": "place-dwnxg", "type": "stop" } }, @@ -374374,27 +392888,28 @@ }, { "attributes": { - "description": "Park Street - Boston Common", - "latitude": 42.355456, + "description": "Eliot - Boylston St Eastbound", + "latitude": 42.318301, "location_type": 2, - "longitude": -71.063402, - "name": "Park Street - Boston Common", + "longitude": -71.215414, + "name": "Eliot - Boylston St Eastbound", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-pktrm-west", + "id": "door-eliot-boyle", "links": { - "self": "/stops/door-pktrm-west" + "self": "/stops/door-eliot-boyle" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-pktrm-west" + "related": "/facilities/?filter[stop]=door-eliot-boyle" } }, "parent_station": { "data": { - "id": "place-pktrm", + "id": "place-eliot", "type": "stop" } }, @@ -374406,27 +392921,28 @@ }, { "attributes": { - "description": "JFK/UMass - Bottom of stairs between Braintree, Alewife platform and Sydney Street", - "latitude": 42.320033, + "description": "Wood Island - Unpaid side of fare gates", + "latitude": 42.379793, "location_type": 3, - "longitude": -71.052198, - "name": "JFK/UMass", + "longitude": -71.022981, + "name": "Wood Island", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-jfk-brasydstair-platform", + "id": "node-wimnl-benn-fareunpaid", "links": { - "self": "/stops/node-jfk-brasydstair-platform" + "self": "/stops/node-wimnl-benn-fareunpaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-jfk-brasydstair-platform" + "related": "/facilities/?filter[stop]=node-wimnl-benn-fareunpaid" } }, "parent_station": { "data": { - "id": "place-jfk", + "id": "place-wimnl", "type": "stop" } }, @@ -374438,27 +392954,28 @@ }, { "attributes": { - "description": "Arlington - Public Garden ", - "latitude": 42.352, - "location_type": 2, - "longitude": -71.070864, - "name": "Arlington - Public Garden ", + "description": "Andrew - Top of outbound elevator stairs", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "Andrew", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-armnl-garden", + "id": "node-andrw-obelstairs-lobby", "links": { - "self": "/stops/door-armnl-garden" + "self": "/stops/node-andrw-obelstairs-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-armnl-garden" + "related": "/facilities/?filter[stop]=node-andrw-obelstairs-lobby" } }, "parent_station": { "data": { - "id": "place-armnl", + "id": "place-andrw", "type": "stop" } }, @@ -374470,27 +392987,28 @@ }, { "attributes": { - "description": "Wonderland - Wonderland-bound platform end of pedestrian bridge", - "latitude": 42.413205, + "description": "Wood Island - Top of Elevator 890 (within fare control)", + "latitude": 42.379529, "location_type": 3, - "longitude": -70.9917, - "name": "Wonderland", + "longitude": -71.022854, + "name": "Wood Island", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-wondl-footbridgeob", + "id": "node-890-paidbridge", "links": { - "self": "/stops/node-wondl-footbridgeob" + "self": "/stops/node-890-paidbridge" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-wondl-footbridgeob" + "related": "/facilities/?filter[stop]=node-890-paidbridge" } }, "parent_station": { "data": { - "id": "place-wondl", + "id": "place-wimnl", "type": "stop" } }, @@ -374502,27 +393020,28 @@ }, { "attributes": { - "description": "Reservoir - Chestnut Hill Ave, Buses (Riverside)", - "latitude": 42.335157, - "location_type": 2, - "longitude": -71.148775, - "name": "Reservoir - Chestnut Hill Ave, Buses (Riverside)", + "description": "Wood Island - Top of stairs for all trains, buses, Bennington Street", + "latitude": 42.379764, + "location_type": 3, + "longitude": -71.023057, + "name": "Wood Island", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-rsmnl-wstairs", + "id": "node-wimnl-ibunpaidstairs-bridge", "links": { - "self": "/stops/door-rsmnl-wstairs" + "self": "/stops/node-wimnl-ibunpaidstairs-bridge" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-rsmnl-wstairs" + "related": "/facilities/?filter[stop]=node-wimnl-ibunpaidstairs-bridge" } }, "parent_station": { "data": { - "id": "place-rsmnl", + "id": "place-wimnl", "type": "stop" } }, @@ -374534,27 +393053,28 @@ }, { "attributes": { - "description": "Malden Center - Top of Commuter Rail platform elevator", - "latitude": 42.426915, + "description": "North Station - Top of Escalator 304 from Oak Grove platform to Valenti Way lobby", + "latitude": 42.365055, "location_type": 3, - "longitude": -71.074049, - "name": "Malden Center", + "longitude": -71.059786, + "name": "North Station", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-944-platform", + "id": "node-304-top", "links": { - "self": "/stops/node-944-platform" + "self": "/stops/node-304-top" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-944-platform" + "related": "/facilities/?filter[stop]=node-304-top" } }, "parent_station": { "data": { - "id": "place-mlmnl", + "id": "place-north", "type": "stop" } }, @@ -374566,27 +393086,28 @@ }, { "attributes": { - "description": "Jackson Square - Centre St, Busway, Park", - "latitude": 42.323014, + "description": "Davis - Holland St, Buses", + "latitude": 42.396992, "location_type": 2, - "longitude": -71.099879, - "name": "Jackson Square - Centre St, Busway, Park", + "longitude": -71.123191, + "name": "Davis - Holland St, Buses", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, - "id": "door-jaksn-main", + "id": "door-davis-holland", "links": { - "self": "/stops/door-jaksn-main" + "self": "/stops/door-davis-holland" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-jaksn-main" + "related": "/facilities/?filter[stop]=door-davis-holland" } }, "parent_station": { "data": { - "id": "place-jaksn", + "id": "place-davis", "type": "stop" } }, @@ -374598,27 +393119,28 @@ }, { "attributes": { - "description": "Science Park/West End - Unpaid side of fare gates", - "latitude": 42.366799, + "description": "Alewife - Top of ramp between concourse and busway", + "latitude": 42.395521, "location_type": 3, - "longitude": -71.067842, - "name": "Science Park/West End", + "longitude": -71.141482, + "name": "Alewife", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-spmnl-nfareunpaid", + "id": "node-alfcl-buswayramp-top", "links": { - "self": "/stops/node-spmnl-nfareunpaid" + "self": "/stops/node-alfcl-buswayramp-top" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-spmnl-nfareunpaid" + "related": "/facilities/?filter[stop]=node-alfcl-buswayramp-top" } }, "parent_station": { "data": { - "id": "place-spmnl", + "id": "place-alfcl", "type": "stop" } }, @@ -374630,27 +393152,28 @@ }, { "attributes": { - "description": "Wood Island - Bottom of Elevator 890 (outside fare control)", - "latitude": 42.379529, + "description": "Davis - Top of northern stairs for platform", + "latitude": null, "location_type": 3, - "longitude": -71.022854, - "name": "Wood Island", + "longitude": null, + "name": "Davis", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-890-unpaidstreet", + "id": "node-davis-341stair-lobby", "links": { - "self": "/stops/node-890-unpaidstreet" + "self": "/stops/node-davis-341stair-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-890-unpaidstreet" + "related": "/facilities/?filter[stop]=node-davis-341stair-lobby" } }, "parent_station": { "data": { - "id": "place-wimnl", + "id": "place-davis", "type": "stop" } }, @@ -374662,27 +393185,28 @@ }, { "attributes": { - "description": "Massachusetts Avenue - Unpaid side of exit-only gates", - "latitude": 42.340418, + "description": "Lechmere - Top of North First St Elevator 762", + "latitude": 42.371655, "location_type": 3, - "longitude": -71.084757, - "name": "Massachusetts Avenue", + "longitude": -71.076675, + "name": "Lechmere", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-masta-camfareunpaid", + "id": "node-762-top", "links": { - "self": "/stops/node-masta-camfareunpaid" + "self": "/stops/node-762-top" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-masta-camfareunpaid" + "related": "/facilities/?filter[stop]=node-762-top" } }, "parent_station": { "data": { - "id": "place-masta", + "id": "place-lech", "type": "stop" } }, @@ -374694,27 +393218,28 @@ }, { "attributes": { - "description": "Central - Essex St", - "latitude": 42.364991, - "location_type": 2, - "longitude": -71.102811, - "name": "Central - Essex St", + "description": "Back Bay - Top of Track 2 stairs", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "Back Bay", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-cntsq-essex", + "id": "node-bbsta-2stairs-lobby", "links": { - "self": "/stops/door-cntsq-essex" + "self": "/stops/node-bbsta-2stairs-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-cntsq-essex" + "related": "/facilities/?filter[stop]=node-bbsta-2stairs-lobby" } }, "parent_station": { "data": { - "id": "place-cntsq", + "id": "place-bbsta", "type": "stop" } }, @@ -374726,27 +393251,28 @@ }, { "attributes": { - "description": "Waban - Parking (Ramp)", - "latitude": 42.325748, - "location_type": 2, - "longitude": -71.230288, - "name": "Waban - Parking (Ramp)", + "description": "Revere Beach - Bottom of Elevator 885 between Wonderland platform and lobby", + "latitude": 42.407872, + "location_type": 3, + "longitude": -70.992427, + "name": "Revere Beach", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-waban-parkr", + "id": "node-885-platform", "links": { - "self": "/stops/door-waban-parkr" + "self": "/stops/node-885-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-waban-parkr" + "related": "/facilities/?filter[stop]=node-885-platform" } }, "parent_station": { "data": { - "id": "place-waban", + "id": "place-rbmnl", "type": "stop" } }, @@ -374758,27 +393284,28 @@ }, { "attributes": { - "description": "Park Street - Top of stairs between Red Line center platform and Copley & West platform", - "latitude": null, + "description": "North Station - Top of north stairs between Lechmere & North platform and Forest Hills, Copley & West platforms", + "latitude": 42.365332, "location_type": 3, - "longitude": null, - "name": "Park Street", + "longitude": -71.060335, + "name": "North Station", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-pktrm-cpwbstairs-gl", + "id": "node-north-centerstairs-top", "links": { - "self": "/stops/node-pktrm-cpwbstairs-gl" + "self": "/stops/node-north-centerstairs-top" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-pktrm-cpwbstairs-gl" + "related": "/facilities/?filter[stop]=node-north-centerstairs-top" } }, "parent_station": { "data": { - "id": "place-pktrm", + "id": "place-north", "type": "stop" } }, @@ -374790,27 +393317,28 @@ }, { "attributes": { - "description": "Sullivan Square - Paid side of fare gates", - "latitude": null, + "description": "Oak Grove - Top of Commuter Rail stairs", + "latitude": 42.437036, "location_type": 3, - "longitude": null, - "name": "Sullivan Square", + "longitude": -71.070734, + "name": "Oak Grove", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-sull-farepaid", + "id": "node-ogmnl-crstair-lobby", "links": { - "self": "/stops/node-sull-farepaid" + "self": "/stops/node-ogmnl-crstair-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-sull-farepaid" + "related": "/facilities/?filter[stop]=node-ogmnl-crstair-lobby" } }, "parent_station": { "data": { - "id": "place-sull", + "id": "place-ogmnl", "type": "stop" } }, @@ -374822,27 +393350,28 @@ }, { "attributes": { - "description": "Shawmut - Bottom of Ashmont stairs", - "latitude": 42.293212, + "description": "Ruggles - Top of Forsyth Street entrance elevator", + "latitude": 42.336924, "location_type": 3, - "longitude": -71.065922, - "name": "Shawmut", + "longitude": -71.08933, + "name": "Ruggles", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-smmnl-sbstairs-platform", + "id": "node-851-top", "links": { - "self": "/stops/node-smmnl-sbstairs-platform" + "self": "/stops/node-851-top" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-smmnl-sbstairs-platform" + "related": "/facilities/?filter[stop]=node-851-top" } }, "parent_station": { "data": { - "id": "place-smmnl", + "id": "place-rugg", "type": "stop" } }, @@ -374854,27 +393383,28 @@ }, { "attributes": { - "description": "Andrew - Bottom of north outbound stairs", - "latitude": null, + "description": "North Station - Bottom of Elevator 912 between Causeway Street lobby and Causeway Street", + "latitude": 42.365717, "location_type": 3, - "longitude": null, - "name": "Andrew", + "longitude": -71.060492, + "name": "North Station", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-andrw-nobstairs-platform", + "id": "node-912-bottom", "links": { - "self": "/stops/node-andrw-nobstairs-platform" + "self": "/stops/node-912-bottom" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-andrw-nobstairs-platform" + "related": "/facilities/?filter[stop]=node-912-bottom" } }, "parent_station": { "data": { - "id": "place-andrw", + "id": "place-north", "type": "stop" } }, @@ -374886,27 +393416,28 @@ }, { "attributes": { - "description": "Braintree - Bottom of Red Line platform downward escalator", - "latitude": 42.207402, + "description": "Charles/MGH - Top of Escalator 425", + "latitude": 42.361082, "location_type": 3, - "longitude": -71.001693, - "name": "Braintree", + "longitude": -71.0706, + "name": "Charles/MGH", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-334-lobby", + "id": "node-425-platform", "links": { - "self": "/stops/node-334-lobby" + "self": "/stops/node-425-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-334-lobby" + "related": "/facilities/?filter[stop]=node-425-platform" } }, "parent_station": { "data": { - "id": "place-brntn", + "id": "place-chmnl", "type": "stop" } }, @@ -374918,27 +393449,28 @@ }, { "attributes": { - "description": "Airport - Bottom of Elevator 931", - "latitude": 42.37423, + "description": "Back Bay - Bottom of Orange Line platform east stairs", + "latitude": null, "location_type": 3, - "longitude": -71.030177, - "name": "Airport", + "longitude": null, + "name": "Back Bay", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-931-platform", + "id": "node-bbsta-olestairs-platform", "links": { - "self": "/stops/node-931-platform" + "self": "/stops/node-bbsta-olestairs-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-931-platform" + "related": "/facilities/?filter[stop]=node-bbsta-olestairs-platform" } }, "parent_station": { "data": { - "id": "place-aport", + "id": "place-bbsta", "type": "stop" } }, @@ -374950,27 +393482,28 @@ }, { "attributes": { - "description": "Magoun Square - Top of Elevator 768", - "latitude": 42.393894, + "description": "Jackson Square - Paid side of fare gates", + "latitude": null, "location_type": 3, - "longitude": -71.106514, - "name": "Magoun Square", + "longitude": null, + "name": "Jackson Square", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-768-top", + "id": "node-jaksn-farepaid", "links": { - "self": "/stops/node-768-top" + "self": "/stops/node-jaksn-farepaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-768-top" + "related": "/facilities/?filter[stop]=node-jaksn-farepaid" } }, "parent_station": { "data": { - "id": "place-mgngl", + "id": "place-jaksn", "type": "stop" } }, @@ -374982,27 +393515,28 @@ }, { "attributes": { - "description": "Tufts Medical Center - Bottom of Escalator 146", + "description": "North Station - Commuter rail end of passageway from subway station to commuter rail station", "latitude": null, "location_type": 3, "longitude": null, - "name": "Tufts Medical Center", + "name": "North Station", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-146-platform", + "id": "node-north-passageway-cr", "links": { - "self": "/stops/node-146-platform" + "self": "/stops/node-north-passageway-cr" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-146-platform" + "related": "/facilities/?filter[stop]=node-north-passageway-cr" } }, "parent_station": { "data": { - "id": "place-tumnl", + "id": "place-north", "type": "stop" } }, @@ -375014,27 +393548,28 @@ }, { "attributes": { - "description": "Government Center - Bottom of escalator to Green Line", + "description": "Harvard - Bottom of escalator from Harvard Square to mezzanine", "latitude": null, "location_type": 3, "longitude": null, - "name": "Government Center", + "name": "Harvard", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-446-bl", + "id": "node-513-landing", "links": { - "self": "/stops/node-446-bl" + "self": "/stops/node-513-landing" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-446-bl" + "related": "/facilities/?filter[stop]=node-513-landing" } }, "parent_station": { "data": { - "id": "place-gover", + "id": "place-harsq", "type": "stop" } }, @@ -375046,27 +393581,28 @@ }, { "attributes": { - "description": "JFK/UMass - Paid side of exit-only gates", - "latitude": 42.321178, + "description": "Maverick - Bottom of elevator between Maverick Square and lobby", + "latitude": 42.369139, "location_type": 3, - "longitude": -71.052378, - "name": "JFK/UMass", + "longitude": -71.039577, + "name": "Maverick", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-jfk-bracolfarepaid", + "id": "node-965-lobby", "links": { - "self": "/stops/node-jfk-bracolfarepaid" + "self": "/stops/node-965-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-jfk-bracolfarepaid" + "related": "/facilities/?filter[stop]=node-965-lobby" } }, "parent_station": { "data": { - "id": "place-jfk", + "id": "place-mvbcl", "type": "stop" } }, @@ -375078,27 +393614,28 @@ }, { "attributes": { - "description": "Gilman Square - Top of stairs for School St", - "latitude": 42.388272, + "description": "JFK/UMass - Top of stairs between Braintree, Alewife platform and Sydney Street", + "latitude": 42.319968, "location_type": 3, - "longitude": -71.097501, - "name": "Gilman Square", + "longitude": -71.052189, + "name": "JFK/UMass", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-gilmn-schstairs-top", + "id": "node-jfk-brasydstair-lobby", "links": { - "self": "/stops/node-gilmn-schstairs-top" + "self": "/stops/node-jfk-brasydstair-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-gilmn-schstairs-top" + "related": "/facilities/?filter[stop]=node-jfk-brasydstair-lobby" } }, "parent_station": { "data": { - "id": "place-gilmn", + "id": "place-jfk", "type": "stop" } }, @@ -375110,27 +393647,28 @@ }, { "attributes": { - "description": "Babcock Street - Harry Agganis Way, Pleasant St", - "latitude": 42.351424, - "location_type": 2, - "longitude": -71.118712, - "name": "Babcock Street - Harry Agganis Way, Pleasant St", + "description": "State - Top of escalator from Orange Line to State St, Devonshire St", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "State", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-babck-ebagganis", + "id": "node-502-landing", "links": { - "self": "/stops/door-babck-ebagganis" + "self": "/stops/node-502-landing" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-babck-ebagganis" + "related": "/facilities/?filter[stop]=node-502-landing" } }, "parent_station": { "data": { - "id": "place-babck", + "id": "place-state", "type": "stop" } }, @@ -375142,27 +393680,28 @@ }, { "attributes": { - "description": "JFK/UMass - Top of stairs between Ashmont, Alewife platform and Sydney Street", - "latitude": 42.319999, + "description": "Davis - Top of southern stairs for platform", + "latitude": null, "location_type": 3, - "longitude": -71.052398, - "name": "JFK/UMass", + "longitude": null, + "name": "Davis", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-jfk-ashsydstair-lobby", + "id": "node-davis-340stair-lobby", "links": { - "self": "/stops/node-jfk-ashsydstair-lobby" + "self": "/stops/node-davis-340stair-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-jfk-ashsydstair-lobby" + "related": "/facilities/?filter[stop]=node-davis-340stair-lobby" } }, "parent_station": { "data": { - "id": "place-jfk", + "id": "place-davis", "type": "stop" } }, @@ -375174,27 +393713,28 @@ }, { "attributes": { - "description": "Magoun Square - Bottom of Elevator 768", - "latitude": 42.393894, + "description": "Wollaston - Bottom of elevator between Newport Avenue lobby and platform", + "latitude": null, "location_type": 3, - "longitude": -71.106514, - "name": "Magoun Square", + "longitude": null, + "name": "Wollaston", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-768-bottom", + "id": "node-734-lobby", "links": { - "self": "/stops/node-768-bottom" + "self": "/stops/node-734-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-768-bottom" + "related": "/facilities/?filter[stop]=node-734-lobby" } }, "parent_station": { "data": { - "id": "place-mgngl", + "id": "place-wlsta", "type": "stop" } }, @@ -375206,27 +393746,28 @@ }, { "attributes": { - "description": "Downtown Crossing - Outside of exit-only doors from Ashmont/Braintree platform", - "latitude": null, + "description": "Malden Center - Bottom of Commuter Rail platform escalator", + "latitude": 42.426731, "location_type": 3, - "longitude": null, - "name": "Downtown Crossing", + "longitude": -71.074094, + "name": "Malden Center", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-dwnxg-sbsumexitfare-unpaid", + "id": "node-312-lobby", "links": { - "self": "/stops/node-dwnxg-sbsumexitfare-unpaid" + "self": "/stops/node-312-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-dwnxg-sbsumexitfare-unpaid" + "related": "/facilities/?filter[stop]=node-312-lobby" } }, "parent_station": { "data": { - "id": "place-dwnxg", + "id": "place-mlmnl", "type": "stop" } }, @@ -375238,27 +393779,28 @@ }, { "attributes": { - "description": "Alewife - Buses, Alewife Path", - "latitude": 42.395704, - "location_type": 2, - "longitude": -71.141483, - "name": "Alewife - Buses, Alewife Path", + "description": "Science Park/West End - Top of inbound platform stairs", + "latitude": 42.366631, + "location_type": 3, + "longitude": -71.067707, + "name": "Science Park/West End", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-alfcl-pathbusway", + "id": "node-spmnl-ibstairs-platform", "links": { - "self": "/stops/door-alfcl-pathbusway" + "self": "/stops/node-spmnl-ibstairs-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-alfcl-pathbusway" + "related": "/facilities/?filter[stop]=node-spmnl-ibstairs-platform" } }, "parent_station": { "data": { - "id": "place-alfcl", + "id": "place-spmnl", "type": "stop" } }, @@ -375270,27 +393812,28 @@ }, { "attributes": { - "description": "Amory Street - Buick St, Saint Paul St", - "latitude": 42.351054, + "description": "Park Street - Tremont St, Winter St", + "latitude": 42.356397, "location_type": 2, - "longitude": -71.115613, - "name": "Amory Street - Buick St, Saint Paul St", + "longitude": -71.062008, + "name": "Park Street - Tremont St, Winter St", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, - "id": "door-amory-ebbuick", + "id": "door-pktrm-winter", "links": { - "self": "/stops/door-amory-ebbuick" + "self": "/stops/door-pktrm-winter" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-amory-ebbuick" + "related": "/facilities/?filter[stop]=door-pktrm-winter" } }, "parent_station": { "data": { - "id": "place-amory", + "id": "place-pktrm", "type": "stop" } }, @@ -375302,27 +393845,28 @@ }, { "attributes": { - "description": "Porter - Top of escalator to lobby from Red Line platforms", - "latitude": 42.388462, + "description": "Ruggles - Top of Columbus Street entrance stairs", + "latitude": null, "location_type": 3, - "longitude": -71.118825, - "name": "Porter", + "longitude": null, + "name": "Ruggles", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-511-lobby", + "id": "node-rugg-columbusstairs-top", "links": { - "self": "/stops/node-511-lobby" + "self": "/stops/node-rugg-columbusstairs-top" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-511-lobby" + "related": "/facilities/?filter[stop]=node-rugg-columbusstairs-top" } }, "parent_station": { "data": { - "id": "place-portr", + "id": "place-rugg", "type": "stop" } }, @@ -375334,27 +393878,28 @@ }, { "attributes": { - "description": "Kendall/MIT - Stairs street level", - "latitude": 42.362709, + "description": "Lechmere - Bottom of stairs for O'Brien Hwy", + "latitude": 42.370815, "location_type": 3, - "longitude": -71.086198, - "name": "Kendall/MIT", + "longitude": -71.075627, + "name": "Lechmere", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-knncl-frontnbstair-entrance", + "id": "node-lech-obrienstairs-bottom", "links": { - "self": "/stops/node-knncl-frontnbstair-entrance" + "self": "/stops/node-lech-obrienstairs-bottom" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-knncl-frontnbstair-entrance" + "related": "/facilities/?filter[stop]=node-lech-obrienstairs-bottom" } }, "parent_station": { "data": { - "id": "place-knncl", + "id": "place-lech", "type": "stop" } }, @@ -375366,27 +393911,28 @@ }, { "attributes": { - "description": "Courthouse - Bottom of elevator between Fan Pier Boulevard and lobby", + "description": "Downtown Crossing - Unpaid side of fare gates", "latitude": null, "location_type": 3, "longitude": null, - "name": "Courthouse", + "name": "Downtown Crossing", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-940-lobby", + "id": "node-dwnxg-frnkfare-unpaid", "links": { - "self": "/stops/node-940-lobby" + "self": "/stops/node-dwnxg-frnkfare-unpaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-940-lobby" + "related": "/facilities/?filter[stop]=node-dwnxg-frnkfare-unpaid" } }, "parent_station": { "data": { - "id": "place-crtst", + "id": "place-dwnxg", "type": "stop" } }, @@ -375398,27 +393944,28 @@ }, { "attributes": { - "description": "Revere Beach - Bottom of stairs for Shirley Avenue", - "latitude": 42.407433, + "description": "Aquarium - Bottom of escalator from lobby to Atlantic Avenue", + "latitude": null, "location_type": 3, - "longitude": -70.992394, - "name": "Revere Beach", + "longitude": null, + "name": "Aquarium", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-rbmnl-shirleystair", + "id": "node-406-lobby", "links": { - "self": "/stops/node-rbmnl-shirleystair" + "self": "/stops/node-406-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-rbmnl-shirleystair" + "related": "/facilities/?filter[stop]=node-406-lobby" } }, "parent_station": { "data": { - "id": "place-rbmnl", + "id": "place-aqucl", "type": "stop" } }, @@ -375430,27 +393977,28 @@ }, { "attributes": { - "description": "Wellington - Bottom of elevator between Oak Grove platform and lobby", - "latitude": 42.40194, + "description": "Quincy Center - Top of Elevator 896", + "latitude": 42.25119, "location_type": 3, - "longitude": -71.077061, - "name": "Wellington", + "longitude": -71.005254, + "name": "Quincy Center", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-864-platform", + "id": "node-896-entrance", "links": { - "self": "/stops/node-864-platform" + "self": "/stops/node-896-entrance" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-864-platform" + "related": "/facilities/?filter[stop]=node-896-entrance" } }, "parent_station": { "data": { - "id": "place-welln", + "id": "place-qnctr", "type": "stop" } }, @@ -375462,27 +394010,28 @@ }, { "attributes": { - "description": "Back Bay - Outdoor side of exit-only gate", - "latitude": null, - "location_type": 3, - "longitude": null, - "name": "Back Bay", + "description": "Newton Centre - Braeland Ave, Langley Rd", + "latitude": 42.329349, + "location_type": 2, + "longitude": -71.192296, + "name": "Newton Centre - Braeland Ave, Langley Rd", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, - "id": "node-bbsta-13clarexit-fareunpaid", + "id": "door-newto-braeland", "links": { - "self": "/stops/node-bbsta-13clarexit-fareunpaid" + "self": "/stops/door-newto-braeland" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-bbsta-13clarexit-fareunpaid" + "related": "/facilities/?filter[stop]=door-newto-braeland" } }, "parent_station": { "data": { - "id": "place-bbsta", + "id": "place-newto", "type": "stop" } }, @@ -375494,27 +394043,28 @@ }, { "attributes": { - "description": "Wollaston - Newport Ave (Stairs)", - "latitude": 42.266554, - "location_type": 2, - "longitude": -71.020523, - "name": "Wollaston - Newport Ave (Stairs)", + "description": "Back Bay - Paid side of exit-only gates", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "Back Bay", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-wlsta-newpnorth", + "id": "node-bbsta-clar-farepaid", "links": { - "self": "/stops/door-wlsta-newpnorth" + "self": "/stops/node-bbsta-clar-farepaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-wlsta-newpnorth" + "related": "/facilities/?filter[stop]=node-bbsta-clar-farepaid" } }, "parent_station": { "data": { - "id": "place-wlsta", + "id": "place-bbsta", "type": "stop" } }, @@ -375526,27 +394076,28 @@ }, { "attributes": { - "description": "Back Bay - Unpaid side of fare gates", - "latitude": null, + "description": "Fields Corner - Top of stairs for Alewife platform", + "latitude": 42.299925, "location_type": 3, - "longitude": null, - "name": "Back Bay", + "longitude": -71.061892, + "name": "Fields Corner", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-bbsta-lower-fareunpaid", + "id": "node-fldcr-alewstair-platform", "links": { - "self": "/stops/node-bbsta-lower-fareunpaid" + "self": "/stops/node-fldcr-alewstair-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-bbsta-lower-fareunpaid" + "related": "/facilities/?filter[stop]=node-fldcr-alewstair-platform" } }, "parent_station": { "data": { - "id": "place-bbsta", + "id": "place-fldcr", "type": "stop" } }, @@ -375558,22 +394109,23 @@ }, { "attributes": { - "description": "Oak Grove - Unpaid side of fare gates", - "latitude": 42.436952, - "location_type": 3, - "longitude": -71.070841, - "name": "Oak Grove", + "description": "Oak Grove - Washington St (Elevator)", + "latitude": 42.436947, + "location_type": 2, + "longitude": -71.071056, + "name": "Oak Grove - Washington St (Elevator)", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-ogmnl-fareunpaid", + "id": "door-ogmnl-washel", "links": { - "self": "/stops/node-ogmnl-fareunpaid" + "self": "/stops/door-ogmnl-washel" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-ogmnl-fareunpaid" + "related": "/facilities/?filter[stop]=door-ogmnl-washel" } }, "parent_station": { @@ -375590,27 +394142,28 @@ }, { "attributes": { - "description": "Wollaston - Bottom of ramp between Newport Avenue and parking lobbies", + "description": "Tufts Medical Center - Bottom of stairs for Oak Grove, Washington Street", "latitude": null, "location_type": 3, "longitude": null, - "name": "Wollaston", + "name": "Tufts Medical Center", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-wlsta-lobbyramp-lower", + "id": "node-tumnl-washnbstairs-platform", "links": { - "self": "/stops/node-wlsta-lobbyramp-lower" + "self": "/stops/node-tumnl-washnbstairs-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-wlsta-lobbyramp-lower" + "related": "/facilities/?filter[stop]=node-tumnl-washnbstairs-platform" } }, "parent_station": { "data": { - "id": "place-wlsta", + "id": "place-tumnl", "type": "stop" } }, @@ -375622,27 +394175,28 @@ }, { "attributes": { - "description": "Revere Beach - 300 Ocean Ave", - "latitude": 42.4079, - "location_type": 2, - "longitude": -70.99211, - "name": "Revere Beach - 300 Ocean Ave", + "description": "Wood Island - Bottom of Elevator 890 (outside fare control)", + "latitude": 42.379529, + "location_type": 3, + "longitude": -71.022854, + "name": "Wood Island", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-rbmnl-ocean", + "id": "node-890-unpaidstreet", "links": { - "self": "/stops/door-rbmnl-ocean" + "self": "/stops/node-890-unpaidstreet" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-rbmnl-ocean" + "related": "/facilities/?filter[stop]=node-890-unpaidstreet" } }, "parent_station": { "data": { - "id": "place-rbmnl", + "id": "place-wimnl", "type": "stop" } }, @@ -375654,27 +394208,28 @@ }, { "attributes": { - "description": "Kendall/MIT - Bottom of stairs between Carleton St and Ashmont/Braintree platform", - "latitude": 42.362121, + "description": "JFK/UMass - Bottom of southern stairs between Ashmont, Alewife platform and lobby", + "latitude": 42.320412, "location_type": 3, - "longitude": -71.08623, - "name": "Kendall/MIT", + "longitude": -71.05246, + "name": "JFK/UMass", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-knncl-sbcarleton-platform", + "id": "node-jfk-ashgasstair-platform", "links": { - "self": "/stops/node-knncl-sbcarleton-platform" + "self": "/stops/node-jfk-ashgasstair-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-knncl-sbcarleton-platform" + "related": "/facilities/?filter[stop]=node-jfk-ashgasstair-platform" } }, "parent_station": { "data": { - "id": "place-knncl", + "id": "place-jfk", "type": "stop" } }, @@ -375686,27 +394241,28 @@ }, { "attributes": { - "description": "Courthouse - Top of escalator from outbound platform to lobby", + "description": "World Trade Center - Top of outbound platform elevator", "latitude": null, "location_type": 3, "longitude": null, - "name": "Courthouse", + "name": "World Trade Center", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-415-lobby", + "id": "node-936-lobby", "links": { - "self": "/stops/node-415-lobby" + "self": "/stops/node-936-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-415-lobby" + "related": "/facilities/?filter[stop]=node-936-lobby" } }, "parent_station": { "data": { - "id": "place-crtst", + "id": "place-wtcst", "type": "stop" } }, @@ -375718,27 +394274,28 @@ }, { "attributes": { - "description": "Park Street - Unpaid side of exit-only gate", - "latitude": null, - "location_type": 3, - "longitude": null, - "name": "Park Street", + "description": "Waban - Beacon St (Stairs)", + "latitude": 42.326298, + "location_type": 2, + "longitude": -71.230923, + "name": "Waban - Beacon St (Stairs)", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, - "id": "node-pktrm-sbexitunpaid", + "id": "door-waban-beacon", "links": { - "self": "/stops/node-pktrm-sbexitunpaid" + "self": "/stops/door-waban-beacon" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-pktrm-sbexitunpaid" + "related": "/facilities/?filter[stop]=door-waban-beacon" } }, "parent_station": { "data": { - "id": "place-pktrm", + "id": "place-waban", "type": "stop" } }, @@ -375750,27 +394307,28 @@ }, { "attributes": { - "description": "Aquarium - Top of elevator between Bowdoin platform and State Street", - "latitude": null, + "description": "Magoun Square - Top of Elevator 768", + "latitude": 42.393894, "location_type": 3, - "longitude": null, - "name": "Aquarium", + "longitude": -71.106514, + "name": "Magoun Square", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-914-lobby", + "id": "node-768-top", "links": { - "self": "/stops/node-914-lobby" + "self": "/stops/node-768-top" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-914-lobby" + "related": "/facilities/?filter[stop]=node-768-top" } }, "parent_station": { "data": { - "id": "place-aqucl", + "id": "place-mgngl", "type": "stop" } }, @@ -375782,27 +394340,28 @@ }, { "attributes": { - "description": "Harvard - Bottom of ramp between Upper Busway and Red Line lobby", - "latitude": null, + "description": "Quincy Adams - Top of Escalator 347 from second floor of garage to fourth floor of garage", + "latitude": 42.233059, "location_type": 3, - "longitude": null, - "name": "Harvard", + "longitude": -71.007459, + "name": "Quincy Adams", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-harsq-upperramp-lobby", + "id": "node-347-top", "links": { - "self": "/stops/node-harsq-upperramp-lobby" + "self": "/stops/node-347-top" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-harsq-upperramp-lobby" + "related": "/facilities/?filter[stop]=node-347-top" } }, "parent_station": { "data": { - "id": "place-harsq", + "id": "place-qamnl", "type": "stop" } }, @@ -375814,27 +394373,28 @@ }, { "attributes": { - "description": "Harvard - Top of escalator from lobby to Harvard Square mezzanine", - "latitude": null, + "description": "Massachusetts Avenue - Top of stairs to north end of underpass", + "latitude": 42.341867, "location_type": 3, - "longitude": null, - "name": "Harvard", + "longitude": -71.083146, + "name": "Massachusetts Avenue", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-514-landing", + "id": "node-masta-undernorth-lobby", "links": { - "self": "/stops/node-514-landing" + "self": "/stops/node-masta-undernorth-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-514-landing" + "related": "/facilities/?filter[stop]=node-masta-undernorth-lobby" } }, "parent_station": { "data": { - "id": "place-harsq", + "id": "place-masta", "type": "stop" } }, @@ -375846,27 +394406,28 @@ }, { "attributes": { - "description": "Bowdoin - Unpaid side of fare gates", - "latitude": null, + "description": "Alewife - Top of Elevator 961 between Russell Field lobby and Red Line platform", + "latitude": 42.39612, "location_type": 3, - "longitude": null, - "name": "Bowdoin", + "longitude": -71.139856, + "name": "Alewife", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-bomnl-fareunpaid", + "id": "node-961-top", "links": { - "self": "/stops/node-bomnl-fareunpaid" + "self": "/stops/node-961-top" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-bomnl-fareunpaid" + "related": "/facilities/?filter[stop]=node-961-top" } }, "parent_station": { "data": { - "id": "place-bomnl", + "id": "place-alfcl", "type": "stop" } }, @@ -375878,27 +394439,28 @@ }, { "attributes": { - "description": "Airport - Bottom of Escalator 408", - "latitude": 42.374207, + "description": "Oak Grove - Top of Commuter Rail escalator", + "latitude": 42.437037, "location_type": 3, - "longitude": -71.030049, - "name": "Airport", + "longitude": -71.070755, + "name": "Oak Grove", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-408-platform", + "id": "node-105-lobby", "links": { - "self": "/stops/node-408-platform" + "self": "/stops/node-105-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-408-platform" + "related": "/facilities/?filter[stop]=node-105-lobby" } }, "parent_station": { "data": { - "id": "place-aport", + "id": "place-ogmnl", "type": "stop" } }, @@ -375910,27 +394472,28 @@ }, { "attributes": { - "description": "North Quincy - Bottom of escalator from Newport Avenue to lobby", - "latitude": 42.276471, + "description": "Government Center - Bottom of stairs between Green Line and Blue Line", + "latitude": null, "location_type": 3, - "longitude": -71.031162, - "name": "North Quincy", + "longitude": null, + "name": "Government Center", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-383-street", + "id": "node-gover-ebtransstairs-bl", "links": { - "self": "/stops/node-383-street" + "self": "/stops/node-gover-ebtransstairs-bl" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-383-street" + "related": "/facilities/?filter[stop]=node-gover-ebtransstairs-bl" } }, "parent_station": { "data": { - "id": "place-nqncy", + "id": "place-gover", "type": "stop" } }, @@ -375942,27 +394505,28 @@ }, { "attributes": { - "description": "JFK/UMass - Busway, JFK Library, Mount Vernon St (Stairs)", - "latitude": 42.320829, + "description": "Downtown Crossing - Summer St, Washington St", + "latitude": 42.355369, "location_type": 2, - "longitude": -71.051623, - "name": "JFK/UMass - Busway, JFK Library, Mount Vernon St (Stairs)", + "longitude": -71.060192, + "name": "Downtown Crossing - Summer St, Washington St", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, - "id": "door-jfk-oldcolony", + "id": "door-dwnxg-summereast", "links": { - "self": "/stops/door-jfk-oldcolony" + "self": "/stops/door-dwnxg-summereast" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-jfk-oldcolony" + "related": "/facilities/?filter[stop]=door-dwnxg-summereast" } }, "parent_station": { "data": { - "id": "place-jfk", + "id": "place-dwnxg", "type": "stop" } }, @@ -375974,27 +394538,28 @@ }, { "attributes": { - "description": "Wellington - Station Landing, Garage", - "latitude": 42.402461, - "location_type": 2, - "longitude": -71.080092, - "name": "Wellington - Station Landing, Garage", + "description": "Back Bay - Top of Tracks 5-7 east stairs", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "Back Bay", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-welln-garage", + "id": "node-bbsta-e57stairs-lobby", "links": { - "self": "/stops/door-welln-garage" + "self": "/stops/node-bbsta-e57stairs-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-welln-garage" + "related": "/facilities/?filter[stop]=node-bbsta-e57stairs-lobby" } }, "parent_station": { "data": { - "id": "place-welln", + "id": "place-bbsta", "type": "stop" } }, @@ -376006,27 +394571,28 @@ }, { "attributes": { - "description": "Broadway - Bottom of main entrance elevator", - "latitude": 42.342573, + "description": "Wellington - Bottom of elevator between platform for all trains and lobby", + "latitude": 42.401946, "location_type": 3, - "longitude": -71.056945, - "name": "Broadway", + "longitude": -71.077199, + "name": "Wellington", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-868-lobby", + "id": "node-865-platform", "links": { - "self": "/stops/node-868-lobby" + "self": "/stops/node-865-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-868-lobby" + "related": "/facilities/?filter[stop]=node-865-platform" } }, "parent_station": { "data": { - "id": "place-brdwy", + "id": "place-welln", "type": "stop" } }, @@ -376038,27 +394604,28 @@ }, { "attributes": { - "description": "Park Street - Escalator to Tremont St (North)", - "latitude": 42.356504, - "location_type": 2, - "longitude": -71.061904, - "name": "Park Street - Escalator to Tremont St (North)", + "description": "Savin Hill - Bottom of northern stairs between platform and lobby", + "latitude": 42.311098, + "location_type": 3, + "longitude": -71.053417, + "name": "Savin Hill", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-pktrm-exitalewife", + "id": "node-shmnl-endstair-platform", "links": { - "self": "/stops/door-pktrm-exitalewife" + "self": "/stops/node-shmnl-endstair-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-pktrm-exitalewife" + "related": "/facilities/?filter[stop]=node-shmnl-endstair-platform" } }, "parent_station": { "data": { - "id": "place-pktrm", + "id": "place-shmnl", "type": "stop" } }, @@ -376070,27 +394637,28 @@ }, { "attributes": { - "description": "Ashmont - Top of stairs from Red Line platform to busway", - "latitude": 42.284302, - "location_type": 3, - "longitude": -71.063774, - "name": "Ashmont", + "description": "Wood Island - Lovell St", + "latitude": 42.379446, + "location_type": 2, + "longitude": -71.023083, + "name": "Wood Island - Lovell St", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-asmnl-rdexstair-lobby", + "id": "door-wimnl-lovell", "links": { - "self": "/stops/node-asmnl-rdexstair-lobby" + "self": "/stops/door-wimnl-lovell" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-asmnl-rdexstair-lobby" + "related": "/facilities/?filter[stop]=door-wimnl-lovell" } }, "parent_station": { "data": { - "id": "place-asmnl", + "id": "place-wimnl", "type": "stop" } }, @@ -376102,27 +394670,28 @@ }, { "attributes": { - "description": "Maverick - Unpaid side of Lewis Mall fare gates", - "latitude": 42.368184, + "description": "Newton Centre - Bottom of ramp for Langley Road", + "latitude": 42.329726, "location_type": 3, - "longitude": -71.040301, - "name": "Maverick", + "longitude": -71.191845, + "name": "Newton Centre", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-mvbcl-lewfareunpaid", + "id": "node-newto-langley-platform", "links": { - "self": "/stops/node-mvbcl-lewfareunpaid" + "self": "/stops/node-newto-langley-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-mvbcl-lewfareunpaid" + "related": "/facilities/?filter[stop]=node-newto-langley-platform" } }, "parent_station": { "data": { - "id": "place-mvbcl", + "id": "place-newto", "type": "stop" } }, @@ -376134,27 +394703,28 @@ }, { "attributes": { - "description": "Chinatown - Paid side of fare gates", - "latitude": null, + "description": "Chelsea - Top of ramp between Third St and Boston-bound platform", + "latitude": 42.397625, "location_type": 3, - "longitude": null, - "name": "Chinatown", + "longitude": -71.043811, + "name": "Chelsea", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-chncl-ogfarepaid", + "id": "node-chels-thirdnorth-top", "links": { - "self": "/stops/node-chncl-ogfarepaid" + "self": "/stops/node-chels-thirdnorth-top" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-chncl-ogfarepaid" + "related": "/facilities/?filter[stop]=node-chels-thirdnorth-top" } }, "parent_station": { "data": { - "id": "place-chncl", + "id": "place-chels", "type": "stop" } }, @@ -376166,27 +394736,28 @@ }, { "attributes": { - "description": "Haymarket - Bottom of elevator between Green Line, busway and Orange Line passageway", - "latitude": null, + "description": "Massachusetts Avenue - Paid side of fare gates", + "latitude": 42.341426, "location_type": 3, - "longitude": null, - "name": "Haymarket", + "longitude": -71.083572, + "name": "Massachusetts Avenue", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-906-passage", + "id": "node-masta-farepaid", "links": { - "self": "/stops/node-906-passage" + "self": "/stops/node-masta-farepaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-906-passage" + "related": "/facilities/?filter[stop]=node-masta-farepaid" } }, "parent_station": { "data": { - "id": "place-haecl", + "id": "place-masta", "type": "stop" } }, @@ -376198,27 +394769,28 @@ }, { "attributes": { - "description": "JFK/UMass - Columbia Rd", - "latitude": 42.321358, + "description": "Alewife - Alewife Path East", + "latitude": 42.395862, "location_type": 2, - "longitude": -71.052583, - "name": "JFK/UMass - Columbia Rd", + "longitude": -71.140929, + "name": "Alewife - Alewife Path East", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-jfk-columbia", + "id": "door-alfcl-alewife", "links": { - "self": "/stops/door-jfk-columbia" + "self": "/stops/door-alfcl-alewife" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-jfk-columbia" + "related": "/facilities/?filter[stop]=door-alfcl-alewife" } }, "parent_station": { "data": { - "id": "place-jfk", + "id": "place-alfcl", "type": "stop" } }, @@ -376230,27 +394802,28 @@ }, { "attributes": { - "description": "Central - Bottom of stairs for Essex St", + "description": "State - Top of escalator from lobby to Milk Street", "latitude": null, "location_type": 3, "longitude": null, - "name": "Central", + "name": "State", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-cntsq-essexstair-platform", + "id": "node-523-street", "links": { - "self": "/stops/node-cntsq-essexstair-platform" + "self": "/stops/node-523-street" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-cntsq-essexstair-platform" + "related": "/facilities/?filter[stop]=node-523-street" } }, "parent_station": { "data": { - "id": "place-cntsq", + "id": "place-state", "type": "stop" } }, @@ -376262,22 +394835,23 @@ }, { "attributes": { - "description": "Chinatown - Bottom of Oak Grove elevator", - "latitude": 42.352626, - "location_type": 3, - "longitude": -71.062408, - "name": "Chinatown", + "description": "Chinatown - Elevator (Oak Grove)", + "latitude": 42.352628, + "location_type": 2, + "longitude": -71.062443, + "name": "Chinatown - Elevator (Oak Grove)", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-876-lobby", + "id": "door-chncl-ogelevator", "links": { - "self": "/stops/node-876-lobby" + "self": "/stops/door-chncl-ogelevator" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-876-lobby" + "related": "/facilities/?filter[stop]=door-chncl-ogelevator" } }, "parent_station": { @@ -376294,27 +394868,28 @@ }, { "attributes": { - "description": "Butler - Bottom of ramp for Bearse Avenue", - "latitude": 42.272359, + "description": "Courthouse - Bottom of escalator from outbound platform to exit-only gates", + "latitude": null, "location_type": 3, - "longitude": -71.062462, - "name": "Butler", + "longitude": null, + "name": "Courthouse", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-butlr-ramp-platform", + "id": "node-417-platform", "links": { - "self": "/stops/node-butlr-ramp-platform" + "self": "/stops/node-417-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-butlr-ramp-platform" + "related": "/facilities/?filter[stop]=node-417-platform" } }, "parent_station": { "data": { - "id": "place-butlr", + "id": "place-crtst", "type": "stop" } }, @@ -376326,27 +394901,28 @@ }, { "attributes": { - "description": "Central - Unpaid side of fare gates", - "latitude": null, + "description": "Forest Hills - Bottom of lower busway elevator", + "latitude": 42.300601, "location_type": 3, - "longitude": null, - "name": "Central", + "longitude": -71.113674, + "name": "Forest Hills", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-cntsq-westernstair-fareunpaid", + "id": "node-843-busway", "links": { - "self": "/stops/node-cntsq-westernstair-fareunpaid" + "self": "/stops/node-843-busway" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-cntsq-westernstair-fareunpaid" + "related": "/facilities/?filter[stop]=node-843-busway" } }, "parent_station": { "data": { - "id": "place-cntsq", + "id": "place-forhl", "type": "stop" } }, @@ -376358,27 +394934,28 @@ }, { "attributes": { - "description": "South Station - Top of escalators for Commuter Rail concourse", + "description": "Back Bay - Bottom of Orange Line Clarendon Street exit stairs", "latitude": null, "location_type": 3, "longitude": null, - "name": "South Station", + "name": "Back Bay", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-sstat-bldgescup-ground", + "id": "node-bbsta-olclarexit-bottom", "links": { - "self": "/stops/node-sstat-bldgescup-ground" + "self": "/stops/node-bbsta-olclarexit-bottom" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-sstat-bldgescup-ground" + "related": "/facilities/?filter[stop]=node-bbsta-olclarexit-bottom" } }, "parent_station": { "data": { - "id": "place-sstat", + "id": "place-bbsta", "type": "stop" } }, @@ -376390,27 +394967,28 @@ }, { "attributes": { - "description": "Reservoir - Bottom of ramp for Park Street & North", - "latitude": 42.335163, + "description": "Davis - Bottom of Escalator 336", + "latitude": null, "location_type": 3, - "longitude": -71.14788, - "name": "Reservoir", + "longitude": null, + "name": "Davis", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-rsmnl-eramp-platform", + "id": "node-336-middle", "links": { - "self": "/stops/node-rsmnl-eramp-platform" + "self": "/stops/node-336-middle" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-rsmnl-eramp-platform" + "related": "/facilities/?filter[stop]=node-336-middle" } }, "parent_station": { "data": { - "id": "place-rsmnl", + "id": "place-davis", "type": "stop" } }, @@ -376422,27 +395000,28 @@ }, { "attributes": { - "description": "Savin Hill - Unpaid side of Sydney Street fare gates", - "latitude": 42.310828, + "description": "South Station - Top of Escalator 399", + "latitude": null, "location_type": 3, - "longitude": -71.053602, - "name": "Savin Hill", + "longitude": null, + "name": "South Station", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-shmnl-syd-fareunpaid", + "id": "node-399-lobby", "links": { - "self": "/stops/node-shmnl-syd-fareunpaid" + "self": "/stops/node-399-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-shmnl-syd-fareunpaid" + "related": "/facilities/?filter[stop]=node-399-lobby" } }, "parent_station": { "data": { - "id": "place-shmnl", + "id": "place-sstat", "type": "stop" } }, @@ -376454,27 +395033,28 @@ }, { "attributes": { - "description": "Ruggles - Top of Orange Line south platform escalator", - "latitude": null, + "description": "Wood Island - Top of Elevator 889 (within fare control)", + "latitude": 42.379769, "location_type": 3, - "longitude": null, - "name": "Ruggles", + "longitude": -71.022991, + "name": "Wood Island", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-136-lobby", + "id": "node-889-paidbridge", "links": { - "self": "/stops/node-136-lobby" + "self": "/stops/node-889-paidbridge" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-136-lobby" + "related": "/facilities/?filter[stop]=node-889-paidbridge" } }, "parent_station": { "data": { - "id": "place-rugg", + "id": "place-wimnl", "type": "stop" } }, @@ -376486,27 +395066,28 @@ }, { "attributes": { - "description": "Harvard - Bottom of stairs between Alewife platform and Church Street lobby", - "latitude": null, + "description": "Alewife - Top of east stairs between concourse and Red Line platform", + "latitude": 42.39613, "location_type": 3, - "longitude": null, - "name": "Harvard", + "longitude": -71.141132, + "name": "Alewife", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-harsq-harstair-platform", + "id": "node-alfcl-eaststairs-top", "links": { - "self": "/stops/node-harsq-harstair-platform" + "self": "/stops/node-alfcl-eaststairs-top" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-harsq-harstair-platform" + "related": "/facilities/?filter[stop]=node-alfcl-eaststairs-top" } }, "parent_station": { "data": { - "id": "place-harsq", + "id": "place-alfcl", "type": "stop" } }, @@ -376518,27 +395099,28 @@ }, { "attributes": { - "description": "Prudential - Top of escalator from Prudential Center to lobby", - "latitude": null, + "description": "Kenmore - Unpaid lobby level for busway elevator", + "latitude": 42.348888, "location_type": 3, - "longitude": null, - "name": "Prudential", + "longitude": -71.095356, + "name": "Kenmore", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-150-street", + "id": "node-972-unpaidlobby", "links": { - "self": "/stops/node-150-street" + "self": "/stops/node-972-unpaidlobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-150-street" + "related": "/facilities/?filter[stop]=node-972-unpaidlobby" } }, "parent_station": { "data": { - "id": "place-prmnl", + "id": "place-kencl", "type": "stop" } }, @@ -376550,27 +395132,28 @@ }, { "attributes": { - "description": "Wood Island - Top of stairs for all trains, buses, Bennington Street", - "latitude": 42.379764, + "description": "Courthouse - Bottom of stairs for exit-only gates from South Station platform", + "latitude": null, "location_type": 3, - "longitude": -71.023057, - "name": "Wood Island", + "longitude": null, + "name": "Courthouse", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-wimnl-ibunpaidstairs-bridge", + "id": "node-crtst-ssexitstair-platform", "links": { - "self": "/stops/node-wimnl-ibunpaidstairs-bridge" + "self": "/stops/node-crtst-ssexitstair-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-wimnl-ibunpaidstairs-bridge" + "related": "/facilities/?filter[stop]=node-crtst-ssexitstair-platform" } }, "parent_station": { "data": { - "id": "place-wimnl", + "id": "place-crtst", "type": "stop" } }, @@ -376582,27 +395165,28 @@ }, { "attributes": { - "description": "Assembly - Paid side of fare gates", - "latitude": 42.393162, + "description": "Downtown Crossing - Bottom of stairs between Franklin Street lobby and street", + "latitude": null, "location_type": 3, - "longitude": -71.077304, - "name": "Assembly", + "longitude": null, + "name": "Downtown Crossing", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-astao-fol-farepaid", + "id": "node-dwnxg-stair9-lobby", "links": { - "self": "/stops/node-astao-fol-farepaid" + "self": "/stops/node-dwnxg-stair9-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-astao-fol-farepaid" + "related": "/facilities/?filter[stop]=node-dwnxg-stair9-lobby" } }, "parent_station": { "data": { - "id": "place-astao", + "id": "place-dwnxg", "type": "stop" } }, @@ -376614,27 +395198,28 @@ }, { "attributes": { - "description": "Revere Beach - Paid side of exit-only gates", - "latitude": 42.407357, + "description": "Broadway - Paid side of fare gates", + "latitude": null, "location_type": 3, - "longitude": -70.992379, - "name": "Revere Beach", + "longitude": null, + "name": "Broadway", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-rbmnl-shirleyfarepaid", + "id": "node-brdwy-farepaid", "links": { - "self": "/stops/node-rbmnl-shirleyfarepaid" + "self": "/stops/node-brdwy-farepaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-rbmnl-shirleyfarepaid" + "related": "/facilities/?filter[stop]=node-brdwy-farepaid" } }, "parent_station": { "data": { - "id": "place-rbmnl", + "id": "place-brdwy", "type": "stop" } }, @@ -376646,27 +395231,28 @@ }, { "attributes": { - "description": "Central - Bottom of Elevator 860 for Massachusetts Ave", - "latitude": 42.3654, + "description": "Alewife - Second floor of garage level of Elevator 814", + "latitude": 42.395791, "location_type": 3, - "longitude": -71.103485, - "name": "Central", + "longitude": -71.141323, + "name": "Alewife", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-cntsq-860-platform", + "id": "node-814-second", "links": { - "self": "/stops/node-cntsq-860-platform" + "self": "/stops/node-814-second" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-cntsq-860-platform" + "related": "/facilities/?filter[stop]=node-814-second" } }, "parent_station": { "data": { - "id": "place-cntsq", + "id": "place-alfcl", "type": "stop" } }, @@ -376678,27 +395264,28 @@ }, { "attributes": { - "description": "Kendall/MIT - Top of Elevator 450 to Carleton St", - "latitude": 42.36203, - "location_type": 3, - "longitude": -71.086261, - "name": "Kendall/MIT", + "description": "Pawtucket/Central Falls - Barton St, Pick-up/Drop-off", + "latitude": 41.87849, + "location_type": 2, + "longitude": -71.392761, + "name": "Pawtucket/Central Falls - Barton St, Pick-up/Drop-off", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-450-entrance", + "id": "door-NEC-1891-barton", "links": { - "self": "/stops/node-450-entrance" + "self": "/stops/door-NEC-1891-barton" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-450-entrance" + "related": "/facilities/?filter[stop]=door-NEC-1891-barton" } }, "parent_station": { "data": { - "id": "place-knncl", + "id": "place-NEC-1891", "type": "stop" } }, @@ -376710,27 +395297,28 @@ }, { "attributes": { - "description": "Prudential - Bottom of ramp for elevator", - "latitude": null, + "description": "Government Center - Bottom of elevator between plaza and Green Line", + "latitude": 42.359606, "location_type": 3, - "longitude": null, - "name": "Prudential", + "longitude": -71.059409, + "name": "Government Center", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-prmnl-921ramp-platform", + "id": "node-720-platform", "links": { - "self": "/stops/node-prmnl-921ramp-platform" + "self": "/stops/node-720-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-prmnl-921ramp-platform" + "related": "/facilities/?filter[stop]=node-720-platform" } }, "parent_station": { "data": { - "id": "place-prmnl", + "id": "place-gover", "type": "stop" } }, @@ -376742,27 +395330,28 @@ }, { "attributes": { - "description": "Bowdoin - Top of ramp between platform and lobby", - "latitude": null, + "description": "Maverick - Bottom of escalator from lobby to Lewis Mall", + "latitude": 42.368198, "location_type": 3, - "longitude": null, - "name": "Bowdoin", + "longitude": -71.040381, + "name": "Maverick", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-bomnl-ramp-lobby", + "id": "node-428-lobby", "links": { - "self": "/stops/node-bomnl-ramp-lobby" + "self": "/stops/node-428-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-bomnl-ramp-lobby" + "related": "/facilities/?filter[stop]=node-428-lobby" } }, "parent_station": { "data": { - "id": "place-bomnl", + "id": "place-mvbcl", "type": "stop" } }, @@ -376774,27 +395363,28 @@ }, { "attributes": { - "description": "Malden Center - Bottom of Orange Line platform escalator", - "latitude": 42.426762, + "description": "Wood Island - Top of Escalator 380", + "latitude": 42.379586, "location_type": 3, - "longitude": -71.074315, - "name": "Malden Center", + "longitude": -71.022781, + "name": "Wood Island", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-311-lobby", + "id": "node-380-bridge", "links": { - "self": "/stops/node-311-lobby" + "self": "/stops/node-380-bridge" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-311-lobby" + "related": "/facilities/?filter[stop]=node-380-bridge" } }, "parent_station": { "data": { - "id": "place-mlmnl", + "id": "place-wimnl", "type": "stop" } }, @@ -376806,27 +395396,28 @@ }, { "attributes": { - "description": "Chinatown - Top of escalator from Oak Grove lobby", - "latitude": null, + "description": "Airport - Unpaid side of fare gates", + "latitude": 42.374122, "location_type": 3, - "longitude": null, - "name": "Chinatown", + "longitude": -71.030096, + "name": "Airport", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-377-landing", + "id": "node-aport-buses-fareunpaid", "links": { - "self": "/stops/node-377-landing" + "self": "/stops/node-aport-buses-fareunpaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-377-landing" + "related": "/facilities/?filter[stop]=node-aport-buses-fareunpaid" } }, "parent_station": { "data": { - "id": "place-chncl", + "id": "place-aport", "type": "stop" } }, @@ -376838,27 +395429,28 @@ }, { "attributes": { - "description": "Science Park/West End - Bottom of inbound platform stairs", - "latitude": 42.366683, - "location_type": 3, - "longitude": -71.067831, - "name": "Science Park/West End", + "description": "Hynes Convention Center - Massachusetts Ave, Buses", + "latitude": 42.347837, + "location_type": 2, + "longitude": -71.087825, + "name": "Hynes Convention Center - Massachusetts Ave, Buses", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, - "id": "node-spmnl-ibstairs-lobby", + "id": "door-hymnl-mass", "links": { - "self": "/stops/node-spmnl-ibstairs-lobby" + "self": "/stops/door-hymnl-mass" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-spmnl-ibstairs-lobby" + "related": "/facilities/?filter[stop]=door-hymnl-mass" } }, "parent_station": { "data": { - "id": "place-spmnl", + "id": "place-hymnl", "type": "stop" } }, @@ -376870,27 +395462,28 @@ }, { "attributes": { - "description": "World Trade Center - Bottom of second flight of World Trade Center entrance stairs", + "description": "Wollaston - Bottom of stairs between Newport Avenue lobby and platform", "latitude": null, "location_type": 3, "longitude": null, - "name": "World Trade Center", + "name": "Wollaston", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-wtcst-wtctstairs-landing", + "id": "node-wlsta-stair4-lobby", "links": { - "self": "/stops/node-wtcst-wtctstairs-landing" + "self": "/stops/node-wlsta-stair4-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-wtcst-wtctstairs-landing" + "related": "/facilities/?filter[stop]=node-wlsta-stair4-lobby" } }, "parent_station": { "data": { - "id": "place-wtcst", + "id": "place-wlsta", "type": "stop" } }, @@ -376902,27 +395495,28 @@ }, { "attributes": { - "description": "Porter - Top of stairs between Commuter Rail platform and west side of Mass Ave", - "latitude": 42.388474, + "description": "South Station - Top of Escalator 400", + "latitude": null, "location_type": 3, - "longitude": -71.1198, - "name": "Porter", + "longitude": null, + "name": "South Station", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-portr-weststairs-street", + "id": "node-400-middle", "links": { - "self": "/stops/node-portr-weststairs-street" + "self": "/stops/node-400-middle" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-portr-weststairs-street" + "related": "/facilities/?filter[stop]=node-400-middle" } }, "parent_station": { "data": { - "id": "place-portr", + "id": "place-sstat", "type": "stop" } }, @@ -376934,27 +395528,28 @@ }, { "attributes": { - "description": "Wonderland - Revere Beach Plaza level of garage elevator", - "latitude": 42.413467, + "description": "Braintree - Top of Red Line platform elevator", + "latitude": 42.207528, "location_type": 3, - "longitude": -70.991914, - "name": "Wonderland", + "longitude": -71.00167, + "name": "Braintree", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-703-plaza", + "id": "node-811-platform", "links": { - "self": "/stops/node-703-plaza" + "self": "/stops/node-811-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-703-plaza" + "related": "/facilities/?filter[stop]=node-811-platform" } }, "parent_station": { "data": { - "id": "place-wondl", + "id": "place-brntn", "type": "stop" } }, @@ -376966,27 +395561,28 @@ }, { "attributes": { - "description": "Woodland - East", - "latitude": 42.332729, - "location_type": 2, - "longitude": -71.242908, - "name": "Woodland - East", + "description": "Downtown Crossing - Unpaid side of exit-only gate", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "Downtown Crossing", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-woodl-east", + "id": "node-dwnxg-112fare-unpaid", "links": { - "self": "/stops/door-woodl-east" + "self": "/stops/node-dwnxg-112fare-unpaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-woodl-east" + "related": "/facilities/?filter[stop]=node-dwnxg-112fare-unpaid" } }, "parent_station": { "data": { - "id": "place-woodl", + "id": "place-dwnxg", "type": "stop" } }, @@ -376998,27 +395594,28 @@ }, { "attributes": { - "description": "Back Bay - Bottom of Orange Line platform east escalator", + "description": "Sullivan Square - Top of Elevator 840", "latitude": null, "location_type": 3, "longitude": null, - "name": "Back Bay", + "name": "Sullivan Square", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-140-platform", + "id": "node-840-lobby", "links": { - "self": "/stops/node-140-platform" + "self": "/stops/node-840-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-140-platform" + "related": "/facilities/?filter[stop]=node-840-lobby" } }, "parent_station": { "data": { - "id": "place-bbsta", + "id": "place-sull", "type": "stop" } }, @@ -377030,27 +395627,28 @@ }, { "attributes": { - "description": "Magoun Square - Bottom of ramp", - "latitude": 42.393673, + "description": "Aquarium - Bottom of stairs for Atlantic Avenue", + "latitude": null, "location_type": 3, - "longitude": -71.106381, - "name": "Magoun Square", + "longitude": null, + "name": "Aquarium", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-mgngl-ramp-bottom", + "id": "node-aqucl-atlanticstairs-lobby", "links": { - "self": "/stops/node-mgngl-ramp-bottom" + "self": "/stops/node-aqucl-atlanticstairs-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-mgngl-ramp-bottom" + "related": "/facilities/?filter[stop]=node-aqucl-atlanticstairs-lobby" } }, "parent_station": { "data": { - "id": "place-mgngl", + "id": "place-aqucl", "type": "stop" } }, @@ -377062,27 +395660,28 @@ }, { "attributes": { - "description": "Kenmore - Bottom of busway escalator", + "description": "State - Top of stairs between Bowdoin platform and State St, Devonshire St", "latitude": null, "location_type": 3, "longitude": null, - "name": "Kenmore", + "name": "State", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-430-landing", + "id": "node-state-bowdoinoldstatestairs-landing", "links": { - "self": "/stops/node-430-landing" + "self": "/stops/node-state-bowdoinoldstatestairs-landing" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-430-landing" + "related": "/facilities/?filter[stop]=node-state-bowdoinoldstatestairs-landing" } }, "parent_station": { "data": { - "id": "place-kencl", + "id": "place-state", "type": "stop" } }, @@ -377094,27 +395693,28 @@ }, { "attributes": { - "description": "Kenmore - Unpaid side of fare gates", - "latitude": null, - "location_type": 3, - "longitude": null, - "name": "Kenmore", + "description": "North Quincy - West Squantum St", + "latitude": 42.27521, + "location_type": 2, + "longitude": -71.029243, + "name": "North Quincy - West Squantum St", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-kencl-fareunpaid", + "id": "door-nqncy-squantum", "links": { - "self": "/stops/node-kencl-fareunpaid" + "self": "/stops/door-nqncy-squantum" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-kencl-fareunpaid" + "related": "/facilities/?filter[stop]=door-nqncy-squantum" } }, "parent_station": { "data": { - "id": "place-kencl", + "id": "place-nqncy", "type": "stop" } }, @@ -377126,27 +395726,28 @@ }, { "attributes": { - "description": "South Station - Top of Escalator 419", + "description": "Davis - Bottom of Escalator 337", "latitude": null, "location_type": 3, "longitude": null, - "name": "South Station", + "name": "Davis", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-419-lobby", + "id": "node-337-middle", "links": { - "self": "/stops/node-419-lobby" + "self": "/stops/node-337-middle" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-419-lobby" + "related": "/facilities/?filter[stop]=node-337-middle" } }, "parent_station": { "data": { - "id": "place-sstat", + "id": "place-davis", "type": "stop" } }, @@ -377158,27 +395759,28 @@ }, { "attributes": { - "description": "Beaconsfield - Bottom of stairs to Dean Road, Beacon Street", - "latitude": 42.336041, + "description": "Quincy Center - Paid side of Elevator 810 fare gates", + "latitude": 42.251538, "location_type": 3, - "longitude": -71.141306, - "name": "Beaconsfield", + "longitude": -71.00522, + "name": "Quincy Center", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-bcnfd-stairs-platform", + "id": "node-qnctr-elevfarepaid", "links": { - "self": "/stops/node-bcnfd-stairs-platform" + "self": "/stops/node-qnctr-elevfarepaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-bcnfd-stairs-platform" + "related": "/facilities/?filter[stop]=node-qnctr-elevfarepaid" } }, "parent_station": { "data": { - "id": "place-bcnfd", + "id": "place-qnctr", "type": "stop" } }, @@ -377190,27 +395792,28 @@ }, { "attributes": { - "description": "Harvard - Top of escalator from Harvard Square mezzanine to lobby", - "latitude": null, + "description": "Beachmont - Top of Elevator 887", + "latitude": 42.397439, "location_type": 3, - "longitude": null, - "name": "Harvard", + "longitude": -70.992364, + "name": "Beachmont", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-515-landing", + "id": "node-887-platform", "links": { - "self": "/stops/node-515-landing" + "self": "/stops/node-887-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-515-landing" + "related": "/facilities/?filter[stop]=node-887-platform" } }, "parent_station": { "data": { - "id": "place-harsq", + "id": "place-bmmnl", "type": "stop" } }, @@ -377222,27 +395825,28 @@ }, { "attributes": { - "description": "Central - Pearl St", - "latitude": 42.364831, - "location_type": 2, - "longitude": -71.102989, - "name": "Central - Pearl St", + "description": "Park Street - Top of elevator between Government Center & North center platform and passageway to Copley & West", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "Park Street", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-cntsq-pearl", + "id": "node-pktrm-midupassstairs-platform", "links": { - "self": "/stops/door-cntsq-pearl" + "self": "/stops/node-pktrm-midupassstairs-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-cntsq-pearl" + "related": "/facilities/?filter[stop]=node-pktrm-midupassstairs-platform" } }, "parent_station": { "data": { - "id": "place-cntsq", + "id": "place-pktrm", "type": "stop" } }, @@ -377254,27 +395858,28 @@ }, { "attributes": { - "description": "Orient Heights - Top of stairs for Bennington Street", - "latitude": 42.386836, - "location_type": 3, - "longitude": -71.004724, - "name": "Orient Heights", + "description": "Waban - Parking (Ramp)", + "latitude": 42.325748, + "location_type": 2, + "longitude": -71.230288, + "name": "Waban - Parking (Ramp)", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-orhte-ibunpaidstairs-bridge", + "id": "door-waban-parkr", "links": { - "self": "/stops/node-orhte-ibunpaidstairs-bridge" + "self": "/stops/door-waban-parkr" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-orhte-ibunpaidstairs-bridge" + "related": "/facilities/?filter[stop]=door-waban-parkr" } }, "parent_station": { "data": { - "id": "place-orhte", + "id": "place-waban", "type": "stop" } }, @@ -377286,27 +395891,28 @@ }, { "attributes": { - "description": "World Trade Center - Bottom of inbound platform stairs", - "latitude": null, - "location_type": 3, - "longitude": null, - "name": "World Trade Center", + "description": "Shawmut - Clementine Park, Centre St", + "latitude": 42.293067, + "location_type": 2, + "longitude": -71.065784, + "name": "Shawmut - Clementine Park, Centre St", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-wtcst-ibstairs-platform", + "id": "door-smmnl-clemen", "links": { - "self": "/stops/node-wtcst-ibstairs-platform" + "self": "/stops/door-smmnl-clemen" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-wtcst-ibstairs-platform" + "related": "/facilities/?filter[stop]=door-smmnl-clemen" } }, "parent_station": { "data": { - "id": "place-wtcst", + "id": "place-smmnl", "type": "stop" } }, @@ -377318,27 +395924,28 @@ }, { "attributes": { - "description": "Ashmont - Paid side of fare gates", - "latitude": 42.285063, + "description": "Government Center - Top of stairs between plaza and Green Line", + "latitude": 42.359738, "location_type": 3, - "longitude": -71.063999, - "name": "Ashmont", + "longitude": -71.059227, + "name": "Government Center", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-asmnl-peafarepaid", + "id": "node-gover-nentrancestairs-lobby", "links": { - "self": "/stops/node-asmnl-peafarepaid" + "self": "/stops/node-gover-nentrancestairs-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-asmnl-peafarepaid" + "related": "/facilities/?filter[stop]=node-gover-nentrancestairs-lobby" } }, "parent_station": { "data": { - "id": "place-asmnl", + "id": "place-gover", "type": "stop" } }, @@ -377350,27 +395957,28 @@ }, { "attributes": { - "description": "Revere Beach - Top of Elevator 884 between Bowdoin platform and lobby", - "latitude": 42.407853, + "description": "Aquarium - Top of stairs between platform and State Street", + "latitude": null, "location_type": 3, - "longitude": -70.992649, - "name": "Revere Beach", + "longitude": null, + "name": "Aquarium", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-884-lobby", + "id": "node-aqucl-wbstatestairs-lobby", "links": { - "self": "/stops/node-884-lobby" + "self": "/stops/node-aqucl-wbstatestairs-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-884-lobby" + "related": "/facilities/?filter[stop]=node-aqucl-wbstatestairs-lobby" } }, "parent_station": { "data": { - "id": "place-rbmnl", + "id": "place-aqucl", "type": "stop" } }, @@ -377382,22 +395990,23 @@ }, { "attributes": { - "description": "Andrew - Bottom of south outbound stairs", + "description": "Andrew - Bottom of north inbound stairs", "latitude": null, "location_type": 3, "longitude": null, "name": "Andrew", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-andrw-sobstairs-platform", + "id": "node-andrw-nibstairs-platform", "links": { - "self": "/stops/node-andrw-sobstairs-platform" + "self": "/stops/node-andrw-nibstairs-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-andrw-sobstairs-platform" + "related": "/facilities/?filter[stop]=node-andrw-nibstairs-platform" } }, "parent_station": { @@ -377414,27 +396023,28 @@ }, { "attributes": { - "description": "Arlington - Bottom of eastbound escalator", + "description": "Sullivan Square - Bottom of Elevator 881", "latitude": null, "location_type": 3, "longitude": null, - "name": "Arlington", + "name": "Sullivan Square", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-435-platform", + "id": "node-881-platform", "links": { - "self": "/stops/node-435-platform" + "self": "/stops/node-881-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-435-platform" + "related": "/facilities/?filter[stop]=node-881-platform" } }, "parent_station": { "data": { - "id": "place-armnl", + "id": "place-sull", "type": "stop" } }, @@ -377446,27 +396056,28 @@ }, { "attributes": { - "description": "Airport - Top of Elevator 931", - "latitude": 42.37423, + "description": "Shawmut - Unpaid side of fare gates", + "latitude": 42.293117, "location_type": 3, - "longitude": -71.030177, - "name": "Airport", + "longitude": -71.065797, + "name": "Shawmut", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-931-bridge", + "id": "node-smmnl-fareunpaid", "links": { - "self": "/stops/node-931-bridge" + "self": "/stops/node-smmnl-fareunpaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-931-bridge" + "related": "/facilities/?filter[stop]=node-smmnl-fareunpaid" } }, "parent_station": { "data": { - "id": "place-aport", + "id": "place-smmnl", "type": "stop" } }, @@ -377478,27 +396089,28 @@ }, { "attributes": { - "description": "East Somerville - Washington St", - "latitude": 42.379391, - "location_type": 2, - "longitude": -71.086636, - "name": "East Somerville - Washington St", + "description": "Braintree - Bottom of Commuter Rail platform ramp", + "latitude": 42.207966, + "location_type": 3, + "longitude": -71.001287, + "name": "Braintree", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-esomr-washington", + "id": "node-brntn-crramp-bottom", "links": { - "self": "/stops/door-esomr-washington" + "self": "/stops/node-brntn-crramp-bottom" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-esomr-washington" + "related": "/facilities/?filter[stop]=node-brntn-crramp-bottom" } }, "parent_station": { "data": { - "id": "place-esomr", + "id": "place-brntn", "type": "stop" } }, @@ -377510,27 +396122,28 @@ }, { "attributes": { - "description": "Bowdoin - Cambridge St", - "latitude": 42.36135, - "location_type": 2, - "longitude": -71.061971, - "name": "Bowdoin - Cambridge St", + "description": "Back Bay - Bottom of Track 2 stairs", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "Back Bay", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-bomnl-main", + "id": "node-bbsta-2stairs-platform", "links": { - "self": "/stops/door-bomnl-main" + "self": "/stops/node-bbsta-2stairs-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-bomnl-main" + "related": "/facilities/?filter[stop]=node-bbsta-2stairs-platform" } }, "parent_station": { "data": { - "id": "place-bomnl", + "id": "place-bbsta", "type": "stop" } }, @@ -377542,27 +396155,28 @@ }, { "attributes": { - "description": "Harvard - Bottom of stairs between Brattle Square and Upper Busway", + "description": "Ruggles - Unpaid side of exit-only gates", "latitude": null, "location_type": 3, "longitude": null, - "name": "Harvard", + "name": "Ruggles", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-harsq-bratstair-upper", + "id": "node-rugg-olexit-fareunpaid", "links": { - "self": "/stops/node-harsq-bratstair-upper" + "self": "/stops/node-rugg-olexit-fareunpaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-harsq-bratstair-upper" + "related": "/facilities/?filter[stop]=node-rugg-olexit-fareunpaid" } }, "parent_station": { "data": { - "id": "place-harsq", + "id": "place-rugg", "type": "stop" } }, @@ -377574,27 +396188,28 @@ }, { "attributes": { - "description": "Davis - Top of Escalator 337", - "latitude": 42.396782, + "description": "Prudential - Bottom of escalator from lobby to Huntington Avenue", + "latitude": null, "location_type": 3, - "longitude": -71.121832, - "name": "Davis", + "longitude": null, + "name": "Prudential", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-337-entrance", + "id": "node-503-lobby", "links": { - "self": "/stops/node-337-entrance" + "self": "/stops/node-503-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-337-entrance" + "related": "/facilities/?filter[stop]=node-503-lobby" } }, "parent_station": { "data": { - "id": "place-davis", + "id": "place-prmnl", "type": "stop" } }, @@ -377606,27 +396221,28 @@ }, { "attributes": { - "description": "Porter - Bottom of stairs between Massachusetts Ave and lobby", - "latitude": 42.388206, + "description": "State - Bottom of Elevator 974 between Congress St and Bowdoin platform", + "latitude": null, "location_type": 3, - "longitude": -71.118907, - "name": "Porter", + "longitude": null, + "name": "State", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-portr-massavestairs-lobby", + "id": "node-974-wbplatform", "links": { - "self": "/stops/node-portr-massavestairs-lobby" + "self": "/stops/node-974-wbplatform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-portr-massavestairs-lobby" + "related": "/facilities/?filter[stop]=node-974-wbplatform" } }, "parent_station": { "data": { - "id": "place-portr", + "id": "place-state", "type": "stop" } }, @@ -377638,27 +396254,28 @@ }, { "attributes": { - "description": "Prudential - Top of Park Street & North stairs", + "description": "Symphony - Bottom of stairs for Massachusetts Ave, First Church of Christ", "latitude": null, "location_type": 3, "longitude": null, - "name": "Prudential", + "name": "Symphony", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-prmnl-ebstair-lobby", + "id": "node-symcl-churstair-platform", "links": { - "self": "/stops/node-prmnl-ebstair-lobby" + "self": "/stops/node-symcl-churstair-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-prmnl-ebstair-lobby" + "related": "/facilities/?filter[stop]=node-symcl-churstair-platform" } }, "parent_station": { "data": { - "id": "place-prmnl", + "id": "place-symcl", "type": "stop" } }, @@ -377670,27 +396287,28 @@ }, { "attributes": { - "description": "Ashmont - Bottom of stairs from Peabody Square to Alewife platform", - "latitude": 42.284958, + "description": "Airport - Bottom of Elevator 931", + "latitude": 42.37423, "location_type": 3, - "longitude": -71.063895, - "name": "Ashmont", + "longitude": -71.030177, + "name": "Airport", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-asmnl-peanbstair-platform", + "id": "node-931-platform", "links": { - "self": "/stops/node-asmnl-peanbstair-platform" + "self": "/stops/node-931-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-asmnl-peanbstair-platform" + "related": "/facilities/?filter[stop]=node-931-platform" } }, "parent_station": { "data": { - "id": "place-asmnl", + "id": "place-aport", "type": "stop" } }, @@ -377702,27 +396320,28 @@ }, { "attributes": { - "description": "Davis - Bottom of Escalator 343", - "latitude": null, + "description": "Fields Corner - Bottom of elevator for Alewife platform", + "latitude": 42.30014, "location_type": 3, - "longitude": null, - "name": "Davis", + "longitude": -71.061747, + "name": "Fields Corner", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-343-lobby", + "id": "node-957-lobby", "links": { - "self": "/stops/node-343-lobby" + "self": "/stops/node-957-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-343-lobby" + "related": "/facilities/?filter[stop]=node-957-lobby" } }, "parent_station": { "data": { - "id": "place-davis", + "id": "place-fldcr", "type": "stop" } }, @@ -377734,27 +396353,28 @@ }, { "attributes": { - "description": "Davis - Bottom of southern stairs for platform", + "description": "State - Bottom of stairs between Oak Grove platform and Wonderland platform, Forest Hills passageway", "latitude": null, "location_type": 3, "longitude": null, - "name": "Davis", + "name": "State", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-davis-340stair-platform", + "id": "node-state-olnbplatformstairssec-nbplatform", "links": { - "self": "/stops/node-davis-340stair-platform" + "self": "/stops/node-state-olnbplatformstairssec-nbplatform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-davis-340stair-platform" + "related": "/facilities/?filter[stop]=node-state-olnbplatformstairssec-nbplatform" } }, "parent_station": { "data": { - "id": "place-davis", + "id": "place-state", "type": "stop" } }, @@ -377766,27 +396386,28 @@ }, { "attributes": { - "description": "Pawtucket/Central Falls - Buses, Pine St", - "latitude": 41.878566, - "location_type": 2, - "longitude": -71.391797, - "name": "Pawtucket/Central Falls - Buses, Pine St", + "description": "Porter - Top of stairs between Red Line platforms and lobby", + "latitude": 42.38846, + "location_type": 3, + "longitude": -71.11885, + "name": "Porter", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-NEC-1891-pinebus", + "id": "node-portr-lobbyrlstairs-lobby", "links": { - "self": "/stops/door-NEC-1891-pinebus" + "self": "/stops/node-portr-lobbyrlstairs-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-NEC-1891-pinebus" + "related": "/facilities/?filter[stop]=node-portr-lobbyrlstairs-lobby" } }, "parent_station": { "data": { - "id": "place-NEC-1891", + "id": "place-portr", "type": "stop" } }, @@ -377798,27 +396419,28 @@ }, { "attributes": { - "description": "Wonderland - Lobby level of pedestrian bridge elevator", - "latitude": 42.413306, + "description": "Quincy Adams - Bottom of south stairs between lobby and platform", + "latitude": 42.233197, "location_type": 3, - "longitude": -70.991889, - "name": "Wonderland", + "longitude": -71.006932, + "name": "Quincy Adams", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-708-lobby", + "id": "node-qamnl-southstairs-bottom", "links": { - "self": "/stops/node-708-lobby" + "self": "/stops/node-qamnl-southstairs-bottom" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-708-lobby" + "related": "/facilities/?filter[stop]=node-qamnl-southstairs-bottom" } }, "parent_station": { "data": { - "id": "place-wondl", + "id": "place-qamnl", "type": "stop" } }, @@ -377830,27 +396452,28 @@ }, { "attributes": { - "description": "Quincy Center - Paid side of Elevator 810 fare gates", - "latitude": 42.251538, - "location_type": 3, - "longitude": -71.00522, - "name": "Quincy Center", + "description": "Porter - Somerville Ave, Massachusetts Ave (Elevator)", + "latitude": 42.388288, + "location_type": 2, + "longitude": -71.118866, + "name": "Porter - Somerville Ave, Massachusetts Ave (Elevator)", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-qnctr-elevfarepaid", + "id": "door-portr-elevator982", "links": { - "self": "/stops/node-qnctr-elevfarepaid" + "self": "/stops/door-portr-elevator982" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-qnctr-elevfarepaid" + "related": "/facilities/?filter[stop]=door-portr-elevator982" } }, "parent_station": { "data": { - "id": "place-qnctr", + "id": "place-portr", "type": "stop" } }, @@ -377862,27 +396485,28 @@ }, { "attributes": { - "description": "Andrew - Southampton St", - "latitude": 42.330004, - "location_type": 2, - "longitude": -71.057863, - "name": "Andrew - Southampton St", + "description": "Alewife - Unpaid side of fare gates", + "latitude": 42.39609, + "location_type": 3, + "longitude": -71.139641, + "name": "Alewife", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-andrw-exitonly", + "id": "node-alfcl-russell-fareunpaid", "links": { - "self": "/stops/door-andrw-exitonly" + "self": "/stops/node-alfcl-russell-fareunpaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-andrw-exitonly" + "related": "/facilities/?filter[stop]=node-alfcl-russell-fareunpaid" } }, "parent_station": { "data": { - "id": "place-andrw", + "id": "place-alfcl", "type": "stop" } }, @@ -377894,27 +396518,28 @@ }, { "attributes": { - "description": "Fields Corner - Bottom of Charles Street stairs", - "latitude": 42.300302, - "location_type": 3, - "longitude": -71.061796, - "name": "Fields Corner", + "description": "North Station - Causeway St (West)", + "latitude": 42.365659, + "location_type": 2, + "longitude": -71.062627, + "name": "North Station - Causeway St (West)", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-fldcr-charlesstairs-lobby", + "id": "door-north-crcausewayw", "links": { - "self": "/stops/node-fldcr-charlesstairs-lobby" + "self": "/stops/door-north-crcausewayw" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-fldcr-charlesstairs-lobby" + "related": "/facilities/?filter[stop]=door-north-crcausewayw" } }, "parent_station": { "data": { - "id": "place-fldcr", + "id": "place-north", "type": "stop" } }, @@ -377926,27 +396551,28 @@ }, { "attributes": { - "description": "Charles/MGH - Top of Escalator 426", - "latitude": 42.361234, + "description": "Wonderland - Bottom of ramp to busway door to lobby", + "latitude": 42.413391, "location_type": 3, - "longitude": -71.07053, - "name": "Charles/MGH", + "longitude": -70.991987, + "name": "Wonderland", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-426-platform", + "id": "node-wondl-busramp-busway", "links": { - "self": "/stops/node-426-platform" + "self": "/stops/node-wondl-busramp-busway" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-426-platform" + "related": "/facilities/?filter[stop]=node-wondl-busramp-busway" } }, "parent_station": { "data": { - "id": "place-chmnl", + "id": "place-wondl", "type": "stop" } }, @@ -377958,27 +396584,28 @@ }, { "attributes": { - "description": "Government Center - Bottom of elevator between Green Line and Blue Line", - "latitude": null, + "description": "Ashmont - Top of elevator from Mattapan Line, busway to Alewife platform", + "latitude": 42.284205, "location_type": 3, - "longitude": null, - "name": "Government Center", + "longitude": -71.063422, + "name": "Ashmont", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-723-bl", + "id": "node-969-lobby", "links": { - "self": "/stops/node-723-bl" + "self": "/stops/node-969-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-723-bl" + "related": "/facilities/?filter[stop]=node-969-lobby" } }, "parent_station": { "data": { - "id": "place-gover", + "id": "place-asmnl", "type": "stop" } }, @@ -377990,27 +396617,28 @@ }, { "attributes": { - "description": "Courthouse - Bottom of stairs for exit-only gates from South Station platform", + "description": "Broadway - Top of platform escalator", "latitude": null, "location_type": 3, "longitude": null, - "name": "Courthouse", + "name": "Broadway", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-crtst-ssexitstair-platform", + "id": "node-367-lobby", "links": { - "self": "/stops/node-crtst-ssexitstair-platform" + "self": "/stops/node-367-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-crtst-ssexitstair-platform" + "related": "/facilities/?filter[stop]=node-367-lobby" } }, "parent_station": { "data": { - "id": "place-crtst", + "id": "place-brdwy", "type": "stop" } }, @@ -378022,27 +396650,28 @@ }, { "attributes": { - "description": "World Trade Center - Top of inbound platform stairs", + "description": "Wollaston - Top of stairs between parking lobby and bridge", "latitude": null, "location_type": 3, "longitude": null, - "name": "World Trade Center", + "name": "Wollaston", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-wtcst-ibstairs-lobby", + "id": "node-wlsta-stair1-bridge", "links": { - "self": "/stops/node-wtcst-ibstairs-lobby" + "self": "/stops/node-wlsta-stair1-bridge" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-wtcst-ibstairs-lobby" + "related": "/facilities/?filter[stop]=node-wlsta-stair1-bridge" } }, "parent_station": { "data": { - "id": "place-wtcst", + "id": "place-wlsta", "type": "stop" } }, @@ -378054,27 +396683,28 @@ }, { "attributes": { - "description": "Copley - Bottom of Escalator 439 from westbound platform", - "latitude": 42.350337, + "description": "World Trade Center - Bottom of first World Trade Center entrance escalator", + "latitude": null, "location_type": 3, - "longitude": -71.07764, - "name": "Copley", + "longitude": null, + "name": "World Trade Center", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-coecl-439-platform", + "id": "node-402-lobby", "links": { - "self": "/stops/node-coecl-439-platform" + "self": "/stops/node-402-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-coecl-439-platform" + "related": "/facilities/?filter[stop]=node-402-lobby" } }, "parent_station": { "data": { - "id": "place-coecl", + "id": "place-wtcst", "type": "stop" } }, @@ -378086,27 +396716,28 @@ }, { "attributes": { - "description": "Symphony - Bottom of stairs for Massachusetts Ave, First Church of Christ", - "latitude": null, + "description": "Bellingham Square - Bottom of ramp for Washington Avenue", + "latitude": 42.395351, "location_type": 3, - "longitude": null, - "name": "Symphony", + "longitude": -71.033473, + "name": "Bellingham Square", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-symcl-churstair-platform", + "id": "node-belsq-ramp-platform", "links": { - "self": "/stops/node-symcl-churstair-platform" + "self": "/stops/node-belsq-ramp-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-symcl-churstair-platform" + "related": "/facilities/?filter[stop]=node-belsq-ramp-platform" } }, "parent_station": { "data": { - "id": "place-symcl", + "id": "place-belsq", "type": "stop" } }, @@ -378118,22 +396749,23 @@ }, { "attributes": { - "description": "Symphony - Paid side of fare gates", + "description": "Symphony - Top of stairs for west entrances", "latitude": null, "location_type": 3, "longitude": null, "name": "Symphony", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-symcl-eb-farepaid", + "id": "node-symcl-wb-wtop", "links": { - "self": "/stops/node-symcl-eb-farepaid" + "self": "/stops/node-symcl-wb-wtop" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-symcl-eb-farepaid" + "related": "/facilities/?filter[stop]=node-symcl-wb-wtop" } }, "parent_station": { @@ -378150,27 +396782,28 @@ }, { "attributes": { - "description": "Braintree - Top of Commuter Rail platform ramp", - "latitude": 42.208595, + "description": "Revere Beach - Bottom of stairs between Bowdoin platform and lobby", + "latitude": 42.407952, "location_type": 3, - "longitude": -71.001135, - "name": "Braintree", + "longitude": -70.992655, + "name": "Revere Beach", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-brntn-crramp-top", + "id": "node-rbmnl-884stair-platform", "links": { - "self": "/stops/node-brntn-crramp-top" + "self": "/stops/node-rbmnl-884stair-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-brntn-crramp-top" + "related": "/facilities/?filter[stop]=node-rbmnl-884stair-platform" } }, "parent_station": { "data": { - "id": "place-brntn", + "id": "place-rbmnl", "type": "stop" } }, @@ -378182,27 +396815,28 @@ }, { "attributes": { - "description": "Magoun Square - Lowell St", - "latitude": 42.39323, + "description": "Symphony - Westland Ave, Symphony Hall", + "latitude": 42.342941, "location_type": 2, - "longitude": -71.106048, - "name": "Magoun Square - Lowell St", + "longitude": -71.08536, + "name": "Symphony - Westland Ave, Symphony Hall", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, - "id": "door-mgngl-lowell", + "id": "door-symcl-westland", "links": { - "self": "/stops/door-mgngl-lowell" + "self": "/stops/door-symcl-westland" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-mgngl-lowell" + "related": "/facilities/?filter[stop]=door-symcl-westland" } }, "parent_station": { "data": { - "id": "place-mgngl", + "id": "place-symcl", "type": "stop" } }, @@ -378214,27 +396848,28 @@ }, { "attributes": { - "description": "Kendall/MIT - Top of Elevator 756 for Ashmont/Braintree platform", - "latitude": 42.362143, + "description": "Alewife - Fourth floor of garage level of stairs between second floor of garage and fifth floor of garage", + "latitude": 42.39572, "location_type": 3, - "longitude": -71.08617, - "name": "Kendall/MIT", + "longitude": -71.141261, + "name": "Alewife", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-756-entrance", + "id": "node-alfcl-egaragestairs-fourth", "links": { - "self": "/stops/node-756-entrance" + "self": "/stops/node-alfcl-egaragestairs-fourth" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-756-entrance" + "related": "/facilities/?filter[stop]=node-alfcl-egaragestairs-fourth" } }, "parent_station": { "data": { - "id": "place-knncl", + "id": "place-alfcl", "type": "stop" } }, @@ -378246,27 +396881,28 @@ }, { "attributes": { - "description": "Chinatown - Bottom of stairs between escalator and street", + "description": "Park Street - Paid side of fare gates", "latitude": null, "location_type": 3, "longitude": null, - "name": "Chinatown", + "name": "Park Street", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-chncl-ogupper-landing", + "id": "node-pktrm-tremstairfare-paid", "links": { - "self": "/stops/node-chncl-ogupper-landing" + "self": "/stops/node-pktrm-tremstairfare-paid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-chncl-ogupper-landing" + "related": "/facilities/?filter[stop]=node-pktrm-tremstairfare-paid" } }, "parent_station": { "data": { - "id": "place-chncl", + "id": "place-pktrm", "type": "stop" } }, @@ -378278,27 +396914,28 @@ }, { "attributes": { - "description": "Arlington - Paid side of fare gates", - "latitude": null, + "description": "Wonderland - Lobby level of garage elevator", + "latitude": 42.413527, "location_type": 3, - "longitude": null, - "name": "Arlington", + "longitude": -70.991894, + "name": "Wonderland", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-armnl-farepaid", + "id": "node-701-lobby", "links": { - "self": "/stops/node-armnl-farepaid" + "self": "/stops/node-701-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-armnl-farepaid" + "related": "/facilities/?filter[stop]=node-701-lobby" } }, "parent_station": { "data": { - "id": "place-armnl", + "id": "place-wondl", "type": "stop" } }, @@ -378310,27 +396947,28 @@ }, { "attributes": { - "description": "Babcock Street - Babcock St", - "latitude": 42.351797, - "location_type": 2, - "longitude": -71.121103, - "name": "Babcock Street - Babcock St", + "description": "Alewife - Bottom of stairs between Russell Field lobby and Red Line platform", + "latitude": 42.396172, + "location_type": 3, + "longitude": -71.140046, + "name": "Alewife", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-babck-wbbabcock", + "id": "node-alfcl-russellstairs-bottom", "links": { - "self": "/stops/door-babck-wbbabcock" + "self": "/stops/node-alfcl-russellstairs-bottom" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-babck-wbbabcock" + "related": "/facilities/?filter[stop]=node-alfcl-russellstairs-bottom" } }, "parent_station": { "data": { - "id": "place-babck", + "id": "place-alfcl", "type": "stop" } }, @@ -378342,27 +396980,28 @@ }, { "attributes": { - "description": "Kenmore - Bottom of Park Street & North stairs", + "description": "Harvard - Top of stairs between Harvard Square landing and lobby", "latitude": null, "location_type": 3, "longitude": null, - "name": "Kenmore", + "name": "Harvard", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-kencl-ebstair-platform", + "id": "node-harsq-sqlowstair-landing", "links": { - "self": "/stops/node-kencl-ebstair-platform" + "self": "/stops/node-harsq-sqlowstair-landing" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-kencl-ebstair-platform" + "related": "/facilities/?filter[stop]=node-harsq-sqlowstair-landing" } }, "parent_station": { "data": { - "id": "place-kencl", + "id": "place-harsq", "type": "stop" } }, @@ -378374,27 +397013,28 @@ }, { "attributes": { - "description": "Aquarium - Bottom of stairs for State Street north", - "latitude": null, + "description": "Savin Hill - Paid side of Savin Hill Avenue fare gates", + "latitude": 42.311291, "location_type": 3, - "longitude": null, - "name": "Aquarium", + "longitude": -71.053315, + "name": "Savin Hill", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-aqucl-nstatestairs-lobby", + "id": "node-shmnl-sh-farepaid", "links": { - "self": "/stops/node-aqucl-nstatestairs-lobby" + "self": "/stops/node-shmnl-sh-farepaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-aqucl-nstatestairs-lobby" + "related": "/facilities/?filter[stop]=node-shmnl-sh-farepaid" } }, "parent_station": { "data": { - "id": "place-aqucl", + "id": "place-shmnl", "type": "stop" } }, @@ -378406,27 +397046,28 @@ }, { "attributes": { - "description": "Tufts Medical Center - Top of stairs for Oak Grove, Washington Street", + "description": "Andrew - Bottom of inbound escalator", "latitude": null, "location_type": 3, "longitude": null, - "name": "Tufts Medical Center", + "name": "Andrew", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-tumnl-washnbstairs-lobby", + "id": "node-301-platform", "links": { - "self": "/stops/node-tumnl-washnbstairs-lobby" + "self": "/stops/node-301-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-tumnl-washnbstairs-lobby" + "related": "/facilities/?filter[stop]=node-301-platform" } }, "parent_station": { "data": { - "id": "place-tumnl", + "id": "place-andrw", "type": "stop" } }, @@ -378438,27 +397079,28 @@ }, { "attributes": { - "description": "Harvard - Bottom of northern stairs between Red Line platforms", + "description": "Arlington - Top of eastbound escalator", "latitude": null, "location_type": 3, "longitude": null, - "name": "Harvard", + "name": "Arlington", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-harsq-sbstair-sbn", + "id": "node-435-lobby", "links": { - "self": "/stops/node-harsq-sbstair-sbn" + "self": "/stops/node-435-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-harsq-sbstair-sbn" + "related": "/facilities/?filter[stop]=node-435-lobby" } }, "parent_station": { "data": { - "id": "place-harsq", + "id": "place-armnl", "type": "stop" } }, @@ -378470,27 +397112,28 @@ }, { "attributes": { - "description": "Newton Centre - Braeland Ave, Langley Rd", - "latitude": 42.329349, - "location_type": 2, - "longitude": -71.192296, - "name": "Newton Centre - Braeland Ave, Langley Rd", + "description": "Green Street - Top of stairs", + "latitude": 42.310406, + "location_type": 3, + "longitude": -71.107673, + "name": "Green Street", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-newto-braeland", + "id": "node-grnst-stairs-lobby", "links": { - "self": "/stops/door-newto-braeland" + "self": "/stops/node-grnst-stairs-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-newto-braeland" + "related": "/facilities/?filter[stop]=node-grnst-stairs-lobby" } }, "parent_station": { "data": { - "id": "place-newto", + "id": "place-grnst", "type": "stop" } }, @@ -378502,27 +397145,28 @@ }, { "attributes": { - "description": "Back Bay - Top of Tracks 5-7 east stairs", - "latitude": null, + "description": "Wonderland - Bottom of stairs to busway door to lobby", + "latitude": 42.413404, "location_type": 3, - "longitude": null, - "name": "Back Bay", + "longitude": -70.991995, + "name": "Wonderland", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-bbsta-e57stairs-lobby", + "id": "node-wondl-busstairs-busway", "links": { - "self": "/stops/node-bbsta-e57stairs-lobby" + "self": "/stops/node-wondl-busstairs-busway" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-bbsta-e57stairs-lobby" + "related": "/facilities/?filter[stop]=node-wondl-busstairs-busway" } }, "parent_station": { "data": { - "id": "place-bbsta", + "id": "place-wondl", "type": "stop" } }, @@ -378534,27 +397178,28 @@ }, { "attributes": { - "description": "Government Center - Bottom of escalator from Green Line to plaza", - "latitude": null, - "location_type": 3, - "longitude": null, - "name": "Government Center", + "description": "Longwood - Chapel St, Colchester St", + "latitude": 42.34189, + "location_type": 2, + "longitude": -71.109877, + "name": "Longwood - Chapel St, Colchester St", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, - "id": "node-445-platform", + "id": "door-longw-colchester", "links": { - "self": "/stops/node-445-platform" + "self": "/stops/door-longw-colchester" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-445-platform" + "related": "/facilities/?filter[stop]=door-longw-colchester" } }, "parent_station": { "data": { - "id": "place-gover", + "id": "place-longw", "type": "stop" } }, @@ -378566,27 +397211,28 @@ }, { "attributes": { - "description": "Harvard - Bottom of ramp between main lobby and Lower Busway", - "latitude": null, + "description": "Eliot - Top of ramp to westbound Boylston Street", + "latitude": 42.31876, "location_type": 3, - "longitude": null, - "name": "Harvard", + "longitude": -71.215955, + "name": "Eliot", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-harsq-lowerramp-lower", + "id": "node-eliot-boylwr-platform", "links": { - "self": "/stops/node-harsq-lowerramp-lower" + "self": "/stops/node-eliot-boylwr-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-harsq-lowerramp-lower" + "related": "/facilities/?filter[stop]=node-eliot-boylwr-platform" } }, "parent_station": { "data": { - "id": "place-harsq", + "id": "place-eliot", "type": "stop" } }, @@ -378598,27 +397244,28 @@ }, { "attributes": { - "description": "State - Paid side of fare gates", - "latitude": null, + "description": "Beachmont - Bottom of stairs for Bowdoin", + "latitude": 42.397377, "location_type": 3, - "longitude": null, - "name": "State", + "longitude": -70.992599, + "name": "Beachmont", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-state-water-farepaid", + "id": "node-bmmnl-378stair-lobby", "links": { - "self": "/stops/node-state-water-farepaid" + "self": "/stops/node-bmmnl-378stair-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-state-water-farepaid" + "related": "/facilities/?filter[stop]=node-bmmnl-378stair-lobby" } }, "parent_station": { "data": { - "id": "place-state", + "id": "place-bmmnl", "type": "stop" } }, @@ -378630,27 +397277,28 @@ }, { "attributes": { - "description": "Maverick - Top of elevator between Maverick Square and lobby", - "latitude": 42.369139, + "description": "Sullivan Square - Top of stairs for Oak Grove", + "latitude": null, "location_type": 3, - "longitude": -71.039577, - "name": "Maverick", + "longitude": null, + "name": "Sullivan Square", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-965-entrance", + "id": "node-sull-nbstairs-lobby", "links": { - "self": "/stops/node-965-entrance" + "self": "/stops/node-sull-nbstairs-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-965-entrance" + "related": "/facilities/?filter[stop]=node-sull-nbstairs-lobby" } }, "parent_station": { "data": { - "id": "place-mvbcl", + "id": "place-sull", "type": "stop" } }, @@ -378662,27 +397310,28 @@ }, { "attributes": { - "description": "Park Street - Paid side of fare gate", - "latitude": 42.356214, + "description": "Alewife - Fifth floor of stairs between concourse and fifth floor of garage", + "latitude": 42.395511, "location_type": 3, - "longitude": -71.062204, - "name": "Park Street", + "longitude": -71.142221, + "name": "Alewife", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-pktrm-804paid", + "id": "node-alfcl-wgaragestairs-fifth", "links": { - "self": "/stops/node-pktrm-804paid" + "self": "/stops/node-alfcl-wgaragestairs-fifth" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-pktrm-804paid" + "related": "/facilities/?filter[stop]=node-alfcl-wgaragestairs-fifth" } }, "parent_station": { "data": { - "id": "place-pktrm", + "id": "place-alfcl", "type": "stop" } }, @@ -378694,27 +397343,28 @@ }, { "attributes": { - "description": "State - Top of stairs between Bowdoin platform, Oak Grove platform landing and State St, Devonshire St", + "description": "Davis - Bottom of Escalator 339", "latitude": null, "location_type": 3, "longitude": null, - "name": "State", + "name": "Davis", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-state-oldstateogministairs-street", + "id": "node-339-lobby", "links": { - "self": "/stops/node-state-oldstateogministairs-street" + "self": "/stops/node-339-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-state-oldstateogministairs-street" + "related": "/facilities/?filter[stop]=node-339-lobby" } }, "parent_station": { "data": { - "id": "place-state", + "id": "place-davis", "type": "stop" } }, @@ -378726,27 +397376,28 @@ }, { "attributes": { - "description": "Wellington - Top of stairs for busway, parking", - "latitude": 42.402444, - "location_type": 3, - "longitude": -71.076618, - "name": "Wellington", + "description": "Charles/MGH - Beacon Hill, Esplanade, Hospitals", + "latitude": 42.361117, + "location_type": 2, + "longitude": -71.07057, + "name": "Charles/MGH - Beacon Hill, Esplanade, Hospitals", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-welln-busstair-lobby", + "id": "door-chmnl-main", "links": { - "self": "/stops/node-welln-busstair-lobby" + "self": "/stops/door-chmnl-main" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-welln-busstair-lobby" + "related": "/facilities/?filter[stop]=door-chmnl-main" } }, "parent_station": { "data": { - "id": "place-welln", + "id": "place-chmnl", "type": "stop" } }, @@ -378758,27 +397409,28 @@ }, { "attributes": { - "description": "Forest Hills - Bottom of Orange Line platform north stairs", - "latitude": 42.300943, + "description": "Shawmut - Bottom of Alewife Elevator 953", + "latitude": 42.29313, "location_type": 3, - "longitude": -71.114027, - "name": "Forest Hills", + "longitude": -71.065707, + "name": "Shawmut", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-forhl-nplatstairs-platform", + "id": "node-smmnl-953-platform", "links": { - "self": "/stops/node-forhl-nplatstairs-platform" + "self": "/stops/node-smmnl-953-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-forhl-nplatstairs-platform" + "related": "/facilities/?filter[stop]=node-smmnl-953-platform" } }, "parent_station": { "data": { - "id": "place-forhl", + "id": "place-smmnl", "type": "stop" } }, @@ -378790,27 +397442,28 @@ }, { "attributes": { - "description": "Ashmont - Top of stairs from Red Line platform to Peabody Square", - "latitude": 42.284736, + "description": "Tufts Medical Center - Bottom of stairs for Tremont Street", + "latitude": null, "location_type": 3, - "longitude": -71.064023, - "name": "Ashmont", + "longitude": null, + "name": "Tufts Medical Center", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-asmnl-peasbstair-lobby", + "id": "node-tumnl-trestairs-lobby", "links": { - "self": "/stops/node-asmnl-peasbstair-lobby" + "self": "/stops/node-tumnl-trestairs-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-asmnl-peasbstair-lobby" + "related": "/facilities/?filter[stop]=node-tumnl-trestairs-lobby" } }, "parent_station": { "data": { - "id": "place-asmnl", + "id": "place-tumnl", "type": "stop" } }, @@ -378822,27 +397475,28 @@ }, { "attributes": { - "description": "South Station - Top of Escalator 399", - "latitude": null, + "description": "Quincy Adams - Third floor of garage level of Elevator 807", + "latitude": 42.233095, "location_type": 3, - "longitude": null, - "name": "South Station", + "longitude": -71.007194, + "name": "Quincy Adams", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-399-lobby", + "id": "node-807-third", "links": { - "self": "/stops/node-399-lobby" + "self": "/stops/node-807-third" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-399-lobby" + "related": "/facilities/?filter[stop]=node-807-third" } }, "parent_station": { "data": { - "id": "place-sstat", + "id": "place-qamnl", "type": "stop" } }, @@ -378854,27 +397508,28 @@ }, { "attributes": { - "description": "Porter - Top of stairs between Red Line platforms and lobby", - "latitude": 42.38846, + "description": "Arlington - Bottom of westbound elevator", + "latitude": null, "location_type": 3, - "longitude": -71.11885, - "name": "Porter", + "longitude": null, + "name": "Arlington", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-portr-lobbyrlstairs-lobby", + "id": "node-962-platform", "links": { - "self": "/stops/node-portr-lobbyrlstairs-lobby" + "self": "/stops/node-962-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-portr-lobbyrlstairs-lobby" + "related": "/facilities/?filter[stop]=node-962-platform" } }, "parent_station": { "data": { - "id": "place-portr", + "id": "place-armnl", "type": "stop" } }, @@ -378886,27 +397541,28 @@ }, { "attributes": { - "description": "Wollaston - Bottom of stairs between Newport Avenue lobby and platform", - "latitude": null, + "description": "Central - Bottom of Elevator 861 for Massachusetts Ave", + "latitude": 42.365109, "location_type": 3, - "longitude": null, - "name": "Wollaston", + "longitude": -71.103409, + "name": "Central", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-wlsta-stair4-lobby", + "id": "node-cntsq-861-platform", "links": { - "self": "/stops/node-wlsta-stair4-lobby" + "self": "/stops/node-cntsq-861-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-wlsta-stair4-lobby" + "related": "/facilities/?filter[stop]=node-cntsq-861-platform" } }, "parent_station": { "data": { - "id": "place-wlsta", + "id": "place-cntsq", "type": "stop" } }, @@ -378918,27 +397574,28 @@ }, { "attributes": { - "description": "Oak Grove - Bottom of Banks Place, busway, parking elevator", - "latitude": 42.43686, + "description": "Courthouse - Bottom of escalator from outbound platform to lobby", + "latitude": null, "location_type": 3, - "longitude": -71.070508, - "name": "Oak Grove", + "longitude": null, + "name": "Courthouse", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-745-street", + "id": "node-415-platform", "links": { - "self": "/stops/node-745-street" + "self": "/stops/node-415-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-745-street" + "related": "/facilities/?filter[stop]=node-415-platform" } }, "parent_station": { "data": { - "id": "place-ogmnl", + "id": "place-crtst", "type": "stop" } }, @@ -378950,27 +397607,28 @@ }, { "attributes": { - "description": "Ashmont - Top of Radford Lane ramp", - "latitude": 42.283964, - "location_type": 3, - "longitude": -71.063341, - "name": "Ashmont", + "description": "North Station - Causeway St", + "latitude": 42.365448, + "location_type": 2, + "longitude": -71.060439, + "name": "North Station - Causeway St", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, - "id": "node-asmnl-radfordramp", + "id": "door-north-causewayexitw", "links": { - "self": "/stops/node-asmnl-radfordramp" + "self": "/stops/door-north-causewayexitw" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-asmnl-radfordramp" + "related": "/facilities/?filter[stop]=door-north-causewayexitw" } }, "parent_station": { "data": { - "id": "place-asmnl", + "id": "place-north", "type": "stop" } }, @@ -378982,27 +397640,28 @@ }, { "attributes": { - "description": "Government Center - Bottom of stairs between plaza and Green Line", - "latitude": null, + "description": "Savin Hill - Top of elevator between Sydney Street and lobby", + "latitude": 42.310859, "location_type": 3, - "longitude": null, - "name": "Government Center", + "longitude": -71.053661, + "name": "Savin Hill", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-gover-nentrancestairs-platform", + "id": "node-947-lobby", "links": { - "self": "/stops/node-gover-nentrancestairs-platform" + "self": "/stops/node-947-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-gover-nentrancestairs-platform" + "related": "/facilities/?filter[stop]=node-947-lobby" } }, "parent_station": { "data": { - "id": "place-gover", + "id": "place-shmnl", "type": "stop" } }, @@ -379014,27 +397673,28 @@ }, { "attributes": { - "description": "Courthouse - Bottom of escalator from South Station platform to lobby", + "description": "Kenmore - Top of westbound platform stairs", "latitude": null, "location_type": 3, "longitude": null, - "name": "Courthouse", + "name": "Kenmore", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-414-platform", + "id": "node-kencl-wbstair-lobby", "links": { - "self": "/stops/node-414-platform" + "self": "/stops/node-kencl-wbstair-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-414-platform" + "related": "/facilities/?filter[stop]=node-kencl-wbstair-lobby" } }, "parent_station": { "data": { - "id": "place-crtst", + "id": "place-kencl", "type": "stop" } }, @@ -379046,27 +397706,28 @@ }, { "attributes": { - "description": "Chelsea - Bottom of ramp between Everett Ave and Boston-bound platform", - "latitude": 42.397014, + "description": "Boylston - Unpaid side of fare gates", + "latitude": null, "location_type": 3, - "longitude": -71.040778, - "name": "Chelsea", + "longitude": null, + "name": "Boylston", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-chels-everettnorth-bottom", + "id": "node-boyls-in-fareunpaid", "links": { - "self": "/stops/node-chels-everettnorth-bottom" + "self": "/stops/node-boyls-in-fareunpaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-chels-everettnorth-bottom" + "related": "/facilities/?filter[stop]=node-boyls-in-fareunpaid" } }, "parent_station": { "data": { - "id": "place-chels", + "id": "place-boyls", "type": "stop" } }, @@ -379078,27 +397739,28 @@ }, { "attributes": { - "description": "South Station - Bottom of Escalator 420", - "latitude": null, + "description": "Quincy Adams - Bottom of Escalator 345 from lobby to platform", + "latitude": 42.233204, "location_type": 3, - "longitude": null, - "name": "South Station", + "longitude": -71.006904, + "name": "Quincy Adams", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-420-rl", + "id": "node-345-bottom", "links": { - "self": "/stops/node-420-rl" + "self": "/stops/node-345-bottom" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-420-rl" + "related": "/facilities/?filter[stop]=node-345-bottom" } }, "parent_station": { "data": { - "id": "place-sstat", + "id": "place-qamnl", "type": "stop" } }, @@ -379110,27 +397772,28 @@ }, { "attributes": { - "description": "Ashmont - Mattapan Line (Lobby)", - "latitude": 42.283928, - "location_type": 2, - "longitude": -71.063598, - "name": "Ashmont - Mattapan Line (Lobby)", + "description": "Davis - Bottom of Elevator 816", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "Davis", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-asmnl-matpn", + "id": "node-816-platform", "links": { - "self": "/stops/door-asmnl-matpn" + "self": "/stops/node-816-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-asmnl-matpn" + "related": "/facilities/?filter[stop]=node-816-platform" } }, "parent_station": { "data": { - "id": "place-asmnl", + "id": "place-davis", "type": "stop" } }, @@ -379142,27 +397805,28 @@ }, { "attributes": { - "description": "Wonderland - Busway door to lobby", - "latitude": 42.413428, + "description": "State - Bottom of stairs between Wonderland platform and State St, Devonshire St", + "latitude": null, "location_type": 3, - "longitude": -70.991982, - "name": "Wonderland", + "longitude": null, + "name": "State", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-wondl-buswaydoor", + "id": "node-state-wonderlandoldstatestairs-ebplatform", "links": { - "self": "/stops/node-wondl-buswaydoor" + "self": "/stops/node-state-wonderlandoldstatestairs-ebplatform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-wondl-buswaydoor" + "related": "/facilities/?filter[stop]=node-state-wonderlandoldstatestairs-ebplatform" } }, "parent_station": { "data": { - "id": "place-wondl", + "id": "place-state", "type": "stop" } }, @@ -379174,27 +397838,28 @@ }, { "attributes": { - "description": "Back Bay - Top of eastern underpass stairs", + "description": "Haymarket - Bottom of stairs between mezzanine and Oak Grove platform", "latitude": null, "location_type": 3, "longitude": null, - "name": "Back Bay", + "name": "Haymarket", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-bbsta-upassestairs-top", + "id": "node-haecl-congogplats-platform", "links": { - "self": "/stops/node-bbsta-upassestairs-top" + "self": "/stops/node-haecl-congogplats-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-bbsta-upassestairs-top" + "related": "/facilities/?filter[stop]=node-haecl-congogplats-platform" } }, "parent_station": { "data": { - "id": "place-bbsta", + "id": "place-haecl", "type": "stop" } }, @@ -379206,27 +397871,28 @@ }, { "attributes": { - "description": "Harvard - Bottom of escalator from Alewife platform to Church Street lobby", - "latitude": null, + "description": "Medford/Tufts - Bottom of Elevator 770", + "latitude": 42.407966, "location_type": 3, - "longitude": null, - "name": "Harvard", + "longitude": -71.117009, + "name": "Medford/Tufts", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-516-platform", + "id": "node-770-bottom", "links": { - "self": "/stops/node-516-platform" + "self": "/stops/node-770-bottom" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-516-platform" + "related": "/facilities/?filter[stop]=node-770-bottom" } }, "parent_station": { "data": { - "id": "place-harsq", + "id": "place-mdftf", "type": "stop" } }, @@ -379238,27 +397904,28 @@ }, { "attributes": { - "description": "Haymarket - Bottom of elevator between Oak Grove platform and Green Line, busway passageway", - "latitude": null, + "description": "Revere Beach - Unpaid side of exit-only gates", + "latitude": 42.407357, "location_type": 3, - "longitude": null, - "name": "Haymarket", + "longitude": -70.992379, + "name": "Revere Beach", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-907-passage", + "id": "node-rbmnl-shirleyfareunpaid", "links": { - "self": "/stops/node-907-passage" + "self": "/stops/node-rbmnl-shirleyfareunpaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-907-passage" + "related": "/facilities/?filter[stop]=node-rbmnl-shirleyfareunpaid" } }, "parent_station": { "data": { - "id": "place-haecl", + "id": "place-rbmnl", "type": "stop" } }, @@ -379270,27 +397937,28 @@ }, { "attributes": { - "description": "Andrew - Bottom of entrance elevator", + "description": "Government Center - Bottom of elevator between Green Line and Blue Line", "latitude": null, "location_type": 3, "longitude": null, - "name": "Andrew", + "name": "Government Center", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-872-lobby", + "id": "node-722-bl", "links": { - "self": "/stops/node-872-lobby" + "self": "/stops/node-722-bl" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-872-lobby" + "related": "/facilities/?filter[stop]=node-722-bl" } }, "parent_station": { "data": { - "id": "place-andrw", + "id": "place-gover", "type": "stop" } }, @@ -379302,27 +397970,28 @@ }, { "attributes": { - "description": "Prudential - Bottom of escalator from lobby to Prudential Center", - "latitude": null, + "description": "Wonderland - Top of Revere Beach Plaza stairs to Wonderland-bound platform", + "latitude": 42.413448, "location_type": 3, - "longitude": null, - "name": "Prudential", + "longitude": -70.991518, + "name": "Wonderland", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-151-lobby", + "id": "node-wondl-obplazaentrance", "links": { - "self": "/stops/node-151-lobby" + "self": "/stops/node-wondl-obplazaentrance" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-151-lobby" + "related": "/facilities/?filter[stop]=node-wondl-obplazaentrance" } }, "parent_station": { "data": { - "id": "place-prmnl", + "id": "place-wondl", "type": "stop" } }, @@ -379334,27 +398003,28 @@ }, { "attributes": { - "description": "Kenmore - Busway, Commonwealth Ave", - "latitude": 42.348882, - "location_type": 2, - "longitude": -71.09542, - "name": "Kenmore - Busway, Commonwealth Ave", + "description": "South Station - Bottom of Elevator 919", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "South Station", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-kencl-busway", + "id": "node-919-rl", "links": { - "self": "/stops/door-kencl-busway" + "self": "/stops/node-919-rl" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-kencl-busway" + "related": "/facilities/?filter[stop]=node-919-rl" } }, "parent_station": { "data": { - "id": "place-kencl", + "id": "place-sstat", "type": "stop" } }, @@ -379366,27 +398036,28 @@ }, { "attributes": { - "description": "Wonderland - Blue Line unpaid lobby", - "latitude": 42.413659, + "description": "Assembly - Paid side of fare gates", + "latitude": 42.39219, "location_type": 3, - "longitude": -70.991859, - "name": "Wonderland", + "longitude": -71.077269, + "name": "Assembly", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-wondl-lobbycenter", + "id": "node-astao-rev-farepaid", "links": { - "self": "/stops/node-wondl-lobbycenter" + "self": "/stops/node-astao-rev-farepaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-wondl-lobbycenter" + "related": "/facilities/?filter[stop]=node-astao-rev-farepaid" } }, "parent_station": { "data": { - "id": "place-wondl", + "id": "place-astao", "type": "stop" } }, @@ -379398,27 +398069,28 @@ }, { "attributes": { - "description": "State - Bottom of stairs between Orange Line and State St, Devonshire St", + "description": "Harvard - Top of stairs between Upper Busway and Lower Busway", "latitude": null, "location_type": 3, "longitude": null, - "name": "State", + "name": "Harvard", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-state-passageoldstatehousestairs-sbplatform", + "id": "node-harsq-lowupstair-upper", "links": { - "self": "/stops/node-state-passageoldstatehousestairs-sbplatform" + "self": "/stops/node-harsq-lowupstair-upper" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-state-passageoldstatehousestairs-sbplatform" + "related": "/facilities/?filter[stop]=node-harsq-lowupstair-upper" } }, "parent_station": { "data": { - "id": "place-state", + "id": "place-harsq", "type": "stop" } }, @@ -379430,27 +398102,28 @@ }, { "attributes": { - "description": "Shawmut - Top of Ashmont Elevator 954", - "latitude": 42.293109, + "description": "World Trade Center - Bottom of second flight of World Trade Center entrance stairs", + "latitude": null, "location_type": 3, - "longitude": -71.065894, - "name": "Shawmut", + "longitude": null, + "name": "World Trade Center", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-smmnl-954-lobby", + "id": "node-wtcst-wtctstairs-landing", "links": { - "self": "/stops/node-smmnl-954-lobby" + "self": "/stops/node-wtcst-wtctstairs-landing" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-smmnl-954-lobby" + "related": "/facilities/?filter[stop]=node-wtcst-wtctstairs-landing" } }, "parent_station": { "data": { - "id": "place-smmnl", + "id": "place-wtcst", "type": "stop" } }, @@ -379462,27 +398135,28 @@ }, { "attributes": { - "description": "Aquarium - Bottom of escalator from Wonderland platform to State Street", + "description": "Back Bay - Top of Track 2 escalator", "latitude": null, "location_type": 3, "longitude": null, - "name": "Aquarium", + "name": "Back Bay", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-394-platform", + "id": "node-144-lobby", "links": { - "self": "/stops/node-394-platform" + "self": "/stops/node-144-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-394-platform" + "related": "/facilities/?filter[stop]=node-144-lobby" } }, "parent_station": { "data": { - "id": "place-aqucl", + "id": "place-bbsta", "type": "stop" } }, @@ -379494,27 +398168,28 @@ }, { "attributes": { - "description": "Beachmont - Bottom of Elevator 886", - "latitude": 42.397494, + "description": "South Station - Bottom of stairs for Alewife", + "latitude": null, "location_type": 3, - "longitude": -70.99251, - "name": "Beachmont", + "longitude": null, + "name": "South Station", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-886-lobby", + "id": "node-sstat-420stair-rl", "links": { - "self": "/stops/node-886-lobby" + "self": "/stops/node-sstat-420stair-rl" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-886-lobby" + "related": "/facilities/?filter[stop]=node-sstat-420stair-rl" } }, "parent_station": { "data": { - "id": "place-bmmnl", + "id": "place-sstat", "type": "stop" } }, @@ -379526,27 +398201,28 @@ }, { "attributes": { - "description": "Gilman Square - Top of School St Elevator 766", - "latitude": 42.388245, + "description": "Alewife - Second floor of garage level of Elevator 815", + "latitude": 42.395815, "location_type": 3, - "longitude": -71.097497, - "name": "Gilman Square", + "longitude": -71.141239, + "name": "Alewife", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-766-top", + "id": "node-815-second", "links": { - "self": "/stops/node-766-top" + "self": "/stops/node-815-second" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-766-top" + "related": "/facilities/?filter[stop]=node-815-second" } }, "parent_station": { "data": { - "id": "place-gilmn", + "id": "place-alfcl", "type": "stop" } }, @@ -379558,27 +398234,28 @@ }, { "attributes": { - "description": "Suffolk Downs - Unpaid side of fare gates", - "latitude": 42.390616, - "location_type": 3, - "longitude": -70.997303, - "name": "Suffolk Downs", + "description": "Brookline Village - Station St, Washington St", + "latitude": 42.332552, + "location_type": 2, + "longitude": -71.117214, + "name": "Brookline Village - Station St, Washington St", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-sdmnl-wall-fareunpaid", + "id": "door-bvmnl-washington", "links": { - "self": "/stops/node-sdmnl-wall-fareunpaid" + "self": "/stops/door-bvmnl-washington" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-sdmnl-wall-fareunpaid" + "related": "/facilities/?filter[stop]=door-bvmnl-washington" } }, "parent_station": { "data": { - "id": "place-sdmnl", + "id": "place-bvmnl", "type": "stop" } }, @@ -379590,27 +398267,28 @@ }, { "attributes": { - "description": "Davis - Bottom of Escalator 341", + "description": "Downtown Crossing - Top of exit-only stairs from Ashmont/Braintree platform to Summer Street Concourse", "latitude": null, "location_type": 3, "longitude": null, - "name": "Davis", + "name": "Downtown Crossing", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-341-platform", + "id": "node-dwnxg-sbsumexitfare-paid", "links": { - "self": "/stops/node-341-platform" + "self": "/stops/node-dwnxg-sbsumexitfare-paid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-341-platform" + "related": "/facilities/?filter[stop]=node-dwnxg-sbsumexitfare-paid" } }, "parent_station": { "data": { - "id": "place-davis", + "id": "place-dwnxg", "type": "stop" } }, @@ -379622,27 +398300,28 @@ }, { "attributes": { - "description": "South Station - Bottom of stairs from drop-off only platform", - "latitude": null, - "location_type": 3, - "longitude": null, - "name": "South Station", + "description": "Quincy Center - Hancock St", + "latitude": 42.251586, + "location_type": 2, + "longitude": -71.005003, + "name": "Quincy Center - Hancock St", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-sstat-420sl-sl", + "id": "door-qnctr-busway", "links": { - "self": "/stops/node-sstat-420sl-sl" + "self": "/stops/door-qnctr-busway" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-sstat-420sl-sl" + "related": "/facilities/?filter[stop]=door-qnctr-busway" } }, "parent_station": { "data": { - "id": "place-sstat", + "id": "place-qnctr", "type": "stop" } }, @@ -379654,27 +398333,28 @@ }, { "attributes": { - "description": "World Trade Center - Congress St", - "latitude": 42.348702, - "location_type": 2, - "longitude": -71.042368, - "name": "World Trade Center - Congress St", + "description": "Kenmore - Top of ramp between lobby and fare vending machines", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "Kenmore", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-wtcst-congress", + "id": "node-kencl-fvmramp-landing", "links": { - "self": "/stops/door-wtcst-congress" + "self": "/stops/node-kencl-fvmramp-landing" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-wtcst-congress" + "related": "/facilities/?filter[stop]=node-kencl-fvmramp-landing" } }, "parent_station": { "data": { - "id": "place-wtcst", + "id": "place-kencl", "type": "stop" } }, @@ -379686,27 +398366,28 @@ }, { "attributes": { - "description": "Ruggles - Bottom of Orange Line platform elevator", - "latitude": 42.336583, + "description": "Wollaston - Bottom of elevator between parking lobby and bridge", + "latitude": null, "location_type": 3, - "longitude": -71.089568, - "name": "Ruggles", + "longitude": null, + "name": "Wollaston", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-850-platform", + "id": "node-733-lobby", "links": { - "self": "/stops/node-850-platform" + "self": "/stops/node-733-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-850-platform" + "related": "/facilities/?filter[stop]=node-733-lobby" } }, "parent_station": { "data": { - "id": "place-rugg", + "id": "place-wlsta", "type": "stop" } }, @@ -379718,27 +398399,28 @@ }, { "attributes": { - "description": "Downtown Crossing - Paid side of fare gates", - "latitude": null, + "description": "Assembly - Bottom of Elevator 717", + "latitude": 42.393058, "location_type": 3, - "longitude": null, - "name": "Downtown Crossing", + "longitude": -71.077318, + "name": "Assembly", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-dwnxg-wintwashfare-paid", + "id": "node-astao-717-platform", "links": { - "self": "/stops/node-dwnxg-wintwashfare-paid" + "self": "/stops/node-astao-717-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-dwnxg-wintwashfare-paid" + "related": "/facilities/?filter[stop]=node-astao-717-platform" } }, "parent_station": { "data": { - "id": "place-dwnxg", + "id": "place-astao", "type": "stop" } }, @@ -379750,27 +398432,28 @@ }, { "attributes": { - "description": "South Station - Paid side of fare gates", - "latitude": null, - "location_type": 3, - "longitude": null, - "name": "South Station", + "description": "Central - Essex St", + "latitude": 42.364991, + "location_type": 2, + "longitude": -71.102811, + "name": "Central - Essex St", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, - "id": "node-sstat-north-farepaid", + "id": "door-cntsq-essex", "links": { - "self": "/stops/node-sstat-north-farepaid" + "self": "/stops/door-cntsq-essex" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-sstat-north-farepaid" + "related": "/facilities/?filter[stop]=door-cntsq-essex" } }, "parent_station": { "data": { - "id": "place-sstat", + "id": "place-cntsq", "type": "stop" } }, @@ -379782,27 +398465,28 @@ }, { "attributes": { - "description": "North Quincy - Hancock St", - "latitude": 42.276631, - "location_type": 2, - "longitude": -71.030922, - "name": "North Quincy - Hancock St", + "description": "Kenmore - Bottom of Park Street & North stairs", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "Kenmore", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-nqncy-hancock", + "id": "node-kencl-ebstair-platform", "links": { - "self": "/stops/door-nqncy-hancock" + "self": "/stops/node-kencl-ebstair-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-nqncy-hancock" + "related": "/facilities/?filter[stop]=node-kencl-ebstair-platform" } }, "parent_station": { "data": { - "id": "place-nqncy", + "id": "place-kencl", "type": "stop" } }, @@ -379814,27 +398498,28 @@ }, { "attributes": { - "description": "Back Bay - Bottom of Tracks 5-7 Dartmouth Street exit stairs", - "latitude": null, + "description": "Maverick - Top of elevator between Lewis Mall and lobby", + "latitude": 42.3681, "location_type": 3, - "longitude": null, - "name": "Back Bay", + "longitude": -71.040365, + "name": "Maverick", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-bbsta-dartexit-platform", + "id": "node-966-entrance", "links": { - "self": "/stops/node-bbsta-dartexit-platform" + "self": "/stops/node-966-entrance" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-bbsta-dartexit-platform" + "related": "/facilities/?filter[stop]=node-966-entrance" } }, "parent_station": { "data": { - "id": "place-bbsta", + "id": "place-mvbcl", "type": "stop" } }, @@ -379846,27 +398531,28 @@ }, { "attributes": { - "description": "Community College - Bottom of stairs", + "description": "Sullivan Square - Paid side of fare gates", "latitude": null, "location_type": 3, "longitude": null, - "name": "Community College", + "name": "Sullivan Square", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-ccmnl-stairs-platform", + "id": "node-sull-farepaid", "links": { - "self": "/stops/node-ccmnl-stairs-platform" + "self": "/stops/node-sull-farepaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-ccmnl-stairs-platform" + "related": "/facilities/?filter[stop]=node-sull-farepaid" } }, "parent_station": { "data": { - "id": "place-ccmnl", + "id": "place-sull", "type": "stop" } }, @@ -379878,27 +398564,28 @@ }, { "attributes": { - "description": "Forest Hills - Bottom of Orange Line main lobby elevator", - "latitude": 42.300809, + "description": "Suffolk Downs - Bottom of ramp for Bennington Street", + "latitude": 42.390388, "location_type": 3, - "longitude": -71.114206, - "name": "Forest Hills", + "longitude": -70.997057, + "name": "Suffolk Downs", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-842-platform", + "id": "node-sdmnl-unob-street", "links": { - "self": "/stops/node-842-platform" + "self": "/stops/node-sdmnl-unob-street" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-842-platform" + "related": "/facilities/?filter[stop]=node-sdmnl-unob-street" } }, "parent_station": { "data": { - "id": "place-forhl", + "id": "place-sdmnl", "type": "stop" } }, @@ -379910,27 +398597,28 @@ }, { "attributes": { - "description": "Wonderland - Bottom of stairs to busway door to lobby", - "latitude": 42.413404, - "location_type": 3, - "longitude": -70.991995, - "name": "Wonderland", + "description": "Central - Mass Ave", + "latitude": 42.36519, + "location_type": 2, + "longitude": -71.103557, + "name": "Central - Mass Ave", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-wondl-busstairs-busway", + "id": "door-cntsq-ibmass", "links": { - "self": "/stops/node-wondl-busstairs-busway" + "self": "/stops/door-cntsq-ibmass" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-wondl-busstairs-busway" + "related": "/facilities/?filter[stop]=door-cntsq-ibmass" } }, "parent_station": { "data": { - "id": "place-wondl", + "id": "place-cntsq", "type": "stop" } }, @@ -379942,27 +398630,28 @@ }, { "attributes": { - "description": "Harvard - Top of stairs between main lobby and Lower Busway", + "description": "Tufts Medical Center - Bottom of Elevator 857", "latitude": null, "location_type": 3, "longitude": null, - "name": "Harvard", + "name": "Tufts Medical Center", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-harsq-lowerstair-lobby", + "id": "node-857-lobby", "links": { - "self": "/stops/node-harsq-lowerstair-lobby" + "self": "/stops/node-857-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-harsq-lowerstair-lobby" + "related": "/facilities/?filter[stop]=node-857-lobby" } }, "parent_station": { "data": { - "id": "place-harsq", + "id": "place-tumnl", "type": "stop" } }, @@ -379974,27 +398663,28 @@ }, { "attributes": { - "description": "Forest Hills - Bottom of south lower busway stairs", - "latitude": 42.300448, + "description": "Downtown Crossing - Bottom of stairs between Oak Grove platform and Alewife platform", + "latitude": null, "location_type": 3, - "longitude": -71.113793, - "name": "Forest Hills", + "longitude": null, + "name": "Downtown Crossing", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-forhl-slowbusstairs-busway", + "id": "node-dwnxg-stair2-rl", "links": { - "self": "/stops/node-forhl-slowbusstairs-busway" + "self": "/stops/node-dwnxg-stair2-rl" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-forhl-slowbusstairs-busway" + "related": "/facilities/?filter[stop]=node-dwnxg-stair2-rl" } }, "parent_station": { "data": { - "id": "place-forhl", + "id": "place-dwnxg", "type": "stop" } }, @@ -380006,27 +398696,28 @@ }, { "attributes": { - "description": "Lechmere - Top of stairs for O'Brien Hwy", - "latitude": 42.370861, + "description": "Aquarium - Top of stairs between platform and State Street", + "latitude": null, "location_type": 3, - "longitude": -71.075629, - "name": "Lechmere", + "longitude": null, + "name": "Aquarium", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-lech-obrienstairs-top", + "id": "node-aqucl-ebstatestairs-lobby", "links": { - "self": "/stops/node-lech-obrienstairs-top" + "self": "/stops/node-aqucl-ebstatestairs-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-lech-obrienstairs-top" + "related": "/facilities/?filter[stop]=node-aqucl-ebstatestairs-lobby" } }, "parent_station": { "data": { - "id": "place-lech", + "id": "place-aqucl", "type": "stop" } }, @@ -380038,27 +398729,28 @@ }, { "attributes": { - "description": "Revere Beach - Bottom of stairs for Beach Street", - "latitude": 42.408327, + "description": "Back Bay - Top of Tracks 5-7 elevator", + "latitude": null, "location_type": 3, - "longitude": -70.992529, - "name": "Revere Beach", + "longitude": null, + "name": "Back Bay", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-rbmnl-beachstair", + "id": "node-856-lobby", "links": { - "self": "/stops/node-rbmnl-beachstair" + "self": "/stops/node-856-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-rbmnl-beachstair" + "related": "/facilities/?filter[stop]=node-856-lobby" } }, "parent_station": { "data": { - "id": "place-rbmnl", + "id": "place-bbsta", "type": "stop" } }, @@ -380070,27 +398762,28 @@ }, { "attributes": { - "description": "World Trade Center - Top of first flight of World Trade Center entrance stairs", - "latitude": null, + "description": "Science Park/West End - Paid side of fare gates", + "latitude": 42.36666, "location_type": 3, - "longitude": null, - "name": "World Trade Center", + "longitude": -71.067927, + "name": "Science Park/West End", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-wtcst-wtcbstairs-landing", + "id": "node-spmnl-ofarepaid", "links": { - "self": "/stops/node-wtcst-wtcbstairs-landing" + "self": "/stops/node-spmnl-ofarepaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-wtcst-wtcbstairs-landing" + "related": "/facilities/?filter[stop]=node-spmnl-ofarepaid" } }, "parent_station": { "data": { - "id": "place-wtcst", + "id": "place-spmnl", "type": "stop" } }, @@ -380102,27 +398795,28 @@ }, { "attributes": { - "description": "Sullivan Square - Top of Elevator 840", + "description": "Haymarket - Bottom of stairs between Oak Grove platform and Green Line, busway passageway", "latitude": null, "location_type": 3, "longitude": null, - "name": "Sullivan Square", + "name": "Haymarket", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-840-lobby", + "id": "node-haecl-passogstair-passage", "links": { - "self": "/stops/node-840-lobby" + "self": "/stops/node-haecl-passogstair-passage" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-840-lobby" + "related": "/facilities/?filter[stop]=node-haecl-passogstair-passage" } }, "parent_station": { "data": { - "id": "place-sull", + "id": "place-haecl", "type": "stop" } }, @@ -380134,27 +398828,28 @@ }, { "attributes": { - "description": "North Quincy - Top of stairs between Newport Avenue and lobby", - "latitude": 42.276377, + "description": "South Station - Silver Line level of Elevator 918", + "latitude": null, "location_type": 3, - "longitude": -71.031073, - "name": "North Quincy", + "longitude": null, + "name": "South Station", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-nqncy-nstair-lobby", + "id": "node-918-sl", "links": { - "self": "/stops/node-nqncy-nstair-lobby" + "self": "/stops/node-918-sl" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-nqncy-nstair-lobby" + "related": "/facilities/?filter[stop]=node-918-sl" } }, "parent_station": { "data": { - "id": "place-nqncy", + "id": "place-sstat", "type": "stop" } }, @@ -380166,27 +398861,28 @@ }, { "attributes": { - "description": "Davis - Top of stairs for College Avenue", - "latitude": 42.396763, + "description": "Reservoir - Bottom of stairs for Park Street & North", + "latitude": 42.335076, "location_type": 3, - "longitude": -71.121839, - "name": "Davis", + "longitude": -71.148542, + "name": "Reservoir", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-davis-colstairup-entrance", + "id": "node-rsmnl-estairs-platform", "links": { - "self": "/stops/node-davis-colstairup-entrance" + "self": "/stops/node-rsmnl-estairs-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-davis-colstairup-entrance" + "related": "/facilities/?filter[stop]=node-rsmnl-estairs-platform" } }, "parent_station": { "data": { - "id": "place-davis", + "id": "place-rsmnl", "type": "stop" } }, @@ -380198,27 +398894,28 @@ }, { "attributes": { - "description": "Suffolk Downs - Top of ramp for Wonderland platform", - "latitude": 42.390408, + "description": "Downtown Crossing - Bottom of ramp between Macy's and Summer Street Concourse", + "latitude": null, "location_type": 3, - "longitude": -70.997015, - "name": "Suffolk Downs", + "longitude": null, + "name": "Downtown Crossing", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-sdmnl-pob-bridge", + "id": "node-dwnxg-macysramp-lobby", "links": { - "self": "/stops/node-sdmnl-pob-bridge" + "self": "/stops/node-dwnxg-macysramp-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-sdmnl-pob-bridge" + "related": "/facilities/?filter[stop]=node-dwnxg-macysramp-lobby" } }, "parent_station": { "data": { - "id": "place-sdmnl", + "id": "place-dwnxg", "type": "stop" } }, @@ -380230,27 +398927,28 @@ }, { "attributes": { - "description": "Sullivan Square - Top of ramp for lower busway", - "latitude": null, - "location_type": 3, - "longitude": null, - "name": "Sullivan Square", + "description": "Mattapan - Upper Busway", + "latitude": 42.267684, + "location_type": 2, + "longitude": -71.092224, + "name": "Mattapan - Upper Busway", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-lbusramp-upper", + "id": "door-matt-northbus", "links": { - "self": "/stops/node-lbusramp-upper" + "self": "/stops/door-matt-northbus" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-lbusramp-upper" + "related": "/facilities/?filter[stop]=door-matt-northbus" } }, "parent_station": { "data": { - "id": "place-sull", + "id": "place-matt", "type": "stop" } }, @@ -380262,27 +398960,28 @@ }, { "attributes": { - "description": "Downtown Crossing - Unpaid side of fare gates", - "latitude": null, + "description": "Orient Heights - Bottom of Elevator 715", + "latitude": 42.386795, "location_type": 3, - "longitude": null, - "name": "Downtown Crossing", + "longitude": -71.004704, + "name": "Orient Heights", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-dwnxg-sumchyfare-unpaid", + "id": "node-715-street", "links": { - "self": "/stops/node-dwnxg-sumchyfare-unpaid" + "self": "/stops/node-715-street" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-dwnxg-sumchyfare-unpaid" + "related": "/facilities/?filter[stop]=node-715-street" } }, "parent_station": { "data": { - "id": "place-dwnxg", + "id": "place-orhte", "type": "stop" } }, @@ -380294,27 +398993,28 @@ }, { "attributes": { - "description": "Kenmore - Top of Park Street & North stairs", - "latitude": null, + "description": "Massachusetts Avenue - Top of stairs from main entrance", + "latitude": 42.341506, "location_type": 3, - "longitude": null, - "name": "Kenmore", + "longitude": -71.083506, + "name": "Massachusetts Avenue", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-kencl-ebstair-lobby", + "id": "node-masta-unpstair-exit", "links": { - "self": "/stops/node-kencl-ebstair-lobby" + "self": "/stops/node-masta-unpstair-exit" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-kencl-ebstair-lobby" + "related": "/facilities/?filter[stop]=node-masta-unpstair-exit" } }, "parent_station": { "data": { - "id": "place-kencl", + "id": "place-masta", "type": "stop" } }, @@ -380326,27 +399026,28 @@ }, { "attributes": { - "description": "Davis - Holland St, Buses", - "latitude": 42.396992, + "description": "Eliot - Boylston St Westbound (Stairs)", + "latitude": 42.318488, "location_type": 2, - "longitude": -71.123191, - "name": "Davis - Holland St, Buses", + "longitude": -71.215831, + "name": "Eliot - Boylston St Westbound (Stairs)", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, - "id": "door-davis-holland", + "id": "door-eliot-boylws", "links": { - "self": "/stops/door-davis-holland" + "self": "/stops/door-eliot-boylws" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-davis-holland" + "related": "/facilities/?filter[stop]=door-eliot-boylws" } }, "parent_station": { "data": { - "id": "place-davis", + "id": "place-eliot", "type": "stop" } }, @@ -380358,27 +399059,28 @@ }, { "attributes": { - "description": "Harvard - Bottom of elevator between Harvard Square and lobby", - "latitude": 42.373407, - "location_type": 3, - "longitude": -71.119116, - "name": "Harvard", + "description": "Revere Beach - Ocean Ave, Shirley Ave", + "latitude": 42.40782, + "location_type": 2, + "longitude": -70.992633, + "name": "Revere Beach - Ocean Ave, Shirley Ave", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-821-lobby", + "id": "door-rbmnl-main", "links": { - "self": "/stops/node-821-lobby" + "self": "/stops/door-rbmnl-main" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-821-lobby" + "related": "/facilities/?filter[stop]=door-rbmnl-main" } }, "parent_station": { "data": { - "id": "place-harsq", + "id": "place-rbmnl", "type": "stop" } }, @@ -380390,27 +399092,28 @@ }, { "attributes": { - "description": "Park Street - Unpaid side of exit-only gate", - "latitude": null, + "description": "Green Street - Unpaid side of fare gates", + "latitude": 42.310462, "location_type": 3, - "longitude": null, - "name": "Park Street", + "longitude": -71.107597, + "name": "Green Street", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-pktrm-tremefare-unpaid", + "id": "node-grnst-fareunpaid", "links": { - "self": "/stops/node-pktrm-tremefare-unpaid" + "self": "/stops/node-grnst-fareunpaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-pktrm-tremefare-unpaid" + "related": "/facilities/?filter[stop]=node-grnst-fareunpaid" } }, "parent_station": { "data": { - "id": "place-pktrm", + "id": "place-grnst", "type": "stop" } }, @@ -380422,27 +399125,28 @@ }, { "attributes": { - "description": "Science Park/West End - Mezzanine level of north side elevator", - "latitude": 42.366846, - "location_type": 3, - "longitude": -71.067777, - "name": "Science Park/West End", + "description": "Lechmere - North First St", + "latitude": 42.371572, + "location_type": 2, + "longitude": -71.076584, + "name": "Lechmere - North First St", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-981-lobby", + "id": "door-lech-first", "links": { - "self": "/stops/node-981-lobby" + "self": "/stops/door-lech-first" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-981-lobby" + "related": "/facilities/?filter[stop]=door-lech-first" } }, "parent_station": { "data": { - "id": "place-spmnl", + "id": "place-lech", "type": "stop" } }, @@ -380454,27 +399158,28 @@ }, { "attributes": { - "description": "Symphony - Bottom of stairs for east entrances", - "latitude": null, - "location_type": 3, - "longitude": null, - "name": "Symphony", + "description": "Braintree - Garage, Buses, Union St", + "latitude": 42.207528, + "location_type": 2, + "longitude": -71.001339, + "name": "Braintree - Garage, Buses, Union St", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-symcl-wb-ebottom", + "id": "door-brntn-faregates", "links": { - "self": "/stops/node-symcl-wb-ebottom" + "self": "/stops/door-brntn-faregates" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-symcl-wb-ebottom" + "related": "/facilities/?filter[stop]=door-brntn-faregates" } }, "parent_station": { "data": { - "id": "place-symcl", + "id": "place-brntn", "type": "stop" } }, @@ -380486,27 +399191,28 @@ }, { "attributes": { - "description": "Sullivan Square - Bottom of stairs for Oak Grove", - "latitude": null, - "location_type": 3, - "longitude": null, - "name": "Sullivan Square", + "description": "Downtown Crossing - 101 Arch St, Summer St", + "latitude": 42.354843, + "location_type": 2, + "longitude": -71.05948, + "name": "Downtown Crossing - 101 Arch St, Summer St", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-sull-nbstairs-platform", + "id": "door-dwnxg-101arch", "links": { - "self": "/stops/node-sull-nbstairs-platform" + "self": "/stops/door-dwnxg-101arch" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-sull-nbstairs-platform" + "related": "/facilities/?filter[stop]=door-dwnxg-101arch" } }, "parent_station": { "data": { - "id": "place-sull", + "id": "place-dwnxg", "type": "stop" } }, @@ -380518,27 +399224,28 @@ }, { "attributes": { - "description": "Oak Grove - Bottom of Banks Place elevator for Commuter Rail", - "latitude": 42.436976, + "description": "Park Street - Top of stairs between Ashmont/Braintree platform and Winter Street Concourse", + "latitude": null, "location_type": 3, - "longitude": -71.070749, - "name": "Oak Grove", + "longitude": null, + "name": "Park Street", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-800-crplatform", + "id": "node-pktrm-sbwinterstairs-lobby", "links": { - "self": "/stops/node-800-crplatform" + "self": "/stops/node-pktrm-sbwinterstairs-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-800-crplatform" + "related": "/facilities/?filter[stop]=node-pktrm-sbwinterstairs-lobby" } }, "parent_station": { "data": { - "id": "place-ogmnl", + "id": "place-pktrm", "type": "stop" } }, @@ -380550,27 +399257,28 @@ }, { "attributes": { - "description": "Wood Island - Bottom of stairs for Wonderland", - "latitude": 42.379632, + "description": "Forest Hills - Bottom of Orange Line elevator for Arborway, Southwest Corridor Park", + "latitude": 42.301657, "location_type": 3, - "longitude": -71.022762, - "name": "Wood Island", + "longitude": -71.113503, + "name": "Forest Hills", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-wimnl-obpaidstairs-platform", + "id": "node-724-platform", "links": { - "self": "/stops/node-wimnl-obpaidstairs-platform" + "self": "/stops/node-724-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-wimnl-obpaidstairs-platform" + "related": "/facilities/?filter[stop]=node-724-platform" } }, "parent_station": { "data": { - "id": "place-wimnl", + "id": "place-forhl", "type": "stop" } }, @@ -380582,27 +399290,28 @@ }, { "attributes": { - "description": "Wollaston - Top of ramp between Newport Avenue and parking lobbies", + "description": "Harvard - Bottom of escalator from Harvard Square mezzanine to lobby", "latitude": null, "location_type": 3, "longitude": null, - "name": "Wollaston", + "name": "Harvard", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-wlsta-lobbyramp-upper", + "id": "node-515-lobby", "links": { - "self": "/stops/node-wlsta-lobbyramp-upper" + "self": "/stops/node-515-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-wlsta-lobbyramp-upper" + "related": "/facilities/?filter[stop]=node-515-lobby" } }, "parent_station": { "data": { - "id": "place-wlsta", + "id": "place-harsq", "type": "stop" } }, @@ -380614,27 +399323,28 @@ }, { "attributes": { - "description": "Symphony - Bottom of stairs for First Church, Falmouth St", - "latitude": null, - "location_type": 3, - "longitude": null, - "name": "Symphony", + "description": "South Station - South Station Bus Terminal", + "latitude": 42.35069, + "location_type": 2, + "longitude": -71.056121, + "name": "South Station - South Station Bus Terminal", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-symcl-falmstair-platform", + "id": "door-sstat-bus", "links": { - "self": "/stops/node-symcl-falmstair-platform" + "self": "/stops/door-sstat-bus" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-symcl-falmstair-platform" + "related": "/facilities/?filter[stop]=door-sstat-bus" } }, "parent_station": { "data": { - "id": "place-symcl", + "id": "place-sstat", "type": "stop" } }, @@ -380646,27 +399356,28 @@ }, { "attributes": { - "description": "Tufts Medical Center - Top of Elevator 859", - "latitude": null, + "description": "Forest Hills - Building door for lower busway", + "latitude": 42.300614, "location_type": 3, - "longitude": null, - "name": "Tufts Medical Center", + "longitude": -71.113763, + "name": "Forest Hills", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-859-lobby", + "id": "node-forhl-lowerdoor", "links": { - "self": "/stops/node-859-lobby" + "self": "/stops/node-forhl-lowerdoor" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-859-lobby" + "related": "/facilities/?filter[stop]=node-forhl-lowerdoor" } }, "parent_station": { "data": { - "id": "place-tumnl", + "id": "place-forhl", "type": "stop" } }, @@ -380678,27 +399389,28 @@ }, { "attributes": { - "description": "Government Center - Top of stairs between plaza and Green Line", - "latitude": 42.359616, - "location_type": 3, - "longitude": -71.05933, - "name": "Government Center", + "description": "Back Bay - Clarendon St (Track 2)", + "latitude": 42.347471, + "location_type": 2, + "longitude": -71.07305, + "name": "Back Bay - Clarendon St (Track 2)", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, - "id": "node-gover-sentrancestairs-lobby", + "id": "door-bbsta-clarendon2", "links": { - "self": "/stops/node-gover-sentrancestairs-lobby" + "self": "/stops/door-bbsta-clarendon2" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-gover-sentrancestairs-lobby" + "related": "/facilities/?filter[stop]=door-bbsta-clarendon2" } }, "parent_station": { "data": { - "id": "place-gover", + "id": "place-bbsta", "type": "stop" } }, @@ -380710,27 +399422,28 @@ }, { "attributes": { - "description": "Aquarium - Top of stairs between platform and State Street", + "description": "Arlington - Bottom of Arlington Street west stairs", "latitude": null, "location_type": 3, "longitude": null, - "name": "Aquarium", + "name": "Arlington", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-aqucl-wbstatestairs-lobby", + "id": "node-armnl-swstairs-lobby", "links": { - "self": "/stops/node-aqucl-wbstatestairs-lobby" + "self": "/stops/node-armnl-swstairs-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-aqucl-wbstatestairs-lobby" + "related": "/facilities/?filter[stop]=node-armnl-swstairs-lobby" } }, "parent_station": { "data": { - "id": "place-aqucl", + "id": "place-armnl", "type": "stop" } }, @@ -380742,27 +399455,28 @@ }, { "attributes": { - "description": "Courthouse - Unpaid side of outbound fare gates", + "description": "Symphony - Paid side of fare gates", "latitude": null, "location_type": 3, "longitude": null, - "name": "Courthouse", + "name": "Symphony", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-crtst-wtcmain-fareunpaid", + "id": "node-symcl-eb-farepaid", "links": { - "self": "/stops/node-crtst-wtcmain-fareunpaid" + "self": "/stops/node-symcl-eb-farepaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-crtst-wtcmain-fareunpaid" + "related": "/facilities/?filter[stop]=node-symcl-eb-farepaid" } }, "parent_station": { "data": { - "id": "place-crtst", + "id": "place-symcl", "type": "stop" } }, @@ -380774,27 +399488,28 @@ }, { "attributes": { - "description": "Roxbury Crossing - Bottom of Escalator 134", - "latitude": 42.331132, + "description": "Alewife - Top of Escalator 349 from Red Line platform to Russell Field lobby", + "latitude": 42.39614, "location_type": 3, - "longitude": -71.095658, - "name": "Roxbury Crossing", + "longitude": -71.139841, + "name": "Alewife", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-rcmnl-134-platform", + "id": "node-349-top", "links": { - "self": "/stops/node-rcmnl-134-platform" + "self": "/stops/node-349-top" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-rcmnl-134-platform" + "related": "/facilities/?filter[stop]=node-349-top" } }, "parent_station": { "data": { - "id": "place-rcmnl", + "id": "place-alfcl", "type": "stop" } }, @@ -380806,27 +399521,28 @@ }, { "attributes": { - "description": "Harvard - Bottom of stairs between Harvard Square and landing", + "description": "State - Bottom of Elevator 967 between Oak Grove platform and Wonderland platform, Forest Hills passageway", "latitude": null, "location_type": 3, "longitude": null, - "name": "Harvard", + "name": "State", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-harsq-sqhighstair-landing", + "id": "node-967-nbplatform", "links": { - "self": "/stops/node-harsq-sqhighstair-landing" + "self": "/stops/node-967-nbplatform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-harsq-sqhighstair-landing" + "related": "/facilities/?filter[stop]=node-967-nbplatform" } }, "parent_station": { "data": { - "id": "place-harsq", + "id": "place-state", "type": "stop" } }, @@ -380838,27 +399554,28 @@ }, { "attributes": { - "description": "Savin Hill - Bottom of northern stairs between platform and lobby", - "latitude": 42.311098, + "description": "Ashmont - Unpaid side of fare gates", + "latitude": 42.284097, "location_type": 3, - "longitude": -71.053417, - "name": "Savin Hill", + "longitude": -71.063445, + "name": "Ashmont", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-shmnl-endstair-platform", + "id": "node-asmnl-mtpfareunpaid", "links": { - "self": "/stops/node-shmnl-endstair-platform" + "self": "/stops/node-asmnl-mtpfareunpaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-shmnl-endstair-platform" + "related": "/facilities/?filter[stop]=node-asmnl-mtpfareunpaid" } }, "parent_station": { "data": { - "id": "place-shmnl", + "id": "place-asmnl", "type": "stop" } }, @@ -380870,27 +399587,28 @@ }, { "attributes": { - "description": "Arlington - Top of eastbound escalator", - "latitude": null, - "location_type": 3, - "longitude": null, - "name": "Arlington", + "description": "Wonderland - 1300 North Shore Rd", + "latitude": 42.41365, + "location_type": 2, + "longitude": -70.991904, + "name": "Wonderland - 1300 North Shore Rd", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-435-lobby", + "id": "door-wondl-nshore", "links": { - "self": "/stops/node-435-lobby" + "self": "/stops/door-wondl-nshore" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-435-lobby" + "related": "/facilities/?filter[stop]=door-wondl-nshore" } }, "parent_station": { "data": { - "id": "place-armnl", + "id": "place-wondl", "type": "stop" } }, @@ -380902,27 +399620,28 @@ }, { "attributes": { - "description": "Broadway - Bottom of platform escalator", - "latitude": null, + "description": "Quincy Center - Stairs lobby level", + "latitude": 42.251695, "location_type": 3, - "longitude": null, - "name": "Broadway", + "longitude": -71.005296, + "name": "Quincy Center", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-367-platform", + "id": "node-qnctr-rdstair-entrance", "links": { - "self": "/stops/node-367-platform" + "self": "/stops/node-qnctr-rdstair-entrance" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-367-platform" + "related": "/facilities/?filter[stop]=node-qnctr-rdstair-entrance" } }, "parent_station": { "data": { - "id": "place-brdwy", + "id": "place-qnctr", "type": "stop" } }, @@ -380934,27 +399653,28 @@ }, { "attributes": { - "description": "Wood Island - Bottom of stairs for Bowdoin", - "latitude": 42.3798, + "description": "Science Park/West End - Unpaid side of fare gates", + "latitude": 42.36677, "location_type": 3, - "longitude": -71.022876, - "name": "Wood Island", + "longitude": -71.06786, + "name": "Science Park/West End", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-wimnl-ibpaidstairs-platform", + "id": "node-spmnl-sfareunpaid", "links": { - "self": "/stops/node-wimnl-ibpaidstairs-platform" + "self": "/stops/node-spmnl-sfareunpaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-wimnl-ibpaidstairs-platform" + "related": "/facilities/?filter[stop]=node-spmnl-sfareunpaid" } }, "parent_station": { "data": { - "id": "place-wimnl", + "id": "place-spmnl", "type": "stop" } }, @@ -380966,27 +399686,28 @@ }, { "attributes": { - "description": "Hynes Convention Center - Platform end of middle landing", - "latitude": null, + "description": "Massachusetts Avenue - Top of Escalator 139", + "latitude": 42.341327, "location_type": 3, - "longitude": null, - "name": "Hynes Convention Center", + "longitude": -71.083606, + "name": "Massachusetts Avenue", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-hymnl-wbstairs-midblobby", + "id": "node-masta-139-lobby", "links": { - "self": "/stops/node-hymnl-wbstairs-midblobby" + "self": "/stops/node-masta-139-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-hymnl-wbstairs-midblobby" + "related": "/facilities/?filter[stop]=node-masta-139-lobby" } }, "parent_station": { "data": { - "id": "place-hymnl", + "id": "place-masta", "type": "stop" } }, @@ -380998,27 +399719,28 @@ }, { "attributes": { - "description": "State - Top of ramp between Bowdoin platform and Oak Grove platform", - "latitude": null, + "description": "Revere Beach - Paid side of fare gates", + "latitude": 42.407872, "location_type": 3, - "longitude": null, - "name": "State", + "longitude": -70.992533, + "name": "Revere Beach", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-state-bowdoinramp-wbplatform", + "id": "node-rbmnl-farepaid", "links": { - "self": "/stops/node-state-bowdoinramp-wbplatform" + "self": "/stops/node-rbmnl-farepaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-state-bowdoinramp-wbplatform" + "related": "/facilities/?filter[stop]=node-rbmnl-farepaid" } }, "parent_station": { "data": { - "id": "place-state", + "id": "place-rbmnl", "type": "stop" } }, @@ -381030,27 +399752,28 @@ }, { "attributes": { - "description": "Wollaston - Bottom of stairs between Newport Avenue and parking lobbies", - "latitude": null, - "location_type": 3, - "longitude": null, - "name": "Wollaston", + "description": "Andrew - Buses", + "latitude": 42.330164, + "location_type": 2, + "longitude": -71.057605, + "name": "Andrew - Buses", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, - "id": "node-wlsta-lobbysteps-lower", + "id": "door-andrw-busway", "links": { - "self": "/stops/node-wlsta-lobbysteps-lower" + "self": "/stops/door-andrw-busway" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-wlsta-lobbysteps-lower" + "related": "/facilities/?filter[stop]=door-andrw-busway" } }, "parent_station": { "data": { - "id": "place-wlsta", + "id": "place-andrw", "type": "stop" } }, @@ -381062,27 +399785,28 @@ }, { "attributes": { - "description": "Haymarket - Bottom of stairs between Green Line and Orange Line passageway", - "latitude": null, + "description": "Orient Heights - Bottom of Escalator 440", + "latitude": 42.386901, "location_type": 3, - "longitude": null, - "name": "Haymarket", + "longitude": -71.005031, + "name": "Orient Heights", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-haecl-glstair-passage", + "id": "node-440-platform", "links": { - "self": "/stops/node-haecl-glstair-passage" + "self": "/stops/node-440-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-haecl-glstair-passage" + "related": "/facilities/?filter[stop]=node-440-platform" } }, "parent_station": { "data": { - "id": "place-haecl", + "id": "place-orhte", "type": "stop" } }, @@ -381094,27 +399818,28 @@ }, { "attributes": { - "description": "Prudential - Bottom of elevator between Park Street & North platform and lobby", + "description": "Back Bay - Bottom of Tracks 1-3 Clarendon Street exit stairs", "latitude": null, "location_type": 3, "longitude": null, - "name": "Prudential", + "name": "Back Bay", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-921-platform", + "id": "node-bbsta-13clarexit-bottom", "links": { - "self": "/stops/node-921-platform" + "self": "/stops/node-bbsta-13clarexit-bottom" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-921-platform" + "related": "/facilities/?filter[stop]=node-bbsta-13clarexit-bottom" } }, "parent_station": { "data": { - "id": "place-prmnl", + "id": "place-bbsta", "type": "stop" } }, @@ -381126,27 +399851,28 @@ }, { "attributes": { - "description": "State - Top of Elevator 974 between Congress St and Bowdoin platform", + "description": "Park Street - Bottom of elevator between Copley & West platform and passageway to Government Center & North", "latitude": null, "location_type": 3, "longitude": null, - "name": "State", + "name": "Park Street", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-974-street", + "id": "node-823-under", "links": { - "self": "/stops/node-974-street" + "self": "/stops/node-823-under" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-974-street" + "related": "/facilities/?filter[stop]=node-823-under" } }, "parent_station": { "data": { - "id": "place-state", + "id": "place-pktrm", "type": "stop" } }, @@ -381158,27 +399884,28 @@ }, { "attributes": { - "description": "Park Street - Bottom of stairs between Red Line center platform and Copley & West platform", - "latitude": null, + "description": "Shawmut - Bottom of Alewife stairs", + "latitude": 42.293242, "location_type": 3, - "longitude": null, - "name": "Park Street", + "longitude": -71.065729, + "name": "Shawmut", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-pktrm-cpwbstairs-rl", + "id": "node-smmnl-nbstairs-platform", "links": { - "self": "/stops/node-pktrm-cpwbstairs-rl" + "self": "/stops/node-smmnl-nbstairs-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-pktrm-cpwbstairs-rl" + "related": "/facilities/?filter[stop]=node-smmnl-nbstairs-platform" } }, "parent_station": { "data": { - "id": "place-pktrm", + "id": "place-smmnl", "type": "stop" } }, @@ -381190,27 +399917,28 @@ }, { "attributes": { - "description": "Arlington - Bottom of westbound escalator", + "description": "State - Bottom of stairs between Forest Hills passageway and Oak Grove platform", "latitude": null, "location_type": 3, "longitude": null, - "name": "Arlington", + "name": "State", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-436-platform", + "id": "node-state-olpassagestairs-nbplatform", "links": { - "self": "/stops/node-436-platform" + "self": "/stops/node-state-olpassagestairs-nbplatform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-436-platform" + "related": "/facilities/?filter[stop]=node-state-olpassagestairs-nbplatform" } }, "parent_station": { "data": { - "id": "place-armnl", + "id": "place-state", "type": "stop" } }, @@ -381222,27 +399950,28 @@ }, { "attributes": { - "description": "Aquarium - Bottom of stairs between platform and Atlantic Avenue", + "description": "Hynes Convention Center - Unpaid side of exit-only gate", "latitude": null, "location_type": 3, "longitude": null, - "name": "Aquarium", + "name": "Hynes Convention Center", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-aqucl-ebatlanticstairs-platform", + "id": "node-hymnl-newbury-fareunpaid", "links": { - "self": "/stops/node-aqucl-ebatlanticstairs-platform" + "self": "/stops/node-hymnl-newbury-fareunpaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-aqucl-ebatlanticstairs-platform" + "related": "/facilities/?filter[stop]=node-hymnl-newbury-fareunpaid" } }, "parent_station": { "data": { - "id": "place-aqucl", + "id": "place-hymnl", "type": "stop" } }, @@ -381254,27 +399983,28 @@ }, { "attributes": { - "description": "Alewife - Garage, Buses", - "latitude": 42.395672, - "location_type": 2, - "longitude": -71.141631, - "name": "Alewife - Garage, Buses", + "description": "Forest Hills - Top of Orange Line platform north stairs", + "latitude": 42.300851, + "location_type": 3, + "longitude": -71.114086, + "name": "Forest Hills", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-alfcl-busway", + "id": "node-forhl-nplatstairs-lobby", "links": { - "self": "/stops/door-alfcl-busway" + "self": "/stops/node-forhl-nplatstairs-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-alfcl-busway" + "related": "/facilities/?filter[stop]=node-forhl-nplatstairs-lobby" } }, "parent_station": { "data": { - "id": "place-alfcl", + "id": "place-forhl", "type": "stop" } }, @@ -381286,27 +400016,28 @@ }, { "attributes": { - "description": "Bellingham Square - Sixth Street", - "latitude": 42.395527, - "location_type": 2, - "longitude": -71.034574, - "name": "Bellingham Square - Sixth Street", + "description": "Downtown Crossing - Paid side of exit-only gate", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "Downtown Crossing", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-belsq-sixth", + "id": "node-dwnxg-113fare-paid", "links": { - "self": "/stops/door-belsq-sixth" + "self": "/stops/node-dwnxg-113fare-paid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-belsq-sixth" + "related": "/facilities/?filter[stop]=node-dwnxg-113fare-paid" } }, "parent_station": { "data": { - "id": "place-belsq", + "id": "place-dwnxg", "type": "stop" } }, @@ -381318,27 +400049,28 @@ }, { "attributes": { - "description": "Union Square - Prospect St, Webster Ave", - "latitude": 42.377612, - "location_type": 2, - "longitude": -71.095045, - "name": "Union Square - Prospect St, Webster Ave", + "description": "Fields Corner - Bottom of Charles Street ramp", + "latitude": 42.300284, + "location_type": 3, + "longitude": -71.061831, + "name": "Fields Corner", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-unsqu-elevator", + "id": "node-fldcr-charlesramp-lobby", "links": { - "self": "/stops/door-unsqu-elevator" + "self": "/stops/node-fldcr-charlesramp-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-unsqu-elevator" + "related": "/facilities/?filter[stop]=node-fldcr-charlesramp-lobby" } }, "parent_station": { "data": { - "id": "place-unsqu", + "id": "place-fldcr", "type": "stop" } }, @@ -381350,27 +400082,28 @@ }, { "attributes": { - "description": "Savin Hill - Bottom of escalator from platform to lobby", - "latitude": 42.310864, + "description": "Green Street - Bottom of stairs", + "latitude": 42.310317, "location_type": 3, - "longitude": -71.053529, - "name": "Savin Hill", + "longitude": -71.107743, + "name": "Green Street", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-423-platform", + "id": "node-grnst-stairs-platform", "links": { - "self": "/stops/node-423-platform" + "self": "/stops/node-grnst-stairs-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-423-platform" + "related": "/facilities/?filter[stop]=node-grnst-stairs-platform" } }, "parent_station": { "data": { - "id": "place-shmnl", + "id": "place-grnst", "type": "stop" } }, @@ -381382,27 +400115,28 @@ }, { "attributes": { - "description": "Wellington - Bottom of escalator from Oak Grove platform to lobby", - "latitude": 42.402059, + "description": "Downtown Crossing - Bottom of stairs between Temple Place lobby and street", + "latitude": null, "location_type": 3, - "longitude": -71.077036, - "name": "Wellington", + "longitude": null, + "name": "Downtown Crossing", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-310-platform", + "id": "node-dwnxg-stair13-lobby", "links": { - "self": "/stops/node-310-platform" + "self": "/stops/node-dwnxg-stair13-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-310-platform" + "related": "/facilities/?filter[stop]=node-dwnxg-stair13-lobby" } }, "parent_station": { "data": { - "id": "place-welln", + "id": "place-dwnxg", "type": "stop" } }, @@ -381414,27 +400148,28 @@ }, { "attributes": { - "description": "South Station - Paid side of exit-only gates", - "latitude": null, - "location_type": 3, - "longitude": null, - "name": "South Station", + "description": "Science Park/West End - Nashua St, Spaulding Rehab Hospital (Stairs)", + "latitude": 42.36687, + "location_type": 2, + "longitude": -71.067757, + "name": "Science Park/West End - Nashua St, Spaulding Rehab Hospital (Stairs)", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, - "id": "node-sstat-alewife-farepaid", + "id": "door-spmnl-nashua", "links": { - "self": "/stops/node-sstat-alewife-farepaid" + "self": "/stops/door-spmnl-nashua" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-sstat-alewife-farepaid" + "related": "/facilities/?filter[stop]=door-spmnl-nashua" } }, "parent_station": { "data": { - "id": "place-sstat", + "id": "place-spmnl", "type": "stop" } }, @@ -381446,27 +400181,28 @@ }, { "attributes": { - "description": "Charles/MGH - Top of Elevator 952", - "latitude": 42.361199, + "description": "Ruggles - Paid side of Orange Line faregates", + "latitude": null, "location_type": 3, - "longitude": -71.070431, - "name": "Charles/MGH", + "longitude": null, + "name": "Ruggles", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-952-platform", + "id": "node-rugg-farepaid", "links": { - "self": "/stops/node-952-platform" + "self": "/stops/node-rugg-farepaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-952-platform" + "related": "/facilities/?filter[stop]=node-rugg-farepaid" } }, "parent_station": { "data": { - "id": "place-chmnl", + "id": "place-rugg", "type": "stop" } }, @@ -381478,27 +400214,28 @@ }, { "attributes": { - "description": "State - Bottom of escalator from Oak Grove platform to Wonderland platform, State St, Devonshire St", - "latitude": null, + "description": "JFK/UMass - Bottom of elevator between Braintree, Alewife platform and lobby", + "latitude": 42.320576, "location_type": 3, - "longitude": null, - "name": "State", + "longitude": -71.052273, + "name": "JFK/UMass", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-501-nbplatform", + "id": "node-830-platform", "links": { - "self": "/stops/node-501-nbplatform" + "self": "/stops/node-830-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-501-nbplatform" + "related": "/facilities/?filter[stop]=node-830-platform" } }, "parent_station": { "data": { - "id": "place-state", + "id": "place-jfk", "type": "stop" } }, @@ -381510,27 +400247,28 @@ }, { "attributes": { - "description": "Beachmont - Top of stairs for Wonderland", - "latitude": 42.397323, + "description": "Haymarket - Paid side of Congress Street fare gates", + "latitude": null, "location_type": 3, - "longitude": -70.992432, - "name": "Beachmont", + "longitude": null, + "name": "Haymarket", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-bmmnl-379stair-platform", + "id": "node-haecl-congfarepaid", "links": { - "self": "/stops/node-bmmnl-379stair-platform" + "self": "/stops/node-haecl-congfarepaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-bmmnl-379stair-platform" + "related": "/facilities/?filter[stop]=node-haecl-congfarepaid" } }, "parent_station": { "data": { - "id": "place-bmmnl", + "id": "place-haecl", "type": "stop" } }, @@ -381542,22 +400280,23 @@ }, { "attributes": { - "description": "Courthouse - Paid side of South Station fare gates", + "description": "Courthouse - Bottom of escalator from South Station platform to lobby", "latitude": null, "location_type": 3, "longitude": null, "name": "Courthouse", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-crtst-ssmain-farepaid", + "id": "node-414-platform", "links": { - "self": "/stops/node-crtst-ssmain-farepaid" + "self": "/stops/node-414-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-crtst-ssmain-farepaid" + "related": "/facilities/?filter[stop]=node-414-platform" } }, "parent_station": { @@ -381574,27 +400313,28 @@ }, { "attributes": { - "description": "Central - Paid side of fare gates", - "latitude": null, - "location_type": 3, - "longitude": null, - "name": "Central", + "description": "South Station - Summer St, Atlantic Ave, Commuter Rail", + "latitude": 42.352363, + "location_type": 2, + "longitude": -71.055071, + "name": "South Station - Summer St, Atlantic Ave, Commuter Rail", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, - "id": "node-cntsq-westernstair-farepaid", + "id": "door-sstat-outmain", "links": { - "self": "/stops/node-cntsq-westernstair-farepaid" + "self": "/stops/door-sstat-outmain" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-cntsq-westernstair-farepaid" + "related": "/facilities/?filter[stop]=door-sstat-outmain" } }, "parent_station": { "data": { - "id": "place-cntsq", + "id": "place-sstat", "type": "stop" } }, @@ -381606,27 +400346,28 @@ }, { "attributes": { - "description": "Porter - Somerville Ave, Massachusetts Ave (Elevator)", - "latitude": 42.388288, - "location_type": 2, - "longitude": -71.118866, - "name": "Porter - Somerville Ave, Massachusetts Ave (Elevator)", + "description": "Broadway - Top of platform elevator", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "Broadway", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-portr-elevator982", + "id": "node-867-lobby", "links": { - "self": "/stops/door-portr-elevator982" + "self": "/stops/node-867-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-portr-elevator982" + "related": "/facilities/?filter[stop]=node-867-lobby" } }, "parent_station": { "data": { - "id": "place-portr", + "id": "place-brdwy", "type": "stop" } }, @@ -381638,27 +400379,28 @@ }, { "attributes": { - "description": "Kendall/MIT - Bottom of Elevator 866", - "latitude": 42.362724, + "description": "Porter - Bottom of stairs between Alewife platform and Ashmont/Braintree platform", + "latitude": 42.388922, "location_type": 3, - "longitude": -71.086223, - "name": "Kendall/MIT", + "longitude": -71.119018, + "name": "Porter", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-866-platform", + "id": "node-portr-507stairs-nbplatform", "links": { - "self": "/stops/node-866-platform" + "self": "/stops/node-portr-507stairs-nbplatform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-866-platform" + "related": "/facilities/?filter[stop]=node-portr-507stairs-nbplatform" } }, "parent_station": { "data": { - "id": "place-knncl", + "id": "place-portr", "type": "stop" } }, @@ -381670,27 +400412,28 @@ }, { "attributes": { - "description": "Back Bay - Top of Track 2 stairs", + "description": "Aquarium - Top of elevator between Wonderland platform and Atlantic Avenue", "latitude": null, "location_type": 3, "longitude": null, - "name": "Back Bay", + "name": "Aquarium", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-bbsta-2stairs-lobby", + "id": "node-924-lobby", "links": { - "self": "/stops/node-bbsta-2stairs-lobby" + "self": "/stops/node-924-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-bbsta-2stairs-lobby" + "related": "/facilities/?filter[stop]=node-924-lobby" } }, "parent_station": { "data": { - "id": "place-bbsta", + "id": "place-aqucl", "type": "stop" } }, @@ -381702,27 +400445,28 @@ }, { "attributes": { - "description": "Stony Brook - Amory St", - "latitude": 42.3171, - "location_type": 2, - "longitude": -71.104216, - "name": "Stony Brook - Amory St", + "description": "Revere Beach - Bottom of Elevator 884 between Bowdoin platform and lobby", + "latitude": 42.407853, + "location_type": 3, + "longitude": -70.992649, + "name": "Revere Beach", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-sbmnl-main", + "id": "node-884-platform", "links": { - "self": "/stops/door-sbmnl-main" + "self": "/stops/node-884-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-sbmnl-main" + "related": "/facilities/?filter[stop]=node-884-platform" } }, "parent_station": { "data": { - "id": "place-sbmnl", + "id": "place-rbmnl", "type": "stop" } }, @@ -381734,27 +400478,28 @@ }, { "attributes": { - "description": "Wollaston - Top of ramp between lobby and Newport Avenue", + "description": "Arlington - Bottom of eastbound stairs", "latitude": null, "location_type": 3, "longitude": null, - "name": "Wollaston", + "name": "Arlington", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-wlsta-newpramp-middle", + "id": "node-armnl-ebstairs-platform", "links": { - "self": "/stops/node-wlsta-newpramp-middle" + "self": "/stops/node-armnl-ebstairs-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-wlsta-newpramp-middle" + "related": "/facilities/?filter[stop]=node-armnl-ebstairs-platform" } }, "parent_station": { "data": { - "id": "place-wlsta", + "id": "place-armnl", "type": "stop" } }, @@ -381766,27 +400511,28 @@ }, { "attributes": { - "description": "Andrew - Paid side of fare gates", + "description": "Harvard - Bottom of stairs between Harvard Square landing and lobby", "latitude": null, "location_type": 3, "longitude": null, - "name": "Andrew", + "name": "Harvard", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-andrw-farepaid", + "id": "node-harsq-sqlowstair-lobby", "links": { - "self": "/stops/node-andrw-farepaid" + "self": "/stops/node-harsq-sqlowstair-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-andrw-farepaid" + "related": "/facilities/?filter[stop]=node-harsq-sqlowstair-lobby" } }, "parent_station": { "data": { - "id": "place-andrw", + "id": "place-harsq", "type": "stop" } }, @@ -381798,27 +400544,28 @@ }, { "attributes": { - "description": "North Station - Causeway St (West), Nashua St", - "latitude": 42.365738, - "location_type": 2, - "longitude": -71.062684, - "name": "North Station - Causeway St (West), Nashua St", + "description": "Ball Square - Top of Broadway stairs", + "latitude": 42.399663, + "location_type": 3, + "longitude": -71.110817, + "name": "Ball Square", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-north-crnashua", + "id": "node-balsq-stairs-top", "links": { - "self": "/stops/door-north-crnashua" + "self": "/stops/node-balsq-stairs-top" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-north-crnashua" + "related": "/facilities/?filter[stop]=node-balsq-stairs-top" } }, "parent_station": { "data": { - "id": "place-north", + "id": "place-balsq", "type": "stop" } }, @@ -381830,27 +400577,28 @@ }, { "attributes": { - "description": "Maverick - Top of escalator from lobby to Lewis Mall", - "latitude": 42.368262, + "description": "Braintree - Top of Commuter Rail platform stairs", + "latitude": 42.20781, "location_type": 3, - "longitude": -71.040533, - "name": "Maverick", + "longitude": -71.00116, + "name": "Braintree", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-428-entrance", + "id": "node-brntn-crstairs-top", "links": { - "self": "/stops/node-428-entrance" + "self": "/stops/node-brntn-crstairs-top" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-428-entrance" + "related": "/facilities/?filter[stop]=node-brntn-crstairs-top" } }, "parent_station": { "data": { - "id": "place-mvbcl", + "id": "place-brntn", "type": "stop" } }, @@ -381862,27 +400610,28 @@ }, { "attributes": { - "description": "Wood Island - Top of stairs for Wonderland", - "latitude": 42.379632, - "location_type": 3, - "longitude": -71.022762, - "name": "Wood Island", + "description": "Longwood - Emerald Necklace (Ramp)", + "latitude": 42.341747, + "location_type": 2, + "longitude": -71.10961, + "name": "Longwood - Emerald Necklace (Ramp)", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-wimnl-obpaidstairs-bridge", + "id": "door-longw-neckramp", "links": { - "self": "/stops/node-wimnl-obpaidstairs-bridge" + "self": "/stops/door-longw-neckramp" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-wimnl-obpaidstairs-bridge" + "related": "/facilities/?filter[stop]=door-longw-neckramp" } }, "parent_station": { "data": { - "id": "place-wimnl", + "id": "place-longw", "type": "stop" } }, @@ -381894,27 +400643,28 @@ }, { "attributes": { - "description": "Park Street - Bottom of escalator from Ashmont/Braintree platform to Tremont Street", - "latitude": null, - "location_type": 3, - "longitude": null, - "name": "Park Street", + "description": "Andrew - Street, Buses", + "latitude": 42.330017, + "location_type": 2, + "longitude": -71.057309, + "name": "Andrew - Street, Buses", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, - "id": "node-375-platform", + "id": "door-andrw-dotave", "links": { - "self": "/stops/node-375-platform" + "self": "/stops/door-andrw-dotave" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-375-platform" + "related": "/facilities/?filter[stop]=door-andrw-dotave" } }, "parent_station": { "data": { - "id": "place-pktrm", + "id": "place-andrw", "type": "stop" } }, @@ -381925,28 +400675,29 @@ "type": "stop" }, { - "attributes": { - "description": "Charles/MGH - Top of Alewife platform stairs", - "latitude": 42.361265, + "attributes": { + "description": "Porter - Unpaid side of fare gates", + "latitude": 42.388397, "location_type": 3, - "longitude": -71.070521, - "name": "Charles/MGH", + "longitude": -71.11885, + "name": "Porter", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-chmnl-nbstairs-platform", + "id": "node-portr-fareunpaid", "links": { - "self": "/stops/node-chmnl-nbstairs-platform" + "self": "/stops/node-portr-fareunpaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-chmnl-nbstairs-platform" + "related": "/facilities/?filter[stop]=node-portr-fareunpaid" } }, "parent_station": { "data": { - "id": "place-chmnl", + "id": "place-portr", "type": "stop" } }, @@ -381958,27 +400709,28 @@ }, { "attributes": { - "description": "South Station - Summer St", - "latitude": 42.351787, - "location_type": 2, - "longitude": -71.054402, - "name": "South Station - Summer St", + "description": "Wonderland - Lobby level of garage elevator", + "latitude": 42.413499, + "location_type": 3, + "longitude": -70.991905, + "name": "Wonderland", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-sstat-summer", + "id": "node-702-lobby", "links": { - "self": "/stops/door-sstat-summer" + "self": "/stops/node-702-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-sstat-summer" + "related": "/facilities/?filter[stop]=node-702-lobby" } }, "parent_station": { "data": { - "id": "place-sstat", + "id": "place-wondl", "type": "stop" } }, @@ -381990,22 +400742,23 @@ }, { "attributes": { - "description": "Park Street - Top of stairs between Copley & West platform and passageway to Government Center & North", + "description": "Park Street - Bottom of elevator between Red Line and Government Center & North platform, Winter Street Concourse", "latitude": null, "location_type": 3, "longitude": null, "name": "Park Street", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-pktrm-wbupassstairs-platform", + "id": "node-808-rl", "links": { - "self": "/stops/node-pktrm-wbupassstairs-platform" + "self": "/stops/node-808-rl" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-pktrm-wbupassstairs-platform" + "related": "/facilities/?filter[stop]=node-808-rl" } }, "parent_station": { @@ -382022,27 +400775,28 @@ }, { "attributes": { - "description": "Back Bay - Top of Orange Line platform elevator", - "latitude": null, + "description": "JFK/UMass - Bottom of stairs between Columbia Road and Old Colony Road, Commuter Rail, busway", + "latitude": 42.321284, "location_type": 3, - "longitude": null, - "name": "Back Bay", + "longitude": -71.052171, + "name": "JFK/UMass", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-853-lobby", + "id": "node-jfk-crcolstair-street", "links": { - "self": "/stops/node-853-lobby" + "self": "/stops/node-jfk-crcolstair-street" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-853-lobby" + "related": "/facilities/?filter[stop]=node-jfk-crcolstair-street" } }, "parent_station": { "data": { - "id": "place-bbsta", + "id": "place-jfk", "type": "stop" } }, @@ -382054,22 +400808,23 @@ }, { "attributes": { - "description": "State - City Hall", - "latitude": 42.359435, - "location_type": 2, - "longitude": -71.057615, - "name": "State - City Hall", + "description": "State - Bottom of stairs between Bowdoin platform and State St, Devonshire St", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "State", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-state-cityhall", + "id": "node-state-bowdoinoldstatestairs-wbplatform", "links": { - "self": "/stops/door-state-cityhall" + "self": "/stops/node-state-bowdoinoldstatestairs-wbplatform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-state-cityhall" + "related": "/facilities/?filter[stop]=node-state-bowdoinoldstatestairs-wbplatform" } }, "parent_station": { @@ -382086,27 +400841,28 @@ }, { "attributes": { - "description": "South Station - Bottom of Elevator 6476", - "latitude": null, - "location_type": 3, - "longitude": null, - "name": "South Station", + "description": "Ruggles - Ruggles St", + "latitude": 42.335891, + "location_type": 2, + "longitude": -71.090358, + "name": "Ruggles - Ruggles St", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, - "id": "node-6476-lobby", + "id": "door-rugg-ruggles", "links": { - "self": "/stops/node-6476-lobby" + "self": "/stops/door-rugg-ruggles" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-6476-lobby" + "related": "/facilities/?filter[stop]=door-rugg-ruggles" } }, "parent_station": { "data": { - "id": "place-sstat", + "id": "place-rugg", "type": "stop" } }, @@ -382118,27 +400874,28 @@ }, { "attributes": { - "description": "Park Street - Bottom of stairs between Copley & West platform and passageway to Government Center & North", + "description": "Andrew - Bottom of Dorchester Ave entrance stairs", "latitude": null, "location_type": 3, "longitude": null, - "name": "Park Street", + "name": "Andrew", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-pktrm-wbupassstairs-under", + "id": "node-andrw-dotstairs-lobby", "links": { - "self": "/stops/node-pktrm-wbupassstairs-under" + "self": "/stops/node-andrw-dotstairs-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-pktrm-wbupassstairs-under" + "related": "/facilities/?filter[stop]=node-andrw-dotstairs-lobby" } }, "parent_station": { "data": { - "id": "place-pktrm", + "id": "place-andrw", "type": "stop" } }, @@ -382150,27 +400907,28 @@ }, { "attributes": { - "description": "Science Park/West End - Mezzanine level of south side elevator", - "latitude": 42.366701, + "description": "South Station - Top of stairs for Ashmont/Braintree", + "latitude": null, "location_type": 3, - "longitude": -71.067904, - "name": "Science Park/West End", + "longitude": null, + "name": "South Station", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-980-lobby", + "id": "node-sstat-919stair-sl", "links": { - "self": "/stops/node-980-lobby" + "self": "/stops/node-sstat-919stair-sl" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-980-lobby" + "related": "/facilities/?filter[stop]=node-sstat-919stair-sl" } }, "parent_station": { "data": { - "id": "place-spmnl", + "id": "place-sstat", "type": "stop" } }, @@ -382182,27 +400940,28 @@ }, { "attributes": { - "description": "Union Square - Bottom of Prospect St Elevator 771", - "latitude": 42.377594, + "description": "Tufts Medical Center - Bottom of stairs for Washington Street", + "latitude": null, "location_type": 3, - "longitude": -71.094998, - "name": "Union Square", + "longitude": null, + "name": "Tufts Medical Center", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-771-bottom", + "id": "node-tumnl-washstairs-lobby", "links": { - "self": "/stops/node-771-bottom" + "self": "/stops/node-tumnl-washstairs-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-771-bottom" + "related": "/facilities/?filter[stop]=node-tumnl-washstairs-lobby" } }, "parent_station": { "data": { - "id": "place-unsqu", + "id": "place-tumnl", "type": "stop" } }, @@ -382214,27 +400973,28 @@ }, { "attributes": { - "description": "Porter - Bottom of Commuter Rail platform ramp", - "latitude": 42.388198, + "description": "Suffolk Downs - Bottom of stairs for Bowdoin platform", + "latitude": 42.390644, "location_type": 3, - "longitude": -71.118998, - "name": "Porter", + "longitude": -70.997215, + "name": "Suffolk Downs", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-portr-crramp-elevator", + "id": "node-sdmnl-pibstair-platform", "links": { - "self": "/stops/node-portr-crramp-elevator" + "self": "/stops/node-sdmnl-pibstair-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-portr-crramp-elevator" + "related": "/facilities/?filter[stop]=node-sdmnl-pibstair-platform" } }, "parent_station": { "data": { - "id": "place-portr", + "id": "place-sdmnl", "type": "stop" } }, @@ -382246,27 +401006,28 @@ }, { "attributes": { - "description": "Bowdoin - Top of stairs between platform and lobby", - "latitude": null, - "location_type": 3, - "longitude": null, - "name": "Bowdoin", + "description": "Park Street - Boston Common, Tremont St", + "latitude": 42.35649, + "location_type": 2, + "longitude": -71.062531, + "name": "Park Street - Boston Common, Tremont St", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, - "id": "node-bomnl-pstair-lobby", + "id": "door-pktrm-tremontw", "links": { - "self": "/stops/node-bomnl-pstair-lobby" + "self": "/stops/door-pktrm-tremontw" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-bomnl-pstair-lobby" + "related": "/facilities/?filter[stop]=door-pktrm-tremontw" } }, "parent_station": { "data": { - "id": "place-bomnl", + "id": "place-pktrm", "type": "stop" } }, @@ -382278,27 +401039,28 @@ }, { "attributes": { - "description": "Fields Corner - Charles St", - "latitude": 42.300463, - "location_type": 2, - "longitude": -71.061868, - "name": "Fields Corner - Charles St", + "description": "North Station - Bottom of stairs between Causeway Street lobby and Causeway Street", + "latitude": 42.365611, + "location_type": 3, + "longitude": -71.06065, + "name": "North Station", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-fldcr-charles", + "id": "node-north-causewaystairs-bottom", "links": { - "self": "/stops/door-fldcr-charles" + "self": "/stops/node-north-causewaystairs-bottom" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-fldcr-charles" + "related": "/facilities/?filter[stop]=node-north-causewaystairs-bottom" } }, "parent_station": { "data": { - "id": "place-fldcr", + "id": "place-north", "type": "stop" } }, @@ -382310,27 +401072,28 @@ }, { "attributes": { - "description": "Wonderland - Bridge level of garage elevator", - "latitude": 42.413527, + "description": "Oak Grove - Bottom of Commuter Rail escalator", + "latitude": 42.437152, "location_type": 3, - "longitude": -70.991894, - "name": "Wonderland", + "longitude": -71.070744, + "name": "Oak Grove", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-701-bridge", + "id": "node-105-crplatform", "links": { - "self": "/stops/node-701-bridge" + "self": "/stops/node-105-crplatform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-701-bridge" + "related": "/facilities/?filter[stop]=node-105-crplatform" } }, "parent_station": { "data": { - "id": "place-wondl", + "id": "place-ogmnl", "type": "stop" } }, @@ -382342,27 +401105,28 @@ }, { "attributes": { - "description": "Central - Bottom of Escalator 360 for Massachusetts Ave", - "latitude": null, - "location_type": 3, - "longitude": null, - "name": "Central", + "description": "Back Bay - Underpass to Copley Place", + "latitude": 42.347273, + "location_type": 2, + "longitude": -71.076565, + "name": "Back Bay - Underpass to Copley Place", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, - "id": "node-cntsq-360-platform", + "id": "door-bbsta-underpass", "links": { - "self": "/stops/node-cntsq-360-platform" + "self": "/stops/door-bbsta-underpass" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-cntsq-360-platform" + "related": "/facilities/?filter[stop]=door-bbsta-underpass" } }, "parent_station": { "data": { - "id": "place-cntsq", + "id": "place-bbsta", "type": "stop" } }, @@ -382374,27 +401138,28 @@ }, { "attributes": { - "description": "Park Street - Paid side of exit-only gate", + "description": "Courthouse - Top of stairs between Fan Pier Boulevard and lobby", "latitude": null, "location_type": 3, "longitude": null, - "name": "Park Street", + "name": "Courthouse", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-pktrm-tremefare-paid", + "id": "node-crtst-northentstair-entrance", "links": { - "self": "/stops/node-pktrm-tremefare-paid" + "self": "/stops/node-crtst-northentstair-entrance" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-pktrm-tremefare-paid" + "related": "/facilities/?filter[stop]=node-crtst-northentstair-entrance" } }, "parent_station": { "data": { - "id": "place-pktrm", + "id": "place-crtst", "type": "stop" } }, @@ -382406,27 +401171,28 @@ }, { "attributes": { - "description": "Porter - Ashmont/Braintree platform level of Red Line, lobby elevator", - "latitude": 42.388524, + "description": "Kendall/MIT - Top of Elevator 450 to Carleton St", + "latitude": 42.36203, "location_type": 3, - "longitude": -71.119062, - "name": "Porter", + "longitude": -71.086261, + "name": "Kendall/MIT", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-983-sbplatform", + "id": "node-450-entrance", "links": { - "self": "/stops/node-983-sbplatform" + "self": "/stops/node-450-entrance" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-983-sbplatform" + "related": "/facilities/?filter[stop]=node-450-entrance" } }, "parent_station": { "data": { - "id": "place-portr", + "id": "place-knncl", "type": "stop" } }, @@ -382438,27 +401204,28 @@ }, { "attributes": { - "description": "Back Bay - Bottom of Orange Line platform elevator", - "latitude": null, + "description": "Alewife - Fifth floor of garage level of stairs between second floor of garage and fifth floor of garage", + "latitude": 42.395699, "location_type": 3, - "longitude": null, - "name": "Back Bay", + "longitude": -71.141278, + "name": "Alewife", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-853-platform", + "id": "node-alfcl-egaragestairs-fifth", "links": { - "self": "/stops/node-853-platform" + "self": "/stops/node-alfcl-egaragestairs-fifth" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-853-platform" + "related": "/facilities/?filter[stop]=node-alfcl-egaragestairs-fifth" } }, "parent_station": { "data": { - "id": "place-bbsta", + "id": "place-alfcl", "type": "stop" } }, @@ -382470,27 +401237,28 @@ }, { "attributes": { - "description": "South Station - Bottom of stairs for Summer Street, Atlantic Avenue, Amtrak, Commuter Rail", - "latitude": null, + "description": "Savin Hill - Bottom of escalator from platform to lobby", + "latitude": 42.310864, "location_type": 3, - "longitude": null, - "name": "South Station", + "longitude": -71.053529, + "name": "Savin Hill", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-sstat-outmainstair-lobby", + "id": "node-423-platform", "links": { - "self": "/stops/node-sstat-outmainstair-lobby" + "self": "/stops/node-423-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-sstat-outmainstair-lobby" + "related": "/facilities/?filter[stop]=node-423-platform" } }, "parent_station": { "data": { - "id": "place-sstat", + "id": "place-shmnl", "type": "stop" } }, @@ -382502,27 +401270,28 @@ }, { "attributes": { - "description": "Wellington - Bottom of escalator from platform for all trains to lobby", - "latitude": 42.402059, - "location_type": 3, - "longitude": -71.077195, - "name": "Wellington", + "description": "Alewife - Buses, Alewife Path", + "latitude": 42.395643, + "location_type": 2, + "longitude": -71.141275, + "name": "Alewife - Buses, Alewife Path", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-309-platform", + "id": "door-alfcl-pathbusway", "links": { - "self": "/stops/node-309-platform" + "self": "/stops/door-alfcl-pathbusway" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-309-platform" + "related": "/facilities/?filter[stop]=door-alfcl-pathbusway" } }, "parent_station": { "data": { - "id": "place-welln", + "id": "place-alfcl", "type": "stop" } }, @@ -382534,27 +401303,28 @@ }, { "attributes": { - "description": "JFK/UMass - Unpaid side of exit-only gates", - "latitude": 42.319928, + "description": "Ruggles - Bottom of Lower Busway Lane 1 stairs", + "latitude": null, "location_type": 3, - "longitude": -71.052412, - "name": "JFK/UMass", + "longitude": null, + "name": "Ruggles", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-jfk-sydfareunpaid", + "id": "node-rugg-bus1stairs-busway", "links": { - "self": "/stops/node-jfk-sydfareunpaid" + "self": "/stops/node-rugg-bus1stairs-busway" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-jfk-sydfareunpaid" + "related": "/facilities/?filter[stop]=node-rugg-bus1stairs-busway" } }, "parent_station": { "data": { - "id": "place-jfk", + "id": "place-rugg", "type": "stop" } }, @@ -382566,27 +401336,28 @@ }, { "attributes": { - "description": "Revere Beach - Paid side of exit-only gates", - "latitude": 42.40844, + "description": "State - Top of stairs between Congress St and Bowdoin platform", + "latitude": null, "location_type": 3, - "longitude": -70.992549, - "name": "Revere Beach", + "longitude": null, + "name": "State", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-rbmnl-beachfarepaid", + "id": "node-state-congressstairs-street", "links": { - "self": "/stops/node-rbmnl-beachfarepaid" + "self": "/stops/node-state-congressstairs-street" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-rbmnl-beachfarepaid" + "related": "/facilities/?filter[stop]=node-state-congressstairs-street" } }, "parent_station": { "data": { - "id": "place-rbmnl", + "id": "place-state", "type": "stop" } }, @@ -382598,27 +401369,28 @@ }, { "attributes": { - "description": "Revere Beach - Shirley Ave", - "latitude": 42.407331, - "location_type": 2, - "longitude": -70.992363, - "name": "Revere Beach - Shirley Ave", + "description": "Alewife - Fourth floor of garage level of Elevator 815", + "latitude": 42.395815, + "location_type": 3, + "longitude": -71.141239, + "name": "Alewife", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-rbmnl-shirley", + "id": "node-815-fourth", "links": { - "self": "/stops/door-rbmnl-shirley" + "self": "/stops/node-815-fourth" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-rbmnl-shirley" + "related": "/facilities/?filter[stop]=node-815-fourth" } }, "parent_station": { "data": { - "id": "place-rbmnl", + "id": "place-alfcl", "type": "stop" } }, @@ -382630,27 +401402,28 @@ }, { "attributes": { - "description": "Wonderland - Bottom of ramp to busway door to lobby", - "latitude": 42.413391, + "description": "Courthouse - Top of stairs for outbound platform", + "latitude": null, "location_type": 3, - "longitude": -70.991987, - "name": "Wonderland", + "longitude": null, + "name": "Courthouse", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-wondl-busramp-busway", + "id": "node-crtst-wtcmainstair-lobby", "links": { - "self": "/stops/node-wondl-busramp-busway" + "self": "/stops/node-crtst-wtcmainstair-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-wondl-busramp-busway" + "related": "/facilities/?filter[stop]=node-crtst-wtcmainstair-lobby" } }, "parent_station": { "data": { - "id": "place-wondl", + "id": "place-crtst", "type": "stop" } }, @@ -382662,27 +401435,28 @@ }, { "attributes": { - "description": "Wollaston - Bottom of elevator between platform and bridge", - "latitude": null, + "description": "North Station - Bottom of exit-only stairs between Causeway Street lobby and Causeway Street", + "latitude": 42.365667, "location_type": 3, - "longitude": null, - "name": "Wollaston", + "longitude": -71.060433, + "name": "North Station", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-735-platform", + "id": "node-north-ecausewayexitstairs-bottom", "links": { - "self": "/stops/node-735-platform" + "self": "/stops/node-north-ecausewayexitstairs-bottom" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-735-platform" + "related": "/facilities/?filter[stop]=node-north-ecausewayexitstairs-bottom" } }, "parent_station": { "data": { - "id": "place-wlsta", + "id": "place-north", "type": "stop" } }, @@ -382694,27 +401468,28 @@ }, { "attributes": { - "description": "Davis - Bottom of Escalator 336", + "description": "South Station - Bottom of stairs for Alewife", "latitude": null, "location_type": 3, "longitude": null, - "name": "Davis", + "name": "South Station", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-336-middle", + "id": "node-sstat-398stair-rl", "links": { - "self": "/stops/node-336-middle" + "self": "/stops/node-sstat-398stair-rl" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-336-middle" + "related": "/facilities/?filter[stop]=node-sstat-398stair-rl" } }, "parent_station": { "data": { - "id": "place-davis", + "id": "place-sstat", "type": "stop" } }, @@ -382726,27 +401501,28 @@ }, { "attributes": { - "description": "Park Street - Bottom of elevator between Red Line and Copley & West platform", - "latitude": null, + "description": "Forest Hills - Bottom of Orange Line main lobby elevator", + "latitude": 42.300809, "location_type": 3, - "longitude": null, - "name": "Park Street", + "longitude": -71.114206, + "name": "Forest Hills", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-979-rl", + "id": "node-842-platform", "links": { - "self": "/stops/node-979-rl" + "self": "/stops/node-842-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-979-rl" + "related": "/facilities/?filter[stop]=node-842-platform" } }, "parent_station": { "data": { - "id": "place-pktrm", + "id": "place-forhl", "type": "stop" } }, @@ -382758,27 +401534,28 @@ }, { "attributes": { - "description": "Science Park/West End - Paid side of fare gates", - "latitude": 42.36677, + "description": "Downtown Crossing - Top of exit-only stairs from Oak Grove platform", + "latitude": null, "location_type": 3, - "longitude": -71.06786, - "name": "Science Park/West End", + "longitude": null, + "name": "Downtown Crossing", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-spmnl-sfarepaid", + "id": "node-dwnxg-stair11-middle", "links": { - "self": "/stops/node-spmnl-sfarepaid" + "self": "/stops/node-dwnxg-stair11-middle" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-spmnl-sfarepaid" + "related": "/facilities/?filter[stop]=node-dwnxg-stair11-middle" } }, "parent_station": { "data": { - "id": "place-spmnl", + "id": "place-dwnxg", "type": "stop" } }, @@ -382790,27 +401567,28 @@ }, { "attributes": { - "description": "Wonderland - Ocean Ave North Elevator", - "latitude": 42.413537, - "location_type": 2, - "longitude": -70.990558, - "name": "Wonderland - Ocean Ave North Elevator", + "description": "Wood Island - Bottom of Elevator 890 (within fare control)", + "latitude": 42.379529, + "location_type": 3, + "longitude": -71.022854, + "name": "Wood Island", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-wondl-oceannele", + "id": "node-890-paidplatform", "links": { - "self": "/stops/door-wondl-oceannele" + "self": "/stops/node-890-paidplatform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-wondl-oceannele" + "related": "/facilities/?filter[stop]=node-890-paidplatform" } }, "parent_station": { "data": { - "id": "place-wondl", + "id": "place-wimnl", "type": "stop" } }, @@ -382822,27 +401600,28 @@ }, { "attributes": { - "description": "World Trade Center - Paid side of fare gates", - "latitude": null, + "description": "Porter - Top of escalator from Alewife platform to Ashmont/Braintree platform", + "latitude": 42.388867, "location_type": 3, - "longitude": null, - "name": "World Trade Center", + "longitude": -71.119042, + "name": "Porter", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-wtcst-farepaid", + "id": "node-507-sbplatform", "links": { - "self": "/stops/node-wtcst-farepaid" + "self": "/stops/node-507-sbplatform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-wtcst-farepaid" + "related": "/facilities/?filter[stop]=node-507-sbplatform" } }, "parent_station": { "data": { - "id": "place-wtcst", + "id": "place-portr", "type": "stop" } }, @@ -382854,27 +401633,28 @@ }, { "attributes": { - "description": "Central - Paid side of fare gates", - "latitude": null, + "description": "Alewife - Bottom of Escalator 349 from Red Line platform to Russell Field lobby", + "latitude": 42.39614, "location_type": 3, - "longitude": null, - "name": "Central", + "longitude": -71.140072, + "name": "Alewife", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-cntsq-ibstair-farepaid", + "id": "node-349-bottom", "links": { - "self": "/stops/node-cntsq-ibstair-farepaid" + "self": "/stops/node-349-bottom" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-cntsq-ibstair-farepaid" + "related": "/facilities/?filter[stop]=node-349-bottom" } }, "parent_station": { "data": { - "id": "place-cntsq", + "id": "place-alfcl", "type": "stop" } }, @@ -382886,27 +401666,28 @@ }, { "attributes": { - "description": "Back Bay - Bottom of Orange Line platform east stairs", + "description": "State - Top of stairs between Oak Grove platform and Wonderland platform, Forest Hills passageway", "latitude": null, "location_type": 3, "longitude": null, - "name": "Back Bay", + "name": "State", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-bbsta-olestairs-platform", + "id": "node-state-olnbplatformstairssec-sbplatform", "links": { - "self": "/stops/node-bbsta-olestairs-platform" + "self": "/stops/node-state-olnbplatformstairssec-sbplatform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-bbsta-olestairs-platform" + "related": "/facilities/?filter[stop]=node-state-olnbplatformstairssec-sbplatform" } }, "parent_station": { "data": { - "id": "place-bbsta", + "id": "place-state", "type": "stop" } }, @@ -382918,27 +401699,28 @@ }, { "attributes": { - "description": "Lechmere - North First St", - "latitude": 42.371572, + "description": "South Station - Dewey Sq (Summer St, Atlantic Ave)", + "latitude": 42.352886, "location_type": 2, - "longitude": -71.076584, - "name": "Lechmere - North First St", + "longitude": -71.055505, + "name": "South Station - Dewey Sq (Summer St, Atlantic Ave)", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-lech-first", + "id": "door-sstat-dewey", "links": { - "self": "/stops/door-lech-first" + "self": "/stops/door-sstat-dewey" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-lech-first" + "related": "/facilities/?filter[stop]=door-sstat-dewey" } }, "parent_station": { "data": { - "id": "place-lech", + "id": "place-sstat", "type": "stop" } }, @@ -382950,27 +401732,28 @@ }, { "attributes": { - "description": "Kendall/MIT - Main St, Buses, Cambridge Center", - "latitude": 42.362588, - "location_type": 2, - "longitude": -71.086167, - "name": "Kendall/MIT - Main St, Buses, Cambridge Center", + "description": "JFK/UMass - Bottom of elevator between Ashmont, Alewife platform and lobby", + "latitude": 42.32056, + "location_type": 3, + "longitude": -71.052477, + "name": "JFK/UMass", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-knncl-nbmain", + "id": "node-831-platform", "links": { - "self": "/stops/door-knncl-nbmain" + "self": "/stops/node-831-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-knncl-nbmain" + "related": "/facilities/?filter[stop]=node-831-platform" } }, "parent_station": { "data": { - "id": "place-knncl", + "id": "place-jfk", "type": "stop" } }, @@ -382982,27 +401765,28 @@ }, { "attributes": { - "description": "Harvard - Unpaid side of Church Street fare gates", - "latitude": 42.374353, + "description": "Gilman Square - Top of stairs for School St", + "latitude": 42.388272, "location_type": 3, - "longitude": -71.118802, - "name": "Harvard", + "longitude": -71.097501, + "name": "Gilman Square", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-harsq-harfareunpaid", + "id": "node-gilmn-schstairs-top", "links": { - "self": "/stops/node-harsq-harfareunpaid" + "self": "/stops/node-gilmn-schstairs-top" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-harsq-harfareunpaid" + "related": "/facilities/?filter[stop]=node-gilmn-schstairs-top" } }, "parent_station": { "data": { - "id": "place-harsq", + "id": "place-gilmn", "type": "stop" } }, @@ -383014,27 +401798,28 @@ }, { "attributes": { - "description": "Central - Bottom of stairs for Massachusetts Ave", + "description": "Aquarium - Bottom of elevator between Wonderland platform and Atlantic Avenue", "latitude": null, "location_type": 3, "longitude": null, - "name": "Central", + "name": "Aquarium", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-cntsq-ibstair-platform", + "id": "node-924-platform", "links": { - "self": "/stops/node-cntsq-ibstair-platform" + "self": "/stops/node-924-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-cntsq-ibstair-platform" + "related": "/facilities/?filter[stop]=node-924-platform" } }, "parent_station": { "data": { - "id": "place-cntsq", + "id": "place-aqucl", "type": "stop" } }, @@ -383046,27 +401831,28 @@ }, { "attributes": { - "description": "Park Street - Bottom of elevator between Government Center & North side platform and passageway to Copley & West", + "description": "Wollaston - Top of elevator between parking lobby and bridge", "latitude": null, "location_type": 3, "longitude": null, - "name": "Park Street", + "name": "Wollaston", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-pktrm-ebupassstairs-under", + "id": "node-733-bridge", "links": { - "self": "/stops/node-pktrm-ebupassstairs-under" + "self": "/stops/node-733-bridge" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-pktrm-ebupassstairs-under" + "related": "/facilities/?filter[stop]=node-733-bridge" } }, "parent_station": { "data": { - "id": "place-pktrm", + "id": "place-wlsta", "type": "stop" } }, @@ -383078,27 +401864,28 @@ }, { "attributes": { - "description": "Park Street - Top of stairs between Alewife platform and Copley & West platform", - "latitude": null, + "description": "North Station - Bottom of Elevator 911 between Causeway Street lobby and Oak Grove platform", + "latitude": 42.365566, "location_type": 3, - "longitude": null, - "name": "Park Street", + "longitude": -71.060349, + "name": "North Station", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-pktrm-stair5-gl", + "id": "node-911-bottom", "links": { - "self": "/stops/node-pktrm-stair5-gl" + "self": "/stops/node-911-bottom" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-pktrm-stair5-gl" + "related": "/facilities/?filter[stop]=node-911-bottom" } }, "parent_station": { "data": { - "id": "place-pktrm", + "id": "place-north", "type": "stop" } }, @@ -383110,27 +401897,28 @@ }, { "attributes": { - "description": "Park Street - Top of stairs between Ashmont/Braintree platform and Copley & West platform", + "description": "Downtown Crossing - Bottom of elevator between Alewife platform and Chauncy Street lobby", "latitude": null, "location_type": 3, "longitude": null, - "name": "Park Street", + "name": "Downtown Crossing", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-pktrm-sbwbstairs-gl", + "id": "node-869-platform", "links": { - "self": "/stops/node-pktrm-sbwbstairs-gl" + "self": "/stops/node-869-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-pktrm-sbwbstairs-gl" + "related": "/facilities/?filter[stop]=node-869-platform" } }, "parent_station": { "data": { - "id": "place-pktrm", + "id": "place-dwnxg", "type": "stop" } }, @@ -383142,27 +401930,28 @@ }, { "attributes": { - "description": "Park Street - Bottom of stairs between Red Line center platform and Government Center & North platform", + "description": "Central - Bottom of stairs for Western Ave", "latitude": null, "location_type": 3, "longitude": null, - "name": "Park Street", + "name": "Central", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-pktrm-stair14-rl", + "id": "node-cntsq-westernstair-platform", "links": { - "self": "/stops/node-pktrm-stair14-rl" + "self": "/stops/node-cntsq-westernstair-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-pktrm-stair14-rl" + "related": "/facilities/?filter[stop]=node-cntsq-westernstair-platform" } }, "parent_station": { "data": { - "id": "place-pktrm", + "id": "place-cntsq", "type": "stop" } }, @@ -383174,27 +401963,28 @@ }, { "attributes": { - "description": "Jackson Square - Unpaid side of fare gates", - "latitude": null, - "location_type": 3, - "longitude": null, - "name": "Jackson Square", + "description": "Alewife - Alewife Path South", + "latitude": 42.395753, + "location_type": 2, + "longitude": -71.141256, + "name": "Alewife - Alewife Path South", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-jaksn-fareunpaid", + "id": "door-alfcl-alewifes", "links": { - "self": "/stops/node-jaksn-fareunpaid" + "self": "/stops/door-alfcl-alewifes" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-jaksn-fareunpaid" + "related": "/facilities/?filter[stop]=door-alfcl-alewifes" } }, "parent_station": { "data": { - "id": "place-jaksn", + "id": "place-alfcl", "type": "stop" } }, @@ -383206,27 +401996,28 @@ }, { "attributes": { - "description": "Government Center - Bottom of stairs between Green Line and Blue Line", - "latitude": null, + "description": "Science Park/West End - Mezzanine level of north side elevator", + "latitude": 42.366846, "location_type": 3, - "longitude": null, - "name": "Government Center", + "longitude": -71.067777, + "name": "Science Park/West End", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-gover-wbtransstairs-bl", + "id": "node-981-lobby", "links": { - "self": "/stops/node-gover-wbtransstairs-bl" + "self": "/stops/node-981-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-gover-wbtransstairs-bl" + "related": "/facilities/?filter[stop]=node-981-lobby" } }, "parent_station": { "data": { - "id": "place-gover", + "id": "place-spmnl", "type": "stop" } }, @@ -383238,27 +402029,28 @@ }, { "attributes": { - "description": "Malden Center - Paid side of fare gates", - "latitude": 42.426814, + "description": "Porter - Bottom of stairs between Commuter Rail platform and east side of Mass Ave", + "latitude": 42.388218, "location_type": 3, - "longitude": -71.074214, - "name": "Malden Center", + "longitude": -71.118983, + "name": "Porter", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-mlmnl-farepaid", + "id": "node-portr-eaststairs-crplatform", "links": { - "self": "/stops/node-mlmnl-farepaid" + "self": "/stops/node-portr-eaststairs-crplatform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-mlmnl-farepaid" + "related": "/facilities/?filter[stop]=node-portr-eaststairs-crplatform" } }, "parent_station": { "data": { - "id": "place-mlmnl", + "id": "place-portr", "type": "stop" } }, @@ -383270,27 +402062,28 @@ }, { "attributes": { - "description": "Porter - Top of stairs between Massachusetts Ave and lobby", - "latitude": 42.388267, + "description": "South Station - Bottom of stairs for Summer Street, Atlantic Avenue, Financial Center", + "latitude": null, "location_type": 3, - "longitude": -71.119103, - "name": "Porter", + "longitude": null, + "name": "South Station", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-portr-massavestairs-crplatform", + "id": "node-sstat-finctrstair-lobby", "links": { - "self": "/stops/node-portr-massavestairs-crplatform" + "self": "/stops/node-sstat-finctrstair-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-portr-massavestairs-crplatform" + "related": "/facilities/?filter[stop]=node-sstat-finctrstair-lobby" } }, "parent_station": { "data": { - "id": "place-portr", + "id": "place-sstat", "type": "stop" } }, @@ -383302,27 +402095,28 @@ }, { "attributes": { - "description": "Broadway - Top of platform elevator", + "description": "Park Street - Bottom of escalator from Alewife platform to Tremont Street", "latitude": null, "location_type": 3, "longitude": null, - "name": "Broadway", + "name": "Park Street", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-867-lobby", + "id": "node-373-platform", "links": { - "self": "/stops/node-867-lobby" + "self": "/stops/node-373-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-867-lobby" + "related": "/facilities/?filter[stop]=node-373-platform" } }, "parent_station": { "data": { - "id": "place-brdwy", + "id": "place-pktrm", "type": "stop" } }, @@ -383334,27 +402128,28 @@ }, { "attributes": { - "description": "Assembly - Bottom of platform stairs for Foley Street", - "latitude": 42.392943, + "description": "Orient Heights - Top of stairs for Bennington Street", + "latitude": 42.386836, "location_type": 3, - "longitude": -71.07727, - "name": "Assembly", + "longitude": -71.004724, + "name": "Orient Heights", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-astao-folplatstair-platform", + "id": "node-orhte-ibunpaidstairs-bridge", "links": { - "self": "/stops/node-astao-folplatstair-platform" + "self": "/stops/node-orhte-ibunpaidstairs-bridge" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-astao-folplatstair-platform" + "related": "/facilities/?filter[stop]=node-orhte-ibunpaidstairs-bridge" } }, "parent_station": { "data": { - "id": "place-astao", + "id": "place-orhte", "type": "stop" } }, @@ -383366,27 +402161,28 @@ }, { "attributes": { - "description": "Prudential - Bottom of ramp for elevator", + "description": "Central - Unpaid side of fare gates", "latitude": null, "location_type": 3, "longitude": null, - "name": "Prudential", + "name": "Central", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-prmnl-920ramp-platform", + "id": "node-cntsq-obstair-fareunpaid", "links": { - "self": "/stops/node-prmnl-920ramp-platform" + "self": "/stops/node-cntsq-obstair-fareunpaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-prmnl-920ramp-platform" + "related": "/facilities/?filter[stop]=node-cntsq-obstair-fareunpaid" } }, "parent_station": { "data": { - "id": "place-prmnl", + "id": "place-cntsq", "type": "stop" } }, @@ -383398,27 +402194,28 @@ }, { "attributes": { - "description": "Wellington - Top of elevator between platform for all trains and lobby", - "latitude": 42.401946, - "location_type": 3, - "longitude": -71.077199, - "name": "Wellington", + "description": "Capen Street - Capen St (East)", + "latitude": 42.267529, + "location_type": 2, + "longitude": -71.087266, + "name": "Capen Street - Capen St (East)", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-865-lobby", + "id": "door-capst-ashmont", "links": { - "self": "/stops/node-865-lobby" + "self": "/stops/door-capst-ashmont" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-865-lobby" + "related": "/facilities/?filter[stop]=door-capst-ashmont" } }, "parent_station": { "data": { - "id": "place-welln", + "id": "place-capst", "type": "stop" } }, @@ -383430,27 +402227,28 @@ }, { "attributes": { - "description": "Kendall/MIT - Paid side of fare gates", - "latitude": 42.362366, - "location_type": 3, - "longitude": -71.086186, - "name": "Kendall/MIT", + "description": "Fields Corner - Charles St", + "latitude": 42.300463, + "location_type": 2, + "longitude": -71.061868, + "name": "Fields Corner - Charles St", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-knncl-sbmain-farepaid", + "id": "door-fldcr-charles", "links": { - "self": "/stops/node-knncl-sbmain-farepaid" + "self": "/stops/door-fldcr-charles" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-knncl-sbmain-farepaid" + "related": "/facilities/?filter[stop]=door-fldcr-charles" } }, "parent_station": { "data": { - "id": "place-knncl", + "id": "place-fldcr", "type": "stop" } }, @@ -383462,27 +402260,28 @@ }, { "attributes": { - "description": "South Station - Bottom of stairs for Atlantic Avenue, Summer Street", - "latitude": null, + "description": "Quincy Adams - Ground level of Elevator 807", + "latitude": 42.233095, "location_type": 3, - "longitude": null, - "name": "South Station", + "longitude": -71.007194, + "name": "Quincy Adams", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-sstat-reservestair-lobby", + "id": "node-807-ground", "links": { - "self": "/stops/node-sstat-reservestair-lobby" + "self": "/stops/node-807-ground" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-sstat-reservestair-lobby" + "related": "/facilities/?filter[stop]=node-807-ground" } }, "parent_station": { "data": { - "id": "place-sstat", + "id": "place-qamnl", "type": "stop" } }, @@ -383494,27 +402293,28 @@ }, { "attributes": { - "description": "Riverside - Top of stairs for buses", - "latitude": 42.33733, + "description": "South Station - Bottom of stairs for exit from Red Line", + "latitude": null, "location_type": 3, - "longitude": -71.25277, - "name": "Riverside", + "longitude": null, + "name": "South Station", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-river-wstairs-lobby", + "id": "node-sstat-389stair-rl", "links": { - "self": "/stops/node-river-wstairs-lobby" + "self": "/stops/node-sstat-389stair-rl" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-river-wstairs-lobby" + "related": "/facilities/?filter[stop]=node-sstat-389stair-rl" } }, "parent_station": { "data": { - "id": "place-river", + "id": "place-sstat", "type": "stop" } }, @@ -383526,27 +402326,28 @@ }, { "attributes": { - "description": "Park Street - Bottom of stairs between Alewife platform and Government Center & North platform", - "latitude": null, + "description": "Airport - Bottom of Escalator 410", + "latitude": 42.374406, "location_type": 3, - "longitude": null, - "name": "Park Street", + "longitude": -71.030337, + "name": "Airport", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-pktrm-stair7-rl", + "id": "node-410-platform", "links": { - "self": "/stops/node-pktrm-stair7-rl" + "self": "/stops/node-410-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-pktrm-stair7-rl" + "related": "/facilities/?filter[stop]=node-410-platform" } }, "parent_station": { "data": { - "id": "place-pktrm", + "id": "place-aport", "type": "stop" } }, @@ -383558,27 +402359,28 @@ }, { "attributes": { - "description": "Green Street - Top of Elevator 844", - "latitude": 42.31037, + "description": "Oak Grove - Bottom of Banks Place elevator for Commuter Rail", + "latitude": 42.436976, "location_type": 3, - "longitude": -71.107662, - "name": "Green Street", + "longitude": -71.070749, + "name": "Oak Grove", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-grnst-844-lobby", + "id": "node-800-crplatform", "links": { - "self": "/stops/node-grnst-844-lobby" + "self": "/stops/node-800-crplatform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-grnst-844-lobby" + "related": "/facilities/?filter[stop]=node-800-crplatform" } }, "parent_station": { "data": { - "id": "place-grnst", + "id": "place-ogmnl", "type": "stop" } }, @@ -383590,27 +402392,28 @@ }, { "attributes": { - "description": "Courthouse - Bottom of stairs between Thomson Place and landing", - "latitude": null, + "description": "Ashmont - Bottom of escalator from Red Line platform to Mattapan Line, busway", + "latitude": 42.284128, "location_type": 3, - "longitude": null, - "name": "Courthouse", + "longitude": -71.063672, + "name": "Ashmont", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-crtst-southentstair-landing", + "id": "node-438-platform", "links": { - "self": "/stops/node-crtst-southentstair-landing" + "self": "/stops/node-438-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-crtst-southentstair-landing" + "related": "/facilities/?filter[stop]=node-438-platform" } }, "parent_station": { "data": { - "id": "place-crtst", + "id": "place-asmnl", "type": "stop" } }, @@ -383622,27 +402425,28 @@ }, { "attributes": { - "description": "Chelsea - Top of ramp between Third St and Boston-bound platform", - "latitude": 42.397625, + "description": "Wollaston - Bottom of ramp between lobby and Newport Avenue", + "latitude": null, "location_type": 3, - "longitude": -71.043811, - "name": "Chelsea", + "longitude": null, + "name": "Wollaston", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-chels-thirdnorth-top", + "id": "node-wlsta-newpramp-lobby", "links": { - "self": "/stops/node-chels-thirdnorth-top" + "self": "/stops/node-wlsta-newpramp-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-chels-thirdnorth-top" + "related": "/facilities/?filter[stop]=node-wlsta-newpramp-lobby" } }, "parent_station": { "data": { - "id": "place-chels", + "id": "place-wlsta", "type": "stop" } }, @@ -383654,27 +402458,28 @@ }, { "attributes": { - "description": "Wood Island - Top of Elevator 889 (outside fare control)", - "latitude": 42.379769, + "description": "Quincy Adams - Paid side of fare gates", + "latitude": 42.23317, "location_type": 3, - "longitude": -71.022991, - "name": "Wood Island", + "longitude": -71.00706, + "name": "Quincy Adams", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-889-unpaidbridge", + "id": "node-qamnl-farepaid", "links": { - "self": "/stops/node-889-unpaidbridge" + "self": "/stops/node-qamnl-farepaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-889-unpaidbridge" + "related": "/facilities/?filter[stop]=node-qamnl-farepaid" } }, "parent_station": { "data": { - "id": "place-wimnl", + "id": "place-qamnl", "type": "stop" } }, @@ -383686,27 +402491,28 @@ }, { "attributes": { - "description": "Gilman Square - Top of stairs for Medford St", - "latitude": 42.387703, + "description": "Valley Road - Bottom of stairs", + "latitude": 42.268304, "location_type": 3, - "longitude": -71.096244, - "name": "Gilman Square", + "longitude": -71.081497, + "name": "Valley Road", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-gilmn-medstairs-top", + "id": "node-valrd-stairs-platform", "links": { - "self": "/stops/node-gilmn-medstairs-top" + "self": "/stops/node-valrd-stairs-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-gilmn-medstairs-top" + "related": "/facilities/?filter[stop]=node-valrd-stairs-platform" } }, "parent_station": { "data": { - "id": "place-gilmn", + "id": "place-valrd", "type": "stop" } }, @@ -383718,27 +402524,28 @@ }, { "attributes": { - "description": "Forest Hills - Bottom of lower busway elevator", - "latitude": 42.300601, + "description": "Kendall/MIT - Bottom of stairs between Carleton St and Ashmont/Braintree platform", + "latitude": 42.362121, "location_type": 3, - "longitude": -71.113674, - "name": "Forest Hills", + "longitude": -71.08623, + "name": "Kendall/MIT", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-843-busway", + "id": "node-knncl-sbcarleton-platform", "links": { - "self": "/stops/node-843-busway" + "self": "/stops/node-knncl-sbcarleton-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-843-busway" + "related": "/facilities/?filter[stop]=node-knncl-sbcarleton-platform" } }, "parent_station": { "data": { - "id": "place-forhl", + "id": "place-knncl", "type": "stop" } }, @@ -383750,27 +402557,28 @@ }, { "attributes": { - "description": "Airport - Top of Elevator 956", - "latitude": 42.374094, + "description": "Wonderland - Bottom of stairs to Blue Line lobby from North Shore Road", + "latitude": 42.413665, "location_type": 3, - "longitude": -71.030254, - "name": "Airport", + "longitude": -70.991982, + "name": "Wonderland", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-956-bridge", + "id": "node-wondl-nshorestairs-bottom", "links": { - "self": "/stops/node-956-bridge" + "self": "/stops/node-wondl-nshorestairs-bottom" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-956-bridge" + "related": "/facilities/?filter[stop]=node-wondl-nshorestairs-bottom" } }, "parent_station": { "data": { - "id": "place-aport", + "id": "place-wondl", "type": "stop" } }, @@ -383782,27 +402590,28 @@ }, { "attributes": { - "description": "Maverick - Lewis Mall", - "latitude": 42.368275, - "location_type": 2, - "longitude": -71.040539, - "name": "Maverick - Lewis Mall", + "description": "Wellington - Paid side of fare gates", + "latitude": 42.40228, + "location_type": 3, + "longitude": -71.077111, + "name": "Wellington", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-mvbcl-lewis", + "id": "node-welln-farepaid", "links": { - "self": "/stops/door-mvbcl-lewis" + "self": "/stops/node-welln-farepaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-mvbcl-lewis" + "related": "/facilities/?filter[stop]=node-welln-farepaid" } }, "parent_station": { "data": { - "id": "place-mvbcl", + "id": "place-welln", "type": "stop" } }, @@ -383814,27 +402623,28 @@ }, { "attributes": { - "description": "Wonderland - Bridge level of stairs from garage to Revere Beach Plaza", - "latitude": 42.41353, + "description": "Haymarket - Bottom of stairs between lobby and Oak Grove mezzanine", + "latitude": null, "location_type": 3, - "longitude": -70.991894, - "name": "Wonderland", + "longitude": null, + "name": "Haymarket", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-wondl-ibplazastairs-bridge", + "id": "node-haecl-congogstairs-passage", "links": { - "self": "/stops/node-wondl-ibplazastairs-bridge" + "self": "/stops/node-haecl-congogstairs-passage" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-wondl-ibplazastairs-bridge" + "related": "/facilities/?filter[stop]=node-haecl-congogstairs-passage" } }, "parent_station": { "data": { - "id": "place-wondl", + "id": "place-haecl", "type": "stop" } }, @@ -383846,27 +402656,28 @@ }, { "attributes": { - "description": "Pawtucket/Central Falls - Barton St, Pick-up/Drop-off", - "latitude": 41.87849, - "location_type": 2, - "longitude": -71.392761, - "name": "Pawtucket/Central Falls - Barton St, Pick-up/Drop-off", + "description": "Broadway - Bottom of main entrance escalator", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "Broadway", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-NEC-1891-barton", + "id": "node-372-lobby", "links": { - "self": "/stops/door-NEC-1891-barton" + "self": "/stops/node-372-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-NEC-1891-barton" + "related": "/facilities/?filter[stop]=node-372-lobby" } }, "parent_station": { "data": { - "id": "place-NEC-1891", + "id": "place-brdwy", "type": "stop" } }, @@ -383878,27 +402689,28 @@ }, { "attributes": { - "description": "Park Street - Bottom of stairs between Boston Common and Government Center & North platform", + "description": "Harvard - Bottom of stairs between Alewife platform and Church Street lobby", "latitude": null, "location_type": 3, "longitude": null, - "name": "Park Street", + "name": "Harvard", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-pktrm-ebparkstairs-lobby", + "id": "node-harsq-harstair-platform", "links": { - "self": "/stops/node-pktrm-ebparkstairs-lobby" + "self": "/stops/node-harsq-harstair-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-pktrm-ebparkstairs-lobby" + "related": "/facilities/?filter[stop]=node-harsq-harstair-platform" } }, "parent_station": { "data": { - "id": "place-pktrm", + "id": "place-harsq", "type": "stop" } }, @@ -383910,27 +402722,28 @@ }, { "attributes": { - "description": "Aquarium - Bottom of escalator from Atlantic Avenue to lobby", + "description": "Park Street - Top of stairs between Ashmont/Braintree platform and Government Center & North platform", "latitude": null, "location_type": 3, "longitude": null, - "name": "Aquarium", + "name": "Park Street", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-405-lobby", + "id": "node-pktrm-stair8-gl", "links": { - "self": "/stops/node-405-lobby" + "self": "/stops/node-pktrm-stair8-gl" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-405-lobby" + "related": "/facilities/?filter[stop]=node-pktrm-stair8-gl" } }, "parent_station": { "data": { - "id": "place-aqucl", + "id": "place-pktrm", "type": "stop" } }, @@ -383942,27 +402755,28 @@ }, { "attributes": { - "description": "Forest Hills - Bottom of Orange Line elevator for Arborway, Southwest Corridor Park", - "latitude": 42.301657, - "location_type": 3, - "longitude": -71.113503, - "name": "Forest Hills", + "description": "State - Congress St (Exchange Place)", + "latitude": 42.358413, + "location_type": 2, + "longitude": -71.056499, + "name": "State - Congress St (Exchange Place)", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-724-platform", + "id": "door-state-exchange", "links": { - "self": "/stops/node-724-platform" + "self": "/stops/door-state-exchange" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-724-platform" + "related": "/facilities/?filter[stop]=door-state-exchange" } }, "parent_station": { "data": { - "id": "place-forhl", + "id": "place-state", "type": "stop" } }, @@ -383974,27 +402788,28 @@ }, { "attributes": { - "description": "Ashmont - Radford Lane", - "latitude": 42.283587, - "location_type": 2, - "longitude": -71.062983, - "name": "Ashmont - Radford Lane", + "description": "Wellington - End of Station Landing parking garage", + "latitude": 42.402493, + "location_type": 3, + "longitude": -71.080064, + "name": "Wellington", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-asmnl-radford", + "id": "node-welln-skyentry", "links": { - "self": "/stops/door-asmnl-radford" + "self": "/stops/node-welln-skyentry" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-asmnl-radford" + "related": "/facilities/?filter[stop]=node-welln-skyentry" } }, "parent_station": { "data": { - "id": "place-asmnl", + "id": "place-welln", "type": "stop" } }, @@ -384006,27 +402821,28 @@ }, { "attributes": { - "description": "Tufts Medical Center - Top of Escalator 148", + "description": "South Station - Top of stairs for Alewife", "latitude": null, "location_type": 3, "longitude": null, - "name": "Tufts Medical Center", + "name": "South Station", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-148-lobby", + "id": "node-sstat-398stair-sl", "links": { - "self": "/stops/node-148-lobby" + "self": "/stops/node-sstat-398stair-sl" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-148-lobby" + "related": "/facilities/?filter[stop]=node-sstat-398stair-sl" } }, "parent_station": { "data": { - "id": "place-tumnl", + "id": "place-sstat", "type": "stop" } }, @@ -384038,27 +402854,28 @@ }, { "attributes": { - "description": "Central - Unpaid side of fare gates", + "description": "Back Bay - Bottom of Orange Line platform east escalator", "latitude": null, "location_type": 3, "longitude": null, - "name": "Central", + "name": "Back Bay", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-cntsq-essexstair-fareunpaid", + "id": "node-140-platform", "links": { - "self": "/stops/node-cntsq-essexstair-fareunpaid" + "self": "/stops/node-140-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-cntsq-essexstair-fareunpaid" + "related": "/facilities/?filter[stop]=node-140-platform" } }, "parent_station": { "data": { - "id": "place-cntsq", + "id": "place-bbsta", "type": "stop" } }, @@ -384070,27 +402887,28 @@ }, { "attributes": { - "description": "Downtown Crossing - Bottom of elevator between Alewife platform and Oak Grove platform", - "latitude": null, + "description": "Braintree - Bottom of Red Line platform south stairs", + "latitude": 42.207548, "location_type": 3, - "longitude": null, - "name": "Downtown Crossing", + "longitude": -71.001499, + "name": "Braintree", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-999-rl", + "id": "node-brntn-splatstairs-lobby", "links": { - "self": "/stops/node-999-rl" + "self": "/stops/node-brntn-splatstairs-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-999-rl" + "related": "/facilities/?filter[stop]=node-brntn-splatstairs-lobby" } }, "parent_station": { "data": { - "id": "place-dwnxg", + "id": "place-brntn", "type": "stop" } }, @@ -384102,27 +402920,28 @@ }, { "attributes": { - "description": "Orient Heights - Top of Elevator 714", - "latitude": 42.386783, + "description": "Kendall/MIT - Paid side of fare gates", + "latitude": null, "location_type": 3, - "longitude": -71.004738, - "name": "Orient Heights", + "longitude": null, + "name": "Kendall/MIT", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-714-bridge", + "id": "node-knncl-nbsec-farepaid", "links": { - "self": "/stops/node-714-bridge" + "self": "/stops/node-knncl-nbsec-farepaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-714-bridge" + "related": "/facilities/?filter[stop]=node-knncl-nbsec-farepaid" } }, "parent_station": { "data": { - "id": "place-orhte", + "id": "place-knncl", "type": "stop" } }, @@ -384134,27 +402953,28 @@ }, { "attributes": { - "description": "Symphony - Paid side of fare gates", - "latitude": null, + "description": "Fields Corner - Bottom of elevator for Ashmont platform", + "latitude": 42.299982, "location_type": 3, - "longitude": null, - "name": "Symphony", + "longitude": -71.061671, + "name": "Fields Corner", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-symcl-wb-farepaid", + "id": "node-958-lobby", "links": { - "self": "/stops/node-symcl-wb-farepaid" + "self": "/stops/node-958-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-symcl-wb-farepaid" + "related": "/facilities/?filter[stop]=node-958-lobby" } }, "parent_station": { "data": { - "id": "place-symcl", + "id": "place-fldcr", "type": "stop" } }, @@ -384166,27 +402986,28 @@ }, { "attributes": { - "description": "Downtown Crossing - Bottom of stairs between Oak Grove platform and Ashmont/Braintree platform", + "description": "Aquarium - Paid side of fare gates", "latitude": null, "location_type": 3, "longitude": null, - "name": "Downtown Crossing", + "name": "Aquarium", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-dwnxg-stair7-rl", + "id": "node-aqucl-statefarepaid", "links": { - "self": "/stops/node-dwnxg-stair7-rl" + "self": "/stops/node-aqucl-statefarepaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-dwnxg-stair7-rl" + "related": "/facilities/?filter[stop]=node-aqucl-statefarepaid" } }, "parent_station": { "data": { - "id": "place-dwnxg", + "id": "place-aqucl", "type": "stop" } }, @@ -384198,27 +403019,28 @@ }, { "attributes": { - "description": "Ruggles - Top of Forsyth Street entrance elevator", - "latitude": 42.336924, + "description": "Bowdoin - Bottom of stairs between ramp and lobby", + "latitude": null, "location_type": 3, - "longitude": -71.08933, - "name": "Ruggles", + "longitude": null, + "name": "Bowdoin", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-851-top", + "id": "node-bomnl-pstair-platform", "links": { - "self": "/stops/node-851-top" + "self": "/stops/node-bomnl-pstair-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-851-top" + "related": "/facilities/?filter[stop]=node-bomnl-pstair-platform" } }, "parent_station": { "data": { - "id": "place-rugg", + "id": "place-bomnl", "type": "stop" } }, @@ -384230,27 +403052,28 @@ }, { "attributes": { - "description": "Wollaston - Top of stairs between parking lobby and bridge", + "description": "South Station - Top of Escalator 419", "latitude": null, "location_type": 3, "longitude": null, - "name": "Wollaston", + "name": "South Station", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-wlsta-stair1-bridge", + "id": "node-419-lobby", "links": { - "self": "/stops/node-wlsta-stair1-bridge" + "self": "/stops/node-419-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-wlsta-stair1-bridge" + "related": "/facilities/?filter[stop]=node-419-lobby" } }, "parent_station": { "data": { - "id": "place-wlsta", + "id": "place-sstat", "type": "stop" } }, @@ -384262,27 +403085,28 @@ }, { "attributes": { - "description": "State - Top of stairs between Orange Line and State St, Devonshire St", - "latitude": null, - "location_type": 3, - "longitude": null, - "name": "State", + "description": "Gilman Square - School St", + "latitude": 42.388307, + "location_type": 2, + "longitude": -71.097622, + "name": "Gilman Square - School St", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-state-passageoldstatehousestairs-landing", + "id": "door-gilmn-school", "links": { - "self": "/stops/node-state-passageoldstatehousestairs-landing" + "self": "/stops/door-gilmn-school" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-state-passageoldstatehousestairs-landing" + "related": "/facilities/?filter[stop]=door-gilmn-school" } }, "parent_station": { "data": { - "id": "place-state", + "id": "place-gilmn", "type": "stop" } }, @@ -384294,27 +403118,28 @@ }, { "attributes": { - "description": "North Quincy - Bottom of stairs between platform and Hancock Street, Newport Avenue lobby", - "latitude": 42.276287, + "description": "Wonderland - Plaza level of stairs from garage to Revere Beach Plaza", + "latitude": 42.41353, "location_type": 3, - "longitude": -71.030696, - "name": "North Quincy", + "longitude": -70.991894, + "name": "Wonderland", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-nqncy-nhpstair-platform", + "id": "node-wondl-ibplazastairs-plaza", "links": { - "self": "/stops/node-nqncy-nhpstair-platform" + "self": "/stops/node-wondl-ibplazastairs-plaza" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-nqncy-nhpstair-platform" + "related": "/facilities/?filter[stop]=node-wondl-ibplazastairs-plaza" } }, "parent_station": { "data": { - "id": "place-nqncy", + "id": "place-wondl", "type": "stop" } }, @@ -384326,27 +403151,28 @@ }, { "attributes": { - "description": "South Station - Bottom of stairs for Commuter Rail concourse", - "latitude": null, + "description": "Park Street - Paid side of fare gate", + "latitude": 42.356214, "location_type": 3, - "longitude": null, - "name": "South Station", + "longitude": -71.062204, + "name": "Park Street", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-sstat-bldgstair-lobby", + "id": "node-pktrm-804paid", "links": { - "self": "/stops/node-sstat-bldgstair-lobby" + "self": "/stops/node-pktrm-804paid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-sstat-bldgstair-lobby" + "related": "/facilities/?filter[stop]=node-pktrm-804paid" } }, "parent_station": { "data": { - "id": "place-sstat", + "id": "place-pktrm", "type": "stop" } }, @@ -384358,27 +403184,28 @@ }, { "attributes": { - "description": "Ball Square - Top of Broadway stairs", - "latitude": 42.399663, + "description": "Tufts Medical Center - Top of Escalator 148", + "latitude": null, "location_type": 3, - "longitude": -71.110817, - "name": "Ball Square", + "longitude": null, + "name": "Tufts Medical Center", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-balsq-stairs-top", + "id": "node-148-lobby", "links": { - "self": "/stops/node-balsq-stairs-top" + "self": "/stops/node-148-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-balsq-stairs-top" + "related": "/facilities/?filter[stop]=node-148-lobby" } }, "parent_station": { "data": { - "id": "place-balsq", + "id": "place-tumnl", "type": "stop" } }, @@ -384390,27 +403217,28 @@ }, { "attributes": { - "description": "Savin Hill - Top of elevator between Sydney Street and lobby", - "latitude": 42.310859, + "description": "Central - Bottom of Escalator 360 for Massachusetts Ave", + "latitude": null, "location_type": 3, - "longitude": -71.053661, - "name": "Savin Hill", + "longitude": null, + "name": "Central", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-947-lobby", + "id": "node-cntsq-360-platform", "links": { - "self": "/stops/node-947-lobby" + "self": "/stops/node-cntsq-360-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-947-lobby" + "related": "/facilities/?filter[stop]=node-cntsq-360-platform" } }, "parent_station": { "data": { - "id": "place-shmnl", + "id": "place-cntsq", "type": "stop" } }, @@ -384422,27 +403250,28 @@ }, { "attributes": { - "description": "Malden Center - Bottom of Commuter Rail platform elevator", - "latitude": 42.426915, - "location_type": 3, - "longitude": -71.074049, - "name": "Malden Center", + "description": "Massachusetts Avenue - Camden St", + "latitude": 42.340379, + "location_type": 2, + "longitude": -71.084763, + "name": "Massachusetts Avenue - Camden St", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, - "id": "node-944-lobby", + "id": "door-masta-camden", "links": { - "self": "/stops/node-944-lobby" + "self": "/stops/door-masta-camden" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-944-lobby" + "related": "/facilities/?filter[stop]=door-masta-camden" } }, "parent_station": { "data": { - "id": "place-mlmnl", + "id": "place-masta", "type": "stop" } }, @@ -384454,27 +403283,28 @@ }, { "attributes": { - "description": "Aquarium - Top of stairs between platform and Atlantic Avenue", - "latitude": null, - "location_type": 3, - "longitude": null, - "name": "Aquarium", + "description": "Hynes Convention Center - Newbury St", + "latitude": 42.348151, + "location_type": 2, + "longitude": -71.087555, + "name": "Hynes Convention Center - Newbury St", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, - "id": "node-aqucl-ebatlanticstairs-lobby", + "id": "door-hymnl-newbury", "links": { - "self": "/stops/node-aqucl-ebatlanticstairs-lobby" + "self": "/stops/door-hymnl-newbury" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-aqucl-ebatlanticstairs-lobby" + "related": "/facilities/?filter[stop]=door-hymnl-newbury" } }, "parent_station": { "data": { - "id": "place-aqucl", + "id": "place-hymnl", "type": "stop" } }, @@ -384486,27 +403316,28 @@ }, { "attributes": { - "description": "Ashmont - Bottom of elevator from Mattapan Line, busway to Alewife platform", - "latitude": 42.284205, + "description": "Park Street - Bottom of elevator between Government Center & North side platform and passageway to Copley & West", + "latitude": null, "location_type": 3, - "longitude": -71.063422, - "name": "Ashmont", + "longitude": null, + "name": "Park Street", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-969-platform", + "id": "node-pktrm-ebupassstairs-under", "links": { - "self": "/stops/node-969-platform" + "self": "/stops/node-pktrm-ebupassstairs-under" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-969-platform" + "related": "/facilities/?filter[stop]=node-pktrm-ebupassstairs-under" } }, "parent_station": { "data": { - "id": "place-asmnl", + "id": "place-pktrm", "type": "stop" } }, @@ -384518,27 +403349,28 @@ }, { "attributes": { - "description": "JFK/UMass - Bottom of northern stairs between Braintree, Alewife platform and lobby", - "latitude": 42.320679, + "description": "Oak Grove - Top of Orange Line elevator", + "latitude": 42.436982, "location_type": 3, - "longitude": -71.052289, - "name": "JFK/UMass", + "longitude": -71.07095, + "name": "Oak Grove", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-jfk-braganstair-platform", + "id": "node-801-lobby", "links": { - "self": "/stops/node-jfk-braganstair-platform" + "self": "/stops/node-801-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-jfk-braganstair-platform" + "related": "/facilities/?filter[stop]=node-801-lobby" } }, "parent_station": { "data": { - "id": "place-jfk", + "id": "place-ogmnl", "type": "stop" } }, @@ -384550,27 +403382,28 @@ }, { "attributes": { - "description": "Kendall/MIT - Top of stairs between Main St and Ashmont/Braintree platform", - "latitude": 42.362292, + "description": "Maverick - Top of escalator from Maverick Square to lobby", + "latitude": 42.369134, "location_type": 3, - "longitude": -71.08615, - "name": "Kendall/MIT", + "longitude": -71.039563, + "name": "Maverick", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-knncl-sbmain-entrance", + "id": "node-434-entrance", "links": { - "self": "/stops/node-knncl-sbmain-entrance" + "self": "/stops/node-434-entrance" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-knncl-sbmain-entrance" + "related": "/facilities/?filter[stop]=node-434-entrance" } }, "parent_station": { "data": { - "id": "place-knncl", + "id": "place-mvbcl", "type": "stop" } }, @@ -384582,27 +403415,28 @@ }, { "attributes": { - "description": "Broadway - Unpaid side of fare gates", + "description": "Ruggles - Top of Orange Line south platform escalator", "latitude": null, "location_type": 3, "longitude": null, - "name": "Broadway", + "name": "Ruggles", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-brdwy-fareunpaid", + "id": "node-136-lobby", "links": { - "self": "/stops/node-brdwy-fareunpaid" + "self": "/stops/node-136-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-brdwy-fareunpaid" + "related": "/facilities/?filter[stop]=node-136-lobby" } }, "parent_station": { "data": { - "id": "place-brdwy", + "id": "place-rugg", "type": "stop" } }, @@ -384614,27 +403448,28 @@ }, { "attributes": { - "description": "Wollaston - Bottom of stairs between platform and bridge", + "description": "Bowdoin - Top of stairs between entrance and lobby", "latitude": null, "location_type": 3, "longitude": null, - "name": "Wollaston", + "name": "Bowdoin", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-wlsta-stair5-platform", + "id": "node-bomnl-lobstair-entrance", "links": { - "self": "/stops/node-wlsta-stair5-platform" + "self": "/stops/node-bomnl-lobstair-entrance" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-wlsta-stair5-platform" + "related": "/facilities/?filter[stop]=node-bomnl-lobstair-entrance" } }, "parent_station": { "data": { - "id": "place-wlsta", + "id": "place-bomnl", "type": "stop" } }, @@ -384646,27 +403481,28 @@ }, { "attributes": { - "description": "Aquarium - Top of escalator from lobby to State Street", + "description": "South Station - Paid side of exit-only gates", "latitude": null, "location_type": 3, "longitude": null, - "name": "Aquarium", + "name": "South Station", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-397-street", + "id": "node-sstat-ashbrain-farepaid", "links": { - "self": "/stops/node-397-street" + "self": "/stops/node-sstat-ashbrain-farepaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-397-street" + "related": "/facilities/?filter[stop]=node-sstat-ashbrain-farepaid" } }, "parent_station": { "data": { - "id": "place-aqucl", + "id": "place-sstat", "type": "stop" } }, @@ -384678,27 +403514,28 @@ }, { "attributes": { - "description": "Prudential - Bottom of stairs between Prudential Center and lobby", + "description": "Tufts Medical Center - Top of Escalator 146", "latitude": null, "location_type": 3, "longitude": null, - "name": "Prudential", + "name": "Tufts Medical Center", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-prmnl-prustair-lobby", + "id": "node-146-lobby", "links": { - "self": "/stops/node-prmnl-prustair-lobby" + "self": "/stops/node-146-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-prmnl-prustair-lobby" + "related": "/facilities/?filter[stop]=node-146-lobby" } }, "parent_station": { "data": { - "id": "place-prmnl", + "id": "place-tumnl", "type": "stop" } }, @@ -384710,27 +403547,28 @@ }, { "attributes": { - "description": "Central - Prospect St", - "latitude": 42.365778, - "location_type": 2, - "longitude": -71.104131, - "name": "Central - Prospect St", + "description": "Assembly - Bottom of stairs for Revolution Drive", + "latitude": 42.392157, + "location_type": 3, + "longitude": -71.077538, + "name": "Assembly", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-cntsq-prospect", + "id": "node-astao-revdoorstair-ground", "links": { - "self": "/stops/door-cntsq-prospect" + "self": "/stops/node-astao-revdoorstair-ground" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-cntsq-prospect" + "related": "/facilities/?filter[stop]=node-astao-revdoorstair-ground" } }, "parent_station": { "data": { - "id": "place-cntsq", + "id": "place-astao", "type": "stop" } }, @@ -384742,27 +403580,28 @@ }, { "attributes": { - "description": "State - Bottom of stairs between Oak Grove platform and Wonderland platform, Forest Hills passageway", + "description": "Arlington - Bottom of westbound stairs", "latitude": null, "location_type": 3, "longitude": null, - "name": "State", + "name": "Arlington", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-state-olnbplatformstairssec-nbplatform", + "id": "node-armnl-wbstairs-platform", "links": { - "self": "/stops/node-state-olnbplatformstairssec-nbplatform" + "self": "/stops/node-armnl-wbstairs-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-state-olnbplatformstairssec-nbplatform" + "related": "/facilities/?filter[stop]=node-armnl-wbstairs-platform" } }, "parent_station": { "data": { - "id": "place-state", + "id": "place-armnl", "type": "stop" } }, @@ -384774,27 +403613,28 @@ }, { "attributes": { - "description": "World Trade Center - Top of second World Trade Center entrance stairs", - "latitude": null, - "location_type": 3, - "longitude": null, - "name": "World Trade Center", + "description": "North Quincy - Newport Ave Extension", + "latitude": 42.276483, + "location_type": 2, + "longitude": -71.031184, + "name": "North Quincy - Newport Ave Extension", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-wtcst-wtctstairs-top", + "id": "door-nqncy-newport", "links": { - "self": "/stops/node-wtcst-wtctstairs-top" + "self": "/stops/door-nqncy-newport" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-wtcst-wtctstairs-top" + "related": "/facilities/?filter[stop]=door-nqncy-newport" } }, "parent_station": { "data": { - "id": "place-wtcst", + "id": "place-nqncy", "type": "stop" } }, @@ -384806,27 +403646,28 @@ }, { "attributes": { - "description": "Arlington - Arlington St (West)", - "latitude": 42.351694, - "location_type": 2, - "longitude": -71.070686, - "name": "Arlington - Arlington St (West)", + "description": "South Station - Bottom of stairs from drop-off only platform", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "South Station", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-armnl-arltw", + "id": "node-sstat-420sl-sl", "links": { - "self": "/stops/door-armnl-arltw" + "self": "/stops/node-sstat-420sl-sl" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-armnl-arltw" + "related": "/facilities/?filter[stop]=node-sstat-420sl-sl" } }, "parent_station": { "data": { - "id": "place-armnl", + "id": "place-sstat", "type": "stop" } }, @@ -384838,27 +403679,28 @@ }, { "attributes": { - "description": "Wood Island - Top of stairs for Bowdoin", - "latitude": 42.3798, + "description": "Haymarket - Bottom of stairs between lobby and Forest Hills mezzanine", + "latitude": null, "location_type": 3, - "longitude": -71.022876, - "name": "Wood Island", + "longitude": null, + "name": "Haymarket", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-wimnl-ibpaidstairs-bridge", + "id": "node-haecl-congfhstair-passage", "links": { - "self": "/stops/node-wimnl-ibpaidstairs-bridge" + "self": "/stops/node-haecl-congfhstair-passage" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-wimnl-ibpaidstairs-bridge" + "related": "/facilities/?filter[stop]=node-haecl-congfhstair-passage" } }, "parent_station": { "data": { - "id": "place-wimnl", + "id": "place-haecl", "type": "stop" } }, @@ -384870,27 +403712,28 @@ }, { "attributes": { - "description": "Ruggles - Top of Orange Line north platform stairs", + "description": "Park Street - Unpaid side of exit-only gate", "latitude": null, "location_type": 3, "longitude": null, - "name": "Ruggles", + "name": "Park Street", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-rugg-olnstairs-lobby", + "id": "node-pktrm-sbexitunpaid", "links": { - "self": "/stops/node-rugg-olnstairs-lobby" + "self": "/stops/node-pktrm-sbexitunpaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-rugg-olnstairs-lobby" + "related": "/facilities/?filter[stop]=node-pktrm-sbexitunpaid" } }, "parent_station": { "data": { - "id": "place-rugg", + "id": "place-pktrm", "type": "stop" } }, @@ -384902,27 +403745,28 @@ }, { "attributes": { - "description": "Back Bay - Top of Orange Line platform east stairs", + "description": "Wollaston - Bottom of stairs between parking lobby and bridge", "latitude": null, "location_type": 3, "longitude": null, - "name": "Back Bay", + "name": "Wollaston", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-bbsta-olwstairs-lobby", + "id": "node-wlsta-stair1-lobby", "links": { - "self": "/stops/node-bbsta-olwstairs-lobby" + "self": "/stops/node-wlsta-stair1-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-bbsta-olwstairs-lobby" + "related": "/facilities/?filter[stop]=node-wlsta-stair1-lobby" } }, "parent_station": { "data": { - "id": "place-bbsta", + "id": "place-wlsta", "type": "stop" } }, @@ -384934,27 +403778,28 @@ }, { "attributes": { - "description": "State - Top of stairs between Oak Grove platform and Wonderland platform, State St, Devonshire St", + "description": "Andrew - South lobby center", "latitude": null, "location_type": 3, "longitude": null, - "name": "State", + "name": "Andrew", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-state-olnbplatformstairsmain-sbplatform", + "id": "node-andrw-slobbycenter", "links": { - "self": "/stops/node-state-olnbplatformstairsmain-sbplatform" + "self": "/stops/node-andrw-slobbycenter" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-state-olnbplatformstairsmain-sbplatform" + "related": "/facilities/?filter[stop]=node-andrw-slobbycenter" } }, "parent_station": { "data": { - "id": "place-state", + "id": "place-andrw", "type": "stop" } }, @@ -384966,22 +403811,23 @@ }, { "attributes": { - "description": "Malden Center - Top of Commuter Rail platform stairs", - "latitude": 42.426615, - "location_type": 3, - "longitude": -71.074173, - "name": "Malden Center", + "description": "Malden Center - Commercial St, Malden Government Center", + "latitude": 42.426814, + "location_type": 2, + "longitude": -71.073983, + "name": "Malden Center - Commercial St, Malden Government Center", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, - "id": "node-mlmnl-crstairs-platform", + "id": "door-mlmnl-commercial", "links": { - "self": "/stops/node-mlmnl-crstairs-platform" + "self": "/stops/door-mlmnl-commercial" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-mlmnl-crstairs-platform" + "related": "/facilities/?filter[stop]=door-mlmnl-commercial" } }, "parent_station": { @@ -384998,27 +403844,28 @@ }, { "attributes": { - "description": "State - Bottom of stairs between Congress St and Wonderland platform", + "description": "Symphony - Bottom of east stairs for Massachusetts Ave, Huntington Ave", "latitude": null, "location_type": 3, "longitude": null, - "name": "State", + "name": "Symphony", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-state-exchangestairs-ebplatform", + "id": "node-symcl-hunestair-platform", "links": { - "self": "/stops/node-state-exchangestairs-ebplatform" + "self": "/stops/node-symcl-hunestair-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-state-exchangestairs-ebplatform" + "related": "/facilities/?filter[stop]=node-symcl-hunestair-platform" } }, "parent_station": { "data": { - "id": "place-state", + "id": "place-symcl", "type": "stop" } }, @@ -385030,27 +403877,28 @@ }, { "attributes": { - "description": "State - Bottom of stairs from escalator to Milk Street", + "description": "Chinatown - Bottom of escalator from Forest Hill lobby", "latitude": null, "location_type": 3, "longitude": null, - "name": "State", + "name": "Chinatown", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-state-milkmidstairs-street", + "id": "node-366-lobby", "links": { - "self": "/stops/node-state-milkmidstairs-street" + "self": "/stops/node-366-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-state-milkmidstairs-street" + "related": "/facilities/?filter[stop]=node-366-lobby" } }, "parent_station": { "data": { - "id": "place-state", + "id": "place-chncl", "type": "stop" } }, @@ -385062,27 +403910,28 @@ }, { "attributes": { - "description": "Davis - Top of Escalator 341", + "description": "State - Bottom of Elevator 802 between Oak Grove platform and Wonderland platform, Forest Hills passageway", "latitude": null, "location_type": 3, "longitude": null, - "name": "Davis", + "name": "State", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-341-lobby", + "id": "node-802-nbplatform", "links": { - "self": "/stops/node-341-lobby" + "self": "/stops/node-802-nbplatform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-341-lobby" + "related": "/facilities/?filter[stop]=node-802-nbplatform" } }, "parent_station": { "data": { - "id": "place-davis", + "id": "place-state", "type": "stop" } }, @@ -385094,27 +403943,28 @@ }, { "attributes": { - "description": "Braintree - Top of Red Line platform elevator", - "latitude": 42.207528, - "location_type": 3, - "longitude": -71.00167, - "name": "Braintree", + "description": "Mattapan - Neponset Trail, Parking", + "latitude": 42.267744, + "location_type": 2, + "longitude": -71.091871, + "name": "Mattapan - Neponset Trail, Parking", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-811-platform", + "id": "door-matt-neponset", "links": { - "self": "/stops/node-811-platform" + "self": "/stops/door-matt-neponset" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-811-platform" + "related": "/facilities/?filter[stop]=door-matt-neponset" } }, "parent_station": { "data": { - "id": "place-brntn", + "id": "place-matt", "type": "stop" } }, @@ -385126,27 +403976,28 @@ }, { "attributes": { - "description": "Assembly - Top of platform stairs for Foley Street", - "latitude": 42.393071, + "description": "Porter - Paid side of fare gates", + "latitude": 42.388397, "location_type": 3, - "longitude": -71.077278, - "name": "Assembly", + "longitude": -71.11885, + "name": "Porter", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-astao-folplatstair-lobby", + "id": "node-portr-farepaid", "links": { - "self": "/stops/node-astao-folplatstair-lobby" + "self": "/stops/node-portr-farepaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-astao-folplatstair-lobby" + "related": "/facilities/?filter[stop]=node-portr-farepaid" } }, "parent_station": { "data": { - "id": "place-astao", + "id": "place-portr", "type": "stop" } }, @@ -385158,27 +404009,28 @@ }, { "attributes": { - "description": "Chelsea - Everett Ave, Silver Line - SL3", - "latitude": 42.396899, - "location_type": 2, - "longitude": -71.04015, - "name": "Chelsea - Everett Ave, Silver Line - SL3", + "description": "Savin Hill - Bottom of elevator between platform and lobby", + "latitude": 42.311045, + "location_type": 3, + "longitude": -71.053449, + "name": "Savin Hill", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-chels-crnorthever", + "id": "node-946-platform", "links": { - "self": "/stops/door-chels-crnorthever" + "self": "/stops/node-946-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-chels-crnorthever" + "related": "/facilities/?filter[stop]=node-946-platform" } }, "parent_station": { "data": { - "id": "place-chels", + "id": "place-shmnl", "type": "stop" } }, @@ -385190,27 +404042,28 @@ }, { "attributes": { - "description": "State - Bottom of stairs between Congress St and Bowdoin platform", - "latitude": null, - "location_type": 3, - "longitude": null, - "name": "State", + "description": "Newton Centre - Union St (East stairs)", + "latitude": 42.32962, + "location_type": 2, + "longitude": -71.192341, + "name": "Newton Centre - Union St (East stairs)", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 2 }, - "id": "node-state-congressstairs-wbplatform", + "id": "door-newto-uniones", "links": { - "self": "/stops/node-state-congressstairs-wbplatform" + "self": "/stops/door-newto-uniones" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-state-congressstairs-wbplatform" + "related": "/facilities/?filter[stop]=door-newto-uniones" } }, "parent_station": { "data": { - "id": "place-state", + "id": "place-newto", "type": "stop" } }, @@ -385222,27 +404075,28 @@ }, { "attributes": { - "description": "Charles/MGH - Bottom of Elevator 951", - "latitude": 42.361078, + "description": "Central - Bottom of stairs for Massachusetts Ave", + "latitude": null, "location_type": 3, - "longitude": -71.070472, - "name": "Charles/MGH", + "longitude": null, + "name": "Central", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-951-lobby", + "id": "node-cntsq-obstair-platform", "links": { - "self": "/stops/node-951-lobby" + "self": "/stops/node-cntsq-obstair-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-951-lobby" + "related": "/facilities/?filter[stop]=node-cntsq-obstair-platform" } }, "parent_station": { "data": { - "id": "place-chmnl", + "id": "place-cntsq", "type": "stop" } }, @@ -385254,27 +404108,28 @@ }, { "attributes": { - "description": "Broadway - Bottom of platform elevator", - "latitude": null, + "description": "Quincy Adams - Fifth floor of garage level of Elevator 807", + "latitude": 42.233095, "location_type": 3, - "longitude": null, - "name": "Broadway", + "longitude": -71.007194, + "name": "Quincy Adams", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-867-platform", + "id": "node-807-fifth", "links": { - "self": "/stops/node-867-platform" + "self": "/stops/node-807-fifth" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-867-platform" + "related": "/facilities/?filter[stop]=node-807-fifth" } }, "parent_station": { "data": { - "id": "place-brdwy", + "id": "place-qamnl", "type": "stop" } }, @@ -385286,27 +404141,28 @@ }, { "attributes": { - "description": "Chinatown - Top of escalator from Forest Hill lobby", - "latitude": null, + "description": "Forest Hills - Paid side of fare gates", + "latitude": 42.300742, "location_type": 3, - "longitude": null, - "name": "Chinatown", + "longitude": -71.114062, + "name": "Forest Hills", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-366-landing", + "id": "node-forhl-busfarepaid", "links": { - "self": "/stops/node-366-landing" + "self": "/stops/node-forhl-busfarepaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-366-landing" + "related": "/facilities/?filter[stop]=node-forhl-busfarepaid" } }, "parent_station": { "data": { - "id": "place-chncl", + "id": "place-forhl", "type": "stop" } }, @@ -385318,27 +404174,28 @@ }, { "attributes": { - "description": "Tufts Medical Center - Top of Elevator 858", - "latitude": null, + "description": "Assembly - Top of Escalator 443", + "latitude": 42.393072, "location_type": 3, - "longitude": null, - "name": "Tufts Medical Center", + "longitude": -71.077247, + "name": "Assembly", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-858-lobby", + "id": "node-astao-443-lobby", "links": { - "self": "/stops/node-858-lobby" + "self": "/stops/node-astao-443-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-858-lobby" + "related": "/facilities/?filter[stop]=node-astao-443-lobby" } }, "parent_station": { "data": { - "id": "place-tumnl", + "id": "place-astao", "type": "stop" } }, @@ -385350,27 +404207,28 @@ }, { "attributes": { - "description": "Chinatown - Bottom of stairs between landing and lobby", + "description": "Downtown Crossing - Top of elevator between Ashmont/Braintree platform and Chauncy Street lobby", "latitude": null, "location_type": 3, "longitude": null, - "name": "Chinatown", + "name": "Downtown Crossing", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-chncl-fhlower-lobby", + "id": "node-870-lobby", "links": { - "self": "/stops/node-chncl-fhlower-lobby" + "self": "/stops/node-870-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-chncl-fhlower-lobby" + "related": "/facilities/?filter[stop]=node-870-lobby" } }, "parent_station": { "data": { - "id": "place-chncl", + "id": "place-dwnxg", "type": "stop" } }, @@ -385382,27 +404240,28 @@ }, { "attributes": { - "description": "Bellingham Square - Arlington Street", - "latitude": 42.395667, + "description": "Mattapan - Mattapan Square", + "latitude": 42.267516, "location_type": 2, - "longitude": -71.034627, - "name": "Bellingham Square - Arlington Street", + "longitude": -71.093089, + "name": "Mattapan - Mattapan Square", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-belsq-arlington", + "id": "door-matt-square", "links": { - "self": "/stops/door-belsq-arlington" + "self": "/stops/door-matt-square" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-belsq-arlington" + "related": "/facilities/?filter[stop]=door-matt-square" } }, "parent_station": { "data": { - "id": "place-belsq", + "id": "place-matt", "type": "stop" } }, @@ -385414,27 +404273,28 @@ }, { "attributes": { - "description": "Braintree - Top of Red Line platform south stairs", - "latitude": 42.207273, + "description": "Quincy Adams - Bottom of Escalator 346 from lobby to second floor of garage", + "latitude": 42.233231, "location_type": 3, - "longitude": -71.001671, - "name": "Braintree", + "longitude": -71.00714, + "name": "Quincy Adams", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-brntn-splatstairs-platform", + "id": "node-346-bottom", "links": { - "self": "/stops/node-brntn-splatstairs-platform" + "self": "/stops/node-346-bottom" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-brntn-splatstairs-platform" + "related": "/facilities/?filter[stop]=node-346-bottom" } }, "parent_station": { "data": { - "id": "place-brntn", + "id": "place-qamnl", "type": "stop" } }, @@ -385446,27 +404306,28 @@ }, { "attributes": { - "description": "Downtown Crossing - Bottom of ramp between Macy's and Summer Street Concourse", + "description": "World Trade Center - Bottom of inbound platform escalator", "latitude": null, "location_type": 3, "longitude": null, - "name": "Downtown Crossing", + "name": "World Trade Center", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-dwnxg-macysramp-lobby", + "id": "node-403-platform", "links": { - "self": "/stops/node-dwnxg-macysramp-lobby" + "self": "/stops/node-403-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-dwnxg-macysramp-lobby" + "related": "/facilities/?filter[stop]=node-403-platform" } }, "parent_station": { "data": { - "id": "place-dwnxg", + "id": "place-wtcst", "type": "stop" } }, @@ -385478,27 +404339,28 @@ }, { "attributes": { - "description": "State - Unpaid side of fare gates", + "description": "World Trade Center - Top of inbound platform escalator", "latitude": null, "location_type": 3, "longitude": null, - "name": "State", + "name": "World Trade Center", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-state-water-fareunpaid", + "id": "node-403-lobby", "links": { - "self": "/stops/node-state-water-fareunpaid" + "self": "/stops/node-403-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-state-water-fareunpaid" + "related": "/facilities/?filter[stop]=node-403-lobby" } }, "parent_station": { "data": { - "id": "place-state", + "id": "place-wtcst", "type": "stop" } }, @@ -385510,27 +404372,28 @@ }, { "attributes": { - "description": "Wood Island - Bennington St", - "latitude": 42.379854, - "location_type": 2, - "longitude": -71.023052, - "name": "Wood Island - Bennington St", + "description": "Malden Center - Bottom of Commuter Rail platform elevator", + "latitude": 42.426915, + "location_type": 3, + "longitude": -71.074049, + "name": "Malden Center", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-wimnl-benning", + "id": "node-944-lobby", "links": { - "self": "/stops/door-wimnl-benning" + "self": "/stops/node-944-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-wimnl-benning" + "related": "/facilities/?filter[stop]=node-944-lobby" } }, "parent_station": { "data": { - "id": "place-wimnl", + "id": "place-mlmnl", "type": "stop" } }, @@ -385542,27 +404405,28 @@ }, { "attributes": { - "description": "North Quincy - Top of stairs between platform and Hancock Street, Newport Avenue lobby", - "latitude": 42.27638, + "description": "Haymarket - Top of elevator between Forest Hills platform and Green Line, busway passageway", + "latitude": null, "location_type": 3, - "longitude": -71.030792, - "name": "North Quincy", + "longitude": null, + "name": "Haymarket", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-nqncy-nhpstair-lobby", + "id": "node-905-platform", "links": { - "self": "/stops/node-nqncy-nhpstair-lobby" + "self": "/stops/node-905-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-nqncy-nhpstair-lobby" + "related": "/facilities/?filter[stop]=node-905-platform" } }, "parent_station": { "data": { - "id": "place-nqncy", + "id": "place-haecl", "type": "stop" } }, @@ -385574,27 +404438,28 @@ }, { "attributes": { - "description": "Airport - Top of Escalator 408", - "latitude": 42.374278, + "description": "Braintree - Unpaid side of fare gates", + "latitude": 42.207551, "location_type": 3, - "longitude": -71.030083, - "name": "Airport", + "longitude": -71.001542, + "name": "Braintree", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-408-bridge", + "id": "node-brntn-fareunpaid", "links": { - "self": "/stops/node-408-bridge" + "self": "/stops/node-brntn-fareunpaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-408-bridge" + "related": "/facilities/?filter[stop]=node-brntn-fareunpaid" } }, "parent_station": { "data": { - "id": "place-aport", + "id": "place-brntn", "type": "stop" } }, @@ -385606,27 +404471,28 @@ }, { "attributes": { - "description": "South Station - Bottom of Escalator 382", + "description": "Broadway - Top of platform stairs", "latitude": null, "location_type": 3, "longitude": null, - "name": "South Station", + "name": "Broadway", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-382-rl", + "id": "node-brdwy-platstairs-lobby", "links": { - "self": "/stops/node-382-rl" + "self": "/stops/node-brdwy-platstairs-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-382-rl" + "related": "/facilities/?filter[stop]=node-brdwy-platstairs-lobby" } }, "parent_station": { "data": { - "id": "place-sstat", + "id": "place-brdwy", "type": "stop" } }, @@ -385638,27 +404504,28 @@ }, { "attributes": { - "description": "Fenway - Bottom of stairs for Park Drive", - "latitude": 42.34534, + "description": "Ruggles - Bottom of Forsyth Street entrance escalator", + "latitude": 42.336913, "location_type": 3, - "longitude": -71.104235, - "name": "Fenway", + "longitude": -71.089399, + "name": "Ruggles", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-fenwy-stairs-platform", + "id": "node-138-bottom", "links": { - "self": "/stops/node-fenwy-stairs-platform" + "self": "/stops/node-138-bottom" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-fenwy-stairs-platform" + "related": "/facilities/?filter[stop]=node-138-bottom" } }, "parent_station": { "data": { - "id": "place-fenwy", + "id": "place-rugg", "type": "stop" } }, @@ -385670,27 +404537,28 @@ }, { "attributes": { - "description": "JFK/UMass - Top of northern stairs between Braintree, Alewife platform and lobby", - "latitude": 42.320626, + "description": "Wonderland - Revere Beach Plaza level of Bowdoin-bound platform elevator", + "latitude": 42.413786, "location_type": 3, - "longitude": -71.05228, - "name": "JFK/UMass", + "longitude": -70.991751, + "name": "Wonderland", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-jfk-braganstair-lobby", + "id": "node-709-plaza", "links": { - "self": "/stops/node-jfk-braganstair-lobby" + "self": "/stops/node-709-plaza" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-jfk-braganstair-lobby" + "related": "/facilities/?filter[stop]=node-709-plaza" } }, "parent_station": { "data": { - "id": "place-jfk", + "id": "place-wondl", "type": "stop" } }, @@ -385702,27 +404570,28 @@ }, { "attributes": { - "description": "Revere Beach - Unpaid side of exit-only gates", - "latitude": 42.40844, + "description": "Aquarium - Bottom of stairs for State Street north", + "latitude": null, "location_type": 3, - "longitude": -70.992549, - "name": "Revere Beach", + "longitude": null, + "name": "Aquarium", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-rbmnl-beachfareunpaid", + "id": "node-aqucl-nstatestairs-lobby", "links": { - "self": "/stops/node-rbmnl-beachfareunpaid" + "self": "/stops/node-aqucl-nstatestairs-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-rbmnl-beachfareunpaid" + "related": "/facilities/?filter[stop]=node-aqucl-nstatestairs-lobby" } }, "parent_station": { "data": { - "id": "place-rbmnl", + "id": "place-aqucl", "type": "stop" } }, @@ -385734,27 +404603,28 @@ }, { "attributes": { - "description": "Hynes Convention Center - Top of Escalator 315", - "latitude": null, + "description": "Stony Brook - Paid side of fare gates", + "latitude": 42.317261, "location_type": 3, - "longitude": null, - "name": "Hynes Convention Center", + "longitude": -71.104088, + "name": "Stony Brook", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-315-top", + "id": "node-sbmnl-farepaid", "links": { - "self": "/stops/node-315-top" + "self": "/stops/node-sbmnl-farepaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-315-top" + "related": "/facilities/?filter[stop]=node-sbmnl-farepaid" } }, "parent_station": { "data": { - "id": "place-hymnl", + "id": "place-sbmnl", "type": "stop" } }, @@ -385766,27 +404636,28 @@ }, { "attributes": { - "description": "Quincy Adams - Burgin Parkway", - "latitude": 42.233317, - "location_type": 2, - "longitude": -71.007363, - "name": "Quincy Adams - Burgin Parkway", + "description": "Wonderland - Street level of Ocean Ave ramp", + "latitude": 42.413377, + "location_type": 3, + "longitude": -70.990498, + "name": "Wonderland", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-qamnl-burgin", + "id": "node-wondl-oceanramp-bottom", "links": { - "self": "/stops/door-qamnl-burgin" + "self": "/stops/node-wondl-oceanramp-bottom" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-qamnl-burgin" + "related": "/facilities/?filter[stop]=node-wondl-oceanramp-bottom" } }, "parent_station": { "data": { - "id": "place-qamnl", + "id": "place-wondl", "type": "stop" } }, @@ -385798,27 +404669,28 @@ }, { "attributes": { - "description": "Massachusetts Avenue - Top of lobby stairs from platform", - "latitude": 42.341364, + "description": "Park Street - Unpaid side of fare gate", + "latitude": 42.356214, "location_type": 3, - "longitude": -71.083664, - "name": "Massachusetts Avenue", + "longitude": -71.062204, + "name": "Park Street", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-masta-mainstair-lobby", + "id": "node-pktrm-804unpaid", "links": { - "self": "/stops/node-masta-mainstair-lobby" + "self": "/stops/node-pktrm-804unpaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-masta-mainstair-lobby" + "related": "/facilities/?filter[stop]=node-pktrm-804unpaid" } }, "parent_station": { "data": { - "id": "place-masta", + "id": "place-pktrm", "type": "stop" } }, @@ -385830,27 +404702,28 @@ }, { "attributes": { - "description": "Downtown Crossing - Bottom of stairs between lobby and Washington Street at Summer Street", - "latitude": null, + "description": "Quincy Adams - Third floor of north garage stairs", + "latitude": 42.233107, "location_type": 3, - "longitude": null, - "name": "Downtown Crossing", + "longitude": -71.00741, + "name": "Quincy Adams", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-dwnxg-stair14-lobby", + "id": "node-qamnl-ngaragestairs-third", "links": { - "self": "/stops/node-dwnxg-stair14-lobby" + "self": "/stops/node-qamnl-ngaragestairs-third" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-dwnxg-stair14-lobby" + "related": "/facilities/?filter[stop]=node-qamnl-ngaragestairs-third" } }, "parent_station": { "data": { - "id": "place-dwnxg", + "id": "place-qamnl", "type": "stop" } }, @@ -385862,27 +404735,28 @@ }, { "attributes": { - "description": "Courthouse - Bottom of stairs between Fan Pier Boulevard and lobby", + "description": "Downtown Crossing - Top of stairs between Alewife platform and Chauncy Street lobby", "latitude": null, "location_type": 3, "longitude": null, - "name": "Courthouse", + "name": "Downtown Crossing", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-crtst-northentstair-lobby", + "id": "node-dwnxg-stair4-lobby", "links": { - "self": "/stops/node-crtst-northentstair-lobby" + "self": "/stops/node-dwnxg-stair4-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-crtst-northentstair-lobby" + "related": "/facilities/?filter[stop]=node-dwnxg-stair4-lobby" } }, "parent_station": { "data": { - "id": "place-crtst", + "id": "place-dwnxg", "type": "stop" } }, @@ -385894,27 +404768,28 @@ }, { "attributes": { - "description": "Park Street - Unpaid side of exit-only gate", - "latitude": null, + "description": "North Station - Valenti Way lobby", + "latitude": 42.364943, "location_type": 3, - "longitude": null, - "name": "Park Street", + "longitude": -71.059814, + "name": "North Station", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-pktrm-nbexitunpaid", + "id": "node-north-valenti-lobby", "links": { - "self": "/stops/node-pktrm-nbexitunpaid" + "self": "/stops/node-north-valenti-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-pktrm-nbexitunpaid" + "related": "/facilities/?filter[stop]=node-north-valenti-lobby" } }, "parent_station": { "data": { - "id": "place-pktrm", + "id": "place-north", "type": "stop" } }, @@ -385926,27 +404801,28 @@ }, { "attributes": { - "description": "Wollaston - Bottom of escalator from parking lobby to bridge", - "latitude": null, - "location_type": 3, - "longitude": null, - "name": "Wollaston", + "description": "Babcock Street - Harry Agganis Way, Pleasant St", + "latitude": 42.35151, + "location_type": 2, + "longitude": -71.118695, + "name": "Babcock Street - Harry Agganis Way, Pleasant St", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-448-lobby", + "id": "door-babck-wbagganis", "links": { - "self": "/stops/node-448-lobby" + "self": "/stops/door-babck-wbagganis" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-448-lobby" + "related": "/facilities/?filter[stop]=door-babck-wbagganis" } }, "parent_station": { "data": { - "id": "place-wlsta", + "id": "place-babck", "type": "stop" } }, @@ -385958,27 +404834,28 @@ }, { "attributes": { - "description": "Wonderland - Revere Beach Plaza", - "latitude": 42.413648, + "description": "Longwood - Bottom of platform stairs for Emerald Necklace", + "latitude": 42.341446, "location_type": 3, - "longitude": -70.991613, - "name": "Wonderland", + "longitude": -71.110103, + "name": "Longwood", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-wondl-plazacenter", + "id": "node-longw-pstairs-platform", "links": { - "self": "/stops/node-wondl-plazacenter" + "self": "/stops/node-longw-pstairs-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-wondl-plazacenter" + "related": "/facilities/?filter[stop]=node-longw-pstairs-platform" } }, "parent_station": { "data": { - "id": "place-wondl", + "id": "place-longw", "type": "stop" } }, @@ -385990,27 +404867,28 @@ }, { "attributes": { - "description": "Aquarium - State St (South)", - "latitude": 42.359331, - "location_type": 2, - "longitude": -71.053039, - "name": "Aquarium - State St (South)", + "description": "Braintree - Paid side of fare gates", + "latitude": 42.207551, + "location_type": 3, + "longitude": -71.001542, + "name": "Braintree", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-aqucl-mcksouth", + "id": "node-brntn-farepaid", "links": { - "self": "/stops/door-aqucl-mcksouth" + "self": "/stops/node-brntn-farepaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-aqucl-mcksouth" + "related": "/facilities/?filter[stop]=node-brntn-farepaid" } }, "parent_station": { "data": { - "id": "place-aqucl", + "id": "place-brntn", "type": "stop" } }, @@ -386022,27 +404900,28 @@ }, { "attributes": { - "description": "Park Street - Top of stairs between Alewife platform and Government Center & North platform", - "latitude": null, + "description": "Science Park/West End - Street level of south side elevator", + "latitude": 42.366701, "location_type": 3, - "longitude": null, - "name": "Park Street", + "longitude": -71.067904, + "name": "Science Park/West End", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-pktrm-stair7-gl", + "id": "node-980-street", "links": { - "self": "/stops/node-pktrm-stair7-gl" + "self": "/stops/node-980-street" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-pktrm-stair7-gl" + "related": "/facilities/?filter[stop]=node-980-street" } }, "parent_station": { "data": { - "id": "place-pktrm", + "id": "place-spmnl", "type": "stop" } }, @@ -386054,27 +404933,28 @@ }, { "attributes": { - "description": "Chestnut Hill - Bottom of stairs to Hammond Street", - "latitude": 42.326761, + "description": "Braintree - Bottom of Red Line platform north stairs", + "latitude": 42.207611, "location_type": 3, - "longitude": -71.165281, - "name": "Chestnut Hill", + "longitude": -71.001633, + "name": "Braintree", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-chhil-roadstairs-platform", + "id": "node-brntn-nplatstairs-lobby", "links": { - "self": "/stops/node-chhil-roadstairs-platform" + "self": "/stops/node-brntn-nplatstairs-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-chhil-roadstairs-platform" + "related": "/facilities/?filter[stop]=node-brntn-nplatstairs-lobby" } }, "parent_station": { "data": { - "id": "place-chhil", + "id": "place-brntn", "type": "stop" } }, @@ -386086,27 +404966,28 @@ }, { "attributes": { - "description": "Maverick - Paid side of Maverick Square fare gates", - "latitude": null, + "description": "Assembly - Bottom of Elevator 718", + "latitude": 42.392198, "location_type": 3, - "longitude": null, - "name": "Maverick", + "longitude": -71.077432, + "name": "Assembly", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-mvbcl-msqfarepaid", + "id": "node-astao-718-ground", "links": { - "self": "/stops/node-mvbcl-msqfarepaid" + "self": "/stops/node-astao-718-ground" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-mvbcl-msqfarepaid" + "related": "/facilities/?filter[stop]=node-astao-718-ground" } }, "parent_station": { "data": { - "id": "place-mvbcl", + "id": "place-astao", "type": "stop" } }, @@ -386118,27 +404999,28 @@ }, { "attributes": { - "description": "World Trade Center - Bottom of outbound platform escalator", - "latitude": null, + "description": "Wellington - Top of escalator from platform for all trains to lobby", + "latitude": 42.402196, "location_type": 3, - "longitude": null, - "name": "World Trade Center", + "longitude": -71.077194, + "name": "Wellington", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-404-platform", + "id": "node-309-lobby", "links": { - "self": "/stops/node-404-platform" + "self": "/stops/node-309-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-404-platform" + "related": "/facilities/?filter[stop]=node-309-lobby" } }, "parent_station": { "data": { - "id": "place-wtcst", + "id": "place-welln", "type": "stop" } }, @@ -386150,27 +405032,28 @@ }, { "attributes": { - "description": "South Station - Bottom of stairs for Ashmont/Braintree", + "description": "Prudential - Top of elevator between Prudential Center and lobby", "latitude": null, "location_type": 3, "longitude": null, - "name": "South Station", + "name": "Prudential", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-sstat-919stair-rl", + "id": "node-917-street", "links": { - "self": "/stops/node-sstat-919stair-rl" + "self": "/stops/node-917-street" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-sstat-919stair-rl" + "related": "/facilities/?filter[stop]=node-917-street" } }, "parent_station": { "data": { - "id": "place-sstat", + "id": "place-prmnl", "type": "stop" } }, @@ -386182,27 +405065,28 @@ }, { "attributes": { - "description": "Ashmont - Peabody Square", - "latitude": 42.285204, - "location_type": 2, - "longitude": -71.064223, - "name": "Ashmont - Peabody Square", + "description": "Downtown Crossing - Unpaid side of fare gates", + "latitude": null, + "location_type": 3, + "longitude": null, + "name": "Downtown Crossing", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "door-asmnl-peabody", + "id": "node-dwnxg-templefare-unpaid", "links": { - "self": "/stops/door-asmnl-peabody" + "self": "/stops/node-dwnxg-templefare-unpaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=door-asmnl-peabody" + "related": "/facilities/?filter[stop]=node-dwnxg-templefare-unpaid" } }, "parent_station": { "data": { - "id": "place-asmnl", + "id": "place-dwnxg", "type": "stop" } }, @@ -386214,27 +405098,28 @@ }, { "attributes": { - "description": "Harvard - Bottom of stairs for Harvard Yard", - "latitude": 42.374357, + "description": "Arlington - Bottom of westbound escalator", + "latitude": null, "location_type": 3, - "longitude": -71.118681, - "name": "Harvard", + "longitude": null, + "name": "Arlington", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-harsq-yardstair-lobby", + "id": "node-436-platform", "links": { - "self": "/stops/node-harsq-yardstair-lobby" + "self": "/stops/node-436-platform" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-harsq-yardstair-lobby" + "related": "/facilities/?filter[stop]=node-436-platform" } }, "parent_station": { "data": { - "id": "place-harsq", + "id": "place-armnl", "type": "stop" } }, @@ -386246,27 +405131,28 @@ }, { "attributes": { - "description": "Park Street - Top of elevator between Government Center & North center platform and passageway to Copley & West", + "description": "Back Bay - Outdoor side of exit-only door", "latitude": null, "location_type": 3, "longitude": null, - "name": "Park Street", + "name": "Back Bay", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-pktrm-midupassstairs-platform", + "id": "node-bbsta-dartexit-fareunpaid", "links": { - "self": "/stops/node-pktrm-midupassstairs-platform" + "self": "/stops/node-bbsta-dartexit-fareunpaid" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-pktrm-midupassstairs-platform" + "related": "/facilities/?filter[stop]=node-bbsta-dartexit-fareunpaid" } }, "parent_station": { "data": { - "id": "place-pktrm", + "id": "place-bbsta", "type": "stop" } }, @@ -386278,27 +405164,28 @@ }, { "attributes": { - "description": "JFK/UMass - Bottom of stairs from Braintree, Alewife platform and Columbia Road", - "latitude": 42.321051, + "description": "North Station - Bottom of Elevator 909 between Valenti Way entrance and Valenti Way lobby", + "latitude": 42.364824, "location_type": 3, - "longitude": -71.052327, - "name": "JFK/UMass", + "longitude": -71.059841, + "name": "North Station", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-jfk-bracolstair-platform", + "id": "node-909-bottom", "links": { - "self": "/stops/node-jfk-bracolstair-platform" + "self": "/stops/node-909-bottom" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-jfk-bracolstair-platform" + "related": "/facilities/?filter[stop]=node-909-bottom" } }, "parent_station": { "data": { - "id": "place-jfk", + "id": "place-north", "type": "stop" } }, @@ -386310,27 +405197,28 @@ }, { "attributes": { - "description": "Downtown Crossing - Top of stairs between Forest Hills platform and Ashmont/Braintree platform", - "latitude": null, + "description": "North Quincy - Top of escalator from Hancock Street to lobby", + "latitude": 42.276533, "location_type": 3, - "longitude": null, - "name": "Downtown Crossing", + "longitude": -71.030809, + "name": "North Quincy", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-dwnxg-stair8-ol", + "id": "node-327-lobby", "links": { - "self": "/stops/node-dwnxg-stair8-ol" + "self": "/stops/node-327-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-dwnxg-stair8-ol" + "related": "/facilities/?filter[stop]=node-327-lobby" } }, "parent_station": { "data": { - "id": "place-dwnxg", + "id": "place-nqncy", "type": "stop" } }, @@ -386342,27 +405230,28 @@ }, { "attributes": { - "description": "Wellington - Paid side of fare gates", - "latitude": 42.40228, + "description": "World Trade Center - Bottom of first flight of World Trade Center entrance stairs", + "latitude": null, "location_type": 3, - "longitude": -71.077111, - "name": "Wellington", + "longitude": null, + "name": "World Trade Center", "platform_name": null, - "vehicle_type": null + "vehicle_type": null, + "wheelchair_boarding": 1 }, - "id": "node-welln-farepaid", + "id": "node-wtcst-wtcbstairs-lobby", "links": { - "self": "/stops/node-welln-farepaid" + "self": "/stops/node-wtcst-wtcbstairs-lobby" }, "relationships": { "facilities": { "links": { - "related": "/facilities/?filter[stop]=node-welln-farepaid" + "related": "/facilities/?filter[stop]=node-wtcst-wtcbstairs-lobby" } }, "parent_station": { "data": { - "id": "place-welln", + "id": "place-wtcst", "type": "stop" } }, diff --git a/priv/test_data/meta.json b/priv/test_data/meta.json index 8d81f513..e7b24de6 100644 --- a/priv/test_data/meta.json +++ b/priv/test_data/meta.json @@ -4,11 +4,11 @@ "fields%5Bline%5D=color%2Clong_name%2Cshort_name%2Csort_order%2Ctext_color&fields%5Broute%5D=type%2Ccolor%2Cdirection_names%2Cdirection_destinations%2Clong_name%2Cshort_name%2Csort_order%2Ctext_color&fields%5Broute_pattern%5D=canonical%2Cdirection_id%2Cname%2Csort_order%2Ctypicality&fields%5Bstop%5D=&fields%5Btrip%5D=direction_id%2Cheadsign&include=route%2Croute.line%2Crepresentative_trip%2Crepresentative_trip.stops": "018e7b10-f51d-7624-9087-83b27d9d70f4" }, "/stops": { - "fields%5Bstop%5D=latitude%2Clongitude%2Cname%2Clocation_type%2Cvehicle_type%2Cdescription%2Cplatform_name&filter%5Blatitude%5D=42.281219333648&filter%5Blocation_type%5D=0%2C1&filter%5Blongitude%5D=-71.17594685509955&filter%5Bradius%5D=0.00832&filter%5Broute_type%5D=0%2C1%2C3%2C4&include=parent_station%2Cparent_station.child_stops&sort=distance": "018f3488-ccd3-7cb7-bee5-91074f8993f0", - "fields%5Bstop%5D=latitude%2Clongitude%2Cname%2Clocation_type%2Cvehicle_type%2Cdescription%2Cplatform_name&filter%5Blatitude%5D=42.281219333648&filter%5Blocation_type%5D=0%2C1&filter%5Blongitude%5D=-71.17594685509955&filter%5Bradius%5D=0.01664&filter%5Broute_type%5D=2&include=parent_station%2Cparent_station.child_stops&sort=distance": "018f3488-cc89-7f91-b3b2-f49a588bc0d4", - "fields%5Bstop%5D=latitude%2Clongitude%2Cname%2Clocation_type%2Cvehicle_type%2Cdescription%2Cplatform_name&filter%5Blatitude%5D=42.562535&filter%5Blocation_type%5D=0%2C1&filter%5Blongitude%5D=-70.869116&filter%5Bradius%5D=0.00832&filter%5Broute_type%5D=0%2C1%2C3%2C4&include=parent_station%2Cparent_station.child_stops&sort=distance": "018f3488-cc44-7601-a624-3b1a357db422", - "fields%5Bstop%5D=latitude%2Clongitude%2Cname%2Clocation_type%2Cvehicle_type%2Cdescription%2Cplatform_name&filter%5Blatitude%5D=42.562535&filter%5Blocation_type%5D=0%2C1&filter%5Blongitude%5D=-70.869116&filter%5Bradius%5D=0.01664&filter%5Broute_type%5D=2&include=parent_station%2Cparent_station.child_stops&sort=distance": "018f3488-cbfd-7574-8dfd-18d30ec066a9", - "fields%5Bstop%5D=latitude%2Clongitude%2Cname%2Clocation_type%2Cvehicle_type%2Cdescription%2Cplatform_name&filter%5Blocation_type%5D=0%2C1&include=child_stops%2Cconnecting_stops%2Cparent_station": "018f8200-d8e9-7cc6-ae17-1acc6abbdc75" + "fields%5Bstop%5D=latitude%2Clongitude%2Cname%2Clocation_type%2Cvehicle_type%2Cdescription%2Cplatform_name%2Cwheelchair_boarding&filter%5Blatitude%5D=42.281219333648&filter%5Blocation_type%5D=0%2C1&filter%5Blongitude%5D=-71.17594685509955&filter%5Bradius%5D=0.00832&filter%5Broute_type%5D=0%2C1%2C3%2C4&include=parent_station%2Cparent_station.child_stops&sort=distance": "019465c2-dde3-799d-87aa-0a6d7b2375e5", + "fields%5Bstop%5D=latitude%2Clongitude%2Cname%2Clocation_type%2Cvehicle_type%2Cdescription%2Cplatform_name%2Cwheelchair_boarding&filter%5Blatitude%5D=42.281219333648&filter%5Blocation_type%5D=0%2C1&filter%5Blongitude%5D=-71.17594685509955&filter%5Bradius%5D=0.01664&filter%5Broute_type%5D=2&include=parent_station%2Cparent_station.child_stops&sort=distance": "019465c2-dda6-7d1e-941a-e88090ba2c60", + "fields%5Bstop%5D=latitude%2Clongitude%2Cname%2Clocation_type%2Cvehicle_type%2Cdescription%2Cplatform_name%2Cwheelchair_boarding&filter%5Blatitude%5D=42.562535&filter%5Blocation_type%5D=0%2C1&filter%5Blongitude%5D=-70.869116&filter%5Bradius%5D=0.00832&filter%5Broute_type%5D=0%2C1%2C3%2C4&include=parent_station%2Cparent_station.child_stops&sort=distance": "019465c2-de4f-7bd3-bc1d-578363e1ccf1", + "fields%5Bstop%5D=latitude%2Clongitude%2Cname%2Clocation_type%2Cvehicle_type%2Cdescription%2Cplatform_name%2Cwheelchair_boarding&filter%5Blatitude%5D=42.562535&filter%5Blocation_type%5D=0%2C1&filter%5Blongitude%5D=-70.869116&filter%5Bradius%5D=0.01664&filter%5Broute_type%5D=2&include=parent_station%2Cparent_station.child_stops&sort=distance": "019465c2-de1b-725a-9902-99000e4f1fcc", + "fields%5Bstop%5D=latitude%2Clongitude%2Cname%2Clocation_type%2Cvehicle_type%2Cdescription%2Cplatform_name%2Cwheelchair_boarding&filter%5Blocation_type%5D=0%2C1&include=child_stops%2Cconnecting_stops%2Cparent_station": "019465c6-3214-7cd0-834d-69b0e30f868a" } } -} +} \ No newline at end of file diff --git a/test/mbta_v3_api/json_api/params_test.exs b/test/mbta_v3_api/json_api/params_test.exs index d5664d8e..6bd756ba 100644 --- a/test/mbta_v3_api/json_api/params_test.exs +++ b/test/mbta_v3_api/json_api/params_test.exs @@ -20,7 +20,7 @@ defmodule MBTAV3API.JsonApi.ParamsTest do test "uses fields for type if no includes or overrides" do assert %{ "fields[stop]" => - "latitude,longitude,name,location_type,vehicle_type,description,platform_name" + "latitude,longitude,name,location_type,vehicle_type,description,platform_name,wheelchair_boarding" } = flatten_params([], MBTAV3API.Stop) end